@import url('https://fonts.googleapis.com/css2?family=DM+Sans&family=Nunito+Sans');

body{
    margin: 0px;
    padding: 0px;
    font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
    line-height: 1.7;
    font-size: 15px;
}

body::-webkit-scrollbar, .custom-modal-wrapper::-webkit-scrollbar{
    width: 5px;
}

body::-webkit-scrollbar-track, .custom-modal-wrapper::-webkit-scrollbar-track{
    background: #f1f1f1;
}

body::-webkit-scrollbar-thumb, .custom-modal-wrapper::-webkit-scrollbar-thumb{
    background: #888;
}

body::-webkit-scrollbar-thumb:hover, .custom-modal-wrapper::-webkit-scrollbar-thumb:hover{
    background: #555;
}

header.navbar-default{
    border: none;
    border-radius: 0px;
    background-color: #1e1d1d;
}

.navbar-left{
    margin-left: 20px;
}

.navbar-default .navbar-nav > li > a{
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 10px;
    padding-left: 0px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    background: none;
    color: #21ADE3;
    text-decoration: none;
}

.navbar-brand{
    padding: 0px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-brand > img{
    height: 50px;
}

.dropdown .icofont-rounded-down{
    display: inline-block;
    margin-left: 3px;
}

.dropdown .icofont-rounded-right{
    display: inline-block;
    margin-left: 15px;
    float: right;
    margin-top: 5px;
}

.drop-down-menu{
    position: absolute;
    display: none;
    width: 270px;
    list-style: none;
    padding: 10px 0px;
    margin-top: -20px;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid #ddd;
    border-top: none;
}

.drop-down-menu > li > a{
    display: block;
    color: #333;
    text-decoration: none;
    padding: 5px 15px;
    font-size: 14px;
}

.drop-down-menu > li > a:hover, .drop-down-menu > li > a:focus{
    color: #21ADE3;
}

#modal-login, #modal-register{
    padding-left: 10px;
}

#modal-login:hover, #modal-register:hover{
    background-color: #21ADE3;
    color: #fff;
}

#modal-login:hover{
    border: none;
}

#modal-register:hover{
    border: 1px solid #1e1d1d;
}

#modal-login{
    border: 1px solid #fff;
}

#modal-register{
    background-color: #ED3237;
}

.container-fluid{
    padding-left: 50px;
    padding-right: 50px;
}

h1, h2, h3{
    font-weight: bold;
}

a{
    color: #ED3237;
}

a:hover{
    color: #d35400;
}

.btn{
    outline: none;
}

#main{
    margin-top: -20px;
    margin-bottom: 50px;
}

section{
    padding-top: 100px;
    padding-bottom: 100px;
}

section h1{
    color: #3D4392;
    font-size: 25px;
}

.no-margin{
    margin: 0px;
}

.no-margin-top{
    margin-top: 0px;
}

.no-margin-bottom{
    margin-bottom: 0px;
}

.no-margin-left{
    margin-left: 0px;
}

.no-margin-right{
    margin-right: 0px;
}

.no-padding{
    padding: 0px;
}

.no-padding-top{
    padding-top: 0px;
}

.no-padding-bottom{
    padding-bottom: 0px;
}

.no-padding-left{
    padding-left: 0px;
}

.no-padding-right{
    padding-right: 0px;
}

#site-title{
    margin-top: 80px;
    margin-left: 50px;
    margin-right: 50px;
    padding: 30px 0px;
    border-bottom: 1px solid #ddd;
}

#site-title > h1{
    margin: 0px;
    display: inline-block;
    vertical-align: top;
}

#site-title > span{
    display: inline-block;
    float: right;
    font-size: 18px;
    vertical-align: top;
}

#site-title > span > a{
    color: #333;
}

#site-title > span > a:hover{
    color: #ED3237;
    text-decoration: none;
}

#search > input::placeholder{
    color: #fff;
    font-size: 20px;
}

#primary-heading{
    padding-left: 40px;
    display: inline-block;
}

#primary-heading > #ph-border{
    position: absolute;
    border: 10px solid #ED3237;
    top: -25px;
    height: 100px;
    left: 0px;
}

#primary-heading > span{
    display: block;
}

#primary-heading > span:first-child{
    font-size: 25px;
}

#primary-heading > span:last-child{
    margin-top: 20px;
    color: #21ADE3;
}

.custom-modal-wrapper{
    width: 0px;
    position: fixed;
    background-color: #fff;
    right: 0px;
    top: 0px;
    padding: 50px;
    z-index: 1100;
    opacity: 0.5;
    border-left: 1px solid #e1e1e1;
    outline: none;
    display: none;
    overflow-x: scroll;
}

