#footer {
  padding: 4em 0;
}

#whatHappening {
  padding: 2em 0 3.5em 0;
}

#features,
#aboutWoodkraft {
  padding: 4em 0;
}

#ourReasons {
  padding-bottom: 4em;
}

/*Small devices (landscape phones, 576px and up) --- col*/
@media (min-width: 0px) and (max-width: 576px) {
  #whatHappening {
    padding-top: 0;
    padding-bottom: 2em;
  }
  #footer,
  #aboutWoodkraft {
    padding: 2em 0;
  }
}

/*Small devices (landscape phones, 576px and up) --- col-sm*/
@media (min-width: 576px) and (max-width: 768px) {
  #whatHappening {
    padding-top: 0;
    padding-bottom: 3em;
  }
  #footer,
  #aboutWoodkraft {
    padding: 3em 0;
  }
}

/*Medium devices (tablets, 768px and up) --- col-md*/
@media (min-width: 768px) and (max-width: 991.98px) {
  #whatHappening {
    padding-top: 0;
    padding-bottom: 3em;
  }
  #footer,
  #aboutWoodkraft {
    padding: 3em 0;
  }
}

/*Large devices (desktops, 992px and up) --- col-lg*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  #whatHappening {
    padding-top: 0;
    padding-bottom: 3em;
  }
  #footer,
  #aboutWoodkraft {
    padding: 3em 0;
  }
  .container {
    max-width: 90%;
  }
}

.section-heading {
  margin-bottom: 3em;
}

.section-heading .heading {
  font-size: 1.3em;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  line-height: 1.3;
}

@media (min-width: 0px) and (max-width: 576px) {
  .section-heading .heading {
    color: #0e1d3f;
    padding-left: 20px;
    padding-top: 52px;
    margin-bottom: 32px;
  }
  .awards .section-heading .heading{
    padding-top: 0;
  }
  .awards .section-heading .heading.heading-line::after {
    top: -10px;
  }
  .awards .slick-custom-arrows{
    margin-top: 0 !important;
    margin-bottom: 1.25em;
  }
}

.section-heading .heading.heading-line {
  padding-left: 20px;
}

.section-heading .heading.heading-line:after {
  content: "";
  background: #FF4D00;
  position: absolute;
  left: 0;
  top: -20px;
  bottom: 0;
  height: 59px;
  width: 6px;
  background: #FF4D00;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

@media (min-width: 0px) and (max-width: 576px) {
  .section-heading .heading.heading-line:after {
    top: 44px;
  }
}

.section-heading .description {
  font-size: 1em;
  font-weight: 300;
}

@media (min-width: 0px) and (max-width: 576px) {
  .section-heading {
    margin-bottom: 2em;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .section-heading {
    margin-bottom: 2em;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-heading {
    margin-bottom: 2em;
  }
}

.hover-image-bottom-shape {
  position: relative;
  overflow: hidden;
}

/* .hover-image-bottom-shape:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #FF4D00;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hover-image-bottom-shape:hover:after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
} */

.read-more-hover-orange .fill-icon {
  display: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.read-more-hover-orange .normal-icon {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.read-more-hover-orange:hover .normal-icon {
  display: none;
}

.read-more-hover-orange:hover .fill-icon {
  display: inline;
}

.read-more-action {
  width: 100%;
  max-width: 120px;
  display: inline;
  position: relative;
  clear: both;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.read-more-action input{
  color: #FF4D00;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  border:  none;
  border-radius: 0;
  background: none;
}
.read-more-action .arrow-icon {
  background: url("../../assets/img/icons/arrow-line.svg") no-repeat;
  width: 55px;
  height: 16px;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -80px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.read-more-action:hover {
  color: #FF4D00;
}

.read-more-action:hover .arrow-icon {
  background: url("../../assets/img/icons/arrow-line-fil.svg") no-repeat;
  width: 55px;
  height: 20px;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -100px;
}

@media (max-width: 600px) {
  .read-more-action .arrow-icon {
    /*right: 0;*/
  }
  .read-more-action:hover .arrow-icon {
    /*right: 0;*/
  }
}

body.home #heroNavbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: transparent;
}

body.home .nav-link {
  color: #ffffff !important;
}

#heroNavbar {
  padding: 10px 1em;
  z-index: 99999999;
}

#heroNavbar .navbar-brand img {
  width: 100%;
  max-width: 230px;
}

#heroNavbar .navbar-nav li:not(:last-child) {
  margin-right: 5px;
}

#heroNavbar .navbar-nav li a {
  color: #000000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.84em;
}

#heroNavbar .navbar-nav li a.active {
  color: #FF4D00 !important;
}

#heroNavbar .navbar-nav li.search-icon img {
  width: 18px;
}

#heroNavbar .navbar-toggler:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

#heroNavbar .search-icon-mobile {
  margin-left: auto;
}

#heroNavbar .search-icon-mobile img {
  width: 25px;
}

@media (min-width: 0px) and (max-width: 576px) {
  #heroNavbar {
    padding: 5px 0.5em;
  }
  #heroNavbar .navbar-brand img {
    max-width: 180px;
  }
  #heroNavbar .search-icon-mobile img {
    width: 20px;
  }
  button.navbar-toggler img{
    width: 25px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  #heroNavbar {
    padding: 5px 3em;
  }
  #heroNavbar .navbar-brand img {
    max-width: 180px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #heroNavbar {
    padding: 10px 3em;
    background: #fff;
  }
  #heroNavbar .navbar-brand img {
    max-width: 200px;
  }
}

@media (min-width: 1800px) {
  #heroNavbar .heroNavbarInner {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  #heroNavbar {
    z-index: 999999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  #heroNavbar .navbar-nav li a {
    font-weight: 600;
    position: relative;
    font-size: 1em;
  }
  #heroNavbar .navbar-nav li a:after {
    content: "";
    position: absolute;
    top: 5px;
    width: 3px;
    height: 25px;
    background: #FF4D00;
    left: -10px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  #heroNavbar .navbar-collapse {
    background: #ffffff;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    padding-left: 10px;
  }
  #heroNavbar .navbar-nav {
    margin-top: 20px;
    padding-left: 15px;
  }
  #heroNavbar .navbar-nav li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  body.home #heroNavbar .navbar-nav li a {
    color: #000000 !important;
  }
}

@media (min-width: 1200px) and (max-width: 1210px) {
  #heroNavbar .navbar-nav li a {
    padding-left: 0.4em;
    padding-right: 0.4em;
  }
}

@media (min-width: 1200px) and (max-width: 1260px) {
  #heroNavbar .navbar-nav li a {
    font-size: 0.7em;
  }
}

@media (min-width: 1200px) and (max-width: 1358px) {
  #heroNavbar {
    padding-left: 0;
    padding-right: 0;
  }
  #heroNavbar .navbar-nav li:not(:last-child) {
    margin-right: 0;
  }
}

footer {
  background: #F7F7F7;
  text-transform: uppercase;
}

footer .footer-logo {
  width: 200px;
  margin-bottom: 15px;
}

footer .each-footer-block .footer-title {
  font-size: 0.9em;
  color: #0E1D3F;
  font-weight: 600;
  margin-bottom: 1.5em;
}

footer .each-footer-block .navigation-links li:not(:last-child) {
  margin-bottom: 5px;
}

footer .each-footer-block .navigation-links li a {
  color: #0E1D3F;
  font-size: 0.9em;
  font-weight: 400;
}

footer .each-footer-block .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

footer .each-footer-block .social-links li:not(:last-child) {
  margin-right: 10px;
}

footer .each-footer-block .social-links li a img {
  width: 22px;
}

footer .each-footer-block .each {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px auto;
      grid-template-columns: 20px auto;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

footer .each-footer-block .each:nth-child(3) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .each-footer-block .each:not(:last-child) span {
  padding-top: 5px;
}

footer .each-footer-block .each span {
  font-weight: 600;
}

footer .each-footer-block .each a {
  display: block;
  text-transform: lowercase;
  color: #0E1D3F;
  line-height: 2;
}

footer .mobile-version-footer-inner .accordion {
  margin-bottom: 50px;
}

footer .mobile-version-footer-inner .accordion .accordion-item:not(:last-child) {
  margin-bottom: 30px;
}

footer .mobile-version-footer-inner .accordion .accordion-item .accordion-button {
  border: none;
  padding: 0;
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

@media (min-width: 0px) and (max-width: 576px) {
  footer .mobile-version-footer-inner .accordion .accordion-item .accordion-button {
    color: #052757;
  }
}

footer .mobile-version-footer-inner .accordion .accordion-item .accordion-button:after {
  background-image: url("../../assets/img/icons/plus-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

footer .mobile-version-footer-inner .accordion .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

footer .mobile-version-footer-inner .accordion .accordion-item .accordion-body {
  padding: 0;
}

footer .mobile-version-footer-inner .accordion .accordion-item .accordion-collapse {
  border: none;
}

footer .mobile-version-footer-inner .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: transparent;
  color: #000000;
  font-weight: 600;
}

footer .mobile-version-footer-inner .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("../../assets/img/icons/minus-icon.svg");
  -webkit-transform: none !important;
          transform: none !important;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

footer .mobile-version-footer-inner .accordion .each-footer-block {
  margin-top: 15px;
}

footer .mobile-version-footer-inner .footer-logo {
  width: 300px;
}

footer .mobile-version-footer-inner .social-links li:not(:last-child) {
  margin-right: 20px;
}

footer .mobile-version-footer-inner .social-links li a img {
  width: 35px;
}

.copyright {
  background: #0E1D3F;
  padding: 20px 0;
}

.copyright p {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 0.9em;
}

.email span {
  padding-top: 6px !important;
}

.fax span {
  padding-top: 2px !important;
}

@media (min-width: 0px) and (max-width: 576px) {
  footer {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
}

#heroSlider .carousel-caption {
  text-align: center;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
}

#heroSlider .carousel-caption .title {
  font-size: 3em;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.2em;
  font-family: "Rubik", sans-serif;
}

#heroSlider .carousel-caption .description {
  font-size: 1.2em;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  font-family: "Rubik", sans-serif;
  color: #ffffff;
}

#heroSlider .carousel-indicators {
  bottom: auto;
  top: 61%;
}

@media (min-width: 0px) and (max-width: 576px) {
  #heroSlider .carousel-indicators {
    top: 68%;
  }
}

#heroSlider .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #ffffff;
  opacity: 0.9;
}

#heroSlider .carousel-indicators li:not(:last-child) {
  margin-right: 10px;
}

#heroSlider .carousel-indicators li.active {
  background-color: #ffffff;
}

