/* 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: 'Work Sans', Arial, sans-serif;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizelegibility;
     font-feature-settings: "liga";
     color: #231f20;
     font-weight: 300;
}
 h1,h2,h3,h4,h5,h6 {
     font-family: 'Source Sans Pro', sans-serif;
}
 p strong {
     font-family: 'Source Sans Pro', sans-serif;
     font-size: 18px;
     font-weight: 500;
}
 div#page-container {
     overflow: hidden;
}
 .et_pb_row {
     width: 95% !important;
}
.home .et_builder_inner_content {
    background: #fff;
}
/*HEADER STYLES*/


header#main-header {
    background-color: #26357B;
	padding:1rem 0;
}

.header-menu-container {
    width: 95% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.logo_container {
    position: relative !important;
    order: 2;
    width: calc(100% - 47px) !important;
    max-width: 340px;
    margin-right: 15px;
    height: 85px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

 
div#et-top-navigation {
    padding: 0 !important;
    order: 3;
}


 .add-info-container {
     width: 100%;
     margin: 0 auto;
      order: 1;
}
 .add-info-holder {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     margin: 0 auto;
     padding-top: 5px;
     filter: drop-shadow(2px 4px 1px #032e19);
}
 .add-info-holder a {
     color: #ffffff;
     display: flex;
     justify-content: center;
     align-items: center;
     margin: 0px 5px 5px 5px;
     font-size: 16px;
}
 .header-location-container {
     color: #ffffff;
     display: flex;
     justify-content: center;
     align-items: center;
     margin: 0px 5px 5px 5px;
     font-size: 16px;
}
 .add-info-holder .fa {
     margin-right: 5px;
     color: #ffffff;
     background: #1AB4D9;
     border-radius: 50%;
     width: 20px;
     height: 20px;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 11px;
     position: relative;
}
 .add-info-holder .fa-envelope {}

.text-logo {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.05;
    filter: drop-shadow(2px 4px 1px #032e19);
}

.text-logo img {
    width: 57px;
    height: 69px;
}

.mobile_menu_bar {
    padding: 0 !important;
}


 ul#mobile_menu {
     top: 100%;
     background-color: #26357B !important;
     border-color: #1AB4D9 !important;
}
 .et_mobile_menu li a {
     color: #cfcfcf !important;
}
 .mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle) {
     position: relative;
}
 .mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle):before {
     content: '\f149';
     position: absolute;
     left: 0;
     font-family: 'FontAwesome';
     -webkit-transform: scaleX(-1) rotate(90deg);
     transform: scaleX(-1) rotate(90deg);
     color: #ff5e15;
}
 .et_mobile_menu .current_page_item a {
     color: #ffffff !important;
     opacity: 1 !important;
}

.phonenum .fa:before {
    bottom: 4px !important;
    right: 5.5px !important;
    position: absolute;
}

.email-btn .fa:before {
    position: absolute;
    left: 4px !important;
    bottom: 4.2px !important;
}

.header-location-container .fa:before {
    position: absolute;
    top: 5px !important;
    left: 6.5px !important;
}


/*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*/


 
 section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
     max-height: 550px !important;
     min-height: 550px !important;
     height: 550px !important;
     background-position: 66%;
}
 .et_pb_fullscreen .et_pb_fullwidth_header_container {
     max-height: 550px !important;
     min-height: 550px !important;
     height: 550px !important;
     width: 95%;
}
 .header-content {
     margin: 0 auto !important;
     padding: 0px !important;
     width: 100% !important;
     max-width: 1080px !important;
}

 

.header-txt-holder {
    margin-bottom: 15px;
}

