img{
	max-width: 100%;
}

.sticky-header{
	background: #FCB638;
	padding: 10px 0;
	border-bottom: none;
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.sticky-header .navbar-brand h1 i,
.sticky-header .navbar-brand h1{
	color: #24292f;
}


.area3-section {
	background: #f5f5f5;
	padding: 80px 0;
}

.title{
	text-align: center;
	margin-bottom: 80px;
}

.contentx {
    text-align: center;
    margin-bottom: 10px;
}

.title h2{
	color: #FCB638;
	font-size: 36px;
}

.title p{
	font-size: 14px;
	color: #24292f;
}

.area3-box{
	background: #fff;
	text-align: center;
	padding: 20px 20px 30px;
	margin-bottom: 30px;
	transition: all 0.4s linear;
}

.area3-box:hover{
	background: #FCB638;
}

.area3-box:hover .lnr,
.area3-box:hover h2{
	color: #fff;
}

.area3-box:hover p{
	color: rgba(255,255,255,0.8);
}

.area3-box .lnr{
	font-size: 60px;
	color: #FCB638;
	padding: 20px 0 30px;
	transition: all 0.2s linear;
}

.area3-box h2{
	color: #24292f;
	font-size: 20px;
	margin-bottom: 20px;
	transition: all 0.2s linear;
}

.area3-box p{
	font-size: 14px;
	line-height: 1.5em;
	color: #808080;
	transition: all 0.2s linear;
}

.area4-section{
	padding: 80px 0 0;
	background: #fff;
}

.area5-info p{
	font-size: 14px;
	color: #808080;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

.signature{
	font-family: 'Cedarville Cursive', cursive;
	color: #24292f;
	font-size: 40px;
	margin: 50px 0;
}

.author-social-icon a{
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	font-size: 20px;
	padding-top: 6px;
	color: #FCB638;
	transition: all 0.3s;
}

.author-social-icon a:hover{
	background: #FCB638;
	color: #fff;
}

.infobar-section{
	background: #FCB638;
	padding: 60px 0 56px;
}

.infobar-desc h3{
	color: #fff;
	font-size: 36px;
	margin: 0;
}

.infobar-desc p{
	text-transform: lowercase;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}

.infobar-btn{
	text-align: right;
}

.infobar-btn a{
	display: inline-block;
	padding: 14px 40px;
	border: 3px solid #fff;
	border-radius: 50px;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 10px;
	transition: all 0.3s;
}

.infobar-btn a:hover{
	background: #fff;
	color: #FCB638; 
}

.faq-section{
	padding: 80px 0;
	background: #f5f5f5;
}

.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border: none;
	margin-bottom: 18px;
}

.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #fff;
	border: none;
	background-color: #FCB638;
}

.panel-title {
	font-size: 14px;
}

.panel-title > a {
	display: block;
	padding: 15px;
	font-size: 18px;
	text-decoration: none;
}

