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

/* -----------------------------------------------------------------------
 * Base Style
 * ----------------------------------------------------------------------- */
body {
  color: #2D2D2D;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 24px;
}


body, p{
  font-size: 17px;
}

h1 {
  font-weight: bold;
}


.entry-title.main_title {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #1239ac !important;
text-shadow: -2px 1px #fff;
}

blockquote {
  border: 0;
  padding-left: 0;
}

.wpcr3_item_name a {
  color: #ffa700!important;
  text-decoration: underline;
}

.button {
    background-color: #fff;
    border: 2px solid #fff;
    position: relative;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: 10em;
    color: #6e184c;
    padding: 15px 20px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    text-align: center;
    margin-left: 20px;
}
.button:hover {
  background-color: #6e184c;
  border: 2px solid #6e184c;
  color:#fff;
}

#location strong {
    color: #1239ac;
}

#servcss {
  list-style-type: none;
  padding: 0;
}

#servcss li {
  font-weight: bold;
    margin-bottom: 0.3em;
  position:relative;
}
ul#servcss {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#servcss li {
    position: relative;
    font-weight: bold;
    margin: 10px 15px;
    padding: 0px 10px;
    display: inline-block;
    color: #000;
}
#servcss li:before {
    position: relative;
    padding-right: 10px;
    content: "\f00c";
    left: 0px;
    top: 0px;
    font-family: 'FontAwesome';
    color: #6e184c;
}
#sidebar ul#servcss {
    display: block;
    flex-wrap: unset;
    justify-content: unset;
}
#sidebar #servcss li:before {
	content: unset;
}
/* Social Icons */
#social-icons {
  text-align: left;
}

/* -----------------------------------------------------------------------
 * Header Style
 * ----------------------------------------------------------------------- */
/* Top header */
#main-header {
  background-color:#fff;
box-shadow: 0 0px 0 rgba(0,0,0,.1);
}
header > .et_menu_container {
    max-width: 100% !important;
	padding-right: 0px !important;
    padding-left: 0px !important;
}
#main-header,
#main-header.et-fixed-header {
  filter:drop-shadow(0 0 3px rgba(0, 0, 0, 0.25)) !important;
}

#main-header .fa {
    position: relative;
    top: 0px;
    left: 3px;
    color: #ffffff;
    padding: 10px;
    font-size: 20px;
    transition: 0.3s;
    margin: 0px;
}
/* Logo */

.text-logo {
  position: relative;
  display: inline-block;
  color: #232629; 
  font-family: 'Roboto', sans-serif;
  font-size: 26px !important;
  font-weight: bold;
  line-height: 32px;  
  text-transform: uppercase; 
  transition: 0.3s;
}


/* Navigation */
#et-top-navigation {
    background-color: #fff;
}
#top-menu li {
    padding-right: 0px;
    /* margin-right: -8px; */
    float: left;
}
#top-menu li a {
    font-family: 'Roboto', sans-serif;
    font-weight:400 !important;
    font-size: 15px !important;
    padding: 10px !important;
    transition: 0.4s ease-in-out;
}
ul#top-menu li:nth-child(5) > a {
    padding: 10px 25px 10px 10px !important;
}
#top-menu li a:hover {
  color: #d51288 !important;
  opacity: 1!important;
}
.et-fixed-header #top-menu li a:hover {
 color: #1239AC!important;  
}
#top-menu li.current-menu-ancestor>a, .home #top-menu li.current-menu-item>a, .home #top-menu li.current_page_item>a {
 color: #d51288 !important;
}



/* mobile */
.mobile_menu_bar::before, .select_page {
  color: #ffffff !important;
}

#et_mobile_nav_menu, .et_header_style_centered #main-header .mobile_nav {
  background-color: #6e184c !important;
}

.et_mobile_menu {
  padding: 2% 5%;
}

#mobile_menu {
  background-color: #000000 !important;
  text-align: center;
}

.et_mobile_menu li a {
  color: #fff;
}

.et_monarch .et_social_mobile {
    width: 100%!important;
}

/* Scroll Down Button */
.scroll-down-btn {
  z-index: 99999;
  position: absolute;
  bottom: 35px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  padding: 10px;
  border-radius: 40px;
  background-color: #ffa700;
}

.scroll-down-btn:hover {
  opacity: 0.8;
}

/* -----------------------------------------------------------------------
 * Sidebar Style
 * ----------------------------------------------------------------------- */
.widgettitle {
  position: relative;
  color: #000!important;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee; 
}

.widgettitle:before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #6e184c;
}

#sidebar {
  color: #525252;
}

#sidebar .textwidget br:nth-child(4), #sidebar .textwidget br:nth-child(5) {
  display: none;
}

#sidebar #servcss li {
    position: relative;
    padding-left: 0 !important;
    transition: 0.4s ease-in-out;
    margin: 0 0 20px 0 !important;
	display: block;
	text-align: left;
}

/* #sidebar #servcss li:before {
  position: absolute;
  content: '\f00c';
  top: 0;
  left: 0;
  color: #ffa700;
  font-family: 'FontAwesome';
} */

#servcss svg {
  display: none;
}


/* -----------------------------------------------------------------------
 * Testimonial
 * ----------------------------------------------------------------------- */
.heading p {
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 65px;
}
.heading p span {
	color: #d52b92;
	font-size: 40px;
}
/*
.home-testimonial .heading h2:before {
  position: absolute;
  content: '\f005 \f005 \f005 \f005 \f005';
  top:-35px;
  left: 50%;
  color: #FFB300;
  font-family: 'FontAwesome'; 
  font-size: 15px;
  transform: translateX(-50%);
}
*/
.home-testimonial blockquote {
  border: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-bottom: 0 !important;
}

