/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

html {
	scroll-behavior: smooth;
	overflow: scroll;
}

@keyframes bounce {
	0% { transform: translateY(0); }
    25% { transform: translateY(10px); }
    50% { transform: translateY(0px); }
    75% { transform: translateY(10px); }
    100% { transform: translateY(0px); }
}

.col-arrow-right.wpb_column.vc_column_container {
	clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 15% 100%, 0% 50%);
}
.col-arrow-left.wpb_column.vc_column_container {
	clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}

.arrow-right .w-image-h {
	clip-path: polygon(0% 0%, 96% 0%, 100% 50%, 96% 100%, 0% 100%);
}

.arrow-btn :is(a, a:hover) {
	font-size: 3.8rem;
    color: white;
    transform: rotate(-45deg);
    padding-right: 18px;
    padding-bottom: 18px;
}
.arrow-btn a i {
	animation: bounce 3.2s linear infinite;
}
.arrow-btn > div {
	text-align: right;
    position: absolute;
    bottom: 0;
    z-index: 99;
    right: 0;
    background: var(--color-content-primary);
    height: 200px;
    width: 320px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.angle-right > .w-image-h:after {
	content: "";
	position: absolute;
	z-index: 1;
	right: -1px;
	bottom: 0;
	height: 160px;
    width: 220px;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background-color: white;
}
.title-small small {
	font-weight: 600;
	color: var(--color-content-primary);
}
.l-section.width_full.row-right-r {
	padding-right: 120px;
}
.l-section.width_full.row-left-r {
	padding-left: 120px;
}
.l-section.width_full.row-right-r > .l-section-h {
	background-color: #f5f5f5;
	padding-left: 100px;
	clip-path: polygon(0% 0%, 96% 0%, 100% 50%, 96% 100%, 0% 100%);
}
.l-section.width_full.row-left-r > .l-section-h {
	background-color: #f5f5f5;
	clip-path: polygon(4% 0, 100% 0%, 100% 100%, 4% 100%, 0% 50%);
}
section.row-right-r .g-cols.wpb_row {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 200px;
}
section.row-left-r .g-cols.wpb_row {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 200px;
}
.icon-style :is(h3, h3 > a:hover) { 
	color: white;
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: unset !important;
    padding-top: 15px !important;
}
.icon-style .w-iconbox-text { color: white; }
.icon-style .w-iconbox-icon i {
	font-size: 24px;
	color: white;
}
.icon-style .w-iconbox-icon {
	font-size: 2rem;
    background: var(--color-alt-content-overlay);
    border-radius: 50%;
    color: white;
    width: 68px;
    height: 68px;
    display: flex;
}
.img-r img {
	clip-path: polygon(0 0, 99% 0, 100% 100%, 25% 100%);
}
.img-r .w-image-h:after {
	content: "";
    width: 100%;
    height: 220px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #2e3192;
    right: 0;
    z-index: 1;
    bottom: 0;
    position: absolute;
}
.carousel-review {
	text-align: center;
}
.carousel-review h3.w-post-elm.post_title {
	font-size: 1.5rem;
	font-weight: 500;
	color: white;
	padding-bottom: 15px;
}
.carousel-review p {
	font-size: 1.4rem;
	line-height: 1.2;
	font-style: italic;
	color: white;
}

#page-footer .footer-style { padding-top: 250px; padding-bottom: 30px; }
.f-title p {
	margin-bottom: 30px;
	font-weight: 600;
	color: white;
	font-size: 1.5rem;
	font-family: 'Raleway';
}
#page-footer .footer-style :is(p, p a, a) {
	font-size: 18px;
	color: white;
}
.columns-2.columns ul {
	columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
	margin-left: unset;
	list-style-type: none;
}
.columns ul {
	columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
	margin-left: unset;
	list-style-type: none;
}
.columns ul li i {
	margin-right: 10px;
	color: var(--color-content-primary);
}
section.l-section.wpb_row.row-before-footer {
	padding-left: 120px;
}
section.l-section.wpb_row.row-before-footer > .l-section-h {
    z-index: 4;
    margin-bottom: -156px;
}
section.l-section.wpb_row.row-before-footer > .l-section-h > .g-cols.vc_row.via_grid {
	background: #f5f5f5;
    clip-path: polygon(4% 0, 100% 0%, 100% 100%, 4% 100%, 0% 50%);
}
.row-before-footer .icon-style .w-iconbox-text,
.row-before-footer .w-iconbox-title>a:hover,
.row-before-footer .w-iconbox-title>a {
	color: var(--color-content-heading);
}
#page-footer .footer-style .bottom-row {
	border-top: solid 1px #ffffff52;
    padding-top: 30px;
}
.slider-section > .l-section-h {
	padding-top: unset !important;
}
.menu-style ul li { font-size: 1.3rem;}
.menu-style ul li.current_page_item > a {
	font-weight: 900;
	color: #2e3192 !important;
}
.menu-style ul li.current_page_item {
	border-bottom: solid 5px #2e3192;
    margin-bottom: 4px;
}
h1.title-style {
	color: white;
	font-weight: 900;
}

