html {
	scroll-behavior: smooth;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
 .white-placeholder::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color:    #fff;
}
 .white-placeholder:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #fff;
 opacity:  1;
}
 .white-placeholder::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #fff;
 opacity:  1;
}
 .white-placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #fff;
}
 .white-placeholder::-ms-input-placeholder { /* Microsoft Edge */
 color:    #fff;
}
 .white-placeholder::placeholder { /* Most modern browsers support this now. */
 color:    #fff;
}
body {
	background: #fff;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: #464646;
	letter-spacing: 0.01rem;
	line-height: 1.2;
	font-family: "Poppins", serif;
	font-optical-sizing: auto;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
	overflow-y: scroll;
}
img {
	vertical-align: middle;
	border-style: none;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", serif;
	font-weight: 700;
}
b, strong {
	font-weight: 700;
}
ul, li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
p {
	line-height: 1.5rem;
	color: #2b2b2b;
	font-size: 0.938rem;
	letter-spacing: 0.02rem;
	font-weight: 300;
}
section {
	display: block;
	position: relative;
}
.container {
	max-width: 1530px;
	width: 90%;
}
.v-center {
	align-items: center;
}
/* header */

.custom-logo {
	max-width: 100%;
	height: auto;
}
.header {
	display: block;
	width: 100%;
	position: relative;
	z-index: 10;
	padding: 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 61%, rgba(207,46,46,1) 61%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 61%, rgba(207,46,46,1) 61%);
	background: linear-gradient(90deg, rgba(0,0,0,1) 61%, rgba(207,46,46,1) 61%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#cf2e2e", GradientType=1);
}
.header .item-left {
	flex: 0 0 15%;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.header .item-left:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #7d7d7d;
	right: 0;
	z-index: 1;
	margin: 10px 0;
}
.header .logo a {
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
}
.header .item-center {
	flex: 0 0 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000;
	display: flex;
	align-items: center;
}
.header .item-right {
	flex: 0 0 35%;
	display: flex;
	justify-content: flex-start;
	background-color: #cf2e2e;
	padding-left: 0;
}
.header .item-right a {
	text-decoration: none;
	font-size: 16px;
	color: #555555;
	display: inline-block;
	margin-left: 10px;
	transition: color 0.3s ease;
}
.cart-box {
	position: relative;
}
.header .item-right a i.svg-icon svg {
	display: block;
	width: 26px;
	height: 26px;
}
.header .item-right a.cart-box span.cart-count {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-align: center;
	padding-top: 9px;
	padding-left: 1px;
	letter-spacing: 0;
}
.header .menu > ul > li {
	display: inline-block;
	line-height: 4rem;
	margin-left: 44px;
}
.header .menu > ul > li > a {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	position: relative;
	text-transform: capitalize;
	transition: color 0.3s ease;
	letter-spacing: 0.02rem;
	font-family: "Montserrat", serif;
}
.header .menu > ul > li > a i {
	font-size: 12px;
}
.header .menu > ul > li .sub-menu {
	position: absolute;
	z-index: 500;
	background-color: #ffffff;
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3);
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top: 25px;
	opacity: 0;
	visibility: hidden;
}
 @media(min-width: 992px) {
.header .menu > ul > li.menu-item-has-children:hover .sub-menu {
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li {
	line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a {
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu {
	min-width: 280px;
	max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
	line-height: 1;
	display: block;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding: 10px 0;
	display: inline-block;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	line-height: 1.3rem;
}
.header .menu > ul > li .sub-menu.mega-menu {
	left: 50%;
	transform: translateX(-50%);
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 {
	max-width: 1100px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
	flex: 0 0 25%;
	padding: 0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
	font-size: 16px;
	color: #e5c260;
	font-weight: 500;
	line-height: 1;
	padding: 10px 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
	text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover, .header .menu > ul > li .sub-menu > ul > li > a:hover, .header .item-right a:hover, .header .menu > ul > li:hover > a {
	color: #fc3437;
}
.mobile-menu-head, .mobile-menu-trigger {
	display: none;
}



/*responsive*/

@media(max-width: 991px) {
.header .item-center {
	order: 3;
	flex: 0 0 100%;
}
.header .item-left, .header .item-right {
	flex: 0 0 50%;
}
.v-center {
	justify-content: space-between;
}
.header .mobile-menu-trigger {
	display: flex;
	height: 30px;
	width: 30px;
	margin-left: 15px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}
.header .mobile-menu-trigger span {
	display: block;
	height: 2px;
	background-color: #cf2e2e;
	width: 24px;
	position: relative;
}
.header .mobile-menu-trigger span:before, .header .mobile-menu-trigger span:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #cf2e2e;
}
.header .mobile-menu-trigger span:before {
	top: -6px;
}
.header .mobile-menu-trigger span:after {
	top: 6px;
}
.header .item-right {
	align-items: center;
}
.header .menu {
	position: fixed;
	width: 300px;
	background-color: #ffffff;
	left: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
	transform: translate(-100%);
	transition: all 0.5s ease;
	z-index: 1099;
}
.header .menu.active {
	transform: translate(0%);
}
.header .menu > ul > li {
	line-height: 1;
	margin: 0;
	display: block;
}
.header .menu > ul > li > a {
	line-height: 50px;
	height: 50px;
	padding: 0 50px 0 15px;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header .menu > ul > li > a i {
	position: absolute;
	height: 50px;
	width: 50px;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 50px;
	transform: rotate(-90deg);
}
.header .menu .mobile-menu-head {
	display: flex;
	height: 50px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 501;
	position: sticky;
	background-color: #ffffff;
	top: 0;
}
.header .menu .mobile-menu-head .go-back {
	height: 50px;
	width: 50px;
	border-right: 1px solid rgba(0,0,0,0.1);
	cursor: pointer;
	line-height: 50px;
	text-align: center;
	color: #000000;
	font-size: 16px;
	display: none;
}
.header .menu .mobile-menu-head.active .go-back {
	display: block;
}
.header .menu .mobile-menu-head .current-menu-title {
	font-size: 15px;
	font-weight: 500;
	color: #000000;
}
.header .menu .mobile-menu-head .mobile-menu-close {
	height: 50px;
	width: 50px;
	border-left: 1px solid rgba(0,0,0,0.1);
	cursor: pointer;
	line-height: 50px;
	text-align: center;
	color: #000000;
	font-size: 25px;
}
.header .menu .menu-main {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.header .menu > ul > li .sub-menu.mega-menu, .header .menu > ul > li .sub-menu {
	visibility: visible;
	opacity: 1;
	position: absolute;
	box-shadow: none;
	margin: 0;
	padding: 15px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 65px;
	max-width: none;
	min-width: auto;
	display: none;
	transform: translateX(0%);
	overflow-y: auto;
}
.header .menu > ul > li .sub-menu.active {
	display: block;
}
 @keyframes slideLeft {
 0% {
 opacity:0;
 transform: translateX(100%);
}
 100% {
 opacity:1;
 transform: translateX(0%);
}
}
 @keyframes slideRight {
 0% {
 opacity:1;
 transform: translateX(0%);
}
 100% {
 opacity:0;
 transform: translateX(100%);
}
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
	margin-top: 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
	margin-bottom: 20px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title {
	margin-bottom: 0px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
	flex: 0 0 100%;
	padding: 0px;
}
.header .menu > ul > li .sub-menu > ul > li > a, .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	display: block;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
	margin-bottom: 15px;
}
.menu-overlay {
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1098;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease;
}
.menu-overlay.active {
	visibility: visible;
	opacity: 1;
}
}
.top-contact {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: nowrap;
}
.header .item-right a.top-contact-icon {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	background-color: #b52929;
	width: 5.3125rem;
	margin-left: 0;
}
.top-contact-icon svg {
}
.top-contact-icon svg {
	-webkit-animation: phone-ringing 2.2s ease-in-out infinite;
	animation: phone-ringing 2.2s ease-in-out infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	flex-shrink: 0;
	height: 1.625rem;
	width: 1.625rem
}
 @-webkit-keyframes phone-ringing {
 0% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 transform:rotate(0) scale(1) skew(1deg)
}
 5% {
 -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
 transform:rotate(-25deg) scale(1) skew(1deg)
}
 10% {
 -webkit-transform:rotate(25deg) scale(1) skew(1deg);
 transform:rotate(25deg) scale(1) skew(1deg)
}
 15% {
 -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
 transform:rotate(-25deg) scale(1) skew(1deg)
}
 20% {
 -webkit-transform:rotate(25deg) scale(1) skew(1deg);
 transform:rotate(25deg) scale(1) skew(1deg)
}
 25% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 transform:rotate(0) scale(1) skew(1deg)
}
to {
	-webkit-transform: rotate(0) scale(1) skew(1deg);
	transform: rotate(0) scale(1) skew(1deg)
}
}
 @keyframes phone-ringing {
 0% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 transform:rotate(0) scale(1) skew(1deg)
}
 5% {
 -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
 transform:rotate(-25deg) scale(1) skew(1deg)
}
 10% {
 -webkit-transform:rotate(25deg) scale(1) skew(1deg);
 transform:rotate(25deg) scale(1) skew(1deg)
}
 15% {
 -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
 transform:rotate(-25deg) scale(1) skew(1deg)
}
 20% {
 -webkit-transform:rotate(25deg) scale(1) skew(1deg);
 transform:rotate(25deg) scale(1) skew(1deg)
}
 25% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 transform:rotate(0) scale(1) skew(1deg)
}
to {
	-webkit-transform: rotate(0) scale(1) skew(1deg);
	transform: rotate(0) scale(1) skew(1deg)
}
}
.top-contact-wrapper {
 padding:.625rem 2rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
}
.top-contact-wrapper a {
	color: #fff!important;
 font-size:.9375rem !important;
	font-weight: 500;
	letter-spacing: .1em;
 padding:.1875rem 0;
	margin-left: 0 !important;
}
.top-contact-wrapper span {
	background-color: hsla(0,0%,100%,.4);
	display: inline-flex;
	height: 1.5rem;
	margin: 0 1rem;
	position: relative;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
 width: .0625rem;
}
 @charset 'UTF-8';
/* Slider */

.slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* Icons */

@font-face {
	font-family: "slick";
	font-weight: normal;
	font-style: normal;
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),  url("./fonts/slick.woff") format("woff"),  url("./fonts/slick.ttf") format("truetype"),  url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */

.slick-prev,  .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,  .slick-prev:focus,  .slick-next:hover,  .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,  .slick-prev:focus:before,  .slick-next:hover:before,  .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,  .slick-next.slick-disabled:before {
	opacity: 0.25;
}
.slick-prev:before,  .slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
[dir="rtl"] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: "←";
}
[dir="rtl"] .slick-prev:before {
	content: "→";
}
.slick-next {
	right: -25px;
}
[dir="rtl"] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: "→";
}
[dir="rtl"] .slick-next:before {
	content: "←";
}
/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,  .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,  .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: 0.25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: black;
}
 * Slick Slider */ 
