body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

html,
body {
	font-size: 100%;
	font-family: 'Roboto', sans-serif;
}

body {
	background: #FFFFFF;
}


/*-- banner --*/

.banner {
	background: url(../images/2.jpg) no-repeat 0px 0px;
	background-size: cover;
}

.jarallax {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.w3layouts-header-top {
	padding: 1em 0em;
}

.w3-header-top-left {
	float: left;
	width: 15%;
}

.w3-header-top-left p,
.w3-header-top-right-text p {
	color: #FFFFFF;
	font-size: .9em;
	margin: 0;
}

.w3-header-top-right {
	float: right;
}

.agileinfo-social-grids {
	float: left;
}


/*-- social-icons --*/

.agileinfo-social-grids {
	margin-left: 0;
}

.agileinfo-social-grids ul {
	padding: 0;
	margin: 0;
}

.agileinfo-social-grids ul li {
	display: inline-block;
}

.agileinfo-social-grids ul li a {
	color: #FFFFFF;
	text-align: center;
}

.agileinfo-social-grids ul li a i.fa {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.agileinfo-social-grids ul li a i.fa.fa-facebook:hover {
	color: #3b5998;
}

.agileinfo-social-grids ul li a i.fa.fa-twitter {
	margin: 0 1em;
}

.agileinfo-social-grids ul li a i.fa.fa-twitter:hover {
	color: #55acee;
}

.agileinfo-social-grids ul li a i.fa.fa-rss {
	margin: 0 1em 0 0;
}

.agileinfo-social-grids ul li a i.fa.fa-rss:hover {
	color: #f26522;
}

.agileinfo-social-grids ul li a i.fa.fa-vk:hover {
	color: #45668e;
}

.agileinfo-social-grids ul li p {
	color: #FFFFFF;
	font-size: small;
}

.agileinfo-social-grids ul li a img {
	width: 25px;
	height: 25px;
	margin-right: 8px;
}

.agileinfo-social-grids ul li a img:hover {
	background-color: #e6a810;
	border: solid 2px #FF5722;
}


/*.sign_up_button{
	text-align: center;
	margin-bottom: 60px;
}*/

.blog_split {
	height: 30px;
}

.callbacks_tabs.callbacks1_tabs {
	display: none!important
}

.agileinfo-dot,
.agile-dot {
	background: url(../images/dott.png)repeat 0px 0px;
	background-size: 1px;
	-webkit-background-size: 1px;
	-moz-background-size: 1px;
	-o-background-size: 1px;
	-ms-background-size: 1px;
}

.about_sdm{
	color: #ffffff;
}
.blog_sdm{
	color: #ffffff;
}
.logo h1 {
	margin: .2em 0 0 0;
}

.logo h1 a {
	text-decoration: none;
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 2em;
	font-weight: 600;
}
.blog-head{
	color: #000000;
    font-size: 1.4em;
    margin: 0 0 .5em 0;
    font-weight: 800;
    line-height: 1.4em;
}
.blog-head2{
    font-size: 1.4em;
    margin: 0 0 .5em 0;
    font-weight: 800;
    line-height: 1.4em;
}
.blog-head2 a{
	color: #000000;
}
.blog-head2 a:hover{
	text-decoration: none;
	color: #FF5722;
}
.blog-logo {
	text-decoration: none;
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 2em;
	font-weight: 600;
}
.blog-logo:hover{
	text-decoration: none;
	color: #ffffff;
}
.blog-logo span{
	font-size: .2em;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: .5em 0 0 0;
}

.logo h1 a span {
	font-size: .2em;
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: .5em 0 0 0;
}

.navbar-brand {
	height: auto;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
}

.navbar-nav {
	float: right;
	margin-top: 2em;
}

.navbar-default {
	border: none;
	background: none;
	min-height: auto;
	margin-bottom: 0;
}

div#bs-example-navbar-collapse-1 {
	padding: 0;
}

.navbar-nav li:after {
	content: "";
	position: absolute;
	background: #FFFFFF;
	height: 10px;
	width: 2px;
	top: 13px;
}

.tlinks {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.navbar-nav li.first-list:after,
ul.dropdown-menu li:after {
	background: none !important;
	width: 0px !important;
}

ul.nav.navbar-nav li a {
	font-size: .8em;
	color: #FFFFFF;
	margin: 0 1em;
	padding: .5em 1em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	border: solid 2px rgba(255, 255, 255, 0);
}

ul.nav.navbar-nav li a:hover {
	color: #FF5722 !important;
	border: solid 2px #FF5722;
}

ul.nav.navbar-nav li a:focus {
	outline: none;
	border: solid 2px rgba(255, 255, 255, 0)
}

.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background: none !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
}

ul.nav.navbar-nav li.active a {
	color: #ff5722;
	background: none;
	border: solid 2px #FF5722;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background: none;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background: none!important;
}

ul.dropdown-menu {
	background: rgba(0, 0, 0, 0.36);
	box-shadow: 0 0 0;
	border: none;
	margin: 0;
	top: 3.8em;
	left: 0px;
	min-width: 121px;
}

ul.dropdown-menu li {
	width: 100% !important;
}

.dropdown-menu > li > a {
	display: block;
	padding: .5em 1em !important;
	text-align: center;
	clear: both;
	margin: .2em 0 !important;
	font-weight: normal;
	line-height: 1.42857143;
	color: #FFF !important;
	border: none !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background: none;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 103%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-width: 5px 0 5px 5px;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.agileits-banner-info {
	margin: 11em 0 11em 16em;
}

.agileits-banner-info h3 {
	color: #FFF;
	font-size: 4em;
	margin: 0;
	/*text-transform: lowercase;*/
	font-weight: 800;
	letter-spacing: 13px;
}

.agileits-banner-info p {
	color: #FFFFFF;
	font-size: 2em;
	margin: 1em 0 0 0;
	line-height: 1.8em;
	font-family: 'Droid Serif', serif;
}

.w3-button {
	margin: 4em 0 0 0;
}

.join-button {
	text-align: center;
	margin-bottom: 60px;
}

.w3ls-button a {
	color: #FFFFFF;
	font-size: 1em;
	text-decoration: none;
	padding: .5em 2em;
	background: #ff5722;
	text-align: center;
	border: solid 2px #ff5722;
}

.join-button a {
	border-radius: 6px;
}

.w3ls-button a:hover {
	background: none;
	border: solid 2px #FFFFFF;
}


/*--slider--*/

#slider2,
#slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}

.rslides_tabs li:first-child {
	margin-left: 0;
}

.rslides_tabs .rslides_here a {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-weight: bold;
}

.events {
	list-style: none;
}

.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.callbacks li {
	position: absolute;
	width: 100%;
}

.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}

.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	bottom: 255px;
	left: 0;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	width: 56px;
	height: 56px;
	background: transparent url(../images/arrows.png) no-repeat left top;
}

