@font-face {
  font-family: "Nexa Heavy";
  src: url("/uat/assets/frontend/fonts/Nexa-Heavy.eot");
  src:
    url("/uat/assets/frontend/fonts/Nexa-Heavy.eot?#iefix")
      format("embedded-opentype"),
    url("/uat/assets/frontend/fonts/Nexa-Heavy.woff2") format("woff2"),
    url("/uat/assets/frontend/fonts/Nexa-Heavy.woff") format("woff"),
    url("/uat/assets/frontend/fonts/Nexa-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nexa Bold";
  src: url("/uat/assets/frontend/fonts/Nexa-Black.eot");
  src:
    url("/uat/assets/frontend/fonts/Nexa-Black.eot?#iefix")
      format("embedded-opentype"),
    url("/uat/assets/frontend/fonts/Nexa-Black.woff2") format("woff2"),
    url("/uat/assets/frontend/fonts/Nexa-Black.woff") format("woff"),
    url("/uat/assets/frontend/fonts/Nexa-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nexa Regular";
  src: url("/uat/assets/frontend/fonts/Nexa-Regular.eot");
  src:
    url("/uat/assets/frontend/fonts/Nexa-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("/uat/assets/frontend/fonts/Nexa-Regular.woff2") format("woff2"),
    url("/uat/assets/frontend/fonts/Nexa-Regular.woff") format("woff"),
    url("/uat/assets/frontend/fonts/Nexa-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nexa Light";
  src: url("/uat/assets/frontend/fonts/Nexa-Light.eot");
  src:
    url("/uat/assets/frontend/fonts/Nexa-Light.eot?#iefix")
      format("embedded-opentype"),
    url("/uat/assets/frontend/fonts/Nexa-Light.woff2") format("woff2"),
    url("/uat/assets/frontend/fonts/Nexa-Light.woff") format("woff"),
    url("/uat/assets/frontend/fonts/Nexa-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
  font-size: 16px;
  color: #073a4b;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
body {
  background: #f5f3ee;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
h1 {
  font-size: 50px;
  font-weight: 600;
}
h2 {
  font-size: 40px;
  font-weight: 600;
}
h3 {
  font-size: 32px;
  font-weight: 600;
}
h4 {
  font-size: 28px;
  font-weight: 600;
}
h5 {
  font-size: 22px;
  font-weight: 600;
}
p {
  font-family: "Montserrat", sans-serif;
}

.dkview {
  display: block !important;
}
.mbview {
  display: none !important;
}
@media (max-width: 767px) {
  .dkview {
    display: none !important;
  }
  .mbview {
    display: block !important;
  }
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1190px;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffc905;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/***********Header CSS Start**************/
header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition-duration: 0.6s;
  background: rgba(245, 243, 238, 0.95);
}
/*header.header-hide {*/
/*    transform: translateY(-90px);*/
/*}*/
.logo a {
  display: block;
}
.btn-primary {
  background-color: #ffc905;
  border-color: #ffc905;
  color: #073a4b;
  padding: 7px 14px 5px;
  letter-spacing: 1px;
  border-radius: 10px;
  outline: none !important;
  box-shadow: none !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
/*.btn-primary:before {
    content: "";
    width: 100%;
    height: 0;
    background: #1b4a5a;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition-duration: 0.4s;
}

.btn-primary span {
    position: relative;
}
*/
.btn-primary:hover:before {
  height: 100%;
}

.btn-primary:hover {
  color: #fff;
  background-color: #ffc905;
  border-color: #ffc905;
}
.btn-primary.big {
  padding: 10px 13px;
}
header ul li a.nav-link {
  color: #073a4b;
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
header ul li a.nav-link:hover {
  color: #e28f21;
}
ul.nav .dropdown > a:before {
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  right: -3px;
  font-size: 13px;
  top: 51%;
  transform: translateY(-50%);
}

header ul.navigation > li {
  margin: 0 10px;
  padding: 11px 0;
}
header ul.navigation li.dropdown {
  position: relative;
}

header li.static-position {
  position: static !important;
}

header ul.sub-menu {
  top: 90px !important;
}

header ul.navigation li.dropdown ul {
  position: absolute;
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 200px;
  background: #ffff;
  border-radius: 10px;
  box-shadow: 0 6px 35px 0 rgb(0 0 0 / 8%);
  top: calc(100% - 0px);
  padding: 6px 7px;
  transform: translateY(20px);
  transition-duration: 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

header ul.navigation li.dropdown ul:before {
  content: "";
  display: inline;
  border: 12px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
}

header ul.navigation li.dropdown ul li a {
  display: block;
  padding: 0px 10px 5px 27px;
  font-size: 15px;
  position: relative;
}
header ul.navigation li.dropdown ul li {
  margin-top: 6px;
}
header ul.navigation li.dropdown ul li a img {
  width: 20px;
  position: absolute;
  left: 0;
  top: 2px;
}

header ul.navigation li.dropdown:hover ul {
  transform: translateZ(0);
  opacity: 1;
  visibility: visible;
}
header ul.navigation li.dropdown ul li a i {
  padding-right: 5px;
}
/***********Header CSS End**************/
/***********Homepage CSS Start**************/
.main-banner-section-space {
  padding: 16% 0% 13%;
}
.main-banner-section-space-small {
  padding: 16% 0% 5%;
  height: 100vh;
}

/*.banner-title h2 {
    font-size: 50px;
    font-weight: 600;
    color: #073A4B;
}*/
/*.banner-title h1 {
    font-size: 50px;
    font-weight: 500;
    color: #073A4B;
}*/
.banner-title h2 span {
  color: #e28f21;
}
.banner-title h1 span {
  color: #e28f21;
}
.home-main-banner p {
  margin: 0;
}
.video-block {
  position: relative;
  width: 90%;
}

.video-block video {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 10px;
  pointer-events: none;
}
svg.top-corner {
  position: absolute;
  left: -30px;
  top: -24px;
  width: 53px;
}
img.bottom-curve {
  position: absolute;
  bottom: 0;
  left: 20vw;
  width: 370px;
}
img.right-clipart {
  position: absolute;
  right: -140px;
  bottom: 130px;
}
.section-space {
  padding: 50px 0;
}

.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 200px;
  overflow-x: hidden;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
svg.right-funnel {
  position: absolute;
  width: 50px;
  right: -80px;
  top: 70px;
}
img.video-circle {
  position: absolute;
  left: -60px;
  top: 50%;
  width: 20px;
}
.company-logo-block {
  text-align: center;
  background: #eeebe3;
  height: 80px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-logo-block img {
  width: auto;
  height: auto;
  filter: grayscale(1);
  transition-duration: 0.4s;
  max-height: 60px;
  max-width: 90%;
}
.company-logo-block:hover img {
  filter: grayscale(0);
}
.title {
  margin-bottom: 30px;
}
/*.title  h2 {
    font-size: 40px;
    color: #073A4B;
}*/
/*.title  h3 {
    font-size: 36px;
    color: #073A4B;
    line-height: 50px;
}*/
.title h3 span {
  color: #0b7372;
}
.section-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}
.section-content p:last-child {
  margin: 0;
}
.sticky-content-section {
  background: #ffc905;
  color: #fff;
  padding: 50px;
  border-radius: 10px;
  position: sticky;
  top: 145px;
}
.sticky-content-section.dark-blue {
  background: #073a4b;
}
.sticky-content-section.dark-green {
  background: #0b7372;
}

.sticky-content-section.dark-orange {
  background: #ec8857;
}

.sticky-content-section-v1 {
  position: sticky;
  top: 200px !important;
}
.sticky-content-section-v2 {
  position: sticky;
  top: 165px !important;
}

.movement-item {
  transition-duration: 0.4s;
  width: 100%;
}
.testimonial-2 .client-image {
  margin-top: 35px;
  margin-right: 35px;
}
.testimonial-1 .client-image,
.testimonial-3 .client-image {
  margin-bottom: 35px;
  margin-left: 35px;
}
.client-image {
  display: inline-block;
  border-radius: 30px 90px 30px 30px;
  overflow: hidden;
  box-shadow: -55px 55px 0px -7px #ffc905;
  transform: translate(10px, -10px);
  transition-duration: 0.6s;
  transition-delay: 0.3s;
}
.client-image.animate {
  transform: translate(0px, 0px);
  box-shadow: -35px 35px 0px -7px #ffc905;
}
.client-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.client-conetnt {
  position: relative;
}

.client-conetnt:before {
  content: "";
  background: #ffc905;
  position: absolute;
  font-size: 50px;
  line-height: 40px;
  padding-top: 12px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  color: #073a4b;
  text-align: center;
  background-image: url(/assets/images/frontend/images/quote.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.client-conetnt .client-head {
  padding-left: 60px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  min-height: 50px;
}
.client-conetnt .client-head h5 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  width: 100%;
  color: #073a4b;
}

.client-conetnt .client-head span {
  font-size: 16px;
  color: #5d6b70;
}

/*.client-conetnt h3 {
    margin: 0;
    font-size: 20px;
    color: #073A4B;
    line-height: 30px;
}*/
.section-space.large {
  padding: 120px 0;
}
/*.client-image.v2 {
    box-shadow: 55px -55px 0px -7px #ffc905;
    transform: translate(-10px, 10px);
}*/
.client-image.v2 {
  box-shadow: 35px -35px 0px -7px #ffc905;
  transform: translate(0px, 0px);
}
.tab-panel {
  background: #fff;
  padding: 7px 3px;
  display: flex;
  justify-content: space-evenly;
  border-radius: 10px;
  position: relative;
}

.tab-panel button {
  width: 100%;
  margin: 0 5px;
  padding: 7px 10px;
  border: none;
  border-radius: 10px;
  background: #fff;
  color: #073a4b;
  font-weight: 500;
}

.tab-panel button.active {
  background: #073a4b;
  color: #fff;
}

.tab-panel button:hover {
  background: #073a4b;
  color: #fff;
}
.boxes-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.boxes-section .block-1 {
  width: calc(100% / 8);
}

.boxes-section .block-2 {
  width: calc(100% / 4);
}
.boxes-section .block-1,
.boxes-section .block-2 {
  padding: 5px;
}
.boxes-section .radius-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.boxes-section .radius-block.h50 {
  height: calc(50% - 5px);
}

.boxes-section .radius-block.h50:nth-child(2) {
  margin-top: 10px;
}
.boxes-section .radius-block.img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxes-section .radius-block.img img {
  width: 110px;
  height: auto;
}
.tab-content .boxes-section .radius-block {
  transform: scale(0);
}
.boxes-section .radius-block {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 1s;
  min-height: unset;
}
.tab-content.active .boxes-section .radius-block {
  transform: scale(1);
}
.radius-block.content {
  display: flex;
  align-items: center;
  padding: 10px 25px;
}
.radius-block.content h5 {
  font-size: 24px;
  color: #073a4b;
  margin: 0;
  line-height: 1.6rem;
}

.radius-block.content p {
  margin: 0;
}
.radius-block.content.text-white h5 {
  color: #fff;
}
/*.radius-block.content.sml {
    padding: 10px 8px;
}*/
.tab-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.tab-content.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: 0.6s;
  overflow: initial;
}
.dark-blue-bg {
  background: #073a4b;
  color: #fff;
}
.top-radius {
  border-radius: 40px 40px 0 0;
}
/*.title.large h2 {
    font-size: 70px;
    font-weight: 500;
    line-height: 70px;
}*/
.form-group {
  margin: 0 0 35px 0;
}

.form-group label {
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  display: block;
}

.form-control {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ffffff4d;
  padding: 10px 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.form-control::placeholder {
  color: #ffffff38;
}

.form-control:focus {
  border-bottom-color: #ffc905;
  background: transparent;
  outline: none;
  box-shadow: none;
  color: #ffc905;
}

textarea.form-control {
  resize: none;
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #073a4b inset !important;
  -webkit-text-fill-color: #ffffff !important;
}
.sticky-content-section .title h2 {
  color: #fff;
}
.dark-section .title h2 {
  color: #fff;
}
.card-box {
  background: #fff;
  border-radius: 10px;
  padding: 40px 50px;
  margin-bottom: 20px;
  min-height: 250px;
  display: flex;
  align-items: center;
}

.card-box.grey {
  background: #eeebe3;
}
footer {
  padding: 70px 0 50px 0;
  background: #eeebe3;
}
.footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-widget ul li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #212529;
  transition-duration: 0.4s;
  display: block;
}
.footer-widget ul li a:hover {
  color: #212529;
  transform: translateX(10px);
}
.footer-widget ul li:not(li:last-child) {
  margin-bottom: 10px;
}

footer .logo {
  margin-bottom: 30px;
}
footer .logo img {
  width: 190px;
  position: relative;
  right: 6px;
}
footer p {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #073a4b;
  font-weight: 600;
}
span.social a {
  color: #073a4b;
  font-size: 20px;
  display: inline-block;
  margin-right: 20px;
}
.theme-bg {
  background: #ffc905;
}
.why-choose-block h4 {
  font-size: 36px;
  color: #073a4b;
}

.why-choose-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.why-choose-block ul li:not(li:last-child) {
  margin-bottom: 5px;
}

.why-choose-block ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #0b7372;
  position: absolute;
  border-radius: 50%;
  /*    box-shadow: 0px 0px 0px 1px #fff;*/
  left: 0;
  top: 7px;
}

.why-choose-block ul li {
  position: relative;
  padding-left: 20px;
}
.why-choose-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 20px 80px;
  z-index: 1;
}
.why-choose-container .swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 18px;
  color: #fff;
}
.why-choose-container .swiper-button-prev,
.swiper-button-next {
  background: #073a4b;
  width: 25px;
  height: 25px;
  padding: 20px;
  border-radius: 50%;
}
.why-choose-block {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
  margin-right: 200px;
  padding: 20px 50px;
}
.why-choose-section {
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.why-choose-block:last-child {
  margin-right: 0;
}
span.work-path {
  position: absolute;
  left: -150px;
  width: 7500px;
  bottom: -40px;
  /* z-index: 9; */
  transition-duration: 0.4s;
}

.tricksword {
  display: inline-block;
}
.tricksword {
  white-space: nowrap;
  opacity: 0;
}
.fade-up1 .tricksword {
  opacity: 0;
}
.tab-panel svg.bottom-corner {
  position: absolute;
  right: -45px;
  width: 60px;
  transform: rotate(155deg);
  bottom: -20px;
}
.sticky-content-section .title a {
  text-decoration: none;
}
/***********Homepage CSS End**************/

/***********About US Page CSS Start*************/
.map-section span {
  display: inline-block;
  position: relative;
}
.map-section > span > img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: top;
  border-radius: 15px;
  box-shadow: 0px 0px 15px 0px #00000030;
  position: absolute;
  transition-duration: 0.6s;
}

.map-section span img.person1 {
  right: 28%;
  bottom: 190px;
}

.map-section span img.person2 {
  right: 37%;
  bottom: 117px;
}

.map-section span img.person3 {
  left: 16%;
  top: 139px;
}

.map-section span img.person4 {
  right: 40%;
  top: 110px;
}

.map-section span img.person5 {
  right: 8%;
  bottom: 150px;
}

.map-section span img.person6 {
  right: 31%;
  bottom: 70px;
}
.map-section span.logo-fly {
  position: absolute;
  left: 44%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffc905;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 30px;
  box-shadow: 4px 4px 4px #00000038;
  transition-duration: 0.6s;
}

.map-section span.logo-fly img {
  width: 65px;
  transition-duration: 0.6s;
  transform: translateY(20px);
  opacity: 0;
  animation: fly 1s forwards linear;
}
@keyframes fly {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(00px);
    opacity: 1;
  }
}
.section-content.medium h4 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
}
.section-content.medium p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.section-content.big h4 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}
.section-content.big p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.section-content.color p {
  color: #073a4b;
}
.section-content.color.blue h4 {
  color: #0b7372;
}

.section-content.color.orange h4 {
  color: #ec8857;
}
.banner-title h4 {
  color: #073a4b;
}
.grey-bg {
  background: #eeebe3;
}
.banner-title img {
  margin-bottom: 20px;
}
.icon-box span.icon {
  background: #073a4b;
  width: 80px;
  height: 80px;
  display: block;
  text-align: center;
  line-height: 80px;
  border-radius: 20px;
  margin: 0 0 20px 0;
}

.icon-box span.icon img {
  max-width: 50px;
}

.icon-box h4 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
}
.icon-box p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.icon-box {
  padding-right: 25px;
}
.section-content.small p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.card-box-image {
  border-radius: 20px;
  overflow: hidden;
}

.card-box-image img {
  width: 100%;
}
.title.color p {
  color: #50717d;
}
.radius-block.top-bottom.content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 30px 40px;
}
.radius-block.top-bottom.content h3 {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}
.boxes-section.tab-animation.v2 .radius-block h3 {
  font-size: 100px;
  line-height: 108%;
  font-weight: 600;
}
.radius-block.top-bottom.content p {
  padding-right: 10px;
}
.team-block {
  text-align: center;
  width: 80%;
  margin: 0 auto 40px auto;
}

.team-block .team-image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.team-block .team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: grayscale(1);
}

.team-block h5 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
}

