@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spline+Sans:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sintony:wght@400;700&display=swap');

:root {
  --font-family_manrope: "Manrope", sans-serif;
  --font-family_outfit: "Outfit", sans-serif;
  --font-color_blue: #007bbe;
  --font-color_black: #000;
  --font-color_white: #fff;
  --font-color_orange: #d34001;
  --font-color_red: #ff0000;
  --font-color_deep_brown: #be0000;
  --font-color_light_green: #297366;
  --background_blue: #100173;
}

body {
  font-family: var(--font-family_outfit) !important;
}

.heading h2 {
  text-align: center;
}

.heading h2:before {
  width: 40px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 48px;
  left: 50%;
  margin-left: -14px;
  background-color: #ff0000;
}

.heading h2:after {
  width: 150px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -70px;
  background-color: #ff0000;
}

.heading2 h2 {
  text-align: center;
}

.heading2 h2:before {
  width: 40px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 65px;
  left: 50%;
  margin-left: -14px;
  background-color: #ff0000;
}

.heading2 h2:after {
  width: 150px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -70px;
  background-color: #ff0000;
}
.ltn__main-menu > ul > li {
    margin-right: 7px !important;
}

.font__manrope {
  font-family: var(--font-family_manrope) !important;
}

.font__outfit {
  font-family: var(--font-family_outfit) !important;
}

.font__playfair {
  font-family: var(--font-family_playfair) !important;
}

.ltn__top-bar-menu ul li a i {
  color: var(--font-color_white) !important;
}

.ltn__top-bar-menu ul li a:hover {
  color: #fff !important;
}

.color_black {
  color: var(--font-color_black) !important;
}

.color_light_green {
  color: var(--font-color_light_green) !important;
}

.ltn__feature-icon {
  color: var(--font-color_orange) !important;
}

.ltn__feature-item-6::before {
  background-color: #d34001 !important;
}

.footer-widget {
  margin-bottom: 0px !important;
}

/* .footer-top-area {
    padding-top: 32px !important;
} */
.ltn__category-item-5 {
  margin-bottom: 20px !important;
}

.ltn__category-item-5 a {
  padding: 20px 30px 20px !important;
}

.ltn__category-item-5-2:hover {
  background-color: var(--font-color_brown) !important;
}

.ltn__category-item-5-2 a .category-number {
  color: var(--font-color_blue) !important;
}

.ltn__header-top-area {
  padding: 5px 0;
}

.ltn__top-bar-menu>ul>li {
  font-weight: 500 !important;
  font-size: 16px !important;
}

.ltn__header-options i,
.ltn__header-top-area i {
  font-weight: 500 !important;
}

.ltn__counterup-item .counter-icon i {
  color: var(--font-color_blue) !important;
}

.ltn__category-item-5 a .category-title {
  font-family: var(--font-family_outfit) !important;
  font-size: 20px !important;
  font-weight: 500 !important;
}

.slick-arrow-3 .slick-prev {
  background-color: var(--font-color_red) !important;
  border-color: var(--font-color_red) !important;
  color: var(--white) !important;
}

.slick-arrow-3 .slick-arrow:hover {
  background-color: var(--font-color_red) !important;
  border-color: var(--font-color_red) !important;
  color: var(--white) !important;
}

.section-bg-1 {
  background-color: #fff !important;
}

.single_product {
  border: 1px solid #e2e2e2;
  margin-bottom: 30px;
}

.product_thumb {
  position: relative;
}

.product_thumb img {
  width: 100%;
}

.product_content {
  padding: 12px 15px 10px;
}

.product_content h4 {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 0;
  color: #000;
}

.price_box span {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  display: inline-block;
  color: #000;
}

.logo_text {
  color: #03176e;
  font-size: 18px;
  letter-spacing: 0;
  font-family: "Sintony", sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: -1rem;
  margin-left: 4.2px;
}

.logo_text2 {
  font-size: 14px;
  position: absolute;
  left: 7.5rem;
  margin-top: 3.4rem;
  letter-spacing: 0;
  color: #000;
  font-weight: 500;
  font-family: "Spline Sans", sans-serif;
  line-height: 1;
}

.logo_text span {
    color: #009b48;
    font-size: 18px;
    letter-spacing: 1px;
    display: block;
}

.logo_text2 span {
  display: block;
}

.ltn__brand-logo-item img {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 15px;
  background: #fff;
}

.ltn__product-item-4 .product-title a:hover {
  color: var(--font-color_orange) !important;
}

.bg-overlay-white-30:before {
  background: rgb(0 0 0 / 60%) !important;
}

