@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;600;700&display=swap');

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 400;
    color: #130f40;
    position: relative;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 1.42857143;
}

:root {
    /* --passion: "Passion One", sans-serif; */
    --passion: "Passion One", sans-serif;
    --poppins: 'Poppins', sans-serif;
    --hindSiliguri: 'Hind Siliguri', sans-serif;
    --primary-color: #B62C10;
    --secondary-color: #FE6D0D;
    --title-color: #313131;
    --paragraph-color-62: #626262;
    --paragraph-color-66: #666666;
    --color-33: #333333;
    --white-color: #ffffff;
    --text-white-color: #ffffff;
    --bg-white-color: #ffffff;
    --black-color: #000000;
    --green-color: #147618;
    --f5f5: #F5F5F5;
    --ddd: #DDDDDD;
    --shadow-color: #E8EAEC;
    --transparent: transparent;
}

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

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

a {
    color: #1b1919;
    font-size: 16px;
}

a:hover {
    color: #d00f0f;
}

h1 {
    font-size: 70px;
    line-height: 80px;
    color: #130F40;
}

h2 {
    font-size: 45px;
    line-height: 55px;
    color: #130F40;
}

h3 {
    font-size: 24px;
    line-height: 34px;
    color: #2C2C2F;
}

h4 {
    font-size: 22px;
    line-height: 32px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.container {
    max-width: 1240px;
}

.btn-default a {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #FF630E;
    padding: 14px 30px;
    border-radius: 4px;
    margin-top: 50px
}

.btn-default a:hover {
    background-color: #130f40
}

.overlay {
    position: relative
}

.overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 15, 64, 0.8)
}

.input-checkbox {
    width: 1px;
    height: 1px;
    position: absolute;
}

.bg-gray {
    background-color: #f7f7f7 !important;
}

.shadow-none {
    -webkit-box-shadow: 0 0 !important;
    box-shadow: 0 0 !important
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

/*Scroll Area*/
.scroll-area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
}

.scroll-area i {
    width: 40px;
    height: 40px;
    background-color: #B62C10;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
}

.scroll-area i:hover {
    background: #000;
}

/*--------------------------------------------------------------------
    Preloader
---------------------------------------------------------------------*/
.preloader {
    background-color: #130f40;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.d-table {
    width: 100%;
    height: 100%
}

/*-------------------------------------------------------------------------------------
    Header
---------------------------------------------------------------------------------------*/

.header-top-area {
    background-color: #B62C10;
    overflow: hidden;
    padding: 8px 0;
}

.header-top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}





.header-contact-info {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-right: 25px;
    text-align: start;
}

.header-contact-info li {
    color: #fff;
    display: inline-block;
    padding-right: 40px;
}

.header-contact-info li a {
    color: #fff;
    display: inline-block;
    padding-right: 40px;
}

.header-contact-info li i {
    margin-right: 4px;
    display: inline-block;
}

