/*@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500,700,700i,900,900i);*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,600;1,900&display=swap');

/*----------------------------------------------------
@File: Default Styles
@Author: Team HTMLMATE
@URL: https://www.htmlmate.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */

/*=====================================================================
@Template Name: Genius Course
@Author: HTMLMATE



@Default Styles

Table of Content:
01/ Variables,Global
02/ Header Section
03/ Slider Section
04/ Search Course Section
05/ Popular Course Section
06/ About Section
07/ Testimonial Section
08/ Latest area Section
09/ Best course Section
10/ Teacher Section
11/ Best product section
12/ FAQ section
13/ Course category section
14/ why choose us section
15/ contact section
16/ blog section
17/ check out section
18/ Course section
19/ footer



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

/*Variables*/

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

#course-btn .genius-btn {
    margin: 0 auto;
}

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

/*global area*/

/*----------------------------------------------------*/
@font-face {
    font-family: 'Roboto';
    src: url('https://www.simplilearn.com/ice9/assets/fonts/Roboto-Regular_v1.woff2') format('woff2'),
    url('https://www.simplilearn.com/ice9/assets/fonts/Roboto-Regular_v1.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://www.simplilearn.com/ice9/assets/fonts/Roboto-Medium_v1.woff2') format('woff2'),
    url('https://www.simplilearn.com/ice9/assets/fonts/Roboto-Medium_v1.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: jw-icons;
    src: url('https://www.simplilearn.com/ice9/assets/fonts/jw-icons.woff') format("woff");
}

.jw-icon {
    font-family: jw-icons !important;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://www.simplilearn.com/ice9/assets/fonts/Roboto-Light_v1.woff2') format('woff2'),
    url('https://www.simplilearn.com/ice9/assets/fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://www.simplilearn.com/ice9/assets/fonts/Roboto-Bold_v1.woff2') format('woff2'),
    url('https://www.simplilearn.com/ice9/assets/fonts/Roboto-Bold_v1.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

* {
    -webkit-scroll-behavior: smooth;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /*font-size: 16px;*/
    /*line-height: 1.4;*/
    color: #777777;
    /*font-family: "Roboto", sans-serif;*/
    font-family: 'Nunito', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-scroll-behavior: smooth;
    scroll-behavior: smooth;
}

.ul-li ul {
    margin: 0;
    padding: 0;
}

.ul-li ul li {
    list-style: none;
    display: inline-block;
}

.animation,
.staggered-animation {
    visibility: hidden;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}
p a {
    color: #FA9006 !important;
}
.ul-li-block ul {
    margin: 0;
    padding: 0;
}

.ul-li-block ul li {
    list-style: none;
    display: block;
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #fff;
    background: #fff url(/images/preloader.gif?0a8c26e802929c038e2fc11565019dfb) no-repeat center center;
}

a {
    text-decoration: none;
    color: inherit;
}

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

img {
    max-width: 100%;
    height: auto;
}

section {
    /*overflow: hidden;*/
}

button {
    cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
.register-form-area select:visited,
.register-form-area textarea:visited,
input.active,
.register-form-area select.active,
.register-form-area textarea.active,
input:hover,
.register-form-area select:hover,
.register-form-area textarea:hover,
input:focus,
.register-form-area select:focus,
.register-form-area textarea:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
}

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

.form-control:focus {
    border-color: #ced4da;
}

.form-control:focus
.btn:focus,
button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.relative-position {
    position: relative;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: "Roboto", sans-serif;*/
    font-family: 'Nunito', sans-serif;

}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb45 {
    margin-bottom: 45px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt25 {
    margin-top: 25px;
}

.ml42 {
    margin-left: 42px;
}

.mb65 {
    margin-bottom: 65px;
}

.mt60 {
    margin-top: 60px;
}

.pt150 {
    padding-top: 150px;
}

.pb45 {
    padding-bottom: 30px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.gradient-bg,
.modal-body .nws-button button,
.teacher-pic-content .teacher-img-content:after,
.course-details-category li:hover {
    background: #e2860e;
    background: -webkit-gradient(left top, right top, color-stop(0%, #caa013), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
    background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #17d0cf), to(#01a6fd));
    background: #f7631b;
    background-size: 200% auto;
    -webkit-transition: background 1s ease-out;
    transition: background 1s ease-out;
}

.gradient-bg:hover,
.modal-body .nws-button button:hover,
.teacher-pic-content .teacher-img-content:hover:after,
.course-details-category li:hover {
    background: #01a6fd;
    background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #01a6fd), color-stop(100%, #4eb3bf));
    background: -webkit-gradient(linear, left top, right top, from(#17d0cf), color-stop(51%, #01a6fd), to(#17d0cf));
    background: #f7631b;
    background-size: 200% auto;
    background-position: 190px;
}

.text-gradiant {
    background: -webkit-gradient(left top, right top, color-stop(0%, #01a6fd), color-stop(100%, #17d0cf));
    background: -webkit-gradient(linear, right top, left top, from(#01a6fd), to(#17d0cf));
    background: linear-gradient(to left, #01a6fd 0%, #17d0cf 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.backgroud-style {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px !important;
}

.whitish-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.65);
}

.genius-btn {
    height: 50px;
    line-height: 32px;
    border-radius: 4px;
    display: table;
    padding: 0px 30px;
}

.genius-btn a {
    color: #fff;
    display: block;
    width: 100%;
}

.genius-btn a i {
    margin-left: 5px;
    color: #01fd23;
}

.btn-orange {
    position: relative;
    color: #fff;
    background-color: #fa9007;
    padding: 6px 25px;
    font-weight: bold;
}

.btn-orange:hover {
    color: #fff;
    background-color: #314384;
}

@media (min-width: 991px) {
    .btn.arrow-btn {
        position: relative;
        overflow: hidden;
    }

    .btn.arrow-btn i {
        position: absolute;
        right: 16px;
        -webkit-opacity: 0;
        opacity: 0;
        -webkit-transition: right 0.3s;
        transition: right 0.3s;
    }

    .btn.arrow-btn:hover i {
        right: 10px;
        -webkit-opacity: 1;
        opacity: 1;
    }
    .cart-search {
        right: 3% !important;
    }
}

.bold-font {
    font-weight: 700;
}

.section-title .subtitle {
    color: #130a0a;
    letter-spacing: 3px;
    position: relative;
    font-size: 32px;
    font-weight: 800;
    padding: 0 30px;
    display: inline-block;
}

.section-title .subtitle:before,
.section-title .subtitle:after {
    content: ".";
    font-size: 70px;
    left: -2%;
    pointer-events: none;
    position: absolute;
    text-shadow: transparent 0px 0px;
    top: 0px;
    line-height: 0;
    /*color: #17d0cf;
  text-shadow: 15px 0 #17d0cf;*/
    color: #314384;
    text-shadow: 15px 0 #fa9007;
}

.section-title .subtitle:after {
    right: 8px;
    left: auto;
    color: #fa9007;
    text-shadow: 15px 0 #314384;
}

.section-title h2 {
    font-size: 55px;
    font-weight: 300;
    color: #333333;
}

.section-title h2 span {
    font-weight: 700;
}

.section-title-2 h2 {
    font-size: 38px;
    color: #333333;
    font-weight: 300;
    position: relative;
}

.section-title-2 h2 span {
    font-weight: 700;
}

.section-title-2 h2:after {
    position: absolute;
    content: '';
    bottom: -20px;
    height: 2px;
    width: 50px;
    left: 0;
    background-color: #17d0cf;
}

.widget-title {
    font-size: 20px;
    /*color: #ff8801;*/
    color: #FFFFFF;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}

.widget-title:after {
    position: absolute;
    content: '';
    bottom: -10px;
    height: 2px;
    width: 50px;
    left: 0;
    /*background-color: #17d0cf;*/
    background-color: #ff8801;
}
.breadcrumb-section {
    background-image: url(/images/brt-1.jpg?8fa08d9daef6d16cbadbbd1e5d1d6988);
    padding: 7rem 0 !important;
}

.breadcrumb-section .blakish-overlay {
    opacity: 1;
    visibility: visible;
}

.breadcrumb-section .breadcrumb-head {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
}

.breadcrumb-section .breadcrumb {
    text-align: center;
    display: inherit;
    background-color: transparent;
}

.breadcrumb-section .breadcrumb-item {
    background-color: #17d0cf;
    color: #fff;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 4px;
}

.breadcrumb-section .breadcrumb-item::before {
    display: none;
}

.breadcrumb-section .breadcrumb-item.active {
    background-color: #3b3b3b;
    color: #7a7a7a;
}

.scroll-section {
    padding-top: 190px;
    margin-top: -180px;
}

.course-mission-area {
    padding-bottom: 80px;
}

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

/*Header Section*/

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

.main-menu-container {
    position: fixed;
    width: 100%;
    padding: 45px 0px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    z-index: 9;
}

.nav-menu {
    padding-top: 15px;
}

.nav-menu li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 7px 15px;
    font-weight: 500;
    position: relative;
    border-radius: 4px;
}

.nav-menu li a:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: #17d0cf;
    background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
    background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #17d0cf), to(#01a6fd));
    background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
    background-size: 200% auto;
    left: 0;
    top: 0;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border-radius: 4px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.nav-menu li a.submenu:after {
    opacity: 0;
    visibility: hidden;
}

.nav-menu li a:hover:after {
    opacity: 1;
    visibility: visible;
}

.nav-menu li a.submenu {
    color: #333333;
}

.log-in {
    margin-top: 20px;
}

.log-in a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 15px;
    font-weight: 700;
}

.cart-search {
    margin-top: 2px;
    margin-left: 10px;
}

.cart-search li button {
    color: #fa9006 !important;
}
#header.header-scrolled .cart-search li button {
    color: #fff !important;
}
.cart-search li {
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 100%;
    margin-left: 10px;
    border: 2px solid #fa9006;
    color: #fa9006;
    position: relative;
    font-size: 15px;
    line-height: 33px;
}
.cart-search li:hover {
    /*border: 2px solid #314384;*/
}
.cart-search li a {
    display: block;
    width: 100%;
    position: relative;
}

.cart-search li a .badge {
    padding: 3px;
    min-width: 15px;
    height: 15px;
    text-align: center;
    line-height: 10px;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: -4px;
    background-color: #fa9006;
}

.cart-search li button {
    background-color: transparent;
    border: none;
    color: #fff;
}

.select-lang {
    display: inline;
    position: relative;
    border-left: 1px solid;
    margin-left: 25px;
}

.select-lang select {
    margin-top: 12px;
    background-color: transparent;
    border: none;
    padding: 10px 20px;
    color: #17d0cf;
    -webkit-appearance: none;
    position: relative;
}

.select-lang:after {
    content: '\F078';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 2px;
    right: 3px;
    font-size: 12px;
    font-weight: 700;
}

.main-menu-container.menu-bg-overlay {
    background: #000000;
    padding: 10px 0px;
}

.header-style-2.main-menu-container.menu-bg-overlay {
    background: #fff;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    padding-top: 0;
    padding-bottom: 25px;
    margin-top: -42px;
}

.header-top {
    border-bottom: 1px solid #eeeeee;
}

/*.header-top li {
    padding: 5px 10px;
}*/

.header-top li:first-child {
    margin-left: 0;
}

.header-top .ul-li ul li:last-child {
    border-right: 0;
    padding: 0px;
    margin-left: 10px;
}
/*
.header-top li i {
    margin-right: 5px;
}*/

.header-top li select {
    border: none;
}

.header-top-text {
    padding: 10px 0px;
}
.header-style-2 {
    background-color: #fff;
    padding: 25px 0px;
    padding-top: 0;
}

.header-style-2 .main-menu {
    padding-top: 25px;
}

.header-style-2 .nav-menu li a {
    color: #616161;
}

.header-style-2 .nav-menu li a:hover {
    color: #fff;
}

.header-style-2 .cart-search li {
    border: none;
}

.header-style-2 .cart-search li button {
    border: none;
    line-height: 35px;
    padding: 0px 10px;
    border-radius: 100%;
    background-color: #999;
}

.header-style-2 .search-body {
    top: 70px;
    right: 0px;
}

.header_3 {
    padding: 30px 0px 70px;
    position: relative;
    z-index: 2;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.header-info {
    display: inline-block;
    margin-left: 50px;
}

.header-info li {
    margin-left: 45px;
    text-align: center;
    color: #fff;
    position: relative;
    height: 60px;
}

.header-info li i {
    font-size: 25px;
    line-height: 36px;
}

.header-info li:after {
    position: absolute;
    content: '';
    height: 60px;
    width: 1px;
    background-color: #eee;
    top: 0;
    right: -20px;
}

.header-info .info-text {
    color: #fff;
    font-size: 13px;
}

.mail-phone .info-icon {
    height: 55px;
    width: 55px;
    border-radius: 100%;
    line-height: 63px;
    text-align: center;
    float: left;
    background-color: #fff;
}

.mail-phone .info-icon i {
    font-size: 25px;
}

.mail-phone .info-id {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    display: block;
}

.mail-phone .info-content {
    display: inline-block;
    margin-left: 10px;
    text-align: left;
}

.nav-menu-4 {
    background-color: #fff;
    border-radius: 4px;
    padding: 25px 20px 25px 20px;
    position: absolute;
    line-height: 25px;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    bottom: -30px;
}

.nav-menu-4 .nav-menu li a {
    color: #333333;
}

.nav-menu-4 .nav-menu {
    padding-top: 0;
}

.nav-menu-4 select {
    font-size: 15px;
    margin-top: 0;
    padding: 0;
    width: 70px;
}

.nav-menu-4 .select-lang {
    border-left: none;
    margin-left: 0;
}

.nav-menu-4 .login-cart-lang ul {
    float: right;
}

.nav-menu-4 .login-cart-lang li {
    margin: 0 20px;
    position: relative;
}

.nav-menu-4 .login-cart-lang li:before {
    position: absolute;
    height: 40px;
    width: 1px;
    background-color: #eee;
    top: -8px;
    left: -20px;
    content: '';
}

.nav-menu-4 .login-cart-lang li i {
    font-size: 13px;
}

.nav-menu-4 .login-cart-lang .cart_search {
    height: 25px;
    width: 25px;
    background-color: #dddddd;
    color: #fff;
    border-radius: 100%;
    line-height: 22px;
    text-align: center;
}

.nav-menu-4 .login-cart-lang .login a {
    color: #17d0cf;
}

.nav-menu-4 .login-cart-lang button {
    background-color: transparent;
    border: none;
    color: #fff;
}

.search-body {
    top: 55px;
    right: 0px;
    opacity: 0;
    border-radius: 4px;
    width: 300px;
    height: auto;
    z-index: 999;
    padding: 10px;
    position: absolute;
    visibility: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
}

.search-body:after {
    position: absolute;
    content: '';
    top: -10px;
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    border-top: 20px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 6px;
}

.search-body .search-form {
    width: 100%;
    height: auto;
    position: relative;
}

.search-body .search-form .search-input {
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    color: #000;
    background-color: #f7f7f7;
    border: 1px solid #eee;
}

.search-body .search-form .search-input:focus {
    outline: none;
    border-color: #eee;
    color: #000;
}

.search-body .search-form .search-close {
    top: 1px;
    right: 1px;
    z-index: 1;
    width: 50px;
    height: 48px;
    cursor: pointer;
    line-height: 48px;
    text-align: center;
    position: absolute;
    background-color: #17d0cf;
    border: none;
    color: #000;
}

.modal {
    background-color: rgba(0, 0, 0, 0.8);
}

.search-open {
    opacity: 1;
    visibility: visible;
}

.modal-backdrop {
    z-index: 0;
}

.popup-logo {
    left: 0;
    right: 0;
    top: -30px;
    position: absolute;
    text-align: center;
}

.popup-logo img {
    border-radius: 4px;
}

.modal-body-request {
    padding: 30px 45px;
    height: 100%;
}

.modal-body-request {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    height: 100%;
}

.modal-body-request {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    height: 100%;
}

.modal-dialog {
    margin: 12.75rem auto;

}

.modal-dialog-request {
    margin: 8.75rem auto;
    width: 55%;
}

/*.modal-header {
    padding: 0;
    position: relative;
    background-image: url(/images/pb.jpg?778942a2fa506db8b32539e0ab3aa018);
}*/

.modal-header-request {
    padding: 30px;
    color: #fa9006;
    position: relative;

}

.modal-header .gradient-bg,
.modal-header .modal-body .nws-button button,
.modal-body .nws-button .modal-header button,
.modal-header .teacher-pic-content .teacher-img-content:after,
.teacher-pic-content .modal-header .teacher-img-content:after,
.modal-header .course-details-category li:hover,
.course-details-category .modal-header li:hover {
    position: absolute;
    top: 0;
    border-radius: 4px;
    height: 100%;
    width: 100%;
    opacity: .9;
}

.popup-text {
    width: 100%;
    /* padding: 70px 0px 50px 0px;*/
    padding: 20px 0px 10px 0px;
    position: relative;
}

.popup-text h2 {
    color: #fff;
    font-weight: 300;
    font-size: 38px;
}

.popup-text h2 span {
    font-weight: 700;
}

.popup-text p {
    color: #fff;
}

.popup-text p span {
    font-weight: 700;
}

.facebook-login {
    background-color: #006dd9;
    height: 50px;
    line-height: 50px;
    text-transform: capitalize;
    border-radius: 4px;
    margin-bottom: 20px;
}

.facebook-login a {
    padding: 0;
}

.alt-text {
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}

.alt-text a {
    color: #333333;
    font-size: 12px;
    padding: 0;
}

.alt-text:before {
    position: absolute;
    content: '';
    top: 10px;
    height: 1px;
    width: 35%;
    left: 0;
    background-color: #ccc;
}

.alt-text:after {
    position: absolute;
    content: '';
    top: 10px;
    height: 1px;
    width: 35%;
    right: 0;
    background-color: #ccc;
}

.log-in-icon {
    float: left;
    padding: 0 20px;
    border-right: 1px solid #a29c9c;
}

/*.modal-body {
    padding: 50px 65px;
}*/

.modal-body .contact_form {
    margin-bottom: 20px;
}

.modal-body .contact_form input,
.modal-body .contact_form .register-form-area select,
.register-form-area .modal-body .contact_form select,
.modal-body .contact_form .register-form-area textarea,
.register-form-area .modal-body .contact_form textarea {
    height: 40px;
    background-color: #eeeeee;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
    border: none;
}

.modal-body .nws-button button {
    height: 42px;
    width: auto;
    border: none;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
}

.modal-body .nws-button button:hover {
    background-color: #2c3c79;
    transition: none;
}

.modal-body p {
    margin-bottom: 5px;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children a {
    padding-bottom: 10px !important;
}

.menu-item-has-children:hover a:after {
    opacity: 1;
    visibility: visible;
}

.menu-item-has-children:hover a.submenu:after {
    opacity: 0;
    visibility: hidden;
}

.menu-item-has-children li {
    margin-bottom: 1px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

/*
.menu-item-has-children li:hover {
  margin-left: 3px;
}
*/

.sub-menu {
    width: 250px;
    display: table;
    -webkit-box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
    background-color: #fff;
    position: absolute;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    top: 30px;
    left: -95px;
    text-align: left;
    border-radius: 4px;
    padding: 10px !important;
}

.sub-menu li {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0px;
}

.sub-menu li a {
    text-transform: capitalize !important;
    color: #333;
    padding: 0;
}

.sub-menu li a:after {
    display: none;
}

.sub-menu li a:hover {
    color: #17d0cf !important;
}

.sub-menu li:last-child {
    border-bottom: none;
}

.sub-menu li:before {
    content: '\BB';
}

.sub-menu li ul.depth-1 {
    margin-left: 10px;
}

.sub-menu li ul.depth-2 {
    margin-left: 20px;
}

.sub-menu li ul.depth-3 {
    margin-left: 30px;
}

.sub-menu li ul.depth-4 {
    margin-left: 40px;
}

.sub-menu li ul.depth-5 {
    margin-left: 50px;
}

.sub-menu:before {
    position: absolute;
    content: '';
    top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #01a6fd;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
}

.menu-item-has-children:hover .sub-menu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.header-style-2 .sub-menu li a:hover {
    color: #17d0cf;
}

.altranative-header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
    padding: 30px;
    position: fixed;
    background-color: #151515;
}

.alt-menu-btn {
    max-width: 100%;
    cursor: pointer;
    overflow: hidden;
}

.alt-menu-btn .hamburger-menu {
    width: 30px;
    height: 30px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.alt-menu-btn .hamburger-menu:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 30px;
    content: "\F0C9";
    line-height: 30px;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

button.alt-menu-btn.float-left {
    background-color: transparent;
    border: none;
}

.alt-menu-btn .hamburger-menu.open:before {
    content: "\F00D";
}

#menu-container .logo-area {
    height: auto;
    margin: -8px auto;
    text-align: center;
}

#menu-container .cart-Collapse {
    color: #ffffff;
    font-size: 16px;
}

#menu-container .menu-list {
    top: 88px;
    bottom: 0;
    left: -100%;
    height: 100%;
    width: 310px;
    z-index: 999;
    padding: 30px;
    position: fixed;
    min-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #151515;
    padding-bottom: 200px;
}

#menu-container .menu-list .alt-search input[type=search],
#menu-container .menu-list .alt-search .register-form-area select[type=search],
.register-form-area #menu-container .menu-list .alt-search select[type=search],
#menu-container .menu-list .alt-search .register-form-area textarea[type=search],
.register-form-area #menu-container .menu-list .alt-search textarea[type=search] {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 50px;
    padding: 15px;
    width: 100%;
}

#menu-container .accordion .card {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    border-radius: 0px;
}

#menu-container .accordion .card .card-header {
    padding: 0;
}

#menu-container .accordion .card .menu-link {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding: 10px 15px;
    border: none;
    background-color: #000;
    position: relative;
    color: #fff;
}

#menu-container .accordion .card button.menu-link:after {
    top: 50%;
    right: 15px;
    content: "\F078";
    position: absolute;
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    transform: rotate(0deg) translateY(-50%);
    -o-transform: rotate(0deg) translateY(-50%);
    -ms-transform: rotate(0deg) translateY(-50%);
    -moz-transform: rotate(0deg) translateY(-50%);
    -webkit-transform: rotate(0deg) translateY(-50%);
}

#menu-container .accordion .card.active,
#menu-container .accordion .card .submenu {
    background-color: #000000;
}

#menu-container .accordion .card:hover .menu-link,
#menu-container .accordion .card.active .menu-link {
    color: #fff;
    background-color: #000000;
    border: none;
}

#menu-container .accordion .card .submenu {
    padding: 0px 30px;
}

#menu-container .accordion .card .submenu li {
    padding: 5px 0px;
}

#menu-container .accordion .card .submenu li:hover,
#menu-container .accordion .card .submenu li.active a {
    color: #fff;
}

