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

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


@media only screen and (max-width: 766px){
    .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;
    }
}
.bg-background{
    background: #f9f9f9;
}
.bg-transparent{
    background: #00000000 !important;
}
.top-categories{
    width: 100%;
    height: 100%;
    padding: 20px 35px;
    display: inline-flex;
    border: 1px solid #e4e4e4;
    text-decoration: none;
    display: grid;
    align-content: center;
}
.top-categories:hover, .top-categories:focus{
    background-color: #ec5252;
    background-image: url('../img/category-bg.png');
    background-size: cover;
    background-position: 50%;
    transition: all .5s;
}
.category-icon{
    width: 45px;
    height: 45px;
    background-color: #ec5252;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    margin: 10px 0px;
}
.top-categories:hover .category-icon, .top-categories:focus .category-icon{
    background-color: #fff;
    color: #000;
}
.category-title{
    font-weight: 600;
}
.top-categories:hover .category-title, .top-categories:focus .category-title{
    color: #fff;
}
.category-title p{
    color: #b4b4b4;
    font-size: 13px;
    font-weight: 400 !important;
    margin-top: 2px;
    margin-bottom: 1px;
}
.top-categories:hover .category-title p, .top-categories:focus .category-title p{
    color: #efdcdc;
}
.divider-1{
    background-color: #b8c3c5;
    margin-left: -15px;
    margin-right: -10px;
    margin-top: 12px;
    margin-bottom: 6px;
}

.compare-row{
    margin-top: 25px;
    background-color: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 10px;
    padding: 28px 10px;
}
.btn-compare-sm{
    color: #066ac9;
    background: #eff4ff;
    font-size: 11px;
    border-radius: 5px;
    text-align: center;
    height: 25px;
    border: none;
    line-height: 24px;
    margin-top: 3px;
}
.btn-compare-sm i{
    margin-right: 4px;
}
.btn-compare-sm:hover, .btn-compare-sm:focus{
    color: #fff;
    background: #066ac9;
}
.badge-sub-warning{
    background-color: #eceb98 !important;
    color: #3c3c2d !important;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
}
.badge-primary{
    background-color: #066ac9 !important;
    color: #fff !important;
    padding: 6px 10px;
    font-weight: 500;
}
.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{
    padding: 30px 25px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: right;
}
.bg-sub-primary{
    background-color: #e6f0f9;
}
.bg-sub-danger{
    background-color: #fcebeb;
}

.text-sub-warning{
    color: #eceb98 !important;
}
.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;
    /* background: linear-gradient(360deg, #005aaf 0%, #005aaf 100%); */
}
.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;
    background-color: white;
}
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: 30px 0px 0px 0px;
}
.top-instructor-img{
    max-width: 250px;
}
.top-instructor-img img{
    border-radius: 10px 0px 0px 10px;
}
@media only screen and (min-width: 1200px){
    .top-instructor-details{
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        max-width: 58%;
        padding: 0px 22px;
    }
}
.top-istructor-slick .slick-prev:before{
    color: #066ac9;
    font-size: 25px;
    margin-right: -25px;
}

.top-istructor-slick .slick-next:before{
    color: #066ac9;
    font-size: 25px;
    margin-left: -25px;
}

.slick-list.draggable{
    border-radius: 10px;
    margin: 0px 12px;
}




/*.instructor-summary .slick-prev:before{
    font-family: "Font Awesome 5 Free";
    content: f30a;
    color: #040404;
}
.instructor-summary .slick-next:before{
    font-family: "Font Awesome 5 Free";
    content: f30b;
    color: #040404;
}*/
.instructor-summary .slick-track{
    padding: 0px;
}

.instructor-summary .instructor-image{
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: -100px;
    z-index: -1;
}