.home-testimonial div.wpcr3_review div.wpcr3_review_title, 
.home-testimonial div.wpcr3_review div.wpcr3_review_ratingValue,
.home-testimonial div.wpcr3_review div.wpcr3_review_datePublished,
.home-testimonial div.wpcr3_review div.wpcr3_review_author {
    display: none!important;
}

.home-testimonial .wpcr3_item_name a {
  color: #fff!important;
}
.learn-more {
	margin-top:30px;
}
.learn-more a {
  background-color: #ffa700;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s ease-out;
	font-family: 'Roboto', sans-serif;
	border-radius:10em;
}

.learn-more a:hover {
  background-color:#1239ac;
}
/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
    margin: 3px 0;
}
.wpcr3_table_2 td {
    font-size: 1em !important;
}
.wpcr3_leave_text {
  font-size: 1.1em;
}
.wpcr3_leave_text {
    margin-bottom: 20px;
}
@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;
}
.wpcr3_button_1 {
    margin-top: 10px;
}
}
@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%;
}
}

/* -----------------------------------------------------------------------
 * Get a Free Estimate Style
 * ----------------------------------------------------------------------- */
#location h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
}

.free-estimate-heading {
    position: relative;
    color: #fff!important;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

textarea {
  resize: none;
}

#contactForm input[type=text],
#contactForm input[type=password],
#contactForm input[type=tel],
#contactForm input[type=email],
#contactForm input.text,
#contactForm input.title,
#contactForm textarea,
#contactForm select {
border: 0px solid #ffa700;
    background: #ffffff17;
    color: #fff!important;
    padding: 10px 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    margin: 10px 0px!important;
    border-radius:15px;
    transition: 0.3s linear;
    width: 100% !important;
}
body:not(.home) #contactForm input[type=text],
body:not(.home) #contactForm input[type=password],
body:not(.home) #contactForm input[type=tel],
body:not(.home) #contactForm input[type=email],
body:not(.home) #contactForm input.text,
body:not(.home) #contactForm input.title,
body:not(.home) #contactForm textarea,
body:not(.home) #contactForm select {border: 2px solid #6e184c !important;background: #fff;color: #000!important;padding: 10px 10px;font-family: 'Roboto', sans-serif;font-size: 14px;font-weight: 600;line-height: 1.42857143;margin: 0px!important;border-radius:15px;transition: 0.3s linear;width: 100% !important;}
#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: #fff!important;
}
body:not(.home) #contactForm input[type=text]::placeholder,
body:not(.home) #contactForm input[type=password]::placeholder,
body:not(.home) #contactForm input[type=tel]::placeholder,
body:not(.home) #contactForm input[type=email]::placeholder,
body:not(.home) #contactForm input.text::placeholder,
body:not(.home) #contactForm input.title::placeholder,
body:not(.home) #contactForm textarea::placeholder,
body:not(.home) #contactForm select {
 color: #000!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 {
  opacity: 1;
}

#contactForm div:nth-child(5) img {
  float: left; margin-top: 0;
}

#contactForm div:nth-child(5) input {
  float: right;
  width: 50% !important;
  height: 50px;
  margin: 0 !important;
} 

#submitter {
  font-size: 16px;
  padding: 20px 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600 !important;
  color: #000;
  cursor: pointer;
  height: auto !important;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -o-border-radius:10em;
  background-color: #ffffff;
  border-radius: 10em;
  margin-top: 20px!important;
  overflow: hidden;
  transition: 0.3s;
  width: 100% !important;
}

#submitter:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

/* -----------------------------------------------------------------------
 * Footer Style
 * ----------------------------------------------------------------------- */
#main-footer {
  background-color: #6e184c;
  padding-top: 30px;
}

#main-footer #footer-widgets {
    margin-bottom: 30px;    
    padding: 3% 0 0;
}

#main-footer .footer-widget {
  color: #fff!important;
	font-family: 'Roboto', sans-serif;
}
#main-footer .footer-widget li {
    list-style: none;
    padding-left: 0px;
}
.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
    margin-bottom: 30px;
}

.footer-widget li:before {
    display: none;
}
#main-footer .footer-widget strong {
  color: #ff18a4 !important;
}

#main-footer .footer-widget .et_pb_widget { 
  float: none;
}

#main-footer #footer-widgets .footer-widget:nth-child(2) > div {
    width: 100%;
}

#main-footer h4 {
  position: relative;
  color: #fff!important;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  padding-bottom: 13px;
  margin-bottom: 17px;
}

#main-footer h4:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #d42b91;
  border-radius:10em;
}

.hours th,
.openinghours td {
  text-align: left !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400!important;
  text-shadow: none !important;
}

.openinghours td, .hours th {
  color: #fff!important;
}

.openinghours tr td:last-child {
  text-align: right!important;
}

#current-day {
    background-color: #d42b91;
}

#current-day td {
  color: #ffffff !important;
  font-weight: 600!important;
}

#text-7 .textwidget br,
#text-7 .textwidget strong {
    display: none;
}

#footer-bottom {
  background-color: #000000 !important;
  color: white;
}

#footer-bottom .container {
  /* border-top: 3px solid rgba(255,255,255,0.1); */
  padding: 10px 0;
}


/* -----------------------------------------------------------------------
 * Helper Style
 * ----------------------------------------------------------------------- */
.pull-right { float: right!important; }
.pull-left { float: left!important; }

/* -----------------------------------------------------------------------
 * Media Queries Style
 * ----------------------------------------------------------------------- */
@media (max-width: 980px) { 
#location h3 {
    text-align: center;
}

