/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 01 2024 | 08:22:10 */
body {
	margin: 0;
}

h1 {
	font-family: 'Poppins', sans-serif;
	color: #FFF;
	font-size: 70px;
	font-weight: 700;
	line-height: 110%;
	margin-bottom: 30px;
}

h1 span {
	font-size: 50px;
	display: block;
}

h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 110%;
	color: #212529;
	margin-bottom: 30px;
	widows: 2;
}

h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 36px;
	color: #212529;
	margin-bottom: 30px;
}

p, li {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #212529;
	line-height: normal;
	widows: 2;
}

p a {
	color: #212529;
	border-bottom: 2px solid #212529;
}

p a:hover {
	color: #212529;
	border-bottom: 1px solid #D9E021;
}

.reverse h1, .reverse h2, .reverse h3, .reverse p, .reverse li {
	color: #FFF;
}

.main-logo, #mainmenu > ul > li > a, #mainmenu #menu-button {
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.39px;
}

#mainmenu {
	height: 90px;
    display: flex;
    align-items: center;
}

#menu-menu {
	display: contents !important;
}

#mainmenu > ul > li > a:hover, .fixed-header.fixed #mainmenu > ul > li > a:hover {
	color: #FFF;
}

#mainmenu ul > li > a:before {
	background: #D9E021;
	margin-top: 8px;
}

#mainmenu ul > .current-menu-item > a:before {
	transform: scale(1, 1);
}

#menu-item-72 a {
	background: #D9E021;
	padding: 8px 20px !important;
	border-radius: 13px;
	border: 1.5px solid #D9E021;
	color: #212529 !important;
	width: fit-content;
}

#menu-item-72 a:hover {
	background: none;
	color: #FFF !important;
}

#menu-item-72 a:before {
    background: none !important;
}

.main-logo, #mainmenu > ul > li > a, #mainmenu #menu-button {
	height: auto;
}

#header {
	background: #212529;
	position: fixed !important;
}

.header-logo {
    width: 250px;
}

#banner {
	height: 100vh;
	background: #000;
	background-size: cover;
	background-position: center;
}

#banner .overlay {
	background: rgba(0,0,0,0.7);
	height: 100%;
}

#banner .section {
	height: 100%;
	display: grid;
	align-content: center;
}

#banner .half {
	width: 55%;
}

#banner p {
	font-size: 20px;
}

.container {
	width: 70vw;
}

.section {
	width: 70vw;
	margin: 0 auto;
	padding: 100px 0;
	display: flow-root;
}

.half {
	width: 45%;
	float: left;
	margin-right: 10%;
}

.half:last-child {
	margin-right: 0;
}

.one-third {
	width: 40%;
	float: left;
}

.btn, #gform_submit_button_1, #gform_submit_button_2 {
	border-radius: 15px;
	border: 2px solid #022B43;
	background: #022B43;
	color: #F5F5F5;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.54px;
	padding: 5px 20px;
	margin-top: 30px;
	width: fit-content;
}

.btn:hover, #gform_submit_button_1:hover {
	background: none;
	color: #022B43;
}

#gform_submit_button_2:hover {
	background: none;
	color: #FFF;
	transition: 0.6s;
}

.reverse .btn, #image-and-quote .btn, .location .btn {
	background: #D9E021;
	border: 2px solid #D9E021;
	color: #022B43;
}

#image-and-quote .btn:hover {
	background: none;
	color: #FFF;
}

.page-id-2 #image-and-quote .btn:hover {
	color: #022B43;
}

.btn, #image-and-quote .btn {
	margin-top: 10px;
}

.location .btn {
	margin-top: 25px;
}

.location .btn:hover {
	background: none;
}

.reverse .btn:hover {
	background: none;
	color: #FFF;
}

.content-image-right {
	display: flex;
    align-items: center;
}

.location .two-thirds {
	text-align: center;
}

ul {
	margin-left: -20px;
}

.content-image-right li {
    padding-bottom: 20px;
}

.content-image-right li:last-child {
	padding-bottom: 0;
}

#content-two-column-list {
	background: #022B43;
}

