#page-local-courseview-index #page-header .card,
#page-local-courseview-index #page-footer,
#page-local-courseview-course #page-footer,
#page-local-courseview-index #page-header .card-body {
    display: none;
}

#page-local-courseview-courses #page-header .card,
#page-local-courseview-courses #page-header .card-body {
    display: none;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    color: #3b3838;
    overflow-x: hidden;
}

li.nav-item.grid .nav-link {
    text-align: unset;
}

ul li a {
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    display: block;
    /* width: 100%; */
    /*float: left;*/
}

div#navbarNav>ul>li ul li {
    width: 100%;
    padding: 10px;
}


/* div#navbarNav>ul>li ul:after {
    content: '';
    position: absolute;
    background-color: red;
    width: 100%;
    height: 100%
} */

li ul {
    display: none;
}

ul li .nav-link {
    display: block;
    text-decoration: none;
    /*border-bottom: 1px solid #ffffff;*/
    padding: 6px 15px 6px 15px;
    margin-left: 1px;
    /* white-space: nowrap; */
    transition: 0.3s;
    /*margin-right: 10px;*/

}

li:hover ul.first_level {
    top: 100%;
    z-index: 1;
}

li:hover ul.second_level {
    top: 0%;
    z-index: 1;
}


li:hover ul.third_level {
    top: 0%;
    z-index: 1;
}


.dropdown li:hover ul {
    display: block;
    position: absolute;
    top: 0;

}

.nav-item .nav-link {
    color: #444 !important;
    /*font-weight: 600;*/
    position: relative;
}

.nav-link::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    background: #f9b417;
    transform: scale(0);
    transition: 0.3s;
    bottom: 0;

}

.nav-item .nav-link:hover {
    color: #f9b417 !important;
}

.nav-link:hover::before {
    transform: scale(1);
}

li.nav-item.grid {
    padding: 3px 14px !important;
    color: #fff;
    /*margin-right: -5px;*/
}

/*  .left_navigation{
        padding-top:18px;
    }*/
.navbar-nav .nav-link {
    text-transform: capitalize;
}

.collapse .nav-link:hover {
    background: #07456b;
    border-radius: 4px;
}

.collapse .nav-link::before {
    transform: scale(0) !important;
}

.first_level {
    background: #ffffff;
    /* padding: 10px 0px;
    z-index: 9999;
    /*box-shadow: 0 7px 9px -3px;*/
    /* margin-left: -13px; */
    /* margin-top: 3px; */
    */
}


 div#navbarNav .dropdown li ul {
    border-left: 1px solid #aaa;
    min-height: 100%;
    background-color: #fff;
} 

/* div#navbarNav .dropdown li ul {
    border-left: 1px solid #aaa;
    min-height: 100%;
    background-color: #fff;
} */

div#navbarNav.cst-parent li ul {
    padding: 0px;
    width: 100%;
}

.cst-parent ul.fist-level {
    padding: 0;
}

div#navbarNav.cst-parent li ul>li a {
    width: 100%;
    padding-left: 13px;

}

div#navbarNav.nav-item .nav-link {
    padding: 8px 15px;
    border-bottom: 1px solid #f5f5f5;
    margin: 0;
    text-transform: capitalize !important;
}

.second_level {
    /* width: 100%; */
    display: none !important;
    background: #ffffff;
    top: 0;
    padding: 0px 0;
    right: auto;
    left: 100%;
    /* transform: translatey(-50%); */
    /* box-shadow: 0 7px 9px -3px; */
}

.second_level .nav-item {
    display: block;
    width: 100%;
}

.first_level .nav-item:hover .second_level {
    display: block !important;
}

.third_level {
    /* width: 100%; */
    display: none !important;
    background: #fff;
    top: 0;
    padding: 0;
    right: auto;
    /* transform: translatey(-50%); */
    /* box-shadow: 0 7px 9px -3px; */
    overflow: hidden;
    left: 100%;
}

.third_level .nav-item {
    display: block;
    width: 100%;
}

.second_level .nav-item:hover .third_level {
    display: block !important;
}

.right_span {
    font-size: 14px !important;
    /* padding-left: 6px; */
    float: right;
}

i.fa.fa-th {
    font-size: 24px;
    color: #fff;
    margin-top: 4px;
    cursor: pointer;
    /* margin-right: 10px; */
}

li.nav-item.grid:hover {
    background-color: rgba(20, 23, 28, 0.05);
    /* margin-right: 7px; */
    cursor: pointer;
}

/* i.fa.fa-th:hover {
    box-shadow: 1px 3px 4px 2px gray;
    } */
#menu li a {
    text-decoration: none !important;
    color: #fff;
    margin-right: 20px;
}

.content_wrapper {
    padding: 20px 0;
    background: #0084c4;
    display: none;
}

#menu {
    margin: 0;
    padding: 0;
}