@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}

#heroSlider .carousel-inner .carousel-item .image {
/*   animation: animatedBackground 10s linear infinite;
  -moz-animation: animatedBackground 10s linear infinite;
  -webkit-animation: animatedBackground 10s linear infinite;
  -ms-animation: animatedBackground 10s linear infinite;
  -o-animation: animatedBackground 10s linear infinite; */
  height: 100vh;
  width: 100vw;
}

@media (min-width: 1500px) {
  #heroSlider .carousel-inner .carousel-item .image {
    background-size: cover !important;
  }
}


#heroSlider .carousel-inner .carousel-item .image{
  background-position: center;
}

#heroSlider .slider-arrow {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#heroSlider .slider-arrow img {
  width: 50px;
}

#aboutWoodkraft {
  position: relative;
  overflow: hidden;
}

#aboutWoodkraft .shapes .shape_1 {
  position: absolute;
  top: -202px;
  right: 0;
  max-width: 300px;
  z-index: -1;
}

#aboutWoodkraft .shapes .shape_2 {
  position: absolute;
  bottom: -350px;
  left: -150px;
  max-width: 300px;
}

#aboutWoodkraft .section-heading {
  margin-bottom: 30px;
}

#aboutWoodkraft .section-heading .heading {
  font-family: "Rubik", sans-serif;
}

#aboutWoodkraft .choose-btn {
  text-transform: uppercase;
  color: #FF4D00;
  font-weight: 500;
  font-size: 0.9em;
}

#aboutWoodkraft .choose-btn img {
  width: 50px;
  margin-left: 10px;
  margin-top: -2px;
}

#aboutWoodkraft .right-block .image {
  position: relative;
}

#aboutWoodkraft .right-block .image .shape_1 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  top: 0;
  left: 50px;
  z-index: -1;
}

#ourReasons {
  background: url("../../assets/img/bgs/reason.png");
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}

#ourReasons .section-heading {
  padding-top: 7em;
  display: table;
  margin: 0 auto;
  margin-bottom: 5em;
  position: relative;
  padding-left: 10px;
  color: #ffffff;
}

#ourReasons .section-heading .sub-heading {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #FF4D00;
  font-weight: 600;
}

#ourReasons .section-heading .heading {
  margin-bottom: 25px;
  text-transform: uppercase;
}

#ourReasons .section-heading .description {
  color: #ffffff;
}

#ourReasons .each-reason {
  text-align: center;
  padding: 0 10px;
}

#ourReasons .each-reason .number {
  color: #FF4D00;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

#ourReasons .each-reason .number:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 5px;
  bottom: 0;
  height: 15px;
  width: 2px;
  background: #FF4D00;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

#ourReasons .each-reason .title {
  font-size: 1.2em;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}

#ourReasons .each-reason .description {
  color: #ffffff;
  font-size: 0.9em;
}

#ourReasons .know-more-btn {
  text-align: center;
  margin-top: 4em;
}

#ourReasons .know-more-btn a {
  letter-spacing: 0.5px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #ourReasons .section-heading {
    margin-bottom: 5em !important;
  }
  #ourReasons .each-reason {
    padding: 0;
  }
}

@media (min-width: 0px) and (max-width: 576px) {
  #ourReasons {
    padding-bottom: 2em;
  }
  #ourReasons .section-heading {
    padding: 3em 0 3em;
    margin-bottom: 0;
  }
  #ourReasons .section-heading h3{
    color: #fff;
  }
  #ourReasons .section-heading .heading{
    margin-bottom: 25px;
  }
  .section-heading .heading.heading-line::after {
    height: 45px;
  }
  #ourReasons .each-reason {
    text-align: left;
    padding: 0 0 2.5em;
  }
  #ourReasons .each-reason .number {
    font-size: 1.2em;
    padding-bottom: 3px;
    margin-bottom: 0;
  }
  #ourReasons .know-more-btn {
    text-align: left;
    margin-top: 0;
  }
  #ourReasons .know-more-btn .arrow-icon {
    right: 0;
    top: 5px;
  }
}

#features {
  position: relative;
  overflow: hidden;
  padding: 6em 0 4em 0;
}

@media (min-width: 0px) and (max-width: 576px) {
  #features {
    padding: 2em 0 1em 0;
  }
}

#features .shape_1 {
  position: absolute;
  top: 0;
  right: -250px;
  z-index: -1;
  max-width: 500px;
}

#features .shape_2 {
  position: absolute;
  bottom: 0;
  right: -250px;
  z-index: -1;
  max-width: 500px;
}

#features .shape_3 {
  position: absolute;
  top: 100px;
  left: -250px;
  z-index: -1;
  max-width: 500px;
  display: none;
}

#features .card1 {
  display: block;
  position: relative;
  background-color: #f2f8f9;
  z-index: 0;
  overflow: hidden;
}

#features .card1:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -16px;
  bottom: -16px;
  background: #00838d;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

#features .card1:hover:before {
  -webkit-transform: scale(41);
          transform: scale(41);
}
@media only screen and (max-width: 990px){
  #features .features-list li{
    background-image: none !important;
  }
  #features .features-list .each-feature img{
    width: 100%;
  }

  #features .features-list .each-feature .content .title {
    position: relative;
    z-index: 9;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: 400;
    padding-left: 1.25em;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /*min-height: 35px;*/
    font-family: "Rubik", sans-serif;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  #features .features-list .each-feature .content .title:after {
    content: "";
    position: absolute;
    left: 2px !important;
    height: 20px;
    width: 2px;
    top: 0px;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    background: #ffffff;
  }
}

@media (min-width: 991px) {
  #features .features-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  #features .features-list li {
    height: 350px;
    background-position: center;
    background-size: cover;
    background-repeat:  no-repeat;
  }
  #features .features-list .each-feature {
    position: relative;
    overflow: hidden;
    z-index: 0;
    height: 100%;
  }
  #features .features-list .each-feature:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -16px;
    bottom: -16px;
    background: rgba(14, 29, 63, 0.95);
    height: 32px;
    width: 32px;
    border-radius: 0 32px 0 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  #features .features-list .each-feature:after {
    content: "";
    width: 300px;
    background: #0E1D3F;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
  }
  #features .features-list .each-feature:hover:before {
    -webkit-transform: scale(88);
            transform: scale(88);
  }
  #features .features-list .each-feature:hover:after {
    display: none;
  }
  #features .features-list .each-feature:hover .content {
    bottom: -5%;
  }
  #features .features-list .each-feature:hover .content .title {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  #features .features-list .each-feature .content {
    position: absolute;
    left: 8%;
    bottom: -195px;
    right: 25%;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
    min-height: 230px;
  }
  #features .features-list .each-feature .content .title {
    position: relative;
    z-index: 9;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: 400;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    min-height: 35px;
    font-family: "Rubik", sans-serif;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  #features .features-list .each-feature .content .title:after {
    content: "";
    position: absolute;
    left: -15px;
    height: 20px;
    width: 2px;
    top: 0px;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    background: #ffffff;
  }
  #features .features-list .each-feature .content .des {
    min-height: 175px;
  }
  #features .features-list .each-feature .content p {
    color: #ffffff;
  }
  #features .features-list .each-feature .content a {
    color: #FF4D00;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.9em;
    letter-spacing: 1px;
    margin-top: 2em;
    display: block;
  }
  #features .features-list .each-feature .content a img {
    width: 50px;
    margin-left: 10px;
  }
}

@media (min-width: 0px) and (max-width: 576px) {
  #features .features-list li {
    margin-bottom: 15px;
  }
  #features .features-list .each-feature .content {
    padding: 20px 0;
    min-height: auto !important;
  }
  #features .features-list .each-feature .content .title {
    position: relative;
    margin-bottom: 15px;
  }
  #features .features-list .each-feature .content .title:after {
    content: "";
  }
  #features .features-list .each-feature .content .des .know-more-btn {
    margin-top: 1.5em !important;
    display: block;
    font-size: 15px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  #features .features-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

@media (min-width: 576px) and (max-width: 990px) {
  #features .features-list .each-feature {
    margin-bottom: 30px;
  }
  #features .features-list .each-feature .content {
    background: #0E1D3F;
    color: #ffffff;
    padding: 20px;
    position: relative;
    min-height: 270px;
  }
  #features .features-list .each-feature .content .title {
    color: #fff !important;
    margin-bottom: 20px;
    font-weight: 600;
  }
  #features .features-list .each-feature .content .des p {
    color: #fff !important;;
  }
  #features .features-list .each-feature .content .des .know-more-btn {
    color: #FF4D00;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-top: 3em;
  }
  #features .features-list .each-feature .content .des .know-more-btn .right-arrow {
    float: right;
  }
  #features .features-list .each-feature .content .des .know-more-btn .right-arrow img {
    width: 60px;
  }
}

#whatHappening {
  position: relative;
}

#whatHappening .each-post .content {
  margin-top: 20px;
}

#whatHappening .each-post .content .title {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 10px;
}

#whatHappening .each-post .content a {
  color: #FF4D00;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
}

#whatHappening .each-post .content .title a{
  color: #212529;
}
#whatHappening .each-post .content a img {
  width: 40px;
  margin-left: 10px;
}

#whatHappening .shape_1 {
  position: absolute;
  left: -375px;
  top: 43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  width: 500px;
}

@media (min-width: 1400px) {
  #whatHappening .shape_1 {
    position: absolute;
    left: -395px;
    top: 43%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1;
    width: 500px;
  }
}

@media (min-width: 0px) and (max-width: 576px) {
  #whatHappening {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  #whatHappening .each-post .content a {
    display: block;
  }
  #whatHappening .read-more-action .arrow-icon {
    right: 0;
  }
}

#serviceLandingInfo {
  padding: 0;
  position: relative;
  min-height: 85vh;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#serviceLandingInfo .content-block {
  position: reltive;
  min-height: 85vh;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 35px;
  z-index: 100;
}

#serviceLandingInfo .content-block p a {
  color: #FF4D00;
}

#serviceLandingInfo .right-image {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  max-width: 760px;
  width: 100%;
}

@media only screen and (min-width: 1400px){
  #serviceLandingInfo .right-image{
    max-width: 45% !important;
  }
  /*.page-id-131 #serviceLandingInfo .right-image {
    background-size: 135% !important;
    max-width: 45% !important;
  }*/
  .page-id-195 #serviceLandingInfo .right-image{
    background-size: 105% !important;
  }
}

