/*
Theme Name: Divi Child Template
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/

body {
	font-size: 1.0625rem;
	font-family: 'Catamaran', Arial, Times New Roman, sans-serif !important;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
	color: #03071e;
	font-weight: 400;
	overflow-x: hidden;
}

.et_pb_row {
    width: 95% !important;
}
.home div#page-container {
    padding-top: 0 !important;
}

/*HEADER STYLES*/

.header {
    display: flex;
    justify-content: center;
    align-items: center;
}
header#main-header {
    background: #161616;
    min-height: 200px;
}
img.header-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    filter: brightness(0.7);
}
.header-menu-container {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}
.home header#main-header:not(.et-fixed-header) {
    background: #00000059;	
}
.logo_container {
    position: relative !important;
    display: flex;
    flex-direction: column-reverse;
    order: 2;
    width: calc(100% - 52px) !important;
    margin-right: 20px;
}

.additional-info-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-family: 'Josefin Slab', serif;
    font-weight: bold;
    order: 1;
    width: 100%;
    padding-bottom: 10px;
}

.add-info-cta {
    text-align: right;
    width: 100%;
}

.phonenum {
    color: #f5bf1e;
}
.phonenum span {
    color: #d6d6d6;
}
.header-location-container {
    color: #f5bf1e;
}
.header-location-container span{
    color: #d6d6d6;
}

.email-btn {
        color: #f5bf1e;
}
.email-btn span:first-child{
    color: #d6d6d6;
}
.text-logo {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    font-family: 'Josefin Slab', serif;
    font-weight: bold;
    color: #ffffff;
    max-width: 345px;
}
 
.text-logo span {
    width: calc(100% - 60px);
    text-align: left;
}
.text-logo-icon {
    display: flex;
    width: 50px;
    margin-right: 10px;
}
img#logo {
    max-width: 100% !important;
    max-height: 94px !important;
    background: #7f7f80;
    border-radius: 2px;
    padding: 5px;
}
div#et-top-navigation {
    order: 3;
    padding: 0 !important;
    width: 32px;
}

span.select_page {
    display: none !important;
}

.mobile_menu_bar {
    padding: 0 !important;
}



ul#mobile_menu {
    top: 100%;
    background-color: #161616 !important;
    border-color: #f5bf1e;
}

ul#mobile_menu li a {
    color: #fff;
}

ul#mobile_menu .current-menu-item a {
    color: #FFBA08;
} 
 
 ul#mobile_menu .sub-menu li a{
    position: relative;
}

ul#mobile_menu .sub-menu li a:before{
    content: '\f148';
    font-family: 'FontAwesome';
    position: absolute;
    transform: rotate(90deg);
    left: 0px;
}

a.mobile-toggle:before {
    display: none;
}

ul#mobile_menu .sub-menu .menu-item-has-children .mobile-toggle {
    position: absolute;
}

/*change Divi opened hamburger menu to X*/

.mobile_nav.opened .mobile_menu_bar:before {
	content: '\4d';
}


/*rotate the Divi Menu icon on click*/

.mobile_menu_bar:before {
	transition: all .4s ease;
	transform: rotate(0deg);
	display: block;
	color: #ffffff;
}


/*rotate the Divi Menu icon on click*/


/*END HEADER STYLES*/


/*PAGE STYLES*/
 
body .et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
    min-height: 780px !important;
    height: calc((100vw * 0.7) + 430px) !important;
}

body .et_pb_fullwidth_header_container.center {
    min-height: 800px !important;
    height: calc((100vw * 0.7) + 400px) !important;
    padding-top: 200px;
    min-width: 300px !important;
}

.et_pb_fullwidth_header .header-content {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 1080px !important;
    padding: 0 !important;
} 

