/*--Author: W3layouts
Author URL: http://w3layouts.com
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;
}
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;
}
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;
}	
p{
	margin:0;
	padding:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
button{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
img {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- /reset code --*/
body {
	font-family: 'century gothic', sans-serif;
	font-weight:100;
}
/*-- Navigation --*/
/* Effect 20: 3D side */
.cl-effect-20 a {
	line-height: 2em;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
}

.cl-effect-20 a span {
	font-size: 18px;
    color: #fff;
	position: relative;
	display: inline-block;
	padding: 19px 0px;
	background:transparent;
	box-shadow: inset 0 3px rgb(231, 233, 234);
	-webkit-transition: background 0.6s;
	-moz-transition: background 0.6s;
	transition: background 0.6s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.cl-effect-20 a span::before {
	padding: 15px 0px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFA200;
	color: #F7F7F7;
	/*-- W3layouts --*/
	content: attr(data-hover);
	-webkit-transform: rotateX(270deg);
	-moz-transform: rotateX(270deg);
	transform: rotateX(270deg);
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	pointer-events: none;
}

.cl-effect-20 a:hover span,
.cl-effect-20 a:focus span {
	background: #2f4351;
}

.cl-effect-20 a:hover span::before,
.cl-effect-20 a:focus span::before {
	-webkit-transform: rotateX(10deg);	
	-moz-transform: rotateX(10deg);
	transform: rotateX(10deg);
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
    margin-top: -7px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 30px;
	font-family: 'Montserrat', sans-serif;
}
.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
}
.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-wrapper .navbar .container {
	width: auto;
}
.navbar-inverse {
    background-color:transparent;
    border-color:transparent;
}
@media (min-width: 768px) {
	.navbar-wrapper {
	margin-top: 20px;
}
	.navbar-wrapper .container {
	padding-right: 15px;
    padding-left: 15px;
}
	.navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
}
	.navbar-wrapper .navbar {
    border-radius: 4px;
}
}
/*-- /Navigation --*/
/*-- Banner Section --*/
.carousel {

}
.carousel-caption {
	z-index: 10;
}
.carousel .item {
	background-color: #777;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.carousel, .carousel .item {
	height:925px;
}
/*-- /Banner Section --*/
/*-- About Section --*/
section.about-us {
	padding:100px 0;
} 
section.about-us h3.text-center, section.our-services h3.text-center, section.our-events h3.text-center, section.our-gallery h3.text-center, section.our-testimonials h3.text-center, section.our-contacts h3.text-center {
	font-size:35px;
	font-weight:normal;
	/*-- Agile ITS --*/
	padding:20px 0;
	font-family: 'Montserrat', sans-serif;
} 
section.about-us p.text-center , section.our-services p.text-center, section.our-events p.text-center, section.our-gallery p.text-center, section.our-testimonials p.text-center, section.our-contacts p.text-center {
	font-size:18px;
	font-weight:300;
	padding:10px 0 50px;
}
section.about-us .about-info h4 {
	font-size:25px;
	font-weight:normal;
	padding-bottom:20px;
	font-family: 'Montserrat', sans-serif;
}
section.about-us p.abt {
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    padding-bottom: 20px;
    color: #333;
}
/*-- /About Section --*/
/*-- Services Section --*/
section.our-services {
	padding:100px 0;
	background:url(../images/service.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}
section.our-services h3.text-center{ 
	color:#fff;
	font-family: 'Montserrat', sans-serif;
}
section.our-services p.text-center{ 
	color: #D2D1D1;
}
#features .ac a{
	font-size: 20px;
    font-weight:normal;
	color:beige;
	text-decoration:none;
	font-family: 'Montserrat', sans-serif;
}
#features .ac a:hover {
	color:#fff;
}
#features p {
	font-size: 17px;
    font-weight: 100;
    line-height: 27px;
	color:#000;
}
.accordion-heading {
    padding: 0px 0 20px;
}
.accordion-inner {
    padding-bottom: 20px;
}
section.our-services img.img-responsive {
	margin:0 auto;
}
/*-- /Services Section --*/
/*-- Events Section --*/
section.our-events {
	padding:100px 0;
	background:url(../images/event.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}
section.our-events  h3.text-center {
	color:#fff;
}
section.our-events  p.text-center {
	color:#fff;
}
section.our-events h4.text-center {
	font-size:20px;
	color:#fff;
	font-weight:normal;
	padding:30px 0 20px;
	font-family: 'Montserrat', sans-serif;
}
section.our-events p.eve {
	font-size:17px;
	color:#fff;
	line-height: 25px;
	font-weight:100;
	padding: 0 50px 45px;
}
section.our-events .event-info {
    background-color:rgba(19, 29, 0, 0.67);
	/*-- W3layouts --*/
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
section.our-events .event-info:hover {
	background-color: rgba(0, 0, 0, 0.65);
}
/*-- /Events Section --*/
/*-- Gallery Section --*/
section.our-gallery {
	padding:100px 0;
}
section.our-gallery img.img-responsive {
	display:inline;
	width: 280px;
	margin-bottom:4px;
}
/*
Darkbox
*/
[data-darkbox]{ /* add cursor to clickable darkbox items */
    cursor:pointer;
    backface-visibility:hidden;
}
#darkbox{
    position:fixed;
    z-index:9999;
    background:rgba(0,0,0,0.8) no-repeat none 50%;
    background-size: contain;
    box-shadow:0 0 0 3000px rgba(0,0,0,0.8);
    opacity:0; 
    visibility:hidden;
}
#darkbox.on{ 
    opacity:1;
    visibility:visible;
    height:90% !important;
    width:90% !important;
    left:5% !important;
    top:5% !important;
}
#darkbox:after{
    position:absolute;
    right:0; top:0;
    font-size:2em;
    content:"\2A2F";
    color:#fff;
    cursor:pointer;
}
/*prev next buttons*/
#darkbox_prev,
#darkbox_next{
    cursor:pointer;
    user-select:none;
    -webkit-user-select:none;
    position:absolute;
    top:50%;
    margin-top:-25px;
    height:50px;
    width:50px;
    -webkit-transition:0.3s;
    transition: 0.3s;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