.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

.callbacks_nav.prev {
	right: auto;
	background-position: left top;
	left: 0;
}

#slider3-pager a {
	display: inline-block;
}

#slider3-pager span {
	float: left;
}

#slider3-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}

#slider3-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}

#slider3-pager a {
	padding: 0;
}

#slider3-pager li {
	display: inline-block;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	height: auto;
	border: 0;
}

.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 32%;
	left: 0;
	padding: 0;
	margin: 0;
	display: block;
	z-index: 999;
}

.slider-top span {
	font-weight: 600;
}

.callbacks_tabs li {
	display: block;
	margin: 1em 0;
	text-align: center;
}


/*----*/

.callbacks_tabs a {
	visibility: hidden;
}

.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 10px;
	width: 10px;
	display: inline-block;
	background: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}

.callbacks_here a:after {
	background: #ff5722;
	border: 2px solid #ff5722;
	border-radius: 0;
	height: 68px;
	width: 4px;
}


/*-- //slider --*/


/*-- //banner --*/


/*-- welcome --*/

.welcome,
.why-choose-agile,
.agileinfo-dot,
.news,
.w3l-about-top,
.wthree-dot,
.team,
.gallery,
.blog,
.contact-top {
	padding: 4em 0;
}

.w3-heading-grid {
	text-align: center;
	position: relative;
}

.w3-heading-grid h2,
.w3-heading-grid h3,
.agileinfo-banner h2 {
	color: #212121;
	font-size: 3em;
	margin: 0;
	font-family: 'Droid Serif', serif;
	/*text-transform: lowercase;*/
}

.agileits-border {
	background: #ff5722;
	height: 2px;
	width: 84px;
	margin: 1em auto 0;
}

.w3-heading-grid p {
	font-size: .9em;
	line-height: 1.8em;
	width: 70%;
	margin: 4em auto 0;
	color: #212121;
}

.w3l-welcome-grids,
.why-choose-agile-grids-top,
.popular-agileinfo,
.w3-agileits-news-grids,
.codes,
.typography {
	margin: 4em 0 0 0;
}

.w3ls-welcome-left img {
	width: 100%;
}

.w3ls-welcome-right h4 {
	color: #212121;
	font-size: 1.5em;
	margin: 0;
	font-family: 'Droid Serif', serif;
	font-weight: 600;
	line-height: 1.5em;
}

.w3ls-welcome-right p {
	color: #999999;
	font-size: .9em;
	margin: 1em 0;
	line-height: 1.8em;
}

.w3ls-welcome-right p span {
	margin: 1em 0 0 0;
	display: block;
}

.w3ls-welcome-right ul {
	padding: 0;
	margin: 0;
}

.w3ls-welcome-right ul li {
	color: #999999;
	font-size: .9em;
	display: block;
	margin: .7em 0 0 0;
}

.w3ls-welcome-right ul li:first-child {
	margin: 0;
}


/*-- //welcome --*/


/*-- choose-us --*/

.why-choose-agile {
	background: #f0f0f0;
}

.agileits_w3layouts_features_gridr img {
	margin: 0 auto;
}

.agile-why-text h4 {
	font-size: 1.2em;
	color: #212121;
	margin: 0;
}

.agile-why-text p {
	margin: 1em 0 0;
	color: #999999;
	line-height: 1.8em;
	font-size: .9em;
}

.agile-why-text {
	padding-left: 0;
	text-align: right;
}

.wthree_agile_us i {
	width: 70px;
	height: 70px;
	text-align: center;
	position: relative;
	z-index: 1;
	border-radius: 50%;
}

.wthree_agile_us i {
	font-size: 1.5em;
	color: #fff;
	line-height: 2.8em;
}

.agile-why-text.two {
	text-align: left !important;
}

.wthree_agile_us {
	margin-top: 3em;
}

.sdm-app {
	margin-bottom: 39px;
}

.app_download {
	background-color: #F0F0F0;
	height: 800px;
}

.subscribe_now {
	background-color: #F0F0F0;
	height: 800px;
}

.app-download {
	margin-bottom: 10px;
}

.app-download a {
	margin-left: 12px;
	text-decoration: none;
}


/* Rectangle Out */

.hvr-rectangle-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #111;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}

.hvr-rectangle-out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ff5722;
	-webkit-transform: scale(0);
	transform: scale(0);
	-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;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}

.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
	color: white;
}

.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before,
.agile_banner_bottom_grid:hover .hvr-rectangle-out:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}


/*-- //choose-us --*/


/*-- popular --*/

