body, div, ul, li, a, button, td, span{
    font-family: 'Open Sans', sans-serif !important;
}
a{
    text-decoration: none;
}

body {padding: 0 !important; margin: 0 !important; overflow-x: hidden;}

.cropped-home-banner{
	position: absolute;
    width: 0px;
    height: 0px;
    top: 0;
    border-left: 0px solid #f9f9f900;
    border-right: 70px solid #13d76203;
}


/*This css file added academy version 5.4*/

@font-face {
    font-family: 'Kommon Grotesk Normal' !important;
    src: url('../fonts/KommonGrotesk-Normal.ttf') format('truetype') !important; /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}  

a{
    text-decoration: none;
}

.cropped-home-banner{
	position: absolute;
    width: 0px;
    height: 0px;
    top: 0;
    border-left: 0px solid #f1f7f800;
    border-right: 70px solid #13d76203;
}

.home-banner-wrap {
    padding-left: 30px;
	padding-top: 60px;
    padding-bottom: 60px;
}

@media only screen and (max-width: 670px){
    .main-action-wrapper video {
	    max-width: 500px !important;
	    margin: auto;
	    min-width: 90%;
        min-height: 90%;
        width: auto;
        height: auto;
	}
	
	.mobile-app-image-wrapper div {
        display: none;
    }
	
	#home-banner-area {
	    background-size: 60% !important;
	}
	
	.mobile-app-download a img {
        width: 27px !important;
    }
    
    .mobile-app-image-wrapper {
      width: 45% !important;
      padding: 3px !important;
    }
}

@media only screen and (max-width: 766px){
    .footer-summary {
        margin: 0 !important;
    }
    .mobile-app-image-wrapper {
      width: 50% !important;
      padding: 5px !important;
    }
    .mobile-app-image-wrapper div {
        display: none;
    }
    
 
    .mobile-app-download a img {
        width: 32px !important;
    }
    .menu-area {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .menu-area .inline-form {
        float: left;
        width: 40px !important;
    }
    #home-banner-area {
	    background-size: 95% !important;
	    margin-top: -15px !important;
	}
	.cropped-home-banner{
	    display: none;
	}
	.home-banner-area{
	    background: none !important;
	    padding: 80px 0 75px !important;
	}
	.home-banner-wrap{
		max-width: 100% !important;
		text-align: center;
	}
	
	#home .container-xxl {
	    overflow: hidden;
	    
	}
	
	.home-banner-wrap {
	    padding-top: 40px;
	}
	
	.home-banner-wrap h1, .home-banner-wrap h2 {
	    font-size: 32px;
	    margin-left: 15px;
	    margin-right: 15px;
	}
	
	.home-banner-wrap form {
	    margin: 50px;
	}
	
	.main-action-wrapper video {
	    /*max-width: 500px !important;*/
	    margin: auto;
	    min-width: 100%;
        min-height: 100%;
        width: 250px;
        height: auto;
	}
	
	.main-action-wrapper img {
	    max-width: 500px !important;
	    height: auto;
	    margin: auto;
	}
	

}
.bg-background{
    background: #f1f7f8;
}
.bg-transparent{
    background: #00000000 !important;
}
.top-categories{
    width: 100%;
    min-height: 90px;
   /* background-color: #f5f9fa;*/
    padding: 20px 15px;
    /*display: inline-flex;*/
    display: block;
    text-decoration: none;
    
}
.top-categories:hover, .top-categories:focus{
    transition: all 1.2s;
}
.category-icon{
    width: 70px;
    height: 70px;
    
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    margin: auto;
    margin-top: 7px;
    font-size: 40px;
    transition: all 1.2s;
   /* position: absolute;*/
}
.top-categories:hover .category-icon, .top-categories:focus .category-icon {
    background-color: #0092e1 !important;
}

