@charset "utf-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Roboto", serif; */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Raleway", serif; */

@font-face {
    font-family: 'Sansation';
    src: url('../fonts/SansationLight.eot');
    src: url('../fonts/SansationLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SansationLight.woff2') format('woff2'),
        url('../fonts/SansationLight.woff') format('woff'),
        url('../fonts/SansationLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* 	-----------------------------------------------------
    ------------------- General Styles ------------------
    ----------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", serif;
    color: #24346B;
    background-color: #F5F5F5;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 100%;
    overflow-x: hidden;
}

a {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #24346B;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #ED333F;
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

[contenteditable="true"]:focus {
    outline: none;
}

*:focus {
    outline: none;
}

img {
    margin: 0;
    padding: 0;
    outline-style: none;
    outline-width: 0;
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.d-block {
    display: block;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.container {
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 30px;
}

.container-fluid {
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
    padding: 0 30px;
}

@media only screen and (max-width:760px) {

    .container,
    .container-fluid {
        padding: 0 15px;
    }
}

/* 	-----------------------------------------------------
    -------------------- Header Styles ------------------
    ----------------------------------------------------- */
.header-section {
    padding: 15px 0;
    width: 100%;
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 999;
    transition: all .4s ease-in-out;
}

.header-section.sticky {
    width: 100%;
    background-color: #e8e8e8;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: all .4s ease-in-out;
}

.header-section .container {
    width: 100%;
    min-height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-section figure {
    margin: 0;
    padding: 0;
    height: 106px;
}

.header-section aside {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.header-section .header-top {
    margin: 0;
    padding: 10px 0;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.search {
    position: relative;
    height: 44px;
}

.search .wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 44px;
    line-height: 44px;
    padding-right: 44px;
    border-radius: 50px;
    transition: all 0.5s ease;
}

.search .input {
    border: 0;
    background: transparent;
    width: 0%;
    outline: none;
    font-family: 'Sansation';
    font-size: 16px;
    font-weight: 300;
    color: #24346B;
    transition: all 0.3s ease;
    position: relative;
}

.search .wrap .btn-search {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.search .wrap.active {
    background: #FFFFFF;
    width: 250px;
    padding-left: 20px;
    transition: all 0.5s ease;
}

.search .input.active {
    width: 100%;
    transition: all 0.5s 0.8s ease;
}

.search .input::placeholder {
    color: #24346B;
}

.header-section .header-top .btn-01 a,
.header-section .header-top .btn-02 a {
    margin: 0;
}

.language-switcher {
    position: relative;
    margin: 0 auto;
    width: 40px;
}

.language-switcher .dropdown {
    position: relative;
    width: 40px;
}

.language-switcher .dropdown:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 12px;
    height: 6px;
    background: url(../img/dd-arrow.png) no-repeat center;
    top: 10px;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.language-switcher .dropdown.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.language-switcher .dropdown>div.caption {
    cursor: pointer;
}

.language-switcher .dropdown>div.list {
    position: absolute;
    top: 40px;
    z-index: -1;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    visibility: hidden;
}

.language-switcher .dropdown.open>div.list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 9;
    visibility: visible;
}

.language-switcher .dropdown>div.list>div.item {
    padding: 2px 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.language-switcher .dropdown>div.list>div.item.selected {
    pointer-events: none;
}

.header-section .header-menu {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
}

.nav-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-wrapper .nav-links {
    display: inline-flex;
}

.nav-links li {
    list-style: none;
    margin-left: 30px;
}

.nav-links li a {
    padding: 10px 0;
    font-family: 'Sansation';
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: #24346B;
    text-transform: uppercase;
    display: block;
    transition: all 0.3s ease;
}

.nav-links li a:hover {
    color: #ED333F;
}

.nav-links li a.desktop-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    padding: 10px;
    position: absolute;
    background: #F5F5F5;
    min-width: 180px;
    top: 40px;
    opacity: 0;
    visibility: hidden;
}

.nav-links li:hover .drop-menu {
    transition: all 0.3s ease;
    top: 40px;
    opacity: 1;
    visibility: visible;
}

.drop-menu li {
    margin: 0;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 10px;
    transition: all .4s ease-in-out;
}

.drop-menu li a:hover {
    background-color: #FFFFFF;
    transition: all .4s ease-in-out;
}

.nav-wrapper .btn {
    color: #24346B;
    font-size: 24px;
    cursor: pointer;
    display: none;
}

.nav-wrapper .btn.close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #FFFFFF;
}

@media screen and (max-width: 970px) {
    .nav-wrapper .btn {
        display: block;
    }

    .nav-wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 300px;
        top: 0;
        left: -100%;
        background: linear-gradient(90deg, #24346B 0%, #112053 100%);
        display: block;
        padding: 50px 10px;
        overflow-y: auto;
        transition: all 0.3s ease;
    }

    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked~.nav-links {
        left: 0%;
    }

    #menu-btn:checked~.btn.menu-btn {
        display: none;
    }

    #close-btn:checked~.btn.menu-btn {
        display: block;
    }

    .nav-links li {
        margin: 15px 10px;
    }

    .nav-links li a {
        padding: 10px 0;
        display: block;
        color: #FFFFFF;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding: 0;
        background: none;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    #showDrop:checked~.drop-menu {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none !important;
    }

    .nav-links .mobile-item {
        padding: 10px 0;
        display: block;
        background: url(../img/dd-arrow-white.png) no-repeat right;
        font-family: 'Sansation';
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
        color: #FFFFFF;
        text-transform: uppercase;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .drop-menu li {
        margin: 0;
    }

    .drop-menu li a {
        padding: 10px;
    }
}

.nav-wrapper input {
    display: none;
}


@media only screen and (max-width:760px) {
    .header-section {
        padding: 0;
        top: 0;
    }

    .header-section figure,
    .header-section figure img {
        height: 60px;
    }

    .header-section .header-top {
        padding: 10px 0 0 0;
        gap: 0;
    }

    .header-section .header-top .btn-01 a,
    .header-section .header-top .btn-02 a {
        display: none;
    }
}

@media only screen and (min-width:761px) and (max-width:1024px) {

    .header-section figure,
    .header-section figure img {
        height: 76px;
    }
}

/* 	-----------------------------------------------------
    -------------------- Banner Styles ------------------
    ----------------------------------------------------- */
.banner-section {
    padding: 250px 0 170px 0;
    position: relative;
    z-index: 1;
    background: #F5F5F5 url(../img/header-bg.png) no-repeat bottom/cover;
}

.banner-section h1 {
    font-family: "Raleway", serif;
    font-size: 56px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -2px;
    color: #24346B;
    padding: 10px 0;
    max-width: 440px;
}

.banner-section .divider {
    margin: 20px 0;
    padding: 0;
    width: 100%;
    max-width: 440px;
    height: 1px;
    background-color: #24346B;
    border: none;
    position: relative;
}

.banner-section .divider::after {
    content: "";
    width: 45px;
    height: 11px;
    background-color: #ED333F;
    position: absolute;
    top: -5px;
    right: 0;
}

@media only screen and (max-width:760px) {
    .banner-section {
        padding: 150px 0 50px 0;
    }

    .banner-section h1 {
        font-size: 36px;
        max-width: 300px;
    }

    .banner-section .divider {
        margin: 10px 0;
    }
}

/* 	-----------------------------------------------------
    ------------------- Content Styles ------------------
    ----------------------------------------------------- */
.content-section {
    min-height: 400px;
}

.content-section h1,
.content-section h2,
.content-section h3,
.content-section h4,
.content-section h5,
.content-section h6 {
    font-family: "Raleway", serif;
    font-weight: 300;
    line-height: 1;
    color: #24346B;
    text-transform: uppercase;
    letter-spacing: -2px;
    padding: 10px 0;
}

.content-section h1 {
    font-size: 56px;
}

.content-section h2 {
    font-size: 36px;
}

.content-section h3 {
    font-size: 24px;
}

.content-section h4 {
    font-size: 22px;
}

.content-section h5 {
    font-size: 20px;
}

.content-section h6 {
    font-size: 18px;
}

.content-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #24346B;
    padding: 10px 0;
}

.content-section ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: disc;
}

.content-section ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #24346B;
    margin: 5px 0;
}

.content-section ul ul {
    list-style: circle;
}

.content-section ol {
    margin: 0;
    padding: 10px 18px;
    list-style: decimal;
}

.content-section ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #24346B;
    margin: 5px 0;
}