.team-block p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}

.team-block :hover img {
  filter: grayscale(0);
}

.team-block:hover h5 {
  color: #ec8857;
}
.award-block {
  text-align: center;
  padding: 20px 50px;
  position: relative;
  width: 90%;
  margin: 0 auto 40px auto;
}

.award-block h4 {
  color: #073a4b;
  font-size: 20px;
  margin: 0 0 15px 0;
}

.award-block p {
  margin: 0;
  font-size: 14px;
  color: #5d6b70;
}

.award-block:before {
  content: "";
  background-image: url(/assets/images/frontend/images/left-leaf.svg);
  position: absolute;
  left: 0;
  width: 50px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
}
.award-block:after {
  content: "";
  background-image: url(/assets/images/frontend/images/right-leaf.svg);
  position: absolute;
  right: 0;
  width: 50px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
}
.map-section > span > img.active {
  outline: 3px solid #ffc905;
  outline-offset: -1px;
}
.map-team-block[data-theme="orange"] .movement-item.active {
  outline-color: #ec8857;
}
.map-team-block[data-theme="orange"] span.logo-fly {
  background: #ec8857;
}
.map-team-block[data-theme="green"] .movement-item.active {
  outline-color: #0b7372;
}
.map-team-block[data-theme="green"] span.logo-fly {
  background: #0b7372;
}
.map-team-block[data-theme="yellow"] .movement-item.active {
  outline-color: #ffc905;
}
.map-team-block[data-theme="yellow"] span.logo-fly {
  background: #ffc905;
}
.container.section-space.large {
  padding: 120px 15px;
}
.map-heading[data-theme="green"] {
  color: #0b7372;
}

