@font-face {
	font-family: 'Gothic';
	src: local('Gothic'), url('/css/Gothic.ttf') format('truetype');
}

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
	line-height: inherit;
}

label {
	display: inline;
}

input[type=text],
select {
	position: relative;
	display: inline-block;
	height: 60px;
	width: 100%;
	font-size: 15px;
	color: #25283a;
	line-height: 30px;
	font-weight: 400;
	padding: 14px 20px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 7px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

button {
	position: relative;
	display: block;
	z-index: 1;
	padding: 15px 45px;
	border-radius: 30px;
	color: #ffffff;
	font-weight: 600;
	font-family: 'Gothic', sans-serif;
	background-color: #015836;
}

button:focus {
	outline: none;
	box-shadow: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size: 18px;
	color: #25283a;
	line-height: 1.7em;
	font-weight: bold;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Gothic', sans-serif;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.25em;
	font-family: 'Gothic';
	font-weight: bold;
}

textarea {
	overflow: hidden;
}

p,
.text {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.7em;
	font-weight: 400;
	margin: 0 0 15px;
}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-input-placeholder {
	color: inherit;
}

::-ms-input-placeholder {
	color: inherit;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	z-index: 9;
	overflow: hidden;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

ul,
li {
	padding: 0px;
	margin: 0px;
}

figure {
	margin-bottom: 0;
}

.theme-btn {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.theme-btn i {
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered {
	text-align: center !important;
}

/*Btn Style One*/

.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Gothic', sans-serif;
	border-radius: 30px;
	overflow: hidden;
}

.btn-style-one:hover {
	color: #ffffff;
}

.btn-style-one .btn-title {
	position: relative;
	display: block;
	z-index: 1;
	padding: 15px 45px;
	border-radius: 30px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.btn-style-one:hover .btn-title {
	color: #ffffff;
}

.btn-style-one .btn-title:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	content: "";
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-one:hover .btn-title:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

/* Btn Style Two */

.btn-style-two {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 28px;
	color: #848484;
	font-weight: 600;
	padding: 10px 30px;
	text-transform: capitalize;
	font-family: 'Gothic', sans-serif;
	border-radius: 25px;
	border: 1px solid #e0e0e0;
	overflow: hidden;
}

.btn-style-two:hover {
	color: #ffffff;
}

/*Btn Style Three*/

.btn-style-three {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Gothic', sans-serif;
	border-radius: 30px;
	overflow: hidden;
}

.btn-style-three:hover {
	color: #ffffff;
}

.btn-style-three .btn-title {
	position: relative;
	display: block;
	z-index: 1;
	padding: 15px 45px;
	border-radius: 30px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.btn-style-three:hover .btn-title {
	color: #ffffff;
}

.btn-style-three .btn-title:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	content: "";
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-three:hover .btn-title:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

/* Btn Style Foure */

.btn-style-four {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 600;
	padding: 8px 25px;
	text-transform: capitalize;
	font-family: 'Gothic', sans-serif;
	border-radius: 22px;
	border: 2px solid #ffffff;
	overflow: hidden;
}

.btn-style-four:hover {
	color: #000000;
	border-color: #ffffff;
	background: #ffffff;
}

/*Btn Style Five*/

.btn-style-five {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Gothic', sans-serif;
	border-radius: 30px;
	overflow: hidden;
}

.btn-style-five:hover {
	color: #ffffff;
}

.btn-style-five .btn-title {
	position: relative;
	display: block;
	z-index: 1;
	padding: 15px 45px;
	background-color: #ffffff;
	border-radius: 30px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.btn-style-five:hover .btn-title {
	color: #ffffff;
}

.btn-style-five .btn-title:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	content: "";
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-five:hover .btn-title:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

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

.dropdown-toggle::after {
	display: none;
}

.fa {
	line-height: inherit;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 54px;
	height: 54px;
	color: #ffffff;
	font-size: 30px;
	line-height: 54px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #25283a;
	border-radius: 0px;
	margin-left: -26px;
	display: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scroll-to-top:hover {
	color: #ffffff;
	-webkit-box-shadow: 2px 2px 0px #25283a;
	-ms-box-shadow: 2px 2px 0px #25283a;
	box-shadow: 2px 2px 0px #25283a;
}


/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
	position: relative;
	display: block;
	width: 100%;
	z-index: 9999;
	background: none;
	font-family: 'Gothic', sans-serif;
}

.main-header.header-style-two {
	position: absolute;
	top: 55px;
}

.main-header.header-style-three {
	position: absolute;
	top: 0px;
}

.main-header .header-top {
	position: relative;
	background-color: #25283a;
	color: #ffffff;
}

.main-header .header-top .inner {
	position: relative;
	padding-left: 280px;
}

/* Top Left*/

.main-header .header-top .top-left {
	position: relative;
	float: left;
	padding: 15px 0px;
}

.main-header .header-top .info {
	position: relative;
	float: right;
}

.main-header .header-top .info li {
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #aaabaf;
	font-weight: 400;
	padding: 0px 0px;
	margin-left: 39px;
}

.main-header .header-top .info li:before {
	content: '';
	position: absolute;
	top: 2px;
	left: -20px;
	height: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.30);
}

.main-header .header-top .info li:first-child:before {
	display: none;
}

.main-header .header-top .info li a {
	position: relative;
	display: inline-block;
	color: #aaabaf;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .header-top .info li a .icon {
	position: relative;
	padding-right: 5px;
}

.main-header .header-top .info .search-btn {
	position: relative;
}

.main-header .header-top .info .search-toggler {
	position: relative;
	padding: 0;
	background: none;
	margin: 0;
	line-height: 24px;
	color: #aaabaf;
	font-size: 14px;
	cursor: pointer;
}

.main-header .header-top .top-right {
	position: relative;
	float: right;
	padding: 15px 0px;
}

.main-header .header-top .social-links {
	position: relative;
}

.main-header .header-top .social-links li {
	position: relative;
	float: left;
	color: #aaabaf;
	line-height: 24px;
	margin-right: 25px;
}

.main-header .header-top .social-links li a {
	position: relative;
	display: block;
	color: #aaabaf;
	font-size: 13px;
	line-height: 24px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

/*=== Header Upper ===*/

.main-header .header-upper {
	position: relative;
	background: #ffffff;
	display: none;
}

.main-header.header-style-two .header-upper {
	background: none;
}

.main-header.header-style-three .header-upper {
	background: none;
}

.main-header .header-upper .inner-container {
	position: relative;
	padding-left: 280px;
	min-height: 120px;
}

.main-header.header-style-two .header-upper .inner-container {
	padding-left: 300px;
	padding-right: 30px;
	background: #ffffff;
	border-radius: 20px;
}

.main-header .header-upper .logo-box {
	position: absolute;
	float: left;
	left: 0;
	top: -55px;
	width: 230px;
	height: 230px;
	overflow: hidden;
	z-index: 10;
}

.main-header.header-style-two .header-upper .logo-box {
	left: 30px;
}

.main-header.header-style-three .header-upper .logo-box {
	height: auto;
	width: 200px;
	top: 0;
	padding: 15px 0px;
}

.main-header .header-upper .logo-box .logo {
	position: relative;
	display: block;
	padding: 37px 10px 25px;
	text-align: center;
	border-radius: 0px 0px 20px 0px;
}

.main-header.header-style-three .header-upper .logo-box .logo {
	padding: 0;
	background: none;
	text-align: left;
	border-radius: 0;
}

.main-header .header-upper .logo-box .logo:before {
	position: absolute;
	right: 3px;
	top: 102%;
	margin-top: -50px;
	height: 60px;
	width: 100%;
	content: "";
	-webkit-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	transform: rotate(-8deg);
	border-radius: 20px;
}

.main-header.header-style-three .header-upper .logo-box .logo:before {
	display: none;
}


.main-header .header-upper .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: auto;
	z-index: 1;
}

.main-header .header-upper .social-links {
	position: relative;
	float: left;
	padding: 39px 0;
	margin-left: 75px;
}

.main-header .nav-outer {
	position: relative;
	float: right;
	width: 100%;
	z-index: 1;
}


.main-header .nav-outer .link-box {
	position: relative;
	padding: 30px 0px 0px;
	float: right;
}

.main-header .nav-outer .link-box .theme-btn {
	display: block;
}

.main-header .nav-outer .link-box .donate-link {
	position: relative;
	float: right;
	margin-left: 30px;
}

.main-header .nav-outer .link-box .cart-link {
	position: relative;
	float: right;
	padding-top: 15px;
}

.main-header .nav-outer .link-box .cart-link a {
	display: block;
	line-height: 30px;
	font-size: 24px;
	color: #25283a;
}

.header-style-three .nav-outer .link-box .cart-link a {
	color: #ffffff;
}

.main-header .nav-outer .main-menu {
	position: relative;
	float: left;
}

.main-menu .navbar-collapse {
	padding: 0px;
	display: block !important;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
	font-family: 'Gothic', sans-serif;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	padding: 42px 0px;
	margin-right: 40px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
	margin-right: 0px;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	font-weight: 600;
	color: #25283a;
	padding: 3px 0px;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-style-three .main-menu .navigation>li>a {
	color: #ffffff;
}

.main-menu .navigation>li>a:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0;
	width: 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-style-three .main-menu .navigation>li>a:before {
	border-bottom-color: #ffffff;
}

.sticky-header .main-menu .navigation>li>a:before {
	display: none;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
	width: 100%;
}

.main-menu .navigation>li.dropdown {
	padding-right: 14px;
}

.sticky-header .main-menu .navigation>li.dropdown {
	padding-right: 0px;
	list-style: none;
}

.main-menu .navigation>li.dropdown>a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f107";
	position: absolute;
	right: -14px;
	top: 5px;
	display: block;
	line-height: 30px;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	z-index: 5;
}

.sticky-header .main-menu .navigation>li.dropdown>a:before,
.sticky-header .main-menu .navigation>li.dropdown>a:after {
	display: none;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 230px;
	z-index: 100;
	display: none;
	opacity: 0;
	visibility: hidden;
	padding: 0px 0px;
	background-color: #ffffff;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	display: block;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover:before {}

.main-menu .navigation>li>ul>li:hover>a {
	color: #ffffff;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 12px 20px;
	line-height: 24px;
	font-weight: 600;
	font-size: 14px;
	text-transform: capitalize;
	color: #25283a;
	text-align: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position: absolute;
	right: 16px;
	top: 12px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: -2px;
	width: 230px;
	z-index: 100;
	display: none;
	padding: 0px 0px;
	background-color: #ffffff;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover:before {}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 12px 20px;
	line-height: 24px;
	font-weight: 600;
	font-size: 14px;
	text-transform: capitalize;
	color: #25283a;
	text-align: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
	color: #ffffff;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position: absolute;
	right: 16px;
	top: 12px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 900;
	z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup {
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	overflow: auto;
	background: rgba(0, 0, 0, 0.90);
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
}

.search-popup.popup-visible {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	visibility: visible;
	opacity: 1;
}

.search-popup .overlay-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
}

.search-popup .close-search {
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 22px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
}

.search-popup .close-search:hover {
	opacity: 0.70;
}

.search-popup .search-form {
	position: relative;
	padding: 0px 15px 0px;
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 100px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.search-popup .search-form fieldset {
	position: relative;
	border: 7px solid rgba(255, 255, 255, 0.50);
	border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
	position: relative;
	height: 70px;
	padding: 20px 220px 20px 30px;
	background: #ffffff;
	line-height: 30px;
	font-size: 24px;
	color: #233145;
	border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	text-align: center;
	width: 220px;
	height: 70px;
	padding: 20px 10px 20px 10px;
	color: #ffffff !important;
	line-height: 30px;
	font-size: 20px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 0px 7px 7px 0px;
}

.search-popup h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	font-family: 'Gothic', sans-serif;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
}

.search-popup .recent-searches {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

.search-popup .recent-searches li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
	display: block;
	line-height: 24px;
	border: 1px solid #ffffff;
	padding: 7px 15px;
	color: #ffffff;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: -1;
	background: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-webkit-transition: top 300ms ease;
	-moz-transition: top 300ms ease;
	-ms-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}

.fixed-header .sticky-header {
	opacity: 1;
	z-index: 99901;
	visibility: visible;
}

.fixed-header .sticky-header .logo {
	padding: 10px 0px;
}

.sticky-header .main-menu .navigation>li {
	margin-left: 20px !important;
	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before {
	display: none;
}

.sticky-header .main-menu .navigation>li>a {
	padding: 32px 0px !important;
	line-height: 30px;
	font-size: 14px;
	font-weight: 600;
	color: #25283a;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li>ul>li>ul {
	left: auto;
	right: 100%;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
	opacity: 1;
}

/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	margin-left: 25px;
	margin-top: 35px;
	display: none;
}

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .mCSB_inside>.mCSB_container {
	margin-right: 5px;
}

.mobile-menu .navbar-collapse {
	display: block !important;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.70;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #202020;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
	height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.10);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none;
}

.mobile-menu .social-links {
	position: relative;
	text-align: center;
	padding: 30px 25px;
}

.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title {
	position: relative;
	margin-bottom: 60px;
}

.sec-title .sub-title {
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
	font-style: italic;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.sec-title h2 {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #015836;
}

.sec-title .text {
	position: relative;
	display: block;
	font-size: 18px;
	color: #25283a;
	margin: 0;
	font-weight: bold;
}

.sec-title .link-box {
	position: relative;
	display: block;
	padding-top: 40px;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section {
	position: relative;
	padding: 160px 0px 120px;
	background-color: #edf1f5;
}

.about-section .circle-one {
	position: absolute;
	left: -300px;
	top: -400px;
	width: 670px;
	height: 670px;
	border: 100px solid #e4e7eb;
	border-radius: 50%;
}

.about-section .circle-two {
	position: absolute;
	right: -200px;
	top: -170px;
	width: 670px;
	height: 670px;
	border: 100px solid #e4e7eb;
	border-radius: 50%;
}

.about-section .left-column .sec-title {
	margin-bottom: 0;
}

.about-section .left-column .sec-title .text {
	padding-top: 25px;
}

.about-section .left-column {
	position: relative;
	margin-bottom: 40px;
}

.about-section .left-column .inner {
	position: relative;
	padding-top: 30px;
	max-width: 420px;
}

.about-feature {
	position: relative;
	margin-bottom: 30px;
}

.about-feature .inner-box {
	position: relative;
	display: block;
	padding: 50px 15px;
	text-align: center;
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
}

.about-feature .inner-box:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.about-feature .inner-box:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.about-feature .icon-box {
	position: relative;
	display: block;
	font-size: 54px;
	line-height: 60px;
	margin: 0 auto 25px;
	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.about-feature .inner-box:hover .icon-box {
	color: #ffffff !important;
}

.about-feature h4 {
	position: relative;
	font-size: 20px;
	color: #25283a;
	text-transform: capitalize;
	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.about-feature h4 a {
	color: #25283a;
}

.about-feature .inner-box:hover h4,
.about-feature .inner-box:hover h4 a {
	color: #ffffff;
}

.about-feature .over-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.about-section .right-column .row {
	margin: 0px -18px;
}

.about-section .right-column .inner {
	position: relative;
	padding-left: 30px;
}

.about-section .right-column .about-feature {
	padding: 0px 18px;
	margin-bottom: 36px;
}

.text-blocks {
	position: relative;
	padding-top: 100px;
}

.default-text-block {
	position: relative;
	margin-bottom: 40px;
}

.default-text-block h3 {
	font-size: 24px;
	margin: 0 0 15px;
	text-transform: capitalize;
}

.default-text-block .text {
	font-size: 16px;
	line-height: 1.6em;
	margin: 0;
}

/*** 

====================================================================
	Mission Vision Section
====================================================================

***/

.mission-vision {
	position: relative;
	padding: 120px 0px 120px;
	background-color: #ffffff;
	overflow: hidden;
}

.mission-vision .circle-one {
	position: absolute;
	right: -170px;
	top: 200px;
	width: 670px;
	height: 670px;
	border: 100px solid #f2f5f8;
	border-radius: 50%;
}

.mission-vision .circle-two {
	position: absolute;
	left: -110px;
	bottom: 25px;
	width: 670px;
	height: 670px;
	border: 100px solid #f2f5f8;
	border-radius: 50%;
}

.mission {
	position: relative;
}

.mission-vision .text-column,
.mission-vision .image-column {
	position: relative;
	margin-bottom: 30px;
}

.mission-vision .text-column .inner {
	position: relative;
	padding-top: 25px;
}

.mission-vision .text-column .sec-title {
	margin: 0;
}

.mission-vision .image-column .row {
	margin: 0px -3px;
}

.mission-vision .image-column .row .image {
	position: relative;
	float: left;
	padding: 0px 3px;
	margin-bottom: 6px;
}

.mission-vision .image-column img {
	width: 100%;
	border-radius: 20px;
}

.vision .text-column .inner {
	padding-right: 0px;
}

/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action {
	position: relative;
	padding: 150px 0px 135px;
	background-color: #25283a;
	text-align: center;
	overflow: hidden;
}

.call-to-action .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.call-to-action .image-layer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.50);
}

.call-to-action .inner {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
}

.call-to-action .inner .text {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
}

.call-to-action .sec-title {
	margin: 0;
}

.call-to-action .sec-title h2,
.call-to-action .sec-title .text {
	color: #ffffff;
}

.call-to-action .link-box .theme-btn {
	margin: 0px 8px 15px;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section {
	position: relative;
	padding: 50px 0;
}

.team-section .bottom-rotten-curve,
.mission-vision .bottom-rotten-curve,
.about-section .bottom-rotten-curve {
	position: absolute;
	left: 0;
	bottom: -19px;
	width: 100%;
	height: 20px;
	background: url(../images/background/rotten-curve-4.png) center top no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

.mission-vision .bottom-rotten-curve {
	bottom: 0;
	background-color: #1e2436;
}

.about-section .bottom-rotten-curve {
	background: url(../images/background/rotten-curve-2.png) center top no-repeat;
	background-color: #1e2436;
}

.team-block {
	position: relative;
	margin-bottom: 50px;
}

.team-block .inner-box {
	position: relative;
	display: block;
	text-align: center;
	border-radius: 20px;
	overflow: hidden;
	-webkit-box-shadow: 0px 10px 30px 3px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 10px 30px 3px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 10px 30px 3px rgba(0, 0, 0, 0.10);
}

.team-block .image-box {
	position: relative;
	display: block;
	border-radius: 20px;
	margin: 0;
}

.team-block .image-box img {
	position: relative;
	width: 100%;
	border-radius: 20px;
	height: 400px;
	object-fit: cover;
}

.galerie .team-block .inner-box .galery-controls {
	display: none;

}

.galerie .team-block .image-box img:hover {
	transform: scale(1.1);
	/* cursor: pointer; */
	transition: all 0.3s;
	opacity: 0.9;
}

.galerie .team-block.target {
	position: fixed;

	background: rgba(0, 0, 0, 0.9);
	top: 0;
	left: 0;
	z-index: 10000;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;

	height: 100%;
	width: 100%;
	border: 5px solid red;

}

.galerie .team-block.target .inner-box {
	border-radius: 0;
}


.galerie .team-block.target .inner-box img {
	border-radius: 0;
	width: 100%;
	height: 100%;
}

.galerie .team-block.target .inner-box img:hover {
	transform: none;
	cursor: auto;
	opacity: 1;
}

.galerie .team-block.target .inner-box .galery-controls {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.galerie .team-block.target .inner-box .galery-controls.close {

	top: 0;
	left: 0;
}







.team-block .lower-box {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 15px 15px 0px;
	margin-top: -90px;
	height: 180px;
}

.team-block .lower-box .content {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 0px 0px 30px;
	visibility: visible;
}

.team-block .lower-box h3 {
	position: relative;
	font-size: 24px;
	color: #25283a;
	margin-bottom: 5px;
}

.team-block .lower-box h3 a {
	color: #25283a;
}


.team-block .lower-box .designation {
	position: relative;
	font-size: 15px;
	color: #848484;
}

.team-block .social-links {
	position: relative;
	padding: 20px 0px 0px;
}

.team-block .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 3px 5px;
}

.team-block .social-links li a {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	font-size: 13px;
	border: 1px solid #e5e5e5;
	line-height: 42px;
	text-align: center;
	background: #ffffff;
	color: #848484;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .social-links li a:hover {
	color: #ffffff;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
	position: relative;
	color: #c4c5c7;
	background-color: #1e2436;
}

.main-footer .widgets-section {
	position: relative;
	padding: 50px 0px;
}

.main-footer .column {
	position: relative;
	margin-bottom: 50px;
}

.main-footer .footer-widget {
	position: relative;
}

.main-footer .footer-logo {
	position: relative;
	margin-top: -10px;
	margin-bottom: 25px;
}

.main-footer h3 {
	position: relative;
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 20px;
}

.main-footer .social-links {
	position: relative;
}

.main-footer .social-links li {
	position: relative;
	margin-right: 8px;
	display: inline-block;
}

.main-footer .social-links li a {
	position: relative;
	display: block;
	color: #9ea0a9;
	font-size: 14px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	background: #404554;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .social-links li a:hover {
	color: #ffffff;
}

.main-footer .news-widget .news-post .date {
	font-size: 13px;
	line-height: 1.2em;
}

.main-footer .footer-bottom {
	position: relative;
	padding: 30px 0px;
	background: #1a202f;
	line-height: 30px;
	font-size: 15px;
	color: #9ea0a9;
}

.main-footer .footer-bottom .bottom-links {
	position: relative;
	float: right;
}

.main-footer .footer-bottom .bottom-links li {
	position: relative;
	display: inline-block;
	margin-left: 30px;
	vertical-align: middle;
}

.main-footer .footer-bottom .bottom-links li:before {
	content: '|';
	position: absolute;
	top: 0;
	line-height: 28px;
	left: -30px;
	width: 30px;
	text-align: center;
}

.main-footer .footer-bottom .bottom-links li:first-child:before {
	display: none;
}

.main-footer .footer-bottom .bottom-links li a {
	position: relative;
	display: block;
	color: #9ea0a9;
}

.main-footer .footer-bottom .bottom-links li a:hover {
	text-decoration: underline;
}

.main-footer ul,
.main-footer li {
	list-style: none;
}

.main-footer a {
	color: #c4c5c7;
}

.main-footer a:hover {
	color: #015836;
}

.main-footer img {
	border-radius: 20px;
	cursor: pointer;
}

/*** 

====================================================================
	About Section / Style Two
====================================================================

***/

.about-section.style-two {
	padding: 0px 0px 140px;
}

.about-section.alternate {
	padding: 120px 0px 50px;
}

.about-section.style-two .circle-one {
	top: auto;
	bottom: -200px;
	left: -170px;
}

.about-section.alternate .circle-one {
	bottom: -350px;
	left: -350px;
}

.equipe.about-section.alternate .circle-one {
	bottom: 0;
}

.about-section.style-two .circle-two {
	width: 800px;
	height: 800px;
	right: -220px;
	top: -150px;
}

.about-section.alternate .circle-two {
	right: -300px;
	top: -400px;
}

.about-section .upper-boxes {
	position: relative;
	top: -90px;
	margin-bottom: 70px;
	z-index: 3;
}

.about-feature-two {
	position: relative;
	margin-bottom: 30px;
}

.about-feature-two .inner-box {
	position: relative;
	display: block;
	padding: 50px 40px;
	background: #25283a;
	border-radius: 20px;
	overflow: hidden;
}

.about-feature-two .inner-box .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.about-feature-two .inner-box .image-layer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.90;
	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.about-feature-two .icon-box {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 50px;
	line-height: 50px;
	margin: 0 auto 20px;
}

.about-feature-two h4 {
	position: relative;
	font-size: 24px;
	color: #ffffff;
	text-transform: capitalize;
	margin: 0 0 15px;
}

.about-feature-two h4 a {
	color: #ffffff;
}

.about-feature-two .over-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.about-section.style-two .left-column .inner {
	padding-top: 0px;
}

.about-section.alternate .left-column .inner {
	max-width: none;
}

.about-section .right-column .images {
	margin: 0px -5px;
}

.team-section .right-column .images .image,
.about-section .right-column .images .image {
	position: relative;
	float: left;
	width: 50%;
	padding: 0px 5px;
	margin-bottom: 10px;
}

.about-section .right-column .images .image.full {
	width: 100%;
}

.about-section .right-column .images img {
	width: 100%;

}

.about-section.style-two .right-column .inner {
	padding-left: 0;
}

.about-feature-two .text {
	position: relative;
	font-size: 16px;
	color: #ffffff;
	margin: 0 0 25px;
}

/*** 


/*** 

====================================================================
	About Section / Style Three
====================================================================

***/

.about-section.style-three {
	background: #ffffff;
}

.about-section.style-three .circle-one {
	left: auto;
	right: -270px;
	top: -300px;
	width: 780px;
	height: 780px;
	border-color: #f2f5f8;
}

.about-section.style-three .left-column {
	order: 12;
}

.about-section.style-three .left-column .inner {
	max-width: none;
	padding-right: 0;
	padding-top: 40px;
	padding-left: 30px;
}

.about-section.style-three .right-column .inner {
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.about-section .right-column .images {
	position: relative;
	margin: 0px -4px;
}

.about-section .right-column .images .image-block {
	float: left;
	width: 50%;
	padding: 0px 4px;
}

.about-section .right-column .images .image-box {
	position: relative;
	margin-bottom: 8px;
}

img.lazy-image {
	background: url(../images/image-bg.svg) center center no-repeat;
}

img.lazy-image.loaded {
	background-image: none;
}

.owl-theme img.lazy-image.loaded {
	height: auto;
	opacity: 1;
}

.owl-theme .owl-prev span,
.owl-theme .owl-next span {
	display: none;
}



@font-face {
	font-family: "Flaticon";
	src: url("/fonts/Flaticon.eot");
	src: url("/fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
		url("/fonts/Flaticon.woff2") format("woff2"),
		url("/fonts/Flaticon.woff") format("woff"),
		url("/fonts/Flaticon.ttf") format("truetype"),
		url("/fonts/Flaticon.svg#Flaticon") format("svg");
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: "Flaticon";
		src: url("/fonts/Flaticon.svg#Flaticon") format("svg");
	}
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-style: normal;
}

.mission-vision ul {
	margin-inline-start: 25px;
}

.mission-vision .extra {
	font-size: 15px;
	color: #848484;
}

.nav {
	display: none;
}

.flaticon-menu-1:before {
	content: "\f189";
	line-height: 94px;
	font-size: 35px;
	color: #015836;
}

.activite .sec-title {
	margin-bottom: 0;
}

.index .sec-title h2 {
	text-align: center;
}

#menuToggle {
	display: block;
	position: fixed;
	top: 37px;
	right: 20px;
	z-index: 99902;
	-webkit-user-select: none;
	user-select: none;
	color: #015836;
}

#menuToggle a {
	text-decoration: none;
	color: #232323;

	transition: color 0.3s ease;
}

.main-header .current,
.main-header li:hover {
	color: #015836;
}


#menuToggle input {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;

	cursor: pointer;

	opacity: 0;
	/* hide this */
	z-index: 2;
	/* and place it over the hamburger */

	-webkit-touch-callout: none;
}


#menuToggle span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;

	background: #015836;
	border-radius: 3px;

	z-index: 1;

	transform-origin: 4px 0px;

	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		opacity 0.55s ease;
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	background: #232323;
}

#menuToggle input:checked~span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -1px);
}

#menu {
	position: absolute;
	width: 100vw;
	margin: -100px 0 0 calc(-100vw + 53px);
	padding-top: 130px;

	list-style-type: none;
	-webkit-font-smoothing: antialiased;

	transform-origin: 0% 0%;
	transform: translate(100vw, 0);

	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu .back {
	background-color: #ffffff;
	padding: 50px;
	height: 100vh;
}

#menu li {
	padding: 10px 0;
	font-size: 22px;
}

#menuToggle input:checked~ul {
	transform: none;
}

@media screen and (min-width: 35.5em) {
	.sec-title h2 {
		font-size: 45px;
	}

	.nav {
		display: block;
	}

	#menuToggle {
		display: none;
	}

	.about-section.alternate {
		padding: 150px 0px 50px;
	}

	.mission-vision {
		padding: 150px 0px 120px;
	}
}


.leaderboard table {
	display: none;
}

@media screen and (min-width: 675px) {
	.sticky-header .main-menu .navigation>li {
		margin-left: 40px !important;
	}

	.leaderboard table {
		display: block;
	}

	.leaderboardMob {
		display: none;
	}
}

#wrapper {
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: -100px 0;
	rotate: 90deg;
}

#wrapper #maxV {
	rotate: 270deg;
	position: relative;
	top: -20px;
}