.popular-heading h3 {
	color: #FFFFFF;
}

.popular-section-wthree {
	background: url(../images/2.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.agileinfo-dot {
	background: url(../images/dott.png)repeat 0px 0px;
	background-size: 1px;
	-webkit-background-size: 1px;
	-moz-background-size: 1px;
	-o-background-size: 1px;
	-ms-background-size: 1px;
}

.jarallax {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.popular-agileinfo {
	text-align: center;
}

.popular-agileinfo p {
	text-align: center;
	margin: 0.5em auto 0;
	color: #fff;
	line-height: 2em;
}

.popular-agileinfo i.fa {
	font-size: 2em;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}

.popular-agileinfo h4 {
	font-size: 1.2em;
	color: #ff5722;
	margin: 1em 0;
}

.popular-grid:hover i.fa {
	color: #ff5722;
	-webkit-transform: rotatey(180deg);
	-moz-transform: rotatey(180deg);
	-o-transform: rotatey(180deg);
	-ms-transform: rotatey(180deg);
	transform: rotatey(180deg);
}

.popular-agileinfo p {
	font-size: .9em;
	line-height: 1.8em;
	margin: 0;
	color: #FFFFFF;
}


/*-- //popular --*/


/*-- news --*/

.w3-agile-news-date {
	float: left;
	width: 20%;
}

.agile-news-icon {
	text-align: right;
	padding: 1em 0;
}

.w3-agile-news-img {
	float: right;
	width: 75%;
}

.agile-news-icon i.fa.fa-calendar,
.agile-news-icon a i.fa.fa-comments-o,
.agile-news-icon a i.fa.fa-thumbs-o-up {
	color: #999999;
	font-size: 1.5em;
	text-decoration: none;
}

.agile-news-icon p {
	color: #999999;
	font-size: .9em;
	margin: .2em 0 0 0;
}

.agile-news-icon img {
	width: 22.28px;
	height: 24px;
}

.agileits-line {
	height: 2px;
	background: #F44336;
	width: 30%;
	margin: 0 0 0 auto;
	top: 11px;
}

.w3-agile-news-img a img {
	width: 100%;
	margin: 0 0 1em 0;
}

.w3-agile-news-img h4 {
	margin: 0;
	font-size: 1.1em;
}

.w3-agile-news-img h4 a {
	color: #212121;
	font-size: 1em;
	text-decoration: none;
	line-height: 1.5em;
	font-weight: 600;
}

.w3-agile-news-img h4 a:hover {
	color: #FF5722;
}

.w3-agile-news-img p {
	color: #999999;
	font-size: .9em;
	margin: 1em 0 0 0;
	line-height: 1.8em;
}

.news-right-grid a {
	color: #2f2f2f;
	font-size: 1em;
	text-decoration: none;
	line-height: 1.5em;
	font-weight: 600;
}

.news-right-grid a:hover {
	color: #FF5722;
}

.news-right-grid h5 {
	color: #FF5722;
	font-size: .9em;
	margin: .5em 0;
}

.news-right-grid p {
	color: #999999;
	font-size: .9em;
	margin: 1em 0 0 0;
	line-height: 1.8em;
}

.news-right-grid:nth-child(2) {
	margin: 1em 0;
}


/*-- //news --*/


/*-- footer --*/

.footer-bottom {
	padding: 4em 0;
	background: #111;
}

.w3agile_footer_grid h3 {
	font-size: 1.5em;
	color: #ffffff;
	margin: 0 0 1em;
	font-family: 'Droid Serif', serif;
	text-transform: uppercase;
}

.w3agile_footer_grid p {
	font-size: 12px;
	color: #999999;
	line-height: 1.8em;
	margin: 0;
}

.w3agile_footer_grid p span {
	display: block;
	margin: 1em 0 0;
}

.w3agile_footer_grid ul {
	margin: 0;
	padding: 0;
}

.w3agile_footer_grid ul li {
	list-style-type: none;
	color: #999999;
	font-size: .9em;
	margin-bottom: 1em;
	line-height: 1.8em;
}

.w3agile_footer_grid ul li span {
	display: block;
}

.w3agile_footer_grid1 ul li {
	margin-bottom: 1em;
}

.w3agile_footer_grid ul li a {
	color: #999;
	text-decoration: none;
}

.w3agile_footer_grid ul li a:hover {
	color: #FF5722;
}

.w3agile_footer_grid form {
	margin: 1em 0 0 0;
}

.w3agile_footer_grid input[type="email"] {
	display: inline-block;
	background: #FFFFFF;
	width: 70%;
	outline: none;
	padding: .5em;
	font-size: .9em;
	color: #999999;
	border: solid 2px #FFFFFF;
}

.w3agile_footer_grid button.btn1 {
	color: #FFFFFF;
	font-size: .9em;
	border: none;
	padding: .5em 1em;
	text-align: center;
	text-decoration: none;
	background: #FF5722;
	border: solid 2px #ff5722;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.w3agile_footer_grid button.btn1:hover {
	background: none;
	color: #FFFFFF;
	border: solid 2px #FFFFFF;
}


/*-- //footer --*/


/*-- copyright --*/

.copyright {
	padding: 1em 0;
	background: #000000;
}

.copyright p {
	color: #b5b5b5;
	font-size: .9em;
	margin: 0;
	text-align: center;
}

.copyright p a {
	color: #FF5722;
	text-decoration: none;
}

.copyright p a:hover {
	color: #999999;
}


/*-- //copyright --*/


/*-- agileinfo-banner --*/

.agileinfo-banner {
	padding: 3em 0;
	text-align: center;
}

.agileinfo-banner h2 {
	color: #FFFFFF;
}


/*-- //agileinfo-banner --*/


/*-- about --*/

.w3ls-about-info img {
	width: 100%;
}

.w3ls-about-info p {
	color: #999999;
	margin: 1em 0 0;
	font-size: .9em;
	line-height: 1.8em;
}


/*-- choose --*/

.w3-agileits-choose {
	background: url(../images/2.jpg) no-repeat 0px 0px;
	background-size: cover;
}

.wthree-dot {
	background: url(../images/dott.png)repeat 0px 0px;
	background-size: 3px;
	-webkit-background-size: 3px;
	-moz-background-size: 3px;
	-o-background-size: 3px;
	-ms-background-size: 3px;
}

.agileits-w3layouts-choose-heading h3 {
	color: #FFFFFF !important;
}

.agile-choose-grids {
	margin: 4em 0 0 0;
}

.agile-choose-grid {
	text-align: center;
}

.choose-info h4 {
	color: #FFFFFF;
	font-size: 1.2em;
	margin: 1em 0;
}

.choose-info p {
	color: #FFFFFF;
	font-size: .9em;
	margin: 0;
	line-height: 1.8em;
}

.choose-icon i.fa {
	background: #FF5722;
	padding: .9em 0 0 0;
	width: 90px;
	height: 90px;
	color: #FFFFFF;
	font-size: 2em;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}


/*-- //choose --*/


/*-- team --*/

.agile-team-grids {
	margin: 4em 0 0 0;
}

.team-grid {
	text-align: center;
}

.team-img {
	position: relative;
}

.team-img:hover .overlay {
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1, 1);
	-moz-transform: rotateY(0deg) scale(1, 1);
	-ms-transform: rotateY(0deg) scale(1, 1);
	-o-transform: rotateY(0deg) scale(1, 1);
	transform: rotateY(0deg) scale(1, 1);
}

.team-img .overlay {
	padding: 7.5em 0.5em;
	line-height: 24px;
}

.overlay {
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;
	-moz-transition: all 450ms ease-out 0s;
	-o-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
	-moz-transform: rotateY(180deg) scale(0.5, 0.5);
	-ms-transform: rotateY(180deg) scale(0.5, 0.5);
	-o-transform: rotateY(180deg) scale(0.5, 0.5);
	transform: rotateY(180deg) scale(0.5, 0.5);
}

.team-grid h5 {
	font-size: 1.2em;
	text-transform: capitalize;
}

.team-grid p {
	font-size: .9em;
	line-height: 1.8em;
	color: #eee;
}

.team-grid h4 {
	font-size: 1.2em;
	color: #212121;
	margin: .5em 0;
	text-transform: capitalize;
}

h3.tittle3 {
	font-size: 3.5em;
	text-align: center;
	color: #fff;
}

.team-grid span {
	font-size: 1em;
	color: #999999;
	margin: 0;
}

.w3l-social {
	margin: 1em 0 0 0;
}

.w3l-social ul {
	padding: 0;
	margin: 0;
}

.w3l-social ul li {
	display: inline-block;
}

.w3l-social ul li a {
	color: #333;
	text-align: center;
}

.w3l-social ul li a i.fa.fa-facebook,
.w3l-social ul li a i.fa.fa-twitter,
.w3l-social ul li a i.fa.fa-rss {
	height: 40px;
	width: 40px;
	background: #FFFFFF;
	line-height: 40px;
	color: #383838;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.w3l-social ul li a i.fa.fa-facebook:hover {
	background: #3b5998;
	color: #FFFFFF;
}

.w3l-social ul li a i.fa.fa-twitter:hover {
	background: #1da1f2;
	color: #FFFFFF;
}

.w3l-social ul li a i.fa.fa-rss:hover {
	background: #f26522;
	color: #FFFFFF;
}


/*-- //team --*/


/*-- //about --*/


/*-- gallery --*/


/*-- jzBox-lightbox --*/

#jzBox {
	top: 0;
	left: 0;
	z-index: 10000;
	position: fixed;
	background-color: rgba(30, 30, 30, 0.9);
	margin: 0 !important;
	text-align: center;
	width: 100%;
	height: 100%;
	display: none;
	color: #fff;
}

#jzBoxTargetImg {
	margin: 4% 0 1% 0;
	max-width: 96%;
	max-height: 73%;
	cursor: pointer;
}