.homepage-header-container {
    display: flex;
    flex-direction: column-reverse;
}
.header-content-holder {
    background: #161616a6;
    min-height: 200px;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-img-holder {
    display: flex;
}
.header-text .title {
    font-family: 'Josefin Slab', serif;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: -1px;
    color: #f5bf1e;
    text-transform: uppercase;
    line-height: 1.2;
}

.header-text .subtitle {
    font-family: 'Josefin Slab', serif;
    font-size: 23px;
    letter-spacing: -1px;
    text-transform: capitalize;
    padding: 10px 0 20px;
    line-height: 1.1;
}

.button {
    background: #161616;
    padding: 10px 20px;
    display: inline-block;
    border: 3px solid #7f7f80;
    color: #f5bf1e;
    border-radius: 2px;
}
.button:hover {
	background: #f5bf1e;
	color: #000;
}
.header-text .booking-button-switch {
	margin-bottom: 20px;
}
.entry-title {
    text-align: center;
    font-family: 'Josefin Slab', serif;
    font-weight: bold;
    font-size: 26px !important;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #000;
}
.home .entry-title {
	    padding: 0;
}
.section-divider-yellow {
    position: absolute;
    top: -30px;
    width: 0;
    height: 0;
    border-bottom: 30px solid #f5bf1e;
    border-right: 100vw solid transparent;
}
div#home-title-block {
    background-color: #f5bf1e !important;
}



/* BADGES SECTION STYLE */

.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.badge-holder {
    display: flex;
	background:#0000001a;
	
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(80% - 10px);
    max-width: 200px;
    padding: 15px 5px 22px 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
    border: 1px solid #000;
}

.badge-holder:hover {
	box-shadow: 0px 0px 8px 0px #fcfffc99;
}

p.badge-content {
    color: #000000;
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
    font-size: 17px;
    min-height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge-holder img {
    width: 60%;
    padding-bottom: 10px;
}

.badge-title {
/*     background: #f5bf1e; */
	background:#fff;
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    bottom: -15px;
    color: #000000;
    font-weight: bold;
    border: 1px dashed #000;
}

.badge-title span {
    font-size: 17px;
}

.cta-section-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgb(245 191 30) 50%, rgb(22 22 22) 50%);
}


.cta-section-separator {
    background: #fff;
    width: 80vw;
    max-width: 800px;
    text-align: center;
    font-family: 'Josefin Slab', serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.2;
    display: inline-block;
    padding: 20px 20px 12px 20px;
    border: 3px dashed #000;
}

.cta-section-separator a {
    color: #f5bf1e;
}

/* SERVICES SECTION STYLE */
 
div#services-blocks-section {
    background-color: #161616!important;
}


.srvBlockTitle p {
	color: #f5bf1e;
	padding: 0;
	font-family: 'Josefin Slab', serif;
	font-weight: bold;
	text-align: center;
	font-size: 26px;
	letter-spacing: -1px;
}


 
div#services-blocks-section:after {
	top: auto;
	right: auto;
	left: 0;
	bottom: 0;
	transform: rotate(180deg);
}
 

.srvElement {
	max-width: 500px;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
}
 
.srvElementHeader h2 {
	text-align: center;
	color: #333533;
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Josefin Slab', serif;
	color: #f5bf1e;
	letter-spacing: -1px;
	font-weight: bold;
}

.srvElementImg {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.srvElementImg img:not(.srv-icon-img) {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
	position: relative;
}

.srv-icon {
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 55px;
    padding: 10px 0px 0px 10px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    box-shadow: -5px -3px 2px 2px #00000029;
    overflow: hidden;
    background: rgb(214,214,214);
    background: linear-gradient(145deg, rgb(110 110 110) 0%, rgba(214,214,214,1) 32%, rgba(172,172,172,1) 48%, rgb(114 114 114) 50%, rgb(143 141 141) 50%, rgb(82 82 82) 52%, rgb(22 22 22) 54%, rgb(22 22 22) 100%);
}

.srv-icon img {
    filter: invert(0.7);
    width: 46px;
}


.srvElementContent {
	text-align: justify;
	color: #b7b7b7;
	padding-left: 15px;
	position: relative;
}

.srvElementContent a{
	color: #f5bf1e;
}

.srvElementContent:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 3px;
	background: #444444;
	left: 0;
}
.srvElement:hover .srvElementImg img:not(.srv-icon-img) {
	filter: grayscale(1) drop-shadow(0px 0px 6px #fff);
}

.srvElement:hover h3 {
	color: #f3c800;
	font-weight: bold;
}
 


/* SERVICES LIST SECTION STYLE */
 

div#services-list-section {
    background-color: #ffffff!important;
    background-position: 83%;
}
div#services-list-section:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(3 7 30 / 61%);
	background: linear-gradient(48deg, rgba(3,7,30,1) 50%, rgb(3 7 30 / 45%) 100%);
	top: 0;
	left: 0;
}

	.homepage-nap {
    color: #b7b7b7;
    line-height: 1.4;
    margin-bottom: 30px;
    text-align: center;
}

	.homepage-nap h3{
	    color: #b7b7b7;
	    font-size: 18px;
	    padding: 0;
}
.homepage-nap strong {
    color: #f5bf1e;
    font-family: 'Josefin Slab', serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -1px;
    display: inline-block;
    padding-bottom: 10px;
}
 