.content-section ol ol {
    list-style: lower-roman;
}

.btn-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.btn-01 a {
    margin: 15px 0;
    padding: 10px 20px;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border: none;
    border-radius: 50px;
    text-align: center;
    font-family: 'Sansation';
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #24346B;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
}

.btn-01 a:hover {
    background: #ED333F;
    transition: all .4s ease-in-out;
    color: #FFFFFF;
}


.btn-01 a::after {
    display: inline-block;
    margin-left: 10px;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/btn-arrow-blue.png) no-repeat center/cover;
    transition: transform 0.3s ease-out;
}

.btn-01 a:hover::after {
    transform: translateX(5px);
}

.btn-02 a {
    margin: 15px 0;
    padding: 10px 20px;
    width: auto;
    height: auto;
    background: #24346B;
    border: none;
    border-radius: 50px;
    text-align: center;
    font-family: 'Sansation';
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline-block;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
}

.btn-02 a:hover {
    background: #ED333F;
    color: #FFFFFF;
    transition: all .4s ease-in-out;
}

.btn-02 a::after {
    display: inline-block;
    margin-left: 10px;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/btn-arrow-white.png) no-repeat center/cover;
    transition: transform 0.3s ease-out;
}

.btn-02 a:hover::after {
    transform: translateX(5px);
}

.btn-03 a {
    margin: 15px 0;
    padding: 10px 20px;
    width: auto;
    height: auto;
    background: #ED333F;
    border: none;
    border-radius: 50px;
    text-align: center;
    font-family: 'Sansation';
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
}

.btn-03 a:hover {
    background: #24346B;
    color: #FFFFFF;
    transition: all .4s ease-in-out;
}

.btn-03 a::after {
    display: inline-block;
    margin-left: 10px;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/btn-arrow-white.png) no-repeat center/cover;
    transition: transform 0.3s ease-out;
}

.btn-03 a:hover::after {
    transform: translateX(5px);
}

@media only screen and (max-width:760px) {
    .content-section h1 {
        font-size: 30px;
    }

    .content-section h2 {
        font-size: 24px;
    }

    .content-section h3 {
        font-size: 22px;
    }

    .content-section h4 {
        font-size: 20px;
    }

    .content-section h5 {
        font-size: 18px;
    }

    .content-section h6 {
        font-size: 16px;
    }

    .content-section p {
        font-size: 14px;
    }

    .content-section ul li {
        font-size: 14px;
    }

    .content-section ol li {
        font-size: 14px;
    }

    .btn-group {
        gap: 15px;
    }

    .btn-01 a,
    .btn-02 a,
    .btn-03 a {
        margin: 10px 0;
        padding: 10px 15px;
        font-size: 14px;
    }

    .btn-01 a::after,
    .btn-02 a::after,
    .btn-03 a::after {
        margin-left: 10px;
        width: 10px;
        height: 10px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .content-section h1 {
        font-size: 30px;
    }

    .content-section h2 {
        font-size: 28px;
    }

    .content-section h3 {
        font-size: 26px;
    }

    .content-section h4 {
        font-size: 24px;
    }

    .content-section h5 {
        font-size: 22px;
    }

    .content-section h6 {
        font-size: 20px;
    }

    .btn-group {
        gap: 15px;
    }

    .btn-01 a,
    .btn-02 a,
    .btn-03 a {
        margin: 10px 0;
        font-size: 14px;
    }

    .btn-01 a::after,
    .btn-02 a::after,
    .btn-03 a::after {
        margin-left: 10px;
    }
}

.four-section {
    padding: 60px 0;
    background: #F5F5F5;
}

.four-section section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.four-section section::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #24346B;
    position: absolute;
    right: 0;
    top: 0;
}

.four-section section::after {
    content: "";
    width: 11px;
    height: 45px;
    background-color: #ED333F;
    position: absolute;
    top: 0;
    right: -5px;
}

.four-section .first-column,
.four-section .second-column,
.four-section .third-column,
.four-section .fourth-column {
    padding: 0 20px;
    width: 25%;
    min-height: 230px;
    position: relative;
}

.four-section .first-column::before,
.four-section .third-column::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #24346B;
    position: absolute;
    left: 0;
    top: 0;
}

.four-section .first-column::after,
.four-section .third-column::after {
    content: "";
    width: 11px;
    height: 45px;
    background-color: #ED333F;
    position: absolute;
    top: 0;
    left: -5px;
}

.four-section .second-column::before,
.four-section .fourth-column::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #24346B;
    position: absolute;
    left: 0;
    top: 0;
}

.four-section .second-column::after,
.four-section .fourth-column::after {
    content: "";
    width: 11px;
    height: 45px;
    background-color: #ED333F;
    position: absolute;
    bottom: 0;
    left: -5px;
}

.four-section .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.four-section .title .number {
    width: 90px;
    font-size: 70px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -2px;
    text-align: left;
    color: #000000;
    opacity: 0.05;
}

.four-section .title h3 {
    width: calc(100% - 90px);
}

.four-section p {
    font-size: 14px;
}

@media only screen and (max-width:760px) {
    .four-section {
        padding: 30px 0;
    }

    .four-section section {
        flex-wrap: wrap;
    }

    .four-section section::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #24346B;
        position: absolute;
        right: 0;
        top: auto;
        bottom: 0;
    }

    .four-section section::after {
        content: "";
        width: 45px;
        height: 11px;
        background-color: #ED333F;
        position: absolute;
        top: auto;
        bottom: -5px;
        right: auto;
        left: 0;
    }

    .four-section .first-column,
    .four-section .second-column,
    .four-section .third-column,
    .four-section .fourth-column {
        padding: 20px 0;
        width: 100%;
        min-height: 130px;
        position: relative;
    }

    .four-section .first-column::before,
    .four-section .third-column::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #24346B;
        position: absolute;
        left: 0;
        top: 0;
    }

    .four-section .first-column::after,
    .four-section .third-column::after {
        content: "";
        width: 45px;
        height: 11px;
        background-color: #ED333F;
        position: absolute;
        top: -5px;
        left: 0;
    }

    .four-section .second-column::before,
    .four-section .fourth-column::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #24346B;
        position: absolute;
        left: 0;
        top: 0;
    }

    .four-section .second-column::after,
    .four-section .fourth-column::after {
        content: "";
        width: 45px;
        height: 11px;
        background-color: #ED333F;
        position: absolute;
        top: -5px;
        left: auto;
        right: -5px;
    }

    .four-section .title .number {
        width: 70px;
        font-size: 60px;
    }

    .four-section .title h3 {
        width: calc(100% - 70px);
        font-size: 20px;
    }
}

@media only screen and (min-width:761px) and (max-width:1366px) {
    .four-section section {
        flex-wrap: wrap;
    }

    .four-section section::before {
        display: none;
    }

    .four-section section::after {
        display: none;
    }

    .four-section .first-column,
    .four-section .second-column,
    .four-section .third-column,
    .four-section .fourth-column {
        margin: 20px 0;
        padding: 0 20px;
        width: 50%;
    }
}

