html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
:-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/* Modify brand and text color */ 
/*
.navbar-brand
{
   position: absolute;
   width: 100%;
   left: 10px;
   text-align: center;
    margin:0 auto;
}

.navbar-toggle {
    z-index:3;
}
*/



.navbar-custom { 
    /*background-color: #545454; */
	border: solid 0px #000;
	/*text-align: left;*/
	
} 
.navbar-custom .navbar-nav {
	border: solid 0px #000;
	padding-left:25px;
}
/*.navbar-custom .navbar-brand { 
    border: solid 2px #000;
	text-align: left;
}
*/       
.navbar-custom .navbar-brand, 
.navbar-custom .navbar-text { 
    color: #545454;
	
	
} 

/*.navbar-toggler { 
    border-color: lightgreen; 
	color: lightgreen;
} */

.navbar-custom .navbar-toggler { 
    border-color: #545454; 
} 
        /* Setting the stroke to green using rgb values (0, 128, 0) */ 
          
.navbar-custom .navbar-toggler-icon { 
            background-image: url( 
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); 
        } 
		
/*
body{
    font-family: 'Open Sans', sans-serif;
    padding-right: 0 !important;
    color: #29303b;
    font-size: 15px;
}*/

body
{
	background: #ffffff;
	/*
	font-family: 'Libre Baskerville', 'Helvetica Neue', Arial,Verdana,sans-serif;
	*/
	/*font-family: 'Jost', sans-serif;*/
	font-family: 'Jost', sans-serif;
	padding: 0;
	margin: 0;
	color: #444;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 1.7;
	word-wrap: break-word;
	-webkit-overflow-scrolling: touch;
}

body.white-bg{
    background: #fff;
}
body.gray-bg{
    background: #F9F9F9 /*#f7f8fa*/;
}

.gray-bg{
    background: #F9F9F9 /*#f7f8fa*/;
}

body.modal-open {
    overflow: auto;
}
p{
    margin: 0 0 10.5px;
}
a,
button,
input[type="button"]{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-webkit-transition: all 0.3s;
}
a{
    color: #545454 /*#007791*/;
}
a:hover{
    text-decoration: none;
    color: #003845;
}

*[data-toggle="modal"],
button{
    cursor: pointer;
}

a:focus,
.btn:focus,
.form-control:focus,
button:focus,
input:focus,
textarea:focus,
select:focus{
    outline: none;
    box-shadow: 0 0 0 0 !important;
}
fieldset,
label {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    /*color: #b2b4b9;*/
}
.tooltip{
    pointer-events: none;
}


.btn {
    /*color: #fff;
    background-color: #ec5252;
    border-color: #ec5252;
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 2px;
    line-height: 1.35135;
    font-weight: 600;*/
	
	background-color: #000;
	color: #fff;
	border: 2px solid #000;
    border-radius: 25px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	padding:5px 10px 5px 10px;
	
	
}
.btn:hover,
.btn:focus {
    background-color: #992337;
    border-color: #992337;
    color: #fff;
}
textarea:focus,
.form-control:focus,
input:focus {
    border-color: #76c5d6;
}
select + .select2-container{
    width: 100%!important;
}



.rating i{
    color: #dedfe0;
}
.rating i.filled{
    color: #f4c150;
}
.rating i.half-filled{
    position: relative;
}
.rating i.half-filled:after{
    position: absolute;
    content: "\f089";
    top: 0;
    left: 0;
    font-size: inherit;
    color: #f4c150;
    z-index: 1;
}

/*
bootstrap overwrite css
*/
.container-xl,
.container-lg{
    width:100%;
    padding-right:20px;
    padding-left:20px;
    margin-right:auto;
    margin-left:auto
}





/*
menu
*/



.corner-triangle.top-left:after{
    top: -12px;
    left: 14px;
}
.corner-triangle.top-left:before{
    top: -14px;
    left: 14px;
}
.corner-triangle.top-right:after{
    top: -12px;
    right: 14px;
}
.corner-triangle.top-right:before{
    top: -14px;
    right: 14px;
}
.corner-triangle:after{
    border-color: transparent transparent #fff;
}
.corner-triangle:before{
    border-color: transparent transparent #e8e9eb;
}
.corner-triangle:before,
.corner-triangle:after{
    border-style: solid;
    border-width: 0 10px 13px;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
}




.menu-area{
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    position: relative;
    z-index: 99;
	
}
.menu-area .navbar{
    padding: 0;
}
.signin-box-move-mobile-helper,
.signin-box-move-desktop-helper{
    display: none;
}
/*

menu code was here

*/






.search-box{
    margin-right: 50px;
    padding: 10px 0;
}
.search-box input{
    background-color: #f2f3f5;
    border: 1px solid #f2f3f5;
    height: 45px;
    padding: 0 15px;
    border-radius: 2px 0 0 2px;
    font-size: 13px;
}
.search-box input:focus{
    background-color: #fff;
    border-color: #dedfe0;
    border-right-color: transparent;
}
.search-box input:focus + .input-group-append button{
    background-color: #fff;
    border-color: #dedfe0;
    border-left-color: transparent;
}
.search-box button{
    border: 1px solid #f2f3f5;
    border-radius: 0 2px 2px 0;
    font-size: 15px;
    padding: 10px 15px;
    background: #f2f3f5;
    color: #ec5252;
}
.search-box button:hover,
.search-box button:focus{
    background-color: #ec5252 !important;
    border-color: #ec5252;
    color: #fff;
}








.menu-icon-box .empty-box{
    padding: 20px;
}
.menu-icon-box .empty-box p{
    margin-bottom: 0px;
}
.menu-icon-box .empty-box a{
    display: inline-block;
    font-weight: 600;
    margin-top: 15px;
}

.menu-icon-box .top-right {
  position: absolute;
  top: 10px;
  right: 30px;
  text-align: left;
  padding-top:5px;
}


.menu-icon-box{
    position: relative;
    margin: 0 5px;
}
.menu-icon-box .icon{
    position: relative;
}
.menu-icon-box .icon .number{
    position: absolute;
    top: 0px;
    right: 2px;
    background-color: #ec5252;
    border-radius: 15px;
    color: #fff;
    font-size: 10px;
    line-height: 1.43;
    min-width: 19px;
    padding: 2px 6px;
    text-align: center;
    pointer-events: none;
}
.menu-icon-box .icon a{
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    border-radius: 50%;
    color: #686f7a;
    border: 1px solid transparent;
    margin: 0px 0;
    font-size: 18px;
}
.menu-icon-box .icon a:hover{
    background: rgba(20,23,28,.05);
    border-color: rgba(20,23,28,.05);
}
.menu-icon-box:hover > .dropdown{
    opacity: 1;
    visibility: visible;
}
.menu-icon-box .dropdown{
    position: absolute;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    border-top: 1px solid #e8e9eb;
    box-shadow: 0 4px 16px rgba(20,23,28,.25);
    color: #505763;
    font-size: 13px;
    left: inherit;
    list-style: none;
    margin: 0;
    right: -1px;
    text-align: left;
    top: 100%;
    width: 330px;
}



.course-list-dropdown .item-list{
    max-height: 230px;
    overflow-y: auto;
    margin-bottom: 10px;
}
.course-list-dropdown .item-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.course-list-dropdown .item-list ul li {
    padding: 23px 23px 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-webkit-transition: all 0.3s;
}
.course-list-dropdown .item-list ul li:hover {
    background: #f2f3f5;
}
.course-list-dropdown .item-list ul a {
    display: block;
}
.course-list-dropdown .item-list .item .item-image {
    width: 60px;
    float: left;
}
.course-list-dropdown .item-list .item .item-details {
    padding-left: 70px;
}
.course-list-dropdown .item-list .item .item-details .course-name {
    color: #505763;
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
}
.course-list-dropdown .item-list .item .item-details .instructor-name {
    color: #686f7a;
    font-size: 13px;
}
.course-list-dropdown .item-list .item .item-details .current-price {
    color: #ec5252;
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}
.course-list-dropdown .item-list .item .item-details .original-price {
    text-decoration: line-through;
    color: #686f7a;
}
.course-list-dropdown .item-list .item .item-details .instructor-name {
    color: #686f7a;
    font-size: 13px;
}
.course-list-dropdown .item-list .item .item-details .current-price {
    color: #ec5252;
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}
.course-list-dropdown .item-list .item .item-details .original-price {
    text-decoration: line-through;
    color: #686f7a;
}
.course-list-dropdown .item-list .item .item-details button {
    padding: 2px 8px;
    font-size: 13px;
    line-height: 1.35135;
    border-radius: 2px;
    width: 100%;
    color: #007791;
    background-color: #fff;
    border: 1px solid #007791;
}
.course-list-dropdown .item-list .item .item-details button:hover,
.course-list-dropdown .item-list .item .item-details button:focus {
    background: #e6f2f5;
}
.course-list-dropdown .dropdown-footer {
    background: #f2f3f5;
    padding: 5px 20px 25px;
}
.course-list-dropdown .dropdown-footer a {
    width: 100%;
    border: 0;
    color: #fff;
    background-color: #007791;
    padding: 11px 12px;
    font-size: 15px;
    line-height: 1.43;
    border-radius: 2px;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    text-align: center;
}
.course-list-dropdown .dropdown-footer a:hover,
.course-list-dropdown .dropdown-footer a:focus {
    background: #003440;
}
.course-list-dropdown .dropdown-footer .cart-total-price {
    color: #686f7a;
    font-size: 15px;
    margin-top: 8px;
}
.course-list-dropdown .dropdown-footer .cart-total-price .current-price {
    color: #ec5252;
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}
.course-list-dropdown .dropdown-footer .cart-total-price .original-price {
    text-decoration: line-through;
    color: #686f7a;
    font-size: 14px;
}





.notifications-list-dropdown .notifications-head {
    padding: 12px;
    font-size: 15px;
    border-bottom: 1px solid hsla(210,3%,87%,.45);
    color: #29303b;
}
.notifications-list-dropdown .notifications-footer {
    background: #f7f8fa;
    height: 58px;
    box-shadow: 0 -3px 5px rgba(0,0,0,.05);
}
.notifications-list-dropdown .notifications-footer a,
.notifications-list-dropdown .notifications-footer button {
    color: #007791;
    font-size: 13px;
    font-weight: 600;
    padding: 20px 15px;
}
.notifications-list-dropdown .notifications-footer button {
    border: 0;
    background: transparent;
}
.notifications-list-dropdown .notifications-footer a:hover,
.notifications-list-dropdown .notifications-footer button:hover,
.notifications-list-dropdown .notifications-footer a:focus,
.notifications-list-dropdown .notifications-footer button:focus {
    color: #004d5e;
    background: #f2f3f5;
}
.notifications-list-dropdown .notifications-footer a i {
    margin-left: 5px;
    margin-right: 5px;
    transition: inherit;
    -webkit-transition: inherit;
    -ms-webkit-transition: inherit;
}
.notifications-list-dropdown .notifications-footer a:hover i {
    transform: translateX(5px);
}
.notification-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.notification-list ul li {
    padding: 10px 15px;
    border-bottom: 1px solid hsla(210,3%,87%,.45);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-webkit-transition: all 0.3s;
}
.notification-list ul li:hover {
    background: #f7f8fa;
}
.notification-list ul li a {
    display: block;
}
.notification-list .notification .notification-image {
    float: left;
    height: 64px;
    width: 64px;
}
.notification-list .notification .notification-details {
    padding-left: 74px;
}
.notification-list .notification .notification-details .notification-text {
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 210px;
    height: 40px;
    color: #505763;
    margin-bottom: 0;
    line-height: 1.5;
}
.notification-list .notification .notification-details .notification-time {
    color: #686f7a;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0;
}
.notification-list .notification .notification-image img {
    border-radius: 50%;
}
.notification-list .notification{
    position: relative;
}
.notifications-list-dropdown .notification-list {
    max-height: 415px;
    overflow-y: auto;
}
.notification-list .notification .mark-as-read {
    position: absolute;
    height: 10px;
    width: 10px;
    border: 1px solid #007791;
    border-radius: 50%;
    top: 2px;
    right: -3px;
    background: #007791;
}
.notification-list .notification .mark-as-read.marked {
    border-color: rgba(41,48,59,.25);
    background-color: transparent;
}






.user-box.menu-icon-box .icon a img {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    margin-top: -5px;
}
.user-dropdown-menu {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    list-style: none;
}
.user-dropdown-menu li a {
    display: block;
    color: #29303b;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 22px;
}
.user-dropdown-menu li a:hover {
    color: #007791;
    background: #f2f3f5;
}
.user-dropdown-menu li a i {
    font-size: 16px;
    width: 20px;
    text-align: center;
    margin: 0 19px 0 10px;
    color: #a1a7b3;
}
.dropdown-user-info .user-image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #f2f3f5;
}
.dropdown-user-info .user-details {
    padding-left: 50px;
}
.dropdown-user-info .user-details .user-name {
    color: #29303b;
}
.dropdown-user-info .user-details .user-email {
    color: #686f7a;
    font-size: 13px;
}
.dropdown-user-info .user-details .user-name .hi,
.dropdown-user-info .user-details .user-email .welcome{
    display:none;
}
.user-dropdown-menu .dropdown-user-logout {
    padding: 10px 0;
    background: #f7f8fa;
}


















.sign-in-box > .btn{
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 2px;
    line-height: 1.35135;
    font-weight: 600;
    margin-left: 5px !important;
    border-radius: 2px !important;
}
.sign-in-box .btn-sign-in{
    color: #fff;
    background-color: #545454;
    border: 1px solid #505763;
}
.sign-in-box .btn-sign-in:hover,
.sign-in-box .btn-sign-in:focus{
    background-color: #992337;
	border-color: #992337;
}
.sign-in-box .btn-sign-up{
    color: #fff;
    background-color: #545454;
    border: 1px solid #505763;
}
.sign-in-box .btn-sign-up:hover,
.sign-in-box .btn-sign-up:focus{
    background-color: #992337;
    border-color: #992337;
}




.sign-in-box .modal-dialog{
    max-width: 400px;
}
.sign-in-modal .modal-title{
    color: #29303b;
    font-weight: 700;
    font-size: 15px;
}
.sign-in-modal .close{
    font-size: 2rem;
    padding: 0.5rem 1rem;
}
.sign-in-modal .modal-header{
    border-bottom: 1px solid rgba(41,48,59,.1);
    background-color: #f2f3f5;
}
.sign-in-modal .modal-header,
.sign-in-modal .modal-body{
    padding: 20px 25px;
}


.sign-in-modal .social-btn{
    box-shadow: 0 2px 2px 0 rgba(41,48,59,.24), 0 0 2px 0 rgba(41,48,59,.12);
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 0 20px 0 0;
    font-size: 16px;
    font-weight: 700;
    background-color: #fff;
}
.sign-in-modal .social-btn a{
    display: block;
}
.sign-in-modal .icon{
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    margin-right: 10px;
    padding: 15px 0 15px 5px;
    text-align: center;
    width: 50px;
}
.sign-in-modal .icon.google-icon{
    background: url(../img/icons/google_icon.svg) no-repeat 50%;
    background-size: 24px;
    color: #fff;
    color: rgba(0, 0, 0, 0);
}

.sign-in-modal .social-btn.fb-sign-up{
    background-color: #1a538a;
}
.sign-in-modal .social-btn.fb-sign-up a{
    color: #fff;
}
.sign-in-modal .social-btn.google-sign-up a{
    color: #686f7a;
}
.sign-in-modal .sign-in-separator{
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    margin-bottom:10px;
    padding-top: 3px;
    position: relative;
}
.sign-in-modal .sign-in-separator:after,
.sign-in-modal .sign-in-separator:before{
    position: absolute;
    height: 1px;
    background-color: #dedfe0;
    content: "";
    top:10px;
    width: calc( 50% - 20px);
}
.sign-in-modal .sign-in-separator:before{
    left: 0
}
.sign-in-modal .sign-in-separator:after{
    right: 0
}
.sign-in-modal .input-group{
    margin-bottom: 10px;
    position: relative;
}
.sign-in-modal .input-group .input-field-icon{
    position: absolute;
    top: 15px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    z-index: 10;
    left: 10px;
    color: #dedfe0;
    font-size: 18px;
}
.sign-in-modal .input-group .form-control{
    border-radius: 5px;
    color: #29303b;
    font-size: 18px;
    height: auto;
    padding: 11px 10px 12px 40px;
    background-color: #fff;
    border: 1px solid #cacbcc;
}
.sign-in-modal .input-group .form-control:focus{
    border-color: #76c5d6;
}

.sign-in-modal .deal-checkbox{
    margin-bottom: 10px;
    font-size: 15px;
    cursor: pointer;
}
.sign-in-modal .custom-checkbox .custom-control-label::before {
    border-radius: 1px;
    border:1px solid #cacbcc;
    background-color: transparent;
}
.sign-in-modal .custom-control-input:hover~.custom-control-label::before,
.sign-in-modal .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0px #fff, 0 0 0 0 rgba(0,123,255,.25);
    border-color: #007791;
}
.sign-in-modal .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #007791;
    border-color: #007791;
}
.sign-in-modal form button[type="submit"]{
    color: #fff;
    background-color: #ec5252;
    border-color: #ec5252;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    width: 100%;
    padding: 11px 12px;
    border-radius: 2px;
}
.sign-in-modal form button[type="submit"]:hover,
.sign-in-modal form button[type="submit"]:focus{
    background-color: #521822 !important;
    border-color: #521822 !important;
}
.sign-in-modal .forgot-pass{
    text-align: center;
    font-size: 15px;
}
.sign-in-modal .agreement-text{
    text-align: center;
    font-size: 10px;
    margin: 10px 0;
}
.sign-in-modal .account-have{
    text-align: center;
    font-size: 15px;
    padding-top: 15px;
    border-top: 1px solid #dedfe0;
}
.sign-in-modal .account-have a{
    font-weight: 700;
}
.sign-in-modal .forgot-email.form-control {
    font-size: 16px;
    padding: 10px 12px;
    border-radius: 2px;
}
.sign-in-modal .forgot-pass-btn{
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
}
.sign-in-modal .forgot-pass-btn .btn{
    width: auto;
    height: auto;
    padding: 11px 12px;
    font-size: 15px;
}
.sign-in-modal .forgot-pass-btn span{
    margin: 0 5px;
}
.sign-in-modal .forgot-recaptcha{
    margin: 25px 0 15px;
}




.course-preview-modal .modal-header {
    border-color: #000;
}
.course-preview-modal {
    background-color: #29303b;
    color: #fff;
}
.course-preview-modal .modal-title {
    font-size: 18px;
}
.course-preview-modal .modal-title span {
    color:  #76c5d6;
    margin-right: 5px;
}
.course-preview-modal .close {
    color: #fff;
    text-shadow: 0 0 0 #fff;
    opacity: 1;
    font-size: 27px;
}
.course-preview-modal .modal-body {
    padding: 0;
}
.course-preview-modal .course-preview-video-list .title {
    font-size: 18px;
    color: #dedfe0;
    padding: 7px 15px;
}
.course-preview-modal .course-preview-video-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}
.course-preview-modal .course-preview-video-list .course-preview-free-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.course-preview-modal .course-preview-video-list .course-preview-free-video .course-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
}
.course-preview-modal .course-preview-video-list .course-preview-free-video .course-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    max-width: 82%;
    padding-left: 15px;
    font-size: 13px;
}
.course-preview-modal .course-preview-video-list .course-preview-free-video .course-name i {
    font-size: 12px;
    margin-right: 7px;
}
.course-preview-modal .course-preview-video-list li {
    padding: 7px 15px;
    cursor: pointer;
}
.course-preview-modal .course-preview-video-list li.active {
    background-color: #505763;
}































/*
homepage styles
*/