#menu li ul {
    background-color: #fff;
    box-shadow: 0 0 9px 0px #687c9e;
    padding: 0px;
    z-index: 9;

}

#menu li ul li a {
    color: #000 !important;
    display: inline-block;
    padding: 5px 17px;
    width: 100%;
}

.bg_head {
    padding: 12px 0;
    background: #fff;
    box-shadow: 0 8px 7px -5px #ccc;
    color: #f9b417;
}

.bg_head h1 {
    font-size: 2.2em;
    text-transform: capitalize;
    font-weight: 300 !important;
    color: rgb(58, 56, 56);
}

.trans {
    color: #0085c5;
    padding-right: 10px;
}

.dash li.nav-item i {
    margin-right: 6px;
    margin-top: 6px;
}

li.nav-search .search-link {
    background: none;
}

input.big_search {
    border: none;
    padding: 0 4px;
    border-bottom: 1px solid #111;
    outline: none !important;
    width: 100%;

}

button.search_btn {
    position: absolute;
    top: -1px;
    right: 25px;
    background: none;
    border: none;
}


input.big_search::before {
    content: "\f002";
    font-family: fontAwesome;
    font-size: 15px;
}

.main_content {
    padding-top: 30px;
}

.navbar-nav>.nav-item,
.navbar-nav>.nav-search {
    margin-top: 13px;
    margin-bottom: 13px;
    /*margin-right: 13px;*/
}

#page-local-courseview-index #page-header .card,
#page-local-courseview-index #page-footer,
#page-local-courseview-course #page-footer,
#page-local-courseview-index #page-header .card-body {
    display: none;
}

#page-local-courseview-courses #page-header .card,
#page-local-courseview-courses #page-header .card-body {
    display: none;
}

/* shivam */
.top_black_section {
    background: #333;
    color: #fff;
    padding: 60px 0;
}

.right_text {
    text-align: right;
    width: 100%;

}

.right_text p {
    display: inline-block;
    font-size: 18px;
}

.content_sections {
    padding: 20px 0;
}

.content_sections h2 {
    font-weight: 700;
    font-size: 40px;
}

p.biggie_text {
    font-size: 22px;
}

.main_section_page {
    padding: 40px 0;
}

.sticky_will {
    margin-top: -255px;
    padding: 15px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: none;
    position: sticky;
    top: 10px;
}

p.rate_section {
    font-size: 32px;
    text-align: left;
    font-weight: 700;
    margin: 0;
}

span.course_fee {
    font-size: 20px;
    font-weight: normal;
}

.video_section img {
    width: 100%;
    background: #fff;
}

.wrapper_ul li a {
    padding: 0 10px;
    color: #000;
}

.wrapper_ul {
    border: none
}

.list_sections {
    background: aliceblue;
    padding: 20px;
    border: 1px solid #d9d9d9;
    display: flex;
    flex-direction: column;
}

ul.ul_one {
    display: inline-block;
    width: 49%;
}

ul.ul_one li {
    font-size: 15px;
}

.list_sections ul {
    display: flex;
    flex-direction: column;
}

.list_sections ul li {
    display: list-item;
    font-size: 0.9375rem;
}

button.cart_btn {
    width: 250px;
    padding: 12px;
    color: #fff;
    border: none;
    /*font-weight: bold;*/
    text-align: center;
    background: #0084c4;
    border-radius: 8px;

}

a.cart_btn {
    width: 100%;
    padding: 7px;
    color: #fff;
    border: none;
    font-weight: bold;
    /* background: #f9b417; */
}

button.buy_btn {
    width: 100%;
    padding: 7px;
    color: #6eadd9;
    border: 2px solid #6eadd9;
    font-weight: bold;
    background: #ffffff;
    margin: 10px 0;
}

span.changed_color_list i {
    font-size: 22px;
    padding-right: 5px;
}

button.buy_btn+span {
    display: block;
    text-align: center;
}

.custom_acordion {
    margin: 40px 0;
}

.panel-heading {
    padding-left: 6px;
}

.custom_acordion .panel.panel-default {
    border: 1px solid #d9d9d9;
    /* padding: 6px; */
    margin-bottom: 10px;
    background: #fff;
}

.custom_acordion .panel-title a {
    color: #111;
    font-size: 15px;
    text-decoration: none !important;
}

.collap::before {
    content: '\f107';
    font-family: fontAwesome;
    padding-right: 6px;
}

.show .collap::before {
    content: '\f105';
}

.show .collapsed::before {
    content: '\f107';
}

span.expand {
    float: right;
    /*background:#0084c4;
        color: #fff;*/
    padding: 6px 10px;
    color: #0084c4;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
}

span.collse {
    float: right;
    background: #0084c4;
    color: #fff;
    padding: 6px 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    display: none;
}

.display_no {
    display: none !important;
}

.display_yes {
    display: block !important;
}