#jzBoxTitle {
	font-size: 1.1em;
	font-weight: 300;
	margin-bottom: 1em;
}

#jzBoxCounter {
	margin-bottom: 1%;
	font-size: 12px;
}

#jzBox i:hover {
	cursor: pointer;
	color: #FF5722;
}

#jzBoxBottom {
	max-height: 22%;
}

#jzBoxNextBig,
#jzBoxPrevBig {
	cursor: pointer;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 10001;
	height: 100%;
}

#jzBoxNextBig {
	left: 69%;
}

i#jzBoxPrev,
i#jzBoxNext {
	font-size: 2em;
	padding: 0.2em;
	border: 1px solid #fff;
	z-index: 99999;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}

i#jzBoxClose {
	font-size: 3em;
	vertical-align: bottom;
	margin-left: 10em;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}


/*-- //jzBox-lightbox --*/

.gallery-grid {
	padding: 0;
}

.wpf-demo-4 {
	padding: 0;
	position: relative;
	overflow: hidden;
}

img.img-responsive {
	width: 100%;
}

.view-caption {
	position: absolute;
	top: -32%;
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.57);
	padding: 1em;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}

.wpf-demo-4:hover .view-caption {
	top: 0;
}

.view-caption p {
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 3px;
}


/*-- //gallery --*/


/*-- icons --*/

.codes a {
	color: #999;
}

