body {
  background: #FFEED6 !important;
}


.video-conatiner {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  overflow: hidden;
}


.iframe-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
  height: 180%;
}


.og-header {
  width: 100%;
  height: 70vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(http://206.189.61.180/Almera/wp-content/uploads/2020/12/Hero-Image.jpg);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.og-header:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 233, 201, 0) 60%, #FFEED6 100%);
  z-index: 99;
}

.logo-container {
  width: 1000px;
  margin: auto;
  position: relative;
  z-index: 99;
  text-align: center;
}

.logo-container img {
  max-width: 250px;
}





.testimonial-section {
  max-width: 700px;
  margin: 20px auto;
}

.testimonial-section h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  color: #2C5166;
  text-align: center;
}

.testimonial-section p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #2C5166;
  text-align: center;
  max-width: 60%;
  margin: auto;
}

.testimonial-section a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #2C5166;
  text-align: center;
  margin: 20px auto 0 auto;
  display: table;
  text-decoration: none;
  padding: 5px 30px;
  border: solid 2px #2C5166;
}






.projects-section {
  max-width: 1000px;
  margin: 80px auto;
  display: flex;
  flex-wrap: wrap;
}

.project {
  width: calc(50% - 20px);
  height: 400px;
  margin: 0 10px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: .3s;
}
.project:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(163, 163, 163, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
}

.project:hover {
  transform: translateY(10px);
}

.project h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #FFF;
  margin: 0;
  z-index: 9;
}



.video-section {
  width: 1000px;
  margin: 50px auto 0 auto;
}

.video-section video {
  height: 450px;
  margin: auto;
  display: block;
}





.slider-section {
  margin-top: 120px;
  margin-bottom: 145px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 25%;
  height: 500px;
  display: flex;
  flex-wrap: wrap;
}

.slider-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  cursor: pointer;
  transition: .5s;
  /*background-color: red;*/
}

.slider-inner::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

.slider-content-div {
  height: 500px;
  width: 900px;
  /*background-color: yellow;*/
  display: inline-block;
  margin: 0 20px 0 20px;
  position: relative;
}
.slider-content-div:nth-child(1) {
  margin: 0 20px 0 0;
}

.slider-bg {
  display: block;
  width: 80%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(http://206.189.61.180/Almera/wp-content/uploads/2020/12/Rectangle-4.jpg);
}


.slider-content {
  max-width: 400px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #2C5166;
  white-space: normal;
  padding: 40px 20px;
}

.slider-content h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  color: #FFF;
  text-align: left;
  margin: 0;
}

.slider-content p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #FFF;
  text-align: left;
  margin: 5px 0 0 0;
  font-weight: 100;
}

.slider-content a {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #FFF;
  text-align: left;
  margin: 15px 0 0 0;
  font-weight: 600;
  display: inline-block;
  padding: 8px 40px;
  border: solid #fff 1px;
  text-decoration: none;
}


.slider-dots {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}

.slider-dots a {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #2C5166;
  border-radius: 50%;
  margin: 0 5px 0 5px;
  cursor: pointer;
}
.slider-dots a:nth-child(1) {
  margin: 0 5px 0 0;
  opacity: .5;
}



.arrows {
  display: flex;
  margin: 16px 0 0 10px;
}
.prev-arrow {
  display: block;
  width: 13px;
  height: 13px;
  border-style: solid;
  border-color: #2C5166;
  border-width:  0 0 2px 2px;
  transform: rotate(45deg);
  cursor: pointer;
}
.next-arrow {
  display: block;
  width: 13px;
  height: 13px;
  border-style: solid;
  border-color: #2C5166;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  cursor: pointer;
  margin: 0 0 0 15px;
}





.column-section {
  margin: 100px auto 0 auto;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.column-inner {
  width: 50%;
  box-sizing: border-box;
  padding: 0 15px;
}

.column-inner img {
  width: 100%;
}

.column-inner h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  color: #2C5166;
  text-align: right;
  margin: 0 0 0 auto;
  font-weight: 200;
  max-width: 80%;
}

.column-inner p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #2C5166;
  text-align: left;
  margin: 5px 0 0 auto;
  font-weight: 100;
  text-align: right;
  width: 90%
}

.column-inner a {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #2C5166;
  margin: 15px 0 0 auto;
  font-weight: 600;
  display: table;
  padding: 8px 25px;
  border: solid #2C5166 1px;
  text-decoration: none;
  max-width: 80%;
}















@media only screen and (max-width: 798px) {
  .og-hamburger-menu {
    display: none;
  }



  .iframe-video {
    width: 370%;
  }


  .logo-container {
    width: 80%;
  }

  .logo-container img {
    max-width: 40%;
  }



  .og-header {
    height: 50vh;
  }

  .testimonial-section {
    max-width: 90%;
  }

  .testimonial-section h1 {
    font-size: 25px;
  }

  .testimonial-section p {
    max-width: 100%
  }



  .projects-section {
    max-width: 90%;
  }

  .project {
    width: 100%;
    margin: 10px 10px;
  }


  .video-section {
    width: 95%;
  }

  .video-section video {
    width: 100%;
    height: 300px;
  }




  .slider-section {
    padding-left: 10%;
    height: 450px;
  }

  .slider-content-div {
    height: 450px;
    width: 90%;
  }

  .slider-bg {
    width: 90%;
    height: 90%;
  }

  .slider-content {
    top: unset;
    bottom: 0;
    transform: none;
    padding: 20px;
    max-width: 90%;
    box-sizing: border-box;
  }

  .slider-content h2 {
    font-size: 18px;
  }

  .slider-content p {
    font-size: 12px;
  }

  .slider-content a {
    font-size: 12px;
    margin: 15px 0 20px 0;
  }





  .column-section {
    max-width: 90%;
  }

  .column-inner {
    width: 100%;
  }

  .column-inner h2 {
    text-align: left;
    max-width: 100%;
    margin: 20px 0 0 0;
  }

  .column-inner p {
    text-align: left;
    width: 100%;
  }

  .column-inner a {
    text-align: left;
    margin: 15px 0 0 0;
  }

  .image-column {
    order: 1;
  }

  .text-column {
    order: 2;
  }






}