.more-less {
	float: right;
	color: #fff;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: none;
	padding: 30px 30px 16px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body p{
	font-size: 14px;
	color: #808080;
	line-height: 1.8em;
}

.testimonials-section{
	padding: 80px 0;
	background: #fff;
}

.reader-msg{
	margin-bottom: 60px;
}

.reader-msg:after{
	content: '';
	display: block;
	clear: both;
}

.reader-img{
	width: 16%;
	float: left;
	
}

.reader-img img{
	border-radius: 50%;
	border: 8px solid #f5f5f5;
}

.reader-message{
	width: 80%;
	float: right;
	background: #f5f5f5;
	padding: 30px;
	position: relative;
}

.reader-message:before{
	content: '';
	display: block;
	position: absolute;
	left: -20px;
	top: 40px;
	width: 0;
	height: 0;
	border-right: 20px solid #f5f5f5; 
	border-top: 20px solid transparent; 
	border-bottom: 8px solid transparent; 
}

.reader-message p{
	font-size: 16px;
	line-height: 1.8em;
	color: #808080;
	margin-bottom: 1em;
}

.reader-message h3{
	font-size: 18px;
	margin: 0;
	color: #24292f;
}

.reader-right .reader-img{
	float: right;
}

.reader-right .reader-message{
	float: left;
}

.reader-right .reader-message:before{
	left: auto;
	right: -20px;
	border-right: none; 
	border-left: 20px solid #f5f5f5; 
	border-top: 20px solid transparent; 
	border-bottom: 8px solid transparent; 
}

.contact-section{
	background: #f5f5f5;
	position: relative;
}

.contact-section .title{
	margin-bottom: 50px;
}


.contact-book-image{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	background: url(../images/book-cover.jpg) no-repeat center center;
	background-size: cover;
}

.contact-box{
	padding: 10%;
}

.contact-form .form-control{
	background: #fff;
	border: 1px solid #e2e2e2;
	box-shadow: none;
	outline: 0;
	border-radius: 0;
	font-size: 14px;
	text-transform: lowercase;
	padding: 12px 20px;
	height: auto;
}

.btn-contact{
	display: inline-block;
	border: none;
	background: #FCB638;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.08em;
	padding: 16px 30px 14px;
	border-radius: 2px;
	transition: all 0.4s;
	margin-top: 20px;
	transition: all 0.3s;
}

.btn-contact:hover{
	background: #24292f;
}

footer{
	padding: 60px 0;
	background: #fff;
}

.footer-box{
	text-align: center;
}

.footer-social a{
	display: inline-block;
	width: 36px;
	height: 36px;
	background: #f5f5f5;
	color: #24292f;
	border-radius: 50%;
	padding-top: 7px;
	margin: 0 4px;
	transform: all 0.3s;
}

.footer-social a:hover{
	background: #FCB638; 
	color: #fff;
}

.footer-siteinfo{
	margin-top: 30px;
}

.footer-siteinfo p{
	color: #24292f;
}

.footer-siteinfo a{
	color: #FCB638;
}

/****************************************
		Responsive Media Query
****************************************/

@media only screen and (max-width: 991px) {
	.navbar-default .navbar-nav>li>a{
		padding: 17px 5px 13px;
	}
	
	.banner-desc{
		padding-top: 0;
	}
	
	.banner-desc h2{
		font-size: 32px;
	}
	
	.banner-desc p{
		font-size: 16px;
	}
	
	.author-image{
		text-align: center;
		margin-top: 80px;
	}

	.author-image img{
		max-width: 480px;
		width: 100%;
	}
	
	.infobar-desc{
		text-align: center;
		margin-bottom: 30px;
	}
	
	.infobar-btn{
		text-align: center;
	}
	
}

/* Mobile Layout */
@media only screen and (max-width: 767px){
	.banner{
		text-align: center;
	}
	
	.banner-desc{
		margin-top: 40px;
	}
	
	#responsive-menu{
		display: block;
		
	}
	
	.slicknav_menu{
		margin-left: -15px;
		margin-right: -15px;
		padding: 0;
		background: none;
	}

	.slicknav_menu ul{
		background: #FCB638;
		position: relative;
		top: 16px;
	}
	
	
	
	.slicknav_menu li{
		padding: 0 10px;
	}

	.slicknav_menu .active a{
		color: #24292f;
	}
	
	.slicknav_menu a{
		color: #fff;
		padding-top: 6px;
		padding-bottom: 6px;
		text-transform: uppercase;
		border: 1px solid transparent;
	}

	.slicknav_menu a a{
		border: none !important;
	}
	
	.slicknav_nav .slicknav_row:hover,
	.slicknav_nav a:hover{
		color: #24292f;
	}
	
	.slicknav_menu  .active a{
		color: #24292f !important;
	}
	
	.slicknav_btn{
		padding: 4px 4px;
		background: none;
	}
	
	.slicknav_icon-bar{
		box-shadow: none;
		border-radius: 0;
		margin: 2px 0;
	}
	
	.faq-section,
	.services-section,
	.testimonials-section{
		padding: 40px 0;
	}
	
	.title{
		margin-bottom: 40px;
	}
	
	.title h2{
		font-size: 28px;
	}
	
	.contact-book-image{
		display: none;
	}
	
	.reader-img{
		width: 100%;
		float: none;
		max-width: 160px;
		margin: 0 auto 30px;
	}
	
	.reader-right .reader-img,
	.reader-message{
		width: 100%;
		float: none;
	}
	
	.reader-right .reader-message:before,
	.reader-message:before{
		left: 50%;
		top: -20px;
		margin-left: -20px;
	}
	
	.reader-right .reader-message:before{
		border-right: 20px solid #f5f5f5;
		border-left: none;
		border-top: 20px solid transparent;
		border-bottom: 8px solid transparent;
	}
	
	.reader-message p{
		font-size: 14px;
	}
	
	.reader-msg{
		margin-bottom: 40px;
	}
	
	.contact-box{
		padding: 40px 0;
	}
	
	.infobar-desc h3{
		font-size: 28px;
	}
	
	.infobar-desc p{
		font-size: 14px;
	}
	
	.infobar-btn a{
		border-width: 2px;
		font-size: 16px;
		margin-top: 15px;
	}
}

