.mobile-nav-toggle {
    display: none
}

.ellipsis-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.padd_minus {
    padding-left: 45px !important
}

.ellipsis-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.pac-container {
    z-index: 9999
}

.ellipsis-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.header_logo {
    height: 45px;
    background-color: hsl(var(--color-white) / 100%);
    width: 100%
}

#header {
    transition: all .5s;
    z-index: 999;
    padding: 0;
    top: 50px;
    left: 0;
    width: 100%;
    box-shadow: 0 0 10px hsl(var(--color-black) / 10%);
    background: hsl(var(--color-white) / 100%);
    height: 45px
}

#header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .5px;
    position: absolute;
    top: 9px;
    z-index: 9
}

.header-scrolled {
    background-color: hsl(var(--color-black) / 50%);
    box-shadow: 0 0 10px hsl(var(--color-black) / 10%) !important;
    top: 0 !important
}

#header .logo a {
    color: hsl(var(--color-secondary-light))
}

#header .logo img {
    max-height: 50px;
    transition: .5s ease
}

#header .main-menu {
    padding: 0;
    margin: 0 0 0 20px;
    text-transform: uppercase;
    color: #242c42;
    position: relative;
    background-color: transparent;
    transition: all .3s ease-in-out
}

#header .button-search {
    cursor: pointer;
    padding: 6px 0 6px 20px;
    text-align: right
}

.nav-search {
    width: 320px;
    padding: 20px;
    background-color: hsl(var(--color-white));
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    position: absolute;
    right: 0;
    bottom: -98px
}

.nav-search form {
    display: table;
    width: 100%;
    height: 40px;
    border: 1px solid hsl(var(--color-dark))
}

.nav-search form input {
    border: none;
    display: table-cell;
    width: 225px;
    height: 40px;
    padding: 0 20px
}

.nav-search form .searchbutton {
    width: 50px;
    padding: 0;
    display: table-cell;
    border: none;
    box-shadow: none;
    background-color: transparent;
    height: 100%;
    text-align: right;
    padding-right: 20px;
    vertical-align: middle
}

.hide {
    display: none !important
}

.header_logo::after {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    background-color: hsl(var(--color-white) / 100%);
    height: 70px;
    width: 400px;
    z-index: -1;
    border-radius: 0 0 150px 0;
    box-shadow: 0 0 10px hsl(var(--color-black) / 10%)
}

@media (max-width:2100px) {
    .header_logo::after {
        width: 740px
    }
}

@media (max-width:1920px) {
    .header_logo::after {
        width: 570px
    }
}

@media (max-width:1680px) {
    .header_logo::after {
        width: 400px
    }
}

@media (max-width:1440px) {
    .header_logo::after {
        width: 400px
    }
}

.top_bar_btn button.btn {
    font-size: 13px
}

.top_bar_btn .btn-green:after {
    background-color: hsl(var(--color-white)) !important
}

.top_bar_btn button.btn:hover span {
    color: hsl(var(--color-dark))
}

.top_bar_btn,
.top_bar_profile {
    border-left: 2px solid hsl(var(--color-white))
}

.top_bar_profile .dropdown>a:hover {
    background-color: transparent !important;
    color: hsl(var(--color-white)) !important
}

#topbar .header-search input:first-child {
    width: 100%;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 13px;
    padding: 7px 40px 7px 16px;
    background-color: transparent;
    max-width: 100%;
    border: 2px solid hsl(var(--color-white) / 100%);
    color: hsl(var(--color-white) / 100%)
}

#topbar .header-search input:last-child {
    position: absolute;
    background-repeat: no-repeat !important;
    background-position: 97%;
    background-size: 16px !important;
    background: url(../img/search_new.png);
    border: 0;
    width: 40px;
    right: -6px;
    top: 10px
}

#topbar .header-search input::placeholder {
    color: hsl(var(--color-white) / 100%)
}

#topbar {
    background: hsl(var(--color-secondary) / 90%);
    height: 50px;
    font-size: 14px;
    transition: all .5s
}

#topbar.topbar-scrolled {
    top: -40px
}

#topbar .contact-info a {
    line-height: 1;
    color: hsl(var(--color-white) / 100%);
    transition: .3s
}

#topbar .contact-info a:hover {
    color: hsl(var(--color-light) / 80%)
}

#topbar .contact-info i {
    color: hsl(var(--color-white) / 100%);
    padding-right: 4px;
    margin-left: 15px
}

#topbar .contact-info i:first-child {
    margin-left: 0
}

#topbar .social-links a {
    color: hsl(var(--color-white) / 100%);
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    transition: .3s;
    font-size: 16px
}

#topbar .social-links a:hover {
    color: hsl(var(--color-primary));
    background: hsl(var(--color-white));
    border-radius: 50%
}

#topbar .social-links a:first-child {
    border-left: 0
}

#topbar.topbar-scrolled {
    top: -50px
}

.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-menu>ul {
    display: flex
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    margin-left: 28px
}

.nav-menu a {
    display: block;
    position: relative;
    color: hsl(var(--color-secondary));
    transition: .3s;
    font-size: 12px;
    padding: 12px 0 12px 0;
    text-transform: uppercase;
    font-weight: 500
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 20px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: hsl(var(--color-white));
    box-shadow: 0 0 10px hsl(var(--color-black) / 10%);
    transition: .3s
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.nav-menu a::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 0;
    background-color: hsl(var(--color-secondary));
    height: 2px;
    width: 0;
    transition: all .3s ease-out
}

.nav-menu .social_icons a::after {
    display: none
}

.social_icons a img {
    max-height: 30px
}

.nav-menu a:hover::after {
    width: 30px
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    border: none
}

.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul li:hover>a {
    color: hsl(var(--color-white))
}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px)
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px
}

.mobile-nav-toggle {
    position: fixed;
    right: 25px;
    top: 40px;
    z-index: 9998;
    border: 0;
    background: 0 0;
    font-size: 24px;
    transition: all .4s;
    outline: 0 !important;
    line-height: 1;
    cursor: pointer;
    text-align: right
}

.mobile-nav-toggle i {
    color: hsl(var(--color-secondary))
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 9999;
    overflow-y: auto;
    background: hsl(var(--color-primary));
    transition: ease-in-out .5s;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    padding: 90px 0;
    width: 50%
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-nav a {
    display: block;
    position: relative;
    color: hsl(var(--color-black));
    padding: 10px 20px;
    outline: 0;
    font-weight: 700;
    font-family: "Source Sans Pro";
    border-bottom: 1px dashed;
    text-align: center
}

.nav-menu a:hover {
    color: hsl(var(--color-black))
}

.mobile-nav .active>a,
.mobile-nav a:hover,
.mobile-nav li:hover>a {
    color: hsl(var(--color-secondary));
    text-decoration: none
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1"
}

.mobile-nav .drop-down>a {
    padding-right: 35px
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden
}

.mobile-nav .drop-down li {
    padding-left: 20px
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: hsl(var(--color-black) / 90%);
    overflow: hidden;
    display: none;
    transition: ease-in-out .2s
}

.mobile-nav-active {
    overflow: hidden
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible
}

.mobile-nav-active .mobile-nav-toggle i {
    color: hsl(var(--color-secondary))
}

.with_hover {
    display: none
}

.nav-menu .social_icons a:hover .with_hover {
    display: block
}

.nav-menu .social_icons a:hover .without_hover {
    display: none
}

.nav-menu .social_icons a {
    padding: 0;
    border-radius: 8px
}

.nav-menu .social_icons a:hover .hover_ico {
    display: block
}

.nav-menu .social_icons li {
    padding: 8px 0 8px 15px
}

@media (max-width:1023px) {
    #header {
        z-index: 997
    }

    #header .logo img {
        max-height: 80px;
        transition: .5s ease
    }

    .mobile-nav ul.social_icons {
        display: flex;
        justify-content: center;
        margin-top: 20px
    }

    .mobile-nav ul.social_icons a {
        padding-right: 0;
        border: 0
    }

    .mobile-nav-toggle {
        z-index: 99999
    }
}

@media (max-width:767px) {
    .mobile-nav-toggle {
        right: 10px;
        top: 26px
    }

    #header .logo img {
        max-height: 60px
    }

    #header a.comman_btn {
        padding: 10px 14px;
        margin-left: 0;
        margin-right: 44px;
        font-size: 14px;
        border: 2px solid hsl(var(--color-white));
        border-radius: 10px 20px 10px 20px
    }

    #header a.comman_btn:hover {
        border: 2px solid hsl(var(--color-primary));
        border-radius: 20px 10px 20px 10px
    }
}