#content-two-column-list h2 {
	margin-bottom: 50px;
}

#content-two-column-list li {
	padding-bottom: 20px;
}

.two-column {
	column-count: 2;
	column-gap: 10%;
}

#grid {
	display: flex;
}

#grid:nth-child(odd) {
	flex-direction: row-reverse;
}

#grid div {
	width: 50%;
	float: left;
	background-color: #D9E021;
	background-size: cover;
	background-position: center;
}

#grid div .btn {
	background: none;
	border: 2px solid #212529;
	color: #212529;
}

#grid div .btn:hover {
	background: #212529;
	color: #FFF;
}

#grid div > div {
	width: 70%;
    padding: 100px;
}

.icon {
	width: 119px;
}

.main-footer {
	background: #212529;
	border: none;
}

.footer-row3 {
	background: #000;
}

.copyright-text {
	padding-top: 0;
}

.copyright-text p, .copyright-text a {
	color: #F5F5F5;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.strong-view.wpmtst-default.slider-container.slider-adaptive:not(.slider-mode-horizontal) .wpmslider-viewport, .strong-view.wpmtst-default .wpmtst-testimonial-inner {
	border: none !important;
}

.strong-view.wpmtst-default .wpmtst-testimonial-heading {
	font-size: 0;
}

.strong-view.wpmtst-default .wpmtst-testimonial-content p:last-of-type {
	color: #212529;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 55px;
	font-weight: 700;
	line-height: 110%;
	display: flex;
}

.strong-view.wpmtst-default .wpmtst-testimonial-content p:last-of-type:before {
	content: '';
	width: 250px;
	height: 40px;
	background-image: url('https://www.depuluwheels.com/wp-content/uploads/2024/01/Quote.svg');
	background-size: 50px;
	background-repeat: no-repeat;
    float: left;
	margin: 10px 20px 10px 0;
}

.strong-view.wpmtst-default .wpmtst-testimonial-content p:last-of-type:after {
	content: '';
	width: 250px;
	height: auto;
	background-image: url('https://www.depuluwheels.com/wp-content/uploads/2024/01/Quote.svg');
	background-size: 50px;
	background-repeat: no-repeat;
	rotate: 180deg;
    float: right;
}

.strong-view.wpmtst-default .wpmtst-testimonial-field {
	color: #212529;
	text-align: center !important;
	font-family: 'Poppins', sans-serif;
	font-size: 21px;
	font-weight: 500;
}

.strong-view.wpmtst-default .wpmtst-testimonial-field:before {
	content: '';
	background-image: url('https://www.depuluwheels.com/wp-content/uploads/2024/01/Stars.svg');
	width: 110px;
	height: 20px;
    display: block;
    margin: 50px auto 10px !important;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
}

.strong-view.wpmtst-default .wpmtst-testimonial-heading {
	display: none;
}

.accordion {
	color: #212529;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 700;
	background: none;
	border: none;
	border-bottom: 1.5px solid #212529;
	color: #212529;
	cursor: pointer;
	padding: 22px 22px 22px 0;
	width: 75%;
	text-align: left;
	outline: none;
	transition: 0.4s;
}

.active {
  border-bottom: 0;
}

.panel {
	width: 75%;
	background: none;
	padding: 30px 0 22px;
	display: none;
	border-bottom: 1.5px solid #212529;
	border-radius: 0;
	margin-bottom: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}

.panel p, .panel li {
	font-size: 18px;
	font-weight: 500;
}

.accordion:after {
	content: '';
    background-image: url(https://www.depuluwheels.com/wp-content/uploads/2024/01/Angle-Right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    width: 23px;
    height: 25px;
    float: right;
    margin-left: 5px;
    display: block; 
}

.active:after {
	content: '';
	background-image: url(https://www.depuluwheels.com/wp-content/uploads/2024/01/Angle-Down.svg);
	width: 25px;
}

#call-to-action {
	background: #022B43;
}

#call-to-action .section {
	display: grid;
	justify-items: center;
	padding: 30px 0;
}

#call-to-action h3 {
	text-align: center;
	font-size: 21px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 31px;
}

