/* hero styles */

.hero {
    padding: 26px 20px 38px 20px;
    min-height: calc(100vh - 82px);
    display: flex;
    align-items: center;
}

.hero .container {
    max-width: 1012px;
}

.hero .container .big-logo {
    text-align: center;
}

.hero .big-logo img {
    height: auto;
    max-width: 1012px;
}

.hero .soc-icons.soc-icons-section {
    margin-top: 47px;
}

.hero .soc-icons.soc-icons-section .soc-icons-container {
    gap: 44px;
}

.hero .soc-icons.soc-icons-section .soc-icons-container a {
    width: 52px;
    padding: 10px;
    height: 52px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.hero .soc-icons.soc-icons-section .soc-icons-container a svg {
    width: 100%;
    height: 100%;
}

.soc-icons.soc-icons-section .soc-icons-container a:after {
    content: "";
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.20);
}

.soc-icons.soc-icons-section .soc-icons-container a:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 767px) {
    .hero {
        padding: 32px 20px 50px 20px;
    }

    .hero .big-logo img {
        max-width: 335px;
    }

    .hero .soc-icons.soc-icons-section {
        margin-top: 32px;
    }

    .hero .soc-icons.soc-icons-section .soc-icons-container {
        gap: 14px;
    }

    .hero .soc-icons.soc-icons-section .soc-icons-container a {
        width: 35px;
        padding: 5px;
        height: 35px;
    }
}

/* hero styles end */

/* carousel section styles */

.carousel_section {
    position: relative;
    z-index: 3;
    padding: 0 20px 0 20px;
}

.carousel_section .container {
    max-width: 1380px;
}

.carousel_section .slide-item {
    padding: 64px 7px 10px 7px;
}

.carousel_section .slide-style {
    position: relative;
    padding: 0 65px;
}

.carousel_section .slide-style .feat-img {
    max-width: 100%;
    width: 100%;
    height: 298px;
}

.carousel_section .slide-style .feat-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.carousel_section .slide-style .slide-item-container {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.carousel_section .slide-style .feat-img a img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

.carousel_section .slide-style .content {
    padding-top: 12px;
}

.carousel_section .slide-style .content .date {
    color: rgba(37, 37, 37, 0.55);
    font-family: var(--ff-arm);
    font-size: 18px;
    font-style: normal;
    font-weight: var(--fw-400);
    line-height: 26px;
    letter-spacing: 0.44px;
    margin-bottom: 8px;
}

.carousel_section .slide-style .content .post-tit h3 {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--c-dark-2);
    font-family: var(--ff-arm);
    font-size: 18px;
    font-style: normal;
    font-weight: var(--fw-400);
    line-height: 22px;
    letter-spacing: 0.36px;
}

.carousel_section .slide-style .content .post-tit a:hover h3 {
    color: var(--c-blue);
}

