/*
*{
    margin:0;
    padding:0;
}
*/

body{
    background-color: #333;
    color:#555;
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
    line-height: 1.6em;
    margin:0;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow-x: hidden;
}

.container{
    width: 80%;
    margin: auto;
    overflow: hidden;
    min-height: 400px;
}

#main-header{    
    color:#000;
    /*position: fixed;*/
    width: 100%;


}
#header-logo{
    margin-left: 5%;
    float: left;
    width:40%;
    padding-top: 10px;

}

#navbar{
    color: #fff;
    float: right;
    width:40%;
    text-align: right;
    margin-right: 5%;

}
#navbar ul{
    padding: 0;
    list-style: none;

}

#navbar li{
    display: inline;
}

#navbar a{
    color:#fff;
    text-decoration: none;
    font-size: 18px;
    padding-right: 15px;
}



#green-separator{
    width: 100%;
    height: 30px;
      
    /* DJGREEN */
    background: #61E385;
}


#middle{
    position: relative;
    background-image: url('../images/services-background.png');
    background-size:100% auto;
    background-position: center center;
    background-size: cover;
    width: 100%;
    margin-bottom: 0;
    min-height: 800px;
    
}





.service-box{
    background-color:#fff;   
    box-shadow: 6px 6px 16px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 20px ;
    height: 100%;
    width: 85%;
    padding: 20px 20px;
    box-sizing: border-box;
    flex: 0 0 38%;    
    
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
   
    

}


.service-text h4{
   margin: 0 0 0 0;
   padding: 0 0;
}

.service-text p{
    margin: 0;
    padding: 0;
}

.service-image{
    position: relative; 
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding-left: 20px;    
       

}

.service-text{
    position: relative;    
    float: right;
    width: 80%;
    padding-left: 40px;    
    box-sizing: border-box;
    text-align: left;
    
    
    
}

#services #contact-button{
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
    top: 0px;
    width: 300px;
    height: 50px;
    left: 50%;

    transform: translate(-50%, 0); 


}
#middle-banner{

    position: relative;
    background-image: url('../images/cta-2.png');
    background-size:100% auto;
    background-position: center center;
    background-size: cover;
    width: 100%;
    margin: auto;
    height: 750px;

    text-align: center;
    vertical-align: middle;
    
    
}

#middle-banner p{
    position: relative;
    margin: 0;
    padding: 0;
    width: 750px;
    height: 357px;
    left: 50%;
    top: 50%;

    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 135%;

/* or 32px */

    /* WHITE */
    color: #FFFFFF;

    transform: translate(-50%, -50%); 

 }

 
 #middle-banner #contact-button{
    position: relative;
    left: 50%;
    top: 20%;
    transform: translate(-50%, 0); 


    
 }

 #trust-us{
    background: linear-gradient(80.93deg, rgba(0, 0, 0, 0.2) -3.51%, rgba(0, 0, 0, 0) 99.4%), #61E385; 
    height: 300px;
 }

 #trust-us h2{
     position: relative;
     text-align: center;
     padding: 0;
     margin: 0;

     font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 135%;
    top: 50px;

/* identical to box height, or 41px */

