body { 
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'PT Sans Narrow', sans-serif;
}
body a,.w3l-slider-img,.w3ls-info-about,.navbar-toggle {
	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;
}
body a:hover {
	text-decoration: none;
}

body a:focus, a:hover {
	text-decoration: none;
	outline:none;
}
input[type="button"], input[type="submit"], button.btn {
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Merriweather Sans', sans-serif;
}
ul {
	margin: 0;
	padding: 0;
}
label {
	margin: 0;
}
.text-center {
	text-align: center;
}
/*-- //Reset-Code --*/
p {
	margin: 0;
	line-height: 2;
	font-size: 1em;
	color:#888;
}
/*-- header styling starts here --*/
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*----*/
.top-nav ul li {
    margin: 0 3em 0 0;
}
.top-nav ul li:nth-child(1) {
    margin-left: 0;
}
nav.navbar.navbar-default {
    background: #fff;
    border: none;
	margin-bottom: 0;
}	
.navbar-default .navbar-nav > li > a {
    color: #000;
    padding: 10px 0;
    font-size: 1.4em;
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
}
.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:focus {
    color: #33a1e3;
}
/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.top-nav ul li a {
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none;
  letter-spacing: 1px;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  font-size: 1em;
}
.top-nav ul li a:hover,
.top-nav ul li a:focus {
	outline: none;
}
/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.cl-effect-11 a {
	padding: 10px 0;
	color: #fff;
	text-shadow: none;
} 
.cl-effect-11 a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 10px 0;
	max-width: 0;
	color:#33a1e3;
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	-o-transition: max-width 0.5s;
	-ms-transition: max-width 0.5s;
	transition: max-width 0.5s;
}
.cl-effect-11 a:hover::before,
.cl-effect-11 a:focus::before,.cl-effect-11 a.active::before{
	max-width: 100%;
}
div#bs-example-navbar-collapse-1 {
    float:right;
}
ul.nav.navbar-nav.navbar-center.cl-effect-11 {
    margin-top: 1.3em;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color:#33a1e3;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #33a1e3;
}
.navbar-default .navbar-brand{
	height: 80px;
    padding: 0 0 0 2.5em;
    font-size: .8em;
    line-height: 86px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: url(../images/logo1.png) no-repeat 0px 0px;
    margin-left: 1em;
	font-weight: 600;
	font-family: 'Skranji', cursive;
	color:#33a1e3;
}
.navbar-default .navbar-brand:hover{
	color:#33a1e3;
}
/*--banner--*/
.banner {
    background: url(../images/1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 800px;
    position: relative;
}
.bnr-text p {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.8em;
    margin-top: 2em;
    letter-spacing: 1px;
}
/*--//banner--*/
/*--Slider Part starts Here--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 45%;
    left: 6%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 53px;
    width: 32px;
    background: url("../images/icons.png") no-repeat 0px 0px;
}
.callbacks_nav.next {
    left: auto;
    background-position: right;
    right: 5%;
}
.callbacks_nav:active {
  opacity: 1.0;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
}
.callbacks_tabs {
    list-style: none;
    position: absolute;
    z-index: 999;
    bottom: 8%;
    right: 10%;
    padding: 0;
    margin: 0;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.callbacks_tabs li{
	display: inline-block;
}
@media screen and (max-width: 600px) {
.callbacks_nav {
    top: 47%;
}
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  height: 12px;
  width: 12px;
  display: inline-block;
  border:2px solid #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.callbacks_here a:after{
	border-color:#A94776;
	background: #FFFFFF;
}
/*--//Slider part Ends Here --*/
.w3ls-section{
	padding:4em 0;
}
h3.agileits-title {
    font-size: 2.5em;
    color: #33a1e3;
    line-height: 2;
    margin-bottom: 1em;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
	position:relative;
}
h3.agileits-title:before {
    content: '';
    background: url(../images/logo1.png)no-repeat 0px 0px;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 42%;
    width: 55px;
    height: 55px;
    z-index: 0;
}
#gallery h3.agileits-title:before{
	left:40.5%;
}
#trainers h3.agileits-title:before{
	left:39.5%;
}
#updates h3.agileits-title:before{
	left:36.5%;
}
#contact h3.agileits-title:before{
	left:37.5%;
}
.shy-menu-panel ul li.active a,.link-effect-8 a:hover{
	color:#a4dd25;
}
.w3_banner_info {
    margin: 13em auto 0;
    text-align: center;
}
h3.test {
    position: absolute;
    text-align: right;
    color: #fff;
    font-size: 2.2em;
    font-style: italic;
    letter-spacing: 4px;
    line-height: 1.5em;
    width: 50%;
    left: 22%;
    top: -11%;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 300;
}
h2.h2-title {
    font-size: 10em;
    color: #FFF;
    font-family: 'Norican', cursive;
	letter-spacing:4px;
}
h2.h2-title:first-letter {
    font-size: 1.5em;
    color: #fff;
} 
.w3_banner_info_grid{
	position:relative;
}
.w3_banner_info_grid ul li {
    display: inline-block;
    font-size: 1.2em;
    margin: 0 0.3em;
    letter-spacing: 1px;
}
.w3_banner_info_grid ul li a {
    display: block;
    padding: 0.5em 3em;
    text-decoration: none;
}
.w3l_contact, .w3ls_more:hover {
    border: 2px solid #fff;
    color: #ffffff !important;
    background: none;
}
.w3ls_more, .w3l_contact:hover {
    border: 2px solid #ffffff;
    background: #ffffff;
    color: #000 !important;
}
.w3ls_more:focus{
	outline:none;
}
span.char3 {
    text-transform: initial;
}
.w3_banner_info_grid p {
    margin: 1em 0 6em;
    color: #fff;
    line-height: 2em;
    letter-spacing: 4px;
}
/*-- about --*/
.about1-left.about-w3l-grid2 {
    background: #e56d3f;
}
.wthree-almubimg {
      background: url(../images/g4.jpg)no-repeat center;
    background-size: cover;
    min-height: 406.4px;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
    display: block;
} 
.wthree-almubimg.about-grid3 {
    background: url(../images/g1.jpg)no-repeat center;
    min-height: 406.4px;
    background-size: cover;
}
.about-right,.about1-left{ 
    background: #111727;
    padding: 8em 3em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.wthree-almubimg.wthree1-almubimg {
    background: url(../images/g2.jpg)no-repeat center;
    background-size: cover;
}
.about-left, .about1-right {
    padding: 0;
}
.about1-right {
    float: right;
}
.about h4 {
    font-size: 2em;
    /* font-weight: bold; */
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0.8em;
}
.about  p {
     font-size: 1em;
    letter-spacing: 1px;
    color:#ede5e5;
    line-height: 2.2;
    margin: 1.5em 0 2em;
}
/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.more a {
    padding: 0.8em 2.2em;
    background-color: #777;
    color: #000;
    font-weight: 500;
    border: none;
    font-size: 1em;
    letter-spacing: 1px;
    outline: none;
}
.more a:hover {
	background-color: #000;
	color: #FFF;
}
span.glyphicon.glyphicon-arrow-right  {
	margin-left: 5px;
}
/*-- //about --*/
/*-- gallery --*/ 
.gallery-grids img {
    width: 100%;
}
.gallery-grids.gallery-row2 {
    margin: 2em 0;
}
/*-- gallery-hover effect --*/
.w3ls-hover {
	background-color: #FFF;
	display: block; 
	overflow: hidden;
	position: relative; 
	text-align: center;
} 
.w3ls-hover .view-caption { 
    padding: 5.5em 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%; 
	opacity: 0;
	background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
}
.w3ls-hover .view-caption h5 {
    color: #fff;
    padding: 12px 10px;
    border: 1px solid rgba(204, 204, 204, 0.3);
    display: block;
    font-weight: bold;
    font-size: 1.5em;
    width: 70%;
    margin: 3.5em auto 1em;
    background: rgba(255, 255, 255, 0.21);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.w3ls-hover .view-caption span {
    color: #fff;
    font-size: 1.2em;
    margin-top: 6%;
    display: inline-block;
    border: 1px solid #fff;
    padding: 1em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
}
.w3ls-hover:hover .view-caption { 
	background-color: rgba(51, 161, 227, 0.74);
	opacity: 1;
	width: 100%;
}
.w3ls-hover .view-caption span:hover {
    color: #e56d3f;
    border-color: #fff;
}
.view-caption.gallery-row1 h5 {
    margin-top: 0.8em;
}
/*-- //gallery --*/
.w3-about-grids h4 {
    font-size: 1.5em;
    color: #fff;
    letter-spacing: 1px;
    padding: 1em;
    display: inline-block;
    background: #33a1e3;
    text-transform: capitalize;
}
div#trainers {
    padding: 2em 0 28em;
}
.w3ls-info-about:hover,.w3l-slider-img:hover {
    background: #33a1e3;
}
.w3ls-info-about h5 {
    font-size: 1em;
    text-transform: capitalize;
    letter-spacing: 1px;
}
div#trainers h3{
    margin-bottom:3em
}
.w3ls-info-about:hover .w3l-slider-img h4, .w3ls-info-about:hover.w3ls-info-about h4{
    color:#fff;
}
.w3l-slider-img:hover.w3l-slider-img h4, .w3l-slider-img:hover.w3ls-info-about h4{
	color:#fff;
}
.w3l-team {
    text-align: center;
    position: relative;
}
.w3l-slider-img {
    position: absolute;
    left: 2em;
    top: -4em;
    padding: 4em;
    width: 52%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    -o-box-shadow: 0px 0px 10px 0px #ccc;
    -ms-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 1px 4px 11px 4px #ccc;
}
.w3ls-info-about {
    position: absolute;
    left: 46%;
    z-index: 99;
    padding: 4em;
    top: 107%;
    background: #eceef2;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    -o-box-shadow: 0px 0px 10px 0px #ccc;
    -ms-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 1px 4px 11px 4px #ccc;
}
.w3ls-info-about.trainer-2 {
    background: #33a1e3;
}
.w3ls-info-about.trainer-2 h4,.w3ls-info-about.trainer-2 h5{
    color: #fff;
} 
.w3ls-info-about.team-4 {
    left: 35%;
    width: 57%;
    padding: 4em 3em;
}
.w3l-slider-img.team-3 {
    left: -3em;
}
.w3ls-info-about.team-4 {
    left: 35%;
}
.w3l-slider-img h4, .w3ls-info-about h4 {
    font-size: 1.4em;
    letter-spacing: 1px;
    color: #000;
    line-height: 1.4em;
    text-transform: uppercase;
    padding: 0.8em 0 0.5em;
}
.w3ls-info-about:hover.w3ls-info-about h5,.w3ls-info-about:hover.w3l-slider-img h5 {
    color: #fff;
}

