/*
  Theme Name: Reveal
  Theme URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


body {
    background: #fff;
    color: #444;
    font-family: "Abhaya Libre", serif;
	font-size:17px;
    font-weight: 300;
    
}

a {
    color: #006AD4;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        color: #868686;
        outline: none;
        text-decoration: none;
    }

p {
    font-family: "Abhaya Libre", serif;
    font-size: 1.2rem;
    font-weight: 300;
    padding: 0;
    color: #666666;
}

h1 {
    font-family: "inter", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

h2, h3, h4, h5 { font-family: "Abhaya Libre", serif; color:#000;}
h4 { font-size: 24px;}

h5 { font-size:16px;}

.contact-grp { padding-right: 2rem; float:left}
.pageTitle { font-size:4rem; color:#fff; text-shadow: 2px 2px 3px rgba(0,0,0,0.30); padding-top:12rem;}
.founder-content { padding-left:0rem;}
.whoWeAre-block { padding:3rem; background-color:#f5f5f5; border-top: 1px solid #cecece; border-bottom: 1px solid #cecece;}
.whoWeAre-block .iso { margin-top:0rem;}
#home h2{ padding:15px 0;}
.image-wrapper img { flex-wrap: wrap; width:100%; height:auto;}
.founder-content { padding-left:2rem;}
.run-out-block{ width:100%; margin-bottom:1rem; padding-left:2rem;}
#retailForm { width:100%;}
.box-shade, .box-shade-hours { border:1px solid #ddd; box-shadow: 3px 3px 15px 1px rgba(137,137,137,0.20); -webkit-box-shadow: 3px 3px 15px 1px rgba(137,137,137,0.20); -moz-box-shadow: 3px 3px 15px 1px rgba(137,137,137,0.20); padding:1rem;}
.box-shade .contact-icon{ padding-right:1rem; float:left;}
.box-shade .contact-icon img { padding:1rem 0;}
.box-shade-hours { width:50%;}
#header .container {max-width:100%}
.btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 7px 25px;
    background-color: #006AD4;
    color: #fff;
    border-radius: 22px;
    text-decoration: none;
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.btn a { color: #fff!important;}
.btn-lesson { 
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 7px 25px;
    background-color: #fff;
    color: #333;
    border-radius: 22px;
    text-decoration: none;
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.btn-lesson:hover { background-color: #f0f0f0;}
.hero-container{
	background-image:url(../img/RM/Hero-bg.jpg); 
    background-size: cover;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    min-height: 662px;
    box-sizing: border-box;
}
.hero-content{
    flex: 1;
    color: #fff;
    border-radius: 250px 0 0 250px;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.hero-content h1 { font-family: 'Adamina', serif;
    color: #fff;
    font-size: 6rem;
    text-align: left;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;}
.enroll-btn, submit-btn{ float: right;}
.hero-image-wrapper{
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.hero-image-wrapper img{
    border-radius: 350px 0 0 350px;
}
.section-title-wrapper { display: flex;
    justify-content: center;
    margin-bottom: 40px;}

.hero-subtitle {  
    font-family: "Abhaya Libre", serif;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.2;
    max-width: 592px;
    margin: 13px 0;
    text-align:left;
}
.innerpge-banner{     
    color: #fff;
    border-radius: 250px 0 0 250px;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    gap: 13px }

.innerpge-banner h2 { 
    text-align: center;
    color: #fff;
    z-index: 1;
    font-family: 'Abhaya Libre';
    font-size: 4rem;
    font-weight: 300;
}


.start-section { padding: 80px 20px;}
.section-title {border: 1px solid rgba(0, 0, 0, 0.7);
    color: #000;
    border-radius: 21px;
    padding: 8px 28px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;}

.description {font-size: 24px;
    line-height: 1.5;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto 60px;
    color: #5a5a5a;}

.terms-description {
    color: #000000;
    max-width: 1100px;
    margin: 0 auto 60px;
    text-align: left;
}
.page-breadcrumb {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.breadcrum-title {
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 22px;
    padding: 5px 30px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #555;
    background-color: #dddddd;
    text-transform: uppercase;
    z-index: 1;
}
.features-grid {display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1110px;
    margin: 0 auto;}

.feature-card { border: 1px solid #e6e6e6;
    border-radius: 30px;
    padding: 30px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;}

.feature-icon, .contact-icon, .mail-icon { width: 45px; height: 45px;}
.choose-us-section, .innerPge-header { position: relative;
    background-color: #160b0b;
    color: #fff;
    padding: 40px 0;
    overflow: hidden;}
.choose-us-bg { position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.3;}
.choose-us-container, .innerPge-container {position: relative;
    z-index: 1;
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 40px;
    align-items: flex-start;}

    /*   Testiminial testing */




