/*.banner.home-banner .bg {
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .banner.home-banner .bg {
    height: 425px!important;
  }
}*/
.banner.home-banner .banner-wrapper {
  bottom: 75px;
}
@media (max-width: 767px) {
  .banner.home-banner .banner-wrapper {
    bottom: 40px;
  }
}
@media (max-width: 520px) {
  .banner.home-banner .banner-wrapper {
    bottom: 25%;
  }
}
.banner.home-banner .banner-wrapper .content .content-wrap {
  max-width: 1025px;
  margin: 0 auto;
  text-align: center;
}
.banner.home-banner .banner-wrapper .content .content-wrap h1 {
  --font: 60px;
  font-size: var(--font);
  font-weight: 500;
      font-family: 'Optima LT W02 Roman' !important;
  color: var(--white);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-transform: capitalize;
  line-height: 1;
}
@media (max-width: 1152px) {
  .banner.home-banner .banner-wrapper .content .content-wrap h1 {
    letter-spacing: 0.6px;
  }
}
@media (max-width: 520px) {
  .banner.home-banner .banner-wrapper .content .content-wrap h1 {
font-size: 39px!important;
    max-width: 300px;
    margin: 0 auto;
  }
}
.banner.home-banner .banner-wrapper .content .content-wrap h1 span {
  font-size: calc(var(--font) * 2);
  font-family: "Dream";
  text-transform: lowercase;
  line-height: var(--font);
}


.banner.home-banner .banner-wrapper .content .content-wrap h2 {
  --font: 30px;
  font-size: var(--font);
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: var(--white);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-transform: capitalize;
  line-height: 1;
}
@media (max-width: 1152px) {
  .banner.home-banner .banner-wrapper .content .content-wrap h2 {
    letter-spacing: 0.6px;
  }
}
@media (max-width: 520px) {
  .banner.home-banner .banner-wrapper .content .content-wrap h2 {
    --font: 42px;
    max-width: 300px;
    margin: 0 auto;
  }
}
.banner.home-banner .banner-wrapper .content .content-wrap h1 span {
  font-size: calc(var(--font) * 2);
  font-family: "Dream";
  text-transform: lowercase;
  line-height: var(--font);
}

.banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap {
  margin: 45px 0 40px;
  display: flex;
  justify-content: center;
  gap: 0 18px;
}
@media screen and (max-width: 767px) {
  .banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap {
    margin-bottom: 0;
    margin-top: 35px;
  }
}
@media (max-width: 520px) {
  .banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap {
    display: block;
  }
}
.banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap li a {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--white);
  background: none;
  height: auto;
  line-height: normal;
  padding: 11px 27px;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  transition: 0s !important;
  letter-spacing: 1.6px;
  --border: 1px;
  z-index: 1;
 border-left: var(--border) solid white;
  border-right: var(--border) solid #fff;
  transition: 0.6s ease;
}
@media (max-width: 1152px) {
  .banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap li a {
    letter-spacing: 0.6px;
  }
}
@media only screen and (max-width: 365px) {
  .banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap li a {
    letter-spacing: 0.2px;
    padding: 11px 20px;
  }
}
@media only screen and (max-width: 320px) {
  .banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap li a {
    letter-spacing: 0.1px;
    padding: 11px 15px;
  }
}
.banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap li a::before, .banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  color: black;
  background: white;
  height: var(--border);
}
.banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap li a::before {
  top: 0;
}
.banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap li a::after {
  bottom: 0;
}
.banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap li a:hover {
  background: #071c35;
  color: white!important;
}
.banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap li a:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(17%) hue-rotate(82deg) brightness(103%) contrast(103%);
}
.banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap li.active a {
  background: var(--gradient);
  color: var(--black);
}
.banner.home-banner .banner-wrapper .content .filter-wrap {
  display: flex;
  flex-wrap: wrap;
  --selectheight: 33px;
  gap: 0 27px;
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width: 1152px) {
  .banner.home-banner .banner-wrapper .content .filter-wrap {
    max-width: 85%;
  }
}
@media (max-width: 991px) {
  .banner.home-banner .banner-wrapper .content .filter-wrap {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .banner.home-banner .banner-wrapper .content .filter-wrap {
    margin-top: 35px;
    gap: 0 15px;
  }
}
@media (max-width: 520px) {
  .banner.home-banner .banner-wrapper .content .filter-wrap {
    display: none;
  }
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col {
  position: relative;
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col:not(.inpt) {
  flex: 1;
}
@media only screen and (max-width: 345px) {
  .banner.home-banner .banner-wrapper .content .filter-wrap .col:not(.inpt) {
    flex: 0 1 100%;
  }
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col:not(.inpt) label {
  position: absolute;
  bottom: calc(100% + 2px);
  left: 0;
  font-size: 12px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: var(--white);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--text);
  padding-left: 35px;
  font-weight: 500;
  opacity: 0;
  transform: translateY(5px);
  transition: 0.6s ease;
}
@media (max-width: 1152px) {
  .banner.home-banner .banner-wrapper .content .filter-wrap .col:not(.inpt) label {
    letter-spacing: 0.6px;
  }
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col:not(.inpt) label.show {
  transform: translateY(0px);
  opacity: 1;
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt {
  flex: 0 1 30%;
}
@media (max-width: 675px) {
  .banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt {
    flex: 0 1 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 345px) {
  .banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt {
    margin-top: 0;
  }
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt .form-group {
  position: relative;
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt .form-group::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--gradient);
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt .form-group .search {
  position: absolute;
  right: 0;
  top: -2px;
  width: 20px;
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt .form-group .search img {
  width: 100%;
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt .form-group label {
  position: absolute;
  bottom: 15px;
  left: 0;
  line-height: 1;
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transform-origin: left;
  font-size: 14px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: var(--white);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  transition: 0.6s ease;
}
@media (max-width: 1152px) {
  .banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt .form-group label {
    letter-spacing: 0.6px;
  }
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt .form-group input {
  height: var(--selectheight);
  padding-bottom: 4px;
  border: none;
  width: 100%;
  background: none;
  color: var(--white);
  font-size: inherit;
  font-family: inherit;
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt .form-group input:focus, .banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt .form-group input.valid {
  outline: none;
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt .form-group input:focus ~ label, .banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt .form-group input.valid ~ label {
  bottom: 100%;
  font-size: 12px;
  color: var(--text);
}

.home-secA {
  padding: 90px 0;
}
@media (max-width: 1152px) {
  .home-secA {
    padding: 75px 0;
  }
}
@media (max-width: 991px) {
  .home-secA {
    padding: 65px 0;
  }
}
@media (max-width: 675px) {
  .home-secA {
    padding: 55px 0;
  }
}
@media (max-width: 520px) {
  .home-secA .container {
    padding-right: 0;
  }
}
.home-secA .heading {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .home-secA .heading {
    margin-bottom: 50px;
  }
}
@media (max-width: 675px) {
  .home-secA .heading {
    margin-bottom: 35px;
  }
}
@media (max-width: 520px) {
  .home-secA .heading {
    padding-right: 15px;
  }
}
@media (max-width: 520px) {
  .home-secA .heading h3 {
    max-width: 275px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .home-secA .featured-property-slider {
    padding: 0 3rem;
  }
}
@media (max-width: 520px) {
  .home-secA .featured-property-slider {
    padding: 0;
  }
}
.home-secA .featured-property-slider .owl-item img {
  width: initial;
}
.home-secA .featured-property-slider .owl-item .item figure {
  overflow: hidden;
}
.home-secA .featured-property-slider .owl-item .item figure img {
  width: 100%;
  aspect-ratio: 1.7;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secA .featured-property-slider .owl-item.active:not(.center) .item {
  transform: scale(0.6);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1152px) {
  .home-secA .featured-property-slider .owl-item.active:not(.center) .item {
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  .home-secA .featured-property-slider .owl-item.active:not(.center) .item {
    transform: scale(1);
    pointer-events: all;
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }
}
.home-secA .featured-property-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 44%;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 1152px) {
  .home-secA .featured-property-slider .owl-nav {
    max-width: 40%;
  }
}
@media (max-width: 991px) {
  .home-secA .featured-property-slider .owl-nav {
    max-width: 100%;
  }
}
.home-secA .featured-property-slider .owl-nav button {
  pointer-events: all;
}

  .home-secA .featured-property-slider .owl-nav button img {
          width: 50px;
        background: white;
        border-radius: 100%;
        padding: 11px;
  }


.home-secB {
  position: relative;
  --border: 2px;
}
.home-secB::before, .home-secB::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: var(--border);
  background: var(--gradient);
}
.home-secB::before {
  top: 100%;
}
.home-secB::after {
  bottom: 100%;
}
.home-secB .bg {
  line-height: 0;
  height: 650px;
  position: relative;
}
@media (max-width: 675px) {
  .home-secB .bg {
    height: 700px;
  }
}
.home-secB .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.8;
  background: linear-gradient(0deg, rgba(2, 11, 31, 0.9) 0%, rgba(2, 11, 31, 0.9) 100%);
}
.home-secB .bg img, .home-secB .bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secB .home-secB-wrapper {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  right: 0;
}
@media (max-width: 675px) {
  .home-secB .home-secB-wrapper {
    top: 0;
    translate: 0 0;
    padding: 45px 0;
  }
}
.home-secB .home-secB-wrapper .content {
  max-width: 40%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .home-secB .home-secB-wrapper .content {
    max-width: 460px;
  }
}
@media (max-width: 675px) {
  .home-secB .home-secB-wrapper .content {
    max-width: 100%;
    text-align: center;
  }
}
.home-secB .home-secB-wrapper .content .heading .ico {
  max-width: 50px;
  display: block;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 420px) {
  .home-secB .home-secB-wrapper .content .heading .ico {
    max-width: 35px;
  }
}
.home-secB .home-secB-wrapper .content .heading h3 {
  margin: 15px 0 18px;
}
@media only screen and (max-width: 420px) {
  .home-secB .home-secB-wrapper .content .heading h3 {
    margin: 10px 0 15px;
  }
}
.home-secB .home-secB-wrapper .content p {
  color: var(--white);
}
.home-secB .home-secB-wrapper .counter_sec {
  margin: 70px 0;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
@media (max-width: 675px) {
  .home-secB .home-secB-wrapper .counter_sec {
    gap: 25px 0;
    margin: 45px 0;
  }
}
.home-secB .home-secB-wrapper .counter_sec .count-info {
  flex: 1;
}
@media (max-width: 675px) {
  .home-secB .home-secB-wrapper .counter_sec .count-info {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
.home-secB .home-secB-wrapper .counter_sec .count-info h4 {
  font-size: 36px;
  font-weight: normal;
  font-family: "Audrey Medium";
  color: var(--white);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient);
  display: flex;
  justify-content: center;
}
@media (max-width: 1152px) {
  .home-secB .home-secB-wrapper .counter_sec .count-info h4 {
    letter-spacing: 0.6px;
  }
}
@media (max-width: 767px) {
  .home-secB .home-secB-wrapper .counter_sec .count-info h4 {
    font-size: 32px;
  }
}
@media (max-width: 675px) {
  .home-secB .home-secB-wrapper .counter_sec .count-info h4 {
    font-size: 24px;
  }
}
.home-secB .home-secB-wrapper .counter_sec .count-info p {
  font-size: 14px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: var(--white);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--whitefade);
  margin-top: 21px;
}
@media (max-width: 1152px) {
  .home-secB .home-secB-wrapper .counter_sec .count-info p {
    letter-spacing: 0.6px;
  }
}
@media (max-width: 675px) {
  .home-secB .home-secB-wrapper .counter_sec .count-info p {
    margin-top: 15px;
  }
}
.home-secB .home-secB-wrapper .read-more {
  text-align: center;
}
.home-secB .home-secB-wrapper .read-more a {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--white);
  background: none;
  height: auto;
  line-height: normal;
  padding: 11px 29px;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  transition: 0s !important;
  letter-spacing: 1.6px;
  --border: 1px;
  z-index: 1;
  border-left: var(--border) solid #AD7D0E;
  border-right: var(--border) solid #ECD5A4;
}
@media (max-width: 1152px) {
  .home-secB .home-secB-wrapper .read-more a {
    letter-spacing: 0.6px;
  }
}
@media only screen and (max-width: 365px) {
  .home-secB .home-secB-wrapper .read-more a {
    letter-spacing: 0.2px;
    padding: 11px 20px;
  }
}
@media only screen and (max-width: 320px) {
  .home-secB .home-secB-wrapper .read-more a {
    letter-spacing: 0.1px;
    padding: 11px 15px;
  }
}
.home-secB .home-secB-wrapper .read-more a::before, .home-secB .home-secB-wrapper .read-more a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: var(--gradient);
  height: var(--border);
}
.home-secB .home-secB-wrapper .read-more a::before {
  top: 0;
}
.home-secB .home-secB-wrapper .read-more a::after {
  bottom: 0;
}
.home-secB .home-secB-wrapper .read-more a:hover {
  background: var(--gradient);
  color: var(--black);
}
.home-secB .home-secB-wrapper .read-more a:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(17%) hue-rotate(82deg) brightness(103%) contrast(103%);
}

.home-secC {
  padding: 90px 0;
  overflow: hidden;
}
@media (max-width: 1152px) {
  .home-secC {
    padding: 75px 0;
  }
}
@media (max-width: 991px) {
  .home-secC {
    padding: 65px 0;
  }
}
@media (max-width: 675px) {
  .home-secC {
    padding: 55px 0;
  }
}
.home-secC .heading {
  margin-bottom: 70px;
}
@media (max-width: 1152px) {
  .home-secC .heading {
    margin-bottom: 55px;
  }
}
@media (max-width: 991px) {
  .home-secC .heading {
    margin-bottom: 50px;
  }
}
@media (max-width: 675px) {
  .home-secC .heading {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .home-secC .flex {
    gap: 15px;
  }
}
.home-secC .flex .colA {
  flex: 0 1 35%;
  max-width: 35%;
  width: 100%;
}
@media (max-width: 991px) {
  .home-secC .flex .colA {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .home-secC .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.home-secC .flex .colA figure {
  height: 100%;
  width: 100%;
}
.home-secC .flex .colA figure img, .home-secC .flex .colA figure video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secC .flex .colB {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
  padding-left: 35px;
}
@media (max-width: 1152px) {
  .home-secC .flex .colB {
    grid-gap: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .home-secC .flex .colB {
    flex: 0 1 50%;
    max-width: 50%;
    grid-template-columns: 100%;
    grid-gap: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .home-secC .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 675px) {
  .home-secC .flex .colB {
    grid-template-columns: 100%;
  }
}

.home-secD {
  padding: 170px 0;
  background: url(../../images/home/office-buildings.png) no-repeat;
  background-size: cover;
}
@media (max-width: 1152px) {
  .home-secD {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .home-secD {
    padding: 85px 0;
  }
}
@media (max-width: 675px) {
  .home-secD {
    padding: 65px 0;
  }
}
.home-secD .heading {
  max-width: 455px;
  margin-bottom: 83px;
}
@media (max-width: 991px) {
  .home-secD .heading {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .home-secD .heading {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 60px;
  }
}
@media (max-width: 675px) {
  .home-secD .heading {
    padding-bottom: 45px;
  }
}
.home-secD .company-slider .owl-stage {
  display: flex;
  align-items: center;
}

.journey-section {
  padding: 7rem 0 2rem;
}
@media (max-width: 860px) {
  .journey-section {
    padding: 4rem 0;
  }
}
.journey-section .heading {
  margin-bottom: 5rem;
}
@media (max-width: 860px) {
  .journey-section .heading {
    margin-bottom: 3rem;
  }
}
.journey-section .owl-dots {
  margin-top: 4rem;
  text-align: center;
}
@media (max-width: 860px) {
  .journey-section .owl-dots {
    margin-top: 3rem;
  }
}
.journey-section .owl-dots button.owl-dot {
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.6s ease;
}
.journey-section .owl-dots button.owl-dot:not(:last-child) {
  margin-right: 12px;
}
.journey-section .owl-dots button.owl-dot.active {
  background: var(--gradient);
}
.journey-section .our-journey-slider {
  text-align: center;
}
.journey-section .our-journey-slider .item {
  color: var(--white);
}
.journey-section .our-journey-slider .item .upper_ttl {
  border-bottom: 2px solid var(--primary);
  position: relative;
  padding-bottom: 1.5rem;
}
.journey-section .our-journey-slider .item .upper_ttl .dot_line {
  height: 15px;
  width: 15px;
  background: var(--prime);
  border: 2px solid var(--primary);
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
}
.journey-section .our-journey-slider .item .lwr_inf {
  padding: 0 2rem;
  text-align: center;
  margin-top: 20px;
}
.journey-section .our-journey-slider .item .lwr_inf h6 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient);
  font-family: "Audrey Bold";
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 8px;
  max-width: 145px;
  margin-left: auto;
  margin-right: auto;
}
.journey-section .our-journey-slider .item .lwr_inf p {
  color: rgba(255, 255, 255, 0.7);
}

.home-secE {
  padding: 90px 0;
  --vargap: 60px;
}
@media (max-width: 1152px) {
  .home-secE {
    --vargap: 40px;
    padding: 75px 0 60px;
  }
}
@media (max-width: 991px) {
  .home-secE {
    padding: 65px 0 60px;
  }
}
@media (max-width: 675px) {
  .home-secE {
    padding: 55px 0;
    --vargap: 35px;
  }
}
.home-secE:not(.about-secD) .heading h3 {
  display: inline-block;
  position: relative;
}
.home-secE:not(.about-secD) .heading h3::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 100%;
  width: 40px;
  aspect-ratio: 1;
  background: url(../../icon/happy.svg) no-repeat;
}
.home-secE .heading {
  margin-bottom: 70px;
}
@media (max-width: 675px) {
  .home-secE .heading {
    margin-bottom: 35px;
  }
}
@media (max-width: 520px) {
  .home-secE .heading {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secE .heading h3 {
    max-width: 235px;
    margin: 0 auto;
  }
}
@media (max-width: 520px) {
  .home-secE .container {
    padding-right: 0;
  }
}
.home-secE .testimonial-slider .owl-stage {
  display: flex;
  padding: 0 1px;
}
.home-secE .testimonial-slider .owl-stage .owl-item {
  height: auto;
}
.home-secE .testimonial-slider .owl-stage .owl-item.active:not(.center) .item {
  transform: scale(0.8);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 991px) {
  .home-secE .testimonial-slider .owl-stage .owl-item.active:not(.center) .item {
    transform: scale(1);
    pointer-events: all;
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }
}
.home-secE .testimonial-slider .owl-nav {
  top: 50%;
}
.home-secE .item {
  display: block;
  height: 100%;
  border: 1px solid var(--primary);
  transition: 0.6s ease;
}
.home-secE .item::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.33%, rgba(0, 0, 0, 0.96) 98.66%);
}
.home-secE .item figure img {
  filter: grayscale(1);
}
.home-secE .item figcaption {
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px 30px;
}
@media (max-width: 675px) {
  .home-secE .item figcaption {
    padding: 0 15px 25px;
  }
}
.home-secE .item figcaption .play-btn {
  flex: 0 1 auto;
}
.home-secE .item figcaption .title {
  flex: 1;
  padding-left: 25px;
}
@media only screen and (max-width: 345px) {
  .home-secE .item figcaption .title {
    padding-left: 20px;
  }
}
.home-secE .item figcaption .title h6 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: var(--white);
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media (max-width: 1152px) {
  .home-secE .item figcaption .title h6 {
    letter-spacing: 0.6px;
  }
}
.home-secE .item figcaption .title p {
  font-size: 13px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: var(--white);
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media (max-width: 1152px) {
  .home-secE .item figcaption .title p {
    letter-spacing: 0.6px;
  }
}
.home-secE .owl-nav {
  position: absolute;
  top: calc(50% - var(--vargap));
  left: 50%;
  translate: -50% -50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 42%;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 1152px) {
  .home-secE .owl-nav {
    max-width: 40%;
  }
}
.home-secE .owl-nav button {
  pointer-events: all;
}
@media (max-width: 1152px) {
  .home-secE .owl-nav button img {
    width: 20px;
  }
}
.home-secE .owl-dots {
  text-align: center;
  margin-top: var(--vargap);
}
.home-secE .owl-dots button.owl-dot {
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.6s ease;
}
.home-secE .owl-dots button.owl-dot:not(:last-child) {
  margin-right: 12px;
}
.home-secE .owl-dots button.owl-dot.active {
  background: var(--gradient);
}
.home-secE.about-secD .team-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 860px) {
  .home-secE.about-secD .team-wrap {
    grid-gap: 25px;
  }
}
@media (max-width: 675px) {
  .home-secE.about-secD .team-wrap {
    grid-gap: 15px;
    grid-template-columns: 100%;
    padding-right: 15px;
  }
}
.home-secE.about-secD .team-wrap .item:hover figure img {
  filter: none;
}
.home-secE.about-secD .team-wrap .item figure img {
  width: 100%;
  transition: 0.5s ease;
}
.home-secE.about-secD .team-wrap .item figcaption .title {
  padding-left: 0;
}
.home-secE.about-secD.certificate-section {
  background: #000716;
}
.home-secE.about-secD.certificate-section .testimonial-slider .certificate-col::before {
  display: none;
}
.home-secE.about-secD.certificate-section .testimonial-slider .certificate-col figure img {
  filter: none;
}
.home-secE.about-secD.certificate-section .testimonial-slider .certificate-col figcaption .title {
  padding-left: 0;
}
.home-secE.about-secD.certificate-section .testimonial-slider .certificate-col figcaption .title h6 {
  font-size: 18px;
}
.home-secE.about-secD.certificate-section .testimonial-slider .certificate-col figcaption .title p {
  font-size: 12px;
  margin-top: 4px;
}
.home-secE.about-secD.certificate-section .testimonial-slider .owl-dots {
  display: none;
}/*# sourceMappingURL=home.css.map */


@media screen and (max-width:567px){
    .banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap li a{
        display: inline-flex;
    align-items: center;

    padding: 10px 19px;
    font-size: 9px;

    
    }
}

  #scrollBtn {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #000;
    color: white;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 50%;
    transition: 0.3s;
  }

  #scrollBtn:hover {
    background-color: #555;
  }