.home ul#servcss {
    text-align: center;
}
  .et_header_style_centered #main-header {
    padding: 0px 0 0;
   
  }
  
  .text-logo {
    width:unset;
  }


  .logo_container {
    position: static;
    text-align: center;
  }

  /*.text-logo {
    margin-bottom: 15px;
  }*/

  #mobile_menu {
    top: 33px;
    border-top: 0;
  }


  .home-testimonial .wpcr3_item_name a, .home-testimonial .heading, .home-testimonial .et_pb_text {
    text-align: center;
  }
  
}

@media (max-width: 650px) { 
  .et_monarch .et_social_mobile {
      width: 50% !important;
  }
}

@media (max-width: 600px) { 

  .et_pb_slide_description{
  width: 100% !important;
padding-right: 0px !important;
}
  
}


@media (max-width: 500px) { 
  #contactForm div:nth-child(5) img {
    float: none;
    display: block;
    margin: 0 auto 10px;
    width:50%;
  }

  .text-logo{
    font-size: 24px;
  }
  
  #contactForm div:nth-child(5) input {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 425px) {
  .et_pb_slide_description {
    width: 300px;
    padding: 60px 10px 100px 0;

  } 

  .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
    font-size: 48px!important;
    line-height: normal;
  }
}


@media screen and (max-width: 375px) {
  .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
    font-size: 38px!important;
  }
}
.et-fixed-header #top-menu li a {
    font-size: 12px;
}
/***** BODY FONT-SIZE *****/
body {
    font-size: 17px !important;
}
.wpcr3_content p {
    font-size: 18px !important;
}
/***** CENTER SLIDE DESCRIPTION/BUTTON *****/
@media screen and (max-width:600px) {
.et_pb_slide_description{
  width: 100% !important;
}
}
/***** SET MONARCH SHARE DROPDOWN WIDTH *****/
.et_monarch .et_social_mobile {
    width: 65% !important;
}
/***** FIX DROPDOWN ARROW POSITION *****/
.menu-item-has-children>a:after {
    top: unset !important;
    right: 3px !important;
}
/***** FIX DROPDOWN *****/
.sub-menu {
    padding: 0 !important;
    width: unset !important;
    border-top: 3px solid #ddd !important;
}
.sub-menu li {
    padding: 0 !important;
    line-height: 1.2em !important;
}
.sub-menu li a {
    border-left: 0 !important;
}
.et_mobile_menu .sub-menu {
    border: none !important;
}
/***** FIX MENU SIZING *****/
@media (min-width: 981px) {

span.logo_helper {
    display: none;
}
a.text-logo {
  line-height: 1em;
  display: table-cell;
    vertical-align: middle;
}
}
/***** MORE *****/
@media (max-width: 980px) {
  .et_pb_text,
  .et_pb_widget,
  .module-titles {
    text-align: center;
  }
  .contact-info.pull-right * {
    padding: 0 !important;
}
}
/***** FOOTER, widgets , h1.entry-title *****/
@media (max-width: 980px) {
  #main-footer h4 {
    text-align: center;
}
  .widgettitle:before,
  #main-footer h4:before {
    width: 100%;
}
  body:not(.home) h1.entry-title {
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
}
  .et_pb_widget {
    text-align: center;
}
  footer .et_pb_widget {
    float: none;
  }
}
  #main-footer .container {
    width: 93%;
}
.payments strong, .payments br {
    display: none;
}


/* Full-width clickable mobile menu */
#et_mobile_nav_menu {
    width: 100%;
}
.mobile_menu_bar_toggle {
    height: 100%;
    width: 100%;
    right: 0 !important;
    top: 0 !important;
}
.mobile_menu_bar:before {
  right: 5px !important;
    left: unset !important;
    position: absolute;
    top: 1px;
}
ul#mobile_menu {
    top: 100%;
}
#et-top-navigation > .container.clearfix.et_menu_container {
    width: 100%;
    padding: 0 20px !important;
    max-width: 1200px;
}

/*****************************************
 ********   IF LOGO IS IMAGE     *********
 *****************************************/
.image-logo .logo_container a {
  display: block;
}

@media (min-width: 981px) {
  .image-logo #main-header .logo_container {
    position: static;
    width: auto;
    float: left;
    height: auto !important;
    padding: 10px 0 !important;
  }
}

.et_header_style_centered #logo {
  position: static;
  max-height:120px !important;
}

@media ( min-width: 981px ) {

  .image-logo #top-menu > li > a {
    transition: all .3s !important;
  }
}

@media ( max-width: 980px ) {
  .image-logo .logo_container {
    width: fit-content;
      margin: 0 auto;
	  padding: 0px 0 20px!important;
    height: 100% !important;
  }
  .image-logo .logo_container,
  .image-logo #logo {
      max-height: 120px !important;
    max-width: 100%;
}
}


/*
SIDEBAR FULL-WIDTH WIDGETS ON MOBILE
SIDEBAR LIST ADD BULLET
SIDEBAR TITLE FONT-SIZE
*/

h4.widgettitle {
    font-size: 1.2em;
}
.et_pb_widget svg {
    display: none;
}
@media (min-width: 981px) {
  .et_pb_widget li {
    list-style: disc inside;
  }
}
@media (max-width: 980px) {
  .et_pb_column .et_pb_widget:nth-child(n) {
      width: 100% !important;
      max-width: 100% !important;
      margin-right: 0 !important;
      margin-left: 0 !important;
  }
}

/***************************
FORMAT LISTS IN CONTENT ONLY
***************************/
article div:not(.et_pb_widget_area) ul:not(#servcss) li,
article div:not(.et_pb_widget_area) ol li {
    margin-bottom: 1em;
}

#left-area ul,
.entry-content ul,
.comment-content ul,
body.et-pb-preview #main-content .container ul,
#left-area ol,
.entry-content ol,
.comment-content ol,
body.et-pb-preview #main-content .container ol {
    padding-bottom: 0;
}