span.map-heading[data-theme="yellow"] {
  color: #ffc905;
}

span.map-heading[data-theme="orange"] {
  color: #ec8857;
}
.text-justify {
  text-align: justify;
}
/***********About US Page CSS End*************/
/***********Offering Page CSS Start*************/
/*.banner-title.big p {
    font-size: 20px;
}*/
.banner-title.color p {
  color: #50717d;
}
.why-choose-block span.number-counter {
  font-size: 120px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 120px;
  color: #073a4b;
}
.horizontal-icon-block h4 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
}

.horizontal-icon-block p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.horizontal-icon-block .icon {
  text-align: center;
}
.horizontal-icon-block .icon img {
  max-width: 100%;
}
.horizontal-icon-block {
  padding: 35px;
}
.border-block:nth-child(odd) {
  border-right: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
}

.border-block:nth-child(even) {
  border-bottom: 1px solid #c5c5c5;
}
.border-block:last-child {
  border-bottom: none;
}

.border-block:nth-last-child(2) {
  border-bottom: none;
}
span.badge.full {
  width: 100%;
}

span.badge.large {
  padding: 20px 10px;
}

.badge {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  display: block;
  white-space: normal;
  font-weight: 400 !important;
}

.badge.bg-success {
  background: #cfdad3 !important;
  color: #0b7372;
}

