@font-face {
    font-family: Comfortaa-Bold;
    src: url(/fonts/Comfortaa-Bold.ttf);
    font-family: Comfortaa-Regular;
    src: url(/fonts/Comfortaa-Regular.ttf);
    font-family: Comfortaa-Thin;
    src: url(/fonts/Comfortaa-Thin.ttf);
    font-family: Avenir;
    src: url(/fonts/Avenir.ttc);
} 

html,
body {
    padding: 0px;
    margin: 0px;
    /* overflow-x: hidden; */
    scroll-behavior: smooth;
    position: relative;
}

/*LOADER*/


.preload {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
    transition: opacity 0.5 ease
   
}
.loader{
    display: flex;
    flex-direction: column;
    position: absolute;
    width: ;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #E17836
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 50px;
    aspect-ratio: 1;
    box-shadow: 0 0 0 3px #fff inset;
    border-radius: 50%;
    position: relative;
    animation: l6 1.5s linear infinite;
  }
  .loader:before {
    content: "";
    position: absolute;
    top: 100%;
    box-shadow: inherit;
    width: 25px;
    aspect-ratio: 1;
    border-radius: 50%;
  }
  @keyframes l6 {
    to {
      transform: rotate(360deg);
    }
  }
.preload img{
  width: ;
    margin: 0 auto;
}
@media (max-width:768px){
    .preload img{
    width: 80%} 
}
.preload-finish{
    
    opacity:0;
    pointer-events: none
}

.content{
    background-image: url(/img/background.jpg);
    background-size: cover;
    background-attachment: fixed;
}

@media (max-width:1024px){

    .content{
      background-image: none;
    }
}

/* =====typography====== */

h1 {
    font-size: 60px;
    font-family: Comfortaa;
    margin: 24px;
    font-weight: bold;
}

h2 {
    font-size: 48px;
    font-weight: Bold;
    text-transform: uppercase;
    font-family:Comfortaa ;
}


