@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800");

* {
    box-sizing: border-box;
}

.phosis_preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2c3e51;
    z-index: 9999999;
}

.sk-chase {
    width: 40px;
    height: 40px;
    position: absolute;
    animation: sk-chase 2.5s infinite linear both;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: "";
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {

    80%,
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%,
    0% {
        transform: scale(1);
    }
}

.phosis_header_top_area {
    /* background: #272f50; */
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.phosis_header_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.phosis_header_top_left ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 15px;
    align-self: center;
}

.phosis_header_top_left ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0px 5px;
    font-size: 11px;
}

.phosis_header_top_left {
    -ms-flex-item-align: center;
    align-self: center;
    color: #000;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1.4;
    display: flex;
}

.phosis_header_top_left img {
    margin-right: 50px;
}

.phosis_header_top_left ul li a {
    color: #000;
}

.phosis_header_top_left ul li a i {
    margin-right: 10px;
}

.phosis_header_top_left ul li:first-child {
    margin-left: 0;
}

.phosis_header_top_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.phosis_top_social_media ul li {
    display: inline-block;
}

.phosis_top_social_media ul li a {
    display: inline-block;
    margin: 0px 3px;
}


.phosis_top_social_media ul li a i {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px !important;
    padding: 5px 9px;
}

.fa.fa-twitter {
    background: #54acee;
}

.fa.fa-facebook {
    background: #5472d2;
}

.fa.fa-linkedin {
    background: #0077b5;
}

.fa.fa-instagram {
    background: #833ab4;
}

.phosis_top_social_media ul {
    margin: 0;
}

.phosis_top_social_media ul li a i:hover {
    background: #000;
    color: #fff;
}

.phosis_top_social_media {
    margin: 0;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: right;
    flex: 1;
}

.phosis_buttons_area {
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    justify-content: flex-end;
    gap: 10px;
    flex: 25%;
}

.phosis_buttons_area a {
    text-align: center;
    -webkit-box-flex: 1;
    /* margin: 0px 5px; */
    font-size: 15px;
    border-radius: 5px;
    /* padding: 10px 0; */
    text-decoration: underline;
    color: #000;
}

.phosis_buttons_area a.my-carts {
    background: var(--primary);
    width: 40px;
    height: 40px;
    justify-items: center;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    color: #fff;
}
.phosis_buttons_area a.my-carts:hover{
    background-color:  #2a3a71 !important;
}
.phosis_buttons_area a.get_started_btn {
    color: var(--clr-3);
}

.btn_color1 {
    background: #b6bc39;
    color: #fff;
}

.btn_color2 {
    background: #fbc005;
    color: #000;
}

.btn_color2:hover {
    background: var(--primary);
    color: #fff;
}

.phosis_buttons_area a:hover {
    color: var(--clr-3);
}

.mobile_menu {
    display: none;
}

.navbar-toggler {
    float: none;
    margin: auto;
}

.phosis_menu_area {
    padding: 25px 0;
    border-bottom: 1px solid #2d365c;
}

.phosis_menu ul {
    text-align: center;
    margin: 0;
}

.phosis_menu ul li {
    display: inline-block;
    padding: 10px 0;
    position: relative;
}

