.elementor-8385 .elementor-element.elementor-element-cabd6e6{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8385 .elementor-element.elementor-element-76244329{margin-top:0px;margin-bottom:60px;}.elementor-8385 .elementor-element.elementor-element-7f7ae9f0 > .elementor-widget-container{margin:0px 0px 0px 0px;}body.elementor-page-8385:not(.elementor-motion-effects-element-type-background), body.elementor-page-8385 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-332cc0e0 );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-8385 .elementor-element.elementor-element-cabd6e6{--content-width:1600px;}}/* Start custom CSS */body {
    background-color: #fff !important;
    background-image: none !important;
    font-family: "Exo", Sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Exo", Sans-serif !important;
}

a:hover {
    color:#fff;
}

.float-phone {
	position: fixed;
	top: 40%;
	right: 0;
	clip-path: polygon(0px 0%, 100% 0%, 70px 100%, 15% 100.00%);
}

.float-phone-inner {
	background: #eee;
	padding: 10px 10px 10px 15px;
}

.float-phone-inner a {
	color: #E71F39;
	font-size: 22px;
	padding: 10px;
}

.home-hero-seemore {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}

.home-hero-seemore::before {
	content: '';
	width: 34px;
	height: 1px;
	background: #fff;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	top: -4px;
	margin-right: 10px;
}

.new-skew-button {
  clip-path: polygon(14px 0%, 100% 0%, calc(100% - 14px) 100%, 0% 100%);
  background: #E71F39;
  display: inline-block;
  color: #fff;
  padding: 15px 40px;
  font-family: 'Exo', Sans-Serif !important;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
}

.new-skew-button i {
    margin-left: 5px;
}

.lp-underhero-deco {
	background: #fff;
	height: 50px;
	clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.lp-about-header {
	font-size: 50px;
	font-weight: 700;
	font-style: italic;
	color: #202020;
}

.lp-about-header span {
    color: #E71F39;
    display: block;
    font-weight: 900;
    text-transform: uppercase;
}

.lp-about-blocks {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 15px;
}

.lp-about-block-item {
	color: #fff;
	background-size: cover !important;
	transform: skew(-3deg);
	min-height: 320px;
}

.lp-about-block-item-inner {
	transform: skew(3deg);
}

.lp-about-block-item-inner {
	transform: skew(3deg);
	padding: 20px;
}

.lp-about-block-item-inner h3 {
	font-size: 30px;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 10px;
	color: #fff;
}

.lp-about-block-item-inner span {
	display: block;
	font-size: 14px;
}

.lp-about-block-item-inner {
	transform: skew(3deg);
	padding: 20px;
	height: 205px;
}

.lp-about-block-item {
	color: #fff;
	background-size: cover !important;
	transform: skew(-3deg);
	min-height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.lp-about-block-item-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	transition: 0.2s ease-in-out;
}

/* .lp-about-block-item:hover > .lp-about-block-item-overlay {
    background-color: rgba(231,31,57,0.7);
    transition: 0.2s ease-in-out;
} */

.lp-brands-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 15px;
}

.lp-brands-grid-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 310px;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.lp-brands-grid-item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.lp-brands-grid-item-inner {
	color: #fff;
	text-align: center;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0,0,0,0.65) 100%);
	padding: 20px
}

.lp-brands-grid-item-inner h3 {
	font-size: 38px;
	font-weight: 800;
	font-style: italic;
	margin-bottom: 5px;
	color: #fff;
}

.lp-brands-grid-item-inner span {
    font-size: 18px;
}

.lp-brands-grid-item:first-child {
    grid-row:1/3
}

.lp-brands-grid-item:nth-child(4) {
    grid-column: 2/4
}

.lp-brands-grid-item:nth-child(5) {
    grid-column:1/3;
}

.home-posts-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 15px;
}

.home-posts-grid-thumb {
	height: 350px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home-posts-grid-info h2 {
	font-size: 22px;
	transition: ease-in-out 0.2s;
	font-weight: 600;
	color:#fff;
}

.home-posts-grid-item:hover > .home-posts-grid-info {
	background: #E71F39;
	transition: ease-in-out 0.2s;
}

.home-posts-grid-info {
	background: #202020;
	color: #fff;
	padding: 20px 35px 20px 20px;
	clip-path: polygon(0px 0%, 100% 0%, 315px 100.00%, 0% 100%);
	width: 90%;
	margin-top: -70px;
}

.home-posts-grid-info a {
	color: #fff;
}
@media screen and (max-width:1100px) {
.lp-about-blocks {
	grid-template-columns: repeat(2,1fr);
	padding:0 10px;
}
}

@media screen and (max-width:991px) {
.lp-brands-grid {
	grid-template-columns: repeat(2,1fr);
}
.lp-brands-grid-item {
	grid-row: initial !important;
	grid-column: initial !important;
}
.home-posts-grid-info {
	clip-path: unset;
	width: 100%;
	margin-top: 0;
}
}

@media screen and (max-width:768px) {
.lp-about-blocks {
	grid-template-columns: repeat(1,1fr);
}
.lp-about-block-item {
	transform: none;
}
.lp-about-block-item-overlay {
	display: none;
}
.lp-brands-grid {
	grid-template-columns: repeat(1,1fr);
}
.home-posts-grid {
	grid-template-columns: repeat(1,1fr);
}
.home-posts-grid-thumb {
	height: 200px;
}
}/* End custom CSS */