*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.container {
	padding-bottom: 40px;
}
.pulsex {
    position: fixed;
    right: 30px;
    bottom: 8px;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 84px;
    font-size: 48px;
    z-index: 9;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 1);
    animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
   -webkit-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
   -moz-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
   -ms-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  
}
.pulsex > a hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 60px rgba(37, 211, 102, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 60px rgba(37, 211, 102, 0);}}
/*@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}*/

.pulsex > a{
    position:fixed;background-color:#25d366;color:#FFF;border-radius:50px;text-align:center;font-size:30px;box-shadow: 1px 1px 2px #888;
    z-index:2000;
}


#whatsapp{
    position:fixed;
    width: fit-content;
    height: 60px;
    right:60px;
    top:90%;
    color:black;
    display:flex;
    flex-direction: row;
    align-items: center;
    z-index: 300;
}
#whatsapp>p{
    width: fit-content;
    height: 25px;
    padding-left: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    margin-left: -10px;
    background-color:  #6d9743;
	color:#f7f9f5;
    font-size: 10pt;
    border:  #6d9743 solid 1px;
    
}


#whatsapp > img{
    z-index: 350;
    height: 38px;
    width: 38px;
}
#whatsapp:hover{
    cursor: pointer;
    background:none;
}

#whatsapp:hover > p {
    cursor: pointer;
    background-color:  #ddd;
	color: #000000;
    font-size: 11pt;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: ease-in-out 0.7s;
}
html, body {
	font-size: 100%;
	font-family: Roboto, sans-serif;
	background: #ffffff;
	margin: 0;
	max-width:initial;
}
body::-webkit-scrollbar {
    width: 9px; 
    height: 0px;            
}

/* Track */
::-webkit-scrollbar-track {
    background: #f8f9fc;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
  }
svg {
	display: block;
	overflow: visible;
}

.num_emp {
	height: 130px;
	margin-top: 50px;
}

.num_emp_azul {
	color: #80BB3B;
	font-weight: bold;
	font-size: 3em;
	float: left;
	margin-left: 5px;
}

.num_emp_preto {
	color: #303030;
	font-size: 1.4em;
	float: left;
	margin-top: 7px;
	width: 100%;
}

.num_emp_plus {
	color: #bc0823;
	font-weight: bold;
	font-size: 2em;
	float: left;
}

.slide__overlay path {
	opacity: 0.8;
}

.slide__text {
	position: absolute;
	width: 25%;
	bottom: 25%;
	left: 7%;
	color: #fff;
	-webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
	transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
	transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
	transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
	will-change: transform, opacity;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}

.slide__text a{
	color: #fff;
}
.slide__text a:hover{
	color: #fff;
}

a.slide__text-link:hover {
	text-decoration: none;
	color: #FFF;
}

.slider-container {
	position: relative;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: all-scroll;
}

.slider-control {
	z-index: 2;
	position: absolute;
	top: 0;
	width: 7%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	will-change: opacity;
	opacity: 0;
}

.slider-control.inactive:hover {
	cursor: auto;
}

.slider-control:not(.inactive):hover {
	opacity: 1;
	cursor: pointer;
}

.slider-control.left {
	left: 0;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}

.slider-control.right {
	right: 0;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

.slider-pagi {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 2rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 0;
	list-style-type: none;
}

.slider-pagi__elem {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	height: 2rem;
	margin: 0 0.5rem;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
}

.slider-pagi__elem:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1.2rem;
	height: 1.2rem;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}

.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.slider {
	position: relative;
	height: 500px;
	margin-top: 50px;
}

.slider.animating {
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	will-change: auto;
}

.slider.animating .slide__bg {
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	will-change: auto;
}

