/*--
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;
	padding:0;
	background:#fff;
	font-family: 'Open Sans', sans-serif;
 }
h1,h2,h3,h4,h5,h6{
	margin:0;	
   font-family: 'Arsenal', sans-serif;
}	
p{
	margin:0;
	    letter-spacing: 1px;
}
ul{
	margin:0;
	padding:0;
}
p,ul,ol{
	font-size:14px;
	    letter-spacing: 1px;
}
.background-video {
	position: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height:100%;
}
input[type="submit"],a,.nbs-flexisel-nav-left,.nbs-flexisel-nav-right{
	transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-moz-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
}
a:hover{
	text-decoration:none;
}
a:focus{
	outline:none;
	text-decoration:none;
}
/*-- banner --*/
.banner_top {
    background: url(../images/home.jpg) no-repeat 0px 0px;
    min-height: 800px;
    position: relative;
    background-size: cover;
}
h3.w3ls_agile {
    font-size: 3.3em;
    line-height: 1.5em;
    letter-spacing: 2px;
    color:#fff;
    text-shadow: 2px 2px 2px #212121;
    font-weight: 700;
}
.w3_agile_header {
    padding: 1em 5em 1.3em 5em;
}
.w3_agile_header_left{
	float:left;
}
.agile_header_right{
	float:right;
	margin-top: .7em;
}
.agile_header_right ul li{
	display:block;
	font-weight:600;
	color:#fff;
	display:inline-block;
}
.agile_header_right ul li i{
	padding-right:1.5em;
	color:#0accff;
}
.agile_header_right ul li a{
	color:#fff;
	text-decoration:none;
}
.agile_header_right ul li a:hover{
	color:#0accff;
}
.agile_header_right ul li a:before,.agile_header_right ul li a:after{
	display:none;
}
.agile_header_right ul li:last-child{
	margin-left:3em;
}
h3.wthree_head span {
    display: block;
}
.w3_agileits_logo {
    float: left;
	padding-top: 1em;
}
.w3_agileits_logo h1 a{
    font-size: 1.2em;
    color: #fff;
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
	    text-shadow: 2px 2px 2px #212121
}
.w3_agileits_logo h1 a span{
	display: block;
    font-size: .3em;
    font-weight: 600;
    color:#0accff;
    position: relative;
    letter-spacing: 3px;
}

.agileits_w3layouts_banner_info{
	width:80%;
	margin:0 auto;
	text-align:center;
}
.agileits_w3layouts_banner_info h2{
	font-size:2em;
	color:#fff;
	text-transform:capitalize;
	line-height:2em;
}
.agileits_w3layouts_banner_info p{
	color:#fff;
	line-height:2em;
	margin: 0 0 5em;
}
ul.top_agile_info_ad {
    width: 47%;
    margin: 1.4% auto 0;
    float: right;
}
ul.top_agile_info_ad li {
    list-style: none;
    display: inline-block;
    width: 50%;
    float: left;
	    letter-spacing: 1px;
}

