.home-banner-section p {
    max-width: 86%;
    font-size: 18px;
}

.home-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.home-banner-section *:not(.home-banner-bg) {
    /*z-index: 2;*/
}

.home-banner-caption {
    width: 100%;
}

.home-banner-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.home-banner-caption h1 {
    font-size: 80px;
    max-width: 800px;
}

.home-banner-caption p {
    font-size: 18px;
    font-weight: 600;
    max-width: 450px;
    margin: 24px 0;
}

.section-padding {
    padding: 80px 0;
}

.home-section-1 {
    padding: 120px 0 80px 0;
}

.home-section-1 p {
    font-size: 16px;
    font-weight: 600;
    color: #4F4F4F;
    max-width: 500px;
    margin: 16px auto;
    text-align: center;
}

h2 {
    text-transform: uppercase;
    font-size: 48px;
}

.home-card-element {
    height: 360px;
    border-radius: 24px;
    max-width: 100%;
    display: flex;
    position: relative;
    justify-content: end;
    align-items: end;
    padding: 24px;
    width: 340px;
    overflow: hidden;
    transition: 500ms;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .35;
    z-index: 2;
}

.home-card-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 300ms;
    z-index: 2;
    height: 100%;
    width: 100%;
    border-radius: 24px;
}

.home-card-image .overlay {
    opacity: .5;
}

.home-card-container {
    margin-top: 50px !important;
    min-height: 450px;
}

.home-card-element h3 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    width: 100%;
}

.home-card-image img {
    transition: 1000ms;
    z-index: 1;
}

.home-card-element .btn {
    width: 100%;
    color: #4F4F4F;
    z-index: 3;
    background: #fff;
}

.home-card-element .btn:hover {
    background: var(--theme-color);
}

@media screen and (min-width: 800px) {
    .home-card-element:hover {
        height: 420px;
    }
}


.home-card-element:hover img {
    transform: scale(1.2);
}

.home-section-2 * {
    z-index: 3;
    position: relative;
}

.home-section-2-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(139.85deg, #292277 30.87%, #01003F 72.74%);

}

.home-section-2 {
    padding: 110px 0;
}

.home-section-2-image .overlay {
    opacity: .7;
}

.location-text {
    max-width: 170px;
    margin-right: 70px;
}

.location-text h6 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.locations-text-container {
    margin-top: 40px;
    margin-bottom: 16px;
}

.globe-image {
    height: 400px;
    width: fit-content;
}

.home-section-3 {
    background: #E3ECF3;
}

.home-section-3-content {
    margin-top: 80px;
}

.home-section-3-content h5 {
    font-size: 24px;
    color: #1D1D1D;
    font-weight: 500;
    margin-bottom: 20px;
}

.home-section-3-content h6 {
    font-size: 18px;
    color: #1D1D1D;
    margin-bottom: 24px;
}

.home-section-3-image {
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
}

.home-section-3-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.newsletter-section {
    padding: 100px 0;
    background: #fff;
}

.newsletter-section h3 {
    color: var(--secondary-color);
}

.newsletter-section h5 {
    color: #343434;
    font-weight: 400;
    font-size: 20px;
    max-width: 700px;
    margin: auto;
}

.newsletter-section p {
    color: #343434;
}

.newsletter-section .newsletter-input {
    max-width: 600px;
    margin: 25px auto 0 auto;
}

.newsletter-section input {
    border: 1px solid #F0F0F0;
    background: #F0F0F0;
    color: #343434;
}


.newsletter-input label {
    margin-bottom: 16px;
}

.newsletter-input input {
    width: 100%;
    background: #f4f4f4;
    height: 50px;
    border-radius: 8px;
    padding: 25px;
    border: unset;
    outline: unset;
    color: var(--theme-color);
    font-weight: 600;
}

.newsletter-input .position-relative {
    margin-bottom: 8px;
}

.newsletter-input button {
    position: absolute;
    top: 50%;
    right: 0;
    width: auto;
    height: 100%;
    padding: 0 23px;
    font-weight: 600;
    transform: translateY(-50%);
    font-size: 16px;
}

