/*
Theme Name: Incredible Good Guys
Theme URI: https://incrediblegoodguys.com
Author: IGGTS
Author URI: https://incrediblegoodguys.com
Description: Incredible theme
Version: 1.0
Text Domain: iggts

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=REM:wght@400;500;600;700&display=swap");
@-webkit-keyframes fadeInFor {
	0%, 75% {
		opacity: 0;
	}
	90% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeInFor {
	0%, 75% {
		opacity: 0;
	}
	90% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
html { scroll-behavior: smooth;}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}

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

.row {
	--bs-gutter-x: 2rem;
	--bs-gutter-y: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) / -2);
	margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) / 2);
	padding-left: calc(var(--bs-gutter-x) / 2);
	margin-top: var(--bs-gutter-y);
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 8.3333333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 41.6666666667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 58.3333333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 66.6666666667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 83.3333333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 91.6666666667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}

@media (max-width: 767px) {
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}
@media (min-width: 768px) {
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}
@media (min-width: 992px) {
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}
.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

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

.text-justify {
	text-align: justify;
}

.py-auto {
	padding-top: auto;
	padding-bottom: auto;
}

.py-unset {
	padding-top: unset;
	padding-bottom: unset;
}

.py-0 {
	padding-top: 0;
	padding-bottom: 0;
}

.py-1 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.py-2 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.py-3 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.py-4 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.py-5 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.py-6 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.container, .container-lg {
	max-width: 1200px;
	padding-right: 16px;
	padding-left: 16px;
	margin-right: auto;
	margin-left: auto;
}

.container_sm {
	max-width: 1024px;
	padding-right: 16px;
	padding-left: 16px;
	margin-left: auto;
	margin-right: auto;
}

/* Poppins */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*::after, *::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*::-moz-selection {
	background: #E41A1A;
	color: #ffffff;
}
*::selection {
	background: #E41A1A;
	color: #ffffff;
}

html {
	padding: 0px;
	margin: 0px;
	scroll-behavior: auto;
	font-size: 16px;
}
html body {
	font-size: 1rem;
	color: #333;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	width: 100%;
	line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
	line-height: normal;
	font-weight: bold;
	color: #202020;
	font-family: "REM", sans-serif;
}

h1 {
	font-size: 48px;
	line-height: 1.2;
}
@media (max-width: 1200px) {
	h1 {
		font-size: 44px;
	}
}
@media (max-width: 991px) {
	h1 {
		font-size: 36px;
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 30px;
	}
}
@media (max-width: 480px) {
	h1 {
		font-size: 24px;
	}
}

