.hero {
  width: 100%;
  height: 85vh;
  padding: 85px 20px 20px 20px;
  background-color: #fff;
  position: relative;
}
.video-bg {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.video-bg video {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  max-width: none;
}
@supports (-o-object-fit: cover) or (object-fit: cover) {
  .video-bg video {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) and
  (-ms-ime-align: auto) {
  .video-bg video {
    height: auto;
    width: auto;
  }
}
#slide-show {
  position: absolute;
  z-index: 9;
  top: 110px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  overflow: hidden;
  border-radius: 10px;
}
.slide-text {
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.slide-text b,
.slide-text strong {
  font-weight: 400;
}
.slide-text h2 {
  font-weight: 100;
  /* font-family: "Open Sans", sans-serif !important; */
  font-size: 45px;
  text-align: center;
  line-height: 60px;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
  margin-bottom: 20px;
}
.slidex {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: -1;
}
.activx {
  opacity: 1;
}
.slideshow-nav {
  display: none;
  position: absolute;
  margin-top: -30px;
  top: 50%;
  left: 20px;
  right: 20px;
  background: transparent;
}
.slideshow-nav a {
  transition: all 0.4s;
  padding: 0;
  color: #fff;
  font-size: 40px;
  background: #24346e;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}
.slideshow-nav a:hover {
  opacity: 1;
  transform: scale(1.2);
}
.slideshow-nav .previousx {
  float: left;
}
.slideshow-nav .nextx {
  float: right;
}
.bg1 {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  width: 100%;
  min-width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  background: #24346e;
  background: -moz-linear-gradient(0deg, #24346e 0%, rgba(36, 52, 110, 0) 50%);
  background: -webkit-linear-gradient(
    0deg,
    #24346e 0%,
    rgba(36, 52, 110, 0) 50%
  );
  background: linear-gradient(0deg, #24346e 0%, rgba(36, 52, 110, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#24346e",endColorstr="#24346e",GradientType=1);
}
.slider-center {
  position: absolute;
  height: 100%;
  width: 94%;
  transform: translate(3%, 0%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: transparent;
  letter-spacing: 2px;
}
.bg-img {
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: center center !important;
  background-size: cover !important;
}
.bg-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(36, 52, 110, 0.3);
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .hero {
    height: 50vh;
  }
  .slide-text h2 {
    font-size: 32px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .hero {
    height: 50vh;
  }
  .slide-text h2 {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  .hero {
    height: 50vh;
  }
  .slide-text h2 {
    font-size: 21px;
    line-height: 28px;
  }
  .slideshow-nav {
    margin: 0;
    top: initial;
    bottom: 15px;
    left: initial;
  }
  .slideshow-nav a {
    transition: all 0.4s;
    padding: 0;
    color: #fff;
    font-size: 24px;
    background: #24346e;
    width: 40px;
    height: 40px;
    border-radius: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    margin-left: 10px;
  }
}
.hero-counters {
  position: relative;
  padding: 10px 0px;
  background: #fcfaf7;
  background: -moz-linear-gradient(0deg, #fcfaf7 0%, #fff 100%);
  background: -webkit-linear-gradient(0deg, #fcfaf7 0%, #fff 100%);
  background: linear-gradient(0deg, #fcfaf7 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfaf7",endColorstr="#ffffff",GradientType=1);
}
.hero-counters .counter {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 1px 16px -2px #38414a26;
}
.hero-counters .count-icon {
  width: 5rem;
  height: 5rem;
  margin-right: 1.5rem;
  border-radius: 30px;
  flex-shrink: 0;
}
.hero-counters .count-icon .svg-icon {
  width: 48px;
  height: 48px;
}
.hero-counters .count-icon.icon-bg1 {
  background: #e7f0f9;
}
.hero-counters .count-icon.icon-bg2 {
  background: #e9fbf4;
}
.hero-counters .count-icon.icon-bg3 {
  background: #fcf2e8;
}
.hero-counters .count-icon.icon-bg4 {
  background: #f0e3f7;
}
.hero-counters .count-number {
 /* font-family: "Open Sans", sans-serif !important; */
  font-size: 1.75rem;
 
  margin-bottom: 0;
  color: #24346e;
}
.hero-counters .count-text {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1.5;
  color: rgba(19, 39, 40, 0.6) !important;
}
.hero-counters:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/wood-pattern.svg");
  background-repeat: repeat;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1280px) {
  .hero-counters .count-icon {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
    border-radius: 20px;
  }
  .hero-counters .count-icon .svg-icon {
    width: 32px;
  }
  .hero-counters .count-number {
    font-size: 1.5rem;
  }
  .hero-counters .count-text {
    font-size: 0.875rem;
  }
}
@media (max-width: 1199px) {
  .hero-counters .count-icon {
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 1rem;
    border-radius: 20px;
  }
  .hero-counters .count-icon .svg-icon {
    width: 32px;
  }
  .hero-counters .count-number {
    font-size: 1.5rem;
  }
  .hero-counters .count-text {
    font-size: 0.875rem;
  }
}
.intro {
  background-color: #fcfaf7;
}
.whatWeDo {
  background: #24346e;
  position: relative;
}
.whatWeDo:before {
  content: "";
  position: absolute;
  background: url("../img/bg-1.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.15;
}
.whatWeDo-steps .whatWeDo-step {
  min-height: 295px;
}
.whatWeDo-steps .whatWeDo-step img {
  display: none;
}
.whatWeDo-steps .whatWeDo-step1 {
  background: url("../img/b1.png") no-repeat top left;
  padding-left: 300px;
}
.whatWeDo-steps .whatWeDo-step2 {
  background: url("../img/b2.png") no-repeat top right;
  padding-right: 300px;
  margin-top: -62px;
}
.whatWeDo-steps .whatWeDo-step3 {
  background: url("../img/b3.png") no-repeat top left;
  padding-left: 300px;
  margin-top: -62px;
}
@media (max-width: 991px) {
  .whatWeDo-steps .whatWeDo-step {
    min-height: 295px;
    display: flex;
  }
  .whatWeDo-steps .whatWeDo-step p {
    width: 100% !important;
  }
  .whatWeDo-steps .whatWeDo-step img {
    margin-right: 1.5rem;
    display: block;
  }
  .whatWeDo-steps .whatWeDo-step1 {
    background: transparent;
    padding-left: 0px;
  }
  .whatWeDo-steps .whatWeDo-step2 {
    background: transparent;
    padding-right: 0px;
    margin-top: 10px;
  }
  .whatWeDo-steps .whatWeDo-step2 img {
    margin-left: 1.5rem;
    margin-right: 0;
  }
  .whatWeDo-steps .whatWeDo-step3 {
    background: transparent;
    padding-left: 0px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .whatWeDo-steps .whatWeDo-step {
    min-height: inherit;
    margin-bottom: 30px;
  }
  .whatWeDo-steps .whatWeDo-step img {
    width: 80px;
    height: 89px;
    flex-shrink: 0;
  }
}
.buyer-benefits {
  background: #fff;
  position: relative;
}
.buyer-benefits:before {
  content: "";
  position: absolute;
  background: url("../img/bg-2.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.05;
}
.benefit-card {
  border-radius: 1.563rem;
  border: none;
  transition: all 0.3s ease-in;
  position: relative;
  box-shadow: 0 1px 16px -2px #38414a26;

}
.benefit-card:hover {
  background: #24346e !important;
}
.benefit-card:hover .benefit-title,
.benefit-card:hover .benefit-content {
  color: #fff;
}
.benefit-card .benefit-icon {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  background: #fcfaf7;
  box-shadow: 0px 3px 6px 0px rgba(110, 78, 36, 0.11);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(110, 78, 36, 0.11);
  -moz-box-shadow: 0px 3px 6px 0px rgba(110, 78, 36, 0.11);
}
.benefit-card .benefit-icon .svg-icon {
  width: 3.375rem;
  height: 3.375rem;
}
.benefit-card .benefit-title {
  color: #132728;
  font-size: 1.7rem;
  font-weight: 500;
}
.benefit-card .benefit-content {
  color: #494a50;
  font-size: 1rem;
  margin-bottom: 10px;
}
.unique-features .features-heading-container {
  padding: 80px 0px 350px 0px;
  background-image: url("../img/wave-pattern.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
}
.unique-features .feature-cards-container {
  padding-bottom: 80px;
  margin-top: -320px;
}
.unique-features .card-img-overlay {
  background: #24346e;
  background: -moz-linear-gradient(
    0deg,
    rgba(36, 52, 110, 0.9) 0%,
    rgba(36, 52, 110, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(36, 52, 110, 0.9) 0%,
    rgba(36, 52, 110, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(36, 52, 110, 0.9) 0%,
    rgba(36, 52, 110, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#24346e",endColorstr="#24346e",GradientType=1);
  position: absolute;
  top: inherit;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem 1.8rem;
  border-radius: 25px;
  height: 160px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.unique-features .card-img-overlay:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background: #24346e;
  background: -moz-linear-gradient(
    0deg,
    rgba(36, 52, 110, 0.9) 0%,
    rgba(36, 52, 110, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(36, 52, 110, 0.9) 0%,
    rgba(36, 52, 110, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(36, 52, 110, 0.9) 0%,
    rgba(36, 52, 110, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#24346e",endColorstr="#24346e",GradientType=1);
}
.unique-features .card-img-overlay .card-title {
  z-index: 2;
}
.unique-features .card,
.unique-features .card-img {
  border-radius: 25px !important;
}
.unique-features .feature-cards-container {
  top: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.unique-features .feature-cards-container h4 {
  font-size: 1.8rem;
  position: relative;
  display: inline-flex;
}
.unique-features .feature-cards-container h4:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: #f8ad42;
}
@media (max-width: 991px) {
  .unique-features .features-heading-container {
    padding: 80px 0px 50px 0px;
    background: #24346e;
  }
  .unique-features .feature-cards-container {
    margin-top: 0;
    padding: 0px 0px 80px 0px;
    background-image: url("../img/wave-pattern.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #24346e;
  }
}
@media (max-width: 767px) {
  .unique-features .card-img {
    height: 200px;
    object-fit: cover;
  }
  .unique-features .card-img-overlay {
    height: 50px;
    background: #24346e;
    background: -moz-linear-gradient(
      0deg,
      rgba(36, 52, 110, 0.9) 0%,
      rgba(36, 52, 110, 0.5) 100%
    );
    background: -webkit-linear-gradient(
      0deg,
      rgba(36, 52, 110, 0.9) 0%,
      rgba(36, 52, 110, 0.5) 100%
    );
    background: linear-gradient(
      0deg,
      rgba(36, 52, 110, 0.9) 0%,
      rgba(36, 52, 110, 0.5) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#24346e",endColorstr="#24346e",GradientType=1);
  }
  .unique-features .card-img-overlay h5 {
    margin: 0;
    font-size: 1.1rem;
  }
}
.project-highlights {
  background: #241a10;
  position: relative;
}
.project-highlights:before {
  content: "";
  position: absolute;
  background: url("../img/bg-3.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.15;
}
.project-highlights:after {
  content: "";
  position: absolute;
  background: url("../img/sand-brdr.png") repeat-x;
  height: 46px;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (min-width: 577px) and (max-width: 767px) {
  .custom-list {
    display: flex;
    flex-wrap: wrap;
  }
  .custom-list li {
    width: calc(100% / 2);
    padding: 0 10px;
  }
}
.ongoing-projects {
  background-color: #fcfaf7;
}
.whyUs {
  background: #fff;
  position: relative;
}
.whyUs:before {
  content: "";
  position: absolute;
  background: url("../img/bg-2.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.05;
}
.whyUs h4 {
  font-size: 2rem;
  line-height: 1.6;
  margin: 0;
  color: #24346e;
  font-weight: 700;
}
.whyUs .counter {
  padding: 40px;
  width: 210px;
  height: 210px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  border: 2px solid;
  color: #24346e;
}
.whyUs .counter .count-number {
  margin: 0;
  padding-top: 10px;
  position: relative;
}
.whyUs .counter .count-number:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 3px;
  background: rgba(73, 74, 80, 0.38);
  border-radius: 25px;
}
.whyUs .counter .count-text {
  margin: 5px 0 0;
  font-weight: 600;
  line-height: 1;
  color: #24346e;
}
@media (max-width: 767px) {
  .whyCounter {
    flex-direction: column;
  }
  .whyUs .counter {
    width: 100%;
    height: auto;
    align-items: center;
    padding: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 558px) {
  .hero-counters {
    padding: 0;
  }
  .hero-counters .counter {
    padding: 10px;
  }
  .hero-counters .count-icon {
    width: 3rem;
    height: 3rem;
  }
  .hero-counters .count-icon .svg-icon {
    width: 26px;
  }
  .hero-counters .count-text {
    margin-top: 0px;
  }
}
.owl-nav {
  position: absolute;
  top: -50px;
  right: 0;
  display: flex;
  align-items: center;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  fill: #858585;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.owl-nav .owl-prev i:hover,
.owl-nav .owl-next i:hover {
  fill: #4154f1;
}
.owl-nav .owl-next i {
  margin-left: 10px;
}
.owl-item {
  height: 150px !important;
  overflow: hidden !important;
  border-radius: 10px;
}
.owl-item .item {
  height: 100%;
}
.owl-item a {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.owl-item a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .owl-item {
    height: 300px !important;
    overflow: hidden !important;
  }
}
.vid-btn,
.aud-btn {
  z-index: 99;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 5px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4154f1;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.05) !important;
}
.vid-btn i,
.aud-btn i {
  font-size: 18px;
}
.vid-btn:hover,
.aud-btn:hover {
  background: #0a58ca;
  color: #fff;
}
.vid-btn {
  right: 20px;
}
.aud-btn {
  right: 76px;
}
@media (max-width: 767px) {
  .vid-btn,
  .aud-btn {
    width: 32px;
    height: 32px;
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1) !important;
  }
  .vid-btn i,
  .aud-btn i {
    font-size: 14px;
  }
 
  #awardModal {
    top: 60px !important;
  }
  #awardModal .modal-dialog {
    margin: 16px;
  }
  .vid-btn {
    right: 20px;
    top: 10px;
  }
  .aud-btn {
    right: 60px;
    top: 10px;
  }
}
.header.shrinked ~ main #awardModal {
  top: 48px !important;
}
body.modal-open {
  overflow: visible !important;
}
.animate-card {
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out,
    opacity 0.2s ease-out;
  transition-delay: 0.1s;
  transform: translateZ(0);
}
.animate-card:hover {
  opacity: 1 !important;
  box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px,
    rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px,
    rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px,
    rgba(35, 35, 35, 0.05) 0px 64px 64px;
  transform: translate(0, -15px);
  z-index: 9;
}
.custom-list li {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  position: relative;
  display: flex;
  padding-left: 36px;
  margin-bottom: 20px;
  transition: all 0.2s linear;
}
.custom-list li:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../img/point-icon.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  transition: all 0.2s linear;
}
#toTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #24346e;
  opacity: 0.6;
  color: #fff;
  font-size: 2rem;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 99999;
  transition: all 0.2s linear;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.25);
}
#toTop:hover {
  opacity: 1;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