.header-title {
    font-family: 'Source Sans Pro', sans-serif;
    filter: drop-shadow(2px 4px 1px #032e19);
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    max-width: 300px;
    margin: 0 auto;
}

.header-subtitle h1 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    filter: drop-shadow(2px 4px 1px #032e19);
    font-size: 24px;
    line-height: 1.1;
    font-weight: bold;
    max-width: 335px;
    margin: 15px auto;
}

.button {
    color: #ffffff;
    background: #1AB4D9;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    line-height: 1;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    min-width: 220px;
    text-align: center;
    margin: 5px;
}
.button:hover {
	background: #fff;
	color: #085f34;
}
.header-image-holder {
    filter: drop-shadow(2px 4px 6px black);
}
.header-image-holder img {
    filter: drop-shadow(2px 2px 0px #ff5e15);
    max-width: 356px;
    object-fit: cover;
    object-position: center;
}

.white-line {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    margin-bottom: -3px;
    margin-left: 5px;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

.section-title img {
    width: 30px;
    margin-right: 10px;
	filter:hue-rotate(50deg);
}

.section-title span {
        font-family: 'Source Sans Pro', sans-serif;
        color: #26357B;
        text-decoration: underline;
        font-size: 20px;
}

  .entry-title {
    font-weight: bold;
    text-align: center;
    font-size: 26px !important;
    color: #26357B;
    text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

div#first-par-img {
    width: 350px;
}

div#first-par-img img {
    width: 350px;
    margin: 0 auto;
    position: relative;
    filter: contrast(1.1) brightness(0.97) saturate(1.2) drop-shadow(2px 4px 4px black);
}

div#first-par-img:before {
    content: "100% Satisfaction Guaranteed";
    background: #1AB4D9;
    color: #fff;
    position: absolute;
    width: 160px;
    height: 100px;
    z-index: 9999;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1;
    font-family: 'Source Sans Pro', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: 1px dotted white;
    outline-offset: -5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    filter: drop-shadow(2px 4px 6px black);
    text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
.content-button {
    color: #ffffff;
    background: #1AB4D9;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 30px;
    line-height: 1;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.content-button:hover {
	background: #fff;
	color: #085f34;
}
div#home-title-block:before {
    content: '';
    background: url(https://janitorialservicenc.com/wp-content/uploads/2023/12/janitor.webp);
    position: absolute;
    width: 400px;
    height: 400px;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 40px;
    left: calc(52.5% - 200px);
    opacity: 0.2;
    filter: drop-shadow(2px 2px 0px black);
}

/* BADGES SECTION STYLE */
 div#css-badges-section {
     background-color: #26357B!important;
}
div#css-badges-section .et_pb_row {
    padding: 0 !important;
    width: 100% !important;
}

 
 .badge-container {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-evenly;
     align-items: center;
     max-width: 1200px;
     margin: 0 auto;
     padding-top: 30px;
     padding-bottom: 10px;
}
 .badge-block {
     display: flex;
     margin-top: 5px;
     margin-bottom: 5px;
}
 .badge-block img {
     width: 60px;
/*      height: 102px; */
     padding-right: 5px;
     filter: hue-rotate(47deg) brightness(2.0);
}
 .badge-content {
     width: 100%;
     margin-top: 16px;
}
 .badge-content .title {
     font-weight: bold;
     line-height: 1;
     font-size: 18px;
     color: #ffffff;
     margin-bottom: 10px;
     font-family: 'Source Sans Pro', sans-serif;
     text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
 .badge-content .content {
     font-size: 15px;
     text-transform: capitalize;
     line-height: 1.2;
     min-width: 223px;
     max-width: 223px;
     border-top: 1px solid #1AB4D9;
     padding-top: 10px;
     margin-top: 5px;
     font-weight: 500;
     color: #fff;
     text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
.badges-cta-container {
    width: 100%;
    background: #26357B;
    padding: 10px;
    text-align: center;
}
/* SERVICES SECTION STYLE */
div#services-blocks-section {
    background-color: #f1f3f2!important;
    background-position: -111px 220px !important;
    background-size: 740px;
    background-attachment: fixed;
}
div#services-blocks-section .section-title {
    background: #f1f3f2;
    padding: 5px;
    width: 255px;
    justify-content: flex-start;
}
.srvBlockTitle {
    /* text-align: center; */
}
.srvBlockTitle span {
	padding: 5px !important;
	background: #f1f3f2;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	font-size: 26px !important;
	color: #1AB4D9;
	text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

.srvElement {
	max-width: 500px;
	margin: 0 auto;
	margin-top: 50px;
	border-radius: 20px;
	border: 1px solid #085f34;
	background: #ffffffde;
	box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
 

.srv-icon {
    position: absolute;
    background: #ffffff;
    width: 75px;
    height: 75px;
    bottom: -37px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.srv-icon img {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain !important;
    object-position: center!important;
    border: none !important;
	filter:hue-rotate(50deg);
}
.srvElementHeader h2 {
	text-align: center;
	color: #26357B;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
	padding-bottom: 5px;
	text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

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

.srvElementImg img {
	width: 100%;
	max-height: 330px;
	object-fit: cover;
	object-position: center;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	/* border: 1px solid #d7d7d7; */
}
.srvElementBody {
	padding: 0px 20px 20px 20px;
}
.srvElementContent {
	text-align: justify;
	color: #000000;
	font-size: 16px;
	line-height: 1.6;
}

.srvElement:hover img {
	filter: grayscale(1) drop-shadow(0px 0px 6px #fff);
}

.srvElement:hover h2 {
	color: #1AB4D9;
	font-weight: bold;
}


/* SERVICES LIST SECTION STYLE */

div#services-list-section {
    background-color: #ffffff!important;
}


.homepage-services ul#servcss {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 !important;
}

.services-list-title {
    margin-bottom: 80px;
    font-weight: bold;
    text-align: center;
    font-size: 26px !important;
    color: #1AB4D9;
    font-family: 'Source Sans Pro', sans-serif;
    text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}


.homepage-services ul#servcss li {
    width: calc(50% - 10px);
    border: 1px solid #085f34;
    height: 100px;
    margin: 5px;
    border-bottom-right-radius: 25px;
    padding: 35px 10px 10px 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.2;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

 

.homepage-services ul#servcss li:before {
	content: '';
    position: absolute;
    background: url(https://janitorialservicenc.com/wp-content/uploads/2023/12/cleanerIcon.webp);
    width: 25px !important;
    height: 25px !important;
    filter: hue-rotate(47deg) brightness(2.0);
    top: 10px;
    left: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

 
/* CONTACT FORM STYLE */
.cf-section-title {
    font-weight: bold;
    text-align: left;
    font-size: 26px !important;
    color: #26357B;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom: 0;
    width: 70%;
    filter: drop-shadow(2px 2px 4px #f1f3f2);
    text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
 div#cf-section-header {
    background-size: cover;
    background-position: 40%;
}

div#cf-section-header .section-title {
    justify-content: flex-start;
}

div#cf-section-header:before {
    content: '';
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
background: -moz-linear-gradient(left,  rgba(241,243,242,1) 0%, rgba(241,243,242,1) 22%, rgba(241,243,242,0.7) 68%, rgba(241,243,242,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(241,243,242,1) 0%,rgba(241,243,242,1) 22%,rgba(241,243,242,0.7) 68%,rgba(241,243,242,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(241,243,242,1) 0%,rgba(241,243,242,1) 22%,rgba(241,243,242,0.7) 68%,rgba(241,243,242,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f3f2', endColorstr='#00f1f3f2',GradientType=1 ); /* IE6-9 */
}

div#contact-form-row .section-title span {
    color: #fff !important;
}

div#contact-form-row .section-title img {
    filter: hue-rotate(47deg) brightness(2.0);
}

 
 .free-estimate-title {font-weight: bold;text-align: center;font-size: 26px !important;color: #26357B;font-family: 'Source Sans Pro', sans-serif;padding-bottom: 0;text-shadow: 0 1px 2px rgb(0 0 0 / 10%);}

 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;
     height: 40px;
     min-height: 40px;
     border-radius: 5px;
     filter: grayscale(1);
}
 input#vercode {
     width: calc(100% - 130px);
     margin: 0;
     margin-left: 10px;
     float: left;
     padding: 7px 10px 7px;
     height: 40px;
}
 form#contactForm {
     text-align: center;
}
 input#submitter {
     font-size: 16px;
     position: relative;
     height: auto;
     z-index: 1;
     width: 200px;
     color: #ffffff;
     background: #1AB4D9;
     font-family: 'Source Sans Pro', sans-serif;
     padding: 10px 40px;
     display: inline-block;
     border-radius: 30px;
     line-height: 1;
     box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
     text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
 input#submitter:hover {
     color: #085f34;
     background: #ffffff;
}
 input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
     max-width: 100%;
     padding: 7px 5px 7px;
     height: auto;
     background-color: #ffffff !important;
     box-shadow: none;
     display: block;
     line-height: 1;
     font-weight: 400;
     color: #085f34 !important;
     background-image: none;
     border: 1px solid #000000;
     margin-bottom: 10px !important;
     font-family: 'Source Sans Pro', sans-serif;
}
 #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: #085f34 !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: #085f34 !important;
}
 #contact-section {
     max-width: 600px;
     margin: 0 auto;
     padding: 20px 10px;
     z-index: 2;
     background: #f1f3f2;
     box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
     border-radius: 10px;
     width: 350px;
}