.custom_listed_li li {
  margin-top: 0rem;
}

.ltn__breadcrumb-list ul li {
  margin-top: 0rem !important;
}

.custom_margin_0 {
  margin-bottom: 0;
}

.ltn__gallery-action-icon i:hover {
  background-color: var(--font-color_blue) !important;
}

.section-title {
  font-size: 35px !important;
  padding-bottom: 15px;
}

.ltn__main-menu li:hover>a {
  background: #c70f68 !important;
  color: var(--font-color_white) !important;
  border-radius: 5px;
}

.ltn__counterup-item h6 {
  font-family: var(--font-family_manrope) !important;
}

.ltn__top-bar-menu ul li a {
  color: #fff;
}

.site-logo-wrap .site-logo {
  width: 260px;
}

.ltn__main-menu>ul>li>a {
  padding: 10px 10px !important;
}

.theme-btn-1 {
  background-color: #c70f68 !important;
}

.ltn__product-item {
  position: relative;
  margin-bottom: 50px;
  border: 1px solid #e2e2e2 !important;
}

.ltn__product-item-4 .product-info {
  text-align: center;
}

.section-subtitle-2::before {
  background-color: #2558a5 !important;
}

.ltn__secondary-color {
  color: #1e5bac !important;
}

.ltn__secondary-color {
  color: var(--font-color_blue) !important;
}

.ltn__secondary-color2 {
  color: var(--font-color_deep_brown) !important;
}

.ltn__header-5 .ltn__header-middle-area {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ltn__main-menu>ul {
  justify-content: end;
}

.carousel-caption h2 {
  color: #fff;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
  font-size: 40px;
}

.carousel-caption p {
  color: #fff;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  font-size: 25px;
}

.sticky-social-icons {
  position: fixed;
  right: 25px;
  top: 68%;
  transform: translate(0, 0%);
  width: 60px;
  z-index: 1000;
}

.sticky-social li {
  display: block;
}

#whatsapp {
  background: #52cd60;
}

.sticky-social li a i {
  font-size: 40px;
  line-height: 1.35;
}

.sticky-social li a {
  width: 55px;
  height: 55px;
  display: inline-block;
  margin: 8px 0;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  position: relative;
  left: 0;
  transition: all .2s ease;
  line-height: 75px;
}

.btn--shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
  animation: shockwaveJump 1s ease-out infinite;
}

.btn--shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
  animation: shockwaveJump 1s ease-out infinite;
}

.btn--shockwave.is-active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .65s ease-out infinite;
  animation: shockwave 1s .65s ease-out infinite;
}

.btn--shockwave.is-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .5s ease-out infinite;
  animation: shockwave 1s .5s ease-out infinite;
}

@-webkit-keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}

@keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}

.btn--jump.is-active {
  -webkit-animation: .4s jump ease infinite alternate;
  animation: .4s jump ease infinite alternate;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }

  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }

  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}

.about-us-info-wrap .btn-wrapper {
  margin-top: 5px !important;
}

.font__size__35 {
  font-size: 35px !important;
}

.padding_5 {
  padding: 5px 10px !important;
}

.btn-wrapper {
  display: block;
  margin-top: 10px !important;
}

.__column_box {
  background-color: #f8f8f8;
  padding: 20px 14px 20px;
  box-shadow: 0 0 20px 5px rgba(177, 177, 177, .24);
  margin-bottom: 25px;
}

.__column_box h2 {
  font-size: 24px;
  padding: 5px 0;
  margin: 0;
  font-weight: 500;
}

.about-us-img-wrap img {
  margin: 0;
  border: 1px solid #ff0000;
  padding: 5px;
}

.icon {
  width: 90px;
  border-radius: 100%;
  height: 90px;
  background: #ff0000;
  margin: auto;
}

.icon img {
  text-align: center;
  padding: 20px;
  width: 100%;
}

.ltn__main-menu>ul>li>a {
  /* font-family: 'Poppins', sans-serif !important; */
  font-family: 'Poppins', sans-serif !important;
}

.section-title-area p {
  max-width: 100% !important;
}

.section-bg-6 {
  background-color: #253374 !important;
}

