/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

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

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

header{}
header .wrap-header{}
header .main-header{
	text-align: center;
	padding-right: 0;
	padding-left: 0;
	padding-top: 18px;
	padding-bottom: 7px;
}

header .contact-info{padding: 0 46px 0 0;color: #acb4b6;display: inline-block;font-size: 12px;line-height: 20px;position: relative;}

header .contact-info::before {
	font-size: 23px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	color: #2BB92A;
	font-family: "FontAwesome";
	margin: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 0;
	border: 1px solid #ccc;
	border-radius: 50%;
}

header .pinkcontact-info{padding: 0 46px 0 0;color: #acb4b6;display: inline-block;font-size: 12px;line-height: 20px;position: relative;}

header .pinkcontact-info::before {
	font-size: 23px;
	height: 30px;
	line-height: 30px;
	width: 30px;
    color: #EF9C98;
	font-family: "FontAwesome";
	margin: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 0;
	border: 1px solid #ccc;
	border-radius: 50%;
	
	
}
.left.pinkcontact-info::before{content: "\f017";right: 0;}
.right.pinkcontact-info::before{content: "\f095";left: 0;}
.left.pinkcontact-info{padding: 5px 70px 0 0;text-align: right;}
.right.pinkcontact-info{padding: 5px 0 0 70px;text-align: left;}

.left.contact-info::before{content: "\f017";right: 0;}
.right.contact-info::before{content: "\f095";left: 0;}
.left.contact-info{padding: 5px 70px 0 0;text-align: right;}
.right.contact-info{padding: 5px 0 0 70px;text-align: left;}

header #logo{
	margin-top: -13px;
}
@media screen and (max-width:767px){
	header .main-header{
}
	header #logo{
	margin-top: 13px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 13px;
	
}

#contact_form {
	
 }
 
}