h3 {
    font-weight: Bold;
    text-transform: uppercase;
    font-family:Comfortaa-Bold ;
}
.title{
    color: #096E06;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

h5 {
    font-weight: bold;
    color: rgb(109, 108, 109);
    font-family: Montserrat;
}

a {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: normal;
    color:#0a324b
 
}

p{
	font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
 
}
@media(max-width:1024px){
H2{
font-size:32

}
   .page-header h2 {
        font-size: 18px;
    }
}
/* =======components =========== */
.section{

    padding: 80px 0px;
}
.section-pt{
padding-top: 80px;
}
.section-pb{
padding-bottom: 80px;
}

.bg-grey{
    background-color: #f7f7f7;
}

/* =========== buttons & links=========== */


.banner-icon{
    width: 50px;
}

@media (max-width:1024px){

    .banner-info{
        display: none;
        width: 0;
    }
    .brand{
margin: 0 auto;
display: flex;
justify-content: center;
    }

   
}
@media (max-width:768px){

    .brand img{

        width: 150px;
    }

    .banner-icon{
        width: 40px;
    }
    .banner-contact{
        display: none;
        width: 0;
    }
    .brand{
margin: 0 auto;
display: flex;
justify-content: center;
    }
}
.button {
    background-color: #0A324B;
    border-radius: 10px;
    color: #fff;
    padding: 10px 20px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;

}
.button {
    background-color: #0A324B;
    border-radius: 10px;
    color: #fff;
    padding: 10px 20px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
}
.button:hover {
    background-color: #00b0a6;
    border-radius: 10px;
    color: #fff;
    padding: 10px 20px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
}

.button-light {

    border: 2px solid #00b0a6;
    border-radius: 10px;
    padding: 10px 20px;
    color:  #0A324B;
    background-color: transparent;
    transition: .5s;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.button-light:hover {

    border: 2px solid #0A324B;
    color: #00b0a6;
    padding: 10px 20px;
    background-color: #0A324B;
}

.button a,
.button-light a {
    height: 100%;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

.button-light a:hover {
    text-decoration: none;
}

/* ======== header and Navigation ========== */

.header {
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;


}

.header a {
    text-decoration: none;
}

.header-main {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;

}



.header .logo {
    padding: 0;

}

.header .logo a {

    width: 100%;
    position: relative;
}

.header .logo a .logo-img {
    max-width: 350px;
}


@media(max-width:767px) {

    .header {
        padding: 0
    }

    .header .logo a .logo-img {

        max-width: 250px;

    }

}

.header .nav-menu {
    padding: 0 15px;
    background-color:#0A324B;
    transition: 0.5s ease-in-out!important;
    position: sticky!important;
    top: 0;
    border: 0;
 
}

.affix{
    background-color: #0A324B;
    position: fixed!important;
    top: 0;
    left: 50!important;
    min-width:  1140px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.719);
    transition: 0.4s ease-in-out!important;
}
.affix .open-nav-menu{
    display: flex;
    position: absolute;
    top: 0;
    
}



@media (max-width:1200px){
    .header-main {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background-color: #096E06;
        max-height: 40px;
        display: flex;
        width: 960px;
        justify-content: space-between;
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
       margin: 0 auto;
    }
    .affix{
        min-width: 960px;
    }

}

@media (max-width:1023.9px){
    .header-main {
        position: absolute;
        background-color: #0A324B;
        max-height: 40px;
        display: flex;
        width: 720px;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
    }

    .affix {
        min-width: 720px;
    }

}

@media (max-width:767.9px){
    .header-main {
        position: absolute;
        background-color: #0A324B;
        max-height: 40px;
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
    }
    .affix {
        min-width: 100%;
    }


}

header .menu> li.menu-item {
    display: inline-block;
    position: relative;
    padding: 10px 30px;
}
.affix header .menu> li.menu-item {
  
    padding: 4px 30px;
}

header .menu>.menu-item:hover {
    background-color: #0F567A;
}

.header .menu>.menu-item>a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase
}

.header .menu>.menu-item>a .plus {
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
    margin-left: 5px;
    pointer-events: none;
}


.header .menu>.menu-item>a .plus:before,
.header .menu>.menu-item>a .plus:after {
    content: '';
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    background-color: #fff;
    height: 2px;
    width: 100%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.header .menu>.menu-item:hover>a .plus:before,
.header .menu>.menu-item:hover>a .plus:after {
    background-color: #ffffff;
}

.header .menu>.menu-item>a .plus:after {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.header .menu>.menu-item>.sub-menu>.menu-item>a:hover,
.header .menu>.menu-item:hover>a {
    color: #4c935c;
}

.header .menu>.menu-item>.sub-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 260px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #0A324B;
    padding: 10px 0;
    border-top: 3px solid#00b0a6;
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.selected{
    position: relative;
}
.selected::before{
content: '';
width: 50%;
height: 2px;
background-color: #fff;
display: block;
position: absolute;
}

@media(min-width: 992px) {
    .header .menu>.menu-item-has-children:hover>.sub-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .header .menu>.menu-item-has-children:hover>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

}

.header .menu>.menu-item>.sub-menu>.menu-item {
    display: block;
}

.header .menu>.menu-item>.sub-menu>.menu-item:hover {
    background-color: #0F567A;
}

.header .menu>.menu-item>.sub-menu>.menu-item>a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.header .menu>.menu-item>.sub-menu>.menu-item>a:hover {

    color: #ffffff;

}

.header .open-nav-menu {
    height: 34px;
    width: 40px;
  
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header .open-nav-menu span {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #ffffff;
    position: relative;
}

.header .open-nav-menu span:before,
.header .open-nav-menu span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
}

.header .open-nav-menu span:before {
    top: -7px;
}

.header .open-nav-menu span:after {
    top: 7px;
}

.header .close-nav-menu {
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    margin: 15px auto ;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}

.header .close-nav-menu img {
    width: 16px;
}

.header .menu-overlay {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

ul.menu {
    margin-bottom: 0px;
    position: relative;
}

.nav-button {
    position: absolute !important;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    list-style: none;
    

}


.nav-button a {
    border: 1px solid #ffffff00;
    border-radius: 10px;
    padding: 10px 20px !important;
    display: block;
    background-color: #00b0a6;
    /* padding: 12px 0; */
    font-size: 16px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase
}

@media (max-width:1023.9px) {
    .nav-button {
        position: static !important;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        list-style: none;
    
    }

    .nav-button a {
        border: 1px solid #fff;
        padding: 10px 20px !important;
        display: block;
        padding: 12px 0;
        margin: 66px;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        transition: all 0.3s ease;
        text-transform: uppercase;
        text-align: center;
    }
}

.nav-button a:hover {
    background-color: #4e8b5c;

}

     /* responsive */

     @media(max-width: 991px) {
        .header .menu-overlay.active {
            visibility: visible;
            opacity: 1;
        }

        .header .nav-menu {
            position: fixed;
            right: -280px;
            visibility: hidden;
            width: 280px;
            height: 100%;
            top: 0;
            overflow-y: auto;
            background-color:#0A324B;
            z-index: 1000;
            padding: 15px 0;
            transition: all 0.5s ease;
        }

        .header .nav-menu.open {
            visibility: visible;
            right: 0px;
        }

        .header .menu>.menu-item {
            display: block;
            margin: 0px 10px;
            padding: 0;
        }

        .header .menu>.menu-item-has-children>a {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .header .menu>.menu-item>a {
            color: #ffffff;
            padding: 12px 15px;
            border-bottom: 1px solid #ffffff2d;
        }

        .header .menu>.menu-item:first-child>a {
            border-top: 1px solid #ffffff2d;
        }

        .header .menu>.menu-item>a .plus:before,
        .header .menu>.menu-item>a .plus:after {
            background-color: #ffffff;
        }

        .header .menu>.menu-item-has-children.active>a .plus:after {
            transform: translate(-50%, -50%) rotate(0deg);
        }

        .header .menu>.menu-item>.sub-menu {
            width: 100%;
            position: relative;
            opacity: 1;
            visibility: visible;
            border: none;
            background-color: transparent;
            box-shadow: none;
            transform: translateY(0px);
            padding: 0px;
            left: auto;
            top: auto;
            max-height: 0;
            overflow: hidden;
        }

        .header .menu>.menu-item>.sub-menu>.menu-item>a {
            padding: 12px 45px;
            color: #ffffff;
            border-bottom: 1px solid #333333;
        }

        .header .close-nav-menu,
        .header .open-nav-menu {
            display: flex;
        }
    }

    /* ======= hero carousel ====== */

    .slider {
        position: relative;
    }

    .c-item {

        height: 90vh;
        z-index: -1;
    }
    @media (max-width:1024px){

        .c-item {

            height: 100vh;
            z-index: -1;
        }
    }
    .overlay {
        position: absolute;
        inset: 0 0 0 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to left, rgba(255, 255, 255, 0), #0a324b) 30%;;
        z-index: 1;

    }
    .overlay2 {
        position: absolute;
        inset: 0 0 0 0;
        width: 100%;
        height: 100%;
        background-color: #013617ab;
        z-index: 1;

    }

    .carousel-caption {
        position: absolute;
        bottom: 20%;
        transform: translateY(-50%);
        left: 12%;
        width: 50%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: left;
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 112px;
        left: 0;
        z-index: 15;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
    }

    .carousel-indicators .active {
        background-color: #00b0a6;
    }
   

    .carousel-caption h2 {

        font-size: 45px;
        font-weight: bolder;
        text-transform: uppercase;
        text-shadow: -2px -2px 4px rgba(0, 0, 0, 0.44);
    }

    .carousel-caption p {
       font-size: 18px;
       font-family: Avenir;
    }
    .carousel-caption span{
       font-size: 18px;
       font-family: Avenir;
       font-weight: bold;
       color:#00b0a6;
       letter-spacing: 2px;
    }

    @media (max-width:768px){
       
        .carousel-caption h2 {

            font-size: 32px;
            font-weight: bolder;
            text-transform: uppercase;
            text-shadow: -2px -2px 4px rgba(0, 0, 0, 0.44);
        }
    }


    /* ======== services ===== */

    /* service section */
    .service {
        position: relative;
        color: #fff;
        min-height: 350px;
        overflow: hidden;
        transition: width 2s linear;
        border-radius: 20px;
    }
.service-link{
    transition: width 2s;
    padding: 0;
    overflow: hidden;
    
}

.service-contents{
    position: absolute;
    right: 0px;
    padding-right: 30px;
   bottom: 0;
   width: 100%;
   transition: 0.5s;
   background-color:#0a324b;
   
}
.service-title{
    min-width: 80%!important;
    min-height: 100px;
     z-index: 3;
     display: flex;
     flex-direction: column;
     justify-content: center;
     padding: 20px;
     transition: 0.5s;

} 
.service-cta{
    width: 20%;
    min-height: 100px;
     z-index: 3;
     display: flex;
     flex-direction: column;
     justify-content: center;
     padding: 14px;
     margin-left: -15%;
     background-color:#00b0a6;
     transition: 0.5s;
} 

.service-cta img{

width: 50px;
height: 50px;

}
.service-img {
    transition: 0.5s ;
}

.service-contents h3{
    font-size: 20px;
}
.service-link:hover .service-title{
    min-width: 80%!important;
}
.service-link:hover .service-cta{
    margin-left: 0;
}

.service-link:hover .service-img {
  transform: scale(1.1);
  filter: grayscale(), blur(100px);


}


@media (max-width:1200px){

    .service-link {
      
        padding: 0;
    }

    .service {
        position: relative;
        color: #fff;
        min-height: 150px;
    
    }

    .service-cta {
        width: 20%;
        min-height: 120px;
        z-index: 3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 14px;
        margin-left: -15%;
        background-color: #28a745;
        transition: 0.5s;
    }

}

@media (max-width:1024px){

    .services{
display: flex;
flex-wrap: nowrap;
overflow-x: scroll;
scrollbar-color:  #28a745 #fff;
scrollbar-width: thin;
   }
   

   .service-link {
       min-width: 65% !important;
       padding: 0;
      
   }

   .service {
       position: relative;
       color: #fff;
       min-height: 250px;
    
   
   }

   .service-cta {
       width: 20%;
       min-height: 90px;
       z-index: 3;
       display: flex;
       flex-direction: column;
       justify-content: center;
       padding: 14px;
       margin-left: -15%;
       background-color: #28a745;
       transition: 0.5s;
   }

}

@media (max-width:767.9px){

    .services{
display: flex;
flex-wrap: nowrap;
overflow-x: scroll;
scrollbar-color:  #28a745 #fff;
scrollbar-width: thin;
   }
   

   .service-link {
       min-width: 85% !important;
       padding: 0;
      
   }

   .service {
       position: relative;
       color: #fff;
       min-height: 290px;
   
   }
}

.industry {

    position: relative;
  
    min-height: 300px;


}
.industry-contents{
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border: 1px solid #0a324b;
    padding: 16px;
    margin: 16px;
    background-color: #ffffffd2;
}

/* ======client slider===== */


@keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  .logos {
    overflow: hidden;
    background: white;
    white-space: nowrap;
    position: relative;

  }
  
  .logos:before,
  .logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
  }
  @media(max-width:768px){
    .logos:before,
    .logos:after {
      position: absolute;
      top: 0;
      width: 80px;
      height: 100%;
      content: "";
      z-index: 2;
    }
  }
  
  .logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  }
  
  .logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  }
  
  .logos:hover .logos-slide {
    animation-play-state: paused;
    filter:grayscale(0);
  }
  
  .logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
   
  }
  
  .logos-slide img {
    height: 150px;
    width: 150px;
    margin: 0 40px;
  }
/* ========   CTA ========= */

.CTA{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-image: url(../img/CTA.png);
    background-size: cover;
    background-position: center ;
    min-height: 60vh;
}
.cta-content{
    z-index: 5;
}
.cta-content h2{
  font-weight: bold;
    z-index: 5;
}

.cta-overlay {
    position: absolute;
    inset: 0 0 0 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(10, 50, 75, 0.712)40% , rgba(0, 0, 0, 0));
    z-index: 1;

}

