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

/*colores*/
/*
    amarillo #f0c75e

verde #173B0B

    verde #afcb1e;

*/

/* Zoom agregado*/

/*Fixed*/

.popup {
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
}

.show-popup .popup {
    opacity:1;
    visibility: visible;   
     z-index: 9999; 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    top: 0; 
    left: 0;  
}

.popup > iframe {
    position:absolute;
    top:50px;
    left:40%;
    margin-left:-280px;
}



.popup1 {
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
}

.show-popup .popup1 {
    opacity:1;
    visibility: visible;   
     z-index: 9999; 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    top: 0; 
    left: 0;  
}

.popup1 > iframe {
    position:absolute;
    top:50px;
    left:40%;
    margin-left:-280px;
}

.popup2 {
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
}

.show-popup .popup2 {
    opacity:1;
    visibility: visible;   
     z-index: 9999; 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    top: 0; 
    left: 0;  
}

.popup2 > iframe {
    position:absolute;
    top:50px;
    left:40%;
    margin-left:-280px;
}
.popup3 {
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
}
.show-popup .popup3 {
    opacity:1;
    visibility: visible;   
     z-index: 9999; 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    top: 0; 
    left: 0;  
}
.popup3 > iframe {
    position:absolute;
    top:50px;
    left:40%;
    margin-left:-280px;
}

.popup4 {
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
}
.show-popup .popup4 {
    opacity:1;
    visibility: visible;   
     z-index: 9999; 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    top: 0; 
    left: 0;  
}
.popup4 > iframe {
    position:absolute;
    top:50px;
    left:40%;
    margin-left:-280px;
}

.popup5 {
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
}
.show-popup .popup5 {
    opacity:1;
    visibility: visible;   
     z-index: 9999; 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    top: 0; 
    left: 0;  
}
.popup5 > iframe {
    position:absolute;
    top:50px;
    left:40%;
    margin-left:-280px;
}

.popup6 {
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
}
.show-popup .popup6 {
    opacity:1;
    visibility: visible;   
     z-index: 9999; 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    top: 0; 
    left: 0;  
}
.popup6 > iframe {
    position:absolute;
    top:50px;
    left:40%;
    margin-left:-280px;
}

.popup7 {
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
}
.show-popup .popup7 {
    opacity:1;
    visibility: visible;   
     z-index: 9999; 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    top: 0; 
    left: 0;  
}
.popup7 > iframe {
    position:absolute;
    top:50px;
    left:40%;
    margin-left:-280px;
}

.popup8 {
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
}
.show-popup .popup8 {
    opacity:1;
    visibility: visible;   
     z-index: 9999; 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    top: 0; 
    left: 0;  
}
.popup8 > iframe {
    position:absolute;
    top:50px;
    left:40%;
    margin-left:-280px;
}

.zoom{
    transition: 1.5s ease;
    -moz-transition: 1.5s ease; /* Firefox */
    -webkit-transition: 1.5s ease; /* Chrome - Safari */
    -o-transition: 1.5s ease; /* Opera */
  }
  .zoom:hover{
    transform : scale(1.2);
    -moz-transform : scale(1.2); /* Firefox */
    -webkit-transform : scale(1.2); /* Chrome - Safari */
    -o-transform : scale(1.2); /* Opera */
    -ms-transform : scale(1.2); /* IE9 */
  }



#contenidobaner {
    width:100%;
    text-align:center;
     position:absolute;
}




#baner1 {
    float:left;
    min-width:60px;
    max-width:230px;
  width: calc(100% - 300px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 3em;
  /*position: absolute;*/
}

#baner2 {
    float:right;
     min-width:60px;
    max-width:200px;
  width: calc(100% - 300px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*position: absolute;*/
}

#lista{
  /*padding:0 1em 0 1em;*/
  min-height: 580px;
  width: 60%;
  overflow: hidden;
}

#baner1 img{

  width: 98%;
}

#baner2 img{

  width: 92%;
}



#logo1 img{
    margin-left: 2%;
    margin-top: -25%;
    position: static;
}



#navigationMenu {
  margin-top: -50px;
}



#navigationMenu li{
  list-style:none;
  height:39px;
  padding:2px;
  width:40px;
}

#navigationMenu span{
  /* Container properties */
  width:0;
  left:38px;
  padding:0;
  position:absolute;
  overflow:hidden;

  /* Text properties */
  font-family:'Myriad Pro',Arial, Helvetica, sans-serif;
  font-size:18px;
  font-weight:bold;
  letter-spacing:0.6px;
  white-space:nowrap;
  line-height:39px;
  
  /* CSS3 Transition: */
  -webkit-transition: 0.25s;
  
  /* Future proofing (these do not work yet): */
  -moz-transition: 0.25s;
  transition: 0.25s;
}

#navigationMenu a{
  background:url('../img/menu/navigation2.jpg') no-repeat;

  height:39px;
  width:39px;
  display:block;
  position:relative;
}

/* General hover styles */

#navigationMenu a:hover span{ width:auto; padding:0 20px;overflow:visible; }
#navigationMenu a:hover{
  text-decoration:none;
  
  /* CSS outer glow with the box-shadow property */
  -moz-box-shadow:0 0 5px #9ddff5;
  -webkit-box-shadow:0 0 5px #9ddff5;
  box-shadow:0 0 5px #9ddff5;
}