.cart-btn li {
    display: inline-block !important;
    margin: 0px 5px;
}

.cart-btn {
    margin-top: 10px;
}

.cart-btn li {
    font-size: 18px;
    color: #fff;
    margin: 0px 10px;
}

.header_3.full-width-menu {
    position: fixed;
    width: 100%;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    margin-top: -100px;
    z-index: 3;
}

.header_3 .nav-menu-4 .nav-menu a {
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.header_3 .nav-menu-4 .nav-menu a:hover {
    color: #00eab2;
}

.modal-body .log-in-text {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.modal-body .log-in-icon i {
    font-size: 20px;
    color: #fff;
}

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

/*slider Section*/

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

.slider-text {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-text .section-title {
    width: 70%;
    margin: auto;
}

.slider-text .section-title h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 100;
}

@media screen and (max-width: 768px) {
    .slider-text .section-title {
        width: 100%;
        margin: auto;
    }
    .search-btn-mob .search{
        display: block;
    }
    .slider-text .section-title h2 {
        font-size: 25px !important;
        color: #fff;
        font-weight: 100;
    }
    #search-megaMenu ul li {
        width: 24.6%;
        margin-left: 0px;
        margin-right: 1px;
    }
    .font-15 {
        color: #000;
    }

    #search-megaMenu .nav-tabs {
        height: 45px;
        width: 100% !important;
    }
    .icon-bg {
        width: 65px !important;
        height: 65px !important;
    }
    .search-result {
        height: 80px !important;
    }
    .searchbox-container {
        margin-top: 60px;
        margin-right: 60px;
        width: 70% !important;
    }

    .searchbox-container .search-control {
        width: 80% !important;
    }

    .ul-li ul li {
        display: inline-block !important;
    }

    .searchbox-search {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .pl-11 {
        padding-left: 11px !important;
    }

    .pl-17 {
        padding-left: 17px !important;
    }

    /* mobile search menu ends */
    .search-course-area {
        height: auto;
        padding-top: 75px;
    }
    .overlay-event p {
        margin-bottom: 0px;
        padding: 5px 20px;
    }
    .buttonDownload h5 {
        font-size: 12px;
    }
    .buttonDownload {
        padding: 5px 16px !important;
    }
    .copy-right-menu {
        padding-bottom: 60px !important;
    }
}

#slider-item:hover {
visibility: visible;
}

#slider-item .genius-btn {
border: 2px solid #17d0cf;
margin-top: 30px;
}

#slider-item .owl-dots {
position: absolute;
bottom: 50px;
left: 0;
right: 0;
}

#slider-item .owl-dots .owl-dot.active {
height: 45px;
width: 3px;
border-radius: 4px;
background-color: #fff;
}

#slider-item .owl-dots .owl-dot {
height: 20px;
background-color: #585656;
width: 3px;
}

#slider-item .owl-nav {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 95%;
left: 0;
right: 0;
margin: 0 auto;
}

#slider-item .owl-next {
float: right;
}

#slider-item .scound-slide {
font-size: 70px;
}

#slider-item .search-course {
max-width: 700px;
margin: 0 auto;
}

#slider-item .owl-item .layer-1-2 {
-webkit-transform: translateY(100%);
transform: translateY(100%);
opacity: 0;
-webkit-transition: all 1s ease-in-out 0.3s;
transition: all 1s ease-in-out 0.3s;
}

#slider-item .owl-item .layer-1-1 {
-webkit-transform: translateY(100%);
transform: translateY(100%);
opacity: 0;
-webkit-transition: all 1s ease-in-out 1s;
transition: all 1s ease-in-out 1s;
}

#slider-item .owl-item .layer-1-3 {
-webkit-transform: translateY(50%);
transform: translateY(50%);
opacity: 0;
-webkit-transition: all 1s ease-in-out 1.5s;
transition: all 1s ease-in-out 1.5s;
}

#slider-item .owl-item .layer-1-4 {
-webkit-transform: translateY(100%);
transform: translateY(100%);
opacity: 0;
-webkit-transition: all 1s ease-in-out 2s;
transition: all 1s ease-in-out 2s;
}

#slider-item .owl-item .layer-1-5 {
-webkit-transform: translateY(100%);
transform: translateY(100%);
opacity: 0;
-webkit-transition: all 1s ease-in-out 2.5s;
transition: all 1s ease-in-out 2.5s;
}

#slider-item .owl-item .layer-1-6 {
-webkit-transform: translateY(100%);
transform: translateY(100%);
opacity: 0;
-webkit-transition: all 1s ease-in-out 3s;
transition: all 1s ease-in-out 3s;
}

#slider-item .owl-item.active .layer-1-2,
#slider-item .owl-item.active .layer-1-1,
#slider-item .owl-item.active .layer-1-3,
#slider-item .owl-item.active .layer-1-4,
#slider-item .owl-item.active .layer-1-5,
#slider-item .owl-item.active .layer-1-6 {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}

#slider-item .owl-item.active .slider-images img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: 10s;
transition: 10s;
}

#slider-item .slider-course-category {
max-width: 700px;
margin: 0 auto;
margin-top: 25px;
}

#slider-item .slider-course-category li {
color: #fff;
font-weight: 700;
margin: 0px 10px;
position: relative;
-webkit-transition: .3s all ease-in-out;
transition: .3s all ease-in-out;
}

#slider-item .slider-course-category li:after {
position: absolute;
content: '';
height: 10px;
width: 2px;
top: 6px;
right: -13px;
background-color: #8e8e8e;
}

#slider-item .slider-course-category li:last-child:after {
display: none;
}

#slider-item .slider-course-category li:hover {
color: #17d0cf;
}

#slider-item .third-slide {
font-size: 60px;
}

#slider-item .secoud-title {
font-size: 70px;
}

.coming-countdown {
margin-bottom: 30px;
text-align: center;
}

.coming-countdown li {
width: 100px;
height: auto;
padding: 15px 5px;
margin-right: 30px;
text-align: center;
display: inline-block;
color: #fff;
border: 2px solid #17d0cf;
border-radius: 8px;
}

.coming-countdown li:last-child {
margin-right: 0px;
}

.coming-countdown .number {
font-size: 28px;
font-weight: 700;
margin-bottom: 5px;
}

.coming-countdown span {
display: block;
color: #ffffff;
position: relative;
text-transform: uppercase;
}

.coming-countdown span:before {
left: 0;
right: 0;
top: -20px;
width: 50px;
height: 3px;
margin: 0 auto;
position: absolute;
background: #ffffff;
border-radius: 45px;
}