#termometer {
	height: 200px;
}

#termometer #temperature:before {
	rotate: 270deg;
	left: -11px;
}

.sec-title.pc {
	display: none;
}

@media screen and (min-width: 992px) {
	.sec-title.mob {
		display: none;
	}

	.sec-title.pc {
		display: block;
	}

	#wrapper {
		flex-direction: column;
		margin: auto;
		rotate: 0deg;
	}

	#wrapper #maxV {
		rotate: 0deg;
		position: unset;
		top: 0;
	}

	#termometer {
		height: 300px;
	}

	#termometer #temperature:before {
		rotate: 0deg;
		left: calc(100% + 1em / 1.5);
	}

	.about-section.alternate .left-column .inner {
		padding-right: 50px;
	}

	.vision .text-column .inner {
		padding-left: 50px;
	}

	.mission-vision .text-column .inner {
		padding-right: 50px;
	}

	.vision .text-column {
		order: 12;
	}

	.mission,
	.vision {
		margin-bottom: 60px;
	}

	.activite .sec-title {
		margin-bottom: 60px;
	}
}

input[type=text].run-run-donation-other-txt {
	padding: 0 5px;
}

.run-run-donation-other-txt {
	text-align: right;
	max-width: 55px;
}

.leaderboard table {
	z-index: 999;
}

