/*----------------------------------------------------------------------------------

Project     :   abc learing â€“ Education & Online Courses HTML Template

-------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------

[Table of contents]
Default CSS
Preloader
Header
Hero Area
Section Heading
Course Category Area
Courses Area
About Area
Call To Action Area
Video Area
Course Area
Discount Area
Webinar Area
Webinar Single Page
Video Area
Counter Area
Pricing Area
Faq Area
Testimonial Area
Newsletter Area
Why Choose Area
Become Instructor Page
Login Form
Instructor Area
Key Topic
Contact
Instructors
Blog Page
Page Title Area
Instructor Profile Page
Course Single Page
Contact Page
Footer

--------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------
    Default CSS
---------------------------------------------------------------------------------------*/

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

:root {
    --li-ador: 'Li Ador Noirrit';
    --noto: "Noto Serif Bengali", serif;
    --theme-color: #bb2200;
    --secondary-color: #1c659e;
}

body {
    font-family: var(--noto) !important;
    font-weight: 400;
    color: #130f40;
    position: relative;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.42857143;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--li-ador);
}

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: #2c3e50;
    font-size: 16px;
}

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: #130F40;
}

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

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

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

p {
    font-family: var(--noto);
    font-size: 16px;
    line-height: 26px;
    color: #696969;
}

.container {
    max-width: 1240px;
}

.btn-default a {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: var(--theme-color);
    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: #1c659e;
}

.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
}

/*--------------------------------------------------------------------
    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: #110688;
    overflow: hidden;
    padding: 15px 0;
}

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

.header-course-search {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    position: relative;
}

.header-course-search input {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: var(--noto);
    padding-left: 20px;
    height: 40px;
    background: white;

}

.header-course-search input:focus {
    /* background-color: transparent; */
    background: white;

}

.header-course-search span {
    position: absolute;
    color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
    top: 0px;
    right: 0px;
    background: var(--theme-color);
    padding: 8px 12px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;

}

.header-course-search span i {
    color: #fff;
}

.header-contact-info {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    padding-right: 25px
}

.header-contact-info li {
    font-family: var(--noto);
    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: 15%;
    flex-basis: 15%;
}

.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: var(--theme-color);
}

.header-btm-area {
    padding: 15px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
}

.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: 20%;
    flex-basis: 20%;
}

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

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

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

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

.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: 19px;
    font-weight: 700;
    color: #130f40;
}

.main-menu-area ul li a.active {
    color: var(--theme-color);
}

.main-menu-area ul li a:hover {
    color: var(--theme-color);
}

.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 var(--theme-color);
}

.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;
}

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

.header-cart a:hover {
    color: var(--theme-color);
}

.header-cart a span {
    position: absolute;
    right: -15px;
    top: -6px;
    background-color: var(--theme-color);
    font-family: var(--noto);
    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: var(--theme-color);
    border-radius: 4px;
    display: inline-block;
    padding: 5px 20px;
}

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

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

.header-log-reg ul li a {
    color: #fff;
    font-size: 15px;
    font-family: var(--noto);
}

.fa {
    font: normal normal normal 18px/1 FontAwesome !important;
}

.header-log-reg ul {
    background-color: var(--theme-color);
    border-radius: 4px;
    display: inline-block;
    padding: 0;
}

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

}

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

.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 var(--theme-color);
    border-radius: 5px;
}

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

.dropdown-content li a {
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: start;
    font-weight: 700;
    color: #130f40;
    color: #130f40 !important;
}

.dropdown-content a:hover {
    color: var(--theme-color) !important;
}

.dropdown:hover .dropdown-content {
    display: block;
}

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

.dropdown-phone {
    position: relative;
    display: block;
    z-index: 999;
    background: var(--theme-color);
    width: 200px;
    border-radius: 5px;
}



.header-area.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    top: 0;
    -webkit-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)
}

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

.header-area.sticky .header-btm-area {
    padding: 15px 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;
}

.sidebar-content .search-form button {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 20px;
    color: #a19e9e;
    height: 50px;
    color: #fff;
}

.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 {
    font-family: var(--noto);
    margin-right: 10px;
    font-size: 16px
}

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

/*-------------------------------------------------------------------------------------
    Hero Area
---------------------------------------------------------------------------------------*/
.hero-area {
    background-image: url(../images/banner-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
    position: relative;
}

.hero-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 1, 51, 0.7);
}

.caption-content {
    position: relative;
    padding: 0 10%;
}

.caption-content h4 {
    color: var(--theme-color);
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 600;
}

.caption-content h2 {
    font-size: 70px;
    line-height: 77px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.caption-content p {
    color: #fff;
    padding: 0 200px;
}

.caption-content ul {
    margin: 45px 0px 0;
}

.caption-content ul li {
    display: inline-block;
    margin-right: 19px;
}

.caption-content li a {
    display: block;
    background-color: var(--theme-color);
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.caption-content li a:hover {
    color: var(--theme-color);
    background-color: #fff;
}

.caption-content li .btn-bg {
    background-color: #fff;
    color: var(--theme-color);
}

.caption-content li .btn-bg:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.hero-area.two {
    background-image: url(../images/banner-4.jpg);
}

.hero-area.two:before {
    background-color: transparent;
    background-image: linear-gradient(60deg, #050133 50%, #05013340 100%);
    opacity: 0.8;
}

.caption-content.two {
    padding-right: 20%;
    padding-left: 0
}

.caption-content.two p {
    padding: 0 200px 0 0;
}

.hero-area.three {
    background-image: url(../images/banner-5.jpg);

}

.content h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    color: #fff;
}

.content p {
    color: #fff;
}

.course-search {
    position: relative;
    margin: 50px 100px 55px;
    padding: 30px;
    background-color: #FFFFFFBD;
    border-radius: 10px 10px 10px 10px;
}

.course-search input {
    height: 60px;
    padding-left: 20px;
    font-family: var(--noto);
}

.search-btn {
    position: absolute;
    top: 35px;
    right: 31px;
    height: 50px;
    padding: 0 20px;
    border-radius: 4px;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
    border: 0;
}

.hero-feat {
    padding: 0 20%;
}

.feat-icon img {
    width: 60px;
}

.feat-cont h3 {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    margin: 0;
}

.feat-cont p {
    color: #fff;
}

.feat-cont {
    padding-left: 20px;
}

.hero-area.four {
    background-image: url(../images/banner-6.jpg);
    padding-bottom: 270px;
}

/*-------------------------------------------------------------------------------------
    Section Heading
---------------------------------------------------------------------------------------*/

.sec-heading {
    margin-bottom: 40px
}

.sec-heading h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--theme-color);
    letter-spacing: 1px;
}

.sec-heading h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
}

/*-------------------------------------------------------------------------------------
    Course Category Area
---------------------------------------------------------------------------------------*/

.category-area {
    padding: 95px 0px 100px;
}

.category-single {
    padding: 20px 20px 15px;
    -webkit-box-shadow: 0 0 15px rgba(51, 51, 51, 0.10);
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.10);
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.category-single:hover {
    -webkit-box-shadow: 0 10px 30px rgba(51, 51, 51, 0.10);
    box-shadow: 0 10px 30px rgba(51, 51, 51, 0.10);
}

.category-single img {
    border-radius: 8px;
    margin-bottom: 20px
}

.category-single h4 a {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.category-single h4 a:hover {
    color: var(--theme-color);
}

.category-single.two {
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px 20px 10px 20px
}

.category-single.two .category-icon {
    float: left;
    width: 30%;
    padding-right: 20px;
    padding-top: 10px;
}

.category-single.two .category-cont {
    float: left;
}

.category-cont h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.category-area.two .btn-default a {
    margin-top: 20px;
}

.category-single.four img {
    width: 50px;
}

.category-single.four {
    margin-bottom: 30px;
    padding: 45px 20px 20px;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 51, 51, 0.05) !important;
    box-shadow: 0 0 30px 0 rgba(51, 51, 51, 0.05) !important
}

.category-single.four:hover {
    -webkit-box-shadow: 0px 20px 30px 0 rgba(51, 51, 51, 0.1) !important;
    box-shadow: 0px 20px 30px 0 rgba(51, 51, 51, 0.1) !important
}

.category-single.four p a {
    color: var(--theme-color);
}

.category-single.four p a:hover {
    color: #C54703;
}

.course-cat.btn-default a {
    margin-top: 25px;
}

/*-------------------------------------------------------------------------------------
    Courses Area
---------------------------------------------------------------------------------------*/

.course-card.two {
    margin: 10px 5px;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0
}

.course-card.two:hover {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0
}

.course-card.two h5 {
    position: absolute;
    top: 7px;
    left: 5px;
    color: #fff;
    background-color: var(--theme-color);
    padding: 4px 15px;
    font-size: 12px;
    line-height: 22px;
    margin-top: 15px;
    margin-left: 15px;
    border-radius: 4px;
}

.slider.owl-carousel .owl-nav>div {
    position: absolute;
    top: 233px;
    left: -66px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    border-radius: 4px;
    margin-left: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 900;
    color: #696969;
}

.feature-area.two button {
    position: absolute;
    border: 0;
    height: 30px;
    top: 6px;
    right: 19px;
    color: var(--theme-color);
    background-color: transparent;
}

.feature-area.two input {
    font-family: var(--noto);
    padding-left: 20px;
}

.tutor-course-form select {
    color: #fff;
    border: none;
    background: var(--theme-color);
    padding: 12px 28px;
    border-radius: 6px;
}

.tutor-courses h5 {
    color: #130F40;
    font-weight: 400;
    font-size: 16px;
}

.tutor-courses span {
    font-weight: 600;
}

.feature-text {
    color: #353535;
    padding: 10px 0;
    margin-top: 10px;
}


.course-sidebar .form-check-label {
    font-size: 16px;
    font-family: var(--noto);
    cursor: pointer;
    color: #130f40;
    padding: 5px 5px 5px 23px;
    margin-bottom: 8px;
}
.form-check label {
    display: flex;
    align-items: center !important;
    background: #F7F7F7;
    border: 1px solid #D7D3D3;
    border-radius: 2px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #253D4E;
    line-height: 22px;
}
.course-sidebar .form-check input[type="radio"] {
    appearance: none;
    margin-right: 8px;
    font-size: 30px;
    width: 28px !important;
    height: 106% !important;
    position: absolute;
    top: -6px;
    left: 0;
    border-radius: 3px 0 0 3px;
    background: #17527e;
}
.course-sidebar .form-check-label input:checked {
    background: #bb2200;
}
.search-result {
    margin-bottom: 50px;
}

.course-sidebar-search input {
    height: 50px;
    padding-left: 50px;
    font-family: var(--noto);
}

.course-sidebar-search {
    position: relative;
    margin-right: 25px;
}

.course-sidebar-search button {
    position: absolute;
    top: 0px;
    border: 0;
    background-color: var(--theme-color);
    font-size: 20px;
    color: #949597;
    right: -1px;
    color: white;
    width: 51px;
    height: 100%;
    overflow: hidden;
}

.course-sidebar h4 {
    font-size: 20px;
    color: #130f40;
    margin: 40px 0 18px;
    font-weight: 700;
}

.course-archive {
    padding: 100px 0;
}

.form-check {
    margin-bottom: 14px;
}

