@import url(http://fonts.googleapis.com/css?family=Raleway:100,200,400,700,800);
/*------ template stylization ------*/
body {
    background: url('../img/bg1_img1.jpg') no-repeat center center fixed;
    background-size: cover;
    font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 20px;
    color: #ffffff;
    /*min-height: 400px;*/
}

html {
    height: 100%;
}

body {
    overflow-y: scroll;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px !important;
}

/*#wrapper section, #wrapper .containerHolder {
    min-height: 100%;
    height: auto;
}*/

.wrap {
    overflow-y: visible !important;
}

/*#webSiteLoader {
    display: none !important; !* Hide loader once the page loads *!
}*/

#webSiteLoader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 1023;
}
#webSiteLoader > span {
    position: absolute;
    left: 50%;
    top: 50%;
}
#pageLoader {
    position: fixed;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    z-index: 1000;
    display: none;
}
#pageLoader > div {
    background: url(../img/page_loader.gif) 0 0 no-repeat;
    width: 50px;
    height: 50px;
}
._marginNull {
    margin: 0 !important;
}
._paddingNull {
    padding: 0 !important;
}
._borderNull {
    border: none !important;
}
._backgroundNull {
    background: none !important;
}
._relative {
    position: relative;
}
._absolute {
    position: absolute;
}
._left {
    float: left;
}
._right {
    float: right;
}
.wrap {
    overflow: hidden;
    margin: 0;
}
._txtLeft {
    text-align: left;
}
._txtRight {
    text-align: right;
}
._txtCenter {
    text-align: center;
}
._fullWidth {
    width: 100%;
}
/*------------- HEADER ---------------------------------------------------------- */
header {
    width: 100%;
    height: auto;
    bottom: 0;
    position: relative;
    z-index: 6;
    background: #131313;
}

