/* custom css */
:root {
  --footer--font-family: "Proxima Nova Rg";
  --font-lato: "Lato", sans-serif;
  --content-max-width: 960px;
}

body {
  font-family: var(--footer--font-family);
  font-size: 16px;
  color: #292929;
  line-height: 1.4;
  font-weight: 400;
  overflow-x: hidden;
  background: #fff;F
}

a,
a:focus,
a:hover {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #292929;
  text-decoration: none !important;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
  outline: none;
}

/* div#content {
  min-height: 100vh;
} */

/* header section css start */

.customMenuSection {
  position: relative;
  margin-left: auto;
  max-width: none;
}

.customMenuSection .secondary-navigation {
  margin: 0 !important;
}

.customMenuSection
  .secondary-navigation
  .secondary-navigation-wrapper
  li
  a:link,
.customMenuSection .secondary-navigation .secondary-navigation-wrapper li a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent !important;
  font-family: var(--footer--font-family);
  font-weight: 400;
  border-color: transparent !important;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  background: none !important;
  border-color: transparent !important;
  outline: none !important;
  padding-bottom: 13px;
  padding-top: 13px;
}

.customMenuSection
  .secondary-navigation
  .secondary-navigation-wrapper
  li:last-child
  a {
  padding-right: 0;
}

.customMenuSection
  .secondary-navigation
  .secondary-navigation-wrapper
  li:nth-child(1)
  a {
  color: #fff;
}
.mainheader {
  margin-top: 16px;
}

header#masthead {
  padding-top: 19px;
  padding-bottom: 15px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}

.menu-close-btn {
  color: #fff !important;
  font-size: 2rem;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 10;
  right: auto;
  transform: rotate(180deg);
}

.customMenuSection
  .primary-navigation
  .primary-menu-container
  > ul
  > .menu-item
  > a,
#primary-mobile-menu-list li a,
#get-in-touch-btn {
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent !important;
  font-family: var(--footer--font-family);
  font-weight: 400;
  border-color: transparent !important;
  background: none !important;
  border-color: transparent !important;
  outline: none !important;
  padding: 0 0 0 0;
  margin-top: -2px;
}
#primary-mobile-menu-list li {
  margin-bottom: 15px;
}
.customMenuSection .primary-navigation > div > .menu-wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.customMenuSection
  .primary-navigation
  .primary-menu-container
  > ul
  > .menu-item
  > a:hover,
.customMenuSection
  .secondary-navigation
  .secondary-navigation-wrapper
  li
  a:hover,
#primary-mobile-menu-list li a:hover,
.get-in-touch-btn:hover {
  /* color: #03878c !important; */
}

.sticky-head
  .customMenuSection
  .primary-navigation
  .primary-menu-container
  > ul
  > .menu-item
  > a:hover,
.sticky-head
  .customMenuSection
  .secondary-navigation
  .secondary-navigation-wrapper
  li
  a:hover,
.sticky-head .get-in-touch-btn:hover,
#primary-mobile-menu-list li a:hover {
  color: #292929 !important;
}

.mobile-menus {
  display: none;
}

.customMenuSection .secondary-navigation .secondary-navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.customMenuSection .primary-navigation > div > .menu-wrapper li:last-child a,
#get-in-touch-btn {
  border: 1px solid #fff !important;
  border-radius: 0.01rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 0;
}

header#masthead
  .customMenuSection
  .mainheader
  .primary-navigation
  > div
  > .menu-wrapper
  li:last-child
  a:hover,
.get-in-touch-btn:hover {
  background-color: #ffffff !important;
  color: #03878c !important;
}
/* header#masthead
  .customMenuSection
  .mainheader
  .primary-navigation
  > div
  > .menu-wrapper
  li:last-child
  a {
  color: #03878c !important;
} */

.customMenuSection
  .secondary-navigation
  .secondary-navigation-wrapper
  li
  a:hover {
  color: #fff !important;
}

#get-in-touch-btn {
  display: none;
  margin: 0 !important;
  padding: 7px 10px;
  font-size: 12px;
}
#primary-mb-mobile-menu {
  width: 30px;
  display: none;
  background: transparent;
  border: none;
  outline: none;
  margin-left: 10px;
  padding: 0;
}
#primary-mb-mobile-menu span {
  width: 25px;
  height: 2px;
  background: #fff;
  display: block;
}
#primary-mb-mobile-menu span:nth-child(2) {
  margin: 5px 0;
}

.customMenuSection .primary-navigation > div > .menu-wrapper li {
  margin-left: 40px;
}

header .navbar-brand {
  margin-top: 1px;
  background: none !important;
  outline: none !important;
  border: none !important;
  text-decoration: none !important;
}
.has-background-white
  .site
  a.navbar-brand:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: none !important;
  outline: none !important;
  border: none !important;
  text-decoration: none !important;
  color: transparent !important;
}
header .navbar-brand {
  background: none !important;
  outline: none !important;
  border: none !important;
}

header#masthead .primary-menu-container {
  margin-right: 0;
}

header#masthead.sticky-head {
  position: fixed;
  width: 100%;
  background-color: #03878c !important;
  max-width: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  padding-top: 9px;
  padding-bottom: 10px;
}

.sticky
  .customMenuSection
  .primary-navigation
  .primary-menu-container
  > ul
  > .menu-item
  > a:hover,
.sticky
  .customMenuSection
  .secondary-navigation
  .secondary-navigation-wrapper
  li
  a:hover {
  color: #292929;
}
/* header section css end */

/* mobile menu */
#primary-mobile-menu-list li:nth-child(4) {
  display: none;
}

.sub-menu.primary-menu-container {
  display: -webkit-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  margin-bottom: 15px;
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  z-index: 9;
  background: linear-gradient(
    175.51deg,
    rgba(3, 135, 140, 0.95) 90%,
    rgba(3, 135, 140, 0.7) 96.36%
  );
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100vh;
  padding: 60px 30px 0;
  display: block;
}

.sub-menu.primary-menu-container.opened {
  right: 0;
}
/* mobile menu */

/* footer section css start */

.custom-footer {
  display: block;
  border-top: 1px solid #e5e5e5;
  margin-top: 0;
  padding-top: 0;
  max-width: none;
}

aside.widget-area.custom-footer
  .wp-block-group__inner-container
  .wp-block-columns {
  margin: 0 !important;
  width: 100%;
  max-width: none !important;
}