div#contact {
    padding: 10px 0 0 0;
}

 

/* NAP SECTION STYLE */
div#contact-form-section {
    background-color: #ffffff!important;
    padding-top: 20px;
    overflow: hidden;
}

div#contact-form-row:before {
    content: '';
    background: #26357B;
    position: absolute;
    width: 120vw;
    height: 400px;
    top: -50px;
    left: -3vw;
}
.homepage-nap h3 {
    color: #f1f3f2;
    line-height: 1.1;
    text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

.homepage-nap strong {
    font-weight: bold;
    text-align: center;
    font-size: 26px !important;
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom: 0;
}

/* TESTIMONIALS SECTION STYLE */
 div#home-testimonials {
     background-color: #26357B!important;
     overflow: hidden;
}
div#bubble-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}
div#testimonials-block .section-title img {
    filter: hue-rotate(47deg) brightness(2.0);
}

div#testimonials-block .section-title span {
    color: #fff;
}

div#testimonials-block .section-title {
    justify-content: center;
}
 .testimonials-title {
    font-weight: bold;
    text-align: center;
    font-size: 26px !important;
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom: 0;
    text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
 .home .wpcr3_respond_1 {
}
 .home .wpcr3_dotline {
     display: none !important;
}
 .home .wpcr3_review {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     font-weight: bold;
     font-family: 'Source Sans Pro', sans-serif;
}
 .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: #ff5e15;
     font-weight: bold;
}
 .home span.wpcr3_item_name a {
     color: #ffffff;
}
 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: 15px;
}
 .home .wpcr3_reviews_holder {
     position: relative;
}
 .home div.wpcr3_review blockquote.wpcr3_content p {
     font-style: italic;
     font-weight: 500;
     text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
 .testimonials-btn {
    color: #ffffff;
    background: #ff5e15;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 30px;
    line-height: 1;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
 .testimonials-btn:hover {
     background: #ffffff;
     color: #085f34;
}
/* reviews */

/* reviews */

.testimonials-container {
    max-width: 1280px;
    /*padding: 1rem 2rem;*/
    margin-right: auto;
    margin-left: auto;
    text-align:center;
}

.testimonials-title {
    text-align: center;
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: -0.025em;
    color: #1a202c;
}

.testimonials-info {
    margin-bottom: 1rem;
}

.testimonial-item {
    border: 1px solid rgb(201, 201, 201);
    border-radius: 20px;
    padding: 1rem;
    background: #fbfbfb;
    min-height: 100%;
    break-inside: avoid;
}

.testimonials-grid .testimonial-item {
    margin-bottom: 1rem;
}

.testimonial-item:hover{
    background: #efefef;
}

.testimonial-item a {
    height: 100%;
    display: grid;
}

.testimonial-subject {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #1a202c;
}

.rating {
    display: flex;
    justify-content: center;
    margin: 0.5rem;
}

.star {
    width: 1rem;
    height: 1rem;
    color: #ffc956;
    margin:2px;
}

.testimonial-content {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    color: #1a202c;
    text-align: center;
    font-style: italic;
}

.testimonial-footer {
    margin-top: 1rem;
}

.reviewer-details {
    font-size: 0.75rem;
}

.review-from-logo {
    width: 5rem;
    height: auto;
}

.reviewer-name {
    font-weight: 500;
    color: #1a202c;
    line-height: 1.5rem;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .testimonials-grid {
        column-fill: balance;
        columns: 2;
        gap: 1.5rem;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .testimonials-grid {
        columns: 3;
    }

    .testimonial-subject {
        font-size: 1.25rem;
    }

    .testimonial-content {
        line-height: 1.5rem;
    }

    .testimonial-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .reviewer-details {
        display: flex;
        align-items: center;
    }

    .reviewer-name {
        padding-right: 0.75rem;
        font-size: 0.75rem;
        border-right: 2px solid #1a202c;
    }

    .review-from-logo {
      padding-left: 1em;
    }
}

.nav-arrows {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.nav-arrows button {
    padding: 0.5rem;
    border-width: 1px;
    border-color: #ff5e15;
    border-radius: 10px;
    cursor: pointer;
    background: #ff5e15;
    color: #fff;
}

.nav-arrows button:hover {
    background: #fff;
    color: #085f34;
}

.nav-arrows button svg {
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0;
}

.rotate-180 {
    rotate:180deg;
}

/* end reviews */
/* CONTENT SECTION STYLE */
/* FOOTER STYLE */
div#social-icons a {
         color: #fff;
	filter: drop-shadow(2px 4px 6px white);
    }
ul#menu-footer-menu li a {
    background: transparent !important;
}

ul#menu-footer-menu li:before {
    color: #1AB4D9 !important;
    content: '\f101' !important;
    font-family: 'FontAwesome' !important;
    border: none !important;
    top: 0 !important;
}
 #main-footer {
     background: #26357B;
     background-size: cover;
     background-repeat: no-repeat;
/*      background-image: url(https://janitorialservicenc.com/wp-content/uploads/2023/12/footer-bg.webp)!important; */
     background-position: 81%;
     background-position-y: 84%;
     position: relative;
}
.footer-bubbles-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bubbles-holder section {
    height: 1500px;
}
 #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: #1AB4D9;
     padding: 15px;
     color: #ffffff;
     z-index: 999;
     position: relative;
     box-shadow: rgb(26 180 217 / 45%) 0px -25px 20px -20px;
}
 .paymentsbox {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
}
 .footer-widget h4 {
     color: #ffffff;
     font-size: 22px;
     margin-bottom: 20px;
     margin-top: 30px;
     font-weight: 400;
     line-height: 1.5em;
     text-align: center;
     border-bottom: 2px solid #1AB4D9;
     text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
 .footer-widget .textwidget {
     color: #ffffff;
     text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
/*  #footer-widgets .footer-widget a {
     background-color: #fff;
} */
 table.openinghours {
     max-width: 385px;
     margin: 0 auto !important;
}
 table.openinghours tr {
     display: flex;
     justify-content: space-between;
     line-height: 2;
     color: #ffffff;
}
 #current-day {
     background-color: #1AB4D9;
     padding: 0 2px;
     box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
 #current-day td {
     color: #fff;
     text-shadow: none;
}
 #closed-day {
     color: #ffffff;
}
/* buttons */
/* .booking-button-switch {
display:none !important;
} */
.top_button {
    position: relative;
    display: inline-block;
    background-color: #1ab4d9;
    font-weight: 500 !important;
    text-transform: capitalize;
    text-shadow: none;
    color: #fff;
    padding: 5px 15px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 5em;
}
.top_button .fa {
    font-size: 14px;
    position: relative;
    bottom: 2px;
}
.floating-estimate-btn {
    text-align: center;
    padding: 3px 15px;
    background-color: #1ab4d9;
    color: #ffffff !important;
    border-top-right-radius: 3em;
    border-bottom-right-radius: 3em;
    border: 3px solid #085f34;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: 500;
    position: fixed;
    bottom: 60px;
    text-transform: capitalize;
    width: 195px;
}
#main-footer .listing-rev-btn {
	position:fixed;
	bottom:0;
    padding: 3px 15px;
	border-top-right-radius: 3em;
    border-bottom-right-radius: 3em;
    border: 3px solid #085f34;
    border-left: 0px;
    bottom: 15px;
	font-weight: 500;
    background: #1ab4d9;
    color: #fff;
    width: 195px;
	display:flex;
    align-items:center;
    justify-content: center;
    text-transform: capitalize;
    font-size: 15px;
	z-index: 9999;
}
#main-footer .listing-rev-btn img {
    display: none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #fff;
}
/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */


  .single-post div#main-content .container {
    padding: 0px 0 !important;
    width: 95%;
}
.single-post .et_pb_row {
    width: 100% !important;
}