.carousel_section .slide-style .content .date,
.carousel_section .slide-style .feat-img {
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.carousel_section .slick-arrow:before {
    display: none;
}

.carousel_section .slick-prev {
    width: 26px;
    height: 50px;
    left: -59px;
    opacity: 0.5;
}

.carousel_section .slick-next {
    width: 26px;
    height: 50px;
    right: -59px;
    opacity: 0.5;
}

.carousel_section .slick-dots {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.carousel_section .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.carousel_section .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.carousel_section .slick-dots li button:after,
.carousel_section .slick-dots li button:before {
    display: none;
}

.carousel_section .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0px solid rgba(37, 37, 37, 0.55);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50%;
    background-color: rgba(37, 37, 37, 0.55);
}

.carousel_section .slick-dots li button:hover {
    background-color: var(--c-blue);
    border: 0px solid var(--c-blue);
}

.carousel_section .slick-dots li.slick-active {
    width: 24px;
}

.carousel_section .slick-dots li.slick-active button {
    border-radius: 31px;
    background-color: var(--c-blue);
    border: 0px solid var(--c-blue);
}

@media (min-width: 1201px) {
    .carousel_section .container {
        min-height: 693px;
    }

    .carousel_section .slick-list {
        height: 608px;
    }

    .carousel_section .slick-slide {
        width: 304px !important;
    }

    .carousel_section .slide-style .slick-slide.slick-current.slick-active .feat-img {
        height: 404px;
    }

    .carousel_section .slide-style .slick-slide.slick-current.slick-active .content {
        padding-top: 16px;
    }

    .carousel_section .slide-style .slick-slide.slick-current.slick-active .date {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: 0.64px;
    }

    .carousel_section .slide-style .slick-slide.slick-current.slick-active .content .post-tit h3 {
        font-size: 26px;
        line-height: 31px;
        letter-spacing: 0.52px;
    }

    .carousel_section .slick-slide.slick-current.slick-active {
        width: 644px !important;
    }

    .carousel_section.is-animating .slick-slide.slick-current.slick-active {
        width: 304px !important;
    }

    .carousel_section.is-animating .slide-style .slick-slide.slick-current.slick-active .feat-img {
        height: 298px;
    }
}

@media (max-width: 992px) {
    .carousel_section .slick-list {
        height: unset;
    }

    .carousel_section .slick-prev {
        width: 18px;
        height: 36px;
        left: -25px;
    }

    .carousel_section .slick-prev svg,
    .carousel_section .slick-next svg {
        width: 18px;
        height: 36px;
    }

    .carousel_section .slick-next {
        width: 18px;
        height: 36px;
        right: -25px;
    }

    .carousel_section .slide-style {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .carousel_section .slick-arrow {
        display: none !important;
    }

    .carousel_section .slide-style {
        padding: 0
    }

/*     .carousel_section {
        padding-top: 70px;
    } */
}

/* carousel section styles end */

/* image boxes styles */

.image_boxes {
    position: relative;
    padding: 232px 20px 0 20px;
}

.image_boxes .abs-img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: -76px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.image_boxes .abs-img img {
    max-width: 342px;
    -o-object-position: right center;
    object-position: right center;
    height: 411px;
}

.image_boxes .container {
    position: relative;
    z-index: 1;
}

.image_boxes .section-title {
    margin-bottom: 8px;
}

.image_boxes .box-main {
    padding-top: 100px;
}

.image_boxes .box-main .box-main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.image_boxes .box-main .box-main-container .img-col {
    width: 40%;
}

.image_boxes .box-main .box-main-container .content-col {
    width: 60%;
    padding-left: 32px;
}

.image_boxes .box-main .box-main-container .img-col img {
    max-width: 100%;
    width: 100%;
    height: 404px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 40px;
}

.image_boxes .box-main .box-main-container .bottom-content {
    margin-top: 32px;
}

.image_boxes .box-main .box-main-container .content-col-container > h3 {
    margin-bottom: 24px;
}

.image_boxes .box-main.reversed-box .box-main-container .content-col {
    padding-left: 0px;
    padding-right: 24px;
}

.image_boxes .box-main .box-main-container .desc {
    line-height: 30px;
}

@media (max-width: 1920px) and (min-width: 1537px) {
    .image_boxes .box-main .box-main-container .desc {
        font-size: 18px !important;
    }

    .single-main-styles .single-content {
        font-size: 18px !important;
        line-height: 30px !important;
    }
}

@media (max-width: 1536px) and (min-width: 1241px) {
    .image_boxes .box-main .box-main-container .desc {
        font-size: 16px !important;
    }

    .single-main-styles .single-content {
        font-size: 16px !important;
    }
}

@media (max-width: 1240px) {
    .image_boxes .box-main .box-main-container .desc {
        font-size: 14px !important;
    }

    .single-main-styles .single-content {
        font-size: 14px !important;
    }
}

@media (max-width: 1200px) {
    .image_boxes .abs-img {
        top: 32px;
    }

    .image_boxes .abs-img img {
        max-width: 200px;
        height: 200px;
    }
}

@media (min-width: 768px) {
    .image_boxes .box-main.reversed-box .box-main-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (max-width: 992px) {
    .image_boxes .box-main .box-main-container .img-col img {
        /*height: auto;*/
        /*min-height: auto;*/
    }
}

@media (max-width: 767px) {
    .image_boxes .box-main .box-main-container .img-col img {
        height: 300px;
        /*min-height: auto;*/
    }

    .image_boxes .box-main.reversed-box .box-main-container .content-col {
        padding-left: 0px;
        padding-right: 0px;
    }

    .image_boxes .box-main .box-main-container .content-col {
        width: 100%;
        padding-left: 0px;
        padding-top: 32px;
    }

    .image_boxes .box-main .box-main-container .img-col {
        width: 100%;
    }

    .image_boxes .box-main {
        padding-top: 42px;
    }
}

/* SVG Animation - Independent Overlay */
.svg-animation-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease-out, background-color 0.1s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 1);
}

.svg-animation-container.active {
    opacity: 1;
}

.svg-inner-container {
    transform: scale(25);
    transform-origin: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    /*     transition: transform 0.1s ease-out; */
}

.header-animation-svg {
    width: 100%;
    height: 100%;
    mix-blend-mode: screen;
}

.header-animation-svg .cls-1 {
    fill: #1a4ed6;
}


/* News section content hiding/revealing */
#news-section {
    position: relative;
    overflow: hidden;
}