header .container {
    height: 100%;
}
/*h1 {
    max-width: 244px;
    width: 100%;
    float: left;
    display: inline-block;
    z-index: 10;
    margin-top: 26px;
    position: absolute;
}*/
h1 > a {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}
#search {
    margin: 0;
    display: inline-block;
    width: 100%;
}
#search input {
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    color: #767676;
    width: 250px;
    padding: 10px 16px;
    font: 400 13px/22px Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: url(../img/bg2.png);
    border: 1px solid #3d3c35;
}
#search a {
    float: right;
    margin: 10px 0;
}
#search #advancedSearch:hover {
    color: #005580;
}
/*---------------- header end ------------------------------------------------*/
/*---------------- MENU ------------------------------------------------------*/
.select-menu {
    display: none;
    width: 100%;
}
header .navbar {
    margin: 30px 0 0 0;
    position: relative;
    display: inline-block;
    float: right;
}
header .navbar > .navbar-inner {
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: none;
    border: none;
    filter: none;
    box-shadow: none;
    text-align: center;
}
.sf-menu {
    float: left;
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 0;
    text-align: center;
}
.sf-menu > li {
    position: relative;
    display: inline-block;
    margin-left: 38px;
}
.sf-menu > li > a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.sf-menu > li > a:hover {
    text-decoration: none;
}
/*.sf-menu > li > a .base_text {
    color: #ffffff;
    font: 18px/30px 'Raleway', "Times New Roman", Georgia, Times, serif;
    text-decoration: none;
    position: relative;
    text-align: center;
    display: block;
    z-index: 1;
    text-transform: uppercase;
}*/
/*.sf-menu > li > a .over_text {*/
/*    color: #ffffff;*/
/*    font: 18px/30px 'Raleway', "Times New Roman", Georgia, Times, serif;*/
/*    text-decoration: none;*/
/*    position: absolute;*/
/*    text-align: center;*/
/*    display: block;*/
/*    top: 0px;*/
/*    left: 0;*/
/*    z-index: 1;*/
/*    text-transform: uppercase;*/
/*}*/
/*.sf-menu > li > a ._area {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    z-index: 3;*/
/*    left: 0;*/
/*    display: block;*/
/*    background: url(pixel.png);*/
/*}*/
/*.sf-menu > li > a ._over {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 85%;*/
/*    top: 0;*/
/*    z-index: 2;*/
/*    left: 0;*/
/*    display: block;*/
/*    border-bottom: 1px solid #f04343;*/
/*}*/
.sf-menu ul {
    position: absolute;
    list-style: none;
    margin: 0;
    z-index: 10;
    width: 200px;
    padding: 36px 0px 36px 0px;
    background: #1b1b1b;
    top: -213px;
    left: -70px;
    border-bottom: 1px solid #f04343;
}
.sf-menu ul > li {
    display: inline-block;
    margin-bottom: 25px;
    padding: 0 20px;
}
.sf-menu ul a {
    color: #ffffff;
    font: 700 14px/20px 'Raleway', "Times New Roman", Georgia, Times, serif;
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sf-menu ul a:hover {
    color: #f04343;
    text-decoration: none;
}
.sf-menu ul .hoverItem {
    color: #f04343 !important;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sf-menu .sub2 {
    top: 30px;
    left: 201px;
}
/*-------------   menu end  --------------*/
/*----------------- CONTENT BASE --------------------------------------------------- */
#wrapper section {
    position: relative;
    width: 100%;
    height: 100% !important;
    z-index: 1;
    top: 0px;
}
#wrapper .containerHolder {
    position: relative;
    width: 100%;
    height: 100% !important;
    z-index: 1;
}
#wrapper section > .container {
    position: relative;
    height: 100%;
}
.dynamicContent {
    position: relative;
}
.dynamicContent > .content {
    padding: 0 0 90px 0;
}
h2 {
    color: #ffffff;
    font: 200 24px/36px 'Raleway', "Times New Roman", Georgia, Times, serif;
    margin: 0 0 30px 0;
}
h3 {
    color: #ffffff;
    font: 26px/30px "Times New Roman", Georgia, Times, serif;
    font-style: italic;
    margin: 0 0 4px 0;
}
p {
    font: 13px/22px Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 22px;
    color: #767676;
}
.more_btn1 {
    display: inline-block;
    font: 400 14px/21px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #f04343;
    padding: 0;
    border: none;
    text-shadow: none;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.more_btn1:hover {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.more_btn1 .marker1 {
    width: 6px;
    height: 16px;
    display: inline-block;
    margin-left: 12px;
    position: relative;
    background: url(marker1.png) 50% 9px no-repeat;
}
/*--- content end ------*/
/*---------------------- LINKS ---------------------------------- */
._link1 {
    font: 400 11px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #727272;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
._link1:hover {
    color: #f04343;
    text-decoration: none;
}
._link2 {
    font: 400 13px/22px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
._link2:hover {
    color: #f04343;
    text-decoration: none;
}
._link3 {
    font: 400 13px/22px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #767676;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
._link3:hover {
    color: #ffffff;
    text-decoration: none;
}
/*-------------------------- MARGIN PADDING --------- */
.margin1 {
    margin-bottom: 34px;
}
.margin2 {
    margin-bottom: 50px;
}
.margin2 {
    margin-right: 22px;
}
.padding1 {
    padding-top: 90px;
}
/*-------------------------- TEXTSTYLES ------------- */
.textStyle1 {
    font-weight: 700;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.textStyle2 {
    color: #ffffff;
}
/*-------------------------- LISTS ------------------ */
._list1 {
    display: inline-block;
    width: 100%;
    margin: 0;
    list-style: none;
}
._list1 li {
    position: relative;
    display: block;
    background: url(marker1.png) 0 9px no-repeat;
    margin-bottom: 8px;
}
._list1 li a {
    font: 400 13px/22px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #f04343;
    display: inline-block;
    text-decoration: underline;
    margin-left: 17px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
._list1 li a:hover {
    color: #ffffff;
}
._list2 {
    display: inline-block;
    width: 100%;
    margin: 0;
    list-style: none;
}
._list2 li {
    position: relative;
    display: inline-block;
    margin-right: 45px;
}
._list2 li a {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
._list2 li a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
/*-------------------------- EXTRA -------------------*/
.social_list {
    list-style: none;
    margin: 12px 0 0 0;
    display: inline-block;
    float: right;
}
.social_list > li {
    display: inline-block;
    float: left;
    margin-left: 12px;
    position: relative;
}
.social_list > li a {
    font: 400 11px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #727272;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.social_list > li a:hover {
    color: #f04343;
    text-decoration: none;
}
.social_list > li:before {
    width: 3px;
    height: 3px;
    display: inline-block;
    position: absolute;
    background: #727272;
    left: -7px;
    top: 10px;
    content: " ";
}
.social_list > li._cleaner {
    margin-left: 0px;
}
.social_list > li._cleaner:before {
    background: none;
}
.extraHolder {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 135px;
}
.space1 {
    width: 93px;
    display: inline-block;
}
.splashHolder {
    min-width: 1170px;
    display: inline-block;
    position: relative;
    top: 60px;
    text-align: center;
    padding: 50px 20px;
}
.splashHolder ul {
    width: 100%;
    display: block;
    position: relative;
    list-style: none;
    overflow: hidden;
    margin: 0;
}
.splashHolder ul li {
    width: 389px;
    height: 221px;
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
}
.splashHolder ul li a {
    width: 389px;
    height: 221px;
    position: relative;
    display: inline-block;
}
.splashHolder ul li a .over {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.splashHolder ul li a .img {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    z-index: 0;
}
.splashHolder ul li a .txt {
    font: 100 24px/36px 'Raleway', "Times New Roman", Georgia, Times, serif;
    color: #ffffff;
    position: absolute;
    display: inline-block;
    top: 90px;
    left: 30px;
    z-index: 2;
}
.splashHolder ul li a .txt .line {
    width: 0%;
    height: 1px;
    position: absolute;
    display: inline-block;
    background: #f04343;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.splashHolder ul li a:hover {
    text-decoration: none;
}
.splashHolder ul li a:hover .over {
    opacity: 1;
    filter: alpha(opacity=100);
}
.splashHolder ul li a:hover .line {
    width: 100%;
}
.splashHolder ul .mar1 {
    margin-right: 0;
}
.thumb-pad .thumbnail {
    border-radius: 0;
    border: none;
    padding: 0;
    box-shadow: none;
}
.thumb-pad .thumbnail img {
    border: 3px solid #474942;
    padding: 0;
    margin-bottom: 28px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.thumb-pad .thumbnail .caption {
    padding: 5px 0;
}
.coverBg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/bg1.png');
    z-index: -1;
}
.img1 {
    padding: 0;
    border: 3px solid #474942;
    margin-right: 30px;
    float: left;
}

.carousel-inner p {
    margin-left: 20px;
    margin-bottom: 15px;
    color: white;
    font-size: 20px;
}

.text-white li {
    margin-bottom: 8px;
}

.table-img {
    max-width: 80%;
    border-radius: 10px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: invert(1);
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}
/*.sliderHolder:before {
    width: 50px;
    height: 100%;
    position: absolute;
    display: inline-block;
    top: 0;
    left: -50px;
    background: #1b1b1b;
    content: " ";
}*/
/*.sliderHolder:after {
    width: 50px;
    height: 100%;
    position: absolute;
    display: inline-block;
    top: 0;
    right: -50px;
    background: #1b1b1b;
    content: " ";
}*/
#slider_simple1 {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    z-index: 1;
}
#slider_simple1 > .slider_set {
    list-style: none;
    margin: 0;
    position: relative;
}
#slider_simple1 > .slider_set > li .txt1 {
    font: 200 36px/40px 'Raleway', "Times New Roman", Georgia, Times, serif;
    color: #ffffff;
    margin-top: 70px;
}
.sliderPagin {
    display: inline-block;
    position: absolute;
    width: 18px;
    list-style: none;
    margin: 0;
    z-index: 2;
    left: 1140px;
    top: 80px;
}
.sliderPagin li {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    margin-bottom: 6px;
}
.sliderPagin li a {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    background: #2a2a2a;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sliderPagin li a:hover {
    background: #ffffff;
}
.sliderPagin ._active > a {
    background: #f04343 !important;
}
.pic:hover img {
    border: 3px solid #f04343;
}
/*===================================BG slider=======================*/
#bgStretch {
    overflow: hidden;
    z-index: -1;
    display: block;
    position: fixed !important;
}
#bgStretch img {
    background-color: #000;
}
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
    width: 420px;
    height: 290px;
    border: 3px solid #474942;
    margin: 0 0 35px 0;
    display: block;
}
.g_map > iframe {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
}
/*-------------------------- CONTACT FORM --------------*/
#form1 {
    position: relative;
    display: block;
}
#form1 label {
    margin-bottom: 23px;
    position: relative;
    color: #ffffff;
}
#form1 label input,
#form1 label textarea {
    outline: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    color: #767676;
    width: 100%;
    padding: 10px 16px;
    font: 400 13px/22px Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: url(bg2.png);
    border: 1px solid #3d3c35;
}
#form1 label textarea {
    width: 636px;
    height: 360px;
    resize: none;
}
#form1 label input {
    width: 290px;
}
#form1 .error {
    width: 100%;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    text-align: right;
    top: 0;
}
#form1 .empty {
    width: 99%;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    text-align: right;
    top: 0;
}
#form1 .success {
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 670px;
    height: 42px;
}
#form1 .success > span {
    color: #ffffff;
    font: 400 14px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