.course-card.four h5 {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    background-color: var(--theme-color);
    padding: 4px 15px;
    font-size: 12px;
    line-height: 22px;
    border-radius: 4px;
}

.course-card-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 6px;
    background-color: #fff;
    border-radius: 4px;
}

.course-card-icon img {
    width: 15px;
}

.course-rating ul li i {
    margin-right: 2px;
}

.course-content.four {
    padding: 25px 15px 15px;
}

.course-price.four span {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 500;
    float: left;
}

.course-cart {
    float: right;
}

.course-meta li {
    display: inline-block;
    margin-right: 20px;
    font-family: var(--noto);
}

.course-meta li i {
    margin-right: 2px;
    color: #757c8e;
}

.course-title {
    margin: 6px 0 15px;
}

.course-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--noto);
    color: #5b616f;
    margin-top: 16px;
}

.course-author .avator {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #7fc562;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
}

.course-author span {
    font-weight: 500;
    margin-left: 6px;
    color: #130F40;
}

.course-cart i {
    color: var(--theme-color);
}

.course-cart a {
    margin-left: 5px;
    color: #130F40;
    font-weight: 500
}

.course-cart a:hover {
    color: var(--theme-color);
}

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

.course-pagination li a,
.course-pagination li span {
    background-color: #eff1f7;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 46px;
    border-radius: 4px;
    margin: 0 4px;
    font-weight: 700;
    font-size: 18px;
}

.course-pagination li span,
.course-pagination li a:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.course-carousel.owl-carousel .owl-nav>div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 40px;
    color: #696969;
    left: -30px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.course-carousel.owl-carousel .owl-nav>div:hover {
    color: var(--theme-color)
}

.course-carousel.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -30px;
}

.course-card.bg-gray.two {
    margin: 0;
}

/*-------------------------------------------------------------------------------------
    About Area
---------------------------------------------------------------------------------------*/

.about-area {
    padding: 85px 0 210px;
}

.about-img {
    margin-top: 100px;
    position: relative;
}

.about-img>img {
    width: 300px
}

.about-img img {
    border-radius: 20px;
}

.about-img-inner {
    position: absolute;
    top: -85px;
    right: 50px;
    width: 300px;
}

.about-img-two {
    position: absolute;
    top: 145px;
    right: 0;
    width: 270px;
}

.about-cont {
    margin-left: 50px
}

.about-cont h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--theme-color);
    letter-spacing: 1px;
}

.about-cont h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 20px
}

.about-cont a {
    margin-top: 30px
}

.about-img.two {
    width: 100%;
    margin-top: 0;
}

.about-area.three .sec-heading {
    margin-top: 40px;
}

.about-area.four {
    padding: 210px 0 75px;
}

.about-img-four img {
    border-radius: 20px;
}

.about-area.four .sec-heading {
    margin: 55px 140px 0;
}

.about-area.five {
    padding: 0;
}

.row.about-counter-wrap {
    margin: 0 130px;
}

.about-img-four.margin {
    margin-top: -110px;
}

/*-------------------------------------------------------------------------------------
    Call To Action Area
---------------------------------------------------------------------------------------*/
.call-to-action-area {
    background-image: url(../images/banner-1.jpg);
    padding: 90px 0 100px
}

.call-to-action-cont h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--theme-color);
    letter-spacing: 1px;
}

.call-to-action-cont h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px
}

.call-to-action-cont .btn-default a {
    margin-top: 20px;
    background-color: #fff;
    color: var(--theme-color);
}

.call-to-action-cont .btn-default a:hover {
    background-color: var(--theme-color);
    color: #fff;
}

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

.video-area.two {
    padding: 100px 0
}


.video-cont-two {
    margin: 55px 0 0 40px;
}

.video-cont-two .btn-default a {
    margin: 0;
}

/*-------------------------------------------------------------------------------------
    Course Area
---------------------------------------------------------------------------------------*/

.course-area {
    padding: 80px 0 20px;
}
.course-area .course-details{
    padding: 50px 0 20px;
}

.course-card {
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.10);
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.10);
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    position: relative
}

.course-card:hover {
    -webkit-box-shadow: 0 10px 40px rgba(51, 51, 51, 0.10);
    box-shadow: 0 10px 40px rgba(51, 51, 51, 0.10);
}

.course-content {
    padding: 30px 35px;
}

.course-price {
    color: var(--theme-color);
    font-size: 24px;
    font-weight: 700;
}

.course-title a {
    color: #130F40;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.course-title a:hover {
    color: var(--theme-color);
}

.star-rating-group {
    color: #f4c150;
    display: inline-block;
    text-align: left;
    font-size: 18px;
}

.course-rating-count {
    margin-left: 5px;
    font-size: 16px;
    font-family: var(--noto);
    color: #696969;
}

.course-content-footer {
    border-top: 1px solid #efecec;
    padding-top: 20px;
    margin: 25px 0;
    font-size: 15px;
    font-family: var(--noto);
    color: #696969;
}

.course-duration {
    float: left;
}

.course-user {
    float: right;
}

.course-content-footer ul li i {
    color: #696969;
    margin-right: 2px;
}

.course-card.three .course-thumbnail {
    position: relative
}

.course-card.three h5 {
    position: absolute;
    top: 15px;
    left: 15px;
    color: var(--theme-color);
    background-color: #fff;
    padding: 4px 15px;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    border-radius: 4px;

}

.category-btn a {
    margin-top: 30px;
}

.feat-course-area {
    padding: 90px 0
}

.course-area.two {
    padding: 90px 0;
}

.course-area.three {
    padding: 90px 0 100px;
}


.notice-board {
    background: #fff;
    box-shadow: 0px 0px 30px 0px #b8bcc8;
    overflow: hidden;
    max-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;
}

/*-------------------------------------------------------------------------------------
    Discount Area
---------------------------------------------------------------------------------------*/

.discount-area {
    background-color: #130F40;
    background-image: url(../images/bg-2.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.discount-area-two {
    padding: 0 0 20px
}

.discount-wrap {
    background-color: #130F40;
    margin-top: -210px;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.discount-wrap.two {
    margin-top: 0;
}

.discount-wrap.three {
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 20px 40px 0px rgba(51, 51, 51, 0.1);
    padding: 50px;
    border-radius: 20px;
    margin-top: -100px;
}

.discount-img {
    border: 10px solid #fff;
    border-radius: 10px 0 10px 10px;
    width: 45%;
    float: left
}

.discount-cont {
    padding: 100px 50px 0;
    width: 55%;
    float: left
}

.discount-cont h2 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #fff;
}

.discount-cont h4 {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 20px
}

.discount-cont p {
    color: #fff;
}

#countdown {
    margin: 40px 0;
}

.syotimer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.syotimer__body>div {
    margin-right: 60px;
}

.syotimer-cell__value {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
}

.syotimer-cell__unit {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    font-family: var(--noto);
    text-transform: uppercase;
}

.discount-cont .btn-default a {
    background-color: #fff;
    color: var(--theme-color);
    margin-top: 10px
}

.discount-cont .btn-default a:hover {
    background-color: var(--theme-color);
    color: #fff
}

.discount-area.two {
    background: none;
    padding-top: 20px
}

.discount-wrap.two {
    background-image: url(../images/banner-1.jpg);
    position: relative;
    border-radius: 50px;
    padding: 100px 0px
}

.discount-wrap.two:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(140deg, #050133 50%, #FFFFFF57 100%);
    opacity: 0.86;
}

.discount-cont.two {
    width: auto;
    float: none;
    padding: 0 50px
}

.countdown-two .syotimer-cell {
    width: 25%;
    height: 110px;
    background-color: #130F408F;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF21;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
    margin-left: 6px;
    margin-right: 6px !important;
    padding: 16px 0px 5px 0px;
    text-align: center;
}

.syotimer-cell__value {
    color: var(--theme-color);
}

.discount-cont.three .syotimer__body>div {
    text-align: center;
}

.discount-cont.three {
    padding: 0 0 0 45px;
}

.discount-cont.three h2,
.discount-cont.three .syotimer-cell__unit {
    color: #130F40;
}

.discount-cont.three .btn-default a {
    background-color: var(--theme-color);
    color: #fff;
}

.discount-cont.three #countdown {
    margin: 0 0 25px;
}

.discount-cont.three .btn-default a:hover {
    background-color: #130F40;
}

/*-------------------------------------------------------------------------------------
    Webinar Area
---------------------------------------------------------------------------------------*/

.Webinar-area {
    padding: 0 0 250px;
}

.webinar-single {
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.10);
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.10);
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden
}

.webinar-single:hover {
    -webkit-box-shadow: 0 10px 40px rgba(51, 51, 51, 0.10);
    box-shadow: 0 10px 40px rgba(51, 51, 51, 0.10);
}

.webinar-img {
    max-width: 45%;
    float: left;
}

.webinar-img img {
    border-radius: 10px;
}

.webinar-content {
    padding: 15px 20px 0 30px;
    float: left;
    width: 55%;
}

.webinar-content h3 a {
    color: #130F40;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

.webinar-content h3 a:hover {
    color: var(--theme-color);
}

.webinar-meta li {
    display: inline-block;
    margin-right: 10px;
}

.webinar-meta li i {
    color: var(--theme-color);
    margin-right: 5px;
}

.webinar-meta span {
    color: #696969;
    font-family: var(--noto);
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    margin-left: 12px;
}

.webinar-content p {
    margin-top: 15px;
}

.webinar-btn a {
    font-size: 15px;
    line-height: 25px;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 4px;
    padding: 5px 15px;
    font-family: var(--noto);
    display: inline-block;
    margin-top: 5px
}

.webinar-btn a:hover {
    color: #fff;
    background-color: var(--theme-color);
}

.webinar-area.two {
    background-color: #f7f7f7;
    padding: 100px 0;
}

.webinar-area.three {
    padding: 100px 0 70px;
}

.webinar-area.four {
    padding: 80px 0 90px;
}

.Webinar-area.two {
    padding: 90px 0 70px
}

/*-------------------------------------------------------------------------------------
    Webinar Single Page
---------------------------------------------------------------------------------------*/
.webinar-single-area {
    padding: 100px 0;
}

.webinar-meta-info li {
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    margin-right: 35px;
    line-height: 34px;
}

.webinar-meta-info li img {
    width: 22px;
    margin-right: 10px;
}

.webinar-meta-info {
    width: 85%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
    padding: 40px;
    margin-top: -50px;
    background-color: #fff;
    border-radius: 10px;
}

#countdown.countdown-three .syotimer__body {
    padding: 0 230px;
    margin-top: 100px
}

#countdown.countdown-three .syotimer__body>div {
    margin-right: 25px;
}

#countdown.countdown-three .syotimer-cell__value {
    color: #130f40;
}

#countdown.countdown-three .syotimer-cell__unit {
    color: #130f40;
    font-weight: 500;
}

#countdown.countdown-three .syotimer-cell {
    -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
    width: 160px;
    height: 160px;
    padding-top: 45px;
    border-radius: 100%;
    text-align: center
}

.webinar-single-area h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
}

.webinar-single-desc .about {
    margin-bottom: 50px;
    margin-top: 100px
}

.webinar-single-desc li {
    padding: 10px 0;
    font-family: var(--noto);
    font-size: 16px;
    line-height: 26px;
    color: #696969;
}

.webinar-single-desc li i {
    color: var(--theme-color);
    padding-right: 8px;
}

