/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	margin:0;
	font-family: 'Roboto', sans-serif; 
	background:#fff;
} 
body a,input[type="submit"],.wthree_services_left1,.w3agile_banner_btom_login_left3 a,.agile_gallery_grid_w3 img,.agile_gallery_grid_left img{
	transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-moz-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0; 
	font-family: 'Lora', serif; 
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
.bg {
    background: #fff;
}
.index-bg {
    background: #19235a!important;
}
p,ul li,ol li{
	font-size:14px;
}
/*-- main --*/

/*-- banner-bottom --*/
.team {
    background: #eee;
}
.bnr-btm-grids-agileits {
    width: 33%;
    float: left;
	padding-bottom: 10px;
}
.bnr-btm-icon {
    float: left;
}
.bnr-btm-icon i {
    color: #000;
    font-size: 25px;
}
.bnr-btm-info {
    position: relative;
    float: left;
    padding-left: 19px;
}
.bnr-btm-info:before{
    content: "";
    width: 50px;
    height: 2px;
    background: #fd0006;
    display: block;
    bottom: -10px;
    left: 18px;
    position: absolute;
}
.bnr-btm-info h3 {
    color: #000;
    font-size: 19px;
    letter-spacing: .3px;
}
.bnr-btm-info p {
    color: #777;
    font-size: 16px;
    padding-top: 4px;
}
.bnr-btm-info p a {
    color: #777;
    font-size: 16px;
	text-decoration:none;
}
/*-- //banner-bottom --*/
/*-- search --*/
/*-- //modal --*/
/*-- about --*/

/*-- //offer-bottom --*/
/*-- //services --*/
/*-- team --*/
.w3_agile_para{
	color:#999;
}
.w3_team_grid1 {
    width: 100% !important;
    margin: 0 !important;
}
.w3_team_grid1 figure {
    height: 353px !important;
}
.w3_team_grid1 ul li{
	display:inline-block;
}
.w3layouts_team_grid h4{
	font-size: 0.8em;
    color: #212121;
    margin: 1em 0 0.5em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.w3layouts_team_grid p {
    color: #f5232e;
    font-size: 14px;
    letter-spacing: 2px;
}
.w3_agile_turpis{
	margin: 2em auto 0;
    text-align: center;
    color: #999;
    line-height: 2em;
    width: 70%;
    position: relative;
    z-index: 1;
}
.w3_agile_turpis:before{
	content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    top: 0%;
    left: 5%;
    font-size: 5em;
    color: #ececec;
    z-index: -1;
}
/*-- layla --*/
.agileits_grid {
	position: relative;
    margin: 1em auto 0;
    width: 95%;
}
.agileits_grid figure {
	position: relative;
    overflow: hidden;
    height: 308px;
    text-align: center;
}
.agileits_grid:hover figure{
	
}
.agileits_grid figure img {
	position: relative;
}

.agileits_grid figure figcaption {
	padding: 2em;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.agileits_grid figure figcaption::before,
.agileits_grid figure figcaption::after {
	pointer-events: none;
}

.agileits_grid figure figcaption,
.agileits_grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h3 {
	padding-top: 2.6em;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    font-size: 1.5em;
    color: #35e034;
    font-weight: 600;
	opacity: 0;
}

figure.effect-layla p {
	padding: 1em 2em 0;
    text-transform: none;
   s
    line-height: 2em;
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}

figure.effect-layla ul{
	opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
	padding: 9.5em 0 0;
}

figure.effect-layla h3 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,figure.effect-layla h3,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p,figure.effect-layla ul {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform:translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h3,
figure.effect-layla:hover p,figure.effect-layla:hover ul {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h3,
figure.effect-layla:hover p,
figure.effect-layla:hover img,figure.effect-layla:hover ul {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
/*-- //layla --*/
/*-- //team --*/
/*--News--*/

/*--responsive--*/