h2 {
	font-size: 24px;
	line-height: 1.2;
	margin-top:20px;
}
@media (max-width: 991px) {
	h2 {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	h2 {
		margin-bottom: 15px;
	}
}
@media (max-width: 480px) {
	h2 {
		font-size: 22px;
	}
}

h3 {
	font-size: 24px;
	line-height: 1.2;
	text-transform: uppercase;
	margin-top: 28px;
}
@media (max-width: 991px) {
	h3 {
		font-size: 22px;
	}
}
@media (max-width: 480px) {
	h3 {
		font-size: 20px;
	}
}

h4 {
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	h4 {
		font-size: 18px;
	}
}

h5 {
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
}

h6 {
	font-size: 14px;
	line-height: 1.2;
}

p {
	font-size: 16px;
	font-weight: 400;
	color: #202020;
	font-family: "Poppins", sans-serif;
	line-height: normal;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	p {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	p {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

img {
	max-width: 100%;
}

ul li, ol li {
	font-size: 16px;
	font-weight: 400;
	color: #202020;
	font-family: "Poppins", sans-serif;
	line-height: 2;
}

a {
	text-decoration: none;
	transition: color 400ms;
	-o-transition: color 400ms;
	-webkit-transition: color 400ms;
	-moz-transition: color 400ms;
	color: #202020;
}
a:hover {
	color: #E41A1A;
}

@media (max-width: 767px) {
	.col-6 {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.col-4 {
		width: 100%;
	}
}

.text-right {
	text-align: right;
}

.greyBg {
	background-color: #F9F9F9 !important;
}

.whiteBg {
	background-color: #ffffff !important;
}

.slick-arrow {
	background-color: rgba(32, 32, 32, 0.8);
	width: 56px;
	height: 96px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	outline: none;
	border-radius: 0px;
	font-size: 0px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	-webkit-transition: color 400ms, background-color 400ms;
	-moz-transition: color 400ms, background-color 400ms;
	outline: none !important;
	text-decoration: none;
	cursor: pointer;
	z-index: 9;
}
.slick-arrow:hover, .slick-arrow:focus {
	background-color: rgba(32, 32, 32, 0.95);
}
.slick-arrow.slick-prev {
	background-image: url(../../images/whteArrowPrev.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px;
	left: 0;
}
.slick-arrow.slick-next {
	background-image: url(../../images/whteArrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px;
	right: 0;
}
@media (max-width: 991px) {
	.slick-arrow {
		width: 44px;
		height: 80px;
		background-size: 14px !important;
	}
}
@media (max-width: 640px) {
	.slick-arrow {
		width: 36px;
		height: 70px;
		background-size: 10px !important;
	}
}

.logo { width: 148px; height: auto;}

.slick-dots {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 8px;
}
.slick-dots li {
	list-style: none;
}
.slick-dots li button {
	width: 10px;
	height: 10px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	background-color: #202020;
	font-size: 0;
	padding: 0;
	cursor: pointer;
	transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	-webkit-transition: color 400ms, background-color 400ms;
	-moz-transition: color 400ms, background-color 400ms;
	outline: none !important;
	text-decoration: none;
}
.slick-dots li button:hover {
	background-color: #E41A1A;
}
.slick-dots li.slick-active button {
	background-color: #E41A1A;
}

.fullWidthSection {
	width: 100%;
	padding: 80px 0;
	background-color: #ffffff;
	text-align: center;
}
.fullWidthSection .container {
	max-width: 800px;
}
@media (max-width: 1200px) {
	.fullWidthSection {
		padding: 60px 0;
	}
}
@media (max-width: 991px) {
	.fullWidthSection {
		padding: 50px 0;
	}
}
@media (max-width: 767px) {
	.fullWidthSection {
		padding: 40px 0;
	}
}

.padding-80 {
	padding: 80px 0 !important;
}
@media (max-width: 1200px) {
	.padding-80 {
		padding: 60px 0;
	}
}
@media (max-width: 991px) {
	.padding-80 {
		padding: 50px 0 !important;
	}
}
@media (max-width: 767px) {
	.padding-80 {
		padding: 40px 0 !important;
	}
}

.addressListing {
	margin: 0;
	padding: 0;
	max-width: 300px;
}
.addressListing li {
	list-style: none;
	margin-bottom: 18px;
}
.addressListing li:last-child {
	margin-bottom: 0;
}
.addressListing li a {
	font-size: 16px;
	color: #202020;
	position: relative;
	padding-left: 40px;
	display: inline-block;
}
.addressListing li a i {
	position: absolute;
	left: 0;
	top: 0;
}
.addressListing li a:hover {
	color: #E41A1A;
}
@media (max-width: 767px) {
	.addressListing li {
		margin-bottom: 15px;
	}
	.addressListing li a {
		font-size: 14px;
		padding-left: 32px;
	}
}

.btn a {
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	outline: none;
	border: 1px solid #E41A1A;
	border-radius: 0;
	background-color: #E41A1A;
	color: #ffffff;
	font-size: 16px;
	padding: 13px 32px;
	font-family: "REM", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	min-width: 170px;
	transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	-webkit-transition: color 400ms, background-color 400ms;
	-moz-transition: color 400ms, background-color 400ms;
	outline: none !important;
	text-decoration: none;
}
.btn a:hover, .btn a:focus {
	color: #E41A1A;
	background-color: #ffffff;
}
.btn a.btn_primary {
	color: #E41A1A;
	background-color: #ffffff;
	border-color: #ffffff;
}
.btn a.btn_primary:hover, .btn a.btn_primary:focus {
	background-color: transparent;
	color: #ffffff;
}
.btn a.btn_secondary {
	background-color: #202020;
	border-color: #202020;
	color: #ffffff;
}
.btn a.btn_secondary:hover, .btn a.btn_secondary:focus {
	background-color: #E41A1A;
	border-color: #E41A1A;
}
@media (max-width: 767px) {
	.btn a {
		font-size: 14px;
		padding: 12px 30px;
	}
}
@media (max-width: 480px) {
	.btn a {
		width: 100%;
	}
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-slider .slick-list:focus {
	outline: none;
}
.slick-slider .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-slider .slick-track:before, .slick-slider .slick-track:after {
	display: table;
	content: "";
}
.slick-slider .slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.input_group {
	margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
	.input_group {
		margin-bottom: 1rem;
	}
}
.input_group.mb-0 {
	margin-bottom: 0;
}
.input_group label {
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
	color: #333;
	margin-bottom: 0.25rem;
}
.input_group .input {
	width: 100%;
	border-radius: 5px;
	padding: 0.5rem 0.75rem;
	font-size: 1.125rem;
	font-weight: 500;
	outline: none;
	resize: none;
	border: solid 1px #e7e7e7;
	color: #222;
	-webkit-transition: -webkit-box-shadow 300ms;
	transition: -webkit-box-shadow 300ms;
	transition: box-shadow 300ms;
	transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}
@media (max-width: 767px) {
	.input_group .input {
		padding: 0.5rem 0.75rem;
	}
}
.input_group .input.appearance_none::-webkit-inner-spin-button, .input_group .input.appearance_none::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
.input_group .input:focus {
	-webkit-box-shadow: 0 0 0px 2px rgba(228, 26, 26, 0.75);
	box-shadow: 0 0 0px 2px rgba(228, 26, 26, 0.75);
}
.input_group .input_select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: white;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: calc(100% - 1rem);
	background-size: 12px;
	color: #222;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-right: calc(1rem + 15px);
}
@media (max-width: 767px) {
	.input_group .input_select {
		background-position-x: calc(100% - 0.75rem);
		padding-right: calc(0.75rem + 15px);
	}
}
.input_group .checkbox_warp {
	font-size: 1rem;
	display: inline-block !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.input_group .checkbox_warp .checkbox {
	margin-top: 0;
	margin-bottom: 0;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: text-bottom;
	position: relative;
}
.input_group .checkbox_warp a {
	color: #222;
	text-decoration: none;
	-webkit-transition: color 400ms;
	transition: color 400ms;
}
.input_group .checkbox_warp a:hover {
	color: #222;
}
.input_group .radio_warp {
	display: inline-block !important;
	font-size: 1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	margin-right: 0.5rem;
}
.input_group .radio_warp:last-child {
	margin-right: 0;
}
.input_group .radio_warp .radio {
	margin-top: 0;
	margin-bottom: 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: text-bottom;
	position: relative;
}
.input_group .radio_warp span {
	vertical-align: middle;
}

#header-main {
	width: 100%;
	background: #ffffff;
	/*   -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05); */
	z-index: 999;
	position: relative;
	z-index: 999;
}
#header-main .logo a {
	display: block;
}
#header-main .logo a img {
	display: block;
}
#header-main .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#header-main .headerRight {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
#header-main .menu-icon {
	position: absolute;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
	z-index: 999;
}
#header-main .menu-icon .menu-box {
	width: 32px;
	height: 26px;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
	-webkit-transition: -webkit-transform 330ms ease-out;
	transition: -webkit-transform 330ms ease-out;
	transition: transform 330ms ease-out;
	transition: transform 330ms ease-out, -webkit-transform 330ms ease-out;
}
#header-main .menu-icon .menu-box span {
	background-color: #40352E;
	border-radius: 4px;
	width: 100%;
	height: 2px;
}
#header-main .menu-icon .menu-box span:nth-child(1), #header-main .menu-icon .menu-box span:nth-child(3) {
	width: 50%;
}
#header-main .menu-icon .menu-box span:nth-child(1) {
	-webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	-webkit-transform-origin: right;
	transform-origin: right;
}
#header-main .menu-icon .menu-box span:nth-child(3) {
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	-webkit-transform-origin: left;
	transform-origin: left;
}
#header-main .menu-icon.active .menu-box {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#header-main .menu-icon.active .menu-box span:nth-child(1) {
	-webkit-transform: rotate(-90deg) translateX(5px);
	transform: rotate(-90deg) translateX(5px);
}
#header-main .menu-icon.active .menu-box span:nth-child(3) {
	-webkit-transform: rotate(-90deg) translateX(-5px);
	transform: rotate(-90deg) translateX(-5px);
}
#header-main .enumenu_ul {
	padding: 0px;
	list-style: none;
	text-align: right;
	margin: 0;
}
#header-main .enumenu_ul > li {
	display: inline-block;
	position: relative;
	margin-right: 32px;
	vertical-align: middle;
}
#header-main .enumenu_ul > li > a {
	position: relative;
	z-index: 9;
	padding: 38px 0;
	display: inline-block;
	font-size: 16px;
	color: #202020;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	position: relative;
	transition: font-weight 400ms;
	-o-transition: font-weight 400ms;
	-webkit-transition: font-weight 400ms;
	-moz-transition: font-weight 400ms;
}
#header-main .enumenu_ul > li.has-children > a:after {
	content: "";
	position: relative;
	right: -5px;
	z-index: 9;
	/* 	background: url(../../images/menuArrow.svg) no-repeat center center; */
	width: 15px;
	height: 10px;
	display: inline-block;
	-webkit-filter: brightness(0);
	filter: brightness(0);
	-webkit-transition: -webkit-filter 400ms;
	transition: -webkit-filter 400ms;
	transition: filter 400ms;
	transition: filter 400ms, -webkit-filter 400ms;
	-o-transition: filter 400ms;
	-webkit-transition: filter 400ms;
	-moz-transition: filter 400ms;
}
#header-main .enumenu_ul > li:hover > a, #header-main .enumenu_ul > li.active > a {
	color: #E41A1A;
	font-weight: 700;
}
#header-main .enumenu_ul > li:hover > a:after, #header-main .enumenu_ul > li.active > a:after {
	-webkit-filter: none;
	filter: none;
}
#header-main .enumenu_ul > li:last-child {
	margin-right: 0;
}
/* #header-main .enumenu_ul > li:last-child > a {
border: 1px solid #E41A1A;
border-radius: 0;
background-color: #E41A1A;
color: #ffffff;
font-size: 16px;
padding: 12px 32px;
font-family: "REM", sans-serif;
font-weight: 700;
text-transform: uppercase;
transition: color 400ms, background-color 400ms;
-o-transition: color 400ms, background-color 400ms;
-webkit-transition: color 400ms, background-color 400ms;
-moz-transition: color 400ms, background-color 400ms;
outline: none !important;
text-decoration: none;
}
#header-main .enumenu_ul > li:last-child > a:hover, #header-main .enumenu_ul > li:last-child > a:focus {
color: #E41A1A;
background-color: #ffffff;
} */
#header-main .enumenu_ul ul {
	display: none;
	margin: 0;
	padding: 0;
}
#header-main .enumenu_ul ul li {
	width: 100%;
	margin: 0;
	list-style: none;
	position: relative;
}
#header-main .enumenu_ul ul li:last-child {
	border-bottom: none;
}
#header-main .enumenu_ul ul li a {
	font-size: 16px;
	color: #202020;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	padding: 7px 10px;
	display: inline-block;
	width: 100%;
	transition: font-weight 400ms;
	-o-transition: font-weight 400ms;
	-webkit-transition: font-weight 400ms;
	-moz-transition: font-weight 400ms;
}
#header-main .enumenu_ul ul li a:hover {
	font-weight: 700;
	color: #000000;
}
#header-main .enumenu_ul.desk ul {
	border:1px solid #e1e1e1;
	top: 100%;
	z-index: 999;
	list-style: none;
	left: -25px;
	position: absolute;
	min-width: 312px;
	background: #ffffff;
	padding: 15px;
	text-align: left;
	display: none;
}
#header-main .enumenu_ul.desk > li:hover ul {
	display: block;
}
@media (max-width: 767px) {
	#header-main .menu-icon {
		display: block;
	}
	#header-main .menu-icon .menu-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#header-main .enumenu_ul {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		background: #fff;
		margin: 0;
		border-top: 1px solid #ededed;
		padding-bottom: 20px;
		-webkit-box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.1);
		height: 100vh;
	}
	#header-main .enumenu_ul > li a {
		font-size: 16px;
	}
	#header-main .enumenu_ul > li:last-child {
		border-bottom: none;
	}
	#header-main .enumenu_ul > li:last-child {
		margin: 10px 20px !important;
		width: calc(100% - 40px);
	}
	#header-main .enumenu_ul > li:last-child a {
		text-align: center;
	}
	#header-main .enumenu_ul ul {
		background-color: #fff;
	}
	#header-main .enumenu_ul ul li a {
		padding: 10px 25px;
		font-size: 15px;
	}
	#header-main .enumenu_ul ul li:last-child {
		border-bottom: none;
	}
	#header-main .dropdown {
		padding-right: 40px;
	}
}
@media (max-width: 767px) {
	#header-main {
		padding: 15px 0;
	}
	#header-main .menu-icon .menu-box {
		width: 30px;
		height: 20px;
	}
	#header-main .enumenu_ul {
		text-align: left;
		padding: 10px 0;
		margin: 0;
	}
	#header-main .enumenu_ul > li {
		width: 100%;
		margin: 0 !important;
		line-height: 1.2;
	}
	#header-main .enumenu_ul > li a {
		width: 100%;
		padding: 12px 20px;
		font-size: 18px;
	}
	#header-main .enumenu_ul > li.has-children a:after {
		display: none;
	}
	#header-main .enumenu_ul > li::before {
		display: none;
	}
	#header-main .enumenu_ul .arrow {
		position: absolute;
		right: 20px;
		top: 0;
		width: 25px;
		height: 38px;
		cursor: pointer;
		z-index: 999;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#header-main .enumenu_ul .arrow::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		background: url(../../images/menuBlackArrow.svg) no-repeat center center;
		width: 24px;
		height: 24px;
		margin: 0 auto;
		transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		background-size: 24px;
	}
	#header-main .enumenu_ul .arrow.up::after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