.badge.bg-danger {
  background: #ebd7cd !important;
  color: #db7e51;
}
.feature-block {
  padding: 25px 0;
  border-bottom: 1px solid #c7c7c7;
}

.feature-block:first-child {
  border: none;
}

.feature-block:last-child {
  border: none;
}

/*.feature-block h5 {
    margin: 0;
    font-size: 26px;
}
*/
.feature-block h4 {
  margin: 0;
  color: #073a4b;
  font-size: 24px;
}
.title.color h5 {
  color: #073a4b;
}
.overlay-bg {
  position: relative;
  color: #fff;
}

.overlay-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #00000040;
  position: absolute;
  left: 0;
  top: 0;
}
.overflow-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.featured-tab-btn {
  background: #f5f3ee;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 50px;
  box-shadow: 0px 0px 20px 10px #0000000d;
  opacity: 0.4;
  cursor: pointer;
}

.featured-tab-btn h4 {
  color: #0b7372;
  line-height: 30px;
}

.featured-tab-btn p {
  color: #50717d;
  margin: 0;
}

.featured-tab-btn:last-child {
  margin: 0;
}

.featured-tab-btn.active {
  opacity: 1;
}

.featured-tab-btn:hover {
  box-shadow: 0px 0px 20px 10px #0000001a;
}
.featured-content .card-box-image {
  width: calc(100% + 100px);
}
.sticky-top-0 {
  position: sticky;
  top: 0;
}
.why-choose-block img {
  max-width: 200px;
}
.main-banner-section-space iframe {
  width: 100% !important;
  height: 321px !important;
  border-radius: 13px;
  overflow: visible;
  pointer-events: unset !important;
}
/***********Offering Page CSS End**************/
/***********Clientele Page CSS Start***********/
.page-main-title {
  padding: 150px 0 100px 0;
}
.story-block {
  background: #eeebe3;
  padding: 40px 40px 100px 40px;
  border-radius: 30px;
  box-shadow: 3px 3px 3px #0000001f;
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}

