*,::after,::before{box-sizing:border-box}body{margin:0;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}p{margin-top:0;margin-bottom:1rem}ol,ul{padding-left:2rem;margin-top:0;margin-bottom:1rem}b,strong{font-weight:bolder}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}label{display:inline-block}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}textarea{resize:vertical}.container{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}.col-md-6{flex:0 0 auto;width:50%}}@media (min-width:992px){.container{max-width:960px}.col-lg-5{flex:0 0 auto;width:41.6666666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.3333333333%}}@media (min-width:1200px){.container{max-width:1140px}.col-xl-2{flex:0 0 auto;width:16.6666666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.3333333333%}.col-xl-6{flex:0 0 auto;width:50%}}@media (min-width:1400px){.container{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x)/ -2);margin-left:calc(var(--bs-gutter-x)/ -2)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)/ 2);padding-left:calc(var(--bs-gutter-x)/ 2);margin-top:var(--bs-gutter-y)}.g-5{--bs-gutter-x:3rem;--bs-gutter-y:3rem}.align-items-start{align-items:flex-start!important}.align-items-center{align-items:center!important}.text-center{text-align:center!important}.list-unstyled{padding-left:0;list-style:none}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --aports-font: 'DM Sans', sans-serif;
  --aports-gray: #87898e;
  --aports-white: #ffffff;
  --aports-white-rgb: 255, 255, 255;
  --aports-base: #ceae92;
  --aports-black: #32343b;
  --aports-black-rgb: 50, 52, 59;
  --aports-primary: #f4efeb;

}

.row {
}

body {
  font-family: var(--aports-font);
  color: var(--aports-gray);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

a {
  color: var(--aports-gray);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4 {
  color: var(--aports-black);
  margin: 0;
}

p {
  margin: 0;
}


ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/


.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--aports-base);
  color: var(--aports-white);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 10px 40px 10px;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn:before {
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: var(--aports-black);
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}

.thm-btn:hover {
  color: var(--aports-white);
}

.thm-btn:hover:before {
  top: -30%;
}


.section-title {
  position: relative;
  display: block;
  margin-top: -10px;
  margin-bottom: 48px;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: var(--aports-base);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  z-index: 1;
}

.section-title__tagline:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -30px;
  height: 1px;
  width: 21px;
  background-color: var(--aports-base);
}

.section-title__title {
  margin: 0;
  color: var(--aports-black);
  font-size: 45px;
  line-height: 54px;
  font-weight: 700;
  margin-top: 2px;
}



/* scroll to top */



/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header__top {
  position: relative;
  display: block;
}

.main-header__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--aports-black);
  padding-left: 310px;
  padding-right: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.main-header__top-left {
  position: relative;
  display: block;
}

.main-header__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-list li+li {
  margin-left: 35px;
}

.main-header__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-list li .icon i {
  font-size: 14px;
  color: var(--aports-base);
}

.main-header__contact-list li .text {
  margin-left: 10px;
}

.main-header__contact-list li .text p {
  color: #a2a5ae;
  font-size: 13px;
}

.main-header__contact-list li .text p a {
  color: #a2a5ae;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__contact-list li .text p a:hover {
  color: var(--aports-base);
}

.main-header__top-right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-time {
  position: relative;
  display: block;
}

.main-header__top-time p {
  font-size: 13px;
  color: #a2a5ae;
}

.main-header__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 40px;
  padding: 8px 0;
}

.main-header__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--aports-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__social a:hover {
  color: var(--aports-base);
}

.main-header__social a+a {
  margin-left: 25px;
}

.main-menu {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  padding-right: 60px;
}

.main-menu__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-menu__left {
  position: relative;
  display: block;
}

.main-menu__logo {
  position: relative;
  display: block;
  background-color: var(--aports-base);
  padding: 30.5px 60px;
  margin-top: -40px;
}

.main-menu__main-menu-box {
  position: relative;
  display: block;
}

.main-menu__right {
  position: relative;
  display: block;
}

.main-menu__search-btn-box {
  display: flex;
  align-items: center;
  padding: 25px 0;
}

.main-menu__search-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--aports-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--aports-base);
}

