@import url("https://fonts.googleapis.com/css2?family=Julius+Sans+One&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Macondo+Swash+Caps&display=swap");
@font-face {
  font-family: 'calist';
  src: url(../fonts/CALIST.TTF);
}
@font-face {
  font-family: 'calist-b';
  src: url(../fonts/CALISTB.TTF);
}
@font-face {
  font-family: 'calist-bi';
  src: url(../fonts/CALISTBI.ttf);
}
@font-face {
  font-family: 'calist-bi';
  src: url(../fonts/CALISTI.TTF);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

:root {
  --red: #EB1F27;
  --gr: linear-gradient(273.92deg, #3930D8 23.21%, #847EE7 96.42%);
}

li {
  list-style: none !important;
}

a {
  text-decoration: none !important;
}

ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.questrial {
  font-family: "Questrial", sans-serif;
}

body {
  background: var(--light-bg);
}

.sec {
  padding: 5em 0px;
  position: relative;
}
.sec.xl-spacing {
  padding: 9em 0px;
}

.btn-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}

.main-btn {
  display: inline-block;
  border: none;
  outline: none;
  box-shadow: none;
  background: black;
  border-radius: 0px;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}

.main-btn img {
  transition: 0.2s ease-in-out;
}
.main-btn.with-icon {
  padding-left: 20px;
}
.main-btn.with-icon img {
  width: 28px;
  position: relative;
  z-index: 2;
}
.main-btn span {
  /* font-family: "articoExMedium", sans-serif; */
  font-size: 14px;
  color: white;
  position: relative;
  z-index: 3;
}
.main-btn:hover {
  color: white;
}
.main-btn.secondary-btn {
  display: flex;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  background: transparent;
  gap: 8px;
}
.main-btn.secondary-btn:hover span {
  color: var(--red);
}
.main-btn.secondary-btn:hover img {
  transform: translateX(5px);
}
.main-btn.secondary-btn:before, .main-btn.secondary-btn:after {
  display: none;
}
.main-btn.secondary-btn span {
  color: black;
}
.main-btn.block-btn {
  width: 100%;
  max-width: 100%;
  justify-content: center;
  text-align: center;
}
.main-btn.sq {
  border-radius: 5px;
}
.main-btn.sq:after, .main-btn.sq:before {
  border-radius: 5px !important;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}
.form-group .input-grp {
  position: relative;
  width: 100%;
}
.form-group .input-grp input, .form-group .input-grp textarea {
  padding: 8px 15px;
  border-radius: 5px;
  background: white;
  width: 100%;
  outline: none;
  border: none;
  transition: 0.2s ease-in-out;
  border: 1px solid transparent;
}
.form-group .input-grp input:focus, .form-group .input-grp textarea:focus {
  border: 1px solid var(--red);
}

.label-text {
  margin-bottom: 5px;
  color: #202020;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: "Julius Sans One", sans-serif; */
  font-family: 'calist-b', sans-serif;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  /* font-family: "Julius Sans One", sans-serif; */
  font-family: 'calist-b', sans-serif;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-bottom: 110px;
}

.mt-120 {
  margin-bottom: 120px;
}

.mt-130 {
  margin-bottom: 130px;
}

.mt-140 {
  margin-bottom: 140px;
}

.mt-150 {
  margin-bottom: 150px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-bottom: 110px;
}

.pt-120 {
  padding-bottom: 120px;
}

.pt-130 {
  padding-bottom: 130px;
}

.pt-140 {
  padding-bottom: 140px;
}

.pt-150 {
  padding-bottom: 150px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.burger {
  display: block;
  width: 28px;
  height: 21px;
  cursor: pointer;
}

.burger span:after,
.burger span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}

.burger span:after {
  top: 18px;
  width: 70% !important;
}

.burger span {
  position: relative;
  display: block;
}

.burger span,
.burger span:after,
.burger span:before {
  width: 100%;
  height: 2.5px;
  background-color: var(--text);
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

.burger.--open span {
  background-color: transparent;
}

.burger.--open span:before {
  transform: rotate(45deg) translate(-1px, 0px);
}

.burger.--open span:after {
  transform: rotate(-45deg) translate(6px, -7px);
  width: 100% !important;
}

.main-nav-wrapper {
  position: fixed;
  top: 0;
  top: 0;
  width: 100%;
  padding: 0em 0em;
  z-index: 999;
  background: transparent !important;
  transition: 0.2s ease-in-out;
}
.main-nav-wrapper.sticky{
  background: rgba(255, 255, 255, 0.45) !important;
  backdrop-filter: blur(5px) !important;
}
.main-nav-wrapper.sticky .at-list li a span {
  color: black !important;
}
.at-list li a span{
  color: white;
}
.main-nav-wrapper.sticky .at-list li img {
  filter: invert(100%) brightness(0);
}
.main-nav-wrapper .main-nav {
  padding: 0.55em 2.5em;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  grid-template-columns: 200px 1fr 200px;
  justify-content: space-between;
  align-items: center;
}
.main-nav-wrapper .main-nav .head-logo {
  width: 107px;
  display: inline-block;
}
.main-nav-wrapper .main-nav .head-logo img {
  width: 100%;
}
.main-nav-wrapper .main-nav .menu-btn {
  cursor: pointer;
  display: none;
}
.main-nav-wrapper .main-nav .r-part {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-nav-wrapper .main-nav .l-part {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-nav-wrapper .main-nav .nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-nav-wrapper .main-nav .nav-list li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0.3em 1.5em;
  font-family: "articoExMedium";
  color: #434242;
  font-size: 14px;
  transition: 0.2s ease-in-out;
}
.main-nav-wrapper .main-nav .nav-list li a:hover {
  color: var(--red);
}
.main-nav-wrapper .main-nav .ot-list {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
}
.main-nav-wrapper .main-nav .ot-list li:nth-child(2) > a {
  position: relative;
}
.main-nav-wrapper .main-nav .ot-list li:nth-child(2) > a > span {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  background: var(--blue);
  font-family: "articoExMedium", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(20%);
  text-align: center;
}
.main-nav-wrapper .main-nav .ot-list li:nth-child(2) > a img {
  width: 22px;
  margin-bottom: 2px;
}
.main-nav-wrapper .main-nav .ot-list li a img {
  width: 28px;
  margin-top: 8px;
}

.at-list {
  display: flex;
  align-items: center;
  gap: 12px;
}
.at-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
}


.menu-open {
  background: transparent;
  outline: none !important;
  border: none;
  cursor: pointer;
}
.menu-open img {
  width: 45px;
  margin-left: 12px;
}

.menu-close {
  position: absolute;
  top: 1em;
  left: 1.5em;
  outline: none;
  border: none;
  box-shadow: none;
  width: 23px;
  height: 23px;
  background: transparent;
}
.menu-close img {
  width: 100%;
}

@media (max-width: 991px) {
  .main-nav-wrapper .main-nav .nav-list {
    display: none;
  }
}
.mob-nav {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
  padding: 1.5em;
  background: var(--red);
  padding-top: 3.2em;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
}
.mob-nav.active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: unset;
}
.mob-nav ul li:last-child a {
  border: none !important;
}
.mob-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75em 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.mob-nav ul li a span {
  color: white;
  font-weight: 500;
}

.main-header {
  position: relative;
  padding-bottom: 0;
  background: black;
}
.main-header .container {
  position: relative;
  z-index: 5;
}
.main-header > img, .main-header > video {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
     opacity: 0.75;
}
.main-header .banner-con {
  padding: 3em 0px;
  position: relative;
}
.main-header .banner-con #plan {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(25%) translateY(-30%);
  width: 260px;
}
.main-header .banner-con:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(25%) translateY(-30%);
  width: 300px;
  height: 200px;
  background: url(../images/flying-plane.svg) center/contain no-repeat;
  pointer-events: none;
  display: none;
}
.main-header .banner-con h1 {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-size: 78px;
  font-weight: 900;
  line-height: 88.2%;
  background: url(../images/gr-bg.svg) center/cover no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, 0.2);
}
.main-header .banner-con h1 .lin {
  overflow: hidden;
  position: relative;
}
.main-header .banner-con h1 .lin span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  animation: slideUp 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.main-header .banner-con h1 .lin:nth-child(2) span {
  animation-delay: 0.2s !important;
}
.main-header .banner-con h1 .lin:nth-child(3) span {
  animation-delay: 0.4s;
}
.main-header .banner-con p.para {
  font-size: 16px;
  color: #434343;
  font-weight: 400;
  line-height: 160%;
  margin-top: 1.5em;
  max-width: 500px;
  margin-bottom: 1.5em;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.header-form {
  position: relative;
  padding: 1.5em;
  border-radius: 16px;
  background: #DCD0C5;
}
.header-form .sec-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1.2em;
}
.header-form .sec-line span {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #4A4A4A;
}
.header-form .txt {
  font-size: 14px;
  color: #434343;
  line-height: 160%;
  margin-top: 1.2em;
  margin-bottom: 0;
}

