/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	margin:0;
	font-family: 'Roboto', sans-serif;
	background: #fff; 
	position:relative;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Wire One', sans-serif;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
body a:focus {
    outline: none;
}
/*-- banner --*/ 
.w3ls-banner{ 
	background:url(../images/a.jpg)no-repeat center 0px;
	background-size:cover;
	position: relative;
} 
.banner-agileinfo,.features-agileinfo {
    background: rgba(0, 0, 0, 0.51);
}
/*-- top-header --*/
.header {
    padding-top: 2.5em;
}
.logo{
    float: left; 
}
.logo h1 {
    font-size: 5em;
    line-height: 1em;
    font-weight: 900;  
    letter-spacing: 3px;
}
.logo h1 a,.logo h1 a:hover{
    color: #FFFFFF;
	text-decoration: none;
	outline:none;
} 
/*-- //top-header --*/
/*-- Nav style -- */
.cd-stretchy-nav {
    position: fixed;
    z-index: 2;
    top: 37px;
    right: 14%;  
}
.cd-stretchy-nav .stretchy-nav-bg {
	/* this is the stretching navigation background */
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 55px;
	height: 55px; 
	background: #d4af37;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-transition: height 0.2s, box-shadow 0.2s;
	-moz-transition: height 0.2s, box-shadow 0.2s; 
	-o-transition: height 0.2s, box-shadow 0.2s;
	-ms-transition: height 0.2s, box-shadow 0.2s;
	transition: height 0.2s, box-shadow 0.2s;
} 
.cd-stretchy-nav.nav-is-visible .stretchy-nav-bg {
	height: 100%;
	-webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
} 
.cd-nav-trigger {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	height: 55px;
	width: 55px; 
	/* replace text with image */
	overflow: hidden;
	white-space: nowrap;
	color: transparent !important; 
}

.cd-nav-trigger span, .cd-nav-trigger span::after, .cd-nav-trigger span::before {
    position: absolute;
    width: 23px;
    height: 2px;
    background-color: #ffffff;
}
.cd-nav-trigger span {
	/* middle line of the hamburger icon */
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.cd-nav-trigger span::after, .cd-nav-trigger span::before {
	/* top and bottom lines of the hamburger icon */
	content: '';
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}
.cd-nav-trigger span::before {
	-webkit-transform: translateY(-7px);
	-moz-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	-o-transform: translateY(-7px);
	transform: translateY(-7px);
}
.cd-nav-trigger span::after {
	-webkit-transform: translateY(7px);
	-moz-transform: translateY(7px);
	-ms-transform: translateY(7px);
	-o-transform: translateY(7px);
	transform: translateY(7px);
}
.no-touch .cd-nav-trigger:hover ~ .stretchy-nav-bg {
	-webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}
.nav-is-visible .cd-nav-trigger span {
	background-color: transparent;
}
.nav-is-visible .cd-nav-trigger span::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-is-visible .cd-nav-trigger span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
} 
.cd-stretchy-nav ul {
	position: relative;
	z-index: 2;
	padding: 60px 0 10px; 
	visibility: hidden;
	-webkit-transition: visibility 0.3s;
	-moz-transition: visibility 0.3s;
	transition: visibility 0.3s;
	text-align: right;
}
.cd-stretchy-nav ul li {
    display: block;
}
.cd-stretchy-nav ul a {
    position: relative;
    display: block;
    width: 55px;
    height: 40px;
    padding: 0;
    color: rgba(255, 255, 255, 0.7); 
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    transition:0.5s all;
    text-align: left; 
}
.cd-stretchy-nav ul a::after {
    content: "\f015";
    position: absolute;
    right: 19px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: .6;
    font: 14px/1 FontAwesome;
    font-size:1.2em;
} 
.cd-stretchy-nav ul li:nth-of-type(2) a::after {
    content: "\f05a";
} 
.cd-stretchy-nav ul li:nth-of-type(3) a::after {
    content: "\f03e";
	font-size:1.1em;
}
.cd-stretchy-nav ul li:nth-of-type(4) a::after {
	content: "\f009";
}
.cd-stretchy-nav ul li:nth-of-type(5) a::after {
    content: "\f022";
    font-size:1.1em; 
}
.cd-stretchy-nav ul li:nth-of-type(6) a::after {
    content: "\f003";
} 
.cd-stretchy-nav.edit-content ul span {
    position: absolute;
    top: 6px;
    right: 64px;
    height: 30px;
    line-height: 30px;
    padding: 0 1em;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 2px;
    text-align: center;
    font-size:1em;
    font-weight: 300;
    letter-spacing: 1px; 
}
.cd-stretchy-nav.edit-content ul span::after {
	/* triangle below the tooltip */
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border-left-color: rgba(0, 0, 0, 0.55);
}

