/*--
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/*-- Reset Code --*/
body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'Raleway', sans-serif;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a:focus, a:hover {
	text-decoration: none;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Allura', cursive;
	color:#009999;
}

h2 a:link {color:#009999;}

h3, h4 {margin-bottom:20px;}

p {
	margin:0 0 20px 0; text-align:left; font-size:16px;
}
ul {
	margin:0;
	padding:0;
}

label {
	margin:0;
}
a:link {text-decoration:none;}
a:focus, a:hover {
	text-decoration: none;
	outline: none
}
a:link, a:visited {color: #009999;}
a[href^="tel"]{
    color: inherit;
    text-decoration:none;
}
span {color:#009999; font-weight:bold;}
img {
		max-width: 100%;
		height: auto;
		border:none;}
.center {text-align:center;}
.left {float:left; margin: 0 20px 20px 0;}	
.right {float:right; margin: 0 0 20px 20px;}	
	
.more {margin: 20px auto;}
.more a{
	font-size: 16px;
	font-weight: 700;
	padding: 10px 45px;
	width:auto;
	background: #009999;
	text-decoration: none;
	color: #fff !important;
	text-align: center;
		
}
.more a:hover{
	background: #3bd66c6;
}
.images { margin:0 auto; text-align:center;}
.images img {margin:20px;}

.books { margin:0 auto; text-align:center;}
.books ul li {display: inline-block; max-width: 250px; vertical-align: top;}
.books img {margin:20px; vertical-align: top;}

/*-- //Reset Code --*/

/*-- Header--*/
.top-bar{
	background-color:#009999; width:100%; height:10px;}
.header { background-image: url("../images/header-bg.jpg"); background-color:#009999;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 200px;
	background-position: center;
    text-align:center;
	color:#fff; padding:30px 0;}

.header img { display:block; margin:10px auto; text-align: center;}

.header h1, .header h2, .header h3 {text-align: center; color: #fff;}
.header h1 a:link, .header h1 a:visited {color: #fff;}
.header h1 {font-size: 70px; font-weight: 700; margin-bottom: 25px;}
.header h2 {font-size: 40px;}


.total-navbar{   
	background-color: #3bd6c6;
	text-align: center;
	margin: 0 auto;
}
.navbar {min-height: 30px;}
.navbar-default {
	    background-color: #3bd6c6;
	border:none;
}
.navbar-nav {float: none; margin: 0 auto; text-align: center;}
.navbar-nav > li {
    float: none;
	display: inline-block;
}
.navbar {
    border-radius: 0px;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	width: 100%;
}

.navbar-right {
    float: none!important;
	margin:0px !important; 
}

/*.nav ul {display: inline-block;
    list-style-type: none;
}*/
.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-weight: 700;
	padding:10px 20px;
	border-right:1px solid rgba(232, 232, 232, 0.2);
	
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color:#009999;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
    background-color:#009999;
}
.navbar-toggle {
	border-radius:0px;
}
/*-- //Header--*/

/*-- Banner--*/
.banner img { width:100%; text-align:center; margin:0 auto; display:block;}
	
.banner h1 {font-size:20px;}


.modal-header {
	border:none;
}
.modal-body {
    padding: 5px 25px 25px 25px;
}
.modal-body p{
	font-size:14px;
	line-height:30px;
}
/*-- //Banner--*/

/*-- Slider --*/
#slider {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
	list-style: none;
	background: rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right:0;
}
.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: rgba(255,255,255,.1);
	color: #fff;
	font-weight: bold;
}
.events {
	list-style: none;
}
.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	left: 0;
	top: 0;
}
.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 48%;
    left: 40px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 64px;
    width: 64px;
    background: url("../images/left-arrow.png") no-repeat 0px 0px;
}
.callbacks_nav.next {
    left: auto;
    background: url("../images/right-arrow.png") no-repeat 0px 0px;
    right: 40px;
}
.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks2_nav:active {
	opacity: 1.0;
}

#slider-pager a {
	display:none;
}

#slider-pager span {
	float: left;
}
#slider-pager span {
	display:none;
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}
#slider-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}
#slider-pager a {
	padding: 0;
}
#slider-pager li {
	display: none;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0%;
	top: 0;
	width: 100%;
}
.rslides li {
	position: relative;
	display: block;
	float: none;
}
.rslides img {
	height: auto;
	border: 0;
}
.callbacks_tabs {
	display:none;
	list-style: none;
	position: absolute;
	top: 80.5%;
	z-index: 999;
	left: 44.5%;
	padding: 0em 0.6em 1em 0.3em;
	margin: 0;
}
.callbacks_tabs li {
	display: none;
	margin: 0.5em;
}
.callbacks_tabs a {
	visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	width:12px;
	height: 12px;
	display: inline-block;
	background: #fff;
	border: none;
	border-radius: 50%;
}
.callbacks_here a:after {
	background: #8ebfc6;
}
.slider-info {
    position: absolute;
    top: 0;
	left:0;
    z-index: 999;
    width: 100%;
    height: 100%;
    padding-top: 200px;
	
}
.slider-info img {
	max-width: 100%;
	height:auto;
	margin: 20px auto;
}
.slider-info h3 {
	font-family: 'Allura', cursive;
    font-size: 40px;
    font-weight: 900;
    color: #FFF;
    margin:10px auto;
	text-align:center;
	text-shadow: 1px 1px #333;
}
.slider-info h4 {
    font-size: 30px;
    color: #fff;
	margin-top: 7px;
	text-align:center;
	text-shadow: 1px 1px #333;
}
.slider-info p {
    font-size: 15px;
    font-weight: 100;
    color: #d3d8d8;
    margin: 0 auto 50px;
    line-height: 35px;
}