div#section-content-separator {
    background: #161616;
}

.dark-content-separator {
    width: 0;
    height: 0;
    border-bottom: 30px solid #ffffff;
    border-right: 100vw solid transparent;
}


 div#home-content-image, div#home-content-image span {
    height: 100%;
}

div#home-content-image img {
    height: 100%;
    object-fit: cover;
    object-position: 27%;
}
  
/* NAP SECTION STYLE */

div#homepage-nap-section {
    background: #121212 !important;
}
div#homepage-nap-section:before {
	content: '';
	position: absolute;
	background: url("http://taxi002.cloud203411.com/wp-content/uploads/2024/09/taxiPattern.webp");
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	top: 0;
	left: 0;
	opacity: 0.07;
}
.nap-title {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.1;
    padding-bottom: 10px;
    color: #b7b7b7;
}

.section-title-subheading {
    color: #f5bf1e;
    text-transform: uppercase;
    font-size: 20px;
}

.section-title-heading {
    color: #fff;
    font-family: 'Josefin Slab', serif;
    font-size: 20px;
}

p.free-estimate-title {
    color: #f5bf1e;
    padding-bottom: 10px !important;
    font-family: 'Josefin Slab', serif;
    font-weight: bold;
    text-align: center;
    font-size: 26px;
    letter-spacing: -1px;
}

/* CONTACT FORM STYLE */
  

input#customer_name {
	width: calc(50% - 5px);
	float: left;
}

input#phone-cf {
	width: calc(50% - 5px);
	float: left;
	margin-left: 10px;
}

textarea#message {
	margin-bottom: 20px;
}

#contact img {
	float: left;
	width: 120px;
	filter: grayscale(1);
}

input#vercode {
	width: calc(100% - 130px);
	margin: 0;
	margin-left: 10px;
	float: left;
	padding: 7px 10px 10px;
}

form#contactForm {
	text-align: center;
}

input#submitter {
    background-color: #161616;
    font-size: 17px;
    transition: 500ms;
    border-radius: 0;
    overflow: hidden;
    line-height: 1;
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 197px;
    height: 52px;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    border: 3px solid #7f7f80;
    color: #f5bf1e;
    border-radius: 2px;
}

input#submitter:hover {
	background: #f5bf1e;
	color: #000;
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
	max-width: 100%;
	padding: 10px 5px 10px;
	height: auto;
	background-color: #16161680 !important;
	box-shadow: none;
	display: block;
	line-height: 1.75em;
	font-weight: 300;
	color: #fff !important;
	background-image: none;
	border: 1px dotted #f5bf1e;
	margin-bottom: 20px !important;
	border-radius: 2px;
	width: 100%;
}

#contactForm input[type=text]::placeholder,
#contactForm input[type=password]::placeholder,
#contactForm input[type=tel]::placeholder,
#contactForm input[type=email]::placeholder,
#contactForm input.text::placeholder,
#contactForm input.title::placeholder,
#contactForm textarea::placeholder,
#contactForm select {
	color: #b7b7b7 !important;
}

#contactForm input[type=text]:focus,
#contactForm input[type=password]:focus,
#contactForm input[type=tel]:focus,
#contactForm input[type=email]:focus,
#contactForm input.text:focus,
#contactForm input.title:focus,
#contactForm textarea:focus,
#contactForm select:focus {
 color: #fff !important;
 border-color: #ffffff;
}

#contact {
	padding: 0;
}

 

 

/* TESTIMONIALS SECTION STYLE */
 div#home-testimonials {
    background: #ffffff !important;
}
/* 
.home .wpcr3_respond_1 {
    background: #fff;
    padding: 15px !important;
    border: 1px solid #e1e1e1;
}
*/
.home .wpcr3_dotline {
	display: none !important;
}