.slide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slide.active .slide__overlay, .slide.active .slide__text {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.slide__bg {
	position: absolute;
	top: 0;
	left: -50%;
	width: 100%;
	height: 100%;
	background-size: cover;
	will-change: auto;
}

.slide:nth-child(1) {
	left: 0;
}

.slide:nth-child(1) .slide__bg {
	left: 0;
	background-image: url("/images/banner/solar.jpg");
	background-position: right;
}

.slide:nth-child(1) .slide__overlay-path {
	fill: #253a5b;
}

.slide:nth-child(2) {
	left: 100%;
}

.slide:nth-child(2) .slide__bg {
	left: -50%;
	background-image: url("/images/banner/acl.jpg");
	background-position: right;
}

.slide:nth-child(2) .slide__overlay-path {
	fill: #515151d6;
}

.slide:nth-child(3) {
	left: 200%;
}

.slide:nth-child(3) .slide__bg {
	left: -100%;
	background-image: url("/images/banner/consultoria.jpg");
	background-position: right;
}

.slide:nth-child(3) .slide__overlay-path {
	fill: #818d99f2;
}

.slide:nth-child(4) {
	left: 300%;
}

.slide:nth-child(4) .slide__bg {
	left: -150%;
	background-image: url("/images/banner/contato.jpg");
	background-position: right;
}

.slide:nth-child(4) .slide__overlay-path {
	fill: #3752bbd6;
}

.slide__content {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slide__overlay {
	position: relative;
	bottom: 0;
	left: 0;
	height: 100%;
	min-height: 810px;
	-webkit-transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
	transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
	transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
	transition: transform 0.5s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
	will-change: transform, opacity;
	-webkit-transform: translate3d(-20%, 0, 0);
	transform: translate3d(-20%, 0, 0);
	opacity: 0;
}

.slide__text-heading {
	font-family: "Polar", Helvetica, Arial, sans-serif;
	font-size: 2.5em;
	margin-bottom: 2rem;
}

.slide__text-desc {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
}

.slide__text-link {
	display: inline-block;
	position: relative;
	padding: 0.5em;
	cursor: pointer;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	margin-top: 0.5em;
	color: #fff;
}

.slide__text-link:before {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: rotateX(-85deg);
	transform: rotateX(-85deg);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	will-change: auto;
}

.slide__text-link:hover:before {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

p, ul li, ol li {
	margin: 0;
	/*font-size: 17px;*/
	letter-spacing: px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
}

ul, label {
	margin: 0;
	padding: 0;
}

body a:hover {
	text-decoration: none;
}

input[type="submit"], input[type="reset"], a, .agileinfo_services_grid1_pos, .agileinfo_services_grid1 h4, .simplefilter li {
	-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;
}

.agileits_layouts_banner_nav {
	margin: 0 auto;
	width: 90%;
}

.navbar-light {
	background: none;
	border: none;
}

.navbar {
	margin-bottom: 0;
}

.navbar-collapse {
	padding: 0;
}

.navbar-right {
	margin-right: 0;
}

.navbar-light .navbar-nav>.active>a, .navbar-light .navbar-nav>.active>a:hover, .navbar-light .navbar-nav>.active>a:focus {
	color: #80BB3B;
	background: none;
}

.navbar-light .navbar-nav>.active>a:before {
	color: #80BB3B;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
}

.navbar-light .navbar-nav>li>a {
	font-weight: 700;
	letter-spacing: 0.7px;
}

.navbar-nav>li>a {
	margin: 0 2em;
	padding: 0 0 0.5em;
	text-transform: uppercase;
}

.nav-link {
	color: #192138;
}

@media screen and (max-width: 1377px) {
	.navbar-nav>li>a {
		margin: 0 1.5em;
	}
}

.navbar-light .navbar-nav>li>a:hover {
	color: #80BB3B;
}

.navbar-light .navbar-nav>li>a:focus {
	color: #80BB3B;
	outline: none;
}

nav.navbar.navbar-light {
	background: none;
	padding: 0.8em 0 0.3em 0;
}

.navbar-light .navbar-nav>.open>a, .navbar-light .navbar-nav>.open>a:hover, .navbar-light .navbar-nav>.open>a:focus {
	color: #262c38;
	background: none;
}

.navbar-light .navbar-nav>li>a {
	color: #222;
}

.navbar-light .navbar-nav>.active.open>a:focus {
	background: transparent;
	color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0px;
}

a.navbar-brand {
	color: #091f38!important;
	padding: 0;
	font-size: 0.9em;
	font-weight: 800;
	text-transform: uppercase;
}

a.navbar-brand i {
	color: #70BB0B;
}

.agile_short_dropdown {
	border-radius: 0;
	background: #ffffff;
	text-align: center;
	padding: 0;
	border: none;
}

.agile_short_dropdown li a {
	text-transform: uppercase;
	color: #212121;
	font-size: 13px;
	font-weight: 600;
	padding: .8em 0;
	border-bottom: 1px solid #ececef;
}

.agile_short_dropdown>li>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #4e79ff;
}

.effect-3 {
	overflow: hidden;
}

.effect-3:before {
	left: -1px;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #80BB3B;
	content: '';
	position: absolute;
	transition: transform .5s ease;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
}

.effect-3:hover:before {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
}

.navbar-brand span {
	font-size: .3em;
	color: #fff;
	letter-spacing: 4px;
	background: #4e79ff;
	padding: 4px 10px;
	vertical-align: top;
	font-weight: 100;
}

.banner-overlay-agileinfo {
	background: url(../images/overlay.png)repeat;
	padding: 0em 0 13.2em 0;
}

ul.agile_forms {
	float: right;
}

ul.agile_forms li a {
	background: #4e79ff;
	color: #fff;
	font-size: 0.9em;
	padding: 8px 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
}

ul.agile_forms li a:hover {
	background: #80BB3B;
}

ul.agile_forms li {
	display: inline-block;
	list-style: none;
}

.layouts-banner-top {
	background: url(../images/banner/fullbanner1.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	min-height: 700px;
}

.layouts-banner-top1 {
	background: url(../images/banner/fullbanner2.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	min-height: 700px;
}

.layouts-banner-top2 {
	background: url(../images/banner/fullbanner3.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	min-height: 700px;
}

@media screen and (max-width: 720px) {
	.layouts-banner-top {
		background: url(../images/banner/fullbanner1.jpg) no-repeat 0px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		min-height: 700px;
	}
	.layouts-banner-top1 {
		background: url(../images/banner/fullbanner2.jpg) no-repeat 0px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		min-height: 700px;
	}
	.layouts-banner-top2 {
		background: url(../images/banner/fullbanner3.jpg) no-repeat 0px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		min-height: 700px;
	}
}

.agileits-banner-info h3 {
	color: #fff;
	font-size: 4em;
	margin: 0.3em 0 0.2em 0;
	letter-spacing: 2px;
	font-weight: 800;
	text-shadow: 1px 1px 2px rgb(12, 12, 12);
	-webkit-text-shadow: 1px 1px 2px rgb(12, 12, 12);
	-o-text-shadow: 1px 1px 2px rgb(12, 12, 12);
	-moz-text-shadow: 1px 1px 2px rgb(12, 12, 12);
}

.hvr-shutter-in-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	background: #80BB3B;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-shutter-in-vertical:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #80BB3B;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 30px;
}

.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
	color: white;
}

.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

.agileits-banner-info {
	text-align: center;
	padding: 17em 0 0em;
}

.agileits-banner-info p {
	color: #e2dfdf;
	font-size: 1.1em;
	line-height: 1.9em;
	letter-spacing: 9px;
	font-weight: 600;
	text-align: center;
}

.sub_para_agile {
	text-align: center;
	font-style: italic;
	font-size: 1em;
	font-weight: 600;
	color: #48506b;
	letter-spacing: 2px;
	margin-top: 1em;
}

.banner-bottom h2 {
	text-align: center;
	color: #262c38;
	font-size: 3em;
	font-weight: 700;
	margin: 0 auto;
	letter-spacing: 1px;
}

.banner-bottom h2 span {
	color: #4e79ff;
}

.banner-bottom h2 span.fixed {
	color: #80BB3B;
}

.agileits_banner_bottom_grids, .w3layouts_work_grids, .w3layouts_mail_grid {
	margin: 3em 0 0;
}

.ls_banner_bottom_grid {
	position: relative;
}

.ls_banner_bottom_grid_pos {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	text-align: center;
}

.agileits_banner_bottom_grids.two, .agileits_banner_bottom_grids.three, .agileits_banner_bottom_grids.four, .agileits_banner_bottom_grids.five, .agileits_banner_bottom_grids.six, .agileits_banner_bottom_grids.seven, .agileits_banner_bottom_grids.eight, .agileits_banner_bottom_grids.nine, .agileits_banner_bottom_grids.ten, .agileits_banner_bottom_grids.eleven {
	margin-top: 2em;
}

.banner-bottom h6, .inner_main_agile_section h6, .inner_main_agile_section h1 {
	text-align: center;
	letter-spacing: 7px;
	color: #80BB3B;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0.8em;
}

/*-- image-effect --*/

.hovereffect {
	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(23, 24, 24, 0.49);
}

.hovereffect img {
	display: block;
	position: relative;
}

.hovereffect h4 {
	text-transform: uppercase;
	color: #4e79ff;
	text-align: center;
	position: relative;
	font-size: 1.1em;
	padding: 8px 0;
	width: 80%;
	margin: 0 auto;
	background: rgba(23, 22, 27, 0.72);
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px);
	-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);
	letter-spacing: 1px;
	font-weight: 700;
}

.hovereffect:hover h4 {
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-moz-transform: translateY(20px);
	-o-transform: translateY(20px);
}

.hovereffect p {
	text-transform: uppercase;
	color: #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: 0;
	padding: 4em 2em 0em;
	letter-spacing: 2px;
}

.hovereffect:hover p {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.l_header {
	font-size: 2.5em;
	color: #262c38;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	font-weight: 800;
	text-align: center;
	padding: 3% 0 1% 0;
}

h3.l_header.agileits_header.two {
	color: #fff;
}

.l_header:after {
	border-top: 2px solid #80BB3B;
	display: block;
	width: 150px;
	content: "";
	margin: 8px auto 0;
}

.l_header span {
	color: #80BB3B;
}

.w3layouts_event_grid {
	padding: 0;
}

.agile_event_grid1_pos {
	position: absolute;
	top: 15%;
	right: 5%;
	z-index: 9;
}

.agile_event_grid1_pos ul li {
	display: block;
	float: none;
	line-height: 30px;
}

.agile_event_grid1_pos ul li a {
	color: #212121;
	position: relative;
	display: block;
	padding: 0em 1em;
	background: #fff;
	font-weight: 600;
	border-radius: 15px;
	text-decoration: none;
}

.agile_event_grid1_pos ul li a:hover {
	background: #80BB3B;
	color: #fff;
}

.agile_event_grid1_pos ul li a i {
	padding-right: .5em;
}

.agile_event_grid1_pos ul li:nth-child(2) {
	margin: 1em 0;
}

.agileits_w3layouts_event_grid1 {
	padding: 1.5em;
	background: #f4f4f4;
}

.agileits_w3layouts_event_grid1:hover {
	background: #00ba66;
}

.agileits_w3layouts_event_grid1 h5 {
	margin: 1em 0;
}

.agileits_w3layouts_event_grid1 h5 a {
	font-size: 1.4em;
	color: #212121;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 4px;
	text-decoration: none;
}

.agileits_w3layouts_event_grid1:hover h5 a {
	color: #fff;
}

.agileits_w3layouts_event_grid1:hover p {
	color: #fff;
}

.agileits_w3layouts_event_grid1 p {
	color: #777;
	line-height: 2em;
}

.w3layouts_event_grid:hover {
	opacity: 1;
	-ms-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
}

.w3layouts_event_grid:hover {
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
}

.events {
	margin-top: 6em;
}

/*-- //events --*/

div#graph-wrapper button {
	display: none!important;
}

.choose_right p {
	color: #adb5cc;
	font-size: 0.9em;
	line-height: 1.9em;
	padding: 0 0%;
	margin: 1em 0;
}

.choose_right h3 {
	font-size: 1.4em;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 700;
}

.choose_icon label, .choose_icon p {
	color: #525252;
	letter-spacing: 0px;
}

.produtos-img {
	max-width: 230px;
	width: 50%;
	margin-bottom: 15px;
}

.produtos-img-small {
	width: 80%;
}

.choose_icon {
	margin: 2% 0 0 1%;
	padding: 3em 2em;
	border-radius: 18px;
	box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.17);
	background: #fff;
	-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;
	width: 48%;
}

.choose_icon_full {
	width: 98%;
}

