@import url(https://fonts.googleapis.com/css?family=Lato:400,700%7CSource+Sans+Pro:400,400i,600);
html {
	font-size: 16px
}

body {
	font-family: "Source Sans Pro", sans-serif;
	background-color: #fff;
	font-size: 16px;
	font-size: 1rem;
	color: #7e8690;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden
}

@media (max-width:767px) {
	body {
		font-size: 15px;
		font-size: .9375rem
	}
}

p {
	color: #7e8690;
	line-height: 1.6em
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Lato, sans-serif;
	font-weight: 700;
	color: #2b2e3a
}

ul {
	padding-left: 0;
	margin: 0
}

a {
	text-decoration: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s
}

a:hover {
	text-decoration: none
}

img {
	max-width: 100%
}

.page-wrapper {
	position: relative;
	overflow: hidden
}

.box-style {
	padding: 0 40px
}

@media (max-width:1199px) {
	.box-style {
		padding: 0 30px
	}
}

@media (max-width:991px) {
	.box-style {
		padding: 0
	}
}

.wow {
	visibility: hidden
}

.far:before,
.fas:before {
	margin: 0
}

.section-padding {
	padding: 110px 0
}

@media (max-width:991px) {
	.section-padding {
		padding: 90px 0
	}
}

@media (max-width:767px) {
	.section-padding {
		padding: 80px 0
	}
}

.contact-validation-active .error-handling-messages {
	width: 100%!important;
	margin-top: 15px!important
}

.contact-validation-active label.error {
	color: red;
	font-size: .875rem;
	font-weight: 400;
	margin: 5px 0 0 0;
	text-align: left;
	display: block
}

.contact-validation-active #loader {
	display: none;
	margin-top: 10px
}

.contact-validation-active #loader i {
	font-size: 30px;
	font-size: 1.875rem;
	color: #136a72;
	display: inline-block;
	-webkit-animation: rotating linear 2s infinite;
	animation: rotating linear 2s infinite
}

.contact-validation-active #error,
.contact-validation-active #success {
	width: 100%;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	text-align: center;
	display: none
}

@media (max-width:767px) {
	.contact-validation-active #error,
	.contact-validation-active #success {
		font-size: 15px
	}
}

.contact-validation-active #success {
	background-color: #009a00;
	border-left: 5px solid green;
	margin-bottom: 5px
}

.contact-validation-active #error {
	background-color: #ff1a1a;
	border-left: 5px solid red
}

@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotating {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.rotating {
	-webkit-animation: rotating 5s alternate infinite;
	animation: rotating 5s alternate infinite
}

.back-to-top {
	background-color: #1d1d1d;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 1px solid rgba(255, 255, 255, .05);
	text-align: center;
	position: absolute;
	z-index: 999;
	left: calc(50% - 22.5px);
	top: -22.5px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s
}

@media (max-width:991px) {
	.back-to-top {
		width: 40px;
		height: 40px;
		line-height: 40px
	}
}

.back-to-top:hover {
	background-color: #136a72
}

.back-to-top i {
	font-size: 18px;
	font-size: 1.125rem;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (max-width:991px) {
	.back-to-top i {
		font-size: 15px;
		font-size: .9375rem
	}
}

.mfp-wrap {
	background-color: rgba(0, 0, 0, .9);
	z-index: 99999
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0
}

.fancybox-overlay {
	background: rgba(0, 0, 0, .9);
	z-index: 9999!important
}

.fancybox-wrap {
	z-index: 99999!important
}

.section-title {
	text-align: center;
	margin-bottom: 50px
}

.section-title>span {
	font-size: 16px;
	font-size: 1rem;
	color: #136a72;
	display: block;
	margin-top: -6px
}

.section-title h3 {
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 400;
	line-height: 1.3em;
	margin: .45em 0 0
}

@media (max-width:991px) {
	.section-title h3 {
		font-size: 22px;
		font-size: 1.375rem
	}
}

@media (max-width:767px) {
	.section-title h3 {
		font-size: 20px;
		font-size: 1.25rem
	}
}

.section-title-s2,
.section-title-s4 {
	margin-bottom: 40px
}

@media (max-width:991px) {
	.section-title-s2,
	.section-title-s4 {
		margin-bottom: 25px
	}
}

.section-title-s2>span,
.section-title-s4>span {
	font-size: 16px;
	font-size: 1rem;
	color: #136a72;
	display: block;
	margin-top: -6px;
	position: relative
}

.section-title-s2>span:before,
.section-title-s4>span:before {
	content: "";
	background: #136a72;
	width: 45px;
	height: 1px;
	position: absolute;
	left: -65px;
	top: 12px
}

.section-title-s2 h2,
.section-title-s4 h2 {
	font-size: 38px;
	font-size: 2.375rem;
	font-weight: 700;
	line-height: 1.2em;
	margin: .2em 0 0
}

@media (max-width:991px) {
	.section-title-s2 h2,
	.section-title-s4 h2 {
		font-size: 32px;
		font-size: 2rem
	}
}

@media (max-width:767px) {
	.section-title-s2 h2,
	.section-title-s4 h2 {
		font-size: 28px;
		font-size: 1.75rem
	}
}

.section-title-s3 {
	margin-bottom: 60px;
	text-align: center
}

@media (max-width:991px) {
	.section-title-s3 {
		margin-bottom: 50px
	}
}

.section-title-s3>span {
	font-size: 16px;
	font-size: 1rem;
	color: #136a72;
	display: block;
	margin-top: -6px;
	position: relative
}

.section-title-s3 h2 {
	font-size: 38px;
	font-size: 2.375rem;
	font-weight: 700;
	line-height: 1.2em;
	margin: .2em 0 .5em
}

@media (max-width:991px) {
	.section-title-s3 h2 {
		font-size: 32px;
		font-size: 2rem
	}
}

@media (max-width:767px) {
	.section-title-s3 h2 {
		font-size: 28px;
		font-size: 1.75rem
	}
}

.section-title-s4 h2 {
	color: #fff
}

.theme-btn,
.theme-btn-s2 {
	background-color: #d9e0e108;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	padding: 16px 22px;
	display: inline-block;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s
}

.theme-btn-s2:active,
.theme-btn-s2:focus,
.theme-btn-s2:hover,
.theme-btn:active,
.theme-btn:focus,
.theme-btn:hover {
	background-color: #136a72;
	color: #fff
}

@media (max-width:991px) {
	.theme-btn,
	.theme-btn-s2 {
		font-size: 16px;
		font-size: 1rem;
		padding: 10px 18px
	}
}

@media (max-width:767px) {
	.theme-btn,
	.theme-btn-s2 {
		font-size: 14px;
		font-size: .875rem;
		padding: 10px 18px
	}
}

.view-cart-btn {
	background: #136a72;
	color: #fff;
	padding: 5px 13px 7px;
	display: block;
	text-align: center;
	margin-top: 15px
}

.view-cart-btn:hover {
	background: #66c64a;
	color: #fff
}

.theme-btn-s2 {
	background: #136a72;
	color: #fff;
	padding: 15px 30px
}

.theme-btn-s2:hover {
	background-color: #313131
}

@media (max-width:991px) {
	.theme-btn-s2 {
		padding: 12px 20px
	}
}

@media (max-width:767px) {
	.theme-btn-s2 {
		padding: 10px 18px
	}
}

.form input,
.form select,
.form textarea {
	border-color: #bfbfbf;
	border-radius: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #595959
}

.form input:focus,
.form select:focus,
.form textarea:focus {
	border-color: #136a72;
	-webkit-box-shadow: 0 0 5px 0 #a8de98;
	-moz-box-shadow: 0 0 5px 0 #a8de98;
	-o-box-shadow: 0 0 5px 0 #a8de98;
	-ms-box-shadow: 0 0 5px 0 #a8de98;
	box-shadow: 0 0 5px 0 #a8de98
}

.form ::-webkit-input-placeholder {
	font-style: 14px;
	font-style: italic;
	color: #595959
}

.form :-moz-placeholder {
	font-style: 14px;
	font-style: italic;
	color: #595959
}

.form ::-moz-placeholder {
	font-style: 14px;
	font-style: italic;
	color: #595959
}

.form :-ms-input-placeholder {
	font-style: 14px;
	font-style: italic;
	color: #595959
}

.form select {
	font-style: italic;
	background: url(https://themegeniuslab.com/html/jhair/assets/images/select-icon.png) no-repeat right center;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	cursor: pointer
}

.form select::-ms-expand {
	display: none
}

.social-links {
	overflow: hidden
}

.social-links li {
	float: left;
	width: 35px;
	height: 35px;
	margin-right: 1px
}

.social-links li a {
	background-color: #a8de98;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	color: #fff;
	text-align: center
}

.social-links li a:hover {
	background-color: #136a72
}

.page-title {
	background: url(../images/page-title.jpg) center center/cover no-repeat local;
	width: 100%;
	height: 420px;
	text-align: center;
	position: relative
}

@media (max-width:991px) {
	.page-title {
		height: 300px
	}
}

.page-title:before {
	content: "";
	background-color: rgba(0, 0, 0, .4);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.page-title .container {
	height: 100%;
	display: table
}

.page-title .container>.row {
	vertical-align: middle;
	display: table-cell
}

.page-title h2 {
	font-size: 50px;
	font-size: 3.125rem;
	color: #fff;
	margin: 0 0 .3em
}

@media (max-width:991px) {
	.page-title h2 {
		font-size: 45px;
		font-size: 2.8125rem
	}
}

@media (max-width:767px) {
	.page-title h2 {
		font-size: 40px;
		font-size: 2.5rem
	}
}

.page-title .breadcrumb {
	background-color: transparent;
	padding: 0;
	margin-bottom: 0
}

@media (max-width:767px) {
	.page-title .breadcrumb {
		text-align: center
	}
}

.page-title .breadcrumb li {
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	margin-right: 5px;
	position: relative
}

@media (max-width:767px) {
	.page-title .breadcrumb li {
		font-size: 14px;
		font-size: .875rem
	}
}

.page-title .breadcrumb li a {
	color: #136a72
}

.page-title .breadcrumb li a:hover {
	color: #77cc5e
}

.page-title .breadcrumb>li+li {
	margin-left: 20px;
	padding-left: 15px
}

.page-title .breadcrumb>li+li:before {
	font-family: Flaticon;
	content: "\f103";
	padding: 0;
	position: absolute;
	left: -14px;
	top: 1px;
	color: #136a72
}

.preloader {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000
}

.preloader .sk-folding-cube {
	margin: 20px auto;
	width: 60px;
	height: 60px;
	position: absolute;
	left: calc(50% - 30px);
	top: calc(50% - 50px);
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotate(45deg);
	transform: rotateZ(45deg)
}

.preloader .sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.preloader .sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #136a72;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

.preloader .sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	-ms-transform: scale(1.1) rotate(90deg);
	transform: scale(1.1) rotateZ(90deg)
}

.preloader .sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	-ms-transform: scale(1.1) rotate(180deg);
	transform: scale(1.1) rotateZ(180deg)
}

.preloader .sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	-ms-transform: scale(1.1) rotate(270deg);
	transform: scale(1.1) rotateZ(270deg)
}

.preloader .sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.preloader .sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.preloader .sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s
}

@-webkit-keyframes sk-foldCubeAngle {
	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0
	}
	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1
	}
	100%,
	90% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0
	}
}

@keyframes sk-foldCubeAngle {
	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0
	}
	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1
	}
	100%,
	90% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0
	}
}

@media (max-width:991px) {
	.blog-sidebar {
		margin-top: 80px;
		max-width: 400px
	}
}

@media (max-width:767px) {
	.blog-sidebar {
		margin-top: 60px;
		max-width: 400px
	}
}

.blog-sidebar .widget h3 {
	font-size: 16px;
	font-size: 1rem;
	border-bottom: 1px solid #f1f1f1;
	margin: 0 0 1.3em;
	padding-bottom: .5em;
	position: relative;
	text-transform: uppercase
}

.blog-sidebar>.widget+.widget {
	margin-top: 65px
}

.blog-sidebar .search-widget form div {
	position: relative
}

.blog-sidebar .search-widget input {
	background-color: #f8f8f8;
	height: 50px;
	font-size: 16px;
	font-size: 1rem;
	padding: 6px 50px 6px 20px;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.blog-sidebar .search-widget input:focus {
	background-color: rgba(135, 210, 113, .1)
}

.blog-sidebar .search-widget form button {
	background: 0 0;
	font-size: 20px;
	font-size: 1.25rem;
	color: #136a72;
	border: 0;
	outline: 0;
	position: absolute;
	right: 10px;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.blog-sidebar .about-widget .img-holder {
	margin-bottom: 20px
}

.blog-sidebar .about-widget a {
	font-family: Lato, sans-serif;
	color: #2b2e3a
}

.blog-sidebar .about-widget a:hover {
	color: #136a72
}

.blog-sidebar .category-widget ul {
	list-style: none
}

.blog-sidebar .category-widget ul li {
	font-size: 16px;
	font-size: 1rem;
	padding-left: 20px;
	position: relative
}

@media (max-width:767px) {
	.blog-sidebar .category-widget ul li {
		font-size: 16px;
		font-size: 1rem
	}
}

.blog-sidebar .category-widget ul li span {
	position: absolute;
	right: 0
}

.blog-sidebar .category-widget ul li:before {
	content: "";
	background: #7e8690;
	width: 6px;
	height: 6px;
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 8px
}

.blog-sidebar .category-widget ul li:hover:before {
	background: #136a72
}

.blog-sidebar .category-widget ul>li+li {
	margin-top: 15px
}

.blog-sidebar .category-widget ul a {
	display: block;
	color: #666
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
	color: #136a72
}

.blog-sidebar .recent-post-widget .post {
	overflow: hidden
}

.blog-sidebar .recent-post-widget .posts>.post+.post {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #f1f1f1
}

.blog-sidebar .recent-post-widget .post .img-holder {
	width: 70px;
	float: left
}

.blog-sidebar .recent-post-widget .post .details {
	width: calc(100% - 70px);
	float: left;
	padding-left: 25px
}

.blog-sidebar .recent-post-widget .post h4 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3em;
	margin: 0 0 .2em
}

@media (max-width:1199px) {
	.blog-sidebar .recent-post-widget .post h4 {
		margin: 0
	}
}

.blog-sidebar .recent-post-widget .post h4 a {
	display: inline-block;
	color: #627381
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
	color: #136a72
}

.blog-sidebar .recent-post-widget .post .details .date {
	font-size: 14px;
	font-size: .875rem;
	color: #8e9696
}

.blog-sidebar .tag-widget ul {
	overflow: hidden;
	list-style: none
}

.blog-sidebar .tag-widget ul li {
	float: left;
	margin: 0 8px 8px 0
}

.blog-sidebar .tag-widget ul li a {
	background: #f3f3f3;
	font-size: 14px;
	font-size: .875rem;
	display: inline-block;
	padding: 5px 14px;
	color: #8e9696;
	border-radius: 0
}

.blog-sidebar .tag-widget ul li a:hover {
	background: #136a72;
	color: #fff
}

.pagination-wrapper {
	text-align: center;
	margin-top: 60px
}

@media (max-width:991px) {
	.pagination-wrapper {
		text-align: left
	}
}

.pagination-wrapper .pg-pagination {
	display: inline-block;
	overflow: hidden;
	list-style-type: none;
	text-align: center
}

.pagination-wrapper .pg-pagination li {
	float: left;
	margin-right: 10px
}

@media (max-width:767px) {
	.pagination-wrapper .pg-pagination li {
		margin-right: 5px
	}
}

.pagination-wrapper .pg-pagination li:last-child {
	margin-right: 0
}

.pagination-wrapper .pg-pagination li a {
	background-color: transparent;
	width: 50px;
	height: 50px;
	line-height: 47px;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	color: #a9b8c4;
	border: 2px solid #c9cfd4;
	display: block
}

@media (max-width:991px) {
	.pagination-wrapper .pg-pagination li a {
		width: 40px;
		height: 40px;
		line-height: 37px;
		font-size: 18px;
		font-size: 1.125rem
	}
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
	background: #136a72;
	border-color: #136a72;
	color: #fff
}

.fas:before,
.pagination-wrapper .pg-pagination .far:before {
	font-size: 15px;
	font-size: .9375rem
}

.pagination-wrapper-left {
	text-align: left
}

.pagination-wrapper-right {
	text-align: right
}

@media screen and (min-width:1200px) {
	.pagination-wrapper-right {
		padding-right: 50px
	}
}

@media (max-width:991px) {
	.pagination-wrapper-right {
		margin-top: 45px;
		text-align: left
	}
}

.theme-accordion-s1 {
	margin-bottom: 0
}

.theme-accordion-s1 .panel-default {
	background: 0 0;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.theme-accordion-s1 .panel-heading {
	background-color: transparent;
	padding: 0;
	border-radius: 0
}

.theme-accordion-s1 .panel {
	border: 1px solid #e6e5e5;
	padding: 25px
}

.theme-accordion-s1 .panel+.panel {
	margin-top: 15px
}

.theme-accordion-s1 .panel-heading a.collapsed:before {
	content: "\e61a"
}

.theme-accordion-s1 .panel-heading a {
	font-size: 20px;
	font-size: 1.25rem;
	color: #136a72;
	display: block;
	padding: 0 0 0 45px;
	position: relative
}

@media (max-width:991px) {
	.theme-accordion-s1 .panel-heading a {
		font-size: 16px;
		font-size: 1rem;
		padding: 5px 25px 5px 45px
	}
}

@media (max-width:767px) {
	.theme-accordion-s1 .panel-heading a {
		padding: 5px 25px 5px 45px
	}
}

.theme-accordion-s1 .panel-heading a:before {
	font-family: themify;
	content: "\e622";
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #136a72;
	font-size: 15px;
	font-size: .9375rem;
	border: 1px solid #136a72;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -2px
}

@media (max-width:991px) {
	.theme-accordion-s1 .panel-heading a:before {
		font-size: 18px;
		font-size: 1.125rem;
		left: 0
	}
}

.theme-accordion-s1 .panel-heading a:focus {
	text-decoration: none
}

.theme-accordion-s1 .panel-heading .collapsed {
	background-color: transparent;
	color: #2b2e3a
}

.theme-accordion-s1 .panel-heading .collapsed:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
	background-color: transparent;
	border: 0;
	padding: 20px 0 0 25px
}

@media (max-width:991px) {
	.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
		font-size: 16px;
		font-size: 1rem
	}
}