.home .wpcr3_review {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

.home .wpcr3_review_ratingValue {
	width: 100%;
	text-align: center;
	margin: 0 !important;
}

.home .wpcr3_review_author {
	margin-left: 5px;
	text-align: center;
}

.home .wpcr3_review_title.wpcr3_caps {
	width: 100%;
	text-align: center;
	margin: 0 !important;
	font-size: 20px;
	color: #ebb208;
	font-weight: bold;
}

.home span.wpcr3_item_name a {
	color: #000000;
}

div.wpcr3_review blockquote.wpcr3_content {
	border-color: #c4c4c4;
	padding-bottom: 0;
	text-align: justify;
}

.home div.wpcr3_review blockquote.wpcr3_content {
	text-align: center;
	padding-left: 0;
	border: none;
	margin-bottom: 0;
	line-height: 1.7em;
}

div.wpcr3_review blockquote.wpcr3_content p {
	font-size: 17px;
}


.home .wpcr3_reviews_holder {
	position: relative;
}

.home div.wpcr3_review blockquote.wpcr3_content p {
	font-style: italic;
	font-weight: 500;
}

div#homepage-content-section {
    background: transparent !important;
}

div#home-content-image, div#home-content-image span {
    height: 100%;
}

div#home-content-image img {
    height: 100%;
    object-fit: cover;
    object-position: 65%;
}

.content-button {
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    font-weight: bold;
    border: 3px solid #7f7f80;
    color: #b1b1b1;
    background: #161616;
    border-radius: 2px;
}

.content-button:hover {
	color: #000000;
	background: #b1b1b1;
}




/* SERVICES LIST SECTION STYLE */
 

div#home-services-list-section {
    background: #f5bf1e !important;
}

.homepage-services {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px;
	max-width: 520px;
}
.homepage-services #servcss {
	padding: 0;
}
.homepage-services #servcss li {
	position: relative;
	margin: 0.3em 3px;
	padding-left: 20px;
	display: inline-block;
	color: #202020;
}

.homepage-services #servcss li:before {
	position: absolute;
	content: '\f1ba';
	top: 0;
	left: 0;
	color: #000000;
	font-family: 'FontAwesome';
}


div#section-services-top-separator {
    background: #ffffff;
}

.yellow-services-separator {
    width: 0;
    height: 0;
    border-bottom: 30px solid #f5bf1e;
    border-right: 100vw solid transparent;
}

div#section-services-bottom-separator {
    background: #f5bf1e;
}

div#section-services-bottom-separator .yellow-services-separator {
        border-bottom: 30px solid #ffffff;
}




/* FOOTER STYLE */

#main-footer {
	background: #ffffff;
	background-size: contain;
	background-repeat: repeat;
	border-top: 1px solid #000;
}
.home #main-footer {
	border: none;
}
#main-footer .container {
    width: 95%;
}
footer#main-footer .section-separator-down {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    -ms-filter: fliph;
    filter: fliph;
}
div#footer-bottom {
	background-color: #ffffff;
	padding: 15px;
	color: #000000;
	position: relative;
}
div#footer-bottom:before {
	content: '';
	position: absolute;
	background: url(https://quickrideineden.com/wp-content/uploads/2024/09/taxiPattern.webp);
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: repeat;
	top: 0;
	left: 0;
	opacity: 0.4;
	border-top: 1px solid #000;
}
.paymentsbox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-widget h4 {
	color: #000000;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 30px;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #ffba08;
	text-transform: uppercase;
}

.footer-widget .textwidget {
	color: #000000;
}

#footer-widgets .footer-widget a {
	background-color: #fff;
}
#footer-widgets .footer-widget li a {
    color: #000;
    text-decoration: none;
}
#footer-widgets .footer-widget li a:hover {
    color: #5f5f5f;
    text-decoration: none;
}
.footer-widget li:before {
    border-color: #ffba08;
}
table.openinghours {
	width:100%;
	max-width: 350px;
	margin: 0 auto !important;
}

table.openinghours tr {
	display: flex;
	justify-content: space-between;
	line-height: 2;
}

#current-day {
	background-color: #ffba08;
	padding: 0 2px;
}

#current-day td {

	color: #000;
	text-shadow: none;
}

#closed-day {
	color: #000;
}


/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */

.et_pb_sidebar_0 h4.widgettitle {
	position: relative;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #231f20;
	font-family: 'Josefin Slab', serif;
	font-weight: bold;
	font-size: 26px !important;
	line-height: 1.2;
	letter-spacing: -1px;
	color: #000;
}

#sidebar h4.widgettitle {
	font-size: 26px;
	font-weight: 400;
	color: #062d5b;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #062d5b;
}