.choose_icon_small {
	width: 24%;
	height: 250px;
	padding: 1em;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.text-servico {
	text-align: center;
	font-size: large;
}

.choose_icon:hover {
	box-shadow: 1px 1px 20px 0 rgba(0, 23, 129, 0.86);
}

.choose_icon i {
	color: #80BB3B;
	font-size: 2.5em;
}

.choose_icon_small i {
	color: #80BB3B;
	font-size: 4em;
}

.choose_left {
	float: left;
	margin-top: 0;
	width: 20%;
}

.choose_right {
	float: right;
	margin-bottom: 10px;
	position: relative;
	width: 78%;
}

.choose_right:before {
	content: "";
	width: 38px;
	height: 2px;
	background: #00ba66;
	display: block;
	bottom: -10px;
	left: 0px;
	position: absolute;
}

.agile_inner_grids {
	margin-top: 2em;
}

.footer {
	padding: 3em 0 1em 0;
	background: #fff;
}

.footer-info {
	font-size: 14px;
	color: #a4a4a4;
}

.wthree_footer_grid_left {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	text-align: center;
	background: #80BB3B;
	;
	margin: 0 auto 1em;
}

.wthree_footer_grid_left i {
	color: #fff;
	font-size: 1.2em;
	line-height: 3.3em;
}

.ls_footer_grid_left p {
	color: #000000;
	line-height: 2em;
}

.ls_footer_grid_left p span {
	display: block;
}

.ls_footer_grid_left p a {
	color: #000000;
	text-decoration: none;
}

.ls_footer_grid_left p a:hover {
	color: #98a0b9;
}

.ls_footer_grid_left {
	text-align: center;
}

.agileinfo_copyright {
	padding: 1em 0em 1em 0em;
	text-align: center;
	background: #111521;
}

.agileinfo_copyright p {
	color: #dbdbdb;
	line-height: 2em;
	letter-spacing: 2px;
}

.agileinfo_copyright p a {
	color: #dbdbdb;
	text-decoration: none;
}

.agileinfo_copyright p a:hover {
	color: #7382b1;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 51px;
	height: 51px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow-top.png) no-repeat 0px 0px;
}

#toTopHover {
	background: url(../images/arrow-top.png) no-repeat left -51px;
	width: 51px;
	height: 51px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline: none;
}

.wthree_services_grid_left h3 {
	font-size: 2em;
	color: #212121;
	line-height: 1.5em;
	letter-spacing: 1px;
	font-weight: 700;
}

.wthree_services_grid_left h4 {
	font-size: 1.5em;
	letter-spacing: 2px;
	color: #001781;
	text-align: center;
	font-weight: bold;
}

.wthree_services_grid_left h3 span {
	color: #80BB3B;
}

.wthree_services_grid_left p {
	margin: 1em 0;
}

.agile_service_grd {
	width: 80px;
	height: 80px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	background: #262c38;
}

.agile_service_grd i {
	font-size: 2em;
	color: #fff;
	line-height: 2.5em;
}

/*-- //services --*/

/*-- stats-bottom --*/

.agileinfo_services_grid1 {
	padding: 2em 2em 3em 2em;
	background: #f5f5f5;
	position: relative;
	border: 1px solid #e4e5e6;
}

.agileinfo_services_grid1_pos {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #80BB3B;
	border-radius: 40px;
	bottom: -11%;
	right: 13%;
	text-align: center;
}

.agileinfo_services_grid1_pos span {
	color: #fff;
	font-size: 1em;
	top: 15px;
}

.agileinfo_services_grid1 h4 {
	font-size: 1.2em;
	color: #262c38;
	line-height: 1.5em;
	position: relative;
	padding-bottom: .5em;
	letter-spacing: 1px;
	font-weight: 700;
}

.agileinfo_services_grid1 p {
	color: #545454;
	line-height: 2em;
	margin: 0.5em 0 0;
}

.agileinfo_services_grids {
	margin: 5em 0 4em;
}

.agileinfo_services_grid:hover .agileinfo_services_grid1 h4:after, .agileinfo_services_grid:hover .agileinfo_services_grid1_pos {
	background: #4e79ff;
}

.agileinfo_services_grid:hover .agileinfo_services_grid1_pos span {
	color: #fff;
}

.content-in {
	width: 25%;
	float: left;
}

.text-desc {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #f53753;
	height: 100%;
	opacity: 0;
	width: 100%;
	padding: 20px;
}

.port {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	overflow: hidden;
}

.port .text-desc {
	opacity: 0;
	transition: 0.5s;
	color: #fff;
}

.port .text-desc h6 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-weight: bold;
}

.port .text-desc p {
	font-size: 0.9em;
	line-height: 2em;
	letter-spacing: 0px;
}

.port.effect-1 img {
	transition: 0.5s;
	position: relative;
	width: 100%;
	left: 0;
}

.port.effect-1:hover img {
	left: 50%;
}

.port.effect-1 .text-desc {
	transform: perspective(600px) rotateY(90deg);
	transform-origin: left center 0;
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 4.4em 0.7em;
}

.port.effect-1:hover .text-desc {
	opacity: 1;
	transform: perspective(600px) rotateY(0deg);
	z-index: 99;
}

figure {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	cursor: pointer;
	overflow: hidden;
}

figure:hover figcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	top: 0;
}

figcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	top: -100%;
	background: rgba(10, 200, 118, 0.78);
	color: #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-ms-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	text-align: center;
}

figcaption h3 {
	font-weight: bold;
	font-size: 1.6em;
	color: #fff;
	padding: 10px 20px;
	margin-bottom: 0;
	position: relative;
	left: 100%;
	margin-top: 63px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	-ms-transition-delay: 1s;
	transition-delay: 1s;
	font-weight: 700;
	letter-spacing: 1px;
}

figcaption p {
	padding: 10px 20px;
	margin-bottom: 0;
	position: relative;
	left: 100%;
	font-size: 0.9em;
	line-height: 1.8;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	-webkit-transition-delay: 1.3s;
	-moz-transition-delay: 1.3s;
	-o-transition-delay: 1.3s;
	-ms-transition-delay: 1.3s;
	transition-delay: 1.3s;
	background: rgb(18, 18, 19);
	letter-spacing: 4px;
}

figure:hover h3, figure:hover p {
	left: 0;
}

figcaption a {
	color: #fff;
	border: 2px solid #fff;
	padding: 4px 10px;
	text-decoration: none;
}

figcaption a:hover {
	color: #4f5856;
	background: #fff;
}

.gallery {
	padding: 6em 0;
}

.ga-top {
	margin-bottom: 3em;
}

/* effect-7 css end */

/*--//portfolio--*/

/*-- 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: #80BB3B !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;
}

.bs-glyphicons.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 screen and (max-width:1080px) {
	.icon-box {
		width: 33.33%;
	}
}

@media screen and (max-width:991px) {
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
	.icon-box {
		width: 50%;
	}
}

@media screen and (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 screen and (max-width: 640px) {
	.icon-box {
		float: left;
		width: 50%;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
}

@media screen and (max-width: 480px) {
	.bs-glyphicons li {
		width: 31%;
	}
	.icon-box {
		float: left;
		width: 100%;
	}
}

@media screen and (max-width: 414px) {
	h3.agileits-icons-title {
		font-size: 23px;
	}
	h3.icon-subheading {
		font-size: 18px;
	}
	.bs-glyphicons li {
		width: 31.33%;
	}
}

@media screen and (max-width: 384px) {
	.icon-box {
		float: none;
		width: 100%;
	}
}

/*-- //icons --*/

/*--Typography--*/

.well {
	font-weight: 300;
	font-size: 14px;
}

.list-group-item {
	font-weight: 300;
	font-size: 14px;
}

li.list-group-item1 {
	font-size: 14px;
	font-weight: 300;
}

.typo p {
	margin: 0;
	font-size: 14px;
	font-weight: 300;
}

.show-grid [class^=col-] {
	background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}

.grid_3 {
	margin-bottom: 2em;
}

.xs h3, h3.m_1 {
	color: #000;
	font-size: 1.7em;
	font-weight: 300;
	margin-bottom: 1em;
}

.grid_3 p {
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}

.grid_4 {
	background: none;
	margin-top: 50px;
}

.label {
	font-weight: 300 !important;
	border-radius: 4px;
}

.grid_5 {
	background: none;
	padding: 2em 0;
}

.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: 1em;
	color: #80BB3B;
}

.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;
}

.grid_3.grid_5.w3 h6 {
	text-align: left!important;
	text-transform: lowercase;
	letter-spacing: 1px;
}