@media (max-width:767px) {
	.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
		padding: 10px 0 0
	}
}

.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body p {
	margin-bottom: 1.3em
}

.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body p:last-child {
	margin-bottom: 0
}

@media (max-width:991px) {
	.service-sidebar {
		max-width: 300px;
		margin-top: 80px
	}
}

.service-sidebar>.widget+.widget {
	margin-top: 60px
}

.service-sidebar .service-list-widget ul {
	font-family: Lato, sans-serif;
	list-style: none;
	border: 2px solid #f7f7f7;
	border-bottom: 0
}

.service-sidebar .service-list-widget ul li {
	border-bottom: 2px solid #f7f7f7
}

.service-sidebar .service-list-widget a {
	display: block;
	color: #0a172b;
	padding: 12px 24px
}

.service-sidebar .service-list-widget .current a,
.service-sidebar .service-list-widget a:hover {
	background-color: #136a72;
	color: #fff
}

.service-sidebar .download-widget ul {
	list-style: none
}

.service-sidebar .download-widget ul>li+li {
	margin-top: 5px
}

.service-sidebar .download-widget ul a {
	background: #136a72;
	color: #fff;
	padding: 15px 25px;
	font-weight: 600;
	display: block
}

.service-sidebar .download-widget ul i {
	display: inline-block;
	padding-right: 10px;
	color: #fff
}

.service-sidebar .download-widget ul a:hover {
	background: #66c64a
}

.service-sidebar .contact-widget {
	background: url(../images/service-single-contact-widget-bg.jpg) center center/cover no-repeat local;
	padding: 45px 30px;
	position: relative
}

.service-sidebar .contact-widget:before {
	content: "";
	background-color: rgba(135, 210, 113, .9);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.service-sidebar .contact-widget>div {
	position: relative;
	z-index: 1
}

.service-sidebar .contact-widget h4 {
	font-size: 18px;
	font-size: 1.125rem;
	color: #fff;
	margin: 0 0 .8em
}

.service-sidebar .contact-widget p {
	color: #fff
}

.service-sidebar .contact-widget ul li {
	font-size: 14px;
	font-size: .875rem;
	position: relative;
	padding-left: 25px
}

.service-sidebar .contact-widget ul li i {
	position: absolute;
	left: 0;
	top: 3px;
	color: #136a72
}

.service-sidebar .contact-widget ul>li+li {
	margin-top: 12px
}

.service-sidebar .contact-widget a {
	background-color: #fff;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 600;
	color: #7e8690;
	padding: 7px 15px;
	display: inline-block;
	margin-top: 15px
}

.service-sidebar .contact-widget a:hover {
	color: #136a72
}

.service-sidebar .service-features-widget {
	padding: 45px 30px;
	position: relative;
	border: 2px solid #f7f7f7
}

.service-sidebar .service-features-widget:before {
	font-family: Themify;
	content: "\e61f";
	font-size: 25px;
	font-size: 1.5625rem;
	color: #136a72;
	position: absolute;
	right: 30px;
	top: 40px;
	opacity: .5
}

.service-sidebar .service-features-widget h3 {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 0 .8em
}

.service-sidebar .service-features-widget ol {
	list-style-position: inside;
	padding-left: 0;
	margin: 0
}

.service-sidebar .service-features-widget ol>li+li {
	margin-top: 8px
}

@media (max-width:991px) {
	.shop-sidebar {
		max-width: 300px;
		margin-top: 70px
	}
}

.shop-sidebar>.widget+.widget {
	margin-top: 65px
}

.shop-sidebar .widget>h3 {
	font-size: 20px;
	font-size: 1.25rem;
	margin: 0 0 1.5em
}

.shop-sidebar .widget ul {
	list-style: none
}

.shop-sidebar .search-widget div {
	position: relative
}

.shop-sidebar .search-widget button {
	background: 0 0;
	font-size: 20px;
	font-size: 1.25rem;
	color: #136a72;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 15px;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.shop-sidebar .search-widget input {
	background-color: #f3f3f3;
	height: 50px;
	padding: 6px 40px 6px 20px;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.shop-sidebar .categories-widget ul li {
	position: relative;
	color: #727780
}

.shop-sidebar .categories-widget ul li span {
	text-align: right;
	color: #8b8b8b;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.shop-sidebar .categories-widget ul li a {
	color: #727780
}

.shop-sidebar .categories-widget ul>li+li {
	margin-top: 15px
}

.shop-sidebar .categories-widget ul li a:hover {
	color: #136a72
}

.shop-sidebar .popular-product-widget ul li {
	overflow: hidden
}

.shop-sidebar .popular-product-widget ul>li+li {
	margin-top: 20px
}

.shop-sidebar .popular-product-widget .product-image {
	width: 70px;
	float: left
}

.shop-sidebar .popular-product-widget .product-info {
	width: calc(100% - 70px);
	float: left;
	padding-left: 20px
}

.shop-sidebar .popular-product-widget .product-info>a {
	color: #2b2e3a;
	display: block;
	margin-bottom: 4px
}

.shop-sidebar .popular-product-widget .product-info>a:hover {
	color: #136a72
}

.shop-sidebar .popular-product-widget .star-rating {
	margin-bottom: 5px
}

.shop-sidebar .popular-product-widget .star-rating i {
	font-size: 12px;
	font-size: .75rem;
	color: #136a72
}

.shop-sidebar .tag-widget .tagcloud a {
	font-size: 14px;
	font-size: .875rem;
	color: #727780;
	display: inline-block;
	border: 1px solid #e8e8e8;
	padding: 6px 15px;
	margin: 0 5px 5px 0
}

.shop-sidebar .tag-widget .tagcloud a:hover {
	background-color: #136a72;
	border-color: #136a72;
	color: #fff
}

.site-header .navbar-brand {
	margin-top: 7px
}

.site-header .navbar-brand img {
	max-width: 320px
}

@media (max-width:991px) {
	.site-header .navbar-brand {
		margin-top: 0;
		padding-top: 0
	}
}

.site-header .navigation {
	background-color: #fff;
	margin-bottom: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}

.site-header .navigation>.container {
	position: relative
}

.site-header #navbar {
	font-family: Lato, sans-serif;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s
}

.site-header #navbar ul {
	list-style: none
}

.site-header #navbar>ul li a:focus,
.site-header #navbar>ul li a:hover,
.site-header #navbar>ul>li .sub-menu a:hover {
	text-decoration: none;
	color: #136a72
}

.site-header #navbar>ul>.menu-item-has-children>a {
	position: relative
}

.site-header #navbar>ul>.menu-item-has-children>a:before {
	font-family: themify;
	content: "\e61a";
	font-size: 8px;
	font-size: .5rem;
	position: absolute;
	right: 2px;
	top: 42%
}

@media screen and (min-width:1200px) {
	.site-header #navbar>ul>.menu-item-has-children>a:before {
		right: 6px
	}
}

@media screen and (min-width:992px) {
	.site-header #navbar li {
		position: relative
	}
	.site-header #navbar>ul>li>a {
		font-size: 16px;
		font-size: 1rem;
		color: #2b2e3a;
		padding: 37px 20px
	}
	.site-header #navbar>ul .sub-menu {
		background-color: #fff;
		width: 220px;
		text-align: left;
		padding: 10px 25px;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 10;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		-ms-transition: all .3s;
		transition: all .3s;
		-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
		box-shadow: 0 8px 15px rgba(0, 0, 0, .1)
	}
	.site-header #navbar>ul>li .sub-menu li {
		border-bottom: 1px solid #f2f2f2
	}
	.site-header #navbar>ul>li .sub-menu li:last-child {
		border-bottom: 0
	}
	.site-header #navbar>ul>li .sub-menu a {
		display: block;
		padding: 10px 0;
		color: #2b2e3a;
		font-size: 14px;
		font-size: .875rem
	}
	.site-header #navbar>ul>li>.sub-menu .sub-menu {
		left: 112%;
		top: 0
	}
	.site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
		position: relative
	}
	.site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
		font-family: themify;
		content: "\e649";
		font-size: 11px;
		font-size: .6875rem;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.site-header #navbar>ul>li:hover>.sub-menu {
		top: 100%;
		visibility: visible;
		opacity: 1
	}
	.site-header #navbar .sub-menu>li:hover>.sub-menu {
		left: 114%;
		visibility: visible;
		opacity: 1
	}
}

@media (max-width:991px) {
	.site-header #navbar>ul>li a {
		display: block;
		font-size: 14px;
		font-size: .875rem
	}
	.site-header #navbar>ul>li .sub-menu li {
		border-bottom: 1px solid #e6e6e6
	}
	.site-header #navbar>ul .sub-menu>li:last-child {
		border-bottom: 0
	}
	.site-header #navbar>ul>li>.sub-menu a {
		padding: 8px 15px 8px 45px
	}
	.site-header #navbar>ul>li>.sub-menu .sub-menu a {
		padding: 8px 15px 8px 65px
	}
	.site-header #navbar>ul .menu-item-has-children>a {
		position: relative
	}
	.site-header #navbar>ul .menu-item-has-children>a:before {
		font-family: themify;
		content: "\e61a";
		font-size: 11px;
		font-size: .6875rem;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

@media screen and (min-width:992px) {
	.site-header #navbar .has-mega-menu {
		position: static
	}
	.site-header #navbar .half-mega-menu,
	.site-header #navbar .mega-menu {
		background-color: #fff;
		padding: 20px;
		border-top: 2px solid #136a72;
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 10;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		-ms-transition: all .3s;
		transition: all .3s
	}
	.site-header #navbar .mega-menu {
		width: 1140px;
		right: 15px
	}
	.site-header #navbar .half-mega-menu {
		width: 585px
	}
	.site-header #navbar .mega-menu-box-title {
		font-size: 14px;
		font-size: .875rem;
		text-transform: uppercase;
		font-weight: 700;
		display: block;
		padding-bottom: 7px;
		margin-bottom: 7px;
		border-bottom: 1px solid #e6e6e6
	}
	.site-header #navbar .mega-menu-list-holder li a {
		font-size: 14px;
		font-size: .875rem;
		display: block;
		padding: 7px 8px;
		margin-left: -8px
	}
	.site-header #navbar .has-mega-menu:hover>ul {
		top: 100%;
		visibility: visible;
		opacity: 1
	}
}

@media (max-width:1199px) {
	.site-header #navbar>ul .mega-menu {
		width: 950px;
		right: 15px
	}
	.site-header #navbar>ul .half-mega-menu {
		width: 485px
	}
}

@media (max-width:991px) {
	.site-header #navbar>ul .half-mega-menu,
	.site-header #navbar>ul .mega-menu {
		width: auto
	}
	.site-header #navbar>ul .half-mega-menu .row,
	.site-header #navbar>ul .mega-menu .row {
		margin: 0
	}
	.site-header #navbar .mega-menu-content>.row>.col {
		margin-bottom: 25px
	}
}

@media (max-width:991px) {
	.site-header #navbar .mega-menu .mega-menu-list-holder a {
		padding: 5px 15px 5px 40px
	}
	.site-header #navbar .mega-menu .mega-menu-box-title {
		font-size: 14px;
		font-size: .875rem;
		text-transform: uppercase;
		display: block;
		border-bottom: 1px dotted #b3b3b3;
		padding: 0 0 4px 5px;
		margin: 0 25px 8px 25px
	}
}

@media screen and (min-width:992px) {
	.site-header .navbar-header .open-btn {
		display: none
	}
	.site-header #navbar .close-navbar {
		display: none
	}
}

@media (max-width:991px) {
	.site-header .container {
		width: 100%
	}
	.site-header .navbar-header button {
		background-color: #136a72;
		width: 40px;
		height: 35px;
		border: 0;
		padding: 5px 10px;
		outline: 0;
		position: absolute;
		right: 15px;
		top: calc(50% - 17.5px);
		z-index: 20
	}
	.site-header .navbar-header button span {
		background-color: #fff;
		display: block;
		height: 2px;
		margin-bottom: 5px
	}
	.site-header .navbar-header button span:last-child {
		margin: 0
	}
	.site-header #navbar {
		background: #fff;
		display: block!important;
		width: 280px;
		height: 100%!important;
		margin: 0;
		padding: 0;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		position: fixed;
		right: -330px;
		top: 0;
		z-index: 100
	}
	.site-header #navbar ul a {
		color: #000
	}
	.site-header #navbar ul a:hover,
	.site-header #navbar ul li.current a {
		color: #136a72
	}
	.site-header #navbar .navbar-nav {
		height: 100%;
		overflow: auto
	}
	.site-header #navbar .close-navbar {
		background-color: #fff;
		width: 40px;
		height: 40px;
		color: #000;
		border: 0;
		outline: 0;
		position: absolute;
		left: 80%;
		z-index: 20
	}
	.site-header #navbar .close-navbar .ti-close {
		position: relative;
		top: 1px
	}
	.site-header #navbar>ul>li {
		border-bottom: 1px solid #f2f2f2
	}
	.site-header #navbar>ul>li>a {
		padding: 10px 15px 10px 35px
	}
	.site-header .slideInn {
		right: 0!important
	}
}

@media (max-width:767px) {
	.site-header .navbar-header .navbar-brand {
		font-size: 24px
	}
	.site-header #navbar .navbar-nav {
		margin: 0
	}
}

@media (max-width:991px) {
	.site-header .navbar-collapse.collapse {
		display: none
	}
	.site-header .navbar-collapse.collapse.in {
		display: block
	}
	.site-header .navbar-header .collapse,
	.site-header .navbar-toggle {
		display: block
	}
	.site-header .navbar-header {
		float: none
	}
	.site-header .navbar-right {
		float: none
	}
	.site-header .navbar-nav {
		float: none
	}
	.site-header .navbar-nav>li {
		float: none
	}
}

@media (max-width:991px) {
	.page-wrapper {
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		-ms-transition: all .3s;
		transition: all .3s
	}
	.body-overlay:before {
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .9);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		-ms-transition: all .3s;
		transition: all .3s
	}
}

@media screen and (min-width:992px) {
	.header-style-1,
	.header-style-2,
	.header-style-3 {
		position: absolute;
		width: 100%;
		z-index: 100
	}
	.header-style-1:before,
	.header-style-2:before,
	.header-style-3:before {
		background: rgba(255, 255, 255, .1);
		content: "";
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 4px
	}
	.header-style-1 .navigation,
	.header-style-2 .navigation,
	.header-style-3 .navigation {
		background: 0 0
	}
	.header-style-1 #navbar,
	.header-style-2 #navbar,
	.header-style-3 #navbar {
		text-align: center
	}
	.header-style-1 #navbar>ul>li a,
	.header-style-2 #navbar>ul>li a,
	.header-style-3 #navbar>ul>li a {
		color: #fff
	}
	.header-style-1 #navbar>ul,
	.header-style-2 #navbar>ul,
	.header-style-3 #navbar>ul {
		float: right;
		display: inline-block
	}
	.header-style-1 #navbar>ul>li>a,
	.header-style-2 #navbar>ul>li>a,
	.header-style-3 #navbar>ul>li>a {
		padding: 39px 15px
	}
}