.story-block h3 {
  font-size: 50px;
  color: #073a4b;
  margin: 0 0 30px 0;
}

.story-block p {
  margin: 0;
  font-size: 16px;
  color: #073a4b;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 24px;
  padding-right: 20px;
}
.story-block .video-block {
  border-radius: 20px;
  overflow: hidden;
  height: 280px;
  width: 100%;
  position: relative;
  z-index: 9;
}

.story-block .video-block iframe {
  width: 100% !important;
  height: 280px !important;
}
.story-block svg {
  position: absolute;
  right: -80px;
  bottom: -60px;
  z-index: 1;
}
.story-container:nth-child(odd) svg path {
  stroke: #0b7372;
}
.story-container:nth-child(3n + 3) svg path {
  stroke: #ec8857;
}
.logo-triange-bg img {
  position: absolute;
  width: 250px;
}
.logo-triange-bg img:nth-child(odd) {
  right: -130px;
}

.logo-triange-bg img:nth-child(even) {
  left: -130px;
  top: 63%;
}
.story-container {
  position: relative;
}

.story-container img.story-icon {
  position: absolute;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
}
.client-image.orange {
  box-shadow: -55px 55px 0px -7px #ec8857;
}
.client-image.orange.animate {
  box-shadow: -35px 35px 0px -7px #ec8857;
}
.video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.review-slider .client-conetnt {
  padding: 0 70px;
}
.swiper-nav-btn.circle {
  border-radius: 50px;
  background: #ffc905;
  color: #fff;
}
.swiper-nav-btn.circle:hover {
  background: #073a4b;
  color: #fff;
}
/***********Clientele Page CSS End***********/
/***********News Page CSS Start**************/
/*.home-main-banner .banner-title p {
    font-size: 20px;
    font-weight: 400;
    color: #5D6B70;
    text-align: left;
}*/
.multiple-video-section .video-block {
  width: 150px;
  position: absolute;
  top: 0;
  z-index: 2;
}
.multiple-video-section .video-block:nth-child(2) {
  width: 100px;
  right: 90px;
  top: 80px;
}

