/*--
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;
	background: #fff;
}
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;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
p{
	margin:0;
	font-family: 'Lato', sans-serif;
}
ul,label{
	margin:0;
	padding:0;
    font-family: 'Lato', sans-serif;
}
body a:hover{
	text-decoration:none;
}
/*-- banner --*/
/*-- header --*/
.header {
     padding: 1.5em 0;
    background: rgba(156, 157, 158, 0.38);
    position: absolute;
    z-index: 999;
    width: 100%;
}
.w3ls-logo h2 {
    font-size:4em;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 900;
    line-height: 0.8em;
}
.w3ls-logo h2 a{
    color: #fff;
	display:block;
	text-decoration:none;
}
.w3ls-header-right {
    margin: 1em 0 0;
}
.w3ls-header-right ul li {
    display: inline-block;
    color: #fff;
    font-size: 1em;
    margin-right: 1.5em;
    font-family: 'Text Me One', sans-serif;
    letter-spacing: 1px;
}
.w3ls-header-right ul li a {
    color: #fff;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.w3ls-header-right ul li a:hover{
    color: #000; 
}
.w3ls-header-right i.glyphicon {
    font-size: 1.1em;
    margin-right: .5em;
}
/*--//header--*/

/*-- Menu-navigation --*/
.logo h1 {
    font-size: 3em;
    font-weight: 900;
} 
.logo h1 a,.logo h1 a:hover{
    display: inline-block;
    color: #fff;
    text-decoration: none;
	font-family: 'Raleway', sans-serif;
}
.w3ls-logo h2 a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
}
.menu-wrap a {
    color: #fff; 
}
.icon-list li a {
    text-align: left;
}
.menu-wrap a:hover,
.menu-wrap a:focus,.menu-wrap a.active {
	color:#000;
	text-decoration: none;
}
.content-wrap {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.content {
	position: relative;
	background: #02B875;
}
.content::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	-moz-transform: translate3d(100%,0,0);
	-o-transform: translate3d(100%,0,0);
	-ms-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
	-moz-transition: opacity 0.4s, transform 0s 0.4s; 
	transition: opacity 0.4s, transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);  
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
/* Menu Button */
.menu-button {
    position: absolute;
        right: -30px;
    z-index: 1000;
    padding: 0;
    width: 2.5em;
    height: 2em;
    border: none;
    font-size: 1.5em;
    color: transparent;
    background:rgba(60, 50, 50, 0.22);
    outline: none;
}
.menu-button::before {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
	background: -webkit-linear-gradient(#fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%);
    background: linear-gradient(#fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%);
    content: '';
}
.menu-button:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* Close Button */
.close-button {
    width: 1em;
    height: 1em;
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    text-indent: 1em;
    font-size: 1em;
    border: none;
    background: transparent;
    color: transparent;
	outline:none;
}
.close-button::before, .close-button::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 38%;
    background: #fff;
}

.close-button::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-button::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Menu */
.icon-list li {
    display: block;
}
.icon-list {
    margin-top: 2em;
}
.menu-wrap {
    position: fixed;
    z-index: 1001;
    width: 300px;
    height: 100%;
    background: #02a0b8;
    padding: 4em 2em 0;
    font-size: 1.3em;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-transform: translate3d(-320px,0,0);
	-moz-transform: translate3d(-320px,0,0);
	-o-transform: translate3d(-320px,0,0);
	-ms-transform: translate3d(-320px,0,0);
    transform: translate3d(-320px,0,0);
    -webkit-transition: -webkit-transform 0.4s;
	-moz-transition: transform 0.4s; 
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1); 
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    left: 0;
    top: 0;
	text-align: center;
}
.menu, 
.icon-list {
	height: 100%;
}
.icon-list {
    display: inline-block;
}
.icon-list a i.glyphicon {
    margin-right: 0.6em;
    vertical-align: text-top;
}
.icon-list {
	-webkit-transform: translate3d(0,100%,0);
	-moz-transform: translate3d(0,100%,0);
	-o-transform: translate3d(0,100%,0);
	-ms-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
.icon-list a {
	display: block;
	padding: 0.8em; 
}
.icon-list,
.icon-list a {
	-webkit-transition: -webkit-transform 0s 0.4s;
	-moz-transition: transform 0s 0.4s; 
	transition: transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1); 
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.icon-list a:nth-child(2) {
	-webkit-transform: translate3d(0,1000px,0);
	-moz-transform: translate3d(0,1000px,0);
	-o-transform: translate3d(0,1000px,0);
	-moz-transform: translate3d(0,1000px,0);
	transform: translate3d(0,1000px,0);
}
.icon-list a:nth-child(3) {
	-webkit-transform: translate3d(0,1500px,0);
	-moz-transform: translate3d(0,1500px,0);
	-o-transform: translate3d(0,1500px,0);
	-ms-transform: translate3d(0,1500px,0);
	transform: translate3d(0,1500px,0);
}
.icon-list a:nth-child(4) {
	-webkit-transform: translate3d(0,2000px,0);
	-moz-transform: translate3d(0,2000px,0);
	-o-transform: translate3d(0,2000px,0);
	-ms-transform: translate3d(0,2000px,0);
	transform: translate3d(0,2000px,0);
}
.icon-list a:nth-child(5) {
	-webkit-transform: translate3d(0,2500px,0);
	-moz-transform: translate3d(0,2500px,0);
	-o-transform: translate3d(0,2500px,0);
	-ms-transform: translate3d(0,2500px,0);
	transform: translate3d(0,2500px,0);
}
.icon-list a:nth-child(6) {
	-webkit-transform: translate3d(0,3000px,0);
	-moz-transform: translate3d(0,3000px,0);
	-o-transform: translate3d(0,3000px,0);
	-ms-transform: translate3d(0,3000px,0);
	transform: translate3d(0,3000px,0);
}
.icon-list a span {
	margin-left: 10px;
	font-weight: 700;
}
/* Shown menu */
.show-menu .menu-wrap {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: transform 0.8s; 
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1); 
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .icon-list,
.show-menu .icon-list a {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: transform 0.8s;  
	transition: transform 0.8s; 
}
.show-menu .icon-list a {
	-webkit-transition-duration: 0.9s;
	transition-duration: 0.9s;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.8s;
	-moz-transition: opacity 0.8s; 
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1); 
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*-- //Menu-navigation --*/
/*--banner--*/
.slider {
	position: relative;
/*-- w3layouts --*/ 
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 40;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.caption{
	width: 45%;
	position: absolute;
	top: 44%;
	left: 50%;
	text-align:center;
}
.caption h3{
    color: #ffffff;
    font-size: 3.4em;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 3px;

}
.caption p{
	line-height: 1.8em;
    font-size: 1em;
    text-align: center;
    font-weight: 400;
    width: 81%;
    margin: 22px auto 0px;
    color: #eee;
	letter-spacing: 2px;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	/*-- agileits --*/
	height: 15px;
	width: 15px;
	display: inline-block;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background:#506a85;
}
.callbacks_here a:after{
	background:rgb(23, 167, 139);
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
	display:none;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: -2px;
	z-index: 999;
	left: 46%;
	background:#fff;
	
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 44%;
  left: 14%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: none;
  margin-top: -45px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 14%;
 }
.serach-w3agile {
    background: #02B875;
    padding: 3em 0;
}

/*--banner_title--*/
.w3-agileits-banner-title h3 {
    font-size: 1.5em;
    color: #212121;
    text-decoration: none;
    font-weight: 300;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 1em auto;
    text-align:center;
    margin-bottom: 0;
    display: none;
}
.w3-agileits-banner-title p {
  font-size: 1em;
    line-height: 1.8em;
    color: #212121;
    margin: 2em 0;
    text-align: center;
    margin: 1em auto;
    width: 60%;
    display: none;
}
/*-- about --*/
.about,.services,.portfolio,.w3-our-clients,.news,.contact,.team{
	padding:4em 0;
}
.w3ls-about-grids,.clients-grids ,.map-home,#horizontalTab{
    padding: 4em 0;
}
div#about {
    background-color:#fff;
}
.w3l-about-left h2 {
    color:#25c1ec;
	font-family: 'Raleway', sans-serif;
}
.about-agileits-title h3,.agile-heading h3,.agileits-title h3,.clients-agileits-title h3,.services h3,.contact-agileits-title h3,.w3-agileits-team-title h3 {
	font-size:3.5em;
    color: #fa3d43;
    text-decoration: none;
    font-weight: 300;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
	text-align:center;
}
.w3l-about-left h5{
    font-size: .9em;
    color: #212121;
    text-decoration: none;
    margin: 1em 0;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.8em;
}
.w3l-about-left p{
	color:#212121;
	font-size:.9em;
	margin:0;
	line-height:1.8em;
	letter-spacing: 1px;
}
.w3l-about-left p span{
	margin:1em 0 0 0;
	display:block;
}
.w3l-about-img img {
    width: 100%;
}


