@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');

*{
    text-decoration: none!important;
    box-sizing: border-box!important;
}

html body {
    color: #111;
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    
    }

    html{
        scroll-behavior: smooth;
    }

    .navbar{
        padding:0rem 0rem!important;
        transition: .5s!important;
        
    }
   .navbar{
    background: rgba(255, 255, 255, 0.70);
    /* box-shadow: 0 0 10px rgb(0 0 0 / 2%); */
    /* border-top: 1px solid rgb(0 0 0 / 20%);   */
    /* border-bottom: 1px solid rgb(0 0 0 / 20%);   */
    box-shadow: 0 8px 24px rgb(0 0 0 / 13%);
}
    .navbar-nav{
        margin-left: 10%;
        padding:10px;
     font-size: 20px;
    color: white;
}
.buttons {
    text-align: center;
}

    .tp-sec1{
    
        padding:15px 0px;
    
    }

.t-right{
    margin-right: 40px;
    color: #fff;
}

.top-cont{
    color: #fff;
}

.top-head{
    background-color: #196ab2;
   
}

.so-icons{
    cursor: pointer;
}
.so-icons .fa{
    
    color: #fff;
    padding: 5px 8px;
    border-radius: 25px;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    border: 2px solid;
    transition: 0.5s;
    line-height: 21px;
}

.so{
    margin-top: 7px;
    display: inline-flex;
}

.so-icons .fa:hover{
    /* background: #fff; */
    color: #d91815;
    border-color:#d91815;
}
.tp-sec2{
    background: #196ab2;
    padding: 12px 0px;
    text-align: right;
    
}

.ct-sec .fa{
    color: #d91815;
}

.navbar-brand{
    transition: .5s!important;
}

#lgo img{
    height: 69px;
}
.nav-link{
    color: #111;
    padding: 15px  30px!important;
    font-size: 16px;
    transition: 0.5s;
}

.nav-link:hover{
    color: #d91815;
}

.cont{
display: inline-flex;;
}
.cont span{
    margin-right: 10px;
}

.so-icons{
   
        text-align: center;
        /* padding-left: 115px; */
    
}

.so-icons span{
    margin-right: 20px;
    font-size: 17px;
}


.foot-item .so-icons .fa{
    color: #000;
    border-color: #000;
}

.foot-item .so-icons .fa:hover{
    color: #d91815;
    border-color: #d91815;
}

@media screen and (max-width:425px){
    .navbar-nav{
        margin-left:0%!important;
        padding-left:25px!important;
    }
}


.social-icon{
    position: fixed;
    right:2px;
    bottom: 40px;
    z-index: 999;
    padding: 10px;
}

.social-icon p{
   
    color:white;
    padding:10px 12px;
   
}



#lgo{
    font-size: 45px;
    font-family: cursive;
}

.book-appoint{
    background: #000;
}

.book-appoint .nav-link{
    color: #fff;
}

/* banner Area Start */