.main-menu__search:after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -6px;
  left: -20px;
  width: 1px;
  background-color: rgba(var(--aports-white-rgb), .10);
}

.main-menu__btn-box {
  position: relative;
  display: block;
  margin-left: 30px;
}

.stricky-header .main-menu__btn:hover {
  color: var(--aports-base);
}

.stricky-header .main-menu__btn:before {
  background: var(--aports-white);
}

.stricky-header .main-menu__logo {
  padding: 20.5px 60px;
  margin-top: 0;
}

.stricky-header.main-menu {
  background-color: var(--aports-black);
}


.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}



@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}

.stricky-header .main-menu__list>li {
  padding-top: 45px;
  padding-bottom: 45px;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 75px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--aports-white);
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--aports-base);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: rgb(255, 255, 255);
  padding: 31px 20px 31px;
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: none;
  margin-top: 10px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: var(--aports-gray);
  letter-spacing: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 20px 5px;
  -webkit-transition: 500ms;
  transition: 500ms;
  background-color: var(--aports-white);
  border-radius: var(--aports-bdr-radius);
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  background-color: var(--aports-primary);
  color: var(--aports-black);
  text-shadow: .3px 0 0 rgba(50, 52, 59, .8);
}

.main-menu .main-menu__list>li>ul>li>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 14px;
  color: var(--aports-base);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a::before {
  transform: translateY(-50%) scale(1);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--aports-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--aports-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--aports-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--aports-black);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--aports-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--aports-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--aports-font, "Rubik", sans-serif);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--aports-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--aports-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--aports-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--aports-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--aports-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--aports-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--aports-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--aports-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--aports-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Floor Plan
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Apartments One
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Neighborhoods
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# News One
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Gallery One
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: var(--aports-black);
  z-index: 1;
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 113px 0 111px;
  z-index: 1;
}

.site-footer__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .10;
}

.site-footer__shape-1 img {
  width: auto;
}

.site-footer__top-inner {
  position: relative;
  display: block;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-top: -3px;
}

.footer-widget__about-text-box {
  position: relative;
  display: block;
}

.footer-widget__about-text {
  color: var(--aports-white);
  font-size: 20px;
  line-height: 34px;
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.site-footer__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--aports-white);
  font-size: 15px;
  background-color: #23252b;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer__social a:hover {
  color: var(--aports-base);
}

.site-footer__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--aports-white);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.site-footer__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.site-footer__social a+a {
  margin-left: 10px;
}

.footer-widget__Explore {
  position: relative;
  display: block;
}

.footer-widget__title-box {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
}

.footer-widget__title-box:before {
  content: "";
  position: absolute;
  top: 16px;
  right: -30px;
  height: 1px;
  width: 21px;
  background-color: var(--aports-base);
}

.footer-widget__title {
  font-size: 20px;
  color: var(--aports-white);
  line-height: 28px;
  font-weight: 700;
}

.footer-widget__Explore-list {
  position: relative;
  display: block;
}

.footer-widget__Explore-list li+li {
  margin-top: 4px;
}

.footer-widget__Explore-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #a2a5ae;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.footer-widget__Explore-list li a:hover {
  color: var(--aports-white);
}

.footer-widget__find {
  position: relative;
  display: block;
}

.footer-widget__find-text {
  color: #a2a5ae;
  line-height: 34px;
  margin-top: -2px;
}

.footer-widget__find-text a {
  color: #a2a5ae;
  transition: all 500ms ease;
}

.footer-widget__find-text a:hover {
  color: var(--aports-white);
}

.footer-widget__Contact {
  position: relative;
  display: block;
}

.footer-widget__Contact-list {
  position: relative;
  display: block;
  padding-top: 2px;
}

.footer-widget__Contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__Contact-list li+li {
  margin-top: 5px;
}

.footer-widget__Contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__Contact-list li .icon span {
  color: var(--aports-base);
  position: relative;
  display: inline-block;
  font-size: 15px;
}

.footer-widget__Contact-list li .text {
  margin-left: 20px;
}