@media screen and (min-width:1200px) {
	.header-style-1 #navbar>ul>li>a,
	.header-style-2 #navbar>ul>li>a,
	.header-style-3 #navbar>ul>li>a {
		padding: 39px 20px
	}
}

@media (max-width:991px) {
	.header-style-1 .navigation,
	.header-style-2 .navigation,
	.header-style-3 .navigation {
		background: #313131;
		padding: 17px 0
	}
}

.header-style-1 .cart-search-contact,
.header-style-2 .cart-search-contact,
.header-style-3 .cart-search-contact {
	position: absolute;
	right: 27px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10
}

@media (max-width:991px) {
	.header-style-1 .cart-search-contact,
	.header-style-2 .cart-search-contact,
	.header-style-3 .cart-search-contact {
		right: 95px
	}
}

@media (max-width:450px) {
	.header-style-1 .cart-search-contact,
	.header-style-2 .cart-search-contact,
	.header-style-3 .cart-search-contact {
		right: 80px
	}
}

.header-style-1 .cart-search-contact button,
.header-style-2 .cart-search-contact button,
.header-style-3 .cart-search-contact button {
	background: 0 0;
	padding: 0;
	border: 0;
	outline: 0
}

.fas,
.header-style-1 .cart-search-contact .far,
.header-style-2 .cart-search-contact .far,
.header-style-3 .cart-search-contact .far {
	font-size: 30px;
	font-size: 1.875rem;
	color: #fff
}

.header-style-1 .cart-search-contact>div,
.header-style-2 .cart-search-contact>div,
.header-style-3 .cart-search-contact>div {
	float: left;
	position: relative
}

.header-style-1 .cart-search-contact>div+div,
.header-style-2 .cart-search-contact>div+div,
.header-style-3 .cart-search-contact>div+div {
	margin-left: 20px
}

.header-style-1 .cart-search-contact .header-search-form,
.header-style-2 .cart-search-contact .header-search-form,
.header-style-3 .cart-search-contact .header-search-form {
	position: absolute;
	width: 250px;
	right: 0;
	top: 70px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	-webkit-box-shadow: 0 15px 60px -19px #000;
	box-shadow: 0 15px 60px -19px #000
}

@media (max-width:991px) {
	.header-style-1 .cart-search-contact .header-search-form,
	.header-style-2 .cart-search-contact .header-search-form,
	.header-style-3 .cart-search-contact .header-search-form {
		top: 68px
	}
}

@media (max-width:767px) {
	.header-style-1 .cart-search-contact .header-search-form,
	.header-style-2 .cart-search-contact .header-search-form,
	.header-style-3 .cart-search-contact .header-search-form {
		top: 63px;
		right: 15px
	}
}

.fas:before,
.header-style-1 .cart-search-contact .header-search-form-wrapper .far:before,
.header-style-2 .cart-search-contact .header-search-form-wrapper .far:before,
.header-style-3 .cart-search-contact .header-search-form-wrapper .far:before {
	font-size: 22px;
	font-size: 1.375rem
}

.header-style-1 .cart-search-contact form div,
.header-style-2 .cart-search-contact form div,
.header-style-3 .cart-search-contact form div {
	position: relative
}