.et_pb_sidebar_0 .textwidget {
	text-align: center;
	line-height: 1.2;
}

#sidebar .textwidget {
	text-align: center;
}

.single-post div#main-content,
.blog div#main-content {
	background-color: #ffffff;
	min-height: 50vh;
}

.single-post .et_pb_post .entry-content {
	text-align: justify;
}

#left-area .post-meta a {
	color: #16bae1;
}

#left-area .post-meta {
	text-align: center;
}

.blog .et_pb_post {
	text-align: justify;
}

/* reviews */

.owl-stage {
    display: flex;
    align-items: center;
}
.external-reviews-holder {
    z-index: 99;
    position: relative;
    width:95%;
    max-width: 500px;
    height: 100%;
	padding:15px;
	border: 1px solid #e1e1e1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.external-review-content {
    width:100%;
}
.sliding-review-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.review-origin-brand {
    background: #fff;
    padding: 10px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    left: 10px;
}
.review-origin-brand img {
    margin: 0;
    height: 35px;
    object-fit: contain;
}
.external-review-title {
    text-align: center;
    font-size: 20px !important;
    color: #03071e;
    font-weight: bold;
    line-height: 1.1em;
    margin-top: 20px;
    text-transform: uppercase;
}
.external-review-credentials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    color:#ebb208;
}
.external-review-author {
    margin: 0 5px;
    font-weight:bold;
}

.external-review-date {
    margin: 0 5px;
}
.external-review-text {
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 10px auto;
    text-align: center;
	font-style:italic;
    padding: 0;
    width: 95%;
    color: #03071e;
    font-weight: 500;
    position: relative;
}
a.add-reviews-link {
    color: #ed9e02;
    text-transform: uppercase;
    border-radius: 5em;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    width: 200px;
    transition: 0.3s ease-out;
    display: block;
}
 
div#external-reviews {
    padding: 0 !important;
    background: #63d471;
}

div#external-reviews .et_pb_row {
    padding: 0 !important;
}
.static-external-review-container {
 width: 100%;
 display: flex;
 justify-content: center;
}
.static-external-review-container .external-reviews-holder {
    min-height: 380px;
    justify-content: flex-end;
}
 @media (min-width: 981px) {
     .static-external-review-holder {
    display: flex;
    position: relative;
    justify-content: center;
}
.static-external-review-container {
    width: 50%;
 
}
    .static-external-review-container .external-reviews-holder {
        min-height: 420px;
        justify-content: center;
    }

 .review-origin-brand {
     position: absolute;
}
 }
/* end reviews */
/* add buttons*/
.booking-button-switch {
 display: none;
}
    .slider-button {
        margin-top:80px;
        margin-bottom:100px;
  }
.button-quote-header {
    text-align: center;
    padding: 10px 0;
}
.top_button {
    border: 3px solid #7f7f80;
    position: relative;
    display: inline-block;
    background-color: #161616;
    font-weight: 400 !important;
    text-transform: capitalize;
    text-shadow: none;
    color: #f5bf1e;
    padding: 12px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 0px;
}
.top_button:hover {
    color: #f5bf1e;
}
.top_button .fa {
    top:0px !important;
    left:0px !important;
    height:0px !important;
    color: #f5bf1e !important;
    padding: 5px 5px 5px 0px !important;
}
.floating-estimate-btn {
    text-align: center;
    padding: 10px 15px 10px 15px;
    background-color: #161616;
    color: #f5bf1e !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 3px solid #7f7f80;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: 400;
    position: fixed;
    bottom: 60px;
    text-transform: capitalize;
    width:170px;
}
#main-footer .listing-rev-btn {
    display: flex;
    align-items: center;
    position: fixed;
    padding: 10px 15px 10px 15px;
    border: 3px solid #7f7f80;
    border-left: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    bottom:0px;
    background: #161616;
    color: #f5bf1e;
    text-transform: capitalize;
    font-size: 15px;
    justify-content: center;
    width: 170px;
    z-index: 9999;
    font-weight:400;
}
#main-footer .listing-rev-btn img {
  display:none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #f5bf1e;
    position: relative;
    bottom: 0;
}
/* end add buttons */

@media screen and (min-width:601px) {
    .slider-button {
    display:flex;
        justify-content:center;
  }
.slider-button .booking-button-switch {
  margin-left:15px;
}
}
/*MEDIA QUERIES*/