.lg-swiper-container {
  position: relative;
  margin-top: 5em;
}
.lg-swiper-container .tr {
  position: absolute;
  top: 0;
  left: 30%;
  transform: translateY(-130%);
  width: 150px;
  pointer-events: none;
}
.lg-swiper-container > img {
  position: absolute;
  top: 0;
  left: 30%;
  transform: translateY(-130%);
  width: 150px;
  pointer-events: none;
}

.meet-container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 4em;
}
.meet-container .meet-wrap {
  display: flex;
  align-items: flex-end;
  padding: 3em 2.5em;
  background: var(--red);
  justify-content: space-between;
  position: relative;
}
.meet-container .meet-wrap:hover img:not(.bg) {
  transform: translateX(10px) translateY(-10px);
}
.meet-container .meet-wrap:nth-child(1) > .bg {
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.meet-container .meet-wrap:nth-child(1):hover > .bg {
  opacity: 0;
}
.meet-container .meet-wrap:nth-child(2):hover > .bg {
  opacity: 1;
}
.meet-container .meet-wrap > .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.meet-container .meet-wrap img {
  width: 30px;
  margin-bottom: 5px;
  margin-right: 20px;
  position: relative;
  z-index: 5;
  transition: 0.2s ease-in-out;
}
.meet-container .meet-wrap p {
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
}
.meet-container .meet-wrap h3 {
  margin-bottom: 0;
  color: white;
  font-size: 36px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 5;
}

.sec-head {
  /* font-family: "Julius Sans One", sans-serif; */
  font-family: 'calist-b', sans-serif;
  line-height: 110%;
  font-size: 62px;
  margin-bottom: 0.3em;
}
.sec-head span {
  /* font-family: "Julius Sans One", sans-serif; */
  font-family: 'calist-b', sans-serif;
}
.sec-head.sm {
  font-size: 52px;
}
.sec-head.xsm {
  font-size: 36px;
}
.sec-head.white {
  color: white;
}

.white {
  color: white;
}
.white span {
  color: white !important;
}

.pra {
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
}
.pra.mw {
  max-width: 730px;
  margin: 0 auto;
}

.srv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
  margin-top: 4em;
  align-items: start;
}
.srv-grid .srv-card {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 32px;
  padding: 2em 2em;
  position: relative;
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.srv-grid .srv-card:hover {
  transform: translateY(-20px);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}
.srv-grid .srv-card #ar01 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(150%);
  width: 60px;
  height: 50px;
}
.srv-grid .srv-card #ar02 {
  position: absolute;
  bottom: -30px;
  right: 0;
  transform: translateX(150%);
  width: 60px;
  height: 50px;
}
.srv-grid .srv-card:after, .srv-grid .srv-card:before {
  display: none;
}
.srv-grid .srv-card:nth-child(1):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(150%);
  width: 60px;
  height: 50px;
  background: url(../images/ar01.svg) center/contain no-repeat;
}
.srv-grid .srv-card:nth-child(2) {
  margin-top: 5em;
}
.srv-grid .srv-card:nth-child(2):after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  transform: translateX(150%);
  width: 60px;
  height: 50px;
  background: url(../images/ar02.svg) center/contain no-repeat;
}
.srv-grid .srv-card .ic {
  margin: 0 auto;
  width: 80px;
  margin-bottom: 1em;
}
.srv-grid .srv-card .ic img {
  width: 100%;
}
.srv-grid .srv-card h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 23px;
  color: #1A1A1A;
  font-weight: 700;
  text-align: center;
}
.srv-grid .srv-card p {
  text-align: center;
  margin-bottom: 0;
  margin-top: 1em;
  font-size: 14px;
}

.test-sec {
  position: relative;
  background: #EDECE5 !important;
}

.count-container {
  position: relative;
  display: flex;
  align-items: center;
}
.count-container.style-2 {
  padding: 1.4em 1.5em;
  border-radius: 12px;
  background: var(--red);
  max-width: -moz-max-content;
  max-width: max-content;
  transform: translateX(-60%);
  margin-top: 15px;
  min-width: -moz-max-content;
  min-width: max-content;
}
.count-container.style-2 .count-wrap {
  padding: 0px 2.3em;
}
.count-container.style-2 .count-wrap:after {
  background: white;
}
.count-container.style-2 .count-wrap h3 {
  color: white;
  font-size: 46px;
  text-align: center;
  height: 46px;
}
.count-container.style-2 .count-wrap p {
  text-align: center;
  margin-bottom: 0 !important;
  color: white;
  font-size: 18px;
}
.count-container .count-wrap {
  position: relative;
  padding: 0px 1.2em;
}
.count-container .count-wrap:first-child {
  padding-left: 0;
}
.count-container .count-wrap:last-child {
  padding-right: 0;
}
.count-container .count-wrap:last-child:after {
  display: none;
}
.count-container .count-wrap:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background: var(--red);
}
.count-container .count-wrap h3 {
  font-size: 52px;
  color: var(--red);
  margin-bottom: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  height: 52px;
}
.count-container .count-wrap p {
  margin-bottom: 0;
  font-size: 18px;
  color: #525252;
  font-weight: 300;
  margin-top: -5px;
}

.test-slider {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  height: 700px;
  overflow: hidden;
}
.test-slider.horizontal {
  display: block;
  height: auto;
  margin-bottom: 3em;
}
.test-slider.horizontal > * {
  margin-bottom: 20px;
}
.test-slider.horizontal .test-row {
  display: flex;
  min-width: -moz-max-content;
  min-width: max-content;
  gap: 15px;
  flex-direction: row;
  animation: slide2 15s infinite linear;
}
.test-slider.horizontal .test-row .test-card {
  min-width: 280px;
  max-width: 280px;
}
.test-slider.horizontal > *:nth-child(2) {
  flex-direction: row-reverse;
  margin-bottom: 0;
}
.test-slider.horizontal > *:nth-child(2) .test-row {
  animation: slideInverse2 15s infinite linear;
  transform: translateY(-50%);
}
.test-slider > *:nth-child(2) {
  flex-direction: column-reverse;
}
.test-slider > *:nth-child(2) .test-row {
  animation: slideInverse 15s infinite linear;
  transform: translateY(-50%);
}
.test-slider .test-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: slide 15s infinite linear;
}

@keyframes slide {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes slideInverse {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes slideInverse2 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.test-card {
  background: white;
  border-radius: 10px;
  padding: 1.2em;
  transition: 0.2s ease-in-out;
}
.test-card:hover {
  background: #0090DF;
  color: white !important;
}
.test-card:hover .test-det .pr:after {
  transform: scale(1.2);
}
.test-card .pra {
  margin-bottom: 0;
  font-size: 14px;
}
.test-card .test-det {
  margin-top: 2.5em;
  display: flex;
  align-items: center;
  gap: 12px;
}
.test-card .test-det .pr {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: relative;
}
.test-card .test-det .pr:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid white;
  transition: 0.2s ease-in-out;
  transition-delay: 0.05s;
}
.test-card .test-det .pr img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -o-object-position: center;
     object-position: center;
}
.test-card .test-det .det h3 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
}
.test-card .test-det .det p {
  margin-bottom: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  margin-top: 3px;
  font-size: 14px;
}

.test-con {
  padding: 3em 0px;
  position: relative;
}
.test-con:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(10%) translateY(-30%);
  width: 200px;
  height: 150px;
  background: url(../images/flying-plane.svg) center/contain no-repeat;
  pointer-events: none;
  display: none;
}
.test-con #dr {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(10%) translateY(-30%);
  width: 200px;
  height: 150px;
  pointer-events: none;
}