.icon-box {
	padding: 8px 15px;
	background: rgba(149, 149, 149, 0.18);
	margin: 1em 0 1em 0;
	border: 5px solid #ffffff;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	cursor: pointer;
}

.icon-box:hover {
	background: #FF5722;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}

.icon-box:hover i.fa {
	color: #fff !important;
}

.icon-box:hover a.agile-icon {
	color: #fff !important;
}

.codes .bs-glyphicons li {
	float: left;
	width: 12.5%;
	height: 115px;
	padding: 10px;
	line-height: 1.4;
	text-align: center;
	font-size: 12px;
	list-style-type: none;
}

.codes .bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
}

.codes .glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #777;
}

.codes .bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word;
}

h3.icon-subheading {
	color: #FF5722 !important;
	margin: 30px 0 15px;
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h3.agileits-icons-title {
	text-align: center;
	color: #212121;
	margin: 0;
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
}

.icons a {
	color: #999;
}

.icon-box i {
	margin-right: 10px !important;
	font-size: 20px !important;
	color: #282a2b !important;
}

.icons .bs-glyphicons li {
	float: left;
	width: 18%;
	height: 115px;
	padding: 10px;
	line-height: 1.4;
	text-align: center;
	font-size: 12px;
	list-style-type: none;
	background: rgba(149, 149, 149, 0.18);
	margin: 1%;
}

.icons .bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
	color: #282a2b;
}

.icons .glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #777;
}

.icons .bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word;
}

ul.bs-glyphicons-list {
	padding: 0;
	margin: 0;
}


/*-- //icons --*/


/*-- typography --*/

h3.hdg {
	font-size: 2.5em;
	color: #000 !important;
}

.show-grid [class^=col-] {
	background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}

.grid_3 {
	margin-bottom: 2em;
}

.xs h3,
h3.m_1 {
	color: #000;
	font-size: 1.7em;
	font-weight: 300;
	margin-bottom: 1em;
}

.grid_3 p {
	color: #555;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}

.grid_4 {
	background: none;
}

.label {
	font-weight: 300 !important;
	border-radius: 4px;
}

.grid_5 {
	background: none;
	padding: 2em 0;
}

.grid_5 h3,
.grid_5 h2,
.grid_5 h1,
.grid_5 h4,
.grid_5 h5,
h3.hdg {
	margin-bottom: 1em;
	color: #333;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	border-top: none !important;
}

.tab-content > .active {
	display: block;
	visibility: visible;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 0;
}

.badge-primary {
	background-color: #03a9f4;
}

.badge-success {
	background-color: #8bc34a;
}

.badge-warning {
	background-color: #ffc107;
}

.badge-danger {
	background-color: #e51c23;
}

.grid_3 p {
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}

.bs-docs-example {
	margin: 1em 0;
}

section#tables p {
	margin-top: 1em;
}

.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}

.table td,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 15px!important;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	font-size: 0.9em;
	color: #555;
	border-top: none !important;
}

.tab-content > .active {
	display: block;
	visibility: visible;
}

.label {
	font-weight: 300 !important;
}

.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}

.nav-tabs {
	margin-bottom: 1em;
}