/* ==== Main CSS === */

body {
 padding: 0;
 margin: 0;
}
.img-fill {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.img-fill img {
	height: 100%;
	min-width: 100%;
	position: relative;
	display: inline-block;
	max-width: none;
}
*,  *:before,  *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.Grid1k {
	padding: 0 15px;
	max-width: 1200px;
	margin: auto;
}
.blocks-box,  .slick-slider {
	margin: 0 0;
	padding: 0 !important;
}
.slick-slide {
	float: left /* If RTL Make This Right */;
	padding: 0px;
}
/* ==== Slider Style === */

.hero-slider-section {
	position: relative;
}
.slider-section {
	position: relative;
	overflow: hidden;
}
.hero-slider-section .slider-section {
	background: #000;
}
.hero-slider-section .NextArrow {
	position: absolute;
	top: 50%;
	right: 0px;
	width: 45px;
	height: 45px;
	background: rgba(0, 0, 0, 0.5);
	border: 0 none;
	margin-top: -22.5px;
	text-align: center;
	font: 20px/45px FontAwesome;
	color: #fff;
	z-index: 5;
	transition: all 1s;
	opacity: 0;
}
.hero-slider-section .NextArrow:before {
	content: "\f105";
}
.hero-slider-section .PrevArrow {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 45px;
	height: 45px;
	background: rgba(0, 0, 0, 0.5);
	border: 0 none;
	margin-top: -22.5px;
	text-align: center;
	font: 20px/45px FontAwesome;
	color: #fff;
	z-index: 5;
	opacity: 0;
	transition: all 1s;
}
.hero-slider-section .PrevArrow:before {
	content: "\f104";
}
.hero-slider-section .slider-section:hover .PrevArrow {
	opacity: 1;
}
.hero-slider-section .slider-section:hover .NextArrow {
	opacity: 1;
}
.hero-slider-section .slider-section .img-fill {
	/* height: 50vh; /* Removed */

	background: #000;
	/* min-height: 400px;  Added */

 /* max-height: 300px;  Added */



	display: flex !important; /* Added */
	justify-content: center; /* Added */
}
.hero-slider-section .img-fill:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 2;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
}
.hero-slider-section .img-fill img {
	filter: blur(0px);
}
.hero-slider-section .img-fill .info {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 3;
	top: 30%;
	padding: 0 20px;
}
.slider-section .Slick-Gallery:hover .NextArrow {
	opacity: 1;
}
.hero-slider-section .img-fill h3 {
	font: 22px/50px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	visibility: hidden;
	text-transform: uppercase;
}
.hero-slider-section .img-fill p {
	max-width: 650px;
	margin: auto;
	margin-top: 15px;
	font: 14px/22px;
	color: #fff;
	height: 66px;
	text-align: justify;
	overflow: hidden;
	visibility: hidden;
	text-transform: capitalize;
}
.hero-slider-section .slick-active h3 {
	animation: fadeInDown 1s both 0.5s;
	visibility: visible;
}
.hero-slider-section .slick-active p {
	animation: fadeInUp 1s both 1s;
	visibility: visible;
}
.hero-slider-section .slick-dots {
	position: absolute;
	height: 50px;
	bottom: 0px;
	width: 100%;
	left: 0px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}