.nav-menu .themes-nav ul {
    display: none;
    position: absolute;
    right: 0;
    padding: 0 15px 0;
    min-width: 260px;
    background: hsl(var(--color-white));
    box-shadow: 0 5px 10px rgb(0 0 0 / 25%);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.coaching_review_tab .exam_single_box strong {
    line-height: 20px;
    display: block
}

.nav-menu li.themes-nav.themes-nav_sub ul {
    top: 0;
    min-width: auto;
    right: -195px;
    max-width: 180px;
    width: 100%;
    padding: 0 8px 0;
    overflow: hidden
}

.nav-menu .themes-nav ul a:hover i {
    color: #fff
}

.nav-menu .themes-nav:hover>ul {
    opacity: 1;
    top: 103%;
    visibility: visible;
    display: block
}

.nav-menu .themes-nav ul li {
    float: left;
    display: inline;
    width: 100%
}

.nav-menu .themes-nav ul li a:hover {
    border-bottom: 3px solid hsl(var(--color-secondary) / 100%);
    background: hsl(var(--color-primary) / 100%);
    color: #fff
}

.nav-menu .themes-nav ul a {
    font-size: 14px;
    display: block;
    color: hsl(var(--color-dark));
    transition: .3s;
    border-bottom: 1px solid hsl(var(--color-dark) / 15%);
    padding: 8px 8px
}

.nav-menu .themes-nav ul li a::after {
    display: none
}

.nav-menu .themes-nav ul i {
    color: hsl(var(--color-primary));
    padding-right: 4px
}

body {
    padding-top: 96px;
    overflow-x: hidden
}

.btn.btn-green:focus {
    box-shadow: unset !important;
    outline: 0 !important
}

.btn.btn-green {
    background-color: hsl(var(--color-primary));
    color: #fff;
}

.btn {
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: all .2s ease
}

.text-transform-none {
    text-transform: none !important
}

.slider-item .slider-caption .btn p,
.slider-item .slider-caption .btn span {
    line-height: 46px;
    font-size: 22px;
    font-weight: 700;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    text-transform: capitalize
}

.btn.btn-green:after {
    position: absolute;
    content: "";
    right: 100%;
    background-color: hsl(var(--color-secondary));
    width: 100%;
    height: 100%;
    top: 0
}

.btn.btn-green:hover:after {
    right: 0
}

.btn.btn-green:focus span {
    color: hsl(var(--color-white))
}

.btn span {
    margin-bottom: 0 !important;
    position: relative;
    z-index: 10;
    display: inline-block;
    transition: all .25s ease
}

.btn.btn-404:after,
.btn.btn-blue:after,
.btn.btn-green-2:after,
.btn.btn-green-3:after,
.btn.btn-green:after,
.btn.btn-grey:after,
.btn.btn-transition-2:after,
.btn.btn-transition-3:after,
.btn.btn-transition:after {
    transition: all .5s ease
}

section {
    overflow: hidden;
    padding: 60px 0
}

.tranding_today h2 {
    position: absolute
}

.home_banner {
    background-image: linear-gradient(45deg, #ffffffc7, #ffffffc7), url(../img/bg-banner-4.png);
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 97px);
    width: 100%;
    display: block;
    padding: 100px 0 60px;
    overflow: unset
}

section#home_banner::before {
    content: "";
    background: var(--home-banner-before);
    background-size: 442px;
    background-position: 94% 47%;
    height: 100%;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.close,
input:focus {
    outline: 0 !important;
    opacity: 1
}

.home_banner .modal-dialog {
    max-width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0 !important;
    width: 100%;
    height: 100%
}

.tranding_slider {
    padding: 0 80px 0 180px
}

.tranding_today button.owl-prev {
    display: none
}

.tranding_today button.owl-next:focus {
    outline: 0
}

.tranding_today button.owl-next {
    background-image: url(../img/arrow-right.png) !important;
    height: 18px;
    background-size: 50px !important;
    width: 55px;
    text-indent: 10000000000000000px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    right: 0;
    z-index: 1;
    top: 5px;
    position: absolute
}

.tranding_today h2:after {
    content: "";
    height: 1px;
    width: 1px;
    border-style: solid;
    border-width: 5px;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-color: hsl(var(--color-primary)) hsl(var(--color-primary)) transparent transparent
}

.banner_tabs button.btn.dropdown-toggle {
    width: 100%;
    max-width: 100%;
    border: 0;
    line-height: normal;
    font-size: 16px;
    color: hsl(var(--color-primary)) !important;
    border-radius: 4px;
    border: 2px solid hsl(var(--color-wh) / 100%);
    padding: 15px 40px 10px 25px;
    height: 50px;
    background: #fff url(../img/arrow_down.png) no-repeat scroll 92.5% center;
    margin-left: 0;
    box-shadow: 0 0 6px hsl(var(--color-black) / 10%) !important;
    background-size: 18px !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.banner_tabs .comman_select {
    width: 100%;
    margin-right: 20px;
    z-index: 0
}

.banner_tabs .nav-tabs .nav-link:active,
.banner_tabs .nav-tabs .nav-link:focus {
    border-color: hsl(var(--color-light)) hsl(var(--color-light)) hsl(var(--color-light-dark));
    background-color: hsl(var(--color-white)) !important;
    color: hsl(var(--color-dark)) !important
}

.nav-tabs .nav-link:hover {
    border-color: hsl(var(--color-secondary)) hsl(var(--color-secondary)) hsl(var(--color-secondary-dark));
    background-color: hsl(var(--color-primary)) !important;
    color: hsl(var(--color-white)) !important
}

.banner_tabs .nav-tabs .nav-link.active {
    border-color: hsl(var(--color-light)) hsl(var(--color-light)) hsl(var(--color-light-dark));
    background-color: hsl(var(--color-white)) !important;
    color: hsl(var(--color-dark)) !important
}

.banner_tabs {
    background-color: hsl(var(--color-secondary) / 80%);
    padding: 20px 20px;
    max-width: 80%;
    margin: 20px auto 0;
    width: 100%;
    z-index: 1
}

#inner_banner .banner_tabs {
    max-width: 60%
}

.banner_tabs .nav-tabs .nav-link {
    border: 1px solid hsl(var(--color-white) / var(--transparency-0));
    color: hsl(var(--color-white))
}

.banner_tabs .bootstrap-select {
    width: 100% !important
}

.banner_tabs .bootstrap-select.show {
    z-index: 10
}

.dropdown-toggle::after {
    display: none !important
}

.bootstrap-select .dropdown-menu li a:hover,
.dropdown-item.active.selected {
    color: hsl(var(--color-white));
    background-color: hsl(var(--color-primary))
}

.bootstrap-select .dropdown-menu li a {
    padding: 8px 20px;
    font-size: 13px
}

.bootstrap-select .dropdown-menu li a:focus {
    outline: 0
}

.banner_tabs .btn {
    padding: 13px 22px;
    font-size: 16px
}

.blog_box,
.courses_box,
.exam_outter-box,
.latest_blog_box,
.recent_exam li a,
.top_featured,
.upcoming-entrance-outer {
    transition: .3s;
    cursor: pointer
}

.blog_box:hover,
.courses_box:hover,
.exam_outter-box:hover,
.latest_blog_box:hover,
.recent_exam li a:hover,
.top_featured:hover,
.upcoming-entrance-outer:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.group-title-index {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
    color: hsl(var(--color-secondary))
}

.group-title-index .top-title {
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-weight: 400;
    font-size: 16px;
    color: hsl(var(--color-dark))
}

.group-title-index .center-title {
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    line-height: 30px;
    color: hsl(var(--color-black))
}

.login-wrap {
    width: 100%;
    z-index: 99;
    margin: auto;
    max-width: 525px;
    min-height: 680px;
    position: relative;
    background: url(../img/bg-banner-3.jpg) no-repeat center;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
    background-position: 80%
}

#exampleModal1 .login-wrap {
    min-height: 570px
}

.login-html label.tab_heads {
    font-size: 30px;
    font-weight: 700;
    margin: 0
}

.login-html {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 60px 50px 40px 50px;
    background: hsl(var(--color-black) / 70%)
}

.login-form .group .button:focus,
.login-form .group .input:focus {
    outline: 0
}

.login-html .sign-in-htm,
.login-html .sign-up-htm {
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    backface-visibility: visible;
    transition: all .4s linear
}

.login-form .group .check,
.login-html .sign-in,
.login-html .sign-up {
    display: none
}

.login-form .group .button,
.login-form .group .label,
.login-html .tab {
    text-transform: uppercase
}

.login-html .tab {
    font-size: 22px;
    margin-right: 15px;
    padding-bottom: 5px;
    margin: 0 15px 10px 0;
    display: inline-block;
    border-bottom: 2px solid;
    color: hsl(var(--color-white));
    border-color: hsl(var(--color-white))
}

.login-html .sign-in:checked+.tab,
.login-html .sign-up:checked+.tab {
    color: hsl(var(--color-primary));
    border-color: hsl(var(--color-primary))
}

.login-form {
    position: relative
}

.login-form .group {
    margin-bottom: 15px
}

.login-form .group .button,
.login-form .group .input,
.login-form .group .label {
    width: 100%;
    color: hsl(var(--color-white));
    display: block
}

.login-form .group .button,
.login-form .group .input {
    border: none;
    padding: 15px 20px;
    border-radius: 25px;
    background: rgba(255, 255, 255, .1)
}

.login-form .group .label {
    color: hsl(var(--color-white));
    font-size: 12px
}

.login-form .group .button {
    background: hsl(var(--color-primary))
}

.login-form .group label .icon {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    background: rgba(255, 255, 255, .1)
}

.login-form .group label .icon:after,
.login-form .group label .icon:before {
    content: "";
    width: 10px;
    height: 2px;
    background: hsl(var(--color-white));
    position: absolute;
    transition: all .2s ease-in-out 0s
}

.login-form .group label .icon:before {
    left: 2px;
    width: 5px;
    bottom: 6px;
    transform: scale(0) rotate(0)
}

.login-form .group label .icon:after {
    top: 6px;
    right: 2px;
    transform: scale(0) rotate(0)
}

.login-form .group .check:checked+label {
    color: hsl(var(--color-white))
}

.login-form .group .check:checked+label .icon {
    background: hsl(var(--color-primary))
}

.login-form .group .check:checked+label .icon:before {
    transform: scale(1) rotate(45deg)
}

.login-form .group .check:checked+label .icon:after {
    transform: scale(1) rotate(-45deg)
}

.hr {
    height: 2px;
    margin: 40px 0 40px 0;
    background: rgba(255, 255, 255, .2)
}

.foot-lnk {
    text-align: center
}

.progress-bars {
    background-image: url(../img/background-count-number.png);
    background-repeat: repeat;
    background-position: center;
    width: 100%;
    color: hsl(var(--color-white) / 100%)
}

.progress-bars .container {
    height: 100%
}

.progress-bars .progress-bars-content {
    height: 100%
}

.progress-bars .progress-bar-wrapper {
    width: 100%;
    text-align: center
}

.progress-bars .progress-bar-wrapper .title-2 {
    margin-bottom: 50px
}

.progress-bars .progress-bar-wrapper .group-btn-slider {
    display: none
}

.progress-bar-number {
    text-align: center;
    font-weight: 900;
    font-size: 60px;
    margin-bottom: 50px
}

.progress-bar-number .num {
    position: relative;
    margin-bottom: 12px
}

.progress-bar-number .num:after {
    content: "+";
    margin-left: 5px
}

.progress-bar-number .num:before {
    content: "";
    position: absolute;
    width: 36px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -18px;
    background-color: hsl(var(--color-primary) / 100%)
}

.progress-bar-number .name-inner {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize
}

.off_box {
    background-color: hsl(var(--color-secondary) / 100%);
    color: hsl(var(--color-white));
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 0 0 4px 0
}

.hover_div {
    border: 1px dashed hsl(var(--color-white) / 80%);
    padding: 4px 0;
    transition: .3s
}

.coaching-course .btn::after,
.footer_wrapper a.search_btn::after,
.home_banner a.search_btn::after,
.inner_banner a.write_blog::after,
.offer_single_banner .compare_btn::after,
.progress-bars .btn::after {
    background-color: hsl(var(--color-white))
}

.coaching-course .btn:hover span,
.footer_wrapper a.search_btn:hover span,
.home_banner a.search_btn:hover span,
.inner_banner a.write_blog:hover span,
.offer_single_banner .compare_btn:hover span,
.progress-bars .btn:hover span {
    color: hsl(var(--color-primary))
}

.footer_wrapper .banner_tabs {
    background-color: hsl(var(--color-secondary-light) / 100%);
    margin-bottom: 50px
}

.footer_wrapper .footer_top h2 {
    letter-spacing: 1.2px
}

.footer_wrapper .footer_top h2::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -25px;
    background-color: hsl(var(--color-white));
    height: 6px;
    width: 100px;
    border-radius: 60px
}

.footer_wrapper .footer_link_block {
    background-color: hsl(var(--color-secondary) / 100%)
}

.footer_wrapper {
    background-color: hsl(var(--color-secondary) / 97%)
}

.footer_wrapper .footer_link_block .link_block .link_head {
    display: inline-block;
    font-weight: 900;
    margin-bottom: 20px;
    position: relative;
    font-size: 15px
}

.footer_wrapper .copyright-block img,
.footer_wrapper .share_block .bottom_block .social_share:hover {
    background: hsl(var(--color-white) / 100%);
    color: hsl(var(--color-primary));
    border-radius: 50%
}

.footer_wrapper .footer_link_block .link_block {
    margin-top: 34px;
    margin-bottom: 34px;
    text-align: center
}

.footer_wrapper .footer_link_block .link_block .link {
    display: table;
    font-weight: 700;
    padding: 4px 0;
    font-size: 12px
}

.footer_wrapper .footer_link_block .link_block span.link_head::after {
    content: "";
    width: 3px;
    height: 20px;
    position: absolute;
    top: 2px;
    background-color: hsl(var(--color-primary));
    left: -14px;
    right: auto;
    border-radius: 40px
}

.footer_wrapper .footer_link_block .link_block .link,
.footer_wrapper .footer_link_block .link_block .link_head {
    letter-spacing: .4px;
    color: hsl(var(--color-white));
    text-transform: capitalize;
    transition: .3s
}

.footer_wrapper .footer_link_block .link_block .link:hover {
    letter-spacing: .4px;
    color: hsl(var(--color-primary));
    text-transform: capitalize
}

span.app-label.text-h4 {
    color: hsl(var(--color-white));
    font-size: 16px
}

.footer_wrapper .copyright-block img,
.footer_wrapper .share_block .bottom_block .social_share {
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 5px;
    transition: .3s;
    color: hsl(var(--color-white))
}

.footer_wrapper .copyright-block p {
    display: inline-block;
    color: hsl(var(--color-white));
    margin-bottom: 0
}

.btn_upcoming .set_reminder {
    background-color: hsl(var(--color-secondary))
}

.btn_upcoming .set_reminder::after {
    background-color: hsl(var(--color-primary))
}

.about_details ul {
    list-style-type: circle
}

