/*--
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;color: #ffffff;background:url(../images/lightininganimation.gif)no-repeat center 0px;
}
body a:focus {
    outline: none;
}
/*-- banner --*/ 
.w3ls-banner{ 
	background:url(../images/kkandwestone2.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: #FF0000;
	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: url(../images/fire-5.gif)no-repeat;
	-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: #000;
}
.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: 32px;
    line-height: 30px;
    padding: 0 1em;
    opacity: 0;
    background: url(../images/fire-5.gif)no-repeat;
    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: #FF0000;
}
.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: 100;
    display: inline-block;
    border: 5px 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: #FF0000;
    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: #FF0000;
    padding: 2em 0;
}
.w3layouts_about_grid_left_pos img.img-responsive {
    margin-left: 3em;
}
.w3layouts_about_grid_right h4 {
    font-size: 1.8em;
    color:#8C001A;
    text-transform: capitalize;
    font-weight: 100;
    margin-bottom: 0.2em;
    font-family: 'Roboto', sans-serif;
}
.w3layouts_about_grid_right h5 {
    font-size: 6em;
    color: #FF0000;
    text-transform: capitalize;
    letter-spacing: 1px;
}   
.w3layouts_about_grid_right p {
    margin: 2em 0 0; 
    line-height: 2em;
}
/*-- //about --*/  
/*-- services --*/ 




.services p {
    font-size: 1.3em;
    color: #00FF00;
    line-height: 1.8em;
}








.services {
    background: url(../images/flames3.jpg)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: .0em;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    z-index: 1;
    padding: .1em .1em;
    -webkit-transition: .5s linear;
    -moz-transition: .5s linear;
	-o-transition: .5s linear;
	-ms-transition: .5s linear;
    transition: .5s linear;
    background: #FF0000;
}
.services h4 {
    font-size: 1.9em;
    color: #fff;
    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:#8C001A; 
	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: #FF0000;
    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 #FF0000;
    padding: .7em 2em;
    color:#FF0000;
	z-index: 9;
	font-size: .9em;
	outline:none; 
}
.wthree-btn:focus{
	color:#FF0000;
	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:#FF0000;
	-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/g6.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: #8C001A;
    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:#E8110F; 
}
.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:#E8110F;
} 
.gallery-agileinfo-row:hover .gallery-w3lsgrid.gallery-text3:before {
    border-left-color:#E8110F;
}
/*-- //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: #8C001A;
    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: #8C001A;
}
.subscribe form:hover input[type="submit"] {
    border-color: #8C001A;
    background: #8C001A;
    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: #E8110F;
    margin-top: 1em;
    letter-spacing: 1px;
    font-weight: 300;
}
.footer p a{
    color:#FF0000;
}
.footer p a:hover{
    color: #fff;
}




























.social-button {
    display: inline-block;
    background-color: #ff0000;
    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;

background: url(../images/flyingv_icon.jpg) no-repeat center 0px;




}
.social-button.facebook .fa {
	color: #3B5998;
}
.social-button.twitter:before {
	background-color: #3CF;

background: url(../images/chainsaw_icon.png) no-repeat center 0px;






}
.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: #FF0000;
}
/*-- //about-page --*/
/*-- features --*/
.features{
    background: url(../images/a.jpg)no-repeat 0px 0px;
    background-size: cover; 
}
.features-grids {
    border: 1px solid #FF0000;
    padding: 2em;
    overflow: hidden;
   
    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: #FF0000;
    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: #FF0000;
    letter-spacing: 2px;
    font-weight: 600;
}
.features h5 {
    font-size: 4em;
    color: #ff0000;
    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: #FF0000;
    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: #FF0000;
    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: #8C001A;
    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:#000;
	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: #FF0000;
    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 --*/












































/*-- team --*/
.team-grids{
	margin-top:0em;
}
/*-- team-effects --*/
.ch-item {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: default;
	box-shadow:inset 0 0 0 0 rgba(232, 17, 15), inset 0 0 0 16px rgba(232, 17, 15), 0 1px 2px rgba(232, 17, 15);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border-radius: 60%;
}
.ch-img-1 {
    background: url(../images/t1.jpg) center top;
}
.ch-img-2 { 
	background:url(../images/t2.jpg) center top;
}
.ch-img-3 { 
	background:url(../images/t3.jpg) -9px 0px;
	background-size: cover;
}
.ch-img-4 { 
	background:url(../images/t4.jpg) -45px -15px;
}
.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);	
	-webkit-backface-visibility: hidden; /*for a smooth font */
}
.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    font-size: 1.6em;
    padding: 63px 0 0 0;
    text-shadow: 0 0 1px #8C001A, 0 1px 2px rgba(140, 0, 26);
}
.ch-info p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 11px 30px;
    font-size: 1em;
    border-top: 1px solid rgba(255,255,255,0.5);
}
.ch-item:hover {
    box-shadow: inset 0 0 0 110px rgba(140, 0, 26), inset 0 0 0 16px rgba(140, 0, 26), 0 1px 2px rgba(140, 0, 26);
	-webkit-box-shadow: inset 0 0 0 110px rgba(140, 0, 26), inset 0 0 0 16px rgba(140, 0, 26), 0 1px 2px rgba(232, 17, 15);
	-moz-box-shadow: inset 0 0 0 110px rgba(232, 17, 15), inset 0 0 0 16px rgba(232, 17, 15), 0 1px 2px rgba(0,0,0,0.1);
	-o--moz-box-shadow: inset 0 0 0 110px rgba(140, 0, 26), inset 0 0 0 16px rgba(140, 0, 26), 0 1px 2px rgba(0,0,0,0.1);
	-ms--moz-box-shadow: inset 0 0 0 110px rgba(140, 0, 26), inset 0 0 0 16px rgba(140, 0, 26), 0 1px 2px rgba(140, 0, 26);
}
.ch-item:hover .ch-info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}
.ch-grid {
	margin:0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}