.hero-slider-section .slick-dots li {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: Transparent;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #fff;
	margin: 0 2.5px;
	cursor: pointer;
	position: relative;
}
.hero-slider-section .slick-dots li.slick-active {
	background: #fff;
	-webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.28);
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.28);
}
.hero-slider-section .slick-dots li a {
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 120px;
	height: 75px;
	display: block;
	visibility: hidden;
	border: 4px solid rgba(0, 0, 0, 0.5);
	margin-left: -60px;
	margin-bottom: 15px;
	-webkit-transition: visibility 0.5s linear 0.5s;
	transition: visibility 0.5s linear 0.5s;
	-webkit-animation: fadeOut 0.5s both;
	animation: fadeOut 0.5s both;
}
.hero-slider-section .slick-dots li a:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 100%;
	width: 0;
	height: 0;
	border: 8px solid Transparent;
	border-top-color: rgba(0, 0, 0, 0.5);
	margin-top: 4px;
}
.hero-slider-section .slick-dots li:hover a {
	visibility: visible;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-animation: fadeIn 0.5s both;
	animation: fadeIn 0.5s both;
}
.hero-slider-section .slick-dots li a img {
	width: 100%;
	height: 100%;
}
.hero-slider-section .slick-dots li button:before {
	display: none !important;
}
.slider-caption p {
	font-size: 1.125em;
	color: #fff;
	letter-spacing: 0.02rem;
	font-weight: 400;
}
.slider-caption h1 {
	font-size: 3.125em;
	color: #fff;
	letter-spacing: 0rem;
	font-weight: 700;
	font-family: "Montserrat", serif;
}
.orange-text {
	color: #ff3332;
}
.slider-container {
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.custom-btn {
	border-radius: 0.625em;
	color: #fff;
	font-size: 1.25em;
	letter-spacing: 0.01rem;
	padding: 13px 42px 15px;
	border-color: transparent;
	line-height: 100%;
	font-weight: 600;
	font-family: "Montserrat", serif;
	background: rgb(255,51,50);
	background: -moz-linear-gradient(90deg, rgba(255,51,50,1) 0%, rgba(227,114,63,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,51,50,1) 0%, rgba(227,114,63,1) 100%);
	background: linear-gradient(90deg, rgba(255,51,50,1) 0%, rgba(227,114,63,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3332", endColorstr="#e3723f", GradientType=1);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: none;
}
.custom-btn:hover {
	color: #fff;
	background: rgb(227,114,63);
	background: -moz-linear-gradient(90deg, rgba(227,114,63,1) 0%, rgba(255,51,50,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(227,114,63,1) 0%, rgba(255,51,50,1) 100%);
	background: linear-gradient(90deg, rgba(227,114,63,1) 0%, rgba(255,51,50,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3723f", endColorstr="#ff3332", GradientType=1);
}
.white-bg-btn {
	background: #fff;
	color: #ff3332;
}
.border-btn {
	border: 2px solid transparent;
}
.white-bg-btn:hover {
	border-color: #fff;
	color: #fff;
}
.contact-form-outer {
	display: block;
	position: relative;
	background-color: rgba(255,255,255,0.15);
	padding: 12px;
	border-radius: 10px;
}
.contact-form {
	background-color: rgba(255,255,255,0.85);
	padding: 26px 15px;
	border-radius: 10px;
}
.contact-form .form-control, .contact-form .form-select {
	height: 44px;
	border: 1px solid #a1a1a1;
	background-color: transparent;
	font-size: 16px;
	font-family: "Poppins", serif;
}
.contact-form select.form-select {
	font-family: "Poppins", serif;
}
.contact-form textarea {
	height: auto !important;
}
.form-heading p {
	font-size: 25px;
	color: #1a1a1a;
	font-weight: 700;
	letter-spacing: 0.01rem;
	padding-bottom: 10px;
	text-align: center;
}
.form-heading:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 140px;
	margin: 0 auto;
	height: 1px;
	background-color: #cf2e2e;
	z-index: 1;
}
.contact-form .wpcf7-spinner {
	position: absolute;
	left: 45%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.mg p {
	margin-bottom: 0;
}
.contact-form .wpcf7 form .wpcf7-response-output {
	margin: 1em 0.5em 0em;
}
.padding-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.heading-top {
	font-size: 20px;
	color: #ff3332;
	font-weight: 500;
	font-family: "Poppins", serif;
	letter-spacing: 0.02rem;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.heading-top span:after,  .heading-top span:before {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 42px;
	height: 1px;
	background-color: #cf2e2e;
	content: "";
}
.heading-top span:after {
	right: -42px;
}
.heading-top span:before {
	left: -42px;
}
.heading-top span {
	position: relative;
	z-index: 2;
	background-color: transparent;
	padding: 0 35px;
	display: block;
	position: relative;
}
.heading h2 {
	font-size: 36px;
	color: #000000;
	font-weight: 700;
	letter-spacing: 0.02rem;
	text-align: center;
}
.heading-white .heading-top span:after,  .heading-white .heading-top span:before {
	background-color: #fff;
}
.heading-white .heading-top {
	color: #fff;
}
.graphic-image-wrapper {
}
.graphic-image-box {
	display: block;
	padding: 0 40px
}
.graphic-image-box img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
	object-fit: cover;
	object-position: center center;
	border-radius: 10px;
}
.graphic-image-box:after {
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: 5%;
	width: 90%;
	height: 90%;
	background-color: #ff3332;
	content: "";
	transform: skew(2deg) rotate(-2deg);
	-webkit-transform: skew(2deg) rotate(-2deg);
	-moz-transform: skew(2deg) rotate(-2deg);
	margin: 0 auto;
	border-radius: 10px;
}
.scrollup {
	width: 50px;
	height: 50px;
	opacity: 1;
	position: fixed;
	bottom: 8px;
	right: 15px;
	display: none;
	text-indent: -9999px;
	background: url(../images/icons/circle-arrow.svg) no-repeat;
	background-size: auto;
	z-index: 20;
	background-size: 100% auto;
}
.dark-bg-gradient:after {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0.00042015097054448614) 0%, rgba(1,0,0,1) 50%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0.00042015097054448614) 0%, rgba(1,0,0,1) 50%);
	background: linear-gradient(90deg, rgba(255,255,255,0.00042015097054448614) 0%, rgba(1,0,0,1) 50%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#010000", GradientType=1);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.dark-bg-gradient.white-bg-gradient:after {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0.00042015097054448614) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0.00042015097054448614) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0.00042015097054448614) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}
.cover-image {
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}
.white-bg-gradient .cover-image {
	background-position: right center;
}
.mid-heading {
	font-size: 1.875rem;
	letter-spacing: 0.02rem;
}
.dark-bg-gradient .container {
	position: relative;
	z-index: 2;
}
.fixed-bg {
	background-attachment: fixed;
}
.why-choose-us-section {
	background: url(../images/service-bg.jpg) top center no-repeat;
	background-size: cover;
}
.list-content-svg-icon {
	margin-right: 20px;
}
.list-content-svg-icon img {
	width: 62px;
	height: auto;
}
.testimonial-top {
	background: url(../images/testimonial-bg.jpg) center center no-repeat;
	background-size: cover;
}
.testimonial-top:after {
	background-color: rgba(0, 0, 0, 0.8);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
}
.testimonial-top .container {
	position: relative;
	z-index: 2;
}
.testimonial-box {
	position: relative;
	padding: 50px 30px;
	border-radius: 10px;
	overflow: hidden;
}
.testimonial-box:after {
	position: absolute;
	content: "";
	bottom: 0;
	z-index: 1;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #ff3332;
}
.testimonial-slider .item {
	padding: 20px 20px 20px;
}
.testimonial-slider .item .testimonial-box p {
	min-height: 96px;
}
.carousal-slider .NextArrow {
	position: absolute;
	top: 50%;
	right: 0px;
	width: 45px;
	height: 45px;
	background: rgba(0, 0, 0, 0.5);
	border: 0 none;
	margin-top: -22.5px;
	text-align: center;
	font: 20px/45px FontAwesome;
	color: #fff;
	z-index: 5;
	transition: all 1s;
	opacity: 1;
}
.carousal-slider .NextArrow:before {
	content: "\f105";
}
.carousal-slider .PrevArrow {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 45px;
	height: 45px;
	background: rgba(0, 0, 0, 0.5);
	border: 0 none;
	margin-top: -22.5px;
	text-align: center;
	font: 20px/45px FontAwesome;
	color: #fff;
	z-index: 5;
	opacity: 1;
	transition: all 1s;
}
.carousal-slider .PrevArrow:before {
	content: "\f104";
}
.testimonial-slider {
	margin-top: -100px;
}
.contact-top-section {
	background: url(../images/contact-banner.jpg) center center no-repeat;
	background-size: cover;
}
.contact-top-section:after {
	background-color: rgba(254, 53, 50, 0.9);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
}
.map-box iframe {
	width: 100%;
	display: block;
}
.small-heading {
	font-size: 1.25rem;
	letter-spacing: 0.02rem;
}
.contact-details-box {
	padding-left: 4.688rem;
	padding-right: 4.688rem;
}
.icon-btn {
	font-size: 17px;
	color: #ff3332;
	border: none;
	padding: 0;
	letter-spacing: 0.02rem;
	font-weight: 500;
	font-family: "Montserrat", serif;
}
.icon-btn .btn-svg-icon {
	margin-right: 10px;
}
.icon-btn .btn-svg-icon svg {
	width: 26px;
	height: 26px;
}
.icon-btn span {
	font-size: 15px;
	font-weight: 400;
	color: #ff3332;
	display: block;
	letter-spacing: 0.02rem;
	text-transform: uppercase;
}
.icon-btn:hover {
	color: #ff3332;
}
.sub-title-btn-inner.phone {
	font-size: 20px;
	color: #ff3332;
	font-weight: 700;
}
.icon-btn .btn-svg-icon svg path {
	fill: #ff3332;
}
.icon-btn .btn-svg-icon.location svg path {
	fill: transparent;
	stroke: #ff3332;
}
.footer {
	z-index: 2;
	margin-top: -60px;
}
.footer-wrapper {
	background-color: #000;
	padding: 22px 70px;
	font-family: "Montserrat", serif;
}
.footer-top-colm {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ft-logo img {
	width: 100%;
	max-width: 175px;
}
.footer-menu {
	display: flex;
	justify-content: center;
}
.footer-menu li {
	padding: 0 25px;
}
.footer-menu li a {
	font-size: 16px;
	line-height: 100%;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
}
.footer-menu li a:hover {
	color: #ff3230;
}
.copyright {
	font-size: 13px;
	color: #ff3230;
	font-weight: 400;
	letter-spacing: 0.02rem;
	font-family: "Poppins", serif;
}
.social-icon svg {
	width: 18px;
	height: 18px;
	display: block;
}
.social-icon a.facebook svg {
	width: 24px;
	height: 24px;
}
.social-icon svg path {
	fill: #ff3332;
}
.social-icon a {
	width: 28px;
	height: 28px;
	border: 2px solid #ff3332;
	border-radius: 50%;
	display: block;
}
.footer-social {
	height: 1px;
	background-color: #fff;
	display: block;
	margin: 25px 0;
}
.footer-social .social-icon {
	background-color: #000;
	margin-top: -4px;
	padding: 0 30px;
}
.footer-social .social-icon a {
	width: 36px;
	height: 36px;
}
ul.footer-bottom-menu {
	font-family: "Poppins", serif;
}
ul.footer-bottom-menu li {
	position: relative;
	font-size: 12px;
	letter-spacing: 0.1rem;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0 24px;
	color: #c8c8c8;
}
ul.footer-bottom-menu li a {
	color: #c8c8c8;
	text-decoration: none !important;
}
ul.footer-bottom-menu li a:hover {
	color: #fff;
}
ul.footer-bottom-menu li:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 12px;
	width: 1px;
	background-color: #c8c8c8;
	z-index: 1;
}
ul.footer-bottom-menu li:last-child:after {
	display: none;
}