.media .media-icon {
  margin-right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #116232;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #116232c;
  text-align: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.media .media-icon .fa {
  font-size: 16px;
  color: #116232;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.media .media-body p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}

.f-14 {
  font-size: 14px !important;
}

.media .media-body .small {
  font-size: 12px;
  font-weight: 400;
}

.media .media-body a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: var(--footer--font-family);
  background: none !important;
  outline: none !important;
  color: #292929 !important;
  text-decoration: none;
}

.media .media-body a:hover {
  color: #03878c !important;
}

.footer-get-intouch {
  font-size: 35px !important;
  line-height: 42px !important;
  font-weight: 300 !important;
  font-family: var(--font-lato);
  color: #292929;
  margin: 0;
}

section#block-4 {
  padding-top: 0px;
  margin-top: 31px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.privacy-menu [aria-label="Privacy menu"] {
  margin: 0;
}

.privacy-menu [aria-label="Privacy menu"] .footer-navigation-wrapper li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: none !important;
  border-right: 1px solid #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-family: var(--footer--font-family);
  font-size: 14px;
  padding: 0 4px;
}
.privacy-menu [aria-label="Privacy menu"] .footer-navigation-wrapper li {
  line-height: 1;
}

.privacy-menu
  [aria-label="Privacy menu"]
  .footer-navigation-wrapper
  li:last-of-type
  a {
  border-right: none;
  padding-right: 0;
}

.copyright {
  line-height: 1.3;
  font-size: 12px;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #fff;
}

.custom-site-info {
  background-color: #116232;
  padding-top: 17px;
  padding-bottom: 17px;
}

.custom-site-info #colophon {
  max-width: none;
  margin-top: 0;
  border: none;
  padding-bottom: 0;
}

.custom-site-info .site-info {
  margin: 0;
  padding: 0;
  border: none;
}

.footer-logo-section figure {
  text-align: left;
  margin-bottom: 40px;
}

.footer-logo-section p {
  line-height: 16px;
  font-size: 12px;
  margin-bottom: 28px;
  margin-top: 0;
  color: #292929;
  font-weight: 400;
}

.footer_menus_main {
  padding-left: 25px;
}

.custom-footer-menus-container {
  padding-top: 0;
  margin-bottom: 30px;
  margin-top: 41px;
}

.footer_social_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0px;
}

.footer_social_links .wp-social-link {
  margin: 0 10px 0 0 !important;
  padding: 0;
}

ul.footer_social_links .wp-social-link a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  background-color: #116232!important;
  width: 35px;
  height: 35px;
  border: 1px solid #116232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

ul.footer_social_links .wp-social-link a .fa {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

ul.footer_social_links .menu-item a:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

#footer-menu-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}

#footer-menu-list li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 17px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding: 0;
  color: #292929;
  font-family: var(--footer--font-family);
  text-decoration: none !important;
  background: none !important;
  border-color: transparent !important;
  outline: none !important;
}

#footer-menu-list li .sub-menu {
  margin: 19px 0 0;
}

#footer-menu-list li .sub-menu.show {
  display: block !important;
}

#footer-menu-list li .sub-menu li a {
  text-align: left;
  text-decoration: none !important;
  font-size: 12px;
  line-height: 1;
  padding: 0;
  color: #292929;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: var(--footer--font-family);
  text-transform: none;
}

#footer-menu-list li .sub-menu li {
  margin-bottom: 5px;
}

#footer-menu-list li .sub-menu li a:hover {
  color: #03878c;
}
.footer_menus_main nav.footer-navigation {
  margin-top: 0;
}
/* footer section css end */

/* home page css start */
.homebanner,
.page-header {
  margin-top: -146px !important;
  z-index: 1;
  margin-bottom: 0;
  padding-bottom: 0;
}