.ico-sec {
  padding-bottom: 8em;
}

.pricing-sec {
  background: #FFFCF1;
}

.price-card {
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 1em;
  width: 100%;
}
.price-card.has-of:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-150%);
  background: var(--red);
  padding: 5px 18px;
  color: white;
  font-size: 14px;
  text-align: center;
  border-radius: 100px;
  font-family: "articoExMedium", sans-serif;
  min-width: -moz-max-content;
  min-width: max-content;
}
.price-card.has-of:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%) translateY(-150%);
  width: 13px;
  height: 13px;
  background: url(../images/triangle.svg) center/contain no-repeat;
}
.price-card.style-2 {
  background: #1D1D1D;
}
.price-card.style-2 .price-head {
  background: #484848;
}
.price-card.style-2 .price-head p, .price-card.style-2 .price-head h3, .price-card.style-2 .price-head h3 span {
  color: white;
}
.price-card.style-2 .price-body ul li {
  color: white;
}
.price-card.style-2 .price-body ul li:after {
  background: url(../images/arrow2.svg) center/contain no-repeat;
}
.price-card.style-2 .price-body .sep span {
  background: #030C04;
}
.price-card .price-head {
  background: #F0F0F0;
  border-radius: 10px;
  padding: 2em 1.5em;
}
.price-card .price-head p {
  font-family: "articoExMedium", sans-serif;
  font-size: 24px;
  margin-bottom: 0;
  color: #1D1D1D;
}
.price-card .price-head h3 {
  font-family: "articoExMedium", sans-serif;
  font-size: 52px;
  letter-spacing: -0.06em;
  color: #1D1D1D;
}
.price-card .price-head h3 span {
  letter-spacing: -0.06em;
  font-size: 16px;
  font-family: "articoExMedium", sans-serif;
  color: rgba(29, 29, 29, 0.45);
}
.price-card .price-body {
  min-height: 300px;
}
.price-card .price-body ul {
  margin-bottom: 0.5em !important;
}
.price-card .price-body ul li {
  font-size: 16px;
  font-family: "articoExMedium", sans-serif;
  color: #1D1D1D;
  padding: 1em 0px;
  padding-left: 27px;
  position: relative;
}
.price-card .price-body ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2em;
  width: 20px;
  height: 20px;
  background: url(../images/arrow.svg) center/contain no-repeat;
}
.price-card .price-body .sep {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.price-card .price-body .sep:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 112%;
  height: 1px;
  background: #3DCE4C;
}
.price-card .price-body .sep span {
  padding: 5px 20px;
  border-radius: 100px;
  border: 1px solid #3DCE4C;
  background: #F7FDF7;
  font-family: "articoExMedium", sans-serif;
  font-size: 14px;
  color: #3DCE4C;
  position: relative;
  z-index: 5;
}
.price-card .main-btn {
  margin-top: 2em !important;
}

.pr-swiper {
  padding: 1.5em 1.3em;
  padding-top: 4em;
}
.pr-swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tp-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 1.5em;
}
.tp-wrap > *:nth-child(1) {
  max-width: 550px;
}

.fq-img {
  width: 100%;
  margin-top: 2em;
}
.fq-img img {
  width: 100%;
}

.a-cc .accordion-item {
  margin-bottom: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  outline: none !important;
  background: white !important;
  overflow: hidden;
  border-radius: 8px;
}
.a-cc .accordion-item .accordion-button {
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #313131 !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.a-cc .accordion-item .accordion-button:after {
  width: 15px;
  height: 15px;
  background: url(../images/plus.svg) center/contain no-repeat !important;
}
.a-cc .accordion-item .accordion-button:not(.collapsed):after {
  background: url(../images/minus.svg) center/contain no-repeat !important;
}
.a-cc .accordion-item .accordion-body {
  padding-top: 8px;
}
.a-cc .accordion-item .accordion-body .para {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0;
  color: #484848;
}

.port-head-con {
  position: relative;
}
.port-head-con:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(95%) translateY(-15%);
  width: 300px;
  height: 160px;
  background: url(../images/flying-plane.svg) center/contain no-repeat;
  pointer-events: none;
  display: none;
}
.port-head-con #rr {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(95%) translateY(-15%);
  width: 300px;
  height: 160px;
  pointer-events: none;
}

.port-sec {
  position: relative;
  padding: 5em 0px;
}
.port-sec:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #EDECE5;
  width: 100%;
  height: 60%;
}
.port-sec > .container {
  position: relative;
  z-index: 5;
}

.port-sec-1 {
  padding-bottom: 10em;
}

.port-swiper-container {
  margin-top: -100px;
  position: relative;
  z-index: 6;
}

.port-card {
  width: 100%;
  position: relative;
  padding-top: 130%;
  display: block;
  overflow: hidden;
}
.port-card:hover > img {
  transform: scale(1.1);
}
.port-card:hover .port-con {
  transform: translateY(0px);
}
.port-card:hover .port-con .port-head {
  transform: translateY(0);
  opacity: 1;
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.2s;
}
.port-card:hover .port-con .port-btm p {
  transform: translateY(0);
  opacity: 1;
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.25s;
}
.port-card:hover .port-con .port-btm img {
  transform: translateY(0);
  opacity: 1;
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.3s;
}
.port-card:hover .port-con .port-btm img:hover {
  transform: translateY(0) scale(1.25);
  transition-delay: 0s !important;
}
.port-card > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s ease-in-out;
  -o-object-position: center;
     object-position: center;
}
.port-card .port-con {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.3em;
  background: #151517;
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(100%);
}
.port-card .port-con .port-head {
  margin-bottom: 1.5em;
  position: relative;
  transform: translateY(20px);
  opacity: 0;
  transition: none;
}
.port-card .port-con .port-head:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 3px;
  background: white;
}
.port-card .port-con .port-head h3 {
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 28px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  position: relative;
  z-index: 3;
  background: #151517;
  padding-left: 10px;
}
.port-card .port-con .port-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.port-card .port-con .port-btm p {
  color: white;
  margin-bottom: 0;
  transform: translateY(20px);
  opacity: 0;
  transition: none;
}
.port-card .port-con .port-btm img {
  max-width: 40px;
  transform: translateY(20px);
  opacity: 0;
  transition: none;
}

.pp-list {
  position: relative;
}
.pp-list li {
  position: relative;
  padding: 0.9em 0px;
  padding-left: 33px;
}
.pp-list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  width: 23px;
  height: 23px;
  background: url(../images/ab-arrow.svg) center/contain no-repeat;
}
.pp-list li h3 {
  font-size: 16px;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}
.pp-list li p.para {
  margin-bottom: 0;
}

.count-sec {
  position: relative;
  background: #FFFCF1;
}
.count-sec .sec-head {
  margin-bottom: 2em;
}