.key-topic-single h4 {
    font-weight: 700;
}

.key-topic-single img {
    width: 20px;
    margin-right: 15px;
}

.key-topic-single p {
    padding-left: 35px;
}

.webinar-single-desc list-content {
    margin-bottom: 86px;
    overflow: hidden;
}

.webinar-single-desc .list-content {
    margin-bottom: 50px;
}

.webinar-single-desc .list-content h2 {
    margin-left: -15px;
}

.key-topic h2 {
    margin-bottom: 25px;
}

.speakers-area {
    padding: 70px 0;
}

.speakers-area h2 {
    margin-left: 15px;
    margin-bottom: 30px;
}

.contact-form.webinar {
    margin-left: 0
}

.webinar-registration.contact h2 {
    margin-bottom: 30px;
}

.webinar-area.four.single {
    padding-bottom: 0;
}

.webinar-area.four.single h2 {
    margin-left: 15px;
    margin-bottom: 20px;
}

/*-------------------------------------------------------------------------------------
    Video Area
---------------------------------------------------------------------------------------*/
.video-player-wrap {
    background-image: url(../images/banner-6.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px 240px 0px;
    margin-top: -270px;
    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);
}

.video-player-wrap-two {
    background-image: url(../images/banner-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
    border-radius: 10px
}

.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: var(--theme-color);
    position: relative;
    border-radius: 4px;
}

.video-player a:hover {
    background-color: var(--theme-color);
    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;
}

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

.counter-single {
    margin-left: 25px;
}

.counter-wrap {
    padding: 100px 65px 0;
}

.counter-single h2 {
    color: var(--theme-color);
    font-size: 50px;
    font-weight: 700;
}

.counter-single p {
    color: #130F40;
    font-size: 20px;
}

.video-player.two a {
    background-color: #fff;
    color: var(--theme-color);
}

.video-player.two a:hover {
    background-color: var(--theme-color);
    color: #fff;
}

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

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

.video-player-wrap-two.alt {
    background-image: url(../images/img-lg-8.jpg);
}

/*-------------------------------------------------------------------------------------
    Counter Area
---------------------------------------------------------------------------------------*/

.counter-area {
    background-color: #130F40;
    background-image: url(../images/banner-bg-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 95px 0 80px;
    position: relative;
}

.counter-title.two p {
    color: #fff;
}

.counter-area-two {
    background-color: #f7f7f7;
    padding: 95px 0 80px;
}

/*-------------------------------------------------------------------------------------
    Pricing Area
---------------------------------------------------------------------------------------*/

.pricing-area {
    padding: 90px 0 100px;
}

.pricing-table {
    padding: 50px;
    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);
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.pricing-table:hover {
    -webkit-box-shadow: 0 20px 40px rgba(51, 51, 51, 0.10);
    box-shadow: 0 20px 40px rgba(51, 51, 51, 0.10);
}

.pricing-table h2 {
    font-size: 23px;
    font-weight: 600;
    line-height: 34px;
}

.pricing-table-currency {
    font-size: 24px;
    font-weight: 700;
    color: #130f40;
}

.pricing-table-price-text {
    color: #130F40;
    font-family: var(--noto);
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
}

.pricing-table-body {
    margin-top: 25px;
}

.pricing-table-body li {
    color: #696969;
    font-family: var(--noto);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
}

.pricing-feat-text {
    display: inline-block;
}

.pricing-table-feature-tooltip {
    border-bottom: 1px dotted;
    cursor: pointer;
}

.pricing-table-feature-tooltip-text {
    position: absolute;
    top: 221px;
    left: 50px;
    width: 250px;
    padding: 10px 20px;
    background-color: #FDECE2;
    color: #000;
    font-family: var(--noto);
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    visibility: hidden;
}

.pricing-table-feature-tooltip:hover .pricing-table-feature-tooltip-text {
    visibility: visible;
    opacity: 1;
}

.pricing-table button {
    border: 0;
    color: #fff;
    background-color: var(--theme-color);
    padding: 14px 30px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 1px;
    margin-top: 23px;
}

.pricing-table button:hover {
    background-color: #130F40;
}

/*-------------------------------------------------------------------------------------
    Faq Area
---------------------------------------------------------------------------------------*/

.faq-area {
    background-color: #f7f7f7;
    padding: 100px 0;
}

.faq-img {
    padding-right: 40px;
}

.faq-img img {
    border-radius: 20px;
}

.card {
    margin: 0 0 15px;
    border: none;
}


.card-header {
    position: relative;
    background-color: #fff;
    border-bottom: none;
    padding: 0;
    letter-spacing: 1px;
}

.card-body.current {
    display: block;
}

.card-header a:before {
    content: '\f067';
    font-family: 'fontawesome';
    position: absolute;
    color: var(--theme-color);
    font-size: 12px;
    right: 15px
}

.card-header.active a:before {
    content: '\f068';
}

.card-header a {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 25px;
    color: #130F40;
    display: block;
    position: relative;
    padding: 15px 55px 15px 15px;
}

.card-header a:hover {
    color: var(--theme-color);
}

.card-body {
    padding: 0;
    color: #696969;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--noto);
    padding: 10px 20px 15px;
}

.card-header.two a:hover {
    color: #130F40;
}

.faq-area.two {
    background-color: #fff;
}

.faq-area.two .card-header {
    -webkit-box-shadow: 0 0 5px rgb(51 51 51 / 10%);
    box-shadow: 0 0 5px rgb(51 51 51 / 10%);
}

.faq-area.two .card-body {
    -webkit-box-shadow: 0 0 15px rgb(51 51 51 / 10%);
    box-shadow: 0 0 15px rgb(51 51 51 / 10%);
}

.faq-area.three {
    padding: 90px 0 80px
}

/*-------------------------------------------------------------------------------------
    Testimonial Area
---------------------------------------------------------------------------------------*/

.testimonial-area {
    padding: 90px 0 100px;
}

.testi-single {
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 15px rgb(51 51 51 / 10%);
    box-shadow: 0 0 15px rgb(51 51 51 / 10%);
    padding: 35px 30px;
    border-radius: 10px;
    margin-top: 50px
}


.testi-single:hover {
    -webkit-box-shadow: 0 10px 40px rgb(51 51 51 / 10%);
    box-shadow: 0 10px 40px rgb(51 51 51 / 10%);
}

.testi-client-info {
    overflow: hidden;
}

.testi-quote {
    color: var(--theme-color);
    font-size: 40px;
    display: inline-block;
    margin-bottom: 15px;
}

.testi-rating i {
    color: #f0932b;
    font-size: 18px;
    margin: 0 2px 6px;
    display: inline-block;
}

.testi-cont-inner p {
    margin: 10px 0 40px;
    font-family: var(--noto);
}

.testi-client-img img {
    border: 2px solid #E6F0FA;
    max-width: 60px;
    border-radius: 50%;
    height: auto;
}

.testi-client-img {
    padding-right: 30px;
    max-width: 30%;
    float: left;
}

.testi-client-details {
    max-width: 70%;
    float: left;
}

.testi-client-details h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 6px;
    color: #130f40;
}

.testi-client-details h6 {
    font-family: var(--noto);
    font-weight: 400;
    color: #696969
}

.testimonial-area.two {
    padding: 95px 0 150px;
}

.testi-single.two {
    border: 1px solid #e6f0fa;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 20px;
    margin: 0
}

.testi-carousel.owl-carousel .owl-dot {
    background-color: #0c2461;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
}

.testi-carousel.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -60px;
}

.testi-carousel.owl-carousel .owl-dot.active {
    background-color: var(--theme-color);
}

/*-------------------------------------------------------------------------------------
    Newsletter Area
---------------------------------------------------------------------------------------*/

.newsletter-wrap {
    background-color: #130F40;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    border-radius: 50px;
}

.newsletter-wrap.overlay:before {
    border-radius: 15px;
}

.newsletter-wrap h2 {
    color: #fff;
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    margin: 0
}

.subscribe-form input {
    font-family: var(--noto);
    padding-left: 25px;
    height: 55px;
    font-size: 16px;
    border-radius: 5px 0 0 5px;
    font-weight: 500;
    width: 100%;
    border: 0;
    position: relative
}

.subscribe-form button {
    position: absolute;
    right: 0;
    border: 0;
    height: 55px;
    background-color: var(--theme-color);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0 5px 5px 0;
    padding: 0 20px;
    font-size: 16px;
}

.subscribe-form input:focus {
    outline: 0;
}

.subscribe-form button:hover {
    background-color: #E45203;
}

.newsletter-area.two {
    background-image: url(../images/banner-1.jpg);
    padding: 95px 0 100px
}

.newsletter-area.two.bg {
    background-image: url(../images/banner-bg.jpg);
}

/*-------------------------------------------------------------------------------------
    Why Choose Area
---------------------------------------------------------------------------------------*/

.why-choose-area {
    padding: 100px 0 65px;
}

.why-choose-area h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 15px;
}

.why-choose-btn {
    margin: 50px 160px 0 0;
}

.why-choose-btn a {
    background-color: var(--theme-color);
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 1px;
    padding: 14px 30px;
}

.why-choose-btn a:hover {
    background-color: #130f40;
}

.why-choose-cont-wrap {
    margin-top: 25px;
}

.why-choose-single {
    margin-bottom: 20px;
    overflow: hidden;
}

.why-choose-icon {
    width: 12%;
    float: left;
    margin-top: 5px;
}

.why-choose-icon img {
    width: 45px;
}

.why-choose-cont {
    width: 88%;
    float: left;
    padding-left: 15px
}

.why-choose-cont h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.why-choose-area .sec-heading {
    padding-left: 0;
    margin-bottom: 20px
}

.why-choose-img {
    padding-right: 35px;
}

.why-choose-img img {
    border-radius: 20px;
}

.why-choose-area.three {
    padding: 95px 0 100px;
}

.choose-single.three {
    padding: 40px 20px 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.choose-single.three:hover {
    -webkit-box-shadow: 0 20px 30px rgba(51, 51, 51, 0.10);
    box-shadow: 0 20px 30px rgba(51, 51, 51, 0.10)
}

.why-choose-icon.three {
    margin: 0 0 20px;
    width: 100%;
    float: none;
}

.why-choose-cont.three {
    max-width: 100%;
    float: none;
}

/*-------------------------------------------------------------------------------------
    Become Instructor Page
---------------------------------------------------------------------------------------*/

.work-area {
    padding: 80px 0;
}

.step-flow {
    padding: 0 30px;
}

.steps-icon img {
    width: 45px;
    margin: 40px;
}

.steps-icon {
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    width: 125px;
    height: 125px;
    margin: 0 auto
}

.steps-label {
    padding: 7px 10px;
    color: #fff;
    background: var(--theme-color);
    font-family: var(--noto);
    font-size: 12px;
    position: absolute;
    top: 5px;
    right: 0px;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 20px;
    line-height: 1;
}

.step-flow h2 {
    margin: 25px 0 15px;
    color: #130F40;
    font-family: var(--noto);
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}


.countdown-steps {
    margin-left: 67px;
}

.step-flow.two span {
    font-family: var(--noto);
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    color: #151515;
    margin: 17px;
}

.step-flow.two p {
    margin-left: 20p;
}

.countdown.two {
    margin: 25px 0 0;
}

.work-area.two {
    padding: 75px 0 10px;
}

.revenue-area {
    padding: 100px 0;
}

.revenue-img {
    margin-right: 30px
}

.revenue-img img {
    border-radius: 20px;
}

.sec-heading p {
    margin: 20px 0 40px;
}

.register-btn a {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: var(--theme-color);
    padding: 14px 30px;
    border-radius: 4px;
}

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

.joining-area {
    padding: 100px 0 60px;
}

.joining-img img {
    border-radius: 20px;
    margin-bottom: 26px;
}

.joining-area p {
    font-size: 18px;
}

.register-area.two {
    padding: 110px 0;
}

.regist-group {
    padding: 55px;
    -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.10);
    box-shadow: 0 0 30px rgba(51, 51, 51, 0.10);
    border-radius: 10px;
}