.leaderboard th {
	padding-right: 10px;
}

.leaderboard table img {
	max-width: 100px;
	max-height: 100px;
	margin: 10px;
}

.leaderboard table {
	margin: auto;
}

.leaderboardMob {
	z-index: 999;
	margin: 0 10px;
}

.leaderboardMob img {
	width: 100%;
	height: auto;
	margin-bottom: 35px;
}


#info {
	opacity: 0.2;
	margin: 0;
	text-align: center;
}

#termometer {
	width: 25px;
	background: #38383f;
	position: relative;
	border: 9px solid #2a2a2e;
	border-radius: 20px;
	z-index: 1;
}

#termometer:before,
#termometer:after {
	position: absolute;
	content: "";
	border-radius: 50%;
}

#termometer:before {
	width: 100%;
	height: 34px;
	bottom: 9px;
	background: #38383f;
	z-index: -1;
}

#termometer:after {
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	background-color: #015836;
	bottom: -41px;
	border: 9px solid #2a2a2e;
	z-index: -3;
	left: 50%;
}

#termometer #graduations {
	height: 59%;
	top: 20%;
	width: 50%;
}

#termometer #graduations,
#termometer #graduations:before {
	position: absolute;
	border-top: 2px solid rgba(0, 0, 0, 0.5);
	border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}