.instructor-summary img{
    height: 200px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.instructor-summary .summary-box{
    border-radius: 8px;
    background-color: #066ac9;
    color: #fff;
    padding: 22px 25px;
    margin: 0px 40px;
}
.instructor-summary .summary-box .summary-body{
    font-size: 14px;
}
.instructor-summary .summary-box .summary-footer{
    width: 100%;
    display: flex;
    margin-top: 20px;
}
@media only screen and (max-width: 500px){
    .instructor-summary .summary-box .summary-footer{
        display: inline-grid;
    }
    .instructor-summary .summary-box .summary-footer .name{
        margin-top: 10px;
    }
}
.instructor-summary .summary-box .summary-footer .badge{
    background-color: #3e95e8;
}
.instructor-summary .summary-box .summary-footer .name{
    width: auto;
    margin-left: auto;
    padding-left: 100px;
    white-space: nowrap;
}
.instructor-summary .summary-box .summary-footer .name > h6{
    color: #fff;
    margin: 0px !important;
    font-size: 15px;
    font-weight: 700;
}
.instructor-summary .summary-box .summary-footer .name > h6::before{
    content: "";
    position: absolute;
    background-color: white;
    width: 80px;
    height: 1.5px;
    border-radius: 5px;
    margin-top: 9px;
    margin-left: -90px;
}
.instructor-summary .summary-box .summary-footer .name > span{
    font-size: 12px;
    color: #ffffff;
}







.hover-shadow-1:hover{
    box-shadow: 0px 0px 5px 0px #9090902e !important;
}
.image-placeholder-1{
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: linear-gradient(91deg, rgb(0 84 208) 0%, #2277f6 100%) !important;
}
.image-placeholder-2{
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: linear-gradient(91deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 100%) !important;
}

.image-placeholder-3{
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: linear-gradient(91deg, rgb(0 0 0 / 42%) 0%, rgb(0 35 51 / 0%) 100%) !important
}

.compare-row{
    margin-top: 25px;
    background-color: #fff;
    border: 1px solid #f9f9f9;
    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: #ec5252;
    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*/




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

.common-search-box{
    margin-right: 50px;
    padding: 0px 0;
}
.common-search-box input{
    background-color: hsl(192deg 33% 97%);
    border: 1px solid hsl(192deg 33% 97%);
    height: 40px;
    padding: 0 15px;
    border-radius: 5px 0 0 5px;
    font-size: 13px;
}
.common-search-box input:focus{
    background-color: #fff;
    border-color: #dedfe0;
    border-right-color: transparent;
}
.common-search-box input:focus + .input-group-button{
    background-color: #fff !important;
    border-top: 1px solid #dedfe0 !important;
    border-right: 1px solid #dedfe0 !important;
    border-bottom: 1px solid #dedfe0 !important;
    padding: 5px 9px 5px 10px !important;
}
.common-search-box button{
    background-color: #ec5252 !important;
    border-color: #ec5252;
    color: #fff;
    padding: 1px 6px;
    border-radius: 6px;
}
.common-search-box button:hover{
    color: #efefef;
}
.common-search-box .input-group-button {
    background-color: hsl(192deg 33% 97%);
    padding: 6px 10px 6px 10px;
    border-radius: 0px 5px 5px 0px;
}

/*Custom print content*/
    @media print{
        .print-content{
            position: fixed !important;
            margin: 0 !important;
            top: 0 !important;
            bottom: 0 !important;
            left: 0 !important;
            right: 0!important;
            z-index: 3333 !important;
            width: 100% !important;
            background: #fff !important;
        }
        footer, nav, title{
            display: none !important    ;
        }
        body{
            overflow: hidden !important ;
        }
    }
/*End Custom print content*/





/*BLOG start*/
    .card-blog{
        border-radius: 10px;
        margin: 30px 0px;
    }
    .card-blog > img{
        border-radius: 10px;
    }
    .card-blog-body{
        position: relative;
        height: 380px;
        border-radius: 10px;
    }
    .card-blog .blog-thumbnail{
        position: absolute;
        top: 0;
        width: 100%;
        height: 62%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 10px;
        transition: all .3s;
        -webkit-transition:all 0.3s;
        -o-transition:all 0.3s;
        -moz-transition:all 0.3s;
    }
    .card-blog:hover .blog-thumbnail{
        height: 100%;
        background-position: center;
        transition: all .3s;
        -webkit-transition:all 0.3s;
        -o-transition:all 0.3s;
        -moz-transition:all 0.3s;
    }
    .card-blog:hover .card-blog-body::after{
        content: "";
        background: linear-gradient(360deg, rgb(0 0 0 / 82%) 0%, rgba(255,255,255,0) 72%);
        position: absolute;
        z-index: 500;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .card-blog-body .blog-placeholder{
        position: absolute;
        bottom: 20px;
        z-index: 600;
        width: 100%;
    }
    .card-blog:hover .blog-placeholder{
        color: #fff !important;
        padding: 0px 20px;
    }
    .card-blog-body .cart-blog-title{
        font-size: 18px;
        margin-bottom: 15px;
        font-weight: 600;
        text-decoration: underline;
    }
    .card-blog-body .blog-info{
        width: 33.3%;
        text-align: center;
        height: 40px;
        font-size: 14px;
        font-weight: 500;
        padding: 7px 0px;
        color: #858585;
    }
    .card-blog:hover .blog-info{
        color: #fff !important;
    }


    .blog-search-input{
        height: 42px;
        background-color: #f9f9f9;
        border-bottom: 1px solid #cdcdcd;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0px;
    }
    .blog-search-button{
        display: none;
        padding: 0px 20px;
        border: none;
        border-bottom: 1px solid #cdcdcd;
        background-color: #fff;
    }
    .ellipsis-line-2{
        display: -webkit-box!important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
    .ellipsis-line-3{
        display: -webkit-box!important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
    .ellipsis-line-4{
        display: -webkit-box!important;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
    .ellipsis-line-5{
        display: -webkit-box!important;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
/*End Blog*/

.header-underline{
    position: relative;
}
.header-underline::before{
    content: "";
    position: absolute;
    background-color: #293e61;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    bottom: -7px;
}
.header-underline-2{
    position: relative;
}
.header-underline-2::before{
    content: "";
    position: absolute;
    background-color: #ec5252;
    width: 50%;
    height: 2px;
    border-radius: 2px;
    left: 25%;
    bottom: -7px;
}

.btn-primary:hover{
    background-color: #095299;
    border-color: #095299;
}
ol,
ul {
    padding-left: 25px;
    margin-bottom: 1em;
}



ol ol {
    padding-left: 25px;
}

ul li {
    list-style: none;
    line-height: 35px;
}
.about-content{
	padding-left: 40px;
}
.about-images{
	text-align: right;
	position: relative;
}
.about-images img{
	max-width: 100%;
}
.about-images img.about-img2 {
	position: absolute;
	left: 0;
	bottom: -38%;
}
.section-title h3{
	color: var(--primary-color);
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
    margin-bottom: 4px;
}
.section-title h2{
	font-style: normal;
	font-weight: 700;
	font-size: 35px;
	line-height: 45px;
	padding-bottom: 10px;
}
.section-title p{
	padding-bottom: 10px;
}
.block h5{
    margin-bottom: 0.5em;
}
.block p{
    font-size: 15px;
    line-height: 20px;
}
.button-2, .button-2:hover{
    padding: 8px 15px;
    font-size: 16px;
    color: #fff;
    border-radius: 23px;

}
.brd-23{
    border-radius: 23px
}
.text-primary{
    color: var(--primary-color) !important
}
.button-2-1{
    background-color: #013d7c;
}
.button-2-2{
    background-color: #b30211;
}
.button-2-3{
    background-color: #6527f5;
}
.button-1 {
    height: 62px;
    display: inline-flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    border-radius: 40px;
    position: relative;
    padding: 0px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--primary-color);
    z-index: 1;
    padding-right: 2px;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
}
.button-1 i {
    margin-left: 23px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
}
.button-1:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -100%;
    background: var(--primary-color);
    z-index: -1;
    border-radius: 40px;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
}
.button-1:hover:after {
    left: 0px;
}
.button-1:hover{
    color: #fff;
}
.button-1:hover i{
    color: var(--primary-color);
    background: #fff;
}
.button-area-about-footer a.button-1 {
    border: 1px solid rgba(34, 34, 34, 0.1);
    color: #222222;
}

.button-area-about-footer a.button-1:hover{
    border-color: var(--primary-color);
    color: #fff;
}
.button-area-about-footer a.button-1:hover i {
    background: #fff;
    color: var(--primary-color);
}
.mr-10{
    margin-right: 10px;
}
.mw-subscribe {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: -80px;
    z-index: 10;
}

.mw-subscribe-bg {
    background: var(--primary-color);
    color: var(--white-color);
    padding: 45px;
    border-radius: 3px;
}

.mw-subscribe-block {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.mw-subscribe-block .mw-subscribe-img {
    width: 55px;
    color: var(--primary-color);
}

.mw-subscribe-block .mw-subscribe-details {
    margin-left: 30px;
    color: var(--white-color);
    flex: 1;
    padding-right: 50px;
}

.mw-subscribe-block .mw-subscribe-details h5 {
    color: var(--white-color);
    font-size: 28px;
    line-height: 36px;
}

.mw-subscribe-from input {
    border: none;
}

.mw-subscribe-from .form-fields {
    display: flex;
}

.mw-subscribe-from input[type="submit"] {
    background: var(--white-color);
    color: var(--dark-color);
    margin-left: 30px;
    padding: 5px 10px
}

.mw-subscribe-from input[type="submit"]:hover {
    background: var(--dark-color);
    color: var(--white-color);
}

.mw-subscribe-from input {
    margin-bottom: 0;
}

.mw-subscribe-from input.submit:hover {
    background: var(--dark-color);
    color: var(--white-color) !important;
}

input.mw-bg-transparent {
    background: rgb(255 255 255 / 14%);
    border: transparent;
    color: var(--white-color);
    padding: 5px 10px
}

input.mw-bg-transparent::placeholder {
    color: var(--white-color);
}

[type="submit"].mw-bg-transparent {
    background: var(--white-color);
    color: var(--dark-color);
    margin-bottom: 0;
}

[type="submit"].mw-bg-transparent:hover {
    background: var(--dark-color);
    color: var(--white-color);
}

footer#mw-footer {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
}

footer#mw-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-position: center;
    background-size: 60% auto;
    background-repeat: repeat;
}

footer#mw-footer .mw-footer-style-1 {
    background: var(--primary-dark-color);
    color: var(--white-color);
}

footer#mw-footer .mw-footer-top {
    padding: 50px 0 30px;
    position: relative;
    z-index: 9;
}


footer#mw-footer .mw-copyright-footer {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

footer#mw-footer .mw-copyright-footer .mw-copyright {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 9;
    font-size: 13px;
}

footer#mw-footer .mw-copyright-footer .mw-copyright a {
    color: var(--white-color);
}

footer#mw-footer .mw-copyright-footer .mw-copyright a:hover {
    color: var(--white-color);
    text-decoration: underline;
}