.btns {
    float: right;
    margin-top: -15px;
}
.btns > a {
    margin-left: 25px;
}
#form1 ._w1 {
    width: 320px;
    display: inline-block;
}
/*------------- SEARCH LIST ------------------------------------------------------*/
.search_list {
    display: block;
}
.search_list .search {
    color: #f04343;
}
.search_list > li {
    margin-bottom: 15px;
    color: #767676;
}
.search_list > li h4 {
    margin: 0;
}
.search_list > li h4 > a {
    color: #ffffff;
    font: 13px/22px Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-decoration: underline;
}
.search_list > li h4 > a:hover {
    text-decoration: none;
}
.search_list > li .match {
    display: block;
    color: #f04343;
    font-size: 12px;
    font-weight: bold;
}
/*-------------- FOOTER ---------------------------------------------------- */
footer {
    width: 100%;
    height: 88px;
    bottom: 0;
    position: relative;
    z-index: 6;
    background: #131313;
}
footer .privacy_text {
    font: 400 11px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #727272;
    margin-top: 13px;
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap;
}
/*----------- FOOTER END ------------------------------------------------------*/
/*============================ Grid =====================================*/
/*-----------------------------------------------------------------------------------*/
/*Core variables and mixins*/
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*----------- New style ------------------------------------------------------*/
/*============================ Home =====================================*/
/*-----------------------------------------------------------------------------------*/
.sf-menu > li > a {
    color: #ffffff;
    transition: 0.5s color ease-in-out;
}