.ltn__main-menu>ul>li>a {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.carousel-caption {
  bottom: 8.25rem;
}

.ltn__list-item-2 li {
  margin-right: 20px !important;
}

.ltn__secondary-bg {
  background: linear-gradient(to right, #100173, #100173) !important;
}

.section-bg-2 {
  background-color: #2E3034 !important;
}

.section-bg-7 {
  background-color: #18191a !important;
}

.before-bg-bottom:before {
  background-color: #2E3034 !important;
}

.ltn__testimonial-item-7::before {
  background-color: #e57000 !important;
}

.form-control {
  margin-bottom: 10px !important;
  height: 40px !important;
  font-family: var(--font-family_outfit) !important;
}

.ltn__breadcrumb-area {
  padding-top: 60px;
  padding-bottom: 60px;
}

.bg-overlay-white-30:before {
  background: none;
}

.ltn__breadcrumb-inner h1,
.ltn__breadcrumb-list ul li:last-child,
.ltn__breadcrumb-list ul li {
  color: #fff;
}

.bg-orange {
  background-color: #f55834 !important;
}

.ltn__author-widget-inner .product-price {
  font-size: 37px;
  font-family: var(--ltn__heading-font);
  font-weight: 600;
  color: var(--ltn__secondary-color);
}

.widget {
  padding: 22px 30px;
}

input[type="tel"] {
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--border-color-9);
  height: 65px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  color: var(--ltn__paragraph-color);
  width: 100%;
  margin-bottom: 30px;
  border-radius: 0;
  padding-right: 40px;
}

.ltn__page-details-inner label {
  font-size: 19px;
  font-weight: bold;
}

.apartments-plan-info {
  padding: 0;
}

.inner-list-- li {
  margin-right: 20px;
  text-justify: auto;
  text-align: center;
}

.ltn__product-item-4 .product-title {
  font-size: 20px;
}

.ltn__author-widget-inner .product-price,
.ltn__product-item-4 .product-price {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

.f-thin {
  font-weight: 500;
}

.product-detilsh ul {
  list-style-type: none;
  padding: 0;
}

.product-feature-title {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  border-left: 2px solid;
  border-color: var(--ltn__secondary-color);
  padding-left: 10px;
}

.product-detilsh ul li {
  width: 24%;
  display: inline-block;
}

.product-detilsh {
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(10px, -50%);
  z-index: 1;
}

.product-detilsh>div {
  border-bottom: 1px solid #ccc;
}

span.product-feature-text {
  padding-left: 10px;
}

.inline>div:first-child {
  height: 100%;
  position: relative;
  top: -12px;
  padding: 10px 30px;
  font-size: 30px;
  color: #f55834;
  font-weight: bold;
  border-right: 1px solid #ccc;
}

.inline>div {
  display: inline-block;
}

.property-detali h2 {
  font-size: 20px;
  margin: 0.75rem 0;
}

.property-detali {
  padding: 0 10px;
}

.top-01 {
  background: #f2f4f7;
  margin: 0.75rem 0;
  border: 1px solid #cccccc9c;
  padding: 10px !important;
}

.checkbox-item .checkmark {
  top: 8px;
}

.section-title {
  font-size: 40px;
}

.before-bg-bottom {
  background: #fff;
}

.ltn__product-item-4 .product-price span {
  font-family: 'Roboto', sans-serif;
}

.content__center {
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 10px;
}

.view__btn {
  font-size: 14px;
  text-align: left;
  padding: 7px 15px;
  margin: 0 15px;
  border: 1px solid #cb724a;
  font-size: 14px;
}

.price {
  font-size: 14px;
  margin: 0
}

.price2 {
  font-size: 20px;
  margin: 10px 0;
}

.carousel-indicators [data-bs-target] {
  width: 80px;
  height: 40px;
  text-indent: 0;
  cursor: pointer;
  background-color: inherit;
  background-clip: inherit;
  border: 0;
  border-top: none;
  border-bottom: none;
  transition: opacity .6s ease;
}


.ltn__gallery-item-img::before {
  background-color: #000000b8 !important;
}



input[type="text"], input[type="email"], input[type="password"], input[type="submit"], textarea{
    height: 55px !important;
    margin-bottom: 10px !important;
}

@media screen and (max-width:667px) {
  .logo_text {
    font-size: 12px;
    position: absolute;
    left: 7.4rem;
    top: -12px;
    margin: auto;
    line-height: 1.2;
  }

  .logo_text span {
    font-size: 12px;
    letter-spacing: .7px;

  }

  .logo_text2 {
    font-size: 10px;
    left: 7.4rem;
    margin-top: 45px;
    line-height: 1.2;
}

  .site-logo-wrap .site-logo {
    width: 90px;
    float: left;
  }

  .ltn__header-5 .site-logo-wrap {
    justify-content: left !important;
    margin: 0px 0 0px !important;
  }

  .mobile-menu-toggle {
    margin-right: 15px;
    position: absolute;
  }

  .font__size__40 {
    font-size: 22px !important;
  }



}