.ab-img {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.ab-img > img {
  position: absolute;
}
.ab-img > img:not(.arrow) {
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.ab-img .arrow {
  z-index: 3;
  top: 0;
  right: 3em;
  transform: translateY(-60%);
  max-width: 80px;
}

.ab-con {
  position: relative;
}

.contact-sec {
  position: relative;
  padding: 5em 0px;
  background: url(../images/contact-bg.jpg) center/cover no-repeat;
}

.contact-container {
  margin-top: 1.75em;
}
.contact-container .main-btn {
  margin-top: 1.5em;
}

.con-line {
  position: relative;
  font-size: 42px;
  line-height: 180%;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}
.con-line .in-wrap {
  position: relative;
  display: inline-block;
  height: auto;
  line-height: 100%;
}
.con-line .in-wrap input {
  line-height: 100%;
  color: white;
  background: transparent;
  outline: none;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.342) !important;
  margin: 0px 18px;
  padding: 0px 0px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
}
.con-line .in-wrap input::-moz-placeholder {
  opacity: 0.25;
}
.con-line .in-wrap input::placeholder {
  opacity: 0.25;
}
.con-line .in-wrap input:focus ~ span {
  transform: scaleX(1);
}
.con-line .in-wrap input:focus::-moz-placeholder {
  opacity: 0.75;
}
.con-line .in-wrap input:focus::placeholder {
  opacity: 0.75;
}
.con-line .in-wrap span {
  position: absolute;
  bottom: 0;
  left: 18px;
  width: calc(100% - 36px);
  transform-origin: left;
  transform: scaleX(0);
  height: 2px;
  z-index: 5;
  background: white;
  display: block;
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main-footer {
  padding: 4em 0px;
  position: relative;
  padding-bottom: 0;
}

.ft-head {
  font-size: 20px;
  margin-bottom: 0.5em;
  color: #151517;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}

.ft-links {
  position: relative;
}
.ft-links li {
  padding: 0.5em 0px;
}
.ft-links li a {
  display: flex;
  align-items: center;
  color: black;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  font-family: "articoExMedium";
}
.ft-links li a:hover {
  transform: translateX(7px);
  color: var(--red);
}
.ft-links li a:hover span {
  color: var(--red);
}
.ft-links li a span {
  color: black;
  font-size: 16px;
  font-weight: 500;
  transition: 0.2s ease-in-out;
  font-family: "articoExMedium";
}
.ft-links li a img {
  width: 30px;
}

.soc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.soc-list li img {
  width: 45px;
}

.ft-para {
  font-size: 14px;
  line-height: 160%;
  color: #434343;
  margin-top: 1.3em;
}

.ft-logo {
  display: inline-block;
  max-width: 100%;
  width: 200px;
  margin-bottom: 1.3em;
}
.ft-logo img {
  width: 100%;
}

.ft-btm {
  padding: 1em 0px;
  margin-top: 2.5em;
}
.ft-btm .ft-btm-text {
  text-align: center;
  margin-bottom: 0;
  opacity: 0.75;
  font-family: "articoEx", sans-serif;
}

.counter {
  letter-spacing: 0px;
  line-height: 1;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 40px;
  font-size: 40px;
  margin: 0 6px;
  max-width: -moz-max-content;
  max-width: max-content;
}

.counter > span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 2s ease;
  transform: translateY(0);
  line-height: 1;
}

.counter > span span {
  flex: 0 0 100%;
  height: 100%;
}

.counter:nth-child(1) > span {
  transition-delay: 0s;
}

.counter:nth-child(2) > span {
  transition-delay: 0.375s;
}

.counter:nth-child(3) > span {
  transition-delay: 0.75s;
}

.counter:nth-child(4) > span {
  transition-delay: 1.125s;
}

.counter:nth-child(5) > span {
  transition-delay: 1.5s;
}

.counter:nth-child(6) > span {
  transition-delay: 1.875s;
}

.counter:nth-child(7) > span {
  transition-delay: 2.25s;
}

.counter:nth-child(8) > span {
  transition-delay: 2.625s;
}

.counter:nth-child(9) > span {
  transition-delay: 3s;
}

.counter:nth-child(10) > span {
  transition-delay: 3.375s;
}

.counter:nth-child(11) > span {
  transition-delay: 3.75s;
}

.counter:nth-child(12) > span {
  transition-delay: 4.125s;
}

.counter:nth-child(13) > span {
  transition-delay: 4.5s;
}

.counter:nth-child(14) > span {
  transition-delay: 4.875s;
}

.counter:nth-child(15) > span {
  transition-delay: 5.25s;
}

.counter:nth-child(16) > span {
  transition-delay: 5.625s;
}

.counter:nth-child(17) > span {
  transition-delay: 6s;
}

.counter:nth-child(18) > span {
  transition-delay: 6.375s;
}

.counter:nth-child(19) > span {
  transition-delay: 6.75s;
}

.counter:nth-child(20) > span {
  transition-delay: 7.125s;
}

.line {
  /* overflow: hidden; */
}

.line span {
  display: inline-block !important;
  position: relative;
}

.plan svg .svg-elem-1 {
  stroke-dashoffset: 210.3173217773px;
  stroke-dasharray: 210.3173217773px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
.plan svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(34, 55, 76);
}
.plan svg .svg-elem-2 {
  stroke-dashoffset: 166.519317627px;
  stroke-dasharray: 166.519317627px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
.plan svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(235, 31, 39);
}
.plan svg .svg-elem-3 {
  stroke-dashoffset: 124.0844497681px;
  stroke-dasharray: 124.0844497681px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.plan svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(48, 69, 92);
}
.plan svg .svg-elem-4 {
  stroke-dashoffset: 124.0844497681px;
  stroke-dasharray: 124.0844497681px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
.plan svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: rgb(235, 31, 39);
}
.plan svg .svg-elem-5 {
  stroke-dashoffset: 413.440246582px;
  stroke-dasharray: 413.440246582px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}
.plan svg.active .svg-elem-5 {
  stroke-dashoffset: 0;
}

.port-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 2em;
}
.port-nav button {
  position: relative;
  background: transparent;
  outline: none;
  border: none;
}
.port-nav button.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.port-nav button img {
  border-radius: 50%;
  width: 50px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.pr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 5.2em;
  align-items: center;
}

@media (max-width: 600px) {
  .pr-grid {
    grid-template-columns: 1fr;
    gap: 80px;
    margin-top: 3.5em;
  }
  .port-head-con #rr, .srv-grid .srv-card #ar02, .srv-grid .srv-card #ar01, .test-con #dr {
    display: none;
  }
  .main-header .banner-con #plan {
    width: 250px;
    height: 100px;
    transform: translateX(0px) translateY(-30px);
  }
  .lg-swiper-container .tr {
    transform: translateY(-110%);
  }
}
.m-footer {
  position: relative;
  padding: 4em 0px;
  padding-bottom: 2em;
  background: url(../images/ft-bg.jpg) center/cover no-repeat;
}

.ad-block {
  position: relative;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 20px;
}
.ad-block img {
  width: 100%;
}
.ad-block .det {
  position: relative;
}
.ad-block .det h2 {
  color: white;
  font-family: "articoExMedium", sans-serif;
  margin-bottom: 10px;
  font-size: 22px;
}
.ad-block .det p {
  margin-bottom: 0;
  color: white;
  font-weight: 400;
  opacity: 0.55;
  margin-bottom: 0;
}

.ft-li {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.ft-li li a {
  color: white;
  font-size: 16px;
  font-family: "artico", sans-serif;
  opacity: 0.75;
  transition: 0.2s ease-in-out;
}
.ft-li li a:hover {
  color: var(--red);
  opacity: 1;
}

.ft-bt-text {
  text-align: right;
  color: white;
  font-family: "artico", sans-serif;
  color: white;
  opacity: 0.75;
  margin-bottom: 0;
}

.so-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  margin-bottom: 0 !important;
  margin-top: 1.5em;
}
.so-list li a i {
  font-size: 28px;
  color: var(--red);
}

