/* 我帮你定义css变量#6daede */
:root{
	--color-1: #6daede;
	--color-2: #dae9f4;
}

/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

html, body{
	margin:0;
	/* font-size: 100%; */
	font-family: 'Lato', sans-serif;
	background: #fff;
}
body a {
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
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;
	font-family: 'Hind Vadodara', sans-serif;
    font-weight: 600;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}

/*
.fa-twitter:hover{
	color:#1da1f2;
}
.fa-facebook:hover{
	color:#3b5998;
}
.fa-linkedin:hover{
	color:#0077b5;
}
.fa-dribbble:hover{
	color:#ea4c89;
}*/
/*-- search --*/
.w3ls_search{
	position:relative;
}
.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);
  will-change: transform;
}
.cd-main-header {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.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);
/*-- w3layouts --*/
	-moz-transform: translateX(260px);
	-ms-transform: translateX(260px);
	-o-transform: translateX(260px);
	transform: translateX(260px);
}
.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: -32px;
    right: 27px;
}
.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;
	    background: var(--color-1);
}

.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 {
	top: 11px;
	left: 11px;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
/*-- agileits --*/
	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: 2.5em;
	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: rgba(0, 0, 0, 0.75);
    width: 100%;
    padding: 0 5%;
    -webkit-box-shadow: inset 0 3px 0 #f5b120, 0 3px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 3px 0 #f5b120, 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 0 #f5b120, 0 3px 6px rgba(0, 0, 0, 0.05);
 -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 1em;
    padding: 1em 2em;
    color: #fff;
    letter-spacing: 1px;
}
.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 --*/

/*-- modal --*/
.modal-content  img{
	width:100%;
}
.modal-content h4 {
    color: #bc0023;
    text-align: center;
    font-size: 35px;
    margin-bottom: 15px;
}
.modal-content h5 {
    color: #1ca0de;
    padding: 20px 0 6px;
    font-size: 22px;
    margin-left: 0px;
}
.modal-content p {
    color: #000;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.2px;
    word-spacing: 1px;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 20px 30px;
}
 .modal-dialog {
    width: 600px;
    margin: 109px auto;
}
/*-- //modal --*/
/*-- main --*/
.banner-overlay-agileinfo {
    background: url(../images/overlay.png) repeat;
	height: 100%;
    /* padding: 0em 0 50vh 0; */
}

/* .banner {
	height: 70vh;
} */

