﻿@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&amp;display=swap";

body {
	color: #035184;
	padding: 0;
	margin: 0;
	font-family: ibm plex sans, sans-serif;
	font-size: 16px
}

.d-table {
	width: 100%;
	height: 100%
}

.d-table-cell {
	vertical-align: middle
}

img {
	max-width: 100%;
	height: auto
}

a {
	color: #035184;
	-webkit-transition: .5s;
	transition: .5s;
	text-decoration: none;
	outline: 0 !important
}

a:hover {
	color: #8bc53f;
	text-decoration: none
}

p {
	line-height: 1.5;
	color: #554955;
	margin-bottom: 15px;
	font-weight: 300;
	font-size: 16px
}

p:last-child {
	margin-bottom: 0
}

.bg-f8f8f8 {
	background-color: #f8f8f8
}

button {
	outline: 0 !important
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #035184
}

.section-title {
	text-align: center;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	margin-top: -6px
}

.section-title .sub-title {
	color: #035184;
	font-size: 18px;
	display: block;
	margin-bottom: 8px
}

.section-title h2 {
	margin-bottom: 0;
	font-size: 42px;
	font-weight: 700
}

.section-title p {
	font-size: 18px;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 10px
}

.default-btn {
	border: none;
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	color: #fff;
	background-color: #8bc53f;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 50px;
	font-weight: 400;
	font-size: 16px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 14px;
	padding-bottom: 14px
}

.default-btn span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #035184;
	-webkit-transition: width .5s ease-in-out, height .5s ease-in-out;
	transition: width .5s ease-in-out, height .5s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 5px
}

.default-btn:hover {
	color: #fff
}

.default-btn:hover span {
	width: 225%;
	height: 562.5px
}

.optional-btn {
	border: 1px solid #8bc53f;
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	color: #8bc53f !important;
	text-transform: uppercase;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px;
	font-weight: 600;
	font-size: 16px;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 11px;
	padding-bottom: 11px
}

.optional-btn i {
	margin-right: 2px;
	font-size: 18px
}

.optional-btn:hover,
.optional-btn:focus {
	color: #fff !important;
	background-color: #8bc53f;
}

.preloader {
	text-align: center;
	/*position:fixed;*/
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background-color: #8bc53f;
	text-align: center
}

.preloader #global {
	position: absolute;
	width: 80px;
	height: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 47%;
	-webkit-transform: translateY(-47%);
	transform: translateY(-47%)
}

.preloader #global .mask {
	position: absolute;
	border-radius: 2px;
	overflow: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.preloader #global .plane {
	background: #fff;
	width: 400%;
	height: 100%;
	position: absolute;
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
	z-index: 100;
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.preloader #global #top .plane {
	z-index: 2000;
	-webkit-animation: trans1 1.3s ease-in infinite 0s backwards;
	animation: trans1 1.3s ease-in infinite 0s backwards
}

.preloader #global #middle .plane {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
	background: #bbb;
	-webkit-animation: trans2 1.3s linear infinite .3s backwards;
	animation: trans2 1.3s linear infinite .3s backwards
}

.preloader #global #bottom .plane {
	z-index: 2000;
	-webkit-animation: trans3 1.3s ease-out infinite .7s backwards;
	animation: trans3 1.3s ease-out infinite .7s backwards
}

.preloader #global #top {
	width: 53px;
	height: 20px;
	left: 20px;
	-webkit-transform: skew(-15deg, 0);
	transform: skew(-15deg, 0);
	z-index: 100
}

.preloader #global #middle {
	width: 33px;
	height: 20px;
	left: 20px;
	top: 15px;
	-webkit-transform: skew(-15deg, 40deg);
	transform: skew(-15deg, 40deg)
}

.preloader #global #bottom {
	width: 53px;
	height: 20px;
	top: 30px;
	-webkit-transform: skew(-15deg, 0);
	transform: skew(-15deg, 0)
}

.preloader #global p {
	color: #fff;
	position: absolute;
	left: -3px;
	top: 55px;
	text-align: center;
	font-size: 10px;
	font-family: Arial
}

@-webkit-keyframes trans1 {
	from {
		-webkit-transform: translate3d(53px, 0, 0);
		transform: translate3d(53px, 0, 0)
	}

	to {
		-webkit-transform: translate3d(-250px, 0, 0);
		transform: translate3d(-250px, 0, 0)
	}
}

@keyframes trans1 {
	from {
		-webkit-transform: translate3d(53px, 0, 0);
		transform: translate3d(53px, 0, 0)
	}

	to {
		-webkit-transform: translate3d(-250px, 0, 0);
		transform: translate3d(-250px, 0, 0)
	}
}

@-webkit-keyframes trans2 {
	from {
		-webkit-transform: translate3d(-160px, 0, 0);
		transform: translate3d(-160px, 0, 0)
	}

	to {
		-webkit-transform: translate3d(53px, 0, 0);
		transform: translate3d(53px, 0, 0)
	}
}

@keyframes trans2 {
	from {
		-webkit-transform: translate3d(-160px, 0, 0);
		transform: translate3d(-160px, 0, 0)
	}

	to {
		-webkit-transform: translate3d(53px, 0, 0);
		transform: translate3d(53px, 0, 0)
	}
}

@-webkit-keyframes trans3 {
	from {
		-webkit-transform: translate3d(53px, 0, 0);
		transform: translate3d(53px, 0, 0)
	}

	to {
		-webkit-transform: translate3d(-220px, 0, 0);
		transform: translate3d(-220px, 0, 0)
	}
}

@keyframes trans3 {
	from {
		-webkit-transform: translate3d(53px, 0, 0);
		transform: translate3d(53px, 0, 0)
	}

	to {
		-webkit-transform: translate3d(-220px, 0, 0);
		transform: translate3d(-220px, 0, 0)
	}
}

.zash-responsive-nav {
	display: none
}

.zash-nav {
	background-color: transparent
}

.zash-nav .navbar {
	background-color: #fff;
	-webkit-box-shadow: -10px 10px rgba(255, 255, 255, .6);
	box-shadow: -10px 10px rgba(255, 255, 255, .6);
	-webkit-transition: .5s;
	transition: .5s;
	padding-right: 25px;
	padding-top: 0;
	padding-left: 25px;
	padding-bottom: 0
}

.zash-nav .navbar .navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0
}

.zash-nav .navbar ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0
}

.zash-nav .navbar .navbar-nav {
	margin-left: auto
}

.zash-nav .navbar .navbar-nav .nav-item {
	position: relative;
	padding: 0
}

.zash-nav .navbar .navbar-nav .nav-item a {
	font-size: 15px;
	color: #333;
	text-transform: uppercase;
	-webkit-transition: .5s;
	transition: .5s;
	padding-left: 0;
	padding-right: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 13px;
	margin-right: 13px
}

.zash-nav .navbar .navbar-nav .nav-item a:hover,
.zash-nav .navbar .navbar-nav .nav-item a:focus,
.zash-nav .navbar .navbar-nav .nav-item a.active {
	color: #035184;
}

.zash-nav .navbar .navbar-nav .nav-item a i {
	font-size: 11px;
}

.zash-nav .navbar .navbar-nav .nav-item:last-child a {
	margin-right: 0;
}

.zash-nav .navbar .navbar-nav .nav-item:first-child a {
	margin-left: 0;
}

.zash-nav .navbar .navbar-nav .nav-item:hover a,
.zash-nav .navbar .navbar-nav .nav-item.active a {
	color: #035184;
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	background: #fff;
	position: absolute;
	border: none;
	top: 80px;
	left: 0;
	width: 250px;
	z-index: 99;
	display: block;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	text-transform: capitalize;
	padding: 8px 15px;
	margin: 0;
	position: relative;
	color: #035184;
	font-size: 15.5px;
	font-weight: 400
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
	content: '';
	position: absolute;
	left: -5px;
	top: 50%;
	width: 0;
	-webkit-transition: .5s;
	transition: .5s;
	height: 1px;
	background-color: #8bc53f;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #8bc53f;
	padding-left: 26px
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before,
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before,
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
	width: 20px
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: -250px;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #035184
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: #8bc53f
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 220px;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #035184
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #8bc53f
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #035184
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #8bc53f
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #035184
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #8bc53f
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #035184
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #8bc53f
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #035184
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #8bc53f
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #8bc53f
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #8bc53f
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #8bc53f
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #8bc53f
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: #8bc53f
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: #8bc53f;
}

.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px
}

.zash-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
	margin-top: 0
}

.zash-nav .navbar .others-option {
	margin-left: 25px
}

.zash-nav .navbar .others-option .call-us {
	padding-left: 50px;
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300
}

.zash-nav .navbar .others-option .call-us .icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	color: #035184 !important;
	font-size: 20px;
	background-color: #f1f4f4;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.zash-nav .navbar .others-option .call-us .icon:hover{
	color: #fff !important;
	background-color: #035184 !important;
}

.zash-nav .navbar .others-option .call-us a {
	display: block;
	color: #035184 !important;
	font-weight: 600
}

.zash-nav .navbar .others-option .call-us:hover .icon {
	background-color: #035184 !important;
    color: #fff !important;
}

.zash-nav .navbar .others-option .call-us a:hover{
	color: #8bc53f !important;
}

.navbar-area {
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	height: auto;
	z-index: 999;
	background-color: transparent;
	-webkit-transition: .5s;
	transition: .5s
}

.navbar-area.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	background-color: #fff !important;
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown
}

.navbar-area.is-sticky .zash-nav .navbar {
	-webkit-box-shadow: unset;
	box-shadow: unset;
	padding-left: 0;
	padding-right: 0
}

.navbar-area.navbar-style-two {
	top: 0;
	padding-left: 40px;
	padding-right: 40px
}

.navbar-area.navbar-style-two .zash-nav {
	background-color: transparent
}

.navbar-area.navbar-style-two .zash-nav .navbar {
	background-color: transparent;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0
}

.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav {
	margin-left: auto;
	margin-right: auto
}

.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item a {
	color: #fff
}

.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item a:focus,
.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item a.active {
	color: #8bc53f
}

.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item:hover a,
.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item.active a {
	color: #8bc53f
}

.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	color: #035184
}

.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #8bc53f
}

.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #035184
}

.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: #8bc53f
}

.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #035184
}

.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #8bc53f
}

.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #035184
}

.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #8bc53f
}

.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #035184
}

.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #8bc53f
}

.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #035184
}

.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #8bc53f
}

.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #035184
}

.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #8bc53f
}

.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #8bc53f
}

.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #8bc53f
}

.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #8bc53f
}

.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #8bc53f
}

.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: #8bc53f
}

.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: #8bc53f
}

.navbar-area.navbar-style-two .zash-nav .navbar .others-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.navbar-area.navbar-style-two .zash-nav .navbar .others-option .call-us {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 300
}

.navbar-area.navbar-style-two .zash-nav .navbar .others-option .default-btn {
	margin-left: 25px;
	background-color: transparent;
	border: 1px solid #fff;
	padding-top: 12px;
	padding-bottom: 12px
}

.navbar-area.navbar-style-two .zash-nav .navbar .others-option .default-btn span {
	background-color: #8bc53f
}

.navbar-area.navbar-style-two .zash-nav .navbar .others-option .default-btn:hover {
	color: #fff;
	border-color: #8bc53f
}

.navbar-area.navbar-style-two.is-sticky {
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .2);
	background-color: #035184 !important
}

.navbar-area.navbar-style-two.is-sticky .zash-nav .navbar {
	background-color: #035184
}

@media only screen and (max-width:991px) {
	.zash-responsive-nav {
		display: block
	}

	.zash-responsive-nav .zash-responsive-menu {
		position: relative
	}

	.zash-responsive-nav .zash-responsive-menu.mean-container .mean-nav ul {
		font-size: 15px
	}

	.zash-responsive-nav .zash-responsive-menu.mean-container .mean-nav ul li a.active {
		color: #8bc53f
	}

	.zash-responsive-nav .zash-responsive-menu.mean-container .mean-nav ul li li a {
		font-size: 14px
	}

	.zash-responsive-nav .zash-responsive-menu.mean-container .navbar-nav {
		overflow-y: scroll;
		height: 336px;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1)
	}

	.zash-responsive-nav .mean-container a.meanmenu-reveal {
		color: #035184
	}

	.zash-responsive-nav .mean-container a.meanmenu-reveal span {
		background: #035184
	}

	.zash-responsive-nav .mean-container .others-option {
		display: none
	}

	.zash-responsive-nav .logo {
		position: relative;
		width: 50%;
		z-index: 999
	}

	.navbar-area {
		background-color: #fff;
		position: absolute;
		top: 0;
		padding-top: 15px;
		padding-bottom: 15px
	}

	.navbar-area.navbar-style-two {
		padding-left: 0;
		padding-right: 0
	}

	.navbar-area.navbar-style-two.is-sticky {
		-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
		box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
		background-color: #fff !important
	}

	.zash-nav {
		display: none
	}
}

.main-banner {
	height: 725px;
	position: relative;
	z-index: 2;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.main-banner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #1a0602;
	opacity: .6
}