/* Green Button */

#navigationMenu .home { background-position:0 0;}
#navigationMenu .home:hover { background-position:0 -38px;}
#navigationMenu .home span{
  background-color:#7da315;
  color:#3d4f0c;
  text-shadow:1px 1px 0 #99bf31;
}

/* Blue Button */

#navigationMenu .about { background-position:-38px 0;}
#navigationMenu .about:hover { background-position:-38px -38px;}
#navigationMenu .about span{
  background-color:#1e8bb4;
  color:#223a44;
  text-shadow:1px 1px 0 #44a8d0;
}

/* Orange Button */

#navigationMenu .services { background-position:-76px 0;}
#navigationMenu .services:hover { background-position:-76px -38px;}
#navigationMenu .services span{
  background-color:#c86c1f;
  color:#5a3517;
  text-shadow:1px 1px 0 #d28344;
}

#navigationMenu .youtube { background-position:-114px 0;}
#navigationMenu .youtube:hover { background-position:-114px -38px;}
#navigationMenu .youtube span{
  background-color:#af1e83;
  color:#460f35;
  text-shadow:1px 1px 0 #d244a6;
}


#navigationMenu .twitter { background-position: -152px 0;}
#navigationMenu .twitter:hover { background-position: -152px -38px;}
#navigationMenu .twitter span{
 background-color: #9f14e1; /*#1e8bb4;*/
  color:#223a44;
  text-shadow:1px 1px 0 #44a8d0;
}

/* Purple Button */

#navigationMenu .contact { background-position:-191px 0;}
#navigationMenu .contact:hover { background-position:-191px -38px;} /*deberia ser 190*/
#navigationMenu .contact span{
  background-color: #af1e83;
  color:#460f35;
  text-shadow:1px 1px 0 #d244a6;
}



/* Yellow Button */

#navigationMenu .portfolio { background-position:-228px 0;}
#navigationMenu .portfolio:hover{ background-position:-228px -38px;}
#navigationMenu .portfolio span{
  background-color:#d0a525;
  color:#604e18;
  text-shadow:1px 1px 0 #d8b54b;
}

/* Yellow Button */

#navigationMenu .frances { background-position:-266px 0;}
#navigationMenu .frances:hover{ background-position:-266px -38px;}
#navigationMenu .frances span{
  background-color:#d0a525;
  color:#604e18;
  text-shadow:1px 1px 0 #d8b54b;
}


#navigationMenu .japon { background-position:-304px 0;}
#navigationMenu .japon:hover{ background-position:-304px -38px;}
#navigationMenu .japon span{
  background-color:#d0a525;
  color:#604e18;
  text-shadow:1px 1px 0 #d8b54b;
}





/* The styles below are only needed for the demo page */

#main{
  /*margin:80px auto;*/
  position:relative;
  width:40px;
  margin-top: 50px;
}


h1{
  color:#fff;
  font-size:30px;
  font-weight:normal;
  padding:60px 0 20px;
  text-align:center;
}

h2{
  font-weight:normal;
  text-align:center;
}

h1,h2{
  font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}

a, a:visited,a:active {
  color:#0196e3;
  text-decoration:none;
  outline:none;
}

a:hover{
  text-decoration:underline;
}

a img{
  border:none;
  border: 5px solid #f0c75e;
}

p.note{
  color:#707070;
  font-size:10px;
  text-align:center;
  margin:50px;
}






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"]{
	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{
	padding:0 0;
	margin:0 0;
}
p{
	padding:0 0;
	margin:0 0;
}
ul{
	padding:0 0;
	margin:0 0;	
}
body{
	padding:0 0;
	margin:0 0; 
	font-family: 'Open Sans', sans-serif;
  background: #ECFCD7;
  
}


/*
.header{
  /*background: url(../img/banner.jpg) no-repeat 0px 0px;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  min-height: 809px;
}
.header-top {
  /*margin-top:5em;
  position:relative;
  float: left;
  text-align: left;
  margin: 2px 10px;
  display: inline
}
.header-top:before {
  content: url(../img/left.png) no-repeate 0px 0px;
  position: absolute;
  left: 0px;
  top: -85px;
    background-size: 100% 100%;
}
.header-top:after {
  content: url(../img/right.png)  no-repeate 0px 0px;
  position: absolute;
  right: 0px;
  top: -85px;
    background-size: 100% 100%;
}
.logo {
  margin: 0 auto;
  /*width: 28%;
}
.logo a {
  /*width: 88%;
  display: block;
  font-size: 5em;
  font-family: 'Lobster', cursive;
  text-transform: capitalize;
  text-decoration: none;
  color: #fff;
  text-align: center;
  margin-bottom: 0.5em;
}
.logo span {
  font-size: 0.6em;
  color: #000;
}
.top-menu{
text-align:left;
  border-top: 2px solid #F7F5F5;
    width: 100%;
  margin: 0 auto;
  background-color: #f0c75e;
}
.top-menu ul li{
	display:inline-block;
      margin: 0 1.2em;
     padding: 1.5em 0;
    /* width: 80%;
      padding: 1.5em -3px 1.5em 0;
 }
.top-menu ul li a {
  font-size: 1.3em;
  text-decoration: none;
  color: #fff;
  font-family: 'Droid Sans', sans-serif;
}
.top-menu ul li a:hover {
  color: #f0c75e;
}
.top-menu ul li a.active {
  color: #f0c75e;
}
 span.menu {
  display: none;
  padding: 0em 0 0 0;
}*/

