
body {
	font-family: 'Poppins', sans-serif;
	background: #fff;
}

body a,
.slider-info a,
.card.card-pricing {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Poppins', sans-serif;
}

p {
	margin: 0;
	color: #333;
	font-size: 1em;
	line-height: 2;
}

ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus {
	outline: none;
	text-decoration: none;
}

.list-group-item {
	background-color: transparent;
}

.home {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*background: #fff;*/
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 80px;
  z-index: 3;
  transition: all 0.5s ease;
}

#header #logo {
  padding: 25px 0 0 0;
}

#header #logo h1 {
  color: #505050;
  font-family: "Philosopher", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
}

#header #logo h1 a {
  color: #555;
  color: #18e7d3;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}

#header #logo h1 a span {
  color: #71c55d;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.navbar {
	padding:0;
}
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  margin-top: 1px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0 0 0 0;
}

@media (max-width: 1024px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 8px 8px;
  text-decoration: none;
  display: inline-block;
 color: #607D8B;
  
    line-height:70px;
  font-size: 16px;
  outline: none;
  letter-spacing: 0;
  transition: 0.3s;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #607D8B;
  color: #43535a;
}

.nav-menu > li {
  margin-left: 10px;
  
}

.nav-menu ul {
  margin: 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 5px 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 14px;
    line-height:30px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #18e7d3;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 4px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #555;
  font-size: 24px;
}

@media (max-width: 1024px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  padding: 6px 22px 6px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  letter-spacing: 0;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 5px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #71c55d;
}

#mobile-nav ul .menu-item-active {
  color: #71c55d;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle i {
  color: #fff;
}

.white{
	background:#fff;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 3%;
	overflow: hidden;
	z-index: 999;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/move-top.png) no-repeat 0px 0px;
}

#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}


.login-btn span{
   background-color: #FB8603;
   background-color: #607D8B;
   color:#fff;
   font-size:16px;
   padding:5px 10px ; 
   border-radius: 5px;
   /*border:#fff solid thin;*/
}
.login-btn span:hover{
   background-color: #0FE0BC;
  
}
.signup-btn span{
   background-color: #607D8B;
   background-color: #FF9800;
   color:#fff;
   font-size:16px;
   padding:5px 10px ; 
   border-radius: 5px;
   /*border:#fff solid thin;*/
}
.signup-btn span:hover{
   background-color: #0FE0BC;
  
}
/*

.navbar {
	padding: 0em 2em;
	border-bottom: 1px solid rgba(243, 242, 242, 0.41);
}

nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top {
	background: none;
	border: none;
	padding: 1em;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}

h1.wthree-logo {
	line-height: 1
}

h1.wthree-logo a {
	text-transform: capitalize;
	font-size: 0.8em;
	font-weight: 400;
	color: #18e7d3;;
}

nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse {
	background: #fff;
	padding: 0.8em 0;
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12);
}

nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse h1.wthree-logo a {
	color: #18e7d3;
	font-size: 0.7em;
}


#toggle {
	display: block;
	width: 28px;
	margin: 15px auto 10px;
}

#toggle span:after,
#toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}

#toggle span:after {
	top: 9px;
}

#toggle span {
	position: relative;
	display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
	width: 100%;
	height: 5px;
	background-color: #fff;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 2px;
}


#toggle.on span {
	background-color: transparent;
}

#toggle.on span:before {
	transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on span:after {
	transform: rotate(-45deg) translate(7px, -8px);
}

#toggle.on+#menu {
	opacity: 1;
	visibility: visible;
}


#menu {
	position: absolute;
	right: -77px;
	top: 53px;
	color: #999;
	width: 185px;
	padding: 10px;
	margin: auto;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	border-radius: 4px;
	background: #000;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s;
}

#menu:after {
	position: absolute;
	top: -15px;
	left: 80px;
	content: "";
	display: block;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 20px solid #000;
}

#menu li {
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing: 1px;
}

#menu li a {
	color: #24deff;
}*/