#darkbox_prev:hover,
#darkbox_next:hover{
    border-color: #09c;
}
#darkbox_prev{
    left: -2px;
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#darkbox_next{
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -2px;
}
#darkbox-description{
    position: absolute;
    width:100%;
    color:#fff;
    bottom:5px;
    text-align:right;
    text-shadow: 0 1px 1px #000;
}
#darkbox-description a{
    color:#fff;
    font-weight:bold;
}
#darkbox sub{font-size:10px;}
/*-- Agile ITS --*/
/*-- /Gallery Section --*/
/*-- Testimonial Section --*/
section.our-testimonials {
	padding:100px 0;
	background:url(../images/test1.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}
section.our-testimonials h3.text-center { 
	color:#fff;
}
section.our-testimonials p.text-center {
	color:#fff;
}
section.our-testimonials .test img.img-responsive {
	width: 200px;
    margin: 0 auto;
	padding-top: 30px;
}
section.our-testimonials h4.text-center {
	font-size:20px;
	font-weight:normal;
	padding:20px 0;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
}
section.our-testimonials p.t1 {
	font-size:16px;
	font-weight:100;
	line-height:25px;
	color:#fff;
    padding: 0 30px 30px;
}
section.our-testimonials .test {
    background-color: rgba(0, 126, 255, 0.90);
    border: 5px solid rgba(255, 255, 255, 100);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
section.our-testimonials .test:hover {
	background-color: rgba(0, 0, 0, 0.88);
}
/*-- /Testimonial Section --*/
/*-- Google Map --*/
section.map iframe.googlemaps {
	width:100%;
	height:400px;
}
/*-- /Google Map --*/
/*-- Contact Section --*/
section.our-contacts {
	padding:100px 0;
	background:url(../images/contact.jpg) no-repeat;
      background-attachment: fixed;
    background-position: center;
    background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}
section.our-contacts h3 {
	color: #fff;
}
section.our-contacts p.text-center {
	font-size: 18px;
    font-weight:100;
    padding: 0px 0 80px;
    color:#fff;
}
section.our-contacts .form-control { 
	border:1px solid rgba(255, 255, 255, 0.03);
    border-radius: 0px;
	height: 50px;
    padding: 16px 12px;
    font-size: 19px;
	color:#fff;
	background-color: rgba(0, 0, 0, 0.48);
}
input::-webkit-input-placeholder {
color:#fff!important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color:#fff!important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color:#fff!important;  
}
 
input:-ms-input-placeholder {  
color:#fff!important;  
}
textarea::-webkit-input-placeholder {
color:#fff!important;
}
 
textarea::-moz-placeholder { /* Firefox 18- */
color:#fff!important;  
}
 
textarea::-moz-placeholder {  /* Firefox 19+ */
color:#fff!important;  
}
 
textarea::-ms-input-placeholder {  
color:#fff!important;  
}
textarea.form-control {
	height:150px!important;
}
.btn-outline1 {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color:#fff;
	width:100%;
	font-weight:300;
    background: 0 0;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.btn-outline1:hover,
.btn-outline1:focus,
.btn-outline1:active {
    border: solid 2px #fff;
    color:#A29D26;
    background:#fff;
}  
button.btn-outline1 {
	padding: 11px 50px;
    font-size: 21px;
    width: 100%;
	font-family: 'Montserrat', sans-serif;
	background-color: rgba(0, 0, 0, 0.22);
}
/*-- /Contact Section --*/
/*-- Footer --*/
section.footer {
	background:url(../images/footer.jpg) no-repeat;
	padding: 60px 0 50px;
	color:#fff;
}
section.footer h2{
	font-size:30px;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	padding-bottom: 10px;
	text-transform:uppercase;
}
section.footer h4{
	font-size:25px;
	padding:20px 0;
	font-weight:500;
	font-family: 'Montserrat', sans-serif;
}
section.footer .contact-info i{
	font-size: 30px;
    margin: 25px 20px 10px 25px;
    display: inline-block;
}
section.footer .contact-info p.p3{
	padding:0;
	display: inline-block;
	vertical-align: middle;
	margin: -44px 0 0;
	font-size:16px;
	font-weight:100;
}
section.footer .contact-info p.p4 {
	padding:0;
	display:block;
	vertical-align: middle;
	font-weight:100;
	font-size:16px;
	margin: -22px 0 0 79px;
}
section.footer .contact-info p.p3 a ,section.footer .contact-info  p.p4 a {
	text-decoration:none;
	color:#fff;
}
section.footer .contact-info i.glyphicon.glyphicon-envelope:hover ,section.footer .contact-info p.p3 a:hover ,section.footer .contact-info p.p4 a:hover {
	color:#C1BBBB;
}
.copyright p {
	text-align:center;
	font-size:16px;
	font-weight:200;
}
.copyright p a{
	text-decoration:none;
	color:#fff;
}
.copyright p a:hover {
	color:red;
}
.footer-center p, .footer-right p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 100;
    padding-bottom: 10px;
    color: #999;
}
.footer-right ul.social-icons {
	margin-top:20px;
}
.footer-right ul.social-icons li {
	margin-right: 3px;
}
section.footer .footer-center .form-control {
	border-radius:0px;	
	background-color: rgba(0, 0, 0, 0.25);
	color:#fff;
	text-align: center;
    font-size: 17px;
}
section.footer .footer-center  input::-webkit-input-placeholder {
color:#fff!important;
}
section.footer .footer-center  input:-moz-placeholder { /* Firefox 18- */
color:#fff!important;  
}
section.footer .footer-center  input::-moz-placeholder {  /* Firefox 19+ */
color:#fff!important;  
}
section.footer .footer-center  input:-ms-input-placeholder {  
color:#fff!important;  
}
button.btn-outline {
	margin-top:8px;
	font-family: 'Montserrat', sans-serif;
    border: solid 1px #fff;
    font-size: 18px;
    padding: 5px 10px;
    background:rgba(0, 0, 0, 0.45);
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
button.btn-outline:hover,
button.btn-outline:focus,
button.btn-outline:active {
    border: solid 1px #fff;
    color: #000;
    background: #fff;
}
section.footer .footer-right ul.social-icons2 {
	list-style:none;
    padding-top: 20px;
}
section.footer .footer-right ul.social-icons2 li {
	display:inline;
	margin-right: 5px;
}
section.footer .footer-right ul.social-icons2 li a i.fa.fa-facebook {
	background-color:#3b5998;
	    width:42px;
    height:42px;
    line-height:44px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	font-size:21px;
	color:#fff;
	text-align: center;
    vertical-align: middle;	
	 transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
section.footer .footer-right ul.social-icons2 li a i.fa.fa-twitter {
	background-color:#55acee;
	    width:42px;
    height:42px;
    line-height:44px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	font-size:17px;
	color:#fff;
	text-align: center;
    vertical-align: middle;
	 transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
section.footer .footer-right ul.social-icons2 li a i.fa.fa-linkedin {
	background-color:#e68523;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	font-size:18px;
	color:#fff;
	width:42px;
    height:42px;
    line-height:42px;
	text-align: center;
    vertical-align: middle;
	 transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
section.footer .footer-right ul.social-icons2 li a i.fa.fa-google-plus {
	background-color:#dc4e41;
	width:42px;
    height:42px;
    line-height:44px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	font-size:16px;
	color:#fff;
	text-align: center;
    vertical-align: middle;
	 transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
section.footer .footer-right ul.social-icons2 li a i.fa.fa-facebook:hover {
	background-color:#002573;
}
section.footer .footer-right ul.social-icons2 li a i.fa.fa-twitter:hover {
	background-color:#004A82;
}
section.footer .footer-right ul.social-icons2 li a i.fa.fa-linkedin:hover { 
	background-color:#BB5E00;
}
section.footer .footer-right ul.social-icons2 li a i.fa.fa-google-plus:hover { 
	background-color:#8A0B00;
}
/*-- /Footer --*/
/*-- slide animations --*/
.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
/*-- /slide animations --*/
/*-- Back To Top --*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.5) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
    background-size: 40px;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
} 
.cd-top:hover {
  background-color:#080808;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
  }
}
/*-- /Back To Top --*/

/*-- responsive design --*/
@media(max-width: 1600px){
	.carousel, .carousel .item {
    height: 795px;
}
}

@media (max-width: 1366px) {
.carousel, .carousel .item {
    height: 759px;
}
}

@media (max-width: 1280px) {
.carousel, .carousel .item {
    height: 710px;
}
}

@media (max-width: 1080px) {
.carousel, .carousel .item {
    height: 598px;
}
.nav>li>a {
	padding: 15px 6px;
}
section.our-gallery img.img-responsive {
	width:230px;
}
section.footer h4 {
	text-align:center;
	padding: 20px 0 10px;
}
.footer-center p, .footer-right p {
	text-align:center;
	line-height:25px;
	padding: 10px 0;
}
.col-lg-4.footer-right {
    text-align: center;
}
button.btn-outline {
    margin-top: 20px;
}
section.our-contacts p.text-center {
	padding: 0px 0 40px;
}
section.footer .footer-right ul.social-icons2 {
	text-align:center;
}
section.footer .footer-center .form-control {
    margin-bottom: -20px;
}
}

@media (max-width: 1050px) {
.carousel, .carousel .item {
    height: 581px;
}
}

@media (max-width: 1024px) {
.carousel, .carousel .item {
    height: 565px;
}
section.about-us {
    padding: 50px 0 80px;
}
section.our-services {
    padding: 50px 0 70px;
}
section.our-events {
    padding: 50px 0 70px;
}
section.our-gallery {
    padding: 50px 0 70px;
}
section.our-testimonials {
    padding: 50px 0 70px;
}
section.map iframe.googlemaps {
	height:300px;
}
section.our-contacts {
    padding: 50px 0 70px;
}
section.footer {
	padding:50px 0;
}
}

@media (max-width: 991px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 245px;
    margin-bottom: 20px;
	font-size: 35px;	
}
.contact-info {
    margin-left: 244px;
}
.navbar-nav {
	margin: 0 -20px 0 -55px;
}
.carousel, .carousel .item {
    height: 548px;
}
section.about-us p.abt {
    font-size: 15px;
}
div#accordion2 {
    padding-bottom: 40px;
}
.accordion-heading {
	text-align:center;
}
section.our-events .event-info {
	margin:0 auto 25px;
	width:60%;
}
section.our-events p.eve {
	text-align:center;
}
section.our-gallery img.img-responsive {
    width: 175px;
}
section.our-testimonials .test {
	width: 60%;
    margin: 0 auto 30px;
}
}

@media (max-width: 900px) {
.carousel, .carousel .item {
    height: 497px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin: -15px 0 30px 245px;
}
section.about-us .about-info h4 {
	padding-bottom:15px;
}
section.about-us p.abt {
	padding-bottom:10px;
	line-height: 25px;
}
section.our-events h4.text-center {
	padding:35px 0 20px;
}
}

@media (max-width: 800px) {
.navbar-nav {
    margin: 0 -28px 0 -51px;
}
.carousel, .carousel .item {
    height: 440px;
}
}

@media (max-width: 768px) {
.carousel, .carousel .item {
    height: 423px;
}
.col-lg-4.footer-center {
    padding: 30px 30px;
}
section.footer .footer-center .form-control {
    margin-bottom: -17px;
}
.contact-info {
    margin-left: 230px;
}
}

@media (max-width: 736px) {
.navbar-nav {
    margin:0 auto;
    background-color: rgba(0, 0, 0, 0.58);
}
.cl-effect-20 a span {
	width:100%;
	text-align:center;
}
.carousel, .carousel .item {
    height: 350px;
}
section.about-us {
	text-align:-webkit-center;
}
section.about-us .about-info h4 {
	padding:30px 0 20px;
}
section.our-gallery {
	text-align:center;
}
.contact-info {
    margin-left: 215px;
}
section.footer .footer-center .form-control {
	margin-bottom:-15px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin: -10px 0 30px 260px;
}
.navbar-toggle {
	margin-top:20px;
}
}

@media (max-width: 667px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin: -10px 0 30px 230px;
}
.carousel, .carousel .item {
    height: 311px;
}
.contact-info {
    margin-left: 185px;
}
}

@media (max-width: 640px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin: -10px 0 30px 210px;
}
}

@media (max-width: 600px) {
.carousel, .carousel .item {
    height: 328px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin: -10px 0 30px 185px;
}
}

@media (max-width: 568px) {
.carousel, .carousel .item {
    height: 256px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin: -10px 0 30px 170px;
}
section.our-events .event-info {
	width:75%;
}
section.our-gallery img.img-responsive {
    width: 250px;
}
section.our-testimonials .test {
    width: 70%;
}
.contact-info {
    margin-left: 130px;
}
}

@media (max-width: 480px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin: -10px 0 30px 135px;
}
section.about-us h3.text-center, section.our-services h3.text-center, section.our-events h3.text-center, section.our-gallery h3.text-center, section.our-testimonials h3.text-center, section.our-contacts h3.text-center {
	font-size:30px;
}
section.about-us {
    padding: 35px 0 50px;
}
section.about-us p.text-center, section.our-services p.text-center, section.our-events p.text-center, section.our-gallery p.text-center, section.our-testimonials p.text-center, section.our-contacts p.text-center {
	padding: 5px 0 30px;
}
section.our-gallery img.img-responsive {
    width: 200px;
}
section.our-testimonials .test {
    width: 80%;
	text-align:center;
}
.contact-info {
    margin-left: 85px;
}
}

@media (max-width: 414px) {
.carousel, .carousel .item {
    height: 223px;
}
#features p {
    font-size: 16px;
}	
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin: -11px 0 0 10px;
}
section.about-us {
    padding: 25px 0 50px;
}
section.our-services {
    padding: 30px 0 50px;
	text-align: center;
}
section.our-events .event-info {
    width: 85%;
}
section.our-events p.eve {
	padding: 0 20px 27px;
    font-size: 15px;
}
section.our-events {
    padding: 35px 0 50px;
}
section.our-gallery img.img-responsive {
    width: 180px;
}
section.our-gallery {
    padding: 35px 0 50px;
}
section.our-testimonials {
    padding: 35px 0 40px;
}
section.our-testimonials .test {
    width: 85%;
}
section.footer h2 {
    font-size: 22px;
}
.contact-info {
    margin-left: 60px;
}
 section.about-us p.text-center, section.our-services p.text-center, section.our-events p.text-center, section.our-gallery p.text-center, section.our-testimonials p.text-center, section.our-contacts p.text-center {
    padding: 5px 0 30px;
    font-size: 16px;
    line-height: 1.9em;
}
section.footer h4 {
    text-align: center;
    padding: 6px 0 0px;
    font-size: 21px;
}
}