.newsletter-input p {
    font-size: 14px;
    font-weight: 300 !important;
}

/*custom slider*/
.slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.slideshow .slider {
    width: 100vw;
    height: 100vw;
    z-index: 2;
}

.slideshow .slider * {
    outline: none;
}

.slideshow .slider .item {
    height: 100vh;
    width: 100vw;
    position: relative;
    overflow: hidden;
    border: none;
}

.slideshow .slider .item .text {
    display: none;
}

.slideshow .slider .item img {
    min-width: 101%;
    min-height: 101%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.slideshow .slider .item .overlay {
    opacity: .55;
}

.slideshow .slick-dots {
    position: fixed;
    z-index: 999999999;
    width: 40px;
    height: auto;
    bottom: auto;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    left: auto;
    color: #fff;
    display: block;
}

.slideshow .slick-dots li {
    display: block;
    width: 100%;
    height: auto;
}

.slideshow .slick-dots li button {
    position: relative;
    width: 20px;
    height: 15px;
    text-align: center;
}

.slideshow .slick-dots li button:before {
    content: '';
    background: #fff;
    color: #fff;
    height: 2px;
    width: 20px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
}

.slideshow .slick-dots li.slick-active button:before {
    width: 40px;
    opacity: 1;
}

.slideshow.slideshow-right {
    left: 0;
    z-index: 1;
    width: 50vw;
    pointer-events: none;
}

.slideshow.slideshow-right .slider {
    left: 0;
    position: absolute;
}

.slideshow-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 300;
    font-weight: 100;
    pointer-events: all;
    box-sizing: border-box;
    /* -webkit-user-select: none; */
    -moz-user-select: all !important;
    -ms-user-select:  all !important;;
    /* user-select: none; */
    -khtml-user-select:  all !important;;
    -ms-touch-action: auto !important;
    /* touch-action: pan-y; */
    /* -webkit-tap-highlight-color: transparent;
    /*height: 100vh;*/
    width: calc(100% - 134px);
}

.slick-slide {
    z-index: unset !important;
}

.slideshow-text .home-banner-caption {
    padding: 60px 0;
}

@media (max-width: 767px) {
    .slick-vertical .slick-slide {
        max-width: 98vw;
    }

    .home-banner-caption h1 {
        font-size: 36px;
    }

    .home-banner-caption p {
        font-size: 16px;
    }
}

@media screen and (max-width: 597px) {
    .slideshow .slider .item {
        max-width: unset;
    }

    .slideshow .slick-dots {
        top: 75%;
    }

    .newsletter-input button {
        transform: translate(0px, 83px);
    }
    
    .menu-mobile-btns {
        /*z-index: 234 !important;*/
    }
}

.white-section {
    background: #fff;
}

.top-section {
    padding: 100px 0;
}

.history-caption h5 {
    color: #75808A;
    margin-top: 0;
    margin-bottom: 18px;
    font-weight: 600;
}

.history-caption h2 {
    margin: 0;
}

.history-caption h6 {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 125px;
}

.history-caption {
    margin: 0 auto;
    max-width: 1160px;
}

.dark-white-bg {
    background: #F7F7F7;
}

.history-content-2 h5 {
    margin-bottom: 48px;
}

.history-content-image {
    max-width: 490px;
    margin: auto;
}

.select-country {
    opacity: .5;
    transition: 300ms;
    transform: scale(1);
}

.select-country.active {
    opacity: 1;
    transform: scale(1.1);
}


.owl-carousel .item {
    background: white;
    padding: 20px;
    text-align: center;
}

.history-card {
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 100%;
}

.history-card-image {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 8px 8px 0;
}

.history-card-image img {
    position: absolute;
}

.history-card-caption {
    width: 50%;
    padding: 24px;
}

.history-card-caption h3 {
    color: var(--theme-color);
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 40px;
}

