*{
    margin: 0;
    padding: 0;
    font-family: Helvetica;
}
body{
    /* position:absolute; */
    background: #FFFFFF;
    box-sizing: border-box;
    
}

/* nav bar */
/* header{
    
    margin: 37px 80px;
    align-items: center;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20.7px;
    max-height: 77px;
   
    
} */

header{
    /* margin: 1.5em 4em; */
    padding: 1.5em 4em;
    align-items: center;
    /* padding: 0 24px; */
    font-size: 18px;
    font-weight: 400;
    line-height: 20.7px;
    max-height: 20%; 

      
}
@media (max-width: 700px ){
    header{
        padding-right: 30px;
        padding-left: 30px;
    }
}

li{
    list-style-type: none;
}
ul{
    margin: 0;
    padding: 0;

}

a{
    color: #4F4F4F;
    text-decoration: none;
}

h2{
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 39px;
    /* identical to box height */
    letter-spacing: 0.02em;   
    color: #E77002;
}

.navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
.logo-container:hover{
    cursor: pointer;
}
.slogan{
    font-style: italic;
    margin-left: 15px;
    color: #E77002;
}


.nav-logo{
width: 180px;
height: auto;
}

.nav-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    
}
.nav-item{
    font-weight: 400;
font-size: 18px;
line-height: 21px;
padding: 10px;
border-radius: 10px;

}
.nav-item:hover{
    color: #FFFEFE;
    background: #E77002;
}

.nav-contact{
    color: #FFFEFE;
    padding: 10px;
    background: #003E90;
border-radius: 10px;
}

.hamburger{
    display: none;
    cursor: pointer;
}
.bar{
    display: block;
    width: 2rem;
    height: .18rem;
    margin: .4rem .8rem .2rem .3rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgb(0, 0, 0);
}

@media(max-width:800px){
    header{
        z-index: 100;
        background: white;
        position: sticky;
        top: 0;
    }
    .hamburger{
        display: block;
    }

    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1){
        transform: translateY(9px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3){
        transform: translateY(-9px) rotate(-45deg);
    }

    
    .nav-menu{
       
        position: fixed;
        left: -100%;
        top: 104px;
        gap: 20px;
        flex-direction: column;
        background-color: #262626;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        padding-top: 30px;
        padding-bottom: 40px;  
    }

    .nav-item{
        margin: 16px 0;
        color: #FFFFFF;
    }
    .nav-menu.active{
        left: 0;
        
    }


}



.follow-us{
    /* margin-bottom: 50px; */
    color: rgb(240, 240, 240);
    display: flex;
    align-items: center;
    justify-content:center;
    font-size: 17px;
    /* text-align: right; */
    /* margin-right: 80px; */
    gap: 4px;
    margin-bottom: 8px;
}

.ig{
    width: 20px;
}

.wix-logo{
    border-width: 9px;
    border-radius: 4px;
    width: 19px;
}
.wix-site{
    color: rgb(240, 240, 240);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    /* text-align: right; */
    /* margin-right: 70px; */
    gap: 4px;
    margin-bottom: 50px;
}
.wix-img, .ig-img{
    display: flex;
}
/* hero section */

.hero-container{
    background:url(./assets/hero5.jpg);
    background-position-y: -200px ;

    background-repeat: no-repeat;
    display: flex;
    background-size:cover;
     max-height: 50%;
    width:100%;       

}

@media (max-width: 900px){
    .hero-container{
        background-position-y: 0px;
    }
    
}

.test-img{
    width: 100vw;
   height: auto;
   object-fit: cover;
   object-position:center;
    
}
.hero-overlay{
    /* display: flex; */
    background: rgba(0, 19, 44, 0.75); 
     width: 700px;
     min-width: 50%; 
     max-width: 100%;
     
}

/* @media only screen and (max-width: 1000px) {
   
  } */

h1{
    font-size: 48px;
    color: #FFFEFE;
}
.hero-text-block{

    padding:  80px;
    padding-top: 90px;
    padding-bottom: 60px;



}
@media(max-width:460px){
    .hero-text-block{
        padding-left: 10px;
        padding-right: 10px;
        
    }
    .hero-text-block .hero-header{
        font-size: 38px;
    }
}