.cd-stretchy-nav.edit-content.nav-is-visible ul span {
	/* reset default style */
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
}
.no-touch .cd-stretchy-nav.edit-content.nav-is-visible ul a:hover span {
	opacity: 1; 
	/* reset default style */
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.cd-stretchy-nav.nav-is-visible ul {
	opacity:1;
	visibility: visible;
} 
.cd-stretchy-nav.edit-content.nav-is-visible ul a::after {
	/* navigation item icons */
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	-webkit-animation: scaleIn 0.15s backwards;
	-moz-animation: scaleIn 0.15s backwards;
	animation: scaleIn 0.15s backwards;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.cd-stretchy-nav.nav-is-visible ul a.active,.cd-stretchy-nav.nav-is-visible ul li.active a{
	color: #fff;
}
.cd-stretchy-nav.nav-is-visible ul a.active::after ,.cd-stretchy-nav.nav-is-visible ul li.active a::after{
	opacity: 1;
}
.cd-stretchy-nav.nav-is-visible ul a.active::before {
	-webkit-transform: translateX(3px) translateY(-50%) scaleY(1);
	-moz-transform: translateX(3px) translateY(-50%) scaleY(1);
	-ms-transform: translateX(3px) translateY(-50%) scaleY(1);
	-o-transform: translateX(3px) translateY(-50%) scaleY(1);
	transform: translateX(3px) translateY(-50%) scaleY(1);
	-webkit-transition: -webkit-transform 0.15s 0.3s;
	-moz-transition: -moz-transform 0.15s 0.3s;
	transition: transform 0.15s 0.3s;
} 
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover {
    color: #fff;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
    transform: scale(1.2);
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover::after {
	opacity: 1;
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover span {
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	-o-transform: translateX(-5px);
	transform: translateX(-5px);
}
.cd-stretchy-nav.nav-is-visible ul li:first-of-type a::after,
.cd-stretchy-nav.nav-is-visible ul li:first-of-type span {
	-webkit-animation-delay: 0.05s;
	-moz-animation-delay: 0.05s;
	animation-delay: 0.05s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(2) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(2) span {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(3) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(3) span {
	-webkit-animation-delay: 0.15s;
	-moz-animation-delay: 0.15s;
	animation-delay: 0.15s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(4) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(4) span {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(5) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(5) span {
	-webkit-animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	animation-delay: 0.25s;
}  
@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
  }
}
@-moz-keyframes scaleIn {
  from {
    -moz-transform: translateY(-50%) scale(0);
  }
  to {
    -moz-transform: translateY(-50%) scale(1);
  }
}
@keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
}
@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideIn {
  from {
    opacity: 0;
    -moz-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/*-- //Nav style -- */
/*-- banner-text --*/ 
.banner-w3ltext {
    padding: 14em 0;
    text-align: center;
}
.banner-w3ltext h2 {
    font-size: 8em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: 1px;
    font-weight: 900;
    display: inline-block;
    border: 10px solid rgba(255, 255, 255, 0.34);
    padding: 0.7em 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%; 
    border-radius: 50%;
    font-family: 'Wire One', sans-serif;
    width: 320px;
    height: 320px;
}
.banner-w3ltext h2 span {
    font-family: 'Roboto', sans-serif;
    display: block;
    font-size: .13em;
    font-weight: 300;
    line-height: 0.5em;
    letter-spacing: 12px;
} 
/*-- //banner --*/  
/*-- about --*/ 
.about,.codes,.subscribe,.about,.w3gallery,.team,.news,.contact,.features-agileinfo{
	padding:5em 0;
} 
h3.agileits-title {
    font-size: 5em;
    color: #ffffff;
    text-align: center;
    margin-bottom: 1em;
    font-weight: 600;
    letter-spacing: 3px;
}
p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
}
.w3layouts_about_grid_left {
    padding: 0 13em 0 0;
}
.w3layouts_about_grid_left_pos {
    background: #fff784;
    padding: 2em 0;
}
.w3layouts_about_grid_left_pos img.img-responsive {
    margin-left: 3em;
}
.w3layouts_about_grid_right h4 {
    font-size: 1.8em;
    color:#a0615f;
    text-transform: capitalize;
    font-weight: 100;
    margin-bottom: 0.2em;
    font-family: 'Roboto', sans-serif;
}
.w3layouts_about_grid_right h5 {
    font-size: 6em;
    color: #ffed84;
    text-transform: capitalize;
    letter-spacing: 1px;
}   
.w3layouts_about_grid_right p {
    margin: 2em 0 0; 
    line-height: 2em;
}
/*-- //about --*/  
/*-- services --*/ 
.services {
    background: url(../images/l1.png)no-repeat center 0px;
    background-size: cover;
	padding:8em 0 5em; 
}
.services-w3grid-left {
    text-align: right;
}
.agileits-title p {
    text-align: center;
    width: 45%;
    margin: 0.5em auto 0;
}
.services-w3grid-bottom {
    margin-top: 3em;
}
.services span.glyphicon {
    font-size: 1.8em;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    z-index: 1;
    padding: 1.2em .7em;
    -webkit-transition: .5s linear;
    -moz-transition: .5s linear;
	-o-transition: .5s linear;
	-ms-transition: .5s linear;
    transition: .5s linear;
    background: #ffe884;
}
.services h4 {
    font-size: 1.6em;
    color: #ffffff;
    margin-bottom: .3em;
    font-weight: 900;
    letter-spacing: 2px;
}
.services-w3grid:hover span.glyphicon { 
	-webkit-transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
	-o-transform: rotatey(360deg);
	-ms-transform: rotatey(360deg);
	transform: rotatey(360deg); 
}
/*-- //services --*/
/*-- news --*/ 
.news-grid-left { 
    padding: 0 15em;
}
.news-grid-left:nth-child(1) {
    margin: 3em 0 2em 0;
}
.date {
    padding: 3em 1em;
    border: 7px #5F9EA1;
    border-style: inset;
    margin: 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.date p {
    color: #5f9ea1;
    font-size: 3em;
    text-align: center;
    margin: 0 0 .4em 0;
    line-height: 0.9em;
}
.date span {
    display: block;
    line-height: 0.6em;
    color: #5f9ea1;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    margin-top: -3px;
    font-weight: 300;
    letter-spacing: 4px;
}
.datew3-agileinfo {
    padding-left: 2em;
}
.datew3-agileinfo h5 {
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 1px;
}
.datew3-agileinfo h5 a{
	color:#a09f5f; 
	text-decoration:none;
} 
.datew3-agileinfo p {
    margin: 1em 0 0;
}
.news-grid-left:hover .date {
    border-color: #ffb2b2;
}
/*-- //news --*/ 
/*-- modal --*/
.modal-open .modal {
    background: rgba(0, 0, 0, 0.48);
}
.modal-body {
    padding: 2em;
}
.modal-dialog {
    margin: 6em auto 0;
}
.modal-body iframe {
    border: none !important;
    width: 100%;
    min-height: 300px;
}
.about-modal .modal-header {
    border: none;
    min-height: 2.5em;
    padding: 1em 2em 0;
}
.about-modal button.close {
    color: #ff8484;
    opacity: .9;
    font-size: 2.5em;
	outline:none;
}
.modal-body p {
    margin-top: 1em; 
    font-weight: 400;
}
.modal-body p span {
    display: block;
    border-left: 3px solid #5f9ea0;
    padding-left: 1em;
    margin: 1em 2em;
}
/*-- //modal --*/
/*-- button effect --*/ 
.wthree-btn {
    position: relative;
    display: inline-block;
    margin: 1em auto;
    text-transform: uppercase;
    overflow: hidden;
    border: 2px solid #ffe284;
    padding: .7em 2em;
    color:#ffed84;
	z-index: 9;
	font-size: .9em;
	outline:none; 
}
.wthree-btn:focus{
	color:#fff384;
	text-decoration:none;
	outline: none;
}
.wthree-btn:hover{ 
    color:#fff; 
}
/*-- deals-effect --*/
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
} 
.wthree-btn:before, .wthree-btn:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 20px;
	height: 20px;
	background:#ff8484;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	z-index: -1;
	transition:.5s all;
}
.wthree-btn:before {
	left: -20px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.wthree-btn:after {
	right: -20px;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
} 
.wthree-btn:hover:before {
	-webkit-animation: criss-cross-left 0.8s both; 
	-moz-animation: criss-cross-left 0.8s both;
	-o-animation: criss-cross-left 0.8s both;
	-ms-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
}
.wthree-btn:hover:after {
	-webkit-animation: criss-cross-right 0.8s both;
	-moz-animation: criss-cross-right 0.8s both;
	-o-animation: criss-cross-right 0.8s both;
	-ms-animation: criss-cross-right 0.8s both;
	animation: criss-cross-right 0.8s both;
}  
/*-- //button effect --*/ 
/*-- gallery --*/ 
.gallery-wthreegrids {
    padding: 0;
	background: #f3f3f3;
}
.gallery-w3lsgrid a.agilefig{
    background: url(../images/g1.jpg) no-repeat center 0px;
    background-size: cover;  
	display: block;
    min-height: 238px;
} 
.gallery-w3lsgrid a.agilefig.gallery-img2{
    background: url(../images/g2.jpg) no-repeat center 0px; 
	background-size: cover;
}
.gallery-w3lsgrid a.agilefig.gallery-img3{
    background: url(../images/g3.jpg) no-repeat center 0px; 
	background-size: cover; 
}
.gallery-w3lsgrid a.agilefig.gallery-img4{
    background: url(../images/g4.jpg) no-repeat center 0px; 
	background-size: cover; 
} 
.gallery-w3lsgrid a.agilefig.gallery-img5{
    background: url(../images/g5.jpg) no-repeat center 0px; 
	background-size: cover; 
} 
.gallery-w3lsgrid a.agilefig.gallery-img6{
    background: url(../images/g6.jpg) no-repeat center 0px; 
	background-size: cover; 
} 
.gallery-w3lsgrid {
    padding: 0; 
	overflow:hidden;
}
.gallery-agileinfo-row:hover .gallery-w3lsgrid a.agilefig {
	-webkit-transform: scale(1.4) rotate(15deg);
	-moz-transform: scale(1.4) rotate(15deg);
	-o-transform: scale(1.4) rotate(15deg);
	-ms-transform: scale(1.4) rotate(15deg);
    transform: scale(1.4) rotate(15deg);
}
.gallery-w3lsgrid.gallery-w3lsgrid3 {
    float: right;
} 
.gallery-w3lsgrid.gallery-text, .gallery-w3lsgrid.gallery-text2, .gallery-w3lsgrid.gallery-text3 {
    padding:3.7em 3em; 
    position: relative;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.gallery-agileinfo-row h4 {
    font-size: 2.3em;
    color: #5f9ea0;
    margin-bottom: 0.4em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    font-weight: 600;
    letter-spacing: 2px;
}
.gallery-w3lsgrid p { 
    line-height: 2em;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.gallery-w3lsgrid.gallery-text:before {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    top: 42%;
    left: -15px;
    position: absolute; 
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
} 
.gallery-w3lsgrid.gallery-text3:before {
	content: ''; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    position: absolute;
	top: 42%;
    right: -15px;
	z-index:9;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}  
.gallery-agileinfo-row{
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.gallery-agileinfo-row:hover {
    background:#5f9ea0; 
}
.gallery-agileinfo-row:hover .gallery-w3lsgrid h4{
    color: #000;
}
.gallery-agileinfo-row:hover .gallery-w3lsgrid p {
    color: #fbfbfb;
}
.gallery-agileinfo-row:hover .gallery-w3lsgrid.gallery-text:before {
    border-right-color:#5f9ea0;
} 
.gallery-agileinfo-row:hover .gallery-w3lsgrid.gallery-text3:before {
    border-left-color:#5f9ea0;
}
/*-- //gallery --*/
/*-- subscribe --*/ 
.sub-agileitsinfo{ 
	background: url(../images/bg1.jpg)no-repeat center 0px;
    background-size: cover;
}
.subscribe {
    text-align: center;
    background: rgba(255, 132, 132, 0.77);
}
.subscribe h4 {
    font-size: 5em;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
}
.subscribe form {
    width: 50%;
    margin: 3em auto 0;
}
.subscribe input[type="email"] {
    width: 78%;
    padding: .8em 1em;
    font-size: 1em;
    float: left;
    color: #5f9ea0;
    outline: none;
    border: 1px solid #fff;
    border-right: none;
    background: #fff;
    -webkit-appearance: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.subscribe input[type="submit"] {
    float: left;
    color: #fff;
    font-size: 1em;
    outline: none;
    padding: .8em 2em;
    border: 1px solid #fff;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-appearance: none;
    background: none;
    font-weight: 600;
}
.subscribe form:hover input[type="email"] {
    border-color: #5f9ea0;
}
.subscribe form:hover input[type="submit"] {
    border-color: #5f9ea0;
    background: #5f9ea0;
    color: #fff;
}
.subscribe ::-webkit-input-placeholder {
	color:#999 !important;
}
.subscribe :-moz-placeholder { /* Firefox 18- */
	color:#999 !important;
}
.subscribe ::-moz-placeholder {  /* Firefox 19+ */
	color:#999 !important;
}
.subscribe :-ms-input-placeholder {  
	color:#999 !important;
}
/*-- //subscribe --*/
/*-- footer --*/
.footer {
    padding: 3em 0;
    text-align: center;
    background: #2B2B2B;
}
.footer p {
    color: #fff;
    margin-top: 1em;
    letter-spacing: 1px;
    font-weight: 300;
}
.footer p a{
    color:#ff8484;
}
.footer p a:hover{
    color: #fff;
}
.social-button {
    display: inline-block;
    background-color: #fff;
    width: 32px;
    height: 32px;
    margin: 0 3px;
    line-height: 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
    opacity: .99; 
}
.social-button:before {
    content: '';
    background-color: #000;
    width: 120%;
    height: 120%;
    position: absolute;
    top: 102%;
    left: -118%;
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	-moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); 
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button .fa {
	font-size: 18px;
	vertical-align: middle;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	-moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59); 
	transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button.facebook:before {
	background-color: #3B5998;
}
.social-button.facebook .fa {
	color: #3B5998;
}
.social-button.twitter:before {
	background-color: #3CF;
}
.social-button.twitter .fa {
	color: #3CF;
}
.social-button.google:before {
	background-color: #DC4A38;
}
.social-button.google .fa {
	color: #DC4A38;
}
.social-button.dribbble:before {
	background-color: #F26798;
}
.social-button.dribbble .fa {
	color: #F26798;
}
.social-button.skype:before {
	background-color: #00AFF0;
}
.social-button.skype .fa {
	color: #00AFF0;
}
.social-button:focus:before, .social-button:hover:before {
	top: -10%;
	left: -10%;
}
.social-button:focus .fa, .social-button:hover .fa {
	color: #fff;
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1); 
}
/*-- //footer --*/  
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/*-- slider-up-arrow --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 6%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/move-up.png") no-repeat 0px 0px;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-o-transform: scale(0.85);
	-ms-transform: scale(0.85);
    transform: scale(0.85);
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
#toTop:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(1);
}
/*-- //slider-up-arrow --*/
/*-- about-page --*/
.banner-w3ltext.about-w3bnr {
    padding:2em 0 3em;
}
.banner-w3ltext.about-w3bnr h2 {
    font-size: 3em;
    width: initial;
    height: inherit;
    border: none;
    padding: 0;
}
.banner-w3ltext.about-w3bnr h2 a {
    color: #fff;
}
.banner-w3ltext.about-w3bnr h2 a:hover {
    color: #ff8484;
}
/*-- //about-page --*/
/*-- features --*/
.features{
    background: url(../images/a.jpg)no-repeat 0px 0px;
    background-size: cover; 
}
.features-grids {
    border: 1px solid #fff;
    padding: 2em;
    overflow: hidden;
    background: #000;
    width: 32.5%;
}
.features-grids.features-grids-mdl {
    margin: 0 1em;
}
.features-left {
    float: left;
	margin-right: 1em;
}
.features-right {
    float: right;
}
.features-right span.glyphicon {
    font-size: 5em;
    color: #5f9ea0;
    margin-top: 0.5em;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.features h4 {
    font-size: 1.8em;
    color: #ff8484;
    letter-spacing: 2px;
    font-weight: 600;
}
.features h5 {
    font-size: 4em;
    color: #fff;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    margin-top: 0.3em;
} 
.features-grids:hover span.glyphicon {
    -webkit-transform: scale(3);
    transform: scale(3);
    -moz-transform: scale(3);
    -o-transform: scale(3);
    -ms-transform: scale(3);
    opacity: .3;
    -moz-opacity: .3;
}
/*-- //features --*/
/*-- team --*/  
.team-wthree-grids img {
    width: 100%;
} 
/* general styling for all the hovers */ 
.w3ls-effect11 {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #000;
}
.w3ls-effect11 .overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0; 
    text-align: center;
    padding: 2em 0;
}
.w3ls-effect11 img {
	display: block;
	position: relative;
} 
.w3ls-effect11 h5 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 2em;
    padding: 10% 0 10px 0;
    font-weight: 700;
    letter-spacing: 3px;
}
.w3ls-effect11 p {
    color: #ff8484;
    letter-spacing: 2px;
}
.w3ls-effect11 .w3social-icons {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    opacity: 0;
    margin: 0px;
    padding: 0px;
    border: none; 
	-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
	transition: opacity 0.35s, transform 0.45s;
	-webkit-transform: translate3d(-20px,0,0);
	-moz-transform: translate3d(-20px,0,0);
	-o-transform: translate3d(-20px,0,0);
	-ms-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}
.w3ls-effect11 img {
	max-width: none; 
	width: -webkit-calc(100% + 60px); 
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
	-moz-transition: opacity 0.35s, -moz-transform 0.45s; 
	transition: opacity 0.35s, transform 0.45s;
	-webkit-transform: translate3d(-40px,0,0);
	-moz-transform: translate3d(-40px,0,0);
	-ms-transform: translate3d(-40px,0,0);
	-o-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}  
.w3ls-effect11:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
} 
.w3ls-effect11:hover .w3social-icons {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
} 
/*-- //team --*/ 
/*-- map --*/ 
.map{
    margin:4em 0;
}
.map iframe{
	width:100%;
	height:350px;
	position:relative;
	border: none;
}  
.address-right {
    text-align: left;
    padding-left: 2em;
}
.contact-w3lsright h6 {
    font-size: 1.8em;
    color: #595c65;
    font-weight: 300;
    line-height: 1.8em;
    text-transform: uppercase; 
}
.contact-w3lsright h6 span {
    color: #03A9F4; 
} 
.address-left {
    padding: 0;
    text-align: center;
}
.address-row span.glyphicon {
    font-size: 1.2em;
    border: 1px solid ;
    padding: 1em;
    color: #5f9ea0;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.address-row:hover span.glyphicon {
    border-color: #5f9ea0; 
	-webkit-transform: rotatey(180deg);
	-moz-transform: rotatey(180deg);
    transform: rotatey(180deg);
	-o-transform: rotatey(180deg);
	-ms-transform: rotatey(180deg);
}
.address-row h5 {
    font-size: 1.8em;
    color: #ff8484;
    margin-bottom: .2em;
    font-weight: 600;
    letter-spacing: 1px;
}
.address-row p a {
    color: #5f9ea0;
}
.address-row p a:hover{
    color: #999;
}
.address h4 {
    font-size: 1.8em;
    color: #5f9ea0;
    margin-bottom: 0.6em;
    text-transform: uppercase;
}
/*-- //map --*/ 
/*-- contact --*/ 
.contact-left input[type="text"],.contact-left input[type="email"]{
	border:1px solid #ccc;
	font-size:1em;
	color:#828282;
	background:none;
	width:100%;
	padding:.8em 1em;
	outline:none;
	-webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	transition: 0.5s all;
}
.contact-left input[type="text"]:hover,.contact-left input[type="email"]:hover,.contact-right textarea:hover{
	border-color:#5f9ea0;	
}
.contact-right textarea{
	border:1px solid #ccc;
	font-size:1em;
	color:#828282;
	background:none;
	width:100%;
	padding:.8em 1em;
	outline:none;
    min-height: 8em;
	resize:none;
}
.contact-left input[type="email"]{
	margin:1.5em 0;
}
.contact-right input[type="submit"] { 
    padding: .6em 1em;
    color: #fff;
    font-size: 1.1em;
    background: #5f9ea0; 
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	transition: 0.5s all;
    outline: none;
    margin: 1em 0 0;
    width: 100%;
	border:1px solid #5f9ea0;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.contact-right input[type="submit"]:hover{
    background: transparent;	
	color:#5f9ea0;
}
/*-- //contact --*/  
/*-- pages --*/ 
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
	line-height: 2.5em;
}   
.grid_3{
	margin-bottom:3em;
}
.xs h3, h3.m_1{
	color:#ffffff;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}   
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.w3ls-hdg, h3.bars {
    margin-bottom: 1em;
    color: #ff8484;
    font-weight: 700;
    letter-spacing: 2px;
}
.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{ 
	color: #888;
	font-size: 0.9em;
	margin-bottom: 0.5em;
	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: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
} 
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
	font-weight: 300 !important;
}
.nav-tabs {
	margin-bottom: 1em;
} 
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;
} 
.input-group {
	margin-bottom: 20px;
}
.codes .row {
    margin: 0;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
} 
.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;
}
.codes label {
    font-weight: 400;
}
/*-- 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 #fff;
    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: #5f5f5f;
	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 {
	font-size: 28px;
    color:#5f9ea0 !important;
    margin: 30px 0 15px;
	letter-spacing: 1px;
	font-weight: 700;
}
.agileits-icons-title {
    text-align: center;
    font-size: 36px;
    color: #ef2e46;
    font-weight: 300;
}
.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;
}
/*-- //icons --*/ 
@media (max-width:1080px){
.icon-box {
    padding: 8px 9px; 
}
}
@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: 25px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.label {
		font-size: 60%;
	}
	.in-gp-tl {
		padding: 0 1em;
	}
	.in-gp-tb {
		padding-right: 1em;
	}
}
@media (max-width:480px){
	h3.w3ls-hdg {
		font-size: 1.6em;
		margin: 1em 0 0.6em;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		font-size: 1.2em;
	}
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.codes .alert {
		font-size: 0.9em;
		padding: 10px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
	.grid_3.grid_4.w3layouts {
		margin-top: 0;
	}
	.agileits-icons-title {  
		font-size: 30px; 
	}
	h3.icon-subheading {
		font-size: 22px; 
	}
	.icons .bs-glyphicons li { 
		width: 31%; 
	} 
}
@media (max-width: 320px){ 
	.alert,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: 1em;
		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.8em;
	}
	.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: 13px!important;
	} 
	.agileits-icons-title { 
		font-size: 25px;
	}
	h3.icon-subheading {
		font-size: 18px;
		margin: 21px 0 12px;
	}
}
/*-- //pages --*/
/*-- responsive-design --*/
@media(max-width:1440px){
}
@media(max-width:1366px){
.services { 
    padding: 8em 0;
}
.gallery-w3lsgrid.gallery-text, .gallery-w3lsgrid.gallery-text2, .gallery-w3lsgrid.gallery-text3 {
    padding: 3.7em 2.5em; 
}
}
@media(max-width:1280px){
.banner-w3ltext {
    padding: 12em 0; 
}
.w3layouts_about_grid_right h5 {
    font-size: 5em; 
}
.w3layouts_about_grid_left {
    padding: 0 11em 0 0;
}
.services, .news {
    margin: -2em 0 0;
}
.gallery-w3lsgrid.gallery-text, .gallery-w3lsgrid.gallery-text2, .gallery-w3lsgrid.gallery-text3 {
    padding: 3.7em 2em;
}
.cd-stretchy-nav { 
    top: 42px;
    right: 5%;
}
}
@media(max-width:1080px){
.cd-stretchy-nav { 
    right: 6%;
} 
.banner-w3ltext h2 { 
	font-size: 7em; 
    padding: 0.75em 0; 
    width: 300px;
    height: 300px;
}
.banner-w3ltext {
    padding: 10em 0;
}
.w3layouts_about_grid_left {
    padding: 0 9em 0 0;
}
h3.agileits-title {
    font-size: 4.5em; 
    text-align: center; 
}
.gallery-w3lsgrid.gallery-text, .gallery-w3lsgrid.gallery-text2, .gallery-w3lsgrid.gallery-text3 {
    padding: 2.6em 2em;
}
.subscribe form {
    width: 59%; 
}
.features-grids { 
    width: 32.3%; 
}
.features-right span.glyphicon { 
    margin-top: 0.2em; 
}
.about, .codes, .subscribe, .about, .w3gallery, .team, .news, .contact, .features-agileinfo {
    padding: 4em 0;
}
.subscribe h4 {
    font-size: 4em; 
}
.address-row {
    padding: 0;
} 
.news-grid-left {
    padding: 0 7em;
}
}
@media(max-width:1024px){
.banner-w3ltext h2 { 
    padding: 0.7em 0;
    width: 280px;
    height: 280px;
}
.banner-w3ltext {
    padding: 8em 0;
}
.w3layouts_about_grid_right h5 {
    font-size: 4.5em;
}
.w3layouts_about_grid_right h4 {
    font-size: 1.6em; 
    margin-bottom: 0.4em; 
}
.modal-body p span { 
    margin: 1em;
}
}
@media(max-width:991px){
.header {
    padding-top: 2em;
}
.cd-stretchy-nav {
    top: 35px; 
	right: 13%;
}
.w3layouts_about_grid_left {
    padding: 0 30em 0 0;
    margin-bottom: 3em;
}
.w3layouts_about_grid_right h5 {
    font-size: 4em;
}
.w3layouts_about_grid_right p {
    margin: 1em 0 0; 
}
.services-w3grid-right {
    padding-right: 0;
}
.services {
    padding: 6em 0 8em;
}
.services {
    padding: 6em 0 8em;
}
.gallery-w3lsgrid a.agilefig { 
    min-height: 262px;
}
.subscribe form {
    width: 80%;
	margin: 2em auto 0;
}
.footer {
    padding: 2em 0; 
} 
.features-grids {
    width: 50%;
    margin: 0 auto;
}
.features-grids.features-grids-mdl {
    margin: 2em auto;
}
.features h5 {
    font-size: 3em; 
}
.team-wthree-grids {
    padding: 0 .5em;
}
.gallery-agileinfo-row h4 {
    font-size: 2.1em; 
}
.address-row.w3-agileits {
    padding: 1.5em 0;
}
.map {
    margin: 3em 0;
}
.news-grid-left {
    padding: 0 3em;
}
}
@media(max-width:800px){
.logo h1 {
    font-size: 4em; 
}
.cd-stretchy-nav {
    top: 28px;
    right: 4%;
}
.banner-w3ltext h2 span { 
    letter-spacing: 10px;
}
.w3layouts_about_grid_right h5 {
    font-size: 3.5em;
}
.gallery-w3lsgrid p { 
    font-size: .9em;
}
.gallery-w3lsgrid.gallery-text, .gallery-w3lsgrid.gallery-text2, .gallery-w3lsgrid.gallery-text3 {
    padding: 2.2em 2em;
}
.gallery-w3lsgrid a.agilefig {
    min-height: 230px;
}
.gallery-agileinfo-row h4 {
    font-size: 1.8em;
}
.modal-dialog {
    margin: 3em auto;
}
.w3ls-effect11 h5 { 
    font-size: 1.8em; 
    letter-spacing: 2px;
}
.map iframe { 
    height: 250px; 
}
.contact-left {
    padding-left: 0;
}
.contact-right {
    padding-right: 0;
}
.map {
    margin: 2.5em 0;
}
.banner-w3ltext.about-w3bnr h2 {
    font-size: 2.5em; 
}
.banner-w3ltext.about-w3bnr {
    padding: 1.5em 0 2em;
}
h3.agileits-title {
    font-size: 4em; 
    margin-bottom: 0.8em;
    letter-spacing: 2px;
}
}
@media(max-width:767px){
.banner-w3ltext h2 {
    font-size: 6em; 
	width: 250px;
    height: 250px;
}
.header {
    padding-top: 1.5em;
}
.cd-stretchy-nav {
    top: 20px; 
}
.services-w3grid-left { 
    padding: 0;
}
.news-grid-left {
    padding: 0 1em;
}
.gallery-w3lsgrid.gallery-text, .gallery-w3lsgrid.gallery-text2, .gallery-w3lsgrid.gallery-text3 {
    padding: 4.2em 3em;
}
.subscribe input[type="email"] {
    width: 70%; 
}
.cd-stretchy-nav.edit-content ul span { 
    font-size: 0.9em; 
}
.w3layouts_about_grid_right h4 {
    font-size: 1.3em; 
}
.team-wthree-grids {
    padding: .5em;
}
.team-agileinfo.w3ls-team-row {
    margin: 0 5em;
}
.contact-right {
    padding: 0;
    margin-top: 1em;
}
.contact-left input[type="email"] {
    margin: 1em 0;
}
.contact-left {
    padding: 0;
} 
.w3layouts_about_grid_right {
    padding: 0;
}
.services-w3grid {
    padding: 0;
}
}
@media(max-width:667px){
.w3layouts_about_grid_left {
    padding: 0 25em 0 0; 
}
.w3layouts_about_grid_right h5 {
    font-size: 3em;
}
.datew3-agileinfo {
    padding-left: 1em;
}
.services {
    padding: 6em 0 7em;
}
.services, .news {
    margin: -4em 0 0;
}
.datew3-agileinfo h5 {
    font-size: 1.8em; 
}
}
@media(max-width:640px){
.about, .codes, .subscribe, .about, .w3gallery, .team, .news, .contact, .features-agileinfo {
    padding: 3em 0;
}
.features-grids { 
    padding: 1.5em; 
}
.team-agileinfo.w3ls-team-row {
    margin: 0 3em;
} 
}
@media(max-width:600px){
.gallery-w3lsgrid.gallery-text, .gallery-w3lsgrid.gallery-text2, .gallery-w3lsgrid.gallery-text3 {
    padding: 4.2em 2em;
}
.banner-w3ltext {
    padding: 6em 0;
}
.w3layouts_about_grid_left {
    padding: 0 18em 0 0;
}
.team-agileinfo.w3ls-team-row {
    margin: 0 1em;
}
.subscribe h4 {
    font-size: 3.5em;
}
.subscribe form { 
    margin: 1em auto 0;
}
.banner-w3ltext.about-w3bnr h2 {
    font-size: 2em;
}
}
@media(max-width:568px){ 
.features-grids {
    width: 60%;
    margin: 0 auto;
}
.gallery-w3lsgrid.gallery-text, .gallery-w3lsgrid.gallery-text2, .gallery-w3lsgrid.gallery-text3 {
    padding: 3.2em 2em;
}
}
@media(max-width:480px){
.banner-w3ltext h2 {
    font-size: 4em;
    width: 180px;
    height: 180px;
    border-width: 5px;
    padding: 0.9em 0;
}
.banner-w3ltext h2 span {
    letter-spacing: 7px;
    font-size: .16em;
} 
.w3layouts_about_grid_left_pos { 
    padding: 1em 0;
}
.w3layouts_about_grid_left {
    padding: 0 10em 0 0;
    margin-bottom: 2em;
}
.services-w3grid {
    float: none;
    width: 100%;
}
h3.agileits-title {
    font-size: 3.5em; 
} 
.services-w3grid-bottom,.services-w3grid:nth-child(2)  {
    margin-top: 2em;
}
.services span.glyphicon {
    font-size: 1.6em;  
} 
.date {
    padding: 2em 1em; 
}
.datew3-agileinfo {
    width: 100%;
    margin-top: 1.5em;
    padding: 0;
}
.date-w3grid {
    width: 100%;
    padding: 0;
} 
.subscribe form {
    width: 95%; 
}
.features-grids {
    width: 76%; 
}
.features-right span.glyphicon {
    font-size: 4em; 
}
.team-agileinfo.w3ls-team-row {
    margin: 0;
}
.w3ls-effect11 p { 
    letter-spacing: 1px;
}
.subscribe input[type="submit"] { 
    padding: .8em 1.5em; 
} 
}
@media(max-width:414px){
.logo h1 {
    font-size: 3em;
}
.cd-stretchy-nav .stretchy-nav-bg,.cd-nav-trigger,.cd-stretchy-nav ul a  { 
    width: 45px;
    height: 40px; 
} 
.cd-stretchy-nav ul { 
    padding: 50px 0 10px; 
}
.cd-stretchy-nav ul a::after { 
    right: 15px; 
}
.cd-stretchy-nav.edit-content ul span { 
    right: 48px; 
}
.gallery-w3lsgrid.gallery-text, .gallery-w3lsgrid.gallery-text2, .gallery-w3lsgrid.gallery-text3 {
    padding: 2.2em 1.5em;
}
.subscribe input[type="email"] {
    width: 64%;
}
p {
    font-size: 0.9em; 
}
.services-w3grid-left {
    text-align: center;
}
.subscribe h4 {
    font-size: 3em;
}
.subscribe input[type="email"],.subscribe input[type="submit"],.contact-left input[type="text"], .contact-left input[type="email"]{ 
    font-size: 0.9em; 
}
.contact-right input[type="submit"] { 
    font-size: 1em;  
}
.news-grid-left:nth-child(1) {
    margin: 0em 0 1em 0;
}
.wthree-btn { 
    margin: 1em auto 0; 
    font-size: .85em; 
}
.about, .codes, .subscribe, .about, .w3gallery, .team, .news, .contact, .features-agileinfo {
    padding: 2.5em 0;
}
.w3layouts_about_grid_right h5 {
    font-size: 2.5em;
}
.w3layouts_about_grid_right h4 {
    font-size: 1.1em;
}
.features-grids {
    width: 90%;
}
.features h4 {
    font-size: 1.5em; 
    letter-spacing: 1px; 
}
.datew3-agileinfo { 
    margin-top: 1em; 
}
.datew3-agileinfo p {
    margin: 0.5em 0 0;
}
.w3layouts_about_grid_left_pos img.img-responsive {
    margin-left: 1em;
}
} 
@media(max-width:375px){
.w3layouts_about_grid_left {
    padding: 0 2em 0 0; 
}
.news-grid-left {
    padding: 0;
}
.date {
    padding: 1.5em 1em;
}
.date p { 
    font-size: 2.5em; 
}
.date span { 
    font-size: 0.8em; 
}
.gallery-w3lsgrid {
    width: 100%;
    float: none;
}
.gallery-w3lsgrid.gallery-text, .gallery-w3lsgrid.gallery-text2, .gallery-w3lsgrid.gallery-text3 {
    padding: 1.8em 1.5em;
} 
.subscribe form {
    width: 100%;
}
.banner-w3ltext {
    padding: 4em 0;
}
.banner-w3ltext h2 {
    font-size: 3.2em;
    width: 140px;
    height: 140px;
    border-width: 5px;
    padding: 0.8em 0;
}
.banner-w3ltext h2 span {
    letter-spacing: 5px; 
}
.team-wthree-grids {
    padding: .5em;
    width: 100%;
}
.address-row h5 {
    font-size: 1.5em; 
}
.map {
    margin: 1.5em 0;
}
h3.agileits-title {
    font-size: 3em;
}
.banner-w3ltext.about-w3bnr {
    padding: 1.5em 0;
}
.banner-w3ltext.about-w3bnr h2 {
    font-size: 1.5em;
}
}
/*-- //responsive-design --*/
:root {
    --lm-gold: #d4af37;  /* logo gold */
    --lm-gold-dark: #b89220;
    --lm-black: #020202;
    --lm-dark: #111111;
    --lm-text: #f5f5f5;
}

/* Base */
body {
    background: var(--lm-black);
    color: var(--lm-text);
}

/* Headings & key text */
.logo h1 a,
.agileits-title,
.services-w3grid-right h4,
.news h3,
.gallery h4,
.subscribe h4,
.footer p,
.footer a,
.cd-stretchy-nav ul li a span,
.banner-w3ltext h2,
.banner-w3ltext h2 span {
    color: var(--lm-gold);
}

/* Buttons & highlights */
.wthree-btn,
.w3btn2,
.w3btn2a,
.news .date,
.subscribe input[type="submit"],
.social-button {
    background: var(--lm-gold);
    border-color: var(--lm-gold);
    color: #000;
}

.wthree-btn:hover,
.w3btn2:hover,
.w3btn2a:hover,
.subscribe input[type="submit"]:hover {
    background: var(--lm-gold-dark);
    border-color: var(--lm-gold-dark);
}

/* Sections */
.about,
.services,
.news,
.gallery,
.sub-agileitsinfo,
.footer {
    background: var(--lm-dark);
    color: var(--lm-text);
}

/* Cards / text blocks */
.services-w3grid,
.news-grid-left,
.gallery-text,
.gallery-text3 {
    background: rgba(0,0,0,0.6);
}

/* Links */
a,
a:hover,
a:focus {
    color: var(--lm-gold);
}

/* Social icons */
.social-button i {
    color: #000000;
}
.lm-logo {
  height: 60px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.lm-logo-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9em;
}

.logo h1 {
  font-size: 3.5em;
  line-height: 1.1;
}
/* Services section fixes */
.services {
  padding: 6em 0 5em;
}

/* Ensure each service card has space and dark overlay */
.services-w3grid {
  margin-bottom: 30px;
}

/* Fix inner columns so icon and text align nicely */
.services-w3grid-left,
.services-w3grid-right {
  padding: 0;
}

.services-w3grid-left {
  text-align: center; /* matches your screenshot */
}

/* Card background similar to screenshot */
.services-w3grid {
  background: rgba(0,0,0,0.65);
  padding: 20px 15px;
}

/* Icon circle look */
.services span.glyphicon {
  font-size: 2em;
  background: #ffe884;
  color: #111111;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
}

/* Service title and text */
.services-w3grid-right h4 {
  margin-top: 5px;
  font-weight: 700;
  letter-spacing: 1px;
}

.services-w3grid-right p {
  margin-top: 8px;
}

/* On very small screens, stack cards full width */
@media (max-width: 480px) {
  .services-w3grid {
    float: none;
    width: 100%;
  }
}
/* Equal-height service boxes */
.wthree-services-row {
  display: flex;
  flex-wrap: wrap;
}

.services-w3grid {
  display: flex;
  align-items: stretch;
}

.services-w3grid > .services-w3grid-left,
.services-w3grid > .services-w3grid-right {
  float: none;           /* cancel Bootstrap float inside */
}

.services-w3grid-right {
  display: flex;
  flex-direction: column;
  justify-content: center;   /* center heading + text vertically */
}

/* On small screens keep full width stacking */
@media (max-width: 480px) {
  .wthree-services-row {
    display: block;
  }
}
/* Change pink subscribe background */
.sub-agileitsinfo {
  background: #000000;          /* outer band (behind everything) */
}

.subscribe {
  background: #000000;          /* inner pink block – set your new color here */
}
/* Tagline inside hero circle */
.banner-w3ltext h2 {
  position: relative;               /* already circular from template */
  overflow: hidden;
}

.banner-w3ltext .banner-tagline {
  position: absolute;
  bottom: 12%;                 /* lower it a bit */
  left: 50%;
  transform: translateX(-50%);
  font-family: "Roboto", sans-serif;
  font-size: 0.11em;           /* smaller text */
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #f5f5f5;
  text-align: center;
  line-height: 1.4;
}
.whatsapp-float {
  position: fixed;
  width: 56px;
  height: 56px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0,0,0,0.4);
  text-decoration: none;
}

.whatsapp-icon {
  color: #fff;
}
/* === LM Reborn new gallery === */
.lm-gallery {
    padding: 4em 0;
}

.lm-gallery-grid {
    column-count: 3;
    column-gap: 15px;
}

.lm-gallery-grid a {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 6px;
}

.lm-gallery-grid img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

/* Hover zoom + overlay */
.lm-gallery-grid a:hover img {
    transform: scale(1.05);
}

.lm-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px 12px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
    color: #fff;
    font-size: 0.95em;
    letter-spacing: 1px;
}