/***********
FOOTER FIXES
***********/
.fwidget {
    width: 100%;
}
#social-icons {
    text-align: inherit;
}

@media (max-width:980px) {
.et_pb_widget {
    text-align: center;
}
.paymentType {
    display: inline-block;
    float: none;
}
}

#social-icons .social-icon {
    filter: drop-shadow(0 1px 1px rgba(0,0,0,.75));
}


@media (max-width: 767px) {
.hours, .openinghours {
    width: 100%;
    text-align: center;
}
}



#mobile_menu li a {
text-transform: capitalize !important;
}

@media screen and (max-width: 981px) and (min-width: 767px) {
.footer-widget:nth-child(n) {
width: 100% !important;
}
#footer-widgets .footer-widget:nth-child(n), #footer-widgets .footer-widget {
margin-bottom: 5% !important;
}
#footer-widgets .footer-widget .fwidget {
margin-bottom: 5%;
}
.openinghours {
margin: none;
}
.hours, .openinghours {
width: 65%;
margin: 0 auto !important;
}
}
.bottom-header-inner {
    /* width: 100%; */
    display: flex;
    justify-content: center;
    padding:5px 0;
    /* background: #1239AC; */
}
.box-h-all {
	display:flex;
    align-items:center;
}
.address {
	margin:0 15px;
}
.info {
	text-align: left;
}
.info p {
    font-weight: bold;
    padding-bottom: 5px !important;
	
}
.info a, .info span {
	font-weight: 400;
	color: #fff !important;
	font-size:14px;
}