.bs-example h6 {
	text-align: left;
	font-size: 0.9em;
	color: #999;
	letter-spacing: 1px;
	text-transform: lowercase;
}

.badge-primary {
	background-color: #03a9f4;
}

.badge-success {
	background-color: #8bc34a;
}

.badge-warning {
	background-color: #ffc107;
}

.badge-danger {
	background-color: #e51c23;
}

.grid_3 p {
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}

.bs-docs-example {
	margin: 1em 0;
}

section#tables p {
	margin-top: 1em;
}

.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}

.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}

.tab-content>.active {
	display: block;
	visibility: visible;
}

.label {
	font-weight: 300 !important;
}

.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}

.alert {
	font-size: 0.85em;
}

h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
	line-height: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

li.list-group-item1 {
	line-height: 2.5em;
}

.input-group {
	margin-bottom: 20px;
}

.in-gp-tl {
	padding: 0;
}

.in-gp-tb {
	padding-right: 0;
}

.list-group {
	margin-bottom: 48px;
}

ol {
	margin-bottom: 44px;
}

h2.typoh2 {
	margin: 0 0 10px;
}

@media screen and (max-width:768px) {
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
	.grid_3.grid_5.w3l {
		margin-top: 1.5em;
	}
}

@media screen and (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;
	}
	.list-group {
		margin-bottom: 20px;
	}
}

