
body{
    overflow-x: hidden;
}


.bg-oat-color{
    background-color: #02294f;
}

.text-orange{
    color: #ff5b3a;
}

.left-border{
    border-left:3px solid #020508 ;
    padding-left: 2rem;
}


.vision_txt_box{
    border-top: 2px solid white ;
    border-bottom: 2px solid white;
    padding-top: 3rem;
    padding-bottom: 2rem;
   
}


.font-w-s{
    font-weight: 610;
    font-size: 17px;
}

.pad_xy{
    padding: 1.5rem 1.5rem 1rem 1.5rem;
}

.promise_Txt_size{
    font-weight: 700;
    font-size: 47px;
}

.quote_icon{
    font-size: 30px;
    color: rgb(20, 152, 204);
}

.building_pad_xy{
    padding: 0 21rem 0 3rem;
}

.font_size_light{
    font-size: 20px;
}

.font_weight_light{
    font-weight: 400;
}

.bg_primary{
    background-color: rgba(0, 123, 255, 0.644);
    
}


.bg_blue{
    background-color: rgba(0, 123, 255, 0.644);
    
}

.bg_blue_light{
    background-color: rgba(62, 192, 242, .85);
    
}


.splide{
   cursor: pointer;
}

.splide__slide {
   opacity: .7;
}

.splide__slide.is-active {
   opacity: 1;
}

.my-nav-ul{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5rem;
    left: 0;    
}

.my-nav-list{
    list-style-type: none;
    display: inline-block;
    margin-left: 2rem;
}


.bg-orange{
    background-color: rgb(219, 65, 4);
}

.txt_lgt_blue{
    color: rgb(39 62 116 / 65%);
}

.img_bg_cvr{
    width: 100%;
    object-fit: cover;
    height: 650px;
}

.img_bg_cvr_dev{
    object-position: 50% 0;
    object-fit: cover;
    width: 100%;
    height: 670px;

}

.dsy_flex{
   display: flex;
     
}

.image_container{
    position: relative;
}
.fnt_siz{
    font-size:1.2rem;
}


.our_client_font_w_s{
    font-weight: 700;
    font-size: 50px;
}

.ft_weight{
    font-weight: 750;
}


.txt_cyan{
    color: #2FC1FF;

}


.contact_txt_ctrl{
    position: absolute;
    top: 27%;
    /* transform: translateX(15px); */
    padding-left: 15px;
    padding-right: 15px;
    max-width: 600px;
}

.container-border{
    border: 1px solid #dee2e6;
    background-color: white;
    padding-left: 1.5rem;

}

.my_hero_text{
    position: absolute;
    top: 38%;
    left: 9%;
    max-width: 600px;
    
}

.hero-header{
    font-weight: 700;
    font-size:50px;
}


.abt_header_txt{
    font-size: 3rem;
    font-weight: 700;
}



.carousel-control-prev, .carousel-control-next {
    background: #ff5b3a;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 50%;
    top: 50%;
    opacity: .85;
}

.carousel-control-prev {
    margin-left: 15px;
}

.carousel-control-next {
    margin-right: 15px;
}


.text_shadow{   
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .85);
}

.pb_1{
    padding-bottom: 1rem;
}
.pt_2{
    padding-top: 2rem;
}
.pb_2{
    padding-bottom: 2rem;
}

.pt_3{
    padding-top: 3rem;
}
.pb_3{
    padding-bottom: 3rem;
}

.pt_4{
    padding-top: 4rem;
}
.pb_4{
    padding-bottom: 4rem;
}

.pt_5{
    padding-top: 5rem;
}
.pb_5{
    padding-bottom: 5rem;
}

.pt_6{
    padding-top: 6rem;
}
.pb_6{
    padding-bottom: 6rem;
}
.pt_7{
    padding-top: 7rem;
}
.pb_7{
    padding-bottom: 7rem;
}
.pt_8{
    padding-top: 8rem;
}
.pb_8{
    padding-bottom: 8rem;
}
.pt_9{
    padding-top: 9rem;
}
.pb_9{
    padding-bottom: 9rem;
}
.pt_10{
    padding-top: 10rem;
}
.pb_10{
    padding-bottom: 10rem;
}


.pr_1{
    padding-right: 1rem;
}
.pr_2{
    padding-right: 2rem;
}
.pl_2{
    padding-left: 2rem;
}

.pr_3{
    padding-right: 3rem;
}
.pl_3{
    padding-left: 3rem;
}

.pr_4{
    padding-right: 4rem;
}
.pl_4{
    padding-left: 4rem;
}

