/*.header-logo img {*/
/*    width: 250px;*/
/*}*/

.filter-menu-active {
    border-radius: 50px 50px 0px 0px;
    position: relative;
    z-index: 1;
    top: -47px;
    --bs-bg-opacity: 1;
    background-color: #fff;
    border: 1px solid;
    display: flex !important;
    gap: 3rem !important;
    height: 113px;
}

.homeSubmenuIcon {
    background-color: #0000001a;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

.homeSubmenuIcon img {
    width: 30px;
}


@media only screen and (max-width: 576px) {
    .header-logo {
    width: 257px!important;
    }
  }


@media only screen and (max-width: 1024px) {
    .header-logo {
        width: 190px!important;
    }
  }

/* css news strat*/

.rounded-5 {
    border-radius: 2rem !important;
    background: #efeded;
}

.fw-bold {
    font-weight: 700 !important;
    padding-right: .25rem !important;
    padding-left: .25rem !important;
}

.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.blink {
    animation: blink 0.25s steps(1, end) infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.announcement {
    font-size: 16px;
}


/* css news strat*/

.course-box {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.banking-details p {
    margin: 0 0 10px 0!important;
}


/* about strat*/

.about-img-wrap {
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}

.about-img-wrap .mask-img-wrap {
    -webkit-mask-image: url(../img/mask_img.png);
    mask-image: url(../img/mask_img.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 472px;
    width: 417px;
    margin: 0 auto;
}

.about-img-wrap .mask-img-wrap img {
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-img-wrap .shape img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.experience-year {
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #003465;
    border: 4px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.experience-year .icon {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f5fb;
    color: #ffffff;
    line-height: 0;
    font-size: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

ider-mobile-img {
    height: 360px !important;
    width: 180px !important;
    border-radius: 6px 6px 6px 6px;
}

.experience-year .content .circle {
    position: absolute;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.sub-title {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    /*color: var(--theme-color);*/
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: -0.34em;
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.experience-year .content .circle {
    position: absolute;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.experience-year .content .circle span {
    position: absolute;
    top: -64px;
    display: inline-block;
    transform-origin: 0 64px;
    color: #fff;
}

@media (max-width: 991.98px) {
    .about-img-wrap {
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .about-img-wrap .mask-img-wrap {
        height: 370px;
        width: 320px;
    }
}

@media (max-width: 767.98px) {
    .about-img-wrap .shape img {
        display: none;
    }
}


/* about end*/


/* mobile strat*/

.download4-thumb {
    position: relative;
}

.slide-app {
    position: relative;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 176px;
    margin-top: -373px;
    justify-content: center;
    display: inline-flex;
}

.slide-app:before {
    content: '';
    background-image: url(../img/mobile-bg.png);
    height: 396px;
    width: 265px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 4;
    top: -8px;
}

.mobile-app-section .carousel-indicators {
    bottom: 8px;
    border-radius: 50%;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

.slider-mobile-img {
    height: 360px !important;
    width: 180px !important;
    border-radius: 6px 6px 6px 6px;
}

.title-area {
    margin-bottom: calc(var(--section-title-space) - 10px);
    position: relative;
    z-index: 2;
}

.shape-mockup {
    position: absolute;
    z-index: 0;
}

.shepe-text.style4 {
    color: #003465;
    opacity: 0.1;
}

.shepe-text {
    font-weight: 700;
    font-size: 50px;
    line-height: 101px;
    color: rgba(239, 241, 249, 0.15);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.th-btn.style-radius {
    border-radius: 100px;
    padding: 11px 28px;
}

.th-btn.style7 {
    background-color: #141d38;
    color: #fff;
}

@media (max-width: 991px) {
    .space,
    .space-bottom {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .slide-app {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 576px) {
    .mobile-sec-title {
        font-size: 24px!important;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-sec-title {
        font-size: 24px!important;
    }
}

/* mobile end*/

@media only screen and (max-width: 576px) {
.footer-layout6 .scroll-top {
    bottom: 115px;
}
}