.et_pb_title_meta_container, .post-meta {
    text-align: center;
}
 .post-content-inner {
    text-align: justify;
}
.single-post div#main-content .post {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
 
.single-post .et_pb_post .entry-content {
text-align: justify;
}



 .et_pb_sidebar_0 h4.widgettitle {
     font-size: 26px;
     font-weight: bold;
     color: #26357B;
     position: relative;
     margin-bottom: 10px;
     line-height: 1.2;
     text-align: center;
     border-bottom: 1px solid #085f34;
}
 #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;
}
 #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: #26357b;
}
 #left-area .post-meta {
     text-align: center;
}
 .blog .et_pb_post {
     text-align: justify;
}
.single-post .et_pb_section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.single-post article {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.single-post div#main-content .container {
    padding: 77px 0 !important;
}
#main-content .container {
    padding: 77px 0 !important;
}

#main-content .container h1 {
    color: #000000 !important;
}

#main-content .container h2 {
    font-size: 24px !important;
}
/*MEDIA QUERIES*/
 @media screen and (min-width: 981px) {
.et_pb_title_meta_container, .post-meta {
    text-align: left;
}
}
 @media screen and (max-width: 600px) {

	  .homepage-services ul#servcss li:nth-child(even) {
    margin-top: -20px;
    background: #26357B;
    color: #fff;
    border: 1px solid #ff5e15;
}
 }
 @media only screen and (min-width: 600px) {
  .et_pb_fullscreen .et_pb_fullwidth_header_container {max-width: 650px;}
.homepage-header-holder {
    display: flex;
    align-items: center;
}

.header-txt-holder {
    width: 50%;
    text-align: left;
    margin-bottom: 0;
	z-index: 999;
}

.header-image-holder {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-subtitle h1{
    text-align: left;
    margin-left: 0;
    font-size: 32px;
    max-width: 400px;
}

 

.header-title {
    margin-left: 0;
}
 div#services-blocks-section {
    background-position: 32vw 82px !important;
}
	 div#cf-section-header {
    background-position-y: 82%;
}
}
@media only screen and (max-width: 981px) and (min-width: 600px)  {
 

.homepage-services ul#servcss li {
    width: calc(33% - 10px);
}

	  .homepage-services ul#servcss li:nth-child(3n+2) {
    margin-top: -20px;
    background: #26357B;
    color: #fff;
    border: 1px solid #1AB4D9;
}
	
}
 @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*/

  .logo_container {
    order: 1;
    position: absolute !important;
    left: 0;
}