h6 {
	margin:0 auto;
	z-index:999;
}
h6 a{
	cursor:pointer;
	font-size:16px;
	text-transform:none;
}
.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: -39%;
    left: 13.4%;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: block;
    text-align: center;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li{
       display: none;
    margin: 0 7px;
}
/*-- //Slider --*/


/*--About--*/
.about{
	padding:50px 0px;
	background:#fff;
}
.about h2{
	font-size:40px;
	margin-bottom:25px;
	font-weight:600;
	text-align:center;
}

.about h2.title{
	font-size:36px;
	margin-bottom:25px;
	font-weight:600;
	text-align:left;
}
.about h3.title{
	font-size:30px;
	margin-bottom:25px;
	font-weight:600;
	text-align: center;
}
.about h3 {font-size: 30px; font-weight: 600;}

.post {text-align: left; border-bottom: 1px solid #ccc; margin-bottom: 50px;}
.post p {text-align: left !important;}
p.post-info {font-size: 14px; font-style: italic;}
.post-info a:link, .about a:visited {color: #009999;}

.about p {color:#333; text-align: center;}

.about img {margin-bottom:20px;}


.sidemenu ul {margin-bottom: 30px;}
.sidemenu li {padding: 10px;}


/*-- //About--*/

/*--Home news--*/
.news{
	padding:50px 0px;
	background:#fff;
}
.news h2{
	font-size:36px;
	margin-bottom:25px;
	font-weight:600;
	text-align:center;
}

.news h2.title{
	font-size:30px;
	margin-bottom:25px;
	font-weight:600;
	text-align:center;
}

.news h2 a:link, .news h2.title a:link {color: #009999 !important;}

.news .post {text-align: center; border-bottom: none; margin-bottom: 10px;}
.news .post p {text-align: center !important;}
p.post-info {font-size: 14px; font-style: italic;}
.post-info a:link, .about a:visited {color: #009999;}

.news p {color:#333; text-align: center;}

ul.pageList li {display: inline-block; list-style: none; padding: 10px; font-weight: 700;}

/*-- Services--*/

.services{
	background-image: url("../images/002.jpg");
	background-color:#009999;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 400px;
	padding:75px 0px;
    background-position: center;
    background-attachment: fixed; 
	text-align:center;
}
.services h2{
	font-size:36px;
	margin-bottom:50px;
	font-weight:600;
}
.services h3{
	font-size:24px;
		
}
.services p{
	font-size:16px;
	color:#333;
	
}
.servicebox {width:100%; max-width:400px; height:auto; min-height:450px; margin:0 auto 20px auto; border:#009999 1px solid; background-color: #fff;}
.servicebox h4 {color:#fff; background-color:#3bd6c6; padding: 10px; font-size: 30px; text-decoration: none;}
.servicebox h4 a:link, .servicebox h4 a:visited {color:#fff; font-size: 30px; text-decoration: none;}
.servicebox p {padding:20px;}
.servicebox img {display: block; margin: 0 auto; text-align: center;}

/*-- //Services--*/

/*-- Testimonials--*/

.testimonials { background-image: url("../images/flower-bg.jpg");
	background-color:#003864;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 400px;
	padding:75px 0px;
    background-position: center;
    background-attachment: fixed; 
}

form {margin: 50px 0;}
.mail_grids textarea{
	outline: none;
    padding: 10px;
    color: #333;
    font-size: 14px;
    border:2px solid #339999;
    background:#fff;
    width: 97.3%;
    margin:0 0 3em 0;
    min-height: 150px;
    resize: none;
	font-weight:600;
}
.mail_grids textarea::-webkit-input-placeholder, .mail_grids input[type="text"]::-webkit-input-placeholder, .mail_grids input[type="email"]::-webkit-input-placeholder {
	color: #666 !important;
	
}
.mail_grids input[type="submit"], .mail_grids input[type="reset"]{
	outline: none;
    padding: 10px 20px;
	margin: 10px;
    font-size: 1.1em;
    border: none;
    color:#fff;
	background:#339999;
    width:auto;
}
.mail_grids input[type="submit"]:hover, .mail_grids input[type="reset"]:hover {
    color: #fff;
	background-color:#333;
}
.mail_grids input[type="text"], .mail_grids input[type="email"] {
    outline: none;
    padding: 10px;
    color: #333;
    font-size: 14px;
    border: 2px solid #339999;
    background:#fff;
    width: 97.3%;
    margin: 0 0 3em 0;
    resize: none;
    font-weight: 600;
}
span.input {
    width: 50%;
    float: left;
}
span.input:nth-child(2) {
    margin: 0 2em;
}


/*--Footer --*/
.footer{
	padding:20px 0px;
	text-align:center;
	background-color:#009999;
}
.footer p{
	color:#fff;
	font-size:14px;
	line-height:25px;
	text-align:center;
}
.footer a{
	color:#ccc;
}
.footer a:hover{
	color:#fff;
}
/*-- //Footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/up-arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*--Responsive --*/
@media(max-width:1600px){
	
	.navbar-default .navbar-nav > li > a {
		padding: 10px 15px;
		font-size:14px;
	}
	.slider-info {
    position: absolute;
    top: 0;
	left:0;
    z-index: 999;
    width: 100%;
    height: 100%;
    padding-top: 100px;
	
}

	
}
@media(max-width:1200px){
.navbar-default .navbar-nav > li > a {
		padding: 10px 10px;
		font-size:14px;
	}
}
@media(max-width:1080px){
		
	
}
	
@media(max-width:1024px){
	
	
	
}
@media(max-width:991px){
	.header img { display:block; float:none; margin:0 auto; width:auto; text-align:center;}
	.navbar {min-height: auto;}
	.navbar-default .navbar-nav > li > a {
		padding: 10px 28px;
		font-size:14px;
	}
	.slider-info {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top: 30px;
}
	
	
   
}
@media(max-width:966px){
	
}
@media(max-width:900px){
	
}
@media(max-width:800px){
	
}
@media(max-width:768px){
	.header h1 {font-size: 48px;}
	.top-bar {
		padding: 10px 0px;
	}
	.navbar-nav > li {
    float: none;
	display:block;
}
.navbar {
    border-radius: 0px;
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 100%;
}
	
	.navbar-default .navbar-nav > li > a {
		padding: 10px 0;
		font-size:14px;
	}
	
	.slider-info {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top:50px;
	
}
	.slider-info h3 {
	font-size: 20px;
    font-weight: 900;
    color: #FFF;
    
	}
	
	.left, .right {float:none; margin: 0 0 20px 0;}	
	.images img {margin:20px 0;}

}
@media(max-width:736px){
	
	.navbar-default .navbar-nav > li > a {
		padding: 10px 28px;
		border:none;
	}
	
		
	
}
@media(max-width:667px){
	.logo{
		width:40%;
	}
		
	.about{
		padding:40px 0px;
	}
	
	.services{
		padding:40px 0px;
	}
	.services h6 {
		width: 75%;
	}
	
	.contact{
		padding:40px 0px;
	}
	.footer{
		padding:30px 0px;
	}
}
@media(max-width:640px){
	
	.navbar{
		text-align:center;
	}
	.navbar-toggle {
		float:none;
		margin-right:0px;
	}
	
	.callbacks_nav, .callbacks_nav.next {
    display:none;
}
	.slider-info {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top:30px;
	padding-left:0;
}
	
	.slider-info img, .slider-info .more {display:none;}
}
@media(max-width:600px){
	
	
	
}
@media(max-width:568px){
	
	
	
}
@media(max-width:480px){
	
		
	.navbar-default .navbar-nav > li > a {
		padding: 10px 28px;
	}
	
	
		
	.contact-grids{
		width:100%;
	}
	.contact-grid1 {border-left:none;}
	
	
}
@media(max-width:414px){
	.about h3{
		font-size:24px;
	}
	
	
	
}
@media(max-width:384px){
	
	
}
@media(max-width:375px){
	
	
}
@media(max-width:320px){
	
	
}
/*--//Responsive--*/