.values-section {
    padding: 60px 0;
    background: linear-gradient(90deg, #24346B 0%, #112053 100%);
}

.values-section h2 {
    color: #FFFFFF;
}

.values-section h6 {
    font-family: "Roboto", serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0;
}

.values-section p {
    color: #FFFFFF;
}

.values-section section {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

.values-section section .column {
    width: 33.333%;
    position: relative;
}

.values-section section .column::before {
    content: "";
    width: 100%;
    max-width: 160px;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    top: 15px;
    right: 0;
}

.values-section section .column::after {
    content: "";
    width: 45px;
    height: 11px;
    background-color: #FFFFFF;
    position: absolute;
    top: 10px;
    right: 0;
}

@media only screen and (max-width:760px) {
    .values-section {
        padding: 30px 0;
    }

    .values-section section {
        margin-top: 15px;
        flex-wrap: wrap;
        gap: 15px;
    }

    .values-section section .column {
        width: 100%;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .values-section section {
        gap: 30px;
    }

    .values-section section .column::before {
        max-width: 100px;
    }
}

.goals-section {
    background: #EFEFEF url(../img/goal-bg.png) no-repeat left/cover;
}

.goals-section section {
    margin-left: 75px;
    padding: 60px 0;
    min-height: 650px;
    background-color: #EFEFEF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.goals-section section article {
    padding: 20px 50px;
    width: 45%;
}

.goals-section section article h2 {
    position: relative;
}

.goals-section section article h2::before {
    content: "";
    width: 100%;
    max-width: 140px;
    height: 1px;
    background-color: #ED333F;
    position: absolute;
    top: 29px;
    right: 0;
}

.goals-section section article h2::after {
    content: "";
    width: 45px;
    height: 11px;
    background-color: #ED333F;
    position: absolute;
    top: 25px;
    right: 0;
}

.goals-section section aside {
    padding: 0 0 30px 50px;
    width: 55%;
    border-left: 1px solid #0000004D;
}

.goals-section section aside figure {
    padding: 15px;
}

.goals-section section hr {
    margin: 15px auto;
    width: 100%;
    height: 1px;
    background-color: #0000004D;
    border: none;
}

.goals-section section aside ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 0;
}

.goals-section section aside ul li {
    margin: 10px 0;
    padding: 0 0 0 40px;
    width: 48%;
    font-size: 14px;
    background: url(../img/check.svg) no-repeat left;
}

@media only screen and (max-width:760px) {
    .goals-section {
        padding: 15px 0;
    }

    .goals-section section {
        margin-left: 0;
        padding: 10px 0;
        flex-wrap: wrap;
    }

    .goals-section section article {
        padding: 20px;
        width: 100%;
    }

    .goals-section section article h2::before {
        top: 20px;
    }

    .goals-section section article h2::after {
        top: 16px;
    }

    .goals-section section aside {
        padding: 30px 20px 50px 20px;
        width: 100%;
        border-left: none;
        border-top: 1px solid #0000004D;
    }

    .goals-section section aside figure {
        padding: 0;
    }

    .goals-section section aside ul {
        gap: 0;
    }

    .goals-section section aside ul li {
        margin: 5px 0;
        width: 100%;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .goals-section section {
        margin-left: 0;
    }

    .goals-section section article {
        padding: 30px;
        width: 50%;
    }

    .goals-section section aside {
        padding: 10px 30px 50px 30px;
        width: 50%;
    }

    .goals-section section aside ul {
        gap: 0;
    }

    .goals-section section aside ul li {
        width: 100%;
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .goals-section section article {
        padding: 30px;
    }

    .goals-section section aside {
        padding: 0 0 30px 30px;
        width: 50%;
    }
}

.news-section {
    padding: 60px 0;
    background: #F5F5F5;
}

.news-section h2 span {
    display: inline-block;
    position: relative;
}

.news-section h2 span::before {
    content: "";
    width: 100%;
    max-width: 140px;
    height: 1px;
    background-color: #ED333F;
    position: absolute;
    top: 15px;
    left: -160px;
}

.news-section h2 span::after {
    content: "";
    width: 45px;
    height: 11px;
    background-color: #ED333F;
    position: absolute;
    top: 11px;
    left: -160px;
}

.news-section .news-js {
    margin: 15px -15px;
}

.news-section .news-js .item {
    padding: 15px;
}

.news-card {
    width: 100%;
    border: 1px solid #93909433;
    border-radius: 8px;
    position: relative;
}

.news-card .date {
    width: 54px;
    height: 66px;
    background: linear-gradient(214.34deg, rgba(255, 255, 255, 0.2) 52.16%, rgba(255, 255, 255, 0.08) 97.3%);
    border-radius: 10px;
    position: absolute;
    top: 170px;
    right: 20px;
    backdrop-filter: blur(2px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.news-card .date span {
    font-size: 12px;
    display: block;
}

.news-card figure img {
    border-radius: 8px 8px 0 0;
}

.news-card aside {
    padding: 5px 20px;
    background-color: #24346B;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

.news-card article {
    padding: 10px 20px;
}

.news-card article h6 {
    font-family: "Roboto", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
}

.news-card article p {
    color: #AEAAAE;
}

.news-card article .divider {
    margin: 5px auto;
    width: 100%;
    height: 1px;
    background-color: #0000004D;
    border: none;
    position: relative;
}

.news-card article .divider::after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #24346B;
    position: absolute;
    left: 0;
    top: -1px;
}

.news-card article .btn-01 a {
    margin: 15px 0 0 0 !important;
    padding: 0 !important;
    background: none !important;
}

@media only screen and (max-width:760px) {
    .news-section {
        padding: 30px 0;
    }

    .news-section h2 span::before {
        top: 10px;
    }

    .news-section h2 span::after {
        top: 5px;
    }

    .news-section .news-js {
        margin: 15px 0;
    }

    .news-section .news-js .item {
        padding: 0;
    }

    .news-card article h6 {
        font-size: 16px;
    }
}

.reports-section {
    background: #EFEFEF;
    position: relative;
}

.reports-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reports-section .container article {
    width: 35%;
    padding: 50px 50px 50px 0;
}

.reports-section .container article h2 {
    position: relative;
}

.reports-section .container article h2::before {
    content: "";
    width: 100%;
    max-width: 140px;
    height: 1px;
    background-color: #ED333F;
    position: absolute;
    top: 29px;
    right: 0;
}

.reports-section .container article h2::after {
    content: "";
    width: 45px;
    height: 11px;
    background-color: #ED333F;
    position: absolute;
    top: 25px;
    right: 0;
}

.reports-section .container aside {
    width: 60%;
    position: absolute;
    right: 0;
    top: 0;
}

.reports-js .item {
    position: relative;
}

.reports-js .item figcaption {
    padding: 10px;
    width: calc(100% - 40px);
    background: linear-gradient(214.34deg, rgba(255, 255, 255, 0.6) 52.16%, rgba(255, 255, 255, 0.24) 97.3%);
    border-radius: 10px;
    backdrop-filter: blur(3px);
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: #24346B;
    text-transform: uppercase;
}

@media only screen and (max-width:760px) {
    .reports-section {
        position: inherit;
        height: auto !important;
    }

    .reports-section .container {
        flex-wrap: wrap;
    }

    .reports-section .container article {
        width: 100%;
        padding: 30px 0;
    }

    .reports-section .container article h2::before {
        top: 20px;
    }

    .reports-section .container article h2::after {
        top: 16px;
    }

    .reports-section .container aside {
        width: 100%;
        position: inherit;
        right: auto;
        top: auto;
        height: auto !important;
    }

    .reports-js {
        margin: 0 -15px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .reports-section .container article {
        width: 50%;
        padding: 30px 30px 30px 0;
    }

    .reports-section .container aside {
        width: 50%;
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .reports-section .container article {
        padding: 30px 30px 30px 0;
    }
}

.join-us-section {
    margin-top: -5px;
    min-height: 460px;
    background: linear-gradient(90deg, #24346B 0%, #112053 100%);
    position: relative;
    z-index: 1;
}

.join-us-section .image-overlay {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    max-width: 624px;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.join-us-section form {
    padding: 50px 0;
    max-width: 520px;
}

.join-us-section form h2 {
    color: #FFFFFF;
    position: relative;
    max-width: 440px;
}

.join-us-section form h2::before {
    content: "";
    width: 100%;
    max-width: 140px;
    height: 1px;
    background-color: #ED333F;
    position: absolute;
    top: 29px;
    right: 0;
}

.join-us-section form h2::after {
    content: "";
    width: 45px;
    height: 11px;
    background-color: #ED333F;
    position: absolute;
    top: 25px;
    right: 0;
}

.join-us-section .row {
    margin: 30px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

.join-us-section .row .col-40 {
    width: 40%;
}

.join-us-section .row .col-60 {
    width: 60%;
}

.join-us-section input[type="text"],
.join-us-section input[type="email"],
.join-us-section select {
    margin: 0;
    padding: 15px 0;
    width: 100%;
    height: auto;
    background: none;
    border: none;
    border-bottom: 1px solid #FCFCFD;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #FCFCFD;
}

.join-us-section ::placeholder {
    color: #FCFCFD;
}

.join-us-section select {
    background: url(../img/dd-arrow-white.png) no-repeat right;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.join-us-section button[type="submit"] {
    margin: 30px 0 0 0;
    padding: 10px 20px;
    width: auto;
    height: auto;
    background: none;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    text-align: center;
    font-family: 'Sansation';
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline-block;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.join-us-section button[type="submit"]:hover,
.join-us-section button[type="submit"]:focus {
    background: #ED333F;
    color: #FFFFFF;
    transition: all .4s ease-in-out;
}

.join-us-section button[type="submit"]::after {
    display: inline-block;
    margin-left: 10px;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/btn-arrow-white.png) no-repeat center/cover;
    transition: transform 0.3s ease-out;
}

.join-us-section button[type="submit"]:hover::after,
.join-us-section button[type="submit"]:focus::after {
    transform: translateX(5px);
}




.join-us-section input[type="submit"] {
    margin: 30px 0 0 0;
    padding: 10px 20px;
    width: auto;
    height: auto;
    background: none;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    text-align: center;
    font-family: 'Sansation';
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline-block;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.join-us-section input[type="submit"]:hover,
.join-us-section input[type="submit"]:focus {
    background: #ED333F;
    color: #FFFFFF;
    transition: all .4s ease-in-out;
}

.join-us-section input[type="submit"]::after {
    display: inline-block;
    margin-left: 10px;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/btn-arrow-white.png) no-repeat center/cover;
    transition: transform 0.3s ease-out;
}

.join-us-section input[type="submit"]:hover::after,
.join-us-section input[type="submit"]:focus::after {
    transform: translateX(5px);
}





@media only screen and (max-width:760px) {
    .join-us-section {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .join-us-section .image-overlay {
        position: inherit;
        top: auto;
        left: auto;
        right: auto;
        max-width: 100%;
    }

    .join-us-section form {
        padding: 30px 0;
        max-width: 100%;
    }

    .join-us-section form h2 {
        max-width: 100%;
    }

    .join-us-section form h2::before {
        top: 20px;
    }

    .join-us-section form h2::after {
        top: 15px;
    }

    .join-us-section .row {
        margin: 15px 0;
        flex-wrap: wrap;
        gap: 15px;
    }

    .join-us-section .row .col-40 {
        width: 100%;
    }

    .join-us-section .row .col-60 {
        width: 100%;
    }

    .join-us-section button[type="submit"] {
        margin: 15px 0 0 0;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .join-us-section {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .join-us-section .image-overlay {
        position: inherit;
        top: auto;
        left: auto;
        right: auto;
        max-width: 100%;
    }

    .join-us-section form {
        max-width: 100%;
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .join-us-section .image-overlay {
        max-width: 45%;
    }
}

.support-us-section {
    padding: 50px 0;
    background: #24346B1A;
}

.support-us-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.support-us-section aside {
    padding: 0 50px 0 0;
    width: 55%;
    border-right: 1px solid #0000004D;
}

.support-us-section aside .top-content {
    padding: 20px 70px;
    border-bottom: 1px solid #0000004D;
}

.support-us-section aside .top-content p strong {
    display: block;
    font-weight: 500;
}

.support-us-section aside .top-content .row {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}

.support-us-section aside .top-content .row .col-30 {
    width: 30%;
}

.support-us-section aside .top-content .row .col-70 {
    width: 70%;
}

.support-us-section aside .mid-content {
    margin: 30px auto 0 auto;
    padding: 20px 100px;
    background-color: #ED333F;
    border-radius: 8px;
}

.support-us-section aside .mid-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.support-us-section aside .mid-content ul li {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #FFFFFF;
}

.support-us-section aside .mid-content ul li span {
    text-transform: uppercase;
}

.support-us-section aside .bot-content {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px;
}

.support-us-section aside .bot-content .btn-02 a {
    margin: 0;
}

.support-us-section aside .bot-content .amount p {
    font-weight: 500;
    padding: 0 0 10px 0;
}

.support-us-section aside .bot-content .amount ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.support-us-section aside .bot-content .amount ul li {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #FFFFFF;
}

.support-us-section aside .bot-content .amount ul li a {
    display: block;
    padding: 3px 10px;
    color: #FFFFFF;
    background: #24346B80;
    border-radius: 8px;
    transition: all .4s ease-in-out;
}

.support-us-section aside .bot-content .amount ul li a:hover {
    color: #FFFFFF;
    background: #24346BB3;
    transition: all .4s ease-in-out;
}

.support-us-section article {
    padding: 0 0 0 50px;
    width: 45%;
    text-align: right;
}

.support-us-section article h2 span {
    display: inline-block;
    position: relative;
}

.support-us-section article h2 span::before {
    content: "";
    width: 100%;
    max-width: 140px;
    height: 1px;
    background-color: #ED333F;
    position: absolute;
    top: 15px;
    left: -160px;
}

.support-us-section article h2 span::after {
    content: "";
    width: 45px;
    height: 11px;
    background-color: #ED333F;
    position: absolute;
    top: 11px;
    left: -160px;
}

@media only screen and (max-width:760px) {
    .support-us-section {
        padding: 30px 0;
    }

    .support-us-section .container {
        flex-wrap: wrap;
    }

    .support-us-section aside {
        padding: 0 0 30px 0;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #0000004D;
    }

    .support-us-section aside .top-content {
        padding: 0;
    }

    .support-us-section aside .mid-content {
        margin: 15px auto 0 auto;
        padding: 20px;
    }

    .support-us-section aside .mid-content ul li {
        font-size: 14px;
    }

    .support-us-section aside .bot-content {
        padding: 15px 0;
        flex-wrap: wrap;
        gap: 15px;
    }

    .support-us-section aside .bot-content .btn-02 {
        width: 100%;
    }

    .support-us-section aside .bot-content .amount {
        width: 100%;
    }

    .support-us-section article {
        padding: 30px 0 0 0;
        width: 100%;
        text-align: right;
    }


    .support-us-section article h2 span::before {
        top: 10px;
    }

    .support-us-section article h2 span::after {
        top: 5px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .support-us-section .container {
        flex-wrap: wrap;
    }

    .support-us-section aside {
        padding: 0 0 30px 0;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #0000004D;
    }

    .support-us-section article {
        width: 100%;
        padding: 30px 0 0 0;
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .support-us-section aside .top-content {
        padding: 20px;
    }

    .support-us-section aside .mid-content {
        padding: 20px 50px;
    }
}

/* 	-----------------------------------------------------
    -------------------- Footer Styles ------------------
    ----------------------------------------------------- */
.footer-section {
    padding: 50px 0;
    background-color: #EEEEF0;
}

.footer-section h4 {
    font-family: "Roboto", serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #24346B;
    text-transform: uppercase;
    letter-spacing: normal;
    padding: 10px 0;
}

.footer-section .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.footer-section .left {
    width: 50%;
}

.footer-section .left ul {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}

.footer-section .left ul li {
    margin: 15px 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #24346B;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.footer-section .menu {
    width: 25%;
}

.footer-section ul.links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-section ul.links li {
    margin: 10px 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #24346B;
}

.footer-section ul.social {
    margin: 5px 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.footer-section ul.social li {
    margin: 0;
    padding: 0;
}

.footer-section .info {
    width: 25%;
}

@media only screen and (max-width:760px) {
    .footer-section {
        padding: 25px 0;
    }

    .footer-section h4 {
        text-align: center;
        margin-top: 15px;
    }

    .footer-section .container {
        flex-wrap: wrap;
        gap: 0;
    }

    .footer-section .left {
        width: 100%;
        text-align: center;
    }

    .footer-section .left ul {
        margin: 15px 0 0 0;
    }

    .footer-section .left ul li {
        margin: 15px 0;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }

    .footer-section .left ul li a {
        width: 100%;
        text-align: center;
    }

    .footer-section .menu {
        width: 100%;
        text-align: center;
    }

    .footer-section ul.links {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .footer-section ul.links li {
        margin: 0;
    }

    .footer-section ul.social {
        width: 100%;
        justify-content: center;
    }

    .footer-section .info {
        width: 100%;
    }

    .footer-section .info h4:nth-child(2) {
        margin-top: 30px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .footer-section .container {
        flex-wrap: wrap;
    }

    .footer-section .left {
        width: 100%;
        text-align: center;
    }

    .footer-section .menu,
    .footer-section .info {
        width: 47%;
    }

    .footer-section .left ul {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
}

/* 	-----------------------------------------------------
    ------------------ Go to top Styles -----------------
    ----------------------------------------------------- */
.cd-top {
    display: inline-block;
    height: 54px;
    width: 54px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #E12626 url(../fonts/cd-top-arrow.svg) no-repeat center;
    border-radius: 50%;
    box-shadow: 0px 10px 25px -3px #00000040;
    visibility: hidden;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: 1;
}

.no-touch .cd-top:hover {
    opacity: 1;
}

@media only screen and (max-width:1170px) {
    .cd-top {
        display: none;
    }
}


/* 20.01.25 ananta */
.accordion-area {
    padding: 45px 0;
}

.accordion-image img {
    display: block;
    border-radius: 8px;
    margin: 0 auto;
}

.accordion-content-wrap p {
    font-size: 18px;
    line-height: 1.272em;
    font-weight: 400;
    color: #24346B;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding: 15px 0 15px 0;
    margin-top: 30px;
}

.accordion-list .at-item {
    margin-bottom: 15px;
}

.accordion-list .at-item:last-child {
    margin-bottom: 0;
}

.accordion-list .at-title span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #24346B;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    cursor: pointer;
    padding: 0 0 15px 53px;
}

.accordion-list .at-title span::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    width: 45px;
    height: 11px;
    background: #ED333F;
}

.accordion-list .at-title span::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "\f107";
    font-size: 16px;
    line-height: 1;
    font-family: "FontAwesome";
}

.accordion-list .at-title.active span::after {
    content: "\f106";
}

.accordion-list .at-tab {
    display: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.25px;
    color: #24346B;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .accordion-area {
        padding: 65px 0;
    }

    .accordion-image img {
        width: 100%;
        height: 380px;
        object-fit: cover;
    }

    .accordion-content-wrap p {
        font-size: 22px;
        padding: 25px 0 22px 0;
    }
}

@media (min-width: 1200px) {
    .accordion-area {
        padding: 80px 0;
    }

    .accordion-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .accordion-image {
        width: 49%;
        padding-right: 32px;
    }

    .accordion-content-wrap {
        width: 51%;
        border-left: 1px solid rgba(0, 0, 0, 0.3);
        padding-left: 26px;
    }

    .accordion-content-wrap p {
        border-top: none;
        max-width: 455px;
        padding: 0 25px 22px 0;
        margin-top: 0;
    }
}


.activities-image {
    position: relative;
    background: url(../img/our-activitys-image.jpg) no-repeat center center / cover;
    padding: 25px 15px;
}

.activities-list {
    position: relative;
    z-index: 1;
    background: url(../img/our-activites-image-blur.jpg) no-repeat center center / cover;
    border-radius: 8px;
    padding: 20px 15px;
}

.activities-list h5 {
    text-align: center;
    font-size: 20px;
    line-height: 1.125em;
    color: #24346B;
    padding: 0 0 15px 0;
}

.activities-list ul {
    list-style: none;
    padding: 0;
}

.activities-list ul li {
    margin: 0 0 20px 0;
}

.activities-list ul li:last-child {
    margin-bottom: 0;
}

.activities-list ul li .list-num {
    font-size: 45px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -2px;
    color: #ED333F;
}

.activities-list ul li p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    padding: 10px 0 0 0;
}

.activities-right {
    background: #EAECF0;
    padding: 30px 15px;
}

.activities-right h5 {
    font-size: 20px;
    line-height: 1.125em;
    color: #24346B;
    padding: 0 0 15px 15%;
}

.activities-slider-col {
    width: 285px !important;
    margin-right: 15px;
}

.activities-slider-items {
    background: #24346B;
    border-radius: 8px;
    padding: 25px 15px;
}

.activities-slider-items span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.activities-slider-items span::before,
.activities-slider-items span::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 55px;
    height: 1px;
    background: #FFFFFF;
}

.activities-slider-items span::after {
    width: 35px;
    height: 11px;
    background: #ED333F;
}

.activities-slider-items p {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    letter-spacing: 0.25px;
    padding: 15px 0 0 0;
}

.slider__counter {
    text-align: right;
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    color: #000000;
    padding: 15px 17% 0 0;
}

.js-activities-slider .slick-prev, 
.js-activities-slider .slick-next {
    bottom: 0;
}

@media (min-width: 768px) {
    .activities-image {
        padding: 60px;
    }

    .activities-list {
        padding: 50px 70px;
    }

    .activities-list h5 {
        font-size: 24px;
        padding: 0 0 25px 0;
    }

    .activities-list ul li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .activities-list ul li .list-num {
        font-size: 70px;
        line-height: 50px;
        width: 76px;
    }

    .activities-list ul li p {
        width: calc(100% - 76px);
        padding: 0 0 0 18px;
    }

    .activities-right {
        padding: 40px 15px;
    }

    .activities-right h5 {
        font-size: 24px;
        text-align: center;
        padding: 0 0 20px 0;
    }

    .activities-slider-col {
        width: 325px !important;
        margin-right: 25px;
    }

    .activities-slider-items {
        padding: 34px 28px;
    }

    .activities-slider-items span::before, 
    .activities-slider-items span::after {
        width: 77px;
    }

    .activities-slider-items span::after {
        width: 45px;
    }

    .slider__counter {
        padding: 25px 57% 0 0;
    }

    .js-activities-slider .slick-prev, 
    .js-activities-slider .slick-next {
        bottom: -5px;
    }
}

@media (min-width: 1200px) {
    .activities-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .activities-image {
        width: 64.6%;
        padding: 34px 0;
    }

    .activities-list {
        max-width: 658px;
        margin: 0 auto;
    }

    .activities-list h5 {
        padding: 0 0 35px 0;
    }

    .activities-list ul li {
        margin-bottom: 30px;
    }

    .activities-right {
        width: calc(100% - 64.6%);
        padding: 75px 0 0 70px;
    }

    .activities-right h5 {
        text-align: left;
        padding: 0 0 20px 14%;
    }

    .activities-slider-col {
        width: 335px !important;
    }

    .slider__counter {
        padding: 36px 0 0 295px;
        text-align: left;
    }

    .js-activities-slider .slick-prev, 
    .js-activities-slider .slick-next {
        bottom: -5px;
    }
}


.know-us-section {
    padding: 45px 0;
}

.know-us-section h2 {
    position: relative;
    max-width: 230px;
    text-transform: capitalize;
    padding: 0;
    margin: 0 auto 30px auto;
}

.know-us-section h2::before,
.know-us-section h2::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 100px;
    height: 1px;
    background: #24346B;
}

.know-us-section h2::after {
    width: 45px;
    height: 11px;
    background: #ED333F;
}

.know-us-col {
    margin-bottom: 25px;
}
.know-us-col:last-child {
    margin-bottom: 0;
}

.know-us-col a {
    display: block;
}

.know-us-col img {
    display: block;
    width: 100%;
    border-radius: 8px;
}

.know-us-col span {
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: #24346B;
    margin-top: 9px;
}

.know-us-col h4 {
    position: relative;
    font-size: 20px;
    border-bottom: 1px solid #AEAAAE;
    padding: 10px 0 15px 0;
}

.know-us-col h4::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 20px;
    height: 1px;
    background: #24346B;
}

@media (min-width: 768px) {
    .know-us-section {
        padding: 65px 0;
    }

    .know-us-section h2 {
        max-width: 280px;
        margin: 0 auto 45px auto;
    }

    .know-us-section h2::before {
        width: 135px;
    }

    .know-us-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 626px;
        margin: 0 auto;
    }

    .know-us-col {
        width: calc(50% - 25px);
        margin: 0;
    }

    .know-us-col h4 {
        font-size: 24px;
        transition: 0.4s;
    }

    .know-us-col:hover h4 {
        color: #ED333F;
    }
}

@media (min-width: 1200px) {
    .know-us-section {
        padding: 80px 0;
    }

    .know-us-section h2 {
        max-width: 29%;
    }
}



/* Inner Banner */
.banner-section.inner-bannner {
    background: #F5F5F5 url(../img/header-innerbanner.png) no-repeat bottom/cover;
}

.inner-bannner-content {
    text-align: center;
}

.banner-section.inner-bannner h1 {
    margin: 0 auto;
    position: relative;
    width: max-content;
    max-width: unset;
    margin-bottom: 10px;
}

.banner-section.inner-bannner .divider {
    margin: 0 auto;
    max-width: 268px;
}

.breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.breadcrumbs li {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ED333F;
    position: relative;
    padding: 0 10px;
}

.breadcrumbs li a:hover{
    color: #ED333F;
}

.breadcrumbs li:first-child:before {
    display: none;
}

.breadcrumbs li::before {
    content: "/";
    position: absolute;
    top: 0;
    left: 0;
    color: #24346B;
}

.breadcrumbs li a {
    color: #24346B;
}

.banner-section .divider {
    max-width: 268px;
}

@media (min-width:1200px) {
    .banner-section.inner-bannner {
        padding: 220px 0 70px 0;
    }
}

.image-cards {
    background: #FFFFFF;
    padding: 60px 0;
}

.image-card {
    border: 1px solid rgba(147, 144, 148, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.image-card-image img {
    width: 100%;
    height: 214px;
    line-height: 0;
}

.image-card-image {
    position: relative;
    line-height: 0;
}

.image-card-image .post-date {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../img/date-bg.jpg) no-repeat center center / cover;
    border-radius: 10px;
    width: 53px;
    height: 66px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #FFFFFF;
}

.image-card-image .post-date::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(214.34deg, rgba(255, 255, 255, 0.2) 52.16%, rgba(255, 255, 255, 0.08) 97.3%);
    border-radius: 10px;
}

.image-card-image .post-date span {
    display: block;
    font-size: 10px;
}

.image-card-image-title {
    background: #24346B;
    padding: 8px 20px;
}

.image-card-image-title h3 {
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    opacity: 0.2;
    padding: 0;
    margin: 0;
}

.image-card-content {
    padding: 14px 20px;
}

.image-card-content h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #24346B;
    position: relative;
    padding-bottom: 19px;
    margin-bottom: 15px;
}

.image-card-content h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #AEAAAE;
}

.image-card-content h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background: #24346B;
}

.image-card-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #AEAAAE;
}

.image-card-content-top {
    padding-bottom: 32px;
}

.btn-text-link {
    position: relative;    
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #24346B;
    padding: 0 30px 0 0;
}

.btn-text-link::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 14px;
    height: 14px;
    background: url(../img/text-link-arrow.svg);
    transition: transform 0.3s ease-out;
}

.btn-text-link:hover::after {
    transform: translateX(5px);
}

.pagination{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 30px;
}

.pagination ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    list-style-type: none;
    width: calc(100% - 48px);
}

.pagination ul::after{
    content: "";
    position: absolute;
    top: 7px;
    left: 0px;
    width: 100%;
    background: #B3B3B3;
    height: 1px;
}

.pagination ul li a{
    font-size: 0;
    position: relative;
}

.pagination ul li.active a::after{
    content: "";
    position: absolute;
    top: -8px;
    left: 0px;
    width: 40px;
    height: 2px;
    background: #ED333F;
    z-index: 2;
    display: none;
}

@media (min-width:768px) {
    .image-cards-flex{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .image-card{
        width: calc(50% - 30px);
        margin: 0 15px 30px;
    }

    .pagination ul li.active a::after{
        width: 80px;
    }
}

@media (min-width:768px) {
    .image-cards {
        background: #FFFFFF;
        padding: 80px 0 60px;
    }

    .image-card{
        width: calc(33.333% - 30px);
    }
}


.contact-area {
    padding: 45px 0;
}

.contact-wrapper {
    background: linear-gradient(90deg, #24346B 0%, #112053 100%);
    border-radius: 8px;
    overflow: hidden;
}

.image-details {
    position: relative;
    background: url(../img/contact-details-bg.jpg) no-repeat center center / cover;
    padding: 35px 15px;
}

.image-details figure {
    display: block;
    max-width: 250px;
}

.image-details ul {
    list-style: none;
    padding: 0;
    margin-top: 12px;
}

.image-details ul li {
    display: flex;
    align-items: center;
    margin: 0 0 8px 0;
}

.image-details ul li:last-child {
    margin-bottom: 0;
}

.image-details ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.image-details ul li p,
.image-details ul li a {
    width: calc(100% - 30px);
    font-size: 14px;
    line-height: 18px;
    color: #24346B;
    padding: 0 0 0 4px;
}

.image-details ul li a {
    text-decoration: underline;
}

.contact-form-panel {
    padding: 30px 15px;
}

.contact-form-panel h4 {
    position: relative;
    font-size: 26px;
    line-height: 1;
    color: #FFFFFF;
    max-width: 280px;
    padding: 0;
    margin-bottom: 20px;
}

.contact-form-panel h4::before,
.contact-form-panel h4::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 80px;
    height: 1px;
    background: #ED333F;
}

.contact-form-panel h4::after {
    width: 35px;
    height: 11px;
}

.contact-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
}

.input-fields {
    width: 100%;
}

.input-fields input,
.input-fields textarea {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    border-bottom: 1px solid #FCFCFD;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.15px;
    padding-bottom: 15px;
    font-family: Arial;
}

.input-fields input::placeholder,
.input-fields textarea::placeholder {
    color: #FFFFFF;
}

.input-fields textarea {
    height: 75px;
}

ul.checkBoxs-wrap {
    list-style: none;
    padding: 20px 0 30px 0;
}

ul.checkBoxs-wrap li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 0 15px 0;
}

ul.checkBoxs-wrap li:last-child {
    margin-bottom: 0;
}


ul.checkBoxs-wrap li input[type="checkbox"] {
    width: 13px;
    height: 12px;
    border: none;
    background: #FFFFFF;
    margin-top: 3px;
}


ul.checkBoxs-wrap li p {
    width: calc(100% - 15px);
    font-size: 15px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
    padding: 0 0 0 12px;
}

ul.checkBoxs-wrap li{
    width: calc(100% - 15px);
    font-size: 15px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
    padding: 0 0 0 12px;
}


.submit-box button {
    padding: 10px 20px;
    width: auto;
    height: auto;
    background: none;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    text-align: center;
    font-family: 'Sansation';
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline-block;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.submit-box button::after {
    display: inline-block;
    margin-left: 10px;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/btn-arrow-white.png) no-repeat center / cover;
    transition: transform 0.3s ease-out;
}


.submit-box input {
    padding: 10px 20px;
    width: auto;
    height: auto;
    background: none;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    text-align: center;
    font-family: 'Sansation';
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline-block;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.submit-box input::after {
    display: inline-block;
    margin-left: 10px;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/btn-arrow-white.png) no-repeat center / cover;
    transition: transform 0.3s ease-out;
}

@media (min-width: 768px) {
    .contact-area {
        padding: 65px 0;
    }

    .image-details {
        padding: 28px 35px;
    }

    .image-details figure {
        max-width: 100%;
    }

    .image-details ul li {
        margin-bottom: 15px;
    }

    .image-details ul li span {
        width: 40px;
        height: 40px;
    }

    .image-details ul li p, 
    .image-details ul li a {
        width: calc(100% - 40px);
        padding: 0 0 0 12px;
    }

    .contact-form-panel {
        padding: 50px 48px;
    }

    .contact-form-panel h4 {
        font-size: 30px;
        max-width: 365px;
        margin-bottom: 30px;
    }

    .contact-form-panel h4::before {
        width: 116px;
        right: 22px;
    }

    .contact-form-panel h4::after {
        width: 45px;
    }

    .contact-form {
        gap: 24px 0;
        margin: 0 -18px;
    }

    .input-fields {
        width: 50%;
        padding: 0 18px;
    }

    .input-fields textarea {
        height: 92px;
    }

    .input-fields.message-field {
        width: 100%;
    }

    ul.checkBoxs-wrap {
        padding: 26px 0 32px 0;
    }
}

@media (min-width: 1200px) {
    .contact-area {
        padding: 80px 0;
    }

    .contact-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .image-details {
        width: 36.5%;
    }

    .contact-form-panel {
        width: calc(100% - 36.5%);
    }

    .contact-form-panel h4 {
        font-size: 36px;
        max-width: 425px;
        margin-bottom: 40px;
    }

    ul.checkBoxs-wrap li {
        margin-bottom: 17px;
    }

    .submit-box button {
        padding: 14px 22.5px;
    }

    .submit-box button:hover {
        background: #ED333F;
    }

    .submit-box input {
        padding: 14px 22.5px;
    }

    .submit-box input:hover {
        background: #ED333F;
    }
}



.lightgray {
    background: #e8e8e8;
    top: 0;
}

.header-image .breadcrumbs {
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.header-image .breadcrumbs li {
    line-height: 25px;
}

.header-image .breadcrumbs li a {
    color: #fff;
}

.header-image .breadcrumbs li::before {
    color: #fff;
}

.banner-section.inner-bannner.header-image .inner-bannner-content {
    max-width: 587px;
    margin: 0 auto;
}

.banner-section.inner-bannner.header-image h1 {
    width: unset;
    color: #fff;
    margin-bottom: 18px;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.banner-section.inner-bannner.header-image .divider {
    background-color: #FFF;
}

.inner-bannner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.inner-bannner-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 52, 107, 0.7);
}

.inner-bannner-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (min-width:1200px) {
    .header-image .breadcrumbs {
        margin-bottom: 26px;
        flex-wrap: wrap;
    }

    .banner-section.inner-bannner {
        padding: 220px 0 110px 0;
    }
}


.entry-block{
    background: #FFFFFF;
    padding: 50px 0;
}

.left-panel-image-box-wrapper {
    position: relative;
    border-bottom: 1px solid #939094;
    padding-bottom: 20px;
}

.left-panel-image-box-wrapper::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 22px;
    height: 1px;
    background: #24346B;
}

.left-panel-image-box{
    position: relative;
    z-index: 1;
    padding: 10px;
    border-radius: 8px;
    min-height: 230px;
}

.left-panel-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 8px;
}

.left-panel-image-box-button {
    position: absolute;
    top: 12px;
    left: 14px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 12px;
}

.left-panel-image-box-button li a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #24346B;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    transition: 0.4s;
    padding: 5px 10px;
}

.left-panel-image-box-button li a:hover {
    background: rgba(255, 255, 255, 1);
}

.left-panel-image-box-content .date {
    position: absolute;
    bottom: 8px;
    right: 12px;
    background: url(../img/entry-post-date-bg.jpg) no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 66px;
    border-radius: 10px;
}

.left-panel-image-box-content .date p {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.left-panel-image-box-content .date p span {
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
}

.left-panel-image-box-bottom {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: -20px;
}

.left-panel-image-box-bottom button {
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 7px;
    background: #ED333F;
    border-radius: 0px 8px 8px 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 12px 20px;
}

.left-panel-image-box-bottom p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #24346B;
}

.left-panel-content {
    border-bottom: 1px solid #AEAAAE;
    padding-bottom: 20px;
    margin: 24px 0 35px 0;
}

.left-panel-content h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #24346B;
    margin: 19px 0;
}

.left-panel-content p {
    font-size: 14px;
    line-height: 20px;
    color: #24346B;
}

.entry-right-panel {
    margin-top: 30px;
}

.search-panel {
    position: relative;
    margin-bottom: 25px;
}

.search-panel input {
    border: none;
    width: 100%;
    height: 51px;
    background: #EAECF0;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #475467;
    padding: 0 40px 0 19px;
}

.search-panel input::placeholder {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #475467;
}

.search-panel button {
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    width: 24px;
    height: 24px;
    padding: 0;
}

.content-col_box {
    margin-bottom: 20px;
}

.content-col_box:last-of-type {
    margin-bottom: 0;
}

.content-col_box:nth-child(2) {
    border-bottom: 0.3px solid #AEAAAE;
    padding-bottom: 15px;
}

.content-col_box h5 {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #24346B;
    padding: 0;
    margin-bottom: 20px;
}

.content-col_box h5::before,
.content-col_box h5::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
    width: 145px;
    height: 1px;
    background: #24346B;
}

.content-col_box h5::after {
    width: 45px;
    height: 11px;
    background: #ED333F;
}

.content-col_box .radio-list {
    list-style: none;
    padding: 0;
}

.content-col_box .radio-list li {
    display: flex;
    align-items: center;
    gap: 0 12px;
    margin-bottom: 5px;
}

.content-col_box .radio-list li:last-child {
    margin-bottom: 0;
}

.content-col_box .radio-list li input {
    position: relative;
    width: 14px;
    height: 14px;
    border: 1px solid #24346B;
    border-radius: 50%;
    appearance: none;
}

.content-col_box .radio-list li input::after {
    position: absolute;
    content: "";
    inset: 0;
    width: 100%;
    height: 100%;
    background: url(../img/check_small.png) no-repeat center center / cover;
    visibility: hidden;
    opacity: 0;
}

.content-col_box .radio-list li input:checked:after {
    visibility: visible;
    opacity: 1;
}

.content-col_box .radio-list li input:checked + label {
    color: #ED333F;
}

.content-col_box .radio-list li label {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: #24346B;
}

.entry-post-col {
    border-bottom: 0.3px solid #AEAAAE;
    padding: 20px 0;
}

.entry-post-col:first-child {
    padding-top: 0;
}

.entry-post-col a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.entry-post-image {
    width: 75px;
    height: 75px;
    border-radius: 8px;
    overflow: hidden;
}

.entry-post-image img {
    width: 100%;
}

.entry-post-details {
    width: calc(100% - 75px);
    padding-left: 12px;
}

.entry-post-details span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #24346B;
}