#header-main.fixed {
	position: fixed;
	top: 0;
	z-index: 999;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	animation: slideDown 0.5s linear 0s;
	-webkit-animation: slideDown 0.5s linear 0s;
	-moz-animation: slideDown 0.5s linear 0s;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}
@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media (max-width: 1023px) {
	#header-main .enumenu_ul > li {
		margin-right: 20px;
	}
	#header-main .enumenu_ul > li:last-child > a {
		padding: 10px 30px;
	}
}
@media (max-width: 767px) {
	#header-main .logo a img {
		max-width: 150px;
	}
}

#header-main.sticky {
	position: fixed;
	animation: slideDown 0.5s linear 0s;
	-webkit-animation: slideDown 0.5s linear 0s;
	-moz-animation: slideDown 0.5s linear 0s;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#footer-main {
	width: 100%;
	background-color: #202020;
	padding: 80px 0;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}
#footer-main .footerContent {
	padding-right: 5%;
}
#footer-main .footerLogo {
	margin-bottom: 40px;
}
#footer-main h5 {
	font-size: 16px;
	margin-bottom: 20px;
	color: #ffffff;
	text-transform: uppercase;
}
#footer-main .addressListing li a {
	color: #ffffff;
}
#footer-main .addressListing li a:hover {
	color: #E41A1A;
}
#footer-main .footerNav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: 20px;
}
#footer-main .footerNav .footerNavItem {
	width: 50%;
}
#footer-main .footerNav ul {
	margin: 0;
	padding: 0;
}
#footer-main .footerNav ul li {
	list-style: none;
	margin-bottom: 15px;
}
#footer-main .footerNav ul li a {
	font-size: 16px;
	color: #ffffff;
}
#footer-main .footerNav ul li a:hover {
	color: #E41A1A;
}
#footer-main .newsletter form {
	position: relative;
}
#footer-main .newsletter form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: 10px;
}
#footer-main .newsletter form input[type=email] {
	background-color: #202020;
	color: #C4C1C1;
	padding: 12px 15px;
	width: 100%;
	border-radius: 0;
	min-height: 50px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	border: 1px solid #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