/*#serviceLandingInfo .right-image#csr-bannerInfo {
  background: url("../../assets/img/service-landing-info.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

#serviceLandingInfo .right-image#careers-bannerInfo {
  background: url("../../assets/img/service-landing-info.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

#serviceLandingInfo .right-image#privacy-policy-bannerInfo {
  background: url("../../assets/img/service-landing-info.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

#serviceLandingInfo .right-image#contact-us-bannerInfo {
  background: url("../../assets/img/service-landing-info.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

#serviceLandingInfo .right-image#ehs-covid-bannerInfo {
  background: url("../../assets/img/service-landing-info.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

#serviceLandingInfo .right-image#process-bannerInfo {
  background: url("../../assets/img/service-landing-info.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

#serviceLandingInfo .right-image#portfolio-bannerInfo {
  background: url("../../assets/img/service-landing-info.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

#serviceLandingInfo .right-image#services-bannerInfo {
  background: url("../../assets/img/service-landing-info.svg") no-repeat;
  background-size: cover;
  background-position: center;
}*/

#serviceLandingInfo .right-image#about-bannerInfo {
  background-repeat: no-repeat;
  /*background-size: cover;*/
  background-size: contain;
  background-position: center;
  background-color: #fff;
  overflow: hidden;
  /*z-index: -1;*/
}

@media only screen and (max-width: 1199px){
  #serviceLandingInfo .right-image#about-bannerInfo,
  #serviceLandingInfo .right-image#contact-us-bannerInfo{
    margin-top: 90px;
    background-color: #fff !important;
    height: auto !important;
  }
}
@media only screen and (min-width: 1200px){
  #serviceLandingInfo .right-image#about-bannerInfo > img,
  #serviceLandingInfo .right-image#contact-us-bannerInfo > img{
    display: none;
  }
}

#serviceLandingInfo .right-image#blog-bannerInfo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#serviceLandingInfo .right-image{
  background-size: cover;
  background-position: left;
}

#serviceLandingInfo .shapes , .shapes.home-banner-shape{
  position: absolute;
  bottom: -150px;
  right: 0;
  z-index: -1;
  max-width: 400px;
}

@media (min-width: 0px) and (max-width: 576px) {
  #serviceLandingInfo .shapes, .shapes.home-banner-shape{
    display: block;
   }
  #serviceLandingInfo .right-image {
    height: 500px;
  }
  #serviceLandingInfo .content-block {
    padding-top: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #serviceLandingInfo .shapes, .shapes.home-banner-shape{
    display: none;
  }
}

@media (max-width: 1199px) {
  #serviceLandingInfo {
    display: block;
    height: auto;
  }
  #serviceLandingInfo .right-image {
    position: relative;
    max-width: 100%;
    height: 800px;
  }
  #serviceLandingInfo .content-block {
    min-height: auto;
    padding-top: 4em;
    height: auto;
    padding-right: 0;
  }
  #serviceLandingInfo .shapes, .shapes.home-banner-shape{
    bottom: -75px;
    max-width: 200px;
  }
}

@media (min-width: 1800px) {
  #serviceLandingInfo .right-image {
    right: 200px;
  }
}

@media (min-width: 2000px) {
  #serviceLandingInfo {
    height: 60vh;
  }
  #serviceLandingInfo .right-image {
    right: 350px;
  }
  #serviceLandingInfo .shapes, .shapes.home-banner-shape{
    display: none;
  }
  #serviceLandingInfo .content-block {
    height: 60vh;
  }
}

#servicesModels {
  padding: 0;
}

#servicesModels .each-model {
  text-align: center;
  margin-bottom: 4em;
}

#servicesModels .each-model .image {
  margin-bottom: 10px;
}

#servicesModels .each-model .image img {
  width: 68px;
}

#servicesModels .each-model .content .model-name {
  color: #000000;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.3;
}

@media (min-width: 0px) and (max-width: 576px) {
  #servicesModels .each-model {
    margin-bottom: 2em;
  }
}

#projectsShowcase {
  padding: 4em 0;
  position: relative;
  z-index: 1;
}

#projectsShowcase .shape_1 {
  position: absolute;
  right: 135px;
  top: 38px;
  max-width: 200px;
  z-index: -1;
}

#projectsShowcase .slick-custom-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 6em;
}

#projectsShowcase .slick-custom-arrows .icon {
  width: 30px;
  height: 30px;
  border: 1px solid #FF4D00;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#projectsShowcase .slick-custom-arrows .icon img {
  width: 15px;
}

#projectsShowcase .slick-custom-arrows li:not(:last-child) {
  margin-right: 3px;
}

#projectsShowcase .slick-custom-arrows .slick-arrow.slick-hidden {
  display: block;
}

#projectsShowcase .slick-custom-arrows li:hover {
  cursor: pointer;
}

#projectsShowcase .each-project .image {
  margin-bottom: 15px;
}

#projectsShowcase .each-project .content {
  margin-right: 3.5em;
}

#projectsShowcase .each-project .content article .title {
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 5px;
}

@media (min-width: 576px) and (max-width: 768px) {
  #projectsShowcase {
    padding: 3em 0 2em 0;
  }
  #projectsShowcase .projects-showcase-slider {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr;
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
  #projectsShowcase .projects-showcase-slider .each-project {
    margin-bottom: 30px;
  }
  #projectsShowcase .projects-showcase-slider .each-project .content article .title {
    font-size: 1.2em;
  }
}

@media (min-width: 0px) and (max-width: 576px) {
  #projectsShowcase {
    padding: 0 0 1em 0;
  }
  #projectsShowcase .projects-showcase-slider .each-project {
    margin-bottom: 30px;
  }
  #projectsShowcase .projects-showcase-slider .each-project .content article .title {
    font-size: 1.5em;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #052757;
  }
}

.business-model {
  position: relative;
  margin-top: 2em;
}

@media (min-width: 991px) {
  .business-model .features-list li:nth-child(1) {
    background: url("../../assets/img/business-models/model_1.png") no-repeat !important;
    background-size: cover;
    background-position: center;
  }
  .business-model .features-list li:nth-child(2) {
    background: url("../../assets/img/business-models/model_2.png") no-repeat !important;
    background-size: cover;
    background-position: center;
  }
  .business-model .features-list li:nth-child(3) {
    background: url("../../assets/img/business-models/model_3.png") no-repeat !important;
    background-size: cover;
    background-position: center;
  }
  .business-model .features-list li:nth-child(4) {
    background: url("../../assets/img/business-models/model_4.png") no-repeat !important;
    background-size: cover;
    background-position: center;
  }
}

.business-model .shapes .shape_1 {
  position: absolute;
  top: 3em;
  right: 0;
  z-index: -1;
  max-width: 450px;
}

.business-model .shapes .shape_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  max-width: 450px;
}

#contactIdeaStrip {
  background-image: url("../../assets/img/bgs/contact-strip.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

#contactIdeaStrip:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  background: #FF4D00;
  z-index: -1;
}

#contactIdeaStrip .heading {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.3;
  letter-spacing: 0;
}
#contactIdeaStrip form.wpcf7-form{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#contactIdeaStrip .form-group{
  position: relative;
  margin: 0 1em 1em 0;
  width: calc(37.5% - 1em);
  max-width: 250px;
  overflow: hidden;
}
#contactIdeaStrip .form-group input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  padding: 0;
  background: none;
  color: #ffffff;
}
#contactIdeaStrip .form-group.form-button{
  width: 25%;
  margin-right: 0;
}
#contactIdeaStrip .form-group.form-button input{
  color: transparent;
  border: none !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../assets/img/icons/white-arrow-line.svg);
}
#contactIdeaStrip .form-group input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#contactIdeaStrip .form-group input::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 500;
  font-size: 0.9em;
  opacity: 1;
}

#contactIdeaStrip .form-group input:-ms-input-placeholder {
  color: #ffffff;
  font-weight: 500;
  font-size: 0.9em;
  opacity: 1;
}

#contactIdeaStrip .form-group input::-ms-input-placeholder {
  color: #ffffff;
  font-weight: 500;
  font-size: 0.9em;
  opacity: 1;
}

#contactIdeaStrip .form-group input::placeholder {
  color: #ffffff;
  font-weight: 500;
  font-size: 0.9em;
  opacity: 1;
}

@media (min-width: 0) and (max-width: 767px) {
  #contactIdeaStrip #contact-strip-form:not(.active){ 
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  #awards + #awards{
    padding-top: 1em;
  }
  #awards.current-infrastructure .each-award:last-child{
    padding-bottom: 0 !important;
  }
  #contactIdeaStrip .contact-strip-toggle {
    display: inline-block;
    float: right;
    font-size: 1em;
  }
  #contactIdeaStrip .form-group {
    width: 100%;
  }
  #contactIdeaStrip form .form-group {
    margin-bottom: 30px;
  }
  #contactIdeaStrip form .submit-btn {
    margin-top: 20px;
  }
  #contactIdeaStrip form.active {
    opacity: 1;
    height: auto;
    margin-top: 30px;
  }
  #features .features-list li{
    background-image: none !important;
  }
  .single-post.single-post-banner {
    position: relative;
    overflow: hidden;
  }
  .hover-image-bottom-shape::before,
  .single-post.single-post-banner::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.1);
  }
  #ourTeam .teamContent .persons-content-list, #ourTeam .teamContent .message{
    height: 400px !important;
  }
  #blog-section .section-heading .heading.heading-line::after{
    height: 35px !important;
  }
  #ourTeam .teamContent .persons-content-list .each-person{
    margin-right: 5em !important;
  }
  #ourTeam .teamContent:not(.careerForm) .persons-content-list .each-person .person-description{
    font-size: 1em !important;
  }
  #ourTeam .teamContent:not(.careerForm) .persons-content-list .each-person .person-name{
    margin-top: 1.5em !important;
  }
}

.each-process {
  padding: 4em 0;
}

@media (max-width: 576px) and (min-width: 0px) {
  .each-process {
    padding-top: 0;
  }
}

.each-process .content-block.left-gap {
  margin-left: 30px;
}

@media (max-width: 576px) and (min-width: 0px) {
  .each-process .content-block.left-gap {
    margin-left: 0px;
  }
}

.each-process .content-block article .heading {
  margin-bottom: 30px;
}

.each-process .content-block .list li {
  padding-left: 20px;
  position: relative;
}

.each-process .content-block .list li:not(:last-child) {
  margin-bottom: 10px;
}

.each-process .content-block .list li:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF4D00;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#projectProcessSteps {
  min-height: 600px;
  position: relative;
}

@media (max-width: 576px) and (min-width: 0px) {
  #projectProcessSteps {
    margin-top: 30px;
  }
}