.post-date-wrap {
    display: flex;
    align-items: center;
    gap: 0 3px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #24346B;
}

.forwards-btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.forwards-btn button {
    border: none;
    background: transparent;
    width: 24px;
    height: 24px;
}

.content-col_box .tag-listing {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 7px;
    padding: 0;
}

.content-col_box .tag-listing li a {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: #24346B;
    background: #ED333F;
    border-radius: 8px;
    transition: 0.4s;
    padding: 5px 10px;
}

.prev-post-col {
    margin-bottom: 15px;
}

.prev-post-col a {
    display: flex;
    flex-wrap: wrap;
}

.prev-post-image {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    overflow: hidden;
}

.prev-post-image img {
    width: 100%
}

.prev-post-details {
    width: calc(100% - 72px);
    padding-left: 14px;
}

.prev-post-details .btn-with-arrow {
    display: flex;
    align-items: center;
    gap: 0 8px;
    position: relative;
    font-family: 'Sansation';
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #24346B;
}

.prev-post-details .btn-with-arrow::before {
    position: relative;
    display: inline-block;
    content: "";
    background: url(../img/arrow_forward.png) no-repeat center center / cover;
    width: 24px;
    height: 24px;
    transform: rotateY(180deg);
}

.prev-post-details span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 21.5px;
    letter-spacing: 0.15px;
    color: #24346B;
    margin-top: 7px;
}