.hover_fade_img img {
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.hover_fade_img {
    overflow: hidden;
    cursor: pointer
}

.hover_fade_img:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.prents_details img {
    border-radius: 50%;
    width: 80px !important;
    height: 80px;
    border: 2px solid;
    padding: 3px;
    object-fit: cover
}

.review_box_inner::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 0;
    bottom: -30px;
    left: 35px;
    right: auto;
    box-sizing: border-box;
    border: 1em solid hsl(var(--color-white));
    border-color: transparent transparent hsl(var(--color-light)) hsl(var(--color-light));
    transform-origin: 0 0;
    box-shadow: -4px 4px 6px -3px hsl(var(--color-black) / 46%);
    transform: rotate(-45deg)
}

.review_box_inner {
    margin-bottom: 36px
}

.review_box {
    margin: 0 12px
}

ol.breadcrumb {
    background: 0 0;
    padding: 0
}

.breadcrumb-item+.breadcrumb-item::before {
    color: hsl(var(--color-wh))
}

.inner_banner {
    padding: 100px 0 80px;
    background: linear-gradient(-550deg, hsl(var(--color-primary)), hsl(var(--color-secondary)))
}

.inner_banner_2 {
    padding: 100px 0 80px;
    background: linear-gradient(-550deg, hsl(var(--color-secondary)), hsl(var(--color-primary)))
}

.post_heading h4 {
    margin-left: -10px;
    width: 103%;
    border-radius: 0 4px 0 0
}

.blog_post_list li.active {
    background: hsl(var(--color-secondary))
}

.blog_post_list li.active a {
    color: hsl(var(--color-white))
}

.blog_post_list li {
    transition: .5s
}

.blog_post_list li a {
    color: hsl(var(--color-secondary))
}

.blog_post_list li:hover {
    background: hsl(var(--color-dark) / 13%);
    color: hsl(var(--color-secondary))
}

.blog_single ul.blog_post_list {
    list-style: circle
}

.blog_single ul.blog_post_list li:hover {
    color: hsl(var(--color-secondary));
    transform: translateY(-5px)
}

.border-dashed-2px-success {
    border: 2px dashed hsl(var(--color-success))
}

.post_heading h4:after {
    content: "";
    height: 1px;
    width: 1px;
    border-style: solid;
    border-width: 5px;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-color: hsl(var(--color-primary)) hsl(var(--color-primary)) transparent transparent
}

.blog-section .basic-effect:after {
    position: absolute;
    content: "";
    background: linear-gradient(-180deg, hsl(var(--color-primary)) 0, hsl(var(--color-primary) / 80%));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-section .basic-effect:hover>div {
    -webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-section .basic-effect:hover:after {
    opacity: .7;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog-section .basic-effect>div {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog_box .shadow img {
    max-height: 220px;
    width: 100%;
    object-fit: cover
}

.social_icon .twitter {
    background: hsl(var(--color-blue))
}

.social_icon .facebook {
    transition: .5s;
    background: hsl(var(--color-blue-dark))
}

.social_icon .linkedin {
    background: hsl(var(--color-blue-light))
}

.exam_single_box {
    transition: .5s;
    transform-origin: 100% 0;
    transform: translateZ(0);
    justify-content: center
}

.exam_single_box:hover {
    animation-name: wobble-bottom;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.exam_single_box:before {
    content: "";
    position: absolute;
    border: #d5d5d5 solid 4px;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    transition-duration: .3s;
    transition-property: top right bottom left
}

.exam_single_box:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1
}

@keyframes wobble-bottom {
    16.65% {
        transform: skew(-10deg)
    }

    33.3% {
        transform: skew(8deg)
    }

    49.95% {
        transform: skew(-4deg)
    }

    66.6% {
        transform: skew(3deg)
    }

    83.25% {
        transform: skew(-1deg)
    }

    100% {
        transform: skew(0)
    }
}

.blog_single {
    overflow: unset
}

.top_featured_bg {
    min-height: 100%;
    background-size: cover;
    background-position: center;
    width: 100%
}

.choose-future .nav-tabs {
    border: 1px solid hsl(var(--color-light-dark));
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 70%;
    margin: -10px auto 0
}

.choose-future .nav-tabs .nav-link:hover {
    border-radius: 0;
    background-color: hsl(var(--color-secondary)) !important
}

.choose-future .nav-tabs .nav-link.active {
    border-radius: 0;
    background-color: hsl(var(--color-primary)) !important;
    color: hsl(var(--color-white)) !important
}

.choose-future .nav-tabs a {
    margin-bottom: 0;
    flex: 0 0 33.33%;
    float: none
}

.enroll_product .nav-tabs {
    max-width: 20%
}

.ellipsis-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis-3+a {
    display: inline-block;
    vertical-align: top;
    margin-top: -1px
}

.ellipsis-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.choose-future .nav-tabs a,
.enroll_product .nav-tabs a {
    font-size: 22px;
    color: hsl(var(--color-secondar));
    letter-spacing: 1px;
    border: 0 solid hsl(var(--color-white)) !important;
    position: relative;
    background: 0 0 !important;
    text-transform: capitalize;
    overflow: hidden;
    font-weight: 700;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    padding: 10px 0 10px;
    text-align: center
}

.choose-future .nav-tabs a.active {
    color: hsl(var(--color-secondary))
}

.choose_future_outter .col:hover {
    background: hsl(var(--color-secondary) / 6%) !important;
    border-radius: 5px;
    box-shadow: 0 3px 6px 1px hsl(var(--color-secondary) / 28%)
}

.choose_future_outter .col:hover h4,
.choose_future_outter .col:hover p,
.choose_future_outter .col:hover span {
    color: hsl(var(--color-primary)) !important
}

.choose_future_outter .col {
    min-width: 19%;
    border-radius: 100px;
    transition: .3s
}

.bg-all-section {
    background: linear-gradient(45deg, hsl(var(--color-secondary) / 90%), hsl(var(--color-secondary) / 90%)) !important;
    --switch: calc((var(--secondary-color-l) - var(--contrastThreshold)) * -100);
    color: hsl(0, 0%, var(--switch%))
}

.bootstrap-select .dropdown-menu li.dropdown-header {
    padding-left: 9px;
    text-transform: uppercase;
    background: hsl(var(--color-secondary) / 8%)
}

section#about_coaching_select {
    background: linear-gradient(0deg, hsl(var(--color-secondary) / 5%), hsl(var(--color-secondary) / 0)) !important
}

#topbar .social-links a[data-toggle]:hover {
    color: hsl(var(--color-primary));
    background: hsl(var(--color-white));
    border-radius: 50px
}

.AD_slider .owl-stage {
    display: flex;
    align-items: center
}

.AD_slider .owl-stage img {
    width: auto !important;
    height: 50px;
    margin: 0 auto
}

.sidebarwidget .widget_text {
    height: calc(100vh - 220px);
    overflow: auto
}

.sidebarwidget {
    top: 165px
}

.blog_social_list li a {
    background-color: hsl(var(--color-primary));
    transition: all .5s
}

.blog_social_list li a:hover {
    background-color: hsl(var(--color-secondary))
}

.search-coaching-card-img {
    filter: drop-shadow(1px 1px 3px #fff)
}

.exam_single_banner .col p {
    line-height: 23px
}

.brouche_boxes h3 {
    transform: rotate(270deg)
}

.coaching-slider .search-coaching-card-img {
    width: auto !important;
    margin: 0 auto
}

.coaching-slider button.owl-prev,
.courses_dropdown_slider button.owl-prev,
.enroll_product_slider button.owl-prev,
.gallery_photos1 button.owl-prev {
    background-image: url(../img/arrow_left_color.png) !important;
    height: 45px;
    background-size: 26px !important;
    width: 45px;
    text-indent: 10000000000000000px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    left: -60px;
    z-index: 1;
    top: 46%;
    position: absolute;
    border: 1px solid #bf3845 !important;
    border-radius: 4px;
    transition: all .5s
}

button.owl-next,
button.owl-prev {
    outline: 0 !important
}

.coaching-slider button.owl-next,
.courses_dropdown_slider button.owl-next,
.enroll_product_slider button.owl-next,
.gallery_photos1 button.owl-next {
    background-image: url(../img/arrow_right_color.png) !important;
    height: 45px;
    background-size: 26px !important;
    width: 45px;
    text-indent: 10000000000000000px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    right: -60px;
    z-index: 1;
    top: 46%;
    position: absolute;
    border: 1px solid #bf3845 !important;
    border-radius: 4px;
    transition: all .5s
}

.coaching-slider button.owl-next:hover,
.gallery_photos button.owl-next,
.gallery_photos1 button.owl-next:hover,
.our_team_slider button.owl-next:hover {
    border: 1px solid hsl(var(--color-secondary)) !important;
    background-image: url(../img/arrow_right_dark.png) !important
}

.coaching-slider button.owl-prev:hover,
.gallery_photos button.owl-prev,
.gallery_photos1 button.owl-prev:hover,
.our_team_slider button.owl-prev:hover {
    border: 1px solid hsl(var(--color-secondary)) !important;
    background-image: url(../img/arrow_left_dark.png) !important
}

.gallery_photos1 button.owl-next,
.gallery_photos1 button.owl-prev {
    top: 39%
}

.gallery_photos button.owl-next,
.gallery_photos button.owl-prev,
.our_team_slider button.owl-next,
.our_team_slider button.owl-prev {
    background-image: url(../img/arrow_right_color.png) !important;
    height: 35px;
    background-size: 14px !important;
    width: 35px;
    text-indent: 10000000000000000px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    z-index: 1;
    border: 1px solid #bf3845 !important;
    border-radius: 4px;
    transition: all .5s;
    margin-left: 10px
}

.gallery_photos button.owl-prev,
.our_team_slider button.owl-prev {
    background-image: url(../img/arrow_left_color.png) !important
}

.gallery_photos .owl-nav {
    position: absolute;
    top: -65px;
    right: 10px
}

.our_team_slider .owl-nav {
    position: absolute;
    top: -40px;
    right: 0;
    background-color: #fff
}

.tab_offer .nav-tabs .nav-item .nav-link,
.tab_offer .nav-tabs .nav-link {
    color: hsl(var(--color-white));
    background-color: hsl(var(--color-secondary));
    border-color: hsl(var(--color-light-dark)) hsl(var(--color-light-dark)) hsl(var(--color-white));
    border-radius: 0;
    width: 14%;
    text-align: center;
    border-right: 1px solid #fff !important
}

.tab_offer .nav-tabs a:first-child {
    border-radius: 4px 0 0 4px
}

.tab_offer .nav-tabs a:last-child {
    border-radius: 0 4px 4px 0
}

.nav-tabs .nav-link.active,
.tab_offer .nav-tabs .nav-item .nav-link {
    background-color: hsl(var(--color-primary));
    color: hsl(var(--color-white))
}

.fees_and_courses_tabs .nav-item .nav-link {
    width: auto !important;
    border-radius: 50px !important;
    border: 0;
    margin-right: 10px;
    font-size: 14px;
    background-color: hsl(var(--color-secondary));
    color: hsl(var(--color-white)) !important;
    padding: 8px 16px
}

.fees_and_courses_tabs .nav-tabs .nav-link.active,
.fees_and_courses_tabs .nav-tabs .nav-link:hover {
    background-color: hsl(var(--color-primary)) !important;
    color: hsl(var(--color-white)) !important
}

.slides_box {
    margin: 0 -16px
}

.ask_ques .review_select_box button.btn.dropdown-toggle {
    max-width: 100%;
    background-color: hsl(var(--color-white)) !important;
    color: hsl(var(--color-secondary)) !important;
    border: 1px solid #e2e2e2
}

.review_select_box button.btn.dropdown-toggle {
    width: 100%;
    max-width: 80%;
    border: 0;
    line-height: normal;
    font-size: 13px;
    color: hsl(var(--color-primary)) !important;
    border-radius: 4px;
    border: 0;
    padding: 14px 27px 10px 14px;
    height: 42px;
    background: #fff url(../img/arrow_down.png) no-repeat scroll 92.5% center;
    margin-left: auto;
    box-shadow: 0 0 6px hsl(var(--color-black) / 10%) !important;
    background-size: 13px !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.qna_select_box button.btn.dropdown-toggle {
    width: 100%;
    max-width: 80%;
    border: 0;
    line-height: normal;
    font-size: 13px;
    color: hsl(var(--color-primary)) !important;
    border-radius: 4px;
    border: 0;
    padding: 14px 27px 10px 14px;
    height: 42px;
    background: #fff url(../img/arrow_down.png) no-repeat scroll 92.5% center;
    margin-left: auto;
    box-shadow: 0 0 6px hsl(var(--color-black) / 10%) !important;
    background-size: 13px !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.qna_select_box .dropdown.bootstrap-select,
.review_select_box .dropdown.bootstrap-select {
    width: 100% !important
}

.form-group textarea::placeholder {
    color: hsl(var(--color-secondary));
    font-size: 14px
}

.form-group textarea {
    font-size: 14px
}

.ask_img img {
    max-width: 400px;
    margin: 0 auto
}

a.filterssss::before {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 22px
}

a.filterssss::before {
    content: "\f107";
    transform: rotate(0)
}

a.filterssss.collapsed::before {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 22px;
    transform: rotate(-90deg)
}

.about_offer .courses_box strong {
    line-height: 20px;
    display: block
}

.comman_select.select_box_2 label {
    background-color: hsl(var(--color-light) / 70%) !important
}

.faculty_courses .prents_details img {
    width: 70px !important;
    height: 70px
}

.video_tabs ul li a.active,
.video_tabs ul li a:hover {
    background: hsl(var(--color-secondary));
    color: hsl(var(--color-white)) !important
}

.play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(hsl(var(--color-primary)) 50%, hsl(var(--color-primary) / var(--transparency)) 52%);
    --transparency: 66%;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden
}

.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid hsl(var(--color-white));
    z-index: 100;
    transition: all .4s cubic-bezier(.55, .055, .675, .19)
}

.play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid hsl(var(--color-primary)) b3;
    top: -15%;
    left: -15%;
    background: hsl(var(--color-red) / var(--transparency-0))
}

.play-btn:hover::after {
    border-left: 15px solid hsl(var(--color-primary));
    transform: scale(20)
}

.play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid hsl(var(--color-white));
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0
}

.video-box img {
    max-width: 470px;
    width: 100%;
    height: 215px;
    object-fit: cover
}

.accordion-list li {
    background: #fff;
    border-radius: 4px
}

.accordion-list a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding-right: 30px;
    outline: 0;
    padding: 16px 24px
}

