
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    font-size: 16px;
}
.btn-primary{
    background-color: #273679;
    color: #fff;
}
.site-main{
    margin-top: 100px;
}
.btn-primary:hover{
    background-color: #05B79D;
    transition: all 0.4s;
    border-color:#05B79D ;
}
.bg-blue{
    background-color: #273679;
}
.bg-light{
    background-color: #F8F8F8 !important;
}
a{
    text-decoration: none;
    color: #05B79D;
}
.h1{
    font-size: 55px;
    font-weight: 700;
}
.h2{
    font-size: 55px;
    font-weight: 700;
}
.h3{
    font-size: 45px;
    font-weight: 600;
}
.h4{
    font-size: 35px;
    font-weight: 500;
}
.h5{
    font-size: 25px;
    font-weight: 400;
}
.h6{
    font-size: 20px;
    font-weight:400 ;
}
section{
    position: relative;
    padding: 50px 0;
    /* overflow-x: hidden; */
}
.img-responsive{
    width: 100%;
    height: auto;
}
.logo_img{
    height: 60px;
    padding-left: 10px;
}
header{
    position: absolute;
    top: 50px;
    z-index: 9999;
    width: 100%;  
}
.header_nav{
    border-bottom-left-radius: 30px;
}
.hero_section{
    background: url(../img/home-banner.webp)center center no-repeat;
    width: 100%;
    height: 120dvh;
    background-size: cover;
}
.navbar-nav li a{
    font-size: 18px;
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
}
.navbar-nav li{
    padding: 0 15px;
}
.navbar-nav li a:hover{
    color: #273679;
    transition: all 0.4s;
}
.quote_btn{
    background-color: #273679;
    border-bottom-left-radius: 15px;
    padding: 15px 25px;
    color: #fff !important;
}
.quote_btn:hover{
    background-color: #05B79D;
    transition: all 0.4s;
}
.over_lay{
    background-color: #273679;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.6;
    z-index: 1;
}
.hero_content_box{
    opacity: 1;
    z-index: 2;
    position: relative;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.form_section{
    opacity: 1;
    z-index: 2;
    position: relative;
    border-bottom-left-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.quote_text{
    font-size: 35px;
    font-weight: 600;
    text-align: center;
}
.form_btn .btn-primary{
    padding: 10px 30px;
}
.form-label{
    font-weight: 400;
}
.teack_seciton{
    margin-top: -50px;
    z-index: 3;
}
.track_box{
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    border-bottom-left-radius: 20px;
}
.track_box i{
    font-size: 25px;
}
.track_contact_box{
    border-bottom-left-radius: 20px;
}
.track_cnt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 25px;
}
.small_text{
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #273679;
    font-weight:400 ;
}
.work_box{
    border: 1px solid #273679;
    border-bottom-left-radius: 20px;
}
.about_content{
    width: 85%;
}
.border{
    height: 100%;
    padding: 15px;
}
.about_img_box{
    margin-left: -100px;
}
.about_img_box img{
    border-bottom-left-radius: 30px;
    height: 650px;
    object-fit: cover;
}
.about_box{
    border-bottom-left-radius: 30px;
}
.about_content a{
    color: #000 !important;
}
.bottom{
    height: 87vh;
    border-bottom-left-radius: 30px;
}
.contact_section{
    padding-top: 150px;
}
.bottom img{
    margin-top: -5px;
}
.color_testimonial{
    height: 100%;
}
.testimonial_container{
    width: 85%;
    margin-left: auto;
    padding: 0;
}
.testimonial_seciton .testimonial_img_box{
    margin-right: -100px;
    z-index: 2;
    position: relative;
    text-align: end;
}
.testimonial_img_box img{
    border-bottom-left-radius: 30px;
    width: 80%;
    margin-left: auto;
}
.color_testimonial{
    border-bottom-left-radius: 30px;
}
.img_box img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
footer p a{
    font-size: 20px;
}
.service_section .work_box img{
    /* width:150px; */
    height: 80px;
}
.about_content img{
     /* width:150px; */
    height: 50px;
}

.thankyou_section h1 {
    color: green;
    font-size: 4.5em;
    margin-bottom: 10px;
}
.thankyou_section p {
    font-size: 1.1em;
    line-height: 1.6;
}
.thankyou_section a.button {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 24px;
    background: #273679;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.3s ease;
}
.thankyou_section a.button:hover {
    background: #05B79D;
}
.ti-widget.ti-goog .ti-review-item>.ti-inner{
    background-color: transparent !important;
    color: #fff !important;
}
.ti-widget.ti-goog .ti-widget-container .ti-name{
    color: #fff !important;
}
.ti-widget.ti-goog .ti-rating-text{
    color: #fff !important;
}
.ti-widget.ti-goog .ti-rating-text span{
    color: #fff !important;
}
.ti-rating-text span strong{
    color: #fff !important;
}

.ti-platform-icon{
    display: none;
}
.ti-fade-container{
    display: none !important;
}

.ti-widget.ti-goog .ti-verified-review{
    display: none !important;
}


@media(max-width:849px){
        .hero_section{
        height: 165vh;
    }
    header{
        top: 0;
    }
    .h1{
        font-size: 55px;
    }
    .navbar-collapse{
        padding-bottom: 50px;
    }
    .navbar-nav .quote_btn{
        margin-top: 20px;
    }
    .track_box{
        padding-left: 10px;
    }
    .h4{
        font-size: 30px;
    }
    .track_cnt{
        padding-left: 0;
    }
    .container{
        max-width: 800px;
    }
    .bottom img{
        margin-top: 80px;
    }
    .bottom{
        height: 460px;
    }
        .about_content{
        width: 100%;
    }
    .testimonial_container{
        width: 100%;
    }
}

@media(max-width:576px){
        section{
        overflow-x: hidden;
    }
    .contact_section{
        overflow-x: visible !important;
    }
    .h1{
        font-size: 35px;
    }
    .hero_section{
        height: 180vh;
    }
    .h2{
        font-size: 35px;
    }
    .h5{
        font-size: 18px;
    }
    .work_box{
        padding: 10px !important;
    }
    .work_box img{
        height: 50px;
    }
    .work_box .h5{
        font-size: 16px;
    }
    .about_us_section .container-fluid{
        padding: 0 10px !important;
    }
    .about_content{
        width: 100%;
    }
    .contact_section{
        padding-top: 50px;
    }
    .bottom{
        padding: 20px !important;
    }
    .testimonial_seciton{
        padding-top: 200px;
    }
    .color_testimonial{
        padding: 20px !important;
    }
    .track_cnt{
        padding: 20px;
        border-bottom-left-radius: 20px;
    }
}