/* WHITE */
    color: #FFFFFF;
 }

 #client-row{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translate(0, -50%); 
 }

 .client-box{

    width: 188px;
    height: 122.52px;


    /* DARK */
    background: linear-gradient(180deg, #1B1B1B 0%, #000000 100%);

    /* shadow */
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 10px;
    
 }

 .client-box img{
     position: relative;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%); 


 }

 #team{
    position: relative;
    background-image: url('../images/team-background.png');
    background-size:100% auto;
    background-position: center center;
    background-size: cover;
    width: 100%;
    min-height: 345px;
    margin-bottom: 0;

 }

 #team > h2{
     position: absolute;
     padding: 0;
     margin: 0;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%); 


    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 135%;

    /* identical to box height, or 43px */

    /* WHITE */
    color: #FFFFFF;
 }

 #team-row{
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 400px;
    transform: translate(0, -50%); 
    width: 100%;

    
 }

 .team-member{
     padding: 0;
     margin: 10px;
    width: 216px;
    height: 282px;

    background: #FFFFFF;
    box-shadow: 6px 6px 16px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;

    color: #333333;
 }

 .team-member h2{    
    padding: 0;
    padding-top: 5px;
    margin: 0;
    text-align: center;

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 135%;

    /* identical to box height, or 24px */

    /* Gray 1 */
    color: #333333;



 }

 .team-member h3{
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 135%;
    
    /* identical to box height, or 16px */
    
    /* Gray 1 */
    color: #333333;
     
}
 #after-team{
     height: 800px;
     background: #FFFFFF;
     padding-bottom: 30px;

 }


 #contact{
    position: relative;
    padding: 0;
    margin: 0;


 }

 #contact h2{
    text-align: center;
    position: relative;
    padding: 0;
    margin: auto;
    top: 250px;

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 135%;

    /* identical to box height, or 41px */

    /* Gray 1 */
    color: #333333;





 }

 #buttons-flex{
     position: relative;
     display: flex;    
     flex-direction: row;
     justify-content: center;
     align-items: center;
     top: 280px;

 }

 .contact-form-button{
    padding: 0;
    margin: 10px;
    width: 202px;
    height: 58px;

    /* DIV SHADOW */
    box-shadow: 6px 6px 16px 2px rgba(0, 0, 0, 0.1);

    border: 0.5px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 10px;
 }



 

 .contact-form{
     position: relative;
     left: 50%;
     top: 300px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     transform: translate(-50%, 0); 
 }
 .lead-string{
    margin: 10px;
    width: 690px;
    height: 38px;    
    /* Gray 6 */
    background: #F2F2F2;
    border-radius: 4.83888px;
    border: none;

    padding-right: 1%;
    padding-left: 1%;


    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 144%;

    /* identical to box height, or 20px */

    /* Gray 3 */
    color: #828282;
 }

 .lead-text{
    margin: 10px;
    width: 690px;
    height: 125px;

    padding-right: 1%;
    padding-left: 1%;
    padding-top: 10px;

    border: none;

    background: #F2F2F2;
    border-radius: 4.83888px;

    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 144%;

    /* identical to box height, or 20px */

    /* Gray 3 */
    color: #828282;


 }


  
.lead-string:focus{
    outline: none;
    border: 1px solid #61E385;
  }