.accordion-list a.collapsed {
    color: #343a40
}

.accordion-list span {
    color: hsl(var(--color-primary)) !important;
    font-weight: 600;
    font-size: 17px;
    padding-right: 6px
}

.accordion-list a.collapsed .icon-show {
    display: inline-block
}

.accordion-list .icon-show {
    display: none
}

.accordion-list a.collapsed .icon-close {
    display: none
}

.accordion-list li+li {
    margin-top: 15px
}

.accordion-list li p {
    padding: 0 53px 30px;
    font-size: 15px
}

.accordion-list a i {
    float: right;
    color: hsl(var(--color-dark)) !important;
    font-size: 24px
}

.load_more_outer,
.load_more_outer1,
.load_more_outer2 {
    display: none
}

.rating {
    width: 100%;
    margin: 0 auto 0;
    font-size: 45px;
    overflow: hidden
}

.rating input {
    float: right;
    opacity: 0;
    position: absolute
}

.rating a,
.rating label {
    float: right;
    color: #aaa;
    text-decoration: none;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.rating a:focus,
.rating a:focus~a,
.rating a:hover,
.rating a:hover~a,
.rating input:focus~label,
.rating label:hover,
.rating label:hover~label {
    color: orange;
    cursor: pointer
}

.rating2 {
    direction: rtl
}

.rating2 a {
    float: none
}

.find_coaching input:first-child {
    width: 100%;
    border-radius: 50px;
    text-transform: capitalize;
    padding: 6px 40px 6px 16px;
    background-color: transparent;
    max-width: 100%;
    border: 2px solid hsl(var(--color-secondary) / 100%);
    color: hsl(var(--color-secondary) / 100%);
    height: 40px;
    font-size: 14px
}

.find_coaching input:last-child {
    position: absolute;
    background-repeat: no-repeat !important;
    background-position: 97%;
    background-size: 16px !important;
    background: url(../img/serach-icon.png);
    border: 0;
    width: 20px;
    right: 14px;
    filter: brightness(0);
    top: 6px;
    transform: rotate(270deg)
}

.disable_collage_box .close i,
.disable_collage_box h2,
.disable_collage_box strong {
    color: hsl(var(--color-dark) / 30%)
}

.our_question ol li {
    margin-bottom: 8px
}

.our_question {
    max-height: 160px;
    overflow: hidden;
    line-height: 14px;
    font-size: 13px
}

.collages_compare .main_heading h2::after,
.contact_page .contact_heading::after,
.counselling-testimonials-slider h2:after,
.hover_info_part h2:after,
.result_box .inner-text h2::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 3px;
    width: 40px;
    background-color: hsl(var(--color-secondary) / 100%)
}

.collages_compare .main_heading h2 {
    filter: brightness(20.5)
}

.collages_compare .comparision_btn::after {
    background-color: hsl(var(--color-white))
}

.collages_compare .comparision_btn:active,
.collages_compare .comparision_btn:hover {
    color: hsl(var(--color-primary)) !important
}

.ask_question_modal .modal-dialog {
    max-width: 700px
}

.ask_question_modal .fstElement {
    border: 1px solid #d3d9de;
    border-radius: 4px;
    font-size: 11px;
    color: hsl(var(--color-secondary))
}

.ask_question_modal .fstElement::placeholder {
    color: hsl(var(--color-secondary))
}

.ask_question_modal .fstMultipleMode .fstControls {
    width: 46em;
    height: auto;
    padding: 3px 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.ask_question_modal .fstChoiceItem {
    border: 1px solid hsl(var(--color-secondary));
    background-color: hsl(var(--color-secondary));
    padding: 1px 20px 2px 8px;
    margin-top: 4px
}

.ask_question_modal .fstChoiceRemove {
    right: 0;
    left: auto
}

.ask_question_modal .fstResultItem.fstFocused {
    color: hsl(var(--color-white));
    background-color: hsl(var(--color-primary));
    border-color: hsl(var(--color-primary))
}

.our_team_slider h2 {
    margin: 0 -16px;
    line-height: 22px
}

.hover_linkden {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: -100%;
    height: 90%;
    width: 90%;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transform: translate(-50%, -50%);
    background: hsl(var(--color-secondary) / 90%);
    padding: 22px
}

.team_box:hover .hover_linkden {
    left: 50%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.hover_linkden a {
    background: hsl(var(--color-primary) / 100%)
}

.team_box {
    cursor: pointer
}

.our_team_slider .owl-stage {
    padding: 20px 0
}

.our_team_slider .owl-item img,
.result_box span img {
    object-fit: cover
}

section#get_offer {
    overflow: unset !important;
    margin-top: -100px
}

.offer_single_banner {
    padding-bottom: 120px;
    background: linear-gradient(150deg, hsl(var(--color-secondary) / 100%) 57%, hsl(var(--color-primary)) 50%)
}

.contact_outer {
    background-color: hsl(var(--color-light) / 100%);
    padding: 40px 50px
}

.contact_outer .form-group {
    margin-bottom: 30px
}

.contact_outer .form-group .form-field .form-control {
    background: 0 0;
    border: 1px solid hsl(var(--color-secondary));
    border-radius: 4px;
    color: hsl(var(--color-dark));
    font-size: 14px;
    height: 50px
}

.contact_outer .form-control-placeholder {
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 1;
    padding: 15px 7px;
    -webkit-transform: translate3d(15%, 0, 0);
    transform: translate3d(15%, 0, 0)
}

.contact_outer .form-control:focus+.form-control-placeholder,
.contact_outer .form-control:valid+.form-control-placeholder {
    -webkit-transform: translate3d(15%, -54%, 0);
    transform: translate3d(15%, -54%, 0);
    opacity: 1;
    background-color: #f6f7f9;
    padding: 0 7px 0 !important
}

.contact_outer .form-control-placeholder:focus,
.contact_outer .form-control:focus {
    outline: 0;
    box-shadow: unset
}

.contact_outer .form-group .form-field textarea.form-control {
    height: 110px;
    resize: none
}

.contact_page {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
    background-position: center
}

.contact_page .contact_heading::after {
    width: 60px;
    right: auto;
    left: 0;
    bottom: -18px
}

.contact_details span {
    transform: rotate(270deg);
    position: absolute;
    left: -108px;
    top: 42%
}

.contact_details:hover {
    right: 0
}

.hover_info_part {
    border-radius: 30px 0 0 30px
}

.offer_single_banner .btn-outline-white:hover {
    background-color: hsl(var(--color-white)) !important;
    opacity: 1 !important;
    border-color: hsl(var(--color-white)) !important;
    color: hsl(var(--color-secondary)) !important
}

.offer_single_banner .btn-outline-white:hover i {
    color: hsl(var(--color-secondary)) !important
}

.tab_offer a.active-tab,
.tab_offer a:hover {
    background-color: hsl(var(--color-primary)) !important
}

.fees_and_courses_tabs .nav-tabs .nav-item {
    margin-bottom: 20px;
    text-align: center
}

html {
    scroll-behavior: smooth
}

.pie-wrapper {
    height: 65px;
    width: 65px;
    float: left;
    margin: 0;
    position: relative
}

.pie-wrapper .pie {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.pie-wrapper .pie .half-circle {
    height: 100%;
    width: 100%;
    border: .1em solid #3498db;
    border-radius: 50%;
    clip: rect(0, 70px, 80px, 0);
    left: 0;
    position: absolute;
    top: 0
}

.pie-wrapper .label {
    border-radius: 50%;
    bottom: 0;
    font-size: 14px;
    left: 0;
    padding: 20px 0 12px;
    line-height: 0;
    position: absolute;
    right: 0;
    text-align: center;
    display: flex;
    top: 0;
    align-items: center;
    justify-content: center
}

.overview_section a.courses_box,
.result_section a.courses_box {
    border: 1px solid
}

.pie-wrapper .shadow {
    height: 100%;
    width: 100%;
    border: .1em solid hsl(var(--color-white));
    border-radius: 50%
}

.pie-wrapper.style-2 .label {
    background: 0 0;
    color: hsl(var(--color-white))
}

.pie-wrapper.progress-45 .pie .half-circle {
    border-color: hsl(var(--color-success))
}

.pie-wrapper.progress-45 .pie .left-side {
    transform: rotate(162deg)
}

.set-size {
    font-size: 4em
}

.cut_box .top_icon {
    width: 84%
}

#inner_banner .aroundtabs_banner {
    max-width: 100%
}

.map_frame iframe {
    height: 370px;
    width: 90%;
    border-radius: 5px
}

.exam_border {
    border-color: hsl(var(--color-success) / 30%) !important
}

.exam-eligibility {
    padding: 110px 0 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

.exam-eligibility::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: hsl(var(--color-primary) / 80%)
}

.input-group-btn input {
    position: absolute;
    opacity: 0;
    background: #f20;
    height: 38px;
    width: 164px
}

.attach-field a {
    height: 36px;
    background: hsl(var(--color-secondary) / 100%);
    border: 0;
    width: 128px;
    margin-right: 0;
    padding: 0 15px;
    color: hsl(var(--color-white));
    text-align: center;
    display: block;
    line-height: 39px;
    font-size: 15px
}

.persnol-details a.select_tabs {
    background-color: hsl(var(--color-secondary)) !important;
    color: hsl(var(--color-white)) !important;
    border: 1px solid hsl(var(--color-secondary)) !important
}

.select_subjects .custom-control-label span {
    position: relative;
    z-index: 1;
    color: hsl(var(--color-white));
    font-size: 13px
}

.select_subjects .custom-control-input:checked~.custom-control-label::before {
    color: hsl(var(--color-white));
    border-color: hsl(var(--color-primary));
    background-color: hsl(var(--color-primary))
}

.select_subjects .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: middle;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center
}