.header-top-social {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.header-top-social li {
    display: inline-block;
}

.header-top-social li a {
    display: block;
    text-align: center;
    width: 25px;
    height: 25px;
    font-size: 15px;
    line-height: 25px;
    margin: 0 3px;
    color: #fff;
}

.header-top-social li a:hover {
    color: #FF630E;
}

.header-btm-area {
    padding: 15px 0;
    /* -webkit-transition: 0.5s;
    transition: 0.5s; */
    position: relative;
    box-shadow: 2px 4px 8px rgba(228, 228, 228, 0.25);
}

.main-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-logo {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
}

.site-logo img {
    max-width: 185px;
    width: 185px;
}

.main-menu-area {
    -ms-flex-preferred-size: 76%;
    flex-basis: 76%;
    z-index: 99;
}

.header-cart {
    -ms-flex-preferred-size: 6%;
    flex-basis: 6%;
}

.header-log-reg {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
}

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

.main-menu-area ul li a {
    display: block;
    padding: 10px 5px;
    font-size: 16px;
    font-weight: 700;
    color: #1c1a1a;
}

.main-menu-area ul li a.active {
    color: #e31613;
}

.main-menu-area ul li a:hover {
    color: #e31613;
}

.main-menu-area .sub-menu {
    position: absolute;
    top: 40px;
    z-index: 1;
    background-color: #fff;
    width: 200px;
    text-align: left;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    border-top: 2px solid #e31613;
}

.main-menu-area .sub-menu li {
    border-bottom: 1px solid #e6f0fa;
    display: block;
}

.main-menu-area .sub-menu li:last-child {
    border-bottom: 0px;
}

.main-menu-area ul .sub-menu li a {
    font-size: 17px;
}

.main-menu-area ul li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.main-menu-area ul .sub-menu li>ul {
    position: absolute;
    left: 100%;
}

.main-menu-area ul .sub-menu li:hover>ul {
    position: absolute;
    top: 0;
    left: 100%;
}

.header-cart a {
    color: #130f40;
    font-size: 20px;
    position: relative;
}

.header-cart a:hover {
    color: #FF630E;
}

.header-cart a span {
    position: absolute;
    right: -15px;
    top: -6px;
    background-color: #FF630E;
    color: #fff;
    border-radius: 50%;
    padding: 1px 5px;
    font-size: 13px;
    width: 18px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.header-log-reg ul {
    background-color: #B62C10;
    border-radius: 4px;
    display: inline-block;
    padding: 8px 8px;
}

.header-log-reg ul li {
    display: inline-block;
    color: #fff;
    padding: 1px 0;
}

.header-log-reg ul li small {
    padding: 0 10px;
}

.header-log-reg ul li a {
    color: #fff;
    font-size: 15px;
}

.header-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    -webkit-animation: sticky 1s;
    -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
    animation: sticky 1s;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
    -moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
    box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.header-area.sticky .header-top-area {
    display: none;
    -webkit-transition: 0.5s;
    transition: all 0.5s linear;
}

.header-area.sticky .header-btm-area {
    padding: 16px 0
}

.sidebar-inner {
    position: relative;
    padding: 45px;
}

.sidebar-close {
    position: absolute;
    top: 48px;
    right: 45px;
}

.sidebar-logo {
    padding-bottom: 30px;
    border-bottom: 1px solid #f000;
}

.sidebar-logo img {
    max-width: 140px;
}

.sidebar-wrap {
    position: fixed;
    right: -485px;
    top: 0;
    width: 445px;
    height: 100%;
    background: #fff;
    overflow-y: scroll;
    -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    z-index: 9999999;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.sidebar-wrap.sidebar-opened {
    right: 0px;
}

.header-toggle-btn a {
    background: #fff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-width: 5px;
    color: #130f40
}

.header-toggle-btn {
    display: none
}

.header-toggle-btn a::before {
    position: absolute;
    content: "";
    height: 46px;
    width: 46px;
    top: 50%;
    border-radius: 6px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #130f40;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav {
    background: transparent;
    margin-top: 0;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: #130F40;
    border-top: 1px solid #ebebeb !important;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0 !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: transparent;
}

.sidebar-close-btn {
    width: 40px;
    height: 40px;
    border: 1px solid;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 16px;
}

.mean-container .mean-nav ul li li a {
    opacity: 1;
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: -6px;
    font-size: 24px !important;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

.sidebar-content .search-form {
    margin: 20px 0 25px;
    position: relative;
}

.sidebar-content .search-form span {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 20px;
    color: #fff;
    background: #b62c10;
    width: 12%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-content .contact-info {
    padding: 0;
}

.sidebar-content .contact-info li {
    margin: 0;
    padding: 6px 0
}

.sidebar-content .social-icon li {
    display: inline-block;
}

.sidebar-content .social-icon li a {
    margin: 0 10px 0 0;
}

.sidebar-content .social-icon {
    margin: 20px 0 30px;
}

.sidebar-content .social-icon li span {
    margin-right: 10px;
    font-size: 16px
}

.sidebar-content .header-log-reg {
    margin-bottom: 30px;
}



/*-------------------------------------------------------------------------------------
    Footer
---------------------------------------------------------------------------------------*/
.footer-top-area {
    background: #861C06;
    padding: 90px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-widget.logo {
    padding-right: 40px;
}

.footer-widget h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
}

.footer-widget li {
    padding: 0 0 15px;
}

.footer-widget li a {
    display: block;
    color: #dedede;
    font-weight: 400;
}

.footer-widget li a:hover {
    color: #E12802;
}

.footer-widget.footer-cat li i {
    color: #E12802;
    padding-right: 5px
}

.footer-widget.logo img {
    max-width: 160px;
    margin-bottom: 20px;
}

.footer-widget.logo p {
    color: #dedede;
}

.footer-widget.logo img {
    max-width: 160px;
    margin-bottom: 20px;
}

.footer-widget.logo p,
.footer-bottom-area p {
    color: #dedede;
}

.footer-widget.logo h6 {
    color: #fff;
    font-weight: 700;
    margin: 25px 0 10px;
}

.footer-social-icons li {
    display: inline-block;
    padding-right: 15px;
}

.footer-social-icons li a,
.footer-widget.footer-contact li p {
    color: #fff;
}

.footer-social-icons li a:hover,
.recent-post-cont a:hover {
    color: #FF630E;
}

.footer-post-single {
    overflow: hidden;
    margin-bottom: 20px;
}

.recent-post-thumb {
    float: left;
    width: 30%;
}

.recent-post-cont {
    float: left;
    width: 70%;
    padding: 0 20px 0 10px;
}

.recent-post-thumb img {
    border-radius: 5px;
}

.recent-post-cont a {
    display: block;
    color: #dedede;
    font-weight: 400;
}

.recent-post-cont span {
    color: #dedede;
    font-size: 13px;
}

.footer-widget.footer-contact li {
    color: #dedede;
    position: relative;
    padding-left: 35px;
    font-size: 15px;
    line-height: 25px;
}

.footer-widget.footer-contact li i {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 6px;
    color: #EAE4E1;
}

.footer-widget.footer-contact li i.fa.fa-map-marker {
    font-size: 20px;
}

.footer-widget.footer-contact li i.fa.fa-phone {
    font-size: 24px;
}

.footer-widget.footer-contact .info {
    margin-top: 10px;
}

.footer-bottom-area {
    background: #861C06;
    padding: 20px 0;
}

.footer-bottom-area p a {
    color: #ced32c;
}

/*banner*/

.slider-area-full {
    position: relative;
}

.silder-single-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.silder-single {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 409px;
    padding-bottom: 140px;
    height: 100%;
}

.slider-single-full h4 {
    color: #FF630E;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 600;
}

.slider-single-full h2 {
    font-size: 53px;
    line-height: 64px;
    color: #fff;
    font-weight: 700;

}

.slider-single-full p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

/*Animation*/
.active .silder-single h2,
.active .silder-single a,
.active .silder-single p,
.active .hero-slider-img img,
.active .hero-slider-img .image-2,
.active .slider-single-full h4 {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.active .silder-single p {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.active .silder-single a {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.active .hero-slider-img img {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.active .hero-slider-img .image-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.active .slider-single-full_2 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    opacity: 0.6 !important;
    background: #2d2011;
    z-index: -1;
    padding: 30px;
}


.baner-bottom ul {
    margin: 45px 0px 0;
}

.baner-bottom ul li {
    display: inline-block;
    margin-right: 19px;
}

.baner-bottom ul li a {
    display: block;
    background-color: #FF630E;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.baner-bottom ul li .btn-bg {
    background-color: #fff;
    color: #FF630E;
}

.baner-bottom ul li .btn-bg:hover {
    background-color: #FF630E;
    color: #fff;
}

.baner-bottom ul li a:hover {
    color: #FF630E;
    background-color: #fff;
}

/*.owl-nav {
    display: flex;
    justify-content: end;
}
.banner-slider-area .owl-nav {
    width: 50px;
    position: absolute;
    top: 44%;
    right: 50px;
    display: block;
}

.banner-slider-area .owl-next {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF630E;
    color: #fff;
    font-size: 24px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    transition: all 0.3s ease;
}*/

/*.banner-slider-area .owl-prev {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF630E;
    color: #fff;
    font-size: 24px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 5px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
.banner-slider-area .owl-prev:hover {
    background: #fff;
    color: #FF630E;
    border:2px solid #FF630E;
    transition: all 0.3s ease;
}
.banner-slider-area .owl-next:hover {
    background: #fff;
    color: #FF630E;
    border: 2px solid #FF630E;
    transition: all 0.3s ease;
}*/


.slider-area-full .owl-dots {
    position: absolute;
    bottom: 6%;
    right: 0;
    counter-reset: dots;
    width: 100%;
    text-align: center;
    display: flex;
    left: 0;
    margin: 0 auto;
    justify-content: center;
}

.slider-area-full .owl-dots .owl-dot {
    margin: 15px 6px;
    border: 0;
    background: none;
    cursor: pointer;
}

.banner-slider-area .owl-dots .owl-dot span {
    display: block;
    border-radius: 50%;
    background-color: white;
    width: 8px;
    height: 8px;
    position: relative;
    transition: all 0.3s ease;
}

.slider-area-full .owl-dots .owl-dot.active span {
    background: #B62C10;
}


.slider-area-full .owl-dots .owl-dot span::after {
    position: absolute;
    content: "";
    top: -4px;
    left: -4px;
    border: 1px solid #B62C10;
    border-radius: 50%;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    transform: scale(0);
    transition: all 0.3s ease;
}

.slider-area-full .owl-dots .owl-dot.active span::after {
    transform: scale(1);
}

.slider-area-full_mobile .owl-dots {
    display: block;
}

.slider-area-full_mobile .owl-nav {
    display: none;
}


.slider-area-full_mobile .owl-dots {
    position: absolute;
    bottom: 6%;
    right: 0;
    counter-reset: dots;
    width: 100%;
    text-align: center;
    display: flex;
    left: 0;
    margin: 0 auto;
    justify-content: center;
}

.slider-area-full_mobile .owl-dots .owl-dot {
    margin: 15px 6px;
    border: 0;
    background: none;
    cursor: pointer;
}

.slider-area-full_mobile .owl-dots .owl-dot.active span {
    background: #B62C10;
}


.slider-area-full_mobile .owl-dots .owl-dot span::after {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    border: 1px solid #B62C10;
    border-radius: 50%;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    transform: scale(0);
    transition: all 0.3s ease;
}

.slider-area-full_mobile .owl-dots .owl-dot.active span::after {
    transform: scale(1);
}

/*course area*/

.course-area {
    /*    background-color:#1E1E1E;*/
}

.section-padding {
    padding: 50px 0;
}

.section-heading {
    text-align: center;
}

.section-heading h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 67px;
}

.section-heading p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    width: 40%;
    margin: 0 auto;
}

.course-single {
    margin-bottom: 25px;
}

.course-single .img img {
    width: 100%;
    height: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.course-content {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 20px 19px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.course-content h2 {
    line-height: 25px;
    margin-bottom: 22px;
    border-bottom: 1px solid #938f8f;
    min-height: 70px;
}

.course-content h2 a {
    font-size: 17px;
    font-weight: bold;
}

.course-description * {
    /* font-family: 'Hind Siliguri', sans-serif; */
    font-weight: 400 !important;
    color: #130f40 !important;
    font-size: 16px !important;
    /* line-height: 1.42857143; */
    line-height: normal !important;
}

.course-description {
    min-height: 160px;
}

.course-inroll {
    padding-top: 20px;
}

.course-inroll ul {
    display: flex;
    justify-content: space-between;
}

.course-inroll ul li a {
    display: block;
    padding: 10px 12px;
    background: #b62c10;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
}

.course-inroll ul li a.active-btn {
    background: #076461;
}

.course-inroll ul li a:hover {
    background: #d0300f;
}

.more-btn a {
    display: inline-block;
    padding: 10px 32px;
    background: #b62c10;
    font-size: 17px;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
}

.course-description p {
    font-family: Hind Siliguri;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;

}

.course-description ul {
    list-style: inherit;
    padding-left: 18px;
}

/*student area*/
.student-area {
    background: #F7F4F9;
}

.student-single {
    text-align: center;
    border: 1px solid #b62c10;
    border-radius: 5px;
    padding: 20px 26px;
}

.student-single .img img {
    border-radius: 50%;
    max-width: 125px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.student-content {
    padding-top: 20px;
}

.student-content h4 a {
    font-size: 22px;
    font-weight: 600;
}

.student-content span {
    font-size: 16px;
    font-weight: 400;
}

.student-content h5 {
    font-size: 20px;
    font-weight: 600;
    color: #d00c0c;
    padding-top: 5px;
}

/*help area*/
.help-single {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 50px 0;
    border-radius: 5px;
}

.help-single .img img {
    max-width: 85px;
    width: 100%;
}

.help-single h4 {
    padding-top: 18px;
}

.help-single h4 a {
    font-size: 23px;
    font-weight: 600;
    color: #131313;
    padding-top: 5px;
}

/*counter single*/

.counter-area {
    background: #F7F4F9;
}

.counter-single {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 35px 0;
    height: 274px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.counter-single .img {
    height: 100px;
}

.counter-single .img img {
    max-width: 85px;
    width: 100%;
}

.counter-single h4 {
    padding-top: 3px;
}

.counter-content {
    padding-top: 13px;
}

.counter-single h4 a {
    font-size: 23px;
    font-weight: 600;
    color: #131313;
    padding-top: 5px;
}

.counter-single h5 {
    font-size: 31px;
    font-weight: bold;
    color: #131313;
}

.counter-content2 h5 {
    font-size: 17px;
    font-weight: bold;
    color: #131313;
    line-height: 19px;
}

/*testimonail-area*/
.slide-single {
    box-shadow: 0 0 20px rgba(147, 147, 147, 0.15);
    display: flex;
    align-content: center;
    align-items: center;
    padding: 43px 22px;
    margin: 10px;
    height: 295px;
}

.slide-single .image {
    width: 30%;
    margin: 0 auto;
}

.slide-single .image img {
    border-radius: 15%;
    max-width: 130px;
    width: 100%;
}

.slide-single .image .desgination {
    text-align: center;
    padding-top: 10px;
    width: 90%;
}

.testi-content {
    width: 65%;
}

.testi-content p {
    margin-bottom: 6px;
}

.testi-content h5 {
    line-height: 18px;
    font-weight: 600;
    color: #000;
}

/*video area*/
.video-area {
    padding: 100px 0 90px;
}

.video-player-wrap {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px 240px 0px;
    margin-top: -162px;
    border: 15px solid #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 10px 40px rgba(51, 51, 51, 0.20);
    box-shadow: 0 10px 40px rgba(51, 51, 51, 0.20);
    position: relative;
}

.video-player-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}


.d-table {
    width: 100%;
    height: 100%;
}

.video-player a {
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 80px;
    padding: 0 28px;
    background-color: #fff;
    color: #B62C10;
    position: relative;
    border-radius: 4px;
}

.video-player a:hover {
    background-color: #861C06;
    color: #fff;
}

.video-player a:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 90px;
    width: 90px;
    border: 3px solid #fff;
    border-radius: 4px;
    -webkit-animation: icon-bubble 1s infinite forwards linear 0.5s;
    animation: icon-bubble 1s infinite forwards linear 0.5s;
}

.video-player a:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 90px;
    width: 90px;
    border: 3px solid #fff;
    border-radius: 4px;
    -webkit-animation: icon-bubble 1s infinite forwards linear;
    animation: icon-bubble 1s infinite forwards linear;
}

@-webkit-keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@-webkit-keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

.video-cont {
    background-color: #fff;
    padding: 50px;
    margin-top: -90px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.video-cont h2 {
    font-size: 45px;
    font-weight: 700;
    margin: 0;
}

.video-slider .owl-dots {
    position: absolute;
    bottom: -7%;
    right: 0;
    counter-reset: dots;
    width: 100%;
    text-align: center;
    display: flex;
    left: 0;
    margin: 0 auto;
    justify-content: center;
}

.video-slider .owl-dots .owl-dot {
    margin: 15px 6px;
    border: 0;
    background: none;
    cursor: pointer;
}

.hero-content-wrapper .owl-dots .owl-dot span {
    display: block;
    border-radius: 10px;
    background-color: #000;
    width: 21px;
    height: 3px;
    position: relative;
    transition: all 0.3s ease;
}

.video-slider .owl-dots .owl-dot.active span {
    background: #B62C10;
}

.video-slider .owl-nav {
    display: none;
    opacity: 0;
}


/*page-banner-area*/
.page-banner-area {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0 100px;
    position: relative;
}

.page-banner-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.8;
}

.banner-content h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 700;
}

.banner-content p {
    color: #fff;
}

.banner-content a {
    color: #fff;
    padding-right: 10px;
}

/***
=============================================
    courses Details
=============================================
***/
.courses-details__content img {
    width: 100%;
    height: auto;
}

.course-sidebar {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%;
}

.product-deatial {
    position: relative;
}

.corser-right {
    margin: 15px;
    position: sticky;
    top: 120px;
}

.singl-course {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

.singl-course .img {
    position: relative;
}

.singl-course .img img {
    width: 100%;
    height: auto;
}

.singl-course .img .technology-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    display: -moz-box;
    display: flex;
}

.video-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    color: #0B894F;
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: #fff;
    border: 2px solid #A32932;
}

.video-btn::after,
.video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-color: #A32932;
}

.video-btn i {
    font-size: 10px;
    font-weight: 700;
    color: #A32932;
    position: absolute;
    top: 0;
    left: 2px;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    display: -moz-box;
    display: flex;
    width: 100%;
    height: 100%;
}

.video-btn::before {
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
}

.video-btn::after {
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

.course-info {
    padding: 20px;

}

.course-price {
    padding-bottom: 15px;
}

.course-price span {
    font-size: 1.5rem;
    line-height: 2rem;
}

.course-price span.pirce {
    font-weight: 600;
    color: #000;
    font-size: 20px;
}

.course-price span.discount_pirce {
    font-weight: 500;
    font-size: 18px;
}

.course-info .cr-name {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: gray;
}

.detail-btn {
    padding-top: 11px;
}

.course-info .detail-btn a {
    display: block;
    background: #A32932;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 6px;
}

.course-nav {
    margin-top: 35px;
}

.course-nav ul li {
    font-size: 15px;
    font-weight: 601;
    color: #313135;
    line-height: 39px;
}

.course-nav ul li i {
    color: #313135;
    padding-right: 20px;
}

.latest-course {
    border-style: solid;
    border-width: 2px;
    border-color: #f1f1f1;
    padding: 30px;
    margin-top: 25px;
}

.latest-course h5 {
    color: #81868a;
    margin: 0;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.latest-course h5 a {
    color: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.latest-course h5 a:hover {
    color: red;
}

.latest-course-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.latest-course-item+.latest-course-item {
    border-top: 2px solid #f1f1f1;
    padding-top: 30px;
    margin-top: 30px;
}

.latest-course-img {
    width: 77px;
    margin-right: 30px;
}

.latest-course-img>img {
    width: 100%;
}

.latest-course-author {
    font-size: 14px;
    color: #81868a;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.latest-course-author span {
    color: red;
    margin-left: 6px;
}

.latest-course-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
}

.latest-course-stars i {
    font-size: 14px;
    color: #ff9a28;
}

.latest-course-stars span {
    font-size: 14px;
    font-weight: 500;
    color: #012237;
    line-height: 1em;
    margin-left: 10px;
}

/***

====================================================================
        FAQ's Sectiom
====================================================================

***/
.faqs-section {
    position: relative;
    background-color: #f2f8f8;
}

.faqs-section .faq-column {
    position: relative;
}

.faqs-section .faq-column .inner-column {
    position: relative;
    padding: 120px 0 120px 0;
    padding-right: 0;
}

.faqs-section .faq-column .sec-title {
    margin-bottom: 40px;
}

.faqs-section .image-column {
    position: relative;
    margin-bottom: 80px;
}

.faqs-section .image-column .inner-column {
    position: relative;
    margin-left: -580px;
    padding-right: 80px;
}

.faqs-section .image-column .image {
    margin-bottom: 0;
}

.faqs-section .image-column .image img {
    -webkit-filter: drop-shadow(0 15px 60px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0 15px 60px rgba(0, 0, 0, 0.08));
}

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #dae6e6;
    border-radius: 25px;
    margin-bottom: 10px;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #4a494f;
    font-weight: 700;
    cursor: pointer;
    padding: 16px 30px;
    padding-right: 70px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn .icon {
    position: absolute;
    right: 30px;
    top: 16px;
    height: 26px;
    font-size: 18px;
    line-height: 26px;
    color: #4a494f;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    color: #d71515;
}

.accordion-box .block .acc-btn.active .icon {
    color: #d71515;
}

.accordion-box .block .acc-btn.active .icon:before {
    content: "\f107";
    color: #d71515;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content .content {
    position: relative;
    padding: 0px 30px 25px;
}

.accordion-box .block .acc-content .content .text {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #7d8185;
    margin-bottom: 0;
}

.accordion-box .block .acc-content.current {
    display: block;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}

/*cart start*****************************************/
.checkout_table {
    border: 1px solid #ced4da;
    padding: 30px;
}

.table_page {
    margin-bottom: 20px;
}

.cart-tabel {
    width: 100% !important;
}

.table-responsive table thead {}

.table_page table thead tr th {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
}

.table_page table tbody tr td,
.table_page table thead tr th {
    padding: 10px;
    text-align: center;
}

.product_thumb a img {
    width: 51px;
    height: 62px;
    border-radius: 3px;
}

#cart_area_two .plus-minus-input {
    justify-content: center;
}

.plus-minus-input {
    display: flex;
    align-items: center;
}

#cart_area_two .table_page table tbody tr td.product_quantity input {
    margin: 0 9px;
}

.table_page table tbody tr td.product_quantity input {
    height: 45px;
    padding: 0 5px 0 5px;
    background: none;
    border: 1px solid #b62c10;
    display: block;
    color: #000;
}

.table-responsive table tbody tr td {
    font-weight: 501;
    text-transform: capitalize;
    text-align: center;
    border-bottom: 1px solid #c1b7b7;
    color: #404040;
}

.product_name a {
    color: #000;
}

.product_name a:hover {
    color: #80B500;
}


.cart-page {
    background: #fff;
}

.erorr-text {
    text-align: center;
}

.erorr-text h1 {
    font-weight: 400;
    font-size: 200px;
    text-shadow: 2px 17px 5px rgba(17, 17, 16, 0.28);
    line-height: 165px;
    text-align: center;
}

.erorr-text form button {
    background: orange;
    color: #fff;
    padding: 1px 20px;
}

.erorr-text input {
    min-height: 47px;
    background: #fff;
    border: 1px solid #ddd;
}

.erorr-text h3 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.product_quantity {
    display: table-cell;
}

.product_quantity span {
    border: 1px solid gray;
    color: #000;
    background: #B62C10;
}

.cart-button a {
    background: #80B500;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
}

.cart-button a:hover {
    background: green;
}

.product_remove a {
    color: #E60A30;
}

.button-bar button {
    outline: none;
    border: none;
    background: #ce2d0c;
    color: #fff;
    font-size: 16px;
}

.button-bar button:hover {
    background: red;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #b62c10;
}

.cart-tabel thead tr {
    background: #b02b10;
}

.cart-tabel thead tr td {
    color: #fff !important;
}

/*////qty*/
.product-qty {
    display: flex;
    margin-top: 20px;
    color: #000;
}

.product-qty .qtys {
    padding-top: 6px;
}

.counter-qty {
    margin: 0;
    display: flex;
    justify-content: center;
    margin-left: 11px;
}

.counter-qty input {
    width: 150px;
    border: 0;
    line-height: 30px;
    font-size: 17px;
    text-align: center;
    background: #80B500;
    color: #000;
    appearance: none;
    outline: 0;
    font-weight: bold;
}

.counter-qty span {
    display: block;
    font-size: 25px;
    padding: 0 10px;
    cursor: pointer;
    color: #FFF;
    user-select: none;
    border: 1px solid #B62C10;
}

.product-qty.product_quantity {
    justify-content: center;
}

.button-bar.pt-20.text-end {
    text-align: end;
}

.card-price {
    background: #b62c10;
    color: #fff;
}

.price-header {
    padding: 10px 6px 0px 11px;
}

.card-title {
    margin-bottom: .75rem;
    color: #fff;
}

.table-responsive.table-payment {
    border: 1px solid #dee2e6;
    padding: 30px;
}

.table-responsive.table-payment thead tr {
    background: #861c06;
    color: #fff;
    border: none;
}

/*course-list*/
.course-title {
    background: #b62c10;
    padding: 7px 17px;
    margin-bottom: 50px;
}

.course-title h3 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 18px;
}

.course-item {
    box-shadow: 0 0 20px rgba(98, 93, 93, 0.15);
    border: 1px solid #861c06;
    margin-bottom: 35px;
}

.course-item .des {
    padding: 52px;
    text-align: center;
    background: #e51b23;
}

.course-item .des h6 {
    font-family: Hind Siliguri;
    font-size: 40px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    color: #fff;
}

.course-item .item-title {
    padding: 13;
    padding: 11px;
    background: #861c06;
    display: block;
    text-align: end;
}

.course-item .item-title a {
    color: #fff;
}

/*profile-section*/
.profile-update-page {
    background: #B62C101C;
}

.profile-head {
    text-align: center;
}

.profile-title h5 {
    font-family: Hind Siliguri;
    font-size: 24px;
    font-weight: 600;
    line-height: 39px;
}

.profile-des .image img {
    max-width: 140px;
    height: auto;
    border-radius: 12px;
}

.profile-des {
    display: flex;
    justify-content: safe;
    justify-content: start;
    align-items: center;
}

.student-des {
    margin-left: 12px;
}

.profile-des .student-des h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;

}

.nav-student ul li span {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.nav-student ul li {
    line-height: 26px;
}

.nav-student ul li span i {
    margin-right: 5px;
}

.student-form {
    margin-top: 40px;
}

.student-form .form-group label {
    font-weight: 600;
}

.submit-btn {
    border: none;
    outline: none;
    background: #b62c10;
    padding: 11px 50px;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
}

.reset-box {
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 20px rgba(98, 93, 93, 0.15);
    border-radius: 12px;
}

.reset-box h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    display: block;
    margin-bottom: 36px;
}

/*======================================================================================*/
/*login page*/
/*======================================================================================*/
.login-page {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.register-login-resturon {
    padding: 70px;
    padding-top: 20px;
    border: 1px solid rgb(182, 44, 16);
    border-radius: 10px;
}

.register-login-images {
    background-color: #B62C10;
    padding: 45px 40px 0;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

.register-login-iframe {
    padding: 0;
    background-color: transparent;
}

.register-login-iframe iframe {
    height: 415px !important;
}

.register-login-images img {
    width: 100%;
    height: auto;
}

.register-login-images .shape-1 {
    top: 183px;
    left: 59%;
    position: absolute;
    -webkit-animation: rotate 15s linear infinite;
    animation: rotate 15s linear infinite;
}

.register-login-images .shape-1 img {
    max-width: 40px;
    height: auto;
}

.register-login-images .images {
    width: 100%;
}

.register-login-form {
    max-width: 400px;
    margin-left: auto;
    margin-top: 45px;
}

.register-login-form .title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.4;
    padding-bottom: 10px;
    position: relative;
}

.register-login-form .title span::before {
    position: absolute;
    content: "";
    background-image: url(../img/student/aa.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 121px;
    height: 21px;
    left: 17%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.register-login-form .form-resturon {
    padding-top: 30px;
}

.single-form {
    margin-top: 20px;
}

.form-resturon .form-control {
    display: block;
    width: 100%;
    padding: 15px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #fff;
    border: 1px solid #b77e73;
    border-radius: 6px;
    color: #000;
}

.form-resturon .form-control:focus {
    color: #0d0d0d;
    background-color: #fff;
    border: 1px solid #b62c10;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*======================================================================================*/
/*.contact area*/
/*======================================================================================*/
.contact__top {
    padding-top: 69px;
    background: #b62c10;
    padding-bottom: 50px;
}

.contact__top .address {
    background: #FFF;
    border-radius: 10px;
    padding: 50px 30px;
    text-align: center;
    border: 1px solid #b62c10;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact__top .address:hover .ion__outer {
    background: #b62c10;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact__top .address .ion__outer {
    width: 75px;
    height: 75px;
    background: #14262D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 35px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 25px;
}

.contact__top .address .address__text span {
    font-weight: 700;
    font-size: 22px;
    line-height: 16px;
    color: #b62c10;
}

.contact__top .address .address__text p {
    padding-top: 15px;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact__top .address .address__text p a {
    color: #000;
}

.btn-danger {
    color: #fff;
    background-color: #b62c10;
    border-color: #dc3545;
}

/*branch-section*/
.branch-item {
    box-shadow: 0 0 20px rgba(98, 93, 93, 0.15);
    border: 1px solid #B62C10;
    margin-bottom: 35px;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.branch-item .img .map {
    max-width: 165px;
    height: auto;
    position: absolute;
    left: 8px;
    top: 18%;
    z-index: -1;
}

img.branch_image {
    width: 100%;
    max-height: 400px;
    margin-bottom: 20px;
}

.branch-item .img .location {
    max-width: 68px;
    height: auto;
    position: absolute;
    right: 8px;
    top: 20%;
}

.branch-item .des {
    padding: 29px;
    text-align: center;
}

.branch-item .des h6 {
    font-family: Hind Siliguri;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    text-align: start;
    color: #eb3326;
    min-height: 61px;
}

.branch-item .item-title {
    padding: 13px;
    display: block;
    background: linear-gradient(90deg, #EA2027 31.82%, #EE5A24 100%);
    display: flex;
    justify-content: space-between;
}

.branch-item .item-title a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.branch-item .item-title a i {
    font-size: 12px;
    margin-right: 5px;
    border: 1px solid white;
    border-radius: 50%;
    background: transparent;
    padding: 5px;
}

.register-login-images .images {
    width: 100%;
}

/*-------------------------------------------------------------------------------------
    about
---------------------------------------------------------------------------------------*/
.about-area {
    padding: 70px 0;
}

.about-content .img {
    padding: 25px 0;
}

.about-content .img img {
    width: 100%;
    height: auto;
}

.feature-heading {
    text-align: center;
    width: 100%;
    background: #f2f2f2;
    padding: 10px;
}

.feature-heading h2 {
    font-size: 33px;
}

.feature-all {
    box-shadow: 0 6px 45px rgba(66, 66, 66, 0.1);
    box-sizing: border-box;
    background: #ffff;
    padding-top: 56px;
    padding-bottom: 20px;
}

.feature-heading h2 a {
    color: #E21A30;
    font-size: 33px;
}

.feature-heading h2 span {
    color: #333333;
}

.feature-heading p {
    color: #333333;
    font-size: 15px;
    width: 37%;
    margin: 0 auto;
}

/*video area*/
.hero-content-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.hero-content-img {
    position: relative;
    max-width: 775px;
}

.hero-content-img::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #17161a;
    opacity: .5;
    border-radius: 100px 20px 20px 20px;
}

.hero-content-img {
    position: relative;
}

.hero-content-img img {
    border-radius: 100px 20px 20px 20px;
    max-width: 500px;
}

.hero-content {
    background: linear-gradient(233.77deg, rgb(134, 28, 6) 0.94%, rgba(161, 2, 2, 0.8) 99.09%);
    border: 1px solid rgba(173, 173, 173, .2);
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    max-width: 670px;
    padding: 80px 50px;
    position: relative;
    margin-left: -100px;
}

.hero-content h4 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.hero-content h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 601;
}

.hero-content h4 span {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: .05em;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
}

.hero-content p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    margin-bottom: 60px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.hero-content a {
    color: #fff;
    font-weight: 400;
}

.pq-video-icon a {
    margin: auto;
    position: absolute;
    top: 39%;
    left: 34%;
    /* transform: translate(-50%, -50%); */
    text-decoration: none;
    color: #b62c10;
    font-size: 20px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    background-color: white;
    border-radius: 90%;
    -webkit-animation: video 1s linear infinite;
    animation: video 1s linear infinite;
}

.pq-video-icon span {
    display: none;
}

@keyframes video {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 70px rgba(255, 255, 255, 0);
    }
}

/*video-warrper*/
.video-wrapper {
    position: relative;
    width: 860px;
    margin: 10px auto;
    max-width: 100%;
    padding: 4% 4% 6%;
    background: #333;
    border-radius: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px #000 inset, 0px 0px 25px #666666 inset;
    -moz-box-shadow: 0px 0px 5px #000 inset, 0px 0px 25px #666666 inset;
    -webkit-box-shadow: 0px 0px 5px #000 inset, 0px 0px 25px #666666 inset;
}

.video-container {
    border-top: 3px solid #000;
    border-right: 3px solid #222;
    border-bottom: 3px solid #333;
    border-left: 3px solid #111;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-wrapper:after {
    position: absolute;
    bottom: 2%;
    left: 50%;
    width: 94px;
    margin-left: -47px;
    padding: 2px 4px;
    border-top: 1px solid #111;
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
    border-left: 1px solid #111;
    background: #2c2c2c;
    content: "Focus Tv";
    color: #777;
    text-align: center;
    line-height: 10px;
    font-size: 14px;
    text-shadow: 0px 0px 1px #000;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form-control:focus {
    box-shadow: none;
}

[type="radio"] {
    width: 15px;
    height: 15px;
}

.video-right {
    height: 800px;
    overflow-y: scroll;
}

.youtube-list-title {
    padding: 12px;
    background-color: #B62C10;
    font-family: 'Hind Siliguri', sans-serif;
    margin-bottom: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.youtube-list-title .accordion-icon {
    font-size: 28px;
    margin-left: 10px;
    color: #ffffff;
    font-weight: 600;
}

.youtube-list-title h4 {
    color: #fff;
    font-size: 16px;
}

.video-list ul {
    margin-left: 20px;
}

.video-list ul li {
    box-sizing: border-box;
    position: relative;
    list-style: none;
    padding: 20px 40px;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
    color: #000;
    margin: 0 auto 20px;
    text-transform: uppercase;
    counter-increment: count;
}

.video-list ul li a {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.video-list ul li a:hover {
    color: #27CA7D;
}

.video-list ul li::before {
    position: absolute;
    content: counter(count);
    top: 0px;
    left: -20px;
    display: inline-block;
    width: 41px;
    padding: 20px 0;
    text-align: center;
    background: #b62c10;
    color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
    height: 100%;
}

.video-list ul li:nth-child(-n+9):before {
    content: '0' counter(count);
}

.video-description {
    border: 3px solid #b62c10;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin-top: 15px;
}

/*abc*/
.mcq-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px;
    align-content: center;
    display: flex;
    align-items: center;
    z-index: 9;
    position: relative;
}

.mcq-banner-content {
    text-align: start;
}

.mcq-banner-content h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    color: #FFFBFB;
}

.mcq-banner-content p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 39px;
    color: #FFFBFB;
    width: 60%;
    text-align: start;
}

/*mcq-page*/
.container-2 {
    max-width: 1200px;
}

.mcq-page {
    background: #D3F0F9;
    padding-top: 70px;
    margin-top: -30px;
    z-index: -1;
    left: 0;
    right: 0;
    position: static;
    padding-bottom: 50px;
}

.mcq-content {
    background: #ffff;
    padding: 53px 100px;
    margin-top: -70px;
}

.mcq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.watch {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.watch::before {
    position: absolute;
    content: '';
    clear: both;
    left: 19px;
    bottom: 0;
    background: url('assets/images/banner/watch_bottom.png');
    width: 100%;
    height: 9px;
    z-index: -1;
    background-repeat: no-repeat;
}

.watch .timer {
    padding-left: 5px;
}

.watch .img img {
    width: 40px;
    height: 40px;
}

.wathc-button a {
    background: #B62C10;
    border-radius: 4px;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
}

.wathc-button a:hover {
    background: #0E0A38;
}


.quiz-options {
    margin: 25px 0;
}

.quiz-options .title {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
    color: #253D4E;
}

[type=radio] {
    border: 0;
    height: 0.0625rem;
    width: 0.0625rem;
    position: absolute;
}

.quiz-options input:invalid+label {
    background: #fff;
}

.quiz-options label {
    display: flex;
    align-items: center;
    background: #F7F7F7;
    border: 1px solid #D7D3D3;
    border-radius: 2px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #253D4E;
    line-height: 22px;
}

.quiz-options label:hover .alphabet {
    background: #0b4e89;
    color: #fff;
}

.quiz-options label .alphabet {
    padding: 11px 26px 11px 25px;
    width: 3.3rem;
    margin: 0px 13px 0 0;
    display: flex;
    justify-content: center;
    color: #000;
    background: #b62c10;
    color: #FFF;
}

.input-single:checked+label {
    background: #206eb2;
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
}

.input-single:checked+label .alphabet {
    background: #0b4e89;
    color: #FFF;
}

.label-single:checked+label {
    font-weight: bold;
    text-transform: uppercase;
    -webkit-text-stroke: .6px #fff;
}

.label-single:checked+label .alphabet {
    background: #000;
    color: #fff;
}


/*mcq-result*/
.answer-ques-page {
    background: #ffff;
    padding: 53px 200px;
    margin-top: -70px;
}

.result-box {
    border: 2px solid #E8E8E8;
    border-radius: 24px;
    padding: 65px 30px 50px 30px;
    margin-top: 45px;
    position: relative;
}

.result-box .title {
    background: #ffff;
    position: absolute;
    content: '';
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 200px;
    height: 64px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.result-box .title h3 {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 50px;
    color: #0E0A38;
}

.top-single {
    background: #FFFEFE;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 16px 40px;
    display: inline-block;
    text-align: center;
}

.result-top {
    display: flex;
    justify-content: space-between;
}

.top-single span h4 {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 49px;
    text-align: center;
    color: #047396;
}

.top-single p {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #047396;
}

.top-single2 span h4,
.top-single2 p {
    color: #6155E2;
}

.top-single3 span h4,
.top-single3 p {
    color: #DA0505;
}

.top-single4 span h4,
.top-single4 p {
    color: #0FA70A;
}

.result-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 27px;
}

.bottom-single {
    background: #FFFEFE;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 30px 40px;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.bottom-single .icon img {
    width: 65px;
    height: auto;
}

.bottom-single .bottom-content h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    line-height: 35px;
    text-align: center;
    color: #000000;
}

.bottom-single .bottom-content p {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 34px;
    color: #0E0A38;
}

.bottom-content {
    margin-top: 10px;
}

.mcq-qus-result {
    position: relative;
}

.mcq-qus-result h2 {
    text-align: center;
    padding-top: 30px;
    position: relative;
}


.mcq-qus-result h2::before {
    position: absolute;
    content: '';
    width: 243px;
    height: 2px;
    background: #C2C2C2;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.mcq-footer {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

.mcq-footer p {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 49px;
    color: #0E0A38;
    background: #EFEFEF;
    border-radius: 62px 78px 0px 0px;
    display: inline-block;
    width: 180px;
    text-align: center;
}

.result-score {
    margin-top: 40px;
    margin-bottom: 0px;
}

.score-left {
    background: #FFFEFE;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    float: left;
    width: 40%;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.score-right {
    width: 60%;
    overflow: hidden;
    padding-left: 18px;
}

.score-single {
    padding: 6px;
}

.score-left h4 {
    font-family: Hind Siliguri;
    font-size: 21px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
}

.skillbar {
    width: 100%;
    border-radius: 10px;
    background: #FFFEFE;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    height: 56px;
}

.skillbar .progrese {
    font-weight: 900;
    font-size: 0.7em;
    text-align: center;
    padding: 1em;
    width: 50%;
    color: #fff;
    border-radius: 10px;
    position: relative;
    background: #FDC7AA;
    height: 100%;
}

.skillbar .progrese .skillName {
    position: absolute;
    left: 10%;
    top: 30%;
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

/*======================================================================================*/

/*responsive*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .answer-ques-page {
        padding: 53px 140px;
    }

    .top-single {
        padding: 16px 35px;
    }

    .bottom-single {
        padding: 26px 25px;
    }
}


@media all and (max-width:991px) {
    .mcq-banner-content {
        text-align: center;
    }

    .mcq-banner-content p {
        width: 100%;
        text-align: center;
    }

    .answer-ques-page {
        padding: 53px 65px;
    }

    .result-box {
        padding: 62px 30px 50px 22px;

    }

    .top-single {
        padding: 17px 19px;
        margin: 5px;
    }

    .bottom-single {
        padding: 7px 24px;
        margin: 5px;
    }

    .score-single {
        padding: 4px;
    }

    .bottom-content {
        margin-top: 0px;
    }

    .video-right {
        margin-top: 20px;
    }

    .card {
        margin-bottom: 20px;
    }
}



@media (max-width: 767px) {
    .mcq-content {
        padding: 53px 45px;
    }

    .quiz-options .title h4 {
        font-size: 18px;
    }

    .quiz-options {
        margin: 25px 0;
    }

    .result-top {
        display: block;
        text-align: center;
    }

    .top-single {
        margin-bottom: 10px;
    }

    .result-bottom {
        display: block;
    }

    .bottom-single {
        padding: 13px 30px;
        margin-bottom: 20px;
    }

    .score-left {
        width: 100%;
    }

    .score-right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
        display: inline-block;
    }

    .result-score {
        margin-top: 20px;
        margin-bottom: 0px;
    }
}





@media all and (max-width:570px) {
    .quiz-options label {
        font-size: 14px !important;
        line-height: 22px;
    }

    .mcq-content {
        padding: 53px 60px;
    }

    .quiz-options {
        margin: 25px 0;
    }

    .mcq-header {
        padding-bottom: 25px;
    }

    .result-top {
        display: block;
    }

    .top-single {
        border-radius: 10px;
        padding: 16px 40px;
        margin-bottom: 10px;
        display: block;
    }

    .result-bottom {
        display: block;
    }

    .bottom-single {
        margin-bottom: 10px;
    }

    .skillbar .progrese .skillName {
        font-size: 14px;
    }
}

@media all and (max-width:490px) {
    .quiz-options .title h4 {
        font-size: 15px;
        line-height: 29px;
    }

    .quiz-options .title {
        line-height: 32px;
        margin-bottom: 12px;
        color: #253D4E;
    }

    .quiz-options {
        margin: 20px 0;
    }

    .mcq-banner-content h4 {
        font-size: 30px;
    }

    .mcq-content {
        padding: 53px 29px;
    }

    .wathc-button a {
        background: #24AE1F;
        border-radius: 4px;
        padding: 8px 13px;
        text-decoration: none;
        color: #fff;
        font-size: 14px;
    }

    .answer-ques-page {
        padding: 29px 20px;
    }

    .result-top {
        display: block;
    }

    .top-single {
        border-radius: 10px;
        padding: 16px 40px;
        margin-bottom: 10px;
        display: block;
    }

    .result-bottom {
        display: block;
    }

    .bottom-single {
        margin-bottom: 10px;
    }

    .mcq-qus-result h2 {
        text-align: center;
        padding-top: 38px;
        position: relative;
        font-size: 24px;
    }

    .score-left h4 {
        padding: 10px;
    }
}

@media all and (max-width:397px) {
    .skillbar .progrese .skillName {
        top: 16%;

    }

    .youtube-list-title h4 {
        color: #fff;
        font-size: 14px;
    }
}

/* tabs */


/* start */
.inner-section:not(:last-child) {
    padding-bottom: 60px;
}

.inner-section .inner-sec-title {
    font-family: var(--hindSiliguri);
    font-weight: 600;
    font-size: 30px;
    text-transform: capitalize;
    margin: 60px 0 24px 0;
    color: var(--title-color);
    line-height: 1.2;
}

@media all and (max-width:397px) {
    .inner-section .inner-sec-title {
        margin: 40px 0 20px 0;
    }
}

.course-syllabus .accordion-item {
    background-color: #fff;
    border: 0;
    border-radius: 10px;
    margin-bottom: 12px;
}

.course-syllabus .accordion-item .accordion-header {
    margin-bottom: 0 !important;
}

.course-syllabus .accordion-body {
    border: 1px solid var(--ddd);
    border-radius: 0px 0px 8px 8px;
}

.course-syllabus .accordion-item .accordion-button {
    background: var(--primary-color);
    border-radius: 5px;
    color: var(--text-white-color);
    font-weight: 600;
    font-family: var(--poppins);

    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px;
    font-size: 1rem;
    line-height: normal;
    color: #fff;
    text-align: left;
    border: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.course-syllabus .accordion-item .accordion-button:focus {
    box-shadow: unset;
}

.course-syllabus .accordion-item .accordion-button:not(.collapsed) {
    background: var(--primary-color);
    border-radius: 8px 8px 0px 0px;
}

.course-syllabus .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 8PX;
    border-bottom-left-radius: 8PX;
}

.course-syllabus .accordion-item .accordion-button::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    background-image: none;
    color: var(--text-white-color);
}

.course-syllabus .accordion-item .accordion-button:not(.collapsed)::after {
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    background-image: none;
    color: var(--text-white-color);
}

.course-syllabus .accordion-body {
    padding: 0;
}

.course-syllabus .accordion-body .chapter {
    display: flex;
    justify-content: space-between;
    padding: 16px;
}

.course-syllabus .accordion-body .chapter:not(:last-child) {
    border-bottom: 1px solid var(--ddd);
}

.course-syllabus .accordion-body .chapter-link:not(:last-child) {
    border-bottom: 1px solid var(--ddd);
    display: block;
}

.course-syllabus .accordion-body .chapter .title-area {
    display: flex;
    align-items: start;
    margin-right: 10px;
}

.course-syllabus .accordion-body .chapter .title-area i {
    margin-right: 10px;
    color: var(--primary-color);
}

.course-syllabus .accordion-body .chapter .title {
    font-family: var(--poppins);
    font-weight: 500;
    font-size: 16px;
    color: var(--title-color);
    line-height: 1.2 !important;
}

.course-syllabus .accordion-body .chapter .title i {
    margin-right: 10px;
}

.course-syllabus .accordion-body .chapter .icon-area i {
    color: var(--primary-color);
}

/* end */



.course-content-tab .nav-link.active {
    border: 0;
    border-bottom: 2px solid #B62C10;
    color: #B62C10;
}

.course-content-tab .nav-tabs .nav-link:focus,
.course-content-tab .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.course-content-tab .nav-tabs .nav-link.active:focus,
.course-content-tab .nav-tabs .nav-link.active:hover {
    border-bottom-color: #FF630E;
}

.course-content-tab .nav-tabs {
    margin-bottom: 30px;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-item a {
    font-weight: 600;
    font-size: 17px;
}

.Routin-course {
    padding: 20px;
    background: #a32932;
    text-align: center;
    margin-top: 25px;
}

.Routin-course h4 {
    color: #fff;
}

.Routin-course a {
    padding: 10px 20px;
    background-color: #265c8a;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
}

.Routin-course a i {
    margin-right: 5px;
}

/* routine date */
.routine-left {
    box-shadow: 2px 2px 4px 1px rgba(228, 228, 228, 0.25);
    padding: 16px;
    text-align: center;
    color: white;
    height: 100%;
    background: linear-gradient(90deg, rgb(11 120 146) 31.82%, rgb(15 110 161) 100%);
}

.routine-left h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
}

.routine-left h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
}

.routin-content {
    border: 2px solid #3231315c;
    width: 125px;
    position: relative;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 0;
    box-shadow: 0px 0px 13px 3px #00000075;
    margin: 0;
    background: #e0dcdca8;
    margin: 0 auto;
}

.date-div {
    padding: 13px 0;
    position: relative;
}

.date-div a {
    background-color: #b62c10;
    padding: 0px 5px;
    color: #ffff;
    display: inline-block;
    border-radius: 5px;
}

.date-div .angle-left {
    position: absolute;
    top: 15px;
    left: -31px;
}

.date-div .angle-right {
    position: absolute;
    top: 15px;
    right: -31px;
}


.date-div p {
    font-size: 35px;
    margin: 0;
    padding: 0;
}

.top-nav {
    position: absolute;
    top: -8px;
}

.top-nav ul {
    display: flex;
    padding: 0;
}

.top-nav ul li {
    list-style-type: circle;
    list-style-position: inside;
    width: 8px;
    height: 16px;
    border-radius: 10px;
    background-image: radial-gradient(white 30%, #000000e3 40%, #aca9a9ad 70%);
    margin: 0px 12px;
    display: block;
    position: relative;
    box-shadow: 0px 4px 3px 0px #000;
}

.sub-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #b62c10;
    border-radius: 17px 17px 0 0;
}

.year-div {
    font-size: 30px;
    margin-top: 11px;
    padding: 10px;
    color: #fff;
}

.routin-right {
    background:linear-gradient(to right, #0A7D8C 34.78%, #116AA7 100%);
    padding: 35px 30px;
    height: 100%;
    display: flex;
    align-items: center;
}

.routin-right ul li {
    font-size: 19px;
    font-weight: 400;
    line-height: 57px;
    color: #fff;
}

.routin-right ul li a {
    font-size: 19px;
    font-weight: 400;
    line-height: 57px;
    color: #fff;
}

/* branch-detil */
.contact-form-info h2 {
    font-size: 32px;
    line-height: 55px;
    color: #fff;
    text-align: center;
}

.contact-info-list .item {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.contact-info-list .item .icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: #B62C10;
    margin-right: 10px;
    float: left;
}

/* .contact-info-list .item:first-child .icon{
  width: 100px;
  height: 50px;
} */
.contact-info-list .item .content {
    overflow: hidden;
    width: 70%;
}

.contact-info-list .item .content h4 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
}

.contact-info-list .content p a {
    color: #fff;
    line-height: 24px;
}

.contact-info-list .content p {
    color: #fff;
    line-height: 24px;
    margin-bottom: 4px;
}

.contact-form-info {
    background: #b62c10;
    padding: 34px;
}

.google-map iframe {
    height: 390px;
    width: 100%;
}

.branch-social ul {
    display: flex;
}

.branch-social ul li a {
    color: #fff;
    font-weight: 400;
}

.branch-social ul li {
    margin: 0 10px;
}

.branch-social ul li a {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #b62c10;
    border-radius: 50%;
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notice-board {
    background: #fff;
    box-shadow: 0px 0px 30px 0px #b8bcc8;
    overflow: hidden;
    min-height: 400px;
    height: 100%;
    border: 1px solid #b62c10;
}

.notice-board h4 {
    text-align: center;
    background: #b62c10;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 14px 0;
    text-transform: uppercase;
}

.notice-content {
    padding: 17px 26px 40px 33px;
    /* border: 1px solid #b62c10; */
}

.notice-content ul li {
    font-size: 17px;
    line-height: 30px;
    padding-top: 6px;
    color: #010000;
    font-weight: 300;
    position: relative;
    padding-left: 1.2em;
    border-bottom: 1px solid #eee5e5;
}

.notice-content ul li::before {
    content: '\f101';
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: block;
    font-size: 14px;
    position: absolute;
    color: #b62c10;
    margin-left: -1.2em;
}

.notice-content ul li a {
    margin-left: 10px;
    color: #000;
}

/* news-section */
.news-section {
    background-color: #F7F4F9;
}

.img-right img {
    width: 100%;
    height: auto;
}

.news-left h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

/*blog-post*/
.blog-area-main {
    background: #F6F6F6;
    position: relative;
    overflow: hidden;
}

.blog-bg .bg1 {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
}

.blog-bg .bg2 {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}

.blog-single {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    position: relative;
}

.count-text {
    font-size: 41px;
    font-weight: 700;
    -webkit-text-stroke: 2px rgba(51, 6, 91, 0.1);
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
    position: absolute;
    left: 10px;
    top: 50%;
    line-height: 1;
    -webkit-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}

.blog-single.type-blog {
    padding-top: 40px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    position: relative;
}

.blog-single.type-blog:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.image_box .blog-ani {
    position: absolute;
    content: "";
    width: 25%;
    height: 100%;
    left: 0;
    background: #861c06;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    bottom: -50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
}

.blog-single:hover .image_box .blog-ani {
    opacity: 0.7;
    bottom: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.image_box .blog-ani.ani_2 {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    left: 25%;
    -webkit-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
}

.image_box .blog-ani.ani_3 {
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    left: 50%;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
}

.image_box .blog-ani.ani_4 {
    -webkit-transition: 0.9s ease-in-out;
    transition: 0.9s ease-in-out;
    -ms-transition: 0.9s ease-in-out;
    -moz-transition: 0.9s ease-in-out;
    -o-transition: 0.9s ease-in-out;
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
    left: 75%;
}

.blog-single.type-blog .vertical_text_1 {
    position: absolute;
    top: 30px;
    left: 20px;
}

.vertical_text_1 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.blog-single.type-blog .vertical_text_1 .date_tm {
    font-size: 22px;
    color: #282828;
    line-height: 30px;
    font-weight: 700;
}

.blog-single.type-blog .vertical_text_1 .date_tm i {
    top: -5px;
    color: #861c06;
    position: relative;
}

.blog-single.type-blog .blog-content {
    position: relative;
    padding-left: 70px;
    background: #fff;
    -webkit-box-shadow: 0 5px 22px 0px rgba(15, 53, 103, 0.05);
    box-shadow: 0 5px 22px 0px rgba(15, 53, 103, 0.05);
    border-radius: 20px;
}

.blog-single.type-blog .blog-content .image_box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 270px;
    top: -40px;
}

.blog-single.type-blog .blog-content .image_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.blog-content .content {
    position: relative;
    top: -15px;
    padding: 10px 20px 20px 0px;
}

.blog-content .content .authour {
    position: relative;
    margin-bottom: 15px;
}

.blog-content .content .authour img {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    margin-right: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.blog-content .content .blog-title a {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 15px;
}

.blog-content .content a.read_more {
    color: white;
    background: #861c06;
    padding: 6px 12px;
    border-radius: 5px;
    display: inline-block;
}

.blog-content .content a.read_more i {
    background: #fff;
    color: #861c06;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 19px;
    margin-left: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-content .content a.read_more:hover i {
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-single.type-blog:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.blog-content {
    border-radius: 0px;
}

.blog-content .image_box {
    border-radius: 0px;
}


.blog-area.two {
    padding: 100px 0;
}

.widget {
    padding: 30px 40px 40px;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px rgba(51, 51, 51, 0.10);
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.10);
}

.search-form {
    position: relative
}

.search-form input {
    width: 100%;
    height: 55px;
    border: 0;
    background-color: #f1f1f1;
    padding-left: 20px;
    border-radius: 5px;
}

.search-form button {
    position: absolute;
    right: 40px;
    top: 30px;
    height: 55px;
    width: 60px;
    border: 0;
    background-color: #B62C10;
    font-size: 20px;
    padding: 0 20px;
    border-radius: 0 5px 5px 0;
    color: #fff;
}

.search-form button:hover {
    background-color: #130f40;
}

.widget h4 {
    color: #242429;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 24px;
}

.latest-post.widget {
    padding-bottom: 20px;
}

.recent-post-single {
    overflow: hidden;
    margin-bottom: 20px;
}

.recent-post-thumb.two img {
    margin: 0;
    border-radius: 5px;
}

.recent-post-cont.two {
    padding: 0 0 0 20px;
}

.recent-post-thumb {
    float: left;
    width: 30%;
}

.recent-post-cont {
    float: left;
    width: 70%;
    padding: 0 20px 0 10px;
}

.recent-post-cont.two a {
    color: #130f40;
    font-weight: 700;
    font-size: 14px;
}

.recent-post-cont.two a:hover {
    color: #B62C10;
}

.recent-post-cont.two span {
    color: #696969;
}

.menu-services-icon.two {
    margin: 0 0 0 15px;
}

.widget-list li {
    padding: 0 0 15px;
}

.widget-list li a {
    color: #696969;
}

.widget-list li i {
    color: #B62C10;
    padding-right: 5px;
}

.menu-list.widget {
    padding-bottom: 20px;
}

.widget-list li a:hover {
    color: #B62C10;
}

.all-posts-wrap {
    padding-right: 40px
}

.blog-posts {
    margin: 0 0 100px;
}

.blog-posts h3 {
    margin-bottom: 15px;
}

.blog-post-thumb img {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.blog-posts-meta {
    padding-bottom: 10px;
}

.blog-posts-meta ul li i {
    margin-right: 6px;
    font-size: 14px;
    color: #B62C10;
}

.blog-posts-meta ul li {
    display: inline-block;
}

.blog-posts-meta ul li a {
    color: #696969;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
    margin-right: 15px;
}

.blog-posts-meta ul li a:hover {
    color: #B62C10;
}

.blog-posts h3 a {
    color: #130f40;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
}

.blog-posts-meta ul li a:hover {
    color: #B62C10;
}

.blog-area.two p {
    line-height: 1.8;
}

.blog-posts.two {
    margin: 0 30px 0 0;
}

.admin-post-btn {
    margin-top: 40px;
}



.blog-pagination li {
    display: inline-block;
}

.blog-pagination li a,
.blog-pagination li span {
    width: 55px;
    height: 55px;
    background-color: #f7f7f7;
    display: block;
    border: 1px solid #e6f0fa;
    border-radius: 5px;
    font-weight: 500;
    line-height: 55px;
    font-size: 16px;
    margin: 0 5px;
}

.blog-pagination li i {
    font-size: 20px;
}

.blog-pagination li a:hover,
.blog-pagination li span {
    border-color: #FF630E;
    background-color: #FF630E;
    color: #fff;
}

.feature-page.two {
    margin: 0 250px;
}

.entry-content h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 30px 0 15px;
}

.block-quote {
    background-color: #f5f5f5;
    border: 0;
    padding: 25px 30px 35px;
    margin: 35px 0;
}

.block-quote i {
    color: #dedede;
    font-size: 30px;
    font-style: italic;
    line-height: 40px;
}

.block-quote p {
    margin: 0 0 8px;
    font-style: italic;
    line-height: 1.8;
}

.block-quote h6 {
    color: #B62C10;
    font-size: 18px;
    font-weight: 700;
}

.blog-post-thumb.two {
    margin: 0 30px 0 0;
}

.blog-post-thumb.two ul li {
    padding-bottom: 8px;
    line-height: 28px;
    font-weight: 400;
    font-size: 16px;
    color: #696969;
}

.entry-footer {
    margin-top: 15px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
    position: relative;
}

.post-tags {
    font-size: 16px;
    font-weight: 500;
    color: #B62C10;
    padding-right: 20px;
}

.post-tag a {
    display: inline-block;
    background-color: #B62C10;
    color: #fff;
    font-size: 13px;
    padding: 0px 12px;
    border-radius: 4px;
    margin-right: 0;
    margin-left: 8px;
}

.entry-footer ul {
    position: absolute;
    top: 26px;
    left: 56px;
}

.entry-footer ul li {
    display: inline-block;
    margin-right: 10px;
}

.entry-footer ul li a {
    display: inline-block;
    background-color: #B62C10;
    color: #fff;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 4px;
}

.comment-form input {
    height: 50px;
}

.comment-respond {
    margin-top: 60px;
}

.comment-respond h4 {
    font-size: 24px;
    font-weight: 700;
    color: #B62C10;
}

.comment-respond p {
    margin-bottom: 28px;
}

.comment-respond form {
    font-size: 16px;
    line-height: 28px;
    color: #696969;
}

.comment-message .form-control,
.comment-form .form-control {
    border: 1px solid transparent;
    padding: 10px 20px;
    background: #F3F4F5;
    color: black;
}

.comment-message .form-control:focus,
.comment-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #861c06;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page-pagination {
    padding-top: 60px;
}


.page-pagination .pagination li {
    margin-right: 12px;
}

.page-pagination .pagination li a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #212832;
    border: 1px solid rgba(48, 146, 85, 0.2);
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 13px;
}

.page-pagination .pagination li a.active,
.page-pagination .pagination li a:hover {
    color: #fff;
    background-color: #861c06;
    border-color: #861c06;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.unit_list-item {
    border: 1px solid #00000066;
    margin-bottom: 20px;
}

.unit_list-content {
    background: linear-gradient(180deg, #833471 0%, #6F1E51 100%);
    text-align: center;
    height: 200px;
    align-items: center;
    align-content: center;
    /* transform: translate(50px,50px); */
    padding: 40px;
}

.unit_list-content h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffff;
}

.unit_list-content h5 {
    font-size: 27px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffff;
}

.unit-btn {
    padding: 13px 9px;
    text-align: center;
}

.unit-btn a {
    display: inline-block;
    padding: 10px 18px;
    background: linear-gradient(90deg, #EA2027 31.82%, #EE5A24 100%);
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;

}

.unit-btn a:hover {
    background: linear-gradient(90deg, #C40E14 31.82%, #C63A07 100%);
    transition: all 0.3s ease;
}

/*video area*/

.campus-visit-area {
    overflow: hidden;
    position: relative;
}

.campus-visit-area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    /* z-index: -1; */
    opacity: 0.9;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .campus-visit-area {
        padding-top: 100px
    }
}

@media (max-width:767px) {
    .campus-visit-area {
        padding-top: 80px
    }
}

.campus-visit-wrapper {
    position: relative;
    z-index: 9;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap
}

.campus-visit-wrapper::before {
    position: absolute;
    content: '';
    width: 40%;
    height: 100%;
    background-color: #861c06;
    top: 0;
    left: 0;
    z-index: -1;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .campus-visit-wrapper::before {
        display: none
    }
}

@media (max-width:767px) {
    .campus-visit-wrapper::before {
        display: none
    }
}

.campus-visit-wrapper::after {
    position: absolute;
    content: '';
    width: 60%;
    height: 100%;
    background-color: #f1f1f1;
    top: 0;
    right: 0;
    z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .campus-visit-wrapper::after {
        display: none
    }
}

@media (max-width:767px) {
    .campus-visit-wrapper::after {
        display: none
    }
}

.campus-visit-wrapper .campus-image-col {
    width: 70%;
    padding-top: 90px;
    padding-bottom: 85px;
    padding-left: 70px;
    padding-right: 0;
    margin: 0 auto;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .campus-visit-wrapper .campus-image-col {
        background-color: #07294d;
        width: 100%;
        padding: 80px
    }
}

@media (max-width:767px) {
    .campus-visit-wrapper .campus-image-col {
        background-color: #07294d;
        width: 100%;
        padding: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .campus-visit-wrapper .campus-image-col {
        padding: 50px
    }
}

.campus-visit-wrapper .campus-content-col {
    width: 50%;
    padding-top: 90px;
    padding-bottom: 85px;
    padding-right: 50px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .campus-visit-wrapper .campus-content-col {
        background-color: #f1f1f1;
        width: 100%;
        padding: 80px;
        padding-top: 70px
    }
}

@media (max-width:767px) {
    .campus-visit-wrapper .campus-content-col {
        background-color: #f1f1f1;
        width: 100%;
        padding: 20px 20px 10px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .campus-visit-wrapper .campus-content-col {
        padding: 50px;
        padding-top: 45px
    }
}

.single-campus {
    position: relative;
}

.campus-image img {
    width: 85%;
    margin: 0 auto;
}

.campus-image .slick-arrow {
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: -55px;
    left: 0;
    z-index: 99;
    text-transform: capitalize;
    cursor: pointer
}

.campus-image .slick-arrow i {
    font-size: 13px;
    margin-right: 5px
}

.campus-image .slick-arrow.next {
    left: 70px;
    margin-left: 5px;
    margin-right: auto
}

.campus-image .slick-arrow.next::before {
    position: absolute;
    content: '/';
    font-size: 16px;
    color: #fff;
    left: -17px;
    top: 0
}

.campus-content {
    max-width: 480px;
    margin-left: auto;
    padding: 0 30px
}


.campus-content .line {
    width: 150px;
    background: 0 0;
    border: 1px solid #07294d;
    margin-top: 30px
}

@media (max-width:767px) {
    .campus-content .line {
        margin-top: 15px
    }
}

.campus-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #07294d;
    margin-top: 25px
}

.campus-content .video-title {
    font-weight: 700;
    font-size: 46px;
    line-height: 54px;
    color: #07294d;
    margin-top: 35px
}


.campus-content .play {
    font-weight: 600;
    font-size: 24px;
    line-height: 54px;
    color: #07294d;
    margin-top: 15px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .campus-content .play {
        font-size: 20px;
        line-height: 48px
    }
}

@media (max-width:767px) {
    .campus-content .play {
        font-size: 20px;
        line-height: 30px
    }
}

.campus-content .play i {
    margin-right: 8px
}

.video-player {
    position: absolute;
    top: 40%;
    text-align: center;
    right: 40%;
}

.video-player span {
    display: none;
}

.header-log-reg .dropdown {
    position: relative;
    display: block;
    z-index: 999;

}

.header-log-reg .dropdown button {
    outline: none;
    border: none;
    background: none !important;
    display: inline-block;
    /* padding: 10px 27px; */
    color: #ffff;
}

.header-log-reg .dropdown-content {
    display: none;
    position: absolute;
    background: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-top: 2px solid #d73717;
    border-radius: 5px;
    z-index: 99999;
    right: -8px;
}

.header-log-reg .dropdown-content li {
    display: block !important;
}

.header-log-reg .dropdown-content li a {
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: start;
    font-weight: 700;
    color: #130f40;
    color: #130f40 !important;
    transition: all 0.3s ease;
}

.header-log-reg .dropdown-content a:hover {
    color: #b62c10 !important;
    transition: all 0.3s ease;
}

.header-log-reg .dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background: #c0392b;
}

.dropdown-phone {
    position: relative;
    display: block;
    z-index: 999;
    background: #ff630e;
    width: 200px;
    border-radius: 5px;
}

.coupon-form .form-control {
    font-size: 12px;
}

.about-description {
    background: #ffff;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: -1px 2px 8px rgba(151, 142, 142, 0.25);
}

.about-description ul {
    list-style: unset !important;
    padding: 40px;
}

/* chatting page */
.chatting_page {
    overflow: hidden;
    background-color: #fff;
    position: relative;

}

.chatting_page::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #cb4848;
    opacity: 0.9;
}

.chat-area {
    z-index: 1;
    background-color: #E6DFE6;
    box-sizing: border-box;
    box-shadow: 2px 8px 8px rgba(1, 0, 0, 0.25);
    border: 2px solid #e6dfe6;
    border-radius: 5px;
    padding: 25px;
}

.chat-title {
    padding: 18px 22px;
    background: #ffff;
    border-radius: 5px;
}

.chat-title span {
    color: #000;
    font-size: 20px;
}

.message_send_box {
    background: #fff;
    padding: 15px;
    margin-top: 13px;
    border: 1px solid #e0e0e0;
}

.other-question {
    padding: 18px 22px;
    background: #b62c10;
    margin-top: 10px;
    border-radius: 5px;
}

.other-question ul {
    display: flex;
}

.other-question ul li a {
    color: #fff;
}

.other-question ul li {
    padding: 0 10px;
    color: #fff;
}

.message-list {
    background: #fff;
    margin-bottom: 10px;
    padding: 15px;
}

.message-question {
    text-align: end;
    margin-bottom: 5px;
}

.message-question.message-answer {
    text-align: start;
}

.message-question .student-date h4 {
    font-size: 16px;
    font-weight: 500;
}

.message-question .student-date h4 span {
    color: #5c5555;
    font-size: 14px;
}

.student-img-que a img {
    max-width: 715px;
    width: 100%;
    max-height: 400px;
    height: 100%;
}

.student-text {
    margin-top: 10px;
}

.student-text p {
    width: 55%;
    text-align: end;
    display: inline-block;
    line-height: 21px;
    background: #e4e2e2;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 6px;
}

.student-text-reply p {
    width: 55%;
    text-align: start;
    display: inline-block;
    line-height: 21px;
    background: #e4e2e2;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 6px;
}





.chat_old {
    background: #fff;
    border-top: 1px solid #ced4da;
    margin-top: 20px;
    padding-top: 10px;
}

.chat-list {
    text-align: end;
}

.chat_list-item {
    background: red;
    padding: 17px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 30px;
}

.left_msg {
    color: #fff;
}

.subject-name {
    background: red;
    padding: 6px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
}

.chat_list-time {
    margin-bottom: 5px;
}

.answer-fillter {
    padding: 15px;
    background: #b62c10;
    border-radius: 6px;
}

.filter-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3d6d6;
    padding-bottom: 19px;
}

.filter-head h3 {
    color: #fff;
}

.filter-head a {
    color: #fff;
    border: 2px solid #ece8e8;
    padding: 11px 25px;
    border-radius: 12px;
    background: #8d1901;
    text-transform: capitalize;
}

.filter-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-form2 {
    width: 88%;
}

.filter-search .search-form span {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 20px;
    color: #fff;
    background: #5d1607;
    width: 12%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-btn button {
    color: #fff;
    border: 2px solid #ece8e8;
    padding: 11px 25px;
    border-radius: 12px;
    background: #8d1901;
    text-transform: capitalize;
}

.filttering {
    margin-top: 20px;
}

.form.searching button {
    box-shadow: none;
    outline: none;
    background: none;
    padding: 7px 15px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}


/*profile 2*/
.student-profile-output {
    background: #F6E7E4;
}

.student_output-header {
    background: linear-gradient(to right, #0A7D8C 34.78%, #116AA7 100%);
    padding: 30px;
}

.student_output-header {
    display: flex;
}

.student_output-img {
    width: 170px;
    position: relative;
}

.student_output-img .camera_icon {
    position: absolute;
    right: 8%;
    top: 60%;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
}

.student_output-img img {
    border: 1px solid #fff;
    border-radius: 50%;
    max-width: 150px;
    height: auto;
    padding: 7px;
}

.name_and-des h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

.name_and-des p {
    margin-bottom: 2px;
    color: #fff;
}

.all_output-info {
    margin-top: 20px;
}

.all_output-info ul li span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    text-align: start;
    width: 50%;
}

.all_output-info ul li span.first {
    font-weight: 600;
}

.all_output-info ul li span.first i {
    padding-right: 5px;
}

.output-descript {
    width: 365px;
}

.all_output-info ul li {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

/*.output-all-info{*/
/*    background: #fff;*/
/*    padding: 50px;*/
/*}*/

.output-all-info {
    background: #fff;
    padding: 50px;
    display: block;
    overflow: hidden;
}

.output-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
}

.output-tab.nav-tabs {
    border-bottom: none;
}

.output-tab.nav-tabs .nav-link {
    border: none;
    background: transparent;
    border-bottom: 3px solid transparent;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    padding: 0.5rem 17px 9px 8px;
}

.output-tab.nav-tabs .nav-link.active {
    color: #0a7d8c;
    background-color: #fff;
    border-bottom: 3px solid #0a7d8c !important;
}

.active_info-all .all_output-info ul li {
    margin-bottom: 17px;
}

.active_info-all .all_output-info ul li span {
    color: #000000CC;
}

.active_info-all .all_output-info ul li span.first {
    width: 40%;
}

.active_info-all .all_output-info ul li span.left {
    width: 60%;
}

/*.active_info-all {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    width: 100%;*/
/*}*/

.active_info-all {
    display: block;
    /* justify-content: space-between; */
    width: 100%;
    /* flex-direction: column; */
}

/*.on_info{*/
/*    width: 50%;*/
/*}*/

.on_info {
    width: 50%;
    float: left;
    /* display: inline; */
}

/*.output-all-info .tab-content {*/
/*    margin-bottom: 21px;*/
/*    border-bottom: 1px solid #dee2e6;*/
/*    padding-bottom: 95px;*/
/*}*/
.edit_icon {
    border: 1px solid #107380;
    padding: 3px 16px;
    border-radius: 7px;
    display: inline-block;
}

.edit_icon:hover {
    background: #107380;
    color: #fff;
}

.button_navv1 {
    display: none;
}

@media only screen and (max-width: 991px) {
    .active_info-all {
        width: 100%;
    }

    .output-all-info {
        padding: 27px;
    }

    .all_output-info ul li span {
        font-size: 15px;
    }

    .student_output-header {
        display: flex;
        align-self: center;
        align-items: center;
    }

    .all_output-info {
        margin-top: 9px;
    }

    .name_and-des h4 {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 0;
    }

    .output-descript {
        width: 345px;
    }
}

@media only screen and (max-width: 767px) {
    .active_info-all {
        display: block;
    }

    .on_info {
        width: 90%;
    }

    .output-all-info .tab-content {
        padding-bottom: 42px;
    }

    .student_output-header {
        display: block;
    }

    .student_output-img {
        width: 100%;
        text-align: center;
    }

    .student_output-header {
        padding: 32px 35px;
    }

    .student_output-header .output-descript {
        width: 100%;
        text-align: center;
    }

    .student_output-header .output-descript h4 {
        text-align: center;
    }

    .student_output-header .all_output-info ul li {
        display: block;
    }

    .student_output-header .all_output-info ul li span.left {
        margin-left: 5px;
    }

    .student_output-img .camera_icon {
        right: 31%;
        top: 60%;
    }

    .output-all-info .tab-content {
        padding-bottom: 39px;
    }

    /*.edit_icon .title{*/
    /*    display: none;*/
    /*}*/
    .edit_icon {
        *background: #0a7d8c;
        color: #0a7d8c;
    }

    .edit_icon .fa-user {
        display: none;
    }

    .edit_icon .fa-edit {
        display: none;
    }

    .output-nav {
        display: block;
    }

    .button_navv2 {
        display: none;
    }

    .button_navv1 {
        display: block;
        margin-bottom: 2px;
    }

    .active_info-all .all_output-info ul li span.first {
        width: 50%;
    }

    .active_info-all .all_output-info ul li span.left {
        width: 50%;
    }
}

@media only screen and (max-width: 570px) {
    .on_info {
        width: 100%;
    }

    .all_output-info.on_info .all_output-info ul li span {
        font-size: 14px;
    }
}




.section-news {
    padding: 0px 0;
}

.news {
    width: 100%;
    background: #cf392a;
}

.news-title {
    width: 158px;
    text-align: center;
    background: #f01;
    position: absolute;
    z-index: 10;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    color: #fff;
}

.news-title span {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    line-height: 48px;
}

.news-title span a {
    color: #fff;
}

.news marquee {
    font-size: 16px;
    margin: 8px 0;

}

.news-content p {
    margin-right: 41px;
    display: inline;
    color: #206eb1;
    font-weight: 600;
}

.news-content p a {
    margin-right: 5px;
    display: inline;
    color: white;
    font-weight: 600;
}


/* Free Exam start*/
.banner-item {
    background: #861c06;
    background-position: center;
    background-size: cover;
    padding: 40px 0;
}

.banner-item .banner-title {
    text-align: center;
    color: white;
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
}

.exam {
    padding: 60px 0;
    background-color: var(--bg-white-color);
}

.upc-nxt-exm {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-bottom: 60px;
}

.upc-nxt-exm a {
    width: 312px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    display: inline-block;
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 400;
    color: var(--title-color);
    transition: .5s;
}

.upc-nxt-exm .active,
.upc-nxt-exm a:hover {
    background-color: var(--primary-color);
    color: var(--text-white-color);
}

.upc-nxt-routine {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-bottom: 40px;
}

.upc-nxt-routine a {
    padding: 12px 20px;
    text-align: center;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    display: inline-block;
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 400;
    color: var(--title-color);
    transition: .5s;
}

.exam .form-option {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 8px;
}

.form-option .input-group-wrap input,
.form-option select {
    border: 1px solid var(--primary-color);
    width: 200px;
    padding: 14px;
    border-radius: 5px;
    background: var(--transparent);
    padding-right: 45px;
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 300;
    color: var(--paragraph-color-66);
    line-height: 23px;
}

.form-option .input-group-wrap {
    position: relative;
}

.form-option .input-group-wrap span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 25px;
    cursor: pointer;
    padding: 10px;
}

.form-option select option {
    background: var(--white-color);
}

.exam .exam-card,
.exam .exam-card-2 {
    background: var(--white-color);
    border-radius: 12px;
    padding: 24px;
    border: 0.75px solid var(--ddd);
    text-align: center;
    margin-top: 24px;
    text-transform: capitalize;
}

.exam-card .exam-card-title,
.exam-card-2 .exam-card-title {
    font-family: var(--poppins);
    font-size: 20px;
    font-weight: 700;
    color: var(--title-color);
}

.exam-card .exam-date,
.exam-card-2 .exam-date {
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 300;
    color: var(--paragraph-color-66);
    margin: 24px 0;
}

.exam-card .duration,
.exam-card .total-marks,
.exam-card-2.duration,
.exam-card-2.total-marks {
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
}

.exam-card .total-marks,
.exam-card-2 .total-marks {
    margin: 24px 0;
}

.exam-botton {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.exam-card-2 .exam-botton {
    gap: 10px;
}

.exam-card .exam-botton a,
.exam-card-2 .exam-botton a {
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 400;
    color: var(--text-white-color);
    background: var(--primary-color);
    border-radius: 5px;
    padding: 12px;
    display: inline-block;
    transition: .5s;
}

.exam-card .exam-botton a:hover,
.exam-card-2 .exam-botton a:hover {
    background: var(--secondary-color);
}

.exam-card .exam-botton span,
.exam-card-2 .exam-botton span {
    font-size: 30px;
}

/* ======Exam-page-End======== */

.range-card {
    padding: 24px;
    border: 1px solid var(--title-color);
    border-radius: 8px;
    margin-bottom: 24px;
}

.range-card .range-item {
    margin-bottom: 50px;
}

.range-card .range-item .title {
    font-family: var(--poppins);
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 24px;
    color: var(--title-color);
}

.range-card .range-item .sub-title {
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: var(--title-color);
}

.range-card .range-item .range {
    margin-top: 30px;
}

.range-card .range-item label {
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
    color: var(--title-color);
}

.range-card .range-item .range label {
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
    color: var(--title-color);
}

.range-card .btn-area {
    text-align: center;
}

.range-card .btn-area .main-btn {
    padding: 16px 12px;
    border-radius: 5px;
    background: var(--primary-color);
    color: var(--text-white-color);
    display: inline-block;
    transition: all .3s linear;
}

.range-card .btn-area .main-btn:hover {
    background: var(--secondary-color);
}

.page-header {
    background: #FFFFFF;
    padding: 60px 0;
}

.page-header .page-title {
    text-align: center;
    font-family: var(--passion);
    font-size: 32px;
    color: var(--text-white-color);
    text-transform: capitalize;
}

.page-header .content-area {}

.page-header .content-area .duration-mark {
    display: block;
    margin-top: 30px;
    text-align: center;
    line-height: 30px;
}

.page-header .content-area .date p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: var(--black-color);
    margin-top: 20px;
}

.page-header .content-area .duration-mark li {
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 500;
    color: var(--black-color);
    text-transform: capitalize;
}

.result-content {
    background: #FFFFFF;
    padding: 10px 0;
}

.result-content .page-title {
    text-align: center;
    font-family: var(--passion);
    font-size: 32px;
    color: var(--text-white-color);
    text-transform: capitalize;
}

.result-content .content-area {}

.result-content .content-area .duration-mark {
    display: block;
    margin-top: 30px;
    text-align: center;
    line-height: 30px;
}

.result-content .content-area .date p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: var(--black-color);
    margin-top: 20px;
}

.result-content .content-area .duration-mark li {
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 500;
    color: var(--black-color);
    text-transform: capitalize;
}

/************* Question page *************/
.timer-area {
    padding: 12px 0;
    background-color: var(--primary-color);
    border-top: 1px solid var(--white-color);
}

.timer-area.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 86px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
    animation: sticky 1s;
    border-bottom: 1px solid #ffffff;
}

.timer-area .timer-buttons {
    display: flex;
    justify-content: space-between;
}

.timer-area .timer-buttons .button {
    padding: 16px 12px;
    border-radius: 5px;
    border: 0;
    background: var(--secondary-color);
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 600;
    color: var(--text-white-color);
}

.timer-area .timer-buttons .button.submit {
    text-transform: uppercase;
}

.question-section {
    padding: 60px 0;
    background-color: var(--bg-white-color);
}

.question-item {
    background-color: var(--white-color);
    border-radius: 16px;
    box-shadow: 0px 4px 37px 0px #00000012;
    padding: 30px;
    margin-bottom: 24px;
}

.question-item .question-title {
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 800;
    color: var(--title-color);
    display: flex;
    column-gap: 8px;
}

.question-item .question-title .sl-no {
    margin-top: 4px;
}

.question-item .question-options .option-item input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 0;
    height: 0;
}

.question-item .question-options .option-item input:checked+label {
    background: var(--primary-color);
    font-family: var(--poppins);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: var(--text-white-color);
    border-radius: 8px;
    border: 0;
}

.question-item .question-options .option-item label {
    background: var(--white-color);
    border: 1px solid var(--ddd);
    border-radius: 8px;
    display: block;
    font-family: var(--poppins);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: var(--title-color);
    padding: 12px;
    cursor: pointer;
    transition: all .2s linear;
}

.question-item .question-options .option-item label:hover {
    background-color: var(--ddd);
}

.question-item .topic-name {
    background-color: var(--primary-color);
    padding: 8px 10px;
    border-radius: 5px;
    box-shadow: 0px 4px 37px 0px #00000012;
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 400;
    color: var(--text-white-color);
    display: inline-block;
    margin-top: 24px;
}

.question-btn .submit-btn {
    padding: 16px 12px;
    border-radius: 5px;
    background-color: var(--primary-color);
    border: 1px solid var(--transparent);
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 600;
    color: var(--text-white-color);
    text-transform: uppercase;
    margin-top: 10px;

}

.resultModal {}

.resultModal .result-modal-content {
    text-align: center;
}

.resultModal .modal-dialog {
    max-width: 424px;
}

.resultModal .modal-content {
    border-radius: 16px;
    padding: 30px;
}

.resultModal .result-modal-content .image {
    width: 60px;
    margin: auto;
}

.result-modal-content .image img {
    width: 100%;
}

.result-modal-content .title {
    font-family: var(--poppins);
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 28px;
    text-align: center;
    margin: 20px 0;
}

.result-modal-content .result-items-wrap {}

.result-modal-content .result-items-wrap .result-item {
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}

.result-modal-content .result-items-wrap .result-item .ri-title {
    font-weight: 600;
}

.result-modal-content .result-items-wrap .result-item .ri-value {}

.result-modal-content .score {}

.result-modal-content .score .score-title,
.result-modal-content .score .value {
    font-family: var(--poppins);
    font-size: 16px;
    color: var(--color-33);
    font-weight: 700;
}

.result-modal-content .score .value {
    color: var(--secondary-color);
    margin-left: 5px;
}

.result-modal-content .result-btn {
    padding: 13px 16px;
    background-color: var(--primary-color);
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    width: 100px;
    text-align: center;
    margin-top: 24px;
}

/************* Question page end *************/

/************* Solution page  *************/
.solution-section {
    padding: 60px 0;
    background-color: var(--bg-white-color);
}

.solution-item {
    background-color: var(--white-color);
    border-radius: 16px;
    box-shadow: 0px 4px 37px 0px #00000012;
    padding: 30px;
    margin-bottom: 24px;
}

.solution-item .solution-title {
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 24px;
    color: var(--title-color);
    display: flex;
    column-gap: 8px;
}

.solution-item .solution-title .sl-no {
    margin-top: 4px;
}

.solution-item .solution-options .option-item {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid var(--ddd);
    margin-bottom: 20px;
}

.solution-item .solution-options .option-item .solution-text {
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: var(--title-color);
}

.solution-item .solution-options .option-item.correct {
    background: var(--green-color);
    border-color: var(--green-color);
}

.solution-item .solution-options .option-item.wrong {
    border-color: #FF0000;
}

.solution-item .solution-options .option-item.correct .solution-text {
    color: var(--text-white-color);
}

.solution-item .solution-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.solution-item .solution-bottom .wrong,
.solution-item .solution-bottom .correct {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--ddd);
    margin: 0;
    display: inline-block;
}

.solution-item .solution-bottom .correct {
    color: var(--green-color);
}

.solution-item .solution-bottom .wrong {
    color: #FF0000;
}

.solution-item .solution-bottom .correct::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    margin-right: 5px;
}

.solution-item .solution-bottom .wrong::before {
    content: '\f057';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    margin-right: 5px;
}

.solution-item .solution-bottom .explanation {
    background-color: var(--primary-color);
    padding: 8px 10px;
    border-radius: 5px;
    box-shadow: 0px 4px 37px 0px #00000012;
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 400;
    color: var(--text-white-color);
    display: inline-block;
}

.solution-btn .submit-btn {
    padding: 16px 12px;
    border-radius: 5px;
    background-color: var(--primary-color);
    border: 0;
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 600;
    color: var(--text-white-color);
    text-transform: uppercase;
    margin-top: 10px;
}

.question_explanation {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid var(--ddd);
    margin-top: 20px;
    font-family: var(--poppins);
    font-size: 16px;
}

.question_explanation * {
    font-family: var(--poppins);
    font-size: 16px;
}

/************* Solution page end *************/
/* =====Leader-Board-Start==== */
.leader-board {
    padding: 60px 0;
    background-color: var(--bg-white-color);
}

.leader-input-wrap {
    position: relative;
    margin-bottom: 8px;
}

.leader-input-wrap input {
    width: 100%;
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 400;
    padding: 24px;
    padding-right: 60px;
    border-radius: 8px;
    border: 1px solid var(--ddd);
}

.leader-input-wrap .input-text {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 30px;
    color: var(--black-color);
    padding: 14px 24px 14px 14px;
    cursor: pointer;
}

.board-profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--ddd);
    padding: 12px;
    border-radius: 8px;
    margin-top: 24px;
    transition: all .3s linear;
}