.phosis_menu ul li ul {
    position: absolute;
    left: 0;
    width: 250px;
    background: #2d365c;
    text-align: left;
    top: 200%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

.phosis_menu ul li:hover ul {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.phosis_menu ul li ul li a {
    display: block;
    color: #fff;
    text-align: left;
    padding: 0;
    padding: 6px 0;
}

.phosis_menu ul li ul li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #999;
}

.phosis_menu ul li:hover a,
.phosis_menu ul li:hover ul li a:hover,
.phosis_menu ul li:hover ul li.current-menu-item a,
.phosis_menu ul li.menu-item-has-children:hover:before {
    color: #f8c600;
}

.phosis_menu ul li:hover ul li a {
    color: #fff;
}

.phosis_menu ul li.menu-item-has-children::before {
    position: absolute;
    right: 15px;
    font-family: "FontAwesome";
    content: "\f107";
    display: none;
}

.phosis_menu ul li:first-child a {
    padding-left: 0;
}

.phosis_menu ul li:last-child a {
    padding-right: 0;
    border: 0;
}

.phosis_menu ul li a {
    display: block;
    padding: 0px 45px;
    border-right: 1px solid #273051;
    font-size: 15px;
    color: #273051;
    text-transform: capitalize;
}

.phosis_menu ul li a:hover,
.phosis_menu ul li.current-menu-item a {
    color: #f8c600;
}

.phosis_responsive_menu_btn {
    display: none;
    text-align: center;
    cursor: pointer;
}

.phosis_responsive_menu_btn i {
    font-size: 20px;
}

/*Mega Menu*/
ul.wp-megamenu-sub-menu>ul ul ul>li h4 {
    color: #fff;
}

.wp-megamenu-sub-menu ul li,
.wp-megamenu-sub-menu .wp-megamenu-sub-menu ul li {
    background: #2d365c;
}

.wpmm-item-title {
    color: #fff !important;
}

.wp-megamenu-wrap {
    z-index: 99 !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
    background: #2d365c !important;
}


a.donation_btn {
    background: linear-gradient(-45deg, #FFA63D, #FF3D77, #338AFF, #3CF0C5);
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    background-size: 600%;
    animation: anime 16s linear infinite;
}

@keyframes anime {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}





.preview-card {
    position: relative;
    margin: 15px;
    background: #fff;
    box-shadow: 0px 3px 10px rgba(34, 35, 58, 0.2);
    padding: 30px 25px 30px;
    border-radius: 25px;
    transition: all 0.3s;
}

.single_lesson_content {
    margin-top: 50px;
}


@media screen and (max-width: 992px) {
    .preview-card {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .preview-card {
        min-height: 500px;
        height: auto;
        margin: 100px auto;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .preview-card {
        height: auto;
    }
}

.preview-card__item {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .preview-card__item {
        flex-direction: column;
    }
}

.preview-card__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
}

.preview-card__item.swiper-slide-active .blog-slider__content>* {
    opacity: 1;
    transform: none;
}

.preview-card__item.swiper-slide-active .blog-slider__content>*:nth-child(1) {
    transition-delay: 0.3s;
}

.preview-card__item.swiper-slide-active .blog-slider__content>*:nth-child(2) {
    transition-delay: 0.4s;
}

.preview-card__item.swiper-slide-active .blog-slider__content>*:nth-child(3) {
    transition-delay: 0.5s;
}

.preview-card__item.swiper-slide-active .blog-slider__content>*:nth-child(4) {
    transition-delay: 0.6s;
}

.preview-card__item.swiper-slide-active .blog-slider__content>*:nth-child(5) {
    transition-delay: 0.7s;
}

.preview-card__item.swiper-slide-active .blog-slider__content>*:nth-child(6) {
    transition-delay: 0.8s;
}

.preview-card__item.swiper-slide-active .blog-slider__content>*:nth-child(7) {
    transition-delay: 0.9s;
}

.preview-card__item.swiper-slide-active .blog-slider__content>*:nth-child(8) {
    transition-delay: 1s;
}

.preview-card__item.swiper-slide-active .blog-slider__content>*:nth-child(9) {
    transition-delay: 1.1s;
}

.preview-card__item.swiper-slide-active .blog-slider__content>*:nth-child(10) {
    transition-delay: 1.2s;
}

.preview-card__item.swiper-slide-active .blog-slider__content>*:nth-child(11) {
    transition-delay: 1.3s;
}

.preview-card__item.swiper-slide-active .blog-slider__content>*:nth-child(12) {
    transition-delay: 1.4s;
}

.preview-card__item.swiper-slide-active .blog-slider__content>*:nth-child(13) {
    transition-delay: 1.5s;
}

.preview-card__item.swiper-slide-active .blog-slider__content>*:nth-child(14) {
    transition-delay: 1.6s;
}

.preview-card__item.swiper-slide-active .blog-slider__content>*:nth-child(15) {
    transition-delay: 1.7s;
}

.preview-card__img {
    width: 150px;
    flex-shrink: 0;
    height: 150px;
    /* background-image: linear-gradient(147deg, #000 0%, #000 74%); */
    box-shadow: 0px 3px 10px 1px rgba(252, 56, 56, 0.2);
    border-radius: 20px;
    transform: translateX(0px);
    overflow: hidden;
    margin-right: 25px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .preview-card__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(147deg, #000 0%, #000 74%);
    border-radius: 20px;
    opacity: 0.4;
} */

.preview-card__img img {
    width: 100px;
    height: auto;
    /* object-fit: cover; */
    display: block;
    opacity: 1;
    border-radius: 20px;
    transition: all 0.3s;
}

@media screen and (max-width: 1080px) {
    .preview-card__img {
        width: 180px;
        height: 180px;
    }
}

@media screen and (max-width: 768px) {
    .preview-card__img {
        transform: translateY(-50%);
        width: 90%;
    }
}

@media screen and (max-width: 576px) {
    .preview-card__img {
        width: 95%;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .preview-card__img {
        height: 270px;
    }
}

.preview-card__content {
    padding-right: 25px;
}

@media screen and (max-width: 768px) {
    .preview-card__content {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
    }
}

@media screen and (max-width: 576px) {
    .preview-card__content {
        padding: 0;
    }
}

.preview-card__content>* {
    transform: translateY(25px);
    transition: all 0.4s;
}

.preview-card__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}

.preview-card__title {
    font-size: 24px;
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 20px;
}

.preview-card__text {
    color: #4e4a67;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.preview-card__button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #000 0%, #000 74%);
    padding: 15px 35px;
    margin-bottom: 30px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0px 3px 10px rgba(252, 56, 56, 0.4);
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
}

.preview-card__button:hover {
    color: #989898;
    text-decoration: none;
}

@media screen and (max-width: 576px) {
    .preview-card__button {
        width: 100%;
    }
}



.programs_btns {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.programs_btns a {
    padding: 13px 25px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background: #fff;
    border-radius: 10px 10px 0 0;
}

.programs_btns a:nth-child(1) {
    background-color: #ac39c4;
}

.programs_btns a:nth-child(2) {
    background-color: #004af8;
}

.programs_btns a:nth-child(3) {
    background-color: #a1a64a;
}

.programs_btns a:nth-child(4) {
    background-color: #854fe6;
}

.programs_btns_area {
    position: relative;
    margin-top: -40px;
    z-index: 99;
}

.hover_btn {
    position: relative;
    z-index: 1;
}

.hover_btn:hover {
    color: #fff;
}

.hover_btn::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: var(--primary-color);
    /* border-radius: 999px 999px 0 0; */
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.hover_btn:hover::before {
    height: 100%;
    border-radius: 0;
}

.banner_buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.banner_buttons a {
    padding: 13px 25px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background: var(--primary);
    border-radius: 10px;
    overflow: hidden;
    display: inline-flex;
    gap: 5px;
    align-items: center;
}

.banner_buttons a:nth-child(1) {
    background-color: var(--secondary);
    color: var(--primary);
}

.banner_buttons a:hover {
    color: #fff
}

.banner_buttons a.hover_btn:nth-child(2):hover:before {
    color: var(--primary);
    background-color: var(--third);
}

.banner_buttons a.hover_btn:nth-child(2):hover {
    color: var(--primary);
}


.bg-section {
    background-color: var(--third);
}

.service-list .section-title h2 {
    font-size: 60px !important;
}

.section-row {
    margin-bottom: 80px;
}

.image-box {
    margin-bottom: 20px
}

.service-item .image-box img {
    z-index: 9;
    position: relative;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.readmore-btn {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    color: var(--primary);
    padding-right: 25px;
    transition: all 0.4s ease-in-out;
}

.readmore-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    mask: url('/frontend/assets/images/arrow-accent.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%);
    background-color: var(--primary);
    transition: all 0.3s ease-in-out;
}

.section-row .section-title {
    margin-bottom: 0;
}

.section-title h3 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--primary-color);
    padding-left: 15px;
    margin-bottom: 10px;
}

.section-title h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--primary-color);
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.our-services {
    padding: 100px 0;
}

.service-item {
    position: relative;
    background-color: var(--bg-color);
    border-radius: 20px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px 2.083vw;
    overflow: hidden;
}

.service-item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: var(--primary-color);
    border-radius: 999px 999px 0 0;
    transition: all 0.4s ease-in-out;
}

.service-item.active::before,
.service-item:hover::before {
    height: 100%;
    border-radius: 0;
}

.service-title,
.service-item .icon-box,
.service-content,
.service-btn {
    position: relative;
    z-index: 1;
}

.service-title {
    margin-bottom: 40px;
}

.service-item .icon-box,
.service-content {
    margin-bottom: 15px;
}

.service-content ul {
    margin-top: 15px;
    display: flex;
    gap: 15px
}

.service-content ul li {
    list-style: disc inside;
    font-size: 90%
}

.service-item:hover .service-content ul li,
.service-item.active .service-content ul li {
    color: white
}

.service-title h3 {
    font-size: 20px;
    transition: all 0.4s ease-in-out;
}

.service-title h3 a {
    color: inherit;
}

.service-item .icon-box {
    display: inline-block;
    padding: 0 10px 10px 0;
}

.service-item .icon-box::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--accent-secondary-color);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    transition: all 0.4s ease-in-out;
}