@media (max-width:767.99px){

   .CTA{
    background-position: left ;
    min-height: 40vh;
   } 

   .cta-overlay {
   
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.555) , rgba(0, 0, 0, 0.555)60%);
   

}
}
/* ======== footer ======== */
  footer{
    color: #fff;
    background-image:url(../img/footer.jpg);
    background-size: cover;
    background-position: center;
    overflow-y: hidden;
  }
  footer h5{
    color: #00b0a6;
    text-transform: uppercase;
  }

  footer ul {
    padding: 0;
    margin: 0;
  }
  footer ul li{
    list-style: none;
    margin: 8px;
  }
  footer ul li a{
    color: #fff;
    font-weight: normal;
  }

  footer a{

    color: #fff;
    font-weight: normal;
  }

  footer a:hover{

    color: #fff;
  }

  footer ul li a:hover{
    color: #fff;
  }

  .download-btn{
    display: flex;
    justify-content: end;

  }
 .dropdown-btn{
    color: #fff;
    border: 2px solid #4e8b5c;
    width: 250px;
    padding: 20px 10px;

 }
 .dropdown-btn span{
text-transform: uppercase;
font-weight: bold;

 }

 .dropdown-btn {
    position: relative;
    display: inline-block;
    right: 0!important;
    height: 70px;
  }
  
  .dropdown-btn-content {
    display: none;
    position: absolute;
    border: 2px solid #4e8b5c;
    top: 100%;
    left: -1px;
    min-width: 250px;
    z-index: 1;
    background-color:  #4e8b5c;
  }
  
  .dropdown-btn:hover .dropdown-btn-content {
    display: block;}

    .dropdown-btn-content ul{
        padding: 0;
        margin: 0;
    }
    .dropdown-btn-content ul li{
        list-style: none;
        padding: 14px 8px;
    }
    .dropdown-btn-content ul li:hover{
    background-color: #096E06;
        
    }

