:root {
    --main-color: #ff896b;
    --active-color: #e24d56;
    --dark-color: #252B39;
    --black-color: #141414;
}
:root:dir(ltr) {
    --main-font: 'Montserrat', sans-serif;
}

:root:dir(rtl) {
    --main-font: 'Cairo', Sans-serif;
}
body{
    background-color: #fcfcfc !important;
    font-family: var(--main-font);
}
.lang-item span{
    font-family: tahoma;
    font-size: 13px;
}
a{
    text-decoration: none !important;
}
a:hover{
    color: var(--active-color) !important;
}
.center-header-btn{
    text-align: center;
}
.main-header{
    z-index: 9;
    position: relative;
    background-color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.inner-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
}
.menu-area{
    flex-grow: 1;
}

ul#primary-menu{
    gap: 15px;
    justify-content: center;
}

.logo-area{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
}

/*body.is-homepage .main-header{*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background: transparent;*/
/*    z-index: 9;*/
/*    margin-top: 50px;*/
/*}*/

/*body:not(.is-homepage) .main-header {*/
/*    border: 0;*/
/*    box-shadow: 0 24px 24px -2px #42404052;*/
/*}*/
/*body:not(.is-homepage) .main-header .inner-header{*/
/*    padding: 10px 0;*/
/*}*/

.custom-logo {
    max-width: 175px;
}
.header-min-logo {
    max-width: 130px;
}

.post,
.page,
.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.main-navigation li{
    position: relative;
}

.main-navigation li.lang-item{
    padding: 5px 20px;
    background-color: #e24d56;
    position: relative;
    top: -5px;
    border-radius: 5px;
}
.main-navigation li.lang-item a{
    color: #fff !important;
}
.main-navigation li.lang-item a:hover{
    color: #000 !important;
}