.hero-cat{
font-style: italic;
font-weight: 400;
font-size: 24px;
line-height: 28px;
color: #FFFEFE;
}

.hero-p{    
    padding-top: 10px;
    font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 24px;

color: #FFFFFF;
}
.btn-container{    
    margin-right: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}
.hero-btn{
    
    background: #FFFEFE;
    /* color: #E58C3D; */
    color: #003E90;
    width: 150px;
    height: 41px;
    padding: 8px 8px;
    border-radius: 10px;
    font-style: normal;

    text-align: center;
    line-height: 40px;
font-weight: 400;
font-size: 18px;
}

.hero-btn:hover{
    color: #FFFEFE;
    background:#003E90;
}
/* core values */

.margin{
    /* background: rgb(245, 245, 245); */
    /* margin-top: 60px; */
    padding-bottom: 100px;

}

.core-values-section{

    /* margin-left: 84px;
    margin-right: 84px; */
    margin: 60px 40px;
}


.core-container{
    margin-top: 32px;
    /* margin-left: 84px;
    margin-right: 84px; */
    margin: 32px 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}



.core-value{
    /* width: 350px; */
    max-width: 350px;
    width: auto;
    padding-left: 10px;
    border-left:5px solid #E58C3D;
    height: auto; 
    margin-top: 30px;
    
    

    
}

.core-border-line{
     margin-right: 10px;
    
    

}

.core-h1{
    font-style: normal;
font-weight: 700;
/* font-size: 20px; */
font-size: 23px;
line-height: 23px;
/* identical to box height */
letter-spacing: 0.02em;
margin-bottom: 8px;

color: #00132C;
}

.core-p{
    text-align: left;
    font-style: normal;
font-weight: 300;
font-size: 17px;
line-height: 21px;

/* color: #4F4F4F; */
}

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

@media (max-width: 1270px){
.core-container{
    justify-content:space-between;
  
}

}

@media(max-width:1000px){
    .core-container{
        align-items: center;
        justify-content: space-between;
        flex-direction: column ;
        gap: 50px;
       
    }

    .h2-container{
        display: flex;
        justify-content: center;
        margin-right: 180px;
    }
    .core-value{
        max-width: 500px;
    }

}

@media(max-width:1310px){
    .core-container{
        /* margin-right: 84px; */
    }
}


.h2-process-title{
    /* margin-top: 84px */
}
.process-sect{

    /* margin-left: 84px;
    margin-right: 84px; */
    margin: 0 40px;

}



.process-diagram-container{
    margin-top: 60px;
    margin-left: 100px;
    margin-right: 100px;
    display: flex;
    justify-content: space-between;
    /* justify-content: center; */
    flex-wrap: wrap;
    gap: 20px;

}

.diagram-circle{
    display: flex;
    width: 190px;
    height: 190px;

    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* background: #003E91; */

    background: #003E90;
    background: url(./assets/stars.jpg);
    background-size: cover;
    background-position-y: 210px ;


/* box-shadow: 4px 5px #525252; */
    /* font-weight: 700; */
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #e9e9e9;
    border-radius: 50%;
 }

 @media(max-width:580px){
     .diagram-circle{
        width: 150px;
        height: 150px;
       
         
     }

     .process-diagram-container{
         margin-left: 0;
         margin-right: 0;
     }
 }

.diagram-text{
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
   
    
    /* box-shadow: 4px 5px #525252; */

}

@media (max-width:1400px){
    .process-diagram-container{
        justify-content: center;
    }
}

@media (min-width: 1700px){
    .diagram-circle{
        width: 200px;
        height: 200px;

    }

    .process-diagram-container{
        justify-content: center;
        gap: 100px;
    }


}






/* Services Grid */
.services-sect{
    /* margin-left: 84px;
    margin-right: 84px; */
    margin: 0 40px;
   
}
.h2-services{
    /* display: flex;
    justify-content: center;
    margin-right: 86%;
     */
}

.services-title{
    margin-top: 84px;
    /* margin-left:10%; */

}

.services-container{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
}