#projectProcessSteps .stepsList > li {
  opacity: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/*#projectProcessSteps .stepsList > li:nth-child(1) {
  background: url("../../assets/img/project-process/slider_1.png") no-repeat;
  background-size: cover;
  background-position: center;
}

#projectProcessSteps .stepsList > li:nth-child(2) {
  background: url("../../assets/img/project-process/slider_2.png") no-repeat;
  background-size: cover;
  background-position: center;
}

#projectProcessSteps .stepsList > li:nth-child(3) {
  background: url("../../assets/img/project-process/slider_3.png") no-repeat;
  background-size: cover;
  background-position: center;
}

#projectProcessSteps .stepsList > li:nth-child(4) {
  background: url("../../assets/img/project-process/slider_4.png") no-repeat;
  background-size: cover;
  background-position: center;
}

#projectProcessSteps .stepsList > li:nth-child(5) {
  background: url("../../assets/img/project-process/slider_5.png") no-repeat;
  background-size: cover;
  background-position: center;
}

#projectProcessSteps .stepsList > li:nth-child(6) {
  background: url("../../assets/img/project-process/slider_6.png") no-repeat;
  background-size: cover;
  background-position: center;
}

#projectProcessSteps .stepsList > li:nth-child(7) {
  background: url("../../assets/img/project-process/slider_7.png") no-repeat;
  background-size: cover;
  background-position: center;
}
*/
#projectProcessSteps .stepsList > li.active {
  opacity: 1;
}

#projectProcessSteps .stepsList > li .eachProcessStep .number-shape img {
  width: 300px;
  float: right;
}

@media (max-width: 576px) and (min-width: 0px) {
  #projectProcessSteps .stepsList > li .eachProcessStep .number-shape img {
    float: left;
  }
}

#projectProcessSteps .stepsList > li .eachProcessStep .content {
  padding-top: 10em;
}

@media (max-width: 576px) and (min-width: 0px) {
  #projectProcessSteps .stepsList > li .eachProcessStep .content {
    padding-top: 0;
  }
}

#projectProcessSteps .stepsList > li .eachProcessStep .content .section-heading {
  color: #ffffff;
}

#projectProcessSteps .stepsList > li .eachProcessStep .content .section-heading .heading {
  color: #FF4D00;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 576px) and (min-width: 0px) {
  #projectProcessSteps .stepsList > li .eachProcessStep .content .section-heading .heading {
    padding-top: 0px;
    padding-left: 0;
  }
}

#projectProcessSteps .stepsList > li .eachProcessStep .content .section-heading .heading img {
  width: 55px;
  margin-right: 10px;
}

#projectProcessSteps .stepsList > li .eachProcessStep .content .section-heading .list li {
  padding-left: 20px;
  position: relative;
}

#projectProcessSteps .stepsList > li .eachProcessStep .content .section-heading .list li:not(:last-child) {
  margin-bottom: 5px;
}

@media (max-width: 576px) and (min-width: 0px) {
  #projectProcessSteps .stepsList > li .eachProcessStep .content .section-heading .list li {
    font-size: 15px;
  }
}

#projectProcessSteps .stepsList > li .eachProcessStep .content .section-heading .list li:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF4D00;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#projectProcessSteps .stepsList > li .eachProcessStep .content .section-heading .list li p {
  color: #ffffff;
}

#projectProcessSteps .step-button {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  text-align: center;
}

#projectProcessSteps .step-button a {
  text-transform: uppercase;
  color: #FF4D00;
  font-weight: 600;
  font-size: 0.85em;
}

#projectProcessSteps .step-button a span img {
  width: 60px;
  margin-left: 20px;
}

#projectProcessSteps .step-button a:hover {
  cursor: pointer;
}

#processSteps {
  min-height: 600px;
  position: relative;
}

/*#processSteps .stepsList li:nth-child(1) {
  background: url("../../assets/img/project-process/slider_1.png") no-repeat;
  background-size: cover;
  background-position: center;
}

#processSteps .stepsList li:nth-child(1) .section-heading:after {
  background: url("../../assets/img/project-process/number_1.svg") no-repeat;
  background-size: contain;
}

#processSteps .stepsList li:nth-child(2) {
  background: url("../../assets/img/project-process/slider_2.png") no-repeat;
  background-size: cover;
  background-position: center;
}

#processSteps .stepsList li:nth-child(2) .section-heading:after {
  background: url("../../assets/img/project-process/number_2.svg") no-repeat;
  background-size: contain;
}

#processSteps .stepsList li:nth-child(3) {
  background: url("../../assets/img/project-process/slider_3.png") no-repeat;
  background-size: cover;
  background-position: center;
}

#processSteps .stepsList li:nth-child(3) .section-heading:after {
  background: url("../../assets/img/project-process/number_3.svg") no-repeat;
  background-size: contain;
}

#processSteps .stepsList li:nth-child(4) {
  background: url("../../assets/img/project-process/slider_4.png") no-repeat;
  background-size: cover;
  background-position: center;
}

#processSteps .stepsList li:nth-child(4) .section-heading:after {
  background: url("../../assets/img/project-process/number_4.svg") no-repeat;
  background-size: contain;
}

#processSteps .stepsList li:nth-child(5) {
  background: url("../../assets/img/project-process/slider_5.png") no-repeat;
  background-size: cover;
  background-position: center;
}

#processSteps .stepsList li:nth-child(5) .section-heading:after {
  background: url("../../assets/img/project-process/number_5.svg") no-repeat;
  background-size: contain;
}

#processSteps .stepsList li:nth-child(6) {
  background: url("../../assets/img/project-process/slider_6.png") no-repeat;
  background-size: cover;
  background-position: center;
}

#processSteps .stepsList li:nth-child(6) .section-heading:after {
  background: url("../../assets/img/project-process/number_6.svg") no-repeat;
  background-size: contain;
}

#processSteps .stepsList li:nth-child(7) {
  background: url("../../assets/img/project-process/slider_7.png") no-repeat;
  background-size: cover;
  background-position: center;
}

#processSteps .stepsList li:nth-child(7) .section-heading:after {
  background: url("../../assets/img/project-process/number_7.svg") no-repeat;
  background-size: contain;
}*/

#ARVR {
  padding: 4em 0 0 0;
}
#arVrVideo .swiper-wrapper .swiper-slide{
  position: relative;
  overflow: hidden;
}
.video-play-btn {
  position: absolute;
  width: 100%;
  max-width: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: 10000;
  opacity: 0.75;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.video-play-btn:hover {
  opacity: 1;
}
.video-play-btn.playing{
  display: none;
}
@media only screen and (max-width: 576px){
  .video-play-btn {
    max-width: 75px;
  }
}

#awards {
  padding: 4em 0;
  position: relative;
}
#awards .shape_1 {
  position: absolute;
  right: 99px;
  top: 128px;
  max-width: 200px;
  z-index: -1;
}

@media (min-width: 1400px) {
  #awards .shape_1 {
    right: 57px;
  }
}

#awards .slick-custom-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 4em;
  margin-top: 12%;
}

#awards .slick-custom-arrows .icon {
  width: 30px;
  height: 30px;
  border: 1px solid #FF4D00;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#awards .slick-custom-arrows .icon img,
#awards .slick-custom-arrows .icon svg {
  width: 15px;
}

#awards .slick-custom-arrows .icon:hover {
  background: #FF4D00;
}

#awards .slick-custom-arrows .icon:hover svg path {
  fill: #ffffff;
}

#awards .slick-custom-arrows li:not(:last-child) {
  margin-right: 3px;
}

#awards .slick-custom-arrows li:hover {
  cursor: pointer;
}

#awards .each-award {
  background: #F7F7F7;
  padding: 40px 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
}

#awards .each-award .image {
  margin-bottom: 20px;
}

#awards .each-award .content p {
  position: relative;
  font-weight: 500;
  color: #000000;
  font-size: 0.9em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#awards .each-award .content p::before,
#awards .each-award .content p::after{
  content: '"';
  position: absolute;
  width: 10px;
  height: 10px;
  font-size: 2.5em;
  color: #FF4D00;
}
#awards .each-award .content p::before{
  top: -15px;
  left: -5px;
}
#awards .each-award .content p::after{
  bottom: -5px;
  right: -5px;
}
#awards .cat-2 .each-award .content p::before{
  top: -25px;
}
#awards .each-award:hover .content p::before,
#awards .each-award:hover .content p::after{
  color: #fff;
}

#awards .each-award .content .company-name {
  color: #FF4D00;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#awards .each-award:hover {
  background: #FF4D00;
}

#awards .each-award:hover .content p {
  color: #ffffff;
}

#awards .each-award:hover .content .company-name {
  color: #000000;
}

.awards-slider.vertical-post li > div{
  width: 50%;
  flex: 0 0 50%;
}
.awards-slider.vertical-post .each-award .image{
  margin-bottom: 15px !important;
}
#awards .slick-list {
  padding-left: 0px !important;
}
@media only screen and (max-width:  576px){
  .awards-slider.vertical-post li > div{
    width: 100%;
    flex: 0 0 100%;    
  }
}


#ongoingProject {
  padding: 4em 0;
}

#ongoingProject .slick-custom-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 6em;
}

#ongoingProject .slick-custom-arrows .icon {
  width: 30px;
  height: 30px;
  border: 1px solid #FF4D00;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#ongoingProject .slick-custom-arrows .icon img {
  width: 15px;
}

#ongoingProject .slick-custom-arrows li:not(:last-child) {
  margin-right: 3px;
}

#ongoingProject .slick-custom-arrows li:hover {
  cursor: pointer;
}

#ongoingProject .each-project .image {
  position: relative;
}

#ongoingProject .each-project .image .cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111E3D;
  opacity: 0.8;
}

#ongoingProject .each-project .image .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#ongoingProject .each-project .image .logo img {
  max-width: 200px;
}

#ongoingProject .slick-list {
  padding-left: 0px !important;
}

/* key projects - begins */
#keyProjectsGroup {
  position: relative;
  overflow: hidden;
}

#keyProjectsGroup #keyProjectsHeading {
  padding: 6em 0 0 0;
}

#keyProjectsGroup #keyProjectsGrid #allProjects {
  white-space: nowrap;
  overflow-x: visible;
  overflow-y: hidden;
  width: 100%;
}

#keyProjectsGroup #keyProjectsGrid #allProjects ul {
  display: inline-block;
}

#keyProjectsGroup #keyProjectsGrid #allProjects ul:not(:last-child) {
  margin-right: 5px;
}

#keyProjectsGroup #keyProjectsGrid #allProjects ul .each-project {
  background-size: cover !important;
  background-position: center !important;
}