.header-menu-container {
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.add-info-holder {
    justify-content: flex-end;
}

.header-location-container {
    margin-right: 0;
}

  div#et-top-navigation {
         width: calc(100% - 340px) !important;
         padding: 0px !important;
         padding-bottom: 10px !important;
         display: flex;
         justify-content: flex-end;
    }
     nav#top-menu-nav ul#top-menu li a{
         color: #ffffff !important;
         padding-top: 15px !important;
         padding-bottom: 15px !important;
    }
     #top-menu .menu-item-has-children>a:first-child:after {
         top: 15px;
         color: #ff5e15;
    }
     nav#top-menu-nav ul#top-menu .current-menu-item a{
         color: #e9ebea !important;
         filter: drop-shadow(2px 2px 1px black);
    }
     nav#top-menu-nav ul#top-menu li {
         padding-left: 11px;
         padding-right: 11px !important;
    }
	 nav#top-menu-nav ul#top-menu li:last-child {
    padding-right: 0 !important;
}
     nav#top-menu-nav ul#top-menu .current-menu-item {
         background: #1AB4D9;
    }
 
nav#top-menu-nav ul#top-menu li:last-child.current-menu-item {
    padding-right: 11px !important;
}
	 nav#top-menu-nav ul#top-menu .current-menu-item a:before, nav#top-menu-nav ul#top-menu .current-menu-item a:after {
		 color: #fff;
	 }
     ul.sub-menu {
         filter: drop-shadow(0px 1px 3px #5b5b5b);
         top: 43px;
         background-color: #085f34 !important;
         border-color: #ff5e15 !important;
    }
     nav#top-menu-nav #top-menu ul.sub-menu a {
         color: #fff !important;
         position: relative;
         padding: 6px 6px 6px 16px !important;
         line-height: 1.2;
    }
     #top-menu-nav ul.sub-menu a:before {
         content: '\f149';
         position: absolute;
         left: 0;
         font-family: 'FontAwesome';
         -webkit-transform: scaleX(-1) rotate(90deg);
         transform: scaleX(-1) rotate(90deg);
         color: #ff5e15;
    }
     ul.sub-menu li {
         padding: 0 10px !important;
         width: 100%;
    }
     ul.sub-menu li a {
         padding: 5px 0px !important;
         width: 100% !important;
    }