.registration-form-wrap {
    -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
    padding: 40px;
    border-radius: 5px;
}

.registration-form-wrap input {
    height: 50px;
    font-family: var(--noto);
    font-size: 15px;
}

.registration-form-wrap label {
    font-family: var(--noto);
    color: #696969;
    font-size: 16px;
}

.registration-form-wrap input::-webkit-input-placeholder {
    color: #B0B6C8;
}

.registration-form-wrap input:-ms-input-placeholder {
    color: #B0B6C8;
}

.registration-form-wrap input::placeholder {
    color: #B0B6C8;
}

.registration-form-wrap .form-group {
    margin-bottom: 20px;
}

/*-------------------------------------------------------------------------------------
    Login Form
---------------------------------------------------------------------------------------*/
.login-area {
    padding: 100px 0
}

.login-form-wrap {
    padding: 60px 55px;
    -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
}

.login-form-wrap h3 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px
}

.login-form-wrap input {
    height: 50px;
    font-family: var(--noto);
    border-radius: 6px;
}

.login-form-wrap .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.login-form-wrap input[type="checkbox"] {
    height: auto;
}

.login-form-wrap .checkbox label,
.forgot-pass a {
    font-size: 16px;
    color: #757c8e;
    font-family: var(--noto);
}

.login-btn a {
    display: inline-block;
    background-color: var(--theme-color);
    width: 100%;
    padding: 15px 0 13px;
    border-radius: 6px;
    height: 50px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 25px 0 20px;
}

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

.new-registration {
    color: #5b616f;
    font-family: var(--noto);
    font-size: 16px;
}

.new-registration a {
    display: inline-block;
    color: var(--theme-color);
    font-weight: 500;
    margin-left: 10px;
}

.new-registration a:hover {
    color: #0056b3;
}

/*-------------------------------------------------------------------------------------
    Instructor Area
---------------------------------------------------------------------------------------*/

.instruction-area {
    background-color: #f7f7f7;
    padding: 100px 0 130px;
}

.instruction-single {
    padding: 20px;
    -webkit-box-shadow: 0 0 15px rgba(51, 51, 51, 0.10);
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.10);
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    position: relative;
}

.instruction-single:hover {
    -webkit-box-shadow: 0 10px 50px rgba(51, 51, 51, 0.10);
    box-shadow: 0 10px 50px rgba(51, 51, 51, 0.10);
}

.instruction-img img {
    border-radius: 8px;
}

.instruction-cont h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 30px;
}

.instruction-btn {
    margin-bottom: -45px;
    margin-top: 35px;
}

.instruction-btn a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: var(--theme-color);
    padding: 14px 30px;
    border-radius: 4px;
}

/*-------------------------------------------------------------------------------------
    Learn
---------------------------------------------------------------------------------------*/

.learn {
    padding: 40px 0 45px;
}

.icon {
    max-width: 10%;
    display: block;
    float: left;
    margin-top: 1px;
}

.learn-cont {
    max-width: 90%;
    margin-left: 36px;
}

.icon i {
    color: var(--theme-color);
    font-size: 25px;
}


/*-------------------------------------------------------------------------------------
    Key Topic
---------------------------------------------------------------------------------------*/

.icon img {
    width: 20px;
    margin: 3px 10px 0 6px;
}

.learn-cont h4 {
    font-weight: 700;
}

/*-------------------------------------------------------------------------------------
    Contact
---------------------------------------------------------------------------------------*/

.contact-form {
    padding: 30px 50px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(51 51 51 / 10%);
    box-shadow: 0px 0px 15px 0px rgb(51 51 51 / 10%);
}

.contact label {
    margin-top: 20px;
    color: #130F40;
    font-family: var(--noto);
    font-size: 16px;
}

.contact label:after {
    content: " *";
    color: #f56c6c;
    margin-left: 3px;
}

.contact p {
    margin: 17px 0 7px;
    color: #130F40;
}

.contact input {
    padding: 15px 0px 15px 20px;
    font-family: var(--noto);
    font-size: 16px;
    height: 55px;
    border-radius: 5px;
}

.contact textarea {
    height: 130px;
}

.contact-btn {
    margin: 20px 0;
}

.contact-btn button {
    background-color: var(--theme-color);
    color: #fff;
    border-radius: 4px;
    padding: 14px 30px;
    font-family: var(--noto);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 1px;
    border: none;
}

.contact-btn button:hover {
    background-color: #130F40;
}

/*-------------------------------------------------------------------------------------
    Instructors
---------------------------------------------------------------------------------------*/

.team-area {
    padding: 95px 0 70px;
}

.instructor-single {
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    margin-bottom: 30px;
    padding: 10px 10px 5px 10px;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.instructor-single.shadow-none {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}


.instructor-single:hover {
    -webkit-box-shadow: 10px 0 30px rgba(51, 51, 51, 0.15);
    box-shadow: 10px 0 30px rgba(51, 51, 51, 0.15);
}

.instructor-single.shadow-none:hover {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0
}

.instructor-image {
    position: relative;
}

.instructor-links {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--theme-color);
    width: 65%;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}

.instructor-single li {
    display: inline-block;
}

.instructor-single li a {
    display: block;
    text-align: center;
    font-size: 15px;
    margin: 0 6px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
}

.instructor-single li a:hover {
    color: #130F40;
}

.instructor-single:hover .instructor-links {
    visibility: visible;
    opacity: 1;
    bottom: 40px;
}

.instructor-body {
    padding: 26px 0 5px;
}

.instructor-body h4 {
    color: #130F40;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}

/*-------------------------------------------------------------------------------------
    Blog Page
---------------------------------------------------------------------------------------*/

.blog-area {
    background-color: #fff;
    padding: 90px 0 100px;
}

.blog-post-single {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-post-single:hover {
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.10);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.10);
}

.blog-post-content {
    padding: 25px 20px 25px;
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.10);
    border-radius: 0 0 5px 5px;
    min-height: 269px;
}

.blog-post-content h3 a {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: capitalize;
    color: #130F40;
}

.blog-post-content h3 a:hover {
    color: var(--theme-color);
}

.post-meta {
    margin-bottom: 15px;
}

.post-media img {
    border-radius: 5px 5px 0 0;
}

.post-meta li {
    display: inline-block;
    margin-right: 15px
}

.post-meta li a i {
    font-size: 15px;
    color: var(--theme-color);
}

.post-meta span {
    margin-left: 8px;
    text-transform: uppercase;
    font-family: var(--noto);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1px;
    color: #696969;
}

.post-meta span:hover {
    color: var(--theme-color);
}

.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;
    font-family: var(--noto);
}

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

.search-form button:hover {
    background-color: #17527e;
}

.widget h4 {
    color: #130f40;
    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;
}

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

.recent-post-cont.two a {
    color: #130f40;
    font-family: var(--noto);
    font-weight: 700;
}

.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;
    font-family: var(--noto);
}

.widget-list li i {
    color: var(--theme-color);
    padding-right: 5px;
}

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

.widget-list li a:hover {
    color: var(--theme-color);
}

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

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

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

.blog-post-thumb img {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    width: 100%;
}

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

.blog-posts-meta ul li i {
    margin-right: 6px;
    font-size: 16px;
    color: var(--theme-color);
}

.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: 15px;
    margin-right: 15px;
}

.blog-posts-meta ul li a:hover {
    color: var(--theme-color);
}

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

.blog-posts h3 a:hover {
    color: var(--theme-color);
}

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

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

.omexo-post-btn {
    margin: 30px 0 0;
    overflow: hidden
}

.omexo-post-btn a {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 1px;
    background-color: var(--theme-color);
    border-radius: 4px;
    padding: 14px 30px;
    color: #fff;
    display: inline-block
}

.omexo-post-btn a:hover {
    background-color: #130F40;
}

.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-family: var(--noto);
    font-size: 16px;
    margin: 0 5px;
}

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

.blog-pagination li a:hover,
.blog-pagination li span {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    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: var(--theme-color);
    font-size: 18px;
    font-weight: 700;
}

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

.blog-post-thumb.two ul li {
    padding-bottom: 8px;
    font-family: var(--noto);
    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: #130f40;
    font-family: var(--noto);
    padding-right: 20px;
}

.post-tag a {
    display: inline-block;
    background-color: var(--theme-color);
    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: var(--theme-color);
    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: #130f40;
}

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

.comment-respond form {
    font-family: var(--noto);
    font-size: 16px;
    line-height: 28px;
    color: #696969;
}

/*-------------------------------------------------------------------------------------
    Page Title Area
---------------------------------------------------------------------------------------*/

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

.page-banner-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #17527e;
}

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

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

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

.banner-content span {
    padding-right: 10px;
}

/*-------------------------------------------------------------------------------------
    Instructor Profile Page
---------------------------------------------------------------------------------------*/

.inst-profile-area {
    padding: 100px 0;
}

.instructor-info {
    padding: 20px 20px 50px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.1);
    border-radius: 10px;
    text-align: center;
}

.instructor-img {
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 50px 30px;
}

.instructor-img img {
    border-radius: 4px;
}

.instructor-body h4 {
    color: #130F40;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.ins-social-icons li {
    display: inline-block;
}

.ins-social-icons li a {
    display: block;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 38px;
    margin: 0 3px;
    color: #fff;
    background-color: var(--theme-color);
    border-radius: 4px;
}

.contact-info {
    padding: 30px 0 20px;
}

.contact-info li {
    margin: 0 30px;
    font-family: var(--noto);
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0;
    color: #696969;
}

.contact-info li i {
    color: var(--theme-color);
    font-size: 14px;
    padding-right: 5px;
}

.contact-btn a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: var(--theme-color);
    padding: 12px 30px;
    border-radius: 4px;
}

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

.inst-profile-area h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px
}

.inst-profile-area .course-title {
    line-height: normal;
    font-size: inherit
}

.inst-profile-area .category-btn a {
    margin-top: 0;
}

.about-instructor {
    padding: 20px;
}

.skill-single {
    margin-bottom: 15px;
}

.skill-rate {
    padding: 20px;
}

.skill-name {
    color: #696969;
    font-family: var(--noto);
    font-size: 16px;
    line-height: 28px;
}

.skill-level-text {
    color: #696969;
    font-family: var(--noto);
    font-size: 16px;
    line-height: 28px;
    float: right;
}

.progress {
    border-radius: 100px;
    height: 10px;
    background-color: #fca97c;
}

.progress-bar {
    background-color: var(--theme-color);
}

.experience {
    padding: 20px 0 20px 20px;
}

