/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, asíde, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 100%;
	background: #000000;
}
.wrap{
	margin:0 auto;
	width:80%;
}
/* start header */
.header_bg{
background-color:#2A0000;
background-image:url(../images/fondomadera.png);
}
.header{
	padding: 2%;
}
.logo{
	float: left;
}
.cssmenu {
	float: right;
}
.cssmenu > ul > li {
  	display:inline-block;
 	position: relative;
}
.cssmenu > ul > li.active a{
	color: #febd17;
}
.cssmenu > ul > li  img {
	vertical-align: middle;
}
.cssmenu > ul > li > a {
    font-family: 'Product Sans', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 16px;
	color: #C4C4C4;
	line-height: 1.8em;
	padding: 14px 20px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.cssmenu > ul > li > a:hover {
	color: #ffffff;
}
.cssmenu > ul > li > ul {
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	background: #5C5C5C;
	color:#fff;
	text-align: left;
	position: absolute;
	top: 55px;
	left: 50%;
	margin-top: 22px;
	margin-left: -90px;
	width: 180px;
	-webkit-transition: all .3s .1s;
	-moz-transition: all .3s .1s;
	-o-transition: all .3s .1s;
	transition: all .3s .1s;
}
.cssmenu > ul > li:hover > ul {
	opacity: 1;
	top: 65px;
	visibility: visible;
}
.cssmenu > ul ul > li {
	position: relative;
}
.cssmenu ul ul a {
	border-bottom: 1px solid rgb(34, 33, 33);
	text-transform: uppercase;
    font-family: 'Product Sans', sans-serif;
	color: #ffffff;
	font-size: 14px;
	background: #000000;
	padding: 12px;
	display: block;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.cssmenu ul ul a:hover {
	background-color: #f0f0f0;
}
.cssmenu ul ul ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: -16px;
	left: 206px;
	padding: 8px;
	background-color: #fafafa;
	text-align: left;
	width: 160px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.cssmenu ul ul > li:hover > ul {
	opacity: 1;
	left: 190px;
	visibility: visible;
}
.cssmenu ul ul a:hover {
	background: #FFF5E8;
	color: #000000;
}
/* display with 840px  */
.top-nav{
	display: none;
}
.nav_bg{
	background: #464646;
}
.clearfix {
	height: 40px;
	width: 100%;
	font-size: 11pt;
	position: relative;
	z-index: 9999;
}
.clearfix ul {
	padding: 0;
	margin: 0 auto;
	display: none;
	background: #fff5e8;
}
.clearfix li {
	display: block;
}
.clearfix a {
	color: #555555;
	font-size:15px;
	text-transform:uppercase;
	display: block;
	width:100%;
	text-indent: 10px;
	text-align: left;
	text-decoration: none;
	line-height: 40px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.clearfix li a {
	border-bottom: 1px solid rgba(90, 85, 73, 0.17);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.clearfix li:last-child a {
	border-right: 0;
}
.clearfix a:hover,.clearfix a:active {
	background: #424242;
	color:#ffffff;
}
.clearfix a#pull {
	font-size: 20px;
	display: block;
	width: 100%;
	position: relative;
	color: #FFFFFF;
	background-color: #202227;
}
.clearfix a#pull:after {
	background:url('../images/nav-icon.png')no-repeat;
	width: 30px;
	content:"";
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 10px;
}
/* start main */
.main_bg{
	background: #FFF5E8;
}

.main {
	padding: 2%;
}
.grids_1_of_3{
	padding: 6% 2%;
	text-align:center;
}
.grid_1_of_3{
	display: block;
	float:left;
	margin-left: 4%;
}
.grid_1_of_3:first-child { 
	margin-left: 0; 
} 
.images_1_of_3 {
	width: 30%; 
}
.images_1_of_3 img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}
.images_1_of_3  h3{
	color: #000000;
	text-transform: uppercase;
	margin-top: 0.8em;
	margin-bottom: 0.4em;
	font-size: 2em;
	font-weight: normal;
    font-family: 'Product Sans', sans-serif;
	line-height: 1.8em;
	-webkit-text-stroke: 2px;
	letter-spacing: 1px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.images_1_of_3  h3:hover{
	color: #febd17;
}
.images_1_of_3  p  {
	color: #000000;
	line-height: 1.8em;
    font-family: 'Product Sans', sans-serif;
	font-size: 1em;
}

/* start top_mid_bg */
.top_grid_bg{
	background: url('../images/bg1.jpg') no-repeat;
	background-size: 100%;
}
.top_grid{
	padding:6% 2%;
}
.top_grid_text{
	float: left;
}
.top_grid_text h2{
	color: #ffffff;
	text-transform: capitalize;
	font-size: 2em;
	font-weight: normal;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 1px;
}
.top_grid_btn{
	float:right;
}
.top_grid_btn .btn{
	padding: 12px 30px;
	border: 1px solid #ffffff;
	display: block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.top_grid_btn .btn:hover{
	background: #FFF5E8;
	color:#ffffff;
}
/* top_grid_portolio */
.top_grid_gallery{
	margin-top: 4%;
}
.top_grid_portfoli{
	margin-right: 3.6666666%;
}
.da-thumbs li ,.da-thumbs li  img {
	display: block;
	position: relative;
}
.da-thumbs li  {
	overflow: hidden;
}
.da-thumbs li  article {
	position: absolute;
	background-image:url(../images/image_hover.png);
	background-repeat:repeat;
	width: 100%;
	height: 100%;
}
.da-thumbs li  article.da-animate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}
.da-thumbs li  article a {
	color:#fff;
	padding:20px;
	display:block;
}
.da-thumbs {
	text-align:center;
}
.da-thumbs li  article h3{
	color:#fff;
	font-size:1.5em;
	text-transform:capitalize;
	padding: 80px 0 20px 0;
}
.da-thumbs li  article em{
	margin-bottom:10px;
	color:#fff;
	display:block;
}
.da-thumbs li  article span{
	display:inline-block;
}
span.link_post{
	display:block;
	width:35px;
	height:35px;
	background-color:#febd17;
	cursor:pointer;
	background-image:url(../images/link_post_icon.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-right:10px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}
span.zoom{
	overflow:hidden;
	display:block;
	width:35px;
	height:35px;
	background-color:#febd17;
	cursor:pointer;
	background-image:url(../images/zoom_icon.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:10px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}
.portfolio_2col article h3{
	padding-top:70px !important;
}
/* Image Grid */
.image_grid {
	float:left;
	overflow:hidden;
	position:relative;
}
.image_grid li{
	float: left;
	line-height: 18px;
	color: #686f74;
	list-style:none;
	overflow:hidden;
	text-align:center;
}
/* start mid_grid_bg */
.mid_grid_bg{
	background: #FFF5E8;
}
.mid_grid{
	padding: 6% 2%;
}
.mid_grid h2{
	color: #202227;
	text-transform: capitalize;
	font-size: 2.5em;
	-webkit-text-stroke: 2px;
	letter-spacing: 1px;
}
.mid_grid h3{
	color: #777777;
	text-transform: capitalize;
	font-size: 1.5em;
	margin: 2% 0;
}
.mid_grid h3 a{
	color: #202227;
	text-transform: uppercase;
}
.mid_grid h3 a:hover{
	color: #555555;
}
.mid_grid .btn{
	margin-top:8px;
	padding: 12px 30px;
	border: 1px solid #ffffff;
	background:#202227;
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.mid_grid .btn:hover{
	background: #000000;
}
.mid_grid_left{
	float:left;
	width: 56.333333%;
	margin-right: 4%;
}
.mid_grid_right{
	float:right;
	width:38.333333%;
}
/* start btm_grid */
.btm_grid_bg{
	background: url('../images/bg2.jpg') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.btm_grid{
	padding:6% 2%;
}
.btm_grid h2 {
	color: #ffffff;
	text-transform: capitalize;
	font-size: 2em;
	letter-spacing: 1px;
}
.btm_grid h3{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1em;
	margin: 8% 0 4%;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.btm_grid h3:hover{
	color: rgba(255, 255, 255, 0.69);
}
.btm_grid p{
	margin-top:10%;
	color: rgba(255, 255, 255, 0.69);
	line-height: 1.6em;
	font-size: 1em;
}
.span_of_3 {
	margin-top: 3%;
}
.span1_of_3 {
	width: 30.3333%;
	float: left;
	margin-right: 4%;
}
.span1_of_3:nth-child(3){
	margin-right: 0;
}
.span_of_3 h3.style{
	opacity: 0.5;
}
.span_of_3 h4{
	position: relative;
	display: inline-block;
}
.span_of_3 h4.divider{
	position: absolute;
	background: url('../images/divider.png') no-repeat;
	width: 40px;
	height: 10px;
}
/* start testimonial */
.testimonial_bg{
	background: #f4f4f4;
}
.testimonial{
	padding:6% 2%;
	text-align: center;
}
.testimonial h2 {
	color: #202226;
	text-transform: capitalize;
	font-size: 3em;
}
.testimonial h3{
	color: #A5A5A5;
	font-size: 1.5em;
}
.testimonial_text{
	margin:4% 0;
	background: #FFF5E8;
	padding:4% 8%;
	position: relative;
}
.testimonial_text h4{
	color: #BBBBBB;
	font-size: 2em;
}
.testimonial_text:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 20px solid #FFFFFF;
	border-bottom: 0 solid rgba(0, 0, 0, 0)!important;
	border-right: 15px solid rgba(0, 0, 0, 0)!important;
	border-left: 15px solid rgba(0, 0, 0, 0)!important;
	left: 50%;
	bottom: -20px;
	margin-left: -10px;
}
.client_btn{
	margin-bottom: 4%;
}
.client_btn a{
	display: inline-block;
	text-transform: capitalize;
	font-size: 1.2em;
	padding: 8px 28px;
	color: #ffffff;
	background: #34BCEB;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius:30px;
	-o-border-radius:30px;
}
.client_btn a:hover{
	background: #159ECD;
}
.client_pic ul li{
	display: inline-block;
	margin-right: 10px;
}
.client_pic ul li a img{
	margin-bottom: -4px;
}
.client_pic ul li a.active{
	border-bottom: 5px solid #FEBD17;
}
.client_pic ul li a{
	display:block;	
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.client_pic ul li a:hover{
	border-bottom: 5px solid #FEBD17;
}
/* start clients */
.clients_bg{
	background: #FFF5E8;
}
.clients{
	padding:6% 2%;
	text-align: center;
}
.clients_txt{
	padding-bottom: 4%;
}
.clients h2{
	color: #2E2E2E;
	font-size: 1.8em;
	text-transform: uppercase;
	padding: 15px 0 0px 0px;
	float: left;
}
.clients h3{
	float: right;
	width: 82%;
	background: url(../images/hd-bg.png) 0% 73% repeat-x;
	display: inline-block;
	padding: 10px;
	height: 15px;
	margin-top: 12px;
}
/* start tooltip */
.tool_tip1 {
	margin: 4% 0;
}
.tt-wrapper{
	padding:4% 0 10% 0;	
}
.tt-wrapper li:first-child{
	margin-left: 0;
}
.tt-wrapper li{
	float: left;
	margin-left: 4%;
	width:16.77777%;
}
.tt-wrapper li a{
	display: block;
	outline: none;
	position: relative;
	height: 60px;
}
.tt-wrapper li .tt-sample{
    background-position: 0px 0px;
}
.tt-wrapper li a span{
	text-transform:uppercase;
	width: 100px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	left: 50%;
	margin-left: -64px;
	font-weight: normal;	
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	border: 4px solid #000;
	background:#000000;
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 100px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tt-wrapper li a span:before,
.tt-wrapper li a span:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.tt-wrapper li a span:after{
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #000;
}
.tt-wrapper li a:hover span{
	opacity: 0.9;
	bottom: 70px;
}

/* start products */
.products_bg{
	background: #f1f1f1;
}
.products{
	padding:6% 2%;
	text-align: center;
}
.products h2{
	background: #000000;
	font-size: 1.4em;
	color: #ffffff;
	padding: 10px;
	display: inline-block;
	text-transform: uppercase;
}
.products_of_3{
	display:block;
	margin-top: 4%;	
}
.product1_of_3{
	float: left;
	width: 25.3333%;
	padding: 2%;
	margin-right: 4%;
	background: #FFF5E8;
}
.product1_of_3 h3{
	font-size: 1.2em;
	color: #000000;
	text-transform: capitalize;
	-webkit-text-stroke: 0.5px;
	margin: 4% 0;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.product1_of_3 h3:hover{
	color: #febd17;	
}
.product1_of_3 h4{
	font-size: 1.2em;
	color: #28AAD6;
	-webkit-text-stroke: 0.5px;
}
/* start footer_top */
.footer_top_bg{
	background: #febd17;
}
.footer_top{
	padding:6% 2%;
	text-align: center;
}
.footer_top h2{
	color: #FFFFFF;
	font-size: 2.5em;
}
.footer_top h2  a{
	color: #FFFFFF;
	text-decoration: none;
}
.footer_top h2  a:hover{
	text-decoration:none;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
/* start footer */
.footer_bg{
background-image:url(../images/fondomadera.png);
}
.footer{
	padding:6% 2%;
}
.span1_of_4{
	float:left;
	width: 20.3333333%;
	margin-right: 4%;
	line-height: 140%;
}
.span1_of_4  h2{
	font-size: 1.2em;
	color: #ffffff;
	text-transform:uppercase;
	margin-bottom: 8%;
}
.f_nav1 li{
	display: inline-block;
}
.f_nav1 li a{
	display: block;
	color: #ABABAB;
	line-height: 1.8em;
	font-size: 1em;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.f_nav1 li a:hover{
	color: #ffffff;
}
.f_nav2 li{
	margin:10px 5px 0 0;
	display: inline-block;
	background: #222222;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
}
.f_nav2 li:hover{
	background: #333333;
}
.f_nav2 li a{
	display: block;
	color: #ABABAB;
	font-size: 1em;
	padding: 10px;
}
p.f_para{
	color: #ABABAB;
	line-height: 1.8em;
	font-size: 1em;
}
/*search*/
.search{
	margin-top:8%;
	position: relative;
	background: #FFF5E8;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}
.search input[type="text"]{
    font-family: 'Product Sans', sans-serif;
	padding:10px 16px;
	outline: none;
	color: #5a5a5a;
	background: none;
	border: none;
	width: 68.33333%;
	line-height: 1.5em;
	position: relative;
	font-size: 1em;
	text-transform: capitalize;
}
.search input[type="submit"]{
	background: url('../images/search1.png') no-repeat 8px 12px;
	padding: 10px 0px;
	border: none;
	cursor: pointer;
	width: 14.33%;
	line-height: 1.5em;
	outline: none;
	position: absolute;
}
.search input[type="submit"]:hover {
	background:url('../images/search1_h.png') no-repeat 8px 12px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.footer_btm{
	margin-top:4%;
	border-top: 4px solid #febd17;
	padding-top: 4%;
}
.copy{
	float:left;
}
.copy p{
	font-size: 1em;
	text-transform:uppercase;
	color: #B9B9B9;
}
.copy p span{
	color: #ffffff;
}
.copy p a{
	color:#ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.copy p a:hover{
	color: #B9B9B9;
}
/*---top-social-icons-----*/
.social-icons {
	float: right;
}
.social-icons li{
	float:left;
	margin-right:10px;
	display:inline-block;
}
.social-icons li a {
	height: 35px;
	width: 35px;
	display: block;
	background:url(../images/social_icons.png);
}
.social-icons li:first-child a{
	background:url(../images/social_icons.png) 0% 0%;
}
.social-icons li:first-child a:hover{
	background: url(../images/social_icons.png) 0% 100%;
}
.social-icons li:nth-child(2) a{
	background: url(../images/social_icons.png) 15.5% 0%;
}
.social-icons li:nth-child(2) a:hover{
	background: url(../images/social_icons.png) 15.5% 100%;
}
.social-icons li:nth-child(3) a{
	background: url(../images/social_icons.png) 32% 0%;
}
.social-icons li:nth-child(3) a:hover{
	background: url(../images/social_icons.png) 32% 100%;
}
.social-icons li:nth-child(4) a{
	background: url(../images/social_icons.png) 49% 0%;
}
.social-icons li:nth-child(4) a:hover{
	background: url(../images/social_icons.png) 49% 100%;
}
.social-icons li:nth-child(5) a{
	background: url(../images/social_icons.png) 66% 0%;
}
.social-icons li:nth-child(5) a:hover{
	background: url(../images/social_icons.png) 66% 100%;
}
.social-icons li:nth-child(6) a{
	background: url(../images/social_icons.png) 82% 0%;
}
.social-icons li:nth-child(6) a:hover{
	background: url(../images/social_icons.png) 82% 100%;
}
.social-icons li:nth-child(7) a{
	background: url(../images/social_icons.png) 100% 0%;
}
.social-icons li:nth-child(7) a:hover{
	background: url(../images/social_icons.png) 100% 100%;
}
.social-icons li:nth-child(8) a{
	background: url(../images/social_icons.png) 66% 0%;
}
.social-icons li:nth-child(8) a:hover{
	background: url(../images/social_icons.png) 66% 90%;
}
.social-icons li:nth-child(9) a{
	background: url(../images/social_icons.png) 74% 0%;
}
.social-icons li:nth-child(9) a:hover{
	background: url(../images/social_icons.png) 74% 90%;
}
.social-icons li:nth-child(10) a{
	background: url(../images/social_icons.png) 83% 0%;
}
.social-icons li:nth-child(10) a:hover{
	background: url(../images/social_icons.png) 83% 90%;
}
.social-icons li:nth-child(11) a{
	background: url(../images/social_icons.png) 92% 0%;
}
.social-icons li:nth-child(11) a:hover{
	background: url(../images/social_icons.png) 92% 90%;
}
.social-icons li:nth-child(12) a{
	background: url(../images/social_icons.png) 100% 0%;
}
.social-icons li:nth-child(12) a:hover{
	background: url(../images/social_icons.png) 100% 90%;
}
/* start portfolio */
.grids_1_of_3_btm{
	text-align:center;
	margin-bottom: 4%;
}
/* start service*/
.ser-main{
	display: block;
	margin: 4% 0;
}
.ser-grid{
	float:right;
}
.ser-grid-list:nth-last-child(2){
	margin-right: 0;
}
.ser-grid-list{
	float: left;
	width: 21.33333%;
	margin-right: 4%;
}
.ser-grid-list img{
	margin-top:15px;
}
.ser-grid-list p{
	margin: 8% 0;
}
.ser-para {
	margin: 2% 0;
}
h2.style{
	color: #202226;
	text-transform: capitalize;
	font-size: 3em;
	letter-spacing: -1px;
}
p.para{
	color: #000000;
	line-height: 1.8em;
	font-size: 1em;
}
.btn_s {
	padding: 12px 30px;
	border: 1px solid #ffffff;
	background: #202227;
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.btn_s:hover {
	background: #000000;
}
/* start staff */
.staff h3 {
	margin-top:4%;
	color: #000000;
	text-transform: capitalize;
	font-size: 1.5em;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.staff h3:hover {
	color: #79C378;
}
/* start blog */
.blog {
background: #FFF5E8;
	padding: 2%;
}
.blog_list{
	margin-top: 2%;
}
.blog_list h5{
	text-transform:capitalize;
	line-height: 1.5em;
	font-size:1.4em;
	color: #202227;
	-webkit-text-stroke: 0.2px;
}
.blog_list h5 a{
	color: #febd17;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.blog_list h5 a:hover{
	color: #202227;
}
.blog_para{
	margin: 2% 0;
}
.blog_para p a{
	float: left;
	margin-right: 4%;
}
.blog_para p a img{
	margin-top: 10px;
}
.read_more1{
	margin-top: 2%;
}
/***Contact*/
.contact{
	padding:4% 2%;
}
.map{
	margin: 2% 0;
}
.col{
	display: block;
}
.contact-form{
	position:relative;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span label{
	color: #202227;
	display: block;
	font-size: 1em;
	padding-bottom: 5px;
}
.contact-form input[type="text"], .contact-form textarea {
    font-family: 'Product Sans', sans-serif;
	background: #FFF5E8;
	border: 1px solid #A0A0A4;
	color: rgba(85, 81, 81, 0.84);
	padding: 8px;
	display: block;
	width: 98%;
	outline: none;
	-webkit-appearance: none;
	text-transform: capitalize;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
    font-family: 'Product Sans', sans-serif;
	cursor:pointer;
	-webkit-appearance: none;
	padding: 12px 30px;
	border: 1px solid #ffffff;
	background: #202227;
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.contact-form input[type="submit"]:hover{
	background: #000000;
}
/* start feature */
.top_grid_bg1{
	background: #ffffff
}
.top_grid_btn1 {
	float: right;
}
.top_grid_btn1 .btn {
	padding: 12px 30px;
	border: 1px solid #202227;
	display: block;
	font-size: 1em;
	text-transform: uppercase;
	color: #202227;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.top_grid_btn1 .btn:hover{
	background: #202227;
	color:#ffffff;
}



body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
html, body{
    font-size: 100%;
    font-family: 'Product Sans', sans-serif;
}
body{
	background:#FFFFFF;
}
/*-- banner --*/
.banner{
	background:url(../images/8.jpg) no-repeat 0px 0px;
	background-size:cover;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/*-- header-left --*/
.header {
    padding: 1em 0;
}
.header-left{
    text-align: center;
}
.w3layouts-logo h1 {
    margin: 0;
}
.w3layouts-logo h1 a {
    color: #FFFFFF;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 28px;
    text-transform: uppercase;
}
.w3layouts-logo h1 a span{
	color: #ffffff !important;
    font-weight: 100;
    text-transform: capitalize;
    display: block;
    font-size: .35em;
    letter-spacing: 17px;
}
/*-- //header-left --*/
/*-- top-nav --*/
.top-nav{
    margin: 2em 0 0 0;
}
.top-nav ul{
    padding: 1em 0;
    margin: 0;
    border-top: solid 1px rgba(255, 255, 255, 0.54);
    border-bottom: solid 1px rgba(255, 255, 255, 0.54);
}
.top-nav ul li{
    display: inline-block;
    float: none;
    margin: 0 3em;
}
.top-nav ul li:nth-child(1){
	margin-left:0;
}
.top-nav ul li:last-child{
	margin-right:0;
}
ul.nav.navbar-nav {
    float: none;
    text-align: center;
    background: none;
}
.navbar-default{
    background: none;
    border: none;
    margin: 0;
}
.navbar {
    min-height: 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
    box-shadow: 1px 0px 0px 0px rgba(72, 72, 72, 0);
    outline: none;
    border-right: none;
    border-top: solid 1px rgba(255, 255, 255, 0.54);
    border-bottom: solid 1px rgba(255, 255, 255, 0.54);
}
.top-nav ul li a{
	color: #603a3a !important;
    font-size: 1em;
    margin: 0;
    text-decoration: none;
    padding: 0;
    font-weight: 600;
    letter-spacing: 1px;
    border-right: none;
}
.top-nav ul li a.list-border{
	border-left: none;
}
.top-nav ul li a:hover{
	color: #ffffff !important;
}
.top-nav ul li a.active{
    color: #febd17 !important;
    background: none;
}
/*-- //top-nav --*/
/*-- w3-banner --*/
.w3-banner{
    padding: 6em 0 8em 0;
    text-align: center;
}
#typer {
	vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    font-size: 6em !important;
    font-weight: 800;
    letter-spacing: 8px;
}
.top-banner-right{
	margin:2em 0 0 0;
}
.top-banner-right ul{
	padding:0;
	margin:0;
}
.top-banner-right ul li{
	display:inline-block;
	margin:0 1em;
}
.top-banner-right ul li:nth-child(4){
	margin-right:0;
}
.top-banner-right ul li a{
	color:#fff;
	font-size:1em;
}
.top-banner-right ul li a:hover{
    color: #febd17;
}
.w3ls-phone{
	margin: 9em 0 0 0;
}
.w3ls-phone h2 {
    color: #FFFFFF;
    font-size: 3em;
    margin: 0;
    text-align: center;
    font-weight: 300;
}
/*-- w3-banner --*/
/*-- about --*/
.about,.middle-bottom,.portfolio,.team,.blog,.footer{
background: #FFF5E8;
	padding:4em 0;
}
.w3ls-heading{
	text-align:center;
}
.w3ls-heading h3{
    color: #000000;
    font-size: 3em;
    margin: 0;
    font-weight: 800;
}
.w3ls-heading p{
	color: #212121;
    font-size: .9em;
    margin: 1em 0 0 0;
    letter-spacing: 3px;
}
.agileits-about-grids,.middle-bottom-grids,.agileits_portfolio_grids,.inner_w3l_agile_grids,.w3-agile-blog-grids {
	margin:4em 0 0 0;
}
.agileits-about-grid p{
	font-size:.9em;
	margin:0;
	line-height:1.8em;
	color:#999999;
}
.agileinfo-about-slide {
    margin: 4em 0 0 0;
}
.about-grid-info img {
    width: 100%;
}
.about-grid-caption h4{
	color: #FFFFFF;
    font-size: 2em;
    margin: .5em 0 0 0;
}
.about-grid-caption p{
    color: #c5c5c5;
    font-size: .9em;
    margin: 0;
}
.about-grid-caption {
    background: rgba(0, 0, 0, 0.61);
    padding: 6em 1em 1em 1em;
    position: absolute;
    left: 0;
    bottom: -110%;
    text-align: center;
    width: 100%;
    height: 255px;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.about-grid-info:hover .about-grid-caption{
    bottom: 1%;
}
/*-- //about --*/
/*--//middle-bottom --*/
.middle-bottom {
    background: #eee;
}
.middle-bottom h4 {
    font-size: 1em;
    text-align: left;
    font-weight: 800;
    letter-spacing: 3px;
    color: #212121;
    text-transform: uppercase;
}
.middle-bottom-grids p {
    font-size: .9em;
    text-align: left;
    line-height: 1.8em;
    margin: 1em 0 0 0;
    color: #999999;
}
.middle-bottom span {
    font-size: 3em;
    color: #febd17;
    padding-right: .5em;
}
.w3l-one,.w3-two {
    border-left: 1px solid #bbbbbb;
}
.one-2 {
    padding: 9em 0 0;
}
.two {
    padding: 11em 0 0;
}
.two-1 {
    padding: 11em 0;
}
.one-3 {
    padding: 9em 0;
}
/*--//middle-bottom --*/
/*-- portfolio --*/
.agileits_portfolio_grids{
	margin:1em 0 0;
}
.agileinfo_portfolio_grid{
	margin-top:2em;
}
.hovereffect {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    width: 100%;
}

.hovereffect:hover img {
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
  -moz-filter: brightness(0.6);
  -o-filter: brightness(0.6);
  -ms-filter: brightness(0.6);
}

.hovereffect h4 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 1.1em;
    font-weight: 600;
    background-color: transparent;
    color: #ffffff;
    padding: 1em 0 0 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

.hovereffect p{
	color: #FFF;
    line-height: 1.8em;
    margin: 0;
    font-size: .9em;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

.hovereffect:hover p, .hovereffect:hover h4 {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*-- //portfolio --*/
/*-- team --*/
.team{
	background: url(../images/8.jpg)no-repeat 0px 0px;
	background-size:cover;
	background-attachment:fixed;
}
.team-heading h3,.team-heading p{
	color:#FFFFFF;
}
.tab1 .team-img-w3-agile{
	  background: url(../images/t1.jpg)no-repeat 0px 0px;
}
.tab2 .team-img-w3-agile{
	  background: url(../images/t2.jpg)no-repeat 0px 0px;
}
.tab3 .team-img-w3-agile{
	  background: url(../images/t3.jpg)no-repeat 0px 0px;
}
.tab4 .team-img-w3-agile{
	  background: url(../images/t4.jpg)no-repeat 0px 0px;
}
.tab5 .team-img-w3-agile{
	  background: url(../images/t5.jpg)no-repeat 0px 0px;
}
.tab6 .team-img-w3-agile{
	  background: url(../images/t6.jpg)no-repeat 0px 0px;
}
.tab7 .team-img-w3-agile{
	  background: url(../images/t7.jpg)no-repeat 0px 0px;
}
.tab8 .team-img-w3-agile{
	  background: url(../images/t8.jpg)no-repeat 0px 0px;
}
.tab9 .team-img-w3-agile{
	  background: url(../images/t9.jpg)no-repeat 0px 0px;
}
.tab1 .team-img-w3-agile,
.tab2 .team-img-w3-agile,
.tab3 .team-img-w3-agile,
.tab4 .team-img-w3-agile,
.tab5 .team-img-w3-agile,
.tab6 .team-img-w3-agile,
.tab7 .team-img-w3-agile,
.tab8 .team-img-w3-agile,
.tab9 .team-img-w3-agile
{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 342px;
    width: 27%;
}
.team-Info-agileits {
    text-align: left;
    padding: 2em 0 0 3em;
}
.team-Info-agileits h4 {
    letter-spacing: 1px;
    font-size: 1.2em;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
}
.team-Info-agileits span {
	font-size: .9em;
    letter-spacing: 0;
    color: #ECBA2E;
}
.team-Info-agileits p {
	font-size: 0.9em;
	color: #003333;
	line-height: 1.8em;
	margin: 1.5em 0 2em;
}
.resp-tabs-list li{
       border:3px solid #fff;
}
li.resp-tab-item.resp-tab-active{
    border: 3px solid #ECBA2E;
}
ul.resp-tabs-list {
    text-align: center;
}
.resp-tabs-list li img {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    width: 100%;
}
.inner_w3l_agile_grids {
    margin-top: 4em;
}
.w3_agileits_social_media.team_agile_w3l {
    margin: 0;
    float: none;
    padding: 0;
}
li.agileinfo_share.team {
    color: #444;
    font-weight: 700;
    letter-spacing: 4px;
}
.w3_agileits_social_media {
    float: right;
    padding: 6em 6em 0 0em;
       margin-top: 7em;
}
ul.social-icons3{
	display:block;
	padding: 0;
	margin-top: 1em;
}
ul.social-icons3 li{
	display:inline-block;
}
ul.social-icons3 li a{  
    display: block;
    height: 30px;
    width: 30px;
    margin-right: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
	    margin-right: 0.4em;
	-webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    line-height: 30px;
	color:#fff;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	text-align:center;
}
ul.social-icons3 li a.wthree_facebook{
	 background:#4D669C;
}
ul.social-icons3 li a.wthree_twitter{
	 background:#1da1f2;
}
ul.social-icons3 li a.wthree_dribbble{
	 background:#ea4c89;
}
ul.social-icons3 li a.wthree_behance{
	 background:#0096ff;
}
ul.social-icons3 li a:hover{
	text-decoration:none;
	opacity:0.8;
}
li.agileinfo_share {
    color: #212121;
    letter-spacing: 1px;
    margin-right: 10px;
    font-size: 1em;
    font-weight: 600;
}
/*-- //team --*/
/*-- blog --*/
.w3-agile-blog-left a img{
	width:100%;
}
.blog-left-left {
    float: left;
    width: 80px;
    height: 80px;
    background: #febd17;
    text-align: center;
    padding: 1.3em 0 0 0;
}
i.fa.fa-pencil {
    color: #FFFFFF;
    font-size: 2.5em;
}
.blog-left-right-top{
    float: left;
    width: 72%;
    margin-left: 1em;
}
.blog-left-right-top h4 {
    color: #000000;
    font-size: 1em;
    margin: 0 0 .5em 0;
    font-weight: 600;
    line-height: 1.4em;
}
.blog-left-right-top h4 a {
    text-decoration: none;
    color: #000000;
}
.blog-left-right-top p {
    margin: 0 0 1em;
    font-size: .9em;
    color: #333333;
}
.blog-left-right-top p a {
	color: #febd17;
    text-decoration: none;
}
.blog-left-right-top p a:hover{
	color:#ffffff;
}
.blog-left-right-top h4 a:hover{
    color: #febd17;
}
.blog-left-right-top h4 a:focus,.w3-agile-blog-left a:focus,.w3-agile-blog-right-info a:focus{
	outline:none;
}
.w3-agile-blog-right-info p{
    margin: 1em 0 2em 0;
    font-size: .9em;
    color: #999999;
    line-height: 1.8em;
}
.w3-agile-blog-right-info a{
    color: #212121;
    font-size: .9em;
    text-decoration: none;
    padding: .5em 1em;
    border: solid 1px #212121;
}
.w3-agile-blog-right-info a:hover{
	background: #febd17;
    color: #FFFFFF;
    border: solid 1px #febd17;	
}
.w3-agile-blog-grid:nth-child(2){
	margin:2em 0 0 0;
}
/*-- //blog --*/
/*-- model --*/
.agileits-w3layouts-info img{
	width:100%;
}
.modal-header h4 {
    font-size: 2em;
    color: #212121;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 0;
    font-weight: 800;
	text-transform:uppercase;
}
.modal-header h4 span{
    text-transform: capitalize;
    font-weight: 300;
    color: #febd17;
    letter-spacing: 1px;
    font-size: .8em;
}
.modal-body p{
    margin: 1em 0 0 0;
    font-size: .875em;
    color: #999999;
    line-height: 1.8em;
}
/*-- //model --*/
/*-- footer --*/
.footer{
background-image:url(../images/fondomadera.png);
}
.social {
    margin: 1em 0 0 0;
    text-align: center;
}
.social ul{
	padding:0;
	margin:0;
}
.social ul li{
	display:inline-block;
}
.social ul li a {
	color: #333;
    text-align: center;
}
.social ul li a i.fa{
    height: 40px;
    width: 40px;
    background: none;
    line-height: 37px;
    border: solid 2px #FFF;
    color: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    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 ul li a i.fa.fa-facebook:hover {
    height: 40px;
    width: 40px;
    line-height: 37px;
	background: #3b5998;
}
.social ul li a i.fa.fa-twitter:hover{
    height: 40px;
    width: 40px;
    line-height: 37px;
	background: #1da1f2;
}
.social ul li a i.fa.fa-rss:hover{
    height: 40px;
    width: 40px;
    line-height: 37px;
	background: #f26522;
}
.social ul li a i.fa.fa-vk:hover{
    height: 40px;
    width: 40px;
    line-height: 37px;
	background: #45668e;
}
.social ul li:nth-child(2){
	margin:0 .5em;
}
.social ul li:nth-child(3){
	margin:0 .5em 0 0;
}
.border {
	border-bottom: solid 1px #FFFFFF;
    width: 6%;
    margin: 2em auto;
}
.agileits-w3layouts-copyright p{
    color: #FFFFFF;
    font-size: .9em;
    margin:0;
    text-align: center;
}
.agileits-w3layouts-copyright p a{
    color: #febd17;
    text-decoration: none;
}
.agileits-w3layouts-copyright p a:hover{
	color:#FFFFFF;
}
/*-- //footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}


/***** Media Quries *****/
@media only screen and (max-width: 1366px) {
	.wrap{
		width:95%;
	}
	#fwslider .title {
		margin-left: 8%;
	}
	#fwslider .description {
		margin-left: 8%;
	}
	.image_grid {
		width: 21.333%;
	}
	.tool_tip > ul > li {
		width: 16.33333%;
	}
	.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }

}
@media only screen and (max-width: 1280px) {
	.wrap{
		width:95%;
	}
	.image_grid {
		width: 21.333%;
	}
	.tool_tip > ul > li {
		width: 16.33333%;
	}
	.cssmenu > ul > li > a {
		padding: 14px 16px;
	}
	.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }

}
@media(max-width:1080px){
	.top-nav ul li {
		margin: 0 2em;
	}
	.about-grid-caption {
		padding: 4em 1em 1em 1em;
		height: 220px;
	}
	.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }

}

@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.tool_tip > ul > li > ul {
		margin-left: -50px;
	}
	.clients h3 {
		width: 76%;
	}
	.cssmenu > ul > li > a {
		padding: 14px 10px;
	}
	.search input[type="text"] {
		width: 60.33333%;
	}
	.search input[type="submit"] {
		background: url('../images/search1.png') no-repeat 4px 12px;
	}
	.search input[type="submit"]:hover {
		background: url('../images/search1_h.png') no-repeat 4px 12px;
	}
	.images_1_of_3 h3 {
		font-size: 1.5em;
	}
	.hovereffect h4 {
		padding: .5em 0 0 0;
	}
	.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }

}

@media(max-width:991px){
	.top-nav ul li {
		margin: 0 1em;
	}
	#typer {
		font-size: 4em !important;
	}
	.w3ls-phone {
		margin: 6em 0 0 0;
	}
	.w3-banner {
		padding: 4em 0 6em 0;
	}
	.about-grid-caption {
	    padding: 3em 1em 1em 1em;
		height: 168px;
	}
	.one-2 {
		padding: 3em 0 0;
	}
	.one-3,.two-1 {
		padding: 3em 0;
	}
	.two {
		padding:0;
	}
	.agileits_portfolio_grid {
		float: left;
		width: 50%;
	}
	.hovereffect h4 {
		padding: 2em 0 0 0;
}
.tab1 .team-img-w3-agile,
.tab2 .team-img-w3-agile,
.tab3 .team-img-w3-agile,
.tab4 .team-img-w3-agile,
.tab5 .team-img-w3-agile,
.tab6 .team-img-w3-agile,
.tab7 .team-img-w3-agile,
.tab8 .team-img-w3-agile,
.tab9 .team-img-w3-agile
{
		min-height: 259px;
		width: 30%;
		float: left;
	}
	.team-Info-agileits {
		float: left;
		width: 70%;
	}
	.w3-agile-blog-right {
		margin: 2em 0 0 0;
	}
	.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }

}
@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.search input[type="text"] {
		padding: 8px 16px;
	}
	.logo {
		text-align:center;
		float: none;
	}
	.cssmenu {
		float: none;
		text-align:center
	}
	.cssmenu {
		display: none;
	}
	.top-nav{
		display:block;
	}
	.footer_top h2 {
		font-size: 2em;
	}
	.span1_of_4 {
		float: left;
		width: 45.333333%;
		margin: 4% 4% 0 0;
	}
	.span1_of_4:nth-child(2),.span1_of_4:nth-child(4){
		margin-right: 0;
	}
	.search input[type="text"] {
		width: 75.33333%;
	}
	.footer_btm {
		text-align: center;
	}
	.social-icons {
		float: none;
		margin-bottom: 4%;
	}
	.social-icons li {
		float: none;
	}
	.copy {
		float: none;
	}
	.ser-grid-list {
		float: left;
		width: 45.33333%;
		margin-right: 4%;
	}
	.ser-grid-list:nth-child(2),.ser-grid-list:nth-child(4){
		margin-right: 0
	}
	.da-thumbs li article h3 {
		font-size: 1em;
		padding: 30px 0 20px 0;
	}
	h2.style {
		font-size: 2em;
	}
	.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }

}
@media(max-width:768px){
	.about-grid-caption {
		padding: 5em 1em 1em 1em;
		height: 240px;
	}
	.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }

}
@media(max-width:736px){
	.navbar-toggle {
		float: none;
		margin-right: 0;
	}
	.navbar {
		text-align: center;
	}
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #febd17;
	}
	.top-nav ul li {
		margin: 1em 0;
		display: block;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		background: rgba(0, 0, 0, 0.8);
		position: absolute;
		width: 100%;
		z-index: 9999;
	}
	.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }

}
@media(max-width:667px){
	.about-grid-caption {
		height: 218px;
	}
	.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }

}

@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.testimonial h2 {
		font-size: 2em;
	}
	.testimonial_text h4 {
		font-size: 1.5em;
	}
	.clients h2 {
		font-size: 1.5em;
	}
	.clients h3 {
		width: 66%;
	}
	.clients_txt {
		padding-bottom: 10%;
	}
	.images_1_of_3 {
		width: 99.333%;
	}
	.grid_1_of_3 {
		margin-left: 0%;
	}
	.da-thumbs li article h3 {
		font-size: 1em;
		padding: 10px 0 10px 0;
	}
	#typer {
		font-size: 3em !important;
	}
	.w3-banner {
		padding: 3em 0 3em 0;
	}
	.w3ls-phone h2 {
		font-size: 2em;
	}
	.w3ls-phone {
		margin: 4em 0 0 0;
	}
	.about-grid-caption {
		height: 208px;
		padding: 4em 1em 1em 1em;
	}
	.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }
	
}

@media(max-width:600px){
	.about-grid-caption {
		height: 194px;
	}
	.hovereffect h4 {
		padding: 1em 0 0 0;
	}
	.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }

}
@media(max-width:568px){
	.about-grid-caption {
		height: 183px;
}
.tab1 .team-img-w3-agile,
.tab2 .team-img-w3-agile,
.tab3 .team-img-w3-agile,
.tab4 .team-img-w3-agile,
.tab5 .team-img-w3-agile,
.tab6 .team-img-w3-agile,
.tab7 .team-img-w3-agile,
.tab8 .team-img-w3-agile,
.tab9 .team-img-w3-agile
{
		min-height: 195px;
	}
	.team-Info-agileits {
		padding: 0em 0 0 1em;
	}
	#typer {
		letter-spacing: 4px;
	}
	.w3-banner {
		padding: 1em 0;
	}
	.w3ls-phone {
		margin: 2em 0 0 0;
	}
	.about-grid-caption {
		height: 290px;
		padding: 7em 1em 1em 1em;
	}
	.top-nav {
		margin: 1em 0 0 0;
	}
	.hovereffect h4 {
		padding: 0em 0 0 0;
	}
	.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }

}
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.images_1_of_3 {
		width: 99.333%;
		margin-top: 4%;
	}
	.images_1_of_3 h3 {
		margin: 0;
	}
	.grid_1_of_3 {
		margin-left: 0%;
	}
	.mid_grid h2 {
		font-size: 1.5em;
		-webkit-text-stroke: 1px;
	}
	.mid_grid h3 {
		font-size: 1em;
	}
	.span1_of_3 {
		margin-top:4%;
		width: 99.3333%;
		float: none;
		margin-right: 0%;
	}
	.testimonial_text h4 {
		font-size: 1em;
	}
	.clients h3 {
		width: 50%;
	}
	.tool_tip > ul > li > ul {
		width: 99.33333%;
	}
	.span1_of_4 {
		float: none;
		width: 99.333333%;
		margin: 4% 0% 0 0;
	}
	.span1_of_4 h2 {
		margin-bottom: 4%;
	}
	.search input[type="text"] {
		width: 80.33333%;
	}
	.ser-grid-list {
		float: left;
		width: 99.33333%;
		margin-right: 0%;
	}
	.ser-grid-list p {
		margin: 4% 0;
	}
	.about, .middle-bottom, .portfolio, .team, .blog, .footer {
		padding: 2em 0;
	}
	.agileits-about-grids, .middle-bottom-grids, .agileits_portfolio_grids, .inner_w3l_agile_grids, .w3-agile-blog-grids {
		margin: 2em 0 0 0;
	}
	.one-3, .two-1 {
		padding: 2em 0;
	}
	.one-2 {
		padding: 2em 0 0;
	}
	.team-Info-agileits p {
		margin: 0.5em 0 1em;
	}
	.agileits_portfolio_grids {
		margin: 0;
	}
	.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }
	
}


