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

@font-face {
  font-family: SF_bold;
  src: local("..\fontSF_bold.OTF");
}
.swiss_bold {
  font-family: SF_bold;
}

@font-face {
  font-family: SF_medium;
  src: local("..\fontSF_medium.OTF");
}
.swiss_bold {
  font-family: SF_medium;
}

@font-face {
  font-family: SF_regular;
  src: local("..\fontSF_regular.OTF");
}
.swiss_regular {
  font-family: SF_regular;
}

body {
  font-family: "SF_medium", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #5B5B5B;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-family: "SF_medium", sans-serif;
  font-weight: 500;
  color: #000;
}

p {
  margin: 0px;
  padding: 0px;
}

.clearfix {
  clear: both;
}

.colorBlack {
  color: #000;
}

.colorWhite {
  color: #ffffff;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.nav {
  width: 100%;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav_menu {
  width: 50%;
  float: left;
  display: flex;
  align-items: end;
}

.nav_menu p {
  color: #B3B3B3;
  font-size: 13px;
  margin-block-start: 0em;
  margin-block-end: 0rem;
  margin-bottom: -3px;
  transition: all 0.4s ease-in-out;
}

.logo {
  width: 33%;
  float: left;
  display: flex;
  align-items: end;
  transition:1ll .4s ease-in-out;
  border-bottom:1px solid transparent;
}
.logo:hover {
  box-shadow: 0px 6px 15px #ddd;
  border-bottom: 1px solid #000;
}

.logo:hover img {
  transform: translate(0px, -7px);
  transition: all 0.5s ease-in-out;
}

.projects {
  width: 33%;
  float: left;
  display: flex;
  align-items: end;
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}
.projects:hover {
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid #000;
  box-shadow: 0px 6px 15px #ddd;
}

.projects:hover p {
  color: #000;
  transform: translate(0px, -8px);
}
.about {
  width: 33%;
  float: left;
  display: flex;
  align-items: end;
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}
.about:hover {
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid #000;
  box-shadow: 0px 6px 15px #ddd;
}
.about:hover p {
  color: #000;
  transform: translate(0px, -8px);
}
.nav_menu img {
  width: 60px;
  padding:10px 10px 0 0;
  transition:all 0.4s ease-in-out;
}

.nav_contact {
  width: 50%;
  float: left;
  /* display: flex; */
  align-items: end;
  position: relative;
  right: 10px;
}

.contact_us {
  height: 33px;
    display: flex;
    align-items: end;
    justify-content: start;
    text-align: left;
    width: 150px;
    border-bottom: 1px solid transparent;
    transition: all 0.4s ease-in-out;
}

.contact_us1 img {
  width: 27px;
  cursor: pointer;
}

.last {
  display: flex;
  align-items: end;
  float: right;
}

.nav_contact .line {
  height: 33px;
  width: 1px;
  margin-right: 0px;
  right: 45px;
}

.nav_contact p {
  text-align: left;
  color: #B3B3B3;
  font-size: 13px;
  width: 100%;
  margin-block-start: 0em;
  margin-block-end: 0rem;
  margin-bottom: -3px;
  cursor: pointer;
  transform: translate(5px, 0px);
  transition: all 0.4s ease-in-out;
}
.contact_us:hover {
  box-shadow: 1px 1px 5px #ddd;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid #000;
}

.contact_us:hover p {
  transform: translate(5px, -8px);
  transition:all 0.4s ease-in-out;
  color:#000;
}

.line {
  height: 33px;
  width: 1px;
  margin-right: 5px;
  background-color: #000000;
}

.tagline {
  width: 100%;
}

.tagline h1 {
  padding: 50px 100px 50px 220px;
  font-size: 55px;
  line-height: 60px;
}

.recent_launch {
  width: 100%;
  display: flex;
  align-items: end;
  transition:all 0.4s ease-in-out;
}

.all_projects {
  width: 100%;
  display: flex;
  align-items: end;
  margin-bottom: 30px;
}

.recent_launch p {
  color: #000;
  font-size: 13px;
  width: 100%;
  margin-block-start: 0em;
  margin-block-end: 0rem;
  margin-bottom: -6px;
}

.recent_launches_img img {
  width: 100%;
  padding-right: 5px;
}

.recent_launches_vid img {
  width: 100%;
}

.recent_launches_img {
  width: 40%;
  float: left;
}

.recent_launches_vid img {
  padding-left: 5px;
}

.recent_launches_vid {
  width: 60%;
  float: left;
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 20%;
}

.earth_essence {
  align-items: center;
  float: right;
  margin-top: 30px;
  margin-right: 40px;
  display: flex;
  align-items: baseline;
}

.earth_essence img {
  width: 120px;
}

button {
  background: #fff;
  border: 0px solid #fff;
  margin-left: 25px;
  font-size: 14px;
  font-weight: 500;
}

.project_two .recent_launches_vid img {
  padding-right: 5px;
  padding-left: 0px;
}

.project_two .recent_launches_img img {
  width: 100%;
  padding-left: 5px;
}

.project_two .earth_essence img {
  width: 75px;
}

.project_two .earth_essence {
  align-items: center;
  float: left;
  margin-top: 35px;
  margin-right: 40px;
  display: flex;
  align-items: end !important;
  margin-left: 50px;
}

.project_two .earth_essence button {
  background: #fff;
  border: 0px solid #fff;
  margin-left: 0px;
  font-size: 14px;
  font-weight: 500;
}

.recent_launches_img img {
  width: 100%;
  padding-right: 5px;
}

.project_four {
  width: 100%;
}

.project_four .earth_essence img {
  width: 140px;
}

.project_two .earth_essence {
  display: flex;
  align-items: center;
}

.project_four .earth_essence button {
  background: #fff;
  border: 0px solid #fff;
  margin-left: 25px !important;
  font-size: 14px;
  font-weight: 500;
}

.black_patch {
  width: 100%;
}

.button_section {
  position: absolute;
  right: 3%;
  bottom: 3%;
}

.black_patch img {
  width: 100%;
}

.black_patch button {
  background-color: #2C2C2C;
  border-radius: 20px;
  border: 1px solid #5B5B5B;
  padding: 28px 10px;
  text-align: center;
  width: 280px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 13px;
}

.patch_img {
  position: relative;
}

.about_us {
  width: 100%;
  margin-top: 12px;
  position:relative;
}

.about_wrap {
  width: 60%;
  float: left;
  
}

.about_content {
  width: 100%;
  background-color: #94AAAE;
  position: relative;
  display: flex;
  align-items: center;
}

.about_wrap button {
  background: #fff;
  border: 0px solid #fff;
  margin-left: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 0px;
  width: 18%;
  text-align: right;
  margin-top: 20px;
}
.about_wrap button:focus{outline:0;}
.about_content button {
  background-color: rgba(44, 44, 44, 0.2588235294);
  border-radius: 20px;
  border: 1px solid #5B5B5B;
  padding: 23px 10px;
  text-align: center;
  width: 250px !important;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 13px;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.about_content p {
  color: #fff;
  padding: 170px 220px;
  font-size: 17px;
  letter-spacing: 0.6px;
  line-height: 21px;
  font-weight: 300;
}

.about_stat {
  width: 39.3%;
  float: left;
  background-color: #2B2A2A;
  margin-left: 0.7%;
  
}

.about_stat h2 {
  font-size: 60px;
  font-weight: 400;
}

.about_stat p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.stat1 {
  width: 90%;
  margin: 0 auto;
  margin-top: 5%;
}

.stat1 span {
  font-size: 15px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.stat2 {
  width: 90%;
  margin: 0 auto;
  margin: 220px 0px;
}

.stat2 h2 {
  padding-left: 60%;
}

.stat2 p {
  padding-left: 60%;
}

.stat3 {
  width: 90%;
  margin: 0 auto;
  margin: 5%;
}

.key_highlights {
  width: 98%;
  overflow: hidden;
}

.key_highlights hr {
  margin-left: 10px;
  margin-right: 10px;
  width: 98%;
}

.key_highlights .container {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.key_highlights_txt {
  width: 14%;
  float: left;
  margin-right: 1%;
}

.color_patches {
  width: 16.9%;
  float: left;
  margin: 0px 0.3%;
  background-color: #94AAAE;
  min-height: 300px;
  position: relative;
}

.color_patches p {
  position: absolute;
  bottom: 10px;
  padding: 20px 5px 5px 17px;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  font-family: "SF_medium", sans-serif;
  font-weight: 400;
}

.color_patches h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 23px;
  line-height: 27px;
  padding: 20px 0px 17px 17px;
}

.color_patches_last {
  width: 14.4%;
  float: left;
  margin: 0px 0.3%;
  background-color: #94AAAE;
}

.patch2 {
  background-color: #858A76;
}

.patch3 {
  background-color: #626E65;
}

.patch4 {
  background-color: #614838;
}

.patch5 {
  background-color: #535353;
}

.key_highlights_txt p {
  color: #000 !important;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
}

.two_fold {
  width: 100%;
}

.two_fold p {
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 10px 5px;
  margin-top:20px;
}

.two_fold img {
  width: 100%;
}

.about_fold {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
  border:5px solid transparent;
}

.about_fold img {
  padding-right: 5px;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.enquiry_fold {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
  border:5px solid transparent;
}

.enquiry_fold img {
  padding-left: 5px;
  margin-top: 80%;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.d_hide {
  display: none !important;
}

.d_show {
  display: block !important;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(213, 213, 213, 0.9960784314);
  overflow-y: hidden;
  transition: 0.5s;
  display: flex;
  align-items: center;
  z-index: 2;
}

.overlay-content {
  width: 100%;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 40px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: rgba(0, 0, 0, 0.4901960784);
}

.overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 35px;
  font-size: 60px;
}

.overlay .logo_white {
  position: absolute;
  top: 0px;
  right: 160px;
  font-size: 60px;
  width: 60px;
}

.overlay .logo_white img {
  width: 85px;
  padding-top: 30px;
}

.overlay_wrap {
  width: 100%;
}

.overlay_wrap1 p {
  padding: 5px 0px 5px 0px;
}

.overlay_wrap1 h5 {
  padding: 0px 0px 5px 0px;
  color: rgba(0, 0, 0, 0.462745098);
}

.location_white {
  width: 15px !important;
}

.overlay_wrap1 {
  width: 50%;
  float: left;
}

.overlay_wrap1 img {
  width: 100%;
}

.overlay_wrap2 {
  width: 50%;
  float: left;
}

.overlay_wrap2 h5 {
  font-weight: 400;
  padding: 0px 10px 0px 100px;
  font-size: 16px !important;
}

.overlay_wrap .container {
  width: 84%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.closebtn img {
  width: 35px;
  margin-top: 20px;
}

.vid_bottom_content {
  width: 100%;
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.vid_bottom_content1 {
  width: 70%;
  float: left;
}

.vid_bottom_content2 {
  width: 30%;
  float: left;
}

.vid_bottom_content1 span {
  font-weight: 400;
  letter-spacing: 0.6px;
  font-size: 14px;
}

.vid_bottom_content2 button {
  background-color: #292928;
  padding: 13px 12px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2.5px;
  font-size: 11px;
  border-radius: 3px;
  margin-left: 0px;
  float: right;
}

.overlay1 {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(213, 213, 213, 0.9960784314);
  overflow-y: hidden;
  transition: 0.5s;
  z-index: 2;
  display: flex;
  align-items: center;
}

.overlay-content1 {
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.overlay1 a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
  line-height: 0px;
}

.overlay1 a:hover, .overlay1 a:focus {
  color: #f1f1f1;
}

.overlay1 .closebtn1 {
  position: absolute;
  top: 0px;
  right: 35px;
  font-size: 60px;
  z-index: 8888;
}

.closebtn1 img {
  width: 35px;
  margin-top: 20px;
}

.white_wrap {
  width: 100%;
}

.overlay-content1 .container {
  width: 84%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.form_wrapper {
  width: 100%;
}

.form_wrapper1 {
  width: 50%;
  float: left;
  padding: 30px 40px;
}

.form_wrapper2 {
  width: 50%;
  float: left;
  padding: 30px 40px;
}

.form_wrapper1 h3 {
  font-size: 28px;
  color: #000;
}

#map {
  width: 100%;
  height: 400px; /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.gm-style .place-card-large {
  padding: 9px 4px 9px 11px;
  display: none !important;
}

.form_wrappe2 {
  width: 50%;
  float: left;
}

.form_div {
  width: 100%;
  margin: 0px 0px;
}

.form_div select, input, textarea {
  width: 100%;
  padding: 10px;
  color: 828282;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  margin: 10px 0px;
}

.form_div button {
  width: 160px;
  text-align: right;
  width: 100%;
  text-align: left;
  background: #656565;
  margin-left: 0px;
  margin-top: 5px;
  text-align: center;
  padding: 10px 0px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.5px;
}

.phone {
  width: 33.33%;
  float: left;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.phone p {
  font-size: 12px;
  font-weight: 400;
}

.phone h6 {
  font-size: 14px;
  margin: 0px;
}

.phone1 {
  width: 25%;
  float: left;
}

.phone1 img {
  width: 100%;
  padding-right: 5px;
}

.phone2 {
  width: 75%;
  float: left;
}

.form_wrapper2 img {
  width: 100%;
}

.theme_white {
  display: block;
}

.theme_black {
  display: none;
}

.ddd {
  width: 80%;
  margin: 0 auto;
}

.slider img {
  width: 200px;
  margin: 0 auto;
}

.slider1 img {
  width: 50%;
  margin: 0 auto;
}

.slick-dots li button::before {
  font-family: "slick";
  font-size: 0px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: ".";
  text-align: center;
  opacity: 0.5;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: red;
  border-radius: 25px;
}

.slick-dots li button::after {
  font-family: "slick";
  font-size: 0px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: none;
  text-align: center;
  opacity: 10;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: green;
  border-radius: 25px;
}

.slick-dots {
  display: none !important;
}

/************Start New CSS***************************/
.nav_menu li a {
  text-decoration: none;
}

.FullWidthSet {
  width: 100% !important;
}

.nav_menu a {
  text-decoration: none;
}

a.LearnMoreButtonSet {
  color: #fff;
  text-decoration: none;
}
.NavbarFixedHeader{position: fixed;top: 0;right: 0;left: 0;z-index: 1;background: #ffffffed;}
.SetPsitionWiseRecentLaunchesRight{position: absolute;right:0;}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  60% {
    opacity: 1;
    transform: translateX(-20px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    transform: translateX(20px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

.bounce-right {
  animation: bounceInRight 2s ease-in-out both;
}

.bounce-left {
  animation: bounceInLeft 2s ease-in-out both;
}
.recent_launches_vid video {
  width: 100%;
  padding-left:5px;
}
.SetPsitionWiseRecentLaunchesLeft{position:absolute;left:0;}
.logo a {width: 100%;}
.projects a {width: 100%;}
.about a {width: 100%;}
.AboutLeftSideContent {
  background: #94AAAE;
  padding: 150px 0;
  position:relative;
}
.AboutLeftPlusButton {
  position: absolute;
  bottom: -5%;
}

.AboutLeftPlusButton button {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 0px;
  width: 100%;
  text-align: right;
  margin-top: 20px;
  background: transparent;
  border: none;
  margin-left: 50px;
}

.AboutLeftPlusButton button:focus {
  outline: 0;
}
.AboutLeftSideContent p {
  width: 45%;
  margin: auto;
  font-size: 17px;
  letter-spacing: 0.6px;
  line-height: 21px;
  font-weight: 300;
  color: #fff;
  margin-bottom:5%;
}
.SetAboutLearnMoreButton {
  position: absolute;
  right: 5%;
}
.AboutLeftSideContent button {
  background-color: rgba(44, 44, 44, 0.2588235294);
  border-radius: 20px;
  border: 1px solid #5B5B5B;
  padding: 23px 10px;
  text-align: center;
  width: 250px !important;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 13px;
}
.AboutLeftSideContent button:focus{outline:0;}
/************End New CSS**************************/
.owl-stage {
  padding-left: 0 !important; /* Remove left padding */
}

@media screen and (max-width: 1366px){
  .AboutLeftSideContent{padding:120px 0;}
  .AboutLeftSideContent p{width:70%;}
}

@media screen and (max-width: 1250px) {
  .about_content p {
    padding: 150px 150px;
  }
  .overlay_wrap1 {
    width: 60%;
  }
  .overlay_wrap2 {
    width: 40%;
  }
}
@media screen and (max-width: 1150px) {
  .tagline h1 {
    padding: 30px 100px 30px 150px;
  }
  .stat2 h2 {
    padding-left: 50%;
  }
  .stat2 p {
    padding-left: 50%;
  }
  .overlay a {
    font-size: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .black_patch button {
    padding: 20px 10px;
    width: 200px;
    font-size: 14px;
    border-radius: 15px;
  }
  .about_content button {
    width: 200px !important;
  }
  .tagline h1 {
    padding: 30px 100px 30px 130px;
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
  }
  .mb100 {
    margin-bottom: 70px;
  }
  .mt100 {
    margin-top: 70px;
  }
  .about_content p {
    padding: 50px 50px 150px 50px;
  }
  .all_projects {
    margin-bottom: 15px;
  }
  .about_stat h2 {
    font-size: 45px;
    font-weight: 400;
  }
  .stat2 h2 {
    padding-left: 55%;
  }
  .stat2 p {
    padding-left: 55%;
  }
  .stat2 {
    margin: 150px 0px;
  }
  .color_patches h3 {
    font-size: 18px;
    line-height: 25px;
    padding: 12px 0px 17px 12px;
  }
  .overlay a {
    font-size: 30px;
  }
  .form_wrapper1 {
    width: 100%;
  }
  .form_wrapper2 {
    width: 100%;
  }
  .form_wrapper2 img {
    width: 100%;
  }
  .overlay-content1 {
    margin-top: 70px;
  }
  .form_wrapper1 h3 {
    font-size: 25px;
  }
  .form_div {
    margin: 20px 0px;
  }
  .form_div button {
    margin-top: 10px;
  }
  .phone {
    margin-top: 20px;
  }
  .form_wrapper2 {
    padding: 20px 40px;
  }
  .overlay1 .closebtn1 {
    top: 10px;
    right: 10px;
  }
  .closebtn1 img {
    margin-top: 0px;
  }
}
@media screen and (max-width: 850px) {
  .tagline h1 {
    padding: 20px 100px 20px 100px;
    font-size: 30px;
    line-height: 37px;
  }
  .about_wrap {
    width: 100%;
  }
  .about_stat {
    margin-left: 0%;
  }
  .about_wrap button {
    margin-left: 0px !important;
  }
  .txt_left {
    text-align: left !important;
    margin-left: 0px !important;
    padding: 10px 50px;
    margin-top: 0px !important;
    margin-bottom: 25px !important;
  }
  .about_stat {
    width: 100%;
  }
  .stat2 h2 {
    padding-left: 80%;
  }
  .stat2 p {
    padding-left: 80%;
  }
  .stat2 {
    margin: 80px 0px;
  }
  .overlay .logo_white img {
    width: 65px;
    padding-top: 0px;
  }
  .overlay a {
    padding: 0px;
  }
  .overlay .logo_white {
    display: none;
  }
  .overlay_wrap .container {
    width: 98%;
  }
  .overlay h5 {
    line-height: 35px;
  }
  .overlay a {
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  .tagline h1 {
    padding: 0px 100px 0px 100px;
    font-size: 27px;
    line-height: 33px;
  }
  .recent_launches_img {
    width: 100%;
  }
  .recent_launches_img img {
    padding-right: 0px;
  }
  .recent_launches_vid {
    width: 100%;
  }
  .recent_launches_vid img {
    padding-left: 0px;
    padding-top: 10px;
  }
  .d_hide {
    display: block !important;
  }
  .d_show {
    display: none !important;
  }
  .earth_essence {
    float: left;
  }
  .project_two .recent_launches_img img {
    padding-left: 0px;
    padding-top: 10px;
  }
  .project_two .recent_launches_vid img {
    padding-right: 0px;
  }
  .project_two .earth_essence {
    margin-left: 0px;
  }
  .about_content p {
    padding: 30px 30px 120px 30px;
  }
  .about_wrap button {
    bottom: 4%;
    right: 3%;
  }
  .black_patch button {
    padding: 15px 5px;
    width: 160px;
    border-radius: 10px;
  }
  .about_content button {
    padding: 15px 5px;
    width: 160px !important;
    border-radius: 10px;
  }
  .key_highlights_txt {
    width: 100%;
    margin-bottom: 15px;
  }
  .key_highlights {
    width: 98;
    margin: 0 auto;
    overflow: hidden;
  }
  .form_wrapper1 {
    padding: 30px 10px;
  }
  .form_wrapper2 {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 720px) {
  .SetAboutLearnMoreButton{position: unset;}
  .AboutLeftSideContent{padding:50px 20px;}
  .AboutLeftSideContent p{width:100%;}
  .vid_bottom_content {
    display: block;
  }
  .vid_bottom_content1 {
    width: 100%;
  }
  .vid_bottom_content2 {
    width: 100%;
  }
  .vid_bottom_content2 button {
    float: left;
    margin-top: 10px;
  }
  .overlay_wrap1 h5 {
    padding: 0px 10px 0px 0px;
    font-size: 14px;
    line-height: 35px;
  }
  .overlay_wrap1 {
    width: 40%;
    display: none;
  }
  .overlay_wrap2 {
    width: 100%;
  }
  .overlay_wrap2 h5 {
    font-weight: 400;
    padding: 15px 0px 15px 0px;
    font-size: 16px !important;
    font-size: 50px;
    text-align: center;
  }
  .overlay a {
    font-size: 35px;
  }
  .about_fold {
    width: 100%;
  }
  .enquiry_fold {
    width: 100%;
  }
  .enquiry_fold img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .stat2 h2 {
    padding-left: 70%;
  }
  .stat2 p {
    padding-left: 70%;
  }
  .overlay-content1 .container {
    width: 96%;
  }
}
@media screen and (max-width: 500px) {
  .logo {
    width: 30%;
  }
  .projects {
    width: 35%;
  }
  .nav_contact {
    width: 25%;
  }
  .nav_contact {
    width: 50%;
  }
  .contact_us {
    width: 100px;
  }
  .nav_menu img {
    width: 50px;
  }
  .nav_menu {
    width: 70%;
  }
  .nav_contact {
    width: 30%;
  }
  .stat2 h2 {
    padding-left: 50%;
  }
  .stat2 h2 {
    padding-left: 55%;
  }
  .stat2 p {
    padding-left: 55%;
  }
  .footer_inside {
    width: 100% !important;
    margin-top: 40px;
    margin-bottom: 0px;
  }
}/*# sourceMappingURL=style.css.map */