#fondo{
   height: 263px;
   width: 100%;
    background: url(../img/publico/fondo2.png) no-repeat 0px 0px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center
}

.header{
  /*background: #2f3837;*/
  height: 72px;
      margin-left: 50px;
    margin-right: 5px;
}
.logo{
  float: left;
}
.logo a{
  color: #303030;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 2.5em;
}
.logo a:hover{
  text-decoration:none;
}
.logo320{
  display:none;
}

.logo img{
  border: 0px solid #f0c75e;
}

/*----navbar-nav----*/
.top-header{
}
.top-nav ul li a{
  color: #173B0B;
  padding: 1em 2em;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-weight: 300;
  font-weight: bold;
  
}
.top-nav ul li.active a,
.top-nav ul li a:hover{
  color:#FFF;
  /*background-color:#FD5331;*/
}
.logo a{
  display:block;
}
/* top-nav */
.top-nav:before,
.top-nav:after {
    content: " ";
    display: table;
}
.top-nav:after {
    clear: both;
}
nav {
  position: relative;
  float: right;
}
nav ul {
  padding: 0;
  float: right;
}
nav li {
  display: inline;
  float: left;
  position:relative;
}
nav a {
  color: #173B0B;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
}
nav a:hover{
  text-decoration:none;
  /*color:#00A2C1;*/
}


p.banner-center {
  text-align: center;
  width: 66%;
  margin: 0em auto 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 1px;
  /*padding: 2em 0 0;*/
}
.banner-bottom {
  position: relative;
  margin-right: 150px;
}
.banner-grids {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
}


/*Aqui correcion 1*/
.left-grid {
  padding: 0;
  float: right;
    width: 27.3%;
}
.left-grid img {
  width: 100%;
}
a.top-icon {
  text-align: center;
  display: block;
  margin-top: 18em;
}
.right-grid h3 {
  font-size: 3em;
  text-transform: capitalize;
  color: #FFF;
  font-weight: 300;
}
.right-grid  p {
  font-size: 1em;
  color: #FFF;
  line-height: 1.8em;
  font-weight: 300;
  padding: 1em 0 0 0;
}

.center-grid  p {
  padding: 0 1em 0 1em;
  width: 80%;
}

.right-grid {
  background: #afcb1e;
  padding: 2em 2em 0 2em;
  min-height: 267px;
  float: right;
  width: 58.5%;
}
.about-section {
	text-align: center;
	padding: 14em 0 4em;
  margin-top: 140px;
	}
.about-header h3 {
	font-size: 3em;
	text-transform: capitalize;
	color:#173B0B;
	font-weight: 300;
	margin-bottom: 0.5em;
margin-left: 20%;
}
.about-header p {
	font-size: 1.2em;
	color: #555;
}
.about-grids {
  margin-top: 5em;
}
.about-grid h4 {
	font-size: 1.5em;
	 margin: 1em 0 0.5em 0;
	color:#f0c75e;
	text-transform: capitalize;
	 font-weight: 400;
	
}
.about-grid p {
	font-size: 1em;
	/*color: #828181;*/
	line-height: 1.8em;
}
.services-header h3 {
	font-size: 3em;
	text-transform: capitalize;
	color: #fff;
	font-weight: 300;
    margin-bottom: 0.5em;
}
.services-header p {
	font-size: 1.2em;
	color: #fff;
}
.services-grids {
  margin-top: 5em;
}
.ser-grid h4 {
	font-size: 1.5em;
  margin: 1em 0 0.5em 0;
	color: #f0c75e;
	font-weight: 400;
 }
.ser-grid:hover div.ser1 {
  border: 5px solid #f0c75e;
}
.ser-grid p {
	font-size: 1em;
	color: #fff;
	line-height: 1.8em;
}
.ser-bottom {
  margin-top: 5em;
}
.services-section {
  text-align: center;
  padding: 4em 0;
  background: url(../img/publico/banner.jpg) no-repeat 0px 0px;
  min-height: 750px;
  background-size: cover;
}
.ser1 {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 5px solid #fff;
  border-radius: 620px;
   padding: 25px 0px;
}
.team-section {
   padding: 4em 0;
  text-align: center;
    background-color: #eee
}
.team-header h3 {
  font-size: 3em;
  	color:#524E4E;
  text-transform: capitalize;
  margin-bottom: 0.5em;
  font-weight: 300;
 }
.team-header p{
  font-size: 1.2em;
  color: #555;
 }
 .team-grid img {
  border-radius: 1em;
  
 }
