<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    color: #2A2A2A;
    font-family: 'ArchivoSemiExpanded-Regular';
    font-size: 1.6rem;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/****header-area*****/
.header-area {
	padding: 10px 0 20px;
	background-color: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-contact {
	max-width: 420px;
	width: 100%;
}
.header-contact ul {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	list-style: none;
}
.header-contact li {
	font-family: 'ArchivoSemiExpanded-MediumItalic';
	font-style: italic;
}
.header-contact li img {
	margin-right: 10px;
}
.header-contact li a {
	color: #2A2A2A;
}
.header-contact li a:hover {
	color: #0695E7;
}
.header-logo img {
	width: 174px;
}
.header-nav ul {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.header-nav li a {
	font-family: 'ArchivoSemiExpanded-MediumItalic';
	font-style: italic;
	font-size: 1.6rem;
	color: #2A2A2A;
	padding: 14px 10px;
	border-radius: 5px;
}
.header-nav li a:hover,
.header-nav li a.this-nav {
	background-color: #0695E7;
	color: #fff;
	font-family: 'ArchivoSemiExpanded-Medium';
	font-style: normal;
}
.header-right {
	display: flex;
    align-items: center;
    justify-content: space-evenly;
    column-gap: 5px;
}
.header-area.header-active {
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.menu-btn {
    cursor: pointer; 
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 100;
}
.menu-bar {
    position: relative;
    max-width: 25px;
    width: 100%;
    margin-left: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #000;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    width: 25px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-btn.menu-btn-active .menu-bar  div {
    transform: scale(0);
}
.menu-btn.menu-btn-active .menu-bar:before {
    transform: translateY(4px) rotate(135deg);
}
.menu-btn.menu-btn-active .menu-bar:after {
    transform: translateY(-3px) rotate(-135deg);
}
.body-active {
	overflow: hidden;
}
/*****mega-menu*******/
.mega-menu {
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	pointer-events: none;
}
.mega-menu-active {
	background: rgba(32, 32, 32, 0.40);
	backdrop-filter: blur(7px);
	pointer-events: all;
}
.mega-menu .row {
	height: 100%;
}
.mega-menu .col-lg-5 {
	width: 45%;
	height: 100%;
}
.mega-menu .col-lg-7 {
	width: 55%;
}
.mega-menu-main {
	width: 100%;
	height: 100%;
	background-color: #fff;
	clip-path: inset(0 0 0 100%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	padding: 110px 70px 190px;
}
.mega-menu-active .mega-menu-main {
	clip-path: inset(0 0 0 0);
}
.mega-menu-empty {
	height: 100%;
	width: 100%;
}
.mega-menu-main-wrap {
	display: flex;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.mega-menu-main-wrap::-webkit-scrollbar {
	background-color: rgba(6, 149, 231, 0.3);
	width: 10px;
    border-radius: 0;
}
.mega-menu-main-wrap::-webkit-scrollbar-thumb {
	background-color: rgba(6, 149, 231, 0.4);
    border-radius: 0;
}
.mega-menu-nav {
	width: 40%;
	height: 100%;
	position: relative;
	padding-top: 54px;
	padding-right: 20px;
}
.mega-menu-nav::after {
	content: "";
	height: 100%;
	width: 1px;
	right: 0;
	position: absolute;
	top: 0;
	background-color: rgba(42, 42, 42, 0.30);
}
.mega-menu-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.mega-menu-nav li {
	margin-bottom: 35px;
	font-family: 'ArchivoSemiExpanded-Regular';
	font-size: 2.4rem;
	line-height: normal;
	letter-spacing: 1.2px;
}
.mega-menu-nav li:last-child {
	margin-bottom: 0;
}
.mega-menu-nav li a {
	color: rgba(42, 42, 42, 0.50);
}
.mega-menu-nav li a:hover,
.mega-menu-nav li a.mega-this-menu {
	color: #2A2A2A;
}
.mega-menu-info {
	width: 60%;
	height: 100%;
	padding-left: 85px;
	padding-top: 54px;
}
.each-mega-menu-info  {
	margin-bottom: 53px;
}
.each-mega-menu-info h6 {
	font-family: 'ArchivoSemiExpanded-Medium';
	color: #2A2A2A;
	margin-bottom: 10px;
}
.each-mega-menu-info table {
	width: 220px;
}
.each-mega-menu-info td {
	color: #2A2A2A;
    font-family: 'ArchivoSemiExpanded-Regular';
	font-size: 1.6rem;
	line-height: 24px;
	vertical-align: top;
}
.each-mega-menu-info td:nth-child(odd) {
	padding-right: 15px;
	width: 75px;
}
.each-mega-menu-info p {
	color: #2A2A2A;
    font-family: 'ArchivoSemiExpanded-Regular';
	font-size: 1.6rem;
	line-height: 24px;
	margin-bottom: 0;
}
.each-mega-menu-info p a {
	color: #2A2A2A;
}
.each-mega-menu-info p a:hover {
	color: #0695E7;
}
.mega-menu-social ul {
	display: flex;
	column-gap: 30px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.mega-menu-social li a {
	height: 33px;
	width: 33px;
	border: 1px solid #2A2A2A;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mega-menu-social li a img {
	filter: invert(1);
	-webkit-filter: invert(1);
}
.mega-menu-social .social-wp {
	border-color: #25D366;
}
.mega-menu-social .social-wp img {
	filter: invert(0);
	-webkit-filter: invert(0);
}
.mega-menu-social li a:hover {
	background-color: #0695E7;
	border-color: #0695E7;
}
.mega-menu-social li a:hover img {
	filter: invert(0);
	-webkit-filter: invert(0);
}
/*****fix-wp****/
.fix-wp a {
	position: fixed;
	right: 0;
	bottom: 20%;
	width: 60px;
	height: 60px;
	border-radius: 10px 0px 0px 10px;
	background-color: #6EE37A;
	z-index: 98;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fix-wp a img {
	width: 27px;
}
/*****banner-sec***/
.banner-sec {
	position: relative;
	overflow: hidden;
}
.banner-wrap {
	max-width: calc(100% - 80px);
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.banner-wrap::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(42, 42, 42, 0.40);
	z-index: 1;
	opacity: 0;
}
.banner-video {
	height: 994px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner {
	height: 994px;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
	position: absolute;
	bottom: 226px;
	z-index: 2;
	left: 0;
	width: 100%;
}
.banner-content-wrap {
	max-width: 854px;
	width: 100%;
}
.banner-content h1 {
	margin-bottom: 50px;
}
.banner-content .blue-btn:hover {
    border-color: #0695E7;
    background-color: #0695E7;
    color: #fff;
}
.wave {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.banner-sec .wave {
	bottom: -12px;
}
/*****product-sec****/
.product-sec {
	padding: 135px 0;
	position: relative;
}
.product-heading {
	max-width: 562px;
	width: 100%;
	margin: 0 auto 85px;
}
.product-heading h2 {
	margin-bottom: 28px;
}
.each-product {
	border-bottom: 2px solid transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product-img {
	border-radius: 5px;
	overflow: hidden;
}
.each-product-text {
	opacity: 0.5;
	padding: 40px 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product-text h4 {
	font-family: 'ArchivoSemiExpanded-SemiBold';
	line-height: 52px;
	letter-spacing: 0.48px;
	margin-bottom: 4px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-product-text h6 {
	color: #2A2A2A;
	line-height: 24px; 
	text-transform: lowercase;
	font-family: 'LamaSans-Medium';
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 30px;
}
.each-product-text ul {
	margin: 30px 0 40px;
	display: flex;
	align-items: center;
	padding: 0;
	list-style: none;
}
.each-product-text li {
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	color: #2A2A2A;
	font-family: 'ArchivoSemiExpanded-Regular';
}
.each-product-text li::after {
	content: "";
	height: 85%;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	width: 1px;
	background-color: #2A2A2A;
}
.each-product-text li:first-child {
	padding-left: 0;
	font-family: 'ArchivoSemiExpanded-SemiBold';
}
.each-product-text li:first-child::after {
	display: none;
}
.each-product-text li:last-child {
	padding-right: 0;
}
.each-product-mid { 
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 85px;
	column-gap: 10px;
}
.each-product-text table {
    width: 100%;
}
.each-product-text tr {
    display: flex;
    flex-wrap: wrap;
}
.each-product-text tr:last-child {
    border-bottom: 0;
}
.each-product-text td {
    color: #2A2A2A;
    font-family: 'ArchivoSemiExpanded-Regular';
    font-size: 1.8rem;
    padding: 14px;
	line-height: 24px;
    width: 50%;
    display: flex;
    align-items: start;
}
.each-product-text td:nth-child(even) {
    border-right: 0;
    padding-right: 0;
}
.each-product-text td:nth-child(odd) {
    padding-left: 0;
}
.each-product-text td img {
    margin-right: 13px;
    position: relative;
    top: 2px;
}
.each-product-text td strong {
    font-weight: normal;
}
.each-product-arrow {
	height: 37px;
	width: 37px;
	border: 1px solid #2A2A2A;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
    right: 10px;
    top: -30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product:hover .each-product-arrow {
	background-color: #0695E7;
	border-color: #0695E7;
}
.each-product:hover .each-product-arrow img {
	filter: brightness(10);
}
.each-product:hover {
	border-color: #0695E7;
}
.each-product:hover .each-product-text {
	opacity: 1;
}
.product-slider {
	position: relative;
}
.product-slider .swiper-button-next {
	right: -70px;
}
.product-slider .swiper-button-prev {
	left: -70px;
}
.product-slider .common-arrow {
	top: 25%;
}
.left-line {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	width: 400px;
}
.right-line {
	position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
	width: 400px;
}
/******service-welcome-sec****/
.service-welcome-sec {
	padding: 182px 0 20px;
	background-color: #202020;
	position: relative;
}
.service-welcome-sec .wave {
	top: 0;
	bottom: auto;
}
.service-desc-img-heading {
	position: absolute;
	right: 0;
	bottom: -30px;
	z-index: 1;
	pointer-events: none;
}
.service-desc-img-heading h2 {
    font-family: 'ArchivoSemiExpanded-BlackItalic';
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.10);
	-webkit-text-fill-color: transparent;
	font-size: 170px;
	font-style: italic;
	line-height: normal;
}
.service-desc-img {
	position: relative;
}
.service-desc-img-main {
	max-width: 520px;
	width: 100%;
	margin-left: auto;
	margin-right: 70px;
}
.service-desc-img-main img {
	border-radius: 5px;
}
.service-desc-img-wave {
	position: absolute;
	bottom: -10px;
	right: 0;
}
.service-desc-text {
	max-width: 543px;
	width: 100%;
}
.service-desc-text h2 {
	color: #fff;
}
.service-desc-text p {
	color: #fff;
	margin: 33px 0;
}
.service-desc-text .border-btn {
	margin-right: 10px;
}
.service-desc-mobile-img-main {
	display: none;
}
/****dealer-sec *****/
.dealer-sec {
	padding-bottom: 165px;
	background-color: #202020;
}
.dealer-img {
	max-width: 630px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.dealer-img img {
	border-radius: 5px;
}
.dealer-img-big {
	max-width: calc(100% - 26%);
	width: 100%;
}
.dealer-img-small {
	max-width: 230px;
	width: 100%;
	position: absolute;
    right: 0;
    bottom: -30px;
}
.dealer-img-wave {
    position: absolute;
    bottom: -48px;
    left: 0;
    width: calc(100% + 30px);
}
.dealer-text {
	margin-top: 134px;
	width: 100%;
}
.dealer-text h2 {
	color: #fff;
}
.dealer-text p {
	color: #fff;
	margin: 22px 0 80px;
}
/******service-sec*******/
.service-sec {
	padding: 90px 0;
	position: relative;
	background-attachment: fixed;
}
.service-sec::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(42, 42, 42, 0.83);
}
.service-slider {
	position: relative;
}
.service-slider .swiper-slide {
	height: auto;
}
.each-service {
	padding: 72px 40px 80px;
	background-color: #fff;
	border-radius: 5px;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service h4 {
	margin-bottom: 48px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service h4 strong {
	font-weight: normal;
	font-size: 3.3rem;
	font-family: 'ArchivoSemiExpanded-BoldItalic';
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
	-webkit-text-fill-color: transparent;
	position: absolute;
	left: 0;
	top: 47%;
	transform: translateY(-50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service p {
	margin-bottom: 42px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service:hover {
	background-color: #0695E7;
}
.each-service:hover h4,
.each-service:hover p {
	color: #fff;
}
.each-service:hover h4 strong {
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}
.each-service:hover .txt-btn {
	color: #fff;
}
.each-service:hover .txt-btn::after {
	filter: brightness(10);
}
.service-slider .swiper-button-next {
	right: -22px;
}
.service-slider .swiper-button-prev {
	left: -22px;
}
.service-slider .common-arrow {
	background-color: transparent;
	border-color: #fff;
}
.service-slider .common-arrow img {
	filter: brightness(10);
}
.service-slider .common-arrow:hover {
	background-color: #fff;
	border-color: #fff;
}
.service-slider .common-arrow:hover img {
	filter: brightness(1);
}
/*****about-sec*******/
.about-sec {
	position: relative;
	padding: 135px 0;
}
.about-sec .right-line {
	left: 50%;
	transform: translateX(-50%);
}
.about-text {
	max-width: 570px;
	width: 100%;
}
.about-text h2 {
	margin-bottom: 24px;
}
.about-text p {
	margin-bottom: 30px;
}
.about-img {
	max-width: 740px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.about-img-big {
	max-width: calc(100% - 16%);
	width: 100%;
	margin-left: auto;
}
.about-img-small {
	max-width: 205px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about-img-wave {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
}
.about-img-big img,
.about-img-small img {
	border-radius: 5px;
}
/*****counter-sec*****/
.counter-sec {
	overflow-x: hidden;
}
.each-counter {
	position: relative;
	padding: 40px 30px 90px;
}
.each-counter::after {
	content: "";
	height: 100%;
	width: 1px;
	position: absolute;
	right: -18%;
	top: 0;
	background: linear-gradient(0deg, rgba(255,255,255,0.03) 0%, rgba(42,42,42,0.3) 100%);
}
.each-counter:first-child {
	padding-left: 0;
}
.each-counter:last-child {
	padding-right: 0;
}
.each-counter:last-child::after {
	opacity: 0;
}
.each-counter h4 {
	font-family: 'ArchivoSemiExpanded-Medium';
}
.each-counter h3 {
	margin-bottom: 10px;
	line-height: normal;
	font-family: 'ArchivoSemiExpanded-BlackItalic';
	position: relative;
}
.each-counter h3 strong {
	font-weight: normal;
}
.each-counter h3 span {	
	-webkit-text-stroke: 1px #0695E7;
	-webkit-text-fill-color: transparent;
	position: absolute;
	left: 6px;
	top: 0;
	z-index: -1;
}
.counter-wrap {
	display: flex;
	justify-content: space-between;
}
/*****reach-sec*****/
.reach-sec {
	min-height: 440px;
	padding: 130px 0 66px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	position: relative;
}
.reach-sec .wave {
	top: 0;
	bottom: auto;
}
.reach-wrap {
	max-width: 645px;
	width: 100%;
	margin: 0 auto;
}
.reach-wrap h2 {
	text-align: center;
	color: #fff;
}
.reach-btn {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	max-width: 570px;
	width: 100%;
	margin: 50px auto 0;
	justify-content: space-between;
}
.each-reach-btn {
	padding: 10px;
	border-radius: 5px;
	background-color: rgba(6, 149, 231, 0.46);	
	display: flex;
	align-items: center;
	width: 49%;
}
.each-reach-img {
	border-radius: 5px;
	background-color: #0695E7;
	height: 62px;
	width: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 19px;
}
.each-reach-btn p {
	color: #fff;
	margin-bottom: 0;
	font-family: 'ArchivoSemiExpanded-Medium';
}
.each-reach-btn p a {
	color: #fff;
}
.each-reach-btn p a:hover {
	opacity: 0.5;
}
.reach-btn-wp {
	background-color: rgba(37, 211, 102, 0.46);
}
.reach-btn-wp .each-reach-img {
	background-color: #25D366;
}
/*****footer-area******/
.footer-area {
	background-color: #2A2A2A;
	overflow-x: hidden;
}
.each-footer-info {
	position: relative;
	padding: 106px 0 20px;
	display: table;
    margin: 0 auto;
}
.each-footer-info::after {
	content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: -29%;
    top: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.each-footer-info h6 {
	margin-bottom: 10px;
}
.each-footer-info td {
	color: rgba(255, 255, 255, 0.52);
	font-family: 'ArchivoSemiExpanded-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.each-footer-info td:nth-child(odd) {
	padding-right: 10px;
	width: 73px;
	vertical-align: top;
}
.each-footer-info p {
	color: rgba(255, 255, 255, 0.52);
	margin-bottom: 0;
}
.each-footer-info p a {
	color: rgba(255, 255, 255, 0.52);
}
.each-footer-info p a:hover {
	color: #0695E7;
}
.footer-contact p {
	color: #fff;
    font-family: 'ArchivoSemiExpanded-MediumItalic';
	font-size: 2.4rem;
	font-style: italic;
	line-height: normal;
	margin-bottom: 0;
}
.footer-contact p a {
	color: #fff;
}
.footer-contact p a:hover {
	color: #0695E7;
}
.footer-top .row:first-child .col-lg-6:first-child .col-6:first-child .each-footer-info::after {
	opacity: 0;
}
.footer-top .row:first-child .col-lg-6:first-child .col-6:first-child .each-footer-info {
	margin-left: 0;
}
.footer-top .row .col-lg-6 .col-7 .each-footer-info {
	margin-right: 0;
}
.footer-top .row:first-child .col-lg-6:first-child .col-6:nth-child(even) .each-footer-info::after {
	left: -54%;
}
.footer-btm {
	padding: 35px 0;
	margin-top: 60px;
	position: relative;
}
.footer-btm::after {
	content: "";
	height: 1px;
	width:100vw;
	margin-left:-50vw;
	left:50%;
	top: 0;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.15);
}
.footer-logo img {
	width: 153px;
}
.footer-btm-left {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	justify-content: space-between;
	align-items: center;
}
.footer-social ul {
	display: flex;
	align-items: center;
	gap: 7px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-social li a {
	height: 34px;
	width: 34px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-social li a:hover {
	background-color: #0695E7;
	border-color: #0695E7;
}
.social-wp {
	background-color: #25D366;
	border-color: #25D366;
}
.footer-policy p {
	color: rgba(255, 255, 255, 0.52);
	margin-bottom: 0;
}
.footer-policy p a {
	color: rgba(255, 255, 255, 0.52);
}
.footer-policy p a:hover {
	color: #0695E7;
}
.footer-btm-right {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	justify-content: end;
	align-items: center;
}
.footer-rating iframe,
.footer-rating {
	width: 200px;
	border-radius: 5px;
	overflow: hidden;
	height: 64px;
}
.footer-bovag img {
	width: 160px;
}
/*===========================popup start===================================*/
.modal-area .modal-dialog {
    max-width: 63%;
    margin: 8% auto 0;
}
.modal-area .modal {
	background: rgba(32, 32, 32, 0.40);
	backdrop-filter: blur(7px);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-content-wrap {
    border-radius: 5px;
    overflow: hidden;
}
.modal-content .col-lg-5 {
    width: 38%;
}
.modal-content .col-lg-7 {
    width: 62%;
}
.modal-area .popup-content h3 {
	font-family: 'ArchivoSemiExpanded-BlackItalic';
    color: #1D1D1F;
    font-size: 4rem;
    line-height: 58px;
    margin-top: 25px;
}
.modal-area .popup-content ul {
    padding-left: 0;
    list-style: none;
    margin: 30px 0;
}
.modal-area .popup-content li {
    position: relative;
    font-size: 1.6rem;
    line-height: 25px;
    letter-spacing: 0.32px;
    margin-bottom: 12px;
    padding-left: 17px;
}
.modal-area .popup-content li:last-child {
    margin-bottom: 0;
}
.modal-area .popup-content li::after {
    background-size: 5px;
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 5px;
    height: 5px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.modal-area .popup-content {
    padding: 70px 50px;
    background-color: #fff;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1;
	height: 60px;
	width: 60px;
	background-color: #1D1D1F;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 100%;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.close-img img {
	width: 20px;
}
/*===========================diensten-list===================================*/
/****inner-banner-sec****/
.inner-banner-sec {
	position: relative;
}
.inner-banner-text {
	position: absolute;
	left: 0;
	width: 100%;
	top: 58%;
	transform: translateY(-50%);
}
.inner-banner-sec .wave {
	bottom: -10px;
}
.list-sec .right-line {
	top: -30px;
	z-index: 1;
}
.list-sec .left-line {
	top: -30px;
	z-index: 1;
}
/****list-sec****/
.list-sec {
	padding: 133px 0 0;
	position: relative;
}
.list-title {
	text-align: center;
	max-width: 630px;
	margin: 0 auto;
	margin-bottom: 214px;
}
.list-title h2 {
	margin-bottom: 25px;
}
.each-list-info {
	padding-right: 150px;
}
.each-list-info h4 {
	font-family: 'ArchivoSemiExpanded-BlackItalic';
}
.each-list-info h4 strong {
    position: relative;
    padding-bottom: 7px;
}
.each-list-info h4 strong::after {
    content: "";
    height: 7px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/text-line.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.each-list-info p {
	margin: 48px 0 70px;
}
.each-list-img {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.list-img-wave {
    position: absolute;
    bottom: -24px;
    left: -2px;
    width: calc(100% + 2px);
}
/****list-service-sec****/
.service-sec.related-service-sec.list-service-sec {
	padding-top: 108px;
	padding-bottom: 140px;
}
.list-service-sec .row {
	margin: 0 -35px;
	row-gap: 70px;
}
.list-service-sec .col-lg-4 {
	padding: 0 35px;
}
/*===========================werkplaats-list===================================*/
/****werkplaats-service-sec****/
/* .service-sec.related-service-sec.list-service-sec.werkplaats-service-sec {
	padding-top: 0;
}
.werkplaats-service-sec .each-service p {
    -webkit-line-clamp: 3;
	margin-bottom: 50px;
}
.werkplaats-service-sec .col-xxl-3 {
	padding: 0 12px;
}
.werkplaats-service-sec .row {
	margin: 0 -12px;
	row-gap: 24px;
}
.werkplaats-service-sec .each-service .txt-btn {
    opacity: 0;
    margin-bottom: -100px;
    margin-top: 30px;
}
.werkplaats-service-sec .each-service .txt-btn {
    opacity: 0;
    margin-bottom: -100px;
    margin-top: 30px;
}
.werkplaats-service-sec .each-service:hover .txt-btn {
    opacity: 1;
    margin-bottom: 0;
	margin-top: 0;
}
.werkplaats-service-sec .each-service {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: auto;
    padding-bottom: 45px;
    min-height: 350px;
    overflow: hidden;
    height: 100%;
}
.werkplaats-service-sec .each-service:hover h4 {
	margin-bottom: 30px;
} */
/*===========================vacature-list===================================*/
.vacature-list-sec .list-title {
	margin-bottom: 26px;
}
/*===========================Inkoop / Taxatie===================================*/
.Financiering-Lease-top-right h4 {
	color: #fff;
	margin-bottom: 20px;
}
/*===========================RAM-dealer===================================*/
/****RAM-dealer-top****/
.RAM-dealer-top h4 {
	font-family: 'archivo_semiexpandedbold';
}
.RAM-dealer-top .blue-btn {
	margin-top: 200px;
}
/****RAM-dealer-mid****/
.RAM-dealer-mid .Financiering-Lease-mid a {
	color: #000;
}
.RAM-dealer-mid .Financiering-Lease-mid a:hover {
	text-decoration: underline;
}
.RAM-dealer-mid .Financiering-Lease-mid-info-title {
	margin-bottom: 20px;
}
.Financiering-Lease-mid-info p {
	margin: 0 0 68px;
}
.RAM-dealer-mid-part {
	margin-top: 160px;
}
.RAM-dealer-mid-part p {
	color: #0A1520;
	margin: 34px 0 36px;
}
.RAM-dealer-mid-part a:hover {
	text-decoration: underline;
	color: #0A1520;
}
/*===========================werkplaats-dtl===================================*/
.Financiering-Lease-top-right ul {
	margin-bottom: 27px;
}
.Financiering-Lease-top-right li {
	color: #fff;
	line-height: 24px;
	margin-bottom: 16px;
}
.Financiering-Lease-top-right li::marker {
	color: #0695E7;
}
/*===========================vacature-dtl===================================*/
.Financiering-Lease-mid ul li::marker {
	color: #0695E7;
}
/*===========================aanbod-dtl===================================*/
/***back-btn***/
.back-btn {
    background:#FFF;
	padding-top: 150px;
	padding-bottom: 17px;
}
.text-btn {
	font-family: 'ArchivoSemiExpanded-Medium';
	color: #2A2A2A;
	line-height: normal;
    font-size: 1.6rem;
    position: relative;
    top: 0;
	padding-left: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.text-btn::after {
    content: "";
    height: 15px;
    width: 15px;
    position: absolute;
    left: 0;
    background-image: url(../images/back-btn-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.text-btn:hover{
	color: #0695E7;
}
.text-btn:hover::after{
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	left: -5px;
}
/***aanbod-dtl-top-sec***/
.aanbod-top-sec{
	background: #fff;
}
.each-img-slider, .each-aanbod-top-right-img{
	border-radius: 5px;
	overflow: hidden;
}
.aanbod-top-slider .common-arrow {
    border: 1px solid #fff;
}
.aanbod-top-slider .common-arrow img{
	filter: brightness(1) invert(1);
}
.aanbod-top-slider .common-arrow:hover{
	background-color: #0695E7;
	border-color: #0695E7;
}
.aanbod-top-area .col-lg-9 {
	width: 67.5%;
}
.aanbod-product-dtl-area .col-lg-9 {
    width: 67.5%;
}
.aanbod-top-area .col-lg-3 {
	width: 32.5%;
}
.aanbod-product-dtl-area .col-lg-3 {
    width: 39.8%;
    padding-left: 15px;
}
.each-aanbod-top-right-img{
	margin-bottom: 15px;
}
.each-img-slider{
	height: 100%;
}
.each-img-slider img{
	height: 100%;
	object-fit: cover;
}
.overlay {
    position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
    height: 88%;
    width: calc(100% - 18px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
	background: rgba(42, 42, 42, 0.70);
	backdrop-filter: blur(5px);
    /* margin: 10px 9px; */
}
.overlay h3 {
    font-family: 'ArchivoSemiExpanded-Regular';
    font-size: 3.2rem;
    color: #fff;
    line-height: 10px;
    margin-bottom: 5px;
    font-style: normal;
    text-transform: lowercase;
}
/***aanbod-product-dtl-sec***/
.aanbod-product-dtl-main{
	border-radius: 5px;
	background: #202020;
	padding: 23px 18px 30px;
}
.aanbod-product-dtl-area .col-lg-9 {
	width: 60.2%;
}
.aanbod-product-dtl-area .col-lg-3 {
	width: 39.8%;
}
.aanbod-product-dtl-left-part h3 {
	font-family: 'ArchivoSemiExpanded-SemiBold';
	color: #FFF;
	font-size: 3.2rem;
	font-style: normal;
}
.aanbod-product-dtl-left-part p{
	color: #fff;
	margin-top: 14px;
	margin-bottom: 0;
}
.each-product-text.aanbod-product-info {
    padding: 0;
	width: calc(100% - 90px);
}
.each-product-text.aanbod-product-info ul {
    margin: 8px 0 12px;
}
.each-product-text.aanbod-product-info li{
	color: #fff;
	font-size: 1.8rem;
	padding-right: 10px;
}
.each-product-text.aanbod-product-info li::after {
    background-color: #fff;
}
.each-product-text.aanbod-product-info td {
    color: #fff;
    font-size: 1.6rem;
	padding-bottom: 4px;
}
.each-product-text.aanbod-product-info td img{
	filter: brightness(0) invert(1);
}
.each-product-text.aanbod-product-info {
	opacity: 1;
	/* width: 50%; */
}
.aanbod-product-info-part .share-btn-part {
    /* width: 47%; */
	width: 66px;
}
.each-product-text.aanbod-product-info .each-product-mid {
    padding-right: 0;
	display: block;
}
.each-product-text.aanbod-product-info td:nth-child(odd) {
    padding-right: 4px;
}
.each-product-text.aanbod-product-info td:nth-child(even) {
    padding-left: 21px;
}
.share-btn {
    width: 36px;
    height: 37px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
}
.share-btn img {
    height: 28px;
    width: 32px;
}
.aanbod-product-info-part {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 10px;
}
.aanbod-product-dtl-main .col-lg-7 {
	width: 57%;
}
.aanbod-product-dtl-main .col-lg-5 {
	width: 43%;
}
.aanbod-top-contact {
    border-radius: 5px;
    background: #202020;
    display: flex;
    align-items: center;
    padding: 23px 0;
    column-gap: 16px;
    margin-bottom: 24px;
	border-right: 18px solid #202020;
	border-left:18px solid #202020;
}
.aanbod-top-contact-img{
	width: 66px;
	height: 66px;
	border-radius: 51px;
    overflow: hidden;
}
.aanbod-top-contact-img img{
	height: 100%;
	object-fit: cover;
}
.aanbod-man-contact {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 26px;
	align-items: center;
}
.each-contact-info h6, .each-contact-info p{
	font-family: 'ArchivoSemiExpanded-Regular';
	line-height: 22px;
}
.each-contact-info p{
	margin-bottom: 0;
}
.each-contact-info p a {
    color: rgba(255, 255, 255, 0.64);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-contact-info p a:hover{
	color: #fff;
}
.aanbod-top-right-btn ul{
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	column-gap: 10px;
	list-style: none;
	padding-left: 0;
}
.aanbod-top-right-btn .border-btn{
	border: 1px solid #0695E7;
	color: #fff;
	padding: 10px 20px;
	background: #0695E7;
}
.aanbod-top-right-btn .border-btn:hover{
	background: #2A2A2A;
	color: #fff;
}
.aanbod-top-right-btn ul li:last-child {
	display: none;
}
.share-social-media-button {
	text-align: right;
	text-align: right;
    height: 39px;
    width: 37px;
    background: #fff;
    border-radius: 50%;
}
body .share-social-media-button .a2a_dd {
	/* background-color: #fff; */
	padding: 10px !important;
	line-height: normal;
}
.share-social-media-button .a2a_dd span {
	display: none;
}
.share-social-media-button .a2a_dd svg {
	width: 14px !important;
	/* filter: brightness(0) saturate(100%) invert(37%) sepia(98%) saturate(884%) hue-rotate(171deg) brightness(100%) contrast(100%); */
	margin-right: 2px !important;
	margin-top: -1px !important;
	transition: all 0.5s;
}
.share-social-media-button .a2a_dd:hover svg {
	filter: brightness(0) saturate(100%) invert(37%) sepia(98%) saturate(884%) hue-rotate(171deg) brightness(100%) contrast(100%);
}
/****tab-sec****/
.dtl-tab-sec {
    padding: 110px 0 107px;
	background: #FFF;
}
.dtl-tab-wrap {
    padding: 0 61px;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 80px;
	margin-bottom: 40px;
    border: 0;
	display: flex;
	justify-content: center;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	border: 0;
    background-color: transparent;
	color: rgba(30, 27, 27, 0.5);
    letter-spacing: normal;
	width: 100%;
	border-radius: 0;
	padding: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-family: 'HelveticaNeueMedium';
	font-size: 2rem;
    margin: 0;
    word-break: break-word;
    overflow: hidden;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span {
	position: relative;
    font-family: 'helvetica_neuebold';
    padding-bottom: 10px;
    display: inline-block;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover ,
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
	color: #3F0066;
}
.dtl-tab-sec ul.tabs li {
	font-family: 'ArchivoSemiExpanded-SemiBold';
	font-size: 1.8rem;
	margin: 0;
	word-break: break-word;
	position: relative;
	text-transform: none;
	cursor: pointer;
	color: #202020;
	line-height: normal;
}
.dtl-tab-sec ul.tabs li:hover,
.dtl-tab-sec ul.tabs li.active {
	display: block;
	position: relative;
	color: #0695E7;
}
.kenmerken-tab li::after {
    background-size: 6px;
    position: absolute;
    top: 29px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.kenmerken-tab li p strong {
    font-weight: normal;
	padding-left: 4px;
}
.kenmerken-tab li p{
	color: #202020;
	position: relative;
	padding-left: 14px;
	margin-bottom: 0;
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
.kenmerken-tab {
	border: 1px solid rgba(255, 255, 255, 0.10);
    border-bottom: 0;
	border-top: 0;
	overflow: hidden;
	border-left: none;
    border-right: none;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
	column-gap: 17px;
	/* justify-content: space-between; */
	padding-left: 0;
	margin-bottom: 0;
}
.kenmerken-tab li {
    line-height: normal; 
    color: #fff;
	width: 19%;
	padding: 20px 0 24px;
	position: relative;
}
.kenmerken-tab li h6{
    font-family: 'lexend_decalight';
    color: rgba(255, 255, 255, 0.50);
    font-size: 1.4rem;
    line-height: normal;
}
.kenmerken-tab {
    position: relative;
}
.bullet-panel p {
    border-bottom: 1px solid #0695E7;
    color: #202020;
    font-size: 2.4rem;
	margin-bottom: 20px;
    padding-bottom: 20px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    list-style-type: none;
	padding-left: 0;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel .tab_hedaing {
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    color: #202020;
	margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 6px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.dtl-tab-sec .tab_drawer_heading p {
	color: #fff !important;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0695E7;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #0695E7;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.block-dtls p{
	color: #202020;
	margin: 10px 0;
}
.left-bg-block p {
    line-height: 30px;
    color: #1E1B1B;
	font-size: 1.6rem;
    font-family: 'lexend_decalight';
}
.each-onderhoud-block h6 {
    line-height: 30px;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.each-onderhoud-block p strong {
    font-weight: normal;
    font-size: 2rem;
}
.tab_hedaing h5{
	border-bottom: 1px solid #FF2726;
  	padding-bottom: 10px;
  	margin-bottom: 15px;
}
/****form-sec****/
.form-sec{
	background-color: #202020;
	padding: 93px 0 130px;
}
.form-info .each-footer-info {
    padding: 0;
    padding-bottom: 48px;
    display: block;
    margin: 0;
}
.form-info .each-footer-info::after{
	display: none;
}
.form-info .each-footer-info.footer-contact{
	padding-bottom: 0;
}
.form-part {
    padding-left: 117px;
}
.form-heading h3{
	color: #fff;
	font-size: 3.2rem;
}
.form-heading p{
	color: #fff;
	margin-top: 15px;
	margin-bottom: 31px;
}
.form-left-part {
    padding-right: 12px;
}
.form-main-area .form-group {
    margin-bottom: 25px;
}
.form-main-area .form-styl {
    resize: none;
    border: none;
	font-family: 'ArchivoSemiExpanded-Regular';
	color: #fff;
	line-height: 24px;
    font-size: 1.6rem;
    padding: 8px 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    background: transparent;
    /* text-transform: capitalize; */
}
.form-main-area .form-styl:placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.form-main-area .photo_upload,
.form-main-area .foto_upload {
	color: rgba(255, 255, 255, 0.50);
}
.form-main-area .form-styl:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.form-main-area .form-styl::placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.form-main-area .form-styl:focus {
    box-shadow: none;
    color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 1.6rem;
}
.form-main-area .common-btn.color-btn{
    margin-top: 6px; 
}
.form-group textarea.form-control {
    min-height: 82px;
}
.form-btn {
    margin-top: 35px;
}
.each-footer-info.mobile-each-footer-info{
	display: none;
}
.form-right-img{
	padding-left: 52px;
	height: 100%;
}
.form-right-img img{
	border-radius: 5px;
	overflow: hidden;
	height: 100%;
    object-fit: cover;
}
.mobile-form-info{
	display: none;
}
.form-right-img-mobile{
	display: none;
}

.product-sec.aanbod-dtl-product-sec {
    padding: 167px 0 135px;
}
/*===========================contact===================================*/
/****contact-form-sec****/
.map  {
	height: 483px;
	border-radius: 10px;
	overflow: hidden;
}
.contact-form-sec {
	background-color: #fff;
	position: relative;
}
.contact-form-sec .each-footer-info h6 {
    color: #2A2A2A;
}
.contact-form-sec .each-footer-info p a,
.contact-form-sec .each-footer-info td {
	color: rgba(42, 42, 42, 0.5);
}
.contact-form-sec .footer-contact p a {
    color: #2A2A2A;
}
.contact-form-sec .each-footer-info p a:hover {
	color: #0695E7;
}
.contact-form-sec .form-heading h3,
.contact-form-sec .form-heading p {
	color: #2A2A2A;
}
.contact-form-sec .form-main-area .form-styl {
	color: #2A2A2A;
    border-bottom: 1px solid rgba(42, 42, 42, 0.5);
}
.contact-form-sec .form-main-area .form-styl:placeholder {
	color: rgba(42, 42, 42, 0.5);
}
.contact-form-sec .form-main-area .form-styl:-ms-input-placeholder {
	color: rgba(42, 42, 42, 0.5);
}
.contact-form-sec .form-main-area .form-styl::placeholder {
	color: rgba(42, 42, 42, 0.5);
}
.contact-form-sec .form-main-area .form-styl:focus {
    color: #2A2A2A;
	border-bottom: 1px solid #2A2A2A;
}
.contact-form-sec .form-main-area .form-styl:focus::placeholder {
	color: #2A2A2A;
}
.contact-form-sec .common-btn {
	border: 1px solid #2A2A2A;
}
.contact-form-sec .common-btn:hover {
	border-color: #0695E7;
}
/*===========================Financiering/Lease===================================*/
/****Financiering-Lease-back-btn****/
.Financiering-Lease-back-btn {
	padding-top: 198px;
	padding-bottom: 18px;
	background-color: #202020;
}
/****Financiering-Lease-top****/
.Financiering-Lease-top {
	background-color: #202020;
	padding-bottom: 32px;
}
.Financiering-Lease-top-left h1 {
	position: relative;
	line-height: normal;
}
.Financiering-Lease-top-left h1 strong {
    font-weight: normal;
    position: relative;
    padding-bottom: 5px;
}
.Financiering-Lease-top-left h1 strong::after {
    content: "";
    height: 7px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/text-line.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.Financiering-Lease-top-left h1 span {
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
	-webkit-text-fill-color: transparent;
	position: absolute;
	left: 5px;
	top: 34px;
	font-size: 11rem;
}
.Financiering-Lease-back-btn .text-btn {
	color: #fff;
}
.Financiering-Lease-back-btn .text-btn::after {
    background-image: url(../images/back-btn-white-arrow.svg);
}
.Financiering-Lease-back-btn .text-btn:hover {
	color: #0695E7;
}
.Financiering-Lease-top-right p {
	color: #fff;
}
.Financiering-Lease-top-right {
    margin-top: 92px;
    padding-left: 174px;
}
.Financiering-Lease-top-img {
    margin-top: 130px;
    margin-left: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.Financiering-Lease-top-img-wave {
    position: absolute;
    bottom: -30px;
    left: -37px;
    width: calc(100% + 40px);
}
/****Financiering-Lease-mid****/
.Financiering-Lease-mid {
	padding: 135px 0;
}
.Financiering-Lease-mid-img {
	position: relative;
}
.Financiering-Lease-mid-img-wave {
    position: absolute;
    bottom: -10px;
    left: -2px;
    width: calc(100% + 2px);
}
.Financiering-Lease-mid-info-title {
	margin-bottom: 73px;
}
.Financiering-Lease-mid-info-title h2 strong {
	padding-bottom: 10px;
}
.Financiering-Lease-mid-info p {
    margin: 0 0 55px;
    letter-spacing: 0.32px;
    color: #0A1520;
}
.Financiering-Lease-mid-img {
    border-radius: 5px;
	overflow: hidden;
}
.Financiering-Lease-mid-info {
	padding-right: 204px;
}
.Financiering-Lease-mid-info li {
	margin-bottom: 19px;
}
.Financiering-Lease-mid-info p:last-child {
	margin-bottom: 0;
}
.Financiering-Lease-mid-info h4 {
    line-height: 24px;
    letter-spacing: 0.48px;
    margin-bottom: 15px;
    color: #0A1520;
}
/****related-service-sec****/
.service-sec.related-service-sec {
	padding: 135px 0 80px;
}
.related-service-sec.service-sec::after {
	display: none;
}
.related-service-slider-title {
	text-align: center;
	margin-bottom: 63px;
}
.related-service-sec .each-service {
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	padding: 40px;
}
.related-service-sec .service-slider .common-arrow {
	border-color: #2A2A2A;
	display: none;
}
.related-service-sec .service-slider .common-arrow:hover {
	background-color: #0695E7;
	border-color: #0695E7;
}
.related-service-sec .service-slider .common-arrow:hover img {
	filter: brightness(10);
}
.related-service-sec .service-slider .common-arrow img {
    filter: brightness(0);
}
.related-service-sec .swiper {
	padding: 10px;
}
.related-service-sec .each-service h4 {
	margin-bottom: 26px;
}
.related-service-sec .each-service p {
	margin-bottom: 30px;
}
/*===========================werkplaats-list===================================*/
/****werkplaats-service-sec****/
.service-sec.related-service-sec.list-service-sec.werkplaats-service-sec {
	padding-top: 0;
}
.werkplaats-service-sec .each-service p {
    -webkit-line-clamp: 3;
	margin-bottom: 50px;
}
.werkplaats-service-sec .col-xxl-3 {
	padding: 0 12px;
}
.werkplaats-service-sec .row {
	margin: 0 -12px;
	row-gap: 24px;
}
.werkplaats-service-sec .each-service .txt-btn {
    opacity: 0;
    margin-bottom: -100px;
    margin-top: 30px;
}
.werkplaats-service-sec .each-service .txt-btn {
    opacity: 0;
    margin-bottom: -100px;
    margin-top: 30px;
}
.werkplaats-service-sec .each-service:hover .txt-btn {
    opacity: 1;
    margin-bottom: 0;
	margin-top: 0;
}
.werkplaats-service-sec .each-service {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: auto;
    padding-bottom: 45px;
    min-height: 350px;
    overflow: hidden;
    height: 100%;
}
.werkplaats-service-sec .each-service:hover h4 {
	margin-bottom: 30px;
}
/*===========================aanbod-list===================================*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 193px 0 50px;
    background-color: #fff;
	position: relative;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.aanbod-filter-sec .left-line {
    left: auto;
    right: 0;
}
.mobile-show-filter .common-btn:hover .filter-count {
	background: #0695E7;
}
.filter-left-title h4{
	font-family: 'ArchivoSemiExpanded-SemiBold';
	line-height: 32px;
	letter-spacing: 0.48px;
	text-transform: uppercase;
}
.filter-reset a {
    color: rgba(42, 42, 42, 0.40);
    font-size: 1.4rem;
    font-family: 'ArchivoSemiExpanded-Medium';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(100) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #0695E7;
}
.select-style {
    width: 100%;
	height: 60px;
    color: rgba(42, 42, 42, 0.40);
    font-family: 'ArchivoSemiExpanded-Medium';
    font-size: 1.6rem;
    background-color: #fff;
    border: 1px solid rgba(42, 42, 42, 0.40);
    border-radius: 5px;
    padding: 0 30px 0 22px;
    background: url(../images/filter-arrow.svg) no-repeat 91% center / 10px;
    appearance: none;
    line-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
	/*display: flex;
    align-items: center;*/
}
.select-style.show {
    border-radius: 5px 5px 0 0;
	border-color: #2A2A2A;
	color: #2A2A2A;
}
.filter-sort h4 {
    margin-right: 22px;
	text-transform: uppercase;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'ArchivoSemiExpanded-Medium';
	background-color: #14181E;
}
.filter-content {
    display: none;
    background-color: #fff;
    padding: 10px 22px 15px;
    z-index: 2;
    border: 1px solid #2A2A2A;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #2A2A2A;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'ArchivoSemiExpanded-Medium';
    font-size: 1.5rem;
	cursor: pointer;
	text-transform: capitalize;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #2A2A2A;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #2A2A2A;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #0695E7;
    border-color: #0695E7;
}
.auto-overview-tag {
    margin-right: 5px;
	margin-bottom: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    border-radius: 6px;
    background-color:#0695E7;
	font-family: 'ArchivoSemiExpanded-Medium';
    font-size: 1.4rem;
    border: 1px solid #0695E7;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: transparent;
	color: #0695E7;
}
.aanbod-filter {
	margin-bottom: 22px;
	width: 33%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 78px;
    background-color: #2A2A2A;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #0695E7;
    border-color: #0695E7;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #F9F8F6;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #2A2A2A;
    border-radius: 100%;
    color: #fff;
    border: 1px solid #2A2A2A;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #0695E7;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #0695E7;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #0695E7;
    border-color: #0695E7;
    color: #fff;
	padding: 10px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #FFF;
}
.auto-overview-filter-result .total_search_records:hover {
    background-color: #2A2A2A;
    border-color: #2A2A2A;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
	margin-bottom: 19px;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'ArchivoSemiExpanded-Medium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 260px;
}
.aanbod-filter-cabin {
	margin-bottom: 22px;
}
.kenteken-filter {
	width: 260px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.filter-left-area {
	display: flex;
    flex-wrap: wrap;
	column-gap: 35px;
}
.clear-filter-wrap {
    padding-left: 19.6%;
}
.main-filter-area{
	max-width: 800px;
	width: 100%;
}
.main-filter-area .row {
    margin: 0 -5px;
}
.main-filter-area .col-lg-4.col-6 {
    padding: 0 5px;
}
.auto-overview-tag:hover .cross-btn {
    filter: invert(78%) sepia(31%) saturate(5174%) hue-rotate(176deg) brightness(105%) contrast(103%);
}
.filter-reset a:hover img{
	filter: invert(78%) sepia(31%) saturate(5174%) hue-rotate(176deg) brightness(105%) contrast(103%);
}
.select-style.show {
	background: url(../images/black-filter-arw.svg) no-repeat 91% center / 10px;
}
.voorraadwekker_widget_section{ 
	margin-bottom: 40px;
}
.radio_filter .form-check-input {
	display: none;
}
/****aanbod-list-product-sec****/
.product-sec.aanbod-list-product-sec {
    padding: 33px 0 48px;
}
/*.product-slider.aanbod-list-product-area .row{
	margin: 0 -37px;
}*/
.product-slider.aanbod-list-product-area .col-xl-4.col-lg-6 {
    padding: 0 37px;
	margin-bottom: 50px;
}
.each-aanbod-list-product .each-product-text {
    padding: 40px 0 24px;
}
/*===========================bedankt===================================*/
.bedankt-banner-sec .banner-content p {
    color: #fff;
    margin-bottom: 48px;
    max-width: 660px;
    width: 100%;
}
.bedankt-banner-sec .banner-content h1 {
	margin-bottom: 20px;
}
.bedankt-banner-sec .each-banner {
    height: 980px;
}
/*===========================verkocht===================================*/
/****verkocht-top****/
.verkocht-top {
	padding-top: 130px;
	padding-bottom: 20px;
}
.verkocht-top h1 strong {
	position: relative;
	color: #2A2A2A;
	font-weight: normal;
}
.verkocht-top h1 strong::after {
	content: "";
    height: 7px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/text-line.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.verkocht-top p {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: auto;
    max-width: 380px;
}
.verkocht-top .left-line {
    top: 0;
    left: auto;
    right: 0;
}
/*===========================over-ons===================================*/
/****over-ons-counter****/
.over-ons-counter-sec{
	position: relative;
	overflow: hidden;
}
.over-ons-counter-sec .right-line {
    right: -56px;
}
.over-ons-counter-sec .left-line {
    left: -75px;
}
/****over-ons-top-heading****/
.over-ons-top-heading {
    background: #fff;
    padding: 37px 0 55px;
}
.over-ons-top-heading-area {
    text-align: center;
    max-width: 813px;
    width: 100%;
    margin: 0 auto;
}
.over-ons-top-heading-area h2 {
    margin-bottom: 25px;
}
.over-ons-top-heading-area h2 strong {
	padding-bottom: 7px;
}
.over-ons-top-heading-area p{
	margin-bottom: 0;
}
.accordian-img{
    overflow: hidden;
	border-radius: 5px;
}
.about-sec.over-ons-about-sec{
	padding-top: 123px;
}
/****over-ons-accordian****/
.over-ons-accordian-sec {
    background: #fff;
    padding-top: 81px;
}
.accordian-text .common-btn::before {
	content: "";
	height: 2px;
	width: 87%;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #393434;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.accordian-text .common-btn:hover::before {
	background-color: #FFDC72;
}
.accordian-area {
    padding-left: 121px;
}
.about-accordion {
    margin: 0;
}
.about-accordion .accordion-button {
    font-family: 'ArchivoSemiExpanded-Medium';
    color: rgba(42, 42, 42, 0.50);
    font-size: 2.4rem;
    line-height: 36px;
    letter-spacing: 0.48px;
    padding: 25px 0 26px;
    background-color: transparent;
}
.about-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
    color: #2A2A2A;
	padding-bottom: 0;
}
.accordion-item:first-child .accordion-button {
    padding-top: 0;
}
.accordion-body p {
    letter-spacing: 0.32px;
	margin-bottom: 21px;
	max-width: 670px;
    width: 100%;
}
.about-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(42, 42, 42, 0.50);
    background-color: transparent;
	margin-bottom: 0;
}
.about-accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.about-accordion .accordion-button::after {
    height: 28px;
    width: 28px;
    border-radius: 100%;
    background-size: 8px;
    background-image: url(../images/accordian-arw.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: transparent;
}
.about-accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../images/collapsed-accordian-arw.svg);
    transform: rotate(360deg);
	background-size: 10px;
	background-color: #0695E7;
}
.about-accordion .accordion-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 52px;
}
.about-sign {
	text-align: center;
	position: absolute;
	top: 23%;
	right: 20%;
	max-width: 400px;
	margin: 0 auto;
}
.about-line {
	position: absolute;
	top: -9%;
	height: 100%;
	left: 204px;
	width: 63%;
}
.about-sign h2 {
	color: #393434;
    font-family: 'santeria_personal_useitalic';
	font-style: italic;
	margin-bottom: 7px;
}
.about-sign h5 {
	font-size: 14px;
	font-family: 'lama_sansregular_expanded';
	line-height: normal;
    letter-spacing: normal;
}
.about-sign img {
	margin-top: 48px;
}
.accordion-item .accordion-button {
    padding-right: 40px;
}
/****over-ons-mid****/
.over-ons-about-sec .about-text h4{
	margin-bottom: 32px;
	font-family: 'ArchivoSemiExpanded-BlackItalic';
}
.over-ons-about-sec .about-text h4 strong {
    font-weight: normal;
    position: relative;
    padding-bottom: 7px;
}
.over-ons-about-sec .about-text h4 strong::after{
	content: "";
    height: 7px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/text-line.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.over-ons-about-sec .about-text {
    max-width: 703px;
}
.over-ons-about-area .row{
	align-items: center;
}
.over-ons-about-sec .about-img-big {
    max-width: calc(100% - 22%);
}
.over-ons-about-sec .about-img-small {
    max-width: 231px;
}
/************over-ons-team-sec************/
.over-ons-team-sec{
	padding: 30px 0 135px;
}
.over-ons-team-heading {
	text-align: center;
	margin-bottom: 68px;
}
.each-team-member-dtl{
	position: relative;
}
.each-team-member-img img{
	border-radius: 5px;
	overflow: hidden;
}
.each-team-member-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(184deg, rgba(0, 0, 0, 0.00) 70.61%, rgba(0, 0, 0, 0.20) 81.12%);
}
.each-team-member-info {
    text-align: center;
    border-radius: 5px;
    background: rgba(26, 123, 255, 0.65);
    backdrop-filter: blur(10px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: calc(100% - 20px);
    padding: 10px;
}
.each-team-member-info h6{
	font-size: 1.8rem;
}
.each-team-member-info p {
    margin-bottom: 0;
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.75);
}
.cookie-close img {
	width: 15px;
}

.formError {
	z-index: 9;
}
.each-reach-btn a{
	display: flex;
	align-items: center;
}

/*******loader*****/
#loader_section{
    display:none;
    width:100%;
    position: fixed;
    top: 0;
    background: #000000b8;
    z-index: 9999999;
    height: 100vh;
    padding: 30vh 0px;
  }
  #loader_section p{
    color:#fff;
    font-size:18px;
    text-align: center;
  }
  #loader_section img{
    width: 100px;
    margin-bottom: 25px;
  }
  
  /*********Morgen Footer************/
  .morgeninternet-footer {
      background: #000000;
      width: 100%;
      height: 50px;
      display: block;
      text-align: center;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer:hover {
      background: #202020;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer &gt; img {
      height: 30px;
      padding-top: 15px;
  }
  

  /****aanbod dtl****/
  .kenteken_np{
      background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
      background-repeat: no-repeat;
      background-position: left;
      padding: 4px 0 6px 44px;
      color: #000;
      background-size: 152px;
  }
  
  .star_icon h4{
      padding-bottom: 10px;
      text-transform: uppercase;
      padding-top: 15px;
      margin-bottom: 15px;
      color: #fff;
      border-bottom: 1px solid #fff;
      text-transform: uppercase;
  }
  .star_icon p img{
      width: 15px;
      margin-top: -3px;
      margin-right: 5px;
  }
  .star_icon p{
      /* font-family: 'NunitoSansRegular'; */
      font-size: 16px;
      /* color: #fff; */
      padding-bottom: 6px;
      word-break: break-word;
  }
  .photo_contnt li img{
      width: 15px;
      margin-left: 5px;
  }
  .star_icon h3 {
      margin: 40px 0 30px;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
      margin: 0;
  }
  .bullet-panel h3 {
      margin-bottom: 30px;
  }
  .cursor{
      cursor:pointer;
  }
  /* .form-1, .form-2 {
      display:none;
      margin-top: 30px !important;
      margin: 0 auto 10px;
  }  */
  .form-1, .form-2 {
    display:none;
    margin-top: 30px !important;
    margin: 0 auto 10px;
    padding-top: 12rem;
} 
.dtl-aanbod-form .white-wrap{
  padding: 0 !important;
}

  .privacy_section{
      background-color: #121212;
      padding: 11% 0;
  }
  .cpnt {
      cursor: pointer;
  }
  .filter-clean img {
      width: 12px;
      margin-right: 10px;
      margin-bottom: 2px;
  }
  .acties-left-content h2{
      color: #fff;
  }
  .privacy_section{
      padding-top: 12rem;
  }
  .privacy_section h3{
	color: #fff !important;
  }
  .privacy_section p{
	color: #fff !important;
  }
  .load_img{
      width: 5rem;
  }
  .skiptranslate {
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
.each-filter .select-style {
    text-transform: capitalize;
}
span.auto-overview-tag-content {
    text-transform: capitalize;
}
.aanbod-loader {
	width: 45px;
	height: 40px;
	background: linear-gradient(#0695E7 calc(1*100%/6),#fff 0 calc(3*100%/6),#0695E7 0),
			  linear-gradient(#0695E7 calc(2*100%/6),#fff 0 calc(4*100%/6),#0695E7 0),
			  linear-gradient(#0695E7 calc(3*100%/6),#fff 0 calc(5*100%/6),#0695E7 0);
	background-size: 10px 400%;
	background-repeat: no-repeat;
	animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
	0% {
	  background-position: 0% 100%, 50% 100%, 100% 100%
	}
  
	100% {
	  background-position: 0% 0%, 50% 0%, 100% 0%
	}
  }
  .load_aanbod{
	justify-content: center;
    display: flex;
    column-gap: 3rem;
    align-items: center;
    color: #000000;
  }
  iframe.calsty {
    height: 800px;
    width: 100%;
}
.team-aanbod .swiper-slide{
	display:flex;
	align-items: center;
}
.aanbod-man-img{
	margin-right:10px;
}
.bullet-panel.grant-panel ul {
    margin-top: 15px;
}
.grant-pdf {
    width: 45px;
}
.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #0695E7;
	box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  	padding: 1.3rem 2.5rem;
  	font-size: 1.7rem;
  	font-family: 'ArchivoSemiExpanded-SemiBold';
  	cursor: pointer;
  	color: #fff;
}	
.widget-btn span:after, .widget-mobile span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -.5rem;
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content{
	background: #1c1c1c;
	padding: 4.5rem;
  	-webkit-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
  	border-radius: 20px;
  	width: 51rem;
  	display: none;
}
.arw-rotate{
	margin-top: -2.5rem;
  	margin-bottom: 1rem;
  	transform: rotate(-90deg);
	cursor:pointer;
}
.widget-content h4, .widget-content h5{
	text-transform: unset;
	color: #fff;
	letter-spacing: normal;
}
.widget-content h4{
  	font-size: 2.4rem;
}
.widget-content h5{
	font-family: 'ArchivoSemiExpanded-Regular';
	font-size: 1.7rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #0695E7;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #0695E7;
  	background: #0695E7;
	padding: 1.2rem 2rem;
	font-size: 1.7rem;
  	font-family: 'ArchivoSemiExpanded-SemiBold';
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #0695E7 !important;
}
/*calculator Iframe*/
@media(max-width: 991px) and (min-width: 768px){
	.calsty {
	height: 975px !important;
}
}
@media(max-width: 767px) and (min-width: 480px){
	.calsty {
	height: 721px !important;
}
}
@media(max-width: 479px){
	.calsty {
	height: 767px !important;
}
}




</pre></body></html>