@media (max-width: 384px) {
.carousel, .carousel .item {
    height: 206px;
}
section.our-gallery img.img-responsive {
    width: 165px;
}
section.our-testimonials p.t1 {
	padding: 0 10px 30px;
}
section.our-contacts {
    padding: 30px 0 50px;
}
section.our-contacts .form-control {
	height: 40px;
	font-size: 17px;
}
button.btn-outline1 {
    padding: 7px 50px;
}
section.map iframe.googlemaps {
    height: 250px;
}
.contact-info {
    margin-left: 40px;
}
}

@media (max-width: 375px) {
.carousel, .carousel .item {
    height: 201px;
}
section.our-gallery img.img-responsive {
    width: 160px;
}
section.our-testimonials p.t1 {
    font-size: 16px;
}
.contact-info {
    margin-left: 35px;
}
}

@media (max-width: 320px) {
.carousel, .carousel .item {
    height: 170px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	font-size: 30px;
	margin: -5px 0 0 0px;
}
section.about-us h3.text-center, section.our-services h3.text-center, section.our-events h3.text-center, section.our-gallery h3.text-center, section.our-testimonials h3.text-center, section.our-contacts h3.text-center {
	padding:20px 0 10px;
	font-size: 27px;
}
section.about-us p.text-center, section.our-services p.text-center, section.our-events p.text-center, section.our-gallery p.text-center, section.our-testimonials p.text-center, section.our-contacts p.text-center {
    font-size: 16px;
}
section.about-us .about-info h4 {
    padding: 30px 0 15px;
}
section.our-events p.eve {
    font-size: 16px;
}
section.our-gallery img.img-responsive {
    width: 260px;
}
.contact-info {
    margin-left: 10px;
}
button.btn-outline {
    margin-top: 22px;
}
section.our-events p.eve {
    padding: 0 20px 45px;
}
section.our-testimonials .test {
    width: 90%;
}
section.footer h2 {
    font-size: 20px;
}
}















