@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500;700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Dosis', sans-serif;
    background-color: rgb(248, 248, 248);
    
}

a { color: black; text-decoration: none; }

@keyframes moveInLeft {
    0% {
        opacity: 0;
        transform: translateX(-60px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes fade-in {
    from {opacity: 0; transform: translateY(25px);}
    to {opacity: 1;}
}

.fade-in-element-service-one { animation: fade-in 1.3s; }
.fade-in-element-service-two { animation: fade-in 1.7s; }
.fade-in-element-service-three { animation: fade-in 2.1s; }
.fade-in-element-service-four { animation: fade-in 2.5s; }

.fade-in-element-heading { animation: fade-in 1.6s; }

.fade-in-element-text { animation: fade-in 2.7s; }
.fade-in-element-project1 { animation: fade-in 1.3s; }
.fade-in-element-project2 { animation: fade-in 1.6s; }
.fade-in-element-project3 { animation: fade-in 1.9s; }
.fade-in-element-project4 { animation: fade-in 2.3s; }



/* ---------------------------------------------------------
                          Header
   --------------------------------------------------------- */

.home-hero {
    position: relative; 
    min-height: 700px;
    background-color: rgb(131, 131, 131);

    background-image: url("img/hero-video.mp4");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover; 
}

#video_overlays { position:absolute; width:100%; min-height:100%; background-color:rgba(0, 0, 0, 0.250); z-index:1; }

#bgvideo { position: absolute;  top: 50%; left: 50%; min-width: 100%; min-height: 100%; background: rgba(0, 0, 0, 0.795); transform: translateX(-50%) translateY(-50%); overflow: hidden; }

.logo { height: 90px; width: auto; }

.menu { display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 25px 40px; position: fixed; z-index: 10; width: 95%; }
.menu-wrap, .mobile-menu { display: none; }

/* .menu.scrolled {
    background: #0a0a0a;
  } */

  .scrolled { background-color: white; width: 95%; }
  /* .black {
    color: black;
} */

.nav-menu { display: flex; flex-direction: row; justify-content: center; align-items: center; margin: 0 0px; }

.nav-item {
    color: black;
    display: flex; flex-direction: row; justify-content: center; align-items: center;
    font-weight: 700;
    letter-spacing: .2px;
    text-decoration: none;
    font-size: 16px;
    margin-right: 15px;
    margin-left: 15px;
    text-transform: uppercase;
    padding: 5px 0px;
}
.nav-arrow { margin: 0; padding: 0; font-size: 12px; margin-left: 2px; }  

.dropdown { position: relative; display: inline-block; }
  
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000000;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin: 0px 0;
}
  

.sub-dropdown-content { display: none; width: 100%; text-align: center;  background-color: rgb(51, 51, 51); }
.sub-dropdown-content:hover {  background-color: rgb(0, 0, 0); }
.sub-menu-text { font-size: 17px; color: white; text-align: center; text-decoration: none; line-height: 23px; padding: 15px 5px;  }
/* .sub-dropdown:hover .sub-dropdown-content { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%;  } */
/* .sub-dropdown:hover .sub-dropdown-content { display: flex; flex-direction: column; } */
.sub-dropdown:hover .sub-dropdown-content { display: flex; flex-direction: column; position: absolute; top: 0; left: 100%; }
/*  */

.dropdown-content-text { color: rgb(255, 255, 255); padding: 18px 16px; text-decoration: none; display: flex; flex-direction: row; justify-content: start; align-items: center; font-size: 17px; font-weight: 500; }

.dropdown-content a:hover {background-color: rgb(51, 51, 51);}

.dropdown:hover .dropdown-content { display: flex; flex-direction: column; justify-content: center; align-items: stretch; }

.dropdown:hover .dropbtn {background-color: #3e8e41;}

/* Login */
.login-wrapper { position: fixed; right: 0; z-index: 100; display: none; background-color: transparent; }
.login-form { display: flex; flex-direction: row; justify-content: center; align-items: center; }
.login-input { width: 100%; padding: 5px 5px; margin: 15px 0; display: inline-block; border-top: none; border-right: none; border-left: none; border-bottom: 2px solid rgb(80, 80, 80); background-color: transparent; box-sizing: border-box; }
::placeholder { color: black; font-weight: 700; }
label { margin-right: 5px; font-weight: 700; }
.login-submit-btn { background-color: transparent; color: black; font-weight: 700; padding: 10px 0px; margin: 0px 0; border: none; cursor: pointer; width: 100%; font-size: 15px; transition: all, .3s; }
input[type=password] { color: black; }



.login-btn { background-color: #54954C; border: 1px solid #54954C; color: white; padding: 9px 40px; border-radius: 100px; 
    letter-spacing: .3px; font-size: 14px; font-weight: 500; transition: all, .3s; }

/* Full-width input fields */
/* .login-input { width: 100%; padding: 8px 5px; margin: 15px 0; display: inline-block; border-top: none; border-right: none; border-left: none; border-bottom: 2px solid rgb(148, 148, 148); box-sizing: border-box; } */
  
  /* Set a style for all buttons */
  button { color: white; cursor: pointer; }

label { font-weight: 400; }
  /* .login-submit-btn { background-color: #4CAF50; color: white; padding: 10px 20px; margin: 8px 0; border: none; cursor: pointer; 
    width: 100%; font-size: 16px; transition: all, .3s; } */
.login-submit-btn { background-color: transparent; color: black; font-weight: 700; padding: 10px 0px; margin: 0px 0; border: none; cursor: pointer; width: 100%; font-size: 15px; transition: all, .3s; }
  
  button:hover { opacity: 0.8; }


  /* Login */
.login-btn { background-color: #54954C; border: 1px solid #54954C; color: white; padding: 9px 40px; border-radius: 100px; 
    letter-spacing: .3px; font-size: 14px; font-weight: 500; transition: all, .3s; }

/* Full-width input fields */
.login-input {
    width: 100%;
    padding: 8px 5px;
    margin: 15px 0;
    display: inline-block;
    border-top: none;
	  border-right: none;
    border-left: none;
    border-bottom: 2px solid rgb(148, 148, 148);
    box-sizing: border-box;
  }
  
  /* Set a style for all buttons */
  button { color: white; cursor: pointer; }

  .login-submit-btn { background-color: #4CAF50; color: white; padding: 10px 20px; margin: 8px 0; border: none; cursor: pointer; 
    width: 100%; font-size: 16px; transition: all, .3s; }
  
  button:hover { opacity: 0.8; }
  
  /* Extra styles for the cancel button */
  .cancelbtn { width: auto; padding: 10px 30px; background-color: #f44336; border: none; border-radius: 5px; }
  
  /* Center the image and position the close button */
  .imgcontainer { text-align: center; margin: 24px 0 12px 0; position: relative; }
  
  .container { padding: 16px; }
  
  span.psw { float: right; padding-top: 16px; font-size: 15px; }
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button (x) */
  .close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover, .close:focus { color: red; cursor: pointer; }

  .contact-close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
  }
  
  .contact-close:hover, .contact-close:focus { color: red; cursor: pointer; }
  
  /* Add Zoom Animation */
  .animate { -webkit-animation: animatezoom 0.6s; animation: animatezoom 0.6s }
  
  @-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
  }
    
  @keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
  }


  @media only screen and (max-width: 900px) {
    .login-wrapper { position: relative; right: 5; z-index: 100; display: none; width: 100%; margin: 10px 0; background-color: rgba(255, 255, 255, 0); }
    .login-form { display: flex; flex-direction: column; justify-content: center; align-items: center; }
    label { margin-left: 0px; margin-right: 0px; font-weight: 700; }
    .login-input { width: 100%; padding: 2px 5px; margin: 5px 0;}

    .home-hero { position: relative; min-height: 400px; background-color: rgb(131, 131, 131); }  
    
    #video_overlays { position:absolute; width:100%; min-height:100%; background-color:rgba(0, 0, 0, 0.250); z-index:1; }
    
    #bgvideo { position: absolute;  top: 50%; left: 50%; min-width: 100%; min-height: 100%; background: rgba(0, 0, 0, 0.795); transform: translateX(-50%) translateY(-50%); overflow: hidden; }

}



/* Home Hero */

.hero-wrapper {
    position: absolute; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 310px;
    animation-name: moveInLeft;
    animation-duration: 2s;
}

.hero-wrapper h1 { font-size: 80px; color: white; font-weight: 400; margin-bottom: 20px; margin: 10px; }

.hero-wrapper h3 { font-size: 16px; color: white; font-weight: 500; margin-top: 20px; }

.hero-wrapper p { font-size: 17px; color: white; font-weight: 400; margin-top: 5px; text-align: center; width: 62%; line-height: 28px; letter-spacing: .5px; }

.btn { color: white; text-decoration: none; text-align: center; transition: all .3s; }

.btn:hover { transform: translateY(-5px); box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.212); }


