html, body{
    font-size: 100%;
	font-family: 'Karla', sans-serif;
	background:#ffffff;
	margin: 0;
}
p,ul li,ol li{
	margin:0;
	font-size:14px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Karla', sans-serif;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
input[type="submit"],input[type="reset"],a,.w3_agile_service_more a i{
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition:0.5s ease-in;
}
a:focus{
	outline:none;
}

/*
.banner{
	background:url(../images/banner.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:800px;
	position: relative;
}  


.banner1{
	background:url(../images/banner.jpg) no-repeat 0px -195px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
	position: relative;
} */
/*-- nav --*/
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-collapse {
    padding: 0;
}
.navbar-right {
    margin-right: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#ffd24d;
    background:none;
}
.navbar-default .navbar-nav > .active > a:before{
	color:#c68600;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
}
.navbar-default .navbar-nav > li > a {
    font-weight: 700;
    letter-spacing: 1px;
}
.navbar-nav > li > a {
    margin: 0 1.5em;
    padding: 0 0 0.5em;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover{
   color:#d89b00;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
	outline:none;
}
nav.navbar.navbar-default {
    background: #17658d;
    margin: 2em 0 0;
}
.navbar-right {
    margin:1.5em 0 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color:#fff;
    background: none;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav  > .active.open > a:focus {
	background:transparent;
	color: #fff;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
}
  /* .navbar-brand {
    display: block;

    width: 180px;     */     /* controls logo width */
 /*   height: 80px;   */       /* controls logo height */

 /*   padding: 0;
    margin-left: 1em;

    background: url("../images/logo.png") no-repeat center;
    background-size: contain;

    text-indent: -9999px;  /* hide text safely */

  /*  font-size: 0;    */      /* ensure no text affects layout */
 /*   line-height: 0;
} */

.navbar-brand {
  padding: 5px 10px;
}

.navbar-brand img {
  height: 70px;
  width: auto;
  display: block;
}

@media (max-width: 768px) {
  .navbar-brand img {
    height: 55px;
  }
}




.navbar-brand span{
	padding: 0 .5em;
    border:2px solid #2b6682;
}
.navbar-brand i{
	font-style:normal;
	color: #f8f8f8;
}
.navbar-right {
    float: none !important;
}
.navbar-nav {
    margin: 0.5em 0 0 6em;
}
.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
	padding:0;
	border: none;
}
.agile_short_dropdown li a{
	text-transform:uppercase;
	color:#212121;
	font-size:13px;
	font-weight:600;
	padding: .8em 0;
}
.agile_short_dropdown > li > a:hover{
    color: #fff;
    text-decoration: none;
    background-color:#ff464f;
}
.menu__list {
	position: relative;
	list-style: none;
}

.menu__link {
	font-size: 1.05em;
	font-weight: bold;
	display: block;
	padding: 1em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*-- Juliet Styles --*/
.menu--juliet .menu__item {
	position: relative;
	-webkit-transition: color .25s;
	transition: color .25s;
	font-size: 13px;
}

.menu--juliet .menu__item::before,
.menu--juliet .menu__item::after,
.menu--juliet .menu__item--current::before,
.menu--juliet .menu__item--current::after {
	position: absolute;
	left: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: '';
	pointer-events: none;
}
.menu--juliet .menu__item::before,
.menu--juliet .menu__item::after {
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transform-origin: left left;
	transform-origin: left left;
	-webkit-transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu--juliet .menu__item--current::before,
.menu--juliet .menu__item--current::after {
   	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu--juliet .menu__item:hover::before,
.menu--juliet .menu__item:hover::after {
   	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}


.menu--juliet .menu__item::before {
	top: 95%;
	margin-left: -7px;
	border-width: 8px;
	border-top-color: #fbcb33;
}

.menu--juliet .menu__item--current::before {
	margin-left: -7px;
    border-width: 8px;
    border-top-color: #fbcb33;
}

.menu--juliet .menu__item::after,
.menu--juliet .menu__item--current::after {
	top: 90%;
    margin-left: -5px;
    border-width: 6px;
    border-top-color: #48b7ec;
}

.menu--juliet .menu__link {
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}

.menu--juliet .menu__item--current .menu__link,
.menu--juliet .menu__item--current .menu__link:hover,
.menu--juliet .menu__item--current .menu__link:focus {
     color: #ffffff !important;
    font-weight: 700;
}

.menu--juliet .menu__item--current .menu__link::after,
.menu--juliet .menu__item--current .menu__link::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.menu--juliet .menu__item--current .menu__link::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.menu--juliet .menu__link:hover,
.menu--juliet .menu__link:focus {
	color: #fbcb33;
}

.menu--juliet .menu__item:hover .menu__link::before,
.menu--juliet .menu__item:focus .menu__link::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.menu--juliet .menu__link::before,
.menu--juliet .menu__link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transform-origin: center left;
	transform-origin: center left;
	-webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu--juliet .menu__link::before {
	background: #fbcb33;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.menu--juliet .menu__link::after {
	background: #fbcb33;
}
/*-- //Juliet Styles --*/
.agileinfo_social_icons{
	float: right;
    margin: 0.4em 2em 0 0;
}
.agileits_social_list li{
	display:inline-block;
}
.agileits_social_list li a{
	width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    border-radius: 25px;
}
.agileits_social_list li a i{
	line-height:2.4em;
}
.agileits_social_list li a:hover{
	color:#fff;
	border: 2px solid #fff;
	background:none;
}
a.w3_agile_facebook{
	background:#3b5998;
	border:2px solid #3b5998;
}
a.agile_twitter{
	background:#1da1f2;
	border:2px solid #1da1f2;
}
a.w3_agile_dribble{
	background:#ea4c89;
	border:2px solid #ea4c89;
}
a.w3_agile_vimeo{
	background:#f26522;
	border:2px solid #f26522;
}
.w3_agile_banner_info{
    margin: 10em 0 0;
}
.agile_banner_info_grid{
	position: relative;
    padding: 2em;
    border: 3px solid #fbcb33;
    height: 400px;
	width:25%;
}
.agile_banner_info_grid p{
	font-size: 3em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.agile_banner_info_grid_pos{
	position: absolute;
    top: 35%;
    left: 10%;
    width: 230%;
}
.agile_banner_info_grid p span{
	color:#ff464f;
}
/*-- //nav --*/
/*-- //banner --*/
/*-- banner-bottom --*/
.banner-bottom,.footer,.stats{
	padding:5em 0;
}
.w3_agileits_banner_bottom_grid{
	background: #ff464f;
    position: relative;
    height: 158px;
}
.w3_agileits_banner_bottom_grid:before{
	content: '';
    border-bottom: 45px solid #212121;
    border-left: 45px solid transparent;
    position: absolute;
    top: 0%;
    left: -23%;
}
.w3_agileits_banner_bottom_grid_left{
	padding:0;
	position:relative;
}
.w3_agileits_banner_bottom_grid_left:after{
	content: '';
    border-bottom: 45px solid #212121;
    border-right: 45px solid transparent;
    position: absolute;
    top: 0%;
    right: -4.8%;
}
.agileits_w3layouts_banner_bottom_grid h4{
	margin:1em 0 0;
	width: 80%;
}
.agileits_w3layouts_banner_bottom_grid h4 a{
	text-transform: capitalize;
    font-size: .85em;
    font-weight: 600;
    line-height: 1.5em;
    color: #212121;
    text-decoration: none;
}
.agileits_w3layouts_banner_bottom_grid h4 a:hover{
	color:#48b7ec;
}
.w3_agileits_banner_bottom_grid h2{
	font-size: 2em;
    color: #fff;
    font-family: 'Shadows Into Light Two', cursive;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: bold;
    line-height: 4.8em;
}
.wthree_banner_bottom_grid1{
    position: relative;
}
.agileinfo_banner_bottom_grid1_pos{
    background: #fff;
    bottom: 19px;
    left: 19px;
    opacity: 0;
    padding:1em;
    position: absolute;
    right: 19px;
    text-align: center;
    top: 19px;
    visibility: hidden;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.agileinfo_banner_bottom_grid1_pos h3{
    font-size: 1em;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0 0 .5em;
    padding-bottom: .5em;
    position: relative;
    text-transform: uppercase;
    color: #212121;
}
.agileinfo_banner_bottom_grid1_pos h3:after {
    background: #ff464f;
    bottom: 0;
    content: '';
    height: 2px;
    left: 38%;
    position: absolute;
    width: 50px;
}
.agileinfo_banner_bottom_grid1_pos p{
	color:#999;
	line-height:2em;
}
.agileits_w3layouts_banner_bottom_grid:hover .agileinfo_banner_bottom_grid1_pos{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
}
/*-- //banner-bottom --*/
/*-- bootstrap-pop-up --*/
.modal-header {
    font-size: 2em;
    color: #fff;
    font-family: 'Shadows Into Light Two', cursive;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
    background:#48b7ec;
}
.close {
    opacity: 1;
}
.modal-body p {
    color: #999;
    text-align: left;
	padding:2em 2em 1em;
	margin: 0 !important;
	line-height:2em;
}
.modal-body p i {
    display: block;
    margin: 1em 0;
    color: #212121;
}
.modal-body {
    padding:0;
}
.modal-content {
    border-radius: 0;
}
button.close {
    font-size: 1.5em;
    color:#212121;
	outline: none;
}
/*-- //bootstrap-pop-up --*/
/*--flexisel--*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
	padding:0;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 35px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background:none;
    top: -5% !important;
    border-radius: 5px;
	display:none;
}
.nbs-flexisel-nav-left {
	left:91%;
}
.nbs-flexisel-nav-right {
	right: 1.2%;
    background:none;
}
/*--//flexisel--*/
/*-- about --*/
.w3ls_about_bottom{
	position:relative;
}
.w3_about_bottom_grid{
	text-align:right;
	position:relative;
	z-index: 999;
}
.agileits_about_grid_right h3{
	font-size: 4em;
    color: #dfdfdf;
    text-transform: uppercase;
    font-weight: bold;
}
.agileits_about_grid_right h3 span{
	color:#fecfd1;
}
.agileits_about_grid_right h4{
	font-size:2em;
	color:#212121;
	text-transform:capitalize;
	line-height:1.5em;
}
.agileits_about_grid_right p{
	color:#999;
	line-height:2em;
}
.agileits_about_grid_right p i{
	color: #48b7ec;
    margin: 2em 0 1em;
    display: block;
}
.w3ls_about_bottom{
	background: #212121;
    padding: 3em 0 6em;
    margin: 3em 0 0;
}
.w3layouts_about_grid_left_pos {
    position: absolute;
    bottom: 0%;
    left: 13%;
}
.w3ls_about_bottom h3{
	font-size: 2.5em;
    color: #fff;
    text-transform: capitalize;
    line-height: 1.5em;
    width: 80%;
    margin:0 0 1em 5.5em;
}
.w3ls_about_bottom h3 span{
	color:#ff464f;
}
.w3l_more{
	padding: 10px 40px;
    text-align: center;
    display: block;
    background: #fff;
    color: #212121;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    text-decoration: none;
	font-size: 1em;
}
.w3l_more:hover{
	background:#ff464f;
}
.link-effect-2 {
    position: absolute;
    right: 0%;
}
.link-effect-2 a {
	overflow: hidden;
}
.link-effect-2 a span {
	position: relative;
	display: inline-block;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.link-effect-2 a span::before {
	color:#fff;
	position: absolute;
	top: 125%;
	content: attr(data-hover);
	font-weight: 800;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.link-effect-2 a:hover span {
  -moz-transform: translateY(-125%);
  -ms-transform: translateY(-125%);
  -webkit-transform: translateY(-125%);
  transform: translateY(-125%);
}
/*-- //about --*/
/*-- events --*/
.w3_events_grid_right{
	padding:0;
}
.w3_events_grid_left {
    padding: 4em 5em 0;
    background: #48b7ec;
    min-height: 379.3px;
}
.w3_events_grid_left h3{
	font-size: 3em;
    color: #4797bd;
    text-transform: uppercase;
    font-weight: bold;
}
.w3_events_grid_left p{
	margin: 2em 0;
    color: #ffffff;
    line-height: 2em;
}
.w3_events_grid_left ul li{
	display:inline-block;
	margin-right:2em;
}
.w3_events_grid_left ul li a{
	color:#fff;
	text-decoration:none;
}
.w3_events_grid_left ul li a:hover{
	color:#ff464f;
}
.w3_events_grid_left ul li a i{
	padding-right:1em;
	color:#ff464f;
}
.w3_events_grid_left h4{
	margin:1em 0 0;
}
.w3_events_grid_left h4 a{
	color: #545454;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 3px;
}
.w3_events_grid_left h4 a:hover{
	color:#212121;
}
.w3_events_grid_right_pos{
    background: #fff;
    bottom: 50px;
    left: 50px;
    opacity: 0;
    padding: 2em;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 50px;
    visibility: hidden;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
	z-index:9;
}
.w3_events_grid_right_pos h3{
    font-size: 1.5em;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 1em 0 1.5em;
    padding-bottom: .5em;
    position: relative;
    text-transform: uppercase;
    color: #212121;
}
.w3_events_grid_right_pos h3:after {
    background: #ff464f;
    bottom: 0;
    content: '';
    height: 2px;
    left: 44%;
    position: absolute;
    width: 50px;
}
.w3_events_grid_right_pos p{
	color:#999;
	line-height:2em;
}
.w3layouts_events_grids:hover .w3_events_grid_right_pos {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
}
.w3_agile_grid_right_grid_pos{
	position: absolute;
    top: 38%;
    left: -9%;
    width: 100px;
    height: 100px;
    background: #ff464f;
	z-index:4;
}
.w3_agile_grid_right_grid_pos h3 {
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    line-height: 5em;
}
.w3_events_grid_right_second{
	left:auto !important;
	right:-9% !important;
}
/*-- //events --*/
/*-- footer --*/
<!--.footer{
	background: url(../images/6.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	background-attachment: fixed;
}-->
.footer {
  background: rgba(0,0,0,0.05);
}



.agile_footer_grid h3,.wthree_footer_grid_right h3{
	font-size: 1.6em;
    color: #fff;
    padding-bottom: .5em;
    position: relative;
    margin-bottom: 1.5em;
    text-transform: uppercase;
	font-weight: 600;
}

/*
.agile_footer_grid h3:after,.wthree_footer_grid_right h3:after{
	content: '';
    background: #48b7ec;
    width: 25%;
    height: 2px;
    position: absolute;
    bottom: 0%;
    left: 0%;
}*/
.agile_footer_grid p{
	color:#999;
	line-height:2em;
	margin-bottom:2em;
}
.agileits_w3layouts_footer_grid_list li,.w3_address li{
	display:block;
	margin-bottom:1em;
}
.agileits_w3layouts_footer_grid_list li i{
	color:#ff464f;
	padding-right:1em;
}
.agileits_w3layouts_footer_grid_list li a{
	color: #999;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5em;
}
.agileits_w3layouts_footer_grid_list li a:hover{
	color:#ff464f;
}
.agileits_w3layouts_footer_grid_list li:last-child,.w3_address li:last-child{
	margin-bottom:0;
}
.w3_address li{
	color: #999;
}
.w3_address li i {
    border: 1px solid #999;
    padding: .5em;
    margin-right: 1.5em;
}
.w3_address li span {
    display: block;
    margin-left: 3.5em;
}
.w3_address li a{
    color: #999;
    text-decoration: none;
}
.w3_address li a:hover{
    color: #fff;
    text-decoration: none;
}
.w3_agileits_footer_grids{
	margin:3em 0;
}
.wthree_footer_grid_right input[type="email"]{
	outline: none;
    padding: 12px;
    background: rgba(255, 255, 255, 0.62);
    font-size: 1em;
    color: #212121;
    width: 70%;
    margin-right: 1em;
    border: none;
}
.wthree_footer_grid_right input[type="email"]::-webkit-input-placeholder{
	color:#212121 !important;
}
.wthree_footer_grid_right input[type="submit"]{
	outline: none;
    padding: 12px 0;
    background: #ff464f;
    font-size: 1em;
    color: #fff;
    width: 20%;
    border: none;
}
.wthree_footer_grid_right input[type="submit"]:hover{
	background:#48b7ec;
}
.agileinfo_copyright{
	padding: 1.5em 0;
    border-top: 1px solid #8e8e8e;
    border-bottom: 1px solid #8e8e8e;
}
.agileinfo_copyright p{
	color:#999;
	line-height:2em;
	text-align:center;
}
.agileinfo_copyright p a{
	color:#48b7ec;
	text-decoration:underline;
}
.agileinfo_copyright p a:hover{
	color:#fff;
}
/*-- //footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- services --*/
.agileits_head{
	font-size: 2.5em;
    color: #212121;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}
.w3layouts_para{
	color: #ff464f;
    position: relative;
    letter-spacing: 5px;
    text-align: center;
    font-size: 1em;
}
.w3layouts_para:before, .w3layouts_para:after {
    content: "~";
    font-size: 1.2em;
    position: absolute;
    top: -13%;
}
.w3layouts_para:before{
	left: 42%;
}
.w3layouts_para:after {
	right:42%;
}
.w3ls_service_grids{
	margin:3em 0 0;
}
.w3l_service_grid_left{
	text-align:center;
}
.w3_service_grid_left_grid{
	width:120px;
	height:120px;
	border:1px solid #212121;
	margin:0 auto;
	padding-top:1em;
	position: relative;
    overflow: hidden;
}
.w3_service_grid_left_grid img{
	margin:0 auto;
}
.w3l_service_grid_left h4{
	font-size: 1.1em;
    color: #ff464f;
    font-weight: 600;
    margin: 1em 0;
    letter-spacing: 3px;
    line-height: 1.5em;
    font-family: 'Shadows Into Light Two', cursive;
    text-transform: uppercase;
}
.w3l_service_grid_left p{
	color:#999;
	line-height:2em;
	margin-bottom:1.5em;
}
.w3_agile_service_more a{
	font-size:1.2em;
	color:#212121;
	letter-spacing:2px;
	text-decoration:none;
}
.w3_agile_service_more a i{
	padding-left:1em;
	color:#48b7ec;
}
.w3_agile_service_more a:hover{
	color:#48b7ec;
}
.w3_agile_service_more a:hover i{
	color:#212121;
}
.w3_service_grid_left_grid img {
    transition: transform 0.5s;
    transform: scale(1.10);
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
}
.w3l_service_grid_left:hover .w3_service_grid_left_grid img{
    transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
.w3l_service_grid_left:hover .w3_service_grid_left_grid{
	border:1px solid #48b7ec;
}
/*-- //services --*/
/*-- stats --*/
.stats{
	background: url(../images/7.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
/*-- //stats --*/
/*-- odometer --*/
.odometer{
	font-size: 3em;
    color: #fff;
    font-weight: bold;
}
.w3_stats_grid p{
	font-size:1em;
	color:#fff;
	margin:1em 0 0;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
/*-- //odometer --*/
/*-- featured-services --*/
.agile_services_grid{
	position:relative;
}
.agile_services_grid_pos{
	position: absolute;
    bottom: -13%;
    left: 5%;
    width: 55px;
    height: 55px;
    background: #48b7ec;
    border-radius: 50px;
    border: 2px solid #fff;
    text-align: center;
}
.w3_agile_services_grid:hover .agile_services_grid_pos{
	background: #212121;
}
.agile_services_grid_pos i{
	font-size: 1.3em;
    color: #fff;
    line-height: 2.5em;
}
.w3_agile_services_grid h4{
	font-size: 1.2em;
    letter-spacing: 7px;
    color: #ff464f;
    font-weight: 600;
    font-family: 'Shadows Into Light Two', cursive;
    margin: 2.5em 0 0.5em;
    text-transform: uppercase;;
}
.w3_agile_services_grid p{
	color:#999;
	line-height:2em;
}
.column div {
	position: relative;
    padding: 0;
}
.agile_services_grid figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Rotate */
.hover06 figure img {
	-ms-transform: rotate(15deg) scale(1.4);
	-o-transform: rotate(15deg) scale(1.4);
	-moz-transform: rotate(15deg) scale(1.4);
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
}
.hover06 figure:hover img,.w3_agile_services_grid:hover .hover06 figure img{
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-moz-transform: rotate(0) scale(1);
	-o-transform: rotate(0) scale(1);
	-ms-transform: rotate(0) scale(1);
}
/*-- //featured-services --*/
.w3layouts_banner1_info{
	text-align:center;
	margin:4.5em 0 0;
}
.w3layouts_banner1_info h2{
	color:#14597d;
}
/*-- gallery --*/
.w3ls_gallery_grids{
	padding-top:1em;
}
.agile_gallery_grid{
	margin-top:2em;
}
.agile_gallery_grid1{
    position: relative;
}
.w3layouts_gallery_grid1_pos{
    background: #fff;
    bottom: 45px;
    left: 45px;
    opacity: 0;
    padding:1em;
    position: absolute;
    right: 45px;
    text-align: center;
    top: 45px;
    visibility: hidden;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.w3layouts_gallery_grid1_pos h3{
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 1em 0 .5em;
    padding-bottom: .5em;
    position: relative;
    text-transform: uppercase;
    color: #212121;
}
.w3layouts_gallery_grid1_pos h3:after {
    background: #ff464f;
    bottom: 0;
    content: '';
    height: 2px;
    left: 40%;
    position: absolute;
    width: 50px;
}
.w3layouts_gallery_grid1_pos p{
	color:#999;
	line-height:1em;
}
.agile_gallery_grid:hover .w3layouts_gallery_grid1_pos{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
}
/*-- //gallery --*/
/*-- icons --*/
ul.bs-glyphicons-list li:hover {
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
ul.bs-glyphicons-list li:hover span {
    color: #fff;
}
.codes a {
    color: #999;
}
.row.fontawesome-icon-list {
    margin: 0;
}
.icon-box {
    padding: 8px 15px;
    background:rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #000;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
	color:#fff !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: 25px;
    color:#ff464f !important;
    margin: 30px 0 15px;
}
h3.agileits-icons-title {
    text-align: center;
    font-size: 30px;
    color: #000;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.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%;
	cursor: pointer;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.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;
} 
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
@media (max-width:1080px){
	.icon-box{
		width: 33.33%;
	}
}
@media (max-width:991px){
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
	.icon-box {
		width: 50%;
	}
}
@media (max-width:768px){
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 25px;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	.icon-box {
		margin: 0;
	}
}
@media (max-width: 736px){
	.icon-box {
		float: left;
	}
}
@media (max-width: 640px){
	.icon-box {
		float: left;
		width: 50%;
	}
	h3.icon-subheading {
		font-size: 22px;
	}	
}
@media (max-width: 480px){
	.bs-glyphicons li {
		width: 31%;
	}
	.icon-box {
		float: none;
		width: 100%;
	}
}
@media (max-width: 414px){
	h3.agileits-icons-title {
		font-size: 23px;
	}
	h3.icon-subheading {
		font-size: 18px;
	}
	.bs-glyphicons li {
		width: 31.33%;
	}
}
@media (max-width: 384px){
	.icon-box {
		float: none;
		width: 100%;
	}
}
@media (max-width: 375px){
	.w3_agileits_icons_page {
		margin: 25px 0 0 !important;
	}
}
/*-- //icons --*/
/*--Typography--*/
.grid_3.grid_4.w3layouts {
    margin: 0;
}
.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;
}
.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: 1em;
    color:#ff464f;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #8bc34a;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:991px){
	.grid_3.grid_5.wthree,.grid_3.grid_5.w3l {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.grid_3.grid_5.agileits {
		padding: 0;
	}
}
@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;
	}
	.grid_3.grid_5.w3l {
		padding: 1.5em 0;
	}
}
@media (max-width:480px){
	.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%;
	}
	.alert,p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
	.grid_3.grid_4.w3layouts {
		margin-top: 0;
	}
	.grid_3.grid_5.agileinfo {
		padding: 1.5em 0;
	}
}
@media (max-width: 320px){
	.grid_4 {
		margin-top: 18px;
	}
	h3.title {
		font-size: 1.6em;
	}
	.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.nav > li > a {
		font-size: 14px;
	}
	table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
	}
}
/*-- //typography --*/
/*-- mail --*/
#map{
	width:100%;
	min-height:413px;
}
.w3l_mail_left{
	padding:0;
}
.w3l_mail_right{
	padding: 4em 5em;
    background: #ff464f;
}
.w3l_mail_right h3{
	font-size: 1.7em;
    color: #fff;
    position: relative;
    margin-bottom: 2em;
    padding-bottom: 1em;
    text-transform: uppercase;
    font-weight: 600;
}
.w3l_mail_right h3:after {
    content: '';
    background: #fff;
    height: 2px;
    width: 16%;
    position: absolute;
    bottom: 0%;
    left: 0%;
}
.w3l_mail_right ul li{
	list-style-type: none;
    display: block;
    color: #fff;
    margin-bottom: 1em;
    position: relative;
    font-size: 1em;
}
.w3l_mail_right ul li span{
	font-weight: bold;
    width: 35%;
    display: inline-block;
	color:#212121;
}
.w3l_mail_right ul li span i {
    padding-right: 1em;
}
.w3l_mail_right ul li span label{
	position:absolute;
	top:0%;
	left:10%;
}
.w3l_mail_right ul li span label {
    position: absolute;
    top: 0%;
    left: 28%;
}
.w3l_mail_right ul li a{
	color:#fff;
	text-decoration:none;
}
.w3l_mail_right ul li a:hover{
	color:#212121;
}
.w3l_mail_right ul li:last-child{
	margin-bottom:0;
}
/*-- effect --*/
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em 1.7em 1em 0;
	width:350px;
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: 400;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #696969;
	font-weight: bold;
	font-size:12px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

/* Chisato */

.input--chisato {
	padding-top: 1em;
}

.input__field--chisato {
	width: 100%;
	padding:.9em 0.5em;
	background: transparent;
	border: 2px solid #b5b5b5;
	color: #212121;
	-webkit-transition: border-color 0.25s;
	transition: border-color 0.25s;
}

.input__label--chisato {
	width: 100%;
	position: absolute;
	top: 0;
	text-align: left;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	-webkit-transform: translate3d(0, 3em, 0);
	transform: translate3d(0, 3em, 0);
}

.input__label-content--chisato {
	padding: 0 1em;
	font-weight: 400;
	color: #b5b5b5;
}

.input__label-content--chisato::after {
	content: attr(data-content);
	position: absolute;
	top: -200%;
	left: 0;
	color: #f79087;
	font-weight: 800;
}

.input__field--chisato:focus,
.input--filled .input__field--chisato {
	border-color: #f79087;
}

.input__field--chisato:focus + .input__label--chisato,
.input--filled .input__label--chisato {
	-webkit-animation: anim-chisato-1 0.25s forwards;
	animation: anim-chisato-1 0.25s forwards;
}

.input__field--chisato:focus + .input__label--chisato .input__label-content--chisato,
.input--filled .input__label-content--chisato {
	-webkit-animation: anim-chisato-2 0.25s forwards ease-in;
	animation: anim-chisato-2 0.25s forwards ease-in;
}

@-webkit-keyframes anim-chisato-1 {
	0%, 70% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	71%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes anim-chisato-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	70%, 71% {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		opacity: 0;
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		color: transparent;
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
	}
}

@keyframes anim-chisato-1 {
	0%, 70% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	71%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes anim-chisato-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	70%, 71% {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		opacity: 0;
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		color: transparent;
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
	}
}
/*-- //effect --*/
.agileinfo_mail_grids {
    padding-top: 1.5em;
}
.agileinfo_mail_grids textarea {
    outline: none;
    background:none;
    border:2px solid #b5b5b5;
    font-size: 12px;
    color: #212121;
    width:97.5%;
    padding:.9em 0.5em;
	margin: 2em 0;
    min-height: 200px;
}
.agileinfo_mail_grids textarea:focus {
    border-color:#f79087;
}
.agileinfo_mail_grids input[type="submit"] {
    outline: none;
    background: #48b7ec;
    border: none;
    font-size: 1em;
    color: #fff;
    width: 30%;
    padding: 0.9em 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.agileinfo_mail_grids input[type="submit"]:hover{
	background:#ff464f;
}
/*-- //mail --*/
/*-- start-responsive-design --*/
@media (max-width:1440px){
	.w3layouts_about_grid_left_pos {
		left: 8%;
	}
}
@media (max-width:1366px){
	.w3_agile_banner_info {
		margin: 8em 0 0;
	}
	.agile_banner_info_grid {
		height: 370px;
	}
	.banner {
		min-height: 710px;
	}
}
@media (max-width: 1280px){
	.w3layouts_about_grid_left_pos {
		left: 3%;
	}
}
@media (max-width: 1080px){
	.navbar-nav > li > a {
		margin: 0 1em;
	}
	.navbar-nav {
		margin: 0.5em 0 0 2em;
	}
	.agileinfo_social_icons {
		margin: 0.3em 2em 0 0;
	}
	.agile_banner_info_grid {
		width: 30%;
	}
	.agile_banner_info_grid p {
		font-size: 2.8em;
	}
	.banner-bottom, .footer, .stats {
		padding: 4em 0;
	}
	.w3_agileits_banner_bottom_grid {
		height: 130px;
	}
	.w3_agileits_banner_bottom_grid h2 {
		font-size: 1.7em;
		line-height: 4.5em;
	}
	.w3_agileits_banner_bottom_grid:before {
		left: -28%;
	}
	.w3_agileits_banner_bottom_grid_left:after {
		right: -5.7%;
	}
	.agileinfo_banner_bottom_grid1_pos p {
		line-height: 1.3em;
	}
	.agileinfo_banner_bottom_grid1_pos h3:after {
		left: 32%;
	}
	.agileits_about_grid_right h3 {
		font-size: 3.7em;
	}
	.agileits_about_grid_right h4 {
		font-size: 1.8em;
	}
	.w3layouts_about_grid_left_pos {
		width: 46%;
	}
	.w3ls_about_bottom h3 {
		font-size: 2.3em;
		width: 70%;
		margin: 0 0 1em 7.5em;
	}
	.w3_events_grid_left h3 {
		font-size: 2.8em;
	}
	.w3_events_grid_left {
		padding: 2em 3em 0;
		min-height: 313px;
	}
	.w3_events_grid_left p {
		margin: 1em 0;
	}
	.w3_events_grid_right_pos h3 {
		margin: 0em 0 0.5em;
	}
	.w3l_service_grid_left h4 {
		font-size: .86em;
	}
	.w3_agile_services_grid h4 {
		font-size: 1.1em;
		letter-spacing: 5px;
	}
	.w3layouts_gallery_grid1_pos {
		bottom: 30px;
		left: 30px;
		right: 30px;
		top: 30px;
	}
	.w3layouts_gallery_grid1_pos h3 {
		margin: 0.2em 0 .5em;
	}
	.w3l_mail_right {
		padding: 3em 3em;
	}
	.w3l_mail_right h3 {
		margin-bottom: 1.5em;
		padding-bottom: 0.5em;
	}
	#map {
		min-height: 353px;
	}
	.input.input--chisato:nth-child(3) {
		margin-right: 0;
	}
	.input {
		width: 292px;
	}
	.agileinfo_mail_grids textarea {
		width: 99.7%;
	}
}
@media (max-width: 1024px){
	.banner {
		min-height: 630px;
	}
	.w3_agile_banner_info {
		margin: 5em 0 0;
	}
	.w3_agileits_banner_bottom_grid:before {
		left: -19%;
		border-bottom: 30px solid #212121;
		border-left: 30px solid transparent;
	}
	.w3_agileits_banner_bottom_grid_left:after {
		right: -3.8%;
		border-bottom: 30px solid #212121;
		border-right: 30px solid transparent;
	}
	.w3l_mail_right {
		padding: 3em 2em;
	}
}
@media (max-width: 991px){
	.navbar-brand {
		font-size: .65em;
		margin-left: 0.5em;
	}
	.menu--juliet .menu__item {
		font-size: 12px;
	}
	.navbar-nav > li > a {
		margin: 0 0.7em;
	}
	.agileinfo_social_icons {
		margin: 0.1em 1em 0 0;
	}
	.navbar-nav {
		margin: 0.5em 0 0 1em;
	}
	.agile_banner_info_grid p {
		font-size: 2.5em;
	}
	.agile_banner_info_grid {
		height: 270px;
		width: 35%;
	}
	.agile_banner_info_grid_pos {
		top: 40%;
	}
	.banner {
		min-height: 520px;
	}
	.w3_agileits_banner_bottom_grid:before {
		left: -4%;
	}
	.w3_agileits_banner_bottom_grid_left:after {
		right: -4%;
		top: -72.5%;
	}
	.agileits_w3layouts_banner_bottom_grid h4 a {
		font-size: .8em;
	}
	.agileits_w3layouts_banner_bottom_grid h4 {
		width: 100%;
	}
	.agileinfo_banner_bottom_grid1_pos {
		bottom: 10px;
		left: 10px;
		right: 10px;
		top: 10px;
	}
	.agileinfo_banner_bottom_grid1_pos h3 {
		margin: 0 0 .8em;
	}
	.w3ls_about_bottom {
		margin: 8em 0 0;
	}
	.w3ls_about_bottom h3 {
		font-size: 2em;
		width: 85%;
		margin: 0 0 1em 3em;
	}
	.w3layouts_about_grid_left_pos {
		width: 40%;
	}
	.w3_events_grid_left p {
		margin: 2em 0;
	}
	.w3_events_grid_left {
		padding: 3em;
		min-height: auto;
	}
	.w3layouts_events_grids {
		width: 88%;
		margin: 0 auto;
	}
	.w3_events_grid_right_pos h3 {
		margin: 1em 0 1.5em;
	}
	.w3_events_grid_right_pos {
		padding: 3em;
	}
	.agile_footer_grid h3:after, .wthree_footer_grid_right h3:after {
		width: 10%;
	}
	.agile_footer_grid:nth-child(2) {
		margin: 2em 0;
	}
	.w3layouts_banner1_info h2 {
		font-size: 2.5em;
	}
	.agileits_head {
		font-size: 2.3em;
	}
	.w3layouts_para:before {
		left: 37%;
	}
	.w3layouts_para:after {
		right: 37%;
	}
	.w3l_service_grid_left {
		float: left;
		width: 50%;
	}
	.w3l_service_grid_left:nth-child(2){
		margin-bottom:2em;
	}
	.w3_stats_grid {
		float: left;
		width: 25%;
	}
	.odometer {
		font-size: 2.6em;
	}
	.w3_agile_services_grid {
		float: left;
		width: 33.33%;
	}
	.w3_agile_services_grid h4 {
		font-size: .8em;
		line-height: 1.5em;
		letter-spacing: 4px;
	}
	.w3_agile_gallery_grid {
		float: left;
		width: 33.33%;
	}
	.w3layouts_gallery_grid1_pos {
		bottom: 10px;
		left: 10px;
		right: 10px;
		top: 10px;
	}
	.w3layouts_gallery_grid1_pos h3:after {
		left: 36%;
	}
	.banner1 {
		background-position:0px -60px;
	}
	.input {
		width: 219px;
	}
}
@media (max-width: 800px){
	.w3_agileits_banner_bottom_grid_left:after {
		right: -4.2%;
	}
	.banner-bottom, .footer, .stats {
		padding: 3em 0;
	}
	.agileits_about_grid_right h3 {
		font-size: 3.3em;
	}
	.w3layouts_about_grid_left_pos {
		width: 48%;
	}
	.w3ls_about_bottom h3 {
		width: 75%;
		margin: 0 0 1em 5.5em;
	}
	.w3layouts_banner1_info h2 {
		font-size: 2.2em;
	}
	.w3layouts_banner1_info {
		margin: 3.5em 0 0;
	}
	.banner1 {
		min-height: 260px;
	}
	.w3_agileits_banner_bottom_grid {
		height: auto;
	}
	.w3_agileits_banner_bottom_grid_left:after {
		top: -67.5%;
	}
}
@media (max-width: 768px){
	.w3_agileits_banner_bottom_grid:before,.w3_agileits_banner_bottom_grid_left:after {
		display:none;
	}
	.agileinfo_banner_bottom_grid1_pos h3 {
		margin: 1em 0 2em;
		font-size: 1.2em;
	}
	.agileinfo_banner_bottom_grid1_pos {
		bottom: 50px;
		left: 50px;
		right: 50px;
		top: 50px;
	}
	.agileinfo_banner_bottom_grid1_pos h3:after {
		left: 40%;
	}
}
@media (max-width: 767px){
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #ff464f;
	}
	.navbar-toggle {
		margin: 1.4em 1em 0 0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		position: absolute;
		width: 100%;
		background:#656b6d;
		z-index: 999;
	}
	.navbar-right {
		margin: 0;
	}
	.navbar-nav {
		margin:0;
		text-align: center;
	}
	.navbar-nav > li > a {
		margin: 0;
		display: inline-block;
	}
	.menu--juliet .menu__item {
		margin: 1.3em 0;
	}
	.menu--juliet .menu__item::after, .menu--juliet .menu__item--current::after {
		border-top-color: #656b6d;
	}
	.agileinfo_social_icons {
		margin: 0 0 1em;
		text-align: center;
		float: none;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #fff;
	}
	.navbar-nav .open .dropdown-menu {
		
		position: absolute;
     <!-- float: left;  -->
		left: 38%;
	}
	nav.navbar.navbar-default {
		margin: 1em 0 0;
	}
}
@media (max-width: 736px){
	.agileinfo_banner_bottom_grid1_pos h3 {
		margin: 1em 0 1.5em;
	}
	.w3layouts_about_grid_left_pos {
		width: 53%;
	}
	.w3ls_about_bottom h3 {
		width: 68%;
		margin: 0 0 1em 7.5em;
		font-size: 1.8em;
	}
	.modal-body img {
		margin: 0 auto;
	}
	.w3_agile_grid_right_grid_pos h3 {
		font-size: 1em;
	}
	.w3_agile_grid_right_grid_pos {
		height: 80px;
	}
	.w3_events_grid_right_second {
		right: -5% !important;
	}
	.w3_agile_grid_right_grid_pos {
		left: -5%;
	}
	.odometer {
		font-size: 2.4em;
	}
	.w3_agile_services_grid h4 {
		letter-spacing: 3px;
	}
	.w3layouts_gallery_grid1_pos h3 {
		margin: 0 0 .5em;
		font-size: 1.1em;
	}
	.input {
		width: 209px;
	}
}
@media (max-width: 667px){
	.agile_banner_info_grid p {
		font-size: 2em;
	}
	.agileinfo_banner_bottom_grid1_pos {
		bottom: 30px;
		left: 30px;
		right: 30px;
		top: 30px;
	}
	.w3ls_about_bottom h3 {
		font-size: 1.6em;
	}
	.w3layouts_about_grid_left_pos {
		width: 59%;
	}
	.w3_events_grid_right_pos {
		padding: 1.5em;
	}
	.w3_stats_grid {
		width: 50%;
	}
	.w3_stats_grid:nth-child(2) {
		margin-bottom: 2em;
	}
	.w3_agile_services_grid h4 {
		letter-spacing: 2px;
	}
	.w3_agile_gallery_grid {
		padding: 0 .5em;
	}
	.w3layouts_gallery_grid1_pos p {
		line-height: 1.5em;
	}
	.agile_gallery_grid {
		margin-top: 1em;
	}
	.input {
		margin: 1em 1em 1em 0;
		width: 193px;
	}
	.agileinfo_mail_grids textarea {
		margin: 1em 0;
	}
}
@media (max-width: 640px){
	.agile_banner_info_grid {
		height: 220px;
	}
	.banner {
		min-height: 450px;
	}
	.w3_agile_banner_info {
		margin: 4em 0 0;
	}
	.banner {
		background-position: -160px 0px;
	}
	.w3_agileits_banner_bottom_grid h2 {
		font-size: 1.5em;
		line-height: 3em;
	}
	.agileits_about_grid_right h4 {
		font-size: 1.6em;
	}
	.w3ls_about_bottom h3 {
		margin: 0 0 1em 7em;
	}
	.w3_events_grid_right_pos h3 {
		margin: 0.5em 0 1.5em;
	}
	.w3layouts_banner1_info h2 {
		font-size: 2em;
	}
	.w3layouts_banner1_info {
		margin: 3em 0 0;
	}
	.banner1 {
		min-height: 225px;
	}
	.agileits_head {
		font-size: 2em;
	}
	.w3layouts_gallery_grid1_pos h3 {
		font-size: 1em;
	}
	#map {
		min-height: 300px;
	}
	.w3l_mail_right h3 {
		font-size: 1.5em;
	}
	.input {
		width: 184px;
	}
}
@media (max-width: 600px){
	.agile_banner_info_grid {
		width: 40%;
	}
	.agile_banner_info_grid p {
		font-size: 1.8em;
	}
	.navbar-nav .open .dropdown-menu {
		left: 35%;
	}
	.agileits_w3layouts_banner_bottom_grid h4 {
		width: 95%;
	}
	.agileinfo_banner_bottom_grid1_pos h3 {
		margin: 0.5em 0 1em;
	}
	.agileits_about_grid_right h3 {
		font-size: 3em;
	}
	.agileits_about_grid_right h4 {
		font-size: 1.5em;
	}
	.w3ls_about_bottom h3 {
		margin: 0 0 1em 7.8em;
		font-size: 1.4em;
	}
	.w3ls_about_bottom {
		padding: 2em 0 5.5em;
	}
	.w3layouts_about_grid_left_pos {
		width: 60%;
	}
	.w3_events_grid_left h3 {
		font-size: 2.5em;
	}
	.w3_events_grid_left {
		padding: 2em;
	}
	.w3layouts_events_grids {
		width: 95%;
	}
	.w3_agile_grid_right_grid_pos {
		left: -3%;
	}
	.w3_events_grid_right_second {
		right: -3% !important;
	}
	.agile_services_grid_pos {
		width: 40px;
		height: 40px;
	}
	.agile_services_grid_pos i {
		font-size: 1em;
		line-height: 2.3em;
	}
	.w3_agile_services_grid h4 {
		letter-spacing: 5px;
	}
	.w3layouts_gallery_grid1_pos {
		padding: .5em;
	}
	.w3layouts_para:before {
		left: 34%;
	}
	.w3layouts_para:after {
		right: 34%;
	}
	.input {
		width: 171px;
	}
}
@media (max-width: 568px){
	.w3ls_about_bottom h3 {
		margin: 0 0 1em 7.5em;
	}
	.agileits_about_grid_right h4 {
		font-size: 1.4em;
	}
	.agileits_about_grid_right p i {
		margin: 1em 0;
	}
	.w3_events_grid_right_pos h3 {
		margin: 0em 0 1em;
	}
	.agile_footer_grid h3, .wthree_footer_grid_right h3 {
		font-size: 1.5em;
		margin-bottom: 1em;
	}
	.w3_address li span {
		display: inline-block;
		margin-left: 0;
	}
	.wthree_footer_grid_right input[type="email"] {
		width: 74%;
	}
	.wthree_footer_grid_right input[type="submit"] {
		width: 21.8%;
	}
	.agileinfo_copyright {
		padding: 1em 0;
	}
	.w3layouts_gallery_grid1_pos p {
		font-size: 13px;
	}
	.w3layouts_gallery_grid1_pos h3 {
		font-size: .9em;
	}
	.w3layouts_gallery_grid1_pos h3:after {
		left: 31%;
	}
	.banner1 {
		background-position: 0px 0px;
	}
	.input {
		width: 160px;
		margin: 0 1em 1em 0;
	}
}
@media (max-width: 480px){
	.agile_banner_info_grid p {
		font-size: 1.6em;
	}
	.banner-bottom, .footer, .stats {
		padding: 2em 0;
	}
	.w3_agileits_banner_bottom_grid h2 {
		font-size: 1.3em;
	}
	.agileinfo_banner_bottom_grid1_pos h3 {
		margin: 1.5em 0 1em;
	}
	.agileinfo_banner_bottom_grid1_pos {
		padding: 4em;
	}
	.agileits_about_grid_right {
		padding: 0;
	}
	.agileits_about_grid_right h3 {
		font-size: 2.5em;
	}
	.agileits_about_grid_right h4 {
		font-size: 1.24em;
	}
	.w3ls_about_bottom h3 {
		margin: 0 0 1em;
		width: 100%;
	}
	.w3layouts_about_grid_left_pos {
		width: 70%;
	}
	.w3_events_grid_left ul li {
		margin-right: 1em;
	}
	.w3_events_grid_right_pos h3 {
		margin: 0em 0 .5em;
		font-size: 1.2em;
	}
	.w3_events_grid_right_pos {
		bottom: 35px;
		left: 35px;
		right: 35px;
		top: 35px;
		padding: 1.5em 1em;
	}
	.wthree_footer_grid_right input[type="email"] {
		width: 73%;
	}
	.modal-header {
		font-size: 1.5em;
	}
	.agileits_head {
		font-size: 1.8em;
	}
	.w3layouts_para:before {
		left: 30%;
	}
	.w3layouts_para:after {
		right: 30%;
	}
	.w3l_service_grid_left h4 {
		font-size: .7em;
	}
	.w3_agile_service_more a {
		font-size: 1em;
	}
	.w3_agile_services_grid {
		float: none;
		width: 100%;
	}
	.w3_agile_services_grid:nth-child(2){
		margin:2em 0;
	}
	.agile_services_grid_pos {
		width: 50px;
		height: 50px;
		bottom: -9%;
	}
	.agile_services_grid_pos i {
		line-height: 2.7em;
	}
	.w3_agile_services_grid h4 {
		font-size: .9em;
	}
	.w3_agile_gallery_grid {
		float: none;
		width: 100%;
	}
	.w3layouts_gallery_grid1_pos {
		bottom: 50px;
		left: 50px;
		right: 50px;
		top: 50px;
		padding:1.5em;
	}
	.w3layouts_gallery_grid1_pos h3 {
		font-size: 1.2em;
		margin: 1em 0;
	}
	.w3layouts_gallery_grid1_pos p {
		font-size: 14px;
	}
	.w3layouts_gallery_grid1_pos h3:after {
		left: 42%;
	}
	.navbar-nav .open .dropdown-menu {
		left: 30%;
	}
	.w3l_mail_right {
		padding: 2em;
	}
	.w3l_mail_right h3 {
		font-size: 1.3em;
	}
	.input__field--chisato {
		padding: .5em 0.5em;
	}
	.input__label--chisato {
		top: -7px;
	}
	.input__field--chisato:focus + .input__label--chisato, .input--filled .input__label--chisato {
		top: 0;
	}
	.input {
		width: 100%;
		margin: 0.5em .5em .5em 0;
	}
	.agileinfo_mail_grids textarea {
		margin: 2em 0;
		width: 100%;
		min-height: 150px;
	}
	.agileinfo_mail_grids input[type="submit"] {
		font-size: .9em;
		width: 100%;
	}
}
@media (max-width: 414px){
	.agile_banner_info_grid p {
		letter-spacing: 0px;
		font-size: 1.5em;
	}
	.agile_banner_info_grid {
		width: 39%;
		height: 175px;
	}
	.banner {
		min-height: 380px;
	}
	.agileinfo_banner_bottom_grid1_pos {
		padding: 2.5em;
	}
	.w3layouts_about_grid_left_pos {
		width: 90%;
	}
	.w3l_more {
		padding: 8px 25px;
		font-size: .9em;
	}
	.w3_events_grid_left h3 {
		font-size: 2.2em;
	}
	.w3_events_grid_left h4 a {
		letter-spacing: 1px;
	}
	.w3_events_grid_left {
		padding: 1.5em;
	}
	.w3_events_grid_left ul li {
		margin-right: .5em;
	}
	.w3_events_grid_left p {
		margin: 1em 0;
	}
	.w3_events_grid_right_pos {
		bottom: 15px;
		left: 15px;
		right: 15px;
		top: 15px;
		padding: 1em;
	}
	.w3_events_grid_left ul li a i {
		padding-right: .7em;
	}	
	.agile_footer_grid h3, .wthree_footer_grid_right h3 {
		font-size: 1.4em;
	}
	.agile_footer_grid h3:after, .wthree_footer_grid_right h3:after {
		width: 25%;
	}
	.wthree_footer_grid_right input[type="email"] {
		width: 100%;
		margin: 0 0 1em;
	}
	.wthree_footer_grid_right input[type="submit"] {
		width: 100%;
	}
	.w3_agileits_footer_grids {
		margin: 2em 0;
	}
	.w3l_service_grid_left {
		float: none;
		width: 100%;
	}
	.w3l_service_grid_left:nth-child(2) {
		margin: 2em 0;
	}
	.w3l_service_grid_left:nth-child(3) {
		margin-bottom: 2em;
	}
	.w3l_service_grid_left h4 {
		font-size: .9em;
	}
	.w3layouts_para:before {
		left: 25%;
	}
	.w3layouts_para:after {
		right: 25%;
	}
	.w3ls_service_grids {
		margin: 2em 0 0;
	}
	.w3layouts_gallery_grid1_pos h3 {
		margin: 0.2em 0 1em;
	}
	.w3l_mail_right ul li {
		font-size: .9em;
	}
}
@media (max-width: 384px){
	.w3_agile_banner_info {
		margin: 3em 0 0;
	}
	.banner {
		min-height: 365px;
		background-position: -200px 0px;
	}
	.navbar-nav .open .dropdown-menu {
		left: 26%;
	}
	.agileinfo_banner_bottom_grid1_pos h3 {
		margin: 1em 0 1em;
	}
	.w3ls_about_bottom h3 {
		font-size: 1.3em;
	}
	.w3_events_grid_left {
		padding: 1em;
	}
	.w3layouts_events_grids {
		width: 100%;
	}
	.w3_events_grid_right_pos h3 {
		font-size: 1em;
	}
	.agile_footer_grid h3, .wthree_footer_grid_right h3 {
		font-size: 1.25em;
	}
	.w3layouts_banner1_info h2 {
		font-size: 1.8em;
	}
	.w3layouts_banner1_info {
		margin: 2em 0 0;
	}
	.banner1 {
		min-height: 195px;
	}
	.agileits_head {
		font-size: 1.7em;
	}
	.odometer {
		font-size: 2.1em;
	}
	.w3_stats_grid {
		padding: 0;
	}
	.w3layouts_gallery_grid1_pos {
		bottom: 40px;
		left: 40px;
		right: 40px;
		top: 40px;
	}
	.w3layouts_gallery_grid1_pos h3 {
		margin: 0em 0 1em;
	}
	.w3l_mail_right ul li span label {
		left: 31%;
	}
}
@media (max-width: 375px) {
  .navbar-brand {
    width: 120px;      /* smaller logo */
    height: 50px;

    margin-left: -10px;
    margin-top: 6px;

    background-position: center;
    background-size: contain;
  }
}
	.navbar-toggle {
		margin: 1.3em 1em 0 0;
	}
	.agile_banner_info_grid p {
		font-size: 1.3em;
	}
	.w3_agileits_banner_bottom_grid h2 {
		font-size: 1em;
	}
	.agileinfo_banner_bottom_grid1_pos {
		padding: 2em;
	}
	.w3_events_grid_left h3 {
		font-size: 2em;
	}
	.w3_events_grid_right_pos {
		padding: .8em;
	}
	.w3layouts_gallery_grid1_pos {
		padding: 1.2em;
	}
	#map {
		min-height: 250px;
	}
}
@media (max-width: 320px){
	.agile_banner_info_grid {
		padding: 1em;
	}
	.navbar-nav .open .dropdown-menu {
		left: 21%;
	}
	.agileinfo_banner_bottom_grid1_pos h3 {
		margin: 0em 0 1em;
	}
	.agileits_about_grid_right h3 {
		font-size: 2.2em;
	}
	p, ul li, ol li,.wthree_footer_grid_right input[type="email"] {
		font-size: 13px;
	}
	.w3ls_about_bottom h3 {
		font-size: 1.09em;
	}
	.w3layouts_about_grid_left_pos {
		width: 100%;
		left: 0;
	}
	.w3_events_grid_left h4 a {
		font-size: .85em;
	}
	.w3_events_grid_left h3 {
		font-size: 1.8em;
	}
	.w3_events_grid_left ul li {
		margin-right: 1.5em;
	}
	.w3_events_grid_right_pos {
		bottom: 5px;
		left: 5px;
		right: 5px;
		top: 5px;
		padding: .5em;
	}
	.wthree_footer_grid_right,.agile_footer_grid {
		padding: 0;
	}
	.agile_footer_grid h3, .wthree_footer_grid_right h3 {
		font-size: 1.15em;
	}
	.w3layouts_para {
		font-size: .8em;
	}
	.agileits_head {
		font-size: 1.4em;
	}
	.w3_stats_grid p {
		font-size: .9em;
	}
	.odometer {
		font-size: 1.8em;
	}
	.w3layouts_gallery_grid1_pos {
		bottom: 15px;
		left: 15px;
		right: 15px;
		top: 15px;
	}
	.w3layouts_gallery_grid1_pos h3:after {
		left: 39%;
	}
	.w3l_mail_right {
		padding: 1em;
	}
	.w3l_mail_right ul li {
		font-size: .83em;
	}
	.w3l_mail_right h3 {
		font-size: 1.1em;
		margin-bottom: 1em;
	}
	.agileinfo_mail_grids {
		padding-top: 0.5em;
	}
	.agileinfo_mail_grids input[type="submit"] {
		padding: 0.7em 0;
	}
}

/* =========================
   Hamburger Menu Styles
   ========================= */
/* Hamburger Menu for Forms *//* Hamburger Menu for Forms */
.hamburger-menu-container {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  z-index: 1000; /* make sure it appears above other nav elements */
}

.hamburger {
  font-size: 18px;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 3px;
}

/* Dropdown container */
.forms-dropdown {
  display: none; /* hidden by default */
  position: absolute;
  top: 100%; /* directly below the button */
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  width: 250px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

/* Each section inside the dropdown */
.forms-dropdown .forms-section {
  margin-bottom: 15px;
}

/* Section heading */
.forms-dropdown h4 {
  margin: 0 0 5px 0;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
}

/* Links list */
.forms-dropdown ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* Each link in the dropdown */
.forms-dropdown ul li {
  display: block !important; /* force vertical stacking */
}

.forms-dropdown ul li a {
  display: block !important; /* force vertical stacking */
  padding: 4px 0;
  text-decoration: none;
  color: #333;
}

.forms-dropdown ul li a:hover {
  color: #007BFF;
}
/* Remove banner images for pages with no-banner */
.banner.no-banner,
.banner1.no-banner {
    background: none !important;
    background-image: none !important;
    min-height: 0 !important;
    height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Remove any pseudo-elements */
.banner.no-banner::before,
.banner.no-banner::after,
.banner1.no-banner::before,
.banner1.no-banner::after {
    content: none !important;
}

/* Optional: remove any background on html/body */
html, body {
    background: #fff !important;
    background-image: none !important;
}
/* Remove banner images for pages with no-banner */
.banner.no-banner,
.banner1.no-banner {
    background: none !important;
    background-image: none !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    position: relative; /* keeps navbar layout intact */
}
.banner.no-banner .agile_banner_info_grid,
.banner1.no-banner .agile_banner_info_grid {
    display: none;
}
/* Swiper hard reset inside Bootstrap */
.banner-swiper {
  width: 100%;
  overflow: hidden;
}

.banner-swiper .swiper-wrapper {
  display: flex;
}

.banner-swiper .swiper-slide {
  flex-shrink: 0;
  width: auto;
}

/* Fix Bootstrap float interference */
.w3_agileits_banner_bottom_grid_left {
  overflow: hidden;
}

/* Normalize slide image heights */
.wthree_banner_bottom_grid1 img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* =========================
   EVENTS SECTION – 2x2 GRID
   ========================= */
/* EVENTS – equal-height 2x2 grid */

.events .w3layouts_events_grids {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: stretch;
}

/* Disable Bootstrap floats */
.events .col-md-6 {
  float: none;
  width: 100%;
}

/* Remove old clearfix */
.events .clearfix {
  display: none;
}

/* Force equal heights */
.events .w3_events_grid_left,
.events .w3_events_grid_right {
  height: 100%;
}

/* Center text vertically */
.events .w3_events_grid_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Images behave */
.events img {
  width: 100%;
  height: auto;
  display: block;
}

/* Mobile */
@media (max-width: 768px) {
  .events .w3layouts_events_grids {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.navbar-brand img {
  max-height: 40px;   /* adjust this */
  width: auto;
}

.navbar-brand {
  margin-top: 40px;
}
.page-logo {
  max-width: 180px;   /* adjust as needed */
  height: auto;
  margin: 0 auto;
  display: block;
}

.about-img{
max-width:600px;
width:100%;
height:auto;
display:block;
margin:0 auto;
}

.agileits_about_grid_left{
text-align:center;
padding-top:100px;
}

.footer{
background:#1f1f1f;
color:#e6e6e6;
padding:50px 0;
}

/* new code below */

/* =====================================
   FREEDOM TAEKWONDO HEADER + NAVBAR
===================================== */

.site-header{
    background:#ffffff;
    border-bottom:1px solid #e5e5e5;
}

.navbar{
    margin-bottom:0;
    border:none;
    background:transparent;
}

.navbar-brand{
    font-size:24px;
    font-weight:600;
    padding:12px 15px;
    height:auto;
}

.navbar-nav > li > a{
    padding-top:15px;
    padding-bottom:15px;
}


/* =====================================
   HOMEPAGE HERO BANNER
===================================== */
/* =====================================
   HOMEPAGE HERO BANNER
===================================== */

.hero-banner{
    background:url("../images/banner.jpg") center 70% no-repeat;
    background-size:cover;
    width:100%;
    height:520px;
}

/* =====================================
   INTERIOR PAGE BANNER
===================================== */

.banner1{
    background:url("../images/banner.jpg") no-repeat center center;
    background-size:cover;
    height:260px;
}


/* =====================================
   TABLET
===================================== */

@media (max-width:992px){

.hero-banner{
    height:320px;
}

.banner1{
    height:220px;
}

}


/* =====================================
   MOBILE
===================================== */
@media (max-width:768px){

.hero-banner{
    height:220px;
    background-position:center 70%;
}

}

.banner1{
    height:160px;
}

}

.navbar-brand{
    font-size:20px;
}

.navbar-toggle{
    margin-top:10px;
}

}


/* =====================================
   SMALL PHONES
===================================== */

@media (max-width:480px){

.hero-banner{
    height:180px;
}

.banner1{
    height:140px;
}

}

/* ================================
FORMS DROPDOWN MENU
================================ */

.forms-parent{
    position:relative;
}

/* Hide submenu by default */
.forms-submenu{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background:#fff;
    min-width:240px;
    padding:10px 0;
    box-shadow:0 3px 10px rgba(0,0,0,0.2);
    z-index:999;
}

/* Show on hover (desktop) */
.forms-parent:hover .forms-submenu{
    display:block;
}

/* submenu items */
.forms-submenu li{
    list-style:none;
}

.forms-submenu a{
    display:block;
    padding:6px 18px;
    color:#333;
    text-decoration:none;
}

.forms-submenu a:hover{
    background:#f5f5f5;
}

/* group titles */
.forms-title{
    display:block;
    padding:8px 18px;
    font-weight:bold;
    color:#555;
}

/* arrow styling */
.forms-arrow{
    font-size:10px;
    margin-left:5px;
}



/* MOBILE NAV FIX */

@media (max-width:768px){

.forms-submenu{
    position:static;
    box-shadow:none;
}

.forms-parent:hover .forms-submenu{
    display:none;
}

.forms-parent.open .forms-submenu{
    display:block;
}

}

.banner1{
    background:url("../images/banner.jpg") center center no-repeat;
    background-size:cover;
    width:100%;
    height:60vh;
    min-height:420px;
    position:relative;

    transform:translateZ(0);
    backface-visibility:hidden;
    will-change:transform;
}

@media (max-width:768px){

.banner1{
    height:260px;
    background-position:center top;
}

}

/* =====================================
   FLEXISEL SCROLL FLASH FIX
===================================== */

#flexiselDemo1,
#flexiselDemo1 li,
.agileits_w3layouts_banner_bottom_grid,
.wthree_banner_bottom_grid1{
    transform:translateZ(0);
    -webkit-transform:translateZ(0);
    backface-visibility:hidden;
    will-change:transform;
}

#flexiselDemo1 img{
    display:block;
}

#flexiselDemo1{
    position:relative;
    will-change:transform;
}

#flexiselDemo1 ul{
    transform:translateZ(0);
}

#flexiselDemo1 li{
    backface-visibility:hidden;
}

.banner-bottom{
    overflow:hidden;
}

/* Prevent carousel repaint flicker */
.w3_agileits_banner_bottom_grid_left{
    overflow:hidden;
    position:relative;
}

#flexiselDemo1{
    transform:translate3d(0,0,0);
    backface-visibility:hidden;
}

#flexiselDemo1 li{
    transform:translate3d(0,0,0);
}
#flexiselDemo1 img{
    display:block;
    width:100%;
    height:auto;
}
/* ============================
   Auto Scrolling TKD Carousel
============================ */

.tkd-carousel{
    display:flex;
    gap:20px;
    list-style:none;
    margin:0;
    padding:10px 0;
    animation:scrollTKD 10s linear infinite;
}

.tkd-carousel li{
    flex:0 0 260px;
}

.tkd-carousel img{
    width:100%;
    height:180px;
    object-fit:cover;
    display:block;
}

/* Smooth continuous scroll */
@keyframes scrollTKD{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-50%);
    }
}