/* Responsive columns */
@media (max-width: 991px) {
    .lm-gallery-grid {
        column-count: 2;
    }
}
@media (max-width: 600px) {
    .lm-gallery-grid {
        column-count: 1;
    }
}


/* === PREMIUM LM GALLERY GRID (UI ONLY) === */

.lm-gallery {
  padding: 4em 0;
  background: #020202;
}

/* Grid layout */
.lm-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding: 0 4%;
}

/* Image wrapper */
.lm-gallery-grid a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
}

/* Images */
.lm-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease, opacity 0.4s ease;
}

/* Subtle luxury dark overlay */
.lm-gallery-grid a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Hover effect */
.lm-gallery-grid a:hover img {
  transform: scale(1.08);
}

.lm-gallery-grid a:hover::after {
  opacity: 1;
}

/* Remove default anchor focus outlines */
.lm-gallery-grid a:focus {
  outline: none;
}

/* Responsive */
@media (max-width: 991px) {
  .lm-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .lm-gallery-grid {
    grid-template-columns: 1fr;
  }
}


/* === LM REBORN 3-COLUMN MAP LAYOUT === */

.lm-branch-maps {
  padding: 4em 0;
  background: #020202;
}

.lm-map-card {
  background: rgba(0,0,0,0.75);
  padding: 20px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid rgba(212,175,55,0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lm-map-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.7);
}