@media only screen and (min-width: 576px){

.keyProjectsGridLayout .parent {
display: grid !important;
/*grid-template-columns: repeat(6, 1fr);
grid-template-rows: repeat(5, 1fr);*/
grid-column-gap: 10px;
grid-row-gap: 10px;
width: 100%;
min-width: 900px;
}

.div-1 { grid-area: 1 / 1 / 2 / 3; }
.div-2 { grid-area: 1 / 3 / 3 / 7; }
.div-3 { grid-area: 2 / 1 / 4 / 3; }
.div-4 { grid-area: 3 / 3 / 4 / 5; }
.div-5 { grid-area: 3 / 5 / 4 / 7; } 
}

/* keyProjectsGrid */
#keyProjectsGrid{

}
#keyProjectsGrid img {
  max-width: 100%;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
  object-fit: cover;
  object-position: center;
}

/* Main CSS */
#keyProjectsGrid .grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
@media only screen and (max-width: 576px){
  #keyProjectsGrid .grid-wrapper {
    display: flex;
    flex-direction: column;
  }
  #keyProjectsGrid .grid-wrapper .project-item {
    margin-bottom: 1em;
    flex: 0 0 250px;
    width: 100%;
  }
}
@media only screen and (min-width: 577px){
  #keyProjectsGrid .grid-wrapper {
    display: flex;
    padding-bottom: 1.5em;
    grid-gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  #keyProjectsGrid .grid-wrapper .wide {
    grid-column: span 2;
  }
  #keyProjectsGrid .grid-wrapper .tall {
    grid-row: span 2;
  }
  #keyProjectsGrid .grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media only screen and (min-width: 992px){
  #keyProjectsGrid > .container-fluid{
    width: 92%;
  }
}

#allProjects .project-item,
#keyProjectsModal .project-slides,
#project-thumbnails .image{
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
#allProjects .project-item::after,
#keyProjectsModal .project-slides::after {
  content: "";
  padding: 5px;
  min-width: 200px;
  background: #0E1D3F;
  min-height: 40px;
  position: absolute;
  bottom: 0;
  left: -2px;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#keyProjectsModal .project-slides::after{
  width: 100%;
  max-width: 90%;
}
#allProjects .project-item .title,
#keyProjectsModal .project-slides .title{
  position: absolute;
  z-index: 9;
  width: auto;
  left: 40px;
  bottom: 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}
#allProjects .project-item .title::after,
#keyProjectsModal .project-slides .title::after{
  content: "";
  position: absolute;
  left: -10px;
  height: 14px;
  width: 2px;
  top: 0px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  background: #ffffff;
}

#keyProjectsGroup .sort-filter.city-filter #city-select{
  margin-top: 2em;
  margin-bottom: 1em;
  margin-left: auto;
  width: 100%;
  max-width: 200px;
  padding: 5px 10px 5px 0;
  font-size: 13px;
  line-height: 15px;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #000;
  background-color: transparent;
  outline: none;
}

@media only screen and (max-width: 576px){
  #industriesWiseClients select.industry_field{
    width: 100%;
  }
  #keyProjectsGroup #keyProjectsHeading{
    padding: 0 !important;
  }
  #industriesWiseClients .sort-filter select.form-select,
  #keyProjectsGroup .sort-filter.city-filter #city-select{
    background: #F7F7F7;
    border-radius: 5px;
    padding: 10px 25px 10px 10px;
    margin: 0 0 2em 0;
    height: 45px;
    min-width: 225px;
    width: 100%;
    max-width: 100% !important;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FF4D00;
    border: 1px solid #FF4D00 !important;
    border: none;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
  }
  #industriesWiseClients .all-clients{
    display: grid !important;
    max-height: 100% !important;
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  #industriesWiseClients .all-clients .each-client .image{
    width: 100% !important;
    height: 100% !important;
  }
  #industriesWiseClients .slick-custom-arrows{
    display: none !important;
  }
  #industriesWiseClients .industries-information{
    min-height: auto !important;
    margin-top: 0 !important;
  }
  #industriesWiseClients .industries-information .section-heading{
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;;
  }
}


#keyProjectsGroup .shape_1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 300px;
}

#keyProjectsGroup .shape_2 {
  position: absolute;
  top: 0;
  right: -250px;
  z-index: -1;
  max-width: 350px;
}

/* key project - modal */

/* The Modal (background) */
.project-modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding: 125px 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.75);
}

/* Modal Content */
.project-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  margin-top: 50%;
  padding: 0;
  width: 90%;
  max-width: 700px;
  overflow: hidden;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/* The Close Button */
.project-modal .close {
  color: white;
  position: absolute;
  top: 100px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  z-index: 1000;
}

.project-modal .close:hover,
.project-modal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.project-slides {
  display: none;
  height: 100%;
}
.project-slides .product-slide-inner, 
.project-slides .product-slide-inner img{
  position: relative;
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 350px;
  overflow: hidden;
}

.project-modal .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.project-modal .prev,
.project-modal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  /*margin-top: -50px;*/
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.project-modal .project-slides.have_gallery.active + .prev,
.project-modal .project-slides.have_gallery.active + .prev + .next{
  top: 35%;
}

/* Position the "next button" to the right */
.project-modal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.project-modal .prev:hover,
.project-modal .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

#project-thumbnails {
  /*margin-bottom: -4px;*/
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
#project-thumbnails .image{
  width: 33%;
  flex: 0 0 33%;
}
#project-thumbnails .image img{
  width: 200px;
  max-width: 770px;
  height: 118px;
  max-height: 455px;
  object-fit: cover;
  object-position: center;
}

.project-modal .demo {
  opacity: 0.95;
}

.project-modal .active, .project-modal .demo:hover {
  opacity: 1;
}

.project-modal img.hover-shadow {
  transition: 0.3s;
}

.project-modal .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* key projects - ends */

#industriesWiseClients {
  padding: 2em 0;
  background: #F7F7F7;
  /*min-height: 600px;*/
}

#industriesWiseClients select.industry_field{
  background: #FF4D00;
  border-radius: 5px;
  padding: 10px 25px 10px 10px;
  height: 45px;
  min-width: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border: none;
}

#industriesWiseClients .tabs-content-block {
  margin-left: 20px;
}

#industriesWiseClients .sort-filter {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#industriesWiseClients .sort-filter select {
  max-width: 230px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  height: 50px;
  background: transparent;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  padding: 0 2px;
  font-weight: 500;
  vertical-align: bottom !important;
  padding-top: 15px;
  font-size: 0.9em;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 20px;
}

#industriesWiseClients .industries-information {
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

#industriesWiseClients .industries-information .image {
  position: relative;
}

#industriesWiseClients .industries-information .section-heading {
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 10%;
  right: 20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#industriesWiseClients .overall-slider-component {
  margin-top: 20px;
}

#industriesWiseClients .all-clients {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: baseline;
  max-height: 465px;
  /*gap: 10px;*/
  padding-bottom: 20px;
  overflow: hidden;
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
  -ms-scroll-behavior: smooth;
}

#industriesWiseClients .all-clients .each-client{
  /*margin: 0 10px 10px;*/
  width: 165px;
  height: 90px;
  border: 5px solid #F7F7F7;
}
#industriesWiseClients .all-clients .each-client .image {
  background: #ffffff;
  width: 150px;
  height: 80px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#industriesWiseClients .all-clients .each-client .image img {
  max-width: 80px;
  width: 100%;
}

#industriesWiseClients .all-clients .each-client:hover {
  cursor: pointer;
}

#industriesWiseClients .slick-custom-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}

#industriesWiseClients .slick-custom-arrows .icon {
  width: 30px;
  height: 30px;
  border: 1px solid #FF4D00;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#industriesWiseClients .slick-custom-arrows .icon img {
  width: 15px;
}

#industriesWiseClients .slick-custom-arrows li:not(:last-child) {
  margin-right: 3px;
}

#industriesWiseClients .slick-custom-arrows li:hover {
  cursor: pointer;
}

#aboutCompany {
  padding: 4em 0 0 0;
  min-height: 600px;
}

#aboutCompany .nav-tabs {
  background: #FF4D00;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  overflow: hidden;
  display: flex;
  padding: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#aboutCompany .nav-tabs .nav-link {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.9em;
  border: none;
  outline: none;
  font-weight: 400;
  padding: 10px 15px;
}
#aboutCompany select.nav.nav-tabs,
#aboutCompany select.nav.nav-tabs option{
  padding: 10px 15px;
  color: #fff;
  height: 45px;
  border: none;
  outline: none;
}
#aboutCompany select.nav.nav-tabs{
}

#aboutCompany .nav-tabs .nav-link:hover,
#aboutCompany .nav-tabs .nav-link.active {
  background: transparent;
  color: #212529;
}

#aboutCompany .nav-tabs .nav-link:hover {
  background: transparent;
}

#aboutCompany {
  margin-top: 3em;
}

#aboutCompany .right-block .image {
  position: relative;
}

#aboutCompany .right-block .image .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20%;
  right: 20%;
}

@media (max-width: 576px) and (min-width: 0px) {
  #aboutCompany .right-block .image .content {
    position: relative;
    margin: 20px 20px 0px 0px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 0;
    left: 0;
    right: 0;
  }
}

.nav-tabs-responsive {
  display: none;
}

@media (max-width: 576px) and (min-width: 0px) {
  .dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn {
    width: 90%;
    background-color: #f36a26;
    border: none;
    padding: 15px;
    text-align: start;
    border-radius: 8px;
    margin-top: 6%;
    font-weight: 500;
  }
  .btn:hover {
    background-color: #e75f1b;
  }
  .btn img {
    margin-left: 68%;
    height: 20px;
  }
  .dropdown-menu.show {
    display: block;
    width: 90%;
    border-radius: 8px;
  }
  .dropdown-item:hover {
    color: white;
    background-color: #e75f1b;
  }
  #aboutCompany {
    padding: 0;
    min-height: 600px;
  }
  .section-heading {
    margin-bottom: 2em;
    margin-top: 0;
  }
  #about-page-numbers {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 20%;
  }
}

#ourFootPrints {
  padding: 2em 0;
  min-height: 700px;
  position: relative;
  overflow: hidden;
}

#ourFootPrints .shape_1 {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  width: 100%;
}

#ourFootPrints .locations-list {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  padding: 20px;
  max-width: 310px;
  border: none;
}

#ourFootPrints .locations-list .heading-office {
  font-size: 0.9em;
  font-weight: 600;
  background: #f2f2f2;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 3px;
}

#ourFootPrints .locations-list .heading-office img {
  width: 15px;
  margin-right: 2px;
}