/* end testing */

.choose-us-column, .testimonial-column {
    padding-bottom: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.testimonial-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.testimonial-quote {
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
}
.testimonial-author { 
    display: flex;
    align-items: center;
    gap: 16px;}
.author-info {
    display: flex;
    flex-direction: column;
}
.author-name {
    font-size: 20px;
    font-weight: 700;
}
.author-role {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
}
.section-title-wrapper{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.section-title-light {
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 22px;
    padding: 5px 30px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.choose-us-list {  
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;}
.choose-us-item { display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    line-height: 1.4;}
.container { width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;}

.lessons-section { background-color: #f1f8ff; padding: 60px 0;}

.lessons-grid { display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1110px;
    margin: 0 auto;}
.lesson-card { background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 20px;}

.lessons-grid-2 { display: block;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1110px;
    margin: 0 auto;}

.lesson-card-2 {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 30px;
    align-items: center;
    padding: 20px;
    margin-bottom:20px;
    gap: 20px;
}
.our-lesson-card {
    align-items: center;
    padding: 15px;
    gap: 20px;}
.lesson-content {display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.lesson-content ul, .privacy-features ul {
    margin-bottom:0px!important;
    list-style-image: url(../img/RM/music-bullet.png)!important;
}
.lesson-content .btn { width: 250px;}
.lesson-title {
    font-size: 32px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;}
.lesson-features, .privacy-features {list-style: none;
    padding: 0;
    margin-left:15px;
    display: flex;
    flex-direction: column;
}
.privacy-features li { color:#666666; font-size: 1.2rem;}
.privacy-features li strong{ color: #000000; font-weight: 600;}
.lesson-image {     
    width: 100%;
    margin: 0 auto;
    height: 230px;
    object-fit: cover;
    border-radius: 23px;}

.our-lesson-image {     
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom:20px;
}

.lesson-by {
    color:#979797;
}
.how-it-works-container { display: flex;
    gap: 30px;
    align-items: center;
    max-width: 1110px;
    margin: 0 auto;}
.how-it-works-image {
    width: 100%;
    height: 90%;
    object-fit: cover;
    border-radius: 30px;
}
.how-it-works-content { display: flex;
    flex-direction: column;
    }
.steps-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.step-item {display: flex;
    align-items: flex-start;
    gap: 10px;}
.step-number { width: 34px;
    height: 31px;
    background-color: #006ad4;
    color: #fff;
    border-radius: 0 25px 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Abhaya Libre', serif;
    font-weight: 700;
    font-size: 24px;
    flex-shrink: 0;}
.pricing-section { background-color:#f1f8ff;
    padding: 80px 0;
    text-align: center;}
.pricing-main-title {    
    font-size: 36px;
    font-weight: 400;
    margin: 0 auto 36px;}
.trial-banner { background-color: rgba(0, 106, 212, 0.65);
    color: #fffcbb;
    font-family: 'Abhaya Libre', serif;
    font-weight: 500;
    font-size: 26px;
    padding: 4px 0;
    border-radius: 25px;
    max-width: 869px;
    margin: 0 auto 36px;
}
.pricing-grid {    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 35px;
    max-width: 850px;
    margin: 0 auto 36px;}

.pricing-card {    background-color: #fff;
    border-radius: 30px;
    box-shadow: -3px 3px 7px 0px rgba(0, 0, 0, 0.07);
    padding: 35px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;}
.pricing-plan{
    font-size: 18px;
    font-weight: 700;
}
.plan-duration{
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
}
.pricing-price {
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
}
.pricing-divider {width: 100%;
    max-width: 156px;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;}
.pricing-btn {width: 200px;
    height: 40px;
}

.price-currency {
    font-size: 24px;
    vertical-align: super;
}

.txt-resize { font-size: 54px;;}
.price-amount {
    font-family: 'Abhaya Libre', serif;
    font-weight: 800;
    font-size: 60px;
}
.price-period {
    font-size: 20px;
}
.faq-section {
    padding: 80px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.section-title-wrapper{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.faq-main-title{
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 40px;
}
.accordion {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.accordion-header { display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0px;
    cursor: pointer;
    font-size: 24px;
    font-family: 'Abhaya Libre', serif;
    list-style: none;}
.accordion-icon { font-size: 48px;
    font-weight: 400;
    line-height: 1;
    transition: transform 0.3s ease;}
.accordion-content {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-muted);
}
.upcoming-section {
    padding: 80px 0;
}
.upcoming-container {
    max-width: 1110px;
    margin: 50px auto;
    background-color: #fbf2eb;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.upcoming-content {
    flex: 1;
    padding: 40px;
}
.upcoming-content p { 
    color: #4d4d4d;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;}
.upcoming-image-wrapper { flex: 1;}

.upcoming-image { width: 100%;}

.site-footer {background-color: #242424;
    color: rgba(255, 255, 255, 0.8);
    padding: 20px 0 0;}

.footer-container {max-width: 1110px;
    margin: 0 auto;
    padding: 0 20px;
    display: block;
    justify-content: space-between;
    gap: 40px;}

.footer-info { gap: 20px;}
.footer-column { display: flex;
    flex-direction: column;}
.footer-logo { display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;}
.footer-contact {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}
.footer-links {align-items: flex-end; gap: 46px;}
.social-icons, .footer-nav, .legal-links { display: flex;
    gap: 25px;}
.footer-bottom {
    padding-bottom: 20px;}
.footer-bottom-container {max-width: 1110px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    font-family: 'Inter', sans-serif;
    font-size: 14px;}
.footer-nav a, .legal-links a {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #49a5fb;
    text-decoration: none;
    opacity: 0.8;
}

/* Back to top button */
#prev button { background-color:#999; color:#fff; font-weight:normal;}
#next button { background-color:#4a589e; color:#fff; font-weight:normal;}
.back-to-top {
    position: fixed;
    display: none;
    background: #ffa127;
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}
input[type=text], input[type=file], #callback input[type=tel], .col-lg-12 textarea, #retailForm select, #retailForm textarea{
	 width:100%;
	 -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     border-radius: 20px;
	 border:1px solid #C6C6C6;
	 height:40px;
	 color:#757575;
	 padding-left:1rem;
	}
.col-lg-12 textarea, #retailForm textarea { height:160px;}
.col-lg-12 button[type=submit],.closeBtn button[type=submit]{
	 padding:0.45rem 1.5rem; 
	 -webkit-border-radius:20px; 
	 -moz-border-radius:20px; 
	 border-radius: 20px; 
	 color:#fff; 
	 font-weight:bold; 
	 border:1px solid #eaeaea; 
	 background-color:#4a589e;
	 margin:0!important;	
}
.closeBtn button[type=submit] { float:right;}
#callback input[type=text], #callback input[type=tel]{
	 width:100%;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
     border-radius: 7px;
	 border:1px solid #eaeaea;
	 height:40px;
	 padding-left:10px
	}
#callback textarea{
	 width:100%;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
     border-radius: 20px;
	 border:1px solid #eaeaea;
	 padding-left:9px
	 }	

textarea { width: 100%;
    height: 70px;
     padding:0.45rem 1rem; 
	 -webkit-border-radius:20px; 
	 -moz-border-radius:20px; 
	 border-radius: 20px; 
	 border:1px solid #C6C6C6;
    
}

.back-to-top:focus {
    background: #454fea;
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #0c2e8a;
    color: #fff;
}
.section-header{
    text-align:center;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

    #topbar .contact-info a {
        line-height: 1;
        color: #555;
    }

        #topbar .contact-info a:hover {
            color: #454fea;
        }

    #topbar .contact-info i {
        color: #454fea;
        padding: 4px;
    }

    #topbar .contact-info .fa-phone {
        padding-left: 20px;
        margin-left: 20px;
        border-left: 1px solid #e9e9e9;
    }

    #topbar .social-links a {
        color: #555;
        padding: 4px 12px;
        display: inline-block;
        line-height: 1px;
        border-left: 1px solid #e9e9e9;
    }

        #topbar .social-links a:hover {
            color: #454fea;
        }

        #topbar .social-links a:first-child {
            border-left: 0;
        }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    padding: 12px 0;
    height: 90px;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
	border-bottom:1px solid #CCC;
}

    #header #logo h1 {
        font-size: 42px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
    }

        #header #logo h1 a {
            color: #fff;
            line-height: 1;
        }

            #header #logo h1 a span {
                color: #454fea;
            }

    #header #logo img {
        padding: 0;
        margin: 0;
    }