/* .item-bg1 {
	background-image: url('https://womenhealth.unitedscientificforum.com/images/USF%20-36.webp');
} */

.item-bg2 {
	background-image: url(../img/main-banner2.jpg)
}

.item-bg3 {
	background-image: url(../img/main-banner3.jpg)
}

.item-bg4 {
	background-image: url(../img/main-banner4.jpg)
}

.item-bg5 {
	background-image: url(../img/main-banner5.jpg)
}

.banner-section {
	height: 100vh;
	position: relative;
	z-index: 1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.banner-section::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #1a0602;
	opacity: .6
}

.banner-section .main-banner-content {
	margin-top: 30px;
	max-width: 940px
}

.main-banner-content {
	text-align: center;
	max-width: 900px;
	position: relative;
	z-index: 3;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px
}

.main-banner-content .sub-title {
	text-transform: uppercase;
	display: block;
	color: #fff;
	letter-spacing: 3px;
	margin-bottom: 8px !important;
	font-size: 16px;
	background: #8bc53f;
	width: 300px;
	margin: auto;
	font-weight: 600;
}

.main-banner-content h1 {
	color: #fff;
	margin-bottom: 0;
	font-size: 50px;
	font-weight: 700
}

.main-banner-content h4 {
	color: #fff;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: 700;
	text-align: -webkit-center;
}

.main-banner-content .btn-box {
	margin-top: 40px
}

.main-banner-content .btn-box .default-btn span {
	background-color: #fff
}

.main-banner-content .btn-box .default-btn:hover {
	color: #8bc53f
}

.main-banner-content .btn-box .default-btn,
.main-banner-content .btn-box .optional-btn {
	margin-left: 7px;
	margin-right: 7px
}

.main-banner-content .btn-box .optional-btn {
	color: #fff !important;
	border-color: #fff
}

.main-banner-content .btn-box .optional-btn:hover {
	background-color: #fff;
	color: #8bc53f !important;
	border-color: #fff
}

.main-banner-content p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 30px
}

.main-banner-content form {
	position: relative;
	max-width: 800px;
	margin-left: auto;
	margin-top: 15px;
	margin-right: auto
}

.main-banner-content form .form-group {
	position: relative
}

.main-banner-content form .form-group .input-location {
	display: block;
	width: 75%;
	color: #035184;
	outline: 0;
	border: none;
	height: 55px;
	padding-left: 65px;
	border-radius: 5px;
	font-family: ibm plex sans, sans-serif;
	font-size: 16px;
	font-weight: 300
}

.main-banner-content form .form-group .input-location::-webkit-input-placeholder {
	color: #035184
}

.main-banner-content form .form-group .input-location:-ms-input-placeholder {
	color: #035184
}

.main-banner-content form .form-group .input-location::-ms-input-placeholder {
	color: #035184
}

.main-banner-content form .form-group .input-location::placeholder {
	color: #035184
}

.main-banner-content form .form-group i {
	color: #8bc53f;
	font-size: 25px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 25px
}

.main-banner-content form .default-btn {
	height: 55px;
	line-height: 55px;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 0;
	padding-bottom: 0
}

.main-banner-content form .default-btn i {
	margin-left: 2px
}

.main-banner-content form .default-btn span {
	background-color: #fff
}

.main-banner-content form .default-btn:hover {
	color: #8bc53f
}

.home-area {
	position: relative;
	z-index: 1
}

.home-area::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 300px;
	z-index: 1;
	background-image: url(../img/banner-shape.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.home-slides.owl-theme .owl-nav {
	margin-top: 0
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	left: 50px;
	top: 40%;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
	background-color: transparent !important;
	-webkit-transition: .5s;
	transition: .5s;
	margin: 0;
	padding: 0 !important;
	opacity: .5;
	color: #fff;
	font-size: 30px;
	overflow: hidden
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-prev {
	padding: 0 25px 0 0 !important
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-prev::before {
	content: 'Prev';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-prev::after {
	content: 'Prev';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0%, 100%);
	transform: translate(0%, 100%);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	font-size: 14px
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-prev:hover::before {
	-webkit-transform: translateY(-190%);
	transform: translateY(-190%)
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-prev:hover::after {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: 50px;
	padding: 0 0 0 25px !important
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next::before {
	content: 'Next';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next::after {
	content: 'Next';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0%, 100%);
	transform: translate(0%, 100%);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	font-size: 14px
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next:hover::before {
	-webkit-transform: translateY(-190%);
	transform: translateY(-190%)
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next:hover::after {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
	opacity: 1
}

.home-section {
	position: relative;
	z-index: 1
}

.home-section .banner-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	z-index: 1
}

.home-section .banner-footer .banner-video {
	text-align: center
}

.home-section .banner-footer .banner-video .video-btn {
	width: 65px;
	height: 65px;
	line-height: 65px;
	color: #8bc53f;
	cursor: pointer;
	border-radius: 50%;
	z-index: 1;
	position: relative;
	background-color: #fff;
	display: inline-block;
	font-size: 25px
}

.home-section .banner-footer .banner-video .video-btn:hover {
	background-color: #8bc53f;
	color: #fff
}

.home-section .banner-footer .banner-video .video-btn::after,
.home-section .banner-footer .banner-video .video-btn::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #fff
}

.home-section .banner-footer .banner-video .video-btn::before {
	-webkit-animation: ripple 2s linear infinite;
	animation: ripple 2s linear infinite
}

.home-section .banner-footer .banner-video .video-btn::after {
	-webkit-animation: ripple 2s linear 1s infinite;
	animation: ripple 2s linear 1s infinite
}

.home-section .banner-footer .banner-video span {
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	margin-left: 25px
}

.home-section .banner-footer .banner-contact-info {
	padding: 35px;
	border-radius: 5px 0 0 0;
	background-color: #8bc53f
}

.home-section .banner-footer .banner-contact-info ul {
	padding-left: 0;
	list-style-type: none;
	max-width: 770px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
	margin-right: -15px;
	margin-left: -15px
}

.home-section .banner-footer .banner-contact-info ul li {
	position: relative;
	color: #fff;
	padding-left: 65px;
	font-size: 14px;
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding-left: 80px;
	padding-right: 15px
}

.home-section .banner-footer .banner-contact-info ul li span {
	display: block;
	margin-bottom: 3px;
	font-size: 16px;
	font-weight: 600
}

.home-section .banner-footer .banner-contact-info ul li i {
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 50%;
	color: #fff;
	background-color: #bc5435;
	text-align: center;
	font-size: 20px
}

.home-section .banner-footer .banner-contact-info ul li a {
	display: block;
	color: #fff
}

.home-section .banner-footer .banner-contact-info ul li:last-child {
	margin-right: 0
}

.home-section .banner-footer .banner-contact-info ul li:hover i {
	background-color: #fff;
	color: #8bc53f
}

.about-title {
	border-right: 1px solid #dfdddf;
	padding-right: 35px
}

.about-title span {
	color: #8bc53f;
	font-size: 18px;
	display: block;
	margin-bottom: 8px
}

.about-title h2 {
	margin-bottom: 0;
	font-size: 42px;
	font-weight: 700
}

.about-text {
	padding-left: 35px;
	text-align: justify;
}

.about-text p {
	margin-bottom: 0
}

.about-text .read-more-btn {
	margin-top: 18px;
	display: inline-block;
	color: #035184;
	font-size: 16px;
	font-weight: 600
}

.about-text .read-more-btn i {
	-webkit-transition: .5s;
	transition: .5s;
	display: inline-block
}

.about-text .read-more-btn:hover i {
	margin-left: 3px
}

.about-section .container-fluid {
	padding: 0
}

.about-section .container-fluid .row {
	margin: 0
}

.about-section .container-fluid .row .col-lg-6 {
	padding: 0
}

.about-image {
	position: relative;
	text-align: right
}

.about-image .img1,
.about-image .img2,
.about-image .img3 {
	display: inline-block
}

.about-image .img1 {
	position: relative;
	z-index: 1;
	padding-top: 25px
}

.about-image .img1::before {
	content: '';
	position: absolute;
	left: -25px;
	top: 0;
	width: 100%;
	height: 95%;
	border: 8px solid #8bc53f;
	z-index: -1
}

.about-image .img2 {
	position: absolute;
	left: 0;
	top: 55px;
	z-index: 1;
	border: 5px solid #fff;
	border-left: none
}

.about-image .img3 {
	position: absolute;
	left: 0;
	bottom: 55px;
	z-index: 1;
	border: 5px solid #fff;
	border-left: none
}

.about-content {
	max-width: 555px;
	padding-left: 50px
}

.about-content .sub-title {
	color: #8bc53f;
	font-size: 18px;
	display: block;
	margin-bottom: 8px
}

.about-content h2 {
	margin-bottom: 0;
	font-size: 42px;
	font-weight: 700
}

.about-content p {
	margin-top: 15px;
	margin-bottom: 0
}

.about-content .read-more-btn {
	margin-top: 20px;
	display: inline-block;
	color: #8bc53f;
	font-size: 16px;
	font-weight: 600
}

.about-content .read-more-btn i {
	-webkit-transition: .5s;
	transition: .5s;
	display: inline-block
}

.about-content .read-more-btn:hover i {
	margin-left: 3px
}

.about-content .features-list {
	padding-left: 0;
	list-style-type: none;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 20px;
	margin-top: 0
}

.about-content .features-list li {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	color: #554955;
	position: relative;
	padding-left: 70px;
	padding-right: 15px;
	padding-top: 20px
}

.about-content .features-list li .icon {
	font-size: 35px;
	color: #8bc53f;
	position: absolute;
	left: 15px;
	top: 20px
}

.about-content .features-list li span {
	display: block;
	margin-bottom: 6px;
	font-size: 17px;
	font-weight: 600
}

.video-area {
	background-color: #8bc53f;
	position: relative;
	z-index: 1
}

.video-area::before {
	width: 100%;
	z-index: -1;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #fff;
	height: 30%
}

.video-content {
	text-align: center;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto
}

.video-content h2 {
	margin-bottom: 0;
	color: #fff;
	font-size: 42px;
	font-weight: 700
}

.video-content p {
	color: #fff;
	max-width: 585px;
	margin-bottom: 0;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto
}

.video-box {
	position: relative;
	border-radius: 5px;
	max-width: 980px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 55px
}

.video-box img {
	border-radius: 5px
}

.video-box::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #035184;
	opacity: .5;
	border-radius: 5px
}

.video-box .play-video {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.video-box .play-video .video-btn {
	width: 65px;
	height: 65px;
	line-height: 65px;
	color: #8bc53f;
	cursor: pointer;
	border-radius: 50%;
	z-index: 1;
	position: relative;
	background-color: #fff;
	display: inline-block;
	font-size: 25px
}

.video-box .play-video .video-btn:hover {
	background-color: #8bc53f;
	color: #fff
}

.video-box .play-video .video-btn::after,
.video-box .play-video .video-btn::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #fff
}

.video-box .play-video .video-btn::before {
	-webkit-animation: ripple 2s linear infinite;
	animation: ripple 2s linear infinite
}

.video-box .play-video .video-btn::after {
	-webkit-animation: ripple 2s linear 1s infinite;
	animation: ripple 2s linear 1s infinite
}

.video-box .play-video span {
	display: block;
	text-transform: uppercase;
	color: #fff;
	margin-top: 25px
}

@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

@keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

.services-area {
	padding-bottom: 70px
}

.single-services-box {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	z-index: 1;
	border-radius: 5px;
	border: 1px solid #e9e9e9;
	padding: 30px 45px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-services-box .icon {
	font-size: 65px;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	z-index: 1;
	margin-top: -15px;
	margin-bottom: 10px
}

.single-services-box .icon .icon-bg img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto !important;
	display: inline-block !important;
	z-index: -1
}

.single-services-box h3 {
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 13px;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 24px;
	font-weight: 600
}

.single-services-box h3 a {
	display: inline-block
}

.single-services-box h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	background-color: #e9e9e9;
	height: 2px;
	width: 60px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-services-box p {
	-webkit-transition: .5s;
	transition: .5s;
	margin-top: 0;
	margin-bottom: 0
}

.single-services-box .read-more-btn {
	display: inline-block;
	margin-top: 15px;
	color: #8bc53f;
	font-size: 16px;
	font-weight: 600
}

.single-services-box .read-more-btn:hover {
	letter-spacing: .5px
}

.single-services-box .box-shape img {
	position: absolute;
	left: 0;
	top: 0;
	width: auto !important;
	-webkit-transition: .5s;
	transition: .5s;
	display: inline-block !important
}

.single-services-box .box-shape img:nth-child(2) {
	opacity: 0;
	visibility: hidden
}

.single-services-box:hover {
	border-color: #035184;
	background-color: #035184
}

.single-services-box:hover .icon {
	color: #8bc53f
}

.single-services-box:hover h3::before {
	background-color: #8bc53f
}

.single-services-box:hover h3 a {
	color: #fff
}

.single-services-box:hover p {
	color: #fff
}

.single-services-box:hover .box-shape img:nth-child(1) {
	opacity: 0;
	visibility: hidden
}

.single-services-box:hover .box-shape img:nth-child(2) {
	opacity: 1;
	visibility: visible
}

.services-box {
	margin-bottom: 30px;
	text-align: center;
	border-radius: 5px;
	background-color: #035184
}

.services-box img {
	border-radius: 5px
}

.services-box .services-content {
	padding: 30px 45px
}

.services-box .services-content h3 {
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 13px;
	color: #fff;
	font-size: 24px;
	font-weight: 600
}

.services-box .services-content h3 a {
	display: inline-block;
	color: #fff
}

.services-box .services-content h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	background-color: #fff;
	height: 2px;
	width: 60px;
	-webkit-transition: .5s;
	transition: .5s
}

.services-box .services-content p {
	color: #fff;
	margin-top: 0;
	margin-bottom: 0
}

.services-slides.owl-theme .owl-nav {
	opacity: 0;
	visibility: hidden;
	margin-top: 0;
	-webkit-transition: .5s;
	transition: .5s
}

.services-slides.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	left: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	background-color: transparent;
	-webkit-transition: .5s;
	transition: .5s;
	color: #bcbcbc;
	font-size: 25px
}

.services-slides.owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: -30px
}

.services-slides.owl-theme .owl-nav [class*=owl-]:hover {
	color: #8bc53f;
	background-color: transparent
}

.services-slides.owl-theme .owl-dots {
	line-height: .01;
	margin-top: 5px;
	margin-bottom: 30px
}

.services-slides.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 2px;
	margin: 0 3px;
	background-color: #035184;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 0
}

.services-slides.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #8bc53f
}