@media (max-width: 600px) {
  .m-footer {
    padding-top: 2.5em;
  }
  .ft-li, .so-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ft-li {
    margin-top: 1.5em;
  }
  .ft-bt-text {
    text-align: center;
    margin-top: 2em;
  }
  .ad-block {
    grid-template-columns: 100px 1fr;
  }
  .ad-block .det h2 {
    font-size: 18px;
  }
  .ad-block .det p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.main-build {
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
.main-build img {
  width: 100%;
  width: 100%;
  transform-origin: right bottom;
  transform: scale(1.15);
  height: 85vh;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}

.main-header {
  overflow: hidden;
}
.main-header > .row, .main-header .main-banner-con {
  min-height: 100vh;
}
.main-header .main-banner-con {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 3em;
  padding-bottom: 3em;
}
.main-header .main-banner-con h1 {
  font-size: 60px;
  color: white;
}
.main-header .main-banner-con p {
  font-weight: 500;
  font-size: 24px;
  color: white;
}

.main-arrow-cta {
  position: relative;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  gap: 15px;
  align-items: center;
  background: transparent;
  outline: none;
  border: none;
}
.main-arrow-cta.center {
  margin: 0 auto;
  display: flex;
}
.main-arrow-cta svg {
  width: 100px;
}
.main-arrow-cta span {
  font-size: 22px;
  font-weight: 400;
  color: black;
}

.main-arrow-cta:hover svg path {
  transform: translateX(47px) scale(0.5);
  transform-origin: center left;
}
.main-arrow-cta:hover svg circle {
  transform: scale(0.8);
  transform-origin: center left;
}
.main-arrow-cta svg path, .main-arrow-cta svg circle{
  transition: 0.2s ease-in-out;
}

.second-section {
  height: 100vh;
}

.sec-100 {
  min-height: 100vh;
  background: red;
}

.sec-2 {
  position: relative;
  background: url(../images/sec-2.jpg) center/cover no-repeat;
}
.sec-2 .row {
  min-height: 100vh;
  padding-bottom: 3em;
}

.main-pin {
  position: relative;
}
.main-pin .main-header {
  z-index: 5;
}

.l-logo {
  position: relative;
  padding-bottom: 5em;
}
.l-logo img {
  width: 100%;
}

.third-section {
  position: relative;
}
.third-section .dot-con {
  position: relative;
  padding: 5em 0px;
}
.third-section .dot-con p {
  max-width: 400px;
}
.third-section .row {
  min-height: 100vh;
}
.third-section .container {
  position: relative;
  z-index: 5;
}
.third-section > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.dots .c-dot {
  position: absolute;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@media (min-width: 767px) {
  .dots .c-dot:hover {
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.25);
  }
  .dots .c-dot:hover .p-card {
    pointer-events: unset !important;
  }
  .dots .c-dot:hover .p-card > span {
    transform: scale(1);
  }
  .dots .c-dot:hover .p-card img {
    transition-delay: 0.2s !important;
  }
  .dots .c-dot:hover .p-card p {
    transition-delay: 0.4s !important;
  }
  .dots .c-dot:hover .p-card img, .dots .c-dot:hover .p-card p {
    opacity: 1;
  }
}
.dots .c-dot .p-card {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: auto;
  z-index: 5;
  pointer-events: none;
}
.dots .c-dot .p-card > span {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  background: rgba(7, 18, 30, 0.8);
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.dots .c-dot .p-card > *:not(span) {
  z-index: 5;
  position: relative;
}
.dots .c-dot .p-card img {
  width: 100%;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.dots .c-dot .p-card p {
  padding: 1em 2.5em;
  text-align: center;
  margin-bottom: 0;
  color: white !important;
  font-size: 16px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.dots .c-dot:nth-child(1) {
  top: 50%;
  right: 49%;
}
.dots .c-dot:nth-child(2) {
  top: 15%;
  right: 45%;
}
.dots .c-dot:nth-child(3) {
  top: 55%;
  right: 25%;
}

.grey-bx-sec {
  position: relative;
  padding: 3em 0px;
  min-height: 100vh;
  
}
@media(min-width:768px){
  .grey-bx-sec{
    padding-top: 7.5em;
  }
}
.grey-bx-sec .row {
  /* min-height: 80vh; */
  /* align-items: center; */
}
.grey-bx-sec .container {
  position: relative;
  z-index: 5;
}
.grey-bx-sec > span {
  background: #D8D8D8;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  border-bottom-right-radius: 200px;
}
.grey-bx-sec .sec-head {
  font-size: 54px;
}

.white-card-col.s1 {
  padding-right: 4em;
}
.white-card-col.s2, .white-card-col.s3 {
  padding: 0 2em;
}
.white-card-col.s2 {
  margin-top: 0em;
}
.white-card-col.s3 {
  margin-top: 0em;
}
 .white-card {
  background: white;
  padding: 2.5em 1.5em;
  /* margin-bottom: 35px; */
  height: 100%;
  min-height: 251px;
}
 .white-card h3 {
  color: #DF252A;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
}
 .white-card p {
  font-size: 16px;
  margin-bottom: 0;
}

.con-sec {
  background: #222222;
  overflow: hidden;
}
.con-sec .con-img {
  min-height: 100vh;
  height: 100%;
}
.con-sec .con-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.con-sec .con-con {
  position: relative;
  padding: 4em 0px;
  padding-left: 2em;
}
.con-sec form button {
  background: transparent !important;
  outline: none;
  border: none;
}

.container-right {
  padding-right: 11%;
}

@media (max-width: 600px) {
  .container-right {
    padding: 0px 1em;
  }
}
.form-group {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
.form-group.style-2 input::-moz-placeholder, .form-group.style-2 textarea::-moz-placeholder {
  opacity: 1;
  color: #BABABA !important;
}
.form-group.style-2 input::placeholder, .form-group.style-2 textarea::placeholder {
  opacity: 1;
  color: #BABABA !important;
}
.form-group .inp-grp {
  position: relative;
  width: 100%;
}
.form-group .inp-grp input, .form-group .inp-grp textarea, .form-group .inp-grp select {
  width: 100%;
  padding: 20px 20px;
  border: none !important;
  border-bottom: 1px solid white !important;
  background: transparent;
  color: white;
  outline: none !important;
}
.form-group .inp-grp input::-moz-placeholder, .form-group .inp-grp textarea::-moz-placeholder, .form-group .inp-grp select::-moz-placeholder {
  color: white;
  opacity: 1;
}
.form-group .inp-grp input::placeholder, .form-group .inp-grp textarea::placeholder, .form-group .inp-grp select::placeholder {
  color: white;
  opacity: 1;
}

.ft-list {
  position: relative;
}
.ft-list li a {
  color: black;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 0px;
}
.ft-list .has-drop > a {
  padding-right: 20px;
  position: relative;
}
.ft-list .has-drop > a::after {
  content: "\f107";
  font-family: "FontAwesome" !important;
  position: absolute;
  font-size: 14px;
  right: 0;
  top: 50%;
  transform: translateY(-42%);
}
.ft-list ul {
  padding-left: 20px !important;
}

.soc-list {
  position: relative;
  display: flex;
  align-items: center;
}
.soc-list li a {
  display: inline-block;
  width: 24px;
}
.soc-list li a img {
  width: 100%;
}

.ft-btm {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
}
.ft-btm p {
  margin-bottom: 0;
}

.row-h-100 {
  min-height: 100vh;
}

.cl-sec {
  position: relative;
  padding: 5em 0px;
  height: 100%;
}
@media(min-width:768px) {
  
.cl-sec .row {
  min-height: calc( 100vh - 7em );
}
}
.cl-sec > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cl-sec .container {
  position: relative;
  z-index: 5;
}

.lg-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  row-gap: 40px;
  margin-top: 3em;
}
.lg-grid .lg {
  width: 100%;
}
.lg-grid .lg img {
  width: 100%;
  transform: scale(0.85);
}

.home-sec {
  padding: 5em 0px;
}

.container-left {
  padding-left: 30%;
}

.building-sec {
  overflow: hidden;
}

.b-tab-area {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  min-height: 100vh;
  padding: 4em 0px;
  padding-bottom: 0;
}
.b-tab-area > a {
  padding-left: 0;
  padding: 0 !important;
}

.cc-vtab {
  position: relative;
  flex-direction: column;
  border: none !important;
  margin-bottom: 2em !important;
}
.cc-vtab li button {
  width: 100%;
  border: none !important;
  border-radius: 0px !important;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 0px !important;
  transition: 0.2s ease-in-out;
}
.cc-vtab li button span {
  color: black;
  transition: 0.2s ease-in-out;
}
.cc-vtab li button.active {
  padding: 0 !important;
}
.cc-vtab li button.active span {
  font-size: 26px;
}
.cc-vtab li button.active img {
  width: 50px;
  opacity: 1;
}
.cc-vtab li button img {
  width: 40px;
  transition: 0.2s ease-in-out;
  opacity: 0;
}

.b-bars {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  min-height: 100vh;
}
.b-bars .b-bar {
  position: relative;
  padding-top: 5em;
}
.b-bars .b-bar > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  display: block;
  transform: scaleX(0);
}
.b-bars .b-bar > *:not(span) {
  z-index: 5;
}
.b-bars .b-bar .con {
  text-align: center;
  padding: 1.5em 2.5em;
  position: relative;
}
.b-bars .b-bar .con h3 {
  /* font-family: "Macondo Swash Caps", cursive; */
  font-size: 40px;
  color: white;
  margin-bottom: 10px;
}
.b-bars .b-bar .con p {
  margin-bottom: 0;
  color: white;
  font-size: 16px;
}
.b-bars .b-bar > img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
  transform: scale(0);
  opacity: 0;
}

.line {
  overflow: hidden;
}

.line span {
  display: inline-block !important;
  position: relative;
}

.ab-header {
  position: relative;
}
.ab-header .ab-head-container {
  position: relative;
}
.ab-header .ab-head-container > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.ab-header .container {
  position: relative;
  z-index: 5;
}
.ab-header .ab-head {
  text-align: center;
  height: 140vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 3em 0px;
  padding-top: 13em;
  padding-bottom: 8em;
}
.ab-header .ab-head h1, .ab-header .ab-head p {
  color: white;
}
.ab-header .ab-head p {
  margin: 0 auto;
  max-width: 430px;
  font-size: 20px;
  font-weight: 500;
}
.ab-header .ab-head h1 {
  font-size: 60px;
}

.timeline-sec {
  position: relative;
  background: linear-gradient(to bottom, #07050A 14%, #0F2134 54%, #2772AC 100%);
  padding-bottom: 0;
}
.timeline-sec > img {
  position: absolute;
  max-width: 100%;
  pointer-events: none;
}
.timeline-sec > img.ab-cl1 {
  right: 0;
  top: 50%;
  width: 25%;
}
.timeline-sec > img.ab-cl2 {
  left: 0;
  top: 60%;
  width: 35%;
}

.ab-timeline {
  position: relative;
  margin-top: -30em;
}
.ab-timeline li {
  position: relative;
  width: 100%;
  z-index: 5;
  padding-bottom: 6em;
}
.ab-timeline li:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 2px;
  border-left: 2px dashed white;
  height: calc(100% - 60px);
}
.ab-timeline li > span {
  width: 26px;
  height: 26px;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 1em;
  transform: translateX(-50%);
  border: 3px solid white;
}
.ab-timeline li > span:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2.1);
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 100px;
}
.ab-timeline li > span:before {
  content: "";
  width: 100%;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) scale(2.9);
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
}
.ab-timeline li:nth-child(odd) .timeline-con-container {
  flex-direction: row-reverse;
}
.ab-timeline li:nth-child(odd) .timeline-con-container .timeline-con {
  padding-right: 0;
  padding-left: 3.5em;
}
.ab-timeline li:nth-child(odd) .timeline-con-container .timeline-con h3, .ab-timeline li:nth-child(odd) .timeline-con-container .timeline-con p {
  text-align: left;
}
.ab-timeline li:nth-child(odd) .timeline-con-container .timeline-con p {
  margin-left: 0;
}
.ab-timeline li .timeline-con-container {
  display: flex;
}
.ab-timeline li .timeline-con {
  width: 50%;
  min-width: 50%;
  padding-right: 3.5em;
}
.ab-timeline li .timeline-con h3 {
  font-size: 52px;
  color: white;
  text-align: right;
}
.ab-timeline li .timeline-con p {
  margin-bottom: 0;
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  max-width: 350px;
  margin-left: auto;
}