.add-info-holder {
    padding-top: 10px;
    padding-bottom: 15px;
}

 

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

     section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
         max-height: 900px !important;
         min-height: 600px !important;
         height: calc(100vh - 105px) !important;
         background-position: center;
    }
     .et_pb_fullscreen .et_pb_fullwidth_header_container {
         max-height: 900px !important;
         min-height: 600px !important;
         height: calc(100vh - 105px) !important;
         max-width: 95%;
    }

.header-title {
    font-size: 25px;
    max-width: 450px;
}

.header-subtitle {
    font-size: 45px;
    max-width: 100%;
}

.header-image-holder {
    width: 665px;
    justify-content: flex-end;
}

.header-image-holder img {
    max-width: 650px;
    width: 100%;
}

.homepage-header-holder {
    position: relative;
}
   

.section-title {justify-content: flex-start;}

 

.entry-title {
    text-align: left;
 
}
.home .entry-title {
	font-size: 36px !important;
}
div#home-title-block {
    padding-top: 54px;
    padding-bottom: 186px;
}
  div#first-par-img {
    width: 450px;
}

div#first-par-img img {
    width: 450px;
}

div#row-one-first-col {
    display: flex;
    justify-content: center;
    align-items: center;
}
 

div#home-title-block:before {
    left: 20px;
    height: 80%;
    background-position: center right;
    bottom: 16%;
    width: 500px;
}
  
    /* BADGES STYLE DESKTOP*/

   