/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body{
    font-size: 100%;
	font-family: 'Open Sans', sans-serif;
}
p{
	margin:0;
	font-size:0.95em;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight:100;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*-- header --*/
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
	border-radius:0;
}
.navbar-brand {
    height: 55px;
    padding: 10px 0;
    font-size: 1.3em;
    text-transform: capitalize;
    line-height: .9em;
	font-family: 'Montserrat Alternates', sans-serif;
	
}
.navbar-default .navbar-brand {
    color: #f58025;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #f58025;
}
.navbar-default .navbar-nav > li > a {
    color: #222;
	font-family: 'Montserrat Alternates', sans-serif;
}
.navbar-nav {
    float: left;
    margin: 0.5em 0 0;
}
.navbar-nav > li > a {
    font-size: 1em;
    text-transform: capitalize;
	padding:1em;
}
div#bs-example-navbar-collapse-1 {
    float: right;
    width: 70%;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #3a6e8f;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #3a6e8f;
    background-color: transparent;
}
.header {
    padding: 2em 0;
}
.social-icons {
    margin-top: 1em;
    float: right;
}
.social-icons a i {
    width: 32px;
    height: 32px;
    background:#f58025  url(../images/img-sprite.png) no-repeat 0px 0px;
    display: inline-block;
	margin:0 0.2em;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.social-icons i.icon:hover {
  background: #3a6e8f url(../images/img-sprite.png) no-repeat 0px 0px;
      transform: rotateY(360deg);
}
.social-icons i.icon {
    background-position: 0px 0px;
}
.social-icons i.icon1 {
    background-position: -32px 0px;
}
.social-icons i.icon1:hover {
  background: #3a6e8f url(../images/img-sprite.png) no-repeat -32px 0px;
      transform: rotateY(360deg);
}
.social-icons i.icon2 {
    background-position: -64px 0px;
}
.social-icons i.icon2:hover {
  background: #3a6e8f url(../images/img-sprite.png) no-repeat -64px 0px;
      transform: rotateY(360deg);
}
.social-icons i.icon3 {
    background-position: -96px 0px;
}
.social-icons i.icon3:hover {
  background: #3a6e8f url(../images/img-sprite.png) no-repeat -96px 0px;
      transform: rotateY(360deg);
}
/*-- nav-effect --*/
nav.cl-effect-13 a {
	position: relative;
    display: inline-block;
    margin: 0;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 1em;
}

/*-- //header --*/
/*-- banner --*/
.banner-info{
	width:70%;
	margin:15em auto 0;
	text-align:center;
}
.banner-info h3{
	font-size:2.5em;
	color:#fff;
	text-transform:capitalize;
}
.banner-info p{
	color:#fff;
	margin:1em auto 0;
	line-height:1.8em;
}
/*-- //banner --*/
.welcome ,.services,.about-section,.page,.gallery,.enquiries,.forest {
    padding: 5em 0;
}
.test1 {
	position:relative;
	overflow:hidden;
}
.test1 .textbox {
    width: 260px;
    height: 318px;
    position: absolute;
    top: -15px;
    left: 11px;
    margin-top: -466px;
    border-radius: 2px;
    padding: 7em 2em 0;
    background: #3a6e8f;
}
.test1:hover .textbox {
 margin-top:0;
}
.textbox p{
   font-size: 0.9em;
  color: #fff;
  text-align: center;
}
.textbox h4 {
  font-size: 1.5em;
  text-align: center;
  margin-bottom:0.5em;
  color: #fff;
  text-transform: capitalize;
}
.textbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.welcome-grid img {
    width: 100%;
    display: block;
}
h2.tittle {
    font-size: 2.5em;
    color: #f58025;
    text-transform: capitalize;
	/*-- w3layouts --*/ 
	text-align:center;
}
.welcome-head p {
    font-size: 1em;
    color: #777;
    width: 50%;
    margin: 1em auto 0;
    line-height: 1.8em;
	text-align: center;
}
.welcome-grids,.services-grids,.test-grids,.gallery-grids,.about-grids,.team-grids,.choose-grids,.enquiry-grids,.forest-grids{
    margin-top: 4em;
	 text-align: center;

}
.item img {
    width: 100%;
}
h3.tittle {
    font-size: 2.5em;
    color: #f58025;
    text-transform: capitalize;
	    text-align: center;
}
.left-grid i {
    color: #fff;
    background: #f58025;
    width: 60px;
    height: 60px;
    font-size: 1.5em;
    margin: 0;
    border-radius: 50%;
    text-align: center;
    padding-top: 0.8em;
}
.right-grid h4 {
    font-size: 1.5em;
    color: #3a6e8f;
    margin: 0em 0 0.5em;
	line-height: 1.3em;
}
.left-grid {
    float: left;
    width: 21%;
    margin-right: 2%;
}
.right-grid {
    float: left;
    width: 77%;
	 /*-- agileits --*/ 
}

.right-grid p {
    color: #999;
    line-height: 1.8em;
}







.services-grid:hover div.left-grid i {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    background: #3a6e8f;
}
.services-grid:hover div.right-grid h4 {
    color: #f58025;
}




.test-list ul {
    margin: 0 0 10px 0;
    padding: 0;
    background: #ffffff;
    width: 100%;
    cursor: pointer;
    border: 1px solid #eeeeee;
    border-radius: 5px;
}
.test-list ul{
	margin: 0 0 10px 0;
	padding:0;
	background: #ffffff;
	width: 100%;
	cursor:pointer;
  border: 1px solid #eeeeee;
  border-radius: 5px;
	}
.test-list ul li{
	display: inline-block;
	padding: 9px 14px 9px 9px;
	background: #ffffff;
	border-right: 1px solid #eeeeee;
	}
.test-list ul li span{
  background: url(../images/plus.png) no-repeat 6px 5px;
  width: 19px;
  height: 19px;
	display: inline-block;
}
.test-list ul li.text{
	color: #3a6e8f;
	/*-- w3layouts --*/ 
	background: #ffffff !important;
  font-size: 1em;
  font-weight: 600;
	margin-left: 15px;
	padding: 0 !important;
	border:none !important;
	}
.test-list p{
	color: #777;
	background: #ffffff;
	width: 100%;
	padding: 14px;
	margin: 10px 0;
	border: 1px solid #eeeeee;
	line-height: 1.8em;
}
h3.tittle1 {
    font-size: 2.5em;
    color: #f58025;
    text-transform: capitalize;
	margin-bottom: 1em;
}
.bar-grid h5 {
    font-size: 1.3em;
    margin-bottom: .5em;
    color: #222;
    line-height: 1.5em;
}

.what-section {

    padding: 5em 0;
}
.test {
    padding: 5em 0 7em;
    text-align: center;
}
.test-text {
    background: #3a6e8f;
   padding: 2em 1em;
   position:relative;
   transition:0.5s all;
   -webkit-transition:0.5s all;
   -moz-transition:0.5s all;
   -o-transition:0.5s all ;
       border-radius: 0 48px;
 }
.test-text:hover {
    border-radius: 480px 0;
}
.test-grid h4{
	font-size: 1.5em;
    color: #fff;
	 /*-- agileits --*/ 
    margin: 0em 0 0.5em;
}
.test-grid p {
    color: #eee;
    line-height: 1.8em;
}
.text-img img {
    border-radius: 50px
}
.text-img {
    position: absolute;
    top: 183px;
    left: 95px;
}


.footer-section {
    padding: 4em 0;
    background: #1B1B1B;
}
.footer-grid span {
    display: block;
    margin-left: 2em;
}
.footer-grid ul li {
    font-size: 0.85em;
    text-decoration: none;
    line-height: 1.8em;
    color: #FBE5CD;
	padding: 0 0 10px;
}
.footer-grid P {
    line-height: 1.8em;
    color: #FBE5CD;
    font-size: 0.85em;
	padding: 0 0 10px;
}
.footer-section h4 {
    font-size: 1.5em;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0.5em;
}
.footer-grid a {
    color: #FBE5CD;
}
.copy-section {
    padding: 2em 0;
    background: #FBE5CD;
    text-align: center;
}
.copy-section p {
    font-size: 0.9em;
    color: #222;
    font-weight: 400;
}
.copy-section a {
    font-size: 1em;
    color: #3a6e8f;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-grid i {
    margin-right: 7px;
    color: #f58025;
}
/*about*/
.banner1 h3 a {
    color: #fff;
    text-decoration: none;
}
.banner1 h3 span {
    color: #f58025;
}
.banner1 h3 {
    font-size: 1.5em;
    color: #fff;
    margin: 0 0 2em;
}
.banner1 {
    background: url(../images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 190px;
    padding: 6em 0 0;
    text-align: center;
}
.about-grid h4 {
    font-size: 1.5em;
    color: #3a6e8f;
    margin: 1em 0 0;
	text-transform: capitalize;
}
.about-grid p {
    color: #777;
    line-height: 1.8em;
	margin-top: 1em;
}
.about-grid img:hover {
    box-shadow: 9px 13px 26px -8px #2d3134;
}
.about-grid img {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.statistics-grids {
    margin-top: 4em;
    text-align: center;
}
.numscroller {
    font-size: 2.5em;
    color: #3a6e8f;
    font-family: 'Montserrat Alternates'; 
}
.statistics-grid h5 {
    font-size: 1.5em;
    margin-top: 0.5em;
    color: #f58025;
}
.statistics {
    padding: 5em 0;
	background:#FBE5CD;
}
h3.tittle2{
    font-size: 2.5em;
    color: #f58025;
    text-transform: capitalize;
    text-align: center;
}
.team{
	 padding: 5em 0;
	 text-align: center;
}
.team-gd h4 {
    text-transform: capitalize;
    color: #3a6e8f;
    font-size: 1.5em;
    margin-top: 0.8em;
}
.team-gd p {
    color: #777;
    line-height: 1.8em;
    margin-top: 0.8em;
}
.team-gd img {
    border: 5px solid#3a6e8f;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.team img:hover {
    margin: 0 auto;
    border: 5px solid#f58025;
    border-radius: 250px;
}
.social-icon {
    margin-top: 1em;
}
.social-icon a i {
    width: 32px;
    height: 32px;
    background:#f58025  url(../images/img-sprite.png) no-repeat 0px 0px;
    display: inline-block;
	margin:0 0.2em;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.social-icon i.icon:hover {
  background: #3a6e8f url(../images/img-sprite.png) no-repeat 0px 0px;
      transform: rotateY(360deg);
}
.social-icon i.icon {
    background-position: 0px 0px;
}
.social-icon i.icon1 {
    background-position: -32px 0px;
}
.social-icon i.icon1:hover {
  background: #3a6e8f url(../images/img-sprite.png) no-repeat -32px 0px;
      transform: rotateY(360deg);
}
.social-icon i.icon2 {
    background-position: -64px 0px;
}
.social-icon i.icon2:hover {
  background: #3a6e8f url(../images/img-sprite.png) no-repeat -64px 0px;
      transform: rotateY(360deg);
}
.social-icon i.icon3 {
    background-position: -96px 0px;
}
.social-icon i.icon3:hover {
  background: #3a6e8f url(../images/img-sprite.png) no-repeat -96px 0px;
      transform: rotateY(360deg);
}
/*about*/
.choose-gd h4,.enquiry-gd h4 {
    color: #3a6e8f;
    font-size: 1.5em;
    text-transform: capitalize;
    padding: 0.8em 0 0.5em;
}
.enquiry-gd img {
    width: 100%;
    display: block;
}
.choose-gd p,.enquiry-gd p {
    color: #999;
    line-height: 1.8em;
}
.enquiry {
    background: #FBE5CD;
    padding: 4em 0;
}
.forest-grid h4 {
    color: #3a6e8f;
    font-size: 1.5em;
    text-transform: capitalize;
}
.forest-grid p {
    color: #999;
    line-height: 1.8em;
	margin: 0.8em 0;
}
.forest-grid ul li {
    list-style-type: none;
    line-height: 2.3em;
    color: #555;
    text-decoration: none;
    font-size: 0.95em;
	    text-align: left;
}
i.glyphicon.glyphicon-chevron-right {
    padding-right: 1em;
	color: #f58025;
}
/*gallery*/
.da-thumbs {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.da-thumbs li {
  float: left;
  margin: 0.4%;
  background:#fff;
  padding: 8px;
  position: relative;
  width: 32.4%;
}
.da-thumbs li a,
.da-thumbs li a img {
  display: block;
  position: relative;
  width: 100%;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
  position: absolute;
  background:none;
  width: 100%;
  height: 91%;
}
.da-thumbs li a div  h5 {
  color: #fff;
  font-size: 1.8em;
  margin: 3.5em 0 0 0;
  text-align: center;
}
/*gallery*/
/*--codes--*/
.page-header h3{
	font-size: 2em;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
}
.grid1 {
  margin: 1.5em 0 0;
}
ul.nav.nav-pills {
  margin: 1.5em 0 0;
}
.grid2{
	margin: 1em 0 0;
}

.form-horizontal .control-label {
  text-align: left;
}
/*--codes--*/
.contact-section{
	padding:5em 0;
	background: #fff;
}
.google-map iframe {
    width: 100%;
    height: 500px;
    border: 2px solid#CECECE;
    padding: 15px;
    background: #D8D8D8;
}
.contact-grid input[type="text"], .contact-grid textarea, .contact-grid input[type="email"] {
    display: block;
    background: #fff;
    color: #777;
    border: none;
    width: 50%;
    outline: none;
    font-size: 1em;
    padding: 1em 1em;
    border-bottom: 1px solid #BBB;
}
.contact-grid input[type="email"] {
    margin: 1em 0;
}
.contact-grid textarea{
	width: 70%;
    height: 200px;
    resize: none;
	margin: 1em 0;
}
.contact-grid input[type="submit"] {
    background: #f58025;
    border: none;
    padding: 1em 0;
    width: 22%;
    font-size: 0.95em;
    color: #fff;
    letter-spacing: 0.5px;
    outline: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.contact-grid input[type="submit"]:hover {
    background: #3a6e8f;
}
.google-map {
    margin-top: 3em;
}
.contact-grids {
    margin-top: 3em;
}
.contact-grid h5,.agent-info h5{
    font-size: 1.3em;
    color: #3a6e8f;
}
.contact-grid  p {
    color: #777;
    padding: 1em 0;
    line-height: 1.8em;
}
.contact-grid1 h4{
    font-size: 1.5em;
    color: #3a6e8f;
}
.contact-grid1 ul li {
    list-style: none;
    line-height: 2.5em;
    font-size: 0.95em;
    color: #777;
}
.contact-grid1 ul li i {
    font-size: 1.2em;
    margin-right: 7px;
    color: #3a6e8f;
}
.contact-top {
    margin: 1em 0;
}
.contact-grid1 a {
    color: #777;
}
.agent-img {
    float: left;
    width: 30%;
    margin-right: 3%;
    border-radius: 60%;
    border: 4px solid#fff;
}.agent-info {
    float: left;
    width: 67%;
    margin-top: 1.5em;
}
.agent-info h6 {
    font-size: 0.95em;
    color: #f58025;
    padding-top: .5em;
}
/*responsive*/
@media(max-width:1080px){
div#bs-example-navbar-collapse-1 {
    float: right;
    width: 80%;
}
.banner-info {
    margin: 10em auto 0;
}
.banner-info h3 {
    font-size: 2.2em;	
}
h2.tittle {
    font-size: 2.2em;
}
.welcome-head p {
    font-size: 0.95em;
    width: 51%;
}
.test1 .textbox {
    width: 210px;
    height: 259px;
    padding: 5em 1em 0;
}
.textbox h4,.right-grid h4,.test-grid h4,.footer-section h4,.about-grid h4,.team-gd h4,.choose-gd h4, .enquiry-gd h4,.forest-grid h4,.contact-grid1 h4 {
    font-size: 1.4em;
}
h3.tittle,h3.tittle1, h3.tittle2 {
    font-size: 2.2em;
}
.bar-grid h5 {
    font-size: 1.1em;
}
.test-list ul li.text {
    font-size: 0.95em;
}
.text-img {
    position: absolute;
    top: 210px;
    left: 75px;
}
.statistics-grid h5 {
    font-size: 1.3em;
}
.da-thumbs li a div h5 {
    margin: 3em 0 0 0;
}
.forest-grid ul li {
    font-size: 0.9em;
}
.contact-grid h5, .agent-info h5 {
    font-size: 1.2em;
}
.google-map iframe {
    height: 440px
}
.contact-grid input[type="submit"] {
    width: 30%;
}
}
@media(max-width:991px){
.navbar-brand {
    font-size: 1.1em;	
}
.navbar-nav > li > a {
    font-size: 0.9em;
    text-transform: capitalize;
    padding: 0.5em;
}
div#bs-example-navbar-collapse-1 {
    float: right;
    width: 78%;
}
.navbar-nav {
    margin: 0.8em 0 0;
}
.banner-info {
    margin: 9em auto 0;
    width: 82%;
}
.banner-info h3 {
    font-size: 2em;
}
.welcome, .services, .about-section, .page, .gallery, .enquiries, .forest,.statistics ,.team,.contact-section,.what-section{
    padding: 4em 0;
}
.welcome-grid {
    float: left;
    width: 25%;
}
.test1 .textbox {
    width: 155px;
    height: 192px;
    padding: 2em 0.5em 0;
}
.welcome-head p {
    font-size: 0.95em;
    width: 70%;
}
.welcome-grids, .services-grids, .test-grids, .gallery-grids, .about-grids, .team-grids, .choose-grids, .enquiry-grids, .forest-grids ,.statistics-grids{
    margin-top: 3em;
}
h2.tittle {
    font-size: 2em;
}
h3.tittle,h3.tittle1, h3.tittle2 {
    font-size: 2em;
}
.services-grid {
    float: left;
    width: 33.3%;
}
.left-grid i {
    width: 50px;
    height: 50px;
    font-size: 1.2em;
}
.textbox h4, .right-grid h4, .test-grid h4, .footer-section h4, .about-grid h4, .team-gd h4, .choose-gd h4, .enquiry-gd h4, .forest-grid h4, .contact-grid1 h4 {
    font-size: 1.3em;
}
.test-list,.bar-grid {
    float: left;
    width: 50%;
}
.test-grid {
    float: left;
    width: 50%;
}
.test-grid:nth-child(3),.test-grid:nth-child(4) {
    margin-top: 6em;
}
.text-img {
    position: absolute;
    top: 153px;
    left: 136px;
}
.footer-grid {
    float: left;
    width: 50%;
}
.footer-grid:nth-child(3),.footer-grid:nth-child(4) {
    margin-top: 2em;
}
.about-grid {
    float: left;
    width: 50%;
}
.statistics-grid {
    float: left;
    width: 25%;
}
.statistics-grid h5 {
    font-size: 1.2em;
}
.numscroller {
    font-size: 2em;
}
.team-gd {
    float: left;
    width: 33.3%;
}
.team-gd img {
    width: 100%;
}
p {
    margin: 0;
    font-size: 0.9em;
}
.da-thumbs li a div h5 {
    margin: 2.5em 0 0;
    font-size: 1.5em;
}
.choose-gd {
    float: left;
    width: 25%;
}
.enquiry-gd {
    float: left;
    width: 33.3%;
}
.forest-grid {
    width: 50%;
    float: left;
}
.forest-grid:nth-child(3),.forest-grid:nth-child(4) {
    margin-top: 2em;
}
.google-map iframe {
    height: 350px;
}
.contact-grid {
    float: left;
    width: 60%;
}
.contact-grid input[type="text"], .contact-grid textarea, .contact-grid input[type="email"] {
    width: 99%;
	font-size:0.95em;
}
.contact-grid1 {
    float: left;
    width: 40%;
}
.contact-grid h5, .agent-info h5 {
    line-height: 1.5em;
}
.contact-grid input[type="submit"] {
    width: 43%;
}
}
@media(max-width:800px){
.banner-info {
    margin: 6em auto 0	
}
}
@media(max-width:736px){
div#bs-example-navbar-collapse-1 {
    float: none;
    width: 100%;
}
.header {
    padding: 1em 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #3a6e8f;
}
.navbar-toggle {
  
    background-color: #3a6e8f;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-nav {
    float: none;
    text-align: center;
}	
.social-icons {
    float: none;
    text-align: center;
}
.banner-info h3 {
    font-size: 1.8em;
}
.welcome, .services, .about-section, .page, .gallery, .enquiries, .forest,.statistics ,.team,.contact-section,.what-section,.footer-section,.enquiry{
    padding: 3em 0;
}
h3.tittle, h3.tittle1, h3.tittle2 {
    font-size: 1.8em;
}
.test-list ul li.text {
    font-size: 0.9em;
    margin-left: 4px;
}
.statistics-grid h5 {
    font-size: 1.05em;
}
.textbox h4, .right-grid h4, .test-grid h4, .footer-section h4, .about-grid h4, .team-gd h4, .choose-gd h4, .enquiry-gd h4, .forest-grid h4, .contact-grid1 h4 {
    font-size: 1.2em;
}
.test1 .textbox {
    width: 147px;
    height: 183px;
}
.textbox p {
    font-size: 0.85em;
}
}
@media(max-width:667px){
.banner-info h3 {
    font-size: 1.5em;
}
.banner-info {
    margin: 4.5em auto 0;
}
.welcome-grid {
    float: left;
    width: 50%;
}
.welcome-grid:nth-child(3),.welcome-grid:nth-child(4) {
    margin-top: 2em;
}	
.test1 .textbox {
    width: 285px;
    height: 344px;
    padding: 9em 0.5em 0;
}
.test-list ul li.text {
    font-size: 0.8em;
    margin-left: 4px;
}
.welcome-head p {
    width: 79%;
}
.test {
    padding: 3em 0 7em;
}
.text-img {
    position: absolute;
    top: 170px;
    left: 110px;
}
.textbox h4, .right-grid h4, .test-grid h4, .footer-section h4, .about-grid h4, .team-gd h4, .choose-gd h4, .enquiry-gd h4, .forest-grid h4, .contact-grid1 h4 {
    font-size: 1.15em;
}
h3.tittle, h3.tittle1, h3.tittle2 {
    font-size: 1.6em;
}
.bar-grid h5 {
    font-size: 1em;
}
.statistics-grid {
    float: left;
    width: 50%;
}
.statistics-grid:nth-child(3),.statistics-grid:nth-child(4) {
    margin-top: 2em;
}
.da-thumbs li a div h5 {
    margin: 2em 0 0;
}
.choose-gd {
    float: left;
    width: 50%;
}
.choose-gd:nth-child(3),.choose-gd:nth-child(4) {
    margin-top: 2em;
}
.google-map iframe {
    height: 300px;
}
.contact-grid1 ul li {
    font-size: 0.9em;
}
.contact-grid input[type="submit"] {
    width: 52%;
}
}
@media(max-width:640px){
.test1 .textbox {
    width: 274px;
    height: 332px;
    padding: 9em 0.5em 0;
}
.test-list ul li.text {
    font-size: 0.77em;
    margin-left: 4px;
}
.agent-info {
    margin-top: 1em;
}
.banner1 {
    min-height: 120px;
    padding: 3.5em 0 0;
}
.banner1 h3 {
    font-size: 1.5em;
}
}
@media(max-width:600px){
.welcome-head p {
    width: 87%;
}
.banner-info {
    width: 83%;
}
.test1 .textbox {
    width: 251px;
    height: 305px;
    padding: 7.5em 0.5em 0;	
	
}
.welcome-grids, .services-grids, .test-grids, .gallery-grids, .about-grids, .team-grids, .choose-grids, .enquiry-grids, .forest-grids, .statistics-grids {
    margin-top: 2em;
}
.services-grid {
    float: left;
    width: 100%;
}
.right-grid {
    float: left;
    width: 100%;
}
.left-grid {
    width: 100%;
	margin-right: 0%;
    margin-bottom: 0.5em;
}
.right-grid p {
    padding: 0 4em;
}
.services-grid:nth-child(2) {
    margin: 2em 0;
}
.bar-grid h5 {
    font-size: 0.95em;
}
.test-list, .bar-grid {
    float: left;
    width: 100%;
}
.bar-grid {
    margin-top: 2em;
}
.test-list ul li.text {
    font-size: 0.9em;
}
.text-img {
    position: absolute;
    top: 170px;
    left: 96px;
}
.da-thumbs li a div h5 {
    margin: 1.7em 0 0;
}
.agent-info {
    float: left;
    width: 67%;
    margin-top: 0.2em;
}
.contact-grid input[type="submit"] {
    width: 57%;
}
}
@media(max-width:568px){
.banner-info {
    width: 90%;
    margin: 4em auto 0;
}
.welcome-head p {
    width: 92%;
}
.text-img {
    position: absolute;
    top: 192px;
}
.contact-grid {
    float: left;
    width: 100%;
}
.contact-grid1 {
    width: 100%;
    margin-top: 2em;
}
.agent-info {
    margin-top: 2.2em;
}
.test1 .textbox {
    width: 235px;
    height: 286px;
    padding: 7em 0.5em 0;
}
#Choco_left_arrow {
    left: -3% !important;
}
#Choco_right_arrow {
    left: 10% !important;
}	
}
@media(max-width:480px){
.navbar-brand {
    font-size: 1em;
}
.banner-info {
    width: 100%;
    margin: 3em auto 0;
}
.banner-info p {
    color: #fff;
    margin: 0.5em auto 0;
    line-height: 1.5em;
}
.banner-info h3 {
    font-size: 1.3em;
}
h2.tittle {
    font-size: 1.8em;
}
.test1 .textbox {
    width: 191px;
    height: 234px;
    padding: 4.5em 0.5em 0;
}
.welcome-head p {
    width: 100%;
}
.test-grid {
    width: 100%;
}
.test-grid:nth-child(2){
	margin-top:6em;
}
.text-img {
    position: absolute;
    top: 144px;
    left: 170px;
}
.about-grid {
    width: 100%;
}
.about-grid:nth-child(2){
	margin-top:2em;
}
.team-gd {
    width: 100%;
}
.team-gd:nth-child(2),.enquiry-gd:nth-child(2){
	margin:2em 0;
}
.team-gd img {
    width: 50%;
}
.da-thumbs li a div h5 {
    margin: 1.5em 0 0;
    font-size: 1.3em;
}
.enquiry-gd {
    float: left;
    width: 100%;
}
.forest-grid ul li {
    font-size: 0.83em;
}.page-header h3 {
    font-size: 1.6em;
}
h1#h1-bootstrap-heading {
    font-size: 1.6em;
}
h2#h2-bootstrap-heading {
    font-size: 1.5em;
}
h3#h3-bootstrap-heading {
    font-size: 1.4em;
}
.page-header h3 {
    font-size: 1.6em;
}
button.btn.btn-lg {
    font-size: 0.9em;
    margin: 0 0 0.5em 0px;
    padding: 9px;
}
span.label {
    margin: 0 0 0.5em;
    display: inline-block;
	    font-size: 53%;
}
}
@media(max-width:414px){
.banner-info {
    margin: 2em auto 0;
}
.welcome, .services, .about-section, .page, .gallery, .enquiries, .forest, .statistics, .team, .contact-section, .what-section, .footer-section,.enquiry {
    padding: 2em 0;
}
.test1 .textbox{
    width: 158px;
    height: 196px;
    padding: 3em 0.5em 0;
}
.right-grid p {
    padding: 0 2em;
}
.text-img {
    left: 145px;
}
.footer-grid {
    width: 100%;
}
.footer-grid:nth-child(2),.footer-grid:nth-child(3), .footer-grid:nth-child(4) {
    margin-top: 1em;
}
.da-thumbs li {
    float: left;
    width: 49.2%;
}
.da-thumbs li a div h5 {
    margin: 2.2em 0 0;
}
.forest-grid {
    width: 100%;
}
.forest-grid:nth-child(2).forest-grid:nth-child(3), .forest-grid:nth-child(4) {
    margin-top: 2em;
}
}
@media(max-width:384px){
.header {
    padding: 0.5em 0;
}
.banner1 h3 {
    font-size: 1.2em;
}
.banner1 {
    min-height: 90px;
    padding: 2.5em 0 0;
}
.banner-info h3 {
    font-size: 1.1em;
}
.welcome-grid {
    width: 100%;
}
.welcome-grid:nth-child(2),.welcome-grid:nth-child(3), .welcome-grid:nth-child(4) {
    margin-top: 2em;
}
.test1 .textbox {
    width: 312px;
    height: 376px;
    padding: 9em 1.5em 0;
    line-height: 1.8em;
}
.right-grid p {
    padding: 0 0em;
}
.text-img {
    left: 132px;
}
.textbox h4, .right-grid h4, .test-grid h4, .footer-section h4, .about-grid h4, .team-gd h4, .choose-gd h4, .enquiry-gd h4, .forest-grid h4, .contact-grid1 h4 {
    font-size: 1.3em;
}
.da-thumbs li a div h5 {
        margin: 1.8em 0 0;
}
.choose-gd {
    width: 100%;
}
.choose-gd:nth-child(2),.choose-gd:nth-child(3),.choose-gd:nth-child(4) {
    margin-top: 2em;
}
.google-map {
    margin-top: 2em;
}
.contact-grids {
    margin-top: 2em;
}
.contact-grid h5, .agent-info h5 {
    font-size: 1em;
}
}
@media(max-width:375px){
h2.tittle {
    font-size: 1.5em;
}
.test1 .textbox {
    width: 302px;
    height: 366px;
}
.navbar-brand {
    font-size: 0.95em;
}
.test-list ul li.text {
    font-size: 0.85em;
}
.text-img {
    left: 120px;
}
.welcome-grids, .services-grids, .test-grids, .gallery-grids, .about-grids, .team-grids, .choose-grids, .enquiry-grids, .forest-grids, .statistics-grids {
    margin-top: 1.5em;
}
.test {
    padding: 2em 0 7em;
}
h3.tittle, h3.tittle1, h3.tittle2 {
    font-size: 1.5em;
}
}
@media(max-width:320px){
.banner-info p {
    margin: 0.2em auto 0;
    line-height: 1.5em;
    font-size: 0.8em;
}
.banner-info {
    margin: 1em auto 0;
}
.banner-info h3 {
    font-size: 1.02em;
}
.welcome-head p {
    font-size: 0.85em;
}
.test1 .textbox {
    width: 273px;
    height: 336px;
    padding: 7.5em 0.5em 0;
    left: 0;
}
.welcome-grid,.services-grid,.test-list, .bar-grid,.test-grid,.about-grid,.statistics-grid,.team-gd,.choose-gd,.enquiry-gd,.forest-grid ,.contact-grid,.contact-grid1{
    padding: 0;
}
.welcome-grid:nth-child(2), .welcome-grid:nth-child(3), .welcome-grid:nth-child(4) {
    margin-top: 1em;
}
.services-grid:nth-child(2) {
    margin: 1em 0;
}
.test-list ul li.text {
    font-size: 0.8em;
	margin-left: 0px;
}
.text-img {
    left: 100px;
    top: 170px;
}
.da-thumbs li {
    float: left;
    width: 100%;
}
.da-thumbs li a div h5 {
    margin: 3.5em 0 0;
}
.google-map iframe {
    height: 240px;
}
.google-map {
    margin-top: 1em;
}
.contact-grids {
    margin-top: 1em;
}
.agent-info {
    margin-top: 1.2em;
}
#Choco_right_arrow {
    left: 11% !important;
}
}




















