@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anybody:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
  --font__manrope:"Manrope", sans-serif !important;
  --font__poppins:"Poppins", sans-serif !important;
}
.site-logo-wrap .site-logo {
  width: 80px;
}

.ltn__main-menu>ul>li>a:first-letter {
    text-transform: uppercase;
}
.ltn__main-menu>ul>li>a {
    text-transform: lowercase;
letter-spacing: 0.02rem;
}

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

.ltn__main-menu>ul {
  justify-content: start;
}
.width__94{
    width: 94%;
}
.carousel-caption h2 {
  color: #fff;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
}

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

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

.ltn__main-menu>ul>li>a {
  font-family: var(--font__manrope) !important;
  font-size: 16px !important;
  padding: 5px 10px !important;
  color: #fff !important;
}
.ltn__main-menu > ul > li {
  margin-right: 5px !important;
}
.bg_blue{
  background: #160468 !important;
}

.ltn__top-bar-menu > ul > li{
  font-family: var(--font__manrope) !important;
}
.gallery_wrap {
  background: #fff;
  border: 1px solid #dfe8f3;
  padding: 0 .5%;
  transition: all .5s;
  margin-bottom: 1rem;
}
.gallery_wrap h2{
  font-family: var(--font__manrope) !important;
  font-size: 18px;
  text-align: center;
}
.quick_link_p{
    margin-bottom: 0;
}
.quick_link_p a{
    color: #f77f03;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px dotted #fff;
}
.quick_link_p a:hover{
    padding-left: 8px;
    color:#add7f9;
}
.bg-overlay-white-30:before {
    background: #add7f9 !important;
}
.kcc__name{
  font-family: var(--font__poppins) !important;
  font-size: 23px;
  position: absolute;
  left: 115px;
  top: 10px;
  font-weight: 600;
  color:#1d246f;
  text-transform: uppercase;
}
.kcc__affiliate_name{
  font-family: var(--font__poppins) !important;
  font-size: 15px;
  position: absolute;
  left: 115px;
  top:39px;
  font-weight: 500;
  color: #000;
}
.kcc__unit_name{
  font-family: var(--font__poppins) !important;
  font-size: 15px;
  position: absolute;
  left: 115px;
  top:60px;
  font-weight: 500;
  color: #000;
}
ul.announcements li {
  display: inline-block;
  margin: 0 0.85rem;
  font-family: var(--font__manrope) !important;
}
.changing__dimension{
  font-family: var(--font__manrope) !important;
  font-size: 30px;
}
.engagingarea {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
.padding5pxarea {
  padding: 0px 10px;
}
.engagingbox {
  margin-bottom: 10px;
}
.engagingboxicon {
  border-right: solid 1px #ddd;
}
.engagingbox h6 {
  font-size: 14px;
  color: #1d246f;
  line-height: 18px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  font-family: var(--font__manrope) !important;
}
.d_wrapper{
  background: #fff;border-radius:10px;padding:50px 10px 30px;box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;text-align:center;
}
.d_img{
  width:120px;border-radius:5px;
}
.d_text{
  text-align:center; margin-top:10px;color: #4c586f; font-weight: bold; font-size:18px;font-family: var(--font__manrope) !important;
}
.d_btn{
  display:block;font-size:14px;font-weight:700;color: #374c9d;font-family: var(--font__manrope) !important;
}
.d_btn:hover{
    color:#f77f03;
}
.ltn__testimonial-item-7 .ltn__testimoni-info p {
    font-size: 16px !important;
    font-family: var(--font__manrope) !important;
    color:#000;
}
.ltn__testimoni-name-designation h2{
    font-size: 18px !important;
    font-family: var(--font__manrope) !important;
}
.footer-menu ul li a{
    font-family: var(--font__manrope) !important;
}
.section-bg-7 {
    background-color: #202020 !important;
}
.d_space_top-85{
  margin-top: -85px;
}
.about_h2{
  font-family: var(--font__manrope) !important;
  color: #2000a1;
    font-size: 25px;
    line-height: 36px;
}
.about_paragraph{
  font-family: var(--font__manrope) !important;
    font-size: 16px;
    color:#000;
    text-align: justify;
    font-weight: 500;
    padding-bottom: 15px;
    height: 200px;
    overflow: clip;
  }
  .custom__btn{
    font-family: var(--font__manrope) !important;
    border: 1px solid #160468;
    padding: 10px 15px !important;
    font-weight: 500 !important;
  }
  .custom__btn:hover {
    background-color: #160468;
    color: #fff;
}
.noticeboard  .nav-link.active {
  color: #fff;
  background-color: #f77f03;
  border-color:#f77f03 #f77f03 #f77f03;
  font-family: var(--font__manrope) !important;
}
.noticeboard .nav-link {
  display: block;
  padding: 0.5rem 0.86555rem;
  font-size: 16px;
  font-weight: bold;
  background: #0b1f6a;
  color: #fff;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
.quick-links h2 {
  background: #1d246f;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding: 10px 12px;
  letter-spacing: 0.5px;
  font-family: var(--font__manrope) !important;
}
.quick-links {
  background: #fff;
  box-shadow: 4px 4px 5px 0px #eae8e8;
  border: 1px solid #ddd;
  margin-bottom: 22px;
  margin-top: 15px;
}
.quick-links ul {
  list-style: none;
  margin-left: 0px;
  font-family: var(--font__manrope) !important;
}
.quick-links ul li{
  margin-top: 0rem;
}
.quick-links ul li a {
  color: #000;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 7px 0px;
}
.quick-links ul li a::before {
  content: "\f0a9";
  position: relative;
  font-family: FontAwesome;
  margin-right: 10px;
}
.quick-links ul li a:hover {
  color:#f77f03;
  text-decoration: none;
}
 
.ltn__testimonial-item-7:hover .ltn__testimoni-info p i {
    color: #f77f03 !important;
}
.notice-ul li {
    margin-bottom: 0px;
    display: flow-root;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 7px;
    padding-top: 1px;
    font-family: var(--font__manrope) !important;
}
.ltn__testimonial-item-7::before {
    background-color: #f77f03 !important;
}
.date-box {
  width: 8%;
  position: relative;
  float: left;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 0px;
}
.date p {
  font-size: 21px;
  line-height: 12px;
  color: #334878;
  font-weight: 700;
}
.date-box p {
  margin-bottom: 0px;
}
.date {
  width: 100%;
  text-align: center;
  font-weight: 500;
  line-height: 0;
}
.month {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  padding-top: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000;
  position: relative;
  line-height: 0;
}
.month:after {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 30px;
    height: 2px;
    background-color: #334878;
}
.year {
  text-align: center;
  position: absolute;
  top: 5px;
  right: -13px;
  transform: rotate(-90deg);
  font-weight: 700;
  color: #000;
  font-size: 14px;
}
.notice-body-text {
  width: 92%;
  display: inline-block;
  padding-left: 16px;
  /* border-bottom: 1px dashed #ddd; */
  padding-bottom: 0px;
  font-family: var(--font__manrope) !important;
  font-weight: 500;
}
.notice-body-text a {
  color: #000 !important;
}
.noticeboard_border {
  border: 1px solid #bbb;
  padding: 15px 0;
}
.arts_bg{
  background-color: rgb(247, 216, 200);padding: 25px;
}
.arts_bg h2{
  border-bottom: 1px solid #000;font-size: 25px;font-family: var(--font__manrope) !important;
}
.arts_bg .details{
  font-size: 16px;font-family: var(--font__manrope) !important;color:#000;font-weight: 500;
}
.commerce_bg{
  background-color: #dbedf9;padding: 25px;
}
.commerce_bg h2{
  border-bottom: 1px solid #000;font-size: 25px;font-family: var(--font__manrope) !important;
}
.commerce_bg .details{
  font-size: 16px;font-family: var(--font__manrope) !important;color:#000;font-weight: 500;
}
.science_bg{
  background-color: #cdda95;padding: 25px;
}
.science_bg h2{
  border-bottom: 1px solid #000;font-size: 25px;font-family: var(--font__manrope) !important;
}
.science_bg .details{
  font-size: 16px;font-family: var(--font__manrope) !important;color:#000;font-weight: 500;
}
.footer-widget .footer-title {
    font-size: 22px;
    font-family: var(--font__manrope) !important;
    border-bottom: 1px solid #f77f03;
     padding-bottom: 10px;
}
.footer-address-info{
    font-family: var(--font__manrope) !important;
}
.font_manrope{
    font-family: var(--font__manrope) !important;
}
.section-bg-2{
    background-color: #181818 !important;
}
.footer-top-area {
    padding-top: 22px !important;
    padding-bottom: 20px;
}
.footer-widget {
    margin-bottom:0px !important;
}
.ltn__copyright-design p {
    font-family: var(--font__manrope) !important;
}
.ltn__copyright-menu ul li a{
    font-family: var(--font__manrope) !important;
}

.ltn__breadcrumb-area {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  margin-bottom: 20px !important;
}

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

@media screen and (max-width: 768px){
    .kcc__unit_name ,
.kcc__affiliate_name{
    /*width : 100%;*/
}
.kcc__name{
    font-size: 18px;
    /*width : 100%;*/
    width: auto !important;
    top: -3px !important;
}

.kcc__unit_name {
    top: 65px !important;
}

}
@media screen and (max-width: 576px) { 
.d_wrapper {
    padding: 20px 10px 20px;
}
.d_space_top-85 {
    margin-top: -85px;
    margin-bottom: 115px;
}
.changing__dimension {
    font-family: var(--font__manrope) !important;
    font-size: 22px;
}
.kcc__name {
    font-family: var(--font__poppins) !important;
    font-size: 13px;
    position: absolute;
    left: 116px;
    top: 30px;
    font-weight: 600;
    color: #1d246f;
    text-transform: uppercase;
}
.kcc__affiliate_name {
    font-family: var(--font__poppins) !important;
    font-size: 12px;
    position: absolute;
    left: 115px;
    top: 49px;
    font-weight: 500;
    color: #000;
}
.kcc__unit_name {
    font-family: var(--font__poppins) !important;
    font-size: 13px;
    position: absolute;
    left: 115px;
    top: 70px;
    font-weight: 500;
    color: #000;
}

.mobile_logo{
    
}
.ltn__header-5 .ltn__header-options {
    justify-content: right !important;
}
.col_mobile{
    width: 100%;
    flex: 1 0 0%;
}
.ltn__header-5 .site-logo-wrap {
    justify-content: left !important;
}

.res_h{
    display: none;
}
.c_text{
    text-align: left !important;
}

.c_mail{
    display: block;
}

.c_dwn{
    float: none !important;
}

.c_hm {
    position: relative;
    left: -60px;
}

}

@media screen and (max-width: 1920px) {
    .d_img {
        width: 170px;
        border-radius: 5px;
    }
}


@media screen and (max-width: 1030px) {

.kcc__name {
    font-size: 15px;
    width: 100%;
}
.kcc__affiliate_name {
    top: 34px;
}
.kcc__unit_name {
    top: 54px;
}

}