#delivery h2 {
	display: none;
}

.location {
	padding-bottom: 90px;
	display: flex;
}

.location:last-child {
	padding-bottom: 0;
}

#cards-green {
	background: #D9E021;
}

#cards {
	display: grid;
	grid-template-areas: "a a a";
	gap: 50px;
}

#cards div {
	text-align: center;
}

#cards div h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
}

#cards div p {
	font-size: 18px;
}

#cards div .btn {
	background: none;
	color: #212529;
}

#cards div .btn:hover {
	background: #212529;
	color: #FFF;
}

#image-and-quote {
	background-size: cover;
	background-position: center;
}

#image-and-quote .overlay {
	background: rgba(0,0,0,0.7);
	height: 100%;
}

.quote {
	color: #FFF;
	font-family: 'Inter', sans-serif;
	font-size: 43px;
	font-weight: 500;
	line-height: normal;
}

#gform_1 {
	border-radius: 15px;
	background: #022B43;
	padding: 50px 50px 30px 50px;
	margin-top: 40px;
}

.gform_wrapper.gravity-theme .gfield input, .gform_wrapper.gravity-theme .gfield select, .gform_wrapper.gravity-theme .gfield textarea.large {
	border-radius: 15px;
	background: #F5F5F5;
	min-height: 58px;
	color: #212529;
	font-family: 'Poppins', sans-serif;
	font-size: 16px !important;
	font-weight: 400;
	line-height: normal;
	border: none;
	padding: 17px !important;
}

#field_1_9, #field_2_9 {
	font-size: 11px;
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

#field_1_9 a, #field_2_9 a {
	color: #FFF;
	border-bottom: 1.5px solid #D9E021;
	padding-bottom: 1px;
}

.gform_wrapper.gravity-theme .gfield input::placeholder, .gform_wrapper.gravity-theme .gfield select::placeholder, .gform_wrapper.gravity-theme .gfield textarea.large::placeholder {
	color: #989898;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
	margin-top: 30px;
}

.gform_footer {
	justify-content: end;
}

#gform_submit_button_1, #gform_submit_button_2 {
	background: #D9E021;
	border: 2px solid #D9E021;
	color: #022B43;
	margin-top: 0;
}

#gform_submit_button_1:hover {
	color: #FFF;
	transition: 0.6s;
}

#list {
	display: grid;
	grid-template-areas: "a a";
	gap: 0 10%;
}

#list div {
	display: flex;
	align-items: center;
	justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1.5px solid #022B43;
}

#list div > div {
	width: 78%;
	float: right;
	padding: 0;
	border: none;
}

#list div img {
	width: 70px;
}

#cards-standard .section {
	padding-top: 0;
}

#cards-standard #cards div {
	border-radius: 15px;
	background: #022B43;
	padding: 40px;
}

#cards-standard #cards div img {
	margin-bottom: 30px;
	height: 80px;
}

.slideshow-container {
	position: relative;
	margin: auto;
	padding-top: 70px;
	background: #000;
}

.mySlides {
	display: none;
	height: 94vh;
	background-size: cover;
	background-position: center;
}

.mySlides .overlay {
	background: rgba(0,0,0,0.5);
	height: -webkit-fill-available;
}

.mySlides .section {
	display: grid;
	height: 100%;
	align-content: center;
}

.dots {
	position: absolute;
    right: 50px;
    display: grid;
    height: 90vh;
    align-content: center;
    align-items: center;
    top: 100px;
}

.dot {
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 5px 0;
	background-color: #D9D9D9;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.dots .active, .dot:hover {
	background-color: #D9E021;
}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.8s;
	-webkit-animation-fill-mode: forwards; 
	animation-name: fade;
	animation-duration: 1.8s;
	animation-fill-mode: forwards; 
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.angle-down {
	width: 100%;
	display: grid;
	justify-content: center;
	margin-top: -50px;
    position: absolute;
}

.angle-down a:hover {
	opacity: 0.6;
	transition: 0.6s;
}

#about, #quality-means, #content-column-icon-list, #delivery, #locations, #quote-form, #faqs, #testimonials {
	scroll-margin-top: 90px;
}

