/*----------------- color --------------*/
body{
    color: #151515 !important;
    font-family: 'Poppins', sans-serif !important;
}
.header{
    -webkit-box-shadow: 0 10px 14px 0 rgba(0,0,0,0.30);
box-shadow: 0 10px 14px 0 rgba(0,0,0,0.30);
position: relative;
z-index: 99;
}
.min-h-80{
    min-height: 80px;
}
/*====================================  COMMON ===========================================*/
.dropdown-toggle::after{
    border-top: 0.45em solid !important;
    border-right: 0.45em solid transparent !important;
    border-bottom: 0;
    border-left: 0.45em solid transparent !important;
    vertical-align: 0.1em !important;
}
/*------------- color -----------------*/

.btn-dark{
    background-color: #151515 !important;
    border-color: #151515 !important;
}
.bg-themelight{
    background-color: #F2F2F2 !important;
}
.text-themegray{
     color: #525252;
}
.text-black{
    color:#000 !important;
}
/*----- border ---------*/
.border-round-10{
    border-radius: 10px !important;
}
/*------------  font -----------------*/
.fs-14{
    font-size: 14px !important;
}
.fs-16{
    font-size: 16px !important;
}
.fs-20{font-size: 20px !important}
.fs-30{
    font-size: 30px !important;
}
.fs-52{
    font-size: 52px !important
}
.line-height-29{
    line-height: 29px;
}
.text-decoration-none{
    text-decoration: none !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
/*------- button --------*/
.btn-lg-space{
    padding: 18px 40px !important;
}
.btn-themeborder{
border-bottom:1px solid #D9D9D9 !important;
border-top:0px;
border-left:0px;
border-right: 0px;
outline:none;
color: #5B5B5B !important;
box-shadow:none !important;
border-radius:0px !important;

}
/*-------------- listing -------------*/
.check-listing li{
    padding-left:25px;
    position: relative;
    margin-bottom:8px !important;
}
.check-listing li::before{
    content: '\f058';
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #1C1B1F;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0px;
}
/*====================================  END COMMON ===========================================*/
.logo-box{
    width:113px;
    height:40px;
}
.bg-themeblack{
    background-color: #151515;
}
.menu-bar.navbar-nav .nav-link{
    color:#fff;
    margin:0px 4px;
    text-align: center;
    padding: 9px 18px !important;
}
.menu-bar.navbar-nav .nav-item.active .nav-link,.menu-bar.navbar-nav .nav-link:hover{
    background: #fff;
    color: #151515;
    border-radius:50px;

}

.lagnuage .bootstrap-select>.dropdown-toggle{
    background-color: #5B5B5B !important;
    border-radius:20px !important;
    border:none !important;
    box-shadow:none !important;
    color:#fff !important;
}

.lagnuage .dropdown-menu .flag-icon,.lagnuage .dropdown-toggle .flag-icon{
    border-radius: 100px;
    width:15px;
    height:15px;
    overflow:hidden;
    background-size:cover;
    top:3px;
}
.nav-dark span{
    border-color:#dddd
}
.listing {
    padding: 0px;
    margin:0px;
}
.listing li{
    list-style: none;
    display: block;
    float:none;
    margin:0px 8px;
}
.listing li:last-child{
    margin-bottom:0px;
}
.listing.line li{
    display: inline-block;
    float: left;
}

.banner .slick-slide img{
   object-fit: contain;
    object-position: center;
    height:100%;
    width:100%;

}
.banner .slick-dots{
    bottom:20px
}
.banner .slick-dots li button{
    content: '';
    background: #fff;
    text-indent: -10000000px;
    border-radius: 50px;
    height: 16px;
    width:16px;

}
.banner .slick-dots li{
    margin:0px 5px;
    width:auto;
}
.banner .slick-dots li.slick-active button{
    background-color: #007B7D;
    width:40px
}
.bg-back-img{position: relative;}
.bg-back-img::before{
    content:'';
    display:block;
    height:100%;
    width:100%;
    background-image: url(../img/front/back-img.png);
    background-size:cover;
    background-position:top;
    position: absolute;
    top: 0px;
    opacity: 0.6;
}
.auto-text-height{
    min-height: 250px;
}
.icons-45{
    height:45px;
    width: 45px;

}
.black-box{
    border:1px solid #A0A0A0;
    border-radius: 0px !important;
}
.footer-title{
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom:20px;
}
.caf_form{
    width:90%;
}
@media only screen and (max-width: 768px){
    .section-title h1{
        font-size: 38px;
    }
    .fs-52{
        font-size: 40px !important;
    }
    h1{
        font-size: 28px !important;
    }
}
@media only screen and (max-width: 999px){
    .mb-md3{
        margin-bottom: 1rem!important;
    }
}