/* Submenu positioning */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  display: none;
  position: absolute;
}

/* Show on hover (desktop) */
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

/* Arrow styling */
.submenu-arrow {
  float: right;
  font-size: 12px;
}

/* Align text + arrow nicely */
.dropdown-menu > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* Layout */
.contact-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
}

/* Map spacing */
.map-container {
  margin-bottom: 30px;
}

/* Two-column layout */
.contact-row {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.contact-info,
.contact-form {
  flex: 1;
  min-width: 280px;
}

/* Form styling */
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
}

.contact-form button {
  padding: 10px 20px;
  cursor: pointer;
}

/* Hide honeypot cleanly */
.hidden-field {
  display: none;
}


.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px; /* space between logo and text */
  padding: 5px 10px;
}

/* Logo image */
.navbar-brand img {
  height: 60px;
  width: auto;
}

/* Text styling */
.navbar-brand span {
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}

/* Optional: style the "F" */
.navbar-brand span i {
  font-style: normal;
  font-weight: 700;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .navbar-brand img {
    height: 45px;
  }

  .navbar-brand span {
    font-size: 16px;
  }
}


/* 3_23-26*/

.dropdown-submenu > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.submenu-arrow {
  font-size: 12px;
  margin-left: 8px;
  transition: transform 0.3s ease;
}