@media(max-width:414px){
	#typer {
		font-size: 2em !important;
	}
	.w3layouts-logo h1 a {
		font-size: .9em;
		letter-spacing: 14px;
	}
	.w3ls-phone h2 {
		font-size: 1.5em;
	}
	.w3ls-heading h3 {
		font-size: 2em;
	}
	.about-grid-caption {
		height: 258px;
	}
	.hovereffect p {
		font-size: .8em;
	}
	.hovereffect h4 {
		font-size: 1em;
	}
	i.fa.fa-pencil {
		font-size: 1.5em;
	}
	.blog-left-left {
		width: 60px;
		height: 60px;
		padding: 1.2em 0 0 0;
	}
	.agileinfo-about-slide {
		margin: 2em 0 0 0;
	}
	.modal-header h4 {
		font-size: 1.2em;
	}
	.middle-bottom span {
		font-size: 2em;
	}
	.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }

}
@media(max-width:384px){
	.agileits_portfolio_grid {
		float: none;
		width: 100%;
	}
	.hovereffect h4 {
		padding: 2em 0 0 0;
}
.tab1 .team-img-w3-agile,
.tab2 .team-img-w3-agile,
.tab3 .team-img-w3-agile,
.tab4 .team-img-w3-agile,
.tab5 .team-img-w3-agile,
.tab6 .team-img-w3-agile,
.tab7 .team-img-w3-agile,
.tab8 .team-img-w3-agile,
.tab9 .team-img-w3-agile
{
		min-height: 310px;
		width: 100%;
		float: none;
	}
	.team-Info-agileits {
		float: none;
		width: 100%;
	}
	.about-grid-caption {
		height: 237px;
		padding: 5em 1em 1em 1em;
	}
	.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }

}
@media(max-width:375px){
	.about-grid-caption {
		height: 229px;
	}
	.middle-bottom h4 {
		letter-spacing: 1px;
	}
	.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }

}