.hero-btn-wrapper { display: flex; flex-direction: row; justify-content: center; align-items: center; margin-top: 0px; }

.home-left-btn {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 13px 50px;
    border-radius: 100px;
    letter-spacing: 1px;
    font-size: 14px;
    margin: 0 5px;
}
.home-left-btn:hover { background-color: #54954C; color: white; border: 1px solid #54954C; }

.home-right-btn {
    background-color: #54954C;
    border: 1px solid #54954C;
    color: white;
    padding: 13px 50px;
    border-radius: 100px;
    letter-spacing: 1px;
    font-size: 14px;
    margin: 0 5px;
}
.home-right-btn:hover { background-color: transparent; color: white; border: 1px solid white; }

@media only screen and (max-width: 800px) {

    .hero-wrapper { margin-top: 80px; }

    .hero-btn-wrapper { display: flex; flex-direction: column; justify-content: center; align-items: center; margin-top: 0px; }
    .home-left-btn { margin: 5px 0px; width: 80%; }
    .home-right-btn { margin: 5px 0px; width: 80%; }

}

/* ---------------------------------------------------------
                    Services Section
   --------------------------------------------------------- */

#services { padding-top: 120px; padding-bottom: 100px;   }

.service-header { display: flex; flex-direction: row; justify-content: center; align-items: center; position: relative; }
.service-header-img { display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; left: 5%; }
.service-header-img p { font-size: 17px; font-weight: 600; }
.service-badge { height: 100px; width: auto; }

.service-header-img-one { display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; right: 5%; height: 85px; width: auto; }

.section-heading { font-size: 40px; padding-bottom: 15px; border-bottom: 2px solid #54954C; width: 34%; text-align: center; margin-left: auto; margin-right: auto; margin-bottom: 20px; font-weight: 500; }
.work-section-subheading { font-size: 20px; text-align: center; }

.services { display: flex; flex-direction: row; justify-content: center; align-items: center; width: 90%; margin-left: auto; margin-right: auto; margin-top: 50px; }   

.service { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 40%; background-color: #54954C; }

.service-block { 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    width: 100%;
    background-color: #54954C;
    padding: 15px 0;
    min-height: 100px;
    transition: all, .3s;  
    cursor: pointer;
    color: white;
    box-shadow: 0 10px 5px #c5c5c5;
}
.service-block-one, .service-block-three { background-color: #54954C; } 
.service-block-two, .service-block-four { background-color: #477c40; }
.service-block:hover { transform: translateY(-8px); box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.212); background-color: rgb(140, 241, 126); color: #54954C;  }


.service-block h1 { text-align: center; font-size: 25px; }

.service-text { display: none; text-align: center; width: 50%; margin: 50px 0; margin-left: auto; margin-right: auto; font-size: 20px; }
.service-text h1 { font-weight: 700; color: #54954C; margin: 15px 0; font-size: 25px; }

@media only screen and (max-width: 800px) {

    .service-badge { height: 50px; width: auto; }
    .service-header-img { left: 0%; }
    .service-header-img p { font-size: 15px; font-weight: 600; }
    .service-header-img-one { position: absolute; right: 0%; height: 25px; width: auto; }
    .service-header-img-one img { width: 80%; }

    .section-heading { font-size: 32px; padding-bottom: 15px; border-bottom: 2px solid #54954C;; width: 60%; text-align: center; }

    .services { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; margin-left: auto; margin-right: auto; margin-top: 30px; } 
    
    .service { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 90%; }

}


/* ---------------------------------------------------------
                    Expertise Section
   --------------------------------------------------------- */

.section-subheading { text-align: center; font-size: 17px; line-height: 28px; width: 60%; letter-spacing: .2px; margin-left: auto; margin-right: auto; margin-bottom: 50px; }   

.expertise-wrapper { display: flex; flex-direction: row; justify-content: center; align-items: flex-start; flex-wrap: wrap; margin-left: auto; margin-right: auto;  width: 100%; }

.expertise { margin: 35px 10px; display: flex; flex-direction: row; justify-content: space-around; align-items: flex-start; width: 40%; }
.expertise-img { width: 90px; height: auto; margin-right: 50px; }

.expertise-heading { font-size: 30px; margin-bottom: 20px; color:#54954C; font-weight: 700; }
.expertise-text { font-size: 24px; }

@media only screen and (max-width: 800px) {

    .section-subheading { font-size: 16px; line-height: 26px; width: 80%; letter-spacing: .1px; margin-bottom: 40px; } 

    .expertise-wrapper { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; }

    .expertise { margin: 35px 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; }
    .expertise-img { width: 90px; height: auto; margin-right: 0px; margin-bottom: 25px; }
    .expertise-heading { font-size: 26px; margin-bottom: 20px; color:#54954C; font-weight: 700; text-align: center; }
    .expertise-text { font-size: 19px; text-align: center; }

}

/* ---------------------------------------------------------
                    Portfolio Section
   --------------------------------------------------------- */

#work { padding-top: 100px; } 

.work-wrapper { display: flex; flex-direction: row; flex-wrap: wrap;  width: 100%; margin-top: 50px; }

.work-item { width: 50%; margin: 0; }

.work-outer { width: 100%; height: auto; display: block; position: relative; }
.work-outer img { width: 100%; height: auto; border-radius: 1px; }
.work-outer .work-inner { background: black; height: 100%; width: 100%; opacity: 0; top: 0; left: 0; position: absolute;  transition: opacity .5s; border-radius: 1px; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.work-outer .work-inner p { color: #fff;  text-align: center; font-size: 1.2rem; font-weight: 300; }
.work-outer:hover .work-inner { opacity: .8; transition: opacity .5s; }

.work-back-heading { font-size: 1.5rem; color: #54954C; font-weight: 700; text-align: center; } .blog-btn { font-size: 1.2rem; }
.work-text { margin: 20px; line-height: 28px; }
.work-btn { margin-top: 50px; color: white; background-color: #54954C; padding: 9px 20px; width: 30%; }
.work-btn:hover { background-color: rgb(68, 114, 62); }

@media only screen and (max-width: 800px) {

    .work-wrapper { display: flex; flex-direction: column; width: 100%; margin-top: 50px; }

    .work-item { width: 100%; margin: 0; }

}

/* ---------------------------------------------------------
                 Testimonial Section
   --------------------------------------------------------- */

#testimonials { background-color: rgb(24, 24, 24); background: url("img/testimonial4.jpg"); background-repeat: no-repeat;
    background-attachment: fixed; background-position: center; background-size: cover; min-height: 100px; padding-top: 100px; padding-bottom: 50px; margin: 0; }
.testimonial-section { display: flex; flex-direction: column; justify-content: center; align-items: center; }
   
.testimonial-heading { width: 50%; color: white; border-bottom: 2px solid rgb(197, 197, 197); } 
.testimonial-top-subheading { color: white; }

.testimonial-wrapper { display: flex; flex-direction: row; justify-content: space-around; align-items: center; width: 100%; margin: 50px 0; }
.testimonial { background-color: #54954C; border-radius: 5px; width: 40%; }
.testimonial-heading-wrapper { padding: 20px; } .testimonial-heading-wrapper h1 { font-size: 28px; margin: 10px 0; color: rgb(236, 236, 236); } 
.testimonial-subheading { color: rgb(235, 235, 235); font-size: 17px; margin-top: 15px; }
.testimonial-content { color: rgb(235, 235, 235); line-height: 25px; font-size: 16px; margin: 20px; }
.testimonial:hover .testimonial-inner { clip-path: inset(0% 0% 0% 0%); }

.testimonial-inner { background-color: rgb(61, 61, 61); width: 100%; bottom: 0; clip-path: inset(0% 0% 0% 97%); transition: clip-path .5s; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 5px; }

@media only screen and (max-width: 800px) {

    .testimonial-heading { width: 90%; color: white; border-bottom: 2px solid rgb(197, 197, 197); } 
    .testimonial-top-subheading { color: white; }

    .testimonial-wrapper { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 30px 0; }
    .testimonial { background-color: #54954C; border-radius: 5px; width: 90%; margin: 15px 0; }
    .testimonial-btn { width: 60%; }

}

.read-review { display: flex; flex-direction: row; align-items: center; position: absolute;  }
.read { font-size: 20px; color: white; margin-top:10px; margin-left: 20px; margin-right: 10px; }
.arrow { font-size: 45px; color: white; }

   


/* ---------------------------------------------------------
                      Footer
   --------------------------------------------------------- */

footer { display: flex; flex-direction: column; justify-content:center; align-items: center; padding: 50px 0; background-color: rgb(17, 17, 17); }   

.footer-row { display: flex; flex-direction: column; justify-content:center; align-items: center; }
.footer-row h2 { font-size: 20px; font-weight: 500; color: white; }
.footer-locations { display: flex; flex-direction: row; justify-content: center; align-items: center; }
.footer-locations p { margin: 10px 12px; text-align: center; font-weight: 500; color: white; }
.copyright { text-align: center; margin: 10px 0; font-weight: 500; color: white; }

@media only screen and (max-width: 800px) {

    .footer-locations { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; margin: 20px 0; }
    .footer-locations p { margin: 10px; text-align: center; font-weight: 500; color: white; }
    .copyright { text-align: center; margin: 10px 0; font-weight: 500; color: white; }

}


  /* Extra styles for the cancel button
  .cancelbtn { width: auto; padding: 10px 30px; background-color: #f44336; border: none; border-radius: 5px; }
  
  /* Center the image and position the close button */
  .imgcontainer { text-align: center; margin: 24px 0 12px 0; position: relative; }
  
  .container { padding: 16px; }
  
  span.psw { float: right; padding-top: 16px; }
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button (x) */
  .close { position: absolute; right: 25px; top: 0; color: #000; font-size: 35px; font-weight: bold; }
  
  .close:hover, .close:focus { color: red; cursor: pointer; }
  
  /* Add Zoom Animation */
  .animate { -webkit-animation: animatezoom 0.6s; animation: animatezoom 0.6s }

  @-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
  }
    
  @keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
  }

.contact-form .icon{
	background: white;
    padding: 10px;
    margin: 20px 20px;
}

input#captcha {
    margin-top: 10px !important;
    height: 30px;
}

#smscaptcha, #smscaption, #smsheader, #sms textarea, #smsmaxfield, #smssent, #sms{
	color: #000;
}