/*  added 3_23-26*/

.navbar-brand {
  display: flex;
  align-items: center;
  height: 80px; /* controls navbar height */
}

.navbar-brand img {
  height: 60px;
  width: auto;
}

@media (max-width: 991px) {
  .navbar-brand {
    height: 70px;
  }

  .navbar-brand img {
    height: 50px;
  }
}


@media (max-width: 768px) {
  .navbar-brand {
    height: 60px;
  }

  .navbar-brand img {
    height: 40px;
  }
}

@media (max-width: 480px) {
  .navbar-brand img {
    height: 35px;
  }
}

.navbar-brand {
  padding: 0;
}

.navbar-brand span {
  margin-left: 8px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .navbar-brand span {
    font-size: 16px;
  }
}
  /* added 03_25  */
  
  
  .free-trial-cta a {
  background: #b71c1c;   /* bold red */
  color: #fff !important;
  padding: 8px 14px;
  border-radius: 4px;
  font-weight: 600;
  margin-left: 10px;
  transition: 0.3s ease;
}

.free-trial-cta a:hover {
  background: #8e0000;
  color: #fff !important;
}
  



.free-trial-section h2 {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 700;
}

.free-trial-section p {
  font-size: 18px;
  margin-bottom: 30px;
}

.free-trial-section form {
  max-width: 400px;
  margin: 0 auto;
}