@media(max-width:767.99px){
    .download-btn{
        display: flex;
        justify-content: center;
    
      }
      .footer-service{
        display: none;
      }
}
    /* =====pages======= */
   .page-header{
        position: relative;
       background-position: bottom;
       background-repeat: no-repeat;
       background-size: cover;
        z-index: -1;
        min-height: 50vh;
        display:flex; 
        justify-content:center; 
        align-items:center;
    }

    .page-lead{
        
            position: absolute;
            bottom: 50%;
            left: 50%;
            transform: translateX(-50%);
            z-index: 5;
            padding-top: 30px;
            overflow-y: hidden;
             }

    .page-lead h2{
        color: #ffffff ;
        
    }
    
    .page-icon{

        background-color: #fff; 
        width: 150px; 
        height: 150px; 
        border-radius: 50%; 
        display: flex;
        justify-content: center; align-items:center ; 
        position: absolute; 
        bottom: -75px; 
        left: 50%; 
        transform: translateX(-50%); background-color:  #0A324B; 
        border: 6px solid white; 
        z-index: 100;
    }

    @media(max-width:1023.9px){
        .page-header{
            min-height: 30vh;
        }

        .page-lead{
            padding-top: 30px;
             }

    }
    @media(max-width:767.9px){
        .page-header{
            min-height: 50vh;
        }

        .page-lead{
        
            padding-top: 30px;
             }

    }

    p.opening{
        font-size: 20px !important;
    }

    .skill{
        min-height: 150px;
    }

    .skill-img{

        background-color: #096E06;
        display: flex;
        justify-content: center;
        align-items: center;
    }