.lm-map-card h5 {
  color: var(--lm-gold);
  font-size: 1.5em;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 600;
}

.lm-map-card p {
  color: #ddd;
  font-size: 0.95em;
  line-height: 1.6em;
  margin-bottom: 15px;
}

.lm-map-card iframe {
  width: 100%;
  height: 260px;
  border: none;
  border-radius: 10px;
}

/* Highlight center & signature */
.lm-map-center {
  border: 2px solid var(--lm-gold);
}

.signature-map {
  border: 2px solid var(--lm-gold);
  background: rgba(0,0,0,0.85);
}

/* Mobile */
@media (max-width: 768px) {
  .lm-map-card {
    margin-bottom: 25px;
  }
  .lm-map-card iframe {
    height: 220px;
  }
}
/* === LM REBORN BOXED CONTACT FORM === */

.lm-form-wrapper {
  margin: 4em auto 0;
  max-width: 900px;
}

.lm-contact-box {
  background: rgba(0,0,0,0.85);
  padding: 40px 35px;
  border-radius: 18px;
  border: 1px solid rgba(212,175,55,0.3);
  box-shadow: 0 20px 50px rgba(0,0,0,0.7);
}

.lm-contact-box h4 {
  text-align: center;
  color: var(--lm-gold);
  font-size: 1.8em;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

/* Inputs */
.lm-contact-box input,
.lm-contact-box textarea {
  width: 100%;
  padding: 14px 15px;
  margin-bottom: 18px;
  background: #111;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  color: #fff;
  font-size: 0.95em;
  transition: all 0.3s ease;
}

/* Placeholder */
.lm-contact-box input::placeholder,
.lm-contact-box textarea::placeholder {
  color: #999;
}

/* Focus */
.lm-contact-box input:focus,
.lm-contact-box textarea:focus {
  border-color: var(--lm-gold);
  box-shadow: 0 0 0 1px rgba(212,175,55,0.3);
  outline: none;
}

/* Submit */
.lm-contact-box .lm-submit-btn {
  padding: 14px 40px;
  background: var(--lm-gold);
  color: #000;
  font-weight: 700;
  letter-spacing: 2px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.lm-contact-box .lm-submit-btn:hover {
  background: var(--lm-gold-dark);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.6);
}

/* Mobile */
@media (max-width: 767px) {
  .lm-contact-box {
    padding: 30px 20px;
  }
}
/* === LM REBORN : OUR CREATIVE TEAM (SINGLE PROFILE) === */

.lm-creative-team {
  padding: 5em 0;
  background: #020202;
}

.lm-team-card {
  background: rgba(0,0,0,0.85);
  padding: 45px 40px;
  text-align: center;
  border-radius: 24px;
  border: 2px solid rgba(212,175,55,0.35);
  box-shadow: 0 28px 65px rgba(0,0,0,0.85);
}

.lm-team-photo img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--lm-gold);
  margin-bottom: 22px;
}