.history-card-caption p {
    margin: 0;
    color: var(--theme-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
}

.history-carousel .owl-stage-outer {
    overflow: visible;
}

.history-slider-section {
    background: var(--theme-color);
}

.history-carousel {
    margin: 64px 0;
}

.history-carousel-nav {
    background: #FFFFFF4D;
    width: 37px;
    position: relative;
    height: 37px;
    border-radius: 8px;
    cursor: pointer;
    transition: 300ms;
}

.history-carousel-nav:hover {
    background: #FFFFFF6D;
}

.history-carousel-nav img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 18px;
    width: auto;
}

.history-carousel-nav.right {
    margin-left: 7px;
}

.history-carousel-nav.right img {
    transform: translate(-50%, -50%) rotate(180deg);
}

.w-btn {
    padding: 12px 26px;
}

.mission-card {
    background: #F7F7F7;
    border-radius: 24px;
    padding: 30px;
}

.mission-card * {
    color: #000000 !important;
    margin-bottom: 0;
}

.mission-card p {
    margin-top: 16px;
    line-height: 1.4;
    font-weight: 500;
}

.mission-card h5 {
    font-weight: 600;
}

.mission-cards-section {
    padding: 100px 0 0 0;
    margin: 40px 0 20px 0;
}

@media screen and (max-width: 597px) {
    .mission-cards-section {
        margin: 0 0 20px 0 !important;
        padding-top: 0 !important;
    }
}

.history-content-3 h2 {
    margin-bottom: 40px;
}

.history-content-3 h6 {
    margin-bottom: 38px;
    font-weight: 500;
    line-height: 1.4;
}

.branch-description * {
    color: #000;
    font-weight: 500;
    font-size: 20px;
}

.manager-section {
    background: #fff;
    padding: 120px 0;
}

.manager-section > div {
    text-align: right;
}


.manager-name {
    margin-bottom: 18px;
    line-height: 1;
}

.manager-title {
    font-size: 22px;
    margin-bottom: 30px;
}

.manager-section p {
    max-width: 1000px;
    font-weight: 500;
    font-size: 17px;
    text-align: justify;
    margin-left: auto;
}

.manager-section.two {
    background: #F7F7F7;
}

.manager-section.two > div {
    text-align: left;
}

.manager-section .row {
    flex-direction: row-reverse;
}

.manager-section.two .row {
    flex-direction: row;
}

.manager-section.two p {
    text-align: justify;
    margin-left: unset;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-top: 80px;
}


@media screen and (min-width: 800px) {
.grid-container > .grid-item:nth-last-child(1):nth-child(3n+1) {
    grid-column: span 3;
}
}

@media screen and (max-width: 800px) {
.grid-container {
    grid-template-columns: repeat(1, 1fr);
}
}

.grid-item {
    background-color: #f7f7f7;
    padding: 32px;
    border-radius: 24px;
}

@media (max-width: 600px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
}

.grid-item h4 {
    margin-left: 16px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 700;
}


.grid-item img {
    height: 64px;
    width: 64px;
    object-fit: contain;
}

.grid-item p {
    color: #000;
    line-height: 1.35;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 20px;
}

.white-card {
    background: #fff;
    transition: 300ms;
}

.white-card h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.card-link svg {
    height: 10px;
    width: 10px;
    margin-right: 5px;
    transition: 300ms;
}

.card-link {
    color: #64428C;
    font-weight: 600;
    margin-top: 25px;
}

.white-card:hover {
    box-shadow: 0px 9px 20px 1px #d1d1d1;
    transform: translateY(-8px);
}

.white-card:hover .card-link svg {
    transform: rotate(90deg);
}

.white-card:hover .card-link svg * {
    fill: var(--accent-color);
}

.white-card:hover .card-link {
    color: var(--accent-color);
}

.input-group {
    width: 100%;
    margin-bottom: 24px;
}

.asterix {
    color: var(--accent-color);
}

.input-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: auto;
    height: 15px;
    display: flex;
    align-items: center;
}