.slider-bg-1,
.slider-bg-2,
.slider-bg-3,
.slider-bg-4,
.slider-bg-5 {
height: 100vh;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

.slider-bg-1 {
background-image: url(/images/s-1.jpg?966b6a0ffa8cd17a8df64a4add8f5559);
}

.slider-bg-2 {
background-image: url(/images/s-4.jpg?8df978a2b14e54d5ab9b14e042636a01);
}

.slider-bg-3 {
background-image: url(/images/s-3.jpg?3b68b4a98e1f8cb915d2f03699902298);
}

.slider-bg-4 {
background-image: url(/images/s-4.jpg?8df978a2b14e54d5ab9b14e042636a01);
}

.slider-bg-5 {
background-image: url(/images/sd-1.jpg?7fefe315e18be22da9c5e15c7251ced1);
}

.slider-bg-5 .slider-text {
max-width: 1170px;
margin: 0 auto;
}

.bg-image {
height: 100vh;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

.bg-image:after {
opacity: 0;
content: attr(data-content);
color: #fff;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.6);
transition: all 0.5s;
-webkit-transition: all 0.5s;
}

.bg-image.overlay:after {
content: attr(data-content);
color: #fff;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.6);
opacity: 1;
transition: all 0.5s;
-webkit-transition: all 0.5s;
}

#course-btn .genius-btn {
margin: 0 auto;
}

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

/*Search Course*/

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

.search-course-section {
    padding: 80px 0px 80px 0px;
}

.search-course input,
.search-course .register-form-area select,
.register-form-area .search-course select,
.search-course .register-form-area textarea,
.register-form-area .search-course textarea,
.subs-form input,
.subs-form .register-form-area select,
.register-form-area .subs-form select,
.subs-form .register-form-area textarea,
.register-form-area .subs-form textarea {
    width: 100%;
    height: 40px;
    background-color: #f9f9f9;
    border: none;
    padding: 0px 20px;
    border-radius: 5px;
}

.search-course .nws-button,
.subs-form .nws-button {
    top: 0;
    right: 0;
    height: 40px;
    width: 195px;
    line-height: 40px;
    position: absolute;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.search-course .nws-button button,
.subs-form .nws-button button {
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.counter-icon {
    float: left;
    width: 60px;
    height: 45px;
    line-height: 40px;
    margin-right: 15px;
    text-align: center;
    border-right: 1px solid #989898;
}

.counter-number {
    display: inline-block;
    overflow: hidden;
}

.counter-number p {
    font-size: 14px;
    font-weight: 700;
    font-color: #989898;
}

.counter-number .counter-count,
.counter-number span {
    font-size: 30px;
    color: #333333;
    line-height: .9;
}

.counter-number span {
    font-weight: 700;
}

.copy-right-menu-item li {
    /*color: #989898;*/
    color: #AAA;
    margin-left: 30px;
}

.copy-right-menu {
    padding: 45px 0px;
    border-top: 1px solid #ddd6d6;
}

.home-secound-course-search {
    background-image: url(/images/hb-2.jpg?3f8dca320aa4390ab80a9e5cbd366c0b);
    padding-bottom: 0;
}

.home-secound-course-search .search-app {
    padding-top: 50px;
}

.home-secound-course-search .search-app-content {
    margin-left: 40px;
}

.home-secound-course-search .search-course input,
.home-secound-course-search .search-course .register-form-area select,
.register-form-area .home-secound-course-search .search-course select,
.home-secound-course-search .search-course .register-form-area textarea,
.register-form-area .home-secound-course-search .search-course textarea {
    background: #4273e1;
    background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #4273e1), color-stop(100%, #4eb3bf));
    background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #4273e1), to(#01a6fd));
    background: linear-gradient(to right, #01a6fd 0%, #4273e1 51%, #01a6fd 100%);
    background-size: 200% auto;
    color: #fff;
}

.home-secound-course-search .search-course input::-webkit-input-placeholder,
.home-secound-course-search .search-course .register-form-area select::-webkit-input-placeholder,
.register-form-area .home-secound-course-search .search-course select::-webkit-input-placeholder,
.home-secound-course-search .search-course .register-form-area textarea::-webkit-input-placeholder,
.register-form-area .home-secound-course-search .search-course textarea::-webkit-input-placeholder {
    color: #fff;
}

.home-secound-course-search .counter-number p {
    color: #fff;
}

.home-secound-course-search .counter-count,
.home-secound-course-search .counter-number span,
.counter-number .home-secound-course-search span {
    color: #fff;
}

.home-secound-course-search .section-title span,
.home-secound-course-search .section-title h2 {
    color: #fff;
}

.home-secound-course-search .search-app .search-app-content h2 {
    font-size: 35px;
}

.home-secound-course-search .app-details-content p {
    font-size: 20px;
    color: #fff;
}

.home-secound-course-search .about-list li {
    color: #17d0cf;
    margin-left: 5px;
}

.home-secound-course-search .about-list li:before {
    width: 10px;
    height: 10px;
    top: 7px;
    background-color: #5196c9;
}

.home-secound-course-search .genius-btn {
    width: 190px;
}

.app-stor {
    display: inline-block;
}

.app-stor li {
    font-size: 22px;
    color: #fff;
    margin-right: 25px;
    position: relative;
}

.app-stor li:after {
    position: absolute;
    content: '';
    height: 20px;
    width: 1px;
    top: 4px;
    right: -14px;
    background-color: #9ad1f6;
}

.app-stor li:last-child:after {
    display: none;
}

.search-course-secound {
    background-color: #333333;
    padding: 20px 0px 10px !important;
    max-width: 1170px;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    top: -40px;
}

.search-course-secound .counter-number .counter-count,
.search-course-secound .counter-number span,
.search-course-secound .counter-number span {
    color: #fff;
}

.search-course-secound .counter-number p {
    color: #17d0cf;
    margin: 0;
}

.search-course-third {
    padding: 0;
}

.search-course-third .version-four {
    padding: 40px 35px 30px;
}

.search-course-third .counter-number p {
    margin-bottom: 0;
}

.search-course-third .counter-icon-number {
    position: relative;
}

.search-course-third .counter-icon-number:before,
.search-course-third .counter-icon-number:after {
    position: absolute;
    content: '';
    bottom: -30px;
    background-color: #eee;
    width: 110%;
    height: 7px;
    left: -20px;
    -webkit-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}

.search-course-third .counter-icon-number:after {
    background-color: #17d0cf;
    width: 0;
}

.search-course-third .counter-icon-number:hover::after {
    width: 110%;
}

.home-third-course-search {
    background-color: #f7f7f7;
    padding-bottom: 0;
}

.home-third-course-search .search-course input,
.home-third-course-search .search-course .register-form-area select,
.register-form-area .home-third-course-search .search-course select,
.home-third-course-search .search-course .register-form-area textarea,
.register-form-area .home-third-course-search .search-course textarea {
    background-color: #fff;
}

.home-third-course-search .app-stor li {
    color: #777777;
}

.home-third-course-search .app-stor li:after {
    background-color: #777777;
}

.home-third-course-search .section-title h2 {
    font-size: 42px;
}

#search-course-2 .search-app {
    margin-top: 50px;
}

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

/*popular Course*/

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

.popular-course-section {
    padding-bottom: 125px;
}

.popular-course-section .section-title .subtitle {
    margin-left: 42px;
}

.course-meta {
    display: inline-block;
    width: 100%;
}

.course-meta span {
    float: left;
    font-size: 14px;
    margin-right: 24px;
    position: relative;
}

.course-meta span:after {
    top: 2px;
    width: 1px;
    content: '';
    height: 15px;
    right: -14px;
    position: absolute;
    background-color: #989898;
}

.course-meta span:last-child:after {
    display: none;
}

.course-meta .course-category,
.latest-events .course-meta .course-author {
    color: #17d0cf;
}

.course-meta .course-author {
    color: #333333;
}

.course-meta .course-rate li {
    color: #ffc926;
}

.course-title:after {
    left: 0;
    content: '';
    height: 3px;
    width: 50px;
    bottom: 25px;
    position: absolute;
}

.course-title h3 {
    display: inline-block;
    width: 100%;
    color: #333333;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.course-title h3 span {
    top: -5px;
    color: #fff;
    display: inherit;
    padding: 8px;
    font-size: 12px;
    border-radius: 3px;
    position: relative;
    background-color: #ff5c26;
    line-height: 1;
}

.course-viewer li {
    color: #989898;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #f7f7f7;
}

.course-price {
    top: 20px;
    left: 20px;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 4px;
    position: absolute;
}

.course-price span {
    color: #fff;
}

.course-details-btn {
    top: 25px;
    right: 5px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.course-details-btn a {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}

.course-item-pic-text .course-pic {
    overflow: hidden;
    border-radius: 4px;
    height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 370px;
    background-color: #777777;
}

.course-item-pic-text .course-pic img {
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.course-item-pic-text:hover .course-details-btn {
    right: 20px;
    opacity: 1;
    visibility: visible;
}

.owl-nav {
    right: 0;
    top: -90px;
    position: absolute;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 5px;
    border-radius: 4px;
    background-color: #f7f7f7;
}

.popular-three {
    background-color: #f7f7f7;
    padding: 100px 0px 100px;
}

.popular-three .course-viewer li {
    background-color: #fff;
}

.popular-three .owl-nav .owl-prev,
.popular-three .owl-nav .owl-next,
.popular-three .owl-nav .owl-next {
    background-color: #fff;
}

.course-pic {
    overflow: hidden;
    border-radius: 4px;
}

.course-pic img {
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.course-item-pic-text:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

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

/*About Us*/

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

.about-us-section {
    background-color: #f7f7f7;
    padding: 125px 0px;
    overflow: visible;
}

.about-resigter-form {
    z-index: 2;
    padding: 30px;
    max-width: 360px;
    margin-top: 120px;
}

.register-content {
    position: relative;
}

.register-fomr-title h3 {
    font-size: 35px;
    color: #fff;
}

.register-fomr-title h3 span {
    font-weight: 300;
}

.register-fomr-title p {
    font-size: 14px;
    color: #fff;
}

.register-form-area input,
.register-form-area select,
.register-form-area textarea {
    height: 42px;
    width: 100%;
    background-color: #fff;
    padding: 0 15px;
    border-radius: 4px;
    margin-bottom: 5px;
    border: none;
}

.register-form-area textarea {
    height: 100px;
    padding-top: 15px;
}

.register-form-area button {
    height: 60px;
    width: 100%;
    font-weight: 700;
    color: #fff;
    border: none;
    text-transform: uppercase;
    background-color: #ff5b10;
}

.bg-mockup {
    position: absolute;
    top: 10px;
    left: -6px;
    z-index: 1;
}

.about-us-text {
    padding-top: 35px;
}

.about-us-text .section-title {
    margin-bottom: 60px;
}

.about-us-text .section-title p {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    margin-top: 20px;
}

.about-us-text .section-title:after {
    position: absolute;
    content: '';
    bottom: -30px;
    height: 2px;
    width: 50px;
    background-color: #17d0cf;
}

.about-content-text p {
    font-size: 18px;
    color: #333333;
}

.about-list li {
    font-weight: 500;
    color: #333333;
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
}

.about-list li:before {
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    top: 2px;
    border-radius: 100%;
    position: absolute;
    background-color: #17d0cf;
}

.about-btn .genius-btn {
    display: inline-block;
    margin-right: 25px;
}

.home-secound .about-resigter-form {
    background-image: url(/images/abt.jpg?26582de55693df2c27ad0c98642910dc);
    max-width: 420px;
    margin-top: 5px;
    padding: 50px;
    margin-left: 30px;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 10px 10px 30px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 30px 10px rgba(0, 0, 0, 0.1);
}

.home-secound .about-resigter-form:after {
    content: '';
    position: absolute;
    height: 80%;
    top: 50%;
    width: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 5px;
    left: -30px;
    z-index: -1;
    background: #17d0cf;
    background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
    background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #17d0cf), to(#01a6fd));
    background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
    background-size: 200% auto;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.home-secound .register-form-area button {
    background: #17d0cf;
    background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
    background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #17d0cf), to(#01a6fd));
    background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
    background-size: 200% auto;
}

.home-secound .bg-mockup {
    display: none;
}

.home-secound .register-form-area input,
.home-secound .register-form-area select,
.home-secound .register-form-area textarea,
.home-secound .register-form-area select,
.home-secound .register-form-area textarea {
    background-color: #ffffffc7;
}

.home-third {
    background-color: #fff;
}

.about-page-section {
    padding: 80px 0px;
}

.about-gallery {
    display: inline-block;
    margin-bottom: 20px;
}

.about-gallery-img {
    float: left;
    margin-bottom: 15px;
}

.grid-1 {
    width: 66.5%;
    float: left;
}

.grid-2 {
    width: 31.5%;
    float: left;
    margin-left: 12px;
}

.about-text-item .section-title-2 {
    margin-bottom: 65px;
}

.about-text-item .section-title-2 h2:after {
    bottom: -30px;
}

.about-text-item p {
    font-weight: 300;
    font-size: 18px;
    color: #333333;
    margin-bottom: 25px;
}

.about-teacher-2 .section-title-2 h2 {
    font-size: 28px;
}

.about-teacher-2 .section-title-2 h2:after {
    display: none;
}

.about-teacher-2 .section-title-2 h2 b {
    color: #17d0cf;
    font-size: 14px;
    font-weight: 700;
}

.about-course-categori {
    padding-top: 50px;
}

.about-course-categori .category-slide {
    margin-top: 40px;
}

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

/*testimonial section*/

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

.why-choose-us-section .jarallax {
    background-image: url(/images/tesit-b-1.jpg?71534b4f991950d53a0ccd028d914fa8);
    padding: 140px 0px 115px 0px;
}

.why-choose-us-section .section-title {
    margin-bottom: 50px;
}

.why-choose-us-section .section-title h2 {
    color: #fff;
}

.why-choose-us-section .section-title span {
    color: #fff;
}

.service-slide {
    margin-bottom: 50px;
}

.service-icon {
    margin-right: 15px;
}

.service-icon i {
    font-size: 50px;
}

.service-text {
    overflow: hidden;
}

.service-text h3 {
    font-size: 22px;
    color: #fff;
}

.service-text p {
    color: #88c3ef;
}

.owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-dots .owl-dot {
    height: 5px;
    width: 20px;
    display: inline-block;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    margin: 0 7px;
    border-radius: 10px;
    /*background-color: #4175a4;*/
    background-color: #c7c7c7;
}

.owl-dots .owl-dot.active {
    width: 40px;
    /*background-color: #fff;*/
    background-color: #fa9006;
}

.testimonial-slide .section-title-2 h2 {
    color: #fff;
}

.testimonial-slide .student-qoute {
    border: 2px solid #3080b6;
    padding: 30px;
    border-radius: 5px;
    position: relative;
}

.testimonial-slide .student-qoute:after {
    position: absolute;
    content: '\F10D';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #3080b6;
    font-size: 40px;
    right: 35px;
    padding: 5px 20px;
    bottom: -30px;
    background-color: #125693;
}

.testimonial-slide .student-qoute p {
    font-style: italic;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.testimonial-slide .student-qoute p b {
    font-weight: 700;
}

.testimonial-slide .student-name-designation span {
    font-size: 13px;
    color: #17d0cf;
    margin-right: 25px;
    position: relative;
}

.testimonial-slide .student-name-designation span:before {
    top: 4px;
    width: 1px;
    content: '';
    height: 10px;
    right: -14px;
    position: absolute;
    background-color: #17d0cf;
}

.testimonial-slide .student-name-designation span:last-child::before {
    display: none;
}

.testimonial-slide .student-name-designation .st-designation {
    font-weight: 300;
}

.testimonial-slide-area .owl-stage-outer {
    padding-bottom: 30px;
}

.testimonial-slide-area .owl-prev,
.testimonial-slide-area .owl-next {
    background-color: #3080b6;
    color: #f7f7f7;
}

.secound-testimoinial-section {
    max-width: 880px;
    margin: 0 auto;
    padding: 10px 0px 90px 0px;
}

.secound-testimoinial-section .student-qoute {
    padding: 0;
    border: none;
}

.secound-testimoinial-section .student-qoute p {
    font-size: 25px;
    color: #333333;
    margin-bottom: 30px;
}

.secound-testimoinial-section .student-qoute:after {
    display: none;
}

.secound-testimoinial-section .owl-dot {
    background-color: #f5f5f5;
}

.secound-testimoinial-section .owl-dot.active {
    background-color: #989898;
}

.secound-testimoinial-section .student-name-designation span {
    color: #989898;
}

.secound-testimoinial-section .student-name-designation span:before {
    background-color: #989898;
}

.secound-testimoinial-section .student-name-designation .st-name {
    color: #333333;
}

.testimonial_2_section {
    padding-top: 100px;
}

.testimonial_2_section .section-title-2 h2,
.testimonial_2_section .section-title-2 span {
    color: #333333;
}

.testimonial_2_section .student-qoute {
    border: 2px solid #f7f7f7;
}

.testimonial_2_section .student-qoute p {
    color: #8c8c8c;
}

.testimonial_2_section .student-qoute p b {
    color: #333333;
}

.testimonial_2_section .student-qoute:after {
    background-color: #fff;
    color: #8c8c8c;
}

.testimonial_2_section .owl-next,
.testimonial_2_section .owl-prev,
.testimonial_2_section .owl-nav .owl-next,
.owl-nav .testimonial_2_section .owl-next,
.testimonial_2_section .testimonial-slide-area .owl-next,
.testimonial-slide-area .testimonial_2_section .owl-next {
    background-color: #f7f7f7;
    color: #999999;
}

.third-testimoinial-section {
    padding: 100px 0px 40px;
}

.third-testimoinial-section .section-title-2 h2 {
    color: #333333;
}

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

/*latest section*/

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

.latest-area-section {
    padding: 125px 0px 55px 0px;
}

.side-bar-widget .latest-news-thumbnail-wrapper {
    height: 80px;
    width: 80px;
}

.side-bar-widget .latest-news-thumbnail-wrapper .latest-news-thumbnile {
    height: 100%;
    width: 100%;
}

.latest-news-thumbnile {
    height: 120px;
    width: 120px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.latest-news-thumbnile .hover-search {
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    right: 0;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.blakish-overlay {
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    position: absolute;
    visibility: hidden;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}

.latest-news-area {
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    max-width: 335px;
}

.latest-news-area:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.latest-news-area .date-meta {
    color: #989898;
    font-size: 14px;
    margin-bottom: 10px;
}

.latest-news-area:hover .blakish-overlay {
    opacity: 1;
    visibility: visible;
}

.latest-news-area:hover .hover-search {
    opacity: 1;
    visibility: visible;
}

.latest-title {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}

.view-all-btn {
    color: #333333;
}

.view-all-btn i {
    color: #FA9006;
    margin-left: 5px;
}

.gradient-bdr {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    background: linear-gradient(21deg, #10abff, #1beabd);
    background: -webkit-linear-gradient(69deg, #10abff, #1beabd);
}

.events-date {
    float: left;
    height: 84px;
    width: 95px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 10px;
    margin-right: 20px;
    background-color: #fff;
}

.events-date span {
    font-size: 50px;
    padding-top: 8px;
    color: #333333;
    line-height: 1;
    display: block;
}

.latest-events {
    display: inline-block;
    max-width: 340px;
    margin-bottom: 30px;
}

.latest-events .course-meta .course-category,
.latest-events .course-meta .course-author {
    font-weight: 500;
    color: #989898;
}

.event-text {
    overflow: hidden;
}

.video-play-btn {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video-play-btn a {
    display: block;
    width: 100%;
}

.sponsor-section {
    padding: 30px 0px 125px 0px;
}

.sponsor-pic {
    position: relative;
    width: 180px;
    margin: 0 auto;
}

.sponsor-pic:after {
    position: absolute;
    top: 20px;
    content: '';
    height: 80px;
    background-color: #cccccc;
    right: 0;
    width: 1px;
}

.sponsor-1 .owl-stage-outer {
    padding: 0 10px;
}

.sponsor-1 .owl-dots {
    display: none !important;
}

.sponsor-2 {
    padding: 60px 0px;
}

.sponsor-2 .sponsor-pic:after {
    display: none;
}

.sponsor-2 .owl-nav {
    display: none;
}

.sponsor-2 .owl-dots .owl-dot {
    background-color: #f5f5f5;
}

.sponsor-2 .owl-dots .owl-dot.active {
    background-color: #cccccc;
}

.home-page-three {
    padding: 40px 0px 125px;
}

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

/*Best course section*/

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

.best-course-section {
    background-color: #f7f7f7;
    padding: 125px 0px 125px 0px;
}

.best-course-pic-text {
    border-radius: 4px;
    padding-top: 30px;
}

.best-course-pic-text:hover {
    box-shadow: 0px 4px 8px 0px #bdbdbd;
}

.best-course-pic-text .course-title h3 {
    font-size: 18px;
    line-height: 25px;
}

.best-course-pic-text .course-title:after {
    display: none;
}

.best-course-pic-text .best-course-text {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 25px 30px 25px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.best-course-pic-text .best-course-text .course-meta span {
    font-weight: 400;
    color: #777777;
    -webkit-font-smoothing: antialiased;
}

.best-course-pic-text .best-course-pic {
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 220px;
    /*background-color: #555555;*/
    background-color: transparent;
    overflow: hidden;
    border-radius: 4px;
}
.best-course-pic .blakish-overlay {
    left: 0;
}
.best-course-pic-text .course-price {
    bottom: 20px;
    z-index: 1;
    top: inherit;
}

.best-course-pic-text .course-rate {
    position: absolute;
    right: 25px;
    bottom: 25px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.best-course-pic-text .course-rate li {
    font-size: 14px;
}

.best-course-pic-text .course-details-btn {
    top: inherit;
    bottom: 25px;
    right: 5px;
}

.best-course-pic-text:hover .course-details-btn {
    opacity: 1;
    right: 25px;
    visibility: visible;
    z-index: 1;
}

.best-course-pic-text:hover .course-rate {
    opacity: 0;
}

.best-course-pic-text:hover .blakish-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 0;
}

.best-course-pic-text:hover .best-course-text {
    -webkit-box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.1);
}

.course-rate li {
    color: #ffc926;
}

.trend-badge-2 {
    top: -18px;
    left: -50px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    padding: 30px 35px 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ff5a00;
    z-index: 3;
}

.trend-badge-2 span {
    display: block;
}

.couse-pagination li {
    font-size: 18px;
    color: #bababa;
    margin: 0 5px;
}

.couse-pagination li.active {
    color: #fff;
    font-weight: 700;
}

.couse-pagination nav {
    text-align: center;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #f7631b;
    border: none;
}

.page-item .page-link {
    color: #464444;
    background-color: #ccc;
    border: none;
    font-weight: 700;
}

.page-item .page-link:hover {
    color: #fff;
    background-color: #f7631b;
}

.couse-pagination .pg-text {
    font-size: 13px;
}

.best-course-v2 {
    background-color: #fff;
    padding-bottom: 80px;
}

.best-course-v2 .best-course-pic-text .best-course-text {
    background-color: #f7f7f7;
}

.course-search-filter {
    display: inline-block;
    width: 100%;
}

.course-button ul.product-tab li.active:after {
    display: none;
}

.course-button ul.product-tab li:before {
    content: '';
    position: absolute;
    top: -15px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #01a6fd;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 0;
    width: 20px;
    right: 0;
    opacity: 0;
    margin: 0 auto;
}

.course-button ul.product-tab li.active:before {
    opacity: 1;
}

.course-button ul.product-tab li.active .category-icon-title:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.course-button ul.product-tab li.active .category-icon i {
    color: #fff;
    -webkit-text-fill-color: inherit;
}

.course-button ul.product-tab li.active .category-title h4 {
    color: #fff;
}

.course-button .category-title h4 {
    text-transform: capitalize;
    font-size: 16px;
}

.course-button ul.product-tab li {
    margin: 0;
}

.course-button ul.product-tab li .category-icon-title {
    width: 180px;
    height: 180px;
    padding: 20px;
    overflow: hidden;
}

.button-tab .owl-stage-outer {
    padding: 20px 0px;
}

.button-tab .owl-prev,
.button-tab .owl-nav .owl-next,
.owl-nav .button-tab .owl-next,
.button-tab .testimonial-slide-area .owl-next,
.testimonial-slide-area .button-tab .owl-next {
    position: absolute;
    left: 0;
}

.course-button {
    background-color: #fff;
}

.one-page-category {
    padding-top: 0;
}

.one-page-category .category-slide {
    margin-top: 0;
}

.one-page-category .category-slide .owl-nav {
    top: 46%;
    width: 108%;
}

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

/*Teacher  section*/

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

.course-teacher-section .jarallax {
    background-image: url(/images/teacher-b.jpg?7a0928d49893beff6734c7125fd08629);
    padding: 125px 0px 125px 0px;
}

.course-teacher-section .section-title {
    margin-bottom: 70px;
}

.course-teacher-section .section-title h2 {
    color: #fff;
}

.course-teacher-section .section-title span {
    color: #fff;
}

.course-teacher-section .genius-btn {
    margin: 0 auto;
}

.teacher-img-content {
    background-color: #0a4a78;
    display: inline-block;
    padding: 20px;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 50px;
}

.teacher-img-content .teacher-social-name {
    float: left;
    max-width: 200px;
}

.teacher-img-content .teacher-social-name ul {
    margin-bottom: 10px !important;
}

.teacher-img-content .teacher-social-name li {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    text-align: center;
    color: #adb8bf;
    line-height: 35px;
    margin-bottom: 5px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-color: #608297;
}

.teacher-img-content .teacher-social-name li:hover {
    background-color: #fff;
    color: #176299;
}

.teacher-img-content .teacher-social-name .teacher-name span {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}

.teacher-img-content .teacher-img {
    height: 150px;
    width: 150px;
    display: inline-block;
    position: relative;
    right: -35px;
    top: -35px;
}

.teacher-img-content .teacher-img img {
    border-radius: 4px;
}

.teacher-img-content .teacher-img:after {
    content: '';
    height: 2px;
    width: 50px;
    left: -25px;
    bottom: 30px;
    position: absolute;
    background-color: #17d0cf;
}

.teacher-img-content .teacher-img .course-price {
    font-weight: 400;
    top: auto;
    bottom: 20px;
    font-size: 12px;
    left: 45px;
    opacity: 0;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    visibility: hidden;
}

.teacher-img-content .teacher-category {
    position: relative;
    top: -5px;
}

.teacher-img-content .teacher-category .st-name {
    font-size: 13px;
    color: #fff;
}

.teacher-img-content:hover .course-price {
    opacity: 1;
    left: 35px;
    visibility: visible;
}

.secound-teacher-section {
    background-color: #f7f7f7;
    padding: 105px 0px;
}

.secound-teacher-section .teacher-img-text {
    background-color: #fff;
    padding: 20px 30px 30px 30px;
    border-radius: 4px;
}

.secound-teacher-section .teacher-img-text .teacher-social-list {
    position: absolute;
    top: 40%;
    left: 0;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    right: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.secound-teacher-section .teacher-img-text .teacher-social-list li {
    height: 30px;
    width: 30px;
    text-align: center;
    border: 2px solid #17d0cf;
    line-height: 30px;
    color: #fff;
    margin: 0 2px;
    border-radius: 100%;
}

.secound-teacher-section .teacher-img-text .teacher-name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.secound-teacher-section .teacher-img-text .teacher-designation {
    font-size: 13px;
    color: #17d0cf;
}

.secound-teacher-section .teacher-img-text .teacher-img-social .blakish-overlay {
    border-radius: 100%;
    height: 190px;
    width: 190px;
    margin: 0 auto;
    left: -13px;
    top: 5px;
    right: 0;
}

.secound-teacher-section .teacher-img-text:hover .blakish-overlay {
    opacity: 1;
    visibility: visible;
}

.secound-teacher-section .teacher-img-text:hover .teacher-social-list {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.teacher-img-social {
    z-index: 1;
}

.teacher-img-social img {
    border: 5px solid #fff;
    border-radius: 100%;
}

.teacher-img-social:after {
    content: '';
    position: absolute;
    width: 210px;
    height: 210px;
    background: #17d0cf;
    background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
    background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #17d0cf), to(#01a6fd));
    background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
    background-size: 200% auto;
    top: -5px;
    left: -5px;
    border-radius: 100%;
    z-index: -1;
    right: 0;
}

.secound-teacher-section .owl-prev,
.secound-teacher-section .owl-nav .owl-next,
.owl-nav .secound-teacher-section .owl-next,
.secound-teacher-section .testimonial-slide-area .owl-next,
.testimonial-slide-area .secound-teacher-section .owl-next,
.secound-teacher-section .owl-next {
    background-color: #fff;
}

.secound-teacher-section .genius-btn {
    margin: 0 auto;
    margin-top: 65px;
}

.genius-teacher-section-2 {
    padding-bottom: 80px;
}

.genius-teacher-section-2 .teacher-img-content {
    background-color: inherit;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 25px;
    height: 210px;
}

.genius-teacher-section-2 .teacher-img-content .teacher-cntent {
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 1;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    opacity: 0;
}

.genius-teacher-section-2 .teacher-img-content .teacher-social-name ul {
    margin-bottom: 20px !important;
}

.genius-teacher-section-2 .teacher-img-content .teacher-category {
    bottom: 50px;
    top: inherit;
    right: 20px;
    display: none;
    z-index: 11;
}

.genius-teacher-section-2 .teacher-img-content:after {
    position: absolute;
    content: '';
    background: #17d0cf;
    background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
    background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #17d0cf), to(#01a6fd));
    background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
    background-size: 200% auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    opacity: 0;
}

.genius-teacher-section-2 .teacher-img-content:hover:after {
    opacity: .8;
}

.genius-teacher-section-2 .teacher-img-content:hover .teacher-category {
    display: block;
}

.genius-teacher-section-2 .teacher-img-content:hover .teacher-cntent {
    opacity: 1;
}

.genius-teacher-section-2 .teacher-social-name li {
    background-color: #fff;
}

.teacher-page-section {
    padding: 80px 0px;
}

.teacher-page-section .couse-pagination {
    margin-top: 60px;
}

.teacher-pic-content {
    margin-bottom: 30px;
}

.teacher-pic-content .teacher-hover-item {
    display: inline-block;
    position: absolute;
    top: 35px;
    left: 15px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.teacher-pic-content .teacher-hover-item .teacher-text {
    color: #fff;
}

.teacher-pic-content .teacher-social-name {
    width: 100%;
    max-width: inherit;
    margin-bottom: 5px;
}

.teacher-pic-content .teacher-social-name li {
    background-color: #fff;
    color: #17d0cf;
}

.teacher-pic-content .teacher-next {
    height: 45px;
    width: 45px;
    background-color: #fff;
    position: absolute;
    right: -40px;
    bottom: 0;
    line-height: 52px;
    border-top-left-radius: 10px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.teacher-pic-content .teacher-next a {
    display: block;
    width: 100%;
}

.teacher-pic-content .teacher-next i {
    font-size: 20px;
}

.teacher-pic-content .teacher-img-content {
    background-color: inherit;
    padding: 0;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0;
    height: 270px;
    width: 270px;
}

.teacher-pic-content .teacher-img-content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    z-index: 0;
}

.teacher-pic-content .teacher-img-content img {
    height: 100%;
    width: 100%;
}

.teacher-pic-content .teacher-name-designation {
    margin-top: 10px;
}

.teacher-pic-content .teacher-name-designation .teacher-name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.teacher-pic-content .teacher-name-designation .teacher-designation {
    font-size: 13px;
    color: #17d0cf;
}

.teacher-pic-content:hover .teacher-img-content::after {
    opacity: .8;
}

.teacher-pic-content:hover .teacher-hover-item {
    opacity: 1;
    visibility: visible;
    left: 25px;
}

.teacher-pic-content:hover .teacher-next {
    opacity: 1;
    right: 0;
    visibility: visible;
}

.first-widget {
    margin-top: 0 !important;
}

.teacher-details-area {
    padding: 80px 0px;
}

.course-img {
    margin-bottom: 15px;
}

.course-desc {
    color: #333333;
}

.teacher-details-text .section-title-2 {
    margin-bottom: 50px;
}

.teacher-details-text .section-title-2 h2 {
    font-size: 30px;
}

.teacher-details-text .section-title-2 h2:after {
    bottom: -45px;
}

.teacher-details-text .teacher-deg {
    font-weight: 700;
    font-size: 15px;
    margin-top: 5px;
}

.teacher-details-text .teacher-deg span {
    color: #17d0cf;
}

.teacher-desc-social {
    margin-bottom: 28px;
}

.teacher-desc-social li {
    height: 80px;
    width: 80px;
    text-align: center;
    background-color: #f7f7f7;
    color: #444444;
    border-radius: 4px;
    font-size: 13px;
    margin-right: 5px;
    padding-top: 15px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.teacher-desc-social li i {
    color: #bababa;
    font-size: 30px;
    margin-bottom: 5px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.teacher-desc-social li:hover {
    background-color: #17d0cf;
    color: #fff;
}

.teacher-desc-social li:hover i {
    color: #fff;
}

.teacher-address .address-details li {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}

.teacher-address .address-details li b {
    font-weight: 900;
}

.teacher-address .address-details li .addrs-icon {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border-radius: 5px;
    color: #fff;
    margin-right: 15px;
    float: left;
    background-color: #01a6fd;
}

.teacher-address .address-details li .add-info {
    overflow: hidden;
    margin-top: 10px;
}

.about-teacher .section-title-2 {
    margin-bottom: 35px;
}

.about-teacher .section-title-2 h2:after {
    display: none;
}

.about-teacher p {
    font-weight: 300;
    font-size: 20px;
    color: #333333;
}

.category-slide .category-icon-title {
    padding: 35px 10px;
    border-radius: 0;
    position: relative;
    margin-bottom: 0;
}

.category-slide .category-icon-title:after {
    border-radius: 0;
}

.category-slide .owl-nav {
    top: 35%;
    width: 110%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    left: -40px;
    z-index: -1;
}

.category-slide .owl-nav .owl-prev,
.category-slide .owl-nav .owl-next,
.category-slide .owl-nav .owl-next {
    background-color: transparent;
}

.category-slide .owl-nav .owl-prev,
.category-slide .owl-nav .owl-next {
    float: left;
}

.category-slide .owl-nav .owl-next {
    float: right;
}

.category-slide .owl-item.active:before {
    content: '';
    position: absolute;
    height: 195px;
    width: 1px;
    background-color: #eee;
    top: 0;
    right: 0;
    z-index: 1;
}

.category-slide .owl-item.active:last-child:before {
    display: none;
}

.category-slide .owl-stage-outer {
    padding: 5px;
}

.about-faq.faq-secound-home-version {
    background-image: inherit;
    padding-top: 0;
}

.about-faq.faq-secound-home-version .panel-group .panel {
    max-width: inherit;
}

.about-faq.faq-secound-home-version .panel-group .btn-link.collapsed {
    color: #333333;
    font-weight: 400;
    padding: 10px 0px;
}

.about-faq.faq-secound-home-version .panel-group .panel-title h3:before {
    background-color: #cfcdcd;
    top: 15px;
}

.about-faq.faq-secound-home-version .panel-group .panel-body {
    color: inherit;
}

.about-faq.faq-secound-home-version .panel-group .collapse.show .panel-body:before {
    height: 185%;
    top: -49px;
}

.about-faq.faq-secound-home-version .panel-group .btn-link.collapsed:after {
    color: #cfcdcd;
}

.about-faq.faq-secound-home-version ul.product-tab li {
    background-color: #f7f7f7;
    font-size: 15px;
    font-weight: 400;
    color: #c4c4c4;
}

.about-faq.faq-secound-home-version .ques-ans h3 {
    color: #0f0f0f;
}

.about-faq.faq-secound-home-version .tab-container {
    margin-left: 15px;
}

.teacher-contact {
    padding-top: 25px;
}

.teacher-faq-form label {
    display: block;
    text-transform: uppercase;
    color: #333333;
    font-weight: 700;
    font-size: 14px;
}

.teacher-faq-form input,
.teacher-faq-form .register-form-area select,
.register-form-area .teacher-faq-form select,
.teacher-faq-form .register-form-area textarea,
.register-form-area .teacher-faq-form textarea,
.teacher-faq-form textarea {
    width: 100%;
    height: 60px;
    border-radius: 4px;
    background-color: #f7f7f7;
    border: none;
    margin-bottom: 30px;
    padding: 15px;
}

.teacher-faq-form textarea {
    height: 160px;
}

.teacher-faq-form .nws-button {
    height: 60px;
    width: 195px;
    line-height: 60px;
    border-radius: 5px;
}

.teacher-faq-form .nws-button button {
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background-color: transparent;
}

.one-page-teacher {
    padding: 100px 0px;
    background-image: url(/images/tesit-b-1.jpg?71534b4f991950d53a0ccd028d914fa8);
}

.one-page-teacher .section-title span,
.one-page-teacher .section-title h2 {
    color: #fff;
}

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

/*Best product  section*/

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

.best-product-section {
    padding: 125px 0px 50px 0px;
}

.best-product-section .course-title h3 {
    font-size: 18px;
}

.best-product-section .course-title:after {
    display: none;
}

.best-product-section .price-start {
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
}

.best-product-section .price-start span {
    color: #17d0cf;
}

.best-product-section.home_2 {
    padding: 50px 0px 100px;
}

.add-cart {
    color: #bbbbbb;
    height: 40px;
    width: 40px;
    line-height: 40px;
    float: right;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

.add-cart:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #17d0cf;
    background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
    background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #17d0cf), to(#01a6fd));
    background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
    background-size: 200% auto;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    left: 0;
    z-index: 0;
    opacity: 0;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.add-cart i {
    position: relative;
    z-index: 1;
}

.product-img-text {
    background-color: #f1f1f3;
    padding: 25px 20px;
    display: inline-block;
    width: 97%;
    margin: 5px;
    border-radius: 4px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.product-img-text:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.1);
}

.product-img-text:hover .add-cart {
    color: #fff;
}

.product-img-text:hover .add-cart::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.faq-secound-home-version .best-product-section {
    padding-top: 30px;
}

.faq-secound-home-version .best-product-section .section-title-2 h2 {
    color: #fff;
}

.faq-secound-home-version .best-product-section .owl-prev,
.faq-secound-home-version .best-product-section .owl-nav .owl-next,
.owl-nav .faq-secound-home-version .best-product-section .owl-next,
.faq-secound-home-version .best-product-section .testimonial-slide-area .owl-next,
.testimonial-slide-area .faq-secound-home-version .best-product-section .owl-next,
.faq-secound-home-version .best-product-section .owl-next {
    background-color: #4175a4;
}

.home-third-best-product {
    padding: 20px 0px 80px;
}

.shop-product-section {
    padding: 80px 0px 20px;
}

.genius-shop-item .best-product-section {
    padding-top: 0;
}

.genius-shop-item .best-product-section .product-img-text {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
}

.genius-shop-item .product-list-item {
    background-color: #f7f7f7;
    padding: 25px 20px;
    border-radius: 4px;
}

.genius-shop-item .course-page-section {
    padding-top: 0;
}

.ui-slider-horizontal {
    height: 3px;
    border: none;
    background-color: #dddddd;
}

.price-range .ui-widget.ui-widget-content {
    border: none;
}

.price-range input,
.price-range .register-form-area select,
.register-form-area .price-range select,
.price-range .register-form-area textarea,
.register-form-area .price-range textarea {
    position: absolute;
    font-size: 12px;
    right: -70px;
    top: -13px;
    color: #b2afaf;
    border: none;
    font-weight: 700;
}

#slider-range {
    width: 73%;
    float: right;
    margin-top: 6px;
}

#slider-range .ui-widget-header {
    background-color: #333333;
}

.ui-slider-horizontal .ui-slider-handle {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #17d0cf;
    border: none;
    cursor: pointer;
    outline: none;
    top: -3px;
}

.inner-title {
    font-size: 12px;
    font-weight: 500;
    float: left;
    padding-left: 25px;
    position: relative;
}

.inner-title:after {
    position: absolute;
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 4px;
    border: 1px solid #d9d4d4;
    left: 0;
    top: 1px;
}

.product-highlights .inner-title {
    float: none;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 10px;
}

.product-highlights .inner-title:last-child {
    margin-bottom: 0;
}

.best-sell-title-price {
    margin-top: 30px;
}

.best-sell-title-price h3 {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
}

.best-sellers-pic-text {
    background-color: #f7f7f7;
    display: inline-block;
    width: 100%;
    padding: 15px 15px 25px 15px;
    margin-bottom: 4px;
}

.best-sellers-pic-text .best-sell-pic {
    height: 105px;
    width: 105px;
    float: left;
    margin-right: 20px;
}

.best-sellers-pic-text .b-price {
    font-size: 12px;
    color: #17d0cf;
    font-weight: 700;
}

.best-sellers-item .couse-pagination {
    margin-top: 15px;
}

.best-sellers-item .couse-pagination li {
    font-size: 12px;
}

.best-product-4 {
    background-color: #f7f7f7;
    padding-bottom: 100px;
}

.best-product-4 .product-img-text {
    background-color: #fff;
}

.best-product-4 .owl-nav .owl-prev,
.best-product-4 .owl-nav .owl-next,
.best-product-4 .owl-nav .owl-next {
    background-color: #fff;
}

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

/*FAQ  section*/

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

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

ul.product-tab li {
    cursor: pointer;
    margin: 0px 40px 0px 0px;
    font-size: 18px;
    position: relative;
    color: #777777;
    font-weight: 500;
    text-transform: uppercase;
}

ul.product-tab li:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    top: 30px;
    left: 0;
    opacity: 0;
    background-color: #17d0cf;
}

ul.product-tab li.active {
    color: #333333;
}

ul.product-tab li.active:after {
    opacity: 1;
}

.tab-content-1 {
    display: none;
}

.tab-content-1 p {
    color: #777777;
}

.ques-ans h3 {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 20px;
}

.faq-secound-home-version {
    background-image: url(/images/fq-1.jpg?b799c3d925d7ff1312d2ac45537b136a);
    padding: 110px 0px 100px 0px;
}

.faq-secound-home-version .section-title h2,
.faq-secound-home-version .section-title span {
    color: #fff;
}

.faq-secound-home-version ul.product-tab li {
    background-color: #006dad;
    color: #fff;
    padding: 5px 15px;
    font-size: 16px;
    border-radius: 4px;
    z-index: 1;
    margin: 0px 5px 0px 0px;
}

.faq-secound-home-version ul.product-tab li:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: #17d0cf;
    background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
    background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #17d0cf), to(#01a6fd));
    background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
    background-size: 200% auto;
    left: 0;
    top: 0;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border-radius: 4px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.faq-secound-home-version ul.product-tab li.active {
    color: #fff;
}

.faq-secound-home-version ul.product-tab li.active:after {
    opacity: 1;
    visibility: visible;
}

.faq-secound-home-version .ques-ans h3 {
    color: #fff;
}

.faq-secound-home-version .tab-content-1 {
    display: none;
}

.faq-secound-home-version .tab-content-1 p {
    color: #17d0cf;
}

.faq_3 {
    padding-bottom: 40px;
}

.panel-group .panel {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 25px;
    max-width: 625px;
    margin: 0 auto;
}

.panel-group .panel-body {
    color: #67a0c9;
    position: relative;
}

.panel-group .panel-body:before {
    position: absolute;
    left: -15px;
    top: -42px;
    content: '';
    background-color: #17d0cf;
    width: 3px;
    height: 0%;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.panel-group .collapse.show .panel-body:before {
    height: 150%;
}

.panel-group .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    color: inherit;
    position: relative;
}

.panel-group .panel-title h3 {
    position: relative;
}

.panel-group .panel-title h3:before {
    position: absolute;
    width: 3px;
    height: 25px;
    left: -15px;
    content: '';
    background-color: #4a8ec0;
    top: 22px;
}

.panel-group .panel-title .btn-link {
    display: block;
    padding: 15px 0px 15px;
    position: relative;
    width: 100%;
    text-align: left;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    color: #17d0cf;
}

.panel-group .panel-title .btn-link:before {
    content: '\F139';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    right: 20px;
    top: 20px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #17d0cf;
}

.panel-group .panel-title .btn-link:after {
    content: "";
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #17d0cf;
}

.panel-group .panel-title .btn-link:hover {
    text-decoration: none;
    color: #17d0cf;
}

.panel-group .btn-link.collapsed {
    color: #fff;
}

.panel-group .btn-link.collapsed:before {
    content: ' ';
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.panel-group .btn-link.collapsed:after {
    content: "\F13A";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #4d8fbe;
}

#accordion .btn {
    white-space: inherit;
}

.faq-page-section {
    padding: 80px 0px 80px 0px;
}

.faq-page-section .panel-group .btn-link.collapsed {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
}

.faq-page-section .panel-group .panel-title .btn-link:before,
.faq-page-section .panel-group .panel-title .btn-link:after {
    right: -5px;
}

.faq-page-section .panel-group .panel-title .btn-link:after {
    color: #ccc;
}

.faq-page-section .panel-group .panel-title .btn-link {
    font-size: 20px;
    width: 98%;
}

.faq-page-section .panel-group .panel-body:before {
    top: -50px;
}

.faq-page-section .panel-group .panel-title h3:before {
    background-color: #ccc;
}

.faq-page-section .panel-group .panel-body {
    color: inherit;
}

.faq-page-section .faq-secound-home-version {
    background-image: inherit;
    padding: 0;
}

.faq-page-section .faq-secound-home-version ul.product-tab li {
    background-color: #f7f7f7;
    color: #ccc;
}

.faq-page-section .faq-secound-home-version ul.product-tab li.active {
    color: #fff;
}

.faq-page-section .faq-secound-home-version .ques-ans h3 {
    color: #333333;
}

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

/*Course category  section*/

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

.course-category-section {
    background-color: #f7f7f7;
    padding: 125px 0px 125px;
}

.category-icon {
    position: relative;
    z-index: 1;
}

.category-icon i {
    font-size: 60px;
}

.category-title {
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.category-title h4 {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}

.category-icon-title {
    background-color: #fff;
    padding: 35px;
    border-radius: 4px;
    margin-bottom: 30px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    position: relative;
}

.category-icon-title:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #17d0cf;
    background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
    background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #17d0cf), to(#01a6fd));
    background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
    background-size: 200% auto;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    border-radius: 4px;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.category-icon-title:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.category-icon-title:hover .category-title h4 {
    color: #fff;
}

.category-icon-title:hover .category-icon i {
    color: #fff;
    -webkit-text-fill-color: inherit;
}

.category-icon-title:hover {
    -webkit-box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.1);
}

.home-secound-version {
    background-color: #fff;
}

.home-secound-version .category-icon-title {
    background-color: #f7f7f7;
}

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

/*why choose  section*/

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

.why-choose-section {
    background-image: url(/images/wc-1.jpg?6abd1526b0db9545dd53cc1a2997b84e);
    padding-top: 115px;
}

.why-choose-section .section-title h2,
.why-choose-section .section-title span {
    color: #fff;
}

.features-icon {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    line-height: 80px;
    font-size: 40px;
    float: left;
    margin-right: 25px;
}

.features-icon i {
    color: #fff;
}

.features-text-title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.features-text {
    overflow: hidden;
    padding-top: 10px;
}

.features-text .features-text-dec {
    color: #84bfeb;
}

.extra-icon-text {
    margin-bottom: 45px;
}

.extra-right .features-icon {
    float: right;
    margin-left: 25px;
    margin-right: 0;
}

.version-four .features-icon {
    position: relative;
}

.version-four .features-icon .feat-tag span {
    position: absolute;
    background-color: #fff;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    text-align: center;
    line-height: 25px;
    font-weight: 700;
    color: #17d0cf;
    right: -10px;
    top: 25px;
    font-size: 13px;
}

.version-four .extra-right .features-icon .feat-tag span {
    left: -10px;
    right: inherit;
}

.course-advantage {
    padding-top: 65px;
}

.service-slide_3 {
    margin-top: 35px;
}

.service-slide_3 .service-icon {
    float: none !important;
    margin-bottom: 15px;
}

.service-slide_3 .service-text-icon {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 4px;
}

.service-slide_3 .service-text p {
    font-size: 15px;
    color: #88c3ef;
}

.service-slide_3 .service-text h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}

.service-slide_3 .owl-nav {
    top: -70px;
}

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

/*Contact  section*/

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

.contact-area-section,
.contact_secound_section {
    background-image: url(/images/contact-b.jpg?7074d794ff7f22c91999d1527d34bbf5);
    padding: 105px 0px 105px;
}

.contact-area-section .section-title h2,
.contact_secound_section .section-title h2 {
    color: #fff;
    margin-bottom: 25px;
}

.contact-area-section .section-title span,
.contact_secound_section .section-title span {
    color: #fff;
}

.contact-area-section .section-title p,
.contact_secound_section .section-title p {
    color: #fff;
}

.contact-left-content {
    max-width: 500px;
}

.address-icon {
    height: 60px;
    width: 60px;
    border: 5px solid;
    line-height: 60px;
    margin-right: 20px;
    border: 4px solid transparent;
    -o-border-image: linear-gradient(69deg, #10abff, #1beabd);
    border-image: linear-gradient(69deg, #10abff, #1beabd);
    border-image-slice: 1;
    border-radius: 40px;
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.address-icon i {
    font-size: 30px;
    color: #fff;
}

.address-details li {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.address-details li span {
    font-weight: 300;
}

.contact-address-details {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: inline-block;
    border-bottom: 1px solid #207fba;
}

.contact-address-details:last-child {
    border-bottom: none;
}

.google-map-container {
    height: 600px;
    background-color: #dddddd;
}

#google-map {
    top: 0;
    width: 940px;
    height: 100%;
    -webkit-box-shadow: -15px -10px 40px 5px rgba(0, 0, 0, 0.1);
    box-shadow: -15px -10px 40px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
}

.contact_secound_section {
    background-image: url(/images/cf-1.png?ffe769692e5d5c4a1aa75c2095a8b4b2);
    padding: 270px 0px 0px;
    background-color: #f7f7f7;
}

.contact_secound_form {
    margin-left: 80px;
}

.contact_secound_form .section-title-2 h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    display: table;
}

.contact_secound_form .section-title-2 h2:after {
    right: -65px;
    left: inherit;
    bottom: 5px;
}

.contact_secound_form .contact_form input,
.contact_secound_form .contact_form .register-form-area select,
.register-form-area .contact_secound_form .contact_form select,
.contact_secound_form .contact_form .register-form-area textarea,
.register-form-area .contact_secound_form .contact_form textarea {
    width: 45%;
    float: left;
    background-color: transparent;
    border: none;
    padding: 25px 0px;
    border-bottom: 1px solid #73a3c4;
    margin-right: 20px;
    height: 35px;
}

.contact_secound_form .contact_form input::-webkit-input-placeholder,
.contact_secound_form .contact_form .register-form-area select::-webkit-input-placeholder,
.register-form-area .contact_secound_form .contact_form select::-webkit-input-placeholder,
.contact_secound_form .contact_form .register-form-area textarea::-webkit-input-placeholder,
.register-form-area .contact_secound_form .contact_form textarea::-webkit-input-placeholder {
    color: #669fc9;
}

.contact_secound_form .contact_form input:-ms-input-placeholder,
.contact_secound_form .contact_form .register-form-area select:-ms-input-placeholder,
.register-form-area .contact_secound_form .contact_form select:-ms-input-placeholder,
.contact_secound_form .contact_form .register-form-area textarea:-ms-input-placeholder,
.register-form-area .contact_secound_form .contact_form textarea:-ms-input-placeholder {
    color: #669fc9;
}

.contact_secound_form .contact_form input::-ms-input-placeholder,
.contact_secound_form .contact_form .register-form-area select::-ms-input-placeholder,
.register-form-area .contact_secound_form .contact_form select::-ms-input-placeholder,
.contact_secound_form .contact_form .register-form-area textarea::-ms-input-placeholder,
.register-form-area .contact_secound_form .contact_form textarea::-ms-input-placeholder {
    color: #669fc9;
}

.contact_secound_form .contact_form input::placeholder,
.contact_secound_form .contact_form .register-form-area select::placeholder,
.register-form-area .contact_secound_form .contact_form select::placeholder,
.contact_secound_form .contact_form .register-form-area textarea::placeholder,
.register-form-area .contact_secound_form .contact_form textarea::placeholder {
    color: #669fc9;
}

.contact_secound_form .contact_form textarea {
    height: 155px;
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 20px 0px;
    border-bottom: 1px solid #73a3c4;
}

.contact_secound_form .contact_form textarea::-webkit-input-placeholder {
    color: #669fc9;
}

.contact_secound_form .contact_form textarea:-ms-input-placeholder {
    color: #669fc9;
}

.contact_secound_form .contact_form textarea::-ms-input-placeholder {
    color: #669fc9;
}

.contact_secound_form .contact_form textarea::placeholder {
    color: #669fc9;
}

.contact_secound_form .nws-button {
    height: 60px;
    width: 280px;
    line-height: 60px;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 30px;
}

.contact_secound_form .nws-button button {
    background-color: transparent;
    border: none;
    font-weight: 700;
    color: #fff;
}

.contact-form-area_3 {
    background-color: #f7f7f7;
    padding: 110px 0px;
}

.contact_third_form .contact-info input,
.contact_third_form .contact-info .register-form-area select,
.register-form-area .contact_third_form .contact-info select,
.contact_third_form .contact-info .register-form-area textarea,
.register-form-area .contact_third_form .contact-info textarea {
    width: 100%;
    height: 50px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #dddddd;
}

.contact_third_form textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    height: 150px;
    margin-top: 40px;
}

.contact_third_form .nws-button {
    height: 42px;
    width: 150px;
    line-height: 32px;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 70px;
    padding: 5px 10px;
}

.contact_third_form .nws-button:hover {
    background-color: #2c3c79;
    transition: none;
}

.contact_third_form .nws-button button {
    background-color: transparent;
    border: none;
    font-weight: 700;
    color: #fff;
}

.contact-page-section {
    padding: 80px 0px;
}

.contact-page-section .social-contact .category-icon-title {
    width: 165px;
    display: inline-block;
    position: relative;
}

.contact-page-section .social-contact .category-icon-title:before {
    content: '';
    position: absolute;
    height: 130px;
    width: 1px;
    background-color: #eee;
    top: 0;
    right: 0;
    z-index: 1;
}

.contact-page-section .social-contact .category-icon-title:before:last-child:before {
    opacity: 0;
}

.contact-page-section .social-contact .category-icon-title .category-title h4 {
    font-size: 16px;
}

.contact-page-section .category-icon-title:last-child::before {
    display: none;
}

.contact-page-version .contact_third_form {
    background-color: #fff;
    padding: 30px 30px 65px 30px;
    border-radius: 4px;
}

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

/*Blog  section*/

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

.blog-item-post {
    padding: 105px 0px 0px 0px;
}

.blog-content-details {
    padding-bottom: 80px;
    border-bottom: 1px solid #eeeeee;
}

.short-filter-tab {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.shorting-filter select {
    padding: 8px 15px;
    border-radius: 4px;
    background-color: #f7f7f7;
    border: none;
    color: #333333;
    font-weight: 700;
    margin-left: 15px;
}

.blog-button ul.product-tab li {
    margin: 0px 5px 0px 0px;
    font-size: 22px;
    padding: 5px 10px;
    background-color: #f7f7f7;
    border-radius: 4px;
}

.blog-button ul.product-tab li:after {
    display: none;
}

.blog-button ul.product-tab li.active {
    color: #fff;
    /*background-color: #17d0cf;*/
    background-color: #314384;
}

.blog-post-img-content {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 35px;
    margin-bottom: 30px;
}

.blog-post-img-content .course-price {
    bottom: 20px;
    top: inherit;
}

.blog-post-img-content .blog-img-date {
    border-radius: 4px;
    margin-bottom: 30px;
}

.blog-post-img-content .blog-img-date .blog-thumnile {
    height: 400px;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #777777;*/
    margin: 0px auto;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}

.blog-title-content h3 {
    font-size: 25px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
}

.blog-title-content .blog-content {
    font-size: 17px;
    margin-bottom: 22px;
}

.genius-post-item {
    padding-bottom: 45px;
}

.list-blog-item {
    background-color: #f7f7f7;
    border-radius: 4px;
    margin-bottom: 30px;
}

.list-blog-item .blog-post-img-content {
    padding: 0;
    margin: 0;
}

.list-blog-item .blog-img-date {
    margin: 0;
}

.list-blog-item .blog-title-content {
    padding-top: 30px;
}

.side-bar-search {
    position: relative;
}

.side-bar-search input,
.side-bar-search .register-form-area select,
.register-form-area .side-bar-search select,
.side-bar-search .register-form-area textarea,
.register-form-area .side-bar-search textarea {
    height: 40px;
    width: 100%;
    background-color: #f7f7f7;
    padding: 0px 15px;
    border: 1px solid #314384;
    border-radius: 4px;
}

.side-bar-search button {
    position: absolute;
    top: 8px;
    right: 10px;
    background-color: #ccc;
    border: none;
    border-radius: 100%;
    padding: 3px 6px;
    color: #fff;
    font-size: 14px;
}

.side-bar-widget {
    margin: 30px 0px;
    display: inline-block;
    width: 100%;
}

.side-bar-widget .widget-title {
    font-size: 30px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 20px;
}

.side-bar-widget .widget-title span {
    font-weight: 700;
}

.side-bar-widget .widget-title:after {
    display: none;
}

.side-bar-widget .post-categori {
    background-color: #f7f7f7;
    border-radius: 4px;
}

.side-bar-widget .post-categori .cat-item {
    position: relative;
    padding: 15px 20px 15px 35px;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.side-bar-widget .post-categori .cat-item:before {
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 19px;
    left: 19px;
    font-size: 10px;
    font-weight: 700;
    content: '\F054';
}

.side-bar-widget .post-categori .cat-item:hover {
    color: #333333;
}

.side-bar-widget .latest-news-thumbnile {
    height: 80px;
    width: 80px;
}

.side-bar-widget .latest-news-area {
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.side-bar-widget .latest-title {
    font-size: 17px;
}

.side-bar-widget .tag-clouds li {
    border: 1px solid #cfcaca;
    color: #cbc8c8;
    padding: 5px 15px;
    margin-bottom: 8px;
    margin-right: 2px;
    border-radius: 4px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.side-bar-widget .tag-clouds li:hover {
    background-color: #17d0cf;
    border-color: #17d0cf;
    color: #fff;
}

.side-bar-widget .tag-clouds li.active {
    background-color: #17d0cf;
    border-color: #17d0cf;
    color: #fff;
}

.side-bar-widget .best-course-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.side-bar-widget .best-course-text h3 {
    color: #fff;
}

.side-bar-widget .best-course-text .course-meta span {
    float: none;
    margin-right: 0;
    color: #fff;
    margin: 0px 10px;
}

.side-bar-widget .best-course-pic-text:hover .best-course-text {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-details-section {
    padding: 80px 0px;
    border-bottom: 1px solid #ccc;
}

.blog-details-content h2 {
    font-size: 35px;
    color: #333333;
    font-weight: 500;
}

.blog-details-content .date-meta {
    margin-top: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.blog-details-content .date-meta span {
    font-size: 13px;
    color: #ccc;
    font-weight: 700;
    margin-right: 20px;
}

.blog-details-content .date-meta span i {
    color: #FA9006;
}

.blog-details-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 30px;
}

.blog-details-content p {
    font-size: 20px;
    color: #333333;
    font-weight: 300;
    margin-bottom: 20px;
}

.blog-details-content .share-text {
    font-weight: 700;
    color: #333333;
    margin-top: 8px;
}

.blog-details-content .blog-share-tag {
    display: inline-block;
    width: 100%;
    margin: 40px 0px 15px 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.blog-details-content .share-social ul li {
    font-size: 22px;
    margin-left: 25px;
}

.blog-details-content .blog-category li {
    padding: 5px 10px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border-radius: 4px;
}

.blog-details-content .blog-category li:hover {
    background-color: #17d0cf;
    color: #fff;
}

.blog-details-content .author-comment {
    padding: 25px;
    margin-top: 20px;
    border-radius: 4px;
    background-color: #f5f5f5;
}

.blog-details-content .author-comment .author-img {
    height: 50px;
    width: 50px;
    float: left;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
}

.blog-details-content .author-comment .author-designation-comment {
    font-size: 12px;
    font-weight: 700;
}

.blog-details-content .author-comment .author-designation-comment span {
    color: #17d0cf;
}

.blog-details-content .author-comment .author-designation-comment p {
    font-size: 16px;
    color: #999999;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0;
}

.blog-details-content .next-prev-post {
    font-weight: 700;
    color: #333333;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 35px;
}

.blog-details-content .next-prev-post i {
    margin: 0 5px;
    color: #fa9006;
}

.recent-post-item {
    padding-top: 32px;
}

.recent-post-item .blog-title-content h3 {
    margin-bottom: 0;
}

.blog-comment-area {
    margin-top: 10px;
}

.blog-comment-area .comment-list li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.blog-comment-area .section-title-2 {
    margin-bottom: 65px;
}

.blog-comment-area .section-title-2 h2 {
    font-size: 30px;
}

.blog-comment-area .comment-avater {
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 20px;
}

.blog-comment-area .author-designation-comment {
    overflow: hidden;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.blog-comment-area .author-designation-comment h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.blog-comment-area .author-name-rate {
    width: 88%;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
}

.blog-comment-area .author-name-rate span {
    color: #17d0cf;
}

.blog-comment-area .time-comment {
    margin-right: 10px;
}

.blog-comment-area .comment-ratting li {
    font-size: 15px;
    color: #ffc926;
    border-bottom: none;
    margin-bottom: 0;
}

.reply-comment-box {
    margin-top: 20px;
}

.reply-comment-box .section-title-2 {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .blog-post-img-content .blog-img-date .blog-thumnile {
        width: 100%;
        height: 300px;
    }
}

@media screen and (max-width: 575px) {
    .owl-dots, .owl-nav {
        margin-top: 0 !important;
    }

    .owl-carousel .owl-item .heading-box {
        height: 240px !important;
    }

    .section-title .subtitle:before {
        left: -1% !important;;
    }

    .section-title .subtitle:after {
        right: 3%;
    }

    .course-page-menu ul:first-child {
        display: none !important;
    }

    .course-page-menu {
        text-align: center;
        padding: 0 10px !important;
    }

    .inner-fixed-menu-right .nav-item a.nav-link {
        padding: 0px;
    }

    .search-course-area .search-course-left {
        margin-bottom: 0px;
    }

    #enrollMe ul li:first-child {
        display: none;
    }

    #enrollMe ul li {
        padding: 5px 15px !important;
    }

    #enrollMe ul {
        display: block !important;
    }

    #enrollMe .card .card-body {
        padding: 0px !important;
    }

    #enrollMe .card-title,
    .ul-li ul li.tab_last{
        display: none !important;
    }

    #enrollMe ul li div.card-label {
        display: block !important;
        color: #314384;
        font-size: 18px;
        /* margin-right: 26px; */
        /* border-left: 1px solid #d2d6de; */
        padding-right: 10px;
    }

    #enrollMe .card .mob-card-title {
        display: flex !important;
    }

    #navbarResponsive {
        display: none !important;
    }

    .section-title .subtitle {
        letter-spacing: 3px;
    }

    #carouselExample {
        margin-bottom: 25px;
    }

    /* .pt-30 {
         padding-top: 0px !important;
     }*/
    .search-course-section {
        padding: 15px 0px 15px 0px !important;
    }

    .icon-bar {
        display: none;
    }

    .home-banner-area {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .single-detials {
        display: flex;
        margin-bottom: 0;
        min-height: auto;
        justify-content: center;
    }

    .search-course-area .details-content .single-detials span {
        font-size: 30px;
        margin-top: 0;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .search-course-area .details-content .single-detials h6 {
        width: 100%;
        max-width: 100%;
        text-align: left;
        margin: auto 0;
        padding-left: 15px;
        font-size: 16px;
    }

    .searchbox-search {
        border: 2px solid #fa9007 !important;
        width: 100%;
    }

    #thankYou .card.thank-you {
        display: block !important;
    }

    .course-table table tr td:nth-child(1) {
        min-width: 65px !important;
    }

    .nav-tabs .nav-link,
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        padding: 8px 8px !important;
    }

    /*#myTabContent .counter-icon {
        display: none;
    }*/
    .conformation-text {
        text-align: center !important;
    }

    .panel-default > .panel-footer {
        opacity: 1 !important;
    }

    .counter-section span.counter {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .counter-title {
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    .counter-section {
        padding-bottom: 25px;
    }

    /* set highlights cols in row */
    .counter-sec {
        padding: 70px 10px !important;
    }

    .counter-sec .container {
        max-width: 100%;
    }

    /* set hilights cols in row ends */
    .copy-right-menu {
        padding: 30px 0px 10px 0px !important;
    }

    #myTabContent .mob-no-padding {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .searchbox-container {
        margin-right: 0px !important;
        margin-top: 40px !important;
        width: 95% !important;
        margin-left: auto;
        margin-right: auto !important;
    }

    #search-course-section {
        margin-top: 40px !important;
    }

    .upcoming-event-area {
        margin-top: 40px;
    }

    .copy-right-menu {
        font-size: 14px;
    }

    #enrollMe .card, .card-bg-set {
        padding: 18px !important;
    }

    #megaMenu .menu-details {
        width: 96% !important;
        left: 2% !important;
        margin-top: 105px;
    }

    .cart-btn{
        display: none;
    }

    .cart-delete {
        display: block !important;
    }

    .cart-search {
        right: 15px !important;
    }

    .futr-HR {
        margin-top: -20px;
        margin-bottom: 20px !important;
    }

    /*#myTabContent .panel-default .row:first-child{
        display: inline;
    }*/
    #search-megaMenu ul.nav-tabs li:first-child a {
        border-top-left-radius: 10px;
    }

    .bg-white {
        margin: 0px 15px;
    }

    .event-counter {
        position: unset !important;
        padding-top: 25px;
    }

    #teacherDetail .card {
        margin-bottom: 25px;
    }

    .instructor-badge {
        height: auto !important;
    }

    .middle-badge {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .owl-carousel.owl-loading {
        opacity: 1;
    }

    .cart-search li {
        color: #fff;
    }

    .certificate-img {
        /*padding: 0px;*/
        height: 450px;
        text-align: center
    }

    .search-course-area .details-content {
        margin-top: 110px !important;
    }

    .search-course-area .course-content {
        margin-top: 30px !important;
    }

    /*.breadcrumb-section {
        margin-top: 60px;
    }*/
    .about-page-section {
        padding: 50px 0;
    }

    .teacher-img-mob {
        display: none;
    }

    .teacher-img-web {
        display: block !important;
    }

    .teacher-header h1 {
        text-align: center;
        font-size: 28px;
    }

    .container1 .overlay-event {
        height: 100% !important;
    }

    .course-event-img {
        text-align: center;
    }

    .teacher-list-mob {
        display: block !important;
    }

    .teacher-list {
        display: none;
    }

    .card .card-body {
        text-align: justify;
    }

    #courseOverview .card-body,
    #enrollMe .card-body,
    #courseDetails .card-body {
        padding: 0px;
    }

    .d-none-mob {
        display: none;
    }

    .accordion > dt > a {
        padding-right: 40px;
    }

    .accordion > dd {
        text-align: justify;
    }

    .breadcrumb-section .page-breadcrumb-content {
        top: 73%;
    }

    .mobile-email-header ul li:first-child {
        font-size: 11px;
    }

    .mobile-email-header {
        display: block !important;
    }

    .cart-search li button {
        color: #fff !important;
    }

    .course-event-img img {
        height: auto !important;
    }

    .overlay-event p {
        padding: 5px 25px;
    }

    #search-course-section .owl-stage .owl-item {
        margin-right: 20px !important;
        margin-left: 0px !important;
    }

    .corporate-training-sec .nav-tabs .nav-link {
        border: none;
    }

    .course-name {
        margin-top: 60px !important;
    }

    .share-btn-set{
        text-align: center;
        display: block !important;
    }
    .blog-details-content .post-content-details .blog-detail-thumbnile img {
        height: auto !important;
    }
    .blog-details-section {
        padding: 40px 0;
    }
    .short-filter-tab
    {
        display: none;
    }
    .blog-item-post {
        padding: 50px 0px 0px 0px;
    }
    .display-sm {
        display: flow-root;
    }
}

@media screen and (max-width: 1024px) {
    /* Scrollbar for search menu starts */
    #scDescription ::-webkit-scrollbar {
        width: 5px;
    }
    .nav-tabs .nav-link,
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        padding: 8px 75px !important;
    }
    #scDescription ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    #scDescription ::-webkit-scrollbar-thumb {
        background: #f7631b;
        border-radius: 10px;
        height: 10px;
    }

    #scDescription ::-webkit-scrollbar-thumb:hover {
        background: #f7631b;
    }

    .header-top .ul-li ul li:last-child, .header-top ul li {
        margin-left: 5px !important;
    }

    .header-top .header-top-left a, .header-top .header-top-right a, .header-top .btn {
        font-size: 15px !important;
    }

    .header-top .header-top-left {
        padding-left: 5px;
        padding-right: 0px;
    }

    .header-top li i {
        font-size: 13px;
    }

    /*.searchbox-container{
        margin-right: 10px !important;
    }*/
    /* Scrollbar for search menu ends */
    #footer-area .copy-right-menu .col-md-6:first-child {
        order: 2;
    }

    #footer-area .copy-right-menu {
        text-align: center;
    }

    .footer-content hr {
        display: none;
    }

    .single-detials a h4 {
        margin-bottom: 0px !important;
    }

    .img-teacher {
        width: auto !important;
    }
    .copy-right-menu-item ul li:first-child {
        margin-left: 0px;
    }
    .copy-right-menu-item {
        text-align: center !important;
    }
    /* event image starts */
    .my-alert {
        top: 13% !important;
    }
    .event-img .category-card .card-header img,
    .event-img #eventCard .card-header,
    .event-img #eventCard.category-card{
        height: auto !important;
    }
    /* event image ends */
    /*.searchbox-container {
        margin-right: auto !important;
    }*/
    .search-course-area .search-course-right .form-wrap {
        padding: 0 20px;
    }
    .blog-post-img-content .blog-img-date .blog-thumnile {
        width: 100%;
    }
}

@media screen and (max-width: 414px) {
    /*.section-title .subtitle:after{
    right: 0% !important;
  }
  .section-title .subtitle:before{
    left: 0% !important;
  }*/
    .heading-box {
        height: auto !important;
    }
}

@media screen and (max-width: 360px) {
    /* #megaMenu .menu-details{
    left: -242px !important;
  }*/
    #search-megaMenu ul li {
        width: 24%;
        margin-right: 2px;
    }

    #enrollMe .card, .card-bg-set {
        padding: 25px 0px;
    }

    #megaMenu .menu-details {
        left: -198px !important;
        width: 300px !important;
    }
    .corporate-training-sec .nav-tabs .nav-link {
        font-size: 10px !important;
    }
    /*.section-title .subtitle:after{
    right: 0%;
  }
  .section-title .subtitle:before{
    left: 0%;
  }*/
}

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

