/*-----------------------------------------------------------------------------------

  Theme Name: Tucker
 	Theme URI: https://html.themeshala.com/tucker/
  Author: ThemeShala
 	Author URI: https://themeforest.net/user/themeshala/portfolio
  Support: support@themeshala.com
  Description: Tucker - Equestrian & Horse Riding Club HTML5 Template
  Version: 1.0.0
 	License:
 	License URI: 

-----------------------------------------------------------------------------------

/***************************************************
==================== TABLE OF CONTENTS ======================
****************************************************

  Default CSS
  Header CSS
	Hero Banner CSS
	Demo Section
	Responsive Section
	Core Features
	Inner Pages
	FAQ Section
	Get Template
	Footer CSS
	Preloader
  
**********************************************/
/**----------------------------------------
START: Default CSS
----------------------------------------*/
/* fonts */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700;800&family=Manrope:wght@300;400;500;600;700&display=swap");

/* Varialbes */
:root {
	--ts-ff-body: "Recoleta Alt";
	--ts-ff-heading: "Recoleta Alt";
	--ts-ff-fontawesome: "Font Awesome 6 Pro";

	--ts-color-white: #ffffff;
	--ts-color-black: #000000;
	--ts-color-body: #54595f;
	--ts-color-heading: #080809;
	--ts-color-primary: #742e19;
	--ts-color-border: #e8e8e8;
}
/* ============================================================== 
     # Reset Browsers
=================================================================== */
* {
	padding: 0;
	margin: 0;
}
html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}

body {
	font-family: var(--ts-ff-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	overflow-x: hidden;
	background-color: var(--ts-color-white);
	color: var(--ts-color-body);
}

html,
body,
.wrapper {
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--ts-color-heading);
	font-weight: 600;
	line-height: 1.2;
	font-family: var(--ts-ff-heading);
	margin: 0 0 15px 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
	transition: none;
}

h1 {
	font-size: 40px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 27px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}

a,
.btn,
button {
	transition: all 0.35s ease-in-out;
	outline: medium none;
}

a img,
iframe {
	border: none;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eee;
}

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
	box-shadow: inherit;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a,
a:active,
a:focus,
a:hover {
	outline: none;
	text-decoration: none;
	color: var(--ts-color-primary);
}

a:hover {
	color: var(--ts-color-primary);
}

a {
	transition: all 0.35s ease-in-out;
	text-decoration: none;
	font-weight: 600;
}

b,
strong {
	font-weight: 700;
}

input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
	min-height: 45px;
}

.ts_btn {
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	text-transform: uppercase;
	background-color: var(--ts-color-primary);
	color: var(--ts-color-white);
	font-family: var(--ts-ff-body);
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	padding: 21px 30px;
	min-width: 170px;
	border-radius: 30px;
}
.ts_btn:hover {
	color: var(--ts-color-white);
}