.courseimage_top {
    width: 100% !important;
    height: 120px;
    object-fit: cover;
}

.carousel2_img .courseimage_top {
    height: 230px;
}

img.courseimage {
    width: 100%;
    height: 200px !important;
    object-fit: contain;
}

.biggie_text {
    /*height: 68px;*/
    overflow: hidden;
    /* height: 80px; */
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.biggie_text p {
    margin: 0;
    display: inline;
}

.ul_two li {
    float: none;
}

.left_navigation {
    position: relative;
    top: 13px;
    line-height: 19px;
}

.nav-search {
    width: 550px;
    position: relative;
}

.cart_btn {
    width: 100%;
    margin-bottom: 10px;
    background: #f9b417;
    font-size: 15px;
    border: none;
    display: inline-block;
    text-align: center;
}

.list_sections p {
   /* margin: 0;
    font-size: 0.9375rem; */
}

.drop_single_content {
    padding: 5px;
    background: #fff !important;
    border-top: 1px solid #f0f7fb;
    padding-left: 10px;
}

.drop_single_content a {
    color: #0278b3;
    text-decoration: none;
}

.panel-collapse {
    padding: 5px 0;
}

ul.ul_two li {
    padding-bottom: 5px;
}

#menu li {
    display: inline-block;
    float: none;
    padding: 0 !important;
}


.custom_link {
    display: inline-block;
    padding: 5px 10px;
    border-bottom: 3px solid transparent;
}

.custom_link.active {
    border-color: #000;
}

.custom_tab .fade {
    opacity: 1;
}

.custom_course {
    box-shadow: 0px 0px 5px 2px #8080806e;
    margin: 5px;
    padding: 14px;
}

.custom_owl .owl-dots {
    display: none;
}

button.owl-prev span {
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
    font-size: 35px;
    color: #333 !important;
    line-height: 42px;
    position: absolute;
    top: 50%;
    left: -1%;
    transform: translate(-50%, -50%);
}

button.owl-next span {
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
    font-size: 35px;
    color: #333 !important;
    line-height: 42px;
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translate(-50%, -50%);
}

.nav-search {
    width: 509px;
    position: relative;
    top: 8px;
}

li.nav-search .search-link {
    padding: 3px 0px 5px 5px;
    width: 100%;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #0084c4;
    /*border-left:none;*/
    display: inline-block;

}

input.big_search {
    border: none;
    padding: 0 4px;
    /* border-bottom:1px solid #111; */
    outline: none !important;
    width: 100%;
    background-color: transparent;

}

button.search_btn {
    position: absolute;
    top: -15px;
    right: 0px;
    background: none;
    border: none;
    bottom: 0;
}

.main_heading {
    font-size: 32px;
    /*display:inline-block;*/
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    color: #3b3838;
}

span.tooltip_list i {
    font-size: 18px;
}

.tooltip_list {
    width: 32%;
    display: inline-block;
}

.custom_position_toop_ch li {
    list-style: none;
}

img.courseimage {
    width: 100%;
    height: 160px;
    object-fit: contain;
}

.generate_btn {
    color: white !important;
    border: none;
    border-radius: 0px;
    background: #0084c4;
    transition: 0.3s;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 13px;
}

.generate_btn:hover {
    transition: 0.3s;
    background: #fac447;
    text-decoration: none;
}

h6.name_heading {
    color: #29303b;
    font-weight: 700;
    height: 39px;
    overflow: hidden;
    font-size: 15px;
    margin-bottom: 0;
    text-align: center;
}

.card_p {
    height: 38px;
    overflow: hidden;
}

p.name_text {
    color: #3a3838;
    height: 44px;
    overflow: hidden;
}

a.open_link {
    text-decoration: none !important;
    color: black !important;
}

.slider_2 {
    padding: 16px;
    margin: 10px;
    position: relative;
    background: #fff;
    border: 1px solid #D9D9D9;

}

.slider_2:hover {
    box-shadow: 0 0 7px 3px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
}

.carousel2_text h4 {
    margin: 0;
    font-size: 22px;
    color: #3b3838;
    font-weight: 700;
}

ul.carousel_ul {
    padding: 0;
    margin: 0;
}

ul.carousel_ul li {
    display: inline-block;
    padding-right: 20px;
}

.carousel2_text span {
    color: #666;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 12px;
}

.explore_btn {
    color: white;
    background: #056ee4;
    border: none;
    border-radius: 4px;
    background-image: linear-gradient(45deg, black, transparent);
    transition: 0.3s;
    padding: 5px 10px;
}

.explore_btn:hover {
    background-image: linear-gradient(-45deg, black, transparent);
    transition: 0.3s;
}

.rates {
    float: right;
    padding: 0 10px;
    font-size: 25px;
    font-weight: 700;
}

.feautured_section {
    padding: 30px 0 60px;
}

.slider_2 .owl-dots {
    display: none;
}