.about-w3layouts,.register-wthree,.test,.about-top-w3layouts,.stats-agileits,.blog,.welcome,.contact{
	padding:5em 0em ;
}
h2.tittle-agileits-w3layouts, h3.tittle-agileits-w3layouts {
    color: #000;
    font-size: 36px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 0.8em;
}
h2.tittle-agileits-w3layouts span, h3.tittle-agileits-w3layouts span {
    color: #f5b120;
}
p.para-w3-agile {
    color: #777;
    font-size: 16px;
    letter-spacing: .4px;
    line-height: 33px;
}
a.button-w3layouts {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    background: var(--color-1);
    letter-spacing: 1px;
    font-size: 13px;
    display: inline-block;
    margin-top: 1.5em;
}
.white-w3ls{
	color: #fff!important;
}
/*-- button-hover-effect --*/
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #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: #f5b120;
  -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;
}
.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 {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*-- //button-hover-effect --*/
/*-- //main --*/
/*-- about --*/
.gallery-grid img {
    width: 100%;
}
.gallery-grids {
	padding: 5px;
}

.gallery-grid {
    padding: 8px;
}
.gallery-grid-images {
    margin-top: 3em;
}
.gallery-grids2 {
    padding-left: 2.5em;
}
.gallery-grids h5 {
    color: var(--color-1);
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 2px;
    padding-bottom: 10px;
}
.history-grid-image {
    overflow: hidden;
}
img.zoom-img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.history-grid-image:hover img.zoom-img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 750ms;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 750ms;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    overflow: hidden;
}
/*-- //about --*/
/*-- services --*/
.services-w3-agileits {
    background: #ececec;
}
.service-grids-w3ls {
    padding: 15px;
    border: 2px solid transparent;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    width: 33%;
    margin: 0 1px;
}
.service-grids-w3ls:hover {
    border: 2px solid #000;
	-webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.service-grids-w3ls i {
    font-size: 27px;
    color: #444;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.service-grids-w3ls h5 {
    color: #777;
    font-size: 21px;
    letter-spacing: .6px;
    text-transform: capitalize;
    padding: 20px 0 10px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.service-grids-w3ls p {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.7px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.service-grids-w3ls:hover i{
	color:var(--color-1)!important;
}
.service-grids-w3ls:hover h5{
	color:#000!important;
}
.service-grids-w3ls:hover p{
	color:#f5b120!important;
}
.services-right {
    background: url(../images/services.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 5em 7em;
}
.services-info {
    padding: 2em;
    background: rgba(0, 0, 0, 0.65);
}
.service-grid1, .service-grid2 {
    margin-top: 3.7em;
}
/*-- //services --*/
/*--Register--*/
.register-wthree{
	 background: url(../img/background/background-002.png)no-repeat 0px 0px;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-attachment:fixed;
}
.regstr-l-w3-agileits h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 5px;
}
.regstr-l-w3-agileits {
    margin-top: 2.3em;
}
.form-bg-w3ls input[type="text"], .form-bg-w3ls input[type="email"], .form-control {
    width: 100%!important;
    padding: 8px 10px!important;
    height: 39px;
    font-weight: normal;
    background: rgba(255, 255, 255, 0.13);
    border-radius: 0;
    border: none;
    border-bottom: 2px solid rgba(74, 73, 71, 0.36);
    color: #ffffff !important;
    outline: none;
    font-size: 14px;
    margin: 18px 0px 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    font-family: 'Lato', sans-serif;
}
.form-control:focus,.form-control:hover{
	outline:none;
	border-color:var(--color-1);
}
.form-control {
    background: var(--color-1)!important;
}
.form-bg-w3ls {
    padding: 2em;
    width: 85%;
    margin: 0 auto;
    background: var(--color-1);
}
.form-bg-w3ls h3 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    text-transform: capitalize;
    letter-spacing: .5px;
	margin-bottom: 10px;
}
.form-bg-w3ls .para-w3-agile {
    color: #aee8e8!important;
    text-align: center!important;
    line-height: 22px!important;
    width: 80%;
    margin: 0 auto;
}
.form-bg-w3ls input[type="submit"] {
    background: #fff;
    color: #060606;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 2em;
    border: none;
    outline: none;
    letter-spacing: 1px;
    display: block;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 10px 40px;
    font-family: 'Lato', sans-serif;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
.form-bg-w3ls input[type="submit"]:hover{
	background:#f5b120;
	color:#fff;
}
/*-- Countdown-Timer --*/
h3.tittle {
    font-size: 3em;
    color: #333;
	letter-spacing:2px;
	text-align:center;margin-bottom:0.5em;
}
.countdown-timer-w3laits {
    background: url(../images/count.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:550px;
}
.agile-its {
    padding-top: 10em;
    margin: 0 auto;
}

.simply-section {
    display: inline-block;
    width: 24%;
    float: left;
    text-align: center;
    padding: 48px 0px 29px;
    border-radius: 82px;
    margin: 0 2px;
    background: rgba(0, 0, 0, 0.45);
}

.countdown-timer-w3laits h3 {
       font-weight:200;
	   font-size:3em;
    margin-bottom: 40px;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
	
}
.countdown-timer-w3laits h4 {
    margin-bottom:30px;
    color: #fff;
    text-align: center;
    letter-spacing:3px;
	font-size:2em;
	text-transform:uppercase;
}
section.examples {
    margin-top: 3em;
}
.countdown-timer-w3laits h3  span{ 
	     color: #ff8c00;
}
span.simply-amount {
    font-size: 2.5em;
    line-height: 0;
    font-weight: 100;
    color: var(--color-1);
	letter-spacing: 1px;
    font-weight: 500;
}

span.simply-word {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 500;
    /* margin-left: 5px; */
    text-transform: uppercase;
    color: #f5b120;
    display: block;
    margin-top: 0.5em;
}
/*-- //Countdown-Timer --*/
/*--//Register--*/
/*-- agile_testimonials --*/
.test-grid h4 {
    font-size: 1.5em;
    color: #f5b120;
    font-weight: 600;
    letter-spacing: .8px;
    margin: 1.5em 0 0.2em;
}
.test-grid span {
    font-size: 0.99em;
    color: #484747;
    font-style: italic;
}
.test-grid1 {
    /* background: rgba(28, 160, 222, 0.08); */
    position: relative;
    padding: 5em 2em 0;
}
img.img-r {
    width: 100%;
}
.test-grid1 p:before {
    background: url(../images/quot.png) no-repeat;
    content: "";
    display: inline-block;
    margin: 0 1.2em 0 3em;
    width: 32px;
    height: 32px;
    vertical-align: bottom;
}
.test-left-agileinfo {
    padding: 8.7em 0;
    border-right: 3px solid #eee;
}
/*-- //agile_testimonials --*/
/*--inner pages--*/
.inner-banner-w3-agileits .banner-overlay-agileinfo {
    background: url(../images/overlay.png)repeat;
    /* padding: 0em 0 2.5em 0!important; */
}
.inner-banner-w3-agileits {
    min-height: 276px!important;
}
h2.inner-tittle-w3layouts {
    color: #fff;
    font-size: 36px;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 1.5em;
}
/*--About-inner*/
.abt-img {
    background: url(../images/abt-inn.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;
    border: 5px solid var(--color-1);
}
.about-grids {
    border-left: 3px solid #f5b120;
    margin-top: 1.5em;
}
.about-grids h5 {
    color: #000;
    font-size: 21px;
    letter-spacing: .6px;
    text-transform: capitalize;
    padding: 20px 0 10px;
}
span.green-w3{
	color:var(--color-1)!important;
}
.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.grid figure img {
    position: relative;
    display: block;
    width: 100%;
    opacity: 0.8;
}
.agile-homes-w3l.grid figure figcaption {
    padding: 8em 2em;
    color: #fff;
    font-size: 1.3em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**-- Moses --**/
figure.effect-moses {
	background: -webkit-linear-gradient(-45deg, #000 0%,#000 100%);
	background: linear-gradient(-45deg, #000 0%,#000 100%);
}

figure.effect-moses img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-moses .team-top-block, figure.effect-moses p {
    padding: 20px;
    width: 66%;
    height: 50%;
   /* border: 4px solid rgb(27, 180, 185);*/
    /* border-radius: 26px; */
}
figure.effect-moses p {
    height: 20%!important;
    padding: 15px 0 0!important;
}
figure.effect-moses p span {
    display: block;
    font-size: 17px;
    color: #f5b120;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: capitalize;
}
figure.effect-moses .team-w3 ul li {
    list-style: none!important;
    display: inline!important;
    font-size: 14px!important;
}
figure.effect-moses .team-top-block {
    width: 66%;
    text-transform: capitalize;
    height: 50%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(10px,10px,0);
    transform: translate3d(10px,10px,0);
    background: rgba(0, 0, 0, 0.52);
    letter-spacing: 2px;
}
.team-top-block h4 {
	color: #fff;
    font-size: 27px;
	margin-top: 4px;
}
figure.effect-moses p {
    float: right;
    font-size: 15px;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    background: rgba(27, 180, 185, 0.36);
    letter-spacing: .5px;
    /* text-transform: uppercase; */
}

figure.effect-moses:hover .team-top-block {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-moses:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-moses:hover img {
	opacity: 0.6;
}
.home-agile-left {
    padding: 0;
}
.home-agile-text h4 {
    font-size: 3em;
    color: #fff;
	letter-spacing:1px;
}
.home-agile-text p{
    font-size: 0.95em;
    color: #fff;
    letter-spacing: 2px;
    margin: 2em 0 2em 0;
    line-height: 2.3em;
    padding: 0 2em;
}
.home-agile-text {
     padding: 9em 3em;
}
.icon_wthree {
    margin-top: 2em;
}
.icon_wthree i{
  font-size:3em;
  text-align:center;
  color:#fff;
}
.date i {
    font-size:0.8em;
    color: #fff;
    text-align: left;
	margin-right:10px;
}
.home-agile-text h5 {
    color: #fc3158;
    font-size: 1.5em;
    margin-top: 0.5em;
	text-align: left;
}
.date {
    text-align: center;
    margin: 0 auto;
    width: 25%;
}
/*--moses--*/
/*-- Stats --*/
.stats-grid {
    text-align: left;
}
.numscroller {
    font-size: 51px;
    margin: 20px 0 5px;
    color: #42403b;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.stats-grid h4 {
    font-size: 24px;
    font-weight: 700;
    margin-top: .5em;
    color: var(--color-1);
    text-transform: capitalize;
    padding: 10px 0 10px 20px;
    line-height: 21px;
    letter-spacing: 1px;
    border-left: 2px solid rgb(245, 177, 32);
}
/*-- //Stats --*/
/*--//About-inner*/
/*--blog --*/
.blog-image-agileits-w3layouts img {
    width: 100%;
}
.blog-grids-w3-agile {
    padding: 0;
    border: .5px solid #eee;
}
.blog-info {
    padding: 30px 30px 0px;
}
.blog-info h4 {
    font-size: 19px;
    margin-top: 10px;
    display: block;
	text-decoration:none;
}
.blog-info h4 a {
    color: #f5b120!important;
    text-decoration: none;
}
.blog-info h6 {
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin-right: 14px;
}
.blog-info span {
    color: #bbb8b8;
    font-size: 14px;
}
.blog-info p {
    font-size: 15px;
    line-height: 28px;
    color: #777;
    margin-top: 15px;
}
.blog-btm-w3 {
    margin: 15px 0;
}
.blog-btm-w3 a {
    text-decoration: none;
}
.blog-left-w3ls {
    width: 50%;
    float: left;
}
.blog-right-w3ls {
    width: 50%;
    float: right;
    text-align: right;
    margin-top: 12px;
}
.blog-left-w3ls img {
    width: 30%;
    border-radius: 50%;
    display: inline;
}
.blog-left-w3ls a {
    color: #f5b120;
    display: inline;
    padding-left: 10px;
    font-weight: 500;
}
.blog-right-w3ls i {
    color: #313030;
    font-size: 19px;
    padding-right: 6px;
}
.blog-right-w3ls a {
    text-decoration: none;
    color: #777;
    font-size: 14px;
    letter-spacing: .5px;
}
.blog-w3ls-mid h6 {
    color: #fff;
    background: var(--color-1);
    padding: 2em 1em;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
}
.blog-w3ls-mid h6 a {
    color: #147e82;
    display: block;
    font-size: 21px;
    text-decoration: none;
}
.blog-w3ls-mid {
    padding: 0;
}
.blog-mid-img{
	background:url(../images/b2.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:440px;
}

/*-- //blog --*/
/*-- gallery --*/
.w3layouts_gallery_grid {
    margin-top: 2em;
}
.w3layouts_gallery_grid:nth-child(1), .w3layouts_gallery_grid:nth-child(2), .w3layouts_gallery_grid:nth-child(3) {
    margin-top: 0!important;
}
.gallerie-imagebox img {	
	transition: all 500ms;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.gallerie-imagebox .loading {
	opacity: 0.3;
}



.w3ls_news_grids{
	margin:3em 0 0;
}
.agileits_w3layouts_news_grid{
	padding:1.5em;
	background:#f5f5f5;
}
.agileits_w3layouts_news_grid ul li{
	display:inline-block;
	font-weight:600;
	color:#212121;
}
.agileits_w3layouts_news_grid ul li:last-child{
	margin-left:2em;
}
.agileits_w3layouts_news_grid ul li i{
	padding-right:1em;
	color:#a0d034;
}
.agileits_w3layouts_news_grid ul li a{
	color:#212121;
	text-decoration:none;
}
.agileits_w3layouts_news_grid ul li a:hover{
	color:#a0d034;
}
.agileits_w3layouts_news_grid h4{
	font-size:1.3em;
	color:#212121;
	margin:1em 0;
}
.agileits_w3layouts_news_grid h4 a{
	color:#212121;
	text-decoration:none;
}
.agileits_w3layouts_news_grid h4 a:hover{
	color:#a0d034;
}
.agileits_w3layouts_news_grid h4 a:focus{
	outline:none;
}
.agileits_w3layouts_news_grid p{
	color:#999;
	line-height:2em;
}
.w3layouts_news_grid{
    overflow: hidden;
    position: relative;
}
.w3layouts_news_grid_pos{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color:rgba(0, 0, 0, 0.4);
    right: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}
.w3layouts_news_grid_pos{
    -webkit-transform: scale3d(0,0,1);
    -moz-transform: scale3d(0,0,1);
    -ms-transform: scale3d(0,0,1);
    transform: scale3d(0,0,1);
}
.w3ls_news_grid:hover .w3layouts_news_grid .w3layouts_news_grid_pos,.w3_agileits_team_grid:hover .w3layouts_news_grid .w3layouts_news_grid_pos,
.w3layouts_gallery_grid:hover .w3layouts_news_grid .w3layouts_news_grid_pos{
    opacity:1;
	-webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.w3ls_news_grid:hover .wthree_text,.w3_agileits_team_grid:hover .wthree_text,
.w3layouts_gallery_grid:hover .wthree_text{
    opacity: 1;
	-webkit-transform: translateY(0) scale3d(1,1,1);
    -moz-transform: translateY(0) scale3d(1,1,1);
    -ms-transform: translateY(0) scale3d(1,1,1);
    transform: translateY(0) scale3d(1,1,1);
    -webkit-transition: transform 400ms ease 380ms;
    -moz-transition: transform 400ms ease 380ms;
    transition: transform 400ms ease 380ms;
}
.wthree_text{
    text-align: center;
    padding: 6.5em 0 0;
    opacity: 0;
	    -webkit-transform: translateY(0) scale3d(0,0,1);
    -moz-transform: translateY(0) scale3d(0,0,1);
    -ms-transform: translateY(0) scale3d(0,0,1);
    transform: translateY(0) scale3d(0,0,1);
    -webkit-transition: transform 400ms ease 280ms;
    -moz-transition: transform 400ms ease 280ms;
    transition: transform 400ms ease 280ms;
}
.wthree_text h3{
	color:#fff;
	font-size:2em;
}
/*-- //gallery --*/
/*-- single-page --*/
/*--single-page-posts --*/
.agileits_recent_posts_gridr {
    float: right;
    width: 65%;
}
.agileits_recent_posts_gridr h4 a {
    font-size: 1em;
    text-decoration: none;
    color: #212121;
    line-height: 1.5em;
    text-transform: capitalize;
}
.agileits_recent_posts_gridr h4 a:hover {
    color: #999;
}
.agileits_recent_posts_gridr ul li {
    display: inline-block;
    margin-right: 1.5em;
    color: #999;
}
.agileits_recent_posts_gridr ul li:last-child{
	margin:0;
}
.agileits_recent_posts_gridr ul li span {
    padding-right: .5em;
    color: #f5b120;
    font-size: 13px;
}
.agileits_recent_posts_gridr ul li a {
    color: #999;
    text-decoration: none;
}
.agileits_recent_posts_gridr ul li a:hover {
    color: #ff9900;
}
.agileits_recent_posts_grid:nth-child(2),.agileits_recent_posts_grid:nth-child(3){
	margin: 0em 0 1em;
}
.w3l_categories ul{
	padding:2em 0 0;
}
.w3l_categories ul li{
	display:block;
	margin-bottom:1.5em;
}
.w3l_categories ul li:last-child{
	margin:0;
}
.w3l_categories ul li a{
	color:#212121;
	text-transform:capitalize;
	text-decoration:none;
}
.w3l_categories ul li a:hover{
	color:#F44336;
}
.w3l_categories ul li a span{
	padding-right:1em;
	color:#F44336;
}
.agileinfo_calender_grid{
	margin:2em 0 0;
}
.wthree_faq,.agileits_comment{
	margin:3em 0 0;
}
.agileits_recent_posts_gridl {
    width: 31%;
    float: left;
}
/*-- //single-page-posts --*/
/*-- Slider Part starts Here --*/
/*--slider--*/
#slider3,#slider4,#slider5  {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  /*-- w3layouts --*/
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
/*-- agileits --*/

.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 61%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 62px;
	width: 45px;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}

#slider3-pager a,#slider4-pager a ,#slider5-pager a  {
  display: inline-block;
}
#slider3-pager span,#slider4-pager span,#slider5-pager span{
}
#slider3-pager span,#slider4-pager span,#slider5-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	/*-- w3layouts --*/
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a ,#slider4-pager .rslides_here a,#slider5-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a ,#slider4-pager a,#slider5-pager a  {
  padding: 0;
}
#slider3-pager li, #slider4-pager li, #slider5-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
}

.callbacks_tabs{
	list-style: none;
	position: absolute;
    top: 140%;
    z-index: 999;
    left: 45.2%;
	padding: 0;
	margin: 0;
}
ul.callbacks_tabs.callbacks2_tabs {
    top: 120%;
    left: 30%;
}
.banner-text1{
	background: url(../images/slider1.jpg) no-repeat 0px 0px;
}
.banner-text2{
	background: url(../images/slider2.jpg) no-repeat 0px 0px;
}
.banner-text3{
	background: url(../images/slider3.jpg) no-repeat 0px 0px;
}
.banner-text4{
	background: url(../images/slider4.jpg) no-repeat 0px 0px;
}
.banner-text1,.banner-text2,.banner-text3,.banner-text4{
	 background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
}
/*--//slider--*/
.single-bottom {
    padding: 2em;
    margin: 0 auto;
    background: var(--color-1);
}
.single-middle {
  margin-top: 3em;
}
.single-bottom input[type="text"], .single-bottom textarea, .single-bottom input[type="email"] {
    width: 100%;
    padding: 12px;
    outline: none;
    border: none;
    background: rgba(255, 255, 255, 0.13);
    border-bottom: 2px solid rgba(74, 73, 71, 0.36);
    font-size: 15px;
    color: #ffffff;
    -webkit-appearance: none;
    letter-spacing: 1px;
}
.single-bottom input[type="submit"] {
    background: #fff;
    color: #060606;
    font-size: 13px;
    text-transform: uppercase;
    margin: 10px 0 0 16px;
    border: none;
    outline: none;
    letter-spacing: 1px;
    display: block;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 10px 40px;
    font-family: 'Lato', sans-serif;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
.single-bottom  input[type="submit"]:hover{
	 background: #f5b120;
    color: #fff;
}
 .single-bottom textarea {
	resize: none;
    min-height: 180px;
    margin: 15px;
    width: 96.3%;
 }
.media-body h4{
	font-size: 1.5em;
}
.media-left img, .media-right img, .media-body img {
    border: 5px solid var(--color-1);
}
.media-body h4 a {
    color: #f5b120;
    text-decoration: none;
    letter-spacing: 1px;
}
.media-body p {
      margin: 0.7em 0 0em;
    font-size: .95em;
    color: #555;
    line-height: 1.9em;
	    letter-spacing: 1px;
}
.media {
  margin: 0em 0 3em;
}
.single-bottom h3,.single-middle h3 {
    color: #000;
    font-size: 36px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 0.8em;
    text-align: center;
}
.md-in{
	padding:0;
	margin-top:1em;
}
.in-media{
	padding:0 0 0 5em;
}
 ul.grid-part li{
	list-style:none;
}
ul.grid-part li a {
    color: var(--color-1);
    font-size: 16px;
    letter-spacing: .4px;
    line-height: 33px;
}
ul.grid-part li a i {
    font-size: 13px;
    color: #000;
    margin-right: 12px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
ul.grid-part li a:hover {
	color:#000;
}
ul.grid-part li a:hover i.fa-long-arrow-right {
	margin-right:8px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	color:#000;
}
ul.grid-part {
  margin: 8px 0 0;
}

.w3l-blog-list h4, .blog-list1 h4, .blog-list2 h4, .w3ls_recent_posts h3 {
    font-size: 1.6em;
    color: var(--color-1);
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.w3l-blog-list li, .blog-list1 li {
    list-style: none;
}
.w3l-blog-list li a {
    color: #777;
    font-size: 16px;
    letter-spacing: .4px;
    line-height: 33px;
}
.w3l-blog-list li a:hover {
	color:#000;
}
.blog-img {
    float: left;
    width: 40%;
}
.blog-text {
    float: right;
    width: 55%;
}
.blog-text p {
  font-size: 13px;
    line-height: 1.8em;
	
}
.blog-text span {
    font-size: 13px;
    color: #f5b120;
    margin-top: 6px;
    display: block;
    letter-spacing: 1px;
}
.blog-list2 ul li a {
    text-decoration: none;
    color: #fff;
    background: #232323;
    font-size: 13px;
    padding: 10px;
    display: block;
    margin: 0 0 5px;
	 letter-spacing: 1px;
}
.blog-list2 ul li {
    display: inline-block;
}
.blog-list2 ul {
    padding: 0.5em 0 0;
}
.blog-list2 ul li a:hover {
       background: #f5b120;
}
.w3l-blog-list, .blog-list1,.w3ls_recent_posts {
    margin: 0 0 40px;
}
.blog-text p a {
    text-decoration: none;
    color: #777;
    font-size: 16px;
    letter-spacing: .4px;
    line-height: 15px;
}
.blog-text p a:hover {
    color: #286090;
}
.blog-list-top {
    padding: 5px 0 15px;
}
.w3l-blog-list li i {
    font-size: 10px;
    margin-right: 12px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3l-blog-list li a:hover i.fa-long-arrow-right {
	margin-right:8px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.blog-left_w3_agileinfo {
    float: left;
    border-right: 1px solid #B6B3B3;
    padding-right: 15px;
}
.top-blog_wthree_agileits {
    float: left;
    margin: 15px 0px 0px 15px;
    width: 80%;
}
.blog-left_w3_agileinfo span {
    font-size: 1.5em;
        color: #0c0c0c;
    text-align: center;
    display: block;
    padding-top: 4px;
}
.top-blog_wthree_agileits p a {
    text-decoration: none;
    color: #f5b120;
}
h5.w3ls_single_agileinfo {
    font-size: 1.9em;
    letter-spacing: 1px;
    color: #000000;
}
p.wthree_agileits {
    font-size:1em;
    line-height: 1.95em;
    color: #555;
    letter-spacing: 1px;
}
.top-blog_wthree_agileits p {
    font-size: 1em;
    letter-spacing: 1px;
    margin-top: 0.5em;
}
.blog-left_w3_agileinfo b {
    font-size: 40px;
    color: var(--color-1);
    display: block;
    height: 50px;
}

/*-- //single-page  --*/
/*--//inner pages*/
/*-- typography --*/
h3.hdg {
    font-size: 2.5em;
	color:#000 !important;
}
.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: #555;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
}
.label {
  font-weight: 300 !important;
  border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.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: #555;
  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;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
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: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.grid_4 {
		margin-top: 30px;
	}
}
@media (max-width:480px){
	.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;
	}
}
@media (max-width: 320px){
	.grid_4 {
		margin-top: 18px;
	}
	.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 !important;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		font-size: 0.81em;
	}
	.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: 12px!important;
	}
	.codes .row {
		margin: 0;
	}
}


.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom: 1em;
    color: #212121;
    font-weight: bold;
}
/*-- //typography --*/
/*-- icons --*/
.icon-w3layouts-subheading{
    margin-top: 0!important;
}
.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;
}
.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 li .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #282a2b;
}
.icons a {
    color: #999;
}
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.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 a{
    color: #fff;
}
/*-- //icons --*/
/*-- contact --*/
.agile_contact_grid_left{
	background:#0ea2a7;
    text-align: center;
}
.agile_contact_grid_left i{
	font-size: 2em;
    color: #fff;
    line-height: 3.8em;
}
.agile_contact_grid_right {
    background: var(--color-1);
    padding: 1em;
}
.agile_contact_grid_right h4 {
    font-size: 1.3em;
    color: rgba(255, 255, 255, 0.58);
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 4px;
}
.agile_contact_grid_right p{
	color:#fff;
	line-height:2em;
	font-size:16px;
}
.agile_contact_grid_left,.agile_contact_grid_right{
	min-height:122px;
}
.agile_contact_grid_right p span{
	display:block;
}
.agile_contact_grid_right p a{
	color:#fff;
	text-decoration:none;
}
.agileits_w3layouts_left {
    background: #efa200 !important;
}
.agileits_w3layouts_right {
    background: #f5b120 !important;
}
.agile_contact_grid_right p a:hover{
	color:#212121;
}
/*-- form-effect --*/
.input {
	position: relative;
    z-index: 1;
    display: inline-block;
    margin: 2em 0 0em;
    width: 100%;
    vertical-align: top;
}

.input__field {
    border: none;
    color: #999;
    font-weight: bold;
    -webkit-appearance: none;
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
    font-weight: bold;
    font-size: 1em;
    -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.55em 1em;
    width: 100%;
}
/* Akira */

.input__field--akira {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	padding: 0 1em;
	width: 100%;
	color:#212121;
	height: 100%;
	background: transparent;
}

.input__label--akira {
	padding: 0;
    width: 100%;
    background: none;
    color: #212121;
    cursor: text;
    border: 3px solid #dfdfdf;
    margin: 0;
}

.input__label--akira::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: scale3d(0.97, 0.9, 0);
    transform: scale3d(0.97, 0.9, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label-content--akira {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__field--akira:focus + .input__label--akira::before,
.input--filled .input__label--akira::before {
	-webkit-transform: scale3d(.995, 0.96, 1);
	transform: scale3d(.995, 0.96, 1);
}

.input__field--akira:focus + .input__label--akira,
.input--filled .input__label--akira {
	cursor: default;
	pointer-events: none;
}

.input__field--akira:focus + .input__label--akira .input__label-content--akira,
.input--filled .input__label-content--akira {
	-webkit-transform: translate3d(0, -3.5em, 0);
	transform: translate3d(0, -3.5em, 0);
}
/*-- //form-effect --*/
.w3_agileits_contact_right1{
	float:left;
	width:100%;
}
.w3_agileits_contact_right1 textarea {
    border: 3px solid #dfdfdf;
    outline: none;
    resize: none;
    width: 100%;
    font-size: 1em;
    color: #212121;
    font-weight: bold;
    padding: 1em;
    min-height: 14em;
    margin-bottom: 9px;
}
.w3_agileits_contact_right1 textarea::-webkit-input-placeholder{
	color:#212121 !important;
}
.w3_agileits_contact_right {
    margin: 2em 0 0;
}

.w3_agileits_contact_right2 input[type="submit"] {
    border: none;
    outline: none;
    width: 100%;
    background-color: #f5b120;
    display: block;
    padding: 0.8em;
    font-size: 19px;
    color: #fff;
}
.w3_agileits_contact_right2 input[type="submit"]:hover {
    background-color: var(--color-1);
}
/*-- //contact --*/
/*-- map --*/
.map-agileits iframe {
    width: 100%;
    height: 350px;
    border: none;
    outline: none;
}
/*-- //map --*/
/*-- footer --*/
.footer {
  padding: 5em 0 4em;
     background-color: rgb(16, 16, 16);
}
.footer h4 {
    margin:0 0 .5em;
}
.footer h3 {
    color: #fff;
    font-size: 1.4em;
    margin: 0.4em 0 .5em;
    text-transform: capitalize;
}
.footer-grids ul li {
      margin-bottom: 1em;
      list-style: none;
	     display: inline-block;
}
.footer-grids ul li a {
  color: #868686;
  font-size:14px;
  text-decoration: none;
}
ul.b-nav li{
	display:block;
}
section.social ul li a i {
    line-height: 34px;
    color: #fff;
}
.footer-grids ul li a:hover {
  color: #fff;
}
.footer-grids h6 a {
    color: #f5b120;
    font-size: 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}
.footer-grids p  a{
	color: #868686;
    font-size: 14px;
    text-decoration: none;
}
.footer-grids p a:hover {
	color: #fff;
}
.footer-grids p {
    color: #a5a5a5;
    font-size: 14px;
    line-height: 2em;
    margin: 0;
    letter-spacing: .5px;
}
.footer-grids.w3l-agileits span {
    color: #444;
    font-size: 14px;
    letter-spacing: .8px;
}
.footer-grids .top-header-agile-right {
    text-align: left;
}
.footer-grids .top-header-agile-right ul li a {
    text-align: center;
}
.footer-grids form {
  margin-top: 1.2em;
}
.footer-grids form input[type="email"] {
  width: 72%;
  padding: 9px 12px;
  font-size: 0.9em;
  float: left;
  color: #8D8D8D;
  outline: none;
  border: none;
  background: #fff;
  -webkit-appearance: none;
}
.footer-grids form input[type="submit"] {
	width: 24%;
    font-size: 14px;
    float: left;
    color: #fff;
    outline: none;
    padding: 9px 9px;
    border: none;
    background:var(--color-1);
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    -webkit-appearance: none;
}
.footer-grids form input[type="submit"]:hover{
	    background: #f5b120;
}
/*-- //footer --*/
/*-- Copyright --*/
.copyright-wthree {
    background: #000;
	 padding: 25px 0px;
}
.copyright-wthree p {
    color: #fff;
	font-size: 14px;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-align: center;
}

.copyright-wthree a {
	    color: var(--color-1);
	text-decoration: none;
}
.copyright-wthree a:hover {
    color: #ffffff;
}
/*-- //Copyright --*/
/*-- //Footer --*/
 /*--placeholder-color--*/

::-webkit-input-placeholder {
	color:#fff !important;
}
:-moz-placeholder { /* Firefox 18- */
	color:#fff !important; 
}
::-moz-placeholder {  /* Firefox 19+ */
	color:#fff !important;
}
:-ms-input-placeholder {  
	color:#fff !important;
}
/*--//placeholder-color--*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
    width: 64px;
    height: 64px;
	border: none;
	text-indent: 100%;
	background: url("../images/arr.png") no-repeat 0px 0px;
	background-size: 30px;
}
#toTopHover {
    width: 64px;
    height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}






	