@media (max-width: 1200px){
	.founder-content{ padding-left:2rem;}
    h4 {font-size: 21px;}
}
@media (max-width: 1024px) {
	#header {
		height:82px;
		}
	#header #logo img {
            max-height: 4rem;
        }
		#nav-menu-container-anniv{
			position:absolute;
			Margin-left:41rem;
		}
		#nav-menu-container-anniv .nav-menu img{
			max-height: 3.5rem;	
			margin-top:0rem;					
	}
    .lesson-content, .how-it-works-content { padding-top:15px;}
	
}
@media (max-width: 992px){ 
    .col-lg-4 { width: 100%;}
	.pageTitle { padding-top:5rem;}
	#nav-menu-container-anniv{	Margin-left:30rem;	}
	#nav-menu-container-anniv .hdr-icon { max-height:2rem!important;} 
	.home-sign { height:120px;}
	#callback { height:1000px;}
	.founder-content { padding-left:0rem;}
	.founder-content h2{ padding-top:1rem;}
	.whoWeAre-block { padding:3rem 0rem;}
	.whoWeAre-block .iso { margin-top:0rem;}
	.image-wrapper img { width:80%;}
	#retailForm { width:70%;}
	.box-shade-hours { margin-top:2rem;}
    .hero-container{ background-image:url(../img/RM/Hero-bg.jpg); 
    background-size: cover;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    min-height: 662px;
    box-sizing: border-box;}
    .hero-container {flex-direction: column; text-align: center; padding: 120px 20px 60px;}
    .hero-content { align-items: center;}
    .footer-links {align-items: baseline; padding-bottom: 20px;}
}
@media (max-width: 768px) {
	
    #header {
        padding: 20px 0;
        height: 74px;
    }

        #header #logo h1 {
            font-size: 34px;
        }

        #header #logo img {
            max-height: 3rem;
        }
		
		#nav-menu-container-anniv .nav-menu img{
			max-height: 3rem;	
			margin-right:2rem;	
			margin-top:0;
	}
		#nav-menu-container-anniv .nav-menu .call-icon{
			zoom: 85%; -moz-transform: scale(0.85); transform: scale(0.85); margin-top:1rem;
			}
		#nav-menu-container-anniv .nav-menu .shop-icon{
			zoom: 85%; -moz-transform: scale(0.85); transform: scale(0.85); margin-top:1rem;
			}
        .hero-container {flex-direction: column; text-align: center; padding: 120px 20px 60px;}
		.founder-content { padding:0;}
		.col-lg-4 img { text-align:center;}
		#retailForm { width:90%;}	
        .footer-links {align-items: baseline; padding-bottom: 20px;}
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
    background: #f3f3f3;
    position: relative;
    text-align: center;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }

    .nav-menu li {
        position: relative;
        white-space: nowrap;
    }

    .nav-menu > li {
        float: left;
    }

    .nav-menu li:hover > ul,
    .nav-menu li.sfHover > ul {
        display: block;
    }

    .nav-menu ul ul {
        top: 0;
        left: 100%;
    }

    .nav-menu ul li {
        min-width: 180px;
    }

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 22px;
}

    .sf-arrows .sf-with-ul:after {
        content: "\f107";
        position: absolute;
        right: 8px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    float: left;
    margin: .9rem 0 0 1rem;
}
#nav-menu-container .nav-menu .menu-active a{ color:#006AD4; font-weight:lighter;}
#nav-menu-container-anniv { float:right;}
#nav-menu-container-anniv .hdr-icon{ 
	margin-top:3rem;
}

