@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
:root {
    --blue: #2170B5;
    --darkblue: #001c4c;
    --grey: #7a7a7a;
    --green:#7CB23E;
    --bg:#f9f7f6;
    --white: #ffffff;
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: "Lexend", sans-serif;
}
p{
    font-size:16px;
}
p, span, li{
    color:var(--grey);
}
h1, h2, h3, h4, h5, h6{
    color:var(--darkblue);
    font-weight: 600;
    line-height: 1.1;
}
h1{
    font-size: 56px;
    font-weight: 600;

}
h3{
    font-size: 42px;
}
a{
    text-decoration: none;
}
.text-justify{
    text-align: justify;
}
.logo{
    width: 120px;
}
.con_line{
    font-weight: 500;
}
.mb_0{
    margin-bottom:0;
}
.main_banner{
    background: url(../images/main-banner.jpg);
    padding: 150px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.text_white{
    color:#fff;
}
.con_head h1{
    /* border-left:3px solid #fff;
    padding-left:20px; */
}
.nav_menu a{
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 17px;

}
.top_bar{
    background: var(--blue);
}
.top_bar p{
    font-size: 14px;
}
.bg-danger, .btn-danger{
    background: var(--blue) !important;
}
.btn-primary{
    background: var(--blue) !important;
    border-color: var(--blue) !important;
}
.text-success{
    color:var(--green) !important;
}
.btn{
    padding:10px 25px;
    border-radius: 30px;
}
.con_btn .btn{
    padding:10px 35px;
}
.text-primary{
    /* color:var(--green) !important; */
}
.text-danger{
    color:var(--blue) !important;
}
p.upper_title {
    font-size:15px;
    font-weight: 600;
    color: var(--blue);
    text-transform: uppercase;
    margin-bottom: 5px;
}
.link-white{
    color: var(--white);
    word-wrap: break-word;
}
.link{
    color: var(--grey);
}
.link-white:hover,
.link:hover{
    color: var(--green);
    transition: .3s ease;
}
.section{
    margin-top:80px;
}
.bgsection{
    background: var(--bg);
    padding: 60px 0;
}
.service_sec .ser1{
    background: url(../images/ser1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service_sec .ser2{
    background: url(../images/ser2.jpg);
}
.service_sec .ser3{
    background: url(../images/ser3.jpg);
}
.service_sec .ser_inner p{
    margin-bottom: 0;
    font-size: 15px;
}
.service_sec .ser_inner{
    padding: 30px 20px;
    border-radius: 10px;
    position: relative;
    min-height: 350px;
}
.service_sec .ser_con{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    bottom: 25px;
    right: 20px;
    left: 20px;
    text-align: center;
}
.service_sec .ser_con h4{
    font-size: 20px;

}
.who_we_are img{
    border-radius: 15px;
}
.icon_box{
    background: #fff;
    padding:30px;
    border-radius: 15px;
    min-height: 370px;
    margin-bottom: 25px;
    position: relative;
}
.icon_box i, .value-box i{
    font-size:35px;
    background: var(--blue);
    padding: 15px;
    color: #fff;
    border-radius:15px;
}
.icon_box .icon_box_con{
    margin-top:25px;
}
.icon_box:hover {
    background: var(--green);
    transition: .3s ease; 
}
.icon_box:hover .btn-icon-box{
    background: #fff;
    color: var(--green);
}

.btn-icon-box{
    position: absolute;
    bottom: 20px;
    left: 30px;
    padding: 5px 15px;
    font-size: 14px;
    
}
h4{
    line-height: 1.4;
}
.icon_box:hover h4 , .icon_box:hover p{
    color: #fff;
    transition: .3s ease; 
}
.review_slider_card i{
    color: gold;
}
.review_slider .item{
    background: var(--bg);
    padding: 30px;
    border-radius: 15px;
}
.btn-success{
    background: var(--green);
    border-color: var(--green);
}
.btn-success:hover{
    background: var(--blue);
    transition: .3 ease;
}

.con_info .con_info_box i{
    background-color: var(--green);
    color: #fff;
    padding: 12px;
    font-size: 24px;
    border-radius:10px;
}
.form_sec .home_form{
    background: var(--bg);
    box-shadow: 0px 3px 6px #00000029;
    padding:50px 30px;
    border-radius:30px;
    margin-top:-100px
}
.form_sec .home_form .form-control{
    border-radius:25px;
    padding: 10px 20px;
}
.main_footer{
    background:var(--darkblue);
}
.footer_menu {
    padding: 0;
    list-style: none;
    margin: 0;
}
.footer_menu a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
.footer_menu li{
    margin: 10px 0;
}
.bottom_bar{
    background: #07152c;
    border-top: 1px solid #747474;
}
.bottom_bar p{
    margin-bottom: 0;
}
.img-left{
    margin-top: 40px;
    height: 80%;
    object-fit: cover;
}
.max-250{
    max-width: 150px;
}
.max-800{
    max-width: 800px;
    margin: 10px auto;
}
/* .owl-dots button span {
    display: block;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #FA6742;
    border-radius: 50%;
}
.owl-dots button.active span {
    background: #FA6742;
}
.owl-dots{
    display: block !important;
} */

/*About us page*/
.secondary-banner{
    padding: 50px 0;
}
.value-box{
    text-align: center;
    padding: 10px;
}
.value-box i,
.value-box img{
    margin-top: 15px;
    margin-bottom: 15px;
}
.service-padding{
    margin-top: 80px;
    margin-bottom: 80px;
}
.services-box p{
    text-align: justify;
}
.services-img img{
    max-width: 350px;
}
.contact-form {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F4F6F9;
    text-align: center;
    max-width: 1000px;
    margin: 10px auto 80px;
    padding: 60px 45px;
    box-shadow: 0px 0px 30px 0px rgba(20, 20, 20, 0.1);
}
.contact-input {
    background: var(--bg);
    /* color: #fff; */
    border: 1px solid var(--bg);
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    padding: 0 15px;
    height: 54px;
    line-height: 54px;
    width: 100%;
    margin-bottom: 20px;
}
.contact-textarea {
    min-height: 100px;
}
.contact-page-box {
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 60px 30px 60px 30px;
    background-color: #F4F6F9;
    border-radius: 3px 3px 3px 3px;
    min-height: 355px;
    margin-bottom: 20px;
}
.elementor-icon {
    font-size: 40px;
    border-radius: 3px 3px 3px 3px;
    background-color: var(--green);
    padding: .5em;
    display: inline-block;
    text-align: center;
    color: var(--white);
    margin-bottom: 20px;
}
.elementor-icon i, .elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.contact-us-link {
    color: var(--grey);
    font-size: 17px;
}
.contact-map{
    margin-bottom: -5px;
}
.dropdown:hover>.dropdown-menu {
    display: block;
  }
  .dropdown-toggle::after{
    vertical-align: 1px;
  }
.navbar-expand-lg .navbar-nav .dropdown-menu{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
    border-top: 2px solid var(--blue);
    border-radius: 0;
}
.dropdown-item{
    padding: 8px;
    border-bottom: 1px solid #eee;  
}
.dropdown-menu li:last-child .dropdown-item{
    
    border-bottom: none; 
}
.nav-link:hover,
.nav-link.active{
    color: var(--blue) !important;
}
.padding-left-20{
    padding-left: 20px;
}
.padding-right-20{
    padding-right: 20px;
}
@media(min-width: 1200px){
    .container{
        max-width:1240px
    }
}
@media(max-width:768px){
    .section{
        margin-top:50px;
    }
    .bottom_mobile_space{
        margin-bottom:40px;
    }
    .container{
        max-width: 700px;
    }
    .bottom_mobile_space_small{
        margin-bottom:30px;
    }
    h1 {
        font-size: 36px;
    }
    h3 {
        font-size: 30px;
    }
    body{
        overflow-x: hidden;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu{
        max-width: 360px;
        width: 100%;
    }
    .dropdown-item{
        white-space: normal;
    }

}