.select_subjects .custom-control-label::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 0 25px;
    opacity: 1;
    height: 39px;
    pointer-events: none;
    display: flex;
    align-items: center;
    content: "";
    background-color: hsl(var(--color-secondary));
    border: 0;
    color: hsl(var(--color-white));
    border-radius: 50px
}

.select_subjects .custom-control-label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 39px;
    content: "";
    background: no-repeat 50%/50% 50%;
    z-index: -1
}

.select_subjects .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 84px;
    height: 40px;
    opacity: 0
}

.select_subjects .custom-control {
    min-height: 30px;
    padding-left: 0;
    display: flex
}

.range-slider {
    width: 100%
}

.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: 0;
    padding: 0;
    margin: 0
}

.range-slider__range::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: hsl(var(--color-secondary));
    cursor: pointer;
    transition: background .15s ease-in-out
}

.range-slider__range::-webkit-slider-thumb:hover {
    background: hsl(var(--color-primary))
}

.range-slider__range:active::-webkit-slider-thumb {
    background: hsl(var(--color-primary))
}

.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    transition: background .15s ease-in-out
}

.range-slider__range::-moz-range-thumb:hover {
    background: hsl(var(--color-primary))
}

.range-slider__range:active::-moz-range-thumb {
    background: hsl(var(--color-primary))
}

.range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px hsl(var(--color-white)), 0 0 0 6px hsl(var(--color-primary))
}

.range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: hsl(var(--color-white));
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: hsl(var(--color-secondary)) !important;
    padding: 5px 10px;
    margin-left: 8px
}

.range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid hsl(var(--color-secondary));
    border-bottom: 7px solid transparent;
    content: ""
}

::-moz-range-track {
    background: #d7dcdf;
    border: 0
}

.scroll-to-top-pos {
    top: -280px
}

.impo-dates-no {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 17px #fff, 0 0 5px #fff
}

.pulse-button {
    position: relative;
    width: 100px;
    height: 100px;
    border: none;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
    border-radius: 50%;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1)
}

a:hover .pulse-button {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0)
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0)
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0)
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0)
    }
}

.offer-animation {
    -webkit-animation: offer-animation 1.25s infinite cubic-bezier(.46, .03, .52, .96);
    -moz-animation: offer-animation 1.25s infinite cubic-bezier(.46, .03, .52, .96);
    -ms-animation: offer-animation 1.25s infinite cubic-bezier(.46, .03, .52, .96);
    animation: offer-animation 1.25s infinite cubic-bezier(.46, .03, .52, .96)
}

@-webkit-keyframes offer-animation {
    0% {
        color: hsl(var(--color-success));
        transform: scale(1)
    }

    30% {
        color: hsl(var(--color-secondary));
        transform: scale(1.2)
    }

    70% {
        color: hsl(var(--color-secondary));
        transform: scale(1.2)
    }

    100% {
        color: hsl(var(--color-success));
        transform: scale(1)
    }
}

@-moz-keyframes offer-animation {
    0% {
        color: hsl(var(--color-success));
        transform: scale(1)
    }

    30% {
        color: hsl(var(--color-secondary));
        transform: scale(1.2)
    }

    70% {
        color: hsl(var(--color-secondary));
        transform: scale(1.2)
    }

    100% {
        color: hsl(var(--color-success));
        transform: scale(1)
    }
}

@-ms-keyframes offer-animation {
    0% {
        color: hsl(var(--color-success));
        transform: scale(1)
    }

    30% {
        color: hsl(var(--color-secondary));
        transform: scale(1.2)
    }

    70% {
        color: hsl(var(--color-secondary));
        transform: scale(1.2)
    }

    100% {
        color: hsl(var(--color-success));
        transform: scale(1)
    }
}

@keyframes offer-animation {
    0% {
        color: hsl(var(--color-success));
        transform: scale(1)
    }

    30% {
        color: hsl(var(--color-secondary));
        transform: scale(1.2)
    }

    70% {
        color: hsl(var(--color-secondary));
        transform: scale(1.2)
    }

    100% {
        color: hsl(var(--color-success));
        transform: scale(1)
    }
}

.ask_que_expert a::before {
    content: "";
    background: url(../img/child-laptop.png);
    position: absolute;
    top: -60px;
    left: 0;
    transform: rotate(4deg);
    width: 106px;
    height: 65px;
    z-index: 100000;
    background-size: 100%;
    background-repeat: no-repeat
}

.avatar-wrapper {
    transition: all .3s ease;
    background-color: #fff
}

.avatar-wrapper:hover {
    transform: scale(1.05);
    cursor: pointer
}

.avatar-wrapper:hover .profile-pic {
    opacity: 0
}

.avatar-wrapper .profile-pic {
    height: 100%;
    width: 100%;
    transition: all .3s ease
}

.avatar-wrapper .profile-pic:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 69px;
    background: #ecf0f1;
    color: #34495e;
    text-align: center
}

.avatar-wrapper .upload-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.avatar-wrapper .upload-button .fa-arrow-circle-up {
    position: absolute;
    font-size: 100px;
    top: 3px;
    left: -1px;
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
    color: #34495e
}

.avatar-wrapper .upload-button:hover .fa-arrow-circle-up {
    opacity: 1
}

.persnol-details .show>label.btn-light.dropdown-toggle,
.persnol-details label.btn-light:not(:disabled):not(.disabled).active,
.persnol-details label.btn-light:not(:disabled):not(.disabled):active {
    --switch: calc((var(--secondary-color-l) - var(--contrastThreshold)) * -100);
    color: hsl(0, 0%, var(--switch%));
    background-color: hsl(var(--color-secondary));
    border-color: hsl(var(--color-secondary))
}

.persnol-details label.btn-light {
    padding-left: 36px
}

.persnol-details label.btn-light:before {
    content: "";
    position: absolute;
    top: 0;
    left: 7px;
    bottom: 0;
    border: 2px solid hsl(var(--color-secondary));
    border-radius: 100px;
    height: 20px;
    width: 20px;
    margin: auto;
    transform: rotate(0)
}

.persnol-details label.btn-light:not(:disabled):not(.disabled).active:before,
.persnol-details label.btn-light:not(:disabled):not(.disabled):active:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 12px;
    bottom: 0;
    border: 2px solid hsl(var(--color-white));
    border-radius: 0;
    height: 20px;
    width: 11px;
    margin: auto;
    border-left: none;
    border-top: 0;
    transform: rotate(45deg);
    transition: .2s all
}

.pr-80px {
    padding-right: 80px
}

.persnol-details button.btn.dropdown-toggle.btn-light {
    border: 1px solid silver;
    padding: 8px 12px;
    height: 38px;
    background: #fff url(../img/arrow_down.png) no-repeat scroll 92.5% center;
    background-size: 15px;
    font-size: 14px
}

.persnol-details .name-box .form-group input {
    color: hsl(var(--color-secondary));
    background-color: hsl(var(--color-white));
    border: 1px solid hsl(var(--color-white))
}

.overflow-unset {
    overflow: unset !important
}

.profile-menu-position {
    top: 170px
}

.profile-menu-position .nav-tabs .nav-link.active {
    border-color: hsl(var(--color-secondary)) hsl(var(--color-secondary)) hsl(var(--color-secondary-dark));
    background-color: hsl(var(--color-primary)) !important;
    color: hsl(var(--color-white)) !important
}

.slider .tooltip.top {
    opacity: 1
}

.slider .tooltip.top .tooltip-arrow {
    width: 20px;
    height: 20px;
    background: #000;
    transform: rotate(45deg);
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1
}

.slider.slider-horizontal {
    width: 100% !important;
    height: 20px
}

.slider-track {
    background-image: -webkit-linear-gradient(top, hsl(var(--color-gray) / 50%) 0, hsl(var(--color-gray) / 50%) 100%) !important;
    background-image: -o-linear-gradient(top, hsl(var(--color-gray) / 50%) 0, hsl(var(--color-gray) / 50%) 100%) !important;
    background-image: linear-gradient(to bottom, hsl(var(--color-gray) / 50%) 0, hsl(var(--color-gray) / 50%) 100%) !important;
    border-radius: 0 !important
}

.slider-selection {
    background-image: -webkit-linear-gradient(top, hsl(var(--color-secondary)) 0, hsl(var(--color-secondary)) 100%) !important;
    background-image: -o-linear-gradient(top, hsl(var(--color-secondary)) 0, hsl(var(--color-secondary)) 100%) !important;
    background-image: linear-gradient(to bottom, hsl(var(--color-secondary)) 0, hsl(var(--color-secondary)) 100%) !important;
    border-radius: 0 !important
}

.slider-handle {
    background: hsl(var(--color-primary)) !important
}

.preferences button.btn.dropdown-toggle {
    width: 100%;
    max-width: 100%;
    border: 0;
    line-height: normal;
    font-size: 16px;
    color: hsl(var(--color-primary)) !important;
    border-radius: 4px;
    border: 2px solid hsl(var(--color-gray) / 22%) !important;
    padding: 15px 40px 10px 25px !important;
    height: 50px !important;
    background: #fff url(../img/arrow_down.png) no-repeat scroll 92.5% center;
    margin-left: 0;
    box-shadow: 0 0 6px hsl(var(--color-black) / 10%) !important;
    background-size: 18px !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.preferences .comman_select {
    width: 100%
}

.preferences .nav-tabs .nav-link:active,
.preferences .nav-tabs .nav-link:focus {
    border-color: hsl(var(--color-light)) hsl(var(--color-light)) hsl(var(--color-light-dark));
    background-color: hsl(var(--color-white)) !important;
    color: hsl(var(--color-dark)) !important
}

.preferences .nav-tabs .nav-link:hover {
    border-color: hsl(var(--color-secondary)) hsl(var(--color-secondary)) hsl(var(--color-secondary-dark));
    background-color: hsl(var(--color-primary)) !important;
    color: hsl(var(--color-white)) !important
}

.preferences .nav-tabs .nav-link.active {
    border-color: hsl(var(--color-light)) hsl(var(--color-light)) hsl(var(--color-light-dark));
    background-color: hsl(var(--color-white)) !important;
    color: hsl(var(--color-dark)) !important
}

#inner_banner .preferences {
    max-width: 60%
}

.preferences .nav-tabs .nav-link {
    border: 1px solid hsl(var(--color-white) / var(--transparency-0));
    color: hsl(var(--color-white))
}

.preferences .bootstrap-select {
    width: 100% !important
}

.preferences .btn {
    padding: 13px 22px;
    font-size: 16px
}

.preferences-information-carousel .profile_584853 .class-cards {
    opacity: 0;
    transition: .5s;
    transition-delay: 1s
}

.preferences-information-carousel .profile_584853:hover .class-cards {
    opacity: 1;
    transition-delay: .3s
}

.test-body {
    height: calc(100vh - 80px - 61px)
}

.test-body-right {
    max-width: 400px;
    width: 100%
}

.test-inner-body {
    height: calc(100vh - 80px - 60px - 40px - 77px)
}

.question-box {
    text-shadow: 0 0 #000
}

.test-times {
    border-radius: 10px 10px 0 0
}

.test-questions-box {
    border-radius: 0 0 10px 10px;
    height: calc(100vh - 80px - 60px - 40px - 51px)
}

