@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');
 @font-face {
 font-family: 'Trajan Pro Regular';
 font-style: normal;
 font-weight: normal;
 src: local('Trajan Pro Regular'), url('../fonts/trajanpro-regular.woff') format('woff');
}
 @font-face {
 font-family: 'Trajan Pro Bold';
 font-style: normal;
 font-weight: normal;
 src: local('Trajan Pro Bold'), url('../fonts/trajanpro-bold.woff') format('woff');
}

::-webkit-scrollbar {
 background-color:#fcf8ec;
 width:8px
}
::-webkit-scrollbar-thumb {
 background-color:#d7a73b
}
 *::-moz-selection {
 background: #d7a73b;
 color: #ffffff;
 text-shadow: none;
}
::-moz-selection {
 background:#d7a73b;
 color: #ffffff;
 text-shadow: none;
}
::selection {
 background: #d7a73b;
 color: #ffffff;
 text-shadow: none;
}
 @keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 -ms-transform: translateY(20px);
 transform: translateY(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.back-to-top-wrapper, a, button, p, input, select, textarea, li, .transition-3 {
	-webkit-transition: all 0.3s 0s ease-out;
	-moz-transition: all 0.3s 0s ease-out;
	-ms-transition: all 0.3s 0s ease-out;
	-o-transition: all 0.3s 0s ease-out;
	transition: all 0.3s 0s ease-out;
}
:root {
 --tp-ff-body: 'Montserrat', sans-serif;
 --tp-ff-heading: 'Libre Baskerville', serif;
 --tp-ff-p: 'Montserrat', sans-serif;
 --tp-ff-fontawesome: "Font Awesome 6 Pro";
 --tp-common-white: #fcf8ec;
 --tp-common-white-2: #fff;
 --tp-common-black: #102e52;
 --tp-common-mulberry: #102e52;
 --tp-common-emerald: #f0e8d1;
 --tp-grey-1: #102e52;
 --tp-theme-primary: #a82829;
 --tp-theme-secondary: #d7a739;
 --tp-border-1: #F1F1F9;
 --tp-border-2: #EDEEEE;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: var(--tp-ff-body);
	font-size: 16px;
	font-weight: normal;
	color: var(--tp-grey-1);
	line-height: 26px;
	background: var(--tp-common-white);
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--tp-ff-heading);
	color: var(--tp-common-mulberry);
	margin-top: 0px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
}
h1 {
	font-size: 90px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 40px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: var(--tp-ff-body);
	color: var(--tp-common-mulberry);
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 15px;
}
img {
	max-width: 100%;
}
 a:not([href]):not([class]), a:not([href]):not([class]):hover {
 color: inherit;
 text-decoration: none;
}
a:focus, .button:focus {
	text-decoration: none;
	outline: none;
}
a:focus, a:hover {
	color: inherit;
	text-decoration: none;
}
a, button {
	color: inherit;
	outline: none;
	border: none;
	background: transparent;
}
button:hover {
	cursor: pointer;
}
button:focus {
	outline: 0;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=url], textarea {
	outline: none;
	background-color: #fff;
	height: 56px;
	width: 100%;
	line-height: 56px;
	font-size: 14px;
	color: var(--tp-common-black);
	padding-left: 26px;
	padding-right: 26px;
	border: 1px solid #E0E2E3;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #95999D;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=url]::-moz-placeholder, textarea::-moz-placeholder {
 color: #95999D;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=url]:-moz-placeholder, textarea:-moz-placeholder {
 color: #95999D;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #95999D;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=url]::placeholder, textarea::placeholder {
 color: #95999D;
}
[dir=rtl] input[type=text], [dir=rtl] input[type=email], [dir=rtl] input[type=tel], [dir=rtl] input[type=number], [dir=rtl] input[type=password], [dir=rtl] input[type=url], [dir=rtl] textarea {
	text-align: right;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=password]:focus, input[type=url]:focus, textarea:focus {
	border-color: var(--tp-common-black);
}
input[type=text]:focus::placeholder, input[type=email]:focus::placeholder, input[type=tel]:focus::placeholder, input[type=number]:focus::placeholder, input[type=password]:focus::placeholder, input[type=url]:focus::placeholder, textarea:focus::placeholder {
 opacity: 0;
}
textarea {
	line-height: 1.4;
	padding-top: 17px;
	padding-bottom: 17px;
}
input[type=color] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: 0;
	cursor: pointer;
	height: 100%;
	width: 100%;
	padding: 0;
	border-radius: 50%;
}
.tp-header-blur {
	background:#fff;
}
 *::placeholder {
 color: var(--tp-common-black);
 font-size: 14px;
 opacity: 1;
}
.z-index {
	z-index: 1;
}
.z-index-2 {
	z-index: 2;
}
.z-index-3 {
	z-index: 3;
}
.z-index-4 {
	z-index: 4;
}
.z-index-5 {
	z-index: 5;
}
.z-index-6 {
	z-index: 6;
}
.z-index-7 {
	z-index: 7;
}
.z-index-8 {
	z-index: 8;
}
.z-index-9 {
	z-index: 9;
}
.z-index-m-1 {
	z-index: -1;
}
.gx-10 {
 --bs-gutter-x: 10px;
}
.gx-15 {
 --bs-gutter-x: 15px;
}
.gx-20 {
 --bs-gutter-x: 20px;
}
.gx-25 {
 --bs-gutter-x: 25px;
}
.gx-30 {
 --bs-gutter-x: 30px;
}
.gx-35 {
 --bs-gutter-x: 35px;
}
.gx-40 {
 --bs-gutter-x: 40px;
}
.gx-45 {
 --bs-gutter-x: 45px;
}
.gx-50 {
 --bs-gutter-x: 50px;
}
.w-img img {
	width: 100%;
}
.m-img img {
	max-width: 100%;
}
.fix {
	overflow: hidden;
}
.clear {
	clear: both;
}
.overflow-y-visible {
	overflow-x: hidden;
	overflow-y: visible;
}
.p-relative {
	position: relative !important;
}
.p-absolute {
	position: absolute !important;
}
.p-inherit {
	position: inherit !important;
}
.eupopup-container {
	background-color: #102e52;
	color: #fff;
	padding: 5px 0 20px;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.2em;
	text-align: center;
	display: none;
	z-index: 999;
	border-top: 4px solid #d7a739;
}
.eupopup-container-fixedtop, .eupopup-container-top {
	position:absolute;
	top:0;
	left:0;
	right:0
}
.eupopup-container-fixedtop {
	position:fixed
}
.eupopup-container-bottom {
	position:fixed;
	bottom:0;
	left:0;
	right:0
}
.eupopup-container-bottomleft {
	position:fixed;
	bottom:10px;
	left:10px;
	width:300px
}
.eupopup-container-bottomright {
	position:fixed;
	bottom:10px;
	right:10px;
	width:300px
}
.eupopup-closebutton {
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
	color: #fff!important;
	position: absolute;
	font-family: 'Montserrat';
	top: 0;
	right: 0;
	padding: 5px 10px;
}
.eupopup-closebutton:active, .eupopup-closebutton:hover {
	color:#ff0000!important;
	text-decoration:none
}
.eupopup-head {
	font-size: 14px;
	padding: 10px;
	color: #d8a73c;
	font-family: 'Libre Baskerville';
	font-weight: 600;
	letter-spacing: -0.5px;
}
.eupopup-body {
	color: #fff;
	font-size: 11px;
	width: 900px;
	text-align: center;
	margin: -7px auto -1px;
	line-height: 16px;
	font-family: 'Montserrat';
	font-weight: 400;
}
.eupopup-buttons {
	padding:10px 0 10px 0
}
.eupopup-button_1 {
	font-size: 11px;
	text-transform: uppercase;
	color:#fff!important;
	background:#102e52!important;
	font-weight: 600;
	font-family: 'Montserrat';
	border: 2px solid #d7a739;
	padding: 7px;
	top: 10px !important;
	position: relative;
	border-radius:6px;
}
.eupopup-button_2 {
	color:#ff0000!important;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Montserrat';
}
.eupopup-button {
	margin:0 5px
}
.eupopup-button:focus, .eupopup-button:hover {
	color: #102e52 !important;
	background: #d7a739 !important;
}
body .eupopup-color-inverse {
	color:#000;
	background-color:rgba(255, 255, 255, .9)
}
body .eupopup-color-inverse .eupopup-head {
	color:#000
}
body .eupopup-style-compact {
	text-align:left;
	padding:8px 30px 7px 20px;
	line-height:15px
}
body .eupopup-style-compact .eupopup-body, body .eupopup-style-compact .eupopup-buttons, body .eupopup-style-compact .eupopup-head {
	display:inline;
	padding:0;
	margin:0
}
body .eupopup-style-compact .eupopup-button {
	margin:0 5px
}
.eupopup-button_2 {
	display:none!important;
}
.bg-position {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.headline1 {
	background: url(../img/headline/01.jpg);
	background-size: cover;
	background-position: center;
}
.headline2 {
	background: url(../img/headline/02.jpg);
	background-size: cover;
	background-position: center;
}
.headline3 {
	background: url(../img/headline/03.jpg);
	background-size: cover;
	background-position: center;
}
.headline4 {
	background: url(../img/headline/04.jpg);
	background-size: cover;
	background-position: center;
}
.headline5 {
	background: url(../img/headline/05.jpg);
	background-size: cover;
	background-position: center;
}
.headline6 {
	background: url(../img/headline/06.jpg);
	background-size: cover;
	background-position: center;
}
.common-underline {
	background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
	background-size: 0 1px, 0 1px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 0.3s linear;
	-webkit-transition: all 0.4s ease 0.3s 0s ease-out;
	-moz-transition: all 0.4s ease 0.3s 0s ease-out;
	-ms-transition: all 0.4s ease 0.3s 0s ease-out;
	-o-transition: all 0.4s ease 0.3s 0s ease-out;
	transition: all 0.4s ease 0.3s 0s ease-out;
}
.common-underline:hover {
	background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
	background-size: 0 1px, 100% 1px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 0.3s linear;
	-webkit-transition: all 0.4s ease 0.3s 0s ease-out;
	-moz-transition: all 0.4s ease 0.3s 0s ease-out;
	-ms-transition: all 0.4s ease 0.3s 0s ease-out;
	-o-transition: all 0.4s ease 0.3s 0s ease-out;
	transition: all 0.4s ease 0.3s 0s ease-out;
}
.tp-transparent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 3;
}
.slide-transtion {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
 @media (min-width: 1400px) {
 .container-1790 {
 max-width: 1790px;
}
}
@media (min-width: 1400px) {
 .container-1424 {
 max-width: 1424px;
}
}
@media (min-width: 1400px) {
 .container-1324 {
 max-width: 1324px;
}
}
.tp-h-630 {
	min-height: 630px;
}
.fw-500 {
	font-weight: 500;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pt-170 {
 padding-top: 115px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pt-165 {
 padding-top: 110px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pt-160 {
 padding-top: 100px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pt-155 {
 padding-top: 100px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pt-150 {
 padding-top: 100px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pt-145 {
 padding-top: 100px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pt-140 {
 padding-top: 100px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pt-135 {
 padding-top: 95px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pt-130 {
 padding-top: 100px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pt-125 {
 padding-top: 105px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pt-120 {
 padding-top: 100px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pt-115 {
 padding-top: 95px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pt-110 {
 padding-top: 90px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pt-105 {
 padding-top: 75px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pt-100 {
 padding-top: 60px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pb-170 {
 padding-bottom: 100px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pt-180 {
 padding-top: 100px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pt-190 {
 padding-top: 110px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pb-165 {
 padding-bottom: 100px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pb-160 {
 padding-bottom: 100px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pb-155 {
 padding-bottom: 100px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pb-150 {
 padding-bottom: 100px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pb-145 {
 padding-bottom: 100px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pb-140 {
 padding-bottom: 100px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pb-135 {
 padding-bottom: 95px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pb-130 {
 padding-bottom: 100px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pb-125 {
 padding-bottom: 95px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pb-120 {
 padding-bottom: 90px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pb-115 {
 padding-bottom: 85px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pb-110 {
 padding-bottom: 80px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pb-105 {
 padding-bottom: 75px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pb-100 {
 padding-bottom: 70px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pb-95 {
 padding-bottom: 75px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pb-90 {
 padding-bottom: 70px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .pb-80 {
 padding-bottom: 60px;
}
}
.back-to-top-wrapper {
	position: fixed;
	right: 50px;
	bottom: 0;
	height: 44px;
	width: 44px;
	cursor: pointer;
	display: block;
	border-radius: 50%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
}
@media (max-width: 574.98px) {
 .back-to-top-wrapper {
 right: 20px;
 bottom: 20px;
}
}
.back-to-top-wrapper.back-to-top-btn-show {
	visibility: visible;
	opacity: 1;
	bottom: 50px;
}
.back-to-top-btn {
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: var(--tp-common-white);
	box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
	color: var(--tp-common-black);
	border-radius: 50%;
	-webkit-transition: all 0.3s 0s ease-out;
	-moz-transition: all 0.3s 0s ease-out;
	-ms-transition: all 0.3s 0s ease-out;
	-o-transition: all 0.3s 0s ease-out;
	transition: all 0.3s 0s ease-out;
}
.back-to-top-btn svg {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}
.back-to-top-btn:hover {
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	transform: translateY(-4px);
}
.tp-btn {
	font-weight: 600;
	font-size: 15px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: var(--tp-common-white);
	background: var(--tp-common-mulberry);
	line-height: 1;
	padding: 20px 28px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.tp-btn:hover {
	background: var(--tp-theme-primary);
	color: var(--tp-common-white);
}
.tp-btn-primary-white:hover {
	background: var(--tp-common-white);
	color: var(--tp-common-mulberry);
}
.tp-btn-animetion .btn-icon {
	animation: toLeftFromRight 0.3s forwards;
	transition: transform ease 0.3s;
	margin-top: -3px;
}
.tp-btn-animetion:hover .btn-icon {
	animation: toRightFromLeft 0.3s forwards;
}
.tp-btn-secondary {
	background: var(--tp-theme-secondary);
	color: var(--tp-common-mulberry);
}
.tp-btn-secondary-white {
	background: var(--tp-theme-secondary);
	color: var(--tp-common-mulberry);
}
.tp-btn-secondary-white:hover {
	background: var(--tp-theme-primary);
	color: var(--tp-common-white);
}
.tp-btn-mulberry {
	background: var(--tp-common-mulberry);
	color: var(--tp-common-white);
}
.tp-btn-mulberry:hover {
	background: var(--tp-theme-primary);
}
.tp-btn-nopading {
	padding: 0;
	background: none;
	gap: 10px;
}
.tp-btn-nopading:hover {
	background: none;
}
.tp-btn-donation {
	padding: 20px 59px;
	border-radius: 100px;
}
 @keyframes headerSlideDown {
 0% {
 margin-top: -150px;
}
 100% {
 margin-top: 0;
}
}
@keyframes toLeftFromRight {
 0% {
 opacity: 1;
 transform: translate(0);
}
 50% {
 opacity: 0;
 transform: translate(-3px);
}
 51% {
 opacity: 0;
 transform: translate(3px);
}
 100% {
 opacity: 1;
 transform: translate(0);
}
}
@keyframes toRightFromLeft {
 49% {
 transform: translate(3px);
}
 50% {
 opacity: 0;
 transform: translate(-3px);
}
 51% {
 opacity: 1;
}
}
@-webkit-keyframes tpshake {
 10% {
 transform: translateY(-10px);
}
 50% {
 transform: skew(15deg);
}
 80% {
 transform: rotate(10deg);
}
 100% {
 transform: translate(0);
}
}
@-moz-keyframes tpshake {
 10% {
 transform: translateY(-10px);
}
 50% {
 transform: skew(15deg);
}
 80% {
 transform: rotate(10deg);
}
 100% {
 transform: translate(0);
}
}
@-ms-keyframes tpshake {
 10% {
 transform: translateY(-10px);
}
 50% {
 transform: skew(15deg);
}
 80% {
 transform: rotate(10deg);
}
 100% {
 transform: translate(0);
}
}
@keyframes tpshake {
 10% {
 transform: translateY(-10px);
}
 50% {
 transform: skew(15deg);
}
 80% {
 transform: rotate(10deg);
}
 100% {
 transform: translate(0);
}
}
.icon-anime-wrap .icon-anime {
	transition: all 0.4s ease;
}
.icon-anime-wrap:hover .icon-anime {
	animation-name: tpshake;
	animation-timing-function: ease-in-out;
	animation-duration: 0.4s;
	animation-iteration-count: 1;
}
 @keyframes zoom {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(1.16);
 transform: scale(1.16);
}
}
@keyframes upslide-1 {
 0%, 20%, 50%, 80%, 100% {
 transform: translateY(0);
}
 40% {
 transform: translateY(-8px);
}
 60% {
 transform: translateY(-4px);
}
}
.upslide-1 {
	animation: upslide-1 4s linear forwards infinite alternate;
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--tp-common-white);
}
.loader {
	width: fit-content;
	font-size: 120px;
	line-height: 1.5;
	font-family: var(--tp-ff-heading);
	font-weight: 800;
	text-transform: uppercase;
	color: #0000;
	-webkit-text-stroke: 1px #FF4121;
	background: radial-gradient(1.13em at 50% 1.6em, #FF4121 99%, #0000 101%) calc(50% - 1.6em) 0/3.2em 100% text, radial-gradient(1.13em at 50% -0.8em, #0000 99%, #FF4121 101%) 50% 0.8em/3.2em 100% repeat-x text;
	animation: l9 2s linear infinite;
}
.loader-logo {
	width:280px;
	height:auto;
}
.loader-logo {
	animation: float 2s ease-in-out infinite;
}
 @keyframes float {
 0% {
 transform: translateY(0) scale(1);
}
 50% {
 transform: translateY(-10px) scale(1.05);
}
 100% {
 transform: translateY(0) scale(1);
}
}
.hoh {
	animation: float 6s ease-in-out infinite;
}
.hoh2 {
	animation: float 6s ease-in-out infinite;
}
.bt {
	font-size:28px!important;
}
 @media (max-width: 574.98px) {
 .loader {
 font-size: 70px;
}
.loader-logo {
 width:220px;
 height:auto;
}
}
.loader:before {
	content: "";
}
 @keyframes l9 {
 to {
 background-position: calc(50% + 1.6em) 0, calc(50% + 3.2em) 0.8em;
}
}
.tp-bg-mulberry {
	background: var(--tp-common-mulberry);
}
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
}
.nice-select:hover {
	border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999;
}
.nice-select::after {
 position: absolute;
 content: "\f107";
 top: 50%;
 right: 0;
 font-family: var(--tp-ff-fontawesome);
 color: var(--tp-common-black);
 font-weight: 500;
 pointer-events: none;
 -webkit-transition: all 0.15s ease-in-out;
 transition: all 0.15s ease-in-out;
 margin-top: 0;
 transform-origin: center;
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
}
.nice-select.open::after {
 -webkit-transform: translateY(-50%) rotate(-180deg);
 -moz-transform: translateY(-50%) rotate(-180deg);
 -ms-transform: translateY(-50%) rotate(-180deg);
 -o-transform: translateY(-50%) rotate(-180deg);
 transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}
.nice-select.disabled::after {
 border-color: #cccccc;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}
.nice-select.right {
	float: right;
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small::after {
 height: 4px;
 width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.nice-select .option.selected {
	font-weight: bold;
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}
.no-csspointerevents .nice-select .list {
	display: none;
}
.no-csspointerevents .nice-select.open .list {
	display: block;
}
.tp-offcanvas {
	position: fixed;
	right: 0;
	z-index: 99;
	top: 0;
	width: 400px;
	background: var(--tp-common-white);
	padding: 50px 40px;
	height: 100%;
	overflow-y: scroll;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	transition: all 0.3s ease-out 0s;
}
.tp-offcanvas-open {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
@media (max-width: 574.98px) {
 .tp-offcanvas {
 width: 100%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
 .tp-offcanvas {
 width: 400px;
}
}
.tp-offcanvas-overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 15;
	opacity: 0;
	transition: 0.3s;
	visibility: hidden;
}
.tp-offcanvas-overlay-open {
	opacity: 0.4;
	visibility: visible;
}
.tp-offcanvas-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tp-offcanvas-close-button {
	font-size: 28px;
	color: var(--tp-common-mulberry);
}
.tp-offcanvas-close-button:hover {
	color: var(--tp-theme-primary);
}
.tp-offcanvas-gallery {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: auto auto auto auto;
}
.tp-offcanvas-title {
	font-size: 28px;
}
.tp-offcanvas-info span {
	display: block;
	margin-bottom: 4px;
	font-size: 16px;
}
.tp-offcanvas-info span a:hover {
	color: var(--tp-theme-primary);
}
.tp-offcanvas-social a {
	height: 44px;
	width: 44px;
	background-color: var(--tp-common-mulberry);
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	line-height: 42px;
	margin-right: 2px;
	color: var(--tp-common-white);
}
.tp-offcanvas-social a:hover {
	background: var(--tp-theme-primary);
}
.tp-breadcrumb-title {
	font-size: 84px;
	letter-spacing: -0.02em;
	color: var(--tp-common-white-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
 .tp-breadcrumb-title {
 font-size: 60px;
}
}
@media (max-width: 574.98px) {
 .tp-breadcrumb-title {
 font-size: 50px;
}
}
.tp-breadcrumb-list .dvir {
	margin: 0 10px;
}
.tp-breadcrumb-list span {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.8);
}
.tp-breadcrumb-list span.active {
	color: var(--tp-theme-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-breadcrumb-scroll {
 padding-top: 40px;
}
}
.tp-breadcrumb-bg {
	position: relative;
	padding-top: 190px;
	padding-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-breadcrumb-bg {
 padding-top: 120px;
}
}
.tp-event-img {
}
.tp-breadcrumb-bg:before {
	content: "";
	background:#102e52e3;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.tp-section-subtitle {
	font-weight: 400;
	font-size: 15px;
	letter-spacing: -0.01em;
	color:#d7a73b;
	font-family: 'Trajan Pro Regular';
	letter-spacing: 1px;
}
.tp-section-subtitle-yellow {
	color: var(--tp-theme-secondary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
 .tp-section-title {
 font-size: 48px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-section-title {
 font-size: 42px;
}
 .tp-section-title br {
 display: none;
}
}
 @media (max-width: 1200px) {
 .tp-section-title {
 font-size: 36px;
}
}
 @media (max-width: 991px) {
.tp-section-title {
 font-size: 28px;
}
}
.tp-header-2-btn:hover .btn-text {
	color:#fff;
}
.fb {
	width: 126px;
	height: auto;
	position: relative;
	left: -8px;
}
.tp-section-title span {
	color: var(--tp-theme-primary);
}
.tp-section-title-white {
	color: var(--tp-common-white);
}
.tp-section-dec {
	font-weight: 500;
	font-size: 17px;
	line-height: 156%;
}
.tp-search-form-toggle {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--tp-common-white);
	z-index: 100;
	padding-top: 70px;
	padding-bottom: 100px;
	opacity: 0;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	-webkit-transform: translateY(calc(-100% - 80px));
	-ms-transform: translateY(calc(-100% - 80px));
	transform: translateY(calc(-100% - 80px));
	-webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	z-index: 9999;
}
.tp-search-form-toggle.active {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.tp-search-form-toggle.active .tp-search-form-input {
	transform: translateY(0px);
	opacity: 1;
	transition-delay: 0.3s;
}
.tp-search-form-icon {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 22px;
	color: var(--tp-common-black);
}
.tp-search-form-icon:hover {
	color: var(--tp-theme-primary);
}
.tp-search-form-input {
	position: relative;
	height: 52px;
	transform: translateY(-40px);
	transition: all 0.3s ease-in-out;
	transition-delay: 0.5s;
	opacity: 0;
}
.tp-search-form-input input {
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 0;
	outline: 0;
	font-size: 18px;
	font-weight: 500;
	color: var(--tp-common-mulberry);
	border-bottom: 1px solid rgba(98, 0, 53, 0.1);
	padding: 0;
	padding-right: 30px;
}
.tp-search-form-input input::-webkit-input-placeholder {
 font-size: 18px;
 color: rgba(98, 0, 53, 0.5);
}
.tp-search-form-input input::-moz-placeholder {
 font-size: 18px;
 color: rgba(98, 0, 53, 0.5);
}
.tp-search-form-input input:-moz-placeholder {
 font-size: 18px;
 color: rgba(98, 0, 53, 0.5);
}
.tp-search-form-input input:-ms-input-placeholder {
 font-size: 18px;
 color: rgba(98, 0, 53, 0.5);
}
.tp-search-form-input input::placeholder {
 font-size: 18px;
 color: rgba(98, 0, 53, 0.5);
}
.tp-search-form-input input ~ .tp-search-focus-border {
 position: absolute;
 bottom: 0;
 left: auto;
 right: 0;
 width: 0;
 height: 1px;
 background-color: var(--tp-common-mulberry);
 transition: all 0.5s;
}
.tp-search-form-input input:focus {
	border-color: transparent;
}
.tp-search-form-input input:focus ~ .tp-search-focus-border {
 width: 100%;
 left: 0;
 right: auto;
 transition: all 0.8s;
}
.tp-search-close {
	color: var(--tp-common-black);
	font-size: 40px;
	transition: all 0.3s ease;
}
.tp-search-close:hover {
	color: var(--tp-theme-primary);
	transform: rotate(180deg);
}
.tp-search-body-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 24, 24, 0.5);
	z-index: 99;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
	-webkit-transform: translateY(calc(-100% - 80px));
	-ms-transform: translateY(calc(-100% - 80px));
	transform: translateY(calc(-100% - 80px));
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.tp-search-body-overlay.active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.tp-pagination li {
	display: inline-block;
}
.tp-pagination li a {
	height: 50px;
	width: 50px;
	font-size: 14px;
	font-weight: 500;
	display: block;
	color: var(--tp-common-mulberry);
	border-radius: 30px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: all 0.3s 0s ease-out;
	-moz-transition: all 0.3s 0s ease-out;
	-ms-transition: all 0.3s 0s ease-out;
	-o-transition: all 0.3s 0s ease-out;
	transition: all 0.3s 0s ease-out;
}
.tp-pagination li.current a {
	background-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
}
.tp-pagination li:hover a {
	background-color: var(--tp-common-emerald);
	color: var(--tp-common-mulberry);
}
.tp-pagination li:hover.current a {
	background-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
}
.ui-button-icon-only, .ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-checkboxradio-disabled, .ui-state-disabled {
	pointer-events: none;
}
.ui-datepicker .ui-icon, .ui-icon {
	text-indent: -99999px;
	background-repeat: no-repeat;
}
.ui-helper-reset, .ui-menu {
	outline: 0;
	list-style: none;
}
.ui-helper-hidden, .ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
}
.ui-helper-clearfix:after, .ui-helper-clearfix:before {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}
.ui-front {
	z-index: 100;
}
.ui-state-disabled {
	cursor: default !important;
}
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.25em;
	position: relative;
	overflow: hidden;
}
.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0;
	padding: 0.5em 0.5em 0.5em 0.7em;
	font-size: 100%;
}
.ui-autocomplete, .ui-menu .ui-menu {
	position: absolute;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	padding: 0;
	margin: 0;
	display: block;
}
.ui-button, .ui-controlgroup {
	display: inline-block;
	vertical-align: middle;
}
.ui-button, .ui-menu-icons, .ui-resizable {
	position: relative;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0;
}
.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
	margin: -1px;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}
.ui-button, .ui-controlgroup .ui-controlgroup-label {
	padding: 0.4em 1em;
}
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0.2em;
	margin: auto 0;
}
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	line-height: normal;
	margin-right: 0.1em;
	cursor: pointer;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: visible;
}
.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
	text-decoration: none;
}
.ui-button-icon-only {
	width: 2em;
	text-indent: -9999px;
	white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: 0.4em 1em;
}
 button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus, .ui-controlgroup > .ui-controlgroup-item:focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
	width: 75%;
	width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: 0.12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-datepicker {
	width: 17em;
	padding: 0.2em 0.2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 0.2em 0;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 0.4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: 0.1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: 0.3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: 0.5em 1em;
	background: 0 0;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0;
	background-image: none;
	margin-top: 0.5em;
	padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: 0.5em 0.4em 0.5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle, .ui-selectable, .ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted #000;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: 0.7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}
.ui-slider-horizontal {
	height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -0.3em;
	margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-vertical {
	width: 0.8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -0.3em;
	margin-left: 0;
	margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min, .ui-spinner-down {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max, .ui-spinner-up {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: 0 0;
	color: inherit;
	padding: 0.222em 0;
	margin: 0.2em 2em 0.2em 0.4em;
	vertical-align: middle;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: 0.5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-tabs {
	position: relative;
	padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px 0.2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: 0.5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: 0 0;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
.ui-widget, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
}
.ui-widget-content a, .ui-widget-header a {
	color: #333;
}
.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: 700;
}
.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: 400;
	color: #454545;
}
.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: 400;
	color: #2b2b2b;
}
.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
	color: #2b2b2b;
	text-decoration: none;
}
.ui-visual-focus {
	box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: 400;
	color: #fff;
}
.ui-icon-background, .ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #fff;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #fff;
	text-decoration: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: 700;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: 0.7;
	filter: Alpha(Opacity=70);
	font-weight: 400;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: 0.35;
	filter: Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}
.ui-widget-shadow {
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
}
.tp-header-action {
	gap: 10px;
}
.tp-header-action-btn {
	border-radius: 40px;
	width: 46px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--tp-common-white);
	position: relative;
	color: var(--tp-common-mulberry);
}
.tp-header-action-btn:hover {
	color: var(--tp-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-header-action-btn {
 background: var(--tp-common-mulberry);
 color: var(--tp-common-white);
}
 .tp-header-action-btn:hover {
 background: var(--tp-theme-primary);
 color: var(--tp-common-white);
}
}
.tp-header-action-badge {
	position: absolute;
	top: -2px;
	right: -3px;
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
	font-size: 12px;
	font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-header-lg-spacing {
 padding-top: 15px;
 padding-bottom: 15px;
}
}
.tp-header-border {
	border-bottom: 1px solid var(--tp-common-emerald);
}
.tp-header-toogle {
	background: var(--tp-common-mulberry);
	color: var(--tp-common-white);
	padding: 10px 14px;
	font-size: 20px;
	border-radius: 100px;
}
.tp-header-toogle:hover {
	background: var(--tp-theme-primary);
	color: var(--tp-common-white);
}
.tp-header-2-style .tp-main-menu nav ul li a {
	padding: 27px 0px;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}
.tp-header-2-style .tp-main-menu nav ul li .sub-menu {
	text-align: left;
}
.tp-header-2-style .tp-header-action-btn {
	border-radius: 0;
	width: auto;
	height: auto;
	background: none;
	color: var(--tp-common-mulberry);
}
.tp-header-2-style .tp-header-action-badge {
	top: 12px;
	right: -7px;
}
.tp-header-2-style .tp-header-action {
	gap: 28px;
}
@media (max-width: 574.98px) {
 .tp-header-2-style .tp-header-action {
 gap: 16px;
}
}
.tp-header-2-btn {
	background: transparent;
	color: var(--tp-common-mulberry);
	border: 2px solid var(--tp-theme-secondary);
	border-radius: 90px;
	padding: 13px 25px;
	font-size: 14px;
	gap: 10px;
}
.tp-header-2-btn:hover {
	background: var(--tp-theme-secondary);
	color: var(--tp-common-mulberry);
}
.tp-header-3-style .tp-main-menu nav ul li a {
	color: var(--tp-common-white);
	padding: 37px 0px;
}
.tp-header-3-style .tp-header-action-btn {
	color: var(--tp-common-white);
}
.tp-header-3-style .tp-header-action-badge {
	background: var(--tp-theme-secondary);
	color: var(--tp-common-black);
}
.tp-header-3-style .tp-main-menu nav ul li .sub-menu li a {
	color: var(--tp-common-black);
}
.tp-header-3-style .tp-main-menu nav ul li .sub-menu li a:hover {
	color: var(--tp-theme-primary);
}
.header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	opacity: 1;
	width: 100%;
	z-index: 10;
	visibility: visible;
	background: rgba(252, 248, 236, 0.8);
	box-shadow: 0 2px 6px 0 rgba(19, 19, 22, 0.08);
	animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
	-webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
.header-sticky .tp-main-menu > nav > ul > li > a {
	padding: 22px 0;
}
.header-sticky.tp-header-blur::after {
 position: absolute;
 content: "";
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 backdrop-filter: blur(40px);
 z-index: -1;
}
.header-sticky .tp-header-logo .logo-1 {
	display: none;
}
.header-sticky .tp-header-logo .logo-2 {
	display: block !important;
}
.tp-header-3-style.header-sticky .tp-main-menu nav ul li a {
	color: var(--tp-common-mulberry);
}
.tp-header-3-style.header-sticky .tp-main-menu nav ul li:hover > a {
	color: var(--tp-theme-primary);
}
.tp-header-3-style.header-sticky .tp-header-action-btn {
	color: var(--tp-common-mulberry);
}
.tp-main-menu nav ul li {
	list-style: none;
	display: inline-block;
	position: relative;
}
.tp-main-menu nav ul li:not(:last-child) {
 margin-right: 35px;
}
.tp-main-menu nav ul li a {
	font-weight: 500;
	font-size: 17px;
	color: var(--tp-common-mulberry);
	padding: 39px 0px;
	display: inline-block;
	font-family: 'Libre Baskerville';
	text-transform: uppercase;
	letter-spacing: -0.5px;
}
.logo-front {
	width: 146px;
	position: absolute;
	top: 30px;
	text-align: center;
	left: 80px;
}
.ml-menu {
	margin-left: 330px;
}
.tp-main-menu nav ul li a:hover {
	color: var(--tp-theme-primary);
}
.tp-main-menu nav ul li:hover > a {
	color: var(--tp-theme-primary);
}
.tp-main-menu nav ul li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.tp-main-menu nav ul li .sub-menu {
	position: absolute;
	top: 105%;
	left: 0;
	background: var(--tp-common-emerald);
	width: 220px;
	padding: 18px 0;
	-webkit-transition: all 0.3s 0s ease-out;
	-moz-transition: all 0.3s 0s ease-out;
	-ms-transition: all 0.3s 0s ease-out;
	-o-transition: all 0.3s 0s ease-out;
	transition: all 0.3s 0s ease-out;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
}
.tp-main-menu nav ul li .sub-menu li {
	margin-right: 0px;
	display: block;
}
.tp-main-menu nav ul li .sub-menu li a {
	padding: 6px 28px;
	display: block;
}
.tp-main-menu nav ul li .sub-menu li .sub-menu {
	left: 102%;
	top: 0;
}
.tp-main-menu nav ul li .sub-menu li.menu-item-has-children:hover a:after {
	transform: rotate(0deg);
	color: var(--tp-theme-primary);
}
.tp-main-menu nav ul li .sub-menu li.menu-item-has-children > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tp-main-menu nav ul li .sub-menu li.menu-item-has-children > a:after {
	content: "\f107";
	font-size: 16px;
	font-weight: 400;
	margin-left: 2px;
	color: var(--tp-common-mulberry);
	display: inline-block;
	transform: rotate(-90deg);
	transition: all 0.3s 0s ease-out;
	font-family: var(--tp-ff-fontawesome);
}
.tp-main-menu nav ul li .sub-menu li:hover > .sub-menu {
	left: 100%;
}
.tp-offcanvas-menu ul li {
	list-style: none;
	position: relative;
}
.tp-offcanvas-menu ul li:last-child a {
	border: 0;
}
.tp-offcanvas-menu ul li a {
	font-size: 17px;
	font-weight: 500;
	display: block;
	padding: 8px 0;
	color: var(--tp-common-mulberry);
	border-bottom: 1px solid #ddd;
	font-family: 'Trajan Pro Bold';
}
.tp-offcanvas-menu ul li.active > a {
	color: var(--tp-theme-primary);
}
.tp-offcanvas-menu ul li.active > button.tp-sidemenu-close i {
	transform: rotate(90deg);
}
.tp-offcanvas-menu ul li .sub-menu {
	margin-left: 20px;
	display: none;
}
.tp-sidemenu-close {
	position: absolute;
	right: 0;
	top: 5px;
	border: 1px solid #ddd;
	font-size: 12px;
	width: 30px;
	height: 30px;
}
.tp-sidemenu-close i {
	transition: 0.3s;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
 .tp-postbox-wrapper {
 margin-right: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-postbox-wrapper {
 margin-right: 0;
}
}
.tp-postbox-item {
	border: 1px solid rgba(98, 0, 53, 0.1);
}
@media (max-width: 574.98px) {
 .tp-postbox-sidebar {
 padding-left: 0;
}
}
.tp-postbox-thumb {
	position: relative;
}
@media (max-width: 574.98px) {
 .tp-postbox-thumb img {
 height: 350px;
 object-fit: cover;
}
}
.tp-postbox-thumb-overlay:before {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	width: 100%;
}
.tp-postbox-cat {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 2;
}
.tp-postbox-cat a {
	background: var(--tp-theme-secondary);
	font-size: 13px;
	text-transform: uppercase;
	color: var(--tp-common-mulberry);
	padding: 8px 15px;
	font-weight: 600;
	border-radius: 30px;
	display: inline-flex;
	align-items: center;
	grid-gap: 5px;
	line-height: 1;
}
.tp-postbox-title {
	font-size: 40px;
	font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-postbox-title {
 font-size: 32px;
}
}
.tp-postbox-title a:hover {
	color: var(--tp-theme-primary);
}
@media (max-width: 574.98px) {
 .tp-postbox-title {
 font-size: 30px;
}
}
.tp-postbox-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.tp-postbox-meta-border {
	border-bottom: 1px solid rgba(98, 0, 53, 0.1);
}
.tp-postbox-meta span {
	color: var(--tp-grey-1);
	font-size: 15px;
	font-weight: 500;
	position: relative;
	margin-right: 13px;
	padding-right: 13px;
	line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-postbox-meta span {
 margin-bottom: 10px;
}
}
.tp-postbox-meta span a {
	display: inline-flex;
	align-items: center;
}
.tp-postbox-meta span svg {
	margin-right: 5px;
}
.tp-postbox-meta span img {
	border-radius: 50px;
	height: 30px;
	width: 30px;
	margin-right: 5px;
}
.tp-postbox-meta span:not(:last-child)::after {
 content: "";
 background: rgba(98, 0, 53, 0.1);
 height: 20px;
 width: 1px;
 position: absolute;
 right: 0px;
 top: 50%;
 transform: translateY(-50%);
}
@media (max-width: 574.98px) {
 .tp-postbox-meta span:not(:last-child)::after {
 display: none;
}
}
.tp-postbox-video a {
	height: 80px;
	width: 80px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 9;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	margin: auto;
}
.tp-postbox-video a:hover {
	background: var(--tp-theme-secondary);
}
.tp-postbox-content, .tp-postbox-content-details {
	padding: 0 35px 30px 35px;
}
@media (max-width: 574.98px) {
 .tp-postbox-content, .tp-postbox-content-details {
 padding: 0 20px 20px 20px;
}
}
.tp-postbox-content > p, .tp-postbox-content-details > p {
	line-height: 162%;
	font-weight: 500;
}
.tp-postbox-content .tp-causes-quote, .tp-postbox-content-details .tp-causes-quote {
	padding-right: 160px;
}
@media (max-width: 574.98px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
 .tp-postbox-content .tp-causes-quote, .tp-postbox-content-details .tp-causes-quote {
 padding-right: 0;
}
}
.tp-postbox-details-wrap .tp-postbox-item {
	border: none;
}
.tp-postbox-details-list ul {
	display: grid;
	grid-template-columns: auto auto;
	padding-left: 15px;
}
@media (max-width: 574.98px) {
 .tp-postbox-details-list ul {
 grid-template-columns: auto;
}
}
.tp-postbox-details-list ul li {
	font-size: 16px;
	color: var(--tp-common-mulberry);
	font-weight: 600;
	margin-bottom: 10px;
}
.tp-postbox-details-author .sidebar-widget-author-img {
	flex: 0 0 auto;
	margin-bottom: 0;
	margin-right: 30px;
}
@media (max-width: 574.98px) {
 .tp-postbox-details-author .sidebar-widget-author-img {
 margin-right: 0;
 margin-bottom: 20px;
}
}
.tp-postbox-details-author .sidebar-widget-author-img img {
	height: 100px;
	width: 100px;
	border-radius: 100px;
}
.tp-postbox-details-author .sidebar-widget-author {
	padding: 0;
	padding-bottom: 0;
	padding: 30px;
	border: none;
	border-radius: 14px;
	background: var(--tp-common-emerald);
}
@media (max-width: 574.98px) {
 .tp-postbox-details-author .sidebar-widget-author {
 flex-wrap: wrap;
}
}
.tp-postbox-details-author .sidebar-widget-author-content span {
	margin-bottom: 2px;
	display: inline-block;
}
.tp-postbox-details-author .sidebar-widget-author-name {
	margin-bottom: 12px;
	font-size: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
 .tp-postbox-details-author .sidebar-widget-author-content p br {
 display: none;
}
}
.tp-postbox-details-author .sidebar-widget-author-social a {
	margin-right: 8px;
	font-size: 22px;
}
.tp-postbox-details-author .sidebar-widget-author-social a:hover {
	color: var(--tp-theme-primary);
}
.tp-blog-gallery-arrow {
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 3;
}
.tp-gallery-arrow {
	background: var(--tp-common-white);
	height: 50px;
	width: 50px;
	border-radius: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--tp-common-black);
}
.tp-gallery-arrow:hover {
	color: var(--tp-common-white);
	background-color: var(--tp-theme-primary);
}
.tagcloud a {
	font-weight: 500;
	font-size: 15px;
	color: var(--tp-common-black);
	line-height: 1;
	padding: 9px 17px;
	text-align: center;
	margin-bottom: 6px;
	background: var(--tp-common-white);
	display: inline-block;
	text-transform: capitalize;
	border-radius: 100px;
}
.tagcloud a:not(:last-child) {
 margin-right: 3px;
}
.tagcloud a:hover {
	color: var(--tp-common-white);
	background-color: var(--tp-theme-primary);
}
.tp-blog-title {
	font-family: var(--tp-ff-p);
	font-weight: 600;
	line-height: 133%;
	font-size: 21px;
	text-align:center;
}
.tp-blog-cat span {
	font-weight: 500;
	font-size: 15px;
	letter-spacing: -0.01em;
}
.tp-blog-cat .dvdr {
	position: relative;
	padding-right: 12px;
	margin-right: 12px;
}
.tp-blog-cat .dvdr::before {
 position: absolute;
 content: "";
 width: 3px;
 height: 3px;
 border-radius: 30px;
 background: var(--tp-grey-1);
 top: 50%;
 transform: translateY(-50%);
 right: -1px;
}
.tp-blog-tag a {
	background: var(--tp-common-emerald);
	padding: 8px 15px;
	display: inline-block;
	margin-bottom: 5px;
	border-radius: 30px;
	color: var(--tp-common-mulberry);
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
}
.tp-blog-tag a:hover {
	color: var(--tp-common-white);
	background-color: var(--tp-theme-primary);
}
.tp-blog-tag-social {
	border-top: 1px solid rgba(98, 0, 53, 0.1);
	border-bottom: 1px solid rgba(98, 0, 53, 0.1);
	padding: 32px 0;
	padding-bottom: 32px;
	padding-bottom: 10px;
}
.tp-blog-tag-title {
	font-size: 20px;
	display: inline-block;
	letter-spacing: inherit;
	font-family: var(--tp-ff-p);
	font-weight: 600;
}
.tp-footer-dec {
	font-weight: 500;
	font-size: 18px;
	line-height: 144%;
	letter-spacing: -0.01em;
	color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
 .tp-footer-dec {
 margin-right: 40px;
}
}
.tp-footer-social {
	display: flex;
	align-items: center;
	gap: 6px;
}
.tp-footer-social a {
	height: 40px;
	width: 40px;
	border-radius: 42px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: var(--tp-common-white);
	flex: 0 0 auto;
}
.tp-footer-social a:hover {
	background: var(--tp-theme-secondary);
	color: var(--tp-common-black);
}
.tp-footer-title {
	font-weight: 700;
	font-size: 18px;
	font-family: var(--tp-ff-p);
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-footer-widget {
 margin-left: 0;
}
}
.tp-footer-widget ul li {
	list-style: none;
}
.tp-footer-widget ul li:not(:last-child) {
 margin-bottom: 12px;
}
.tp-footer-widget ul li a {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: -0.01em;
	color: rgba(252, 248, 236, 0.8);
}
.tp-footer-widget ul li a:hover {
	color: var(--tp-theme-secondary);
}
.tp-footer-cta {
	padding: 22px 20px 30px 40px;
	margin-left: -40px;
	position: relative;
	margin-right: 14px;
	z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-footer-cta {
 margin-left: 0;
}
}
.tp-footer-cta::before {
 position: absolute;
 content: "";
 border: 1px solid rgba(252, 248, 236, 0.1);
 width: 100%;
 height: 204px;
 top: -15px;
 right: -15px;
 z-index: -1;
}
.tp-footer-cta-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 142%;
	letter-spacing: -0.02em;
	color: var(--tp-common-mulberry);
}
.tp-footer-cta-link {
	font-weight: 600;
	font-size: 16px;
	color: var(--tp-common-mulberry);
	display: flex;
}
.tp-footer-cta-link:hover {
	color: var(--tp-common-mulberry);
}
.tp-footer-cta-link svg {
	margin-right: 10px;
}
.tp-footer-copyright p {
	font-weight: 500;
	font-size: 15px;
	letter-spacing: -0.01em;
	color: rgba(252, 248, 236, 0.6);
}
.tp-footer-copyright p a {
	color: var(--tp-common-white);
}
.tp-footer-copyright p a:hover {
	color: var(--tp-theme-secondary);
}
.tp-footer-bottom {
	border-top: 0px;
	padding-top: 40px;
	padding-bottom: 15px;
	border-top: 5px solid #d7a73b;
}
.tbp {
	text-align: center;
	z-index: 1;
	position: relative;
	width: 150px;
	margin: -60px auto 0px;
}
.logo-footer {
	width: 116px;
	position: relative;
	top: 75px;
	text-align: center;
}
.tp-footer-policy a {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: -0.01em;
	color: #fff;
}
.tp-footer-policy a:hover {
	color: var(--tp-theme-secondary);
}
.tp-footer-policy a.dvdr {
	position: relative;
	padding-right: 15px;
	margin-right: 15px;
}
.tp-footer-policy a.dvdr::before {
 position: absolute;
 content: "";
 border-radius: 100%;
 background: rgb(215 167 59);
 width: 4px;
 height: 4px;
 top: 8px;
 right: -4px;
}
.tp-footer-subscribe .tp-input {
	border-radius: 48px;
	height: 50px;
	font-weight: 400;
	font-size: 16px;
	color: var(--tp-common-black);
	padding-left: 20px;
	padding-right: 135px;
}
.tp-footer-subscribe .tp-input::placeholder {
 font-weight: 400;
 font-size: 16px;
 color: var(--tp-grey-1);
}
.tp-footer-subscribe .tp-input:focus {
	border: transparent;
}
.tp-footer-subscribe button {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: var(--tp-common-mulberry);
	border-radius: 68px;
	padding: 12px 25px;
	background: var(--tp-theme-secondary);
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}
.tp-footer-subscribe button:hover {
	background: var(--tp-theme-primary);
	color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-footer-3-style .tp-footer-widget {
 margin-left: 0;
 margin-right: 0;
}
}
.tp-footer-3-style .tp-footer-cta-title {
	font-family: var(--tp-ff-p);
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: var(--tp-common-white);
}
.tp-footer-3-style .tp-footer-cta-link {
	color: var(--tp-common-white);
}
.tp-footer-3-style .tp-footer-cta-link:hover {
	color: var(--tp-theme-secondary);
}
.tp-hero-spacing {
	padding-top: 280px;
	padding-bottom: 180px;
	margin-left: 160px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-hero-spacing {
 margin-left: 12px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
 .tp-hero-spacing {
 padding-bottom: 100px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-hero-spacing {
 padding-bottom: 40px;
 padding-top: 150px;
}
}
.tp-hero-thumb {
	height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-hero-thumb {
 margin-left: 0;
}
}
.tp-hero-thumb img {
	height: 100%;
	object-fit: cover;
}
.tp-hero-subtitle {
	font-weight: 400;
	font-size: 20px;
	color: var(--tp-common-mulberry);
	font-family: var(--tp-ff-heading);
}
.tp-hero-title {
	font-size: 90px;
	line-height: 100%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
 .tp-hero-title {
 font-size: 80px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-hero-title {
 margin-bottom: 40px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
 .tp-hero-title {
 font-size: 55px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
 .tp-hero-title {
 font-size: 62px;
}
}
@media (max-width: 574.98px) {
 .tp-hero-title {
 font-size: 35px;
}
}
.tp-hero-title span {
	color: var(--tp-theme-primary);
}
.tp-hero-dec {
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: -0.02em;
	color: var(--tp-common-mulberry);
}
.tp-hero-btn-wrap {
	margin-left: 205px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-hero-btn-wrap {
 margin-left: 0;
}
}
.tp-hero-2-wrap {
	position: relative;
}
.tp-hero-2-wrap::before {
 position: absolute;
 content: "";
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.2);
 top: 0;
 left: 0;
}
.tp-hero-2-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 8s;
	-moz-transition: 8s;
	transition: 8s;
	transform: scale(1);
}
.tp-hero-2-title {
	font-size: 100px;
	line-height: 100%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: var(--tp-common-white);
	animation-delay: 0.3s;
	animation-duration: 1s;
	opacity: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
 .tp-hero-2-title {
 font-size: 90px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
 .tp-hero-2-title {
 font-size: 80px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
 .tp-hero-2-title {
 font-size: 60px;
}
}
@media (max-width: 574.98px) {
 .tp-hero-2-title {
 font-size: 40px;
}
}
.tp-hero-2-dec {
	font-family: var(--tp-ff-p);
	font-weight: 600;
	font-size: 30px;
	line-height: 133%;
	letter-spacing: -0.02em;
	color: var(--tp-common-white);
	animation-delay: 0.7s;
	animation-duration: 1s;
	opacity: 0;
}
@media (max-width: 574.98px) {
 .tp-hero-2-dec {
 font-size: 24px;
}
 .tp-hero-2-dec br {
 display: none;
}
}
.tp-hero-2-content {
	padding-top: 172px;
	padding-bottom: 60px;
	position: relative;
	z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-hero-2-content {
 padding-top: 140px;
 padding-bottom: 120px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-hero-2-content {
 padding-bottom: 150px;
}
}
.tp-hero-2-btn {
	animation-delay: 0.5s;
	animation-duration: 1s;
	opacity: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-hero-2-btn {
 margin-bottom: 40px;
}
}
.tp-hero-2-slider-active .swiper-slide.swiper-slide-active .tp-hero-2-title, .tp-hero-2-slider-active .swiper-slide.swiper-slide-active .tp-hero-2-btn, .tp-hero-2-slider-active .swiper-slide.swiper-slide-active .tp-hero-2-dec {
	animation-name: fadeInUp;
	animation-fill-mode: both;
	opacity: 1;
}
.tp-hero-2-slider-active .swiper-slide.swiper-slide-active .tp-hero-2-thumb {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	transform: scale(1.07);
}
.tp-hero-2-pagination {
	position: absolute;
	right: 70px;
	bottom: 70px;
	z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
 .tp-hero-2-pagination {
 right: 20px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-hero-2-pagination {
 right: auto;
 left: 12px;
}
}
.tp-hero-2-pagination span {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 58px;
	width: 54px;
	height: 54px;
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.08);
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--tp-common-white);
	cursor: pointer;
	-webkit-transition: all 0.3s 0s ease-out;
	-moz-transition: all 0.3s 0s ease-out;
	-ms-transition: all 0.3s 0s ease-out;
	-o-transition: all 0.3s 0s ease-out;
	transition: all 0.3s 0s ease-out;
}
.tp-hero-2-pagination span:hover {
	background: var(--tp-theme-primary);
}
.tp-hero-3-style {
	position: relative;
	z-index: 1;
	padding-top: 470px;
	padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-hero-3-style {
 padding-top: 350px;
}
}
@media (max-width: 574.98px) {
 .tp-hero-3-style {
 padding-top: 200px;
}
}
.tp-hero-3-style::before {
 position: absolute;
 content: "";
 background: rgba(0, 0, 0, 0.4);
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}
.tp-hero-3-style .tp-hero-title {
	color: var(--tp-common-white);
	font-size: 104px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
 .tp-hero-3-style .tp-hero-title {
 font-size: 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
 .tp-hero-3-style .tp-hero-title {
 font-size: 90px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
 .tp-hero-3-style .tp-hero-title {
 font-size: 72px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-hero-3-style .tp-hero-title {
 font-size: 60px;
}
}
@media (max-width: 574.98px) {
 .tp-hero-3-style .tp-hero-title {
 font-size: 36px;
}
}
.tp-hero-3-video-wrap {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	width: 290px;
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.02);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 10px 10px 20px;
}
.tp-hero-3-video-text {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: var(--tp-common-white-2);
	display: inline-block;
}
.tp-hero-3-video-btn {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	width: 120px;
	height: 80px;
	background: var(--tp-common-black);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: var(--tp-common-white);
}
.tp-hero-3-video-btn:hover {
	color: var(--tp-common-black);
	background: var(--tp-common-white-2);
}
.tp-hero-3-video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.tp-hero-3-video-container video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tp-service-thumb {
	margin-left: -12px;
	margin-top: -140px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-service-thumb {
 margin-top: -125px;
}
}
.tp-service-icon {
	width: 38px;
	height: 38px;
}
.tp-service-shape {
	position: absolute;
	top: 0;
	right: 0;
	width: 12%;
}
.tp-service-item {
	background: rgba(252, 248, 236, 0.04);
	padding: 45px 30px 38px 34px;
	position: relative;
}
.tp-service-item:hover::before {
 width: 100%;
 right: 0;
 left: auto;
}
.tp-service-item:hover .tp-service-btn .btn-text {
	margin-left: 0;
	opacity: 1;
	visibility: visible;
}
.tp-service-item::before {
 position: absolute;
 content: "";
 width: 0;
 height: 2px;
 bottom: 0;
 left: 0;
 background: var(--tp-theme-secondary);
 transition: all 0.4s ease;
}
.tp-service-content-wrap {
	margin-left: -25px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-service-content-wrap {
 margin-left: 0;
 padding-right: 0;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
 .tp-service-content-wrap {
 margin-right: -100px;
}
}
.tp-service-title {
	font-family: var(--tp-ff-body);
	font-weight: 600;
	font-size: 24px;
	letter-spacing: -0.02em;
	color: var(--tp-common-white);
}
.tp-service-dec {
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: rgba(252, 248, 236, 0.6);
}
.tp-service-btn {
	display: inline-flex;
	gap: 9px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: var(--tp-common-white);
	overflow: hidden;
	transition: all 0.5s ease;
}
.tp-service-btn:hover {
	color: var(--tp-common-white);
}
.tp-service-btn .btn-text {
	margin-left: -96px;
	transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
}
.tp-service-btn .btn-icon {
	transform: translateY(-2px);
}
.tp-service-2-item .tp-service-title {
	color: var(--tp-common-mulberry);
}
.tp-service-2-item .tp-service-dec {
	color: var(--tp-common-mulberry);
}
.tp-service-2-style .tp-service-item {
	padding: 45px 50px 38px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-service-2-style .tp-service-item {
 padding: 45px 35px 38px 40px;
}
}
.tp-service-2-style .tp-service-item::before {
 display: none;
}
.tp-service-inner-style .tp-service-3-dec p {
	font-size: 18px;
}
.tp-service-inner-style .tp-service-3-dec {
	bottom: -21%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-service-inner-style .tp-service-3-dec {
 bottom: -35%;
}
}
.tp-service-3-item:hover .tp-service-3-thumb img {
	transform: scale(1.1);
}
.tp-service-3-item:hover .tp-service-3-dec {
	bottom: 0;
}
.tp-service-3-item:hover .tp-service-3-dec p {
	opacity: 1;
}
.tp-service-3-thumb img {
	transition: 0.6s ease;
}
.tp-service-3-thumb::before {
 position: absolute;
 content: "";
 background: rgba(0, 0, 0, 0.4);
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 z-index: 1;
}
.tp-service-3-top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 33px 30px 20px 29px;
}
.tp-service-3-dec {
	position: absolute;
	bottom: -26%;
	left: 0;
	right: 0;
	z-index: 1;
	padding: 25px 30px 25px 30px;
	background: var(--tp-theme-secondary);
	transition: all 0.4s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
 .tp-service-3-dec {
 bottom: -38%;
}
}
.tp-service-3-dec p {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: var(--tp-common-mulberry);
	opacity: 0;
	transition: all 0.4s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-service-3-dec p br {
 display: none;
}
}
.tp-join-number {
	color: var(--tp-theme-primary);
	font-weight: 400;
	font-size: 60px;
	letter-spacing: -0.04em;
	line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-join-number {
 font-size: 110px;
}
}
@media (max-width: 574.98px) {
 .tp-join-number {
 font-size: 70px;
}
}
.tp-join-shape-1 {
	left: 0;
	filter: drop-shadow(0px 20px 40px rgba(92, 97, 96, 0.2));
	top: 60px;
	border-radius: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
 .tp-join-shape-1 {
 top: 190px !important;
}
}
.tp-join-shape-2 {
	left: 10% !important;
	border-radius: 90px;
	filter: drop-shadow(0px 20px 40px rgba(92, 97, 96, 0.2));
	top: auto !important;
	bottom: -42px;
	border-radius: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
 .tp-join-shape-2 {
 left: 2% !important;
 bottom: -60px;
}
}
.tp-join-shape-3 {
	right: 0%;
	border-radius: 90px;
	filter: drop-shadow(0px 20px 40px rgba(92, 97, 96, 0.2));
	top: 15% !important;
	border-radius: 90px;
	left: auto !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
 .tp-join-shape-3 {
 top: 30% !important;
}
}
.tp-join-shape-4 {
	right: 8%;
	border-radius: 90px;
	filter: drop-shadow(0px 20px 40px rgba(92, 97, 96, 0.2));
	bottom: 0;
	border-radius: 90px;
	top: 50% !important;
	left: auto !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
 .tp-join-shape-4 {
 right: 0 !important;
}
}
.tp-join-title {
	font-weight: 400;
	line-height: 125%;
	letter-spacing: -0.04em;
}
@media (max-width: 574.98px) {
 .tp-join-title {
 font-size: 30px;
}
}
.tp-join-btn {
	border: 1px solid rgba(98, 0, 53, 0.1);
	padding: 20px 25px;
	background: transparent;
	color: var(--tp-common-mulberry);
	width: 200px;
	justify-content: space-between;
}
.tp-join-down-tittle {
	font-weight: 500;
	font-size: 19px;
	letter-spacing: -0.01em;
	color: var(--tp-common-mulberry);
	margin-top: -10px;
}
.tp-fact-title {
	font-weight: 700;
	font-size: 60px;
	letter-spacing: -0.02em;
	color: var(--tp-theme-secondary);
}
.tp-fact-dec {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -0.01em;
	color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
 .tp-fact-dec {
 font-size: 16px;
}
}
.tp-fact-item-border {
	position: relative;
}
.tp-fact-item-border::before {
 position: absolute;
 content: "";
 width: 1px;
 height: 100%;
 background: rgba(255, 255, 255, 0.1);
 right: -6px;
 top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-fact-item-border::before {
 display: none;
}
}
.tp-causes-arrow-wrap button {
	width: 54px;
	height: 54px;
	border: 1px solid rgba(98, 0, 53, 0.1);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: var(--tp-common-mulberry);
	transition: all 0.4s ease;
}
.tp-causes-arrow-wrap button:hover {
	background: var(--tp-common-mulberry);
	color: var(--tp-common-white);
}
.tp-causes-dec {
	font-weight: 500;
	font-size: 16px;
	line-height: 162%;
	color: #68665e;
}
.tp-causes-title {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: -0.02em;
	color: var(--tp-common-mulberry);
	font-family: var(--tp-ff-body);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
 .tp-causes-title {
 font-size: 22px;
}
}
.tp-causes-title a:hover {
	color: var(--tp-theme-primary);
}
.tp-causes-thumb img {
	transition: all 0.6s ease;
}
.tp-causes-wrap {
	border: 1px solid rgba(98, 0, 53, 0.06);
	padding: 20px;
	margin-right: -1px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
 .tp-causes-wrap {
 padding: 10px;
}
}
.tp-causes-wrap:hover .tp-causes-thumb img {
	transform: scale(1.1);
}
.tp-causes-border {
	border-bottom: 1px solid rgba(98, 0, 53, 0.06);
}
.tp-causes-inner {
	padding: 20px 20px 40px 20px;
}
.tp-causes-amount label {
	font-weight: 400;
	font-size: 16px;
	color: var(--tp-grey-1);
}
.tp-causes-amount span {
	font-weight: 600;
	color: var(--tp-common-mulberry);
	font-size: 16px;
}
.tp-causes-amount-2 label {
	color: #97959B;
}
.tp-causes-amount-2 span {
	color: #121018;
}
.tp-causes-2-style .tp-causes-button {
	padding: 20px 26px 26px 26px;
	background: #f4ecd5;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-causes-2-style .tp-causes-button {
 padding: 20px 18px 20px 18px;
}
}
.tp-causes-2-style .tp-causes-wrap {
	padding: 12px;
}
.tp-causes-2-style .tp-causes-inner {
	padding: 20px 23px 25px 23px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-causes-2-style .tp-causes-inner {
 padding: 20px 20px 25px 20px;
}
}
.tp-causes-3-style .tp-causes-wrap {
	background: var(--tp-common-white);
}
.tp-causes-3-style .tp-causes-inner {
	padding: 0 0 40px 0;
}
.tp-causes-3-all p {
	font-weight: 500;
	line-height: 162%;
}
.tp-causes-3-all p a {
	color: var(--tp-common-mulberry);
	display: inline-flex;
	border-bottom: 1px solid currentColor;
	line-height: 1.3;
}
.tp-causes-3-all p a .btn-icon {
	margin-top: 0;
}
.tp-causes-details {
	margin-right: -36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-causes-details {
 margin-right: 0;
}
}
.tp-causes-quote {
	display: flex;
	padding-left: 50px;
	padding-right: 83px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-causes-quote {
 padding-left: 0;
 padding-right: 0;
}
}
.tp-causes-quote svg {
	flex: 0 0 auto;
	margin-right: 27px;
}
.tp-causes-quote p {
	font-weight: 600 !important;
	font-size: 23px;
	line-height: 139%;
	color: var(--tp-common-mulberry);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-causes-quote p br {
 display: none;
}
}
.tp-progress .progress {
 --bs-progress-height: 6px;
 --bs-progress-bar-bg: #d7a739;
 --bs-progress-bg: #e0e0d1;
}
.tp-progress-top span {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: -0.01em;
	color: var(--tp-common-mulberry);
}
.tp-progress-top label {
	font-weight: 400;
	font-size: 16px;
	color: var(--tp-grey-1);
}
.tp-donation-amount {
	color: var(--tp-grey-1);
	font-size: 16px;
}
.tp-donation-amount span {
	color: var(--tp-theme-primary);
	font-weight: 600;
}
.tp-donation-progress-label {
	letter-spacing: inherit;
	font-size: 20px;
	font-weight: 500;
	color: var(--tp-common-mulberry);
	font-family: var(--tp-ff-p);
}
.tp-donation-progress-number {
	color: var(--tp-theme-primary);
	font-size: 20px;
	font-weight: 600;
}
.tp-donation-progress .progress, .tp-donation-progress .progress-stacked {
 --bs-progress-height: 8px;
 --bs-progress-bar-bg: var(--tp-theme-primary);
	background-color: rgba(18, 16, 24, 0.08);
}
.tp-chose-bigtitle {
	color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-chose-content {
 margin-left: 0;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-chose-thumb {
 margin-right: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-chose-thumb {
 margin-bottom: 40px;
}
}
.tp-chose-thumb::before {
 position: absolute;
 content: "";
 width: 100%;
 background: linear-gradient(180deg, rgba(255, 202, 36, 0) 53.69%, # 81.35%);
 height: 100%;
 bottom: 0;
 left: 0;
}
.tp-chose-contact-info {
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 2;
}
.tp-chose-contact-numbar span {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: -0.02em;
	color: rgba(98, 0, 53, 0.6);
	line-height: 1;
}
.tp-chose-contact-numbar a {
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: var(--tp-common-mulberry);
}
.tp-chose-contact-icon {
	border: 1px solid rgba(98, 0, 53, 0.1);
	border-radius: 62px;
	width: 56px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
}
.tp-chose-title {
	font-weight: 400;
	font-size: 34px;
	line-height: 129%;
	letter-spacing: -0.02em;
	color: var(--tp-theme-secondary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-chose-title {
 margin-bottom: 38px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-chose-title {
 font-size: 25px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-chose-title-wrap {
 margin-bottom: 30px;
}
}
.tp-chose-dec-subtitle {
	font-weight: 600;
	font-size: 24px;
	color: var(--tp-common-white);
	flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-chose-dec-subtitle {
 margin-right: 20px;
}
}
.tp-chose-dec p {
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: -0.01em;
	color: rgba(252, 248, 236, 0.6);
}
.tp-event:hover .tp-event-img img {
	transform: scale(1.1);
}
.tp-event-img img {
	transition: all 0.6s ease;
}
.tp-event-date {
	width: 56px;
	height: 56px;
	background:var(--tp-common-mulberry);
	clip-path: polygon(0 20%, 20% 0, 100% 0, 100% 100%, 0 100%);
	text-align: center;
	padding: 2px 4px 2px 4px;
	position: absolute;
	top: 12px;
	left: 12px;
}
.tp-event-date span {
	font-weight: 500;
	font-size: 12px;
	color: #ffffff;
	line-height: 1;
}
.tp-event-date h4 {
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 0;
}
.tp-event-meta span {
	font-weight: 500;
	font-size: 15px;
	letter-spacing: -0.01em;
	display: inline-flex;
	align-items: center;
	margin-bottom: 5px;
}
.tp-event-meta span svg {
	margin-right: 8px;
}
.tp-event-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 142%;
	letter-spacing: -0.02em;
	color: var(--tp-common-mulberry);
}
.nh {
	font-size: 13px!important;
	position: relative;
	top: 0px!important;
	left: -3px!important;
}
 @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
 .tp-event-title {
 font-size: 20px;
}
}
.tp-event-link a {
	color: var(--tp-theme-primary);
	font-size: 14px;
}
.tp-event-link a:hover {
	color: var(--tp-theme-primary);
}
.tp-event-content {
	border: 1px solid rgba(136, 135, 139, 0.2);
	padding: 25px 30px 25px 33px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
 .tp-event-content {
 padding: 25px 20px 25px 23px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-event-content {
 padding: 25px 16px 25px 16px;
}
}
.tp-event-price span {
	background: var(--tp-theme-secondary);
	padding: 7px 20px;
	font-size: 16px;
	font-weight: 600;
	color: var(--tp-common-mulberry);
	text-transform: uppercase;
	line-height: 1;
}
@media (max-width: 574.98px) {
 .tp-event-details-img {
 margin-top: 20px;
 margin-bottom: 20px;
}
}
.tp-event-details p {
	color: #5d5559;
	font-weight: 500;
	letter-spacing: -0.01em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-event-inner {
 margin-right: 0;
}
}
.tp-event-inner-img {
	height: 100%;
}
.tp-event-inner-img img {
	height: 100%;
	object-fit: cover;
}
.tp-event-map iframe {
	width: 100%;
	height: 460px;
	border: 8px solid #f0e8d1;
	mix-blend-mode: luminosity;
}
.tp-event-info {
	box-shadow: 0 1px 3px 0 rgba(22, 18, 5, 0.08);
	background: var(--tp-theme-secondary);
	display: flex;
	padding: 30px 25px;
}
.tp-event-info-icon {
	height: 64px;
	width: 64px;
	border: 1px solid rgba(98, 0, 53, 0.1);
	color: var(--tp-common-mulberry);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 22px;
	margin-right: 20px;
}
.tp-event-info-text span {
	color: var(--tp-common-mulberry);
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
}
.tp-event-info-title {
	font-size: 20px;
	color: var(--tp-common-mulberry);
	letter-spacing: 0.2px;
}
.tp-event-info-2 .tp-event-info-title {
	color: var(--tp-common-white);
}
.tp-event-info-2 .tp-event-info-text span {
	color: var(--tp-common-white);
}
.tp-event-info-2 .tp-event-info-icon {
	border-color: rgba(252, 248, 236, 0.1);
	color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-event-sidebar {
 margin-left: 0;
}
}
.tp-event-2-item {
	background: var(--tp-common-emerald);
	padding: 25px 40px 0px 40px;
}
@media (max-width: 574.98px) {
 .tp-event-2-item {
 padding: 25px 20px 0px 20px;
}
}
.tp-event-2-item:hover .tp-event-2-thumb img {
	transform: scale(1.1);
}
.tp-event-2-date h4 {
	font-size: 40px;
	letter-spacing: -0.02em;
	color: var(--tp-theme-primary);
	line-height: 1;
}
.tp-event-2-date span {
	font-weight: 500;
	font-size: 15px;
	letter-spacing: -0.01em;
}
.tp-event-2-title {
	font-family: var(--tp-ff-p);
	font-weight: 600;
	font-size: 24px;
	letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
 .tp-event-2-title {
 font-size: 20px;
}
}
.tp-event-2-thumb {
	border-radius: 220px;
}
.tp-event-2-thumb img {
	border-radius: 220px;
	width: 180px;
	flex: 0 0 auto;
	transition: all 0.6s ease;
}
.tp-event-2-btn {
	width: 54px;
	height: 54px;
	border: 1px solid var(--tp-theme-primary);
	color: var(--tp-theme-primary);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}
.tp-event-2-btn:hover {
	background: var(--tp-theme-primary);
	color: var(--tp-common-white);
}
.tp-event-2-left .tp-event-meta span {
	margin-bottom: 0;
}
.tp-event-4-style .tp-event-2-item {
	background: none;
	padding: 25px 0 0px 0;
	border-top: 1px solid rgba(98, 0, 53, 0.1);
	border-bottom: 1px solid rgba(98, 0, 53, 0.1);
	margin-top: -1px;
}
.tp-event-4-style .tp-event-2-item:hover .tp-event-4-thumb {
	opacity: 1;
	transform: rotate(0) scale(1);
}
.tp-event-4-style .tp-event-2-title a:hover {
	color: var(--tp-theme-primary);
}
.tp-event-4-style .tp-event-2-btn {
	background: none;
	border: none;
	color: var(--tp-grey-1);
}
.tp-event-4-style .tp-event-2-btn:hover {
	color: var(--tp-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-event-4-style .tp-event-2-date {
 margin-right: 30px;
}
}
.tp-event-4-thumb {
	width: 370px;
	height: 240px;
	position: absolute;
	top: -70px;
	right: 176px;
	transform: rotate(-30deg) scale(0.8);
	opacity: 0;
	transition: all 0.6s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-event-4-thumb {
 right: 50px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-event-4-thumb {
 position: inherit;
 opacity: 1;
 transform: rotate(0);
 top: 0;
 left: 0;
 display: block;
 margin-bottom: 30px;
}
}
@media (max-width: 574.98px) {
 .tp-event-4-thumb {
 width: 320px;
}
}
.tp-contact-form .tp-form-label {
	font-weight: 600;
	font-size: 16px;
	color: var(--tp-common-mulberry);
	margin-bottom: 6px;
	margin-left: 25px;
}
.tp-contact-form .tp-input {
	border-radius: 62px;
	width: 100%;
	height: 54px;
	color: var(--tp-common-mulberry);
	background: var(--tp-common-emerald);
	border: none;
	font-weight: 500;
	font-size: 16px;
}
.tp-contact-form .tp-input::placeholder {
 font-weight: 500;
 font-size: 16px;
 color: #102e5270;
}
.tp-contact-form .tp-textarea {
	height: 160px;
	border-radius: 24px;
	resize: none;
}
.tp-contact-form-border {
	border-top: 1px solid rgba(98, 0, 53, 0.08);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
 .tp-contact-form-main {
 margin-right: 30px;
 margin-left: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-contact-form-main {
 margin-right: 12px;
 margin-left: 12px;
}
}
.tp-contact-remember {
	display: flex;
}
.tp-contact-remember label {
	font-weight: 500;
	font-size: 16px;
	color: var(--tp-grey-1);
	cursor: pointer;
}
.tp-contact-remember .tp-checkbox {
	margin: 0;
	appearance: none;
	-moz-appearance: none;
	display: block;
	width: 20px;
	height: 20px;
	outline: none;
	flex: 0 0 auto;
	background: transparent;
	-webkit-transform: translateY(-2.5px);
	-moz-transform: translateY(-2.5px);
	-ms-transform: translateY(-2.5px);
	-o-transform: translateY(-2.5px);
	transform: translateY(-2.5px);
	padding: 0;
	margin-right: 10px;
	transform: translateY(4px);
	border: 1px solid rgba(98, 0, 53, 0.2);
	border-radius: 4px;
}
.tp-contact-remember .tp-checkbox:checked {
	position: relative;
	background-color: var(--tp-theme-primary);
	border-color: transparent;
	border: 1px solid rgba(98, 0, 53, 0.2);
	border-radius: 4px;
}
.tp-contact-remember .tp-checkbox:checked::after {
 box-sizing: border-box;
 position: absolute;
 content: "\f00c";
 font-weight: 700;
 font-family: var(--tp-ff-fontawesome);
 font-size: 14px;
 color: var(--tp-common-white);
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 -moz-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 -o-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}
.tp-contact-remember .tp-checkbox:hover {
	cursor: pointer;
}
.tp-contact-item {
	padding: 50px 20px 40px 40px;
	height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-contact-item {
 padding: 50px 20px 40px 20px;
}
}
.tp-contact-icon {
	width: 36px;
	height: 36px;
}
.tp-contact-content h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 125%;
	letter-spacing: -0.02em;
}
.tp-contact-content h5 {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: -0.02em;
	font-family: var(--tp-ff-p);
}
.tp-contact-content span {
	font-weight: 500;
	letter-spacing: -0.01em;
	font-size: 16px;
}
.tp-contact-content a {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: -0.01em;
	color: var(--tp-common-mulberry);
}
.tp-contact-map {
	line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-contact-map {
 margin-right: 0;
}
}
.tp-contact-map iframe {
	width: 100%;
	height: 800px;
	mix-blend-mode: luminosity;
	line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
 .tp-contact-map iframe {
 height: 600px;
}
}
@media (max-width: 574.98px) {
 .tp-contact-map iframe {
 height: 400px;
}
}
.tp-mission-spacing {
	padding: 40px 40px 40px 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
 .tp-mission-spacing {
 padding: 40px 40px 40px 40px;
}
}
@media (max-width: 574.98px) {
 .tp-mission-spacing {
 padding: 30px 20px 20px 20px;
}
}
.tp-mission-title {
	font-size: 70px;
	line-height: 100%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: var(--tp-common-mulberry);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-mission-title {
 font-size: 65px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-mission-title {
 font-size: 55px;
}
}
@media (max-width: 574.98px) {
 .tp-mission-title {
 font-size: 30px;
}
 .tp-mission-title br {
 display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-mission-content {
 margin-right: 0;
}
}
.tp-mission-content p {
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: -0.01em;
	color: var(--tp-common-mulberry);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-mission-content p br {
 display: none;
}
}
.tp-mission-content .tp-btn {
	color: var(--tp-common-mulberry);
}
.tp-mission-content .tp-btn:hover {
	color: var(--tp-common-mulberry);
}
.tp-mission-form-wrap {
	padding: 40px 40px 40px 40px;
}
.tp-mission-form-title {
	font-size: 30px;
}
.tp-mission-form-dec {
	font-weight: 500;
	line-height: 150%;
	color: var(--tp-common-mulberry);
	letter-spacing: -0.01em;
}
.tp-custom-donate-wrap {
	padding: 40px 40px 30px 40px;
	margin-left: -37px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-custom-donate-wrap {
 margin-left: 0;
 margin-top: 30px;
}
}
@media (max-width: 574.98px) {
 .tp-custom-donate-wrap {
 padding: 30px 20px 20px 20px;
}
}
.tp-custom-donate-title {
	font-size: 30px;
}
.tp-custom-donate-dec {
	font-weight: 500;
	line-height: 150%;
	color: var(--tp-common-mulberry);
	letter-spacing: -0.01em;
}
.tp-custom-donate-count ul {
	column-count: 3;
	gap: 0;
}
.tp-custom-donate-count ul li {
	list-style: none;
	text-align: center;
	border: 1px solid rgba(98, 0, 53, 0.1);
	padding: 10px 10px;
	margin-right: -1px;
}
.tp-custom-donate-count ul li b {
	font-weight: 600;
	font-size: 20px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: var(--tp-common-mulberry);
	display: block;
}
@media (max-width: 574.98px) {
 .tp-custom-donate-count ul li b {
 font-size: 18px;
}
}
.tp-custom-donate-count ul li span {
	font-weight: 500;
	font-size: 13px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	text-align: center;
	color: var(--tp-grey-1);
}
@media (max-width: 574.98px) {
 .tp-custom-donate-count ul li span {
 font-size: 12px;
}
}
.tp-custom-donate-progress {
	border: 1px solid rgba(98, 0, 53, 0.1);
	padding: 20px 30px 15px 30px;
	margin-top: -1px;
}
.tp-custom-donate-progress .tp-progress .progress {
 --bs-progress-height: 20px;
 --bs-progress-bar-bg: #FF4121;
 --bs-progress-bg: #f0e8d1;
	border-radius: 0;
}
.tp-custom-donate-secure {
	font-weight: 500;
	font-size: 13px;
	letter-spacing: -0.01em;
	color: var(--tp-common-mulberry);
}
.tp-mission-3-wrap {
	border: 1px solid rgba(98, 0, 53, 0.08);
	padding: 70px 20px 35px 20px;
}
.tp-mission-3-title {
	font-family: var(--tp-ff-p);
	font-weight: 600;
	font-size: 30px;
	letter-spacing: -0.02em;
}
.tp-mission-3-dec {
	font-weight: 500;
	letter-spacing: -0.01em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-mission-3-dec br {
 display: none;
}
}
.tp-mission-3-border {
	position: relative;
}
.tp-mission-3-border::before {
 position: absolute;
 content: "";
 background: rgba(98, 0, 53, 0.08);
 width: 1px;
 height: 100%;
 right: -15px;
 top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-mission-3-border::before {
 display: none;
}
}
.tp-mission-3-text {
	position: absolute;
	bottom: -18px;
	right: 0;
	left: 0;
	text-align: center;
	display: inline-block;
}
.tp-mission-3-text img {
	background: var(--tp-common-white);
	display: inline-block;
	padding: 0px 20px;
}
.tp-step:hover .tp-step-number span {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.tp-step-number h3 {
	font-size: 26px;
	border-radius: 100%;
	background: var(--tp-theme-secondary);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	transition: all 0.4s ease;
	-webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
	transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
	z-index: 1;
	position: relative;
	margin-bottom: 0;
}
.tp-step-number h3 span {
	display: block;
	border-radius: 100%;
	height: 100%;
	width: 100%;
	top: -1px;
	left: -1px;
	padding: 1px;
	box-sizing: content-box;
	margin: 0;
	position: absolute;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0;
	-webkit-transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
	transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
	pointer-events: none;
	z-index: -1;
	background-color: var(--tp-common-white);
}
.tp-step-title {
	font-family: var(--tp-ff-p);
	font-size: 24px;
	letter-spacing: -0.04em;
	color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-step-title {
 font-size: 20px;
}
}
.tp-step-content p {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: rgba(248, 243, 231, 0.6);
}
.tp-step-arrow {
	position: absolute;
	top: 12%;
	right: -12px;
	color: var(--tp-theme-secondary);
}
.tp-step-downtext p {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: var(--tp-theme-secondary);
}
.tp-step-downtext p a {
	text-decoration-line: underline;
	text-decoration-style: wavy;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: 10%;
	text-underline-offset: 12%;
	font-weight: 500;
}
.tp-step-top-meinus {
	height: 280px;
	width: 100%;
	margin-top: -280px;
	position: relative;
	z-index: -1;
}
.tp-step-2-top-meinus {
	margin-top: 0;
	margin-bottom: -280px;
}
.tp-team-item {
	background: #f0e8d1;
	padding: 44px 20px 30px 20px;
}
.tp-team-item:hover .tp-team-thumb img {
	transform: scale(1.1);
}
.tp-team-thumb {
	border-radius: 100%;
	overflow: hidden;
	display: inline-block;
}
.tp-team-thumb img {
	border-radius: 100%;
	width: 200px;
	transition: all 0.6s ease;
}
.tp-team-content span {
	font-weight: 500;
	font-size: 13px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: rgba(98, 0, 53, 0.6);
}
.tp-team-title {
	font-weight: 700;
	font-size: 22px;
	letter-spacing: -0.02em;
	color: var(--tp-common-mulberry);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-team-title {
 font-size: 20px;
}
}
.tp-team-title a:hover {
	color: var(--tp-theme-primary);
}
.tp-team-social a {
	height: 40px;
	width: 40px;
	display: inline-block;
	border-radius: 30px;
	line-height: 37px;
	color: #5A5860;
	-webkit-transition: all 0.3s 0s ease-out;
	-moz-transition: all 0.3s 0s ease-out;
	-ms-transition: all 0.3s 0s ease-out;
	-o-transition: all 0.3s 0s ease-out;
	transition: all 0.3s 0s ease-out;
	margin: 0 -2px;
	color: rgba(98, 0, 53, 0.5);
}
.tp-team-social a:hover {
	background: var(--tp-common-mulberry);
	color: #fff;
}
.tp-team-details-bg {
	padding: 80px;
	padding-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-team-details-bg {
 padding: 30px;
 padding-bottom: 0px;
}
}
.tp-team-details-thumb img {
	width: 340px;
	height: 340px;
	border-radius: 100%;
}
.ologo {
	width:200px;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-team-details-thumb img {
 width: 100%;
 height: 100%;
}
}
.tp-team-details-text p {
	font-weight: 500;
}
.tp-team-details-title {
	font-size: 40px;
	margin-bottom: 10px;
}
.tp-team-details p {
	font-weight: 500;
}
.tp-team-details ul li {
	list-style: none;
	font-size: 16px;
	font-weight: 500;
}
.tp-team-details ul li span {
	color: var(--tp-common-mulberry);
	min-width: 150px;
	display: inline-block;
	margin-bottom: 7px;
}
@media (max-width: 574.98px) {
 .tp-team-details ul li span {
 min-width: inherit;
}
}
.tp-team-details-social a {
	height: 40px;
	width: 40px;
	border-radius: 100px;
	display: inline-block;
	text-align: center;
	line-height: 38px;
	margin: 0 0px;
	box-shadow: 0 1px 3px 0 rgba(22, 18, 5, 0.08);
	background: var(--tp-common-white);
	color: var(--tp-common-mulberry);
}
.tp-team-details-social a:hover {
	background-color: var(--tp-theme-primary);
	color: var(--tp-common-white);
}
.tp-team-skill-title {
	letter-spacing: inherit;
	font-size: 17px;
	color: var(--tp-common-mulberry);
	font-weight: 500;
	font-family: var(--tp-ff-p);
}
.tp-team-skill .tpprogress-2 .progress {
 --bs-progress-height: 8px;
 --bs-progress-bar-bg: var(--tp-secondary-color);
 --bs-progress-bg: #f1f1f1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
 .tp-team-join {
 padding-bottom: 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
 .tp-team-join {
 padding-left: 40px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-team-join {
 padding-left: 15px;
}
}
.tp-progress-2 .progress {
 --bs-progress-height: 8px;
 --bs-progress-bar-bg: #FE4E15;
 --bs-progress-bg: rgba(18, 16, 24, 0.08);
}
.tp-progress-2 label {
	background: none;
	font-size: 16px;
	font-weight: 600;
	color: var(--tp-common-mulberry);
	transform: inherit;
	display: block;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 5px;
	text-align: right;
}
.tp-progress-2 label::before {
 display: none;
}
.tp-faq-item {
	margin-bottom: -1px;
	border-radius: 0;
	border-top: 1px solid rgba(98, 0, 53, 0.1);
	border-bottom: 1px solid rgba(98, 0, 53, 0.1);
	padding-top: 10px;
	padding-bottom: 13px;
}
.tp-faq-item.active .tp-faq-button {
	background: transparent;
	color: var(--tp-theme-primary);
}
.tp-faq-item.active .tp-faq-button::before, .tp-faq-item.active .tp-faq-button:after {
 background:#d7a33a;
 color: var(--tp-common-white);
}
.tp-faq-body {
	font-size: 16px;
	line-height: 26px;
	padding: 0;
	padding-bottom: 13px;
	padding-left: 50px;
	padding-right: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-faq-body {
 padding-right: 0;
 padding-left: 57px;
}
}
@media (max-width: 574.98px) {
 .tp-faq-body {
 padding-left: 0;
}
}
.tp-faq-body p {
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: -0.01em;
	color: var(--tp-common-mulberry);
}
.tp-faq-button {
	background: transparent;
	letter-spacing: -0.4px;
	width: 100%;
	text-align: left;
	padding: 16px 0;
	position: relative;
	line-height: 1.3;
	font-weight: 600;
	font-family: var(--tp-ff-p);
	font-size: 19px;
	letter-spacing: -0.02em;
	color: var(--tp-common-mulberry);
	display: flex;
	padding-right: 50px;
}
@media (max-width: 574.98px) {
 .tp-faq-button {
 font-size: 18px;
}
}
.tp-faq-button span {
	font-weight: 500;
	margin-right: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-faq-button span {
 margin-right: 30px;
}
}
.tp-faq-button::before, .tp-faq-button:after {
 content: "\f068";
 font-family: "Font Awesome 5 Pro";
 position: absolute;
 right: 0;
 top: 14px;
 width: 40px;
 height: 40px;
 border: 1px solid #d7a433;
 text-align: center;
 border-radius: 30px;
 line-height: 39px;
 font-size: 16px;
 font-weight: 400;
 color:#102e52;
 transition: all 0.5s ease;
}
.tp-faq-button.collapsed:after {
	content: "\f067";
}
.tp-brand-logo {
	width: 100%;
	height: 120px;
	padding: 10px 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #f0e8d1;
}
.tp-brand-2-item {
	width: 240px;
	height: 120px;
	text-align: center;
	border-right: 1px solid rgba(98, 0, 53, 0.06);
	border-top: 1px solid rgba(98, 0, 53, 0.06);
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid rgba(98, 0, 53, 0.06);
}
.tp-brand-2-slider-active .swiper-slide {
	width: auto;
}
.tp-brand-3-title {
	font-size: 16px;
	letter-spacing: -0.01em;
}
.tp-brand-3-title span {
	color: var(--tp-theme-primary);
}
.tp-brand-3-slider-active .swiper-slide {
	width: auto;
}
.tp-brand-3-wrap .tp-brand-2-item {
	border: 1px solid rgba(98, 0, 53, 0.08);
	width: 340px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-brand-3-wrap .tp-brand-2-item {
 width: 270px;
}
}
.tp-about-dec {
	border-right: 1px solid rgba(98, 0, 53, 0.06);
	padding-top: 45px;
	padding-right: 49px;
}
@media (max-width: 574.98px) {
 .tp-about-dec {
 border: none;
 padding-right: 0;
}
}
.tp-about-dec-wrap {
	border-top: 1px solid rgba(98, 0, 53, 0.06);
}
.tp-about-dec p {
	font-weight: 500;
	font-size: 18px;
	line-height: 156%;
	color: #68665e;
}
.tp-about-user {
	padding-top: 45px;
}
@media (max-width: 574.98px) {
 .tp-about-user {
 padding-left: 0;
}
}
.tp-about-user h4 {
	font-family: var(--tp-ff-p);
	font-weight: 600;
	font-size: 34px;
}
.tp-about-user p {
	font-weight: 500;
	font-size: 15px;
	line-height: 147%;
	color: var(--tp-grey-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-about-thumb {
 margin-right: 0;
}
}
.tp-about-thumb img {
	height: 100%;
	object-fit: cover;
}
.tp-about-list {
	display: flex;
}
.tp-about-list-icon {
	flex: 0 0 auto;
	margin-right: 22px;
}
.tp-about-list-title {
	font-size: 24px;
	letter-spacing: -0.02em;
	color: var(--tp-common-white);
	font-family: var(--tp-ff-p);
}
.tp-about-list-text p {
	font-weight: 500;
	line-height: 169%;
	color: rgba(252, 248, 236, 0.6);
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-about-content {
 margin-right: 0;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-about-content {
 margin-right: 12px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-about-content {
 margin-left: 12px;
}
}
.tp-about-2-map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tp-about-2-content-inner {
	position: relative;
	z-index: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-about-2-content-inner {
 margin-right: 0;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
 .tp-about-2-content-inner {
 margin-left: -50px;
 margin-right: -100px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-about-2-content-wrap {
 margin-left: 0;
 padding-left: 12px;
 padding-right: 12px;
}
}
.tp-about-2-dec {
	font-weight: 500;
	font-size: 18px;
	line-height: 156%;
	color: rgba(252, 248, 236, 0.6);
}
.tp-about-2-thumb {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 70px;
	z-index: 2;
	width: 46%;
	height: 700px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-about-2-thumb {
 left: 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-about-2-thumb {
 position: inherit;
 height: auto;
 width: 100%;
 top: auto;
 transform: inherit;
}
}
.tp-about-2-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
 .tp-about-2-text {
 margin-left: -50px;
 margin-right: -50px;
}
}
 @media only screen and (min-width: 1200px) and (max-width: 1399px) {
 .tp-about-3 {
 margin-left: 50px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-about-3 {
 margin-left: 0;
}
}
.tp-about-3-list-text {
	font-weight: 500;
	font-size: 16px;
	color: var(--tp-common-mulberry);
}
.tp-about-3-list-icon {
	transform: translateY(-2px);
}
.tp-about-3-support-icon {
	border: 1px solid rgba(98, 0, 53, 0.1);
	border-radius: 58px;
	width: 60px;
	height: 60px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
}
.tp-about-3-support-title {
	font-weight: 600;
	font-size: 20px;
	letter-spacing: -0.02em;
	color: var(--tp-common-mulberry);
}
.tp-about-3-support-dec p {
	font-weight: 500;
	font-size: 15px;
	letter-spacing: -0.01em;
}
.tp-about-3-support-wrap {
	background: var(--tp-common-emerald);
	padding: 20px 20px 0px 20px;
}
.tp-about-3-contact-icon {
	border-radius: 62px;
	width: 56px;
	height: 56px;
	background: var(--tp-theme-secondary);
}
.tp-about-3-contact span {
	font-weight: 500;
	letter-spacing: -0.01em;
}
.tp-about-3-contact a {
	font-weight: 600;
	font-size: 20px;
	color: var(--tp-common-mulberry);
}
.tp-about-3-thumb-2 {
	position: absolute;
	top: 60px;
	left: -37px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-about-3-thumb-2 {
 left: 0;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-about-3-thumb-2 {
 display: none;
}
}
.tp-about-3-thumb-3 {
	position: absolute;
	border: 6px solid #fcf8ec;
	top: 180px;
	left: -120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-about-3-thumb-3 {
 left: 0;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-about-3-thumb-3 {
 display: none;
}
}
.tp-about-3-thumb-shape {
	position: absolute;
	bottom: 60px;
	left: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-about-3-thumb-shape {
 left: 0;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-about-3-thumb-shape {
 bottom: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-about-3-thumb-shape {
 display: none;
}
}
.tp-testimonal-dec {
	font-weight: 400;
	font-size: 30px;
	line-height: 133%;
}
@media (max-width: 574.98px) {
 .tp-testimonal-dec {
 font-size: 17px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-testimonal-dec br {
 display: none;
}
}
.tp-testimonal-label {
	color: var(--tp-common-mulberry);
	font-size: 16px;
}
.tp-testimonal-star {
	color: #FFA72C;
	font-size: 13px;
}
.tp-testimonal-name {
	font-family: var(--tp-ff-p);
	font-weight: 600;
	font-size: 18px;
	margin: 0;
	line-height: 1;
}
.tp-testimonal-user {
	display: flex;
	justify-content: center;
	text-align: left;
	align-items: center;
}
.tp-testimonal-img {
	margin-right: 12px;
}
.tp-testimonal-img img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
}
.tp-testimonal-bio span {
	color: #6E6B76;
	font-size: 14px;
}
.tp-testimonal-3-pagination {
	display: flex;
	gap: 8px;
}
.tp-testimonal-3-pagination span {
	opacity: 1;
	border: 1px solid rgba(252, 248, 236, 0.3);
	border-radius: 12px;
	width: 10px;
	height: 10px;
	background: transparent;
}
.tp-testimonal-3-pagination span.swiper-pagination-bullet-active {
	background: var(--tp-theme-secondary);
	transform: scale(1.1);
}
.tp-testimonal-3-style .tp-testimonal-dec {
	font-size: 28px;
	line-height: 143%;
}
@media (max-width: 574.98px) {
 .tp-testimonal-3-style .tp-testimonal-dec {
 font-size: 22px;
}
}
.tp-testimonal-3-style .tp-testimonal-user {
	justify-content: flex-start;
}
.tp-testimonal-3-style .tp-testimonal-name {
	color: var(--tp-common-white);
}
.tp-testimonal-3-style .tp-testimonal-bio span {
	color: rgba(255, 255, 255, 0.7);
}
.tp-testimonal-3-style .tp-about-2-thumb {
	width: 41%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-testimonal-3-style .tp-about-2-thumb {
 width: 100%;
}
}
.tp-testimonal-3-style .tp-about-2-content-inner {
	margin-left: -20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-testimonal-3-style .tp-about-2-content-inner {
 margin-left: 0;
}
}
.tp-testimonal-3-style .tp-testimonal-img img {
	width: 60px;
	height: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-testimonal-3-style .tp-about-2-content-wrap {
 padding-top: 90px;
 padding-bottom: 90px;
}
}
.tp-test-arrow {
	height: 54px;
	width: 54px;
	border: 1px solid var(--tp-common-mulberry);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	left: 15px;
	z-index: 9;
	color: var(--tp-common-mulberry);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-test-arrow {
 top: 100%;
}
}
.tp-test-arrow:hover {
	background-color: var(--tp-common-mulberry);
	color: var(--tp-common-white);
}
.tp-test-arrow-next.tp-test-arrow {
	left: auto;
	right: 15px;
}
.tp-gallery:hover img {
	transform: scale(1.1);
}
.tp-gallery:hover::before {
 opacity: 1;
}
.tp-gallery:hover .popup-image {
	opacity: 1;
}
.tp-gallery::before {
 position: absolute;
 content: "";
 width: 100%;
 height: 100%;
 background: rgba(7, 6, 6, 0.5);
 top: 0;
 left: 0;
 opacity: 0;
 transition: all 0.4s ease;
 z-index: 1;
}
.tp-gallery img {
	transition: all 0.6s ease;
}
.tp-gallery .popup-image {
	border-radius: 100%;
	border: 1.5px solid var(--tp-common-white);
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--tp-common-white);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
	opacity: 0;
	transition: all 0.4s ease;
}
.tp-gallery .popup-image:hover {
	background: var(--tp-common-white);
	color: var(--tp-common-mulberry);
}
.tp-cta {
	z-index: 1;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 574.98px) {
 .tp-cta {
 min-height: 530px;
}
}
.tp-cta-title {
	font-size: 44px;
	letter-spacing: -0.02em;
	color: var(--tp-common-white);
}
@media (max-width: 574.98px) {
 .tp-cta-title {
 font-size: 35px;
}
}
.tp-cta-title-2 {
	font-size: 44px;
	letter-spacing: -0.02em;
}
@media (max-width: 574.98px) {
 .tp-cta-title-2 {
 font-size: 35px;
}
}
.tp-cta-dec {
	font-weight: 500;
	line-height: 162%;
	color: var(--tp-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-cta-dec br {
 display: none;
}
}
.tp-cta-dec-2 {
	line-height: 162%;
	letter-spacing: -0.02em;
	color: var(--tp-common-mulberry);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-cta-dec-2 br {
 display: none;
}
}
.tp-cta-img {
	right: 43px;
	bottom: 0;
	z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
 .tp-cta-img {
 text-align: center;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
 .tp-cta-img img {
 max-width: 60%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
 .tp-cta-img img {
 max-width: 85%;
}
}
.tp-cta-img-2 {
	right: 0;
	left: 0;
	mix-blend-mode: luminosity;
}
.tp-cta-img-2 img {
	mix-blend-mode: luminosity;
}
.tp-cta-counter {
	font-weight: 700;
	font-size: 60px;
	letter-spacing: -0.04em;
}
.tp-cta-progress .progress {
 --bs-progress-height: 10px;
 --bs-progress-bg: rgba(252, 248, 236, 0.1);
}
.tp-cta-btn .tp-btn {
	padding: 23px 28px;
}
.tp-cta-btn .tp-btn .btn-icon {
	margin-top: 1px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-cta-one {
 padding-left: 30px;
 padding-right: 30px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
 .tp-cta-one .tp-cta-img {
 width: 73%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-cta-one .tp-cta-img {
 width: 60%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-cta-three .tp-help-top {
 padding-left: 30px;
 padding-right: 30px;
}
}
 @media only screen and (min-width: 1700px) and (max-width: 1800px) {
 .tp-help-top {
 padding: 25px 30px;
}
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
 .tp-help-top {
 padding: 25px 30px;
}
}
@media (max-width: 574.98px) {
 .tp-help-top {
 padding: 25px 30px;
}
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
 .tp-help-top p br {
 display: none;
}
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), (max-width: 574.98px) {
 .tp-help-list {
 padding-right: 0;
}
}
.tp-help-list-item {
	display: flex;
	margin-bottom: 14px;
	align-items: center;
}
.tp-help-list span {
	width: 26px;
	height: 26px;
	border-radius: 20px;
	background: rgba(248, 243, 231, 0.1);
	display: inline-block;
	color: #F8F3E7;
	text-align: center;
	font-size: 12px;
	margin-right: 10px;
}
.tp-help-list p {
	font-size: 16px;
	color: #F8F3E7;
	margin: 0;
	font-weight: 500;
}
.back-to-top-wrapper.back-to-top-btn-show {
	bottom: 78px;
	right: 15px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
 .tp-help-list p {
 font-size: 15px;
}
}
.tp-breadcrumb-thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	mix-blend-mode: luminosity;
	object-fit: cover;
}
.tp-footer-bg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	object-fit: cover;
	mix-blend-mode: luminosity;
}
.tp-footer-overly::before {
 content: "";
 background: #102e52;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 position: absolute;
 z-index: -1;
}
.tp-widget-ad-bg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	mix-blend-mode: luminosity;
	object-fit: cover;
}
.tp-widget-ad-overly::before {
 content: "";
 background: rgba(98, 0, 53, 0.9);
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 position: absolute;
 z-index: -1;
}
.csak-mobilon {
	display:none!important;
}
.csak-mobilon2 {
	display:none!important;
}
.logo-nev {
	font-family: 'Trajan Pro Regular';
	font-size: 19px!important;
	color: #fff!important;
	font-weight: 400!important;
	letter-spacing: -0.5px!important;
}

#slide-container {
    position: relative;
    max-width: 100%;
    background: #102e52 !important;
    width: 100%;
    height: 710px;
}

#slide-first-element {
	display:block;
	width:100%;
	height: 710px;
	animation:32s infinite fade-1;
	-webkit-animation:32s infinite fade-1
}
#slide-element-2, #slide-element-3, #slide-element-4 {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0
}
#slide-element-2 {
	animation:32s infinite fade-2;
	-webkit-animation:32s infinite fade-2
}
#slide-element-3 {
	animation:32s infinite fade-3;
	-webkit-animation:32s infinite fade-3
}
#slide-element-4 {
	animation:32s infinite fade-4;
	-webkit-animation:32s infinite fade-5
}
@keyframes fade-1 {
0%, 100% {
opacity:1
}
33%, 66% {
opacity:0
}
}
@keyframes fade-2 {
0%, 100%, 66% {
opacity:0
}
33% {
opacity:1
}
}
@keyframes fade-3 {
0%, 100%, 33% {
opacity:0
}
66% {
opacity:1
}
}
@keyframes fade-4 {
0%, 100%, 25%, 50% {
opacity:0
}
75% {
opacity:1
}
}




 @media only screen and (min-width: 30px) and (max-width: 1400px) {
 .tp-join-title {
 font-size: 32px;
}
}
 @media only screen and (min-width: 30px) and (max-width: 1200px) {
 .csak-mobilon {
 display:block!important;
}
 .mobile-off {
 display:none!important;
}
#slide-container {
    width: 100%;
    height: 400px;
}
}
 @media only screen and (min-width: 30px) and (max-width: 991px) {
 .csak-mobilon2 {
 display:block!important;
}
.mobile-off2 {
 display:none!important;
}
 .sc {
 padding-bottom:60px!important;
}
 .logo-footer {
 width: 84px;
 position: relative;
 top: 75px;
 text-align: center;
}
 .logo-nev {
 font-family: 'Trajan Pro Regular';
 font-size: 19px!important;
 color: #fff!important;
 font-weight: 400!important;
 letter-spacing: -0.5px!important;
 margin-top: -10px;
 margin-bottom: 20px;
}
.tp-footer-policy a {
 font-size: 12px;
}
 .tp-footer-bottom {
 border-top: 0px;
 padding-top: 85px;
 padding-bottom: 15px;
 border-top: 4px solid #d7a73b;
 text-align: center;
}
 .tp-footer-policy a.dvdr::before {
 top: 6px;
}
 .tp-blog-title {
 font-size: 19px;
}
 .alo {
 font-size: 15px !important;
 margin-top: -4px;
 display: block;
}
.eupopup-body {
 width: 96%;
}

.jtx {
        padding-top: 30px;
        padding-bottom: 45px !important;
    }

.unc {
 margin-bottom: 30px;
}
}
 @media only screen and (min-width: 30px) and (max-width: 767px) {
 .tp-event-img {
 margin-bottom: 10px;
}
#slide-container {
    width: 100%;
    height: 320px;
}
.nh {
 font-size: 13px!important;
 position: relative;
 top: -1px!important;
 left: 0px!important;
 line-height: 15px;
}
.back-to-top-wrapper.back-to-top-btn-show {
 bottom: 15px;
 right: 8px;
}
.sc {
 padding-bottom: 30px!important;
}
.pt-80 {
 padding-top: 60px;
}
 .unc {
 margin-bottom: 20px;
}
 .logo-nev {
 font-size: 15px!important;
 line-height: 1.3;
}
.alo {
 font-size: 13px !important;
 margin-top: -3px;
 display: block;
}
.tp-footer-policy a.dvdr {
 position: relative;
 padding-right: 6px;
 margin-right: 6px;
}
 .tp-section-subtitle {
 font-size: 13px;
}
 .tp-event-btn-wrap {
 text-align:center!important;
}
.mrt {
 font-size: 14px !important;
}
 .eupopup-head {
 font-size: 12px;
 padding: 10px;
 margin-bottom: -3px;
}
.eupopup-button_1 {
 font-size: 9px;
}
 .eupopup-body {
 font-size:10px;
 width:90%;
 line-height:12px
}
.eupopup-buttons {
 padding: 8px 0 0px 0;
}
.eupopup-container {
 padding: 2px 0 30px;
 font-size: 10px;
 line-height: 1.1em;
}
.eupopup-container {
 border-top: 4px solid #d7a739;
}
}
 @media only screen and (min-width: 30px) and (max-width: 575px) {
.tp-btn {
 font-size: 13px;
}
.tp-section-title {
 font-size: 28px;
}
.pt-80 {
 padding-top: 40px;
}
 .pb-80 {
 padding-bottom: 30px;
}
.tp-faq-button {
 font-size: 14px;
}
.eupopup-head {
 font-size: 11px;
 padding: 7px;
 margin-bottom: 0px;
 position: relative;
 top: -2px;
}
.eupopup-body {
 font-size: 9px;
 line-height: 10px;
}
.eupopup-button_1 {
 font-size: 9px;
}
.eupopup-button_2 {
 font-size: 9px;
}
.eupopup-buttons {
 padding: 5px 0 0px 0;
}
}
 @media only screen and (min-width: 30px) and (max-width: 480px) {
 .tp-section-title {
 font-size: 24px;
}
}