.ch-grid:after {
	clear: both;
}









.ch-grid li {
	width: 200px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}
.ch-item .footer-bottom {
    margin-top: .5em;
}
.ch-item .footer-bottom a {
    background: none;
    padding: 0 .2em;
	margin: 0;
	opacity:1;
}
.ch-item .footer-bottom a:hover{
	opacity:.5;
}
/*-- //team --*/






.team {
    padding: 5em 0;
}


.team-grids {
    margin-top: 3em;
}



.team {
    padding: 3.5em 0;
}


.team-grids {
    margin: 1.5em 0 0;
} 


.team {
    padding: 3em 0;
}


.team {
    padding: 2em 0;
}


.team{
	padding:0em 1;background: url(../images/flames3.jpg)no-repeat center 0px;
}













.container2 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
background:url(../images/fire-5.gif)no-repeat center 0px;
}

.container2 > .navbar-header,
.container-fluid > .navbar-header,
.container2 > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

.container2 .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}


 .container2 .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

.container2:before,
.container2:after,



h3.wthree-title {
    font-size: 4em;
    color: #FF5722;
	text-align:center;
}

.welcome h3.wthree-title{
	text-align:left;
}

.slid h3.wthree-title,.testimonials h3.wthree-title {
  color: #fff;
}





.w3lscontact h3.wthree-title {
    text-align: left;
}

h3.wthree-title {
    font-size: 3.5em; 
}

h3.wthree-title {
    font-size: 3em;
}

h3.wthree-title {
    font-size: 2.6em;
}

h3.wthree-title {
    font-size: 2.2em;
}