.lead-text:focus{
    outline: none;
    border: 1px solid #61E385;
  }
  
 #form-end{
     width: 690px;
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     align-items: center;
    }

 #form-end h3{
    padding: 0;
    margin: 0;

    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 144%;

    /* or 17px */

    /* Gray 2 */
    color: #4F4F4F;
 }

 #form-end-left{
     margin: 0;
     padding: 0;
     display: flex;
     flex-direction: column;
 }

 #form-end-right{
     margin: 0;
     padding: 0;
     display: flex;
     flex-direction: row;
 }



 #bottom{
    position: relative;
    background-image: url('../images/bottom.png');
    background-size:100% auto;
    background-position: center center;
    background-size: cover;
    width: 100%;
    min-height: 680px;
    margin-bottom: 0;

    
 }

 #attachment-button{
    margin-right: 10px;
    width: 134px;
    height: 30px;

    background: #FCFCFC;
    cursor: pointer;
    
    /* DJGREEN */
    border: 1px solid #61E385;
    box-sizing: border-box;
    border-radius: 1000px;

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 10.7816px;
    line-height: 30px;

    /* identical to box height, or 15px */
    text-align: center;
    vertical-align: middle;

    /* Gray 3 */
    color: #828282;
 }

 #attachment-button span.icon {
     position: relative;
    background: url(../images/attachment-icon.png) no-repeat;
    float: left;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%); 
   
}

 #form-send-button{
    width: 125px;
    height: 30px;
    cursor: pointer;

    
    /* DJGREEN */
    background: #61E385;
    border-radius: 15px;

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 135%;

    /* identical to box height, or 19px */

    /* DJBLACK */
    color: #262626;

    border: none;


 }

 #form-end a{
    color: #000000;

 }

 
 #business-contact-form{
    
 }
 
 #recruiting-contact-form{
     display: none;

 }

 #business-button{
    border: 2px solid #61E385;
    color: #333333;
    cursor: pointer;
    background-color: #FFFFFF;


 }
 #recruiting-button{
    border: 0.5px solid #BDBDBD;
    color: #828282;
    background-color: transparent;   
    cursor: pointer;
    box-shadow: none;


 }

 #business-button h3{
    padding: 0;
    margin: 10px 0 0 15px;

    width: 140px;
    height: 19px;


    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 135%;

    /* identical to box height, or 19px */
    text-align: left;

    /* Gray 1 */
 }

 #business-button p{
    margin: 0px 0 10px 15px;
    width: 166px;
    height: 17px;

    
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 135%;
    
    /* identical to box height, or 16px */
    text-align: left;
    
    /* Gray 1 */
 }

 #recruiting-button h3{
    padding: 0;
    margin: 10px 0 0 15px;

    width: 140px;
    height: 19px;


    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 135%;

    /* identical to box height, or 19px */
    text-align: left;

    /* Gray 1 */
 }

 #recruiting-button p{
    margin: 0px 0 10px 15px;
    width: 166px;
    height: 17px;

    
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 135%;
    
    /* identical to box height, or 16px */
    text-align: left;
    
    /* Gray 1 */
   
 }


 #bottom h3{
    position: relative;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 30px;
    width: 150px;
    height: 41px;
    left: 20%;
    top: 227.04px;
    padding: 0;
    margin: 0;

 }

 #bottom p{
    position: relative;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 18px;
    width: 563.11px; 
    height: 98px;
    left: 20%;
    top: 304.09px;

 }

 #bottom h4{
    position: relative;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 20px;
    height: 41px;
    left: 20%;
    top: 400px;
    padding: 0;
    margin: 0;

 }



 
.container h1{
    text-align: center;
    padding-top: 40px;
    padding-bottom:40px;
}


#main-footer{
    
    background: #262626;
    color:#fff;
    text-align: center;   
    height: 70px;
   
    
}

#main-footer p{
    padding: 0;
    margin: 0;
    margin-left: 30px;
    line-height: 70px;
    text-align: left;
}

#navbar li:hover a {
    color: #61E385;
  }

#myBtn {
    display: none;
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #000; /* Set a background color */
    color: #61E385; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  


textarea {
    resize: none;
  }
  
#upload-name{
    border-width: 0px;
    padding-top: 15px;
    padding-bottom: 0;
}

@media(min-width: 1200px){

    #showcase{
        position: relative;
        background-image: url('../images/background.png');
        background-position: center center;
        background-size: cover;
        /*height: 600px;*/
        min-height: 700px;
        
        
    }

    .display-flex{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    
             
    }
    


#middle-banner h2{
    display: inline;

}

#showcase-title{
    position: relative;
    top: 100px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 60px;
    line-height: 1em;
     

}

#mobile-contact{
    display: none;
}

#contact-button{
    position: relative;
    top: 100px;
    width: 300px;
    height: 50px;

    /* DJGREEN */
    background: #61E385;
    border-radius: 100px;

    text-align: center;
    vertical-align: middle;

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 50px;

    /* identical to box height, or 19px */

    /* DJBLACK */
    color: #262626;

}

#contact-button a {
    color: #000000;
    text-decoration: none;
}

#about-us{
    position: relative;
    background-image: url('../images/about-back.png');
    background-position: center center;
    background-size: cover;
    height: 680px;


}