.service-item.active .icon-box::before,
.service-item:hover .icon-box::before {
    background: var(--dark-divider-color);
}

.service-item .icon-box img {
    width: 100%;
    max-width: 50px;
    transition: all 0.4s ease-in-out;
}

.service-item.active .icon-box img,
.service-item:hover .icon-box img {
    filter: brightness(0) invert(1);
}

.service-content p {
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}

.service-item.active .service-title h3,
.service-item:hover .service-title h3,
.service-item.active .service-content p,
.service-item:hover .service-content p {
    color: var(--white-color);
}

.service-item.active .service-btn .readmore-btn,
.service-item:hover .service-btn .readmore-btn {
    color: var(--white-color);
}

.service-item.active .service-btn .readmore-btn::before,
.service-item:hover .service-btn .readmore-btn::before {
    filter: brightness(0) invert(1);
}



.our-program-banner-area {
    background-image: url('/frontend/assets/images/our-program-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-program-banner-area::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.our-program-content {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    padding: 100px 0;
}

.our-program-content h1 {
    font-size: 58px;
    font-weight: 700;
}

.program-cta-area {
    background: var(--third);
    padding: 80px 0;
    text-align: center;
}

.program-cta h2 {
    font-size: 50px
}

.our-program-overview-area {
    padding: 100px 0;
}

.our-program-overview-area .service-item {
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.our-program-overview-area .service-item .service-title h3 {
    text-align: center;
}


/************************************/
/*** 	  09. What We Do css	  ***/
/************************************/

.why-trial-class {
    padding: 100px 0;
}

.what-we-title {
    margin-bottom: 50px;
    font-size: 18px;
}

.what-we-title h3 {
    font-size: 18px;
}

.what-we-title h2 {
    font-size: 59px;
    /* text-transform: uppercase; */
}

.why-free-image-box {
    margin-right: 15px;
}

.why-free-image figure {
    display: block;
    border-radius: 20px;
}

.why-free-image img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 20px;
}

.what-we-contact-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}