.prev-post-col.right .prev-post-details .btn-with-arrow::before {
    transform: rotateY(0);
}

@media (min-width: 768px) {
    .entry-block {
        padding: 80px 0;
    }

    .left-panel-image-box-wrapper {
        padding-bottom: 28px;
    }

    .left-panel-image-box {
        min-height: 327px;
    }

    .left-panel-image-box-content .date {
        top: 8px;
        bottom: unset;
    }

    .left-panel-image-box-bottom {
        margin-top: -25px;
    }

    .left-panel-image-box-bottom button {
        font-size: 16px;
        padding: 16px 25px;
    }

    .left-panel-image-box-bottom p {
        font-size: 16px;
    }

    .left-panel-content {
        padding-bottom: 40px;
        margin: 24px 0 55px 0;
    }

    .prev-next-post-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .prev-post-col {
        width: 46%;
        margin-bottom: 0;
    }

    .prev-post-col.right a {
        flex-direction: row-reverse;
    }

    .prev-post-col.right .prev-post-details {
        text-align: right;
        padding-left: 0;
        padding-right: 14px;
    }

    .prev-post-col.right .prev-post-details .btn-with-arrow {
        flex-direction: row-reverse;
    }

    .entry-right-panel {
        margin-top: 45px;
    }

    .search-panel {
        margin-bottom: 32px;
    }

    .content-col_box {
        margin-bottom: 28px;
    }

    .content-col_box h5 {
        margin-bottom: 24px;
    }

    .entry-post-image {
        width: 90px;
        height: 90px;
    }

    .entry-post-details {
        width: calc(100% - 90px);
        max-width: 380px;
    }

    .entry-post-details span {
        margin-bottom: 18px;
    }
}