footer#mw-footer .mw-footer-logo {
    height: 50px;
    margin-bottom: 30px;
    width: auto;
    border-radius: 0;
}

footer#mw-footer .mw-footer-style-1 .mw-footer-social ul {
    margin: 0;
    padding: 0;
}

footer#mw-footer .mw-footer-style-1 .mw-footer-social ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

footer#mw-footer .mw-footer-style-1 ul.menu li a:hover,
footer#mw-footer .mw-footer-style-1 .mw-service li a:hover {
    color: var(--primary-color);
}

footer#mw-footer .mw-footer-style-1 ul li a:hover {
    color: var(--primary-color);
}

footer#mw-footer .mw-footer-style-1 ul.menu li a,
footer#mw-footer .mw-footer-style-1 .mw-service li a,
footer#mw-footer .mw-footer-style-1 ul li a {
    position: relative;
    border: none;
    padding: 0 0 0 15px;
    display: inline-block;
    width: 100%;
    font-size: 13px
}

footer#mw-footer .mw-footer-style-1 ul.menu li a,
footer#mw-footer .mw-footer-style-1 .mw-service li a,
footer#mw-footer .mw-footer-style-1 ul li a {
    color: var(--white-color);
}


footer#mw-footer .mw-footer-style-1 .mw-footer-social ul li a {
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    padding: 0;
}

footer#mw-footer .mw-footer-style-1 .mw-footer-social ul li a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

footer#mw-footer .mw-footer-style-1 .footer-title {
    margin-bottom: 30px;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    color: var(--white-color);
}

.mw-footer-style-1 ul {
    padding: 0;
    margin: 0;
}

footer#mw-footer .mw-footer-block:first-child {
    margin-bottom: 20px;
    font-size: 13px
}

footer#mw-footer .mw-footer-style-1 ul#menu-useful-links.menu li {
    display: inline-block;
    margin: 0 0 12px 0;
}