.footer-widget__Contact-list li .text p {
  font-size: 16px;
  font-weight: 400;
  color: #a2a5ae;
}

.footer-widget__Contact-list li .text p a {
  color: #a2a5ae;
  transition: all 500ms ease;
}

.footer-widget__Contact-list li .text p a:hover {
  color: var(--aports-white);
}

.site-footer__bottom {
  position: relative;
  display: block;
  background-color: var(--aports-black);
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.1);
  padding: 27px 0;
  z-index: 1;
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.site-footer__bottom-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #a2a5ae;
}

.site-footer__bottom-text a {
  color: #a2a5ae;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
  color: var(--aports-white);
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Measurement
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .footer-widget__Contact {
        margin-top: 33px;
    }

    .footer-widget__find {
        margin-top: 33px;
    }

















}






















/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .footer-widget__Contact {
        margin-top: 33px;
    }

    .footer-widget__find {
        margin-top: 33px;
    }


































}

































/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .section-title__title {
        font-size: 30px;
        line-height: 39px;
    }

    .footer-widget__Explore {
        margin-top: 43px;
        margin-bottom: 33px;
    }

    .footer-widget__Contact {
        margin-top: 31px;
    }









}




































@media only screen and (min-width: 1200px) and (max-width: 1470px) {}





/*--------------------------------------------------------------
# Slider All Responsice Css
--------------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {}








/*--------------------------------------------------------------
# Main Menu All Responsice Css
--------------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header__top {
        display: none;
    }

    .main-menu__logo {
        padding: 20.5px 60px;
        margin-top: 0;
    }

    .main-menu .mobile-nav__toggler:hover {
        color: var(--aports-white);
    }



    .main-menu-two .mobile-nav__toggler:hover {
        color: var(--aports-black);
    }










}




@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header__top {
        display: none;
    }

    .main-menu__logo {
        padding: 20.5px 60px;
        margin-top: 0;
    }

    .main-menu .mobile-nav__toggler:hover {
        color: var(--aports-white);
    }




    .main-menu-two .mobile-nav__toggler:hover {
        color: var(--aports-black);
    }










}

@media (max-width: 1624px) {
   .main-menu__right {
        display: none;
    }
}

@media (max-width: 767px) {
    .main-header__top {
        display: none;
    }

    .main-menu__logo {
        padding: 20.5px 30px;
        margin-top: 0;
    }

    .main-menu .mobile-nav__toggler:hover {
        color: var(--aports-white);
    }

    .main-menu__right {
        display: none;
    }


    .main-menu-two .mobile-nav__toggler:hover {
        color: var(--aports-black);
    }

    .main-menu-two__right {
        display: none;
    }

    .main-menu-two__wrapper {
        padding: 0 30px;
    }



    .main-menu-three__search-btn-box {
        display: none;
    }




}






@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .main-menu__btn-box {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1330px) {
    .main-menu-two__wrapper {
        padding: 0 30px;
    }

    .main-menu-two .main-menu__list>li+li,
    .stricky-header.main-menu-two .main-menu__list>li+li {
        margin-left: 55px;
    }
}

/* ============================================================
   Koiner — cluster-page responsiveness & mobile structure
   (added 2026-06-01)
   The cluster/landing pages define their layout in a per-page
   inline \3c style> block using short classes (cs/ca/cd = sections,
   cb = CTA banner, fc/lc = cards, lgd/ilg = grids, fqi/fqq/fqa =
   FAQ, callout/checklist = boxes). Those inline rules have no
   breakpoints, so this block adds them. The .page-wrapper prefix
   raises specificity above the inline class rules so these win on
   small screens without editing every page.
   ============================================================ */

/* never let media / wide boxes cause horizontal scroll */
.page-wrapper img { max-width: 100%; height: auto; }
.page-wrapper table { max-width: 100%; }

/* ---- tablets / small laptops ---- */
@media only screen and (max-width: 991px) {
    .page-wrapper .page-header { padding: 190px 0 90px; }
    .page-wrapper .cs,
    .page-wrapper .ca,
    .page-wrapper .cd { padding: 60px 0; }
    .page-wrapper .cb { padding: 50px 0; }
}