.service-box{
    width: 290px;
    min-height: 160px;
    height: auto;
    /* max-height: 100px; */
    padding: 16px;
    padding-top: 8px;
    padding-bottom: 8px;

    display: flex;
    flex-direction: column;
    /* gap: 100px; */
    /* flex-grow: 1; */
    justify-content: space-between;
    align-items: center;
    text-align: justify;

    background: #FFFEFE;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
border-radius: 10px;
    
}

.service-title{
    /* margin-bottom: auto; */
    /* font-style: normal; */
    font-weight: 600;
    font-size: 20px;
    color: #00132C;
    border-bottom: 2px solid #b3b3b3;
    margin-bottom: 3px;
    letter-spacing: 0.02em;

    /* margin-bottom: 10px; */
}

.service-text{
    font-weight: 300;
    font-size: 17px;
    text-align: center;
    /* margin: 10px 0; */
    margin-bottom: auto;

    
}

.service-btn{
    background: #003E91;
    color: #F2F2F2;
    padding: 13px 13px;
    border-radius: 10px;
    margin-top: 4px;
}

.service-btn:hover{
    background:#2060b5;
}



/* Our Works */


.works-sect{
    /* margin-left: 84px;
    margin-right: 84px; */
    margin-top: 94px;
}

.works-title{
    /* margin-left: 84px;
    margin-right: 84px; */
}

.works-carousel-container{
    position: relative;
    width: 100%;
    /* overflow: hidden; */
    overflow-x: visible;
    /* display: flex; */
   
}
.ul-carousel{
     /* padding: 0 69px; */
     margin-top: 32px;
     display: flex;
     justify-content:center;
     /* overflow: hidden; */
     /* overflow-x: scroll; */
     /* width: 200px; */

}

.carousel-img{
    /* width: 10px; */
    margin-left: 10px;
    margin-right: 10px;
    filter: drop-shadow(2px 10px 10px rgba(0, 0, 0, 0.25));
    /* width: auto;
    height: auto; */
}

img{
    /* filter: drop-shadow(2px 10px 10px rgba(0, 0, 0, 0.25)); */
}
.carousel-img1{
    
    background: url(./assets/building1.png);
    background-repeat: no-repeat;
    /* display: flex; */
    height: auto;
     /* min-height: 480px; */
    width:80px;       
    

}


.carousel-btn{
    position: absolute;
    top: 40%;
    background: none;
    border: none;
    font-size: 4rem;
    z-index: 2;
    color: rgba(255,255,255, .5);
    cursor: pointer;
    border-radius: .25rem;
    padding: 0 .5rem;
    background-color: rgba(0, 0, 0, .4);
    
}

.carousel-btn:hover, .carousel-btn:focus{
    color: white;
    background-color: rgba(0,0,0, .6);

}

.carousel-btn:focus{
    outline: 1px solid black;
}

.carousel-btn.prev{
    left: 0;
    /* top: 1950px; */
}

.carousel-btn.next{
    right: 0;

}
.slider-container-transition {
	transition: transform 0.6s ease-in-out;
}

.img-overlay{
    background: #0582ffb5;
}


/* 
tiny slider */

/* Testimonial Sec */

.testimonials-sect{
    /* margin-left: 84px;
    margin-right: 84px;
    margin-top: 112px; */
    margin: 80px 40px;
}

.testimonial-container{
    margin-top: 32px;
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    gap: 40px;
}