.board-profile:hover {
    box-shadow: 0 5px 5px -2px rgba(0, 0, 0, .3);
    transform: translateY(-5px);
}

.board-profile .left-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.board-profile .position {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    font-family: var(--poppins);
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    color: var(--title-color);
    background: var(--shadow-color);
}

.board-profile .profile-image {
    height: 56px;
    width: 56px;
    overflow: hidden;
    border-radius: 8px;
    margin: 0 12px;
}

.board-profile .profile-image img {
    width: 100%;
}

.profile-discription h3 {
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 12px;
    text-transform: capitalize;
}

.board-profile .right-content .mark {
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 600;
    color: var(--text-white-color);
    padding: 7px 12px;
    background: var(--primary-color);
    border-radius: 5px;
}

/* =====Leader-Board-End====== */
.search-box button {
    border: 1px solid var(--primary-color);
    padding: 14px 20px;
    border-radius: 5px;
    background: var(--transparent);
    font-family: var(--poppins);
    font-size: 25px;
    font-weight: 600;
    color: var(--paragraph-color-66);
    line-height: 23px;
}

.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 65px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
}

.university-logo-section {
    padding: 50px 0;
}

.universities .single_university {
    display: block;
    cursor: pointer;
    text-align: center;
    background: #f8f8f8;
    padding: 35px 27px 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    box-shadow: inset 8px -4px 21px 1px #eeeeee;
}

