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

/*-- Reset Code --*/

html {background-color:#2b496b;}
body {
	padding: 0;
	margin: 0;
	background: #fff;
	font-family: 'Ubuntu', 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;
	
}
h2 {font-size:36px; margin-bottom:25px; color:#666;}
h3 { font-size: 30px; margin-bottom:20px;}
p {
	margin:0 0 20px 0; text-align:left; font-size:18px;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
label {
	margin:0;
}
a:link {text-decoration:none;}
a:focus, a:hover {
	text-decoration: none;
	outline: none
}
a[href^="tel"]{
    color: inherit;
    text-decoration:none;
}
span {color:#6fc040; }
.center {text-align:center;}
img {
		max-width: 100%;
		height: auto;
		border:none;}
		
.more a{
	font-size: 16px;
	font-weight:700;
	padding: 10px;
	width:auto;
	max-width:200px;
	background: #6fc040;
	text-align:center;
	text-transform:uppercase;
	text-decoration: none;
	color: #fff;
	display:block;
	margin:20px auto;
}
.more a:hover{
	background: #2b496b;
	color:#fff;
}

.text-center {
        text-align: center;
    }

    .g-recaptcha {
        display: inline-block; margin:20px 0;
    }
/*-- //Reset Code --*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}


@media (max-width: 768px) {
.col-sm-15 {
        width: 100% !important;
        float: none;
    }
.services .col-xs-3 {
        width: 100% !important;
        float: none;
    }
}


/*-- Header--*/
.top-bar{
	background-color:#6fc040; width:100%; height:10px;}


.header .contactbtn {display:inline-block;}
.header-right{
	text-align:right;
	margin:40px 0;
}
.header-right a {color:#6fc040;}

.header h3{
	text-align:right;
	color:#6fc040;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	margin:0 0 10px 0;
}
.header h3 a:link, .header h3 a:visited {color:#6fc040;}
h3 a:link, h3 a:visited {color:#6fc040;}

.header .home {margin-top:30px;}


.navbar-default {
	    background-color: #6fc040;
	border:none;
	
}
.navbar {
    border-radius: 0px;
	display:block;
	margin:0;
	text-align:center !important;
}

.navbar-right {
    float: none!important;
	margin-right:0px!important;
	
}
.navbar-default .navbar-nav {margin:0 auto; text-align:center !important;}
.navbar-nav {
    float:none !important;
    margin:0 auto;
    display: block;
    text-align: center !important;
}
.navbar-nav > li {
    display: inline-block !important;
    float:none !important;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:visited {
    color: #fff;
	font-weight:700;
	padding:23px 10px;
	border-bottom:#6fc040 2px solid;
	
}
.navbar-default .navbar-nav > li > a:hover {
    color: #c8e23d;
	border-bottom:#c8e23d 2px solid;
   
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
    background-color:#6fc040;
}
.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;
	position:relative;
}
.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:inline-block;
}

#slider-pager span {
	float: left;
}
#slider-pager span {
	display:inline-block;
	width: 100px;
	height: 15px;
	background: #fff;
	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: inline-block;
}
.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: inline-block;
	margin: 0.5em;
}
.callbacks_tabs a {
	visibility: hidden;
	background: #2b496b;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	width:12px;
	height: 12px;
	background: #2b496b;
	border: none;
	border-radius: 50%;
}
.callbacks_here a:after {
	background: #6fc040;
}
.slider-info {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top:300px;
}
.slider-info img {
	width: 100px;
	margin: 0 auto;
}
.slider-info h3 {
	font-family: 'Ubuntu', sans-serif;
    font-size: 40px;
    font-weight: 900;
	color: #fff;
    margin: 2px 0px 10px;
	text-align:center;
	text-shadow: 1px 1px #333;
}
.slider-info h4 {
    font-size: 30px;
    color: #fff;
	text-align:center;
	text-shadow: 1px 1px #333;
}
.slider-info p {
    font-size: 15px;
    font-weight: 100;
    color: #2a507d;
    margin: 0 auto 50px;
    line-height: 35px;
}

.callbacks_tabs {
    list-style: none;
    position: relative;
    bottom:0;
    left:0;
    padding: 0;
    margin: 0 auto;
    z-index: 990;
    display: block;
    text-align: center;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li{
       display: inline-block;
    margin: 0 7px;
}
/*-- //Slider --*/

/*--About--*/
.about{
	padding:75px 0px;
	color:#666;
	text-align:center;
}
.about h1 {
	font-size:40px;
	margin-bottom:25px;
	color:#666;}
.about h2{
	font-size:36px;
	margin-bottom:25px;
	color:#666;
	text-transform:none;
}
.about h3{
	font-size:30px;
	margin-bottom:25px;
	line-height:30px;
}
.about a:link, .about a:visited {color:#6fc040;}
.about p {text-align:center;}

/*-- //About--*/

/*-- Services--*/

.services{
	background-color:#fff;
	padding:75px 20px;
	margin:0 auto;
	
}

.box1 {width:100%; height:auto; min-height:300px; background-color:#6fc040; color:#fff; margin:20px 0;}
.box2 {width:100%; height:auto; min-height:300px; background-color:#6662ac; color:#fff; margin:20px 0;}
.box3 {width:100%; height:auto; min-height:300px; background-color:#44bebf; color:#fff; margin:20px 0;}
.box4 {width:100%; height:auto; min-height:300px; background-color:#333367; color:#fff; margin:20px 0;}

.box1 h2, .box2 h2, .box3 h2, .box4 h2 {text-align:center; color:#fff; padding:20px;}
.box1 p, .box2 p, .box3 p, .box4 p {padding:0 20px;}

.box1 img, .box3 img {float:left; margin-right:20px;}
.box2 img, .box4 img {float:right; margin-left:20px;}

	  
   
/*-- //Services--*/




/*--Contact --*/


.contact{
	background-color:#000;
	padding:40px 0px;
	color:#333;
}

.contact-grids {margin-bottom:30px;}
.contact-grid1 {border-left:none;}
	

.contact a{
	color:#6fc040;
}
.contact-grids input[type="text"], .contact-grids input[type="email"], .contact-grids input[type="number"]{
    display: inline-block;
    background:#fff;
    border: 1px solid #6fc040;
    width: 100%;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    padding: 5px;
	margin:10px 0;

}
.contact-grids textarea {
    background: #fff;
    border: 1px solid #6fc040;
    width: 100%;
    display: block;
    height:100px;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    padding: 5px;
	margin: 10px 0;
	
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="number"]{
    display: inline-block;
    background: #f5f4f2;
    border: 1px solid #6fc040;
    width: 100%;
    outline: none;
    font-size: 1em;
    color: #333;
    font-weight: 400;
    padding: 5px;
	margin:10px 0;

}
.contact-form textarea {
    background: #f5f4f2;
    border: 1px solid #6fc040;
    width: 100%;
    display: block;
    height: 14em;
    outline: none;
    font-size: 1em;
    color: #333;
    font-weight: 400;
    padding: 5px;
	margin: 10px 0;
	
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #666;
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #666;
  opacity: 1;
}
input:-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #666;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666;
}

.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.contact-form input:-moz-placeholder, .contact-form textarea:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.contact-form input:-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder {
  color: #666;
}
.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
  color: #666;
}

input[type="submit"], input[type="reset"]{
	background-color:#6fc040;
	color:#fff;
	font-weight:700;
	padding:7px 13px;
	border: #fff 1px solid;
}
input[type="submit"]:hover{
	background-color:#2b496b;
}
/*-- //Contact --*/

/*--Circles --*/


.circles {margin:25px 20px;}
.circle {
      width: 250px;
      background:#6fc040;
      position:relative;
	  text-align:center;
	  border-radius: 20%/50%;
     height: 80px;
    margin: 2em auto;
}
	
	.circle2 {
      width: 250px;
      background:#44bebf;
      position:relative;
	  text-align:center;
	  border-radius: 20%/50%;
     height: 80px;
    margin: 2em auto;
    }
	.circle3 {
      width: 250px;
      background:#2b496b;
      position:relative;
	  text-align:center;
	  border-radius: 20%/50%;
     height: 80px;
    margin: 2em auto;
    }
	/*.circle {
      width: 250px;
      height: 250px;
      background:#6fc040;
      border-radius: 50%;
	  position:relative;
	  margin:0 auto;
	  text-align:center;
    }
	
	.circle2 {
      width: 250px;
      height: 250px;
      background:#44bebf;
      border-radius: 50%;
	  position:relative;
	  margin:0 auto;
	  text-align:center;
    }
	.circle3 {
      width: 250px;
      height: 250px;
      background:#2b496b;
      border-radius: 50%;
	  position:relative;
	  margin:0 auto;
	  text-align:center;
    }
.circle-text, .circle-text a:link, .circle-text a:visited {text-align:center; color:#fff; font-size:26px; text-transform:uppercase; position:relative; top:50px;}*/
.capsule-text, .capsule-text a:link, .capsule-text a:visited {text-align:center; color:#fff; font-size:26px; text-transform:uppercase; position:relative; top:10px;} 
.circle-text, .circle-text a:link, .circle-text a:visited {text-align:center; color:#fff; font-size:26px; text-transform:uppercase; position:relative; top:13px;} 

/*-- map --*/
.map iframe{
	width:100%;
	min-height:400px;
	margin-bottom:-6px;
}
.map{
	position:relative;
}



/*Make Google map responsive*/

.google-maps {
        position: relative;
        padding-bottom: 30%;
        height: 0;
        overflow: hidden;
}
.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}
/*-- /map section --*/

/*--Logos --*/

.logos { text-align:center; margin:50px auto; display:block;}
.logos img {margin:10px 20px;}
.logos p {text-align:center; margin:10px auto; display:block;}


/*--Copyright --*/
.copyright{
	padding:20px 0px;
	text-align:center;
	background-color:#2b496b;
}
.copyright p{
	color:#fff;
	font-size:14px;
	line-height:25px;
	text-align:center;
}
.copyright a{
	color:#fff;
}
.copyright a:hover{
	color:#6fc040;
}
/*-- //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:1440px){
	.header-right{
	text-align:right;
	margin:30px 10px 20px 0;
}

.header h3{
	text-align:right;
	color:#6fc040;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	margin:10px 0 0 0;
}
.header .contactbtn { width:20px; height:auto;}
	

}
@media(max-width:1080px){
		
	.navbar-default .navbar-nav > li > a {
		padding: 23px 10px;
	}
	
	
}
	
@media(max-width:1024px){
	
.circle-text, .circle-text a:link {text-align:center; color:#fff; font-size:26px; }
.box1 h2, .box2 h2, .box3 h2, .box4 h2 {font-size:24px;}
	
	
}
@media(max-width:991px){
	.header h3{
	text-align:center;
	}
	.header img { display:block; float:none; margin:0 auto; width:auto; text-align:center;}
	.header-right {float:none; width:100%; text-align:center; margin-top:10px; margin-bottom:20px;}
	.header-right  {-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;}
	.navbar-default .navbar-nav > li > a {
		font-size:12px;
		
	}
	.slider-info {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top: 200px;
}
	.slider-info h3 {
	font-size: 24px;
    font-weight: 900;
    color: #fff;
    margin: 2px 0px 10px;
	}
	.slider-info h4 {
	font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin: 2px 0px 10px;
	}
	/*.circle {
      width: 200px;
      height: 200px;
      background:#6fc040;
      border-radius: 50%;
	  position:relative;
	  margin:20px auto;
    }
	.circle2 {
      width: 200px;
      height: 200px;
      background:#44bebf;
      border-radius: 50%;
	  position:relative;
	  margin:20px auto;
    }
	.circle3 {
      width: 200px;
      height: 200px;
      background:#333367;
      border-radius: 50%;
	  position:relative;
	  margin:20px auto;
    }
.circle-text, .circle-text a:link {text-align:center; color:#fff; font-size:26px; text-transform:uppercase; position:relative; top:40px;}*/

.box1, .box2, .box3, .box4 {padding:20px 0; text-align:center;}
.box1 p, .box2 p, .box3 p, .box4 p { font-size:16px; text-align:center;}

.box1 img, .box3 img {float:none; margin:20px auto; display:block; text-align:center;}
.box2 img, .box4 img {float:none; margin:20px auto; display:block; text-align:center;}

}
@media(max-width:966px){
	
}
@media(max-width:900px){
	
}
@media(max-width:800px){
	
}
@media(max-width:768px){
	.top-bar {
		padding: 10px 0px;
	}
	
	.navbar-default .navbar-nav {margin:0 auto; text-align:left !important;}
	.navbar-default .navbar-nav li {display: list-item !important}
	
	.navbar-default .navbar-nav > li > a {
		padding: 23px 20px;
	}
	.slider-info {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top:150px;
}
	.slider-info h3 {
	font-size: 18px;
    font-weight: 900;
    color: #FFF;
    margin: 2px 0px 10px;
	}
	.slider-info h4 {
	font-size: 16px;
	}
	.more a{
	margin:20px auto; color:#fff;
}
.box1, .box2, .box3, .box4 {padding:0 0 20px 0;}
	
	
	
}
@media(max-width:736px){
	
	
	
}
@media(max-width:667px){
	.logo{
		width:40%;
	}
	.logo a h2 {
		font-size:30px;
	}
	
	.about{
		padding:40px 0px;
	}
	
	.services{
		padding:40px 0px;
	}
	
	.contact{
		padding:40px 0px;
	}
	
}
@media(max-width:640px){
	
	.navbar{
		text-align:center;
	}
	.navbar-toggle {
		float:none;
		margin-right:0px;
	}
	
	.callbacks_nav, .callbacks_nav.next {
    display:none;
}
	
}
@media(max-width:600px){
	
}
@media(max-width:568px){
	
	
		
	
}
@media(max-width:480px){
	
	.header-right{
		width:100%;
	}
	
	.navbar-default .navbar-nav > li > a {
		padding: 8px 20px;
	}
	.slider-info {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top:100px;
}	
	.contact-grids{
		width:100%;
	}
	.contact-grid1 {border-left:none;}
	
	
}
@media(max-width:414px){
	
	
}
@media(max-width:384px){
		
}
@media(max-width:375px){
	
	
}
@media(max-width:320px){
	
}
/*--//Responsive--*/