@media only screen and (min-width: 600px) {


	
.logo_container {
    order: 1;
    width: calc(50% - 20px) !important;
}

.additional-info-block {
    order: 2;
    width: 50%;
    align-items: center;
    padding-bottom: 0;
}

div#et-top-navigation {
    width: 100%;
    background: #161616c2;
    padding: 4px !important;
    margin-top: 10px;
    border: 1px dotted #f5bf1e;
    border-radius: 2px;
}

span.select_page {
    display: inline-block!important;
    color: #fff;
    float: left;
    line-height: 32px;
}

.mobile_nav {
    width: 100% !important;
}

 

div#et_mobile_nav_menu {
    width: 100%;
}

.mobile_menu_bar:before {
    float: right;
}

ul#mobile_menu {
    top: 92%;
}


	
	.srvElementImg img:not(.srv-icon-img) {height: 300px;}
 
	.homepage-services #servcss {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-gap: 40px;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		text-align: left;
	}

	.homepage-services #servcss li {
		/* margin: 0 auto; */
		text-align: left;
		display: inherit;
		padding-left: 30px;
	}
	 
}

@media screen and (max-width: 981px) {

	/* ADDITIONAL STYLES FOR MOB. RES. */
	.et_pb_sidebar_0 .et_pb_widget {
		width: 100%;
	}

	.footer-widget:nth-child(n) {
		width: 100% !important;
		text-align: center;
		margin: 0 !important;
	}

	.et_pb_text {
		text-align: center !important;
	}

	#footer-widgets .footer-widget .fwidget {
		width: 100% !important;
		margin-bottom: 30px !important;
	}
}

@media screen and (min-width: 981px) {

	/*HEADER STYLES*/
	
.add-info-cta {
    width: calc(100% - 136px);
    margin-right: 10px;
}

.email-btn {
    width: 126px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    background: #161616;
    padding: 5px;
    border: 3px solid #7f7f80;
    text-transform: capitalize;
    border-radius: 2px;
}
.email-btn:hover {
	background: #f5bf1e;
	color: #000;
}	

.email-btn:hover span {
    color: #000 !important;
}

#top-menu li {
    padding-right: 0;
    padding-left: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#top-menu .menu-item-has-children>a:first-child {
    padding-right: 16px;
}

#top-menu .menu-item-has-children>a:first-child:after {
    top: -3px;
}
#top-menu li a {
    line-height: 1 !important;
}
	ul.sub-menu {filter: drop-shadow(0px 1px 3px #5b5b5b);top: 52px;left: -34%;background-color: #000 !important;border-color: #f5bf1e !important;}

	#top-menu ul.sub-menu a {
		color: #fff !important;
		padding-left: 10px !important;
		position: relative;
		font-size: 12px;
		line-height: 18px !important;
	}

	ul.sub-menu li {
		padding: 0 10px !important;
		width: 100%;
	}

	ul.sub-menu li a {
		padding: 5px 0px !important;
		width: 100% !important;
	}

	 
	.et_header_style_left #et-top-navigation nav>ul>li>a {
		color: #f5bf1e !important;
		padding-bottom: 0px !important;
		font-weight: bold;
		font-size: 12px;
	}
nav#top-menu-nav ul#top-menu .current-menu-item a {
    text-decoration: underline;
    color: #fff !important;
}
	.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
		color: #f5bf1e !important;
	}

 

nav#top-menu-nav ul#top-menu ul.sub-menu li a:before{
        content: '\f148';
        font-family: 'FontAwesome';
        position: absolute;
        transform: rotate(90deg);
        left: -2px;
}

#top-menu li .menu-item-has-children>a:first-child:after {
    font-family: "ETModules";
    content: '\37';
    background: #FFBA08;
    color: #000000;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0 !important;
}

	/*END HEADER STYLES*/
	/*PAGE STYLES*/

	body .et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
    height: calc((100vw * 0.4) + 320px) !important;
    max-height: 820px;
}

body .et_pb_fullwidth_header_container.center {
    width: 95%;
    height: calc((100vw * 0.4) + 230px) !important;
    max-height: 820px;
}

.homepage-header-container {
    flex-direction: row;
}

.header-content-holder {
    width: 40%;
}

.header-img-holder {
    width: 60%;
}
.entry-title {
	text-align: left;
}
.section-divider-yellow {
 border-bottom-width: 50px;
 top: -50px;
}
.home .entry-title {
	text-align: center;
}
	
	/* BADGES STYLE DESKTOP*/
	
	.badge-content .content {
    min-width: auto;
    margin-top: 5px;
}