#termometer #graduations:before {
	content: "";
	height: 34%;
	width: 100%;
	top: 32%;
}

#termometer #temperature {
	bottom: 0;
	background: linear-gradient(#FF4E2C, #015836) no-repeat bottom;
	/*3dcadf*/
	width: 100%;
	border-radius: 20px;
	background-size: 100% 100%;
	transition: all 1s ease-in-out;
}

#termometer #temperature,
#termometer #temperature:before,
#termometer #temperature:after {
	position: absolute;
}

#termometer #temperature:before {
	content: attr(data-value);
	background: rgba(0, 0, 0, 0.7);
	color: white;
	z-index: 2;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 1em;
	line-height: 1;
	transform: translateY(50%);
	top: calc(-1em + 5px - 5px * 2);
}

#termometer #temperature:after {
	content: "";
	border-top: 0.4545454545em solid transparent;
	border-bottom: 0.4545454545em solid transparent;
	border-right: 0.6666666667em solid rgba(0, 0, 0, 0.7);
	left: 100%;
	top: calc(-1em / 2.2 + 5px);
}

#playground {
	font-size: 1.1em;
}

#playground #range {
	display: flex;
}

#playground #range input[type="text"] {
	width: 2em;
	background: transparent;
	border: none;
	color: inherit;
	font: inherit;
	margin: 0 5px;
	padding: 0px 5px;
	border-bottom: 2px solid transparent;
	transition: all 1s ease-in-out;
}