.custom-modal-wrapper > p.pull-right{
    padding:7px;
    border-radius: 50%;
    background-color: #ED3237;
}

.custom-modal-wrapper > p.pull-right > span{
    font-size:20px;
    color: #fff;
    cursor: pointer;
    display: block;
}

.custom-modal-wrapper > h3{
    clear:both;
    margin-top: 70px;
    margin-bottom: 30px;
}

.custom-modal-wrapper > form > button, .custom-modal-wrapper > form > #sso > button{
    border: none;
    outline: none;
    padding: 15px;
    margin-bottom: 20px;
    color: #fff;
}

.custom-modal-wrapper #modal-submit{
    outline: none;
}

.custom-modal-wrapper #modal-submit:hover, .custom-modal-wrapper #modal-submit:focus{
    color: #fff;
    opacity: .9;
}

.custom-modal-wrapper > form > #sso{
    position: relative;
    margin-top: 40px;
    border-top: 2px dashed #ddd;
    padding-top: 20px;
    text-align: center;
}

.custom-modal-wrapper > form > #sso > span{
    position: absolute;
    display: block;
    width: 100%;
    margin: 0px auto;
    top: -20px;
}

.custom-modal-wrapper > form > #sso > span > span{
    background-color: #fff;
    display: inline-block;
    padding: 5px 7px;
    font-size: 16px;
}

.custom-modal-wrapper > form > #sso > button > span{
    display: inline-block;
    margin-right: 10px;
}

.custom-modal-wrapper input[type="text"], .custom-modal-wrapper input[type="password"]{
    border-radius: 4px;
    width: 100%;
    padding: 15px;
    outline: none;
    border: 1px solid #e5e5e5;
}

.custom-modal-wrapper form a{
    color: #ED3237;
}

.cs-wrapper{
    border: 1px solid #ddd;
    box-shadow: 0 6px 12px rgba(0,0,0,.100);
    position: relative;
    min-height: 340px;
}

.cs-wrapper > .cs-img{
    position: relative;
}

.cs-wrapper > .cs-img > span{
    position: absolute;
    display: inline-block;
    padding: 3px 7px;
    background-color: #21ADE3;
    color: #fff;
    top: 0px;
    right: 0px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cs-wrapper > .cs-info{
    padding: 10px 15px;
}

.cs-wrapper > .cs-info > span{
    font-size: 13px;
    color: #888;
}

.cs-wrapper > .cs-info > p:first-of-type{
    font-weight: bold;
    line-height: 25px;
}

.cs-wrapper > .cs-info > p:last-child{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 5px 15px 0px 15px;
}

.cs-wrapper > .cs-info > p:last-child > span{
    display: inline-block;
    font-size: 13px;
}

.cs-wrapper > .cs-info > p:last-child > span:first-child{
    vertical-align: bottom;
    color: #f09b23;
    font-weight: bold;
}

.cs-wrapper > .cs-info > p:last-child > span:last-child{
    float: right;
    text-align: right;
}

.cs-wrapper > .cs-info > p:last-child > span:last-child > span{
    display: block;
}

.cs-wrapper > .cs-info > p:last-child > span:last-child > span:first-child{
    text-decoration: line-through;
    font-size: 12px;
    color: #888;
}

.cs-wrapper > .cs-info > p:last-child > span:last-child > span:last-child{
    font-weight: bold;
}

.cs-wrapper > .cs-more{
    position: absolute;
    width: 400px;
    background-color: #fff;
    border: 1px solid #ddd;
    top: -30px;
    z-index: 1000;
    display: none;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    padding: 35px;
}

.cs-wrapper > .cs-more > .csm-instructor, .cs-wrapper > .cs-more > .csm-price{
    display: inline-block;
}

.cs-wrapper > .cs-more > .csm-instructor > img, .cs-wrapper > .cs-more > .csm-instructor > span{
    display: inline-block;
}

.cs-wrapper > .cs-more > .csm-instructor > img{
    height: 30px;
}

.cs-wrapper > .cs-more > .csm-instructor > span{
    margin-left: 5px;
    font-size: 18px;
    vertical-align: bottom;
}

.cs-wrapper > .cs-more > .csm-price{
    float: right;
    text-align: right;
    margin-top: -5px;
}

.cs-wrapper > .cs-more > .csm-price > span{
    display: block;
}

.cs-wrapper > .cs-more > .csm-price > span:first-child{
    color: #888;
    font-size: 12px;
}

.cs-wrapper > .cs-more > .csm-price > span:last-child{
    font-weight: bold;
    font-size: 15px;
}

.cs-wrapper > .cs-more > .csm-title{
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
}

.cs-wrapper > .cs-more > .csm-rating .icofont-ui-rating, .cs-wrapper > .cs-more > .csm-rating .icofont-ui-rate-blank{
    color: #f09b23;
}

.cs-wrapper > .cs-more > .csm-description{
    font-size: 15px;
    color: #888;
    margin-top: 20px;
}

.cs-wrapper > .cs-more > .csm-meta{
    margin-bottom: 20px;
    font-size: 14px;
}

.cs-wrapper > .cs-more > .csm-meta > span{
    display: inline-block;
    margin-right: 25px;
}

.cs-wrapper > .cs-more > .csm-meta > span:last-child{
    margin-right: 0px;
}

.cs-wrapper > .cs-more > .csm-action{
    text-transform: uppercase;
}

.cs-wrapper > .cs-more > .csm-action > a{
    padding: 15px;
    color: #fff;
    outline: none;
    border: none;
    font-size: 14px;
}

.cs-wrapper > .cs-more > .csm-action > a:first-child{
   background-color: #21ADE3;
   margin-bottom: 10px;
}

.cs-wrapper > .cs-more > .csm-action > a:last-child{
    background-color: #ED3237;
}

.cs-wrapper > .cs-more > .csm-action > a:hover{
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
}

#feature-category{
    padding-top: 70px;
}