span.changed_color_list {
    color: #2b9bd1 !important;
    display: inline-block;
    padding-right: 10px;
}

.ul_two {
    padding: 0;
}

.wrapper_ul li a {
    padding: 0 10px;
    color: #000;
}

.wrapper_ul {
    border: none
}

.fade.in.active {
    opacity: 1;
}

.cutstom_tooltip {
    position: absolute;
    right: -121%;
    background: #fff;
    padding: 9px;
    width: 116%;
    height: auto;
    height: 300px;
    z-index: 9;
    box-shadow: 0 0 4px 0px rgba(20, 23, 28, .25);
    bottom: 2px;
    border: 1px solid #dedfe0;
    top: -25px;
    display: none;
    border-radius: 5px;

}

.tooltip_btn {
    width: 130px;

}

.tooltip_btn .generate_btn {
    background: #0084c4;
}

.add_display {
    display: block;
    animation-name: opaque;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes opaque {
    0% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.cutstom_tooltip h2 {
    font-size: 16px;
    font-weight: 700;
}

.cutstom_tooltip button {
    color: #fff;
    border: none;
    border-radius: 4px;
    background-image: linear-gradient(45deg, #13afef, #cddc29);
}

.marge {
    float: left;
}

.card_section {
    background: #f9f9f9;
    padding: 10px;
}

.custom_position {
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-right: 12px solid #f9f9f9;
    position: absolute;
    left: -25px;
    top: 50%;
}

.card_section p {
    margin-bottom: 0;
    color: #333;
    font-size: 15px;
}

.cutstom_tooltip p {
    font-size: 13px;

}

.custom_width:nth-child(4) .cutstom_tooltip {
    left: -121%;
    right: unset;
    /* border-right: 3px solid #fac447; */
    border-left: 0px;
}

.custom_width:nth-child(4) .custom_position {
    border: 10px solid transparent;
    border-left: 10px solid #f9f9f9;
    right: -20px;
    left: unset;
}

.custom_width:nth-child(5) .cutstom_tooltip {
    left: -121%;
    right: unset;
    /* border-right: 3px solid #fac447; */
    border-left: 0px;
}

.custom_width:nth-child(5) .custom_position {
    border: 10px solid transparent;
    border-left: 10px solid #f9f9f9;
    right: -20px;
    left: unset;
}

.custom_width {
    padding: 0 !important;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    margin: 0.75%;
    max-width: 23.5% !important;
}

.custom_width:hover {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.31);
}

button.search_btn:hover i.fa.fa-search {
    color: #fff;
}

.card_section {
    transition: 0.3s;
}

/* .custom_width:hover .card_section{
        background: #444;
        color: #fff;
        box-shadow: 0 0 0px 2px rgba(20,23,28,.2), 0 3px 1px 0 rgba(20,23,28,.1);
    }
    .custom_width:hover .open-link,.custom_width:hover h6.name_heading, .custom_width:hover .card_section p{
        color:#fff;
        }  */
.imgs_section {
    position: relative;
}

.shutter {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0px;
    background: rgba(0, 0, 0, 0.2);
    transition: 0.3s all;
}

.imgs_section:hover .shutter {
    height: 100%;
}

.card_p,
.card_p p {
    color: #3a3838;
    font-size: 12px;
    line-height: 19px;
}

.summary {
    height: 70px;
    overflow: hidden;
    margin-bottom: 10px;
}

.summary p,
.summary span {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}

.slider_2 .owl-nav {
    margin: 0 !important;
    height: 0;
}

.carousel_ul p {
    margin: 0;
}

.course_submenu {
    width: 260px;
}

.course_submenu li {
    padding: 4px 10px !important;
    text-transform: capitalize;
    width: 100%;

}

.course_submenu li:hover {
    background: #eee;
}

/* ul.first_level li,
ul.third_level li {
    width: 290px !important;

} */

/* ul.second_level li {
    width: 358px !important;
} */

button.search_btn i {
    color: #fff;
    /*margin-top: 9px;*/
    font-size: 18px;
    padding: 0 7px;
}

li.nav-item.grid {
    /* padding: 0px 7px; */
    /*margin-right: 7px;*/
    border: 1px solid #0084c4;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    font-size: 14px;
}

.custom_row {
   /* padding: 30px; */
}

.custom_owl .owl-nav {
    height: 0;
}

h2.course_price {
    font-size: 18px;
    /* text-align: right; */
    margin-top: 12px;
}

.enroll_btn {
    position: absolute;
    bottom: 8px;
    right: 10px;
}

.owl-theme .owl-nav .disabled {
    opacity: 1;
    cursor: default;
}

/* ul.carousel_ul p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 8px;
    } */
ul.carousel_ul p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 8px;
    /*font-weight: bold;*/
    color: #898989;
}

.slider_2 .generate_btn {
    padding: 9px 12px;
    font-size: 15px;
}

.tooltip_p {
    color: #b1b0b0;
    overflow: hidden;
    height: 148px;
    font-size: 12px;
    margin-bottom: 10px;
}

.courss_price {
    font-size: 20px;
    /* text-align: right; */
    color: #0084c4;
    padding-right: 10px;
    font-weight: 500;
}

.f_price {
    float: right;
    padding-right: 10px;
}

.f_price span {
    margin: 0;
}

span.off_price {
    color: #ddd;
    text-decoration: line-through;
}

span.on_price {
    color: #333;
    font-size: 24px;
}

.tooltip_btn .generate_btn {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    background: #0084c4;
}

.tooltip_btn .generate_btn:hover {
    background: #fac447;
}

input::-webkit-calendar-picker-indicator {
    display: none;
}

/*li.nav-item.grid:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 0 10px 13px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    top: 33px;
    }*/
li.nav-item.grid:before {
    border-color: transparent transparent #fff transparent;
    top: -12px;
}

.custom_position_toop_ch {
    font-size: 13px !important;
    font-weight: 200;
    padding-bottom: 10px;

}

span.car_list {
    color: inherit;
    display: inline-block;
    margin: 0;
    width: 30%;
    font-size: inherit;
}

.navbar-nav .left_navigation li.nav-search a.nav-link,
.navbar-nav .left_navigation .nav-item a.nav-link {
    background: none;
    color: #444 !important;
}

@media(max-width:1301px) {
    .nav-search {
        width: 350px;
        position: relative;
    }
}

@media(max-width:1024px) {
    .nav-search {
        width: 250px;
        position: relative;
    }
}

@media(max-width:768px) {

    .second_level,
    .third_level {
        position: relative !important;
        transform: translateX(0);
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px !important;
        box-shadow: none;

    }

    ul.first_level li {
        width: 300px !important;
    }

    ul.second_level li {
        width: 280px !important;
        background: #ddd;
    }

    ul.third_level li {
        width: 260px !important;
        background: #ccc;
    }

    img.userpicture {
        border-radius: 50px;
        position: relative;
        right: -68px;
    }

}

@media(max-width: 575px) {
    button.search_btn {
        right: 20px;
    }

    #menu li {
        display: block;
    }

    .custom_width {
        max-width: 98.5% !important;
        margin-bottom: 20px;
    }

    .slider_2 button.owl-prev span {
        left: -8%;
    }

    .slider_2 button.owl-next span {
        right: -25%;
    }

    .sticky_will {
        margin-top: 0;
        position: unset;
    }

    .flex_rows {
        flex-direction: column-reverse;
    }
}

