.header {
    background-color: #211747;
}

.header-logo {
    display: none;
}

.header-logo-white {
    display: block;
}

.header .header-nav-ul .header-nav-ul-li a {
    color: #fff;
}


.header .header-nav-ul .header-nav-ul-li .icon {
    color: #fff;
}

.header .header-container .menu-btn svg {
    color: #fff;
}

.header .header-container .menu-btn-open:hover svg {
    color: #000;
}

.header .header-nav-ul .header-nav-ul-li .down-nav a {
    color: #000;
}

.scroll-header .header-logo {
    display: block;
}

.scroll-header .header-logo-white {
    display: none;
}

.scroll-header .header-nav-ul .header-nav-ul-li a {
    color: #000;
}

.scroll-header .header-container .menu-btn svg {
    color: #000;
}


.scroll-header .header-nav-ul .header-nav-ul-li .down-nav a {
    color: #000;
}

.scroll-header .header-nav-ul .header-nav-ul-li .icon {
    color: #000;
}

.active {
    background-color: #fff;
}

.active .header-logo {
    display: block;
}

.active .header-logo-white {
    display: none;
}

.area-top-container {
    background-color: #211747;
}

.view-btn {
    display: inline-block;
}

.view-btn a {
    border-radius: 40px;
    border: 1px solid #000;
    transition: background 0.5s ease;
}

.view-btn a:hover {
    background: #ededf0;
}

.services-area .services-item .services-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.services-area .services-bottom ul li {
    list-style: auto;
}

.careers-area ul li {
    list-style: disc;
}

.careers-area p a {
    font-weight: bold;
    color: #4941b9;
}

.contact-container {
    background-color: #e9edfa;
}

.contact-container .contact-left-box a {
    font-weight: bold;
    color: #4941b9;
}

.form-tip {
    font-size: 14px;
}

.insights-area-container .insights-item:first-child {
    border-top: 1px solid #16161b1f;
}

.insights-area-container .insights-item {
    border-bottom: 1px solid #16161b1f;
}

.insight-details .content p {
    margin-bottom: 1rem;
}

.insight-details .content strong {
    font-size: 20px;
}

.insight-top-container{
        background-color: #211747;
}

.insight-top-container .insight-left-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.contact-map iframe{
    width: 100%;
    height: 400px;
}
a strong{
    color: #4941b9;
}

@media (min-width: 1024px) {

    .insights-left {
        width: 66%;

    }

    .insights-left a {
        position: sticky;
        top: 30px;
        bottom: 0px;
        transition: all 0.3s ease;
    }

    .insights-right {
        width: 32%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap
    }

    .insights-container img {
        width: 100%;
        height: auto;
    }

    .insights-right a:first-child {
        margin-bottom: 30px;
    }

    .insights-left .insights-text {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .insights-right .insights-text {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (min-width:768px) and (max-width: 1024px) {
    .insights-container {
        flex-direction: column;
    }

    .insights-container img {
        width: 100%;
        height: auto;
    }

    .insights-container a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .insights-left {
        width: 100%;
    }

    .insights-right {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .insights-right a {
        width: 49%;
    }

    .insights-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .insights-left .insights-text {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .insights-right .insights-text {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width:768px) {
    .insights-container {
        flex-direction: column;
    }

    .insights-container img {
        width: 100%;
        height: auto;
    }

    .insights-container a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .insights-left {
        width: 100%;
    }

    .insights-right {
        width: 100%;

    }

    .insights-right a {
        width: 100%;
    }

    .insights-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .insights-text {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .insights-area-container .insights-item {
        flex-direction: column-reverse;
        border-bottom: 1px solid #16161b1f;
    }

.contact-map iframe{
    width: 100%;
    height: 300px;
}

}