.main-navigation li.current-menu-item:before {
    position: absolute;
    content: ' ';
    width: 35%;
    background-color: #fff;
    height: 2px;
    bottom: 0;
}
body:not(.is-homepage) .main-navigation li.current-menu-item:before {
    background-color: #e24d56;
}
body.ltr .main-navigation li.current-menu-item:before{
    left: 0;
}
body.rtl .main-navigation li.current-menu-item:before{
    right: 0;
}
.main-navigation li a{
    color: #000 !important;
    font-size: 17px;
    font-weight: 400;
    white-space: nowrap;
}
.main-navigation li a:hover{
    color: #e24d56 !important;
}
/*body:not(.is-homepage) .main-navigation li a {*/
/*    color: #000 !important;*/
/*}*/
/*body:not(.is-homepage) .main-navigation li a:hover {*/
/*    color: #FB6665 !important;*/
/*}*/
.header-action-btn{
    padding: 10px 25px;
    color: #000 !important;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.demo-vers{
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #2b3240;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}


.video-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.whatis-bg {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

/*body.is-homepage .header-action-btn {*/
/*    display: none;*/
/*}*/

.main-header.sticky-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.main-footer{
    background-color: #fff;
}

.intro-langs ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.intro-langs ul li a{
    color: #000 !important;
}

.main-footer .partners-logo,
.main-footer .copyright{
    padding: 15px 0;
}
.footer-inner{
    padding-top: 75px;
    padding-bottom: 35px;
}

.main-footer .partners-logo{
    border-bottom: 1px solid rgba(112,112,122,.1);
}

.main-footer .copyright{
    border-top: 1px solid rgba(36,42,56,0.18);
}

.main-footer .copyright p{
    line-height: 27px;
    font-size: 14px;
    color: #707070;
    margin-bottom: 0;
}

.widget-contactis ul {
    padding: 0;
}
.widget{
    margin: 0;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.error404-big{
    font-size: 120px;
    font-weight: 900;
    color: #e24d56;
}

.flex-news {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.one-post-item{
    flex: 1 1 calc(33.333% - 30px);
    max-width: calc(33.333% - 30px);
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(217, 217, 217, .25);
    -moz-box-shadow: 0px 10px 10px 0px rgba(217,217,217,.25);
    box-shadow: 0px 10px 10px 0px rgba(217, 217, 217, .25);
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.post-cover-image,
.news-box-image {
    width: 100%;
    height: 225px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.post-cover-image {
    height: 450px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.news-box-content {
    padding: 25px;
    position: relative;
}

.single-date{
    font-size: 17px;
    line-height: 25px;;
    max-width: 70%;
    display: block;
    color: var(--text-color);
    margin: 30px 0;
}

.news-time {
    color: var(--text-color);
    font-size: 17px;
    line-height: 30px;
}
.news-box-title {
    font-size: 22px;
    line-height: 35px;
    color: #000;
    font-weight: 500;
}
.news-box-title:hover{
    color: #e24d56;
}
.next-prev-a, .read-more {
    font-size: 17px;
    line-height: 30px;
    color: #e24d56 !important;
    margin-bottom: 15px;
}
body.ltr .read-more i {
    margin-left: 5px;
}
body.rtl .read-more i {
    margin-right: 5px;
    transform: rotate(180deg);
}
.read-more:hover{
    color: #fb5268 !important;
}

input, select, textarea {
    height: 45px !important;
    border: 0 !important;
    border-radius: 5px !important;
    background-color: #f4f5f7 !important;
    font-size: 13px;
    color: #2C476C !important;
    margin-bottom: 20px;
}

.wpcf7 input:not([type=submit]),
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: .75em;
    background: #fff;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}
body.rtl .wpcf7 input:not([type=submit]),
body.rtl .wpcf7 select,
body.rtl .wpcf7 textarea{
    direction: rtl;
}

input[type="submit"] {
    width: auto;
    background-color: #e24d56 !important;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 700;
}

body.ltr input[type="submit"]{
    float: left;
}
body.rtl input[type="submit"]{
    float: right;
}

.site-footer-section-2 ul{
    display: flex;
    gap: 10px;
    justify-content: end;
    padding: 0;
}

.site-footer-section-2 svg {
    width: 20px;
    height: 20px;
}

.site-footer-section-2 li a {
    color: #252b39;
}

.page_nav{
    padding: 25px 0;
    margin-bottom:  50px;
}
.page_nav .page-numbers{
    display: inline-block;
    margin: 0 5px;
    text-decoration: none;
    font-size: 18px;
    background-color: #f5f9ff;
    color: #000;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 5px;
}
.page_nav .current,
.page_nav .page-numbers:hover{
    background: #e24d56;
    color: #fff !important;
}

p.footer-about-text{
    font-weight: 300;
    margin: 15px 0 0 0;
    color: #707070;
    max-width: 75%;
}

.header-btn{
    background-color: #fff;
    border-radius: 3px;
    padding: 10px 10px 7px 20px;
    color: var(--active-color);
    font-family: var(--main-font);
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    display: inline-block;
    margin: 50px auto 0 auto;
}
.header-btn img{
    max-width: 35px;
    position: relative;
    top: -1px;
    margin-left: 5px;
}
.header-small-text{
    font-weight: 300;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{
    font-weight: 200;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item a:hover{
    color: #fff !important;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item.current-menu-item{
    font-weight: 500;
    position: relative;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item.current-menu-item:before{
    position: absolute;
    content: ' ';
    width: 35%;
    background-color: #fff;
    height: 2px;
    left: 15px;
    bottom: 20px;
}
.be-logos-holder img{
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
}
.footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
    text-align: left;
    line-height: 24px;
    font-size: 14px;
    color: #707070;
    font-family: var(--main-font);
}
.ast-builder-html-element ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.ast-builder-html-element ul li{
    float: left;
    margin-right: 10px;
}
.ast-builder-html-element ul li a{
    color: var(--dark-color);
}
.ast-builder-html-element ul li a:hover{
    color: var(--active-color);
}
.widget-contactis svg{
    fill: #e24d56;
    margin-right: 10px;
}
#nav_menu-3,
#nav_menu-4,
#nav_menu-5{
    margin-top: 30px;
}
h2.widget-title{
    font-family: var(--main-font);
    font-size: 16px;
    line-height: 26px;
    color: var(--dark-color);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ast-footer-copyright p,
#astra-footer-menu > .menu-item > .menu-link,
.widget-contactis ul li,
.widget-contactis ul li a,
.widget ul.menu li a{
    line-height: 27px;
    font-size: 14px;
    color: #707070;
    font-family: var(--main-font);
}
.widget-contactis ul li{
    margin-bottom: 10px;
}
.widget-contactis ul li:last-child{
    margin-bottom: 0;
}
.widget_nav_menu li{
    position: relative;
    padding-left: 20px;
}
.widget_nav_menu li:before{
    position: absolute;
    content: ' ';
    width: 10px;
    height: 1px;
    left: 0;
    top: 13px;
    background-color: #c3c3c3;
}
.black-white-filter img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.list-user-reviews{
    position: relative;
    height: 400px;
    overflow-y: scroll;
}
.list-user-reviews::-webkit-scrollbar {
    display: none;
}
.list-user-reviews {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.box-shadow{
    position: absolute;
    content: ' ';
    width: 100%;
    height: 250px;
    z-index: 99;
    left: 0;
    bottom: 0;
    background: rgb(242,240,254);
    background: linear-gradient(0deg, rgba(242,240,254,1) 0%, rgba(246,246,246,0) 100%);
}
ul.user-reviews{
  padding: 0;
    margin: 0;
    list-style: none;
}
ul.user-reviews li{
    background-color: #fff;
    padding: 60px 20px 20px 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
ul.user-reviews li:before{
    content: "\201C";
    font-size: 90px;
    line-height: 1;
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 1;
    font-family: sans-serif, serif;
    color: #e24d56;
}
.reviews-data{
    line-height: 24px;
    font-size: 16px;
    color: #707070;
    font-family: var(--main-font);
    font-weight: 400;
    padding-top: 15px;
}
.reviews-data p{
    font-weight: 600;
    margin-top: 15px;
    color: #252B39;
    margin-bottom: 0;
}
.big-text-deg{
    position: absolute;
    right: 0;
    top: 0;
    color: transparent;
    -webkit-text-stroke: 1px #252B39;
    transform: rotate(90deg);
    font-size: 190px;
    line-height: 209px;
    /*white-space: nowrap;*/
    font-weight: 900;
    text-transform: uppercase;
}
.bog-title-over:before{
    position: absolute;
    content: ' ';
    right: 0px;
    top: 350px;
    background-image: url('https://work.arab4des.com/beready/wp-content/uploads/2023/03/big-text.png');
    width: 232px;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.shadow-section > .elementor-container{
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    border-radius: 5px;
    background-color: #fcfcfc;
    padding: 25px 10px;
}
.site-above-footer-wrap[data-section="section-above-footer-builder"] {
    padding-top: 75px;
}
.footer-logo{
    max-width: 250px;
}

.arrow-right {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: rotate(-90deg);
    cursor: pointer;
    margin-top: -5px;
    margin-left: -45px;
}

.arrow-right span {
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 2.5px solid white;
    border-right: 2.5px solid white;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.arrow-right span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow-right span:nth-child(3) {
    animation-delay: -0.4s;
}
.elementor-8 .elementor-element.elementor-element-ffe66ca .elementor-button{
    padding-right: 75px;
}

.breadcrumbs-data{
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
.breadcrumbs-data li{
    color: #fff;
    line-height: 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
}
body.ltr .breadcrumbs-data li{
    float: left;
    margin-right: 5px;
}
body.rtl .breadcrumbs-data li{
    float: right;
    margin-left: 5px;
}
body.rtl .breadcrumbs-data li.arrow-nav svg{
    transform: rotate(180deg);
}
.breadcrumbs-data li.active{
    background-color: rgba(255,255,255,.25);
    border-radius: 3px;
    padding: 0 5px;
}
.arrow-nav,
.breadcrumbs-data li.active svg{
    position: relative;
}
body.page-id-831{
    background-color: #f8f8fb;
}
body:not(.is-homepage) .ast-primary-header-bar{
    border: 0;
    box-shadow: 0 24px 24px -2px #42404052;
}
body:not(.is-homepage) .ast-builder-menu-1 .menu-item > .menu-link{
    color: #000;
}
body:not(.is-homepage) .ast-primary-header-bar .main-header-menu > .menu-item.current-menu-item:before{
    background-color: #e24d56;
}
body:not(.is-homepage) .ast-primary-header-bar .main-header-menu > .menu-item a:hover{
    color: #e24d56 !important;
}
body:not(.is-homepage) .ast-primary-header-bar.main-header-bar{
    padding-top: 0;
}
.one-goal-item{
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}
body.ltr .goal-img{
    padding-right: 20px;
}
body.rtl .goal-img{
    padding-left: 20px;
}
.goal-img img{
    max-width: 80px !important;
}
.goal-data h3{
    font-size: 23px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 25px;
}
.goal-data h3 span{
    background-color: #54C6EA;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 3px;
}
body.ltr .goal-data h3 span{
    margin-right: 10px;
}
body.rtl .goal-data h3 span{
    margin-left: 10px;
    float: right;
}
.goal-data p{
    margin-bottom: 0;
    font-size: 14px;
    color: #999;
    max-width: 70%;
    line-height: 20px;
}

body.is-homepage .dark-version,
.light-version{
    display: none;
}
body.is-homepage .light-version{
    display: block;
}

textarea{
    height: 150px !important;
    resize: none;
}

input::placeholder,
textarea::placeholder{
    color: #2C476C;
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
    color: #2C476C;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
    color: #2C476C;
}
.icon-bg .elementor-icon{
    background-color: #f4f6f8;
    padding: 5px;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-9{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
}
.col-6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
.col-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}
span.text-label{
    text-transform: uppercase;
    font-size: 12px;
    color: #2C476C !important;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}
.wpcf7-not-valid-tip {
    font-size: 11px;
    margin-top: 5px;
}
@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.home-header{
    color:#252B39;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size:35px;
    font-weight: 800;
}
.above-sub-h{
    font-weight: 200;
    font-size: 14px;
    color:#252B39;
}
.program-type-box{
    min-width:180px;
    height: 180px;
    background-image:url(programs-box-bg.png);
    color:white;
    font-weight: 600;
    font-size:20px;
    display: flex !important;
    align-items: end;
    padding: 0px 15px 15px 15px;
    background-size:contain;
}
.program-type-box h5{
    word-wrap: break-word;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    color:#515561;
}
.mr-neg-30{
    margin-right: -30px;
}
.program-orange{
    background-color:#FA8361;
    background: url(programs-box-bg.png) 0px bottom / cover no-repeat, linear-gradient(158deg, #FA8361 0%, #FA8C6C 100%)
}
.program-blue{
    background-color:#80E0FF;
    background: url(programs-box-bg.png) 0px bottom / cover no-repeat, linear-gradient(158deg, #80E0FF 0%, #54C6EA 100%);
}
.program-green{
    background-color: #94C55B;
    background: url(programs-box-bg.png) 0px bottom / cover no-repeat, linear-gradient(158deg, #94C55B 0%, #A1C675 100%);
}
.program-red{
    background-color:#FC8890;
    background: url(programs-box-bg.png) 0px bottom / cover no-repeat, linear-gradient(158deg, #FC8890 0%, #FCA3A9 100%);
}
.slick-prev:before, .slick-next:before{
    color: #252B39;
    font-family: inherit;
}
.slick-slide{
    margin: 0px 10px;
}
.white-container .slick-slide.slick-current{
    box-shadow: 1px 1px 10px;
    border-bottom: 2px solid #e24d56;
}
.white-container-sm{
    background-color:#fff;
    box-shadow:0px 3px 99px rgba(0,0,0,0.1);
    background-image: url(career-readiness-tri.png);
    background-position: 100% bottom;
    background-repeat: no-repeat;
    padding: 30px 15px;
    background-size: 60%;
    min-height: 350px;
}
.white-container-sm h5 img{
    margin-left:30%
}
.btn-text-left{
    text-align: left !important;
}
.btn-primary{
    background:  rgba(250,133,97,1);
    background: linear-gradient(90deg,  #FB4F68 0%, rgba(250,133,97,1) 100%);
    border:0px;
    padding:10px;
}
.arrow-wrapper {
    z-index: 200;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}
.arrow:nth-child(1) {
    transform: translate(-50%, 30%) rotate(45deg);
    animation-delay: 0.5s;
}
.arrow:nth-child(2) {
    transform: translate(-50%, 65%) rotate(45deg);
    animation-delay: 0.25s;
}
.arrow:nth-child(3) {
    transform: translate(-50%, 100%) rotate(45deg);
    animation-delay: 0;
}
.arrow {
    width: 44%;
    height: 44%;
    position: absolute;
    left: 50%;
    content: "";
    border-width: 0.2rem;
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-radius: 0.5vmin;
    opacity: 0;
    animation: pulse 2s linear 0s infinite normal none;
}
.relative {
    position: relative;
}
.m-w-170 {
    min-width: 170px;
}
@keyframes pulse {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0.8
    }

    100% {
        opacity: 0
    }
}
.programs-logos{
    height:33px;
    width:80%;
}

.single-layout-1{
    padding: 1.5em 3em;
    background-color: #fff;
    margin: 3em 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.breadcrumbs{
    background-color: #e24d56;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 0px 50px 0px;
    margin-bottom: 4em;
}
body.ltr .breadcrumbs{
    background-image: url('../images/Group-3699-1.png');
    background-position: top right;
}
body.rtl .breadcrumbs{
    background-image: url('../images/Group-3699-1-ar.png');
    background-position: top left;
}
.breadcrumbs-content{
    display: flex;
    flex-direction: column;
}
.breadcrumbs h6{
    color: #FFFFFF;
    font-family: var(--main-font);
    font-size: 35px;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: 0px;
    margin: 15px 0 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.section-details{
    margin-top: 75px;
}
.container-box {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    padding:0;
}
.details-box {
    flex: 1;
    padding: 32px 24px;
    border-radius: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.card-icon{
    width: 72px;
    height: 72px;
    background-color: #fff;
    line-height: 72px;
    margin: 0 auto 35px auto;
    border-radius: 50%;
    box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1);
}
.card-content h3{
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    color: #000;
}
.card-content p{
    font-size: 18px;
    line-height: 24px;
    color: #666E76;
    margin-bottom: 0;
}
.programs-area{
    background-color: #fcfcfc;
}
.programs-details{
    background-color: #fff;
    margin-bottom: 100px;
    padding: 80px 0;
    border-bottom: 1px solid #E1E6EA;
}
h3.pathway-title,
.programs-details h3{
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    color: #151A1E;
}
h3.pathway-title{
    font-size: 24px;
    margin-bottom: 25px;
}
.tracks-tabs{
    margin: 25px 0 50px 0;
    padding: 0;
    gap: 20px;
}
.nav-pills.tracks-tabs .nav-link{
    border-radius: 6px;
    padding: 8px 12px;
    color: #333E48;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}
.nav-pills.tracks-tabs .nav-link.active{
    color: #fff;
    background-color: #e24d56;
}
.apply-box{
    padding: 24px;
    box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.apply-box.no-shadow{
    box-shadow: none;
}
.apply-box .apply-actions{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}
.programs-list-item a.action-a{
    width: 100%;
    display: inline-block;
}
.programs-list-item a.action-a,
.apply-box .apply-actions a.action-a{
    width: 100%;
    border-radius: 6px;
    border: 1px solid #e24d56;
    color: #e24d56;
    text-align: center;
    padding: 12px 0;
    font-weight: 400;
}
.programs-list-item a.action-a.full-bg,
.apply-box .apply-actions a.action-a.full-bg{
    background-color: #e24d56;
    color: #fff !important;
    font-weight: 700;
}

.apply-box .apply-actions a.action-a.full-bg.width-250{
    width: 250px;
}

.program-desc{
    font-size: 14px;
    line-height: 20px;
    color: #151A1E;
    opacity: .75;
    margin-bottom: 50px;
}

.accordionPathways .accordion-item{
    border: 0;
    border-bottom: 1px solid #E1E6EA;
}
.accordionPathways .accordion-item .accordion-button{
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
    outline: 0;
    box-shadow: none;
    font-weight: 700;
}
.accordionPathways .accordion-item .accordion-button{
    color: #151A1E !important;
}
.accordionPathways .accordion-item .accordion-button:hover,
.accordionPathways .accordion-item .accordion-button:not(.collapsed){
    color: #e24d56 !important;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordin-title{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.accordin-title span{
    color: #7A7676;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    padding: 0 10px;
    font-weight: 400;
}
.accordion-body ul{
    padding: 0;
    margin: 0;
    list-style: auto;
}
.accordion-body ul li{
    margin-bottom: 15px;
}
.accordion-button:after {
    background-image: none !important;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.accordion-button.collapsed:after {
    content: "\f077";
}
.accordion-button:not(.collapsed)::after{
    transform: none;
}
.ast-separate-container .ast-article-single{
    padding: 1.5em 3em;
}
.entry-content .single-program p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333E48;
    margin-bottom: 0;
}
ul.program-times{
    padding: 0;
    margin: 0 0 25px 0;
    list-style: none;
}
ul.program-times li {
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding-bottom: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.pro-start-date,
.pro-duration,
ul.program-times li span{
    color: #A5A5A5;
    font-size: 10px;
    line-height: 15px;
}
.pro-duration{
    color: #54C6EA;
}
.footer-logos{
    background-color: #fff;
    padding: 15px 0;
}
.footer-line{
    background-color: #707070;
    width: 100%;
    height: .75px;
    opacity: .1;
}
.footer-logos .slick-slide{
    text-align: center;
}
.footer-logos .slick-slide img {
    height: 100px;
    object-fit: scale-down;
    width: auto !important;
}

.blog-article {
    margin: 0 145px 60px;
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
}

.programs-list-item{
    padding: 16px 16px 24px 16px;
    border-radius: 10px;
    background-color: #fff !important;
    box-shadow: 0 6px 15px -2px rgba(16, 24, 40, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.programs-list-item .post-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.recent-programs .ast-grid-common-col{
    padding-left: 0;
    padding-right: 0;
}
.recent-programs .programs-list-item{
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 10px 0;
}
.recent-programs .slick-next,
.recent-programs .slick-prev{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #7d7d7d;
}
.recent-programs .slick-next{
    right: -50px;
}
.recent-programs .slick-prev{
    left: -50px;
}
.program-image{
    position: relative;
    margin-bottom: 16px;
}
.program-image .program-img{
    border-radius: 5px;
    height: 220px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 16px;
}
.program-image .prog-label{
    position: absolute;
    top: 10px;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
}
body.ltr .program-image .prog-label{
    right: 10px;
}
body.rtl .program-image .prog-label{
    left: 10px;
}
.program-image .prog-label.st-new{
    color: #fff;
    background-color: #FB4F68;
}
.program-image .prog-label.st-closed{
    color: #A29D9D;
    background-color: #D9D9D9;
}
.program-image .prog-label.st-progress{
    color: #fff;
    background-color: #4CAF50;
}

.programs-list-item h3{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.album-text h3 a,
.programs-list-item h3 a{
    color: #151A1E;
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    margin: 15px 0;
}
.album-text h3 a:hover,
.programs-list-item h3 a:hover{
    color: #FB4F68;
}
p.pro-excerpt{
    margin-top: 15px;
    color: #333E48;
    font-size: 16px;
    line-height: 24px;
}
.programs-line{
    width: 100%;
    background-color: #C3CCD5;
    height: 1px;
    margin-top: 20px;
}
.post-page-numbers.current .page-link, .ast-pagination .page-numbers.current{
    color: #fff;
    border-radius: 5px;
}
.ast-pagination a, .nav-links a{
    color: #333E48;
}

.header-btns-action{
    padding: 50px 0 15px 0;
    text-align: center;
}
.header-btns{
    padding: 15px 30px;
    margin: 0 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    border-radius: 3px;
    border: 1px solid transparent;
}
.header-btns.header-btn1{
    color: #e24d56 !important;
    border-color: #fff;
    background-color: #fff;
}
.header-btns.header-btn2{
    color: #fff !important;
    border-color: rgba(251,223,223, .5);
    background: linear-gradient(90deg, #FA8561, #FB4F68);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.header-btns.header-btn1:hover{
    color: #fff !important;
    border-color: rgba(251,223,223, .5);
    background: linear-gradient(90deg, #FA8561, #FB4F68);
}

.program-logos-images{
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 15px;
    align-items: center;
    flex-wrap: wrap;
}
.program-logos-images img{
    max-width: 80px;
}
.program-logos-images.logos-small{
    padding-bottom: 15px;
    overflow: hidden;
}
.program-logos-images.logos-small img{
    max-width: 30px;
}


.partners-title {
    color: #333E48;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

.partners-carousel-single,
.partners-carousel {
    margin: 0 -10px;
}

.partners-carousel-single{
    margin-bottom: 20px;
}

.partner-logo {
    padding: 0 10px;
    text-align: center;
}

.partner-logo img {
    width: 80px;
    height: 60px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all 0.3s ease;
    border-radius: 8px;
    background: #f8f9fa;
    padding: 10px;
}

.partners-carousel-single .partner-logo img{
    width: 120px;
}

.partner-logo img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.partners-carousel .slick-dots li.slick-active button:before {
    color: #e24d56;
}

.wpcf7-response-output{
    display: none !important;
}

.album-gallery{
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 15px;
}
.album-gallery a {
    display: block;
    position: relative;
}
.album-gallery img {
    width: 100%;
    height: auto;
    display: block;
    border: 4px solid #edeaea;
    padding: 2px;
}
.album-gallery .media-icon {
    position: absolute;
    top: 6px;
    width: 30px;
    height: 30px;
    z-index: 2;
    background-color: #edeaea;
    padding: 5px;
}
body.ltr .album-gallery .media-icon{
    right: 6px;
}
body.rtl .album-gallery .media-icon{
    left: 6px;
}
.album-gallery .expand-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    color: #fff;
}
.album-gallery .media-icon svg {
    width: 100%;
    height: 100%;
    position: relative;
    top: -3px;
    fill: #e24d56;
}

button:hover{
    background-color: #e24d56;
    border-color: #e24d56;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after{
    border-color: #e24d56;
}

.album-view-one{
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.album-img-cover {
    border-radius: 15px;
    height: 120px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 16px;
    width: 190px;
    flex-shrink: 0;
}

.random-galley{

}
.scattered-gallery {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 200px;
}
body.ltr .scattered-gallery{
    margin-left: 60px;
}
body.rtl .scattered-gallery{
    margin-right: 60px;
}

.scattered-item {
    position: absolute;
    transition: transform 0.3s ease;
    border: 4px solid #fcfcfc !important;
    border-radius: 10px !important;
    box-shadow: 0 0 25px 0 #e24d56 !important;
}

.scattered-item.img-1 {
    z-index: 90;
}
body.ltr .scattered-item.img-1{
    transform: translate(-50%, -50%) translate(-60px, -30px) rotate(-10deg);
}
body.rtl .scattered-item.img-1{
    transform: translate(50%, -50%) translate(60px, 30px) rotate(-10deg);
}

.scattered-item.img-2 {
    z-index: 80;
}
body.ltr .scattered-item.img-2{
    transform: translate(-50%, -50%) translate(50px, -20px) rotate(12deg);
}
body.rtl .scattered-item.img-2{
    transform: translate(50%, -50%) translate(-50px, 20px) rotate(12deg);
}

.scattered-item.img-3 {
    z-index: 85;
}
body.ltr .scattered-item.img-3{
    transform: translate(-50%, -50%) translate(-40px, 20px) rotate(-5deg);
}
body.rtl .scattered-item.img-3{
    transform: translate(50%, -50%) translate(40px, -20px) rotate(-5deg);
}

.scattered-item.img-4 {
    z-index: 70;
}
body.ltr .scattered-item.img-4{
    transform: translate(-50%, -50%) translate(60px, 30px) rotate(8deg);
}
body.rtl .scattered-item.img-4{
    transform: translate(50%, -50%) translate(-60px, -30px) rotate(8deg);
}

.scattered-item.img-5 {
    z-index: 95;
}
body.ltr .scattered-item.img-5{
    transform: translate(-50%, -50%) translate(0px, 40px) rotate(-15deg);
}
body.rtl .scattered-item.img-5{
    transform: translate(50%, -50%) translate(-0px, -40px) rotate(-15deg);
}

.ast-primary-header-bar{
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.ast-primary-header-bar.sticky-header{
    position: fixed;
    width: 100%;
    z-index: 9999;
}
body.is-homepage .ast-primary-header-bar.sticky-header{
    padding-top: 0 !important;
    background-color:  #fc896b;
    box-shadow: 0 24px 24px -2px #42404052;
}






#nav-icon2{
    width: 40px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 13px;
}


.mobile-toggle {
    display: none;
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: var(--black-color);
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 5px 5px 0;
}

#nav-icon2 span:nth-child(odd) {
    left:0px;
    border-radius: 5px 0 0 5px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 10px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 20px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 18px;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 18px;
}

.mobile-header{
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.mobile-header .beready-logos{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.mobile-header .header-action-btn{
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
}
.mobile-header .site-footer-section-2 ul{
    justify-content: center;
    margin-top: 15px;
}
.mobile-menu-content{
    padding: 0 20px;
}

.mobile-menu-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 999;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.mobile-menu-bg.open-menu{
    opacity: 1;
    visibility: visible;
    display: block;
}

#mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
#mobile-menu li {
    padding-bottom: 15px;
}
#mobile-menu li a {
    color: #fff;
}

/* The side navigation menu */
.sidenav {
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    background-color: var(--black-color);
    transition: 0.5s;
    width: 300px;
}
body.ltr .sidenav{
    left: -100%;
}
body.rtl .sidenav{
    right: -100%;
}


.sidenav .closebtn {
    font-size: 23px;
    color: var(--main-color);
    z-index: 9999;
    background-color: #fff;
    padding: 5px 15px;
    float: right;
    position: absolute;
    top: 0;
}
body.ltr .sidenav .closebtn{
    right: 0;
}
body.rtl .sidenav .closebtn{
    left: 0;
}

.mobile-logo{
    max-width: 110px;
}

.logo-area .header-min-logo{
    display: none;
}


.scroll-top-menu i{
    align-items: center;
    background: #e24d56;
    border-radius: 5rem;
    color: #fff;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    height: 4rem;
    padding: 0.1rem 0.5rem;
    width: 7rem;
    position: fixed;
    bottom: -100px;
    z-index: 99;
    scale: 0.65;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    direction: ltr;
    transform: rotate(90deg);
    font-size: 25px;
    cursor: pointer;
}
body.ltr .scroll-top-menu i{
    right: 0;
}
body.rtl .scroll-top-menu i{
    left: 0;
}
.scroll-top-menu:hover i{
    color: #000;
}

@media (max-width: 1199px){

}

@media (max-width: 1024px){
    .header-btn{
        margin: 15px auto 0 auto;
        font-size: 19px;
    }
    [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
        width: 35px;
        height: 35px;
        fill: #ffffff;
    }
    body:not(.is-homepage) [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{
        fill: #000000;
    }
    .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
        padding-top: 25px;
    }
    body:not(.is-homepage) .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar{
        padding-top: 0 !important;
    }
    .shadow-section > .elementor-container{
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        background-color: transparent;
        padding-top: 0;
        padding-bottom: 0;
    }
    .col-3,
    .col-6,
    .col-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .header-btns-action{
        padding-right: 15px;
        padding-left: 15px;
    }
    .header-btns-action a{
        width: 100%;
        display: block;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .mobile-toggle,
    .logo-area .header-min-logo{
        display: block;
    }
    .main-navigation,
    .actions-area{
        display: none;
    }
    .menu-area{
        justify-items: end;
    }
    .one-post-item {
        flex: 1 1 calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
    .blog-article {
        margin: 0;
    }
    .post-cover-image {
        height: 250px;
    }
    .menu-area{
        flex-grow: unset;
    }
}

@media (max-width: 767px){
    .white-container-sm {
        background-image: url(programs-box--bg.png) ;
    }
    .center-in-mob{
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .header-btn {
        margin: 15px auto;
        font-size: 13px;
        text-transform: uppercase;
    }
    .bog-title-over:before{
        display: none;
    }
    .site-logo-img img {
        max-width: 150px;
    }
    .goal-data p {
        max-width: 100%;
    }
    .apply-box.no-shadow{
        padding-left: 0;
        padding-right: 0;
    }
    .container-box{
        flex-direction: column;
    }
    .tab-content .apply-box{
        margin-top: 25px;
    }
    h3.pathway-title,
    .programs-details h3,
    .breadcrumbs h6{
        font-size: 25px;
        line-height: 35px;
    }
    .card-content h3{
        font-size: 21px;
    }
    .tracks-tabs,
    .accordin-title{
        flex-direction: column;
    }
    .tracks-tabs{
        gap: 10px;
        margin-bottom: 20px;
    }
    .program-desc{
        margin-bottom: 20px;
    }
    .accordin-title span{
        padding: 5px 0 10px 0;
    }
    .tracks-tabs li,
    .tracks-tabs li button{
        width: 100%;
    }
    .nav-pills.tracks-tabs .nav-link{
        background-color: #eee;
    }
    .scattered-gallery{
        margin: 20px 0 0 0;
        gap: 15px;
        justify-content: space-between;
    }
    .scattered-gallery .scattered-item{
        position: relative;
        top: inherit;
        left: inherit;
        transform: unset;
        max-width: 60px;
        box-shadow: none !important;
        border: 0 !important;
    }
    .album-gallery{
        grid-template-columns: repeat(4, 1fr);
    }
    .flex-news{
        gap: 0;
    }
    .one-post-item {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .news-box-image{
        height: 175px;
    }
    .blog-article {
        font-size: 15px;
        line-height: 28px;
    }
    .post-cover-image {
        height: 200px;
    }
    .inner-header{
        padding: 20px 15px;
    }
    .news-box-title{
        font-size: 19px;
        line-height: 25px;
    }
    p.pro-excerpt{
        font-size: 14px;
        line-height: 19px;
    }
}

@media (max-width: 575px){
    .scattered-gallery{
        display: none;
    }
    .album-view-one{
        flex-direction: column;
        gap: 0;
    }
    .album-img-cover{
        width: 100%;
    }
    .apply-box .apply-actions a.action-a.full-bg.width-250{
        width: 100%;
    }
    .album-gallery{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 425px){
    .album-gallery{
        grid-template-columns: repeat(2, 1fr);
    }
}