:root {
	--c1: #a41e34;
	--c2: #e0e2de;
	--c3: #252426;
	--c4: #ffffff;
	--c5: #ccc;
	--c6: #f3f3f3;
	--c7: #999999;
	--c9: #333333;
	--c12: #ffffff4d;
	--f1: 'Poppins', sans-serif;
	--f2: 'Roboto Slab', serif;
	--f3: 'Quicksand', sans-serif;
	--fa5: 'Font Awesome 5 Free';
	--cube-1: cubic-bezier(0.25, 0.46, 0.45, 0.5);
}

* {
	/* outline: 1px solid red; */
}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body,
html {
	overflow-x: hidden;
	font-family: var(--f1);
	font-size: 1rem;
	color: #333;
	min-height: 3000px;
	line-height: 2;

	/* text-align: justify;
  text-align-last: left; */
}
.container {
	max-width: 1140px;
	min-width: 1140px;
}

.maincontainer {
	background: #fff;
	z-index: 0;
}

a,
a:hover {
	text-decoration: none;
}

@media (max-width: 768px) {
	.row {
		text-align: center;
	}
}

/*********************/
/*  HEADERS
/*********************/
header {
	position: relative;
	width: 100%;
	display: block;
	z-index: 99 !important;
}

/*********************/
/*  HEADER 1
/*********************/
.header {
	position: relative;
	display: block;
	background-color: var(--c4);
	z-index: 9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header .topLogo img {
	width: 57%;
}

/**************************************************************** 
  STICKY
/****************************************************************/
.sticky {
	top: 0;
	left: 0;
	margin-top: 0;
	position: fixed;
	width: 100%;
	z-index: 991 !important;
	background-color: var(--c4);

	box-shadow: 0 3px 6px rgb(54 54 54 / 12%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*
	DROP DOWN
*/

.navbar {
	margin: 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
	-webkit-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
}

.navbar-default {
	border: none;
	border-color: 0;
	border-radius: 0px;
}

.navbar-nav {
	width: 100%;
	height: 100%;
	padding: 0;
}

.navbar-nav > li {
	padding: 0.93rem 0.75rem 0.5rem 0.75rem;
	height: 100% !important;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-nav > li a {
	position: relative;
	font-family: var(--f1);
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: normal;
	color: var(--c1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 99 !important;
}
.navbar-nav > li.current a,
.navbar-nav > li a:hover {
	color: var(--c9);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*
.navbar-nav:hover li a{
	color:#707E9C !important;
}
.navbar-nav li a:hover{
	color:#22EBBE !important;
}*/

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: #d4d3d1;
	border: 1px solid #59585d !important;
	border-radius: 0.25rem;
}

@media (max-width: 768px) {
	.navbar-default {
		margin-top: 0;
	}

	.navbar-nav {
		border-top: 1px dotted #d4d3d1;
		margin-top: 0.5em;
	}

	.navbar-nav > li {
		width: auto;
		text-align: left;
	}
}

.navbar-brand h2 {
	text-align: left;

	font-size: 1.2em;
	color: #98652c;
	margin: 0 !important;
	padding: 0 !important;
}

.navbar-nav > li:hover > .dropdown-menu {
	display: block;
}

.dropdown-menu,
.dropdown-submenu {
	background-color: #253939;
	-webkit-background-clip: none;
	background-clip: none;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	/* -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;*/
}

.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.dropdown-submenu > a:after {
	display: block;
	content: ' ';
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.dropdown-menu > li {
	padding: 0.2em 1em 0.2em 1em;
	border-bottom: 1px dotted #888;
}

.dropdown-menu > li > a {
	font-size: 1em !important;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: transparent !important;
	padding-left: 0.5em;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

/*
	DUMMY DIV
*/
.dummyDiv {
	position: relative;
	display: block;
	height: 0 !important;
	z-index: -1;
}

/*********************/
/*  BUTTON
/*********************/

.button {
	position: relative;
	display: block;
	background-color: var(--c1);
	border-radius: 12px;
	overflow: hidden;

	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.button:after {
	content: '';
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: 0;
	height: 100%;
	background-color: var(--c2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button:hover:after {
	left: 0;
	right: auto;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button span {
	display: block;
	position: relative;
	width: 100%;
	font-family: var(--f1);
	font-size: 1rem;
	color: var(--c4);
	text-align: center;
	padding: 12px;
	z-index: 3 !important;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.button:hover span {
	color: var(--c1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*********************/
/*  H TAGs
/*********************/
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}

div {
	position: relative;
	display: block;
	z-index: 9;
}

*.div {
	-webkit-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
}

*.div:hover {
	-webkit-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
}

ul,
ol {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

ul li,
ol li {
	list-style: none;
	position: relative;
}

img {
	width: 100%;
	height: auto;
}
.plusSign {
	position: relative;
	display: inline-block !important;
	font-size: 1rem;
}
.imageShine:after {
	background: rgba(255, 255, 255, 0.3);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	opacity: 1;
	z-index: 9;
	pointer-events: none;
}
.imageShine:hover:after {
	height: 110%;
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
section.products .row {
	padding-top: 5rem;
}
/*********************/
/*  SHORT INTRO
/*********************/
.shortIntro {
	position: relative;
	display: block;
	margin: 0;

	margin: 3rem 0 3rem 0;
}
.shortIntro .shortIntroText {
	position: relative;
	display: block;
}
.shortIntro .shortIntroImages {
	position: relative;
	display: block;
}

/*********************/
/*  PRODUCTS
/*********************/
.products {
	position: relative;
	display: block;
	margin: 3rem 0 3rem 0;
}
.products .productDiv .button {
	width: 30%;
	margin-top: 1.5rem;
}
main {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 15px;
	row-gap: 10px;
}
main .box {
	flex: 1 1 24%;
	height: 100% !important;
	background-color: var(--c4);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.productImages_2 .main .box {
	flex: 0 0 55% !important;
}
.box.fadein {
	animation: fadein 1s ease-in-out 1;
	animation-fill-mode: forwards;
}
.box.fadeout {
	animation: fadeout 1s ease-in-out 1;
	animation-fill-mode: forwards;
}
.box.animate {
	animation: animate 1s ease-in-out 1;
	animation-fill-mode: forwards;
}

@keyframes fadein {
	100% {
		opacity: 1;
	}
}
@keyframes fadeout {
	100% {
		opacity: 0;
	}
}
@keyframes animate {
	50% {
		opacity: 0;
	}
}
@media (max-width: 768px) {
	.shortIntro {
		margin: 1rem 0 0rem 0;
		padding: 1rem 0 1rem 0;
	}
	main .box {
		flex: 0 0 25%;
	}
}
/*********************/
/*  FACTS
/*********************/
.facts {
	position: relative;
	display: block;
	margin: 3rem 0 3rem 0;
}
.facts .factDiv {
	display: flex;
	gap: 12px;
	line-height: 1.5;
	border-right: 1px dotted var(--c5);
}
.facts .factDiv div:nth-child(1) svg {
	width: 75px;
	height: 75px;
	fill: var(--c2);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.facts .factDiv:hover div:nth-child(1) svg {
	fill: var(--c1);
	transform: rotate(360deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.facts .factDiv div:nth-child(2) {
	text-align: left !important;
	line-height: 1.3;
}
.facts .factDiv .counter {
	font-size: 2.4rem;
	font-weight: 600;
	display: inline;
	-webkit-text-stroke: 2px var(--c2);
	color: transparent;
}
.facts .factDiv:hover .counter {
	-webkit-text-stroke: unset;
	color: var(--c2);
}
.facts .factDiv h4 {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--c1);
}
.facts .factDiv:hover h4 {
	color: var(--c3);
}
/*********************/
/*  WHY US
/*********************/
.whyUs {
	position: relative;
	display: block;
	margin: 3rem 0 3rem 0;
}

.whyUs .whyUsDiv {
	flex: 1;
	min-height: 310px;
	border: 1px dotted var(--c5);
	text-align: center;
	padding: 1rem;
}
.whyUs .whyUsDiv svg {
	height: 60px;
	width: 60px;
	fill: var(--c1);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.whyUs .whyUsDiv:hover svg {
	fill: var(--c2);
	transform: rotate(360deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.whyUs .whyUsDiv h4 {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--c2);
}
.whyUs .whyUsDiv:hover h4 {
	color: var(--c1);
}
/*********************/
/*  CALL NOW
/*********************/
.callNow {
	position: relative;
	display: block;
	background-color: var(--c1);
	font-size: 1.2rem;
	color: var(--c4);
}
.callNow .callNowDiv {
	display: block;
}
.callNow .callNowButtons {
	display: flex;
	justify-items: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 30px;
	margin-top: 1.5rem;
}
.callNow .callNowButtons div {
	flex: 0 0 33%;
}
.callNow .callNowButtons .button {
	margin: 1.5rem auto;
}
.callNow .button {
	background-color: var(--c3);
}
.callNow .button span {
	font-size: 1.74rem;
}
/*********************/
/*  TESTIMONIALS
/*********************/
.testimonials {
	position: relative;
	display: block;
	margin: 3rem 0 3rem 0;
}

/*********************/
/*  HOME PAGE TITLES
/*********************/
.pageTitles {
	position: relative;
	/* display: flex; */
	flex-direction: column;
	justify-content: center;
	justify-items: left;
	line-height: 1.2;
	z-index: 9;
	text-align: left;
}
.pageTitles .textCenter {
	margin: 0 auto 0 auto !important;
}
.pageTitles .textLeft {
	margin: 0;
}
.pageTitles h2,
.pageTitles h4,
.pageTitles .mainTitle {
	position: relative;
	display: block;
	width: auto;
	font-family: var(--f2);
	font-weight: 900;
	font-size: 2.4rem;
	text-transform: uppercase;
	color: var(--c1);
	z-index: 99 !important;
	text-wrap: wrap;
}

.pageTitles .subTitle {
	display: inline-block;
	line-height: 1.2em;
	font-family: var(--f3);
	font-size: 1.2rem;
	letter-spacing: 6px;
	text-transform: lowercase;
	background-color: var(--c2);
	color: var(--c4);
	padding: 0.3rem 0.6rem;
	z-index: 9;
}

.titleIntro {
	line-height: 1.75;
	color: var(--c5);
}
.noGap {
	margin: 0;
	padding: 0;
}

/*
	GO TOP
*/

.scroll-to-top {
	position: fixed;
	right: 0px;
	bottom: 100px;
	transform: rotate(90deg);
	z-index: 99;
}

.scroll-to-top .visible {
	visibility: visible !important;
	opacity: 1 !important;
}

.scroll-to-top .scroll-top-inner {
	opacity: 0;
	visibility: hidden;
}

.scroll-to-top .scroll-top-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
	-o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
	transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.scroll-to-top .scroll-bar {
	width: 50px;
	height: 2px;
	margin-right: 10px;
	position: relative;
}

.scroll-to-top .scroll-bar:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #f4244f;
	opacity: 0.3;
}

.scroll-to-top .scroll-bar .bar-inner {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background-color: var(--c3);
}

.scroll-to-top .scroll-bar-text {
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 500ms ease;
}

.scroll-to-top .scroll-bar-text {
	color: var(--c3);
}

.scroll-to-top .scroll-bar-text:hover {
	transform: scale(1.1);
}

/*
	FOOTER
*/
.footer1 {
	position: relative;
	background: var(--c5);
	color: var(--c9);
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.footer1 .footLogo img {
	width: 50%;
}
.footer1 .copy {
	font-size: 0.84rem;
}
.footer1 .footerTitle {
	position: relative;
	font-size: 1.2rem;
	font-weight: bold;
	color: var(--c2);
	z-index: 9;
}

.footer1 .footLinks {
	position: relative;
	display: flex;
	gap: 12px;
	padding: 0;
	margin: 0;
	z-index: 9;
}

.footer1 .footLinks li {
	position: relative;
	display: block;
	list-style: none;
	padding-left: 0.9rem;
}

.footer1 .footLinks li a {
	color: var(--c1);
}

.footer1 .footLinks li a:hover {
	color: var(--c9);
}

.footer2 {
	position: relative;
	display: block;
	background: var(--c2);
	color: var(--c1);
	padding: 0.3rem 0 0.3rem 0;
}

.stopScrolling {
	height: 100vh !important;
	overflow: hidden !important;
}