.timeline-btm {
  position: relative;
}
.timeline-btm .ab-t {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-12%);
  width: 300px;
  padding-top: 7em;
}
.timeline-btm .ab-t > span {
  width: 26px;
  height: 26px;
  border-radius: 100px;
  position: absolute;
  left: 12%;
  top: 0em;
  transform: translateX(-50%) translateY(130%) scale(1.5);
  border: 2px solid white;
}
.timeline-btm .ab-t > span:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: scale(2.1);
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100px;
}
.timeline-btm .ab-t > span:before {
  content: "";
  width: 100%;
  top: 0%;
  position: absolute;
  left: 0%;
  transform: scale(2.9);
  height: 100%;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
}
.timeline-btm .ab-t img {
  width: 100%;
}
.timeline-btm .ab-cl4 {
  position: absolute;
  left: 0;
  top: 0;
}
.timeline-btm .ab-cl3 {
  position: absolute;
  right: 0;
  top: 0;
}
.timeline-btm .ab-cl4, .timeline-btm .ab-cl3 {
  transform: translateY(-30%);
  height: 370px;
  max-width: 100%;
}

.gold-sec {
  position: relative;
  background: url(../images/golden-sky.jpg) center/cover no-repeat;
  overflow: hidden;
}

.gold-con {
  padding-bottom: 6em;
}

.gold-house img {
  width: 100%;
}

.ev-sec {
  position: relative;
  overflow: hidden;
  background: url(../images/ev-sky.jpg) center/cover no-repeat;
}

.ev-con {
  padding-bottom: 3em;
  padding-top: 3em;
}

.ev-img img {
  width: 100%;
}

.team-sec {
  position: relative;
  background: #B5A494;
}

.team-img {
  position: relative;
}
.team-img img {
  width: 100%;
}

.team-row:not(:last-child) {
  margin-bottom: 25px;
}
.team-row .team-con h3 {
  font-family: "Lato", sans-serif;
  font-weight: 500 !important;
  font-size: 42px;
}
.team-row .team-con p {
  font-weight: 500;
  margin-bottom: 0;
}

.bts-header {
  position: relative;
  background: url(../images/bt-bg.jpg) bottom center/cover no-repeat;
  overflow: hidden;
}
.bts-header .bt-head img {
  width: 100%;
}

.bt-con {
  padding-top: 3em;
  padding-bottom: 7em;
}

.bts-img2 {
  position: relative;
  width: 100%;
}
.bts-img2 img {
  width: 100%;
}

.bts-con {
  position: relative;
  padding: 3em 0px;
}

.bts-sec .container-left {
  padding-left: 17%;
}

.bts-steps {
  position: relative;
  margin-top: 2.5em;
}
.bts-steps li {
  background: #F6F6F6;
  padding: 1.5em;
}
.bts-steps li:not(:last-child) {
  margin-bottom: 20px;
}
.bts-steps li h3 {
  font-size: 26px;
  margin-bottom: 0px;
}
.bts-steps li h4 {
  font-size: 24px;
  color: #DF252A;
  margin-bottom: 8px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.bts-steps li p {
  margin-bottom: 0;
}

.bc-card {
  position: relative;
}
.bc-card img {
  width: 100%;
  margin-bottom: 30px;
}
.bc-card h3 {
  color: white;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-size: 28px;
}
.bc-card p {
  color: white;
  margin-bottom: 0;
}

.night-sec {
  position: relative;
  background: url(../images/night-sky.jpg) center/cover no-repeat;
}

.night-1-sec {
  position: relative;
  background: url(../images/night-sky1.jpg) center/cover no-repeat;
}

.csr-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.csr-wrap.style-2 {
  position: relative;
}
.csr-wrap.style-2 .ic {
  background: #705841;
}
.csr-wrap.style-2 h3 {
  color: white;
  font-weight: 700;
}
.csr-wrap.style-2 p {
  color: white;
  margin-bottom: 0;
  font-weight: 500;
}
.csr-wrap .ic {
  width: 110px;
  height: 110px;
  min-width: 110px;
  min-height: 110px;
  background: rgba(217, 217, 217, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}
.csr-wrap .ic img {
  width: 50px;
  height: auto;
}
.csr-wrap h3 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 26px;
}
.csr-wrap p {
  margin-bottom: 0;
}

.row-gap-25 {
  row-gap: 25px;
}

.row-gap-45 {
  row-gap: 45px;
}

.csr-sec {
  position: relative;
  background: #A1907E;
}

.bt-lg picture img {
  width: 100%;
}

.bt-lg-sec {
  padding: 12em 0px;
  background: white !important;
  /* background: linear-gradient(rgba(255,255,255,0.75), rgba(255,255,255,0.75)), url(../images/bt-bg2.jpg) center/cover no-repeat; */
}

.pro-header {
  position: relative;
  background: url(../images/res-bg.jpg) center/cover no-repeat;
}

.pro-head {
  padding-top: 5em;
}
.pro-head img {
  width: 100%;
}

.project-card {
  position: relative;
}
.project-card:not(:last-child) {
  margin-bottom: 4em;
}
.project-card .project-img {
  position: relative;
  width: 100%;
  margin-bottom: 2em;
}
.project-card .project-img img {
  width: 100%;
}
.project-card .project-det {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
}
.project-card .project-det > div {
  max-width: 600px;
}
.project-card .project-det h3 {
  font-family: "Lato", sans-serif;
  font-weight: 500px;
  font-size: 28px;
}

.resi-head {
  position: relative;
}
.resi-head img {
  width: 100%;
  transform-origin: right bottom;
}
@media (min-width: 600px) {
  .resi-head img {
    transform: scale(1.25);
  }
}

.sa-header {
  background: url(../images/sa-bg.jpg) center/cover no-repeat;
}
.sa-header .bt-con {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2em;
}

.sa-head {
  width: 100%;
}
.sa-head img {
  width: 100%;
}

.resi-header {
  position: relative;
  background: url(../images/resi-bg.jpg) center/cover no-repeat;
}
.resi-header .bt-con {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2em;
}

.on-pro-card {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #EAEAEA;
  /* padding: 2em; */
  padding-right: 5em;
}
.on-pro-card .img {
  width: 100%;
}
.on-pro-card .img img {
  width: 100%;
}
.on-pro-card .det {
  padding: 3em 0px;
}

.co-pr-card {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: flex-start;
}
.co-pr-card > img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.co-pr-card .det {
  padding: 1.5em 1em;
  padding-left: 2em;
  padding-top: 18%;
}
.co-pr-card .det p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.co-pr-card .det h3 {
  font-size: 38px;
}
.co-pr-card > *:not(img) {
  position: relative;
  z-index: 5;
}
.co-pr-card .build {
  min-width: 300px;
  min-height: 336px;
  width: 300px;
  height: 336px;
}
.co-pr-card .build img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}