#news-section .container {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#news-section.content-hidden .container {
    opacity: 0;
    transform: translateY(30px);
}

#news-section.content-revealed .container {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

/* Scroll animation trigger zones */
body.scroll-animation-active {
    overflow-x: hidden;
}

/* Animation phases - removed conflicting transforms */
.animation-phase-1 .svg-animation-overlay {
    opacity: 1;
}

.animation-complete .svg-animation-overlay {
    opacity: 0;
    transition-delay: 0.3s;
}


/* image boxes styles end */

/* connect tus styles */

.connect_us {
    padding: 252px 20px 200px 20px;
    position: relative;
}

.connect_us .abs-img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.connect_us .abs-img img {
    max-width: 240px;
    -o-object-position: left center;
    object-position: left center;
    height: 175px;
}

.connect_us .boxes-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.connect_us .boxes-container .member {
    max-width: 344px;
    width: 100%;
    margin-top: 64px;
}

.connect_us .boxes-container .member .img-container {
    background-color: #F9F9F9;
    border-radius: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 28px 9px 0 9px;
    overflow: hidden;
}

.connect_us .boxes-container .member .img-container img {
    max-width: 100%;
    width: 100%;
    height: auto;
    min-height: 280px;
    -o-object-position: center bottom;
    object-position: center bottom;
}

.connect_us .container {
    max-width: 842px;
    position: relative;
    z-index: 2;
}

.connect_us .member .col-content {
    padding-left: 4px;
    margin-top: 27px;
}

.connect_us .member .social {
    padding-left: 3px;
    margin-top: 11px;
}

.connect_us .member .social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}

.connect_us .member .social a svg {
    width: 100%;
    height: 100%;
}