@media only screen and (max-width: 320px) {
	.wrap{
		width:95%;
	}
	.top_grid_text {
		float: none;
		text-align:center;
	}
	.top_grid_btn {
		float: none;
		text-align:center;
		margin: 4% 0;
	}
	.mid_grid_left {
		float: none;
		width: 99.333333%;
		margin-right: 0%;
	}
	.mid_grid_right {
		margin-top:4%;
		float: none;
		width: 99.333333%;
	}
	.clients h3 {
		display: none;
	}
	.search input[type="text"] {
		width: 74.33333%;
	}
	.client_pic ul li {
		display: inline-block;
		margin-right: 4px;
		width: 17.3333%;
	}
	.w3layouts-logo h1 a {
		letter-spacing: 14px;
	}
	.w3layouts-logo h1 a span {
		font-size: .45em;
		letter-spacing: 14px;
	}
	#typer {
		font-size: 1.5em !important;
	}
	.header {
		padding: .5em 0;
	}
	.top-banner-right ul li {
		margin: 0 .5em;
	}
	.w3ls-phone h2 {
		font-size: 1em;
	}
	.top-banner-right {
		margin: 1em 0 0 0;
	}
	.about-grid-caption {
		height: 192px;
		padding: 4em 1em 1em 1em;
	}
	.about-grid-caption h4 {
		font-size: 1.5em;
	}
	.middle-bottom h4 {
		font-size: .9em;
	}
	.hovereffect h4 {
		padding: 1em 0 0 0;
	}
	.blog-left-left {
		width: 50px;
		height: 50px;
		padding: .9em 0 0 0;
	}
	.footer {
		padding: 1em 0;
	}
	.border {
		width: 30%;
		margin: 1em auto;
	}
	.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }
}