.testimonial-box{
    padding: 15px;
    /* gap: 20px; */

    width: 579.74px;
    
min-height: 180px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
/* as window decreases:
    maintain space between testiomonial boxes
    center boxes
    boxes wrap into a column
     */

     @media(max-width:1360px){
         .testimonial-container{
            /* justify-content: center; */
         }
         .testimonial-box{
            min-height: 149.9px;
            min-height: 180px;
         }
     }

     @media(max-width:760px){
        .testimonial-container{
           /* justify-content: center; */
           flex-wrap: wrap;
        }
   
    }
.top-row{
    /* margin-top: ; */
    display: flex;
}
.img-container > img{
    width: 59.74px;
height: 52.53px;
margin-right: 23px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 50%;
}

.testimonial-name{
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: #003E91
}

.company-name{
    font-weight: 400;
font-size: 18px;
color: #003E91;
}

.testimonial-text{
    margin-top: 8px;
    /* padding-bottom: 15px; */
    font-weight: 400;
font-size: 16px;
margin-bottom: 10px;
/* line-height: 16px; */

color: #003E91;

}


/* Contact Section */

.contacts-sect{
    background: #00132C;
    margin-top: 100px;
    padding-top: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;


}

.contact-title{
    
    font-weight: 700;
    font-size: 36px;
    color: #DD9D5E;
    margin-bottom: 15px;

}

.thank-you-message{
   display: block;
   text-align: center;
   font-weight: 400;
   font-size: 18px;
   color: #000000;
   z-index:1000 ;
   background: #DD9D5E;
   /* position: absolute; */
   padding: 10px 10px;
   height: 80px;

   border-radius: 15px;
   box-shadow: 0px 2px 4px rgba(255, 255, 255, 0.906);


}
.exit-message{
    left: 470px;
    transform: translateY(-9px) rotate(-45deg);
    display:block;
    position: relative;
    width: 1.2rem;
    height: .18rem;
    margin: .4rem .8rem .2rem .3rem;
    /* z-index:1100 ; */
    background-color: rgb(237, 48, 48);
}

.thank-you-message.show{
  
}
form{
    display: flex;
    flex-direction: column;
}
form.show{
    display: none;
}

form > ::placeholder{
    padding-left: 8px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(79, 79, 79, 0.8);  
}
.msg-area::placeholder {
    padding-left: 8px;
    padding-top: 8px;
    font-weight: 400;
    font-size: 16px; 
}
label{
    font-weight: 400;
    font-size: 18px;
    color: #E77002;

}
input{
    font-size: 20px;
    margin-bottom: 11px;
}

.name-input, .email-input{
    margin-top: 10px;
    width: auto;
    height: 41px;
    background: #FFFEFE;
    border-radius: 10px;
}
.msg-area{
    font-size: 20px;
    margin-top: 12px;
    height: 193px;
    width: auto;
    /* width: auto; */
    background: #FFFEFE;
    border-radius: 10px;
}

.submit-container{
    display: flex;
    justify-content: flex-end;
}

.submit-btn{
margin-top:20px;
margin-bottom: 30px;
border-style: none;
width: 81px;
height: 41px;
    background: #E77002;
border-radius: 10px;
/* padding: 10px 15px; */
font-weight: 400;
font-size: 18px;
color: #F2F2F2;
}
.submit-btn:hover{
    cursor: pointer;
    background: #fa7c06;
}

@media (min-width:1600px){
    .works-carousel-container{
        /* display: flex; */
        justify-self: center;
        align-items: center;
        /* width: 1600px; */
        overflow:scroll;
    }

    .carousel-btn{
        display: none;
    }

    .ul-carousel{
        /* overflow-x:auto; */
    }
}

/* mobile version */

@media (max-width:400px){
    .service-text{

        text-align: center;
    }

}

@media(max-width:600px){

   .service-text{
       font-weight: 300;
   }

    .top-row{
       display: block;
    }
    form{
        
        max-width: 600px;
        width: 15rem;
    }

    .msg-area{
        max-width: 600px;
        width: 15rem;
    }

    h2{
    
        font-size: 28px;
       
    }
    
    .testimonials-sect{
        margin-left: 5%;
        margin-right:5%;
        margin-top: 112px;
    }

    .works-sect{
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 94px;
    }
/* only show one image at a time for carousel for mobile */
    .carousel-img > img{
        width: 100%;
        height: auto;
    }


    [data-position]:not([data-position="1"]){
    display: none;
    }
    /* [data-position="3"]{
        display: none;
    } */

    .services-sect{
        margin-left: 5%;
        margin-right: 5%;
       
    }

    .process-sect{

        margin-left: 5%;
        margin-right: 5%;
    
    }
    

  
}

@media (min-width:2000px){
   .testimonials-sect{
       width: 2000px;
       margin: auto;
   }

   .process-sect{
       width: 2000px;
       margin: auto;
   }

   .services-sect{
       width: 2000px;
       margin: auto;
   }

   .core-values-section{
    width: 2000px;
    margin: auto;
    margin-top: 40px;
   }
 }