.top-categories:hover .category-icon i {
    color: #fff !important;
}
.category-title{
    padding-left: 10px;
    font-weight: 600;
    text-align: center;
}
.top-categories:hover .category-title, .top-categories:focus .category-title{
}
.category-title p{
    color: #555;
    font-size: 14px;
    font-weight: 400 !important;
    margin-top: 2px;
    margin-bottom: 1px;
}
.top-categories:hover .category-title p, .top-categories:focus .category-title p{
}
.divider-1{
	background-color: #b8c3c5;
	margin-left: -15px;
    margin-right: -10px;
    margin-top: 12px;
    margin-bottom: 6px;
}

.brn-compare-sm{
    border: 1px solid #5ca1b4;
    color: #5d5d1c;
    background: #fff;
    font-size: 11px;
    border-radius: 6px;
    padding: 2.5px 8px 2.5px 8px;
}
.brn-compare-sm:hover, .brn-compare-sm:focus{
    border: 1px solid #5ca1b4;
    color: #fff;
    background: #5ca1b4;
    font-size: 11px;
    border-radius: 6px;
    padding: 2.5px 8px 2.5px 8px;
}
.badge-sub-warning{
    background-color: #eceb98 !important;
    color: #3c3c2d !important;
    padding: 5px 10px 5px 10px;
    border-radius: 6px;
}
.floating-user{
    width: auto;
    height: 30px;
}
.floating-user img{
    border-radius: 15px;
    position: absolute;
}
.floating-user img:hover, .floating-user img:focus{
    z-index: 999;
}
.become-user-label{
    background-color: #ec5252;
    color: white;
    padding: 50px 15px;
    border-radius: 10px;
}
.become-user-label a{
    border: none;
    background-color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 5px;
    color: #626262;
    text-decoration: none;
}
.become-user-label a:hover{
    box-shadow: 0px 3px 31px 1px #b44b4b;
}
.text-sub-warning{
    color: #eceb98 !important;
}
.badge-sub-warning{
    background-color: #eceb98 !important;
    color: #5c5c4c !important;
    padding: 6px 15px 6px 15px;
    border-radius: 6px;
}

.footer-area{
    color: #bfc8da;
}
.footer-hover-link{
    text-decoration: none;
    font-size: 13px;
    color: #bfc8da;
    font-weight: 500;
}
.footer-hover-link:hover{
    color: #efefef !important;
}


.language_selector{
    border-radius: 5px;
    font-size: 14px;
    background: #066ac9;
    border-color: #066ac9;
    color: #bfc8da;
    padding: 6px 10px;
}
.footer-summary{
    color: #fff;
    padding: 29px 30px;
}
.footer-summary h3, .footer-summary h4, .footer-summary h5{
    line-height: 32px;
    font-size: 22px;
}
ul.footer-social-link{
    list-style: none;
    padding-left: 0px;
    height: 30px;
}
ul.footer-social-link li{
    float: left;
    background-color: #293e61;
    color: #fff;
    margin: 0px 8px 0px 0px;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    transition: all .3s;
}
.border-top-sub-blue{
    border-top: 1px solid #293e61;
}
ul.footer-social-link li.active, ul.footer-social-link li:hover{
    background-color: #ec5252;
    transition: all .3s;
}
ul.footer-social-link li a{
    display: block;
    color: #fff;
    font-size: 15px;
}
ul.footer-social-link li a:hover{
    color: #ddd;
}
 
section.featured-instructor{
    background: white;
    padding: 35px 0px;
}
.top-instructor-img{
    max-width: 250px;
}
.top-instructor-img img{
    border-radius: 12px;
}
.top-instructor-details{
    padding: 0px 22px;
}
p.top-instructor-arrow span{
    background-color: #000;
    color: #e9e9e9;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
}
p.top-instructor-arrow span i{
    line-height: 30px;
}
.slick-list.draggable{
    border-radius: 10px;
}
.hover-shadow-1:hover{
    box-shadow: 0px 0px 5px 0px #9090902e !important;
}