/* banner */
.form-control:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

/* //banner */
div#home {
	background: #18e7d3;;
}

.bg-img {
	background: url(../images/white.png) no-repeat right;
	background-size: cover;
	min-height: 100vh;
	padding: 11vw 0 0;
}

h2.agile-title a {
	font-size: 1em;
	color: #25e0ff;
	color: #18e7d3;
}

h3.agile-title {
	padding-bottom: 6vw;
	text-transform: capitalize;
	font-size: 2.5em;
	font-weight: 600;
	color: #000;
}

.banner_text_wthree h4 {
	color: #000;
	text-transform: capitalize;
	font-size: 1.5em;
	line-height: 1.5;
}

.box {
	width: 400px;
	margin: 2em 0 0;
}

.shape1 {
	position: relative;
	height: 150px;
	width: 150px;
	border-radius: 80px;
	float: left;
	margin-right: -50px;
}

.shape2 {
	position: relative;
	height: 150px;
	width: 150px;
	border-radius: 80px;
	margin-top: -30px;
	float: left;
}

.shape3 {
	position: relative;
	height: 150px;
	width: 150px;
	border-radius: 80px;
	margin-top: -30px;
	float: left;
	margin-left: -31px;
}

.shape4 {
	position: relative;
	height: 150px;
	width: 150px;
	border-radius: 80px;
	margin-top: -25px;
	float: left;
	margin-left: -32px;
}

.shape5 {
	position: relative;
	height: 150px;
	width: 150px;
	border-radius: 80px;
	float: left;
	margin-right: -48px;
	margin-left: -32px;
	margin-top: -30px;
}

.shape6 {
	position: relative;
	height: 150px;
	width: 150px;
	border-radius: 80px;
	float: left;
	margin-right: -20px;
	margin-top: -35px;
}

.shape7 {
	position: relative;
	height: 150px;
	width: 150px;
	border-radius: 80px;
	float: left;
	margin-right: -20px;
	margin-top: -57px;
}

.float {
	position: absolute;
	z-index: 2;
}

.form {
	/*margin-left: 130px;*/
	margin-top: 15px;
}

@media screen and (max-width:480px) {
	div#login-row {
		overflow-x: scroll;
	}
}

.float .form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 14px;
	line-height: 1.5;
	color: #495057;
	background-color: transparent;
	background-clip: padding-box;
	border: none;
	border-bottom: 1px solid #ced4da;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.shape-bg {
	background: #0074d9;
	background: #fff;
}

.float label {
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	color: #000;
	font-weight: 600;
}

div#login-row h4 {
	/*text-align: right;*/
	font-size: 1.5em;
	padding-right: 5vw;
	padding-top: 5vw;
	font-weight: 600;
	color:#fff;
}

.form-group.btn-agile input[type="submit"] {
	text-transform: uppercase;
	padding: 3px 15px;
	font-size: 14px;
	letter-spacing: 1px;
}

/* //banner */
.title-section h4 {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 600;
	color: #000;
	letter-spacing: 1px;
}

h3.w3ls-title {
	font-size: 1.7em;
	margin-top: 10px;
	font-weight: 400;
	color: #000000;
}


/*--services--*/
.services{
	padding:10em 0px;
}
.services-left{
	text-align:center;
	position:relative;
}
.services-left span {
  	position: absolute;
  	background: url(../images/s-link.png) no-repeat;
  	width: 131px;
  	height: 5px;
  	display: block;
  	top: 32%;
  	left: 77.1%;
}
.services-left p {
  	color: #000000;
  	font-size: 1.1em;
  	font-weight: 500;
  	margin: 20px auto 0;
  	width: 90%;
  	line-height: 1.3em;
}
/*--services--*/


/* about */
.ecommerce-bg {
	background: url(../images/g4.png) no-repeat bottom left;
}

.bootstrap-bg {
	background: url(../images/g2.png) no-repeat bottom right;
}


