/******************************************************************
	Template Name: Venkateshjari
	Description:  Venkateshjari HTML Template
	Author: The Web Voyage Labs
	Author URI: https://thewebvoyagelabs.com
	Version: 1.0
	Created: The Web Voyage Labs
******************************************************************/





/*------------------------------------------------------------------
[Table of contents]
*   Root Variables 
1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Feature Section
6.  Class Section
7.  Class Time Section
8.  Price Plan Section
9.  Contact
10.  Footer Style

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


/*---------------------
	Helper CSS
-----------------------*/

/* :root
{
	
	--main-color: #C80D0D;
	
} */

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

/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: "Nunito Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 16px;
	font-family: "Nunito Sans", sans-serif;
	color: #8f8fa8;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title h2 {
	color: #ffffff;
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.section-title p {
	color: #ffffff;
	margin-bottom: 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

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

.spad-2 {
	padding-top: 50px;
	padding-bottom: 70px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */

.primary-btn
{
	display: inline-block;
	font-size: 14px;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	padding: 0 12px;
	color: #ffffff;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	width: 160px;
	height: 46px;
	border-left: 2px solid var(--main-color);
	border-right: 2px solid var(--main-color);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #C80D0D), to(#C80D0D)), -webkit-gradient(linear, left top, right top, from(#C80D0D), color-stop(0%, #C80D0D));
	background-image: -o-linear-gradient(left, #C80D0D 100%, #C80D0D 100%), -o-linear-gradient(left, #C80D0D 0%, #C80D0D 0%);
	background-image: linear-gradient(to right, var(--main-color) 100%, var(--main-color) 100%), linear-gradient(to right, var(--main-color) 0%, var(--main-color) 0%);
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
	line-height: 45px;
	position: relative;
	z-index: 1;
	border-radius: 4px;
}

.primary-btn:after
{
	/* color: #fff; */
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	/* background: #e16521; */
	/* background: -webkit-gradient(linear, left top, right top, from(#e16521), to(#C80D0D)); */
	/* background: -o-linear-gradient(left, #e16521, #C80D0D); */
	/* background: linear-gradient(to right, #C80D0D, #C80D0D); */
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 2px;
	opacity: 0;
}

.site-btn
{
	display: inline-block;
	font-size: 12px;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	padding: 0 12px;
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	background: none;
	width: 127px;
	height: 40px;
	border-left: 2px solid #e16521;
	border-right: 2px solid #e4381C;
	border-top: none;
	border-bottom: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #e16521), color-stop(0%, #e4381C)), -webkit-gradient(linear, left top, right top, from(#e16521), color-stop(0%, #e4381C));
	background-image: -o-linear-gradient(left, #e16521 100%, #e4381C 0%), -o-linear-gradient(left, #e16521 0%, #e4381C 0%);
	background-image: linear-gradient(to right, #e16521 100%, #e4381C 0%), linear-gradient(to right, #e16521 0%, #e4381C 0%);
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
	line-height: 38px;
	position: relative;
	z-index: 1;
	border-radius: 4px;
}

.site-btn:after
{
	color: #fff;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	background: #e16521;
	background: -webkit-gradient(linear, left top, right top, from(#e16521), to(#e4381C));
	background: -o-linear-gradient(left, #e16521, #e4381C);
	background: linear-gradient(to right, #e16521, #e4381C);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 2px;
	opacity: 0;
}

/* Preloader */

#preloader
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
}

.loader
{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader
{
	0%
	{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}

	50%
	{
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}

	100%
	{
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader
{
	0%
	{
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}

	50%
	{
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}

	100%
	{
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
  Header
-----------------------*/

.header-section
{
	display: flex;
	position: relative;
	width: 100%;
	z-index: 99;

	padding-top: 0;
	padding-left: 60px;
	padding-right: 60px;
}

.header-section .logo
{
	padding: 40px 0;
}

.header-section .nav-menu .mainmenu ul li a
{
	padding: 40px 0;
}

.header-section .nav-menu .mainmenu ul li a:after
{
	bottom: 35px;
}

.header-section .nav-menu .mainmenu ul li:hover .dropdown
{
	top: 107px;
}

.header-section .nav-menu .mainmenu ul li .dropdown
{
	top: 128px;
}

.header-section .nav-menu .mainmenu ul li .dropdown li a
{
	padding: 14px 22px;
}

.header-section .top-social
{
	padding: 39px 0;
}

.header-section.header-transparent
{
	position: absolute;
	top: 0;
	left: 0;
	background: var(--header-home-page-header-background-color);
}

.header-section.header-normal
{
	position: relative;
	
	background: var(--header-background-color);
}

.logo {
	float: left;
}

.logo a {
	display: inline-block;
}

.nav-menu {
	text-align: center;
}

.nav-menu .mainmenu {
	display: inline-block;
}

.nav-menu .mainmenu ul li {
	display: inline-block;
	list-style: none;
	margin-right: 45px;
	position: relative;
}

.nav-menu .mainmenu ul li:last-child {
	margin-right: 0;
}

.nav-menu .mainmenu ul li.active a {
	color: var(--main-color);
}

.nav-menu .mainmenu ul li.active a:after {
	opacity: 1;
}

.nav-menu .mainmenu ul li a {
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 28px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	font-family: "Oswald", sans-serif;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-menu .mainmenu ul li a:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: var(--main-color);
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-menu .mainmenu ul li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	top: 40px;
}

.nav-menu .mainmenu ul li:hover>a {
	color: var(--main-color);
}

.nav-menu .mainmenu ul li:hover>a:after {
	opacity: 1;
}

.nav-menu .mainmenu ul li .dropdown {
	position: absolute;
	left: 0;
	top: 70px;
	width: 180px;
	background: var(--main-color);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 99;
}

.nav-menu .mainmenu ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.nav-menu .mainmenu ul li .dropdown li a {
	text-align: left;
	text-transform: capitalize;
	padding: 10px 20px;
	color: #ffffff;
}

.nav-menu .mainmenu ul li .dropdown li a:hover {
	color: #151515;
}

.nav-menu .mainmenu ul li .dropdown li a:hover:after {
	display: none;
}

.top-social {
	float: right;
}

.top-social a {
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
	margin-left: 20px;
}

.slicknav_menu {
	display: none;
}

/*---------------------
  Hero Section
-----------------------*/

.hero-items .owl-item.active .single-hero-item .hero-text h2,
.hero-items .owl-item.active .single-hero-item .hero-text h1,
.hero-items .owl-item.active .single-hero-item .hero-text .primary-btn {
	top: 0;
	opacity: 1;
}

.hero-items .owl-item.active .single-hero-item .hero-text h2 {
	-webkit-transition: all 0.2s ease 0.2s;
	-o-transition: all 0.2s ease 0.2s;
	transition: all 0.2s ease 0.2s;
}

.hero-items .owl-item.active .single-hero-item .hero-text h1 {
	-webkit-transition: all 0.4s ease 0.4s;
	-o-transition: all 0.4s ease 0.4s;
	transition: all 0.4s ease 0.4s;
}

.hero-items .owl-item.active .single-hero-item .hero-text .primary-btn {
	-webkit-transition: all 0.6s ease 0.6s;
	-o-transition: all 0.6s ease 0.6s;
	transition: all 0.6s ease 0.6s;
}

.hero-items .owl-nav button[type=button] {
	position: absolute;
	left: 75px;
	top: 50%;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	line-height: 30px;
	font-size: 60px;
	color: #ffffff;
}

.hero-items .owl-nav button[type=button].owl-next {
	left: auto;
	right: 75px;
}

.hero-items .owl-dots {
	position: absolute;
	left: 0;
	bottom: 23px;
	width: 100%;
	text-align: center;
}

.hero-items .owl-dots button.owl-dot {
	height: 14px;
	width: 14px;
	background: #ffffff;
	border-radius: 50%;
	margin-right: 15px;
	position: relative;
}

.hero-items .owl-dots button.owl-dot.active:after {
	opacity: 1;
}

.hero-items .owl-dots button.owl-dot:after {
	position: absolute;
	left: -3px;
	top: -3px;
	height: 20px;
	width: 20px;
	border: 1px solid #ffffff;
	content: "";
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.hero-items .owl-dots button.owl-dot:last-child {
	margin-right: 0;
}

.single-hero-item {
	height: 950px;
	padding-top: 20px;
	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;
}

.single-hero-item .hero-text {
	text-align: center;
}

.single-hero-item .hero-text h2 {
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Nunito Sans", sans-serif;
	font-size: 60px;
	margin-bottom: 4px;
	position: relative;
	top: 50px;
	opacity: 0;
}

.single-hero-item .hero-text h1 {
	color: #ffffff;
	font-size: 90px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 46px;
	position: relative;
	top: 50px;
	opacity: 0;
}

.single-hero-item .hero-text .primary-btn {
	position: relative;
	top: 50px;
	opacity: 0;
}

.single-hero-item .hero-text .primary-btn:hover:after {
	opacity: 1;
}

/*---------------------
  Feature Item
-----------------------*/

.feature-item
{
	text-align: center;
	height: 380px;
	margin-left: -15px;
	margin-right: -15px;
	padding: 100px 15px 15px;
	position: relative;
}

.feature-item:hover:before
{
	opacity: 1;
}

.feature-item:before
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: var(--main-color);
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.feature-item h3
{
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.feature-item p
{
	color: #ffffff;
	margin-bottom: 22px;
}

.feature-item .primary-btn.f-btn:hover:after
{
	opacity: 1;
}

/*---------------------
  Home About
-----------------------*/

.home-about {
	background: #151515;
}

.about-text {
	padding-top: 18px;
}

.about-text h2 {
	font-size: 48px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 36px;
}

.about-text p.short-details {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	line-height: 28px;
	margin-bottom: 20px;
}

.about-text p.long-details {
	color: #ffffff;
	margin-bottom: 40px;
}

.about-text .primary-btn.about-btn:after {
	opacity: 1;
}

.about-img img {
	min-width: 100%;
}

/*---------------------
  Classes Section
-----------------------*/

.classes-section
{
	background: #151515;
}

.classes-section.schedule-page .class-title
{
	padding: 0;
}

.classes-section.schedule-page .class-title .section-title
{
	margin-bottom: 65px;
}

.class-title
{
	padding-top: 60px;
	padding-bottom: 62px;
}

.class-title .section-title h2 {
	font-weight: 500;
}

.classes-item
{
	height: 480px;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 60px;
	padding-top: 162px;
	padding-right: 35px;
}

.classes-item:hover:before
{
	opacity: 1;
}

.classes-item:before
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: var(--main-color);
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.classes-item h4
{
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.classes-item p
{
	color: #ffffff;
	margin-bottom: 38px;
}

.classes-item .primary-btn.class-btn
{
	/* background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #e16521), color-stop(0%, #e4381C)), -webkit-gradient(linear, left top, right top, color-stop(100%, #e4381C), color-stop(0%, #e16521)); */
	/* background-image: -o-linear-gradient(left, #e16521 100%, #e4381C 0%), -o-linear-gradient(left, #e4381C 100%, #e16521 0%); */
	/* background-image: linear-gradient(to right, #C80D0D 100%, #C80D0D 0%), linear-gradient(to right, #C80D0D 100%, #C80D0D 0%); */
}

.classes-item .primary-btn.class-btn:hover:after
{
	opacity: 1;
}

/*---------------------
  Classes Time Table Section
-----------------------*/

.classtime-section {
	background: #151515;
	padding-top: 90px;
}

.classtime-section .section-title {
	margin-bottom: 48px;
}

.timetable-controls {
	text-align: center;
	margin-bottom: 40px;
}

.timetable-controls ul li {
	list-style: none;
	font-size: 16px;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	margin-right: 80px;
	cursor: pointer;
	position: relative;
}

.timetable-controls ul li.active {
	color: #e4381C;
}

.timetable-controls ul li.active:after {
	opacity: 1;
}

.timetable-controls ul li:after {
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 100%;
	height: 2px;
	background: #e4381C;
	content: "";
	opacity: 0;
}

.timetable-controls ul li:last-child {
	margin-right: 0;
}

.classtime-table .ts-item {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.classtime-table.filtering .ts-item {
	opacity: 0;
}

.classtime-table.filtering .ts-item.show {
	opacity: 1;
}

.classtime-table table {
	width: 100%;
	border: 1px solid #1f1f1f;
	background: #212121;
	text-align: center;
}

.classtime-table table thead tr th {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	padding: 25px 5px;
}

.classtime-table table tbody {
	border-top: 1px solid #171717;
}

.classtime-table table tbody tr td {
	text-align: center;
	border-right: 1px solid #171717;
	border-bottom: 1px solid #171717;
	width: 146px;
	padding: 26px 10px 28px;
	position: relative;
	z-index: 1;
}

.classtime-table table tbody tr td:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#e16521), to(#e4381C));
	background: -o-linear-gradient(left, #e16521, #e4381C);
	background: linear-gradient(to right, #e16521, #e4381C);
	content: "";
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.classtime-table table tbody tr td.hover-bg:hover:after {
	opacity: 1;
}

.classtime-table table tbody tr td.hover-bg:hover h6 {
	color: #ffffff;
}

.classtime-table table tbody tr td.workout-time {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	font-family: "Oswald", sans-serif;
}

.classtime-table table tbody tr td span {
	font-size: 16px;
	color: #ffffff;
	display: block;
	margin-bottom: 7px;
}

.classtime-table table tbody tr td h6 {
	color: #e4381C;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*---------------------
  Price Section
-----------------------*/

.price-section {
	padding-top: 90px;
	padding-bottom: 70px;
}

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

.price-section .section-title p {
	color: #ffffff;
}

.price-section .toggle-option {
	text-align: center;
	margin-bottom: 50px;
}

.price-section .toggle-option li {
	list-style: none;
	display: inline-block;
	font-size: 16px;
	font-family: "Oswald", sans-serif;
	color: #ffffff;
	letter-spacing: 1px;
	margin-right: 10px;
}

.price-section .toggle-option li:last-child {
	margin-right: 0;
}

.price-section .toggle-option li .switch {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 30px;
	margin-bottom: 0;
}

.price-section .toggle-option li .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.price-section .toggle-option li .switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.price-section .toggle-option li .switch .slider::before {
	position: absolute;
	content: "";
	height: 30px;
	width: 35px;
	right: 0;
	bottom: 0;
	background-color: white;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border-radius: 2px;
}

.price-section .toggle-option li .switch input:checked+.slider:before {
	-webkit-transform: translateX(-35px);
	-ms-transform: translateX(-35px);
	transform: translateX(-35px);
}

.single-price-plan {
	background: #ffffff;
	text-align: center;
	padding: 45px 0 50px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.single-price-plan h4 {
	color: #272727;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 34px;
}

.single-price-plan .price-plan {
	margin-bottom: 35px;
}

.single-price-plan .price-plan h2 {
	color: #272727;
	font-size: 48px;
	font-weight: 700;
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
	display: inline-block;
}

.single-price-plan .price-plan h2 span {
	color: #272727;
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 9px;
}

.single-price-plan .price-plan p {
	font-size: 16px;
	line-height: 20px;
	color: #272727;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.single-price-plan ul {
	margin-bottom: 35px;
}

.single-price-plan ul li {
	list-style: none;
	font-size: 16px;
	font-weight: 600;
	color: #272727;
	line-height: 42px;
}

.single-price-plan .primary-btn.price-btn {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #e16521), color-stop(0%, #e4381C)), -webkit-gradient(linear, left top, right top, color-stop(100%, #e4381C), color-stop(0%, #e16521));
	background-image: -o-linear-gradient(left, #e16521 100%, #e4381C 0%), -o-linear-gradient(left, #e4381C 100%, #e16521 0%);
	background-image: linear-gradient(to right, #e16521 100%, #e4381C 0%), linear-gradient(to right, #e4381C 100%, #e16521 0%);
	color: #e4381C;
}

.single-price-plan .primary-btn.price-btn:hover {
	color: #ffffff;
}

.single-price-plan .primary-btn.price-btn:hover:after {
	opacity: 1;
}

.single-price-plan .tic-text {
	width: 160px;
	height: 40px;
	background: #e4381C;
	position: absolute;
	right: -67px;
	top: -5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.single-price-plan .tic-text i {
	position: absolute;
	left: 69px;
	top: 15px;
	color: #ffffff;
}

/*---------------------
  Choseup Section
-----------------------*/

.chooseus-section {
	background: #151515;
	padding-top: 88px;
	padding-bottom: 50px;
}

.chooseus-section.schedule-page .section-title {
	text-align: center;
}

.chooseus-section.schedule-page .choose-item {
	text-align: center;
}

.chooseus-section .section-title {
	margin-bottom: 52px;
}

.choose-item {
	margin-bottom: 40px;
}

.choose-item h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 25px;
}

.choose-item p {
	color: #7b7b7b;
	font-weight: 500;
}

/*---------------------
  Video Section
-----------------------*/

.video-section {
	text-align: center;
	height: 500px;
}

.video-section .video-text {
	text-align: center;
	padding-top: 150px;
}

.video-section .video-text h2 {
	font-size: 60px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 42px;
}

.video-section .video-text .play-btn {
	display: inline-block;
	height: 60px;
	width: 60px;
	font-size: 22px;
	background: #ffffff;
	text-align: center;
	line-height: 62px;
	color: #e4381C;
	border-radius: 50%;
	position: relative;
	padding-left: 5px;
}

.video-section .video-text .play-btn:after {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 70px;
	height: 70px;
	background: #ffffff;
	opacity: 0.3;
	border-radius: 50%;
	content: "";
}

/*---------------------
  Blog Section
-----------------------*/

.blog-section {
	background: #151515;
	padding-top: 90px;
	padding-bottom: 66px;
}

.blog-section .section-title {
	margin-bottom: 55px;
}

.blog-item {
	position: relative;
	margin-bottom: 30px;
}

.blog-item:hover .play-btn {
	opacity: 1;
	visibility: visible;
}

.blog-item.large-item {
	height: 420px;
}

.blog-item.large-item.xl-large {
	height: 440px;
}

.blog-item.large-item.xls-large {
	height: 460px;
}

.blog-item.large-item.m-item {
	height: 400px;
}

.blog-item.small-item {
	height: 260px;
}

.blog-item.sm-item {
	height: 330px;
}

.blog-item.sms-item {
	height: 320px;
}

.blog-item .blog-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
}

.blog-item .blog-text .categories {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
}

.blog-item .blog-text h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	margin-top: 10px;
}

.blog-item.instagram-item {
	background: -webkit-gradient(linear, left top, right top, from(#e16521), to(#e4381C));
	background: -o-linear-gradient(left, #e16521, #e4381C);
	background: linear-gradient(to right, #e16521, #e4381C);
	padding: 44px 30px 65px;
}

.blog-item.instagram-item .instagram-text {
	display: block;
}

.blog-item.instagram-item .instagram-text .categories {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
}

.blog-item.instagram-item .instagram-text .categories i {
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
}

.blog-item.instagram-item .instagram-text h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	margin-top: 10px;
	text-transform: uppercase;
	line-height: 1.5;
}

.blog-item .play-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.blog-item .play-btn .play-in-btn {
	display: inline-block;
	height: 60px;
	width: 60px;
	font-size: 22px;
	background: #ffffff;
	text-align: center;
	line-height: 62px;
	color: #e4381C;
	border-radius: 50%;
	position: relative;
	padding-left: 5px;
}

.blog-item .play-btn .play-in-btn:after {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 70px;
	height: 70px;
	background: #ffffff;
	opacity: 0.3;
	border-radius: 50%;
	content: "";
}

/*---------------------
  Cta Section
-----------------------*/

.cta-section
{
	background: var(--main-color);
	padding: 38px 0;
}

.cta-section .cta-text
{
	float: left;
}

.cta-section .cta-text h3
{
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.cta-section .cta-text p
{
	color: #ffffff;
	margin-bottom: 0;
}

.cta-section .primary-btn.cta-btn
{
	float: right;
	border-color: #ffffff;
	/* background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #ffffff), to(#ffffff)), -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(0%, #ffffff)); */
	/* background-image: -o-linear-gradient(left, #ffffff 100%, #ffffff 100%), -o-linear-gradient(left, #ffffff 0%, #ffffff 0%); */
	/* background-image: linear-gradient(to right, #ffffff 100%, #ffffff 100%), linear-gradient(to right, #ffffff 0%, #ffffff 0%); */
	margin-top: 14px;
}

/*---------------------
  Map Section
-----------------------*/

.map {
	height: 590px;
	position: relative;
}

.map iframe {
	width: 100%;
}

.map-contact-detalis {
	width: 420px;
	padding: 40px;
	background: #ffffff;
	position: absolute;
	right: 120px;
	top: 80px;
	-webkit-box-shadow: 6px 6px 50px rgba(198, 198, 198, 0.2);
	box-shadow: 6px 6px 50px rgba(198, 198, 198, 0.2);
}

.map-contact-detalis .open-time {
	overflow: hidden;
	margin-bottom: 10px;
}

.map-contact-detalis .open-time h5 {
	font-size: 20px;
	color: #000000;
	font-weight: 500;
	text-transform: uppercase;
	float: left;
}

.map-contact-detalis .open-time ul {
	float: right;
}

.map-contact-detalis .open-time ul li {
	font-size: 14px;
	color: #000000;
	list-style: none;
	font-weight: 600;
	line-height: 30px;
	position: relative;
	padding-right: 108px;
}

.map-contact-detalis .open-time ul li span {
	position: absolute;
	right: 0;
	top: 0;
}

.map-contact-detalis .map-contact-form h5 {
	font-size: 20px;
	color: #000000;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.map-contact-detalis .map-contact-form form input {
	width: calc(53% - 20px);
	margin-right: 20px;
	float: left;
	height: 40px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #272727;
	border: 1px solid #e1e1e1;
	padding-left: 20px;
	border-radius: 2px;
}

.map-contact-detalis .map-contact-form form input.phone {
	width: 47%;
	margin-right: 0;
}

.map-contact-detalis .map-contact-form form input::-webkit-input-placeholder {
	color: #272727;
	font-weight: 600;
}

.map-contact-detalis .map-contact-form form input::-moz-placeholder {
	color: #272727;
	font-weight: 600;
}

.map-contact-detalis .map-contact-form form input:-ms-input-placeholder {
	color: #272727;
	font-weight: 600;
}

.map-contact-detalis .map-contact-form form input::-ms-input-placeholder {
	color: #272727;
	font-weight: 600;
}

.map-contact-detalis .map-contact-form form input::placeholder {
	color: #272727;
	font-weight: 600;
}

.map-contact-detalis .map-contact-form form textarea {
	width: 100%;
	height: 80px;
	resize: none;
	font-size: 16px;
	color: #272727;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 18px;
}

.map-contact-detalis .map-contact-form form textarea::-webkit-input-placeholder {
	color: #272727;
	font-weight: 600;
}

.map-contact-detalis .map-contact-form form textarea::-moz-placeholder {
	color: #272727;
	font-weight: 600;
}

.map-contact-detalis .map-contact-form form textarea:-ms-input-placeholder {
	color: #272727;
	font-weight: 600;
}

.map-contact-detalis .map-contact-form form textarea::-ms-input-placeholder {
	color: #272727;
	font-weight: 600;
}

.map-contact-detalis .map-contact-form form textarea::placeholder {
	color: #272727;
	font-weight: 600;
}

/*---------------------
  Footer Section
-----------------------*/

.footer-section {
	background: #151515;
	padding-top: 72px;
}

.footer-logo-item {
	margin-bottom: 30px;
}

.footer-logo-item .f-logo {
	margin-bottom: 40px;
}

.footer-logo-item .f-logo a {
	display: inline-block;
}

.footer-logo-item p {
	color: #afb4bf;
	margin-bottom: 32px;
}

.footer-logo-item .social-links h6 {
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-logo-item .social-links a {
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	margin-right: 32px;
}

.footer-logo-item .social-links a:last-child {
	margin-right: 0;
}

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

.footer-widget h5 {
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.footer-widget .footer-blog .fb-item {
	display: block;
	margin-bottom: 20px;
}

.footer-widget .footer-blog .fb-item:hover h6 {
	color: var(--main-color);
}

.footer-widget .footer-blog .fb-item h6 {
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 12px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.footer-widget .footer-blog .fb-item span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	color: #afb4bf;
}

.footer-widget .footer-blog .fb-item span i {
	color: var(--main-color);
	margin-right: 5px;
}

.footer-widget .workout-program li {
	list-style: none;
}

.footer-widget .workout-program li a {
	display: block;
	font-size: 16px;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	color: #ffffff;
	line-height: 18px;
	margin-bottom: 22px;
}

.footer-widget .footer-info li {
	list-style: none;
	font-size: 16px;
	color: #afb4bf;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
}

.footer-widget .footer-info li i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
	color: var(--main-color);
}

.footer-widget .footer-info li span {
	color: #ffffff;
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
}

.copyright-text {
	background: #000000;
	border-top: 1px solid #0a0a0a;
	padding: 20px 0;
	margin-top: 20px;
}

.copyright-text .ct-inside {
	font-size: 14px;
	color: #afb4bf;
}

.copyright-text .ct-inside a {
	font-weight: 600;
	color: var(--main-color);
}

/* ----------------------------------- Other Pages Styles ------------------------------*/

/*---------------------
  Breadcrumb Section
-----------------------*/

.breadcrumb-section {
	padding-bottom: 105px;
}

.breadcrumb-text {
	text-align: center;
}

.breadcrumb-text h2 {
	font-size: 48px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.breadcrumb-text .breadcrumb-controls a {
	font-size: 16px;
	color: #ffffff;
	margin-right: 15px;
	position: relative;
}

.breadcrumb-text .breadcrumb-controls a:after {
	position: absolute;
	right: -13px;
	top: -2px;
	content: "";
	font-family: "FontAwesome";
	font-size: 16px;
	color: #ffffff;
}

.breadcrumb-text .breadcrumb-controls a i {
	margin-right: 2px;
}

.breadcrumb-text .breadcrumb-controls span {
	font-size: 16px;
	color: #ffffff;
}

/*---------------------
  AboutUs Section
-----------------------*/

.aboutus-section {
	background: #151515;
	padding-top: 90px;
	padding-bottom: 80px;
}

.aboutus-page-text .section-title {
	text-align: center;
	margin-bottom: 45px;
}

.aboutus-page-text img {
	margin-bottom: 54px;
}

.aboutus-page-text .about-us h4 {
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.aboutus-page-text .about-us p {
	color: #ffffff;
	line-height: 26px;
}

.aboutus-page-text .about-quality h4 {
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.aboutus-page-text .about-quality p {
	color: #ffffff;
	line-height: 22px;
}

.aboutus-page-text .about-quality ul li {
	list-style: none;
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
	margin-bottom: 10px;
}

.aboutus-page-text .about-quality ul li i {
	color: var(--main-color);
	display: inline-block;
	margin-right: 9px;
}

/*---------------------
  Testimonial Section
-----------------------*/

.testimonial-section {
	padding-bottom: 130px;
}

.testimonial-slider .ts-item {
	text-align: center;
}

.testimonial-slider .ts-item .rating {
	margin-bottom: 16px;
}

.testimonial-slider .ts-item .rating i {
	font-size: 20px;
	color: #ffca04;
	display: inline-block;
}

.testimonial-slider .ts-item h4 {
	color: #ffffff;
	line-height: 34px;
	font-family: "Nunito Sans", sans-serif;
	margin-bottom: 20px;
}

.testimonial-slider .ts-item .author-name {
	margin-bottom: 28px;
}

.testimonial-slider .ts-item .author-name h5 {
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 4px;
}

.testimonial-slider .ts-item .author-name span {
	display: inline-block;
	color: #ffffff;
}

.testimonial-slider .ts-item .author-pic img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	margin: 0 auto;
}

.testimonial-slider .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -41px;
	width: 100%;
}

.testimonial-slider .owl-dots button.owl-dot {
	height: 4px;
	width: 20px;
	background: #ffffff;
	border-radius: 50px;
	margin-right: 10px;
}

.testimonial-slider .owl-dots button.owl-dot.active {
	background: #e4381C;
}

.testimonial-slider .owl-dots button.owl-dot:last-child {
	margin-right: 0;
}

/*---------------------
  Trainer Section
-----------------------*/

.trainer-section
{
	background: #151515;
	padding-top: 90px;
	padding-bottom: 70px;
}

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

.trainer-item
{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.trainer-item:hover .ti-pic .ti-links
{
	left: 20px;
}

.trainer-item .ti-pic img
{
	min-width: 100%;
}

.trainer-item .ti-pic .ti-links
{
	position: absolute;
	left: -50px;
	top: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.trainer-item .ti-pic .ti-links a
{
	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;
	width: 40px;
	height: 40px;
	font-size: 16px;
	color: #afb4bf;
	background: #ffffff;
	margin-bottom: 10px;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.trainer-item .ti-pic .ti-links a:hover
{
	background: var(--main-color);
	color: #ffffff;
}

.trainer-item .ti-pic .trainer-text {
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--main-color);
	width: 100%;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 12px;
	-webkit-clip-path: polygon(0 0, 100% 0%, 81% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0%, 81% 0, 100% 100%, 0 100%);
}

.trainer-item .ti-pic .trainer-text h5
{
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
}

.trainer-item .ti-pic .trainer-text h5 span
{
	font-size: 14px;
	color: #ffffff;
	font-family: "Nunito Sans", sans-serif;
}

/*---------------------
  Gallery Section
-----------------------*/

.gallery-section {
	background: #151515;
	padding-bottom: 70px;
	padding-top: 95px;
}

.gallery-controls {
	text-align: center;
	margin-bottom: 45px;
}

.gallery-controls ul li {
	list-style: none;
	font-size: 16px;
	font-weight: 500;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	margin-right: 45px;
	cursor: pointer;
	position: relative;
}

.gallery-controls ul li.active {
	color: #e4381C;
}

.gallery-controls ul li.active:after {
	opacity: 1;
}

.gallery-controls ul li:after {
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 2px;
	background: #7D2719;
	content: "";
	opacity: 0;
}

.gallery-controls ul li:last-child {
	margin-right: 0;
}

.gallery-item {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.gallery-item:hover:after,
.gallery-item:hover:before {
	opacity: 1;
}

.gallery-item:hover .gi-hover {
	opacity: 1;
	visibility: visible;
}

.gallery-item:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #e4381C;
	content: "";
	opacity: 0;
	z-index: 2;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.gallery-item:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	content: "";
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.gallery-item .gi-hover-warp {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	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;
	z-index: 9;
}

.gallery-item .gi-hover {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.gallery-item .gi-hover a {
	height: 60px;
	width: 60px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	display: inline-block;
	color: #ffffff;
}

.gallery-item .gi-hover a:first-child {
	margin-right: 15px;
}

.gallery-item .gi-hover h6 {
	color: #ffffff;
	margin-top: 25px;
}

.gallery-item .gi-hover h6 span {
	font-family: "Nunito Sans", sans-serif;
	margin-top: 7px;
	display: block;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

/*---------------------
  Blog Page Section
-----------------------*/

.blog-section.blog-page {
	padding-top: 100px;
	padding-bottom: 100px;
}

.blog-option {
	margin-top: 30px;
}

.blog-option .blog-pagination {
	font-size: 16px;
	color: #ffffff;
	float: left;
}

.blog-option .blog-pagination a {
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-option .blog-pagination a.active {
	background: -o-linear-gradient(45deg, #e16521, #e4381C);
	background: linear-gradient(45deg, #e16521, #e4381C);
}

.blog-option .blog-pagination a:hover {
	background: -o-linear-gradient(45deg, #e16521, #e4381C);
	background: linear-gradient(45deg, #e16521, #e4381C);
}

.blog-option .blog-pagination a:first-child {
	margin-right: 14px;
}

.blog-option .blog-pagination a:last-child:hover {
	background: transparent;
}

.blog-option .blog-pagination i {
	font-size: 18px;
}

.blog-option .blog-option-right {
	float: right;
}

.blog-option .blog-option-right .blog-result {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	line-height: 42px;
	margin-right: 39px;
}

.blog-option .blog-option-right .show-result {
	display: inline-block;
	width: 144px;
	height: 40px;
	border: 1px solid #ecedee;
	border-radius: 3px;
}

.blog-option .blog-option-right .show-result p {
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	font-size: 14px;
	padding: 8px 0 0 20px;
}

.blog-option .blog-option-right .nice-select {
	float: right;
	border-radius: 2px;
	background: transparent;
	border: none;
	font-size: 14px;
	color: #ffffff;
	padding-right: 45px;
	padding-left: 0;
}

.blog-option .blog-option-right .nice-select:after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	height: 7px;
	right: 25px;
	top: 46%;
	width: 7px;
}

.blog-option .blog-option-right .nice-select .list {
	width: 100%;
}

.blog-option .blog-option-right .nice-select .list .option {
	color: #222222;
}

/*---------------------
  Blog Single Hero
-----------------------*/

.blog-single-hero {
	height: 500px;
	padding-top: 176px;
}

.bs-hero-text h2 {
	color: #ffffff;
	font-weight: 500;
	line-height: 48px;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.bs-hero-text ul li {
	list-style: none;
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
	margin-right: 58px;
	position: relative;
}

.bs-hero-text ul li:after {
	position: absolute;
	right: -33px;
	top: 0;
	content: "|";
	font-size: 16px;
	color: #ffffff;
}

.bs-hero-text ul li:last-child {
	margin-right: 0;
}

.bs-hero-text ul li:last-child:after {
	display: none;
}

/*---------------------
  Blog Single Section
-----------------------*/

.blog-single-section {
	background: #151515;
	padding-top: 65px;
}

.blog-single-text .blog-text {
	margin-bottom: 40px;
}

.blog-single-text .blog-text p {
	color: #ffffff;
	line-height: 28px;
}

.blog-single-text .blog-pic {
	margin-bottom: 24px;
}

.blog-single-text .blog-pic img {
	margin-bottom: 20px;
	min-width: 100%;
}

.blog-single-text .blog-title {
	margin-bottom: 35px;
}

.blog-single-text .blog-title h4 {
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 18px;
}

.blog-single-text .blog-title p {
	color: #ffffff;
	line-height: 28px;
}

.blog-single-text .blog-quote {
	padding-left: 50px;
	position: relative;
	margin-bottom: 40px;
}

.blog-single-text .blog-quote i {
	font-size: 26px;
	color: var(--main-color);
	position: absolute;
	left: 0;
	top: 5px;
}

.blog-single-text .blog-quote .quote-text {
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	font-style: italic;
	line-height: 28px;
	margin-bottom: 13px;
}

.blog-single-text .blog-quote h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
}

.blog-single-text ul.blog-comment-replies .blog-quote
{
	
	position: relative;
	padding-left: 100px;
	margin-bottom: 40px;
	
}

.blog-single-text ul.blog-comment-replies .blog-quote i
{
	
	position: absolute;
	font-size: 26px;
	left: 0;
	top: 5px;
	color: var(--main-color);
	
}

.blog-single-text ul.blog-comment-replies .blog-quote h5
{
	
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	
}

.blog-single-text ul.blog-comment-replies .blog-quote .quote-text
{
	
	margin-bottom: 13px;
	line-height: 28px;
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
	color: #ffffff;
	
}

.blog-single-text .blog-more-title {
	margin-bottom: 42px;
}

.blog-single-text .blog-more-title h4 {
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 18px;
}

.blog-single-text .blog-more-title p {
	color: #ffffff;
	line-height: 28px;
}

.blog-single-text .blog-tag-share {
	overflow: hidden;
}

.blog-single-text .blog-tag-share .tags {
	float: left;
}

.blog-single-text .blog-tag-share .tags a {
	display: inline-block;
	font-size: 13px;
	color: #252525;
	text-transform: uppercase;
	background: #ffffff;
	padding: 5px 20px 4px;
	border: 1px solid #000000;
	margin-right: 10px;
}

.blog-single-text .blog-tag-share .social-share {
	float: right;
}

.blog-single-text .blog-tag-share .social-share span {
	font-size: 14px;
	color: #ffffff;
}

.blog-single-text .blog-tag-share .social-share a {
	display: inline-block;
	color: #a6a6a6;
	margin-left: 15px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-single-text .blog-tag-share .social-share a:hover {
	color: #e4381C;
}

.blog-single-sidebar .bs-latest-news {
	margin-bottom: 74px;
}

.blog-single-sidebar .bs-latest-news h4 {
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.blog-single-sidebar .bs-latest-news .bl-item {
	position: relative;
	background: #ffffff;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
	border-radius: 4px;
	margin-bottom: 20px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.blog-single-sidebar .bs-latest-news .bl-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ffffff;
	opacity: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.blog-single-sidebar .bs-latest-news .bl-item:hover:after {
	opacity: 0;
}

.blog-single-sidebar .bs-latest-news .bl-item:hover h5 {
	color: #ffffff;
}

.blog-single-sidebar .bs-latest-news .bl-item:hover span {
	color: #ffffff;
}

.blog-single-sidebar .bs-latest-news .bl-item h5 {
	color: #151515;
	font-weight: 500;
	line-height: 26px;
	position: relative;
	z-index: 9;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-single-sidebar .bs-latest-news .bl-item span {
	display: inline-block;
	font-weight: 14;
	color: #151515;
	position: relative;
	z-index: 9;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-single-sidebar .bs-recent-news h4 {
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.blog-single-sidebar .bs-recent-news .br-item {
	overflow: hidden;
	margin-bottom: 20px;
	display: block;
}

.blog-single-sidebar .bs-recent-news .br-item .bi-pic {
	float: left;
	margin-right: 20px;
}

.blog-single-sidebar .bs-recent-news .br-item .bi-pic img {
	border-radius: 3px;
}

.blog-single-sidebar .bs-recent-news .br-item .bi-text {
	display: table;
	padding-top: 8px;
}

.blog-single-sidebar .bs-recent-news .br-item .bi-text span {
	display: inline-block;
	font-weight: 14;
	color: #ffffff;
}

.blog-single-sidebar .bs-recent-news .br-item .bi-text h5 {
	color: #ffffff;
	font-weight: 500;
	line-height: 26px;
}

.recent-news {
	padding-top: 80px;
	margin-bottom: 74px;
}

.recent-news h4 {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 35px;
}

.recent-item {
	height: 300px;
	position: relative;
}

.recent-item .recent-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
}

.recent-item .recent-text .categories {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
}

.recent-item .recent-text h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	margin-top: 10px;
}

.leave-comment-form h4 {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 36px;
}

.leave-comment-form form input {
	width: 100%;
	height: 48px;
	border-radius: 2px;
	background: #2d2d2d;
	border: none;
	padding-left: 20px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #a6a6a6;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #131313;
}

.leave-comment-form form input::-webkit-input-placeholder {
	font-weight: 600;
}

.leave-comment-form form input::-moz-placeholder {
	font-weight: 600;
}

.leave-comment-form form input:-ms-input-placeholder {
	font-weight: 600;
}

.leave-comment-form form input::-ms-input-placeholder {
	font-weight: 600;
}

.leave-comment-form form input::placeholder {
	font-weight: 600;
}

.leave-comment-form form input:focus {
	background: #ffffff;
	color: #151515;
	font-weight: 600;
}

.leave-comment-form form textarea {
	width: 100%;
	height: 198px;
	border-radius: 2px;
	background: #2d2d2d;
	border: none;
	padding-left: 20px;
	padding-top: 15px;
	font-size: 16px;
	color: #a6a6a6;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	resize: none;
	margin-bottom: 32px;
	border: 1px solid #131313;
}

.leave-comment-form form textarea::-webkit-input-placeholder {
	font-weight: 600;
}

.leave-comment-form form textarea::-moz-placeholder {
	font-weight: 600;
}

.leave-comment-form form textarea:-ms-input-placeholder {
	font-weight: 600;
}

.leave-comment-form form textarea::-ms-input-placeholder {
	font-weight: 600;
}

.leave-comment-form form textarea::placeholder {
	font-weight: 600;
}

.leave-comment-form form textarea:focus {
	background: #ffffff;
	color: #151515;
	font-weight: 600;
}

.leave-comment-form form .leave-btn {
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	background: var(--main-color);
	padding: 10px 47px;
	border: none;
	font-family: "Oswald", sans-serif;
	border: 1px solid #000000;
	border-radius: 2px;
}

/*---------------------
  Contact Map Section
-----------------------*/

.contact-map {
	height: 590px;
	position: relative;
}

.contact-map iframe {
	width: 100%;
	height: 590px;
}

.contact-map .map-hover {
	background: #ffffff;
	display: inline-block;
	padding: 20px 40px 20px 28px;
	position: absolute;
	left: 50%;
	top: 130px;
	-webkit-box-shadow: 6px 6px 50px rgba(0, 0, 0, 0.2);
	box-shadow: 6px 6px 50px rgba(0, 0, 0, 0.2);
}

.contact-map .map-hover:after {
	position: absolute;
	left: 107px;
	bottom: -20px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 28px solid #ffffff;
	content: "";
}

.contact-map .map-hover h5 {
	font-size: 20px;
	color: #252525;
	font-weight: 500;
	margin-bottom: 10px;
}

.contact-map .map-hover ul li {
	font-size: 14px;
	color: #151515;
	line-height: 20px;
	list-style: none;
}

.contact-map .map-hover i {
	font-size: 48px;
	color: #e4381C;
	position: absolute;
	left: 98px;
	bottom: -72px;
}

/*---------------------
  Contat Section
-----------------------*/

.contact-section {
	background: #151515;
	padding-top: 95px;
}

.contact-section .contact-info {
	margin-bottom: 50px;
}

.contact-section .contact-info h4 {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 30px;
}

.contact-section .contact-info ul li {
	list-style: none;
	font-size: 18px;
	color: #ffffff;
	line-height: 48px;
}

.contact-section .contact-info ul li i {
	color: var(--main-color);
	margin-right: 18px;
}

.contact-section .contact-address {
	margin-bottom: 40px;
}

.contact-section .contact-address h4 {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 30px;
}

.contact-section .contact-address ul li {
	list-style: none;
	font-size: 18px;
	color: #ffffff;
	line-height: 25px;
	position: relative;
	padding-left: 35px;
}

.contact-section .contact-address ul li i {
	font-size: 18px;
	color: var(--main-color);
	margin-right: 18px;
	position: absolute;
	left: 0;
	top: 7px;
}

.contact-form h4 {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 48px;
}

.contact-form form input {
	width: 100%;
	height: 48px;
	border-radius: 2px;
	background: #2d2d2d;
	border: none;
	padding-left: 20px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #a6a6a6;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #131313;
}

.contact-form form input::-webkit-input-placeholder {
	font-weight: 600;
}

.contact-form form input::-moz-placeholder {
	font-weight: 600;
}

.contact-form form input:-ms-input-placeholder {
	font-weight: 600;
}

.contact-form form input::-ms-input-placeholder {
	font-weight: 600;
}

.contact-form form input::placeholder {
	font-weight: 600;
}

.contact-form form input:focus {
	background: #ffffff;
	color: #151515;
	font-weight: 600;
}

.contact-form form textarea {
	width: 100%;
	height: 198px;
	border-radius: 2px;
	background: #2d2d2d;
	border: none;
	padding-left: 20px;
	padding-top: 15px;
	font-size: 16px;
	color: #a6a6a6;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	resize: none;
	margin-bottom: 25px;
	border: 1px solid #131313;
}

.contact-form form textarea::-webkit-input-placeholder {
	font-weight: 600;
}

.contact-form form textarea::-moz-placeholder {
	font-weight: 600;
}

.contact-form form textarea:-ms-input-placeholder {
	font-weight: 600;
}

.contact-form form textarea::-ms-input-placeholder {
	font-weight: 600;
}

.contact-form form textarea::placeholder {
	font-weight: 600;
}

.contact-form form textarea:focus {
	background: #ffffff;
	color: #151515;
	font-weight: 600;
}

.contact-form form .c-btn {
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	background: -o-linear-gradient(45deg, var(--main-color), var(--main-color));
	background: linear-gradient(45deg, var(--main-color), var(--main-color));
	padding: 12px 40px;
	border: none;
	font-family: "Oswald", sans-serif;
	border: 1px solid #000000;
	border-radius: 2px;
}

/*---------------------------- Other Pages Styles ------------------------------*/

@media only screen and (min-width: 1200px)
{
	.container
	{
		max-width: 1200px;
	}
}

/* Medium Device : 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px)
{
	.header-section
	{
		padding-left: 0;
		padding-right: 0;
	}
	.top-social a
	{
		margin-left: 15px;
	}
}

/* Tablet Device : 768px */

@media only screen and (min-width: 768px) and (max-width: 991px)
{
	.header-section
	{
		padding-left: 0;
		padding-right: 0;
	}
	.nav-menu
	{
		text-align: right;
	}
	.nav-menu .mainmenu ul li
	{
		margin-right: 25px;
	}
	.nav-menu .mainmenu ul li .dropdown
	{
		left: auto;
		right: 0;
	}
	.top-social
	{
		display: none;
	}
	.hero-items .owl-nav button[type=button]
	{
		left: 15px;
	}
	.hero-items .owl-nav button[type=button].owl-next
	{
		right: 15px;
	}
	.about-text
	{
		margin-bottom: 30px;
	}
	.timetable-controls ul li
	{
		margin-right: 50px;
	}
	.cta-section .cta-text
	{
		float: none;
	}
	.cta-section .primary-btn.cta-btn
	{
		float: none;
	}
	.blog-single-sidebar
	{
		padding-top: 30px;
	}
	.recent-item
	{
		margin-bottom: 30px;
	}
}

/* Large Mobile : 480px */

@media only screen and (max-width: 767px)
{
	.header-section
	{
		padding-left: 0;
		padding-right: 0;
	}
	.nav-menu .mainmenu
	{
		display: none;
	}
	.top-social
	{
		display: none;
	}
	.slicknav_menu
	{
		display: block;
		background: transparent;
		padding: 0;
	}
	.slicknav_btn
	{
		margin: 0;
		border-radius: 0;
	}
	.header-section .slicknav_btn
	{
		margin: 37px 0;
	}
	.slicknav_nav
	{
		background: #222;
	}
	.slicknav_nav ul
	{
		margin: 10px 15px;
	}
	.slicknav_nav a
	{
		padding: 8px 10px;
	}
	.slicknav_nav a:hover,
	.slicknav_nav .slicknav_row:hover
	{
		border-radius: 0;
		background: #C80D0D;
		color: #ffffff;
	}
	.hero-items .owl-nav button[type=button]
	{
		left: 5px;
	}
	.hero-items .owl-nav button[type=button].owl-next
	{
		left: auto;
		right: 5px;
	}
	.single-hero-item
	{
		height: 680px;
	}
	.single-hero-item .hero-text h1
	{
		font-size: 70px;
	}
	.single-hero-item .hero-text h2
	{
		font-size: 50px;
	}
	.about-text
	{
		margin-bottom: 30px;
	}
	.classtime-table
	{
		overflow-x: auto;
	}
	.timetable-controls ul li
	{
		margin-right: 12px;
	}
	.cta-section .cta-text
	{
		float: none;
	}
	.cta-section .primary-btn.cta-btn
	{
		float: none;
	}
	.blog-option .blog-pagination
	{
		float: none;
		margin-bottom: 20px;
	}
	.blog-option .blog-option-right
	{
		float: none;
	}
	.bs-hero-text ul li
	{
		margin-right: 45px;
	}
	.bs-hero-text ul li:after
	{
		right: -27px;
	}
	.blog-single-sidebar
	{
		padding-top: 30px;
	}
	.recent-item
	{
		margin-bottom: 30px;
	}
	.map-contact-detalis
	{
		right: 30px;
	}
}

/* Small Mobile : 320px */

@media only screen and (max-width: 479px)
{
	.section-title h2,
	.breadcrumb-text h2
	{
		font-size: 30px;
	}
	.slicknav_menu
	{
		text-align: center;
	}
	.slicknav_nav
	{
		text-align: left;
	}
	.logo
	{
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	.slicknav_btn
	{
		float: none;
		display: inline-block;
	}
	.slicknav_nav ul
	{
		margin-top: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a
	{
		margin: 0;
	}
	.header-section .slicknav_btn
	{
		margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
	}
	.header-section .logo
	{
		padding-top: 18px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
	}
	.single-hero-item .hero-text h1
	{
		font-size: 50px;
	}
	.single-hero-item .hero-text h2
	{
		font-size: 40px;
	}
	.hero-items .owl-nav button[type=button]
	{
		left: -15px;
	}
	.hero-items .owl-nav button[type=button].owl-next
	{
		right: 15px;
	}
	.map-contact-detalis
	{
		width: 319px;
		right: 0;
	}
	.video-section .video-text
	{
		padding-top: 100px;
	}
	.timetable-controls ul li
	{
		margin-right: 5px;
		margin-bottom: 12px;
	}
	.gallery-controls ul li
	{
		margin-right: 8px;
	}
	.blog-single-text .blog-tag-share .tags
	{
		float: none;
		margin-bottom: 10px;
	}
	.blog-single-text .blog-tag-share .social-share
	{
		float: none;
	}
	.contact-map .map-hover
	{
		left: 15%;
	}
}









/*---------------------------- Custom Styling Starts ------------------------------*/

#preloader
{
	
	background-color: var(--preloader-background-color);
	background: var(--preloader-file) 50% 50% no-repeat var(--preloader-background-color);
	
	
}





/* ScrollBar Custom Style Starts */

/* Scrollbar Width Starts */
::-webkit-scrollbar
{
	
	width: var(--scrollbar-width);
	
}
/* Scrollbar Width Ends */

/* Scrollbar Track Starts */
::-webkit-scrollbar-track
{
	
	border-radius: var(--scrollbar-track-border-radius);
	background: var(--scrollbar-track-background-color);
	
}
/* Scrollbar Track Ends */

/* Scrollbar Handle Starts */
::-webkit-scrollbar-thumb
{
	
	border-radius: var(--scrollbar-thumb-border-radius);
	background: var(--scrollbar-thumb-background-color);
	
}
/* Scrollbar Handle Ends */

/* Scrollbar Handle on Hover Starts */
::-webkit-scrollbar-thumb:hover
{
	
	background: var(--scrollbar-thumb-background-color-hover);
	
}
/* Scrollbar Handle on Hover Ends */

/* Hide Scrollbar in width Less than 992px Starts */
@media screen and (max-width: 992px)
{
	
	::-webkit-scrollbar
	{
		
		display: none;
		
	}
	
}
/* Hide Scrollbar in width Less than 992px Ends */

/* ScrollBar Custom Style Ends */





#toggle-light-and-dark-mode-button
{
	
	position: fixed;
	top: 160px;
	right: 25px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	z-index: 99;
	cursor: pointer;
	/* border-radius: 10px; */
	background-color: var(--light-mode-dark-mode-theme-toggle-button-background-color);
	border: 1px solid var(--light-mode-dark-mode-theme-toggle-button-border-color);
	color: var(--light-mode-dark-mode-theme-toggle-button-icon-color);
	
}

#toggle-light-and-dark-mode-button:hover
{
	
	background-color: var(--light-mode-dark-mode-theme-toggle-button-background-color-hover);
	border: 1px solid var(--light-mode-dark-mode-theme-toggle-button-border-color-hover);
	color: var(--light-mode-dark-mode-theme-toggle-button-icon-color-hover);
	
}





#back-to-top
{
	
	background: var(--back-to-top-background-color);
	border: 1px solid var(--back-to-top-border-color);
	color: var(--back-to-top-arrow-color);
	position: fixed;
	bottom: 25px;
	right: 25px;
	padding: 10px 15px;
	z-index: 10;
	border-radius: 50%;
	display: none;
	
}

#back-to-top:hover
{
	
	background: var(--back-to-top-background-color-hover);
	border: 1px solid var(--back-to-top-border-color-hover);
	color: var(--back-to-top-arrow-color-hover);
	position: fixed;
	bottom: 25px;
	right: 25px;
	padding: 10px 15px;
	z-index: 10;
	border-radius: 50%;
	
}





/* Autocomplete Styles Off Starts */

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active
{
	
	background-color: 2px solid var(--autocomplete-input-background-color);
	border-bottom: 2px solid var(--autocomplete-input-border-bottom-color);
	-webkit-text-fill-color: var(--autocomplete-input-text-color);
	-webkit-box-shadow: transparent;
	transition: background-color 5000s ease-in-out 0s;
	
	/* background-color: transparent !important;
	margin-top:		0px;
	margin-right:	0px;
	margin-bottom:	25px;
	margin-left:	0px;
	padding-top:	0px;
	padding-right:	20px;
	padding-bottom:	0px;
	padding-left:	20px;
	border-top:		none;
	border-right:	none;
	border-bottom:	2px solid var(--autocomplete-input-border-bottom-color);
	border-left:	none; */
	
}

/* Autocomplete Styles Off Ends */





/* Readmore Readless Styles Starts */

.addReadMore.showlesscontent .secondset,
.addReadMore.showlesscontent .readLess
{
	
	display: none;
	
}

.addReadMore.showmorecontent .readMore
{
	
	display: none;
	
}

.addReadMore .readMore,
.addReadMore .readLess
{
	
	font-weight: bold;
	margin-left: 2px;
	cursor: pointer;
	color: var(--read-more-text-color);
	
}

.addReadMoreWrapTxt.showmorecontent .secondset,
.addReadMoreWrapTxt.showmorecontent .readLess
{
	
	display: block;
	
}

/* Readmore Readless Styles Ends */





.not-found
{
	
	color: var(--not-found-text-color);
	
}

.not-found:hover
{
	
	color: var(--not-found-text-color-hover);
	
}





/*This is to make text decoration none which was automatically added by bootstrap 4.4.1 CDN */
a
{
	
    text-decoration: none !important;
	
}





.header-section.header-transparent
{
	
	background-color: var(--header-home-page-header-background-color);
	
	-webkit-backdrop-filter: saturate(var(--header-home-page-header-background-backdrop-filter-saturate-percentage)) blur(var(--header-home-page-header-background-backdrop-filter-blur)) !important;
	backdrop-filter: saturate(var(--header-home-page-header-background-backdrop-filter-saturate-percentage)) blur(var(--header-home-page-header-background-backdrop-filter-blur)) !important;
	border-top: 1px solid var(--header-home-page-header-border-top-color) !important;
	border-right: 1px solid var(--header-home-page-header-border-right-color) !important;
	border-bottom: 1px solid var(--header-home-page-header-border-bottom-color) !important;
	border-left: 1px solid var(--header-home-page-header-border-left-color) !important;
	
}

.header-section.header-normal
{
	
	background-color: var(--header-background-color);
	
	-webkit-backdrop-filter: saturate(var(--header-background-backdrop-filter-saturate-percentage)) blur(var(--header-background-backdrop-filter-blur)) !important;
	backdrop-filter: saturate(var(--header-background-backdrop-filter-saturate-percentage)) blur(var(--header-background-backdrop-filter-blur)) !important;
	border-top: 1px solid var(--header-border-top-color) !important;
	border-right: 1px solid var(--header-border-right-color) !important;
	border-bottom: 1px solid var(--header-border-bottom-color) !important;
	border-left: 1px solid var(--header-border-left-color) !important;

}



#header div#mobile-menu-wrap div.slicknav_menu a.slicknav_btn
{
	
	background-color: var(--header-menu-mobile-navigation-menu-button-background-color);
	
}

#header div#mobile-menu-wrap div.slicknav_menu a.slicknav_btn:hover
{
	
	background-color: var(--header-menu-mobile-navigation-menu-button-background-color-hover);
	
}

#header div#mobile-menu-wrap div.slicknav_menu a.slicknav_btn span.slicknav_menutxt
{
	
	color: var(--header-menu-mobile-navigation-menu-button-menu-text-color);
	
}

#header div#mobile-menu-wrap div.slicknav_menu a.slicknav_btn span.slicknav_menutxt:hover
{
	
	color: var(--header-menu-mobile-navigation-menu-button-menu-text-color-hover);
	
}

#header div#mobile-menu-wrap div.slicknav_menu a.slicknav_btn span.slicknav_icon span.slicknav_icon-bar
{
	
	background-color: var(--header-menu-mobile-navigation-menu-button-hamburger-icon-color);
	
}

#header div#mobile-menu-wrap div.slicknav_menu a.slicknav_btn span.slicknav_icon span.slicknav_icon-bar:hover
{
	
	background-color: var(--header-menu-mobile-navigation-menu-button-hamburger-icon-color-hover);
	
}

#header div#mobile-menu-wrap div.slicknav_menu nav.slicknav_nav
{
	
	background-color: var(--header-menu-mobile-navigation-menu-open-background-color);
	
}

#header div#mobile-menu-wrap div.slicknav_menu nav.slicknav_nav:hover
{
	
	background-color: var(--header-menu-mobile-navigation-menu-open-background-color-hover);
	
}



#header div#mobile-menu-wrap div.slicknav_menu nav.slicknav_nav ul li a
{
	
	background-color: var(--header-menu-mobile-navigation-link-background-color);
	color: var(--header-menu-mobile-navigation-link-text-color);
	
}

#header div#mobile-menu-wrap div.slicknav_menu nav.slicknav_nav ul li a:hover
{
	
	background-color: var(--header-menu-mobile-navigation-link-background-color-hover);
	color: var(--header-menu-mobile-navigation-link-text-color-hover);
	
}

#header div#mobile-menu-wrap div.slicknav_menu nav.slicknav_nav ul li.header-navigation-link-active a
{
	
	background-color: var(--header-menu-mobile-navigation-active-link-background-color);
	color: var(--header-menu-mobile-navigation-active-link-text-color);
	
}

#header div#mobile-menu-wrap div.slicknav_menu nav.slicknav_nav ul li.header-navigation-link-active a:hover
{
	
	background-color: var(--header-menu-mobile-navigation-active-link-background-color-hover);
	color: var(--header-menu-mobile-navigation-active-link-text-color-hover);
	
}

#header div.nav-menu nav.mainmenu ul li a
{
	
	color: var(--header-menu-navigation-link-text-color);
	
}

#header div.nav-menu nav.mainmenu ul li a:hover
{
	
	color: var(--header-menu-navigation-link-text-color-hover);
	
}

#header div.nav-menu nav.mainmenu ul li.header-navigation-link-active a
{
	
	color: var(--header-menu-navigation-active-link-text-color);
	
}

#header div.nav-menu nav.mainmenu ul li.header-navigation-link-active a:hover
{
	
	color: var(--header-menu-navigation-active-link-text-color-hover);
	
}

#header div.top-social a
{
	
	color: var(--header-menu-social-media-icon-color) !important;
	
}

#header div.top-social a:hover
{
	
	color: var(--header-menu-social-media-icon-color-hover) !important;
	
}





section.breadcrumb-section div.breadcrumb-text h2
{
	
	color: var(--breadcrumb-section-parent-page-main-title-text-color);
	
}

section.breadcrumb-section div.breadcrumb-text h2:hover
{
	
	color: var(--breadcrumb-section-parent-page-main-title-text-color-hover);
	
}

section.breadcrumb-section div.breadcrumb-controls a i.fa-home
{
	
	color: var(--breadcrumb-section-parent-page-home-icon-color);
	
}

section.breadcrumb-section div.breadcrumb-controls a i.fa-home:hover
{
	
	color: var(--breadcrumb-section-parent-page-home-icon-color-hover);
	
}

section.breadcrumb-section div.breadcrumb-controls a
{
	
	color: var(--breadcrumb-section-parent-page-title-text-color);
	
}

section.breadcrumb-section div.breadcrumb-controls a:hover
{
	
	color: var(--breadcrumb-section-parent-page-title-text-color-hover);
	
}

section.breadcrumb-section div.breadcrumb-controls a::after
{
	
	color: var(--breadcrumb-section-parent-page-to-children-page-right-arrow-color);
	
}

section.breadcrumb-section div.breadcrumb-controls a::after:hover
{
	
	color: var(--breadcrumb-section-parent-page-to-children-page-right-arrow-color-hover);
	
}

section.breadcrumb-section div.breadcrumb-controls span
{
	
	color: var(--breadcrumb-section-children-page-title-text-color);
	
}

section.breadcrumb-section div.breadcrumb-controls span:hover
{
	
	color: var(--breadcrumb-section-children-page-title-text-color-hover);
	
}





section.cta-section
{
	
	background-color: var(--call-to-action-horizontal-strap-section-background-color);
	
}

section.cta-section:hover
{
	
	background-color: var(--call-to-action-horizontal-strap-section-background-color-hover);
	
}

section.cta-section div.cta-text h3
{
	
	color: var(--call-to-action-horizontal-strap-section-heading-text-color);
	
}

section.cta-section div.cta-text h3:hover
{
	
	color: var(--call-to-action-horizontal-strap-section-heading-text-color-hover);
	
}

section.cta-section div.cta-text p
{
	
	color: var(--call-to-action-horizontal-strap-section-paragraph-text-color);
	
}

section.cta-section div.cta-text p:hover
{
	
	color: var(--call-to-action-horizontal-strap-section-paragraph-text-color-hover);
	
}

section.cta-section a.cta-btn
{
	
	background-color: var(--call-to-action-horizontal-strap-section-link-button-background-color);
	border-top: 1px solid var(--call-to-action-horizontal-strap-section-link-button-border-top-color) !important;
	border-right: 1px solid var(--call-to-action-horizontal-strap-section-link-button-border-right-color) !important;
	border-bottom: 1px solid var(--call-to-action-horizontal-strap-section-link-button-border-bottom-color) !important;
	border-left: 1px solid var(--call-to-action-horizontal-strap-section-link-button-border-left-color) !important;
	color: var(--call-to-action-horizontal-strap-section-link-button-text-color);
	
}

section.cta-section a.cta-btn:hover
{
	
	background-color: var(--call-to-action-horizontal-strap-section-link-button-background-color-hover);
	border-top: 1px solid var(--call-to-action-horizontal-strap-section-link-button-border-top-color-hover) !important;
	border-right: 1px solid var(--call-to-action-horizontal-strap-section-link-button-border-right-color-hover) !important;
	border-bottom: 1px solid var(--call-to-action-horizontal-strap-section-link-button-border-bottom-color-hover) !important;
	border-left: 1px solid var(--call-to-action-horizontal-strap-section-link-button-border-left-color-hover) !important;
	color: var(--call-to-action-horizontal-strap-section-link-button-text-color-hover);
	
}





footer.footer-section
{
	
	background-color: var(--footer-background-color);
	border-top-color: var(--footer-border-top-color);
	border-right-color: var(--footer-border-right-color);
	border-bottom-color: var(--footer-border-bottom-color);
	border-left-color: var(--footer-border-left-color);
	
}

footer.footer-section:hover
{
	
	background-color: var(--footer-background-color-hover);
	border-top-color: var(--footer-border-top-color-hover);
	border-right-color: var(--footer-border-right-color-hover);
	border-bottom-color: var(--footer-border-bottom-color-hover);
	border-left-color: var(--footer-border-left-color-hover);
	
}



footer.footer-section div.footer-widget ul.workout-program li a
{
	
	color: var(--footer-menu-navigation-link-text-color);
	
}

footer.footer-section div.footer-widget ul.workout-program li a:hover
{
	
	color: var(--footer-menu-navigation-link-text-color-hover);
	
}

footer.footer-section div.footer-widget ul.workout-program li.footer-navigation-link-active a
{
	
	color: var(--footer-menu-navigation-active-link-text-color);
	
}

footer.footer-section div.footer-widget ul.workout-program li.footer-navigation-link-active a:hover
{
	
	color: var(--footer-menu-navigation-active-link-text-color-hover);
	
}



footer.footer-section div.footer-logo-item p
{
	
	color: var(--footer-company-description-text-color);
	
}

footer.footer-section div.footer-logo-item p:hover
{
	
	color: var(--footer-company-description-text-color-hover);
	
}

footer.footer-section div.footer-logo-item div.social-links h6
{
	
	color: var(--footer-menu-follow-us-text-color);
	
}

footer.footer-section div.footer-logo-item div.social-links h6:hover
{
	
	color: var(--footer-menu-follow-us-text-color-hover);
	
}

footer.footer-section div.footer-logo-item div.social-links a
{
	
	color: var(--footer-menu-social-media-icon-color);
	
}

footer.footer-section div.footer-logo-item div.social-links a:hover
{
	
	color: var(--footer-menu-social-media-icon-color-hover);
	
}

footer.footer-section div.footer-widget h5
{
	
	color: var(--footer-menu-our-blogs-text-color);
	
}

footer.footer-section div.footer-widget h5:hover
{
	
	color: var(--footer-menu-our-blogs-text-color-hover);
	
}

footer.footer-section div.footer-widget div.footer-blog a.fb-item h6
{
	
	color: var(--footer-menu-blog-title-text-color);
	
}

footer.footer-section div.footer-widget div.footer-blog a.fb-item h6:hover
{
	
	color: var(--footer-menu-blog-title-text-color-hover);
	
}

footer.footer-section div.footer-widget div.footer-blog a.fb-item span.blog-time i.fa-clock-o
{
	
	color: var(--footer-menu-blog-date-icon-color);
	
}

footer.footer-section div.footer-widget div.footer-blog a.fb-item span.blog-time i.fa-clock-o:hover
{
	
	color: var(--footer-menu-blog-date-icon-color-hover);
	
}

footer.footer-section div.footer-widget div.footer-blog a.fb-item span.blog-time
{
	
	color: var(--footer-menu-blog-date-text-color);
	
}

footer.footer-section div.footer-widget div.footer-blog a.fb-item span.blog-time:hover
{
	
	color: var(--footer-menu-blog-date-text-color-hover);
	
}

footer.footer-section div.footer-widget h5
{
	
	color: var(--footer-menu-navigation-text-color);
	
}

footer.footer-section div.footer-widget h5:hover
{
	
	color: var(--footer-menu-navigation-text-color-hover);
	
}

footer.footer-section div.footer-widget h5
{
	
	color: var(--footer-menu-get-info-text-color);
	
}

footer.footer-section div.footer-widget h5:hover
{
	
	color: var(--footer-menu-get-info-text-color-hover);
	
}

footer.footer-section div.footer-widget ul.footer-info li a i
{
	
	color: var(--footer-website-details-icon-color);
	
}

footer.footer-section div.footer-widget ul.footer-info li a i:hover
{
	
	color: var(--footer-website-details-icon-color-hover);
	
}

footer.footer-section div.footer-widget ul.footer-info li a span
{
	
	color: var(--footer-website-details-text-color);
	
}

footer.footer-section div.footer-widget ul.footer-info li a span:hover
{
	
	color: var(--footer-website-details-text-color-hover);
	
}

footer.footer-section div.footer-widget ul.footer-info li a
{
	
	color: var(--footer-website-details-link-text-color);
	
}

footer.footer-section div.footer-widget ul.footer-info li a:hover
{
	
	color: var(--footer-website-details-link-text-color-hover);
	
}



footer.footer-section div.copyright-text
{
	
	background-color: var(--footer-copyright-section-background-color);
	border-top-color: var(--footer-copyright-section-border-top-color);
	border-right-color: var(--footer-copyright-section-border-right-color);
	border-bottom-color: var(--footer-copyright-section-border-bottom-color);
	border-left-color: var(--footer-copyright-section-border-left-color);
	
}

footer.footer-section div.copyright-text:hover
{
	
	background-color: var(--footer-copyright-section-background-color-hover);
	border-top-color: var(--footer-copyright-section-border-top-color-hover);
	border-right-color: var(--footer-copyright-section-border-right-color-hover);
	border-bottom-color: var(--footer-copyright-section-border-bottom-color-hover);
	border-left-color: var(--footer-copyright-section-border-left-color-hover);
	
}

footer.footer-section div.copyright-text div.ct-inside
{
	
	color: var(--footer-copyright-text-color);
	
}

footer.footer-section div.copyright-text div.ct-inside:hover
{
	
	color: var(--footer-copyright-text-color-hover);
	
}

footer.footer-section div.copyright-text div.ct-inside a
{
	
	color: var(--footer-copyright-link-text-color);
	
}

footer.footer-section div.copyright-text div.ct-inside a:hover
{
	
	color: var(--footer-copyright-link-text-color-hover);
	
}





section.hero-section
{
	
	background-color: var(--home-page-slider-images-section-background-color);
	
}

section.hero-section:hover
{
	
	background-color: var(--home-page-slider-images-section-background-color-hover);
	
}

section.hero-section div.owl-carousel div.owl-dots button.owl-dot
{
	
	background-color: var(--home-page-slider-images-section-slider-image-dot-background-color);
	
}

section.hero-section div.owl-carousel div.owl-dots button.owl-dot:hover
{
	
	background-color: var(--home-page-slider-images-section-slider-image-dot-background-color-hover);
	
}

section.hero-section div.owl-carousel div.owl-dots button.owl-dot.active:after
{
	
	border-color: var(--home-page-slider-images-section-slider-image-active-dot-border-color);
	
}

section.hero-section div.owl-carousel div.owl-dots button.owl-dot.active:after:hover
{
	
	border-color: var(--home-page-slider-images-section-slider-image-active-dot-border-color-hover);
	
}



section.home-about
{
	
	background-color: var(--home-page-about-section-background-color);
	
}

section.home-about:hover
{
	
	background-color: var(--home-page-about-section-background-color-hover);
	
}

section.home-about div.about-text h2
{
	
	color: var(--home-page-about-section-heading-text-color);
	
}

section.home-about div.about-text h2:hover
{
	
	color: var(--home-page-about-section-heading-text-color-hover);
	
}

section.home-about div.about-text p.short-details
{
	
	color: var(--home-page-about-section-paragraph-text-color);
	
}

section.home-about div.about-text p.short-details:hover
{
	
	color: var(--home-page-about-section-paragraph-text-color-hover);
	
}

section.home-about div.about-text p.long-details
{
	
	color: var(--home-page-about-section-paragraph-text-color);
	
}

section.home-about div.about-text p.long-details:hover
{
	
	color: var(--home-page-about-section-paragraph-text-color-hover);
	
}

section.home-about div.about-text a.about-btn
{
	
	background-color: var(--home-page-about-section-button-background-color);
	border-color: var(--home-page-about-section-button-border-color);
	color: var(--home-page-about-section-button-text-color);
	
}

section.home-about div.about-text a.about-btn:hover
{
	
	background-color: var(--home-page-about-section-button-background-color-hover);
	border-color: var(--home-page-about-section-button-border-color-hover);
	color: var(--home-page-about-section-button-text-color-hover);
	
}



section.classes-section
{
	
	color: var(--home-page-products-section-background-color);
	
}

section.classes-section:hover
{
	
	color: var(--home-page-products-section-background-color-hover);
	
}

section.classes-section div.class-title div.section-title h2
{
	
	color: var(--home-page-products-section-heading-text-color);
	
}

section.classes-section div.class-title div.section-title h2:hover
{
	
	color: var(--home-page-products-section-heading-text-color-hover);
	
}

section.classes-section div.class-title div.section-title p
{
	
	color: var(--home-page-products-section-paragraph-text-color);
	
}

section.classes-section div.class-title div.section-title p:hover
{
	
	color: var(--home-page-products-section-paragraph-text-color-hover);
	
}

section.classes-section div.container-fluid div.classes-item h4
{
	
	color: var(--home-page-products-section-product-title-text-color);
	
}

section.classes-section div.container-fluid div.classes-item h4:hover
{
	
	color: var(--home-page-products-section-product-title-text-color-hover);
	
}

section.classes-section div.container-fluid div.classes-item p
{
	
	color: var(--home-page-products-section-product-excerpt-text-color);
	
}

section.classes-section div.container-fluid div.classes-item p:hover
{
	
	color: var(--home-page-products-section-product-excerpt-text-color-hover);
	
}

section.classes-section div.container-fluid div.classes-item p
{
	
	color: var(--home-page-products-section-product-description-text-color);
	
}

section.classes-section div.container-fluid div.classes-item p:hover
{
	
	color: var(--home-page-products-section-product-description-text-color-hover);
	
}

section.classes-section div.container-fluid div.classes-item a.class-btn
{
	
	background-color: var(--home-page-products-section-product-read-more-button-background-color);
	border: 1px solid var(--home-page-products-section-product-read-more-button-border-color);
	color: var(--home-page-products-section-product-read-more-button-text-color);
	
}

section.classes-section div.container-fluid div.classes-item a.class-btn:hover
{
	
	background-color: var(--home-page-products-section-product-read-more-button-background-color-hover);
	border: 1px solid var(--home-page-products-section-product-read-more-button-border-color-hover);
	color: var(--home-page-products-section-product-read-more-button-text-color-hover);
	
}





section.chooseus-section
{
	
	background-color: var(--home-page-choose-us-section-background-color);
	
}

section.chooseus-section:hover
{
	
	background-color: var(--home-page-choose-us-section-background-color-hover);
	
}

section.chooseus-section div.section-title h2
{
	
	color: var(--home-page-choose-us-section-choose-us-heading-text-color);
	
}

section.chooseus-section div.section-title h2:hover
{
	
	color: var(--home-page-choose-us-section-choose-us-heading-text-color-hover);
	
}

section.chooseus-section div.section-title p
{
	
	color: var(--home-page-choose-us-section-choose-us-paragraph-text-color);
	
}

section.chooseus-section div.section-title p:hover
{
	
	color: var(--home-page-choose-us-section-choose-us-paragraph-text-color-hover);
	
}

section.chooseus-section div.choose-item h5
{
	
	color: var(--home-page-choose-us-section-choose-us-title-text-color);
	
}

section.chooseus-section div.choose-item h5:hover
{
	
	color: var(--home-page-choose-us-section-choose-us-title-text-color-hover);
	
}

section.chooseus-section div.choose-item p
{
	
	color: var(--home-page-choose-us-section-choose-us-description-text-color);
	
}

section.chooseus-section div.choose-item p:hover
{
	
	color: var(--home-page-choose-us-section-choose-us-description-text-color-hover);
	
}





section.blog-section
{
	
	color: var(--home-page-blogs-section-background-color);
	
}

section.blog-section:hover
{
	
	color: var(--home-page-blogs-section-background-color-hover);
	
}

section.blog-section div.section-title h2
{
	
	color: var(--home-page-blogs-section-heading-text-color);
	
}

section.blog-section div.section-title h2:hover
{
	
	color: var(--home-page-blogs-section-heading-text-color-hover);
	
}

section.blog-section div.section-title p
{
	
	color: var(--home-page-blogs-section-paragraph-text-color);
	
}

section.blog-section div.section-title p:hover
{
	
	color: var(--home-page-blogs-section-paragraph-text-color-hover);
	
}

section.blog-section div.blog-grid div.grid-item div.blog-item a.blog-text h5
{
	
	color: var(--home-page-blogs-section-blog-title-link-text-color);
	
}

section.blog-section div.blog-grid div.grid-item div.blog-item a.blog-text h5:hover
{
	
	color: var(--home-page-blogs-section-blog-title-link-text-color-hover);
	
}





section.aboutus-section
{
	
	background-color: var(--about-page-about-section-background-color);
	
}

section.aboutus-section:hover
{
	
	background-color: var(--about-page-about-section-background-color-hover);
	
}

section.aboutus-section div.aboutus-page-text div.section-title h2
{
	
	color: var(--about-page-about-section-heading-text-color);
	
}

section.aboutus-section div.aboutus-page-text div.section-title h2:hover
{
	
	color: var(--about-page-about-section-heading-text-color-hover);
	
}

section.aboutus-section div.aboutus-page-text div.section-title p
{
	
	color: var(--about-page-about-section-paragraph-text-color);
	
}

section.aboutus-section div.aboutus-page-text div.section-title p:hover
{
	
	color: var(--about-page-about-section-paragraph-text-color-hover);
	
}

section.aboutus-section div.about-us h4
{
	
	color: var(--about-page-about-section-heading-text-color);
	
}

section.aboutus-section div.about-us h4:hover
{
	
	color: var(--about-page-about-section-heading-text-color-hover);
	
}

section.aboutus-section div.about-us p
{
	
	color: var(--about-page-about-section-paragraph-text-color);
	
}

section.aboutus-section div.about-us p:hover
{
	
	color: var(--about-page-about-section-paragraph-text-color-hover);
	
}

section.aboutus-section div.about-quality h4
{
	
	color: var(--about-page-about-section-quality-point-heading-text-color);
	
}

section.aboutus-section div.about-quality h4:hover
{
	
	color: var(--about-page-about-section-quality-point-heading-text-color-hover);
	
}

section.aboutus-section div.about-quality p
{
	
	color: var(--about-page-about-section-quality-point-paragraph-text-color);
	
}

section.aboutus-section div.about-quality p:hover
{
	
	color: var(--about-page-about-section-quality-point-paragraph-text-color-hover);
	
}

section.aboutus-section div.about-quality ul li i.fa-check-circle-o
{
	
	color: var(--about-page-about-section-quality-point-icon-color);
	
}

section.aboutus-section div.about-quality ul li i.fa-check-circle-o:hover
{
	
	color: var(--about-page-about-section-quality-point-icon-color-hover);
	
}

section.aboutus-section div.about-quality ul li
{
	
	color: var(--about-page-about-section-quality-point-title-text-color);
	
}

section.aboutus-section div.about-quality ul li:hover
{
	
	color: var(--about-page-about-section-quality-point-title-text-color-hover);
	
}





section.testimonial-section div.testimonial-slider div.owl-stage-outer div.owl-stage div.owl-item div.ts-item div.author-name h5
{
	
	color: var(--about-page-testimonials-section-testimonial-name-text-color);
	
}

section.testimonial-section div.testimonial-slider div.owl-stage-outer div.owl-stage div.owl-item div.ts-item div.author-name h5:hover
{
	
	color: var(--about-page-testimonials-section-testimonial-name-text-color-hover);
	
}

section.testimonial-section div.testimonial-slider div.owl-stage-outer div.owl-stage div.owl-item div.ts-item div.author-name span
{
	
	color: var(--about-page-testimonials-section-testimonial-title-text-color);
	
}

section.testimonial-section div.testimonial-slider div.owl-stage-outer div.owl-stage div.owl-item div.ts-item div.author-name span:hover
{
	
	color: var(--about-page-testimonials-section-testimonial-title-text-color-hover);
	
}

section.testimonial-section div.testimonial-slider div.owl-stage-outer div.owl-stage div.owl-item div.ts-item h4
{
	
	color: var(--about-page-testimonials-section-testimonial-description-text-color);
	
}

section.testimonial-section div.testimonial-slider div.owl-stage-outer div.owl-stage div.owl-item div.ts-item h4:hover
{
	
	color: var(--about-page-testimonials-section-testimonial-description-text-color-hover);
	
}

section.testimonial-section div.testimonial-slider div.owl-dots button.owl-dot
{
	
	background-color: var(--about-page-testimonials-section-testimonial-slider-pagination-dot-color);
	
}

section.testimonial-section div.testimonial-slider div.owl-dots button.owl-dot:hover
{
	
	background-color: var(--about-page-testimonials-section-testimonial-slider-pagination-dot-color-hover);
	
}

section.testimonial-section div.testimonial-slider div.owl-dots button.owl-dot.active
{
	
	background-color: var(--about-page-testimonials-section-testimonial-slider-pagination-active-dot-color);
	
}

section.testimonial-section div.testimonial-slider div.owl-dots button.owl-dot.active:hover
{
	
	background-color: var(--about-page-testimonials-section-testimonial-slider-pagination-active-dot-color-hover);
	
}





section.trainer-section
{
	
	background-color: var(--about-page-team-members-section-background-color);
	
}

section.trainer-section:hover
{
	
	background-color: var(--about-page-team-members-section-background-color-hover);
	
}

section.trainer-section div.section-title h2
{
	
	color: var(--about-page-team-members-section-heading-text-color);
	
}

section.trainer-section div.section-title h2:hover
{
	
	color: var(--about-page-team-members-section-heading-text-color-hover);
	
}

section.trainer-section div.section-title p
{
	
	color: var(--about-page-team-members-section-paragraph-text-color);
	
}

section.trainer-section div.section-title p:hover
{
	
	color: var(--about-page-team-members-section-paragraph-text-color-hover);
	
}

section.trainer-section div.section-title div.trainer-item div.ti-pic div.ti-links a
{
	
	background-color: var(--about-page-team-members-section-team-member-social-media-link-background-color);
	
}

section.trainer-section div.section-title div.trainer-item div.ti-pic div.ti-links a:hover
{
	
	background-color: var(--about-page-team-members-section-team-member-social-media-link-background-color-hover);
	
}

section.trainer-section div.section-title div.trainer-item div.ti-pic div.ti-links a i
{
	
	color: var(--about-page-team-members-section-team-member-social-media-link-icon-color);
	
}

section.trainer-section div.section-title div.trainer-item div.ti-pic div.ti-links a i:hover
{
	
	color: var(--about-page-team-members-section-team-member-social-media-link-icon-color-hover);
	
}

section.trainer-section div.trainer-item div.ti-pic div.trainer-text
{
	
	background-color: var(--about-page-team-members-section-team-member-background-color);
	
}

section.trainer-section div.trainer-item div.ti-pic div.trainer-text:hover
{
	
	background-color: var(--about-page-team-members-section-team-member-background-color-hover);
	
}

section.trainer-section div.trainer-item div.ti-pic div.trainer-text h5
{
	
	color: var(--about-page-team-members-section-team-member-name-text-color);
	
}

section.trainer-section div.trainer-item div.ti-pic div.trainer-text h5:hover
{
	
	color: var(--about-page-team-members-section-team-member-name-text-color-hover);
	
}

section.trainer-section div.trainer-item div.ti-pic div.trainer-text h5
{
	
	color: var(--about-page-team-members-section-team-member-title-text-color);
	
}

section.trainer-section div.trainer-item div.ti-pic div.trainer-text h5:hover
{
	
	color: var(--about-page-team-members-section-team-member-title-text-color-hover);
	
}





section.contact-section
{
	
	background-color: var(--contact-page-contact-section-background-color);
	
}

section.contact-section:hover
{
	
	background-color: var(--contact-page-contact-section-background-color-hover);
	
}

section.contact-section div.contact-info h4
{
	
	color: var(--contact-page-contact-section-information-title-text-color);
	
}

section.contact-section div.contact-info h4:hover
{
	
	color: var(--contact-page-contact-section-information-title-text-color-hover);
	
}

section.contact-section div.contact-info ul li a i
{
	
	color: var(--contact-page-contact-section-website-details-icon-color);
	
}

section.contact-section div.contact-info ul li a i:hover
{
	
	color: var(--contact-page-contact-section-website-details-icon-color-hover);
	
}

section.contact-section div.contact-info ul li a
{
	
	color: var(--contact-page-contact-section-website-details-link-text-color);
	
}

section.contact-section div.contact-info ul li a:hover
{
	
	color: var(--contact-page-contact-section-website-details-link-text-color-hover);
	
}

section.contact-section div.contact-address h4
{
	
	color: var(--contact-page-contact-section-address-title-text-color);
	
}

section.contact-section div.contact-address h4:hover
{
	
	color: var(--contact-page-contact-section-address-title-text-color-hover);
	
}

section.contact-section div.contact-address ul li a i
{
	
	color: var(--contact-page-contact-section-website-details-icon-color);
	
}

section.contact-section div.contact-address ul li a i:hover
{
	
	color: var(--contact-page-contact-section-website-details-icon-color-hover);
	
}

section.contact-section div.contact-address ul li a
{
	
	color: var(--contact-page-contact-section-website-details-link-text-color);
	
}

section.contact-section div.contact-address ul li a:hover
{
	
	color: var(--contact-page-contact-section-website-details-link-text-color-hover);
	
}

section.contact-section div.contact-form h4
{
	
	color: var(--contact-page-contact-section-get-in-touch-title-text-color);
	
}

section.contact-section div.contact-form h4:hover
{
	
	color: var(--contact-page-contact-section-get-in-touch-title-text-color-hover);
	
}



section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_name[name="contacter_name"]::placeholder
{
	
	color: var(--contact-page-contact-section-contacter-name-input-type-placeholder-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_name[name="contacter_name"]::placeholder:hover
{
	
	color: var(--contact-page-contact-section-contacter-name-input-type-placeholder-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_name[name="contacter_name"]
{
	
	background-color: var(--contact-page-contact-section-contacter-name-input-type-background-color);
	border-color: var(--contact-page-contact-section-contacter-name-input-type-border-color);
	color: var(--contact-page-contact-section-contacter-name-input-type-text-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_name[name="contacter_name"]:hover
{
	
	background-color: var(--contact-page-contact-section-contacter-name-input-type-background-color-hover);
	border-color: var(--contact-page-contact-section-contacter-name-input-type-border-color-hover);
	color: var(--contact-page-contact-section-contacter-name-input-type-text-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_name[name="contacter_name"]:-webkit-autofill
{
	
	background-color: var(--contact-page-contact-section-contacter-name-input-type-autofill-background-color);
	border-color: var(--contact-page-contact-section-contacter-name-input-type-autofill-border-color);
	color: var(--contact-page-contact-section-contacter-name-input-type-autofill-text-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_name[name="contacter_name"]:-webkit-autofill:hover
{
	
	background-color: var(--contact-page-contact-section-contacter-name-input-type-autofill-background-color-hover);
	border-color: var(--contact-page-contact-section-contacter-name-input-type-autofill-border-color-hover);
	color: var(--contact-page-contact-section-contacter-name-input-type-autofill-text-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_name[name="contacter_name"]:focus
{
	
	background-color: var(--contact-page-contact-section-contacter-name-input-type-focus-background-color);
	border-color: var(--contact-page-contact-section-contacter-name-input-type-focus-border-color);
	color: var(--contact-page-contact-section-contacter-name-input-type-focus-text-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_name[name="contacter_name"]:focus:hover
{
	
	background-color: var(--contact-page-contact-section-contacter-name-input-type-focus-background-color-hover);
	border-color: var(--contact-page-contact-section-contacter-name-input-type-focus-border-color-hover);
	color: var(--contact-page-contact-section-contacter-name-input-type-focus-text-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_name[name="contacter_name"]:-webkit-autofill:focus
{
	
	background-color: var(--contact-page-contact-section-contacter-name-input-type-autofill-focus-background-color);
	border-color: var(--contact-page-contact-section-contacter-name-input-type-autofill-focus-border-color);
	color: var(--contact-page-contact-section-contacter-name-input-type-autofill-focus-text-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_name[name="contacter_name"]:-webkit-autofill:focus:hover
{
	
	background-color: var(--contact-page-contact-section-contacter-name-input-type-autofill-focus-background-color-hover);
	border-color: var(--contact-page-contact-section-contacter-name-input-type-autofill-focus-border-color-hover);
	color: var(--contact-page-contact-section-contacter-name-input-type-autofill-focus-text-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_subject[name="contacter_subject"]::placeholder
{
	
	color: var(--contact-page-contact-section-contacter-subject-input-type-placeholder-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_subject[name="contacter_subject"]::placeholder:hover
{
	
	color: var(--contact-page-contact-section-contacter-subject-input-type-placeholder-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_subject[name="contacter_subject"]
{
	
	background-color: var(--contact-page-contact-section-contacter-subject-input-type-background-color);
	border-color: var(--contact-page-contact-section-contacter-subject-input-type-border-color);
	color: var(--contact-page-contact-section-contacter-subject-input-type-text-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_subject[name="contacter_subject"]:hover
{
	
	background-color: var(--contact-page-contact-section-contacter-subject-input-type-background-color-hover);
	border-color: var(--contact-page-contact-section-contacter-subject-input-type-border-color-hover);
	color: var(--contact-page-contact-section-contacter-subject-input-type-text-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_subject[name="contacter_subject"]:-webkit-autofill
{
	
	background-color: var(--contact-page-contact-section-contacter-subject-input-type-autofill-background-color);
	border-color: var(--contact-page-contact-section-contacter-subject-input-type-autofill-border-color);
	color: var(--contact-page-contact-section-contacter-subject-input-type-autofill-text-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_subject[name="contacter_subject"]:-webkit-autofill:hover
{
	
	background-color: var(--contact-page-contact-section-contacter-subject-input-type-autofill-background-color-hover);
	border-color: var(--contact-page-contact-section-contacter-subject-input-type-autofill-border-color-hover);
	color: var(--contact-page-contact-section-contacter-subject-input-type-autofill-text-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_subject[name="contacter_subject"]:focus
{
	
	background-color: var(--contact-page-contact-section-contacter-subject-input-type-focus-background-color);
	border-color: var(--contact-page-contact-section-contacter-subject-input-type-focus-border-color);
	color: var(--contact-page-contact-section-contacter-subject-input-type-focus-text-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_subject[name="contacter_subject"]:focus:hover
{
	
	background-color: var(--contact-page-contact-section-contacter-subject-input-type-focus-background-color-hover);
	border-color: var(--contact-page-contact-section-contacter-subject-input-type-focus-border-color-hover);
	color: var(--contact-page-contact-section-contacter-subject-input-type-focus-text-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_subject[name="contacter_subject"]:-webkit-autofill:focus
{
	
	background-color: var(--contact-page-contact-section-contacter-subject-input-type-autofill-focus-background-color);
	border-color: var(--contact-page-contact-section-contacter-subject-input-type-autofill-focus-border-color);
	color: var(--contact-page-contact-section-contacter-subject-input-type-autofill-focus-text-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_subject[name="contacter_subject"]:-webkit-autofill:focus:hover
{
	
	background-color: var(--contact-page-contact-section-contacter-subject-input-type-autofill-focus-background-color-hover);
	border-color: var(--contact-page-contact-section-contacter-subject-input-type-autofill-focus-border-color-hover);
	color: var(--contact-page-contact-section-contacter-subject-input-type-autofill-focus-text-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_email_address[name="contacter_email_address"]::placeholder
{
	
	color: var(--contact-page-contact-section-contacter-email-address-input-type-placeholder-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_email_address[name="contacter_email_address"]::placeholder:hover
{
	
	color: var(--contact-page-contact-section-contacter-email-address-input-type-placeholder-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_email_address[name="contacter_email_address"]
{
	
	background-color: var(--contact-page-contact-section-contacter-email-address-input-type-background-color);
	border-color: var(--contact-page-contact-section-contacter-email-address-input-type-border-color);
	color: var(--contact-page-contact-section-contacter-email-address-input-type-text-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_email_address[name="contacter_email_address"]:hover
{
	
	background-color: var(--contact-page-contact-section-contacter-email-address-input-type-background-color-hover);
	border-color: var(--contact-page-contact-section-contacter-email-address-input-type-border-color-hover);
	color: var(--contact-page-contact-section-contacter-email-address-input-type-text-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_email_address[name="contacter_email_address"]:-webkit-autofill
{
	
	background-color: var(--contact-page-contact-section-contacter-email-address-input-type-autofill-background-color);
	border-color: var(--contact-page-contact-section-contacter-email-address-input-type-autofill-border-color);
	color: var(--contact-page-contact-section-contacter-email-address-input-type-autofill-text-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_email_address[name="contacter_email_address"]:-webkit-autofill:hover
{
	
	background-color: var(--contact-page-contact-section-contacter-email-address-input-type-autofill-background-color-hover);
	border-color: var(--contact-page-contact-section-contacter-email-address-input-type-autofill-border-color-hover);
	color: var(--contact-page-contact-section-contacter-email-address-input-type-autofill-text-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_email_address[name="contacter_email_address"]:focus
{
	
	background-color: var(--contact-page-contact-section-contacter-email-address-input-type-focus-background-color);
	border-color: var(--contact-page-contact-section-contacter-email-address-input-type-focus-border-color);
	color: var(--contact-page-contact-section-contacter-email-address-input-type-focus-text-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_email_address[name="contacter_email_address"]:focus:hover
{
	
	background-color: var(--contact-page-contact-section-contacter-email-address-input-type-focus-background-color-hover);
	border-color: var(--contact-page-contact-section-contacter-email-address-input-type-focus-border-color-hover);
	color: var(--contact-page-contact-section-contacter-email-address-input-type-focus-text-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_email_address[name="contacter_email_address"]:-webkit-autofill:focus
{
	
	background-color: var(--contact-page-contact-section-contacter-email-address-input-type-autofill-focus-background-color);
	border-color: var(--contact-page-contact-section-contacter-email-address-input-type-autofill-focus-border-color);
	color: var(--contact-page-contact-section-contacter-email-address-input-type-autofill-focus-text-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_email_address[name="contacter_email_address"]:-webkit-autofill:focus:hover
{
	
	background-color: var(--contact-page-contact-section-contacter-email-address-input-type-autofill-focus-background-color-hover);
	border-color: var(--contact-page-contact-section-contacter-email-address-input-type-autofill-focus-border-color-hover);
	color: var(--contact-page-contact-section-contacter-email-address-input-type-autofill-focus-text-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_mobile_number[name="contacter_mobile_number"]::placeholder
{
	
	color: var(--contact-page-contact-section-contacter-mobile-number-input-type-placeholder-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_mobile_number[name="contacter_mobile_number"]::placeholder:hover
{
	
	color: var(--contact-page-contact-section-contacter-mobile-number-input-type-placeholder-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_mobile_number[name="contacter_mobile_number"]
{
	
	background-color: var(--contact-page-contact-section-contacter-mobile-number-input-type-background-color);
	border-color: var(--contact-page-contact-section-contacter-mobile-number-input-type-border-color);
	color: var(--contact-page-contact-section-contacter-mobile-number-input-type-text-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_mobile_number[name="contacter_mobile_number"]:hover
{
	
	background-color: var(--contact-page-contact-section-contacter-mobile-number-input-type-background-color-hover);
	border-color: var(--contact-page-contact-section-contacter-mobile-number-input-type-border-color-hover);
	color: var(--contact-page-contact-section-contacter-mobile-number-input-type-text-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_mobile_number[name="contacter_mobile_number"]:-webkit-autofill
{
	
	background-color: var(--contact-page-contact-section-contacter-mobile-number-input-type-autofill-background-color);
	border-color: var(--contact-page-contact-section-contacter-mobile-number-input-type-autofill-border-color);
	color: var(--contact-page-contact-section-contacter-mobile-number-input-type-autofill-text-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_mobile_number[name="contacter_mobile_number"]:-webkit-autofill:hover
{
	
	background-color: var(--contact-page-contact-section-contacter-mobile-number-input-type-autofill-background-color-hover);
	border-color: var(--contact-page-contact-section-contacter-mobile-number-input-type-autofill-border-color-hover);
	color: var(--contact-page-contact-section-contacter-mobile-number-input-type-autofill-text-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_mobile_number[name="contacter_mobile_number"]:focus
{
	
	background-color: var(--contact-page-contact-section-contacter-mobile-number-input-type-focus-background-color);
	border-color: var(--contact-page-contact-section-contacter-mobile-number-input-type-focus-border-color);
	color: var(--contact-page-contact-section-contacter-mobile-number-input-type-focus-text-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_mobile_number[name="contacter_mobile_number"]:focus:hover
{
	
	background-color: var(--contact-page-contact-section-contacter-mobile-number-input-type-focus-background-color-hover);
	border-color: var(--contact-page-contact-section-contacter-mobile-number-input-type-focus-border-color-hover);
	color: var(--contact-page-contact-section-contacter-mobile-number-input-type-focus-text-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_mobile_number[name="contacter_mobile_number"]:-webkit-autofill:focus
{
	
	background-color: var(--contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-background-color);
	border-color: var(--contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-border-color);
	color: var(--contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-text-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] input#contacter_mobile_number[name="contacter_mobile_number"]:-webkit-autofill:focus:hover
{
	
	background-color: var(--contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-background-color-hover);
	border-color: var(--contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-border-color-hover);
	color: var(--contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-text-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] textarea#contacter_message[name="contacter_message"]::placeholder
{
	
	color: var(--contact-page-contact-section-contacter-message-input-type-textarea-placeholder-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] textarea#contacter_message[name="contacter_message"]::placeholder:hover
{
	
	color: var(--contact-page-contact-section-contacter-message-input-type-textarea-placeholder-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] textarea#contacter_message[name="contacter_message"]
{
	
	background-color: var(--contact-page-contact-section-contacter-message-input-type-textarea-background-color);
	border-color: var(--contact-page-contact-section-contacter-message-input-type-textarea-border-color);
	color: var(--contact-page-contact-section-contacter-message-input-type-textarea-text-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] textarea#contacter_message[name="contacter_message"]:hover
{
	
	background-color: var(--contact-page-contact-section-contacter-message-input-type-textarea-background-color-hover);
	border-color: var(--contact-page-contact-section-contacter-message-input-type-textarea-border-color-hover);
	color: var(--contact-page-contact-section-contacter-message-input-type-text-textarea-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] textarea#contacter_message[name="contacter_message"]:-webkit-autofill
{
	
	background-color: var(--contact-page-contact-section-contacter-message-input-type-textarea-autofill-background-color);
	border-color: var(--contact-page-contact-section-contacter-message-input-type-textarea-autofill-border-color);
	color: var(--contact-page-contact-section-contacter-message-input-type-textarea-autofill-text-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] textarea#contacter_message[name="contacter_message"]:-webkit-autofill:hover
{
	
	background-color: var(--contact-page-contact-section-contacter-message-input-type-textarea-autofill-background-color-hover);
	border-color: var(--contact-page-contact-section-contacter-message-input-type-textarea-autofill-border-color-hover);
	color: var(--contact-page-contact-section-contacter-message-input-type-textarea-autofill-text-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] textarea#contacter_message[name="contacter_message"]:focus
{
	
	background-color: var(--contact-page-contact-section-contacter-message-input-type-textarea-focus-background-color);
	border-color: var(--contact-page-contact-section-contacter-message-input-type-textarea-focus-border-color);
	color: var(--contact-page-contact-section-contacter-message-input-type-textarea-focus-text-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] textarea#contacter_message[name="contacter_message"]:focus:hover
{
	
	background-color: var(--contact-page-contact-section-contacter-message-input-type-textarea-focus-background-color-hover);
	border-color: var(--contact-page-contact-section-contacter-message-input-type-textarea-focus-border-color-hover);
	color: var(--contact-page-contact-section-contacter-message-input-type-textarea-focus-text-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] textarea#contacter_message[name="contacter_message"]:-webkit-autofill:focus
{
	
	background-color: var(--contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-background-color);
	border-color: var(--contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-border-color);
	color: var(--contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-text-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] textarea#contacter_message[name="contacter_message"]:-webkit-autofill:focus:hover
{
	
	background-color: var(--contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-background-color-hover);
	border-color: var(--contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-border-color-hover);
	color: var(--contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-text-color-hover);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] button#contacter_insert_button[name="contacter_insert_button"]
{
	
	background-color: var(--contact-page-contact-section-contacter-send-message-button-background-color);
	border-color: var(--contact-page-contact-section-contacter-send-message-button-border-color);
	color: var(--contact-page-contact-section-contacter-send-message-button-text-color);
	
}

section.contact-section div.contact-form form#contact-page-contact-form[name="contact-page-contact-form"] button#contacter_insert_button[name="contacter_insert_button"]:hover
{
	
	background-color: var(--contact-page-contact-section-contacter-send-message-button-background-color-hover);
	border-color: var(--contact-page-contact-section-contacter-send-message-button-border-color-hover);
	color: var(--contact-page-contact-section-contacter-send-message-button-text-color-hover);
	
}



section.contact-section div.section-title h2
{
	
	color: var(--contact-page-find-us-here-title-text-color);
	
}

section.contact-section div.section-title h2:hover
{
	
	color: var(--contact-page-find-us-here-title-text-color-hover);
	
}





section.gallery-section
{
	
	background-color: var(--gallery-page-gallery-section-background-color);
	
}

section.gallery-section:hover
{
	
	background-color: var(--gallery-page-gallery-section-background-color-hover);
	
}

section.gallery-section div.section-title h2
{
	
	color: var(--gallery-page-gallery-section-heading-text-color);
	
}

section.gallery-section div.section-title h2:hover
{
	
	color: var(--gallery-page-gallery-section-heading-text-color-hover);
	
}

section.gallery-section div.section-title p
{
	
	color: var(--gallery-page-gallery-section-paragraph-text-color);
	
}

section.gallery-section div.section-title p:hover
{
	
	color: var(--gallery-page-gallery-section-paragraph-text-color-hover);
	
}

section.gallery-section div.gallery-controls ul li
{
	
	color: var(--gallery-page-gallery-category-slug-link-text-color);
	
}

section.gallery-section div.gallery-controls ul li:hover
{
	
	color: var(--gallery-page-gallery-category-slug-link-text-color-hover);
	
}

section.gallery-section div.gallery-controls ul li.active
{
	
	color: var(--gallery-page-gallery-category-slug-active-link-text-color);
	
}

section.gallery-section div.gallery-controls ul li.active:hover
{
	
	color: var(--gallery-page-gallery-category-slug-active-link-text-color-hover);
	
}

section.gallery-section div.gallery-controls ul li
{
	
	color: var(--gallery-page-gallery-tag-slug-link-text-color);
	
}

section.gallery-section div.gallery-controls ul li:hover
{
	
	color: var(--gallery-page-gallery-tag-slug-link-text-color-hover);
	
}

section.gallery-section div.gallery-controls ul li.active
{
	
	color: var(--gallery-page-gallery-tag-slug-active-link-text-color);
	
}

section.gallery-section div.gallery-controls ul li.active:hover
{
	
	color: var(--gallery-page-gallery-tag-slug-active-link-text-color-hover);
	
}

section.gallery-section div.gallery-filter div.gallery-item div.gi-hover-warp a.image-popup
{
	
	border-color: var(--gallery-page-gallery-image-maginifying-glass-border-color);
	color: var(--gallery-page-gallery-image-maginifying-glass-text-color);
	
}

section.gallery-section div.gallery-filter div.gallery-item div.gi-hover-warp a.image-popup:hover
{
	
	border-color: var(--gallery-page-gallery-image-maginifying-glass-border-color-hover);
	color: var(--gallery-page-gallery-image-maginifying-glass-text-color-hover);
	
}

section.gallery-section div.gallery-filter div.gallery-item div.gi-hover-warp a.image-popup i.fa-search-plus
{
	
	color: var(--gallery-page-gallery-image-maginifying-glass-icon-color);
	
}

section.gallery-section div.gallery-filter div.gallery-item div.gi-hover-warp a.image-popup i.fa-search-plus:hover
{
	
	color: var(--gallery-page-gallery-image-maginifying-glass-icon-color-hover);
	
}

section.gallery-section div.gallery-filter div.gallery-item div.gi-hover-warp h6
{
	
	color: var(--gallery-page-gallery-image-title-text-color);
	
}

section.gallery-section div.gallery-filter div.gallery-item div.gi-hover-warp h6:hover
{
	
	color: var(--gallery-page-gallery-image-title-text-color-hover);
	
}

section.gallery-section div.gallery-filter div.gallery-item:after
{
	
	background-color: var(--gallery-page-gallery-image-rgba-translucent-layer-background-color);
	
}

section.gallery-section div.gallery-filter div.gallery-item:after:hover
{
	
	background-color: var(--gallery-page-gallery-image-rgba-translucent-layer-background-color-hover);
	
}

section.gallery-section div.gallery-filter div.gallery-item:before
{
	
	background-color: var(--gallery-page-gallery-image-border-bottom-color);
	
}

section.gallery-section div.gallery-filter div.gallery-item:before:hover
{
	
	background-color: var(--gallery-page-gallery-image-border-bottom-color-hover);
	
}

div.mfp-bg
{
	
	background-color: var(--gallery-page-gallery-image-open-background-color);
	opacity: var(--gallery-page-gallery-image-open-opacity);
	
}

div.mfp-bg:hover
{
	
	background-color: var(--gallery-page-gallery-image-open-background-color-hover);
	opacity: var(--gallery-page-gallery-image-open-opacity-hover);
	
}

div.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready div.mfp-container.mfp-s-ready.mfp-image-holder div.mfp-content div.mfp-figure button.mfp-close
{
	
	color: var(--gallery-page-gallery-image-open-close-button-icon-color);
	
}

div.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready div.mfp-container.mfp-s-ready.mfp-image-holder div.mfp-content div.mfp-figure button.mfp-close:hover
{
	
	color: var(--gallery-page-gallery-image-open-close-button-icon-color-hover);
	
}

div.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready div.mfp-container.mfp-s-ready.mfp-image-holder div.mfp-content div.mfp-figure figure figcaption div.mfp-bottom-bar div.mfp-title
{
	
	color: var(--gallery-page-gallery-image-open-gallery-image-title-text-color);
	
}

div.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready div.mfp-container.mfp-s-ready.mfp-image-holder div.mfp-content div.mfp-figure figure figcaption div.mfp-bottom-bar div.mfp-title:hover
{
	
	color: var(--gallery-page-gallery-image-open-gallery-image-title-text-color-hover);
	
}





section.blog-section
{
	
	background-color: var(--blogs-page-blogs-section-background-color);
	
}

section.blog-section:hover
{
	
	background-color: var(--blogs-page-blogs-section-background-color-hover);
	
}

section.blog-section div.section-title h2
{
	
	color: var(--blogs-page-blog-section-heading-text-color);
	
}

section.blog-section div.section-title h2:hover
{
	
	color: var(--blogs-page-blog-section-heading-text-color-hover);
	
}

section.blog-section div.section-title p
{
	
	color: var(--blogs-page-blog-section-paragraph-text-color);
	
}

section.blog-section div.section-title p:hover
{
	
	color: var(--blogs-page-blog-section-paragraph-text-color-hover);
	
}

section.blog-section div.blog-grid div.grid-item div.blog-item a.blog-text h5
{
	
	color: var(--blogs-page-blog-section-blog-title-link-text-color);
	
}

section.blog-section div.blog-grid div.grid-item div.blog-item a.blog-text h5:hover
{
	
	color: var(--blogs-page-blog-section-blog-title-link-text-color-hover);
	
}





section.blog-single-hero div.bs-hero-text h2
{
	
	color: var(--blog-details-page-blog-banner-img-section-blog-title-link-text-color);
	
}

section.blog-single-hero div.bs-hero-text h2:hover
{
	
	color: var(--blog-details-page-blog-banner-img-section-blog-title-link-text-color-hover);
	
}

section.blog-single-hero div.bs-hero-text ul li::after
{
	
	color: var(--blog-details-page-blog-banner-img-section-blog-pipe-text-color);
	
}

section.blog-single-hero div.bs-hero-text ul li::after:hover
{
	
	color: var(--blog-details-page-blog-banner-img-section-blog-pipe-text-color-hover);
	
}

section.blog-single-hero div.bs-hero-text ul li[itemprop="author"]
{
	
	color: var(--blog-details-page-blog-banner-img-section-blog-author-text-color);
	
}

section.blog-single-hero div.bs-hero-text ul li[itemprop="author"]:hover
{
	
	color: var(--blog-details-page-blog-banner-img-section-blog-author-text-color-hover);
	
}

section.blog-single-hero div.bs-hero-text ul li[itemprop="datePublished"]
{
	
	color: var(--blog-details-page-blog-banner-img-section-blog-date-text-color);
	
}

section.blog-single-hero div.bs-hero-text ul li[itemprop="datePublished"]:hover
{
	
	color: var(--blog-details-page-blog-banner-img-section-blog-date-text-color-hover);
	
}

section.blog-single-hero div.bs-hero-text ul li[itemprop="commentCount"]
{
	
	color: var(--blog-details-page-blog-banner-img-section-blog-comment-count-text-color);
	
}

section.blog-single-hero div.bs-hero-text ul li[itemprop="commentCount"]:hover
{
	
	color: var(--blog-details-page-blog-banner-img-section-blog-comment-count-text-color-hover);
	
}

section.blog-single-section
{
	
	background-color: var(--blog-details-page-blog-details-section-background-color);
	
}

section.blog-single-section:hover
{
	
	background-color: var(--blog-details-page-blog-details-section-background-color-hover);
	
}

section.blog-single-section div.blog-single-text div.blog-title h4
{
	
	color: var(--blog-details-page-blog-details-section-blog-title-text-color);
	
}

section.blog-single-section div.blog-single-text div.blog-title h4:hover
{
	
	color: var(--blog-details-page-blog-details-section-blog-title-text-color-hover);
	
}

section.blog-single-section div.blog-single-text div.blog-title p
{
	
	color: var(--blog-details-page-blog-details-section-blog-excerpt-text-color);
	
}

section.blog-single-section div.blog-single-text div.blog-title p:hover
{
	
	color: var(--blog-details-page-blog-details-section-blog-excerpt-text-color-hover);
	
}

section.blog-single-section div.blog-single-text div.blog-title p
{
	
	color: var(--blog-details-page-blog-details-section-blog-description-text-color);
	
}

section.blog-single-section div.blog-single-text div.blog-title p:hover
{
	
	color: var(--blog-details-page-blog-details-section-blog-description-text-color-hover);
	
}

section.blog-single-section div.recent-news h4
{
	
	color: var(--blog-details-page-recent-blogs-title-text-color);
	
}

section.blog-single-section div.recent-news h4:hover
{
	
	color: var(--blog-details-page-recent-blogs-title-text-color-hover);
	
}

section.blog-single-section div.recent-news div.recent-item a.recent-text h5
{
	
	color: var(--blog-details-page-recent-blogs-blog-title-link-text-color);
	
}

section.blog-single-section div.recent-news div.recent-item a.recent-text h5:hover
{
	
	color: var(--blog-details-page-recent-blogs-blog-title-link-text-color-hover);
	
}



.blog-single-text .blog-quote i
{
	
	color: var(--blog-details-page-blog-comment-blockquote-icon-color);
	
}

.blog-single-text .blog-quote i:hover
{
	
	color: var(--blog-details-page-blog-comment-blockquote-icon-color-hover);
	
}

.blog-single-text .blog-quote h5
{
	
	color:  var(--blog-details-page-blog-comment-name-text-color);
	
}

.blog-single-text .blog-quote h5:hover
{
	
	color:  var(--blog-details-page-blog-comment-name-text-color-hover);
	
}

.blog-single-text .blog-quote .quote-text
{
	
	color: var(--blog-details-page-blog-comment-description-text-color);
	
}

.blog-single-text .blog-quote .quote-text:hover
{
	
	color: var(--blog-details-page-blog-comment-description-text-color-hover);
	
}



.blog-single-text  ul.blog-comment-replies .blog-quote i
{
	
	color: var(--blog-details-page-blog-comment-reply-blockquote-icon-color);
	
}

.blog-single-text  ul.blog-comment-replies .blog-quote i:hover
{
	
	color: var(--blog-details-page-blog-comment-reply-blockquote-icon-color-hover);
	
}

.blog-single-text  ul.blog-comment-replies .blog-quote h5
{
	
	color:  var(--blog-details-page-blog-comment-reply-name-text-color);
	
}

.blog-single-text  ul.blog-comment-replies .blog-quote h5:hover
{
	
	color:  var(--blog-details-page-blog-comment-reply-name-text-color-hover);
	
}

.blog-single-text  ul.blog-comment-replies .blog-quote .quote-text
{
	
	color: var(--blog-details-page-blog-comment-reply-description-text-color);
	
}

.blog-single-text  ul.blog-comment-replies .blog-quote .quote-text:hover
{
	
	color: var(--blog-details-page-blog-comment-reply-description-text-color-hover);
	
}



section.blog-single-section div.leave-comment-form h4
{
	
	color: var(--blog-details-page-blog-comment-form-leave-a-blog-comment-text-color);
	
}

section.blog-single-section div.leave-comment-form h4:hover
{
	
	color: var(--blog-details-page-blog-comment-form-leave-a-blog-comment-text-color-hover);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] input#blog_comment_name[name="blog_comment_name"]::placeholder
{
	
	color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-placeholder-color);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] input#blog_comment_name[name="blog_comment_name"]::placeholder:hover
{
	
	color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-placeholder-color-hover);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] input#blog_comment_name[name="blog_comment_name"]
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-background-color);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-border-color);
	color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-text-color);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] input#blog_comment_name[name="blog_comment_name"]:hover
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-background-color-hover);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-border-color-hover);
	color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-text-color-hover);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] input#blog_comment_name[name="blog_comment_name"]:-webkit-autofill
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-background-color);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-border-color);
	color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-text-color);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] input#blog_comment_name[name="blog_comment_name"]:-webkit-autofill:hover
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-background-color-hover);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-border-color-hover);
	color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-text-color-hover);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] input#blog_comment_name[name="blog_comment_name"]:focus
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-background-color);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-border-color);
	color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-text-color);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] input#blog_comment_name[name="blog_comment_name"]:focus:hover
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-background-color-hover);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-border-color-hover);
	color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-text-color-hover);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] input#blog_comment_name[name="blog_comment_name"]:-webkit-autofill:focus
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-background-color);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-border-color);
	color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-text-color);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] input#blog_comment_name[name="blog_comment_name"]:-webkit-autofill:focus:hover
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-background-color-hover);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-border-color-hover);
	color: var(--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-text-color-hover);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] input#blog_comment_email_address[name="blog_comment_email_address"]::placeholder
{
	
	color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-placeholder-color);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] input#blog_comment_email_address[name="blog_comment_email_address"]::placeholder:hover
{
	
	color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-placeholder-color-hover);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] input#blog_comment_email_address[name="blog_comment_email_address"]
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-background-color);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-border-color);
	color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-text-color);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] input#blog_comment_email_address[name="blog_comment_email_address"]:hover
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-background-color-hover);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-border-color-hover);
	color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-text-color-hover);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] input#blog_comment_email_address[name="blog_comment_email_address"]:-webkit-autofill
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-background-color);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-border-color);
	color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-text-color);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] input#blog_comment_email_address[name="blog_comment_email_address"]:-webkit-autofill:hover
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-background-color-hover);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-border-color-hover);
	color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-text-color-hover);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] input#blog_comment_email_address[name="blog_comment_email_address"]:focus
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-background-color);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-border-color);
	color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-text-color);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] input#blog_comment_email_address[name="blog_comment_email_address"]:focus:hover
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-background-color-hover);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-border-color-hover);
	color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-text-color-hover);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] input#blog_comment_email_address[name="blog_comment_email_address"]:-webkit-autofill:focus
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-background-color);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-border-color);
	color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-text-color);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] input#blog_comment_email_address[name="blog_comment_email_address"]:-webkit-autofill:focus:hover
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-background-color-hover);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-border-color-hover);
	color: var(--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-text-color-hover);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] textarea#blog_comment_description[name="blog_comment_description"]::placeholder
{
	
	color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-placeholder-color);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] textarea#blog_comment_description[name="blog_comment_description"]::placeholder:hover
{
	
	color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-placeholder-color-hover);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] textarea#blog_comment_description[name="blog_comment_description"]
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-background-color);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-border-color);
	color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-text-color);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] textarea#blog_comment_description[name="blog_comment_description"]:hover
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-background-color-hover);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-border-color-hover);
	color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-text-textarea-color-hover);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] textarea#blog_comment_description[name="blog_comment_description"]:-webkit-autofill
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-background-color);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-border-color);
	color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-text-color);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] textarea#blog_comment_description[name="blog_comment_description"]:-webkit-autofill:hover
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-background-color-hover);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-border-color-hover);
	color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-text-color-hover);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] textarea#blog_comment_description[name="blog_comment_description"]:focus
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-background-color);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-border-color);
	color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-text-color);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] textarea#blog_comment_description[name="blog_comment_description"]:focus:hover
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-background-color-hover);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-border-color-hover);
	color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-text-color-hover);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] textarea#blog_comment_description[name="blog_comment_description"]:-webkit-autofill:focus
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-background-color);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-border-color);
	color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-text-color);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] textarea#blog_comment_description[name="blog_comment_description"]:-webkit-autofill:focus:hover
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-background-color-hover);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-border-color-hover);
	color: var(--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-text-color-hover);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] button#blog_comment_insert_button[name="blog_comment_insert_button"]
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-send-message-button-background-color);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-send-message-button-border-color);
	color: var(--blog-details-page-blog-comment-form-blog-comment-send-message-button-text-color);
	
}

section.blog-single-section div.leave-comment-form form#blog-comment-form[name="blog-comment-form"] button#blog_comment_insert_button[name="blog_comment_insert_button"]:hover
{
	
	background-color: var(--blog-details-page-blog-comment-form-blog-comment-send-message-button-background-color-hover);
	border-color: var(--blog-details-page-blog-comment-form-blog-comment-send-message-button-border-color-hover);
	color: var(--blog-details-page-blog-comment-form-blog-comment-send-message-button-text-color-hover);
	
}





section.aboutus-section
{
	
	color: var(--faqs-page-faqs-section-background-color);
	
}

section.aboutus-section:hover
{
	
	color: var(--faqs-page-faqs-section-background-color-hover);
	
}

section.aboutus-section div.aboutus-page-text div.section-title h2
{
	
	color: var(--faqs-page-faqs-section-title-heading-text-color);
	
}

section.aboutus-section div.aboutus-page-text div.section-title h2:hover
{
	
	color: var(--faqs-page-faqs-section-title-heading-text-color-hover);
	
}

section.aboutus-section div.aboutus-page-text div.section-title p
{
	
	color: var(--faqs-page-faqs-section-title-paragraph-text-color);
	
}

section.aboutus-section div.aboutus-page-text div.section-title p:hover
{
	
	color: var(--faqs-page-faqs-section-title-paragraph-text-color-hover);
	
}

section.aboutus-section div.aboutus-page-text h4[itemprop="name"]
{
	
	color: var(--faqs-page-faqs-section-faq-title-text-color);
	
}

section.aboutus-section div.aboutus-page-text h4[itemprop="name"]:hover
{
	
	color: var(--faqs-page-faqs-section-faq-title-text-color-hover);
	
}

section.aboutus-section div.aboutus-page-text p[itemprop="text"]
{
	
	color: var(--faqs-page-faqs-section-faq-description-text-color);
	
}

section.aboutus-section div.aboutus-page-text p[itemprop="text"]:hover
{
	
	color: var(--faqs-page-faqs-section-faq-description-text-color-hover);
	
}





section.aboutus-section
{
	
	color: var(--disclaimers-page-disclaimers-section-background-color);
	
}

section.aboutus-section:hover
{
	
	color: var(--disclaimers-page-disclaimers-section-background-color-hover);
	
}

section.aboutus-section div.aboutus-page-text div.section-title h2
{
	
	color: var(--disclaimers-page-disclaimers-section-title-heading-text-color);
	
}

section.aboutus-section div.aboutus-page-text div.section-title h2:hover
{
	
	color: var(--disclaimers-page-disclaimers-section-title-heading-text-color-hover);
	
}

section.aboutus-section div.aboutus-page-text div.section-title p
{
	
	color: var(--disclaimers-page-disclaimers-section-title-paragraph-text-color);
	
}

section.aboutus-section div.aboutus-page-text div.section-title p:hover
{
	
	color: var(--disclaimers-page-disclaimers-section-title-paragraph-text-color-hover);
	
}

section.aboutus-section div.aboutus-page-text h4[itemprop="name"]
{
	
	color: var(--disclaimers-page-disclaimers-section-disclaimer-title-text-color);
	
}

section.aboutus-section div.aboutus-page-text h4[itemprop="name"]:hover
{
	
	color: var(--disclaimers-page-disclaimers-section-disclaimer-title-text-color-hover);
	
}

section.aboutus-section div.aboutus-page-text p[itemprop="text"]
{
	
	color: var(--disclaimers-page-disclaimers-section-disclaimer-description-text-color);
	
}

section.aboutus-section div.aboutus-page-text p[itemprop="text"]:hover
{
	
	color: var(--disclaimers-page-disclaimers-section-disclaimer-description-text-color-hover);
	
}





section.aboutus-section
{
	
	color: var(--privacy-policies-page-privacy-policies-section-background-color);
	
}

section.aboutus-section:hover
{
	
	color: var(--privacy-policies-page-privacy-policies-section-background-color-hover);
	
}

section.aboutus-section div.aboutus-page-text div.section-title h2
{
	
	color: var(--privacy-policies-page-privacy-policies-section-title-heading-text-color);
	
}

section.aboutus-section div.aboutus-page-text div.section-title h2:hover
{
	
	color: var(--privacy-policies-page-privacy-policies-section-title-heading-text-color-hover);
	
}

section.aboutus-section div.aboutus-page-text div.section-title p
{
	
	color: var(--privacy-policies-page-privacy-policies-section-title-paragraph-text-color);
	
}

section.aboutus-section div.aboutus-page-text div.section-title p:hover
{
	
	color: var(--privacy-policies-page-privacy-policies-section-title-paragraph-text-color-hover);
	
}

section.aboutus-section div.aboutus-page-text h4[itemprop="name"]
{
	
	color: var(--privacy-policies-page-privacy-policies-section-privacy-policy-title-text-color);
	
}

section.aboutus-section div.aboutus-page-text h4[itemprop="name"]:hover
{
	
	color: var(--privacy-policies-page-privacy-policies-section-privacy-policy-title-text-color-hover);
	
}

section.aboutus-section div.aboutus-page-text p[itemprop="text"]
{
	
	color: var(--privacy-policies-page-privacy-policies-section-privacy-policy-description-text-color);
	
}

section.aboutus-section div.aboutus-page-text p[itemprop="text"]:hover
{
	
	color: var(--privacy-policies-page-privacy-policies-section-privacy-policy-description-text-color-hover);
	
}





section.aboutus-section
{
	
	color: var(--terms-of-services-page-terms-of-services-section-background-color);
	
}

section.aboutus-section:hover
{
	
	color: var(--terms-of-services-page-terms-of-services-section-background-color-hover);
	
}

section.aboutus-section div.aboutus-page-text div.section-title h2
{
	
	color: var(--terms-of-services-page-terms-of-services-section-title-heading-text-color);
	
}

section.aboutus-section div.aboutus-page-text div.section-title h2:hover
{
	
	color: var(--terms-of-services-page-terms-of-services-section-title-heading-text-color-hover);
	
}

section.aboutus-section div.aboutus-page-text div.section-title p
{
	
	color: var(--terms-of-services-page-terms-of-services-section-title-paragraph-text-color);
	
}

section.aboutus-section div.aboutus-page-text div.section-title p:hover
{
	
	color: var(--terms-of-services-page-terms-of-services-section-title-paragraph-text-color-hover);
	
}

section.aboutus-section div.aboutus-page-text h4[itemprop="name"]
{
	
	color: var(--terms-of-services-page-terms-of-services-section-term-of-service-title-text-color);
	
}

section.aboutus-section div.aboutus-page-text h4[itemprop="name"]:hover
{
	
	color: var(--terms-of-services-page-terms-of-services-section-term-of-service-title-text-color-hover);
	
}

section.aboutus-section div.aboutus-page-text p[itemprop="text"]
{
	
	color: var(--terms-of-services-page-terms-of-services-section-term-of-service-description-text-color);
	
}

section.aboutus-section div.aboutus-page-text p[itemprop="text"]:hover
{
	
	color: var(--terms-of-services-page-terms-of-services-section-term-of-service-description-text-color-hover);
	
}





section.aboutus-section
{
	
	color: var(--terms-and-conditions-page-terms-and-conditions-section-background-color);
	
}

section.aboutus-section:hover
{
	
	color: var(--terms-and-conditions-page-terms-and-conditions-section-background-color-hover);
	
}

section.aboutus-section div.aboutus-page-text div.section-title h2
{
	
	color: var(--terms-and-conditions-page-terms-and-conditions-section-title-heading-text-color);
	
}

section.aboutus-section div.aboutus-page-text div.section-title h2:hover
{
	
	color: var(--terms-and-conditions-page-terms-and-conditions-section-title-heading-text-color-hover);
	
}

section.aboutus-section div.aboutus-page-text div.section-title p
{
	
	color: var(--terms-and-conditions-page-terms-and-conditions-section-title-paragraph-text-color);
	
}

section.aboutus-section div.aboutus-page-text div.section-title p:hover
{
	
	color: var(--terms-and-conditions-page-terms-and-conditions-section-title-paragraph-text-color-hover);
	
}

section.aboutus-section div.aboutus-page-text h4[itemprop="name"]
{
	
	color: var(--terms-and-conditions-page-terms-and-conditions-section-term-and-condition-title-text-color);
	
}

section.aboutus-section div.aboutus-page-text h4[itemprop="name"]:hover
{
	
	color: var(--terms-and-conditions-page-terms-and-conditions-section-term-and-condition-title-text-color-hover);
	
}

section.aboutus-section div.aboutus-page-text p[itemprop="text"]
{
	
	color: var(--terms-and-conditions-page-terms-and-conditions-section-term-and-condition-description-text-color);
	
}

section.aboutus-section div.aboutus-page-text p[itemprop="text"]:hover
{
	
	color: var(--terms-and-conditions-page-terms-and-conditions-section-term-and-condition-description-text-color-hover);
	
}









/* Dark Mode And Light Mode Custom CSS Starts */

body
{
	
	
	
	
	
	--preloader-background-color: #FFFFFF;
    --preloader-background-color-hover: #FFFFFF;
	
    --preloader-file: url("../../images/preloaders/light-preloader-file-for-light-theme-mode.gif");
    --preloader-file-hover: url("../../images/preloaders/light-preloader-file-for-light-theme-mode.gif");
    
    --preloader-spinner-border-color: "transparent";
    --preloader-spinner-border-color-hover: "transparent";
    
    --preloader-spinner-color: #EBEBEB;
    --preloader-spinner-color-hover: #EBEBEB;
	
	
	
	
	
    --scrollbar-track-background-color:  #FFFFFF;
    
    --scrollbar-thumb-background-color:  #1E3A8A;
    --scrollbar-thumb-background-color-hover:  #00072D;
    
    --scrollbar-width: 10px;
    
    --scrollbar-track-border-radius: 20px;
    
    --scrollbar-thumb-border-radius: 20px;
    
    
    
    
    
    --light-mode-dark-mode-theme-toggle-button-background-color: rgba(0, 0, 0, 0.4);
    --light-mode-dark-mode-theme-toggle-button-background-color-hover: rgba(255, 255, 255, 0.4);
    
    --light-mode-dark-mode-theme-toggle-button-border-color: rgba(0, 0, 0, 0.4);
    --light-mode-dark-mode-theme-toggle-button-border-color-hover: rgba(0, 0, 0, 0.4);
    
    --light-mode-dark-mode-theme-toggle-button-icon-color: #FFFFFF;
    --light-mode-dark-mode-theme-toggle-button-icon-color-hover: #000000;
    
    
    
    
    
    --back-to-top-background-color: rgba(0, 0, 0, 0.4);
    --back-to-top-background-color-hover: rgba(255, 255, 255, 0.4);
    
    --back-to-top-border-color: rgba(0, 0, 0, 0.4);
    --back-to-top-border-color-hover: rgba(0, 0, 0, 0.4);
    
    --back-to-top-border-radius: 999px;
    --back-to-top-border-radius-hover: 999px;
    
    --back-to-top-arrow-color: #FFFFFF;
    --back-to-top-arrow-color-hover: #000000;
    
    
    
    
    
    --autocomplete-input-background-color: #D2D2D2;
    --autocomplete-input-background-color-hover: #D2D2D2;
	
	--autocomplete-input-border-top-color: #ECECEC;
	--autocomplete-input-border-top-color-hover: #ECECEC;
	
	--autocomplete-input-border-right-color: #ECECEC;
	--autocomplete-input-border-right-color-hover: #ECECEC;
	
	--autocomplete-input-border-bottom-color: #ECECEC;
	--autocomplete-input-border-bottom-color-hover: #ECECEC;
	
	--autocomplete-input-border-left-color: #ECECEC;
	--autocomplete-input-border-left-color-hover: #ECECEC;
	
	--autocomplete-input-text-color: #595959;
	--autocomplete-input-text-color-hover: #595959;
    
    
    
    
    
    --main-color: #1E3A8A;
    --main-color-hover: #00072D;
    
    --read-more-text-color: #1E3A8A;
	--read-more-text-color-hover: #00072D;
	
	--not-found-text-color: #000000;
	--not-found-text-color-hover: #000000;
    
    
    
    
    
	--section-background-color: #EAEAEA;
	--section-background-color-hover: #EAEAEA;
	
	--section-text-color: #000000;
	--section-text-color-hover: #000000;
	
	--text-color: #000000;
	--text-color-hover: #000000;
	
	--link-text-color: #000000;
    --link-text-color-hover: #1E3A8A;
	
	--heading-text-color: #000000;
	--heading-text-color-hover: #000000;
	
	--paragraph-text-color: #000000;
	--paragraph-text-color-hover: #000000;
	
	--heading-1-text-color: #000000;
	--heading-1-text-color-hover: #000000;
	
	--heading-2-text-color: #000000;
	--heading-2-text-color-hover: #000000;
	
	--heading-3-text-color: #000000;
	--heading-3-text-color-hover: #000000;
	
	--heading-4-text-color: #000000;
	--heading-4-text-color-hover: #000000;
	
	--heading-5-text-color: #000000;
	--heading-5-text-color-hover: #000000;
	
	--heading-6-text-color: #000000;
	--heading-6-text-color-hover: #000000;
	
	--button-background-color: #1E3A8A;
	--button-background-color-hover: #00072D;
	
	--button-border-color: #00072D;
	--button-border-color-hover: #1E3A8A;
	
	--button-text-color: #000000;
	--button-text-color-hover: #000000;
    
    
    
    
    
    --header-home-page-header-background-color: transparent;
    --header-home-page-header-background-color-hover: transparent;
    
    /* --header-home-page-header-background-color: #EAEAEA; */
    /* --header-home-page-header-background-color-hover: #EAEAEA; */
    
    --header-home-page-header-rgba-background-color: rgba(255, 255, 255, 0.46);
    --header-home-page-header-rgba-background-color-hover: rgba(255, 255, 255, 0.46);
    
    --header-home-page-header-background-backdrop-filter-saturate-percentage: 180%;
    --header-home-page-header-background-backdrop-filter-saturate-percentage-hover: 180%;
    
    --header-home-page-header-background-backdrop-filter-blur: 6px;
    --header-home-page-header-background-backdrop-filter-blur-hover: 6px;
    
    --header-home-page-header-border-top-color: transparent;
    --header-home-page-header-border-top-color-hover: transparent;
    
    --header-home-page-header-border-right-color: transparent;
    --header-home-page-header-border-right-color-hover: transparent;
    
    --header-home-page-header-border-bottom-color: transparent;
    --header-home-page-header-border-bottom-color-hover: transparent;
    
    --header-home-page-header-border-left-color: transparent;
    --header-home-page-header-border-left-color-hover: transparent;
    
    
    
    --header-background-color: #EAEAEA;
    --header-background-color-hover: #EAEAEA;
    
    --header-rgba-background-color: rgba(255, 255, 255, 0.46);
    --header-rgba-background-color-hover: rgba(255, 255, 255, 0.46);
    
    --header-background-backdrop-filter-saturate-percentage: 180%;
    --header-background-backdrop-filter-saturate-percentage-hover: 180%;
    
    --header-background-backdrop-filter-blur: 6px;
    --header-background-backdrop-filter-blur-hover: 6px;
    
    --header-border-top-color: #DEDAD6;
    --header-border-top-color-hover: #DEDAD6;
    
    --header-border-right-color: #DEDAD6;
    --header-border-right-color-hover: #DEDAD6;
    
    --header-border-bottom-color: #DEDAD6;
    --header-border-bottom-color-hover: #DEDAD6;
    
    --header-border-left-color: #DEDAD6;
    --header-border-left-color-hover: #DEDAD6;
    
	
    
    --header-menu-mobile-navigation-menu-button-background-color: #DDDDDD;
    --header-menu-mobile-navigation-menu-button-background-color-hover: #DDDDDD;
	
	--header-menu-mobile-navigation-menu-button-menu-text-color: #000000;
    --header-menu-mobile-navigation-menu-button-menu-text-color-hover: #000000;
    
    --header-menu-mobile-navigation-menu-button-hamburger-icon-color: #000000;
    --header-menu-mobile-navigation-menu-button-hamburger-icon-color-hover: #000000;
    
    --header-menu-mobile-navigation-menu-open-background-color: #DDDDDD;
    --header-menu-mobile-navigation-menu-open-background-color-hover: #DDDDDD;
    
    --header-menu-mobile-navigation-link-background-color: transparent;
    --header-menu-mobile-navigation-link-background-color-hover: #1E3A8A;
    
    --header-menu-mobile-navigation-link-text-color: #000000;
    --header-menu-mobile-navigation-link-text-color-hover: #000000;
    
    --header-menu-mobile-navigation-active-link-background-color: #1E3A8A;
    --header-menu-mobile-navigation-active-link-background-color-hover: #00072D;
    
    --header-menu-mobile-navigation-active-link-text-color: #000000;
    --header-menu-mobile-navigation-active-link-text-color-hover: #000000;
    
    --header-menu-navigation-link-text-color: #000000;
    --header-menu-navigation-link-text-color-hover: #1E3A8A;
    
    --header-menu-navigation-active-link-text-color: #1E3A8A;
    --header-menu-navigation-active-link-text-color-hover: #00072D;
    
    --header-menu-social-media-icon-color: #000000;
    --header-menu-social-media-icon-color-hover: #00072D;
    
    
    
    
    
    --breadcrumb-section-background-image: url("/images/breadcrumb-images/light-breadcrumb-background-image-for-light-theme-mode.png");
    --breadcrumb-section-background-image-hover: url("/images/breadcrumb-images/light-breadcrumb-background-image-for-light-theme-mode.png");
    
    --breadcrumb-section-parent-page-main-title-text-color: #000000;
    --breadcrumb-section-parent-page-main-title-text-color-hover: #000000;
    
    --breadcrumb-section-parent-page-home-icon-color: #000000;
    --breadcrumb-section-parent-page-home-icon-color-hover: #000000;
    
    --breadcrumb-section-parent-page-title-text-color: #000000;
    --breadcrumb-section-parent-page-title-text-color-hover: #000000;
    
    --breadcrumb-section-parent-page-to-children-page-right-arrow-color: #000000;
    --breadcrumb-section-parent-page-to-children-page-right-arrow-color-hover: #000000;
    
    --breadcrumb-section-children-page-title-text-color: #000000;
    --breadcrumb-section-children-page-title-text-color-hover: #000000;
    
    
    
    
    
	--call-to-action-horizontal-strap-section-background-color: #1E3A8A;
    --call-to-action-horizontal-strap-section-background-color-hover: #1E3A8A;
    
    --call-to-action-horizontal-strap-section-heading-text-color: #FFFFFF;
    --call-to-action-horizontal-strap-section-heading-text-color-hover: #FFFFFF;
	
	--call-to-action-horizontal-strap-section-paragraph-text-color: #FFFFFF;
    --call-to-action-horizontal-strap-section-paragraph-text-color-hover: #FFFFFF;
	
	--call-to-action-horizontal-strap-section-link-button-background-color: #1E3A8A;
    --call-to-action-horizontal-strap-section-link-button-background-color-hover: #00072D;
	
	--call-to-action-horizontal-strap-section-link-button-border-top-color: #FFFFFF;
    --call-to-action-horizontal-strap-section-link-button-border-top-color-hover: #FFFFFF;
	
	--call-to-action-horizontal-strap-section-link-button-border-right-color: #FFFFFF;
    --call-to-action-horizontal-strap-section-link-button-border-right-color-hover: #FFFFFF;
	
	--call-to-action-horizontal-strap-section-link-button-border-bottom-color: #FFFFFF;
    --call-to-action-horizontal-strap-section-link-button-border-bottom-color-hover: #FFFFFF;
	
	--call-to-action-horizontal-strap-section-link-button-border-left-color: #FFFFFF;
    --call-to-action-horizontal-strap-section-link-button-border-left-color-hover: #FFFFFF;
	
	--call-to-action-horizontal-strap-section-link-button-text-color: #FFFFFF;
    --call-to-action-horizontal-strap-section-link-button-text-color-hover: #FFFFFF;
    
    
    
    
    
    --footer-background-color: #EAEAEA;
    --footer-background-color-hover: #EAEAEA;
    
    --footer-border-top-color: #EAEAEA;
    --footer-border-top-color-hover: #EAEAEA;
    
    --footer-border-right-color: #EAEAEA;
    --footer-border-right-color-hover: #EAEAEA;
    
    --footer-border-bottom-color: #EAEAEA;
    --footer-border-bottom-color-hover: #EAEAEA;
    
    --footer-border-left-color: #EAEAEA;
    --footer-border-left-color-hover: #EAEAEA;
    
    
    
    --footer-menu-navigation-link-text-color: #000000;
    --footer-menu-navigation-link-text-color-hover: #1E3A8A;
    
    --footer-menu-navigation-active-link-text-color: #1E3A8A;
    --footer-menu-navigation-active-link-text-color-hover: #00072D;
    
    
    
	--footer-company-description-text-color: #504B40;
	--footer-company-description-text-color-hover: #1E3A8A;
	
	--footer-menu-follow-us-text-color: #000000;
	--footer-menu-follow-us-text-color-hover: #000000;
	
    --footer-menu-social-media-icon-color: #000000;
    --footer-menu-social-media-icon-color-hover: #00072D;
    
    --footer-menu-our-blogs-text-color: #000000;
    --footer-menu-our-blogs-text-color-hover: #000000;
	
	--footer-menu-blog-title-text-color: #000000;
    --footer-menu-blog-title-text-color-hover: #000000;
    
    --footer-menu-blog-date-icon-color: #1E3A8A;
    --footer-menu-blog-date-icon-color-hover: #1E3A8A;
    
    --footer-menu-blog-date-text-color: #504B40;
    --footer-menu-blog-date-text-color-hover: #504B40;
    
    --footer-menu-navigation-text-color: #000000;
    --footer-menu-navigation-text-color-hover: #000000;
    
    --footer-menu-get-info-text-color: #000000;
    --footer-menu-get-info-text-color-hover: #000000;
    
    --footer-website-details-icon-color: #1E3A8A;
    --footer-website-details-icon-color-hover: #00072D;
    
    --footer-website-details-text-color: #000000;
    --footer-website-details-text-color-hover: #000000;
    
    --footer-website-details-link-text-color: #504B40;
    --footer-website-details-link-text-color-hover: #1E3A8A;
    
    
    
    --footer-copyright-section-background-color: #FFFFFF;
    --footer-copyright-section-background-color-hover: #FFFFFF;
    
    --footer-copyright-section-border-top-color: #FFFFFF;
    --footer-copyright-section-border-top-color-hover: #FFFFFF;
	
	--footer-copyright-section-border-right-color: #FFFFFF;
    --footer-copyright-section-border-right-color-hover: #FFFFFF;
	
	--footer-copyright-section-border-bottom-color: #FFFFFF;
    --footer-copyright-section-border-bottom-color-hover: #FFFFFF;
	
	--footer-copyright-section-border-left-color: #FFFFFF;
    --footer-copyright-section-border-left-color-hover: #FFFFFF;
	
    --footer-copyright-text-color: #504B40;
    --footer-copyright-text-color-hover: #504B40;
    
    --footer-copyright-link-text-color: #1E3A8A;
    --footer-copyright-link-text-color-hover: #00072D;
	
	
	
	
	
    --home-page-slider-images-section-background-color: #EAEAEA;
    --home-page-slider-images-section-background-color-hover: #EAEAEA;
	
	--home-page-slider-images-section-slider-image-dot-background-color: #000000;
    --home-page-slider-images-section-slider-image-dot-background-color-hover: #1E3A8A;
	
	--home-page-slider-images-section-slider-image-active-dot-border-color: #000000;
	--home-page-slider-images-section-slider-image-active-dot-border-color-hover: #1E3A8A;
	
	
	
	--home-page-about-section-background-color: #EAEAEA;
	--home-page-about-section-background-color-hover: #EAEAEA;
	
	--home-page-about-section-heading-text-color: #000000;
	--home-page-about-section-heading-text-color-hover: #000000;
	
	--home-page-about-section-paragraph-text-color: #000000;
	--home-page-about-section-paragraph-text-color-hover: #000000;
	
	--home-page-about-section-button-background-color: #1E3A8A;
	--home-page-about-section-button-background-color-hover: #00072D;
	
	--home-page-about-section-button-border-color: #1E3A8A;
	--home-page-about-section-button-border-color-hover: #00072D;
	
	--home-page-about-section-button-text-color: #FFFFFF;
	--home-page-about-section-button-text-color-hover: #FFFFFF;
	
	
	
	--home-page-products-section-background-color: #EAEAEA;
	--home-page-products-section-background-color-hover: #EAEAEA;
	
	--home-page-products-section-heading-text-color: #000000;
	--home-page-products-section-heading-text-color-hover: #000000;
	
	--home-page-products-section-paragraph-text-color: #000000;
	--home-page-products-section-paragraph-text-color-hover: #000000;
	
	--home-page-products-section-product-title-text-color: #000000;
	--home-page-products-section-product-title-text-color-hover: #000000;
	
	--home-page-products-section-product-excerpt-text-color: #848484;
	--home-page-products-section-product-excerpt-text-color-hover: #848484;
	
	--home-page-products-section-product-description-text-color: #848484;
	--home-page-products-section-product-description-text-color-hover: #848484;
	
	--home-page-products-section-product-read-more-button-background-color: #1E3A8A;
	--home-page-products-section-product-read-more-button-background-color-hover: #00072D;
	
	--home-page-products-section-product-read-more-button-border-color: #1E3A8A;
	--home-page-products-section-product-read-more-button-border-color-hover: #00072D;
	
	--home-page-products-section-product-read-more-button-text-color: #FFFFFF;
	--home-page-products-section-product-read-more-button-text-color-hover: #FFFFFF;
	
	
	
	--home-page-choose-us-section-background-color: #EAEAEA;
	--home-page-choose-us-section-background-color-hover: #EAEAEA;
	
	--home-page-choose-us-section-choose-us-heading-text-color: #000000;
	--home-page-choose-us-section-choose-us-heading-text-color-hover: #000000;
	
	--home-page-choose-us-section-choose-us-paragraph-text-color: #000000;
	--home-page-choose-us-section-choose-us-paragraph-text-color-hover: #000000;
	
	--home-page-choose-us-section-choose-us-title-text-color: #000000;
	--home-page-choose-us-section-choose-us-title-text-color-hover: #000000;
	
	--home-page-choose-us-section-choose-us-description-text-color: #000000;
	--home-page-choose-us-section-choose-us-description-text-color-hover: #000000;
	
	
	
	--home-page-blogs-section-background-color: #EAEAEA;
	--home-page-blogs-section-background-color-hover: #EAEAEA;
	
	--home-page-blogs-section-blog-heading-text-color: #000000;
	--home-page-blogs-section-blog-heading-text-color-hover: #000000;
	
	--home-page-blogs-section-blog-paragraph-text-color: #000000;
	--home-page-blogs-section-blog-paragraph-text-color-hover: #000000;
	
	--home-page-blogs-section-blog-title-link-text-color: #000000;
	--home-page-blogs-section-blog-title-link-text-color-hover: #000000;
    
    
    
    
    
    --about-page-about-section-background-color: #EAEAEA;
    --about-page-about-section-background-color-hover: #EAEAEA;
	
	--about-page-about-section-heading-text-color: #000000;
	--about-page-about-section-heading-text-color-hover: #000000;
	
	--about-page-about-section-paragraph-text-color: #000000;
	--about-page-about-section-paragraph-text-color-hover: #000000;
	
	--about-page-about-section-quality-point-heading-text-color: #000000;
	--about-page-about-section-quality-point-heading-text-color-hover: #000000;
	
	--about-page-about-section-quality-point-paragraph-text-color: #000000;
	--about-page-about-section-quality-point-paragraph-text-color-hover: #000000;
	
	--about-page-about-section-quality-point-icon-color: #1E3A8A;
	--about-page-about-section-quality-point-icon-color-hover: #00072D;
	
	--about-page-about-section-quality-point-title-text-color: #000000;
	--about-page-about-section-quality-point-title-text-color-hover: #000000;
    
    
    
    
    
    --about-page-testimonials-section-testimonial-name-text-color: #FFFFFF;
	--about-page-testimonials-section-testimonial-name-text-color-hover: #FFFFFF;
	
	--about-page-testimonials-section-testimonial-title-text-color: #FFFFFF;
	--about-page-testimonials-section-testimonial-title-text-color-hover: #FFFFFF;
	
	--about-page-testimonials-section-testimonial-description-text-color: #FFFFFF;
	--about-page-testimonials-section-testimonial-description-text-color-hover: #FFFFFF;
	
	--about-page-testimonials-section-testimonial-slider-pagination-dot-color: #FFFFFF;
	--about-page-testimonials-section-testimonial-slider-pagination-dot-color-hover: #1E3A8A;
	
	--about-page-testimonials-section-testimonial-slider-pagination-active-dot-color: #1E3A8A;
	--about-page-testimonials-section-testimonial-slider-pagination-active-dot-color-hover: #00072D;
    
    
    
    
    
    --about-page-team-members-section-background-color: #EAEAEA;
	--about-page-team-members-section-background-color-hover: #EAEAEA;
	
	--about-page-team-members-section-heading-text-color: #000000;
	--about-page-team-members-section-heading-text-color-hover: #000000;
	
	--about-page-team-members-section-paragraph-text-color: #000000;
	--about-page-team-members-section-paragraph-text-color-hover: #000000;
	
	--about-page-team-members-section-team-member-social-media-link-background-color: #504B40;
	--about-page-team-members-section-team-member-social-media-link-background-color-hover: #1E3A8A;
	
	--about-page-team-members-section-team-member-social-media-link-icon-color: #FFFFFF;
	--about-page-team-members-section-team-member-social-media-link-icon-color-hover: #FFFFFF;
	
	--about-page-team-members-section-team-member-background-color: #1E3A8A;
	--about-page-team-members-section-team-member-background-color-hover: #1E3A8A;
	
	--about-page-team-members-section-team-member-name-text-color: #FFFFFF;
	--about-page-team-members-section-team-member-name-text-color-hover: #FFFFFF;
	
	--about-page-team-members-section-team-member-title-text-color: #FFFFFF;
	--about-page-team-members-section-team-member-title-text-color-hover: #FFFFFF;
    
    
    
    
    
    --contact-page-contact-section-background-color: #EAEAEA;
    --contact-page-contact-section-background-color-hover: #EAEAEA;
	
	--contact-page-contact-section-information-title-text-color: #000000;
	--contact-page-contact-section-information-title-text-color-hover: #000000;
    
    --contact-page-contact-section-website-details-icon-color: #1E3A8A;
	--contact-page-contact-section-website-details-icon-color-hover: #1E3A8A;
    
    --contact-page-contact-section-website-details-link-text-color: #000000;
	--contact-page-contact-section-website-details-link-text-color-hover: #1E3A8A;
    
    --contact-page-contact-section-address-title-text-color: #000000;
	--contact-page-contact-section-address-title-text-color-hover: #000000;
    
    --contact-page-contact-section-get-in-touch-title-text-color: #000000;
	--contact-page-contact-section-get-in-touch-title-text-color-hover: #000000;
    
    
    
    --contact-page-contact-section-contacter-name-input-type-placeholder-color: #555555;
    --contact-page-contact-section-contacter-name-input-type-placeholder-color-hover: #555555;
    
    --contact-page-contact-section-contacter-name-input-type-background-color: #D2D2D2;
    --contact-page-contact-section-contacter-name-input-type-background-color-hover: #D2D2D2;
    
    --contact-page-contact-section-contacter-name-input-type-border-color: #ECECEC;
    --contact-page-contact-section-contacter-name-input-type-border-color-hover: #ECECEC;
    
    --contact-page-contact-section-contacter-name-input-type-text-color: #595959;
    --contact-page-contact-section-contacter-name-input-type-text-color-hover: #595959;
    
    --contact-page-contact-section-contacter-name-input-type-autofill-background-color: #D2D2D2;
    --contact-page-contact-section-contacter-name-input-type-autofill-background-color-hover: #D2D2D2;
    
    --contact-page-contact-section-contacter-name-input-type-autofill-border-color: #ECECEC;
    --contact-page-contact-section-contacter-name-input-type-autofill-border-color-hover: #ECECEC;
    
    --contact-page-contact-section-contacter-name-input-type-autofill-text-color: #595959;
    --contact-page-contact-section-contacter-name-input-type-autofill-text-color-hover: #595959;
    
    --contact-page-contact-section-contacter-name-input-type-focus-background-color: #D2D2D2;
    --contact-page-contact-section-contacter-name-input-type-focus-background-color-hover: #D2D2D2;
    
    --contact-page-contact-section-contacter-name-input-type-focus-border-color: #ECECEC;
    --contact-page-contact-section-contacter-name-input-type-focus-border-color-hover: #ECECEC;
    
    --contact-page-contact-section-contacter-name-input-type-focus-text-color: #595959;
    --contact-page-contact-section-contacter-name-input-type-focus-text-color-hover: #595959;
    
    --contact-page-contact-section-contacter-name-input-type-autofill-focus-background-color: #D2D2D2;
    --contact-page-contact-section-contacter-name-input-type-autofill-focus-background-color-hover: #D2D2D2;
    
    --contact-page-contact-section-contacter-name-input-type-autofill-focus-border-color: #ECECEC;
    --contact-page-contact-section-contacter-name-input-type-autofill-focus-border-color-hover: #ECECEC;
    
    --contact-page-contact-section-contacter-name-input-type-autofill-focus-text-color: #595959;
    --contact-page-contact-section-contacter-name-input-type-autofill-focus-text-color-hover: #595959;
    
    --contact-page-contact-section-contacter-name-input-type-error-message-text-color: #1E3A8A;
    --contact-page-contact-section-contacter-name-input-type-error-message-text-color-hover: #00072D;
    
    --contact-page-contact-section-contacter-name-input-type-successful-message-text-color: #8348FF;
    --contact-page-contact-section-contacter-name-input-type-successful-message-text-color-hover: #FF83FF;
    
    --contact-page-contact-section-contacter-subject-input-type-placeholder-color: #555555;
    --contact-page-contact-section-contacter-subject-input-type-placeholder-color-hover: #555555;
    
    --contact-page-contact-section-contacter-subject-input-type-background-color: #D2D2D2;
    --contact-page-contact-section-contacter-subject-input-type-background-color-hover: #D2D2D2;
    
    --contact-page-contact-section-contacter-subject-input-type-border-color: #ECECEC;
    --contact-page-contact-section-contacter-subject-input-type-border-color-hover: #ECECEC;
    
    --contact-page-contact-section-contacter-subject-input-type-text-color: #595959;
    --contact-page-contact-section-contacter-subject-input-type-text-color-hover: #595959;
    
    --contact-page-contact-section-contacter-subject-input-type-placeholder-color: #555555;
    --contact-page-contact-section-contacter-subject-input-type-placeholder-color-hover: #555555;
    
    --contact-page-contact-section-contacter-subject-input-type-background-color: #D2D2D2;
    --contact-page-contact-section-contacter-subject-input-type-background-color-hover: #D2D2D2;
    
    --contact-page-contact-section-contacter-subject-input-type-border-color: #ECECEC;
    --contact-page-contact-section-contacter-subject-input-type-border-color-hover: #ECECEC;
    
    --contact-page-contact-section-contacter-subject-input-type-text-color: #595959;
    --contact-page-contact-section-contacter-subject-input-type-text-color-hover: #595959;
    
    --contact-page-contact-section-contacter-subject-input-type-autofill-background-color: #D2D2D2;
    --contact-page-contact-section-contacter-subject-input-type-autofill-background-color-hover: #D2D2D2;
    
    --contact-page-contact-section-contacter-subject-input-type-autofill-border-color: #ECECEC;
    --contact-page-contact-section-contacter-subject-input-type-autofill-border-color-hover: #ECECEC;
    
    --contact-page-contact-section-contacter-subject-input-type-autofill-text-color: #595959;
    --contact-page-contact-section-contacter-subject-input-type-autofill-text-color-hover: #595959;
    
    --contact-page-contact-section-contacter-subject-input-type-focus-background-color: #D2D2D2;
    --contact-page-contact-section-contacter-subject-input-type-focus-background-color-hover: #D2D2D2;
    
    --contact-page-contact-section-contacter-subject-input-type-focus-border-color: #ECECEC;
    --contact-page-contact-section-contacter-subject-input-type-focus-border-color-hover: #ECECEC;
    
    --contact-page-contact-section-contacter-subject-input-type-focus-text-color: #595959;
    --contact-page-contact-section-contacter-subject-input-type-focus-text-color-hover: #595959;
    
    --contact-page-contact-section-contacter-subject-input-type-autofill-focus-background-color: #D2D2D2;
    --contact-page-contact-section-contacter-subject-input-type-autofill-focus-background-color-hover: #D2D2D2;
    
    --contact-page-contact-section-contacter-subject-input-type-autofill-focus-border-color: #ECECEC;
    --contact-page-contact-section-contacter-subject-input-type-autofill-focus-border-color-hover: #ECECEC;
    
    --contact-page-contact-section-contacter-subject-input-type-autofill-focus-text-color: #595959;
    --contact-page-contact-section-contacter-subject-input-type-autofill-focus-text-color-hover: #595959;
    
    --contact-page-contact-section-contacter-subject-input-type-error-message-text-color: #1E3A8A;
    --contact-page-contact-section-contacter-subject-input-type-error-message-text-color-hover: #00072D;
    
    --contact-page-contact-section-contacter-subject-input-type-successful-message-text-color: #8348FF;
    --contact-page-contact-section-contacter-subject-input-type-successful-message-text-color-hover: #FF83FF;
    
    --contact-page-contact-section-contacter-email-address-input-type-placeholder-color: #555555;
    --contact-page-contact-section-contacter-email-address-input-type-placeholder-color-hover: #555555;
    
    --contact-page-contact-section-contacter-email-address-input-type-background-color: #D2D2D2;
    --contact-page-contact-section-contacter-email-address-input-type-background-color-hover: #D2D2D2;
    
    --contact-page-contact-section-contacter-email-address-input-type-border-color: #ECECEC;
    --contact-page-contact-section-contacter-email-address-input-type-border-color-hover: #ECECEC;
    
    --contact-page-contact-section-contacter-email-address-input-type-text-color: #595959;
    --contact-page-contact-section-contacter-email-address-input-type-text-color-hover: #595959;
    
    --contact-page-contact-section-contacter-email-address-input-type-autofill-background-color: #D2D2D2;
    --contact-page-contact-section-contacter-email-address-input-type-autofill-background-color-hover: #D2D2D2;
    
    --contact-page-contact-section-contacter-email-address-input-type-autofill-border-color: #ECECEC;
    --contact-page-contact-section-contacter-email-address-input-type-autofill-border-color-hover: #ECECEC;
    
    --contact-page-contact-section-contacter-email-address-input-type-autofill-text-color: #595959;
    --contact-page-contact-section-contacter-email-address-input-type-autofill-text-color-hover: #595959;
    
    --contact-page-contact-section-contacter-email-address-input-type-focus-background-color: #D2D2D2;
    --contact-page-contact-section-contacter-email-address-input-type-focus-background-color-hover: #D2D2D2;
    
    --contact-page-contact-section-contacter-email-address-input-type-focus-border-color: #ECECEC;
    --contact-page-contact-section-contacter-email-address-input-type-focus-border-color-hover: #ECECEC;
    
    --contact-page-contact-section-contacter-email-address-input-type-focus-text-color: #595959;
    --contact-page-contact-section-contacter-email-address-input-type-focus-text-color-hover: #595959;
    
    --contact-page-contact-section-contacter-email-address-input-type-autofill-focus-background-color: #D2D2D2;
    --contact-page-contact-section-contacter-email-address-input-type-autofill-focus-background-color-hover: #D2D2D2;
    
    --contact-page-contact-section-contacter-email-address-input-type-autofill-focus-border-color: #ECECEC;
    --contact-page-contact-section-contacter-email-address-input-type-autofill-focus-border-color-hover: #ECECEC;
    
    --contact-page-contact-section-contacter-email-address-input-type-autofill-focus-text-color: #595959;
    --contact-page-contact-section-contacter-email-address-input-type-autofill-focus-text-color-hover: #595959;
    
    --contact-page-contact-section-contacter-email-address-input-type-error-message-text-color: #1E3A8A;
    --contact-page-contact-section-contacter-email-address-input-type-error-message-text-color-hover: #00072D;
    
    --contact-page-contact-section-contacter-email-address-input-type-successful-message-text-color: #8348FF;
    --contact-page-contact-section-contacter-email-address-input-type-successful-message-text-color-hover: #FF83FF;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-placeholder-color: #555555;
    --contact-page-contact-section-contacter-mobile-number-input-type-placeholder-color-hover: #555555;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-background-color: #D2D2D2;
    --contact-page-contact-section-contacter-mobile-number-input-type-background-color-hover: #D2D2D2;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-border-color: #ECECEC;
    --contact-page-contact-section-contacter-mobile-number-input-type-border-color-hover: #ECECEC;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-text-color: #595959;
    --contact-page-contact-section-contacter-mobile-number-input-type-text-color-hover: #595959;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-autofill-background-color: #D2D2D2;
    --contact-page-contact-section-contacter-mobile-number-input-type-autofill-background-color-hover: #D2D2D2;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-autofill-border-color: #ECECEC;
    --contact-page-contact-section-contacter-mobile-number-input-type-autofill-border-color-hover: #ECECEC;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-autofill-text-color: #595959;
    --contact-page-contact-section-contacter-mobile-number-input-type-autofill-text-color-hover: #595959;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-focus-background-color: #D2D2D2;
    --contact-page-contact-section-contacter-mobile-number-input-type-focus-background-color-hover: #D2D2D2;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-focus-border-color: #ECECEC;
    --contact-page-contact-section-contacter-mobile-number-input-type-focus-border-color-hover: #ECECEC;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-focus-text-color: #595959;
    --contact-page-contact-section-contacter-mobile-number-input-type-focus-text-color-hover: #595959;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-background-color: #D2D2D2;
    --contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-background-color-hover: #D2D2D2;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-border-color: #ECECEC;
    --contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-border-color-hover: #ECECEC;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-text-color: #595959;
    --contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-text-color-hover: #595959;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-error-message-text-color: #1E3A8A;
    --contact-page-contact-section-contacter-mobile-number-input-type-error-message-text-color-hover: #00072D;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-successful-message-text-color: #8348FF;
    --contact-page-contact-section-contacter-mobile-number-input-type-successful-message-text-color-hover: #FF83FF;
	
	--contact-page-contact-section-contacter-message-input-type-textarea-placeholder-color: #555555;
    --contact-page-contact-section-contacter-message-input-type-textarea-placeholder-color-hover: #555555;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-background-color: #D2D2D2;
    --contact-page-contact-section-contacter-message-input-type-textarea-background-color-hover: #D2D2D2;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-border-color: #ECECEC;
    --contact-page-contact-section-contacter-message-input-type-textarea-border-color-hover: #ECECEC;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-text-color: #595959;
    --contact-page-contact-section-contacter-message-input-type-textarea-text-color-hover: #595959;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-autofill-background-color: #D2D2D2;
    --contact-page-contact-section-contacter-message-input-type-textarea-autofill-background-color-hover: #D2D2D2;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-autofill-border-color: #ECECEC;
    --contact-page-contact-section-contacter-message-input-type-textarea-autofill-border-color-hover: #ECECEC;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-autofill-text-color: #595959;
    --contact-page-contact-section-contacter-message-input-type-textarea-autofill-text-color-hover: #595959;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-focus-background-color: #D2D2D2;
    --contact-page-contact-section-contacter-message-input-type-textarea-focus-background-color-hover: #D2D2D2;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-focus-border-color: #ECECEC;
    --contact-page-contact-section-contacter-message-input-type-textarea-focus-border-color-hover: #ECECEC;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-focus-text-color: #595959;
    --contact-page-contact-section-contacter-message-input-type-textarea-focus-text-color-hover: #595959;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-background-color: #D2D2D2;
    --contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-background-color-hover: #D2D2D2;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-border-color: #ECECEC;
    --contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-border-color-hover: #ECECEC;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-text-color: #595959;
    --contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-text-color-hover: #595959;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-error-message-text-color: #1E3A8A;
    --contact-page-contact-section-contacter-message-input-type-textarea-error-message-text-color-hover: #00072D;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-successful-message-text-color: #8348FF;
    --contact-page-contact-section-contacter-message-input-type-textarea-successful-message-text-color-hover: #FF83FF;
    
    --contact-page-contact-section-contacter-send-message-button-background-color: #1E3A8A;
    --contact-page-contact-section-contacter-send-message-button-background-color-hover: #1E3A8A;
    
    --contact-page-contact-section-contacter-send-message-button-border-color: #00072D;
    --contact-page-contact-section-contacter-send-message-button-border-color-hover: #00072D;
    
    --contact-page-contact-section-contacter-send-message-button-text-color: #FFFFFF;
    --contact-page-contact-section-contacter-send-message-button-text-color-hover: #FFFFFF;
    
    --contact-page-contact-section-contacter-form-text-error-color: #1E3A8A;
    --contact-page-contact-section-contacter-form-text-error-color-hover: #00072D;
	
	
	
	--contact-page-find-us-here-title-text-color: #000000;
	--contact-page-find-us-here-title-text-color-hover: #000000;
    
    
    
    
    
    --gallery-page-gallery-section-background-color: #EAEAEA;
    --gallery-page-gallery-section-background-color-hover: #EAEAEA;
    
    --gallery-page-gallery-section-heading-text-color: #EAEAEA;
    --gallery-page-gallery-section-heading-text-color-hover: #EAEAEA;
	
	--gallery-page-gallery-section-paragraph-text-color: #EAEAEA;
    --gallery-page-gallery-section-paragraph-text-color-hover: #EAEAEA;
	
	--gallery-page-gallery-category-slug-link-text-color: #000000;
	--gallery-page-gallery-category-slug-link-text-color-hover: #000000;
	
	--gallery-page-gallery-category-slug-active-link-text-color: #1E3A8A;
	--gallery-page-gallery-category-slug-active-link-text-color-hover: #00072D;
	
	--gallery-page-gallery-tag-slug-link-text-color: #000000;
	--gallery-page-gallery-tag-slug-link-text-color-hover: #000000;
	
	--gallery-page-gallery-tag-slug-active-link-text-color: #1E3A8A;
	--gallery-page-gallery-tag-slug-active-link-text-color-hover: #00072D;
	
	--gallery-page-gallery-image-maginifying-glass-border-color: #000000;
	--gallery-page-gallery-image-maginifying-glass-border-color-hover: #000000;
	
	--gallery-page-gallery-image-maginifying-glass-text-color: #000000;
	--gallery-page-gallery-image-maginifying-glass-text-color-hover: #000000;
	
	--gallery-page-gallery-image-maginifying-glass-icon-color: #000000;
	--gallery-page-gallery-image-maginifying-glass-icon-color-hover: #000000;
	
	--gallery-page-gallery-image-title-text-color: #000000;
	--gallery-page-gallery-image-title-text-color-hover: #000000;
	
	--gallery-page-gallery-image-rgba-translucent-layer-background-color: rgba(255, 255, 255, 0.5);
	--gallery-page-gallery-image-rgba-translucent-layer-background-color-hover: rgba(255, 255, 255, 0.5);
	
	--gallery-page-gallery-image-border-bottom-color: #1E3A8A;
	--gallery-page-gallery-image-border-bottom-color-hover: #1E3A8A;
	
	--gallery-page-gallery-image-open-background-color: #F4F4F4;
	--gallery-page-gallery-image-open-background-color-hover: #F4F4F4;
	
	--gallery-page-gallery-image-open-opacity: 0.8;
	--gallery-page-gallery-image-open-opacity-hover: 0.8;
	
	--gallery-page-gallery-image-open-close-button-icon-color: #C80D0D;
	--gallery-page-gallery-image-open-close-button-icon-color-hover: #800808;
	
	--gallery-page-gallery-image-open-gallery-image-title-text-color: #0C0C0C;
	--gallery-page-gallery-image-open-gallery-image-title-text-color-hover: #0C0C0C;
	
	
	
	
	
    --blogs-page-blogs-section-background-color: #EAEAEA;
    --blogs-page-blogs-section-background-color-hover: #EAEAEA;
	
	--blogs-page-blog-section-heading-text-color: #000000;
	--blogs-page-blog-section-heading-text-color-hover: #000000;
	
	--blogs-page-blog-section-paragraph-text-color: #000000;
	--blogs-page-blog-section-paragraph-text-color-hover: #000000;
	
	--blogs-page-blog-section-blog-title-link-text-color: #FFFFFF;
	--blogs-page-blog-section-blog-title-link-text-color-hover: #1E3A8A;
	
	
	
	
	
	--blog-details-page-blog-banner-img-section-blog-title-link-text-color: #000000;
	--blog-details-page-blog-banner-img-section-blog-title-link-text-color: #1E3A8A;
	
	--blog-details-page-blog-banner-img-section-blog-pipe-text-color: #000000;
	--blog-details-page-blog-banner-img-section-blog-pipe-text-color-hover: #000000;
	
	--blog-details-page-blog-banner-img-section-blog-author-text-color: #000000;
	--blog-details-page-blog-banner-img-section-blog-author-text-color: #000000;
	
	--blog-details-page-blog-banner-img-section-blog-date-text-color: #000000;
	--blog-details-page-blog-banner-img-section-blog-date-text-color-hover: #000000;
	
	--blog-details-page-blog-banner-img-section-blog-comment-count-text-color: #000000;
	--blog-details-page-blog-banner-img-section-blog-comment-count-text-color-hover: #000000;
	
	--blog-details-page-blog-details-section-background-color: #EAEAEA;
	--blog-details-page-blog-details-section-background-color-hover: #EAEAEA;
	
	--blog-details-page-blog-details-section-blog-title-text-color: #000000;
	--blog-details-page-blog-details-section-blog-title-text-color-hover: #000000;
	
	--blog-details-page-blog-details-section-blog-excerpt-text-color: #000000;
	--blog-details-page-blog-details-section-blog-excerpt-text-color-hover: #000000;
	
	--blog-details-page-blog-details-section-blog-description-text-color: #000000;
	--blog-details-page-blog-details-section-blog-description-text-color-hover: #000000;
	
	--blog-details-page-recent-blogs-title-text-color: #000000;
	--blog-details-page-recent-blogs-title-text-color-hover: #000000;
	
	--blog-details-page-recent-blogs-blog-title-link-text-color: #000000;
	--blog-details-page-recent-blogs-blog-title-link-text-color-hover: #000000;
	
	
	
	--blog-details-page-blog-comment-blockquote-icon-color: #1E3A8A;
	--blog-details-page-blog-comment-blockquote-icon-color-hover: #00072D;
	
	--blog-details-page-blog-comment-name-text-color: #000000;
	--blog-details-page-blog-comment-name-text-color-hover: #000000;
	
	--blog-details-page-blog-comment-description-text-color: #000000;
	--blog-details-page-blog-comment-description-text-color-hover: #000000;
	
	
	
	--blog-details-page-blog-comment-reply-blockquote-icon-color: #1E3A8A;
	--blog-details-page-blog-comment-reply-blockquote-icon-color-hover: #00072D;
	
	--blog-details-page-blog-comment-reply-name-text-color: #000000;
	--blog-details-page-blog-comment-reply-name-text-color-hover: #000000;
	
	--blog-details-page-blog-comment-reply-description-text-color: #000000;
	--blog-details-page-blog-comment-reply-description-text-color-hover: #000000;
	
	
	
	--blog-details-page-blog-comment-form-leave-a-blog-comment-text-color: #000000;
	--blog-details-page-blog-comment-form-leave-a-blog-comment-text-color-hover: #000000;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-placeholder-color: #555555;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-placeholder-color-hover: #555555;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-background-color: #D2D2D2;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-background-color-hover: #D2D2D2;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-border-color: #ECECEC;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-border-color-hover: #ECECEC;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-text-color: #595959;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-text-color-hover: #595959;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-background-color: #D2D2D2;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-background-color-hover: #D2D2D2;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-border-color: #ECECEC;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-border-color-hover: #ECECEC;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-text-color: #595959;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-text-color-hover: #595959;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-background-color: #D2D2D2;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-background-color-hover: #D2D2D2;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-border-color: #ECECEC;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-border-color-hover: #ECECEC;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-text-color: #595959;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-text-color-hover: #595959;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-background-color: #D2D2D2;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-background-color-hover: #D2D2D2;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-border-color: #ECECEC;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-border-color-hover: #ECECEC;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-text-color: #595959;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-text-color-hover: #595959;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-error-message-text-color: #1E3A8A;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-error-message-text-color-hover: #00072D;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-successful-message-text-color: #8348FF;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-successful-message-text-color-hover: #FF83FF;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-placeholder-color: #555555;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-placeholder-color-hover: #555555;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-background-color: #D2D2D2;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-background-color-hover: #D2D2D2;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-border-color: #ECECEC;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-border-color-hover: #ECECEC;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-text-color: #595959;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-text-color-hover: #595959;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-background-color: #D2D2D2;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-background-color-hover: #D2D2D2;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-border-color: #ECECEC;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-border-color-hover: #ECECEC;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-text-color: #595959;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-text-color-hover: #595959;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-background-color: #D2D2D2;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-background-color-hover: #D2D2D2;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-border-color: #ECECEC;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-border-color-hover: #ECECEC;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-text-color: #595959;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-text-color-hover: #595959;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-background-color: #D2D2D2;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-background-color-hover: #D2D2D2;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-border-color: #ECECEC;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-border-color-hover: #ECECEC;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-text-color: #595959;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-text-color-hover: #595959;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-error-message-text-color: #1E3A8A;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-error-message-text-color-hover: #00072D;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-successful-message-text-color: #8348FF;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-successful-message-text-color-hover: #FF83FF;
	
	--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-placeholder-color: #555555;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-placeholder-color-hover: #555555;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-background-color: #D2D2D2;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-background-color-hover: #D2D2D2;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-border-color: #ECECEC;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-border-color-hover: #ECECEC;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-text-color: #595959;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-text-color-hover: #595959;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-background-color: #D2D2D2;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-background-color-hover: #D2D2D2;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-border-color: #ECECEC;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-border-color-hover: #ECECEC;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-text-color: #595959;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-text-color-hover: #595959;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-background-color: #D2D2D2;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-background-color-hover: #D2D2D2;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-border-color: #ECECEC;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-border-color-hover: #ECECEC;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-text-color: #595959;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-text-color-hover: #595959;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-background-color: #D2D2D2;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-background-color-hover: #D2D2D2;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-border-color: #ECECEC;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-border-color-hover: #ECECEC;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-text-color: #595959;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-text-color-hover: #595959;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-error-message-text-color: #1E3A8A;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-error-message-text-color-hover: #00072D;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-successful-message-text-color: #8348FF;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-successful-message-text-color-hover: #FF83FF;
    
    --blog-details-page-blog-comment-form-blog-comment-send-message-button-background-color: #1E3A8A;
    --blog-details-page-blog-comment-form-blog-comment-send-message-button-background-color-hover: #1E3A8A;
    
    --blog-details-page-blog-comment-form-blog-comment-send-message-button-border-color: #00072D;
    --blog-details-page-blog-comment-form-blog-comment-send-message-button-border-color-hover: #00072D;
    
    --blog-details-page-blog-comment-form-blog-comment-send-message-button-text-color: #FFFFFF;
    --blog-details-page-blog-comment-form-blog-comment-send-message-button-text-color-hover: #FFFFFF;
    
    --blog-details-page-blog-comment-form-text-error-color: #1E3A8A;
    --blog-details-page-blog-comment-form-text-error-color-hover: #00072D;
    
    
    
    
    
    --faqs-page-faqs-section-background-color: #EAEAEA;
    --faqs-page-faqs-section-background-color-hover: #EAEAEA;
	
    --faqs-page-faqs-section-title-heading-text-color: #000000;
	--faqs-page-faqs-section-title-heading-text-color-hover: #000000;
	
	--faqs-page-faqs-section-title-paragraph-text-color: #000000;
	--faqs-page-faqs-section-title-paragraph-text-color-hover: #000000;
	
	--faqs-page-faqs-section-faq-title-text-color: #000000;
	--faqs-page-faqs-section-faq-title-text-color-hover: #000000;
	
	--faqs-page-faqs-section-faq-description-text-color: #000000;
	--faqs-page-faqs-section-faq-description-text-color-hover: #000000;
	
	
	
	
	
	--disclaimers-page-disclaimers-section-background-color: #EAEAEA;
	--disclaimers-page-disclaimers-section-background-color-hover: #EAEAEA;
	
	--disclaimers-page-disclaimers-section-title-heading-text-color: #000000;
	--disclaimers-page-disclaimers-section-title-heading-text-color-hover: #000000;
	
	--disclaimers-page-disclaimers-section-title-paragraph-text-color: #000000;
	--disclaimers-page-disclaimers-section-title-paragraph-text-color-hover: #000000;
	
	--disclaimers-page-disclaimers-section-disclaimer-title-text-color: #000000;
	--disclaimers-page-disclaimers-section-disclaimer-title-text-color-hover: #000000;
	
	--disclaimers-page-disclaimers-section-disclaimer-description-text-color: #000000;
	--disclaimers-page-disclaimers-section-disclaimer-description-text-color-hover: #000000;
	
	
	
	
	
	--privacy-policies-page-privacy-policies-section-background-color: #EAEAEA;
	--privacy-policies-page-privacy-policies-section-background-color-hover: #EAEAEA;
	
	--privacy-policies-page-privacy-policies-section-title-heading-text-color: #000000;
	--privacy-policies-page-privacy-policies-section-title-heading-text-color-hover: #000000;
	
	--privacy-policies-page-privacy-policies-section-title-paragraph-text-color: #000000;
	--privacy-policies-page-privacy-policies-section-title-paragraph-text-color-hover: #000000;
	
	--privacy-policies-page-privacy-policies-section-privacy-policy-title-text-color: #000000;
	--privacy-policies-page-privacy-policies-section-privacy-policy-title-text-color-hover: #000000;
	
	--privacy-policies-page-privacy-policies-section-privacy-policy-description-text-color: #000000;
	--privacy-policies-page-privacy-policies-section-privacy-policy-description-text-color-hover: #000000;
	
	
	
	
	
	--terms-of-services-page-terms-of-services-section-background-color: #EAEAEA;
	--terms-of-services-page-terms-of-services-section-background-color-hover: #EAEAEA;
	
	--terms-of-services-page-terms-of-services-section-title-heading-text-color: #000000;
	--terms-of-services-page-terms-of-services-section-title-heading-text-color-hover: #000000;
	
	--terms-of-services-page-terms-of-services-section-title-paragraph-text-color: #000000;
	--terms-of-services-page-terms-of-services-section-title-paragraph-text-color-hover: #000000;
	
	--terms-of-services-page-terms-of-services-section-term-of-service-title-text-color: #000000;
	--terms-of-services-page-terms-of-services-section-term-of-service-title-text-color-hover: #000000;
	
	--terms-of-services-page-terms-of-services-section-term-of-service-description-text-color: #000000;
	--terms-of-services-page-terms-of-services-section-term-of-service-description-text-color-hover: #000000;
	
	
	
	
	
	--terms-and-conditions-page-terms-and-conditions-section-background-color: #EAEAEA;
	--terms-and-conditions-page-terms-and-conditions-section-background-color-hover: #EAEAEA;
	
	--terms-and-conditions-page-terms-and-conditions-section-title-heading-text-color: #000000;
	--terms-and-conditions-page-terms-and-conditions-section-title-heading-text-color-hover: #000000;
	
	--terms-and-conditions-page-terms-and-conditions-section-title-paragraph-text-color: #000000;
	--terms-and-conditions-page-terms-and-conditions-section-title-paragraph-text-color-hover: #000000;
	
	--terms-and-conditions-page-terms-and-conditions-section-term-and-condition-title-text-color: #000000;
	--terms-and-conditions-page-terms-and-conditions-section-term-and-condition-title-text-color-hover: #000000;
	
	--terms-and-conditions-page-terms-and-conditions-section-term-and-condition-description-text-color: #000000;
	--terms-and-conditions-page-terms-and-conditions-section-term-and-condition-description-text-color-hover: #000000;
	
	
	
	
	
}







body.dark-mode
{
    
    
    
    
    
	--preloader-background-color: #000000;
    --preloader-background-color-hover: #000000;
	
    --preloader-file: url("../../images/preloaders/dark-preloader-file-for-dark-theme-mode.gif");
    --preloader-file-hover: url("../../images/preloaders/dark-preloader-file-for-dark-theme-mode.gif");
    
    --preloader-spinner-border-color: "transparent";
    --preloader-spinner-border-color-hover: "transparent";
    
    --preloader-spinner-color: #141414;
    --preloader-spinner-color-hover: #141414;
	
	
	
	
	
    --scrollbar-track-background-color:  #000000;
    
    --scrollbar-thumb-background-color:  #CD0D0D;
    --scrollbar-thumb-background-color-hover:  #800808;
    
    --scrollbar-width: 10px;
    
    --scrollbar-track-border-radius: 20px;
    
    --scrollbar-thumb-border-radius: 20px;
    
    
    
    
    
    --light-mode-dark-mode-theme-toggle-button-background-color: rgba(255, 255, 255, 0.4);
    --light-mode-dark-mode-theme-toggle-button-background-color-hover: rgba(0, 0, 0, 0.4);
    
    --light-mode-dark-mode-theme-toggle-button-border-color: rgba(255, 255, 255, 0.4);
    --light-mode-dark-mode-theme-toggle-button-border-color-hover: rgba(255, 255, 255, 0.4);
    
    --light-mode-dark-mode-theme-toggle-button-icon-color: #000000;
    --light-mode-dark-mode-theme-toggle-button-icon-color-hover: #FFFFFF;
    
    
    
    
    
    --back-to-top-background-color: rgba(255, 255, 255, 0.4);
    --back-to-top-background-color-hover: rgba(0, 0, 0, 0.4);
    
    --back-to-top-border-color: rgba(255, 255, 255, 0.4);
    --back-to-top-border-color-hover: rgba(255, 255, 255, 0.4);
    
    --back-to-top-border-radius: 999px;
    --back-to-top-border-radius-hover: 999px;
    
    --back-to-top-arrow-color: #000000;
    --back-to-top-arrow-color-hover: #FFFFFF;
    
    
    
    
    
    --autocomplete-input-background-color: #2D2D2D;
    --autocomplete-input-background-color-hover: #2D2D2D;
	
	--autocomplete-input-border-top-color: #131313;
	--autocomplete-input-border-top-color-hover: #131313;
	
	--autocomplete-input-border-right-color: #131313;
	--autocomplete-input-border-right-color-hover: #131313;
	
	--autocomplete-input-border-bottom-color: #131313;
	--autocomplete-input-border-bottom-color-hover: #131313;
	
	--autocomplete-input-border-left-color: #131313;
	--autocomplete-input-border-left-color-hover: #131313;
	
	--autocomplete-input-text-color: #A6A6A6;
	--autocomplete-input-text-color-hover: #A6A6A6;
    
    
    
    
    
    --main-color: #C80D0D;
    --main-color-hover: #800808;
    
    --read-more-text-color: #C80D0D;
	--read-more-text-color-hover: #800808;
	
	--not-found-text-color: #FFFFFF;
	--not-found-text-color-hover: #FFFFFF;
    
    
    
    
    
	--section-background-color: #151515;
	--section-background-color-hover: #151515;
	
	--section-text-color: #FFFFFF;
	--section-text-color-hover: #FFFFFF;
	
	--text-color: #FFFFFF;
	--text-color-hover: #FFFFFF;
	
	--link-text-color: #FFFFFF;
    --link-text-color-hover: #C80D0D;
	
	--heading-text-color: #FFFFFF;
	--heading-text-color-hover: #FFFFFF;
	
	--paragraph-text-color: #FFFFFF;
	--paragraph-text-color-hover: #FFFFFF;
	
	--heading-1-text-color: #FFFFFF;
	--heading-1-text-color-hover: #FFFFFF;
	
	--heading-2-text-color: #FFFFFF;
	--heading-2-text-color-hover: #FFFFFF;
	
	--heading-3-text-color: #FFFFFF;
	--heading-3-text-color-hover: #FFFFFF;
	
	--heading-4-text-color: #FFFFFF;
	--heading-4-text-color-hover: #FFFFFF;
	
	--heading-5-text-color: #FFFFFF;
	--heading-5-text-color-hover: #FFFFFF;
	
	--heading-6-text-color: #FFFFFF;
	--heading-6-text-color-hover: #FFFFFF;
	
	--button-background-color: #C80D0D;
	--button-background-color-hover: #800808;
	
	--button-border-color: #800808;
	--button-border-color-hover: #C80D0D;
	
	--button-text-color: #FFFFFF;
	--button-text-color-hover: #FFFFFF;
    
    
    
    
    
    --header-home-page-header-background-color: transparent;
    --header-home-page-header-background-color-hover: transparent;
    
    /* --header-home-page-header-background-color: #151515; */
    /* --header-home-page-header-background-color-hover: #151515; */
    
    --header-home-page-header-rgba-background-color: rgba(0, 0, 0, 0.46);
    --header-home-page-header-rgba-background-color-hover: rgba(0, 0, 0, 0.46);
    
    --header-home-page-header-background-backdrop-filter-saturate-percentage: 180%;
    --header-home-page-header-background-backdrop-filter-saturate-percentage-hover: 180%;
    
    --header-home-page-header-background-backdrop-filter-blur: 6px;
    --header-home-page-header-background-backdrop-filter-blur-hover: 6px;
    
    --header-home-page-header-border-top-color: transparent;
    --header-home-page-header-border-top-color-hover: transparent;
    
    --header-home-page-header-border-right-color: transparent;
    --header-home-page-header-border-right-color-hover: transparent;
    
    --header-home-page-header-border-bottom-color: transparent;
    --header-home-page-header-border-bottom-color-hover: transparent;
    
    --header-home-page-header-border-left-color: transparent;
    --header-home-page-header-border-left-color-hover: transparent;
    
    
    
    --header-background-color: #151515;
    --header-background-color-hover: #151515;
    
    --header-rgba-background-color: rgba(0, 0, 0, 0.46);
    --header-rgba-background-color-hover: rgba(0, 0, 0, 0.46);
    
    --header-background-backdrop-filter-saturate-percentage: 180%;
    --header-background-backdrop-filter-saturate-percentage-hover: 180%;
    
    --header-background-backdrop-filter-blur: 6px;
    --header-background-backdrop-filter-blur-hover: 6px;
    
    --header-border-top-color: #212529;
    --header-border-top-color-hover: #212529;
    
    --header-border-right-color: #212529;
    --header-border-right-color-hover: #212529;
    
    --header-border-bottom-color: #212529;
    --header-border-bottom-color-hover: #212529;
    
    --header-border-left-color: #212529;
    --header-border-left-color-hover: #212529;
    
	
    
    --header-menu-mobile-navigation-menu-button-background-color: #222222;
    --header-menu-mobile-navigation-menu-button-background-color-hover: #222222;
	
	--header-menu-mobile-navigation-menu-button-menu-text-color: #FFFFFF;
    --header-menu-mobile-navigation-menu-button-menu-text-color-hover: #FFFFFF;
    
    --header-menu-mobile-navigation-menu-button-hamburger-icon-color: #FFFFFF;
    --header-menu-mobile-navigation-menu-button-hamburger-icon-color-hover: #FFFFFF;
    
    --header-menu-mobile-navigation-menu-open-background-color: #222222;
    --header-menu-mobile-navigation-menu-open-background-color-hover: #222222;
    
    --header-menu-mobile-navigation-link-background-color: transparent;
    --header-menu-mobile-navigation-link-background-color-hover: #C80D0D;
    
    --header-menu-mobile-navigation-link-text-color: #FFFFFF;
    --header-menu-mobile-navigation-link-text-color-hover: #FFFFFF;
    
    --header-menu-mobile-navigation-active-link-background-color: #C80D0D;
    --header-menu-mobile-navigation-active-link-background-color-hover: #800808;
    
    --header-menu-mobile-navigation-active-link-text-color: #FFFFFF;
    --header-menu-mobile-navigation-active-link-text-color-hover: #FFFFFF;
    
    --header-menu-navigation-link-text-color: #FFFFFF;
    --header-menu-navigation-link-text-color-hover: #C80D0D;
    
    --header-menu-navigation-active-link-text-color: #C80D0D;
    --header-menu-navigation-active-link-text-color-hover: #800808;
    
    --header-menu-social-media-icon-color: #FFFFFF;
    --header-menu-social-media-icon-color-hover: #800808;
    
    
    
    
    
    --breadcrumb-section-background-image: url("/images/breadcrumb-images/dark-breadcrumb-background-image-for-dark-theme-mode.png");
    --breadcrumb-section-background-image-hover: url("/images/breadcrumb-images/dark-breadcrumb-background-image-for-dark-theme-mode.png");
    
    --breadcrumb-section-parent-page-main-title-text-color: #FFFFFF;
    --breadcrumb-section-parent-page-main-title-text-color-hover: #FFFFFF;
    
    --breadcrumb-section-parent-page-home-icon-color: #FFFFFF;
    --breadcrumb-section-parent-page-home-icon-color-hover: #FFFFFF;
    
    --breadcrumb-section-parent-page-title-text-color: #FFFFFF;
    --breadcrumb-section-parent-page-title-text-color-hover: #FFFFFF;
    
    --breadcrumb-section-parent-page-to-children-page-right-arrow-color: #FFFFFF;
    --breadcrumb-section-parent-page-to-children-page-right-arrow-color-hover: #FFFFFF;
    
    --breadcrumb-section-children-page-title-text-color: #FFFFFF;
    --breadcrumb-section-children-page-title-text-color-hover: #FFFFFF;
    
    
    
    
    
	--call-to-action-horizontal-strap-section-background-color: #C80D0D;
    --call-to-action-horizontal-strap-section-background-color-hover: #C80D0D;
    
    --call-to-action-horizontal-strap-section-heading-text-color: #FFFFFF;
    --call-to-action-horizontal-strap-section-heading-text-color-hover: #FFFFFF;
	
	--call-to-action-horizontal-strap-section-paragraph-text-color: #FFFFFF;
    --call-to-action-horizontal-strap-section-paragraph-text-color-hover: #FFFFFF;
	
	--call-to-action-horizontal-strap-section-link-button-background-color: #C80D0D;
    --call-to-action-horizontal-strap-section-link-button-background-color-hover: #800808;
	
	--call-to-action-horizontal-strap-section-link-button-border-top-color: #FFFFFF;
    --call-to-action-horizontal-strap-section-link-button-border-top-color-hover: #FFFFFF;
	
	--call-to-action-horizontal-strap-section-link-button-border-right-color: #FFFFFF;
    --call-to-action-horizontal-strap-section-link-button-border-right-color-hover: #FFFFFF;
	
	--call-to-action-horizontal-strap-section-link-button-border-bottom-color: #FFFFFF;
    --call-to-action-horizontal-strap-section-link-button-border-bottom-color-hover: #FFFFFF;
	
	--call-to-action-horizontal-strap-section-link-button-border-left-color: #FFFFFF;
    --call-to-action-horizontal-strap-section-link-button-border-left-color-hover: #FFFFFF;
	
	--call-to-action-horizontal-strap-section-link-button-text-color: #FFFFFF;
    --call-to-action-horizontal-strap-section-link-button-text-color-hover: #FFFFFF;
    
    
    
    
    
    --footer-background-color: #151515;
    --footer-background-color-hover: #151515;
    
    --footer-border-top-color: #151515;
    --footer-border-top-color-hover: #151515;
    
    --footer-border-right-color: #151515;
    --footer-border-right-color-hover: #151515;
    
    --footer-border-bottom-color: #151515;
    --footer-border-bottom-color-hover: #151515;
    
    --footer-border-left-color: #151515;
    --footer-border-left-color-hover: #151515;
    
    
    
    --footer-menu-navigation-link-text-color: #FFFFFF;
    --footer-menu-navigation-link-text-color-hover: #C80D0D;
    
    --footer-menu-navigation-active-link-text-color: #C80D0D;
    --footer-menu-navigation-active-link-text-color-hover: #800808;
    
    
    
	--footer-company-description-text-color: #AFB4BF;
	--footer-company-description-text-color-hover: #C80D0D;
	
	--footer-menu-follow-us-text-color: #FFFFFF;
	--footer-menu-follow-us-text-color-hover: #FFFFFF;
	
    --footer-menu-social-media-icon-color: #FFFFFF;
    --footer-menu-social-media-icon-color-hover: #800808;
    
    --footer-menu-our-blogs-text-color: #FFFFFF;
    --footer-menu-our-blogs-text-color-hover: #FFFFFF;
	
	--footer-menu-blog-title-text-color: #FFFFFF;
    --footer-menu-blog-title-text-color-hover: #FFFFFF;
    
    --footer-menu-blog-date-icon-color: #C80D0D;
    --footer-menu-blog-date-icon-color-hover: #C80D0D;
    
    --footer-menu-blog-date-text-color: #AFB4BF;
    --footer-menu-blog-date-text-color-hover: #AFB4BF;
    
    --footer-menu-navigation-text-color: #FFFFFF;
    --footer-menu-navigation-text-color-hover: #FFFFFF;
    
    --footer-menu-get-info-text-color: #FFFFFF;
    --footer-menu-get-info-text-color-hover: #FFFFFF;
    
    --footer-website-details-icon-color: #C80D0D;
    --footer-website-details-icon-color-hover: #800808;
    
    --footer-website-details-text-color: #FFFFFF;
    --footer-website-details-text-color-hover: #FFFFFF;
    
    --footer-website-details-link-text-color: #AFB4BF;
    --footer-website-details-link-text-color-hover: #C80D0D;
    
    
    
    --footer-copyright-section-background-color: #000000;
    --footer-copyright-section-background-color-hover: #000000;
    
    --footer-copyright-section-border-top-color: #000000;
    --footer-copyright-section-border-top-color-hover: #000000;
	
	--footer-copyright-section-border-right-color: #000000;
    --footer-copyright-section-border-right-color-hover: #000000;
	
	--footer-copyright-section-border-bottom-color: #000000;
    --footer-copyright-section-border-bottom-color-hover: #000000;
	
	--footer-copyright-section-border-left-color: #000000;
    --footer-copyright-section-border-left-color-hover: #000000;
	
    --footer-copyright-text-color: #AFB4BF;
    --footer-copyright-text-color-hover: #AFB4BF;
    
    --footer-copyright-link-text-color: #C80D0D;
    --footer-copyright-link-text-color-hover: #800808;
	
	
	
	
	
    --home-page-slider-images-section-background-color: #151515;
    --home-page-slider-images-section-background-color-hover: #151515;
	
	--home-page-slider-images-section-slider-image-dot-background-color: #FFFFFF;
    --home-page-slider-images-section-slider-image-dot-background-color-hover: #C80D0D;
	
	--home-page-slider-images-section-slider-image-active-dot-border-color: #FFFFFF;
	--home-page-slider-images-section-slider-image-active-dot-border-color-hover: #C80D0D;
	
	
	
	--home-page-about-section-background-color: #151515;
	--home-page-about-section-background-color-hover: #151515;
	
	--home-page-about-section-heading-text-color: #FFFFFF;
	--home-page-about-section-heading-text-color-hover: #FFFFFF;
	
	--home-page-about-section-paragraph-text-color: #FFFFFF;
	--home-page-about-section-paragraph-text-color-hover: #FFFFFF;
	
	--home-page-about-section-button-background-color: #C80D0D;
	--home-page-about-section-button-background-color-hover: #800808;
	
	--home-page-about-section-button-border-color: #C80D0D;
	--home-page-about-section-button-border-color-hover: #800808;
	
	--home-page-about-section-button-text-color: #FFFFFF;
	--home-page-about-section-button-text-color-hover: #FFFFFF;
	
	
	
	--home-page-products-section-background-color: #151515;
	--home-page-products-section-background-color-hover: #151515;
	
	--home-page-products-section-heading-text-color: #FFFFFF;
	--home-page-products-section-heading-text-color-hover: #FFFFFF;
	
	--home-page-products-section-paragraph-text-color: #FFFFFF;
	--home-page-products-section-paragraph-text-color-hover: #FFFFFF;
	
	--home-page-products-section-product-title-text-color: #FFFFFF;
	--home-page-products-section-product-title-text-color-hover: #FFFFFF;
	
	--home-page-products-section-product-excerpt-text-color: #7B7B7B;
	--home-page-products-section-product-excerpt-text-color-hover: #7B7B7B;
	
	--home-page-products-section-product-description-text-color: #7B7B7B;
	--home-page-products-section-product-description-text-color-hover: #7B7B7B;
	
	--home-page-products-section-product-read-more-button-background-color: #C80D0D;
	--home-page-products-section-product-read-more-button-background-color-hover: #800808;
	
	--home-page-products-section-product-read-more-button-border-color: #C80D0D;
	--home-page-products-section-product-read-more-button-border-color-hover: #800808;
	
	--home-page-products-section-product-read-more-button-text-color: #FFFFFF;
	--home-page-products-section-product-read-more-button-text-color-hover: #FFFFFF;
	
	
	
	--home-page-choose-us-section-background-color: #151515;
	--home-page-choose-us-section-background-color-hover: #151515;
	
	--home-page-choose-us-section-choose-us-heading-text-color: #FFFFFF;
	--home-page-choose-us-section-choose-us-heading-text-color-hover: #FFFFFF;
	
	--home-page-choose-us-section-choose-us-paragraph-text-color: #FFFFFF;
	--home-page-choose-us-section-choose-us-paragraph-text-color-hover: #FFFFFF;
	
	--home-page-choose-us-section-choose-us-title-text-color: #FFFFFF;
	--home-page-choose-us-section-choose-us-title-text-color-hover: #FFFFFF;
	
	--home-page-choose-us-section-choose-us-description-text-color: #FFFFFF;
	--home-page-choose-us-section-choose-us-description-text-color-hover: #FFFFFF;
	
	
	
	--home-page-blogs-section-background-color: #151515;
	--home-page-blogs-section-background-color-hover: #151515;
	
	--home-page-blogs-section-blog-heading-text-color: #FFFFFF;
	--home-page-blogs-section-blog-heading-text-color-hover: #FFFFFF;
	
	--home-page-blogs-section-blog-paragraph-text-color: #FFFFFF;
	--home-page-blogs-section-blog-paragraph-text-color-hover: #FFFFFF;
	
	--home-page-blogs-section-blog-title-link-text-color: #FFFFFF;
	--home-page-blogs-section-blog-title-link-text-color-hover: #FFFFFF;
    
    
    
    
    
    --about-page-about-section-background-color: #151515;
    --about-page-about-section-background-color-hover: #151515;
	
	--about-page-about-section-heading-text-color: #FFFFFF;
	--about-page-about-section-heading-text-color-hover: #FFFFFF;
	
	--about-page-about-section-paragraph-text-color: #FFFFFF;
	--about-page-about-section-paragraph-text-color-hover: #FFFFFF;
	
	--about-page-about-section-quality-point-heading-text-color: #FFFFFF;
	--about-page-about-section-quality-point-heading-text-color-hover: #FFFFFF;
	
	--about-page-about-section-quality-point-paragraph-text-color: #FFFFFF;
	--about-page-about-section-quality-point-paragraph-text-color-hover: #FFFFFF;
	
	--about-page-about-section-quality-point-icon-color: #C80D0D;
	--about-page-about-section-quality-point-icon-color-hover: #800808;
	
	--about-page-about-section-quality-point-title-text-color: #FFFFFF;
	--about-page-about-section-quality-point-title-text-color-hover: #FFFFFF;
    
    
    
    
    
    --about-page-testimonials-section-testimonial-name-text-color: #FFFFFF;
	--about-page-testimonials-section-testimonial-name-text-color-hover: #FFFFFF;
	
	--about-page-testimonials-section-testimonial-title-text-color: #FFFFFF;
	--about-page-testimonials-section-testimonial-title-text-color-hover: #FFFFFF;
	
	--about-page-testimonials-section-testimonial-description-text-color: #FFFFFF;
	--about-page-testimonials-section-testimonial-description-text-color-hover: #FFFFFF;
	
	--about-page-testimonials-section-testimonial-slider-pagination-dot-color: #FFFFFF;
	--about-page-testimonials-section-testimonial-slider-pagination-dot-color-hover: #C80D0D;
	
	--about-page-testimonials-section-testimonial-slider-pagination-active-dot-color: #C80D0D;
	--about-page-testimonials-section-testimonial-slider-pagination-active-dot-color-hover: #800808;
    
    
    
    
    
    --about-page-team-members-section-background-color: #151515;
	--about-page-team-members-section-background-color-hover: #151515;
	
	--about-page-team-members-section-heading-text-color: #FFFFFF;
	--about-page-team-members-section-heading-text-color-hover: #FFFFFF;
	
	--about-page-team-members-section-paragraph-text-color: #FFFFFF;
	--about-page-team-members-section-paragraph-text-color-hover: #FFFFFF;
	
	--about-page-team-members-section-team-member-social-media-link-background-color: #AFB4BF;
	--about-page-team-members-section-team-member-social-media-link-background-color-hover: #C80D0D;
	
	--about-page-team-members-section-team-member-social-media-link-icon-color: #000000;
	--about-page-team-members-section-team-member-social-media-link-icon-color-hover: #000000;
	
	--about-page-team-members-section-team-member-background-color: #C80D0D;
	--about-page-team-members-section-team-member-background-color-hover: #C80D0D;
	
	--about-page-team-members-section-team-member-name-text-color: #FFFFFF;
	--about-page-team-members-section-team-member-name-text-color-hover: #FFFFFF;
	
	--about-page-team-members-section-team-member-title-text-color: #FFFFFF;
	--about-page-team-members-section-team-member-title-text-color-hover: #FFFFFF;
    
    
    
    
    
    --contact-page-contact-section-background-color: #151515;
    --contact-page-contact-section-background-color-hover: #151515;
	
	--contact-page-contact-section-information-title-text-color: #FFFFFF;
	--contact-page-contact-section-information-title-text-color-hover: #FFFFFF;
    
    --contact-page-contact-section-website-details-icon-color: #C80D0D;
	--contact-page-contact-section-website-details-icon-color-hover: #C80D0D;
    
    --contact-page-contact-section-website-details-link-text-color: #FFFFFF;
	--contact-page-contact-section-website-details-link-text-color-hover: #C80D0D;
    
    --contact-page-contact-section-address-title-text-color: #FFFFFF;
	--contact-page-contact-section-address-title-text-color-hover: #FFFFFF;
    
    --contact-page-contact-section-get-in-touch-title-text-color: #FFFFFF;
	--contact-page-contact-section-get-in-touch-title-text-color-hover: #FFFFFF;
    
    
    
    --contact-page-contact-section-contacter-name-input-type-placeholder-color: #AAAAAA;
    --contact-page-contact-section-contacter-name-input-type-placeholder-color-hover: #AAAAAA;
    
    --contact-page-contact-section-contacter-name-input-type-background-color: #2D2D2D;
    --contact-page-contact-section-contacter-name-input-type-background-color-hover: #2D2D2D;
    
    --contact-page-contact-section-contacter-name-input-type-border-color: #131313;
    --contact-page-contact-section-contacter-name-input-type-border-color-hover: #131313;
    
    --contact-page-contact-section-contacter-name-input-type-text-color: #A6A6A6;
    --contact-page-contact-section-contacter-name-input-type-text-color-hover: #A6A6A6;
    
    --contact-page-contact-section-contacter-name-input-type-autofill-background-color: #2D2D2D;
    --contact-page-contact-section-contacter-name-input-type-autofill-background-color-hover: #2D2D2D;
    
    --contact-page-contact-section-contacter-name-input-type-autofill-border-color: #131313;
    --contact-page-contact-section-contacter-name-input-type-autofill-border-color-hover: #131313;
    
    --contact-page-contact-section-contacter-name-input-type-autofill-text-color: #A6A6A6;
    --contact-page-contact-section-contacter-name-input-type-autofill-text-color-hover: #A6A6A6;
    
    --contact-page-contact-section-contacter-name-input-type-focus-background-color: #2D2D2D;
    --contact-page-contact-section-contacter-name-input-type-focus-background-color-hover: #2D2D2D;
    
    --contact-page-contact-section-contacter-name-input-type-focus-border-color: #131313;
    --contact-page-contact-section-contacter-name-input-type-focus-border-color-hover: #131313;
    
    --contact-page-contact-section-contacter-name-input-type-focus-text-color: #A6A6A6;
    --contact-page-contact-section-contacter-name-input-type-focus-text-color-hover: #A6A6A6;
    
    --contact-page-contact-section-contacter-name-input-type-autofill-focus-background-color: #2D2D2D;
    --contact-page-contact-section-contacter-name-input-type-autofill-focus-background-color-hover: #2D2D2D;
    
    --contact-page-contact-section-contacter-name-input-type-autofill-focus-border-color: #131313;
    --contact-page-contact-section-contacter-name-input-type-autofill-focus-border-color-hover: #131313;
    
    --contact-page-contact-section-contacter-name-input-type-autofill-focus-text-color: #A6A6A6;
    --contact-page-contact-section-contacter-name-input-type-autofill-focus-text-color-hover: #A6A6A6;
    
    --contact-page-contact-section-contacter-name-input-type-error-message-text-color: #C80D0D;
    --contact-page-contact-section-contacter-name-input-type-error-message-text-color-hover: #800808;
    
    --contact-page-contact-section-contacter-name-input-type-successful-message-text-color: #7CB700;
    --contact-page-contact-section-contacter-name-input-type-successful-message-text-color-hover: #007C00;
    
    --contact-page-contact-section-contacter-subject-input-type-placeholder-color: #AAAAAA;
    --contact-page-contact-section-contacter-subject-input-type-placeholder-color-hover: #AAAAAA;
    
    --contact-page-contact-section-contacter-subject-input-type-background-color: #2D2D2D;
    --contact-page-contact-section-contacter-subject-input-type-background-color-hover: #2D2D2D;
    
    --contact-page-contact-section-contacter-subject-input-type-border-color: #131313;
    --contact-page-contact-section-contacter-subject-input-type-border-color-hover: #131313;
    
    --contact-page-contact-section-contacter-subject-input-type-text-color: #A6A6A6;
    --contact-page-contact-section-contacter-subject-input-type-text-color-hover: #A6A6A6;
    
    --contact-page-contact-section-contacter-subject-input-type-placeholder-color: #AAAAAA;
    --contact-page-contact-section-contacter-subject-input-type-placeholder-color-hover: #AAAAAA;
    
    --contact-page-contact-section-contacter-subject-input-type-background-color: #2D2D2D;
    --contact-page-contact-section-contacter-subject-input-type-background-color-hover: #2D2D2D;
    
    --contact-page-contact-section-contacter-subject-input-type-border-color: #131313;
    --contact-page-contact-section-contacter-subject-input-type-border-color-hover: #131313;
    
    --contact-page-contact-section-contacter-subject-input-type-text-color: #A6A6A6;
    --contact-page-contact-section-contacter-subject-input-type-text-color-hover: #A6A6A6;
    
    --contact-page-contact-section-contacter-subject-input-type-autofill-background-color: #2D2D2D;
    --contact-page-contact-section-contacter-subject-input-type-autofill-background-color-hover: #2D2D2D;
    
    --contact-page-contact-section-contacter-subject-input-type-autofill-border-color: #131313;
    --contact-page-contact-section-contacter-subject-input-type-autofill-border-color-hover: #131313;
    
    --contact-page-contact-section-contacter-subject-input-type-autofill-text-color: #A6A6A6;
    --contact-page-contact-section-contacter-subject-input-type-autofill-text-color-hover: #A6A6A6;
    
    --contact-page-contact-section-contacter-subject-input-type-focus-background-color: #2D2D2D;
    --contact-page-contact-section-contacter-subject-input-type-focus-background-color-hover: #2D2D2D;
    
    --contact-page-contact-section-contacter-subject-input-type-focus-border-color: #131313;
    --contact-page-contact-section-contacter-subject-input-type-focus-border-color-hover: #131313;
    
    --contact-page-contact-section-contacter-subject-input-type-focus-text-color: #A6A6A6;
    --contact-page-contact-section-contacter-subject-input-type-focus-text-color-hover: #A6A6A6;
    
    --contact-page-contact-section-contacter-subject-input-type-autofill-focus-background-color: #2D2D2D;
    --contact-page-contact-section-contacter-subject-input-type-autofill-focus-background-color-hover: #2D2D2D;
    
    --contact-page-contact-section-contacter-subject-input-type-autofill-focus-border-color: #131313;
    --contact-page-contact-section-contacter-subject-input-type-autofill-focus-border-color-hover: #131313;
    
    --contact-page-contact-section-contacter-subject-input-type-autofill-focus-text-color: #A6A6A6;
    --contact-page-contact-section-contacter-subject-input-type-autofill-focus-text-color-hover: #A6A6A6;
    
    --contact-page-contact-section-contacter-subject-input-type-error-message-text-color: #C80D0D;
    --contact-page-contact-section-contacter-subject-input-type-error-message-text-color-hover: #800808;
    
    --contact-page-contact-section-contacter-subject-input-type-successful-message-text-color: #7CB700;
    --contact-page-contact-section-contacter-subject-input-type-successful-message-text-color-hover: #007C00;
    
    --contact-page-contact-section-contacter-email-address-input-type-placeholder-color: #AAAAAA;
    --contact-page-contact-section-contacter-email-address-input-type-placeholder-color-hover: #AAAAAA;
    
    --contact-page-contact-section-contacter-email-address-input-type-background-color: #2D2D2D;
    --contact-page-contact-section-contacter-email-address-input-type-background-color-hover: #2D2D2D;
    
    --contact-page-contact-section-contacter-email-address-input-type-border-color: #131313;
    --contact-page-contact-section-contacter-email-address-input-type-border-color-hover: #131313;
    
    --contact-page-contact-section-contacter-email-address-input-type-text-color: #A6A6A6;
    --contact-page-contact-section-contacter-email-address-input-type-text-color-hover: #A6A6A6;
    
    --contact-page-contact-section-contacter-email-address-input-type-autofill-background-color: #2D2D2D;
    --contact-page-contact-section-contacter-email-address-input-type-autofill-background-color-hover: #2D2D2D;
    
    --contact-page-contact-section-contacter-email-address-input-type-autofill-border-color: #131313;
    --contact-page-contact-section-contacter-email-address-input-type-autofill-border-color-hover: #131313;
    
    --contact-page-contact-section-contacter-email-address-input-type-autofill-text-color: #A6A6A6;
    --contact-page-contact-section-contacter-email-address-input-type-autofill-text-color-hover: #A6A6A6;
    
    --contact-page-contact-section-contacter-email-address-input-type-focus-background-color: #2D2D2D;
    --contact-page-contact-section-contacter-email-address-input-type-focus-background-color-hover: #2D2D2D;
    
    --contact-page-contact-section-contacter-email-address-input-type-focus-border-color: #131313;
    --contact-page-contact-section-contacter-email-address-input-type-focus-border-color-hover: #131313;
    
    --contact-page-contact-section-contacter-email-address-input-type-focus-text-color: #A6A6A6;
    --contact-page-contact-section-contacter-email-address-input-type-focus-text-color-hover: #A6A6A6;
    
    --contact-page-contact-section-contacter-email-address-input-type-autofill-focus-background-color: #2D2D2D;
    --contact-page-contact-section-contacter-email-address-input-type-autofill-focus-background-color-hover: #2D2D2D;
    
    --contact-page-contact-section-contacter-email-address-input-type-autofill-focus-border-color: #131313;
    --contact-page-contact-section-contacter-email-address-input-type-autofill-focus-border-color-hover: #131313;
    
    --contact-page-contact-section-contacter-email-address-input-type-autofill-focus-text-color: #A6A6A6;
    --contact-page-contact-section-contacter-email-address-input-type-autofill-focus-text-color-hover: #A6A6A6;
    
    --contact-page-contact-section-contacter-email-address-input-type-error-message-text-color: #C80D0D;
    --contact-page-contact-section-contacter-email-address-input-type-error-message-text-color-hover: #800808;
    
    --contact-page-contact-section-contacter-email-address-input-type-successful-message-text-color: #7CB700;
    --contact-page-contact-section-contacter-email-address-input-type-successful-message-text-color-hover: #007C00;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-placeholder-color: #AAAAAA;
    --contact-page-contact-section-contacter-mobile-number-input-type-placeholder-color-hover: #AAAAAA;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-background-color: #2D2D2D;
    --contact-page-contact-section-contacter-mobile-number-input-type-background-color-hover: #2D2D2D;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-border-color: #131313;
    --contact-page-contact-section-contacter-mobile-number-input-type-border-color-hover: #131313;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-text-color: #A6A6A6;
    --contact-page-contact-section-contacter-mobile-number-input-type-text-color-hover: #A6A6A6;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-autofill-background-color: #2D2D2D;
    --contact-page-contact-section-contacter-mobile-number-input-type-autofill-background-color-hover: #2D2D2D;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-autofill-border-color: #131313;
    --contact-page-contact-section-contacter-mobile-number-input-type-autofill-border-color-hover: #131313;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-autofill-text-color: #A6A6A6;
    --contact-page-contact-section-contacter-mobile-number-input-type-autofill-text-color-hover: #A6A6A6;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-focus-background-color: #2D2D2D;
    --contact-page-contact-section-contacter-mobile-number-input-type-focus-background-color-hover: #2D2D2D;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-focus-border-color: #131313;
    --contact-page-contact-section-contacter-mobile-number-input-type-focus-border-color-hover: #131313;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-focus-text-color: #A6A6A6;
    --contact-page-contact-section-contacter-mobile-number-input-type-focus-text-color-hover: #A6A6A6;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-background-color: #2D2D2D;
    --contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-background-color-hover: #2D2D2D;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-border-color: #131313;
    --contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-border-color-hover: #131313;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-text-color: #A6A6A6;
    --contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-text-color-hover: #A6A6A6;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-error-message-text-color: #C80D0D;
    --contact-page-contact-section-contacter-mobile-number-input-type-error-message-text-color-hover: #800808;
    
    --contact-page-contact-section-contacter-mobile-number-input-type-successful-message-text-color: #7CB700;
    --contact-page-contact-section-contacter-mobile-number-input-type-successful-message-text-color-hover: #007C00;
	
	--contact-page-contact-section-contacter-message-input-type-textarea-placeholder-color: #AAAAAA;
    --contact-page-contact-section-contacter-message-input-type-textarea-placeholder-color-hover: #AAAAAA;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-background-color: #2D2D2D;
    --contact-page-contact-section-contacter-message-input-type-textarea-background-color-hover: #2D2D2D;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-border-color: #131313;
    --contact-page-contact-section-contacter-message-input-type-textarea-border-color-hover: #131313;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-text-color: #A6A6A6;
    --contact-page-contact-section-contacter-message-input-type-textarea-text-color-hover: #A6A6A6;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-autofill-background-color: #2D2D2D;
    --contact-page-contact-section-contacter-message-input-type-textarea-autofill-background-color-hover: #2D2D2D;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-autofill-border-color: #131313;
    --contact-page-contact-section-contacter-message-input-type-textarea-autofill-border-color-hover: #131313;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-autofill-text-color: #A6A6A6;
    --contact-page-contact-section-contacter-message-input-type-textarea-autofill-text-color-hover: #A6A6A6;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-focus-background-color: #2D2D2D;
    --contact-page-contact-section-contacter-message-input-type-textarea-focus-background-color-hover: #2D2D2D;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-focus-border-color: #131313;
    --contact-page-contact-section-contacter-message-input-type-textarea-focus-border-color-hover: #131313;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-focus-text-color: #A6A6A6;
    --contact-page-contact-section-contacter-message-input-type-textarea-focus-text-color-hover: #A6A6A6;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-background-color: #2D2D2D;
    --contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-background-color-hover: #2D2D2D;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-border-color: #131313;
    --contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-border-color-hover: #131313;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-text-color: #A6A6A6;
    --contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-text-color-hover: #A6A6A6;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-error-message-text-color: #C80D0D;
    --contact-page-contact-section-contacter-message-input-type-textarea-error-message-text-color-hover: #800808;
    
    --contact-page-contact-section-contacter-message-input-type-textarea-successful-message-text-color: #7CB700;
    --contact-page-contact-section-contacter-message-input-type-textarea-successful-message-text-color-hover: #007C00;
    
    --contact-page-contact-section-contacter-send-message-button-background-color: #C80D0D;
    --contact-page-contact-section-contacter-send-message-button-background-color-hover: #C80D0D;
    
    --contact-page-contact-section-contacter-send-message-button-border-color: #800808;
    --contact-page-contact-section-contacter-send-message-button-border-color-hover: #800808;
    
    --contact-page-contact-section-contacter-send-message-button-text-color: #FFFFFF;
    --contact-page-contact-section-contacter-send-message-button-text-color-hover: #FFFFFF;
    
    --contact-page-contact-section-contacter-form-text-error-color: #C80D0D;
    --contact-page-contact-section-contacter-form-text-error-color-hover: #800808;
	
	
	
	--contact-page-find-us-here-title-text-color: #FFFFFF;
	--contact-page-find-us-here-title-text-color-hover: #FFFFFF;
    
    
    
    
    
    --gallery-page-gallery-section-background-color: #151515;
    --gallery-page-gallery-section-background-color-hover: #151515;
    
    --gallery-page-gallery-section-heading-text-color: #151515;
    --gallery-page-gallery-section-heading-text-color-hover: #151515;
	
	--gallery-page-gallery-section-paragraph-text-color: #151515;
    --gallery-page-gallery-section-paragraph-text-color-hover: #151515;
	
	--gallery-page-gallery-category-slug-link-text-color: #FFFFFF;
	--gallery-page-gallery-category-slug-link-text-color-hover: #FFFFFF;
	
	--gallery-page-gallery-category-slug-active-link-text-color: #C80D0D;
	--gallery-page-gallery-category-slug-active-link-text-color-hover: #800808;
	
	--gallery-page-gallery-tag-slug-link-text-color: #FFFFFF;
	--gallery-page-gallery-tag-slug-link-text-color-hover: #FFFFFF;
	
	--gallery-page-gallery-tag-slug-active-link-text-color: #C80D0D;
	--gallery-page-gallery-tag-slug-active-link-text-color-hover: #800808;
	
	--gallery-page-gallery-image-maginifying-glass-border-color: #FFFFFF;
	--gallery-page-gallery-image-maginifying-glass-border-color-hover: #FFFFFF;
	
	--gallery-page-gallery-image-maginifying-glass-text-color: #FFFFFF;
	--gallery-page-gallery-image-maginifying-glass-text-color-hover: #FFFFFF;
	
	--gallery-page-gallery-image-maginifying-glass-icon-color: #FFFFFF;
	--gallery-page-gallery-image-maginifying-glass-icon-color-hover: #FFFFFF;
	
	--gallery-page-gallery-image-title-text-color: #FFFFFF;
	--gallery-page-gallery-image-title-text-color-hover: #FFFFFF;
	
	--gallery-page-gallery-image-rgba-translucent-layer-background-color: rgba(0, 0, 0, 0.5);
	--gallery-page-gallery-image-rgba-translucent-layer-background-color-hover: rgba(0, 0, 0, 0.5);
	
	--gallery-page-gallery-image-border-bottom-color: #C80D0D;
	--gallery-page-gallery-image-border-bottom-color-hover: #C80D0D;
	
	--gallery-page-gallery-image-open-background-color: #0B0B0B;
	--gallery-page-gallery-image-open-background-color-hover: #0B0B0B;
	
	--gallery-page-gallery-image-open-opacity: 0.8;
	--gallery-page-gallery-image-open-opacity-hover: 0.8;
	
	--gallery-page-gallery-image-open-close-button-icon-color: #C80D0D;
	--gallery-page-gallery-image-open-close-button-icon-color-hover: #800808;
	
	--gallery-page-gallery-image-open-gallery-image-title-text-color: #F3F3F3;
	--gallery-page-gallery-image-open-gallery-image-title-text-color-hover: #F3F3F3;
	
	
	
	
	
    --blogs-page-blogs-section-background-color: #151515;
    --blogs-page-blogs-section-background-color-hover: #151515;
	
	--blogs-page-blog-section-heading-text-color: #FFFFFF;
	--blogs-page-blog-section-heading-text-color-hover: #FFFFFF;
	
	--blogs-page-blog-section-paragraph-text-color: #FFFFFF;
	--blogs-page-blog-section-paragraph-text-color-hover: #FFFFFF;
	
	--blogs-page-blog-section-blog-title-link-text-color: #FFFFFF;
	--blogs-page-blog-section-blog-title-link-text-color-hover: #C80D0D;
	
	
	
	
	
	--blog-details-page-blog-banner-img-section-blog-title-link-text-color: #FFFFFF;
	--blog-details-page-blog-banner-img-section-blog-title-link-text-color: #C80D0D;
	
	--blog-details-page-blog-banner-img-section-blog-pipe-text-color: #FFFFFF;
	--blog-details-page-blog-banner-img-section-blog-pipe-text-color-hover: #FFFFFF;
	
	--blog-details-page-blog-banner-img-section-blog-author-text-color: #FFFFFF;
	--blog-details-page-blog-banner-img-section-blog-author-text-color: #FFFFFF;
	
	--blog-details-page-blog-banner-img-section-blog-date-text-color: #FFFFFF;
	--blog-details-page-blog-banner-img-section-blog-date-text-color-hover: #FFFFFF;
	
	--blog-details-page-blog-banner-img-section-blog-comment-count-text-color: #FFFFFF;
	--blog-details-page-blog-banner-img-section-blog-comment-count-text-color-hover: #FFFFFF;
	
	--blog-details-page-blog-details-section-background-color: #151515;
	--blog-details-page-blog-details-section-background-color-hover: #151515;
	
	--blog-details-page-blog-details-section-blog-title-text-color: #FFFFFF;
	--blog-details-page-blog-details-section-blog-title-text-color-hover: #FFFFFF;
	
	--blog-details-page-blog-details-section-blog-excerpt-text-color: #FFFFFF;
	--blog-details-page-blog-details-section-blog-excerpt-text-color-hover: #FFFFFF;
	
	--blog-details-page-blog-details-section-blog-description-text-color: #FFFFFF;
	--blog-details-page-blog-details-section-blog-description-text-color-hover: #FFFFFF;
	
	--blog-details-page-recent-blogs-title-text-color: #FFFFFF;
	--blog-details-page-recent-blogs-title-text-color-hover: #FFFFFF;
	
	--blog-details-page-recent-blogs-blog-title-link-text-color: #FFFFFF;
	--blog-details-page-recent-blogs-blog-title-link-text-color-hover: #FFFFFF;
	
	
	
	--blog-details-page-blog-comment-blockquote-icon-color: #C80D0D;
	--blog-details-page-blog-comment-blockquote-icon-color-hover: #800808;
	
	--blog-details-page-blog-comment-name-text-color: #FFFFFF;
	--blog-details-page-blog-comment-name-text-color-hover: #FFFFFF;
	
	--blog-details-page-blog-comment-description-text-color: #FFFFFF;
	--blog-details-page-blog-comment-description-text-color-hover: #FFFFFF;
	
	
	
	--blog-details-page-blog-comment-reply-blockquote-icon-color: #C80D0D;
	--blog-details-page-blog-comment-reply-blockquote-icon-color-hover: #800808;
	
	--blog-details-page-blog-comment-reply-name-text-color: #FFFFFF;
	--blog-details-page-blog-comment-reply-name-text-color-hover: #FFFFFF;
	
	--blog-details-page-blog-comment-reply-description-text-color: #FFFFFF;
	--blog-details-page-blog-comment-reply-description-text-color-hover: #FFFFFF;
	
	
	
	--blog-details-page-blog-comment-form-leave-a-blog-comment-text-color: #FFFFFF;
	--blog-details-page-blog-comment-form-leave-a-blog-comment-text-color-hover: #FFFFFF;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-placeholder-color: #AAAAAA;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-placeholder-color-hover: #AAAAAA;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-background-color: #2D2D2D;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-background-color-hover: #2D2D2D;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-border-color: #131313;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-border-color-hover: #131313;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-text-color: #A6A6A6;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-text-color-hover: #A6A6A6;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-background-color: #2D2D2D;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-background-color-hover: #2D2D2D;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-border-color: #131313;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-border-color-hover: #131313;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-text-color: #A6A6A6;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-text-color-hover: #A6A6A6;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-background-color: #2D2D2D;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-background-color-hover: #2D2D2D;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-border-color: #131313;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-border-color-hover: #131313;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-text-color: #A6A6A6;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-text-color-hover: #A6A6A6;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-background-color: #2D2D2D;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-background-color-hover: #2D2D2D;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-border-color: #131313;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-border-color-hover: #131313;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-text-color: #A6A6A6;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-text-color-hover: #A6A6A6;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-error-message-text-color: #C80D0D;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-error-message-text-color-hover: #800808;
    
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-successful-message-text-color: #7CB700;
    --blog-details-page-blog-comment-form-blog-comment-name-input-type-successful-message-text-color-hover: #007C00;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-placeholder-color: #AAAAAA;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-placeholder-color-hover: #AAAAAA;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-background-color: #2D2D2D;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-background-color-hover: #2D2D2D;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-border-color: #131313;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-border-color-hover: #131313;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-text-color: #A6A6A6;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-text-color-hover: #A6A6A6;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-background-color: #2D2D2D;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-background-color-hover: #2D2D2D;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-border-color: #131313;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-border-color-hover: #131313;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-text-color: #A6A6A6;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-text-color-hover: #A6A6A6;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-background-color: #2D2D2D;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-background-color-hover: #2D2D2D;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-border-color: #131313;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-border-color-hover: #131313;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-text-color: #A6A6A6;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-text-color-hover: #A6A6A6;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-background-color: #2D2D2D;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-background-color-hover: #2D2D2D;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-border-color: #131313;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-border-color-hover: #131313;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-text-color: #A6A6A6;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-text-color-hover: #A6A6A6;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-error-message-text-color: #C80D0D;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-error-message-text-color-hover: #800808;
    
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-successful-message-text-color: #7CB700;
    --blog-details-page-blog-comment-form-blog-comment-email-address-input-type-successful-message-text-color-hover: #007C00;
	
	--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-placeholder-color: #AAAAAA;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-placeholder-color-hover: #AAAAAA;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-background-color: #2D2D2D;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-background-color-hover: #2D2D2D;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-border-color: #131313;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-border-color-hover: #131313;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-text-color: #A6A6A6;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-text-color-hover: #A6A6A6;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-background-color: #2D2D2D;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-background-color-hover: #2D2D2D;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-border-color: #131313;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-border-color-hover: #131313;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-text-color: #A6A6A6;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-text-color-hover: #A6A6A6;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-background-color: #2D2D2D;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-background-color-hover: #2D2D2D;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-border-color: #131313;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-border-color-hover: #131313;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-text-color: #A6A6A6;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-text-color-hover: #A6A6A6;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-background-color: #2D2D2D;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-background-color-hover: #2D2D2D;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-border-color: #131313;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-border-color-hover: #131313;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-text-color: #A6A6A6;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-text-color-hover: #A6A6A6;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-error-message-text-color: #C80D0D;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-error-message-text-color-hover: #800808;
    
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-successful-message-text-color: #7CB700;
    --blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-successful-message-text-color-hover: #007C00;
    
    --blog-details-page-blog-comment-form-blog-comment-send-message-button-background-color: #C80D0D;
    --blog-details-page-blog-comment-form-blog-comment-send-message-button-background-color-hover: #C80D0D;
    
    --blog-details-page-blog-comment-form-blog-comment-send-message-button-border-color: #800808;
    --blog-details-page-blog-comment-form-blog-comment-send-message-button-border-color-hover: #800808;
    
    --blog-details-page-blog-comment-form-blog-comment-send-message-button-text-color: #FFFFFF;
    --blog-details-page-blog-comment-form-blog-comment-send-message-button-text-color-hover: #FFFFFF;
    
    --blog-details-page-blog-comment-form-text-error-color: #C80D0D;
    --blog-details-page-blog-comment-form-text-error-color-hover: #800808;
    
    
    
    
    
    --faqs-page-faqs-section-background-color: #151515;
    --faqs-page-faqs-section-background-color-hover: #151515;
	
    --faqs-page-faqs-section-title-heading-text-color: #FFFFFF;
	--faqs-page-faqs-section-title-heading-text-color-hover: #FFFFFF;
	
	--faqs-page-faqs-section-title-paragraph-text-color: #FFFFFF;
	--faqs-page-faqs-section-title-paragraph-text-color-hover: #FFFFFF;
	
	--faqs-page-faqs-section-faq-title-text-color: #FFFFFF;
	--faqs-page-faqs-section-faq-title-text-color-hover: #FFFFFF;
	
	--faqs-page-faqs-section-faq-description-text-color: #FFFFFF;
	--faqs-page-faqs-section-faq-description-text-color-hover: #FFFFFF;
	
	
	
	
	
	--disclaimers-page-disclaimers-section-background-color: #151515;
	--disclaimers-page-disclaimers-section-background-color-hover: #151515;
	
	--disclaimers-page-disclaimers-section-title-heading-text-color: #FFFFFF;
	--disclaimers-page-disclaimers-section-title-heading-text-color-hover: #FFFFFF;
	
	--disclaimers-page-disclaimers-section-title-paragraph-text-color: #FFFFFF;
	--disclaimers-page-disclaimers-section-title-paragraph-text-color-hover: #FFFFFF;
	
	--disclaimers-page-disclaimers-section-disclaimer-title-text-color: #FFFFFF;
	--disclaimers-page-disclaimers-section-disclaimer-title-text-color-hover: #FFFFFF;
	
	--disclaimers-page-disclaimers-section-disclaimer-description-text-color: #FFFFFF;
	--disclaimers-page-disclaimers-section-disclaimer-description-text-color-hover: #FFFFFF;
	
	
	
	
	
	--privacy-policies-page-privacy-policies-section-background-color: #151515;
	--privacy-policies-page-privacy-policies-section-background-color-hover: #151515;
	
	--privacy-policies-page-privacy-policies-section-title-heading-text-color: #FFFFFF;
	--privacy-policies-page-privacy-policies-section-title-heading-text-color-hover: #FFFFFF;
	
	--privacy-policies-page-privacy-policies-section-title-paragraph-text-color: #FFFFFF;
	--privacy-policies-page-privacy-policies-section-title-paragraph-text-color-hover: #FFFFFF;
	
	--privacy-policies-page-privacy-policies-section-privacy-policy-title-text-color: #FFFFFF;
	--privacy-policies-page-privacy-policies-section-privacy-policy-title-text-color-hover: #FFFFFF;
	
	--privacy-policies-page-privacy-policies-section-privacy-policy-description-text-color: #FFFFFF;
	--privacy-policies-page-privacy-policies-section-privacy-policy-description-text-color-hover: #FFFFFF;
	
	
	
	
	
	--terms-of-services-page-terms-of-services-section-background-color: #151515;
	--terms-of-services-page-terms-of-services-section-background-color-hover: #151515;
	
	--terms-of-services-page-terms-of-services-section-title-heading-text-color: #FFFFFF;
	--terms-of-services-page-terms-of-services-section-title-heading-text-color-hover: #FFFFFF;
	
	--terms-of-services-page-terms-of-services-section-title-paragraph-text-color: #FFFFFF;
	--terms-of-services-page-terms-of-services-section-title-paragraph-text-color-hover: #FFFFFF;
	
	--terms-of-services-page-terms-of-services-section-term-of-service-title-text-color: #FFFFFF;
	--terms-of-services-page-terms-of-services-section-term-of-service-title-text-color-hover: #FFFFFF;
	
	--terms-of-services-page-terms-of-services-section-term-of-service-description-text-color: #FFFFFF;
	--terms-of-services-page-terms-of-services-section-term-of-service-description-text-color-hover: #FFFFFF;
	
	
	
	
	
	--terms-and-conditions-page-terms-and-conditions-section-background-color: #151515;
	--terms-and-conditions-page-terms-and-conditions-section-background-color-hover: #151515;
	
	--terms-and-conditions-page-terms-and-conditions-section-title-heading-text-color: #FFFFFF;
	--terms-and-conditions-page-terms-and-conditions-section-title-heading-text-color-hover: #FFFFFF;
	
	--terms-and-conditions-page-terms-and-conditions-section-title-paragraph-text-color: #FFFFFF;
	--terms-and-conditions-page-terms-and-conditions-section-title-paragraph-text-color-hover: #FFFFFF;
	
	--terms-and-conditions-page-terms-and-conditions-section-term-and-condition-title-text-color: #FFFFFF;
	--terms-and-conditions-page-terms-and-conditions-section-term-and-condition-title-text-color-hover: #FFFFFF;
	
	--terms-and-conditions-page-terms-and-conditions-section-term-and-condition-description-text-color: #FFFFFF;
	--terms-and-conditions-page-terms-and-conditions-section-term-and-condition-description-text-color-hover: #FFFFFF;
	
	
	
	
	
}







@media(prefers-color-scheme: dark)
{
	
	
	
	
	
	
	
	body.light-mode
	{
		
		
		
		
		
		--preloader-background-color: #FFFFFF;
		--preloader-background-color-hover: #FFFFFF;
		
		--preloader-file: url("../../images/preloaders/light-preloader-file-for-light-theme-mode.gif");
		--preloader-file-hover: url("../../images/preloaders/light-preloader-file-for-light-theme-mode.gif");
		
		--preloader-spinner-border-color: "transparent";
		--preloader-spinner-border-color-hover: "transparent";
		
		--preloader-spinner-color: #EBEBEB;
		--preloader-spinner-color-hover: #EBEBEB;
		
		
		
		
		
		--scrollbar-track-background-color:  #FFFFFF;
		
		--scrollbar-thumb-background-color:  #1E3A8A;
		--scrollbar-thumb-background-color-hover:  #00072D;
		
		--scrollbar-width: 10px;
		
		--scrollbar-track-border-radius: 20px;
		
		--scrollbar-thumb-border-radius: 20px;
		
		
		
		
		
		--light-mode-dark-mode-theme-toggle-button-background-color: rgba(0, 0, 0, 0.4);
		--light-mode-dark-mode-theme-toggle-button-background-color-hover: rgba(255, 255, 255, 0.4);
		
		--light-mode-dark-mode-theme-toggle-button-border-color: rgba(0, 0, 0, 0.4);
		--light-mode-dark-mode-theme-toggle-button-border-color-hover: rgba(0, 0, 0, 0.4);
		
		--light-mode-dark-mode-theme-toggle-button-icon-color: #FFFFFF;
		--light-mode-dark-mode-theme-toggle-button-icon-color-hover: #000000;
		
		
		
		
		
		--back-to-top-background-color: rgba(0, 0, 0, 0.4);
		--back-to-top-background-color-hover: rgba(255, 255, 255, 0.4);
		
		--back-to-top-border-color: rgba(0, 0, 0, 0.4);
		--back-to-top-border-color-hover: rgba(0, 0, 0, 0.4);
		
		--back-to-top-border-radius: 999px;
		--back-to-top-border-radius-hover: 999px;
		
		--back-to-top-arrow-color: #FFFFFF;
		--back-to-top-arrow-color-hover: #000000;
		
		
		
		
		
		--autocomplete-input-background-color: #D2D2D2;
		--autocomplete-input-background-color-hover: #D2D2D2;
		
		--autocomplete-input-border-top-color: #ECECEC;
		--autocomplete-input-border-top-color-hover: #ECECEC;
		
		--autocomplete-input-border-right-color: #ECECEC;
		--autocomplete-input-border-right-color-hover: #ECECEC;
		
		--autocomplete-input-border-bottom-color: #ECECEC;
		--autocomplete-input-border-bottom-color-hover: #ECECEC;
		
		--autocomplete-input-border-left-color: #ECECEC;
		--autocomplete-input-border-left-color-hover: #ECECEC;
		
		--autocomplete-input-text-color: #595959;
		--autocomplete-input-text-color-hover: #595959;
		
		
		
		
		
		--main-color: #1E3A8A;
		--main-color-hover: #00072D;
		
		--read-more-text-color: #1E3A8A;
		--read-more-text-color-hover: #00072D;
		
		--not-found-text-color: #000000;
		--not-found-text-color-hover: #000000;
		
		
		
		
		
		--section-background-color: #EAEAEA;
		--section-background-color-hover: #EAEAEA;
		
		--section-text-color: #000000;
		--section-text-color-hover: #000000;
		
		--text-color: #000000;
		--text-color-hover: #000000;
		
		--link-text-color: #000000;
		--link-text-color-hover: #1E3A8A;
		
		--heading-text-color: #000000;
		--heading-text-color-hover: #000000;
		
		--paragraph-text-color: #000000;
		--paragraph-text-color-hover: #000000;
		
		--heading-1-text-color: #000000;
		--heading-1-text-color-hover: #000000;
		
		--heading-2-text-color: #000000;
		--heading-2-text-color-hover: #000000;
		
		--heading-3-text-color: #000000;
		--heading-3-text-color-hover: #000000;
		
		--heading-4-text-color: #000000;
		--heading-4-text-color-hover: #000000;
		
		--heading-5-text-color: #000000;
		--heading-5-text-color-hover: #000000;
		
		--heading-6-text-color: #000000;
		--heading-6-text-color-hover: #000000;
		
		--button-background-color: #1E3A8A;
		--button-background-color-hover: #00072D;
		
		--button-border-color: #00072D;
		--button-border-color-hover: #1E3A8A;
		
		--button-text-color: #000000;
		--button-text-color-hover: #000000;
		
		
		
		
		
		--header-home-page-header-background-color: transparent;
		--header-home-page-header-background-color-hover: transparent;
		
		/* --header-home-page-header-background-color: #EAEAEA; */
		/* --header-home-page-header-background-color-hover: #EAEAEA; */
		
		--header-home-page-header-rgba-background-color: rgba(255, 255, 255, 0.46);
		--header-home-page-header-rgba-background-color-hover: rgba(255, 255, 255, 0.46);
		
		--header-home-page-header-background-backdrop-filter-saturate-percentage: 180%;
		--header-home-page-header-background-backdrop-filter-saturate-percentage-hover: 180%;
		
		--header-home-page-header-background-backdrop-filter-blur: 6px;
		--header-home-page-header-background-backdrop-filter-blur-hover: 6px;
		
		--header-home-page-header-border-top-color: transparent;
		--header-home-page-header-border-top-color-hover: transparent;
		
		--header-home-page-header-border-right-color: transparent;
		--header-home-page-header-border-right-color-hover: transparent;
		
		--header-home-page-header-border-bottom-color: transparent;
		--header-home-page-header-border-bottom-color-hover: transparent;
		
		--header-home-page-header-border-left-color: transparent;
		--header-home-page-header-border-left-color-hover: transparent;
		
		
		
		--header-background-color: #EAEAEA;
		--header-background-color-hover: #EAEAEA;
		
		--header-rgba-background-color: rgba(255, 255, 255, 0.46);
		--header-rgba-background-color-hover: rgba(255, 255, 255, 0.46);
		
		--header-background-backdrop-filter-saturate-percentage: 180%;
		--header-background-backdrop-filter-saturate-percentage-hover: 180%;
		
		--header-background-backdrop-filter-blur: 6px;
		--header-background-backdrop-filter-blur-hover: 6px;
		
		--header-border-top-color: #DEDAD6;
		--header-border-top-color-hover: #DEDAD6;
		
		--header-border-right-color: #DEDAD6;
		--header-border-right-color-hover: #DEDAD6;
		
		--header-border-bottom-color: #DEDAD6;
		--header-border-bottom-color-hover: #DEDAD6;
		
		--header-border-left-color: #DEDAD6;
		--header-border-left-color-hover: #DEDAD6;
		
		
		
		--header-menu-mobile-navigation-menu-button-background-color: #DDDDDD;
		--header-menu-mobile-navigation-menu-button-background-color-hover: #DDDDDD;
		
		--header-menu-mobile-navigation-menu-button-menu-text-color: #000000;
		--header-menu-mobile-navigation-menu-button-menu-text-color-hover: #000000;
		
		--header-menu-mobile-navigation-menu-button-hamburger-icon-color: #000000;
		--header-menu-mobile-navigation-menu-button-hamburger-icon-color-hover: #000000;
		
		--header-menu-mobile-navigation-menu-open-background-color: #DDDDDD;
		--header-menu-mobile-navigation-menu-open-background-color-hover: #DDDDDD;
		
		--header-menu-mobile-navigation-link-background-color: transparent;
		--header-menu-mobile-navigation-link-background-color-hover: #1E3A8A;
		
		--header-menu-mobile-navigation-link-text-color: #000000;
		--header-menu-mobile-navigation-link-text-color-hover: #000000;
		
		--header-menu-mobile-navigation-active-link-background-color: #1E3A8A;
		--header-menu-mobile-navigation-active-link-background-color-hover: #00072D;
		
		--header-menu-mobile-navigation-active-link-text-color: #000000;
		--header-menu-mobile-navigation-active-link-text-color-hover: #000000;
		
		--header-menu-navigation-link-text-color: #000000;
		--header-menu-navigation-link-text-color-hover: #1E3A8A;
		
		--header-menu-navigation-active-link-text-color: #1E3A8A;
		--header-menu-navigation-active-link-text-color-hover: #00072D;
		
		--header-menu-social-media-icon-color: #000000;
		--header-menu-social-media-icon-color-hover: #00072D;
		
		
		
		
		
		--breadcrumb-section-background-image: url("/images/breadcrumb-images/light-breadcrumb-background-image-for-light-theme-mode.png");
		--breadcrumb-section-background-image-hover: url("/images/breadcrumb-images/light-breadcrumb-background-image-for-light-theme-mode.png");
		
		--breadcrumb-section-parent-page-main-title-text-color: #000000;
		--breadcrumb-section-parent-page-main-title-text-color-hover: #000000;
		
		--breadcrumb-section-parent-page-home-icon-color: #000000;
		--breadcrumb-section-parent-page-home-icon-color-hover: #000000;
		
		--breadcrumb-section-parent-page-title-text-color: #000000;
		--breadcrumb-section-parent-page-title-text-color-hover: #000000;
		
		--breadcrumb-section-parent-page-to-children-page-right-arrow-color: #000000;
		--breadcrumb-section-parent-page-to-children-page-right-arrow-color-hover: #000000;
		
		--breadcrumb-section-children-page-title-text-color: #000000;
		--breadcrumb-section-children-page-title-text-color-hover: #000000;
		
		
		
		
		
		--call-to-action-horizontal-strap-section-background-color: #1E3A8A;
		--call-to-action-horizontal-strap-section-background-color-hover: #1E3A8A;
		
		--call-to-action-horizontal-strap-section-heading-text-color: #FFFFFF;
		--call-to-action-horizontal-strap-section-heading-text-color-hover: #FFFFFF;
		
		--call-to-action-horizontal-strap-section-paragraph-text-color: #FFFFFF;
		--call-to-action-horizontal-strap-section-paragraph-text-color-hover: #FFFFFF;
		
		--call-to-action-horizontal-strap-section-link-button-background-color: #1E3A8A;
		--call-to-action-horizontal-strap-section-link-button-background-color-hover: #00072D;
		
		--call-to-action-horizontal-strap-section-link-button-border-top-color: #FFFFFF;
		--call-to-action-horizontal-strap-section-link-button-border-top-color-hover: #FFFFFF;
		
		--call-to-action-horizontal-strap-section-link-button-border-right-color: #FFFFFF;
		--call-to-action-horizontal-strap-section-link-button-border-right-color-hover: #FFFFFF;
		
		--call-to-action-horizontal-strap-section-link-button-border-bottom-color: #FFFFFF;
		--call-to-action-horizontal-strap-section-link-button-border-bottom-color-hover: #FFFFFF;
		
		--call-to-action-horizontal-strap-section-link-button-border-left-color: #FFFFFF;
		--call-to-action-horizontal-strap-section-link-button-border-left-color-hover: #FFFFFF;
		
		--call-to-action-horizontal-strap-section-link-button-text-color: #FFFFFF;
		--call-to-action-horizontal-strap-section-link-button-text-color-hover: #FFFFFF;
		
		
		
		
		
		--footer-background-color: #EAEAEA;
		--footer-background-color-hover: #EAEAEA;
		
		--footer-border-top-color: #EAEAEA;
		--footer-border-top-color-hover: #EAEAEA;
		
		--footer-border-right-color: #EAEAEA;
		--footer-border-right-color-hover: #EAEAEA;
		
		--footer-border-bottom-color: #EAEAEA;
		--footer-border-bottom-color-hover: #EAEAEA;
		
		--footer-border-left-color: #EAEAEA;
		--footer-border-left-color-hover: #EAEAEA;
		
		
		
		--footer-menu-navigation-link-text-color: #000000;
		--footer-menu-navigation-link-text-color-hover: #1E3A8A;
		
		--footer-menu-navigation-active-link-text-color: #1E3A8A;
		--footer-menu-navigation-active-link-text-color-hover: #00072D;
		
		
		
		--footer-company-description-text-color: #504B40;
		--footer-company-description-text-color-hover: #1E3A8A;
		
		--footer-menu-follow-us-text-color: #000000;
		--footer-menu-follow-us-text-color-hover: #000000;
		
		--footer-menu-social-media-icon-color: #000000;
		--footer-menu-social-media-icon-color-hover: #00072D;
		
		--footer-menu-our-blogs-text-color: #000000;
		--footer-menu-our-blogs-text-color-hover: #000000;
		
		--footer-menu-blog-title-text-color: #000000;
		--footer-menu-blog-title-text-color-hover: #000000;
		
		--footer-menu-blog-date-icon-color: #1E3A8A;
		--footer-menu-blog-date-icon-color-hover: #1E3A8A;
		
		--footer-menu-blog-date-text-color: #504B40;
		--footer-menu-blog-date-text-color-hover: #504B40;
		
		--footer-menu-navigation-text-color: #000000;
		--footer-menu-navigation-text-color-hover: #000000;
		
		--footer-menu-get-info-text-color: #000000;
		--footer-menu-get-info-text-color-hover: #000000;
		
		--footer-website-details-icon-color: #1E3A8A;
		--footer-website-details-icon-color-hover: #00072D;
		
		--footer-website-details-text-color: #000000;
		--footer-website-details-text-color-hover: #000000;
		
		--footer-website-details-link-text-color: #504B40;
		--footer-website-details-link-text-color-hover: #1E3A8A;
		
		
		
		--footer-copyright-section-background-color: #FFFFFF;
		--footer-copyright-section-background-color-hover: #FFFFFF;
		
		--footer-copyright-section-border-top-color: #FFFFFF;
		--footer-copyright-section-border-top-color-hover: #FFFFFF;
		
		--footer-copyright-section-border-right-color: #FFFFFF;
		--footer-copyright-section-border-right-color-hover: #FFFFFF;
		
		--footer-copyright-section-border-bottom-color: #FFFFFF;
		--footer-copyright-section-border-bottom-color-hover: #FFFFFF;
		
		--footer-copyright-section-border-left-color: #FFFFFF;
		--footer-copyright-section-border-left-color-hover: #FFFFFF;
		
		--footer-copyright-text-color: #504B40;
		--footer-copyright-text-color-hover: #504B40;
		
		--footer-copyright-link-text-color: #1E3A8A;
		--footer-copyright-link-text-color-hover: #00072D;
		
		
		
		
		
		--home-page-slider-images-section-background-color: #EAEAEA;
		--home-page-slider-images-section-background-color-hover: #EAEAEA;
		
		--home-page-slider-images-section-slider-image-dot-background-color: #000000;
		--home-page-slider-images-section-slider-image-dot-background-color-hover: #1E3A8A;
		
		--home-page-slider-images-section-slider-image-active-dot-border-color: #000000;
		--home-page-slider-images-section-slider-image-active-dot-border-color-hover: #1E3A8A;
		
		
		
		--home-page-about-section-background-color: #EAEAEA;
		--home-page-about-section-background-color-hover: #EAEAEA;
		
		--home-page-about-section-heading-text-color: #000000;
		--home-page-about-section-heading-text-color-hover: #000000;
		
		--home-page-about-section-paragraph-text-color: #000000;
		--home-page-about-section-paragraph-text-color-hover: #000000;
		
		--home-page-about-section-button-background-color: #1E3A8A;
		--home-page-about-section-button-background-color-hover: #00072D;
		
		--home-page-about-section-button-border-color: #1E3A8A;
		--home-page-about-section-button-border-color-hover: #00072D;
		
		--home-page-about-section-button-text-color: #FFFFFF;
		--home-page-about-section-button-text-color-hover: #FFFFFF;
		
		
		
		--home-page-products-section-background-color: #EAEAEA;
		--home-page-products-section-background-color-hover: #EAEAEA;
		
		--home-page-products-section-heading-text-color: #000000;
		--home-page-products-section-heading-text-color-hover: #000000;
		
		--home-page-products-section-paragraph-text-color: #000000;
		--home-page-products-section-paragraph-text-color-hover: #000000;
		
		--home-page-products-section-product-title-text-color: #000000;
		--home-page-products-section-product-title-text-color-hover: #000000;
		
		--home-page-products-section-product-excerpt-text-color: #848484;
		--home-page-products-section-product-excerpt-text-color-hover: #848484;
		
		--home-page-products-section-product-description-text-color: #848484;
		--home-page-products-section-product-description-text-color-hover: #848484;
		
		--home-page-products-section-product-read-more-button-background-color: #1E3A8A;
		--home-page-products-section-product-read-more-button-background-color-hover: #00072D;
		
		--home-page-products-section-product-read-more-button-border-color: #1E3A8A;
		--home-page-products-section-product-read-more-button-border-color-hover: #00072D;
		
		--home-page-products-section-product-read-more-button-text-color: #FFFFFF;
		--home-page-products-section-product-read-more-button-text-color-hover: #FFFFFF;
		
		
		
		--home-page-choose-us-section-background-color: #EAEAEA;
		--home-page-choose-us-section-background-color-hover: #EAEAEA;
		
		--home-page-choose-us-section-choose-us-heading-text-color: #000000;
		--home-page-choose-us-section-choose-us-heading-text-color-hover: #000000;
		
		--home-page-choose-us-section-choose-us-paragraph-text-color: #000000;
		--home-page-choose-us-section-choose-us-paragraph-text-color-hover: #000000;
		
		--home-page-choose-us-section-choose-us-title-text-color: #000000;
		--home-page-choose-us-section-choose-us-title-text-color-hover: #000000;
		
		--home-page-choose-us-section-choose-us-description-text-color: #000000;
		--home-page-choose-us-section-choose-us-description-text-color-hover: #000000;
		
		
		
		--home-page-blogs-section-background-color: #EAEAEA;
		--home-page-blogs-section-background-color-hover: #EAEAEA;
		
		--home-page-blogs-section-blog-heading-text-color: #000000;
		--home-page-blogs-section-blog-heading-text-color-hover: #000000;
		
		--home-page-blogs-section-blog-paragraph-text-color: #000000;
		--home-page-blogs-section-blog-paragraph-text-color-hover: #000000;
		
		--home-page-blogs-section-blog-title-link-text-color: #000000;
		--home-page-blogs-section-blog-title-link-text-color-hover: #000000;
		
		
		
		
		
		--about-page-about-section-background-color: #EAEAEA;
		--about-page-about-section-background-color-hover: #EAEAEA;
		
		--about-page-about-section-heading-text-color: #000000;
		--about-page-about-section-heading-text-color-hover: #000000;
		
		--about-page-about-section-paragraph-text-color: #000000;
		--about-page-about-section-paragraph-text-color-hover: #000000;
		
		--about-page-about-section-quality-point-heading-text-color: #000000;
		--about-page-about-section-quality-point-heading-text-color-hover: #000000;
		
		--about-page-about-section-quality-point-paragraph-text-color: #000000;
		--about-page-about-section-quality-point-paragraph-text-color-hover: #000000;
		
		--about-page-about-section-quality-point-icon-color: #1E3A8A;
		--about-page-about-section-quality-point-icon-color-hover: #00072D;
		
		--about-page-about-section-quality-point-title-text-color: #000000;
		--about-page-about-section-quality-point-title-text-color-hover: #000000;
		
		
		
		
		
		--about-page-testimonials-section-testimonial-name-text-color: #FFFFFF;
		--about-page-testimonials-section-testimonial-name-text-color-hover: #FFFFFF;
		
		--about-page-testimonials-section-testimonial-title-text-color: #FFFFFF;
		--about-page-testimonials-section-testimonial-title-text-color-hover: #FFFFFF;
		
		--about-page-testimonials-section-testimonial-description-text-color: #FFFFFF;
		--about-page-testimonials-section-testimonial-description-text-color-hover: #FFFFFF;
		
		--about-page-testimonials-section-testimonial-slider-pagination-dot-color: #FFFFFF;
		--about-page-testimonials-section-testimonial-slider-pagination-dot-color-hover: #1E3A8A;
		
		--about-page-testimonials-section-testimonial-slider-pagination-active-dot-color: #1E3A8A;
		--about-page-testimonials-section-testimonial-slider-pagination-active-dot-color-hover: #00072D;
		
		
		
		
		
		--about-page-team-members-section-background-color: #EAEAEA;
		--about-page-team-members-section-background-color-hover: #EAEAEA;
		
		--about-page-team-members-section-heading-text-color: #000000;
		--about-page-team-members-section-heading-text-color-hover: #000000;
		
		--about-page-team-members-section-paragraph-text-color: #000000;
		--about-page-team-members-section-paragraph-text-color-hover: #000000;
		
		--about-page-team-members-section-team-member-social-media-link-background-color: #504B40;
		--about-page-team-members-section-team-member-social-media-link-background-color-hover: #1E3A8A;
		
		--about-page-team-members-section-team-member-social-media-link-icon-color: #FFFFFF;
		--about-page-team-members-section-team-member-social-media-link-icon-color-hover: #FFFFFF;
		
		--about-page-team-members-section-team-member-background-color: #1E3A8A;
		--about-page-team-members-section-team-member-background-color-hover: #1E3A8A;
		
		--about-page-team-members-section-team-member-name-text-color: #FFFFFF;
		--about-page-team-members-section-team-member-name-text-color-hover: #FFFFFF;
		
		--about-page-team-members-section-team-member-title-text-color: #FFFFFF;
		--about-page-team-members-section-team-member-title-text-color-hover: #FFFFFF;
		
		
		
		
		
		--contact-page-contact-section-background-color: #EAEAEA;
		--contact-page-contact-section-background-color-hover: #EAEAEA;
		
		--contact-page-contact-section-information-title-text-color: #000000;
		--contact-page-contact-section-information-title-text-color-hover: #000000;
		
		--contact-page-contact-section-website-details-icon-color: #1E3A8A;
		--contact-page-contact-section-website-details-icon-color-hover: #1E3A8A;
		
		--contact-page-contact-section-website-details-link-text-color: #000000;
		--contact-page-contact-section-website-details-link-text-color-hover: #1E3A8A;
		
		--contact-page-contact-section-address-title-text-color: #000000;
		--contact-page-contact-section-address-title-text-color-hover: #000000;
		
		--contact-page-contact-section-get-in-touch-title-text-color: #000000;
		--contact-page-contact-section-get-in-touch-title-text-color-hover: #000000;
		
		
		
		--contact-page-contact-section-contacter-name-input-type-placeholder-color: #555555;
		--contact-page-contact-section-contacter-name-input-type-placeholder-color-hover: #555555;
		
		--contact-page-contact-section-contacter-name-input-type-background-color: #D2D2D2;
		--contact-page-contact-section-contacter-name-input-type-background-color-hover: #D2D2D2;
		
		--contact-page-contact-section-contacter-name-input-type-border-color: #ECECEC;
		--contact-page-contact-section-contacter-name-input-type-border-color-hover: #ECECEC;
		
		--contact-page-contact-section-contacter-name-input-type-text-color: #595959;
		--contact-page-contact-section-contacter-name-input-type-text-color-hover: #595959;
		
		--contact-page-contact-section-contacter-name-input-type-autofill-background-color: #D2D2D2;
		--contact-page-contact-section-contacter-name-input-type-autofill-background-color-hover: #D2D2D2;
		
		--contact-page-contact-section-contacter-name-input-type-autofill-border-color: #ECECEC;
		--contact-page-contact-section-contacter-name-input-type-autofill-border-color-hover: #ECECEC;
		
		--contact-page-contact-section-contacter-name-input-type-autofill-text-color: #595959;
		--contact-page-contact-section-contacter-name-input-type-autofill-text-color-hover: #595959;
		
		--contact-page-contact-section-contacter-name-input-type-focus-background-color: #D2D2D2;
		--contact-page-contact-section-contacter-name-input-type-focus-background-color-hover: #D2D2D2;
		
		--contact-page-contact-section-contacter-name-input-type-focus-border-color: #ECECEC;
		--contact-page-contact-section-contacter-name-input-type-focus-border-color-hover: #ECECEC;
		
		--contact-page-contact-section-contacter-name-input-type-focus-text-color: #595959;
		--contact-page-contact-section-contacter-name-input-type-focus-text-color-hover: #595959;
		
		--contact-page-contact-section-contacter-name-input-type-autofill-focus-background-color: #D2D2D2;
		--contact-page-contact-section-contacter-name-input-type-autofill-focus-background-color-hover: #D2D2D2;
		
		--contact-page-contact-section-contacter-name-input-type-autofill-focus-border-color: #ECECEC;
		--contact-page-contact-section-contacter-name-input-type-autofill-focus-border-color-hover: #ECECEC;
		
		--contact-page-contact-section-contacter-name-input-type-autofill-focus-text-color: #595959;
		--contact-page-contact-section-contacter-name-input-type-autofill-focus-text-color-hover: #595959;
		
		--contact-page-contact-section-contacter-name-input-type-error-message-text-color: #1E3A8A;
		--contact-page-contact-section-contacter-name-input-type-error-message-text-color-hover: #00072D;
		
		--contact-page-contact-section-contacter-name-input-type-successful-message-text-color: #8348FF;
		--contact-page-contact-section-contacter-name-input-type-successful-message-text-color-hover: #FF83FF;
		
		--contact-page-contact-section-contacter-subject-input-type-placeholder-color: #555555;
		--contact-page-contact-section-contacter-subject-input-type-placeholder-color-hover: #555555;
		
		--contact-page-contact-section-contacter-subject-input-type-background-color: #D2D2D2;
		--contact-page-contact-section-contacter-subject-input-type-background-color-hover: #D2D2D2;
		
		--contact-page-contact-section-contacter-subject-input-type-border-color: #ECECEC;
		--contact-page-contact-section-contacter-subject-input-type-border-color-hover: #ECECEC;
		
		--contact-page-contact-section-contacter-subject-input-type-text-color: #595959;
		--contact-page-contact-section-contacter-subject-input-type-text-color-hover: #595959;
		
		--contact-page-contact-section-contacter-subject-input-type-placeholder-color: #555555;
		--contact-page-contact-section-contacter-subject-input-type-placeholder-color-hover: #555555;
		
		--contact-page-contact-section-contacter-subject-input-type-background-color: #D2D2D2;
		--contact-page-contact-section-contacter-subject-input-type-background-color-hover: #D2D2D2;
		
		--contact-page-contact-section-contacter-subject-input-type-border-color: #ECECEC;
		--contact-page-contact-section-contacter-subject-input-type-border-color-hover: #ECECEC;
		
		--contact-page-contact-section-contacter-subject-input-type-text-color: #595959;
		--contact-page-contact-section-contacter-subject-input-type-text-color-hover: #595959;
		
		--contact-page-contact-section-contacter-subject-input-type-autofill-background-color: #D2D2D2;
		--contact-page-contact-section-contacter-subject-input-type-autofill-background-color-hover: #D2D2D2;
		
		--contact-page-contact-section-contacter-subject-input-type-autofill-border-color: #ECECEC;
		--contact-page-contact-section-contacter-subject-input-type-autofill-border-color-hover: #ECECEC;
		
		--contact-page-contact-section-contacter-subject-input-type-autofill-text-color: #595959;
		--contact-page-contact-section-contacter-subject-input-type-autofill-text-color-hover: #595959;
		
		--contact-page-contact-section-contacter-subject-input-type-focus-background-color: #D2D2D2;
		--contact-page-contact-section-contacter-subject-input-type-focus-background-color-hover: #D2D2D2;
		
		--contact-page-contact-section-contacter-subject-input-type-focus-border-color: #ECECEC;
		--contact-page-contact-section-contacter-subject-input-type-focus-border-color-hover: #ECECEC;
		
		--contact-page-contact-section-contacter-subject-input-type-focus-text-color: #595959;
		--contact-page-contact-section-contacter-subject-input-type-focus-text-color-hover: #595959;
		
		--contact-page-contact-section-contacter-subject-input-type-autofill-focus-background-color: #D2D2D2;
		--contact-page-contact-section-contacter-subject-input-type-autofill-focus-background-color-hover: #D2D2D2;
		
		--contact-page-contact-section-contacter-subject-input-type-autofill-focus-border-color: #ECECEC;
		--contact-page-contact-section-contacter-subject-input-type-autofill-focus-border-color-hover: #ECECEC;
		
		--contact-page-contact-section-contacter-subject-input-type-autofill-focus-text-color: #595959;
		--contact-page-contact-section-contacter-subject-input-type-autofill-focus-text-color-hover: #595959;
		
		--contact-page-contact-section-contacter-subject-input-type-error-message-text-color: #1E3A8A;
		--contact-page-contact-section-contacter-subject-input-type-error-message-text-color-hover: #00072D;
		
		--contact-page-contact-section-contacter-subject-input-type-successful-message-text-color: #8348FF;
		--contact-page-contact-section-contacter-subject-input-type-successful-message-text-color-hover: #FF83FF;
		
		--contact-page-contact-section-contacter-email-address-input-type-placeholder-color: #555555;
		--contact-page-contact-section-contacter-email-address-input-type-placeholder-color-hover: #555555;
		
		--contact-page-contact-section-contacter-email-address-input-type-background-color: #D2D2D2;
		--contact-page-contact-section-contacter-email-address-input-type-background-color-hover: #D2D2D2;
		
		--contact-page-contact-section-contacter-email-address-input-type-border-color: #ECECEC;
		--contact-page-contact-section-contacter-email-address-input-type-border-color-hover: #ECECEC;
		
		--contact-page-contact-section-contacter-email-address-input-type-text-color: #595959;
		--contact-page-contact-section-contacter-email-address-input-type-text-color-hover: #595959;
		
		--contact-page-contact-section-contacter-email-address-input-type-autofill-background-color: #D2D2D2;
		--contact-page-contact-section-contacter-email-address-input-type-autofill-background-color-hover: #D2D2D2;
		
		--contact-page-contact-section-contacter-email-address-input-type-autofill-border-color: #ECECEC;
		--contact-page-contact-section-contacter-email-address-input-type-autofill-border-color-hover: #ECECEC;
		
		--contact-page-contact-section-contacter-email-address-input-type-autofill-text-color: #595959;
		--contact-page-contact-section-contacter-email-address-input-type-autofill-text-color-hover: #595959;
		
		--contact-page-contact-section-contacter-email-address-input-type-focus-background-color: #D2D2D2;
		--contact-page-contact-section-contacter-email-address-input-type-focus-background-color-hover: #D2D2D2;
		
		--contact-page-contact-section-contacter-email-address-input-type-focus-border-color: #ECECEC;
		--contact-page-contact-section-contacter-email-address-input-type-focus-border-color-hover: #ECECEC;
		
		--contact-page-contact-section-contacter-email-address-input-type-focus-text-color: #595959;
		--contact-page-contact-section-contacter-email-address-input-type-focus-text-color-hover: #595959;
		
		--contact-page-contact-section-contacter-email-address-input-type-autofill-focus-background-color: #D2D2D2;
		--contact-page-contact-section-contacter-email-address-input-type-autofill-focus-background-color-hover: #D2D2D2;
		
		--contact-page-contact-section-contacter-email-address-input-type-autofill-focus-border-color: #ECECEC;
		--contact-page-contact-section-contacter-email-address-input-type-autofill-focus-border-color-hover: #ECECEC;
		
		--contact-page-contact-section-contacter-email-address-input-type-autofill-focus-text-color: #595959;
		--contact-page-contact-section-contacter-email-address-input-type-autofill-focus-text-color-hover: #595959;
		
		--contact-page-contact-section-contacter-email-address-input-type-error-message-text-color: #1E3A8A;
		--contact-page-contact-section-contacter-email-address-input-type-error-message-text-color-hover: #00072D;
		
		--contact-page-contact-section-contacter-email-address-input-type-successful-message-text-color: #8348FF;
		--contact-page-contact-section-contacter-email-address-input-type-successful-message-text-color-hover: #FF83FF;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-placeholder-color: #555555;
		--contact-page-contact-section-contacter-mobile-number-input-type-placeholder-color-hover: #555555;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-background-color: #D2D2D2;
		--contact-page-contact-section-contacter-mobile-number-input-type-background-color-hover: #D2D2D2;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-border-color: #ECECEC;
		--contact-page-contact-section-contacter-mobile-number-input-type-border-color-hover: #ECECEC;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-text-color: #595959;
		--contact-page-contact-section-contacter-mobile-number-input-type-text-color-hover: #595959;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-autofill-background-color: #D2D2D2;
		--contact-page-contact-section-contacter-mobile-number-input-type-autofill-background-color-hover: #D2D2D2;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-autofill-border-color: #ECECEC;
		--contact-page-contact-section-contacter-mobile-number-input-type-autofill-border-color-hover: #ECECEC;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-autofill-text-color: #595959;
		--contact-page-contact-section-contacter-mobile-number-input-type-autofill-text-color-hover: #595959;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-focus-background-color: #D2D2D2;
		--contact-page-contact-section-contacter-mobile-number-input-type-focus-background-color-hover: #D2D2D2;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-focus-border-color: #ECECEC;
		--contact-page-contact-section-contacter-mobile-number-input-type-focus-border-color-hover: #ECECEC;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-focus-text-color: #595959;
		--contact-page-contact-section-contacter-mobile-number-input-type-focus-text-color-hover: #595959;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-background-color: #D2D2D2;
		--contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-background-color-hover: #D2D2D2;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-border-color: #ECECEC;
		--contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-border-color-hover: #ECECEC;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-text-color: #595959;
		--contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-text-color-hover: #595959;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-error-message-text-color: #1E3A8A;
		--contact-page-contact-section-contacter-mobile-number-input-type-error-message-text-color-hover: #00072D;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-successful-message-text-color: #8348FF;
		--contact-page-contact-section-contacter-mobile-number-input-type-successful-message-text-color-hover: #FF83FF;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-placeholder-color: #555555;
		--contact-page-contact-section-contacter-message-input-type-textarea-placeholder-color-hover: #555555;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-background-color: #D2D2D2;
		--contact-page-contact-section-contacter-message-input-type-textarea-background-color-hover: #D2D2D2;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-border-color: #ECECEC;
		--contact-page-contact-section-contacter-message-input-type-textarea-border-color-hover: #ECECEC;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-text-color: #595959;
		--contact-page-contact-section-contacter-message-input-type-textarea-text-color-hover: #595959;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-autofill-background-color: #D2D2D2;
		--contact-page-contact-section-contacter-message-input-type-textarea-autofill-background-color-hover: #D2D2D2;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-autofill-border-color: #ECECEC;
		--contact-page-contact-section-contacter-message-input-type-textarea-autofill-border-color-hover: #ECECEC;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-autofill-text-color: #595959;
		--contact-page-contact-section-contacter-message-input-type-textarea-autofill-text-color-hover: #595959;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-focus-background-color: #D2D2D2;
		--contact-page-contact-section-contacter-message-input-type-textarea-focus-background-color-hover: #D2D2D2;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-focus-border-color: #ECECEC;
		--contact-page-contact-section-contacter-message-input-type-textarea-focus-border-color-hover: #ECECEC;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-focus-text-color: #595959;
		--contact-page-contact-section-contacter-message-input-type-textarea-focus-text-color-hover: #595959;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-background-color: #D2D2D2;
		--contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-background-color-hover: #D2D2D2;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-border-color: #ECECEC;
		--contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-border-color-hover: #ECECEC;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-text-color: #595959;
		--contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-text-color-hover: #595959;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-error-message-text-color: #1E3A8A;
		--contact-page-contact-section-contacter-message-input-type-textarea-error-message-text-color-hover: #00072D;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-successful-message-text-color: #8348FF;
		--contact-page-contact-section-contacter-message-input-type-textarea-successful-message-text-color-hover: #FF83FF;
		
		--contact-page-contact-section-contacter-send-message-button-background-color: #1E3A8A;
		--contact-page-contact-section-contacter-send-message-button-background-color-hover: #1E3A8A;
		
		--contact-page-contact-section-contacter-send-message-button-border-color: #00072D;
		--contact-page-contact-section-contacter-send-message-button-border-color-hover: #00072D;
		
		--contact-page-contact-section-contacter-send-message-button-text-color: #FFFFFF;
		--contact-page-contact-section-contacter-send-message-button-text-color-hover: #FFFFFF;
		
		--contact-page-contact-section-contacter-form-text-error-color: #1E3A8A;
		--contact-page-contact-section-contacter-form-text-error-color-hover: #00072D;
		
		
		
		--contact-page-find-us-here-title-text-color: #000000;
		--contact-page-find-us-here-title-text-color-hover: #000000;
		
		
		
		
		
		--gallery-page-gallery-section-background-color: #EAEAEA;
		--gallery-page-gallery-section-background-color-hover: #EAEAEA;
		
		--gallery-page-gallery-section-heading-text-color: #EAEAEA;
		--gallery-page-gallery-section-heading-text-color-hover: #EAEAEA;
		
		--gallery-page-gallery-section-paragraph-text-color: #EAEAEA;
		--gallery-page-gallery-section-paragraph-text-color-hover: #EAEAEA;
		
		--gallery-page-gallery-category-slug-link-text-color: #000000;
		--gallery-page-gallery-category-slug-link-text-color-hover: #000000;
		
		--gallery-page-gallery-category-slug-active-link-text-color: #1E3A8A;
		--gallery-page-gallery-category-slug-active-link-text-color-hover: #00072D;
		
		--gallery-page-gallery-tag-slug-link-text-color: #000000;
		--gallery-page-gallery-tag-slug-link-text-color-hover: #000000;
		
		--gallery-page-gallery-tag-slug-active-link-text-color: #1E3A8A;
		--gallery-page-gallery-tag-slug-active-link-text-color-hover: #00072D;
		
		--gallery-page-gallery-image-maginifying-glass-border-color: #000000;
		--gallery-page-gallery-image-maginifying-glass-border-color-hover: #000000;
		
		--gallery-page-gallery-image-maginifying-glass-text-color: #000000;
		--gallery-page-gallery-image-maginifying-glass-text-color-hover: #000000;
		
		--gallery-page-gallery-image-maginifying-glass-icon-color: #000000;
		--gallery-page-gallery-image-maginifying-glass-icon-color-hover: #000000;
		
		--gallery-page-gallery-image-title-text-color: #000000;
		--gallery-page-gallery-image-title-text-color-hover: #000000;
		
		--gallery-page-gallery-image-rgba-translucent-layer-background-color: rgba(255, 255, 255, 0.5);
		--gallery-page-gallery-image-rgba-translucent-layer-background-color-hover: rgba(255, 255, 255, 0.5);
		
		--gallery-page-gallery-image-border-bottom-color: #1E3A8A;
		--gallery-page-gallery-image-border-bottom-color-hover: #1E3A8A;
		
		--gallery-page-gallery-image-open-background-color: #F4F4F4;
		--gallery-page-gallery-image-open-background-color-hover: #F4F4F4;
		
		--gallery-page-gallery-image-open-opacity: 0.8;
		--gallery-page-gallery-image-open-opacity-hover: 0.8;
		
		--gallery-page-gallery-image-open-close-button-icon-color: #C80D0D;
		--gallery-page-gallery-image-open-close-button-icon-color-hover: #800808;
		
		--gallery-page-gallery-image-open-gallery-image-title-text-color: #0C0C0C;
		--gallery-page-gallery-image-open-gallery-image-title-text-color-hover: #0C0C0C;
		
		
		
		
		
		--blogs-page-blogs-section-background-color: #EAEAEA;
		--blogs-page-blogs-section-background-color-hover: #EAEAEA;
		
		--blogs-page-blog-section-heading-text-color: #000000;
		--blogs-page-blog-section-heading-text-color-hover: #000000;
		
		--blogs-page-blog-section-paragraph-text-color: #000000;
		--blogs-page-blog-section-paragraph-text-color-hover: #000000;
		
		--blogs-page-blog-section-blog-title-link-text-color: #FFFFFF;
		--blogs-page-blog-section-blog-title-link-text-color-hover: #1E3A8A;
		
		
		
		
		
		--blog-details-page-blog-banner-img-section-blog-title-link-text-color: #000000;
		--blog-details-page-blog-banner-img-section-blog-title-link-text-color: #1E3A8A;
		
		--blog-details-page-blog-banner-img-section-blog-pipe-text-color: #000000;
		--blog-details-page-blog-banner-img-section-blog-pipe-text-color-hover: #000000;
		
		--blog-details-page-blog-banner-img-section-blog-author-text-color: #000000;
		--blog-details-page-blog-banner-img-section-blog-author-text-color: #000000;
		
		--blog-details-page-blog-banner-img-section-blog-date-text-color: #000000;
		--blog-details-page-blog-banner-img-section-blog-date-text-color-hover: #000000;
		
		--blog-details-page-blog-banner-img-section-blog-comment-count-text-color: #000000;
		--blog-details-page-blog-banner-img-section-blog-comment-count-text-color-hover: #000000;
		
		--blog-details-page-blog-details-section-background-color: #EAEAEA;
		--blog-details-page-blog-details-section-background-color-hover: #EAEAEA;
		
		--blog-details-page-blog-details-section-blog-title-text-color: #000000;
		--blog-details-page-blog-details-section-blog-title-text-color-hover: #000000;
		
		--blog-details-page-blog-details-section-blog-excerpt-text-color: #000000;
		--blog-details-page-blog-details-section-blog-excerpt-text-color-hover: #000000;
		
		--blog-details-page-blog-details-section-blog-description-text-color: #000000;
		--blog-details-page-blog-details-section-blog-description-text-color-hover: #000000;
		
		--blog-details-page-recent-blogs-title-text-color: #000000;
		--blog-details-page-recent-blogs-title-text-color-hover: #000000;
		
		--blog-details-page-recent-blogs-blog-title-link-text-color: #000000;
		--blog-details-page-recent-blogs-blog-title-link-text-color-hover: #000000;
		
		
		
		--blog-details-page-blog-comment-blockquote-icon-color: #1E3A8A;
		--blog-details-page-blog-comment-blockquote-icon-color-hover: #00072D;
		
		--blog-details-page-blog-comment-name-text-color: #000000;
		--blog-details-page-blog-comment-name-text-color-hover: #000000;
		
		--blog-details-page-blog-comment-description-text-color: #000000;
		--blog-details-page-blog-comment-description-text-color-hover: #000000;
		
		
		
		--blog-details-page-blog-comment-reply-blockquote-icon-color: #1E3A8A;
		--blog-details-page-blog-comment-reply-blockquote-icon-color-hover: #00072D;
		
		--blog-details-page-blog-comment-reply-name-text-color: #000000;
		--blog-details-page-blog-comment-reply-name-text-color-hover: #000000;
		
		--blog-details-page-blog-comment-reply-description-text-color: #000000;
		--blog-details-page-blog-comment-reply-description-text-color-hover: #000000;
		
		
		
		--blog-details-page-blog-comment-form-leave-a-blog-comment-text-color: #000000;
		--blog-details-page-blog-comment-form-leave-a-blog-comment-text-color-hover: #000000;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-placeholder-color: #555555;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-placeholder-color-hover: #555555;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-background-color: #D2D2D2;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-background-color-hover: #D2D2D2;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-border-color: #ECECEC;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-border-color-hover: #ECECEC;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-text-color: #595959;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-text-color-hover: #595959;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-background-color: #D2D2D2;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-background-color-hover: #D2D2D2;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-border-color: #ECECEC;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-border-color-hover: #ECECEC;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-text-color: #595959;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-text-color-hover: #595959;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-background-color: #D2D2D2;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-background-color-hover: #D2D2D2;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-border-color: #ECECEC;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-border-color-hover: #ECECEC;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-text-color: #595959;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-text-color-hover: #595959;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-background-color: #D2D2D2;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-background-color-hover: #D2D2D2;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-border-color: #ECECEC;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-border-color-hover: #ECECEC;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-text-color: #595959;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-text-color-hover: #595959;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-error-message-text-color: #1E3A8A;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-error-message-text-color-hover: #00072D;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-successful-message-text-color: #8348FF;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-successful-message-text-color-hover: #FF83FF;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-placeholder-color: #555555;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-placeholder-color-hover: #555555;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-background-color: #D2D2D2;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-background-color-hover: #D2D2D2;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-border-color: #ECECEC;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-border-color-hover: #ECECEC;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-text-color: #595959;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-text-color-hover: #595959;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-background-color: #D2D2D2;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-background-color-hover: #D2D2D2;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-border-color: #ECECEC;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-border-color-hover: #ECECEC;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-text-color: #595959;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-text-color-hover: #595959;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-background-color: #D2D2D2;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-background-color-hover: #D2D2D2;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-border-color: #ECECEC;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-border-color-hover: #ECECEC;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-text-color: #595959;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-text-color-hover: #595959;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-background-color: #D2D2D2;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-background-color-hover: #D2D2D2;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-border-color: #ECECEC;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-border-color-hover: #ECECEC;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-text-color: #595959;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-text-color-hover: #595959;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-error-message-text-color: #1E3A8A;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-error-message-text-color-hover: #00072D;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-successful-message-text-color: #8348FF;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-successful-message-text-color-hover: #FF83FF;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-placeholder-color: #555555;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-placeholder-color-hover: #555555;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-background-color: #D2D2D2;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-background-color-hover: #D2D2D2;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-border-color: #ECECEC;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-border-color-hover: #ECECEC;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-text-color: #595959;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-text-color-hover: #595959;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-background-color: #D2D2D2;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-background-color-hover: #D2D2D2;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-border-color: #ECECEC;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-border-color-hover: #ECECEC;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-text-color: #595959;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-text-color-hover: #595959;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-background-color: #D2D2D2;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-background-color-hover: #D2D2D2;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-border-color: #ECECEC;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-border-color-hover: #ECECEC;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-text-color: #595959;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-text-color-hover: #595959;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-background-color: #D2D2D2;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-background-color-hover: #D2D2D2;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-border-color: #ECECEC;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-border-color-hover: #ECECEC;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-text-color: #595959;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-text-color-hover: #595959;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-error-message-text-color: #1E3A8A;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-error-message-text-color-hover: #00072D;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-successful-message-text-color: #8348FF;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-successful-message-text-color-hover: #FF83FF;
		
		--blog-details-page-blog-comment-form-blog-comment-send-message-button-background-color: #1E3A8A;
		--blog-details-page-blog-comment-form-blog-comment-send-message-button-background-color-hover: #1E3A8A;
		
		--blog-details-page-blog-comment-form-blog-comment-send-message-button-border-color: #00072D;
		--blog-details-page-blog-comment-form-blog-comment-send-message-button-border-color-hover: #00072D;
		
		--blog-details-page-blog-comment-form-blog-comment-send-message-button-text-color: #FFFFFF;
		--blog-details-page-blog-comment-form-blog-comment-send-message-button-text-color-hover: #FFFFFF;
		
		--blog-details-page-blog-comment-form-text-error-color: #1E3A8A;
		--blog-details-page-blog-comment-form-text-error-color-hover: #00072D;
		
		
		
		
		
		--faqs-page-faqs-section-background-color: #EAEAEA;
		--faqs-page-faqs-section-background-color-hover: #EAEAEA;
		
		--faqs-page-faqs-section-title-heading-text-color: #000000;
		--faqs-page-faqs-section-title-heading-text-color-hover: #000000;
		
		--faqs-page-faqs-section-title-paragraph-text-color: #000000;
		--faqs-page-faqs-section-title-paragraph-text-color-hover: #000000;
		
		--faqs-page-faqs-section-faq-title-text-color: #000000;
		--faqs-page-faqs-section-faq-title-text-color-hover: #000000;
		
		--faqs-page-faqs-section-faq-description-text-color: #000000;
		--faqs-page-faqs-section-faq-description-text-color-hover: #000000;
		
		
		
		
		
		--disclaimers-page-disclaimers-section-background-color: #EAEAEA;
		--disclaimers-page-disclaimers-section-background-color-hover: #EAEAEA;
		
		--disclaimers-page-disclaimers-section-title-heading-text-color: #000000;
		--disclaimers-page-disclaimers-section-title-heading-text-color-hover: #000000;
		
		--disclaimers-page-disclaimers-section-title-paragraph-text-color: #000000;
		--disclaimers-page-disclaimers-section-title-paragraph-text-color-hover: #000000;
		
		--disclaimers-page-disclaimers-section-disclaimer-title-text-color: #000000;
		--disclaimers-page-disclaimers-section-disclaimer-title-text-color-hover: #000000;
		
		--disclaimers-page-disclaimers-section-disclaimer-description-text-color: #000000;
		--disclaimers-page-disclaimers-section-disclaimer-description-text-color-hover: #000000;
		
		
		
		
		
		--privacy-policies-page-privacy-policies-section-background-color: #EAEAEA;
		--privacy-policies-page-privacy-policies-section-background-color-hover: #EAEAEA;
		
		--privacy-policies-page-privacy-policies-section-title-heading-text-color: #000000;
		--privacy-policies-page-privacy-policies-section-title-heading-text-color-hover: #000000;
		
		--privacy-policies-page-privacy-policies-section-title-paragraph-text-color: #000000;
		--privacy-policies-page-privacy-policies-section-title-paragraph-text-color-hover: #000000;
		
		--privacy-policies-page-privacy-policies-section-privacy-policy-title-text-color: #000000;
		--privacy-policies-page-privacy-policies-section-privacy-policy-title-text-color-hover: #000000;
		
		--privacy-policies-page-privacy-policies-section-privacy-policy-description-text-color: #000000;
		--privacy-policies-page-privacy-policies-section-privacy-policy-description-text-color-hover: #000000;
		
		
		
		
		
		--terms-of-services-page-terms-of-services-section-background-color: #EAEAEA;
		--terms-of-services-page-terms-of-services-section-background-color-hover: #EAEAEA;
		
		--terms-of-services-page-terms-of-services-section-title-heading-text-color: #000000;
		--terms-of-services-page-terms-of-services-section-title-heading-text-color-hover: #000000;
		
		--terms-of-services-page-terms-of-services-section-title-paragraph-text-color: #000000;
		--terms-of-services-page-terms-of-services-section-title-paragraph-text-color-hover: #000000;
		
		--terms-of-services-page-terms-of-services-section-term-of-service-title-text-color: #000000;
		--terms-of-services-page-terms-of-services-section-term-of-service-title-text-color-hover: #000000;
		
		--terms-of-services-page-terms-of-services-section-term-of-service-description-text-color: #000000;
		--terms-of-services-page-terms-of-services-section-term-of-service-description-text-color-hover: #000000;
		
		
		
		
		
		--terms-and-conditions-page-terms-and-conditions-section-background-color: #EAEAEA;
		--terms-and-conditions-page-terms-and-conditions-section-background-color-hover: #EAEAEA;
		
		--terms-and-conditions-page-terms-and-conditions-section-title-heading-text-color: #000000;
		--terms-and-conditions-page-terms-and-conditions-section-title-heading-text-color-hover: #000000;
		
		--terms-and-conditions-page-terms-and-conditions-section-title-paragraph-text-color: #000000;
		--terms-and-conditions-page-terms-and-conditions-section-title-paragraph-text-color-hover: #000000;
		
		--terms-and-conditions-page-terms-and-conditions-section-term-and-condition-title-text-color: #000000;
		--terms-and-conditions-page-terms-and-conditions-section-term-and-condition-title-text-color-hover: #000000;
		
		--terms-and-conditions-page-terms-and-conditions-section-term-and-condition-description-text-color: #000000;
		--terms-and-conditions-page-terms-and-conditions-section-term-and-condition-description-text-color-hover: #000000;
		
		
		
		
		
	}
	
	
	
	
	
	
	
	body
	{
		
		
		
		
		
		--preloader-background-color: #000000;
		--preloader-background-color-hover: #000000;
		
		--preloader-file: url("../../images/preloaders/dark-preloader-file-for-dark-theme-mode.gif");
		--preloader-file-hover: url("../../images/preloaders/dark-preloader-file-for-dark-theme-mode.gif");
		
		--preloader-spinner-border-color: "transparent";
		--preloader-spinner-border-color-hover: "transparent";
		
		--preloader-spinner-color: #141414;
		--preloader-spinner-color-hover: #141414;
		
		
		
		
		
		--scrollbar-track-background-color:  #000000;
		
		--scrollbar-thumb-background-color:  #CD0D0D;
		--scrollbar-thumb-background-color-hover:  #800808;
		
		--scrollbar-width: 10px;
		
		--scrollbar-track-border-radius: 20px;
		
		--scrollbar-thumb-border-radius: 20px;
		
		
		
		
		
		--light-mode-dark-mode-theme-toggle-button-background-color: rgba(255, 255, 255, 0.4);
		--light-mode-dark-mode-theme-toggle-button-background-color-hover: rgba(0, 0, 0, 0.4);
		
		--light-mode-dark-mode-theme-toggle-button-border-color: rgba(255, 255, 255, 0.4);
		--light-mode-dark-mode-theme-toggle-button-border-color-hover: rgba(255, 255, 255, 0.4);
		
		--light-mode-dark-mode-theme-toggle-button-icon-color: #000000;
		--light-mode-dark-mode-theme-toggle-button-icon-color-hover: #FFFFFF;
		
		
		
		
		
		--back-to-top-background-color: rgba(255, 255, 255, 0.4);
		--back-to-top-background-color-hover: rgba(0, 0, 0, 0.4);
		
		--back-to-top-border-color: rgba(255, 255, 255, 0.4);
		--back-to-top-border-color-hover: rgba(255, 255, 255, 0.4);
		
		--back-to-top-border-radius: 999px;
		--back-to-top-border-radius-hover: 999px;
		
		--back-to-top-arrow-color: #000000;
		--back-to-top-arrow-color-hover: #FFFFFF;
		
		
		
		
		
		--autocomplete-input-background-color: #2D2D2D;
		--autocomplete-input-background-color-hover: #2D2D2D;
		
		--autocomplete-input-border-top-color: #131313;
		--autocomplete-input-border-top-color-hover: #131313;
		
		--autocomplete-input-border-right-color: #131313;
		--autocomplete-input-border-right-color-hover: #131313;
		
		--autocomplete-input-border-bottom-color: #131313;
		--autocomplete-input-border-bottom-color-hover: #131313;
		
		--autocomplete-input-border-left-color: #131313;
		--autocomplete-input-border-left-color-hover: #131313;
		
		--autocomplete-input-text-color: #A6A6A6;
		--autocomplete-input-text-color-hover: #A6A6A6;
		
		
		
		
		
		--main-color: #C80D0D;
		--main-color-hover: #800808;
		
		--read-more-text-color: #C80D0D;
		--read-more-text-color-hover: #800808;
		
		--not-found-text-color: #FFFFFF;
		--not-found-text-color-hover: #FFFFFF;
		
		
		
		
		
		--section-background-color: #151515;
		--section-background-color-hover: #151515;
		
		--section-text-color: #FFFFFF;
		--section-text-color-hover: #FFFFFF;
		
		--text-color: #FFFFFF;
		--text-color-hover: #FFFFFF;
		
		--link-text-color: #FFFFFF;
		--link-text-color-hover: #C80D0D;
		
		--heading-text-color: #FFFFFF;
		--heading-text-color-hover: #FFFFFF;
		
		--paragraph-text-color: #FFFFFF;
		--paragraph-text-color-hover: #FFFFFF;
		
		--heading-1-text-color: #FFFFFF;
		--heading-1-text-color-hover: #FFFFFF;
		
		--heading-2-text-color: #FFFFFF;
		--heading-2-text-color-hover: #FFFFFF;
		
		--heading-3-text-color: #FFFFFF;
		--heading-3-text-color-hover: #FFFFFF;
		
		--heading-4-text-color: #FFFFFF;
		--heading-4-text-color-hover: #FFFFFF;
		
		--heading-5-text-color: #FFFFFF;
		--heading-5-text-color-hover: #FFFFFF;
		
		--heading-6-text-color: #FFFFFF;
		--heading-6-text-color-hover: #FFFFFF;
		
		--button-background-color: #C80D0D;
		--button-background-color-hover: #800808;
		
		--button-border-color: #800808;
		--button-border-color-hover: #C80D0D;
		
		--button-text-color: #FFFFFF;
		--button-text-color-hover: #FFFFFF;
		
		
		
		
		
		--header-home-page-header-background-color: transparent;
		--header-home-page-header-background-color-hover: transparent;
		
		/* --header-home-page-header-background-color: #151515; */
		/* --header-home-page-header-background-color-hover: #151515; */
		
		--header-home-page-header-rgba-background-color: rgba(0, 0, 0, 0.46);
		--header-home-page-header-rgba-background-color-hover: rgba(0, 0, 0, 0.46);
		
		--header-home-page-header-background-backdrop-filter-saturate-percentage: 180%;
		--header-home-page-header-background-backdrop-filter-saturate-percentage-hover: 180%;
		
		--header-home-page-header-background-backdrop-filter-blur: 6px;
		--header-home-page-header-background-backdrop-filter-blur-hover: 6px;
		
		--header-home-page-header-border-top-color: transparent;
		--header-home-page-header-border-top-color-hover: transparent;
		
		--header-home-page-header-border-right-color: transparent;
		--header-home-page-header-border-right-color-hover: transparent;
		
		--header-home-page-header-border-bottom-color: transparent;
		--header-home-page-header-border-bottom-color-hover: transparent;
		
		--header-home-page-header-border-left-color: transparent;
		--header-home-page-header-border-left-color-hover: transparent;
		
		
		
		--header-background-color: #151515;
		--header-background-color-hover: #151515;
		
		--header-rgba-background-color: rgba(0, 0, 0, 0.46);
		--header-rgba-background-color-hover: rgba(0, 0, 0, 0.46);
		
		--header-background-backdrop-filter-saturate-percentage: 180%;
		--header-background-backdrop-filter-saturate-percentage-hover: 180%;
		
		--header-background-backdrop-filter-blur: 6px;
		--header-background-backdrop-filter-blur-hover: 6px;
		
		--header-border-top-color: #212529;
		--header-border-top-color-hover: #212529;
		
		--header-border-right-color: #212529;
		--header-border-right-color-hover: #212529;
		
		--header-border-bottom-color: #212529;
		--header-border-bottom-color-hover: #212529;
		
		--header-border-left-color: #212529;
		--header-border-left-color-hover: #212529;
		
		
		
		--header-menu-mobile-navigation-menu-button-background-color: #222222;
		--header-menu-mobile-navigation-menu-button-background-color-hover: #222222;
		
		--header-menu-mobile-navigation-menu-button-menu-text-color: #FFFFFF;
		--header-menu-mobile-navigation-menu-button-menu-text-color-hover: #FFFFFF;
		
		--header-menu-mobile-navigation-menu-button-hamburger-icon-color: #FFFFFF;
		--header-menu-mobile-navigation-menu-button-hamburger-icon-color-hover: #FFFFFF;
		
		--header-menu-mobile-navigation-menu-open-background-color: #222222;
		--header-menu-mobile-navigation-menu-open-background-color-hover: #222222;
		
		--header-menu-mobile-navigation-link-background-color: transparent;
		--header-menu-mobile-navigation-link-background-color-hover: #C80D0D;
		
		--header-menu-mobile-navigation-link-text-color: #FFFFFF;
		--header-menu-mobile-navigation-link-text-color-hover: #FFFFFF;
		
		--header-menu-mobile-navigation-active-link-background-color: #C80D0D;
		--header-menu-mobile-navigation-active-link-background-color-hover: #800808;
		
		--header-menu-mobile-navigation-active-link-text-color: #FFFFFF;
		--header-menu-mobile-navigation-active-link-text-color-hover: #FFFFFF;
		
		--header-menu-navigation-link-text-color: #FFFFFF;
		--header-menu-navigation-link-text-color-hover: #C80D0D;
		
		--header-menu-navigation-active-link-text-color: #C80D0D;
		--header-menu-navigation-active-link-text-color-hover: #800808;
		
		--header-menu-social-media-icon-color: #FFFFFF;
		--header-menu-social-media-icon-color-hover: #800808;
		
		
		
		
		
		--breadcrumb-section-background-image: url("/images/breadcrumb-images/dark-breadcrumb-background-image-for-dark-theme-mode.png");
		--breadcrumb-section-background-image-hover: url("/images/breadcrumb-images/dark-breadcrumb-background-image-for-dark-theme-mode.png");
		
		--breadcrumb-section-parent-page-main-title-text-color: #FFFFFF;
		--breadcrumb-section-parent-page-main-title-text-color-hover: #FFFFFF;
		
		--breadcrumb-section-parent-page-home-icon-color: #FFFFFF;
		--breadcrumb-section-parent-page-home-icon-color-hover: #FFFFFF;
		
		--breadcrumb-section-parent-page-title-text-color: #FFFFFF;
		--breadcrumb-section-parent-page-title-text-color-hover: #FFFFFF;
		
		--breadcrumb-section-parent-page-to-children-page-right-arrow-color: #FFFFFF;
		--breadcrumb-section-parent-page-to-children-page-right-arrow-color-hover: #FFFFFF;
		
		--breadcrumb-section-children-page-title-text-color: #FFFFFF;
		--breadcrumb-section-children-page-title-text-color-hover: #FFFFFF;
		
		
		
		
		
		--call-to-action-horizontal-strap-section-background-color: #C80D0D;
		--call-to-action-horizontal-strap-section-background-color-hover: #C80D0D;
		
		--call-to-action-horizontal-strap-section-heading-text-color: #FFFFFF;
		--call-to-action-horizontal-strap-section-heading-text-color-hover: #FFFFFF;
		
		--call-to-action-horizontal-strap-section-paragraph-text-color: #FFFFFF;
		--call-to-action-horizontal-strap-section-paragraph-text-color-hover: #FFFFFF;
		
		--call-to-action-horizontal-strap-section-link-button-background-color: #C80D0D;
		--call-to-action-horizontal-strap-section-link-button-background-color-hover: #800808;
		
		--call-to-action-horizontal-strap-section-link-button-border-top-color: #FFFFFF;
		--call-to-action-horizontal-strap-section-link-button-border-top-color-hover: #FFFFFF;
		
		--call-to-action-horizontal-strap-section-link-button-border-right-color: #FFFFFF;
		--call-to-action-horizontal-strap-section-link-button-border-right-color-hover: #FFFFFF;
		
		--call-to-action-horizontal-strap-section-link-button-border-bottom-color: #FFFFFF;
		--call-to-action-horizontal-strap-section-link-button-border-bottom-color-hover: #FFFFFF;
		
		--call-to-action-horizontal-strap-section-link-button-border-left-color: #FFFFFF;
		--call-to-action-horizontal-strap-section-link-button-border-left-color-hover: #FFFFFF;
		
		--call-to-action-horizontal-strap-section-link-button-text-color: #FFFFFF;
		--call-to-action-horizontal-strap-section-link-button-text-color-hover: #FFFFFF;
		
		
		
		
		
		--footer-background-color: #151515;
		--footer-background-color-hover: #151515;
		
		--footer-border-top-color: #151515;
		--footer-border-top-color-hover: #151515;
		
		--footer-border-right-color: #151515;
		--footer-border-right-color-hover: #151515;
		
		--footer-border-bottom-color: #151515;
		--footer-border-bottom-color-hover: #151515;
		
		--footer-border-left-color: #151515;
		--footer-border-left-color-hover: #151515;
		
		
		
		--footer-menu-navigation-link-text-color: #FFFFFF;
		--footer-menu-navigation-link-text-color-hover: #C80D0D;
		
		--footer-menu-navigation-active-link-text-color: #C80D0D;
		--footer-menu-navigation-active-link-text-color-hover: #800808;
		
		
		
		--footer-company-description-text-color: #AFB4BF;
		--footer-company-description-text-color-hover: #C80D0D;
		
		--footer-menu-follow-us-text-color: #FFFFFF;
		--footer-menu-follow-us-text-color-hover: #FFFFFF;
		
		--footer-menu-social-media-icon-color: #FFFFFF;
		--footer-menu-social-media-icon-color-hover: #800808;
		
		--footer-menu-our-blogs-text-color: #FFFFFF;
		--footer-menu-our-blogs-text-color-hover: #FFFFFF;
		
		--footer-menu-blog-title-text-color: #FFFFFF;
		--footer-menu-blog-title-text-color-hover: #FFFFFF;
		
		--footer-menu-blog-date-icon-color: #C80D0D;
		--footer-menu-blog-date-icon-color-hover: #C80D0D;
		
		--footer-menu-blog-date-text-color: #AFB4BF;
		--footer-menu-blog-date-text-color-hover: #AFB4BF;
		
		--footer-menu-navigation-text-color: #FFFFFF;
		--footer-menu-navigation-text-color-hover: #FFFFFF;
		
		--footer-menu-get-info-text-color: #FFFFFF;
		--footer-menu-get-info-text-color-hover: #FFFFFF;
		
		--footer-website-details-icon-color: #C80D0D;
		--footer-website-details-icon-color-hover: #800808;
		
		--footer-website-details-text-color: #FFFFFF;
		--footer-website-details-text-color-hover: #FFFFFF;
		
		--footer-website-details-link-text-color: #AFB4BF;
		--footer-website-details-link-text-color-hover: #C80D0D;
		
		
		
		--footer-copyright-section-background-color: #000000;
		--footer-copyright-section-background-color-hover: #000000;
		
		--footer-copyright-section-border-top-color: #000000;
		--footer-copyright-section-border-top-color-hover: #000000;
		
		--footer-copyright-section-border-right-color: #000000;
		--footer-copyright-section-border-right-color-hover: #000000;
		
		--footer-copyright-section-border-bottom-color: #000000;
		--footer-copyright-section-border-bottom-color-hover: #000000;
		
		--footer-copyright-section-border-left-color: #000000;
		--footer-copyright-section-border-left-color-hover: #000000;
		
		--footer-copyright-text-color: #AFB4BF;
		--footer-copyright-text-color-hover: #AFB4BF;
		
		--footer-copyright-link-text-color: #C80D0D;
		--footer-copyright-link-text-color-hover: #800808;
		
		
		
		
		
		--home-page-slider-images-section-background-color: #151515;
		--home-page-slider-images-section-background-color-hover: #151515;
		
		--home-page-slider-images-section-slider-image-dot-background-color: #FFFFFF;
		--home-page-slider-images-section-slider-image-dot-background-color-hover: #C80D0D;
		
		--home-page-slider-images-section-slider-image-active-dot-border-color: #FFFFFF;
		--home-page-slider-images-section-slider-image-active-dot-border-color-hover: #C80D0D;
		
		
		
		--home-page-about-section-background-color: #151515;
		--home-page-about-section-background-color-hover: #151515;
		
		--home-page-about-section-heading-text-color: #FFFFFF;
		--home-page-about-section-heading-text-color-hover: #FFFFFF;
		
		--home-page-about-section-paragraph-text-color: #FFFFFF;
		--home-page-about-section-paragraph-text-color-hover: #FFFFFF;
		
		--home-page-about-section-button-background-color: #C80D0D;
		--home-page-about-section-button-background-color-hover: #800808;
		
		--home-page-about-section-button-border-color: #C80D0D;
		--home-page-about-section-button-border-color-hover: #800808;
		
		--home-page-about-section-button-text-color: #FFFFFF;
		--home-page-about-section-button-text-color-hover: #FFFFFF;
		
		
		
		--home-page-products-section-background-color: #151515;
		--home-page-products-section-background-color-hover: #151515;
		
		--home-page-products-section-heading-text-color: #FFFFFF;
		--home-page-products-section-heading-text-color-hover: #FFFFFF;
		
		--home-page-products-section-paragraph-text-color: #FFFFFF;
		--home-page-products-section-paragraph-text-color-hover: #FFFFFF;
		
		--home-page-products-section-product-title-text-color: #FFFFFF;
		--home-page-products-section-product-title-text-color-hover: #FFFFFF;
		
		--home-page-products-section-product-excerpt-text-color: #7B7B7B;
		--home-page-products-section-product-excerpt-text-color-hover: #7B7B7B;
		
		--home-page-products-section-product-description-text-color: #7B7B7B;
		--home-page-products-section-product-description-text-color-hover: #7B7B7B;
		
		--home-page-products-section-product-read-more-button-background-color: #C80D0D;
		--home-page-products-section-product-read-more-button-background-color-hover: #800808;
		
		--home-page-products-section-product-read-more-button-border-color: #C80D0D;
		--home-page-products-section-product-read-more-button-border-color-hover: #800808;
		
		--home-page-products-section-product-read-more-button-text-color: #FFFFFF;
		--home-page-products-section-product-read-more-button-text-color-hover: #FFFFFF;
		
		
		
		--home-page-choose-us-section-background-color: #151515;
		--home-page-choose-us-section-background-color-hover: #151515;
		
		--home-page-choose-us-section-choose-us-heading-text-color: #FFFFFF;
		--home-page-choose-us-section-choose-us-heading-text-color-hover: #FFFFFF;
		
		--home-page-choose-us-section-choose-us-paragraph-text-color: #FFFFFF;
		--home-page-choose-us-section-choose-us-paragraph-text-color-hover: #FFFFFF;
		
		--home-page-choose-us-section-choose-us-title-text-color: #FFFFFF;
		--home-page-choose-us-section-choose-us-title-text-color-hover: #FFFFFF;
		
		--home-page-choose-us-section-choose-us-description-text-color: #FFFFFF;
		--home-page-choose-us-section-choose-us-description-text-color-hover: #FFFFFF;
		
		
		
		--home-page-blogs-section-background-color: #151515;
		--home-page-blogs-section-background-color-hover: #151515;
		
		--home-page-blogs-section-blog-heading-text-color: #FFFFFF;
		--home-page-blogs-section-blog-heading-text-color-hover: #FFFFFF;
		
		--home-page-blogs-section-blog-paragraph-text-color: #FFFFFF;
		--home-page-blogs-section-blog-paragraph-text-color-hover: #FFFFFF;
		
		--home-page-blogs-section-blog-title-link-text-color: #FFFFFF;
		--home-page-blogs-section-blog-title-link-text-color-hover: #FFFFFF;
		
		
		
		
		
		--about-page-about-section-background-color: #151515;
		--about-page-about-section-background-color-hover: #151515;
		
		--about-page-about-section-heading-text-color: #FFFFFF;
		--about-page-about-section-heading-text-color-hover: #FFFFFF;
		
		--about-page-about-section-paragraph-text-color: #FFFFFF;
		--about-page-about-section-paragraph-text-color-hover: #FFFFFF;
		
		--about-page-about-section-quality-point-heading-text-color: #FFFFFF;
		--about-page-about-section-quality-point-heading-text-color-hover: #FFFFFF;
		
		--about-page-about-section-quality-point-paragraph-text-color: #FFFFFF;
		--about-page-about-section-quality-point-paragraph-text-color-hover: #FFFFFF;
		
		--about-page-about-section-quality-point-icon-color: #C80D0D;
		--about-page-about-section-quality-point-icon-color-hover: #800808;
		
		--about-page-about-section-quality-point-title-text-color: #FFFFFF;
		--about-page-about-section-quality-point-title-text-color-hover: #FFFFFF;
		
		
		
		
		
		--about-page-testimonials-section-testimonial-name-text-color: #FFFFFF;
		--about-page-testimonials-section-testimonial-name-text-color-hover: #FFFFFF;
		
		--about-page-testimonials-section-testimonial-title-text-color: #FFFFFF;
		--about-page-testimonials-section-testimonial-title-text-color-hover: #FFFFFF;
		
		--about-page-testimonials-section-testimonial-description-text-color: #FFFFFF;
		--about-page-testimonials-section-testimonial-description-text-color-hover: #FFFFFF;
		
		--about-page-testimonials-section-testimonial-slider-pagination-dot-color: #FFFFFF;
		--about-page-testimonials-section-testimonial-slider-pagination-dot-color-hover: #C80D0D;
		
		--about-page-testimonials-section-testimonial-slider-pagination-active-dot-color: #C80D0D;
		--about-page-testimonials-section-testimonial-slider-pagination-active-dot-color-hover: #800808;
		
		
		
		
		
		--about-page-team-members-section-background-color: #151515;
		--about-page-team-members-section-background-color-hover: #151515;
		
		--about-page-team-members-section-heading-text-color: #FFFFFF;
		--about-page-team-members-section-heading-text-color-hover: #FFFFFF;
		
		--about-page-team-members-section-paragraph-text-color: #FFFFFF;
		--about-page-team-members-section-paragraph-text-color-hover: #FFFFFF;
		
		--about-page-team-members-section-team-member-social-media-link-background-color: #AFB4BF;
		--about-page-team-members-section-team-member-social-media-link-background-color-hover: #C80D0D;
		
		--about-page-team-members-section-team-member-social-media-link-icon-color: #000000;
		--about-page-team-members-section-team-member-social-media-link-icon-color-hover: #000000;
		
		--about-page-team-members-section-team-member-background-color: #C80D0D;
		--about-page-team-members-section-team-member-background-color-hover: #C80D0D;
		
		--about-page-team-members-section-team-member-name-text-color: #FFFFFF;
		--about-page-team-members-section-team-member-name-text-color-hover: #FFFFFF;
		
		--about-page-team-members-section-team-member-title-text-color: #FFFFFF;
		--about-page-team-members-section-team-member-title-text-color-hover: #FFFFFF;
		
		
		
		
		
		--contact-page-contact-section-background-color: #151515;
		--contact-page-contact-section-background-color-hover: #151515;
		
		--contact-page-contact-section-information-title-text-color: #FFFFFF;
		--contact-page-contact-section-information-title-text-color-hover: #FFFFFF;
		
		--contact-page-contact-section-website-details-icon-color: #C80D0D;
		--contact-page-contact-section-website-details-icon-color-hover: #C80D0D;
		
		--contact-page-contact-section-website-details-link-text-color: #FFFFFF;
		--contact-page-contact-section-website-details-link-text-color-hover: #C80D0D;
		
		--contact-page-contact-section-address-title-text-color: #FFFFFF;
		--contact-page-contact-section-address-title-text-color-hover: #FFFFFF;
		
		--contact-page-contact-section-get-in-touch-title-text-color: #FFFFFF;
		--contact-page-contact-section-get-in-touch-title-text-color-hover: #FFFFFF;
		
		
		
		--contact-page-contact-section-contacter-name-input-type-placeholder-color: #AAAAAA;
		--contact-page-contact-section-contacter-name-input-type-placeholder-color-hover: #AAAAAA;
		
		--contact-page-contact-section-contacter-name-input-type-background-color: #2D2D2D;
		--contact-page-contact-section-contacter-name-input-type-background-color-hover: #2D2D2D;
		
		--contact-page-contact-section-contacter-name-input-type-border-color: #131313;
		--contact-page-contact-section-contacter-name-input-type-border-color-hover: #131313;
		
		--contact-page-contact-section-contacter-name-input-type-text-color: #A6A6A6;
		--contact-page-contact-section-contacter-name-input-type-text-color-hover: #A6A6A6;
		
		--contact-page-contact-section-contacter-name-input-type-autofill-background-color: #2D2D2D;
		--contact-page-contact-section-contacter-name-input-type-autofill-background-color-hover: #2D2D2D;
		
		--contact-page-contact-section-contacter-name-input-type-autofill-border-color: #131313;
		--contact-page-contact-section-contacter-name-input-type-autofill-border-color-hover: #131313;
		
		--contact-page-contact-section-contacter-name-input-type-autofill-text-color: #A6A6A6;
		--contact-page-contact-section-contacter-name-input-type-autofill-text-color-hover: #A6A6A6;
		
		--contact-page-contact-section-contacter-name-input-type-focus-background-color: #2D2D2D;
		--contact-page-contact-section-contacter-name-input-type-focus-background-color-hover: #2D2D2D;
		
		--contact-page-contact-section-contacter-name-input-type-focus-border-color: #131313;
		--contact-page-contact-section-contacter-name-input-type-focus-border-color-hover: #131313;
		
		--contact-page-contact-section-contacter-name-input-type-focus-text-color: #A6A6A6;
		--contact-page-contact-section-contacter-name-input-type-focus-text-color-hover: #A6A6A6;
		
		--contact-page-contact-section-contacter-name-input-type-autofill-focus-background-color: #2D2D2D;
		--contact-page-contact-section-contacter-name-input-type-autofill-focus-background-color-hover: #2D2D2D;
		
		--contact-page-contact-section-contacter-name-input-type-autofill-focus-border-color: #131313;
		--contact-page-contact-section-contacter-name-input-type-autofill-focus-border-color-hover: #131313;
		
		--contact-page-contact-section-contacter-name-input-type-autofill-focus-text-color: #A6A6A6;
		--contact-page-contact-section-contacter-name-input-type-autofill-focus-text-color-hover: #A6A6A6;
		
		--contact-page-contact-section-contacter-name-input-type-error-message-text-color: #C80D0D;
		--contact-page-contact-section-contacter-name-input-type-error-message-text-color-hover: #800808;
		
		--contact-page-contact-section-contacter-name-input-type-successful-message-text-color: #7CB700;
		--contact-page-contact-section-contacter-name-input-type-successful-message-text-color-hover: #007C00;
		
		--contact-page-contact-section-contacter-subject-input-type-placeholder-color: #AAAAAA;
		--contact-page-contact-section-contacter-subject-input-type-placeholder-color-hover: #AAAAAA;
		
		--contact-page-contact-section-contacter-subject-input-type-background-color: #2D2D2D;
		--contact-page-contact-section-contacter-subject-input-type-background-color-hover: #2D2D2D;
		
		--contact-page-contact-section-contacter-subject-input-type-border-color: #131313;
		--contact-page-contact-section-contacter-subject-input-type-border-color-hover: #131313;
		
		--contact-page-contact-section-contacter-subject-input-type-text-color: #A6A6A6;
		--contact-page-contact-section-contacter-subject-input-type-text-color-hover: #A6A6A6;
		
		--contact-page-contact-section-contacter-subject-input-type-placeholder-color: #AAAAAA;
		--contact-page-contact-section-contacter-subject-input-type-placeholder-color-hover: #AAAAAA;
		
		--contact-page-contact-section-contacter-subject-input-type-background-color: #2D2D2D;
		--contact-page-contact-section-contacter-subject-input-type-background-color-hover: #2D2D2D;
		
		--contact-page-contact-section-contacter-subject-input-type-border-color: #131313;
		--contact-page-contact-section-contacter-subject-input-type-border-color-hover: #131313;
		
		--contact-page-contact-section-contacter-subject-input-type-text-color: #A6A6A6;
		--contact-page-contact-section-contacter-subject-input-type-text-color-hover: #A6A6A6;
		
		--contact-page-contact-section-contacter-subject-input-type-autofill-background-color: #2D2D2D;
		--contact-page-contact-section-contacter-subject-input-type-autofill-background-color-hover: #2D2D2D;
		
		--contact-page-contact-section-contacter-subject-input-type-autofill-border-color: #131313;
		--contact-page-contact-section-contacter-subject-input-type-autofill-border-color-hover: #131313;
		
		--contact-page-contact-section-contacter-subject-input-type-autofill-text-color: #A6A6A6;
		--contact-page-contact-section-contacter-subject-input-type-autofill-text-color-hover: #A6A6A6;
		
		--contact-page-contact-section-contacter-subject-input-type-focus-background-color: #2D2D2D;
		--contact-page-contact-section-contacter-subject-input-type-focus-background-color-hover: #2D2D2D;
		
		--contact-page-contact-section-contacter-subject-input-type-focus-border-color: #131313;
		--contact-page-contact-section-contacter-subject-input-type-focus-border-color-hover: #131313;
		
		--contact-page-contact-section-contacter-subject-input-type-focus-text-color: #A6A6A6;
		--contact-page-contact-section-contacter-subject-input-type-focus-text-color-hover: #A6A6A6;
		
		--contact-page-contact-section-contacter-subject-input-type-autofill-focus-background-color: #2D2D2D;
		--contact-page-contact-section-contacter-subject-input-type-autofill-focus-background-color-hover: #2D2D2D;
		
		--contact-page-contact-section-contacter-subject-input-type-autofill-focus-border-color: #131313;
		--contact-page-contact-section-contacter-subject-input-type-autofill-focus-border-color-hover: #131313;
		
		--contact-page-contact-section-contacter-subject-input-type-autofill-focus-text-color: #A6A6A6;
		--contact-page-contact-section-contacter-subject-input-type-autofill-focus-text-color-hover: #A6A6A6;
		
		--contact-page-contact-section-contacter-subject-input-type-error-message-text-color: #C80D0D;
		--contact-page-contact-section-contacter-subject-input-type-error-message-text-color-hover: #800808;
		
		--contact-page-contact-section-contacter-subject-input-type-successful-message-text-color: #7CB700;
		--contact-page-contact-section-contacter-subject-input-type-successful-message-text-color-hover: #007C00;
		
		--contact-page-contact-section-contacter-email-address-input-type-placeholder-color: #AAAAAA;
		--contact-page-contact-section-contacter-email-address-input-type-placeholder-color-hover: #AAAAAA;
		
		--contact-page-contact-section-contacter-email-address-input-type-background-color: #2D2D2D;
		--contact-page-contact-section-contacter-email-address-input-type-background-color-hover: #2D2D2D;
		
		--contact-page-contact-section-contacter-email-address-input-type-border-color: #131313;
		--contact-page-contact-section-contacter-email-address-input-type-border-color-hover: #131313;
		
		--contact-page-contact-section-contacter-email-address-input-type-text-color: #A6A6A6;
		--contact-page-contact-section-contacter-email-address-input-type-text-color-hover: #A6A6A6;
		
		--contact-page-contact-section-contacter-email-address-input-type-autofill-background-color: #2D2D2D;
		--contact-page-contact-section-contacter-email-address-input-type-autofill-background-color-hover: #2D2D2D;
		
		--contact-page-contact-section-contacter-email-address-input-type-autofill-border-color: #131313;
		--contact-page-contact-section-contacter-email-address-input-type-autofill-border-color-hover: #131313;
		
		--contact-page-contact-section-contacter-email-address-input-type-autofill-text-color: #A6A6A6;
		--contact-page-contact-section-contacter-email-address-input-type-autofill-text-color-hover: #A6A6A6;
		
		--contact-page-contact-section-contacter-email-address-input-type-focus-background-color: #2D2D2D;
		--contact-page-contact-section-contacter-email-address-input-type-focus-background-color-hover: #2D2D2D;
		
		--contact-page-contact-section-contacter-email-address-input-type-focus-border-color: #131313;
		--contact-page-contact-section-contacter-email-address-input-type-focus-border-color-hover: #131313;
		
		--contact-page-contact-section-contacter-email-address-input-type-focus-text-color: #A6A6A6;
		--contact-page-contact-section-contacter-email-address-input-type-focus-text-color-hover: #A6A6A6;
		
		--contact-page-contact-section-contacter-email-address-input-type-autofill-focus-background-color: #2D2D2D;
		--contact-page-contact-section-contacter-email-address-input-type-autofill-focus-background-color-hover: #2D2D2D;
		
		--contact-page-contact-section-contacter-email-address-input-type-autofill-focus-border-color: #131313;
		--contact-page-contact-section-contacter-email-address-input-type-autofill-focus-border-color-hover: #131313;
		
		--contact-page-contact-section-contacter-email-address-input-type-autofill-focus-text-color: #A6A6A6;
		--contact-page-contact-section-contacter-email-address-input-type-autofill-focus-text-color-hover: #A6A6A6;
		
		--contact-page-contact-section-contacter-email-address-input-type-error-message-text-color: #C80D0D;
		--contact-page-contact-section-contacter-email-address-input-type-error-message-text-color-hover: #800808;
		
		--contact-page-contact-section-contacter-email-address-input-type-successful-message-text-color: #7CB700;
		--contact-page-contact-section-contacter-email-address-input-type-successful-message-text-color-hover: #007C00;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-placeholder-color: #AAAAAA;
		--contact-page-contact-section-contacter-mobile-number-input-type-placeholder-color-hover: #AAAAAA;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-background-color: #2D2D2D;
		--contact-page-contact-section-contacter-mobile-number-input-type-background-color-hover: #2D2D2D;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-border-color: #131313;
		--contact-page-contact-section-contacter-mobile-number-input-type-border-color-hover: #131313;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-text-color: #A6A6A6;
		--contact-page-contact-section-contacter-mobile-number-input-type-text-color-hover: #A6A6A6;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-autofill-background-color: #2D2D2D;
		--contact-page-contact-section-contacter-mobile-number-input-type-autofill-background-color-hover: #2D2D2D;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-autofill-border-color: #131313;
		--contact-page-contact-section-contacter-mobile-number-input-type-autofill-border-color-hover: #131313;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-autofill-text-color: #A6A6A6;
		--contact-page-contact-section-contacter-mobile-number-input-type-autofill-text-color-hover: #A6A6A6;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-focus-background-color: #2D2D2D;
		--contact-page-contact-section-contacter-mobile-number-input-type-focus-background-color-hover: #2D2D2D;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-focus-border-color: #131313;
		--contact-page-contact-section-contacter-mobile-number-input-type-focus-border-color-hover: #131313;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-focus-text-color: #A6A6A6;
		--contact-page-contact-section-contacter-mobile-number-input-type-focus-text-color-hover: #A6A6A6;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-background-color: #2D2D2D;
		--contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-background-color-hover: #2D2D2D;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-border-color: #131313;
		--contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-border-color-hover: #131313;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-text-color: #A6A6A6;
		--contact-page-contact-section-contacter-mobile-number-input-type-autofill-focus-text-color-hover: #A6A6A6;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-error-message-text-color: #C80D0D;
		--contact-page-contact-section-contacter-mobile-number-input-type-error-message-text-color-hover: #800808;
		
		--contact-page-contact-section-contacter-mobile-number-input-type-successful-message-text-color: #7CB700;
		--contact-page-contact-section-contacter-mobile-number-input-type-successful-message-text-color-hover: #007C00;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-placeholder-color: #AAAAAA;
		--contact-page-contact-section-contacter-message-input-type-textarea-placeholder-color-hover: #AAAAAA;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-background-color: #2D2D2D;
		--contact-page-contact-section-contacter-message-input-type-textarea-background-color-hover: #2D2D2D;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-border-color: #131313;
		--contact-page-contact-section-contacter-message-input-type-textarea-border-color-hover: #131313;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-text-color: #A6A6A6;
		--contact-page-contact-section-contacter-message-input-type-textarea-text-color-hover: #A6A6A6;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-autofill-background-color: #2D2D2D;
		--contact-page-contact-section-contacter-message-input-type-textarea-autofill-background-color-hover: #2D2D2D;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-autofill-border-color: #131313;
		--contact-page-contact-section-contacter-message-input-type-textarea-autofill-border-color-hover: #131313;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-autofill-text-color: #A6A6A6;
		--contact-page-contact-section-contacter-message-input-type-textarea-autofill-text-color-hover: #A6A6A6;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-focus-background-color: #2D2D2D;
		--contact-page-contact-section-contacter-message-input-type-textarea-focus-background-color-hover: #2D2D2D;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-focus-border-color: #131313;
		--contact-page-contact-section-contacter-message-input-type-textarea-focus-border-color-hover: #131313;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-focus-text-color: #A6A6A6;
		--contact-page-contact-section-contacter-message-input-type-textarea-focus-text-color-hover: #A6A6A6;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-background-color: #2D2D2D;
		--contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-background-color-hover: #2D2D2D;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-border-color: #131313;
		--contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-border-color-hover: #131313;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-text-color: #A6A6A6;
		--contact-page-contact-section-contacter-message-input-type-textarea-autofill-focus-text-color-hover: #A6A6A6;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-error-message-text-color: #C80D0D;
		--contact-page-contact-section-contacter-message-input-type-textarea-error-message-text-color-hover: #800808;
		
		--contact-page-contact-section-contacter-message-input-type-textarea-successful-message-text-color: #7CB700;
		--contact-page-contact-section-contacter-message-input-type-textarea-successful-message-text-color-hover: #007C00;
		
		--contact-page-contact-section-contacter-send-message-button-background-color: #C80D0D;
		--contact-page-contact-section-contacter-send-message-button-background-color-hover: #C80D0D;
		
		--contact-page-contact-section-contacter-send-message-button-border-color: #800808;
		--contact-page-contact-section-contacter-send-message-button-border-color-hover: #800808;
		
		--contact-page-contact-section-contacter-send-message-button-text-color: #FFFFFF;
		--contact-page-contact-section-contacter-send-message-button-text-color-hover: #FFFFFF;
		
		--contact-page-contact-section-contacter-form-text-error-color: #C80D0D;
		--contact-page-contact-section-contacter-form-text-error-color-hover: #800808;
		
		
		
		--contact-page-find-us-here-title-text-color: #FFFFFF;
		--contact-page-find-us-here-title-text-color-hover: #FFFFFF;
		
		
		
		
		
		--gallery-page-gallery-section-background-color: #151515;
		--gallery-page-gallery-section-background-color-hover: #151515;
		
		--gallery-page-gallery-section-heading-text-color: #151515;
		--gallery-page-gallery-section-heading-text-color-hover: #151515;
		
		--gallery-page-gallery-section-paragraph-text-color: #151515;
		--gallery-page-gallery-section-paragraph-text-color-hover: #151515;
		
		--gallery-page-gallery-category-slug-link-text-color: #FFFFFF;
		--gallery-page-gallery-category-slug-link-text-color-hover: #FFFFFF;
		
		--gallery-page-gallery-category-slug-active-link-text-color: #C80D0D;
		--gallery-page-gallery-category-slug-active-link-text-color-hover: #800808;
		
		--gallery-page-gallery-tag-slug-link-text-color: #FFFFFF;
		--gallery-page-gallery-tag-slug-link-text-color-hover: #FFFFFF;
		
		--gallery-page-gallery-tag-slug-active-link-text-color: #C80D0D;
		--gallery-page-gallery-tag-slug-active-link-text-color-hover: #800808;
		
		--gallery-page-gallery-image-maginifying-glass-border-color: #FFFFFF;
		--gallery-page-gallery-image-maginifying-glass-border-color-hover: #FFFFFF;
		
		--gallery-page-gallery-image-maginifying-glass-text-color: #FFFFFF;
		--gallery-page-gallery-image-maginifying-glass-text-color-hover: #FFFFFF;
		
		--gallery-page-gallery-image-maginifying-glass-icon-color: #FFFFFF;
		--gallery-page-gallery-image-maginifying-glass-icon-color-hover: #FFFFFF;
		
		--gallery-page-gallery-image-title-text-color: #FFFFFF;
		--gallery-page-gallery-image-title-text-color-hover: #FFFFFF;
		
		--gallery-page-gallery-image-rgba-translucent-layer-background-color: rgba(0, 0, 0, 0.5);
		--gallery-page-gallery-image-rgba-translucent-layer-background-color-hover: rgba(0, 0, 0, 0.5);
		
		--gallery-page-gallery-image-border-bottom-color: #C80D0D;
		--gallery-page-gallery-image-border-bottom-color-hover: #C80D0D;
		
		--gallery-page-gallery-image-open-background-color: #0B0B0B;
		--gallery-page-gallery-image-open-background-color-hover: #0B0B0B;
		
		--gallery-page-gallery-image-open-opacity: 0.8;
		--gallery-page-gallery-image-open-opacity-hover: 0.8;
		
		--gallery-page-gallery-image-open-close-button-icon-color: #C80D0D;
		--gallery-page-gallery-image-open-close-button-icon-color-hover: #800808;
		
		--gallery-page-gallery-image-open-gallery-image-title-text-color: #F3F3F3;
		--gallery-page-gallery-image-open-gallery-image-title-text-color-hover: #F3F3F3;
		
		
		
		
		
		--blogs-page-blogs-section-background-color: #151515;
		--blogs-page-blogs-section-background-color-hover: #151515;
		
		--blogs-page-blog-section-heading-text-color: #FFFFFF;
		--blogs-page-blog-section-heading-text-color-hover: #FFFFFF;
		
		--blogs-page-blog-section-paragraph-text-color: #FFFFFF;
		--blogs-page-blog-section-paragraph-text-color-hover: #FFFFFF;
		
		--blogs-page-blog-section-blog-title-link-text-color: #FFFFFF;
		--blogs-page-blog-section-blog-title-link-text-color-hover: #C80D0D;
		
		
		
		
		
		--blog-details-page-blog-banner-img-section-blog-title-link-text-color: #FFFFFF;
		--blog-details-page-blog-banner-img-section-blog-title-link-text-color: #C80D0D;
		
		--blog-details-page-blog-banner-img-section-blog-pipe-text-color: #FFFFFF;
		--blog-details-page-blog-banner-img-section-blog-pipe-text-color-hover: #FFFFFF;
		
		--blog-details-page-blog-banner-img-section-blog-author-text-color: #FFFFFF;
		--blog-details-page-blog-banner-img-section-blog-author-text-color: #FFFFFF;
		
		--blog-details-page-blog-banner-img-section-blog-date-text-color: #FFFFFF;
		--blog-details-page-blog-banner-img-section-blog-date-text-color-hover: #FFFFFF;
		
		--blog-details-page-blog-banner-img-section-blog-comment-count-text-color: #FFFFFF;
		--blog-details-page-blog-banner-img-section-blog-comment-count-text-color-hover: #FFFFFF;
		
		--blog-details-page-blog-details-section-background-color: #151515;
		--blog-details-page-blog-details-section-background-color-hover: #151515;
		
		--blog-details-page-blog-details-section-blog-title-text-color: #FFFFFF;
		--blog-details-page-blog-details-section-blog-title-text-color-hover: #FFFFFF;
		
		--blog-details-page-blog-details-section-blog-excerpt-text-color: #FFFFFF;
		--blog-details-page-blog-details-section-blog-excerpt-text-color-hover: #FFFFFF;
		
		--blog-details-page-blog-details-section-blog-description-text-color: #FFFFFF;
		--blog-details-page-blog-details-section-blog-description-text-color-hover: #FFFFFF;
		
		--blog-details-page-recent-blogs-title-text-color: #FFFFFF;
		--blog-details-page-recent-blogs-title-text-color-hover: #FFFFFF;
		
		--blog-details-page-recent-blogs-blog-title-link-text-color: #FFFFFF;
		--blog-details-page-recent-blogs-blog-title-link-text-color-hover: #FFFFFF;
		
		
		
		--blog-details-page-blog-comment-blockquote-icon-color: #C80D0D;
		--blog-details-page-blog-comment-blockquote-icon-color-hover: #800808;
		
		--blog-details-page-blog-comment-name-text-color: #FFFFFF;
		--blog-details-page-blog-comment-name-text-color-hover: #FFFFFF;
		
		--blog-details-page-blog-comment-description-text-color: #FFFFFF;
		--blog-details-page-blog-comment-description-text-color-hover: #FFFFFF;
		
		
		
		--blog-details-page-blog-comment-reply-blockquote-icon-color: #C80D0D;
		--blog-details-page-blog-comment-reply-blockquote-icon-color-hover: #800808;
		
		--blog-details-page-blog-comment-reply-name-text-color: #FFFFFF;
		--blog-details-page-blog-comment-reply-name-text-color-hover: #FFFFFF;
		
		--blog-details-page-blog-comment-reply-description-text-color: #FFFFFF;
		--blog-details-page-blog-comment-reply-description-text-color-hover: #FFFFFF;
		
		
		
		--blog-details-page-blog-comment-form-leave-a-blog-comment-text-color: #FFFFFF;
		--blog-details-page-blog-comment-form-leave-a-blog-comment-text-color-hover: #FFFFFF;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-placeholder-color: #AAAAAA;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-placeholder-color-hover: #AAAAAA;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-background-color: #2D2D2D;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-background-color-hover: #2D2D2D;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-border-color: #131313;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-border-color-hover: #131313;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-text-color: #A6A6A6;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-text-color-hover: #A6A6A6;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-background-color: #2D2D2D;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-background-color-hover: #2D2D2D;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-border-color: #131313;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-border-color-hover: #131313;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-text-color: #A6A6A6;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-text-color-hover: #A6A6A6;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-background-color: #2D2D2D;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-background-color-hover: #2D2D2D;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-border-color: #131313;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-border-color-hover: #131313;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-text-color: #A6A6A6;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-focus-text-color-hover: #A6A6A6;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-background-color: #2D2D2D;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-background-color-hover: #2D2D2D;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-border-color: #131313;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-border-color-hover: #131313;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-text-color: #A6A6A6;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-autofill-focus-text-color-hover: #A6A6A6;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-error-message-text-color: #C80D0D;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-error-message-text-color-hover: #800808;
		
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-successful-message-text-color: #7CB700;
		--blog-details-page-blog-comment-form-blog-comment-name-input-type-successful-message-text-color-hover: #007C00;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-placeholder-color: #AAAAAA;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-placeholder-color-hover: #AAAAAA;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-background-color: #2D2D2D;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-background-color-hover: #2D2D2D;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-border-color: #131313;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-border-color-hover: #131313;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-text-color: #A6A6A6;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-text-color-hover: #A6A6A6;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-background-color: #2D2D2D;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-background-color-hover: #2D2D2D;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-border-color: #131313;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-border-color-hover: #131313;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-text-color: #A6A6A6;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-text-color-hover: #A6A6A6;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-background-color: #2D2D2D;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-background-color-hover: #2D2D2D;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-border-color: #131313;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-border-color-hover: #131313;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-text-color: #A6A6A6;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-focus-text-color-hover: #A6A6A6;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-background-color: #2D2D2D;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-background-color-hover: #2D2D2D;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-border-color: #131313;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-border-color-hover: #131313;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-text-color: #A6A6A6;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-autofill-focus-text-color-hover: #A6A6A6;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-error-message-text-color: #C80D0D;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-error-message-text-color-hover: #800808;
		
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-successful-message-text-color: #7CB700;
		--blog-details-page-blog-comment-form-blog-comment-email-address-input-type-successful-message-text-color-hover: #007C00;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-placeholder-color: #AAAAAA;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-placeholder-color-hover: #AAAAAA;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-background-color: #2D2D2D;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-background-color-hover: #2D2D2D;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-border-color: #131313;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-border-color-hover: #131313;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-text-color: #A6A6A6;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-text-color-hover: #A6A6A6;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-background-color: #2D2D2D;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-background-color-hover: #2D2D2D;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-border-color: #131313;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-border-color-hover: #131313;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-text-color: #A6A6A6;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-text-color-hover: #A6A6A6;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-background-color: #2D2D2D;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-background-color-hover: #2D2D2D;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-border-color: #131313;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-border-color-hover: #131313;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-text-color: #A6A6A6;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-focus-text-color-hover: #A6A6A6;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-background-color: #2D2D2D;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-background-color-hover: #2D2D2D;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-border-color: #131313;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-border-color-hover: #131313;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-text-color: #A6A6A6;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-autofill-focus-text-color-hover: #A6A6A6;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-error-message-text-color: #C80D0D;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-error-message-text-color-hover: #800808;
		
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-successful-message-text-color: #7CB700;
		--blog-details-page-blog-comment-form-blog-comment-message-input-type-textarea-successful-message-text-color-hover: #007C00;
		
		--blog-details-page-blog-comment-form-blog-comment-send-message-button-background-color: #C80D0D;
		--blog-details-page-blog-comment-form-blog-comment-send-message-button-background-color-hover: #C80D0D;
		
		--blog-details-page-blog-comment-form-blog-comment-send-message-button-border-color: #800808;
		--blog-details-page-blog-comment-form-blog-comment-send-message-button-border-color-hover: #800808;
		
		--blog-details-page-blog-comment-form-blog-comment-send-message-button-text-color: #FFFFFF;
		--blog-details-page-blog-comment-form-blog-comment-send-message-button-text-color-hover: #FFFFFF;
		
		--blog-details-page-blog-comment-form-text-error-color: #C80D0D;
		--blog-details-page-blog-comment-form-text-error-color-hover: #800808;
		
		
		
		
		
		--faqs-page-faqs-section-background-color: #151515;
		--faqs-page-faqs-section-background-color-hover: #151515;
		
		--faqs-page-faqs-section-title-heading-text-color: #FFFFFF;
		--faqs-page-faqs-section-title-heading-text-color-hover: #FFFFFF;
		
		--faqs-page-faqs-section-title-paragraph-text-color: #FFFFFF;
		--faqs-page-faqs-section-title-paragraph-text-color-hover: #FFFFFF;
		
		--faqs-page-faqs-section-faq-title-text-color: #FFFFFF;
		--faqs-page-faqs-section-faq-title-text-color-hover: #FFFFFF;
		
		--faqs-page-faqs-section-faq-description-text-color: #FFFFFF;
		--faqs-page-faqs-section-faq-description-text-color-hover: #FFFFFF;
		
		
		
		
		
		--disclaimers-page-disclaimers-section-background-color: #151515;
		--disclaimers-page-disclaimers-section-background-color-hover: #151515;
		
		--disclaimers-page-disclaimers-section-title-heading-text-color: #FFFFFF;
		--disclaimers-page-disclaimers-section-title-heading-text-color-hover: #FFFFFF;
		
		--disclaimers-page-disclaimers-section-title-paragraph-text-color: #FFFFFF;
		--disclaimers-page-disclaimers-section-title-paragraph-text-color-hover: #FFFFFF;
		
		--disclaimers-page-disclaimers-section-disclaimer-title-text-color: #FFFFFF;
		--disclaimers-page-disclaimers-section-disclaimer-title-text-color-hover: #FFFFFF;
		
		--disclaimers-page-disclaimers-section-disclaimer-description-text-color: #FFFFFF;
		--disclaimers-page-disclaimers-section-disclaimer-description-text-color-hover: #FFFFFF;
		
		
		
		
		
		--privacy-policies-page-privacy-policies-section-background-color: #151515;
		--privacy-policies-page-privacy-policies-section-background-color-hover: #151515;
		
		--privacy-policies-page-privacy-policies-section-title-heading-text-color: #FFFFFF;
		--privacy-policies-page-privacy-policies-section-title-heading-text-color-hover: #FFFFFF;
		
		--privacy-policies-page-privacy-policies-section-title-paragraph-text-color: #FFFFFF;
		--privacy-policies-page-privacy-policies-section-title-paragraph-text-color-hover: #FFFFFF;
		
		--privacy-policies-page-privacy-policies-section-privacy-policy-title-text-color: #FFFFFF;
		--privacy-policies-page-privacy-policies-section-privacy-policy-title-text-color-hover: #FFFFFF;
		
		--privacy-policies-page-privacy-policies-section-privacy-policy-description-text-color: #FFFFFF;
		--privacy-policies-page-privacy-policies-section-privacy-policy-description-text-color-hover: #FFFFFF;
		
		
		
		
		
		--terms-of-services-page-terms-of-services-section-background-color: #151515;
		--terms-of-services-page-terms-of-services-section-background-color-hover: #151515;
		
		--terms-of-services-page-terms-of-services-section-title-heading-text-color: #FFFFFF;
		--terms-of-services-page-terms-of-services-section-title-heading-text-color-hover: #FFFFFF;
		
		--terms-of-services-page-terms-of-services-section-title-paragraph-text-color: #FFFFFF;
		--terms-of-services-page-terms-of-services-section-title-paragraph-text-color-hover: #FFFFFF;
		
		--terms-of-services-page-terms-of-services-section-term-of-service-title-text-color: #FFFFFF;
		--terms-of-services-page-terms-of-services-section-term-of-service-title-text-color-hover: #FFFFFF;
		
		--terms-of-services-page-terms-of-services-section-term-of-service-description-text-color: #FFFFFF;
		--terms-of-services-page-terms-of-services-section-term-of-service-description-text-color-hover: #FFFFFF;
		
		
		
		
		
		--terms-and-conditions-page-terms-and-conditions-section-background-color: #151515;
		--terms-and-conditions-page-terms-and-conditions-section-background-color-hover: #151515;
		
		--terms-and-conditions-page-terms-and-conditions-section-title-heading-text-color: #FFFFFF;
		--terms-and-conditions-page-terms-and-conditions-section-title-heading-text-color-hover: #FFFFFF;
		
		--terms-and-conditions-page-terms-and-conditions-section-title-paragraph-text-color: #FFFFFF;
		--terms-and-conditions-page-terms-and-conditions-section-title-paragraph-text-color-hover: #FFFFFF;
		
		--terms-and-conditions-page-terms-and-conditions-section-term-and-condition-title-text-color: #FFFFFF;
		--terms-and-conditions-page-terms-and-conditions-section-term-and-condition-title-text-color-hover: #FFFFFF;
		
		--terms-and-conditions-page-terms-and-conditions-section-term-and-condition-description-text-color: #FFFFFF;
		--terms-and-conditions-page-terms-and-conditions-section-term-and-condition-description-text-color-hover: #FFFFFF;
		
		
		
		
		
	}
	
	
	
	
	
	
	
}