@media (min-width: 1200px) {
    .two-column-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .left-panel {
        width: 55.4%;
    }

    .prev-post-col:hover .prev-post-details span {
        color: #ED333F;
    }

    .entry-right-panel {
        width: calc(100% - 55.4%);
        padding-left: 120px;
        margin-top: 0;
    }

    .entry-post-col:hover .entry-post-details span {
        color: #ED333F;
    }

    .content-col_box .tag-listing li a:hover {
        background: #24346B;
        color: #FFFFFF;
    }
}

.left-panel-image-box-wrapper.clone-page {
    padding-bottom: 16px;
    margin-bottom: 22px;
}

.left-panel-image-box-wrapper.clone-page:last-child {
    margin-bottom: 0;
}

.text-and-arrow {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}

.text-and-arrow p {
    width: calc(100% - 50px);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #24346B;
    padding-right: 30px;
}

.text-and-arrow span {
    display: block;
    width: 50px;
    margin-top: 4px;
}

@media (min-width: 768px) {
    .left-panel-image-box-wrapper.clone-page {
        margin-bottom: 44px;
    }

    .text-and-arrow {
        justify-content: space-between;
    }

    .text-and-arrow p {
        width: unset;
        font-size: 16px;
        padding-right: 0;
    }

    .text-and-arrow span {
        width: unset;
        margin-top: 0;
    }
}