.services-slides.owl-theme .owl-dots .owl-dot.active span {
	background-color: #8bc53f;
	width: 25px
}

.services-slides.owl-theme:hover .owl-nav {
	opacity: 1;
	visibility: visible
}

.main-services-slides.owl-theme .owl-dots {
	line-height: .01;
	margin-top: 10px !important;
	margin-bottom: 30px
}

.main-services-slides.owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0 3px;
	background-color: transparent;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 50%;
	border: 1px solid #8bc53f;
	position: relative
}

.main-services-slides.owl-theme .owl-dots .owl-dot span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #8bc53f;
	border-radius: 50%;
	margin: 2px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.main-services-slides.owl-theme .owl-dots .owl-dot:hover span::before,
.main-services-slides.owl-theme .owl-dots .owl-dot.active span::before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.services-boxes-area {
	margin-top: -180px;
	position: relative;
	z-index: 3
}

.single-box {
	text-align: center;
	border-radius: 5px;
	position: relative;
	overflow: hidden
}

.single-box img {
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s;
	width: 100%
}

.single-box .content {
	background-color: #8bc53f;
	padding: 65px 35px 50px;
	position: absolute;
	left: 0;
	-webkit-transition: .5s;
	transition: .5s;
	height: auto;
	width: 100%;
	bottom: 0;
	border-radius: 100% 100% 5px 5px
}

.single-box .content h3 {
	margin-bottom: 0;
	position: relative;
	padding-bottom: 15px;
	-webkit-transition: .5s;
	transition: .5s;
	color: #fff;
	font-size: 24px;
	font-weight: 600
}

.single-box .content h3 a {
	display: inline-block;
	color: #fff
}

.single-box .content h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	background-color: #fff;
	height: 2px;
	width: 60px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-box .hover-content {
	background-color: #8bc53f;
	padding: 65px 35px 50px;
	position: absolute;
	left: 0;
	height: auto;
	width: 100%;
	bottom: -138px;
	border-radius: 100% 100% 5px 5px;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	visibility: hidden
}

.single-box .hover-content h3 {
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 15px;
	-webkit-transition: .5s;
	transition: .5s;
	color: #fff;
	font-size: 24px;
	font-weight: 600
}

.single-box .hover-content h3 a {
	display: inline-block;
	color: #fff
}

.single-box .hover-content h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	background-color: #fff;
	height: 2px;
	width: 60px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-box .hover-content p {
	-webkit-transition: .5s;
	transition: .5s;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0
}

.single-box .hover-content .read-more-btn {
	display: inline-block;
	margin-top: 15px;
	color: #fff;
	position: relative;
	font-size: 16px;
	font-weight: 600
}

.single-box .hover-content .read-more-btn::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #035184
}

.single-box:hover .content {
	opacity: 0;
	visibility: hidden
}

.single-box:hover .hover-content {
	opacity: 1;
	visibility: visible;
	bottom: 0
}

.single-box:hover img {
	-webkit-transform: scale(1.3) rotate(4deg);
	transform: scale(1.3) rotate(4deg)
}

.services-details-overview {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	align-items: center !important;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -25px;
	margin-left: -25px;
	margin-bottom: 60px
}

.services-details-overview:last-child {
	margin-bottom: 0
}

.services-details-overview .services-details-desc {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 25px;
	padding-left: 25px
}

.services-details-overview .services-details-desc h3 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 600
}

.services-details-overview .services-details-desc .features-text {
	margin-top: 25px
}

.services-details-overview .services-details-desc .features-text h4 {
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: 600
}

.services-details-overview .services-details-desc .features-text h4 i {
	font-size: 15px;
	margin-right: 4px;
	color: #8bc53f
}

.services-details-overview .services-details-desc .services-details-accordion {
	margin-top: 25px
}

.services-details-overview .services-details-desc .services-details-accordion .accordion {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item {
	display: block;
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	background: #fff;
	margin-bottom: 10px
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item:nth-child(2) .accordion-title i,
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item:nth-child(4) .accordion-title i,
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item:nth-child(6) .accordion-title i,
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item:nth-child(8) .accordion-title i {
	background: #035184
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title {
	padding: 15px 20px 15px 51px;
	color: #035184;
	position: relative;
	border-bottom: 1px solid transparent;
	margin-bottom: -1px;
	display: inline-block;
	font-size: 16px;
	font-weight: 600
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title i {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	text-align: center;
	height: 100%;
	background: #8bc53f;
	color: #fff
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title i::before {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 13px
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active {
	border-bottom-color: #eee
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active i::before {
	content: "\f068"
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-content {
	display: none;
	position: relative;
	padding: 15px
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-content.show {
	display: block
}

.services-details-overview .services-details-image {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 15px;
	padding-left: 15px
}

.partner-area.ptb-100.bg-f8f8f8 {
	padding-top: 70px;
	padding-bottom: 70px
}

.partner-title {
	text-align: center
}

.partner-title h2 {
	text-transform: uppercase;
	margin-bottom: 40px;
	font-size: 22px;
	font-weight: 600
}

.single-partner-item {
	text-align: center
}

.single-partner-item a {
	display: block
}

.single-partner-item a img {
	width: auto !important;
	display: inline-block !important;
	-webkit-transition: .5s;
	transition: .5s
}

.single-partner-item:hover a img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.shorting-menu {
	text-align: center;
	margin-bottom: 40px
}

.shorting-menu .filter {
	border: none;
	background-color: #f5f5f5;
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s;
	color: #035184;
	padding: 10px 20px;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 15px;
	font-weight: 600
}

.shorting-menu .filter:hover,
.shorting-menu .filter.active {
	background-color: #8bc53f;
	color: #fff
}

.shorting-menu .filter:last-child {
	margin-right: 0
}

.shorting-menu .filter:first-child {
	margin-left: 0
}

.shorting .mix {
	display: none
}

.gallery-area .container-fluid {
	padding: 0
}

.gallery-area .container-fluid .row {
	margin: 0
}

.single-gallery-box {
	-ms-flex: 0 0 20%;
	-webkit-box-flex: 0;
	flex: 0 0 20%;
	max-width: 20%;
	text-align: center;
	position: relative;
	padding-left: 0;
	padding-right: 0
}

.single-gallery-box::before {
	width: 100%;
	content: '';
	position: absolute;
	height: 100%;
	background-color: #8bc53f;
	left: 0;
	top: 0;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	visibility: hidden
}

.single-gallery-box .gallery-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 1;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	color: #035184;
	font-size: 18px;
	margin-top: 15px;
	opacity: 0;
	visibility: hidden
}

.single-gallery-box .gallery-btn:hover {
	color: #fff;
	background-color: #035184
}

.single-gallery-box:hover::before {
	opacity: .85;
	visibility: visible
}

.single-gallery-box:hover .gallery-btn {
	opacity: 1;
	visibility: visible;
	margin-top: 0
}

.why-choose-us-area .container-fluid {
	padding: 0
}

.why-choose-us-area .container-fluid .row {
	margin: 0
}

.why-choose-us-area .container-fluid .row .col-lg-5,
.why-choose-us-area .container-fluid .row .col-lg-7 {
	padding: 0
}

.why-choose-us-image {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: url(../img/why-choose-img1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.why-choose-us-image img {
	display: none
}

.why-choose-us-content {
	background-color: #035184 !important;
}

.why-choose-us-content .container-fluid{
	max-width: 1440px;
	margin: 0px auto;
}

.why-choose-us-content .content {
	max-width: 800px;
	overflow: hidden;
	padding-left: 35px;
	padding-top: 32px;
	padding-bottom: 38px
}

.why-choose-us-content .content .sub-title {
	color: #8bc53f;
	font-size: 18px;
	display: block;
	margin-bottom: 8px
}

.why-choose-us-content .content h2 {
	color: #fff;
	margin-bottom: 0;
	font-size: 42px;
	font-weight: 700
}

.why-choose-us-content .content p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 10px
}

.why-choose-us-content .content .features-list {
	padding-left: 0;
	list-style-type: none;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 0;
	margin-top: 0
}

.why-choose-us-content .content .features-list li {
	/*-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%;*/
	color: #e5e5e5;
	position: relative;
	padding-left: 58px;
	padding-right: 15px;
	padding-top: 46px
}

.why-choose-us-content .content .features-list li .icon {
	position: absolute;
	left: 0px;
	top: 35px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 50%;
	color: #035184 !important;
	background-color: #fff !important;
	text-align: center;
	font-size: 20px
}

.why-choose-us-content .content .features-list li .icon:hover i{
	color: #8cc63f !important;
}

.why-choose-us-content .content .features-list li span {
	display: block;
	margin-bottom: 6px;
	color: #fff;
	font-size: 18px;
	font-weight: 600
}

.why-choose-us-content .content .features-list li:hover .icon {
	background-color: #8bc53f;
	color: #fff
}

.single-benefits-box {
	padding: 45px 25px;
	margin-bottom: 22px;
	background-color: #f8f8f8;
	-webkit-transition: .5s;
	transition: .5s;
	text-align: center
}

.single-benefits-box:last-child {
	margin-bottom: 0
}

.single-benefits-box h3 {
	margin-bottom: 0;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 18px;
	font-weight: 600
}

.single-benefits-box p {
	-webkit-transition: .5s;
	transition: .5s;
	margin-top: 10px
}

.single-benefits-box .icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 50%;
	color: #8bc53f;
	background-color: #352735;
	text-align: center;
	font-size: 25px;
	display: inline-block;
	margin-bottom: 15px
}

.single-benefits-box:hover {
	background-color: #8bc53f
}

.single-benefits-box:hover h3 {
	color: #fff
}

.single-benefits-box:hover p {
	color: #fff
}

.single-benefits-box:hover .icon {
	background-color: #fff;
	color: #8bc53f
}

.benefits-image {
	text-align: center
}

.benefits-image img {
	width: 100%
}

.pricing-area {
	padding-bottom: 70px
}

.single-pricing-box {
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .11);
	box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .11);
	border-radius: 5px;
	text-align: center;
	padding-bottom: 32px
}

.single-pricing-box .pricing-header {
	background-color: #035184;
	border-radius: 5px 5px 0 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.single-pricing-box .pricing-header.bg1 {
	background-image: url(../img/place-img1.jpg)
}

.single-pricing-box .pricing-header.bg2 {
	background-image: url(../img/place-img2.jpg)
}

.single-pricing-box .pricing-header.bg3 {
	background-image: url(../img/place-img3.jpg)
}

.single-pricing-box .pricing-header::before {
	content: '';
	position: absolute;
	left: 0;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #035184;
	opacity: .75
}

.single-pricing-box .pricing-header h3 {
	margin-bottom: 0;
	color: #fff;
	position: relative;
	z-index: 1;
	font-weight: 600;
	font-size: 22px
}

.single-pricing-box .pricing-header::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 150px;
	width: 100%;
	background-image: url(../img/pricing-shape.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.single-pricing-box .price {
	color: #035184;
	margin-top: 20px;
	font-size: 40px;
	font-weight: 700
}

.single-pricing-box .price sub {
	text-transform: uppercase;
	bottom: 2px;
	font-weight: 300;
	font-size: 18px
}

.single-pricing-box .book-now-btn {
	margin-top: 20px
}

.single-pricing-box .book-now-btn .default-btn {
	background-color: transparent;
	color: #8bc53f;
	border: 1px solid #8bc53f;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 12px;
	padding-bottom: 12px
}

.single-pricing-box .book-now-btn .default-btn span {
	background-color: #8bc53f
}

.single-pricing-box .book-now-btn .default-btn:hover {
	color: #fff
}

.single-pricing-box .pricing-features-list {
	margin-bottom: 0;
	margin-top: 25px;
	list-style-type: none;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px
}

.single-pricing-box .pricing-features-list li {
	color: #035184;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 300
}

.single-pricing-box .pricing-features-list li i {
	color: #8bc53f;
	margin-right: 2px
}

.single-pricing-box .pricing-features-list li i.flaticon-cross-out {
	font-size: 14px
}

.single-pricing-box .pricing-features-list li.none-active {
	opacity: .76
}

.single-pricing-box .pricing-features-list li.none-active i {
	color: #035184
}

.single-pricing-box .pricing-features-list li:last-child {
	margin-bottom: 0
}

.join-area {
	position: relative;
	z-index: 1;
	background-image: url(../img/join-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.join-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #035184;
	opacity: .75
}

.join-content {
	text-align: center;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto
}

.join-content h2 {
	margin-bottom: 15px;
	color: #fff;
	font-size: 42px;
	font-weight: 700
}

.join-content p {
	color: #fff;
	margin-bottom: 0
}

.join-content .default-btn {
	margin-top: 25px
}

.join-content .default-btn span {
	background-color: #fff
}

.join-content .default-btn:hover,
.join-content .default-btn:focus {
	color: #8bc53f
}

.feedback-area {
	padding-bottom: 70px
}

.single-feedback-item {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	padding-top: 75px
}

.single-feedback-item p {
	position: relative;
	max-width: 790px;
	line-height: 1.5;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 28px;
	font-weight: 400;
	font-style: italic
}

.single-feedback-item p::before {
	content: '“';
	position: relative;
	display: inline-block;
	left: 0;
	top: 0;
	font-size: 30px;
	line-height: 0
}

.single-feedback-item p::after {
	content: '”';
	position: relative;
	display: inline-block;
	right: 0;
	bottom: 0;
	font-size: 30px;
	line-height: 0
}

.single-feedback-item .client {
	margin-top: 30px
}

.single-feedback-item .client img {
	width: auto !important;
	display: inline-block !important
}

.single-feedback-item::before {
	position: absolute;
	left: 0;
	right: 0;
	content: "\f10e";
	top: 0;
	color: #8bc53f;
	display: inline-block;
	margin-top: -27px;
	margin-left: auto;
	margin-right: auto;
	font-size: 70px;
	font-family: Flaticon;
	font-style: normal
}

.feedback-slides.owl-theme .owl-nav {
	opacity: 0;
	visibility: hidden;
	margin-top: 0;
	-webkit-transition: .5s;
	transition: .5s
}

.feedback-slides.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	left: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	background-color: transparent;
	-webkit-transition: .5s;
	transition: .5s;
	color: #bcbcbc;
	font-size: 25px
}

.feedback-slides.owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: -30px
}

.feedback-slides.owl-theme .owl-nav [class*=owl-]:hover {
	color: #8bc53f;
	background-color: transparent
}

.feedback-slides.owl-theme .owl-dots {
	line-height: .01;
	margin-top: 0;
	margin-bottom: 30px
}

.feedback-slides.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 2px;
	margin: 0 3px;
	background-color: #035184;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 0
}

.feedback-slides.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #8bc53f
}

.feedback-slides.owl-theme .owl-dots .owl-dot.active span {
	background-color: #8bc53f;
	width: 25px
}

.feedback-slides.owl-theme:hover .owl-nav {
	opacity: 1;
	visibility: visible
}

.our-mission-area {
	background-color: #035184
}

.mission-image {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.mission-image.bg-1 {
	background-image: url(../img/mission-img1.jpg)
}

.mission-image.bg-2 {
	background-image: url(../img/mission-img2.jpg)
}

.mission-image img {
	display: none
}

.mission-text {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 67px;
	padding-left: 30px;
	padding-right: 30px
}

.mission-text .icon {
	color: #8bc53f;
	font-size: 60px;
	margin-bottom: 10px
}

.mission-text h3 {
	color: #fff;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: 600
}

.mission-text h3::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 60px;
	margin: 0 auto;
	bottom: 0;
	background-color: #8bc53f;
	height: 1px
}

.mission-text p {
	color: #fff;
	margin-bottom: 0
}

.mission-text .default-btn {
	margin-top: 20px
}

.mission-text .default-btn span {
	background-color: #fff
}

.mission-text .default-btn:hover,
.mission-text .default-btn:focus {
	color: #8bc53f
}

.team-area {
	padding-bottom: 70px
}

.single-team-box {
	margin-bottom: 30px;
	text-align: center;
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .07);
	box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .07)
}

.single-team-box .image {
	position: relative;
	overflow: hidden;
	border-radius: 5px
}

.single-team-box .image img {
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-team-box .image .social {
	margin-bottom: 0;
	z-index: 1;
	list-style-type: none;
	position: absolute;
	left: 50%;
	bottom: -100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow: hidden;
	background-color: #8bc53f;
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px
}

.single-team-box .image .social li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px
}

.single-team-box .image .social li a {
	display: inline-block;
	color: #fff
}

.single-team-box .content {
	padding: 25px
}

.single-team-box .content h3 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 600
}

.single-team-box .content span {
	display: block;
	margin-top: 4px;
	font-size: 16px;
	font-weight: 300
}

.single-team-box:hover .image img {
	-webkit-transform: scale(1.2) rotate(4deg);
	transform: scale(1.2) rotate(4deg)
}

.single-team-box:hover .image .social {
	bottom: 15px
}

.team-slides.owl-theme .owl-item .single-team-box {
	-webkit-box-shadow: unset;
	box-shadow: unset;
	margin-bottom: 40px
}

.team-slides.owl-theme .owl-item.active.center .single-team-box {
	-webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .07);
	box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .07)
}