.test-question-box-h {
    max-height: calc(100vh - 383px)
}

.test-finish-btn::before {
    content: "";
    box-shadow: inset 0 -18px 10px -4px #fff;
    position: absolute;
    top: -24px;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 20px
}

.enterprise_section .owl-dot {
    display: inline-flex;
    margin: 0 5px;
    justify-content: center;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    outline: 0;
    background-color: hsl(var(--color-secondary) / 100%) !important;
    transition: all .5s ease-out
}

.enterprise_section .owl-dot.active {
    width: 12px;
    height: 12px;
    background-color: hsl(var(--color-primary) / 100%) !important;
    transition: all .5s ease-out
}

.enterprise_section .owl-dots {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    right: 0;
    left: auto;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    transform: rotate(90deg)
}

.enterprise_section .input-group-append-overlay,
.enterprise_section .input-group-prepend-overlay {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 5
}

.enterprise_section form span.input-group-text {
    background: 0 0;
    height: 44px;
    border: 0;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.enterprise_section form .form-control {
    padding-left: 40px;
    font-size: 14px;
    height: 44px;
    display: flex;
    align-items: center
}

.enterprise_section form textarea.form-control {
    height: 90px;
    line-height: 30px;
    color: hsl(var(--color-gray-dark)) !important
}

.enterprise_section form textarea.form-control::placeholder {
    color: hsl(var(--color-gray-dark)) !important
}

.login_tabs .input-group button.btn.dropdown-toggle {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 12px 13px 12px 60px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid hsl(var(--color-light-dark));
    color: hsl(var(--color-gray-dark));
    font-size: 15px;
    background: #fff url(../img/arrow_down.png) no-repeat scroll 91.5% center;
    background-size: 14px;
    text-transform: capitalize
}

.custom_dropdown2 .input-group button.btn.dropdown-toggle {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 12px 13px 12px 12px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid hsl(var(--color-light-dark));
    color: hsl(var(--color-gray-dark));
    font-size: 15px;
    background: #fff url(../img/arrow_down.png) no-repeat scroll 91.5% center;
    background-size: 14px;
    text-transform: capitalize
}

.enterprise_section form input.form-control:focus {
    font-size: 14px
}

.enterprise_section .input-group-overlay {
    position: relative;
    width: 100%
}

.enterprise_slider_inner h2::after {
    position: absolute;
    content: "";
    bottom: -16px;
    left: 0;
    height: 3px;
    width: 35px;
    background-color: hsl(var(--color-primary) / 100%)
}

.custom-control-label::before {
    top: 1px
}

.custom-control-label::after {
    top: 1px
}

.instruction .modal-dialog {
    max-width: 70%
}

.list_count {
    list-style: decimal-leading-zero
}

.timer-box {
    border-radius: 0 0 0 4px
}

.circle_bullets {
    list-style: circle
}

span.animate_span {
    animation: bounce 2s infinite
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-5px)
    }

    60% {
        transform: translateY(-5px)
    }
}

.arrow_right {
    animation: lft 2s infinite
}

@keyframes lft {

    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }

    40% {
        transform: translateX(-5px)
    }

    60% {
        transform: translateX(-5px)
    }
}

.text,
.text1,
.text2 {
    display: none
}

.exam_finish .modal-dialog {
    max-width: 730px
}

.exam_finish .table td,
.exam_finish .table th {
    text-align: center
}

.exam_finish .table th {
    font-size: 13px;
    background-color: hsl(var(--color-secondary));
    border-color: hsl(var(--color-secondary));
    border: 0
}

.exam_finish .table th:first-child {
    border-radius: 4px 0 0 4px
}

.exam_finish .table th:last-child {
    border-radius: 0 4px 4px 0
}

.exam_finish .table tbody tr:first-child td {
    border-top: 0
}

span.review_mark {
    text-shadow: 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff
}

section#discount-page {
    padding: 120px 0 70px
}

.discount-page form span.input-group-text {
    font-size: 14px;
    padding: 0 !important;
    width: 40px;
    height: 39px
}

.discount-page form input {
    height: 38px !important;
    font-size: 13px
}

button:focus {
    outline: 0 !important
}

.discount-page .custom-control-label::before {
    top: 4px
}

.discount-page .custom-control-label::after {
    top: 4px
}

.discount-page {
    padding: 100px 0 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

.discount-page::after {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    background-color: hsl(var(--color-secondary) / 70%);
    height: 100%;
    width: 100%;
    z-index: 0
}

.counselling-page form span.input-group-text {
    background: #222f3f;
    height: 46px;
    border: 0;
    width: 46px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    border-radius: 3px 0 0 4px;
    color: #fff
}

.counselling-page .input-group-append-overlay,
.counselling-page .input-group-prepend-overlay {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 5
}

.counselling-page .input-group-overlay {
    position: relative;
    width: 100%
}

.counselling-page form .form-control {
    padding-left: 60px;
    font-size: 14px;
    display: flex;
    align-items: center;
    height: 46px !important
}

.counselling-page form .input-group-overlay button.btn.dropdown-toggle,
.get_discount .input-group-overlay button.btn.dropdown-toggle {
    height: 46px;
    display: flex;
    align-items: center;
    padding: 11px 13px 12px 18px;
    border-radius: 4px;
    border: 1px solid hsl(var(--color-light-dark));
    color: hsl(var(--color-gray-dark));
    font-size: 15px;
    background: #f6f7f9 url(../img/arrow_down.png) no-repeat scroll 94.5% center;
    background-size: 16px;
    text-transform: capitalize
}

.counselling-testimonials-slider a:hover {
    border: 0 !important;
    background-color: hsl(var(--color-primary)) !important
}

.counselling-testimonials-slider .owl-dot.active {
    background-color: hsl(var(--color-secondary)) !important;
    width: 10px;
    height: 10px
}

.counselling-testimonials-slider .owl-dot {
    transform: rotate(90deg);
    display: inline-flex;
    margin: 0 6px;
    justify-content: center;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    transition: .5s;
    outline: 0;
    background-color: hsl(var(--color-dark) / 30%) !important
}

.counselling-testimonials-slider .owl-dots {
    position: absolute;
    left: 0;
    bottom: -20px;
    margin: 0 auto;
    right: 0;
    text-align: center
}

section.faq_section .accordion-list li p {
    padding: 0 53px 20px;
    font-size: 15px;
    margin: 0
}

section.faq_section .accordion-list .inner_ans_text ul {
    padding: 0 74px 20px
}

.inner_ans_text {
    transition: all .5s ease-out
}

.inner_test_book {
    background-color: #fff;
    border-radius: 0 40px 40px 0;
    padding: 40px 0;
    width: 100%;
    max-width: 330px
}

.test-series h4 {
    text-transform: uppercase;
    background-color: #222f3f;
    display: inline-block;
    padding: 7px 12px;
    position: absolute;
    right: 0;
    border-radius: 8px 8px 0 0;
    font-size: 16px;
    color: #fff;
    transform: rotate(90deg) translateY(-238%);
    top: 50%;
    cursor: pointer
}

.test-series {
    width: 100%;
    max-width: 330px
}

.inner_test_book h2::after {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 3px;
    width: 40px;
    background-color: hsl(var(--color-secondary) / 100%)
}

.test-series {
    width: 100%;
    max-width: 330px;
    position: absolute;
    top: 50%;
    transform: translate(-100%, 50%);
    transition: all .5s ease-out;
    z-index: 2
}

.test-series:hover {
    transform: translate(0, 50%);
    transition: all .5s cubic-bezier(.78, .37, .76, .65)
}

.reviewsses .review_select_box button.btn.dropdown-toggle {
    width: 100%;
    max-width: 100%;
    background: hsl(var(--color-secondary)) url(../img/dropdown-arrow-white.png) no-repeat scroll 92.5% center;
    border: 1px solid hsl(var(--color-white));
    box-shadow: 0 0 6px hsl(var(--color-white) / 10%) !important;
    color: hsl(var(--color-white)) !important;
    line-height: normal;
    font-size: 12px;
    padding: 14px 27px 10px 14px;
    height: 42px;
    border-radius: 4px;
    background-size: 13px !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.reviewsses .rating_ {
    border: none;
    width: 100%;
    text-align: center;
    height: 37px;
    margin: auto;
    display: inline-block
}

.reviewsses .rating_>input {
    display: none
}

.reviewsses .rating_>label:before {
    margin: 4px;
    font-size: 24px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    display: inline-block;
    content: "\f005"
}

.reviewsses .rating_>.half {
    background: red;
    width: 0;
    height: 0;
    position: relative;
    bottom: -5px;
    left: 5px
}

.reviewsses .rating_>.half:before {
    content: "\f089";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    width: 14px;
    max-width: 18px;
    overflow: hidden;
    margin: 0;
    top: -1px;
    left: -1px
}

.reviewsses .rating_:not(:checked)>label:hover:before,
.reviewsses .rating_:not(:checked)>label:hover~label:before,
.reviewsses .rating_>input:checked~label:before {
    font-weight: 600
}

.reviewsses .rating_>label {
    color: #ddd;
    float: right;
    font-size: 20px
}

.reviewsses .rating_:not(:checked)>label:hover,
.reviewsses .rating_:not(:checked)>label:hover~label,
.reviewsses .rating_>input:checked~label {
    color: gold
}

.reviewsses .rating_>input:checked+label:hover,
.reviewsses .rating_>input:checked~label:hover,
.reviewsses .rating_>input:checked~label:hover~label,
.reviewsses .rating_>label:hover~input:checked~label {
    color: #ffed85
}

.reviewsses .btn-light:not(:disabled):not(.disabled).active,
.reviewsses .btn-light:not(:disabled):not(.disabled):active,
.reviewsses .show>.btn-light.dropdown-toggle {
    --switch: calc((var(--secondary-color-l) - var(--contrastThreshold)) * -100);
    color: hsl(0, 0%, var(--switch%));
    background-color: hsl(var(--color-secondary));
    border-color: hsl(var(--color-secondary-dark))
}

.profile_tabs_inner .nav-tabs .nav-link {
    width: auto !important;
    border-radius: 50px !important;
    border: 0;
    height: 34px;
    margin-right: 0;
    font-size: 12px;
    background-color: hsl(var(--color-secondary));
    color: hsl(var(--color-white)) !important;
    padding: 7px 14px;
    display: flex;
    align-items: center;
    margin-right: 10px
}

.profile_tabs_inner .nav-tabs .nav-link.active {
    background-color: hsl(var(--color-primary));
    color: hsl(var(--color-white)) !important
}

.profile_tabs_inner .nav-tabs .nav-link:last-child {
    margin: 0
}

.profile_tabs_inner .coaching-viewed .exam-ico img {
    max-width: 130px
}

.profile_tabs_inner .coaching-viewed .exam-ico span {
    max-width: max-content;
    margin: 0 auto
}

.test-analized a::after {
    position: absolute;
    right: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    bottom: -10px;
    background-color: hsl(var(--color-secondary));
    height: 3px;
    width: 40px
}

.test-download .table thead th {
    font-size: 15px;
    background: linear-gradient(45deg, hsl(var(--color-secondary) / 90%), hsl(var(--color-secondary) / 90%)) !important;
    color: #fff;
    padding: 9px 20px;
    border: 0;
    text-align: center
}

.test-download .table td {
    font-size: 15px;
    text-align: center;
    padding: 9px 20px;
    border: 0
}

.test-download .table thead th:first-child {
    border-radius: 4px 0 0 4px
}

.test-download .table thead th:last-child {
    border-radius: 0 4px 4px 0
}

.rating_review strong {
    display: block;
    line-height: 20px;
    min-height: 40px
}

.my-qna-button a img {
    max-width: 35px;
    height: 23px
}

.class-cards {
    cursor: pointer
}

.coaching-viewed .exam_single_box .class-cards {
    opacity: 0;
    transition: .5s
}

.coaching-viewed .exam_single_box:hover .class-cards {
    opacity: 1
}

.disability_part .btn-group>.btn {
    flex: unset;
    width: auto
}

.coments_single .dropdown-menu {
    right: 3px !important;
    left: auto !important;
    min-width: 100px;
    padding: 0;
    border-radius: 4px
}

.coments_single .dropdown-menu li a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #222f3f !important
}

.coments_single .dropdown-menu li a:hover {
    border-bottom: 3px solid hsl(var(--color-secondary) / 100%) !important;
    background: hsl(var(--color-primary) / 100%);
    color: #fff
}

.save_and_remark::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: hsl(var(--color-success));
    text-shadow: 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff;
    position: absolute;
    top: -6px;
    right: 0
}

