/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	padding:0;
	margin:0;
	font-family: 'Abel', sans-serif;
	background:#fff;
	position:relative;
}
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;
}
a:hover{
	text-decoration:none;
}
input[type="button"],input[type="submit"],.contact-form input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	font-family: 'Fira Sans', sans-serif;
}	
p{
	margin:0;
	letter-spacing:1px;
	font-family: 'Abel', sans-serif;
	font-size:1.1em;
	color:#999;
	line-height:1.8em;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*-- navigation --*/

/* ******************************************************
	Basic Styling
*********************************************************/

.linkEffects ul{
	margin:0;
	padding:0;
	text-align:center;
}
.linkEffects li{
	list-style:none;
	display:inline-block;
	margin: 1em;
}
.linkEffects li a{
	font-weight: 400;
	font-size: 1.1em;
	position: relative;
	display: inline-block;
	outline: none;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.linkEffects a:hover,
.linkEffects a:focus {
	outline: none;
}

/* ******************************************************
	Effect 2: Changer .linkHoverEffect_2
*********************************************************/

.linkHoverEffect_2 li {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.linkHoverEffect_2 li a {

  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
}

.linkHoverEffect_2 li a:before {
    position: absolute;
    top: 100%;
    content: attr(data-link-alt);
    color: #0ac876;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-weight: 400 !important;
}

.linkHoverEffect_2 li:hover a,
.linkHoverEffect_2 li:focus a {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: inherit;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #99abd5;
   background:none!important;
}
.navbar-nav > li {
   margin: 0 0.5em;
}
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
	font-size: 1.2em;
	padding: 1.8em 1em;
    position: relative;
	font-weight: 300;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav li a.active {
    color: #f44639 !important;
	background:none!important;
}
.navbar-right {
    float: left!important;
    margin-right:0px!important;
}
.navbar-collapse {
    padding: 0!important;
}
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}
.header {
    position: relative;
	background: url(../images/b1.jpg)no-repeat center 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
	min-height: 780px;
}
.top-nav {
    float: left;
}
.w3l_header_right.w3l-r {
    float: right;
}
nav.linkEffects.linkHoverEffect_2 ul li a.active {
    color:#0ac876 !important;
}
/*-- //top-nav --*/
/*--// navigation --*/
/*-- header --*/
.agile-top-header {
    margin-top: 2em;
}
.agile-top-header h1 a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1.2em;
}
.agile-top-header h1 {
    float: left;
}
.top-left {
    margin-top: 2em;
    padding: 0.5em 0;
    border-top: 1px solid #b7b5b5;
    border-bottom: 1px solid #b7b5b5;
}
/*-- social-icons --*/
.agileinfo_social_icons{
	float: right;
	margin-top: .8em;
}
.agileits_social_list li{
	display:inline-block;
}
.agileits_social_list li a {
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 1em;
    border: 2px solid #0ac876;
    border-radius: 25px;
}
.linkHoverEffect_2 li:nth-child(1) {
    margin: 1em 1em 1em 0;
}
.agileits_social_list li a i{
	line-height:2.4em;
}
.agileits_social_list li:nth-child(2), .agileits_social_list li:nth-child(3) {
    margin: 0 0.3em;
}
.agileits_social_list li a:hover{
	color:#fff;
}
a.w3_agile_facebook:hover{
	background:#3b5998;
	border-color:#3b5998;
}
a.agile_twitter:hover{
	background:#1da1f2;
	border-color:#1da1f2;
}
a.w3_agile_dribble:hover{
	background:#ea4c89;
	border-color:#ea4c89;
}
a.w3_agile_google:hover{
	background:#F44336;
	border-color:#F44336;
}
/*-- //social-icons --*/
/*-- model --*/
.modal-header h4 {
    color: black;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 0.5em 0em 1em;
}
.modal-header h5 {
    color: #f44639;
    font-size: 1.3em;
    letter-spacing: 1px;
   text-align:center;
}
.modal-header span {
    font-size: 1.1em;
    color: #777;
    letter-spacing: 2px;
    line-height: 33px;
    padding-bottom: 16px;
	display:inline-block;
	margin-top:1em;
}
.modal-header img{
    float: left;
    width: 100%;
}
/*-- //model --*/
/*-- //pop-up --*/
.w3l_header_right ul li{
    list-style: none;
    display: inline-block;
	padding-top: 1em;
}
.w3l_header_right ul li a {
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 1px;
    text-transform: uppercase;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.w3l_header_right ul li a:hover{
    color: #23B684;
}
.w3l_header_right ul li:nth-child(2) {
    padding-left: 1.5em;
}
/*-- //bootstrap-pop-up --*/
/*-- sign-in --*/
.agileits_signin_form input[type="text"], .agileits_signin_form input[type="password"], .agileits_signin_form input[type="email"] {
    width: 100%;
    padding: 10px 15px;
    font-size: 1em;
    margin: 0 0 1em;
    outline: none;
    color: #000;
    border: 1px solid #bfbfbf;
    letter-spacing: 1px;
    text-align: left;
}
.agileits_signin_form input[type="text"] {
    background: none;
    display: block;
}
.agileits_signin_form input[type="password"] {
    background: none;
    display: block;
}
.agileits_signin_form input[type="submit"] {
    padding: 10px 0;
    width: 36%;
    font-size: 1em;
    border: none;
    color: #fff;
    background:#efb312;
    outline: none;
    font-weight: 600;
    letter-spacing: 1px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.agileits_signin_form input[type="submit"]:hover {
    background:#0ac876;
}
.agileits_signin_form p{
    font-size: 1em;
    color: #212121;
    letter-spacing: 1px;
    padding:2em 0;
}
.agileits_signin_form p a {
    color:#0ac876;
	text-decoration:none;
	text-decoration:underline;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.agileits_signin_form p a:hover{
	color:#212121;
}
.agileinfo_sign {
    font-size: 2em;
    color:#0ac876;
    margin-bottom: 1em;
    text-transform: uppercase;
}
.w3agile_social_icons ul li {
    display: inline-block;
	margin-right:1em;
}
.w3agile_social_icons ul li:last-child{
	margin-right:0;
}
.wthree_follow{
	font-size:1.2em;
	color:#212121;
}
.agile_remember_left {
    float: left;
}
.agile_remember_left label,.agileinfo_subscribe label{
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    text-transform: capitalize;
    margin: 0;
}
.w3agile_social_icons ul li i {
    color:#efb312;
    font-size: 1em;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.w3agile_social_icons ul li i:hover {
    color: #000;
}
.agile_remember_right {
    float: right;
}
.checkbox {
    position: relative;
	padding-left:25px !important;
    cursor: pointer;
}
.checkbox i {
    position: absolute;
    bottom: 2px;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    outline: none;
    border: 1px solid #5B5B5B;
    background: #FFF;
}
.checkbox input + i:after,.radio input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.checkbox input:checked + i:after,.radio input:checked + i:after{
    opacity: 1;
}
.checkbox input,.radio input {
    position: absolute;
    left: -9999px;
}
.checkbox input + i:after {
    content: '';
    background: url(../images/tick.png) no-repeat 0px 0px;
    top: -4px;
    left: 0px;
    width: 18px;
    height: 18px;
    text-align: center;
}
.agile_remember_right a {
    font-size: 14px;
    color:#0ac876;
	letter-spacing:1px;
    text-decoration: underline;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.agile_remember_right a:hover {
    color: #212121;
}
.agile_remember {
    padding: 1.5em 0;
}
a.play-icon.popup-with-zoom-anim:focus {
    outline: none;
}
/*-- //sign-in --*/
/*-- //pop-up --*/
.banner-w3lstext {
    width: 45%;
}
.banner-text {
    padding: 7em 0;
}
.banner-w3lstext p {
    font-size: 1.3em;
    color: #fff;
    letter-spacing: 3px;
}
.banner-w3lstext h3 {
    font-size: 4em;
    color: #fff;
    letter-spacing: 1px;
    margin:.2em 0 0.8em;
	line-height: 1.3;
}
.banner-w3lstext a {
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 3px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.banner-w3lstext a:hover {
    color: #0ac876;
}
.banner-w3lstext a i {
	padding-right:1em;
}
/*-- search --*/
.search-agile {
    background: #0ac876;
    width: 100%;
}
.search-agile form {
    border: 14px double rgba(0, 0, 0, 0.34);
}
.search-agile input[type="search"] {
    width:74.35%;
    padding: 1em 1em;
    font-size: 1.2em;
    float: left;
    color: #000;
    outline: none;
    border: none;
    background: #fff;
    -webkit-appearance: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.search-agile input[type="submit"] {
    float: left;
    color: #fff;
    font-size: 1.2em;
    outline: none;
    text-align: center;
    padding: 1em 0;
    cursor: pointer;
    width: 25.651%;
    border: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-appearance: none;
    font-weight: 600;
    background: #000;
    letter-spacing: 1px;
}
.search-agile input[type="submit"]:hover {
    background: #efb312;
}
/*-- //search --*/
/*-- about --*/
.why-w3l, .services-w3l, .team, .gallery, .sub-agileitsinfo, .mail{
    padding: 5em 0;
	text-align: center;
}
h3.tittle-w3 {
    font-size: 3em;
    text-transform: uppercase;
    padding-bottom: 1.5em;
    font-weight: 400;
    color: #111;
    position: relative;
    display: inline-block;
}
h3.tittle-w3:before {
    content: '';
    background: #0ac876;
    height: 3px;
    width: 14%;
    position: absolute;
    top: 20%;
    left: -20%;
}
.why-grid iframe {
    width:54%;
    height: 360px;
    border: 14px solid #efb312;
}
.why-grid ul li i {
    font-size: 1.2em;
    margin-right: .5em;
    vertical-align: middle;
    color: #0ac876;
}
.why-grid  p{
	text-align: left;
}
.why-grid ul {
    margin: 1em 0 3em;
}
.why-grid  ul li{
    font-size: 1.2em;
    line-height: 2em;
    list-style: none;
    color: #777;
	text-align: left;
}
/*-- //about --*/
/*-- //services --*/
.services-w3l h3.tittle-w3 {
    color: #fff;
}
.services-w3l {
    background: #171616;
}
p.w3l-p {
    padding-bottom: 4em;
    color: #fff;
}
.ser-agileits i {
    color: #efb312;
    font-size: 3em;
    width: 25%;
	float:left;
}
.ser-agileits p {
    color: #fff;
    font-size: 1.4em;
    float: left;
}
.w3-agile-ser-w3 {
    margin-top: 7em;
}
/*-- //services --*/
/*-- team --*/
.team-grid span {
    color: #999;
    font-size: 1.1em;
    letter-spacing: 1px;
}
.team-grid img {
    width: 100%;
}
.team-img {
    position: relative;
}
.team-img:hover .overlay {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
    -moz-transform: rotateY(0deg) scale(1,1);
    -ms-transform: rotateY(0deg) scale(1,1);
    -o-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
}
.team-img .overlay {
    padding: 11em 0.5em;
    line-height: 24px;
}
.overlay {
    background: rgba(10, 200, 118, 0.67);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    -moz-transform: rotateY(180deg) scale(0.5,0.5);
    -ms-transform: rotateY(180deg) scale(0.5,0.5);
    -o-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
}
.team-grid h4 {
    font-size: 1.5em;
    color: #000;
    margin: 1em 0 .2em;
    text-transform: capitalize;
}
.w3l-social {
    margin: 1em 0 0 0;
}
.w3l-social ul{
	padding:0;
	margin:0;
}
.w3l-social ul li{
	display:inline-block;
}
.w3l-social ul li a {
    color: #333;
    text-align: center;
    display: inline-block;
}
i.fa.fa-twitter {
    margin: 0 .3em;
}
.w3l-social ul li a i.fa.fa-facebook,.w3l-social ul li a i.fa.fa-twitter,.w3l-social ul li a i.fa.fa-google-plus{
	height: 40px;
    width: 40px;
    background: #FFFFFF;
    line-height: 40px;
    color: #383838;
    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;
}
.w3l-social ul li a i.fa.fa-facebook:hover {
	background: #3b5998;
	color: #FFFFFF;
}
.w3l-social ul li a i.fa.fa-twitter:hover{
	background: #1da1f2;
	color: #FFFFFF;
}
.w3l-social ul li a i.fa.fa-google-plus:hover{
	background: #dd4b39;
	color: #FFFFFF;
}
/*-- //team --*/
/*-- gallery --*/ 
.gallery {
    background: rgba(0, 0, 0, 0.74);
}
.gallery h3.tittle-w3, .test h3.tittle-w3 {
    color: #fff;
}
.gallery-wthreegrids {
    padding: 0;
}
.gallery-grid a.agilefig{
    background: url(../images/g1.jpg) no-repeat center 0px;
    background-size: cover;  
	display: block;
    min-height: 262px;
}
.gallery-grid a.agilefig.gallery-img2{
    background: url(../images/g2.jpg) no-repeat center 0px; 
	background-size: cover;
}
.gallery-grid a.agilefig.gallery-img3{
    background: url(../images/g3.jpg) no-repeat center 0px; 
	background-size: cover; 
}
.gallery-grid a.agilefig.gallery-img4{
    background: url(../images/g4.jpg) no-repeat center 0px; 
	background-size: cover; 
} 
.gallery-grid {
    padding: 0; 
}
.gallery-grid.gallery-grid3 {
    float: right;
}
.gallery-grid.gallery-text, .gallery-grid.gallery-text2, .gallery-grid.gallery-text3 {
    padding: 5.55em 3em;
    background: #fff;
    position: relative;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.gallery-grid-row h4 {
    font-size: 1.6em;
    color: #0ac876;
    margin-bottom: 1em;
	-webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.gallery-grid p { 
    line-height: 2em;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.gallery-grid.gallery-text:before {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    top: 42%;
    left: -15px;
    position: absolute; 
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
} 
.gallery-grid.gallery-text3:before {
	content: ''; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    position: absolute;
	top: 42%;
    right: -15px;
	z-index:9;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
} 
.gallery-grid-row:hover .gallery-grid{
    background:#0ac876;
}
.gallery-grid-row:hover .gallery-grid h4{
    color: #fff;
}
.gallery-grid-row:hover .gallery-grid p {
    color: #fff;
}
.gallery-grid-row:hover .gallery-grid.gallery-text:before {
    border-right-color:#0ac876;
} 
.gallery-grid-row:hover .gallery-grid.gallery-text3:before {
    border-left-color:#0ac876;
}
/*-- //gallery --*/
/*-- subscribe --*/
.subscribe h4 {
    font-size: 2.8em;
    color: #111;
    font-weight: 300;
}
.subscribe form {
    width: 50%;
    margin: 3em auto 0;
}
.subscribe input[type="email"] {
    width: 78%;
    padding: .8em 1em;
    font-size: 1em;
    float: left;
    color: #0ac876;
    outline: none;
    border: 1px solid #111;
    border-right: none;
    background: #fff;
    -webkit-appearance: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.subscribe input[type="submit"] {
    float: left;
    color: #fff;
    font-size: 1em;
    outline: none;
    padding: .8em 2em;
    border: 1px solid #111;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-appearance: none;
    background: none;
    font-weight: 600;
    background: #000;
    letter-spacing: 1px;
}
.subscribe form:hover input[type="email"] {
    border-color: #0ac876;
	color:#000;
}
.subscribe form:hover input[type="submit"] {
    border-color:#0ac876;
    background:#0ac876; 
}
/*-- //subscribe --*/
/*-- testimonial --*/
.test{
	background: url(../images/bg.jpg) no-repeat fixed;
	background-size:cover;
	padding: 5em 0 7em;
	text-align:center;
}
.test-grid1 p{
	font-size: 1em;
    line-height: 1.9em;
    color: #908f8f;
    letter-spacing: 1px;
	margin-top: 1em;
}
.test-grid1 h4 {
    font-size: 1.4em;
    color: #000;
    font-weight: 600;
    margin:1em 0 .5em;
}
.test-grid1 span {
    font-size: 0.9em;
    color: #999;
    font-style: italic;
    display: block;
}
.test-grid1 {
    background: #F5F5F5;
	position:relative;
	padding: 5em 3em;
	margin-top:3em;
}
img.img-r {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 2px solid #000;
    top: -15%;
    left: 41%;
}
 .test-gri1 {
    width: 50%;
    margin: 0 auto;
}
/*-- //testimonial --*/
/*-- mail --*/
.agileinfo_mail_grid_right {
    background: #eee;
    padding: 2em;
}
.agileinfo_mail_grid_right input[type="text"], .agileinfo_mail_grid_right input[type="email"], .agileinfo_mail_grid_right textarea {
    outline: none;
    padding: 10px;
    font-size: 1em;
    color: #555;
    width: 100%;
    border: 1px solid #E6E6E6;
}
.agileinfo_mail_grid_right textarea {
    min-height: 180px;
    margin: 1em 0;
    width: 100% !important;
    resize: none;
}
.agileinfo_mail_grid_right input[type="submit"] {
    outline: none;
    padding: 10px 0;
    font-size: 1em;
    color: #fff;
    background:#efb312;
    width: 46.6%;
    border: none;
    text-transform: uppercase;
    margin-left: 1em;
	letter-spacing: 1px;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	 transition:0.5s all;
}
.agileinfo_mail_grid_right input[type="submit"]:hover {
    background: #212121;
}
.agileinfo_mail_grid_right input[type="text"]:nth-child(2), .agileinfo_mail_grid_right input[type="email"] {
    margin: 1em 0 0;
}
.map iframe{
	width:100%;
	min-height:400px;
	margin-bottom:-6px;
}
.contact-left-w3ls i{
    font-size: 2em;
    color:#0ac876;
}
.contact-left-w3ls h4,.contact-left-w3ls p{
	text-align:left;
}
.contact-left-w3ls h4 {
    color: #000;
    font-size: 1.3em;
    margin-bottom: .5em;
}
.contact-left-w3ls p a{
	color:#8d8d8d;
}
.contact-left-w3ls p a:hover{
	color:#efb312;
}
.mail-w3 {
    padding: 2em 0;
}
.call {
    padding-bottom: 2em;
}
.contact-left-w3ls h3{
	font-size: 2em;
    color: #FCB941;
    margin-bottom: 1.5em;
	text-align: left;
}
/*-- //mail --*/
/*-- copyright --*/
.footer-bot {
	background:#0ac876;
	padding: 1em 0;
}
.logo2 a{
	color: #fff;
	text-decoration: none;
	font-size: 1.1em; 
	text-transform:uppercase;
}
.ftr-menu ul li{
	display:inline-block;
}
.ftr-menu ul li 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;
    display: block;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: 500;
    color: #fff;
    margin: .2em 1em;
}
.ftr-menu p {
    color: #fff;
    text-align: right;
	margin-top: .3em;
}
.ftr-menu p i {
	padding-right:.5em;
}
.ftr-menu ul li a:hover{
	color:#000;
}
.copy-right{
	padding:1.5em 0;
	background:#020202;
}
.copy-right p {
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
}
.copy-right p a{
	color:#fff;
}
.copy-right p a:hover{
	color: #efb312;
}
/*-- //copyright --*/

/*-- bottom-to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
    width: 64px;
    height: 64px;
	border: none;
	text-indent: 100%;
	background: url("../images/up.png") no-repeat 0px 0px;
}
#toTopHover {
    width: 64px;
    height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //bottom-to-top --*/

/*--responsive--*/
@media(max-width: 1680px){
	.gallery-grid.gallery-text, .gallery-grid.gallery-text2, .gallery-grid.gallery-text3 {
		padding:4.5em 3em;
	}
}
@media(max-width: 1440px){
	.gallery-grid.gallery-text, .gallery-grid.gallery-text2, .gallery-grid.gallery-text3 {
		padding: 4.5em 2em;
	}
}
@media(max-width: 1366px){

}
@media(max-width: 1280px){
	.header {
		min-height: 700px;
	}
	.banner-w3lstext h3 {
		font-size: 3.5em;
	}
	.banner-w3lstext {
		width: 39%;
	}
	.banner-text {
		padding: 5.5em 0;
	}
	.gallery-grid.gallery-text, .gallery-grid.gallery-text2, .gallery-grid.gallery-text3 {
		padding: 3.44em 2em;
	}
}
@media(max-width: 1080px){
	.agile-top-header h1 a {
		font-size: 1.1em;
	}
	.search-agile input[type="search"] {
		width:68.725%;
	}
	.banner-w3lstext h3 {
		font-size: 3.3em;
	}
	h3.tittle-w3 {
		font-size: 2.8em;
		padding-bottom: 1.2em;
	}
	.why-w3l, .services-w3l, .team, .gallery, .sub-agileitsinfo, .mail {
		padding: 4.5em 0;
	}
	.team-img .overlay {
		padding:8.5em 0.5em;
	}
	.gallery-grid.gallery-text, .gallery-grid.gallery-text2, .gallery-grid.gallery-text3 {
		padding: 3em 2em;
	}
	.gallery-grid p {
		line-height: 1.8em;
	}
	.gallery-grid-row h4 {
		margin-bottom: 0.85em;
	}
	.subscribe form {
		width: 65%;
		margin: 3em auto 0;
	}
	.test-grid1 {
		padding: 4em 2em;
	}
	.map iframe {
		min-height: 350px;
	}
	.why-grid iframe {
		width: 64%;
	}
	.ser-agileits i {
		width: 28%;
	}
	.search-agile input[type="submit"] {
		width: 31.277%;
	}
}
@media(max-width: 1024px){
	.why-grid iframe {
		width: 64%;
	}
}
@media(max-width: 991px){
	.banner-w3lstext {
		width: 44%;
	}
	.search-agile input[type="search"] {
		width: 70.9%;
	}
	.search-agile input[type="submit"] {
		width: 29.1%;
	}
	.header {
		min-height: 620px;
	}
	.agile-top-header {
		margin-top: 1.5em;
	}
	.top-left {
		margin-top: 1em;
		padding: 0.3em 0;
	}
	.banner-w3lstext h3 {
		font-size: 3em;
	}
	.banner-text {
		padding: 5em 0;
	}
	.why-grid iframe {
		width: 84%;
	}
	.ser-agileits p {
		font-size: 1.3em;
	}
	.team-grid {
		padding: 0 .5em;
	}
	.w3l-social ul li a i.fa.fa-facebook, .w3l-social ul li a i.fa.fa-twitter, .w3l-social ul li a i.fa.fa-google-plus {
		height: 35px;
		width: 35px;
		line-height: 35px;
		font-size: 0.9em;
	}
	.team-img .overlay {
		padding: 6.5em 0.5em;
	}
	.subscribe form {
		width: 77%;
	}
	.agileinfo_mail_grid_right textarea {
		min-height: 140px;
	}
	.logo2 {
		text-align: center;
	}
	.ftr-menu {
		margin-top: 1em;
	}
	.agileinfo_social_icons {
		margin-top: .3em;
	}
	.test-gri1 {
		width: 70%;
	}
	.ser-agileits i {
		width: 33%;
	}
	.team-grid h4 {
		font-size: 1.3em;
	}
}
@media(max-width: 800px){
	h3.tittle-w3 {
		font-size: 2.5em;
		padding-bottom: 1em;
	}
	.why-w3l, .services-w3l, .team, .gallery, .sub-agileitsinfo, .mail {
		padding: 4em 0;
	}
	.team-grid h4 {
		font-size: 1.3em;
	}
	.banner-w3lstext h3 {
		font-size: 2.8em;
	}
	.gallery-grid-row h4 {
		margin-bottom: 0.6em;
		font-size: 1.4em;
	}
	.gallery-grid.gallery-text, .gallery-grid.gallery-text2, .gallery-grid.gallery-text3 {
		padding: 2em 1em;
	}
	.gallery-grid a.agilefig {
		min-height: 224px;
	}
	img.img-r {
		left: 40%;
	}
	.subscribe h4 {
		font-size: 2.5em;
	}
	.search-agile input[type="search"] {
		padding: 0.8em 1em;
	}
	.search-agile input[type="submit"] {
		padding: .8em 0;
	}
}
@media(max-width: 768px){
	.agile-top-header h1 a {
		font-size: 1em;
		letter-spacing: 2px;
	}
	.top-left {
		padding: 0em 0;
	}
	.header {
		min-height: 560px;
	}
	.search-agile input[type="search"] {
		width: 73.27%;
		font-size: 1.1em;
	}
	.search-agile input[type="submit"] {
		width: 26.732%;
		font-size: 1.1em;
	}
	h3.tittle-w3:before {
		width: 15%;
		top: 24%;
	}
	.gallery-grid.gallery-text, .gallery-grid.gallery-text2, .gallery-grid.gallery-text3 {
		padding: 1.2em 1em;
	}
	.gallery-grid-row h4 {
		margin-bottom: 0.4em;
		font-size: 1.3em;
	}
	.test-grid1 {
		margin-top: 4em;
	}
	img.img-r {
		top: -20%;
	}
}
@media(max-width: 767px){
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle {
		border-color:#0ac876;
	}
	.navbar-toggle {
		margin:.5em 0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-brand {
		font-size: .9em;
	}
	.navbar-brand span {
		padding: .2em .42em;
	}
	.wthree_logo, .navbar-brand {
		height: 65px;
	}
	.navbar-default {
		padding: 0.5em 1em;
	}
	.w3_social_icons {
		margin: 0;
		float: none;
		text-align: center;
		background: #f5f5f5;
		padding-bottom: 1em;
	}
	.navbar-nav {
		margin: 0;
		background: #f5f5f5;
		text-align: center;
		padding: 1em 0;
	}
	.nav > li > a {
		margin: 10px 0;
		font-size: 14px;
		display: inline-block;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #e2e2e2;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
		background-color: #fff;
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color: #777;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		position: absolute;
		width:100%;
		background:rgba(0, 0, 0, 0.81);
		z-index: 999;
	}
	.linkHoverEffect_2 li {
		display: block;
	}
	.top-nav {
		float: left;
		width: 81%;
	}
	button.navbar-toggle {
		float: left;
	}
	.linkHoverEffect_2 li:nth-child(1) {
		margin: 1.2em 0;
	}
	.linkEffects li {
		margin: 1.5em 0;
	}
	.w3l_header_right ul li {
		padding-top: 1.5em;
	}
}
@media(max-width: 736px){
	.search-agile input[type="submit"] {
		padding: 0.8em 0;
	}
	.banner-text {
		padding: 4em 0;
	}
	.header {
		min-height: 530px;
	}
	.gallery-grid.gallery-text, .gallery-grid.gallery-text2, .gallery-grid.gallery-text3 {
		padding:3.74em 2em;
	}
	.gallery-grid-row h4 {
		margin-bottom: 1em;
	}
	.subscribe form {
		width: 80%;
	}
	.test-grid1 {
		padding: 3em 1.2em;
	}
	.map iframe {
		min-height: 300px;
	}
	.ftr-menu ul li a {
		margin: .2em .9em;
	}
	.why-grid iframe {
		width: 89%;
	}
	.team-img .overlay {
		padding: 6em 0.5em;
	}
	.ser-agileits p {
		font-size: 1.2em;
	}
}
@media(max-width: 667px){
	h3.tittle-w3 {
		font-size: 2.2em;
	}
	.why-grid iframe {
		width: 100%;
	}
	.ser-agileits p {
		letter-spacing: 0px;
	}
	.team-img .overlay {
		padding: 5em 0.5em;
	}
	.team-grid h4 {
		font-size: 1.2em;
	}
	.banner-w3lstext {
		width: 46%;
	}
	.team-grid span {
		font-size: 1em;
	}
	.gallery-grid.gallery-text, .gallery-grid.gallery-text2, .gallery-grid.gallery-text3 {
		padding: 2.78em 2em;
	}
	.subscribe form {
		width: 90%;
	}
	.ftr-menu ul li a {
		margin: .2em .6em;
	}
	.test-gri1 {
		width: 80%;
	}
	img.img-r {
		top: -23%;
	}
	.top-nav {
		width: 78%;
	}
}
@media(max-width: 640px){
	.agile-top-header h1 a {
		font-size: .9em;
	}
	.search-agile input[type="search"] {
		width: 72%;
	}
	.banner-w3lstext h3 {
		font-size: 2.3em;
	}
	.banner-text {
		padding: 3.5em 0;
	}
	.header {
		min-height: 500px;
	}
	.ser-agileits i {
		margin-right: 0.2em;
	}
	.ser-agileits p {
		font-size: 1.1em;
	}
	.subscribe input[type="email"] {
		width: 75%;
	}
	.ftr-menu p i {
		padding-right: .4em;
	}
	.ftr-menu ul li a {
		margin: .2em .5em;
	}
	.search-agile input[type="submit"] {
		width: 28%;
	}
}
@media(max-width: 600px){
	.search-agile input[type="search"] {
		font-size: 1em;
	}
	.search-agile input[type="submit"] {
		font-size: 1em;
	}
	.agile-top-header h1 a {
		letter-spacing: 1px;
	}
	.ser-agileits {
		width: 50%;
	}
	.ser-agileits i {
		font-size: 2em;
	}
	.w3l-sermo {
		margin: 1.8em 0;
	}
	p.w3l-p {
		padding-bottom: 3em;
	}
	.w3-agile-ser-w3 {
		margin-top: 2em;
	}
	.team-grid {
		float: left;
		width: 50%;
		padding: 0 1em;
	}
	.team-grid:nth-child(3),.team-grid:nth-child(4) {
		margin-top: 3em;
	}
	.team-img .overlay {
		padding: 11em 0.5em;
	}
	.ftr-menu {
		width: 100%;
		text-align: center;
	}
	.ftr-menu p {
		text-align: center;
	}
	.ser-agileits i {
		width: 18%;
	}
	.ser-agileits p {
		font-size: 1.2em;
	}
	.top-nav {
		width: 75%;
	}
}
@media(max-width: 568px){
	.banner-w3lstext h3 {
		font-size: 2em;
	}
	.search-agile input[type="search"] {
		width:70.2%;
	}
	.why-w3l, .services-w3l, .team, .gallery, .sub-agileitsinfo, .mail {
		padding: 3.5em 0;
	}
	.why-grid iframe {
		height: 312px;
	}
	.team-img .overlay {
		padding: 10em 0.5em;
	}
	.subscribe input[type="email"] {
		width: 70%;
	}
}
@media(max-width: 480px){
	.banner-w3lstext {
		width: 50%;
	}
	.banner-w3lstext h3 {
		font-size: 1.9em;
	}
	.agileinfo_sign {
		font-size: 1.7em;
	}
	.header {
		min-height: 450px;
	}
	.banner-w3lstext p {
		font-size: 1em;
		letter-spacing: 2px;
	}
	.banner-w3lstext a {
		font-size: 1em;
		letter-spacing: 2px;
	}
	.banner-w3lstext a i {
		padding-right: .5em;
	}
	.banner-text {
		padding: 3em 0;
	}
	h3.tittle-w3 {
		font-size: 2em;
	}
	.why-grid iframe {
		height: 265px;
	}
	.team-img .overlay {
		padding: 7.5em 0.5em;
	}
	.gallery-grid.gallery-text, .gallery-grid.gallery-text2, .gallery-grid.gallery-text3 {
		padding: 2em 2em;
	}
	.gallery-grid-row h4 {
		margin-bottom: .7em;
	}
	.subscribe form {
		width: 100%;
	}
	.subscribe h4 {
		font-size: 2em;
	}
	.test-gri1 {
		width: 100%;
	}
	.map iframe {
		min-height: 260px;
	}
	.logo2 a {
		font-size: 1em;
	}
	.top-nav {
		width: 69%;
	}
}
@media(max-width: 440px){
	.top-nav {
		width: 66%;
	}
}
@media(max-width: 414px){
	.agileits_social_list li a {
		width: 32px;
		height: 32px;
		font-size: .85em;
	}	
	.agile-top-header h1 a {
		font-size: .85em;
	}
	.search-agile input[type="search"] {
		width: 100%;
	}
	.search-agile input[type="submit"] {
		width: 100%;
	}
	.banner-w3lstext {
		width: 60%;
	}
	.banner-w3lstext h3 {
		font-size: 1.8em;
	}
	.banner-w3lstext p {
		font-size: .9em;
	}
	.navbar-default .navbar-toggle {
		padding: 8px 7px !important;
	}
	.banner-text {
		padding: 2em 0;
	}
	.why-w3l, .services-w3l, .team, .gallery, .sub-agileitsinfo, .mail {
		padding: 3em 0;
	}
	p {
		font-size: 1em;
	}
	.why-grid ul li {
		font-size: 1.1em;
	}
	.why-grid iframe {
		height: 228px;
	}
	.team-img .overlay {
		padding: 6em 0.5em;
	}
	.gallery-grid.gallery-text, .gallery-grid.gallery-text2, .gallery-grid.gallery-text3 {
		padding: 1.48em 2em;
	}
	.subscribe input[type="submit"] {
		padding: .8em 1em;
	}
	.test {
		padding: 3em 0 6em;
	}
	img.img-r {
		left: 37%;
		top: -24%;
	}
	.ser-agileits i {
		width: 18%;
		font-size: 1.6em;
	}
	.ser-agileits {
		padding: 0 .5em;
	}
	.ftr-menu ul li a {
		margin: .2em .3em;
		font-size: 1.2em;
	}
	.logo2 a {
		font-size: .9em;
	}
	.w3l_header_right ul li:nth-child(2) {
		padding-left: .5em;
	}
	.top-nav {
		width: 63%;
	}
}
@media(max-width: 384px){
	.agileits_social_list li:nth-child(2), .agileits_social_list li:nth-child(3) {
		margin: 0 0.1em;
	}
	.agile-top-header h1 a {
		font-size: .8em;
	}
	.team-img .overlay {
		padding: 5.5em 0.5em;
	}
	.team-grid h4 {
		font-size: 1.2em;
	}
	.gallery-grid.gallery-text, .gallery-grid.gallery-text2, .gallery-grid.gallery-text3 {
		padding: 1.5em 1em;
	}
	.gallery-grid a.agilefig {
		min-height: 199px;
	}
	h3.tittle-w3:before {
		width: 13%;
		left: -14%;
	}
	.test-grid1 {
		padding: 2em 1.2em;
	}
	.ftr-menu ul li a {
		line-height: 1.8;
	}
	.ftr-menu p {
		margin-top: 0em;
	}
	.w3l-social ul li a i.fa.fa-facebook, .w3l-social ul li a i.fa.fa-twitter, .w3l-social ul li a i.fa.fa-google-plus {
		height: 30px;
		width: 30px;
		line-height: 31px;
		font-size: 0.8em;
	}
	.banner-w3lstext {
		width: 70%;
	}
}
@media(max-width: 375px){
	.why-grid iframe {
		height: 205px;
	}
	h3.tittle-w3 {
		font-size: 1.8em;
	}
	h3.tittle-w3:before {
		width: 15%;
		left: -17%;
	}
	.ser-agileits i {
		width: 25%;
	}
	.ser-agileits {
		width: 100%;
	}
	.ser-agileits:nth-child(2) {
		margin: 1.5em 0;
	}
	.w3l-sermo {
		margin: 0;
	}
	.sec-mk {
		margin-bottom: 1.5em;
	}
}
@media(max-width: 320px){
	.header {
		min-height: 430px;
	}
	.ser-agileits i {
		width: 28%;
	}
	.agile-top-header h1 {
		float: none;
		text-align: center;
	}
	.agile-top-header {
		margin-top: .8em;
	}
	.agileinfo_social_icons {
		float: none;
		margin-top: .5em;
		text-align: center;
	}
	.banner-w3lstext h3 {
		font-size: 1.5em;
	}
	.banner-w3lstext a {
		font-size: .9em;
		letter-spacing: 1px;
	}
	.banner-w3lstext p {
		font-size: .8em;
	}
	.navbar-toggle .icon-bar {
		width: 19px !important;
	}
	.navbar-default .navbar-toggle {
		padding: 7px 7px !important;
	}
	.w3l_header_right ul li a {
		font-size: 1em;
	}
	.banner-text {
		padding: 1.5em 0;
	}
	.search-agile input[type="search"] {
		font-size: .9em;
	}
	.search-agile input[type="submit"] {
		font-size: .9em;
	}
	.why-w3l, .services-w3l, .team, .gallery, .sub-agileitsinfo, .mail {
		padding: 2.5em 0;
	}
	h3.tittle-w3 {
		font-size: 1.7em;
		padding-bottom: .8em;
	}
	.why-grid ul li {
		font-size: 1em;
	}
	.why-grid iframe {
		height: 175px;
	}
	.team-grid {
		width: 100%;
	}
	.team-img .overlay {
		padding: 11em 0.5em;
	}
	.team-grid:nth-child(2), .team-grid:nth-child(3), .team-grid:nth-child(4){
		margin-top: 2em;
	}
	.subscribe h4 {
		font-size: 1.7em;
	}
	.subscribe input[type="email"] {
		width: 69%;
		font-size: 0.9em;
	}
	.subscribe input[type="submit"] {
		font-size: .9em;
	}
	.subscribe form {
		margin: 2em auto 0;
	}
	.test-grid1 p {
		font-size: .9em;
	}
	img.img-r {
		left: 33%;
		top: -31%;
	}
	.test-grid1 {
		margin-top: 5em;
	}
	.gallery-grid.gallery-text, .gallery-grid.gallery-text2, .gallery-grid.gallery-text3 {
		padding: 1em .5em;
	}
	.gallery-grid-row h4 {
		margin-bottom: .3em;
		font-size: 1.1em;
	}
	h3.tittle-w3:before {
		width: 11%;
		left: -13%;
	}
	.contact-left-w3ls h3 {
		font-size: 1.5em;
	}
	.contact-left-w3ls h4 {
		font-size: 1.2em;
	}
	.map iframe {
		min-height: 220px;
	}
	.logo2 a {
		font-size: .8em;
	}
	.copy-right p {
		letter-spacing: 1px;
	}
	.top-nav {
		width: 60%;
	}
}
/*--//responsive--*/
