body {
	padding: 0;
	margin: 0;
	background: #fff;
	font-family: 'Cambria', sans-serif;
}

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;
	font-weight: 400;
}

input[type="button"],
input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 400;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-family: 'Poppins';
}

p {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

ul {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
}

html,
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

/*-- header --*/
header {
	padding: 20px 0;
	background: #fcfdff;
}

.logo {
	float: left;
	margin-top: 2px;
}

.logo h1 a {
	text-decoration: none;
	font-size: 28px;
	color: #00cdff;
	text-transform: uppercase;
}

.navbar {
	margin-bottom: 0px;
	min-height: 30px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #f20716
}

.navbar-nav>li {
	margin: 0 3px;
}

.navbar-nav {
	float: right;
	margin-top: 12px;
}

.nav>li>a {
	padding: 0px 15px;
	letter-spacing: 2px;
}

.navbar-nav>li>a {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 16px;
}

ul.nav.navbar-nav li a:hover {
	background-color: #24282e;
}

.dropdown-menu>li>a:hover {
	color: #00cdff;
}

.navbar-inverse .navbar-nav>li>a:focus {
	color: #ffffff;
	background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a {
	color: #111111;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	padding: 0;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background-color: transparent;
}

.dropdown-menu {
	top: 30px;
	min-width: 150px;
}

.dropdown-menu>li>a {
	font-size: 15px;
	padding: 5px 20px 7px;
}

/*-- bootstrap dropdown hover menu --*/
.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}

/*-- /bootstrap dropdown hover menu --*/
.ahmylayouts-slider {
	height: 100%;
	position: relative;
	height: 750px;
}

.ahmylayouts-slider div.content {
	width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 52%;
	max-width: none;
	margin-top: -95px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
}

.ahmylayouts-slider div.content h1 {
	font-size: 12pt;
	font-weight: normal;
}

.ahmylayouts-slider div#ahmylayouts-title {
	font-size: 55px;
	text-align: center;
	padding: 30px 0px;
	color: #ffffff;
	text-transform: uppercase;
}

.ahmylayouts-slider div.content h1 {
	color: #222222;
}

.ahmylayouts-slider .buttons-wrapper div.buttons div a:hover {
	color: #222222;
}

.color-1 {
	color: #00bfff;
	margin: 0 15px;
}

.color-2 {
	color: #ff007f;
	margin: 0 15px;
}

.color-3 {
	color: #2da089;
	margin: 0 15px;
}

/*-- /header --*/

/*-- welcome section --*/
.ahmylayouts-welcome {
	padding: 70px 0;
}

.ahmyl-welcome_info {
	padding-left: 0;
}

.ahmyl-welcome_info h3,
.auto_sec h3,
.feature_head h3 {
	font-size: 35px;
	color: #00bfff;
}

.ahmyl-welcome_info span {
	background: #ff007f;
	display: block;
	height: 2px;
	width: 18%;
	margin-top: 12px;
}

.ahmyl-welcome_info h4 {
	font-size: 20px;
	color: #717070;
	font-weight: 500;
	margin: 20px 0;
	font-style: normal;
	letter-spacing: 1px;
}

.ahmyl-welcome_info p {
	font-size: 13px;
	line-height: 26px;
	margin-top: 16px;
	color: #5b5a5a;
}

.ahmyl-welcome_info a {
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 400;
	background: #00cdff;
	text-decoration: none;
	padding: 8px 20px;
	margin-top: 30px;
	display: inline-block;
}

.ahmyl-welcome_info a:hover {
	background: #ff007f;
}

.ahmyl-welcome_pic {
	padding: 0 0 0 3em;
}

.ahmyl-welcome_pic h2 {
	color: #ff007f;
	font-size: 25px;
}

.ahmyl-welcome_pic img {
	margin: 2em 0 1em 0;
}

.ahmyl-welcome_pic h3 {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}

.ahmyl-welcome_pic p {
	font-size: 13px;
	line-height: 26px;
	color: #686868;
}

/*-- //welcome section --*/

/*-- what-we-do --*/
.agileinfo-wwd {
	background: #24282e;
	padding: 70px 0;
}

.agileinfo-wwd h3 {
	margin-bottom: 60px;
	color: #fff;
	font-size: 40px;
	text-align: center;
	letter-spacing: 2px;
}

.content-icon h4 {
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 32px;
}

.content-icon:nth-child(1),
.content-icon:nth-child(2) {
	margin-top: 0 !important;
}

.content-icon:nth-child(3),
.content-icon:nth-child(4) {
	margin-bottom: 0;
}

.wthree-bottom-right img {
	width: 100%;
}