@media screen and (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 screen and (max-width: 320px) {
	.grid_4 {
		margin-top: 18px;
	}
	h3.title {
		font-size: 1.6em;
	}
	.alert, p, ol.breadcrumb li, .grid_3 p, .well, ul.list-group li, li.list-group-item1, a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.nav>li>a {
		font-size: 14px;
	}
	table.table.table-striped, .table-bordered, .bs-docs-example {
		display: none;
	}
}

/*-- //typography --*/

/*-- mail --*/

.contact-form h4 {
	font-size: 2.1em;
	color: #262c38;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	font-weight: 800;
	margin: 0 0 2em 0;
	text-align: center;
}

.contact-form h4:after {
	border-top: 2px solid #80BB3B;
	display: block;
	width: 81px;
	content: "";
	margin: 8px auto 0;
}

.contact-form h4 span {
	color: #4e79ff;
}

.styled-input.agile-styled-input-top {
	margin-top: 0;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
	font-size: 1em;
	color: #26272b;
	padding: 0.5em 1em;
	border: 0;
	width: 100%;
	border-bottom: 1px solid #b9b9b9;
	background: none;
	-webkit-appearance: none;
	outline: none;
	font-family: 'Source Sans Pro', sans-serif;
}

.contact-form textarea {
	min-height: 200px;
	resize: none;
}

/*-- input-effect --*/

.styled-input input:focus~label, .styled-input input:valid~label, .styled-input textarea:focus~label, .styled-input textarea:valid~label {
	font-size: .9em;
	color: #4e79ff;
	top: -1.3em;
	-webkit-transition: all 0.125s;
	-moz-transition: all 0.125s;
	-o-transition: all 0.125s;
	-ms-transition: all 0.125s;
	transition: all 0.125s;
}

.styled-input {
	width: 49%;
	margin: 2em 0 1em 1em;
	position: relative;
	float: left;
}

.styled-input:nth-child(1), .styled-input:nth-child(3) {
	margin-left: 0;
}

.textarea-grid {
	float: none !important;
	width: 100% !important;
	margin-left: 0 !important;
}

.styled-input label {
	padding: 0.5em .9em;
	position: absolute;
	top: 0;
	color: #5b5b5d;
	left: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
	font-weight: 600;
	font-size: 1em;
	display: block;
	line-height: 1em;
}

.styled-input input~span, .styled-input textarea~span {
	display: block;
	width: 0;
	height: 2px;
	background: #4e79ff;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.125s;
	-moz-transition: all 0.125s;
	transition: all 0.125s;
}

.styled-input textarea~span {
	bottom: 5px;
}

.styled-input input:focus.styled-input textarea:focus {
	outline: 0;
}

.styled-input input:focus~span, .styled-input textarea:focus~span {
	width: 100%;
	-webkit-transition: all 0.075s;
	-moz-transition: all 0.075s;
	transition: all 0.075s;
}

/*-- //input-effect --*/

.contact-form input[type="submit"] {
	outline: none;
	color: #FFFFFF;
	padding: .6em 3em;
	font-size: 1.1em;
	margin: 1em 0 0 0;
	-webkit-appearance: none;
	background: #4e79ff;
	border: none;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
}

.contact-form input[type="submit"]:hover {
	background: #80BB3B;
}

.map iframe {
	width: 100%;
	min-height: 380px;
	border: none;
	margin-top: 3em;
}

/*-- //mail --*/

/*-- registration --*/

.signin-form {
	padding: 0em 1em 1em 1em;
	text-align: center;
}

.signin-form h3, h3.agileinfo_sign {
	font-size: 1.5em;
	color: #212121;
	font-weight: 700;
	margin: 1em 0 0.8em 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3.agileinfo_sign {
	text-align: center;
}

.signin-form h3 span {
	color: #67e1ff;
}

.signin-form img {
	border-radius: 50%;
}

.login-form {
	margin: 1em 0 2.5em;
}

.signin-form input[type="email"], .signin-form input[type="text"], .signin-form input[type="password"], .signin-form textarea {
	width: 100%;
	padding: 1em 1em 1em 1em;
	font-size: 0.8em;
	margin: 0.5em 0;
	outline: none;
	color: #212121;
	border: none;
	border: 1px solid #ccc;
	letter-spacing: 1px;
	text-align: center;
}

.signin-form input[type="email"] {
	background: none;
	display: block;
}

.signin-form input[type="text"] {
	background: none;
	display: block;
}

.signin-form input[type="password"] {
	background: none;
	display: block;
}

.signin-form ::-webkit-input-placeholder {
	color: #212121 !important;
}

.signin-form ::-webkit-textarea-placeholder {
	color: #212121 !important;
}

.signin-form textarea {
	min-height: 100px;
}

.signin-form input[type="submit"] {
	outline: none;
	padding: 0.8em 0;
	width: 100%;
	text-align: center;
	font-size: 1em;
	margin-top: 1em;
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
	background: #4e79ff;
	box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
}

.signin-form input[type="submit"]:hover {
	color: #fff;
	background: #000;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}

.signin-form p a {
	font-size: 0.875em;
	color: #212121;
	letter-spacing: 1px;
}

.login-social-grids {
	margin: 1em 0;
}

.login-social-grids ul {
	padding: 0;
	margin: 0;
}

.login-social-grids ul li {
	display: inline-block;
	margin: 0 .5em 0 0;
}

.login-social-grids ul li a {
	color: #FFFFFF;
	text-align: center;
}

.login-social-grids ul li a i.fa.fa-facebook, .login-social-grids ul li a i.fa.fa-twitter, .login-social-grids ul li a i.fa.fa-rss {
	height: 30px;
	width: 30px;
	border: solid 2px #212121;
	line-height: 29px;
	background: none;
	color: #212121;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.login-social-grids ul li a i.fa.fa-facebook:hover {
	border: solid 2px #3b5998;
	background: #3b5998;
	color: #FFFFFF;
}

.login-social-grids ul li a i.fa.fa-twitter:hover {
	border: solid 2px #55acee;
	background: #55acee;
	color: #FFFFFF;
}

.login-social-grids ul li a i.fa.fa-rss:hover {
	border: solid 2px #f26522;
	background: #f26522;
	color: #FFFFFF;
}

.form-control:focus {
	border: 1px solid #ccc;
	outline: 0;
	box-shadow: none!important;
}

/*-- //registration --*/

/*-- start-responsive-design --*/

@media screen and (max-width:1440px) {
	.layouts-banner-top, .layouts-banner-top1, .layouts-banner-top2 {
		min-height: 630px;
	}
	.agileits-banner-info {
		padding: 15em 0 0em;
	}
	.footer {
		padding: 3em 0;
		background: #fff;
	}
	.agileits-banner-info h3 {
		font-size: 3.5em;
	}
	.banner-bottom h2 {
		font-size: 2.5em;
	}
}

@media screen and (max-width: 1366px) {
	.l_header {
		font-size: 2.3em;
	}
	.banner-bottom, .services, .service-bottom, .contact, .inner_main_agile_section, .test {
		padding: 4em 0;
	}
	.agile_inner_grids {
		margin-top: 3em;
	}
	.agileits-banner-info {
		padding: 13em 0 0em;
	}
	.nbs-flexisel-nav-left {
		left: 91.5%;
	}
}

@media screen and (max-width: 1280px) {
	.banner-bottom h2 {
		font-size: 2.2em;
	}
	.layouts-banner-top, .layouts-banner-top1, .layouts-banner-top2 {
		min-height: 530px;
	}
	.agileits-banner-info {
		padding: 11em 0 0em;
	}
	.agileits-banner-info h3 {
		font-size: 2.5em;
	}
	.agileinfo_services_grids {
		margin: 2em 0 4em;
	}
	.navbar-nav>li>a {
		margin: 0 1.2em;
		padding: 0 0 0.5em;
	}
}

@media screen and (max-width: 1180px) {
	.navbar-nav>li>a {
		margin: 0 0.8em;
	}
}

@media screen and (max-width: 1080px) {
	.menu--iris .menu__item {
		margin: 0 1em 0 0;
	}
	.banner-bottom h2 {
		font-size: 1.7em;
	}
	.hovereffect h4 {
		font-size: 1.2em;
		padding: 7px 0;
		width: 75%;
		-webkit-transform: translateY(50px);
		-ms-transform: translateY(50px);
		transform: translateY(50px);
	}
	.hovereffect p {
		padding: 2.5em 1em 0em;
		letter-spacing: 1px;
	}
	.l_header:after {
		left: 17%;
	}
	.agileits_header:after {
		left: 30% !important;
	}
	.w3l_footer_nav li:last-child {
		margin-right: 0;
	}
	.agile_service_grd {
		width: 80px;
		height: 80px;
	}
	.agile_service_grd i {
		font-size: 1.7em;
		line-height: 2.8em;
	}
	.wthree_services_grid_left h3 {
		font-size: 1.3em;
	}
	.agileinfo_services_grid1 h4 {
		letter-spacing: 0px;
	}
	.agileits_header1:after {
		left: 24% !important;
	}
	.agileits_mail_grid_right1 {
		padding: 2em;
	}
	.agileits_mail_grid_right1 span i {
		font-size: 13px;
	}
	.navbar-brand span {
		padding: 0 9px 2px 9px;
		font-size: 0.9em;
	}
	.service-box p {
		font-size: .85em;
		margin: 0;
	}
	.icon i.fa {
		top: -29px;
		left: 53px;
		font-size: 2.5em;
	}
	.textbox h4 {
		font-size: 2em;
		margin-top: 1.9em;
	}
	.agileits-banner-info p {
		font-size: 1em;
	}
	.w3layouts_mail_grid_left2 h3 {
		font-size: 1em;
		margin: 1em 0 0.3em;
		letter-spacing: 4px;
	}
	.agile_inner_w3ls-grids {
		margin-top: 2em;
	}
	.agileits_layouts_banner_nav {
		margin: 0 auto;
		width: 95%;
	}
	.navbar-nav>li>a {
		margin: 0 0.8em;
		padding: 0 0 0.5em;
	}
	.agileits-banner-info h3 {
		font-size: 4.3em;
	}
	.banner-bottom, .services, .service-bottom, .contact, .inner_main_agile_section, .test {
		padding: 3em 0;
	}
	.agile_inner_grids {
		margin-top: 2em;
	}
	.sub_para_agile {
		font-size: 0.9em;
		letter-spacing: 2px;
		margin-top: 0.6em;
	}
	.banner-bottom h6, .inner_main_agile_section h6 {
		letter-spacing: 6px;
		font-size: 0.9em;
	}
	.nbs-flexisel-nav-left {
		left: 89.5%;
	}
	.agileits_w3layouts_event_grid1 h5 {
		margin: 1em 0;
		font-size: 0.8em;
	}
	.agileits_w3layouts_event_grid1 {
		padding: 1em;
	}
	figcaption h3 {
		font-size: 1.6em;
		margin-top: 45px;
	}
}

@media screen and (max-width: 1024px) {
	.w3layouts_work_grid_right h5 {
		font-size: 1.8em;
	}
	.w3layouts_work_grid_right {
		padding: 2em 7em 0em 3em;
	}
	.navbar-nav>li>a {
		padding: 5px 14px;
		font-size: 12px;
	}
	.agileits-banner-info h3 {
		font-size: 2.5em;
	}
	.navbar-nav>li>a {
		margin: 0 0.4em;
	}
	.navbar-nav>li>a {
		padding: 5px 10px;
		font-size: 14px;
	}
}

@media screen and (max-width: 991px) {

	.num_emp_azul {
		font-size: 2.5em;
	}
	
	.num_emp_preto {
		font-size: 1.2em;
	}

	.navbar-nav {
		margin: 0;
		text-align: center;
	}
	.navbar-nav>li>a {
		margin: 0 0.1em;
		padding: 3px 10px;
	}
	.menu--iris .menu__item:last-child {
		margin-right: 0;
	}
	.link--kumya {
		padding: 12px 25px;
	}
	.banner-bottom h2 {
		width: 100%;
	}
	.agileits_banner_bottom_grid {
		width: 50%;
	}
	.agileits_banner_bottom_grid:nth-child(2) {
		margin-bottom: 2em;
	}
	.hovereffect h4 {
		-webkit-transform: translateY(83px);
		-ms-transform: translateY(83px);
		transform: translateY(83px);
	}
	.hovereffect:hover h4 {
		-webkit-transform: translateY(55px);
		-ms-transform: translateY(55px);
		transform: translateY(55px);
		-moz-transform: translateY(55px);
		-o-transform: translateY(55px);
	}
	.hovereffect p {
		padding: 5.5em 1em 0em;
	}
	.l_header:after {
		left: 21%;
	}
	.w3layouts_work_grid_right {
		padding: 2em 5em 0em 3em;
	}
	.w3layouts_footer_grid:first-child {
		float: left;
		width: 35%;
	}
	.w3layouts_footer_grid:nth-child(2) {
		float: right;
		width: 65%;
	}
	.w3l_footer_nav li {
		margin-right: 1.7em;
	}
	.wthree_services_grid_right {
		margin-top: 2em;
	}
	.w3layouts_service_bottom_grid {
		float: left;
		width: 25%;
	}
	.agileits_w3layouts_stats_grid {
		width: 65px;
		height: 65px;
	}
	.agileits_w3layouts_stats_grid i {
		font-size: 1.5em;
		line-height: 2.5em;
	}
	.w3layouts_service_bottom_grid p {
		font-size: 1.7em;
		width: 80%;
	}
	.w3layouts_service_bottom_grid h3 {
		font-size: 1.2em;
		letter-spacing: 1px;
	}
	.agileinfo_services_grid {
		padding-top: 3em;
	}
	.agileinfo_services_grids {
		margin: 1em 0 0em;
	}
	.agileinfo_services_grid1 h4 {
		letter-spacing: 2px;
		font-size: 1.2em;
	}
	.agileinfo_services_grid1_pos {
		top: -22%;
	}
	.agileinfo_services_grid1 h4:after {
		right: 50%;
	}
	.agileits_header1:after {
		left: 31% !important;
	}
	.agileits_portfolio_grid {
		padding: 0 1em;
	}
	.simplefilter li {
		padding: 0.6em 1.5em;
		font-size: 13px;
	}
	.w3layouts_mail_grid_left {
		float: left;
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
		padding: 0;
	}
	.w3layouts_mail_grid_left1 {
		float: none;
		margin-left: 3.5em;
	}
	.w3layouts_mail_grid_left2 p {
		line-height: 1.8em;
	}
	.agileits_w3layouts_mail_grid_right {
		margin-top: 2em;
	}
	.agileits_mail_grid_right1 input[type="submit"] {
		margin: .5em 0 0 6em;
	}
	.gallery-grid {
		padding: 0;
		float: left;
		width: 33%;
	}
	.textbox h4 {
		font-size: 1.5em;
		margin-top: 1.9em;
	}
	.banner-bottom, .services, .service-bottom, .contact, #blog {
		padding: 3em 0;
	}
	.navbar-nav>li>a {
		font-size: large;
	}
	.agileits-banner-info {
		padding: 9em 0 0em;
	}
	.l_header {
		font-size: 1.8em;
	}
	.banner-bottom h2 {
		font-size: 1.6em;
	}
	.service-box {
		float: left;
		width: 50%;
	}
	.service-box:nth-child(3), .service-box:nth-child(4) {
		margin-top: 2em;
	}
	.wthree_services_grid_right {
		margin-top: 2em;
		padding: 0;
	}
	.agileits_mail_grid_right1 input[type="submit"] {
		margin: .5em 0 0 6.3em;
	}
	.nbs-flexisel-nav-left {
		left: 87.5%;
	}
	.choose_icon {
		margin-left: 0%;
		width: 100%;
	}
	.choose_icon_small {
		width: 31.3%;
		height: 280px;
		padding: 1em;
		align-items: center;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		margin: 1%;
	}
	.ls_footer_grid_left {
		text-align: center;
	}
	figcaption h3 {
		font-size: 1.3em;
		padding: 10px 20px;
		margin-top: 28px;
	}
	.styled-input {
		width: 100%;
		margin: 1em 0 1em 0em;
		position: relative;
		float: left;
	}
	.contact-form textarea {
		min-height: 150px;
	}
	.agileinfo_copyright {
		padding: 1em 0em 1em 0em;
	}
	.container{
		padding-bottom: 0px;
	}
	.agileits_header{
		padding-top: 40px;
	}
}

@media (max-width: 991px) {
	.slide__overlay {
		display: none;
	}
	.slide:nth-child(1) .slide__text {
		background-color: #253a5bd6;
	}
	.slide:nth-child(2) .slide__text {
		background-color: #515151d6;
	}
	.slide:nth-child(3) .slide__text {
		background-color: #818d99d6;
	}
	.slide:nth-child(4) .slide__text {
		background-color: #3752bbd6;
	}
	.slide__text {
		left: 0;
		bottom: 0;
		width: 100%;
		height: 15rem;
		text-align: center;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		-webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
		transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
		transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
		transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
		padding: 0 1rem;
	}
	.slide__text-desc {
		display: none;
	}
	.slide__text-link {
		display: none;
	}
	.slide__text-heading {
		line-height: 12rem;
		font-size: 3.0rem;
	}
	.slider-pagi__elem {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 1.5rem;
		height: 1.5rem;
		margin: 0 0.5rem;
		border-radius: 50%;
		border: 1.5px solid #fff;
		cursor: pointer;
	}
}

@media screen and (max-width:900px) {
	.navbar-nav>li>a {
		margin: 0 0;
		padding: 3px 8px;
	}
	ul.nav.navbar-nav {
		margin: 0 0 1em 0;
	}
}

@media screen and (max-width: 835px) {
	.navbar-nav>li>a {
		font-size: large;
	}
}

@media screen and (max-width: 800px) {
	.navbar-brand {
		font-size: .7em;
		letter-spacing: 1px;
	}
	.agileinfo_more a {
		font-size: 13px;
	}
	.w3layouts_work_grid_right h5 {
		font-size: 1.5em;
	}
	.w3layouts_work_grid_right {
		padding: 0em 3em 0em 2em;
		margin-top: 2em;
	}
	.w3layouts_work_grid_right p {
		margin: 1em 0 0;
	}
	.agileits-banner-info h3 {
		font-size: 2.5em;
	}
	.layouts-banner-top, .layouts-banner-top1, .layouts-banner-top2 {
		min-height: 480px;
	}
	ul.nav.navbar-nav {
		margin: 0 0 1em 0;
	}
	.agileits_w3layouts_event_grid1 h5 a {
		font-size: 1.1em;
		letter-spacing: 1px;
	}
	.agile_event_grid1_pos ul li a {
		font-size: 0.85em;
	}
	.agileinfo_copyright {
		padding: 1em 0em 1em 0em;
	}
}

@media screen and (max-width: 768px) {
	ul.nav.navbar-nav {
		margin: 0 0 1em 0;
	}
	.layouts-banner-top, .layouts-banner-top1, .layouts-banner-top2 {
		min-height: 450px;
	}
	figcaption h3 {
		font-size: 1.3em;
		padding: 10px 20px;
		margin-top: 63px;
	}
	.styled-input {
		width: 100%;
		margin: 1em 0;
		position: relative;
		float: left;
	}
	.choose_icon {
		padding: 2em 2em;
	}
	.choose_icon_small {
		padding: 1em 0.5em;
	}
}

@media screen and (max-width: 767px) {
	.choose_icon_small {
		width: 48%;
		height: 280px;
		padding: 1em;
		align-items: center;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		margin: 1%;
	}
	a.navbar-brand {
		padding: 5px 0 0 0;
	}
	.navbar-brand {
		font-size: 0.8em;
	}
	.navbar-toggle {
		margin: 0.5em 0 0;
	}
	.navbar-light .navbar-toggle {
		border: none;
		background: #80BB3B;
		border-radius: 0;
	}
	.navbar-light .navbar-toggle:hover, .navbar-light .navbar-toggle:focus {
		background: #80BB3B;
	}
	.navbar-light .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.agileits_layouts_banner_nav {
		padding: 0.5em 1em;
	}
	.navbar-right {
		width: 100%;
	}
	.navbar-light .navbar-collapse, .navbar-light .navbar-form {
		border: none;
	}
	.navbar-nav>li>a {
		padding: 5px 20px;
		font-size: large;
		display: inline-block;
	}
	.menu--iris .menu__item {
		margin: 6px 0;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #4e79ff;
		padding: 10px 0;
	}
	.navbar-light .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}
	.layouts-banner-top, .layouts-banner-top1, .layouts-banner-top2 {
		min-height: 450px;
	}
	.agileits-banner-info p {
		font-size: 0.9em;
		letter-spacing: 9px;
	}
	.agileits-banner-info {
		padding: 10em 0 0em;
	}
	.banner-bottom h2 {
		font-size: 1.5em;
	}
	ul.nav.navbar-nav {
		margin: 0em 0 0em 0;
	}
	nav.navbar.navbar-light {
		background: none;
		padding: 0.3em 0 0.3em 0;
	}
	ul.nav.navbar-nav {
		margin: 1em 0;
	}
	ul.agile_forms {
		margin-bottom: 1em;
	}
	.agileits_w3layouts_event_grid1 h5 a {
		font-size: 1.2em;
		letter-spacing: 2px;
	}
}

@media screen and (max-width: 736px) {
	.layouts-banner-top, .layouts-banner-top1, .layouts-banner-top2 {
		min-height: 430px;
	}
	.w3l_footer_nav li {
		margin-right: 1.4em;
	}
	.textbox h4 {
		font-size: 1.3em;
		margin-top: 1.9em;
	}
	.agileits_mail_grid_right1 input[type="submit"] {
		margin: .5em 0 0 6em;
		width: 28%;
	}
}

@media screen and (max-width: 667px) {
	.w3layouts_work_grid_left {
		width: 40%;
	}
	.w3layouts_work_grid_right {
		margin-top: 0em;
		width: 53%;
		padding: 0em 3em 0em 1em;
	}
	.w3layouts_work_grid_right h5 {
		font-size: 1.4em;
	}
	.w3l_footer_nav li {
		margin-right: 0.6em;
	}
	.banner-bottom, .services, .service-bottom, .contact, #blog {
		padding: 2.5em 0;
	}
	.gallery-grid {
		padding: 0;
		float: left;
		width: 50%;
	}
	.textbox h4 {
		font-size: 1.3em;
		margin-top: 2.9em;
	}
	.agileits-banner-info h3 {
		font-size: 3em;
	}
	.layouts-banner-top, .layouts-banner-top1, .layouts-banner-top2 {
		min-height: 400px;
	}
	.agileits-banner-info {
		padding: 7em 0 0em;
	}
	figcaption h3 {
		font-size: 1.3em;
		padding: 10px 20px;
		margin-top: 53px;
	}
	.nbs-flexisel-nav-left {
		left: 81.5%;
	}
}

