﻿body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}

body a:focus, a:hover {
	text-decoration: none;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}
p {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
}
label {
	margin: 0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
}
/*-- //Reset-Code --*/
/*-- Index-Page-Styling --*/
.modal-header h4 {
    color: #f99104;
    margin: 0;
    font-size: 2em;
    font-weight: 600;
    text-transform: capitalize;
	text-align:center;
}
.modal-body p{
    margin: 1em 0 0 0;
    font-size: 1em;
    color: #999999;
    line-height: 1.8em;
}
/*-- Top-Bar --*/
.top-bar {
    width: 100%;
    padding: 10px 0 4px;
    position: relative;
    border-bottom: 1px solid #737171;
}
/*-- Logo --*/
.logo {
	width: 60%;
	float: left;
}
.logo a {
	font-size: 40px;
	font-weight: bolder;
	color: #EEE;
}
.logo a:hover {
	color: red;
}
/*-- //Logo --*/
/*-- Info --*/
.info {
	width: 40%;
	float: left;
	padding-top: 20px;
}
.info .email, .info .phone {
	width: 50%;
	float: left;
}
.info p {
	color: #EEE;
	font-size: 13px;
}
.info a {
	color: #FFF;
}
.info a:hover {
	color: #009688;
}
.info span.glyphicon {
	margin-right: 5px;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*-- //Info --*/
/*-- //Top-Bar --*/
.navbar {
  margin-bottom: 0;
}
.navbar-nav {
  float: right;
  width: 59%;
}
.navbar-default {
  background:none;
  border-color: #012231;
}
.navbar-default .navbar-brand {
   font-family: 'Montserrat', sans-serif;
    color: #fff !important;
    font-size: 40px;
    text-decoration: none;
    text-transform: uppercase;
}
a.navbar-brand img {
    display: inline-block;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding: 0;
}
.navbar-default .navbar-brand:hover {
	color: #fff;
	text-decoration: none;
}
a.navbar-brand span {
  color: #2FD828;
  margin-left: 12px;
}
.navbar {
    position: relative;
    min-height: inherit;
}
.navbar-header {
    margin-top: 20px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #f7931e;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a{
  color: #fff;
  font-size: 16px;
}
.navbar-nav > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
.navbar-brand {
    height: 0;
    padding: 0;
	}
.navbar{
    border-radius: 0px; 
	border:none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.active{
    color:#f7931e;
}
.navbar {
    border-radius: 0px;
    border: none;
    padding: 0px 0;
    float: left;
    width: 95%;
}
/*--search--*/
.cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-main-header {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    float: right;
    margin-top: 17px;
}
.cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}
.nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
	-webkit-transform: translateX(260px);
	-moz-transform: translateX(260px);
	-ms-transform: translateX(260px);
	-o-transform: translateX(260px);
	transform: translateX(260px);
}
.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: 0px;
    right: 0%;
}
.cd-header-buttons li {
	display: inline-block;
}
.cd-search-trigger, .cd-nav-trigger {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	z-index: 3;
}
.cd-search-trigger::before, .cd-search-trigger::after {
	/* search icon */
	content: '';
	position: absolute;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-search-trigger::before {
	/* lens */
	top: 11px;
	left: 11px;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #fff;
}
.cd-search-trigger::after {
	/* handle */
	height: 3px;
	width: 8px;
	background: #fff;
	bottom: 14px;
	right: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search-trigger span {
	/* container for the X icon */
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
	/* close icon */
	content: '';
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 22px;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -11px;
	background: #fff;
	opacity: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search-trigger span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
	/* hide search icon */
	-moz-opacity: 0;
	opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
	/* show close icon */
	-moz-opacity: 1;
	opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-search input {
    border-radius: 0;
    border: none;
    background: #00b7c9;
    width: 100%;
    padding: 0 5%;
	-webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none; 
    appearance: none;   
    font-size: 1em;
    padding: 1em 2em;
	color: #fff;
}
.cd-search input::-webkit-input-placeholder {
	color: #fff !important;
}
.cd-search input::-moz-placeholder {
	color: #fff !important;
}
.cd-search input:-moz-placeholder {
	color: #fff !important;
}
.cd-search input:-ms-input-placeholder {
	color: #fff !important;
}
.cd-search input:focus {
	outline: none;
}
.cd-search.is-visible {
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
/*--//search--*/
.w3l-banner {
    background: url(../images/banner1.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: 700px;
}
.w3l-banner1 {
   background: url(../images/banner1.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: 300px;
}
.w3l-info {
    padding: 17em 0 0;
	text-align: center;
}
.w3l-info h3 {
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.w3l-info p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin: 20px auto 0;
    width: 65%;
}
.agileinfo-news-button a {
    padding: 8px 20px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    outline: none;
}
/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #f99104;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00b7c9;
    -webkit-transform: scaleX(1);
    transform: scaleX(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-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.agileinfo-news-button {
    margin-top: 35px;
}
/*-- banner-bottom --*/
.agileits-bottom-top h3 {
    background: #dcd8d9;
    color: #5e5c5d;
    text-align: center;
    min-height: 180px;
    font-weight: 600;
    padding: 50px 20px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 20px;
    border-radius: 0px 0px 125px 125px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileits-bottom-top h3:hover{
    background: #00b7c9;
    color: #ffffff;
}
.w3layouts-banner-bottom {
    padding: 0 0 5em;
}
.agileits-bottom-top h3 span {
    font-size: 12px;
    font-weight: 400;
    padding-top: 16px;
    display: block;
    color: #777;
}
/*-- //banner-bottom --*/
/*-- //welcome --*/
.wthree-welcome-left {
    padding-left: 0;
}
.wthree-welcome h2 {
    color: #f99104;
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    padding-bottom: .5em;
    position: relative;
    text-transform: uppercase;
}
.wthree-welcome h2:after {
    content: "";
    height: 3px;
    background:#00b7c9;
    position: absolute;
    width: 8%;
    top: 57px;
    left: 0;
}
.border {
    border-bottom: solid 1px #dcdcdc;
    width: 20%;
    margin-bottom: 50px;
}
.wthree-welcome p {
    font-size: 15px;
    color: #999;
    line-height: 28px;
}
.wthree-welcome {
    padding: 5em 0;
}
/*-- //welcome --*/
/*-- Video--*/
.video-w3-agileits{
	background:url('../images/10a.jpg') no-repeat 0px 0px;
	background-attachment:fixed;
	background-size:cover;
	padding:100px 0px;
	text-align:center;
}
.video-w3-agileits h3 {
    font-size: 35px;
    color: #f99104;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 600;
}
.video-w3-agileits a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 30px;
    margin-bottom: 30px;
    display: inline-block;
    border-radius: 50%;
}
.video-w3-agileits p {
    color: #eee;
    font-size: 15px;
    width: 40%;
    margin: 0 auto;
    line-height: 27px;
}
.video-w3-agileits .modal-content {
	background-color:rgba(26, 60, 160, 0.85);
}

.video-w3-agileits .modal-header {
	min-height: 50px;
	padding: 0 15px;
	border-bottom: none;
}
.video-w3-agileits .modal-header .close {
	margin: 20px 10px 0 0;
	color: #FFF;
	font-size: 30px;
	outline: none;
}

.video-w3-agileits iframe {
	width: 100%;
	height: 500px;
	border:none;
}
/*-- //Video--*/
/*-- services-bottom --*/
.services-bottom{
	background: #00b7c9;
    padding: 5em 0;
}
.agileits_w3layouts_about_counter_left i {
    font-size: 30px;
    color: #f99104;
    padding: 1em 0;
}
.agileits_w3layouts_about_counter_left p {
    font-size: 2.5em;
    font-weight: bold;
    color: #fff;
    margin: 0.5em 0 0em;
}
.agileits_w3layouts_about_counter_left {
    text-align: left;
}
.agileits_w3layouts_about_counter_left h3 {
    color: #000;
    font-size: 17px;
    margin: .5em 0 0;
    text-transform: uppercase;
}
/*-- //services-bottom --*/
/*-- features --*/
.bs-example{
	margin:3em 0 0;
}
.nav-tabs > li > a {
    margin-right: 15px;
    border-radius: 0;
    color: #212121;
    text-transform: uppercase;
    font-weight: 600;
}
.nav-tabs > li {
    float: none;
    display: inline-block;
}
.nav-tabs {
    width: 43%;
    margin: 0;
    border-bottom: 1px solid #ffffff;
}
.nav-tabs > li > a:hover {
    border: 1px solid #00b7c9;
    border-bottom: 1px solid #00b7c9;
    background: #00b7c9;
    color: #fff;
}
.nav > li > a:hover, .nav > li > a:focus {
     background: #00b7c9;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #00b7c9;
    border-bottom: 1px solid #00b7c9;
    background: #00b7c9;
    color: #fff;
}
.w3agile_tab_left h4 {
    font-size: 22px;
    color: #f99104;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 600;
}
.w3agile_tab_left p {
    color: #999;
    line-height: 2em;
    margin: 1em 0 2em;
    font-size: 15px;
}
.w3agile_tabs {
    margin: 3em 0 0;
}
.w3agile_tab_right1 {
    margin: 2em 0 0;
}
.features h3 {
    color: #f99104;
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    padding-bottom: .5em;
    position: relative;
    text-transform: uppercase;
}
.features h3:after {
    content: "";
    height: 3px;
    background: #00b7c9;
    position: absolute;
    width: 8%;
    top: 57px;
    left: 0;
}
.features {
    padding: 5em 0;
}
.w3agile_tab_right.w3agile_tab_right2 {
    padding-left: 0;
}
/*-- //features --*/
/*-- Newsletter --*/
.footer-top {
    background: #1a1a1a;
    padding: 5em 0;
}
.footer-info p {
	color: #B7B4B4;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 20px;
	text-align: left;
}
.newsletter {
	position: relative;
}
.newsletter .email {
	padding: 5px 60px 5px 15px;
	border-radius: 3px;
	-Webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 40px;
	border: 1px solid #fff;
	width: 100%;
	text-align: left;
}
.newsletter .email {
	background-color:#F4F4F4;
	border: none;
}
.newsletter .submit {
	width: 40px;
	height: 40px;
	background-image: url('../images/subscribe.png');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	background-color: #00b7c9;
	top: 0;
	right: 0;
	outline:none;
	border: none;
}
/*-- //Newsletter --*/
.w3ls-footer-top ul{
	padding:0;
	margin:0;
}
.w3ls-footer-top ul li{
	display:block;
}
.w3ls-footer-top ul li a{
    font-size: 1em;
    color: #BBBBBB;
    line-height: 1.8em;
	text-decoration:none;
}
.w3ls-footer-top ul li a:hover{
	color: #ffffff;
}
.footer-top h3 {
    color: #f99104;
    margin-bottom: 30px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
.footer-top p {
    color: #999;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
}
.wthree-footer-top ul li{
	list-style-type: none;
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 1.8em;
    color: #999;
    padding-left: 1em;
}
.wthree-footer-top ul li span{
	left:-1em;
}
.wthree-footer-top ul li a{
	color:#999;
	text-decoration:none;
}
.wthree-footer-top ul li a:hover{
	color:#fff;
}
.wthree-footer-top {
    padding: 0 30px;
}
.agileits-social ul{
	padding:0;
	margin:0;
}
.agileits-social ul li{
	display:inline-block;
}
.agileits-social ul li a {
	color: #333;
    text-align: center;
}
.agileits-social ul li a i.fa.fa-facebook{
    height: 40px;
    width: 40px;
    background: #fff;
    line-height: 40px;
    color: #000618;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.agileits-social ul li a i.fa.fa-facebook:hover {
    height: 40px;
    width: 40px;
    line-height: 40px;
	background: #3b5998;
	color:#fff;
}
.agileits-social ul li a i.fa.fa-twitter{
    height: 40px;
    width: 40px;
     background: #fff;
    line-height: 40px;
    color: #000618;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.agileits-social ul li a i.fa.fa-twitter:hover{
    height: 40px;
    width: 40px;
    line-height: 40px;
	background: #1da1f2;
	color:#fff;
}
.agileits-social ul li a i.fa.fa-rss{
    height: 40px;
    width: 40px;
     background: #fff;
    line-height: 40px;
    color: #000618;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.agileits-social ul li a i.fa.fa-rss:hover{
    height: 40px;
    width: 40px;
    line-height: 40px;
	background: #f26522;
	color:#fff;
}
.agileits-social ul li a i.fa.fa-vk{
    height: 40px;
    width: 40px;
      background: #fff;
    line-height: 40px;
    color: #000618;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.agileits-social ul li a i.fa.fa-vk:hover{
    height: 40px;
    width: 40px;
    line-height: 40px;
	background: #45668e;
	color:#fff;
}
.agileits-social ul li:nth-child(2){
	margin:0 .5em;
}
.agileits-social ul li:nth-child(3){
	margin:0 .5em 0 0;
}
.agile-copy {
    float: left;
}
.agileits-social {
    float: right;
}
/*-- footer --*/
.footer-w3layouts {
    padding: 1.5em 0;
    border-top: 1px solid #fff;
    background: #000000;
}
.footer-w3layouts p{
	padding:1em 0;
	text-align:center;
	color:#BBBBBB;
	margin:0;
}
.footer-w3layouts p a{
	text-decoration:none;
	color:#00b7c9;
}
/*-- //footer --*/
/*-- icons --*/
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background:rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #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: 28px;
    color:#00b7c9 !important;
    margin: 30px 0 15px;
}
h3.agileits-icons-title {
    text-align: center;
    font-size: 33px;
    color: #404040;
}
.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%;
}
.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:991px){
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
}
@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: 640px){
	.icon-box {
		float: left;
		width: 50%;
	}
}
@media (max-width: 480px){
	.bs-glyphicons li {
		width: 31%;
	}
}
@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%;
	}
}
/*-- //icons --*/
/*--Typography--*/
.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:#00b7c9;
    font-weight: bold;
}
.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:768px){
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 25px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.label {
		font-size: 60%;
	}
	.in-gp-tl {
		padding: 0 1em;
	}
	.in-gp-tb {
		padding-right: 1em;
	}
}
@media (max-width:480px){
	.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;
	}
}
@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 --*/
.agileits-gal, .agileits-abt, .agileits-ser, .agileits-con, .typo, .w3_wthree_agileits_icons {
    padding: 5em 0;
}
.w3ls_head {
    text-align: center;
    color: #f99104;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 60px;
}
/*-- gallery --*/
.gallery-grids{
	margin:3em 0 0;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1em;
    z-index: 1;
    bottom: 1em;
    left: 1em;
    right: 1em;
}
/* Filter controls */
.simplefilter li, .multifilter li, .sortandshuffle li {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: .3em 0.6em;
    font-size: 1em;
    margin: 0 1.5em 0 1.8em;
    background: none;
    border-radius: 4px;
    position: relative;
}
.simplefilter li:before {
    content: '';
    width: 22px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    transform: rotate(-68deg);
    top: 14px;
    left: -37px;
}
.simplefilter li:nth-child(1):before {
    height: 0;
}
.simplefilter li.active {
    color: #fff;
    background: #fe7200;
}
/* Shuffle and sort controls */
select {
    padding: 1rem 1rem;
    text-transform: uppercase;
}
.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}
.sortandshuffle .sort-btn {
    background-color: #de0000;
}
.sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}
/*----*/
ul.simplefilter {
    text-align: center;
	margin-bottom: 1em;
}
.gallery-grids-left-sub,.gallery-grid-sub{
	margin:2em 0 0;
}
.gallery-grids-left-subl,.gallery-grids-left {
    padding-left: 0;
}
.gallery-grids-left-subr {
    padding-right: 0;
}
.gallery-grids-right1 {
    padding: 0 1em;
	margin:2em 0;
}
.gallery-grid img {
    width: 100%;
	cursor: pointer;
}
.gallery-grid{
	position:relative;
}
.gallery-grid-pos{
	position:absolute;
	top:0%;
	left:5%;
	text-align:center;
	opacity:0;
	background:#000;
	transition:.5s ease-in-out;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	-ms-transition:.5s ease-in-out;
}
.gallery-grid:hover .gallery-grid-pos{
	opacity:1;
}
.gallery-grid:hover img{
	opacity:.5;
}
/*-- //gallery --*/
.map iframe {
    width: 100%;
    min-height: 300px;
}