#playground #range input[type="text"]:focus {
	border-color: #015836;
	outline: none;
}

#playground #range input[type="text"]:first-child {
	text-align: right;
}

#playground #unit {
	width: 100%;
	margin: 0;
	text-align: center;
}

#playground #unit:hover {
	cursor: pointer;
}

input[type="range"] {
	-webkit-appearance: none;
	background: transparent;
	margin: 5.5px 0;
	width: 100%;
}

input[type="range"]::-moz-focus-outer {
	border: 0;
}

input[type="range"]:hover {
	cursor: pointer;
}

input[type="range"]:focus {
	outline: 0;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
	background: #313137;
	border-color: #313137;
}

input[type="range"]:focus::-ms-fill-lower {
	background: #2a2a2e;
}

input[type="range"]:focus::-ms-fill-upper {
	background: #313137;
	border-color: #313137;
}

input[type="range"]::-webkit-slider-runnable-track {
	cursor: default;
	height: 10px;
	transition: all 1s ease;
	width: 100%;
	cursor: pointer;
	transition: all 1s ease-in-out;
	box-shadow: 1px 1px 1px transparent, 0 0 1px rgba(13, 13, 13, 0);
	background: #2a2a2e;
	border: 2px solid #2a2a2e;
	border-radius: 5px;
}