#about-us-left{
position: relative;
float: left;
width: 30%;
background-image: url('../images/about-left.png');
background-position: center center;
background-size: cover;
height: 680px;
}


#about-us-right{
    position: relative;
    display: flex;
    flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    float: right;
    width: 70%;
    height: 100%;
    }

    
#about-us-right h2{
    margin: 0;
    padding: 0;

    position: relative;
    
    height: 41px;
    left: 15%;


    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 135%;


    color: #FFFFFF;
}

#about-us-right p{
    margin: 0;
    padding: 0;

    position: relative;
    width: 80%;
 
    left: 15%;

    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 135%;

/* or 27px */

/* WHITE */
    color: #FFFFFF;



}

#about-us-right #contact-button{
    top: 10%;
    margin-bottom: 10px;
    margin: 0;
    position: relative;  
    left: 15%;



}


}

@media(max-width: 1200px){

.display-flex {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
 
  }
#showcase-title p {
    position: relative;
    top: 25px;
    font-size: 42px;
    width: 100%;
    

}

#team{
    position: relative;
    background-image: url('../images/team-background.png');
    background-size:100% auto;
    background-position: center center;
    background-size: fill;
    
    min-height: 345px;
    margin-bottom: 0;
    height: auto;
    
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;

 }
 
 #team > h2{
    position: relative;
    padding: 50px;
    margin: 0;
    top: 0%;
    left: 0%;
    transform: none; 


   font-family: Montserrat;
   font-style: normal;
   font-weight: bold;
   font-size: 32px;
   line-height: 135%;
   text-align: center;

   /* identical to box height, or 43px */

   /* WHITE */
   color: #FFFFFF;
}

 #team-row{
    
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0%;
    transform: none; 


    
 }


#trust-us{
    height: 750px;
}
 #flex-banner{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#contact-button{
    position: relative;
    top: 100px;
    width: 100%;
    height: 50px;

    /* DJGREEN */
    background: #61E385;
    border-radius: 100px;

    text-align: center;
    vertical-align: middle;

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 50px;

    /* identical to box height, or 19px */

    /* DJBLACK */
    color: #262626;

}

#contact-button a {
    color: #000000;
    text-decoration: none;
}

#about-us-left{
    display: none;
}

#navbar{
    display: none;
}

.service-image{

    padding-left: 0px;    

}

#middle-banner h2{
    display: none;

}

#bottom p{

    color: #FFFFFF;
    font-weight: normal;
    font-size: 18px;
    width: 100%; 
    height: 98px;
    left: 20%;
    top: 304.09px;

 }
 #showcase{
    position: relative;
    background-image: url('../mobile-images/background.png');
    background-position: center center;
    background-size: cover;
    /*height: 600px;*/
   /* min-height: 433.62px;*/     

    
    
}

#showcase #contact-button{
    top: 75px;
}

#showcase-title{
    position: relative;      
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 135%;
    width: 100%;
    
    /* identical to box height, or 41px */
    
    color: #FFFFFF;
    
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); 

}

#about-us{
    height: 390px;    
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 135%;

    text-align: center;
   
    color: #FFFFFF; 
    padding:0 0 0 0;
    left:0%;

    background-image: url('../images/about-back.png');
    background-position: center center;
    background-size: cover;
    

}




#about-us-right{
    display: flex;
    flex-direction: column;
  
    justify-content: center;
    align-items: center;
    align-content: center;

    padding: 0;
    margin: 0;
    float: none;
    width: 100%;
    height: 390px;
   
}

#about-us-right h2{
    top: 0;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    
   
    width: 100%;

    left: 0;

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 135%;
    text-align: center;


    color: #FFFFFF;
}

#about-us-right p{
    margin: 0;
    padding: 0;

    position: relative;
    width: 90%;

    left: 0;
 
    

    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 135%;