.lm-team-card h4 {
  color: var(--lm-gold);
  font-size: 2.1em;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

.lm-team-role {
  color: #cfcfcf;
  font-size: 1em;
  letter-spacing: 1px;
  margin-bottom: 22px;
}

.lm-team-desc {
  color: #e0e0e0;
  font-size: 0.96em;
  line-height: 1.9em;
  margin-bottom: 28px;
}

.lm-team-social a {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0 7px;
  border-radius: 50%;
  background: var(--lm-gold);
  color: #000;
  font-size: 1.2em;
  transition: all 0.3s ease;
}

.lm-team-social a:hover {
  background: var(--lm-gold-dark);
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.6);
}

/* Mobile */
@media (max-width: 600px) {
  .lm-team-card {
    padding: 32px 22px;
  }

  .lm-team-photo img {
    width: 155px;
    height: 155px;
  }
}


/* Mobile Responsive CSS for About Me Section Only */
@media (max-width: 768px) {
  /* About Section Mobile Fixes */
  .about {
    padding: 3em 1em !important;
  }
  
  .w3layouts_about_grids {
    text-align: center !important;
    margin-bottom: 2em !important;
  }
  
  .w3layouts_about_grid_left {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 2em !important;
  }
  
  .w3layouts_about_grid_left_pos {
    background: #fff784 !important;
    padding: 1.5em 1em !important;
    border-radius: 12px !important;
  }
  
  .w3layouts_about_grid_left_pos img {
    max-width: 280px !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    border-radius: 8px !important;
  }
  
  .w3layouts_about_grid_right {
    width: 100% !important;
    padding: 0 1em !important;
    text-align: center !important;
  }
  
  .w3layouts_about_grid_right h4 {
    font-size: 1.6em !important;
    color: #a0615f !important;
    margin-bottom: 0.5em !important;
    font-weight: 400 !important;
  }
  
  .w3layouts_about_grid_right h5 {
    font-size: 2.8em !important;
    color: #ffed84 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin-bottom: 1em !important;
    line-height: 1.1 !important;
  }
  
  .w3layouts_about_grid_right p {
    font-size: 1.1em !important;
    line-height: 1.7em !important;
    color: #666 !important;
    padding: 0 0.5em !important;
  }
}