.team-slides.owl-theme .owl-item.active.center .single-team-box .social {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	bottom: 15px
}

.team-slides.owl-theme .owl-nav {
	opacity: 0;
	visibility: hidden;
	margin-top: 0;
	-webkit-transition: .5s;
	transition: .5s
}

.team-slides.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	left: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	background-color: transparent;
	-webkit-transition: .5s;
	transition: .5s;
	color: #bcbcbc;
	font-size: 25px
}

.team-slides.owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: -30px
}

.team-slides.owl-theme .owl-nav [class*=owl-]:hover {
	color: #8bc53f;
	background-color: transparent
}

.team-slides.owl-theme .owl-dots {
	line-height: .01;
	margin-top: -5px;
	margin-bottom: 30px
}

.team-slides.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 2px;
	margin: 0 3px;
	background-color: #035184;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 0
}

.team-slides.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #8bc53f
}

.team-slides.owl-theme .owl-dots .owl-dot.active span {
	background-color: #8bc53f;
	width: 25px
}

.team-slides.owl-theme:hover .owl-nav {
	opacity: 1;
	visibility: visible
}

.event-area {
	background-color: #fafafa
}

.single-event-box {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #fff
}

.single-event-box .event-image {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%
}

.single-event-box .event-image .image {
	width: 100%;
	height: 100%;
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.single-event-box .event-image .image img {
	display: none
}

.single-event-box .event-image .image.bg1 {
	background-image: url(../img/blog-image/1.jpg)
}

.single-event-box .event-image .image.bg2 {
	background-image: url(../img/blog-image/2.jpg)
}

.single-event-box .event-image .image.bg3 {
	background-image: url(../img/blog-image/3.jpg)
}

.single-event-box .event-image .image.bg4 {
	background-image: url(../img/blog-image/4.jpg)
}

.single-event-box .event-content {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%
}

.single-event-box .event-content .content {
	padding: 40px 30px
}

.single-event-box .event-content .content .date {
	color: #8bc53f;
	margin-top: -5px;
	font-size: 50px;
	font-weight: 300
}

.single-event-box .event-content .content .date sup {
	text-transform: uppercase;
	color: #035184;
	top: -22px;
	left: -6px;
	font-size: 18px;
	font-weight: 500
}

.single-event-box .event-content .content .date sub {
	font-size: 15px;
	left: -53px;
	top: -1px;
	color: #818181
}

.single-event-box .event-content .content h3 {
	margin-bottom: 11px;
	font-size: 24px;
	font-weight: 600
}

.single-event-box .event-content .content h3 a {
	display: inline-block
}

.single-event-box .event-content .content ul {
	padding-left: 0;
	list-style-type: none;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 10px
}

.single-event-box .event-content .content ul li {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	color: #554955;
	padding-left: 15px;
	padding-right: 15px
}

.single-event-box .event-content .content ul li span {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 600
}

.single-event-box .event-content .content .default-btn {
	margin-top: 25px
}

.event-details-area .widget-area {
	padding-left: 25px;
	margin-top: 123px
}

.event-details .event-details-header {
	margin-bottom: 20px
}

.event-details .event-details-header .back-all-event {
	display: inline-block;
	color: #554955;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 600
}

.event-details .event-details-header .back-all-event:hover {
	color: #8bc53f
}

.event-details .event-details-header h3 {
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: 600
}

.event-details .event-details-header .event-info-meta {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.event-details .event-details-header .event-info-meta li {
	display: inline-block;
	margin-right: 10px;
	color: #554955
}

.event-details .event-details-header .event-info-meta li i {
	color: #8bc53f;
	margin-right: 2px
}

.event-details .event-details-image {
	margin-bottom: 20px
}

.event-details .event-info-links {
	margin-top: 25px
}

.event-details .event-info-links a {
	display: inline-block;
	background-color: #8bc53f;
	color: #fff;
	border-radius: 5px;
	padding: 5px 15px 6px;
	margin-right: 5px
}

.event-details .post-navigation {
	margin-top: 35px
}

.place-area .container-fluid {
	padding: 0
}

.place-area .container-fluid .row {
	margin: 0
}

.place-area .container-fluid .row .col-lg-6 {
	padding: 0
}

.place-content {
	background-color: #035184;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 76px;
	padding-right: 50px;
	min-height: 543px;
}

.place-content .sub-title {
	color: #8bc53f;
	font-size: 18px;
	display: block;
	margin-bottom: 8px
}

.place-content h2 {
	color: #fff;
	margin-bottom: 0;
	font-size: 42px;
	font-weight: 700
}

.place-content p {
	color: #fff;
	font-size: 18px;
	max-width: 655px;
	margin-bottom: 0;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto
}

.place-content .features-list {
	padding-left: 0;
	list-style-type: none;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 0;
	margin-top: 0
}

.place-content .features-list li {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	color: #e5e5e5;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px
}

.place-content .features-list li .icon {
	color: #8bc53f;
	font-size: 45px
}

.place-content .features-list li span {
	display: block;
	margin-bottom: 10px;
	color: #fff;
	font-size: 24px;
	font-weight: 600
}

.single-place-image {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.single-place-image.bg1 {
	background-image: url(../img/place1.jpg)
}

.single-place-image.bg2 {
	background-image: url(../img/place2.jpg)
}

.single-place-image.bg3 {
	background-image: url(../img/place3.jpg)
}

.single-place-image img {
	width: auto !important;
	display: none !important
}

.place-image-slides {
	height: 100%
}

.place-image-slides .owl-stage-outer {
	width: 100%;
	height: 100%
}

.place-image-slides .owl-stage-outer .owl-stage {
	height: 100%
}

.place-image-slides .owl-stage-outer .owl-stage .owl-item {
	height: 100%
}

.place-image-slides.owl-theme .owl-nav {
	opacity: 0;
	visibility: hidden;
	margin-top: 0;
	-webkit-transition: .5s;
	transition: .5s
}

.place-image-slides.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	left: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	background-color: transparent;
	-webkit-transition: .5s;
	transition: .5s;
	color: #fff;
	font-size: 35px
}

.place-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: 25px
}

.place-image-slides.owl-theme .owl-nav [class*=owl-]:hover {
	color: #8bc53f;
	background-color: transparent
}

.place-image-slides.owl-theme .owl-dots {
	line-height: .01;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	margin-top: 0
}

.place-image-slides.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 2px;
	margin: 0 3px;
	background-color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 0
}

.place-image-slides.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #8bc53f
}

.place-image-slides.owl-theme .owl-dots .owl-dot.active span {
	background-color: #8bc53f;
	width: 25px
}

.place-image-slides.owl-theme:hover .owl-nav {
	opacity: 1;
	visibility: visible
}