.image-placeholder-1{
    position: absolute;
    width: 100%;
    height: -webkit-fill-available !important;
    background: linear-gradient(91deg, rgb(0 0 0 / 24%) 0%, rgba(0,35,51,0) 100%) !important;
}

.compare-row{
    margin-top: 25px;
    background-color: #fff;
    border: 1px solid #f1f7f8;
    border-radius: 10px;
    padding: 28px 10px;
}
.compare-row-icon{
    height: 26px;
    width: 26px;
    line-height: 26px;
    background: #444;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}
.skill-level-icon{
    width: 24px;
    height: 24px;
    background-color: transparent;
}
.skill-level-icon span{
    background-color: #dcdee1;
    margin-left: 1.5px;
    margin-right: 1.5px;
    float: left;
}
.skill-level-icon .active{
    background-color: #ec5252;
}
.skill-level-icon span:first-of-type{
    width: 5px;
    height: 8px;
    margin-top: 16px;
}
.skill-level-icon span:nth-of-type(2n){
    width: 5px;
    height: 16px;
    margin-top: 8px;
}
.skill-level-icon span:last-of-type{
    width: 5px;
    height: 24px;
}

.marge-input-box input{
    border-radius: 10px 0px 0px 10px;
    border-right: 0px;
    font-size: 13px;
}

.marge-input-box .input-group-append{
    border: 1px solid #cccfe7;
    border-radius: 0px 10px 10px 0px;
    border-left: none !important;
}
.marge-input-box button{
    background: #0092e1;
    color: #fff;
    font-weight: 500;
    margin: 5px;
    font-size: 13px;
    border-radius: 8px;
}
.marge-input-box button:hover{
    background: #cd4f4f;
    color: #fff;
}








/*Signup & sign in page login*/
.sign-up-form{
    background: #fff;
    padding: 35px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px -1px #ebebeb;
}
.sign-up-form .form-group{ margin-bottom: 15px; }
.sign-up-form .form-group label{
    color: #5c5c5c;
    font-weight: 600;
}
.sign-up-form .form-group .input-group span{
    border-right: none;
    padding: 12px 8px 12px 15px;
    border-radius: 10px;
    color: #878787;
    font-size: 15px;
    font-weight: 500;
}
.sign-up-form .form-group .input-group input{
    border-left: none;
    padding: 12px 5px;
    border-radius: 10px;
    color: #878787;
    font-size: 13px;
    font-weight: 500;
}
/*End Signup & sign in page login*/




/**/
.animated-loader{
    width: 100px;
    height: 100px;
    line-height: 100px;
    padding: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.bg-darkgreen {
    background-color: #02886b !important;
}

/**from v5.9**/
.header-underline{
    position: relative;
}
.header-underline::before{
    content: "";
    position: absolute;
    background-color: #293e61;
    width: 60%;
    height: 2px;
    border-radius: 2px;
    margin-top: 25px;
}
.header-underline-2{
    position: relative;
}
.header-underline-2::before{
    content: "";
    position: absolute;
    background-color: transparent;
    width: 50%;
    height: 2px;
    border-radius: 2px;
    margin-top: 43px;
    left: 25%;
}

.bg-blue { background-color: #0092e1 !important;}

.text-white { color: #fff !important; }

.text-gray{ color: #6c757d !important; }

.bg-gray { background-color: #6c757d !important; }

.text-blue { color: #0092e1 !important; }

.b-primary-button { 
    color: #fff !important;
    background-color: #0092e1 !important;
}

.b-primary-button:hover { 
    color: #fff !important;
    background-color: #0092e1 !important;
}


.b-default-button {
    color: #fff !important;
    background-color: #6c757d !important;
    
}


.main-action-wrapper ul {
    list-style-type: none;
}

.main-action-wrapper i {
    padding: 3px;
    border-radius: 50%;
    margin-right: 12px; 
    border: 1px solid #777;
}