.w3l-slider-img:hover.w3ls-info-about h5,.w3l-slider-img:hover.w3l-slider-img h5 {
    color: #fff;
}
.w3ls-info-about p {
    /* margin: 0em 0 2em 0; */
    color: #ffffff;
    line-height: 2.2em;
    background: rgba(0, 0, 0, 0.85);
    font-size: 0.9em;
    letter-spacing: 2px;
}
.w3l-slider-img h5 {
    color: #000;
    font-size: 1em;
    letter-spacing: 1px;
}
p.about-para-w3ls {
    color: #777;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.5px;
    margin-bottom: 2em;
}
/*-- //about --*/
/*-- order --*/
.order-w3lsgrids{
    -webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    -o-box-shadow: 0px 0px 10px 0px #ccc;
    -ms-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;
}
.order-w3text {
    text-align: center;
    padding: 2.5em 0;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    /* -webkit-border-radius: 50%; */
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    /* border-radius: 50%; */
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.order-w3text i.fa {
    font-size: 2.5em;
    color: #08cae2;
}
.order-w3text h5{
    font-size: 1.4em;
    margin-top: 1em;
    color: #333;
} 
.order-w3text span {
    font-size: 5em;
    color: #fff;
    font-weight: 900;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:url(../images/t1.jpg)no-repeat center;
    padding: 1.4em 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.order-w3text:hover  span{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
} 
p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
}
p.w3lsorder-text {
    margin-bottom: 5em;
    text-align: center;
    margin-top: 1em;
}
.wthree-order {
    position: relative;
}
img.w3order-img {
    position: absolute;
    width: 15%;
    left: 0;
    top: 12%;
}
.w3l-slider-img img {
    width: 80%;
    border-radius: 50%;
}
.w3ls-info-about img {
    width: 70%;
    border-radius: 50%;
}
.w3ls-info-about.team-4 img {
    width: 55%;
}
.order-w3lsgrids .team1{
    position: relative;
}
.order-w3lsgrids.wthree-team1 {
    position: absolute;
    left: 11%;
    z-index: 999;
    height: 100%;
    width: 20%;
    top: 24%;
}
.order-w3lsgrids.wthree-team2 {
    position: absolute;
    left: 28%;
    z-index: 999;
    height: 100%;
    width: 20%;
    top: 44%;
}
.order-w3lsgrids.wthree-team3 {
    position: absolute;
    left: 45%;
    z-index: 999;
    height: 100%;
    width: 20%;
    top: 25%;
}
.order-w3lsgrids.wthree-team4 {
    position: absolute;
    right: 18%;
    z-index: 999;
    height: 100%;
    width: 20%;
    top: 44%;
}
/*-- //order --*/
/*-- news --*/
.news-w3grid {
    position: relative; 
    padding: 0;
	overflow: hidden;
} 
.news img {
    width: 100%;
}
.news-w3grid-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding:3.5em;
	-webkit-transition: .5s all;
	transition: .5s all;
	-moz-transition: .5s all;
}
.owl-item{
    position: relative;
    padding: 0;
    overflow: hidden;
}
.item {
    text-align: left;
}
.item h5 {
    font-size: 2em;
    color: #fff;
}
.item h5 span {
    font-size: 2em;
    font-weight: 100;
    letter-spacing: -3px;
}
.news-w3grid-info h4 {
    font-size: 1.2em;
    background: #6199ff;
    margin: 3.5em 0 0;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    letter-spacing: 1px;
}
.news-w3grid-info p {
    color: #fff;
    margin-top: 1em;
    font-size: .9em;
	margin-right: 3em;
	letter-spacing: 1px;
}
.article-links ul li {
    display: inline-block;
    margin-right: 2em;
	color:#fff;
}
.article-links ul li i.glyphicon {
    margin-right: 8px;
}
.article-links {
    margin-top: 4em;
	-webkit-transition:.5s all;
	transition:.5s all;
	-moz-transition:.5s all;
}
.article-links ul li a {
    font-size:0.9em;
    color: #fff;
}
.article-links ul li a:hover{
    color:#000;
}
.news-w3grid-info:hover .article-links{
	margin-top: 1em;
}
.news-w3grid-info:hover h4 {
    margin: 1.5em 0 0;
}
.item:hover .news-w3grid-info{
	background: rgba(239, 113, 122, 0.55);
}
/*-- //news --*/
/*--contact--*/
div#contact p {
    color: #999;
    margin-bottom: 1em;
	letter-spacing:1px;
}

