<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Vdubline
Text Domain: vdubline
Version: 1.9
Tested up to: 5.9
Requires at least: 4.7
Requires PHP: 5.2.4


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
.testimonial_listing { padding-top:65px; }
.testimonial_listing .testimonials_each { padding-right: 10px; }
.testimonial_listing .testimonials_each_wrp h6 { padding-bottom: 30px !important; }
.testimonial_listing .testimonials_each_wrp h5 { padding-top: 30px; }
.testimonial_listing .testimonials_each_wrp h4{ font-size: 18px }
.testimonial_listing .testimonials_each {
    background: #7c9d64;
    border-radius: 8px;
    padding: 0 25px;
}
.testimonial_listing .testimonials_each {
    background: #7c9d64;
    border-radius: 8px;
    padding: 40px 25px;
    height: 100%;
	background: #00565b;
}
.testimonial_listing .testimonials_each h6 i,
.testimonial_listing .testimonials_each h5,
.testimonial_listing .testimonials_each h4{
    color: #caddaf;
}
.testimonial_listing .testimonials_each br {
    display: none;
}
.testimonials_each_wrp {
    height: 100%;
}
section.testimonl_section.testimonial_listing .col-md-6 {
    padding-bottom: 10px;
}
.modal-backdrop {
    z-index: 99999;
}
.modal {
    z-index: 999999;
}
.modal-dialog {
    margin: 15vh auto;
    max-width: 780px;
    width: 95%;
}
.modal-open .modal {
    padding-bottom: 15vh;
}
.optional_extra_pop_inner ul li {
    color: #333;
    font-size: 17px;
    padding: 7px 15px;
    padding-left: 16px;
    position: relative;
}
.optional_extra_pop_inner ul li:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #00565b;
    left: 0;
    top: 17px;
    border-radius: 50%;
}
.optional_extra_pop_inner ul {
    column-count: 2;
}
.optional_extra_pop_inner h4 {
    color: #000;
}
.optional_extra_pop_inner h4 {
    color: #00565b;
    font-size: 28px;
    font-weight: 800;
    padding-bottom: 35px;
    text-align: center;
}
.optional_extra_pop_inner {
    padding: 25px 15px;
}
.modal-body button.close {
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    color: #00565b;
    line-height: 1;
    width: 40px;
	outline: none !important;
}
.modal-body button.close span {
    color: #00565b;
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    display: block;
}
.page-child .van_detals_wrp form {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;

}


@media(max-width: 767px){
.optional_extra_pop_inner ul {
    column-count: 1;
}
}


.menu_active .header_wrp{
    background: #cbddaf !important;
}

.menu_wrp.active .menu_wrp_social {
    top: 100vh;
    margin-top: -65px;
}



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