.floor-plans-area {
	/*background-image:url(../img/background.jpg);*/
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.tabs_item {
	display: none
}

.tabs_item:first-child {
	display: block
}

.tab .tabs {
	text-align: center;
	padding: 0;
	margin: 0 0 40px;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-left: -15px;
	margin-right: -15px
}

.tab .tabs li {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	z-index: 1;
	padding-right: 15px;
	padding-left: 15px
}

.tab .tabs li::before {
	width: 30px;
	height: 30px;
	left: 0;
	bottom: -8px;
	position: absolute;
	background: #8bc53f;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 0;
	margin: 0 auto;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s
}

.tab .tabs li a {
	display: block;
	background-color: #fff;
	padding: 18px 40px;
	color: #035184;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px
}

.tab .tabs li a:hover {
	background-color: #8bc53f;
	color: #fff
}

.tab .tabs li.current a {
	background-color: #8bc53f;
	color: #fff
}

.tab .tabs li.current::before {
	opacity: 1;
	visibility: visible
}

.tab .tab_content {
	background-color: #fff;
	padding: 35px
}

.tab .tab_content .tabs_item .tabs_item_content h3 {
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: 600
}

.tab .tab_content .tabs_item .tabs_item_content .features-list {
	padding-left: 0;
	list-style-type: none;
	margin-top: 25px;
	margin-bottom: 0
}

.tab .tab_content .tabs_item .tabs_item_content .features-list li {
	margin-bottom: 12px;
	color: #554955;
	font-weight: 500;
	overflow: hidden;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee
}

.tab .tab_content .tabs_item .tabs_item_content .features-list li span {
	float: right;
	color: #035184;
	font-weight: 600
}

.tab .tab_content .tabs_item .tabs_item_content .features-list li:last-child {
	margin-bottom: 0
}

.tab .tab_content .tabs_item .tabs_item_content .default-btn {
	margin-top: 30px
}

.single-blog-post {
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .11);
	box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .11);
	border-radius: 5px;
	min-height: 400px;
}

.single-blog-post .post-image {
	position: relative
}

.single-blog-post .post-image a {
	display: block
}

.single-blog-post .post-image a img {
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-blog-post .post-image .date {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #fff;
	border-radius: 0 5px 0 0;
	padding: 10px 25px 0;
	z-index: 1;
	font-size: 14px;
	font-weight: 300
}

.single-blog-post .post-image .date i {
	color: #8bc53f;
	margin-right: 2px
}

.single-blog-post .post-content {
	padding: 25px
}

.single-blog-post .post-content h3 {
	margin-bottom: 10px;
	line-height: 1.1;
	font-size: 24px;
	font-weight: 600
}

.single-blog-post .post-content p {
	margin-bottom: 0
}

.single-blog-post .post-content .default-btn {
	margin-top: 5px
}

.single-blog-post:hover .post-image a img {
	opacity: .8
}

.blog-notes {
	margin-top: 10px;
	text-align: center
}

.blog-notes p {
	line-height: initial
}

.blog-notes p a {
	display: inline-block;
	color: #035184;
}

.blog-notes p a:hover {
	color: #8cc63f;
}

.blog-details-desc .article-content {
	margin-top: 30px
}

.blog-details-desc .article-content .entry-meta {
	margin-bottom: -8px
}

.blog-details-desc .article-content .entry-meta ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.blog-details-desc .article-content .entry-meta ul li {
	position: relative;
	display: inline-block;
	color: #035184;
	margin-right: 21px
}

.blog-details-desc .article-content .entry-meta ul li span {
	display: inline-block;
	color: #035184;
	font-weight: 500
}

.blog-details-desc .article-content .entry-meta ul li a {
	display: inline-block;
	color: #554955
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
	color: #8bc53f
}

.blog-details-desc .article-content .entry-meta ul li i {
	color: #8bc53f;
	margin-right: 2px
}

.blog-details-desc .article-content .entry-meta ul li::before {
	content: '';
	position: absolute;
	top: 12px;
	right: -15px;
	width: 6px;
	height: 1px;
	background: #8bc53f
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
	margin-right: 0
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
	display: none
}

.blog-details-desc .article-content h3 {
	margin-bottom: 15px;
	margin-top: 25px;
	font-size: 24px;
	font-weight: 600
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
	padding-left: 0;
	list-style-type: none;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 10px;
	margin-bottom: 30px;
	margin-top: 30px
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
	-ms-flex: 0 0 33.3333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	padding-right: 10px;
	padding-left: 10px
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
	margin-bottom: 0
}

.blog-details-desc .article-content .features-list {
	padding-left: 0;
	list-style-type: none;
	margin-top: 25px;
	margin-bottom: 30px
}

.blog-details-desc .article-content .features-list li {
	margin-bottom: 16px;
	position: relative;
	padding-left: 34px;
	color: #554955
}

.blog-details-desc .article-content .features-list li i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
	background-color: #faf5f5;
	color: #8bc53f;
	-webkit-transition: .5s;
	transition: .5s;
	display: inline-block;
	font-size: 11px;
	position: absolute;
	left: 0;
	top: -2px
}

.blog-details-desc .article-content .features-list li:hover i {
	background-color: #8bc53f;
	color: #fff
}

.blog-details-desc .article-content .features-list li:last-child {
	margin-bottom: 0
}

.blog-details-desc .article-footer {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px
}

.blog-details-desc .article-footer .article-tags {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	color: #554955
}

.blog-details-desc .article-footer .article-tags span {
	display: inline-block;
	color: #035184;
	font-size: 20px;
	margin-right: 5px;
	position: relative;
	top: 2px
}

.blog-details-desc .article-footer .article-tags a {
	display: inline-block;
	color: #554955
}

.blog-details-desc .article-footer .article-tags a:hover {
	color: #8bc53f
}

.blog-details-desc .article-footer .article-share {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%
}

.blog-details-desc .article-footer .article-share .social {
	padding-left: 0;
	list-style-type: none;
	text-align: right;
	margin-bottom: 0
}

.blog-details-desc .article-footer .article-share .social li {
	display: inline-block
}

.blog-details-desc .article-footer .article-share .social li span {
	display: inline-block;
	margin-right: 2px;
	font-weight: 500;
	color: #554955
}

.blog-details-desc .article-footer .article-share .social li a {
	display: block;
	color: #8bc53f;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	background-color: #eeeef0;
	text-align: center;
	font-size: 14px
}

.blog-details-desc .article-footer .article-share .social li a:hover {
	color: #fff;
	background-color: #8bc53f;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

.blog-details-desc .post-navigation {
	margin-top: 30px
}

blockquote,
.blockquote {
	overflow: hidden;
	background-color: #fafafa;
	padding: 50px !important;
	position: relative;
	text-align: center;
	z-index: 1;
	margin-bottom: 20px;
	margin-top: 20px
}

blockquote p,
.blockquote p {
	color: #035184;
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 500;
	font-size: 24px !important
}

blockquote cite,
.blockquote cite {
	display: none
}

blockquote::before,
.blockquote::before {
	color: #efefef;
	content: "\f10e";
	position: absolute;
	left: 50px;
	top: -50px;
	z-index: -1;
	font-family: "font awesome 5 free";
	font-size: 140px;
	font-weight: 900
}

blockquote::after,
.blockquote::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #8bc53f;
	margin-top: 20px;
	margin-bottom: 20px
}

.post-navigation {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 20px;
	padding-bottom: 20px
}

.post-navigation .navigation-links {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.post-navigation .navigation-links .nav-previous {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%
}

.post-navigation .navigation-links .nav-previous a i {
	margin-right: 2px;
	-webkit-transition: .5s;
	transition: .5s
}

.post-navigation .navigation-links .nav-previous a:hover i {
	margin-right: 0
}

.post-navigation .navigation-links .nav-next {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: right
}

.post-navigation .navigation-links .nav-next a i {
	margin-left: 2px;
	-webkit-transition: .5s;
	transition: .5s
}

.post-navigation .navigation-links .nav-next a:hover i {
	margin-left: 0
}

.post-navigation .navigation-links div a {
	display: inline-block;
	font-weight: 600
}

.comments-area {
	padding: 25px;
	margin-top: 0px;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .08);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, .08);
	background-color: #fff;
	border: solid 1px #ccc;
}

.comments-area .comments-title {
	position: relative;
	margin-bottom: 30px;
	line-height: initial;
	font-size: 24px;
	font-weight: 600
}