.bannerArea {width: 100%; position: relative; }
.bannerArea .bannerTxt h4 {color: #333333;transition:0.5s;opacity: 0;font-size: 24px;margin: 0 0 33px 0;font-weight: 400;}
.bannerArea .bannerTxt h6 { font-size: 44px; font-weight: 100; text-transform: uppercase; color: #fff; }
.bannerArea .bannerTxt h1 {font-size: 40px;color: #111111;text-transform: uppercase;margin: 0;padding: 0;line-height: 61px;}
.bannerArea .bannerTxt
 {position: absolute;top: 39%;left: 10%;max-width: 750px;}
 .bannerArea .bannerTxtright{
    position: absolute;top: 39%;right: 10%;max-width: 750px;
 }
 .bannerArea .bannerTxtright h4 {color: #333333;transition:0.5s;opacity: 0;font-size: 24px;margin: 0 0 33px 0;font-weight: 400;}
 .bannerArea .bannerTxtright h1 {font-size: 40px;color: #111111;text-transform: uppercase;margin: 0;padding: 0;line-height: 61px;}

.bannerArea .owl-dots {display: block;text-align: center;max-width: 147px;background: #d91815;position: absolute;border-radius: 60px;left: 50%;bottom: 4%;}
.bannerArea .owl-dots button.owl-dot { width: 12px; height: 12px; background: #f9f8f8c2!important; margin: 6px 12px; border-radius: 100px; }
.bannerArea .owl-dots button.owl-dot.active { background: #fff!important; }
/* banner Area End */

@keyframes slide-ani{
    0%{
        opacity: 0;
        transform: translateX(-150px);

    }

    50%,100%{
        opacity: 1;
        transform: translateX(0px);

    }
   
}

@keyframes slide-ani2{
    0%{
        opacity: 0;
        transform: translateX(150px);

    }

    50%,100%{
        opacity: 1;
        transform: translateX(0px);

    }
   
}

.active h4{
    animation: slide-ani 2s 1 forwards;
}

.active h1{
    animation: slide-ani2 2s 1 forwards;
}

.active .blue-btn{
    animation: slide-ani 2s 1 forwards;
}


.custom-sec{
    padding: 60px 0;
}

bg,b{
    font-weight: 700;
    color: #d91815;
}

.blue-btn{
    background: #d91815;
    color: #fff;
    padding: 10px 18px;
    display: inline-block;
    margin-top: 30px;
}

.headings{
    margin: 20px 0 60px;
    text-align: center;
}

.headings h2{
    font-size: 45px;
    font-weight: 700;
}

.features{

}

.fe-sec{
    box-shadow: 0 0 2px;
    text-align: center;
   padding: 40px 25px;
   cursor: pointer;
   border-radius: 12px;
   margin-bottom: 30px;
}

.fe-sec .w-ic img{
    height: 80px;
}

.fea-head h2{
    font-size: 30px;
    margin-bottom: 25px;
}
.about-us img{
    max-width: 100%;
    border-radius: 12px;
}

.about-desc-sec{
    padding: 0px 0px 30px;
}

.about-img-sec{
    position: relative;
}

.ab-2-img{
    position: absolute;
    z-index: 99;
    top: -89px;
    left: -118px;

}

.ab-2-img img{
    border-radius: 50%;
    width: 300px;
    height: 300px;
    object-fit: cover;
    /* animation: hours-move 3s infinite ease-in; */

}



.about-desc-sec h6, .about-desc-sec h2, .about-desc-sec p{
    margin: 28px 0;
}

.read-btn{
    display: inline-block;
    padding: 10px 18px;
    background: #d91815;
    border: 1px solid #d91815;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: 0.5s;
}

.read-btn:hover{
    background: #fff;
    border: 1px solid #d91815;
    color: #d91815;
}

.about-desc-sec .read-btn{
    line-height: 20px;
}

img{
    max-width: 100%;
}

.heading-sec{
    text-align: center;
    margin-bottom: 40px;
}

.heading-sec h2{
    font-size: 45px;
}

.heading-sec span{
    font-size: 15px;
}

.why-sec{

    box-shadow: 0 0 2px;
     text-align: center;
    padding: 40px 25px;
    cursor: pointer;
    border-radius: 12px;
    margin-bottom: 30px;
    transition: 0.5s;
}

.why-sec h3{
    font-size: 23px;
    margin: 15px 0 20px;
    color: #d91815;
    font-weight: 800;
    text-align: center;
    transition: 0.5s;

}

.why-sec .fa{
   font-size: 51px;
   transition: 0.5s;

}
.why-sec:hover{
    background: #d91815;
}

.why-sec.active {
    background: #d91815;
}
.active h3{
    color: #fff;
}

.why-sec:hover h3{
    color: #fff;
}

.our-stats{
    background: url('../img/st-back.jpg')no-repeat center;
   background-size: cover;
    min-height: 200px;
    position: relative;
    z-index: 1;
    background-size: cover;
    color: #fff;
}

.stats-left{
    padding: 40px 0;
}

.stats-left .read-btn{
    border-color: #d91815;
}


.stats-sec {
    color: #fff;
    padding: 0px 0px;
    margin-top: 30px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    text-align: center;
    min-height: 0;
    padding: 15px 0 0;
}




.stats-sec .icons .fa{
    font-size: 51px;
    margin: 15px 0;
}

.service-sec h4{
    margin: 15px 0;
    padding: 10px 10px;
    text-align: center;
}
.stats-heading {
    margin-top: 28px;
}


.prod-sec{
    text-align: center;
    box-shadow: 0 0 4px;
    padding: 15px;
    margin-bottom: 30px;
    cursor: pointer;
}


.why-we{
    background: #000;
    color: #fff;
}

.cont-form{
    position: absolute;
    right: 20px;
    bottom: 0;
    background: transparent;
    padding: 40px 60px ;
    max-width: 600px;
}

.mform{
    margin-bottom: 20px;
}

.mform input{
    height: 50px;
    border-radius: 25px;
    border: none;
}

.mform select{
    height: 50px;
    border-radius: 25px;
    border: none;
}

.mform .read-btn{
    border-radius: 25px;
}

.cont-form .form-control{
    box-shadow: none!important;
}


.text-center {
    text-align: left!important;
    padding-left: 31px;
}
#testi-slider .item{
    text-align: center;
}
#testi-slider .item img{
    width: auto!important;
    display: inline;
    border: 2px solid #d91815;
    border-radius: 50%;
    padding: 7px;
}

#testi-slider .item h3{
    font-size: 24px;
    margin: 15px;
}

#testi-slider .item .testi-text p{
    font-size: 23px;
}

#testi-slider .item .fa{
    color: #000;
    font-size: 35px;
}

footer{
    background: #2d90da5c;
    color: #000;
}

.foot-item {
    margin-top: 21px;
}

footer img{
    max-width: 80%;
    margin-top: 13px;
}


.foot-head h3{
    position: relative;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: 30px;
}



.foot-head h3::before{
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 60px;
    height: 1px;
    /* z-index: 1; */
    border-bottom: 4px double #d91815;
}



footer .foot-item ul{
    padding-inline-start: 15px;
}

footer .foot-item ul li{
    list-style: none;
    margin: 10px 0;
}

footer .foot-item ul li a{
    color: #000;
    transition: 0.5s;
    font-size: 19px;
}

footer .foot-item ul li a:hover{
    color: #d91815;
}

.f-cont-info{
    display: inline-flex;
}

.f-cont-info span{
    margin-right: 10px;
}

footer .copyright a{
    color: #d91815;
    font-weight: 700;
}

footer .copyright{
    padding-bottom: 25px;
    
}



.copyright{
    background: #d91815;
    padding: 10px;
}

.copyright p{
    margin: 0;
    color: #fff;
}

.copyright a{
    color: #000;
    font-weight: 800!important;
}



.breadcrumb-sec {
    background: url(../img/st-back.jpg) no-repeat center center;
    height: 400px;
    position: relative;
    z-index: 1;
    color: #fff;
    background-size: cover;
}

.about-page{
    background: url(../img/banner/bann3.jpeg) no-repeat center center;
}

/* .contact-page{
    background: url(../img/get-quotes.jpg) no-repeat center center;
} */

.breadcrumb-sec .custom-sec::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000c7;
    z-index: -1;
}

.breadcrumb-list {
    padding: 160px 0px 30px;
}

.breadcrumb-list h2 {
    font-size: 45px;
    font-weight: 800;
    color: #fff;
}

.breadcrumb-list ul {
    padding-inline-start: 15px;
}

.breadcrumb-list ul li {
    display: inline-flex;
    margin: 15px 10px;
    font-weight: 800;
    position: relative;
    font-size: 20px;
}

.breadcrumb-list ul li a {
    font-weight: 800;
    color: #d91815;
}

.breadcrumb-list ul li:not(:first-child)::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #d91815;
    border-radius: 50%;
}

.cont-form-sec .form-sec {
    margin-bottom: 20px;
}

.form-sec input {
    height: 45px;
    
}

.cont-form-sec .form-sec .form-control {
    box-shadow: none;
    border-color: #d91815;
    border-radius: 25px;
}

.cont-form-sec .form-control:focus {
border-color: #d91815;
}

@media (max-width: 767px){
    .top-head{
        display: none;
    }
    .custom-sec {
        padding: 0 0;
    }
    #lgo img {
        height: 60px;
        padding-left: 10px;
    }

    .heading-sec h2 {
        font-size: 29px;
    }

    .about-desc-sec {
        padding: 50px 15px 30px;
    }

    .about-desc-sec h6, .about-desc-sec h2, .about-desc-sec p {
        margin: 18px 0;
    }

    .ab-title h2{
        font-size: 30px;
    }

    .process-sec {
          margin-top: 90px;
       
    }

    .cont-details {
        position: relative;
        margin-top: -40px;
    border-radius: 50%;
    }

    .address-sec{
        text-align: center;
    }

    .copy-text p{
        text-align: center!important;
    }

    #collapsibleNavbar {
       position: absolute;
        top: 78px;
        z-index: 699;
        background: #fff;
        left: 0;
        right: 0;
    }
    
    button{
        outline: none!important;
        border: none!important;
        box-shadow: none!important;
    }
    
    .why-sec h3 {
        font-size: 21px;
        margin: 15px 0 20px;
        color: #fff;
        font-weight: 800;
        text-align: center;
    }

    .ab-2-img {
        position: relative;
        z-index: 99;
        top: -89px;
        left: 0;
    }

   
    
    .why-sec {
    margin-bottom: 20px;
    }

    .cont-form {
        position: relative;
    }

    .about-page-sec .about-img-sec {
        padding-top: 0px;
    }

    .d-mobile{
        display: none;
    }

    .bannerArea .bannerTxt h4 {
    font-size: 9px;
    margin: 0 0 17px 0;
    }
    .bannerArea .bannerTxt h1 {
        font-size: 11px;
        line-height: 0px;
    }

    .bannerTxt p{
        display: none;
    }

  
.bannerArea .bannerTxt {
    left: 4%;
}
}

@media (min-width: 991px){
    .dropdown:hover .dropdown-menu{
        display: block;
    }

    .book-appoint{
        margin-left: 66px;
    }
}