.w3l-contact-img {
    background: url(../images/contact.jpg) no-repeat center;
    min-height: 300px;
}
.agileits_w3layouts-map iframe{
	width:100%;
	min-height:459px;
	position:relative;
}
.agileits-map {
    text-align: center;
    position: absolute;
    top: 24%;
    padding: 2em 3em;
    background: rgba(72, 74, 76, 0.17);
    left: 30%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.contact-right-w3l ::-webkit-input-placeholder {
   color: #fff;
}
.contact-right-w3l:-moz-placeholder { /* Firefox 18- */
   color: #fff;
} 
.contact-right-w3l ::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;  
} 
.contact-main :-ms-input-placeholder {  
    color: #fff;
}	
.contact-right-w3l input[type="text"], .contact-right-w3l input[type="email"] {
    font-size: 1em;
    outline: none;
    padding: 0.8em 1em;
    width: 48.5%;
    border: 1px solid rgb(200, 200, 200);
    margin-bottom: 1em;
    color: #000;
	letter-spacing:1px;
}
.contact-right-w3l input[type="text"]:nth-child(1),.contact-right-w3l input[type="email"] {
    margin-right:2%;
}
.contact-right-w3l textarea{
	width:100%;
	padding: 0.7em;
	outline:none;
	resize:none;
	height:100px;
	border:none;
	font-size:1em;
	border: 1px solid rgb(200, 200, 200);
	color:#000;
	letter-spacing:1px;
}
.contact-right-w3l input[type="submit"] {
    background:#e56d3f;
    color: #fff;
    padding: 0.8em 2em;
    letter-spacing: 1px;
    margin-top: 1.3em;
    border: 1px solid #ffffff;
    outline: none;
    font-size: 1em;
}
.contact-right-w3l input[type="submit"]:hover {
    background: #33a1e3;
    color: #fff;
    border: 1px solid #eceef2;
}
.contact-right-w3l {
    padding: 1em;
}
.contact-right-w3l ::-webkit-input-placeholder {
   color: #777;
}
.contact-right-w3l:-moz-placeholder { /* Firefox 18- */
   color: #777;
} 
.contact-right-w3l ::-moz-placeholder {  /* Firefox 19+ */
    color: #777;  
} 
.contact-main :-ms-input-placeholder {  
    color: #777;
}
/*-- //contact --*/
/*-- Footer --*/
.footer-main h4 {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 1.5em;
    text-align: center;
	text-transform:capitalize;
}
.agileits-map h4 {
    background: rgba(10, 10, 10, 0.71);
    padding: 0.7em 1em;
	font-size:1em;
}
.ftr-grid.fg2 {
    padding: 0em 1em;
}
.ftr-grid.fg2.w3ls-subscribe {
    padding: 4.15em 1em 7em;
    background: #e56d3f;
}
.footer {
    background:#33a1e3;
}
.ftr-grid p {
    color: #999;
    line-height: 2;
    margin-top: 5%;
}
.ftr-grid.fg1 a {
    color: #fff;
    margin-top: 0.5em;
    display: inline-block;
    font-size: 1em;
}
.ftr-grid.fg1 a:hover {
    color: #fff;
	 transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.ftr-text p a {
    color: #777;
	letter-spacing:1px;
}
.ftr-grid ul {
    padding: 0em;
    list-style: none;
}
.ftr-grid ul li {
    font-size: 1em;
    color: #777;
}
.local {
    float: left;
    width: 13%;
}
.ftr-text {
    float: right;
    width: 86%;
}
.local i {
    font-size: 1.5em;
    color: #33a1e3;
    margin-top: 41%;
}
ul.top-links li {
    display: inline-block;
    margin: 0 0.8em;
}
.right-w3l ul.top-links li a i.fa {
    color: #000;
    background-color: #fff;
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.right-w3l ul.top-links li a i.fa:hover {
    color: #33a1e3;
    background-color: #000;
}
.right-w3l {
	margin-top: 1em;
}
.right-w3-2 ul.text-w3 li a:hover, .ftr-text p a:hover{
	color:#000;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -webkit-appearance: none;
}
.fotw3 ul.top-links li a i.fa:hover , .fotw33 ul.top-links li a i.fa:hover {
    background-color: #478bca;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -webkit-appearance: none;
}
/*-- Newsletter --*/
.newsletter-agile {
    text-align: center;
    padding: 1em 4em;
}
.newsletter-agile p {
    color: #fff;
    letter-spacing: 1px;
    margin: 1em 0em 2em;
}
.newsletter-agile input[type="email"] {
    padding: 1em;
    border: none;
    letter-spacing: 1px;
    font-size: 1em;
    color: #fff;
    outline: none;
    background: #fff;
    width: 100%;
    margin-bottom: 2em;
}
.newsletter-agile input[type="submit"] {
    color: #fff3f3;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.33);
    border: none;
    width: 30%;
    padding: 0.8em 0;
    outline: none;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -webkit-appearance: none;
}
.newsletter-agile input[type="submit"]:hover {
    background: #eceef2;
    color: #000;
}
/*-- //Newsletter --*/
.copyrights {
    background: #eceef2;
    padding: 1.5em;
    text-align: center;
}
.copyrights p {
    font-size: 1em;
    color: #000;
    letter-spacing: 2px;
}
.copyrights p a{
	color:#000;
	font-weight:600;
}
/*-- Footer --*/
.modal-body img {
    width: 100%;
}
.modal-body p {
    margin: 15px 0 10px;
    color: #888;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 2em;
    text-align: center;
}
.modal-title {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 15px 15px 0 0px;
    border-bottom: none;
}
.modal-body h5 {
    font-size: 23px;
    text-align: center;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    margin-top: 1.3em;
}
.about-wthree {
    padding: 5em 0 22.6em 0px;
    background: #eceef2;
}
  /*-- 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 --*/ 
/* -- Responsive code -- */
@media screen and (max-width: 1920px){
	#about h3.agileits-title:before {
		left: 43%;
	}
}
@media screen and (max-width: 1680px){
	#about h3.agileits-title:before {
		left: 42%;
	}
}
@media screen and (max-width: 1440px){
	#about h3.agileits-title:before {
		left: 41%;
	}
	.about-right, .about1-left {
		padding: 6.92em 3em;
	}
}
@media screen and (max-width: 1280px){
	#about h3.agileits-title:before {
		left: 40%;
	}
}
@media screen and (max-width: 1080px){
	.w3ls-section {
		padding: 3.5em 0;
	}
	h3.test {
		width: 59%;
	}
	#about h3.agileits-title:before {
		left: 38%;
	}
	#trainers h3.agileits-title:before {
		left: 37%;
	}
	.about-right, .about1-left {
		padding: 5.85em 3em;
	}
	#gallery h3.agileits-title:before {
		left: 38.5%;
	}
	.w3ls-hover .view-caption h5 {
        margin: 2.2em auto 1em;
	}
	.view-caption.gallery-row1 h5 {
		margin-top: 0em;
	}
	#updates h3.agileits-title:before {
		left: 33.5%;
	}
	#contact h3.agileits-title:before {
		left: 35.5%;
	}
	.ftr-text {
		width: 83%;
	}
	.ftr-grid.fg2.w3ls-subscribe {
		padding: 4.15em 1em 5em;
	}
	.item img {
		width: 100%;
		height: auto;
	}
	
}
@media screen and (max-width: 1050px){
	
}
@media screen and (max-width: 1024px){
	.banner {
		min-height: 760px;
	}
	.w3_banner_info {
		margin: 12em auto 0;
	}
}
@media screen and (max-width: 991px){
	.top-nav ul li {
		margin: 0 1.5em 0 0;
		font-size: 0.9em;
	}
	.navbar-default .navbar-brand{
		margin-left:0;
	}
	div#bs-example-navbar-collapse-1 {
		margin-right: 10px;
	}
	h3.test {
		width: 70%;
		font-size: 2em;
	}
	h2.h2-title {
		font-size: 9.5em;
	}
	#trainers h3.agileits-title:before {
		left: 33%;
	}
	#about h3.agileits-title:before {
		left: 37%;
	}
	#gallery h3.agileits-title:before {
		left: 35.5%;
	}
	#updates h3.agileits-title:before {
		left: 28.5%;
	}
	#contact h3.agileits-title:before {
		left: 30.5%;
	}
	.w3l-team {
		width: 77%;
	}
	.w3l-slider-img.team-3 {
		left: 24em;
	}
	.w3ls-info-about.team-4 img {
		width: 70%; 
	}
	.w3l-slider-img,.w3ls-info-about,.w3ls-info-about.team-4 {
		padding: 3em;
		width: 43%;
	}
	.w3ls-info-about.team-4 {
		left: 97%;
	}
	.w3ls-info-about {
		left: 23%;
	}
	.w3l-slider-img {
		left: -5em;
	}
	.gallery-grids {
		width: 33.33%;
		float: left;
		padding: 0 5px;
	}
	.gallery-grids.gallery-row2 {
		float: left;
		width: 50%;
		padding: 0 5px;
		margin: 5px 0;
	}
	.w3ls-hover .view-caption {
		padding: 4.5em 0;
	}
	.w3ls-hover .view-caption h5 {
		padding: 10px 10px;
		font-size: 1.2em;
		width: 81%;
	}
	.view-caption.gallery-row1 h5 {
		padding: 10px 10px;
		font-size: 1.2em;
		width: 81%;
	}
	.ftr-grid.fg2 {
		padding: 1em;
		width: 100%;
		float:none;
	}
	.ftr-grid p {
		margin-top: 0.5%;
	}
	.ftr-text {
		width: 93%;
	}
	.local {
		width: 2%;
	}
	.contact-right-w3l {
		padding: 1em;
		width: 70%;
		float: left;
	}
	.w3l-contact-img {
		width: 30%;
		float: left;
	}
	.ftr-grid.fg2.w3ls-subscribe {
		width: 50%;
		float: right;
	}
	.newsletter-agile {
		padding: 1em;
	}
	.newsletter-agile input[type="submit"] {
       width: 36%;
	}
	.agileits_w3layouts-map iframe {
       min-height: 448px;
	}
	.agileits-map {
		top: 27%;
		left: 23%
	}
	.wthree-almubimg.about-grid3 {
		min-height: 406px;
	}
	.news-w3grid-info {
		padding: 2.5em 2em;
	}
	.aitspartnersw3l {
		margin-bottom: 3em;
	}
}
@media screen and (max-width: 900px){
	.w3_banner_info_grid p {
		margin: 1em 0 5em;
	}
	#about h3.agileits-title:before {
		left: 36%;
	}
	.w3l-slider-img h4, .w3ls-info-about h4 {
		font-size: 1.2em;
	}
	.w3l-slider-img img ,.w3ls-info-about img ,.w3ls-info-about.team-4 img{
		width: 68%;
	}
	.w3l-slider-img {
		left: -4em;
	}
	.about h4 {
		font-size: 1.8em;
	}
	.wthree-almubimg {
		min-height: 402px;
	}
	.wthree-almubimg.about-grid3 {
		min-height: 402px;
	}
	.news-w3grid-info {
		padding: 3em 2em;
	}
}
@media screen and (max-width: 800px){
	.banner {
		min-height: 720px;
	}
	.w3ls-hover .view-caption {
		padding: 4.2em 0;
	}
	#about h3.agileits-title:before {
		left: 34%;
	}
	h3.agileits-title {
		font-size: 2.4em;
	}
	.w3l-slider-img {
		left: 0em;
	}
	.w3ls-info-about {
		top: 116px;
		left: 30%;
	}
	.w3ls-info-about.team-4 {
		left: 89%;
	}
	div#trainers {
		padding: 2em 0 30em;
	}
	.about-right, .about1-left {
		padding: 4.8em 3em;
	}
}
@media screen and (max-width: 768px){
	h2.h2-title {
		font-size: 9em;
	}
	.w3l-slider-img, .w3ls-info-about, .w3ls-info-about.team-4 {
		padding: 3em 2.5em;
		width: 41%;
	}
	.about h4 {
		font-size: 1.6em;
	}
	.about-right, .about1-left {
		padding: 4.9em 3em;
	}
	
}
@media screen and (max-width: 767px){
	.navbar-left {
		 float: none !important;
	}
	ul.nav.navbar-nav.navbar-center.cl-effect-11 {
		margin: 0 0 1em;
	}
	h2.h2-title {
		font-size: 8em;
	}
	.navbar-brand {
		height: 64px;
	}
	.navbar-nav{
		margin:0;
	}
	.navbar-toggle {
        margin-top: 25px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff !important
	}
	.navbar-toggle {
		background-color: #33a1e3;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #e56d3f !important
	}
	.navbar-default .navbar-brand{
		margin-left:0;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: 0px solid #FFF;
	}
	nav.linkEffects.cl-effect-1 ul li {
		z-index: 9999;
	}
	nav.navbar.navbar-default {
		right: 0px;
	}
	.navbar-default .navbar-nav > li {
		width: 100%;
		background:transparent;
		margin: 0.2em auto;
		padding: 0.4em 0;
		text-align:center;
	}
	div#bs-example-navbar-collapse-1 {
		float: none;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		position: absolute;
		width: 100%;
		background: rgba(255, 255, 255, 0.97);
		z-index: 999;
	}
}
@media screen and (max-width: 736px){
	h2.h2-title:first-letter {
		font-size: 1.3em;
	} 
	.w3_banner_info_grid p {
		margin: 1em auto 5em;
		width: 90%;
	}
	.w3ls-hover .view-caption {
		padding: 3.7em 0;
	}
	#about h3.agileits-title:before {
		left: 32%;
	}
	.w3l-slider-img.team-3 {
		left: 23em;
	}
	.about1-right {
		float: none;
	}
	.item h5 {
		font-size: 1.8em;
	}
}
@media screen and (max-width: 667px){
	h3.test {
		left: 13%;
		width: 78%;
	}
	.banner {
		min-height: 647px;
	}
	.w3_banner_info_grid p {
		margin: 1em auto 3em;
		width: 90%;
	}
	.w3_banner_info {
		margin: 10em auto 0;
	}
	.w3ls-hover .view-caption {
		padding: 3em 0;
	}
	#about h3.agileits-title:before {
		left: 31%;
	}
	#gallery h3.agileits-title:before {
		left: 33.5%;
	}
	#trainers h3.agileits-title:before {
		left: 31%;
	}
	#updates h3.agileits-title:before {
		left: 25.5%;
	}
	#contact h3.agileits-title:before {
		left: 28.5%;
	}
	.w3l-slider-img {
		left: 5em;
	}
	.w3ls-info-about {
		top: 151px;
		left: 4%;
	}
	.about-right, .about1-left {
		padding: 4em 3em;
	}
	.w3ls-info-about.team-4 {
		left: 78%;
	}
	.w3l-slider-img, .w3ls-info-about, .w3ls-info-about.team-4 {
		padding: 3em;
		width: 45%;
	}
	div#trainers {
		padding: 2em 0 32em;
	}
	.agileits_w3layouts-map,.ftr-grid.fg2.w3ls-subscribe {
		width: 100%;
		float: none;
	}	
	.agileits_w3layouts-map{
		padding:0;
	}
	.agileits_w3layouts-map iframe {
		min-height: 350px;
	}
	.agileits-map {
		top: 20%;
		left: 34%;
	}
	.ftr-grid.fg2.w3ls-subscribe {
		padding: 3em 1em 2em;
	}
	.news-w3grid-info {
		padding: 2em 2em;
	}
	.news-w3grid-info h4 {
		margin: 1.5em 0 0;
	}
	.item h5 {
		font-size: 1.5em;
	}
}
@media screen and (max-width: 640px){
	h2.h2-title {
		font-size: 7.8em;
	}
	h3.test {
		font-size: 1.8em;
		top: -15%;
		width: 73%;
		letter-spacing: 3px;
	}
	#gallery h3.agileits-title:before {
		left: 32.5%;
	}
	#trainers h3.agileits-title:before {
		left: 30%;
	}
	.w3ls-info-about {
		top: 143px;
		left: 6%;
	}
	.w3ls-info-about.team-4 {
		left: 79%;
	}
	#contact h3.agileits-title:before {
		left: 27.5%;
	}
	.agileits_w3layouts-map iframe {
		min-height: 311px;
	}
	.w3-about-grids h4 {
		font-size: 1.4em;
	}
	.news-w3grid-info {
		padding: 1em 2em;
	}
}
@media screen and (max-width: 600px){
	.w3_banner_info {
		margin: 9em auto 0;
	}
	h2.h2-title {
		font-size: 7.2em;
	}
	.banner {
		min-height: 575px;
	}
	.w3_banner_info_grid ul li a {
		padding: 0.5em 2.5em;
	}
	.w3_banner_info_grid ul li{
		font-size:1em;
	}
	.w3ls-hover .view-caption {
		padding: 2em 0;
	}
	.view-caption.gallery-row1 {
		padding: 2.7em 0;
	}
	#about h3.agileits-title:before {
		left: 29%;
	}
	.w3ls-section {
		padding: 3em 0;
	}
	#gallery h3.agileits-title:before {
		left: 31.5%;
	}
	#trainers h3.agileits-title:before {
		left: 29%;
	}
	.w3l-slider-img, .w3ls-info-about, .w3ls-info-about.team-4 {
		width: 50%;
	}
	.w3l-slider-img {
		left: 2em;
	}
	.w3l-slider-img.team-3 {
		left: 22em;
	}
	.w3ls-info-about {
		left: 15%;
	}
	#updates h3.agileits-title:before {
		left: 22.5%;
	}
	#contact h3.agileits-title:before {
		left: 25.5%;
	}
	.news-w3grid-info h4 {
		margin: 1em 0 0;
	}
	.news-w3grid-info h4 {
		font-size: 1em;
	}
}
@media screen and (max-width: 568px){
	.w3_banner_info {
		margin: 8em auto 0;
	}
	h3.test {
		width: 73%;
		left: 9%;
		font-size: 1.5em;
		top: -12%;
	}
	h2.h2-title {
		font-size: 7em;
	}
	.banner {
		min-height: 550px;
	}
	.w3_banner_info_grid ul li a {
		padding: 0.5em 2em;
	}
	.w3_banner_info_grid p {
		letter-spacing: 3px;
	}
	h3.agileits-title {
		font-size: 2.2em;
	}
	.gallery-grids {
		width: 100%;
		float: left;
		padding: 0 5px;
	}
	.gallery-grids.gallery-row2 {
		margin: 0px 0;
		float: left;
		width: 100%;
		padding: 0 5px;
	}
	.w3ls-hover .view-caption {
		padding: 8em 0;
	}
	.view-caption.gallery-row1 {
		padding: 11em 0;
	}
	.w3l-slider-img, .w3ls-info-about, .w3ls-info-about.team-4 {
		width: 60%;
	}
	.w3ls-info-about {
		left: 61%;
		top: 2px;
	}
	.w3l-slider-img.team-3 {
		left: 3em;
		top: 234px;
	}
	.w3ls-info-about.team-4 {
		left: 61%;
		top: 290px;
	}
	.w3l-slider-img {
		left: 3em;
	}
	div#trainers {
		padding: 2em 0 43em;
	}
	.ftr-text {
		width: 89%;
	}
	.item h5 {
		font-size: 1.3em;
	}
	.about-right, .about1-left {
		padding: 3em 2em;
	}
	.news-w3grid-info {
		padding: 0em 2em;
	}
}
@media screen and (max-width: 480px){
	.banner {
		min-height: 510px;
	}
	.w3_banner_info {
		margin: 7em auto 0;
	}
	h2.h2-title {
		font-size: 6.2em;
	}
	h3.test {
		width: 80%;
		font-size: 1.3em;
	}
	#about h3.agileits-title:before {
		left: 25%;
	}
	#gallery h3.agileits-title:before {
		left: 27%;
	}
	#trainers h3.agileits-title:before {
		left: 24%;
	}
	#updates h3.agileits-title:before {
		left: 17.5%;
	}
	#contact h3.agileits-title:before {
		left: 20%;
	}
	.w3ls-hover .view-caption {
		padding: 6em 0;
	}
	.view-caption.gallery-row1 {
		padding: 9em 0;
	}
	.w3l-team {
		width: 100%;
	}
	.w3l-slider-img, .w3ls-info-about, .w3ls-info-about.team-4 {
		width: 55%;
	}
	.about-right, .about1-left {
		padding: 4em 2em;
	}
	.w3ls-info-about {	
		top: 209px;
	}
	.w3l-slider-img,.w3l-slider-img.team-3  {
		left: 7em;
	}
	.w3l-slider-img.team-3 {
		top: 474px;
	}
	.w3ls-info-about.team-4 {
		top: 738px;
	}
	.w3ls-info-about,.w3ls-info-about.team-4 {	
		left: 22%;
	}
	 div#trainers {
		padding: 2em 0 75em;
	}
	.contact-right-w3l {
		width: 100%;
		float:none;
	}
	.contact-right-w3l input[type="text"], .contact-right-w3l input[type="email"]{
		width:100%;
	}
	.w3l-contact-img {
		width: 60%;
		float:none;
		margin: 0 auto;
	}
	.about-right, .about1-left {
		padding: 2em 2em;
	}
	.news-w3grid-info {
		padding: 1em 2em;
	}
	
}
@media screen and (max-width: 414px){
	.banner {
		min-height: 474px;
	}
	h2.h2-title {
		font-size: 5.8em;
		letter-spacing: 3px;
	}
	.w3_banner_info_grid p {
		letter-spacing: 2px;
	}
	h3.test {
		font-size: 1.3em;
		top: -18%;
	}
	.w3_banner_info {
		margin: 6em auto 0;
	}
	.navbar-default .navbar-brand {
		font-size: .75em;
	}
	h3.agileits-title {
		font-size: 2.1em;
	}
	.w3ls-hover .view-caption {
		padding: 4em 0;
	}
	.view-caption.gallery-row1 {
		padding: 7em 0;
	}
	#about h3.agileits-title:before {
		left: 22%;
	}
	#gallery h3.agileits-title:before {
		left: 24%;
	}
	#trainers h3.agileits-title:before {
		left: 20%;
	}
	.w3l-slider-img, .w3l-slider-img.team-3 {
		left: 5em;
	}
	.w3l-slider-img, .w3ls-info-about, .w3ls-info-about.team-4 {
		width: 63%;
	}
	.w3ls-info-about, .w3ls-info-about.team-4 {
		left: 19%;
	}
	#updates h3.agileits-title:before {
		left: 12.5%;
	}
	#contact h3.agileits-title:before {
		left: 15%;
	}
	.wthree-almubimg,.wthree-almubimg.about-grid3 {
		min-height: 265px;
	}
	
	.article-links {
		margin-top: 2em;
	}
}
@media screen and (max-width: 384px){
	.banner {
		min-height: 447px;
	}
	.w3_banner_info_grid p {
		margin: 1em auto 1em;
	}
	.navbar-default .navbar-brand {
		background-size: 68px;
		background-position: -10px 6px;
		padding: 0 0 0 1.7em;
		letter-spacing: 0px;
		font-size:0.7em;
	}
	.navbar-toggle {
       padding: 7px;
	   margin-right: 9px;
   	}
	.w3_banner_info_grid p {
		letter-spacing: 1px;
	}
	h3.test {
		width: 84%;
	}
	h2.h2-title {
		font-size: 5.5em;
		letter-spacing: 2px;
	}
	.view-caption.gallery-row1 {
		padding: 6.5em 0;
	}
	#about h3.agileits-title:before {
		left: 19%;
	}
	.w3ls-section {
		padding: 2.8em 0 0;
	}
	#gallery h3.agileits-title:before {
		left: 21%;
	}
	#trainers h3.agileits-title:before {
		left: 17%;
	}
	.w3l-slider-img, .w3ls-info-about, .w3ls-info-about.team-4 {
		width: 70%;
	}
	.w3l-slider-img, .w3l-slider-img.team-3 {
		left: 4em;
	}
	.w3ls-info-about, .w3ls-info-about.team-4 {
		left: 16%;
	}
	#updates h3.agileits-title:before {
		left: 8.5%;
	}
	#contact h3.agileits-title:before {
		left: 12%;
	}
	.w3l-slider-img h4, .w3ls-info-about h4 {
		font-size: 1.1em;
	}
	.w3l-slider-img h5 {
		letter-spacing: 0px;
	}
	.w3-about-grids h4 {
		font-size: 1.3em;
	}
	.article-links {
		margin-top: 1em;
	}
	.news-w3grid-info h4{
		margin-top:0.2em;
	}
}
@media screen and (max-width: 375px){
	.banner {
		min-height: 445px;
	}
	.w3_banner_info {
		margin: 6em auto 0;
	}
	h2.h2-title {
		font-size: 5em;
		letter-spacing: 1px;
	}
	h3.test {
		font-size: 1.1em;
		top: -14%;
		width: 92%;
		left: 3%;
	}
	.w3ls-hover .view-caption {
		padding: 3.5em 0;
	}
	.view-caption.gallery-row1 {
		padding: 6.2em 0;
	}
	.w3l-slider-img img, .w3ls-info-about img, .w3ls-info-about.team-4 img {
		width: 75%;
	}
	.w3l-slider-img, .w3l-slider-img.team-3 {
		left: 3.5em;
	}
	.w3ls-info-about, .w3ls-info-about.team-4 {
		left: 15%;
	}
	.w3-about-grids h4 {
		font-size: 1.2em;
	}
	.news-w3grid-info p {
		margin-top: 0.2em;
	}
}	
@media screen and (max-width: 320px){
	.navbar-toggle {
		padding: 7px;
		margin-right: 6px;
		margin-left: 5px;
	}
	h2.h2-title {
		font-size: 4.5em;
	}
	.banner {
		min-height: 410px;
	}
	.w3_banner_info {
		margin: 5em auto 0;
	}
	h3.test {
		letter-spacing: 2px;
	}
	.w3_banner_info_grid p {
		margin: 0.5em auto 1em;
	}
	.w3ls-hover .view-caption {
		padding: 2em 0;
	}
	.view-caption.gallery-row1 {
		padding: 5.1em 0;
	}
	h3.agileits-title {
		font-size: 1.9em;
	}
	.w3ls-section {
		padding: 2em 0;
	}
	#about h3.agileits-title:before {
		left: 15%;
	}
	#gallery h3.agileits-title:before {
		left: 16%;
	}
	#trainers h3.agileits-title:before {
		left: 11%;
	}
	#updates h3.agileits-title:before {
		left: 2.5%;
	}
	#contact h3.agileits-title:before {
		left: 6%;
	}
	.w3l-slider-img, .w3l-slider-img.team-3 {
		left: 1.5em;
	}
	.w3l-slider-img, .w3ls-info-about, .w3ls-info-about.team-4 {
		width: 85%;
	}
	.w3ls-info-about, .w3ls-info-about.team-4 {
		left: 8%;
	}
	.agileits-map {
		top: 23%;
		left: 11%;
	}
	
	.w3-about-grids h4 {
		font-size: 1em;
	}
}
/* -- //Responsive code -- */