@media screen and (max-width: 640px) {
	.hovereffect h4 {
		-webkit-transform: translateY(70px);
		-ms-transform: translateY(70px);
		transform: translateY(70px);
	}
	.hovereffect:hover h4 {
		-webkit-transform: translateY(40px);
		-ms-transform: translateY(40px);
		transform: translateY(40px);
		-moz-transform: translateY(40px);
		-o-transform: translateY(40px);
	}
	.hovereffect p {
		padding: 4em 1em 0em;
	}
	.w3layouts_work_grid_left {
		width: 85%;
		float: none;
	}
	.w3layouts_work_grid_right {
		width: 90%;
		padding: 2em 2em 3em;
		float: none;
	}
	.w3layouts_work_grid_right h5 {
		font-size: 1.6em;
	}
	.l_header:after {
		left: 26%;
	}
	.agileits_banner_bottom_grids, .w3layouts_work_grids, .wthree_testimonial_grids, .wthree_services_grids, .w3layouts_mail_grid {
		margin: 2em 0 0;
	}
	.agileits_w3layouts_quotes h3 {
		font-size: 1.2em;
	}
	.agileits_w3layouts_quotes:after {
		font-size: 1.6em;
		right: -8%;
	}
	.agileits_w3layouts_quotes {
		margin: 1em 0 0;
	}
	.agileits_header:after {
		left: 45% !important;
	}
	.agileits_testimonials_right_grid:before {
		left: -3%;
	}
	.wthree_testimonial_grid_right h3 {
		font-size: 1.6em;
	}
	.wthree_testimonial_grid_right p {
		margin: 1em 0 0;
	}
	.w3layouts_footer_grid:first-child, .w3layouts_footer_grid:nth-child(2) {
		float: none;
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}
	.w3layouts_footer_grid:nth-child(2) {
		margin: 2em auto 0;
	}
	.wthree_testimonial_grid_right {
		margin-top: 2em;
	}
	.w3l_footer_nav {
		margin: 2em 0 1em;
	}
	.w3l_footer_nav li {
		margin-right: 1.5em;
	}
	.w3layouts_service_bottom_grid h3 {
		font-size: 1.1em;
	}
	.agileits_header1:after {
		left: 35% !important;
	}
	.w3layouts_mail_grid_left2 h3 {
		font-size: 1em;
		letter-spacing: 2px;
	}
	.agileits_mail_grid_lft_grid1 {
		margin: 2em 0 0;
	}
	.w3layouts_mail_grid_left1 {
		width: 50px;
		height: 50px;
	}
	.w3layouts_mail_grid_left1 span {
		font-size: 1em;
		line-height: 3.1em;
	}
	.agileits_mail_grid_right1 input[type="submit"] {
		margin: .5em 0 0 5em;
	}
	.layouts-banner-top, .layouts-banner-top1, .layouts-banner-top2 {
		min-height: 400px;
	}
	.agileits-banner-info h3 {
		font-size: 1.8em;
	}
	.agileits-banner-info {
		padding: 9em 0 0em;
	}
	.ls_footer_grid_left {
		text-align: center;
		float: left;
		width: 100%;
		padding: 0;
	}
	.ls_footer_grid_left:nth-child(2) {
		margin: 1.2em 0;
	}
	.agileits_banner_bottom_grid {
		float: left;
		width: 50%;
	}
	.map iframe {
		min-height: 250px;
		border: none;
		margin-top: 2em;
	}
	h3.agileits-icons-title {
		font-size: 25px;
	}
}