#feature-category .col > h3{
    font-size: 18px;
    margin-top: 25px;
}

#feature-category .col > p{
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 16px;
}

#feature-category .col > p > a, #feature-category .col > p > span{
    display: block;
}

#feature-category .col > p > a{
    color: #21ADE3;
}

#feature-category .col > p > span{
    font-size: 14px;
}

#feature-category button{
    padding: 10px;
    border-radius: 0px;
    outline: none;
    margin-top: -20px;
}

#section-instructor img{
    float: right;
}

#si-text{
    font-size: 22px;
    margin: 60px 100px;
    margin-left: 70px;
}

#si-text > h1{
    font-size: 35px;
    margin-bottom: 25px;
}

#si-text > .btn{
    margin-top: 25px;
    padding: 15px;
    border-radius: 0px;
    outline: none;
    border: 1px solid #ED3237;
    background-color: #ED3237;
    color: #fff;
}

#si-text > .btn:hover{
    background: none;
    color: #ED3237;
}

.cat-ctrl-wrapper p:first-child{
    font-size: 16px;
    margin: 0px;
}

.cat-ctrl-wrapper p:last-child{
    margin-top: 5px;
    margin-bottom: 0px;
}

.cat-ctrl{
    font-size: 13px;
    visibility: hidden;
}

.cat-ctrl-show{
    visibility: visible;
}

.cat-ctrl > a{
    color: #333;
    margin-right: 7px;
}

a.cat-ctrl-delete{
    color: red;
}

.table{
    border: 1px solid #ddd;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th{
    border: none;
    padding: 15px;
    padding-bottom: 5px;
}

.table > thead > tr{
    border-bottom: 1px solid #ddd;
}

.table > tfoot > tr{
    border-top: 1px solid #ddd;
}

.cursor-pointer:hover{
    cursor: pointer;
}

.course-section.cs-parent{
    background-color: #f7f9fa;
    border: 1px solid #6a6f73;
}

.course-section.cs-parent > .cs-title{
    padding-left: 10px;
    font-size: 17px;
}

.course-section .cs-body{
    border-top: 1px solid #6a6f73;
    display: none;
}

.course-section.cs-parent > .cs-body{
    margin: 0px;
    padding-left: 50px;
    padding-right: 10px;
}

.course-section.cs-parent > .cs-title:hover, .course-section > .cs-children .cs-child > .cs-title:hover{
    cursor: move;
}

.course-section.cs-parent .edit, .course-section.cs-parent .delete{
    display: none;
}

.course-section.cs-parent > .cs-title > ul, .course-section > .cs-children .cs-child > .cs-title > ul{
    list-style: none;
    display: inline-block;
    padding: 10px;
    margin-bottom: 0px;
}

.course-section.cs-parent > .cs-title > ul > li, .course-section > .cs-children .cs-child > .cs-title > ul > li{
    display: inline-block;
    margin-right: 15px;
}