.overflow-visible {
    overflow: visible
}

.payment_part .table thead th {
    font-size: 13px;
    border: 0 !important;
    background-color: #f1f2f4;
    color: #222f3f;
    padding: 10px 20px;
    text-align: center
}

.payment_part .table thead th:first-child {
    border-radius: 5px 0 0 0
}

.payment_part .table thead th:last-child {
    border-radius: 0 5px 0 0
}

.payment_part .table td {
    font-size: 13px;
    padding: 10px 20px;
    text-align: center
}

body #baguetteBox-overlay .full-image figure {
    display: flex;
    height: 80%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto
}

.question_to_experts p {
    overflow-wrap: break-word
}

p {
    overflow-wrap: break-word
}

.top_bar_profile ul.dropdown-menu li a {
    border-radius: 0 !important
}

.top_bar_profile ul.dropdown-menu li a:hover {
    background-color: hsl(var(--color-primary)) !important;
    color: hsl(var(--color-white)) !important
}

.top_bar_profile ul.dropdown-menu {
    left: auto !important;
    right: 0;
    top: 7px !important;
    border-radius: 0
}

.popover-body {
    text-align: center;
    background-color: #ed3a46;
    color: #fff;
    border-radius: 4px;
    border: 0 !important
}

.thimbnail_text h3 {
    line-height: 21px
}

.offer_single_banner .favroute_btn,
.offer_single_banner .favroute_btn i {
    transition: .5s
}

.offer_single_banner .favroute_btn:hover {
    background-color: #fff !important;
    color: hsl(var(--color-primary)) !important
}

.offer_single_banner .favroute_btn:hover i {
    color: hsl(var(--color-primary)) !important
}

.find_nearest_coachings .exam-ico {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.find_nearest_coachings .exam-ico::after {
    position: absolute;
    left: 0;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #000000ba;
    transition: .5s;
    z-index: 0;
    border-radius: 4px 0 0 4px
}

.collage_outter_list:hover .hover_left_out {
    opacity: 0
}

.collage_outter_list .hover_left_out {
    transition: .5s
}

.collage_outter_list:hover .exam-ico:after {
    background-color: #00000038
}

.hover_ico_show span {
    transition: .5s;
    transform: scale(0);
    height: 0 !important
}

.collage_outter_list:hover .hover_ico_show span {
    transform: scale(1);
    height: 60px !important;
    margin-bottom: 15px
}

.enterprise_dashboard .card {
    overflow: hidden;
    box-shadow: 0 .15rem 1.75rem 0 hsl(var(--color-gray) / 100%)
}

.enterprise_dashboard .page-header {
    background-color: #000;
    background: linear-gradient(150deg, hsl(var(--color-secondary) / 100%) 57%, hsl(var(--color-primary)) 50%);
    padding: 90px 50px 150px
}

.enterprise_dashboard .card_enterprises_outer {
    margin-top: -100px
}

.dashboard_row_1 .card::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: repeating-linear-gradient(0deg, hsl(var(--color-white)), transparent 205px);
    transform: translateX(-32%) translateY(-35%) rotate(39deg);
    animation: animate 55s linear infinite
}

.dashboard_row_3 .card::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: repeating-linear-gradient(0deg, hsl(var(--color-white)), hsl(var(--color-white)) 32px);
    transform: translateX(-32%) translateY(-35%) rotate(39deg)
}

@keyframes animate {
    from {
        background-position: 0
    }

    to {
        background-position: 0 450px
    }
}

.enterprise_dashboard .dashboard_row_2>div .card::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: 0;
    border-radius: 0 30px 30px 0;
    z-index: 100;
    animation: Progress 8.5s infinite linear
}

.enterprise_dashboard .dashboard_row_2>div .card::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: 0;
    z-index: 0
}

.enterprise_dashboard .dashboard_row_2>div .card.pending-card::before {
    box-shadow: 0 1px 2px 6px hsl(var(--color-orange));
    background: hsl(var(--color-white))
}

.enterprise_dashboard .dashboard_row_2>div .card.pending-card::after {
    background: hsl(var(--color-orange))
}

.enterprise_dashboard .dashboard_row_2>div .card.request-card::before {
    box-shadow: 0 1px 2px 6px hsl(var(--color-primary));
    background: hsl(var(--color-white))
}

.enterprise_dashboard .dashboard_row_2>div .card.request-card::after {
    background: hsl(var(--color-primary))
}

.enterprise_dashboard .dashboard_row_2>div .card.verified-card::before {
    box-shadow: 0 1px 2px 6px hsl(var(--color-success));
    background: hsl(var(--color-white))
}

.enterprise_dashboard .dashboard_row_2>div .card.verified-card::after {
    background: hsl(var(--color-success))
}

@-moz-keyframes Progress {
    from {
        width: 0%;
        opacity: 1
    }

    to {
        width: 120%;
        opacity: 0
    }
}

@-webkit-keyframes Progress {
    from {
        width: 0%;
        opacity: 1
    }

    to {
        width: 120%;
        opacity: 0
    }
}

@-o-keyframes Progress {
    from {
        width: 0%;
        opacity: 1
    }

    to {
        width: 120%;
        opacity: 0
    }
}

@keyframes Progress {
    from {
        width: 0%;
        opacity: 1
    }

    to {
        width: 120%;
        opacity: 0
    }
}

.border-left-lg {
    border-left-width: .25rem !important
}

.border-orange {
    border-color: #f76400 !important
}

.login_tabs .nav-tabs .nav-link {
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    background-color: #222f3f;
    border: 0;
    color: #fff
}

.login_tabs .nav-tabs .nav-link.active {
    background-color: hsl(var(--color-primary));
    border-radius: 0
}

.login_tabs ul {
    justify-content: center;
    background-color: transparent;
    border: 0;
    padding: 25px 0 0
}

.login_tabs ul li:first-child a {
    border-radius: 5px 0 0 5px !important
}

.login_tabs ul li:last-child a {
    border-radius: 0 5px 5px 0 !important
}

.filterses {
    width: 370px
}

.sorting_9353 label {
    border-bottom: 3px solid transparent
}

.sorting_9353 input:checked~label {
    border-bottom: 3px solid
}

.userProfiles {
    border-top: 3px solid #ffffff40;
    border-left: 3px solid #ff434333;
    border-radius: 20px
}

.collage_single_list_banner {
    height: 340px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.collages_logo {
    background-color: #fff;
    border-radius: 10px;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border: 5px solid #ee3a46
}

.collages_logo img {
    max-width: 100%;
    border-radius: 10px;
    width: 100%
}

.collage_single_list_banner::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .7
}

.collage_single_list1 {
    border-radius: 5px;
    padding: 18px 0;
    border: 3px solid #ffffff1a
}

.heart_btn {
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 2px solid #fff;
    font-size: 15px;
    color: #fff;
    transition: .5s;
    margin-top: 20px
}

.heart_btn:hover {
    border-color: #ee3a46;
    color: #ee3a46
}

.collage_single_section1 {
    border: 3px solid #25313f1a;
    background-color: #f2f2f2
}

.collage_single_courses .table thead th {
    background-color: #ee3a46;
    color: #fff;
    font-size: 13px;
    border: 0 !important;
    padding: 12px 30px;
    font-weight: 600;
    letter-spacing: .8px
}

.collage_single_courses .table td {
    font-size: 13px;
    padding: 11px 29px;
    border: 0;
    background-color: #f2f2f2
}

.collage_single_courses .table tbody tr:nth-child(odd) td {
    background-color: #fff
}

.collage_single_courses .table thead tr th:first-child {
    border-radius: 6px 0 0 0
}

.collage_single_courses .table thead tr th:last-child {
    border-radius: 0 6px 0 0
}

.collage_single_courses .table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 6px
}

.collage_single_courses .table tbody tr:last-child td:last-child {
    border-radius: 0 0 6px 0
}

.collage_single_courses .table tbody tr {
    transform: scale(.99);
    transition: .2s all;
    position: relative;
    z-index: 0
}

.collage_single_courses .table tbody tr:hover {
    box-shadow: inset 0 -.5px 0 1px silver, 0 14px 9px -11px silver;
    border-radius: 8px;
    transform: scale(1);
    z-index: 1
}

.service-block {
    position: relative;
    margin-top: 30px
}

.service-block .inner-box {
    position: relative;
    display: block;
    padding: 18px 18px 18px;
    background: #222f3f;
    min-height: 100%;
    border-radius: 7px;
    overflow: hidden;
    transition: all .5s ease;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 50%)
}

.inner-box strong {
    display: block;
    width: 100%;
    font-size: 13px;
    margin-top: 3px
}

.service-block .inner-box:hover {
    background: #ee3a46;
    box-shadow: 6px 6px 0 0 rgb(43 45 49 / 40%)
}

.service-block .inner-box .bottom-curve {
    position: absolute;
    right: -70px;
    bottom: 0;
    width: 100px;
    height: 80%;
    background: #000;
    opacity: .2;
    z-index: 0;
    transform: skewX(0) scaleX(0);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.service-block .inner-box:hover .bottom-curve {
    transform: skewX(-35deg) scaleX(1)
}

.service-block .inner-box .count {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 1em;
    color: #fff;
    opacity: .07;
    margin-bottom: 40px
}

.service-block .inner-box .icon-box {
    position: absolute;
    right: 30px;
    top: 24px;
    font-size: 36px;
    color: #fff;
    line-height: 1em;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.service-block .inner-box h6 {
    position: relative;
    margin: 0;
    margin-top: 55px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.1em
}

.service-block .inner-box h6 a {
    color: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    font-size: 13px
}

.service-block .inner-box:before {
    content: "0" counter(slides-num) "";
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 59px;
    line-height: 1em;
    color: #fff;
    opacity: .07;
    font-weight: 700;
    transition: .5s
}

.service-block {
    counter-increment: slides-num
}

.inner-box:hover:before {
    opacity: .3
}

.placement_box span {
    background-color: #fff;
    color: #ee3a46;
    font-size: 21px;
    border-radius: 50px;
    box-shadow: -5px 1px 2px 0 rgb(34 47 63 / 42%);
    display: inline-flex;
    transition: .5s all;
    margin-bottom: 12px;
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center
}

.placement_box {
    box-shadow: 8px 8px 2px 0 rgb(34 47 63 / 42%);
    transition: .5s
}

.placement_box:hover {
    box-shadow: 8px -8px 2px 0 rgb(34 47 63 / 42%)
}

.placement_box:hover span {
    box-shadow: -6px 5px 2px 0 rgb(34 47 63 / 42%);
    border-radius: 4px
}

.Valuable_profile {
    transition: .5s;
    border-bottom: 3px solid #ee3a46;
    border-top: 3px solid #ee3a46
}

.Valuable_profile:hover {
    box-shadow: 8px 8px 2px 0 rgb(34 47 63 / 42%) !important
}

.question_select_year button.btn.dropdown-toggle {
    width: 100%;
    max-width: 100%;
    border: 0;
    line-height: normal;
    font-size: 14px;
    color: hsl(var(--color-primary)) !important;
    border-radius: 4px;
    border: 2px solid hsl(var(--color-white) / 100%);
    padding: 12px 30px 10px 15px;
    height: 40px;
    background: #fff url(../img/arrow_down.png) no-repeat scroll 86.5% center;
    margin-left: 0;
    box-shadow: 0 0 6px hsl(var(--color-black) / 10%) !important;
    background-size: 14px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize
}

.border-right-dashded {
    border-right: 1px dashed #fff
}

.detailss_sec_box {
    box-shadow: 8px 8px 2px 0 rgb(34 47 63 / 65%);
    background-color: #222f3fd4;
    transition: .5s
}

.detailss_sec_box:hover {
    box-shadow: 8px 8px 2px 0 rgb(34 47 63 / 50%);
    background-color: #222f3f
}

.question_main_box_top span img {
    max-width: 80px
}

.question_main_box_top {
    transition: .5s;
    box-shadow: 8px 8px 2px 0 rgb(34 47 63 / 25%)
}

.question_main_box_top:hover {
    box-shadow: 0 0 6px 2px rgb(34 47 63 / 25%)
}

.question_main_sec .seemore a {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-10px)
    }
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-10px)
    }
}