/* modal */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
}

.modal-overlay.active {
    visibility: visible;
    opacity: 1;
}

.modal-wrapper {
    position: fixed;
    top: 95px;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, 0) scale(0.5);
    background: #E1E2E8;
    width: calc(100% - 30px);
    height: calc(100% - 95px);
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    padding: 60px 15px 30px 15px;
}

.modal-wrapper.show {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
}

.modal-header {
    position: absolute;
    top: 17px;
    right: 17px;
}

.modal-header button {
    display: inline-block;
    border: none;
    background: transparent;
    cursor: pointer;
}

.modal-body-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.modal-right-panel {
    text-align: right;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.modal-right-panel h2 {
    display: inline-block;
    position: relative;
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #24346B;
    padding-left: 110px;
    margin-bottom: 15px;
}

.modal-right-panel h2::before,
.modal-right-panel h2::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 90px;
    height: 1px;
    background: #ED333F;
}

.modal-right-panel h2::after {
    width: 35px;
    height: 11px;
}

.modal-right-panel p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.25px;
    color: #24346B;
}

.modal-left-panel .person-details {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 15px;
}

.modal-left-panel .person-details li span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #24346B;
    margin-bottom: 4px
}

.modal-left-panel .person-details li p {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #24346B;
}

.note-details ul {
    list-style: none;
    background: #ED333F;
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
}

