/*--
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	padding:0;
	margin:0;
	background:#fff;
	position:relative;
	font-family: 'Bitter', 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;
	color: #0e542b;
}
a:link, a:visited {color:#0e542b; }
a:hover{
	text-decoration:none;
	color: #0e542b;
}
a[href^="tel"]{
    color: inherit;
    text-decoration:none;
	color:#0e542b;
}
input[type="button"],input[type="submit"],input[type="reset"],.contact-form input[type="submit"], .contact-form input[type="reset"]{
	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;	
	font-family: 'Bitter', serif;
	font-weight: 700;	
}	
p{
	margin:0;
	font-size: 16px;
	color: #333;
    line-height: 18px;
	margin-bottom:25px;
}
ul{
	margin:0;
	padding:0;
	list-style: none;
}
label{
	margin:0;
}
.center {text-align:center;}

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* #Images
================================================== */

	img.img-responsive {
		max-width: 100%;
		height: auto; }
		
		img {
		max-width: 100%;
		height: auto; }

/*-- header --*/ 
h1 a.logo, h2 a.logo {
    font-size: 1.05em;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
	z-index:1000;
	position:absolute; top:10px; left:10px;
}
nav.navbar.navbar-default {position:absolute; top:0; right:0; z-index:10000;}
nav.navbar.navbar-default.navbar-fixed-top, nav.navbar.navbar-default {
    background: transparent;
    border: none;
    padding:2em;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse, nav.navbar.navbar-default.top-nav-collapse {
    background: transparent;
	padding:10px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 1px;
	text-transform:uppercase;
	color: #fff;
    background-color: #0e542b;
    border-radius: 13px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #0e542b;
    border-radius: 13px;
	
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color:#0e542b;
    border-radius: 13px;
	
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px!important;
}
.navbar-right {
    margin-right: 10px;
}
.navbar-nav > li {
    margin: 0 .3em !important;
}
.navbar-default {
    background: rgba(255,255,255,0.7);
    border-color: transparent !important;
    margin: 0;
}
.navbar-nav .open .dropdown-menu {
		background:rgba(0, 0, 0, 0.71);
		z-index:1000;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}
	.agile_short_dropdown {
    border-radius: 0;
    background:rgba(102, 153, 102, 0.71);
    text-align: left;
	padding:0;
	border: none;
}
.agile_short_dropdown li a{
	color:#fff;
	font-size:14px;
	font-weight:600;
	padding: 10px;
	background-color: #0e542b;
}
.agile_short_dropdown > li > a:hover{
    color: #fff;
    text-decoration: none;
    background-color: #0e542b;
}

.rw-words-1 span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	color: #0e542b;
	font-weight:400 !important;
	-webkit-animation: rotateWord 18s linear infinite 0s;
	-ms-animation: rotateWord 18s linear infinite 0s;
	animation: rotateWord 18s linear infinite 0s;
}
.rw-words-1 span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
	color: #91dd4d;
}
.rw-words-1 span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
	color: #0e542b;	
}
.rw-words-1 span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
	color:#91dd4d;
}
@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 0; -ms-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
.rw-words{
	display: inline;
	text-indent: 10px;
}
/*-- //header --*/ 
/*--  Slider Part starts Here --*/
.slider-img {display: block; margin: 0 auto; text-align: center; }
.rslides_tabs {
	list-style: none;
	padding: 0;
	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;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}
.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 {
	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: 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 {
	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;
	display: none !important;
}
.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: #b56d10;
}
.slider-info {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 229px;
    width: 100%;
    height: 100%;
    padding-top: 350px;
}
.slider-info img {
	width: 100px;
	margin: 0 auto;
}
.slider-info h3 {
    font-size: 45px;
    font-weight: 900;
    color: #FFF;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 2px 0px 10px;
}

.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: inline-block;
    margin: 0 7px;
}
/*-- //Slider --*/

/*--  Slider Part ends Here --*/
.banner{
	position:relative;
}
.banner-info{
	background: url(../images/b1.jpg) no-repeat center 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:657px;
}
.banner-info1{
	background: url(../images/b2.jpg) no-repeat center 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:657px;
}
.banner-info2{
	background: url(../images/b3.jpg) no-repeat center 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:657px;
}

.banner-info3{
	background: url(../images/b5.jpg) no-repeat center 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:657px;
}
.banner-info4{
	background: url("../images/b6.jpg") no-repeat center 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:657px;
}
.banner-info5{
	background: url(../images/b8.jpg) no-repeat center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:657px;
}
.banner-about{
	background: url(../images/b4.jpg) no-repeat center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:450px;
}