/*course  section*/

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

.course-page-section {
    padding: 80px 0px 0px;
}

.course-page-section .short-filter-tab {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.course-page-section .course-list-view {
    overflow-x: auto;
    padding: 5px;
}

.course-page-section .shorting-filter select {
    margin-right: 10px;
    padding: 10px 15px;
}

.course-page-section table {
    width: 100%;
    border: 1px solid #dee2e6;;
}

.course-page-section td,
.course-page-section th {
    text-align: center;
    padding: 10px 15px;

}

.course-page-section th {
    font-size: 12px;
    font-weight: 700;
    color: #f7f7f7;
    border-bottom: 3px solid #01a6fd;
}

.course-page-section tr {
    border-bottom: 1px solid #eee;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    padding: 15px;
}

.course-page-section tr:hover {
    -webkit-box-shadow: 0px 2px 20px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.1);
}

.course-page-section .list-head {
    padding: 0;
}

.course-page-section .list-head:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.course-page-section .course-list-img {
    height: 70px;
    width: 70px;
    float: left;
    margin-right: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #777777;
}

.course-page-section .course-list-text {
    width: 200px;
    display: inline-block;
}

.course-page-section .course-list-text h3 {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}

.course-page-section .course-type-list span {
    background-color: #17d0cf;
    color: #fff;
    padding: 12px 20px;
    border-radius: 4px;
}

