  /* CSS Document */
  @font-face {
    font-family: "Poppins Regular";
    src: url("assets/fonts/Poppins-Regular.ttf");
  }
  @font-face {
    font-family: "Poppins-Light";
    src: url("assets/fonts/Poppins-Light.ttf");
  }
  @font-face {
    font-family: "Poppins-Thin";
    src: url("assets/fonts/Poppins-Thin.ttf");
  }
  @font-face {
    font-family: "Poppins-SemiBold";
    src: url("assets/fonts/Poppins-SemiBold.ttf");
  }
  @font-face {
    font-family: "Poppins Bold";
    src: url("assets/fonts/Poppins-Bold.ttf");
  }
  @font-face {
    font-family: "Poppins Italic";
    src: url("assets/fonts/Poppins-Italic.ttf");
  }
  @font-face {
    font-family: "Poppins ThinItalic";
    src: url("assets/fonts/Poppins-ThinItalic.ttf");
  }
  @font-face {
    font-family: "Poppins Bold";
    src: url("assets/fonts/Poppins-Bold.ttf");
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    background-color: white;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  /************************** Navigation bar **************************/
  .idsbar {
    width: 100%;
    height: 72px;
    position: fixed;
    background-color: #00171f;
    align-content: center;
    z-index: 99;
  }
  .idsbar img {
    margin: 0;
    padding: 0;
    margin-left: 50px;
    float: left;
  }
  .idsbar ul {
    float: right;
    margin: 0;
    padding: 0;
    margin-right: 50px;
  }
  .idsbar ul li {
    line-height: 54px;
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  .idsbar ul li a {
    margin: 0;
    padding: 10px 20px 10px 20px;
    font-family: "Poppins Regular";
    text-decoration: none;
    font-size: 16px;
    color: white;
  }
  .idsbar ul li a:hover {
    color: #009472;
    transition-duration: 0.3s;
  }
  .menubutton {
    padding: 0 20px 0 20px;
    margin: 0;
    font-size: 26px;
    color: #0191B4;
    float: right;
    margin-right: 10px;
    cursor: pointer;
    display: none;
    line-height: 54px;
  }
  .xbutton {
    padding: 0 20px 0 20px;
    margin: 0;
    font-size: 26px;
    color: #0191B4;
    float: right;
    margin-right: 10px;
    cursor: pointer;
    display: none;
    line-height: 54px;
  }
  #check {
    display: none;
  }
  #link {
    display: none;
  }
  /************************** Video Section **************************/
  /************************** Video Section **************************/
  .videosection {
    position: absolute;
    height: 100vh;
    width: 100%;
    z-index: 0;
    background-color: #000000;
    overflow: hidden;
    border-bottom: thin solid;
  }
  video {
    opacity: 0.3;
    width: 100%;
    z-index: 1;
  }
  /************************** Banner **************************/
  /************************** Banner **************************/
  .bannerslider {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: auto;
    z-index: 98;
    text-align: center;
    align-content: center;
    background-color: black;
  }
  .bannerslider h1 {
    font-family: "Poppins Bold";
    font-size: 52px;
    color: #009472;
    margin: 0 0 16px 0;
    text-align: center;
    padding: 0;
    z-index: 98;
    text-shadow: 5px 5px 5px black;
  }
  .bannerslider h2 {
    font-family: 'Poppins Light';
    font-size: 20px;
    color: white;
    padding: 0 10% 0 10%;
    margin: 0 0 70px 0;
    font-weight: 100;
    text-align: center;
    z-index: 98;
    text-shadow: 5px 5px 5px black;
  }
  .bannerimg1 {
    position: relative;
    width: 100%;
    height: 100vh;
    align-content: center;
    text-align: center;
  }
  .bannerimg2 {
    position: relative;
    width: 100%;
    height: 100vh;
    align-content: center;
    text-align: center;
  }
  .bannerimg3 {
    position: relative;
    width: 100%;
    height: 100vh;
    align-content: center;
    text-align: center;
  }
  .transition {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  @keyframes fade {
    from {
      opacity: .1
    }
    to {
      opacity: 1
    }
  }
  .textanimaton {
    text-align: center;
  }
  .textanimaton h1 {
    height: 100px;
    animation-duration: 1.5s;
    animation-name: type;
    overflow: hidden;
  }
  @keyframes type {
    from {
      height: 0px
    }
    to {
      height: 100px;
    }
  }
  .textanimaton button {
    opacity: 100%;
    animation-duration: 1.7s;
    animation-name: bu;
    overflow: hidden;
  }
  @keyframes bu {
    from {
      opacity: 0%
    }
    to {
      opacity: 100%
    }
  }
  .bannerslider button {
    background-color: #0191B4;
    border-radius: 24px;
    border: none;
    color: #FFFFFF;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
  }
  .bannerslider button:hover {
    background-color: #009472;
    color: black;
    transition-duration: 0.4s;
  }
  .bannerslider button a {
    color: white;
    text-decoration: none;
  }
  /************************** About **************************/
  /************************** About **************************/
  .whoweare {
    height: auto;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .whoweare h1 {
    text-align: center;
    font-family: 'Poppins Thin';
    font-size: 42px;
    color: black;
    padding: 80px 200px 20px 200px;
    margin: 0;
  }
  .content-section-left {
    float: left;
    width: 60%;
    height: 600px;
    align-content: center;
    background-color: #00171f;
  }
  .content-section-left p {
    color: white;
    font-family: "Poppins Regular";
    font-size: 18px;
    padding: 0px 80px 0 60px;
    text-align: right;
  }
  .content-section-left h1 {
    color: #009472;
    margin: 0;
    padding: 0;
    font-family: "Poppins Bold";
    font-size: 52px;
    text-align: center;
  }
  .content-section-right {
    float: left;
    width: 60%;
    height: 600px;
    align-content: center;
  }
  .content-section-right p {
    color: #00171f;
    font-family: "Poppins Regular";
    font-size: 18px;
    padding: 0px 80px 0 60px;
    text-align: left;
  }
  .imgleft {
    float: left;
    width: 40%;
    height: 600px;
    align-content: center;
  }
  .imgleft img {
    width: 100%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .imgright {
    float: left;
    width: 40%;
    height: 600px;
    align-content: center;
    background-color: #00171f;
  }
  .imgright img {
    width: 100%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  /************************** Services **************************/
  /************************** Services **************************/
  .services {
    height: auto;
    width: 100%;
    text-align: center;
    padding: 0 0 80px 0;
    margin: 0;
    float: left;
  }
  .services h1 {
    color: #00171f;
    margin: 0;
    padding: 80px 200px 20px 200px;
    font-family: "Poppins Bold";
    font-size: 58px;
    text-align: center;
  }
  .services p {
    padding: 0 10% 30px 10%;
    margin: 0;
    font-family: "Poppins Regular";
    font-size: 18px;
    color: black;
    text-align: center;
  }
  .service1 {
    width: 20%;
    height: 300px;
    float: left;
    background-color: #a8c5e6;
    align-content: center;
  }
  .service1:hover {
    background-color: #001A14;
    height: 294px;
    border-top: medium solid #009472;
    border-bottom: medium solid #009472;
  }
  .service2:hover {
    background-color: #001A14;
    height: 294px;
    border-top: medium solid #009472;
    border-bottom: medium solid #009472;
  }
  .service3:hover {
    background-color: #001A14;
    height: 294px;
    border-top: medium solid #009472;
    border-bottom: medium solid #009472;
  }
  .service4:hover {
    background-color: #001A14;
    height: 294px;
    border-top: medium solid #009472;
    border-bottom: medium solid #009472;
  }
  .service5:hover {
    background-color: #001A14;
    height: 294px;
    border-top: medium solid #009472;
    border-bottom: medium solid #009472;
  }
  .service1:hover h1 {
    color: white;
    font-size: 26px;
    transition-duration: 0.2s;
  }
  .service1:hover p {
    color: white;
  }
  .service2:hover h1 {
    color: white;
    font-size: 26px;
    transition-duration: 0.2s;
  }
  .service2:hover p {
    color: white;
  }
  .service3:hover h1 {
    color: white;
    font-size: 26px;
    transition-duration: 0.2s;
  }
  .service3:hover p {
    color: white;
  }
  .service4:hover h1 {
    color: white;
    font-size: 26px;
    transition-duration: 0.2s;
  }
  .service4:hover p {
    color: white;
  }
  .service5:hover h1 {
    color: white;
    font-size: 26px;
    transition-duration: 0.2s;
  }
  .service5:hover p {
    color: white;
  }
  .service1 h1 {
    margin: 0;
    padding: 20px 0 0 0;
    font-size: 24px;
    line-height: 30px;
  }
  .service1 p {
    font-size: 16px;
    margin: 10px;
    padding: 0;
  }
  .service1 img {
    width: 60px;
    height: 60px;
  }
  .service2 {
    margin-top: 30px;
    width: 20%;
    height: 300px;
    float: left;
    background-color: #5188ca;
    align-content: center;
  }
  .service2 h1 {
    margin: 0;
    padding: 20px 0 0 0;
    font-size: 24px;
    line-height: 30px;
  }
  .service2 p {
    font-size: 16px;
    margin: 10px;
    padding: 0;
  }
  .service3 {
    width: 20%;
    height: 300px;
    float: left;
    background-color: #0165b9;
    align-content: center;
  }
  .service3 h1 {
    margin: 0;
    padding: 20px 0 0 0;
    font-size: 24px;
    line-height: 30px;
  }
  .service3 p {
    font-size: 16px;
    margin: 10px;
    padding: 0;
  }
  .service4 {
    margin-top: 30px;
    width: 20%;
    height: 300px;
    float: left;
    background-color: #5188ca;
    align-content: center;
  }
  .service4 h1 {
    margin: 0;
    padding: 20px 0 0 0;
    font-size: 24px;
    line-height: 30px;
  }
  .service4 p {
    font-size: 16px;
    margin: 10px;
    padding: 0;
  }
  .service5 {
    width: 20%;
    height: 300px;
    float: left;
    background-color: #a8c5e6;
    align-content: center;
  }
  .service5 h1 {
    margin: 0;
    padding: 20px 0 0 0;
    font-size: 24px;
    line-height: 30px;
  }
  .service5 p {
    font-size: 16px;
    margin: 10px;
    padding: 0;
  }
  .whatwedobutton {
    border: solid thin;
    border-radius: 20px;
    color: black;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    margin: 10px;
    background-color: #eefcff;
  }
  .whatwedobutton:hover {
    transition: 0.5s;
    color: #ffe029;
    background-color: #000000;
  }
  /*********************************Our Partner**********************************/
  /******************************************************************************/
  .ourpartner {
    height: auto;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    float: left;
    background-color: #009472;
    padding-bottom: 80px;
    border-top: 2px solid #ffe029;
    border-bottom: 2px solid #ffe029;
  }
  .ourpartner h1 {
    color: #00171f;
    margin: 0;
    padding: 80px 0 0 0;
    font-family: "Poppins Bold";
    font-size: 58px;
    text-align: center;
  }
  .ourpartner p {
    padding: 0 10% 0 10%;
    margin: 0;
    font-family: "Poppins Regular";
    font-size: 18px;
    color: black;
    text-align: center;
  }
  .client {
    width: 200px;
    height: 200px;
    margin: 20px 20px 0 20px;
    padding: 0;
    display: inline-block;
    align-content: center;
    border: 2px solid #ffe029;
    border-radius: 10px;
  }
  .client img {
    margin: 0;
    padding: 0;
  }
  /************************** Team **************************/
  /************************** Team **************************/
  .team {
    height: auto;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    float: left;
    padding-bottom: 80px;
  }
  .team h1 {
    color: #001A14;
    margin: 0;
    padding: 80px 200px 20px 200px;
    font-family: "Poppins Bold";
    font-size: 58px;
    text-align: center;
  }
  .teammember {
    width: 560px;
    display: inline-block;
    text-align: center;
  }
  .teammember img {
    width: 350px;
    height: 350px;
    border-radius: 200px;
  }
  .teammember:hover img {
    width: 340px;
    height: 340px;
    border: solid 5px #009472;
  }
  .teammember h1 {
    color: #009472;
    font-size: 32px;
    margin: 0;
    padding: 0;
  }
  .teammember h2 {
    color: #001A14;
    font-family: "Poppins Regular";
    font-size: 20px;
    margin: 0;
    padding: 0;
  }
  /************************** Contact **************************/
  /************************** Contact **************************/
  .contact {
    float: left;
    height: 100vh;
    width: 60%;
    padding: 0;
    margin: 0;
    align-content: center;
    background-color: #00171f;
  }
  .contact h1 {
    color: #FFFFFF;
    margin: 0;
    padding: 80px 0 20px 0;
    font-family: "Poppins Bold";
    font-size: 58px;
    margin-left: 5%;
  }
  .contact button {
    background-color: #0191B4;
    border-radius: 24px;
    border: none;
    color: #FFFFFF;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    margin-left: 5%;
  }
  .contact button:hover {
    background-color: #009472;
    color: #00171f;
    transition-duration: 0.4s;
  }
  .contact label {
    font-family: "Poppins Regular";
    font-size: 18px;
    margin-left: 5.5%;
    color: white;
  }
  .contact input {
    width: 80%;
    background-color: #C2C2C2;
    border-radius: 6px;
    font-size: 18px;
    font-family: "Poppins Regular";
    margin-left: 5%;
    border: thin solid white;
    padding: 2px 6px 2px 6px;
  }
  .contact textarea {
    width: 80%;
    border-radius: 6px;
    font-size: 18px;
    font-family: "Poppins Regular";
    margin-left: 5%;
    border: thin solid white;
    background-color: #C2C2C2;
    padding: 2px 6px 2px 6px;
  }


.contactmap
{
	float: left;
    height: 100vh;
    width: 40%;
    padding: 0;
    margin: 0;
	text-align: center;
	align-content: center;
    background-color: #00171f;
}


  /************************** Footer **************************/
  /************************** Footer **************************/
  .footersectionlogo {
    height: 250px;
    width: 28%;
    float: left;
    background-color: #00171f;
    text-align: center;
    align-content: center;
  }
  .footersection {
    height: 250px;
    width: 18%;
    float: left;
    background-color: #00171f;
    align-content: center;
  }
  .footersection ul {
    margin: 0;
    padding: 0;
    text-decoration: none;
    border-left: solid thin white;
  }
  .footersection li {
    margin: 0;
    padding: 0;
    display: block;
  }
  .footersection ul li a {
    margin: 0;
    padding: 10px 0 10px 10px;
    font-family: "Poppins Regular";
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 16px;
    color: white;
  }
  .footersection ul li a:hover {
    color: #009472;
  }
  .footersectionlast {
    height: 250px;
    width: 36%;
    float: left;
    background-color: #00171f;
    align-content: center;
    text-align: center;
  }
  .footersectionlast p {
    margin: 0;
    padding: 0;
    font-family: "Poppins Regular";
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 16px;
    color: white;
  }
  .footercredit {
    border-top: thin solid white;
    width: 100%;
    height: 60px;
    background-color: #00171f;
    align-content: center;
    text-align: center;
  }
  .footercredit p {
    color: white;
    font-family: "Poppins Light";
    font-size: 16px;
  }