.course-section.cs-parent > .cs-title > ul > li:first-child > span:first-child,
.course-section > .cs-children .cs-child > .cs-title > ul > li:first-child > span:first-child{
    margin-left: 5px;
}

.course-section.cs-parent .cs-right-menu{
    float: right;
}

.course-section > .cs-children .cs-child{
    background-color: #fff;
    border: 1px solid #6a6f73;
}

.course-section > .cs-children .cs-child > .cs-body{
    padding: 10px;
}

.course-section.cs-info{
    min-height: 50px;
    position: relative;
}

.cs-form textarea{
    min-height: 50px;
}

.cs-add{
    background-color: #fff;
    border: 1px dashed #6a6f73;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    display: none;
    position: absolute;
    padding: 3px 10px;
    bottom: 5px;
}

.cs-remove{
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.course-section .cs-children .cs-info{
    min-height: 40px;
    position: relative;
}

.course-section .cs-children .cs-add{
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 15px;
    position: relative;
    left: -50px;
    bottom: -10px;
}

.course-section .cs-children .cs-sub-section{
    list-style: none;
    background-color: #fff;
    border: 1px dashed #6a6f73;
    padding: 15px;
    font-weight: bold;
    display: none;
}

.course-section .cs-children .cs-sub-section > li{
    display: inline-block;
    margin-right: 30px;
}

.course-section .cs-children .cs-sub-section > li > a:hover, .course-section .cs-children .cs-sub-section > li > a:focus{
    text-decoration: none;
    color: #21ADE3;
}

.course-section.cs-info .btns{
    margin-bottom: -20px;
}

.cs-child .cs-style{
    padding: 1px 5px;
    font-size: 14px;
    margin-right: 10px;
}

textarea{
    min-height: 30px;
}







































#course-sb > h3{
    margin-top: 0px;
    color: #ED3237;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#course-sb > ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 20px;
    font-size: 17px;
}

#course-sb > ul > li{
    margin-bottom: 15px;
}

#course-sb > ul > li > a{
    color: #333;
}

#course-sb > ul > li > a:hover{
    color: #ED3237;
    text-decoration: none;
}

.course-page > div > p{
    display: inline-block;
}

.course-page > div > p:last-child{
    float: right;
}

.cp-title > span:first-child{
    display: inline-block;
    background-color: #ED3237;
    color: #fff;
    padding: 3px 7px;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 13px;
}

.cp-title > span:last-child{
    font-size: 30px;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.cp-info{
    margin-top: 50px;
}

.cp-info, .cp-action{
    text-align: right;
}

.cp-info > span:last-child{
    display: block;
}

.cp-price > span{
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}

.cp-review{
    margin-top: 20px;
    font-size: 14px;
}

.cp-review > span{
    display: block;
    margin-bottom: 5px;
}

.cp-review .icofont-ui-rating{
    color: goldenrod;
}

.cp-review > span:first-child{
    margin-bottom: 5px;
}

.cp-meta > span{
    display: inline-block;
    margin-right: 50px;
}

.cp-meta > span > span{
    display: block;
    font-size: 22px;
    font-weight: bold;
}

.cp-meta > span > span:first-child{
    color: #888;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: normal;
}

.cp-action > button:last-child{
    margin-left: 5px;
    background-color: #ED3237;
    color: #fff;
}

.cp-menu{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 10px;
}

.cp-menu > ul{
    list-style: none;
    padding: 0px;
}

.cp-menu > ul > li{
    display: inline-block;
    margin-right: 25px;
    text-transform: uppercase;
}

.cp-menu > ul > li > a{
    color: #333;
}

.cp-menu > ul > li > a:hover{
    color: #ED3237;
    text-decoration: none;
}

.strike-through{
    text-decoration: line-through;
}

.course-sb{
    margin-bottom: 30px;
    font-size: 16px;
}

.course-sb > h3{
    margin-top: 0px;
    margin-bottom: 15px;
    color: #ED3237;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
}

.course{
    margin-bottom: 20px;
}

.course-img{
    position: relative;
}

.course-img .ci-overlay{
    position: absolute;
    top: 0px;
    background-color: #ED3237;
    height: 100%;width: 100%;
    text-align: center;
    display: none;
}

.course-img .ci-overlay > div{
    position: relative;
    top: 0px;
}

.course-img .ci-overlay > div > a{
    border: 1px solid #fff;
    color: #fff;
    outline: none;
    display: block;
    width: 200px;
    margin: 0px auto;
    padding: 10px;
}

.course-img .ci-overlay > div > a:first-child{
    margin-bottom: 10px;
}

.course-content{
    margin-top: 10px;
}

.course-content > p{
    display: inline-block;
    vertical-align: top;
}

.course-content > p > span{
    display: block;
}

.course-content > p:first-child{
    float: left;
    max-width: 400px;
}

.course-content > p:last-child{
    float: right;
    text-align: right;
}

.course-content .cc-title{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
}

.course-content .cc-meta{
    margin-top: 10px;
    color: #888;
    font-size: 14px;
}

.course-content .cc-meta > span{
    display: inline-block;
    margin-right: 10px;
}

.course-content .cc-profile{
    margin-top: 10px;
}

.course-content .cc-profile > img, .course-content .cc-profile > span{
    display: inline-block;
}

.course-content .cc-profile > img{
    height: 40px;
}

.course-content .cc-profile > span{
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
}

.course-content .cc-price{
    font-size: 17px;
    font-weight: bold;
}

.course-content .cc-ratings{
    margin-top: 20px;
    margin-bottom: 10px;
}

.course-content .cc-ratings > .icofont-ui-rating{
    color: goldenrod;
}

.instructor{
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 6px 12px rgba(0,0,0,.100);
}

.instructor > p:first-child{
    position: relative;
    padding: 0px;
    margin: 0px;
}

.instructor > p:first-child > span{
    position: absolute;
    display: block;
    background-color: #fff;
    padding: 5px 15px;
    bottom: 0px;
    border-radius: 0px 4px 0px 0px;
    font-size: 14px;
}

.instructor > p:first-child > span > span:first-child{
    color: goldenrod;
    font-weight: bold;
}

.instructor > p:last-child{
    padding: 10px 20px;
    padding-bottom: 5px;
}

.instructor > p:last-child > span{
    display: block;
}

.instructor > p:last-child > span:first-child{
    font-weight: bold;
    font-size: 22px;
}

.instructor > p:last-child > span:last-child{
    text-transform: uppercase;
    font-size: 14px;
}

#featured span{
    display: inline-block;
}