div#css-badges-section {
    width: calc(50vw + 540px);
    max-width: 100%;
    margin-top: -132px;
    margin-bottom: -132px;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
  div#css-badges-section .et_pb_row {
    margin-right: 0;
}
div#css-badges-section .et_pb_code_inner {
    display: flex;
}

.badge-container {
    width: calc(100% - 340px);
    height: 264px;
}

.badges-cta-container {
    width: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 264px;
}
  
     .badge-content .content {
         min-width: auto;
         margin-top: 5px;
    }
     .badge-block {
         width: 50%;
         align-items: flex-start;
         max-width: 300px;
    }
    /* SERVICES STYLE DESKTOP*/
 
div#services-blocks-section {
    padding-top: 186px;
	    background-attachment: initial;
    background-position: right 0px bottom 0px !important;
}
 

div#services-blocks-section .section-title {
    margin-left: 0;
}
 .srvBlockTitle {
    text-align: left;
}

	 .srvBlockTitle H2 {
		 font-size: 36px !important;
		 padding: 0 !important;
		}
	.srvElement {
		width: 32%;
		display: flex;
		flex-direction: column;
		margin: 0;
		margin-top: 30px;
	}

	.srvElementImg img {height: 200px;}
.srvElementFullWidth .srvElementImg img {
    height: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px;
}
	.srvBlock {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1200px;
		margin: 0 auto;
	}

	.srvElementBody {
		height: 100%;
	}
.srvElementHeader h2 {
	min-height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
}
	.srvElementContent {
		height: 100%;
	}

	.srvElementFullWidth .srvElementContent {
		height: auto;
	}

	.srvElement.srvElementFullWidth {
		width: 100%;
		max-width: 1080px;
		flex-direction: row;
	}
.srvElementFullWidth .srv-icon {
	bottom: auto;
	right: -37px;
}
	.srvElementFullWidth .srvElementImg {
		width: 32%;
		margin: 0;
	}

	.srvElementFullWidth .srvElementBody {
		width: calc(68% - 20px);
		margin-left: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 20px 20px 20px 30px;
	}

    /* CONTACT SECTION DESKTOP */
	 div#cf-section-header {
    padding: 100px 0 160px 0;
    background-position: 100%;
    background-position-y: 82%;
    background-size: 1000px;
}

div#cf-section-header:before {
    width: 120vw;
    right: 10vw;
}
	 .cf-section-title {
    text-align: left;
    font-size: 36px !important;
    line-height: 1.1;
    width: 100%;
}

	 div#contact-form-section {
    padding-top: 0;
    margin-top: -150px;
    background-color: transparent !important;
}

div#contact-form-row {
    padding-top: 80px;
    z-index: 999;
    width: 760px !important;
}
 
   div#contact-form-row:before {
    right: 183px;
    height: 370px;
    left: auto;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

#contact-section {
    margin-left: 0;
}
    /* TESTIMONIALS SECTION DESKTOP */
 .testimonials-title {
	 font-size: 36px !important;
	}
    /* SERVICES LIST SECTION DESKTOP */
	 .services-list-title {
		 text-align: left;
		 font-size: 36px !important;
		}
	 .homepage-services ul#servcss li {
    width: calc(25% - 10px);
}

.homepage-services ul#servcss li:nth-child(4n+2) {
    margin-top: -20px;
    background: #085f34;
    color: #fff;
    border: 1px solid #ff5e15;
}