/*-- Common style for effect moses --*/
.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**-- Moses --**/
figure.effect-moses {
	background: -webkit-linear-gradient(-45deg, #000 0%, #000 100%);
	background: linear-gradient(-45deg, #000 0%, #000 100%);
}

figure.effect-moses img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-moses h4,
figure.effect-moses p {
	padding: 20px;
	width: 50%;
	height: 50%;
	border: 2px solid #fff;
}

figure.effect-moses h4 {
	padding: 60px 20px 20px 20px;
	width: 50%;
	color: #fff;
	font-size: 26px;
	height: 50%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(10px, 10px, 0);
	transform: translate3d(10px, 10px, 0);
}

figure.effect-moses p {
	float: right;
	padding: 46px 20px 20px 20px;
	font-size: 14px;
	line-height: 2em;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

figure.effect-moses:hover h4 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-moses:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-moses:hover img {
	opacity: 0.6;
}

/*--moses--*/
/*Sliding Text and Icon Menu Style*/
.sti-menu {
	position: relative;
}

.sti-menu li {
	list-style-type: none;
	float: left;
	width: 44%;
	margin: 0 3% 6% 3%;
	height: 164px;
}

.sti-menu li a {
	background: #00cdff;
	display: block;
	overflow: hidden;
	text-align: center;
	height: 100%;
	width: 100%;
	position: relative;
}

.sti-menu li a h4 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	position: absolute;
	padding: 0 10px;
	top: 85px;
	left: 23%;
}

.sti-menu li:nth-child(2) a h4 {
	left: 29%;
	;
}

.sti-menu li:nth-child(3) a h4 {
	left: 29%;
}

.sti-menu li a p {
	margin: 0;
	font-size: 14px;
	font-style: italic;
	color: #f8f8f8;
	position: absolute;
	top: 110px;
	left: 10%;
	padding: 10px;
}

.sti-menu li:nth-child(3),
.sti-menu li:nth-child(4) {
	margin-bottom: 0;
}

.sti-menu li i {
	color: #fff;
	font-size: 35px;
	padding-top: 20px;
}

/*Sliding Text and Icon Menu Style*/


/* Outline Out */
a.hvr-outline-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: #7F7A7A;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

a.hvr-outline-out:before {
	content: '';
	position: absolute;
	border: #7F7A7A solid 4px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;
}

a.hvr-outline-out:hover:before,
a.hvr-outline-out:focus:before,
a.hvr-outline-out:active:before {
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
}

/* Outline Out */
/*-- //what-we-do --*/


/*--  interior-designs --*/
.ahmyls-interior-design-grids {
	padding: 70px 0;
}

.ahmyls-interior-design-grids:nth-child(2) {
	padding: 15px 0;
}

/*-- effect --*/
.ahmyls-interior-design-grid-left {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.ahmyls-interior-design-grid-left figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	min-width: 100%;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
}

.ahmyls-interior-design-grid-left figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.ahmyls-interior-design-grid-left figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ahmyls-interior-design-grid-left figure figcaption::before,
.ahmyls-interior-design-grid-left figure figcaption::after {
	pointer-events: none;
}

.ahmyls-interior-design-grid-left figure figcaption,
.ahmyls-interior-design-grid-left figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/***** Lexi *****/
/*---------------*/

figure.effect-lexi {
	background: -webkit-linear-gradient(-45deg, #000 0%, #fff 100%);
	background: linear-gradient(-45deg, #000 0%, #fff 100%);
}

figure.effect-lexi img {
	margin: -10px 0 0 -10px;
	max-width: none;
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(10px, 10px, 0);
	transform: translate3d(10px, 10px, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
	position: absolute;
	right: -100px;
	bottom: -100px;
	width: 285px;
	height: 300px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 1);
	transform: scale3d(0.5, 0.5, 1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-lexi:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-lexi h3 {
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(5px, 5px, 0);
	transform: translate3d(5px, 5px, 0);
	font-size: 1.8em;
	color: #fff;
}

figure.effect-lexi h3 span {
	color: #F72459;
}

figure.effect-lexi p {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1em 1em 0em;
	width: 140px;
	text-align: right;
	opacity: 0;
	-webkit-transform: translate3d(20px, 20px, 0);
	transform: translate3d(20px, 20px, 0);
	font-size: .8em;
	line-height: 1.8em;
}

figure.effect-lexi:hover figcaption::before {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

figure.effect-lexi:hover h3,
figure.effect-lexi:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*-- //effect --*/
.ahmyls-interior-design-grid-right h3 {
	font-size: 25px;
	color: #02A0C3;
	margin-top: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.ahmyls-interior-design-grid-right h3 span {
	color: #f72459;
}

.banner-bottom-info {
	padding-top: 3em;
	border-top: 1px solid #c0c0c0;
}

.item {
	border-right: 1px solid #c0c0c0;
}

.ahmyls-interior-design-grid-right p {
	display: block;
	margin: 20px 0 0;
	font-size: 13px;
	line-height: 28px;
	color: #686868;
}

.ahmyls-interior-design-grid-right li {
	margin: 20px 0 0;
	font-size: 16px;
	line-height: 1em;
	color: #686868;
}

.ahmyls-interior-design-grid-right p span {
	display: block;
	margin: 20px 0 0;
	font-size: 13px;
	line-height: 28px;
	color: #686868;
}

/*--  interior-designs --*/

/*-- newsletter --*/
.ahmylayouts-newsletter {
	background: #e40a77;
	width: 100%;
	display: block;
	background-size: cover;
	padding: 25px 0;
}

.wthree-join h6 {
	color: #fff;
	font-size: 35px;
	line-height: 40px;
	letter-spacing: 4px;
	margin-top: 4px;
}

.wthree-join h6 i {
	margin-right: 10px;
	vertical-align: top;
}

.agileinfo-newsletter input[type="email"] {
	width: 73%;
	padding: 14px 14px;
	outline: none;
	color: #000;
	letter-spacing: 1px;
	font-size: 15px;
	border: none;
	margin-right: 10px;
	background: #fff;
}

::-webkit-input-placeholder {
	color: #000;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
}

:-ms-input-placeholder {
	color: #000;
}

.agileinfo-newsletter input[type="submit"] {
	background: #24282e;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	border: none;
	padding: 15px 18px;
	width: 22%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.agileinfo-newsletter input[type="submit"]:hover {
	background: #000000;
}

/*-- //newsletter --*/

/*-- footer --*/
.agileits-footer-top {
	padding: 35px 0;
}

.ahmyls-address-grid i {
	color: #00bfff;
	font-size: 20px;
	float: left;
	margin: 0 4% 0 0;
	display: inline-block;
	line-height: 45px;
}

.ahmy-address1 {
	float: left;
	margin-top: 0.7em;
}

.ahmy-address1 h6 {
	font-size: 18px;
	color: #fff;
	line-height: 22px;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.ahmy-address1 p {
	font-size: 13px;
	color: #cecece;
	margin-top: 4px;
}

.ahmy-address1 p a {
	text-decoration: none;
	color: #fff;
}

.ahmy-address1 p a:hover {
	text-decoration: underline;
}

.address-more h4 {
	color: #fff;
	font-size: 2em;
	margin: 0 15px 0.7em;
}

.agileinfo-footer {
	background: #24282e;
}

.agileits-footer-bottom {
	border-top: 1px double #353b44;
	padding: 1em 0;
}

.footer-class {
	float: left;
	color: #fff;
	font-size: 13px;
	padding-top: 13px;
	letter-spacing: 1px;
}

.footer-class a {
	color: #e40a77;
	text-decoration: none;
}

.footer-class a:hover {
	color: #fff;
	text-decoration: underline;
}

.ahmylayouts-agileits-social {
	float: right;
}

.ahmylayouts-agileits-social li {
	display: inline-block;
}

.ahmylayouts-agileits-social li a i {
	margin: 0 8px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.ahmylayouts-agileits-social li a i.fa.fa-facebook,
.ahmylayouts-agileits-social li a i.fa.fa-twitter,
.ahmylayouts-agileits-social li a i.fa.fa-rss,
.ahmylayouts-agileits-social li a i.fa.fa-vk {
	height: 30px;
	width: 30px;
	line-height: 30px;
	color: #FFF;
	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-align: center;
	border: 1px solid transparent;
}

.ahmylayouts-agileits-social li a i.fa.fa-facebook:hover {
	color: #3b5998;
	border: 1px solid #3b5998;
}

.ahmylayouts-agileits-social li a i.fa.fa-twitter:hover {
	color: #55acee;
	border: 1px solid #55acee;
}

.ahmylayouts-agileits-social li a i.fa.fa-rss:hover {
	color: #f26522;
	border: 1px solid #f26522;
}

.ahmylayouts-agileits-social li a i.fa.fa-vk:hover {
	color: #45668e;
	border: 1px solid #45668e;
}

.ahmylayouts-agileits-social li:nth-child(2) {
	margin: .5em 0;
}

.ahmylayouts-agileits-social li:nth-child(3) {
	margin: 0 0 .5em 0;
}

/*-- //footer --*/

/*-- about-page --*/
.wthree-main-content {
	padding: 70px 0;
}

.ahmylayouts-inner-banner {
	background: url('../images/22.jpg') no-repeat 0px 0px;
	background-size: cover;
	min-height: 180px;
	position: relative;
}

.agileits-inner-layer {
	position: absolute;
	min-height: 180px;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
}

.agileinfo-about-top {
	padding-bottom: 70px;
}

.about-grids {
	margin: 1em 0 0 0;
}

.wthree-about-left-info {
	background: #EAF7FD;
	padding: .5em;
}

.wthree-about-left-info img {
	width: 100%;
}

.agileits-about-right h5 {
	color: #000;
	font-size: 14px;
	line-height: 25px;
	font-weight: 600;
	margin: 0;
	letter-spacing: 1px;
}

.agileits-about-right p {
	margin: 18px 0 0 0;
	font-size: 13px;
	color: #6f6f6f;
	line-height: 28px;
}

.agileits-about-right p span {
	display: block;
	margin: 1em 0 0 0;
}

/*--team--*/
.ahmyls-team p.w-text {
	margin-top: 1em;
}

.team-row {
	margin-top: 50px;
}

.ahmyls-team-grids {
	/*border: 1px solid #00cdff;*/
	padding: 5em 2em;
	width: 22.8%;
	position: relative;
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	overflow: hidden;
	text-align: center;
}

.ahmyls-team-grids.team-mdl {
	margin: 0 2.5em;
}

.ahmyls-team-grids.team-mdl1 {
	margin-right: 1.1em;
	margin-top: 1.1em;
}

.ahmyls-team-grids h5 {
	font-size: 1.8em;
	color: #fff;
}

.ahmyls-team-grids p {
	margin-top: 1em;
}

.team-row .social-icons {
	margin: 1em 0 0;
}

.team-img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: #8EB021;
	width: 100%;
	height: 100%;
	transition: .7s all;
	-webkit-transition: .7s all;
	-moz-transition: .7s all;
}

.team-img img {
	width: 100%;
}

/*.ahmyls-team-grids:hover div.team-img {
	top:100%;
}*/
section.ahmyls-team {
	padding: 60px 0 10px;
}

h3.ahmy-title {
	color: #e40a77;
	font-size: 35px;
	letter-spacing: 3px;
}

.ahmyls-team-grids h5 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	margin-top: 0;
	letter-spacing: 2px;
}

.ahmyls-team-grids p {
	color: #969595;
	font-size: 13.5px;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 25px;
}

.ahmyl-abt-social-icons a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	background-clip: content-box;
	transition: .5s;
	color: #545454;
	font-size: 15px;
	margin: 0 5px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.ahmyl-abt-social-icons a i {
	background: #00cdff;
	color: #fff;
	padding: 8px 10px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.ahmyl-abt-social-icons a i:hover {
	opacity: 0.8;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

/*--//team--*/
/*-- //about-page --*/

/*-- portfolio-page --*/
.port-head {
	text-align: center;
	margin-bottom: 1.5em;
}

figure.ahmyls-gallery {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	cursor: pointer;
	overflow: hidden;
}

figure.ahmyls-gallery:hover figcaption.ahmylayouts-caption {
	-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;
}

figcaption.ahmylayouts-caption {
	-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);
	text-align: center;
}

figcaption.ahmylayouts-caption h3 {
	font-weight: 400;
	font-size: 1.8em;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-bottom: 0;
	background: #111;
	position: relative;
	left: 100%;
	margin-top: 110px;
	-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;
}

figcaption.ahmylayouts-caption p {
	padding: 10px 20px;
	margin-bottom: 0;
	position: relative;
	left: 100%;
	font-size: 0.85em;
	line-height: 2em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	-webkit-transition-delay: 1.3s;
	-moz-transition-delay: 1.3s;
	-o-transition-delay: 1.3s;
	-ms-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

figure.ahmyls-gallery:hover h3,
figure.ahmyls-gallery:hover p {
	left: 0;
}

figcaption.ahmylayouts-caption a {
	color: #fff;
	border: 2px solid #fff;
	padding: 4px 10px;
	text-decoration: none;
}

figcaption.ahmylayouts-caption:hover {
	color: #4f5856;
}

.gallery {
	padding: 6em 0;
}

.ga-top {
	margin-bottom: 3em;
}

.filtr-item {
	padding: 0em;
	width: 33%;
	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;

}

/* Filter controls */
.simplefilter li,
.multifilter li,
.sortandshuffle li {
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0 12px;
	text-transform: uppercase;
	border: none;
	background: none;
	border-bottom: 5px solid #fff;
}

.simplefilter li {
	border: none;
	background: none;
	position: relative;
	border: 1px solid #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.simplefilter li:before {
	content: '';
	position: absolute;
	top: 19px;
	background: #333;
	height: 1px;
	width: 10px;
	right: -12px;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
	-webkit-transform: rotate(-64deg);
	-moz-transform: rotate(-64deg);
	-o-transform: rotate(-64deg);
	-ms-transform: rotate(-64deg);
	transform: rotate(-180deg);
}

.simplefilter li:last-child:before {
	content: '';
	position: absolute;
	top: 19px;
	background: #fff;
	height: 1px;
	width: 10px;
	right: -12px;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
	-webkit-transform: rotate(-64deg);
	-moz-transform: rotate(-64deg);
	-o-transform: rotate(-64deg);
	-ms-transform: rotate(-64deg);
	transform: rotate(-180deg);
}

.simplefilter li.active,
.simplefilter li:hover {
	background: none;
	color: #e40a77;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}

/* Shuffle and sort controls */
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-bottom: 25px;
}

@media(max-width:991px) {
	.filtr-item {
		float: left;
		width: 50%;
	}

	.simplefilter li,
	.multifilter li,
	.sortandshuffle li {
		padding: 10px 13px;
		font-size: 1em;
	}
}

@media(max-width:768px) {
	.filtr-item {
		float: left;
		width: 48%;
	}

	.simplefilter li,
	.multifilter li,
	.sortandshuffle li {}

	.simplefilter li:before {}
}

@media(max-width:600px) {
	.filtr-item {
		padding: 0em;
	}

	ul.simplefilter {
		margin-bottom: 0em;
	}

	.simplefilter li,
	.multifilter li,
	.sortandshuffle li {
		margin-bottom: 1em;
	}

}

@media(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;
		margin: 0 0 1em 0;
	}
}

@media(max-width:384px) {
	.simplefilter li:before {
		content: '';
		position: absolute;
		top: 11px;
		background: #333;
		height: 2px;
		width: 12px;
		right: -9px;
	}
}

/*-- //Portfolio-page --*/

/*--typography-page --*/
h2.agile-inner-title {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 35px;
	color: #00bfff;
	letter-spacing: 5px;
	text-align: center;
}

.typo-1 {
	padding: 16px;
}

.grid_3 {
	background-color: #fff;
	padding: 1.8em;
	margin-bottom: 1em;
	border: 1px solid #ebeff6;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

h3.head-top {
	font-size: 28px;
	margin-bottom: 15px;
	color: #f20716
}

.grid_3 p {
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
}

.but_list h1,
.but_list h2,
.but_list h3,
.but_list h4,
.but_list h5,
.but_list h6 {
	margin-bottom: 0.7em;
}

a#myTabDrop1,
a#profile-tab,
a#home-tab {
	padding: 0.8em;
}

div#home {
	padding: 1em 0 0;
}

.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;
	font-size: 0.85em;
	color: #999;
	border-top: none !important;
}

.btn {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	outline: none;
}

.btn-default:active,
.btn-default:focus,
.btn-default:hover {
	outline: none !important;
}

.form-control1,
.form-control_2.input-sm {
	border: 1px solid #e0e0e0;
	padding: 5px 18px;
	color: #616161;
	background: #fff;
	box-shadow: none !important;
	width: 100%;
	font-size: 0.85em;
	font-weight: 300;
	height: 40px;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-appearance: none;
	outline: none;
}

.control3 {
	margin: 0 0 1em 0;
}

.btn-warning {
	color: #fff;
	background-color: rgb(6, 217, 149);
	border-color: rgb(6, 217, 149);
	padding: 8.5px 12px;
}

.tag_01 {
	margin-right: 5px;
}

.tag_02 {
	margin-right: 3px;
}

.btn-warning:hover {
	background-color: rgb(3, 197, 135);
	border-color: rgb(3, 197, 135);
}

.btn-success:hover {
	border-color: #8BC34A !important;
	background: #8BC34A !important;
}

.control2 {
	height: 253px;
}

.alert-info {
	color: #31708f;
	background-color: rgb(240, 253, 249);
	border-color: rgb(201, 247, 232);
}

.bs-example4 {
	background: #fff;
	padding: 2em;
}

button.note-color-btn {
	width: 20px !important;
	height: 20px !important;
	border: none !important;
}

.form-control1:focus {
	border: 1px solid #03a9f4;
	background: #fff;
	box-shadow: none;
}

.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,
.widget_head {
	color: #000;
	font-size: 1.7em;
	font-weight: 300;
	margin-bottom: 1em;
}

.grid_3 p {
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}

label {
	font-weight: 500;
}

.badge-primary {
	background-color: #03a9f4;
}

.badge-success {
	background-color: #8bc34a;
}

.badge-warning {
	background-color: #ffc107;
}

.badge-danger {
	background-color: #e51c23;
}

/*-- //typography-page --*/

/*-- icons page --*/
.codes a {
	color: #999;
}

.icon-box {
	padding: 8px 15px;
	background: rgba(40, 96, 157, 0.11);
	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: 13px;
	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: #000;
	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;
}

.icon-box:hover a.agile-icon {
	color: #fff;
}

.codes .bs-glyphicons li {
	float: left;
	width: 13%;
	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;




	y: '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 {
	font-size: 26px;
	color: #ff0083 !important;
	font-weight: 300;
	margin: 30px 0 15px;
}

h3.agileits-icons-title {
	text-align: center;
	font-size: 36px;
	color: #000;
}

.icons a {
	color: #999;
}

.icon-box i {
	margin-right: 10px;
	font-size: 20px;
	color: #282a2b;
}

.icons-page .bs-glyphicons li {
	display: inline-block;
	width: 22%;
	height: 115px;
	padding: 10px;
	line-height: 1.4;
	text-align: center;
	font-size: 12px;
	list-style-type: none;
	background: rgba(40, 96, 157, 0.11);
	margin: 1%;
}

.icons-page .bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
	color: #282a2b;
}

.icons-page .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-page .bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word;
}

/*-- //icons page --*/

/*-- blog-page --*/
.blog-top img {
	width: 100%;
}

.blog-top {
	padding: 0;
}

a.blog-post {
	width: 48%;
	float: left;
}

.blog-top:nth-child(2),
.blog-top:nth-child(4) {
	margin: 0 0 0% 0;
}

.blog-grid h3 {
	font-size: 27px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 32px;
	letter-spacing: 1px;
	margin-top: 20px;
}

.blog-grid h3 a {
	color: #060606;
	text-decoration: none;
	font-size: 27px;
}

.blog-grid h3 a:hover {
	color: #ff154d;
}

.blog-grid p {
	color: #888585;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 300;
	margin: 15px 0 25px;
}

.blog-grid {
	padding: 25px 22px 17px 0;
	float: left;
	width: 50%;
	margin-left: 2%;
}

a.smore {
	text-decoration: none;
	color: #ffffff;
	font-size: 15px;
	padding: 10px 20px;
	background: #ff154d;
	text-align: center;
	letter-spacing: 3px;
	font-weight: 600;
	float: right;
}

a.smore:hover {
	background: #000000;
	color: #fff;
}

a.read-more {
	margin: 3.3em auto;
}

a.read-more-in {
	margin: 5.8em auto;
}

span.date-in {
	float: left;
	color: #060606;
	font-size: 14px;
	letter-spacing: 2px;
}

span.date-in i {
	vertical-align: baseline;
	margin-right: 5px;
	color: #000000;
	font-size: 14px;
}

a.comments {
	float: right;
	color: #060606;
	text-decoration: none;
	font-size: 1em;
}

a.comments i {
	margin-right: 4px;
	vertical-align: text-top;
	font-size: 13px;
	color: #060606;
}

ul.start {
	text-align: center;
	padding: 10px 0 0px;
}

ul.start li {
	display: inline-block;
}

ul.start li a,
ul.start li span {
	text-decoration: none;
	color: #362f2f;
	font-size: 15px;
	padding: 8px 15px;
	letter-spacing: 1px;
}

ul.start li span.prev,
ul.start li a.next {
	background: #24282e;
	color: #fff;
}

.blog-in {
	background: #ffffff;
	border: 1px solid #dfe2e6;
}

.blog-top i.black {
	display: block;
	border-bottom: 1px dashed #000;
	margin: 50px 20px;
}

.in-blog {
	background: #002831;
}

a.blog-post1 {
	float: right;
	width: 48%;
}

a.blog-post1 img {
	width: 100%;
}

.blog-in1 {
	background: #ffffff;
	border: 1px solid #dfe2e6;
}

/*-- /blog-page --*/

/*-- singe-page --*/
.single-top img {
	width: 100%;
	border: 1px solid #eee;
	padding: 5px;
}

.single h3 {
	color: #362f2f;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 50px;
}

.grid-single {
	width: 70%;
	margin: 1em auto;
}

.single-one {
	float: left;
	width: 33.3%;
	text-align: center;
}

.single-one span {
	color: #000000;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
}

.single-one span a {
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 3px;
	text-decoration: none;
}

.single-one span a:hover {
	color: #8F44AD;
}

.single-one span i {
	margin-right: 6px;
	color: #f20716
}

p.eget {
	font-size: 14px;
	line-height: 30px;
	color: #7d7d7d;
	font-weight: 300;
	margin: 25px 0 25px;
}

ul.share {
	margin: 60px 0 0px 0;
}

ul.share li {
	display: inline-block;
	margin: 0 15px 0px 0;
	color: #333333;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

ul.share li:nth-child(1) {
	vertical-align: middle;
}

ul.share li:nth-child(3) {
	vertical-align: middle;
}

.top-comments h3,
.leave h3 {
	font-size: 27px;
	color: #00bfff;
	margin-bottom: 15px;
}

.comments-top-top {
	background: #f8f8f8;
}

.men {
	background: #24282e;
	float: left;
	width: 9%;
	text-align: center;
	padding: 35px 0;
}

.men i {
	color: #fff;
	font-size: 20px;
}

p.men-it {
	float: left;
	width: 86%;
	margin: 0 0 0 2%;
	line-height: 27px;
	padding: 16px 0;
	font-weight: 300;
	letter-spacing: 0px;
	font-size: 13.5px;
	color: #6b6a6a;
}

.met-in {
	margin: 0 0 0 3em;
}

.met {
	padding: 1em 0;
}

p.smith {
	float: left;
	padding: 0;
	font-size: 1em;
}

p.smith a {
	letter-spacing: 1px;
	font-size: 15px;
	color: #00bfff;
	line-height: 26px;
}

.code-in {
	padding: 0 0 0.5em;
}

p.smith span {
	font-weight: 400;
	padding: 0 25px;
	color: #7f8c8c;
	letter-spacing: 1px;
	font-size: 15px;
}

.top-in {
	background: #f8f8f8;
}

p.reply {
	float: right;
	padding: 0;
	width: 17%;
	color: #362f2f;
	font-size: 1em;
}

p.reply a {
	text-decoration: none;
	color: #686868;
	font-size: 14px;
	letter-spacing: 2px;
}

p.reply a:hover {
	color: #e40a77;
}

p.reply i {
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0px;
}

/*----*/
.single-us input[type="text"],
.single-us input[type="email"],
.leave textarea,
.leave input[type="submit"] {
	width: 100%;
	-webkit-appearance: none;
	display: inline-block;
	background: none;
	border: 1px solid #A3A1A1;
	outline: none;
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	padding: 10px 15px 10px 15px;
}

.leave textarea {
	resize: none;
	width: 100%;
	margin: 0.5em 0em;
	height: 185px;
}

.leave input[type="submit"] {
	border: none;
	color: #fff;
	font-size: 19px;
	letter-spacing: 2px;
	width: 46%;
	margin: 150px 0 0 20px;
	padding: 7px;
	background: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-weight: 400;
	background: #e40a77;
}

.leave input[type="submit"]:hover {
	background: #000;
}

.leave p {
	width: 80%;
	letter-spacing: 0px;
	font-size: 15px;
	line-height: 26px;
	color: #464545;
}

.single-us {
	padding: 0 2em 0 0;
}

.single-us:nth-child(2) {
	padding: 0;
}

.text-in {
	padding: 0;
}

.single-grid {
	padding: 0.7em 0;
}

.text-top {
	padding: 0.5em 0;
}

.leave {
	padding: 4em 0 0em;
}

.top-comments {
	padding: 5em 0 0;
}

.md-col-in h4 {
	color: #362f2f;
	font-size: 1.5em;
	border-bottom: 1px solid #c29f00;
	font-weight: 600;
	width: 50%;
	padding: 0 10px 6px;
}

.md-col-in ul li {
	list-style: none;
}

.md-col-in ul {
	padding: 1.8em 0 0;
}

.md-col-in ul li a {
	text-decoration: none;
	color: #362f2f;
	font-size: 1.1em;
	padding: 0.1em 0;
	display: block;
}

.md-col-in ul li a:hover {
	color: #c3a000;
}

.md-col-in ul li i {
	background: url(../images/img-sprite.png)no-repeat -497px -20px;
	width: 8px;
	height: 8px;
	display: inline-block;
	transition: 0.5s all;
	vertical-align: middle;
	margin: 0 13px 0 0;
}

.top-single {
	padding: 1em;
}

/*-- /single-page --*/

/*-- contact-page --*/
.ahmyl-map iframe {
	width: 100%;
	min-height: 400px;
	border: none;
}

.e-mail p {
	font-size: 1em;
	margin: 1em 0 0 0;
	color: #473B3B;
	line-height: 1.8em;
	text-align: center;
}

.e-mail p a {
	color: #FD5C63;
	text-decoration: none;
}

.contact-form {
	margin: 3em 0;
}

.contact-form form {
	margin: 2em 0 0 0;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
	width: 32.6%;
	color: #999999;
	background: none;
	outline: none;
	font-size: 1em;
	padding: 1em;
	margin: 0 .5em 1em 0;
	border: solid 2px #cecece;
	-webkit-appearance: none;
}

.contact-form input[type="text"]:nth-child(3) {
	margin-right: 0;
}

.contact-form textarea {
	resize: none;
	width: 100%;
	color: #999999;
	background: none;
	font-size: 1em;
	outline: none;
	padding: 1em;
	border: solid 2px #cecece;
	min-height: 150px;
	-webkit-appearance: none;
}

.contact-form input[type="submit"] {
	color: #ffffff;
	font-size: 15px;
	border: none;
	text-transform: uppercase;
	font-weight: 600;
	padding: 12px 40px;
	text-decoration: none;
	letter-spacing: 1px;
	background: #e40a77;
	margin: 1em 0 0 0;
	-webkit-appearance: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.contact-form input[type="submit"]:hover {
	background: #000;
}

h3.agileits-branch {
	margin-bottom: 25px;
	font-size: 33px;
	color: #24282e;
	letter-spacing: 2px;
}

.address {
	margin-top: 5em;
}

.contact h4 {
	color: rgb(228, 10, 119);
	font-size: 24px;
	letter-spacing: 1px;
	margin: 10px 0px 10px;
}

.address p {
	text-align: left;
	font-size: 13.5px;
	line-height: 25px;
	color: #868686;
	font-weight: 300;
	margin: 0px 0 4px;
	letter-spacing: 1px;
}

.address a {
	color: #e40a77;
	margin: 0 0 .5em 0;
	text-align: left;
	font-size: 14px;
	letter-spacing: 1px;
	transition: .5s all;
}

.address a:hover {
	color: #24282e;
	text-decoration: underline;
}

/*-- //contact-page --*/

/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999;
	width: 35px;
	height: 35px;
	border: none;
	text-indent: 100%;
	background: url(../images/top-arrow.png) no-repeat 0px 0px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	ms-border-radius: 50%;
}

#toTopHover {
	width: 35px;
	height: 35px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

/*-- //to-top --*/


/*-- responsive media queries --*/
@media (max-width: 1440px) {
	.ahmylayouts-slider {
		height: 700px;
	}
}

@media (max-width: 1366px) {
	.ahmylayouts-slider {
		height: 600px;
	}

	header {
		padding: 16px 0;
	}

	.ahmylayouts-slider div#ahmylayouts-title {
		font-size: 50px;
		padding: 25px 0px;
	}

	.ahmylayouts-slider div.content {
		top: 55%;
	}

	.wthree-join h6 {
		font-size: 33px;
	}

	.wthree-main-content,
	.ahmylayouts-welcome {
		padding: 60px 0;
	}

	.agileinfo-wwd {
		padding: 60px 0;
	}

	.address {
		margin-top: 4em;
	}

	.ahmyl-map iframe {
		min-height: 350px;
	}

	/*-- icons-page --*/
	h3.agileits-icons-title {
		font-size: 34px;
	}

	/*-- //icons-page --*/
}

@media (max-width: 1280px) {
	.ahmylayouts-slider {
		height: 570px;
	}

	header {
		padding: 15px 0;
	}

	.ahmylayouts-slider div#ahmylayouts-title {
		font-size: 45px;
		padding: 20px 0px;
	}

	.wthree-join h6 {
		font-size: 32px;
	}

	.wthree-join h6 i {
		vertical-align: baseline;
	}

	.agileits-footer-bottom {
		padding: 0.8em 0;
	}

	.agileits-inner-layer,
	.ahmylayouts-inner-banner {
		min-height: 150px;
	}
}

@media (max-width: 1080px) {
	.ahmylayouts-slider {
		height: 540px;
	}

	header {
		padding: 12px 0;
	}

	.ahmylayouts-slider div#ahmylayouts-title {
		font-size: 40px;
		padding: 18px 0px;
	}

	.wthree-join h6 {
		font-size: 30px;
	}

	.ahmyl-welcome_info h4 {
		font-size: 19px;
		margin: 18px 0;
	}

	.sti-menu li a p {
		left: 2%;
		top: 100px;
	}

	.agileinfo-wwd h3 {
		margin-bottom: 55px;
		font-size: 38px;
	}

	.sti-menu li:nth-child(2) a h4 {
		left: 25%;
	}

	.sti-menu li a h4 {
		left: 19%;
		top: 75px;
	}

	.sti-menu li:nth-child(3) a h4 {
		left: 25%;
	}

	.sti-menu li i {
		padding-top: 15px;
	}

	.sti-menu li {
		margin: 0 3% 5% 3%;
		height: 150px;
	}

	figure.effect-moses h4 {
		padding: 40px 20px 20px 20px;
	}

	figure.effect-moses p {
		padding: 30px 20px 20px 20px;
	}

	.ahmyls-interior-design-grid-right h3 {
		margin-top: 3px;
		font-size: 23px;
	}

	.ahmyls-interior-design-grid-right p {
		margin: 15px 0 0;
		line-height: 25px;
	}

	.ahmyls-interior-design-grid-right p span {
		margin: 10px 0 0;
		line-height: 25px;
	}

	.ahmyls-interior-design-grids {
		padding: 60px 0;
	}

	.ahmyls-team-grids {
		padding: 3.5em 1em;
		width: 23.5%;
	}

	.ahmyls-team-grids.team-mdl {
		margin: 0 1em;
	}

	.ahmyls-team-grids.team-mdl1 {
		margin-right: 1em;
	}

	.team-row {
		margin-top: 35px;
	}

	h2.agile-inner-title {
		font-size: 36px;
		margin-bottom: 30px;
	}

	.wthree-main-content,
	.ahmylayouts-welcome {
		padding: 50px 0;
	}

	figcaption.ahmylayouts-caption h3 {
		margin-top: 85px;
	}

	ul.simplefilter {
		margin-bottom: 20px;
	}

	.blog-grid h3 a {
		font-size: 23px;
		margin-top: 15px;
	}

	.blog-grid p {
		margin: 10px 0 20px;
	}

	.blog-grid {
		padding: 15px 15px 15px 0;
	}

	a.smore {
		font-size: 14px;
		padding: 8px 18px;
		letter-spacing: 2px;
	}

	.blog-top i.black {
		margin: 35px 15px;
	}

	.single h3 {
		font-size: 30px;
		line-height: 40px;
	}

	.ahmyl-map iframe {
		min-height: 300px;
	}

	/*-- icons-page --*/
	h3.agileits-icons-title {
		font-size: 30px;
	}

	/*-- //icons-page --*/
}

@media (max-width: 1050px) {
	.agileinfo-wwd {
		padding: 50px 0;
	}

	.agileinfo-wwd h3 {
		margin-bottom: 45px;
		font-size: 35px;
	}

	.ahmylayouts-newsletter {
		padding: 20px 0;
	}

	h2.agile-inner-title {
		font-size: 34px;
		margin-bottom: 25px;
	}
}

@media (max-width: 1024px) {

	/*-- icons-page --*/
	h3.agileits-icons-title {
		font-size: 28px;
	}

	h3.icon-subheading {
		font-size: 24px;
	}

	/*-- //icons-page --*/
}

@media (max-width: 991px) {
	.nav>li>a {
		padding: 0px 10px;
		letter-spacing: 1px;
	}

	.ahmylayouts-slider {
		height: 500px;
	}

	header {
		padding: 12px 0;
	}

	.ahmylayouts-slider div#ahmylayouts-title {
		font-size: 36px;
		padding: 15px 0px;
	}

	.wthree-join h6 {
		font-size: 28px;
	}

	.ahmylayouts-slider div.content {
		top: 60%;
	}

	.ahmyl-welcome_pic {
		padding: 0 0 0 0em;
		margin-top: 6%;
	}

	.ahmyls-interior-design-grid-left {
		min-height: 390px;
		margin-top: 3%;
	}

	.ahmyls-interior-design-grids {
		padding: 50px 0;
	}

	.ahmyls-interior-design-grids:nth-child(2) {
		padding: 0px 0;
	}

	.ahmyls-interior-design-grids:nth-child(3) {
		padding-top: 5px;
	}

	.wthree-join h6 {
		margin-bottom: 20px;
	}

	.sti-menu li {
		margin: 0 3% 4% 3%;
		height: 180px;
	}

	.sti-menu li i {
		padding-top: 25px;
	}

	.sti-menu li a h4 {
		left: 27%;
		top: 95px;
	}

	.sti-menu li a p {
		left: 17%;
		top: 120px;
	}

	.sti-menu li:nth-child(2) a h4 {
		left: 34%;
	}

	.sti-menu li:nth-child(3) a h4 {
		left: 33%;
	}

	.wthree-bottom-right.grid {
		padding: 0 36px;
		margin-top: 7%;
	}

	figure.effect-moses h4 {
		padding: 65px 20px 20px 20px;
	}

	figure.effect-moses p {
		padding: 70px 20px 20px 20px;
	}

	.ahmyls-address-grid i {
		margin: 0 0% 0 0;
		width: 100%;
		text-align: center;
	}

	.ahmy-address1 {
		text-align: center;
		width: 100%;
	}

	.ahmy-address1 p {
		line-height: 25px;
	}

	.agileits-about-right {
		margin-top: 4%;
	}

	.agileits-about-right p {
		margin: 12px 0 0 0;
	}

	.agileits-about-right p span {
		margin: 0.8em 0 0 0;
	}

	.ahmyls-team-grids {
		padding: 5em 1em;
		width: 47%;
		float: left;
	}

	.ahmyls-team-grids.team-mdl {
		margin: 0 0 0 2em;
	}

	.ahmyls-team-grids.team-mdl1 {
		margin-right: 2em;
		margin-top: 2em;
	}

	.ahmyls-team-grids:nth-child(4) {
		margin-top: 2em;
	}

	.team-row {
		width: 80%;
		margin: 35px auto 0;
	}

	.blog-grid h3 a {
		font-size: 22px;
		margin-top: 5px;
	}

	.blog-grid h3 {
		margin-top: 10px;
	}

	.date {
		height: 20px;
	}

	.blog-grid {
		float: none;
		width: 98%;
	}

	a.blog-post {
		margin-right: 3%;
	}

	a.smore {
		float: none;
		width: 20%;
		margin-left: 40%;
		display: block;
	}

	a.blog-post1 {
		margin-left: 3%;
	}

	.single h3 {
		font-size: 23px;
		line-height: 37px;
	}

	p.men-it {
		font-weight: 300;
		font-size: 13.5px;
		padding: 8px 0px;
	}

	.single-us {
		margin-bottom: 15px;
		padding: 0px 0em 0px 0px;
	}

	.single-grid {
		padding: 0em 0;
	}

	.text-top {
		padding: 0em 0;
	}

	.leave textarea {
		margin: 0em 0em;
	}

	.leave input[type="submit"] {
		width: 38%;
		margin: 20px 0 20px 0px;
	}

	.leave p {
		font-size: 14px;
		line-height: 28px;
		width: 100%;
	}

	h3.agileits-branch {
		margin-bottom: 20px;
		font-size: 30px;
	}

	.contact-form input[type="text"],
	.contact-form input[type="email"] {
		width: 32.4%;
	}

	.ahmy-agileits-location {
		width: 33.333%;
		float: left;
	}

	.address p {
		font-size: 13px;
		line-height: 23px;
		letter-spacing: 0px;
	}
}

@media (max-width: 900px) {
	.ahmylayouts-slider {
		height: 470px;
	}

	.agileits-inner-layer,
	.ahmylayouts-inner-banner {
		min-height: 120px;
	}

	p.men-it {
		font-size: 13px;
	}

	.address {
		margin-top: 2em;
	}

	/*-- icons-page --*/
	h3.agileits-icons-title {
		font-size: 26px;
	}

	h3.icon-subheading {
		font-size: 22px;
	}

	/*-- //icons-page --*/
}

@media (max-width: 800px) {
	.ahmylayouts-slider {
		height: 430px;
	}

	header {
		padding: 10px 0;
	}

	.ahmylayouts-slider div#ahmylayouts-title {
		font-size: 33px;
		padding: 12px 0px;
	}

	h2.agile-inner-title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.wthree-main-content,
	.ahmylayouts-welcome {
		padding: 40px 0;
	}

	ul.start {
		padding: 7px 0 10px;
	}

	/*-- icons-page --*/
	.icon-box {
		margin: .2em 0 0.2em 0;
	}

	h3.agileits-icons-title {
		font-size: 25px;
	}

	h3.icon-subheading {
		font-size: 22px;
		margin: 20px 0 15px;
	}

	/*-- //icons-page --*/
}

@media (max-width: 768px) {
	.ahmylayouts-slider div#ahmylayouts-title {
		font-size: 32px;
		padding: 10px 0px;
	}

	.logo h1 a {
		font-size: 28px;
	}

	.ahmyl-map iframe {
		min-height: 250px;
	}

	/*-- typo-page --*/
	h3.head-top {
		font-size: 1.5em;
		margin-bottom: 0.5em;
	}

	/*-- //typo-page --*/
}

@media (max-width: 736px) {
	.ahmylayouts-slider {
		height: 410px;
	}

	.ahmyls-address-grid {
		width: 33.333%;
		float: left;
	}

	.agileits-footer-top {
		padding: 30px 0;
	}

	.logo {
		margin-top: 8px;
	}

	.navbar-nav {
		margin-top: 12px;
		width: 100%;
		text-align: center;
		margin-right: 0;
		margin-left: 0;
	}

	.sti-menu li:nth-child(4) a h4 {
		left: 30%;
	}

	.navbar-nav>li {
		margin: 15px 0px;
	}

	.navbar-nav .open .dropdown-menu {
		text-align: center;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		padding: 0 0;
		margin: 10px 0;
		color: #e6e6e6;
	}

	.contact-form input[type="text"],
	.contact-form input[type="email"] {
		width: 32.3%;
	}

	.contact h4 {
		font-size: 22px;
		margin: 0px 0px 10px;
	}
}

@media (max-width: 667px) {
	.ahmylayouts-slider {
		height: 380px;
	}

	.sti-menu li:nth-child(4) a h4 {
		left: 29%;
	}

	.agileits-inner-layer,
	.ahmylayouts-inner-banner {
		min-height: 100px;
	}

	h2.agile-inner-title {
		font-size: 30px;
	}

	a.smore {
		width: 25%;
		margin-left: 37.5%;
	}

	.contact-form input[type="text"],
	.contact-form input[type="email"] {
		width: 32.2%;
	}
}

@media (max-width: 640px) {
	.ahmylayouts-slider {
		height: 350px;
	}

	.ahmylayouts-slider div#ahmylayouts-title {
		font-size: 30px;
		padding: 10px 0px;
	}

	.ahmylayouts-slider div.content {
		top: 70%;
	}

	.sti-menu li a p {
		left: 12%;
	}

	.sti-menu li:nth-child(2) a h4 {
		left: 30%;
	}

	.sti-menu li:nth-child(3) a h4 {
		left: 30%;
	}

	.footer-class {
		width: 100%;
		text-align: center;
	}

	.ahmylayouts-agileits-social {
		width: 100%;
		text-align: center;
		margin-top: 2%;
	}

	.ahmyls-team-grids {
		padding: 3.5em 1em;
	}

	.agileinfo-wwd h3 {
		margin-bottom: 40px;
		font-size: 32px;
	}

	h3.ahmy-title {
		font-size: 32px;
		letter-spacing: 2px;
	}

	.simplefilter li,
	.multifilter li,
	.sortandshuffle li {
		padding: 10px 10px;
	}

	.simplefilter li:before {
		right: -18px;
	}

	.blog-grid h3 a {
		font-size: 20px;
		margin-top: 0px;
	}

	.blog-grid p {
		margin: 5px 0 15px;
		line-height: 29px;
	}

	ul.share {
		margin: 30px 0 0px 0;
	}

	.top-comments,
	.leave {
		padding: 3.5em 0 0;
	}

	p.eget {
		font-size: 13px;
		line-height: 29px;
	}

	.leave p {
		font-size: 13px;
		line-height: 25px;
	}

	.address a {
		font-size: 12px;
	}
}