.team-grid {
  position: relative;
  text-align: center;
  margin-top:1em; 
}
.team-info {
  position: absolute;
  width: 66%;
  left: 15px;
  top: -1px;
  border-radius: 10em;
  padding: 6.5em 0em;
  display:none;
}
.team-info h3{	
	font-size: 2em;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.team-grid:hover div.team-info{
  display: block;
  background: rgba(100, 116, 25, 0.55);
  border-radius: 1em;
  height: 100%;
  padding: 6em 0em;
}
.team-info h4 {
  font-size: 2.5em;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
 }
.team-info p {
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
 }
.team-info img {
  border: none;
  margin-top:0.2em;  
}
.team-grids {
  margin-top: 5em;
  }
.portfolio-section {
	text-align: center;
	padding: 4em 0;
	background: #f0c75e;
}
.Portfolio-header h3 {
 font-size: 3em;
  text-transform: capitalize;
  color: #fff;
  font-weight: 300;

  margin-bottom: 0.5em;
}
.Portfolio-header p {
	font-size: 1.2em;
	color: #fff;
}
.Portfolio-grid img {
  width: 100%;
}
.gr2 {
  margin: 2em 0;
}
.Portfolio-grids {
  margin-top: 5em;
}
.zoom-icon {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	display: block;
	left: 0;
	top: 0px;
	width: 245px;
    height: 260px;
	background: url(../img/zoom.png) center center no-repeat;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.Portfolio-grid1.zoom-icon {
	top: -50px;
	width: 100%;
	height: 182px;
}
.Portfolio-grid1 a:hover .zoom-icon {
	top: 14%;
	opacity: 1;
	filter: alpha(opacity=99); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}
.Portfolio-grid1{
position:relative;
}
.Testimonials {
  padding: 1em 0;
  background: url(../img/bg18.jpg) no-repeat 0px 0px;
  text-align: center;
   background-size: cover;
   min-height:400px;
   background-position-y: 60%;
}


.testimonial-header {
    background-color: #eee;
}

.testimonial-header h3 {
  font-size: 3em;
  /*text-transform: capitalize;   /*#f0c75e;*/ 
  color: #173B0B ;
  font-weight: 300;
 
  margin-bottom: 0.5em;
}
.testimonial-header p {
	font-size: 1.2em;
	color: #173B0B; /*eee*/
}
.testmonial-text p {
  font-size: 1em;
  line-height: 1.8em;
  color: #fff;
  margin-bottom:0.5em;
}
.testmonial-text h4{
font-size: 1.5em;
   color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  text-align:center;
    padding-top: 1em;
  }
.test-monials {
  margin-top: 20em;
}
.news-section {
  text-align: center;
  padding: 4em 0;
}
.new-date {
  float: left;
  width: 20%;
  margin-right: 2%;
  text-align: left;
}
.new-text {
  float: left;
  width: 78%;
}
.new-header h3 {
	font-size: 3em;
	text-transform: capitalize;
    color:#f0c75e;
	font-weight: 300;
	margin-bottom:0.5em;
}
.new-header p {
	font-size: 1.2em;
	color: #555;
}
.news-grids {
  margin-top: 3em;
}
.new-date h4 {
  font-size: 2.5em;
  font-weight: 600;
  margin-bottom: 0.2em;
  color: #f0c75e;
}
.new-date h5 {
  font-size: 1.5em;
  text-transform: capitalize;
  color: #A8C75C
  ;
}
.new-text p {
	font-size: 1em;
	/*color: #828181;*/
	line-height: 1.8em;
	text-align: left;
}
/*** contact***/
.contact-section{
  background: #eee;
  padding: 4em 0;
 }
.contact-header h3 {
  font-size: 3em;
  text-transform:capitalize;
  color:#524E4E;
  text-align: center;
   margin-bottom: 0.5em;
   font-weight: 300;
  
 }
.contact-header p {
	font-size: 1.2em;
	color: #555;
	text-align: center;
}
.contact-grid {
  margin-top: 5em;
}
.contactdetails-grid h5 span {
	color: #f0c75e;
}
.contactdetails-grid h4 {
  font-size: 1.7em;
  text-transform: capitalize;
 	color:#524E4E;
   margin-bottom: 1em;
   font-weight: 400;

  }
.contact-text p {
	color: #515862;
	font-size: 15px;
	margin: 0 auto;
	font-weight: 300;
	line-height: 1.5em;
}

.contactdetails-grid p span {
	color: #fe2121;
}
.contactdetails-grid h5 {
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 7px 3px;
	color: #000;
}
.contactdetails-grid h4 span {
	color: #fe2121
}
.contactdetails-grid input[type="text"] {
	width: 90%;
	padding: 10px 10px;
	font-size: 15px;
	outline: none;
	border:1px solid #dcdee0;
}
.contactdetails-grid input[type="text"]:hover{
	border:1px solid #f0c75e;
}
.contactdetails-grid textarea {
	width: 90%;
	padding: 10px 10px;
	font-size: 15px;
	height: 20em;
	resize: none;
	outline: none;
	border:1px solid #dcdee0;
}
.contactdetails-grid textarea:hover{
	border:1px solid #f0c75e;
}

.contactdetails-grid input[type="button"] {
	float: right;
	padding: 10px 25px;
	font-size: 1.3em;
	margin: 8px 55px 0 0;
	color: #ffffff;
	font-weight: 400;
	border: none;
	outline: none;
	text-transform:capitalize;
	background: #A8C75C;
}
.contactdetails-grid input[type="button"]:hover {
	background:#f0c75e;
}
.contactdetails-grid1 p {
  font-size: 1em;
  color: #828181;
  line-height: 1.8em;
    margin-top: 0.2em;
}
.contactdetails-grid1 h4 {
  font-size: 1.7em;
  text-transform: capitalize;
	color:#524E4E;
  margin-bottom: 1em;
   font-weight: 400;

}
.contactdetails-grid1 p a {
  color: #2E64FE;
}
.google-map {
  margin-top: 1em;
}
.google-map iframe {
	padding: 15px 0;
	width:100%;
	min-height: 410px;
	border: none;
}
.footer-section{
	padding:4em 0;
	text-align:center;
	background:rgb(29, 29, 29);
}
.footer-bottom {
	margin-top: 1em;
}
.footer-bottom p {
	font-size: 15px;
	color: #d5d6d7;
	font-weight: 400;
}
.footer-bottom a {
	font-size: 15px;
	color:#fff;
	font-weight: 400;
	text-transform: capitalize;
}
.footer-bottom a:hover {
	color: #fff;
}
.footer-bottom p a {
	margin: 0 6px 0 6px;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url("../img/to-top2.png") no-repeat 0px 0px;
}
/*-- responsive-design --*/
@media only screen and (max-width:1024px) {

  /*
.logo a {
 font-size: 4em;
}
.top-menu {
  width: 100%;
  background-color: #f0c75e;
}
.top-menu ul li {
  margin: 0 1.2em;
}
.top-menu ul li a {
  font-size: 1.15em;
}
.header-top {
  /*margin-top: 5em;
}
*/



.logo a img {
background-size: 100%;
/*width: 30%;*/
}
.header {
height: 55px;
}
.top-nav ul li a {
padding: 0.5em 2em;
font-size: 0.9em;
}




p.banner-center {
    font-size: 1.1em;
}
.right-grid h3 {
  font-size: 2.5em;
}
.right-grid p {
  font-size: 0.96em;
}
.right-grid {
   padding: 0.4em 2em 0 2em;
  min-height: 222px;
}
.about-header h3 {
  font-size: 2.5em;
 }
.about-header p {
  font-size: 1.1em;
 }
.about-grid h4 {
  font-size: 1.3em;
 }
.about-grid p {
  font-size: 0.96em;
}
.services-section {
  min-height: 45px;
 }
.services-header h3 {
  font-size: 2.5em;
}
.services-header p {
  font-size: 1.1em;
}
.ser-grid h4 {
  font-size: 1.3em;
}
.ser-grid p {
  font-size: 0.96em;
}
.team-header h3 {
  font-size: 2.5em;
 }
.team-header p {
  font-size: 1.1em;
 }
.team-info h4 {
  font-size: 2em;
 }
.team-info {
  width: 80%;
  left: 16px;
  top: 1px;
}
.team-info img {
  margin-top: 0.4em;
}
.Portfolio-header h3 {
  font-size: 2.5em;
}
.Portfolio-header p {
  font-size: 1.1em;
}
.zoom-icon {
  width: 204px;
  height: 215px;
}
 .testimonial-header h3 {
  font-size: 2.5em;
}
.testimonial-header p {
  font-size: 1.1em;
}
.testmonial-text p {
  font-size: 0.96em;
}
.testmonial-text h4 {
  font-size: 1.3em;
}
.new-header h3 {
  font-size: 2.5em;
}
.new-header p {
  font-size: 1.1em;
}
.new-date h4 {
  font-size: 2em;
}
.new-date h5 {
  font-size: 1.3em;
}
.new-text p {
  font-size: 0.96em;
}
.contact-header h3 {
  font-size: 2.5em;
 }
.contact-header p {
  font-size: 1.1em;
}  
.contactdetails-grid h4 {
  font-size: 1.4em;
}
.contactdetails-grid h5 {
  font-size: 1em;
}
.contactdetails-grid input[type="button"] {
  font-size: 1.1em;
  margin: 8px 44px 0 0;
}
.contactdetails-grid1 h4 {
  font-size: 1.4em;
}
 .contactdetails-grid1 p {
  font-size: 0.96em;
}
}
@media only screen and (max-width: 768px){

/*span.menu {
display: block;
cursor: pointer;
 padding: 1em 0;
}
.top-menu {
float:none;
width: 100%;
background-color: transparent;
}
.top-menu  ul{
  display:none;
}
.top-menu  ul li {
  font-size: 14px;
  display:block;
 }
.top-menu ul li {
  display: block;
  float: none;
  margin: 0em;
  border-bottom: 1px solid #74893E;
  border-right: none;
}
.top-menu ul li {
padding:10px 0 ;
		}
.top-menu ul {
  margin: 15px 0;
  z-index: 999;
  position: absolute;
  width: 100%;
  background: #f0c75e;
  text-align: center;

}
.top-menu ul li a {
display: block;
font-size: 1.1em;
}
.header-top {
  /*margin-top: 10em;
}
*/

.header {
 /*min-height: 600px;*/
}
/*.logo a {
  font-size: 3.5em;
}*/



.logo {
width: 18%;
}
.logo a img {
width: 100%;
}
span.menu:before {
  content: url(../img/menu/nav.png);
  cursor: pointer;    
}
.top-nav {
  width: 80%;
  float: right; 
}
.top-nav  ul{
  display:none;
}
.top-nav  ul li {
  font-size: 12px;
  display:inline-block;
  width: 100%;
}
.top-nav ul li a {
padding:4px;
font-size: 14px;
width: 100%;
}
 span.menu{
  display:block;
  float:right;
  margin: 11px 8px;
}
.top-nav  ul{
  margin: 0;
  z-index: 999;
  position: absolute;
  width: 96%;
  background: #afcb1e;
  text-align: center;
  top: 76%;
  left: 0%;
}
.top-nav ul li.active a, .top-nav ul li a:hover {
color: #FFF;
background-color: #ef8517;
}
.header {
height: 50px;
}











p.banner-center {
  font-size: 1em;
  padding: 3em 0 0
}
.banner-grids {
   top: 0px;
   left: 100px;
    width: 90%;
}
.left-grid {
  float: left;
  width: 40%;
  /*margin-left: 105px;*/
}
.right-grid {
  float: left;
  width: 60%;
  min-height: 198px;
}
.right-grid h3 {
  font-size: 2em;
}
.left-grid img {
  min-height: 198px;
}
.right-grid h3 {
  font-size: 2em;
}
.right-grid {
  padding: 0.4em  1em 0 1em;
 }
.right-grid p {
  font-size: 0.92em;
  line-height: 1.5em;
  padding: 1.2em 0;
  
}

#baner1 img {
  width: 35%;
}

#baner2 img {
  width: 35%;
}



.about-header h3 {
  font-size: 2em;
}
.about-header p {
  font-size: 1em;
}
.about-grid {
  float: left;
  width: 25%;
}
.about-section {
  padding: 17em 0 3em;
  margin-top: 90px;
}
.about-grids {
  margin-top: 3em;
}
.about-grid h4 {
  font-size: 1.1em;
}
.about-grid p {
  font-size: 0.92em;
}
.services-header h3 {
  font-size: 2em;
}
.services-header p {
  font-size: 1em;
}
.ser-grid {
  float: left;
  width: 33.3%;
}
.services-grids {
  margin-top: 3em;
}
.ser-grid h4 {
  font-size: 1.1em;
}
.ser-grid p {
  font-size: 0.92em;
}
.services-section {
  min-height: 300px;
  padding: 3em 0;
}
.ser-bottom {
  margin-top: 3em;
}
.team-section {
  padding: 3em 0;
}
.team-header h3 {
  font-size: 2em;
}
.team-header p {
  font-size: 1em;
 }
.team-grid {
  float: left;
  width: 33.3%;
}
.team-grids {
  margin-top: 3em;
}
.team-info h4 {
  font-size: 1.5em;
}
.team-grid:hover div.team-info {
   padding: 5em 0em;
}
.team-info p {
  font-size: 0.96em;
  }
.team-info {
  width: 87%;
  left: 16px;
  top: 0px
}
.portfolio-section {
  text-align: center;
  padding: 3em 0;
  }
.Portfolio-grids {
  margin-top: 3em;
}
.Portfolio-header h3 {
  font-size: 2em;
}
.Portfolio-header p {
  font-size: 1em;
}
.Portfolio-grid {
  float: left;
  width: 25%;
}
.zoom-icon {
  width: 150px;
  height: 165px;
}
.testimonial-header h3 {
  font-size: 2em;
}
.Testimonials {
  padding: 2em 0;
  min-height: 360px;
}
.testimonial-header p {
  font-size: 1em;
}
.test-monials {
  margin-top: 3em;
}
.testmonial-text p {
  font-size: 0.92em;
}
.news-section {
    padding: 3em 0;
}
.new-header h3 {
  font-size: 2em;
}
.new-header p {
  font-size: 1em;
}
.new-grid {
  float: left;
  width: 33.3%;
}
.new-date h4 {
  font-size: 1.6em;
}
.new-text p {
  font-size: 0.92em;
}
.new-date h5 {
  font-size: 1.1em;
}
.contact-section {
  background: #eee;
  padding: 3em 0;
}
.contact-header h3 {
  font-size: 2em;
}
.contact-header p {
  font-size: 1em;
}
.contactdetails-grid {
  float: left;
  width: 50%
}
.contactdetails-grid1 {
  float: left;
  width: 50%
}
.contact-grid {
  margin-top: 3em;
}
.contactdetails-grid h4 {
  font-size: 1.2em;
}
.contactdetails-grid h5 {
  font-size: 0.96em;
}
.contactdetails-grid1 h4 {
  font-size: 1.2em;
}
.contactdetails-grid1 p {
  font-size: 0.92em;
}
.contactdetails-grid input[type="button"] {
  font-size: 1em;
  margin: 8px 37px 0 0;
}
.footer-section {
  padding: 3em 0;
}
 .footer-bottom p {
  font-size: 14px;
}
 .footer-bottom a {
  font-size: 15px;
}
}
@media only screen and (max-width: 640px){
/*.header {
  min-height: 707px;
}
.logo a {
  font-size: 3em;
}
.logo {
  margin: 0 auto;
  /*width: 30%;
}*/


.logo {
width: 18%;
}
.logo a img {
width: 100%;
}
span.menu:before {
  content: url(../img/menu/nav.png);
  cursor: pointer;    
}
.top-nav {
  width: 80%;
  float: right; 
}
.top-nav  ul{
  display:none;
}
.top-nav  ul li {
  font-size: 12px;
  display:inline-block;
  width: 100%;
}
.top-nav ul li a {
padding:4px;
font-size: 14px;
width: 100%;
}
 span.menu{
  display:block;
  float:right;
  margin: 11px 8px;
}
.top-nav  ul{
  margin: 0;
  z-index: 999;
  position: absolute;
  width: 96%;
  background: #afcb1e;
  text-align: center;
  top: 76%;
  left: 0%;
}
.top-nav ul li.active a, .top-nav ul li a:hover {
color: #FFF;
background-color: #ef8517;
}
.header {
height: 50px;
}


.right-grid h3 {
  font-size: 1.5em;
}
.right-grid p {
 font-size: 0.9em;
 line-height: 1.5em;
}
.left-grid {
  float: none;
  width: 100%;
}
.right-grid {
  float: none;
  width: 100%;
  min-height: 140px;
  padding: 0.8em 1em;
}
.banner-grids {
  top: 0px;
  left: 45px;
}



#baner1 img {
  width: 34%;
}