.resi-wrpp {
  position: relative;
}
.resi-wrpp .resi-img {
  width: 100%;
  margin-bottom: 25px;
}
.resi-wrpp .resi-img img {
  width: 100%;
}
.resi-wrpp .resi-det {
  text-align: center;
}

.resi-sec {
  background: #D4C9BD;
}

.com-header {
  background: url(../images/com-bg.jpg) center/cover no-repeat;
}
.com-header .bt-con {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2em;
}

.com-head {
  width: 100%;
}
.com-head img {
  width: 100%;
}

.com-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 0;
  background: url(../images/com-bg1.jpg) center/cover no-repeat;
}
.com-card .det h4 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 32px;
}
.com-card .img {
  padding: 0;
  width: 100%;
}
.com-card .img img {
  width: 100%;
}

.com-pr-card {
  display: grid;
  grid-template-columns: 400px 1fr;
}
.com-pr-card .build {
  height: auto;
  width: 100%;
}
.com-pr-card .build img {
  width: 100%;
  height: auto;
}
.com-pr-card .det {
  padding-top: 13em;
}
.com-pr-card .det h3 {
  font-size: 42px;
}

.indus-header {
  position: relative;
  background: url(../images/indus-banner.jpg) center/cover no-repeat;
}
.indus-header .container-left {
  padding-left: 10%;
}
.indus-header .container-left .bt-con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-bottom: 0;
}

.cp-header {
  position: relative;
  background: url(../images/cp-banner.jpg) center/cover no-repeat;
}
.cp-header .bt-con {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
}

.cp-sec {
  background: #D4C9BD;
  position: relative;
}

.cp-ic-card {
  position: relative;
  height: 100%;
  box-shadow: 9px 9px 35px 0px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 2em 1.5em;
}
.cp-ic-card.style-2 {
  padding: 2em 0;
  background: transparent;
  box-shadow: none;
}
.cp-ic-card.style-2 img {
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.cp-ic-card.style-2 h3 {
  color: #DF252A;
  font-weight: 400;
  font-size: 28px;
}
.cp-ic-card img {
  width: 60px;
  margin-bottom: 20px;
}
.cp-ic-card h3 {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #705841;
}
.cp-ic-card p {
  margin-bottom: 0;
}
.cp-ic-card.style-3 h3 {
  color: #DF252A;
  font-size: 24px;
  font-weight: 400;
}
.cp-ic-card.style-4 {
  background: #705841;
  box-shadow: none;
}
.cp-ic-card.style-4 h3 {
  margin-bottom: 0;
  color: white;
  font-weight: 400;
  font-size: 24px;
}

.sm-head {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 28px;
}

.ca-header {
  position: relative;
  background: url(../images/ca-bg.jpg) center center no-repeat;
}
.ca-header .bt-con {
  padding-bottom: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ca-head {
  position: relative;
  width: 100%;
}
.ca-head img {
  width: 100%;
}

.ca-flt-container {
  margin-top: 2em;
  margin-bottom: 2em;
}

.ca-flt-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ca-flt-wrap button {
  outline: none;
  border: none;
  width: 100%;
  background: #705841;
}
.ca-flt-wrap button span {
  color: white;
}
.ca-flt-wrap .ca-flt {
  position: relative;
}
.ca-flt-wrap .ca-flt img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ca-flt-wrap .ca-flt input {
  width: 100%;
  outline: none;
  background: white;
  border: none;
  box-shadow: none;
  color: black;
  font-weight: 400;
  border-bottom: 1px solid #636363;
  padding: 1em 1em;
  padding-left: 2.5em;
}
.ca-flt-wrap .ca-flt input::-moz-placeholder {
  font-weight: 400;
  color: #636363;
}
.ca-flt-wrap .ca-flt input::placeholder {
  font-weight: 400;
  color: #636363;
}

.ca-card {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 25px;
  background: #F3F3F3;
  padding: 1.5em;
}
.ca-card .tp span {
  font-weight: 500;
  font-size: 16px;
}
.ca-card .tp h3 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 22px;
  font-family: "Lato", sans-serif;
}
.ca-card .l-part {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
}
.ca-card .l-part .tp {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.ca-card .l-part .tp .ic {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #A1907E;
}
.ca-card .l-part .tp .ic img {
  width: 30px;
}
.ca-card .l-part .tags {
  display: flex;
  align-items: center;
  gap: 15px;
}
.ca-card .l-part .tags span {
  background: #E4E4E4;
  padding: 0.6em 1em;
  font-size: 16px;
  font-weight: 500;
}
.ca-card button {
  background: black;
  outline: none;
  border: none;
  padding: 0.6em 0.8em;
  width: 100%;
}
.ca-card button span {
  color: white;
  text-transform: uppercase;
}
.ca-card .r-part {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
}

.res-inp {
  position: relative;
}
.res-inp input {
  opacity: 0;
  position: absolute;
}
.res-inp label {
  position: relative;
  padding: 2em 1.5em;
  border: 1px solid white;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.res-inp label:after {
  content: "";
  width: 96%;
  height: 85%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1.5px dashed white;
}
.res-inp label span {
  font-size: 16px;
  font-weight: 400;
  color: #BABABA;
}

.why-sec {
  position: relative;
  background: url(../images/why-bg2.jpg) center/cover no-repeat;
}
.why-sec .cp-ic-card {
  position: relative;
}
.why-sec .cp-ic-card h3 {
  color: #DF252A !important;
  font-size: 22px;
}

.why-card {
  position: relative;
  display: block;
  padding: 1.5em;
  padding-top: 40%;
}
.why-card h3 {
  color: white;
  margin-bottom: 0;
  position: absolute;
  bottom: 1em;
  left: 1em;
  z-index: 5;
  font-size: 22px;
}
.why-card:after {
  content: "";
  position: absolute;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  width: 100%;
  height: 100%;
  z-index: 2;
  bottom: 0;
}
.why-card img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}

.why-lg-sec {
  padding: 10em 0px;
  background: url(../images/why-bg3.jpg) center/cover no-repeat;
}

.why-head {
  position: relative;
}
.why-head img {
  width: 100%;
}

.why-header {
  position: relative;
}
.why-header .bt-con {
  min-height: 100vh;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.con-header {
  background: url(../images/con-bg.jpg) center/cover no-repeat;
}
.con-header .bt-con {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
}

.find-sec {
  position: relative;
  background: #AC9277;
  color: white;
  padding-top: 8em;
}

.loc-wrap {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  max-width: 400px;
  margin-top: 25px;
}
.loc-wrap img {
  width: 65px;
}
.loc-wrap p {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}

.find-con .para {
  font-size: 18px;
  max-width: 550px;
}

.con-map-container {
  position: relative;
  padding-top: 30%;
}
.con-map-container iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: 0;
}

.side-menu-main {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 500px;
  width: 100%;
  z-index: 999;
  height: 100vh;
  background-color: #212121;
  padding: 1.5em;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s ease-in-out;
  pointer-events: none;
  transform: translateX(100%);
  opacity: 0;
}
.side-menu-main.active {
  pointer-events: unset;
  transform: translateX(0%);
  opacity: 1;
}
@media (min-width: 767px) {
  .side-menu-main {
    padding: 3em 3em;
  }
}
.side-menu-main .drop-mega {
  padding-left: 25px;
}
.side-menu-main .drop-mega ul li a {
  padding: 0.5em 0px !important;
}
.side-menu-main ul li a {
  color: white;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 0.75em 0px;
}
.side-menu-main button {
  background: transparent;
  border: none !important;
  border: none !important;
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 5;
}
.side-menu-main button img {
  width: 50px;
}

.grey-sec {
  background: #F5F5F5;
}

.sa-2-con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.sa-2-img {
  position: relative;
}
.sa-2-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.sa-2-sec {
  overflow: hidden;
}
.sa-2-sec .container-left {
  height: 100%;
  padding-left: 12%;
}

.point-list {
  position: relative;
  padding-left: 15px !important;
}
.point-list li {
  position: relative;
  list-style: disc !important;
}

.homes-sec {
  position: relative;
  background: #D4C9BD;
  overflow: hidden;
}
.homes-sec .homes-con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.homes-sec .container-left {
  padding-left: 12%;
  height: 100%;
}
.homes-sec .homes-img {
  position: relative;
  height: 100%;
}
.homes-sec .homes-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.poi-list {
  position: relative;
}
.poi-list li {
  position: relative;
  padding: 0.7em 0px;
  padding-left: 45px;
}
.poi-list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../images/li-point.svg) center/contain no-repeat;
}