/*-- gallery --*/
.w3layouts_gallery_grid h4{
	text-transform:uppercase;
	font-size:1.5em;
	color:#fff;
}
.w3layouts_gallery_grid{
	padding:0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color:#009CFF;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs > li > a {
    margin-right: 3px;
    border-radius: 0;
    font-size: 15px;
    color: #212121;
    letter-spacing: 1px;
    border: none;
    text-transform: uppercase;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs > li {
    margin-bottom: 0;
}
.nav-tabs {
    margin: 0 0 4em;
}
.nav-tabs > li:nth-child(1) {
	margin-left:0em;
}
.nav-tabs > li > a:hover {
    border: none;
}




/*-- team --*/
.w3layouts_team_grid{
    overflow: hidden;
    position: relative;
}
.w3layouts_team_grid_pos{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color:rgba(0, 0, 0, 0.4);
    right: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}
.w3layouts_team_grid_pos{
    -webkit-transform: scale3d(0,0,1);
    -moz-transform: scale3d(0,0,1);
    -ms-transform: scale3d(0,0,1);
    transform: scale3d(0,0,1);
}
.w3_agile_team_grid:hover .w3layouts_team_grid_pos,.w3layouts_gallery_grid:hover .w3layouts_team_grid_pos,
.w3_agile_class_grid:hover .w3layouts_team_grid_pos{
    opacity:1;
	-webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.w3_agile_team_grid:hover .wthree_text,.w3layouts_gallery_grid:hover .wthree_text,
.w3_agile_class_grid:hover .wthree_text{
    opacity: 1;
	-webkit-transform: translateY(0) scale3d(1,1,1);
    -moz-transform: translateY(0) scale3d(1,1,1);
    -ms-transform: translateY(0) scale3d(1,1,1);
    transform: translateY(0) scale3d(1,1,1);
    -webkit-transition: transform 400ms ease 380ms;
    -moz-transition: transform 400ms ease 380ms;
    transition: transform 400ms ease 380ms;
}
.wthree_text{
    text-align: center;
    position: absolute;
    width: 100%;
    top: 30%;
    opacity: 0;
	    -webkit-transform: translateY(0) scale3d(0,0,1);
    -moz-transform: translateY(0) scale3d(0,0,1);
    -ms-transform: translateY(0) scale3d(0,0,1);
    transform: translateY(0) scale3d(0,0,1);
    -webkit-transition: transform 400ms ease 280ms;
    -moz-transition: transform 400ms ease 280ms;
    transition: transform 400ms ease 280ms;
}
.agileits_social_list li{
	display: inline-block;
}
.agileits_social_list li:nth-child(2){
    margin:0 1.5em;
}
.agileits_social_list li a{
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 1em;
    width: 35px;
    height: 35px;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.agileits_social_list li a i{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	line-height: 2.5em;
}
.agileits_social_list li a:hover{
	background:#fff;
}
a.w3_agile_facebook,.w3_facebook{
	background:#3b5998;
}
a.w3_agile_facebook:hover{
	color:#3b5998;
}
a.agile_twitter,.w3ls_twitter{
	background:#1da1f2;
}
a.w3_agile_dribble,.w3l_dribbble{
	background:#0071E5;
}
a.w3_agile_vimeo{
	background:#1ab7ea;
}
a.agile_twitter:hover{
	color:#1da1f2;
}
a.w3_agile_dribble:hover{
	color:#0071E5;
}
a.w3_agile_vimeo:hover{
	color:#1ab7ea;
}
.agile_social_icons_banner {
    float: right;
    margin:1.6em 2em 0 0;
}
.w3_agile_team_grid{
	text-align:center;
}
.w3_agile_team_grid h4{
	font-size: 1.5em;
    color: #212121;
    margin: 1.5em 0 .2em;
}
.w3_agile_team_grid p{
	color:#58d3f3;
}
/*-- //team --*/
/*-- //gallery --*/