.home-banner-area{
    background-image: url('../../../../uploads/system/home-banner.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 320px 0 120px;
    color: #fff;
}
.home-banner-wrap{
    /*max-width: 500px;
	border: 2px;*/
	top:100px;
	font-size: 22px;
    font-weight: 400;
	min-height: 230px;
}
.home-banner-wrap h2{
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(41,48,59,.55);
}
.home-banner-wrap p{
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 30px;
	margin-top: 30px;
    text-shadow: 0 2px 4px rgba(41,48,59,.55);
}

.home-banner-wrap .explore-btn {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 26px;
	text-align: left;
	margin-bottom: 0;
	/*font-family: 'Roboto', sans-serif;*/
	background-color: #000;
	padding:15px;
	border: solid 3px #fff;
	border-radius: 25px;
}

.home-banner-wrap input[type="text"]{
    font-size: 20px;
    height: 50px;
    padding: 11px 17px;
    border: none;
    border-radius: 3px 0 0 3px;
    font-weight: 300
}
.home-banner-wrap .btn{
    padding: 10px 14px;
    font-size: 20px;
    background: #fff;
    border: 0;
    border-radius: 0 3px 3px 0;
    color: #ec5252;
}
.home-banner-wrap .btn:hover{
    background: #ec5252;
    color: #fff;
}
.home-fact-area{
    background-color: #545454;
    background: -webkit-linear-gradient(-45deg,#545454,#545454);
    background: -moz-linear-gradient(-45deg,#545454 0,#545454 100%);
    background: -ms-linear-gradient(-45deg,#545454 0,#545454 100%);
    background: -o-linear-gradient(-45deg,#545454 0,#545454 100%);
    background: linear-gradient(-45deg,#545454,#545454);
    color: #fff;
    padding: 15px 0;
    margin-bottom: 50px
}
.home-fact-box .text-box{
    padding: 10px 0 10px 63px;
}
.home-fact-box i{
    font-size: 47px;
    margin-top: 8px;
}
.home-fact-box .text-box h4{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
}
.home-fact-box .text-box p{
    font-size: 15px;
    margin-bottom: 0;
}





.course-carousel-title h2{
    margin: 0px;
	padding: 0px;
}

.course-carousel-area{
    margin-bottom: 20px;
    overflow-x: hidden;
}
.course-carousel-area .course-carousel-title{
    font-size: 25px;
    color: #505763;
    margin: 0 0 10px;
	/*font-family: 'Roboto', sans-serif;*/
	font-family:"Jost";
}
.course-carousel-area .slick-slider{
    width: calc( 100% + 16px );
    margin-left: -8px;
}
.course-carousel-area .slick-list:before,
.course-carousel-area .slick-list:after{
    position: absolute;
    content: "";
    top:0;
    right: 0;
    height: 100%;
    width: 8px;
    background: #f7f8fa;
    z-index: 1;
}
.course-carousel-area .slick-list:after{
    right: auto;
    left: 0
}

.course-carousel .slick-prev:hover,
.course-carousel .slick-next:hover{
    box-shadow: 0 2px 8px 2px rgba(20,23,28,.15);
}
.course-carousel .slick-prev:focus,
.course-carousel .slick-next:focus{
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1) !important;
}

.course-carousel .slick-prev,
.course-carousel .slick-next{
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    z-index: 1;
    top: calc( 50% - 25px);
}
.course-carousel .slick-prev{
    left: -28px;
}
.course-carousel .slick-prev.slick-disabled,
.course-carousel .slick-next.slick-disabled{
    opacity: 0;
}
.course-carousel .slick-prev:before{
    content: url(../img/icons/prev_arrow.png);
    line-height: 0;
    opacity: 1
}
.course-carousel .slick-next{
    right: -15px
}
.course-carousel .slick-next:before{
    content: url(../img/icons/next_arrow.png);
    line-height: 0;
    opacity: 1;
}
.course-box-wrap:focus{
    outline: none;
}
.course-box-wrap{
    padding:0 0px;
    margin-bottom: 20px;
	
}
.course-box-wrap a{
    color: #fff;
}
.course-box-wrap a:hover{
    text-decoration: none;
}
.course-box{
    position: relative;
    background: #fff;
	min-height:380px;
	
}
.course-box:before,
.course-box:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    will-change: opacity;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -ms-webkit-transition: .2s ease;
    z-index: -1;
}
.course-box:before{
    /*opacity: 1;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    -webkit-box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    -ms-webkit-box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);*/
}
.course-box:after{
    /*opacity: 0;
    box-shadow: 0 2px 8px 2px rgba(20,23,28,.15);
    -webkit-box-shadow: 0 2px 8px 2px rgba(20,23,28,.15);
    -ms-webkit-box-shadow: 0 2px 8px 2px rgba(20,23,28,.15);*/
}
.course-box:hover:before{
    opacity: 0;
}
.course-box:hover:after{
    opacity: 1;
}
.course-box .play-btn {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/icons/icon-play.svg) no-repeat;
    background-size: auto 40%;
    background-position: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 1
}
.course-box .course-image:hover > .play-btn {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    visibility: visible;
    opacity: 1;
}
.course-box .course-details{
    padding: 15px 5px 0px 15px;
    position: relative;
	color: #000;
}
.course-box .course-description {
	margin: 15px 15px 0 0px;
	color: #000;
	font-size:18px;
}
.course-box .course-details .title{
    
	/*display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: 600;
    height: 36px;
    min-height: 42px;
    font-size: 15px;
    color: #29303b;
    margin-bottom: 10px;
    line-height: 20px;*/
	
	margin: 25px 15px 0 15px;
	font-weight: 700;
	
}
.course-box .course-details .card__title{
	font-size:19px;
}
.course-box .course-details .instructors{
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    min-height: 21px;
    height: 21px;
    font-size: 12px;
    color: #686f7a;
    margin-bottom: 5px;
}
.course-box .course-details .rating{
    margin-bottom: 10px;
}
.course-box .course-details .rating i{
    font-size: 11px;
}
.course-box .course-details .rating .rating-number{
    color: #29303b;
    margin-bottom: 0;
    font-size: 12px;
}
.course-box .course-details .rating .rating-number span{
    font-weight: 600;
    color: #a1a7b3;
    margin-left: 5px;
}
.course-box .course-details .price{
    /*padding-bottom: 15px;
    color: #29303b;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;*/
	
	position: absolute;
    /*top: -130px;*/
	top: -50px;
    right: 1px;
    font-size: 13px;
    display: inline-block;
    background: #323131;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 50%;
    width: 60px;
    text-align: center;
    line-height: 60px;
	
}
.course-box .course-details .price small{
    color: #686f7a;
    font-weight: 400;
    font-size: 13px;
    margin-right: 5px;
    text-decoration: line-through;
}

.course-box .course-details .completed-percent .progress-bar{
    background: #007791;
}
.course-box .course-details .completed-percent .progress {
    border-radius: 0;
    height: 2px;
    background-color: rgba(41,48,59,.25);
}
.course-box .course-details .completed-percent {
    margin-top: 10px;
    padding-bottom: 30px;
}
.course-box .course-details .completed-percent .text {
    width: 50%;
    color: #686f7a;
    font-size: 13px;
}
.course-box .course-details .your-rating-box {
    position: absolute;
    right: 10px;
    bottom: 3px;
    margin-bottom: 0;
    z-index: 1;
    text-align: right;
}
.course-box .course-details .your-rating-box .your-rating-text {
    margin-bottom: 0;
    font-size: 13px;
    color: #29303b;
    margin-top: 2px;
}
.course-box .course-details .your-rating-box:hover .your-rating-text {
    color: #ec5252;
}
.course-box .course-details .your-rating-box .your-rating-text .edit {
    display: none;
}
.course-box .course-details .your-rating-box:hover .your-rating-text .edit {
    display: unset;
}
.course-box .course-details .your-rating-box:hover .your-rating-text .your {
    display: none;
}
.course-box .course-details .your-rating-box i {
    color: transparent;
    text-stroke: 1px #eaeaea;
    -webkit-text-stroke: 1px #eaeaea;
    font-size: 17px;
    letter-spacing: -0.1em;
}
.course-box .course-details .your-rating-box i.filled {
    color: #f4c150;
}




.course-badge{
    color: #fff;
    /*box-shadow: 0 0 0px 0px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);*/
    pointer-events: none;
    border-radius: 0px;
    font-size: 12px;
    padding: 4px 2px 4px 2px;
    font-weight: 700;
    position: relative;
    /*line-height: 2.5;*/
    text-align: center;
    /*text-transform: uppercase;*/
    display: inline-block;
	letter-spacing: 2.3px;
}
/*
.course-badge:after{
    border-radius: 3px;
    right: -4px;
    background: inherit;
    content: "";
    height: 11px;
    position: absolute;
    top: 2px;
    transform: rotate(45deg);
    width: 11px;
    z-index: 0;
    display: block;
}*/
.course-badge.best-seller{
    background: #000;
}
.course-badge.hot-new{
    background: #000;
    color: #fff;
}
.course-badge.position{
    position: absolute;
    top: 12px;
    left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.course-box .course-thumbnail img
{
	width: 100%;
	max-height: 175px;
	border-radius: 5px;
}

.course-box .course-image{
    position: relative;
}
.course-box .course-image:before{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -ms-webkit-transition: 0.2s;
	
}
.course-box .wishlist-add,
.course-box .favorite-add{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
.course-box .wishlist-add button,
.course-box .favorite-add button{
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}
.course-box .wishlist-add button:hover i,
.course-box .wishlist-add.wishlisted button i,
.course-box .favorite-add button:hover i,
.course-box .favorite-add.added button i{
    color:#ec5252;
}
.course-box .wishlist-add button i,
.course-box .favorite-add button i{
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
    font-size: 16px;
    color:#686f7a;
}
.course-box .instructor-img-hover{
    position: absolute;
    display: flex;
    flex-direction: column;
    text-align: left;
    top: 10px;
    left: 10px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -ms-webkit-transition: 0.2s;
}
.course-box .instructor-img-hover img{
    border: 3px solid #fff;
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
}
.course-box .instructor-img-hover span{
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-stroke: .4px #fff;
    -webkit-text-stroke: .4px #fff
}
.course-box:hover .instructor-img-hover,
.course-box:hover .course-image:before{
    opacity: 1;
    visibility: visible;
}








.webui-popover{
    box-shadow: 0 4px 16px rgba(20,23,28,.25);
    border-color: transparent;
    border-radius: 2px;
}
.course-popover-content .last-updated {
    margin: 10px 0;
    font-size: 13px;
}

.course-popover-content .course-title a {
    visibility: visible;
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: -.3px;
    color: #505763;
}
.course-popover-content .course-title a:hover {
    text-decoration: underline;
}

.course-popover-content .course-category {
    color: #686f7a;
    font-size: 11px;
    margin-top: 7px;
}

.course-popover-content .course-category .course-badge {
    margin-right: 10px;
    box-shadow: 0 0 0;
}

.course-popover-content .course-meta span {
    margin-right: 10px;
    font-size: 13px;
    color: #7a7d82;
}

.course-popover-content .course-meta span i {
    font-size: 12px;
    margin-right: 5px;
}

.course-popover-content .course-meta {
    padding: 5px 0;
}

.course-popover-content .course-subtitle {
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    visibility: visible;
    font-size: 15px;
    line-height: 1.53;
    letter-spacing: -.2px;
    color: #686f7a;
    padding-top: 10px;
}
.course-popover-content .what-will-learn {
    margin-top: 15px;
}

.course-popover-content .what-will-learn ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-popover-content .what-will-learn ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    max-height: 54px;
    visibility: visible;
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 13px;
    letter-spacing: -.2px;
    color: #686f7a;
}
.course-popover-content .what-will-learn ul li:before {
    content: ".";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 30px;
    line-height: 0;
    color: #dedfe0;
}

.course-popover-content .popover-btns {
    margin-top: 50px;
    padding-right: 65px;
    position: relative;
    margin-bottom: 15px;
}

.course-popover-content .popover-btns .add-to-cart-btn {
    width: 100%;
    padding: 16px 12px;
}

.addedToCart {
    color: #ec5252;
    background-color: #ffffff;
    border-color: #ec5252;
}
.addedToCart:hover {
    color: #fff;
    background-color: #992337;
    border-color: #992337;
}

.course-popover-content .popover-btns .wishlist-btn {
    position: absolute;
    right: 8px;
    top: 8px;
    border: none;
    background: none;
    font-size: 24px;
}
.course-popover-content .popover-btns .wishlist-btn i {
    color: transparent;
    text-stroke: 1px #ec5252;
    -webkit-text-stroke: 1px #ec5252;
}

.course-popover-content .popover-btns .wishlist-btn.active i,
.course-popover-content .popover-btns .wishlist-btn:hover i{
    color: #ec5252;
}
.webui-popover.left>.webui-arrow,
.webui-popover.left-top>.webui-arrow,
.webui-popover.left-bottom>.webui-arrow {
    border-left-color: rgba(20,23,28,.1);
}
.webui-popover.right>.webui-arrow,
.webui-popover.right-top>.webui-arrow,
.webui-popover.right-bottom>.webui-arrow {
    border-right-color: #999;
    border-right-color: rgba(20,23,28,.1);
}








/*
course page style
*/


/*
course header
*/





.course-header-area-top{
	/*background-color: #f7f8fa; */
	padding-bottom:10px;
	
	border-radius: 10px 10px 0px 0px;
	border: 0px solid #f7f8fa;
	padding: 20px;
	width: 100%;
	height: 100%;
  
}
section.course-header-area {
    background-color: #29303b;
    /*color: #000;*/
	 color: #fff;
    /*padding: 140px 0px 0px 0px;*/
	/*course-header-area*/
	min-height: 450px;
}
.course-header-area.duplicated {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(41,48,59,.8);
    padding: padding: 10px 0px 0px 0px;;
}
.course-header-area.duplicated .title{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
}
.course-header-area.duplicated .subtitle,
.course-header-area.duplicated .course-badge,
.course-header-area.duplicated .created-row {
    display: none;
}

.course-header-wrap {
    margin-top: 330px;
    
}

.course-header-wrap .title {
    font-size: 28px;
    line-height: 41px;
    font-weight: 600;
    margin-bottom: 10.5px;
	color:#fff;
}

.course-header-wrap .subtitle {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 7px;
}

.course-header-wrap > div > span {
    margin-right: 12px;
    margin-bottom: 7px;
    font-size: 15px;
}

.course-header-wrap .rating p {
    margin-bottom: 0;
}

.course-header-wrap .rating i {
    font-size: 14px;
    color: #f4c150;
}

.course-header-wrap a {
    color: #fff;
}

.course-header-wrap .course-badge {
    font-size: 9px !important;
}

.course-header-wrap .comment i {
    margin-right: 7px;
    font-size: 13px;
}







/*
course sidebar
*/
.course-sidebar {
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    border-radius: 4px;
    color: #505763;
    padding: 3px;
    position: relative;
    margin-top: -250px;
    z-index: 10;
}
.course-sidebar.fixed {
    position: fixed;
    margin-top: 0;
    width: 350px;
}
.course-sidebar.fixed .preview-video-box,
.course-sidebar.bottom .preview-video-box{
    display: none;
}
.course-sidebar.bottom {
    margin-top: 0;
}

.video-img {
    
}

.preview-video-box a {
    display: block;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.preview-video-box .preview-text {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    text-align: center;
    height: auto;
    font-size: 18px;
    font-weight: 700;
	color: #000;
}

.preview-video-box .play-btn {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('../img/icons/icon-play.svg') no-repeat;
    background-size: auto 50%;
    background-position: 50%;
    visibility: visible;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    -moz-transition: -moz-transform .15s ease-in-out;
    -o-transition: -o-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
}
.preview-video-box a:hover > .play-btn {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.course-sidebar-text-box {
    padding: 15px 30px 0px 0px;
	/*background-color: #7E57C2;*/
}

.course-sidebar-text-box .price .current-price {
    color: #505763;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin-right: 10px;
}

.course-sidebar-text-box .price span {
    vertical-align: middle;
    color: #a1a7b3;
    margin-right: 10px;
}

.course-sidebar-text-box .price .original-price {
    text-decoration: line-through;
	/*color: #D31C28;*/
}
.course-sidebar-text-box .offer-time {
    color: #208058;
    font-size: 14px;
    margin-bottom: 10px;
}
.course-sidebar-text-box .offer-time i {
    margin-right: 7px;
}
.course-sidebar-text-box .buy-btns .btn {
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 2px;
    margin-top: 13px;
    padding: 15px 12px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.course-sidebar-text-box .buy-btns .btn-add-wishlist {
    color: #fff;
    background-color: #7E57C2;
    border-color: #673AB7;
}

.course-sidebar-text-box .buy-btns .btn-add-wishlist:hover,.course-sidebar-text-box .buy-btns .btn-add-wishlist:focus {
    background-color: #673AB7;
    border-color: #992337;
}

.course-sidebar-text-box .buy-btns .btn-buy-now {
    color: #fff;
    background-color: #ec5252;
    border-color: #ec5252;
}
.course-sidebar-text-box .buy-btns .btn-buy-now:hover,.course-sidebar-text-box .buy-btns .btn-buy-now:focus {
    background-color: #992337;
    border-color: #992337;
}

.course-sidebar-text-box .buy-btns .btn-add-cart {
    background: #545454;
    /*border-color: #545454;*/
    color: #fff;
	border: solid 1px #545454;
	border-radius: 5px;
}
.course-sidebar-text-box .buy-btns .btn-add-cart:hover,.course-sidebar-text-box .buy-btns .btn-add-cart:focus {
    background-color: #f2f3f5;
	color: #545454;
}
.course-sidebar-text-box .money-back {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 10px;
}
.course-sidebar-text-box .includes {
    margin-bottom: 15px;
	padding-left: 10px;
}

.course-sidebar-text-box .includes .title {
    /*color: #FF9933;*/
	
	font-size: 20px;
    font-weight: 600;
    line-height: 28px;
	margin-top: 20px;
    margin-bottom: 10px;
	text-transform: uppercase;
}

.course-sidebar-text-box .includes ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.course-sidebar-text-box .includes ul li {
    font-size: 13px;
    padding-top: 5px;
	padding-bottom: 10px;
	color:#545454;
	/*font-weight: bold;*/
	border-bottom: 1px solid #CFCFCF;
}
.course-sidebar-text-box .includes ul li i {
    width: 19px;
    font-size: 12px;
	color:#545454;
}






/*
course content
*/
.view-more-parent{
    position: relative;
    overflow: hidden;
}
.view-more{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,.95),#fff);
    display: block;
    padding: 30px 3px 3px 3px;
    color: #007791;
    cursor: pointer;
    z-index: 5;
}
.view-less{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 3px 3px 3px 3px;
    color: #007791;
    cursor: pointer;
}
.view-more-parent.expanded{
    max-height: none;
    overflow: visible;
}
.view-more-parent.has-hide{
    padding-bottom: 30px;
}
.description-box {
    /*max-height: 260px;*/
    /*margin-top: 40px;
    margin-bottom: 10px;*/
	
	/*background-color: #f9f9f9;*/
    border: 0px solid #dedfe0;
    padding: 10px 0px;
    margin-top: 20px;
	
}
.description-box ul{
    list-style: disc;
}

.description-box .description-title {
    font-size: 22px;
    font-weight: 600;
    /*margin: 0 0 10px;*/
}
.description-box .audience {
    margin-top: 20px;
}
.description-box .audience .audience-title{
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}
.description-box .audience ul{
    margin-bottom: 0;
}




.what-you-get-box {
    /*background-color: #f9f9f9;*/
    border: 0px solid #dedfe0;
    padding: 10px 0px;
    margin-top: 20px;
}

.what-you-get-box .what-you-get-title {
    font-size: 22px;
    font-weight: 600;
    /*margin: 0 0 10px;*/
}
.what-you-get-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.what-you-get-box ul li{
    display: flex;
    margin-bottom: 10px;
    width: 100%;
    padding-left: 26px;
    font-size: 15px;
    position: relative;
}
.what-you-get-box ul li:before{
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f00c";
    color: #a1a7b3;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 4px;
}


.requirements-box{
    margin-top: 20px;
}
.requirements-box .requirements-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
}

/*.requirements-box .requirements__list {
    list-style: disc;
    margin-left: 10px;
    padding-left: 10px;
    margin-bottom: 0;
}
.requirements-box .requirements__list li:not(:last-child){
    margin-bottom: 10px;
}*/

.requirements-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.requirements-box ul li{
    display: flex;
    margin-bottom: 10px;
    width: 100%;
    padding-left: 26px;
    font-size: 15px;
    position: relative;
}
.requirements-box ul li:before{
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f00c";
    color: #a1a7b3;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 4px;
}





.compare-box{
    max-height: 580px;
    margin-bottom: 40px;
}
.compare-box .compare-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px;
}

.course-comparism-item .item-image {
    height: auto;
    width: 18%;
    position: relative;
}

.course-comparism-item {
    color: #29303b;
    padding: 15px;
}

.course-comparism-item-container {
    border-top: 1px solid #dedfe0;
}

.course-comparism-item-container a {
    display: block;
    transition: .1s;
    -webkit-transition: .1s;
    -ms-webkit-transition: .1s;
}
.course-comparism-item-container a:hover {
    background-color: #dedfe0;
}
.course-comparism-item-container.this-course {
    border-bottom: 2px solid #dedfe0;
}

.course-comparism-item-container.this-course .course-comparism-item-this-text {
    font-size: 11px;
    margin-left: 15px;
    text-transform: uppercase;
    margin-bottom: -5px;
    margin-top: 5px;
}

.course-comparism-item .item-image .item-duration {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    left: 0;
    background-color: hsla(0,0%,100%,.95);
}

.course-comparism-item .item-title {
    padding-left: 15px;
    width: 39%;
}

.course-comparism-item .item-title .title {
    font-size: 15px;
    font-weight: 700;
    word-break: break-word;
}

.course-comparism-item .item-title .updated-time {
    color: #686f7a;
    font-size: 13px;
    margin-top: 3px;
}

.course-comparism-item .item-details {
    position: relative;
    width: 43%;
    padding-left: 15px;
}
.course-comparism-item .item-details .wishlist-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.course-comparism-item .item-details .item-rating i {
    color: #f4c150;
    margin-right: 4px;
    font-size: 14px;
}

.course-comparism-item .item-details .wishlist-btn button {
    padding: 0;
    margin: 0;
    border: 0;
    background: 0;
    font-size: 17px;
    color: #ec5252;
    cursor: pointer;
}

.course-comparism-item .item-details .wishlist-btn button:hover > i:before {
    font-weight: 900;
}

.course-comparism-item .item-details .item-price {
    position: absolute;
    top: 0;
    right: 38px;
    display: flex;
    flex-direction: column-reverse;
    text-align: right;
}

.course-comparism-item .item-details .item-price .current-price {
    color: #29303b;
    font-size: 18px;
    font-weight: 600;
}

.course-comparism-item .item-details .item-price .original-price {
    color: #686f7a;
    font-weight: 400;
    font-size: 13px;
    text-decoration: line-through;
}
.course-comparism-item .item-details .enrolled-student {
    margin-left: 25px;
}

.course-comparism-item .item-details .enrolled-student i {
    margin-right: 2px;
    color: #cacbcc;
    font-size: 14px;
}
.more-by-instructor-box {
    background-color: #f9f9f9;
    border: 1px solid #dedfe0;
    margin-bottom: 50px;
    padding: 10px 8px;
}

.more-by-instructor-box .more-by-instructor-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px 7px;
}
.about-instructor-box  {
    margin-top: 20px;
}

.about-instructor-box .about-instructor-title {
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px;
}

.about-instructor-box .about-instructor-image img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.about-instructor-box .about-instructor-image ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 15px;
}

.about-instructor-box .about-instructor-image ul b {
    font-weight: 600;
}

.about-instructor-box .about-instructor-image ul i {
    width: 26px;
    font-size: 13px;
}

.about-instructor-box .about-instructor-image ul li {
    margin-bottom: 5px;
}

.about-instructor-details {
    max-height: 380px;
}

.about-instructor-box {
    margin-bottom: 40px;
}

.about-instructor-details .instructor-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 10px;
}

.about-instructor-details .instructor-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 10px;
}
.student-feedback-box {
    margin: 50px 0;
}