footer#mw-footer .mw-footer-style-1 ul.menu li a:first-child {
    padding-top: 0;
}

#mw-footer .mw-footer1 ul li a {
    color: var(--white-color);
}


footer#mw-footer .mw-footer-style-1 ul#menu-useful-links li a:before {
    top: 4px;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    display: inline;
    background: transparent;
    margin: auto 0;
    content: '\f054';
    margin-right: 10px;
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
    font-weight: 900;
}

footer#mw-footer .mw-footer-style-1 ul.mw-contact li {
    display: flex;
    align-items: center;
}

footer#mw-footer .mw-footer-style-1 ul.mw-contact li a {
    padding: 0;
}

footer#mw-footer .mw-footer-style-1 ul.mw-contact li i {
    margin-right: 20px;
}

footer#mw-footer .mw-footer-style-1 ul li {
    margin: 0 0 15px 0;
}

.mw-footer-recent-post .mw-footer-recent-post-info .mw-post-date {
    font-family: var(--title-fonts);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--primary-color);
}


footer#mw-footer .mw-footer-recent-post .mw-footer-recent-post-info .mw-post-date {
    color: var(--white-color);
}

.mw-footer-recent-post .mw-footer-recent-post-info h6 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 600;
}

footer#mw-footer .mw-footer-style-1 .mw-footer-recent-post .mw-footer-recent-post-info h6 {
    color: var(--white-color);
}

.mw-footer-recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(15, 40, 81, 0.1);
    padding-bottom: 24px;
}

footer#mw-footer .mw-footer-recent-post:last-child {
    border: none;
}

footer#mw-footer .mw-footer-recent-post {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 30px;
}

.mw-footer-recent-post .mw-footer-recent-post-media {
    margin-right: 15px;
}

.mw-footer-recent-post .mw-footer-recent-post-info .mw-post-date i {
    margin-right: 8px;
}

.mw-footer-recent-post .mw-footer-recent-post-media img {
    width: 80px;
    height: 80px;
    border-radius: 3px;
}


/*==================================================
  Section Title testimonial
  ==================================================*/

.mw-section.mw-style-1.text-center {
    margin-bottom: 60px;
}

.mw-section.mw-style-1 .mw-section-sub-title {
    letter-spacing: 0.04em;
    font-family: var(--title-fonts);
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    text-transform: uppercase;
    color: var(--primary-color);
    background: #d3e9fb;
    padding: 4px 8px;
    margin: 0 0 10px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.mw-section.mw-style-1 .mw-section-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    z-index: 9;
    color: var(--dark-color);
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
}
.mw-section.mw-style-1 .mw-section-title2 {
    font-weight: 600;
    font-size: 25px;
    z-index: 9;
    color: var(--dark-color);
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
}


.mw-section.mw-style-1 .mw-section-descripqion {
    font-family: var(--body-fonts);
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    z-index: 9;
    position: relative;
    margin: 5px 0 0;
}

.mw-section.mw-style-1 .mw-section-sub-title {
    letter-spacing: 0.04em;
    font-family: var(--title-fonts);
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    text-transform: uppercase;
    color: var(--primary-color);
    background: #d3e9fb;
    padding: 4px 8px;
    margin: 0 0 10px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.mw-section.mw-style-1 .mw-section-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    z-index: 9;
    color: var(--dark-color);
    padding: 0;
    margin: 0 0 0.3em;
    position: relative;
    display: block;
}

.mw-testimonial-box.mw-style-1 {
    background: var(--grey-color);
    padding: 0px 45px 30px;
    border-radius: 3px;
}

.mw-testimonial-box.mw-style-1 .mw-testimonial-media {
    display: flex;
    position: relative;
}

.mw-testimonial-box.mw-style-1 .mw-testimonial-media .mw-testimonial-img img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.mw-testimonial-box.mw-style-1 .mw-testimonial-media .mw-testimonial-img {
    margin-right: 15px;
}

.mw-testimonial-box.mw-style-1 .mw-testimonial-media .mw-testimonial-meta {
    align-self: center;
    z-index: 2;
}

.mw-testimonial-box.mw-style-1 .mw-testimonial-media .mw-testimonial-meta span {
    color: var(--primary-color);
    letter-spacing: 0.04em;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    font-family: var(--title-fonts);
    text-transform: uppercase;
}

.mw-testimonial-box.mw-style-1 .mw-testimonial-media .mw-testimonial-icon i {
    color: var(--primary-color);
    font-size: 64px;
    line-height: 72px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.1;
}

.mw-testimonial-whitebg .mw-testimonial-box.mw-style-1 {
    background: #fff;
    padding: 30px;
}

.mw-testimonial-whitebg.mw-testimonial-border .mw-testimonial-box.mw-style-1 .mw-testimonial-media .mw-testimonial-icon i {
    color: var(--grey-color);
}

.mw-testimonial-box.mw-style-2 .mw-testimonial-media .mw-testimonial-img img {
    width: 120px;
    height: 120px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 5px solid var(--white-color);
}

.mw-testimonial-box.mw-style-2 .mw-testimonial-info p {
    margin-top: 30px;
}

.mw-testimonial-box.mw-style-2 .mw-testimonial-meta span {
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: 0.04em;
    font-size: 14px;
    line-height: 22px;
    font-family: var(--title-fonts);
    text-transform: uppercase;
}

.mw-testimonial-images {
    position: relative;
}

.testimonialimg1 {
    position: absolute;
    top: -45%;
    right: 0;
    width: 100px;
}

.testimonialimg2,
.testimonialimg3 {
    position: absolute;
    bottom: 0;
    left: 0;

}

.testimonialimg2 {
    width: 90px;
}