#footer-main .newsletter form input[type=email]:focus {
	border-color: #E41A1A;
}
#footer-main .newsletter form button,
#footer-main .newsletter form input[type=submit] {
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	outline: none;
	border: 1px solid #E41A1A;
	border-radius: 0;
	background-color: #E41A1A;
	color: #ffffff;
	font-size: 12px;
	padding: 10px 20px;
	font-family: "REM", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	-webkit-transition: color 400ms, background-color 400ms;
	-moz-transition: color 400ms, background-color 400ms;
	outline: none !important;
	text-decoration: none;
}
#footer-main .newsletter form button:hover, #footer-main .newsletter form button:focus,
#footer-main .newsletter form input[type=submit]:hover,
#footer-main .newsletter form input[type=submit]:focus {
	color: #E41A1A;
	background-color: #ffffff;
}
#footer-main .followUs {
	margin-top: 25px;
}
#footer-main .followUs ul {
	margin: 0;
	padding: 0;
}
#footer-main .followUs ul li {
	list-style: none;
	display: inline-block;
	margin-right: 30px;
}
#footer-main .followUs ul li:last-child {
	margin-right: 0;
}
#footer-main .followUs ul li a {
	font-size: 26px;
	color: #ffffff;
	display: inline-block;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}
#footer-main .followUs ul li a:hover {
	color: #E41A1A;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
@media (max-width: 1200px) {
	#footer-main {
		padding: 60px 0;
	}
	#footer-main .footerLogo {
		margin-bottom: 30px;
	}
	#footer-main .newsletter form input[type=email] {
		padding: 10px 15px;
		min-height: 45px;
	}
}
@media (max-width: 991px) {
	#footer-main .footerLogo {
		margin-bottom: 20px;
	}
	#footer-main .footerContent {
		padding: 0;
		margin-bottom: 30px;
	}
	#footer-main .addressListing {
		max-width: inherit;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 25px;
	}
	#footer-main .addressListing li {
		margin: 0;
		max-width: 45%;
	}
	#footer-main .addressListing li a {
		padding-left: 30px;
	}
	#footer-main .row .col-lg-4 {
		width: 50%;
	}
	#footer-main .row .col-lg-4:first-child {
		width: 100%;
	}
	#footer-main .followUs ul li {
		margin-right: 20px;
	}
	#footer-main .followUs ul li a {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	#footer-main {
		padding: 50px 0;
		background-size: auto;
	}
	#footer-main .row .col-lg-4 {
		width: 100%;
	}
	#footer-main .row .col-lg-4:first-child {
		width: 100%;
	}
	#footer-main .addressListing {
		display: block;
	}
	#footer-main .addressListing li {
		margin-bottom: 20px;
		max-width: 100%;
	}
}
@media (max-width: 480px) {
	#footer-main {
		padding: 40px 0;
	}
	#footer-main h5 {
		font-size: 14px;
		margin-bottom: 15px;
	}
	#footer-main .footerNav {
		display: block;
	}
	#footer-main .footerNav .footerNavItem {
		margin-bottom: 30px;
	}
	#footer-main .footerNav ul li {
		margin-bottom: 10px;
	}
	#footer-main .footerNav ul li a {
		font-size: 14px;
	}
	#footer-main .addressListing li a {
		font-size: 14px;
	}
}

.copyrightSection {
	width: 100%;
	background-color: #ffffff;
	padding: 15px 0;
}
.copyrightSection p {
	margin: 0;
}
.copyrightSection ul {
	margin: 0;
	padding: 0;
}
.copyrightSection ul li {
	list-style: none;
	display: inline-block;
	margin-right: 60px;
}
.copyrightSection ul li:last-child {
	margin-right: 0;
}
.copyrightSection ul li a {
	font-size: 16px;
	color: #202020;
}
.copyrightSection ul li a:hover {
	color: #E41A1A;
}
@media (max-width: 991px) {
	.copyrightSection .row .col-lg-6 {
		width: 50%;
	}
	.copyrightSection ul li {
		margin-right: 30px;
	}
}
@media (max-width: 767px) {
	.copyrightSection {
		text-align: center;
		padding: 10px 0;
	}
	.copyrightSection .row .col-lg-6 {
		width: 100%;
		text-align: center;
	}
	.copyrightSection ul li {
		margin: 0;
		width: 100%;
	}
	.copyrightSection ul li a {
		font-size: 14px;
	}
}