.student-feedback-box .student-feedback-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px;
}

.student-feedback-box .average-rating {
    text-align: center;
    margin-top: 10px;
}

.student-feedback-box .average-rating .num {
    font-size: 72px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}

.student-feedback-box .average-rating .rating i {
    font-size: 20px;
    color: #f4c150;
    margin-bottom: 5px;
}

.student-feedback-box .individual-rating ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.student-feedback-box .individual-rating ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.student-feedback-box .individual-rating ul li .progress{
    width: 70%;
    height: 20px;
    border-radius: 3px;
    background-color: #f2f3f5
}
.student-feedback-box .individual-rating ul li .progress-bar{
    border-radius: 3px;
    background-color: #a1a7b3;
}
.student-feedback-box .individual-rating .rating i {
    font-size: 14px;
    color: #dedfe0;
}

.student-feedback-box .individual-rating .rating i.filled {
    color: #f4c150;
}

.student-feedback-box .individual-rating li > div:not(.progress) {
    padding-left: 15px;
}

.student-feedback-box .individual-rating li > div:not(.progress) span:not(.rating) {
    text-align: center;
    padding-left: 10px;
    color: #007791;
}
.student-feedback-box .reviews .reviews-title {
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 20px;
}

.student-feedback-box .reviews ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 30px;
}

.student-feedback-box .reviews .reviewer-details img {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    margin-right: 20px;
}
.student-feedback-box .reviews .reviewer-details .review-time .time {
    color: #686f7a;
}

.student-feedback-box .reviews ul li {
    padding: 30px 0;
    border-top: 1px solid #dedfe0;
}

.student-feedback-box .reviews ul li:last-child {
    border-bottom: 1px solid #dedfe0;
}

.student-feedback-box .reviews .review-details .rating i {
    color: #dedfe0;
    margin-bottom: 15px;
}

.student-feedback-box .reviews .review-details .rating i.filled {
    color: #f4c150;
}

.student-feedback-box .reviews .review-details .review-text {
    color: #505763;
    margin-bottom: 10px;
    font-size: 16px;
}

.student-feedback-box .reviews {
    margin-top: 30px;
}
.reviews .more-reviews-btn {
    text-align: center;
}

.reviews .more-reviews-btn button {
    border-radius: 2px;
    border: 2px solid #007791;
    color: #007791;
    background: #fff;
    padding: 11px 12px;
    font-size: 15px;
    font-weight: 600;
}

.reviews .more-reviews-btn button:hover,
.reviews .more-reviews-btn button:focus {
    background-color: #e6f2f5;
}

.course-curriculum-box {
    margin-bottom: 40px;
}
.course-curriculum-box .course-curriculum-title .title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
}

.course-curriculum-box .course-curriculum-title .total-time {
    width: 130px;
    display: inline-block;
    text-align: right;
}

.course-curriculum-accordion .lecture-group-title .total-time {
    width: 130px;
    display: inline-block;
    text-align: right;
}
.course-curriculum-accordion .lecture-group-title .title {
    max-width: 60%;
    font-weight: 600;
}

.course-curriculum-accordion .lecture-group-title {
    position: relative;
    padding: 10px 30px 10px 45px;
    background: #f9f9f9;
    border: 1px solid #e8e9eb;
    cursor: pointer;
    height: auto;
    margin-top: 3px;
    color: #505763;
}

.course-curriculum-box .course-curriculum-title {
    padding-right: 31px;
}

.course-curriculum-accordion .lecture-group-title:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    position: absolute;
    left: 22px;
    font-size: 10px;
    top: 16px;
    color: #007791;
}

.course-curriculum-accordion .lecture-group-title[aria-expanded="false"]:before {
    content: "\f067";
}

.course-curriculum-accordion .lecture-group-title[aria-expanded="true"]:before {
    content: "\f068";
}

.course-curriculum-accordion .lecture-group-title[aria-expanded="true"] .total-lectures {
    display: none;
}
.course-curriculum-accordion .lecture-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-curriculum-accordion .lecture-list .lecture {
    padding: 12px 30px 12px 73px;
    position: relative;
    border-bottom: 1px solid #e8e9eb;
    border-left: 1px solid #e8e9eb;
    border-right: 1px solid #e8e9eb;
    color: #686f7a;
}

.course-curriculum-accordion .lecture-list .lecture .lecture-title {
    width: 50%;
    display: inline-block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-webkit-transition: 0.3s;
}
.course-curriculum-accordion .lecture-list .lecture .lecture-time {
    width: 100px;
    text-align: right;
}

.course-curriculum-accordion .lecture-list .lecture:before {
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f144";
    position: absolute;
    left: 45px;
    opacity: 0.3;
    font-weight: 900;
    font-size: 13px;
    top: 17px;
}
.course-curriculum-accordion .lecture-list .lecture.has-preview {
    color: #007791;
}
.course-curriculum-accordion .lecture-list .lecture.has-preview .lecture-title,
.course-curriculum-accordion .lecture-list .lecture.has-preview .lecture-preview{
    cursor: pointer;
}
.course-curriculum-accordion .lecture-list .lecture.has-preview .lecture-title:hover{
    color: #003845;
}









/*
category page
*/

section.category-header-area {
    padding: 40px 0 30px;
    background: #ffffff; /*#29303b;*/
    color: #fff;
}

section.category-header-area .category-name {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.287;
    margin: 0;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    background: none;
    margin-bottom: 5px;
}

.breadcrumb .breadcrumb-item a,.breadcrumb .breadcrumb-item {
    color: #000;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #dedfe0;
}

.breadcrumb .breadcrumb-item a i {
    color: #a1a7b3;
    font-size: 13px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #000;
}

section.category-course-list-area {
    padding-bottom: 50px;
}
.category-filter-box {
    padding: 35px 0;
    border-bottom: 0px solid #e8e9eb;
    margin-bottom: 30px;
}

.filter-box .btn {
    border-radius: 2px;
    border-color: #007791;
    color: #007791;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 12px;
    min-width: 60px;
    background: transparent;
}

.filter-box .btn:not(.all-btn) {
    margin-left: 10px;
}

.filter-box .btn:hover,
.filter-box .btn:focus {
    background: #fff !important;
    color: #007791 !important;
    border-color: #007791 !important;
}

.filter-box .btn[aria-expanded="true"] {
    background-color: #76c5d6 !important;
}

.filter-box .dropdown-menu {
    box-shadow: 0 4px 16px rgba(20,23,28,.25);
    border-color: #fff;
    border-radius: 2px;
    max-height: 365px;
    overflow-y: auto;
}

.filter-box .dropdown-menu .dropdown-item {
    color: #505763;
    padding: 5px 12px;
    font-weight: 400;
    line-height: 1.43;
    font-size: 15px;
}
.filter-box .dropdown-menu .dropdown-item:hover,
.filter-box .dropdown-menu .dropdown-item:focus {
    background-color: #f2f3f5;
    color: inherit;
}
.filter-box .reset-btn {
    background-color: transparent;
    border-color: transparent;
}
.filter-box .reset-btn:hover {
    background-color: transparent!important;
    border-color: transparent!important;
}
.filter-box .reset-btn:disabled{
    color:#a1a7b3!important;
    cursor: not-allowed;
}
.category-course-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.course-box-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #dedfe0;
    border-radius: 2px 2px 0 0;
    min-height: 148px;
    background-color: #fff;
}

.course-box-2 .course-image {
    width: 26%;
}

.course-box-2 .course-details {
    width: 50%;
    padding: 10px 30px;
}

.course-box-2 .course-price-rating {
    width: 24%;
    text-align: right;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 10px 25px 15px;
}

.category-course-list ul li {
    margin-bottom: 30px;
}

.course-box-2 .course-price-rating .current-price {
    font-size: 18px;
    font-weight: 700;
    color: #29303b;
}

.course-box-2 .course-price-rating .original-price {
    color: #686f7a;
    font-size: 15px;
    font-weight: 400;
    margin-left: 5px;
    text-decoration: line-through;
}

.course-box-2 .course-price-rating .rating i {
    /* color: #f4c150; */
    font-size: 13px;
}

.course-box-2 .course-price-rating .rating .average-rating {
    font-size: 13px;
    color: #686f7a;
}

.course-box-2 .course-price-rating .rating-number {
    font-size: 13px;
    color: #686f7a;
}
.course-box-2 .course-details .course-title {
    color: #29303b;
    display: block;
    font-weight: 700;
    margin-bottom: 4px;
}

.course-box-2 .course-details a:hover {
    text-decoration: underline;
}

.course-box-2 .course-details .course-instructor {
    display: block;
    color: #686f7a;
    font-size: 11px;
    margin-bottom: 6px;
}

.course-box-2 .course-details .course-subtitle {
    color: #505763;
    font-size: 13px;
    margin-bottom: 20px;
}

.course-box-2 .course-details .course-meta span {
    font-size: 13px;
    margin-right: 10px;
    color: #686f7a;
}

.course-box-2 .course-details .course-meta {
    padding-top: 5px;
}

.course-box-2 .course-details .course-meta span i {
    opacity: 0.5;
    font-size: 14px;
    margin-right: 4px;
}











/*
Instructor page
*/
section.instructor-header-area {
    background-color: #007791;
    color: #fff;
    padding: 34px 0;
}

section.instructor-header-area .instructor-name {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.287;
    margin: 0;
}

section.instructor-header-area .instructor-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.287;
    margin: 7px 0 0;
}
section.instructor-details-area {
    padding: 30px 0;
}

.instructor-left-box .instructor-image img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}

.instructor-left-box .instructor-social ul {
    margin: 0;
    padding: 0;
    margin-top: 25px;
    list-style: none;
}

.instructor-left-box .instructor-social ul li {
    display: inline-block;
    padding: 0 6px;
    font-size: 19px;
}

.biography-content-box {
    max-height: 400px;
    margin-bottom: 40px;
}

.instructor-right-box .instructor-stat-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.instructor-right-box .instructor-stat-box ul li {
    display: inline-block;
    border-left: 1px solid rgba(41,48,59,.25);
    padding: 0 15px;
    text-align: left;
}

.instructor-right-box .instructor-stat-box ul li .small {
    font-size: 86%;
}

.instructor-right-box .instructor-stat-box ul li .num {
    font-size: 24px;
    font-weight: 300;
}
section.instructor-course-list-area {
    background-color: #f7f8fa;
    padding: 40px 0;
}
section.instructor-course-list-area .section-title {
    font-size: 18px;
    margin-bottom: 20px;
}

section.instructor-course-list-area .container {
    max-width: 940px;
}

ul.pagination {
    margin-top: 25px;
}
ul.pagination .page-item.disabled .page-link {
    color: #545454;
}
ul.pagination .page-item.active a,
ul.pagination .page-item.active .page-link {
    background-color: #545454;
    border-color: #545454;
    color: #fff;
}
ul.pagination .page-item a,
ul.pagination .page-item .page-link {
    color: #545454;
    padding: 10px 15px;
    font-size: 17px;
    position: relative;
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
ul.pagination .page-item a:hover,
ul.pagination .page-item .page-link:hover {
    background-color: #e6f2f5;
    border-color: #545454;
    position: relative;
    z-index: 1;
}




/*
Notifications page
*/


section.page-header-area {
    padding: 40px 0 30px;
    background: #fff;
    color: #fff;
}

section.page-header-area .page-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.287;
    margin: 0;
}
section.page-header-area .page-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.287;
    margin: 7px 0 5px;
}
.notifications-list-area .notifications-footer .mark-all-read {
    border: 0;
    background: none;
    color: #007791;
}
.notifications-list-area .notifications-footer .mark-all-read:hover {
    color: #003845;
}
.notifications-list-area .notifications-footer {
    padding: 15px 0;
}
.notifications-list-area .notification-list {
    max-height: 415px;
    overflow-y: auto;
    margin-top: 40px;
}
.notifications-list-area .notification-list li {
    padding: 15px;
}
.notifications-list-area .notification-list .notification-details .notification-text {
    width: 100%;
}
.notifications-list-area .notification-list .notification-details {
    padding-right: 15px;
}
.notifications-list-area .notification-list .notification-details .notification-time {
    margin-top: 10px;
}






/*
my courses - wishlist page
*/

section.page-header-area.my-course-area {
    padding-bottom: 0;
}
section.page-header-area.my-course-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}
section.page-header-area.my-course-area ul li {
    display: inline-block;
    margin-right: 30px;
}
section.page-header-area.my-course-area ul li a {
    padding: 0 0 5px;
    border-bottom: 6px solid hsla(0,0%,100%,0);
    color: #fff;
    display: block;
}
section.page-header-area.my-course-area ul li.active a,
section.page-header-area.my-course-area ul li a:hover {
    border-bottom-color: hsla(0,0%,100%,.7);
}
section.my-courses-area .my-course-search-bar .input-group {
    width: 120px;
    margin-left: auto;
}
section.my-courses-area {
    padding: 40px 0;
}
.my-courses-area .my-course-search-bar input {
    font-size: 16px;
    padding: 10px 12px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #cacbcc;
}
.my-courses-area .my-course-search-bar .input-group-append button {
    background: #f2f3f5;
    border-color: #dedfe0;
    color: #a1a7b3;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.my-courses-area .my-course-search-bar .input-group-append button:hover,
.my-courses-area .my-course-search-bar .input-group-append button:focus,
.my-courses-area .my-course-search-bar input:focus + .input-group-append button {
    background: #007791;
    color: #fff;
    border-color: #007791;
}
.my-courses-area .row.no-gutters{
    margin-top: 50px;
    margin-left: -10px;
    margin-right: -10px;
}
.my-courses-area .course-box-wrap{
    padding: 0 10px;
}
.my-course-filter-bar.filter-box {
    position: relative;
    padding-top: 30px;
}
.my-course-filter-bar.filter-box >span {
    position: absolute;
    top: 0;
    left: 0;
    color: #686f7a;
    font-size: 13px;
}






.edit-rating-modal .m-progress-bar-wrapper {
    background: #e8e9eb;
}

.edit-rating-modal .m-progress-bar {
    height: 6px;
    background: #a1a7b3;
    border-radius: 0 3px 3px 0;
}
.edit-rating-modal .rating-title {
    font-weight: 300;
    font-size: 24px;
    color: #29303b;
}
.edit-rating-modal .modal-body {
    padding-top: 50px;
    padding-bottom: 50px;
}
.modal-course-preview-box {
    padding-left: 50px;
}
.modal-course-preview-box .card-title {
    line-height: 24px;
    height: 48px;
    color: #505763;
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 18px;
}
.modal-course-preview-box .card-text {
    line-height: 24px;
    height: 48px;
    color: #505763;
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.edit-rating-modal .modal-footer button {
    padding: 16px 12px;
    font-size: 15px;
    line-height: 1.35135;
    border-radius: 2px;
    background-color: #ec5252;
    border-color: #ec5252;
    font-weight: 600;
}
.edit-rating-modal .modal-footer button:hover,.edit-rating-modal .modal-footer button:focus {
    background-color: #992337 !important;
    border-color: #992337 !important;
}
.edit-rating-modal .modal-footer button.previous {
    color: #007791;
    background-color: #fff;
    border-color: #007791;
}
.edit-rating-modal .modal-footer button.previous:hover,.edit-rating-modal .modal-footer button.previous:focus {
    background-color: #e6f2f5 !important;
    border-color: #007791 !important;
}


.your-rating {
    border: none;
    float: left;
}

.your-rating > input {
    display: none;
}
.your-rating > label:before {
    margin: 8px;
    font-size: 40px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    content: "\f005";
    font-weight: 900
}
.your-rating > .half:before {
    content: "\f089";
    position: absolute;
}
.your-rating > label {
    color: #dedfe0;
    float: right;
}
.your-rating > input:checked ~ label,
.your-rating:not(:checked) > label:hover,
.your-rating:not(:checked) > label:hover ~ label {
    color: #f4c150;
}
.your-rating > input:checked + label:hover,
.your-rating > input:checked ~ label:hover,
.your-rating > label:hover ~ input:checked ~ label,
.your-rating > input:checked ~ label:hover ~ label {
    color: #f4c150;
}


.edit-rating-modal .rating{
    margin-bottom: 30px;
    margin-top: 20px;
}
.edit-rating-modal .rating i{
    font-size: 30px;
}
.edit-rating-modal .modal-rating-comment-box textarea{
    width: 100%;
    height: 210px;
    resize: none;
    border-radius: 2px;
}
.edit-rating-modal .modal-rating-comment-box textarea:focus{
    border-color: #76c5d6;
}







/*
cart page
*/

section.cart-list-area {
    margin-top: 50px;
    margin-bottom: 70px;
	
}
.in-cart-box > .title,
.wishlisted-box > .title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #29303b;
}
.in-cart-box .cart-course-list,
.wishlisted-box .cart-course-list {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-shadow: 0 0 2px #dedfe0;
    box-shadow: 0 0 2px #dedfe0;
    margin-bottom: 60px;
}
.in-cart-box .cart-course-list li:not( :first-child ),
.wishlisted-box .cart-course-list li:not( :first-child ) {
    border-top: 1px solid #f1f1f1;
}
.cart-course-wrapper {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}
.cart-course-wrapper .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
}
.cart-course-wrapper .details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%;
    padding-left: 10px;
}
.cart-course-wrapper .details .name {
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 0;
    max-height: 37px;
    color: #29303b;
    line-height: 1.2;
    font-weight: 700;
}
.cart-course-wrapper .details .instructor {
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 36px;
    font-size: 13px;
    color: #686f7a;
}
.cart-course-wrapper .move-remove {
    text-align: right;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}
