/*
Theme Name: Eduma Child
Theme URI: https://themeforest.net/item/education-wordpress-theme-education-wp/14058034
Description: Child Theme for Eduma
Author: Plus91
Template: eduma
Version: 1.0
*/

header#masthead:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    height: 110px;
    opacity: 1;
    display: block;
    position: absolute;
    content: ' ';
    width: 100%;
}
header#masthead:after {
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.2;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.sm-logo {
    position: relative;
}
.thim-logo:before {
    display: block;
    content: "";
    position: absolute;
    left: -18px;
    right: 0;
    top: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 100%);
    filter: blur(20px);
}
.thim-logo img {
    margin: 0;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
}
.heroslider {

}
.heroslider h1 {
    font-size: 54px !important;
    line-height: 80px !important;
    font-weight: 700 !important;
    margin: 0 0 20px;
    position: relative;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
    width: 650px !important;
    max-width: 80% !important;
}
.heroslider h1 u {
    text-decoration: none;
    border-bottom: 1px solid var(--white_clr);
}
.tp-title-wrap {
    display: none !important;
}
/*.sr7-leftarrow.sr7-arrows.ares {
    margin-left: -100px;
}
.sr7-rightarrow.sr7-arrows.ares {
    margin-right: -100px;
}*/
.floating {
    animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}
.shape_1 {
    display: block;
    width: 75px;
    height: 54px;
    background: url(images/shape_1.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    top: 8px;
    left: 30px;
}
.shape_2 {
    display: block;
    width: 197px;
    height: 111px;
    background: url(images/shape_2.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    bottom: -60px;
    left: 100%;
    margin-left: -30px;
}
.site-button a {
    padding: 12px 32px;
    background: none;
    border: 1px solid #800000;
    color: #800000;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    min-width: 150px;
    line-height: 22px;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    text-transform: capitalize !important;
}
.secondary-button a {
    background: #123363;
    border-color: #123363;
    color: #ffffff;
}
.secondary-button a:hover {
    background: #800000;
    border-color: #800000;
    color: #ffffff;
}
.home .block-title h2:after {
    display: block;
    content: "";
    height: 2px;
    width: 60px;
    background: #800000;
    margin: 18px 0 0;
}
.home .block-title.text-center h2:after {
    margin-left: auto;
    margin-right: auto;
}
.hometabs .e-n-tabs-heading button {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    background: #ffffff !important;
    color: #3d3d3d !important;
    border-radius: 50px;
}
.hometabs .e-n-tabs-heading button {
    color: #800000 !important;
}
.hometabs .e-n-tabs-heading button[aria-selected="true"] {
    background: #123363 !important;
    color: #ffffff !important;
    pointer-events: none;
}
.hometabs .swiper-slide {
    width: 100%;
    height: 352px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.hometabs .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hometabs .swiper-slide .elementor-image-carousel-caption {
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    opacity: 1;
}
.hometabs .swiper-slide:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 30%;
    opacity: 0.7;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    pointer-events: none;
}
.hometabs .elementor-swiper-button {
    position: absolute;
    top: auto;
    bottom: -80px;
    margin: 0;
    background: #800000;
    color: #ffffff;
    width: 34px;
    height: 34px;
    text-align: center;
    top: auto !important;
    align-items: center;
    justify-content: center;
    font-size: 15px !important;
    border-radius: 50px;
}
.hometabs .elementor-swiper-button-prev {
    left: auto !important;
    right: 50% !important;
    margin-right: 10px;
}
.hometabs .elementor-swiper-button-next {
    right: auto !important;
    left: 50% !important;
    margin-left: 10px;
}
.bdr_shape {
    display: block;
    width: 135px;
    height: 122px;
    background: url(images/bdr_shape.png) no-repeat center;
    background-size: 100% auto !important;
    position: absolute;
    top: -30px;
    left: -50px;
    opacity: 0.5;
}
.homeaccordion {

}
.homeaccordion .ha-image-accordion-click .ha-ia-item.active, .homeaccordion .ha-image-accordion-hover .ha-ia-item:hover {
    -webkit-box-flex: 5.5;
    -webkit-flex: 5.5;
    -ms-flex: 5.5;
    flex: 5.5;
}
.homeaccordion .ha-ia-content-description img {
    width: 53%;
    float: right;
}

.hfs-v-slides {
    display:flex;
    height:520px;
    overflow:hidden;
    position: relative;
    z-index: 2;
    gap: 0 10px;
}
.hfs-item {
    flex: 1;
    width: 100%;
    min-width: 130px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #d1dfec;
}
.hfs-item.active {
    flex: 7;
    cursor: initial;
    background: #123363 url('images/acad_circle.png') no-repeat center;
    background-size: contain;
    background-position: 450px 100px;
}
.hfs-item .hfs-title {
    transform: rotate(-90deg);
    transform-origin: top left;
    font-size:1.45rem;
    font-weight:600;
    letter-spacing:2px;
    position: absolute;
    bottom: -60%;
    left: -40%;
    right: 60%;
    z-index: 2;
    display: block;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
    background: #123363;
    width: 282px;
    height: 264px;
    outline: 10px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: left;
    color: #ffffff;
    padding: 100px 0px 0px 80px;
}
.hfs-item.active .hfs-title {
    opacity: 1;
    visibility: hidden;
    transform: rotate(0deg);
    -moz-transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
/*.hfs-item .hfs-title:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -160px;
    left: -80px;
    z-index: -1;
    margin: auto;
    background: #123363;
    width: 282px;
    height: 264px;
    outline: 10px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}*/
.hfs-item .hfs-content {
    width:100%;
    padding:40px;
    justify-content:space-between;
    align-items:center;
    -moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.hfs-item.active .hfs-content {
    display:flex;
}
.hfs-text {
    display: none;
}
.hfs-item.active .hfs-text {
    display: block;
    color: #ffffff;
    max-width:420px;
}
.hfs-text h2 {
    margin-bottom:20px;
    color: #ffffff;
}

.hfs-btn {
    display:inline-block;
    margin-top:20px;
    color:#fff;
    text-decoration:none;
    font-weight: 700;
}
.hfs-btn:hover {
    color:#fff;
}
.hfs-btn::after{
    content:"\2192";
    width:34px;
    height:34px;
    border-radius:50%;
    background:#ffffff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color: #123363;
    margin-left: 10px;
}
.hfs-btn:hover::after{
    background: #800000;
    color:#fff;
}
.hfs-item .hfs-image {
    min-width: 260px;
    max-width: 260px;
    padding: 0 10px;
    position: absolute;
    left: -70px;
    top: 30px;
}
.hfs-item.active .hfs-image {
    min-width: 44%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    position: relative;
    left: 0;
    bottom: 0;
    margin-bottom: -50px;
    margin-right: -50px;
}
.hfs-image img {
    max-height:380px;
    display: block;
    height: auto;
    position: relative;
    bottom: -30px;
}