/* or 27px */

/* WHITE */
    color: #FFFFFF;

}

#about-us-right #contact-button{
    top: 10%;
    margin-bottom: 10px;
    margin: 0;
    position: relative;  
    left: 0;
    width: 90%;



}

#middle-banner{

    position: relative;
    background-image: url('../images/cta-2.png');
    background-size:100% auto;
    background-position: center center;
    background-size: cover;
    width: 100%;
    margin: auto;
    height: 390px;

    text-align: center;
    vertical-align: middle;


    display: flex;
    flex-direction: column;
  
    justify-content: center;
    align-items: center;
    align-content: center;

    padding: 0;
    margin: 0;
    float: none;
    width: 100%;
    height: 390px;
    
    
}

#middle-banner p{
    margin: 0;
    padding: 0;

    position: relative;
    width: 90%;

    left: 0;
    top: 0%;
    height: auto;
 
    

    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 135%;

/* or 27px */

/* WHITE */
    color: #FFFFFF;

    transform: none; 

 }

 
 #middle-banner #contact-button{
    transform: none;
    top: 10%;
    margin-bottom: 10px;   
    position: relative;  
    left: 0;
    width: 90%;



    
 }

#bottom{
    position: relative;
    background-image: url('../mobile-images/bottom.png');
    background-size:100% auto;
    
    background-position: center center;
    background-size: cover;
    width: 100%;
    /*min-height: 680px;*/
    margin-bottom: 0;
    margin:0;
    padding:0;
    text-align: center;
    left: 0%;
    overflow: hidden;
    min-height: 450px;

    
 }


 #client-row{
    top: 10%;
    flex-direction: column;
    column-count: auto;
    transform: none;

 }



#bottom p{

    top: 100px;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 0%);
  
 }
 
 #bottom h4{    
    top: 150px;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 0%);

 }

 #bottom h3{    
     margin: 0;
     padding: 0;
     top: 50px;
   
    left: 50%;
    text-align: center;
    transform: translate(-50%, 0%);

 }

#main-footer{
    margin-bottom: 0;
    margin:0;
    padding:0;
}


#mobile-contact{
    display: inline;
    position: absolute;
    width: 80%;
    height: 40px;
    
    left: 50%;
    text-align: left;
    transform: translate(-50%, 0%);
    top: 370.21px;

    /* DJGREEN */
    background: #61E385;
    color: #fff;
    border-radius: 100px;
    z-index: 1;
}

#mobile-contact h4{
   
    text-align: center;
    padding: 0;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

   
    position: absolute;
    color: #FFFFFF;   
    
    z-index: 2;
}
#mobile-contact a{
    line-height: 100%;
    display: inline;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    vertical-align: 50%;
    top: 25%;
    transform: translate(0%, -50%);
    


}



.contact-form{
    top: 100px;

}
.lead-string{
   margin: 10px;
   width: 690px;
   height: 38px;    
   /* Gray 6 */
   background: #F2F2F2;
   border-radius: 4.83888px;
   border: none;


   font-family: Montserrat;
   font-style: normal;
   font-weight: 500;
   font-size: 14px;
   line-height: 144%;

   /* identical to box height, or 20px */

   /* Gray 3 */
   color: #828282;
}



#contact h2{
    top: 25px;
}

#buttons-flex{
    top: 50px;

}

.contact-form-button{

    width: 45%;
    height: 80px;

 }

.lead-string{
    width: 80%;
    padding-right: 2.5%;
    padding-left: 2.5%;
}
.lead-text{
    width: 80%;
    padding-right: 2.5%;
    padding-left: 2.5%;
    padding-top: 10px;
}

#recruiting-button p{
    width: auto;
    padding: 3px;

}

#form-end{
    width: 90%;
    flex-direction: column;
    
}
#form-end-right{
    padding-top: 20px;
}

#after-team{
    height: 700px;
}


}