html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
hr{
    border-radius: 10px;
    margin:0 auto;
    padding:0;
    background:rgb(26, 88, 146); 
}
.social_media_icons a{
    padding:10px;
    color:white;
    background:#0473b8;
    border: 1px solid #0473b8;
    border-radius: 5px;
    margin:5px;
    transition: 0.5s all ease-in-out;
}
.social_media_icons a:hover{
    background:white;
    color:#0473b8;
    /* border: 1px solid rgb(7, 43, 77); */
}
.dark_font_color{
    color:rgb(7, 43, 77);
}
.light_font_color{
    color:rgb(132, 134, 136)
}
.card{
    cursor: default;
}
.top_contact_info{
    padding:10px 30px;
}
.top_contact_info{
    padding: 10px;
    margin: 0;
    height: auto;

}
.top_contact_info button{
margin:0;
height:50px;
width:200px;
}

.top_contact_info .icon{
    color: rgb(79, 118, 202);
    /* margin:10px; */
}
.top_contact{
    padding:15px;
    /* margin;top` */
    line-height: 15px;
}
.search-btn{
    border: none;
    background: transparent;
    /* color:white; */
}

@media only screen and (max-width:990px){
    .drop_logo{
        display: none;
    }
    .logo_3{
        display: block;
    }    
}