@media (max-width: 600px) {
	.ahmylayouts-slider {
		height: 340px;
	}

	.team-row {
		width: 90%;
		margin: 30px auto 0;
	}

	.simplefilter li,
	.multifilter li,
	.sortandshuffle li {
		padding: 10px 5px;
		margin-bottom: 0;
	}

	figcaption.ahmylayouts-caption h3 {
		margin-top: 75px;
		font-size: 1.5em;
	}

	.contact-form input[type="text"],
	.contact-form input[type="email"] {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.ahmy-agileits-location {
		width: 100%;
	}

	.ahmy-agileits-location:nth-child(2) {
		margin: 4% 0;
	}

	.address a {
		font-size: 13px;
	}

	.sti-menu li a h4 {
		left: 21%;
	}

	.sti-menu li a p {
		left: 10%;
	}

	.sti-menu li:nth-child(4) a h4 {
		left: 25%;
	}

	figure.effect-moses p {
		padding: 38px 20px 20px 20px;
	}

	figure.effect-moses h4 {
		padding: 50px 20px 20px 20px;
	}
}

@media (max-width: 568px) {
	figure.effect-moses p {
		padding: 30px 20px 20px 20px;
	}

	figure.effect-moses h4 {
		padding: 45px 20px 20px 20px;
	}

	.ahmyls-interior-design-grid-left {
		min-height: 360px;
		min-height: 360px;
	}

	.agileinfo-about-top {
		padding-bottom: 45px;
	}

	.ahmyls-team-grids p {
		font-size: 13px;
	}

	.simplefilter li,
	.multifilter li,
	.sortandshuffle li {
		margin: 0 10px;
	}

	a.blog-post,
	a.blog-post1 {
		width: 100%;
		margin-bottom: 5%;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.blog-top img,
	a.blog-post1 img {
		width: 70%;
	}

	.date {
		height: auto;
	}

	section.ahmyls-team {
		padding: 45px 0 10px;
	}

	.single h3 {
		font-size: 24px;
		line-height: 35px;
		letter-spacing: 1px;
	}

	/*-- icons-page --*/
	.icons-page .bs-glyphicons li {
		width: 30%;
	}

	/*-- icons-page --*/
}

@media (max-width: 480px) {
	.ahmylayouts-slider {
		height: 300px;
	}

	.ahmylayouts-slider div#ahmylayouts-title {
		font-size: 26px;
		padding: 10px 0px;
	}

	.color-1,
	.color-2,
	.color-3 {
		margin: 0 5px;
	}

	.logo {
		margin-top: 7px;
	}

	header {
		padding: 8px 0;
	}

	.ahmyl-welcome_info h3,
	.auto_sec h3,
	.feature_head h3 {
		font-size: 32px;
	}

	.sti-menu li {
		margin: 0 1% 2% 1%;
		width: 48%;
	}

	.wthree-bottom-right.grid {
		padding: 0 18px;
		margin-top: 6%;
	}

	figure.effect-moses h4 {
		padding: 35px 20px 20px 20px;
	}

	figure.effect-moses p {
		font-size: 13px;
		line-height: 1.5em;
	}

	.ahmyls-interior-design-grid-left {
		min-height: 300px;
	}

	.sti-menu li a p {
		left: 2%;
	}

	.sti-menu li:nth-child(2) a h4 {
		left: 24%;
	}

	.sti-menu li a h4 {
		left: 18%;
	}

	.sti-menu li:nth-child(4) a h4 {
		left: 20%;
	}

	.sti-menu li:nth-child(3) a h4 {
		left: 24%;
	}

	.ahmyls-interior-design-grid-right h3 {
		font-size: 22px;
	}

	figure.effect-lexi h3 {
		font-size: 1.6em;
	}

	.agileinfo-newsletter input[type="email"] {
		width: 70%;
		padding: 12px 14px;
		margin-right: 5px;
	}

	.agileinfo-newsletter input[type="submit"] {
		padding: 13px 18px;
		width: 28%;
	}

	.wthree-join h6 {
		font-size: 28px;
		letter-spacing: 3px;
	}

	.ahmylayouts-newsletter {
		padding: 15px 0 20px;
	}

	.ahmyls-address-grid {
		width: 100%;
		margin-bottom: 5%;
	}

	.ahmyls-address-grid:nth-child(3) {
		margin-bottom: 0;
	}

	.ahmy-address1 {
		margin-top: 0em;
	}

	.ahmy-address1 h6 {
		line-height: 18px;
		margin-bottom: 2px;
	}

	.team-row {
		width: 100%;
	}

	.ahmyls-team-grids {
		padding: 1.7em 1em;
	}

	.ahmyls-team-grids.team-mdl {
		margin: 0 0 0 1.5em;
	}

	.ahmyls-team-grids.team-mdl1 {
		margin-right: 1.5em;
		margin-top: 1.5em;
	}

	.ahmyls-team-grids:nth-child(4) {
		margin-top: 1.5em;
	}

	.simplefilter li,
	.multifilter li,
	.sortandshuffle li {
		margin: 0 6px;
		font-size: 0.875em;
	}

	.simplefilter li:before {
		right: -13px;
		top: 18px;
		width: 8px;
	}

	ul.simplefilter {
		margin-bottom: 10px;
	}

	.blog-top img,
	a.blog-post1 img {
		width: 100%;
	}

	a.smore {
		width: 35%;
		margin-left: 32.5%;
	}

	ul.start li a,
	ul.start li span {
		font-size: 14px;
		padding: 8px 10px;
	}

	.grid-single {
		width: 90%;
	}

	p.smith span {
		padding: 0 20px;
		letter-spacing: 0px;
		font-size: 13px;
	}

	p.men-it {
		font-size: 13px;
		padding: 5px 0px;
		line-height: 25px;
	}

	.men {
		padding: 45px 0;
	}

	.single h3 {
		font-size: 22px;
		line-height: 33px;
		letter-spacing: 0px;
	}
}

@media (max-width: 414px) {
	.ahmylayouts-slider {
		height: 270px;
	}

	.ahmylayouts-slider div#ahmylayouts-title {
		font-size: 23px;
	}

	.grid-single {
		width: 100%;
	}

	.footer-class {
		line-height: 25px;
	}

	.agileinfo-newsletter input[type="email"] {
		width: 67%;
	}

	.agileinfo-newsletter input[type="submit"] {
		width: 30%;
	}

	.sti-menu li {
		margin: 0 0% 4% 17.5%;
		width: 65%;
	}

	.sti-menu li:nth-child(3) {
		margin: 0 0% 4% 17.5%;
	}

	.agileinfo-wwd {
		padding: 40px 0;
	}

	.ahmylayouts-slider div.content {
		top: 75%;
	}

	.agileinfo-wwd h3 {
		margin-bottom: 30px;
	}

	.grid figure figcaption {
		padding: 0em;
	}

	.ahmyls-interior-design-grid-left {
		min-height: 250px;
		padding: 0;
	}

	.ahmyls-interior-design-grid-right {
		padding: 0;
	}

	.ahmyls-interior-design-grid-right h3 {
		line-height: 30px;
	}

	figure.effect-lexi h3 {
		font-size: 1.4em;
	}

	.wthree-main-content,
	.ahmylayouts-welcome {
		padding: 35px 0;
	}

	.sti-menu li a p {
		left: 6%;
	}

	.sti-menu li a h4 {
		left: 19%;
	}

	.sti-menu li:nth-child(2) a h4 {
		left: 28%;
	}

	.sti-menu li:nth-child(3) a h4 {
		left: 28%;
	}

	.sti-menu li:nth-child(4) a h4 {
		left: 23%;
	}

	.wthree-about-left,
	.agileits-about-right {
		padding: 0;
	}

	.ahmyls-team-grids {
		padding: 6em 1em;
		width: 100%;
	}

	.team-row {
		width: 75%;
	}

	.ahmyls-team-grids.team-mdl {
		margin: 1.5em 0 0 0em;
	}

	.simplefilter li,
	.multifilter li,
	.sortandshuffle li {
		margin: 0 3px;
		font-size: 0.9em;
	}

	.simplefilter li:before {
		right: -9px;
		width: 6px;
	}

	a.smore {
		width: 40%;
		margin-left: 30%;
	}

	ul.start li a,
	ul.start li span {
		letter-spacing: 0px;
	}

	.top-single {
		padding: 1em 0;
	}

	/*-- icons-page --*/
	.icon-box {
		width: 100%;
	}

	.icons-page .bs-glyphicons li {
		width: 42%;
	}

	p.reply a {
		font-size: 13px;
		letter-spacing: 0px;
	}

	p.reply {
		width: 22%;
	}

	/*-- //icons-page --*/
	/*-- typo-page --*/
	.grid_3 {
		padding: 1em;
	}

	.typo-1 {
		padding: 0px;
	}

	/*-- //typo-page --*/
}