.footer-bottom2 {
    margin-top: 2.5em;
}
/* Icons */
.footer-bottom2 a {
    color: #fff;
    background: #000;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: .5em;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-font-smoothing: antialiased;
}
.footer-bottom2 a:hover {
    background: #E8110F;
}
/* pop-up text */
.footer-bottom2 a span {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: -25px;
    right: -25px;
    padding: 5px;
    font-size: 1em;
    border-radius: 2px;
    background: #FF5722;
    visibility: hidden;
    opacity: 0;
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* pop-up text arrow */

.footer-bottom2 a span:before {
  content:'';
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ff5722;
  position:absolute;
  bottom:-5px;
  left:40px;
}
.footer-bottom2 a:hover span {
    bottom: 41px;
    visibility: visible;
    opacity: 1;
}
.footer-bottom2 a:before {
    content: '';
    background:url(../images/icons.png)no-repeat 3px 1px;
	width: 20px;
    height: 20px;
    display: block;
}
.footer-bottom2 a:nth-of-type(2):before {
    content: '';
    background-position:3px -22px;
}
.footer-bottom2 a:nth-of-type(3):before {
    content: '';
    background-position:0px -45px;
}
.footer-bottom2 a:nth-of-type(4):before {
    content: '';
    background-position:0px -65px;
}








.blog{
	padding:6em 0;
}

.blog-grids {
    margin-top: 1em;
}
.blog h4 {
    font-size: 1.3em;
}
.blog p.w3-agilep {
    font-size: 0.85em;
}
.blog-tags ul li a {
    padding: .5em 1em;
}

.blog h4 {
    font-size: 1.5em;
}
.blog {
    padding: 2em 0;
}
.blog ul li a {
    font-size: .9em;
}
.blog-tags {
    margin-top: 2em;
}
.blog h4 {
    font-size: 1.6em;
}
.blog p.w3-agilep {
    font-size: 0.9em;
}
.blog-grids {
    margin-top: 2em;
}
.blog-grids {
    padding: 0;
} 

.blog {
    padding: 3em 0;
}
.blog {
    padding: 3.5em 0;
}
.blog-grids {
    margin-top: 3em;
}
.blog p.w3-agilep {
    margin: 0;
}

.blog h4 {
    font-size: 1.8em;
}

.blog-right {
    margin-top: 3em;
}
.blog-right ul.catgry li {
    display: block;
}
.blog-tags {
    margin-top: 3em;
}

.blog-tags ul li a {
    padding: .5em 1.6em;
}

.blog-right ul li {
    margin: 0 0 1em;
}
.blog-right li span {
    margin-right: 1em;
}
.blog-tags {
    margin-top: 4em;
}
.blog-tags ul li a {
    font-size: 0.9em;
    color: #999;
    padding: .5em 2em;
    border: 1px dotted #51b4d4;
    text-transform: capitalize;
    display: block;
}
.blog-tags ul li a:hover {
    text-decoration: none;
    background: #51b4d4;
    color: #fff;
}

.blog ul li a:hover {
    color: #FF5722;
}
.blog ul li a{
  color: #aaa;
  font-size: 1em;
}

.blog ul li {
    display: inline-block;
    margin-right: 2.5em;
    color: #aaa;
    font-size: 1em;
}

.blog{
	padding:6em 0;
}

.blog {
    padding: 5em 0;
}





/*-- blog --*/
.blog-grids {
    margin-top: 4em;
}
.blog-w3img {
  overflow: hidden;
}
.blog-w3img a img {
  width: 90%;
  -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.blog-w3img a img:hover{
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.blog h4 {
    color: #ff0000;
    font-size: 2em;
    margin: 0.5em 0;
}
.blog h4 a{
	color:#ff0000;
}
.blog  h4 a:hover {
	color:#fff;background:url(../images/lightininganimation.gif)no-repeat center 0px;
}
.blog p a {
	color:#FF0000;
}
.blog p a:hover{
	color: #fff;
}
.blog p{
	line-height:1.8em;
}
.blog p.w3-agilep {
    font-size: 1em;
    font-style: italic;
    margin: 0 0 1em;
}
.blog .w3lsmore {
    margin-top: 1.5em;
}
/*-- //blog --*/








.w3lsmore {
    margin-top: 1em;
}

.w3lsmore {
    margin-top: 3em; 
    padding-bottom: 1px;
}
.w3lsmore a {
    font-size: 1em;
    color: #fff;
    padding: 0.7em 2.5em;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Abel-Regular';
    text-decoration: none;
    display: inline-block;
}
h3.wthree-title {
    font-size: 4em;
    color: #FF0000;
	text-align:center;font-family: 'Abel-Regular';
}
p {
    font-size: 1.1em;
    color: #aaa;
    line-height: 1.8em;
    margin-top: 0.5em;
}

.slid h3.wthree-title,.testimonials h3.wthree-title {
  color: #fff;
}

.single-page h3 {
    font-size: 2.5em;
    color: #FF0000;
    margin-bottom: 0.6em;
}
.single-agileinfo a {
  display: block;
}
.single-page img{
	width:100%;
}
.about-wthreeimgs {
    padding-left: 0;
    float: left;
    width: 33%;
}
.blog {
    padding: 5em 0;
}









/* Pipaluk */

.button-pipaluk::before,
.button-pipaluk::after {
	content: '';
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.5s, background-color 0.5s;
	transition: transform 0.5s, background-color 0.5s;
	-moz-transition: transform 0.5s, background-color 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
	-moz-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}
.button-pipaluk::before {
	border: 2px solid #FF0000;
}
.button-pipaluk.button--inverted::after {
	background: #FF0000;
}
.button-pipaluk:hover::before {background:url(../images/lightning.gif)no-repeat center 0px;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
}
.button-pipaluk::before,
.button-pipaluk:hover::after {background:url(../images/lightininganimation.gif)no-repeat center 0px;
	-webkit-transform: scale3d(0.7, 0.6, 1);
	transform: scale3d(0.7, 0.6, 1);
	-moz-transform: scale3d(0.7, 0.6, 1);
	-o-transform: scale3d(0.7, 0.6, 1);
	-ms-transform: scale3d(0.7, 0.6, 1);
}
 


















/*-- shows --*/
.show-top-grids {
 
}
.show-grid-right{
    background: #f7f7f7;
    padding: 3em 0 0 3em;
}
.single-right{
	background: #f7f7f7;
    padding: 3em 0 0 3em;
}
.show-right-grids {
  margin-bottom: 1.5em;
}
.show-grid-right h3{
    font-size: 20px;
    color: #181818;
    margin: 0 0 1em 0;
    font-weight: 600;
}
.single-right h3{
	font-size: 20px;
    color: #181818;
    margin: 0 0 1em 0;
    font-weight: 600;
}
.show-right-grids ul {
  padding: 0;
  margin: 2em 0 0 0;
}
.show-right-grids ul li{
  display: inline-block;
  margin-left: 1em;
}
.show-right-grids ul li:nth-child(1){
	margin:0;
}
.show-right-grids ul li a{
    font-size: 13px;
    color: #9E9E9E;
    margin: 1em 0;
}
.show-right-grids ul li a:hover{
    text-decoration: underline;
    color: #21DEEF;
}
.show-right-grids ul li a img {
	width: 100%;
}


.show-top-grids {
		padding: 0;

	}








/*-- single --*/
.single-main{
	padding: 4em 1em 0 0;
}
.single-left {
  padding-bottom: 2em;
}
.song-info-left {
  float: left;
}





.single-left {
		float: left;
		width: 70%;
	}
	.single-right {
		padding: 2em;
		float: left;
		width: 30%;
	}
	.single-right-grid-left {
		padding: 0;
		margin-bottom: 1em;
	}
	.about-left-grids {
		text-align: center;
	}
	.creators-bottom-grid {
		margin-bottom: 2em;
	}
	.try-left {
		margin-bottom: 2em;
	}
	.try-right-left {
		margin-bottom: 2em;
	}
}


.single-left {
		float: none;
		width: 100%;
	}
	.single-right {
		float: none;
		width: 100%;
	}











/*-- single --*/
.song {
    width: 100%;
    padding: 1em;
    float: left;
}
.song-grid-right{
    width: 16%;
    float: left;
    margin-left: 2em;
}
.song iframe{
	width:100%;
	height:500px;
}
.song-info {
    padding-left: 0;
    padding: 0 0 1em;
}



.song-info  h5 {
    font-size: 4em;
    color: #ff0000;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}







.song-info h3{
  color: #272C2E;
  font-size: 22px;
  margin: 0;
  line-height: 1.5em;
}
.video-grid iframe {
    border: none;
    height: 376px;
}
.share h5{
    margin: 0;
    font-size: 20px;
    color: #525254;
}
.share ul{
	margin: 2em 0 0 0;
    padding: 0;
    list-style: none;
}
.share li{
    display: block;
    margin: 1em 0;
	color: #A8A8A8;
    font-size: 14px;
}
.share li a{
    color: #A8A8A8;
    font-size: 14px;
    text-decoration: none;
    padding-left: 3em;
    line-height: 2em;
}
.share li a.icon{
    background: url(../images/like.png) no-repeat 0px 0px;
    height: 34px;
    display: block;
}
.share li a.fb-icon{
    background: url(../images/fb.png) no-repeat 0px 0px;
}
.share li a.rss-icon{
    background: url(../images/rss.png) no-repeat 0px 0px;
}
.share li a.dribbble-icon{
    background: url(../images/dribbble.png) no-repeat 0px 0px;
}
.share li a.twitter-icon{
    background: url(../images/twitter.png) no-repeat 0px 0px;
}
.share li a.pinterest-icon{
    background: url(../images/pinterest.png) no-repeat 0px 0px;
}
.share li a.behance-icon{
    background: url(../images/behance.png) no-repeat 0px 0px;
}
.share li a.whatsapp-icon{
    background: url(../images/whatsapp.png) no-repeat 0px 0px;
}
.share li a.comment-icon{
    background: url(../images/comment.png) no-repeat 0px 0px;
}
.share li.view{
    background: url(../images/view.png) no-repeat 0px 0px;
    height: 34px;
    display: block;
    padding-left: 3em;
    line-height: 2em;
}
.share li a:hover{
	color:#464646;
}
.share.title{
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #525254;
}


















/*-- top-nav --*/
.top-nav {
	z-index: 999;
}
.top-nav nav.navbar.navbar-default {
    background-color: inherit;
    border: none;
    margin: 0;
}
.top-nav ul li {
    margin: 0 0.5em;
    display: inline-block;
}
.top-nav .navbar-default .navbar-nav > li > a:hover, .top-nav .navbar-default .navbar-nav > li > a:focus, .top-nav ul li  a.active:before {
    color: #5BD982;
}
/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.top-nav ul li a {
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 1.2em;
	color:#fff;
	font-family: 'Abel-Regular';
	position:relative;
}
.top-nav ul li a.link-kumya.active {
    background:url(../images/lightning.gif)no-repeat center 0px;
	color: #fff;
}
.top-nav .nav > li > a:hover, .top-nav .nav > li > a:focus,.top-nav ul li a.active{
    background:url(../images/lightning.gif)no-repeat center 0px;
}
/*-- drop-down --*/
.top-nav .nav .open > a, .top-nav .nav .open > a:hover, .top-nav .nav .open > a:focus {
    background-color: #FF5722;
    border: none;
}
.top-nav ul.dropdown-menu li a {
    color: #FF0000;
	font-size: 1.1em;
}
.top-nav ul.nav.navbar-right {
    margin-top: .3em;
}
.top-nav .navbar-right .dropdown-menu {
    left: 0;background:url(../images/lightininganimation.gif)no-repeat center 0px;
    right: auto;
    margin-top: 10px;
    min-width: 100%;
}
.top-nav .dropdown-menu > li > a:hover, .top-nav .dropdown-menu > li > a:focus {
    color: #ff0000;
    text-decoration: none;
    background:url(../images/lightning.gif)no-repeat center 0px;
}
.top-nav .navbar-right .dropdown-menu li {
    display: block;
}
/*-- //drop-down --*/

.top-nav .navbar-default .navbar-brand {
    color: #ff0000;
    font-size: 3em;
    padding: 13px 0;
}

/*-- drop-down --*/
.top-nav .nav .open > a, .top-nav .nav .open > a:hover, .top-nav .nav .open > a:focus {
    background-color: #FF0000;
    border: none;
}
.top-nav ul.dropdown-menu li a {
    color: #FF0000;
	font-size: 1.1em;
}
.top-nav ul.nav.navbar-right {
    margin-top: .3em;
}
.top-nav .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
    margin-top: 10px;
    min-width: 100%;
}
.top-nav .dropdown-menu > li > a:hover, .top-nav .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #FF0000;
}
.top-nav .navbar-right .dropdown-menu li {
    display: block;
}
/*-- //drop-down --*/








@media(max-width:1080px){
.top-nav ul li {
    margin: 0 0.2em;
}

@media(max-width:991px){
.top-nav ul li a {
    letter-spacing: 0;
    padding: 10px 11px;
} 


.top-nav ul li {
    display: block;
	margin: .5em 0;
}



.navbar-header.logo {
    padding: 0 2em;
}

.navbar-header.logo {
    padding: 0 1em;
}