.homepage-services ul#servcss li:nth-child(2n+2) {
    margin-top: -20px;
    background: #26357B;
    color: #fff;
    border: 1px solid #1AB4D9;
}
 
    /* 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 !important;
    }
     #sidebar .textwidget {
         text-align: left;
    }
     .et_pb_sidebar_0.et_pb_widget_area_right {
         border-left: 1px solid rgb(255 94 21 / 49%);
    }
     #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: #ff5e15;
     color: #fff;
     border: 1px solid #ff5e15;
}
.wpcr3_button_1:hover{
	background:#fff;
	border: 1px solid #ff5e15;
}

 @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;
    }
	 #testimonials-block {
		 display:flex;
         align-items:center;
	 }
}
 @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%;
    }
	 .review-title {
    font-size: 26px !important;
	 }
}



.bubble-holder{
  width:100%;
  height: 1000px;
  position: relative;
  overflow:hidden;
}

.bubble-1 {
  left: 8%;
  animation-delay: 1s;
}
.bubble-1 .bubble-animation-y{
  animation-duration: 7s;
  animation-delay: 0s;
}

.bubble-2 {
  left: 40%;
  animation-delay: 2s;
}
.bubble-2 .bubble-animation-y{
  animation-duration: 6s;
  animation-delay: 2s;
}

.bubble-3 {
  right: 15%;
  animation-delay: 1s;
}
.bubble-3 .bubble-animation-y{
  animation-duration: 5s;
  animation-delay: 1.5s;
}

.bubble-4 {
  left: 8%; 
  animation-delay: 2s;
}
.bubble-4 .bubble-animation-y{
  animation-duration: 6s;
  animation-delay: 3s;
}

.bubble-5 {
  left: 40%; 
  animation-delay: 1s;
}
.bubble-5 .bubble-animation-y{
  animation-duration: 5s;
  animation-delay: 0;
}

.bubble-6 {
  left: 45%;
  animation-delay: 2s;
}
.bubble-6 .bubble-animation-y{
  animation-duration: 7s;
  animation-delay: 3.5s;
}

.bubble-7 {
  right: 15%;
  animation-delay: 1s;
}
.bubble-7 .bubble-animation-y{
  animation-duration: 5.5s;
  animation-delay: 3s;
}

.bubble-8 {
  right: 5%;
  animation-delay: 2s;
}
.bubble-8 .bubble-animation-y{
  animation-duration: 7s;
  animation-delay: 3s;
}


/* Static Circles */

.bubble-static {
  width: 500px;
  height: 500px;
  border-radius: 100%;
/*   background-color: #055E8F; */
  position: absolute;
}

.bubble-9 {
  top: -375px;
  left: 14%;  
}

.bubble-10 {
  bottom: -350px;
  right: -50px;	
}

.bubble-container{
  position: absolute;
  bottom: -250px; 
}

.bubble-large, .bubble-small {
  border-radius: 100%;
  box-shadow: 0 20px 30px rgb(0 0 0 / 10%), inset 0px 10px 30px 5px rgb(255 255 255 / 17%);
}

.bubble-large {
 
  width: 231px;
  height: 231px;
}

.bubble-small {
 
  width: 82px;
  height: 82px;
}

.bubble-animation-x { 
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: bubbleXAnimFrames;
  animation-timing-function: ease;
  animation-direction: alternate;
}

.bubble-animation-y { 
  animation-iteration-count: infinite;
  animation-name: bubbleYAnimFrames;
  animation-timing-function: linear;
}


 @keyframes bubbleXAnimFrames {
  0% {
    transform: translateX(0);
   }
  100% {
    transform: translateX(50px);
   }
}

 @keyframes bubbleYAnimFrames {
  0% {
    transform: translateY(0);
   }
  50% {
    opacity: 85%;
   }
  100% {
    transform: translateY(-1250px);
    opacity: 0;
   }
}

 /* 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;
}


#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;
}

.single-post div#main-content .container {
        padding: 77px 0 !important;
}
#main-content .container {
    padding: 77px 0 !important;
}

#main-content .container h2{font-size: 24px !important; padding-bottom: 10px;}

@media (min-width: 981px) {
    
#main-content .container .type-post {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
}

@media (max-width: 980px) {
   #sidebar .et_pb_widget {
    margin-top: 40px;
}
}

.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: #1AB4D9;
    color: #000;
    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: #000;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-align: left;
    background: #1AB4D9;
}

img.second-list-image {
    width: 100%;
    max-width: 600px;
}
.first-list-content li:hover, .second-list-content li:hover {
    background: #26357B;
    color: #fff;
}
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%;
}
}

#logo {
	width:170px;
}

@media screen and (min-width:981px) {
	#logo {
		width:120px;
	}
}


.single-post .entry-content h2,
.page #left-area .entry-content h2 {
	text-align: left;
}
.post-content-inner,
.single-post .entry-content *,
.page #left-area .entry-content * {
	text-align: justify;
}
body:not(.et_pb_pagebuilder_layout) .entry-content p:has(img) {
	text-align: center!important;
}
body:not(.et_pb_pagebuilder_layout) .entry-content p img {
	width: 100%;
	max-width: 600px;
}