@media (max-width: 480px) {
  .about {
    padding: 2.5em 0.5em !important;
  }
  
  .w3layouts_about_grid_left_pos {
    padding: 1em 0.5em !important;
  }
  
  .w3layouts_about_grid_left_pos img {
    max-width: 240px !important;
  }
  
  .w3layouts_about_grid_right h5 {
    font-size: 2.3em !important;
  }
  
  .w3layouts_about_grid_right h4 {
    font-size: 1.4em !important;
  }
  
  .w3layouts_about_grid_right p {
    font-size: 1em !important;
    padding: 0 1em !important;
  }
}

/* Ensure proper stacking order */
@media (max-width: 991px) {
  .col-md-5.w3layouts_about_grid_left,
  .col-md-7.w3layouts_about_grid_right {
    float: none !important;
    width: 100% !important;
  }
}


/* Fix about section on mobile */
@media (max-width: 768px) {
  .about {
    padding: 2.5em 0 !important;
  }

  .w3layouts_about_grids {
    text-align: center !important;
  }

  .w3layouts_about_grid_left,
  .w3layouts_about_grid_right {
    width: 100% !important;
    float: none !important;
    padding: 0 1em !important;
    margin-bottom: 2em !important;
  }

  .w3layouts_about_grid_left_pos {
    padding: 1em !important;
    border-radius: 10px;
  }

  .w3layouts_about_grid_left_pos img {
    max-width: 100% !important;
    width: 100% !important;
    max-height: 300px !important;
    object-fit: cover;
    border-radius: 8px;
  }

  .w3layouts_about_grid_right h4 {
    font-size: 1.4em !important;
    margin-bottom: 0.3em !important;
  }

  .w3layouts_about_grid_right h5 {
    font-size: 2em !important;
    margin-bottom: 1em !important;
  }

  .w3layouts_about_grid_right p {
    font-size: 1em !important;
    line-height: 1.6em !important;
  }
}

