/* Codelearn v1.0 by Codefest */
/* TABLE OF CONTENTS */
/* ------------------
1. General
2. Navbar
3. Header
4. Services-Vertical Slider Section
5. FAQ Section
6. Reviews Slider Section
7. About Section
8. 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;
    }
	#home,
	#services,
	#faq,
	#testimonials,
	#about{
		display: block;
		position: relative;
		top: -70px!important;
		visibility: hidden;	
	}
    button:focus{
        outline: none !important;
    }

    img {
        border-radius: 10px;
    }
/* 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: #4A2343;
        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: #63335aff;
    }
    .learn-extra-btn{
        background-color: transparent;
        font-size: 16px;
        font-family: Montserrat;
        font-weight: 600;
        color: #4A2343;
        padding: 8px 26px !important;
        border-radius: 100px;
		border: 2px solid #4A2343;
        display: flex;
		margin-left: 10px;
        justify-content: center;
        align-items: center;
    }
    .learn-extra-btn:hover{
        color: #63335aff;
        border: 2px solid #63335aff;
    }
	.learn-more-btn .fa,
	.learn-extra-btn .fa{
		margin-top: -3px;
		padding-right: 5px;
	}
    .about-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;
		}
    }
/* 3. HEADER */
    .header{
        display: flex;
        width: 100%;
        padding: 200px 0 100px 0;
        justify-content: center;
        align-items: center;
    }
    .header-container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
    }
    .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: 36px;
        line-height: 1.25;
		margin-bottom: 10px;
        color: #191847;
    }
    .header-title-text{
        font-family: Montserrat;
        font-size: 20px;
        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: 947.98px){
        .header{
            height: auto;
            padding-top: 35%;
        }
    }
    @media screen and (max-width: 499.98px){
        .header{
            padding-top: 55%;
        }
        .header-subtitle{
            font-size: 24px;
        }
        .header-title{
            font-size: 48px;
        }
        .header-title-text{
            font-size: 18px;
        }
    }
/* 4. SERVICES-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: #4A2343 !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;
        }
    }
/* 5. 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: #4A2343;
        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: #63335aff !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;
        }
    }
/* 6. REVIEWS SLIDER SECTION */
    .reviews-slider-section{
        background-color: transparent;
        padding-top: 0;
        padding-bottom: 75px;
        position: relative;
    }
    .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: #4A2343 !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;
        }
    }
/* 7. ABOUT SECTION */
    .about-section{
        padding-top: 75px;
        padding-bottom: 75px;
        background-color: transparent;
        position: relative;
    }
    .about-section-bg-graphics{
        position: absolute;
        bottom: 5%;
        left: -7%;
    }   
    .about-section-bg-graphics img{
        width: 100%;
    }
    .about-container{
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }
    .about-header-img-section{
        padding: 20px;
    }
    .about-header-img img{
        width: 100%;
    }
    .about-title-section{
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: left;
        width: 100%;
    }
    .about-subtitle{
        font-family: Poppins;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5;
        color: #49495c;
    }
    .about-title{
        font-family: Poppins;
        font-weight: 800;
        font-size: 40px;
        line-height: 1.25;
		margin-bottom: 10px;
        color: #191847;
    }
    .about-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){
        .about-container{
            flex-direction: column-reverse;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
        .about-title-section{
            text-align: center;
        }
    }
/* 8. FOOTER SECTION */
    .footer-section{
        padding-top: 75px;
        padding-bottom: 55px;
        margin-bottom: 0px!important;
        position: relative;
        background-color:rgba(222,228,233,0.25);
        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: #63335aff;    
	}
    .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: #63335aff;
		text-decoration: none;
	}
    @media screen and (max-width: 991.98px){ 
        .footer-container{
            flex-wrap: wrap;
        }
        .footer-logo {
            padding-left: 40px;
        }
    }