/*-- about --*/
/*--services--*/
.services {
    background:#2d2d2d;
    text-align: center;
}
.ser-top {
    margin-bottom: 5em;
}
span.glyphicon.glyphicon-question-sign,span.glyphicon.glyphicon-user,span.glyphicon.glyphicon-king,span.glyphicon.glyphicon-object-align-bottom,span.glyphicon.glyphicon-heart,span.glyphicon.glyphicon-phone,span.glyphicon.glyphicon-time {
    font-size: 3em;
    color:#fa3d43;
}
.icon1 span.glyphicon.glyphicon-question-sign {
    color: #3cb9a9;
}
.icon2 span.glyphicon.glyphicon-user {
    color:#eaef22;
}
.icon3 span.glyphicon.glyphicon-king {
    color:#1a9ada;
}
.icon4 span.glyphicon.glyphicon-object-align-bottom {
    color: #27f52f;
}
.icon5 span.glyphicon.glyphicon-heart {
    color: #fa3d43;
}
.icon6  span.glyphicon.glyphicon-phone{
    color: #d431a8;
}
.icon7 span.glyphicon.glyphicon-time {
    color: #fff;
}

span.glyphicon.glyphicon-time {
    color: #d431a8;
}
.ser-left {
    text-align: center;
    margin-bottom: 2em;
}
.services h4 {
    font-size: 1.4em;
    margin: 1em 0 0;
    color: #fff;
}
.services p {
    font-size: 1em;
    line-height: 1.8em;
    color: rgba(255, 255, 255, 0.59);
    margin: 1em 0;
}
.ser-top p {
    width: 60%;
  margin: 2em auto;
}
.ser-btm {
    margin-top: 3em;
}
/*--services--*/
/*-- team --*/
div#team {
    background-color:#fff;
}
.w3-agileits-team-title h3 {
    margin: 1em 0;
    margin-bottom: 0em;
}
.w3-agileits-team-title p {
  font-size: 1em;
    line-height: 1.8em;
    color: #212121;
    margin: 2em 0;
    text-align: center;
    margin: 2em auto;
    width: 60%;
}
.resp-tabs-container {
    padding: 0px;
    background-color:#25c1ec;
    clear:none !important;
}
.resp-tabs-list li {
    width: 58%;
}
.tab4.resp-tab-content.resp-tab-content-active {
    margin: 1em 0;
}
.tab3.resp-tab-content.resp-tab-content-active {
    margin: 1em 0;
}
.tab2.resp-tab-content.resp-tab-content-active {
    margin: 1em 0;
}
.tab1.resp-tab-content.resp-tab-content-active {
    margin: 1em 0;
}
.tab1 .team-img-w3-agile{
	  background: url(../images/tab-1.jpg)no-repeat 0px 0px;
}
.tab2 .team-img-w3-agile{
	  background: url(../images/tab-2.jpg)no-repeat 0px 0px;
}
.tab3 .team-img-w3-agile{
	  background: url(../images/tab-3.jpg)no-repeat 0px 0px;
}
.tab4 .team-img-w3-agile{
	  background: url(../images/tab-4.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{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
    background-size: cover;
	min-height: 360px;
    width: 27%;
	margin-left: 4em;
}
.team-Info-agileits {
    text-align: left;
    padding: 4em 0 0 3em;
}
.team-Info-agileits h4 {
    font-size: 25px;
    letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
}
.team-Info-agileits span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #7d7a7a;
}
.team-Info-agileits p {
    font-size: 16px;
    letter-spacing: .5px;
    color: #337ab7;
    line-height: 30px;
    margin: 1em 0;
	width:100%;
}
.resp-tabs-list li{
    opacity: .5;
}
li.resp-tab-item.resp-tab-active{
	opacity:1;
}
ul.resp-tabs-list {
    margin-left: 15em;
}
.resp-tabs-list li img {
    border-radius: 100%;
	-webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
	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);

}
/*--social-icons--*/
ul.social-icons3 {
    display: block;
    padding: 0;
    margin-top: .55em;
}
.social-icons3 li{
	display:inline-block;
}
.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: 1em;
	-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;
	text-align:center;
}
.social-icons3 li a.fa.fa-facebook.icon-border.facebook{
	 background:#4D669C;
}
.social-icons3 li a.fa.fa-twitter.icon-border.twitter{
	 background:#1da1f2;
}
.social-icons3 li a.fa.fa-google-plus.icon-border.googleplus{
	 background:#d34836;
}
.social-icons3 li a.fa.fa-rss.icon-border.rss{
	 background:#ee802f;
}
.social-icons3 li a:hover{
	text-decoration:none;
	opacity:0.8;
}
/*-- //team --*/
/*-- portfolio --*/
.filtr-item {
	padding: 0;
	width: 33.3335%;
	float: left;
}
.filtr-container {
	width: 100%;
}
.item-desc {
	background-color: rgba(0,0,0,0.5);
	color: white;
	position: absolute;
	text-transform: uppercase;
	text-align: center;
	z-index: 1;
}
.simplefilter li, .multifilter li, .sortandshuffle li {
	color:#fa3d43;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    font-size: .9em;
    font-weight:400;
	font-family: 'Roboto Condensed', sans-serif;
    margin: 0 0.4em;
    border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius:0px;
}
.simplefilter li {
    border: 2px solid #fa3d43;
}
.simplefilter li.active {
    border: 2px solid #0ed4a8;
    color: #ffffff;
    background: #0ed4a8;
	border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    -ms-border-radius:0px;
}
select {
	padding: 1rem 1rem;
	text-transform: uppercase;
}
.sortandshuffle .shuffle-btn {
	background-color: #dec800;
}
.sortandshuffle .sort-btn {
	background-color: #de0000;
}
.sortandshuffle .sort-btn.active {
	background-color: #9d0000;
}