.m-card {
  position: relative;
  margin-bottom: 20px;
}
.m-card h3 {
  text-align: center;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 22px;
  margin: 0 auto;
  margin-top: 1em;
  max-width: 500px;
}

.m-img {
  position: relative;
  padding-top: 45%;
}
.m-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.pla-header {
  position: relative;
  background: url(../images/pla-banner.jpg) center/cover no-repeat;
}
.pla-header .bt-con {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pla-card {
  background: url(../images/pla-img.jpg) bottom/cover no-repeat;
  padding-bottom: 10em;
}

.pla-why-sec {
  position: relative;
  background: #AC9277 !important;
}

.match-sec {
  background: #D4C9BD;
}

.leas-card {
  background: #F5F5F5;
  padding: 1.5em;
}
.leas-card .tp {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.leas-card .tp img {
  width: 65px;
}
.leas-card .tp p {
  margin-bottom: 0px;
}
.leas-card .tp span, .leas-card .bt span {
  color: #705841;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.leas-card .tp p, .leas-card .bt p {
  margin-bottom: 0px;
  font-size: ;
  font-weight: 500;
}
.leas-card .btm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 1.5em;
  border-top: 1px solid #A1907E;
  margin-top: 1.5em;
  gap: 15px;
}
.leas-card .bt {
  display: flex;
  align-items: center;
  gap: 10px;
}

.leas-card .bt img {
  width: 28px;
}

.indus-card {
  position: relative;
  padding: 1.5em 1.8em;
  background: #D4C9BD;
}
.indus-card h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 22px;
}
.indus-card ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.indus-card ul li img {
  width: 33px;
  height: 33px;
  object-fit: contain;
  object-position: center;
}

.cp-ic-card.style-5 {
  background: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0px;
}
.dev-header{
  background: url(../images/dev-bg.jpg) center/cover no-repeat !important;
}

.sub-head {
  font-family: 'lato', sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.dev-ic-sec {
  background: #AC9277;
}
.dev-ic-wrap {
  position: relative;
}
.dev-ic-wrap img{
  width: 120px;
  margin-bottom: 18px;
}
.dev-ic-wrap h3{
  font-family: 'lato', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: white;
}
.dev-con-1 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cc-modal .modal-dialog {
  max-width: 1200px !important;
}
.cc-modal .modal-content {
  border-radius: 0px;
  border: none !important;
}
.cc-modal .modal-body {
  padding: 0 !important;
}
.hm-pop {
  background: #D9D9D9;
}
.hm-pop > button {
  position: absolute;
  top: 1em;
  right: 1em;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  z-index: 5;
}
.pop-con {
  padding: 3em 3em;
  padding-left: 0px;
}
.pop-card {
  background: white;
  height: 100%;
}
.pop-card .pop-det {
  padding: 1em 1em;
}
.pop-card .pop-det h3 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.pop-card .pop-det p {
  font-size: 13px;
  margin-bottom: 0;
}
.btns-group {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.btns-group .main-btn {
  border-radius: 0px;
  padding: 15px 15px;
  flex: 1 1 auto;
  max-width: 100%;
  background: #6A6056;
}
.btns-group .main-btn.dark {
  background: black;
}

.pop-img {
  height: 100%;
  position: relative;
}
.pop-img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.num-grid{
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: 1fr;
  gap: 1em;
  padding-bottom: 5em;
  row-gap: 2.5em;
}
.num-card{
  position: relative;

}
.num-card h3{
  color: white;
  font-family: 'Lato', sans-serif !important;
  font-size: 62px;
  font-weight: 700 !important;
}
.num-card p{
  color: white;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 0;
}
@media(min-width: 700px){
  .b-tab-area{
    padding-top: 10em !important;
  }
}
.plan-wrapper{
  position: relative;
  padding-top: 40%;
}
.plan-wrapper:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
}
.plan-wrapper img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.plan-wrapper button{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
}
.plan-wrapper button{
  background: rgba(255, 255, 255, 0.31);
  padding: 12px 18px !important;
}
.plan-wrapper button span{
  color: black !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.plan-wrapper button svg{
  width: 40px !important;
  height: auto;
}
.con-btns{
  position: relative;
}
.con-btns li a{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
}
.con-btns li a span{
  color: white;
  font-weight: 500;
}
.con-btns li:not(:last-child){
  margin-bottom: 20px;
}
.con-btns li:nth-child(1) a{
  background: #6A6056;
}
.con-btns li:nth-child(2) a{
  background: #000000;
}
.hm-pop.style-2{
  padding: 1.5em !important;
}
.hm-pop.style-2 input, .hm-pop.style-2 textarea{
  color: black !important;
  border-bottom: 1px solid #000 !important;
}
.hm-pop.style-2 input::placeholder, .hm-pop.style-2 textarea::placeholder{
  color: black !important;
}
.hm-pop.style-2 button span{
  color: black !important;
}
@media(min-width:768px){

  
.com-card {
  padding-left: 3em !important;
}
.hm-pop.style-2{
  padding: 3.3em 2em !important;
}
.grey-bx-sec .container {
  min-height: calc( 100vh - 10em);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
}
@media(min-width: 1550px){
  .ab-timeline{
    margin-top: -46em;
  }
}
@media(min-width: 1440px){  
  .bts-header .bt-con {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5em 0px;
  }
}

label.error {
  color: red;
  margin-top: 5px;
  font-size: 14px;
}


.test-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0px;
  border-bottom: 1px solid black;
  margin-bottom: 1.5em;
  padding-top: 0;
}
.test-top h3 {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}
.test-top p {
  margin: 0;
}
.test-card {
  background: transparent !important;
  padding: 0 !important;
}
.test-card:hover {
  color: black !important;
}
.test-swiper.swiper {
  margin-top: 1.5em;
}
.test-p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.test-nav {
  display: flex;
  gap: 15px;
  align-items: center;
}
.test-nav button {
  background: transparent;
  outline: none;
  border: none;
  box-shadow: none;
}
.test-nav button img {

  width: 38px;
  height: auto;
}


.quote-img {
  text-align: center;
}
.quote-img img {
  width: 200px;
}
.test-sec.sec {
  min-height: 100vh;
}
.test-swiper.swiper {
  margin-top: 3em;
}
/*# sourceMappingURL=main.css.map */