.mobile-bg {
	background: url(../images/g5.png) no-repeat bottom right;
}

.development-bg {
	background: url(../images/g6.png) no-repeat bottom left;
}

.agileits-about-grids {
	background: #eee;
	padding: 2em;
}

.agileits-about-grids span {
	color: #000;
	font-size: 3em;
}

.agileits-about-grids h4 span {
	width: 40px;
	height: 2px;
	background: #333;
	display: inline-block;
	margin-left: 5px;
}

.agileits-about-grids h4 {
	text-transform: capitalize;
	font-size: 1.2em;
	margin: 1.5em 0;
	color: #000;
	font-weight: 600;
}

.agileits-service-grids h4 {
	text-transform: capitalize;
	font-size: 1.2em;
	margin: 1.5em 0 0;
	color: #333;
	font-weight: 800;
}

.agileits-service-grids {
	background: #eee;
}

.agileits-about-grids span {
	font-size: 3em;
	color: #18e7d3;;
}

.about-grid-agileits.py-5 {
	background: #18e7d3;
}

.about-grid-agileits .card {
	background: transparent;
	border: none;
}

.about-grid-agileits {
	background: #18e7d3;
}

.development_services h3,.development_services h4,.development_services h5 ,.development_services p{
	color:#fff;
}



.abt_card_btn {
	font-size: 1.2em;
	letter-spacing: 4px;
	color: #333 !important;
}

.left-about-bg {
	background: #fff;
	min-height: 600px;
}

.last-about-bg {
	background: #fff;
	min-height: 600px;
}

.right-about-bg {
	background: #fff;
	min-height: 600px;
}

.about-grid-agileits i {
	color: #b3b0b0;
	font-size: 4em;
}

.about-sub-title {
	margin: 1em 0;
	font-weight: 700;
	color: #000;
	font-size: 1.75rem;
}

/* //about */
.wthree-list-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.wthree-list-icon span.fa {
	color: #fff;
	font-size: 1.3em;
}

.wthree-list-desc h5 {
	color: #333;
	text-transform: capitalize;
	font-size: 1.1em;
	font-weight: bold;
}

.wthree-list-desc {
	margin-left: 1.5em;
	max-width: 375px;
}

.wthree-list-grid {
	margin-bottom: 1.5em;
}

.rgrid-agileits h4,
.lgrid-agileits h4 {
	color: #000;
	text-transform: capitalize;
	line-height: 1.8;
	font-size: 2.2em;
}

span.about-line {
	width: 100%;
	display: block;
	height: 3px;
	background: #25e0ff;
	margin-top: 2em;
}

.rgrid-agileits {
	padding-left: 5em;
}

.lgrid-agileits {
	padding-right: 20em;
	padding-left: 3em;
}

span.num-list {
	font-size: 2em;
	color: #25e0ff;
}


/* slide */
h6.slide-head span {
	font-weight: 400;
}

.slide-wthree p {
	color: #000;
	font-size: 1.5em;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-top: 1em;
}

.slide-wthree {
	padding: 4em 0 5em;
}

h6.slide-head {
	color: #000;
	font-weight: 600;
	font-size: 2em;
	text-transform: capitalize;
	margin-bottom: 1em;
}

/* //slide */
/*/team */
.team-agile-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.box20 {
	position: relative;
	overflow: hidden;
}

.box20:after,
.box20:before {
	position: absolute;
	content: ""
}

.box20:before {
	width: 100%;
	height: 220%;
	background: #58887f;
	top: -68%;
	left: -100%;
	z-index: 1;
	/*transform: rotate(21deg);*/
	transform-origin: center top 0;
	transition: all .5s ease 0s;
}

.box20:hover:before {
	left: 0%
}

.box20 .box-content,
.box20 .icon {
	width: 100%;
	padding: 0 20px;
	position: absolute;
	left: 0;
	z-index: 2;
	transition: all 1.1s ease 0s
}

.box20:hover:after {
	bottom: -70%
}