.imagewrapershowtitle img {
  height:auto !important;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-header {
  max-height: 520px;
  border: none;
}

.featuresection,
.ats_life_style,
.life_at_ats,
.constructiondriven {
  overflow-x: hidden;
  padding-top: 0;
  margin-top: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.life_at_ats .lifeatats h3 {
  margin-top: 0px;
}
.featuredprojects .item p {
  font-size: 18px;
  line-height: 1.4;
  color: #292929;
}

.lifestyleslider .item p {
  font-size: 18px;
  line-height: 1.4;
  color: #292929;
}
#featuredprojects .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* .imagewrapershowtitle p {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: #ffffff !important;
  font-size: 24px;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} */

/* .lifeatats #sync2 video {
  min-height: 358px;
} */

.constructiondriven {
  margin-bottom: -30px !important;
}
.backtotop svg {
  width: 22px;
  fill: #fff;
}

.backtotop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* home page css end */

/* about us css start */
section.content-section,
section.counter-section,
section.our_tech_sect {
  margin-top: 70px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

section.counter-section {
  margin-top: 85px;
  padding-top: 70px;
  padding-bottom: 100px;
}
.impactlist.aboutcounter {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
section.presence_sec {
  padding-top: 70px;
  margin-top: 0;
  padding-bottom: 70px;
}
section.true_leader,
section.ft_sec {
  padding-bottom: 40px;
}
/* about us css end */

/* our founder */

.reportees-list li .imgBox {
  position: relative;
  display: block;
  border-radius: 2px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.reportees-list li .imgBox img {
  width: 100%;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
}

.reportees-list li .imgBox:nth-child(5) {
  margin-right: 0;
}

.reportees-list li .imgBox::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 62, 98, 0.6);
  content: "";
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.reportees-list li .imgBox h4 {
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  padding: 0 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.reportees-list li .imgBox h4 span {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.reportees-list li .imgBox:hover::after {
  opacity: 1;
}

.reportees-list li .imgBox:hover h4 {
  top: 50%;
  opacity: 1;
}

.leadershipwraper:hover figure figcaption {
  margin-top: 0;
}

.has-background-white .site a.leadershipwraper {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
  background: #ffffff;
}

.has-background-white
  .site
  a.leadershipwraper:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  outline: none;
  background: #ffffff !important;
  outline: none !important;
}

.leadershipwraper figure figcaption {
  background: rgba(23, 62, 98, 0.6);
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.leadershipwraper figure {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  overflow: hidden;
  height: calc(100% - 70px);
}

.leadershipwraper h2 span {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
}
.reportees-list li .imgBox {
  min-height: 150px;
  cursor: text;
}

.chairmainnote .chairman-photo,
.leadershipwraper figure img.leadershipwraperimg {
  width: 100%;
  height: 357px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  -o-object-position: top;
  object-position: top;
}

.leadershipwraper figure img.leadershipwraperimg {
  height: 445px;
}

.reportees-list li a img.reporteesImg {
  width: 100%; /* 214px */
  height: 214px;
  -o-object-fit: cover;
  object-fit: cover;
}
.chairmainnote .chairman-photo {
  height: 100%;
  object-fit: contain;
  margin: auto;
}

/* our presence */
section.branch_office {
  padding-top: 70px;
  padding-bottom: 70px;
}

.contactform div.wpforms-container-full .wpforms-form .wpforms-field-label {
  display: none;
}

.contactform div.wpforms-container-full .wpforms-form input,
.contactform div.wpforms-container-full .wpforms-form textarea {
  line-height: 1.5 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border-radius: 0.25rem !important;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out !important;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out !important;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out !important;
  max-width: 100% !important;
  padding: 10px;
  border: 1px solid #e5e5e5 !important;
  font-size: 14px !important;
  color: #292929 !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  height: auto !important;
  position: relative !important;
}

.contactform div.wpforms-container-full .wpforms-form ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contactform
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field-label-inline {
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 400;
}

.contactform div.wpforms-container-full .wpforms-form textarea {
  height: 150px !important;
}

.contactform div.wpforms-container-full .wpforms-form input:focus,
.contactform div.wpforms-container-full .wpforms-form textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
  color: var(--form--color-text);
  outline-offset: 2px;
  outline: 2px dotted var(--form--border-color);
}

/* our group of companies */
section.our_group_sec {
  padding-top: 70px;
  margin-top: 0;
  padding-bottom: 85px;
}

/* project page */
.adv-search {
  margin-top: 0;
  margin-bottom: 0;
}

.project-list figure img {
  width: 100%; /* 595px */
  height: 384px;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-list ul li .icon_img {
  width: 18px;
  display: inline-block;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* project details */
.project-detailpage.page-header {
  overflow: hidden;
  z-index: 1;
  min-height: 100vh;
  background-color: #4b4a4a;
}

.projectslider.owl-carousel {
  overflow: hidden;
  max-height: 100vh;
}

.projectslider.owl-carousel .item img {
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100vh;
}

.projects-tab,
.projects-details {
  margin-top: 0;
  margin-bottom: 0;
}

.projects-details.fts {
  margin-bottom: -30px;
}

.page-section {
  margin-top: 0;
  margin-bottom: 0;
}

.page-section section.content-section {
  padding-bottom: 70px;
}

.iconlist li i {
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  fill: #292929;
}
.iconlist.bigicons li i {
  width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
  font-size: 2.2rem;
  text-align: center;
  color: #292929;
}
.iconlist.bigicons li {
  padding-left: 30px;
}
.firstlist .content-section p img {
  max-width: 100%;
}
/* .projects-tab.sticky {
  top: 98px;
} */
.propertyslider .item img,
.bhkplanwraper img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.bhkplanwraper img {
  height: 200px;
}

.contactform.contact2 button#wpforms-submit-164 {
  padding: 10px;
  border: 1px solid #ffffff;
  display: inline-block;
  width: 175px;
  text-align: center;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  padding: 10px 30px;
  font-size: 14px;
  text-transform: uppercase;
  background: #03878c;
  background-color: rgb(3, 135, 140);
  color: #ffffff;
  margin-top: 20px;
  position: relative;
  top: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}

/* 404 start */
.error-404.not-found {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
  width: 100%;
  height: 100%;
  margin: 0;
  max-width: 100%;
  padding: 30px;
  margin-top: -143px;
  margin-bottom: -30px;
  padding-top: 200px;
  padding-bottom: 130px;
}

.error-404.not-found h3 {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
  color: #4f4f4f;
  margin: 0;
}

.error-404.not-found h1 {
  color: #03878c;
  font-size: 20rem;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  font-family: "Lato", sans-serif;
}

.error-404.not-found p {
  color: #4f4f4f;
  text-rendering: auto;
  margin-bottom: 40px;
  font-family: "Lato", sans-serif;
  width: 40%;
  font-size: 2rem;
}

.btnGroups a {
  background-color: #0ba3a8;
  border-color: #0ba3a8;
  color: #fff;
  border-radius: 3px;
  vertical-align: middle;
  font-weight: 500;
  line-height: 1.2;
  padding: 1.2rem 3.75rem;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1533rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Lato", sans-serif;
}

.btnGroups a:last-of-type {
  color: #292929;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
}

.btnGroups a:hover {
  background-color: #03878c;
  border-color: #03878c;
  color: #fff;
}
.page-header.alignwide {
  margin-top: 0 !important;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.bg-green {
  background-color: #03878c;
}

.entry-header.alignwide {
  max-width: var(--responsive--alignwide-width);
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  padding: 0 30px;
}

.entry-header.alignwide .entry-title,
h1.page-title {
  text-align: left;
  font-size: 3em;
  font-weight: 500;
  margin: 0 0 30px;
  color: #292929;
}

.entry-content .row.page {
  max-width: var(--responsive--alignwide-width) !important;
  width: 100%;
  padding: 0 30px;
}
.ats-property-popup {
  margin: 0;
}
.lifestyleslider .owl-nav {
  bottom: 0;
}
#lifestyleslider {
  min-height: 430px;
}
/* .entry-footer.default-max-width {
  display: none;
} */
.bloglist {
  margin-top: 0;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.04);
}
.bloglist figure img {
  margin-top: 0 !important;
  max-width: 100% !important;
  height: 400px !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.bloglist figure.post-thumbnail {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.bloglist p a.more-link {
  margin-top: 10px;
  display: block;
  position: relative;
  display: block;
  background: 0 0;
  position: relative;
  font-size: 11px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-width: 0 0 2px;
  border-style: solid;
  padding-bottom: 5px;
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: bold;
  color: #07a3a8 !important;
  background: transparent !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 110px;
  max-width: 100%;
  min-width: auto;
}

.bloglist p a.more-link::before {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 14px;
  text-rendering: auto;
  float: right;
  width: auto;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: right;
  margin-left: 5px;
  font-weight: 400;
  margin-top: -3px;
}

.bloglist p a.more-link:hover {
  color: #03878c;
}

.bloglist h3 {
  padding: 0;
  margin: 10px 0 0;
}
.bloglist h3 span {
  margin-top: 20px;
  display: none;
}
.blogcategories a.category {
  padding: 5px 10px;
  line-height: 1;
  border-radius: 3px;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 0px;
}
.blogsidecard h3 {
  text-transform: uppercase;
}

.has-background-white
  .site
  a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: transparent;
  color: #292929;
}

.recent-post ul li a:hover {
  background: transparent;
  color: #03878c;
}
.recent-post ul li a:hover p {
  color: #292929;
}

.blogcategories a.category:hover {
  color: #292929;
}

.blogarchive ul li a {
  color: #292929 !important;
  background: transparent !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
}
.blogarchive ul li a:hover {
  color: #03878c !important;
}

.singlePostHeader figure.post-thumbnail {
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.singlePostHeader figure.post-thumbnail .wp-post-image {
  max-width: 100% !important;
  width: 100%;
  height: 550px !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: 0;
  padding: 0;
}

.bloglist.signlePostContent {
  margin-top: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.bloglist.signlePostContent:hover figure img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.bloglist.signlePostContent p {
  padding: 0;
}

.bloglist.signlePostContent .entry-header.alignwide {
  max-width: var(--content-max-width);
  padding-bottom: 40px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 20px;
}
.footer-logo-section.singlePostLinks {
  max-width: var(--content-max-width);
  margin: auto;
}
.footer-logo-section.singlePostLinks .wp-block-social-links {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer-logo-section.singlePostLinks
  .wp-block-social-links
  .wp-social-link.wp-block-social-link,
.footer-logo-section.singlePostLinks ul.footer_social_links .wp-social-link a {
  background-color: transparent !important;
  color: #292929;
  border: none !important;
  width: 30px;
  height: 30px;
}

.signlePostContent .contents {
  width: 100%;
}
.signlePostContent .contents img {
  max-width: 100%;
}

/* post navigation */
.navigation.post-navigation {
  margin-top: 40px;
  max-width: var(--content-max-width);
}

.navigation.post-navigation .nav-previous,
.navigation.post-navigation .nav-next {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  width: 45%;
  padding: 40px 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navigation.post-navigation .nav-previous:hover,
.navigation.post-navigation .nav-next:hover {
  background: #03878c;
}
.navigation.post-navigation .nav-previous a:focus,
.navigation.post-navigation .nav-next a:focus {
  background-color: transparent !important;
  color: var(--global--color-primary) !important;
}
.navigation.post-navigation .nav-previous a,
.navigation.post-navigation .nav-next a {
  outline: none !important;
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none;
}

.navigation.post-navigation .nav-previous:hover a,
.navigation.post-navigation .nav-next:hover a,
.navigation.post-navigation .nav-previous:hover a svg,
.navigation.post-navigation .nav-next:hover a svg,
.navigation.post-navigation .nav-previous:hover a p,
.navigation.post-navigation .nav-next:hover a p {
  fill: #fff;
  color: #fff;
}

.navigation.post-navigation .nav-previous p.post-title,
.navigation.post-navigation .nav-next p.post-title {
  font-size: 2rem;
  color: #03878c;
  margin-top: 0;
}

.navigation.post-navigation .nav-previous p.meta-nav,
.navigation.post-navigation .nav-next p.meta-nav {
  margin-bottom: 0;
}

.inner-banner .bannercaption ul li a {
  background: transparent !important;
  text-decoration: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.recent-post ul li a img {
  width: 90px !important;
  height: 70px !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-width: 100% !important;
  border-radius: 5px;
}

.blogCard .bloglist {
  padding-bottom: 15px;
}
.impactlist li span {
  color: #4f4f4f;
}
header#masthead .mainheader ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.project-list figure img,
.imagewrapershowtitle,
.imagewrapershowtitle img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.imagewrapershowtitle:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.projects-details h4 {
  font-weight: 600;
}
.contact-immage {
  width: 100%;
  left: 0;
}

.constructionVideo iframe {
  width: 100%;
  max-height: 650px;
}
.project-list-details a.textlink {
  display: block;
  width: 100%;
  text-align: left;
  font-size: inherit;
  text-transform: capitalize;
  color: inherit;
  background: transparent;
  padding: inherit;
  letter-spacing: 1px;
}
.project-list-details a.textlink:focus {
  background: transparent;
}
.firstlist ul,
.firstlist ol {
  list-style-type: disc;
  list-style: disc;
  margin-bottom: 1rem;
  padding-left: calc(2 * var(--global--spacing-horizontal));
}
.firstlist ul li,
.firstlist ol li {
  font-size: 16px;
  color: #292929;
  margin-bottom: 15px;
  font-weight: normal;
}
.leadershipwraper {
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.thingsbox {
  height: 100%;
}
.section-heading,
.innovationwraper h4 {
  color: #292929 !important;
}
.impactlist.aboutcounter li {
  width: calc(100% / 4);
}
.leftcaption-banner .leftcaption .philosophy .captionText p,
.leftcaption-banner .leftcaption .philosophy .captionText h3 {
  position: static;
  height: auto;
}
.leftcaption-banner .leftcaption .philosophy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.leftcaption-banner .leftcaption .philosophy .captionText {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(77%);
  -ms-transform: translateY(77%);
  transform: translateY(77%);
  height: 250px;
  text-align: center;
}
.leftcaption-banner .leftcaption .philosophy:hover .captionText {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.entry-content p,
.entry-content a,
.entry-content li,
.innovationwraper p,
.innovationwraper ul li {
  font-size: 18px;
  color: #292929;
  line-height: var(
    --wp--typography--line-height,
    var(--global--line-height-body)
  );
  font-family: var(--footer--font-family);
  font-weight: 400;
}
.bloglist p {
  font-size: 18px;
  color: #292929;
  line-height: var(
    --wp--typography--line-height,
    var(--global--line-height-body)
  );
  font-family: var(--footer--font-family);
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  line-height: var(
    --wp--typography--line-height,
    var(--global--line-height-body)
  );
  font-family: "Lato", sans-serif;
  margin-bottom: 30px;
}

.bloglist h1,
.bloglist h2,
.bloglist h3,
.bloglist h4,
.bloglist h5,
.bloglist h6 {
  line-height: var(
    --wp--typography--line-height,
    var(--global--line-height-body)
  );
  font-family: "Lato", sans-serif;
}
.entry-content p {
  margin-bottom: 2rem;
}
.entry-content ul {
  list-style-type: disc !important;
  padding-left: 15px;
}
.entry-content li {
  margin-bottom: 1rem;
}
.entry-content p:last-of-type {
  margin-bottom: 0;
}
.quote {
  position: relative;
}
.quote::before,
.quote::after {
  content: "\f10d";
  font-family: "FontAwesome";
  padding-right: 5px;
  font-weight: 400;
}
.quote::after {
  content: "\f10e";
  padding-left: 5px;
  padding-right: 0;
}
.innovationwraper ul li {
  margin-bottom: 0;
}
.testmonial_section_nw,
.img-gallery {
  margin-bottom: -30px !important;
  margin-top: 0;
}
.info_can_hp {
  margin-bottom: 0;
}
section.atlas_sec {
  margin-top: 0;
  margin-bottom: 0;
}
.content-section ul {
  list-style-type: none;
}
.content-section ul li {
  margin-bottom: 10px;
}
header.inner-banner.page-header {
  padding-top: 0;
}
.blogcategories .entry-title a {
  background: transparent !important;
  padding: 0;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
  color: #03878c !important;
}
.greg-bg-box .content-box p {
  font-size: 16px;
  font-family: var(--footer--font-family);
  font-weight: 400;
}
.entry-header.alignwide.normalPage {
  /* width: 100%; */
  /* max-width: 100%; */
  position: static;
}
.innovationwraper ul li {
  margin-bottom: 0;
  list-style-type: disc;
}
.section_img_bx {
  background: #03878c;
}
.filteredSection {
  margin: 0;
  padding: 30px 0;
}
.filteredSection .adv-search {
  margin: 0;
  border: none;
}
.filteredSection select {
  background-color: transparent;
  border: 1px solid #b3b4b6;
  color: #292929;
  padding: 10px 10px;
  font-weight: 500;
}
.filteredSection .adv-search .adv-searchbtn {
  --global--color-background: #03878c;
  --global--color-primary: #fff;
  padding: 10px 25px;
  text-transform: capitalize;
  color: var(--global--color-primary) !important;
  background: var(--global--color-background) !important;
}
.jobListing {
  /* background-color: #f1f1f1; */
  margin: 0 0 -30px !important;
  padding: 50px 0 !important;
}
.jobListing .card {
  margin-bottom: 20px;
  border: none;
  padding: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
}
.jobListing .card .card-header {
  background-color: transparent;
  padding: 0;
  border: none;
}
.jobListing .card .card-header button {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  background: transparent;
  color: #292929;
  align-items: center;
  font-size: 1.5rem;
  text-decoration: none;
}
.jobListing .card .card-header button span.title {
  color: #03878c;
  font-size: 2rem;
  font-weight: bold;
}
.jobListing .card .card-header button .others {
  max-width: 500px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.jobListing .card .card-header button .others span:last-of-type {
  text-transform: capitalize;
  color: #07a3a8;
}

.jobListing .card .card-header button span i {
  margin-right: 8px;
  color: #495057;
}
.jobListing .card .card-body {
  border-top: 1px solid #f1f1f1;
}
.jobListing .card .card-body .listItem {
  font-weight: normal;
  font-size: 16px;
  color: #292929;
  margin-bottom: 15px;
  font-family: var(--footer--font-family);
  margin: 0 0 10px;
}
.jobListing .card .card-body .listItem strong {
  width: 100%;
  max-width: 250px;
  display: inline-block;
}
.jobListing .card .card-body .description {
  font-family: var(--footer--font-family);
  font-size: 16px;
}
.jobListing .card .card-body .applyBtn {
  padding: 10px 30px;
  background-color: #03878c;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.jobListing .card .card-body .applyBtn:hover {
  background-color: #07a3a8;
}
.homebanner .homecaption .bannerbtn a:focus {
  background: #ffffff !important;
  color: #292929 !important;
}
.customMenuSection
  .secondary-navigation
  .secondary-navigation-wrapper
  li
  a:focus {
  color: #ffffff !important;
}
.inner-banner .bannercaption h3,
.inner-banner .bannercaption ul li {
  text-transform: capitalize;
}

.testicontent {
  min-height: 140px;
}
.testiwraper h3 {
  padding: 20px 0 0;
  margin: 0 !important;
  bottom: auto;
}
.testislider.owl-carousel .owl-dots button {
  width: 15px;
  height: 15px;
  background: #cccccc;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}
.testislider.owl-carousel .owl-dots button.active {
  background: #03878c;
}

.testislider.owl-carousel .owl-dots.disabled {
  display: block;
}
.awsm-job-listings.awsm-lists {
  border: none;
}
.jobListing .awsm-list-item {
  padding: 0 !important;
  margin: 0 !important;
  display: block;
  margin-bottom: 20px !important;
  border: none;
}
.jobListing .awsm-list-item .awsm-job-item {
  border: none;
  background-color: #f1f1f1;
}
.jobListing .awsm-list-right-col,
.jobListing .awsm-list-item .awsm-job-specification-wrapper {
  display: flex;
  justify-content: flex-end;
  align-content: center;
}
.jobListing .awsm-filter-item-search input {
  border: 1px solid #dddfe3;
  box-shadow: none;
  outline: none;
}
.jobListing .awsm-list-item .awsm-job-more-container {
  padding-top: 4px;
}
.entry-title.awsm-jobs-single-title {
  font-size: 50px;
  font-family: "Lato", sans-serif;
  margin-bottom: 30px;
  font-weight: 300;
  color: #292929 !important;
}
.awsm-job-container {
  margin-top: 0;
  padding: 20px;
  padding-top: 0;
}
.awsm-job-content {
  padding-top: 0;
}
.awsm-job-specification-item {
  margin-bottom: 10px;
  font-family: var(--footer--font-family);
}
.awsm-job-entry-content.entry-content p {
  font-family: var(--footer--font-family);
  padding: 0 !important;
  margin: 0 0 10px !important;
}
.awsm-job-form-inner {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  padding: 25px;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
.awsm-job-form-inner h2 {
  font-family: "Lato", sans-serif;
  color: #292929 !important;
}
.awsm-job-form-group label {
  position: relative;
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
  display: inline-block;
  padding-right: 15px;
}
.awsm-job-form-error {
  font-weight: bold;
  font-size: 2rem;
  position: absolute;
  right: 0;
}

input[type="text"].awsm-job-form-control,
input[type="email"].awsm-job-form-control,
input[type="url"].awsm-job-form-control,
input[type="password"].awsm-job-form-control,
input[type="search"].awsm-job-form-control,
input[type="number"].awsm-job-form-control,
input[type="tel"].awsm-job-form-control,
input[type="date"].awsm-job-form-control,
input[type="month"].awsm-job-form-control,
input[type="week"].awsm-job-form-control,
input[type="time"].awsm-job-form-control,
input[type="datetime"].awsm-job-form-control,
input[type="datetime-local"].awsm-job-form-control,
input[type="color"].awsm-job-form-control,
.site textarea.awsm-job-form-control,
.awsm-job-form-control,
.awsm-job-form-group input[type="checkbox"] {
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  max-width: 100%;
  padding: 10px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  color: #292929;
  padding-bottom: 10px;
  padding-top: 10px;
  height: auto;
  position: relative;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out !important;
  -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out !important;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  box-shadow: none;
  outline: none;
}
.awsm-job-form-group input[type="checkbox"] {
  width: 15px;
  height: 15px;
}
.awsm-job-form-group {
  margin-bottom: 25px;
}
.awsm-job-form-group .awsm-application-submit-btn {
  background-color: #03878c !important;
  padding: 10px 20px;
  border-radius: 0.25rem;
  border: none !important;
  box-shadow: none;
  outline: none;
  font-size: 1.6rem;
  font-family: var(--footer--font-family);
}

input.awsm-job-form-control + .awsm-job-form-error,
textarea.awsm-job-form-control + .awsm-job-form-error,
.awsm-job-form-group label + .awsm-job-form-error,
.awsm-job-form-group small + .awsm-job-form-error {
  position: static;
  font-family: var(--footer--font-family);
  font-size: 1.2rem;
  font-weight: 400;
}
.bg-overlays {
  position: relative;
  z-index: 1;
  top: 0 !important;
  left: 0 !important;
  margin: -70px 0 0 0 !important;
  color: #fff;
}

.bg-overlays::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.video-testimonials h3 {
  color: #292929;
  font-size: 20px;
  margin: 0 0 10px;
}
.guide_link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.awsm-job-content .awsm-job-entry-content h1,
.awsm-job-content .awsm-job-entry-content h2,
.awsm-job-content .awsm-job-entry-content h3,
.awsm-job-content .awsm-job-entry-content h4,
.awsm-job-content .awsm-job-entry-content h5,
.awsm-job-content .awsm-job-entry-content h6 {
  margin-bottom: 20px;
}
.awsm-job-content .awsm-job-entry-content ul {
  margin-top: 0;
  margin-bottom: 20px;
}
.awsm-job-content .awsm-job-entry-content ul li {
  margin-bottom: 0;
}
.adv-search label {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
}
.adv-search label img {
  width: 15px;
  height: 15px;
  max-width: 100%;
  margin-right: 5px;
}
/* timelines */
.timeline {
  /* background: linear-gradient(54deg, #9164ff, #8bfff4); */
  background-color: #f1f1f1;
  /* color: #3c3f64; */
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #fff;
}
.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  z-index: 2;
  background: #03878c;
}
.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 500px;
  padding: 20px;
  /* background: #fff; */
  /* box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2); */
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.timeline ul li > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(1fr, 1fr));
  grid-gap: 15px;
}
.timeline ul li div time {
  position: absolute;
  background: #03878c;
  width: 80px;
  height: 30px;
  top: -15px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
  color: #fff;
}
.timeline ul li div div {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.timeline ul li div div p {
  text-align: center;
}
.timeline ul li div .discovery {
  margin-right: 10px;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 4px 13px 30px 1px rgba(255, 255, 255, 0.2);
}
.timeline ul li div .discovery h1 {
  font-size: 20px;
}

.timeline ul li:nth-of-type(odd) > div {
  left: 45px;
}
.timeline ul li:nth-of-type(even) > div {
  left: -539px;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.timeline ul li:nth-of-type(odd) div {
  transform: translate3d(100px, -10px, 0) rotate(10deg);
}
.timeline ul li:nth-of-type(even) div {
  transform: translate3d(-100px, -10px, 0) rotate(10deg);
}
.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
    flex-direction: column;
  }
  .timeline ul li div div {
    width: 80%;
    margin: 10px;
  }
  .timeline ul li:nth-of-type(even) > div {
    left: -289px;
  }
}
@media screen and (max-width: 600px) {
  .timeline {
    margin-top: 0 !important;
  }

  .timeline ul li {
    margin-left: -10px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-of-type(even) > div {
    left: 45px;
  }
}

.our_journey_section {
  background-color: #f1f1f1;
  width: 100%;
  height: 500px;
  padding-top: 120px;
  overflow: hidden;
  height: 100%;
}
.our_journey_section .item {
  width: 100%;
  height: 100%;
  max-width: 700px;
  margin: 50px auto;
  padding: 30px;
  min-height: 300px;
}
.our_journey_section .item .item-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.our_journey_section .item .item-content .image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
}

.our_journey_section .owl-dots,
.our_journey_section .owl-nav {
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  display: inline-flex;
  border-bottom: 2px dotted #495057;
  justify-content: center;
  align-items: flex-end;
  z-index: 10000;
}
.our_journey_section .owl-dots .owl-dot {
  margin: 10px;
  color: #292929;
  font-size: 18px;
  position: relative;
  font-weight: bold;
}
.our_journey_section .owl-dots .owl-dot.active {
  color: #116232 !important;
  font-size: 24px;
}
.our_journey_section .owl-dots .owl-dot::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #292929;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.our_journey_section .owl-dots .owl-dot.active::before {
  background-color: #03878c;
}
.our_journey_section .owl-nav {
  border: none;
  z-index: 2000000;
  top: -10px;
}
.our_journey_section .owl-nav .owl-next::before,
.our_journey_section .owl-nav .owl-prev::before {
  content: none !important;
}
.our_journey_section .owl-nav .owl-next,
.our_journey_section .owl-nav .owl-prev {
  margin: 0 10px;
}
.our_journey_section .timeline-year {
  display: block;
  font-style: italic;
  font-size: 32px;
  color: #03878c;
  font-weight: 300;
  transition: 0.2s ease 0.4s;
  -webkit-transition: 0.4s ease 1.6s;
  -moz-transition: 0.4s ease 1.6s;
  -ms-transition: 0.4s ease 1.6s;
  -o-transition: 0.4s ease 1.6s;
  /* display: inline-block; */
  /* margin: 0 0 0; */
  margin-top: 10px;
}
.our_journey_section .item .item-content .content {
  margin-left: 20px;
  text-align: center;
  width: calc(100% - 170px);
}
.our_journey_section .timeline-title {
  transition: 0.2s ease 0.5s;
  transition: 0.4s ease 1.7s;
  -webkit-transition: 0.4s ease 1.7s;
  -moz-transition: 0.4s ease 1.7s;
  -ms-transition: 0.4s ease 1.7s;
  -o-transition: 0.4s ease 1.7s;
  display: inline-block;
  padding: 5px 15px;
  font-size: 18px;
  margin: 0;
  background-color: #03878c;
  color: #fff;
  border-radius: 20px;
}
.our_journey_section .timeline-title small {
  font-size: 100%;
  font-style: italic;
}
.our_journey_section .timeline-text {
  line-height: 1.5;
  transition: 0.2s ease 0.6s;
  -webkit-transition: 0.2s ease 0.6s;
  -moz-transition: 0.2s ease 0.6s;
  -ms-transition: 0.2s ease 0.6s;
  -o-transition: 0.2s ease 0.6s;
  margin: 0;
}
.our_journey_section .timeline-image {
  max-width: 100%;
  width: 100% !important;
  margin: 0;
}
.content-section p {
    color: #292929;
    font-size: 18px;
    line-height: 1.4;
    color: #292929;
    letter-spacing: inherit;
    margin-bottom: 15px;
}
.chairmen-block {
  margin-top: -120px;
}

/* awards new  */
.client_txt_section {
  text-align: center;
}
.clint_nmimg {
  display: inline-block;
  float: none;
  margin: auto;
  margin-top: 40px;
}
.clint_nmimg > div {
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.client_name_nw {
  text-align: center;
  margin-top: 10px;
}
.client_txt_section .client_img {
  margin: 0;
}

.jobListing .awsm-list-item .awsm-job-more-container {
  font-weight: bold;
}
.backBtn {
  border-color: transparent !important;
  background: transparent !important;
  padding: 0;
  color: #292929 !important;
  font-size: 16px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  box-shadow: none !important;
  outline: none !important;
}
.backBtn:hover {
  font-weight: bold;
  color: #03878c !important;
}
.logowraper p {
  font-size: 14px;
  line-height: 1.3;
}
.content-section ul li {
  font-size: 17px;
  color: #292929;
  font-weight: 400;
  font-family: var(--footer--font-family);
}
.checkedlist li span {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 2px;
}
.checkedlist li span::after {
  content: none;
}
.checkedlist li span i {
  color: #fff;
  font-size: 14px;
}
.checkedlist li {
  cursor: auto;
}
.mb-t-d,
.ds-hide {
  display: none;
}
.mb-t {
  display: block;
}
.chairmen-img-mb {
  display: none;
}
.tr-leader .section-heading {
  display: none;
}
.customMenuSection
  .secondary-navigation
  .secondary-navigation-wrapper
  li
  .sub-menu-toggle,
#primary-mobile-menu-list li .sub-menu-toggle {
  display: none;
}
.adv-search .adv-searchbtn {
  background-color: #116232 !important;
}
/* .inner-banner .bannercaption {
  background: linear-gradient(
    175.51deg,
    rgba(3, 135, 140, 0.9) 36.53%,
    rgba(3, 135, 140, 0.5) 96.36%
  );
} */
.inner-banner.page-header {
  position: relative;
}
.inner-banner.page-header::before {
  content: "";
  width: 100%;
  height: 100%;
  /* background: linear-gradient(
    175.51deg,
    rgba(3, 135, 140, 0.9) 36.53%,
    rgba(3, 135, 140, 0.5) 96.36%
  ); */
  background: rgb(0 0 0 / 20%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.inner-banner .bannercaption h3 {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* custom css */

/* responsive */
@media screen and (min-width: 1600px) {
  .leadershipwraper figure img.leadershipwraperimg {
    height: 550px;
  }
  .leadershipwraper figure figcaption {
    place-content: end;
    overflow: hidden auto;
  }
  .thingsbox h3 {
    font-size: 30px;
  }
  .jobListing .awsm-list-item .awsm-job-more-container {
    padding-top: 2px;
  }
  .leftcaption-banner .leftcaption .philosophy .captionText h3 {
    font-size: 30px;
  }
  .leftcaption-banner .leftcaption .philosophy .captionText {
    height: 400px;
    transform: translateY(85%);
    -webkit-transform: translateY(85%);
    -moz-transform: translateY(85%);
    -ms-transform: translateY(85%);
    -o-transform: translateY(85%);
  }
  .leftcaption-banner .leftcaption p {
    font-size: 20px;
  }
  .content-section ul li {
    margin-bottom: 10px;
  }
  .blogarchive ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .leftcaption-banner .leftcaption .philosophy h3 {
    font-size: 34px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
  .homebanner,
  .page-header {
    height: 100%;
  }
  .homebanner .homevideo {
    min-height: 100%;
  }
  .featuresection,
  .ats_life_style,
  .life_at_ats,
  .constructiondriven {
    margin-top: 50px;
  }
  .leftcaption-banner .leftcaption .philosophy h3 {
    font-size: 26px;
  }
  .leftcaption-banner .leftcaption .philosophy .captionText {
    -webkit-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%);
    -moz-transform: translateY(80%);
    -o-transform: translateY(80%);
  }
  .featuredprojects .owl-nav {
    left: -320px;
  }
}

@media screen and (max-width: 1024px) {
  .project-detailpage.page-header {
    min-height: 100%;
  }
  .homebanner,
  .page-header {
    margin-top: -150px !important;
  }
}

@media screen and (max-width: 991px) {
  .customMenuSection .primary-navigation > div > .menu-wrapper li {
    margin-left: 24px;
  }
  .footer-get-intouch {
    text-align: center;
    padding-bottom: 10px;
  }
  .error-404.not-found p {
    width: 70%;
  }
  .videowraper iframe {
    width: 100%;
  }
  .innovationwraper {
    margin-top: 30px;
  }
  .innovationwraper h4 {
    margin-top: 20px;
  }
  .impactlist.aboutcounter li {
    width: 50%;
  }
  .jobListing .card .card-header button {
    flex-wrap: wrap;
  }
  .jobListing .card .card-header button .others {
    max-width: 100%;
    margin-top: 15px;
  }
  .site-footer > .site-info .site-name {
    text-align: center;
  }
  section.counter-section {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #footer-menu-list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .leftcaption-banner .leftcaption .philosophy h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .leftcaption-banner .leftcaption .philosophy .captionText {
    height: 100%;
    -webkit-transform: translateY(91%);
    -ms-transform: translateY(91%);
    transform: translateY(91%);
  }
  .leftcaption-banner .leftcaption .philosophy:hover .captionText {
    -webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%);
  }
  /* #lifestyleslider .owl-nav {
    bottom: -55px;
  } */
  section.ats_life_style {
    height: 100%;
    overflow: hidden visible;
  }
  #lifestyleslider {
    overflow-y: visible;
  }
  .imagewrapershowtitle img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .site-footer > .site-info .powered-by.privacy-menu {
    margin-top: 5px;
  }
  .ficonslist {
    margin-top: 20px;
  }
  .footer_menus_main {
    padding-left: 0;
  }
  #footer-menu-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 20px;
    text-align: center;
    place-content: center;
  }
  #footer-menu-list li .sub-menu {
    margin: 0;
    display: none;
  }
  #footer-menu-list li {
    margin-bottom: 10px;
  }
  #footer-menu-list li a {
    font-size: 15px;
  }
  #footer-menu-list li .sub-menu li {
    margin-bottom: 0;
  }
  .mobile-menus {
    display: block;
  }
  .customMenuSection .secondary-navigation,
  .mainheader {
    display: none;
  }
  #get-in-touch-btn,
  #primary-mb-mobile-menu {
    display: block;
  }
  section,
  .featuresection,
  .ats_life_style,
  .life_at_ats,
  .constructiondriven {
    margin-top: 40px;
    overflow: hidden;
    padding-bottom: 40px !important;
  }
  .footer-logo-section {
    text-align: center;
  }
  .footer-logo-section figure {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
  }
  .footer-logo-section figure > img {
    max-width: 100%;
    width: auto;
    height: 82px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
  }
  .footer_social_links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section#block-4 {
    margin-bottom: 0;
  }
  .custom-footer-menus-container {
    margin-bottom: 0px;
  }
  .error-404.not-found {
    margin-top: -130px;
    padding-top: 150px;
  }

  .error-404.not-found h3 {
    font-size: 3rem;
  }

  .error-404.not-found h1 {
    font-size: 15rem;
  }

  .error-404.not-found p {
    width: 100%;
    font-size: 1.5rem;
  }

  .btnGroups a {
    padding: 1rem 2rem;
  }
  .impactlist.aboutcounter li {
    width: calc(100% / 2);
    margin-bottom: 15px;
  }
  .impactlist.aboutcounter li span {
    font-size: 38px;
    width: 100%;
  }
  .people_philosphy .snake {
    margin-bottom: 15px !important;
  }
  .info_can_hp {
    margin-top: 0;
    padding: 30px 0 !important;
  }
  .jobListing .card .card-body .listItem strong {
    max-width: 100%;
  }
  .imagewrapershowtitle img {
    height: auto;
  }
  .imagewrapershowtitle {
    width: 100%;
  }
  .lifestyleslider .owl-nav {
    bottom: -20px;
  }
  a.menu-close-btn svg {
    width: 50px;
    fill: #fff;
    transform: rotate(180deg);
  }
  .atsinfra h4 span {
    position: relative;
    font-size: 40px;
    margin-right: 10px;
  }
  .atsinfra h5 {
    font-size: 28px;
    letter-spacing: 2px;
    text-align: center;
  }
  section.content-section,
  section.counter-section,
  section.our_tech_sect {
    margin-top: 40px;
  }
  section.counter-section {
    margin-top: 0;
  }
  .clickbtn.filled {
    margin-top: 0;
  }
  .leftcaption-banner .leftcaption {
    position: static;
    padding: 20px 0;
    /* background: #f1f1f1; */
  }
  .leftcaption-banner img {
    position: absolute;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    display: none;
  }
  .leftcaption-banner .leftcaption .philosophy .captionText {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    height: 100%;
    text-align: center;
  }
  .leftcaption-banner::after {
    background: #f1f1f1;
    z-index: -1;
  }
  .leftcaption-banner .leftcaption .philosophy .captionText p,
  .leftcaption-banner .leftcaption .philosophy .captionText h3 {
    color: #292929 !important;
  }
  .leftcaption-banner .leftcaption .philosophy h3 {
    font-size: 22px;
  }
  .our_journey_section .item .item-content {
    flex-flow: column;
  }
  .our_journey_section .item .item-content .content {
    margin-left: 0;
    width: 100%;
  }
  .mb_box {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    height: calc(100% / 2 - 15px);
  }
  .people_philosphy .mb_box .snake {
    height: 100% !important;
    margin-bottom: 0 !important;
  }
  .adv-search .adv-searchbtn {
    margin-top: 0;
  }
  .projects-tab.sticky {
    display: none;
  }
  .adv-search.projectsdetail {
    /* position: static; */
    padding-bottom: 10px;
  }
  .adv-search.projectsdetail label {
    width: 15px;
    overflow: hidden;
    display: inline-block;
    height: 20px;
    margin: 0 10px 0 0;
  }
  .adv-search.projectsdetail h3 {
    display: inline-block;
  }
  .adv-search.projectsdetail .col-6 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .adv-search.projectsdetail .col-md-3.text-right {
    text-align: center !important;
  }
  .content-section ul {
    padding-top: 10px !important;
    padding-left: 0;
  }
  .content-section ul li {
    font-size: 16px;
  }
  section.content-section.branch-office.branch_office {
    margin-top: 0;
    padding-top: 30px;
  }
  section.content-section.ft_sec {
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
  .mb-col {
    width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
    -webkit-box-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
  }
  .projects-tab {
    display: none;
  }
  div#\33 .content-section {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .page-section section.content-section.mb-t {
    padding-top: 0;
    margin-top: 0;
  }
  .entry-header.alignwide .entry-title {
    font-size: 2em;
    margin: 0;
  }
  .entry-content p,
  .entry-content a,
  .entry-content li,
  .innovationwraper p,
  .innovationwraper ul li {
    font-size: 16px;
  }
  .chairmainnote p {
    font-size: 16px;
  }
  .chairmen-block {
    margin-top: 15px;
    display: none;
  }

  .our_journey_section .owl-dots {
    flex-wrap: wrap;
  }
  .greg-bg-box {
    padding: 0;
    gap: 0;
    margin-bottom: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .gr-img-box {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 15px;
  }
  .greg-bg-box.box-left .content-box,
  .greg-bg-box.box-right .content-box {
    padding-left: 0;
    padding-right: 0;
    padding: 10px;
  }
  .greg-bg-box.box-left:before,
  .greg-bg-box.box-right:before {
    width: 100%;
    height: 100%;
    background: #ededed;
    z-index: -1;
  }
  section.atlas_sec {
    padding-top: 20px;
  }
  .entry-title.awsm-jobs-single-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .awsm-job-form-inner {
    padding: 15px;
  }
  section.section_img_bx {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .section_img_bx .img-out {
    margin-bottom: 15px;
  }
  .greg-bg-box.box-right {
    margin-top: 0 !important;
  }
  .awsm-job-form-group.awsm-job-inline-group {
    display: flex;
  }
  .homebanner .homevideo {
    height: 300px;
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
  }
  .featuredprojects .item p,
  .lifestyleslider .item p {
    bottom: 0;
  }
  .lifeatats .lifeatatsfilledbox {
    padding: 15px;
    margin: 0;
  }
  .lifeatats .lifeatatsfilledbox .owl-dots {
    display: none;
  }
  .lifeatats > .row > .col-lg-5 {
    order: 1;
  }
  .mb-t-d {
    display: block;
  }
  .mb-t {
    display: none;
  }
  section.life_at_ats {
    margin-top: 10px;
  }
  .constructiondriven {
    margin-top: 0;
  }
  .constructiondriven img {
    height: 250px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: 30%;
    -o-object-position: 30%;
  }
  .atsinfra h4 {
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .consdrivenbox {
    margin-bottom: 0;
  }
  .section-heading,
  .innovationwraper h4 {
    font-size: 35px;
    font-weight: 300;
    font-family: "Lato", sans-serif;
  }
  .content-section p.featurdpara {
    font-size: 14px;
    color: #292929 !important;
  }
  h2.section-heading br {
    display: none;
  }
  .our_journey_section .owl-nav {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .presence_sec .map_img {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  .chairmainnote h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .chairmen-img-mb,
  .ds-hide {
    display: block;
    margin: 20px 0 30px;
  }
  .mb-hide {
    display: none;
  }
  section.content-section.tr-leader {
    margin: 0;
    padding-bottom: 0 !important;
  }
  header#masthead {
    padding-top: 10px;
  }
  .tr-leader .section-heading {
    display: block;
  }
  .contact-immage {
    display: none;
  }
  .page-section.getInTouch .content-section {
    margin: 0;
  }
  .project-detailpage.page-header {
    max-height: 400px;
  }
  .project-detailpage .project-detail-caption {
    text-align: center;
  }
  .project-detailpage .project-detail-caption .custom-btns {
    float: none;
  }
  .info_can_hp h4 {
    font-size: 20px;
  }
  .greg-bg-box.box-right .content-box {
    order: 1;
  }
  .project-list-details a {
    width: 150px;
  }
  #footer-menu-list.ft_menu_mb {
    margin: 0;
    text-align: left;
    place-content: start;
    list-style: none;
  }
  .ft_menu_mb li {
    text-align: left;
  }
  .ft_menu_mb li .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .ft_menu_mb .sub-menu-toggle,
  .ft_menu_mb > li:last-child {
    display: none;
  }
  #footer-menu-list.ft_menu_mb li a {
    color: #ffffff !important;
  }
  #footer-menu-list.ft_menu_mb li .sub-menu li a {
    font-size: 14px;
    position: relative;
  }
  #footer-menu-list.ft_menu_mb li .sub-menu li a::before{
    content: '- ';
  }
}
img.fetured-image {
    width: 100% !important;
    height: auto !important;
}