.content-box.box-1l {
	
	
}
.content-box.box-1l h1{
	font-size: 38px;
	color: #333;
	line-height: 1.2;
	margin-bottom: 30px;
	text-align: center;
}
.content-box.box-1l span{
	color: #2BB92A;
	font-size: 52px;
	text-shadow: 2px 2px #000000;
}
.content-box.box-1l img{margin: 10px 0;}
.content-box.box-1l .lead {font-size: 21px;color: #333;}
.content-box.box-1l blockquote {position: relative;margin: 50px 0 30px;padding: 0 50px 20px;border:none;line-height: 1.2;font-size: 19px;}
.content-box.box-1l blockquote:before, .content-box.box-1 blockquote:after {
	position: absolute;
	width: 20px;
	height: 20px;
	font-size: 44px;
	line-height: 1;
}
.content-box.box-1l blockquote:before {top: 0;left: 0;content: "\201C"; }
.content-box.box-1l blockquote:after {
	top: 0;
	right: 0;
	content: "\201D";
	font-size: 44px;
	float: right;
}

.content-box.box-24{background: url(../images/body-bg.png) fixed 0 0;min-height: 380px;padding: 40px 0;text-align: center;}
.content-box.box-24 i.fa{font-size: 60px;margin-bottom: 30px;}


.content-box.box-15 {text-align: center;}
.content-box.box-15 .testimonials-item{max-width: 600px;margin: auto;} 
.content-box.box-15 .testimonials-item img{max-width: 130px;margin-bottom: 15px;border-radius: 50%;}
.content-box.box-15 .testimonials-item h5{margin-top: 30px;margin-bottom: 30px;}
.content-box.box-15 .testimonials-item p{color: #ccc;}

.content-box.box-16 {text-align: center;}
.content-box.box-16 .wrap-box{padding: 30px 10px;}
.content-box.box-16 h3{color: #000;}
.content-box.box-16 p{font-size: 15px;}
.content-box.box-16 i.fa{
	font-size: 28px;
	height: 70px;
	width: 70px;
	background-color: #2BB92A;
	color: #fff;
	border-radius: 50%;
	margin-bottom: 30px;
	padding-top: 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content-box.box-book {
    text-align: center;
}
.content-box.box-book .testimonials-item{
    margin: auto;
} 
.content-box.box-book .testimonials-item img{
    max-width: 700px;
}
.content-box.box-book .testimonials-item h5{margin-top: 30px;margin-bottom: 30px;}
.content-box.box-book .testimonials-item p{color: #ccc;}







footer{background: #F8F8F8;font-size: 14px;}
.widget-title{text-transform: capitalize;margin-bottom: 30px;}
footer .wrap-footer{padding: 50px 60px 60px;}
footer .wrap-footer ul li {margin-bottom: 5px;padding: 10px 0 15px;}
footer .logo img{max-width: 170px;margin-top: 30px;}
footer .col-footer-1 {}

footer .col-footer-2{}
footer .col-footer-2 ul {padding: 0;}
footer .col-footer-2 ul li {list-style: none;margin-bottom: 5px; border-bottom: 1px solid #777;}
footer .col-footer-2 ul li:first-child{padding-top: 0;}
footer .col-footer-2 ul li:last-child{border-bottom: none;}
footer .col-footer-2 ul li a{color: #777;font-size: 12px;}
footer .col-footer-2 ul li a:hover{
	color: #2BB92A;
}

footer .col-footer-3 input[type="text"]{ outline: medium none;color: #999999;display: block;font-size: 14px;height: 40px;line-height: 1.2;margin: 10px 0;padding: 5px 10px 0;width: 100%;background-color: transparent;border: 2px solid #999;}


.button{
	cursor: pointer;
	font-size: 13px;
	border:1px solid #ffffff; 
	display: inline-block;
	text-decoration: none;
	margin: 5px 0;
	color: #fff;
	padding: 10px 15px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}
.button:hover{text-decoration: none; background: #303030;}

.button.bt1 {background: #C4A648;color: #ffffff;padding: 10px 35px;text-align: center;border:2px solid #C4A648;font-weight: bold; font-size: 15px;border-radius: 30px;}
.button.bt1:hover{background: transparent;color: #C4A648;}
.button-subcribe{
	background-color: #2BB92A;
	color: #fff;
	font-weight: bold;
}
.button-subcribe:hover{background-color: #333;}


#contact_form {
	display: table;
	margin-top: 0;
	margin-bottom: 25px;
	padding-top: 3%;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 3%;
	vertical-align: middle;
	width: 65%;
	background-color: rgba(12,12,12,0.41);
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#contact_form input {
	border: medium none;
	color: #7A7A7A;
	display: block;
	font-family: avenir_lt;
	font-size: 1em;
	height: 26px;
	padding-left: 2%;
	padding-right: 0;
	width: 100%;
	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 7px;
}
#contact_form span {
	color: #FFFFFF;
}
#contact_form input[type="submit"] {
	color: #FFFFFF;
	font-family: 'avenir_lt';
	font-size: 1.5em;
	height: 45px;
	margin-bottom: 0;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: background 0.3s ease-in-out 0s;
	-webkit-appearance: none;
	border-radius: 0;
	background-color: rgba(51,182,52,1.00);
}
#contact_form input[type="submit"]:hover {
	background-color: #FFFFFF;
	color: rgba(51,182,52,1.00);
}



textarea {
	font-family: avenir_lt;
	font-size: 1em;
	border-radius: 0;
	-webkit-appearance: none;
}
.select-field {
	border: medium none;
	color: #7A7A7A;
	height: 26px;
	width: 100%;
	border-radius: 0;
	background-color: #ffffff;
	-webkit-appearance: none;
	margin-bottom: 7px;
	padding-left: 2%;
}
#message {
	border: medium none;
	color: #B7B7B7;
	height: 58px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
	border-radius: 0;
	background-color: #ffffff;
	-webkit-appearance: none;
	margin-bottom: 7px;
	margin-top: 7px;
}
.form-style-heading {
	padding-bottom: 15px;
	width: auto;
	height: auto;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

.formbox {
	width: 90%;
	margin-top: 5px;
	margin-top: 0px;
	margin-left: 1em;
	float: right;
	margin-right: 1em;
}
.form-style-headinl {
	padding-bottom: 0px;
}

@media screen and (max-width:767px){
	
#contact_form {
	width: 98%;
 }
 
}

a {
	color:#acb4b6;
}

.nav2 li {
	margin-bottom: 7px;
	width: 13em;
	margin-left: 7px;
	margin-right: 7px;
	padding-left: auto;
	padding-right: auto;
	float: left;
}
.nav2 li a:link, .nav2 li a:visited {
	background-color: #AAD47C;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	font-family: 'avenir_lt';
	font-size: 1em;
	text-align: center;
	width: 100%;
	transition: background 0.3s ease-in-out 0s;
	line-height: 43px;
}

.nav2 li a:hover {
	background-color: #72B22A;
	text-decoration: none;
}

.nav7 li {
	width: 100%;
	padding-left: auto;
	padding-right: auto;
	float: left;
	color: #FFFFFF;
}
.nav7 li a:link, li a:visited {
	background-color: #AAD47C;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	font-size: 1em;
	text-align: left;
	width: 100%;
	transition: background 0.3s ease-in-out 0s;
	line-height: 54px;
	font-weight: bold;
	margin-bottom: 18px;
	padding-left: 15px;
}

@media screen and (max-width:767px){
	
.nav2 li {
	
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	
}
 
}