#ourFootPrints .locations-list .accordion {
  padding: 0 10px;
}

#ourFootPrints .locations-list .accordion .accordion-item {
  border: none;
}

#ourFootPrints .locations-list .accordion .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}

#ourFootPrints .locations-list .accordion .accordion-item #collapseOne {
  border: none;
}

#ourFootPrints .locations-list .accordion .accordion-item .accordion-button {
  padding: 0;
  border: none;
  background: none;
}

#ourFootPrints .locations-list .accordion .accordion-item .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#ourFootPrints .locations-list .accordion .accordion-item .accordion-button:after {
  display: none;
}

#ourFootPrints .locations-list .accordion .accordion-item .heading-block .icon-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25px auto;
      grid-template-columns: 25px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#ourFootPrints .locations-list .accordion .accordion-item .heading-block .icon-block .icon img {
  width: 15px;
  padding-top: 2px;
  margin-right: 5px;
}

#ourFootPrints .locations-list .accordion .accordion-item .heading-block .icon-block .content .heading {
  color: #FF4D00;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
}

#ourFootPrints .locations-list .accordion .accordion-item .accordion-collapse {
  border: none;
}

#ourFootPrints .locations-list .accordion .accordion-item .accordion-body {
  padding: 0;
  border: none;
}

#ourFootPrints .locations-list .accordion .accordion-item .accordion-body address {
  margin-left: 25px;
  margin-top: 0;
  margin-bottom: 0;
}

#ourFootPrints .locations-list .accordion .accordion-item .accordion-body address p {
  font-size: 0.85em;
  line-height: 1.5;
}

#ourTeam {
  padding: 4em 0;
  min-height: 700px;
}

@media (min-width: 0px) and (max-width: 576px) {
  #ourTeam {
    padding: 3em 0 0;
    position: relative;
  }
}

#ourTeam .section-heading .heading {
  color: #FF4D00;
}

@media (min-width: 0px) and (max-width: 576px) {
  #ourTeam .section-heading .heading {
    text-align: start;
    padding: 0;
  }
}

#ourTeam .teamContent {
  position: relative;
}

@media only screen and (max-width:  767px){
  .each-process .row .col-md-6.image-col {
    order: 2;
  }
}

@media (min-width: 768px) {
  #contactIdeaStrip .contact-strip-toggle {
    display: none;
  }
  #ourTeam .teamContent:not(.careerForm):after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: url("../../assets/img/carrers-img-form.png") no-repeat;
    background-size: cover;
    background-position: right top;
    right: 50%;
    z-index: -1;
  }
  #ourTeam .teamContent.careerForm:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: url("../../assets/img/carrers-img-form.png") no-repeat;
    background-size: cover;
    background-position: right top;
    right: 50%;
    z-index: -1;
  }
}

#ourTeam .teamContent .persons-content-list,
#ourTeam .teamContent .message {
  position: relative;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  #ourTeam .teamContent{
    overflow: hidden;
  }
  #ourTeam .teamContent.careerForm:after {
    background: none;
  }
  #ourTeam .teamContent .message::after,
  #ourTeam .teamContent.careerForm .persons-content-list:after {
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    bottom: 0;
    right: -55px;
    background: url("../../assets/img/carrers-img-form.png") no-repeat;
    background-size: cover;
    background-position: right top;
    z-index: -1;
  }
}

#ourTeam .teamContent .persons-content-list .each-person {
  margin-right: 10em;
  display: none;
}

#ourTeam .teamContent .persons-content-list .each-person .person-designation {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2em;
  position: relative;
  color: #111e3d;
}

#ourTeam .teamContent .persons-content-list .each-person .person-designation:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 45px;
  background: #ffffff;
  top: -15px;
  left: -10px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#ourTeam .teamContent .persons-content-list .each-person .person-description {
  color: #ffffff;
  font-size: 1.1em;
  font-weight: 400;
}

#ourTeam .teamContent .persons-content-list .each-person .person-name {
  font-weight: 600;
  color: #111e3d;
  margin-top: 3em;
}

#ourTeam .teamContent .persons-content-list .show {
  display: block;
}

#ourTeam .teamContent .right-block {
  position: relative;
}

#ourTeam .teamContent .right-block .shape {
  position: absolute;
  display: none;
}

#ourTeam .teamContent .right-block .team-list-block .team-list {
  overflow-y: auto;
  overflow-x: hidden;
  border-bottom: 0px;
  padding: 20px 10px;
}

@media (min-width: 577px) {
  #ourTeam .teamContent .right-block .team-list-block .team-list {
    position: relative;
    width: calc(100% - 1em);
    max-width: 400px;
    max-height: 450px;
    border-radius: 50px 50px 0 0;
    margin: 2em 1em 2em 1em;
    -webkit-transform: skewY(15deg) rotate(-15deg);
    transform: skewY(15deg) rotate(-15deg);
  }
  #ourTeam .teamContent .right-block .team-list-block .team-list:nth-child(2){
    border: 1px solid #FF4D00;
    border-right: none;
    border-bottom: none;
  }
  #ourTeam .teamContent .right-block .team-list-block .team-list:nth-child(2)::before{
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    width: 100%;
    height: 1px;
    background: #FF4D00;
  }
  .team-list-block{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

#ourTeam .teamContent .right-block .team-list-block .team-list::-webkit-scrollbar {
  width: 3px;
}

#ourTeam .teamContent .right-block .team-list-block .team-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

#ourTeam .teamContent .right-block .team-list-block .team-list::-webkit-scrollbar-thumb {
  background-color: #FF4D00;
  outline: 1px solid #FF4D00;
  opacity: 0.5;
}

#ourTeam .teamContent .right-block .team-list-block .team-list li {
  margin-bottom: 1.5em;
}

@media (min-width: 576px) {
  #ourTeam .teamContent .right-block .team-list-block .team-list li {
    -webkit-transform: skewY(-15deg) rotate(15deg);
    transform: skewY(-15deg) rotate(15deg);
  }
}

#ourTeam .teamContent .right-block .team-list-block .team-list li:last-child {
  margin-bottom: 0;
}

#ourTeam .teamContent .right-block .team-list-block .team-list li .each-block {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 95px auto;
      grid-template-columns: 95px auto;
}

@media (min-width: 576px) {
  #ourTeam .teamContent .right-block .team-list-block .team-list li .each-block .image img {
    width: 80px;
    height: auto;
  }
}

#ourTeam .teamContent .right-block .team-list-block .team-list li .each-block .content .name {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 5px;
}

#ourTeam .teamContent .right-block .team-list-block .team-list li .each-block .content .designation {
  font-size: 0.9em;
  color: #FF4D00;
  margin-bottom: 5px;
}

#ourTeam .teamContent .right-block .team-list-block .team-list li .each-block .content p {
  font-size: 0.9em;
}

#ourTeam .teamContent .right-block .team-list-block .team-list li:hover {
  cursor: pointer;
}

#legacy {
  min-height: 600px;
  background: #F7F7F7;
  padding: 4em 0;
}
#legacy .timeline-container{
  position: relative;
  overflow-x: auto;
  overflow-y: hidden; 
}
#legacy .legacy-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
}
#legacy .timeline-col::after{
  position: absolute;
  content: "";
  width: 75px;
  height: calc(100% - 15px);
  top: 0;
  right: 0;
  background: #F7F7F7;
  z-index: 1;
}

#legacy .legacy-list li {
  position: relative;
}

#legacy .legacy-list li .image {
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#legacy .legacy-list li .image img {
  max-width: 50px;
}

#legacy .legacy-list li .year {
  text-align: center;
  margin-bottom: 0;
  font-size: 0.9em;
}

#legacy .legacy-list li .orange-line {
  height: 30px;
  border-right: 1.5px solid #FF4D00;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  display: table;
  position: relative;
}

#legacy .legacy-list li .orange-line:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #FF4D00;
  border-radius: 50%;
  left: 50%;
  top: -5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#legacy .legacy-list li .dotted-line {
  height: 40px;
  border-right: 2px dashed #000000;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  display: table;
  margin-bottom: 5px;
}

#legacy .legacy-list li .des {
  font-weight: 300;
  font-size: 0.8em;
  line-height: 1.4;
}
#legacy .line, 
.timeline-col{
  position: relative;
}
#legacy .line-image{
  position: absolute;
  top: 28.5%;
  left: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  z-index: 10;
}
#legacy:hover .line-image{
  /*top: 28.2%;*/
}
#legacy .legacy-list.timeline li{
  position: relative;
  display: block;
  padding: 5px;
  flex: 0 0 100px;
  width: 100px;
  height: auto;
  min-height: 350px;
}
#legacy .legacy-list.timeline li .indicate{
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
}
#legacy .legacy-list.timeline li .description{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  transform: translatey(18px);
  -webkit-transform: translatey(18px);
  height: auto;
  min-height: 150px;
}
#legacy .legacy-list.timeline li.bottom .description{
  flex-direction: column-reverse;
  justify-content: flex-start;
}
#legacy .legacy-list.timeline li .year {
  text-align: center;
  margin-bottom: 0;
  font-size: 0.9em;
  margin-top: 0;
}
#legacy .legacy-list.timeline li .des {
  position: relative;
  text-align: center;
  width: 100%;
}
#legacy .legacy-list.timeline li .dotted-line{
  position: relative;
}
#legacy .legacy-list.timeline li .orange-line{
  height: 30px;
  border-right: 1.5px solid #FF4D00;
  text-align: center;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  position: relative;
}

#legacy .legacy-list.timeline li .image {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
  transform: none;
  display: table;
  margin: 1em auto;
}
#legacy .legacy-list.timeline li:nth-child(even){

}

/* legacy highlights */
#legacy .key-highlights{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
#legacy .timeline-highlights{
  margin: 25px 10px 15px;
  padding: 15px 15px 20px;
  width: 100%;
  max-width: 350px;
  flex: 0 0 350px;
  border-radius: 10px;
  border-top: 10px solid #FF4D00;
  background: #fff;
  transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
}
#legacy .timeline-highlights .year,
#legacy .timeline-highlights .timeline-head,
#legacy .timeline-highlights .list-highlights{
  transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
}

#legacy ul.mob-timeline .timeline-highlights,
#legacy ul.mob-timeline .timeline-highlights .year,
#legacy ul.mob-timeline .timeline-highlights .timeline-head,
#legacy ul.mob-timeline .timeline-highlights .list-highlights{
  transform: skewX(0deg);
  -webkit-transform: skewX(0deg);
}