.alert {
	font-size: 0.85em;
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
	line-height: 1.8em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

li.list-group-item1 {
	line-height: 2.5em;
}

.input-group {
	margin-bottom: 20px;
}

.in-gp-tl {
	padding: 0;
}

.in-gp-tb {
	padding-right: 0;
}

.list-group {
	margin-bottom: 48px;
}

ol {
	margin-bottom: 44px;
}

h2.typoh2 {
	margin: 0 0 10px;
}

@media (max-width:768px) {
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
}

@media (max-width:640px) {
	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3,
	.grid_5 h2,
	.grid_5 h1,
	.grid_5 h4,
	.grid_5 h5,
	h3.hdg,
	h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,
	.grid_3 p,
	ul.list-group li,
	li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
}

@media (max-width:480px) {
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,
	p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
}

@media (max-width: 320px) {
	.grid_4 {
		margin-top: 18px;
	}
	.alert,
	p,
	ol.breadcrumb li,
	.grid_3 p,
	.well,
	ul.list-group li,
	li.list-group-item1,
	a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px !important;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.table > thead > tr > th,
	.table > tbody > tr > th,
	.table > tfoot > tr > th,
	.table > thead > tr > td,
	.table > tbody > tr > td,
	.table > tfoot > tr > td {
		font-size: 0.81em;
	}
	.table td,
	.table>tbody>tr>td,
	.table>tbody>tr>th,
	.table>tfoot>tr>td,
	.table>tfoot>tr>th,
	.table>thead>tr>td,
	.table>thead>tr>th {
		padding: 12px!important;
	}
	.codes .row {
		margin: 0;
	}
}


/*-- //typography --*/


/*-- blog --*/

.blog {
	padding: 4em 0;
	background: #f9f9fb;
}

.agile-blog-grid-left-img a img {
	width: 100%;
	margin-bottom: 1em;
}

.blog-left-left {
	float: left;
	width: 100px;
	height: 100px;
	background: #FF5722;
	text-align: center;
	padding: 1.6em 0 0 0;
}

i.fa.fa-pencil {
	color: #FFFFFF;
	font-size: 2.5em;
}

.blog-left-right {
	float: left;
	width: 83%;
	margin-left: 1em;
}

.blog-left-right-top h4 {
	color: #000000;
	font-size: 1.4em;
	margin: 0 0 .5em 0;
	font-weight: 800;
	line-height: 1.4em;
}

.blog-left-right-top h4 a {
	text-decoration: none;
	color: #000000;
}

.blog-left-right-top h4 a:hover {
	color: #FF5722;
}

.blog-left-right-top p {
	margin: 0 0 1em;
	font-size: .9em;
	font-weight: 500;
	color: #333333;
}

.blog-left-right-top p a {
	color: #FF5722;
	text-decoration: none;
}

.blog-left-right-top p a:hover {
	color: #000000;
}

.blog-left-right-bottom p {
	color: #999999;
	font-size: .9em;
	margin: 1em 0 2em 0;
	line-height: 1.8em;
}

.blog-left-right-bottom p span {
	display: block;
	margin: 1em 0 0 0;
}

.blog-left-right-bottom a {
	color: #FF5722;
	font-size: 1em;
	padding: .5em 1em;
	border: solid 2px #FF5722;
	text-align: center;
	text-decoration: none;
	margin: 2em auto 0;
	background: none;
}

.blog-post a {
	color: #000000;
	font-size: .9em;
	padding: 0;
	border: hidden;
	text-align: center;
	text-decoration: none;
	margin: 2em auto 0;
	background: none;
}

.blog-left-right-bottom a:hover {
	background: #FF5722;
	color: #FFFFFF;
}

.blog-post a :hover {
	background: #FF5722;
	color: #FFFFFF;
}

.agile-blog-grid:nth-child(2) {
	margin: 2em 0;
}

.categories h3 {
	color: #000000;
	font-size: 1.5em;
	margin: 0 0 .5em 0;
	font-weight: 800;
	line-height: 1.4em;
}

.categories ul {
	margin: 1em 0 0 0;
	padding: 0;
}

.categories ul li {
	display: block;
	margin-bottom: 1em;
}

.categories ul li a {
	font-size: .9em;
	margin: 0;
	color: #999999;
}

.categories ul li a:hover {
	color: #FF5722;
	text-decoration: none;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}

.categories:nth-child(2) {
	margin: 1em 0 0 0;
}

.pagination {
	margin: 4em 0 0 0;
}

.pagination > li > a,
.pagination > li > span {
	color: #999999;
}


/*-- //blog --*/


/*-- single --*/

.response {
	margin: 1em 0;
}

.response h3 {
	color: #000000;
	font-size: 1.5em;
	margin: 0 0 .5em 0;
	font-weight: 800;
	line-height: 1.4em;
}

.media.response-info {
	margin-top: 3em;
}

.media-left.response-text-left {
	width: 13%;
	float: left;
}

.media-left.response-text-left a img {
	width: 80%;
}

.media-left.response-text-left h5 a {
	color: #FF5722;
}

.media-left.response-text-left h5 a:hover {
	color: #3b3b3b;
	text-decoration: none;
}

.response-text-left h5 {
	font-size: 1em;
	margin: 1em 0 0 0;
}

.response-text-right p {
	color: #999999;
	font-size: .9em;
	margin: 1em 0 2em 0;
	line-height: 1.8em;
}

.response-text-right ul {
	padding: 0;
	text-align: right;
}

.response-text-right ul li {
	display: inline-block;
	color: #b7b7b7;
	font-size: .9em;
	margin-right: 1em;
}

.response-text-right ul li a {
	color: #FF5722;
	text-decoration: none;
}

.response-text-right ul li a:hover {
	color: #3b3b3b;
}

.media.response-info {
	margin-top: 1em;
}

.opinion h3 {
	color: #000000;
	font-size: 1.5em;
	margin: 0 0 .5em 0;
	font-weight: 800;
	line-height: 1.4em;
}

.opinion form {
	margin: 1em 0 0 0;
}

.opinion form input[type="text"] {
	width: 100%;
	color: #999999;
	outline: none;
	font-size: .9em;
	padding: .5em;
	margin: 0 .5em 1em 0;
	border: solid 1px #999999;
	-webkit-appearance: none;
	background: none;
}

.opinion form textarea {
	resize: none;
	width: 100%;
	color: #999999;
	font-size: .9em;
	outline: none;
	resize: none;
	padding: .5em;
	border: solid 1px #999999;
	min-height: 125px;
	background: none;
}

.opinion form input[type="submit"] {
	color: #FF5722;
	font-size: 1em;
	padding: .5em 1em;
	border: solid 2px #FF5722;
	text-align: center;
	text-decoration: none;
	margin: 1em 0 0 0;
	background: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.opinion form input[type="submit"]:hover {
	background: #FF5722;
	color: #FFFFFF;
}


/*-- //single --*/


/*-- contact --*/

.contact-form input[type="text"],
.contact-form input[type="email"] {
	width: 47.7%;
	color: #999;
	float: left;
	background: none;
	outline: none;
	font-size: .9em;
	padding: .7em 1em;
	margin-bottom: 1.5em;
	border: solid 1px #999;
	-webkit-appearance: none;
	display: inline-block;
}

.contact-form input.email {
	margin: 0 0 0 1.8em;
}

.contact-form textarea {
	resize: none;
	width: 100%;
	background: none;
	color: #999;
	font-size: .9em;
	outline: none;
	padding: .6em .8em;
	border: solid 1px #999;
	min-height: 12em;
	-webkit-appearance: none;
}

.contact-form input[type="submit"] {
	outline: none;
	color: #FFFFFF;
	padding: 0.5em 2em;
	font-size: .9em;
	margin: 1em 0 0 0;
	-webkit-appearance: none;
	background: #FF5722;
	transition: 0.5s all;
	border: 2px solid #FF5722;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
}

.contact-form input[type="submit"]:hover {
	color: #212121;
	background: none;
	border: 2px solid #212121;
}

::-webkit-input-placeholder {
	color: #999 !important;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #999 !important;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #999 !important;
}

:-ms-input-placeholder {
	color: #999 !important;
}

.contact-right h4 {
	font-size: 1.5em;
	color: #fff;
	line-height: 1.8em;
}

.contact-text {
	background: #212121;
	padding: 2em;
}

.contact-right h4 {
	font-size: 1.8em;
	color: #FFFFFF;
}

.contact-text p {
	color: #fff;
	font-size: .9em;
	margin-top: 0.8em;
	text-align: left;
}


/*-- map --*/

.map {
	position: relative;
}

.map iframe {
	width: 100%;
	min-height: 500px;
	border: none;
}

.address {
	position: absolute;
	top: 17%;
	background: #FF5722;
	padding: 4em;
	text-align: left;
	width: 26%;
	left: 39%;
}

.map .w3ls-title h3 {
	width: 100%;
	margin: 0 0 1em;
	color: #fff;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.address h4 {
	font-size: 2em;
	color: #fff;
	margin-bottom: 0.5em;
}

.address p {
	color: #fff;
	margin-bottom: .6em;
	text-align: left;
	font-size: .9em;
}

.address p a {
	font-size: .9em;
	color: #191d20;
}

.address p a:hover {
	color: #fff;
}

.map .social-icons li a {
	margin-right: 0.1em;
}


/*-- //contact --*/


/*-- to-top --*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}

#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}


/*-- //to-top --*/


/*-- responsive --*/

@media(max-width:1080px) {
	.logo h1 a {
		font-size: 1.5em;
	}
	ul.nav.navbar-nav li a {
		margin: 0 .5em;
		padding: .5em 1em;
	}
	.team-img .overlay {
		padding: 5.5em 0.5em;
	}
	.view-caption {
		top: -38%;
	}
	.icon-box {
		padding: 8px 3px;
		font-size: .9em;
	}
	.blog-left-left {
		width: 80px;
		height: 80px;
		padding: 1.4em 0 0 0;
	}
	.contact-form input[type="text"],
	.contact-form input[type="email"] {
		width: 47.2%;
	}
	.address {
		width: 36%;
		left: 33%;
	}
}

@media(max-width:991px) {
	.w3-header-top-left {
		width: 25%;
	}
	.navbar-brand {
		float: none;
		text-align: center;
	}
	.navbar-header {
		float: none;
	}
	.navbar-nav {
		float: none;
	}
	.agileits-banner-info {
		margin: 7em 0 7em 5em;
	}
	.agileits-banner-info h3 {
		font-size: 3em;
	}
	.agileits-banner-info p {
		font-size: 1.7em;
	}
	.w3ls-welcome-right {
		margin: 1em 0 0 0;
	}
	.agileits-w3layouts-grid img {
		margin: 2em 0;
	}
	.popular-grid {
		margin: 2em 0 0 0;
	}
	.popular-grid:nth-child(1) {
		margin: 0;
	}
	.news-right {
		margin: 2em 0 0 0;
	}
	.w3agile_footer_grid {
		margin: 2em 0 0 0;
	}
	.w3agile_footer_grid:nth-child(1) {
		margin: 0;
	}
	.team-grid {
		float: left;
		width: 50%;
		margin: 2em 0 0 0;
	}
	.team-grid:nth-child(1),
	.team-grid:nth-child(2) {
		margin: 0;
	}
	.team-img .overlay {
		padding: 11.5em 0.5em 0 0.5em;
	}
	.w3-heading-grid p {
		width: 85%;
	}
	.gallery-grid {
		float: left;
		width: 33.33%;
	}
	.view-caption {
		top: -49%;
	}
	.agile-blog-grid-right {
		margin: 2em 0 0 0;
	}
	.agile-icon-left {
		text-align: left !important;
	}
	.agile-choose-grid:nth-child(2) {
		margin: 2em 0;
	}
	.contact-right {
		margin: 2em 0 0 0;
	}
}

@media(max-width:736px) {
	.navbar-brand {
		float: left;
	}
	.navbar-toggle {
		border: 1px solid rgb(255, 255, 255);
	}
	.navbar-toggle .icon-bar {
		height: 1px;
		background: #FFF;
	}
	.navbar-top {
		position: relative;
	}
	.navbar-nav {
		float: none;
		margin: 0;
		text-align: center;
	}
	.navbar-toggle {
		margin-top: 21px;
		margin-right: 0;
	}
	div#bs-example-navbar-collapse-1 {
		position: absolute;
		width: 100%;
		background: rgba(0, 0, 0, 0.86);
		z-index: 9999;
	}
	ul.nav.navbar-nav li a {
		margin: 1em 0;
	}
	.navbar-nav li:after {
		background: none;
	}
	.address {
		width: 58%;
		left: 21%;
	}
}

@media(max-width:667px) {
	.agileits-banner-info h3 {
		font-size: 2.5em;
	}
	.team-img .overlay {
		padding: 9.5em 0.5em 0 0.5em;
	}
	.view-caption {
		top: -58%;
	}
	.address {
		padding: 2em;
	}
}

@media(max-width:600px) {
	.agileits-banner-info p {
		font-size: 1.2em;
	}
	.agileits-banner-info h3 {
		font-size: 2em;
	}
	.callbacks_tabs {
		top: 25%;
	}
	.blog-left-right {
		width: 80%;
	}
	.w3-heading-grid p {
		width: 95%;
	}
	.w3-button {
		margin: 2em 0 0 0;
	}
	.team-img .overlay {
		padding: 7.5em 0.5em 0 0.5em;
	}
	.view-caption p {
		margin: 0;
	}
	.map iframe {
		min-height: 400px;
	}
}

@media(max-width:480px) {
	.w3-header-top-left {
		width: 30%;
	}
	.agileits-banner-info {
		margin: 4em 0 4em 3em;
	}
	.agileits-banner-info h3 {
		letter-spacing: 8px;
	}
	.callbacks_tabs li {
		margin: .5em 0;
	}
	.callbacks_tabs {
		top: 20%;
	}
	.w3-heading-grid h2,
	.w3-heading-grid h3,
	.agileinfo-banner h2 {
		font-size: 2em;
	}
	.welcome,
	.why-choose-agile,
	.agileinfo-dot,
	.news,
	.w3l-about-top,
	.wthree-dot,
	.team,
	.gallery,
	.blog,
	.contact-top {
		padding: 2em 0;
	}
	.w3-heading-grid p {
		margin: 2em auto 0;
	}
	.w3l-welcome-grids,
	.why-choose-agile-grids-top,
	.popular-agileinfo,
	.w3-agileits-news-grids,
	.codes,
	.typography,
	.agile-choose-grids {
		margin: 2em 0 0 0;
	}
	.footer-bottom {
		padding: 2em 0;
	}
	.team-img .overlay {
		padding: 5.5em 0.5em 0 0.5em;
	}
	.view-caption p {
		font-size: 1em;
		letter-spacing: 2px;
	}
	.view-caption {
		top: -66%;
	}
	i.fa.fa-pencil {
		font-size: 2em;
	}
	.blog-left-left {
		width: 60px;
		height: 60px;
		padding: 1em 0 0 0;
	}
	.blog-left-right-top h4 {
		font-size: 1em;
	}
	.contact-form input[type="text"],
	.contact-form input[type="email"] {
		width: 46.2%;
	}
	.map .w3ls-title h3 {
		font-size: 1.2em;
	}
	.map iframe {
		min-height: 340px;
	}
	i#jzBoxClose {
		margin-left: 1em;
	}
}