.logo_container {
  display: table;
  padding:20px 0 !important;
  height:auto !important;
  width:100%;
}
.et_pb_slide {
    padding: 0 0%;
}
.et_pb_slider .et_pb_slide_0 {
    background-position: center !important;
}
.et_pb_slider .et_pb_container {
    width: 80%;
    max-width: 1080px;
}
.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 16% 0%;
}
.section-slider {
	background:#1239AC;
}
.row-slider {
	overflow:hidden;
	display:flex;
}
.col-left-image-slider {
	 background: url(https://aardvarkcleaningcompanypa.com/wp-content/uploads/2024/03/slider-left-image.webp);
    background-position: center;
    background-size: cover;
    z-index: 1;
	overflow: hidden;
  animation: zoom-in-zoom-out 7000ms ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.col-right-image-slider {
background:#1239AC;
padding:120px 0;
display:flex;
align-items:center;
justify-content:center;
}
.col-right-image-slider:before {
    background: url(https://aardvarkcleaningcompanypa.com/wp-content/uploads/2023/02/slider.svg);
    background-size: cover;
    content: '';
    position: absolute;
    left: -300px;
    top: 0;
    height: 100%;
    width: 100%;
}
.main-slider {padding-right:50px;text-align:right;display: flex;flex-direction: column;}
.main-slider-little-title {
	position:relative;
	font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
	line-height:normal;
}
.main-slider-little-title:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 120px;
    height: 5px;
    width: 30px;
    content: "";
    background-color: #d52b92;
    border-radius: 2px;
}
.main-slider-title h1 {
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	line-height:normal;
	letter-spacing: -0.04em;
	max-width: 500px;
	text-align: right;
	float: right;
}
.main-slider-star-1 {
    position: absolute;
    top: -80px;
    left: -70px;
    z-index: 111111111111;
}
.main-slider-star-2 {
    position: absolute;
    top: -20px;
    left: -335px;
    z-index: 111111111111;
}
.main-slider-star-3 {
    position: absolute;
    top: 70px;
    left: -70px;
    z-index: 111111111111;
}
.main-slider-star-1 img, .main-slider-star-2 img, .main-slider-star-3 img {
	opacity:0.5;
}
.zoominout {
    animation-name: zoomInOut;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes zoomInOut {
	0% {
		-webkit-transform: rotate(0deg) scale(0.7);
		transform: rotate(0deg) scale(0.7);
		opacity: 0;
	}

	50% {
		-webkit-transform: rotate(180deg) scale(1);
		transform: rotate(180deg) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: rotate(360deg) scale(0.7);
		transform: rotate(360deg) scale(0.7);
		opacity: 0;
	}
}
.row-nap {
	display:flex;
}

.nap-box-clear {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    opacity: 0;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: -1;
	
}
.col-nap:hover .nap-box-clear {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.nap-box-clear:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgb(110 24 76);
    border-radius: 30px;
}
.col-nap:hover .nap-box-icon .fa {
    color: #6e184c;
    background: #fff;
    border: 10px solid #d52b92;
}
.col-nap:hover .nap-box-line1, .col-nap:hover .nap-box-line2 {
    background: #d52b92;
}
.nap-box {
    position: relative;
    display: block;
    text-align: center;
    border-radius: 30px;
    padding: 40px 20px 40px;
    overflow: hidden;
    z-index: 1;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.nap-box-icon {
border-radius: 10em;	
}
.nap-box-icon .fa {margin-bottom: 0px;border-radius: 10em;padding: 10px;display: flex;justify-content: center;align-items: center;line-height: 48px;width: 150px;height: 150px;font-size: 55px;color: #fff;background: #6e184c;border: 10px solid #d52b92;}

.nap-box-title {
    margin:10px 0;
}
.nap-box-title h3 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: normal;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 0px;
}

.nap-box-line {
    display: flex;
    margin-top: 20px;
}
.nap-box-line1, .nap-box-line2 {
	width:30px;
	height:5px;
	background: #d52b92;
	margin: 10px;
	border-radius:30px;
}
.col-nap:hover .star-icon {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.star-icon {
    opacity: 0.5;
    position: absolute;
    bottom: 5px;
    right: -5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.star-icon img {
	width:50%;
}
.row-flex {
	display:flex;
    align-items:center;
}
.image-2 {
    position: absolute;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    top: 0;
    right: 40px;
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.image-2 img, .image-3 img {
    border-radius: 50% !important;
    width: 150px;
    height: 150px;
    -webkit-box-shadow: 6.157px 7.88px 50px 0px rgb(12 12 12 / 15%) !important;
    box-shadow: 6.157px 7.88px 50px 0px rgb(12 12 12 / 15%) !important;
    border: 6px solid #fff !important;
	object-fit:cover;
	object-position:center;
}
.image-3 {
    position: absolute;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    bottom: 31px;
    left: -10px;
	-webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

@keyframes float-bob-y {
	0% {
		transform: translateY(-20px);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(-20px);
	}
}
.small-title {
font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    line-height: normal;
    margin-left: 40px;
}
.small-title:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0px;
    height: 5px;
    width: 30px;
    content: "";
    background-color: #d52b92;
    border-radius:15px;
}
h1.entry-title {
    font-family: 'Roboto', sans-serif;
}
.home h2.entry-title {
 	 font-family: 'Roboto', sans-serif;
     font-size: 40px !important;
    line-height: normal;
    font-weight: bold !important;
    text-align: left;
    color: #fff;
    padding-bottom: 0px;
}

/* services box */
.section-title-service {/* padding-bottom:345px !important; */}
.title-service {
	color: #6e184c;
	line-height:normal;
	font-size: 40px;
	font-weight:bold;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	margin-bottom: 30px;
}
.row-services {
	display:flex;
}

.section-services .et_pb_row:first-child {
	    margin-top: -422px;
}
.col-services {
position: relative;
    display: block;
    background-color: white;
    -webkit-box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
    border-radius: 15px;
    text-align: center;
}

.services-box-img {
	text-align:center;
	position:relative;
	overflow:hidden;
}
.services-box-img img {
	display:block;
	width:100%;
	border-top-left-radius:15px;
    border-top-right-radius:15px;
}
.services-box-img:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgb(18 57 172 / 50%);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	z-index: 1;
}

.col-services:hover .services-box-img:before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

.col-services:hover .icon-service img {
		background:#1239AC;
}
.services-box-content {
    padding:0px 20px 20px;
}
.service-box-title {
	display:flex;
    align-items:center;
    justify-content:center;
    min-height:90px;
    border-radius: 0px 30px 0 0;
	transition: 0.3s ease-in-out;
}
.service-box-title h3 {
color:#000;
font-weight:bold;
text-align:center;
padding-bottom:0px;
}
.col-services:hover .service-box-title h3 {
	color:#FFA700;
}
.services-box-content p {
	color:#000;
}
/* end services box */

/* SERVICES STYLE */
.icon-service {
    z-index: 1;
    position: absolute;
    /* margin-top: -65px; */
    text-align: center;
    top: 50%;
    left: 35%;
}

.srvElementFullWidth .icon-service {
    z-index: 1;
    position: absolute;
    /* margin-top: -65px; */
    text-align: center;
    top: 50%;
    left: 35%;
}
.icon-service img {
	background:#FFA700;
	border-radius:15px;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	width: 100px;
}
.srvBlock {
    max-width: 1366px;
    padding: 20px 10px 0px;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    margin: 0 auto;
}

.srvElement {
    width:fit-content;
    float: left;
    padding: 0px;
    margin: 0px 1%;
    background-color: rgb(255 255 255);
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 49%);
}

.srvElementFullWidth {
    margin: 20px 20px 0px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.title-services p {
    color: #000;
    font-size: 35px;
    padding: 0px;
    font-weight: bold;
    text-align: center;
}

.srvElementHeader {
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #1338a9;
    border-radius: 10px 10px 0 0;
    border-bottom: 5px solid #FFA700;
}

.srvElementHeader h2 {
    color: #fff;
    font-size: 120%;
    padding: 0px;
    font-weight: bold;
}

.srvElementContent {
    text-align: justify;
    padding: 10px;
    padding-top: 50px;
}
.srvElementFullWidth .srvElementHeader {
    width: 100%;
}

.srvElementFullWidth .srvElementBody {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.srvElementFullWidth .srvElementImg {
    width: 30%;
}
.srvElementFullWidth .srvElementContent {
    width: 70%;
    padding-left: 20px;
}

.srvElement:hover .srvElementHeader{
    background-color: #fba302;
    color: #ffa601;
}
.srvElementHeader:hover h2{
    color: #fff;
}

@media only screen and (max-width: 981px) {
    .srvBlock {
        display: block;
        height: 100%;
        padding: 0px;
        margin-bottom: 0px;
    }
    .srvElement {
    width: 100%;
    margin: 15px auto 0px;
}
.srvElementFullWidth {
    margin: 15px auto 0px;
    display: inline-block;
}

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

.srvElementFullWidth .srvElementBody {
    display: block;
}

.srvElementFullWidth .srvElementImg {
    width: 100%;
}

.srvElementFullWidth .srvElementContent {
    width: 100%;
    padding: 5px;
}

.srvElementBody {
    padding: 10px;
}
}

.service-title {
	text-align: center !important;
	font-weight: bold; 
	color: #fff!important; 
	text-shadow: 0px 0px 15px #0a1f54;
}

/* END SERVICES STYLE */

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

/* END ADDITTIONAL SERVICES STYLE */


.line-c {
    height: 5px;
    width: 40px;
    background-color: #d52b92;
    border-radius: 2px;
    /* margin: 0 auto; */
}
.title-c {
	font-size: 40px;
    font-weight: 700;
    line-height:normal;
	color:#fff;
	text-align:center;
}

.testimonials-section {
padding: 0px !important;
    background: url(https://aardvarkcleaningcompanypa.com/wp-content/uploads/2024/03/background-contact-form.webp);
    background-position: 100% 100%;
    background-size: contain;
}
.row-contact-form {padding:0px !important;display:flex;}
.contact-form-left {
	padding: 50px 0;
}
.contact-form-left:before {
    position: absolute;
    top: 0px;
    left: -1000px;
    right: -220px;
    bottom: -2px;
    content: "";
    background-color: #6e184c;
    border-right: 15px solid #d52b92;
    z-index: -1;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.col-right-contact-form {
	display:flex;
	align-items:center;
	justify-content:center;
}
.contact-call-button {
    position: relative;
    bottom: -110px;
    right: -135px;
    display: flex;
    align-items: center;
    z-index: 1;
}
.contact-call-button:before {
    position: absolute;
    top: -18px;
    bottom: -18px;
    left: 45px;
    right: -50px;
    content: "";
    background-color: #000000;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    z-index: -1;
}
.contact-call-button-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    width: 96px;
    background-color: #d52b92;
    border-radius: 50%;
    font-size: 46px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.contact-call-button-icon:before {
    position: absolute;
    top: 0;
    left: -8px;
    right: 8px;
    bottom: 0;
    content: "";
    background-color: #6e184c;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}
.contact-call-button-icon span {
    position: relative;
    display: inline-block;
    right: 8px;
    z-index: 2;
}
.contact-call-button-content {
    margin-left: 20px;
}
.contact-call-button-sub-title {
    color: #d52b92;
    padding-bottom:0px;
    margin-bottom:10px;
}
.contact-call-button-number {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}
.contact-call-button-number a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
#home-testimonial-wrapper {
	    padding-bottom: 250px !important;
}
.col-testimonials-content {
    background: #1239ac;
    padding: 40px 50px 20px;
}
.home div.wpcr3_dotline {
border-bottom: 0px dotted #ccc !important;
}
.home div.wpcr3_review blockquote.wpcr3_content {
	padding-bottom:0px;
	margin-bottom:0px;
}

.col-testimonials-content .fa {
color: #fff;
    font-size: 40px;
    line-height: 60px;
    position: absolute;
    right: -60px;
    top: -70px;
    transform: translateX(-50%);
    background: #ffa700;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10em;
}
.row-services-list {
	    position: relative;
	    display: block;
	    border-radius: 15px;
	    background-color: #6e184c;
	    -webkit-box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
	    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
	    padding: 72px 0px 73px;
	    margin-top: -190px;
	    z-index: 5;
}
.row-services-list:before {
    position: absolute;
    top: 15px;
    left: -20px;
    right: -20px;
    bottom: 15px;
    content: "";
    border-radius: 15px;
    background-color: white;
    -webkit-box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
    z-index: -1;
}
.service-line {
	margin-top:-60px;
}
.service-line-one {
	border-radius:15px;
	margin:0 auto 5px;
	width:300px;
	height: 5px;
	background-color: #d52b92;
}
.service-line-two {
	border-radius:15px;
	margin:0 auto;
	width:250px;
	height: 5px;
	background-color: #6e184c;
}
.img-icon-clean i {
    z-index: 11111;
    font-size: 65px;
    background: #fff;
    color: #6e184c;
    padding: 5px;
    border-radius: 10em;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -75px auto 0;
    -webkit-box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 20%);
}
.title-services-list {
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #000 !important;
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 30px;
}
.services-list {
    padding: 20px;
	margin-bottom:50px;
}
/* add buttons*/
/* .booking-button-switch {
display:none !important;
} */
.button-quote-header {
    /* text-align: center; */
    /* padding: 10px 0; */
    /* background: #001041; */
}
#main-footer .listing-rev-btn {
    padding: 7px 15px 7px 15px;
    border: 2px solid #d52b92;
    border-left: 0px;
    bottom:5px;
    background: #6e184c;
    color:#fff;
    text-transform: uppercase;
    font-size:15px;
    justify-content:center;
    width:225px;
    border-top-right-radius: 3em;
    border-bottom-right-radius: 3em;
}

#main-footer .listing-rev-btn:hover{
	background: #6e184c;
}

#main-footer .listing-rev-btn:hover .fa{
	color:#fff;
}
#main-footer .listing-rev-btn img {
  display:none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #ffffff;
}
.top_button {
    background-color: #fff;
    border: 2px solid #fff;
    position: relative;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: 10em;
    color: #6e184c;
    padding: 8px 20px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
}

.top_button:hover{
	    background-color: #000000;
	    border: 2px solid #000000;
	    color: #fff;
}

.top_button:hover .fa{

    color: #fff !important;
}
.top_button .fa {
    padding: 5px 5px 5px 0px !important;
}
.floating-estimate-btn {
    text-align: center;
    padding: 7px 15px 7px 15px;
    background-color: #6e184c;
    color: #ffffff !important;
    border-top-right-radius: 3em;
    border-bottom-right-radius: 3em;
    border: 2px solid #d52b92;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: uppercase;
    width: 225px;
}

.floating-estimate-btn:hover{
	background-color: #d52b92;
}

/* end add buttons */
/* blog */
.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;
}
/* end blog */
/* badges */
.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.badge-holder {
    background: #6e184c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 170px;
    padding: 20px 20px 20px 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
    border: 1px dashed #ffffff;
    border-radius: 5px;
}
.badge-holder:hover {
    box-shadow: 0px 0px 8px 0px #fcfffc99;
}
.badge-holder img {
    width: 60%;
    padding-bottom: 10px;
}
p.badge-content {
    color: #fff;
    text-align: center;
    line-height: 1.2em;
    text-transform: capitalize;
    font-size: 16px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.badge-title {
    background: #ffffff;
    font-size: 15px;
    width: 90%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    bottom: -15px;
    color: #000000;
    font-weight: bold;
    border-radius: 5px;
}
.badge-title span {
    font-size: 14px;
}
/* reviews */

.owl-stage {
    display: flex;
    align-items: center;
}
.external-reviews-holder {
    z-index: 99;
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 100%;
    padding: 20px 10px;
    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: #fff;
    font-weight: 600;
    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: #fff;
}
.external-review-author {margin: 0 5px;}

.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;
  padding: 0 25px;
  width: 95%;
  color: #fff;
  font-weight: 300;
  position: relative;
}
.external-review-text:before {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    left: 5px;
    top: 0;
    opacity: 0.5;
}
.external-review-text:after {
    content: '\f10d';
    font-family: 'FontAwesome';
    position: absolute;
    right: 5px;
    bottom: 0;
    opacity: 0.5;
}
a.add-reviews-link {
    color: #ed9e02;
    text-transform: uppercase;
    border-radius: 5em;
    font-size: 14px;
    font-weight: 600;
    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 */
@media screen and (max-width:1024px) {
	.row-contact-form {
    flex-direction: column;
}
	.contact-form-left, .col-right-contact-form {
		width:100% !important;
	}
	.contact-form-left:before {
    background-color: transparent;
    border-right: 0px solid #ffa700;
    -webkit-transform: skewX(0);
    transform: skewX(0deg);
	left: 0px;
    right: 0;
	}
#contact-form {
    background: #6e184c;
}
	.contact-form-left {
    padding: 0px 0;
}
	.contact-call-button {
    bottom: 0px;
    right: 0px;
	}
	.testimonials-section {
    background-size: cover;
}
	.col-right-contact-form {
		    padding: 100px 0;
	}
	.img-icon-clean i {
    margin: -120px auto 0
	}
}
@media screen and (max-width:980px) {
.hours, .openinghours {
    width: 100%;
	}
	#et-top-navigation {
    padding: 0px 0 0;
}
	.et_header_style_centered #et_mobile_nav_menu {
    margin-top: 0px;
}
	.image-logo #et-top-navigation {
    padding: 0px 0 0;
}
	.row-slider, .row-nap, .row-services, .row-flex {
    flex-direction: column;
}
	.row-services {
		padding-bottom:0px !important;
	}
.col-left-image-slider {
   min-height: 500px;
}
	.main-slider {
    text-align: center;
}
.main-slider-little-title:before {
    right: 50%;
    top: 40px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}
	.main-slider-title h1 {
    margin-top: 40px;
    text-align: center;
    max-width: 700px;
}
	.image-1, .small-title, .home h2.entry-title, .btn-about, .wpcr3_review, .wpcr3_item_name,
	.et_pb_post h2.entry-title,
    .et_pb_title_meta_container,
    .post-meta {
		text-align:center;
	}
	.small-title {
    margin-left: 0px;
}
.small-title:before {
	top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.col-testimonials-content {
    padding: 40px 30px 20px;
}
.col-right-image-slider:before {
    left: 400px;
    top: -502px;
    height:502px;
}
	.main-slider {
padding:0px 25px;
	}
}
@media screen and (min-width:981px) {
	.logo_container {
    max-width: 30%;
	}
	
.container_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding-left:0px !important;
}
}
@media screen and (max-width:600px) {
	.bottom-header-inner {
		flex-direction:column;
		align-items: center;
	}
.logo_container {
    padding-bottom: 20px !important;
}
	.address {
    margin: 0 0px;
}
	.main-slider-title h1 {
    font-size: 35px;
    margin-top: 35px;
	}
	.contact-call-button:before {
    right: -10px;
	}
	.contact-call-button-content {
    margin-left: 15px;
}
	.image-2 {
    top: -10%;
    right: -25px;
	}
	.contact-form-section {
    background-position: 65% 100%;
	}
.col-right-image-slider:before {
    left: 90px;
}
	.badge-holder {
    width: 100%;
	}
}
@media screen and (max-width:1024px) and (min-width:1024px) and (max-height:1366px) and (min-height:1366px) {
.col-right-image-slider:before {
    left: -370px;
}
}
@media screen and (max-width: 600px) and (min-width: 500px) {
	.col-right-image-slider:before {
    left: 235px;
}
}
@media screen and (max-width: 500px) and (min-width: 426px) {
	.col-right-image-slider:before {
    left: 130px;
}
}