.free-trial-section input {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.free-trial-section button {
  width: 100%;
  padding: 14px;
  background: #ff3b3b;
  color: #fff;
  border: 1px solid #ccc;   /* 👈 this creates the outline */
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.free-trial-section button:hover {
  background: #e02a2a;
  
  
 }
 
 /*Remove pseudo-elements (often used for overlays) */


.banner.no-banner::before,
.banner.no-banner::after,
.banner1.no-banner::before,
.banner1.no-banner::after {
    content: none !important;
}

.free-trial-section input,
.free-trial-section textarea {
  color: #000;
  background-color: #fff;
}
@media (max-width: 768px) {

  .free-trial-section {
    padding: 30px 15px;
    text-align: center;
  }

  .free-trial-section h2 {
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 1.2;
  }

  .free-trial-section p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .free-trial-section form {
    max-width: 320px;
    margin: 0 auto;
  }

  .free-trial-section input {
    width: 100%;
    padding: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    border-radius: 4px;
  }

  .free-trial-section button {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
  }



.odometer {
  color: #fff;
}

.stats .odometer,
.stats h3.odometer {
  color: #ffffff !important;
}

.stats h3.odometer {
  color: #ffffff !important;
  opacity: 1 !important;
  filter: none !important;
}

.stats {
  background:
    linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)),
    url(../images/7.jpg) no-repeat 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}



/*   added 5/20  */ 

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #002b40;
}


.menu__link {
    color: #ffffff !important;
    background-color: #b71c1c !important;
    font-weight: 700;
}


.menu__item .menu__link,
.free-trial-cta .menu__link,
.menu__link:hover,
.menu__link:focus {
    color: #ffffff !important;
    background-color: #8e0000 !important;
}

.agileits_about_grid_right p i {
    color: #14597d;
}


/* Accessibility fix for pages with white banner */
.banner.no-banner .navbar-brand,
.banner.no-banner .navbar-brand:hover,
.banner.no-banner .navbar-brand:focus {
    color: #14597d !important;
}

.banner.no-banner .navbar-brand i {
    color: #b71c1c !important;
}

}