@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
body{
    color:#000;
}
.site-logo-wrap .site-logo{
    width: 110px;
}

.ltn__header-5 .ltn__header-middle-area {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.ltn__main-menu > ul{
    justify-content: end;
}
.ltn__about-us-area{
    background:url('../public/img/coin_bg_mobile.jpg');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}
.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;
}
.section-title-area p {
    max-width: 100%;
    color:#000;
}
.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);
  }
}
.ltn__main-menu > ul > li > a{
    font-family: 'Poppins', sans-serif !important;
}
.section-bg-6{
    background-color: #021d34 !important;
}
.ltn__main-menu > ul > li > a{
    font-size: 16px !important;
}
.carousel-caption {
    bottom: 8.25rem;
}
.ltn__list-item-2 li{
    margin-right: 20px !important;
}
.ltn__secondary-bg{
    background-color: #001e33 !important;
}
.section-bg-2{
    background-color: #004c7a !important;
}
.before-bg-bottom:before {
    background-color: #004c7a !important;
}
.ltn__breadcrumb-area {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 70px;
}
.page-title{
    font-weight: 400;
}
.ltn__secondary-color {
    color: #63bad0 !important;
}
a:hover {
    color: #63bad0;
}

.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;
}

.before-bg-bottom{
  background: #f2f4f7;
}
.ltn__product-item-4 .product-price span{
    font-family: 'Roboto', sans-serif;
}
.ltn__copyright-area {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ltn__slide-item-2 .btn-wrapper {
    margin-top: 30px;
}
.theme-btn-1 {
    background-color: #153ccc;
    color: var(--white);
}
.ltn__main-menu li:hover > a {
    color: #153ccc;
}
.ltn__main-menu li > ul, .ltn__main-menu .sub-menu {
    border-top: 5px solid #143bcb;
}
.ltn__top-bar-menu > ul > li > i, .ltn__top-bar-menu > ul > li > a > i {
    color: #63bad0;
}
.title-2{
    border-color: #63bad0;
}
.input-item.ltn__custom-icon::before {
    color: #143bcb;
}
input[type="text"]{
    color: #000000;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
    border-color: #243dce;
}

@media only screen and (max-width: 600px) {
.section-title-area table tr td img{
    height:auto !important;
    max-height:auto !important;
}
.ltn__about-us-area{
    background:url('../public/img/coin_bg_mobile.jpg');
    background-size:contain;
    background-repeat:no-repeat;
}
.ltn__about-us-area .section-title-area font{
    font-size:16pt !important;
}
.ltn__about-us-area .section-title-area font span{
    font-size:14pt !important;
}
}

@media only screen and (max-width: 1400px) {
.ltn__slide-item {
    height: 442px !important;
}
    
}
@media only screen and (min-width: 1401px) {
.ltn__slide-item {
    height: 754px !important;
    min-height: 754px !important;
}
    
}