.note-details ul li,
.note-details ul li a {
    font-weight: 400;
    font-size: 15px;
    line-height:18px;
    color: #FFFFFF;
    word-break: break-all;
    margin-bottom: 10px;
}

.note-details ul li span {
    display: inline-block;
    text-transform: uppercase;
}

.note-details ul li:last-child {
    margin-bottom: 0;
}

.payment-details {
    display: flex;
    flex-direction: column;
}

.select-pay-option p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #24346B;
    margin-bottom: 15px;
}

.select-pay-option ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 12px;
    list-style: none;
    margin-bottom: 20px;
}

.select-pay-option ul li input {
    display: none;
}

.select-pay-option ul li label {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    background: rgba(36, 52, 107, 0.5);
    border-radius: 8px;
    padding: 3px 14px;
}

.select-pay-option ul li input:checked + label {
    background: rgba(36, 52, 107, 1);
}

.pay-button a {
    display: inline-block;
    margin: 0;
}

@media (min-width: 768px) {
    .modal-wrapper {
        top: 135px;
        height: calc(100% - 135px);
    }
    .modal-body-wrap {
        flex-direction: row;
        align-items: flex-start;
    }

    .modal-left-panel {
        width: 50%;
        border-right: 1px solid rgba(0, 0, 0, 0.3);
        padding-right: 30px;
    }

    .modal-right-panel {
        width: 50%;
        border-bottom: 0;
        padding-bottom: 0;
        padding-left: 20px;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .modal-wrapper {
        top: 135px;
        max-width: 1130px;
        height: auto;
        border-radius: 8px;
        padding: 85px 15px;
    }

    .modal-body-wrap {
        align-items: center;
    }

    .modal-left-panel {
        width: 58.6%;
        padding: 30px 40px 0 80px;
    }

    .modal-left-panel .person-details {
        gap: 23px 34px;
        padding-bottom: 40px;
    }

    .modal-left-panel .person-details li:nth-child(3) {
        min-width: 278px;
    }

    .note-details ul {
        max-width: 430px;
        padding: 28px 32px;
        margin: 30px auto;
    }

    .payment-details {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }

    .select-pay-option ul {
        margin-bottom: 0;
    }

    .modal-right-panel {
        width: calc(100% - 58.6%);
        padding-left: 40px;
    }

    .modal-right-panel h2 {
        font-size: 36px;
        padding-left: 136px;
        margin-bottom: 28px;
    }

    .modal-right-panel h2::before {
        width: 116px;
    }

    .modal-right-panel h2::after {
        width: 45px;
    }
}


.pagination-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.pagination-wrapper ul {
    display: flex;
    list-style: none;
    align-items: flex-end;
}

.pagination-wrapper ul li a {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #24346B;
}

.pagination-wrapper ul li.active a {
    font-size: 26px;
    color: #ED333F;
}


.wpcf7-response-output{
    color: #FFFFFF;
}


:where(figure) {
    margin: 0px !important;
}

.formClick{
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
}
.formClick:hover{
    cursor: pointer;
}