.connect_us .member .social a svg path {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.connect_us .member .social a:hover svg path {
    fill: var(--c-blue);
}

@media (max-width: 1024px) {
    .connect_us {
        padding-top: 100px;
    }

    .connect_us .member .col-content {
        margin-top: 16px;
    }

    .connect_us .boxes-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .connect_us .boxes-container .member {
        max-width: 335px;
    }

    .connect_us {
        padding-top: 70px;
    }
}

@media (max-width: 767px) {
    .connect_us .container {
        max-width: 335px;
    }
}

/* connect us styles end */

/* contact styles */

.contact {
    background-color: var(--c-dark-2);
    padding: 200px 20px 200px 20px;
}

.contact .text-center {
    margin-bottom: 72px;
}

.contact .form-style {
    max-width: 544px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.contact .form-style .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.contact .form-style .wpcf7-form-control-wrap input,
.contact .form-style .wpcf7-form-control-wrap textarea {
    padding: 15px 20px 15px 20px;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: var(--c-white);
    border: 2px solid var(--c-white);
    outline: none;
    color: rgba(37, 37, 37, 0.82);
    font-family: var(--ff-arm);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--fw-400);
    line-height: 18px;
    letter-spacing: 0.32px;
    display: block;
    width: 100%;
}

.contact .form-style .wpcf7-form-control-wrap input::-webkit-input-placeholder, .contact .form-style .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
    color: rgba(37, 37, 37, 0.32);
}

.contact .form-style .wpcf7-form-control-wrap input::-moz-placeholder, .contact .form-style .wpcf7-form-control-wrap textarea::-moz-placeholder {
    color: rgba(37, 37, 37, 0.32);
}

.contact .form-style .wpcf7-form-control-wrap input:-ms-input-placeholder, .contact .form-style .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
    color: rgba(37, 37, 37, 0.32);
}

.contact .form-style .wpcf7-form-control-wrap input::-ms-input-placeholder, .contact .form-style .wpcf7-form-control-wrap textarea::-ms-input-placeholder {
    color: rgba(37, 37, 37, 0.32);
}

.contact .form-style .wpcf7-form-control-wrap input::placeholder,
.contact .form-style .wpcf7-form-control-wrap textarea::placeholder {
    color: rgba(37, 37, 37, 0.32);
}

.contact .form-style .wpcf7-form-control-wrap input:focus,
.contact .form-style .wpcf7-form-control-wrap textarea:focus {
    border-color: var(--c-blue)
}

.contact .form-style .wpcf7-submit {
    margin-top: 54px;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 28px 14px 28px;
    display: inline-block;
    border-radius: 30px;
    background-color: var(--c-blue);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid var(--c-blue);
    outline: none;
    color: var(--c-white);
    font-family: var(--ff-arm);
    font-size: 18px;
    font-style: normal;
    font-weight: var(--fw-400);
    line-height: 17px;
    letter-spacing: 0.36px;
    cursor: pointer;
}

.contact .form-style .wpcf7-submit:hover {
    background-color: transparent;
    color: var(--c-blue);
}

.contact .form-style .d-flex-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact .form-style .d-flex-items > .col:nth-child(1) .wpcf7-form-control-wrap:nth-child(1) {
    padding-bottom: 32px;
}

.contact .form-style .d-flex-items > .col:nth-child(1) {
    width: 50%;
    padding-right: 8px;
}

.contact .form-style .d-flex-items > .col:nth-child(2) {
    width: 50%;
    padding-left: 8px;
}


.contact .form-style .d-flex-items > .col:nth-child(2) p span textarea {
    resize: none;
}

.contact .form-style form > p:has(>input.wpcf7-submit) {
    text-align: center;
}