#legacy .timeline-highlights .year span{
  font-size: 12px;
  color: #111E3D;
  line-height: 14px;
}
#legacy .timeline-highlights .timeline-head{
  font-size: 14px;
  color: #FF4D00;
  line-height: 18px;
}
#legacy .timeline-highlights .list-highlights ul{
  margin-top: 10px;
  padding-left: 1em;
}
#legacy .timeline-highlights .list-highlights ul li{
  list-style: disc;
  padding-left: 0.5em;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
}

/* mobile-timelin  */
.mtimeline-container{
  position: relative;
  /*overflow: hidden;*/
}
.mtimeline-container::before{
  position: absolute;
  content: "";
  width: 2px;
  top: 25px;
  left: 0;
  height: calc(100% - 10px);
  background: #FF4D00;
}
.mtimeline-container::after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -20px;
  left: -3px;
  border: 4px solid transparent;
  border-top: 4px solid #FF4D00;
}
.mob-timeline > li{
  position: relative;
  margin-bottom: 1.75em;
  padding-left: 2em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.mob-timeline > li::before{
  position: absolute;
  content: "";
  width: 2em;
  height: 2px;
  top: 25px;
  left: 0;
  background: #FF4D00;
}
.mob-timeline > li::after{
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 22px;
  left: -3px;
  border-radius: 50%;
  background: #FF4D00;
}
.mob-timeline li .image{
  flex: 0 0 65px;
  width: 65px;
}
.mob-timeline li img{
  max-width: 50px;
}
.mob-timeline li .content{
  flex: 0 0 calc(100% - 65px);
  width: calc(100% - 65px);
}
.mob-timeline li .content .year{
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
}
.mob-timeline li .content .des{
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}

#ourNumbers {
  padding-bottom: 2em;
}

#ourNumbers .numbers-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media only screen and (max-width: 576px){
  #ourNumbers .numbers-list{
    -ms-grid-columns: 2fr 2fr;
    grid-template-columns: 2fr 2fr;
  }
}

#ourNumbers .numbers-list .each-number {
  position: relative;
}

#ourNumbers .numbers-list .each-number:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 45px;
  background: #FF4D00;
  top: -5px;
  left: -10px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#ourNumbers .numbers-list .each-number .number {
  font-weight: 700;
  font-size: 3em;
}

#ourNumbers .numbers-list .each-number .title {
  font-weight: 500;
  font-size: 0.9em;
}

@media (min-width: 991px) {
  .policies-protocols .features-list .each-feature .content {
    right: 10% !important;
  }
  .policies-protocols .features-list .each-feature .content .des {
    min-height: 250px !important;
  }
  .policies-protocols .features-list .each-feature .content {
    bottom: -250px !important;
  }
  .policies-protocols .features-list .each-feature:hover .content {
    bottom: 2% !important;
  }
  .policies-protocols .features-list .each-feature:hover .content .title {
    -webkit-transform: translateY(-25%) !important;
            transform: translateY(-25%) !important;
  }
  .policies-protocols .features-list li{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.policies-protocols .features-list .list p {
  font-size: 0.9em;
  position: relative;
}

.policies-protocols .features-list .list p:not(:last-child) {
  margin-bottom: 10px;
}

.policies-protocols .features-list .list p:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF4D00;
  position: absolute;
  left: -15px;
  top: 7px;
}

#policiesSliderBlock .slick-slider {
  margin: 0;
}

#policiesSliderBlock .slick-slide {
  margin: 0;
}

.slick-slider .slick-slide{
  cursor: auto;
}

@media (max-width: 900px) {
  .policies-protocols .features-list {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
  }
  .policies-protocols .features-list li {
    background: none !important;
    height: auto !important;
  }
  .policies-protocols .features-list .each-feature .content {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: auto !important;
    margin-top: 30px !important;
    background-color: none;
  }
  .policies-protocols .features-list .each-feature .content p {
    color: #000000 !important;
  }
  .policies-protocols .each-feature {
    margin-bottom: 40px !important;
  }
  .policies-protocols .title {
    color: #0E1D3F !important;
    text-transform: uppercase;
    font-weight: 600 !important;
  }
  .policies-protocols .features-list .each-feature:after,
  .policies-protocols .features-list .each-feature:before {
    display: none !important;
  }
}

#covidMeasures {
  padding: 4em 0;
  position: relative;
  overflow: hidden;
}

#covidMeasures .shape_1 {
  position: absolute;
  right: -20%;
  bottom: 0;
  max-width: 800px;
  z-index: -1;
}

#covidMeasures .container {
  background: #F7F7F7;
  padding: 50px 50px 50px 60px;
  border-radius: 10px;
}

@media (max-width: 567px) and (min-width: 0px) {
  #covidMeasures .container {
    padding: 0 30px 0px 20px;
  }
}

#covidMeasures .list {
  /*margin-top: 20px;*/
}

#covidMeasures .list {
  margin-top: 20px;
}

#covidMeasures .list p{
  padding-left: 20px;
  position: relative;
  overflow: hidden;
}
#covidMeasures .list p:not(:last-child) {
  margin-bottom: 10px;
}

#covidMeasures .list p:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF4D00;
  position: absolute;
  left: 0;
  top: 15px;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

@media (min-width: 0px) and (max-width: 576px) {
  #covidMeasures .list li:after {
    top: 10%;
  }
}

#covidMeasures .section-heading {
  margin-bottom: 1em;
}

#covidMeasures .position-relative {
  position: relative;
}

#covidMeasures .measures-icon {
  text-align: right;
}

#covidMeasures .slick-custom-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  z-index: 2;
  right: 10%;
  top: -20px;
}

#covidMeasures .slick-custom-arrows .icon {
  width: 30px;
  height: 30px;
  border: 1px solid #FF4D00;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#covidMeasures .slick-custom-arrows .icon img {
  width: 15px;
}

#covidMeasures .slick-custom-arrows li:not(:last-child) {
  margin-right: 3px;
}

#covidMeasures .slick-custom-arrows li:hover {
  cursor: pointer;
}

@media (min-width: 0) and (max-width: 991.98px) {
  #covidMeasures .covid-measures-slider {
    margin-top: 2em;
  }
}

#covidMeasures .slick-slide {
  margin: 0;
}

@media (min-width: 0px) and (max-width: 576px) {
  #awards .each-award {
    min-height: 450px !important;
  }
}

#monthlyStatistics {
  padding: 0;
  overflow: hidden;
}

#monthlyStatistics .table-mobile-version {
  display: none;
}

#monthlyStatistics .statistics-table {
  border-collapse: inherit;
}

#monthlyStatistics .statistics-table thead tr th {
  background: #FF4D00;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-size: 0.85em;
  border-radius: 10px;
  vertical-align: middle;
  padding: 3px;
  z-index: 1;
}
#monthlyStatistics .statistics-table thead tr th,
#monthlyStatistics .statistics-table tbody tr td{
  min-width: 100px;
}

#monthlyStatistics .statistics-table .empty-line {
  height: 10px;
}

#monthlyStatistics .statistics-table tr{
  border-color: transparent !important;
}
#monthlyStatistics .statistics-table tbody tr td:not(.td-table-container) {
  text-align: center;
  background: #F7F7F7;
  border: none;
  vertical-align: middle;
  border-radius: 10px;
  font-size: 0.80em;
  height: 50px;
}
#monthlyStatistics .statistics-table.leed-projects tr .td-table-container{
  padding: 0;
  margin-left: 7.5em;
  display: block;
}
#monthlyStatistics .statistics-table.ehs-covid tr th:nth-child(1),
#monthlyStatistics .statistics-table.ehs-covid tr td:nth-child(1),
table.statistics-table.leed-projects > tbody > tr > td:nth-child(1) {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
#monthlyStatistics .statistics-table.ehs-covid tr th:nth-child(1),
#monthlyStatistics .statistics-table.ehs-covid tr td:nth-child(1){
  width: 100px;
  min-height: 50px;
}
#monthlyStatistics .statistics-table.ehs-covid tr th:nth-child(1){
  min-height: 60px;
  z-index: 10;
}
#monthlyStatistics .statistics-table.ehs-covid tr th:nth-child(1)::before{
  position: absolute;
  content: "";
  width: 110px;
  margin-left: -5px;
  min-height: 60px;
  z-index: 5;
}
table.statistics-table.leed-projects > tbody > tr > td:nth-child(1){
  color: #fff;
}
table.statistics-table.leed-projects > tbody > tr > td:nth-child(1),
table.statistics-table.leed-projects tr:nth-child(1) td.td-table-container tr:nth-child(1) td {
  background: #FF4D00 !important;
}

table.statistics-table.leed-chart table{
  background: #FBFBFB !important;
  border-bottom: 2px solid #000;
}
table.statistics-table.leed-chart td{
  color: #fff;
  padding: 0 !important;
  vertical-align: bottom !important;
  background: transparent !important;
}
table.statistics-table.leed-chart .tb-chart-box{
  position: relative;
  display: block;
  width: 40px;
  padding: 5px;
  margin: 10px auto 1px;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 5px;
  background: #FF4D00 !important;
}
table.statistics-table.leed-chart td.td-graph{
  background: #fff !important;
  position: absolute;
  margin-left: -5px;
  border-radius: 0 !important;
  min-width: 105px !important;
  min-height: 75px !important;
  z-index: 1;
}
#monthlyStatistics .statistics-table.leed-projects tbody tr:last-child td.td-table-container td ,
#monthlyStatistics tbody tr td:last-child{
  font-weight: 600;
}
#monthlyStatistics div.table-chart-col{
  position: relative;
  overflow: hidden;
}
#monthlyStatistics div.table-chart-col::before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 105px;
  height: calc(100% - 17px);
  background: #fff;
}
#monthlyStatistics table.statistics-table .offset-col{
  background: transparent !important;
}

@media (min-width: 576px) and (max-width: 1200px) {
  #monthlyStatistics .statistics-table thead tr th {
    min-width: 120px;
  }
}

@media (max-width: 576px) {
  #monthlyStatistics .statistics-table:not(.leed-chart, .leed-projects) {
    display: none;
  }
  #monthlyStatistics .table-mobile-version {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #monthlyStatistics th {
    background: #FF4D00;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    font-size: 0.85em;
    border-radius: 10px;
    vertical-align: middle;
    padding: 15px;
    max-width: 100px;
  }
  #monthlyStatistics tbody tr td {
    text-align: center;
    background: #F7F7F7;
    border: none;
    vertical-align: middle;
    border-radius: 10px;
    font-size: 0.9em;
    max-width: 100px;
    border: 1px solid #fff;
  }
}