.sticky_navbar{
    position: fixed;
    top:0;
    z-index: 10;
    background-color: white;
    filter: drop-shadow(0 0 0.6rem rgb(182, 186, 189));
    padding-top:15px;
    padding-bottom:15px;
}
.close_menu_i{
    display: none;
    transition: .5s;
}
@media only screen and (max-width:990px){
    .top_contact_info{
        display:none;
    }
    .navbar-nav{
        text-align: center;
    }
    .search_bar{
        display: none;
    }
    .navbar i{
        color:white;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-toggler{
        border: none;
    }
    .sticky_navbar .navbar-toggler i{
        color:rgb(7, 43, 77);
    }    
}

.sticky_navbar .menu_a{
    color:rgb(9, 59, 105)!important;
}

.nav-item .menu_a{
    position: relative;
    text-align: center;
}

.nav-item .menu_a::after{
    content: '';
    text-align: center;
    position: absolute;
    width:0;
    height:2px;
    transition: .2s;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top:40px;
}
.nav_dropdown{
    cursor: pointer;
    background: white;
    color: black;
    padding: 15px;
    list-style: none;
    border-radius: 10px;
    position: absolute;
    z-index: 8;
    min-width: 100px;
    display: none;    
}
.nav_dropdown li a{
    text-decoration: none;
    color:black;
    margin:10px 5px;
}
.dropdown_option i{
    font-size: 15px;
    margin-left: 10px;
}

.dropdown_option:hover .nav_dropdown{
    display:block;
}
.navbar-nav .nav-item .menu_a::after{
    background: white;
}
.sticky_navbar .nav-item .menu_a::after{
    background: rgb(9, 59, 105);
}
.nav-item:hover .menu_a::after{
    width:70%;
}

@media only screen and (min-width:990px){
    .mob_menu{
        display:none;
    }
}


.navbar{
    width:100%;
    padding-left: 100px;
    padding-right: 100px;
    transition: 0.5s all ease-in-out;
    background:linear-gradient(to right, rgb(91, 158, 224), #0473b8);
    color:white;
}
@media only screen and (max-width:750px){
    .navbar{
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media only screen and (max-width:500px){
    .navbar{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width:350px){
    .navbar{
        padding-left: 10px;
        padding-right: 10px;
    }
}
.top_menu{
    /* margin:0 15px; */
}
.search_box{
    border-radius: 30px;
    background-color:transparent;
}
.search-btn{
    color:rgb(129, 129, 131)
}
/* .navbar-nav{
    padding-left:40px;
    padding-right:40px;
} */
.nav-item{
    margin-left:5px;
    margin-right:5px;
}

.nav-item a{
    font-size:18px;
}
.whatsapp{
    position: fixed;
    z-index: 9;
    bottom: 50px;
    right:70px;
    animation: whatsapp_icon 2s linear infinite;
    /* background-color: green; */
    color: white;
}
.whatsapp:hover{
	animation:none;
}
.whatsapp .whatsapp_icon{
    background-color: #066097;
    padding:5px 9px;
    border-radius: 50%;
}
@keyframes whatsapp_icon {
    0%, 100%{
        bottom:60px
    }
    50%{
        bottom:50px;
    }
}


.book_demo{
    position: fixed;
    z-index: 9;
    /* background: white; */
    text-align: center;
    bottom:-319px;
    right:50px;
    border-radius: 10px 10px 0 0;
    background: #0473b8;
    padding:0 15px;
    color: white;
    transition: .5s;
}


.book_demo .heading{
    padding:5px 0;
}

.book_demo .form{
    padding:20px;
    background: white;
    border-radius: 10px 10px 0 0;
    border:2px solid #0473b8;
}
.book_demo form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.book_demo form input, .book_demo form textarea{
    text-align: center;
    border-radius: 15px;
    border: 1px solid #0796fe;
    margin:3px;
    font-size: 14px;
    padding:5px;
}
.book_demo form button{
    /* position: relative; */
    margin-top: 15px;
    /* padding: 12px 25px; */
    width:fit-content;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #092a49;
    border: 2px solid #092a49;
    border-radius: 0;
    background: none;
    transition: .3s;
}
.book_demo form button:hover{
    color: white;
    background: #092a49;
}

.home-carousel{
    position: relative;
    height: 700px;
    z-index: 0; 
}
.home-carousel .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 700px;
    position: relative;
    z-index: 0;
    overflow: hidden; }
    .home-carousel .slider-item .overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      background: #000000;
      opacity: .2;
      width: 100%;
      padding: 0;
      z-index: 0; }
    @media (max-width: 1199.98px) {
      .home-carousel .slider-item {
        background-position: center center !important; } }
    .home-carousel .slider-item .slider-text {
      height: 700px;
      position: relative; }
      .home-carousel .slider-item .slider-text .text {
        z-index: 0;
        color: rgba(255, 255, 255, 0.9); }
      .home-carousel .slider-item .slider-text h1 {
        font-size: 50px;
        font-weight: 700;
        color: #fff;
        line-height: 1.3;
        text-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1); }
        @media (max-width: 991.98px) {
          .home-carousel .slider-item .slider-text h1 {
            font-size: 40px;
            letter-spacing: 3px; } }
      .home-carousel .slider-item .slider-text h2 {
        font-size: 30px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "Montserrat", Arial, sans-serif;
        font-weight: 600;
        color: rgb(44, 108, 168);
        display: inline-block;
        position: relative;
        letter-spacing: 4px; }

        
.home-carousel .slick-dots{
    /* padding:-20px; */
    position: absolute;
    bottom:0;
    left:45%;
}

.our_featured_products{
    margin:100px 0;
    text-align: center;
    overflow-x: hidden;
}
.our_featured_products hr{
    height: 3px;
    width:10%;
}
.our_featured_products .featured_product img{
    width:200px;
    margin:0 auto;
    align-items: center;
    /* width:fit-content; */
}
.our_featured_products .featured_products{
    justify-content: center;
}
.our_featured_products .featured_product{
    margin:20px;
    padding:10px;
    text-align: center;
    /* width:250px; */
}
.our_featured_products .featured_product h3{
    font-size: 20px;
}
.recent_product_row{
    overflow-x: hidden;
    margin:100px 0;
    text-align: center;
    background-color: rgb(212, 217, 224);
    padding:50px 0;
}
.recent_product_row hr{
    height: 3px;
    width:30%;
}
.recent_product{
    margin:10px;
    transition: 0.5s all;
}
.recent_product:hover{
    transform: scale(1.1);
}
.recent_product img{
    width:200px;
}
.about_us{
    margin:100px 0;
}
.about_us hr{
    height: 3px;
    width:20%;
}
.about_us .img_row{
    margin: auto 0;
}
.about_us img{
    width:500px;
    border-radius: 10px;
    filter: drop-shadow(0 0 0.6rem rgb(115, 164, 211));    
}        

.our_solutions{
    margin:80px 0;
}
.our_solutions h2{
    text-align: center;
}
.our_solutions_img img{
    width:600px;
    border-radius: 10px;
    filter: drop-shadow(0 0 0.6rem rgb(115, 164, 211));
}
.our_solutions_item .icon{
/*     background: rgb(62, 122, 179); */
/*     width:80px; */
/*     height:80px; */
/*     border-radius: 50%; */
    text-align: center;
    padding: 20px 0;
    color:rgb(62, 122, 179);
} 
.our_solutions_item{
    display: flex;
    flex-direction: row;
    /* flex-wrap: nowrap; */
    margin:10px;
    padding:10px;
}

.our_solutions hr{
    height: 3px;
    width:20%;
}

.why_choose_us{
    margin:70px;
}
.why_choose_us h2{
    text-align: center;
    margin:20px;
}
.choose_us_items .card{
    margin:10px;
    filter: drop-shadow(0 0 0.6rem rgb(115, 164, 211));
    cursor: default;
}
.choose_us_items .card .card-body{
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    /* flex-wrap: wrap; */
}

.choose_us_items .card img{
    width:80px;
}
.choose_us_items .card p{
    margin:0 5px;
    font-size: 20px;
}
@media only screen and (max-width: 400px){
    .choose_us_items .card p{
        font-size: 15px;
    }
    .choose_us_items .card img{
        width:60px;
    }
}
.why_choose_us hr{
    height: 3px;
    width:10%;
}
.counts_row{
    margin:130px 0;
}
.counts_row .card{
    margin:20px;
    background-color:rgb(20, 90, 155);
    color:white;
    filter: drop-shadow(0 0 0.6rem rgb(115, 164, 211));
    cursor: default;

}
.testimonial{
    margin:100px 0;
    overflow-x: hidden;
    overflow-y: hidden;

}
.testimonial hr{
    height: 3px;
    width:10%;
    margin-bottom:20px;
}
 .testimonial_overlay{
     position: absolute;
     background-color: rgb(115, 164, 211);
     height:250px;
     width:100%;
     text-align: center;
     padding:30px;
    filter: drop-shadow(0 0 0.6rem rgb(115, 164, 211));
color:white;
 }


 .testimonial_row{
     padding-top:140px;
 }

 .carousel-testimony .card{
     padding:20px;
     margin:20px 30px;
 }
 .carousel-testimony .card .text{
     margin-top:20px;
 }
 .carousel-testimony .card .user-img{
     width:80px;
     height:80px;
     border-radius: 50%;
     margin-right:10px;
 }
 .testimonial_icon{
     background-color: rgb(20, 90, 155);
     width:35px;
     height:35px;
     border-radius: 50%;
     justify-content: center;
     color: white;
 }

.subscribe_row{
    background-color: rgb(29, 105, 175);
    color:white;
    margin:100px 0;
    padding:50px;
    filter: drop-shadow(0 0 0.6rem rgb(115, 164, 211));
    
}
.subscribe_row input{
    border-radius: 30px;
    width:50%;
    border: none;
    font-size: 15px;
    color:rgb(114, 115, 117);
    text-align: center;
    height:50px;
    
}

.partners{
    overflow-x: hidden;
    overflow-y: hidden;

    text-align: center;
    margin:100px 0;
}
.partners hr{
    height: 3px;
    width:8%;
}
.partner_logo{
    width:200px;
    /* align-items: center;
    text-align: center; */
}
@media only screen and (max-width:1050px){
    .partner_logo{
        width:180px;
    }
}
@media only screen and (max-width:900px){
    .partner_logo{
        width:150px;
    }
}
.carousel-partners .item{
    padding:10px;
}
.our_products{
    margin:150px 0;
    text-align: center;
    background-color: rgb(212, 217, 224);
    padding:50px 0;
}
.our_products hr{
    height: 3px;
    width:8%;
}
.our_products .products{
    justify-content: space-around;
    margin-top:70px;
}
.our_products .product{
    width:260px;
    margin:10px;
    transition: 0.5s all ease-in-out;
    cursor: default;
    /* margin:5px; */
    /* padding:10px; */
}
.our_products .product img{
    width:230px;
}



.our_products .product button{
    width:170px;
    height:50px;
    transition: 0.5s all ease-in-out;
}
.our_products .product:hover{
    transform: scale(1.1);
    background-color: rgb(62, 122, 179);
    color: white;
}
.our_products .product:hover button{
    background: white;
    color:rgb(62, 122, 179)
}
.our_services{
    overflow-x: hidden;
    margin:100px 0;
    text-align: center;
}
.our_services hr{
    height: 3px;
    width:8%;
}
.our_services .card{
    margin:20px;
    transition: 0.5s all ease-in-out;
}

.our_services .card:hover{
    background: rgb(62, 122, 179);
    transform: scale(1.1);
    color:white;
    transition: 0.5s all ease-in-out;
    opacity: 0.7;
}
.our_services .card i{
    margin:10px 0;
}

footer{
    background: rgb(62, 122, 179);
    color:white;
    /* position: absolute;
    bottom:0;
    left:0;
    right:0; */
    /* display: none; */
}

footer a{
    text-decoration: none;
    color: white;
}

.footer_social_icons a{
    width:auto;
}

.footer_contact_form{
    margin: 40px 0;
}

.footer_contact_form input, .footer_contact_form textarea{
    margin:10px 0;
}

.copyright{
    text-align: center;
    padding-bottom:10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.legal_pages ul{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.legal_pages ul li{
    list-style: none;
    margin:0    10px;
}
.footer_logo{
    margin:10px 0;
}
.footer_contact_details{
    line-height: 4px;
    margin:10px 0;
}