*{
    outline: 0 !important;
}

section{
        padding: 90px 0;
}

.bg-primary{
    background: #E1Ab3F !important;
}

.btn{
    font-size: 17px;
    border-radius: 3px;
    min-width: 160px;
    padding: 0.3rem 0.9rem;
    text-transform: uppercase;
}
.btn-primary{
    background: #E1AB3F !important;
    color: #fff;
    border-color: #E1AB3F !important;
}

.btn-primary:hover{
    border-color: #E1AB3F !important;
     color: #ffffff !important;
    background: #E1AB3F !important; 
}


.btn-green{
    background: #E1AB3F !important;
    color: #000000;
    border-color: #E1AB3F !important;
    min-width: 100px;
    font-weight:bold;
}

.btn-green:hover{
    border-color: #E1AB3F !important;
    color: #000000 !important;
    background: #E1AB3F !important;
}



.btn-dark{
    background: rgb(0,0,0);
    border-color: #E1AB3F;
    border: 1px solid #E1AB3F !important;
    color: #ffffff;
    font-weight:bold;
}
.btn-dark:hover{
    color: #000000;
    background: #E1AB3F;
    border-color: #E1AB3F !important;
}

.form-control{
    min-height: 52px;
}

#nav .navbar .navbar-brand span{
    color: #5a9bc9;
}

#nav .navbar .navbar-brand small{
    display: block;
    font-size: 10px;
    font-weight: 800;
    color: #545454;
}


#header .box img{
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    /* min-height: 260px; */
}


.mega_menu{
    position: static;
}
.mega_menu .dropdown-menu{
    right: 0;
    margin: 0;
    padding: 28px 0;
    background-color: #E1AB3F;
}

.mega_menu h3 {
    /* margin-left: 21px; */
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid;
    padding-bottom: 12px;
}

.mega_menu .dropdown-item{
    white-space: initial;
    padding: 5px 0;
    font-size: 16px;
}

.services .card{
    padding: 10px;
    margin-bottom: 18px;
    display: block;
    background-color: rgb(0,0,0);
    border: 1px solid rgb(188 227 255);
    border-color: #e1ab3f;
}
.services .card img{
    margin-bottom: 15px;
}
.services .card h2{
    font-size: 18px;
    font-weight: 800;
    min-height: 40px;
    color: #e1ab3f;
}

.services .btn-primary{font-size: 13px;padding: 5px 12px;min-width: auto;}

.services.home .card p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 75px;
    margin-bottom: 8px;
    /* text-align: justify; */
}

#products .product-single img{
    width: 75px;
    margin-bottom: 15px;
}
#products .product-single h3{
    font-size: 25px;
    font-weight: 800;
}



.strip{
     position: absolute; 
    top: 8px;
    left: 0;
    right: 0;
    max-width: 1140px;
    margin: auto;
    padding: 0 15px;
}
.strip a{
    /* padding: 0 12px; */
    position: relative;
    font-size: 20px;
    color: #e1ab3f;
    display: block;
}
.strip a:after{
    content: '';
    /* border-right: 1px solid #ccc; */
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.strip a:nth-last-child(1):after{border: 0;}
.strip a:hover{
    color: #e1ab3f;
}

.owl-dots{
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots .owl-dot span{
    margin: 0 3px;
}

.owl-dots .owl-dot{
    transform: scale(0.5);
    transition: all ease 0.3s;
}
.owl-dots .owl-dot.active{
    transform: scale(1.2);
}

.owl-dots .owl-dot.active span, 
.owl-dots .owl-dot:hover span{
    background: #5a9bc9;
}

.owl-nav [class*=owl-]{
    background: #3b3c98;
}


.owl-prev{
    position: absolute;
    top: 40%;
    left: 2%;
}
.owl-next{
    position: absolute;
    top: 40%;
    right: 2%;
}

.owl-prev span,  
.owl-next span{font-size: 34px;padding: 0;background: #fff;line-height: normal;height: 45px;width: 45px;display: block;box-shadow: 0 0 3px 4px rgb(0 0 0 / 14%);}

#header:before{
    content: '';
    /* background: linear-gradient(to right, rgb(255 255 255), rgb(255 255 255 / 13%)); */
    /* position: absolute; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* z-index: 2; */
}

.contact-info{}
.contact-info a{
    color: #fff;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}
.contact-info a:hover{
    
}

#nav .navbar .navbar-brand img{
    /* width: 350px; */
}

.section-header h1 span{
    color: #5a9bc9;
}

.contact_page{}
.contact_page h3{
    font-size: 28px;
    font-weight: 700;
    /* border-bottom: 1px solid; */
    padding-bottom: 12px;
}
/*.contact_page h3{}*/

.make_appointment{}
.make_appointment h2{
    color: #e1ab3f;
    font-weight: 700;
    font-size: 20px;
}
.make_appointment p{
    margin: 0;
}
.make_appointment .card-body{
    padding: 12px 14px;
}
.make_appointment .card-title{
    color: #000;
}
.make_appointment .card{margin-bottom: 12px;}
.make_appointment .card .make_appointment_btn{
    position: absolute;
    top: 0;
    right: 0;
    min-width: auto;
    padding: 10px 20px;
    color: #5a9bc9;
    font-weight: 800;
}



@media screen and (max-width: 767px){
    #nav .navbar-collapse{
        overflow: scroll;
        max-height: 380px;
    }
    #nav .navbar-light .nav-link{
        padding: .7rem 1rem;
    }
    /* #nav .navbar .navbar-brand img{
        width: 205px;
    } */
    #header .box img{
        opacity: .8;
        object-fit: cover;
        min-height: 260px;
    }
    .strip{
        position: initial;
    }
    .strip .text-right{
        text-align: center !important;

    }
    #nav .navbar .navbar-brand{
        position: initial;
        width: 217px;
    }
    #header .header-content .btn{
    margin-top: 8px;
}
}




/*===========01-11-2021============*/
.page-header{
    padding: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.page-header img{}
.page-header h2{
    color: #E1AB3F;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}
.page-header a{
    position: relative;
    padding: 0 8px;
  
}
.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: 0px;
    right: -7px;
    text-align: center;
    color: #2d2d2d;
}
.page-header a:nth-child(1){
    padding: 0;

}
.page-header a:nth-last-child(1):after{
    content: '';
    opacity: 0;
}


.ft_ser{border-bottom: 12px solid #254c78;}
.ft_ser a{
    color: #fff;
    font-size: 14px;
}
.ft_ser .dropdown-item:focus, 
.ft_ser .dropdown-item:hover{
    background: transparent;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
}

.form-check .form-check-input{
    width: 24px;
    height: 24px;
    position: initial;
    vertical-align: top;
}

.bullettext{
    color: #E1AB3F;
    font-size: 22px;
    font-weight: 900;
}

/*=========17-12-2021===========*/
#nav{
    padding: 3px 0 1px;
    border-bottom: 1px solid #E1AB3F;
}
#nav .navbar{
    margin-bottom: 0px;
}
.mega_menu .dropdown-menu{
    border: 0;
}
#nav .navbar .navbar-brand{
    transform: translate(0px, -24px);
    padding: 0;
}
@media screen and (max-width: 767px){
    #nav .navbar .navbar-brand{
        transform: translate(0px, 0px);
        padding-bottom: 8px;
    }    
}
/*=========17-12-2021===========*/