.cart-course-wrapper .price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    text-align: right;
    padding-right: 25px;
    position: relative;
}
.cart-course-wrapper .move-remove div {
    color: #007791;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 3px;
}
.cart-course-wrapper .move-remove div:hover {
    color: #003845;
}
.cart-course-wrapper .price .current-price {
    color: #ec5252;
    font-weight: 900;
}
.cart-course-wrapper .price .original-price {
    text-decoration: line-through;
    color: #686f7a;
}
.cart-course-wrapper .price .coupon-tag {
    position: absolute;
    top: 2px;
    right: 0;
    color: #ec5252;
    font-size: 14px;
}



.cart-sidebar .total {
    color: #686f7a;
    font-size: 18px;
}
.cart-sidebar .total-price {
    font-size: 36px;
    line-height: 49px;
    color: #ec5252;
    font-weight: 600;
}
.cart-sidebar .total-original-price {
    color: #686f7a;
    margin-bottom: 12px;
}
.cart-sidebar .total-original-price .original-price {
    text-decoration: line-through;
    margin-right: 10px;
}
.cart-sidebar .checkout-btn {
    font-size: 15px;
    line-height: 1.35135;
    border-radius: 2px;
    color: #fff;
    background-color: #ec5252;
    border-color: #ec5252;
    font-weight: 600;
    padding: 16px 12px;
}
.cart-sidebar .checkout-btn:hover,.cart-sidebar .checkout-btn:focus {
    background-color: #992337 !important;
    border-color: #992337 !important;
}
.cart-sidebar .coupon-field input {
    padding: 14px 12px;
    font-size: 12px;
    border-radius: 2px;
}
.cart-sidebar .coupon-field input:focus {
    border-color: #76c5d6;
}
.cart-sidebar .coupon-field button {
    border-radius: 2px;
    background-color: #007791;
    border-color: #007791;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.cart-sidebar .coupon-field button:hover,.cart-sidebar .coupon-field button:focus {
    background-color: #00576b !important;
    border-color: #00576b !important;
}
.cart-sidebar .coupon-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
.cart-sidebar .coupon-list ul li {
    font-size: 13px;
    cursor: pointer;
    color: #686f7a;
}
.cart-sidebar .coupon-list ul li:hover {
    color: #ec5252;
}
.cart-sidebar .coupon-list ul li i {
    font-size: 11px;
}



















/*
user dashboard page
*/

section.user-dashboard-area {
    padding: 40px 0;
}

.user-dashboard-box {
    border: 1px solid #dedfe0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
}

.user-dashboard-sidebar {
    width: 18%;
    border-right: 1px solid #dedfe0;
}

.user-dashboard-content {
    width: 82%;
}
section.user-dashboard-area {
    padding: 40px 0;
}

.user-dashboard-box {
    border: 1px solid #dedfe0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.user-dashboard-sidebar .user-box {
    text-align: center;
    padding: 10px;
}

.user-dashboard-sidebar .user-box img {
    height: 118px;
    width: 118px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.user-dashboard-sidebar .user-box .name {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.user-dashboard-sidebar .user-dashboard-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.user-dashboard-sidebar .user-dashboard-menu ul a {
    display: block;
    padding: 4px 15px;
}

.user-dashboard-sidebar .user-dashboard-menu ul .active a {
    background: #a1a7b3;
    color: #fff;
}
.user-dashboard-content .content-title-box {
    text-align: center;
    border-bottom: 1px solid #dedfe0;
    padding: 20px;
}

.user-dashboard-content .content-title-box .title {
    color: #29303b;
    font-size: 22px;
    font-weight: 700;
}

.user-dashboard-content .content-title-box .subtitle {
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    color: #29303b;
}

.user-dashboard-content .content-update-box {
    border-top: 1px solid #dedfe0;
    padding: 20px;
    text-align: center;
}

.user-dashboard-content .content-update-box button {
    color: #fff;
    background-color: #545454;
    border-color: #545454;
    padding: 5px 20px 5px 20px;
    font-size: 15px;
    border-radius: 2px;
    line-height: 1.35135;
    font-weight: 600;
}
.user-dashboard-content .content-box .form-group {
    padding: 10px 142px;
    margin-bottom: 0;
}
.user-dashboard-content .content-box .form-group .input-group-text{
    border: 1px solid #cacbcc;
    border-radius: 2px;
}
.user-dashboard-content .content-box .form-group .custom-select{
    padding: 11px 12px;
    border-radius: 2px;
    height: auto;
}
.user-dashboard-content .content-box .form-group .form-control{
    font-size: 16px;
    padding: 10px 12px;
    border: 1px solid #cacbcc;
    border-radius: 2px;
}
.user-dashboard-content .content-box .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.user-dashboard-content .content-box .form-group .custom-select:focus,
.user-dashboard-content .content-box .form-group input:focus{
    border: 1px solid #76c5d6;
}
.user-dashboard-content .content-box .form-group small.form-text{
    margin-top: 5px;
    margin-bottom: 10px;
    color: #5d6d86;
    font-size: 11px;
}

.user-dashboard-content .content-box .mce-tinymce,
.user-dashboard-content .content-box .mce-panel,
.user-dashboard-content .content-box .mce-top-part::before{
    box-shadow: none;
    border-color: #cacbcc;
}
.user-dashboard-content .content-box .mce-edit-area.mce-container{
    border-right: 1px solid #cacbcc !important;
    cursor: text;
}
.user-dashboard-content .content-box .basic-group,
.user-dashboard-content .content-box .link-group,
.user-dashboard-content .content-box .email-group,
.user-dashboard-content .content-box .password-group{
    padding: 10px 0;
}
.user-dashboard-content .content-box .password-group{
    padding-bottom: 30px;
    border-top: 1px solid #dedfe0
}









/*
my message page
*/

.message-sender-list-box {
    padding-top: 10px;
}
.message-sender-list-box .compose-btn {
    color: #007791;
    background-color: #fff;
    border-color: #007791;
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 2px;
    line-height: 1.35135;
}
.message-sender-list-box .compose-btn:hover,.message-sender-list-box .compose-btn:focus {
    background-color: #e6f2f5;
}
.message-sender-list-box .message-sender-list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0 10px 10px 0;
    position: relative;
    min-height: 280px;
    height: calc(100vh - 380px);
    overflow: auto;
}
.message-sender-list-box .message-sender-list .sender-image img {
    height: 24px;
    width: 24px;
    border-radius: 50%;
}
.message-sender-list-box .message-sender-list li {
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-webkit-transition: 0.3s;
    border: 1px solid transparent;
    padding: 15px;
    border-radius: 3px;
}
.message-sender-list-box .message-sender-list li.active,
.message-sender-list-box .message-sender-list li:hover {
    border-color: #dedfe0;
    background-color: #fff;
}
.message-sender-list-box .message-sender-list .sender-name {
    font-size: 15px;
    font-weight: 700;
    color: #505763;
    margin-left: 15px;
}
.message-sender-list-box .message-sender-list .message-time {
    font-size: 13px;
    color: #686f7a;
}
.message-sender-list-box .message-sender-list .message-sender-head {
    margin-bottom: 10px;
}
.message-sender-list-box .message-sender-list .message-sender-body {
    padding: 0 43px;
    font-size: 13px;
    color: #686f7a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.message-details-box {
    height: 100%;
    background: #fff;
    border-right: 1px solid #dedfe0;
    border-left: 1px solid #dedfe0;
}
.message-details-box .empty-box {
    padding-top: 55px;
}
.message-details-box .message-details .message-header a {
    display: block;
}
.message-details-box .message-details .message-header img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 15px;
}
.message-details-box .message-details .message-header {
    min-height: 65px;
    padding: 10px;
    border-bottom: 1px solid #dedfe0;
}
.message-details-box .message-details .message-footer {
    padding: 10px;
    border-top: 1px solid #dedfe0;
    background: #fff;
}
.message-details-box .message-details .message-content {
    background: #fff;
    padding: 10px;
    overflow: auto;
    min-height: 200px;
    height: calc(100vh - 460px);
}
.message-details-box .message-details .message-content .message-box {
    max-width: 400px;
    min-width: 190px;
    padding: 15px;
    border-radius: 2px;
    margin-bottom: 10px;
    background: #f2f3f5;
    display: inline-block;
}
.message-details-box .message-details .message-content .message-box .message {
    white-space: pre-wrap;
    color: #505763;
    font-size: 15px;
    overflow-x: auto;
}
.message-details-box .message-details .message-content .message-box .time {
    color: #686f7a;
    font-size: 13px;
    margin-bottom: 10px;
}
.message-details-box .message-details .message-content .me .message-box {
    background: rgba(230,242,245,.5);
}
.message-details-box .message-details .message-content .me {
    display: flex;
    justify-content: flex-end;
}
.message-details-box .message-details .message-footer textarea {
    border-radius: 2px;
    min-height: 100px;
}
.message-details-box .message-details .message-footer textarea:focus {
    border-color: #76c5d6;
}
.message-details-box .message-details .message-footer .send-btn {
    color: #fff;
    background-color: #ec5252;
    border-color: #ec5252;
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 2px;
    line-height: 1.35135;
    margin-top: 15px;
    margin-bottom: 25px;
    font-weight: 600;
}
.message-details-box .message-details .message-footer .send-btn:hover,
.message-details-box .message-details .message-footer .send-btn:focus {
    background-color: #992337;
    border-color: #992337;
}







.message-sender-list-box .message-sender-list .sender-image i {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    font-size: 11px;
    line-height: 21px;
    text-align: center;
    border: 1px solid #adadad;
    color: #adadad;
}