input[type="range"]::-webkit-slider-thumb {
	box-shadow: 4px 4px 4px transparent, 0 0 4px rgba(13, 13, 13, 0);
	background: #015836;
	border: 0px solid #3d3d44;
	border-radius: 12px;
	cursor: pointer;
	height: 11px;
	width: 18px;
	-webkit-appearance: none;
	margin-top: -2.5px;
}

input[type="range"]::-moz-range-track {
	box-shadow: 1px 1px 1px transparent, 0 0 1px rgba(13, 13, 13, 0);
	cursor: default;
	height: 10px;
	transition: all 1s ease;
	width: 100%;
	cursor: pointer;
	transition: all 1s ease-in-out;
	background: #2a2a2e;
	border: 2px solid #2a2a2e;
	border-radius: 5px;
	height: 5px;
}

input[type="range"]::-moz-range-thumb {
	box-shadow: 4px 4px 4px transparent, 0 0 4px rgba(13, 13, 13, 0);
	background: #015836;
	border: 0px solid #3d3d44;
	border-radius: 12px;
	cursor: pointer;
	height: 7px;
	width: 14px;
}

input[type="range"]::-ms-track {
	cursor: default;
	height: 10px;
	transition: all 1s ease;
	width: 100%;
	cursor: pointer;
	transition: all 1s ease-in-out;
	background: transparent;
	border-color: transparent;
	border-width: 5.5px 0;
	color: transparent;
}