.ts_border_btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	padding: 20px 30px;
	min-width: 170px;
	color: var(--ts-color-primary);
	border: 1.5px solid var(--ts-color-primary);
	border-radius: 30px;
	text-transform: capitalize;
	background: transparent;
	transition: all 0.4s ease-out 0s;
}
.ts_border_btn:hover {
	background: var(--ts-color-primary);
	color: var(--ts-color-white);
}
.ts_border_btn .icon_box {
	position: relative;
	display: inline-flex;
	overflow: hidden;
	padding: 0 4px;
	transform: rotate(-45deg);
}
.ts_border_btn .icon_box .icon_first,
.ts_border_btn .icon_box .icon_second {
	transition: all 0.3s ease-in-out 0s;
}
.ts_border_btn .icon_box .icon_second {
	position: absolute;
	transform: translateX(-150%);
}
.ts_border_btn:hover .icon_box .icon_first {
	transform: translateX(150%);
	color: var(--ts-color-primary);
}
.ts_border_btn:hover .icon_box .icon_second {
	transform: translateX(0%);
	color: var(--ts-color-white);
}
.envato_btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background-color: var(--ts-color-white);
	padding: 10px 20px;
	border-radius: 30px;
	color: var(--ts-color-heading);
	font-weight: 500;
}
.envato_btn .text_box,
.envato_btn .image_box {
	position: relative;
	display: inline-flex;
	overflow: hidden;
}
.envato_btn .image_box img {
	max-width: 25px;
}
.envato_btn .text_box .first_text,
.envato_btn .text_box .second_text,
.envato_btn .image_box .first_img,
.envato_btn .image_box .second_img {
	transition: all 0.3s ease-in-out 0s;
}
.envato_btn .text_box .second_text {
	position: absolute;
	transform: translateY(-150%);
}
.envato_btn .image_box .second_img {
	position: absolute;
	transform: translateY(150%);
}
.envato_btn:hover .text_box .first_text {
	transform: translateY(150%);
}
.envato_btn:hover .image_box .first_img {
	transform: translateY(-150%);
}
.envato_btn:hover .text_box .second_text,
.envato_btn:hover .image_box .second_img {
	transform: translateY(0%);
}
.envato_btn span {
	color: #81b441;
}
.envato_btn:hover {
	color: var(--ts-color-heading);
}