.box20 img {
	width: 100%;
	height: auto
}

.box20 .box-content {
	top: -100%;
	color: #fff
}

.box20:hover .box-content {
	top: 30px
}

.box20 .title {
	font-size: 20px;
	margin: 0;
	text-transform: capitalize;
	color: #fff;
}

.box20 .icon li a,
.box20 .post {
	display: inline-block;
	font-size: 14px
}

.box20 .post {
	margin-top: 5px
}

.box20 .icon {
	list-style: none;
	margin: 0;
	bottom: -100%
}

.box20:hover .icon {
	bottom: 25px
}

.box20 .icon li {
	display: inline-block
}

.box20 .icon li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #444;
	border-radius: 50%;
	margin: 0 3px;
	color: #fff;
	text-align: center;
	transition: all .5s ease 0s
}

.box20 .icon li a:hover {
	background: #fff;
	color: #ff402a
}

@media only screen and (max-width:990px) {
	.box20 {
		margin-bottom: 30px
	}
}

@media only screen and (max-width:479px) {
	.box20 .title {
		font-size: 20px
	}
}

/* //team */
/* testimonials */
.testi-bg {
	background: url(../images/banner.jpg) no-repeat top;
	background-size: cover;
	min-height: 500px;
}

.row.no-gutters.testi-bg1 {
	background: #18e7d3;
}

.carousel-indicators {
	left: 70%;
	bottom: 0;
	margin: auto;
	width: auto;
}

h6.b-w3ltxt {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1em;
}

.carousel-indicators li {
	display: inline-block;
	margin-bottom: 5px;
	width: 10px;
	height: 7px;
	background: #fff;
	cursor: pointer;
}

.carousel-indicators li.active {
	margin-bottom: 5px;
	width: 10px;
	background: #000000;
}

.testi-cgrid p {
	width: 60%;
	margin: 2em auto 0;
	color: #000;
	font-size: 0.9em;
}

.testi-cgrid i {
	color: #000;
	font-size: 1.5em;
}

.testi-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #eee;
	margin: 0 auto;
	border-radius: 50%;
}

/* //testimonials */
/******************* Accordion Demo - 4 *****************/
#accordion4 .panel {
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
}

#accordion4 .panel-heading {
	padding: 0;
	border: none;
	border-radius: 0;
	margin-bottom: 10px;
	z-index: 1;
	position: relative;
}

#accordion4 .panel-heading:before,
#accordion4 .panel-heading:after {
	content: "";
	width: 50%;
	height: 20%;
	box-shadow: 0 15px 5px rgba(0, 0, 0, 0.4);
	position: absolute;
	bottom: 15px;
	left: 10px;
	transform: rotate(-3deg);
	z-index: -1;
}

#accordion4 .panel-heading:after {
	left: auto;
	right: 10px;
	transform: rotate(3deg);
}

h4.panel-title {
	margin: 10px 0px !important;
}

#accordion4 .panel-title a {
	display: block;
	padding: 15px 70px;
	margin: 0;
	background: #18e7d3;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #000;
	border-radius: 0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	position: relative;
}

#accordion4 .panel-title a:before,
#accordion4 .panel-title a.collapsed:before {
	content: "\f106";
	font-family: "FontAwesome";
	font-weight: 900;
	width: 55px;
	height: 100%;
	text-align: center;
	line-height: 50px;
	border-left: 2px solid #000;
	position: absolute;
	top: 0;
	right: 0;
}

#accordion4 .panel-title a.collapsed:before {
	content: "\f107";
}

#accordion4 .panel-title a .icon {
	display: inline-block;
	width: 55px;
	height: 100%;
	border-right: 2px solid #000;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.7);
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

#accordion4 .panel-body {
	padding: 10px 15px;
	margin: 0 0 20px;
	border-bottom: 3px solid #000;
	border-top: none;
	background: #fff;
	font-size: 15px;
	color: #333;
	line-height: 27px;
}