@media only screen and (min-width: 1024px){
  #monthlyStatistics div.table-responsive{
    overflow-x: hidden;
  }
  #monthlyStatistics div.table-responsive:hover{
    overflow-x: auto;
  }
}

#ourSocialContext {
  padding: 6em 0 2em 0;
  position: relative;
}

@media (max-width: 576px) and (min-width: 0px) {
  #ourSocialContext {
    padding: 0;
  }
}

#ourSocialContext .col-9 {
  width: 100%;
}

#ourSocialContext .each-social-context {
  margin-bottom: 50px;
}

#ourSocialContext .each-social-context .image {
  margin-bottom: 20px;
}

#ourSocialContext .each-social-context .content .title {
  font-size: 1em;
  color: #000000;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#ourSocialContext .each-social-context .content .impact-text span {
  color: #FF4D00;
  padding-right: 10px;
}

#ourSocialContext .shape_1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  max-width: 400px;
}

#contactFormBlock {
  margin-top: 30px;
}
#contactFormBlock div.wpcf7 .screen-reader-response{
 display: none;
}
#contactFormBlock .form-control {
  line-height: 1;
}
#contactFormBlock .form-group {
  margin-bottom: 30px;
}
#contactFormBlock .form-group.textarea{
  margin-bottom: 18px;
}
#contactFormBlock .form-group label{
  width: 100%;
}
#contactFormBlock .form-group input,
#contactFormBlock .form-group select,
#contactFormBlock .form-group textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 0;
  outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus,
.form-group input:hover,
.form-group select:hover,
.form-group textarea:hover{
  border-bottom: 1px solid #FF4D00 !important;
  outline: none !important;
}
#contactIdeaStrip form input:focus,
#contactIdeaStrip form input:hover{
  border-bottom: 1px solid #000 !important;
}

#contactFormBlock .form-group input::-webkit-input-placeholder {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
}

#contactFormBlock .form-group input:-ms-input-placeholder {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
}

#contactFormBlock .form-group input::-ms-input-placeholder {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
}

#contactFormBlock .form-group input::placeholder {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
}

#contactFormBlock .form-group input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#contactFormBlock .submit-btn {
  border: none;
  background: transparent;
  color: #FF4D00;
  font-weight: 600;
  font-size: 0.9em;
  padding: 0;
  margin-top: 10px;
}

#contactFormBlock .submit-btn span img {
  width: 40px;
  margin-left: 20px;
}

#maps {
  padding: 8em 0;
  position: relative;
}

#maps .shape_1 {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
  max-width: 400px;
}

#maps #map_wrapper {
  height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#maps #map_wrapper #map {
  height: 100%;
  width: 100%;
}

#maps #map_wrapper .map-locations {
  height: 480px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  width: 300px;
  padding: 30px;
  background: #ffffff;
  position: absolute;
  right: 15%;
  top: -40px;
}

#maps #map_wrapper .map-locations .locations-list li {
  padding: 5px 10px;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#maps #map_wrapper .map-locations .locations-list li:not(:last-child) {
  margin-bottom: 10px;
}

#maps #map_wrapper .map-locations .locations-list li:hover {
  background: #F7F7F7;
  cursor: pointer;
}

#maps #map_wrapper .map-locations .locations-list li.active {
  background: #F7F7F7 !important;
}

#maps #map_wrapper .map-locations .locations-list li .each-location {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25px auto;
      grid-template-columns: 25px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#maps #map_wrapper .map-locations .locations-list li .each-location .icon img {
  width: 15px;
  padding-top: 2px;
  margin-right: 5px;
}

#maps #map_wrapper .map-locations .locations-list li .each-location .content .heading {
  color: #FF4D00;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
}

#all-policies {
  padding-bottom: 4em;
}

#all-policies .eachPolicy {
  padding-top: 4em;
  position: relative;
}

#all-policies .eachPolicy.each-policy_two {
  padding-top: 1em !important;
}

#all-policies .eachPolicy .section-heading {
  margin-bottom: 2em;
}

#all-policies .eachPolicy .section-heading .heading {
  font-size: 1.1em;
}

.each-blog-article .tag-heading {
  color: #FF4D00;
  font-weight: 600;
  font-size: 0.7em;
  padding-left: 22px;
  margin-bottom: 3px;
}

.each-blog-article .blog-title {
  margin-bottom: 20px;
}

.each-blog-article .blog-title .date {
  padding-left: 20px;
  font-size: 0.9em;
  color: #707070;
}

.each-blog-article .section-heading .heading {
  margin-bottom: 0;
  font-size: 1.1em;
}

.each-blog-article .section-heading .heading.heading-line:after {
  top: -15px;
}

.each-blog-article .read-more-btn {
  color: #FF4D00;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
}

.each-blog-article .read-more-btn img {
  width: 40px;
  margin-left: 20px;
}

#blog-section {
  padding: 4em 0;
  position: relative;
}

#blog-section .shape_1 {
  position: absolute;
  top: -300px;
  right: 0;
  z-index: -1;
  max-width: 400px;
}

#blog-section .each-blog:not(:last-child) {
  margin-bottom: 30px;
}

#blog-section .each-blog .blog-image {
  margin-bottom: 30px;
}

.sidebar-widget .each:not(:last-child) {
  margin-bottom: 3em;
}

.sidebar-widget .each .line-heading {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.sidebar-widget .each#popular-posts .popular-posts-list li:not(:last-child) {
  margin-bottom: 10px;
}

.sidebar-widget .each#popular-posts .popular-posts-list li .each-post {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% auto;
      grid-template-columns: 30% auto;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar-widget .each#popular-posts .popular-posts-list li .each-post .title {
  font-size: 0.9em;
  color: #020000;
  font-weight: 500;
}

.sidebar-widget .each#top-picks .top-picks-list li:not(:last-child) {
  margin-bottom: 20px;
}

.sidebar-widget .each#top-picks .top-picks-list li .each-pick {
  position: relative;
}

.sidebar-widget .each#top-picks .top-picks-list li .each-pick .image {
  margin-bottom: 10px;
}

.sidebar-widget .each#top-picks .top-picks-list li .each-pick .tag-name {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #FF4D00;
  color: #ffffff;
  border-radius: 100px;
  font-size: 0.8em;
  padding: 2px 15px;
}

.sidebar-widget .each#top-picks .top-picks-list li .each-pick .title {
  font-size: 0.9em;
  color: #020000;
  font-weight: 500;
  padding-right: 15px;
}

.sidebar-widget .each#categories .category-list li:not(:last-child) {
  border-bottom: 1px dashed #000000;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.sidebar-widget .each#categories .category-list li p {
  font-size: 0.9em;
}

.sidebar-widget .each#tags .tags-list li {
  margin-bottom: 10px;
}

.sidebar-widget .each#tags .tags-list li:not(:last-child) {
  margin-right: 10px;
}

.sidebar-widget .each#tags .tags-list li p {
  background: #E8E8E8;
  border-radius: 6px;
  padding: 1px 15px;
  font-size: 0.9em;
  font-weight: 400;
  color: #111E3D;
}

#blog-details-banner {
  position: relative;
}

#blog-details-banner .shapes {
  position: absolute;
  bottom: -200px;
  right: 0;
  z-index: -1;
  max-width: 400px;
}

#lifeAtWoodkraft {
  padding: 4em 0;
  position: relative;
  min-height: 500px;
  overflow: hidden;
}

#lifeAtWoodkraft .shape {
  position: relative;
  position: absolute;
  bottom: 125px;
}

#lifeAtWoodkraft .shape .image {
  max-width: 1400px;
}

#lifeAtWoodkraft .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#lifeAtWoodkraft .list li {
  text-align: center;
}

@media (min-width: 0px) and (max-width: 576px) {
  #lifeAtWoodkraft .list li {
    width: 100px;
    font-size: 11px;
  }
}

#lifeAtWoodkraft .list li .image {
  margin-bottom: 15px;
}

#lifeAtWoodkraft .list li .image img {
  max-width: 74px;
}

#lifeAtWoodkraft .list li .name {
  font-weight: 500;
  font-size: 0.8em;
  text-transform: uppercase;
  line-height: 1.4;
}

@media (min-width: 0px) and (max-width: 576px) {
  #lifeAtWoodkraft .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #lifeAtWoodkraft .list li{
    width: calc(33% - 9px);
    flex: 0 0 calc(33% - 9px);
  }
  .list li {
    margin-left: 9px !important;
    margin-bottom: 35px;
  }
  #lifeAtWoodkraft {
    padding: 0 0 2em 0;
  }
  ul {
    margin-left: 0;
  }
  #contactFormBlock form .read-more-action{
    display: block;
    max-width: calc(100% - 80px);
  }
  #contactFormBlock form .read-more-action input{
    padding-left: 0;
  }
}


/* search page  */
.pagination {
  margin: 5em 0 3em 0;
  justify-content: center;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  color: #fff;
  background: #FF4D00;
}
.pagination .page-numbers {
  font-size: 12px;
  color: #FF4D00;
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #FF4D00;
}
.search .search__results .section-heading .heading.heading-line::after{
  top: -5px;
  height: 40px;
}
.search .main-content{
  padding-top: 0;
}
.custom-search-form-container{
  display: block;
  position: relative;
  padding: 100px 0 75px;
  background: #FF4D00;
  overflow: hidden;
}
.custom-search-form-container::before, .custom-search-form-container::after{
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FF4D00;
  z-index: -1;
}
.custom-search-form-container::before, .search-form-container::before{
  right: 100%;
}
.custom-search-form-container::after, .search-form-container::after{
  left: 100%;
}
.custom-search-form-container .custom-search-form .formRow{
  padding-bottom: 1.5em;
}
.formRow .search-col{
  position: relative;
  overflow: hidden;
}
.custom-search-form-container .custom-search-form ::placeholder, .search-form ::placeholder{
  color: #fff;
  opacity: 1;
}
.custom-search-form-container .custom-search-form #searchField{
  width: 100%;
  max-width: 500px;
  color: #fff !important;
  font-family: inherit;
  font-weight: 400;
  font-size: 25px;
  padding-left: 35px;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  background: transparent;
  outline: none;
}
.postCount{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 45px;
}
.postCount span{
  color: #e30413;
}
article.csearch-post .sub_head{
  font-size: 13px;
  margin-bottom: 0 !important;
}
article.csearch-post .post-title{
  margin-bottom: 0.25em;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 35px;
  text-decoration: none;
}
article.csearch-post.search-article .post-title{
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}
article.csearch-post .post-content{
  padding-top: 1em;
}
@media only screen and (max-width: 1199px){
  .category-post.category-post-banner,
  .custom-search-form-container{
    margin-top: 75px;
  }
}