.course-page-section .course-meta .course-rate li {
    color: #bbbbbb;
}

.course-details-section {
    padding: 80px 0px 0px;
}

.course-single-text .course-title {
    padding-bottom: 20px;
}

.course-single-text .course-title b {
    font-weight: 700;
}

.course-single-text .course-title h3 {
    font-size: 35px;
    font-weight: 300;
}

.course-single-text .course-details-content img {
    margin: 10px;
}

.course-single-text p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #333333;
}

.course-details-category span {
    font-weight: 300;
    font-size: 28px;
    float: left;
    margin-right: 15px;
}

.course-details-category span b {
    font-weight: 700;
}

.course-details-category li {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    background-color: #f7f7f7;
    padding: 7px 15px;
    border-radius: 4px;
    margin-top: 5px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.course-details-category li:hover {
    color: #fff;
}

.course-details-category li.active {
    background: #e6e6e6;
}

.course-details-item {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.affiliate-market-guide .section-title-2 h2:after,
.course-review .section-title-2 h2:after {
    display: none;
}

.affiliate-market-accordion .panel-group .panel {
    max-width: inherit;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    border-top: none;
}

.affiliate-market-accordion .panel-group .panel-body {
    padding: 10px 50px 25px 80px;
    line-height: 1.8;
}

.affiliate-market-accordion .panel-group .btn-link.collapsed,
.affiliate-market-accordion .panel-group .panel-title .btn-link,
.affiliate-market-accordion .panel-group .panel-body {
    color: #333;
}

.affiliate-market-accordion .panel-group .panel-title h3:before {
    display: none;
}

.affiliate-market-accordion .panel-group .panel-body:before {
    display: none;
}

.affiliate-market-accordion .panel-title .ac-head {
    font-size: 20px;
    font-size: 500;
    position: relative;
}

.affiliate-market-accordion .panel-title .ac-head span {
    font-size: 50px;
    font-weight: 500;
    float: left;
    line-height: 1;
    margin-right: 20px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.affiliate-market-accordion .panel-group .btn-link.collapsed span {
    color: #eeeeee !important;
}

.affiliate-market-accordion .panel-group .panel-title .btn-link span {
    color: #17d0cf;
}

.affiliate-market-accordion .leanth-course {
    position: absolute;
    right: 60px;
    top: 20px;
}

.affiliate-market-accordion .leanth-course span {
    background-color: #f7f7f7;
    padding: 12px 20px;
    font-size: 12px !important;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    color: #ccc !important;
}

.affiliate-market-accordion .leanth-course span.completed {
    color: white !important;
}

.affiliate-market-accordion .panel-group .btn-link.collapsed:after {
    color: #d9d9d9;
}

.course-by {
    font-weight: 700;
    font-size: 12px;
    position: absolute;
    bottom: 15px;
    left: 80px;
}

.course-by b {
    color: #17d0cf;
    font-size: 12px !important;
}

.affiliate-market-accordion .panel-group .panel:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top: 1px solid #e5e5e5;
}

.affiliate-market-accordion .panel-group .panel:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.course-review {
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.avrg-rating .avrg-rate {
    font-size: 50px;
    font-weight: 700;
    display: block;
    color: #17d0cf;
    margin: 10px 0px;
}

.avrg-rating li {
    color: #ffc926;
}

.avrg-rating .start-bar {
    width: 100px;
    height: 8px;
    display: inline-block;
    margin: 0px 10px;
    background-color: #eeeeee;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.avrg-rating .rating-overview {
    margin-top: 5px;
}

.avrg-rating .rating-overview:hover .start-bar {
    background-color: #17d0cf;
}

.review-option {
    display: inline-block;
    width: 100%;
}

.rating {
    display: inline-block;
    position: relative;
    font-size: 20px;
    float: right;
    margin-left: 10px;
}

.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating label span {
    margin: 0px 2px;
    color: #eee;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input,
.rating label .register-form-area select,
.register-form-area .rating label select,
.rating label .register-form-area textarea,
.register-form-area .rating label textarea {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label .icon {
    float: left;
    color: transparent;
}

.rating label:last-child .icon {
    color: #000;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:not(:hover) label .register-form-area select:checked ~ .icon,
.register-form-area .rating:not(:hover) label select:checked ~ .icon,
.rating:not(:hover) label .register-form-area textarea:checked ~ .icon,
.register-form-area .rating:not(:hover) label textarea:checked ~ .icon,
.rating:hover label:hover input ~ .icon,
.rating:hover label:hover .register-form-area select ~ .icon,
.register-form-area .rating:hover label:hover select ~ .icon,
.rating:hover label:hover .register-form-area textarea ~ .icon,
.register-form-area .rating:hover label:hover textarea ~ .icon {
    color: #ffc926;
}

.rating label input:focus:not(:checked) ~ .icon:last-child,
.rating label .register-form-area select:focus:not(:checked) ~ .icon:last-child,
.register-form-area .rating label select:focus:not(:checked) ~ .icon:last-child,
.rating label .register-form-area textarea:focus:not(:checked) ~ .icon:last-child,
.register-form-area .rating label textarea:focus:not(:checked) ~ .icon:last-child {
    color: #000;
    text-shadow: 0 0 5px #ffc926;
}

.course-side-bar-widget h3 {
    font-size: 30px;
    font-weight: 300;
    color: #333;
    margin-bottom: 20px;
}

.course-side-bar-widget h3 span {
    font-weight: 700;
    color: #17d0cf;
}

.like-course {
    height: 50px;
    width: 50px;
    background-color: #eeeeee;
    color: #cccccc;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    margin-left: 5px;
}

.course-side-bar-widget .genius-btn {
    line-height: 50px;
    padding: 0px 15px;
}

.student-number {
    float: right;
    color: #17d0cf;
    font-size: 14px;
}

.enrolled-student {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.enrolled-student li {
    color: #ffc926;
}

.couse-feature {
    margin-top: 15px;
}

.couse-feature li {
    font-size: 17px;
    font-weight: 500;
    color: #c4c4c4;
    position: relative;
    padding: 5px 0px;
    border: 1px solid #eeeeee;
    border-left: none;
    border-right: none;
}

.couse-feature li:after {
    top: 5px;
    left: 110px;
    content: ':';
    position: absolute;
}

.couse-feature span {
    position: relative;
    float: right;
    color: #333333;
}

.listing-filter-form label {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    display: block;
}

.listing-filter-form input,
.listing-filter-form .register-form-area select,
.register-form-area .listing-filter-form select,
.listing-filter-form .register-form-area textarea,
.register-form-area .listing-filter-form textarea,
.listing-filter-form select {
    height: 50px;
    border: none;
    padding: 15px;
    width: 100%;
    background-color: #f7f7f7;
}

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

/*Checkout  section*/

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

.checkout-section {
    padding: 80px 0px 0px;
}

.checkout-content .course-page-section {
    padding: 0;
}

.order-item .section-title-2 h2,
.order-payment .section-title-2 h2 {
    font-size: 28px;
}

.order-item .section-title-2 h2:after,
.order-payment .section-title-2 h2:after {
    display: none;
}

.check-dlt {
    position: absolute;
    top: 10px;
    right: 10px;
}

.check-dlt i {
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.order-item .section-title-2 h2 {
    font-size: 28px;
}

.order-item .section-title-2 h2:after {
    display: none;
}

.order-item tr:hover .check-dlt i {
    color: #e61d1d;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #f0f0f0;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    background-color: #f7f7f7;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    right: 0;
    display: inline-block;
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: calc(50% + 1px);
    left: 0;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.checkbox label .register-form-area select[type="checkbox"],
.register-form-area .checkbox label select[type="checkbox"],
.checkbox label .register-form-area textarea[type="checkbox"],
.register-form-area .checkbox label textarea[type="checkbox"],
.radio label input[type="radio"],
.radio label .register-form-area select[type="radio"],
.register-form-area .radio label select[type="radio"],
.radio label .register-form-area textarea[type="radio"],
.register-form-area .radio label textarea[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.checkbox label .register-form-area select[type="checkbox"] + .cr > .cr-icon,
.register-form-area .checkbox label select[type="checkbox"] + .cr > .cr-icon,
.checkbox label .register-form-area textarea[type="checkbox"] + .cr > .cr-icon,
.register-form-area .checkbox label textarea[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon,
.radio label .register-form-area select[type="radio"] + .cr > .cr-icon,
.register-form-area .radio label select[type="radio"] + .cr > .cr-icon,
.radio label .register-form-area textarea[type="radio"] + .cr > .cr-icon,
.register-form-area .radio label textarea[type="radio"] + .cr > .cr-icon {
    -webkit-transform: scale(3) rotateZ(-20deg);
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.checkbox label .register-form-area select[type="checkbox"]:checked + .cr > .cr-icon,
.register-form-area .checkbox label select[type="checkbox"]:checked + .cr > .cr-icon,
.checkbox label .register-form-area textarea[type="checkbox"]:checked + .cr > .cr-icon,
.register-form-area .checkbox label textarea[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon,
.radio label .register-form-area select[type="radio"]:checked + .cr > .cr-icon,
.register-form-area .radio label select[type="radio"]:checked + .cr > .cr-icon,
.radio label .register-form-area textarea[type="radio"]:checked + .cr > .cr-icon,
.register-form-area .radio label textarea[type="radio"]:checked + .cr > .cr-icon {
    -webkit-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.checkbox label .register-form-area select[type="checkbox"]:disabled + .cr,
.register-form-area .checkbox label select[type="checkbox"]:disabled + .cr,
.checkbox label .register-form-area textarea[type="checkbox"]:disabled + .cr,
.register-form-area .checkbox label textarea[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr,
.radio label .register-form-area select[type="radio"]:disabled + .cr,
.register-form-area .radio label select[type="radio"]:disabled + .cr,
.radio label .register-form-area textarea[type="radio"]:disabled + .cr,
.register-form-area .radio label textarea[type="radio"]:disabled + .cr {
    opacity: .5;
}

.checkbox label {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
}

.checkbox label .sub-text {
    font-weight: 400;
    font-size: 15px;
    padding-left: 35px;
    display: block;
}

.checkbox label .sub-text b {
    color: #17d0cf;
}

.save-credit {
    width: 80%;
    float: right;
    margin-top: 10px;
}

.payment-method {
    margin-top: 30px;
    padding: 35px;
    display: inline-block;
    margin-bottom: 45px;
    -webkit-box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.1);
}

.payment-method-header {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 15px;
    display: inline-block;
    border-bottom: 1px solid #eee;
}

.payment-info {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.payment-info label {
    width: 20%;
    float: left;
    color: #999999;
    margin-top: 15px;
    font-weight: 500;
}

.payment-info input,
.payment-info .register-form-area select,
.register-form-area .payment-info select,
.payment-info .register-form-area textarea,
.register-form-area .payment-info textarea {
    width: 80%;
    height: 50px;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.payment-info input ::-webkit-input-placeholder,
.payment-info .register-form-area select ::-webkit-input-placeholder,
.register-form-area .payment-info select ::-webkit-input-placeholder,
.payment-info .register-form-area textarea ::-webkit-input-placeholder,
.register-form-area .payment-info textarea ::-webkit-input-placeholder {
    color: #999999;
    font-weight: 500;
}

.input-2 input,
.input-2 .register-form-area select,
.register-form-area .input-2 select,
.input-2 .register-form-area textarea,
.register-form-area .input-2 textarea {
    width: 25%;
    float: left;
    margin-right: 10px;
}

.terms-text {
    border-bottom: 1px solid #eee;
}

.terms-text b {
    color: #17d0cf;
}

.sub-total-title {
    font-size: 12px;
    font-weight: 700;
    color: #333333;
}

.purchase-list {
    background-color: #f7f7f7;
    padding: 40px 25px 30px 25px;
}

.purchase-list ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.purchase-list ul li span {
    float: right;
    color: #333333;
    font-weight: 700;
}

.purchase-list ul li:last-child {
    border-bottom: 5px solid #e5e5e5;
}

.purchase-list .in-total {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}

.purchase-list .in-total span {
    color: #080808;
    float: right;
}

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

/*Contact  section*/

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

/*---------------------------------------------------- */
/*Start Course Page Accordion*/
/*----------------------------------------------------*/
.course-page-menu {
    position: sticky;
    top: 119px;
    z-index: 180;
    background-color: rgb(49 67 132);
}

.course-details-accordion {
    margin: 50px 0;
}

.course-details-accordion .form-control::placeholder {
    font-size: 0.9rem;
    font-weight: 500;
}

.course-details-accordion > .card {
    margin-bottom: 1rem;
    position: relative;
}

.course-details-accordion > .card .card-header {
    background-color: #ffe3c1;
    border-bottom: 0;
    padding-left: 2rem;
    position: relative;
}

.course-details-accordion > .card .card-header .btn {
    padding: 0;
    /*position: relative;*/
    display: block;
    color: #ef7f1a;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}

.course-details-accordion > .card .card-header .btn .accordion-count {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    background-color: #fa9006;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    position: absolute;
    top: 12px;
    left: -20px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.course-details-accordion > .card .card-header .btn .accordion-count span,
.course-details-accordion > .card .card-header .btn .accordion-count i {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    transition: 0.3s;
}

.course-details-accordion > .card .card-header .btn .accordion-count span {
    left: -100%;
}

.course-details-accordion > .card .card-header .btn.collapsed .accordion-count span {
    left: 0;
}

.course-details-accordion > .card .card-header .btn .accordion-count i {
    right: 0;
    font-size: 20px;
}

.course-details-accordion > .card .card-header .btn.collapsed .accordion-count i {
    right: -100%;
}

.course-table .course-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 0;
    /*border: 1px solid #dfdfdf;*/
}

.course-table .couse-name {
    color: #000;
    font-size: 1.25rem;
}

.course-table table th,
.course-table table td {
    border-top: 0;
    font-size: 15px;
}

.course-table table tr td {
    width: 100%;
    padding-top: 0;
}

.course-table table tr td:nth-child(1) {
    min-width: 100px;
    width: auto;
    padding-left: 0;
}

.course-table table tr:last-child td {
    padding-bottom: 0;
}

.course-table .price {
    text-align: right;
    color: #000;
}

.total-row > .col-12 {

}

.coupon-form {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    margin-top: 1rem;
    border-top: 1px solid #eaeaea;
    padding-top: 1rem;
    margin-bottom: 1rem;
}

.total-row {
    text-align: right;
}

.coupon-form .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.coupon-form .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.total-list .label {
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

.total-list .label span {
    color: #000;
}

.total-list .label.last {
    font-size: 1.2rem;
    font-weight: 500;
}

.procced-btn-view {
    margin-top: 1rem;
}

.procced-btn-view .btn {
    text-transform: uppercase;
    letter-spacing: .05rem;
}

/**/
.payment-section {
}

.payment-section .nav .nav-link {
    background-color: transparent;
    color: #000;
    border-radius: 0;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    position: relative;
    text-align: left;
    padding-left: .5rem;
    width: 100%;
}

.payment-section .nav .nav-link.active {
    color: #ef7f1a;
    border-bottom-color: #ffd7b2;
}

.payment-section .nav .nav-link:last-child {
    border-bottom: 0;
}

.payment-section .nav .nav-link:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    /*color: #000;*/
    position: absolute;
    right: 1rem;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
}

.payment-section .nav .nav-link.active:after {
    right: 0.5rem;
    -webkit-opacity: 1;
    opacity: 1;
}

.payment-accordion .card {
    /*border: 0;*/
    /*border-radius: 0;*/
}

.payment-accordion .card-header {
    background-color: transparent !important;
    border-bottom: 0 !important;
    position: relative;
    padding: 0 !important;
    border-radius: 0 !important;
}

.payment-accordion .card-header .btn {
    background-color: transparent;
    color: #000 !important;
    border-radius: 0;
    font-weight: 600 !important;
    /*border-bottom: 1px solid #ddd;*/
    position: relative;
    padding: .3em .5rem !important;
    width: 100%;
    text-align: left;
    font-size: 16px !important;
}

.payment-accordion .card-header .btn[aria-expanded="true"] {
    color: #ef7f1a !important;
    /*border-bottom-color: #ffd7b2 !important;*/
}

.payment-section .tab-content h5 {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.month-select-group {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem .75rem;
    font-size: 1rem;
    /*line-height: 1.5;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
}

.month-select-group select {
    border: 0;
    font-size: 0.9rem;
    font-weight: 500;
}

.month-select-group .label {
    font-size: .9rem;
    font-weight: 500;
    position: relative;
}

/*.month-select-group .label:after {
  content: '|';
  position: absolute;
  right: -100%;
  color: #efe7e7;
  top: -1px;
}*/
.month-select-group #monthSelect {
    margin-left: auto;
    margin-right: .5rem;
    border-left: 1px solid #efe7e7;
    padding-left: 10px;
}

.make-payment-sec h3 {
    color: #000;
    font-size: 1.5rem;
    margin-top: 1.5rem;
}

.make-payment-sec .btn {
    text-transform: uppercase;
    letter-spacing: .02rem;
}

.make-payment-sec small {
    display: block;
    margin-top: 0.6rem;
}

.make-payment-sec small a {
    /* color: #007bff; */
    text-decoration: underline;
}

/**/
.bank-payment-form .form-check {
    border: 1px solid #ced4da;
    padding: .375rem .75rem;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    background-color: #FFF;
    cursor: pointer;
    justify-content: space-between;
    margin-bottom: 30px;
}

.bank-payment-form .form-check-input {
    width: 20px;
    height: 20px;
    left: 1rem;
    position: relative;
}

.bank-payment-form .bank-img {
    width: 130px;
    height: 50px;
    object-fit: contain;
    margin-left: auto;
}

/*---------------------------------------------------- */
/*End Course Page Accordion*/
/*----------------------------------------------------*/
.footer-area-section {
    padding: 50px 0px;
    background-color: #04091e;
    /*padding-bottom: 50px;*/
}

.footer-about-text h4 {
    color: #FFF;
    /* color: #fa9006; */
    font-size: 18px;
    font-weight: 700;
}

.footer-about-text p {
    font-size: 16px;
    margin-bottom: 25px;
    color: #AAAAAA !important;
}

.footer-menu {
    float: left;
    margin-left: 70px;
}

.footer-menu li {
    margin-bottom: 10px;
    /*color: #fffefe;*/
    color: #AAAAAA;
    font-size: 17px;
}

.footer-menu li i {
    margin-right: 10px;
    color: #AAAAAA;
}

.footer-menu li:hover {
    color: #FFF;
}

.footer-menu li:hover i {
    color: #e67112;
}

.footer-widget .photo-list li {
    position: relative;
    margin-bottom: 3px;
}

.footer-widget .photo-list li .pop-up-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    opacity: 0;
}

.footer-widget .photo-list li .pop-up-icon i {
    color: #fff;
}

.footer-widget .photo-list li:hover .blakish-overlay {
    opacity: 1;
    visibility: visible;
}

.footer-widget .photo-list li:hover .pop-up-icon {
    opacity: 1;
}

.footer-social li,
.subscribe-form li {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    line-height: 28px;
    margin-right: 8px;
    border: 2px solid #fa9006;
    color: #fa9006;
    text-align: center;
}

/*.footer-social li:hover, .subscribe-form li:hover {
    border: 2px solid #314384;
}*/

.footer-social .widget-title,
.subscribe-form .widget-title {
    margin-bottom: 40px;
}

.footer-social .widget-title:after,
.subscribe-form .widget-title:after {
    bottom: -10px;
}

.subscribe-form {
    margin-left: 70px;
}

.note-txt {
    color: #AAA;
}

.futr-HR {
    border-color: #ddd6d6;
    margin-bottom: 3rem;
}

.copy-right-menu {
    padding: 30px 0px;
    border-top: 1px solid #ddd6d6;
}

.copy-right-menu p {
    margin: 0;
    color: #AAA;
}

.footer_2_subs {
    max-width: 735px;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 60px;
}

.footer_2_subs p {
    color: #fff;
    margin-bottom: 45px;
}

.footer_2 .copy-right-text {
    color: #fff;
}

.footer_2 .copy-right-menu-item li {
    color: #fff;
    margin-left: 20px;
}

.footer_2 .footer-social li {
    color: #fff;
}

/*---------------------------------------------------- */
.search-course-desc {
    max-height: 100px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}

#courseMore {
    -webkit-mask-image: linear-gradient(#fff, #fff, rgba(255, 255, 255, 0));
}

.search-more {
    -webkit-mask-image: none !important;
}

.search-course-desc p {
    margin-bottom: 3px;
}

.read-more-link {
    position: relative;
    display: inline-block;
    color: #FFF;
    padding: 0;
}

.read-more-link[aria-expanded="false"]:before {
    content: "More";
}

.read-more-link[aria-expanded="true"]:after {
    content: "Less";
}

.logged-in-as {
    margin: 0;
    border-radius: 0;
}

.profile-picture {
    max-height: 90px;
}

.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
}

#slider-item .owl-nav .owl-prev,
#slider-item .owl-nav .owl-next,
#slider-item .owl-nav .owl-next,
#slider-item .owl-nav .owl-next {
    background-color: #6b6b6b;
    color: #dddddd;
}

.header-info li:last-child:after {
    display: none;
}

#search-course .search-group input {
    width: 60%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#search-course .search-group select {
    width: 20%;
    height: 60px !important;
    background-color: #f9f9f9;
    border: none;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 15px;
    color: inherit;
    background-position: 90% 50%;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12"  version="1"><path  d="M4 8L0 4h8z"/></svg>');
    padding: .5em;
    padding-right: 1.5em
}

#search-course .search-group select:focus {
    background-color: #f9f9f9;

}

#search-course .nws-button {
    width: 20%;
}

@media screen and (max-width: 768px) {
    #search-course .search-group select {
        width: 35%;
        font-size: 12px;
        height: 40px !important;
    }
    .copy-right-text{
        display: block !important;
    }
    /* mobile header starts */
    .mobile-email-header {
        display: block !important;
    }
    #header{
        background-color: #04091e;
        height: 90px;
    }
    #header.header-scrolled {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    .navbar-header {
        top: 18px !important;
    }
    .cart-search {
        top: 30px !important;
        right: 15px !important;
    }
    /* mobile header ends */
    training-sec .nav-tabs .nav-link.active {
        border-width: 0 0 2px 0 !important;
    }
    #search-course .search-group input {
        width: 65%;
    }

    #search-course .nws-button {
        width: 50%;
        margin: auto;
    }

    #search-course .nws-button button {
        height: 100%;
    }
    .cart-search li:hover {
        border: none !important;
    }

    .course-page-menu .navbar-nav:nth-child(1) .nav-item, .inner-fixed-menu-right .nav-item .nav-link {
        font-size: 14px;
    }

    .inner-fixed-menu-right {
        font-size: 14px;
        flex-direction: row;
        display: flex !important;
    }
    .feature-area {
        display: none;
    }
    .nav-tabs .nav-link, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        padding: 10px 40px !important;
    }
    .counter-title {
        font-size: 18px !important;
    }
    .trainer-box {
        height: auto !important;
    }
    #navbar.sticky {
        top: 90px;
    }
    #navbar.sticky .navbar-nav {
        justify-content: center;
    }
    #megaMenu .menu-details {
        left: 2% !important;
    }
}

.trend-badge-3 {
    top: -23px;
    left: -42px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    padding: 30px 35px 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #2bda30;
    z-index: 3;
}

.trend-badge-3 i {
    display: block;
}

/* Search-menu css starts */
.search-control {
    border: none;
}

.searchbox-search {
    border: 1px solid #04091e;
    background-color: #fff;
    padding: 7px;
    margin-top: 4px;
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    display: flex;
}

#header.header-scrolled .searchbox-search i {
    color: #04091e;
}

#megaMenu .tab-content-megamenu {
    padding-left: 0px;
}