@media (max-width: 384px) {
	.ahmylayouts-slider {
		height: 250px;
	}

	.ahmylayouts-slider div#ahmylayouts-title {
		font-size: 21px;
	}

	.logo h1 a {
		font-size: 28px;
	}

	.ahmyl-welcome_info h4 {
		font-size: 18px;
		margin: 13px 0;
		line-height: 28px;
	}

	.sti-menu li,
	.sti-menu li:nth-child(3) {
		margin: 0 0% 4% 15%;
		width: 70%;
	}

	figure.effect-moses h4 {
		font-size: 24px;
	}

	figure.effect-moses p {
		font-size: 12px;
		line-height: 1.4em;
	}

	.ahmyls-interior-design-grid-left {
		min-height: 240px;
	}

	.navbar-toggle {
		margin-right: 0;
	}

	.ahmyls-team-grids {
		padding: 5em 1em;
	}

	.agileits-inner-layer,
	.ahmylayouts-inner-banner {
		min-height: 80px;
	}

	.wthree-join h6 {
		letter-spacing: 2px;
	}

	.simplefilter li,
	.multifilter li,
	.sortandshuffle li {
		margin: 0 1px;
		font-size: 0.875em;
	}

	.simplefilter li:before {
		right: -6px;
	}

	ul.start li a,
	ul.start li span {
		padding: 8px 8px;
	}

	p.men-it {
		font-size: 12px;
		line-height: 22px;
	}

	h3.agileits-branch {
		margin-bottom: 18px;
		font-size: 28px;
	}
}