.w3_agileits_logo h1 a span {
    font-size: 11px;
    text-align: center;
    color: rgba(239, 239, 243, 0.99);
    letter-spacing:4px;
}
.header_contact_details_agile i {
    color: #fff;
    width: 20%;
    float: left;
    text-align: center;
    margin-top: 13px;
    font-size: 1.5em;
}
.header-contact-detail-title {
    color:#ffc168;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 7px;
}
a.w3l_header_contact_details_agile-info_inner, .w3l_header_contact_details_agile a {
    font-size: 1em;
    color: #fff;
    text-align: left;
	    letter-spacing: 1px;

}
/*-- nav --*/
/*-- menu --*/
.mobile-nav-button {
    position: fixed;
    margin: 2.5em 0em 0;
    right: 8%;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.66);
}
.mobile-menu ul li { 
	list-style: none;
    margin-bottom: 2em;
	display: block;
}
.mobile-menu ul li a {
	width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    padding: 1em 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.open > ul.dropdown-menu.agile_short_dropdown{
    display: block;
    transform: none !important;
    min-width: 65%;
    border: none;
    box-shadow: none;
    border-radius: 0;
    left: 18%;
}
.open > ul.dropdown-menu.agile_short_dropdown li{
	margin:0 !important;
}
ul.dropdown-menu.agile_short_dropdown > li > a:hover{
    background: none;
}
.mobile-menu ul li a:after {
	content: '';
    background: #3369e7;
	width: 100%;
	height: 100%;
	position: absolute;
	right: -100%;
	top: 0;
	z-index: -1;
	transition: 0.4s ease;
}

.mobile-menu ul li a:hover,.mobile-menu ul li.active a { 
	color: #fff; 
}

.mobile-menu ul li a:hover:after,.mobile-menu ul li.active a:after { 
	right: 0; 
}
li.dropdown.act a.w3_icons_act {
    background: #0e0e0e;
	color: #fff;
}
.mobile-menu img {
	position: absolute;
	width: 150px;
	display: block;
	left: 50%;
	top: 3rem;
	transform: translatex(-50%);
	-webkit-transform: translatex(-50%);
	-moz-transform: translatex(-50%);
	-o-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	padding: 0;
	text-align: center;
}

.mobile-menu--open {
	opacity: 1;
	right:0%;
}
.dropdown.active.open a  ul.dropdown-menu.agile_short_dropdown li a.w3_icon_1:after{
	background:none !important;
}
/*-- //menu --*/
.v_pic_agile,.v_pic_agile  img {
    margin: 0 auto;
    text-align: center;
	position:relative;
	margin-top:2em;
}
a.play {
    position: absolute;
    top: 42%;
    color: #000;
    font-size: 4em;
}
/*-- /banner --*/
.slider {
    width: 75%;
    float: left;
}
.agileits-banner-info {
    text-align: left;
    margin: 16em 0 0 0;
    width: 54%;
    padding: 0 5em;
}
.agileits-banner-info h4 {
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: rgb(222, 60, 108);
}
.agileits-banner-info p {
    font-size: 0.85em;
    letter-spacing: 9px;
       color: #191d20;
    font-weight: 700;
    text-transform: uppercase;
}
ul.social-icons3 {
    display: block;
    padding: 0;
    margin-top: 1em;
}
ul.social-icons3 li {
    display: inline-block;
    margin-top: 1em;
    position: relative;
}
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_rss{
	 background:#f26522;
}
ul.social-icons3 li a:hover{
	text-decoration:none;
	opacity:0.8;
}
li.agileinfo_share {
    font-size: 0.85em;
    letter-spacing: 4px;
     color: #191d20;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
}
.agileinfo_share {
    position: relative;
    margin-right: 5em !important;
    color: #95f347;
}
.agileinfo_share:after {
    content: '';
    background:#191d20;
    height: 2px;
    width: 49%;
    position: absolute;
    top: 45%;
    right: -49%;
}
/*-- //banner --*/
/*-- banner-text --*/
.banner-text{
    background: url(../images/banner1.jpg)no-repeat center;
       background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 400px;
}
.agile_dot_info {
    background: url(../images/overlay.png)repeat;
    padding: 7em 0 11.5em 0;
    text-align: center;
}
.banner-text h2{
    font-size: 3.5em;
    letter-spacing: 5px;
    color: #fff;
    text-align: center;
    line-height: 1.5em;
    text-transform: capitalize;
    font-weight: 700;
}
h2.wthree_head span {
    display: block;
    color: #000002;
}
.w3_agileits_logo {
    position: relative;
}
.v_pic_agile,.v_pic_agile  img {
    margin: 0 auto;
    text-align: center;
	position:relative;
	margin-top:2em;
}
.modal-body.about iframe{
  width:100%;
  height:450px;
  border:none;
}
a.play {
    position: absolute;
    top: 40%;
    color: #000;
    font-size: 4em;
	right: 47%;
}
/*-- //banner-text --*/
/*-- banner-bottom --*/
.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
   width:100%;
}
.view-tenth .mask {
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth img {
   filter: alpha(opacity=1);
   opacity: 1;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view {
    float: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 1em 1em 2em;
    background: #f5f5f5;
    width: 246px;
    height: 304px;
}
.view .mask,.view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.agile_text_box {
    text-align: center;
    padding: 7em 6em;
    background: rgba(0, 0, 0, 0.66);
}
.view img {
   display: block;
   position: relative;
}
.agile_text_box p {
    line-height: 1.8em;
    margin: 0 auto;
       color: #efecec;
}
.agile_text_box i {
    color: #fff;
    font-size: 4em;
}
.agile_text_box h3{
    font-size: 1.2em;
    color: #ffc168;
    line-height: 1.5em;
    margin: 1em 0 .5em;
    text-transform: uppercase;
    font-weight: 800;
}
.banner_bottom_right_grid {
    padding-right: 0;
    margin-bottom:1.5em;
}
.agile_w3l_info_gds.two {
    margin-top: 4em;
}
.agile_w3l_info_gds {
    float: left;
    width: 50%;
}
.banner_bottom_left h3{
    font-size: 2.2em;
    color: #424141;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
}
.banner_bottom_left p i{
    color: #3369e7;
    display: block;
    margin: .5em 0 1em;
    letter-spacing: 3px;
}
.banner_bottom_left {
    text-align: left;
    margin-top: 4em;
}
.banner_bottom_left p{
    color: #777;
    line-height: 2em;
    margin-bottom: 3em;
    letter-spacing: 1px;
}
/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background:#222;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
   background:#3369e7;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: white;
}
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.read a {
    padding: 0.7em 2em;
    color: #fff;
    letter-spacing: 1px;
}
/*-- services --*/
.wthree_head{
	    font-size: 3em;
    color: #212121;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 1px;
	    position:relative;
}
.wthree_head i{
	 display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: #3369e7;
    margin: 0 auto;
    border-radius: 25px;
    line-height: 50px;
    margin-bottom: .5em;
	    font-size: 0.7em;
}
.wthree_head span{
    padding: .5em 0;
    border-top: 1px solid #3369e7;
    width: 30%;
    letter-spacing: 6px;
    margin: 0 auto;
    color: #464545;
    font-size: 0.4em;
    font-weight: 100;
}
.agileinfo_services_grids{
	margin:1em 0 0;
}
.agileinfo_services_grid {
    padding: 2em 1em 0;
    text-align: center;
    margin-top: 1em;
}
.agileinfo_services_grid_left {
    text-align: center;
}
.agileinfo_services_grid_right{
    text-align: center;
}
.agileinfo_services_grid_left h4{
    font-size: 1.4em;
    color: #212121;
    line-height: 1.5em;
    padding-top: .3em;
    font-weight: 700;
    letter-spacing: 1px;
}
.agileinfo_services_grid_right h4 {
    font-size: 2.5em;
    color: #3369e7;
    text-align: center;
}
.agileinfo_services_grid p{
	color:#555;
	line-height:2em;
	margin:1em 0 0;
}
.agileinfo_services_grid:hover i {
    color: #ffc168;
}
/*-- //services --*/
/*-- bootstrap-pop-up --*/
.modal-header {
    color: #222;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
	    border-bottom: none;
}
.close {
    opacity: 1;
}
.modal-body p {
    color: #777;
    text-align: left;
	padding:1em 2em 1em;
	margin: 0 !important;
	line-height:2em;
}
.modal-body p i {
    display: block;
    margin: 1em 0;
    color: #212121;
}
.modal-content {
    border-radius: 0;
}
button.close {
    font-size: 1.5em;
    color:#212121;
	outline: none;
}
h3.agileinfo_sign {
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    color: #111;
    letter-spacing: 2px;
	margin-bottom:0.6em;
}
button.close.ab_v {
    float: left;
}
/*-- team --*/
.team{
    background: url(../images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 600px;
	    background-attachment: fixed;
}
.agile_dot_info.two {
    padding: 7em 0 7.5em 0;
}
.wthree_head1{
	color:#fff;
}
.agileits_team_grid_figure,.agileits_team_grid_figure_social {
    float: left;
}
.agileits_team_grid_figure img {
    border: 5px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
	    margin-left: 8em;
	}
.agileits_team_grid h4{
	font-size:1.2em;
	color:#ffc168;
	margin: .5em 0;
}
.agileits_team_grid h4 span {
    font-size: 0.9em;
    color: #fff;
    display: block;
    letter-spacing: 6px;
}
.agileits_team_grid p{
	color:#fff;
	line-height:2em;
}
.agileits_team_grids,.w3l_gallery_grids,.w3_testimonials_grids,.w3layouts_mail_grids{
	margin:3em 0 0;
}
.agileits_team_grid {
    background: rgba(16, 16, 16, 0.48);
    text-align: center;
    width: 32%;
    margin-right: 1%;
    padding: 2em 1em;
    border: 1px solid rgba(221, 221, 221, 0.27);
}
.team span,h3.wthree_head.two  span {
    color: #fff;
}
h3.wthree_head.two {
    color: #fff;
}
/*-- //team --*/
/*-- gallery --*/
.w3l_gallery_grid{
	padding:0;
}
.w3l_gallery_grid li{
	display:inline-block;
	float:left;
	width:33.33%;
}
.box {
    height: 240px;
    position: relative;
    overflow: hidden;
}
.box img {
	position: absolute;
	left: 0;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}

/* Caption Common Style */
.box .caption {
	position: absolute;
	color: #fff;
	z-index: 100;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
		transition: all 300ms ease-out;
	left: 0;
	width: 100%;
    height: inherit;
    padding: 6em 2em;
    text-align: center;
}
/** Caption 6: Scale **/
.box .scale-caption h3,.box .scale-caption p {
	position: relative;
	left:-380px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}
.box .scale-caption h3{
    font-size: 1em;
    text-transform: uppercase;
    padding: .5em;
    width: 30%;
    margin: 0 auto 1em;
    background: #3369e7;
    color: #fff;
}
.box .scale-caption p {
    line-height: 3em;
    font-weight: 600;
    letter-spacing: 2px;
}
.box .scale-caption h3 {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	-ms-transition-delay: 300ms;	
	transition-delay: 300ms;
}

.box .scale-caption p {
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-ms-transition-delay: 500ms;	
	transition-delay: 500ms;
}

/** Simple Caption :hover Behaviour **/
.box:hover .simple-caption {
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	opacity: 1;
	transform: translateY(-100%);
}

/** Full Caption :hover Behaviour **/
.box:hover .full-caption {
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	opacity: 1;
	transform: translateY(100%);
}

/** Fade Caption :hover Behaviour **/
.box:hover .fade-caption,.box:hover .scale-caption  {
	opacity: 1;
	background-color: rgba(0,0,0,0.8);
}
/** Scale Caption :hover Behaviour **/
.box:hover #image-6 {
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

.box:hover .scale-caption h3,.box:hover .scale-caption p {
	-moz-transform: translateX(380px);
	-o-transform: translateX(380px);
	-webkit-transform: translateX(380px);
	transform: translateX(380px);
}
/*-- //gallery --*/
/*-- testimonials --*/
.testimonials{
	background: url(../images/banner3.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 400px;
    background-attachment:fixed;
}
.w3_testimonials_grid_left p {
    color: #fff;
    line-height: 2em;
    margin: 4em 0 0;
    margin: 1em auto 2em;
    width: 73%;
}
.w3_testimonials_grid_right img{
	border: 5px solid #fff;
    border-radius: 120px;
    margin: 0 auto;
}
.agile_dot_info.three {
    padding: 8em 0 11.5em 0;
}
/*-- //testimonials --*/
/*-- contact --*/
.w3layouts_mail_grid_right input[type="text"], .w3layouts_mail_grid_right input[type="email"], .w3layouts_mail_grid_right textarea {
    outline: none;
    padding: 14px;
    font-size: 14px;
    color: #212121;
    background: #f5f5f5;
    width: 100%;
    border: 1px solid #e4e2e2;
    margin-bottom: 1em;
    letter-spacing: 2px;
}
.w3layouts_mail_grid_right textarea {
    min-height: 250px;
    margin-left: 1.1em;
    width: 97.3% !important;
}
.w3layouts_mail_grid_right input[type="submit"], .w3layouts_mail_grid_right input[type="reset"] {
    outline: none;
    padding: 16px 0;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background: #3369e7;
    width: 47.8%;
    border: none;
    text-transform: uppercase;
    margin-left: 1.1em;
}
.w3layouts_mail_grid_right input[type="submit"]:hover, .w3layouts_mail_grid_right input[type="reset"]:hover {
    background: #ffc168;
	color:#fff;
}
.w3layouts_mail_grid_right {
    padding: 0;
}
.w3_agile_contact_left ul li {
    display: inline-block;
    width: 25%;
    border: 1px solid#dad8d8;
    padding: 0.3em;
}
.agile_map_grid ul li{
    display: inline-block;
    color: #fff;
	margin-bottom:1em;
    text-transform: capitalize;
}
.agile_map_grid ul li img{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
	}
.agile_map_grid ul li:last-child,.agileits_w3layouts_footer_grid ul li:last-child{
	margin:0;
}
.agile_map_grid ul li a,.agileits_w3layouts_footer_grid ul li a{
	color:#fff;
	text-decoration:none;
}
.agile_map_grid ul li a:hover{
	color:#ffc168;
}
.agileits_w3layouts_footer_grid ul li a:hover{
	color:#ffc168;
}
.agile_map_grid ul li i {
    color: #212121;
    margin-right: 1em;
    padding: .5em;
    background: #fff;
    border-radius: 50%;
}
.agile_map_grid ul li span{
    color:#ffc168;
	font-weight:600;
}
.map iframe{
	width:100%;
	min-height:400px;
	margin-bottom:-6px;
}
.map {
    position: relative;
}
.agile_map_grid {
    position: absolute;
    top: 0%;
    left: 45%;
	width:25%;
    background: #101010;
	padding:2em;
}
.agile_map_grid h3{
	font-size:1.5em;
	color:#ffc168;
	padding-bottom:.5em;
	position:relative;
	margin-bottom:1em;
}
.agile_map_grid h3:after{
	content:'';
	background:#ffc168;
	height:2px;
	width:20%;
	position:absolute;
	left:0%;
	bottom:0%;
}
.agile_map_grid1 {
    border: 1px ridge#252424;
    padding: 1em;
}
ul.social-icons3.two {
    display: inline-block;
    margin: 0;
	float:left;
}
.w3_agile_contact_left h5 {
    font-size: 1.4em;
    color: #212121;
    line-height: 1.5em;
    padding-top: .3em;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 1em 0;
}
ul.w3ls_social.two li {
    margin-right: 10px;
}
/*-- //contact --*/
.w3layouts_banner_info_right ul li,.w3ls_social li{
	display:inline-block;
}
.w3layouts_banner_info_right ul li a,.w3ls_social li a{
width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding-top: 6px;
    font-size: 13px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
a.w3_agile_facebook{
	background:#3b5998;
}
a.agile_twitter{
	background:#1da1f2;
}
a.w3_agile_dribble{
	background:#ea4c89;
}
a.w3_agile_vimeo{
	background:#1ab7ea;
}
a.w3_agile_facebook:hover {
    background: #84a3e3;
}
a.agile_twitter:hover{
	background:#68b8e9;
}
a.w3_agile_dribble:hover{
	background:#f782af;
}
a.w3_agile_vimeo:hover{
	background:#5acef3;
}
.banner-bottom, .services,.gallery_main, .contact, .footer,.w3agile.welcome {
    padding: 5em 0;
}
ul.social-icons3.two li:nth-child(1):before, ul.social-icons3.two:last-child:after {
    content: '';
    background: #3369e7;
    height: 2px;
    width: 35px;
    position: absolute;
    bottom: 43%;
    right: 12%;
}
/*-- footer --*/
.footer {
    background: #000;
	padding:4em 0;
}
.agileits_w3layouts_footer_grid {
    border-left: 1px solid #000;
    background: #0a0b0c;
    text-align: center;
    padding: 20px 0;
}
.agileits_w3layouts_footer_grid h3{
	font-size:1.5em;
	color:#ffc168;
	text-transform:capitalize;
	margin-bottom:1em;
	font-weight:700;
}
.agileits_w3layouts_footer_grid ul li {
    display: inline-block;
    color: #fff;
	margin-bottom:.5em;
    text-transform: capitalize;
}
.agileits_w3layouts_footer_grid ul li span{
	font-weight:600;
}
.agileits_w3layouts_footer_grid p{
	color:#fff;
}
.agileits_w3layouts_footer_grid p i{
	display:block;
	font-style:normal;
	margin:.5em 0 0;
}
.w3_agileits_footer_grids{
	margin:5em 0 0;
}
.w3_agileits_footer_grid p{
	color:#fff;
	line-height:2em;
}
.w3_agileits_footer_grid h3{
	font-size: 1.5em;
    color: #ffc168;
    text-transform: capitalize;
    padding-left: 4em;
    position: relative;
}
.w3_agileits_footer_grid h3:before{
	content: '';
    background: #ffc168;
    height: 2px;
    width: 20%;
    position: absolute;
    left: 0%;
    top: 53%;
}
.w3_agileits_footer_grid h4{
	font-size: 1em;
    letter-spacing: 2px;
	color:#fff;
	margin:1.5em 0;
	text-transform:uppercase;
}
.w3_agileits_footer_grid ul li{
	display:block;
	color:#999;
}
.w3_agileits_footer_grid ul li span{
	font-weight:600;
	display:inline-block;
}
.w3_agileits_footer_grid ul li:first-child{
	margin-bottom:.5em;
}
.w3_agileits_footer_grid form {
    padding: 15px 15px 15px 25px;
    border: 1px solid #fff;
	margin: 2em 0 0;
}
.w3_agileits_footer_grid input[type="email"] {
    outline: none;
    border: none;
    color: #fff;
    font-size: 14px;
     width:73%;
    background: none;
    font-weight: bold;
}
.w3_agileits_footer_grid input[type="submit"] {
    outline: none;
    border: none;
    width: 25%;
    background: #3369e7;
    padding: 7px 6px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
}
.w3_agileits_footer_grid input[type="submit"]:hover {
    background: #ffc168;
	}
.wthree_copy_right{
    padding: 1.5em 0;
    background: #0a0b0c;
    text-align: center;
}
.wthree_copy_right p{
    color: #fff;
    line-height: 2em;
    letter-spacing: 2px;
    font-size: 13px;
}
.wthree_copy_right p a{
	color:#ffc168;
	text-decoration:noen;
}
.wthree_copy_right p a:hover{
	color:#fff;
}
/*-- //footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-----start-responsive-design------*/
@media (max-width:1440px){
	.agileits-banner-info {
		text-align: left;
		margin: 14em 0 0 0;
		width: 54%;
		padding: 0 5em;
	}
	.agile_map_grid {
		position: absolute;
		top: 0%;
		left: 45%;
		width: 29%;
		padding: 2em;
	}
}
@media (max-width:1366px){
     .banner_top {
      min-height: 756px;
	}
	.agileits-banner-info {
		margin: 14em 0 0 0;
		width: 61%;
		padding: 0 5em;
	}
	h3.w3ls_agile{
      font-size: 4em;
	}
}
@media (max-width:1280px){
	.agile_map_grid {
		position: absolute;
		top: 0%;
		left: 45%;
		width: 32%;
		padding: 2em;
	}
	.box .scale-caption h3 {
		font-size: 1em;
		padding: .5em;
		width: 47%;
	}
}
@media (max-width:1080px){
	.navbar-nav > li > a {
		margin-left: 106px;
	}
	.wrapper h2 {
		width: 35%;
	}
	.wrapper .sentence {
		font-size: 4em;
	}
	.w3layouts_banner_info_left ul li:nth-child(2) {
		margin: 0 4em;
	}
	.w3layouts_banner_info_agileits_w3layouts {
		padding: 15em 0 0;
	}
	.w3_agileits_banner_bottom_right {
		min-height: 365px;
	}
	.w3_agileits_banner_bottom_right_pos h4 {
		font-size: 1.5em;
	}
	.w3_agileits_banner_bottom_right_pos p {
		padding-bottom: 3em;
	}
	.w3_agileits_banner_bottom_right_pos {
		top: 27%;
		left: 20%;
	}
	.box {
		height: 209px;
	}
	.box .caption {
	    padding: 5em 2em;
	}
	.agile_map_grid {
		left: 35%;
		width: 40%;
	}
	.wthree_head span {
		    width: 35%;
	}
	ul.top_agile_info_ad {
		width: 59%;
		margin: 1.4% auto 0;
		float: right;
	}
	.w3l_header_contact_details_agile {
		float: right;
		width: 80%;
		text-align: left;
	}
	.header-contact-detail-title {
		font-size: 1.1em;
		margin-bottom: 7px;
	}
	.banner_top {
		min-height: 621px;
	}
	.center-container {
		padding: 2em 0 46em;
	}
	.view {
		padding: 1em 1em 2em;
		background: #f5f5f5;
		width: 202px;
		height: 247px;
	}
	.agile_text_box {
		padding: 5em 4em;
	}
	.w3_agileits_footer_grid input[type="email"] {
		outline: none;
		border: none;
		color: #fff;
		font-size: 14px;
		width: 69%;
	}
	.w3_agileits_footer_grid input[type="submit"] {
		width: 29%;
		padding: 7px 6px;
		font-weight: 600;
	}
	.agileits_team_grid_figure img {
		margin: 0 auto;
		margin-left: 6em;
	}
	.agileits-banner-info {
		margin: 8em 0 0 0;
		width: 68%;
		padding: 0 5em;
	}
}
@media (max-width: 1050px){
	.banner_top {
		min-height: 549px;
	}
	h3.w3ls_agile {
		font-size: 3.5em;
	}
}
@media (max-width: 1024px){
	.banner-bottom, .services, .gallery_main, .contact, .footer, .w3agile.welcome {
		padding: 4em 0;
	}
}
@media (max-width: 991px){
	.navbar-nav > li > a {
		margin-left: 62px;
	}
	.wrapper h2 {
		width: 45%;
	}
	.w3layouts_banner_info_left {
		width: 70%;
	}
	.w3_agileits_banner_bottom_right {
		width: 50%;
		margin: 0 auto;
	}
	.w3_agileits_banner_bottom_right_pos {
		top:20%;
	}
	.agileinfo_services_grid {
		float: left;
		width: 50%;
	}
	.agileits_team_grid {
		float: left;
		width: 33.33%;
	}
	.agileits_team_grid_figure_social {
		margin: 4em 0 0 -1em;
	}
	.box {
		height: 160px;
	}
	.box .caption {
		padding: 3em 1em;
	}
	.box .scale-caption p {
		font-size: 12px;
	}
	.w3_testimonials_grid_left p {
		width: 100%;
	}
	.w3_agile_contact_left ul li {
		width: 16.1%;
	}
	.w3layouts_mail_grid_right {
		margin: 2em 0 0;
	}
	.w3layouts_mail_grid_right textarea {
		width: 95.6% !important;
	}
	.w3layouts_mail_grid_right input[type="submit"], .w3layouts_mail_grid_right input[type="reset"] {
		width: 46.4%;
	}
	.agileits_w3layouts_footer_grid {
		padding-left: 1em;
		float: left;
		width: 33.33%;
	}
	.w3_agileits_footer_grids {
		margin: 3em 0 0;
	}
	.w3_agileits_footer_grid{
		float:left;
		width:50%;
	}
	.w3_agileits_footer_grid:first-child {
		float: none;
		width: 100%;
		margin-bottom: 2em;
	}
	.wthree_head span {
		width: 42%;
	}
	.view {
		padding: 1em 1em 2em;
		width: 250px;
		height: 311px;
	}
	.agile_text_box {
		padding: 8em 7em;
	}
	.banner-text h2 {
      font-size: 3em;
	}
	.agileits_team_grid {
		float: left;
		width: 49%;
	}
	.agileits_team_grid:nth-child(3){
	   margin-top:1em;
	}
	.box .scale-caption h3 {
		font-size: 1em;
		padding: .5em;
		width: 50%;
		margin: 0 auto 1em;
	}
	ul.top_agile_info_ad {
		width: 68%;
		margin: 1.4% auto 0;
		float: right;
	}
	.agile_map_grid {
		left: 35%;
		width: 45%;
	}
	.banner_bottom_left h3 {
		font-size: 2em;
	}
	.agileits_w3layouts_footer_grid {
		padding-left: 0em;
		float: left;
		width: 100%;
	}
	.agile_dot_info iframe {
		width: 87%;
		border: none;
		height: 347px;
		margin-top: 1em;
	}
	.agile_dot_info {
		background: url(../images/overlay.png)repeat;
		padding: 7em 0 7.5em 0;
		text-align: center;
	}
	.agileinfo_services_grid_img {
		margin-top: 2em;
	}
	.agileits_w3layouts_footer_grid:nth-child(2) {
		margin: 0.5em 0;
	}
	.w3layouts_mail_grid_right textarea {
		width: 100%!important;
		margin-left: 0;
		min-height:200px;
	}
	.wthree_contact_left_grid {
		padding: 0;
	}
}
@media (max-width: 800px){
	.agile_map_grid1,.agile_map_grid {
		padding: 1.5em;
	}
	.agile_map_grid {
		width: 50%;
	}
	.map iframe {
		min-height: 315px;
	}
	ul.top_agile_info_ad {
		width: 74%;
		margin: 1.4% auto 0;
		float: right;
	}
	.banner_top {
		min-height: 515px;
	}
	.agileits-banner-info h4 {
		font-size: 1em;
		letter-spacing: 9px;
	}
	.agileits-banner-info p {
		font-size: 0.9em;
		letter-spacing: 11px;
	}
	.w3_agile_header {
		padding: 1em 3em 1.3em 3em;
	}
	.agileits-banner-info {
		margin: 6em 0 0 0;
		width: 68%;
		padding: 0 3em;
	}
	.banner_bottom_left {
		text-align: left;
		margin-top: 0em;
		margin-bottom: 2em;
	}
	.agile_text_box {
		padding: 8em 6em;
	}
	.agile_dot_info.three {
		padding: 6em 0 6.5em 0;
	}
	h3.w3ls_agile {
		font-size: 3.2em;
	}
}
@media (max-width: 768px){
	.wrapper .sentence {
		font-size: 3.5em;
	}
	.agileinfo_services_grid_left h4 {
		font-size: 1.4em;
	}
	.testimonials {
		min-height: 385px;
	}
	.agile_map_grid {
		width: 50%;
	}
	.agile_dot_info.two {
		padding: 5em 0 5.5em 0;
	}
	.agile_dot_info.three {
		padding: 6em 0 6.5em 0;
	}
	.agile_w3l_info_gds.two {
		margin-top: 0em;
	}
	.banner_bottom_right {
		margin-top: 2em;
	}
	.agileits-banner-info p {
		font-size: 0.8em;
		letter-spacing: 9px;
	}
}
@media (max-width: 767px){
	.navbar-default .navbar-toggle {
		border-color: #212121;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #212121;
	}
	.navbar-toggle {
		margin: 2em 0 0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-nav > li > a {
		margin-left: 0;
	}
	.navbar-right {
		float: none !important;
	}
	.navbar-nav {
		margin: 0;
		text-align: center;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		position: absolute;
		width: 100%;
		background: #a5a5a5;
		z-index: 999;
	}
	.nav > li > a {
		display: inline-block;
	}
	.link--yaku::before {
		left: -1px;
	}


}
@media (max-width: 736px){
	.wrapper h2 {
		width: 48%;
	}
	.w3_agileits_banner_bottom_right {
		min-height: 280px;
	}
	.w3_agileits_banner_bottom_right_pos {
		top: 15%;
	}
	.agileits_team_grid {
		float: none;
		width:44%;
		margin: 0 auto;
		text-align: center;
	}
	.agileits_team_grid_figure, .agileits_team_grid_figure_social {
		float: none;
	}
	.agileits_team_grid_figure_social {
		margin: 1em 0 0;
	}
	.agileits_team_grid_figure img {
		margin: 0 auto;
	}
	.agileits_team_grid:nth-child(2) {
		margin: 2em auto;
	}
	.box,.box .caption{
		height: 153px;
	}
	.box .scale-caption h3 {
		width: 45%;
	}
	.banner-bottom, .services, .gallery_main, .contact, .footer, .w3agile.welcome {
		padding: 3em 0;
	}
	.banner-text h2 {
		font-size: 2.5em;
	}
	.wthree_head {
      font-size: 2.5em;
	}
	.agile_map_grid {
		width: 52%;
	}
	.header-contact-detail-title {
		font-size: 1em;
		margin-bottom: 7px;
	}
	.box .scale-caption h3 {
		width: 63%;
	}
}
@media (max-width: 667px){
	.wrapper h2 {
		width: 52%;
	}
	.w3layouts_banner_info_agileits_w3layouts {
		padding: 11em 0 0;
	}
	.w3_agileits_banner_bottom_right {
		width: 65%;
	}
	.box, .box .caption {
		height: 137px;
	}
	.box .caption {
		padding:3em 1em;
	}
	.w3_agile_contact_left ul li {
		width: 16%;
	}
	.w3layouts_mail_grid_right {
		margin: 1em 0 0;
	}
	.agile_map_grid1, .agile_map_grid {
		padding: 1em;
	}
	.agileits_w3layouts_footer_grid {
		float: none;
		width: 100%;
	}
	.agile_map_grid {
		width: 54%;
	}
	h3.w3ls_agile {
		font-size: 2.6em;
		letter-spacing: 2px
	}
	.banner_top {
		min-height: 442px;
	}
	.agile_dot_info {
		padding: 5em 0 5.5em 0;
		text-align: center;
	}
	.agileinfo_services_grid {
		padding: 1em 1em 0;
		text-align: center;
		margin-top: 1em;
	}
	.agileits-banner-info {
		margin: 5em 0 0 0;
		width: 77%;
		padding: 0 3em;
	}
	.agile_dot_info.three {
		padding: 4em 0 4.5em 0;
	}
	.w3layouts_mail_grid_right textarea {
		width: 100%!important;
		margin-left: 0;
		min-height:100px;
	}
	.w3layouts_mail_grid_right input[type="submit"], .w3layouts_mail_grid_right input[type="reset"] {
		width: 49.4%;
		margin-left: 0;
	}
}
@media (max-width: 640px){
	.wrapper h2 {
		width: 55%;
	}
	.wrapper .sentence {
		font-size: 3em;
	}
	.w3layouts_banner_info_left ul li:nth-child(2) {
		margin: 0 2em;
	}
	.w3l_gallery_grid li {
		width: 50%;
	}
	.box, .box .caption {
		height: 198px;
	}
	.box .caption {
		padding: 5em 1em;
	}
	.testimonials {
		min-height: 364px;
	}
	.agile_map_grid {
		width: 58%;
	}
	.w3_agileits_footer_grids {
		margin: 2em 0 0;
	}
	.banner_bottom_left h3 {
		font-size: 1.8em;
	}
	.banner-text h2 {
		font-size: 2.3em;
	}
	a.w3l_header_contact_details_agile-info_inner, .w3l_header_contact_details_agile a {
      font-size: 0.9em;
	}
	.header-contact-detail-title {
      font-size: 0.95em;
	}
	.wthree_head span {
		width: 47%;
		letter-spacing: 5px;
	}
	a.play {
		position: absolute;
		top:40%;
	}
}
@media (max-width: 600px){
	.wrapper h2 {
		width: 60%;
	}
	.agileinfo_services_grid_right h4 {
		font-size: 2.5em;
	}
	.agileits_team_grids, .w3l_gallery_grids, .w3_testimonials_grids, .w3layouts_mail_grids {
		margin: 2em 0 0;
	}
	.box, .box .caption {
		height: 184px;
	}
	.box .caption {
		padding: 2.5em 1em;
	}
	.testimonials {
		min-height: 320px;
	}
	ul.top_agile_info_ad {
		width: 100%;
		margin: 0!important;
		float: left;
	}
	.agileits_w3layouts_footer_grid ul li {
		display: block;
	}
	.w3_agileits_footer_grid h3 {
		padding-left: 3em;
	}
	.w3_agileits_footer_grid input[type="email"] {
		width: 60%;
	}
	.w3_agileits_footer_grid input[type="submit"] {
		width: 38%;
		padding: 7px 6px;
		font-weight: 600;
	}
	.mobile-nav-button {
		position: fixed;
		margin: 3.1em 0em 0;
		right: 4%;
		top: 0;
	}
	.agileinfo_services_grid_left h4 {
		font-size: 1.2em;
	}
	.agileits_team_grid {
		float: none;
		width: 57%;
		margin: 0 auto;
		text-align: center;
	}
	.agile_map_grid {
		width: 61%;
	}
	.agileits_team_grid:nth-child(3) {
		margin-top: 0;
	}
    .w3_agileits_logo h1 a {
      font-size: 1.15em;
	}
	.agileits-banner-info {
		margin: 4em 0 0 0;
		width: 77%;
		padding: 0 3em;
	}
}
@media (max-width: 568px){
	.wrapper h2 {
		width: 63%;
	}
	.box, .box .caption {
		height: 173px;
	}
	.w3_agile_contact_left ul li {
		width: 15.8%;
	}
	.agile_map_grid {
		width: 59%;
	}
	.w3_agileits_footer_grid {
		float: none;
		width: 100%;
	}
	.w3_agileits_footer_grid:first-child{
		margin:0;
	}
	.w3_agileits_footer_grid:nth-child(2){
		margin:2em 0;
	}
	.w3_agileits_footer_grid h3:before {
		width: 12%;
	}
	h3.w3ls_agile  {
		font-size: 2.2em;
		letter-spacing: 1px;
		margin: 0.5em 0;
	}
	.view {
		padding: 1em 1em 2em;
		width: 228px;
		height: 281px;
	}
	.agile_text_box {
		padding: 6.5em 6em;
	}
	.agile_dot_info.three {
		padding: 4em 0 4.5em 0;
	}
	.agile_map_grid {
		width: 63%;
		left: 20%;
	}
	.banner_top {
		min-height: 408px;
	}
	.agileits-banner-info {
		margin: 3em 0 0 0;
		width: 77%;
		padding: 0 3em;
	}
	.banner_bottom_left h3 {
		font-size: 1.4em;
	}
}
@media (max-width: 480px){
	.wrapper h2 {
		width: 75%;
	}
	.w3layouts_banner_info_left ul li:nth-child(2) {
		margin: 0 1em;
	}
	.w3layouts_banner_info_left {
		width: 69%;
	}
	.w3layouts_banner_info_left ul li {
		width: 27%;
	}
	.wrapper .sentence {
		font-size: 2.7em;
	}
	.agileinfo_services_grid {
		float: none;
		width: 100%;
	}
	.agileinfo_services_grid {
		padding: 1em 1em 0;
	}
	.agileinfo_services_grid_left h4 {
		font-size: 1.3em;
	}
	.agileits_team_grid {
		width: 90%;
	}
	.box, .box .caption {
		height: 144px;
	}
	.box .caption {
		padding: 1.5em 1em;
	}
	.w3_testimonials_grid_left {
		width: 100%;
		float: none;
	}
	.w3_testimonials_grid_right {
		float: none;
		width: 35%;
		margin: 0 auto;
	}
	.wthree_head span {
		width: 30%;
	}
	.agile_map_grid {
		width: 71%;
		left: 20%;
	}
	.map iframe {
		min-height: 280px;
	}
	.agile_dot_info.two {
		padding: 3em 0 3.5em 0;
	}
	.view {
		padding: 1em 1em 2em;
		width: 189px;
		height: 232px;
	}
	.agile_text_box {
		padding: 4.5em 3.5em;
	}
	.banner-bottom, .services, .gallery_main, .contact, .footer, .w3agile.welcome {
		padding: 2em 0;
	}
	.wthree_head {
		font-size: 2.1em;
	}
	.w3_testimonials_grid_left {
		width: 100%;
		float: none;
		padding: 0;
	}
	.w3_testimonials_grid_left p {
		line-height: 1.8em;
		margin: 0em 0 1em 0;
		font-size: 13px;
	}
	.agile_map_grid {
		width: 74%;
		left: 13%;
	}
	.banner_bottom_left {
		margin-top: 2em;
	}
	.w3_agileits_logo h1 a {
		font-size: 1em;
	}
	.w3_agile_header {
		padding: 0.5em 0.7em 0em 1em;
	}
	.agileits-banner-info {
		margin: 3em 0 0 0;
		width: 86%;
		padding: 0 1.3em;
	}
	.agileits-banner-info p {
		font-size: 0.8em;
		letter-spacing: 5px;
	}
	.banner_top {
		min-height: 358px;
	}
	.mobile-nav-button {
		position: fixed;
		margin: 1.5em 0em 0;
		right: 4%;
		top: 0;
	}
	.wthree_head span {
		width: 60%;
		letter-spacing: 4px;
	}
	.flex-control-nav li {
       margin: 0 5px;
	}
	.w3l_gallery_grid li {
		width: 100%;
	}
	a.play {
		position: absolute;
		top: 35%;
		right: 44%;
	}
}
@media (max-width: 440px){
	.view {
		padding: 1em 1em 2em;
		width: 176px;
		height: 214px;
	}
	.box, .box .caption {
		height: 250px;
	}
	.box .caption {
		padding: 5.5em 1em;
	}
	.w3_agile_contact_left ul li {
		width: 27.8%;
	}
	.agile_map_grid {
		width: 83%;
		left: 13%;
	}
	.agile_text_box {
		padding: 4em 3.1em;
	}
	.agile_dot_info iframe {
		width: 87%;
		border: none;
		height: 234px;
		margin-top: 1em;
	}
	.agile_dot_info {
		padding: 3em 0 3.5em 0;
		text-align: center;
	}
}
@media (max-width: 414px){
	.wrapper h2 {
		width: 88%;
	}
	.w3layouts_banner_info_left {
		width: 100%;
		float: none;
	}
	.w3layouts_banner_info_right {
		float: none;
		padding: 1em 0;
		text-align: center;
	}
	.w3layouts_banner_info_agileits_w3layouts {
		padding: 7em 0 0;
	}
	.navbar-nav > li > a {
		font-size: 13px;
	}
	.w3_agileits_banner_bottom_right {
		width: 80%;
	}
	.w3_agileits_banner_bottom_right_pos {
		left: 10%;
	}
	.w3_agileits_banner_bottom_right_pos p {
		padding-bottom: 2em;
	}
	.banner_bottom_left h3 {
		font-size: 1.4em;
	}
	.w3l_gallery_grid li {
		width: 100%;
		float: none;
	}
	p, ul, ol {
      font-size: 13px;
	}
	.box, .box .caption {
		height: 244px;
	}
	.box .caption {
		padding: 5.5em 1em;
	}
	.w3_testimonials_grid_right {
		margin: 1em auto 0;
	}
	.w3_agile_contact_left ul li {
		width: 32%;
	}
	.map iframe {
		min-height: 250px;
	}
	.map {
		padding-bottom: 15em;
	}
	.agile_map_grid {
		width: 100%;
		left: 0;
		top: 50%;
	}
	.view {
		padding: 1em 1em 2em;
		width: 282px;
		height: 350px;
	}
	.wthree_head {
		font-size: 2em;
	}
	.view {
		padding: 1em 1em 2em;
		width: 166px;
		height: 204px;
	}
}
@media (max-width: 384px){
	.agileinfo_services_grid {
		padding: 1em 0em 0;
	}
	.wrapper h2 {
		letter-spacing: 4px;
	}
	.w3_agileits_banner_bottom_right_pos h4 {
		font-size: 1.3em;
	}
	.agileinfo_services_grid_right h4 {
		font-size: 2.3em;
	}
	.agileinfo_services_grid p {
		margin: 0.5em 0 0;
	}
	.agileinfo_services_grid_left h4 {
		font-size: 1.2em;
	}
	.box, .box .caption {
		height: 223px;
	}
	.box .caption {
		padding: 5em 1em;
	}
	.w3_testimonials_grid_right img {
		border: 2px solid #fff;
	}
	.w3_testimonials_grid_right {
		margin: 0em auto 0;
	}
	.wthree_contact_left_grid {
		padding: 0;
	}
	.w3layouts_mail_grid_right textarea {
		width: 100% !important;
		margin: 0 0 .8em;
	}
	.w3layouts_mail_grid_right input[type="submit"], .w3layouts_mail_grid_right input[type="reset"] {
		width: 100%;
		margin: 0;
	}
	.w3layouts_mail_grid_right input[type="reset"]{
		margin-top:1em;
	}
	.map {
		padding-bottom: 15.2em;
	}
	.agileits_w3layouts_footer_grid h3,.w3_agileits_footer_grid h3 {
		font-size: 1.3em;
	}
	.w3_agileits_footer_grid{
		padding: 0;
	}
	.banner_top {
		min-height: 332px;
	}
	ul.social-icons3 li a {
		display: block;
		height: 24px;
		width: 24px;
		line-height: 24px;
		margin-right: 0.2em;
	}
	.agile_w3l_info_gds {
		float: left;
		width: 100%;
	}
	.view {
		padding: 1em 1em 2em;
		width: 285px;
		height: 356px;
	}
	.agile_text_box {
		padding: 9em 7.1em;
	}
	.wthree_head span {
		width: 76%;
		letter-spacing: 4px;
	}
	.agile_dot_info iframe {
		width: 87%;
		border: none;
		height: 162px;
		margin-top: 1em;
	}
	.banner-text {
		min-height: 376px;
	}
	.banner_bottom_left h3 {
		font-size: 1.2em;
	}
}
@media (max-width: 375px){
	.wrapper h2 {
		width: 89%;
	}
	.navbar-brand {
		font-size: 1em;
	}
	.navbar-toggle {
		margin: 1.8em 0 0;
	}
	.wrapper .sentence {
		font-size: 2.5em;
	}
	.w3layouts_banner_info_left ul li {
		font-size: 13px;
	}
	.box, .box .caption {
		height: 219px;
	}
	.w3_testimonials_grid_right {
		margin: 1em auto 0;
		width: 50%;
	}
	.agileits-banner-info {
		margin: 3em auto 0;
		width: 100%;
		padding-top: 0em;
		padding-left: 1em;
	}
	.center-container {
		padding: 0em 0 20em;
	}
	.banner-text h2 {
		font-size: 1.6em;
	}
	.w3_agileits_logo h1 a {
		font-size: 0.95em;
	}
	.agileits_team_grids, .w3l_gallery_grids, .w3_testimonials_grids, .w3layouts_mail_grids {
		margin: 1.5em 0 0;
	}
	.agile_text_box {
		padding: 9em 7.1em;
	}
	.banner-text {
		min-height: 343px;
	}
	h3.w3ls_agile {
		font-size: 1.8em;
		letter-spacing: 1px;
		margin: 0.5em 0;
	}
	a.play {
		position: absolute;
		top: 30%;
		right: 40%;
	}
}
@media (max-width: 320px){
	.w3layouts_banner_info_agileits_w3layouts {
		padding: 7em 0 0;
	}
	.wrapper h2 {
		letter-spacing: 3px;
		font-size: 14px;
	}
	.w3layouts_banner_info {
		padding: 4em 0 0;
	}
	.banner {
		min-height: 390px;
	}
	.navbar-toggle {
		margin: 1.6em 0 0;
	}
	p,.w3layouts_mail_grid_right input[type="text"],.agileits_w3layouts_footer_grid ul li,.w3layouts_mail_grid_right input[type="submit"], .w3layouts_mail_grid_right input[type="reset"], .w3layouts_mail_grid_right input[type="email"], .w3layouts_mail_grid_right textarea{
		font-size: 13px;
	}
	.agileits_w3layouts_footer_grid h3, .w3_agileits_footer_grid h3 {
		font-size: 1.2em;
	}
	.w3_agileits_footer_grid form {
		padding: 10px 10px 10px 20px;
	}
	.w3_agileits_footer_grid h4 {
		font-size: 14px;
		margin: 1em 0;
	}
	.map iframe {
		min-height: 200px;
	}
	.agile_map_grid ul li {
		font-size: 12px;
	}
	.agile_map_grid h3 {
		font-size: 1.2em;
	}
	.agile_map_grid {
		top: 48%;
	}
	.map {
		padding-bottom: 13.7em;
	}
	.w3layouts_mail_grid_right textarea {
		min-height: 150px;
	}
	.agileits_team_grid_figure img {
		border: 2px solid #fff;
		width: 55%;
	}
	.wthree_head span {
		width: 71%;
	}
	.box .caption {
		padding: 2.5em 1em;
	}
	.box, .box .caption {
		height: 182px;
	}
	.w3_testimonials_grids {
		margin: 1em 0 0;
	}
	.w3_testimonials_grid_left {
		padding: 0;
	}
	.view {
		padding: 1em 1em 2em;
		width: 240px;
		height: 295px;
	}
	.agile_text_box {
		padding: 7em 5.5em;
	}
	.banner_top {
		min-height: 294px;
	}
	.agile_dot_info iframe {
		width: 87%;
		border: none;
		height: 137px;
		margin-top: 1em;
	}
	.banner-text {
		min-height: 318px;
	}
	a.play {
		top: 32%;
		font-size: 3.3em;
	}
}