/*--contact--*/
.contact-w3-agileits {
    padding-top: 0px;
}
h5.tittle{
    color: #1a5e71;
    font-size: 33px;
    margin-bottom: 80px;
    text-transform: uppercase;
    text-align: center;
}
.contact-w3-agileits input[type="text"],.contact-w3-agileits input[type="email"] {
    border:2px solid #333;
    padding: 10px;
	outline: none;
    width: 48%;
}
.contact-w3-agileits input[type="email"] {
    margin-left: 25px;
}
.contact-w3-agileits textarea {
    border: none;
    outline: none;
    resize: none;
    width: 100%;
    height: 200px;
    padding: 10px;
    border: 2px solid #333;
    margin-top: 20px;
}
.contact-w3-agileits input[type="submit"] {
    border: none;
    outline: none;
    color: #fff;
    background:#00b7c9;
    font-size: 21px;
    margin: 0;
    display: block;
    margin-top: 25px;
    padding: 6px 30px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-weight: 600;
}
.contact-w3-agileits input[type="submit"]:hover {
    background: #f99104;
    color: #ffffff;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact-w3layouts-right ul li{
	list-style-type: none;
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 1.8em;
    color: #999;
    padding-left: 1em;
}
.contact-w3layouts-right ul li span {
    left: -1em;
    color: #f99104;
}
.contact-w3layouts-right ul li a{
	color:#999;
	text-decoration:none;
}
.contact-w3layouts-right ul li a:hover{
	color:#f99104;;
}
.contact-w3layouts-right {
    padding-left: 50px;
}
.contact-w3layouts-right h4 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 600;
    color: #00b7c9;
}
/*--//contact--*/
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #f7931e;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active.open > a{
	color: #f7931e;
}
/*-- services --*/
.agileinfo_services_grid1{
	padding:2em;
	background:#f5f5f5;
	position:relative;
}
.agileinfo_services_grid1_pos{
	position: absolute;
    width: 50px;
    height: 50px;
    background: #00b7c9;
    border-radius: 40px;
    top: -20%;
    left: 5%;
    text-align: center;
}
.agileinfo_services_grid1_pos span{
	color: #fff;
    font-size: 1em;
    top: 15px;
}
.agileinfo_services_grid1 h4 {
    font-size: 1.1em;
    color: #212121;
    text-transform: uppercase;
    line-height: 28px;
    position: relative;
    font-weight: 600;
    padding-bottom: .5em;
}
.agileinfo_services_grid1 h4:after{
	content:'';
	background:#999;
	height:2px;
	width:20%;
	right:10%;
	bottom:0%;
	position:absolute;
}
.agileinfo_services_grid1 p{
	color:#999;
	line-height:2em;
	margin:1em 0 0;
}
.agileinfo_services_grids{
	margin:6em 0 0;
}
.agileinfo_services_grid:hover .agileinfo_services_grid1 h4:after,.agileinfo_services_grid:hover .agileinfo_services_grid1_pos{
	background:#f99104;
}
.agileinfo_services_grid:hover .agileinfo_services_grid1_pos span{
	color: #fff;
}
.w3agile_services_grids{
	margin:4em 0 0;
}
.latest {
    margin-top: 6em;
}
.latest-w3l-left h4 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 16px 0;
    color: #00b7c9;
}
.latest-w3l-left p {
    font-size: 15px;
    color: #999;
    line-height: 28px;
}
/*-- //services --*/
/*-- team --*/ 
.team-agile-img {
  background-color: #FFF;
  display: block; 
  overflow: hidden;
  position: relative; 
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.team-agile-img img { 
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.team-agile-img:before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.team-agile-img:hover {
  cursor: pointer;
}
.team-agile-img:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.team-agile-img:hover .view-caption {
  -moz-transform: translateY(0%) scale(1);
  -o-transform: translateY(0%) scale(1);
  -ms-transform: translateY(0%) scale(1);
  -webkit-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
}
.view-caption {
    background-color: rgba(95, 90, 90, 0.69);
    bottom: 0;
    height: 25%;
    left: 0;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    text-align: left;
    z-index: 99;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: translateY(150%) scale(1.5);
    -o-transform: translateY(150%) scale(1.5);
    -ms-transform: translateY(150%) scale(1.5);
    -webkit-transform: translateY(150%) scale(1.5);
    transform: translateY(150%) scale(1.5);
}
.view-caption .w3ls-info {
  float: left;
}
.team-grids h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 15px;
    color: #00b7c9;
}
.view-caption .w3ls-info p {
    color: #000;
    font-size: 1em;
}
.view-caption ul {
    text-align: center;
}
.view-caption ul li {
  display: inline-block;
}
.view-caption ul li a {
    background-color: #fff;
    border-radius: 50%;
    color: #f99104;
    display: inline-block;
    margin: 0 2px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    width: 28px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.view-caption ul li a:hover {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.team.agileits {
    margin-top: 6em;
}
.team-info p {
    font-size: 15px;
    color: #999;
    margin: 16px 0;
    line-height: 26px;
}
/*-- //team --*/
.ab-w3ls-right h4 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #00b7c9;
}
.ab-w3ls-right p {
    font-size: 15px;
    color: #999;
    margin: 20px 0 0;
    line-height: 26px;
}
.ab-w3ls-right {
    padding-left: 40px;
}
/*-- responsive design --*/
@media (max-width: 1080px){
.navbar-nav {
    width: 64%;
}
.nav-tabs {
    width: 60%;
}
}
@media (max-width: 1024px){
.w3l-info {
    padding: 12em 0 0;
}
.w3l-banner {
    min-height: 570px;
}
.w3l-banner1 {
    min-height: 200px;
}
.view-caption .w3ls-info  h4 {
    font-size: 1.3em;
	margin-top:6px;
}
.contact-w3-agileits input[type="text"], .contact-w3-agileits input[type="email"] {
    width: 47.5%;
}
}
@media (max-width: 991px){
.navbar-nav > li > a {
    padding-top: 22px;
    padding-bottom: 20px;
}
.nav>li>a {
    padding: 10px 7px ! important;
}
.sb-search {
    margin-top: 9px;
}
.navbar-header {
    margin-top: 18px;
}
.w3 {
    font-size: 5em;
    letter-spacing: 30px;
}
.w3l-info {
    padding: 8em 0 0;
}
.navbar-nav {
    width: 68%;
    margin-top: 9px;
}
.navbar-default .navbar-brand {
    font-size: 32px;
}
.cd-main-header {
    margin-top: 10px;
}
.navbar {
    width: 93%;
}
.w3l-banner {
    min-height: 500px;
}
.w3l-info h3 {
    font-size: 35px;
}
.w3l-info p {
    font-size: 15px;
    width: 90%;
}
.agileits-bottom-top {
    float: left;
    width: 25%;
}
.agileits-bottom-top h3 {
    min-height: 173px;
    padding: 32px 12px;
    font-size: 16px;
}
.agileits-bottom-top h3 span {
    font-size: 11px;
    padding-top: 10px;
}
.w3layouts-banner-bottom {
    padding: 0 0 3em;
}
.wthree-welcome {
    padding: 3em 0;
}
.wthree-welcome-left {
    float: left;
    width: 55%;
}
.wthree-welcome-right {
    float: left;
    width: 45%;
}
.wthree-welcome p {
    font-size: 14px;
}
.agileinfo-news-button {
    margin-top: 24px;
}
.video-w3-agileits {
    padding: 50px 0px;
}
.video-w3-agileits p {
	font-size: 14px;
    width: 60%;
}
.w3agile_tab_left {
    float: left;
    width: 55%;
}
.w3agile_tab_right.w3agile_tab_right2 {
    float: left;
    width: 45%;
}
.nav-tabs {
    width: 60%;
}
.w3agile_tab_left h4 {
    font-size: 20px;
}
.features {
    padding: 3em 0;
}
.w3agile_tab_left p {
    font-size: 14px;
}
.services-bottom {
    padding: 3em 0;
}
.agileits_w3layouts_about_counter_left {
    float: left;
    width: 25%;
}
.agileits_w3layouts_about_counter_left h3 {
    font-size: 13px;
}
.agileits_w3layouts_about_counter_left i {
    padding: 0.7em 0;
}
.footer-top {
    padding: 3em 0;
}
.w3l-footer-top {
    float: left;
    width: 41%;
}
.wthree-footer-top {
    float: left;
    width: 40%;
	padding: 0 16px;
}
.w3ls-footer-top {
    float: left;
    width: 19%;
}
.footer-top p {
    font-size: 14px;
}
.view-caption {
    height: 18%;
}
.agileits-gal, .agileits-abt, .agileits-ser, .agileits-con, .typo, .w3_wthree_agileits_icons {
    padding: 3em 0;
}
.ab-w3ls-left {
    margin-bottom: 20px;
}
.w3ls_head {
    margin-bottom: 40px;
}
.ab-w3ls-right h4 {
    font-size: 26px;
}
.ab-w3ls-right {
    padding-left: 16px;
}
.ab-w3ls-right p {
    font-size: 14px;
}
.team.agileits {
    margin-top: 3em;
}
.team-grids {
    float: left;
    width: 50%;
    margin-bottom: 16px;
}
.team-info p {
    font-size: 14px;
}
.gallery-grids-left {
	float: left;
	width: 50%;
}
.gallery-grids-left-subl {
	padding-right: 0;
}
.gallery-grids-left-subr {
	padding: 0;
	margin: 2em 0 0;
}
.gallery-grids-right {
	padding-right: 0;
	margin-bottom: 2em;
}
.gallery-grids-right1 {
	padding: 0 0em 0 1em;
	margin: 0em 0 2em;
}
.agileinfo_services_grid {
    margin-bottom: 50px;
}
.w3agile_services_grids {
    margin: 0em 0 0;
}
.agileinfo_services_grids {
    margin: 5em 0 0;
}
.latest {
    margin-top: 1em;
}
.latest-w3l-left {
    float: left;
    width: 33.33%;
}
.latest-w3l-left p {
    font-size: 14px;
}
.latest-w3l-left h4 {
    font-size: 20px;
}
.contact-w3layouts-left {
    float: left;
    width: 63%;
}
.contact-w3layouts-right {
    padding-left: 16px;
    float: left;
    width: 37%;
}
.contact-w3-agileits input[type="text"], .contact-w3-agileits input[type="email"] {
    width: 46.5%;
}
}
@media screen and (max-width:767px) {
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background: #c69c6c;
	margin-top: 10px;
}
.navbar-nav {
    margin: 7.5px 0px;
}
.navbar-nav {
    width: 100%;
	    padding-bottom: 0em;
}
.navbar-default .navbar-nav > li > a {
    font-size: 15px;
    text-align: center;
}
.navbar-nav>li>a {
    line-height: 20px;
}
.sb-search {
    margin-top: 260px;
	right:15px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
   border-color:#fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(75, 76, 76, 0);
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 87%;
}
.sb-search-input {
    width: 90%;
}
.top-bar {
    padding: 10px 0 8px;
}
.navbar-nav .open .dropdown-menu {
    text-align: center;
}
.navbar-toggle {
    margin-top: -3px ! important;
    margin-bottom: 0 ! important;
}
}
@media (max-width: 736px){
.navbar-header {
    margin-top: 16px;
}
.navbar-toggle {
    margin-top: -5px;
}
.w3l-banner1 {
    min-height: 160px;
}
.nav-tabs {
    width: 65%;
}
.video-w3-agileits p {
    width: 74%;
}
.contact-w3-agileits input[type="text"], .contact-w3-agileits input[type="email"] {
    width: 46.3%;
}
}
@media (max-width: 667px){
.navbar {
    width: 92%;
}
.agileits-bottom-top h3 {
    font-size: 13px;
}
.nav-tabs {
    width: 75%;
}
.contact-w3-agileits input[type="text"], .contact-w3-agileits input[type="email"] {
    width: 45.9%;
}
}
@media (max-width: 640px){
.navbar-toggle {
    margin-top: -7px;
}
.w3l-info {
    padding: 6em 0 0;
}

.w3l-banner {
    min-height: 420px;
}
.w3l-info h3 {
    font-size: 28px;
}
.wthree-welcome h2 {
    font-size: 30px;
}
.w3agile_tab_right.w3agile_tab_right2 {
    float: left;
    width: 100%;
	padding-left: 16px;
}
.w3agile_tab_right.w3agile_tab_right2 img {
    width: 100%;
}
.w3agile_tab_left {
    width: 100%;
    margin-top: 20px;
}
.agileits_w3layouts_about_counter_left {
    text-align: center;
    width: 50%;
    margin-bottom: 20px;
}
.w3l-footer-top {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.footer-top h3 {
    margin-bottom: 20px;
}
.wthree-footer-top {
    float: left;
    width: 65%;
}
.w3ls-footer-top {
    float: left;
    width: 35%;
}
.w3layouts-banner-bottom {
    padding: 0 0 1em;
}
.video-w3-agileits h3,.features h3 {
    font-size: 30px;
}
.video-w3-agileits p {
    width: 90%;
}
.wthree-welcome-right {
    float: left;
    width: 100%;
	margin-top: 20px;
}
.wthree-welcome-right img{
    width: 100%;
}
.wthree-welcome-left {
    width: 100%;
	padding-left: 16px;
}
.features h3:after,.wthree-welcome h2:after {
    top: 48px;
}
.view-caption {
    height: 21%;
}
.w3ls_head {
    margin-bottom: 30px;
	font-size: 30px;
}
.ab-w3ls-right h4 {
    font-size: 23px;
}
.team-grids h4 {
    font-size: 20px;
}
.contact-w3-agileits input[type="text"], .contact-w3-agileits input[type="email"] {
    margin-bottom: 20px;
    width: 100%;
}
.contact-w3-agileits input[type="email"] {
    margin-left: 0px;
	margin-bottom: 0px;
}
}
@media (max-width: 600px){
	.w3l-info {
    padding: 5em 0 0;
}
.w3l-info p {
    font-size: 14px;
    width: 100%;
}
.agileits-bottom-top {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
.nav-tabs {
    width: 85%;
}
.agile-copy {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}
.agileits-social {
    width: 100%;
    text-align: center;
}
.view-caption {
    height: 21%;
}
.latest-w3l-left {
    width: 100%;
    margin-bottom: 20px;
}
}
@media (max-width: 568px){
.navbar {
    width: 91%;
}
.w3l-banner {
    min-height: 380px;
}
.view-caption .w3ls-info h4 {
    font-size: 1.3em;
}
}
@media (max-width: 480px){
.w3l-banner {
    min-height: 370px;
}
.navbar {
    width: 89%;
}
.w3l-info h3 {
    font-size: 24px;
}
.w3l-info {
    padding: 4em 0 0;
}
.nav-tabs {
    width: 100%;
}
.view-caption {
    height: 27%;
    padding: 12px 3px;
    text-align: center;
}
.agileits-abt {
    padding: 3em 0 0;
}
.gallery-grids {
		margin: 2em 0 0;
}
.agileits-ser {
    padding: 3em 0 1em;
}
.contact-w3layouts-left {
    width: 100%;
    margin-bottom: 20px;
}
.contact-w3layouts-right {
    width: 100%;
}
.contact-w3layouts-right h4 {
    font-size: 22px;
}
}
@media (max-width: 414px){
.navbar-default .navbar-brand {
    font-size: 30px;
}
.top-bar {
    padding: 8px 0 4px;
}
.navbar-toggle {
    margin-right: 0 ! important;
}
.navbar {
    width: 87%;
}
.w3l-info h3 {
    font-size: 21px;
}
.w3l-info {
    padding: 4em 0 0;
}
.w3l-info p {
    line-height: 24px;
}
.nav-tabs > li > a {
    margin-right: 0px;
}
.footer-w3layouts p {
    padding: 0;
    line-height: 26px;
}
.view-caption {
    height: 34%;
}
.gallery-grids-left {
		float: none;
		width: 100%;
		padding: 0;
	}
	.gallery-grids-right {
		padding: 0;
		margin: 1em 0;
	}
	.gallery-grids-left-sub, .gallery-grid-sub {
		margin: 1em 0 0;
	}
	.gallery-grids-left-subr {
		margin: 1em 0 0;
	}
	.gallery-grids-right1 {
		padding: 0 0em 0 0em;
		margin: 0em 0 1em;
	}
	.navbar-toggle {
    margin-top: 3px ! important;
	 padding: 5px 7px ! important;
	}
}
@media (max-width: 384px){
	.nav>li>a {
    padding: 10px 4px ! important;
    font-size: 13px;
}
.navbar {
    width: 86%;
}
.agileits_w3layouts_about_counter_left p {
    margin: 0;
}
.agileits_w3layouts_about_counter_left {
    width: 100%;
}
.wthree-footer-top {
    width: 100%;
}
.w3ls-footer-top {
    width: 100%;
}
.view-caption {
    height: 37%;
}
}
@media (max-width: 375px){
}
@media (max-width: 320px){
.navbar-default .navbar-brand {
    font-size: 23px;
}
.navbar {
    width: 83%;
}
.w3l-info h3 {
    font-size: 17px;
}
.w3l-info {
    padding: 3em 0 0;
}
.w3l-info p {
    line-height: 22px;
	font-size:13px;
}
.agileinfo-news-button a {
    padding: 6px 15px;
    font-size: 14px;
}
.agileits-bottom-top {
    width: 100%;
}
.w3layouts-banner-bottom {
    padding: 0 0 0em;
}
.wthree-welcome {
    padding: 2em 0;
}
.w3l-banner {
    min-height: 346px;
}
.wthree-welcome h2 {
    font-size: 25px;
}
.border {
    width: 51%;
	margin-bottom: 27px;
}
.features h3:after, .wthree-welcome h2:after {
    top: 40px;
	width: 22%;
}
.wthree-welcome-left {
    padding: 0;
}
.wthree-welcome p {
    font-size: 13px;
}
.wthree-welcome-right {
    padding: 0;
}
.video-w3-agileits h3, .features h3 {
    font-size: 25px;
}
.video-w3-agileits {
    padding: 40px 0px;
}
.video-w3-agileits p {
    width: 96%;
	font-size:13px;
}
.features {
    padding: 2em 0;
}
.bs-example {
    margin: 1em 0 0;
}
.nav>li>a {
    padding: 7px 3px ! important;
    font-size: 11px;
}
.w3agile_tabs {
    margin: 2em 0 0;
}
.w3agile_tab_right.w3agile_tab_right2 {
    padding: 0;
}
.w3agile_tab_left {
    padding: 0;
}
.w3agile_tab_left p {
    font-size: 13px;
}
.w3agile_tab_left h4 {
    font-size: 19px;
}
.features {
    padding: 2em 0 0;
}
.services-bottom {
    padding: 2em 0 1em;
}
.footer-top {
    padding: 2em 0;
}
.w3l-footer-top {
    padding: 0;
}
.footer-top p {
    font-size: 13px;
	line-height:26px;
}
.wthree-footer-top {
    padding: 0;
}
.w3ls-footer-top {
    padding: 0;
}
.team-grids {
    width: 100%;
    padding: 0;
	 text-align: center;
}
.view-caption {
    height: 30%;
}
.agileits-abt {
    padding: 2em 0 0;
}
.ab-w3ls-left {
    padding: 0;
}
.ab-w3ls-right {
    padding: 0;
}
.ab-w3ls-right p {
    font-size: 13px;
	margin: 12px 0 0;
}
.team.agileits {
    margin-top: 2em;
}
.view-caption {
    height: 19%;
}
.ab-w3ls-right h4 {
    font-size: 20px;
}
.w3ls_head {
    font-size: 26px;
}
.team-info p {
    font-size: 13px;
}
.agileits-gal{
	padding:2em 0 1em;
}
.w3l-banner1 {
    min-height: 137px;
}
.agileits-ser {
    padding: 2em 0 0.5em;
}
.agileinfo_services_grid {
    padding: 0;
}
.agileinfo_services_grid1_pos {
    top: -14%;
}
.agileinfo_services_grid1 h4 {
    font-size: 1em;
}
.latest-w3l-left {
    padding: 0;
}
.agileinfo_services_grid :nth-child(6){
    margin-bottom: 50px;
} 
.contact-w3layouts-left {
    padding: 0;
}
.contact-w3-agileits input[type="submit"] {
    font-size: 18px;
    margin-top: 20px;
    padding: 6px 24px;
}
.contact-w3layouts-right {
    padding: 0;
}
.agileits-con, .typo, .w3_wthree_agileits_icons {
    padding: 2em 0;
}
.map iframe {
    min-height: 200px;
}
}
/* === Language switcher: bigger + brand orange === */
.lang-switcher .dropdown-toggle{
  color: #f7931e !important;   /* 和导航激活色一致 */
  font-size: 18px;             /* 放大字号；如想更稳妥可改 16px */
  font-weight: 700;
  line-height: 1;
  background: transparent;
  padding: 0 8px;              /* 保持现有内边距 */
}

/* 图标与小三角同步橙色 */
.lang-switcher .glyphicon-globe{ color: #f7931e !important; }
.lang-switcher .caret{
  border-top-color: #f7931e !important;
  border-bottom-color: #f7931e !important; /* 兼容下拉向上时 */
}

/* 悬停/聚焦不变色，保持橙色 */
.lang-switcher.open .dropdown-toggle,
.lang-switcher .dropdown-toggle:hover,
.lang-switcher .dropdown-toggle:focus{
  color: #f7931e !important;
  background: transparent !important;
}

/* 下拉项字号稍微提一点（可选） */
.lang-switcher .dropdown-menu > li > a{ font-size: 14px; }
/* === Mobile: 语言切换避免与折叠按钮冲突 === */
@media (max-width: 767px){
  /* 让绝对定位有参照，不影响现有布局 */
  .navbar-header{ position: relative; }

  /* 语言切换固定在右上角，但避开汉堡按钮的点击区域 */
  .lang-switcher{
    position: absolute;
    top: 18px;
    right: 80px;          /* 预留 ~34px 的汉堡按钮 + 15~20px 边距 */
    float: none;          /* 忽略之前的 float 设定，避免挤压 */
    z-index: 1041;        /* 高于折叠层，确保可点可见 */
  }

  /* 小屏稍微缩一丢丢，避免挤到导航标题 */
  .lang-switcher .dropdown-toggle{
    font-size: 14px;
    padding: 4px 6px;
    line-height: 1.2;
  }

  /* 下拉菜单靠右对齐，并盖住折叠菜单 */
  .lang-switcher .dropdown-menu{
    right: 0;
    left: auto;
    z-index: 1042;        /* 比切换按钮再高一层 */
  }
}

/* 超小屏进一步压缩一下（可选） */
@media (max-width: 360px){
  .lang-switcher .glyphicon-globe{ display: none; } /* 仅保留 JP/EN/CN 文本 */
  .lang-switcher .dropdown-toggle{ padding: 4px 5px; }
}
.gallery-grids{
display:grid;
grid-template-columns: repeat(3, 1fr);
gap:24px; /* カード間の余白 */
margin-top: 2em; /* 既存marginがある場合は任意 */
}


/* 画像の見た目を統一（高さ固定、トリミング） */
.gallery-grid img {
width: 100%;
height: 220px; /* 表示高さ（必要に応じて200〜260で微調整可） */
object-fit: cover; /* 枠に収めつつ自然にトリミング */
display: block;
border-radius: 6px; /* 角丸はお好みで */
}


/* ホバー演出・黒幕を無効化（純粋に画像だけ見せる） */
.gallery-grid:hover img{ opacity:1; }
.gallery-grid-pos{ display:none !important; }


/* クリック無効化（Lightboxを殺す） */
.gallery-grid a{ pointer-events:none; cursor: default; }


/* レスポンシブ */
@media (max-width: 992px){
.gallery-grids{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px){
.gallery-grids{ grid-template-columns: 1fr; }
}
/* ===== Navbar brand logo (global) ===== */
.navbar-brand{ position:relative; padding-left:40px; }
.navbar-brand::before{
content:"";
position:absolute; left:10px; top:50%; transform:translateY(-50%);
width:24px; height:24px; /* 可调：图标显示尺寸 */
background: url("../images/icon.png") no-repeat center/contain;
opacity: .95; /* 需要更浅可调 */
}
/* 桌面端品牌字重与对齐微调（与你首页一致） */
.navbar-brand{font-family:'Montserrat',sans-serif; font-weight:800; letter-spacing:0.05em;}
/* ===== 修复：导航左上角商标 icon 不显示 ===== */
/* 1) 确保品牌链接可以放伪元素，并给图标留出空间 */
.navbar-brand{ position: relative; display:inline-block; padding-left: 40px; }


/* 2) 在品牌名前插入图标（提高选择器优先级以压过其它样式） */
.navbar .navbar-brand::before,
.header .navbar-brand::before{
content: "";
position: absolute;
left: 10px; top: 50%; transform: translateY(-50%);
width: 24px; height: 24px; /* ← 可调尺寸 */
background: url("../images/icon.png") no-repeat center/contain; /* ← 路径按需修改 */
opacity: .95;
}


/* 3) 可选：如果你的 icon 是黑色但导航背景较深，需要提亮可开启下面一行 */
/* .navbar .navbar-brand::before{ filter: brightness(10); } */

/* ====== Navbar brand: 显示左侧图标 & 与文字对齐（追加于 style.css 末尾） ====== */
.navbar-header { margin-top: 0; }


.navbar-brand {
display: inline-flex; /* 让图标与文字在一行并垂直居中 */
align-items: center;
gap: 10px; /* 图标与文字间距 */
height: 60px; /* 给品牌区域一个可见高度 */
padding: 10px 0; /* 顶底留白，避免被高度为0的旧规则影响 */
}


.navbar-brand .logo-icon {
height: 36px; /* 控制图标大小，按需可调 */
width: auto;
display: block;
}


/* 维持原来文字样式（如已存在更大字号则不强制覆盖） */
.navbar-default .navbar-brand { font-size: 32px; }
/* ===== Navbar brand logo (全站通用；追加于 style.css 末尾) ===== */
.navbar-brand{
position: relative;
display: inline-block; /* 允许挂载伪元素 */
padding-left: 40px; /* 给图标留出空间 */
}


/* 在品牌名前插入图标 */
.navbar .navbar-brand::before,
.header .navbar-brand::before{
content: "";
position: absolute;
left: 10px; top: 50%; transform: translateY(-50%);
width: 24px; height: 24px; /* 需要大一点就调到 28px */
background: url("../images/icon.png") no-repeat center/contain; /* 如图标在根目录就改成 url("icon.png") */
opacity: .95;
}

/* === NAV BRAND ICON FIX（全站生效，放在 style.css 末尾） === */
.navbar-brand{
position: relative;
display: inline-block;
height: auto !important; /* 覆盖旧的 height:0 */
padding: 10px 0 10px 40px !important; /* 覆盖旧的 padding:0，并给图标留位 */
}


/* 品牌名前插入图标（注意这里使用了 ../images/ 路径） */
.navbar .navbar-brand::before,
.header .navbar-brand::before{
content: "";
position: absolute;
left: 10px; top: 50%; transform: translateY(-50%);
width: 24px; height: 24px; /* 需要更大就调 28px */
background: url("../images/icon.png") no-repeat center/contain;
opacity: .95;
}
/* === Navbar icon 位置微调：向下 + 合理尺寸 + 靠左 === */
/* 让品牌行整体略微下沉一点，避免被上边线“压到” */
.navbar-header{ margin-top: 12px !important; }


/* 给图标留出空间（若上面改了 margin-top，这里不用动） */
.navbar-brand{ padding-left: 56px !important; }


/* 图标：大小、左距、纵向位置（向下） */
.navbar .navbar-brand::before,
.header .navbar-brand::before{
width: 120px; /* 图标高度：32~40 都可以，自己微调 */
height: 120px;
left: -50px; /* 更靠左：0~8 都行 */
top: 58%; /* ← 关键：从 50% 改到 58%，整体向下 */
transform: translateY(-50%);
}

/* ========== 移动端头部布局最终修复方案 (2025-10-21 v8) ========== */
@media (max-width: 767px) {

    /* 1. 修复Logo：尺寸 (50px) */
    .navbar .navbar-brand::before,
    .header .navbar-brand::before {
        width: 50px !important;
        height: 50px !important;
        left: 8px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        opacity: 1 !important;
    }

    /* 2. 修复公司名：
       A. 字体增大到 20px (要求 1)
       B. 适配 50px Logo 的内边距
       C. 保持白色 + 阴影
    */
    .navbar-brand,
    .navbar-default .navbar-brand {
        height: auto !important;
        padding: 14px 5px 14px 68px !important; 
        margin-left: 0 !important;
        line-height: 1.3 !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        font-size: 20px !important;            /* 关键：增大字体 */
        color: #fff !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8) !important; 
    }

    /* 3. 修复布局 (父容器) */
    .header-nav {
        display: flex !important;
        align-items: center !important;
    }
    
    /* 4. 修复按钮顺序 (要求 2)
       [navbar (含 Menu)] 在前, [header-tools (含 Lang)] 在后
    */
    .header-nav > .navbar {
        flex: 1 1 auto !important; 
        min-width: 0 !important;
        border: none !important;
        margin: 0 !important;
        order: 1 !important; /* [Menu] 所在的块在左侧 */
    }

    /* 5. 关键修复：使用更高优先级的选择器 (.header-nav .header-tools) 
       来覆盖 index.html 中的 "position: absolute"
    */
    .header-nav .header-tools {
        position: static !important; /* 关键：强制按钮进入布局流 */
        flex-shrink: 0 !important;  
        height: auto !important;
        order: 2 !important; /* [Lang] 所在的块在右侧 */
        margin-left: 4px !important; /* 关键：缩小按钮间距 (要求 3) */
        
        /* 覆盖内联样式中的旧值 */
        z-index: auto !important;
        top: auto !important;
        right: auto !important;
        gap: 0 !important;
    }

    /* 6. 修复 .navbar-header (公司名 + 菜单按钮) */
    .navbar-header {
        display: flex !important;
        width: 100% !important;
        margin-top: 0 !important;
        align-items: center !important;
        justify-content: flex-start !important; 
    }
    .navbar-header > h1 {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        margin: 0 !important;
        order: 1 !important; /* 公司名 在前 */
    }
    .navbar-toggle {
        order: 2 !important; /* 菜单按钮 在后 */
        float: none !important;
        margin: 0 !important;
        flex-shrink: 0 !important;
    }
    
    /* 7. 修复折叠菜单 (遮挡 + 空白 + 位置) */
    .navbar-default .navbar-collapse {
        position: absolute !important;
        top: 100% !important;        
        z-index: 1050 !important;
        background: #c69c6c !important; 
        border: none !important;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        width: 130px !important;     
        right: 0px !important; 
        left: auto !important;
    }

    /* 8. 修复折叠菜单项 (右对齐) */
    .navbar-default .navbar-collapse .navbar-nav > li > a {
        text-align: right !important;
        padding-right: 20px !important;
    }
}

/* ===== Footer layout fix (only footer) ===== */

/* 1) 三列改为自适应等高的弹性布局，避免 float 挤乱 */
.footer-top > .container{
  display:flex;
  flex-wrap:wrap;
  gap:24px;                 /* 栏之间留白 */
  align-items:flex-start;
}
.footer-top .w3l-footer-top,       /* NEWSLETTER */
.footer-top .wthree-footer-top,    /* O&Jについて */
.footer-top .w3ls-footer-top{      /* サイトマップ */
  float:none !important;           /* 彻底关掉旧浮动 */
  padding:0 0 !important;          /* 避免历史内边距把列顶开 */
  flex:1 1 320px;                  /* 自适应列宽，最小 ~320px */
  min-width:260px;                 /* 防止被压太窄导致换行错位 */
}

/* 2) Newsletter 表单：输入+按钮对齐，按钮不掉行 */
.footer-top .newsletter{
  position:relative;
  max-width:520px;                 /* 输入框不至于拉得过宽 */
}
.footer-top .newsletter .email{
  width:100%;
  height:40px;
  padding:5px 60px 5px 15px;       /* 右侧给发送按钮留位 */
  background:#F4F4F4;
  border: none;
  border-radius:3px;
}
.footer-top .newsletter .submit{
  position:absolute;
  top:0; right:0;
  width:40px; height:40px;
  border:0; outline:0;
  background:#00b7c9 url('../images/subscribe.png') no-repeat center;
}

/* 3) 标题与正文的小间距统一 */
.footer-top h3{ margin:0 0 16px; }
.footer-top p{ margin:0 0 14px; }

/* 4) 版权行与社交图标：左右分布，小屏自动折行居中 */
.footer-w3layouts .container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.agile-copy,
.agileits-social{ float:none !important; }  /* 去掉旧 float */
.footer-w3layouts p{ padding:0; margin:0; }

/* 5) 小屏优化：三列改成一列纵向，内容不拥挤 */
@media (max-width: 640px){
  .footer-top > .container{ gap:18px; }
  .footer-top .w3l-footer-top,
  .footer-top .wthree-footer-top,
  .footer-top .w3ls-footer-top{
    flex:1 1 100%;
    min-width:0;
  }
  .footer-w3layouts .container{
    justify-content:center;
    text-align:center;
  }
  .agileits-social{ width:100%; text-align:center; }
}

/* 6) 超小屏再收紧一点输入框，避免被左右挤压 */
@media (max-width: 360px){
  .footer-top .newsletter{ max-width:100%; }
}