@media (max-width: 1024px) {
	
	#nav-menu-container {  margin: 2rem 0 0 1rem;}
	}
    .col-lg-6 { width: 75%;}
    

@media (max-width: 820px) {
   #nav-menu-container {
        display: none;
    }
    .enroll-btn{
        display: none;
    }
    .request-form{ height: 30rem; }
     .col-lg-6 { width: 100%;}
     .upcoming-section {padding: 20px 0;}
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
    .enroll-btn{
        display: none;
    }
    .request-form{ height: 30rem; }
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 6px 12px;
    text-decoration: none;
    display: inline-block;
    color: #5c5c5c;
    font-family: "Inter", sans-serif;
    font-weight: lighter;
    font-size: 1rem;
    outline: none;
}
.nav-menu a .selected { color: #006AD4;}
/*
.nav-menu li:hover > a, .nav-menu  > a {
    color: #242ebd;
}
*/
.nav-menu > li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

    .nav-menu ul li {
        transition: 0.3s;
    }

        .nav-menu ul li a {
            padding: 10px;
            color: #333;
            transition: 0.3s;
            display: block;
            font-size: 13px;
            text-transform: none;
        }

        .nav-menu ul li:hover > a {
            color: #454fea;
        }

    .nav-menu ul ul {
        margin: 0;
    }
@media (max-width: 768px) {
	.nav-menu a { font-size:0.8rem;}
    .col-lg-6 { width: 100%;}
	
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

    #mobile-nav-toggle i {
        color: #555;
    }

@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: inline;
    }
	
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

    #mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #mobile-nav ul li {
            position: relative;
        }

            #mobile-nav ul li a {
                color: #fff;
                font-size: 16px;
                overflow: hidden;
                padding: 10px 22px 10px 15px;
                position: relative;
                text-decoration: none;
                width: 100%;
                display: block;
                outline: none;
            }

                #mobile-nav ul li a:hover {
                    color: #fff;
                }

            #mobile-nav ul li li {
                padding-left: 30px;
            }

        #mobile-nav ul .menu-has-children i {
            position: absolute;
            right: 0;
            z-index: 99;
            padding: 15px;
            cursor: pointer;
            color: #fff;
        }

            #mobile-nav ul .menu-has-children i.fa-chevron-up {
                color: #454fea;
            }

        #mobile-nav ul .menu-item-active {
            color: #454fea;
        }

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.6);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

    body.mobile-nav-active #mobile-nav {
        left: 0;
    }

    body.mobile-nav-active #mobile-nav-toggle {
        color: #fff;
    }


