@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: "Playfair Display", serif;
    font-family: "Roboto", sans-serif;
    font-family: "Montserrat", sans-serif;
}
a {
    text-decoration: none;
    color: #000;
}
ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.img,
img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    line-height: 1.2;
}
p:empty {
    margin-bottom: 0 !important;
  }
p {
    margin-bottom: 0;
    line-height: 1.8em;
    font-size: 14px;
    font-weight: 400;
}
.mb-70 {
    margin-bottom: 70px;
}
.pb-20{
    padding-bottom: 20px;
}
.mt-70 {
    margin-top: 70px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-30{
    margin-top: 30px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-70 {
    padding-top: 70px;
}
.owl-theme .owl-dots {
    display: inline-block;
    margin-top: 20px;
}
.owl-theme .owl-dots span {
    background: #fff;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 10px;
    /* opacity: 0.5; */
    width: 12px;
}
.owl-theme .owl-dots .active span {
    background: #eb1c24;
}
.form-group {
    margin-bottom: 20px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: none;
}
.form-group label {
    margin-bottom: 5px;

    font-size: 15px;
    font-weight: 500;
}
.form-control:focus,
.form-control:active {
    box-shadow: none;
    border-color: #eb1c24;
}
.form-check-input:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.1);
}
.theme-btn {
    box-shadow: 0 0 0 3em #eb1c24 inset;
    color: #ffffff;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.theme-btn:hover {
    color: #eb1c24;
    box-shadow: 0 0 0 1px #eb1c24 inset;
    background-color: transparent;
}
.theme-btn2 {
    box-shadow: 0 0 0 1px #ffffff inset;
    color: #ffffff;
    background-color: transparent;
    padding: 15px 35px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.theme-btn2:hover {
    box-shadow: 0 0 0 3em #ffffff inset;
    color: #eb1c24;
}

.theme-btn-border {
    box-shadow: 0 0 0 1px #eb1c24 inset;
    color: #eb1c24;
    background-color: transparent;
    padding: 15px 35px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
} 

.theme-btn-border:hover {
    box-shadow: 0 0 0 3em #eb1c24 inset;
    color: #fff;
}
.bg-color {
    background-color: #fafafa;
}
.bg-color1 {
    background-color: #f2edeb;
}
.site-title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 30px;
    /* color: #fff; */
}
.sub-site-title{
    font-size: 25px;
    font-weight: 800;
    /* margin-bottom: 30px; */
}
.site-title-tagline {
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 600;
    color: #eb1c24;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
.error {
    font-size: 14px;
    color: #ff0000;
}
.main-body {
    /* min-height: calc(100vh - 100px); */
    /* background-color: #f4f4f4; */
    padding-top: 109px;
}

header .navbar {
    z-index: 99999;
    background-color: #fff;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 20px 0;
    z-index: 3;
    position: absolute;
    width: 100%;
    z-index: 99;
}
header .navbar.fixed-header {
    margin-top: 0;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-animation: slide-down 0.7s;
    animation: slide-down 0.7s;
}
.media-secreen-show{
    display: none;
}
.fixed-header .custom-navbar.nav-show{
    top: 75px;
}
@keyframes slide-down {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}
header .navbar.fixed-header {
    margin-top: 0;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-animation: slide-down 0.7s;
    animation: slide-down 0.7s;
}
header .navbar.fixed-header a.navbar-brand img {
    height: 55px;
}
header .navbar a.navbar-brand img {
    width: auto;
    height: 65px;
}
header .navbar a.navbar-brand {
    padding: 0;
}
header .navbar .navbar-nav {
    align-items: center;
}
.user-profile-img img {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
header .navbar .navbar-nav a.nav-link.theme-btn {
    padding: 10px 25px;
    color: #fff;
}
header .navbar .navbar-nav > li.nav-item {
    position: relative;
    padding: 5px 20px;
}

header .navbar .navbar-nav > li.nav-item:last-child {
    padding-right: 0;
}

header .navbar .navbar-nav a.nav-link {
    color: #000;
    padding: 0;
    font-size: 16px;
    /* letter-spacing: 1px; */
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
}
header .navbar ul .nav-item.active a.nav-link {
    color: #eb1c24;
}
/* header .navbar .navbar-nav a.nav-link:after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 5;
    bottom: -10px;
    margin-left: -4px;
    left: 50%;
    pointer-events: none;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #ee5b54;
    transition: 300ms ease all;
    transform: scale(0);
} */
header .navbar ul .nav-item.active a.nav-link:after {
    background-color: #eb1c24;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
header .navbar ul .nav-item a.nav-link:hover {
    color: #eb1c24;
}
footer {
    background-color: #2c3383;
    padding: 70px 0;
}
footer .lable-footer {
    margin-bottom: 15px;
    font-size: 22px;
    padding-bottom: 5px;
    position: relative;
    color: #293484;
    font-weight: 800;
    line-height: unset;
}
.link-footer li a i {
    margin-right: 10px;
    color: #eb1c24;
}
.link-footer li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.link-footer li a {
    font-size: 14px;
    color: #000;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.link-footer li a:hover {
    color: #eb1c24;
}

.footer-social ul {
    display: flex;
    margin-top: 15px;
}
.footer-social ul li {
    margin-right: 10px;
}
.footer-social ul li a {
    background: #00000014;
    color: #000;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.footer-newsletter .form-control {
    background-color: transparent;
    border: 1px solid #0000001a;
    color: #000;
    font-size: 15px;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.footer-newsletter .form-control::placeholder {
    color: #000;
}

.footer-newsletter .theme-btn {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: normal;
    border: 0;
}

.hero-banner-inner {
    display: block;
    margin: auto;
    position: absolute;
    z-index: 9;
    overflow: hidden;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    max-width: 800px;
    /* left: 0; */
    /* right: 0; */
    /* text-align: center; */
}
.hero-banner {
    position: relative;
    height: 85vh;
    background-attachment: fixed;
    background-size: cover;
}
.hero-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0;
    background: #01060f;
    opacity: 0.45;
    z-index: 0;
}
.hero-banner-inner p {
    font-size: 70px;
    color: #fff;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 25px;
}
.hero-banner-inner span {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
}
.banner-btn {
    margin-top: 60px;
    margin-bottom: 5px;
}
.service-box {
    padding: 25px;
    border: 1px solid #f5f5f5;
    /* height: 100%; */
    margin-top: 30px;
}
.service-box i {
    font-size: 30px;
    color: #eb1c24;
}
.service-box h3 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin: 10px 0;
    /* font-size: 24px; */
    padding-bottom: 0;
    color: #111;
    font-weight: 800;
    /* line-height: 1; */
}
.service-box p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    line-height: 1.8em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.service-box a,
.service-box a i {
    color: #eb1c24;
    font-size: 14px;
    font-weight: 500;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.service-box a i {
    margin-left: 10px;
}

.our-courses-section .site-title {
    color: #fff;
}

.our-courses-box {
    /* margin-bottom: 30px; */
    border: 1px solid #f5f5f5;
    overflow: hidden;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    height: 100%;
    transition: 0.5s all;
}
.our-courses-box:hover {
    box-shadow: 0 0px 20px -10px rgba(0, 0, 0, 0.2);
}
.our-courses-box .our-courses-img {
    overflow: hidden;
}
.our-courses-box:hover .our-courses-img img {
    transform: scale3d(1.05, 1.05, 1.05);
}
.our-courses-box .our-courses-img img {
    height: 250px;
    width: 100%;
    /* border: 1px solid #f5f5f5; */
    object-fit: cover;
    transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
}
.our-courses-box .our-courses-wrap {
    padding: 20px 40px 20px;
    background-color: #ffffff;
    height: 100%;
}
.our-courses-box .our-courses-wrap span {
    display: block;
    font-size: 12px;
    color: #000;
    padding-bottom: 10px;
    font-weight: 600;
    line-height: 1;
    color: #eb1c24;
}
.our-courses-box .our-courses-wrap h3 {
    font-size: 24px;
    padding-bottom: 12px;
    color: #000;
    font-weight: 800;
    line-height: 1;
}
.our-courses-box .our-courses-wrap p {
    font-size: 15px;
    color: #000;
    margin-bottom: 15px;
    /* max-height: 5.3em; */
    /* overflow: hidden; */
    /* line-height: 1.2; */
    line-height: 1.8em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.our-courses-box .our-courses-wrap a {
    font-size: 12px;
    color: #eb1c24;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.our-courses-box .our-courses-wrap a i {
    margin-left: 10px;
}
.testimonial {
    /* text-align: right; */
    padding: 60px;
    padding-left: 0;
    /* background-color: #2c3383; */
    /* position: relative; */
}
.testimonial:after {
    content: "";
    background-color: #2c3383;
    left: 0px;
    right: 50%;
    top: 0;
    bottom: 0;
    position: absolute;
}
.testimonial p {
    font-size: 27px;
    /* font-family: "Roboto", sans-serif; */
    font-style: italic;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
}
.testimonial span {
    font-size: 14px;
    color: #eb1c24;
    font-weight: 600;
    /* margin-bottom: -13px; */
}
.testimonial h2 {
    font-size: 16px;
    margin-top: 5px;
    color: #fff;
}
.testimonial .test-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #f5f5f5;
    /* margin-left: auto; */
}
.testimonial-detail {
    padding-left: 60px;
    /* padding-right: 60px; */
}
.testimonial-detail p {
    margin-top: 20px;
}
.testimonial-detail .theme-btn {
    margin-top: 50px;
}
.about-img {
    text-align: center;
}

.about-img img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.detail-about-us p {
    margin-top: 10px;
}
.detail-about-us .theme-btn {
    margin-top: 30px;
}
.banner-pages {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 80px 0;
    overflow: hidden;
    background-size: cover;
}
.banner-pages:after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 65%);
}
.banner-pages .site-title{
    color: #fff;
    margin-bottom: 0;
}
.sub-banner-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    /* text-align: center; */
    max-width: 730px;
}
.sub-banner-inner p{
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 10px;
    line-height: 27px;
}
.sub-banner-inner .price-banner{
    font-weight: 700;
    font-size: 40px;
    color: #FFFFFF;
    margin: 30px 0 30px;
}
.breadcrumb-menu {
    /* text-align: center; */
    margin-bottom: 20px;
}

.breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
}
.breadcrumb-menu li a {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    padding: 0px 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
    color: #fff;
}
.breadcrumb-menu li:first-child {
    margin-left: 0;
}
.breadcrumb-menu li:after {
    position: absolute;
    top: 1px;
    right: -13px;
    content: "/";
    font-size: 16px;
    background-color: transparent;
    color: #fff;
}
.breadcrumb-menu li:last-child:after{
    content: "";
    
}
.breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #eb1c24;
}
.login-btn-row {
    margin: 20px 0;
}
.forget-link {
    color: #eb1c24;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
}
.form-check-input:checked,
.form-check-input:checked {
    background-color: #2c3383;
    border-color: #2c3383;
}
.form-check {
    /* margin: 20px 0; */
}
.authentication-box {
    /* border: 1px solid #ddd; */
    padding: 50px 40px;
    background-color: #ffffff;
    /* box-shadow: 0 0px 13px -10px rgba(0, 0, 0, 0.2); */
    height: 100%;
}
.authentication-page{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.radio-btn-co .login-btn-row input[type="radio"]:checked + label {
    background: #293484;
    color: #fff;
}
.radio-btn-co .login-btn-row .form-check-input {
    display: none;
    width: 100%;
}
.radio-btn-co {
    display: flex;
    gap: 15px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 25px;
}
.radio-btn-co .form-check {
    padding-left: 0;
    width: 100%;
}
.radio-btn-co .login-btn-row {
    /* max-width: 50%; */
    width: 50%;
    text-align: center;
}
.radio-btn-co .form-check-label {
    cursor: pointer;
    padding: 10px 50px;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    /* display: block; */
    width: 100%;
}
a.forget-link,
a.sighn-link {
    color: #293781;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
}
.gallary-slider-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    /* border: 1px solid #ddd; */
    position: relative;
}
.gallary-slider-box {
    padding: 15px;
}
.gallary-slider-box span{
    display: block;
    font-size: 12px;
    padding-bottom: 10px;
    font-weight: 600;
    line-height: 1;
    color: #eb1c24;
}
.gallary-slider-box h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #000;
    font-weight: 800;
    /* line-height: 1.2; */
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}
.gallary-slider-box h3 a:hover{
    color: #000;
}
.imag-slider .owl-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.imag-slider .owl-dots span{
    background-color: #293484;
}
.contact-info {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    /* text-align: center; */
    gap: 15px;
    padding: 20px 20px;
    position: relative;
    /* height: 100%; */
    background: #ffffff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.contact-info-icon span {
    font-size: 35px;
    display: flex;
    justify-content: center;
    color: #ffffff;
    min-width: 55px;
    height: 55px;
    /* text-align: center; */
    border-radius: 50%;
    background: #2c3383;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    align-items: center;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.contact-info-icon span i {
    width: 25px;
    height: 25px;
    display: inline-block;
    font-size: 25px;
}
.contact-info h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.contact-info p {
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
}
/* .contact-info:hover {
    transform: translateY(-8px);
} */