footer {
	background: #212529;
}

footer .section {
	display: flex;
}

footer .footer-column {
	margin-right: 7%;
}

footer .footer-column:last-child {
	margin-right: 0;
}

footer p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 0;
}

footer p a {
	color: #FFF;
}

footer p a:hover {
	color: #FFF;
}

footer p strong {
	font-weight: 600;
}

footer img {
	width: 200px;
}

footer .btn {
	background: none !important;
	color: #FFF !important;
}

footer .btn:hover {
	background: #D9E021 !important;
	color: #212529 !important;
}

.footer-column ul li {
	padding: 2px 0;
}

.address div {
	margin-top: 40px;
}

.address div:first-child {
	margin-top: 0;
}

.page-id-2 #before-and-after {
	background: #212529;
}

.page-id-2 #before-and-after h2 {
	color: #FFF;
}

.green-quote-start {
	width: 55px;
	margin: 0 10px 15px 0;
	
}

.green-quote-end {
	rotate: 180deg;
	width: 55px;
    margin: 10px 0 0 10px;
}

#image-and-quote .section {
	display: flex;
	align-items: center;
}

.location a {
	border-bottom: 0;
}

.two-thirds {
	width: -webkit-fill-available;
	margin-left: 10%;
}

#map {
	height: 400px;
	width: 100%;
}

#menu-menu-1 {
	list-style: none;
	text-align: right;
}

#menu-menu-1 a {
	color: #FFF;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

#menu-menu-1 a:hover {
	color: #D9E021;
}

#socket {
	background: #000;
}

#socket .section {
	padding: 15px 0;
}

#socket p {
	color: #F5F5F5;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0;
}

#socket p a {
	color: #F5F5F5;
}

#mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu-content h2, #mobmenuright .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name {
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.39px;
	text-align: center;
}

#before-and-after .one-third {
	width: -webkit-fill-available;
	margin-right: 2%;
}

#before-and-after .one-third:last-child {
	margin-right: 0;
}

.page-id-2 #before-and-after .section:first-child {
	padding-bottom: 25px;
}

#before-and-after .btn-home {
	display: none;
}

.page-id-2 #before-and-after .btn-home {
	display: flow-root;
	text-align: center;
}

#before-and-after .btn-home .btn {
	background: none;
	border: 1.5px solid #D9E021;
}

#before-and-after .btn-home .btn:hover {
	background: #D9E021;
}

.desktop {
	display: block;
}

.tablet, .mobile {
	display: none;
}

.footer-email {
	margin-top: 40px;
}

.phone-numbers a {
	margin-right: 15px;
}

.phone-numbers a span {
	white-space: nowrap;
}

.grecaptcha-badge {
	visibility: hidden;
}

#full-width-content h2 {
	font-size: 30px;
	margin-top: 90px;
}

#full-width-content .section {
	padding-top: 170px;
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner > *:not(:nth-last-child(2)):not(:last-child) {
	margin-top: 20px;
}

.footer-column #menu-item-72 a {
	background: none;
}

.contact-details {
	min-width: 26%;
}

.gform_wrapper.gravity-theme .gfield_label {
	color: #FFF;
	font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400 !important;
}

.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction, .gform_wrapper.gravity-theme .gform_drop_instructions {
	color: #FFF;
	font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.gform_wrapper.gravity-theme .gform_drop_instructions {
	font-size: 14px !important;
}

button {
	font-family: 'Poppins', sans-serif !important;
}

.page-id-323 #before-and-after .section {
	padding-top: 0;
}

#testimonial-form {
	background: #022B43;
}

.socials {
	margin-top: 30px;
	display: block;
}

.socials a:hover {
	opacity: 0.6;
	transition: 0.6s;
}

.socials a img {
	width: 35px;
}

.before-after-flex {
	display: flex;
}










@media only screen and (max-width: 1240px) {
	.section, .container {
		width: 80vw;
	}
}


@media only screen and (max-width: 1100px) {
	.section, .container {
		width: 85vw;
	}
}