.multiple-video-section .video-block:nth-child(3) {
  width: 140px;
  right: 170px;
  top: auto;
  bottom: -20px;
}
.multiple-video-section svg.right-funnel {
  right: 90px;
  top: auto;
  bottom: 120px;
}
.multiple-video-section .video-block:nth-child(1) {
  top: 120px;
}
.multiple-video-section {
  bottom: 70px;
}

.multiple-video-section .video-block video {
  pointer-events: none;
}
.multiple-video-section img.logo-triangle-one {
  position: absolute;
  width: 240px;
  left: 50px;
}
.multiple-video-section img.dot {
  position: absolute;
  bottom: 0;
  left: 140px;
}
.news-block {
  border-bottom: 1px solid #e8e9e5;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.news-block h4 {
  font-size: 28px;
  color: #073a4b;
  margin-bottom: 5px;
}

.news-block .date {
  font-size: 19px;
  color: #50717d;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.news-block .short_desc {
  margin-top: 5px;
  margin-bottom: 10px;
}
.news-block .category a:hover {
  color: #073a4b;
}

.news-block .category a {
  font-size: 19px;
  color: #ffc905;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}
.news-block .img-box {
  border-radius: 20px;
  overflow: hidden;
}

.news-block .img-box img {
  width: 100%;
}
/***********News Page CSS End**************/
/***********Career Page CSS Start***********/
/*.banner-title h5 {
    color: #073A4B;
    font-size: 15px;
}*/
.multiple-video-section.v2 {
  bottom: 0;
}
.multiple-video-section.v2 .video-block {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  display: inline-block;
  width: 180px;
}

.multiple-video-section.v2 .video-block:nth-child(2) {
  left: 60px;
  top: 120px;
}

.multiple-video-section.v2 img.dot {
  left: -13px;
  z-index: 9;
  bottom: auto;
  top: 70px;
}

.multiple-video-section.v2 svg.right-funnel {
  right: auto;
  top: auto;
  left: 140px;
  bottom: -70px;
}

.multiple-video-section.v2 img.logo-triangle-one {
  left: auto;
  right: 0;
  top: -20px;
}
input[type="file"].form-control {
  color: #073a4b;
  padding: 10px 10px;
  margin-top: 30px;
}
label.file-upload {
  display: flex;
  border: 1px solid;
  border-radius: 5px;
  padding: 10px 10px;
  margin: 10px 0 0 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

label.file-upload i {
  font-size: 36px;
}
/**********Career Page CSS End**************/
/**********Case Study Page CSS Start***********/
.main-banner-section img.right-curve {
  position: absolute;
  right: -390px;
  top: 0;
}
.main-banner-section img.bottom-dot {
  position: absolute;
  bottom: -10px;
  z-index: 9;
  left: 70px;
}
.form-select {
  background-color: #f5f3ee;
  outline: none;
  box-shadow: none;
  padding: 20px 30px;
  border-radius: 15px;
  border: 2px solid #c1c1c1;
  color: #073a4b;
}

.form-select:focus {
  box-shadow: none;
}
.case-study-block {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 2px 5px #0000000d;
  transition-duration: 0.6s;
}

.case-study-block .image img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: top;
}

.case-study-block .text {
  text-align: center;
  padding: 20px 10px;
}

.case-study-block .text p {
  margin: 0;
}
.m-h-inherit {
  min-height: inherit;
}
.link-box {
  text-decoration: none;
  color: #073a4b;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.link-box:hover {
  color: #073a4b;
  background: #ffc905;
}
.case-study-block a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.case-study-block:hover {
  transform: translateY(-20px);
}
/**********Case Study Page CSS End***********/
/**********Case Study Detail Page CSS Start********/
.autor-info {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
}

.autor-info .img-box {
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 50%;
}

.autor-info .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.autor-info .text {
  padding: 0 0 0 10px;
  color: #5d6b70;
  font-size: 12px;
}

.autor-info .text h5 {
  font-size: 18px;
  color: #073a4b;
  margin: 0 0 3px 0;
}

.rating i.fill {
  color: #ffbe28;
}

.rating i {
  color: #c3c3c3;
  font-size: 19px;
}

.rating .review {
  display: inline-flex;
  margin-right: 10px;
  vertical-align: bottom;
}

.case-study-author p {
  color: #5d6b70;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.case-study-author p:last-child {
  margin: 0;
}
.case-study-preview {
  background: #fff;
  text-align: center;
  position: relative;
  height: 100%;
}

.case-study-preview img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.swiper-nav-btn:after {
  display: none;
}

.swiper-nav-btn {
  background: #c8c8c8;
  width: 45px;
  height: 45px;
  color: #7e7e7e;
  font-size: 30px;
  margin: 0 -10px;
}

.swiper-nav-btn:hover {
  background: #ffc905;
  color: #000;
}
.autor-desp h4 {
  font-size: 20px;
  color: #073a4b;
  margin: 0;
}
a.zoom-case-study {
  position: absolute;
  left: 20px;
  bottom: 10px;
  color: #073a4b;
  font-size: 20px;
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  box-shadow: 0px 0px 2px 2px #0000000f;
  border-radius: 12px;
  line-height: 36px;
  background: #fff;
  z-index: 9;
}

a.zoom-case-study:hover {
  background: #ffc905;
}
a.share-case-study {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 9;
  color: #073a4b;
  font-size: 18px;
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  box-shadow: 0px 0px 2px 2px #0000000f;
  border-radius: 12px;
  line-height: 32px;
  background: #fff;
}

a.share-case-study svg {
  width: 20px;
}
a.share-case-study:hover {
  background: #ffc905;
}
.case-study-share {
  position: absolute;
  right: -30px;
  padding: 5px;
  background: #fff;
  bottom: 0px;
  display: none !important;
}

.case-study-share .st-btn {
  display: block !important;
  margin: 7px 0 !important;
  min-width: inherit !important;
}
.case-study-share .st-btn span.st-label {
  display: none !important;
}
.case-study-share.show {
  display: block !important;
}
.photoviewer-header {
  height: 50px !important;
  box-shadow: 0px 0px 10px #00000030;
}
.photoviewer-stage {
  top: 50px !important;
  border-top: none !important;
  background: #f4f4f4 !important;
}
.photoviewer-header .photoviewer-button {
  height: 50px !important;
  font-size: 30px !important;
}
.photoviewer-inner {
  background: #fff !important;
}
.photoviewer-button svg {
  width: 25px !important;
  height: 25px !important;
}
.page-main-title svg.right-funnel {
  right: auto;
  left: 0;
  top: -40px;
}
.page-main-title img.logo-outline-triangle {
  position: absolute;
  right: -170px;
  top: -50px;
  width: 200px;
}
.four-corner-element img.element1 {
  width: 150px;
  position: absolute;
  top: 15%;
  left: -50px;
}

.four-corner-element img.element2 {
  position: absolute;
  width: 90px;
  right: 0;
  top: 18%;
}

.four-corner-element img.element3 {
  position: absolute;
  width: 210px;
  bottom: 10%;
  left: -50px;
}

.four-corner-element img.element4 {
  position: absolute;
  width: 210px;
  bottom: 32%;
  right: -50px;
}
/**********Case Study Detail Page CSS End********/
/**********Case Study Lisitng Page CSS Start******************/
.case-study-block.v2 .image img {
  height: auto;
}

.case-study-block.v2 {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.case-study-block.v2 .text {
  text-align: left;
  padding-left: 0;
  color: #073a4b;
}

.case-study-block.v2 .image {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.case-study-block.v2 .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000a3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.case-study-block.v2 .image .overlay h4 {
  font-size: 20px;
  margin: 0 0 15px 0;
  transition: 0.6s;
  transform: translateY(-20px);
}

.case-study-block.v2 .image .overlay button.btn {
  min-width: 150px;
  transition: 0.6s;
  transform: translateY(20px);
}

.case-study-block.v2:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.case-study-block.v2:hover .overlay h4 {
  transform: translateY(0);
}

.case-study-block.v2:hover .overlay button.btn {
  transform: translateY(0);
}
/**********Case Study Lisitng Page CSS End******************/
/**********Contact Page CSS Start**************/
.title.big p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.contact-block {
  padding: 30px 15px 30px 15px;
  background: #ffc905;
  border-radius: 30px;
  color: #fff;
  min-height: 230px;
  display: flex;
  align-items: center;
}
.contact-block h4 {
  margin: 0 0 20px 0;
  font-size: 28px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.contact-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.contact-block i {
  font-size: 24px;
  margin-right: 10px;
}

.contact-block ul li {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  margin: 0 0 5px 0;
  font-weight: 400;
  position: relative;
  padding-left: 125px;
}

.contact-block ul li b {
  font-weight: 500;
  /* color: #FFEFA4; */
  display: inline-block;
  width: 115px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff !important;
  font-size: 16px;
}
.contact-block.green-bg {
  background: #0b7372;
}

.contact-block.orange-bg {
  background: #ec8857;
}

.contact-block.orange-bg ul li b {
  color: #ffbf9f;
}

.contact-block.green-bg ul li b {
  color: #119a98;
}
/**********Contact Page CSS End**************/
/**********Newsleter Page CSS Start*******/
.form-group.dark label {
  color: #073a4b;
}

.form-group.dark input::placeholder {
  color: #dfdfdf;
}

.form-group.dark .form-control {
  border-color: #073a4b;
  color: #073a4b;
}
.newsletter-desp {
  padding: 30px 50px;
  /* background: #fff; */
  position: relative;
}

.newsletter-desp img {
  width: 100%;
  /* height: 450px; */
  /* object-fit: cover; */
  /* object-position: top; */
}

.newsletter-desp .content {
  position: absolute;
  width: calc(100% - 100px);
  background: #ffffffed;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 50px;
  padding: 20px 60px;
}

.newsletter-desp .content p {
  font-size: 18px;
  color: #073a4b;
  margin: 0 0 10px 0;
  font-family: "Montserrat", sans-serif;
  line-height: 26px;
}
.newsletterThumb img {
  width: 100%;
}

.newsletterThumb {
  position: relative;
}

.newsletterThumb .date {
  position: absolute;
  background: #ffc905eb;
  width: 100%;
  text-align: center;
  padding: 10px 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #073a4b;
}

.swiper-slide-thumb-active {
}

.swiper-slide-thumb-active .newsletterThumb .date {
  display: none;
}

.newsletterThumb:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffffb8;
  position: absolute;
  left: 0;
  top: 0;
}

.swiper-slide-thumb-active .newsletterThumb:before {
  display: none;
}
/**********Newsleter Page CSS End*******/

/**********Blog Page CSS Start*******/

.page-blog-main-title {
  padding: 150px 0 30px 0;
}
@media only screen and (max-width: 900px) {
  .page-blog-main-title {
    padding: 110px 0 20px 0;
  }
}
@media only screen and (max-width: 540px) {
  .page-blog-main-title {
    padding: 100px 0 10px 0;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

.blog_detail_info {
  font-size: 18px;
  line-height: 30px;
  color: #073a4b;
  margin: 0;
}
.blog_detail_info .highlighted {
  color: #073a4b;
}
.blog_detail_info .blog_last_info {
  margin-top: 15px !important;
}
.blog_detail_info h4 {
  font-size: 28px;
  color: #073a4b;
  margin-bottom: 5px;
}
.blog_detail_info h5 {
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 8px;
}
.blog_detail_info p {
  font-family: var(--bs-body-font-family);
  font-size: 18px;
  line-height: 30px;
  color: #073a4b;
  margin: 0;
}
.blog_detail_info .row {
  padding: 10px;
}
/**********Blog Page CSS End*******/

.modern_interior_citywise p {
  margin-bottom: 0px;
}

.modern_interior_citywise a {
  color: #212529;
  text-decoration: none;
}

.modern_interior_citywise a:hover {
  font-weight: 600;
}

.seo_content h1 {
  font-size: 40px;
  font-weight: 600;
}

.seo_content h2 {
  font-size: 28px;
  font-weight: 600;
}

.seo_content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}

.seo_content h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}
.seo_content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.seo_content ul {
  padding-left: 1rem;
}
.background-video-1,
.background-video-2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* To ensure it stays behind other content */
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.background-video-1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.background-video-2 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.display-none {
  display: none;
}
header ul li a.nav-link-v1:hover {
  color: #e28f21 !important;
}
.visibility-hidden {
  visibility: hidden;
}
.sticky-header-content-section {
  position: sticky;
  top: 90px;
}
@media (max-width: 575px) {
  .sticky-content-section-v1 {
    top: 250px !important;
  }
}
.section-space-v1 {
  padding: 40px 0px 50px 0px !important;
}
.card-box-v1 {
  margin-bottom: 12px !important;
  min-height: 220px !important;
}

.bg-video-noramal {
  display: block !important;
}
.bg-video-portrait {
  display: none !important;
}
@media (max-width: 768px) {
  .bg-video-noramal {
    display: none !important;
  }
  .bg-video-portrait {
    display: block !important;
  }
}

.unstyled-link {
  color: inherit;
  text-decoration: none;

  &:hover,
  &:focus,
  &:active {
    color: inherit;
    text-decoration: none;
  }
}

.anchor-blue-color {
  color: #0d6efd !important;
}
.anchor-blue-color:hover {
  font-weight: inherit !important;
}
.font-weight-light {
  font-weight: 400 !important;
}
.sub-heading {
  font-size: 1.25rem !important;
  margin-bottom: 1rem !important;
  font-weight: 400 !important;
}
.footer-h2 {
  font-size: 2rem !important;
}
.footer-content-section h2 {
  font-size: 16px !important;
}
.footer-content-section p {
  font-size: 14px !important;
}
.footer-content-section li {
  font-size: 14px !important;
}