.pr_5{
    padding-right: 5rem;
}
.pl_5{
    padding-left: 5rem;
}

.pr_6{
    padding-right: 6rem;
}
.pl_6{
    padding-left: 6rem;
}

.pr_7{
    padding-right: 7rem;
}
.pl_7{
    padding-left: 7rem;
}

.pr_8{
    padding-right: 8rem;
}
.pl_8{
    padding-left: 8rem;
}
.pr_14{
    padding-right: 14rem;
}




.mt_2{
    margin-top: 2rem;
}
.mb_2{
    margin-bottom: 2rem;
}

.mt_3{
    margin-top: 3rem;
}
.mb_3{
    margin-bottom: 3rem;
}

.mt_4{
    margin-top: 4rem;
}
.mb_4{
    margin-bottom: 4rem;
}

.mt_5{
    margin-top: 5rem;
}
.mb_5{
    margin-bottom: 5rem;
}


.ml_5{
    margin-left: 5rem;
 }

.mr_zero{
    margin-right:  0.5rem;
}

.ml_negative_{
    margin-left: 0.5rem ;
}

.font_size{
    font-size: 2.5rem;
}


.border_lighter{
    border: 1px solid rgba(219, 221, 238, 0.41);
    border-radius: 4px;
    box-shadow: 0px 32px 120px -25px rgba(0, 0, 0, 0.08);
}

.font_weight_bold {
    font-weight: 500;
  }

.oat_btn{
    background-color: #ff5b3a;
    border: none;
    color: white;
    text-shadow: none;
    padding: 0.5rem 1.5rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 1.5rem;
}

.oat_btn:hover{
    color: #e9e1df;
}
a{
    color: #273171;
}

.active{
    color: #0098DA;

}

.bg_secondary{
    background-color: #f0efef;

}

.proj_img_cntr{
    position: relative;  
}

.proj_txt{
    position: absolute;
    top: 71%;
    left: 22%;
}


.building_icons_size{
    background-color: rgb(72, 156, 196);
    color: #ffffff;
    font-size: 1.5rem;
    padding: 0.5rem;
    border-radius: 1.5rem;
}


.icons_size{
    background-color: rgb(72, 156, 196);
    color: #ffffff;
    font-size: 1.5rem;
    padding: 0.5rem;
    border-radius: 4rem;
    
    

}

.img-cvr{
    object-position: bottom center;
    object-fit: cover;
    width: 100%;
    opacity: 1;
    transition: 0.3s, border-radius 0.3s, opacity 0.3s;    
    
}




a:hover{
    color: #007bff;
}

.ft-weight{
    font-weight: 600;

}

.txt_img{
    position: absolute;
    top: 20%;
    left: 55%;
}

.list_group{
    list-style-type:none;
    font-size: 22px;
    font-weight: 600;
    
}

.bg_blue_layout{
   background-image: url("../images/BG-Overlay-1.png");
   width: 100%;
   background-repeat: no-repeat; 
   background-size: cover;
   background-position: 50% -300%;
}


/* Use a media query to add a breakpoint at 768px*/
@media screen and (max-width: 1200px) {
  

}


/* Use a media query to add a breakpoint at 768px*/
@media screen and (max-width: 992px) {
    
}






/* Use a media query to add a breakpoint at 768px*/
@media screen and (max-width: 768px) {
    

    /*.pl_mob_5{
        padding-left: revert-layer;
    }*/

    
    .img_bg_cvr{
        height: 700px;
    }

    .abt_header_txt{
        font-size: 24px;
    }

    .my_hero_text{ 
        left: 30px;
        right: 30px;
        top: 38%;
    }

    .hero-header{
        font-size:35px;
    }

    .d-none{
        display: none ;
    }

    .core_value_img_blk {
        width:100%;
        height: 285px;
    }

    .txt_img{
        top: 3%;
        left: -4%;
    }

    .list_group{
        list-style-type:none;
        font-size: 15px;
        font-weight: 650;
        
    }


    .pt_mob_5{
        padding-top: 5rem;
    }

    .pb_mob_5{
        padding-bottom: 5rem;
    }


    .pt_mob_3{
        padding-top: 3rem;
    }

    .pt_mob_4{
        padding-top: 4rem;
    }
    .pb_mob_3{
        padding-top: 3rem;
    }

    .pt_mob_2{
        padding-top: 2rem;
    }

    .pb_mob_2{
        padding-bottom: 2rem;
    }

    .pb_mob_4{
        padding-bottom: 4rem;
    }

    .pt_mob_1{
        padding-top: 1rem;
    }

    .pl_mob_102{
        padding-left: 1.2rem;
    }
    
    .pl_mob_1{
        padding-left: 1rem;
    }
    .pl_mob_2{
        padding-left: 2.5rem;
    }

    .pb_mob_2{
        padding-top: 2rem;
    }


    .mt_mob_2{
        margin-top: 2rem;
    }

    .mt_mob_3{
        margin-top: 3rem;
    }

    .font_size_mob{
        font-size: 30px;
    }

    .img-cvr{
        height: 600px;
    }

    .fnt_size_lighter{
        font-size: 2rem;
    }
    .img-cvr{
        height: 323px;
    }

    .building_pad_xy{
        padding: 0 0 0 1rem;
    }

    
    /*
    .logo_img{
        width: 60%;   
    }
    */


    .order_1{
        order: 1;
      }
      
      .order_2{
        order: 2;
      }

      .profile_wrp:hover .profile_overlay{
        height: 100%;
        
    }

    .img_bg_cvr_dev{
        object-position: 63% 50%;
        height: 420px;
    }


}