.comments-area .comments-title::before {
	content: '';
	height: 25px;
	width: 3px;
	left: -25px;
	position: absolute;
	background: #8bc53f;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.comments-area ol,
.comments-area ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.comments-area .comment-list {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.comments-area .children {
	margin-left: 20px
}

.comments-area .comment-body {
	border-bottom: 1px solid #eee;
	padding-left: 65px;
	color: #035184;
	font-size: 14px;
	margin-bottom: 20px;
	padding-bottom: 20px
}

.comments-area .comment-body .reply {
	margin-top: 15px
}

.comments-area .comment-body .reply a {
	border: 1px solid #ded9d9;
	color: #035184;
	display: inline-block;
	padding: 6px 20px;
	border-radius: 30px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	font-size: 13px;
	font-weight: 600
}

.comments-area .comment-body .reply a:hover {
	color: #fff;
	background-color: #8bc53f;
	border-color: #8bc53f
}

.comments-area .comment-author {
	font-size: 17px;
	margin-bottom: .1em;
	position: relative;
	z-index: 2
}

.comments-area .comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px
}

.comments-area .comment-author .fn {
	font-weight: 600
}

.comments-area .comment-author .says {
	display: none
}

.comments-area .comment-metadata {
	margin-bottom: .8em;
	color: #554955;
	letter-spacing: .01em;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400
}

.comments-area .comment-metadata a {
	color: #554955
}

.comments-area .comment-metadata a:hover {
	color: #8bc53f
}

.comments-area .comment-respond {
	margin-top: 30px
}

.comments-area .comment-respond .comment-reply-title {
	margin-bottom: 0;
	position: relative;
	font-size: 24px;
	font-weight: 600
}

.comments-area .comment-respond .comment-reply-title::before {
	content: '';
	height: 25px;
	width: 3px;
	left: -25px;
	position: absolute;
	background: #8bc53f;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
	display: inline-block
}

.comments-area .comment-respond .comment-form {
	overflow: hidden
}

.comments-area .comment-respond .comment-notes {
	margin-bottom: 0;
	margin-top: 10px
}

.comments-area .comment-respond .comment-notes .required {
	color: red
}

.comments-area .comment-respond .comment-form-comment {
	margin-top: 15px;
	float: left;
	width: 100%
}

.comments-area .comment-respond label {
	display: block;
	font-weight: 600;
	color: #035184;
	margin-bottom: 5px
}

.comments-area .comment-respond input[type=date],
.comments-area .comment-respond input[type=time],
.comments-area .comment-respond input[type=datetime-local],
.comments-area .comment-respond input[type=week],
.comments-area .comment-respond input[type=month],
.comments-area .comment-respond input[type=text],
.comments-area .comment-respond input[type=email],
.comments-area .comment-respond input[type=url],
.comments-area .comment-respond input[type=password],
.comments-area .comment-respond input[type=search],
.comments-area .comment-respond input[type=tel],
.comments-area .comment-respond input[type=number],
.comments-area .comment-respond textarea,
.comments-area .comment-respond select {
	display: block;
	width: 100%;
	background-color: #f6f6f6;
	border: 1px solid #eee;
	padding: .625em .7375em;
	outline: 0;
	-webkit-transition: .5s;
	transition: .5s
}

.comments-area .comment-respond input[type=date]:focus,
.comments-area .comment-respond input[type=time]:focus,
.comments-area .comment-respond input[type=datetime-local]:focus,
.comments-area .comment-respond input[type=week]:focus,
.comments-area .comment-respond input[type=month]:focus,
.comments-area .comment-respond input[type=text]:focus,
.comments-area .comment-respond input[type=email]:focus,
.comments-area .comment-respond input[type=url]:focus,
.comments-area .comment-respond input[type=password]:focus,
.comments-area .comment-respond input[type=search]:focus,
.comments-area .comment-respond input[type=tel]:focus,
.comments-area .comment-respond input[type=number]:focus,
.comments-area .comment-respond textarea:focus {
	border-color: #8bc53f
}

.comments-area .comment-respond .comment-form-author {
	float: left;
	width: 50%;
	padding-right: 10px;
	margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-email {
	float: left;
	width: 50%;
	padding-left: 12px;
	margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-url {
	float: left;
	width: 100%;
	margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-cookies-consent {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-cookies-consent input {
	position: absolute;
	left: 0;
	top: 6px
}

.comments-area .comment-respond .comment-form-cookies-consent label {
	display: inline-block;
	margin: 0;
	color: #554955;
	font-weight: 400;
	position: relative;
	top: -2px
}

.comments-area .comment-respond .form-submit {
	float: left;
	width: 100%
}

.comments-area .comment-respond .form-submit input {
	background: #8bc53f;
	border: none;
	color: #fff;
	padding: 13px 30px;
	display: inline-block;
	cursor: pointer;
	outline: 0;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: .5s;
	transition: .5s;
	font-weight: 700;
	font-size: 16px
}

.comments-area .comment-respond .form-submit input:hover,
.comments-area .comment-respond .form-submit input:focus {
	color: #fff;
	background-color: #035184;
}

.page-title-area {
	height: 370px;
	position: relative;
	z-index: 1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #035184;
}

.page-title-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #035184 !important;
	opacity: .6
}

.page-title-content {
	text-align: center;
	margin-top: 140px
}

.page-title-content h2 {
	margin-bottom: 0;
	color: #fff;
	font-size: 42px;
	font-weight: 700
}

.page-title-content ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 12px;
	margin-bottom: 0
}

.page-title-content ul li {
	color: #fff;
	display: inline-block;
	position: relative;
	font-weight: 400;
	font-size: 17px;
	margin-left: 10px;
	margin-right: 10px
}

.page-title-content ul li a {
	display: inline-block;
	color: #fff
}

.page-title-content ul li::before {
	content: '';
	position: absolute;
	right: -15px;
	top: 11px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #8bc53f
}

.page-title-content ul li:last-child::before {
	display: none
}

.pagination-area {
	margin-top: 35px;
	text-align: center
}

.pagination-area .page-numbers {
	width: 45px;
	height: 45px;
	margin: 0 3px;
	display: inline-block;
	background-color: #fff;
	line-height: 49px;
	color: #035184;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
	font-size: 18px;
	font-weight: 700
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus {
	background: #8bc53f;
	color: #fff;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6
}

.widget-area .widget {
	margin-top: 35px
}

.widget-area .widget:first-child {
	margin-top: 0
}

.widget-area .widget .widget-title {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 25px;
	text-transform: capitalize;
	position: relative;
	font-weight: 600;
	font-size: 22px
}

.widget-area .widget .widget-title::before {
	content: '';
	position: absolute;
	background: #8bc53f;
	bottom: -1px;
	left: 0;
	width: 50px;
	height: 1px
}

.widget-area .widget_search {
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	background-color: #fff;
	padding: 15px
}

.widget-area .widget_search form {
	position: relative
}

.widget-area .widget_search form label {
	display: block;
	margin-bottom: 0
}

.widget-area .widget_search form .screen-reader-text {
	display: none
}

.widget-area .widget_search form .search-field {
	background-color: transparent;
	height: 50px;
	padding: 6px 15px;
	border: 1px solid #eee;
	width: 100%;
	display: block;
	outline: 0;
	-webkit-transition: .5s;
	transition: .5s
}

.widget-area .widget_search form .search-field:focus {
	border-color: #8bc53f
}

.widget-area .widget_search form button {
	position: absolute;
	right: 0;
	outline: 0;
	bottom: 0;
	height: 50px;
	width: 50px;
	z-index: 1;
	border: none;
	color: #fff;
	background-color: #8bc53f;
	-webkit-transition: .5s;
	transition: .5s
}

.widget-area .widget_search form button:hover {
	background-color: #035184;
	color: #fff
}

.widget-area .widget_zash_posts_thumb {
	position: relative;
	overflow: hidden
}

.widget-area .widget_zash_posts_thumb .item {
	overflow: hidden;
	margin-bottom: 15px
}

.widget-area .widget_zash_posts_thumb .item:last-child {
	margin-bottom: 0
}

.widget-area .widget_zash_posts_thumb .item .thumb {
	float: left;
	height: 80px;
	overflow: hidden;
	position: relative;
	width: 80px;
	margin-right: 15px
}

.widget-area .widget_zash_posts_thumb .item .thumb .fullimage {
	width: 80px;
	height: 80px;
	display: inline-block;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important
}

.widget-area .widget_zash_posts_thumb .item .thumb .fullimage.bg1 {
	background-image: url(../img/blog-image/7.jpg)
}

.widget-area .widget_zash_posts_thumb .item .thumb .fullimage.bg2 {
	background-image: url(../img/blog-image/8.jpg)
}

.widget-area .widget_zash_posts_thumb .item .thumb .fullimage.bg3 {
	background-image: url(../img/blog-image/9.jpg)
}

.widget-area .widget_zash_posts_thumb .item .info {
	overflow: hidden;
	margin-top: 5px
}

.widget-area .widget_zash_posts_thumb .item .info time {
	display: block;
	color: #554955;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 11px
}

.widget-area .widget_zash_posts_thumb .item .info .title {
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 17px;
	font-weight: 500
}

.widget-area .widget_zash_posts_thumb .item .info .title a {
	display: inline-block
}

.widget-area .widget_recent_entries ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.widget-area .widget_recent_entries ul li {
	position: relative;
	margin-bottom: 12px;
	color: #035184;
	padding-left: 14px;
	line-height: 1.5;
	font-weight: 600;
	font-size: 15.5px
}

.widget-area .widget_recent_entries ul li:last-child {
	margin-bottom: 0
}

.widget-area .widget_recent_entries ul li::before {
	background: #8bc53f;
	position: absolute;
	height: 7px;
	width: 7px;
	content: '';
	left: 0;
	top: 8px
}

.widget-area .widget_recent_entries ul li a {
	display: inline-block;
	color: #035184
}

.widget-area .widget_recent_entries ul li a:hover {
	color: #8bc53f
}

.widget-area .widget_recent_entries ul li .post-date {
	display: block;
	font-size: 13px;
	color: #554955;
	margin-top: 4px
}

.widget-area .widget_recent_comments ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.widget-area .widget_recent_comments ul li {
	position: relative;
	margin-bottom: 12px;
	color: #554955;
	padding-left: 14px;
	line-height: 1.5;
	font-weight: 600;
	font-size: 15.5px
}

.widget-area .widget_recent_comments ul li:last-child {
	margin-bottom: 0
}

.widget-area .widget_recent_comments ul li::before {
	background: #8bc53f;
	position: absolute;
	height: 7px;
	width: 7px;
	content: '';
	left: 0;
	top: 8px
}

.widget-area .widget_recent_comments ul li a {
	display: inline-block;
	color: #035184
}

.widget-area .widget_recent_comments ul li a:hover {
	color: #8bc53f
}

.widget-area .widget_archive ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.widget-area .widget_archive ul li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 14px;
	color: #035184;
	font-size: 15.5px;
	font-weight: 600
}

.widget-area .widget_archive ul li:last-child {
	margin-bottom: 0
}

.widget-area .widget_archive ul li::before {
	background: #8bc53f;
	height: 7px;
	width: 7px;
	content: '';
	left: 0;
	top: 8px;
	position: absolute
}

.widget-area .widget_archive ul li a {
	display: inline-block;
	color: #035184
}

.widget-area .widget_archive ul li a:hover {
	color: #8bc53f
}

.widget-area .widget_categories ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.widget-area .widget_categories ul li {
	position: relative;
	margin-bottom: 12px;
	color: #554955;
	padding-left: 14px;
	font-size: 15.5px;
	font-weight: 600
}

.widget-area .widget_categories ul li:last-child {
	margin-bottom: 0
}

.widget-area .widget_categories ul li::before {
	background: #8bc53f;
	height: 7px;
	width: 7px;
	content: '';
	left: 0;
	top: 8px;
	position: absolute
}

.widget-area .widget_categories ul li a {
	color: #035184;
	display: block
}

.widget-area .widget_categories ul li a:hover {
	color: #8bc53f
}

.widget-area .widget_categories ul li .post-count {
	float: right
}

.widget-area .widget_meta ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.widget-area .widget_meta ul li {
	position: relative;
	margin-bottom: 12px;
	color: #035184;
	padding-left: 14px;
	font-size: 15.5px;
	font-weight: 600
}

.widget-area .widget_meta ul li:last-child {
	margin-bottom: 0
}

.widget-area .widget_meta ul li::before {
	background: #8bc53f;
	height: 7px;
	width: 7px;
	content: '';
	left: 0;
	top: 8px;
	position: absolute
}

.widget-area .widget_meta ul li a {
	display: inline-block;
	color: #035184
}

.widget-area .widget_meta ul li a:hover {
	color: #8bc53f
}

.widget-area .widget_tag_cloud .widget-title {
	margin-bottom: 12px
}

.widget-area .tagcloud a {
	display: inline-block;
	color: #035184;
	font-weight: 600;
	font-size: 14.5px !important;
	padding: 6px 13px;
	border: 1px dashed #eee;
	margin-top: 8px;
	margin-right: 4px
}

.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
	color: #fff;
	background-color: #8bc53f;
	border-color: #8bc53f
}

.widget-area .widget_event_details ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.widget-area .widget_event_details ul li {
	border-bottom: 1px solid #eee;
	color: #888f96;
	padding-bottom: 10px;
	padding-top: 10px
}

.widget-area .widget_event_details ul li:first-child {
	padding-top: 0
}

.widget-area .widget_event_details ul li:last-child {
	border-bottom: none;
	padding-bottom: 0
}

.widget-area .widget_event_details ul li span {
	display: inline-block;
	color: #035184;
	font-weight: 600
}

.widget-area .widget_event_details ul li a {
	display: inline-block;
	color: #888f96
}

.widget-area .widget_event_details ul li a:hover {
	color: #8bc53f
}

.subscribe-area {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #493f49
}

.subscribe-content h2 {
	margin-bottom: 0;
	color: #fff;
	font-size: 32px;
	font-weight: 600
}

.subscribe-content p {
	color: #fff;
	opacity: .9;
	margin-top: 10px;
	margin-bottom: 0
}

.subscribe-form {
	padding-left: 30px
}

.subscribe-form form {
	position: relative
}

.subscribe-form form .input-newsletter {
	display: block;
	width: 100%;
	color: #035184;
	height: 65px;
	border-radius: 5px;
	border: none;
	padding-left: 15px;
	outline: 0;
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
	font-size: 16px;
	font-weight: 500;
	font-family: ibm plex sans, sans-serif
}

.subscribe-form form .input-newsletter::-webkit-input-placeholder {
	color: #99afc3
}

.subscribe-form form .input-newsletter:-ms-input-placeholder {
	color: #99afc3
}

.subscribe-form form .input-newsletter::-ms-input-placeholder {
	color: #99afc3
}

.subscribe-form form .input-newsletter::placeholder {
	color: #99afc3
}

.subscribe-form form button {
	position: absolute;
	right: 5px;
	top: 5px;
	background-color: #035184;
	color: #fff;
	border: none;
	border-radius: 5px;
	height: 55px;
	line-height: 55px;
	padding: 0 30px;
	letter-spacing: .5px;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 16px;
	font-family: ibm plex sans, sans-serif;
	font-weight: 600
}

.subscribe-form form button:hover {
	color: #fff;
	background-color: #8cc63f;
}

.subscribe-form #validator-newsletter {
	color: #fff;
	position: absolute;
	left: 0;
	bottom: -32px
}

.error-area {
	height: 100vh
}

.error-content {
	text-align: center;
	margin: 0 auto;
	max-width: 700px
}

.error-content h3 {
	font-size: 40px;
	font-weight: 700;
	margin-top: 45px;
	margin-bottom: 15px
}

.error-content p {
	max-width: 520px;
	margin: 0 auto 20px
}

.contact-area {
	position: relative;
	z-index: 1
}

.contact-area .section-title {
	margin-bottom: 40px;
	text-align: left;
	margin-left: 0;
	margin-right: 0
}

.contact-form form .form-group {
	margin-bottom: 15px
}

.contact-form form .form-control {
	background-color: #fff;
	border: none;
	-webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2) !important;
	box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2) !important;
	height: 57px
}

.contact-form form .form-group {
	text-align: left
}

.contact-form form .row {
	margin-left: -7px;
	margin-right: -7px
}

.contact-form form .row .col-lg-12,
.contact-form form .row .col-lg-6 {
	padding-left: 7px;
	padding-right: 7px
}

.contact-form form textarea.form-control {
	height: auto;
	padding-top: 15px
}

.contact-form form .default-btn {
	margin-top: 10px;
	border: none;
	-webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .5) !important;
	box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .5) !important
}

.contact-form form .help-block ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 0
}

.contact-form form .help-block ul li {
	color: red
}

.contact-form form #msgSubmit {
	margin-bottom: 0;
	text-align: center !important
}

.contact-form form #msgSubmit.text-danger,
.contact-form form #msgSubmit.text-success {
	margin-top: 8px;
	font-size: 20px;
	font-weight: 600
}

.contact-info {
	padding-right: 25px
}

.contact-info .contact-list {
	margin-bottom: 0;
	list-style-type: none;
	padding-right: 20px;
	padding-left: 0
}

.contact-info .contact-list li {
	position: relative;
	padding-left: 95px;
	color: #554955;
	margin-bottom: 25px
}

.contact-info .contact-list li .icon {
	border: 1px dashed #919191;
	width: 75px;
	height: 75px;
	line-height: 74px;
	color: #fff;
	border-radius: 50%;
	font-size: 25px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1
}

.contact-info .contact-list li .icon::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #919191;
	border-radius: 50%;
	margin: 6px;
	z-index: -1
}

.contact-info .contact-list li span {
	display: block;
	margin-bottom: 5px;
	color: #035184;
	font-size: 22px;
	font-weight: 600
}

.contact-info .contact-list li a {
	color: #554955;
	display: block
}

.contact-info .contact-list li a:hover {
	color: #8bc53f
}

.contact-info .contact-list li:last-child {
	margin-bottom: 0
}

.contact-info .social {
	padding-left: 95px;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 20px
}

.contact-info .social li {
	display: inline-block;
	margin-right: 3px
}

.contact-info .social li a {
	display: inline-block;
	background-color: #f1f4f4;
	color: #8bc53f;
	width: 50px;
	font-size: 17px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center
}

.contact-info .social li a i.flaticon-facebook {
	display: inline-block;
	padding-left: 4px
}

.contact-info .social li a i.flaticon-twitter {
	display: inline-block;
	position: relative;
	top: 2px
}