.filtr-item {
	transform: scale(1) translate3d(0px, 0px, 0px);
	-o-transform: scale(1) translate3d(0px, 0px, 0px);
	transition: all 0.5s ease-out 0ms;
	-o-transition: all 0.5s ease-out 0ms;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}
ul.simplefilter {
	text-align: center;
    margin: 4em 0 3em;
    padding: 0;
}
@media screen and (max-width:991px) {
	.filtr-item {
		float: left;
		width: 33.33%;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 10px 13px;
		font-size: 1em;
	}
}
@media screen and (max-width:768px) {
	.filtr-item {
		float: left;
		width: 50%;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 8px 10px;
		font-size: 0.9em;
		letter-spacing: 0px;
	}
}
@media screen and (max-width:600px) {
	.filtr-item {
		padding: 0em;
	}
	ul.simplefilter {
		margin-bottom: 0em;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin-bottom: 1em;
	}
}
@media screen and (max-width:480px) {
	.filtr-item {
		width: 100%;
	}
    .w3-agileits-banner-title h3 {
        display: inherit;
    }
    .w3-agileits-banner-title p {
        display: inherit;
        text-align: center;
    }
	
}

@media screen and (max-width:414px) {
	ul.simplefilter {
		margin-bottom: 0em;
	}
	.filtr-item {
		width: 100%;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 4px 4px;
		font-size: 0.8em;
		letter-spacing: 0px;
		margin-bottom: 1em;
	}
}
.portfolio figure {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	cursor: pointer;
	overflow: hidden;
}
.portfolio figure:hover figcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	top: 0;
}
.portfolio figcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	top: -100%;
	background: rgba(0,0,0,.5);
	color: #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-ms-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.portfolio figcaption h3 {
    color: #FFF;
    text-align: center;
    margin-bottom: 0;
    font-size: 2em;
    letter-spacing: 3px;
    font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    position: relative;
    margin-top: 105px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
}
.portfolio figcaption h3 span{
	text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 300;
}
.portfolio figure:hover h3 {
	left: 0;
}
.portfolio figcaption a {
	color: #fff;
	border: 2px solid #fff;
	padding: 4px 10px;
	text-decoration: none;
}
.portfolio figcaption a:hover {
	color: #4f5856;
	background: #fff;
}
/*-- //portfolio --*/
/*-- /blog --*/