@media (min-width: 768px) {
    .contact .form-style .d-flex-items > .col:nth-child(2) p,
    .contact .form-style .d-flex-items > .col:nth-child(2) p span,
    .contact .form-style .d-flex-items > .col:nth-child(2) p span textarea {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .contact {
        padding: 80px 20px;
    }

    .contact .form-style .d-flex-items > .col:nth-child(1),
    .contact .form-style .d-flex-items > .col:nth-child(2) {
        width: 100%;
        padding: 0;
    }

    .contact .form-style .d-flex-items > .col:nth-child(1) .wpcf7-form-control-wrap:nth-child(1) {
        padding-bottom: 18px;
    }

    .contact .form-style .d-flex-items > .col:nth-child(2) {
        padding-top: 18px;
    }

    .contact .form-style .wpcf7-submit {
        margin-top: 32px;
    }

    .contact .form-style .d-flex-items > .col:nth-child(2) p span textarea {
        height: 120px;
    }

    .contact .text-center {
        margin-bottom: 50px;
    }
}

/* contact styles end */

/* post_list styles */

.post_list {
    position: relative;
    padding: 24px 20px 191px 20px;
}

.post_list .abs-img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.post_list .abs-img img {
    max-width: 240px;
    -o-object-position: left center;
    object-position: left center;
    height: 175px;
}

.post_list .soc-icons-container {
    gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.post_list .soc-icons-container a {
    width: 44px;
    position: relative;
    padding: 10px;
    height: 44px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.post_list .soc-icons-container a svg path {
    fill: var(--c-blue);
}

.post_list .soc-icons.soc-icons-section .soc-icons-container a:after,
.post_list .soc-icons-container a:after {
    content: "";
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(26, 78, 214, 0.08);
}

.post_list .soc-icons.soc-icons-section .soc-icons-container a:hover:after,
.post_list .soc-icons-container a:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.post_list .section-title {
    text-align: center;
    padding-bottom: 8px;
}

.post_list .section-title h2 {
    color: var(--c-blue);
    font-size: 54px;
    line-height: 60px;
    letter-spacing: 1.08px;
}

.list-main .list-main-container .post-item {
    padding: 0 10px;
    margin-top: 32px;
    width: 33.333%;
}

.list-main .list-main-container {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-main .list-main-container .post-item .feat-img {
    max-width: 100%;
    width: 100%;
    height: 324px;
}

.list-main .list-main-container .post-item .feat-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.list-main .list-main-container .post-item .feat-img a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    border-radius: 54px;
}

.list-main .list-main-container .post-item .content {
    padding-top: 16px;
}

.list-main .list-main-container .post-item .content .date {
    color: rgba(37, 37, 37, 0.55);
    font-family: var(--ff-arm);
    font-size: 22px;
    font-weight: var(--fw-400);
    line-height: 28px;
    letter-spacing: 0.44px;
    margin-bottom: 11px;
}

.list-main .list-main-container .post-item .content .post-tit a:hover h3 {
    color: var(--c-blue);
}

.list-main .list-main-container .post-item .content .post-tit h3 {
    color: var(--c-dark-2);
    font-family: var(--ff-arm);
    font-size: 18px;
    font-weight: var(--fw-400);
    line-height: 25px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    letter-spacing: 0.36px;
}

@media (max-width: 992px) {
    .list-main .list-main-container .post-item {
        padding: 0 10px;
        margin-top: 24px;
        width: 50%;
    }

    .list-main .list-main-container .post-item .feat-img {
        height: 225px;
    }

    .list-main .list-main-container .post-item .feat-img a img {
        border-radius: 28px;
    }

    .list-main .list-main-container .post-item .content {
        padding-top: 12px;
    }
}

@media (max-width: 767px) {
    .post_list .section-title h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .list-main .list-main-container .post-item .content .post-tit h3 {
        font-size: 16px;
    }

    .list-main .list-main-container .post-item .content .date {
        font-size: 18px;
        line-height: 25px;
    }

    .list-main .list-main-container {
        margin: 0 auto;
        max-width: 420px;
        width: 100%;
    }

    .list-main .list-main-container .post-item {
        padding: 0px;
        width: 100%;
    }
}

/* post_list styles end */

/* video section styles */

.video-section-flex {
    padding: 160px 20px 160px 20px;
}

.video-section-flex .container {
    max-width: 824px;
}

.video-section-flex.content-hidden .container {
    opacity: 0;
    transform: translateY(30px);
}

.video-section-flex.content-revealed .container {
    opacity: 1;
    transform: translateY(0);
}

.video-section-flex .video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.video-section-flex iframe {
    border: none;
    border-radius: 52px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .video-section-flex {
        padding: 100px 20px 100px 20px;
    }

    .video-section-flex iframe {
        border-radius: 40px;
    }
}

/* video section styles end */