#featured span > .icofont{
    margin-left: 100px;
    vertical-align: middle;
}

#featured span > .icofont:hover{
    color: #ED3237;
}

footer{
    background-color: #1e1d1d;
    color: #fff;
    font-size: 18px;
    padding-top: 100px;
}

footer > .container-fluid{
    margin-bottom: 90px;
}

footer ul{
    list-style: none;
    padding: 0px;
}

footer ul > li{
    margin-bottom: 10px;
}

footer h3{
    font-size: 20px;
    margin-bottom: 20px;
}

footer a{
    color: #888;
}

footer a:hover, footer a:active{
    color: #ED3237;
    text-decoration: none;
}

#social-icons{
    font-size: 20px;
    margin-top: 20px;
}

#social-icons > li{
    display: inline-block;
    margin-right: 20px;
}

#copyright{
    background-color: #363636;
    padding-top: 25px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #fff;
}

#copyright .icofont{
    font-size: 35px;
    margin-left: 15px;
    line-height: 0px;
    vertical-align: middle;
}

#footer-sticky{
    position: fixed;
    right: 50px;
    bottom: 50px;
}

#footer-sticky > a{
    color: #fff;
    background-color: #27ae60;
    font-size: 16px;
    padding: 10px;
    border-radius: 8px;
}

#footer-sticky > a:hover{
    text-decoration: none;
}

.alert-notification{
    position: fixed;
    top: 70px;
    margin-bottom: 50px;
    display: none;
    left: 0px;
    width: 100%;
    padding: 25px 50px;
    border-radius: 0px;
    z-index: 1050;
}

.sticky-notification{
    position: fixed;
    width: 100%;
    display: none;
    padding: 25px 50px;
    border-radius: 0px;
    bottom: 0px;
    margin: 0px;
}

@media (min-width: 768px){
    .icon-ul > li:first-child{
        padding-right: 50px;
    }
    
    .jumbotron{
        padding-top: 150px;
    }
    
    .jumbotron > .container > div{
        width: 60%;
    }
    
    #price-highlight{
        margin-top: 50px;
    }
}

@media (min-width: 992px){
    .jumbotron{
        padding-top: 130px;
    }
    
    .jumbotron > .container > div{
        width: 65%;
    }
    
    #price-highlight{
        margin-top: 0px;
    }
}

@media (min-width: 1200px){
    
}

@media (max-width: 767px){
    .container-fluid{
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 991px){
    
}

@media (max-width: 1199px){
    
}