.header-style-1 .cart-search-contact form div button,
.header-style-2 .cart-search-contact form div button,
.header-style-3 .cart-search-contact form div button {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header-style-1 .cart-search-contact input,
.header-style-2 .cart-search-contact input,
.header-style-3 .cart-search-contact input {
	width: 100%;
	height: 50px;
	padding: 6px 20px;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

@media (max-width:450px) {
	.header-style-1 .cart-search-contact .mini-cart,
	.header-style-2 .cart-search-contact .mini-cart,
	.header-style-3 .cart-search-contact .mini-cart {
		display: none
	}
}

.fas:before,
.header-style-1 .cart-search-contact .mini-cart .far:before,
.header-style-2 .cart-search-contact .mini-cart .far:before,
.header-style-3 .cart-search-contact .mini-cart .far:before {
	font-size: 25px;
	font-size: 1.5625rem
}

.header-style-1 .cart-search-contact .mini-cart .cart-count,
.header-style-2 .cart-search-contact .mini-cart .cart-count,
.header-style-3 .cart-search-contact .mini-cart .cart-count {
	background: #136a72;
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 10px;
	font-size: .625rem;
	color: #fff;
	position: absolute;
	top: 0;
	right: -11px;
	border-radius: 50%
}

.header-style-1 .cart-search-contact .mini-cart-content,
.header-style-2 .cart-search-contact .mini-cart-content,
.header-style-3 .cart-search-contact .mini-cart-content {
	background: #fff;
	width: 300px;
	z-index: 10;
	position: absolute;
	right: 0;
	top: 70px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	-webkit-box-shadow: 0 15px 60px -19px #000;
	box-shadow: 0 15px 60px -19px #000
}

@media (max-width:991px) {
	.header-style-1 .cart-search-contact .mini-cart-content,
	.header-style-2 .cart-search-contact .mini-cart-content,
	.header-style-3 .cart-search-contact .mini-cart-content {
		top: 68px
	}
}

@media (max-width:767px) {
	.header-style-1 .cart-search-contact .mini-cart-content,
	.header-style-2 .cart-search-contact .mini-cart-content,
	.header-style-3 .cart-search-contact .mini-cart-content {
		top: 63px
	}
}

@media (max-width:450px) {
	.header-style-1 .cart-search-contact .mini-cart-content,
	.header-style-2 .cart-search-contact .mini-cart-content,
	.header-style-3 .cart-search-contact .mini-cart-content {
		right: auto;
		left: -185px
	}
}

.header-style-1 .cart-search-contact .mini-cart-content p,
.header-style-2 .cart-search-contact .mini-cart-content p,
.header-style-3 .cart-search-contact .mini-cart-content p {
	font-family: Lato, sans-serif;
	font-size: 15px;
	font-size: .9375rem;
	font-weight: 500;
	color: #2b2e3a;
	margin: 0;
	text-transform: uppercase
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-items,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-items,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-items {
	padding: 25px 20px
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #efefef
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item:first-child,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item:first-child,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image {
	width: 50px;
	height: 50px;
	border: 2px solid #f3f3f3;
	float: left;
	margin-right: 15px
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image img,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image img,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image img {
	display: block;
	width: 46px;
	height: 46px
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des {
	position: relative;
	overflow: hidden
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des a,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a {
	font-size: 14px;
	font-size: .875rem;
	font-weight: 500;
	text-align: left;
	color: #2b2e3a
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover {
	color: #136a72
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price {
	font-size: 13px;
	font-size: .8125rem;
	color: #888;
	display: block;
	margin-top: 3px
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
	font-size: 12px;
	font-size: .75rem;
	color: #444;
	display: block;
	position: absolute;
	right: 0;
	top: 2px
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action {
	padding: 20px;
	border-top: 1px solid #efefef;
	text-align: center
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2 {
	float: right
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price {
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	color: #2b2e3a;
	display: inline-block
}

.header-style-1 .cart-search-contact .header-search-content-toggle,
.header-style-1 .cart-search-contact .mini-cart-content-toggle,
.header-style-2 .cart-search-contact .header-search-content-toggle,
.header-style-2 .cart-search-contact .mini-cart-content-toggle,
.header-style-3 .cart-search-contact .header-search-content-toggle,
.header-style-3 .cart-search-contact .mini-cart-content-toggle {
	opacity: 1;
	visibility: visible;
	right: 0
}

.header-style-2 {
	position: static
}

@media screen and (min-width:992px) {
	.header-style-2 .navigation {
		width: calc(100% - 60px);
		left: 30px
	}
}

@media screen and (min-width:1200px) {
	.header-style-2 .navigation {
		width: calc(100% - 80px);
		left: 40px
	}
}

@media screen and (min-width:992px) {
	.header-style-2 .navigation {
		position: absolute;
		z-index: 100
	}
}

.header-style-2 .topbar {
	padding: 18px 0
}

@media (max-width:991px) {
	.header-style-2 .topbar {
		padding: 12px 15px
	}
}

@media (max-width:767px) {
	.header-style-2 .topbar {
		text-align: center
	}
}

.header-style-2 .topbar .contact-info {
	display: inline-block;
	float: left;
	position: relative;
	top: -2px
}

@media (max-width:767px) {
	.header-style-2 .topbar .contact-info {
		display: block;
		float: none
	}
}

.header-style-2 .topbar .contact-info a {
	text-decoration: underline;
	color: #136a72
}

.header-style-2 .topbar .contact-info a:hover {
	color: #66c64a
}

.header-style-2 .topbar .contact-info ul {
	overflow: hidden;
	list-style: none
}

.header-style-2 .topbar .contact-info ul li {
	float: left
}

@media (max-width:767px) {
	.header-style-2 .topbar .contact-info ul li {
		float: none;
		margin-bottom: 8px
	}
}

.header-style-2 .topbar .contact-info ul>li+li {
	margin-left: 50px
}

@media (max-width:767px) {
	.header-style-2 .topbar .contact-info ul>li+li {
		margin-left: 0
	}
}

.header-style-2 .topbar .social {
	display: inline-block;
	float: right
}

@media (max-width:767px) {
	.header-style-2 .topbar .social {
		display: block;
		float: none
	}
}

.header-style-2 .topbar .social ul {
	overflow: hidden;
	list-style: none
}

@media (max-width:991px) {
	.header-style-2 .topbar .social ul {
		display: inline-block
	}
}

.header-style-2 .topbar .social ul li {
	float: left
}

.header-style-2 .topbar .social ul>li+li {
	margin-left: 15px
}

.header-style-2 .topbar .social ul a {
	font-size: 14px;
	font-size: .875rem;
	color: #7e8690
}

.header-style-2 .topbar .social ul a:hover {
	color: #136a72
}

.header-style-3 {
	position: relative
}

@media screen and (min-width:992px) {
	.fas,
	.header-style-3 #navbar>ul>li a,
	.header-style-3 .cart-search-contact .far {
		color: #2b2e3a
	}
}

@media (max-width:991px) {
	.header-style-3 .navigation {
		background: #fff
	}
	.fas,
	.header-style-3 .cart-search-contact .far {
		color: #2b2e3a
	}
}

.hero-slider {
	width: 100%;
	height: 850px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0
}

@media (max-width:991px) {
	.hero-slider {
		height: 600px
	}
}

@media (max-width:767px) {
	.hero-slider {
		height: 500px
	}
}

.hero-slider .swiper-slide {
	overflow: hidden
}

.hero-slider .hero-container,
.hero-slider .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.hero-slider .hero-inner,
.hero-slider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
	background: 0 0;
	width: auto;
	height: auto;
	opacity: .3;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.hero-slider .swiper-button-next:hover,
.hero-slider .swiper-button-prev:hover {
	opacity: .8
}

@media (max-width:767px) {
	.hero-slider .swiper-button-next,
	.hero-slider .swiper-button-prev {
		display: none
	}
}

.hero-slider .swiper-button-prev {
	left: 25px
}

.hero-slider .swiper-button-prev:before {
	font-family: Flaticon;
	content: "\f106";
	font-size: 40px;
	color: #fff
}

.hero-slider .swiper-button-next {
	right: 25px
}

.hero-slider .swiper-button-next:before {
	font-family: Flaticon;
	content: "\f103";
	font-size: 40px;
	color: #fff
}

@media (max-width:991px) {
	.hero-slider .swiper-button-next,
	.hero-slider .swiper-button-prev {
		display: none
	}
}

.hero-slider .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	text-align: center;
	line-height: 12px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(255, 255, 255, .2)
}

.hero-slider .swiper-pagination-bullet-active {
	color: #fff;
	background: #136a72;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
	bottom: 30px
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px
}

.hero-style-1 .slide-title,
.hero-style-2 .slide-title {
	max-width: 600px
}

@media (max-width:767px) {
	.hero-style-1 .slide-title,
	.hero-style-2 .slide-title {
		max-width: 420px
	}
}

.hero-style-1 .slide-title h2,
.hero-style-2 .slide-title h2 {
	font-size: 70px;
	font-size: 3.3rem;
	font-weight: 700;
	line-height: 1em;
	color: #fff;
	margin: 0 0 .42em
}

@media (max-width:991px) {
	.hero-style-1 .slide-title h2,
	.hero-style-2 .slide-title h2 {
		font-size: 50px;
		font-size: 3.125rem
	}
}

@media (max-width:767px) {
	.hero-style-1 .slide-title h2,
	.hero-style-2 .slide-title h2 {
		font-size: 40px;
		font-size: 2.5rem
	}
}

.hero-style-1 .slide-text,
.hero-style-2 .slide-text {
	max-width: 560px
}

@media (max-width:767px) {
	.hero-style-1 .slide-text,
	.hero-style-2 .slide-text {
		max-width: 500px
	}
}

.hero-style-1 .slide-text p,
.hero-style-2 .slide-text p {
	font-size: 24px;
	font-size: 1.3rem;
	color: #fff;
	margin: 0 0 1.8em
}

@media (max-width:991px) {
	.hero-style-1 .slide-text p,
	.hero-style-2 .slide-text p {
		font-size: 20px;
		font-size: 1.25rem
	}
}

@media (max-width:767px) {
	.hero-style-1 .slide-text p,
	.hero-style-2 .slide-text p {
		font-size: 18px;
		font-size: 1.125rem
	}
}

@media screen and (min-width:992px) {
	.hero-style-1 .swiper-slide .container,
	.hero-style-2 .swiper-slide .container {
		padding-top: 10px
	}
}

.hero-style-2 .container {
	text-align: center
}

@media screen and (min-width:992px) {
	.hero-style-2 .container {
		margin-top: -20px;
		padding-top: 0
	}
}

.hero-style-2 .slide-text,
.hero-style-2 .slide-title {
	margin: auto
}

.hero-style-2 .slide-text {
	max-width: 650px
}

.static-hero {
	background: url(../images/slider/slide-1.jpg) center center/auto no-repeat local
}

.site-footer {
	background-color: #1d1d1d;
	position: relative
}

.site-footer ul {
	list-style: none
}

.site-footer li,
.site-footer p {
	color: #b6b6b6
}

.site-footer .upper-footer {
	padding: 90px 0
}

@media (max-width:991px) {
	.site-footer .upper-footer {
		padding: 90px 0 20px
	}
}

@media (max-width:767px) {
	.site-footer .upper-footer {
		padding: 80px 0 10px
	}
}

@media (max-width:991px) {
	.site-footer .upper-footer .col {
		min-height: 235px;
		margin-bottom: 70px
	}
}

@media (max-width:767px) {
	.site-footer .upper-footer .col {
		min-height: auto;
		margin-bottom: 60px
	}
}

.site-footer .widget-title {
	margin-bottom: 30px
}

@media (max-width:767px) {
	.site-footer .widget-title {
		margin-bottom: 20px
	}
}

.site-footer .widget-title h3 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: blod;
	color: #fff;
	margin: 0;
	padding-bottom: .4em;
	position: relative
}

.site-footer .about-widget .logo {
	max-width: 180px
}

.site-footer .about-widget p {
	margin-bottom: .8em;
	line-height: 1.9em
}

.site-footer .about-widget p:last-child {
	margin-bottom: 0
}

.site-footer .link-widget {
	overflow: hidden
}

@media screen and (min-width:1200px) {
	.site-footer .link-widget {
		padding-left: 20px
	}
}

@media (max-width:1199px) {
	.site-footer .link-widget {
		padding-left: 20px
	}
}

@media (max-width:991px) {
	.site-footer .link-widget {
		padding-left: 0
	}
}

@media (max-width:767px) {
	.site-footer .link-widget {
		max-width: 350px
	}
}

.site-footer .link-widget ul {
	width: 50%;
	float: left
}

.site-footer .link-widget ul li {
	position: relative
}

.site-footer .link-widget ul a {
	color: #b6b6b6
}

.site-footer .link-widget ul a:hover,
.site-footer .link-widget ul li:hover:before {
	color: #136a72
}

.site-footer .link-widget ul>li+li {
	margin-top: 15px
}

@media screen and (min-width:1200px) {
	.site-footer .contact-widget {
		padding-left: 25px
	}
}

.site-footer .contact-widget ul li {
	position: relative
}

.site-footer .contact-widget ul>li+li {
	margin-top: 15px
}

.site-footer .newsletter-widget form {
	margin-top: 25px;
	position: relative
}

.site-footer .newsletter-widget form input {
	background-color: #2e2e2e;
	height: 50px;
	color: #fff;
	padding: 6px 20px;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.site-footer .newsletter-widget form .submit {
	position: absolute;
	right: 20px;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.site-footer .newsletter-widget form .submit button {
	background: 0 0;
	border: 0;
	outline: 0;
	font-size: 20px;
	color: #136a72;
	margin-top: -2px;
	position: relative;
	right: -5px
}

.site-footer .lower-footer {
	text-align: center;
	position: relative
}

.site-footer .lower-footer .row {
	padding: 20px 0;
	position: relative
}

.site-footer .lower-footer .row .separator {
	background: rgba(255, 255, 255, .05);
	width: calc(100% - 30px);
	height: 1px;
	position: absolute;
	left: 15px;
	top: 0
}

.site-footer .lower-footer .copyright {
	display: inline-block;
	float: left;
	font-size: 14px;
	font-size: .875rem;
	margin: 0
}

@media (max-width:991px) {
	.site-footer .lower-footer .copyright {
		float: none;
		display: block;
		margin: 0 0 20px
	}
}

.site-footer .lower-footer .social-icons {
	display: inline-block;
	float: right;
	overflow: hidden
}

@media (max-width:991px) {
	.site-footer .lower-footer .social-icons {
		float: none;
		display: block;
		text-align: center
	}
}

.site-footer .lower-footer .social-icons ul {
	overflow: hidden;
	list-style: none
}

@media (max-width:991px) {
	.site-footer .lower-footer .social-icons ul {
		display: inline-block
	}
}

.site-footer .lower-footer .social-icons ul li {
	float: left
}

.site-footer .lower-footer .social-icons ul>li+li {
	margin-left: 15px
}

.site-footer .lower-footer .social-icons ul a {
	font-size: 14px;
	font-size: .875rem;
	color: #b6b6b6
}

.site-footer .lower-footer .social-icons ul a:hover {
	color: #136a72
}

.header-style-2 .sticky-header,
.sticky-header {
	width: 100%;
	position: fixed;
	left: 0;
	top: -200px;
	z-index: 9999;
	opacity: 0;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-o-transition: all .7s;
	-ms-transition: all .7s;
	transition: all .7s
}

.header-style-2 .sticky-on,
.sticky-on {
	opacity: 1;
	top: 0
}

.header-style-1 .sticky-header,
.header-style-2 .sticky-header,
.header-style-3 .sticky-header {
	background: #313131;
	background: -webkit-linear-gradient(top, #313131 98px, transparent 98px);
	background: -moz-linear-gradient(top, #313131 98px, transparent 98px);
	background: -o-linear-gradient(top, #313131 98px, transparent 98px);
	background: -ms-linear-gradient(top, #313131 98px, transparent 98px);
	background: linear-gradient(top, #313131 98px, transparent 98px)
}

@media screen and (min-width:992px) {
	.header-style-2 .sticky-header {
		width: calc(100% - 60px);
		left: 30px
	}
}

@media screen and (min-width:1200px) {
	.header-style-2 .sticky-header {
		width: calc(100% - 80px);
		left: 40px
	}
}

.header-style-3 .sticky-header {
	background: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.work-process-section {
	padding-bottom: 100px
}

@media (max-width:991px) {
	.work-process-section {
		padding-bottom: 80px
	}
}

@media (max-width:767px) {
	.work-process-section {
		padding-bottom: 70px
	}
}

.work-process-section .work-process-grids {
	margin: 0 -25px;
	position: relative
}

@media (max-width:991px) {
	.work-process-section .work-process-grids:before {
		display: none
	}
}

.work-process-section .work-process-grids .grid {
	width: 33.33%;
	float: left;
	text-align: center;
	padding: 0 25px
}

@media (max-width:991px) {
	.work-process-section .work-process-grids .grid {
		padding: 0 12.5px
	}
}

@media (max-width:767px) {
	.work-process-section .work-process-grids .grid {
		width: 100%;
		padding: 0 25px;
		float: none
	}
}

@media (max-width:767px) {
	.work-process-section .work-process-grids>.grid+.grid {
		margin-top: 45px
	}
}

.work-process-section .grid .icon {
	background-color: #fff;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 0 auto 35px;
	-webkit-box-shadow: 0 5px 14.4px 3.6px rgba(0, 0, 0, .05);
	box-shadow: 0 5px 14.4px 3.6px rgba(0, 0, 0, .05);
	border-radius: 50%;
	position: relative;
	z-index: 1
}

@media (max-width:991px) {
	.work-process-section .grid .icon {
		width: 80px;
		height: 80px;
		line-height: 80px;
		margin: 0 auto 25px
	}
}

.fas:before,
.work-process-section .far:before {
	font-size: 40px;
	font-size: 2.5rem;
	color: #136a72
}

@media (max-width:991px) {
	.fas:before,
	.work-process-section .far:before {
		font-size: 30px;
		font-size: 1.875rem
	}
}

.work-process-section .grid h3 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	margin: 0 0 .7em
}

@media (max-width:991px) {
	.work-process-section .grid h3 {
		font-size: 17px;
		font-size: 1.0625rem
	}
}

@media (max-width:767px) {
	.work-process-section .grid h3 {
		font-size: 17px;
		font-size: 1.0625rem
	}
}

.work-process-section .grid p {
	margin: 0
}

.about-section,
.about-section-s2 {
	padding-bottom: 0
}

.about-section .about-content h4,
.about-section-s2 .about-content h4 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	color: #5f6163;
	line-height: 1.3em;
	margin: 0 0 1em
}

.about-section .about-content h5,
.about-section-s2 .about-content h5 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	margin: 1.5em 0 0
}

@media (max-width:767px) {
	.about-section .about-content h5,
	.about-section-s2 .about-content h5 {
		font-size: 16px;
		font-size: 1rem
	}
}

.about-section .img-holder,
.about-section-s2 .img-holder {
	max-width: 450px;
	margin-left: auto;
	position: relative
}

@media (max-width:991px) {
	.about-section .img-holder,
	.about-section-s2 .img-holder {
		margin: 70px 0 0
	}
}

@media (max-width:500px) {
	.about-section .experience-text,
	.about-section-s2 .experience-text {
		display: none
	}
}

.about-section .experience-text span,
.about-section-s2 .experience-text span {
	display: block;
	color: #136a72
}

.about-section .experience-text:before,
.about-section-s2 .experience-text:before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 25px solid rgba(255, 255, 255, .9);
	border-left: 40px solid transparent;
	position: absolute;
	right: 25px;
	top: -25px
}

.about-section .img-holder a,
.about-section-s2 .img-holder a {
	background-color: #136a72;
	width: 75px;
	height: 75px;
	border-radius: 75px;
	display: inline-block;
	position: absolute;
	left: -37px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-animation: spineer 2s infinite;
	animation: spineer 2s infinite
}

@media (max-width:991px) {
	.about-section .img-holder a,
	.about-section-s2 .img-holder a {
		width: 65px;
		height: 65px;
		border-radius: 65px;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

.about-section .img-holder a:before,
.about-section-s2 .img-holder a:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@-webkit-keyframes spineer {
	0% {
		-webkit-box-shadow: 0 0 0 0 #136a72
	}
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0)
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0)
	}
}

@keyframes spineer {
	0% {
		-webkit-box-shadow: 0 0 0 0 #136a72;
		box-shadow: 0 0 0 0 #136a72
	}
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
		box-shadow: 0 0 0 20px rgba(1, 93, 199, 0)
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
		box-shadow: 0 0 0 0 rgba(1, 93, 199, 0)
	}
}

.services-section {
	padding-bottom: 50px
}

@media (max-width:991px) {
	.services-section {
		padding-bottom: 40px
	}
}

.services-section .services-grids .grid {
	width: 50%;
	float: left;
	position: relative;
	padding: 0 35px 0 70px;
	margin: 0 0 45px
}

@media (max-width:991px) {
	.services-section .services-grids .grid {
		padding: 0 35px 0 60px
	}
}

@media (max-width:767px) {
	.services-section .services-grids .grid {
		padding: 0 0 0 60px;
		width: 100%;
		float: none;
		margin: 0 0 35px
	}
}

.services-section .grid .icon {
	position: absolute;
	left: 0;
	top: -10px
}

.fas:before,
.services-section .grid .far:before {
	font-size: 45px;
	font-size: 2.8125rem;
	color: #136972;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s
}

@media (max-width:991px) {
	.fas:before,
	.services-section .grid .far:before {
		font-size: 35px;
		font-size: 2.1875rem
	}
}

.services-section .grid h3 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 .7em
}

@media (max-width:991px) {
	.services-section .grid h3 {
		font-size: 18px;
		font-size: 1.125rem
	}
}

.services-section .grid h3 a {
	color: #2b2e3a
}

.fas:before,
.services-section .grid:hover .far:before {
	color: #136a72
}

.services-section .grid:hover h3 a {
	color: #136a72
}

.testimonials-section,
.testimonials-section-s2 {
	background-color: #434952;
	text-align: center
}

.testimonials-section .testimonials-area,
.testimonials-section-s2 .testimonials-area {
	position: relative;
	padding-top: 85px
}

.testimonials-section .testimonials-area:before,
.testimonials-section-s2 .testimonials-area:before {
	content: "";
	background: url(../images/quote.png) center center/auto no-repeat local;
	width: 76px;
	height: 54px;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.testimonials-section .testimonials-area p,
.testimonials-section-s2 .testimonials-area p {
	font-size: 24px;
	font-size: 1.5rem;
	font-style: italic;
	color: #fff;
	margin: 0 0 1em
}

@media (max-width:991px) {
	.testimonials-section .testimonials-area p,
	.testimonials-section-s2 .testimonials-area p {
		font-size: 22px;
		font-size: 1.375rem
	}
}

@media (max-width:767px) {
	.testimonials-section .testimonials-area p,
	.testimonials-section-s2 .testimonials-area p {
		font-size: 18px;
		font-size: 1.125rem
	}
}

.testimonials-section .testimonials-area p+span,
.testimonials-section-s2 .testimonials-area p+span {
	color: #136a72;
	text-transform: uppercase
}

@media (max-width:991px) {
	.testimonials-section .testimonials-area p+span,
	.testimonials-section-s2 .testimonials-area p+span {
		font-size: 14px;
		font-size: .875rem
	}
}

@media (max-width:767px) {
	.testimonials-section .testimonials-area p+span,
	.testimonials-section-s2 .testimonials-area p+span {
		font-size: 12px;
		font-size: .75rem
	}
}

.projects-section {
	position: relative;
	padding-bottom: 100px
}

@media (max-width:991px) {
	.projects-section {
		padding-bottom: 80px
	}
}

@media (max-width:767px) {
	.projects-section {
		padding-bottom: 70px
	}
}

.projects-section:before {
	content: "";
	background-color: #434952;
	width: 100%;
	height: 40%;
	position: absolute;
	left: 0;
	top: 0
}

.projects-section .img-holder img {
	width: auto
}

.projects-section .grid {
	position: relative
}

.projects-section .grid .hover-content {
	width: 100%;
	height: 100%;
	padding: 45px;
	position: absolute;
	left: 0;
	top: 100px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	opacity: 0
}

@media (max-width:991px) {
	.projects-section .grid .hover-content {
		padding: 25px
	}
}

.projects-section .grid .hover-content:before {
	content: "";
	background: rgba(29, 29, 29, .9);
	width: calc(100% + 2px);
	height: 100%;
	position: absolute;
	left: -1px;
	top: 0
}

.projects-section .grid:hover .hover-content {
	top: 0;
	opacity: 1
}

.projects-section .hover-content .details {
	position: absolute;
	left: 45px;
	bottom: 45px;
	z-index: 2
}

@media (max-width:991px) {
	.projects-section .hover-content .details {
		left: 25px;
		bottom: 25px
	}
}

.projects-section .details h3 {
	font-size: 20px;
	font-size: 1.25rem;
	color: #fff;
	margin: 0 0 .2em
}

@media (max-width:991px) {
	.projects-section .details h3 {
		font-size: 18px;
		font-size: 1.125rem
	}
}

.projects-section .details .cat {
	color: #136a72
}

.projects-section .top-link {
	position: relative;
	z-index: 2
}

.fas:before,
.projects-section .top-link .far:before {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s
}

.fas:before,
.projects-section .top-link .far:before {
	font-size: 25px;
	font-size: 1.5625rem;
	color: #fff
}

.fas:before,
.projects-section .top-link a:hover .far:before {
	color: #136a72
}

.projects-section .owl-controls {
	margin-top: 50px
}

.projects-section .owl-theme .owl-dots .owl-dot.active span,
.projects-section .owl-theme .owl-dots .owl-dot:hover span {
	background: #136a72
}

.projects-pg-section {
	position: relative;
	padding-bottom: 100px
}

@media (max-width:991px) {
	.projects-pg-section {
		padding-bottom: 80px
	}
}

@media (max-width:767px) {
	.projects-pg-section {
		padding-bottom: 70px
	}
}

.projects-pg-section:before {
	display: none
}

.fun-fact-section {
	padding-bottom: 100px
}

@media (max-width:991px) {
	.fun-fact-section {
		padding-bottom: 40px
	}
}

@media (max-width:767px) {
	.fun-fact-section {
		padding-bottom: 30px
	}
}

.fun-fact-section .fun-fact-grids .grid {
	width: 25%;
	float: left;
	position: relative;
	padding: 0 0 0 65px
}

@media (max-width:991px) {
	.fun-fact-section .fun-fact-grids .grid {
		width: 50%;
		margin: 0 0 50px
	}
}

@media (max-width:767px) {
	.fun-fact-section .fun-fact-grids .grid {
		padding: 0 0 0 50px
	}
}

@media (max-width:500px) {
	.fun-fact-section .fun-fact-grids .grid {
		width: 200px;
		float: none;
		margin: 0 auto 50px
	}
}

.fun-fact-section .icon {
	position: absolute;
	left: 0;
	top: 0
}

.fas:before,
.fun-fact-section .far:before {
	font-size: 45px;
	font-size: 2.8125rem;
	color: #136a72
}

@media (max-width:767px) {
	.fas:before,
	.fun-fact-section .far:before {
		font-size: 35px;
		font-size: 2.1875rem
	}
}

.fun-fact-section .info {
	border-left: 1px solid #efefef;
	padding-left: 20px
}

@media (max-width:767px) {
	.fun-fact-section .info {
		padding-left: 15px
	}
}

.fun-fact-section .info h3 {
	font-size: 48px;
	font-size: 3rem;
	font-weight: 700;
	margin: 0
}

@media (max-width:1199px) {
	.fun-fact-section .info h3 {
		font-size: 40px;
		font-size: 2.5rem
	}
}

@media (max-width:767px) {
	.fun-fact-section .info h3 {
		font-size: 35px;
		font-size: 2.1875rem
	}
}

.start-section {
	position: relative
}

@media (max-width:991px) {
	.start-section {
		padding-bottom: 75px
	}
}

@media (max-width:767px) {
	.start-section {
		padding-bottom: 65px
	}
}

.start-section .bg {
	background: url(../images/bg.jpg) center top/cover no-repeat local;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

@media (max-width:767px) {
	.start-section .bg {
		height: 50%
	}
}

.start-section .bg:before {
	content: "";
	background-color: rgba(29, 29, 29, .8);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

@media (max-width:767px) {
	.start-section .bg:before {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0
	}
}

.start-section .content-here {
	text-align: center
}

.start-section .content-here .far:before,
.fas:before {
	font-size: 85px;
	font-size: 5.3125rem;
	color: #fff
}

@media (max-width:991px) {
	.start-section .content-here .far:before,
	.fas:before {
		font-size: 70px;
		font-size: 4.375rem
	}
}

.start-section .content-here h3 {
	font-size: 38px;
	font-size: 2.375rem;
	color: #fff;
	margin: .3em 0 0
}

@media (max-width:991px) {
	.start-section .content-here h3 {
		font-size: 30px;
		font-size: 1.875rem
	}
}

@media (max-width:767px) {
	.start-section .content-here h3 {
		font-size: 25px;
		font-size: 1.5625rem
	}
}

.start-section .video-holder {
	margin-top: -17px
}

.start-section .video-holder span {
	font-size: 18px;
	font-size: 1.125rem;
	color: #136a72;
	display: block
}

.start-section .team-section {
	margin-top: 100px;
	padding-top: 100px;
	position: relative
}

@media (max-width:991px) {
	.start-section .team-section {
		margin-top: 80px;
		padding-top: 80px
	}
}

.start-section .title-text {
	text-align: right;
	margin-top: 25px
}

@media (max-width:991px) {
	.start-section .title-text {
		text-align: left;
		margin: 25px 0 50px
	}
}

.start-section .title-text p {
	color: #fff;
	margin: 0
}

.start-section .team-grids .grid {
	width: 25%;
	float: left
}

@media (max-width:991px) {
	.start-section .team-grids .grid {
		width: 50%;
		margin: 0 0 25px
	}
}

@media (max-width:500px) {
	.start-section .team-grids .grid {
		width: 100%;
		float: none
	}
}

.start-section .team-grids .details {
	background: #fff;
	padding: 30px 25px;
	-webkit-box-shadow: 0 6px 18.9px 2.1px rgba(0, 0, 0, .04);
	box-shadow: 0 6px 18.9px 2.1px rgba(0, 0, 0, .04)
}

@media (max-width:767px) {
	.start-section .team-grids .details {
		padding: 20px 15px
	}
}

.start-section .details h5 {
	font-size: 16px;
	font-size: 1rem;
	margin: 0 0 .3em
}

.start-section .details h5+span {
	font-size: 14px;
	font-size: .875rem
}

.cta-with-partners {
	padding-bottom: 110px
}

@media (max-width:991px) {
	.cta-with-partners {
		padding-bottom: 90px
	}
}

@media (max-width:767px) {
	.cta-with-partners {
		padding-bottom: 80px
	}
}

.cta-with-partners .section-title-s2,
.cta-with-partners .section-title-s4 {
	margin-bottom: 30px
}

@media (max-width:991px) {
	.cta-with-partners .section-title-s2,
	.cta-with-partners .section-title-s4 {
		margin-bottom: 20px
	}
}

.cta-with-partners .cta-text p {
	margin-bottom: 2.5em
}

@media (max-width:991px) {
	.cta-with-partners .partner-grids {
		margin-top: 60px
	}
}

.cta-with-partners .partner-grids .grid {
	width: 50%;
	float: left;
	border: 1px solid #f0efef;
	text-align: center;
	padding: 35px 15px;
	margin-top: -1px;
	margin-left: -1px
}

.cta-with-partners .partner-grids img {
	display: inline-block
}

.products-section {
	padding: 0 0 60px
}

@media (max-width:991px) {
	.products-section {
		padding: 0 0 40px
	}
}

@media (max-width:767px) {
	.products-section {
		padding: 0 0 30px
	}
}

.products-section .section-title-text {
	text-align: right;
	margin-top: 25px
}

@media (max-width:991px) {
	.products-section .section-title-text {
		text-align: left;
		margin: 25px 0 50px
	}
}

.products-section .section-title-text p {
	margin: 0
}

.products-section .blog-grids {
	margin: 0 -15px
}

@media (max-width:767px) {
	.products-section .blog-grids {
		margin: 0 -7.5px
	}
}

.products-section .blog-grids .grid {
	width: calc(33.33% - 30px);
	float: left;
	margin: 0 15px 50px;
	padding: 20px;
	box-shadow: 0 2px 18.9px 2.1px rgb(0 0 0 / 8%);
	min-height: 560px
}

@media (max-width:1199px) {
	.products-section .blog-grids .grid {
		width: calc(50% - 30px)
	}
}

@media (max-width:767px) {
	.products-section .blog-grids .grid {
		width: calc(50% - 15px);
		margin: 0 7.5px 50px
	}
}

@media (max-width:550px) {
	.products-section .blog-grids .grid {
		width: calc(100% - 15px);
		float: none
	}
}

.products-section .entry-date {
	border-bottom: 1px solid #ececec;
	padding: 15px 0;
	margin: 0 0 25px
}

.products-section .entry-date h4 {
	display: inline-block;
	font-size: 38px;
	font-size: 1.375rem;
	margin: 0
}

@media (max-width:991px) {
	.products-section .entry-date h4 {
		font-size: 32px;
		font-size: 1.4rem
	}
}

.products-section .entry-date span {
	position: absolute;
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #ececec
}

.products-section .grid h3 {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 400;
	line-height: 1.3em;
	margin: 0
}

@media (max-width:1199px) {
	.products-section .grid h3 {
		font-size: 20px;
		font-size: 1.25rem
	}
}

@media (max-width:991px) {
	.products-section .grid h3 {
		font-size: 18px;
		font-size: 1.125rem
	}
}

.products-section .grid h3 a {
	color: #2b2e3a
}

.products-section .grid h3 a:hover {
	color: #136a72
}

.features-section .feature-grids {
	background-color: #cdcdcd0f;
	margin: -80px -15px 0;
	-webkit-box-shadow: 0 2px 18.9px 2.1px rgba(0, 0, 0, .04);
	box-shadow: 0 2px 18.9px 2.1px rgba(0, 0, 0, .04);
	padding: 20px
}

@media (max-width:991px) {
	.features-section .feature-grids {
		margin: 90px -15px 0
	}
}

@media (max-width:767px) {
	.features-section .feature-grids {
		margin: 0 -15px 0;
		padding: 70px 0 20px
	}
}

.features-section .feature-grids .grid {
	width: 33.33%;
	float: left;
	margin: 0 0 0;
	padding: 120px 35px 55px;
	position: relative
}

@media (max-width:991px) {
	.features-section .feature-grids .grid {
		width: 50%
	}
}

@media (max-width:767px) {
	.features-section .feature-grids .grid {
		width: 100%;
		float: none;
		padding: 0 0 0 60px;
		margin: 0 15px 40px
	}
}

.features-section .grid .icon {
	position: absolute;
	left: 28px;
	top: 35px
}

@media (max-width:767px) {
	.features-section .grid .icon {
		left: 0;
		top: -8px
	}
}

.fas:before,
.features-section .far:before {
	font-size: 47px;
	font-size: 2.9375rem;
	color: #136a72
}

@media (max-width:767px) {
	.fas:before,
	.features-section .far:before {
		font-size: 40px;
		font-size: 2.5rem
	}
}

.features-section .grid h3 {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 0 .7em
}

@media (max-width:767px) {
	.features-section .grid h3 {
		font-size: 16px;
		font-size: 1rem
	}
}

.features-section .grid p {
	margin: 0
}

.about-section-s2 {
	background: #fafafb;
	padding-top: 145px;
	padding-bottom: 150px
}

@media (max-width:1199px) {
	.about-section-s2 {
		padding-bottom: 130px
	}
}

@media (max-width:991px) {
	.about-section-s2 {
		padding-top: 90px;
		padding-bottom: 90px
	}
}

.about-section-s2 .img-holder {
	margin-left: 0;
	position: relative
}

.about-section-s2 .img-holder img {
	position: relative
}

@media (max-width:1199px) {
	.about-section-s2 .img-holder:before {
		right: auto;
		left: -35px
	}
}

@media (max-width:991px) {
	.about-section-s2 .img-holder:before {
		display: none
	}
}

.about-section-s2 .img-holder a {
	left: auto;
	right: -37px
}

@media (max-width:991px) {
	.about-section-s2 .img-holder a {
		width: 65px;
		height: 65px;
		border-radius: 65px;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

@media screen and (min-width:1200px) {
	.about-section-s2 .section-title-s2,
	.about-section-s2 .section-title-s4 {
		padding-top: 10px
	}
}

.about-section-s3 {
	padding-top: 5px
}

.services-section-s2 {
	padding: 110px 0 80px
}

@media (max-width:991px) {
	.services-section-s2 {
		padding: 90px 0 60px
	}
}

@media (max-width:767px) {
	.services-section-s2 {
		padding: 80px 0 50px
	}
}

.services-section-s2 .services-grids .grid {
	width: calc(33.33% - 30px);
	float: left;
	margin: 0 15px 30px;
	padding: 40px;
	border: 1px solid #e9f7e5;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	position: relative
}

@media (max-width:991px) {
	.services-section-s2 .services-grids .grid {
		width: calc(50% - 30px)
	}
}

@media (max-width:767px) {
	.services-section-s2 .services-grids .grid {
		width: calc(100% - 30px);
		float: none;
		padding: 20px 25px
	}
}

.services-section-s2 .services-grids .grid:before {
	content: "";
	background: rgba(255, 255, 255, .97);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s
}

.fas:before,
.services-section-s2 .grid .far:before {
	font-size: 50px;
	font-size: 3.125rem;
	color: #136a72;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s
}

@media (max-width:991px) {
	.fas:before,
	.services-section-s2 .grid .far:before {
		font-size: 35px;
		font-size: 2.1875rem
	}
}

.services-section-s2 .services-grids .grid .icon,
.services-section-s2 .services-grids .grid h3,
.services-section-s2 .services-grids .grid p {
	position: relative
}

.services-section-s2 .grid h3 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	margin: .7em 0 .7em
}

@media (max-width:991px) {
	.services-section-s2 .grid h3 {
		font-size: 18px;
		font-size: 1.125rem
	}
}

.services-section-s2 .grid h3 a {
	color: #2b2e3a;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s
}

.fas:before,
.services-section-s2 .grid:hover .far:before {
	color: #fff
}

.services-section-s2 .grid:hover h3 a,
.services-section-s2 .grid:hover p {
	color: #fff
}

.services-section-s2 .grid p {
	margin: 0
}

.services-section-s2 .grid:hover:before {
	background: #136a72d6
}

.service-s2-pg-section {
	padding: 110px 0 80px
}

@media (max-width:991px) {
	.service-s2-pg-section {
		padding: 90px 0 60px
	}
}

@media (max-width:767px) {
	.service-s2-pg-section {
		padding: 80px 0 50px
	}
}

.contact-section {
	margin-bottom: 110px
}

.contact-section .section-title-s2 span:before,
.contact-section .section-title-s4 span:before {
	display: none
}

.contact-section .content-area {
	background-color: #f7f7f7;
	overflow: hidden;
	position: relative
}

.contact-section .content-area .left-col,
.contact-section .content-area .right-col {
	width: 50%
}

@media (max-width:991px) {
	.contact-section .content-area .left-col,
	.contact-section .content-area .right-col {
		width: 100%;
		float: none
	}
}

.contact-section .content-area .left-col {
	background: url(../images/contact-bg.jpg) center center/cover no-repeat local;
	float: left;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

@media (max-width:991px) {
	.contact-section .content-area .left-col {
		float: none;
		position: relative;
		height: 400px
	}
}

.contact-section .content-area .right-col {
	float: right;
	padding: 100px 70px 55px
}

@media (max-width:1199px) {
	.contact-section .content-area .right-col {
		padding: 100px 60px 55px
	}
}

@media (max-width:991px) {
	.contact-section .content-area .right-col {
		float: none;
		padding: 90px 50px 45px
	}
}

.service-single-content {
	margin-bottom: 50px
}

@media (max-width:767px) {
	.contact-section .content-area .right-col {
		padding: 80px 20px 35px
	}
}

.contact-section .contact-form input,
.contact-section .contact-form textarea {
	background: #fdfdfd;
	width: 100%;
	height: 50px;
	font-size: 15px;
	font-size: .9375rem;
	border: 2px solid #f5f5f5;
	color: #fff;
	border-radius: 0;
	padding: 6px 18px;
	-webkit-box-shadow: none;
	box-shadow: none
}

.contact-section .contact-form input:focus,
.contact-section .contact-form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #136a72
}

.contact-section .contact-form form {
	margin: 0 -15px;
	overflow: hidden
}

.contact-section .contact-form form ::-webkit-input-placeholder {
	font-style: 16px;
	font-style: normal;
	color: #b0b0b0
}

.contact-section .contact-form form :-moz-placeholder {
	font-style: 16px;
	font-style: normal;
	color: #b0b0b0
}

.contact-section .contact-form form ::-moz-placeholder {
	font-style: 16px;
	font-style: normal;
	color: #b0b0b0
}

.contact-section .contact-form form :-ms-input-placeholder {
	font-style: 16px;
	font-style: normal;
	color: #b0b0b0
}

.contact-section .contact-form form>div {
	width: calc(50% - 30px);
	float: left;
	margin: 0 15px 30px
}

@media (max-width:1199px) {
	.contact-section .contact-form form>div {
		width: calc(100% - 30px);
		float: none
	}
}

@media (max-width:550px) {
	.contact-section .contact-form form>div {
		width: calc(100% - 30px);
		float: none
	}
}

.contact-section .contact-form form>div:nth-child(3) {
	width: calc(100% - 30px);
	float: none;
	clear: both
}

.contact-section .contact-form form>.submit-area {
	margin-bottom: 0
}

.contact-section .contact-form form .comment-area {
	width: calc(100% - 30px);
	float: none;
	clear: both
}

.contact-section .contact-form form .comment-area textarea {
	height: 170px
}

.contact-section .contact-form form .comment-area textarea:focus {
	border-color: #136a72;
	outline: 0
}

.services-section-s3 {
	padding-bottom: 50px
}

@media (max-width:991px) {
	.services-section-s3 {
		padding-bottom: 40px
	}
}

.services-section-s3 .services-grids .grid {
	width: 50%;
	float: left;
	position: relative;
	padding: 0 35px 0 95px;
	margin: 0 0 45px
}

@media (max-width:991px) {
	.services-section-s3 .services-grids .grid {
		padding: 0 35px 0 95px
	}
}

@media (max-width:767px) {
	.services-section-s3 .services-grids .grid {
		padding: 0 0 0 85px;
		width: 100%;
		float: none;
		margin: 0 0 35px
	}
}

.services-section-s3 .grid .icon {
	width: 68px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	position: absolute;
	left: 0;
	top: -10px;
	border-radius: 50%;
	-webkit-box-shadow: 0 7px 15.75px 5.25px rgba(0, 0, 0, .04);
	box-shadow: 0 7px 15.75px 5.25px rgba(0, 0, 0, .04);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s
}

@media (max-width:767px) {
	.services-section-s3 .grid .icon {
		width: 60px;
		height: 60px;
		line-height: 60px
	}
}

.services-section-s3 .services-grids>.grid:last-child i {
	position: relative;
	left: 5px
}

@media (max-width:767px) {
	.services-section-s3 .services-grids>.grid:last-child i {
		left: 3px
	}
}

.fas:before,
.services-section-s3 .grid .far:before {
	font-size: 33px;
	font-size: 2.0625rem;
	color: #136a72;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s
}

@media (max-width:767px) {
	.fas:before,
	.services-section-s3 .grid .far:before {
		font-size: 28px;
		font-size: 1.75rem
	}
}

.services-section-s3 .grid h3 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 .7em
}

@media (max-width:991px) {
	.services-section-s3 .grid h3 {
		font-size: 18px;
		font-size: 1.125rem
	}
}

.services-section-s3 .grid h3 a {
	color: #2b2e3a
}

.fas:before,
.services-section-s3 .grid:hover .far:before {
	color: #fff
}

.services-section-s3 .grid:hover h3 a {
	color: #136a72
}

.services-section-s3 .grid:hover .icon {
	background-color: #136a72
}

.projects-sections-s2 .project-grids .grid {
	width: 33.33%;
	float: left;
	position: relative;
	overflow: hidden
}

@media (max-width:991px) {
	.projects-sections-s2 .project-grids .grid {
		width: 50%
	}
}

@media (max-width:600px) {
	.projects-sections-s2 .project-grids .grid {
		width: 100%;
		float: none
	}
}

.projects-sections-s2 .grid .hover-content {
	width: 100%;
	height: 100%;
	padding: 30px;
	position: absolute;
	left: 0;
	top: 100px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	opacity: 0
}

@media (max-width:991px) {
	.projects-sections-s2 .grid .hover-content {
		padding: 25px
	}
}

.projects-sections-s2 .grid .hover-content:before {
	content: "";
	background: rgba(29, 29, 29, .9);
	width: calc(100% + 2px);
	height: 100%;
	position: absolute;
	left: -1px;
	top: 0
}

.projects-sections-s2 .grid:hover .hover-content {
	top: 0;
	opacity: 1
}

.projects-sections-s2 .hover-content .details {
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 2
}

@media (max-width:991px) {
	.projects-sections-s2 .hover-content .details {
		left: 25px;
		bottom: 25px
	}
}

.projects-sections-s2 .details h3 {
	font-size: 20px;
	font-size: 1.25rem;
	color: #fff;
	margin: 0 0 .2em
}

@media (max-width:991px) {
	.projects-sections-s2 .details h3 {
		font-size: 20px;
		font-size: 1.25rem
	}
}

@media (max-width:767px) {
	.projects-sections-s2 .details h3 {
		font-size: 18px;
		font-size: 1.125rem;
		font-weight: 400
	}
}

.projects-sections-s2 .details .cat {
	color: #136a72
}

.projects-sections-s2 .top-link {
	position: relative;
	z-index: 2
}

.fas:before,
.projects-sections-s2 .top-link .far:before {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s
}

.fas:before,
.projects-sections-s2 .top-link .far:before {
	font-size: 25px;
	font-size: 1.5625rem;
	color: #fff
}

.fas:before,
.projects-sections-s2 .top-link a:hover .far:before {
	color: #136a72
}

.projects-sections-s2 .all-projects {
	font-family: Lato, sans-serif;
	text-align: center;
	margin-top: 40px
}

.projects-sections-s2 .all-projects a {
	color: #2b2e3a
}

.projects-sections-s2 .all-projects a:hover {
	color: #136a72
}

.projects-sections-s2 .all-projects i {
	position: relative;
	top: 1px;
	left: 4px
}

.projects-sections-s2 .all-projects i:before {
	font-size: 14px;
	font-size: .875rem
}

.mission-vision-section {
	padding-bottom: 55px
}

@media (max-width:991px) {
	.mission-vision-section {
		padding-bottom: 35px
	}
}

@media (max-width:767px) {
	.mission-vision-section {
		padding-bottom: 25px
	}
}

.mission-vision-section .mission-vision-grids {
	margin: 0 -15px
}

@media (max-width:767px) {
	.mission-vision-section .mission-vision-grids {
		margin: 0 -7.5px
	}
}

.mission-vision-section .mission-vision-grids .grid {
	width: calc(33.33% - 30px);
	float: left;
	margin: 0 15px 50px
}

@media (max-width:991px) {
	.mission-vision-section .mission-vision-grids .grid {
		width: calc(50% - 30px)
	}
}

@media (max-width:767px) {
	.mission-vision-section .mission-vision-grids .grid {
		width: calc(50% - 15px);
		margin: 0 7.5px 50px
	}
}

@media (max-width:600px) {
	.mission-vision-section .mission-vision-grids .grid {
		width: calc(100% - 15px);
		float: none
	}
}

.mission-vision-section .title-area {
	text-align: center;
	margin-bottom: 50px
}

.mission-vision-section .title-area h2 {
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 400;
	line-height: 1.4em;
	margin: -.38em 0 0
}

@media (max-width:991px) {
	.mission-vision-section .title-area h2 {
		font-size: 22px;
		font-size: 1.375rem
	}
}

.mission-vision-section .grid .img-holder {
	margin-bottom: 30px
}

.mission-vision-section .grid h3 {
	font-size: 22px;
	font-size: 1.375rem;
	margin: 0 0 .6em
}

@media (max-width:991px) {
	.mission-vision-section .grid h3 {
		font-size: 18px;
		font-size: 1.125rem
	}
}

.mission-vision-section .grid p {
	margin-bottom: 0
}

.experience-section .content-area {
	background-color: #fafaf9;
	overflow: hidden;
	position: relative
}

.experience-section .content-area .left-col,
.experience-section .content-area .right-col {
	width: 50%
}

@media (max-width:991px) {
	.experience-section .content-area .left-col,
	.experience-section .content-area .right-col {
		width: 100%;
		float: none
	}
}

.experience-section .content-area .left-col {
	background: url(../images/about/skill-left-col.jpg) center center/cover no-repeat local;
	float: left;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

@media (max-width:991px) {
	.experience-section .content-area .left-col {
		float: none;
		position: relative;
		height: 400px
	}
}

.experience-section .content-area .right-col {
	float: right;
	padding: 100px 70px
}

@media (max-width:1199px) {
	.experience-section .content-area .right-col {
		padding: 100px 60px
	}
}

@media (max-width:991px) {
	.experience-section .content-area .right-col {
		float: none;
		padding: 90px 50px
	}
}

@media (max-width:767px) {
	.experience-section .content-area .right-col {
		padding: 80px 20px
	}
}

.experience-section .content-area h2 {
	font-size: 36px;
	font-size: 2.25rem;
	margin: -.19em 0 .6em
}

@media (max-width:991px) {
	.experience-section .content-area h2 {
		font-size: 30px;
		font-size: 1.875rem
	}
}

@media (max-width:767px) {
	.experience-section .content-area h2 {
		font-size: 26px;
		font-size: 1.625rem
	}
}

.experience-section .content-area p {
	margin-bottom: 2em
}

.experience-section .content-area ul {
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	list-style-type: none;
	margin-bottom: 35px
}

@media (max-width:991px) {
	.experience-section .content-area ul {
		font-size: 16px;
		font-size: 1rem
	}
}

.experience-section .content-area ul li {
	padding-left: 35px;
	position: relative
}

@media (max-width:991px) {
	.experience-section .content-area ul li {
		padding-left: 25px
	}
}

.experience-section .content-area ul>li+li {
	margin-top: 15px
}

.experience-section .content-area ul i {
	position: absolute;
	left: 0;
	top: 5px;
	color: #136a72
}

.experience-section .skills {
	padding-top: 20px
}

.experience-section .skills .skill {
	margin-bottom: 30px
}

.experience-section .skills .skill:last-child {
	margin-bottom: 0
}

.experience-section .skills .skill:last-child .progress {
	margin-bottom: 0
}

.experience-section .skills h6 {
	font-size: 16px;
	font-size: 1rem;
	margin: 0 0 .6em
}

@media (max-width:991px) {
	.experience-section .skills h6 {
		font-size: 14px;
		font-size: .875rem
	}
}

.experience-section .skills .progress {
	background-color: #e6e6e6;
	height: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow: visible;
	box-shadow: none;
	position: relative;
	border-radius: 0
}

.experience-section .skills .progress>span {
	font-size: 16px;
	font-size: 1rem;
	color: #7e8690;
	padding: 2px 6px;
	text-align: center;
	position: absolute;
	right: 20px;
	top: -32px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px
}

@media (max-width:991px) {
	.experience-section .skills .progress>span {
		padding: 0 6px
	}
}

@media (max-width:767px) {
	.experience-section .skills .progress>span {
		font-size: 14px;
		font-size: .875rem
	}
}

.experience-section .skills .progress-bar {
	background: #136a72;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0
}

.testimonials-section-s2 {
	background-color: #fff
}

.testimonials-section-s2 .testimonials-area p {
	color: #646c77
}

.testimonials-section-s2 .owl-theme .owl-controls {
	margin-top: 40px
}

.testimonials-section-s2 .owl-theme .owl-dots .owl-dot.active span,
.testimonials-section-s2 .owl-theme .owl-dots .owl-dot:hover span {
	background: #136a72
}

.about-pg-project-section {
	padding-top: 0
}

.team-section {
	padding-top: 0
}

.team-section .title-text {
	text-align: right;
	margin-top: 25px
}

@media (max-width:991px) {
	.team-section .title-text {
		text-align: left;
		margin: 25px 0 50px
	}
}

.team-section .title-text p {
	margin: 0
}

.team-section .team-grids .grid {
	width: 25%;
	float: left
}

@media (max-width:991px) {
	.team-section .team-grids .grid {
		width: 50%;
		margin: 0 0 25px
	}
}

@media (max-width:500px) {
	.team-section .team-grids .grid {
		width: 100%;
		float: none
	}
}

.team-section .team-grids .details {
	background: #fff;
	padding: 30px 25px;
	-webkit-box-shadow: 0 6px 18.9px 2.1px rgba(0, 0, 0, .04);
	box-shadow: 0 6px 18.9px 2.1px rgba(0, 0, 0, .04)
}

@media (max-width:767px) {
	.team-section .team-grids .details {
		padding: 20px 15px
	}
}

.team-section .details h5 {
	font-size: 16px;
	font-size: 1rem;
	margin: 0 0 .3em
}

.team-section .details h5+span {
	font-size: 14px;
	font-size: .875rem
}

.team-pg-section {
	padding: 110px 0
}

@media (max-width:991px) {
	.team-pg-section {
		padding: 90px 0
	}
}

@media (max-width:767px) {
	.team-pg-section {
		padding: 80px 0
	}
}

.partners-section {
	background-color: #f9f9f9;
	padding: 70px 0 58px;
	text-align: center
}

.partners-section .grid {
	border: 1px solid #e8e8e8;
	padding-bottom: 1px;
	margin-bottom: 1px;
	padding: 25px
}

.partners-section .grid img {
	width: auto;
	margin: 0 auto
}

.contact-pg-section .submit-btn-wrapper {
	text-align: center
}

.contact-pg-section form {
	overflow: hidden;
	margin: 0 -15px
}

@media (max-width:767px) {
	.contact-pg-section form {
		margin: 0 0 0 -15px
	}
}

.contact-pg-section form .one-third-col {
	width: 33.33%;
	float: left
}

@media (max-width:600px) {
	.contact-pg-section form .one-third-col {
		width: 100%;
		float: left
	}
}

.contact-pg-section form div {
	padding: 0 15px 30px
}

@media (max-width:767px) {
	.contact-pg-section form div {
		padding: 0 0 15px 15px
	}
}

.contact-pg-section form .submit-btn-wrapper {
	padding-bottom: 0
}

.contact-pg-section form input,
.contact-pg-section form textarea {
	background: #fdfdfd;
	font-size: 16px;
	font-size: 1rem;
	height: 55px;
	padding: 6px 15px;
	border: 2px solid #f2f2f2;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

@media (max-width:767px) {
	.contact-pg-section form input,
	.contact-pg-section form textarea {
		height: 45px
	}
}

.contact-pg-section form input:focus,
.contact-pg-section form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #136a72
}

.contact-pg-section form textarea {
	height: 200px;
	padding: 15px
}

.contact-pg-section .contact-info {
	padding: 60px 35px;
	margin-top: 75px;
	-webkit-box-shadow: 0 9px 57px 0 rgba(0, 0, 0, .13);
	box-shadow: 0 9px 57px 0 rgba(0, 0, 0, .13)
}

@media (max-width:991px) {
	.contact-pg-section .contact-info {
		padding: 60px 35px 40px;
		margin-top: 60px
	}
}

@media (max-width:767px) {
	.contact-pg-section .contact-info {
		padding: 50px 25px 30px;
		margin-top: 50px
	}
}

.contact-pg-section .contact-info>div {
	width: 33.33%;
	float: left;
	position: relative;
	padding-left: 65px
}

@media (max-width:991px) {
	.contact-pg-section .contact-info>div {
		width: 50%;
		padding-left: 55px;
		margin-bottom: 20px
	}
}

@media (max-width:767px) {
	.contact-pg-section .contact-info>div {
		width: 100%;
		float: none
	}
}

.contact-pg-section .contact-info .icon {
	position: absolute;
	left: 0;
	top: 0
}

.contact-pg-section .contact-info .icon i {
	font-size: 50px;
	font-size: 3.125rem;
	color: #136a72
}

@media (max-width:991px) {
	.contact-pg-section .contact-info .icon i {
		font-size: 40px;
		font-size: 2.5rem
	}
}

@media (max-width:767px) {
	.contact-pg-section .contact-info .icon i {
		font-size: 35px;
		font-size: 2.1875rem
	}
}

.contact-pg-section .contact-info h5 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 0 .05em
}

.contact-pg-section .contact-map {
	height: 450px;
	margin-top: 100px
}

@media (max-width:991px) {
	.contact-pg-section .contact-map {
		margin-top: 80px
	}
}

@media (max-width:767px) {
	.contact-pg-section .contact-map {
		height: 350px;
		margin-top: 70px
	}
}

.contact-pg-section .contact-map iframe {
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0
}

@media screen and (min-width:1200px) {
	.blog-pg-section .blog-content {
		padding-right: 50px
	}
}

.blog-pg-section .blog-content .post {
	margin-bottom: 100px
}

@media (max-width:991px) {
	.blog-pg-section .blog-content .post {
		margin-bottom: 80px
	}
}

@media (max-width:767px) {
	.blog-pg-section .blog-content .post {
		margin-bottom: 70px
	}
}

.blog-pg-section .entry-meta {
	list-style: none;
	overflow: hidden;
	margin: 35px 0
}

@media (max-width:767px) {
	.blog-pg-section .entry-meta {
		margin: 25px 0
	}
}

.blog-pg-section .entry-meta li {
	float: left;
	font-size: 14px;
	font-size: .875rem
}

@media (max-width:767px) {
	.blog-pg-section .entry-meta li {
		font-size: 12px;
		font-size: .75rem
	}
}

.blog-pg-section .entry-meta>li+li {
	margin-left: 20px;
	padding-left: 20px;
	position: relative
}

.blog-pg-section .entry-meta>li+li:before {
	content: "";
	background: #136a72;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	position: absolute;
	left: -4px;
	top: 7px
}

@media (max-width:767px) {
	.blog-pg-section .entry-meta>li+li:before {
		top: 5px
	}
}

.blog-pg-section .entry-meta li a {
	color: #136a72
}

.blog-pg-section .post h3 {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.2em;
	font-weight: 600;
	margin: -.27em 0 .7em
}

@media (max-width:991px) {
	.blog-pg-section .post h3 {
		font-size: 25px;
		font-size: 1.5625rem
	}
}

@media (max-width:767px) {
	.blog-pg-section .post h3 {
		font-size: 22px;
		font-size: 1.375rem
	}
}

.blog-pg-section .post h3 a {
	color: #2b2e3a
}

.blog-pg-section .post h3 a:hover {
	color: #136a72
}

.blog-pg-section .post p {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 1.5em
}

@media (max-width:991px) {
	.blog-pg-section .post p {
		font-size: 16px;
		font-size: 1rem
	}
}

.blog-pg-section .post .more {
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	color: #2b2e3a;
	display: inline-block;
	line-height: .5em;
	padding-left: 50px;
	position: relative
}

.blog-pg-section .post .more:before {
	content: "";
	background: #136a72;
	width: 32px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 5px
}

@media (max-width:991px) {
	.blog-pg-section .post .more {
		font-size: 15px;
		font-size: .9375rem
	}
}

.blog-pg-section .post .more:hover {
	color: #136a72
}

.blog-pg-section .post .more .far:before,
.fas:before {
	font-size: 14px;
	font-size: .875rem;
	position: relative;
	top: 1px;
	left: 2px
}

.blog-pg-section .format-quote,
.blog-pg-section .format-standard {
	background-color: #f8f8f8;
	padding: 25px 35px 45px
}

@media (max-width:767px) {
	.blog-pg-section .format-quote,
	.blog-pg-section .format-standard {
		padding: 25px 20px 45px
	}
}

.blog-pg-section .format-gallery {
	position: relative
}

.blog-pg-section .format-gallery .owl-controls {
	width: 100%;
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-]:hover {
	background: #136a72
}

.blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-] {
	background: rgba(133, 133, 133, .5);
	width: 50px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next,
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
	left: 15px
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
	right: 15px
}

.blog-pg-section .format-quote {
	position: relative
}

.blog-pg-section .format-quote:before {
	content: "";
	background: url(../images/blog/quote.png) center center/auto no-repeat local;
	width: 57px;
	height: 41px;
	position: absolute;
	right: 45px;
	bottom: 35px
}

.blog-pg-section .format-video .video-holder {
	position: relative;
	text-align: center
}

.blog-pg-section .format-video .video-holder:before {
	content: "";
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.blog-pg-section .format-video .video-holder:hover:before {
	background-color: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.blog-pg-section .format-video .video-holder a {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.blog-pg-section .format-video .video-holder .far:before,
.fas:before {
	font-size: 80px;
	font-size: 5rem;
	color: #fff
}

@media (max-width:767px) {
	.blog-pg-section .format-video .video-holder .far:before,
	.fas:before {
		font-size: 60px;
		font-size: 3.75rem
	}
}

@media screen and (min-width:1200px) {
	.blog-pg-left-sidebar .blog-content {
		padding-right: 0;
		padding-left: 50px
	}
}

@media screen and (min-width:1200px) {
	.blog-pg-fullwidth .blog-content {
		padding: 0
	}
}

@media screen and (min-width:1200px) {
	.blog-single-section .blog-content {
		padding-right: 50px
	}
}

.blog-single-section .entry-meta {
	list-style: none;
	overflow: hidden;
	margin: 35px 0
}

@media (max-width:767px) {
	.blog-single-section .entry-meta {
		margin: 25px 0
	}
}

.blog-single-section .entry-meta li {
	float: left;
	font-size: 14px;
	font-size: .875rem
}

@media (max-width:767px) {
	.blog-single-section .entry-meta li {
		font-size: 12px;
		font-size: .75rem
	}
}

.blog-single-section .entry-meta>li+li {
	margin-left: 20px;
	padding-left: 20px;
	position: relative
}

.blog-single-section .entry-meta>li+li:before {
	content: "";
	background: #136a72;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	position: absolute;
	left: -4px;
	top: 7px
}

@media (max-width:767px) {
	.blog-single-section .entry-meta>li+li:before {
		top: 5px
	}
}

.blog-single-section .entry-meta li a {
	color: #136a72
}

.blog-single-section .post h2 {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 600;
	margin: -.22em 0 .7em;
	line-height: 1.3em
}

@media (max-width:991px) {
	.blog-single-section .post h2 {
		font-size: 30px;
		font-size: 1.875rem
	}
}

@media (max-width:767px) {
	.blog-single-section .post h2 {
		font-size: 25px;
		font-size: 1.5625rem
	}
}

.blog-single-section .post p {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 1.5em
}

@media (max-width:991px) {
	.blog-single-section .post p {
		font-size: 16px;
		font-size: 1rem
	}
}

.blog-single-section .post h3 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3em;
	margin: 1.8em 0 1em
}

@media (max-width:991px) {
	.blog-single-section .post h3 {
		font-size: 22px;
		font-size: 1.375rem
	}
}

@media (max-width:767px) {
	.blog-single-section .post h3 {
		font-size: 20px;
		font-size: 1.25rem
	}
}

.blog-single-section .post blockquote {
	background-color: #136a72;
	color: #fff;
	line-height: 1.6em;
	padding: 120px 45px 65px;
	margin-top: 60px;
	border: 0;
	position: relative
}

@media (max-width:767px) {
	.blog-single-section .post blockquote {
		padding: 55px 25px
	}
}

.blog-single-section .post blockquote:before {
	content: "";
	background: url(../images/blog/quote-2.png) center center/auto no-repeat local;
	width: 62px;
	height: 44px;
	position: absolute;
	left: 45px;
	top: 40px
}

@media (max-width:767px) {
	.blog-single-section .post blockquote:before {
		display: none
	}
}

.blog-single-section .post blockquote .quoter {
	font-size: 14px;
	font-size: .875rem;
	display: block;
	margin-top: 15px
}

.blog-single-section .tag-share {
	border: 1px solid #f2f2f2;
	padding: 25px 25px 35px;
	margin: 55px 0 0;
	color: #2b2e3a
}

.blog-single-section .tag-share ul {
	list-style: none;
	display: inline-block;
	overflow: hidden
}

.blog-single-section .tag-share ul li {
	float: left
}

@media (max-width:767px) {
	.blog-single-section .tag-share ul li {
		margin: 2px
	}
}

.blog-single-section .tag-share ul>li+li {
	margin-left: 10px
}

@media (max-width:767px) {
	.blog-single-section .tag-share ul>li+li {
		margin: 2px
	}
}

.blog-single-section .tag-share .tag ul {
	list-style: none;
	position: relative;
	top: 15px
}

.blog-single-section .tag-share .tag a {
	font-size: 14px;
	font-size: .875rem;
	background-color: #f7f7f7;
	color: #627381;
	padding: 8px 15px;
	display: block;
	border-radius: 50px
}

@media (max-width:767px) {
	.blog-single-section .tag-share .tag a {
		font-size: 13px;
		font-size: .8125rem;
		padding: 5px 10px
	}
}

.blog-single-section .tag-share .tag a:hover {
	background-color: #136a72;
	color: #fff
}

.blog-single-section .tag-share .share {
	margin-top: 40px
}

.blog-single-section .tag-share .share ul {
	position: relative;
	top: 15px
}

.blog-single-section .tag-share .share ul>li+li {
	margin-left: 15px
}

@media (max-width:767px) {
	.blog-single-section .tag-share .share ul>li+li {
		margin-left: 10px
	}
}

@media (max-width:767px) {
	.blog-single-section .tag-share .share ul>li {
		margin: 5px
	}
}

.blog-single-section .tag-share .share a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #eae6e6;
	border-radius: 50%;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	color: #627381
}

@media (max-width:767px) {
	.blog-single-section .tag-share .share a {
		font-size: 13px;
		font-size: .8125rem
	}
}

.blog-single-section .tag-share .share a:hover {
	background: #136a72;
	border-color: #136a72;
	color: #fff!important
}

.blog-single-section .tag-share .share ul>li:first-child a {
	color: #3c5ba4
}

.blog-single-section .tag-share .share ul>li:nth-child(2) a {
	color: #47a0d9
}

.blog-single-section .tag-share .share ul>li:nth-child(3) a {
	color: #0073b1
}

.blog-single-section .tag-share .share ul>li:nth-child(4) a {
	color: #933f94
}

.blog-single-section .author-box {
	padding: 35px 40px 25px;
	margin: 70px 0;
	border: 1px solid #f2f2f2
}

@media (max-width:991px) {
	.blog-single-section .author-box {
		padding: 35px 40px
	}
}

@media (max-width:767px) {
	.blog-single-section .author-box {
		padding: 25px
	}
}

.blog-single-section .author-box .author-avatar {
	float: left
}

@media (max-width:767px) {
	.blog-single-section .author-box .author-avatar {
		float: none
	}
}

.blog-single-section .author-box .author-content {
	display: block;
	overflow: hidden;
	padding-left: 25px
}

@media (max-width:767px) {
	.blog-single-section .author-box .author-content {
		padding: 0;
		margin: 15px 0 0 0
	}
}

.blog-single-section .author-box .author-content p {
	font-size: 17px;
	font-size: 1.0625rem;
	color: #949494;
	margin-bottom: 20px
}

@media (max-width:767px) {
	.blog-single-section .author-box .author-content p {
		font-size: 15px;
		font-size: .9375rem
	}
}

.blog-single-section .author-box .author-name {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
	color: #2b2e3a
}

.blog-single-section .author-box .social-link {
	display: inline-block;
	list-style: none
}

.blog-single-section .author-box .social-link li {
	float: left;
	margin-right: 15px
}

.blog-single-section .author-box .social-link a {
	display: block;
	font-size: 15px;
	font-size: .9375rem;
	color: #2b2e3a
}

.blog-single-section .author-box .social-link a:hover {
	color: #136a72
}

.blog-single-section .more-posts {
	overflow: hidden;
	border: 1px solid #f2f2f2
}

.blog-single-section .more-posts>div {
	width: 50%;
	float: left
}

.blog-single-section .more-posts>div>a {
	display: inline-block
}

.blog-single-section .more-posts .next-post,
.blog-single-section .more-posts .previous-post {
	font-size: 18px;
	font-size: 1.125rem;
	color: #939ba2;
	padding: 30px
}

@media (max-width:767px) {
	.blog-single-section .more-posts .next-post,
	.blog-single-section .more-posts .previous-post {
		padding: 20px;
		font-size: 16px;
		font-size: 1rem
	}
}

@media (max-width:450px) {
	.blog-single-section .more-posts .next-post,
	.blog-single-section .more-posts .previous-post {
		font-size: 14px;
		font-size: .875rem
	}
}

.blog-single-section .more-posts .next-post i,
.blog-single-section .more-posts .previous-post i {
	position: relative;
	top: 2px
}

@media (max-width:450px) {
	.blog-single-section .more-posts .next-post i,
	.blog-single-section .more-posts .previous-post i {
		display: none
	}
}

.blog-single-section .more-posts .next-post {
	text-align: right;
	border-left: 1px solid #e8e8e8
}

.blog-single-section .more-posts .next-post>a>span,
.blog-single-section .more-posts .previous-post>a>span {
	display: block
}

.blog-single-section .more-posts .post-control-link {
	color: #939ba2;
	font-weight: 600
}

.blog-single-section .more-posts .next-post i {
	left: 2px
}

.blog-single-section .more-posts a:hover .post-control-link {
	color: #136a72
}

.blog-single-section .comments-area {
	margin-top: 70px
}

.blog-single-section .comments-area .comments {
	-webkit-box-shadow: 0 0 21.17px 7.83px rgba(0, 0, 0, .04);
	box-shadow: 0 0 21.17px 7.83px rgba(0, 0, 0, .04);
	border-bottom: 0
}

.blog-single-section .comments-area li>div {
	border-bottom: 1px solid #f1f1f1;
	padding: 35px
}

@media (max-width:991px) {
	.blog-single-section .comments-area li>div {
		padding: 35px 25px
	}
}

.blog-single-section .comments-area ol {
	list-style-type: none;
	padding-left: 0
}

.blog-single-section .comments-area ol ul {
	padding-left: 30px;
	list-style-type: none
}

.blog-single-section .comments-area ol>li:last-child div {
	border-bottom: 0
}

.blog-single-section .comments-area .comments-title {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	margin: 0 0 1.5em
}

@media (max-width:991px) {
	.blog-single-section .comments-area .comments-title {
		font-size: 20px;
		font-size: 1.25rem
	}
}

.blog-single-section .comments-area li>div {
	position: relative
}

.blog-single-section .comments-area .comment-theme {
	position: absolute;
	left: 35px
}

@media (max-width:767px) {
	.blog-single-section .comments-area .comment-theme {
		position: static
	}
}

.blog-single-section .comments-area .comment-main-area {
	padding-left: 100px
}

@media (max-width:767px) {
	.blog-single-section .comments-area .comment-main-area {
		padding-left: 0;
		margin-top: 25px
	}
}

.blog-single-section .comments-area .comment-main-area p {
	margin-bottom: 20px
}

.blog-single-section .comments-area .comments-meta h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	color: #6d6d6d;
	font-weight: 700;
	margin: 0 0 1em
}

.blog-single-section .comments-area .comments-meta h4 span {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #949494;
	text-transform: none;
	display: inline-block;
	padding-left: 5px;
	font-size: 16px;
	font-size: 1rem
}

@media (max-width:767px) {
	.blog-single-section .comments-area .comments-meta h4 span {
		padding-left: 0
	}
}

.blog-single-section .comments-area .comment-reply-link {
	background: #b8e4ab;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	padding: 4px 14px;
	display: inline-block
}

.blog-single-section .comments-area .comment-reply-link:hover {
	background-color: #136a72
}

.blog-single-section .comment-respond {
	margin-top: 70px
}

.blog-single-section .comment-respond .comment-reply-title {
	font-size: 22px;
	font-size: 1.375rem;
	margin: 0 0 1.5em
}

@media (max-width:991px) {
	.blog-single-section .comment-respond .comment-reply-title {
		font-size: 20px;
		font-size: 1.25rem
	}
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
	background-color: #f8f8f8;
	width: 100%;
	height: 50px;
	border: 1px solid #f8f8f8;
	padding: 6px 15px;
	margin-bottom: 15px;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #136a72
}

@media (max-width:991px) {
	.blog-single-section .comment-respond form input,
	.blog-single-section .comment-respond form textarea {
		height: 40px
	}
}

.blog-single-section .comment-respond form textarea {
	height: 220px;
	padding: 15px
}

@media (max-width:991px) {
	.blog-single-section .comment-respond form textarea {
		height: 150px
	}
}

.blog-single-section .comment-respond .form-inputs {
	overflow: hidden
}

.blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
	width: 49%;
	float: left
}

@media (max-width:767px) {
	.blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
		width: 100%;
		float: none
	}
}

.blog-single-section .comment-respond .form-inputs>input:nth-child(3) {
	width: 49%;
	float: right
}

@media (max-width:767px) {
	.blog-single-section .comment-respond .form-inputs>input:nth-child(3) {
		width: 100%;
		float: none
	}
}

.blog-single-section .comment-respond .form-submit input {
	max-width: 180px;
	background-color: #136a72;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0;
	border: 0;
	outline: 0;
	text-transform: uppercase
}

.blog-single-section .comment-respond .form-submit input:hover {
	background-color: #313131
}

@media screen and (min-width:1200px) {
	.blog-single-left-sidebar-section .blog-content {
		padding-right: 0;
		padding-left: 50px
	}
}

@media screen and (min-width:1200px) {
	.blog-single-fullwidth .blog-content {
		padding: 0
	}
}

@media screen and (min-width:1200px) {
	.project-sigle-section .content-area {
		width: calc(100% - 200px);
		margin: 0 auto
	}
}

.project-sigle-section .project-info {
	background-color: rgba(135, 210, 113, .9);
	max-width: 485px;
	padding: 45px;
	margin-top: -100px;
	position: relative;
	z-index: 1
}

@media (max-width:991px) {
	.project-sigle-section .project-info {
		margin: 50px 0 0;
		padding: 25px
	}
}

.project-sigle-section .project-info ul {
	list-style: none
}

.project-sigle-section .project-info ul>li+li {
	margin-top: 8px
}

.project-sigle-section .project-info li {
	color: #fff
}

.project-sigle-section .project-info li span {
	font-weight: 600
}

.project-sigle-section .content-area h2 {
	font-size: 32px;
	font-size: 2rem;
	margin: 2em 0 .8em
}

@media (max-width:991px) {
	.project-sigle-section .content-area h2 {
		font-size: 28px;
		font-size: 1.75rem
	}
}

@media (max-width:767px) {
	.project-sigle-section .content-area h2 {
		font-size: 25px;
		font-size: 1.5625rem
	}
}

.project-sigle-section .content-area p {
	margin-bottom: 1.7em
}

.project-sigle-section .challange-solution-section {
	margin-top: 70px
}

.project-sigle-section .challange-solution-section ul {
	list-style: none
}

.project-sigle-section .challange-solution-section ul li {
	font-size: 18px;
	font-size: 1.125rem
}

@media (max-width:991px) {
	.project-sigle-section .challange-solution-section ul li {
		font-size: 16px;
		font-size: 1rem
	}
}

.project-sigle-section .challange-solution-section ul>li+li {
	margin-top: 8px
}

.project-sigle-section .challange-solution-section li i {
	color: #136a72;
	display: inline-block;
	padding-right: 7px;
	position: relative;
	top: 2px
}

.project-sigle-section .challange-solution-section .panel-heading a {
	font-family: Lato, sans-serif
}

.project-sigle-section .prev-next-project {
	background: #fbfbfb;
	padding: 28px 22px;
	margin-top: 80px;
	overflow: hidden
}

@media (max-width:767px) {
	.project-sigle-section .prev-next-project {
		text-align: center;
		padding: 35px 22px
	}
}

.project-sigle-section .prev-next-project>div {
	display: inline-block;
	position: relative;
	padding-left: 75px
}

@media (max-width:767px) {
	.project-sigle-section .prev-next-project>div {
		display: block;
		float: none;
		padding: 0
	}
}

.project-sigle-section .prev-next-project>div:first-child {
	float: left
}

@media (max-width:767px) {
	.project-sigle-section .prev-next-project>div:first-child {
		display: block;
		float: none;
		margin-bottom: 25px
	}
}

.project-sigle-section .prev-next-project>div:last-child {
	float: right;
	padding: 0 75px 0 0
}

@media (max-width:767px) {
	.project-sigle-section .prev-next-project>div:last-child {
		display: block;
		float: none;
		padding: 0
	}
}

.project-sigle-section .prev-next-project .icon {
	position: absolute;
	left: 0;
	top: 5px;
	border-right: 1px solid #e8e8e8;
	padding-right: 18px
}

@media (max-width:767px) {
	.project-sigle-section .prev-next-project .icon {
		display: none
	}
}

.fas:before,
.project-sigle-section .prev-next-project .icon .far:before {
	font-size: 30px;
	font-size: 1.875rem;
	color: #136a72
}

.project-sigle-section .prev-next-project>div:last-child .icon {
	left: auto;
	right: 0;
	border-left: 1px solid #e8e8e8;
	padding-left: 18px;
	border-right: 0;
	padding-right: 0
}

.project-sigle-section .prev-next-project a {
	display: block
}

.project-sigle-section .prev-next-project a>span {
	color: #7b7b7b
}

.project-sigle-section .prev-next-project a>h5 {
	font-size: 16px;
	font-size: 1rem;
	color: #2b2e3a;
	margin: .3em 0 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s
}

@media (max-width:767px) {
	.project-sigle-section .prev-next-project a>h5 {
		font-size: 16px;
		font-size: 1rem;
		margin: .1em 0 0
	}
}

.project-sigle-section .prev-next-project a:hover h5 {
	color: #136a72
}

@media screen and (min-width:1200px) {
	.service-single-section .service-single-content {
		padding-left: 20px
	}
}

.service-single-section .service-single-content .service-pic {
	margin-bottom: 50px
}

.service-single-section .service-single-content .theme-btn,
.service-single-section .service-single-content .theme-btn-s2 {
	margin-top: 20px
}

.service-single-section .service-single-content h2 {
	font-size: 28px;
	font-size: 1.75rem;
	margin: 1em 0
}

@media (max-width:767px) {
	.service-single-section .service-single-content h2 {
		font-size: 25px;
		font-size: 1.5625rem
	}
}

.service-single-section .service-single-content h3 {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 1.7em 0 1em
}

.service-single-section .service-single-content p {
	margin-bottom: 1.3em
}

.service-single-section .service-single-content ul {
	list-style: none
}

@media (max-width:767px) {
	.service-single-section .service-single-content ul {
		font-size: 15px;
		font-size: .9375rem
	}
}

.service-single-section .service-single-content ul li {
	position: relative;
	padding-left: 25px;
	line-height: 1.7em;
	color: #121212
}

.service-single-section .service-single-content ul>li+li {
	margin-top: 8px
}

.service-single-section .service-single-content ul li i {
	display: inline-block;
	color: #136a72;
	position: absolute;
	left: 0;
	top: 5px
}

.service-single-section .service-single-content .service-features {
	overflow: hidden
}

.service-single-section .service-single-content .service-features ul {
	width: 50%;
	display: inline-block;
	float: left
}

@media (max-width:767px) {
	.service-single-section .service-single-content .service-features ul {
		width: 100%;
		float: none;
		display: block;
		margin-top: 10px
	}
}

.service-single-section .service-single-tab {
	margin-top: 70px;
	margin-bottom: 40px
}

@media (max-width:991px) {
	.service-single-section .service-single-tab {
		margin-top: 40px
	}
}

@media (max-width:767px) {
	.service-single-section .service-single-tab {
		margin-top: 40px
	}
}

.service-single-section .service-single-tab .nav {
	overflow: hidden;
	margin: 0
}

.service-single-section .service-single-tab .nav li {
	float: left;
	padding-left: 0
}

.service-single-section .service-single-tab .nav>li+li {
	margin-top: 0;
	margin-left: 3px
}

@media (max-width:767px) {
	.service-single-section .service-single-tab .nav>li+li {
		margin-left: 1px
	}
}

.service-single-section .service-single-tab .nav a {
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	color: #2b2e3a;
	padding: 10px 25px
}

@media (max-width:767px) {
	.service-single-section .service-single-tab .nav a {
		font-size: 14px;
		font-size: .875rem;
		padding: 8px 12px
	}
}

@media (max-width:350px) {
	.service-single-section .service-single-tab .nav a {
		padding: 8px
	}
}

.service-single-section .service-single-tab .nav .active a,
.service-single-section .service-single-tab .nav a:hover {
	background: #136a72;
	color: #fff
}

@media (max-width:767px) {
	.service-single-section .tab-content {
		padding: 25px 20px
	}
}

.service-single-section .tab-content .tab-pane p {
	margin-bottom: 20px
}

@media (max-width:767px) {
	.service-single-section .tab-content .tab-pane p {
		margin-bottom: 15px
	}
}

.service-single-section .tab-content .tab-pane p:last-child {
	margin-bottom: 0
}

.service-single-section .request-service {
	background: url(../images/service-single-form-bg.jpg) center center/cover no-repeat local;
	padding: 45px 50px 25px;
	margin-top: 80px;
	position: relative
}

@media (max-width:1199px) {
	.service-single-section .request-service {
		padding: 45px 50px
	}
}

@media (max-width:991px) {
	.service-single-section .request-service {
		padding: 35px 30px
	}
}

.service-single-section .request-service:before {
	content: "";
	background-color: rgba(135, 210, 113, .95);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.service-single-section .request-service h3,
.service-single-section .request-service>form {
	position: relative;
	z-index: 1
}

.service-single-section .request-service h3 {
	font-size: 22px;
	font-size: 1.375rem;
	color: #fff;
	margin: 0 0 1em
}

@media (max-width:991px) {
	.service-single-section .request-service h3 {
		font-size: 18px;
		font-size: 1.125rem
	}
}

.service-single-section .request-service input,
.service-single-section .request-service textarea {
	background: 0 0;
	width: 100%;
	height: 45px;
	font-size: 15px;
	font-size: .9375rem;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 0;
	padding: 6px 18px;
	-webkit-box-shadow: none;
	box-shadow: none
}

.service-single-section .request-service input:focus,
.service-single-section .request-service textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #136a72
}

.service-single-section .request-service form {
	margin: 0 -15px;
	overflow: hidden
}

.service-single-section .request-service form ::-webkit-input-placeholder {
	font-style: 16px;
	font-style: normal;
	color: #fff
}

.service-single-section .request-service form :-moz-placeholder {
	font-style: 16px;
	font-style: normal;
	color: #fff
}

.service-single-section .request-service form ::-moz-placeholder {
	font-style: 16px;
	font-style: normal;
	color: #fff
}

.service-single-section .request-service form :-ms-input-placeholder {
	font-style: 16px;
	font-style: normal;
	color: #fff
}

.service-single-section .request-service form>div {
	width: calc(50% - 30px);
	float: left;
	margin: 0 15px 30px
}

@media (max-width:1199px) {
	.service-single-section .request-service form>div {
		width: calc(100% - 30px);
		float: none
	}
}

@media (max-width:550px) {
	.service-single-section .request-service form>div {
		width: calc(100% - 30px);
		float: none
	}
}

.service-single-section .request-service form>.submit-area {
	margin-bottom: 0
}

.service-single-section .request-service form>.submit-area button {
	background: #fff;
	color: #2b2e3a;
	font-weight: 600;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0 45px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.service-single-section .request-service form>.submit-area button:hover {
	background: #136a72
}

.shop-section .shop-grids {
	margin: 0 -10px
}

.shop-section .shop-grids .grid {
	width: calc(33.33% - 20px);
	float: left;
	margin: 0 10px 25px
}

@media (max-width:767px) {
	.shop-section .shop-grids .grid {
		width: calc(50% - 20px)
	}
}

@media (max-width:550px) {
	.shop-section .shop-grids .grid {
		width: calc(100% - 20px);
		float: none
	}
}

.shop-section .img-add-cart {
	position: relative;
	overflow: hidden
}

.shop-section .img-add-cart .add-cart {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -62px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.shop-section .img-add-cart a {
	background: #136a72;
	text-align: center;
	padding: 20px;
	display: block;
	color: #fff;
	font-weight: 600
}

.shop-section .img-add-cart a i {
	display: inline-block;
	padding-left: 5px
}

.shop-section .shop-grids .grid:hover .add-cart {
	bottom: 0
}

.shop-section .grid .details {
	text-align: center;
	padding: 25px 15px;
	-webkit-box-shadow: 0 8px 48.38px 10.62px rgba(0, 0, 0, .06);
	box-shadow: 0 8px 48.38px 10.62px rgba(0, 0, 0, .06)
}

.shop-section .grid .details h4 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.4em;
	margin: 0 0 .3em
}

.shop-section .grid .details h4 a {
	color: #2b2e3a
}

.shop-section .grid .details h4 a:hover {
	color: #136a72
}

.shop-section .grid .details .price {
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	color: #136a72
}

@media (max-width:991px) {
	.shop-section .grid .details .price {
		font-size: 18px;
		font-size: 1.125rem
	}
}

.shop-section .grid .details del {
	font-weight: 400;
	color: #aaa;
	font-size: 14px;
	display: inline-block;
	padding-left: 8px
}

.shop-single-section .shop-single-slider .slider-for {
	text-align: center
}

.shop-single-section .shop-single-slider .slider-for img {
	display: inline-block
}

.shop-single-section .shop-single-slider .slider-nav {
	padding: 0 25px;
	margin-top: 35px
}

.shop-single-section .shop-single-slider .slider-nav>i {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100
}

.shop-single-section .shop-single-slider .slider-nav>i:hover {
	cursor: pointer
}

.shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
	left: auto;
	right: 0
}

.shop-single-section .shop-single-slider .slider-nav .slick-slide {
	text-align: center
}

.shop-single-section .shop-single-slider .slider-nav .slick-slide img {
	display: inline-block
}

.shop-single-section .product-details {
	padding: 30px 30px 93px
}

@media (max-width:1199px) {
	.shop-single-section .product-details {
		padding: 40px 30px 85px
	}
}

@media (max-width:991px) {
	.shop-single-section .product-details {
		margin-top: 45px;
		padding: 40px 30px
	}
}

@media (max-width:767px) {
	.shop-single-section .product-details {
		padding: 0
	}
}

.shop-single-section .product-details h2 {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.4em;
	margin: 0 0 .33em
}

@media (max-width:767px) {
	.shop-single-section .product-details h2 {
		font-size: 22px;
		font-size: 1.375rem
	}
}

.shop-single-section .product-details .price {
	font-size: 36px;
	font-size: 2.25rem;
	color: #136a72;
	margin: 7px 0 14px
}

@media (max-width:991px) {
	.shop-single-section .product-details .price {
		font-size: 30px;
		font-size: 1.875rem
	}
}

@media (max-width:767px) {
	.shop-single-section .product-details .price {
		font-size: 25px;
		font-size: 1.5625rem
	}
}

.shop-single-section .product-details .price .old {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	color: #b5b9bf;
	text-decoration: line-through;
	display: inline-block;
	margin-left: 5px
}

@media (max-width:991px) {
	.shop-single-section .product-details .price .old {
		font-size: 20px;
		font-size: 1.25rem
	}
}

@media (max-width:767px) {
	.shop-single-section .product-details .price .old {
		font-size: 18px;
		font-size: 1.125rem
	}
}

.shop-single-section .product-details p {
	margin-bottom: 1.3em
}

.shop-single-section .product-details p:last-child {
	margin: 0
}

.shop-single-section .product-details .product-option {
	margin-top: 45px
}

.shop-single-section .product-details .product-option .product-row {
	overflow: hidden
}

.shop-single-section .product-details .product-option .product-row>div {
	height: 35px;
	display: inline-block;
	float: left
}

.shop-single-section .product-details .product-option .product-row>div+div {
	margin-left: 15px
}

.shop-single-section .product-details .product-option .product-row>div:first-child {
	width: 85px
}

.shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn-s2:hover,
.shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn:hover {
	background: #136a72;
	border-color: #136a72;
	color: #fff
}

.shop-single-section .product-details .product-option .theme-btn,
.shop-single-section .product-details .product-option .theme-btn-s2 {
	background-color: transparent;
	color: #333;
	font-size: 14px;
	font-size: .875rem;
	padding: 0 20px;
	height: 35px;
	line-height: 32px;
	outline: 0
}

.shop-single-section .product-details .product-option .theme-btn-s2:hover,
.shop-single-section .product-details .product-option .theme-btn:hover {
	background-color: #136a72;
	color: #fff
}

@media (max-width:767px) {
	.shop-single-section .product-details .product-option .theme-btn,
	.shop-single-section .product-details .product-option .theme-btn-s2 {
		font-size: 14px;
		font-size: .875rem
	}
}

.shop-single-section .product-details .product-option .theme-btn-s2:before,
.shop-single-section .product-details .product-option .theme-btn:before {
	display: none
}

.shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn,
.shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn-s2 {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	color: #7e8690;
	border: 1px solid #e6e6e6
}

.shop-single-section .product-details #product-count {
	border-radius: 0;
	border: 1px solid #e6e6e6
}

.shop-single-section .product-details #product-count:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}

.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0;
	border-color: #e6e6e6
}

.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover {
	background-color: #136a72;
	color: #fff
}

.shop-single-section .product-info {
	margin-top: 75px
}

.shop-single-section .product-info h4 {
	font-size: 15px;
	font-size: .9375rem;
	margin: 0;
	line-height: 1.7em
}

.shop-single-section .product-info p {
	margin-bottom: 1.3em
}

.shop-single-section .product-info .tab-pane p:last-child {
	margin-bottom: 0
}

.shop-single-section .product-info .nav-tabs {
	border: 0;
	margin-bottom: 30px
}

@media (max-width:767px) {
	.shop-single-section .product-info .nav-tabs {
		margin-bottom: 20px
	}
}

.shop-single-section .product-info .nav-tabs li {
	border: 1px solid #eaeaea;
	margin-right: 1px
}

.shop-single-section .product-info .nav-tabs li.active a {
	border: 0;
	outline: 0
}

.shop-single-section .product-info .nav-tabs a {
	font-size: 15px;
	font-size: .9375rem;
	font-weight: 600;
	color: #7e8690;
	border: 0;
	border-radius: 0;
	margin: 0;
	display: block;
	padding: 10px 15px 11px;
	text-transform: uppercase
}

@media (max-width:767px) {
	.shop-single-section .product-info .nav-tabs a {
		font-size: 14px;
		font-size: .875rem;
		font-weight: 400;
		padding: 9px 10px
	}
}

.shop-single-section .product-info .nav-tabs .active a,
.shop-single-section .product-info .nav-tabs a:hover {
	background: #136a72;
	color: #fff
}

.shop-single-section .product-info .nav-tabs .active,
.shop-single-section .product-info .nav-tabs li:hover {
	border-color: #136a72
}

.shop-single-section .product-info .client-rv {
	overflow: hidden;
	margin-bottom: 30px
}

.shop-single-section .product-info .client-rv:last-child {
	margin-bottom: 0
}

.shop-single-section .product-info .client-rv .client-pic {
	width: 60px;
	float: left
}

@media (max-width:767px) {
	.shop-single-section .product-info .client-rv .client-pic {
		width: 100%;
		float: none;
		margin-bottom: 10px
	}
}

.shop-single-section .product-info .client-rv .details {
	width: calc(100% - 80px);
	float: right
}

@media (max-width:767px) {
	.shop-single-section .product-info .client-rv .details {
		width: 100%;
		float: none
	}
}

.shop-single-section .product-info .client-rv .name-rating-time {
	border-bottom: 1px solid #e6e6e6
}

@media (max-width:767px) {
	.shop-single-section .product-info .client-rv .name-rating-time {
		padding-bottom: 3px
	}
}

.shop-single-section .product-info .client-rv .name-rating-time>div,
.shop-single-section .product-info .client-rv .name-rating>div {
	display: inline-block;
	font-size: 14px;
	font-size: .875rem
}

@media (max-width:767px) {
	.shop-single-section .product-info .client-rv .name-rating-time>div,
	.shop-single-section .product-info .client-rv .name-rating>div {
		font-size: 12px;
		font-size: .75rem;
		display: block
	}
}

.shop-single-section .product-info .client-rv .rating {
	font-size: 12px;
	color: #136a72;
	padding-left: 12px
}

@media (max-width:767px) {
	.shop-single-section .product-info .client-rv .rating {
		padding-left: 0;
		margin: 4px 0 7px
	}
}

.shop-single-section .product-info .client-rv .name-rating-time .time {
	float: right;
	color: #b3b3b3;
	text-transform: uppercase
}

@media (max-width:767px) {
	.shop-single-section .product-info .client-rv .name-rating-time .time {
		float: none
	}
}

.shop-single-section .product-info .client-rv .review-body {
	padding-top: 12px
}

@media screen and (min-width:1200px) {
	.shop-single-section .product-info .review-form-wrapper {
		padding-left: 45px
	}
}

@media (max-width:991px) {
	.shop-single-section .product-info .review-form {
		margin-top: 45px
	}
}

.shop-single-section .product-info .review-form h4 {
	margin-bottom: 1.73em
}

.shop-single-section .product-info .review-form form input,
.shop-single-section .product-info .review-form form textarea {
	background: #fbfbfb;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 40px;
	border: 1px solid #efefef
}

.shop-single-section .product-info .review-form form input:focus,
.shop-single-section .product-info .review-form form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}

.shop-single-section .product-info .review-form form textarea {
	height: 130px
}

.shop-single-section .product-info .review-form form>div {
	margin-bottom: 27px
}

.shop-single-section .product-info .review-form form>div:last-child {
	margin-bottom: 0
}

.shop-single-section .product-info .review-form form .rating-wrapper>div {
	display: inline-block
}

@media (max-width:767px) {
	.shop-single-section .product-info .review-form form .rating-wrapper>div {
		display: block;
		float: none!important
	}
}

.shop-single-section .product-info .review-form form .rating-wrapper>div:last-child {
	float: right
}

@media (max-width:767px) {
	.shop-single-section .product-info .review-form form .rating-wrapper>div:last-child {
		margin-top: 20px
	}
}

.shop-single-section .product-info .review-form form .rating a {
	font-size: 14px;
	color: #ccc;
	display: inline-block;
	margin-right: 10px
}

@media (max-width:767px) {
	.shop-single-section .product-info .review-form form .rating a {
		font-size: 12px;
		margin-right: 5px
	}
}

.shop-single-section .product-info .review-form form .rating a:last-child {
	margin: 0
}

.shop-single-section .product-info .review-form form .rating a:hover {
	color: #136a72
}

.shop-single-section .product-info .review-form form .theme-btn-s4 {
	background-color: transparent;
	color: #908f8f;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.shop-single-section .product-info .review-form form .theme-btn-s4:hover {
	background-color: #136a72;
	color: #fff
}

@media screen and (min-width:767px) {
	.shop-single-section .product-info .review-form form .theme-btn-s4 {
		font-size: 15px;
		font-size: .9375rem;
		padding: 0 20px
	}
}

.shop-single-section .slider-nav .slick-slide:focus {
	outline: 0
}

.error-404-section .error {
	width: 50%;
	float: left
}

@media (max-width:991px) {
	.error-404-section .error {
		width: 100%;
		float: none;
		text-align: center
	}
}

.error-404-section .error h2 {
	font-size: 200px;
	font-size: 12.5rem;
	margin: 0
}

@media (max-width:991px) {
	.error-404-section .error h2 {
		font-size: 150px;
		font-size: 9.375rem
	}
}

@media (max-width:767px) {
	.error-404-section .error h2 {
		font-size: 100px;
		font-size: 6.25rem
	}
}

.error-404-section .error-message {
	width: 50%;
	float: left;
	margin-top: 40px
}

@media (max-width:991px) {
	.error-404-section .error-message {
		width: 100%;
		float: none;
		text-align: center;
		margin-top: 0
	}
}

.error-404-section .error-message h3 {
	font-size: 20px;
	font-size: 1.25rem;
	margin: 0 0 .8em
}

.error-404-section .error-message p {
	margin-bottom: 1.8em
}

#content-desktop {
	display: block
}

#content-mobile {
	display: none
}

@media screen and (max-width:768px) {
	#content-desktop {
		display: none
	}
	#content-mobile {
		display: block
	}
}
