body{margin: 0;padding: 0;font-family: 'Poppins';background-image: url(../images/inner_services_bg.jpg);background-size: cover;}
img{max-width: 100%;}
p {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 15px;
    color: #242424;
    line-height: 28px;
    letter-spacing: 1px;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins.woff2') format('woff2'),
        url('../fonts/Poppins.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
a{text-decoration: none;}

.main_header{
    width: 100%;
    display: inline-block;
   position: sticky;
   top: 0;
   left: 0;
   z-index: 9;
   z-index: 99;
   box-shadow: 0px 0px 10px #0003;
   background-color: #fff;
}
.top_cnt_bar_sec{
    width: 100%;
    display: inline-block;
    background-color:#007398;
    padding: 5px 0;
}
.top_cnt_bar{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  
}
.top_cnt_bar_box{
    width: 33%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.top_cnt_bar_box:nth-child(2){text-align: center;justify-content: center;}
.top_cnt_bar_box:last-child .top_cnt_bar_soc{text-align: right;justify-content: end;}
.top_cnt_bar_soc{
    width: auto;
    display: flex;
    align-items: center;
    gap: 5px;
}
.top_cnt_bar_soc_ico span{
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_cnt_bar_soc_ico{
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_cnt_bar_soc_ico a{color: #fff;}
.top_cnt_bar_soc_ico a:hover{color: #6adaff;}
.navbar_section{
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #fff;
    padding: 5px 0;
}

.banner_section{
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #f3f3f3;
    position: relative;
    overflow: hidden;
}
.banner_section .item{
    /* min-height: 50vh; */
}
.banner_section .item img{   
     width: 100%;
    height: 100%;
    max-width: inherit;
}
.banner_section .item::after{
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    content: '';
    z-index: 2;
}
.banner_section_cnt{
    width: 100%;
    max-width: 600px;
    height: auto;
    position: absolute;
    top: 30%;
    z-index: 9;
}
.banner_section_cnt h1{
    width: 100%;
    height: auto;
    display: inline-block;  
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}
.banner_section_cnt p{
    width: 100%;
    height: auto;
    display: inline-block;  
    font-size: 15px;
    color: #fff;
}


.about_section{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 40px 0;
}
.about_section_left_img{
    width: 100%;
    height: auto;
    display: inline-block;  
}
.about_section_left_img img{width: 100%;}
.about_section_right_cnt{
    width: 100%;
    height: auto;
    display: inline-block;  
}
.home_sec_headding{
    width: 100%;
    height: auto;
    display: inline-block;  
    margin-bottom: 20px;
}
.home_sec_headding h2{
    width: 100%;
    height: auto;
    display: inline-block;  
    font-size: 31px;
    color: #007398;
    margin-bottom: 10px;
    font-weight: bold;
}
.home_sec_headding h2 span{
    width: 100%;
    height: auto;
    display: inline-block;  
    font-size: 15px;
    font-weight: 400;
    color: #242424;
    line-height: 27px;
}
.about_section_right_cnt p{
    width: 100%;
    height: auto;
    display: inline-block;  
    font-size: 15px;
    color: #242424;
    line-height: 28px;
}

.product_services_sec{
    width: 100%;
    height: auto;
    display: inline-block;  
    background-color: #F8FAFF;
    padding: 40px 0;
    background-image: url(../images/bg_productivity.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.product_services_list{
    width: 100%;
    height: auto;
    display: inline-block;  
    margin-top: 10px;
}
.product_services_box{
    width: 100%;
    height: auto;
    display: inline-block; 
    padding:0 10px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
    cursor: pointer;
}
.product_services_box_img{height: auto;background-color: #e9dfdf;width: 100%;overflow: hidden;}
.product_services_box_img img{transition: 0.2s ease;width: 100%;}
.product_services_box:hover img{transform: scale(1.1);}
.product_services_box_txt{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0px 0px 10px #e5e5e5;
    text-align: center;
    font-size: 15px;
    color: #242424;
    border-radius: 3px;
    padding: 10px 5px;
    transition: 0.2s ease;
}
.product_services_box:hover .product_services_box_txt{
    background-color: #007398;
    color: #fff;
}

.view_all_btn_sec{
    width: 100%;
    height: auto;
    display: inline-block; 
    margin-top: 30px;
    text-align: center;
}
.view_all_btn{
    width: auto;
    padding: 5px 30px;
    border-radius: 30px;
    background-color: #fff;
    font-size: 14px;
    color: #242424;
    text-decoration: none;
    transition: 0.2s ease;
}
.view_all_btn:hover{background-color: #007398;color: #fff;}
.why_choose_sec{
    width: 100%;
    height: auto;
    display: inline-block; 
    padding: 40px 0; 
    background-color: #f3f3f3;
    background-image: url(../images/whychoose_bg.jpg);
    background-size: cover;

}
.why_choose_sec_left_sec{
    width: 100%;
    height: auto;
    display: inline-block; 
}
.why_choose_sec_left_sec p{
    width: 100%;
    height: auto;
    display: inline-block;  
    font-size: 15px;
    color: #242424;
    max-width: 680px;
    line-height: 27px;
}
.why_choose_sec_right{
    width: 100%;
    height: auto;
    display: inline-block;  
}
.why_choose_sec_right h3{
    width: 100%;
    height: auto;
    display: inline-block; 
    margin-bottom: 30px;
}
.why_choose_sec_right ul{
    padding: 0;
}
.why_choose_sec_right li{
    width: 100%;
    height: auto;
    display: inline-block;  
    list-style: none;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}
.why_choose_sec_right li::before{
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    padding-top: 6px;
    font-size: 15px;
    color: #242424;
    content: "\f00c";
    position: absolute;
    left: 0;
    top: -3px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.our_feature_sec{
    width: 100%;
    height: auto;
    display: inline-block;  
    padding: 40px 0;
}
.our_feature_sec_list{
    width: 100%;
    height: auto;
    display: inline-block;  
    margin-top: 30px;
}

.our_feature_sec_list_box{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 15px;  
    background-color: #fff;
    padding:20px 10px;
    box-shadow: 0px 0px 20px #f3f3f3;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.2s ease;
}
.our_feature_sec_list_box:hover {box-shadow: 0px 10px 20px #dddddd;}
.our_feature_sec_list_box_ico{
    width: 40px;
    min-width: 40px;
    height: auto;
    display: inline-block;
}
.our_feature_sec_list_box_ico img{transition: 0.2s ease;}
.our_feature_sec_list_box:hover .our_feature_sec_list_box_ico img{transform: scale(1.1);}
.our_feature_sec_list_box_cnt{
    width: 100%;
    height: auto;
    display: inline-block;  
}
.our_feature_sec_list_box_cnt h4{
    width: 100%;
    height: auto;
    display: inline-block; 
    font-size: 22px;
    color: #007398;
}
.our_feature_sec_list_box_cnt p{
    width: 100%;
    height: auto;
    display: inline-block; 
    font-size: 14px;
    color: #555555;
    margin: 0;
}

.weserve_section{
    width: 100%;
    height: auto;
    display: inline-block;  
    padding: 40px 0;
}

.weserve_section_list{
    width: 100%;
    height: auto;
    display: inline-block; 
    margin-top: 20px;
}
.weserve_section_list_img{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: inline-block; 
}
.weserve_section_list_img img{transition: 0.2s ease;}
.weserve_section_list_img:hover img{transform: scale(1.1);}
.weserve_section_list_img_cnt{
    width: 100%;
    height: auto;
    display: inline-block; 
    font-size: 18px;
    color: #000000;
    text-align: center;
}

.faq_mission_sec{
    width: 100%;
    height: auto;
    display: inline-block;  
    padding: 50px 0;
    background-color: #F8FAFF;  
    background-image: url(../images/bg_2.jpg);
    background-size: cover;
}
.mission_hist_sc{
    width: 100%;
    height: auto;
    display: inline-block;   
}
.faq_sec{
    width: 100%;
    height: auto;
    display: inline-block;    
}

.activity_sec{
    width: 100%;
    height: auto;
    display: inline-block;  
    padding: 50px 0;
    background-image: url(../images/bg_Activity.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.activity_sec_lsit{
    width: 100%;
    height: auto;
    display: inline-block;  
}
.activity_sec_lsit_box{
    width: 100%;
    height: auto;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 5px;  
    background-color: #007398;
    padding: 15px 10px;
    box-shadow: 0px 0px 20px #f3f3f3;
    margin-bottom: 20px;
    color: #fff;
}

.footer_sec{
    width: 100%;
    height: auto;
    display: inline-block;  
    padding-top: 50px ;
    background-color: #003242;
}

.footer_box{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 20px;
}
.footer_box h5{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;  
}
.footer_box p{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    color: #fff; 
    margin: 20px 0;
}
.footer_box ul{
    padding: 0;
    margin: 0;
}
.footer_box li{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #fff; 
    list-style: none;
    margin-bottom: 10px;
}
.footer_box a{
    text-decoration: none;
    color: #fff;
}
.footer_box a:hover{color: #5fd7ff;}
.footer_copyright{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    padding-top: 10px;
    color: #537885;
    padding-bottom: 20px;
    border-top: 1px #123e4c solid;
}
.nav-link:hover{color: #007398;}
.mission_hist_sc .nav-link{color:   #a9a9a9;}
.mission_hist_sc .nav-link.active{background-color: transparent;border: 0;}
.faq_sec .accordion-body{background-color: transparent;}
.faq_sec .accordion-item{background-color: transparent;border: 0;}
.faq_sec .accordion-button{background-color: transparent;border: 0;border-bottom: 1px #e5e5e5 solid;}
.faq_sec .accordion-button:focus{background-color: transparent;border: 0;}
.faq_sec .accordion-button:not(.collapsed){background-color: transparent;border: 0;}

.btn-primary{
    border: solid 1px #007398;
    background-color: #007398;
    border-radius: 30px;
    padding: 8px 30px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay)*2);
    animation-delay: calc(var(--animate-delay)*2);
}

.weserve_section_list .owl-nav.disabled{
    display: flex;
}
.weserve_section_list .owl-nav{
    display: flex;
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
.weserve_section_list .owl-nav button{
    width: 40px;
    height: 40px;
    background-color: #fff !important;
    color: #666 !important;
    text-align: center;
    border-radius: 40px;
    display: inline-block;
}
/* .main_header.fixed{
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0px 0px 10px #0003;
} */

.main_header.fixed .top_cnt_bar_sec{display: none;}
.nav-tabs{border: 0;}

.navbar-expand-lg .navbar-nav .nav-link{padding-left: 15px;padding-right: 15px;}

.navbar-brand img{max-height: 60px;transition: 0.2s ease;}

.main_header.fixed .navbar-brand img{max-height: 50px;}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    border: 0;
    box-shadow: 0px 0px 10px #e5e5e5;
    
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }

.readmore_btn {
    width: auto;
    padding: 8px 30px;
    border-radius: 30px;
    background-color: #007398;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-top: 15px;
    transition: 0.2s ease;
}

.readmore_btn:hover{background-color: #242424;}

.inner_page_head{
    width: 100%;
    height: auto;
    position: relative;
    padding: 40px;
    background-color: #e6f3f3;
    background-image: url(../images/brdmb_img.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.inner_page_head a{color: #007398;}
.page_bread_crumb{
    width: 100%;
    height: auto;
}
section{position: relative;overflow: hidden;}
.services__shape-wrap-two {
    position: absolute;
    width: 100%;
    display: inline-block;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}
.services__shape-wrap-two img {
    position: absolute;
    z-index: -1;
}
.services__shape-wrap-two img:nth-child(1) {
    left: 0;
    top: 0;
}
.services__shape-wrap-two img:nth-child(2) {
    right: 0;
    bottom: 0;
}


.about_section_2{
    width: 100%;
    display: inline-block;
    padding: 40px 0;
    background-color: #e8e9f1;
}

.abt_commitment_sec{
    width: 100%;
    display: flex;
    padding: 40px 0;
    align-items: center;
}
.left_cmnt_img{
    width: 50%;
}
.cmt_right_cnt{
    width: 100%;
    margin-left: -100px;
   background-color: #fff;
   padding:30px 15px;
}

.about_vision_sec{
    width: 100%;
    display: inline-block;
    padding: 40px 0;
    background-color: #e8e9f1;
}



.vision_mission_box{
    display: inline-block;
    width: 100%;
    height: 90%;
    margin-bottom: 20px;
    background-color: #fff;
    padding:15px;
}
.vision_mission_box_head{
    width: 100%;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    align-items: center;
    font-size: 19px;
    color: #003242;
}

.vision_mission_box_head_ico{width: 40px;}

.vision_mission_box_cnt{
    display: inline-block;
    width: 100%;
}



.product_view_section{
    width: 100%;
    display: inline-block;
    padding: 40px 0;

}

.product_view_img{
    width: 100%;
    display: inline-block;
    padding: 10px;
    background-color: #fff;
    border: solid 5px #fff;
    /* box-shadow: 0px 0px 10px #e9e9e9; */
    border: solid 1px #e5e5e5;
    overflow: hidden;
}
.product_view_img img{width: 100%;transition: 0.2s ease;}
.product_view_section_box:hover .product_view_img img{transform: scale(1.1);}
.product_view_cnt{
    width: 100%;
    display: inline-block;
   
}
.product_view_cnt h4{
    width: 100%;
    display: inline-block;
    scroll-padding-top: 110px;
}
.product_view_section_box p{
    text-align: justify;
}

.product_view_section_box{
    width: 100%;
    margin: auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 10px 10px #e9e9e9;
    border-radius: 10px;
    margin-bottom: 30px;
    max-width: 1000px;
}

.industris_view_box{
    width: 100%;
    margin: auto;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 10px 10px #e9e9e9;
    border-radius: 10px;
    margin-bottom: 20px;
}


.gallery_view_sec{
    width: 100%;
    display: inline-block;
    padding:40px 0px;
}


.inner_career_section{
    width: 100%;
    display: inline-block;
    padding:40px 0px;  
}

.career_right_box{
    width: 100%;
    margin: auto;
    padding:20px;
    background-color: #fff;
    box-shadow: 0px 10px 10px #ccc;
    border-radius: 10px;
    margin-top: 10px;
}
.inner_career_section h4{color: #007398;}
.inner_career_section h3{color: #007398;}

.contact_sec{
    background-image: url(../images/contact_bg.jpg);
    background-size: cover;
}
.contact_sec .career_right_box{
    background-color: #007398;
    box-shadow: 0px 10px 10px #ccc;
}
.contact_sec .career_right_box .btn-primary{
    background-color: #123e4c;
}
.contact_sec .form-control{background-color: #ffffff1e;color: #fff;border-color: #01485f;}
.contact_sec  .input  label{color: #fff;}

.contact_sec h4{
    color: #fff;
}
.contact_sec strong{font-weight: normal;}


.hse_policy{
    margin: auto;
    padding:20px;
    background-color: #fff;
    box-shadow: 0px 10px 10px #e9e9e9;
    border-radius: 10px;
    margin-top: 10px;
}

.map_lc_sec{
    width: 100%;
    display: inline-block;
    /* padding: 30px 0; */
    background-color: #fff;
}

.map_lc_box{
    width: 100%;
    display: inline-block; 
    
}

.faq_box_sec{
    width: 100%;
    height: 100%;
    padding:20px;
    background-color: #ffffff6b;
    box-shadow: 0px 10px 10px #e9e9e9;
    border-radius: 10px;
    display: inline-block;
}


.why_choose_us{
    width: 100%;
    display: inline-block;
    padding:40px 0px;  
}
.why_choose_us .vision_mission_box_head{flex-direction: column;align-items: start;}

.our_team_sec .weserve_section_list_img_cnt p{
    width: 100%;
    font-size: 18px;
    color: #555555;
    text-align: center;
}

.contact_ico{
    width: 40px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background-color: #003242;
    color: #fff;
    border-radius: 30px;
} 

.contact_sec p{
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
}




.animate {
    animation-duration: 0.7s;
    animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
    animation-delay: .5s;
    animation-fill-mode: backwards;
  }
  /* shorthand version:
  animation: animation-name .75s cubic-bezier(.26, .53, .74, 1.48) .5s backwards;
  */
  
  /* Pop In */
  .pop { animation-name: animate-pop; }
  
  @keyframes animate-pop {
    0% {
      opacity: 0;
      transform: scale(0.5, 0.5);
    }
    100% {
      opacity: 1;
      transform: scale(1, 1);
    }
  }
  /* Slide In */
  .slide { animation-name: animate-slide; }
  
  @keyframes animate-slide {
    0% {
      opacity: 0;
      transform: translate(0, 40px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  /* Slide Left */
  .slide-left { animation-name: animate-slide-left; }
  
  @keyframes animate-slide-left {
    0% {
      opacity: 0;
      transform: translate(-40px, 0);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  
  .delay-3 {
    animation-delay: 0.9s;
  }
  

@media (max-width:1200px){
    .navbar-expand-lg .navbar-nav .nav-link{padding-left: 10px;padding-right: 10px;}
}
@media (max-width:768px){
    .top_cnt_bar_sec{display: none;}
    .banner_section_cnt{top: 0;display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;height: 100%;}
    .banner_section_cnt h1{font-size: 20px;}
    .banner_section_cnt p{display: none;}
    .product_services_box_img{height: auto;}
    .product_services_box_img img{width: 100%;}
    .top_cnt_bar_box{text-align: center;width: 100%;}
    .top_cnt_bar_box:last-child .top_cnt_bar_soc{justify-content: center;}
    .top_cnt_bar{flex-direction: column;justify-content: center;}
    .abt_commitment_sec{flex-direction: column;}
    .left_cmnt_img{width: 100%;}
    .cmt_right_cnt{margin-left: 0;}
    .product_view_cnt{margin-bottom: 20px;}
    .product_view_section_box .btn-primary{margin-bottom: 20px;}
    .product_view_cnt h4{margin-top: 20px;}
    .mission_hist_sc p{text-align: justify;}
    .why_choose_sec_left_sec p{text-align: justify;}
    .about_section_right_cnt p{text-align: justify;}
    .cmt_right_cnt p{text-align: justify;}
    .about_section_2 p{text-align: justify;}
    .vision_mission_box_cnt p{text-align: justify;}
    .weserve_section_list_img img{width: 100%;}
    .our_feature_sec_list_box{flex-direction: column;   align-items: start;}
}