.counter-single.three {
    margin: 0 10px 0 20px;
    padding: 25px 20px 20px 20px;
    background-color: #F7F7F7;
    border-radius: 10px;
}

.courses {
    padding: 35px 20px 0;
}

.ins-profile-counter {
    margin-bottom: 20px;
}

.category-btn.two a {
    margin: 32px 0 10px;
}

.instructor-details h4 {
    font-weight: 700;
}

/*-------------------------------------------------------------------------------------
    Course Single Page
---------------------------------------------------------------------------------------*/

.course-single-area {
    padding: 100px 0 70px;
}

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

.course-single-meta .course-author img {
    max-width: 35px;
    border-radius: 50%;
    margin-right: 10px;
}

.course-single-meta .course-author strong {
    margin-left: 10px;
    color: #3F435B;
    font-size: 16px;
}

.course-single-meta .course-rating {
    margin: 0 35px;
}

.course-single-meta .course-rating i {
    color: #f4c150;
    margin: 0 2px;
    font-size: 17px;
}

.course-single-meta .course-rating span {
    color: #5b616f;
    font-family: var(--noto);
    font-size: 16px;
}

.course-whishlist,
.course-reply {
    color: #212327;
    font-family: var(--noto);
    margin-right: 30px;
    font-size: 17px;
}

.course-whishlist i,
.course-reply i {
    margin-right: 6px;
}

.course-single-meta .course-author {
    margin: 0;
}

.course-categories li {
    display: inline-block;
    font-family: var(--noto);
    color: #757c8e;
    font-size: 16px;
}

.course-categories li a {
    background-color: #f5f5f5;
    padding: 5px 10px;
    margin: 0 2px 10px;
    border-radius: 4px;
    color: #696969;
    font-size: 15px;
    display: inline-block;
}

.course-categories li a:hover {
    background-color: var(--theme-color);
    color: #fff
}

.course-categories {
    margin: 25px 0 50px;
}

.course-content-tab .nav-link.active {
    border: 0;
    border-bottom: 2px solid var(--theme-color);
    color: var(--theme-color)
}

.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: var(--theme-color);
}


.course-content-tab .nav-link {
    font-family: var(--noto);
}

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

.course-about-cont h3,
.course-content-list h3,
.instructor-info-wrap h3 {
    font-weight: 500;
    font-family: var(--noto);
    font-size: 20px;
    line-height: 30px;
}

.course-about-cont {
    margin-bottom: 30px;
}

.course-content-list li {
    font-family: var(--noto);
    color: #696969;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 18px;
}

.course-content-list li i {
    color: var(--theme-color);
    margin-right: 5px
}

.instructor-info-inner {
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

.instructor-avator img {
    max-width: 50px;
    border-radius: 50%;
}

.instructor-avator span {
    font-weight: 500;
    font-family: var(--noto);
    font-size: 18px;
    margin-left: 10px;
}

.instructor-avator {
    padding: 30px;
}

.instructor-course-info {
    border-top: 1px solid #dee2e6;
    padding: 20px 30px;
}

.instructor-course-info .rating-text i {
    color: #f4c150;
    margin: 0 2px;
    font-size: 17px;
}

.instructor-course-info span {
    color: #5b616f;
    font-family: var(--noto);
    font-size: 17px
}

.instructor-course-info span span {
    padding-left: 15px;
}

.ins-course-info-meta i {
    margin-right: 6px;
}

.ins-course-info-meta strong {
    font-weight: 400;
    color: #212327;
    margin-right: 6px;
}

.instructor-info-wrap {
    margin-top: 20px;
}

.instructor-info-wrap h3 {
    margin-bottom: 16px;
}

.course-curriculum .card {
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.course-curriculum .course-lesson {
    border-top: 1px solid #dee2e6;
    padding: 10px 25px 0;
}

.course-curriculum .card-body {
    padding: 0;
}

.course-curriculum .course-lesson i {
    color: #b4b7c0;
    padding-right: 10px;
}

.course-curriculum .course-lesson .lesson-text i {
    padding-right: 0;
    padding-left: 10px;
}

.course-curriculum .course-lesson p {
    color: #212327;
}

.course-curriculum .card-header a {
    color: #41454f;
    font-family: var(--noto);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.course-curriculum .card-header.active a,
.course-curriculum .card-header a:hover {
    color: var(--theme-color);
}

.course-curriculum h3,
.review-contents h3 {
    color: var(--theme-color);
    font-weight: 700;
    margin-bottom: 15px;
}

.review-content-inner {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 45px 50px;
    overflow: hidden;
}

.review-ratings {
    float: left;
    width: 30%;
}

.rating-bar {
    float: left;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #5b616f;
    font-family: var(--noto);
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px
}

.review-ratings i {
    color: #f4c150;
    font-size: 20px;
    margin-right: 10px;
}

.review-ratings h2 {
    font-weight: 700;
    font-size: 65px;
    letter-spacing: 6px;
    margin-bottom: 30px;
}

.review-ratings p {
    margin: 15px 0 0;
}

.rating-progress {
    background-color: #e3e5eb;
    height: 8px;
    width: 76%;
    border-radius: 4px;
    margin: 0 20px;
    position: relative;
}

.rating-star {
    position: relative;
}

.rating-star:before {
    content: '\f006';
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    color: #f4c150;
}

.rating-progress-value {
    background-color: #f4c150;
    position: absolute;
    height: 8px;
    width: 40%;
    right: 0;
    border-radius: 4px;
}

.course-widget {
    -webkit-box-shadow: 0 0 30px rgb(51 51 51 / 10%);
    box-shadow: 0 0 30px rgb(51 51 51 / 10%);
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 30px;
}

.course-widget li {
    padding: 10px 0;
    color: #212327;
    font-family: var(--noto);
    font-size: 16px;
}

.course-widget li i {
    color: var(--theme-color);
    margin-right: 4px;
}

.course-widget li:last-child {
    padding-bottom: 0;
}

.course-widget h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.course-single-info.course-widget {
    padding: 0;
}

.course-single-info .course-price span {
    font-size: 36px;
    color: #212327;
    padding: 25px 30px 20px;
    display: inline-block;
}

.course-player iframe {
    width: 100%;
    height: 210px;
    border-radius: 10px;
    border: 0;
}

.course-enroll-btn a {
    background-color: var(--theme-color);
    padding: 14px 0;
    display: block;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

.course-enroll-btn a:hover {
    background-color: #130f40;
}

.course-enroll-btn {
    padding: 0 30px 30px;
    border-bottom: 1px solid #ddd;
}

.course-info-list {
    padding: 19px 30px 30px;
}

.course-info-list .info {
    color: #212327;
    font-weight: 500;
}

.course-info-list li i {
    margin-right: 10px;
}

/*-------------------------------------------------------------------------------------
    Contact Page
---------------------------------------------------------------------------------------*/

.contact-area {
    padding: 100px 0;
}

.contact-desc {
    margin: 60px 50px 40px 0
}

.contact-area h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
}

.contact-info-single {
    margin-bottom: 30px;
}

.contact-icon img {
    width: 45px;
}

.contact-icon {
    max-width: 30%;
    float: left;
    margin: 7px 20px 0 0;
}

.contact-cont h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 5px;
}

.contact-form {
    padding: 50px;
    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);
}

.contact-form input {
    height: 55px;
    font-family: var(--noto);
    padding-left: 20px;
    margin-bottom: 20px;
}

.contact-form textarea {
    padding: 15px 0px 15px 20px;
    font-family: var(--noto);
    font-size: 16px;
    margin-bottom: 20px;
}

.submit-btn a {
    display: inline-block;
    padding: 14px 30px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: var(--theme-color);
    border-radius: 4px;
}

.submit-btn a:hover {
    background-color: #130F40
}

/*-------------------------------------------------------------------------------------
    Footer
---------------------------------------------------------------------------------------*/
.footer-top-area {
    background: var(--secondary-color);
    padding: 90px 0 30px;
    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 10px;
}

.footer-widget li a {
    display: block;
    color: #dedede;
    font-weight: 400;
    font-family: var(--noto);
}

.footer-widget li a:hover {
    color: var(--theme-color);
}

.footer-widget.footer-cat li i {
    color: var(--theme-color);
    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: var(--theme-color);
}

.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-family: var(--noto);
    font-weight: 400;
}

.recent-post-cont span {
    color: #dedede;
    font-size: 13px;
    font-family: var(--noto);
}

.footer-widget.footer-contact li {
    color: #dedede;
    font-family: var(--noto);
    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: var(--theme-color);
}

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

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

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

.footer-bottom-area {
    background: #17527E;
    padding: 20px 0;
}



/*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-img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: #212121;*/
    opacity: 0.3;
    z-index: -1;
}

.silder-single {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 225px;
    padding-bottom: 225px;
}

.slider-single-full h4 {
    color: var(--theme-color);
    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-family: var(--noto);
    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;
}

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

.baner-bottom {}

.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: var(--theme-color);
    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: var(--theme-color);
}

.baner-bottom ul li .btn-bg:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.baner-bottom ul li a:hover {
    color: var(--theme-color);
    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: var(--theme-color);
    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: var(--theme-color);
    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: var(--theme-color);
    border:2px solid var(--theme-color);
    transition: all 0.3s ease;
}
.banner-slider-area .owl-next:hover {
    background: #fff;
    color: var(--theme-color);
    border: 2px solid var(--theme-color);
    transition: all 0.3s ease;
} */


.banner-slider-area .owl-dots,
.slider-area-full_mobile .owl-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    counter-reset: dots;
    width: 30px;
    text-align: center;
    transform: translateX(-50%);
    display: flex;
}

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

.banner-slider-area .owl-dots .owl-dot span,
.slider-area-full_mobile .owl-dots .owl-dot span {
    display: block;
    border-radius: 50%;
    background-color: var(--theme-color);
    width: 12px;
    height: 12px;
    position: relative;
    transition: all 0.3s ease;
}

.banner-slider-area .owl-dots .owl-dot.active span,
.slider-area-full_mobile .owl-dots .owl-dot.active span {
    background: var(--theme-color);
}


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

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

/*course*/
.single_course {
    border-radius: 10px;
    margin-bottom: 30px;
    margin-left: 6px;
    margin-right: 6px;
    box-shadow: 0px 5px 5px -2px #E6EFFF99;
    transition: all .4s ease-in-out;
    background-color: #f4f5f6;
}

.single_course:hover {
    /* -webkit-box-shadow: 0 10px 40px rgb(51 51 51 / 10%); */
    background-color: #e6efff;
    box-shadow: 0 5px 5px -2px rgba(0,0,0,.3);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}


.single_course .image {
    border-radius: 10px 10px 0 0;
    text-align: center;
    overflow: hidden;
    padding: 10px;
}

.instructor_advisor .image {
    background-color: #d3e6fc;
    border-radius: 10px 10px 0 0;
    text-align: center;
    overflow: hidden;
    width: 200px !important;
    height: 200px !important;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #EAE9E9;
    margin: 15px auto;
}

.instructor_advisor .image img {
    width: 100%;
    height: 100%;
}

.single_course .image img {
    width: 100%;
}

.single_course .course-contents {
    border-radius: 0px 0px 10px 10px;
}