.banner-btm-top,
.banner-btm-bottom {
    display: flex;
    display: -webkit-flex;
}

.a1 {
    background: #1a9ada;
}

.a4 {
    background: #1a9ada;
}

.a2 {
    background: url(../images/b1.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: 350px;
}

.a3 {
    background: url(../images/b2.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: 350px;
}

.a5 {
    background: url(../images/b3.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: 350px;
}

.a6 {
    background: url(../images/b4.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: 350px;
}

.a7 {
    background: url(../images/b5.png) 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: 350px;
}

.banner-btm-left {
    padding: 0;
}

.banner-btm-inner {
    flex: 1;
    padding: 8em 2.5em;
}

.blog_date h4 {
    font-size: 0.9em;
    font-weight: 600;
    color: #230303;
    margin-bottom: 1em;
}

.banner-btm-inner h6 {
    font-size: 1.1em;
    font-weight: 600;
    color: #222;
    margin-bottom: 1em;
}

.banner-btm-inner h6 a {
    color: #222323;
    letter-spacing: 2px;
}
.banner-btm-inner p {
    font-size: 0.9em;
    color: #fff;
    margin: 1em 0;
}

a.blog-btn {
    background: #fff;
    font-size: 0.85em;
    padding: 0.6em 1em;
    color: #222;
    letter-spacing: 1px;
}

a.blog-btn:hover {
    background: #ff3c41;
    color: #fff;
}

/*-- //blog --*/
/*-- Stats --*/
.numscroller {
	text-align:left;
	margin-left: 110px;
}
.stats {
	
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 370px;
    text-align: center;
    padding-top: 70px;
	background-color: #151515;
}
.stats h3 {
    color: #ffffff;
    position: relative;
    margin-bottom: 75px;
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.stats p {
    color: #eaeaea;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 2px;
    text-align: left;
	margin-left: 110px;
}
.stats-info {
	margin-top: 60px;
}
.stats-grid i {
	margin-bottom: 35px;
    padding: 21px 0 0 0;
    float: left;
    width: 85px;
    height: 85px;
    font-size: 40px;
    color: #fa3d43;
}
.stats-grid {
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}
p.stats-info {
	margin-top: 0px;
}
/*-- //Stats --*/

/*-- clients --*/
a.client-logo img{
	width:100%;
	border: 1px solid #eee;
	    margin-left: 5%;
}
.clients-grids {
    padding: 2em 0 0 0;
}
.clients-agileits-title h3 {
    color: #202020;
}
.clients {
    margin-top: 55px;
}
.clients-grid2 {
    padding: 4em 0;
}
.w3-our-clients {
    background-color: #DCDCDC;
}
/*-- //clients --*/
/*-- /map --*/
.agileits-w3layouts-map {
    margin:0em 0 0;
}
.agileits-w3layouts-map iframe {
	width: 100%;
	min-height: 350px;
	border: none;
	    margin-bottom: -6px;
}
/*-- //map --*/
/*--get in touch--*/
div#contact {
    padding: 4em 0;
}
.contact-agileits-title p {
    font-size: 1em;
    line-height: 1.8em;
    color: #212121;
    margin: 0em 0;
    text-align: center;
    margin: 2em auto;
    width: 60%;
}
.contact-agileits-title h2 {
    text-align: center;
    margin: 0em auto;
    text-decoration:underline;
    color: #CF0C68;
    text-decoration-color: #CF0C68;
}
.get-touch {
    padding: 5em 0em;
}
.get-touch-top {
    text-align: center;
    padding-bottom: 3em;
}
.get-touch-top h3 {
    font-size: 3em;
    color: #CF0C68;
    margin-bottom: 0.2em;
    font-family: 'Share-Regular';
}
.get-touch-top p {
    font-size: 1.05em;
    color: #716E6E;
    margin: 0 auto;
    width: 50%;
    line-height: 1.8em;
}
.get-touch-bottom input[type="text"] {
    display: inline-block;
    background: none;
    border: 1px solid #A3A1A1;
    width: 49.2%;
    outline: none;
    font-size: 0.95em;
    color: #747577;
    font-weight: 400;
    border-radius: 2px;
    padding: 14px 15px;
    margin: 0% 1% 2% 0%;
}
.get-touch-bottom input[type="email"] {
    display: inline-block;
    background: none;
    border: 1px solid #A3A1A1;
    width: 49.2%;
    outline: none;
    font-size: 0.95em;
    color: #747577;
    font-weight: 400;
    border-radius: 2px;
    padding: 14px 15px;
    margin: 0% 1% 2% 0%;
}
.get-touch-bottom input.no-mar {
    margin: 0% 0% !important;
}
.get-touch-bottom textarea {
    background: none;
    border: 1px solid #A3A1A1;
    width: 100%;
    display: block;
    height:15em;
    outline: none;
    font-size: 0.95em;
    color: #747577;
    font-weight: 400;
    resize: none;
    border-radius: 3px;
    padding: 10px 15px 10px 15px;
}
.get-touch-bottom input[type="submit"] {
    font-size: 1em;
    color: #FFFFFF;
    padding: 0.6em 1em 0.6em 1em;
    display: block;
    border: none;
    margin: 1em auto 0em;
    outline: none;
    background: #fa3d43;
    border-radius: 3px;
    text-align: center;
    width: 14%;
	
}
.get-touch-bottom input[type="submit"]:hover {
   background:#312f30;
   transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
/*--get in touch--*/
.w3l_footer{
    min-height:100px;
    padding: 5em 0;
	position:relative;
	background-color: #252424;
}

.w3ls_footer_grids p.agileits_w3layouts_est{
	color:#fff;
	line-height:2em;
	margin:2em auto 6em;
	width:65%;
	text-align:center;
}
.w3ls_footer_grid_leftl{
	float:left;
	width:55px;
	height:55px;
	border-radius:50px;
	text-align:center;
	background:#fa3d43;
}
.w3ls_footer_grid_leftl i{
	color: #fff;
    font-size: 1em;
    line-height: 3.8em;
}
.w3ls_footer_grid_leftr{
	float:left;
	width:50%;
}
.w3ls_footer_grid_leftr h4{
	font-size: 1.2em;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: .5em;
}
.w3ls_footer_grid_leftr p{
	color:#999;
	line-height:1.5em;
}
.w3ls_footer_grid_leftr a{
	color:#999;
	text-decoration:none;
	font-size:14px;
}
.w3ls_footer_grid_leftr a:hover{
	color:#fa3d43;
}
.w3l_footer_pos{
	position:absolute;
	padding:1em;
	left:0%;
	bottom:0%;
	width:100%;

}
.w3l_footer_pos p{
	text-align:center;
	color:#fff;
	line-height:1.8em;
	letter-spacing: 2px;
}
.w3l_footer_pos p a{
	color:#fa3d43;
	text-decoration:underline;
}
.w3l_footer_pos p a:hover{
	color:#fff;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftl{
	background:#fff;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -webkit-appearance: none;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftl i{
	color:#212121;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftr h4{
	color:#fa3d43;
}
/*-- //footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 46px;
    height: 54px;
	border: none;
	text-indent: 100%;
	background: url(../images/arr.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 --*/
/*-- /responsive design --*/
@media(max-width:1440px){
	
}
@media(max-width:1366px){
	
}
@media(max-width:1280px){
	
}
@media(max-width:1080px){
	.w3-agileits-team-title p {
    width: 74%;
    }
	.ser-top p {
    width: 74%;
	}
	.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
    min-height: 365px;
    width: 34%;
    }
	.portfolio figcaption h3 {
    margin-top: 90px;
	}
    .w3-agileits-banner-title p {
    width: 74%;
    }
	
}
@media(max-width:1024px){
	.caption h3 {
    font-size: 3.2em;
    top: 30%;
     }
	 .portfolio figcaption h3 {
    margin-top: 88px;
	 }
   
}
@media(max-width:991px){
	.caption h3 {
    font-size: 3.0em;
    }
	.w3l-about-img {
    width: 55%;
    float: left;
    }
	.w3l-about-left {
    width: 45%;
    float: left;
    }
	.ser-left.wow.fadeInDown.icon1 {
    width: 100%;
    float: left;
    }
	.ser-left.wow.fadeInDown.icon2 {
    width: 33.33%;
    float: left;
    }
	.ser-left.wow.fadeInDown.icon3 {
    width: 33.33%;
    float: left;
     }
	 .ser-left.wow.fadeInDown.icon4 {
    width: 33.33%;
    float: left;
     }
	 .ser-left.wow.fadeInDown.icon5 {
    width: 33.33%;
    float: left;
     }
	 .ser-left.wow.fadeInDown.icon6 {
    width: 33.33%;
    float: left;
     }
	 .ser-left.wow.fadeInDown.icon7{
    width: 33.33%;
    float: left;
     }
	 .w3-client-logos {
    width: 24%;
    float: left;
     }
	 .w3ls_footer_grid_left {
    width: 33%;
    float: left;
     }
	 .w3ls_footer_grid_leftr {
    float: right;
    width: 66%;
     }
	 .portfolio figcaption h3 {
    margin-top: 65px;
     }
	
}
@media(max-width:800px){
	.caption h3 {
    font-size: 2.4em;
    }
	.caption p {
    letter-spacing: 1px;
    }
	.header {
    padding: 1em 0;
	}
	.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
    min-height: 393px;
    width: 40%;
    } 

	
}
@media(max-width:768px){
	.portfolio figcaption h3 {
    margin-top: 100px;
    }
    .get-touch-bottom input[type="text"] {
    width:95%;
    }
    .get-touch-bottom input[type="email"] {
    width:95%;
    }
	.get-touch-bottom textarea {
    width:95%;
    margin: 2em 0;
     }
	.w3ls-logo h2 {
    font-size: 3em;
	}
	.caption h3 {
    letter-spacing: 2px;
     }
	 div#contact {
    padding: 4em 0 0 0;
    }
}
@media(max-width:736px){
	.stats-grid.slideanim {
    width: 33%;
    float: left;
    }
	.rslides img {
    min-height: 34em;
    }
	 .w3ls-logo {
    margin: 0;
    float: left;
    width: 40%;
     }
	  .w3ls-header-right {
    margin: 1em 0 0;
    float: right;
    width: 60%;
    text-align: right;
    }
	.caption h3 {
    font-size: 2.3em;
     }
     .get-touch-bottom input[type="text"] {
    width:100%;
    margin: 2em 0;
    }
     .get-touch-bottom input[type="email"] {
    width:100%;
    margin: 2em 0;
    }
	.get-touch-bottom textarea {
    width:100%;
    margin: 2em 0;
     }
	
	
}
@media(max-width:667px){
	.w3l-about-left {
    width: 100%;
    text-align: center;  
    }
	.w3l-about-img {
    width: 100%;
    padding-top:4em;
   
     }
	 .stats-grid.slideanim {
    width: 100%;
	 }
	 .stats-grid i {
    margin-bottom: 0;
	 }
	 .numscroller {
    text-align: center;
    margin-left: 110px;
     }
	 .stats p {
    text-align: center;
    margin-left: 110px;
    }
	.stats {
    height: 765px;
	}
   .tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
    min-height: 393px;
    width: 51%;
    } 
	.caption {
    top: 36%;
	}
	.w3ls-about-grids {
    padding: 2em 0;
     }
	 .stats-grid.slideanim {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    }
	.numscroller {
    text-align: center;
    margin-left: 0;
    }
	.stats p {
    text-align: center;
    margin-left: 0;
    }
	.stats {
    height: 778px;
     }
	 .stats-grid i {
    padding: 21px 0 0 0;
    float: none;
    }
	.stats-info {
    margin-top:0px;
    }
	.stats h3 {
    margin-bottom: 10px;
	}

}
@media(max-width:640px){
	.stats-grid.slideanim {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    }
	.numscroller {
    text-align: center;
    margin-left: 0;
    }
	.stats p {
    text-align: center;
    margin-left: 0;
    }
	.stats {
    height: 875px;
     }
	 .stats-grid i {
    padding: 21px 0 0 0;
    float: none;
    }
	
}
@media(max-width:600px){
	.ser-left.wow.fadeInDown.icon1 {
    width: 50%;
    float: left;
    }
	.ser-left.wow.fadeInDown.icon2 {
    width: 50%;
    float: left;
    }
	.ser-left.wow.fadeInDown.icon3 {
    width: 50%;
     float: left;
    }
.ser-left.wow.fadeInDown.icon4 {
    width: 50%;
    float: left;
    }
.ser-left.wow.fadeInDown.icon5 {
    width: 50%;
    float: left;
    }
.ser-left.wow.fadeInDown.icon6 {
    width: 50%;
    float: left;
    }
	.ser-left.wow.fadeInDown.icon7 {
    width: 50%;
    float: left;
    }
	.w3ls_footer_grid_left {
    width: 100%;
    padding: 2em 0;
   }
   .w3ls_footer_grid_leftl {
    margin-left: 8em;
    }
	.w3ls-header-right ul li {
    margin-right: 1em;
    }
		 .menu-button {
    margin: 0em 0 0 5em;
   
    }
	.menu-wrap {
    width: 242px;
	}
	.w3-client-logos {
    width: 50%;
    float: left;
    margin: 1em 0;
    }
	.clients-grid2 {
    padding: 1em 0;
    }
	a.client-logo img {
    width: 100%;
    border: 1px solid #eee;
    margin-left:0%;
    }

}
@media(max-width:568px){
	.portfolio figcaption h3 {
    margin-top: 75px;
     }
	 .menu-button {
    margin: 0em 0 0 5em;
   
    }
		.w3ls-logo {
    margin: 0;
    float: none;
    width: auto;
    }
	.w3ls-logo h2 {
    font-size: 3em;
    line-height: 0.9em;
    text-align: center;
    }
	.w3ls-header-right {
    margin: 1em 0 0;
    float:none;
    width:auto;
    text-align: center;
    }
	.menu-button {
    margin: 0em 0 0 0em;
    }
	.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
    min-height: 393px;
    width: 77%;
	}
	.stats {
    height: 793px;
	}
}
@media(max-width:480px){
	 .caption {
    top: 30%;
    display: none;
    }
    .portfolio figcaption h3 {
    margin-top: 130px;
     }
	 .get-touch-bottom input[type="submit"] {
    width: 19%;
    }
	.w3ls_footer_grid_leftl {
    margin-left:5em;
     }
	 .tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
    min-height: 393px;
    width: 68%;
	 margin-left:0em;
     }
	 	.w3ls-logo {
    margin: 0;
    float: none;
    width: auto;
    }
	.w3ls-logo h2 {
    font-size: 3em;
    line-height: 0.9em;
    text-align: center;
    }
	.w3ls-header-right {
    margin: 1em 0 0;
    float:none;
    width:auto;
    text-align: center;
    }
	.menu-button {
    margin: 0em 0 0 0em;
    }
	div#horizontalTab {
    padding: 2em 0;
    }  
	.about-agileits-title h3, .agile-heading h3, .agileits-title h3, .clients-agileits-title h3, .services h3, .contact-agileits-title h3, .w3-agileits-team-title h3, .w3-agileits-banner-title h3 {
    font-size: 3em;
	}
	 .get-touch {
    padding: 2em 0em;
     }
	
}
@media(max-width:414px){
	.w3ls_footer_grid_leftl {
    margin-left:4em;
     }
	 .caption {
    top: 30%;
    }
	.caption {
    top: 24%;
   }
   .tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
    min-height: 393px;
    width: 79%;
    }
		.w3ls-logo {
    margin: 0;
    float: none;
    width: auto;
    }
	.w3ls-logo h2 {
    font-size: 3em;
    line-height: 0.9em;
    text-align: center;
    }
	.w3ls-header-right {
    margin: 1em 0 0;
    float:none;
    width:auto;
    text-align: center;
    }
	.menu-button {
    margin: 0em 0 0 0em;
    }
	.caption h3 {
    font-size: 2em;
    }
	.team-Info-agileits p {
    font-size: 14px;
    letter-spacing: 0px;
	}
	.w3-client-logos {
    width: 100%;
	}
	.agileits-w3layouts-map iframe {
    width: 100%;
    min-height: 274px;
	}
	.services h4 {
    font-size: 1.2em;
	}
	.caption {
    width: 100%;
    top: 44%;
    left: 0%;
	top: 41%;
	}
}
@media(max-width:384px){
	.ser-left.wow.fadeInDown.icon1 {
    width: 100%;
	}
	.ser-left.wow.fadeInDown.icon2 {
    width: 100%;
	}
	
	.ser-left.wow.fadeInDown.icon3 {
    width: 100%;
	}
	
	.ser-left.wow.fadeInDown.icon4 {
    width: 100%;
	}
	
	.ser-left.wow.fadeInDown.icon5 {
    width: 100%;
	}
	
	.ser-left.wow.fadeInDown.icon6 {
    width: 100%;
	}
	
	.ser-left.wow.fadeInDown.icon7 {
    width: 100%;
	}
	.get-touch-bottom input[type="submit"] {
    width: 23%;
    }
	.menu-button {
    margin: 0em 0 0 4em;
    }
	.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
    min-height: 393px;
     width: 88%;
	 margin-left:0em;
     }
	 .team-Info-agileits h4 {
    font-size: 20px;
    }
	.team-Info-agileits p {
    line-height: 23px;
	}
	.social-icons3 li a {
    display: block;
    height: 25px;
    width: 22px;
	}
	.menu-button {
    margin: 0;
	}
	.social-icons3 li a {
    display: block;
    height: 31px;
    width: 40px;
	}
}
@media(max-width:375px){
	.caption {
    top: 31%;
     }
     .caption h3 {
    width: 60%;
    margin-left: 7em;
    margin-top: 0em;
    display: none;
     }
     .caption p {
    width: 60%;
    margin-left: 13em;
    margin-top: .3em;
    display: none;
     }
	
}
@media(max-width:320px){
	.w3ls_footer_grid_leftl {
    margin-left: 2em;
     }
	 .get-touch-bottom input[type="submit"] {
    width: 27%;
     }
	 .menu-button {
    width: 2em;
    height: 2em;
    }
	.caption h3 {
    font-size: 1.5em;
    }
	.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
    width: 100%;
    margin-left: 0em;
    }
	.menu-button {
    width: 2em;
    height: 2em;
}
	.menu-button {
    margin: 0em ;
     }
	 .w3ls-logo h2 {
    font-size: 3em;
    line-height: 0.9em;
     }
	 .w3ls-header-right ul li {
    
     letter-spacing:0px;
    }
	.w3ls-logo {
    margin: 0;
    float: none;
    width: auto;
    }
	.w3ls-logo h2 {
    font-size: 3em;
    line-height: 0.9em;
    text-align: center;
    }
	.w3ls-header-right {
    margin: 1em 0 0;
    float:none;
    width:auto;
    text-align: center;
    }
	.rslides img {
    min-height: 28em;
    }
	.caption {
    top: 42%;
	}
	
}


