
/* Basic */
body {
  font: 300 16px/28px "Open Sans", sans-serif;
  letter-spacing: .05em;
}
.bottom-buffer {
	margin-bottom: 30px;
}
.s-v-padding {
  padding: 120px 0;
}
.s-bg-style-1 {
  background-color: #f8fafa;
}

h1, h2, h3, h4, h5, h6, p, small {
	margin: 0;
	padding: 0;
}
h1 {
  margin-bottom: 150px;
  font-size: 46px;
  line-height: 66px;
  font-weight: 700;
  text-transform: uppercase;
}
h2 {
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;

}
h3 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
}
p {
  margin-bottom: 60px;
}
.sub-h {

}
/* Header */
.logo {
  padding: 10px 0;
}
.nav-bars {
  float: right;
  font-size: 30px;
  line-height: 60px;
}

.banner, header {
  background-color: #eff0f2;
}
/* Banner section */
.banner {
  background-image: url("../../images/snippet-01.png");
  background-repeat: no-repeat;
  background-position: 85% 83%;
}
.bg-text {
  display: inline-block;
  padding: 0 10px;
  background-color: #71f5ea;
}
/* Bottoms */
.btn {
  padding: 15px 35px;
  border-radius: 2px;
  border: 2px solid #777879;
  font-size: inherit;
  text-transform: uppercase;
  color: #777879;
}

/* Services section*/
.card {
  position: relative;
}
.first-layer, .second-layer {
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 15px;

}
.first-layer {
  display: block;
  background-color: rgba(0, 0, 0, .4);
  color: #fff;
}
.f-l-content {
	position: absolute;
  padding: 60px;
  bottom: 0;

}
.second-layer {
	display: none;
  background-color: #71f5ea;
  padding: 60px;
}
.card p {
	margin-bottom: 20px;
}
.second-layer .fa-remove {
	font-size: 26px;
	cursor: pointer;
}
.know-ref {
	cursor: pointer;
}

/* Our Team section */
.per-over {
	display: none;
	width: calc(100% - 60px);
	margin: 0 15px;
	padding: 25px 15px;
	position: absolute;
	z-index: 1000;
	bottom: 15px;
	background-color:  #71f5ea;
	text-align: left;

}
.item-team:hover .per-over {
	display: block;
}
.per-over p {
	margin-bottom: 20px;
}
.per-over ul,
.per-over li {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.per-over li {
	list-style: none;
	display: inline-block;
	font-size: 22px;
	padding-right: 10px;
  cursor: pointer;
}
.sub-h3 {
	font-size: 14px;
	font-style: italic;

}
/* Quotes section */
.card-quote {
	border-radius: 4px;
	background-color: #eff0f2;
	padding: 80px 60px;
}
.card-quote p {
	margin-bottom: 20px;
}
.stars {
	font-size: 20px;
	color: gold;
}
.arrows li {
	display: inline-block;

}

.arrows a{
	display: inline-block;
	background: #fff;
	padding: 15px 20px;
}
/* Get in touch section */
.getInTouch {
	color: #fff;
}
.gt-card-bg {
	background-color: rgba(0, 0, 0, .7);
}
form {
	display: block;
	width: calc(100% - 30px);
	padding: 40px 30px;
}
label {
	display: block;
	width: 100%;
}
 input, textarea {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	outline: none;
	border: none;
	background: none;
	border-bottom: 2px solid rgba(255, 255, 255, .3);
}
input {
	height: 50px;
}
textarea {
	height: 140px;
}
.map {
	padding: 40px 30px;
}
.map p {
	margin-bottom: 30px;
}
iframe {
	width: 100%;
	height: 300px;
}

button.btn {
	background: #71f5ea;
	outline: none;
	border: none;
}
/* Footer Section */
.footer {
	text-align: center;
	padding: 40px 0;
	color: #fff;
	background-color: rgba(0, 0, 0, .8);
}
.footer ul {
	margin: 0 0 20px 0;
	padding: 0;
	display: block;
}
.footer li {
	display: inline-block;
	text-align: center;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	line-height: 40px;
	background-color: #fff;
	color: rgba(0, 0, 0, .8);
  font-size: 22px;
  cursor: pointer;
}
.footer li:hover {
	background-color: #71f5ea;

}
/* Slider settings */
.carousel-indicators {
	bottom: -50px;
}
.carousel-indicators li {
	background-color: #aaa;
	box-shadow: none !important;
  border: none;
}
li.active {
	box-shadow: none !important;
	border: none;
	background-color: #888 !important;
}
.quotes .carousel-indicators {
	bottom: -10px;
	left: 230px;
}
.quote-per-photo {
  padding-top: 25px;
}
/* Footer */
small a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dashed #fff;
}
small a:hover {
    text-decoration: none;
    color: #ddd;
}