@media (max-width: 375px) {
	.agileinfo-newsletter input[type="email"] {
		width: 100%;
		margin: 0 0 15px 0px;
	}

	.agileinfo-newsletter input[type="submit"] {
		width: 40%;
	}

	.wthree-join h6 {
		letter-spacing: 1px;
		font-size: 26px;
		margin-bottom: 15px;
	}

	.ahmyls-team-grids {
		padding: 4.5em 1em;
	}

	.simplefilter li,
	.multifilter li,
	.sortandshuffle li {
		margin: 0 1px;
		font-size: 0.8em;
	}
}

@media (max-width: 320px) {
	.ahmylayouts-slider {
		height: 230px;
	}

	.ahmylayouts-slider div#ahmylayouts-title {
		font-size: 19px;
	}

	.ahmyl-welcome_pic h2 {
		font-size: 21px;
		margin-top: 5%;
	}

	.ahmyl-welcome_pic img {
		margin: 1em 0 1em 0;
	}

	.sti-menu li,
	.sti-menu li:nth-child(3) {
		margin: 0 0% 4% 5%;
		width: 90%;
	}

	.wthree-bottom-right.grid {
		padding: 0 0px;
	}

	figure.effect-moses h4 {
		font-size: 20px;
	}

	figure.effect-moses p {
		padding: 23px 20px 20px 20px;
	}

	.ahmyls-interior-design-grid-left {
		min-height: 210px;
	}

	.wthree-join h6 {
		font-size: 25px;
	}

	.agileinfo-newsletter input[type="submit"] {
		width: 50%;
	}

	.ahmyls-team-grids {
		padding: 1.8em 1em;
	}

	h2.agile-inner-title {
		font-size: 28px;
	}

	.wthree-main-content,
	.ahmylayouts-welcome {
		padding: 30px 0;
	}

	.simplefilter li,
	.multifilter li,
	.sortandshuffle li {
		margin: 0 10px;
		font-size: 1em;
	}

	.simplefilter li:before {
		right: -14px;
	}

	.blog-grid h3 a {
		font-size: 19px;
	}

	a.smore {
		width: 50%;
		margin-left: 25%;
	}

	p.reply {
		width: 26%;
	}

	.leave input[type="submit"] {
		font-size: 16px;
	}
}