.contact-info .social li a:hover {
	background-color: #8bc53f;
	color: #fff
}

.contact-info .social li:last-child {
	margin-right: 0
}

.bg-map {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
	text-align: center;
	margin: 0 auto;
	opacity: .4
}

.footer-area {
	padding-top: 70px;
	overflow: hidden
}

.footer-area {
	background-image: url('https://unitedscientificforum.com/assets/img/USF-36.webp');
	background-size: cover;
	/* Optional: ensures the image covers the entire element */
	background-position: center;
	/* Optional: centers the image */
	background-repeat: no-repeat;
}

.single-footer-widget {
	margin-bottom: 30px
}

.single-footer-widget h3 {
	margin-bottom: 30px;
	color: #fff;
	position: relative;
	padding-bottom: 8px;
	border-bottom: 1px solid #493f49;
	font-size: 24px;
	font-weight: 600
}

.single-footer-widget h3::before {
	bottom: -1px;
	left: 0;
	width: 55px;
	height: 1px;
	background-color: #8bc53f;
	content: '';
	position: absolute
}

.single-footer-widget .logo a {
	display: inline-block
}

.single-footer-widget .logo p {
	color: #ebe7e7;
	margin-bottom: 0;
	margin-top: 15px
}

.single-footer-widget .social {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 20px
}

.single-footer-widget .social li {
	display: inline-block;
	margin-right: 3px
}

.single-footer-widget .social li a {
	display: inline-block;
	background-color: #fff;
	color: #8bc53f;
	width: 35px;
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center
}


.single-footer-widget .social li a i.flaticon-facebook {
	display: inline-block;
	padding-left: 4px
}

.single-footer-widget .social li a i.flaticon-twitter {
	display: inline-block;
	position: relative;
	top: 2px
}

.single-footer-widget .social li a:hover {
	background-color: #8bc53f;
	color: #fff;
}

.single-footer-widget .social li:last-child {
	margin-right: 0
}

.single-footer-widget .footer-quick-links {
	padding-left: 0;
	list-style-type: none;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 0;
	margin-top: -12px
}

.single-footer-widget .footer-quick-links li {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px
}

.single-footer-widget .footer-quick-links li a {
	display: inline-block;
	color: #ebe7e7;
	text-transform: uppercase;
	font-size: 14px
}

.single-footer-widget .footer-quick-links li a:hover {
	color: #8bc53f
}

.single-footer-widget .footer-contact-info {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0
}

.single-footer-widget .footer-contact-info li {
	color: #ebe7e7;
	font-size: 15px;
	margin-bottom: 12px
}

.single-footer-widget .footer-contact-info li span {
	display: inline-block;
	font-weight: 700;
	color: #fff
}

.single-footer-widget .footer-contact-info li a {
	display: inline-block;
	color: #fff;
	position: relative
}

.single-footer-widget .footer-contact-info li a::before {
	width: 100%;
	height: 1px;
	background-color: #8bc53f;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s
}

.single-footer-widget .footer-contact-info li a:hover {
	color: #8bc53f
}

.single-footer-widget .footer-contact-info li:last-child {
	margin-bottom: 0
}

.single-footer-widget .footer-contact-info li:last-child a::before {
	opacity: 1;
	visibility: visible
}

.copyright-area {
	margin-top: 40px;
	border-top: 1px solid #493f49;
	padding-top: 25px;
	padding-bottom: 25px
}

.copyright-area p {
	color: #ebe7e7;
	font-size: 15px
}

.copyright-area p a {
	color: #fff;
	display: inline-block;
	font-weight: 600
}

.copyright-area p a:hover {
	color: #8bc53f
}

.copyright-area ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: right
}

.copyright-area ul li {
	display: inline-block;
	color: #ebe7e7;
	font-size: 15px;
	position: relative;
	margin-left: 10px;
	margin-right: 10px
}

.copyright-area ul li a {
	display: inline-block;
	color: #ebe7e7
}

.copyright-area ul li a:hover {
	color: #8bc53f
}

.copyright-area ul li::before {
	content: '';
	position: absolute;
	top: 5px;
	right: -13px;
	width: 1px;
	height: 14px;
	background-color: #fff
}

.copyright-area ul li:last-child {
	margin-right: 0
}

.copyright-area ul li:last-child::before {
	display: none
}

.copyright-area ul li:first-child {
	margin-left: 0
}

.go-top {
	position: fixed;
	cursor: pointer;
	top: 0;
	right: 15px;
	color: #fff;
	background-color: #035184;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s
}

.go-top.active {
	top: 98%;
	-webkit-transform: translateY(-98%);
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible
}

.go-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: .5s;
	transition: .5s
}

.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%
}

.go-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #8bc53f;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s
}

.go-top:hover,
.go-top:focus {
	color: #fff
}

.go-top:hover::before,
.go-top:focus::before {
	opacity: 1;
	visibility: visible
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%
}


.logoimg {

	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	image-rendering: -webkit-optimize-contrast;
}

.orgbtn {
	padding: 8px 12px !important;
	/* margin-top: 46px!important; */
	color: #fff !important;
	border-radius: 33px;
	background: #8bc53f;
	font-size: 12px !important;
	font-weight: 600;
	line-height: 7;
	margin-left: 5px !important;

}

.lh0 {
	line-height: 0px !important;
}

.services-area1 {
	padding-bottom: 70px
}

.single-services-box1 {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	z-index: 1;
	border-radius: 5px;
	border: 1px solid #e9e9e9;
	padding: 30px 45px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-services-box1 .icon {
	font-size: 65px;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	z-index: 1;
	margin-top: -15px;
	margin-bottom: 10px
}

.single-services-box1 .icon .icon-bg img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto !important;
	display: inline-block !important;
	z-index: -1
}

.single-services-box1 h3 {
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 13px;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 20px;
	font-weight: 600
}

.single-services-box1 h3 a {
	display: inline-block
}

.single-services-box1 h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	background-color: #ff837d;
	height: 2px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-services-box1 p {
	-webkit-transition: .5s;
	transition: .5s;
	margin-top: 0;
	margin-bottom: 0
}

.single-services-box1 .box-shape img {
	position: absolute;
	left: 0;
	top: 0;
	width: auto !important;
	-webkit-transition: .5s;
	transition: .5s;
	display: inline-block !important
}

.single-services-box1 .box-shape img:nth-child(2) {
	opacity: 0;
	visibility: hidden
}

.single-services-box1 .features-list {
	padding-left: 0 !important;
	list-style-type: none;
	margin-top: 25px;
	margin-bottom: 30px;
	text-align: left;
}

.single-services-box1 .features-list li {
	margin-bottom: 16px;
	position: relative;
	padding-left: 34px;
	color: #554955;
	list-style-type: none;
}

.single-services-box1 .features-list li i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
	background-color: #faf5f5;
	color: #8bc53f;
	-webkit-transition: .5s;
	transition: .5s;
	display: inline-block;
	font-size: 11px;
	position: absolute;
	left: 0;
	top: -2px
}

.single-services-box1 .features-list li:hover i {
	background-color: #8bc53f;
	color: #fff
}

.single-services-box1 .features-list li:last-child {
	margin-bottom: 0
}


.sheight {
	height: 45px;
}

.regtext {
	font-weight: 600;
	font-size: 18px;
}

.regradio {
	width: 18px;
	height: 16px;
}

.mrgt-20 {
	margin-top: 20px;
	!important;
}

.pdbtn {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 18px;
	padding-right: 18px;
}

.extra-nights-box {
	background: #ff2d55;
	color: #fff;
	padding: 10px;
	width: inherit;
	margin: 10px 0px 25px;
}

.confdv {
	background: #fff;
	/*width: 35%;*/
	margin: auto;
	border-radius: 30px;
	padding: 5px;
	margin-top: 20px;
	color: #8bc53f;
	font-size: 1.50rem;
}

.btncenter {
	width: 200px;
	margin: auto;
}


.tg-eventconfrences {
	width: 100%;
	float: left;
}

.tg-headholder {
	width: 100%;
	float: left;
	padding: 0 0 34px;
}

.tg-eventconfrences .tg-sectionhead {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 300px 0 0;
}

.tg-sectionhead {
	width: 100%;
	float: left;
	padding: 0 0 50px;
	text-align: center;
}

.tg-eventconfrences .tg-sectionhead .tg-description {
	padding: 0;
}

.tg-eventscheduletabs {
	width: 100%;
	float: left;
	position: relative;
}

.tg-eventschedulenav {
	width: 100%;
	float: left;
	list-style: none;
	font-size: 16px;
	line-height: 56px;
	text-transform: capitalize;
	margin-bottom: 0px;
	padding: 0;
}

.tg-eventschedulenav li {
	float: left;
	line-height: normal;
	list-style-type: none;
}

.tg-eventschedulenav li+li {
	padding-left: 5px;
}

.tg-eventschedulenav li a {
	color: #444349;
	display: block;
	margin: 0 0 4px;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	text-align: center;
	padding: 13px 40px;
	border: 1px solid #dbdbdb;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

.tg-eventschedulenav li:first-child a {
	border-radius: 4px 0 0 0;
}

.tg-eventschedulenav li:last-child a {
	border-radius: 0 4px 0 0;
}

.tg-eventschedulenav li a span {
	display: block;
	font-size: 13px;
	line-height: 13px;
	margin: 10px 0 0;
}

.tg-eventschedulenav li.active a,
.tg-eventschedulenav li:hover a {
	margin: 0;
	color: #fff;
	padding: 15px 40px;
}

.tg-eventschedulenav li:hover a {
	color: #fff;
	background-color: #8bc53f;
}

.tg-tabsholder {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 0 75px;
}

.tg-eventschedulecontent {
	border-top: 2px solid;
}

.tg-eventschedulecontent,
.tg-eventschedulecontent>div {
	width: 100%;
	float: left;
}

.tg-eventschedulecontent {
	padding: 30px;
	position: relative;
	background: #f7f7f7;
}

.tg-eventschaduletime {
	width: 100%;
	float: left;
	padding: 0 0 25px;
	text-align: center;
}

.tg-eventschaduletime h2 {
	color: #444349;
	font-size: 18px;
	margin: 0 0 16px;
	line-height: 18px;
}

.tg-eventschaduletime h3 {
	margin: 0;
	color: #444349;
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
}

.tg-eventvenuetabs {
	width: 100%;
	float: left;
}

.tg-eventvenuenav {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0 0 40px;
	text-align: center;
}

.tg-eventvenuenav li {
	padding: 0 3px;
	line-height: normal;
	display: inline-block;
	list-style-type: none;
}

.tg-eventvenuenav li a {
	color: #444349;
	display: block;
	background: #fff;
	border-radius: 5px;
	padding: 15px 40px;
	border: 1px solid transparent;
}

.tg-eventvenuenav li.active a,
.tg-eventschedulenav li a {
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);

}

.tg-eventvenuenav li.active a {
	color: #8bc53f;
}

.tg-eventvenuecontent,
.tg-eventvenuecontent>div {
	width: 100%;
	float: left;
}

.tg-eventvenuecontent {
	position: relative;
}

.tg-event {
	width: 100%;
	float: left;
	background: #fff;
	border-radius: 4px;
	padding: 10px 30px 10px 10px;
}

.tg-event+.tg-event {
	margin: 20px 0 0;
}

.tg-event:hover {
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
}

.tg-eventhead {
	width: 100%;
	float: left;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #dbdbdb;
}

.tg-leftarea {
	float: left;
}

.tg-rightarea {
	float: right;
}

.tg-leftarea time {
	display: block;
	color: #444349;
	font-size: 16px;
	margin: 0 0 9px;
	line-height: 16px;
	font-style: normal;
}

.tg-leftarea .tg-title {
	margin: 0;
}

.tg-leftarea .tg-title h2 {
	margin: 0;
	font-size: 22px;
	line-height: 22px;
}

.tg-btnfarword {
	width: 35px;
	height: 35px;
	display: block;
	text-align: center;
	line-height: 33px;
	border-radius: 50%;
	border: 1px solid #dbdbdb;
	color: #8bc53f;
}

.tg-btnfarword:hover i {
	color: #8bc53f;
}

.tg-event .tg-description p {
	margin: 0 0 25px;
}

.tg-eventspeaker {
	width: 100%;
	float: left;
}

.tg-eventspeakerimg {
	float: left;
	margin: 0 30px 0 0;
	position: relative;
}

.tg-themeimgborder:after {
	top: 0;
	left: 0;
	z-index: 2;
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	border: 6px solid rgba(255, 255, 255, 0.50);
}

.tg-eventspeakerimg img {
	width: 100%;
	height: auto;
	display: block;
}

.tg-eventspeaker .tg-contentbox {
	width: auto;
	float: none;
	overflow: hidden;
}

.tg-speakername {
	width: 100%;
	float: left;
}

.tg-speakername h2 {
	color: #444349;
	font-size: 16px;
	margin: 0 0 8px;
	line-height: 16px;
}

.tg-eventspeaker .tg-contentbox .tg-eventcatagory {
	display: block;
	color: #444349;
	font-size: 13px;
	line-height: 15px;
}