.new-message-details .message-header {
    min-height: 65px;
    padding: 10px;
    border-bottom: 1px solid #dedfe0;
}
.new-message-details .message-header span {
    font-weight: 700;
    color: #29303b;
    vertical-align: middle;
}
.new-message-details .message-header i {
    font-size: 17px;
    height: 40px;
    width: 40px;
    line-height: 37px;
    text-align: center;
    border: 1px solid #adadad;
    border-radius: 50%;
    color: #adadad;
    margin-right: 15px;
    margin-left: 10px;
}
.new-message-details .message-body {
    padding: 10px;
}
.new-message-details .message-body .cancel-btn {
    border: none;
    background: no-repeat;
    color: #007791;
}
.new-message-details .message-body textarea {
    min-height: 100px;
    border-radius: 2px;
    border-color: #cacbcc;
}
.new-message-details .message-body textarea:focus {
    border-color: #76c5d6;
}
span.select2-selection.select2-selection--single {
    background-color: transparent;
    color: #32373c;
    border-color: #cacbcc;
    height: auto;
    border-radius: 2px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px;;
}
.select2-container .select2-selection--single .select2-selection__rendered:focus {
    outline: none;
}
span.select2-selection.select2-selection--single:focus {
    outline: none;
}
span.select2-selection.select2-selection--single[aria-expanded="true"] {
    background-color: #ffffff;
    border-color: #76c5d6;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 7px;
}
span.select2-dropdown,.daterangepicker.dropdown-menu {
    border-color: #cacbcc;
}
span.select2-search.select2-search--dropdown {
    padding: 13px 15px;
}
span.select2-results ul li {
    padding: 6px 15px;
    color: #56666d;
}
span.select2-results ul li.select2-results__option--highlighted,
.select2-container--default .select2-results__option[aria-selected=true] {
    background: #e8e8e8;
    color: #32373c;
}
.select2-container--default .select2-results__option {
    padding: 12px 15px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border-color: #cacbcc;
    padding: 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus{
    border-color: #76c5d6;
    outline:none;
    box-shadow: 0 0 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #007791;
    color: white;
}









/*
purchase History page
*/
section.purchase-history-list-area {
    padding: 30px 0 50px;
}
.purchase-history-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.purchase-history-list li {
    border-bottom: 1px solid #f2f3f5;
    padding: 10px 0;
    font-size: 12px;
}
.purchase-history-list .purchase-history-list-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.purchase-history-list .purchase-history-course-img {
    float: left;
}
.purchase-history-list .purchase-history-course-img img{
    width: 135px;
    margin-right: 15px;
    height: auto;
}
.purchase-history-list .purchase-history-course-title {
    font-weight: 600;
    font-size: 16px;
}
.purchase-history-list .purchase-history-course-title:hover {
    color: #003845;
}
.purchase-history-list .purchase-history-detail .btn-receipt {
    color: #007791;
    background-color: #fff;
    border: 1px solid #007791;
    padding: 2px 8px;
    font-size: 13px;
    line-height: 1.35135;
    border-radius: 2px;
}
.purchase-history-list .purchase-history-detail .btn-receipt:hover,
.purchase-history-list .purchase-history-detail .btn-receipt:focus {
    background-color: #e6f2f5;
}

.purchase-history-list .purchase-history-items {
    background-color: #fff;
    padding: 15px;
    border-bottom: 1px solid #efefef;
}













/*
footer style
*/
.footer-top-widget-area{
    border-top: 1px solid #e8e9eb;
    padding: 40px 0;
    background-color: #fff;
}
.footer-widget.link-widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-widget.link-widget ul li:not(:last-child){
    margin-bottom: 8px;
}
.footer-widget.link-widget ul a{
    font-size: 13px
}
.language-widget button{
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    min-width: 160px;
    text-align: left;
    color: #686f7a;
    background-color: #fff;
    border: 1px solid #505763;
    border-radius: 2px;
}
.language-widget button:hover,
.language-widget button:focus{
    color: #686f7a !important;
    background-color: #e8e9eb !important;
    border-color: #505763;
}
.language-widget button i{
    font-size: 11px;
    margin-right: 10px;
}
.language-widget .dropdown-menu {
    box-shadow: 0 4px 16px rgba(20,23,28,.25);
    border-radius: 2px;
    border: 0;
    margin-bottom: 2px;
    width: 160px;
}
.language-widget .dropdown-menu a{
    padding: 6px 14px;
    color: #505763;
    font-weight: 400;
    line-height: 1.43;
    font-size: 13px;
}
.language-widget .dropdown-menu a:hover,
.language-widget .dropdown-menu a:focus{
    background-color: #f2f3f5;
}
.language-widget .dropdown-toggle{
    position: relative;
}
.language-widget .dropdown-toggle::after{
    position: absolute;
    top: 17px;
    right: 14px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-webkit-transform: rotate(180deg);
}




.subscribe-newsletter {	
    padding: 30px 0 25px;
	border-bottom: 1px solid #353535;
	background: #122947;
}
.btext-heading {
	font-size: 16px;
	font-weight: 500;
    color: #fff;
    line-height: 24px;
    text-align: left;
    margin-top: 20px;
    /*font-family: 'Roboto';*/
	font-family:"Jost";
}

.btext-heading i {
	font-size: 14px;
	color: #fff;
	margin-right: 10px;
}
.text-step1 h4{
	color: #fff;
}
.text-step1 p {
	font-size: 14px;
	font-weight: 400;
	/*font-family: "Open Sans";*/
	font-family:"Jost";
	color: #fff;
	line-height: 2;
	text-align: left;
	margin-bottom: 0;
	margin-top: 5px;
    padding-left: 24px;
}
.subcribe-input {
    margin-top: 3px;
	position: relative;
}

.nltr-input {
	font-size: 13px;
	font-weight: 400;
	color: #242424;
	border: 1px solid #313131;
	background: #fff;
	height: 50px;
	padding: 0 20px;
	width: 100%;
	border-radius: 3px;
	position: relative;
}

.nltr-input:focus {
	border: 1px solid #313131;
}

.s-btn {
	font-size: 14px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    /*font-family: 'Roboto',sans-serif;*/
	font-family:"Jost";
    right: 6px;
    top: 5px;
    border-radius: 3px;
    background-color: #545454;
    border: 1px solid #545454;
	border-radius: 20px;
    width: 130px;
    height: 40px;
    text-transform: uppercase;
}


.s-btn:hover {
	color: #fff !important;
	background: #545454 !important
}


.footer-area{
	margin-top: 20px;
    background-color: #fff;
    padding: 0px 0;
    border-bottom: 0px solid #ec5252;
    border-top: 1px solid #e8e9eb;
}
.copyright-text{
    color: #686f7a;
    font-size: 13px;
    margin-bottom: 0;
}
.copyright-text img{
    margin-right: 20px
}
.footer-menu .nav-item:not(:last-child){
    margin-right: 20px;
}
.footer-menu .nav-link{
    padding: 6px 0;
    font-size: 13px;
}




.payment-in-modal form .stripe{
    color: #fff;
    background-color: #008cde;
    border-color: #0698dc;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    width: 100%;
    padding: 11px 12px;
    border-radius: 2px;
}
.payment-in-modal form .paypal{
    color: #fff;
    background-color: #008cde;
    border-color: #0698dc;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    width: 100%;
    padding: 11px 12px;
    border-radius: 2px;
}

.purchased a {
    width: 100%;
    border: 0;
    color: #fff;
    background-color: #007791;
    padding: 11px 12px;
    font-size: 15px;
    line-height: 1.43;
    border-radius: 2px;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    text-align: center;
}
.purchased a:hover,
.purchased a:focus {
    background: #003440;
}
.already_purchased a {
    width: 100%;
    border: 0;
    color: #fff;
    background-color: #007791;
    padding: 11px 12px;
    font-size: 15px;
    line-height: 1.43;
    border-radius: 2px;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    text-align: center;
}
.already_purchased a:hover,
.already_purchased a:focus {
    background: #003440;
}

div.tagsinput span.tag {
    background-color: #2196F3;
    border-color: #2196F3;
    color: white;
}
div.tagsinput span.tag a {
    color: #ddd;
}

/* Version 1.4 */
.hidden {
    display: none;
}

.school_header_btn{
	text-align: center; 
	margin-top:60px;
}




/*=======================card==================*/
.card-counter{
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
  }

  .card-counter:hover{
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
  }

  .card-counter.primary{
    background-color: #007bff;
    color: #FFF;
  }

  .card-counter.danger{
    background-color: #ef5350;
    color: #FFF;
  }  

  .card-counter.success{
    background-color: #66bb6a;
    color: #FFF;
  }  

  .card-counter.info{
    background-color: #26c6da;
    color: #FFF;
  }  

  .card-counter i{
    font-size: 5em;
    opacity: 0.4;
  }

  .card-counter .count-numbers{
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
  }

  .card-counter .count-name{
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
  }
  
.card {
  margin: 10px auto;
  width: 270px;
  height: 140px;
  border-radius: 5px;
  /*box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 10px 7px rgba(0,0,0,0.22);*/
  cursor: pointer;
  transition: 0.4s;
}

.card .card_image {
  width: inherit;
  height: inherit;
  border-radius: 10px;
}

.card .card_image img {
  max-width: 100%;
    max-height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.card .card_title {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 22px;
  margin-top: -80px;
  height: 40px;
}

.card .count-numbers{
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
  }

  .card .count-name{
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 1.0;
    display: block;
    font-size: 18px;
  }
  
.card:hover {
  transform: scale(0.9, 0.9);
  /*box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
    -5px -5px 30px 15px rgba(0,0,0,0.22);*/
}

.title-white {
  color: white;
}
.progress-height{
	height: 15px;
}

.goldcard {
  margin: 10px auto;
  width: 299px;
  height: 190px;
  border-radius: 10px;
  /*box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 10px 7px rgba(0,0,0,0.22);*/
  cursor: pointer;
  transition: 0.4s;
}
.goldcard .card_image {
  width: inherit;
  height: inherit;
  border-radius: 10px;
}

.goldcard .card_image img {
  width: inherit;
  height: inherit;
  border-radius: 10px;
  object-fit: cover;
}
.goldcard1:hover {
  transform: scale(0.9, 0.9);
  box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
    -5px -5px 30px 15px rgba(0,0,0,0.22);
}
  /* List */
.trips-list ul {
  counter-reset: index;  
  padding: 0;
  max-width: 300px;
}

/* List element */
.trips-list li {
  counter-increment: index; 
  display: flex;
  align-items: center;
  padding: 5px 0;
  box-sizing: border-box;
}
.trips-list li a {
  color:#CF2AC1
}
.trips-list li a small{
  color:#000000;
}


/* Element counter */
.trips-list li::before {
  content: counters(index, ".", decimal-leading-zero);
  font-size: 1.5rem;
  text-align: right;
  font-weight: bold;
  min-width: 50px;
  padding-right: 12px;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  align-self: flex-start;
  background-image: linear-gradient(to bottom, #200D9D, #CF2AC1);
  background-attachment: fixed;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* Element separation */
.trips-list li + li {
  border-top: 1px solid rgba(255,255,255,0.2);
}

.country-heading{
content: counters(index, '.', decimal-leading-zero);
  font-size: 1.0rem;
  text-align: right;
  font-weight: bold;
  min-width: 50px;
  padding-right: 12px;
  font-feature-settings: 'tnum';
  font-variant-numeric: tabular-nums;
  align-self: flex-start;
  background-image: linear-gradient(to bottom, #200D9D, #CF2AC1);
  background-attachment: fixed;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.school-name{
content: counters(index, '.', decimal-leading-zero);
  font-size: 1.2rem;
  text-align: left;
  font-weight: bold;
  min-width: 50px;
  padding-right: 12px;
  font-feature-settings: 'tnum';
  font-variant-numeric: tabular-nums;
  align-self: flex-start;
  background-image: linear-gradient(to bottom, #000000, #000000);
  background-attachment: fixed;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

  /*.trips-list ul {
    list-style-type: "→ ";
	list-style-position: inside;
	margin-left: 0px;
  }
  .trips-list ul li {
    padding: 23px 23px 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-webkit-transition: all 0.3s;
  }
  .trips-list ul li:hover {
    background: #f2f3f5;
  }
  */
  
  /*.trips-list ul a {
    display: block;
  }*/

/*=======================card end==============*/
@media (max-width:760px)  {
    .user-dashboard-content .content-box .form-group {
        padding: 10px 10px;
    }
	
	.container_about_us_img img{
		min-height:250px;
	}

}

/* Customizing Radio Button */
.custom-radio:checked,
.custom-radio:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio:checked + label,
.custom-radio:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}
.custom-radio:checked + label:before,
.custom-radio:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.custom-radio:checked + label:after,
.custom-radio:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #545454;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.filter_type h6 {
    /* border-top: 1px solid #ededed; */
    margin: 15px 0;
    padding: 15px 0 0 0;
    font-size: 13px;
    font-size: 0.8125rem;
}
.filter_type ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}
.filter_type ul li {
    margin-bottom: 5px;
    font-size: 13px;
}
.filter_type ul .parent-category  {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}
.filter_type .filter-title  {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}

/* .card-with-no-color-no-border {
background-color: unset;
border: none;
} */

.login-form, .register-form, .forgot-password-form {
    background-color: #fff;
    padding-bottom: 30px;
}

.mobile-main-nav .all-category-devided{
    border-top:1px solid #f5f5f5;padding-top:10px;
}

.quiz-options label {
    color: #3a3a3a;
}

.page-not-found-banner {
    padding: 150px 0px;
}
.page_not_found_heading {
    font-size: 8.75rem;
    display: block;
}
.page_not_found_message {
    font-size: 1.56rem;
    display: block;
    margin-bottom: 30px;
}

.back_to_home_btn {
    color: #2a303b;
    background-color: #fff;
    border-color: #fff;
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 2px;
    line-height: 1.35135;
    font-weight: 600;
}
.back_to_home_btn:hover, .back_to_home_btn:focus {
background-color: #ffffff;
border-color: #992337;
color: #2a303b;
}

/* Course progress on lesson sidebar */
.circular-progress {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  transform: rotate(-90deg) rotateX(180deg);
  background-color: #fff;
}

.circular-progress circle {
	stroke-dashoffset: 0;
  	transition: stroke-dashoffset 1s ease;
  	stroke: #4CAF50;
  	stroke-width: 5px;
}

.circular-progress .bar {
	stroke: #E0E0E0;
}

.circular-progressdiv {
  position: relative;
}

.circular-progressdiv:after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 35px;
  transform: translate(-50%, -50%);
  content: attr(data-percent) " %";
}

.ofline-payment-pending{
    background-color: #fff;
    border: 1px solid #ffc107;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #ffc107;
    border-radius: 1px;
}





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

#logo {
  /*background: #000;*/
  width: 150px;
  height: 60px;
  z-index: 100;
}
.bg-dark {
 background: #ccc;
}
.logodiv {
	width: 90%; 
    text-align: center;
	border:solid 0px;
	padding-left:65px;
	margin-left:65px;
	z-index: 100;
	/*background: #000;*/
}



.nav-item-gray{
	/*font-weight: bold;
	/*color: #545454;*/
	color: #000000;
	/*font-family: 'Jost', 'Helvetica Neue', Arial,Verdana,sans-serif;*/
	font-family:"Jost";
	font-weight: 600;
	font-size: 14px;
}


.about-jobby {
	margin-top: 50px;
}

.about-jobby p {
	font-size: 14px;
	/*font-family: 'Roboto', sans-serif;*/
	font-family:"Jost";
	color: #ffffff /*#545454*/ ;
	line-height: 26px;
	text-align: left;
	margin-bottom: 0;
    margin-top: 20px;
}

.footer {
	background: #f7f8fa /*#242424*/ /*#0A5273*/ /*#fff*/;
	float: left;
	width: 100%;
}
.footer-links {
	margin-top: 63px;
	 color: #545454;
}

.footer-links h4 {
  font-size: 16px;
  color: #545454;
  font-weight: bold;
  /*font-family: 'Roboto', sans-serif;*/
  font-family:"Jost";
  line-height: 1.333;
  text-align: left;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 0px solid #fff;
}

.footer-links ul {
	list-style-type:none;
	border-top: 0px solid #353535;
	margin-left:0px;
	padding-left:0px;
}


.footer-links ul li a {
	font-size: 14px;
	color: #545454 /*#545454*/;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	margin-bottom: 0;
	/*font-family: 'Roboto', sans-serif;*/
	font-family:"Jost";
}

.footer-links ul li a:hover {
	color: #545454 !important;
}
.copy-social {
	margin-top: 50px;
	padding: 20px 0;
	border-top: 1px solid /*#353535*/ #ffffff;
}

.copyright {
	font-size: 14px;
	font-weight: 400;
	color: #acacac;
	line-height: 24px;
	text-align: left;
	padding-top: 3px;
}

.copyright i {
	margin-right: 5px;
}

.copyright span {
	color: #545454;
}


.copyright a {
	color: #0A5273;
}

.copyright a:hover {
	color: #0A5273 !important;
}

.social-icons {
	text-align: right;
	padding-top: 3px;
}

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

.social-icons ul li a {
	font-size: 14px;
	color: #acacac;
	line-height: 24px;	
	margin: 0 15px;
}
.explore-btn {
	/*
	font-size: 12px;
	color: #000;
	font-weight: bold;
	line-height: 26px;
	text-align: left;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	background-color: #fff;
	padding:10px;
	*/
	font-size: 14px;
	color: #000;
	font-weight: bold;
	line-height: 26px;
	text-align: left;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	background-color: #000;
	padding:15px;
	border: solid 3px #fff;
	border-radius: 25px;
	
}

.course-carousel-title{
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 20px;
	padding-bottom:30px;
	font-family: 'Roboto', sans-serif;
}
.see-all-explore-btn{
	/*font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 36px;
	text-align: left;
	
	background-color: #545454;
	padding:10px;*/
	
	/*font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 26px;
	text-align: left;
	margin-bottom: 0;
	background-color: #000;
	padding:15px;
	border: solid 0px #fff;
	border-radius: 25px;
	letter-spacing: 3px;*/
	
	/*font-family: 'Roboto', sans-serif;*/
	
	
	color: #000; 
	border: 2px solid #000; 
	border-radius: 5px; 
	font-weight: bold; 
	font-size: 16px; 
	letter-spacing: 2px; 
	padding:5px 10px 3px 10px; 
	margin-right:15px;
	
	
}
.see-all-explore-btn:hover,
.see-all-explore-btn:focus {
    background-color: #787878;
    border-color: #787878;
    color: #fff;
}



.see-all-explore-btn-white{
	color: #fff; 
	border: 2px solid #fff; 
	border-radius: 5px; 
	font-weight: bold; 
	font-size: 16px; 
	letter-spacing: 2px; 
	padding:5px 10px 3px 10px;  
	margin-right:15px;
	
	
}
.see-all-explore-btn-white:hover,
.see-all-explore-btn-white:focus {
    background-color: #787878;
    border-color: #787878;
    color: #fff;
}

.see-all-explore-btn-white-1{
	color: #000; 
	border: 2px solid #000; 
	background-color: #fff;
	border-radius: 5px; 
	font-weight: bold; 
	font-size: 16px; 
	letter-spacing: 2px; 
	padding:5px 10px 3px 10px; 
	margin-right:15px;
	
	
}
.see-all-explore-btn-white-1:hover,
.see-all-explore-btn-white-1:focus {
    background-color: #787878;
    border-color: #787878;
    color: #fff;
}

.see-all-explore-btn-yellow{
	color: #000; 
	border: 2px solid #f9b92e; 
	background-color: #f9b92e;
	border-radius: 5px; 
	font-weight: bold; 
	font-size: 16px; 
	letter-spacing: 2px; 
	padding:5px 10px 3px 10px; 
	margin-right:15px;
	
	
}
.see-all-explore-btn-yellow:hover,
.see-all-explore-btn-yellow:focus {
    background-color: #787878;
    border-color: #787878;
    color: #fff;
}

.btn-small {
	color: #000;
	border: 2px solid #000;
    border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2px;
	padding:5px 10px 5px 10px;
}
.btn-small:hover,
.btn-small:focus {
    background-color: #787878;
    border-color: #787878;
    color: #fff;
}
.btn-small-category {
	color: #000;
	border: 1px solid #000;
	background-color: #ffffff;
    border-radius: 2px;
	font-size: 16px;
	letter-spacing: 1px;
	padding:5px 2px 5px 2px;
	margin:6px;
}
.btn-small-category:hover,
.btn-small-category:focus {
    background-color: #787878;
    border-color: #787878;
    color: #fff;
}


.main-heading {
	width: 100%;
	/*text-align: center;*/
	margin-bottom: 9px;
}
.main-heading h1 {
	font-size: 28px;
	/*color: #14668C*/ /*#242424*/;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 8px;
	/*font-family: 'Roboto', sans-serif;*/
	letter-spacing: 2px;
}
.main-heading h2 {
	font-size: 24px;
	/*color: #14668C*/ /*#242424*/;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 8px;
	/*font-family: 'Roboto', sans-serif;*/
	letter-spacing: 4px;
}
.main-heading h3 {
	font-size: 22px;
	color: #14668C /*#242424*/;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 8px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 2px;
}
.main-heading-contact {
	font-size: 32px;
	/*color: #14668C*/ /*#242424*/;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 8px;
	/*font-family: 'Roboto', sans-serif;*/
	letter-spacing: 3px;
}

.team_item {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
	text-align: center;
	margin-top: 30px;
}

.team_img img {
    width: 100%;
}

.team_item h4 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #242424;
	text-align: center;
}

.team_item span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #757575;
    text-align: center;
}

.team_links {
    /*padding: 20px 10px;*/
}

.team_links li {
    display: inline-block;
	margin-right: 5px;
}

.team_links li:last-child {
	margin-right: 0;
}

.team_links li a {
	float: left;
	height: 20px;
	width: 20px;
	padding: 11px 0;
	color: #757575;
	background: #f3f3f3;
	border-radius: 100%;
}

.team_links li a:hover {
	color: #fff !important;
	background: #0A5273;
}
.plans10 {
    margin-top: 10px;
}
.plans20 {
    margin-top: 20px;
}
.plans30 {
    margin-top: 30px;
}

.plans40 {
    margin-top: 40px;
}
.plans50 {
    margin-top: 50px;
}
.plans150 {
    margin-top: 20px;
}
.plans250 {
	margin-top: 70px;
}
.pad10 {
    padding-top: 10px;
}
.pad20 {
    padding-top: 20px;
}
.pad30 {
    padding-top: 30px;
}
.pad40 {
    padding-top: 40px;
}
.pad50 {
    padding-top: 50px;
}
.padb20 {
    padding-bottom: 20px;
}
/* === Our Blog Page === */
.blog_item {
    float: left;
    width: 95%;
    margin-top: 30px;
    border: 0px solid #e5e5e5;
    /*background: #fff;*/
}

.blog_img {
    float: left;
    width: 50%;
}

.blog_img img {
    width: 100%;
    margin-bottom: -1px;
}

.blog_dt {
    float: left;
    width: 50%;
}

.blog_img1 {
    float: left;
    width: 100%;
}

.blog_img1 img {
    width: 100%;
    margin-bottom: -1px;
}

.blog_dt1 {
    float: left;
    width: 100%;
}

.blog_body {
    float: left;
    width: 100%;
	padding: 20px 5px 20px 5px;
}

.blog_left {
    float: left;
}

.blog_left p {
    font-size: 14px;
    font-weight: 400;
    color: #242424 !important;
    font-family: 'Roboto', sans-serif !important;
    line-height: 24px;
}

.blog_left a {
	font-weight: 500 !important;
    color: #0A5273;
}

.blog_left a:hover {
    color: #0A5273 !important;
}

.blog_right {
    float: right;
}

.blog_right span {
    font-size: 14px;
    font-weight: 400;
    color: #242424;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
}

.blog_body h4 {
    float: left;
    width: 100%;
    margin-top: 20px;
    
    /*line-height: 10px;*/
    margin-bottom: 10px;
    /*font-family: 'Roboto', sans-serif;*/
    
	/*font-weight: 500;
    color: #242424;*/
	font-size: 16px;
	height: 20px;
	/*background: #000;*/
	letter-spacing: 2px;
}

.blog_body p {
    float: left;
    
    text-align: left;
	line-height: 26px;
    font-weight: 400;
    /*font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #757575;*/
    margin-bottom: 0;
	/*background: #0A5273;*/
}
.best-seller-span{
    padding: 1px 8px;
    font-weight: 700;
    position: relative;
    line-height: 1.5;
    /*text-align: center;*/
    /*text-transform: uppercase;*/
    display: inline-block;
	width:60%;
	vertical-align: text-top;
}
.best-seller-span-1{
	padding: 1px 8px;
    font-weight: 700;
    position: relative;
    line-height: 1.5;
    /*text-align: center;*/
    text-transform: uppercase;
    display: inline-block;
	width:35%;
	vertical-align: text-top;
	font-size:16px;
}

.best-seller-span-1 p{
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.all-images{
 margin-left:10px;
 margin-top:20px;
 background: #fff;
 color: #000;
 padding:5px 10px 5px 10px;
 border: 2px solid #000;
 border-radius: 5px 5px 5px 5px;
}
.round-images{
	border: 2px solid #fff;
	border-radius: 5px 5px 5px 5px;
}

/*===============Payment=============================*/
.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }
.border-top-gray { border-top-color: #adb5bd; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.lh-condensed { line-height: 1.25; }

.payment-header{
		font-size: 18px;
	}

	.item{
		width: 100%;
		height: 50px;
		display: block;
	}

	.count-item{
		padding-left: 13px;
		padding-right: 13px;
		padding-top: 5px;
		padding-bottom: 5px;

		margin-bottom: 100%;
		margin-right: 18px;
		margin-top: 8px;

		color: #00B491;
		background-color: #DEF6F3;
		border-radius: 5px;
		float: left;
	}
	.item-title{
		font-weight: bold;
		font-size: 13.5px;
		display: block;
		margin-top: 6px;
	}
	.item-price{
		float: right;
		color: #00B491;
	}
	.by-owner{
		font-size: 11px;
		color: #76767E;
		display:block;
		margin-top: -3px;
	}

	.total{
		border-radius: 8px 0px 0px 8px;
		background-color: #DBF3F0;
		padding: 10px;
		padding-left: 30px;
		padding-right: 30px;
		font-size: 18px;
	}
	.total-price{
		border-radius: 0px 8px 8px 0px;
		background-color: #CCD4DD;
		padding: 10px;
		padding-left: 25px;
		padding-right: 25px;
		font-size: 18px;
	}
	.indicated-price{
		padding-bottom: 20px;
		margin-bottom: 0px;
	}

	.payment-button{
		background-color: #1DBDA0;
		border-radius: 8px;
		padding: 10px;
		padding-left: 30px;
		padding-right: 30px;
		color: #fff;
		border: none;
		font-size: 18px;
	}

	.payment-gateway{
		border: 1px solid #D3DCDD;
		border-radius: 5px;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 15px;
		cursor: pointer;
		width:25%;
	}
	.payment-gateway:hover{
		border: 1px solid #00D04F;
		border-radius: 5px;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 15px;
		cursor: pointer;
	}

	.payment-gateway-icon{
		width: 80%;
		float: right;
	}
	.tick-icon{
		margin: 0px;
		padding: 0px;
		width: 15%;
		float: left;
		display: none;
	}
	.paypal-form, .stripe-form{
		display: none;
	}

	@media only screen and (max-width: 600px) {
	  .paypal, .stripe{
	    margin-left: 5px;
	    width: 70%;
	  }
	}
/*===============End Payment=============================*/

.counter {
    padding: 20px 0;
	border: solid 2px #f5f5f5;
    border-radius: 10px;
	color:#ffffff;
	min-height: 270px;
	margin-bottom: 15px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
	
}

.count-text {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
	padding-left:10%;
	padding-right:10%;
	
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #fff /*#4ad1e5*/;
	padding-top: 3px;
	padding-bottom: 3px;
}
.count-head {
	font-size: 16px;
    font-weight: bold;
	color: #000 /*#4ad1e5*/;
}
.elementor-background-overlay {
	filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}
.elementor-background-overlay {
	transition:background 0.3s, 
	border-radius 0.3s, opacity 0.3s;
}
.elementor-motion-effects-layer{
	
	/*background-image:url("../img/un-bagan.jpg");
	background-color: rgba(248, 247, 216, 0.7);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:100px 80px 100px 80px;*/
	
	
/*	background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)),
    url("../img/un-bagan.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:100px 30px 30px 120px;*/
	/*background: #2c3e50;*/
	padding:20px 30px 20px 30px;
	/*min-height:450px;*/
}
.margin-right-10 {
    margin-right: 10px;
}
.margin-right-20 {
    margin-right: 20px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-501 {
    margin-top: 50px;
}
.margin-top-50 {
    margin-top: 100px;
}
.margin-top-60 {
    margin-top: 60px;
}
/*===================================*/
.elementor-shape-fill{
fill:#f9f9f9;
}
.elementor-shape-top svg{
height:70px;
}
.elementor-shape-top{
z-index:2;
pointer-events:none;
}
.elementor-shape-top svg{
height:50px;
}
.elementor-shape-top svg{
height:40px;
}

.skewed_2 {
  background: linear-gradient(rgba(252,127,28,.5), rgba(252,127,28,.5)),
    url("../img/un-bagan.jpg");
}

.skewed {
  position: absolute;
  /*top: 0;*/
  /*bottom: 0;*/
  right: 0;
  left: 0;
  width: 100%;
  height: 65%;
  /*background: #2c3e50;*/
  z-index: 0;
  transform: skewY(2deg);
  transform-origin: top right;
  
  background: linear-gradient(rgba(252,127,28,.5), rgba(252,127,28,.5)),
    url("../img/un-bagan.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.total-head {
	font-size:24px;
    font-weight: bold;
}

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


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


.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}




.main-text {
    position: absolute;
    top: 250px;
    width: 96.66666666666666%;
    color: #FFF;
	font-size: 28px;
	font-family: 'Open Sans', sans-serif;
	z-index: 5;
}
.carousel{
}
.carousel-btns {
    margin-top: .5em; 
}

.carousel-btns .btn {
	/*width: 150px;*/
	background-color: #000;
	color: #fff;
	border: 2px solid #fff;
    border-radius: 20px;
	/*font-weight: bold;*/
	font-size: 13px;
	letter-spacing: 3px;
}
.imgOverlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
	
}
.carousel-inner .imgOverlay {
    position: absolute;
    top: 0;
    
    /*background-color: rgba(6, 28, 38, 0.5);*/
	
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.carousel-inner img {
   width: 100%;
   min-height: 350px;
}

.carousel-control {
    width: auto;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 47%;
  right: 0;
  z-index: 5;
  display: inline-block;
  background-color: #000;
  width: 38px;
  height: 38px;
  line-height: 40px;
  font-size: 14px;
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
  left: 0;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0 1px;
  border: 2px solid #fff;
  opacity: .8;
}

.carousel-indicators .active {
    background-color: #28ace2;
    border-color: #28ace2;
}

.carousel-indicators {
  display: none;
}

.carousel-control .icon-prev, .carousel-control .fa-chevron-left,
.carousel-control .icon-right, .carousel-control .fa-chevron-right {
    border-radius: 50px;
}

.carousel-control .icon-prev, .carousel-control .fa-chevron-left {
    left: 30px;
}

.carousel-control .icon-right, .carousel-control .fa-chevron-right {
    right: 30px;
}    

.skewed_1 {
  position: absolute;
  top: 700px;
  right: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #f7f8fa;
  z-index: 0;
  transform: skewY(2deg);
  transform-origin: top right;
}
.home-banner-area-h{
    padding: 170px 0 130px;
    color: #fff;
}

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


/*============================================*/
.course-carousel-area-n{
    margin-bottom: 20px;
    overflow-x: hidden;
	text-align: center;
	border: solid 0px #000;
}
.course-carousel-area-n .course-carousel-title{
    font-size: 25px;
    color: #505763;
    margin: 0 0 10px;
	font-family: 'Roboto', sans-serif;
}
.course-carousel-area-n .slick-slider{
    width: calc( 100% + 16px );
    margin-left: -8px;
}
.course-carousel-area-n .slick-list:before,
.course-carousel-area-n .slick-list:after{
    position: absolute;
    content: "";
    top:0;
    right: 0;
    height: 100%;
    width: 8px;
    background: #f7f8fa;
    z-index: 1;
}
.course-carousel-area-n .slick-list:after{
    right: auto;
    left: 0
}

.course-carousel-n .slick-prev:hover,
.course-carousel-n .slick-next:hover{
    box-shadow: 0 2px 8px 2px rgba(20,23,28,.15);
}
.course-carousel-n .slick-prev:focus,
.course-carousel-n .slick-next:focus{
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1) !important;
}

.course-carousel-n .slick-prev,
.course-carousel-n .slick-next{
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    z-index: 1;
    top: calc( 50% - 25px);
}
.course-carousel-n .slick-prev{
    left: -28px;
}
.course-carousel-n .slick-prev.slick-disabled,
.course-carousel-n .slick-next.slick-disabled{
    opacity: 0;
}
.course-carousel-n .slick-prev:before{
    content: url(../img/icons/prev_arrow.png);
    line-height: 0;
    opacity: 1
}
.course-carousel-n .slick-next{
    right: -15px
}
.course-carousel-n .slick-next:before{
    content: url(../img/icons/next_arrow.png);
    line-height: 0;
    opacity: 1;
}
.course-carousel-n .course-box-wrap{
	margin-right: 50px;
}
.course-carousel-n .price-box{
  /*height: 100px;
  width: 100px;*/
  
  /*background-color: #545454;
  border-radius: 50%;
  display: inline-block;
  padding:10px;
  color:#fff;*/
}
.title-2 {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}
.title-3 {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px;
}
/*====================================================*/

.date-time-slot {
	/*background: #fff;*/
	width: 100%;
	border-bottom:solid 1px rgba(0, 0, 0, 0.08);
	/*box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);*/
	/*margin: 180px 0;*/
	/*position: relative;*/
	/*display: flex;
	display: -webkit-flex;*/
	font-family: 'Raleway', sans-serif;
	padding:15px;
}
.time-slot {
	padding-top:15px;
	border:solid 0px rgba(0, 0, 0, 0.08);
	margin-bottom: 0px
}

.choose {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	margin-bottom: 0;
	/*font-family: 'Roboto', sans-serif;*/
	background-color: #000;
	padding:5px 20px 5px 20px;
	border: solid 0px #000;
	border-radius: 5px;
	
}
.choose a:hover{
	color: #fff;
	background-color: #000;
	border: solid 3px #fff;
}
/*========================form-v3============================*/

.avdate span{
  border-radius: 50%;
  border: 1px dashed black;
  padding: 5px 10px;
  margin-right: 0px;
  background:#000;
  color:#fff;
  top: 50%;
  font-weight: 600;
  	font-size: 18px;
}
/*.avdate :before{
  content:'';
  position:absolute;
  border-right: 3px solid #000000;
  right: 14px;
  top: 100%;
    bottom: 0;
  z-index:-1;
  height:100%
}*/


.special .price {
	font-size: 28px;
	font-weight: 700;
	/*color: #385cb9;*/
    /*float: left;*/
    margin-top: 0px;
	border: solid 0px;
}

.form-v3-content  {
	/*background: #fff;*/
	width: 100%;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	/*margin: 180px 0;*/
	position: relative;
	display: flex;
	display: -webkit-flex;
	font-family: 'Raleway', sans-serif;
}
.form-v3-content .form-right {
	position: relative;
	margin-bottom: -5px;
}
.form-v3-content .form-right .form-images-2 {
    position: absolute;
    bottom: 0;
}
.form-v3-content .form-right .form-icon-1 {
	position: absolute;
	font-size: 33px;
	bottom: 10%;
	right: 20%;
}
.form-v3-content .form-right .form-icon-2 {
	position: absolute;
	font-size: 33px;
	bottom: 10%;
	right: 13%;
}
.form-v3-content .form-right i {
	color: #333;
}
.form-v3-content .form-detail {
    padding: 30px 40px 30px 47px;
}
.form-v3-content .form-detail h2 {
	font-family: 'Lora', serif;
	color: #333;
	font-weight: 700;
	font-size: 30px;
	margin: 12px 0 16px;
	padding-left: 40px;
	position: relative;
}
.form-v3-content .form-detail h2::before {
	position: absolute;
	background: #385cb9;
	content: "";
	width: 30px;
	height: 2px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.form-v3-content .form-detail .text {
	font-weight: 500;
	font-size: 15px;
	color: #666;
	margin-bottom: 28px;
}
.form-v3-content .form-detail .form-group {
	display: flex;
	display: -webkit-flex;
	margin:  0 -8px;
}
.form-v3-content .form-detail .form-row {
	width: 100%;
	position: relative;
}
.form-v3-content .form-detail .form-group.form-group-1 {
	width: 95%;
}
.form-v3-content .form-detail .form-group .form-row.form-row-1 {
	width: 50%;
	padding: 0 8px;
}
.form-v3-content .form-detail .form-group .form-row.form-row-2 {
	width: 26.5%;
	padding: 0 8px;
}
.form-v3-content .form-detail .form-group .form-row.form-row-3 {
	width: 40.5%;
	padding: 0 8px;
}
.form-v3-content .form-detail .form-group .form-row.form-row-4 {
	width: 36%;
	padding: 0 8px;
}
.form-v3-content .form-detail label {
	font-weight: 600;
	font-size: 13px;
	color: #666;
	display: block;
	margin-bottom: 12px;
}
.form-v3-content .form-detail .input-text {
	margin-bottom: 29px;
}
.form-v3-content .form-detail input,
.form-v3-content .form-detail select {
	width: 100%;
    padding: 12.5px 15px;
    border: 1px solid #e5e5e5;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.form-v3-content .form-detail .form-row-2 input {
	font-size: 18px;
	padding: 11px 15px;
}
.form-v3-content .form-detail input[type=number]::-webkit-inner-spin-button, 
.form-v3-content .form-detail input[type=number]::-webkit-outer-spin-button {  
  opacity: 1;
}
.form-v3-content .form-detail input.date {
	cursor: pointer;
}
.form-v3-content .form-detail .form-row-3 button.ui-datepicker-trigger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: transparent;
    border: none;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    right: 10%;
    font-size: 20px;
    cursor: pointer;
}
.form-v3-content .form-detail .form-row-3 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
  font-size: 15px;
}
.form-v3-content .form-detail .form-row-3 input::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  font-size: 15px;
}
.form-v3-content .form-detail .form-row-3 input:-ms-input-placeholder { /* IE 10+ */
  color: #333;
  font-size: 15px;
}
.form-v3-content .form-detail .form-row-3 input:-moz-placeholder { /* Firefox 18- */
  color: #333;
  font-size: 15px;
}
.form-v3-content .form-detail .form-row input:focus {
	border: 1px solid #b3b3b3;
}
.form-v3-content .form-detail select {
    background: 0 0;
    position: relative;
    z-index: 9;
    cursor: pointer;
    color: #333;
}
.form-v3-content .form-detail .select-btn {
    z-index: 0;
    position: absolute;
    top: 37%;
    right: 18.5%;
    font-size: 20px;
}
.form-v3-content .form-detail .special .price {
	font-size: 28px;
	font-weight: 700;
	color: #385cb9;
    /*float: left;*/
    margin-top: 0px;
	border: solid 0px;
}
.form-v3-content .form-detail .special p{
	font-size: 16px;
	font-weight: 500;
	color: #666;
}
.form-v3-content .form-detail .form-checkbox {
	margin-top: 26px;
	position: relative;
}
.form-v3-content .form-detail .form-checkbox input {
	position: absolute;
    opacity: 0;
}
.form-v3-content .form-detail .form-checkbox .checkmark {
	position: absolute;
    top: 0px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}