@media only screen and (max-width: 1024px) {
	#header {
		display: none;
	}
	#grid div > div {
		width: 100%;
		padding: 70px;
	}
	.mySlides {
		height: 70vh;
	}
}


@media only screen and (max-width: 768px) {
	.menu-item-72 a {
		background: #D9E021;
		width: fit-content;
		margin: 20px auto;
		border-radius: 15px;
		color: #022B43 !important;
	}
	.slideshow-container {
		padding-top: 0;
	}
	h1 {
		font-size: 60px;
		margin-top: 0;
		width: 80%;
	}
	.mySlides .half {
		width: 80%;
	}
	#grid div {
		min-height: 450px;
		width: 100%;
	}
	#grid div > div {
		width: 100%;
		padding: 100px 50px;
	}
	#grid, #image-and-quote .section, .location, footer .section {
		display: flow-root;
	}
	#image-and-quote .half {
		width: 100%;
	}
	#image-and-quote .half img {
		margin-top: 50px;
	}
	.green-quote {
		margin-top: 0 !important;
	}
	#banner {
		height: auto;
	}
	#banner .half {
		width: 100%;
	}
	#cards, #list {
    	grid-template-areas: "a";
	}
	.two-column {
		column-count: 1;
	}
	.location .two-thirds {
		margin-left: 0;
		margin-top: 40px;
	}
	.accordion, .panel {
		width: 100%;
	}
	.accordion {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	footer .footer-column:last-child {
		display: none;
	}
	.desktop, .mobile {
		display: none;
	}
	.tablet {
		display: block;
	}
	.address, .footer-email {
		margin-top: 20px;
	}
	footer img {
		margin-bottom: 50px;
	}
	.address div {
		margin-top: 20px;
	}
	.address div:first-child {
		margin-top: 0;
	}
	.phone-numbers a {
		margin-right: 0;
	}
	.current_page_item a {
		color: #D9E021 !important;
	}
	.green-quote-start {
		margin-top: 0 !important;
	}
	.green-quote-end {
		margin-top: 20px !important;
	}
	.strong-view.wpmtst-default .wpmtst-testimonial-content p:last-of-type:before, .strong-view.wpmtst-default .wpmtst-testimonial-content p:last-of-type:after {
		width: 500px;
	}
	.strong-view.wpmtst-default .wpmtst-testimonial-inner {
		padding: 0 !important;
	}
}


@media only screen and (max-width: 480px) {
	.before-after-flex {
		display: block;
	}
	#before-and-after .one-third {
		width: 100%;
		margin-bottom: 20px;
	}
	#before-and-after .one-third:last-child {
		margin-bottom: 0;
	}
	h1 {
		font-size: 50px;
		margin-top: 0;
		width: 100%;
	}
	h2 {
		font-size: 35px;
	}
	.section {
		width: 85vw;
	}
	.mySlides {
		height: 80vh;
	}
	.mySlides .half {
		width: 80%;
	}
	.half, .one-third {
		width: 100%;
	}
	.strong-view.wpmtst-default .wpmtst-testimonial-content p:last-of-type {
		font-size: 35px;
	}
	ul {
		margin-left: -20px;
	}
	.quote {
		font-size: 35px;
	}
	.content-image-right, footer .section {
		display: flow-root;
	}
	.right-image img, .half img {
		margin-top: 50px;
	}
	#gform_1 {
		padding: 20px 20px 0px;
	}
	#input_1_3_6_container {
		margin-top: 3px;
	}
	#field_1_5 {
		margin-top: -13px;
	}
	#field_1_6 {
		margin-top: 5px;
	}
	.gform_wrapper.gravity-theme .gfield textarea.large {
		margin-top: -5px;
	}
	#grid div > div {
		padding: 100px 30px;
	}
	.mobile {
		display: block;
	}
	.tablet {
		display: none;
	}
	#list div img {
		width: 50px;
	}
	.icon {
		width: 100px;
	}
	.strong-view.wpmtst-default .wpmtst-testimonial-content p:last-of-type:before, .strong-view.wpmtst-default .wpmtst-testimonial-content p:last-of-type:after {
		background-size: 32px;
	}
}