/* Use a media query to add a breakpoint at 768px*/
@media screen and (min-width: 576px) {

}


/* Use a media query to add a breakpoint at 768px*/
@media screen and (min-width: 768px) {


.justify_content_end_md {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
   

.contact_txt_ctrl {
    left: 8%;
    

}

.contact_txt_mob_hdr{
    font-size: 45px;
    font-weight: 800;
}


.ml_md_5{
    margin-left: 5rem;
}

.mr_md_5{
    margin-right: 5rem;
}

.pt_md_5{
    padding-top: 5rem;
}

.pb_md_5{
    padding-bottom: 5rem;
}

.pb_md_4{
    padding-bottom: 4rem;
}

.pl_md_305{
    padding-left: 3.5rem;
}
.pt_md_7{
    padding-top: 7rem;
}

.pl_md_105{
    padding-left: 0.5rem;
}

.pl_md_3{
    padding-left: 3rem;
}

.pr_md_3{
    padding-right: 3rem;
}

.pt_md_3{
    padding-top: 3rem;
}

.mt_md_4{
    margin-top: 4rem;
}

.ml_3{
    margin-left: 3rem;   
}

.ml_22{
    margin-left: 22rem;
}


.ml_8{
    margin-left: 8rem;   
}

.serv_Txt_contr{
    padding: 0 7rem 0 10rem;
    font-size: 20px;
}

    
}

/* Use a media query to add a breakpoint at 768px*/
@media screen and (min-width: 1200px) {
    
}





.serv_img_cntr{
    position: relative;
    width: 100%;
    height: 450px;
}


.serv_img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 45% 50%;
}

.proj_img{
    position: relative;
    width: 100%;
    object-fit: cover;
    object-position: 65% 50%;
    
}



.serv_img_cvr{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(39, 62, 116, 0.65);
    transition: all .3s;
}
.serv_img_cvr:hover{
    background-color: rgba(36, 36, 36, 0.65);
}

.img_cvr_fix{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(47, 193, 255, 0.65);
}




.serv_txt{
    position: absolute;
    top: 10%;
  /*left: 10%;*/  
    color: #fff;
    padding: 0 2rem;
}

.ovr_lay{
    position: absolute;
    top: 279px;
    left: 0;
    width: 100%;
    height: 30%;
    border-top: none;
    background-color: rgba(49, 51, 54, 0.329);
    transition: all .3s;
    
}

.logo_fnt_size{
    font-size: 25px;
}

.my-list {
    list-style: none;
}

.my-list_item{
    display: flex;
    margin-bottom: .5rem;
}

.my-list_item__icon {
    display: inline-block;
    margin-right: .5rem;
}

.my-list_item__text {
    display: inline-block;
}

.profile_overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 0%;
    background-color: rgba(3, 6, 14, 0.582);
    transition: all .3s;  
}


.profile_txt{
    position: absolute;
    top: 75%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
    opacity: 1;
    transition: all .3s;
    z-index: 1001;
    opacity: 0;
}


.profile_wrp:hover .profile_overlay{
    height: 100%;
    
}


.profile_wrp:hover .profile_txt{
    opacity: 1;
    top: 67%;

}

.nav_bar_logo{
    background-color: rgb(62 192 242);
    color: #273171;
    padding: 0.5rem;
}

.abt_logo{
    color: orangered;
}

.hrf{ 
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid white;
}