/*3/3/2020/anil*/
.baner {
    /* background: rgba(9, 59, 92); */
}

nav.navbar.navbar-expand-lg.navbar-light {
    background: rgba(9, 59, 92);
    background: linear-gradient(to right, #093756, #0084C4);
    background: -webkit-linear-gradient(to right, #093756, #0084C4);
}



nav.navbar.navbar-expand-lg.navbar-light {
    position: relative;
    z-index: 99;
}

.banner_section {
    position: relative;
    height: 550px;
}

.baner {
    /* background: rgba(9, 59, 92); */
    position: absolute;
    bottom: 0px;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* background: #000428; */
    /* fallback for old browsers */

    /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #093756, #0084C4); */
}

.banner_text {
    display: flex;
    align-items: center;
    color: #fff;

}

.text_box {
    padding: 0 20px;
}

.img_padding {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
}

.img_padding img {
    height: 100%;
    float: right;
}

.all_height {
    height: 100%;
}



/* Start Slider Css */

.swiper-slide {
    background-color: lightgray;
}

/* End Slider Css */





.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    background: none;
    color: #444 !important;
}

.feautured_section {
    background-color: #F0F0F0;
}


.slider_2 .owl-nav button.owl-prev span {
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #d9d9d9;
    font-size: 35px;
    color: #333 !important;
    line-height: 42px;
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translate(-50%, -50%);
}

.slider_2 .owl-nav button.owl-next span {
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
    font-size: 35px;
    color: #333 !important;
    line-height: 42px;
    position: absolute;
    top: 50%;
    right: -9%;
    transform: translate(-50%, -50%);
}

#course-search::placeholder {
    color: #fff;
}

.for_mobile {
    display: none;
}

.left_div li {
    /*float:none;*/
    display: inline-block;
}

.color_text {
    color: #0084c4 !important;
}

.logo2 {
    display: none;
}

.tooltip_p p {
    color: #333;
}

.signup_bnt {
    background: #07456b;
    color: #fff;
    border-radius: 5px;
}

p.color_text i {
    font-size: 22px;
    padding-right: 5px;
    vertical-align: middle;
}

.all_courses_section {
    padding: 50px;
}

.feautured_section .heading-section {
    margin-left: 10px;
}

.social-icon li i {
    line-height: 27px;
}