/* ---- phones ---- */
@media only screen and (max-width: 767px) {
    /* shorter hero — the desktop 269px top padding leaves a huge
       empty band on mobile where the header bar is far shorter */
    .page-wrapper .page-header { padding: 140px 0 60px; }

    /* tighter vertical rhythm for the stacked single-column layout */
    .page-wrapper .cs,
    .page-wrapper .ca,
    .page-wrapper .cd { padding: 44px 0; }

    /* CTA banner */
    .page-wrapper .cb { padding: 44px 0; }
    .page-wrapper .cb h2 { font-size: 24px; line-height: 1.3; }
    .page-wrapper .cb .cp { font-size: 14px; line-height: 24px; }

    /* cards: slightly tighter padding + a little breathing room
       between cards once the grid has collapsed to one column */
    .page-wrapper .fc { padding: 22px; }
    .page-wrapper .lc { padding: 20px; }
    .page-wrapper .fc + .fc,
    .page-wrapper .lc + .lc { margin-top: 0; }

    /* the intro two-column rows (always .align-items-center here)
       stack on mobile — add a gap so the callout / checklist box
       does not butt against the text above. Scoped to align-items-
       center so it never touches the .row.g-4 card grids. */
    .page-wrapper .cs .row.align-items-center > [class*="col-"] + [class*="col-"],
    .page-wrapper .ca .row.align-items-center > [class*="col-"] + [class*="col-"] { margin-top: 26px; }

    /* FAQ: bigger tap targets, no title crowding against the chevron */
    .page-wrapper .fqq { padding: 16px 18px; }
    .page-wrapper .fqq h5 { font-size: 14px; line-height: 1.4; }
    .page-wrapper .fqa { padding: 0 18px 16px; }

    /* internal-link grid spacing */
    .page-wrapper .ilg { gap: 12px; }
}

/* ---- very small phones ---- */
@media only screen and (max-width: 480px) {
    .page-wrapper .page-header { padding: 124px 0 50px; }
    .page-wrapper .cb h2 { font-size: 21px; }
    .page-wrapper .fc,
    .page-wrapper .lc { padding: 18px; }
}
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(../vendors/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(../vendors/fontawesome/webfonts/fa-solid-900.woff) format("woff")}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../vendors/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(../vendors/fontawesome/webfonts/fa-brands-400.woff) format("woff")}.fa,.fab,.fa-brands,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}.fab,.fa-brands{font-family:"Font Awesome 5 Brands";font-weight:400}.fa-bars:before{content:"\f0c9"}.fa-key:before{content:"\f084"}.fa-phone:before{content:"\f095"}.fa-arrow-down:before{content:"\f063"}.fa-paper-plane:before{content:"\f1d8"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-rupee-sign:before{content:"\f156"}.fa-house-user:before{content:"\e065"}.fa-certificate:before{content:"\f0a3"}.fa-chart-line:before{content:"\f201"}.fa-calendar:before{content:"\f133"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-user-tie:before{content:"\f508"}.fa-home:before{content:"\f015"}.fa-user:before{content:"\f007"}.fa-door-open:before{content:"\f52b"}.fa-building:before{content:"\f1ad"}.fa-gem:before{content:"\f3a5"}.fa-crown:before{content:"\f521"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-seedling:before{content:"\f4d8"}.fa-plane-departure:before{content:"\f5b0"}.fa-tree:before{content:"\f1bb"}.fa-calendar-check:before{content:"\f274"}.fa-tag:before{content:"\f02b"}.fa-receipt:before{content:"\f543"}.fa-file-signature:before{content:"\f573"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-shield-alt:before{content:"\f3ed"}.fa-arrow-right:before{content:"\f061"}.fa-plus:before{content:"\f067"}.fa-envelope:before{content:"\f0e0"}.fa-phone-alt:before{content:"\f879"}.fa-times:before{content:"\f00d"}.fa-download:before{content:"\f019"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-instagram:before{content:"\f16d"}.fa-youtube:before{content:"\f167"}.fa-facebook:before{content:"\f09a"}.fa-whatsapp:before{content:"\f232"}