.section_title {
	margin-bottom: 60px;
}
.section_title .subtitle {
	display: inline-block;
	font-size: 20px;
	color: var(--ts-color-primary);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.section_title .title {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 0;
}
.section_title .desc {
	margin-bottom: 0;
	font-size: 16px;
}
/* END: Default CSS */

/**----------------------------------------
START: Header CSS
----------------------------------------*/

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}
	80% {
		-webkit-transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes bounceInUp {
	0%,
	10%,
	35%,
	50%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	10% {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	35% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	50% {
		-webkit-transform: translate3d(0, 2px, 0);
		transform: translate3d(0, 2px, 0);
	}
	80% {
		-webkit-transform: translate3d(0, -90px, 0);
		transform: translate3d(0, -90px, 0);
	}
	to {
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
}
@keyframes bounceInUp {
	0%,
	10%,
	35%,
	50%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	10% {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	35% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	50% {
		-webkit-transform: translate3d(0, 2px, 0);
		transform: translate3d(0, 2px, 0);
	}
	80% {
		-webkit-transform: translate3d(0, -90px, 0);
		transform: translate3d(0, -90px, 0);
	}
	to {
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
}
.site-header {
	padding: 30px 0 15px;
}
.site-header.absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.site-header.header-2 {
	width: 100%;
	position: fixed;
	top: -88px;
	left: 0;
	z-index: 99;
	opacity: 0;
	transition: 0.3s;
	padding: 15px 0;
	background-color: rgba(116, 46, 25, 0.95);
}
.site-header.header-2.sticky-out {
	top: 0;
	opacity: 1;
	animation: bounceInUp 1s;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
.site-header.header-2.sticky {
	top: 0;
	opacity: 1;
	animation: bounceInDown 1s;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.site_header_wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.site_logo {
	max-width: 180px;
	width: 100%;
}
.site_logo .logo {
	display: inline-block;
}
.site_menu ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}
.site_menu ul li {
	display: inline-block;
}
.site_menu ul li a {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	color: var(--ts-color-white);
	font-family: var(--ts-ff-heading);
}

.animated-button {
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	line-height: 16px;
}
.animated-button span {
	position: relative;
	overflow: hidden;
	display: block;
	text-shadow: 0 16px 0 var(--ts-color-white);
}
.animated-button span em {
	min-width: 5px;
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
}
.animated-button span em:nth-child(1) {
	transition-delay: 0.025s;
}
.animated-button span em:nth-child(2) {
	transition-delay: 0.05s;
}
.animated-button span em:nth-child(3) {
	transition-delay: 0.075s;
}
.animated-button span em:nth-child(4) {
	transition-delay: 0.1s;
}
.animated-button span em:nth-child(5) {
	transition-delay: 0.125s;
}
.animated-button span em:nth-child(6) {
	transition-delay: 0.15s;
}
.animated-button span em:nth-child(7) {
	transition-delay: 0.175s;
}
.animated-button span em:nth-child(8) {
	transition-delay: 0.2s;
}
.animated-button span em:nth-child(9) {
	transition-delay: 0.225s;
}
.animated-button span em:nth-child(10) {
	transition-delay: 0.25s;
}
.animated-button span em:nth-child(11) {
	transition-delay: 0.275s;
}
.animated-button span em:nth-child(12) {
	transition-delay: 0.3s;
}
.animated-button span em:nth-child(13) {
	transition-delay: 0.325s;
}
.animated-button span em:nth-child(14) {
	transition-delay: 0.35s;
}
.animated-button span em:nth-child(15) {
	transition-delay: 0.375s;
}
.animated-button span em:nth-child(16) {
	transition-delay: 0.4s;
}
.site_menu ul li:hover > a:hover .animated-button em {
	transform: translateY(calc(16px * -1));
}
/* END: Header CSS */

/**----------------------------------------
START: Hero Banner CSS
----------------------------------------*/
.hero-section {
	padding-top: 200px;
	padding-bottom: 100px;
	min-height: 850px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	position: relative;
	z-index: 1;
}
.hero-section::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #16171a;
	opacity: 0.4;
	content: "";
	z-index: -1;
}
.hero_content .title {
	font-size: 70px;
	font-weight: 700;
	margin-bottom: 15px;
	color: var(--ts-color-white);
}
.hero_content .title .typed-text {
	position: relative;
	z-index: 1;
}
.hero_content .title .typed-text::after {
	position: absolute;
	left: 6px;
	right: 6px;
	content: "";
	bottom: 12px;
	height: 10px;
	background: var(--ts-color-primary);
	z-index: -1;
}
.hero_content .desc {
	font-size: 20px;
	line-height: 1.6;
	color: var(--ts-color-white);
}
/* END: Hero Banner CSS */

/**----------------------------------------
START: Demo Section
----------------------------------------*/
.demo-section {
	margin-top: -180px;
	position: relative;
	z-index: 2;
	padding-bottom: 90px;
}
.demo_item {
	max-width: 455px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	transition: transform 0.3s ease;
}
.demo_item:hover {
	transform: translateY(-10px);
}
.demo_item .demo_thumb {
	position: relative;
	box-shadow: 0px 12px 60px 0px rgba(35, 35, 49, 0.16);
	padding: 30px 20px 10px 20px;
	background: rgba(116, 46, 25, 0.8);
	border-radius: 5px;
	margin-bottom: 25px;
}
.demo_item .demo_thumb::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	position: absolute;
	top: 11px;
	left: 20px;
	z-index: 1;
	background-color: #fa5550;
	box-shadow: 13px 0 0 #fcb23e, 26px 0 0 #24bc46;
}
.demo_item .demo_thumb a {
	display: block;
}
.demo_item .demo_thumb img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.demo_item .demo_title {
	display: inline-block;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	color: var(--ts-color-heading);
	margin-bottom: 0;
	transition: all 600ms ease;
	background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px
		95%/0px 2px no-repeat;
}
.demo_item:hover .demo_title {
	color: var(--ts-color-primary);
	background-size: 100% 2px;
}
/* END: Demo Section */

/**----------------------------------------
START: Responsive Section
----------------------------------------*/
.responsive-section .section_title .title {
	max-width: 600px;
	width: 100%;
	margin: auto;
}
.responsive_feature {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 35px;
	margin-top: 30px;
}
.responsive_feature li {
	font-size: 20px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--ts-color-white);
	font-family: var(--ts-ff-heading);
}
.responsive_feature li .icon {
	max-width: 34px;
}
.responsive-section {
	position: relative;
	z-index: 2;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	padding: 120px 0;
}
.responsive-section .section_title .title,
.responsive-section .section_title .desc {
	color: var(--ts-color-white);
}
.responsive-area {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
.responsive-area .device-xl,
.responsive-area .device-ml,
.responsive-area .device-lg,
.responsive-area .device-xs {
	position: relative;
	z-index: 2;
}
.responsive-area .device-xl {
	z-index: 1;
}
.responsive-area .device-ml {
	margin-right: -130px;
}
.responsive-area .device-lg {
	margin-left: -130px;
}
.responsive-area .device-xs {
	margin-left: -20px;
	margin-bottom: -10px;
	z-index: 3;
}

.slider-xl,
.slider-ml,
.slider-lg,
.slider-xs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.slider-xl {
	padding: 3%;
}
.slider-ml {
	padding: 2.5% 10%;
}
.slider-lg {
	padding: 3.4% 4.8%;
}
.slider-lg img {
	border-radius: 5px;
}
.slider-xs {
	padding: 6% 6%;
}
.slider-xs img {
	border-radius: 10px;
}

.responsive-tab-area {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	max-width: 1026px;
	margin-left: auto;
	margin-right: auto;
}

.responsive-tab {
	display: flex;
	gap: 16px;
	align-items: center;
}
.responsive-tab:before,
.responsive-tab:after {
	content: "";
	height: 2px;
	width: 50px;
	margin: 0 5px;
	display: inline-block;
	background-color: var(--ts-color-primary);
}
.responsive-tab .tab-btn {
	height: 54px;
	width: 70px;
	padding: 2px 3px;
	background-image: url("https://themeholy.com/html/frutin/assets/img/responsive/device-thumb.png");
	background-size: cover;
	cursor: pointer;
	transition: 0.4s ease-in-out;
}
.responsive-tab .tab-btn.active {
	background-image: url("https://themeholy.com/html/frutin/assets/img/responsive/device-thumb-active.png");
}
.responsive-tab .indicator {
	display: none;
}
.responsive-tab-area .tab-text {
	font-size: 18px;
	font-weight: 500;
	color: var(--ts-color-white);
	font-family: var(--ts-ff-body);
}
/* END: Responsive Section */

/**----------------------------------------
START: Core Features
----------------------------------------*/
.core-feature {
	background-color: #f1f2f7;
	padding-top: 120px;
	padding-bottom: 120px;
}
.feature_wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
.feature_item {
	text-align: center;
	padding: 30px 15px;
	background-color: var(--ts-color-white);
	box-shadow: 0px 6px 30px rgba(192, 192, 192, 0.25);
	margin-top: 50px;
}
.feature_icon {
	margin: -80px auto 15px auto;
	width: 100px;
	height: 100px;
	line-height: 100px;
	background-color: var(--ts-color-white);
	text-align: center;
	border-radius: 99px;
	box-shadow: 0px 6px 30px rgba(192, 192, 192, 0.25);
}
.feature_icon img {
	max-width: 60px;
}
.feature_title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: -0.25em;
}
.feature_text {
	font-size: 14px;
	margin: 15px auto -0.5em auto;
}
/* END: Core Features */

/**----------------------------------------
START: Inner Pages
----------------------------------------*/
.inner-pages {
	position: relative;
	z-index: 1;
	padding-top: 120px;
	padding-bottom: 90px;
}
.inner-pages .section_title {
	margin-bottom: 40px;
}
.inner-pages .tj_marquee_wrapper {
	overflow: hidden;
}
.inner_page_wrap {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 30px;
	margin-top: 20px;
}
.inner_page_item {
	flex: 0 0 auto;
	width: 450px;
	height: 310px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	transition: all 3s linear 0s;
	box-shadow: 0px 0px 30px rgba(192, 192, 192, 0.25);
	border-radius: 5px;
}
/* END: Inner Pages */

/**----------------------------------------
START: FAQ Section
----------------------------------------*/
.faq-section {
	background-color: #f1f2f7;
	padding-top: 120px;
	padding-bottom: 120px;
}
.faq_item:not(:last-child) {
	margin-bottom: 30px;
}
.faq_item {
	background: var(--ts-color-white);
	border: 0;
	border-radius: 10px;
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
}
.faq_item .faq_question {
	display: flex;
	font-size: 18px;
	font-weight: 700;
	padding: 23px 30px;
	border-radius: 10px 10px 10px 10px;
	margin: 0;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.faq_item .faq_question:not(.collapsed) {
	color: var(--ts-color-white);
	background-color: var(--ts-color-primary);
	box-shadow: none;
	border-radius: 10px 10px 0px 0px;
}
.faq_item .faq_question::after {
	display: inline-block;
	margin-left: auto;
	font-size: 20px;
	line-height: 1;
	background-image: none;
	content: "+";
	font-family: "Font Awesome 6 Pro";
}
.faq_item .faq_question:not(.collapsed)::after {
	background-image: none;
	transform: rotate(-180deg);
	content: "\f068";
}
.faq_item .faq_answer .accordion-body {
	padding: 25px 30px 30px 30px;
	font-size: 17px;
	line-height: 1.5;
	color: var(--ts-color-body);
}

.demo_support_wrapper {
	padding-left: 50px;
}
.support_item:not(:last-child) {
	margin-bottom: 30px;
}
.support_item {
	padding: 58px 50px;
	background-color: var(--ts-color-white);
	box-shadow: 0px 6px 35px 0px rgba(214, 215, 213, 0.4);
	border-radius: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 50px;
}
.support_item .support_icon {
	font-size: 90px;
	line-height: 1;
	color: var(--ts-color-primary);
}
.support_item .support_content .title {
	color: var(--ts-color-heading);
	margin-bottom: 35px;
}

/* END: FAQ Section */

/**----------------------------------------
START: Get Template
----------------------------------------*/
.get-template {
	padding: 120px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.get-template .favicon {
	margin-bottom: 20px;
}
.get-template .favicon img {
	max-width: 125px;
	width: 100%;
}
.get-template .section_title {
	margin-bottom: 0;
}
.get-template .section_title .title {
	color: var(--ts-color-white);
	margin-bottom: 15px;
	font-size: 65px;
}
.get-template .section_title .title > span {
	color: var(--ts-color-primary);
}
.get-template .section_title .desc {
	color: var(--ts-color-white);
	font-size: 25px;
}
.get-template .section_title .envato_btn {
	margin-top: 30px;
}
/* END: Get Template */

/**----------------------------------------
START: Footer CSS
----------------------------------------*/
.site-footer {
	background-color: var(--ts-color-primary);
	padding: 20px 0;
}
.copyright_text {
	color: var(--ts-color-white);
}
.copyright_text a {
	color: var(--ts-color-white);
	font-weight: 500;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}
.copyright_text a:hover {
	text-decoration-color: transparent;
}
.footer_socials {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
.footer_socials li a {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 35px;
	height: 35px;
	border: 1px solid var(--ts-color-white);
	color: var(--ts-color-white);
	border-radius: 50%;
	transition: all 0.3s ease-in-out 0s;
}
.footer_socials li a:hover {
	background-color: var(--ts-color-white);
	color: var(--ts-color-primary);
}
/* END: Footer CSS */

/**----------------------------------------
START: Preloader
----------------------------------------*/
#preloader {
	background-color: var(--ts-color-white);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999999;
	margin-top: 0px;
	top: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#preloader .preloader_img {
	max-width: 100px;
}
.closeLoader {
	display: inline-block;
	background-color: var(--ts-color-primary);
	color: var(--ts-color-border);
	border: none;
}
.closeLoader:hover {
	background-color: var(--ts-color-heading);
}
#preloader .closeLoader {
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 10px 30px;
}
/* END: Preloader */