@media(max-width:414px) {
	.agileits-banner-info h3 {
		letter-spacing: 4px;
	}
	.callbacks_here a:after {
		height: 45px;
	}
	.w3-header-top-left {
		width: 40%;
	}
	.w3ls-welcome-right h4 {
		font-size: 1.2em;
	}
	.agile-news-icon i.fa {
		font-size: 1em !important;
	}
	.team-img .overlay {
		padding: 1.5em 0.5em 0 0.5em;
	}
	.view-caption p {
		letter-spacing: 0px;
	}
	.view-caption {
		padding: .5em;
	}
	.w3ls-button a {
		padding: .3em 1em;
	}
	.icons .bs-glyphicons li {
		width: 31%;
	}
	.blog-left-right {
		width: 77%;
	}
	.media-left.response-text-left {
		width: 20%;
	}
	.contact-form input[type="text"],
	.contact-form input[type="email"] {
		width: 45.2%;
	}
	.address {
		padding: 1em;
	}
	.map iframe {
		min-height: 300px;
	}
}

@media(max-width:384px) {
	.logo h1 a {
		font-size: 1.2em;
	}
	.agileits-banner-info h3 {
		font-size: 1.5em;
	}
	.agileits-banner-info p {
		font-size: 1em;
	}
	.team-grid {
		float: none;
		width: 100%;
	}
	.team-img .overlay {
		padding: 8.5em 0.5em 0 0.5em;
	}
	.team-grid:nth-child(1) {
		margin: 0;
	}
	.team-grid:nth-child(2) {
		margin: 2em 0 0 0 !important;
	}
	i.fa.fa-pencil {
		font-size: 1.5em;
	}
	.blog-left-left {
		width: 50px;
		height: 50px;
		padding: .8em 0 0 0;
	}
	.contact-form input[type="text"],
	.contact-form input[type="email"] {
		width: 100%;
	}
	.contact-form input.email {
		margin: 0 0 1.5em 0;
	}
	.address {
		width: 70%;
		left: 15%;
	}
}