.badge-block {
    width: 24%;
    align-items: flex-start;
}

	
	
	/* SERVICES STYLE DESKTOP*/

	.srvElement {
		width: 32%;
		display: flex;
		flex-direction: column;
		margin: 0;
		margin-top: 30px;
	}

	.srvElementImg img:not(.srv-icon-img) {
    height: 200px;
}
 
 
	.srvBlock {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1200px;
		margin: 0 auto;
	}

	.srvElementFullWidth .srvElementContent {
		height: auto;
	}

	.srvElement.srvElementFullWidth {
		width: 100%;
		max-width: 1080px;
		flex-direction: row;
		align-items: flex-start;
	}

	.srvElementFullWidth .srvElementImg {
		width: 32%;
		margin: 0;
	}

	.srvElementFullWidth .srvElementBody {
		width: 66%;
		margin-left: 2%;
		/* display: flex; */
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

.dark-content-separator {
    border-bottom-width: 50px;
}
	
	/* NAP SECTION DESKTOP */
 
div#homepage-nap-section .et_pb_row {
    display: flex;
    justify-content: center;
    align-items: center;
}

	/* CONTACT SECTION DESKTOP */
 
	/* TESTIMONIALS SECTION DESKTOP */
  
 

 
	
	/* SERVICES LIST SECTION DESKTOP */

 	.homepage-services #servcss {
		column-count: 3;
		-webkit-column-count: 3;
		-moz-column-count: 3;
	}
.homepage-services {
    max-width: 800px;
}
 .yellow-services-separator {
    border-bottom-width: 50px;
}
	/* FOOTER STYLES DESKTOP */
	.footer-widget .et_pb_widget {
		width: 100%;
		margin-bottom: 0 !important;
	}

	.paymentsbox {
		justify-content: flex-start;
	}

	div#social-icons {
		text-align: left;
	}

	.footer-widget h4 {
		text-align: left;
	}

	#footer-widgets {
		padding-top: 20px;
	}

	/* SIDEBAR, BLOG, BLOGPOST STYLES DESKTOP */
	.et_pb_sidebar_0 h4.widgettitle {
		text-align: left;
	}

	#sidebar h4.widgettitle {
		text-align: left;
	}

	.et_pb_sidebar_0 .textwidget {
		text-align: left;
	}

	#sidebar .textwidget {
		text-align: left;
	}

	.et_pb_sidebar_0.et_pb_widget_area_right {
		border-left: 1px solid rgb(78 78 78 / 20%);
	}

	#left-area .post-meta {
		text-align: left;
	}

	#main-content .container:before {
		background-color: rgb(6 45 91 / 20%);
	}
}

 
/***** TESTIMONIALS FORM *****/

.wpcr3_respond_2 input[type="text"] {
	margin: 3px 0;
}

.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
	background: #ffffff !important;
	color: #000 !important;
	border-color: #000 !important;
}

.wpcr3_respond_2 input[type="text"]:focus,
.wpcr3_in_content textarea:focus {
	color: #fff;
	border-color: #ffffff;
}

.wpcr3_table_2 td {
	font-size: 1em !important;
}

.wpcr3_leave_text {
	font-size: 1.1em;
}

.wpcr3_leave_text {
	margin-bottom: 20px;
}
	.wpcr3_button_1 {
		margin-top: 10px;
		background: #000000;
		color: #fff;
	}

@media (min-width: 981px) {

	.wpcr3_respond_2 input[type="text"],
	.wpcr3_respond_2 textarea {
		min-width: 100%;
	}

	.wpcr3_table_2 td {
		text-align: left !important;
	}

	.wpcr3_review_form_rating_field label {
		margin: 6px 0 !important;
	}

 
}

@media (max-width: 980px) {
 

	.wpcr3_respond_3,
	.wpcr3_aggregateRating,
	.wpcr3_table_2 td {
		text-align: center !important;
	}

	.wpcr3_div_2 {
		width: 100%;
	}

	.wpcr3_table_2 tr:last-of-type td {
		margin: 20px auto 0 !important;
	}

	.wpcr3_table_2 td {
		display: block;
		padding: 0 !important;
	}

	.wpcr3_table_2 td:first-child {
		margin-top: 10px !important;
	}

	.wpcr3_rating_style1_status {
		width: 85px !important;
	}

	.wpcr3_respond_2 input[type="text"],
	.wpcr3_in_content textarea {
		width: 100% !important;
		min-width: unset !important;
	}

	.wpcr3_submit_btn,
	.wpcr3_cancel_btn {
		width: 40%;
	}
}

 /* ADDITTIONAL SERVICES STYLE */