.single_course .course-contents h3 {
    font-size: 18px;
    font-weight: 500;
    color: #2C2C31;
    padding: 15px;
    text-align: center;
    margin-bottom: 0;
    min-height: 98px;
    line-height: 30px;
}

.single_course .course-contents .model-test-title {
    font-size: 18px;
    font-weight: 500;
    color: #2C2C31;
    padding: 15px;
    text-align: start;
    margin-bottom: 0;
    min-height: 0px !important;
    line-height: 30px;
}

.single_course .course-contents h3 a {
    text-decoration: none;
    color: #193170;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-height: 27px;
}

.single_course .course-contents h3 a:hover {
    color: var(--theme-color);
    transition: all 0.3s ease;
}

.single_course .course-contents .rate-and-view {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-top: 1px solid #EAE9E9;
}

.single_course .course-contents .rate-and-view h4 {
    font-size: 18px;
    font-weight: 700;
    color: #3C3E62;
    margin: 0;
}

.single_course .course-contents .rate-and-view a {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
}

.single_course .course-contents .rate-and-view a:hover {
    color: var(--theme-color);

}

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

.quiz,
.choices {
    list-style-type: none;
    padding: 0;
}

.choices li {
    margin-bottom: 5px;
    float: left;
    width: 50%
}

.choices label {
    display: flex;
    align-items: center;
}

.choices label,
input[type="radio"] {
    cursor: pointer;
}

input[type="radio"] {
    margin-right: 8px;
}

.view-results {
    padding: 1rem;
    cursor: pointer;
    font-size: inherit;
    color: white;
    background: teal;
    border-radius: 8px;
    margin-right: 5px;
}

.my-results {
    padding: 1rem;
    border: 1px solid goldenrod;
}


.view-results {
    padding: 14px 29px;
    cursor: pointer;
    font-size: inherit;
    color: white;
    background: #FF620E;
    border-radius: 8px;
    margin-right: 5px;
}


/*
Template Name:  - Multistep Form & Login, Registration Form Template
Description:  - Multistep Form & Login, Registration Form, Commin Soon HTML5 Template
Version: 1.0
*/

a,
button {
    -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;
}

*::-moz-selection {
    background: #d6b161;
    color: #000;
    text-shadow: none;
}

::-moz-selection {
    background: #8f32f3;
    color: #000;
    text-shadow: none;
}

::selection {
    background: gray;
    color: #000;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

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

a {
    text-decoration: none;
    transition: .4s;
    -webkit-transition: all .4s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #82B60B;
}

button:focus {
    outline: none;
}

input:focus {
    outline: none;
}

p {
    color: #191919;
}


/*======================================================================================*/
/*  contact start  */
/*======================================================================================*/
/*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-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    color: #FFFBFB;
}

.mcq-banner-content p {
    font-family: var(--noto);
    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;
    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/img/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 button {
    background: #24AE1F;
    border-radius: 4px;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
}

.wathc-button button:hover {
    background: var(--secondary-color);
}

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

.quiz-options .title {
    font-family: var(--noto);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 25px;
    color: #253D4E;
    display: flex;
    align-items: start;
}

[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: var(--noto);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #253D4E;
    line-height: 22px;
}

.quiz-options label:hover .alphabet {
    background: #24AE1F;
    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: #047396;
    color: #FFF;
}




.input-single:checked+label {
    background: #24AE1F;
    font-family: var(--noto);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
}

.input-single:checked+label .alphabet {
    background: #047396;
    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: var(--noto);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 50px;
    color: var(--secondary-color);
}

.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-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 49px;
    text-align: center;
    color: #047396;
}

.top-single p {
    font-family: var(--noto);
    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;
    width: 48%;
}

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

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

.bottom-single .bottom-content p {
    font-family: var(--noto);
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 34px;
    color: var(--secondary-color);
}

.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: var(--noto);
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 49px;
    color: var(--secondary-color);
    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-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: 30px;
}

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

.skillbar .progrese .skillName {
    position: absolute;
    left: 10%;
    top: 16%;
    font-family: var(--noto);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}

.hero-marks {
    display: flex;
    color: #fff;
    justify-content: space-between;
    width: 40%;
    text-align: start;
    margin-top: 40px;
}

.mcq-content {
    position: relative;
}

.mcq-header {
    position: sticky;
    top: 70px;
    background-color: white;
    z-index: 9;
    padding: 13px 0;
}

.table tr th,
.table tr td {
    color: var(--secondary-color);
    font-weight: bold;
}

.table thead tr th {
    background-color: #0D0282;
    color: #fff;
}

.card-header2 {
    background-color: var(--theme-color);
    border-radius: 4px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0px;
}

.card-body2 {
    border: 2px solid var(--theme-color);
    padding: 0;
}

.card-menu {
    border-right: 1px solid var(--theme-color);
    margin-bottom: 0px;
}

.default-btn {
    border: none;
}

.row2 {
    padding: 10px;
}

/*list*/
.all-course {
    padding: 30px 0;
}

.course-list-content {
    width: 600px;
    margin: auto;
    padding: 10px 20px;
    margin-top: 2em;
}

.course-list-content .title {
    background: var(--theme-color);
    color: #ffffff;
    padding: 5px 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    font-size: 30px;
}

.course-list-content ol.ordered-list {
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
    margin-top: 25px;
}

.course-list-content ol.ordered-list>li {
    position: relative;
    margin: 0 0 17px 2em;
    padding: 20px 43px;
    list-style: none;
    background: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    border-radius: 6px;
}

.course-list-content ol.ordered-list>li a {
    color: var(--secondary-color) !important;
    display: block;
}

.course-list-content ol.ordered-list>li a:hover {
    color: var(--theme-color);
}

.course-list-content ol.ordered-list>li::before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 0px;
    left: -2em;
    box-sizing: border-box;
    width: 4em;
    margin-right: 8px;
    padding: 19px;
    /* border-top: 2px solid var(--theme-color); */
    color: #fff;
    background: var(--theme-color);
    font-weight: bold;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-list-content ol.ordered-list>li:hover,
ol>li:hover {
    border-color: var(--secondary-color);
    background-color: var(--theme-color)14;
}

.course-list-content ol.ordered-list>li:hover::before,
ol>li:hover::before {
    background-color: rgb(14, 10, 56);
    border-color: rgb(14, 10, 56);
}

.ordered-list li ol,
.ordered-list li ul {
    margin-top: 5px;
}

.ordered-list ol ol li:last-child {
    margin-bottom: 0;
}

.head-menu {
    display: flex;
}

.head-menu li {
    padding: 0 5px;
}

.mn-1 {
    display: none;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    border: 1px solid var(--theme-color);
}

.about-detail-body {
    background: #fff;
}
.about-detail-body ul{
    list-style: inherit!important;
    margin: revert!important;
    padding: revert!important;
}

.about-details {
    border: 1px solid #e8e8e8;
    box-shadow: 0 10px 40px rgb(51 51 51 / 10%);
    margin: 50px 0;
}

.about-details h2 {
    background-color: var(--theme-color);
    padding: 15px 0;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    border: 1px solid #e8e8e8
}

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

.courses-area-style.ptb-100 {
    padding: 60px 0;
}



.course-content a {
    text-decoration: none;
    line-height: 20px;
}

.course-content h3 {
    font-size: 20px;
    padding-bottom: 10px;
}

.default-btn:hover {
    background: #bb2200;
    color: var(--secondary-color);
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(249, 121, 52) !important;
}

.btn.active {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(249, 121, 52) !important;
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #bb2200;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #bb2200 !important;
}



.filter-price .form-check input[type="radio"] {
    margin-right: 8px;
    font-size: 30px;
    width: 10px;
    height: 10px;
}

.filter-category .form-check input[type="radio"] {
    margin-right: 8px;
    font-size: 30px;
    width: 10px;
    height: 10px;
}

.fillter-button {
    margin-bottom: 30px;
    display: none;
}

.fillter-button a {
    display: block;
    background-color: var(--theme-color);
    padding: 17px 10px;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    border-radius: 6px;
}

.tutor-course-form select:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
    border: 1px solid var(--theme-color);
}

.tutor-courses h5 {
    color: #130F40;
    font-family: var(--noto);
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #ced4da;
    padding: 10px 28px;
    display: inline-block;
    border-radius: 5px;
}

.offer-area {
    padding: 60px 0;
}

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

.offer-description h4 {
    padding: 15px 0;
}

.offer-description h4 a {
    font-size: 20px;
}

.offer-description .btn-enroll {
    background-color: #009B00;
    border-radius: 4px;
    display: block;
    padding: 13px 26px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.login-form-wrap2 {
    padding: 147px 55px;
    -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
}


.login-area.login-enroll {
    padding: 0px 0;
}

.about-details2 h2 {
    background-color: var(--theme-color);
    padding: 2px 0;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    border: 1px solid #e8e8e8;
    font-size: 26px;
}

.about-detail-2 p {
    font-size: 18px;
}

.form-check .form-check-input {
    float: left;
    margin-left: -15px !important;
}

.fillter-button a:hover {
    color: #fff;
    cursor: pointer;
}


.quote-wrapper {
    display: flex;
    padding: 0 20px;
    margin-bottom: 20px;
}

.blockquote {
    position: relative;
    align-self: center;
    width: 100%;
}

.blockquote h3 {
    display: block;
    padding: 10px 20px;
    background: var(--theme-color);
    border-radius: 6px;
    color: #fff;
    margin-bottom: 20px;
}

.blockquote .model_description {
    position: relative;
    color: #010101;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    border: 2px solid #fff;
    border: 2px solid var(--theme-color);
    border-radius: 20px;
    padding: 25px;
}

.blockquote p span {
    color: var(--theme-color);
}

.blockquote .model_description::after {
    content: "";
    position: absolute;
    border: 2px solid var(--theme-color);
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3;
}

.blockquote .model_description::before {
    content: "";
    position: absolute;
    width: 80px;
    border: 6px solid #fff;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}

.blockquote h4 {
    position: relative;
    color: #2c3e50;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left: 150px;
    padding-left: 12px;
}

.blockquote h4:first-letter {
    margin-left: -12px;
}

.blockquote-box {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    margin-bottom: 11px;
}

.blockquote-box span {
    font-size: 20px;
    font-weight: 601;
    color: #151140;
}

#st-1 .st-btn[data-network="facebook"] {
    background-color: var(--theme-color) !important;
}

#st-1 .st-btn[data-network="twitter"] {
    background-color: var(--theme-color) !important;
}

#st-1 .st-btn[data-network="linkedin"] {
    background-color: var(--theme-color) !important;
}

#st-1 .st-btn[data-network="print"] {
    background-color: var(--theme-color) !important;
}
#st-1 .st-btn[data-network='whatsapp'] {
    background-color: var(--theme-color) !important;
}
#st-1 .st-btn[data-network='sharethis'] {
    background-color: var(--theme-color) !important;
}

.playbtn {
    padding: 2px 12px;
    display: inline-block;
    color: #fff;
    background-color: var(--theme-color);
    border-radius: 5px;
}

.text-right.px-3.lecture-content {
    display: inline-block;
    float: right;
    padding-bottom: 6px;
}

.current ul li {
    padding-bottom: 25px;
}

.form-inline .form-control {
    width: 100%;
}

.btn-orange {
    background-color: var(--theme-color);
    color: #fff;
}

.course-enroll-btn a:hover {
    background-color: var(--theme-color);
}