.contact-form-section {
    background: #ffffff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.contact-img {
    height: 100%;
}
.contact-img img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
}
.contact-form {
    padding: 0 20px 0 0;
}
.contact-form-header {
    margin-bottom: 30px;
}
/* .contact-form-header h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    
} */
.contact-form-header p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.contact-form .form-group {
    margin-bottom: 25px;
    margin-top: 0;
}

.our-team {
    overflow: hidden;
    background-color: #fff;
    transition: all 600ms ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.our-team:hover {
    box-shadow: 0 25px 20px -20px rgba(0, 0, 0, 0.2);
}
.our-team .img-expert img {
    height: 300px;
    object-fit: cover;
    border-bottom: 1px solid #f5f5f5;
}
.expert-detail {
    padding: 20px;
    background-color: #fff;
}
.expert-detail span {
    font-size: 12px;
    padding-bottom: 10px;
    font-weight: 600;
    line-height: 1;
    display: block;
}
.expert-detail h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    line-height: 1;
}
.expert-detail p {
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gallery {
    counter-reset: items;
    display: grid;
    grid-gap: 1px;
    margin: 0 auto;
}

.gallery-img {
    align-items: center;
    background-color: #dadada;
    display: flex;
    justify-content: center;
}
.gallery-img img,
.gallery-img a {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.terms-wrap .single-terms {
    margin-bottom: 30px;
}
.terms-wrap .single-terms:last-child {
    margin-bottom: 0;
}
.terms-wrap h3,
.terms-wrap h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.terms-wrap p {
    margin-bottom: 10px;
}
.terms-wrap p a {
    color: #eb1c24;
}

.terms-wrap ol {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 1rem;
}
.terms-wrap ol li {
    margin-bottom: 15px;
    color: #666666;
    padding-left: 3px;
    font-size: 14px;
}
.terms-wrap .content-feature-list {
    margin: 25px 0 25px;
    padding-left: 1rem;
}
.content-feature-list li {
    font-size: 14px;
    position: relative;
    /* padding-left: 25px;   */
    margin: 0 0 15px;
    list-style: disc;
}


.comman-box {
    margin-bottom: 30px;
    box-shadow: 0 0 8px 0 rgba(43, 52, 59, 0.09);
    background-color: #fff;
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.comman-box:last-child {
    margin-bottom: 0;
}
.comman-box.dashboad-left {
    padding: 0;
    position: sticky;
    top: 100px;
}
.profile-detial {
    padding: 20px;
    text-align: center;
}
.profile-detial img {
    max-width: 100px;
    min-height: 100px;
    border: 1px solid #ddd;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.profile-detial .sub-site-title {
    margin-top: 20px;
}

.dashboad-menu li {
    border-bottom: 1px solid #ddd;
}
.dashboad-menu li:first-child {
    border-top: 1px solid #ddd;
}
.dashboad-menu li .link-menu {
    padding: 10px 24px;
    font-size: 16px;
    display: block;
}
.dashboad-menu li .link-menu.active {
    background-color: #293484;
    color: #fff;
}
.dashboad-menu li .link-menu:hover {
    background-color: #293484;
    color: #fff;
}
.dashboad-heading {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.box-dashboad{
    background-color: #2a3087;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
}
.box-dashboad h2{
    font-size: 18px;
    /* font-weight: 600; */
    color: #fff;
    margin-bottom: 5px;
}
.box-dashboad span{
    /* display: block; */
    font-size: 30px;
    color: #fff;
    font-weight: 800;
}   

.feature-section p{
    margin-bottom: 1rem;
}
.feature-section p:last-child{
    margin-bottom: 0;
}
.list-feature ul li{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.list-feature ul li:last-child{
    margin-bottom: 0;
}
.list-feature ul li img{
    margin-right: 15px;
}
.list-feature ul li p{
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    color: #EB1C24;
}
.our-courses-box .bid-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0;
}
.our-courses-box  .bid-section span{
    padding-bottom: 0;
    color: #000;
}
.our-courses-box  .bid-section .timer-box {
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
    width: 26px;
    height: 23px;
    font-weight: 500;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}


.testimonials-bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonials-profile img{
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
}
.testimonials-description{
    font-size: 26px;
    color: #494949;
    font-weight: 500;
}
.testimonials-bottom span{
    font-size: 12px;
    color: #EB1C24;
    font-weight: 500;
}
.testimonials-bottom p{
    font-size: 15px;
    color: #494949;
    font-weight: 500;
}
.testimonials-left-box {
    padding: 102px 60px 102px 340px;
}
.testimonials-right-box{
    padding: 102px 340px 102px 60px;
}
.login-header-logo img{
    width: auto;
    height: 65px;
    object-fit: contain;
}
.login-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 45px;
}
.login-row-wrp .authentication-img img{
    width: 100%;
    border-radius: 21px;
    height: 100%;
    object-fit: cover;
}
.login-row-wrp .authentication-img{
    height: 664px;
    border-radius: 21px;
}

.login-row-wrp{
    background-color: #fff;
    border-radius: 21px 0px 0px 21px;
}
.login-page{
    height: 100vh;
}

.listing-sortby-status h2{
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}
.listing-sortby-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.sortbt-btn{
    font-size: 24px;
    color: #000000;
    border: 1px solid #DDDDDD;
    border-radius: 7px;
    padding: 14px 28px;
    background: transparent;
    min-width: 217px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}






  .col-2 aside {
    width:20%;
    float:left;
  }
  .col-2 article {
    width:80%;
    float:left;
  }
  
  .eventKey div {
    display:inline-block;
    padding:4px;
    margin:4px 4px 4px 0;
    float:left;
    clear:both;
  }
  .monthYear { margin:0px 0 10px 0; padding:0 0 0 8px;}
  .monthYear span { display:none; }
  .days li {
    color:#333;
    border-bottom:1px solid #ccc;
    padding:4px 4px 4px 8px;
    text-transform:uppercase;
    font-size:13px;
  }
  .days li, .dates li {
    float:left;
    width:14.28%;
    position:relative;
    box-sizing:border-box;
  }
  .dates {
    border-right:1px solid #ccc;
  }
  .dates:after, .days:after {
    content:'';
    display:block;
    clear:both;
  }
  .dates li {
    border:1px solid #ccc;
    border-width:0 0 1px 1px;
    height:90px;
    margin:0;
    background:#fff;
  }
  .dateWrapper {
    max-height:90px;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    transition: max-height 1s;
  }
  .dateWrapper.open {
    max-height:600px;
    z-index:10;
    padding-bottom:25px;
    background:#fff;
    border-bottom:1px solid #ccc;
    box-shadow:0 0 10px #333;
  }
  .dates li.fade {
    color:#ccc;
    opacity:0.6;
  }
  .date, .dates li a {
    display:block;
    padding:4px;
    text-align:right;
    font-size:13px;
  }
  .dates li a, .eventKey div {
    text-align:left;
    text-decoration:none;
    font-size: 12px;
    color:#fff;
    border-radius:2px;
  }
  .dates li a, .dates li div {
    margin:4px 2px 0;
  }
  .dates li a.expand {
    display:block;
    background:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 26%,rgba(0,0,0,0.50) 100%);
    position:absolute;
    bottom:0px;
    left:0;
    width:100%;
    text-align:left;
    padding:4px 0 0 0;
    margin:0;
    border-radius:0;
  }
  .dates li a.expand.open {
    
  }
  .dates li a.expand span {
    display:inline-block;
    float:right;
    padding:4px 8px;
    transition: transform 1s ease-in-out;
    
  }
  .dates li a.expand.open span {
      transform: rotate(45deg);
    color:#333;
  }
  
  .dates li a b {
    font-weight:bold;
  }
  .multidayHolder {
    position:relative;
    height:20px;
    padding:0;
    margin:4px 0 0 0;
  }
  .dates li a.multidayEvent {
    position: absolute; 
    top:0;
    left:0;
    z-index:100;
    display:none;
    margin:0;
  }
  .multidayEvent span, .holiday span  { display:none;}
  .dates li a.length-2 {width:196%; display:block; }
  .dates li a.length-3 {width:301%; display:block;}
  .tradeShow, .tradeShow:before { background:#e86542; color:#fff;}
  .meeting, .meeting:before { background:#0359a6; color:#fff;}
  .holiday, .holiday:before { background:#5fa8aa; color:#fff;}
  .birthday, .birthday:before { background:#f8a805; color:#fff;}
  .calendarNav {
    display:none;
  }




  /* study-with-us css start */
  .study-with-detail{
    padding-bottom: 40px;
  }
  .study-with-detail .study-box{
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
  }
  .study-with-detail .study-box .icon-box{
    flex-shrink: 0;
    }

    .study-with-detail .study-box p{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: 400;
        font-size: 15px;
        color: #000000;
    }

.study-with-free-trail{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0px;
}
.study-with-free-trail::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #24339D 0%, rgba(38, 51, 146, 0.8) 45.83%, rgba(41, 52, 132, 0.25) 100%);
}
.study-with-free-trail .free-trail-content{
    text-align: right;
    position: relative;
    z-index: 99;
}
.study-with-free-trail .free-trail-content h2{
    font-weight: 700;
font-size: 48px;
color: #fff;
margin-bottom: 30px;
}
.study-with-free-trail .free-trail-content p{
    font-weight: 400;
    width: 650px;
    margin-left: auto;
font-size: 22px;
color: #fff;
margin-bottom: 30px;
}
.study-with-free-trail .free-trail-content .theme-btn{
    background: #EB1C24;
border-radius: 7px;
border: none;
}
.study-with-free-trail .free-trail-content .theme-btn:hover{
    color: #eb1c24;
    background-color: #fff;
}
.study-with-free-trail .free-trail-content .code-btn{
    border: 1.5px dashed #FFFFFF;
border-radius: 7px;
background-color: transparent;
padding: 15px 35px;
font-size: 16px;
font-weight: 600;
color: #fff;
margin-right: 30px;
}
.study-with-slider{
    background-color: #F3F3F3;
}
.study-with-slider .imag-slider .item .gallary-slider-box h3{
    font-weight: 700;
    font-size: 24px;
}
.study-with-slider .owl-carousel .owl-stage-outer{
    padding: 50px 0px;
}
.study-with-slider .imag-slider .owl-item{
    transition: all 0.5s ease-in-out;
}
.study-with-slider .imag-slider .owl-item:hover{
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    transform: scale(1.1);
}
.study-with-slider .imag-slider .owl-item:hover .gallary-slider-box{
    background-color: #fff;
}
.study-with-slider .imag-slider .owl-item:hover{
    overflow: initial;
    z-index: 99;
}



/* dashboard css start */
.banner-pages.dashboard-banner{
    position: relative;
   padding: 50px 0px;
}
.banner-pages.dashboard-banner::after{
    display: none;
}
.banner-pages.dashboard-banner h1{
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 25px;
}
.banner-pages.dashboard-banner p{
    font-weight: 500;
font-size: 22px;
line-height: 50px;
margin-top: 0px;
}
.banner-pages.dashboard-banner p span{
    padding: 7px;
    border: 1px solid #D9D9D9;
    font-weight: 700;
}
.banner-pages .banner-image {
    position: absolute;
    bottom: -4px;
    right: 20%;
}

.dashboard-main .tabling-part-list{
    padding: 30px 0px;
}
.dashboard-main .tabling-part-list .tab-list{
    border-bottom: 1px solid #DDDDDD;
}
.dashboard-main .tabling-part-list .tab-list ul{
    display: flex;
    gap: 60px;
    padding-bottom: 10px;
}
.dashboard-main .tabling-part-list .tab-list ul li .tab-link{
    font-weight: 500;
font-size: 20px;
color: #494949;
position: relative;
}
.dashboard-main .tabling-part-list .tab-list ul li .tab-link.active{
    color: #EB1C24;
}
.dashboard-main .tabling-part-list .tab-list ul li .tab-link.active::after{
    position: absolute;
    border: 3px solid #EB1C24;
    bottom: 0;
    top: 31px;
    content: '';
    left: 0;
    width: 100%;
}
.dashboard-main .tabling-part-list .tab-list ul li .tab-link:hover{
    color: #EB1C24;
}
.dashboard-main  .course-box{
    margin-top: 30px;
}
.dashboard-main  .course-box .course-box-item{
    background: #4650D9;
    border-radius: 11px;
    padding: 20px;
}
.course-box .course-box-item .top-part{
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.course-box .course-box-item .top-part .category-part span{
    background: #5E66E3;
border-radius: 13px;
color: #fff;
font-weight: 500;
font-size: 16px;
padding: 3px 10px;
}
.course-box .course-box-item .top-part .category-part h2{
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
    width: 150px;
}
.course-box .course-box-item .top-part .hour-box{
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.course-box .course-box-item .top-part .hour-box p{
    color: #4650D9;
    font-weight: 700;
    font-size: 14px;
}
.course-box .course-box-item .bottom-part .class-result p{
    display: flex;
    gap: 5px;
    font-weight: 400;
    color: #ffff;
    font-size: 16px;
    margin-top: 25px;
}
.course-box .course-box-item .bottom-part .progress{
background-color: #21299F;
border-radius: 10px;
height: 10px;
margin-top: 10px;
}
.course-box .course-box-item .bottom-part .progress .progress-bar{
    background-color: #fff;
    border-radius: 10px;
}
.dashboard-main.my-courses .course-box .course-box-item .top-part .category-part span{
    background: #F3F3F3;
    color: #000000;
}

.dashboard-main.my-courses .course-box .course-box-item .bottom-part .progress-bar-blue{
    background-color: #A7AADE;
}
.dashboard-main.my-courses .course-box .course-box-item .bottom-part .progress-bar-red{
    background-color: #DBB5B6;
}
.dashboard-main.my-courses .course-box .course-box-item .bottom-part .progress-bar-yellow{
    background-color: #D6D0B6;
}
.dashboard-main.my-courses .course-box .course-box-item .bottom-part .progress-bar-orange{
    background-color: #EEBFB0;
}

.dashboard-main.my-courses .course-box .course-box-item .bottom-part .progress-bar-blue .progress-bar{
background-color: #4650D9;
}
.dashboard-main.my-courses .course-box .course-box-item .bottom-part .progress-bar-red .progress-bar{
    background-color: #F0464D;
    }
    .dashboard-main.my-courses .course-box .course-box-item .bottom-part .progress-bar-yellow .progress-bar{
        background-color: #B2A14B;
        }
        .dashboard-main.my-courses .course-box .course-box-item .bottom-part .progress-bar-orange .progress-bar{
            background-color: #D96A46;
            }
section.dashboard-main.my-courses .course-box .course-box-item .top-part .category-part h2 {
    color: #040404;
    width: auto;
}
section.dashboard-main.my-courses .course-info-wrp h4{
font-size: 16px;
color: #000000;
font-weight: 600;
margin-bottom: 3px;
}
section.dashboard-main.my-courses .course-info-wrp a{
    font-size: 12px;
    color: #EB1C24;
    font-weight: 600;
}
section.dashboard-main.my-courses .course-box .course-box-item .bottom-part .class-result p {
    color: #040404;
    justify-content: space-between;
}
.dashboard-main.my-courses .course-box .course-box-item{
    background-color: #fff !important;
}
.dashboard-main.my-courses .course-box .course-box-item{
    border: 1px solid #DDDDDD;
    padding: 20px 0;
}
.dashboard-main.my-courses .course-box .course-box-item .top-part{
    padding: 0px 20px;
}
.dashboard-main.my-courses .course-box .course-box-item .bottom-part{
    padding: 0px 20px;
}
.dashboard-main.my-courses .course-box .bottom-footer{
    padding: 0px 20px;
    border-top: 1px solid #DDDDDD;
    margin-top: 20px;
    padding-top: 15px;
}
.dashboard-main.my-courses .my-class-part .my-class-box.red-line::after {
    background-color: #F0464D;
}
.dashboard-main.my-courses .my-class-part .my-class-box.yellow-line::after {
    background-color: #B2A14B;
}
.dashboard-main.my-courses .my-class-part .my-class-box.orange-line::after {
    background-color: #D96A46;
}
.dashboard-main.my-courses .course-box .course-date p{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dashboard-main.my-courses .course-box .bottom-footer a{
    font-size: 12px;
    color: #EB1C24;
    font-weight: 600;
}
.profile-button .profile-logo img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}
.profile-button .profile-logo{
    font-size: 16px;
    font-weight: 500;
}
.profile-button .dropdown-menu{
    border: none;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    top: 60px;
}
.profile-button .dropdown-menu .dropdown-item{
    padding: 10px;
}
.profile-button .dropdown-menu .dropdown-item:hover{
    background-color: #eb1c24;
    color: #fff;
}














/* red-bg-box */
.dashboard-main  .course-box .course-box-item.red-bg{
    background-color: #F0464D;
}
.course-box .course-box-item.red-bg .top-part .category-part span{
    background-color: #E4777B;
}
.course-box .course-box-item.red-bg .top-part .hour-box p{
    color: #F0464D;
}
.course-box .course-box-item.red-bg .bottom-part .progress{
    background-color: #F0111A;
}


/* yellow-bg-box */
.dashboard-main  .course-box .course-box-item.yellow-bg{
    background-color: #B2A14B;
}
.course-box .course-box-item.yellow-bg .top-part .category-part span{
    background-color: #BDB173;
}
.course-box .course-box-item.yellow-bg .top-part .hour-box p{
    color: #B2A14B;
}
.course-box .course-box-item.yellow-bg .bottom-part .progress{
    background-color: #90802E;
}


/* yellow-bg-box */
.dashboard-main  .course-box .course-box-item.orange-bg{
    background-color: #D96A46;
}
.course-box .course-box-item.orange-bg .top-part .category-part span{
    background-color: #E37B59;
}
.course-box .course-box-item.orange-bg .top-part .hour-box p{
    color: #D96A46;
}
.course-box .course-box-item.orange-bg .bottom-part .progress{
    background-color: #D14315;
}

.dashboard-main .my-class-part{
    padding: 30px 0px;
    background-color: #f9f9f9;
}
.dashboard-main .my-class-part .top-baar{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dashboard-main .my-class-part .top-baar h2{
    font-weight: 600;
    font-size: 24px;
    color: #000;
}

.dashboard-main .my-class-part .top-baar .select-part{
    display: flex;
    gap: 20px;
}

.dashboard-main .my-class-part .top-baar .select-part .form-select{
    border: 1px solid #DDDDDD;
    border-radius: 7px;
    width: 180px;
}

.dashboard-main .my-class-part .top-baar .select-part .form-select:focus{
    box-shadow: none;
    border: 1px solid #21299F;
}

.dashboard-main .my-class-part .my-class-box{
    background: #FFFFFF;
    border-radius: 11px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
    flex-wrap: wrap;
}
.dashboard-main .my-class-part .my-class-box::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 14px;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
}

.dashboard-main .my-class-part .my-class-box.blue-line::after{
    background-color: #4650D9;
}
.dashboard-main .my-class-part .my-class-box.red-line::after{
    background-color: #EB585E;
}
.dashboard-main .my-class-part .my-class-box.yellow-line::after{
    background-color: #A39655;
}
.dashboard-main .my-class-part .my-class-box.orange-line::after{
    background-color: #D96A46;
}



.dashboard-main .my-class-part .my-class-box .course-name-side h3 ,
.dashboard-main .my-class-part .my-class-box .quiz-duration h3{
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin-bottom: 3px;
}
.dashboard-main .my-class-part .my-class-box .course-name-side p,
.dashboard-main .my-class-part .my-class-box .quiz-duration p {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}
.dashboard-main .my-class-part .my-class-box .course-timing-side{
    display: flex;
    align-items: center;
    gap: 100px;
}
.dashboard-main .my-class-part .my-class-box .course-timing-side p{
    color: #494949;
    font-weight: 500;
    font-size: 16px;
}
.dashboard-main .my-class-part .my-class-box .course-timing-side .course-duration{
    background: #F9F9F9;
    border-radius: 7px;
    padding: 5px 20px;
}
.course-duration i{
    margin-right: 10px;
}

.dashboard-main.quiz-portion {
    background-color: #f9f9f9;
}
.dashboard-main  .quiz-duration{
    display: flex;
    gap: 15px ;
    align-items: center;
}
.dashboard-main.quiz-portion .my-class-part .my-class-box{
    justify-content: flex-start;
    gap: 10px;
}
.dashboard-main.quiz-portion .my-class-part .my-class-box .course-name-side{
    min-width: 38%;
}
.dashboard-main.quiz-portion .my-class-part .my-class-box .quiz-duration{
    width: 23%;
}
.dashboard-main .my-class-part .attemp-btn-wrp{
    margin-left: auto;
}
.dashboard-main .my-class-part .attemp-btn{
    background: #EB1C24;
    border-radius: 7px;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    padding: 14px 28px;
}
.dashboard-main .my-class-part .attemp-btn-wrp .view-text{
    color: #EB1C24;
    font-weight: 500;
    font-size: 16px;
}
.dashboard-main .my-class-part .attemp-btn-wrp .view-text i{
    color: #EB1C24;
    margin-left: 10px;
}

.dashboard-main .quizeportion-listing h3 {
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
}
.dashboard-main .quizeportion-listing p{
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}
.dashboard-main .quize-detail-panel{
    background: #4650D9;
    border-radius: 11px;
    padding: 30px;
    display:flex;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 100px;
}
.dashboard-main .quize-detail-panel .desc{
    margin-right: auto;
}
.dashboard-main .quize-question-listing-wrap{
    background-color: #f9f9f9;
    padding: 30px 0px;
}
.dashboard-main .question-listing label{
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
}
.dashboard-main .question-listing .ques {
    font-weight: 700;
    font-size: 22px;
    color: #000000;
}
.dashboard-main .question-listing .ques-wrp{
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.dashboard-main .question-listing .ques-wrp:last-child{
    border-bottom: unset;
    padding-bottom: 0px;
}
.radio-listing-wrp{
    display: flex;
    margin-top: 15px;
}
.radio-listing-wrp .radio-wrp{
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
}
.radio-listing-wrp .radio-wrp input{
    width: 17px;
    height: 17px;
    accent-color: #EB1C24;
}
.question-listing .radio-listing-wrp .radio-wrp  label{
    margin-bottom: 0px;
}

/* profile css start */
.profile-info .profile-tabing-list {
    padding: 30px 0px;
}
.profile-info .profile-tabing-list .tab-list {
    border-bottom: 1px solid #DDDDDD;
}
.profile-info .profile-tabing-list .tab-list ul {
    display: flex;
    gap: 60px;
    padding-bottom: 10px;
}
.profile-info .profile-tabing-list .tab-list ul li .tab-link.active {
    color: #EB1C24;
}
.profile-info .profile-tabing-list .tab-list ul li .tab-link {
    font-weight: 500;
    font-size: 20px;
    color: #494949;
    position: relative;
}
.profile-info .profile-tabing-list .tab-list ul li .tab-link.active::after {
    position: absolute;
    border: 3px solid #EB1C24;
    bottom: 0;
    top: 31px;
    content: '';
    left: 0;
    width: 100%;
}
.profile-detail .upload-profile input.file-input {
    border: 0;
    padding: 0;
    background: none;
}
.profile-detail .upload-profile [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}
.profile-detail .upload-profile [type="file"]+label {
    padding: 6px 16px;
}
.profile-detail .upload-profile [type="file"] + label {
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    outline: none;
    font-size: 20px;
    font-weight: 600;
    background-color:#293484;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-detail .upload-profile{
    display: flex;
    align-items: center;
    position: absolute;
    right: -10px;
    bottom: 11px;
}
.profile-detail .profile-pic{
    position: relative;
    width: fit-content;
}
.profile-info .profile-detail{
    margin-top: 70px;
}
  @media (max-width: 744px) { 
    body {
      background:#fff;
    }
      .col-2 aside, .col-2 article {
      width:100%;
      float:none;
      clear:both;
    }
      .eventKey div {
      clear:none;
    }
    .monthYear { 
      padding:20px 0 20px 23px; 
      margin:0;
      border-bottom:1px solid #ccc;
    }
      .monthYear span { display:inline; }
      .days, .dates li, .dates li a.expand { display:none; }
    .dates li.current, .dates li a.multidayEvent, .calendarNav {
     display:block;
     position:static;
     width:auto;
    }
    .multidayHolder {
      height:auto;
    }
    .dates {border:none;}
    .dates li.current {
      width:100%;
      height:auto;
      border:none;
      position: relative;
      display:block;
    }
    .dateWrapper { width:100%; height:auto; position:static; max-height:1000px;}
    .date {
      text-align:left;
      position:absolute;
      top:-46px;
      left:0px;
      font-size:21px;
    }
    .multidayEvent span, .holiday span  {
      position:static;
      margin-top:4px;
      color:#999;
     display:block;
     text-align:left;
    }
    .dates li a {
      background:none;
      color:#333;
      position:relative;
      font-size:14px;
      padding:25px 0 25px 35px;
      margin:5px 0;
      border-bottom:1px solid #ccc;
      min-height:45px;
    }
    .dates li a:before {
      content: '';
      display: block;
      width: 17px;
      height: 17px;
      border-radius: 17px;
      position: absolute;
      top: 30%;
      left: 0;
    }
    .dates li a:after  {
      content: '';
      display:block;
      position: absolute;
      top:42%;
      right:20px;
      border:1px solid #ccc;
      border-width:1px 1px 0 0;
      width:15px;
      height:15px;
      transform: rotate(45deg);
    }
    .dates li a b { display:block; margin-bottom:4px; }
    .calendarNav {
      padding:20px 0;
      text-align:center;
    }
    .calendarNav a {
        clear:both;
      display:inline-block;
      color:#333;
      text-decoration:none;
      padding:6px 10px;
      border-radius:4px;
      background:#d6d6d6;
      border:1px solid #999;
      border-width:0 1px 1px 0;
      margin-right:6px;
      font-size:14px;
    }
    
  }
  .student-listing{
    max-height: 496px;
    overflow: auto;
  }
  .student-listing table{
    width: 100%;
  }
  .student-listing th,td{
   border: 1px solid #ddd;
   padding: 10px;
  }
  .course-detail-page .top-baar h2{
    font-weight: 600;
    font-size: 24px;
    color: #000;
  }
  .course-detail-page .top-baar i{
    font-size: 24px;
    font-weight: 400;
    margin-right: 15px;
  }
  .lesson-detail-box h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;

  }
  .lesson-detail-wrp h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .lesson-detail-box .lesson-detail-text {
    font-size: 17px;
    line-height: 22px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; */
}
  .course-detail-page .lesson-detail-box.blue-bg{
    color: #fff;
  }
  .course-detail-page .lesson-detail-box.blue-bg .lesson-link{
    color: #fff;
  }
  .course-detail-page .lesson-detail-box{
    color: #000;
  }
  .course-detail-page .lesson-detail-box.blue-bg{
    background: #4650D9;
    border-radius: 11px;
    padding: 20px;
  }
  .course-detail-page .lesson-detail-box{
    background: #4650D9;
    border-radius: 11px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}
.course-detail-page .lesson-detail-box li{
    width: 50%;
}
.lesson-name-section{
   padding-bottom: 30px;
}
.lesson-detail-wrp{
    display: flex;
    align-items: center;
    gap: 100px;
    justify-content: end;
}
.lesson-link{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.lesson-link:hover{
    color: #757778;
}
.lesson-course-box{
    border: 1px solid #DDDDDD;
    border-radius: 11px;
    padding: 20px;
}
.lesson-course-box{
    border: 1px solid #DDDDDD;
    background:none !important;
}
.lesson-course-box .lesson-name-wrp{
    border-radius: 13px;
    background: #F3F3F3;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    padding: 3px 10px;
    margin-bottom: 20px;
    display: inline-block;
}
.lesson-course-box li .hour-box {
    width: 80px;
    height: 80px;
    background: #F3F3F3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-direction: column;
}
.lesson-course-box li .hour-box p{
    color: #4650D9;
    font-weight: 700;
    font-size: 24px;
}
.lesson-course-box .hour-box{
    font-size: 18px;
    color: #4650D9;
    font-weight: 700;
}
.lesson-listing{
    padding: 30px 0px;
    background-color: #f9f9f9;
}
.lesson-inner-box{
    border: 1px solid #DDDDDD;
    border-radius: 11px;
   padding: 20px;
   margin-bottom: 20px;
}
.lesson-text{
    font-size: 16px;
    color: #494949;
}
.lesson-inner-title{
    font-size: 20px;
    color: #020202;
    font-weight: 500;
}
.lesson-profile-title{
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    line-height: normal;
}
.lesson-profile{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.lesson-inner-img{
    border: 1px solid rgba(217, 217, 217, 0.866667);
    border-radius: 7px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.course-detail-page.dashboard-main .my-class-box .course-timing-side {
    display: flex;
    align-items: center;
    gap: 100px;
}
.course-detail-page.dashboard-main .my-class-box {
    background: #FFFFFF;
    border-radius: 11px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
    flex-wrap: wrap;
}
/* .course-detail-page.dashboard-main .my-class-box .course-name-side h3 {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin-bottom: 3px;
} */
.course-detail-page.dashboard-main .my-class-box::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 14px;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
}
.course-detail-page.dashboard-main .my-class-box.blue-line::after {
    background-color: #4650D9;
}
.course-detail-page.dashboard-main .my-class-box.orange-line::after {
    background-color: #D96A46;
}
.course-detail-page.dashboard-main  .quiz-duration{
    display: flex;
    gap: 15px ;
    align-items: center;
}
.course-detail-page.dashboard-main .course-name-side h3{
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin-bottom: 3px;
}
.course-detail-page.dashboard-main .my-class-box .quiz-duration h3{
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin-bottom: 3px;
}
.course-detail-page.dashboard-main .my-class-box .course-name-side p,
.course-detail-page.dashboard-main .my-class-box .quiz-duration p {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}
.course-detail-page.dashboard-main .my-class-box .time-icon i{
    font-size: 30px;
    color: #707070;
}
.course-detail-page.dashboard-main .my-class-box .lesson-class-box{
    width: 40%;
}
.course-detail-page.dashboard-main .my-class-box .course-timing-side{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.course-detail-page.dashboard-main  .my-class-part .attemp-btn-wrp{
    margin: unset;
}
.course-detail-page.dashboard-main .my-class-box .line-link {
    font-size: 12px;
    color: #EB1C24;
    font-weight: 600;
}
#more-text {display: none;}
#more2 {display: none;}