.testimonialimg3 {
    width: 70px;
}

.testimonialimg4 {
    position: absolute;
    top: -40%;
    right: 0;
    width: 82px;
}

.mw-testimonial-pt {
    padding-top: 370px;
}

.mw-bg-grey {
    background: var(--grey-color) !important;
}

.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-dots {
    margin-top: 30px;
    line-height: normal;
    position: relative;
    width: 100%;
    text-indent: inherit;
    text-align: center;
    cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    outline: none;
    background: var(--dark-color);
    opacity: 0.5;
    display: inline-block;
    padding: 0;
    margin: 0px 5px;
    height: 3px;
    width: 25px;
    border: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.owl-carousel .owl-dots .owl-dot:hover {
    background: var(--primary-color);
    opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: var(--primary-color);
    opacity: 1;
}

/*Testimonial Ends*/

/*Team */
.teamWrapper {
    margin-top: 50px;
}
.teamGrid {
    display: grid;
    grid-template-columns: 32.33% 32.33% 32.33%;
    column-gap: 1.5%;
    margin-top: 100px;
}
.avatar {
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    text-align: center;
}
.teamcolinner {
    position: relative;
}
.avatar > img {
    width: 150px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid rgb(170 170 173/ 1);
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
}
.teamcolinner {
    position: relative;
    border: 1px dashed #ddd;
    min-height: 100px;
    background: #fff;
    z-index: 9;
}
.teamcol {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    transition: transform 1s ease-in-out;
}
.teamcol:hover {
    transform: translateY(-30px);
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
    transition: transform 1s ease-in-out;
}
.teamcol:before {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(#ff0000, #e45353);
    border-top-right-radius: 10px;
    transition: width 1s ease-in-out;
}
.teamcol:after {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(#0052cc, #005fec);
    border-bottom-left-radius: 10px;
    transition: width 1s ease-in-out;
}
.teamcol:hover::before, .teamcol:hover::after {
    width: 100%;
    transition: width 1s ease-in-out;
}
.member-name {
    margin-top: 80px;
}
.member-info {
    padding: 10px 20px;
}
.social-listing {
    align-items: center;
    justify-content: center;
    display: flex;
    list-style: none;
    padding: 0;
}
.social-listing >li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #f4f5f7;
    border-radius: 50%;
    margin: 5px;
}
/* Team END */


/*Box Container*/
.coursecWrapper {
    margin-top: 50px; 
}
.coursecGrid {
    display: grid;
    grid-template-columns: 32.33% 32.33% 32.33%;
    column-gap: 1.5%;
    margin-top: 50px;
}
.coursecavatar {
    /*position: absolute;
    left: 0;
    right: 0;
    margin-top: 0px;*/
    text-align: center;
}
.courseccolinner {
    position: relative;
}
.coursecavatar > img {
    width: 100%;
    /*margin: auto;
    border-radius: 50%; 
    border: 1px solid rgb(170 170 173/ 1);
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);*/
}
.courseccolinner {
    position: relative;
    border: 1px solid #ddd;
    min-height: 100px;
    background: #fff;
    z-index: 9;
    height: 650px;
}
.courseccol {
    /*padding: 15px;*/
    background: #fff;
    border-radius: 10px;
    position: relative;
    /* transition: transform 1s ease-in-out;*/
}
.courseccol:hover {
    /* transform: translateY(-30px);*/
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
    /* transition: transform 1s ease-in-out;*/
}
.courseccol:before {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    right: 0;
    top: 0;
    
    border-top-right-radius: 10px;
   /* transition: width 1s ease-in-out;*/
}
.courseccol:after {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    
    border-bottom-left-radius: 10px;
   /* transition: width 1s ease-in-out;*/
}
.courseccol:hover::before, .courseccol:hover::after {
    width: 100%;
   /* transition: width 1s ease-in-out;*/
}
.coursec-name {
    margin-top: 20px;
}
.coursec-info {
    padding: 10px 20px;
}

/* END Box Container*/

/*prometic box*/
.promaticbox {
    background-color: #7edeff;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    padding: 10px 15px;
    box-shadow: 0px 2px 3px #d1d1d1;
    margin-bottom: 15px;
    flex-direction: column;
    text-align: center;
    }
/*promatic box end*/

.checkmark {
  // use as a class or as @extend
  position: relative;
  padding-left: 0.8em;
  &::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -0.5em;
    top: 0;
    transform: rotate(45deg);
    height: 1em;
    width: 0.5em;
    border-bottom: 0.15em solid;
    border-right: 0.15em solid;
  }
  &:is(li) {
    margin-left: 1em;
    &:not(:first-child) {
      margin-top: 1em;
    }
  }
}


/*responsive box*/
/* custom font from google fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

/* Basic styling and positioning of elements */

#some-box {background:#fff;padding:40px 0px 80px;font-family:'Open Sans', sans-serif;}
#some-box h1 {text-align:center;}
#some-box h3 {font-size:26px;}
#some-box a {color:#2277f6;text-decoration:none;display:block;font-weight:bold;}
#some-box a:hover {color:#ec5252;}

article.row {width:95%;max-width:1000px;margin:5px auto;padding:45px 0;background-color: #dee2e6;}
article.row div {width:49.4%;display:inline-block;position:relative;border:0px solid white;}

/**** For your reference ****/
article.row {/*border:0px solid white;*/}
article.row:hover {border:0px solid #adcad3;background-color:#adcad3;}
article.row div:hover {/*border:0px solid white;*/}
/* Your divs won't expand to contain absolute positioned images */


#idea-one img, #idea-two img, #idea-three img {position:absolute;bottom:20px;left:60px;}

/* Here's the column repositioning magic. This media query says "Apply these styles only until page width is greater than 750px" 

***To make this work, your media query has to be beneath your other styles to keep it from being overwritten later on by your general styles*** */
@media(max-width:950px){

  /* This resizes the divs that contain your content to fill the width of the page so that they stack vertically */
  article.row div {min-width:300px;width:90%;margin:0 5%;text-align:center;display:block;}
  
  /* Center your text */
	#some-other-box h3 {text-align:center;}

  /* Center your image */
	#idea-one img, #idea-two img, #idea-three img {position:relative;margin:auto;left:inherit;bottom:inherit;}

  /* This tells the browswer to stack the content vertically */
  #idea-two {display:-webkit-box;display:-moz-box;display:box;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;}
  
  /* This tells the browswer to draw the first box (div:first-of-type) within our stacked content block (identified in the previous rule) in the second position ([...]box-ordinal-group:2;)
  This gives us a nice arrangement of alternating text and images, and allows us two have a custom layout for smaller or wider screens.*/
	#idea-two div:first-of-type {-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;box-ordinal-group:2;}
}

  /*
If we had 3 boxes, we could draw them in order C, A, B by writing div:first-of-type{[...]group:2;} and div:nth-of-type(2) {[...]group:3;}, and so on.
  */
/* end responsive box*/



	/*button ul*/
                		.button-ul {
                			top: 50px;
                			right: 10px;
                			z-index: 6;
                			list-style-type: none;
                		}
                
                		.button-ul li {
                			margin-bottom: 6px; /*width: 111px; */float: left;margin-right: 8px;
                		}
                		.button-ul li a img 
                		{
                			filter: brightness(0.5) invert(1);
                			-webkit-filter: brightness(0) invert(1);
                			-moz-filter: brightness(0.5) invert(1);
                			width: 29px;
                			margin: 0 auto;
                			margin-bottom: 0px;
                		}
                
                		.adm {
                			display: block;
                			line-height: 13px;
                			z-index: 20;
                			cursor: pointer;
                			color: #fff;
                			/*width: 111px;*/
                			font-size: 15px;
                			margin: auto;
                			background-color: rgba(0,0,0,.5);
                			border-radius: 4px;
                			padding: 14px 20px;
                			/*box-shadow: 0 0 0 1px #e61c1c;*/
                			text-align: center;
                		}
                
                		.adm.enquiry-btn{background-color: #e90404}
                
                		.button-ul li a img {
                			filter: brightness(0.5) invert(1);
                			-webkit-filter: brightness(0) invert(1);
                			-moz-filter: brightness(0.5) invert(1);
                			width: 29px;
                			margin: 0 auto;
                			margin-bottom: 0px;
                		}
                
                		.adm:hover, .adm.enquiry-btn:hover {
                			color: white; background-color: rgba(39, 74, 187,1);box-shadow: 0 0 0 1px rgb(26, 55, 151);
                		}
                
                		.adm:hover img {
                			animation-name: jello;
                			animation-duration: .8s;
                		}
                
                		.adm .sub-box1{width: 30px !important; padding-right: 8px !important}
                		.adm .sub-box2{width: calc(100% - 30px) !important; padding-left: 0px !important}
                
                
                		.whatsapp-btn
                		{
                			margin-left: 10px; background-color: #31be32;
                		}
                		.sub-box {
                            display: table-cell;
                        	box-sizing: border-box;
                        	}
                        
                        		.loadimg {
                        			display: block;
                        		}
                        
                        		ul
                        		{padding-left: 0px; list-style-type: none;margin: 0}
                        
                        		.box
                        		{display: table;}
                        
                        		.sub-box
                        		{display: table-cell;}
                        
                        		.sub-box1
                        		{padding-right: 15px}
                        
                        		.sub-box2
                        		{padding-left: 15px}
                        
                        		.box.vrt-middle .sub-box{vertical-align: middle !important;}
                        		.box.vrt-top .sub-box{vertical-align: top !important;}
                        
                        
                        		.clear-fix
                        		{float: none; clear: both;}
                        
                        		span.clear-fix 
                        		{ display: block;}
                        
                        
                        		.img-auto
                        		{margin: 0 auto; float: none; margin-bottom: 30px; }
                        
                        		.img-gen{margin-bottom: 15px}
                        
                        
                        		.gen-para{line-height: 26px;  text-align: justify; margin-bottom: 18px}
                        		.gen-para.text-left{text-align: left;}
                        		.gen-para.text-center{text-align: center !important;}
                        
                        		.trn{transition: all .3s ease; -webkit-transition: all .3s ease;-moz-transition: all .3s ease;}
                        		.form-control{box-shadow: none; border-radius:0px;}
                        		.btn{border-radius:0px;}
                        
                        		a, a:hover
                        		{text-decoration: none !important;}
                                /* New BUtton Style*/
                                .button-62 {
                                  background: linear-gradient(to bottom right, #EF4765, #FF9A5A);
                                  border: 0;
                                  border-radius: 12px;
                                  color: #FFFFFF;
                                  cursor: pointer;
                                  display: inline-block;
                                  font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
                                  font-size: 16px;
                                  font-weight: 500;
                                  line-height: 2.5;
                                  outline: transparent;
                                  padding: 0 1rem;
                                  text-align: center;
                                  text-decoration: none;
                                  transition: box-shadow .2s ease-in-out;
                                  user-select: none;
                                  -webkit-user-select: none;
                                  touch-action: manipulation;
                                  white-space: nowrap;
                                }
                                
                                .button-62:not([disabled]):focus {
                                  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
                                }
                                
                                .button-62:not([disabled]):hover {
                                  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
                                }
                                /* New Button Style ends */
                                
                                
                                
/*Reviews*/
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul
{
    list-style-type: none;
}
 

/* START */
.container__feed
{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.feedbacks
{
    display: flex;
    gap: 20px;
}

.feed_box
{
    position: relative;
    width: 100%;
    max-width:500px;
    border-radius: 15px;
    padding: 15px 20px;
    box-shadow: 0 0 10px #00000028;
    z-index: 999;
    background-color: #fff;
    overflow: hidden;
}
.feed_box .user_icon img
{
    position: absolute;
    width: 45%;
    min-width: 150px;
    top: 15px;
    right: -15px;
    z-index: -1;
}
.feed__hed
{
    display: flex;
    align-items: center;
    z-index: 99 !important;
}
.feed__hed .usr_img
{
    width: 45px;
    height: 45px;
    padding: 11px;
    border-radius: 50px;
    box-shadow: 0 0 5px #00000033;
    display: flex;
    justify-content: center;
    align-items: center;
}
.feed__hed .usr_img img
{
    width: 100%;
}
.feed__hed h1
{
    margin-left: 10px;
    font-size: 2.2rem;
}
.container__users_info
{
    display: flex;
    flex-direction: column;
}
.feed_txt
{
    position: relative;
    margin-top: 12px;
}
.feed_txt::before
{
    position: absolute;
    content: "";
    z-index: 99;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(180deg, transparent, #ffffff);
}
.feed_txt summary
{
    width: 100%;
    height: 100px;
    overflow-y: scroll;
    padding-bottom: 10px;
}
.feed_txt summary::-webkit-scrollbar
{
    display: none !important;
}
.feed_foot
{
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
}
.feed_foot a
{
    padding: 9px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    background: #ffd181;
}
.feed_foot a:hover
{
    padding: 9px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    background: #ffd999;
}

/* MEDIA */
@media (max-width: 800px) {
    .feedbacks
    {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 450px) {
    .feed__hed h1{
        font-size: 1.4em;
    }
    
}
/*Reviews END*/

/*Team Box*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
 
.h1-text{
    font-size: 1.3rem;
    margin: 40px 0;
    color: #2c2c2c;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h1-text i{
    background-color: #509bfc;
    color: #fff;
    width: 40px;
    height: 40px;
    box-shadow: 2px 5px 30px rgba(80, 123, 252, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    margin: 0 20px;
}

 .containerteambox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
} 

 .container-contact{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color:#9cc4ff;
} 



.teambox{
    position: relative;
    min-width: 250px;
    background-color: #fff;
    box-shadow: 2px 3px 30px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 20px;
    position: relative;
    border-radius: 10px;
}


.top-bar{
    width: 50%;
    height: 4px;
    background: #507bfc;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0px 0px 10px 10px;
}

.top{
    display: flex;
    justify-content: space-between;
    align-items:center ;
    width: 100%;
}

.fa-check-circle{
    color: #17b667;
}

/* creating heart */
 .heart{
    color: rgba(155,155,155);
}
.heart::before{
    content: '\f004';
    font-family: fontawesome;
    line-height: 30px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s;
}
.box .heart-btn:checked ~ .heart::before{
    color:#e41934
}
.heart-btn{
    position: absolute;
    top: 25px;
    right: 20px;
    padding: 1rem;
    display: none;
}


.contentteam img{
    width: 90px;
    height: 90px;
    border-radius:100px;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
}
.contentteam{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contentteam strong{
    font-weight: 500;
    color: #141414;
    margin-top: 10px;
}
.contentteam p{
    font-size: 0.9rem;
    color: #7a7a7a;
    margin: 4px 0px 10px 0px;
    cursor: pointer;
}
.contentteam p:hover{
    text-decoration: underline;
}

/*End Team Box css*/



/**/
.contactinfohome{
    display: none;
}

@media(max-width: 767px){
    .contactinfohome{
        display: inline-block
    }
    .button-ul {
        margin: 0px auto;
        display: table;
    }
    .contactinfohome1{
        display: none
    }
}
@media(max-width: 1080px){
    .contactinfohome1{
        margin-top: 200px !important;
    padding-left: 100px !important;
}
}

/*Tooltip Start*/


/*Tooltip Ends*/





/*redmore */

.readmore__content {
  max-width: 45rem;
  width: 100%;
  display: flex;
}

button.readmore__toggle {
  display: flex;
  margin-top: 1rem;
  border: none;
  background: linear-gradient(0deg, rgba(23,111,234,1) 0%, rgba(4,38,252,1) 100%);
  color: #ffffff;
  padding: .8rem;
  cursor: pointer;
  border-radius: 2rem;
}

/* readmore end */

/*Flip Box*/

/*Flip Box*/
$accent-color: #355cc9;

* {
	box-sizing: border-box;
}


.fcursewrapper {
	display: flex;
	flex-flow: row wrap;
	justify-fcursecontent: center;
}

.fcursecard {
	width: 330px;
	height: 240px;
	margin: 1em;
	perspective: 1400px;
	.fcursecontent {
		position: relative;
		width: 100%;
		height: 100%;
		transform-style: preserve-3d;
		transition: transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
   border: 2px solid #000;
    border-radius: 8px;
	}
}

.more {
	display: none;

	&:checked ~ .fcursecontent {
		transform: rotateY(180deg);
	}
}

.fcursefront,
.fcurseback {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	border-radius: 6px;

	.fcurseinner {
		height: 100%;
		display: grid;
		padding: 1.5em;
		transform: translateZ(80px) scale(0.94);
	}
}

.fcursefront {
	background-color: #fff;
	background-size: cover;
	background-position: center center;
	&:after {
		fcursecontent: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		border-radius: 6px;
		backface-visibility: hidden;
		background: linear-gradient(
			40deg,
			rgba(67, 138, 243, 0.7),
			rgba(255, 242, 166, 0.7)
		);
	}
	.fcurseinner {
		grid-template-rows: 5fr 1fr 1fr 2fr 1fr;
		justify-items: center;
	}

	h2 {
		grid-row: 2;
		margin-bottom: 0.3em;
		text-transform: uppercase;
		letter-spacing: 3px;
		color: #fff;
		font-weight: 500;
		text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	}

	.rating {
		grid-row: 3;
		color: rgba(255, 255, 255, 0.8);
		font-size: 14px;
		display: flex;
		flex-flow: row nowrap;
		i {
			margin: 0 1px;
		}
	}
}

.fcurseback {
	transform: rotateY(180deg);
	background-color: #fff;
	border: 2px solid rgb(240, 240, 240);
	.fcurseinner {
		grid-template-rows: 1fr 2fr 1fr 2fr 14fr 1fr 1fr;
		grid-template-columns: repeat(4, auto);
		grid-column-gap: 0.8em;
		justify-items: center;
	}

	.fcurseinfo {
		position: relative;
		display: flex;
		align-items: center;
		color: $accent-color;
		grid-row: 3;
		&:not(:first-of-type):before {
			fcursecontent: '';
			position: absolute;
			left: -0.9em;
			height: 18px;
			width: 1px;
			background-color: #ccc;
		}
		span {
			font-size: 2em;
			font-weight: 700;
		}
		i {
			&:before {
				background: linear-gradient(40deg, $accent-color, rgb(67, 138, 243));

				-webkit-text-fill-color: transparent;
				-webkit-background-clip: text;
			}
			font-size: 1.2em;
		}
		.icon {
			margin-left: 0.3em;
			span {
				display: block;
				margin-top: -0.25em;
				font-size: 0.8em;
				font-weight: 600;
				white-space: nowrap;
			}
		}
	}

	.fcursedescription {
		grid-row: 5;
		grid-column: 1/-1;
		font-size: 12px;
		border-radius: 5px;
		font-weight: 600;
		line-height: 1.2em;
		overflow: auto;
		color: $accent-color;
		padding-right: 5px;
    height: 90px;
	}

	.location,
	.price {
		font-weight: 600;
		color: $accent-color;
		grid-row: 1;
		font-size: 0.86em;
	}

	.location {
		grid-column: 1/3;
		justify-self: left;
	}

	.price {
		grid-column: 3/-1;
		justify-self: right;
	}

	.fcursebutton {
		grid-column: 1/-1;
		justify-self: center;
	}
}

.fcursebutton {
	grid-row: -1;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	cursor: pointer;
	display: block;
	padding: 0 1.5em;
	height: 3em;
	line-height: 2.9em;
	min-width: 3em;
	background-color: #555;
	border: solid 2px #666;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	left: 50%;
	backface-visibility: hidden;
	transition: 0.3s ease-in-out;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
 margin-bottom:-20px;
	&:hover {
		background-color: #fff;
		box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
		text-shadow: none;
		color: $accent-color;
	}

	&.return {
		line-height: 3em;
		color: $accent-color;
		border-color: $accent-color;
		text-shadow: none;
		&:hover {
			background-color: $accent-color;
			color: #fff;
			box-shadow: none;
		}
	}
}

::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-track {
	background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
	background: lighten($accent-color, 20%);
}
::-webkit-scrollbar-thumb:hover {
	background: $accent-color;
}
/*slider Box*/

/*slider Box*/


/*Course page */
.how-section1{
    margin-top:-15%;
    padding: 10%;
}
.how-section1 h4{
    color: #ffa500;
    font-weight: bold;
    font-size: 30px;
}
.how-section1 .subheading{
    color: #3931af;
    font-size: 20px;
}
.how-section1 .row
{
    margin-top: 10%;
}
.how-img 
{
    text-align: center;
}
.how-img img{
    width: 80%;
}
/*Course page */


/*Studentcard Start*/

.our-team-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 100px;
    padding-right: 100px;
}
.our-team-section:before {
    position: absolute;
    top: -0;
    left: 0;
    content: " ";
    background: url(img/service-section-bottom.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}
.our-team {
    padding: 20px 10px 10px;
    background: #f9f9f9;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #00325a;
    margin-bottom: 20px;
}
.our-team:hover{
    border-bottom: 5px solid #2f2f2f;
}

.our-team .pic{
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}
.our-team .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #0f64e1;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 1;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}
.our-team:hover .pic:before{
 height: 100%;
    background: #073b89; 
 }
.our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffffff00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear 0s;
}
.our-team:hover .pic:after{
    background: #ee1b24;
}
.our-team .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
    position: relative;
    z-index: 2;
}
.our-team:hover .pic img{
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}
.our-team .team-content{ margin-bottom: 30px; }
.our-team .title{
    font-size: 22px;
    font-weight: 700;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.our-team .post{
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform:capitalize;
}
.our-team .stdreview{
    display: block;
    font-size: 12px;
    text-align: center;
    color: #000;
    /*text-transform:capitalize; */
}
.our-team .social{
    width: 100%;
    padding: 0;
    margin: 0;
    background: #2f2f2f;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social{ bottom: 0; }
.our-team .social li{ display: inline-block; }
.our-team .social li a{
    display: block;
    padding: 10px;
    font-size: 17px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover{
    color: #2f2f2f;
    background: #f7f5ec;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}

/*Studentcard Ends*/