.banner-contact{
	background: url(../images/b2.jpg) no-repeat center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:450px;
}




.banner-text{
	padding:250px 10px 10px 10px;
	width: 800px;
	display:block;
	margin:0 auto;
		
}

.banner-text h2{
	color: #fff;
    font-size: 48px;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
	text-shadow: 2px 2px 1px #333;
	margin-bottom:25px;
}
.banner-text p{
	color: #fff;
	font-size:1.6em;
	text-align:center;
}
span {
    color: #0e542b;
}
.agile_more a {
    font-size: 1.1em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
	background:#0e542b;
    padding: .7em 2em;
    display: inline-block;
}
.agile_more a:focus{
	outline:none;
}
.agile_more a:hover{
	background:#333;
}
.agile_more.menu__item {
    text-align: center;
}


/*-- about --*/
.about, .services {
    padding: 5em 0;
	position:relative;
}
.about {background: #fff;}
.about h2 { color: #0e542b;}
.about p { color: #333;}
.about ul {color: #333; font-size: 18px; margin-bottom: 20px;}



h2 {
    font-size:30px;
    color: #0e542b;
    text-align: center;
	position:relative;
	margin-bottom:35px;
}

h3 {
    font-size:24px;
    color: #0e542b;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
	position:relative;
	margin-bottom:35px;
}
h3:before {
    left: 0;
}
h3:after {
    right: 0;
}
.about-top span {
    font-size: 1.2em;
    text-align: center;
    display: inherit;
    color: #669900;
    letter-spacing: 1px;
    margin: 25px 0;
}


/*-- //about --*/
/*-- services --*/  
.services  {background-color: #99cc99;}
.services .col-md-3 { width: 33.3%; text-align: center;}
.services .col-md-3 img {margin-bottom: 20px; width: 100%; text-align: center;}

.services h3 {color: #fff;}
.services a:link {color: #fff;}

/* accordion styles*/

.dropdownheader{ /*header */
position:relative;
cursor: hand;
cursor: pointer;
font: bold;
font-size:1.2em;
margin: 10px 0 20px 0;
padding: 10px;
background: #0e542b;
color:#FFF;
}
.dropdownheader:hover{ /*header on hover*/
position:relative;
cursor: hand;
cursor: pointer;
font: bold;
font-size:1.2em;
margin: 10px 0 20px 0;
padding: 10px;
background: #333;
color:#FFF;
}


.dropdownheader img {position:absolute; top:10px; right:10px;}
/*-- //services --*/ 

/*--Privacy  --*/

.privacy {background-color:#fff; text-align:left;}
.privacy h3, .privacy h4 {text-align:left; color:#0e542b;}
.privacy ul {margin-bottom:30px;}

/*-- //Privacy --*/ 

/*-- gallery --*/

.gallery span {
    font-size: 1.2em;
    text-align: center;
    display: inherit;
    color: #669900;
    letter-spacing: 1px;
    margin: 25px 0;
}


.gallery-grids {
    padding: 1em;
	display: block;
  
} 
 
/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgba(0, 0, 0, 0.2); /* Black see-through */
  color: #fff; 
  width: 100%;
  height:100%;
  transition: .5s ease;
  opacity:1;
  font-size: 20px;
  padding: 50px 20px;
  text-align: center;
}
[class^='imghvr-hinge-']:hover .overlay h4, [class^='imghvr-hinge-']:hover .more {display:none;} 

.more {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background:#669900;
	border:#fff 1px solid;
	margin-top:50px;
    padding: 10px;
    display: inline-block;
}
/*-- imghvr-hinge --*/
[class^='imghvr-'],
[class*=' imghvr-'] {
	position: relative;
	display: inline-block;
	margin: 0px;
	max-width: 100%;
	background: rgba(102, 153, 102, 0.2); /* see-through */
	color:#fff;
	overflow: hidden;
	-webkit-backface-visibility: hidden; 
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	cursor: pointer;
}
[class^='imghvr-'] > img,
[class*=' imghvr-'] > img {
	vertical-align: top;
	max-width: 100%;
}
[class^='imghvr-'] .agile-figcaption,
[class*=' imghvr-'] .agile-figcaption {
	background: rgba(0, 0, 0, 0.2); /* Black see-through */
	color:#fff;
	padding:2em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
} 
[class^='imghvr-'] .agile-figcaption h4 {
    font-size: 1.6em;
    margin-bottom:15px;
    color:#0e542b;
    text-transform: uppercase;
    letter-spacing: 2px;
}
[class^='imghvr-'] .agile-figcaption p{
	font-size:1.2em;
	line-height:1.3em;
	color:#fff;
	font-weight:bold;
	margin-bottom:5px;
}
[class^='imghvr-'] a,
[class*=' imghvr-'] a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
[class^='imghvr-hinge-'],
[class*=' imghvr-hinge-'] {
	-webkit-perspective: 50em;
	perspective: 50em;
}
[class^='imghvr-hinge-'] .agile-figcaption,
[class*=' imghvr-hinge-'] .agile-figcaption {
	opacity: 0;
	z-index: 1;
}
[class^='imghvr-hinge-']:hover img,
[class*=' imghvr-hinge-']:hover img {
	opacity: 0.5;
}
[class^='imghvr-hinge-']:hover .agile-figcaption,
[class*=' imghvr-hinge-']:hover .agile-figcaption {
	opacity: 1;
	-webkit-transition-delay: 0.21s;
	-moz-transition-delay: 0.21s;
	-o-transition-delay: 0.21s;
	-ms-transition-delay: 0.21s;
	transition-delay: 0.21s;
}
 
/*-- imghvr-hinge-right -- */
.imghvr-hinge-right img {
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.imghvr-hinge-right .agile-figcaption {
	-webkit-transform: rotateY(90deg);
	-moz-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform: rotateY(90deg);
	
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;	
}
.imghvr-hinge-right:hover > img {
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}
.imghvr-hinge-right:hover .agile-figcaption {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
} 
/*-- //imghvr-hinge --*/ 
/*-- //gallery --*/ 

/*-- lightbox --*/ 

.lightbox {width:100%; margin:0 auto; display:block; text-align:center; background: #d6d2d2; padding: 30px 0;}
.lightbox h3 {font-weight: 600; color: #333;}
.lightbox img {margin:20px; display:inline-block;}

/*-- logos --*/ 

#logos { margin:0 auto; text-align:center; width:100%; }
#logos img {margin:10px; display:inline-block; text-align:center; }
		
/*-- contact --*/ 
#contact { background:#ccc;}
#contact h2 {color:#333; margin-bottom:25px; text-align: center;}
#contact h5 {color:#333; font-size:1.4em; line-height:1.6em; margin-bottom:15px;}
#contact h5 a:hover {color:#0e542b;}
#contact p {margin-bottom:5px; text-align: center; font-size: 18px;}

form {margin: 50px 0;}
.mail_grids textarea{
	outline: none;
    padding: 10px;
    color: #333;
    font-size: 14px;
    border:2px solid #0e542b;
    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;
	text-transform:uppercase;
}
.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;
	text-transform: uppercase;
    background:#0e542b;
    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 #0e542b;
    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;
}

/*-- //contact --*/

/*-- map section --*/
.map { width:100%; height:450px; }

/*Make Google map responsive*/

.google-maps {
    position: relative;
    height: 450px;
    overflow: hidden;
	
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
	height:450px;
	margin:0;
	z-index:2;
}
/*-- /map section --*/

/*-- footer --*/ 
.footer{
	background: #0e542b;
	padding:30px 0;
}
.footer img.logo {display: block; margin: a auto; text-align: center;}

/*-- social-icons --*/
.social-icons {
    margin: 10px auto;
	width:100%;
	text-align:center;
	
}
.social-icons img {margin:10px 5px;}

p.footer-class {
    text-align: center;
    padding:5px 0;
	margin:0;
    color: #fff; 
}
p.footer-class a{
    color:#fff;
}
p.footer-class a:hover{
    color:#ccc;
}
/*-- //footer --*/


/*--galleries--*/

.gal-item, .gal-item a { position:relative;}
.gal-item img {float:left; margin:20px; }

/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
    width: 64px;
    height: 64px;
	border: none;
	text-indent: 100%;
	background: url("../images/top_up.png") no-repeat 0px 0px;
}
#toTopHover {
    width: 64px;
    height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/

/*--responsive--*/
@media(max-width: 1440px){
	.col-md-6 {width:50%;}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 4.5em 4em;
	}
	.services-grid {margin-bottom:20px; min-height: 400px; margin-bottom: 50px; clear:right; border-bottom: 1px solid #ccc;}
	
}
@media(max-width: 1366px){
	.Main-agile {
		min-height: 694px;
	}
	.agileits-banner-info {
		padding: 18em 0 0;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 3.5em 3em;
	}
	
}
@media(max-width: 1280px){
	.agileits-banner-info span {
		letter-spacing: 8px;
	}
	
}
@media(max-width: 1080px){
	.Main-agile {
		min-height: 620px;
	}
	.agileits-banner-info {
		padding: 16em 0 0;
	}
	.about-top, .services, .gallery, .logos, .contact {
		padding: 4em 0;
	}
	
	.services-grid.agileits {
		padding: 0 .5em;
	}
	.services-grid h5 {
		font-size: 1.8em;
	}
	.agile_more a {
		letter-spacing: 1px;
	}
	
	
	.nbs-flexisel-nav-left {
		left: 3%;
	}
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		top: 39% !important;
	}
	.nbs-flexisel-nav-right{
		right: 3%;
	}
	[class^='imghvr-'] .agile-figcaption h4 {
		font-size: 1.7em;
		letter-spacing: 1px;
	}
	[class^='imghvr-'] .agile-figcaption p {
		font-size: 1.2em;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 2.5em 2em;
	}
	.input {
		max-width: 278px;
	}
	h2 a.logo {
		font-size: 1.5em;
		letter-spacing: 3px;
	}
	
}
@media(max-width: 1050px){
	
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 2.5em 1em;
	}
	
}
@media(max-width: 1024px){
	h1 a.logo {
    font-size: 1.05em;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
	z-index:1000;
	position:absolute;
		top: 0;
}
	h1 a.logo img {width: 70%; height: auto;}
	.agile_more a {
		font-size: 1em;
	}
	.address-row {
		padding: 0 .5em;
	}
	.navbar-default .navbar-nav > li > a {
    font-size:14px !important;
    font-weight: 400;
    letter-spacing: 1px;
	text-transform:uppercase;
}
		
}
@media (min-width: 991px) and (max-width: 1600px){
	
	
	[class^='imghvr-'] .agile-figcaption h4 {
    font-size: 1.2em !important;
    margin-bottom:15px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
}
[class^='imghvr-'] .agile-figcaption p{
	font-size:1.1em !important;
	line-height:1.2em;
	color:#fff;
	margin-bottom:5px;
}
	
}
@media(max-width: 991px){
	h1 a.logo img {width: 60%; height: auto;}
	.banner-info, .banner-info1, .banner-info2, .banner-info3, .banner-info4, .banner-info5
	{
		min-height:400px;
		
	}
	.callbacks_nav {display: none !important;}
	
	.services-grid {margin-bottom:20px; min-height:150px;}
	.services .col-md-3 {width: 33.3% !important; padding: 0; margin: 0; float: left;}
	.services .col-md-3 img {text-align: center; padding: 10px;}
	
	.agileits-banner-info {
		padding: 15em 0 0;
	}
	.input {
		max-width: 205px;
	}
	.fltrt, .fltlft { float: none; margin: 20px 0;
}
	
	
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 2em 1em;
	}
	.mail_grids {margin-top:50px;}
}
@media(max-width: 900px){
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 1.5em .2em;
	}
}
@media(max-width: 800px){
	h1 a.logo {
    font-size: 1.05em;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
	z-index:1000;
	position:absolute;
		top: 0;
}
	h1 a.logo img {width: 50%; height: auto;}
	h1 a.logo span {
		font-size: 1.1em;
	}
	.nav > li > a {
		padding: 9px 13px!important;
	}
	
	.cd-header-buttons {
		right: 17px;
	}
	.Main-agile {
		min-height: 560px;
	}
	.agileits-banner-info {
		padding: 13em 0 0;
	}
	
	[class^='imghvr-'] .agile-figcaption h4 {
		font-size: 1.3em;
	}
	[class^='imghvr-'] .agile-figcaption p {
		font-size: 1.1em;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 1.5em .1em;
	}
	h2 a.logo {
		font-size: 1.3em;
	}
	
}
@media(max-width: 768px){
	.navbar-default .navbar-nav > li > a {
		font-size:12px;
		color: #fff;
	}
	
	
	.gallery-grids {
		padding: .5em;
	}
}
@media(max-width: 767px){
	.col-md-3, .col-md-6 {width:100%;}
	.services .col-md-3 {width: 100% !important; padding: 0; margin: 0; float: none;}
	.services .col-md-3 img {text-align: center; padding: 10px;}
	
	
	.navbar-right {float:none !important; left:0; margin: 0 !important; padding: 0;  }
	.navbar-default .navbar-toggle {
		border-color: #333;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #333;
	}
	.navbar-toggle {
		margin:0 10px 0 0 !important;
	}
	.navbar-nav {
		margin: 0;
		text-align: center;
		float: none;
		background: transparent;
		padding:0;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #0e542b;
		position: relative;
		width: 100%;
		padding: 0;
		background: transparent;
		z-index: 9999;
		margin: 0;
	}
	.banner-text{
	padding:25px 10px 10px 10px;
	width: 100%;
	position:absolute;
	top:25%;
	left:1%;
}
	.cl-effect-1 a::before {
		margin-right: 10px;
	}
	.cl-effect-1 a::after {
		margin-left: 10px;
	}
	
	.slider-info {
		width: 57%;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background: rgba(11, 11, 11, 0.82);
		border: none;
	}
	.navbar-nav > li {
		margin: 1em 0 !important;
	}
	.navbar-nav > li > a {
		padding: 25px 0px;
		font-size: 12.5px;
		margin: 0;
	}
	.logo h1 {
		font-size: 1.7em;
		
	}
	.cd-header-buttons {
		top: -82px;
		right: 23px;
	}
	.navbar-default .navbar-toggle {
		border: 1px solid #0e542b;
		background: transparent;
		border-radius: 0px;
	}
	.slider-info {
		margin-left: 2.8em;
	}
	.callbacks_nav.prev {
		left: 10px;
	}
	.callbacks_nav.next {
		left: 95.5%;
	}
	
	.navbar-brand {
		margin-top: 9px;
	}
	.banner-text h2{
	color: #fff;
    font-size:30px;
	}
	.services .col-md-3 { width:100%; text-align: center;}
.services .col-md-3 img {margin-bottom: 20px; width: 100%; text-align: center;}
	
}
@media(max-width: 736px){
	h1 {
		width: inherit;
		float: left;
	}
	.gallery-grids {
		padding: 1em;
	}
	[class^='imghvr-'] .agile-figcaption h4 {
		font-size: 1.7em;
	}
	[class^='imghvr-'] .agile-figcaption p {
		font-size: 1em;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 4.5em 2em;
	}
	
}
@media(max-width: 667px){
	.Main-agile {
		min-height: 520px;
	}
	.agileits-banner-info {
		padding: 12em 0 0;
	}
	.services-grid h5 {
		font-size: 1.5em;
		letter-spacing: 0px;
	}
	
	.input {
		max-width: 162px;
	}
	
}
@media(max-width: 640px){
	
.banner-text{
	padding:100px 10px 10px 10px;
	width: 100%;
	display:block;
	margin:0 auto;
		
}
	.banner-text p{
	color: #fff;
	font-size:1.2em;
	text-align:center;
}
	
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 3.5em 2em;
	}
	.footer {
		padding: 3em 0;
	}
	
	.Main-agile {
		min-height: 500px;
	}
}
@media(max-width: 600px){
	.about-top, .services, .gallery, .logos, .contact {
		padding: 3em 0;
	}
	.input {
		max-width: 100%;
		margin: 1em 0;
	}
	.mail_grids textarea {
		padding: 10px 14px;
		margin: 1em 0 3em 0em;
	}
	
	.footer-nav ul li a {
		letter-spacing: 1px;
	}
	
	span.input {
		width: 100%;
	}
	.mail_grids input[type="text"], .mail_grids input[type="email"] {
		margin: 0 0 1em 0;
	}
	span.input:nth-child(2) {
		margin: 0;
	}
}
@media(max-width: 568px){
	.Main-agile {
		min-height: 450px;
	}
	.agile_more a {
		font-size: .9em;
	}
	.agileits-banner-info {
		padding: 11em 0 0;
	}
	
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 3em 2em;
	}
}
@media(max-width: 480px){
	h1 a.logo {
		font-size: .9em;
		
		}
	h1 a.logo img {width: 100%; height: auto;}
	.navbar-right {float:none !important; left:0px; top:0px !important; margin: 0; padding: 0; }
		
.banner-text{
	position:absolute;
	top:30%;
	left:2%;
}	
	
.banner-text h2{
	color: #fff;
    font-size:20px;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
	margin-bottom:25px;
}
	
	.Main-agile {
		min-height: 430px;
	}
	.agileits-banner-info {
		padding: 9em 0 0;
	}
	
	.services-grid.agileits {
		width: 100%;
		text-align: center;
	}
	.services-grid h5 {
		width: 100%;
	}
	.services-grid.agileits:nth-child(2), .services-grid.agileits:nth-child(3){
		margin-top:2em;
	}
	
	[class^='imghvr-'] .agile-figcaption h4 {
		font-size: 1.4em;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 2.3em .5em;
	}
	.address-row {
		width: 100%;
		margin-top: 3em;
	}
	.address-row h5 {
		font-size: 1.3em;
	}
	
	.footer-nav ul li a {
		letter-spacing: 0px;
	}
	
	.mail_grids textarea {
		margin: 0 0 2em 0em;
	}
	.mail_grids input[type="submit"] {
		letter-spacing: 2px;
	}
	#logos img { max-width:80%; height:auto; }
	
}
@media(max-width: 414px){
	
	
	p {
		font-size: .9em;
	}
	
	
	[class^='imghvr-'] .agile-figcaption h4 {
		font-size: 1.3em;
	}
	[class^='imghvr-'] .agile-figcaption p {
		line-height: 1.8em;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 1em .5em;
	}
	
	h2 a.logo {
		font-size: 1.2em;
	}
	.navbar-default .navbar-nav > li > a {
		font-size:12px;
		padding: 8px 13px!important;
	}
}
@media(max-width: 384px){
	.navbar-toggle .icon-bar {
		width: 19px !important;
	}
	.navbar-toggle {
		padding: 8px 9px !important;
	}
	.agileits-banner-info {
		padding: 8em 0 0;
	}
	.about-top, .services, .gallery, .logos, .contact {
		padding: 2.5em 0;
	}
	
	
	.services-bottom-info h5 {
		font-size: .95em;
	}
	
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		width: 45px;
		height: 45px;
	}
	.nbs-flexisel-nav-left {
		left: -3%;
	}
	.nbs-flexisel-nav-right {
		right: -3%;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: .5em .5em;
	}
	.mail_grids textarea {
		font-size: 13px;
	}
	.input__field--jiro {
		font-size: 13px;
	}
	.gallery-grids {
		padding: .5em;
	}
}
@media(max-width: 375px){
	.navbar-default .navbar-nav > li > a {
		font-size: .9em;
	}
	h1 a.logo span {
		font-size: 1em;
	}
	.navbar-default {
		margin: 1em 1em;
	}
	
	.cd-header-buttons {
		top: -44px;
	}
	.agileits-banner-info {
		padding: 6.5em 0 0;
	}
	.Main-agile {
		min-height: 400px;
	}
	.agile_more a {
		padding: .7em 1.5em;
	}
	.mail_grids textarea {
		min-height: 130px;
	}
	
	.services-grid span {
		font-size: 2.2em;
	}
	.services-grid h5 {
		font-size: 1.4em;
	}
	
	.cd-header-buttons {
		top: -60px;
		right: 18px;
	}
}
@media(max-width: 320px){
	h1 a.logo {
		font-size: .85em;
	}
	h1 a.logo span {
		font-size: .95em;
	}
	.navbar-toggle {
		padding: 7px 8px !important;
	}
	.agileits-banner-info p {
		margin: .5em 0 2em;
	}
	.Main-agile {
		min-height: 387px;
	}
	.agile_more a {
		padding: .7em 1.3em;
		font-size: .85em;
	}
	.about-top, .services, .gallery, .logos, .contact {
		padding: 2em 0;
	}
	
	
	.services-grid span {
		font-size: 2em;
	}
	.services-grid h5 {
		font-size: 1.3em;
	}
	.agileits-team-grid {
		width: 100%;
	}
	.agileits-team-grid:nth-child(3) {
		margin-top: 2em;
	}
	.agileits-team-grid:nth-child(4) {
		margin-top: 2em;
	}
	
	
	
	.nbs-flexisel-nav-left {
		left: -4%;
	}
	.nbs-flexisel-nav-right {
		right: -3%;
	}
	.gallery-grids {
		width: 100%;
		padding: 1em;
	}
	[class^='imghvr-'] .agile-figcaption h4 {
		font-size: 1.4em;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 3.5em 1em;
	}
	.footer {
		padding: 2em 0;
	}
	h2 a.logo {
		font-size: 1.1em;
	}
	
	.support input[type="email"] {
		padding: .6em 1em;
	}
	.support input[type="submit"] {
		padding: .7em 1em;
	}
}
/*--//responsive--*/