.twoColContentSection {
	width: 100%;
	padding: 80px 0;
}
.twoColContentSection .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 1200px) {
	.twoColContentSection {
		padding: 60px 0;
	}
}
@media (max-width: 991px) {
	.twoColContentSection {
		padding: 50px 0;
	}
}
@media (max-width: 767px) {
	.twoColContentSection {
		padding: 40px 0;
	}
	.twoColContentSection .thumb {
		margin-bottom: 20px;
	}
	.twoColContentSection .thumb img {
		width: 100%;
		display: block;
	}
	.twoColContentSection .row .col-6 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.twoColContentSection .row .col-6:first-child {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}
@media (max-width: 767px) {
	.twoColContentSection.imgWithContent .thumb {
		margin-bottom: 20px;
		margin-top: 0;
	}
	.twoColContentSection.imgWithContent .row .col-6 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.twoColContentSection.imgWithContent .row .col-6:first-child {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.threeColSliderSection {
	width: 100%;
	text-align: center;
	padding: 80px 0;
}
.threeColSliderSection .container {
	max-width: 800px;
}
.threeColSliderSection .threeColSlider {
	margin: 10px 0;
	display: inline-block;
	width: 100%;
}
.threeColSliderSection .threeColSlider .item {
	position: relative;
	padding-bottom: 65%;
	overflow: hidden;
}
.threeColSliderSection .threeColSlider .item img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
@media (max-width: 1200px) {
	.threeColSliderSection {
		padding: 60px 0;
	}
}
@media (max-width: 991px) {
	.threeColSliderSection {
		padding: 50px 0;
	}
	.threeColSliderSection .threeColSlider .item {
		padding-bottom: 75%;
	}
}
@media (max-width: 767px) {
	.threeColSliderSection {
		padding: 40px 0;
	}
}

.otherServicesSection {
	width: 100%;
	padding: 80px 0;
	background-color: #F9F9F9;
	text-align: center;
}
.otherServicesSection .otherServicesListing {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px;
	margin-top: 40px;
}
.otherServicesSection .otherServicesListing li {
	list-style: none;
	width: 33.33%;
}
.otherServicesSection .otherServicesListing li a {
	display: block;
}
.otherServicesSection .otherServicesListing li a figure {
	position: relative;
	padding-bottom: 56%;
	z-index: 9;
	overflow: hidden;
}
.otherServicesSection .otherServicesListing li a figure::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(109deg, rgba(32, 32, 32, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.otherServicesSection .otherServicesListing li a figure > img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transform: rotate(5deg) scale(1.2);
	transform: rotate(5deg) scale(1.2);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.otherServicesSection .otherServicesListing li a figure figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 25px;
	width: 100%;
	z-index: 9;
}
.otherServicesSection .otherServicesListing li a figure figcaption h4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	color: #ffffff;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.otherServicesSection .otherServicesListing li a figure figcaption h4 i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-left: 15px;
}
.otherServicesSection .otherServicesListing li a:hover figure > img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}
.otherServicesSection .otherServicesListing li a:hover figure figcaption h4 {
	text-decoration: underline;
}
@media (max-width: 1200px) {
	.otherServicesSection {
		padding: 60px 0;
	}
}
@media (max-width: 991px) {
	.otherServicesSection {
		padding: 50px 0;
	}
	.otherServicesSection .otherServicesListing {
		gap: 20px;
		margin-top: 30px;
	}
	.otherServicesSection .otherServicesListing li {
		width: calc(50% - 10px);
	}
	.otherServicesSection .otherServicesListing li a figure {
		padding-bottom: 65%;
	}
}
@media (max-width: 767px) {
	.otherServicesSection {
		padding: 40px 0;
	}
}
@media (max-width: 767px) {
	.otherServicesSection .otherServicesListing {
		margin-top: 20px;
	}
	.otherServicesSection .otherServicesListing li {
		width: 100%;
	}
	.otherServicesSection .otherServicesListing li a figure {
		padding-bottom: 58%;
	}
}

.statusSection {
	width: 100%;
	padding: 80px 0;
	background-color: #F9F9F9;
}
.statusSection h2 {
	text-align: center;
}
.statusSection ul.statusListing {
	margin: 50px 0;
	padding: 0;
	counter-reset: circle-counter;
}
.statusSection ul.statusListing > li {
	list-style: none;
	padding-bottom: 40px;
	counter-increment: circle-counter;
	position: relative;
	z-index: 9;
	padding-left: 100px;
}
.statusSection ul.statusListing > li:before {
	content: counter(circle-counter);
	background-color: #E41A1A;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 28px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: -5px;
	left: 0;
}
.statusSection ul.statusListing > li:after {
	content: "";
	position: absolute;
	left: 28px;
	top: 5px;
	width: 2px;
	height: 100%;
	background-color: #E41A1A;
	z-index: -1;
}
.statusSection ul.statusListing > li:last-child {
	padding-bottom: 0;
}
.statusSection ul.statusListing > li h4 {
	margin-bottom: 15px;
}
.statusSection ul.statusListing > li .date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	color: #202020;
	line-height: 1.2;
}
.statusSection ul.statusListing > li ul {
	margin: 20px 0 0;
}
.statusSection ul.statusListing > li ul li {
	list-style: disc;
	font-size: 16px;
	margin-bottom: 10px;
	color: #000000;
}
.statusSection ul.statusListing > li blockquote {
	font-size: 16px;
	color: #000000;
	background-color: rgba(228, 26, 26, 0.1);
	border-radius: 10px;
	padding: 20px 30px;
	display: inline-block;
	width: 100%;
}
.statusSection ul.statusListing > li blockquote strong {
	font-style: italic;
}
@media (max-width: 1200px) {
	.statusSection {
		padding: 60px 0;
	}
	.statusSection ul.statusListing > li {
		padding-left: 80px;
	}
	.statusSection ul.statusListing > li:before {
		width: 48px;
		height: 48px;
		font-size: 22px;
	}
	.statusSection ul.statusListing > li::after {
		left: 23px;
	}
	.statusSection ul.statusListing > li h4 {
		margin-bottom: 10px;
	}
}
@media (max-width: 991px) {
	.statusSection {
		padding: 50px 0;
	}
}
@media (max-width: 767px) {
	.statusSection {
		padding: 40px 0;
	}
	.statusSection ul.statusListing > li {
		padding-left: 65px;
		padding-bottom: 30px;
	}
	.statusSection ul.statusListing > li:before {
		width: 42px;
		height: 42px;
		font-size: 18px;
	}
	.statusSection ul.statusListing > li::after {
		left: 20px;
	}
	.statusSection ul.statusListing > li h4 {
		margin-bottom: 10px;
	}
	.statusSection ul.statusListing > li blockquote {
		padding: 20px;
		font-size: 14px;
	}
}
@media (max-width: 640px) {
	.statusSection ul.statusListing > li {
		padding-left: 60px;
	}
	.statusSection ul.statusListing > li h4 {
		font-size: 16px;
	}
}

.ourTeamSection {
	width: 100%;
	padding: 0 0 80px;
	text-align: center;
}
.ourTeamSection h2 {
	margin-bottom: 40px;
}
.ourTeamSection .teamListingWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ourTeamSection .teamListingWrap .teamItem {
	background-color: #F9F9F9;
	width: calc(25% - 30px);
}
.ourTeamSection .teamListingWrap .teamItem .thumb {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}
.ourTeamSection .teamListingWrap .teamItem .thumb img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.ourTeamSection .teamListingWrap .teamItem h5 {
	margin-bottom: 10px;
}
.ourTeamSection .teamListingWrap .teamItem p {
	margin-bottom: 10px;
}
.ourTeamSection .teamListingWrap .teamItem .content {
	padding: 15px 25px;
}
.ourTeamSection .teamListingWrap .teamItem ul {
	margin: 0;
	padding: 0;
}
.ourTeamSection .teamListingWrap .teamItem ul li {
	list-style: none;
	margin-bottom: 10px;
}
.ourTeamSection .teamListingWrap .teamItem ul li a {
	position: relative;
	padding-left: 30px;
}
.ourTeamSection .teamListingWrap .teamItem ul li a i {
	position: absolute;
	left: 0;
	top: 4px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
@media (max-width: 1200px) {
	.ourTeamSection {
		padding: 0 0 60px 0;
	}
	.ourTeamSection .teamListingWrap .teamItem ul li {
		font-size: 14px;
	}
	.ourTeamSection .teamListingWrap .teamItem ul li a i {
		top: 3px;
	}
	.ourTeamSection .teamListingWrap .teamItem ul li a i img {
		max-width: 18px;
	}
	.ourTeamSection .teamListingWrap .teamItem .content {
		padding: 15px;
	}
}
@media (max-width: 991px) {
	.ourTeamSection .teamListingWrap .teamItem {
		width: calc(33% - 30px);
	}
}
@media (max-width: 767px) {
	.ourTeamSection .teamListingWrap {
		gap: 20px;
	}
	.ourTeamSection .teamListingWrap .teamItem {
		width: calc(50% - 10px);
	}
}
@media (max-width: 480px) {
	.ourTeamSection .teamListingWrap {
		gap: 15px;
	}
	.ourTeamSection .teamListingWrap .teamItem {
		width: 100%;
	}
}

.downloadSection {
	width: 100%;
	background-color: #E41A1A;
	padding: 80px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}
.downloadSection .downloadWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.downloadSection .downloadWrap .downloadLeft {
	width: 50%;
}
.downloadSection .downloadWrap .downloadRight {
	width: 50%;
	text-align: right;
}
.downloadSection h2 {
	color: #ffffff;
}
.downloadSection p {
	color: #ffffff;
	margin-bottom: 15px;
}
.downloadSection .btn a {
	border-color: #ffffff;
	width: 100%;
}
.downloadSection .downloadRightWrap {
	max-width: 270px;
	display: inline-block;
}
.downloadSection .downloadRightWrap p {
	text-align: left;
}
@media (max-width: 1200px) {
	.downloadSection {
		padding: 60px 0;
	}
}
@media (max-width: 991px) {
	.downloadSection {
		padding: 50px 0;
	}
}
@media (max-width: 767px) {
	.downloadSection {
		padding: 40px 0;
	}
	.downloadSection .downloadWrap {
		display: block;
	}
	.downloadSection .downloadWrap .downloadLeft, .downloadSection .downloadWrap .downloadRight {
		width: 100%;
		text-align: center;
	}
	.downloadSection .downloadWrap .downloadRightWrap {
		max-width: 100%;
		text-align: center;
	}
}

.threeColContentSection {
	width: 100%;
	padding: 80px 0;
}
.threeColContentSection h2 {
	text-align: center;
	margin-bottom: 40px;
}
.threeColContentSection h3 {
	text-transform: none;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
}
@media (max-width: 1200px) {
	.threeColContentSection {
		padding: 60px 0;
	}
}
@media (max-width: 991px) {
	.threeColContentSection {
		padding: 50px 0;
	}
}
@media (max-width: 767px) {
	.threeColContentSection {
		padding: 40px 0;
	}
	.threeColContentSection h2 {
		margin-bottom: 20px;
	}
}

.happyCustomerSection {
	width: 100%;
	padding: 80px 0;
}
.happyCustomerSection h2 {
	text-align: center;
	margin-bottom: 40px;
}
.happyCustomerSection .happyCustomerListing {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.happyCustomerSection .happyCustomerListing li {
	list-style: none;
	padding: 0 15px;
	width: 33.33%;
}
.happyCustomerSection .happyCustomerListing li .listingWrap {
	border-radius: 8px;
	border: 1px solid rgba(32, 32, 32, 0.2);
	padding: 25px;
	padding-left: 90px;
	position: relative;
	height: 100%;
}
.happyCustomerSection .happyCustomerListing li .listingWrap .thumb {
	position: absolute;
	left: 25px;
	top: 25px;
}
.happyCustomerSection .happyCustomerListing li .listingWrap .thumb img {
	max-width: 50px;
	border-radius: 100%;
}
.happyCustomerSection .happyCustomerListing li .listingWrap p {
	margin-bottom: 10px;
}
.happyCustomerSection .happyCustomerListing li .listingWrap span {
	color: #202020;
	opacity: 0.5;
}
.happyCustomerSection .happyCustomerListing .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.happyCustomerSection .happyCustomerListing .slick-track .slick-slide {
	float: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
}
.happyCustomerSection .happyCustomerListing .slick-track .slick-slide > div {
	height: 100%;
}
@media (max-width: 1200px) {
	.happyCustomerSection {
		padding: 60px 0;
	}
	.happyCustomerSection .happyCustomerListing li {
		padding: 0 10px;
	}
	.happyCustomerSection .happyCustomerListing li .listingWrap {
		padding: 20px;
		padding-left: 85px;
	}
	.happyCustomerSection .happyCustomerListing li .listingWrap .thumb {
		left: 20px;
		top: 20px;
	}
	.happyCustomerSection .happyCustomerListing li .listingWrap p {
		font-size: 14px;
	}
	.happyCustomerSection .happyCustomerListing li .listingWrap span {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.happyCustomerSection {
		padding: 50px 0;
	}
	.happyCustomerSection h2 {
		margin-bottom: 20px;
	}
	.happyCustomerSection .happyCustomerListing li {
		width: 50%;
		padding: 10px;
	}
}
@media (max-width: 767px) {
	.happyCustomerSection {
		padding: 40px 0;
	}
	.happyCustomerSection .happyCustomerListing li {
		width: 100%;
		padding: 10px 0;
	}
}

.ourLogoSliderSection {
	width: 100%;
	padding: 25px 0;
	background-color: #F9F9F9;
}
.ourLogoSliderSection .ourLogoListing {
	margin: 0;
	padding: 0;
}
.ourLogoSliderSection .ourLogoListing li {
	list-style: none;
	padding: 0 10px;
}
.ourLogoSliderSection .ourLogoListing li img {
	display: block;
	margin: 0 auto;
}
.ourLogoSliderSection .ourLogoListing.slick-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contactUsSection {
	width: 100%;
	padding: 80px 0;
}
.contactUsSection .contactWrap {
	padding-right: 15%;
}
@media (max-width: 1200px) {
	.contactUsSection {
		padding: 60px 0;
	}
	.contactUsSection .contactWrap {
		padding-right: 0;
	}
}
@media (max-width: 991px) {
	.contactUsSection {
		padding: 50px 0;
	}
}
@media (max-width: 767px) {
	.contactUsSection {
		padding: 40px 0;
	}
}

.thankYouSection {
	width: 100%;
	padding: 130px 0;
	text-align: center;
}
.thankYouSection .container {
	max-width: 500px;
}
@media (max-width: 1200px) {
	.thankYouSection {
		padding: 100px 0;
	}
}
@media (max-width: 991px) {
	.thankYouSection {
		padding: 80px 0;
	}
}
@media (max-width: 767px) {
	.thankYouSection {
		padding: 50px 0;
	}
}

.bannerSection {
	width: 100%;
	padding: 120px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 9;
	min-height: 520px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.bannerSection::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(97deg, rgba(32, 32, 32, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.bannerSection h1 {
	color: #ffffff;
}
.bannerSection p {
	color: #ffffff;
	font-size: 24px;
}
@media (max-width: 1200px) {
	.bannerSection {
		min-height: auto;
		padding: 100px 0;
	}
	.bannerSection p {
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	.bannerSection p {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.bannerSection p {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.bannerSection p {
		font-size: 14px;
	}
	.bannerSection .btn a {
		width: auto;
	}
}
@media (max-width: 480px) {
	.bannerSection .btn a {
		width: 100%;
	}
}

.servicesListing {
	position: relative;
	z-index: 9;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.servicesListing ul {
	margin: 0;
	padding: 0;
}
.servicesListing ul li {
	list-style: none;
	display: inline-block;
	margin-right: 30px;
}
.servicesListing ul li a {
	background-color: #202020;
	font-size: 16px;
	font-weight: 700;
	font-family: "REM", sans-serif;
	color: #ffffff;
	padding: 17px 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	-webkit-transition: color 400ms, background-color 400ms;
	-moz-transition: color 400ms, background-color 400ms;
	outline: none !important;
	text-decoration: none;
	min-width: 275px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.servicesListing ul li a i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-left: 20px;
}
.servicesListing ul li a:hover, .servicesListing ul li a:focus {
	background-color: #E41A1A;
}
.servicesListing ul li:last-child {
	margin-right: 0;
}
@media (max-width: 1200px) {
	.servicesListing ul li {
		margin-right: 20px;
	}
	.servicesListing ul li a {
		padding: 15px 40px;
	}
}
@media (max-width: 991px) {
	.servicesListing ul li {
		margin-right: 10px;
	}
	.servicesListing ul li a {
		padding: 15px 25px;
		font-size: 14px;
		min-width: 210px;
	}
	.servicesListing ul li a i {
		padding-left: 12px;
	}
	.servicesListing ul li a i img {
		max-width: 10px;
	}
}
@media (max-width: 767px) {
	.servicesListing {
		top: auto;
		-webkit-transform: none;
		transform: none;
		margin-top: -90px;
	}
	.servicesListing ul li {
		margin: 5px 10px 5px 0;
		width: 100%;
	}
	.servicesListing ul li a {
		display: inline-block;
		min-width: 250px;
	}
	.servicesListing ul li a i {
		float: right;
	}
}
@media (max-width: 480px) {
	.servicesListing ul li {
		margin: 5px 0;
	}
	.servicesListing ul li a {
		width: 100%;
	}
}

.innerBannerSection {
	width: 100%;
	padding: 120px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 9;
	min-height: 520px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0px;
}
.innerBannerSection::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(97deg, rgba(32, 32, 32, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.innerBannerSection h1 {
	color: #ffffff;
}
.innerBannerSection p {
	color: #ffffff;
	font-size: 24px;
}
.innerBannerSection .servicesListing {
	position: absolute;
	bottom: -25px;
}
.innerBannerSection .servicesListing ul {
	margin: 0;
	padding: 0;
}
.innerBannerSection .servicesListing ul li {
	list-style: none;
	display: inline-block;
	margin-right: 30px;
}
.innerBannerSection .servicesListing ul li a {
	background-color: #202020;
	font-size: 16px;
	font-weight: 700;
	font-family: "REM", sans-serif;
	color: #ffffff;
	padding: 17px 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	-webkit-transition: color 400ms, background-color 400ms;
	-moz-transition: color 400ms, background-color 400ms;
	outline: none !important;
	text-decoration: none;
	min-width: 275px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.innerBannerSection .servicesListing ul li a i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-left: 20px;
}
.innerBannerSection .servicesListing ul li a:hover, .innerBannerSection .servicesListing ul li a:focus {
	background-color: #E41A1A;
}
.innerBannerSection .servicesListing ul li:last-child {
	margin-right: 0;
}
@media (max-width: 1200px) {
	.innerBannerSection {
		min-height: auto;
		padding: 100px 0;
	}
	.innerBannerSection p {
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	.innerBannerSection {
		padding: 80px 0;
	}
	.innerBannerSection p {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.innerBannerSection p {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.innerBannerSection p {
		font-size: 14px;
	}
	.innerBannerSection .btn a {
		width: auto;
	}
}
@media (max-width: 640px) {
	.innerBannerSection {
		padding: 65px 0;
	}
}
@media (max-width: 480px) {
	.innerBannerSection .btn a {
		width: 100%;
	}
}

.ourClientSliderSection {
	width: 100%;
	background-color: #ffffff;
	padding: 25px 0;
	text-align: center;
}
.ourClientSliderSection .sliderWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ourClientSliderSection .sliderWrap .sliderTitle {
	max-width: 150px;
	text-align: left;
}
.ourClientSliderSection .sliderWrap .sliderTitle h4 {
	margin: 0;
}
.ourClientSliderSection .sliderWrap .sliderItem {
	width: calc(100% - 200px);
	position: relative;
}
.ourClientSliderSection .sliderWrap .sliderItem::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 35px;
	height: 220px;
	background: url(../../images/shadowLeft.png) no-repeat;
}
.ourClientSliderSection .sliderWrap .sliderItem::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 35px;
	height: 220px;
	background: url(../../images/shadowRight.png) no-repeat;
}
.ourClientSliderSection ul {
	margin: 0;
	padding: 20px 0;
}
.ourClientSliderSection ul li {
	list-style: none;
	padding: 0 10px;
}
.ourClientSliderSection ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100px;
}
.ourClientSliderSection ul li a img {
	display: block;
	margin: 0 auto;
}
@media (max-width: 991px) {
	.ourClientSliderSection .sliderWrap .sliderTitle h4 {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.ourClientSliderSection .sliderWrap .sliderTitle {
		max-width: 120px;
	}
	.ourClientSliderSection .sliderWrap .sliderTitle h4 {
		font-size: 16px;
	}
	.ourClientSliderSection .sliderWrap .sliderItem {
		width: calc(100% - 120px);
	}
}
@media (max-width: 640px) {
	.ourClientSliderSection .sliderWrap .sliderTitle h4 {
		font-size: 14px;
	}
}

.videoSection {
	width: 100%;
	padding: 80px 0;
	text-align: center;
}
.videoSection .container {
	max-width: 800px;
}
.videoSection .videoOuter {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 20px 0 0;
	display: inline-block;
}
.videoSection .videoOuter figure {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 65%;
}
.videoSection .videoOuter figure .play-btn {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
}
.videoSection .videoOuter figure .play-btn a {
	margin: 0 auto;
	transition: opacity 400ms;
	-o-transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	-moz-transition: opacity 400ms;
}
.videoSection .videoOuter figure .play-btn a:hover {
	opacity: 0.8;
}
@media (max-width: 1200px) {
	.videoSection {
		padding: 60px 0;
	}
}
@media (max-width: 991px) {
	.videoSection {
		padding: 50px 0;
	}
}
@media (max-width: 767px) {
	.videoSection {
		padding: 40px 0;
	}
	.videoSection .videoOuter figure .play-btn a img {
		max-width: 60px;
	}
}

.mfp-with-fade button.mfp-close {
	background-color: transparent;
	border: 4px solid rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	right: 0;
	top: -45px;
	font-size: 36px;
	text-align: center;
	line-height: 34px;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.productSliderSection {
	width: 100%;
	padding: 80px 0;
	text-align: center;
	background-color: #F9F9F9;
}
.productSliderSection .productSlider {
	width: 100%;
	margin: 40px 0;
}
.productSliderSection .productSlider .item {
	padding: 0 15px;
}
.productSliderSection .productSlider .item a {
	display: block;
}
.productSliderSection .productSlider .item figure {
	width: 100%;
	padding-bottom: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.productSliderSection .productSlider .item figure::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
	transition: opacity 400ms;
	-o-transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	-moz-transition: opacity 400ms;
	opacity: 0;
}
.productSliderSection .productSlider .item figure figcaption {
	position: absolute;
	left: 25px;
	bottom: 25px;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: -webkit-transform 400ms;
	transition: -webkit-transform 400ms;
	transition: transform 400ms;
	transition: transform 400ms, -webkit-transform 400ms;
	-o-transition: transform 400ms;
	-webkit-transition: transform 400ms;
	-moz-transition: transform 400ms;
}
.productSliderSection .productSlider .item figure figcaption h5 {
	margin: 0;
	color: #ffffff;
}
.productSliderSection .productSlider .item:hover figure::before {
	opacity: 1;
}
.productSliderSection .productSlider .item:hover figure figcaption {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.productSliderSection .productListing {
	width: 100%;
	margin: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px;
}
.productSliderSection .productListing .item {
	width: calc(33.33% - 30px);
}
.productSliderSection .productListing .item a {
	display: block;
}
.productSliderSection .productListing .item figure {
	width: 100%;
	padding-bottom: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.productSliderSection .productListing .item figure::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
	transition: opacity 400ms;
	-o-transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	-moz-transition: opacity 400ms;
	opacity: 0;
}
.productSliderSection .productListing .item figure figcaption {
	position: absolute;
	left: 25px;
	bottom: 25px;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: -webkit-transform 400ms;
	transition: -webkit-transform 400ms;
	transition: transform 400ms;
	transition: transform 400ms, -webkit-transform 400ms;
	-o-transition: transform 400ms;
	-webkit-transition: transform 400ms;
	-moz-transition: transform 400ms;
}
.productSliderSection .productListing .item figure figcaption h5 {
	margin: 0;
	color: #ffffff;
}
.productSliderSection .productListing .item:hover figure::before {
	opacity: 1;
}
.productSliderSection .productListing .item:hover figure figcaption {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
@media (max-width: 1200px) {
	.productSliderSection {
		padding: 60px 0;
	}
	.productSliderSection .productListing {
		gap: 20px;
	}
	.productSliderSection .productSlider {
		margin: 30px 0;
	}
	.productSliderSection .productSlider .item {
		padding: 0 10px;
	}
}
@media (max-width: 991px) {
	.productSliderSection .productListing {
		gap: 10px;
	}
	.productSliderSection .productListing .item {
		width: calc(50% - 10px);
	}
}
@media (max-width: 640px) {
	.productSliderSection {
		padding: 50px 10px;
		overflow: hidden;
	}
	.productSliderSection .productSlider .item figure {
		padding-bottom: 90%;
	}
	.productSliderSection .productSlider .slick-list {
		overflow: visible;
	}
	.productSliderSection .productListing {
		margin: 30px 0;
	}
	.productSliderSection .productListing .item figure figcaption {
		left: 15px;
		bottom: 15px;
	}
}
@media (max-width: 480px) {
	.productSliderSection .productListing {
		gap: 15px;
	}
	.productSliderSection .productListing .item {
		width: 100%;
	}
}

.accordianSection {
	width: 100%;
	background-color: #E41A1A;
	padding: 80px 0;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}
.accordianSection .accordianWrap {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}
.accordianSection h2 {
	color: #ffffff;
}
.accordianSection p {
	color: #ffffff;
}
.accordianSection .topAccordian {
	margin: 0;
	padding: 0;
}
.accordianSection .topAccordian li {
	list-style: none;
	margin: 0 0 8px;
}
.accordianSection .topAccordian .accordion-content {
	display: none;
	background: #fff;
	padding: 0 105px 10px;
}
.accordianSection .topAccordian .accordion-content p {
	color: #202020;
}
.accordianSection .topAccordian .accordion-title {
	border-bottom: none;
	background-color: #ffffff;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	color: #1B1C20;
	font-size: 20px;
	font-weight: 700;
	padding: 20px 40px;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	text-decoration: none;
}
.accordianSection .topAccordian .accordion-title i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.accordianSection .topAccordian .accordion-title:after {
	content: "";
	position: absolute;
	right: 40px;
	top: 23px;
	width: 30px;
	height: 30px;
	background: url(/images/downArrow.svg) no-repeat center;
	-webkit-transition: -webkit-transform 400ms;
	transition: -webkit-transform 400ms;
	transition: transform 400ms;
	transition: transform 400ms, -webkit-transform 400ms;
	-o-transition: transform 400ms;
	-webkit-transition: transform 400ms;
	-moz-transition: transform 400ms;
}
.accordianSection .topAccordian .accordion-title.active::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (max-width: 1200px) {
	.accordianSection {
		padding: 60px 0;
	}
	.accordianSection .topAccordian .accordion-title {
		padding: 18px 30px;
		gap: 20px;
	}
	.accordianSection .topAccordian .accordion-title::after {
		right: 20px;
		background-size: 24px;
		top: 20px;
	}
	.accordianSection .topAccordian .accordion-content {
		padding: 0 90px 10px;
	}
}
@media (max-width: 767px) {
	.accordianSection .topAccordian .accordion-title {
		padding: 15px 40px 15px 20px;
		gap: 12px;
		font-size: 16px;
	}
	.accordianSection .topAccordian .accordion-title::after {
		right: 15px;
		background-size: 20px;
		top: 15px;
	}
	.accordianSection .topAccordian .accordion-title i img {
		max-width: 24px;
	}
	.accordianSection .topAccordian .accordion-content {
		padding: 0 20px 10px 20px;
	}
}

.solutionFormSection {
	width: 100%;
	padding: 80px 0;
	text-align: center;
	background-color: #E41A1A;
}
.solutionFormSection .container {
	max-width: 800px;
}
.solutionFormSection h2 {
	color: #ffffff;
}
.solutionFormSection p {
	color: #ffffff;
}
@media (max-width: 1200px) {
	.solutionFormSection {
		padding: 60px 0;
	}
}/*# sourceMappingURL=style.css.map */