/* Small Mobile Layout */
@media only screen and (max-width: 480px) {
	.banner{
		padding: 140px 0 80px;
	}
	
	.panel-default > .panel-heading + .panel-collapse > .panel-body{
		padding: 14px;
	}
}

/* Start Parents Question Section*/

.questions-section {
    padding: 80px 0;
    background: #fff;
}

.parents-msg {
    margin-bottom: 60px;
}

    .parents-msg:after {
        content: '';
        display: block;
        clear: both;
    }

.parents-img {
    width: 16%;
    float: left;
}

    .parents-img img {
        max-width:100%;
/*        border-radius: 20px;
        border: 8px solid #f5f5f5;*/
    }

.parents-message {
    width: 80%;
    float: right;
    background: #f5f5f5;
    padding: 30px;
    position: relative;
}

    .parents-message:before {
        content: '';
        display: block;
        position: absolute;
        left: -20px;
        top: 40px;
        width: 0;
        height: 0;
        border-right: 20px solid #f5f5f5;
        border-top: 20px solid transparent;
        border-bottom: 8px solid transparent;
    }

    .parents-message p {
        font-size: 16px;
        line-height: 1.8em;
        color: #808080;
        margin-bottom: 1em;
    }

    .parents-message h3 {
        font-size: 18px;
        margin: 0;
        color: #24292f;
    }

.parents-right .parents-img {
    float: right;
}

.parents-right .parents-message {
    float: left;
}

    .parents-right .parents-message:before {
        left: auto;
        right: -20px;
        border-right: none;
        border-left: 20px solid #f5f5f5;
        border-top: 20px solid transparent;
        border-bottom: 8px solid transparent;
    }


.parents-img {
    width: 100%;
    float: none;
    max-width: 240px;
    margin: 0 auto 30px;
}

.parents-right .parents-img,
.parents-message {
    width: 100%;
    float: none;
}

    .parents-right .parents-message:before,
    .parents-message:before {
        left: 50%;
        top: -20px;
        margin-left: -20px;
    }

.parents-right .parents-message:before {
    border-right: 20px solid #f5f5f5;
    border-left: none;
    border-top: 20px solid transparent;
    border-bottom: 8px solid transparent;
}

.parents-message p {
    font-size: 14px;
}

.parents-msg {
    margin-bottom: 40px;
}

/* End Parents Question Section*/

/*picture section*/


.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
}

    .portfolio-box .portfolio-box-caption {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        opacity: 0;
        color: #fff;
        background: rgba(240, 95, 64, 0.9);
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
            position: absolute;
            top: 50%;
            width: 100%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            text-align: center;
        }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
                padding: 0 15px;
                font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
            }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
                font-size: 14px;
                font-weight: 600;
                text-transform: uppercase;
            }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
                font-size: 18px;
            }

    .portfolio-box:hover .portfolio-box-caption {
        opacity: 1;
    }

    .portfolio-box:focus {
        outline: none;
    }

@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.facebook-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .facebook-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgb(0 0 0 / 50%), rgb(0 0 0 / 10%) );
}