#megaMenu .head-txt-blue {
    color: #03386f;
    font-size: 12px;
    font-weight: bold;
}

/*.head-logo-img-web{
    border-radius: 50%;
    float: right;
    background-color: #fff;
    padding: 10px 5px;
    box-shadow: 3px 2px #d8d5d5;
}*/
#megaMenu .head-logo-img {
    border-radius: 50%;
    float: right;
    width: 85%;
    background-color: #fff;
    padding: 10px 10px;
    box-shadow: 0px 0px 8px 2px #d8d5d5;
}

.menu-innerItem {
    border-radius: 10px;
}

#megaMenu .txt-10 {
    font-size: 11px;
    padding: 4px 0px;
    color: #999;
}

#megaMenu .checked {
    color: orange;
}

#megaMenu .pd-10 {
    padding: 10px;
}

#megaMenu .menu-details {
    width: 90%;
    left: -24%;
    border-radius: 10px;
}

.menu-details {
    width: auto;
    margin-top: 55px;
    background: #fff;
    position: absolute;
    left: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: 6px 6px 16px rgb(0 0 0 / 16%);
    box-shadow: 6px 6px 16px rgb(0 0 0 / 16%);
    z-index: 512;
}

.font-15 {
    font-size: 15px;
    color: #000;
}