/* Home Section
-----------------------*/
.home-sign{ 
		width:100%; 
		background-color:#3c425f;
		}
.home-sign .col-lg-6 input { width:70%;}
.col-lg-4 p.news { 
		color:#FFF; 
		margin:15px 0; 
		text-align:right;
		}
.col-lg-8 .newsBtn, button[type=submit], button[type=file]{ 
		padding:0.45rem 1.5rem; 
		-webkit-border-radius:22px; 
		-moz-border-radius:22px; 
		border-radius: 22px; 
		margin-left:0.8rem; 
		color:#ffffff; 
		font-weight:300; 
		border:1px solid #eaeaea; 		
		}
#home .testimoni-container{ 
	background-color:#eaeaea; 
	border-bottom:1px solid #999;
	}
#home .testimoni-block{ 
	width:100%; 
	height:9rem; 
	background-color:#fff; 
	border:1px solid #ddd; 
	box-shadow: 5px 5px 15px 1px rgba(137,137,137,0.30);
	-webkit-box-shadow: 5px 5px 15px 1px rgba(137,137,137,0.30);
	-moz-box-shadow: 5px 5px 15px 1px rgba(137,137,137,0.30);
	}
#home .testimoni-photo img{ 
	width:95%; 
	height:auto;
	margin:20px; 
	float:left;
	}