.text-links {
    font-size: 17px !important;
    font-family: sans-serif !important;
    text-transform: uppercase !important;
}

.sf-menu > li > a:hover, .sf-menu > li > a:focus {
    color: rgba(255, 0, 0, 0.82);
}

.sf-menu > li > a:focus, .sf-menu > li > a:hover .text-links {
    font-size: 18px !important;
}

a {
    text-decoration: none !important;
}

.h-con {
    text-align: center !important;
}

.icon img {
    width: 100px;
    height: auto;
}

.home-content {
    margin-bottom: 100px;
}

.home-content h1 {
    color: white;
    font-size: 20px;
}

.h-footer {
    display: flex !important;
    justify-content: center !important;
}

.h-img {
    width: 300px;
}

.logo {
    width: 300px;
    height: 80px;
}

.h-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    flex-shrink: 0;
}

@media (max-width: 766px) {
    .h-img {
        width: 80px;
    }

    .dynamicContent > .content {
        padding: 30px 0 0 0;
    }

    /*.logo {
        display: none;
    }*/

    .navbar {
        flex-direction: column;
    }

    .h-header {
        display: flex;
    }

    /*.sf-menu a {
        font-size: 10px;
    }*/

    .sf-menu > li > a {
        color: #ffffff;
        transition: 0.5s all;
    }

    .text-links {
        font-size: 17px !important;
        font-family: sans-serif !important;
        text-transform: uppercase !important;
    }

    .sf-menu > li > a:hover, .sf-menu > li > a:focus {
        color: rgba(255, 0, 0, 0.82);
        text-decoration: green;
    }

    .sf-menu > li > a:focus, .sf-menu > li > a:hover .text-links {
        font-size: 18px !important;
    }

    .sf-menu > li {
        margin-left: 10px;
    }

    .h-footer {
        justify-content: start !important;
    }

    .h-div {
        height: 80px !important;
        margin-bottom: 30px;
    }

    .h-div h3 {
        font-size: 20px;
    }

    .logo {
        max-width: 120px;
        height: auto;
        margin-bottom: 10px;
    }

    header {
        position: absolute;
    }

    .h-header {
        flex-direction: column-reverse;
        align-items: center;
    }

    header .navbar {
        height: 50px;
        margin: 5px 15px 0 0;
    }

    footer {
        display: none;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .h-img {
        width: 130px;
    }

    .dynamicContent > .content {
        padding: 50px 0 90px 0;
    }

    .logo {
        max-width: 120px;
        height: auto;
    }

    .h-div {
        margin-bottom: 80px;
    }
}

@media (max-width: 992px) {
    #navbarNav {
        display: flex;
        flex-wrap: wrap;
    }

    .sf-menu {
        flex-direction: row !important; /* Force horizontal layout */
    }
}