/*-- pricing--*/

.pb-100 {
	padding-bottom: 100px;
}
.pt-100 {
	padding-top: 100px;
}
a{
    text-decoration:none;
}
.section-title h4 {
  font-size: 14px;
  font-weight: 500;
  color: #777;
}
.section-title h2 {
	font-size: 32px;
	text-transform: capitalize;
	margin: 15px 0;
	display: inline-block;
	position: relative;
	font-weight: 700;
	padding-bottom: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.section-title p {
	font-weight: 300;
	font-size: 14px;
}
.black-bg .section-title h2, .black-bg .section-title h4, .black-bg .section-title p {
  color:#fff
}
.section-title h2:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 1px;
  background-color: #777;
  bottom: 0;
  left: 50%;
  margin-left: -75px;
}
.section-title h2:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 3px;
  background-color: #e16038;
  border: darkblue;
  bottom: -1px;
  left: 50%;
  margin-left: -40px;
}
.section-title {
  margin-bottom: 70px;
}
.single-price {
	text-align: center;
	padding: 30px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.price-title h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.price-tag {
  margin: 30px 0;
}
.price-tag {
	margin: 30px 0;
	background-color: #fafafa;
	color: #000;
	padding: 10px 0;
}
.center.price-tag {
	background-color: tomato;
	color:#fff
}
.price-tag h2 {
	font-size: 45px;
	font-weight: 600;
	font-family: poppins;
}
.price-tag h2 span {
  font-weight: 300;
  font-size: 16px;
  font-style: italic;
}
.price-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.price-item ul li {
  font-size: 14px;
  padding: 5px 0;
  border-bottom: 1px dashed #eee;
  margin: 5px 0;
}
.price-item ul li:last-child {
  border-bottom: 0;
}
.single-price a {
  margin-top: 15px;
}
a.box-btn {
	background-color: tomato;
	padding: 5px 20px;
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
	border-radius: 3px;
	font-size: 15px;
	transition: .3s;
}
a.box-btn:hover, a.border-btn:hover {
	background-color: #d35400;
}

/*-- pricing--*/



/*--contact--*/
.map iframe {
	width: 100%;
	min-height: 500px;
	border: 5px solid #25e0ff;
	display: block;
}

section.wthree-row.pt-3.pb-5.w3-contact {
	background: url(../images/white.png) no-repeat center;
	background-size: contain;
}

.contact-bottom {
	padding: 2em 1em 2em;
	box-shadow: 0 27px 24px rgba(0, 0, 0, 0.1), 0 40px 77px rgba(0, 0, 0, 0.1);
	background: #eee;
}

button.btn.btn-primary.btn-block {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}

.address h5 {
	color: #25e0ff;
	text-transform: capitalize;
	font-size: 1.1em;
}

.address p a,
p.c-txt {
	color: #777;
	font-size: 0.9em;
}

.address p a:hover {
	color: #000;
}

.contact-top1 .form-group label {
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}

form.f-color .form-control {
	color: #000;
	letter-spacing: 1px;
	border-width: 0 0 1px 0;
	font-size: 13px;
	padding: 15px 0;
	border-radius: 0;
}

.contact-top1 h5 {
	font-size: 2em;
}

legend {
	width: 50%;
	background: #18e7d3;
	margin: 0 auto;
	text-align: center;
	font-size: 1.4em;
	padding: 10px 0;
	font-weight: 600;
}

fieldset.contact-top1 {
	padding: 1rem 2rem 3rem;
	border: 1px solid #18e7d3;
}

.fv3-contact span {
	color: #25e0ff;
}

/*--//contact--*/
/* footer */

.cpy-right {
	background: #607D8B;
	
}

.fv3-contact p {
	display: inline-block;
	vertical-align: middle;
	color: #333;
}

.form-inline.border-bottom {
	border-bottom: 0px solid #505050 !important;
	border-bottom:none;
}

.subscribe-grid input[type="email"] {
	display: inline-block;
	/*background: transparent;*/
	border: none;
	width: 85%;
	outline: none;
	padding: 10px;
	font-size: 0.9em;
	color: #fff;
	letter-spacing: 1px;
}

.subscribe-grid button.btn1 {
	color: #fff;
	font-size: 1em;
	border: none;
	width: 15%;
	height: 41px;
	text-align: center;
	text-decoration: none;
	background: transparent;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	cursor: pointer;
}
.subscribe-grid button.btn1 i{
	color: #25e0ff;
}
footer {
	background: #607D8B;
}
.footer_info p{
	font-size:12px;
	color:#fff;
}


ul.list-agileits li a {
	font-size: 0.9em;
	color:#fff;
}

.fv3-contact p {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 0.9em;
	letter-spacing: 0.5px;
}

h6.footer-wthree {
	letter-spacing: 0.5px;
	color:#fff;
	margin-bottom:2em;
}
.list-agileits li{
	margin-bottom: 0.5rem !important;
}
/* //footer */

/* -- Responsive code -- */
@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
	.shape4 {
		margin-left: -67px;
	}

	h3.agile-title {
		font-size: 2.3em;
	}
}