/* Moataz */

.w3ls_footer_grid_leftr {    text-align: center;}

@media(max-width:640px){ 
.caption {

    top: 31%;}
    }


@media(max-width:850px){ 
.caption {

    top: 25%;}

    .menu-button {
    position: absolute;
    right: 40px;}

    }    

    @media(max-width:850px){ 


    .menu-button {
    position: absolute;
    left: 200px;}

    }  


    @media(max-width:700px){ 

.caption p {
    line-height: 1.2em;
    font-size: .8em;}

    .rslides img {
    min-height: auto;
}

    }  

@media(max-width:600px){
.caption h3 {
    font-size: 1.6em;
        padding: 0 5px;
}

.menu-button {
    position: fixed;
    right: 10px;    left: auto;
}

.w3ls-header-right ul li {
    margin-right: 0;
}
.banner-section{padding-top: 95px;}
.header {
    background: #2d2d2d;
    position: fixed;
}

.w3ls_footer_grid_leftl {
    margin-left: 0;
}

.w3ls_footer_grid_leftr {
    text-align: left;
    width: 80%;
}

.caption {
    top: 20%;
    background: rgba(0,0,0,0.35);
}

.w3l_footer_pos p {

    line-height: 1.8em;
    letter-spacing: 1px;
}
.menu-wrap {font-size: 1em;}
.w3ls-header-right ul li {

    font-size: .9em;}
}


