.kl-navbar__icon {
    background-size: 50% 50%;
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
    border-radius: 3px;
    background-color: #1f77b8;
    background-position: 50% 50%;
    background-size: 56%;
    background-repeat: no-repeat;
}
header h3{
    font-size: 18px;
}
.button--arrow::after {
    content: "➤";
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    font-size: 9px;
    transition: margin-left 0.25s ease-in-out;
}
.top-0{
    top: 0 !important;
}
.site-logo img {
    width: 8em;
}

.text-black {
    color: #000;
}

.ltn__feature-area {
    background-image: linear-gradient(rgba(15, 31, 66, 1), rgba(15, 31, 66, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.kl-colored-grid__entry-wrapper {
    padding: 32px 20px 26px;
    height: 100%;
    width: 100%;
}

.kl-colored-grid__entry-wrapper h3 {
    font-size: 40px;
}

.kl-colored-grid__entry-wrapper h4 {
    font-size: 18px;
}

.kl-colored-grid__entry-wrapper h3,
.kl-colored-grid__entry-wrapper h4 {
    color: #fff;
}

.kl-colored-grid__entry-wrapper:hover {
    box-shadow: 7px 7px 60px -10px rgba(0, 0, 0, 0.3);
}

.ltn__apartments-plan-area .nav img {
    width: 40px;
}

.ltn__apartments-plan-area .nav {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .075);
    display: flex;
    margin: 40px 0 50px;
    overflow: hidden;
    padding: 0;
}

.col-md-3.active {
    background: #dbeef5;
    /* Background color */
    color: #dbeef5;
    /* Text color */
    font-weight: 700;
    /* Font weight */
}

.team .ltn__product-item-4 .product-info-bottom {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.team .ltn__product-item-4 {
    min-height: 370px;
}
.blogs .ltn__product-item-4 {
    min-height: 400px;
}
.call-to-action-inner{
    background-image: linear-gradient(180deg, #2da6dd, #0a1f44);
}
.footer-top-area p,
.footer-top-area h4,
.ltn__copyright-area p
 {
    color: #fff;
}
.footer-top-area  {
    color: #fff;
  background-color:rgba(10, 31, 68, 1.0)
}
.ltn__copyright-area {
    color: #fff;
    background: rgba(10, 31, 68, 1.0);
    border-top: 1px solid;
}
.new-interaction{
    font-family: Roboto, sans-serif;
    font-size: 40px;
    color: #000000;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.2;
}
.ltn__about-us-area  p{
    color: #000;
    font-size: 18px;
    line-height: 1.6;
}
.ltn__feature-area h3,
.ltn__feature-area h2,
.ltn__feature-area p{
    color: #fff !important;
}
.bullet-points li{
    width: 100%;
    padding: 10px 10px 10px 18px;
    background-color: #ebedf1;
}
.customers ul li a::before {
    top: 20%;
}
@media (max-width: 767px) {
    .new-interaction {
        font-size: 24px;
    }
    .pb-120 {
        padding-bottom: 60px;
    }
    .pt-120 {
        padding-top: 60px;
    }
    .team .ltn__product-item-4,
    .blogs .ltn__product-item-4
    {
        min-height: auto;
    }

    .team .ltn__product-item-4 .product-info-bottom {
        position: relative;
        width: 100%;
    }
}