/* Fix services on mobile */
@media (max-width: 768px) {
  .services {
    padding: 3em 1em !important;
  }

  h3.agileits-title {
    font-size: 2.5em !important;
    margin-bottom: 1.5em !important;
    text-align: center;
  }

  .wthree-services-row {
    display: block;
  }

  .services-w3grid {
    width: 100% !important;
    float: none !important;
    margin-bottom: 1.5em !important;
    padding: 15px 12px !important;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .services-w3grid-left,
  .services-w3grid-right {
    float: none !important;
    width: auto !important;
  }

  .services-w3grid-left {
    flex-shrink: 0;
    text-align: center;
  }

  .services-w3grid-right {
    flex: 1;
  }

  .services span.glyphicon {
    font-size: 1.6em !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 !important;
  }

  .services-w3grid-right h4 {
    font-size: 1.3em !important;
    margin-bottom: 0.3em !important;
  }

  .services-w3grid-right p {
    font-size: 0.95em !important;
    margin: 0.5em 0 0 !important;
    line-height: 1.5em;
  }
}

/* Fix gallery on mobile */
@media (max-width: 768px) {
  .lm-gallery {
    padding: 3em 0 !important;
  }

  .lm-gallery-grid {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
    padding: 0 1em !important;
  }

  .lm-gallery-grid a {
    min-height: 250px;
  }
}

/* Fix subscribe section on mobile */
@media (max-width: 768px) {
  .subscribe {
    padding: 3em 1em !important;
    background: #000000 !important;
  }

  .subscribe h4 {
    font-size: 2em !important;
    margin-bottom: 0.8em !important;
  }

  .subscribe p {
    font-size: 0.95em !important;
    margin-bottom: 1.5em !important;
    padding: 0 0.5em;
  }

  .subscribe form {
    width: 100% !important;
    margin: 1.5em auto 0 !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .subscribe input[type="email"] {
    width: 100% !important;
    float: none !important;
    border-right: 1px solid #fff !important;
    padding: 0.8em 1em !important;
    font-size: 0.95em;
  }

  .subscribe input[type="submit"] {
    width: 100% !important;
    float: none !important;
    padding: 0.8em 1em !important;
    font-size: 0.95em;
  }
}

/* Fix footer on mobile */
@media (max-width: 768px) {
  .footer {
    padding: 2em 1em !important;
    text-align: center;
  }

  .footer p {
    font-size: 0.9em !important;
    line-height: 1.8em !important;
    margin: 0.8em 0 !important;
  }

  .social-agile-icon {
    margin-bottom: 1em;
  }

  .social-button {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    margin: 0 4px !important;
  }

  .contact-info {
    font-size: 0.85em !important;
    word-break: break-word;
  }

  .contact-info a {
    display: block;
    margin: 0.3em 0;
  }
}
/* Extra small devices */
@media (max-width: 480px) {
  .banner-w3ltext h2 {
    font-size: 2.5em !important;
    width: 160px !important;
    height: 160px !important;
    border-width: 4px !important;
    padding: 0.4em 0 !important;
  }

  .banner-w3ltext h2 span {
    font-size: 0.11em !important;
    letter-spacing: 4px !important;
  }

  h3.agileits-title {
    font-size: 2em !important;
    margin-bottom: 1em !important;
  }

  .services-w3grid {
    padding: 12px 10px !important;
    gap: 10px;
  }

  .services span.glyphicon {
    font-size: 1.4em !important;
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
  }

  .services-w3grid-right h4 {
    font-size: 1.1em !important;
  }

  .services-w3grid-right p {
    font-size: 0.9em !important;
  }

  .w3layouts_about_grid_right h5 {
    font-size: 1.5em !important;
  }

  .w3layouts_about_grid_right h4 {
    font-size: 1.2em !important;
  }

  .subscribe h4 {
    font-size: 1.5em !important;
  }
}
/* Ultra small devices */
@media (max-width: 360px) {
  .banner-w3ltext h2 {
    font-size: 2em !important;
    width: 130px !important;
    height: 130px !important;
  }

  h3.agileits-title {
    font-size: 1.6em !important;
  }

  .services-w3grid-right h4 {
    font-size: 1em !important;
  }

  .subscribe h4 {
    font-size: 1.3em !important;
  }

  .footer p {
    font-size: 0.8em !important;
  }
}