.all_courses_btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.all_courses_section .course_price {
    float: right;
}

@media(max-width: 766px) {
    .for_mobile {
        display: none;
    }

    .img_padding {
        display: none;
    }

    .banner_text {
        padding-top: 100px;
    }

    ul.left_div {
        padding: 0;
    }

    .all_courses_section {
        padding: 0px;
    }

    .feautured_section {
        padding: 15px 0 15px;
    }

    .custom_row {
        padding: 0px;
    }

    button.owl-prev span,
    .slider_2 .owl-nav button.owl-prev span {
        left: 8%;
    }

    .owl-nav {
        display: none;
    }

    .custom_owl .owl-dots,
    .slider_2 .owl-dots {
        display: block;

    }

    li.nav-item.grid {
        margin-left: 5px;
    }

    /*.nav-search {
    width: 167px;
    float: right;
    position: relative;
    right: 36px;
    top: -32px;
}
*/
    li.nav-search .search-link {
        width: 189px;
    }

    #navbarNav ul li {
        display: inline-block !important;
        color: #fff;
    }

    #navbarNav .navbar-nav {
        display: inline-block;
    }

    li.nav-search .search-link {
        padding: 4px 0px 3px 8px;
    }

    .nav-item a.nav-link.ml-3.text-white,
    i.fa.fa-bell-o {
        color: #fff !important;

    }

    li.nav-item.grid {
        margin-bottom: 0px;
    }

    li.nav-search form {
        margin-bottom: 0px;
    }

    li.nav-search {
        width: unset;
        margin-left: -5px;
    }

    button.search_btn {
        top: 0;
    }

    .navbar-nav>.nav-search {
        margin-bottom: 0px;
    }

    ul.navbar-nav hr {
        margin-bottom: 0px;
    }

    .nav-search {
        top: 0px;
    }

    .m_t_0 {
        margin-top: 0;
    }

    span.car_list {
        width: 54%;
        margin-bottom: 5px;

    }

    .bg_head h1 {
        font-size: 1.2em;
    }

    .content_sections h2 {
        font-size: 16px;
    }

    .main_heading {
        font-size: 20px;
    }
}

---------------------------------------------------------------
/*  ul.dropdown-menu {
    padding: 10px;
*/
}

ul.dropdown-menu li:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

ul.dropdown-menu li a {
    color: #000;
    text-decoration: none;
}



li.nav-item i {
    margin-right: -9px;
    margin-top: 6px;

}

img.userpicture.defaultuserpic {
    border-radius: 50%;
}

img.userpicture {
    border-radius: 50px;
}

i.fa.fa-bell-o {
    font-size: 19px;
    color: #fff;
}

#nt_content .float-right {
    float: right !important;
    display: none;
}

#nt_content .popover-region .popover-region-toggle {
    display: none;
}

li#nt_content {
    padding: 0;
}

#nt_content .popover-region-header-text {
    border-bottom: 1px solid #ccc;
    padding: 5px;

}

#nt_content .popover-region-content {
    padding: 10px;
    width: 250px;
    height: 300px;
}

.hover-tooltip {
    display: none;
}

#nt_content .popover-region-seeall-text {
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 5px;
}

#nt_content span.normal-icon+span.loading-icon.icon-no-margin {
    color: red;
    position: absolute;
    right: 10px;
    top: 15px;
    display: inline-block;
}

#nt_content .popover-region:before {
    content: '';
}

#nt_content span.normal-icon+span.loading-icon.icon-no-margin::after {
    content: "Mark all as read";
    display: none;

}

#nt_content span.normal-icon+span.loading-icon.icon-no-margin:hover::after {
    display: inline-block;
    position: absolute;
    top: -35px;
    border: 1px solid #ccc;
    left: -44px;
    width: 114px;
    text-align: center;
    background-color: #fff;

}

#nt_content .popover-region-content+span.loading-icon.icon-no-margin {
    color: #ffc107;
    position: absolute;
    right: 30px;
    top: 15px;
    display: inline-block;
}

#nt_content .popover-region-content+span.loading-icon.icon-no-margin::after {
    content: "Notication List";
    display: none;

}

#nt_content .popover-region-content+span.loading-icon.icon-no-margin:hover::after {
    display: inline-block;
    position: absolute;
    top: -35px;
    border: 1px solid #ccc;
    left: -44px;
    width: 114px;
    text-align: center;
    background-color: #fff;
}



li#nt_content {
    position: relative;
}

a.nav-link.ml-3.text-white {
    /*color: #fff!important;*/
    padding: 5px;
    font-weight: 200;
}

.ml-3 {
    margin-left: 13px;
}

.navbar-nav {
    align-items: center;
}

@media only screen and (max-width: 768px) {
    #navbarNav {
        background-color: #036a9f;
    }

    .page_header nav.navbar.navbar-expand-lg.navbar-light .container div#navbarNav ul.navbar-nav.ml-auto {
        margin-left: 0em !important;
        padding: 12px !important;
    }


}

