/* Codelearn v1.0 by Codefest */
/* TABLE OF CONTENTS */
/* ------------------
1. General
2. Navbar
3. Header
4. Vertical Slider Section
5. Tutors Section
6. Pricing Section
7. FAQ Section
8. Reviews Slider Section
9. Download Section
10. Footer Section
-------------------- */

/* 1. GENERAL */
    * {
        -webkit-font-smoothing: antialiased;
        -moz-os-font-smoothing: grayscale;
        box-sizing: border-box;
    }
    html {
        font-family: sans-serif;
        padding: 0;
        margin: 0;
    }
    body {
        font-family: Poppins;
        padding: 0;
        margin: 0;
        background-color: #FCFCFC;
		background-image: linear-gradient(#FCFCFC, #FBFBFB);
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        margin: 0;
        font-size: 1em;
        font-weight: 500;
    }
    .padding-0{
        padding: 0 !important;
    }
    .wrapper{
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0!important;
        overflow: hidden;
    }
	#top,
	#courses,
	#tutors,
	#pricing,
	#faq,
	#reviews,
	#download{
		display: block;
		position: relative;
		top: -70px!important;
		visibility: hidden;	
	}
    button:focus{
        outline: none !important;
    }
/* 2. NAVBAR */ 
    .header-scrolled{
        position: fixed;
		margin-top: 0!important;
        top: 0;
        left: 0;
        width: 100%;
        height: 75px;
        background-color:#fff !important;
        -webkit-box-shadow: 0 4px 6px 0 rgba(12,0,46,.05);
        box-shadow: 0 4px 6px 0 rgba(12,0,46,.05);
    }
    .header-scrolled .navbar-brand img{
        width: 140px;
        height: auto;
    }
    .header-scrolled .nav-link-menu{
        font-size: 15px;
    }
    .header-scrolled .learn-more-btn{
        font-size: 15px;
        padding: 10px 25px !important;
    }
    .navbar{
		margin-top: 10px;
        background-color: transparent;
        padding-top: 15px;
        padding-bottom: 15px;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }
    .navbar-nav{
        align-items: center;
    }
    .navbar-brand{
        display: flex;
        align-items: center;
    }
    .navbar-brand img {
		margin-left: 15px;
        width: 175px;
		height: auto;
    }
    .navbar-brand-menu{
        margin-right: 15px;
    }
    .menu-navbar-nav{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .nav-item{
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar-nav:not(.menu-navbar-nav) .nav-item:last-of-type {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
    .nav-item .nav-link{
        text-align: right;
    }
    .nav-item .nav-link:hover .nav-link-menu{
        color: #303669 !important; 
    }
    .nav-link-menu{
        font-family: Poppins;
        font-weight: 600;
        font-size: 18px;
        color: #000000;
        line-height: 1;
    }
    .learn-more-btn{
        background-color: #ff4133;
        font-size: 16px;
        font-family: Montserrat;
        font-weight: 600;
        color: #fff;
        padding: 10px 30px !important;
        border-radius: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .learn-more-btn:hover{
        color: #fff;
        background-color: #db2721;
    }
    .learn-extra-btn{
        background-color: transparent;
        font-size: 16px;
        font-family: Montserrat;
        font-weight: 600;
        color: #db2721;
        padding: 8px 26px !important;
        border-radius: 100px;
		border: 2px solid #db2721;
        display: flex;
		margin-left: 10px;
        justify-content: center;
        align-items: center;
    }
    .learn-extra-btn:hover{
        color: #191847;
        border: 2px solid #191847;
    }
	.learn-more-btn .fa,
	.learn-extra-btn .fa{
		margin-top: -3px;
		padding-right: 5px;
	}
    .download-btn-icon{
        margin-right: 5px;
    }
    .navbar-toggler-icon{
        background-image: url("../images/menu.png");
    }
    @media screen and (max-width: 575.98px){
        .navbar{
            padding-top: 0;
            padding-bottom: 0;
        }
		.learn-more-btn,
		.learn-extra-btn{
			padding-left: 20px!important;
			padding-right: 20px!important;
		}
    }
/* HEADER */
    .header{
        display: flex;
        width: 100%;
        padding: 160px 0 30px 0;
        justify-content: center;
        align-items: center;
    }
    .header-container{
        display: flex;
        justify-content: left;
        align-items: left;
        flex-direction: column;
    }
    .header-img-section img{
        width: 100%;
    }
    .header-subtitle{
        font-family: Poppins;
        font-size: 28px;
        font-weight: 400;
        line-height: 1.5;
        color: #49495c;
    }
    .header-title{
        font-family: Poppins;
        font-weight: 800;
        font-size: 50px;
        line-height: 1.25;
		margin-bottom: 10px;
        color: #191847;
    }
    .header-title-text{
        font-family: Montserrat;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.5;
		margin-bottom: 25px;
    }
    .learn-more-btn-section{
        display: flex;
        justify-content: left;
        align-items: center;
        margin-top: 20px;
    }
    @media screen and (max-width: 991.98px){
        .header-container{
            flex-direction: column;
        }
        .header-title-section{
            text-align: center;
            margin-top: 40px;
        }
        .navbar-collapse{
            background-color: #FCFCFC;
            color: #191847;
            padding-bottom: 20px;
            padding-top: 20px;
        }
        .header-scrolled .navbar-collapse{
            background-color: #FFFFFF;
        }
        .nav-link-menu{
            color: #191847;
            font-size: 18px!important;
        }
		#navbar .nav-item .learn-more-btn{		
			margin-top: 10px;	
		}
        .learn-more-btn-section{
            justify-content: center;
        }
    }
    @media screen and (max-width: 799.98px){
        .header{
            height: auto;
            padding-top: 20%;
        }
    }
    @media screen and (max-width: 499.98px){
        .header{
            padding-top: 30%;
        }
        .header-subtitle{
            font-size: 24px;
        }
        .header-title{
            font-size: 48px;
        }
        .header-title-text{
            font-size: 18px;
        }
    }
/* VERTICAL SLIDER SECTION */
    .vertical-slider-section{
        background-color: rgba(222,228,233,0.25);
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .vertical-slider-section{
        position: relative;
    }
    .services-section-bg-graphics{
        position: absolute;
        width: 40%;
        right: -23%;
        top: -30%;
    }
    .services-section-bg-graphics img{
        width: 100%;
    }
    .vertical-slider-container{
        position: relative;
        display: flex;
        padding-top: 0;
        padding-bottom: 25px;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .vertical-slider-header-img-section{
        padding: 20px;
    }
    .vertical-slider-header-img-section img{
        width: 100%;
    }
    .vertical-slider-title-section{
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: left;
		padding-top: 50px;
        width: 100%;
    }
    .vertical-slider-subtitle{
        font-family: Poppins;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5;
        color: #49495c;
    }
    .vertical-slider-title{
        font-family: Poppins;
        font-weight: 800;
        font-size: 40px;
        line-height: 1.25;
		margin-bottom: 10px;
        color: #191847;
    }
    .vertical-slider-text{
        font-family: Poppins;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.5;
    }
    .owl-vertical-slider .owl-nav{
        display: none;
    }
    .owl-vertical-slider .owl-dots{
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: rotate(90deg);
    }
    .owl-vertical-slider .owl-dots .owl-dot span{
        background-color: #CCCCCC !important;
    }
    .owl-vertical-slider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
        background-color: #ff4133 !important;
    }
    @media screen and (max-width: 991.98px){
        .vertical-slider-title-section{
            text-align: center;
            margin-top: 40px;
        }
        .owl-vertical-slider .owl-dots{
            right: 0;
        }
    }
/* TUTORS SECTION */
    .tutors-section{
        padding-top: 75px;
        padding-bottom: 75px;
        position: relative;
    }
    .tutors-section-bg-graphics-section{
        position: absolute;
        width: 45%;
        left: -23%;
        top: -25%;
    }
    .tutors-section-bg-graphics-section img{
        width: 100%;
        opacity: 6%;
    }
    .tutors-container{
        position: relative;
        text-align: center;
    }
    .tutors-img-container{
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }
    .tutors-card-section{
        margin-top: 55px;
        margin-bottom: 0;
    }
    .tutors-card{
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .tutors-card-icon-section{
        background-color: #c1dee2;
        border-radius: 100%;
        height: 100px;
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
		padding-top: 25px;
        margin-bottom: 20px;
    }
    .tutors-card-icon-section img{
        height: 100px;
    }
    .tutors-card h2{
        color: #191847;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 18px;
		max-width: 125px;
        line-height: 1.25;
    }
    .tutors-card p{
        font-size: 16px;
        line-height: 1.5;
        color: #000;
        font-family: Poppins;
        font-weight: 400;
        max-width: 300px;
    }   
    @media screen and (max-width: 576.98px){
        .tutors-container{
            flex-direction: column;
        }
    }
/* 6. PRICING SECTION */  
    .pricing-section{
        padding-top: 75px;
        padding-bottom: 75px;
        display: flex;
        flex-wrap: wrap;
        position: relative;
		background-color: #FFFFFF;
    }
    .pricing-section-left-bg-graphics{
        position: absolute;
        top: -15%;
        right: -10%;
		z-index: -1;
    }
    .pricing-section-left-bg-graphics img{
        width: 100%;
    }
    .pricing-section-right-bg-graphics{
        position: absolute;
        left: -5%;
        bottom: -10%;
    }
    .pricing-section-right-bg-graphics img{
        width: 100%;
    }
    .pricing-container{
		background-color: transparent;
    }
    .pricing-subtitle{		
        font-family: Poppins;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5;
        color: #49495c;
	}
	.pricing-title{
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .pricing-title h2{
        font-family: Poppins;
        font-weight: 800;
        font-size: 40px;
        line-height: 1.25;
		margin-bottom: 10px;
        color: #191847;
    }
    .pricing-title p{
        font-family: Poppins;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.5;
        max-width: 700px;
    }
    .pricing-plan-cards-section{
        display: flex;
        flex-direction: row;
        padding-top: 25px;
        padding-bottom: 25px;
		justify-content: center;
        align-items: center;
		padding: 50px 75px 20px 75px;
    }
    .pricing-card-section{
        padding: 0px;
    }
    .pricing-card{
        background-color: #F8F8F8;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px 40px 45px 40px;
        border-radius: 10px;
        text-align: center;
    }
    .pricing-card:hover{
        box-shadow: 0 2px 29px rgba(0,0,0,0.15);
		z-index: 5;
        cursor: pointer;
    }
    .pricing-rate{
        color: #191847;
        font-weight: 800;
        font-family: Montserrat;
        font-size: 34px;
        line-height: 1.25;
    }
    .pricing-ribbon {
        width: 120px;
        height: 120px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }
    .pricing-ribbon span {
        font-family: Montserrat;
        position: absolute;
        display: block;
        width: 225px;
        padding: 5px 0;
        background-color: #69a1ac;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
        right: -45px;
        top: 30px;
        transform: rotate(-45deg);
    }
	.featured {
        box-shadow: 0 2px 40px rgba(0,0,0,0.05);
		background-color: #e9edf0;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.featured .pricing-rate{
		font-size: 40px;	
	}
	.featured .pricing-period{
		font-size: 20px;
		font-weight: 700;
	}
	.pricing-one{
		border-top-right-radius: 0!important;
		border-bottom-right-radius: 0!important;
	}
	.pricing-three{
		border-top-left-radius: 0!important;
		border-bottom-left-radius: 0!important;
	}
    .pricing-period{
        font-family: Montserrat;
    	font-size: 18px;
    	font-weight: 600;
    	line-height: 1.5;
    	padding-bottom: 0px;
    	color: #858585;
    }
    .pricing-text{
        font-size: 12px;
        font-family: Montserrat;
        font-weight: 600;
        color: #000;
    }
    .pricing-all-plan-features-section{
        text-align: center;
        width: 100%;
        display: flex;
        margin: 15px 0;
    }
    .pricing-all-plan-features-section ul{
        width: 100%;
        list-style: none;
        padding-inline-start: 0;
    }
    .pricing-all-plan-features-section li{
        font-size: 14px;
        color: #404040;
        font-family: Poppins;
        font-weight: 300;
        line-height: 1.25;
        text-align: center;
        margin-top: 5px;
    }
    .pricing-all-plan-features-section li strike{
        color: #A0A0A0;
    }
    @media screen and (max-width: 991.98px){
        .pricing-plan-cards-section {
            flex-direction: column;
            justify-content: center;
            align-items: center;
			padding: 40px 10px 0 10px;
        }
        .pricing-card{
            margin-bottom: 25px;
        }
        .pricing-one{
            border-top-right-radius: 10px!important;
            border-bottom-right-radius: 10px!important;
        }
        .pricing-three{
            border-top-left-radius: 10px!important;
            border-bottom-left-radius: 10px!important;
        }
		.pricing-title p{
            max-width: 428px;
    	}
    }
/* FAQ SECTION */    
    .faq-section{
        padding-top: 25px;
        padding-bottom: 25px;
        position: relative;
    }
    .faq-container{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }
    .faq-header-img-section{
        padding: 20px;
    }
    .faq-header-img-section img{
        width: 100%;
    }
    .faq-title-section{
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: left;
        width: 100%;
    }
    .faq-subtitle{
        font-family: Poppins;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5;
        color: #49495c;
    }
    .faq-title{
        font-family: Poppins;
        font-weight: 800;
        font-size: 40px;
        line-height: 1.25;
		margin-bottom: 10px;
        color: #191847;
    }
    .faq-text{
        font-family: Poppins;
		color: #212529;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.5;
        max-width: 700px;
    }
    .faq-accordion .accordion{
        font-size: 16px;
        font-family: Montserrat;
        font-weight: 600;
        color: #fff;
        background-color: #ff4133;
        border-radius: 50px;
        padding: 5px 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }
    .faq-accordion .accordion::after{
        color: #fff !important;
    }
    .members:active, .accordion:hover{
        background-color: #db2721 !important;
    }
    .faq-accordion .panel{
        background-color: transparent !important; 
    }   
    .faq-accordion .panel p{
        font-family: Poppins;
		color: #5c6874;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.5;        
    }
    @media screen and (min-width: 991.98px){
        .faq-text,
		.faq-accordion .accordion,
		.faq-accordion .panel{
            max-width: 500px;
        } 
	}	
    @media screen and (max-width: 991.98px){
        .faq-title-section{
            text-align: center;
        }
    }
/* REVIEWS SLIDER SECTION */
    .reviews-slider-section{
        background-color: transparent;
        padding-top: 0;
        padding-bottom: 75px;
        position: relative;
    }
    .reviews-slider-section-bg-graphics{
        position: absolute;
        width: 25%;
        right: -5%;
        top: 10%;
    }
    .reviews-slider-section-bg-graphics img{
        width: 100%;
    }
    .reviews-slider-container{
        position: relative;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .reviews-slider-header-img-section{
        padding: 20px;
    }
    .reviews-slider-header-img-section img{
        width: 100%;
    }
    .reviews-slider-title-section{
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: left;
        width: 100%;
    }
    .reviews-slider-subtitle{
        font-family: Poppins;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5;
        color: #49495c;
    }
    .reviews-slider-title{
        font-family: Poppins;
        font-weight: 800;
        font-size: 40px;
        line-height: 1.25;
		margin-bottom: 10px;
        color: #191847;
    }
    .reviews-slider-text{
        font-family: Poppins;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.5;
    }
    .owl-reviews-slider .owl-nav{
        display: none;
    }
    .owl-reviews-slider .owl-dots .owl-dot span{
        background-color: #CCCCCC !important;
    }
    .owl-reviews-slider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
        background-color: #ff4133 !important;
    }
    @media screen and (max-width: 991.98px){
        .reviews-slider-title-section{
            text-align: center;
            margin-top: 40px;
        }
        .owl-reviews-slider .owl-dots{
            right: 0;
        }
    }
/* DOWNLOAD SECTION */
    .download-section{
        padding-top: 75px;
        padding-bottom: 75px;
        background-color: rgba(182, 178, 255, 0.22);
        position: relative;
    }
    .download-section-bg-graphics{
        position: absolute;
        bottom: 5%;
        left: -7%;
    }   
    .download-section-bg-graphics img{
        width: 100%;
    }
    .download-container{
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }
    .download-header-img-section{
        padding: 20px;
    }
    .download-header-img img{
        width: 100%;
    }
    .download-title-section{
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: left;
        width: 100%;
    }
    .download-subtitle{
        font-family: Poppins;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5;
        color: #49495c;
    }
    .download-title{
        font-family: Poppins;
        font-weight: 800;
        font-size: 40px;
        line-height: 1.25;
		margin-bottom: 10px;
        color: #191847;
    }
    .download-text{
        font-family: Poppins;
		color: #212529;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.5;
        max-width: 700px;
    }
    @media screen and (max-width: 991.98px){
        .download-container{
            flex-direction: column-reverse;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
        .download-title-section{
            text-align: center;
        }
    }
/* 10. FOOTER SECTION */
    .footer-section{
        padding-top: 75px;
        padding-bottom: 55px;
        margin-bottom: 0px!important;
        position: relative;
        background-color: #FFFFFF;
        color: #303669;
    }
    .footer-section a{
        color: #191847;
    }
    .footer-section-bg-graphics{
        position: absolute;
        right: -10%;
        bottom: 0%;
    }
    .footer-container{
        display: flex;
        position: relative;
    }
    .footer-logo{
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        padding-right: 40px;
    }
    .footer-logo img{
        width: 120px;
        margin-bottom: 20px;
    }
    .footer-logo p{
        max-width: 250px;
        font-family: Poppins;
        font-size: 16px;
        line-height: 1.75;
        font-weight: 300;   
    }
    .footer-subsection{
        padding-left: 40px;
        padding-right: 40px;
    }
    .footer-subsection-title{
        font-size: 22px;
        font-family: Poppins;
        font-weight: 700;
        color: #191847;
        line-height: 2.2;
        margin-bottom: 10px;
    }
    .footer-subsection-text{
        font-family: Poppins;
        font-size: 16px;
        line-height: 1.75;
        font-weight: 300; 
    }
    .footer-subsection-2-1{
        margin-bottom: 20px;
    }
    .footer-subsection-2-2{
        margin-bottom: 20px;
    }
    .footer-subsection-list{
        list-style: none;
        padding-left: 0;
    }
    .footer-subsection-list li{
        font-size: 16px;
        color: #191847;
        font-family: Poppins;
        font-weight: 300;
        line-height: 1.5;
        text-align: left;
        margin-top: 10px;
		display: table-row;
    }
    .footer-social-media-icons-section{
        display: flex;
    }
    .footer-social-media-icon{
        justify-content: center;
        align-items: center;
        padding-right: 25px;    
    }
    .footer-social-media-icon .fa{
        color: #191847;
        font-size: 25px;
        text-decoration: none!important;
    }
    .footer-social-media-icon .fa:hover{
        color: #ff4133;    
	}
    .footer-credits{
        padding-top: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .footer-credits p{
        font-size: 16px;
		font-weight: 300;
        color: #191847;
        font-family: Poppins;
        line-height: 1;
    }
	.footer-credits a{
		font-size: 17px;
		font-weight:700;
	}
    .footer-credits a:hover{
        color: #ff4133;
		text-decoration: none;
	}
    @media screen and (max-width: 991.98px){ 
        .footer-container{
            flex-wrap: wrap;
        }
        .footer-logo {
            padding-left: 40px;
        }
    }