.inner-banner-bg {
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  /*  height: 500px;*/
  width: 100%;
  object-fit: cover;
}
.footer .holder .bottom > p {
  color: #ffffff;
}
.footer .holder {
  color: #fff;
}
.footer .holder .middle .locations li a {
  text-decoration: none;
}
.with-box .holder .img-holder .img {
  height: 90%;
}
.section-header {
  margin-bottom: 50px;
  text-align: center;
}
.section-header h2 {
  color: #FFF;
  font-weight: bold;
  font-size: 3em;
  margin-bottom: 20px;
}
.section-header p {
  color: #FFF;
}
.contact-info-item {
  display: flex;
  margin-bottom: 30px;
}
.contact-info-icon {
  height: 55px;
  width: 55px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 70px
}
.contact-info-icon i {
  font-size: 30px;
  line-height: 70px;
}
.contact-info-content {
  margin-left: 20px;
}
.contact-info-content h4 {
  color: #e35c03;
  font-size: 1.4em;
  margin-bottom: 5px;
}
.contact-info-content p {
  color: #808186;
  font-size: 1.25vw;
}
.contact-info-content p a {
  color: #808186;
  font-size: 1.25vw;
}
.contact-form-section .article-h3 {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  section {
    padding-top: 50px;
    /*    padding-bottom: 50px;*/
  }
  .contact-form {
    width: 100%;
  }
}
.file-wrapper {
  overflow: hidden;
  background: #f9f9f9;
  padding: 0 20px;
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
  width: 100%;
}
.file-wrapper input {
  left: 0;
  opacity: .01;
  cursor: pointer;
  position: absolute;
  -moz-opacity: .01;
  filter: alpha(opacity=1);
}
.file-wrapper input#resume {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  outline: none;
  width: 100%;
  padding: 10px 32px;
  display: block;
  margin-bottom: 10px;
}
.file-wrapper .file-button {
  float: left;
  cursor: pointer;
  margin-left: -20px;
  padding: 15px 15px;
  background: #f2f2f2;
  display: inline-block;
  width: auto;
}
.file-holder {
  top: 15px;
  padding-left: 15px;
  position: absolute;
  left: auto
}
/* card desing css */
.snip1361 {
  position: relative;
  overflow: hidden;
  /* margin: 10px; */
  min-width: 230px;
  max-width: 381px;
  width: 100%;
  color: #141414;
  text-align: justify;
  line-height: 1.4em;
  font-size: 16px;
  height: 500px;
  margin-bottom: 100px;
}
.snip1361 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1361 img {
  max-width: 100%;
  vertical-align: top;
}
.snip1361 figcaption {
  position: absolute;
  top: calc(52%);
  width: 100%;
  background-color: #ffffff;
  padding: 15px 15px 65px;
}
.snip1361 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #000000 100%);
}
.snip1361 h3, .snip1361 p {
  margin: 0 0 10px;
}
.snip1361 h3 {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.snip1361 p {
  font-size: 17px;
  letter-spacing: 0px;
  opacity: 0.9;
  color: #4b4646;
}
.snip1361 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.snip1361:hover figcaption, .snip1361.hover figcaption {
  top: 80px;
}
#box3 {
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}
/* .hero .holder {
  padding: 1.33vw 124px 0;
} */
.hero.with-small-right-img .holder article {
  margin-left: 0%;
}
.hero.with-small-right-img::before {
  background-color: #141213;
}
.img-holder .img span {
  display: block;
  position: absolute;
  left: 0px;
  top: 100px;
  /* width: 100%;
  height: 130%; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.img-holder {
  overflow: inherit;
}
@media screen and (min-width: 1920px) {
  .hero + section {
    padding-top: 0px;
  }
}
.upper-part {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  height: 36px;
  overflow: hidden;
}
/* hover on image css */
.snip1401 {
  position: relative;
  overflow: hidden;
  /* margin: 10px; */
  min-width: 230px;
  max-width: 100%;
  max-height: 350px;
  width: 100%;
  color: #000000;
  text-align: right;
  font-size: 16px;
  background-color: #000000;
}
.snip1401 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1401 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  padding: 30px 0 30px 10px;
  background-color: #ffffff;
  width: 100%;
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
}
.snip1401 figcaption:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 120px 120px 0;
  border-color: transparent #ffffff transparent transparent;
}
.snip1401:after {
  position: absolute;
  bottom: 50%;
  right: 100%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 120px 0 120px;
  border-color: rgba(218, 218, 218, 0.5) transparent transparent transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1401 h3, .snip1401 p {
  line-height: 27px;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  margin: 0;
  letter-spacing: 1px;
}
.snip1401 h3 {
  margin: 0 0 10px;
  line-height: 43px;
  font-weight: 900;
  font-size: 33px;
  opacity: 0.75;
  text-align: center;
}
.snip1401 p {
  font-size: 20px;
  color: #5c5c5c;
  text-align: center;
  margin-top: 23px;
  padding-left: 100px;
  padding-right: 100px;
  line-height: 37px;
  letter-spacing: 1px;
}
.snip1401 i {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  font-size: 44px;
  color: #ffffff;
  opacity: 0;
}
.snip1401 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1401:hover img, .snip1401.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.snip1401:hover:after, .snip1401.hover:after, .snip1401:hover figcaption, .snip1401.hover figcaption, .snip1401:hover i, .snip1401.hover i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.snip1401 img {
  max-width: 100%;
  backface-visibility: hidden;
}
#stheading {
  /* margin-top: 50px; */
  background-color: #000000;
}
/* section#stheading 
{
  padding-top: 4.93055vw;
  padding-bottom: 50px;
  
} */
.hero + section {
  padding-top: 0px;
}
div#heading {
  display: flex;
}
.holder {
  padding: 1.33vw 124px 0;
}
/* .img-holder {
  padding: 0vw 124px 0;
} */
.hero .holder {
  padding: 0vw 0px 0;
}
@media screen and (min-width: 1920px) {
  .snip1401 h3 {
    margin: 0 0 10px;
    line-height: 45px;
    font-weight: 900;
    font-size: 34px;
    opacity: 0.75;
    text-align: center;
    padding-left: 289px;
    padding-right: 298px;
  }
  .snip1401 p {
    font-size: 23px;
    color: #5c5c5c;
    text-align: center;
    margin-top: 22px;
    padding-left: 120px;
    padding-right: 120px;
  }
}
div#holder-id {
  padding-top: 25px;
}
section.hero.with-small-right-img.v2 {
  padding-left: 100px;
  padding-right: 100px;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 100px;
  padding-bottom: 85px;
}
.article-p {
  color: #ffffff;
}
.hero.with-small-right-img .holder .img-holder.small-right-img .img {
  height: 24.0138vw;
  width: 35.4444vw;
}
@media screen and (min-width: 1920px) {
  .hero.with-small-right-img .holder .img-holder.small-right-img .img {
    height: 18.0138vw;
    width: 26.4444vw;
  }
  .hero.with-small-right-img .holder .img-holder.small-right-img {
    top: -4.75vw;
    margin-left: 68%;
  }
}
@media screen and (max-width: 1280px) {
  .hero.with-small-right-img .holder .img-holder.small-right-img .img {
    height: 22.0138vw;
    width: 32.4444vw;
  }
  .hero.with-small-right-img .holder .img-holder.small-right-img {
    top: -10.75vw;
    margin-left: 61%;
  }
}
.snip1401 img {
  /* max-width: 1923px; */
  backface-visibility: hidden;
  width: 1920px;
}
@media screen and (min-width: 1440px) and (max-width: 1536px) {
  .hero.with-small-right-img .holder .img-holder.small-right-img {
    top: -18.75vw;
    margin-left: 60%;
  }
  section.hero.with-small-right-img.v2 {
    height: 1020px;
  }
}
/* Contact Form */
.contact-form {
  position: relative;
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 10px;
}
.redevelopment-form .form-group {
  margin-bottom: 15px;
}
.contact-form .form-group input[type="text"], .contact-form .form-group input[type="password"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"], .contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  color: #808186;
  line-height: 26px;
  padding: 10px 15px;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form .form-group input[type="text"]:focus, .contact-form .form-group input[type="password"]:focus, .contact-form .form-group input[type="tel"]:focus, .contact-form .form-group input[type="email"]:focus, .contact-form .form-group select:focus, .contact-form .form-group textarea:focus {
  border-color: #333;
}
.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 15px 15px;
  color: #808186;
  font-size: 16px;
  font-weight: 500;
  resize: none;
  border-radius: 0px;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form input.error, .contact-form select.error, .contact-form textarea.error {
  border-color: #ff0000 !important;
}
.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 12px;
  color: #ff0000;
  font-weight: 500;
}
/***



==================================================================
		Contact Map Section
==================================================================

***/
.contact-map-section {
  position: relative;
}
.contact-map-section .map-outer {
  position: relative;
  /*height: 860px;*/
}
.contact-map-section .map-canvas {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  /*height: 860px;*/
}
.map-data {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  padding: 10px;
}
.map-data h6 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #121212;
}
.contact-map-section .auto-container {
  position: relative;
}
.contact-map-section .wrapper-box {
  position: absolute;
  bottom: 60px;
  right: 60px;
}
.contact-map-section .contact-form-area {
  max-width: 530px;
}
.contact-form-section .contact-form-area, .contact-page-text {
  max-width: 910px;
}
.contact-form-area {
  position: relative;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 50px 50px;
  margin: 0 auto;
}
.contact-page-text {
  margin: 0 auto 30px;
  text-align: center;
  line-height: 25px;
}
.contact-map-section .sec-title h1 {
  font-size: 32px;
  line-height: 32px;
}
.contact-info-section {
  position: relative;
  border-top: 2px solid #f3f3f3;
  padding: 80px 0 60px;
}
.contact-info-block .inner-box {
  position: relative;
  margin-bottom: 30px;
  border-right: 2px solid #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 20px;
}
.contact-info-block:last-child .inner-box {
  border: 0px;
}
.contact-info-block h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.contact-info-block ul li {
  font-size: 18px;
  font-weight: 500;
  color: #808186;
  line-height: 25px;
  margin-bottom: 10px;
}
.contact-info-block ul li a {
  color: #333 !important;
}
.contact-form-area h2 {
  font-size: 24px;
  line-height: normal;
  letter-spacing: 2px;
}
.contact-form-area {
  max-width: 910px;
}
.three-columns.v2.cust-home-abt .holder {
  min-height: auto;
  padding-bottom: 100px;
}
.cust-home-h3 {
  font-size: 40px;
  color: #000;
}
.three-columns.v2.cust-home-abt .holder .img-holder {
  top: 0;
  width: 100%;
  height: auto;
}
.three-columns.v2.cust-home-abt .holder hgroup {
  padding-right: 0px;
}
.three-columns.v2.cust-home-abt .holder article {
  padding-left: 0%;
  padding-top: 5%;
}
.project-block {
  color: #808186;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px 0px;
  margin-bottom: 30px;
}
.project-block h3 {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 15px;
}
.project-block p {
  font-size: 18px;
  margin-bottom: auto;
  line-height: 28px;
}
.cust-home-abt p {
  color: #808186;
}
.with-box.v2 .holder .box-holder article .btn:focus {
  box-shadow: none;
}
img.abt-img {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .4s ease;
  cursor: pointer;
  box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
  border-radius: 15px;
}
.mission-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f6f6f6;
}
span.checktext input#i_agree {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 11px;
  vertical-align: middle;
}
span.checktext label {
  vertical-align: middle;
  display: inline-block;
  font-size: 15px;
  color: #3a3a3a;
  cursor: pointer;
  letter-spacing: 0.2px;
}
img.monogram {
  top: -7px;
  position: relative;
  width: 80px;
}
.contact-form-height {
  min-height: 500px;
}
.article-h3 {
  font-size: 45px;
  line-height: 120%;
  color: black;
}
.holder-line article:before {
  content: "";
  display: block;
  position: relative;
  left: 0px;
  top: -21px;
  width: 9.722vw;
  height: 1px;
  background: #000000;
}
.holder-line hgroup {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 50px;
}
.article-p {
  color: #808186;
}
h3.text-orange {
  font-size: 45px;
  padding-bottom: 20px;
}
.cust-with-box {
  padding: 100px 0px;
}
.cust-home-iframe {}
.cust-holder {
  padding: 50px;
}
.cust-holder article {
  color: #808186;
  padding-top: 20px;
}
.cust-holder .btn {
  color: #000000;
  top: 50%
}
.cust-holder .btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0.20833vw;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .hero .holder .img-holder {
    margin: 0px !important;
  }
  .hero .holder {
    padding: 0px !important;
  }
  .hero + section {
    padding-top: 0px !important;
  }
  .holder {
    padding: 0px !important;
  }
  body .three-columns {
    padding: 15px !important;
  }
  body nav {
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  }
  body .scrollDown nav {
    color: #fff !important;
  }
  body .scrollDown nav .nav-links li a {
    color: #fff !important;
  }
  body .owl-carousel .owl-item img {
    height: 50vh;
    background-position: center;
    object-fit: contain;
  }
  body .project-description h6 {
    font-size: 26px;
  }
  body .project-description {
    position: relative;
    bottom: 50px !important;
  }
  body .project-description a {
    padding: 8px;
    font-size: 14px;
  }
  body .hero.light {
    margin-bottom: 0px;
    padding-bottom: 50px !important;
  }
  body .inner-banner-bg {
    height: 21vh;
  }
  body .wrapper .btn {
    color: #808186;
  }
  .three-columns.v2 .holder hgroup {
    float: left !important;
  }
  .three-columns.v2 .holder .img-holder .img {
    width: 100% !important;
    height: 110% !important;
  }
  .three-columns.v2.cust-home-abt .holder .img-holder {
    height: 500px;
  }
  body .projectFactsWrap {
    flex-direction: column;
  }
  body .projectFactsWrap .item {
    width: 100% !important;
    padding: 30px 0px;
  }
  body .projectFactsWrap .item p.number {
    font-size: 32px;
  }
  body .projectFactsWrap .item {
    height: auto !important;
  }
  body .projectFactsWrap .item p {
    padding: 10px 0px 0px 0px !important;
  }
  body #projectFacts .fullWidth {
    padding-bottom: 50px;
    padding-top: 0px;
  }
  .whatsapp-fixed {
    z-index: 9 !important;
  }
  .three-columns.v2 .holder article {
    margin-top: 0px !important;
  }
  body .four-columns .holder ul {
    display: inline-block;
    flex-direction: column
  }
  .four-columns {
    padding: 0px 0px !important;
  }
  .four-columns .holder ul li img {
    height: 350px !important;
  }
  .with-box.v2 .holder {
    padding: 160px 0px 85px !important;
  }
  .contact-form-area {
    padding: 30px 15px;
  }
  body .article-h3 {
    font-size: 32px;
  }
  body .hero .holder article {
    width: 100% !important;
  }
  body .desc {
    padding: 0px 15px;
  }
  body .desc {
    top: auto
  }
  section.hero.with-small-right-img.v2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
  }
  body .c {
    height: 700px;
  }
  .footer .holder .top {
    margin-top: 0px !important;
  }
  body .ongoing-project-block img {
    height: auto;
  }
  body .ongoing-project-text {
    margin-top: -40px;
    width: 95%;
    left: 5px;
    right: 5px;
    padding: 15px 5px;
  }
  .ongoing-project-block {
    padding-bottom: 15px;
  }
  body .ongoing-project-text h3 {
    font-size: 21px;
  }
  body .cust-home-h3 {
    font-size: 32px;
  }
  .inner-banner-block {
    padding-top: 100px;
  }
  body .sp-one {
    padding: 20px 0;
  }
  .project-heading {
    padding: 50px 15px;
  }
  body .four-columns .holder ul li {
    padding-bottom: 50px;
    padding-top: 0px;
  }
  body .hero.with-small-right-img .holder .img-holder.small-right-img {
    top: 0px !important;
    float: none !important;
  }
  body .hero.with-small-right-img .holder .img-holder.small-right-img .img {
    height: 30vh;
    width: auto;
    margin-bottom: 0px;
  }
  body .section-title__tagline {
    font-size: 22px;
  }
  .contact-form {
    padding: 0px;
  }
  .three-columns {
    padding: 15px 20px;
  }
  .tablet.portrait .three-columns.v2 .holder .img-holder {
    top: 0px !important;
  }
  .hero .holder article {
    width: 65%
  }
  body .card-block {
    height: auto;
    padding-bottom: 20px;
  }
  .footer .holder .middle .locations li a {
    margin-bottom: 0px;
  }
  .footer .holder .middle ul.menu-links {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  body .right-side h5 {
    margin-top: 20px;
    margin-bottom: 12px;
  }
  body .left-side h5 {
    margin-bottom: 20px
  }
  .contact-info-content p a {
    font-size: 18px;
    line-height: 25px;
  }
  body img.abt-img {
    margin: 50px auto;
  }
  body .mission-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body .footer .holder .middle .left-side {
    width: auto;
  }
  body .project-block {
    height: auto;
  }
  body .cust-holder {
    padding: 50px 0px;
  }
  body .cust-with-box {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 1024px) {
  body nav {
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  }
  .whatsapp-fixed {
    right: 100px;
  }
  body .wrapper .btn {
    color: #808186;
  }
  body nav .wrapper {
    padding: 0px 50px;
  }
  body .nav-links .drop-menu {
    border-top: none;
    background: #242526;
  }
  body .nav-links li > ul > li > a {
    color: #fff;
  }
  body .wrapper .nav-links {
    text-align: left;
  }
  body .owl-carousel .owl-item img {
    height: 50vh;
    background-position: center;
    object-fit: contain;
  }
  body .project-description {
    bottom: 85px;
  }
  body .hero.light {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  body .sp-one {
    padding: 50px 0;
  }
  .inner-banner-block {
    padding-top: 100px;
  }
  .tablet.portrait .footer .holder .middle {
    flex-direction: row !important;
  }
  .contact-info-icon {
    height: 50px;
    width: 50px;
    line-height: 60px;
  }
  .contact-info-content {
    margin-left: 5px;
  }
  .contact-info {
    padding: 0px;
  }
  .contact-info-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  section.hero.with-small-right-img.v2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px
  }
  .project-block {
    padding: 25px 5px;
    height: 275px;
  }
  .tablet.portrait .hero .holder {
    padding: 50px 20px;
  }
  .tablet.portrait .hero .holder hgroup {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  body .footer .holder {
    padding: 50px 50px 0;
  }
  .holder {
    padding: 20px 40px 0;
  }
  .tablet.portrait .three-columns.v2 .holder hgroup {
    width: 40% !important;
    padding-right: 0% !important;
  }
  body .projectFactsWrap .item {
    width: 33%;
    height: 210px;
  }
  body .projectFactsWrap .item p {
    padding: 0px 0px 0px 0px;
  }
  body .project-description h6 {
    font-size: 32px;
  }
  .cust-home-h3 {
    font-size: 32px;
  }
  body div#holder-id {
    padding: 0px 15px;
  }
  body .article-h3 {
    font-size: 32px;
  }
  body .article-p {
    font-size: 18px;
  }
  .tablet.portrait .hero.v2 article {
    width: 60%;
    margin-bottom: 0px;
  }
  body .hero.with-small-right-img .holder .img-holder.small-right-img {
    top: -55vw;
    float: right;
  }
  .tablet.portrait .footer .holder .top {
    margin-bottom: 50px;
  }
  .footer .holder .top {
    margin-top: 0px;
  }
  .tablet.portrait .footer .holder {
    padding: 0px 20px 20px 20px;
  }
  body .section-title__tagline {
    font-size: 18px;
  }
  .three-columns.v2.cust-home-abt .holder {
    padding-bottom: 0px;
  }
  body .three-columns {
    padding: 50px 50px;
  }
  body .four-columns .holder ul li div {
    height: 300px;
  }
  .four-columns .holder ul li img {
    height: 300px;
    object-fit: cover;
  }
  body .with-box.v2 .holder hgroup {
    max-width: none;
  }
  body .with-box.v2 {
    padding-top: 50px;
  }
  body .with-box .holder .box-holder article {
    width: 75%;
  }
  .with-box.v2 .holder .box-holder article p {
    padding: 0px 15px;
  }
  body h3 {
    font-size: 32px;
  }
  h3.text-orange {
    font-size: 32px;
  }
  body .ongoing-project-block img {
    height: auto
  }
  body .ongoing-project-text {
    width: 85%;
    left: 25px;
    right: 25px;
  }
  .tablet.portrait .three-columns {
    padding: 50px 20px 0 20px;
  }
  body .footer .holder .top {
    margin-top: 0px;
  }
  body .holder-line hgroup {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) and (max-height:600px) {
  body .owl-carousel .owl-item img {
    height: 100vh;
  }
}