@media screen and (max-width: 1366px) {
	.shape1 {
		margin-right: -70px;
	}

	.rgrid-agileits h4,
	.lgrid-agileits h4 {
		font-size: 1.8em;
	}

	h6.slide-head {
		font-size: 1.8em;
	}
}

@media screen and (max-width: 1280px) {
	.form {
		margin-left: 95px;
	}

	.shape4 {
		margin-left: -90px;
	}

	.shape5 {
		margin-right: -26px;
	}

	.shape7 {
		margin-top: -49px;
		margin-left: -76px;
	}

	.shape6 {
		margin-top: -53px;
	}

	h3.agile-title {
		font-size: 2em;
	}

	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top {
		padding: 1em 8em;
	}

	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse {
		padding: 0.8em 8em;
	}

	.lgrid-agileits {
		padding-right: 14em;
	}

	.slide-wthree {
		padding: 1em 0;
	}

}

@media screen and (max-width: 1080px) {
	.box {
		width: 360px;
	}

	.shape7 {
		margin-top: -161px;
		margin-left: -94px;
	}

	.shape6 {
		margin-top: -140px;
	}

	h3.agile-title {
		font-size: 1.8em;
	}

	.rgrid-agileits {
		padding-left: 14em;
	}

	.rgrid-agileits h4,
	.lgrid-agileits h4 {
		font-size: 1.5em;
	}

	.slide-wthree p {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 1050px) {
	.shape3 {
		margin-left: -44px;
	}

	.agileits-about-grids span {
		font-size: 2.5em;
	}

	.agileits-about-grids h4 {
		font-size: 1.1em;
		margin: 1em 0;
	}

	.rgrid-agileits h4,
	.lgrid-agileits h4 {
		font-size: 1.3em;
	}
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {
	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top {
		background: #fff;
		box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12);
	}

	.box {
		width: 400px;
	}

	.shape1 {
		margin-right: -50px;
	}

	.shape2 {
		margin-top: -30px;
	}

	.shape3 {
		margin-top: -30px;
		margin-left: -31px;
	}

	.shape4 {
		margin-top: -25px;
		margin-left: -32px;
	}

	.shape5 {
		margin-right: -48px;
		margin-left: -32px;
		margin-top: -30px;
	}

	.shape6 {
		margin-right: 49px;
		margin-top: -33px;
		display:none;
	}

	.shape7 {
		margin-right: -20px;
		margin-top: -57px;
		display:none;
	}

	.form {
		margin-left: 130px;
		margin-top: 15px;
	}

	#login-row {
		min-height: 65vh;
	}

	.box {
		width: 400px;
		margin: 1em auto;
	}

	div#login-row h4 {
		text-align: center;
		padding-bottom: 2em;
	}

	h3.agile-title {
		font-size: 1.6em;
	}

	h3.w3ls-title {
		font-size: 1.4em;
	}

	.row.no-gutters.align-items-center.abbot-main.flex-row-reverse {
		background: url(../images/g4.jpg) no-repeat left;
	}

	.wthree-list-grid:last-child {
		margin-bottom: 0;
	}

	.nav {
		padding-top: 1em;
	}

	#accordion4 .panel-title a {
		font-size: 16px;
	}

	.map iframe {
		min-height: 400px;
	}
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 800px) {
	.rgrid-agileits {
		padding-left: 7em;
	}

	legend {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 768px) {
	.bg-img {
		padding: 18vw 0 0;
	}

	.slide-wthree {
		padding: 0 0 2em;
	}
}

@media screen and (max-width: 736px) {
	h3.w3ls-title {
		font-size: 1.2em;
	}

	.title-section h4 {
		font-size: 0.9em;
	}

	.rgrid-agileits h4,
	.lgrid-agileits h4 {
		font-size: 1.1em;
	}

	h6.slide-head {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 667px) {
	.agileits-about-grids span {
		font-size: 2em;
	}
}

@media screen and (max-width: 640px) {
	h3.agile-title {
		font-size: 1.4em;
	}
}


@media screen and (max-width: 568px) {
	.bg-img {
		min-height: auto;
	}

	h1.wthree-logo a,
	h2.agile-title a {

		font-size: 0.7em;
	}

	div#login-row h4 {
		font-size: 1.2em;
	}

	.wthree-list-desc h5 {
		font-size: 1em;
	}

	span.num-list {
		font-size: 1.5em;
	}

	.lgrid-agileits {
		padding-right: 4em;
	}

	.slide-wthree {
		padding: 0 15px;
	}

	h6.slide-head {
		font-size: 1.3em;
	}
}

@media screen and (max-width: 480px) {
	h3.agile-title {
		font-size: 1.2em;
	}

	.wthree-list-desc {
		margin-left: 1em;
	}

	legend {
		font-size: 1em;
	}

	.slide-wthree p {
		font-size: 1em;
	}
}

@media screen and (max-width: 414px) {
	.bg-img {
		padding: 28vw 0 0;
	}

	.form {
		margin-left: 90px;
	}

	p {
		font-size: 0.9em;
	}

	.rgrid-agileits h4,
	.lgrid-agileits h4 {
		font-size: 1em;
	}

	.rgrid-agileits {
		padding-left: 3em;
	}
}

@media screen and (max-width: 384px) {

	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top,
	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse {
		padding: 1em 6em;
	}

	.agileits-about-grids span {
		font-size: 1.5em;
	}

	legend {
		width: 60%;
	}

	.agileits-about-grids h4 {
		font-size: 1em;
	}

	h6.slide-head {
		font-size: 1em;
	}
}

@media screen and (max-width: 375px) {
	.agileits-about-grids {
		padding: 1.5em;
	}

	.map iframe {
		min-height: 300px;
	}

	legend {
		width: 70%;
		padding: 7px 0;
	}

	.slide-wthree p {
		font-size: 0.9em;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 320px) {

	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top,
	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse {
		padding: 1em 3em;
	}

	h1.wthree-logo a,
	nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse h1.wthree-logo a,
	h2.agile-title a {

		font-size: 0.6em;
	}

	#menu {
		right: -49px;
		width: 157px;
	}

	h3.agile-title {
		font-size: 1em;
	}

	.form {
		margin-left: 60px;
	}

	h3.w3ls-title {
		font-size: 1.1em;
	}

	.title-section h4 {
		font-size: 0.8em;
	}

	.rgrid-agileits {
		padding-left: 1em;
	}

	#accordion4 .panel-title a {
		font-size: 14px;
	}

	.box20 .title {
		font-size: 17px;
	}

	.box20 .icon li a,
	.box20 .post {
		display: inline-block;
		font-size: 11px;
	}

}

/* -- //Responsive code -- */