/* on hover effect */
/*#megaMenu .menu-innerItem .nav-link.active, .menu-innerItem .nav-link {
    width: 50%;
}*/
.menu-innerItem:before {
    content: '';
    position: absolute;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 50%;
    top: -11px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#search-megaMenu .nav a {
    margin-right: 0px !important;
}

#search-megaMenu ul li a {
    background-color: #fff;
    color: #04091e;
    font-size: 13px;
    font-weight: 500;
}

#search-megaMenu .nav-tabs {
    border-bottom: none;
}

#search-megaMenu ul.nav-tabs li a.show {
    /*border-bottom: 2px solid #000;*/
    color: #fa9007;
    border-bottom: 2px solid #fa9007;
}

#search-megaMenu ul.nav-tabs li a {
    border-bottom: 2px solid #ccc;
    padding: 13px 10px;
    font-weight: 800;
    border-width: 0 0 2px 0;
}

#search-megaMenu ul li {
    border: none;
    padding: 0;
    display: block;
    margin: 0;
}

#search-megaMenu .tab-content {
    text-align: left;
    height: auto;
    overflow-x: auto;
    max-height: 300px;
}

.icon-bg {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    border-radius: 100%;
    box-shadow: 0px 1px 16px rgb(0 0 0 / 20%);
}
.icon-bg img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
}
.mob-search {
    display: none;
}
.search-result {
    height: 98px;
}
.searchbox-container {
    /*margin-right: 10%;*/
    margin-right: auto;
    width: 35%;
}

.searchbox-container .search-control {
    width: 93%;
    color: #04091e;
}

.searchbox-container .search-control::placeholder {
    color: #04091e;
    font-weight: 600;
}

/* Scrollbar for search menu starts */
/*#search-megaMenu ::-webkit-scrollbar {
  width: 5px;
}
#search-megaMenu ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
#search-megaMenu ::-webkit-scrollbar-thumb {
  background: #fa9006;
  border-radius: 10px;
  height: 10px;
}
#search-megaMenu ::-webkit-scrollbar-thumb:hover {
  background: #fa9006;
}
.cart-search ul li:first-child{display: none;margin-right: 10px;}*/
/* Scrollbar for search menu ends */
/* Search-menu css ends */
#header .header-top-left .ul-li ul li a:hover,
#header .header-top-right .ul-li ul li a:hover {
    color: #fa9006;
}

.owl-carousel .owl-item .heading-box {
    height: 200px;
    overflow: hidden;
}

.header-top .btn:hover {
    background-color: #314384;
}

.download-btn {
    font-weight: 600;
    color: #314384 !important;
    border: 2px solid #314384;
    border-radius: 8px;
}

.download-btn:hover {
    color: #fa9006 !important;
    border: 2px solid #fa9006;
}

.tabcontent-main h4 {
    color: #000;
    font-size: 16px;
}

.search-course-left {
    margin-top: 10%;
}

.title h4 {
    margin-bottom: 0px;
}

.accordion > dt > a.active {
    color: #fff;
    border-color: #ddd;
    background: #f7631b;
    cursor: default;
}