.custom-file-label::after {
    height: 36px;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #fff;
    content: "Browse";
    background-color: #ee3a46;
    border-left: inherit;
    border-radius: 0;
    border: 0 !important;
    cursor: pointer
}

.select_heads label:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 8px;
    height: 3px;
    width: 40px;
    border-radius: 50px;
    background-color: hsl(var(--color-primary) / 100%)
}

.nav-menu>ul li:last-child .themes-nav.themes-nav_sub ul {
    left: -200px;
    right: auto
}

.card_plans img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1
}

.card_plans .plan {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    border: 3px solid hsl(var(--color-secondary));
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    background-color: hsl(var(--color-secondary));
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.card_plans .plan.hover i,
.card_plans .plan:hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.card_plans .plan:first-of-type {
    border-radius: 8px 0 0 8px
}

.card_plans .plan:last-of-type {
    border-radius: 0 8px 8px 34px
}

.card_plans .header_outer {
    background-color: hsl(var(--color-secondary));
    color: #fff
}

.card_plans {
    margin-bottom: 70px
}

.card_plans .plan-title {
    background-color: hsl(var(--color-primary));
    position: relative;
    margin: 0;
    padding: 20px 20px 0;
    text-transform: uppercase;
    letter-spacing: 4px
}

.card_plans .plan-title:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 300px 0 0;
    border-color: hsl(var(--color-primary)) transparent transparent
}

.card_plans .plan-cost {
    padding: 40px 20px 10px;
    text-align: center
}

.card_plans .plan-price {
    font-weight: 600;
    font-size: 3em
}

.card_plans .plan-type {
    opacity: .8;
    font-size: .7em;
    text-transform: uppercase
}

.card_plans .plan-features {
    padding: 0 0 20px;
    margin: 0;
    list-style: outside none none
}

.card_plans .plan-features li {
    padding: 13px 5%;
    color: #fff;
    text-align: center;
    border-bottom: 1px dashed rgb(255 255 255 / 70%);
    font-size: 14px
}

.card_plans .plan-features i {
    margin-right: 8px;
    color: rgba(0, 0, 0, .5)
}

.card_plans .plan-select {
    border-top: 1px dashed rgb(255 255 255 / 70%);
    padding: 20px;
    text-align: center
}

.card_plans .plan-select a {
    background-color: hsl(var(--color-primary));
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: .5s;
    display: inline-block
}

.card_plans .plan-select a:hover {
    background-color: #fff;
    color: #ee3a46
}

.card_plans .plan:hover {
    margin-top: -10px;
    border-color: hsl(var(--color-secondary));
    z-index: 1;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 10px 10px 2px 0 hsl(var(--color-secondary) / 30%)
}

.card_plans .plan .plan-select {
    padding: 20px 20px
}

.card_plans .plan-features li:last-child {
    border: 0
}

.plans_box {
    margin-top: -60px
}

.qna_btn a {
    background: #fff;
    transition: .5s
}

.qna_btn a:hover {
    background: #ee3a46;
    color: #fff
}

.basics_info_modal .modal-dialog {
    max-width: 840px
}

.registration_info_modal .modal-dialog {
    max-width: 840px
}

.enroll_product .nav {
    max-width: 100%
}

.enroll_product .nav a.nav-link {
    font-size: 14px;
    background-color: hsl(var(--color-secondary) / 100%) !important;
    border-radius: 0;
    padding: 10px 20px;
    border-right: 1px solid #fff !important;
    color: #fff
}

.enroll_product .nav a.nav-link:first-child {
    border-radius: 20px 0 0 20px
}

.enroll_product .nav a.nav-link:last-child {
    border-radius: 0 20px 20px 0
}

.enroll_product nav {
    text-align: center
}

.enroll_product .nav a.nav-link.active {
    background-color: hsl(var(--color-primary) / 100%) !important
}

.text_editor_modall .modal-dialog {
    max-width: 800px
}

.static_pages_header {
    margin-bottom: 40px;
    text-align: center
}

.coaching_team {
    box-shadow: 0 0 0 8px rgb(0 0 0 / 20%);
    transition: .5s
}

.coaching_team:hover {
    transform: scale(1.04)
}

.coaching_team_top img {
    width: 100%;
    height: 300px;
    object-fit: cover
}

.coaching_team_bottom {
    padding: 10px 20px;
    text-align: center;
    background-color: hsl(var(--color-primary)) !important
}

.coaching_hover_text {
    position: absolute;
    bottom: -100%;
    background-color: #ee3a46f0;
    height: 100%;
    color: #fff;
    padding: 18px 20px;
    text-align: center;
    max-height: 300px;
    overflow: auto;
    transition: .5s
}

.coaching_team:hover .coaching_hover_text {
    bottom: 0
}

.advisory_slider_single {
    margin: 10px 20px 10px
}

.advisory_board_slider button.owl-next,
.advisory_board_slider button.owl-prev {
    background-color: #ee3a46 !important;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #fff !important;
    font-size: 24px !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.advisory_board_slider .owl-nav {
    position: absolute;
    right: 0;
    bottom: -60px
}

.advisory_board_slider button.owl-prev {
    position: absolute;
    right: 50px
}

.advisory_slider_single .coaching_team_top img {
    width: 100%;
    height: 270px;
    object-fit: cover
}

.advisory_slider_single .coaching_hover_text {
    height: 270px
}

.cookiee_table .table thead th {
    background-color: #222f3f;
    color: #fff;
    padding: 16px 30px;
    text-align: left;
    border: 0 !important
}

.cookiee_table .table td {
    font-size: 14px;
    padding: 20px 30px;
    border: 0
}

.cookiee_table .table thead tr:first-child th:first-child {
    border-radius: 20px 0 0 0
}

.cookiee_table .table thead tr:first-child th:last-child {
    border-radius: 0 20px 0 0
}

.cookiee_table .table tr:nth-child(even) {
    background-color: #f2f2f2
}

.cookiee_table .table tr:last-child td:first-child {
    border-radius: 0 0 0 20px
}

.cookiee_table .table tr:last-child td:last-child {
    border-radius: 0 0 20px 0
}

.cookiee_table .table tr td:first-child {
    width: 200px
}

.cookiee_table .table tbody tr {
    transform: scale(.99);
    transition: .2s all;
    position: relative;
    z-index: 0;
    border: 0
}

.cookiee_table .table tbody tr:hover {
    box-shadow: inset 0 -.5px 0 1px silver, 0 14px 9px -11px silver;
    border: 0;
    border-radius: 8px;
    transform: scale(1);
    z-index: 1
}

.write_blog_modal .modal-dialog {
    max-width: 60%
}

.write_blog_modal input::placeholder,
.write_blog_modal select::placeholder {
    font-size: 14px
}

.thankyou_outter {
    background: #37435133;
    border-top: 3px solid rgb(255 255 255 / 30%);
    border-left: 3px solid rgb(255 255 255 / 30%);
    transform-style: preserve-3d;
    transform: perspective(500px) rotateY(7deg);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.thankyou_main {
    background: #ee3a46;
    border-top: 3px solid rgb(255 255 255 / 30%);
    border-left: 3px solid rgb(255 255 255 / 30%)
}

section.thankyou {
    background-image: url(../img/coaching_thankyou.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0
}

.thankyou_outter:hover {
    transform: perspective(500px) rotateY(-7deg)
}

#layoutError {
    min-width: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    background: url(../img/error-404.jpg);
    background-size: cover;
    background-position: center top
}

.top_featured_inner {
    max-height: 240px;
    height: 100%;
    overflow: hidden;
    border-radius: 4px
}

.featured_collages_inner {
    height: 49%
}

.parents_review .owl-dots {
    display: none
}

.i_btn {
    right: -15px !important;
    top: 45px !important;
    border: 2px solid;
    border-radius: 50% !important
}

.successfully_messages {
    width: 100%;
    border: 0;
    padding: 3px 11px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    margin-left: 0;
    margin-top: 0;
    color: #6ade83;
    white-space: nowrap
}

.about_main_img img,
.careers_img img {
    max-width: 100%
}

.vision_box_img img {
    max-width: 100%;
    width: 100%;
    border-radius: 50px 10px 0 0;
    height: 300px;
    object-fit: contain
}

.vision_box_text {
    padding: 30px;
    border-top: 3px solid #222f3f;
    border-radius: 0 0 50px 10px
}

.vision_box {
    box-shadow: 10px 10px 0 #00000017;
    border-radius: 50px 20px 50px 10px;
    border-bottom: 8px solid #222f3f;
    transition: .5s all
}

.vision_box:hover {
    transform: translateY(-5px)
}

.careers_img img {
    max-width: 70%;
    margin: 0 auto
}

.tabs_part_careers .nav-tabs {
    border: 1px solid hsl(var(--color-light-dark));
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.tabs_part_careers .nav-tabs a {
    font-size: 18px;
    color: hsl(var(--color-secondar));
    letter-spacing: 1px;
    border: 0 solid hsl(var(--color-white)) !important;
    position: relative;
    background: 0 0 !important;
    text-transform: capitalize;
    overflow: hidden;
    font-weight: 700;
    transition: all .5s;
    padding: 10px 47px;
    text-align: center
}

.tabs_part_careers .nav-tabs .nav-link:hover {
    border-radius: 0;
    background-color: hsl(var(--color-secondary)) !important
}

.tabs_part_careers .nav-tabs .nav-link.active {
    border-radius: 0;
    background-color: hsl(var(--color-primary)) !important;
    color: hsl(var(--color-white)) !important
}

.tab_img img {
    max-width: 100%
}

.current_opening_box {
    box-shadow: 10px 10px 0 #00000017;
    border: 1px solid #222f3f;
    border-radius: 50px 20px 50px 10px;
    border-bottom: 8px solid #222f3f;
    transition: .5s all;
    border-top: 8px solid #222f3f
}

.current_opening_box .ico_main {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -63px auto 20px;
    background-color: #fff;
    border: 2px solid #222f3f;
    transition: .5s all
}

.current_opening_box .ico_main img {
    width: 62%
}

.current_opening_box:hover .ico_main {
    transform: rotateY(360deg)
}

.top-160px {
    top: 160px !important
}

.toast {
    background: hsl(var(--color-white))
}

.left-md-auto {
    left: auto !important
}

.banner_tabs .dropdown-menu .inner {
    max-height: 150px !important
}

.bootstrap-select .dropdown-menu::-webkit-scrollbar {
    display: none
}

.scroll_div {
    max-height: 200px;
    overflow: auto
}

.tranding_today {
    z-index: 0;
    position: relative
}

.inner_banner_2 {
    overflow: unset
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1040
}

.modal .bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060
}

.courses_btn a {
    white-space: nowrap
}