/* how it works steps section */
.design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}
.design-process-content {
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 16px 34% 30px 30px;
}
.design-process-content img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-height: 100%;
}
.design-process-content h3 {
    margin-bottom: 16px;
}
.design-process-content p {
    line-height: 26px;
    margin-bottom: 12px;
}
.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    max-width: 600px;
    margin: 20px auto 26px;
    border: none;
    z-index: 0;
}
.process-model li::after {
    background: #e5e5e5 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    margin: 0 auto;
    position: absolute;
    right: -30px;
    top: 33px;
    width: 85%;
    z-index: -1;
}
.process-model li.visited::after {
    background: #57b87b;
}
.process-model li:last-child::after {
    width: 0;
}
.process-model li {
    display: inline-block;
    width: 23%;
    text-align: center;
    float: none;
}
.nav-tabs.process-model > li.active > a, .nav-tabs.process-model > li.active > a:hover, .nav-tabs.process-model > li.active > a:focus, .process-model li a:hover, .process-model li a:focus {
    border: none;
    background: transparent;

}
.process-model li a {
    padding: 0;
    border: none;
    color: #606060;
}
.process-model li.active,
.process-model li.visited {
    color: #fa3d43;
}
.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
    color: #fa3d43;
}
.process-model li.active p,
.process-model li.visited p {
    font-weight: 1000;
}
.process-model li i {
    display: block;
    height: 68px;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    background: #f5f6f7;
    border: 2px solid #e5e5e5;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
}
.process-model li.active i, .process-model li.visited i  {
    background: #fff;
    border-color: #fa3d43;
}
.process-model li p {
    font-size: 14px;
    margin-top: 11px;
}
.process-model.contact-us-tab li.visited a, .process-model.contact-us-tab li.visited p {
    color: #606060!important;
    font-weight: normal
}
.process-model.contact-us-tab li::after  {
    display: none; 
}
.process-model.contact-us-tab li.visited i {
    border-color: #e5e5e5; 
}