.tg-eventbreak .tg-eventhead {
	margin: 0;
	border: 0;
	padding: 0;
}

.tg-btndownloadschedule {
	right: 0;
	color: #fff;
	bottom: 100%;
	padding: 0 15px;
	font-size: 13px;
	line-height: 36px;
	position: absolute;
	border-radius: 31px 0 0;
	background: #8bc53f;
}

.tg-btndownloadschedule i {
	margin: 0 0 0 8px;
}

.tg-btndownloadschedule:hover,
.tg-btndownloadschedule:hover i {
	color: #fff;
}

.tg-btndownloadschedule:before {
	bottom: 0;
	left: -15px;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 22px solid red;
	border-left: 20px solid transparent !important;
}

.tg-sectionhead {
	width: 100%;
	float: left;
	padding: 0 0 50px;
	text-align: center;
}

.tg-sectionheading {
	width: 100%;
	float: left;
	margin: 0 0 40px;
	padding: 0 0 13px;
	position: relative;
}

.tg-sectionheading:after,
.tg-sectionheading:before {
	left: 50%;
	bottom: 0;
	content: '';
	height: 1px;
	position: absolute;
	background: #dbdbdb;
}

.tg-sectionheading:after {
	width: 170px;
	margin: 0 0 0 -85px;
}

.tg-sectionheading:before {
	width: 150px;
	bottom: -3px;
	margin: 0 0 0 -75px;
}

.tg-sectionheading h2 {
	margin: 0 0 17px;
	font-size: 24px;
	line-height: 24px;
}

.tg-sectionheading h3 {
	margin: 0;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	color: #8bc53f;
}

.tg-eventschedulenav li.active a {
	border-color: #8bc53f;
	background: #8bc53f;
}

.tg-btndownloadschedule:before {
	border-color: #8bc53f;
}

.tg-eventschedulecontent {
	border-color: #8bc53f;
}

.mrgauto {
	margin: auto !important;
}

.mrgt-50 {
	margin-top: 50px;
}

.tg-event .tg-description p {
	margin: 0 0 20px;
	line-height: 1.4;
}

.tg-eventspeaker {
	width: 100%;
	float: left;
}

.tg-eventspeakerimg {
	float: left;
	margin: 0 30px 0 0;
	position: relative;
}

.our-team {
	padding: 20px 15px 30px;
	background: #fff;
	border-radius: 15px;
	text-align: center;
	background: #f0f0f0;
	margin-bottom: 35px;
}

.our-team .pic {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 10px;
	margin-bottom: 25px;
	transition: all 0.5s ease 0s;
}

.our-team:hover .pic {
	background: #f0f0f0;
	border-radius: 50%;

}

.pic img {
	width: 80%;
	height: auto;
	border-radius: 50%;
}

.our-team .title {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #2e282a;
	text-transform: uppercase;
	margin: 0 0 7px 0;
}

.our-team .post {
	display: block;
	font-size: 15px;
	color: #767676;
	text-transform: capitalize;

}

.our-team .social {
	padding: 0;
	margin: 0;
	list-style: none;
}

.our-team .social li {
	display: inline-block;
	margin-right: 5px;
}

.our-team .social li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	font-size: 15px;
	color: #8bc53f;
	border: 1px solid #8bc53f;
	transition: all 0.5s ease 0s;
}

.our-team:hover .social li a {
	background: #8bc53f;
	color: #fff;

}

@media only screen and (max-width: 990px) {
	.our-team {
		margin-bottom: 30px;
	}
}

.comment-content p {
	line-height: 20px;
	margin-bottom: 8px;
}

.pdlr-70 {

	padding-left: 68px;
	padding-right: 68px;
}

.payhead {
	color: #8bc53f;
	text-align: center;
	font-size: 32px;
	margin-bottom: 22px;
	font-weight: 600;
}

p b {
	color: #000;
	font-weight: 600;

}

@media (max-width:568px) {

	.tg-eventschedulenav li {
		width: 100%;
	}

	.tg-eventschedulenav li+li {
		padding-left: 0;
	}

	.tg-eventschaduletime h3 {
		margin: 0;
		color: #444349;
		font-size: 16px;
		font-weight: 500;
		line-height: 20px;
	}

	.tg-eventschaduletime h2 {
		font-size: 15px;
		line-height: 15px;
	}

	.tg-eventschaduletime {
		padding: 15px 0 25px;
	}

	.tg-leftarea .tg-title h2 {
		font-size: 20px;
		line-height: 20px;
	}
}


@media (max-width:991px) {

	.tg-eventschedulenav li.active a,
	.tg-eventschedulenav li:hover a {
		padding: 15px;
	}

	.tg-eventschedulenav li a {
		padding: 13px 15px;
	}

	.tg-event .tg-description p {

		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
	}



}


@media (max-width:1199px) {


	.tg-eventschedulenav li a {
		padding: 13px 25px;
	}

	.tg-eventschedulenav li.active a,
	.tg-eventschedulenav li:hover a {
		padding: 15px 25px;
	}

}

@media (max-width:767px) {

	.tg-btndownloadschedule {
		padding: 0 10px;
		font-size: 12px;
		line-height: 30px;
	}

	.tg-btndownloadschedule:before {
		border-bottom-width: 17px;
	}

	.tg-eventhead .tg-rightarea {
		float: left;
		padding: 15px 0 0;
	}

}

@media (max-width:720px) {

	.tg-btndownloadschedule {
		top: 0;
		bottom: auto;
		padding: 0 15px;
	}

	.tg-eventhead .tg-leftarea {
		width: 100%;
	}

	.tg-leftarea .tg-title h2 {
		font-size: 18px;
		line-height: 22px;
	}
}

@media (max-width:640px) {


	.tg-eventspeaker .tg-contentbox {
		width: 100%;
		float: left;
	}

	.tg-eventspeakerimg {
		margin: 0 0 30px;
	}


}

@media (max-width: 480px) {
	.tg-leftarea .tg-title h2 {
		font-size: 15px;
		line-height: 22px;
	}

}

.default-btn1 {
	border: none;
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	color: #fff;
	text-transform: uppercase;
	background-color: #8bc53f;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px;
	font-weight: 600;
	font-size: 15px;
	padding-left: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}

.default-btn1:hover {
	color: #fff !important;
}

.ht750 {
	height: 750px !important;
}

.single-blog-post .post-content h5 {
	margin-bottom: 5px;
	line-height: 1;
	font-size: 18px;
	font-weight: 600;
}

.paraf {
	font-size: 12px !important;
}

.mrb-30 {
	margin-bottom: 30px !important;
}

.ptb-30 {
	padding-top: 30px;
	padding-bottom: 100px;
}

.ptb-50 {
	padding-top: 50px;
	padding-bottom: 100px;
}

.ptb-40 {
	padding-top: 80px;
	padding-bottom: 40px;
}

.paybg {
	background: #eaeaea;
}

.paytp {
	color: #fff;
	background: #8bc53f;
	width: 300px;
	margin: auto;
	border-radius: 50px;
	padding: 5px;
}

.bgwhite {
	background: #fff;
}

.pd40 {
	padding: 40px;

}

.selecttext {
	margin-top: 20px;
	font-size: 20px;
	color: #000;
	font-weight: 400;
}

.fright {
	float: right;
}

.payalign {
	border-radius: 1rem;
	border: solid 1px #ccc;
	-webkit-box-shadow: 0 1.1rem 0.7rem rgb(223 227 234 / 50%);
	box-shadow: 0 1.1rem 0.7rem rgb(223 227 234 / 50%);
	overflow: hidden;
}

.payalign:hover {
	border-radius: 1rem;
	border: solid 2px #8bc53f;

}

.successbtn {
	text-align: center;
	background: #17d475;
	border-radius: 107%;
	width: 60px;
	color: white;
	margin: auto;
	margin-bottom: 12px;
	height: 60px;
	padding-top: 15px;
	font-size: 27px;
}

.failbtn {
	text-align: center;
	background: red;
	border-radius: 107%;
	width: 60px;
	color: white;
	margin: auto;
	margin-bottom: 12px;
	height: 60px;
	padding-top: 15px;
	font-size: 27px;
}

.paystext {
	text-align: center;
	margin-top: 10px;
	color: #000;
}

.tracks1 {
	margin-bottom: 3rem;
	position: relative;
	padding: 4rem 3rem;
	background: var(--white);
	border-radius: 4.6rem;
	-webkit-box-shadow: 0 1.1rem 5.7rem rgb(223 227 234 / 50%);
	box-shadow: 0 1.1rem 5.7rem rgb(223 227 234 / 50%);
	overflow: hidden;
	z-index: 1;
}

.paytext1 {
	color: black;
	text-align: center;
	font-size: 25px;
}

.payftext {
	color: red;
	text-align: center;
	font-size: 25px;
}

.circlebg {
	background-color: #1a0c05;
	border-radius: 50%;
	border: solid 5px #fff;
	width: 300px;
	padding: 60px 19px;
	height: 300px;
	margin-top: -20px;
}

.counttxt {
	font-size: 55px;
	font-weight: 600;
	color: #8bc53f;
	vertical-align: middle;
	padding-top: 38px;
}

.countcontent {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	line-height: 24px;

}

.colororg {
	color: #8bc53f;
}


.countpara {
	font-size: 16px;
	color: #fff;
	line-height: 21px;
	padding-top: 10px;
}

.mt-25 {
	margin-top: 25px !important;
}

.hldesign {
	display: flex;
	text-align: center;
	width: 100%;
	margin-top: -14px;
}

.hrdesign {
	font-size: 25px;
	margin-left: 7px;
	margin-right: 7px;
	color: #8bc53f;
	margin-top: 3px;
}

.button-animation:hover {
	transform: rotate(-8deg);
	transition: width 1s, height 1s, transform 1s;
}

.pt0 {
	padding-top: 0px !important;
}

.nav-tabs .nav-link.active {
	color: #ffffff !important;
	background-color: #ff693b !important;
	border-color: #ff9772 #ff9772 #ff693b !important;
}

.mt30 {
	margin-top: 30px;
}

.nav-tabs .nav-link {
	background: #fff;
	!important;
	margin-left: 5px !important;
}

.colorwhite {
	color: #fff !important;
}

.nav-tabs {
	border-bottom: 1px solid #ff693b !important;
}

.tabalign1 {
	color: white !important;
	padding-top: 20px !important;
	text-align: left !important;

}

.venuelist {

	list-style-type: none;
	padding: 0;
	line-height: 30px;

}

.venuebg {
	background-color: #f8f8f8;
	border: solid 1px #ccc;
}

.pt18 {
	padding-top: 18px;
}

.venueimg {

	border: solid 1px #ccc;
	padding: 7px;
	background: #fff;
	border-radius: 5px;
}

.pd15 {
	padding: 15px !important;

}

.ht90 {
	height: 90px !important;
}

.text-left {
	text-align: left !important;
}

.ovtext {
	text-align: left;
	color: #ff815b !important;
}

.pl-35 {
	padding-left: 35px !important;
}

.pd-0 {
	padding: 0px !important;
}

.mt50 {
	margin-top: 50px;
}

.serviceBox {
	color: #666;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	padding: 0 10px;
}

.serviceBox .service-icon {
	color: #eb3b5a;
	background: #fff;
	font-size: 45px;
	line-height: 95px;
	width: 105px;
	height: 105px;
	margin: 0 auto 50px;
	border-radius: 50%;
	border: 6px solid #eb3b5a;
	box-shadow: 0 0 5px rgb(0 0 0 / 30%) inset, 0 15px 0 rgb(0 0 0 / 10%);
	position: relative;
}

.serviceBox .service-icon:before,
.serviceBox .service-icon:after {
	content: '';
	background-color: #eb3b5a;
	height: 17px;
	width: 17px;
	border-radius: 50%;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -33px;
}

.serviceBox .service-icon:after {
	height: 12px;
	width: 12px;
	bottom: -50px;
}

.serviceBox .title {
	color: #000000 !important;
	font-size: 17px !important;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 7px;
}

.serviceBox .description {
	font-size: 15px;
	line-height: 22px;
}

.serviceBox.orange .service-icon {
	color: #FA8231;
	border-color: #FA8231;
}

.serviceBox.orange .service-icon:before,
.serviceBox.orange .service-icon:after {
	background-color: #FA8231;
}

.serviceBox.orange .title {
	color: #FA8231;
}

.serviceBox.green .service-icon {
	color: #20BF6B;
	border-color: #20BF6B;
}

.serviceBox.green .service-icon:before,
.serviceBox.green .service-icon:after {
	background-color: #20BF6B;
}

.serviceBox.green .title {
	color: #20BF6B;
}

.serviceBox.blue .service-icon {
	color: #005166;
	border-color: #005166;
}

.serviceBox.blue .service-icon:before,
.serviceBox.blue .service-icon:after {
	background-color: #005166;
}

.serviceBox.blue .title {
	color: #2D98DA;
}

@media only screen and (max-width: 990px) {
	.serviceBox {
		margin: 0 0 30px;
	}
}

.text-justify {
	text-align: justify;
}