@media (max-width:766px) {
    div#navbarNav ul.navbar-nav.ml-auto {
        width: 100% !important;
        margin-top: 5px !important;
    }

    div#navbarNav li.nav-search a.search-link {
        width: 100%;
    }

    li.nav-search {
        margin-left: 2px;
    }
}

.page_header a.nav-link.signup_bnt.text-white.bg_color {
    background-color: #07456b;
    color: #fff !important;
    padding: 7px 18px;
    font-weight: 200;
    width: 110px;
    margin-left: 14px;
}

a.nav-link.ml-3.text-white.bg_color {

    font-weight: 200;
}

a.nav-link.ml-3.text-white.bg_color:hover {
    /*background-color: #07456b;*/
    /*border-color: #07456b;*/
    color: #2b9bd1 !important;
    font-weight: 200;
}

.page_header a.nav-link.ml-3.text-white.bg_color:hover {
    color: #fff !important;
}

.page_header a.nav-link.ml-3.text-white.bg_color:hover,
.page_header a.nav-link.ml-3.text-white.bg_color:focus {
    padding: 6px 18px;
    border: 1px solid #07456b !important color: #fff;
    transition: unset;

}

.right_span {
    margin-right: -8px;
    margin-top: 3px;
}

.navbar-light .navbar-nav li .nav-link:hover {
    color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
    width: 110px;
    text-align: center;
    /* margin-left: 14px; */
}

.navbar-light .navbar-nav .grid .nav-link:hover {
    color: #0084c4 !important;
}

.dash {
    position: absolute !important;
}

.new_bell {
    left: -3.7em;
}

#page-course-view-tiles.format-tiles .nosubtiles .completioncheckbox {
    margin-top: 1px;
}

button.generate_btn.cart_btn.enroll_now_button {
    text-transform: uppercase;
}

.navbar-nav li.nav-item a {
    text-transform: uppercase !important;
    font-weight: 600;
}

.navbar-nav li.nav-item .mycourses {
    text-transform: capitalize !important;
}

.feautured_section button#generate {
    text-transform: uppercase;
}

.page_header a.nav-link.ml-3.text-white.bg_color {
    padding: 6px 18px;
}

a.nav-link.ml-3.text-white.bg_color {
    /* border: 1px solid #ddd;*/
    border-radius: 4px;
    width: 110px;
    text-align: center;
}

.page_header a.nav-link.ml-3 {
    color: #fff !important;
}

.page_header nav.navbar.navbar-expand-lg.navbar-light .container div#navbarNav ul.navbar-nav {
    margin-left: 3.6em !important;
}

/*.page_header nav.navbar.navbar-expand-lg.navbar-light .container div#navbarNav ul.navbar-nav.ml-auto{
    margin-left: 8.6em!important;
}*/
/*.navbar-light .navbar-nav li.nav-item a.nav-link:nth-of-type(1){
    color: #093756 !important;
}
.navbar-light .navbar-nav li.nav-item:hover a.nav-link:nth-of-type(1){
    color: #fff!important;
}
li.nav-item>a.nav-link.signup_bnt.text-white.bg_color {
    color: #fff!important;
    font-weight: 400;
}
.page_header nav.navbar.navbar-expand-lg.navbar-light ul.navbar-nav.ml-auto li.nav-item:nth-of-type(3) a {
    color: #fff!important;
    font-weight: 400;
}*/
a.nav-link {
    position: relative;
}

i.fa.fa-angle-right.right_span {
    position: absolute;
    left: 95%;
    font-size: 16px !important;
    top: 6px;
}

a.nav-link.ml-3.text-white.bg_color:hover {
    border: 1px solid;
    border-color: rgb(0, 132, 196);
    background-color: rgb(0, 132, 196);
    color: #fff !important;
}







/* menu static value */
.dropdown-menu.show {
    display: block;
}


.dropdown-menu {
    position: relative;
}

.cst-parent {
    width: 300px;
}

.main-outer {
    min-width: 300px;
    min-height: 100%;
    display: none;
    background-color: #fff;
    position: absolute;
    left: 100%;
    top: 0;
    min-height: 100%;
}

.dropdown-menu li:hover .main-outer {
    display: block;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    right: 3px;
    top: 40%;
}

.dropdown-submenu:hover .dropdown-menu,
.dropdown-submenu:focus .dropdown-menu {
    display: block;
    margin-top: -1px;
    margin-left: -1px;
    top: 0px;
    left: 100%;
    min-height: 100%;
}

.dropdown-menu {
    min-height: 200%;
}

ul.fist-level {
    position: relative;
    width: 100%;
}

.main-outer-1 {
    min-width: 300px;
    min-height: 100%;
    display: none;
    background-color: #fff;
    position: absolute;
    left: 100%;
    top: 0;
    min-height: 100%;
}