#home .testimoni-title{ 
	color:#4a589e; 
	font-size:1.2rem; 
	margin:10px; 
	}

.carousel-inner { height:260px;}
/* History Section
--------------------------------*/

#history{
	text-align:center;
	}
#history .logo{  
	padding-top:30px;
	}
#history h2{  
	color:#666; 
	margin:7px;
	}
#history .circle{
		width: 150px;  
		height: 150px;  
		background-color: none;  
		border-radius:85px;  
		border: 0.1rem dashed #999; 
		font-size: 3rem; 
		display:inline-block; 
		vertical-align:middle; 
		line-height:9rem;
		}
		
#history img { max-width:100%; height:auto;}
/* Callback Form Section
--------------------------------*/
#callback{ 

	background-repeat:no-repeat; 
	background-size: cover;
	width:100%; 
	height:35rem;
	}
.request-form{ 
	width:100%; 
	height:25rem; 
	} 
#callback .nuts{ 
	width:100%;
	padding:0.3rem 0 0 2rem; 
	float:left;
	 }
#callback .request-form .title { 
	font-size:1.6rem;
	text-shadow: 2px 1px 3px #54586b; 
	color:#fff; padding-bottom:1rem;}
#callback .request-form ul, #main ul{ 
	list-style:none; padding:0;
	}
#callback .request-form ul li, #main ul li { 
	padding-bottom:15px;
	}
#callback .request-form ul li button { 
	margin-right:5px; 
	float:right;
	}
/* About Section
--------------------------------*/
#about {
    padding: 60px 0;
}

    #about .about-img {
        overflow: hidden;
    }

        #about .about-img img {
            margin-left: -15px;
            max-width: 100%;
        }


#about  h2 {
    color: #333;
}

#about .content h6 {
    color: #fff;
    font-weight: 300 !important;
    font-size: 18px;
    line-height: 26px;
}

#about .content p {
    line-height: 26px;
}

    #about .content p:last-child {
        margin-bottom: 0;
    }

#about .content i {
    font-size: 20px;
    padding-right: 4px;
    color: #454fea;
}

#about .content ul {
    list-style: none;
    padding: 0;
}

    #about .content ul li {
        padding-bottom: 10px;
    }

/* Services Section
--------------------------------*/
#services {
    padding: 30px 0 0 0;
}

    #services .box {
        min-height: 194px;
        padding-bottom: 1rem;
        padding-top: 2rem;
        padding-left: 1rem;
        margin-bottom: 40px;
        box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
        background: #fff;
		border:1px solid #ccc;
        transition: 0.4s;
    }

        #services .box:hover {
            box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
            transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
        }

        #services .box .icon {
            float: left;
        }

            #services .box .icon i {
                color: #444;
                font-size: 64px;
                transition: 0.5s;
                line-height: 0;
                margin-top: 34px;
            }

                #services .box .icon i:before {
                    background: #0c2e8a;
                    background: linear-gradient(45deg, #454fea 0%, #a3ebd5 100%);
                    background-clip: border-box;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

        #services .box h4 {
            margin-left: 100px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #ffa127;
            font-size: 20px;
        }

            #services .box h4 a {
                color: #ffa127;
            }

        #services .box p {
            font-size: 14px;
            margin-left: 100px;
            margin-bottom: 0;
            line-height: 24px;
        }

        #services .box .points {
            margin-left: 100px;
            font-size: 14px;
        }




.orange-clr {
    color: #ffa127;
}

/* Contact Section
--------------------------------*/
#contact {
    padding-top: 30px;
}

    #contact .contact-info {
        margin-bottom: 20px;
        text-align: center;
    }

        #contact .contact-info i {
            font-size: 48px;
            display: inline-block;
            margin-bottom: 10px;
            color: #000992;
        }

        #contact .contact-info address, #contact .contact-info p {
            margin-bottom: 0;
            color: #000;
        }

        #contact .contact-info h3 {
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: bold;
            text-transform: uppercase;
            color: #999;
        }

        #contact .contact-info a {
            color: #000992;
			
        }

            #contact .contact-info a:hover {
                color: #454fea;
            }

    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        margin-bottom: 20px;
    }