#baner2 img {
  width: 30%;
}




p.banner-center {
  font-size: 0.96em;
  padding: 1em 0 0;

}
.left-grid img {
  min-height: 0px;
  width: 35%;

}
.about-section {
  padding: 15em 0 3em;
  margin-top: 250px;
}
.about-header h3 {
  font-size: 1.5em;

}
.about-header p {
  font-size: 0.96em;
}
.about-grid h4 {
  font-size: 1.05em;
}
.about-grid p {
  font-size: 0.9em;
}
.services-header h3 {
  font-size: 1.5em;
}
.services-header p {
  font-size: 0.96em;
}
.ser-grid h4 {
  font-size: 1.05em;
  margin: 1em 0 0.8em 0;
}
.ser-grid p {
  font-size: 0.9em;
}
.team-header h3 {
  font-size: 1.5em;
}
.team-header p {
  font-size: 0.96em;
}
.team-info h4 {
  font-size: 1.3em;
}
.team-info {
  width: 85%;
  left: 16px;
  top: 0px;
}
.team-grid:hover div.team-info {
  padding: 3.65em 0em;
}
.Portfolio-header h3 {
  font-size: 1.5em;
}
.Portfolio-header p {
  font-size: 0.96em;
}
.zoom-icon {
  width: 118px;
  height: 130px;
}
.Testimonials {
  min-height: 315px;
}
.testimonial-header h3 {
  font-size: 1.5em;
}
.testimonial-header p {
  font-size: 0.96em;
}
.testmonial-text p {
  font-size: 0.9em;
}
.testmonial-text h4 {
  font-size: 1.1em;
}
.new-header h3 {
  font-size: 1.5em;
}
.new-header p {
  font-size: 0.96em;
}
.new-text p {
  font-size: 0.9em;
}
.new-date h4 {
  font-size: 1.5em;
}
.new-date h5 {
  font-size: 1em;
}
.contact-header h3 {
  font-size: 1.5em;
}
.contact-header p {
  font-size: 0.96em;
}
.contactdetails-grid h4 {
  font-size: 1.1em;
}
.contactdetails-grid h5 {
  font-size: 0.9em;
}
.contactdetails-grid h5 {
  font-size: 0.9em;
}
.contactdetails-grid textarea {
  height: 15em;
}
.contactdetails-grid input[type="button"] {
  font-size: 1em;
  margin: 8px 26px 0 0;
}
.contactdetails-grid1 h4 {
  font-size: 1.1em;
}
.contactdetails-grid1 p {
  font-size: 0.9em;
}
.google-map iframe {
  min-height: 350px;
}
}
@media only screen and (max-width: 480px){
/*.header {
  min-height: 571px;
}
.top-menu ul {
  margin: 0px 0;
  /*background-color: transparent;
}

.logo a {
  font-size: 2.5em;
}
.logo {
  margin: 0 auto;
  width: 34%;
}
.header-top {
  /*margin-top: 8em;
}*/


.logo {
width: 20%;
}
.top-nav ul li a {
font-size: 1em;
padding:0;
}
.top-nav ul {
background: rgba(253, 83, 49, 0.72);
top: 77%;
}
nav a {
line-height: 36px;
}




p.banner-center {
  font-size: 0.92em;
  padding: 1em 0 0;
  width: 93%;
}
.banner-grids {
  top: 26px;
}




#baner1 img {
  width: 36%;
}