/*@media (min-width: 992px) and (max-width: 1000px) {
    .h-img {
        width: 100px;
    }
}*/

@media (min-width: 992px) and (max-width: 1709px) {
    .h-img {
        width: 180px;
    }
}

/*============================ About =====================================*/
/*-----------------------------------------------------------------------------------*/
.sliderHolder {
    max-width: 100%;
    margin: auto;
    border-radius: 15px;
    padding: 30px 15px;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.sliderHolder p {
    color: white !important;
    font-size: 16px;
    line-height: 1.5;
}


.about-section {
    padding: 50px 0;
    color: white;
}

ul {
    margin-bottom: 30px;
}

li {
    margin-bottom: 8px;
}

.table-img {
    max-width: 90%; /* Keeps image responsive */
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #111;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*@media (min-width: 1700px) {
    .about-section {
        padding-top: 80px;
        height: auto;
    }

    h1 {
        font-size: 2rem;
    }

    .table-img {
        width: 60%;
    }
}*/

.carousel-control-next, .carousel-control-prev {
    width: 3% !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 1rem !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: black !important;
}

.carousel-control-next, .carousel-control-prev {
    top: 100% !important;
}

.carousel-control-next {
    right: 30px !important;
}

.carousel-item {
    padding: 3rem;
}

.about-us {
    text-align: center;
    color: white;
    margin: 2.5rem;
}

@media (max-width: 768px) {
    #slider_simple1 {
        width: 100%;
    }

    .text-center {
        font-size: 16px;
    }

    ul.text-white {
        padding-left: 20px;
    }

    .sliderPagin {
        left: auto;
        right: 10px;
    }

    .carousel-item {
        padding: 0.5rem 2rem !important;
    }

    .carousel-inner p {
        margin-left: 5px;
        font-size: 14px;
    }

    .dynamicContent {
        position: relative;
    }

    .carousel-control-prev {
        left: -18px;
    }

    .carousel-control-next {
        right: 0 !important;
    }

    .sliderHolder {
         padding: 20px !important;
    }

    .about-us {
        margin: 10px !important;
    }

    .carousel-item-img {
        padding: 3rem 2rem !important;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .sliderHolder {
        height: 650px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .carousel-item {
        padding: 0.5rem 2rem 0 2rem !important;
    }

    .about-us {
        margin: 20px !important;
        margin-bottom: 0 !important;
    }

    .sliderHolder {
        padding: 15px 15px;
    }
}
/*============================ Services =====================================*/
/*-----------------------------------------------------------------------------------*/
.service-ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 0;
    list-style-type: circle;
}

.service-ul li {
    /*display: inline-block;*/
    margin-right: 20px;
}

.service-page {
    color: white;
    height: 400px;
    overflow-y: auto;
}

.service-h1 {
    color: white;
    text-align: center;
    padding: 1.5rem;
}

.service-page p {
    color: white !important;
    margin: 0 20px 10px 0;
    font-size: 16px;
    line-height: 1.5;
}

.service-page h2 {
    color: white !important;
    margin: 0 20px 20px 0;
    font-size: 22px;
    font-weight: bold;
}

@media (max-width: 766px) {
    .service-ul {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        list-style-type: circle;
    }

    .service-ul li {
        margin: 0;
        margin-right: 5px;
        font-size: 13px;
    }

    .service-h1 {
        padding: 0 0.5rem 0.5rem 0.5rem;
        font-size: 30px;
        font-weight: 600;
    }

    .service-page p {
        padding: 10px;
    }

    .service-page h2 {
        padding: 0 15px;
        font-size: 19px;
    }

    .br {
        display: none;
    }

    /*.what-sets-us {
        display: none;
    }*/
}

@media (min-width: 767px) and (max-width: 991px) {
    .service-page h2 {
        margin: 10px 15px;
        font-size: 25px;
    }

    .service-page {
        height: 650px;
    }

    .service-page p {
        color: white !important;
        margin: 20px;
        font-size: 18px;
        line-height: 1.5;
    }
}
/*============================ Contact =====================================*/
/*-----------------------------------------------------------------------------------*/
.contact-page {
    height: 400px;
    overflow-y: auto;
}

.contact-h1 {
    padding: 1.5rem;
    font-size: 30px;
    font-weight: 600;
    color: white;
    text-align: center;
}

.map-div {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.success {
    background-color: black;
    color: white;
    padding: 10px 0;
    margin-bottom: 20px;
}

.textarea {
    width: 500px;
    height: 180px;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    padding: 10px;
}

a[data-type="reset"],
a[data-type="submit"] {
    color: red;
    text-decoration: none;
    margin-right: 20px;
}

a[data-type="reset"]:hover,
a[data-type="submit"]:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
}

.carousel-item {
    margin-bottom: 25px !important;
}

@media (max-width: 767px) {
    .contact-h1 {
        padding: 0 0.5rem 0.5rem 0.5rem;
        font-size: 25px;
        font-weight: 600;
    }

    .success {
        font-size: 14px;
    }

    .map-div {
        flex-direction: column;
        align-items: start;
    }

    .carousel-indicators {
        margin-bottom: 0 !important;
    }

    .textarea {
        width: 300px;
        margin-bottom: 15px;
    }

    .carousel-item {
        margin-bottom: 15px !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .contact-page {
        height: 650px;
    }
}

/*@media (min-width: 1000px) {
    body {
        min-height: 640px !important;
    }
}*/