input[type="range"]::-ms-fill-lower {
	box-shadow: 1px 1px 1px transparent, 0 0 1px rgba(13, 13, 13, 0);
	background: #222226;
	border: 2px solid #2a2a2e;
	border-radius: 10px;
}

input[type="range"]::-ms-fill-upper {
	box-shadow: 1px 1px 1px transparent, 0 0 1px rgba(13, 13, 13, 0);
	background: #2a2a2e;
	border: 2px solid #2a2a2e;
	border-radius: 10px;
}

input[type="range"]::-ms-thumb {
	box-shadow: 4px 4px 4px transparent, 0 0 4px rgba(13, 13, 13, 0);
	background: #015836;
	border: 0px solid #3d3d44;
	border-radius: 12px;
	cursor: pointer;
	height: 7px;
	width: 14px;
	margin-top: 2.5px;
}

input[type="range"]:disabled::-webkit-slider-thumb {
	cursor: not-allowed;
}

input[type="range"]:disabled::-moz-range-thumb {
	cursor: not-allowed;
}

input[type="range"]:disabled::-ms-thumb {
	cursor: not-allowed;
}

input[type="range"]:disabled::-webkit-slider-runnable-track {
	cursor: not-allowed;
}

input[type="range"]:disabled::-ms-fill-lower {
	cursor: not-allowed;
}

input[type="range"]:disabled::-ms-fill-upper {
	cursor: not-allowed;
}

.leaderboard .team-block .lower-box h3 {
	font-size: 21px;
}


.contacter-nous {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 30px;
}

.contacter-nous li {
	/* margin-top: 10px; */
	border-top: 1px dashed;
	padding: 10px;
}

.contacter-nous li span {
	margin-right: 10px;

}


.termes-conditions  {
	padding-bottom: 50px;
}


.termes-conditions ul {
	padding-left: 1.5rem;
}

.termes-conditions ul li {
	font-size: 1rem;
	font-weight: 400;
}