#contact #google-map {
    height: 290px;
    margin-bottom: 20px;
}
/* Message Pop-up
--------------------------------*/

.pop-box{ width:50%; height:30%; background-color:#FFF; border:1px solid #ddd; border-radius:15px; display:block; margin:auto;position: fixed;
    top: 50%; left: 50%; overflow: hidden; transform: translate(-50%,-50%); padding:2rem;}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  background-color: #ddd;
  color: white;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	min-height:110px;
    background: #edeef5;
    padding: 10px;
    font-size: 14px;
}
#footer .container .block1 { width:100%; margin-top:1rem; float: left;}
#footer .container .block1 ul { list-style:none; padding:0; float: left;}
#footer .container .block1 ul li { padding:0 0.2rem; float:left;}
#footer .container .block2 { width:100%; float: left;}
#footer .container .block2 .copyright{color:#7f7f7f; float:right; font-family: 'Inter', sans-serif}
#footer .container .links { float: left;}
#footer .container .block2 ul { margin-bottom:0.1rem; list-style:none; float:right;}
#footer .container .block2 ul li  { padding:7px; float:right;}

    #footer .credits {
        text-align: center;
        font-size: 13px;
        color: #555;
    }

        #footer .credits a {
            color: #0c2e8a;
        }
p.copyright, .legal-links a{ font-family: 'Inter', sans-serif; font-size: 14px;}} 
/* ----------------------------------------- */
@media (max-width: 1024px) {
	#nav-menu-container {  margin: 2rem 0 0 1rem;}
	#header { height:82px;}
		
	#nav-menu-container-anniv .hdr-icon{
			max-height: 2rem!important;
			margin-top:2rem;
			margin-right:1rem;
	}
	.nav-menu a { font-size:0.9rem;}
	
	#callback .nuts img { zoom: 75%; -moz-transform: scale(0.65); transform: scale(0.65);; margin-top:6rem;}
	.col-sm-6 .prod-8-diagram img, .col-md-6 .prod-8-diagram img { width:85%; height:auto; }
	
}

@media (max-width: 992px){ 
.enroll-btn{display: none;}
#mobile-nav-toggle {display: inline;}
#home h2 { padding: 0;}
.col-lg-4 p.news { text-align:left;}
/*#home .testimoni-block{ height:260px;} 
#home .testimoni-photo { height:210px;}*/
#home .testimoni-photo img{ margin: 15px; }
#home .testimoni-block { height:6.5rem;}
.carousel-control-next-icon, .carousel-control-prev-icon  { display:none;}
#myCarousel .carousel-indicators { display:none;}
#callback .nuts { display:none;}
#footer .container .block2 .copyright { float:left; padding-top:10px; }
.gMap { margin-top:2rem; }
.col-sm-6 .prod-8-diagram img, .col-md-6 .prod-8-diagram img { width:70%; height:auto; }
#home .testimoni-container { height:14rem;}
.prod-img-inner-L img { width:100%; height:auto;}
}



@media (min-width: 768px) {

    .hero-content h1 { font-size: 5rem;}
	#contact .contact-address, #contact .contact-phone, #contact .contact-email {
        padding: 20px 0;
    }
    #contact .contact-address {
        border-left: 1px solid #ddd;  border-right: 1px solid #ddd;
    }
	.back-to-top {
        bottom: 15px;
    }

	
	#about .about-img {
        height: auto;
    }

        #about .about-img img {
            margin-left: 0;
            padding-bottom: 30px;
        }
	
}

@media (max-width: 767px) {
    
	.hero-container { padding: 40px 10px 40px;}
    .hero-content { padding: 0 15px;}
	#nav-menu-container-anniv { margin-left:19rem;}
    #services .box .box {
        margin-bottom: 20px;
    }
	#home .testimoni-block { font-size:16px;}
    #services .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    #services .box h4, #services .box p {
        margin-left: 0;
        text-align: center;
    }
	/*input[type=text], input[type=tel] { width:70%;}*/
	.carousel-inner { height:300px;}
	.col-sm-4 .prod-8-diagram img { width:90%;}
    .footer-links {align-items: baseline; padding-bottom: 20px;}
}
	