#additionalServices {
    list-style: none;
    text-align: center;
    padding: 0;
    list-style-type: none;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#additionalServices li {
    break-inside: avoid;
    padding: 5px 3px;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    text-align: center;
    margin-bottom: 0 !important;
}
#additionalServices li a {
	color: #fff;
	text-decoration: underline;
}
#additionalServices li::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}


@media (min-width: 600px) {
 

#additionalServices li {
    break-inside: avoid;
    padding: 10px 5px;
    text-align: left;
}

    
}

@media (min-width: 981px) {
#additionalServices {
    columns: 3;
    column-gap: 10px;
}
}

.nav-arrows > button.slider-previous > svg > path{
	transition:0.1s;
}

.nav-arrows > button.slider-next > svg > path{
	transition:0.1s;
}

.testimonial-subject {
    font-weight: 700;
    text-align: center;
    color: #161616;
}

.nav-arrows button{background: #161616;border-color: #b1b1b1;border-style:solid;border-radius:0;color: #f5bf1e;display: flex;}
.nav-arrows button:hover{background: #f5bf1e;border-color: #b1b1b1;border-style:solid;border-radius:0;color: #000;display: flex;}

.keen-slider__slide{
	border:none;
	background:transparent;
}


.keen-slider__slide:hover{
	border:none;
	background:transparent;
}

.wpcr3_button_1{
    position: relative;
    display: inline-block;
    background: #161616;
    text-shadow: none;
    border: 2px solid #b1b1b1;
    color: #f5bf1e;
    padding:10px 15px;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius:0px;
}

.wpcr3_button_1:hover {
    background: #f5bf1e;
    position: relative;
    display: inline-block;
    text-shadow: none;
    border: 2px solid #b1b1b1;
    color: #161616;
    padding:10px 15px;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius:0px;
}

#mobile_menu li a {
    line-height: 1.2em;
}

.floating-estimate-btn{
z-index: 9999;
}

#main-footer .listing-rev-btn{
display: flex;
    align-items: baseline;
    position: fixed;
    z-index: 9999;
}

body:not(.et_pb_page) #main-content .container{
    padding: 80px 0px;
}

.post-content-inner {
    text-align: justify;
}

.first-list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

img.first-list-image {
    width: 100%;
    max-width: 600px;
}

ul.first-list-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    list-style: inside disc;
    width: 100%;
    max-width: 600px;
    margin-top: 30px;
}

.first-list-content li {
    padding: 5px 10px;
    margin-bottom: 10px !important;
    background: #333533;
    color: #fff;
    text-align: left;
    width: 100%;
}

.second-list-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

ol.second-list-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin-bottom: 30px;
}

.second-list-content li {
    color: #fff;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-align: left;
    background: #333533;
}

img.second-list-image {
    width: 100%;
    max-width: 600px;
}
.first-list-content li:hover, .second-list-content li:hover {
    background: #f5bf1e;
    color: #000;
}
div#second-list-section {
    background: #070E09;
}



@media (min-width: 981px) {
.first-list-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.first-list-image-container {
    width: 50%;
}

ul.first-list-content {
    width: 45%;
    margin: 0;
}

.second-list-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

ol.second-list-content {
    width: 45%;
    margin:  0;
}

.second-list-image-container {
    width: 50%;
}
}

/*CODES FOR SP & BLOGPOST*/
.single-post h2 {
    text-align: left;
    font-size: 25px;
    line-height: 1.3em;
    margin-bottom: 10px;
    font-weight: 700;
}
#left-area p, #left-area ol, #left-area ul {
    text-align: justify;
}
.post-content p {
    text-align: justify !important;
}  
@media (max-width: 980px) {
    #left-area .post-meta {
    text-align: center;
}
}
#main-content .container h2 {
    font-size: 24px !important;
    font-weight: 700;
}

@media (max-width: 980px) {
    .et_right_sidebar #sidebar {
        margin-left: 0;
        border-left: none;
        margin-top: 30px!important;
    }
}