/* TESTIMONIALS REVIEW */

.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: 10px;
    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: 10px 0 30px;
}

.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: 30px;
}

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

.review-from-logo {
    width: 5rem;
    height: auto;
    filter: invert(1);
}

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

    .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: #1a202c;
    border-radius: 50%;
    cursor: pointer;
    background: white;
	width: 40px;
height: 40px;
border-style:solid;
}

.nav-arrows button:hover {
    background: #1a202c;
    color: white;
}

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

.rotate-180 {
    rotate:180deg;
}

/* END TESTIMONIALS REVIEW */

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


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

.testimonial-subject{
	color:#fff;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 25px;
}

.testimonial-content{
	color:#fff;
}

.reviewer-name{
	color: #ffffff;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 18px;
}
	
.wpcr3_button_1{
	background: #6e184c;
	border: 2px solid #fff;
	position: relative;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: none;
	border-radius: 10em;
	color: #fff;
	padding: 15px 20px;
/* 	margin-top: 30px; */
	transition: 0.3s ease-in-out;
	letter-spacing: 0.1em;
	text-align: center;
}
.wpcr3_button_1:hover {
  background:#fff;
  border: 2px solid #6e184c;
  color: #6e184c;
  font-weight: bold;
}

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

#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;
}
#home-map iframe {
    width: 100%;
    height: 550px;
}
.testimonials-container {
    background: #000000;
    padding: 50px 20px 20px;
    margin-top: -60px;
}