.location-section {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    padding: 40px 40px 35px 40px;
}

.location-section-content {
    position: relative;
    z-index: 3;
}

.toggle-location {
    border-radius: 4px;
    overflow: hidden;
    width: fit-content;
}

.toggle-location-element {
    background: #fff;
    color: #252525;
    padding: 10px;
}

.location-section-content iframe {
    height: 400px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.location-box h5 {
    font-weight: 600;
    margin-top: 35px !important;
    margin-bottom: 25px !important;
}

.location-box-info img {
    height: 30px;
    width: fit-content;
    margin-right: 10px;
}

.location-box-social a {
    font-size: 22px;
    color: #fff;
    margin-left: 10px;
    line-height: 1;
}

.location-box-social a:hover {
    color: var(--accent-color);
}

.location-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    visibility: hidden;
    opacity: 0;
    transition: 300ms;
}

.location-box.active {
    visibility: visible;
    opacity: 1;
}

.toggle-location-element {
    cursor: pointer;
    transition: 300ms;
}

.toggle-location-element.active, .toggle-location-element:hover {
    background: var(--theme-color);
    color: #fff;
}

.country-detail {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    visibility: hidden;
    transition: 500ms;
    opacity: 0;
    width: 100%;
}

.country-details-container {
    transition: 300ms;
}

.country-detail.active {
    visibility: visible;
    opacity: 1;
    transform:  translateX(-50%);
}


.country-detail h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.country-detail .caption {
    margin-top: 40px;
}

.country-detail .caption p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 300;
}

.country-detail .caption h6 {
    max-width: 175px;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 16px;
    margin: auto;
}

.country-detail .caption .link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}
.country-detail .caption .link img {
    height: 20px;
    width: fit-content;
    object-fit: contain;
}

.country-detail .caption .link a {
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
    color: #ABC5DC;
    margin-left: 8px;
    padding-bottom: 2px;
}

.country-container {
    margin-top: 80px !important;
}

.file-card {
    background: #fff;
    padding: 38px 32px;
    border-radius: 24px;
    margin-top: 24px;
    text-decoration: unset;
    color: var(--theme-color);
}

.file-card h4 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
}

.file-btn, .download-pdf {
    padding: 9px 28px 9px 22px;
    border: 1px solid var(--theme-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 14px;
    transition: 300ms;
}

.file-btn:hover {
    background: var(--theme-color);
    color: #fff;
}

.file-btn img, .download-pdf img{
    height: 29px;
    width: fit-content;
    margin-right: 10px;
    object-fit: contain;
    border-radius: 8px;
    padding: 6px;
    transition: 300ms;
}

.file-btn:hover img {
    background: white;
}

.file-card p {
    margin-top: 22px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
}

.download-pdf {
    margin-right: 20px;
}

.progress-dates {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.progress-bar-element {
    margin-top: 40px;
}

.prog-date {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

.progress-bar {
    background: #D9D9D9;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    margin-top: 24px;
    position: relative;
}

.progress-bar span {
    background: var(--accent-color);
    width: 6%;
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    transition: 300ms ease-in;
}

@media screen and (max-width: 700px) {
    .progress-bar-element {
        display: none;
    }
}

.custom-link {
    color: #ABC5DC;
    padding:  8px 20px;
    margin-top: 40px;
    border: 1px solid #ABC5DC99;
    border-radius: 8px;
    font-size: 14px;
    transition: 300ms;
}

.custom-link:hover {
    color: #fff;
    border: 1px solid #fff;
    padding:  9px 24px;
}

.content-text {
    font-size: 21px;
}
.content-text * {
    margin: 0;
}

.content-text a {
    text-decoration: underline;
}
.content-text li {
    position: relative;
}


.content-text li:after {
    content: '';
    position: absolute;
    display: block;
    height: 6px;
    width: 6px;
    background: var(--theme-color);
    left: -15px;
    top: 12px;
    border-radius: 50%;
}

.context-text table, .context-text table * {
    border: unset !important;
    border-width: unset !important;
}