#baner2 img {
  width: 30%;
}



.left-grid {
  float: none;
  width: 100%;
}
.right-grid {
  float: none;
  width: 140%;
  min-height: 188px;
  padding: 1em;
  min-width: 250px;
}
.right-grid h3 {
  font-size: 1.3em;
  text-align: center;
}
.about-section {
  padding: 11em 0 2em;
}
.about-header h3 {
  font-size: 1.3em;
}
.about-header p {
  font-size: 0.95em;
  line-height: 1.8em;
}
.about-grid {
  float: left;
  width: 50%;
    margin-top: 2em
}
.about-grids {
  margin-top: 0em;
}
.about-grid h4 {
  font-size: 1em;
}
.services-section {
  min-height: 300px;
  padding: 2em 0;
}
.services-header h3 {
  font-size: 1.3em;
}
.services-header p {
  line-height: 1.8em;
  font-size: 0.92em;
}
.ser-grid h4 {
  font-size: 1em;
  margin: 1em 0;
}
.team-header h3 {
  font-size: 1.3em;
}
.team-header p {
  font-size: 0.95em;
  line-height: 1.8em;
}
.team-section {
  padding: 2em 0;
}
.team-grid:hover div.team-info {
  padding: 1.7em 0;
}
.team-info {
  width: 79%;
  left: 16px;
  top: 0px;
}
.team-grids {
  margin-top: 1em;
}
.portfolio-section {
  text-align: center;
  padding: 2em 0;
}
.Portfolio-header h3 {
  font-size: 1.3em;
}
.Portfolio-header p {
  font-size: 0.95em;
  line-height: 1.8em;
}
.Portfolio-grids {
  margin-top: 2em;
}
.Portfolio-grid {
  float: left;
  width: 50%;
    margin-top: 2em
}
.Portfolio-grids {
  margin-top: 0em;
}
.zoom-icon {
  width: 188px;
  height: 188px;
}
.Testimonials {
  padding: 2em 0;
  min-height: 325px;
}
.testimonial-header h3 {
  font-size: 1.3em;
}
.testimonial-header p {
  font-size: 0.95em;
  line-height: 1.8em;
}
.test-monials {
  margin-top: 1em;
}
.news-section {
  padding: 2em 0;
}
.new-header h3 {
  font-size: 1.3em;
}
.new-header p {
  font-size: 0.95em;
  line-height: 1.8em;
}
.new-grid {
  float: none;
  width: 100%;
  margin-top: 2em;
}
.news-grids {
  margin-top: 0em;
}
.new-date {
  float: left;
  width: 11%;
}
.new-text {
  float: left;
  width: 87%;
}
.contact-section {
  background: #eee;
  padding: 2em 0;
}
.contact-header h3 {
  font-size: 1.3em;
}
.contact-header p {
  font-size: 0.95em;
  line-height: 1.8em;
}
.contact-grid {
  margin-top: 0em;
}
.contactdetails-grid {
  float: none;
  width: 100%;
  margin-top: 2em;
}
.contactdetails-grid h4 {
  font-size: 1em;
}
.contactdetails-grid input[type="text"] {
  width: 100%;
  padding: 5px 10px;
 }
 .contactdetails-grid textarea {
  height: 10em;
}
.contactdetails-grid textarea {
  height: 10em;
    width: 100%;
}
.contactdetails-grid input[type="button"] {
  font-size: 0.95em;
  margin: 8px 3px 0 0;
}
.contactdetails-grid1 {
  float: none;
  width: 100%;
  
  margin-top: 4em;
}
.contactdetails-grid1 h4 {
  font-size: 1em;
}
.google-map iframe {
  min-height: 245px;
}
.footer-section {
  padding: 2em 0;
}
.footer-bottom p {
  font-size: 12px;
}
.footer-bottom a {
  font-size: 12px;
}
}
@media only screen and (max-width: 320px){
/*.logo {
  margin: 0 auto;
  width: 58%;
}
.logo a {
  font-size: 2em;
}*/

.logo {
width:21%;
}
.header {
height: 50px;
}
.top-nav {
width: 77%;
}

p.banner-center {
  font-size: 0.9em;
  padding: 1em 0 0;
  width: 100%;
}
.header-top {
  /*margin-top: 6em;*/
}
.header-top:before {
 
  zoom:0.5 !important;
}
.header-top:after {
    zoom: 0.5!important;
}
.top-menu ul li a {
  display: block;
  font-size: 1em;
}
.banner-grids {
  top: 40px;
}
.right-grid h3 {
  font-size: 1.5em;
}
.right-grid p {
  text-align: center;
}

.center-grid  p {
  padding: 0 1em 0 1em;
  width: 40%;
}


.header {
  min-height: 492px;
}
.about-section {
  padding: 11em 0 1em;
}
.about-header h3 {
  font-size: 1.8em;
}
.about-grid {
  float: none;
  width: 100%;
  margin-top: 1em;
    padding: 0;
}
.about-grid h4 {
  font-size: 1.3em;
}
.services-section {
  padding: 1em 0;
}
.services-header h3 {
  font-size: 1.8em;
}
.ser-grid {
  float: none;
  width: 100%;
  margin-top: 1.5em;
    padding: 0;
}
.services-grids {
  margin-top: 0em;
}
.ser-grid h4 {
  font-size: 1.3em;
  margin: 0.8em 0;
 }
 .team-section {
  padding: 1em 0;
}
.team-header h3 {
  font-size: 1.8em;
}
.team-grids {
  margin-top: 0em;
}
.team-grid {
  float: none;
  width: 100%;
  margin-top: 2em;
}
.team-grid:hover div.team-info {
  padding: 6.3em 0;
}
.team-info {
  width: 89%;
  left: 16px;
  top: 0px;
}
.portfolio-section {
  text-align: center;
  padding: 1em 0;
}
.Portfolio-header h3 {
  font-size: 1.8em;
}
.zoom-icon {
  width: 108px;
  height: 108px;
}
.Testimonials {
  padding: 1em 0;
}
.testimonial-header h3 {
  font-size: 1.8em;
}
.news-section {
  padding: 1em 0;
}
.new-header h3 {
  font-size: 1.8em;
}
.new-date {
  float: left;
  width: 13%;
}
.new-text {
  float: left;
  width: 84%;
}
.new-grid {
   padding: 0;
}
.contact-header h3 {
  font-size: 1.8em;
}
.contact-section {
	padding: 1em 0;
}
.contactdetails-grid h4 {
  font-size: 1.3em;
}
.contactdetails-grid1 h4 {
  font-size: 1.3em;
}
.contactdetails-grid {
  
  padding: 0;
}
.contactdetails-grid1 {
 
  padding: 0;
}
.footer-section {
  padding: 1em 0;
}
}