.quote-icon {
    text-align: center;
    z-index: 5;
    position: relative;
}

.quote-icon .fa {
    font-size: 40px;
    width: 70px;
    height: 70px;
    background: #d52b92;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
}
#custom-slider .colm-2 {
    background: #6e184c;
    padding: 60px 20px;
}
.custom-top-header {
    display: flex;
    background: #6e184c;
    justify-content: space-between;
    padding: 10px 20px;
    flex-wrap: wrap;
    align-items: center;
}

#et-top-navigation > .container.clearfix.et_menu_container::after {
    content: unset;
}
.main-slider-button {
    display: flex;
	flex-wrap: wrap;
	gap: 20px 0;
    justify-content: right;
    margin-top: 20px;
}
.top_button .fa {
    color: #6e184c !important;
}
.call-now-text {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-transform: capitalize;
}
.banner-phone {
    text-align: center;
    margin: 30px 0 !important;
}

.banner-phone a {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    color: #d52b92;
}

@keyframes animate-pulse{
    0%{
        box-shadow: 0 0 0 0 rgb(255 255 255), 0 0 0 0 rgb(255 255 255 / 40%);
    }
    40%{
        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0.0), 0 0 0 0 rgb(255 255 255 / 40%);
    }
    80%{
        box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
    }
    
}