@media (max-width: 576px) {
    .col-lg-4 { width: 100%;}
    .lessons-grid { display: block;}
    .lesson-card { width: 100%; display: block!important; margin-bottom: 20px;}
	#nav-menu-container-anniv { margin-left:5rem;}
    #contact #google-map {
        margin-top: 20px;
    }
	#intro h1 { font-size: 1.9rem;}
	#nav-menu-container-anniv .hdr-icon { margin:0;}
	input[type=text], input[type=tel] { width:100%;}
	.col-lg-8 input[type=text] { width:70%}
	.col-lg-8 input[type=text] { margin-top:0;} 
	.col-lg-4 p.news { float:left;}
	.col-lg-8 { padding-bottom:0.5rem;}
	#home .testimoni-container { height:23rem;}
	#home .testimoni-block { width:100%; height:14rem; font-size:0.9rem; height:auto; padding:0.5rem; }
	#home .testimoni-photo { padding:0; margin:0.5rem; height:auto;}
	#home h2 { padding:0;}
	.carousel-inner { height:350px;}
	.carousel-indicators { padding-bottom:0!important; margin:0;}
	#footer .container .block1{ width:100%!important;}
	#footer .container .block2 {width:100%; height:5rem;}
	#footer .container .block2 ul { float:none;}
    .col-lg-6 { width: 100%;}
    .footer-links {align-items: baseline;}
	
}
@media (max-width: 575px) { 	
    .innerpge-banner h2 { font-size: 2.2rem; }
    #intro h1 { font-size: 2.6rem;}
    .footer-links { padding: 20px 0; align-items: flex-start; }
    .footer-nav a { font-size: 14px;}
    .hero-container { padding: 40px 10px 40px;}
    .hero-content { padding: 0 15px;}
	.pageTitle { font-size:3rem;}
	.col-lg-8 .newsBtn, button[type=submit] { margin:0;}
	.home-sign { height:160px;}
	.home-sign .col-lg-6 input { margin-bottom:5px; width:100%;}
	.pop-box { width:65%; left:37%;}
	.table th, .table td { font-size:15px; padding:0.75rem 0.25rem;}
	.col-sm-4 .prod-8-diagram img { width:30%;}
	#home .testimoni-block { height:6rem;}
	#home .testimoni-photo img{ margin: 10px; }
	#home .testimoni-container { height:13rem;}
	.col-lg-12 h3 { margin-top:2rem;}
    .col-lg-6 { width: 100%;}
    .contact-grp { padding-bottom: 1rem;}
    .request-form { height: 27rem;}
    .footer-links {align-items: baseline;}
    .upcoming-content { padding: 25px;}
    .upcoming-content p { font-size: 30px;}

}

@media (max-width: 360px){ 

    .innerpge-banner h2 { font-size: 2.2rem; }
    #intro h1 { font-size: 2.6rem;}
    .hero-container { padding: 40px 10px 40px;}
    .hero-content { padding: 0 15px;}
	#intro h1{ font-size:1.6rem; margin:0.5rem;}
	h2 { font-size:1.6rem;}
	.home-sign { height:160px;}
	#home .testimoni-container { height:11rem;}
	#home .testimoni-photo img { margin:0;}
	#home .testimoni-block { height:4rem;}
	.home-sign .col-lg-6 input { width:100%;}
	.home-sign .col-lg-6 button { display:block; margin:0.5rem auto; width:50%;}
	.footer-links { padding-bottom: 20px;} 
	.col-lg-8 .newsBtn, button[type=submit] {margin-top:0.3rem;}
}

.img-designed {font-family: 'Inter', sans-serif; font-size: 14px; color: #666666;}
/* Testimonials */

.content-container { 
 
  max-width: 600px;
  margin: 20px auto;
}

.content-container p{ color: #fff;}
/* Hide all steps by default */
.step {
  display: none;
}

/* Show only the active step */
.step.active {
  display: block;
}

.controls {
  text-align: center;
  margin-top: 10px;
}