.universities .single_university:hover {
    background-color: #eeeeee;
}

.universities .single_university .uni_title {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Hind Siliguri', sans-serif;
    line-height: 1.5;
    margin-top: 15px;
    min-height: 60px;
}

.universities .single_university .logo {
    width: 85px;
    margin: auto;
}

.universities .single_university .logo img {
    width: 100%;
}

.university-details-section {
    padding: 60px 0;
}

.university-details-card .university-details-title {
    font-family: var(--hindSiliguri);
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 24px;
}

.university-details-card .university-details-thumbnail {
    border-radius: 16px;
    margin-bottom: 24px;
    overflow: hidden;
}

.university-details-card .university-details-thumbnail img {
    width: 100%;
}

.university-details-lists {
    margin-top: 50px;
}

.university-details-lists .list_card {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 20px 19px;
    border-radius: 15px;
    margin-bottom: 24px;
}

.university-details-lists .list_card .title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: auto;
    margin-bottom: 24px;
    border-bottom: 2px solid #000;
    display: inline-block;

}

.university-details-lists .list_card .list_item p::before {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    margin-right: 8px;
}

.payment_banner img {
    width: 100%;
}

.student-menu{
    background: #0c7696;
}
ul.student-dashboard-list {
    background: #0c7696;
    /* margin: 10px; */
}
.student-dashboard-list .list-item {
    display: block;
    border-radius: 8px;
    padding: 10px 16px;
    transition: all .3s;
    /* background-color: #f9f9fa; */
    border: 1px solid #f9f9fa;
    font-size: 16px;
    color: white;
    margin-bottom: 16px;
}