#cont-sec img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
#cont-sec .et_pb_image_wrap, #cont-sec .et_pb_image {
    height: 100%;
    width: 100%;
}
#cont-sec .et_pb_row { 
	display: flex;
}
.content-img img {
    border-radius: 100px 0;
    box-shadow: 10px 10px 0px #d52b92;
}
#gallery img {
	height: 190px;
	 width: 100%;
	object-fit: cover;
}
#post-876 li {
    background: #6e184c;
    padding: 10px !important;
    background: linear-gradient(90deg, rgb(110 24 76) 0%, rgba(87, 199, 133, 0) 100%);
}
#post-876 li a {
    color: #fff;
}

/** contact page CF **/
.page-id-2425 form#contactForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.page-id-2425 #contactForm > div:nth-child(-n + 2) {
    width: 48%;
}

.page-id-2425 #contactForm > div {
    width: 100%;
}

.page-id-2425 .nap_cf_vercode_container p {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.page-id-2425 .nap_cf_vercode_container input {
    margin: 0 !important;
}
.page-id-2425 #submitter {
	margin-top: 0 !important;
	color: #fff;
	background: #6e184c;
}

.page-id-2425 .contact-nap {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 5;
	padding: 20px;
}

.page-id-2425 .contact-nap .col {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/** testimonials page **/
.wpcr3_review {
    width: 100%;
    max-width: 48%;
    background: #ffffff;
    padding: 20px;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.wpcr3_item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.wpcr3_item_name, .wpcr3_aggregateRating {
    max-width: 100%;
    width: 100%;
}

.wpcr3_review span {
    display: block !important;
}
.page-id-2426 blockquote {
    text-align: justify;
    margin: 20px 0 0;
    padding: 0 !important;
}

.wpcr3_review_title {
    margin-top: 20px;
    font-size: 20px !important;
    font-weight: bold;
}
@media (max-width: 980px) {
	#custom-slider .colm-1 {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-slider-button {
    justify-content: center;
}
	#custom-slider .colm-2 {
    padding: 20px;
}
	.video_popup {
    right: 28% !important;
    bottom: 10% !important;
}
	.testimonials-section {
    background-color: rgb(0 0 0 / 60%);
    background-blend-mode: overlay;
    padding: 50px 20px !important;
}
	.col-right-contact-form {
    padding: 30px 0;
}
		.cs1 .et_pb_row {
		flex-direction: column-reverse;
	}
	.cs2 .et_pb_row {
    display: block !important;
}
	.cs1 img {
		margin-bottom: 30px;
	}
	.et_right_sidebar #sidebar {
    margin-top: 50px;
}
	#sidebar #servcss li {
    text-align: center;
}
}
@media (max-width: 840px) {
	.custom-top-header {
    flex-direction: column;
    justify-content: center;
}
	.banner-phone a {
    font-size: 30px;
}	
	.row-services-list {
    margin-top: 50px;
}
	#custom-slider {
    background-position: 20% center;
}
}
@media (max-width: 767px) {
	#post-876 li {
    background: linear-gradient(90deg, rgb(110 24 76) 100%, rgba(87, 199, 133, 0) 100%);
}
}
@media (max-width: 500px) {
	.video_popup {
    right: 25% !important;
    bottom: 0% !important;
}
.main-slider-button {
    margin-top: 20px;
}
	.button {
    padding: 10px;
    margin-left: 0;
}
	#custom-slider .colm-1 {
    height: 500px;
    margin: 0;
}
	.wpcr3_review {
    max-width: 500px;
    margin: 20px auto 0;
}
	#servcss li {
    margin: 10px;
    padding: 0;
}
	.service-line-one {
    width: 100%;
}
	#custom-slider {
    background-position: 25% center;
}
	.page-id-2425 #contactForm > div:nth-child(-n + 2) {
    width: 100%;
}
}

@media (max-width: 420px) {
	.video_popup {
    right: 18% !important;
}
}

#content-area {
    text-align: justify;
}