@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic);

body {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.5;
	color: #323232;
	font-size: 15px;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.heading-title {
	margin-bottom: 100px;
}

.text-center {
	text-align: center;
}

.heading-title h3 {
	margin-bottom: 0;
	letter-spacing: 2px;
	font-weight: normal;
}

.p-top-30 {
	padding-top: 30px;
}

.half-txt {
	width: 60%;
	margin: 0 auto;
	display: inline-block;
	line-height: 25px;
	color: #7e7e7e;
}

.text-uppercase {
	text-transform: uppercase;
}

.team-member,
.team-member .team-img {
	position: relative;
}

.team-member {
	overflow: hidden;
}

.team-member,
.team-member .team-img {
	position: relative;
}

.team-hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	border: 20px solid rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 0.90);
	opacity: 0;
	/*-webkit-transition: all 0.3s;
    transition: all 0.3s;*/
}

.team-member:hover .team-hover .desk {
	top: 35%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
	opacity: 0;
}

.team-hover .desk {
	position: absolute;
	top: 0%;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	transform: translateY(-55%);
	-webkit-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
	padding: 0 20px;
}

.desk,
.desk h4,
.team-hover .s-link a {
	text-align: center;
	color: #222;
}

.team-member:hover .team-hover .s-link {
	bottom: 10%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
	opacity: 1;
}

.team-hover .s-link {
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-transform: translateY(45%);
	-ms-transform: translateY(45%);
	transform: translateY(45%);
	-webkit-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
	font-size: 35px;
}

.desk,
.desk h4,
.team-hover .s-link a {
	text-align: center;
	color: #222;
}

.team-member .s-link a {
	margin: 0 10px;
	color: #333;
	font-size: 16px;
}

.team-title {
	position: static;
	padding: 20px 0;
	display: inline-block;
	letter-spacing: 2px;
	width: 100%;
}

.team-title h5 {
	margin-bottom: 0px;
	display: block;
	text-transform: uppercase;
}

.team-title span {
	font-size: 12px;
	text-transform: uppercase;
	color: #a5a5a5;
	letter-spacing: 1px;
}