@media screen and (max-width: 690px) {
	.agileinfo_copyright {
		padding: 1em 0em 1em 0em;
	}
}

@media screen and (max-width: 600px) {
	.hovereffect h4 {
		-webkit-transform: translateY(65px);
		-ms-transform: translateY(65px);
		transform: translateY(65px);
	}
	.w3layouts_footer_grid:first-child, .w3layouts_footer_grid:nth-child(2) {
		width: 85%;
	}
	.agile_phone_mail ul li {
		display: inline-block;
		padding: 6px 14px;
	}
	.w3layouts_event_right h3 {
		font-size: 1.5em;
	}
	.wthree_services_grid_left h3 {
		font-size: 1.3em;
		letter-spacing: 0;
	}
	.f-bg-w3l {
		padding: 3em 0 3em 0;
	}
	.agile_inner_w3ls-grids.two {
		margin-top: 2em;
	}
	.agileits_mail_grid_right1 span i {
		width: 25%;
		padding: 10px 10px;
	}
	.agileits_mail_grid_right1 input[type="submit"] {
		margin: .5em 0 0 0em;
	}
	.agileits_mail_grid_right1 input[type="text"], .agileits_mail_grid_right1 input[type="email"], .agileits_mail_grid_right1 textarea {
		outline: none;
		width: 100%;
		margin-top: .5em;
	}
	.agileits_mail_grid_right1 textarea {
		min-height: 120px;
	}
	figcaption h3 {
		font-size: 1.2em;
		padding: 6px 20px;
		margin-top: 45px;
	}
	figcaption p {
		padding: 4px 20px;
		font-size: 0.9em;
		letter-spacing: 4px;
	}
	.banner-bottom, .services, .service-bottom, .contact, .inner_main_agile_section, .test {
		padding: 2em 0;
	}
	.agileits-banner-info {
		padding: 7em 0 0em;
	}
	a.navbar-brand {
		font-size: 0.8em;
	}
	.navbar-toggle {
		margin: 0em 0 0;
	}
}

@media screen and (max-width: 568px) {
	.hovereffect h4 {
		-webkit-transform: translateY(65px);
		-ms-transform: translateY(65px);
		transform: translateY(60px);
	}
	.hovereffect p {
		padding: 3.5em 1em 0em;
	}
	.hovereffect:hover h4 {
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
		-moz-transform: translateY(30px);
		-o-transform: translateY(30px);
	}
	.agileits_header:after {
		left: 48% !important;
	}
	.agileits-banner-info p {
		font-size: 0.9em;
		letter-spacing: 5px;
	}
	.layouts-banner-top, .layouts-banner-top1, .layouts-banner-top2 {
		min-height: 340px;
	}
	.service-box {
		float: left;
		width: 100%;
		margin-bottom: 2em;
	}
	.service-box:nth-child(3), .service-box:nth-child(4) {
		margin-top: 0em;
	}
	.l_header {
		font-size: 1.6em;
		letter-spacing: 2px;
	}
	nav.navbar.navbar-light {
		background: none;
		padding: 0.3em 0 0.3em 0;
	}
	.nbs-flexisel-nav-left {
		left: 75.5%;
	}
	.agileits-banner-info {
		padding: 5em 0 0em;
	}
}

@media screen and (max-width: 480px) {
	.hovereffect h4 {
		-webkit-transform: translateY(82px);
		-ms-transform: translateY(82px);
		transform: translateY(82px);
	}
	.hovereffect:hover h4 {
		-webkit-transform: translateY(55px);
		-ms-transform: translateY(55px);
		transform: translateY(55px);
		-moz-transform: translateY(55px);
		-o-transform: translateY(55px);
	}
	.hovereffect h4 {
		margin-top: 1.5em;
	}
	.agileits_banner_bottom_grid:nth-child(2) {
		margin-bottom: 0;
	}
	.l_header:after {
		width: 20%;
		left: 32%;
	}
	.wthree_services_grid_left h3 {
		font-size: 1.2em;
		letter-spacing: 0;
	}
	.wthree_services_grid_left {
		padding: 0;
	}
	.w3layouts_service_bottom_grid {
		width: 50%;
	}
	.w3layouts_service_bottom_grid:nth-child(2) {
		margin-bottom: 2em;
	}
	.agileinfo_services_grid1 h4:after {
		right: 35%;
	}
	.agileinfo_services_grid1_pos {
		top: -15%;
	}
	.agileinfo_services_grid {
		padding-top: 2.5em;
	}
	.agileits_header1:after {
		left: 45% !important;
	}
	.hovereffect p {
		padding: 6em 1em 0em;
	}
	.textbox h4 {
		font-size: 1.3em;
		margin-top: 1.9em;
	}
	.agile_inner_grids {
		margin-top: 1.2em;
	}
	.agileits_banner_bottom_grids, .w3layouts_work_grids, .wthree_testimonial_grids, .wthree_services_grids, .w3layouts_mail_grid {
		margin: 1.2em 0 0;
	}
	.agileits_banner_bottom_grids.two {
		margin-top: 0em;
	}
	.agileinfo_copyright {
		margin: 1.22em 0 0;
		padding: 1em 0 1em 0;
	}
	.map iframe {
		min-height: 200px;
		border: none;
		margin-top: 1em;
	}
	.agileits_banner_bottom_grid {
		float: left;
		width: 100%;
	}
}

