@charset "utf-8";
/* CSS Document */
/************************** Navigation bar **************************/
/************************** Navigation bar **************************/
@media screen and (max-width: 800px) {
  .xbutton {
    display: none;
  }
  .menubutton {
    display: block;
  }
  .idsbar ul {
    background-color: #009472;
    position: fixed;
    width: 80%;
    opacity: 98%;
    top: 72px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  #check:checked ~ ul {
    left: 0;
  }
  #check:checked ~ .menubutton {
    display: none;
  }
  #check:checked ~ .xbutton {
    display: block
  }
  .idsbar ul li {
    display: block;
    margin: 0;
    border-bottom: dashed thin black;
    line-height: 70px;
  }
  .idsbar ul li a {
    background-color: #009472;
    margin: 0;
    font-family: "Poppins Regular";
    text-decoration: none;
    font-size: 20px;
    color: black;
  }
  .idsbar img {
    margin: 0;
    margin-top: 8px;
    margin-left: 20px;
    max-height: 40px;
  }
  .idsbar ul li span {
    display: none;
  }
}
/************************** Video Section **************************/
/************************** Video Section **************************/
@media screen and (max-width: 800px) {
  video {
    width: auto;
    height: 100vh;
  }
}
/************************** Banner **************************/
/************************** Banner **************************/
@media screen and (max-width: 800px) {
  .bannerslider h1 {
    font-family: "Poppins Bold";
    font-size: 26px;
    margin: 20px;
    text-align: center;
  }
  .bannerslider h2 {
    font-family: 'Poppins Regular';
    font-size: 16px;
    padding: 0;
    margin: 20px;
    font-weight: 100;
    text-align: center;
  }
  .textanimaton h1 {
    height: 12%;
    animation-duration: 1.5s;
    animation-name: type;
    overflow: hidden;
  }
  @keyframes type {
    from {
      height: 0%
    }
    to {
      height: 12%
    }
  }
}
/************************** About **************************/
/************************** About **************************/
@media screen and (max-width: 800px) {
  .whoweare h1 {
    font-size: 28px;
    text-align: center;
    padding: 80px 20px 20px 20px;
    margin: 0;
  }
  .imgleft {
    width: 100%;
    height: auto;
  }
  .content-section-right {
    width: 100%;
    height: auto;
  }
  .content-section-right p {
    padding: 0px 20px 20px 20px;
    margin: 0;
    text-align: center;
    font-size: 16px;
  }
  .content-section-left {
    width: 100%;
    height: auto;
  }
  .content-section-left p {
    padding: 0px 20px 20px 20px;
    margin: 0;
    text-align: center;
    font-size: 16px;
  }
  .content-section-left h1 {
    padding: 80px 0 20px 0;
    line-height: 56px;
  }
  .imgright {
    width: 100%;
    height: auto;
  }
}
/************************** Services **************************/
/************************** Services **************************/
@media screen and (max-width: 800px) {
  .service1 {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .service2 {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .service3 {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .service4 {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .service5 {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .service1 p {
    margin: 0;
    padding: 0;
  }
  .service2 p {
    margin: 0;
    padding: 0;
  }
  .service3 p {
    margin: 0;
    padding: 0;
  }
  .service4 p {
    margin: 0;
    padding: 0;
  }
  .service5 p {
    margin: 0;
    padding: 0;
  }
  .services h1 {
    padding: 0;
    margin: 0;
  }
}
/************************** Team **************************/
/************************** Team **************************/
@media screen and (max-width: 800px) {
  .team h1 {
    padding: 80px 0 0 0;
    margin: 0;
  }
  .teammember {
    width: auto;
  }
  .teammember h1 {
    padding: 0;
    margin: 0;
  }
  .teammember img {
    margin-top: 60px;
  }
}
/************************** Contact **************************/
/************************** Contact **************************/
@media screen and (max-width: 800px) {
  .contact {
    width: 100%;
  }
  .contact h1 {
    margin: 0;
    text-align: center;
  }
  .contact label {
    margin-left: 20px;
  }
  .contact input {
    margin: 0 5% 0 5%;
    width: 80%;
  }
  .contact textarea {
    margin: 0 5% 0 5%;
    width: 80%;
  }
  .contact button {
    margin-left: 20px;
  }
}
/************************** Footer **************************/
/************************** Footer **************************/
@media screen and (max-width: 800px) {
  .footersection ul {
    margin: 14px;
  }
  .footercredit p {
    font-size: 14px;
  }
  .footersection {
    height: auto;
    width: 100%;
  }
  .footersection ul li a {
    font-size: 14px;
    margin: 5px;
  }
  .footersectionlogo {
    height: auto;
    width: 100%;
    text-align: center;
  }
  .footersectionlogo img {
    margin: 50px 0 50px 0;
  }
  .footersectionlast {
    height: auto;
    width: 100%;
  }
	.contactmap
{
	float: left;
    height: 100vh;
    width: 100%;
    padding: 0;
    margin: 0;
	text-align: center;
	align-content: center;
    background-color: #00171f;
}
}