.what-we-contact-item {
    display: flex;
    align-items: center;
}

.why-trial-box ul li {
    list-style: disc inside;
    margin-bottom: 10px
}

.what-we-contact-item .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}

.what-we-contact-item:hover .icon-box::before {
    transform: scale(1);
}

.what-we-contact-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    z-index: 1;
}

.what-we-contact-item-content {
    width: calc(100% - 65px);
}

.what-we-contact-item-content p {
    margin-bottom: 5px;
}

.what-we-contact-item-content h3 {
    font-size: 20px;
}

.what-we-contact-item-content h3 a {
    color: initial;
    transition: all 0.3s ease-in-out;
}

.what-we-contact-item-content h3 a:hover {
    color: var(--accent-color);
}

.why-trial-box {
    display: flex;
    margin-bottom: 40px;
}

.why-trial-box:last-child {
    margin-bottom: 0;
}

.why-trial-box .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.why-trial-box .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}

.why-trial-box:hover .icon-box::before {
    transform: scale(1);
}

.why-trial-box .icon-box img {
    position: relative;
    width: 100%;
    max-width: 30px;
    z-index: 1;
}

.why-trial-box-wrapper {
    width: calc(100% - 30px);
}

.why-trial-box-wrapper h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.why-trial-box-wrapper p {
    margin-bottom: 0;
}

/************************************/
/*** 	  10. How It Work css	  ***/
/************************************/

.how-it-work {
    padding: 100px 0;
}

.work-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.work-item {
    position: relative;
    width: calc(25% - 22.5px);
    text-align: center;
}

