<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body{
    font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	background:#ffffff;
	margin: 0;
}
p,ul li,ol li{
	margin:0;
	font-size:14px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Alegreya', serif;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
input[type="submit"],input[type="reset"],.w3_agileits_mail_left1 a,.w3_more a,.w3layouts_social li a,.w3_footer_grid ul li a,.w3layouts_footer_grid_right p a{
	-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;
}
/*-- banner --*/
.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:700px;
	position: relative;
}
.banner1{
	background: url(../images/banner.jpg) no-repeat 0px -200px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 325px;
}
/*-- nav --*/
.navbar {
    border-radius: 0;
}
.navbar {
    margin-bottom: 0;
}
.navbar-default {
    background-color: #ffffff;
    border: none;
    padding: 1.5em;
}
.navbar-brand {
    padding:10px 0px 10px 0;
    line-height: 32px;
	font-size: 1em;
}
.wthree_logo {
    padding-right: 40px;
    border-right: 1px solid #999;
}
.wthree_logo,.navbar-brand{
	height: 68px;
}
.navbar-brand span{
    display: inline-block;
    padding: .2em .4em;
    background: #87b200;
    color: #fff;
    border-radius: 50px;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #212121;
}
.navbar-collapse {
    padding: 0;
}
.navbar-right {
    float:none !important;
    margin-right: 0;
}
.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
    background-color: transparent;
}
.nav &gt; li &gt; a {
    padding:0 10px;
    font-family: 'Alegreya', serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.8em;
	margin: 0 10px;
}
.navbar-nav {
    padding:1.6em 0 0 1.5em;
}
.dropdown-menu {
    min-width: 160px;
    font-size: 14px;
    text-align: center;
	font-family: 'Alegreya', serif;
}
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
    color:#ff9d0f;
    background-color: transparent;
}
.w3_social_icons{
	float: right;
    margin:1.5em 0 0;
}
.w3layouts_social li{
	display:inline-block;
}
.w3layouts_social li a{
	width: 30px;
    height: 30px;
    border-radius: 5px;
    display: block;
    text-align: center;
	background:#87b200;
}
.w3layouts_social li a i{
	display: block;
    font-size: 13px;
    color: #fff;
    line-height: 2.5em;
}
a.w3l_facebook:hover{
	background:#3b5998;
}
a.w3l_dribble:hover{
	background:#ea4c89;
}
a.w3l_instagram:hover{
	background:#833ab4;
}
.link-effect-5 a::before {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 0 10px;
  color: #ff9d0f;
  content: attr(data-hover);
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  -moz-transform: scale(1.4, 1.4);
  -ms-transform: scale(1.4, 1.4);
  -webkit-transform: scale(1.4, 1.4);
  transform: scale(1.4, 1.4);
  opacity: 0;
}
.link-effect-5 a:hover::before {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
/*-- //nav --*/
.banner_info{
	padding: 2em;
    width: 65%;
    text-align: center;
    background: rgba(255, 255, 255, 0.66);
    margin: 25em auto 0;
}
.banner_info h3{
	font-size: 2.5em;
    color: #212121;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
}
.banner_info p{
	margin: 1em auto 0;
    color:#ffffff;
    line-height: 2em;
    width: 70%;
}
/*-- //banner --*/
/*-- banner-bottom --*/
.banner-bottom{
	padding:5em 0 0;
}
.w3layouts_banner_bottom_right h4{
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    color:#ff9d0f;
    position: relative;
    padding-bottom: .5em;
}
.w3layouts_banner_bottom_right h4:after{
	background:#ff9d0f;
	width:18%;
	height:2px;
	position:absolute;
	bottom:0%;
	left:0%;
	content:'';
}
.w3layouts_banner_bottom_right h3{
	font-size: 2em;
    color: #212121;
    text-transform: capitalize;
    margin: 1em 0;
}
.w3layouts_banner_bottom_right p{
	color:#999;
	line-height:2em;
	margin-bottom:2em;
}
.w3_more a{
	padding: 8px 40px;
    background:#87b200;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Alegreya', serif;
    letter-spacing: 3px;
}
.w3_more a:focus{
	outline:none;
}
.w3_more a:hover{
	background:#212121;
}
.w3layouts_banner_bottom_right {
    margin: 6em 0 0;
}
.link {
	text-decoration: none;
	position: relative;
	display: inline-block;
}
/* Yaku */
.link--yaku {
	color: #D3D3D3;
	font-weight: 400;
	text-transform: uppercase;
	overflow: hidden;
	padding: 0 0 10px;
}

.link--yaku::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	-webkit-transform: translate3d(-101%,0,0);
	transform: translate3d(-101%,0,0);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.link--yaku:hover::before {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.link--yaku span {
	display: inline-block;
	position: relative;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-webkit-transition: -webkit-transform 0.5s, color 0.5s;
	transition: transform 0.5s, color 0.5s;
}

.link--yaku:hover span {
	color:#fff;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	transform: perspective(1000px) rotate3d(0,1,0,360deg);
}

.link--yaku span:nth-child(4),
.link--yaku:hover span:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.link--yaku span:nth-child(3),
.link--yaku:hover span:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.link--yaku span:nth-child(2),
.link--yaku:hover span:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.link--yaku span:first-child,
.link--yaku:hover span:nth-child(4) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
/*-- //banner-bottom --*/
/*-- about --*/
.about{
	padding:3em 0;
	background:#87b200;
	position:relative;
}
.about h2{
	font-size: 3em;
    text-transform: capitalize;
    color: #fff;
}
.about p{
	color: #394b01;
    line-height: 2em;
    text-transform: capitalize;
}
.w3l_about_pos{
	position: absolute;
    right: 5%;
    top: -50%;
}
/*-- //about --*/
/*-- team --*/
.team,.testimonials,.services,.mail,.gallery,.w3_wthree_agileits_icons,.typo,.stats,.services-bottom,.featured-services{
	padding:5em 0;
}
.w3ls_para{
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    color:#ff9d0f;
    position: relative;
    padding-bottom: .5em;
    margin-bottom: 1em !important;
    font-weight: 500 !important;
}
.w3ls_para:after {
    background:#ff9d0f;
    width: 9.6%;
    height: 2px;
    position: absolute;
    bottom: 0%;
    left: 45%;
    content: '';
}
.agileits_head{
    font-size: 2em;
    color: #212121;
    text-transform: capitalize;
	text-align:center;
}
.agileinfo_team_grids,.w3_agile_mail_grids,.agile_testimonials_grids,.w3l_services_grids,.w3l_services_bottom_grids,.agileits_featured_services_grids,.w3l_gallery_grids{
	margin:3em 0 0;
}
.wthree_team_grid{
	text-align:center;
}
.wthree_team_grid ul{
	margin:1em 0;
}
.wthree_team_grid h4{
	font-size:1.3em;
	color:#212121;
}
.wthree_team_grid p{
	color:#999;
}
/*-- //team --*/
/*-- stats --*/
.stats{
	background: url(../images/5.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
}
.agileits_w3layouts_stats_grid{
	padding:2em;
	text-align:center;
	background:rgba(255, 255, 255, 0.72);
}
.agileits_w3layouts_stats_grid i{
	font-size: 1.5em;
    color: #212121;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 30px;
    line-height: 2em;
}
.agileits_w3layouts_stats_grid p{
	font-size: 3em;
    font-weight: bold;
    color: #ee6303;
    margin: .5em 0;
}
.agileits_w3layouts_stats_grid h3{
	font-size: 1.4em;
    color: #212121;
    text-transform: capitalize;
}
/*-- //stats --*/
/*-- testimonials --*/
.agile_testimonials_grid p{
	color:#999;
	line-height:2em;
	margin-bottom: 1em;
}
.w3_agile_testimonials_grid_left{
	float:right;
}
.w3_agile_testimonials_grid_right{
	float: right;
    margin: 2.5em 2em 0 0;
	text-align:right;
}
.w3_agile_testimonials_grid_right h4{
	font-size:1.2em;
	color:#212121;
}
.w3_agile_testimonials_grid_right h5{
	font-size:14px;
	color:#87b200;
}
.agile_testimonials_grid1{
	padding:2em;
	background:#f5f5f5;
}
/*--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:2em 0 0;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 35px;
}
.nbs-flexisel-item &gt; 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: url(../images/left.png) no-repeat 8px 13px #87b200;
    top: -5% !important;
    border-radius: 5px;
}
.nbs-flexisel-nav-left {
	left:91%;
}
.nbs-flexisel-nav-right {
	right: 1.2%;
    background:url(../images/right.png) no-repeat 8px 13px #87b200;
}
/*--//flexisel--*/
.agile_testimonials_grid {
    margin: 0 1em;
}
/*-- //testimonials --*/
/*-- footer --*/
.footer{
	padding:4em 0;
	background:#212121;
}
.w3layouts_footer_grid_left{
	float:left;
}
.w3layouts_footer_grid_right{
	float:right;
	margin:1.5em 0 0;
}
.w3layouts_footer_grid_right p{
	color:#999;
	line-height:2em;
}
.w3layouts_footer_grid_right p a{
	color:#fff;
	text-decoration:underline;
}
.w3layouts_footer_grid_right p a:hover{
	color:#87b200;
}
.w3layouts_footer_grid_left h2 a{
	color:#fff;
	text-decoration:none;
	font-size:1.5em;
}
.w3layouts_footer_grid_left h2 a span {
    display: inline-block;
    padding:.2em .5em;
    background: #87b200;
    color: #fff;
    border-radius: 50px;
}
.w3_footer_grid h3{
	font-size: 1.8em;
    color: #fff;
    padding-bottom: .3em;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 1em;
}
.w3_footer_grid h3:after{
	content: '';
    background: #fff;
    height: 2px;
    width: 25%;
    position: absolute;
    left: 0%;
    bottom: 0%;
}
.w3layouts_footer_grid{
	margin-top:2em;
	padding-top:2em;
	border-top:1px dashed #999;
}
.w3_footer_grid p{
	color:#999;
	line-height:2em;
}
.w3_footer_grid ul li{
	list-style-type:none;
	display:block;
	margin-bottom:1.5em;
}
.w3_footer_grid ul li:last-child{
	margin-bottom:0;
}
.w3_footer_grid ul li a{
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
}
.w3_footer_grid ul li.active a {
    color: #87b200;
}
.w3_footer_grid ul li i{
	padding-right:1em;
	color:#87b200;
}
.w3_footer_grid ul li a:hover{
	color:#87b200;
}
.w3_footer_grid input[type="email"] {
    outline: none;
    padding: 10px 10px;
    font-size: 14px;
    color: #999;
    width: 75%;
    background: #fff;
    border: none;
    float: left;
}
.w3_footer_grid input[type="submit"] {
    outline: none;
    width: 18%;
    color: #fff;
    border: none;
    padding: 9px 0;
    background: url(../images/right.png) no-repeat 27px 11px #ff9d0f;
}
.w3_footer_grid input[type="submit"]:hover{
	background: url(../images/right.png) no-repeat 27px 11px #87b200;
}
.w3_footer_grid form{
	margin-bottom:.5em;
}
.w3_footer_grid p span{
	color:#87b200;
}
/*-- //footer --*/
/*-- bootstrap-pop-up --*/
.modal-header {
    font-size: 2em;
    color:#ff9d0f;
    font-family: 'Alegreya', serif;
    text-align: center;
    text-transform: uppercase;
}
.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: 2em 0 0;
	color:#212121;
}
.modal-body {
    padding:2em;
}
button.close {
    font-size: 1em;
    color: #212121;
	outline: none;
}
/*-- //bootstrap-pop-up --*/
/*-- 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 --*/
/*-- 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: #87b200 !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: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%;
	}
}
@media (max-width: 375px){
	.w3_agileits_icons_page {
		margin: 25px 0 0 !important;
	}
}
/*-- //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:#87b200;
}
.table &gt; thead &gt; tr &gt; th, .table &gt; tbody &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; td {
	border-top: none !important;
}
.tab-content &gt; .active {
	display: block;
	visibility: visible;
}
.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; 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&gt;tbody&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;th {
	padding: 15px!important;
}
.table &gt; thead &gt; tr &gt; th, .table &gt; tbody &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content &gt; .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 &gt; li &gt; a {
		font-size: 14px;
	}
	table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
	}
}
/*-- //typography --*/
/*-- services --*/
.w3layouts_vertical_tab p{
	color:#999;
	line-height:2em;
}
.w3layouts_vertical_tab p i{
	display:block;
	margin-top:1em;
	color:#212121;
}
.services-bottom{
	background: url(../images/10.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
}
.agileits_head_w3{
	color:#fff;
}
.w3ls_services_bottom_grid{
	width:100px;
	height:100px;
	background:#f5f5f5;
	border-radius:50px;
	text-align:center;
}
.w3ls_services_bottom_grid i{
	font-size:2em;
	color:#212121;
	line-height: 3em;
}
.w3l_services_bottom_grid:hover i{
	color:#fff;
}
.w3l_services_bottom_grid h4{
	font-size:1.5em;
	margin:1em 0;
	color:#87b200;
	text-transform:capitalize;
}
.w3l_services_bottom_grid:hover h4{
	color:#ee6303;
}
.w3l_services_bottom_grid p{
	color:#999;
	line-height:2em;
}
/* Rectangle Out */
.hvr-rectangle-out {
  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: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #87b200;
  -webkit-transform: scale(0);
  transform: scale(0);
  -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;
  border-radius: 50px;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before,.w3l_services_bottom_grid:hover .hvr-rectangle-out:before{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.agileits_featured_services_grid h4{
	text-transform:capitalize;
	font-size:1.5em;
	color:#ff9d0f;
	margin:1em 0;
}
.agileits_featured_services_grid p{
	color:#999;
	line-height:2em;
	margin-bottom:2em;
}
/*-- //services --*/
/*-- gallery --*/
.hovereffect {
	width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect:hover .overlay {
  background-color:rgba(0, 0, 0, 0.64);
}

.hovereffect img {
  display: block;
  position: relative;
}
.hovereffect p.info {
	display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    font-weight: normal;
    margin: 8em 0 0;
    padding: 1em 3em;
    letter-spacing: 5px;
}

.hovereffect:hover p.info {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.hovereffect p.info:hover {
	box-shadow: 0 0 5px #fff;
}
.agileinfo_gallery_grid:nth-child(2){
	margin:2em 0;
}
.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
    color: #87b200;
    cursor: default;
    background: none;
    border: none;
    border-bottom-color: transparent;
    border-bottom: 2px solid #87b200;
}
.nav-tabs &gt; li &gt; a {
    margin-right: 3px;
    border-radius: 0;
    font-size:14px;
    color: #212121;
	border: none;
	text-transform:uppercase;
	border-bottom: 1px solid #fff;
}
.nav-tabs &gt; li &gt; a:focus{
	background:transparent;
}
.nav-tabs {
    border-bottom: none;
	padding: 1em 0 3em;
}
.nav-tabs &gt; li {
    margin: 0 10px;
}
.nav-tabs &gt; li &gt; a:hover {
    border: none;
	color:#87b200;
    border-bottom: 2px solid;
	background: none;
}
.nav-tabs &gt; li &gt; a:hover{
    color:#87b200;
}
.nav-tabs &gt; li:first-child {
    margin-left: 20em;
}
/*-- //gallery --*/
/*-- mail --*/
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	width: calc(100% - 0em);
	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;=
	-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: #212121;
    font-size: 14px;
    -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.3em 0;
	width: 100%;
}
/* Ichiro */
.input--ichiro {
	margin-top: 2em;
}

.input__field--ichiro {
	position: absolute;
    top: 4px;
    left: 4px;
    z-index: 100;
    display: block;
    padding: 0 1em;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: #fff;
    color: #212121;
    opacity: 0;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.input__label--ichiro {
	width: 100%;
	text-align: left;
	cursor: text;
}

.input__label--ichiro::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	border: 1px solid #e4e4e4;
}

.input__label-content--ichiro {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__field--ichiro:focus,
.input--filled .input__field--ichiro {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.input__field--ichiro:focus + .input__label--ichiro,
.input--filled .input__label--ichiro {
	cursor: default;
	pointer-events: none;
}

.input__field--ichiro:focus + .input__label--ichiro::before,
.input--filled .input__label--ichiro::before {
	-webkit-transform: scale3d(1, 1.5, 1);
	transform: scale3d(1, 1.5, 1);
	border: none;
}

.input__field--ichiro:focus + .input__label--ichiro .input__label-content--ichiro,
.input--filled .input__label-content--ichiro {
	-webkit-transform: translate3d(0, -2.9em, 0) scale3d(0.8, 0.8, 1);
	transform:translate3d(0, -2.9em, 0) scale3d(0.8, 0.8, 1) translateZ(1px);
}
.w3_agile_mail_grid textarea {
    outline: none;
    width: 100%;
    background: #f5f5f5;
    color: #212121;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    min-height: 321px;
    font-weight: bold;
    margin: 2em 0 0;
}
.w3_agile_mail_grid textarea::-webkit-input-placeholder {
	color: #212121 !important;
}
.w3_agile_mail_grid input[type="submit"] {
    outline: none;
    width: 100%;
    background: #87b200;
    color: #fff;
    padding: 1em 0;
    font-size: 1em;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    margin: 2em 0 0;
    font-family: 'Alegreya', serif;
    letter-spacing: 5px;
}
.w3_agile_mail_grid input[type="submit"]:hover{
	background:#ff9d0f;
}
.agile_map iframe{
	width:100%;
	min-height:400px;
	margin-bottom:-6px;
}
.w3_agileits_mail_left{
	background:#ff9d0f;
}
.w3_agileits_mail_left h4{
	padding: 1em;
    color: #fff;
    background: #c77c10;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.w3_agileits_mail_left{
	text-align:center;
}
.w3_agileits_mail_left h4 i{
	padding-right:1em;
	color:#fff;
}
.w3_agileits_mail_left p.wthree_address{
	padding:1em;
	color:#fff;
	line-height:1.8em;
}
.w3_agileits_mail_left1{
	padding:1em;
}
.w3_agileits_mail_left1 a{
	font-size:14px;
	color:#fff;
	text-decoration:none;
	display:block;
}
.w3_agileits_mail_left1 a:hover{
	color:#724708;
}
p.agileinfo_para{
	color:#fff;
}
.agileits_w3layouts_mail{
	padding-bottom:5em;
}
/*-- //mail --*/
/*-----start-responsive-design------*/
@media (max-width:1366px){
	.banner {
		min-height: 610px;
	}
	.banner_info {
		margin: 18em auto 0;
	}
}
@media (max-width:1280px){
	.nav-tabs &gt; li:first-child {
		margin-left: 19em;
	}
}
@media (max-width:1080px){
	.navbar-brand {
		font-size: .9em;
	}
	.navbar-brand span {
		padding: .2em .45em;
	}
	.wthree_logo {
		padding-right: 25px;
	}
	.navbar-nav {
		padding:1.5em 0 0 0.5em;
	}
	.banner_info {
		width: 70%;
	}
	.banner_info h3 {
		font-size: 2.3em;
	}
	.about h2 {
		font-size: 2.5em;
	}
	.banner-bottom {
		padding: 4em 0 0;
	}
	.team, .testimonials, .services, .mail, .gallery, .w3_wthree_agileits_icons, .typo, .stats, .services-bottom, .featured-services {
		padding: 4em 0;
	}
	.agileits_w3layouts_stats_grid {
		padding: 2em .5em 2em;
	}
	.agileits_w3layouts_stats_grid p {
		font-size: 2.5em;
	}
	.nbs-flexisel-nav-left {
		left: 89%;
	}
	.banner1 {
		background-position:0px -135px;
	}
	.agileits_featured_services_grid h4 {
		font-size: 1.45em;
	}
	.w3_footer_grid input[type="submit"] {
		background: url(../images/right.png) no-repeat 22px 11px #ff9d0f;
	}
	.w3_footer_grid input[type="submit"]:hover {
		background: url(../images/right.png) no-repeat 22px 11px #87b200;
	}
	.nav-tabs &gt; li:first-child {
		margin-left: 12em;
	}
	.hovereffect p.info {
		margin: 6em 0 0;
	}
	.w3_footer_grid h3 {
		font-size: 1.6em;
		letter-spacing: 2px;
	}
	.agileits_w3layouts_mail {
		padding-bottom: 4em;
	}
}
@media (max-width: 1024px){
	.banner1 {
		background-position: 0px -80px;
	}
	.w3ls_para:after {
		width: 11.6%;
		left: 44%;
	}
}
@media (max-width: 991px){
	.navbar-brand {
		font-size: .8em;
	}
	.wthree_logo {
		padding-right: 20px;
	}
	.navbar-default {
		padding: 1em;
	}
	.navbar-brand span {
		padding: .1em .42em;
	}
	.nav &gt; li &gt; a {
		letter-spacing: 0px;
		margin: 0;
		font-size: 13px;
	}
	.wthree_logo, .navbar-brand {
		height: 59px;
	}
	.navbar-nav {
		padding: 1.3em 0 0 0.5em;
	}
	.w3_social_icons {
		margin: 1em 0 0;
	}
	.banner_info h3 {
		font-size: 2em;
	}
	.banner_info {
		width: 80%;
		margin: 15em auto 0;
	}
	.banner {
		min-height: 510px;
	}
	.w3layouts_banner_bottom_left img {
		margin: 0 auto;
	}
	.w3layouts_banner_bottom_right {
		margin: 2em 0 0;
	}
	.team, .testimonials,.banner-bottom, .services, .mail, .gallery, .w3_wthree_agileits_icons, .typo, .stats, .services-bottom, .featured-services {
		padding: 3em 0;
	}
	.about h2 {
		font-size: 2em;
	}
	.agileinfo_team_grid {
		float: left;
		width: 33.33%;
	}
	.w3_agileits_stats_grid {
		float: left;
		width: 50%;
	}
	.w3_agileits_stats_grid:nth-child(4),.w3_agileits_stats_grid:nth-child(3) {
		margin-top: 2em;
	}
	.nbs-flexisel-nav-left {
		left: 86%;
	}
	.w3_footer_grid {
		float: left;
		width: 50%;
	}
	.w3_footer_grid:nth-child(3) {
		width: 100%;
	}
	.w3_footer_grid:nth-child(2) {
		margin-bottom:2em;
	}
	.w3_footer_grid input[type="submit"] {
		background: url(../images/right.png) no-repeat 50px 12px #ff9d0f;
	}
	.w3_footer_grid input[type="submit"]:hover {
		background: url(../images/right.png) no-repeat 50px 12px #87b200;
	}
	.w3layouts_footer_grid_left h2 a {
		font-size: 1.3em;
	}
	.w3layouts_footer_grid {
		padding-top: 1em;
	}
	.banner1 {
		min-height: 270px;
	}
	.w3layouts_vertical_tab_right {
		margin: 1em 0 0;
	}
	.w3l_services_bottom_grid {
		float: left;
		width: 25%;
		padding-left: 0;
	}
	.w3ls_services_bottom_grid {
		width: 80px;
		height: 80px;
	}
	.w3ls_services_bottom_grid i {
		font-size: 1.7em;
	}
	.w3l_services_bottom_grid h4 {
		font-size: 1.25em;
	}
	.agileits_featured_services_grid {
		float: left;
		width: 33.33%;
	}
	.agileits_featured_services_grid h4 {
		font-size: 1.2em;
		line-height: 1.5em;
	}
	.w3_more a {
		letter-spacing: 1px;
	}
	.w3l_gallery_grid {
		float: left;
		width: 33.33%;
	}
	.hovereffect p.info {
		margin: 4.5em 0 0;
		padding: 0.5em 2em;
		letter-spacing: 2px;
	}
	.nav-tabs {
		padding: 0em 0 2em;
	}
	.nav-tabs &gt; li:first-child {
		margin-left: 10em;
	}
	.agileits_w3layouts_mail_left {
		float: left;
		width: 33.33%;
		padding-left: 0;
	}
	.agileinfo_team_grids, .w3_agile_mail_grids, .agile_testimonials_grids, .w3l_services_grids, .w3l_services_bottom_grids, .agileits_featured_services_grids, .w3l_gallery_grids {
		margin: 2em 0 0;
	}
	.w3_agile_mail_grid textarea {
		min-height: 250px;
	}
	.w3ls_para:after {
		width: 15.4%;
		left: 42%;
	}
	.w3_agile_mail_grids {
		margin: 1em 0 0 !important;
	}
}
@media (max-width: 800px){
	.w3layouts_banner_bottom_left img {
		width: 40%;
	}
	.w3l_about_pos {
		right: 1%;
		width: 35%;
	}
	.w3layouts_banner_bottom_right h3 {
		font-size: 1.8em;
		margin: 0.5em 0 1em;
	}
	.agile_map iframe {
		min-height: 300px;
	}
}
@media (max-width: 768px){
	.banner1 {
		background-position: 0px -30px;
	}
}
@media (max-width: 767px){
	.wthree_logo {
		padding-right: 0;
		border: none;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #212121;
	}
	.navbar-default .navbar-toggle {
		border-color: #87b200;
	}
	.navbar-toggle {
		margin:1em 0 0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-brand {
		font-size: .9em;
	}
	.navbar-brand span {
		padding: .2em .42em;
	}
	.wthree_logo, .navbar-brand {
		height: 65px;
	}
	.navbar-default {
		padding: 0.5em 1em;
	}
	.w3_social_icons {
		margin: 0;
		float: none;
		text-align: center;
		background: #f5f5f5;
		padding-bottom: 1em;
	}
	.navbar-nav {
		margin: 0;
		background: #f5f5f5;
		text-align: center;
		padding: 1em 0;
	}
	.nav &gt; li &gt; a {
		margin: 10px 0;
		font-size: 14px;
		display: inline-block;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #e2e2e2;
	}
	.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover{
		background-color: #fff;
	}
	.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
		color: #777;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		position: absolute;
		width:95%;
		background: #a5a5a5;
		z-index: 999;
	}
}
@media (max-width: 736px){
	.banner_info {
		margin: 10em auto 0;
	}
	.banner {
		min-height: 435px;
	}
}
@media (max-width: 667px){
	.banner_info h3 {
		font-size: 1.8em;
	}
	.banner_info p {
		width: 100%;
	}
	.about h2 {
		font-size: 1.8em;
	}
	.nbs-flexisel-nav-left {
		left: 85%;
	}
	.w3ls_para:after {
		width: 17.4%;
		left: 41%;
	}
	.footer {
		padding: 3em 0;
	}
	.w3_footer_grid h3 {
		font-size: 1.5em;
	}
	.w3_footer_grid input[type="submit"] {
		background: url(../images/right.png) no-repeat 40px 12px #ff9d0f;
	}
	.w3_footer_grid input[type="submit"]:hover {
		background: url(../images/right.png) no-repeat 40px 12px #87b200;
	}
	.w3layouts_footer_grid_left h2 a {
		font-size: 1.2em;
	}
	.w3layouts_footer_grid_right {
		margin: 1.2em 0 0;
	}
}
@media (max-width: 640px){
	.banner_info {
		width: 85%;
	}
	.about {
		padding: 2em 0;
	}
	.about h2 {
		font-size: 1.6em;
	}
	.agileits_head {
		font-size: 1.8em;
	}
	.w3ls_para:after {
		width: 19.4%;
		left: 40%;
	}
	.wthree_team_grid h4 {
		font-size: 1.2em;
	}
	.agile_testimonials_grid1 {
		padding: 1.5em;
	}
	.agile_testimonials_grid p {
		margin-bottom: 0em;
	}
	.nbs-flexisel-nav-left {
		left: 84%;
	}
	.banner1 {
		background-position: 0px 0px;
	}
	.w3l_services_bottom_grid {
		width: 50%;
		padding-left: 1em;
	}
	.w3l_services_bottom_grid:nth-child(2) {
		margin-bottom: 2em;
	}
	.nav-tabs &gt; li:first-child {
		margin-left: 4em;
	}
	.w3l_gallery_grid {
		padding-left: 0;
	}
	.agileinfo_gallery_grid:nth-child(2) {
		margin: 1em 0;
	}
	.hovereffect p.info {
		margin: 3.5em 0 0;
		padding: 0.5em 1em;
	}
	.agileits_w3layouts_mail_left {
		float: none;
		width: 65%;
		padding-left: 1em;
		margin: 0 auto;
	}
	.agileits_w3layouts_mail_left:nth-child(2) {
		margin: 2em auto;
	}
}
@media (max-width: 600px){
	.banner_info h3 {
		font-size: 1.6em;
	}
	.w3l_about_pos {
		width: 32%;
	}
	.nbs-flexisel-nav-left {
		left: 83%;
	}
	.w3_agile_testimonials_grid_left {
		width: 35%;
	}
	.w3_agile_testimonials_grid_right {
		margin: 1.5em 2em 0 0;
	}
	.w3layouts_footer_grid_left {
		float: none;
		text-align: center;
	}
	.w3layouts_footer_grid_right {
		margin: 1em 0 0;
		float: none;
		text-align: center;
	}
	.w3_footer_grid input[type="submit"] {
		background: url(../images/right.png) no-repeat 36px 12px #ff9d0f;
	}
	.w3_footer_grid input[type="submit"]:hover {
		background: url(../images/right.png) no-repeat 36px 12px #87b200;
	}
}
@media (max-width: 568px){
	.banner_info {
		width: 88%;
	}
	.banner {
		min-height: 420px;
		background-position: -130px 0px;
	}
	.w3ls_para:after {
		width: 21.4%;
		left: 39%;
	}
	.agileits_w3layouts_stats_grid p {
		font-size: 2em;
	}
	.w3_footer_grid input[type="submit"] {
		width: 19%;
	}
	.w3_footer_grid input[type="email"] {
		width: 81%;
	}
}
@media (max-width: 480px){
	.banner_info {
		width: 90%;
		padding: 1em;
	}
	.banner_info h3 {
		letter-spacing: 0px;
	}
	.navbar-brand {
		font-size: .8em;
		padding: 0;
	}
	.navbar-brand span {
		padding: .2em .5em;
	}
	.navbar-toggle {
		margin: 0.5em 0 0;
	}
	.wthree_logo, .navbar-brand {
		height: 45px;
	}
	.banner {
		min-height: 365px;
	}
	.team, .testimonials, .banner-bottom, .services, .mail, .gallery, .w3_wthree_agileits_icons, .typo, .stats, .services-bottom, .featured-services {
		padding: 2em 0;
	}
	.w3layouts_banner_bottom_right h4:after {
		width: 24%;
	}
	.w3layouts_banner_bottom_right h3,.agileits_head {
		font-size: 1.6em;
	}
	.w3layouts_banner_bottom_right h3 {
		margin: 0.5em 0;
	}
	.w3layouts_banner_bottom_left img {
		width: 60%;
	}
	.w3l_about_pos {
		width: 35%;
		top: -70%;
	}
	.w3ls_para:after {
		width: 24.4%;
		left: 37%;
	}
	.agileinfo_team_grid {
		float: none;
		width: 80%;
		margin: 0 auto;
	}
	.agileinfo_team_grid:nth-child(2) {
		margin: 2em auto;
	}
	.agileits_w3layouts_stats_grid h3 {
		font-size: 1.2em;
	}
	.agileits_w3layouts_stats_grid p {
		margin: .2em 0;
	}
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		width: 30px;
		height: 30px;
		background: url(../images/left.png) no-repeat 8px 10px #87b200;
		background-size: 50%;
	}
	.nbs-flexisel-nav-left {
		left: 81%;
	}
	.nbs-flexisel-nav-right {
		right: 3.2%;
		background: url(../images/right.png) no-repeat 8px 10px #87b200;
		background-size: 50%;
	}
	.w3_agile_testimonials_grid_right {
		margin: 2.5em 2em 0 0;
	}
	.w3_footer_grid {
		float: none;
		width: 100%;
	}
	.footer {
		padding: 2em 0;
	}
	.w3_footer_grid h3 {
		font-size: 1.3em;
	}
	.w3_footer_grid:nth-child(2) {
		margin: 2em 0;
	}
	.w3_footer_grid input[type="submit"] {
		background: url(../images/right.png) no-repeat 28px 12px #ff9d0f;
	}
	.w3_footer_grid input[type="submit"]:hover {
		background: url(../images/right.png) no-repeat 28px 12px #87b200;
	}
	.banner1 {
		min-height: 220px;
	}
	.agileits_featured_services_grid {
		float: none;
		width: 100%;
	}
	.agileits_featured_services_grid h4 {
		font-size: 1.4em;
		margin: .5em 0;
	}
	.agileits_featured_services_grid:nth-child(2) {
		margin: 2em 0;
	}
	.modal-header {
		font-size: 1.6em;
	}
	.modal-body,.modal-body p {
		padding: 1em;
	}
	.modal-body p i {
		margin: 1em 0 0;
	}
	.nav-tabs &gt; li {
		margin: 0 1px;
	}
	.nav-tabs &gt; li:first-child {
		margin-left: 0em;
	}
	.hovereffect p.info {
		margin: 3em 0 0;
		font-size: 12px;
	}
	.agileits_w3layouts_mail_left {
		width: 90%;
	}
}
@media (max-width: 414px){
	.banner_info h3 {
		font-size: 1.4em;
	}
	.banner_info p {
		margin: .5em 0 0;
	}
	.about h2 {
		font-size: 1.5em;
	}
	.w3l_about_pos {
		top: -59%;
	}
	.agileinfo_team_grid {
		width: 100%;
	}
	.w3ls_para:after {
		width: 29.4%;
		left: 35%;
	}
	.agileits_w3layouts_stats_grid h3 {
		font-size: 1em;
	}
	.agileits_w3layouts_stats_grid p {
		font-size: 1.5em;
	}
	.agileits_w3layouts_stats_grid i {
		font-size: 1.3em;
		line-height: 2.5em;
	}
	.agileits_w3layouts_stats_grid {
		padding: 1em .5em 1.5em;
	}
	.nbs-flexisel-nav-left {
		left: 78%;
	}
	.w3_footer_grid input[type="submit"] {
		background: url(../images/right.png) no-repeat 21px 12px #ff9d0f;
	}
	.w3_footer_grid input[type="submit"]:hover {
		background: url(../images/right.png) no-repeat 21px 12px #87b200;
	}
	.w3layouts_footer_grid_left h2 a {
		font-size: 1.1em;
	}
	.w3l_services_bottom_grid {
		padding-right: 0em;
	}
	.nav-tabs &gt; li &gt; a {
		padding: 0 6px;
		font-size: 13px;
	}
	.nav-tabs {
		padding: 0em 0 1em;
	}
	.w3l_gallery_grid {
		padding-left: 1em;
		float: none;
		width: 100%;
	}
	.hovereffect p.info {
		margin: 8em 0 0;
		font-size: 13px;
		padding: .7em 2em;
	}
	.agileinfo_gallery_grid:nth-child(2),.agileinfo_gallery_grid {
		margin: 1em 0 0;
	}
	.agileits_w3layouts_mail_left {
		width: 100%;
	}
	.input__label-content {
		padding: 1em 0;
	}
	.input__field--ichiro:focus + .input__label--ichiro .input__label-content--ichiro, .input--filled .input__label-content--ichiro {
		-webkit-transform: translate3d(0, -2.5em, 0) scale3d(0.8, 0.8, 1);
		transform: translate3d(0, -2.5em, 0) scale3d(0.8, 0.8, 1) translateZ(1px);
	}
	.w3_agile_mail_grid input[type="submit"] {
		padding: 0.8em 0;
	}
	.w3_agile_mail_grid textarea {
		min-height: 150px;
	}
	.agile_map iframe {
		min-height: 200px;
	}
}
@media (max-width: 384px){
	.banner_info h3 {
		font-size: 1.3em;
	}
	.banner {
		background-position: -192px 0px;
	}
	.about h2 {
		font-size: 1.4em;
	}
	.agile_testimonials_grid p {
		margin-bottom: 1em;
	}
	.w3_footer_grid input[type="submit"] {
		background: url(../images/right.png) no-repeat 16px 12px #ff9d0f;
	}
	.w3_footer_grid input[type="submit"]:hover {
		background: url(../images/right.png) no-repeat 16px 12px #87b200;
	}
	.w3l_services_bottom_grid {
		padding-right: 1em;
		float: none;
		width: 100%;
		text-align: center;
	}
	.w3l_services_bottom_grid:nth-child(2) {
		margin: 1em 0;
	}
	.w3l_services_bottom_grid:nth-child(3) {
		margin-bottom: 1em;
	}
	.nav-tabs &gt; li &gt; a {
		padding: 0;
		font-size: 12px;
	}
	.nav-tabs &gt; li {
		margin: 0 7px;
	}
	.nav-tabs {
		padding: 0;
	}
	.hovereffect p.info {
		margin: 7em 0 0;
	}
	.agileits_w3layouts_mail {
		padding-bottom: 3em;
	}
	.w3_agile_mail_grids {
		margin: 0em !important;
	}
	.w3_agile_mail_grid {
		padding: 0;
	}
}
@media (max-width: 375px){
	.banner_info {
		margin: 7em auto 0;
	}
	.banner {
		min-height: 335px;
	}
	.w3layouts_banner_bottom_right h3, .agileits_head {
		font-size: 1.5em;
	}
	.w3layouts_banner_bottom_right h4:after {
		width: 33%;
	}
	.w3l_about_pos {
		top: -45%;
	}
	.w3_more a {
		padding: 8px 25px;
	}
	.nav &gt; li &gt; a {
		margin: 5px 0;
		font-size: 13px;
	}
	.w3layouts_footer_grid_left h2 a {
		font-size: 1em;
	}
	.w3_footer_grid h3 {
		font-size: 1.2em;
		letter-spacing: 0px;
	}
	.nav-tabs &gt; li {
		margin: 0;
		display: block;
		float: none;
		text-align: center;
	}
}
@media (max-width: 320px){
	.banner_info h3 {
		font-size: 1.07em;
	}
	p,.w3_footer_grid ul li a{
		font-size: 13px;
	}
	.banner_info {
		margin: 5em auto 0;
	}
	.banner {
		min-height: 315px;
	}
	.navbar-brand span {
		padding: .13em .5em;
	}
	.wthree_logo, .navbar-brand {
		height: 40px;
	}
	.navbar-brand {
		font-size: .7em;
	}
	.navbar-toggle {
		margin: 0.3em 0 0;
	}
	.w3layouts_banner_bottom_left img {
		width: 75%;
	}
	.w3layouts_banner_bottom_right {
		padding: 0;
	}
	.w3layouts_banner_bottom_right h4 {
		font-size: 13px;
		letter-spacing: 4px;
	}
	.about h2 {
		font-size: 1.17em;
	}
	.w3l_about_pos {
		width: 43%;
	}
	.w3_agileits_stats_grid {
		padding-left: 0;
	}
	.w3_agileits_stats_grid:nth-child(4), .w3_agileits_stats_grid:nth-child(3) {
		margin-top: 1em;
	}
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		top: -2% !important;
	}
	.nbs-flexisel-nav-right {
		right: 0;
	}
	.nbs-flexisel-nav-left {
		left: 76%;
	}
	.agile_testimonials_grid {
		margin: 0;
	}
	.w3_footer_grid input[type="submit"] {
		background: url(../images/right.png) no-repeat 11px 13px #ff9d0f;
	}
	.w3_footer_grid input[type="submit"]:hover {
		background: url(../images/right.png) no-repeat 11px 13px #87b200;
	}
	.banner1 {
		min-height: 160px;
	}
	.w3layouts_vertical_tab {
		padding: .5em;
	}
	.w3layouts_vertical_tab p i {
		margin-top: 0;
	}
	.w3layouts_vertical_tab_right {
		margin: 0;
		padding: 0 .5em;
	}
	.agileits_featured_services_grid h4 {
		font-size: 1.2em;
	}
	.modal-header {
		font-size: 1.4em;
	}
	.modal-body p {
		padding: 1em 0;
	}
	.hovereffect p.info {
		margin: 5.5em 0 0;
	}
	.w3ls_para:after {
		width: 38.4%;
		left: 30%;
	}
	.w3_agileits_mail_left h4 {
		letter-spacing: 0px;
	}
	.agileits_w3layouts_mail_left:nth-child(2) {
		margin: 1em auto;
	}
}</pre></body></html>