@media(max-width:375px) {
	.gallery-grid {
		float: none;
		width: 100%;
	}
	i#jzBoxPrev,
	i#jzBoxNext {
		font-size: 1.5em;
	}
	i#jzBoxClose {
		font-size: 2em;
	}
}

@media(max-width:320px) {
	.w3-header-top-left {
		width: 46%;
	}
	.agileits-banner-info h3 {
		font-size: 1.3em;
	}
	.agileits-banner-info p {
		font-size: .9em;
	}
	.callbacks_tabs li {
		margin: 0;
	}
	.agileits-banner-info {
		margin: 2em 0 3em 2em;
	}
	.callbacks_tabs {
		top: 13%;
	}
	.logo h1 a {
		font-size: 1.1em;
	}
	.logo h1 a span {
		font-size: .3em;
	}
	.w3ls-welcome-right h4 {
		font-size: 1em;
	}
	.w3-heading-grid h2,
	.w3-heading-grid h3,
	.agileinfo-banner h2 {
		font-size: 1.5em;
	}
	.wthree_agile_us i {
		font-size: 1em;
		line-height: 3.2em;
	}
	.wthree_agile_us i {
		width: 55px;
		height: 55px;
	}
	.w3-agile-news-img {
		width: 70%;
	}
	.w3-agile-news-img h4 a {
		font-size: .9em;
	}
	.blog-left-left {
		width: 40px;
		height: 40px;
		padding: .5em 0 0 0;
	}
	.blog-left-right {
		margin-left: .5em;
	}
	.media-left.response-text-left {
		width: 26%;
	}
	.agileinfo-banner {
		padding: 2em 0;
	}
	.contact-text {
		padding: 1em;
	}
	.contact-right h4 {
		font-size: 1.5em;
	}
	.address {
		width: 78%;
		left: 10%;
	}
	.map iframe {
		min-height: 270px;
	}
	.w3agile_footer_grid h3 {
		font-size: 1.2em;
	}
	#app-download {
		margin-bottom: 10px;
	}
}


/*-- //responsive --*/