.work-item::before {
    content: '';
    position: absolute;
    top: 60px;
    right: -35px;
    background: url('../images/work-item-arrow.svg') no-repeat;
    background-position: center center;
    width: 36px;
    height: 40px;
}

.work-item:nth-child(4n + 4):before,
.work-item:last-child:before {
    display: none;
}

.work-item-image {
    width: 100%;
    max-width: 160px;
    margin: 0 auto 30px;
}

.work-item-image figure {
    display: block;
    mask-size: auto;
    mask-position: center center;
    mask-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.work-box-1 .work-item-image figure {
    mask-image: url('../images/work-item-bg-shape-1.svg');
    background-image: url('../images/work-item-bg-shape-1.svg');
}

.work-box-2 .work-item-image figure {
    mask-image: url('../images/work-item-bg-shape-2.svg');
    background-image: url('../images/work-item-bg-shape-2.svg');
}

.work-box-3 .work-item-image figure {
    mask-image: url('../images/work-item-bg-shape-3.svg');
    background-image: url('../images/work-item-bg-shape-3.svg');
}

.work-box-4 .work-item-image figure {
    mask-image: url('../images/work-item-bg-shape-4.svg');
    background-image: url('../images/work-item-bg-shape-4.svg');
}

.work-item-image figure img {
    width: 100%;
}

.work-item-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.work-item-content p {
    margin-bottom: 0;
}

.program-title h2 {
    font-size: 50px;
}

.program-content-box {
    font-size: 22px;
}

.image-anime.reveal {
    width: 450px;
    background: #fff;
    overflow: hidden;
    margin: auto;
}

.single-program-overview {
    /* margin-bottom: 80px; */
    box-shadow: 0 4px 5px #eee;
    padding: 50px 0;
}

.faq-area {
    padding: 100px 0;
}

.faq-area .row {
    justify-content: center;
}

.faq-section-title {
    text-align: center;
    margin-bottom: 10px;
}

.faq-section-title h3 {
    font-weight: bold;
    font-size: 40px;
}


.single-faq-item h3 {
    font-weight: 700;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.single-faq-item {
    margin-top: 30px;
    box-shadow: 0 0 5px #eee;
    padding: 25px;
    font-size: 15px;
}

.single-faq-item h3 i {
    width: 20px;
    height: 20px;
    background: var(--primary);
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.single-faq-item:nth-child(2n+1) h3 i {
    background: var(--primary-color);
}

.faq-content {
    padding-left: 30px;
    font-size: 16px;
}


/*  */
.single-partner-cta {
    box-shadow: 0 0 5px #eee;
    padding: 30px;
    text-align: center;
}

.single-partner-cta i {
    font-size: 60px;
    margin-bottom: 30px;
    transition: all .3s ease;
}

.single-partner-cta h2 {
	font-size: 20px;
}


.partner-cta-area {
    margin-top: 100px;
}

.single-partner-cta {
    box-shadow: 0 0 5px #e3e3e3;
    padding: 30px;
    text-align: center;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    transition: all .4s ease;
}

.single-partner-cta::after {
    position: absolute;
    height: 0;
    width: 100%;
    content: "";
    background: var(--bs-pink);
    z-index: -1;
    left: 0;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    transition: all .4s ease;
}

.single-partner-cta:hover::after {
    height: 100%;
    border-radius: 0;
}

.single-partner-cta:hover {
    color: #fff;
}
.partner-content {
	font-size: 15px;
}
.single-partner-cta a {
	padding: 10px 25px;
	font-weight: bold;
	text-transform: uppercase;
	background: var(--secondary);
	color: #000;
	align-self: center;
	border-radius: 6px;
	overflow: hidden;
	font-size: 14px;
}

.single-partner-cta a:hover {
    background: var(--secondary-color);
}

.single-partner-cta.theme-1 i {
    color: var(--secondary);
}

.single-partner-cta.theme-2 i {
    color: #cfe8cc;
}

.single-partner-cta.theme-2 a {
    background-color: #cfe8cc;
}

.single-partner-cta.theme-3 i {
    color: #47abab;
}

.single-partner-cta.theme-3 a {
    background-color: #000;
    color: #fff;
}

.single-partner-cta.theme-3 a.hover_btn::before {
    background-color: #47abab;
}

.single-partner-cta:hover i {
    color: #fff;
}