.main-outer-2 {
    min-width: 300px;
    min-height: 100%;
    display: none;
    background-color: #fff;
    position: absolute;
    left: 100%;
    top: 0;
    min-height: 100%;
}

ul.second-level {
    position: relative;
}

ul.fist-level li:hover .main-outer-1 {
    display: block;
}

ul.second-level li:hover .main-outer-2 {
    display: block;
}

.main-outer ul.fist-level li {
    width: 100%;
}


.dropdown li {
    width: 100%;
}


ul.dropdown-menu li {
    padding: 5px 0;
    width: 100%;
}

ul.dropdown-menu.cst-parent li a {
    color: #000;
    text-decoration: none;
    white-space: normal;
    font-size: 16px !important;
    padding: 5px 5px 5px 10px;
    font-weight: 600;
    position: relative;
}

ul.dropdown-menu.cst-parent li a:hover,
ul.fist-level.cst-parent li a:hover,
ul.second-level.cst-parent li a:hover {
    color: #0085c5;
    background-color: #fff;

}

.dropdown button.btn {
    border-color: #0084c4 !important;
    color: #fff !important;
    vertical-align: middle !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding: 3px 10px;
}

ul.cst-parent {
    padding: 0;
}

ul.dropdown-menu.cst-parent ul.second-level {
    width: 100%;
    padding: 0;
}

ul.dropdown-menu.cst-parent li {
    width: 100%;
}

ul.dropdown-menu.cst-parent li a {
    width: 100%;
    display: inline-block;
}

ul.dropdown-menu.cst-parent.show {
		display: block;
		border-radius: 0;
		min-height: 300px;
	} 


@media(min-width: 992px) {
    .sidebar-nav.vienna-mobmenu {
        display: none !important;
    }
}



@media (max-width:1200px) {
    ul.dropdown-menu.cst-parent.show {
        min-height: 200px !important;
    }

    ul.dropdown-menu.cst-parent li a {
        font-size: 11px !important;
    }

    .main-outer {
        min-width: 200px;
    }

    .main-outer-1 {
        min-width: 200px;
    }

    .main-outer-2 {
        min-width: 200px;
    }

}



@media (max-width:991px) {

    ul.cst-parent {
        display: none !important;
    }




    div#navbarNav .dropdown {
        width: 100%;
    }

    .dropdown button.btn {
        width: 100%;
    }

    li.nav-search {
        width: 100%;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    li:hover ul {
        position: static;
    }

    .main-outer,
    .main-outer-1,
    .main-outer-2 {
        position: static;
    }

    .dropdown-menu li:hover .main-outer {
        display: none;
    }

}




/* menu static value */
/* mobile menu CSS */
.sidebar-nav.vienna-mobmenu {
    background-color: #ecf5fc;
    padding: 0 0 0 20px;
}

.sidebar-nav.vienna-mobmenu h4 {
    color: #e4173e;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    text-align: left;
    line-height: 40px;
}

.sidebar-nav.vienna-mobmenu ul {
    list-style-type: none;
    padding-left: 0;
}

.sidebar-nav.vienna-mobmenu ul li {
    border-top: 1px dotted rgba(0, 0, 0, 0.0980392);
    position: relative;
    width: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.sidebar-nav.vienna-mobmenu ul li a {
    color: rgba(0, 0, 0, 0.701961);
    padding: 7px 0;
    display: inline-block;
    width: calc(100% - 50px);
    text-decoration: none;
}

.sidebar-nav.vienna-mobmenu ul li a:hover {
    text-decoration: none;
    border-bottom: 0;
}

.sidebar-nav.vienna-mobmenu ul li.selected a {
    color: #004c84;
    font-weight: bold;
    display: block;
    margin-right: 50px;
}

.sidebar-nav.vienna-mobmenu ul li a.menu-toggle {
    position: relative;
    width: 50px;
    text-align: center;
    border-bottom: 0;
    vertical-align: top;
}

.sidebar-nav.vienna-mobmenu ul li a.menu-toggle:after {
    position: relative;
    right: 0;
    text-align: middle;
    font-family: FontAwesome;
    font-size: 12px;
    content: "";
}

.vienna-mobmenu ul li a.menu-toggle:focus,
.vienna-mobmenu ul li a.menu-toggle:hover,
.vienna-mobmenu ul li a.menu-toggle:visited,
.vienna-mobmenu ul li a.menu-toggle:link {
    border-bottom: 0;
    text-decoration: none;
}

.vienna-mobmenu ul li a.menu-toggle.rotate {
    transform: rotate(180deg);
    /* right: 1px; */
}

.vienna-mobmenu ul.sub-menu {
    display: none;
    font-size: 14px;
}

.vienna-mobmenu ul.sub-menu li {
    padding-left: 20px;
}

/* End Mobile menu CSS*/