@media screen and (max-width: 440px) {
	.agileits_banner_bottom_grid {
		width: 100%;
		padding: .5em 1em;
	}
	.w3layouts_work_grid_left_pos img {
		border: 2px solid #80BB3B;
	}
	.agileits_w3layouts_quotes:after {
		right: -10%;
	}
	.w3l_footer_nav li {
		margin-right: 0.4em;
		font-size: 13px;
	}
	.agileits_header:after {
		left: 62% !important;
	}
	.agileinfo_services_grid1 h4:after {
		right: 10%;
		width: 45%;
	}
	.agileinfo_services_grid1 h4 {
		letter-spacing: 1px;
	}
	.agileits_header1:after {
		left: 48% !important;
	}
	.agileits_mail_grid_right1 input[type="text"], .agileits_mail_grid_right1 input[type="email"], .agileits_mail_grid_right1 textarea {
		width: 100%;
		margin-top: .5em;
	}
	.agileits_mail_grid_right1 input[type="submit"] {
		margin: .5em 0 0 0em;
		width: 100%;
	}
	.agileits_w3layouts_mail_grid_right, .agileinfo_mail_grid_left {
		padding: 0;
	}
	.agileits-banner-info h3 {
		font-size: 2em;
	}
	.layouts-banner-top, .layouts-banner-top1, .layouts-banner-top2 {
		min-height: 300px;
	}
	.agileits-banner-info {
		padding: 5.5em 0 0em;
	}
	.service-box h5 {
		font-size: 0.86em;
	}
	.services {
		padding: 2em 0 1em 0;
	}
	.textbox h4 {
		font-size: 1em;
		margin-top: 1.9em;
	}
	.agileits_layouts_banner_nav {
		padding: 0.5em 0;
	}
	.agileits-banner-info {
		padding: 4em 0 0em;
	}
	.choose_right h3 {
		font-size: 1em;
	}
	figcaption h3 {
		font-size: 1.3em;
		padding: 6px 20px;
		margin-top: 68px;
	}
	.hovereffect h4 {
		margin-top: 1em;
	}
}

@media screen and (max-width: 414px) {
	.agileits_banner_bottom_grid {
		width: 100%;
		padding: .5em 1em;
	}
	.w3layouts_work_grid_left_pos img {
		border: 2px solid #80BB3B;
	}
	.agileits_w3layouts_quotes:after {
		right: -10%;
	}
	.w3l_footer_nav li {
		margin-right: 0.4em;
		font-size: 13px;
	}
	.agileits_header:after {
		left: 62% !important;
	}
	.agileinfo_services_grid1 h4:after {
		right: 10%;
		width: 45%;
	}
	.agileinfo_services_grid1 h4 {
		letter-spacing: 1px;
	}
	.agileits_header1:after {
		left: 48% !important;
	}
	.agileits_mail_grid_right1 input[type="text"], .agileits_mail_grid_right1 input[type="email"], .agileits_mail_grid_right1 textarea {
		width: 100%;
		margin-top: .5em;
	}
	.agileits_mail_grid_right1 input[type="submit"] {
		margin: .5em 0 0 0em;
		width: 100%;
	}
	.agileits_w3layouts_mail_grid_right, .agileinfo_mail_grid_left {
		padding: 0;
	}
	.agileits-banner-info h3 {
		font-size: 1.7em;
	}
	.layouts-banner-top, .layouts-banner-top1, .layouts-banner-top2 {
		min-height: 300px;
	}
	.agileits-banner-info {
		padding: 5.5em 0 0em;
	}
	.service-box h5 {
		font-size: 0.86em;
	}
	.services {
		padding: 2em 0 1em 0;
	}
	.textbox h4 {
		font-size: 1em;
		margin-top: 1.9em;
	}
	.hovereffect p {
		padding: 6em 1em 0em;
	}
	.agileits_layouts_banner_nav {
		padding: 0.5em 0;
	}
	.agileits-banner-info {
		padding: 4em 0 0em;
	}
	.choose_right h3 {
		font-size: 1em;
	}
	figcaption h3 {
		font-size: 1.3em;
		padding: 6px 20px;
		margin-top: 68px;
	}
}

@media screen and (max-width: 400px) {
	.agileinfo_copyright {
		padding: 1em 0 1em 0;
	}
}

@media screen and (max-width: 384px) {
	.agileits_banner_bottom_grid {
		width: 100%;
	}
	.l_header:after {
		left: 35%;
	}
	.w3l_footer_nav li {
		margin-right: 0.8em;
	}
	.wthree_services_grid_left h3 {
		font-size: 0.9em;
	}
	.agileits_header:after {
		left: 68% !important;
	}
	.agileinfo_services_grid {
		padding: 2.5em 0 0;
	}
	.agileits_header1:after {
		left: 52% !important;
	}
	.layouts-banner-top, .layouts-banner-top1, .layouts-banner-top2 {
		min-height: 270px;
	}
	.agileits-banner-info h3 {
		font-size: 1.8em;
	}
	.banner-bottom h2 {
		font-size: 1.4em;
	}
	.wthree_services_grid_left h4 {
		font-size: 0.85em;
		letter-spacing: 5px;
	}
	.agileits-banner-info {
		padding: 4em 0 0em;
	}
	a.navbar-brand {
		font-size: 0.78em;
	}
	.banner-bottom h6, .inner_main_agile_section h6 {
		letter-spacing: 4px;
		font-size: 0.85em;
	}
	.footer {
		padding: 2em 0;
	}
	.hovereffect h4 {
		margin-top: 0em;
	}
}

@media screen and (max-width: 375px) {
	.agileinfo_copyright {
		padding: 1em 0 10em 0;
	}
	.l_header:after {
		left: 37%;
	}
	.layouts-banner-top, .layouts-banner-top1, .layouts-banner-top2 {
		min-height: 250px;
	}
	.agileits-banner-info {
		padding: 3em 0 0em;
	}
	.l_header {
		font-size: 1.4em;
		letter-spacing: 2px;
	}
	a.navbar-brand {
		font-size: 0.75em;
	}
}

@media screen and (max-width: 320px) {
	.agile_phone_mail ul li {
		padding: 2px;
		border: none;
		display: block;
	}
	.agile_phone_mail {
		text-align: center;
		padding: .5em 0;
	}
	.navbar-brand {
		font-size: .65em;
	}
	p, ul li, ol li, .agileits_mail_grid_right1 input[type="text"], .agileits_mail_grid_right1 input[type="email"], .agileits_mail_grid_right1 textarea {
		font-size: 13px;
	}
	.w3l_footer_nav li {
		font-size: 12px;
	}
	.w3l_footer_nav {
		margin: 1em 0;
	}
	.hovereffect h4 {
		font-size: 1em;
	}
	.hovereffect h4 {
		-webkit-transform: translateY(65px);
		-ms-transform: translateY(65px);
		transform: translateY(65px);
	}
	.hovereffect:hover h4 {
		-webkit-transform: translateY(35px);
		-ms-transform: translateY(35px);
		transform: translateY(35px);
		-moz-transform: translateY(35px);
		-o-transform: translateY(35px);
	}
	.hovereffect p {
		padding: 4em 1em 0em;
	}
	.l_header:after {
		left: 45%;
	}
	.w3layouts_work_grid_right h5 {
		font-size: 1.39em;
	}
	.w3layouts_service_bottom_grid p {
		font-size: 1.5em;
	}
	.w3layouts_service_bottom_grid h3 {
		font-size: .9em;
	}
	.agileinfo_services_grid1 {
		padding: 2em 1em 1.5em;
	}
	.agileinfo_services_grid1 h4 {
		font-size: 1.1em;
	}
	.agileits_header1:after {
		left: 63% !important;
	}
	.agileits_mail_grid_right1 {
		padding: .5em 1em;
	}
	.agileits_w3layouts_mail_grid_right {
		margin-top: 1em;
	}
	.layouts-banner-top, .layouts-banner-top1, .layouts-banner-top2 {
		min-height: 200px;
	}
	.agileits-banner-info {
		padding: 2.3em 0 0em;
	}
	.w3-agile-post-grids {
		padding: 0;
	}
	a.navbar-brand {
		font-size: 0.72em;
	}
	.agileits-banner-info h3 {
		font-size: 1.8em;
		letter-spacing: 1px;
	}
	.choose_icon {
		padding: 1em 1em;
	}
	.choose_icon_small {
		padding: 1em 0.5em;
	}
	.choose_icon i {
		font-size: 1.7em;
	}
	.nbs-flexisel-nav-left {
		left: 70.5%;
	}
}