.header-course-search button {
    background: none;
    border: none;
}

.modal-header {
    border-bottom: 1px solid #bb2200;
    background: #bb2200;
    color: #fff;
}

.modal-body.p-0 {
    border: 1px solid #bb2200;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

aside {
    background: #1a1d23;
    width: 250px;
    height: 100vh;
    position: fixed;
    transition: 0.3s;
    left: -250px;
    top: 0;
    transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
    background: #fff;
}

aside.close {
    left: 0;
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
    background-color: #fff;
    opacity: 1;
    z-index: 99;
}

.close:focus,
.close:hover {
    opacity: 1;
}

aside button {
    border: none;
    background: none;
    position: absolute;
    right: 0px;
    top: 7px;
    font-size: 30px;
    transform: rotate(90deg);
    display: inline-block;
    cursor: pointer;
}

.model_description p img {
    width: 100% !important;
    height: auto !important;
}

.menu-serach button {
    position: absolute;
    right: -21px;
    top: -12px;
    height: 47px;
    width: 52px;
    border: 0;
    background-color: var(--theme-color);
    font-size: 20px;
    padding: 0 -1px;
    border-radius: 0 5px 5px 0;
    color: #fff;
}

.filte-body {
    padding: 40px;
}

.video-single {
    position: relative;
}

.video-single img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.video-single .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;
    margin-left: 0px;
}

.video-single img {
    width: 100%;
}

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

.video-btn i {
    font-size: 19px;
    font-weight: 700;
    color: #27ca7d;
    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::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: #fff;
}

.video-btn::before {
    -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);
    }
}


.btbtn {
    padding: 8px 20px;
    background: #BB2200;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #BB2200;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.btbtn:hover {
    color: #070341 !important;
}

.btbtn::before,
.btbtn::after {
    content: '';
    position: absolute;
    top: 0;
    width: 0%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    transition: all 0.4s ease-out;
}

.btbtn::before {
    left: 0;
    border-radius: 4px 20px 20px 4px;
}

.btbtn::after {
    right: 0;
    border-radius: 20px 4px 4px 20px;
}

.btbtn:hover::before {
    width: 50%;
    border-radius: 4px 0px 0px 4px;
}

.btbtn:hover::after {
    width: 50%;
    border-radius: 0px 4px 4px 0px;
}


/* Event css */
.events {}

.event-item {
    background: #e6efff;
    border-radius: 10px;
    display: flex;
    padding: 20px;
    transition: all .4s linear;
    margin-bottom: 30px;
}

.event-item:hover {
    box-shadow: 0 5px 5px -2px rgba(0, 0, 0, .3);
    transform: translateY(-5px);
}

.event-item .event-left {
    flex-basis: 70%;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 5px;
}

.event-item .event-left .event-title {
    font-size: 20px;
    line-height: 25px;
}

.event-item .event-left .price {
    font-size: 23px;
    margin: 15px 0;
}

.event-item .event-left .event-btn {
    padding: 5px 20px;
}

.event-item .event-right {
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 1px solid #bbb;
    padding-left: 5px;
}

.event-item .event-right .badge {
    margin-bottom: 10px;
}
.event-item .event-right .badge .online, .event-item .event-right .badge .offline {
	padding: 8px 15px;
	color: #ffffff;
	background: #BB2200;
	font-weight: 500;
	border-radius: 30px;
	font-size: 15px;
	line-height: 10px;
	position: relative;
	width: 100px;
	margin: 0 auto 3px;
}

.event-item .event-right .badge .online::before,
.event-item .event-right .badge .offline::before{
    content: "\f192";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 16px;
    margin-right: 5px;
}

.event-item .event-right .badge .online {
    background: #31a24c;
}

.event-item .event-right .date {
    text-align: center;
}

.event-item .event-right .date .month,
.event-item .event-right .date .day {
    display: block;
    font-size: 40px;
    color: #BB2200;
    line-height: 35px;
    font-family: var(--li-ador);
}

/* event detail */
.event-area {
    padding: 80px 0;
}

.event-area .event-thumbnail {
    margin-bottom: 30px;
}

.event-area .event-thumbnail img {
    width: 100%;
    border-radius: 5px;
}

.event-form,
.event-meta {
    padding: 30px 40px 30px;
    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);
}

.event-meta p {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.event-meta p .meta-title {
    font-weight: bold;
    font-size: 18px;
}

.event-meta p .meta-text {
    font-size: 18px;
}

.event-meta .price .meta-title::before,
.event-meta .date .meta-title::before,
.event-meta .status .meta-title::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #bb2200;
    margin-right: 5px;
    font-size: 20px;
}

.event-meta .price .meta-title::before {
    content: '\f3d1';
}

.event-meta .date .meta-title::before {
    content: '\f073';
}

.event-meta .status .meta-title::before {
    content: '\f204';
}

.event-details {
    margin-bottom: 30px;
}

.event-details p {
    margin-bottom: 10px;
}

.event-details ul {
    margin: 10px 0;
}

.event-details ul li::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    color: #bb2200;
    margin-right: 10px;
}

/* Event css end */

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

.section-title .title {
    font-family: var(--li-ador);
    font-size: 45px;
    font-weight: 700;
    color: #313131;
}

.section-title .title .highlited {
    color: #B31F24;
}

.section-title .description {
    font-family: var(--noto);
    font-size: 18px;
    color: #585858;
    font-weight: 400;
    width: 48%;
    margin: 24px auto 0;
}

/* home css */
/* feature section */
.feature-section {
    padding: 80px 0;
}

.feature-area {
    margin-top: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0px 12px 20px 0px #E6EFFF99;
    border: 1px solid #BFD6FF;
    border-radius: 15px;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;

}
.feature-item::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    border-radius: 10px;
    background: #BFD6FF;
    transition: all .5s linear;
    z-index: -1;
}
.feature-item:hover::after{
    left: 0;
    width: 100%;
}

.feature-item .item-left {
    padding: 5px;
    flex-basis: 30%;
}

.feature-item .item-left img {
    width: 100%;
}

.feature-item .item-right {
    padding: 5px;
    flex-basis: 70%;
}

.feature-item .item-right .item-right-title {
    font-family: var(--li-ador);
    font-size: 17px;
    font-weight: 600;
    color: #313131;
    line-height: 1.4;
}

/* Client Review  */
.client-review {
    padding: 80px 0;
    background-image: url('../img/bg.png');
}

.review-wrapper {
    margin-top: 40px;
}

.review-item {
    background: #ffffff;
    padding: 120px 80px 80px;
    margin: auto 12px;
    border-radius: 5px;
}

.review-item .review-content {
    background: #ffffff;
    padding: 80px 30px 30px;
    text-align: center;
    position: relative;
    box-shadow: 0px 12px 20px 0px #E6EFFF99;
    border: 1px solid #BFD6FF;
    border-radius: 15px;
}

.review-item .review-content::before,
.review-item .review-content::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 65px;
    color: #bb2200;
}

.review-item .review-content::before {
    content: '\f10d';
    top: -14%;
    left: 10%;
}

.review-item .review-content::after {
    content: '\f10e';
    bottom: -14%;
    right: 10%;
}

.review-item .review-content .client-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 10px solid #bb2200;
}

.review-item .review-content .client-img img {
    width: 100%;
}

.review-item .review-content .name {
    font-size: 25px;
    text-transform: uppercase;
    color: #313131;
    font-weight: 600;
}

.review-item .review-content .designation {
    font-size: 20px;
    text-transform: uppercase;
    color: #313131;
    font-weight: 500;
    margin: 10px 0 20px;
}

.review-item .review-content p {
    font-size: 16px;
    color: #313131;
    font-weight: 400;
}

/* Client Review End */

/* faq section */
.faq-section{
    padding: 80px 0;
}
.faq-content{
    margin-top: 30px;
}
.faq-content .card{
    box-shadow: 0px 12px 20px 0px #E6EFFF99;
    border: 1px solid #BFD6FF;
    border-radius: 15px;
}
.faq-content .card-header{
    border-radius: 15px;
}
.faq-content .card-header.active{
    border-radius: 15px 15px 0 0;
    border-bottom: 1px solid #BFD6FF;
}

.faq-content .card-header a:before {
    font-family: 'fontawesome';
    position: absolute;
    color: var(--theme-color);
    font-size: 12px;
    top: 0;
    right: 0px;
    width: 50px;
    background: #BFD6FF;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 13px 13px 0;
}
.faq-content .card-header.active a:before{
    border-radius: 0 13px 0 0;
}
/* faq section end */

/* home css end */
















/* ********** Landing Page Css Start *********** */
.sp{
    padding: 80px 0;
}
.pre-order-button .btbtn{
    padding: 16px 12px;
}
.pre-order-button .btbtn:hover::after {
    width: 51%;
}
.pre-order-button .btbtn:hover::before {
    width: 51%;
}

/* =Hero-Banner-Start= */
.hero-banner-bg{
    background: url(../img/landing-img/hero-banner-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.hero-banner-title h1{
    font-family: var(--li-ador);
    font-size: 55px;
    font-weight: 700;
    /* line-height: 78px; */
    color: #313131;
    margin-bottom: 0;
    margin-right: 100px;
}
.hero-banner-title h1 span{
    background: linear-gradient(90deg, #B31F24 0%, #D50E0E 115.89%);
    -webkit-background-clip: text;
    color: transparent;
}
.hero-banner-title p {
    margin: 30px 0 45px;
}
.hero-banner-image{
    border-radius: 16px;
    position: relative;
}

.hero-banner-image img{
    width: 100%;
    height: 100%;
    border-radius: 16px;
}
.hero-banner-image .video-button{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.hero-banner-image .play-button{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 33px;
    text-align: center;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    color: #FFFFFF;
    z-index: 2;
    position: relative;
    -webkit-animation: ripple-white 1s linear infinite;
animation: ripple-blue 1s linear infinite;
}
.hero-banner-image .play-button i{
    font-size: 20px;
}


@-webkit-keyframes ripple-blue {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
}
100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
}
}

@keyframes ripple-blue {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
}
100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
    box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
}
}

/* =Hero-Banner-End= */
/* =================Header-Part-End==================== */

/* =================Course-Benefit-Start=============== */