.accordion > dt > a.active:after, .accordion > dt > a.active:hover:after {
    color: #fff;
}

#enrollMe ul {
    display: flex;
}

#enrollMe ul li {
    padding: 0px 28px;
}

#enrollMe .card, .card-bg-set {
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    border: solid 1px #d2d6de;
    background-color: #fff;
    /*padding: 25px;*/
    margin-top: 16px;
}

/*.card-bg-set {
    padding: 5px 0px;
    margin-top: 10px;
}*/

#enrollMe .card-title {
    text-align: center;
    padding-bottom: 15px;
    font-weight: 600;
}

#enrollMe .card .card-body ul li span, #enrollMe .card .card-body td span {
    font-size: 12px;
    font-weight: bold;
}

.card .set-icon ul li:before {
    content: '\f35a';
    font-family: "Font Awesome 5 Free";
    color: #f7631b;
    font-size: 20px;
    /*background-color: #f7631b;*/
    border-radius: 50%;
    /*margin-right: 5px;*/
    display: block;
    position: absolute;
    left: 0;
    top: -4px;
}

.card .set-icon ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}

.whats-app {
    box-shadow: none !important;
}

.pt-30 {
    padding-top: 30px;
}

.course-mission-area {
    padding-bottom: 30px;
}

.section-gap {
    padding: 40px 0px 5px 0px;
}

.inner-fixed-menu-right .nav-link {
    font-size: 18px;
}

.header-top .header-top-left a,
.header-top .header-top-right a,
.header-top .btn {
    font-size: 16px;
    /*color: #fff;*/
}

.pre-scrollable {
    overflow-y: auto;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fa9006;
    background-color: #fff;
    font-weight: 600;
    padding: 8px 100px;
    border: 2px solid #fa9006;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.nav-tabs .nav-link {
    color: rgba(74, 74, 74, 1);
    border: 2px solid rgba(239, 242, 245, 1);
    font-weight: 500;
    background-color: rgba(239, 242, 245, 1);
    padding: 8px 100px;
    border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important;
}

.nav-tabs .nav-link:hover {
    color: #000;
    font-weight: 500;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:hover {
    color: #fa9006;
}

.counter-icon {
    top: 0px !important;
}

/*.panel-default i{
  font-size: 3em !important;
}*/
/* Scrollbar for search menu starts */
#search-megaMenu ::-webkit-scrollbar, #scDescription ::-webkit-scrollbar {
    width: 5px;
}

#search-megaMenu ::-webkit-scrollbar-track, #scDescription ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

#search-megaMenu ::-webkit-scrollbar-thumb, #scDescription ::-webkit-scrollbar-thumb {
    /*background: #fa9006;*/
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    height: 10px;
}

#search-megaMenu ::-webkit-scrollbar-thumb:hover, #scDescription ::-webkit-scrollbar-thumb:hover {
    background: #fa9006;
}

/*.cart-search ul li:first-child {
    display: none;
    margin-right: 10px;
}*/

/* Scrollbar for search menu ends */

/* Thank You Page css starts */
#thankYou h1 {
    color: #fa9006;
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 10px;
}

#thankYou p {
    color: #404F5E;
    font-size: 17px;
    margin: 0;
}

#thankYou .thank-icon i {
    color: #fa9006;
    font-size: 100px;
    line-height: 200px;
    margin-left: -15px;
}

#thankYou .card.thank-you {
    background: white;
    /*padding: 30px 60px;*/
    border-radius: 4px;
    box-shadow: 0 2px 3px #C8D0D8;
    display: inline-block;
    margin: 0 auto;
    max-width: 767px;
}

.thank-icon {
    border-radius: 200px;
    height: 200px;
    width: 200px;
    background: #f1ede7;
    margin: 0 auto;
    margin-top: 30px;
}

.thank-you h5 {
    font-size: 28px;
}

.text16 td div {
    font-size: 16px;
    font-weight: 500;
}

/* Thank You Page css ends */
.input-text {
    padding: 10px 10px;
    border-radius: 8px;
}

/*.form-group select.input-text {*/
/*    height: 43px !important;*/
/*}*/

.check-list i {
    color: #fa9006;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
}

.conform-section {
    /*border: 1px solid #ccc;*/
    border-radius: 8px;
    padding: 25px 10px;
}

#searchMenu .searchbox-search i, #demo .searchbox-search i {
    margin-top: 4px;
    margin-right: 5px;
}

.bg-related {
    background-color: #e6ebff;
}

.conformation-text {
    text-align: left;
}

.footer.footer-fixed {
    z-index: 1;
}

.bg-light-set {
    background-color: #f5f5f5;
}

.popular-img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.drop-menu li {
    margin-bottom: -1px !important;
    border-bottom: 1px solid #fff !important;
    color: #FFF;
}


.corporate-form .form-check .form-check-label, .personal-form .form-check .form-check-label {
    margin-right: 10px;
    margin-left: 5px;
}

.corporate-form input[type='radio']:checked:after, .personal-form input[type='radio']:checked:after {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: -2px;
    left: -3px;
    position: relative;
    background-color: #FFF;
    display: inline-block;
    visibility: visible;
    border: 5px solid #fa9007;
}

/* checkbox starts */
/* Customize the label (the container) */
.orange-checkbox-container {
    display: block;
    padding-left: 10px;
}

/* Hide the browser's default checkbox */
.orange-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

input[type=checkbox], input[type=radio] {
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ccc;
    cursor: pointer;
}

/* On mouse-over, add a grey background color */
/*.orange-checkbox-container:hover input ~ .checkmark {
  background-color: #001014;
}*/

/* When the checkbox is checked, add a orange background */
.orange-checkbox-container input:checked ~ .checkmark {
    background-color: #fa9007;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.orange-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.orange-checkbox-container .checkmark:after {
    left: 7px;
    top: 2px;
    width: 6px;
    height: 13px;
    border: solid #FFFFFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* checkbox ends */
.counter-section span.counter {
    font-size: 32px;
    color: #314384;
    line-height: 40px;
    display: block;
    /* font-family: "Oswald", sans-serif; */
    letter-spacing: 2px;
    font-weight: 800;
    font-style: italic;
}

.counter-sec {
    visibility: visible;
    animation-name: fadeIn;
    padding: 50px 0;
}

.counter-section {
    text-align: center;
    visibility: visible;
    animation-duration: 1200ms;
    animation-name: fadeInUp;
}

.counter-section .icon {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 62px;
    border-radius: 50%;
    background-color: #fa9006;
    color: #f5f5f5;
    font-size: 30px;
    margin: 0 auto 15px auto;
}

}

.counter-section i {
    /*display: block;*/
    /*margin: 0 0 10px*/
}

.counter-title {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}

.counter-icon {
    top: 25px;
    position: relative
}

.counter-style2 .counter-title {
    letter-spacing: 0.55px;
    float: left
}

.counter-style2 span.counter {
    letter-spacing: 0.55px;
    float: left;
    margin-right: 10px
}

.counter-style2 i {
    float: right;
    line-height: 26px;
    margin: 0 10px 0 0
}

.counter-subheadline span {
    float: right
}

.medium-icon {
    font-size: 40px !important;
    margin-bottom: 15px !important
}

.heading-box {
    background-color: #fff;
    box-shadow: 0 0 15px #80808033;
    margin-top: 10px;
    padding: 24px;
    border: 1px solid #ddd;
    width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 400;
}

/*.card.category-card{
    height: 357px;
}*/
.category-card .card-header {
    height: 200px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.category-card .card-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-card .title {
    font-size: 1.25rem;
    min-height: 48px;
}

.category-card .card-icon i {
    font-size: 16px;
}

#eventCard .card-header {
    height: 400px;
    justify-content: center;
    align-items: center;
    display: flex;
}

#eventCard .card-header img {
    width: 100%;
    height: 100%;
    object-fit: inherit;
}

.cart-delete {
    display: none;
}

.w-80 {
    width: 80% !important;
}

.bg-thanks {
    background-color: #2a3a75;
    padding-top: 25px;
}

.border-thank {
    border-bottom: 1px solid #777777;
}

.conformation-text span {
    font-weight: 500;
}
/*#courseList .card{
    box-shadow: 0px 4px 8px 0px #bdbdbd;
}*/
.single-feature:hover{
    /*border: 1px solid #fa9006;*/
    border-top: none;
    box-shadow: 0px 4px 8px 0px #bdbdbd;
}

.single-feature .desc-wrap img {
    height: 150px;
}

/* contact form CSS starts */
#contact-form input:focus, #contact-form textarea:focus {
    border-bottom: 2px solid #314384;
    transition: .4s;
}

#contact-form .focus-border,
#instructor .focus-border,
#myTabContent .focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    transition: .4s;
}

#contact-form .focus-border,
#instructor .focus-border,
#myTabContent .focus-border {
    background-color: #e72921;
}

/* contact form CSS ends */
.course-event {
    background-color: #f7f7f7;
    padding: 110px 0px;
}

.btn-event {
    background-color: #fa9006;
    color: #fff !important;
    padding: 5px 15px;
    font-weight: 400;
}

.btn-event:hover {
    background-color: #2c3c79;
}

.event-date {
    font-size: 14px;
    font-weight: bold;
}

.event-timer {
    font-weight: 600;
    color: #f7631b;
    font-size: 20px;
    margin-bottom: 0px;
}

.date-label {
    color: #314384;
    font-weight: bold;
}

.event-counter {
    position: absolute;
    bottom: 0;
}

#syllabus .card-title {
    font-weight: 600;
}

.trainer-img {
    border-radius: 50%;
    width: 50%;
    border: 1px solid #fa9006;
    padding: 10px;
}

.teacher-list {
    padding-left: 25px;
}

.teacher-list li {
    list-style: disc;
}

.bg-blue {
    background-color: #04091e;
}

.trainee-img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.instructor-select {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-left: 0px;
    height: 50px !important;
}

.instructor-btn {
    padding: 8px 10px;
    background-color: #f7631b;
    color: #fff;
    border: 1px solid #f7631b;
    border-radius: 5px;
    margin-top: 20px
}

.instructor-btn:hover {
    background-color: #314384;
    border: 1px solid #314384;
    color: #fff;
}

#instructor .card {
    box-shadow: 0 0 7px 5px #eee;
    border-radius: 0;
}

#myTabContent input,
#myTabContent textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
}

#myTabContent select {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    height: 45px !important;
    padding-left: 5px;
}

.instructor-badge {
    background-color: #314384;
    color: #fff;
    padding: 15px 10px;
    border-radius: 5px;
    text-align: center;
    height: 135px;
    overflow: hidden;
}

.instructor-badge h3 {
    font-size: 24px;
    font-weight: 600;
}

.instructor-badge span {
    font-size: 14px;
}

.instructor_form {
    color: #000;
}

.modal-header {
    background: #fa9007;
    padding: 15px 20px;
    color: #fff;
}

#userModelForm .modal-header {
    background: #fa9007;
    padding: 15px 20px;
    color: #fff;
}

#search-course-section .owl-carousel .owl-item img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    /*border: 3px solid #f7631b;*/
    border: 3px solid #314384;
    padding: 3px;
    object-fit: cover;
}

.trainer-box {
    background-color: #fff;
    box-shadow: 0 0 15px #80808033;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 24px;
    border: 1px solid #ddd;
    width: 100%;
    overflow: hidden;
    height: 290px;
}

.trainer-box a b:after {
    content: "\f178";
    font-family: 'PhpDebugbarFontAwesome';
    font-weight: normal;
    opacity: 0;
    position: relative;
    top: 1px;
    margin-left: -20px;
    transition: .3s;
}

.trainer-box a:hover b:after {
    opacity: 1;
    margin-left: 5px;
}
.trainer-box:hover{
    cursor: pointer;
    /*box-shadow:0px 4px 8px 0px rgb(250 144 6 / 47%);*/
    box-shadow: 0px 2px 16px 0px #fa9006;
}
.drop-query-model .input-group-text,
.request-call-model .input-group-text {
    padding-left: 0;
    padding-right: 0;
    min-width: 40px;
    justify-content: center;
}

.footer-social ul li i {
    margin-right: 0px;
}

.login-model-icons a {
    padding: 5px 10px;
    margin-right: 10px;
    color: #fff;
}

.login-model-icons a:hover {
    background-color: #000;
}

.login-border {
    position: relative;
    padding-top: 1px;
}

.login-border span {
    position: absolute;
    top: -10px;
    background-color: #fff;
    width: 10%;
    left: 45%;
    padding-top: 15px;
}

.header-scrolled .cart-search li a {
    color: #fff;
}

.header-scrolled .cart-search li a:hover {
    color: #e67112;
}

/* Clients Slider Starts */
.clients-review {
    background-color: #fff;
    box-shadow: 0 0 15px #80808033;
    margin-top: 10px;
    padding: 20px;
    border: 1px solid #ddd;
    width: 100%;
    height: 250px;
    overflow: hidden;
    /*position: relative;*/
}
.client-read-more{
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.clients-review h4 {
    margin-bottom: 0;
    font-size: 1.3rem;
}

.clients-review .c-subject {
    display: block;
    color: #6b6b6b;
    font-weight: bold;
    margin-bottom: 15px;
}

.clients-review p {
    height: 90px;
}

/* Clients Slider End */


/* Download button design starts */
.buttonDownload {
    display: inline-block;
    position: relative;
    padding: 10px 25px;
    color: #f7631b;
    text-decoration: none;
    font-size: 0.9em;
    text-align: center;
    text-indent: 15px;
    border: 2px solid #f7631b;
}

.buttonDownload:hover {
    background-color: #fff;
    color: #314384;
    border: 2px solid #314384;
}

.buttonDownload:before, .buttonDownload:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 15px;
    top: 52%;
    color: inherit;
}

.buttonDownload:before {
    width: 15px;
    height: 2px;
    border-style: solid;
    border-width: 0 2px 2px;
}

.buttonDownload:after {
    width: 0;
    height: 0;
    margin-left: 3px;
    margin-top: -7px;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: transparent;
    border-top-color: inherit;
    animation: downloadArrow 2s linear infinite;
    animation-play-state: paused;
}

.buttonDownload:hover:after {
    animation-play-state: running;
}

@keyframes downloadArrow {
    /* 0% and 0.001% keyframes used as a hackish way of having the button frozen on a nice looking frame by default */
    0% {
        margin-top: -7px;
        opacity: 1;
    }
    0.001% {
        margin-top: -15px;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        margin-top: 0;
        opacity: 0;
    }
}

/* Download button design ends */

.category-card .card-icon p {
    margin-bottom: 0px;
}

.certificate-img img {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 18px rgb(0 0 0 / 30%);
    height: 540px;
    width: 100%;
    border-radius: 5px;
    object-fit: contain;
}

.bg-section {
    background-color: #efefef;
}

.container1 {
    position: relative;
}

.image {
    display: block;
    /*width: 92%;*/
    height: auto;
}

.overlay-event {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(4, 9, 30, 0.8);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.container1:hover .overlay-event {
    height: 100%;
}

.event-text {
    width: 100%;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.overlay-event p {
    padding: 5px 20px;
}

.testimonial-heading {
    height: 78px;
}

.form select.form-control {
    color: #495057;
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    select {
        -webkit-appearance: none !important;
        background: transparent;
        box-shadow: none !important;
        color: #495057 !important;
    }

    input[type=radio] {
        background: transparent;
        border: 1px solid #ccc !important;
        box-shadow: none !important;
        border-radius: 50% !important;
        width: 16px !important;
        height: 16px !important;
        top: 0px !important;
        left: -3px !important;
        position: relative !important;
    }
}

.footer-dropdown button {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.teacher-img-web {
    display: none;
}

.copy-right-text {
    display: flex;
}

.img-teacher {
    width: 100%;
}

.bg-none {
    background: none;
}

.text-orange {
    color: #f7631b;
}

.teacher-section {
    border-radius: 5px;
    border: 1px solid #999;
}

a.whats-app:hover {
    color: #fff;
    background-color: #000;
}

.error {
    color: #d03131;
    margin-bottom: 0px;
    font-size: 14px;
}
.corporate-training-sec{
    color:#495057;
}
.page-item.disabled .page-link{
    border: 1px solid #6c757d !important;
    padding: 7px 10px;
}
.single-feature .bg-course-blue{
    background-color: #2d4185;
}
.mobile-email-header{
    display: none;
    font-size: 12px;
}
.header-top .header-top-left ul li i,
.mobile-email-header ul li i {
    color: #FA9006;
}
.search-btn-mob .search{
    display: none;
}
.copy-right-menu-item{
    text-align: right;
}
.my-alert{
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 25%;
    width: 50%;
    margin: auto;
    display: inline-block;
}
#accordion select{
    padding-left: 5px;
    font-size: 14px;
}
.course-event-img img{
    width: 100%;
    /*height: 200px;*/
}
#validateIndividualForm .form-group,
#validateCorporateForm .form-group{
    text-align: left;
}
.set-icon p,
.set-icon ul{
    margin-bottom: 0px !important;
}
#search-course-section .owl-item{
    margin-right: 10px !important;
    margin-left: 5.5px;
}
.corporate-collapse{
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex !important;
    border-radius: 0px !important;
}
/* set privacy policy page starts */
.about-text-item ul {
    padding-left: 0px !important;
}
/* set privacy policy page ends */
.owl-carousel{
    z-index: 0;
}
.teacher-section .buttonDownload{
    padding: 5px 25px;
}
.post-content-details h1{
    color: #333333;
}
.share-social ul li a i:hover{
    color: #FA9006;
}
.alert-theme{
    background-color: #ffe4c0;
    border-color: #f1c488;
}
.section-video iframe{
    border-radius: 10px;
}
.detail-desc{
    background-color: #e9e9e9;
}
.course-title1{
    color: #f7631b;
    border-bottom: 2px solid #f7631b;
    margin-bottom: 20px;
}
.curriculum-font .accordion > dt,
.curriculum-font .accordion > dd{
    font-size: 16px;
    line-height: inherit;
}
.topic{
    padding: 30px 30px 30px;
}
.modal-txt-set a{
    color: #fff !important;
}
.bg-orange{
    background-color: #f7631b;
}
.b-radius-10{
    border-radius: 10px;
}
.share-btn-set{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.no-border{
    border: none;
}
.qr-code img{
    width: 70%;
}
.social-mobile{
    display: inline-flex;
}
@media only screen and (max-width: 320px) {
    .social-mobile{
        display: block !important;
    }
}
.blog-details-content .post-content-details .blog-detail-thumbnile{
    height: 320px;
    width: 100%;
}
.blog-details-content .post-content-details .blog-detail-thumbnile{
    height: 100%;
    width: 100%;
}
/*.teachers-archive img {
    object-fit: none;
}*/