section.l-section.header-inpage {
	display: flex;
	align-items: center;
}
section.l-section.header-inpage:after {
	content: "";
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background-color: #f5f5f5;
    position: absolute;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
}

.header-inpage nav.g-breadcrumbs {
	background: white;
    width: fit-content;
    padding: 0.6em 2em 0.6em 1.5em;
    clip-path: polygon(0% 0%, 100% 0, 94% 100%, 0% 100%);
}
.contact-inpage-w.w-hwrapper {
	background: #f5f5f5;
    padding: 60px 20px;
    margin-bottom: -150px;
}
.contact-inpage-w.w-hwrapper .icon-style .w-iconbox-text,
.contact-inpage-w.w-hwrapper .icon-style :is(h3, h3 > a:hover) {
	color: black;
}
.contact-inpage-w.w-hwrapper .w-iconbox.icon-style {
	width: calc(100% / 3);
}
.contact-col .w-iconbox-icon {
    width: 68px !important;
    height: 68px;
}
.contact-col .icon-style :is(h3, h3 > a:hover),
.contact-col .icon-style .w-iconbox-text {
	color: inherit;
}
.wrapper-form .row { margin-bottom: 20px;}
.wrapper-form .row2 p {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
	
}

@media(max-width: 1024px) {
	.contact-inpage-w.w-hwrapper {
		flex-direction: column;
		gap: 50px;
	}
	.contact-inpage-w.w-hwrapper .w-iconbox.icon-style {
		width: auto;
	}
	.contact-inpage-w.w-hwrapper,
	section.l-section.wpb_row.row-before-footer > .l-section-h {
		margin-bottom: 0 !important;
	}
	#page-footer .footer-style {
		padding-top: 50px;
	}
}

@media(max-width: 1024px) and (min-width: 599px) {
	section.row-left-r .g-cols.wpb_row {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem;
		padding-top: 50px;
	}
	.l-section.width_full.row-left-r > .l-section-h {
		clip-path: unset;
	}
}

@media (max-width: 600px) {
	section.row-left-r .g-cols.wpb_row {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem;
		padding-top: 50px;
	}
	
	section.l-section.wpb_row.row-before-footer {
		padding-left: 1.5rem;
	}
	
	.g-cols.wpb_row.inside-row {
		padding-top: 50px;
	}
	.l-section.width_full.row-left-r > .l-section-h,
	section.l-section.wpb_row.row-before-footer > .l-section-h > .g-cols.vc_row.via_grid {
		clip-path: none;
	}
	.row-before-footer .w-hwrapper {
        margin-left: 2rem !important;
    }
	.wrapper-form .row2 p {
		flex-direction: column;
	}
	.columns-2.columns ul {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		margin-left: unset;
		list-style-type: none;
	}
}





@media (min-width: 820px) {
	.pr-10rem.wpb_column.vc_column_container {
		padding-right: 10rem;
	}
	
}


@media (max-width: 1280px) {
	h2 {
		font-size: 1.6rem !important;
	}
	section.row-left-r .g-cols.wpb_row { padding-left: 80px; }
	.l-section.width_full.row-left-r { padding-left: unset; }
	
	.row-before-footer .w-iconbox.icon-style {
		display: flex;
		gap: 12px;
		text-align: left;
		align-items: center;
	}
	.row-before-footer .w-hwrapper {
		flex-direction: column;
        align-items: flex-start;
        margin-left: 5rem;
        gap: 15px;

	}
	.icon-style .w-iconbox-icon {
		width: 55px !important;
		height: 55px; 
	}
	.icon-style :is(h3, h3 > a:hover) { font-size: 1.1rem;}
}