.course-benefit-bg .benefit-title{
    width: 370px;
    margin: 0 auto;
    text-align: center;
}
.course-benefit-bg .benefit-title h2{
    font-family: var(--li-ador);
    font-size: 24px;
    font-weight: 700;
    color: #313131;
    margin: 24px 0;
}
.benefit-title h2 span{
    background: linear-gradient(90deg, #B31F24 0%, #D50E0E 115.89%);
    -webkit-background-clip: text;
    color: transparent;
}
/* ==benefit-all-card-Start== */
.benefit-card-wrap{
    padding: 48px 0 24px;
}
.benefit-card-wrap .row [class^="col"]{
    padding-right: 12px;
    padding-left: 12px;
}
.benefit-single-card{
    background: #FFFFFF;
    box-shadow: 0px 12px 20px 0px #E6EFFF99;
    border-radius: 16px;
    transition: all .5s linear;
    border: 1px solid #BFD6FF;
    margin-bottom: 24px;
}
.benefit-single-card .card-image{
    padding: 70px 0 48px;
}
.benefit-single-card .card-image img{
    width: 90px;
    height: 90px;
    padding: 14px;
    background: #C3D9FF;
    border-radius: 12px;
}
.benefit-single-card .card-title{
    margin-bottom: 24px;
}
.benefit-single-card .card-title h3 {
    font-family: var(--li-ador);
    font-size: 16px;
    font-weight: 600;
    color: #313131;
    padding: 15px;
    min-height: 100px;
}
.active-card{
    background: #B31F24;
    box-shadow: 0px 0px 24px 0px #00000012;
    color: #FFFFFF;
}
.active-card .card-title h3{
    color: #FFFFFF;
}
.active-card .card-image img{
    background: #FFFFFF;
}
.benefit-single-card:hover{
    background: #B31F24;
    box-shadow: 0px 0px 24px 0px #00000012;
}
.benefit-single-card:hover .card-image img{
    background: #FFFFFF;
}
.benefit-single-card:hover .card-title h3{
    color: #FFFFFF;
}
/* ==benefit-all-card-End==== */
/* =================Course-Benefit-End================= */

/* =================Course-Offer-Start================= */
.course-offer-bg{
    background: url(../img/landing-img/hero-banner-bg.png)no-repeat;
    background-position: center;
    background-size: cover;
}
.course-offer-text h2{
    font-family: var(--li-ador);
    font-size: 32px;
    font-weight: 700;
    color: #313131;
    margin-bottom: 0;
    line-height: 42px;
}
.course-offer-text h2 span{
    background: linear-gradient(90deg, #B31F24 0%, #D50E0E 115.89%);
    -webkit-background-clip: text;
    color: transparent;
}
.course-offer-text p{
    margin: 24px 0;
}
.course-offer-slider-arrow{
    position: relative;
}
.course-offer-slider-arrow::after{
    content: '';
    position: absolute;
    right: 50%;
    top: -50px;
    width: 1.5px;
    height: 35px;
    background-color: #313131;
}
.course-offer-slider-arrow::before{
    content: '';
    position: absolute;
    right: 50%;
    bottom: -50px;
    width: 1.5px;
    height: 35px;
    background-color: #313131;
}
.course-offer-slider-arrow .prev{
    margin-bottom: 12px;
}
.course-offer-slider-arrow .prev i, .course-offer-slider-arrow .next i{
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #0B6155;
    font-size: 15px;
    border: 1px solid #313131;
    transition: .5s;
    cursor: pointer;
}
.course-offer-slider-arrow .next .active-arrow,
.course-offer-slider-arrow .prev i:hover,
.course-offer-slider-arrow .next i:hover{
    color: #FFFFFF;
    background: #B31F24;
    border: 1px solid #B31F24;
}
.single-offer-wrap{
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px #00000012;
    border: 1px solid #C3D9FF;
    border-radius: 8px;
    margin: 0 12px;
}
.single-offer-wrap .single-offer-image{
    padding: 37px 0 32px;
}
.single-offer-wrap .single-offer-image img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    padding: 8px;
    background: #B31F24;
    margin: auto;
}
.single-offer-wrap .single-offer-title{
    padding-bottom: 43px;
}
/* =================Course-Offer-End=================== */
.online-course-bg .row [class^="col"]{
    padding-left: 12px;
    padding-right: 12px;
}
/* =================Online-Course-Start================ */

.online-course-title{
    width: 397px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 48px;
}
.online-course-title h2{
    font-family: var(--li-ador);
    font-size: 32px;
    font-weight: 700;
    color: #313131;
    margin-bottom: 24px;
}
.online-course-title h2 span{
    color: #B31F24;
}
.online-course-card {
    border: 1px solid #BFD6FF;
    box-shadow: 0px 0px 20px 0px #E6EFFFCC;
    border-radius: 16px;
    padding: 48px 24px 20px;
    margin-bottom: 30px;
}
.online-course-card h3{
    font-family: var(--li-ador);
    font-size: 24px;
    font-weight: 700;
    color: #313131;
    margin-bottom: 24px;
}
.online-course-card h3 span{
    color: #B31F24;
}
.online-course-card p{
    margin-bottom: 24px;
}
.online-course-card i{
    font-size: 12px;
    padding-top: 6px;
    margin-right: 10px;
}
.online-course-card ul li{
    margin-bottom: 10px;
    display: flex;
}
.online-course-card ul li::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    margin-right: 10px;
}
/* =================Online-Course-End================== */

/* =================How-To-Use-Offer-St================ */
.use-offer-bg{
    background: url(../img/landing-img/hero-banner-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.use-offer-bg h2{
    font-family: var(--li-ador);
    font-size: 42px;
    font-weight: 700;
    color: #313131;
    margin-bottom: 48px;
}
.use-offer-bg h2 span{
    color: #B31F24;
}
.use-offer-bg p:not(:last-child){
    margin-bottom: 20px;
}
/* =================How-To-Use-Offer-ed================ */

/* =================Support-Part-Start================= */
.skill-rider-support-bg{
    padding: 60px 0;
}
.support-card-item-wrap{
    margin: 48px 0;
}
.skill-rider-support-title{
    width: 370px;
    margin: 0 auto;
    text-align: center;
}
.skill-rider-support-title h2{
    font-family: var(--li-ador);
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 0;
    color: #313131;
}
.skill-rider-support-title h2 span{
    color: #B31F24;
}
.support-single-card {
    background: #FFFFFF;
    box-shadow: 0px 12px 20px 0px #E6EFFF99;
    border-radius: 16px;
    transition: all .5s linear;
    border: 1px solid #BFD6FF;
    padding: 70px 30px 0;
}
.support-single-card .card-image {
    width: 90px;
    height: 90px;
    padding: 14px;
    background: #C3D9FF;
    border-radius: 12px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.support-single-card .card-image img{

}
.support-single-card .card-title {
    margin: 24px 0;
    min-height: 90px;
}
.support-single-card .card-title h3 {
    font-family: var(--li-ador);
    font-size: 16px;
    font-weight: 600;
    color: #313131;
    line-height: 25px;
}
.active-card{
    background: #B31F24;
    box-shadow: 0px 0px 24px 0px #00000012;
    color: #FFFFFF;
}
.active-card .card-title h3{
    color: #FFFFFF;
}
.active-card .card-image img{
    background: #FFFFFF;
    margin: auto;
}

.support-single-card:hover{
    background: #B31F24;
    box-shadow: 0px 0px 24px 0px #00000012;
}
.support-single-card:hover .card-image{
    background: #FFFFFF;
}
.support-single-card:hover .card-title h3{
    color: #FFFFFF;
}
.skill-rider-support-bg .slider-controlar{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    position: relative;
}
.skill-rider-support-bg .slider-controlar::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 43%;
    width: 35px;
    border: 1px solid #313131
}
.skill-rider-support-bg .slider-controlar::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 43%;
    width: 35px;
    border: 1px solid #313131
}
.skill-rider-support-bg .slider-controlar i{
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #0B6155;
    border: 1px solid #313131;
    cursor: pointer;
    transition: .5s;
}
.slider-controlar .active-arrow, .skill-rider-support-bg .slider-controlar i:hover{
    background: #B31F24;
    border: 1px solid #B31F24;
    color: #FFFFFF !important;
}
/* =================Support-Part-End=================== */

/* =================Client-Testimonil-start============ */
.testimonils-bg{
    background: url(../img/landing-img/testomonials-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.testimonils-main-title h2{
    font-family: var(--li-ador);
    font-size: 42px;
    font-weight: 700;
    color: #313131;
    margin-bottom: 42px;
}
.testimonils-main-title h2 span{
    color: #B31F24;
}
/* Testomonila-slider-controler */
.testimonils-slider-controler{
    gap: 10px;
    position: relative;
}
.testimonils-slider-controler .prev-3 i, .testimonils-slider-controler .next-3 i{
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #0B6155;
    font-size: 15px;
    border: 1px solid #313131;
    transition: .5s;
    cursor: pointer;
}
.testimonils-slider-controler .next-3 .active-arrow,
.testimonils-slider-controler .prev-3 i:hover,
.testimonils-slider-controler .next-3 i:hover{
    color: #FFFFFF;
    background: #B31F24;
    border: 1px solid #B31F24;
}
.testimonils-slider-controler .prev-3{
    padding-left: 13%;
}
.testimonils-slider-controler::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 35px;
    border: 1px solid #313131
}
.testimonils-slider-controler::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 32%;
    width: 35px;
    border: 1px solid #313131
}

/* Testomonila-slider-controler */
.testomonils-single-card{
    background: #FFFFFF;
    box-shadow: 0px 12px 60px 0px #0000000D;
    border: 1px solid #BFD6FF;
    border-radius: 24px;
    padding: 24px;
    margin: 0 12px;
}
.testomonils-card-image{
    width: 80px;
    height: 80px;
    border-radius: 12px;
    margin-right: 24px;
}
.testomonils-card-image img{
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
.testomonils-card-title .b-p{
    font-weight: 700;
    margin-bottom: 10px;
}
.testomonils-card-title .review{
    margin-top: 5px;
}
.testomonils-card-title .review i{
    color: #FFC94F;
    margin-right: 3px;
}
.testomonils-single-card .last-para{
    margin-top: 24px;
}


/* =================Communication-our-start============  */

.communication-title h2{
    font-family: var(--li-ador);
    font-size: 24px;
    font-weight: 700;
    color: #313131;
    text-align: center;
    margin-bottom: 48px;
}
.communication-title h2 span{
    color: #B31F24;
}
.communication-bg form label{
    font-family: var(--noto);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #000000CC;
    margin-bottom: 12px;
}
.form-control:focus {
    box-shadow: none;
    border: 0.75px solid #00000099
  }
.communication-bg form input,textarea{
    font-family: var(--noto);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #00000099;
    border-radius: 0;
    padding: 14.5px 0 14.5px 10px;
    margin-bottom: 24px;
    transition: .5s;
}
.communication-bg form textarea{
    border-radius: 0;
    height: 120px;
}

.communication-bg .location p{
    margin-bottom: 24px;
}
.communication-bg .location p i{
    margin-right: 16px;
    font-size: 24px;
}
.communication-bg .location a{
    text-decoration: none;
    color: #313131;
}
.communication-bg .location .email{
    font-weight: 600;
}

.location .map .map-image iframe{
    width: 100%;
    height: 100%;
}
/* =================Communication-Our-End============== */

/* =================Alert-Start================ */
.alert-bg{
    background: url(../img/landing-img/hero-banner-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 35px 0;
}
.alert-content-wrap {
    width: 72%;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid #BFD6FF;
    box-shadow: 0px 12px 20px 0px #E6EFFF99;
    padding: 33px 0;
    border-radius: 6px;
}
.alert-content-wrap .alert-main-content{
    padding: 0 20px;
}
.alert-content-wrap .alert-main-content h2{
    font-family: var(--li-ador);
    font-size: 24px;
    font-weight: 700;
    color: #B31F24;
    margin-bottom: 0;

}
.alert-content-wrap .alert-main-content p{
    margin: 24px 0;
}
/* =================Alert-End================== */
/* ********** Landing Page Css End *********** */
.payment_banner img {
    width: 100%;
}
p.course_bundle {
    text-align: justify;
}


.entry-content ul {
    /* list-style: inherit !important; */
    margin: revert !important;
    padding: revert !important;
    text-align: justify;
    line-height: 33px;
}