.student-dashboard-list .list-item:hover {
    border: 1px solid;
    background:white;
    color:black;
}

.class-routine-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
}

@media (min-width: 575px) {
    .class-routine-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

.class-routine-wrapper .class-routine-item {
    border-radius: 15px;
    padding: 63px 20px;
    text-align: center;
}

.class-routine-wrapper .class-routine-item .routine-title {
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin-bottom: 4px;
}

.class-routine-wrapper .class-routine-item .routine-time {
    font-size: 16px;
    font-weight: 700;
    color: white;
    margin-bottom: 4px;
}

@media (min-width: 768px) {
    .class-routine-wrapper .class-routine-item .routine-time {
        font-size: 18px;
        /* md:text-xl */
    }
}

.class-routine-wrapper .class-routine-item .routineJoin-btn {
    padding: 8px 16px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    cursor: pointer;
    color: #fff;
    border-radius: 8px;
}

@media (min-width: 768px) {
    .class-routine-wrapper .class-routine-item .routineJoin-btn {
        padding: 12px 16px;
    }
}

/* --- bg-one styles --- */
.class-routine-wrapper .class-routine-item.bg-one {
    background-image: linear-gradient(180deg, #5E3619 0%, #1D0F18 100%);
}

.class-routine-wrapper .class-routine-item.bg-one .routineJoin-btn {
    border: 1px solid #C25000;
    background: linear-gradient(180deg, #5E3619 0%, #1D0F18 100%) !important;
}

.class-routine-wrapper .class-routine-item.bg-one .routineJoin-btn:hover {
    background-image: linear-gradient(180deg, #1D0F18 0%, #5E3619 100%) !important;
}

/* --- bg-two styles --- */
.class-routine-wrapper .class-routine-item.bg-two {
    background-image: linear-gradient(180deg, #1E5860 0%, #141F35 100%);
}

.class-routine-wrapper .class-routine-item.bg-two .routineJoin-btn {
    border: 1px solid #00A9C4;
    background: linear-gradient(180deg, #1E5860 0%, #141F35 100%);
}

.class-routine-wrapper .class-routine-item.bg-two .routineJoin-btn:hover {
    background-image: linear-gradient(180deg, #141F35 0%, #1E5860 100%);
}


.resultChart,
.attendanceChart {
    width: 160px;
}

.attendance_cards {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 24px 0;
}

.attendance_pie_card {
    background: linear-gradient(#1e5860, #141f35);
    width: 100%;
    padding: 20px;
    border-radius: 15px;
}

.result-pie-card {
    background: linear-gradient(#1c0d5c, #11072b);
    width: 100%;
    padding: 20px;
    border-radius: 15px;
}

.result-pie-card .title,
.attendance_pie_card .title {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.pie_labels .attendance_parcent_text {
    color: #ffffff;
}

.pie_labels .attendance_parcent_text i {
    margin-right: 5px;
}

.pie_labels .attendance_parcent_text i.present {
    color: #00BCD4;
}

.pie_labels .attendance_parcent_text i.absent {
    color: #F44336;
}

.pie_labels .attendance_parcent_text i.totalExam{
   color: #E91E63;
}
.pie_labels .attendance_parcent_text i.totalMark{
    color:#FFC107;
}
.pie_labels .attendance_parcent_text i.grandMark {
    color: #4CAF50;
}
.examChart-card{
    width: 100%;
    background: linear-gradient(#1c0d61,#120831);
    padding: 20px;
    border-radius: 15px;
}
.examChart-card .title{
    color: #ffffff;
    font-size: 18px;
}
@media (max-width: 768px) {

    .resultChart,
    .attendanceChart {
        width: 130px;
    }

    .attendance_cards {
        flex-direction: column;
    }
    .examChart-card .title{
    font-size: 16px;
}
}