@media screen and (max-width: 560px) {
  .more-icon-preocess.process-model li span {
        font-size: 23px;
        height: 50px;
        line-height: 46px;
        width: 50px;
    }
    .more-icon-preocess.process-model li::after {
        top: 24px;
    }
}
@media screen and (max-width: 380px) { 
    .process-model.more-icon-preocess li {
        width: 16%;
    }
    .more-icon-preocess.process-model li span {
        font-size: 16px;
        height: 35px;
        line-height: 32px;
        width: 35px;
    }
    .more-icon-preocess.process-model li p {
        font-size: 8px;
    }
    .more-icon-preocess.process-model li::after {
        top: 18px;
    }
    .process-model.more-icon-preocess {
        text-align: center;
    }
}

/* end of how it works steps section */
/* request demo form 
// Set background image (pattern)

* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  background: url(https://subtlepatterns.com/patterns/sativa.png) repeat fixed;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
}*/
.login {
  position: float-right;
  top: 50%;
  width: 370px;
  display: table;
  margin: auto auto 0 auto;
  background: #fff;
  border-radius: 4px;
}
.legend {
  position: relative;
  width: 100%;
  display: block;
  background: #ff7052;
  padding: 15px;
  color: #fff;
  font-size: 20px;
}
.legend:after {
  content: "";
  background-image: url(http://simpleicon.com/wp-content/uploads/multy-user.png);
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: 270px -16px;
  opacity: 0.06;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.input {
  position: relative;
  width: 90%;
  margin: 15px auto;
}
.input span {
  position: absolute;
  display: block;
  color: #d4d4d4;
  left: 10px;
  top: 8px;
  font-size: 20px;
}
.input input {
  width: 100%;
  padding: 10px 5px 10px 40px;
  display: block;
  border: 1px solid #ededed;
  border-radius: 4px;
  transition: 0.2s ease-out;
  color: #a1a1a1;
}
.input input:focus {
  padding: 10px 5px 10px 10px;
  outline: 0;
  border-color: #ff7052;
}
.submit {
  width: 45px;
  height: 45px;
  display: block;
  margin: 0 auto -15px auto;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #ff7052;
  color: #ff7052;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0px 0px 0px 7px #fff;
  transition: 0.2s ease-out;
}
.submit:hover,
.submit:focus {
  background: #ff7052;
  color: #fff;
  outline: 0;
}
.feedback {
  position: absolute;
  bottom: -70px;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #2ecc71;
  padding: 10px 0;
  font-size: 12px;
  display: none;
  opacity: 0;
}
.feedback:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(46, 204, 113, 0);
  border-bottom-color: #2ecc71;
  border-width: 10px;
  margin-left: -10px;
}

.formcontainer {
    height: 100%;;
    display: relative;
    margin: 30px auto 50px auto;
    vertical-align: center;
}
/* end of request demo form */

/* FAQs section */
.faqtitle {
	text-align: center;
  	width: 100%;
  	margin: 15px auto 20px auto;
}

.faqbody {
	margin: 10px auto 20px auto;
}

.faqbody h4 {
	margin: 15px auto 0px 15px;
}

.faqbody p {
	margin: 5px auto 0px 15px;
}
/* end of FAQs section */



/* for legal tabs */
* {box-sizing: border-box}
body {font-family: "Lato", sans-serif;}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 100%;
}
/* end of for legal tabs */