.form-v3-content .form-detail .form-checkbox .checkmark::after {
	content: "";
    position: absolute;
    left: 5px;
   	top: 1px;
    width: 3px;
    height: 8px;
    border: 1px solid #385cb9;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
.form-v3-content .form-detail .form-checkbox input:checked ~ .checkmark::after {
    display: block;
}
.form-v3-content .form-detail .form-checkbox p {
    margin-left: 27px;
    color: #666;
    font-size: 15px;
    font-weight: 600;
}
.form-v3-content .form-detail .form-checkbox .text {
	font-weight: 700;
	color: #385cb9;
	text-decoration: underline;
}
.form-v3-content .form-detail .register {
	background: #333;
	width: 140px;
	border: none;
	margin: 15px 0 34px;
	cursor: pointer;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
}
.form-v3-content .form-detail .register:hover {
	background: #000;
}
.form-v3-content .form-detail .form-row-last input {
	padding: 13.5px;
}

/* Responsive */
@media screen and (max-width: 991px) {
	.form-v3-content {
		margin: 180px 20px;
		flex-direction:  column;
		-o-flex-direction:  column;
		-ms-flex-direction:  column;
		-moz-flex-direction:  column;
		-webkit-flex-direction:  column;
	}
	.form-v3-content .form-detail .form-group.form-group-1 {
		width: auto;
	}
	.form-v3-content .form-right{
		display: none;
	}
	.form-v3-content .form-detail {
		padding: 30px 20px 30px 20px;
	    width: auto;
	}
}
@media screen and (max-width: 575px) {
	.form-v3-content .form-detail .form-group {
		flex-direction: column;
		-o-flex-direction:  column;
		-ms-flex-direction:  column;
		-moz-flex-direction:  column;
		-webkit-flex-direction:  column;
		margin: 0;
	}
	.form-v3-content .form-detail .form-group .form-row.form-row-1 {
		width: 100%;
		padding:  0;
	}
	.form-v3-content .form-detail .form-group .form-row.form-row-2,
	.form-v3-content .form-detail .form-group .form-row.form-row-3,
	.form-v3-content .form-detail .form-group .form-row.form-row-4 {
		width: 100%;
		padding:  0;
	}
	.form-v3-content .form-detail .form-group .form-row.form-row-3 {
		margin-bottom: 29px;
	}
	.form-v3-content .form-detail .select-btn {
		right: 5%;
		top: 40px;
	}
	.form-v3-content .form-detail .form-row-3 button.ui-datepicker-trigger {
		right: 5%;
		transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}
/*========================form-v3 End============================*/

/*==========================================================*/
h1, h2, h3, h4, h5, h6, h7
{
	color: #222;
	/*font-family: 'Jost',sans-serif, 'Helvetica Neue', Arial,Verdana;*/
	font-family:"Jost";
	font-weight: 600;
	line-height: 1.5em;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 28px;
}
h3{
	font-size: 26px;
}
h4{
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 600;
}
h5{
	font-size: 20px;
}

#content_wrapper
{
	width: 72%;
	float: left;
	margin: 0;
}

#page_content_wrapper:not(.wide), .page_content_wrapper:not(.wide)
{
	width: 960px;
	width: calc(100% - 270px);
	margin: auto;
	padding-bottom: 0;
	margin-top: 0;
}

.tg-gallery-lightbox img
{
	display: block;
}

/*
	Begin CSS for global theme styling
*/

.tg_one_cols
{
	width: 100%;
	clear: both;
}

.tg_two_cols
{
	width: 48%;
	float: left;
}

.tg_two_cols.last
{
	width: 48%;
	float: right;
}

.tg_two_cols:not(.filterable):nth-child(2n+1)
{
	clear: both;
}

.tg_three_cols
{
	width: 30.66%;
	margin-right: 4%;
	float: left;
}

.tg_three_cols.last
{
	width: 30.66%;
	margin-right: 0;
	float: right;
}

.tg_three_cols:not(.filterable):nth-child(3n+1)
{
	clear: both;
}

.tg_four_cols
{
	width: 22.75%;
	margin-right: 3%;
	float: left;
}

.tg_four_cols.last
{
	width: 22.75%;
	margin-right: 0;
	float: right;
}

.tg_four_cols:not(.filterable):nth-child(4n+1)
{
	clear: both;
}

.tg_five_cols
{
	width: 17.6%;
	margin-right: 3%;
	float: left;
}

.tg_five_cols.last
{
	width: 17.6%;
	margin-right: 0;
	float: right;
}

.tg_five_cols:not(.filterable):nth-child(5n+1)
{
	clear: both;
}

.course_grid_container {
   margin-top: 40px;
}

.course_grid_container .portfolio_classic_grid_wrapper .card__img {
  visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 235px;
}

.course_grid_container .portfolio_classic_grid_wrapper .card__price {
	position: absolute;
    top: 200px;
    right: 20px;
    font-size: 13px;
    display: inline-block;
    background: #545454;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 50%;
    width: 60px;
    text-align: center;
    line-height: 60px;
    z-index: 2;
    transition: all .21s cubic-bezier(.5,.5,.4,.9);
}

.course_grid_container .portfolio_classic_grid_wrapper:hover .card__price {
	-ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.course_grid_container .portfolio_classic_grid_wrapper .card__info-hover {
    position: absolute;
    padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}

.course_grid_container .portfolio_classic_grid_wrapper .card__img--hover {
  transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
  position: absolute;
    height: 235px;
top: 0;
  
}
.course_grid_container .portfolio_classic_grid_wrapper  {
  transition: all .2s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  min-height: 415px;
  margin-bottom: 40px;
}

.course_grid_container .has_no_space .portfolio_classic_grid_wrapper {
	border-radius: 0 !important;
}

.course_grid_container .portfolio_classic_grid_wrapper:hover  {
	background-color: #000 !important;
}

.course_grid_container .portfolio_classic_grid_wrapper .card__info {
	z-index: 2;
  background-color: #fff;
   padding: 25px 30px 25px 30px;
}

.course_grid_container .portfolio_classic_grid_wrapper .card__title {
    margin-bottom: 15px;
    font-size: 20px;
	min-height: 40px;
}

.course_grid_container .portfolio_classic_grid_wrapper .card__excerpt p {
	padding: 0 !important;
}

.course_grid_container .portfolio_classic_grid_wrapper:hover .card__img--hover {
    height: 100% !important;
    opacity: 0.5;
}

.course_grid_container .portfolio_classic_grid_wrapper:hover .card__info {
    background-color: transparent !important;
    position: relative;
    color: #fff !important;
}

.course_grid_container .portfolio_classic_grid_wrapper:hover .card__info .card__meta,
.course_grid_container .portfolio_classic_grid_wrapper:hover .card__info .card__date,
.course_grid_container .portfolio_classic_grid_wrapper:hover .card__info .card__excerpt {
	color: #fff !important;
}

.course_grid_container .portfolio_classic_grid_wrapper:hover a
{
	color: #fff !important;
}

.course_grid_container .portfolio_classic_grid_wrapper:hover .card__info-hover {
    opacity: 1;
}

.course_grid_container .portfolio_classic_grid_wrapper .card__info .card__date {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.course_grid_container .portfolio_classic_grid_wrapper .card__info .card__excerpt {
	margin-bottom: 15px;
}

.course_grid_container .portfolio_classic_grid_wrapper .card__info .card__meta {
	margin-top: 15px;
	font-weight: 900;
	font-size: 13px;
	display: inline-block;
	margin-right: 20px;
}
/*------------------------------------------------------*/

/*ul.learn-press-courses .course {
    list-style: none;
    width: 31.33333%;
    margin: 0 2% 20px 0;
    box-shadow: none;
    padding: 0; }
    ul.learn-press-courses .course .course-thumbnail,
    ul.learn-press-courses .course .course-title,
    ul.learn-press-courses .course .course-info {
      margin: 0 0 0.8em 0;
      line-height: 1; }
    ul.learn-press-courses .course .course-thumbnail img {
      line-height: 1;
      vertical-align: top; }
    ul.learn-press-courses .course .course-title {
      font-size: 1.2em;
      padding: 0;
      font-weight: normal; }
    ul.learn-press-courses .course .course-info {
      font-size: 14px; }
      ul.learn-press-courses .course .course-info > span {
        display: block; }
      ul.learn-press-courses .course .course-info .course-price {
        float: left; }
        ul.learn-press-courses .course .course-info .course-price .origin-price,
        ul.learn-press-courses .course .course-info .course-price .price {
          vertical-align: middle; }
        ul.learn-press-courses .course .course-info .course-price .origin-price {
          font-size: 16px;
          text-decoration: line-through;
          font-style: italic;
          margin-right: 10px; }
        ul.learn-press-courses .course .course-info .course-price .price {
          font-size: 18px; }
      ul.learn-press-courses .course .course-info .course-instructor {
        float: right; }
      ul.learn-press-courses .course .course-info:after {
        clear: both;
        display: block;
        content: ''; }
    ul.learn-press-courses .course .lp-course-buttons form {
      width: 100%;
      margin-bottom: 10px; }
      ul.learn-press-courses .course .lp-course-buttons form button {
        width: 100%; }
		
		
		
		
ul.learn-press-courses .course {
    background-color: #fff;
}
body ul.learn-press-courses .course .course-info .course-price .price{
	top:3px !important;
	right:3px !important;
}
h3.course-title:hover {
    color: #0066da;
}
.course-thumbnail {
    overflow: hidden;
}
.course-thumbnail:hover img {
    overflow: hidden;
	transform:scale(1.1);
	transition: 0.3s all ease-out;
}
ul.learn-press-courses {
  list-style: none;
  margin-right: -2.1%;
  margin-left: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  ul.learn-press-courses .course {
    list-style: none;
    width: 31.33333%;
    margin: 0 2% 20px 0;
    box-shadow: none;
    padding: 0; }
    ul.learn-press-courses .course .course-thumbnail,
    ul.learn-press-courses .course .course-title,
    ul.learn-press-courses .course .course-info {
      margin: 0 0 0.8em 0;
      line-height: 1; }
    ul.learn-press-courses .course .course-thumbnail img {
      line-height: 1;
      vertical-align: top; }
    ul.learn-press-courses .course .course-title {
      font-size: 1.2em;
      padding: 0;
      font-weight: normal; }
    ul.learn-press-courses .course .course-info {
      font-size: 14px; }
      ul.learn-press-courses .course .course-info > span {
        display: block; }
      ul.learn-press-courses .course .course-info .course-price {
        float: left; }
        ul.learn-press-courses .course .course-info .course-price .origin-price,
        ul.learn-press-courses .course .course-info .course-price .price {
          vertical-align: middle; }
        ul.learn-press-courses .course .course-info .course-price .origin-price {
          font-size: 16px;
          text-decoration: line-through;
          font-style: italic;
          margin-right: 10px; }
        ul.learn-press-courses .course .course-info .course-price .price {
          font-size: 18px; }
      ul.learn-press-courses .course .course-info .course-instructor {
        float: right; }
      ul.learn-press-courses .course .course-info:after {
        clear: both;
        display: block;
        content: ''; }
    ul.learn-press-courses .course .lp-course-buttons form {
      width: 100%;
      margin-bottom: 10px; }
      ul.learn-press-courses .course .lp-course-buttons form button {
        width: 100%; }
		*/
	
	
	.learn-press-breadcrumb,
#learn-press-course .course-meta
{
	display: none;
}

#single_course_header
{
	padding: 60px 0 60px 0;
	width: 100%;
	float: left;
}

.single_course_title
{
	float: left;
	width: 70%;
}

.single_course_join
{
	float: right;
	width: 30%;
	text-align: right;
	margin-top: 20px;
}

.single_course_excerpt p
{
	padding: 0 !important;
	margin-top: 10px;
}

#single_course_bgimage
{
	height: 500px;
	background-size: cover;
	background-position: center center;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

#learn-press-course-tabs
{
	margin: 40px 0 40px 0;
}

#page_content_wrapper ul.learn-press-nav-tabs
{
	border-bottom: 0;
	text-align: center;
}

body.learnpress-page.profile .lp-tab-sections
{
	margin: 0 0 20px 0 !important;
	background: transparent;
	z-index: 3;
    position: relative;
}

body.learnpress-page.profile .learn-press-subtab-content
{
	margin: 20px 0 0 0;
}

body.learnpress-page.profile .lp-sub-menu,
body.learnpress-page.profile ul.learn-press-courses
{
	margin: 20px 0 20px 0 !important;
}

body.learnpress-page.profile ul.learn-press-courses,
body.learnpress-page.profile .learn-press-message
{
	clear: both;
}

#page_content_wrapper ul.learn-press-nav-tabs .course-nav,
body.learnpress-page.profile .lp-tab-sections li
{
	display: inline-block;
	float: none;
}

body.learnpress-page.profile .lp-sub-menu li a,
body.learnpress-page.profile .lp-sub-menu li span
{
	font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

body.learnpress-page.profile .lp-tab-sections .section-tab.active span
{
	border: 0;
	line-height: initial;
}

body.learnpress-page.profile .profile-heading
{
	float: left;
	width: 50%;
	margin: 20px 0 20px 0;
}

body.learnpress-page.profile .lp-sub-menu
{
	float: right;
	width: 50%;
	text-align: right;
}

#page_content_wrapper .course-landing-summary
{
	margin-bottom: 80px;
}

#learn-press-course
{
	width: 70%;
	margin: auto;
}

#learn-press-course-tabs .course-tab-panel
{
	padding: 40px 0 0 0;
}

#page_content_wrapper ul.learn-press-nav-tabs .course-nav.active:after, 
#page_content_wrapper ul.learn-press-nav-tabs .course-nav:hover:after
{
	display: none;
}

#page_content_wrapper ul.learn-press-nav-tabs .course-nav a,
body.learnpress-page.profile .lp-tab-sections li a,
body.learnpress-page.profile .lp-tab-sections li span,
body.learnpress-page.profile .lp-tab-sections .section-tab.active span
{
	font-weight: 700;
	border-radius: 50px;
	padding: 5px 30px 5px 30px;
}

#page_content_wrapper ul.learn-press-nav-tabs .course-nav.active a,
body.learnpress-page.profile .lp-tab-sections .section-tab.active span
{
	background: #333;
	color: #fff;
}

body.learnpress-page.profile .lp-list-table tr.list-table-nav td
{
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.lp-label.label-finished, 
.lp-label.label-completed,
.lp-label.label-cancelled,
.lp-label.label-pending
{
	padding: 5px 30px 5px 30px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

body .profile-recover-order
{
	border: 0;
	padding: 0;
	margin-top: 40px;
}

.order-recover input[name="order-key"]::placeholder
{
	opacity: 0.5;
}

body .profile-recover-order p
{
	padding: 0 !important;
}

body.learnpress-page.profile .lp-list-table tbody tr td.column-order-action
{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

body.learnpress-page.profile .lp-list-table tbody tr td.column-order-action a
{
	margin-right: 10px;
}

#profile-content-order-details h3
{
	font-size: 18px;
}

#page_content_wrapper .lp-single-course .course-price
{
	margin: 0;
	float: right;
	margin-bottom: 80px;
}

#page_content_wrapper .lp-single-course .lp-course-buttons
{
	float: left;
	margin: 0;
	margin-bottom: 80px;
}

.learnpress-page #page_content_wrapper .lp-button,
.learnpress-page #learn-press-profile-basic-information button,
.learnpress-page #profile-content-settings form button[type=submit]
{
	line-height: normal;
	height: intrinsic;
	padding: .6em 2.5em .6em 2.5em;
	background: transparent;
	
	border-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#page_content_wrapper .lp-single-course .course-author .author-bio
{
	font-style: normal;
	padding: 1.6em 0 1.6em 1.6em;
}

#page_content_wrapper .lp-single-course .course-author .author-name a
{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 900;
}

.course-author h3
{
	display: none;
}

#page_content_wrapper .course-curriculum ul.curriculum-sections .section-header
{
	border-bottom: 1px solid #999;
}

#page_content_wrapper .course-curriculum ul.curriculum-sections .section-header .section-title
{
	font-weight: 700;
}

body .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta,
body .lp-label.label-enrolled, .lp-label.label-started
{
	padding: 0 15px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

body .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta:not(.trans) .course-item-status:before,
body .lp-label.label-enrolled, .lp-label.label-started,
body .course-remaining-time .lp-label.label-enrolled
{
	font-size: 10px;
}

body .lp-label.label-enrolled, .lp-label.label-started
{
	height: 20px;
    line-height: 20px;
    color: #fff;
}

body .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .duration
{
	background: transparent;
	color: #222;
	padding: 0;
}

body .course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-meta .course-item-status,
body .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link:before,
body .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link:before,
body .course-curriculum ul.curriculum-sections .section-content .course-item:not(.item-preview) .course-item-status
{
	font-family: 'themify';
}

body .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-completed .course-item-status:before, 
body .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-started .course-item-status:before
{
	font-size: 16px;
	content: "\e64c";
}

body .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link:before
{
	font-size: 20px;
	content: "\e6c7";
}

body .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link:before
{
	font-size: 20px;
	content: "\e72b";
}

body .course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-meta .course-item-status:before
{
	color: #222;
	font-size: 16px;
	content: "\e62b";
}

#single_course_meta
{
	background-color: #fff;
	margin-top: -60px;
	position: relative;
	z-index: 2;
	border-radius: 5px;
}

#single_course_meta ul.single_course_meta_data
{
	display: flex;
	list-style: none;
	background: #fff;
	margin-bottom: 60px;
	-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

#single_course_meta ul.single_course_meta_data li
{
	justify-content: center;
	padding: 0 1em;
    flex-grow: 1;
    display: flex;
    margin: 2.2rem 0;
}

#single_course_meta ul.single_course_meta_data li:first-child
{
	padding-left: 0;
}

#single_course_meta ul.single_course_meta_data li:last-child
{
	display: none !important;
}

#single_course_meta ul.single_course_meta_data li.single_course_meta_data_separator
{
	flex: 0;
	border-left: solid 1px #e1e1e1;
    display: flex;
    max-height: 2.7em;
    padding: 0;
}

#single_course_meta ul.single_course_meta_data li .single_course_meta_data_icon
{
	padding-right: .5em;
    display: flex;
    font-size: 2rem;
    line-height: 1.5;
}

#single_course_meta ul.single_course_meta_data li .single_course_meta_data_text
{
	display: flex;
    flex-direction: column;
}

#single_course_meta ul.single_course_meta_data li .single_course_meta_data_text .single_course_meta_data_title
{
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#single_course_meta ul.single_course_meta_data li .single_course_meta_data_text .single_course_meta_data_content
{
	font-size: 14px;
	font-weight: 700;
}

body .course-curriculum ul.curriculum-sections .section-content .course-item:before
{
	display: none;
}

body #course-item-content-header .form-button.lp-button-back button,
body.learnpress-page .lp-button
{
	height: auto;
	line-height: normal;
	padding: 6px 30px 4px 30px;
}

body.learnpress-page .lp-button.button-complete-lesson
{
	margin-top: 30px;
}

body #course-item-content-header .course-item-search input
{
	font-style: normal;
}

body #course-item-content-header
{
	background: #f9f9f9;
}

body #course-item-content-header .toggle-content-item:before
{
	font: 20px/60px 'themify';
    content: "\e67a";
}

body.single.full-screen-content-item #course-item-content-header .toggle-content-item:before
{
	font: 20px/60px 'themify';
    content: "\e679";
}

body.single.course-item-popup #learn-press-content-item .content-item-wrap
{
	margin: 20px auto;
}

body .course-item-nav .prev span, 
body .course-item-nav .next span
{
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
}

body .course-item-nav .prev a, 
body .course-item-nav .next a
{
	position: relative;
    top: -5px;
}

.learn-press-message:before
{
	display: none;
}

body .course-curriculum ul.curriculum-sections .section.section-empty .learn-press-message
{
	margin-left: 0;
	margin-right: 0;
}

body .lp-label
{
	background: transparent;
	color: #222;
}

body .answer-options .answer-option .option-title:before
{
	display: none;
}

.lp-quiz-buttons .lp-form.form-button button[type=submit]
{
	background: transparent;
    border: none;
    text-decoration: none;
    margin-right: 10px;
    cursor: pointer;
    font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 10px;
	outline: none;
}

body.learnpress-page.checkout #page_content_wrapper .inner .sidebar_content.full_width,
body.learnpress-page.profile #page_content_wrapper .inner .sidebar_content.full_width
{
	padding-bottom: 80px;
}

body.learnpress-page.profile:not(.admin-bar) #page_content_wrapper .inner .sidebar_content.full_width
{
	padding-top: 60px;
}

body.learnpress-page.checkout .lp-list-table thead tr th,
body.learnpress-page.profile .lp-list-table thead tr th
{
	background: #333;
}

body.learnpress-page.checkout #learn-press-order-review
{
	float: right;
	width: 32%;
	-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}

body.learnpress-page.checkout #learn-press-order-review h4
{
	display: none;
}

body.learnpress-page.checkout .learn-press-checkout-comment h4,
body.learnpress-page.checkout  #learn-press-payment h4
{
	font-size: 16px;
	margin-bottom: 10px;
}

body.learnpress-page.checkout .learn-press-checkout-comment .order-comments::placeholder
{
	opacity: 0;
}

body.learnpress-page.checkout .learn-press-checkout-comment,
body.learnpress-page.checkout  #learn-press-payment
{
	float: left;
	width: 63%;
}

body.learnpress-page.checkout .lp-list-table
{
	margin: 0;
}

body.learnpress-page.checkout #learn-press-payment .payment-methods
{
	margin: 0 !important;
}

body.learnpress-page.checkout #learn-press-payment .payment-methods .lp-payment-method.selected > label
{
	background: transparent;
	padding: 0;
	display: inline-block;
}

body.learnpress-page.checkout #learn-press-payment .payment-methods .payment-method-form
{
	background: transparent;
	border: 0;
	padding: 0;
	font-size: 13px;
	display: inline-block !important;
	margin-left: 10px;
}

body.learnpress-page.checkout #checkout-order-action
{
	margin-top: 30px;
}

body.learnpress-page.profile #learn-press-profile-header
{
	background: transparent;
	margin-bottom: 20px;
	width: 10%;
}

body.learnpress-page.profile #learn-press-profile-header .lp-profile-avatar img
{
	border-radius: 250px;
	position: relative;
    top: -50px;
}

body.learnpress-page.profile .lp-user-profile .profile-name
{
	font-size: 16px;
	font-weight: 700;
	margin-top: -40px;
}

body.learnpress-page.profile #learn-press-profile-nav
{
	padding: 0;
}

body.learnpress-page.profile #learn-press-profile-nav .tabs
{
	margin: 0 !important;
}

body.learnpress-page.profile #learn-press-profile-nav .tabs > li a
{
	padding: 10px 20px;
}

body.learnpress-page.profile #learn-press-profile-nav .tabs > li ul
{
	margin: 0 !important;
	padding: 0;
}

body.learnpress-page.profile #learn-press-profile-nav .tabs > li.active ul
{
	background: transparent;
}

body.learnpress-page.profile #learn-press-profile-nav .tabs > li.active ul li a
{
	color: inherit;
	padding-left: 40px;
}

body.learnpress-page.profile #learn-press-profile-content
{
	width: calc(100% - 250px);
}

body.learnpress-page.profile #learn-press-profile-nav .tabs > li.active ul li a:hover
{
	color: #fff;
}

body.learnpress-page.profile #learn-press-profile-nav:before
{
	background: #f9f9f9;
}

body.learnpress-page.profile #learn-press-profile-nav,
body.learnpress-page.profile #learn-press-profile-nav .tabs > li:hover:not(.active) ul
{
	background: transparent;
	font-size: 15px;
}

body.learnpress-page.profile .learn-press-form .form-fields
{
	margin: 40px 0 0 0 !important;
}

body.learnpress-page.profile #learn-press-profile-nav .tabs > li:hover:not(.active) ul
{
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}

body.learnpress-page.profile #learn-press-profile-nav .tabs > li 
{
	margin-bottom: 5px;
}

body.learnpress-page.profile #learn-press-profile-nav .tabs > li.active > a
{
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
}

body.learnpress-page.profile #learn-press-profile-nav .tabs > li:hover a
{
	border-radius: 5px;
}

body.learnpress-page.profile #learn-press-profile-content
{
	margin-top: -120px;
}

body ul.learn-press-courses .course .course-thumbnail
{
	margin-bottom: 20px;
}

body ul.learn-press-courses .course .course-title
{
	font-weight: 700;
}

body ul.learn-press-courses .course
{
	position: relative;
}

body ul.learn-press-courses .course .lp-course-buttons form button
{
	display: none;
}

body ul.learn-press-courses .course .course-info .course-price .price
{
	position: absolute;
    top: 12px;
    right: 12px;
    font-size: 13px;
    display: inline-block;
    background: #000;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 50%;
    width: 60px;
    text-align: center;
    line-height: 60px;
}

body ul.learn-press-courses .course .course-info .course-instructor
{
	float: none;
	clear: both;
	margin-top: -20px;
}

ul.learn-press-courses .course .course-info .course-instructor:before
{
	font: 16px/60px 'themify';
    content: "\e623";
    margin-right: 5px;
    vertical-align: middle;
}

body.learnpress-page #page_content_wrapper .lp-button
{
	cursor: pointer;	
}

body.learnpress-page #page_content_wrapper .order-recover input[name="order-key"] 
{
	width: 100%;
}

body.learnpress-page #page_content_wrapper .order-recover .lp-button
{
	clear: both;
	margin-top: 15px;
}

.learnpress-page #learn-press-profile-basic-information p
{
	padding: 0 !important;
}

.learnpress-page #learn-press-profile-basic-information button
{
	cursor: pointer;
	margin-top: 30px;
	outline: none;
}

body.learnpress-page.profile #learn-press-profile-header
{
	z-index: 2;	
}

body .lp-avatar-preview .profile-picture
{
	margin-top: 0;
}

body .learn-press-form .form-fields .form-field input[type="text"], 
body .learn-press-form .form-fields .form-field input[type="email"], 
body .learn-press-form .form-fields .form-field input[type="number"], 
body .learn-press-form .form-fields .form-field input[type="password"], 
body .learn-press-form .form-fields .form-field textarea
{
	padding: 6px 10px 6px 10px;
}

body #page_content_wrapper p#lp-avatar-actions
{
	padding: 0;
}

body #page_content_wrapper p#lp-avatar-actions button
{
	padding: .6em 2.5em .6em 2.5em;
	cursor: pointer;
	outline: none;
}

body ul.learn-press-courses .course .course-title
{
	line-height: 1.5em;
}

body #learn-press-profile-nav #profile-mobile-menu
{
	font: 20px/60px 'themify';
	text-align: right;
}

body #learn-press-profile-nav #profile-mobile-menu.fa-bars:before
{
	content: "\e60f";
}

#lp-archive-courses form.learn-press-search-course-form
{
	margin: 10px 0 50px 0;
}

#lp-archive-courses ul.learn-press-courses .course,
#profile-content-courses ul.learn-press-courses .course
{
	border-radius: 5px;
    overflow: hidden;
	background: #fff;
}

body ul.learn-press-courses .course .course-title
{
	margin: 25px 25px 0 25px;
	
}

body ul.learn-press-courses .course .course-info
{
	margin: 10px 25px 10px 25px;
}

body ul.learn-press-courses .course .lp-course-buttons
{
	display: none;
}

body ul.learn-press-courses .course .course-thumbnail img
{
	width: 100%;
}

body ul.learn-press-courses .course
{
	width: 30.66%;
	margin: 0 4% 0px 0;
}

body ul.learn-press-courses .course:nth-child(3n)
{
	margin-right: 0;
}

.banner-home {
	min-height: 490px;
}

.banner-home img{
	min-height: 490px;
}

.banner-home .carousel-caption-new{
	position:absolute;
	/*right:15%;*/
	/*top:120px;*/
	top:50%;
	/*bottom:20px;*/
	/*left:15%;*/
	left:3%;
	z-index:10;
	padding-top:40px;
	padding-bottom:20px;
	color:#fff;
	/*text-align:center*/
	width:50%;
}
.banner-home .carousel-caption-new h2{
	color:#fff;
}

.banner-home .carousel-caption-new p{
	margin-top:20px;
}
.banner-home .carousel-caption-new .btn_view{
	background-color: #fff;
	color: #000;
	border: 2px solid #fff;
    border-radius: 5px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
	padding:5px 10px 5px 10px;
}
.banner-home .carousel-caption-new .btn_all{
	background-color: #545454;
	color: #fff;
	border: 2px solid #545454;
    border-radius: 5px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
	padding:5px 10px 5px 10px;
}

.outer {
  width: 1px;
  height: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.inner {
  position: absolute;
  width:100%;
  height: 40%;
  background: grey;
  top: 30%;
  box-shadow: 0px 0px 30px 20px grey;
}

.border-bottom{
	border-bottom: 1px solid #E1DDDD; 
	padding-bottom:20px; 
	margin-bottom:20px;
}



.box {
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.01),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.01);

  /*min-height: 200px;
  width: 50vw;
  margin: 100px auto;*/
  padding:20px;
  background: white;
  border-radius: 5px;
}

.contact-small {
 color:#BAB2B2;
 font-size:14px;
}
.contact-time {
 color:#BAB2B2;
 font-size:14px;
 border-bottom: 1px solid #E1DDDD; 
}
.form-label{
	color:#000;
}

/*================================================*/
div.course-header-area-new {
    position: relative;
	/*min-height:450px;*/
	/*background-color: #29303b;*/
	
}
div.course-header-area-new .imgOverlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
	
}
div.course-header-area-new .course-header-wrap {
    margin-top: 200px;
    
}

div.course-header-area-new .course-header-wrap .title {
    font-size: 28px;
    line-height: 41px;
    font-weight: 600;
    margin-bottom: 10.5px;
	color:#fff;
}

div.course-header-area-new .course-header-wrap .subtitle {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 7px;
	color:#fff;
}

div.course-header-area-new .top-left {
  position: absolute;
  top: 65px;
  left: 16px;
  text-align: left;
  padding-top:15px;
  /*font-family: 'Open Sans', sans-serif;*/
}




section.course-header-area-new {
    position: relative;
	/*min-height:450px;*/
	/*background-color: #29303b;*/
	
}
section.course-header-area-new .imgOverlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
	
}
section.course-header-area-new .course-header-wrap {
    margin-top: 200px;
    
}

section.course-header-area-new .course-header-wrap .title {
    font-size: 28px;
    line-height: 41px;
    font-weight: 600;
    margin-bottom: 10.5px;
	color:#fff;
}

section.course-header-area-new .course-header-wrap .subtitle {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 7px;
	color:#fff;
}
.container_about_us_img{
	position: relative;
  text-align: center;
  color: #fff;
}
.container_about_us_img .container_heading{
	color: #FFF;
	font-size: 28px;
	letter-spacing: 4px;
	/*font-family: 'Open Sans', sans-serif;*/
}



/* Container holding the image and the text */
.container_img {
  position: relative;
  text-align: center;
  color: #fff;
  
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 70px;
  left: 90px;
  text-align: left;
  padding-top:45px;
  /*font-family: 'Open Sans', sans-serif;*/
}
.container_heading{
	color: #FFF;
	font-size: 38px;
	/*font-family: 'Open Sans', sans-serif;*/
}

/* Top right text */
.top-right {
  position: absolute;
  top: 70px;
  right: 30px;
  text-align: left;
  padding-top:45px;
}
.top-right-school {
  position: absolute;
  top: 75px;
  right: 16px;
  color: #000000;
  padding-top:45px;
  padding-right:35px;
  width:55%;
  text-align: left;
}

.top-left-business {
	  position: absolute;
	  top: 65px;
	  left: 75px;
	  text-align: left;
	  padding-top:10px;
	  /*font-family: 'Open Sans', sans-serif;*/
}

.top-left-business h2 {
	color: #0f3760; /*00e0ff;*/
	font-size:30px;
	letter-spacing: 3px;
}
.top-left-business .business_header_p {
	font-size:18px; 
	color:#000000;
	padding-bottom:15px;
	padding-right:15px;
}
.top-right-business_1 {
  position: absolute;
  top: 55px;
  /*right: 16px;*/
  color: #ffffff;
  padding-top:45px;
  /*padding-right:35px;*/
  width:55%;
  text-align: center;
}
.top-right-business h2 {
	color: #ffffff;
}
.top-right-business {
  position: absolute;
  top: 130px;
  right: 16px;
  color: #ffffff;
  width:30%;
  text-align:left;
  font-size:18px;
}
.top-right-business .see-all-explore-btn{
	color: #000000;
	background-color:#ffffff;
	font-size:20px;
}
.bottom-right-business {
  position: absolute;
  bottom: 50px;
  right: 16px;
  color: #ffffff;
  width:30%;
  text-align:left;
  font-size:18px;
}
.bottom-right-business .see-all-explore-btn{
	color: #000000;
	background-color:#ffffff;
	font-size:20px;
}
.business-heading-section{
	text-align:center;
}
/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0px solid #fff;
  text-align:center;
  width:90%;
}
.choose-white a {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	margin-top: 50px;
	/*font-family: 'Roboto', sans-serif;*/
	background-color: #fff;
	padding:7px 20px 7px 20px;
	border: solid 0px #000;
	border-radius: 5px;
	
}
.choose-white a:hover{
	color: #fff;
	background-color: #000;
	border: solid 0px #fff;
}

.thumbnail {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.thumbnail img {
  /*position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);*/
	width: 13%;
	height: 100%;
	object-fit: cover;
  
}

.card-body{
	border: solid 0px #000;
	padding-left:40px;
}
.align-items-end{
	padding-right:2px;
}

.school-head-img{
	
	top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
	background-color: #808080;
	position: absolute;
	-webkit-clip-path: polygon(0 0,100% 0,90% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,90% 100%,0 100%);
	width: 60%;
	display: block;
	padding-left:55px;
	margin-top:0px;
	padding-top:55px;
	height:440px;
}
.school-head-img p{
	/*padding-right:65px;*/
	width:590px;
	color: #fff;
}
.two img{
	min-height:440px;
}
.school-head-img h1 {
	margin-top:23px;
	color: #fff;
	font-size: 25px;
}

.school-home-banner-area{
	/*margin-bottom:70px;*/
	padding-bottom:50px;
}
.school-home-banner-area img{
	/*margin-bottom:70px;*/
	min-width:450px;
}

.c01, .c02, .c03, .c04,.c05,.c011  {
	color: #000;
	padding:10px;
	min-height: 300px;
}
.c01 h1, .c01 h4,.c02 h1, .c02 h4,.c03 h1, .c03 h4,.c04 h1, .c04 h4,.c05 h1, .c05 h4,.c011 h1, .c011 h4 {
	color: #000;
}
.c01 p, .c02 p, .c03 p, .c04 p, .c05 p, .c011 p {
	color: #000;
	padding-top:15px;
}

.c01 {
	background-color: #FFE28F;
}
.c02 {
	background-color: #FD7A0F;
}
.c03 {
	background-color: #FBAC6B;
}
.c04 {
	background-color: #B6DC9A;
}
.c05 {
	background-color: #DDD0E3;
}

.c011 {
	background-color: #ffffff;
}

/*
section.pricing {
  background: #007bff;
  background: linear-gradient(to right, #0062E6, #33AEFF);
}
*/

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 1.5rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

.col-all{
	margin-top:15px;
}



.school-home-banner-area-1{
	/*margin-bottom:70px;*/
	padding-bottom:50px;
	background-color: #808080;
	/*position: relative;*/
}
.school-home-banner-area-1 img{
	/*margin-bottom:70px;*/
	min-width:450px;
}

.school-home-banner-area-1:before {
	left: 528px;
	position: absolute;
	content: '';
	
	width: 100px;
	height: 100%;
	background: #808080;
	clip-path: polygon( 0 0, 100% 0, 100% -29%, 0 calc(100% - 0vw));
	z-index: 1;
}
.school-banner {
	background: url(../img/un-bagan.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	position: relative;
}

.container_img .top-right-school1{
		display: none;
		visibility: hidden;
	}
.banner-2-img1 {
		display: block;
		visibility: visible;
	}
	.banner-2-img2 {
		
		display: none;
		visibility: hidden;
	}

header {
  position: relative;
  background-repeat: repeat;
  background-color: black;
  height: 63vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  
  /*background-image: url("../img/un-bagan.jpg");*/
  /*background-image: url("../img/strip1.png");*/
  /*background-repeat: no-repeat;*/
  /*background-image: url("../img/strip.png");*/
  
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  
  width: 100%    !important;
  height: auto   !important;
  
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);

  /*min-width: 100%;
  min-height: 100%;  
  max-height: 90%;
  width: auto;
  height: auto;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  */
}

header .container-fluid {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: 1;
   /*background:linear-gradient(to right,rgba(65, 0, 255, 0.4),rgba(255, 0, 232, 0.3));*/
}
header .btn_all{
	background-color: #51BC8E;
	color: #fff; 
	border: 2px solid #51BC8E; 
	border-radius: 5px; 
	font-size: 22px;
	letter-spacing: 3px;
	padding:5px 25px 5px 25px;
	margin-right:50px;
	/*
	font-weight: bold;
	font-family: 'Libre Baskerville', serif;
	/*background-color: #fff;
	color: #000;
	border: 2px solid #fff;
    border-radius: 5px;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 2px;
	padding:5px 15px 5px 15px;
	margin-top:50px;
	*/
	
}
header .heading{
	font-size:30px;
	font-weight: 400;
	font-weight: bold;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 2px;
	/*font-family: 'Roboto',sans-serif;*/
}
/*img#home-d {
    display: none;
}*/	

/* Hover Effects on Card */
@media (min-width: 1281px) {
	header video {
	  top: 50%;
	  left: 50%;
	  /*
	  -ms-transform: translateX(-50%) translateY(-50%);
	  -moz-transform: translateX(-50%) translateY(-50%);
	  -webkit-transform: translateX(-50%) translateY(-50%);
	  transform: translateX(-50%) translateY(-50%);
	  */
	}
	.course-box .course-thumbnail img{
		max-height: 375px;
	}
	
	.top-left {
	  top: 390px;
	  /*left: 90px;
	  text-align: left;
	  padding-top:45px;*/
	  /*font-family: 'Open Sans', sans-serif;*/
	}


}

@media (min-width: 992px) {
	div#homed {
		display: block;
	}
	div#homem {
		display: none;
	}
   .mobile-break { display: none; }
   .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
  
  
	
}
@media (max-width: 1024px) {
	.top-right-school {
	  position: absolute;
	  top: 30px;
	  right: 16px;
	  color: #000000;
	  padding-top:10px;
	  padding-right:35px;
	  width:55%;
	  text-align: left;
	}
	.school_header_btn{
		text-align: center; 
		margin-top:30px;
	}
}

@media (max-width: 992px) {
	div#homed {
		display: none;
	}	
	div#homem {
		display: block;
	}
	
	.top-right-school {
	  position: absolute;
	  top: 10px;
	  right: 16px;
	  color: #000000;
	  padding-top:10px;
	  padding-right:35px;
	  width:55%;
	  text-align: left;
	}
	.school_header_btn{
		text-align: center; 
		margin-top:20px;
	}
	/*img#home-d {
		display: none;
	}*/
	
	/*.shi { display: flex; flex-flow: column; }
	.shi .two { order: 1; }
    .shi .one { order: 2 }
	.shi .one { 
		background-color: #808080; 
		margin-top:0px;
		padding: 20px 10px 10px 35px;
	}
	.shi .one h1{ 
		color: #fff;
	}
	.shi .one p{ 
		color: #fff;
	}
	.shi .two img{ 
		
	}
	.c01 p {
		margin-top:25px;
	}
	.school-head-img{	
		display: none;
		visibility: hidden;
	}*/
}

@media screen and (max-width: 768px) {
	
	/*header {
	  position: relative;
	  background-color: black;
	  height: 85vh;
	  min-height: 25rem;
	  width: 100%;
	  overflow: hidden;
	}*/

	/*header video {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  max-width: 100%;
	  z-index: 0;
	  -ms-transform: translateX(-50%) translateY(-50%);
	  -moz-transform: translateX(-50%) translateY(-50%);
	  -webkit-transform: translateX(-50%) translateY(-50%);
	  transform: translateX(-50%) translateY(-50%);
	}

	header .container {
	  position: relative;
	  z-index: 2;
	}*/
	
	.top-left {
	  position: absolute;
	  top: 15px;
	  left: 16px;
	  text-align: left;
	  padding-top:10px;
	  /*font-family: 'Open Sans', sans-serif;*/
	}

	.container_heading{
		color: #FFF;
		font-size: 28px;
		/*font-family: 'Open Sans', sans-serif;*/
	}	
	.nav-link{
	  padding-top:0px;
	  margin-top:0px;
	}
	.logodiv {
		width: 10%; 
		text-align: center;
		border:solid 1px;
		
		z-index: 100;
		background: red;
		display: none;
		visibility: hidden;
	}

	header {
	  background-image: url("../img/poster_new.png");
	  
	  background-color: black;
	  height: 30vh;
	  min-height: 20rem;
	  width: 100%;
	  overflow: hidden;
	  background-repeat: no-repeat;
	}
	
	header video {
	  top: 50%;
	}
	
	header .overlay {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  background-color: black;
	  opacity: 0.5;
	  z-index: 1;
	}
	/*
	header .btn_all{
		font-size: 14px;
		margin-top:50px;
	}*/

	div#homed {
		display: none;
	}	
	div#homem {
		display: block;
	}
/*
	.banner-home {
		min-height: 590px;
	}

	.banner-home img{
		min-height: 590px;
	}
*/
	
	.centered {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border: 0px solid #fff;
		width:90%
	}

	.container_about_us_img .container_heading{
		color: #000;
		font-size: 18px;
		letter-spacing: 4px;
		/*font-family: 'Open Sans', sans-serif;*/
	}
	
	.banner-home img {
	  height: 460px;
	}
	.col-all{
		margin-top:15px;
	}
	.banner-home .carousel-caption-new{
		position:absolute;
		/*right:15%;*/
		/*top:120px;*/
		top:25%;
		/*bottom:20px;*/
		/*left:15%;*/
		left:2%;
		z-index:10;
		padding-top:10px;
		padding-bottom:10px;
		color:#fff;
		/*text-align:center*/
		width:100%;
		padding-right:5px;
	}
	.banner-home .carousel-caption-new h2{
		font-size: 18px;
		margin-bottom:5px;
	}


	.banner-home .carousel-caption-new p{
		margin-top:10px;
	}
	
	.banner-home .carousel-caption-new .btn_view{
		font-size: 14px;
		letter-spacing: 2px;
		padding:5px 5px 5px 5px;
	}
	.banner-home .carousel-caption-new .btn_all{
		font-size: 14px;
		letter-spacing: 2px;
		padding:5px 5px 5px 5px;
	}
/*
	.banner-home .carousel-caption-new .btn_view{
		background-color: #fff;
		color: #000;
		border: 2px solid #fff;
		border-radius: 5px;
		font-weight: bold;
		font-size: 16px;
		letter-spacing: 2px;
		padding:5px 10px 5px 10px;
	}
	.banner-home .carousel-caption-new .btn_all{
		background-color: #545454;
		color: #fff;
		border: 2px solid #545454;
		border-radius: 5px;
		font-weight: bold;
		font-size: 16px;
		letter-spacing: 2px;
		padding:5px 10px 5px 10px;
	}
*/

	.footer-links {
		margin-top: 20px;
	} 
	.footer-links h4 {
		/*font-size: 16px;
		color: #545454;
		font-weight: bold;
		font-family:"Jost";
		line-height: 1.333;
		text-align: left;*/
		margin-bottom: 0px;
		padding-bottom: 5px;
  
	}
/*
	.footer-links h4 {
		font-size: 16px;
		color: #545454;
		font-weight: bold;
		font-family:"Jost";
		line-height: 1.333;
		text-align: left;
		margin-bottom: 14px;
		padding-bottom: 14px;
		border-bottom: 0px solid #fff;
	}

	.footer-links ul {
		list-style-type:none;
		border-top: 0px solid #353535;
		margin-left:0px;
		padding-left:0px;
	}


	.footer-links ul li a {
		font-size: 14px;
		color: #545454;
		font-weight: 400;
		line-height: 26px;
		text-align: left;
		margin-bottom: 0;
		font-family:"Jost";
	}
*/

	h4 {
	  margin-top: 5px;
	  border: 0px solid #E1DDDD;
	}
	.category-filter-box {
		padding: 5px;
		border: 0px solid #E1DDDD; 
	}
	.filter-area{
		float: right !important;
	}
	.margin-top-30{
	  margin-top: 10px;
	}
	.main-text {
	   top: 50px;
	}
	.banner-home {
		min-height: 270px;
	}
	.banner-home img{
		min-height: 270px;
	}

	.banner-home img{
		/*height: 460px;*/
	}

	ul.learn-press-courses .course {
		width: 48%; 
	} 
  
	#page_content_wrapper:not(.wide), .page_content_wrapper:not(.wide){
		width: 100%;
		/*width: calc(100% - 270px);*/
		margin: auto;
		padding-bottom: 0;
		margin-top: 0;
	}
	.banner-2-img {
		height:420px;
	}
	
	.container_img img{
		height: 300px;
	}
	.line-shape img{
		height: 2px;
	}
	.top-right-business {
		visibility: hidden;
	}
	.container_img .top-right-school{
		display: none;
		visibility: hidden;
	}		
	.container_img .top-right-school1{
		display: block;
		visibility: visible;
	}
	.banner-2-img1 {
		display: none;
		visibility: hidden;
	}
	.banner-2-img2 {
		display: block;
		visibility: visible;
	}
	
	.top-right-school1{
		color:#000;
		text-align: left;
		margin-top:20px;
		padding-left:10px;
		padding-right:10px;
		margin-bottom:20px;
		padding-bottom:50px;
	}
	
	/*
	.school-head-img {
		display: none;
		visibility: hidden;
	}
	*/
	
	.shi { display: flex; flex-flow: column; }
	.shi .two { order: 1; }
    .shi .one { order: 2 }
	.shi .one { 
		background-color: #808080; 
		margin-top:0px;
		padding: 20px 10px 10px 35px;
	}
	.shi .one h1{ 
		color: #fff;
	}
	.shi .one p{ 
		color: #000;
	}
	.shi .two img{ 
		/*border: 2px solid #E1DDDD; */
	}
	.c01 p {
		/*line-height:30px;*/
		margin-top:25px;
	}
	.school-head-img{	
		/*top: 280px;*/
		display: none;
		visibility: hidden;
		/*right: 0;
		bottom: 0;
		left: 0;
		background-color: #808080;
		position: absolute;
		-webkit-clip-path: polygon(0 0,100% 0,90% 100%,0 100%);
		clip-path: polygon(0 0,100% 0,90% 100%,0 100%);
		width: 100%;
		display: block;
		padding-left:55px;
		margin-top:0px;
		padding-top:55px;
		height:395px;*/
	}
/*
	.school-head-img p{
		padding-right:45px;
		color: #fff;
	}
	.school-head-img h1 {
		margin-top:23px;
		color: #fff;
		font-size: 25px;
	}

	.school-home-banner-area{
		padding-bottom:50px;
	}
	.school-home-banner-area img{
		min-width:450px;
	}
*/

}


@media screen and (min-width: 1281px) {
	body{
		font-size: 20px;
	}
	.nav-item-gray{
		font-family:"Jost";
		font-size: 18px;
	}
	.main-heading-contact {
		font-size: 38px;
	}
}	

	
/*==================================End=====================*/


@media (pointer: coarse) and (hover: none) {
  /*header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }*/
  header video {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
    .navbar-collapse{
        /*position: absolute;*/
		z-index: 15;
    }
}








.banner {
      position: relative;
      width: 100%;
      height: 76vh;
      overflow: hidden;
    }

.banner .tagline-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }

.banner .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 2;
    }

.banner .banner-innner {
      position: relative;
      z-index: 3;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
    }

.banner .banner-left .heading {
      font-size: 28px;
      font-weight: 500;
      margin-bottom: 2px;
    }

.banner .banner-left .text-heading {
      font-size: 36px;
      font-weight: 700;
      display: block;
      margin-bottom: 2px;
    }

.banner .banner-left .sub-heading {
      font-size: 20px;
      font-weight: 400;
    }
	
@media (max-width: 768px) {
    .banner .banner-left .heading {
        font-size: 20px;
    }
	.banner .banner-left .text-heading {
        font-size: 24px;
    }
	.banner .banner-left .sub-heading {
        font-size: 16px;
    }
}
/*background-image: url('../../../../uploads/system/home-banner.jpg');
../uploads/img/school/Second_Banner.png
*/
.info-section {
    background-image: url('../../../../uploads/img/school/Second_Banner_Blank.png'); /* Replace with actual image path */
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    color: #fff;
    position: relative;
}
.info-section .phone-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.info-text-box {
    background-color: rgba(31,60,87,255);
    padding: 30px;
    border-radius: 4px;
    color: #fff;
	max-width:550px;
}
.info-text-box h4 {
    font-weight: bold;
	font-size: 20px;
    margin-bottom: 10px;
	color: #fff;
}
.info-text-box p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .info-section {
        text-align: center;
    }

    .info-text-box {
        margin-top: 30px;
    }
	.features-section h2 {
      font-size: 1.5rem;
	}
}
	
.features-section {
    background: linear-gradient(to right, #000000, #007B8A);
    color: white;
    padding: 60px 0;
	margin-top:10px;
}
.features-section h2 {
    font-weight: bold;
    font-size: 2.1rem;
	color: white;
}
.features-section .lead {
    color: white;
	font-size: 20px;
}
.features-section ul {
    padding-left: 1.2rem;
}
.features-section ul li {
    margin-bottom: 6px;
    font-size: 14px;
}
.video-box {
    padding: 2px;
    border-radius: 5px;
    text-align: center;
}
.video-box img {
    max-width: 70%;
    border-radius: 5px;
    margin-bottom: 0px;
}
.btn-watch {
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    padding: 4px 10px;
    font-weight: bold;
	font-size: 12px;
    display: inline-flex;
    align-items: center;
}

    .btn-watch i {
      margin-right: 5px;
    }

    .teachers-section {
      background-color: #000;
      padding: 40px 0;
    }

    .teacher-card {
      background-color: transparent;
      border: none;
      text-align: center;
      color: #fff;
    }

    .teacher-card img {
      width: 100%;
      border-radius: 15px;
      margin-bottom: 10px;
    }

    .teacher-card .card-body {
      padding: 0;
    }

    .teacher-card .title {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 14px;
    }

    .teacher-card .name {
      font-size: 18px;
      margin-bottom: 5px;
    }

    .teacher-card .location {
      font-size: 14px;
      color: #ccc;
    }
	
	/*modal-video start */
	.modal-video {
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; /* 16:9 aspect ratio */
      position: relative;
    }
    .modal-video iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
    }
	/*modal-video end */