/* 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: 'Roboto Condensed', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
	color: #1d1d1d;
	font-weight: 300;
  }
  h1,h2,h3,h4,h5,h6 {
  font-family: 'Rubik', sans-serif;
  }
  p strong {
  font-family: 'Rubik', sans-serif;
	font-size: 18px;
	font-weight: 500;
  }
  div#page-container {
	overflow: hidden;
  }
  .et_pb_row {
	width: 95% !important;
  }
  /*HEADER STYLES*/
  header#main-header {
   background-color: #fff !important;
  }
  .header-menu-container {
   width: 95%;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 10px 0;
  }
  
  .header-info-holder {
   width: calc(100% - 50px);
   margin-right: 18px;
  }
  
  .logo_container {
   position: relative !important;
   display: flex;
  }
  
  .text-logo {
   display: flex;
   justify-content: center;
   align-items: center;
   font-family: 'Rubik', sans-serif;
   color: #1d1d1d;
  }
  .text-logo-icon {
   width: 50px;
   margin-right: 5px;
  }
  .header-info-block {
   display: none;
  }
  
  div#et-top-navigation {
   padding: 0 !important;
  }
  
  
  
  .add-info-btn {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   background: #16234B;
   width: 50px;
   padding: 10px;
   border-top-left-radius: 10px;
   border-bottom-left-radius: 10px;
   cursor: pointer;
   box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
   border: 1px solid #fff;
   border-right: none;
  } 
  .add-info-block {
   display: flex;
   justify-content: center;
   align-items: flex-start;
   width: 240px;
   position: fixed;
   right: -190px;
   -webkit-transition: right 0.4s ease-in-out;
   transition: right 0.4s ease-in-out;
  }
  
  .open-info {
   right: 0;
  }
  
  .open-info #add-info-open-icon {
   display: none;
  }
  
  .open-info #add-info-close-icon {
   display: block;
  }
  .add-info-container {
   background: #f2b654;
   display: flex;
   flex-direction: column;
   padding: 20px;
   width: 190px;
   height: auto;
   border-bottom-left-radius: 10px;
   box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
  }
  
  .add-info-btn .fa {
   color: #ffffff;
  }
  #add-info-close-icon {
   display: none;
  }
  .add-info-btn span {
   line-height: 1;
   color: #ffffff;
   margin-top: 5px;
   font-size: 12px;
  }
  
  
  .add-info-container a, .header-location-container {
   color: #000000;
   font-size: 15px;
   display: flex;
   justify-content: space-between;
   font-weight: 400;
   text-align: right;
   width: 100%;
  }
  .email-btn {
   margin: 10px 0;
  }
  .add-info-container .fa {
   margin-right: 5px;
   margin-top: 2px;
  }
  
  .mobile_menu_bar {
   padding: 0 !important;
  }
  
  .hours-holder {
   display: flex;
   justify-content: space-between;
   align-items: center;
   line-height: 1;
   margin-top: 10px;
  }
  .hours-holder .fa {
   color: #000000;
  }
  
  a.hours-box {
   padding: 0 !important;
  }
  .header-info-block a.hours-box {
   pointer-events: none;
  }
  .hours {
   border: none;
   height: auto;
   box-shadow: none;
   background: transparent;
  }
  
  .hours img {
   display: none;
  }
  
  .hours p {
   padding: 0 !important;
   font-size: 15px !important;
   text-shadow: none;
   color: #000000;
   font-family: 'Roboto Condensed', sans-serif;
   text-align: right;
  }
  
  
  ul#mobile_menu {
	top: 100%;
	background-color: #16234B !important;
	border-color: #f5b855 !important;
	height: auto !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: #bfbfbf;
  }
  .et_mobile_menu .current_page_item a {
	color: #ffffff !important;
	opacity: 1 !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: #16234B;
  }
  /*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: 500px !important;
   min-height: 500px !important;
   height: calc(100vh - 154px) !important;
   background-position: 57%;
  }
  
  .et_pb_fullscreen .et_pb_fullwidth_header_container {
   max-height: 400px !important;
   min-height: 400px !important;
   height: calc(10vh - 154px) !important;
   width: 95%;
   max-width: 600px;
  }
  
  .header-content {
   margin: 0 auto !important;
   padding: 0px !important;
   width: 100% !important;
   max-width: 1080px !important;
  }
  
  
  .header-title {
   font-family: 'Rubik', sans-serif;
   font-size: 43px;
   font-weight: 500;
   /* width: 212px; */
   line-height: 1.1;
   filter: drop-shadow(2px 4px 6px grey);
   text-align: center;
   display: inline-flex;
  }
  
  .header-subtitle {font-weight: 700;line-height: 1.2;margin: 20px auto;filter: drop-shadow(1px 2px 0px grey);text-align: center;max-width: 323px;}
  
  .button {
   background: #F5B855;
   color: #000000;
   line-height: 1;
   height: 40px;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 5px 10px;
   max-width: 240px;
   margin: 0 auto;
   font-weight: 500;
   filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
   margin-left: 0;
  }
  .button:hover {background: #16234b;color: white;}
  .button .fa {
  margin-right: 5px;
  }
  
  @media screen and (max-width:981px){
   .booking-button-switch{
	/* margin-bottom:15px; */
   }
	   
  }
  
  @media screen and (max-width:600px){
	  .slider-button {
		  margin-top: 0;
		  margin-bottom: 0;
		  display: flex;
		  flex-direction: column;
		   align-items: center;}
	  
	  .slider-button .booking-button-switch {
		  margin-bottom: 15px;
		  
	  }
  }
  /* FIRST CONTENT SECTION STYLE */
  
  .entry-title {
   text-align: center;
   font-size: 26px !important;
   color: #1d1d1d;
   font-weight: 600;
  }
  .home .entry-title {
  text-align: center !important;
  }
  
  div#home-title-block {}
  
  div#home-title-block-container-firstpar {
   display: flex;
   flex-direction: column-reverse;
  }
  
  div#home-title-block-txt-col {
   margin-bottom: 30px !important;
  }
  
  .section-title-heading {
   margin-bottom: 10px;
   color: #16234b;
   font-weight: 700;
   /* font-size: 36px; */
   line-height: 1;
  }
  
  .content-button {
   background: #f5b855;
   color: #000000;
   line-height: 1;
   display: inline-block;
   padding: 12px 10px;
   width: 100%;
   max-width: 240px;
   text-align: center;
   font-weight: 500;
   filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  }
  .content-button:hover {background: #16234b;color: white;}
  .content-button .fa {
  margin-right: 5px;
  }
  div#home-title-block .button-holder {
   margin-top: 30px;
   text-align: center;
  }
  
  /* BADGES SECTION STYLE */
  
  div#css-badges-section {
   background-color: #ffffff!important;
  }
  .badge-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
  }
  .badge-block {
	display: flex;
	height: 105px;
	margin: 1px 1px;
	-webkit-box-shadow: 0 5px 83px 0 rgb(40 40 40 / 12%);
	-khtml-box-shadow: 0 5px 83px 0 rgba(40,40,40,.12);
	-moz-box-shadow: 0 5px 83px 0 rgba(40,40,40,.12);
	-ms-box-shadow: 0 5px 83px 0 rgba(40,40,40,.12);
	-o-box-shadow: 0 5px 83px 0 rgba(40,40,40,.12);
	box-shadow: 0 5px 83px rgb(40 40 40 / 12%);
	padding: 10px;
	background: #f5b855;
  }
  .badge-block img {
	/* width: 72px; */
	height: 65px;
	padding-right: 5px;
  }
  .badge-content {
	width: calc(100% - 60px);
  }
  .badge-content .title {
	line-height: 1;
	font-size: 18px;
	color: #16234b;
	margin-bottom: 5px;
	letter-spacing: 1px;
  }
  .badge-content .content {
	font-size: 15px;
	text-transform: capitalize;
	line-height: 1.2;
	min-width: 180px;
	max-width: 180px;
	min-height: 42px;
	border-top: 1px solid #16234b;
	padding-top: 5px;
	margin-top: 5px;
	font-weight: bold;
	color: #16234B;
  }
  
  .badge-block:hover {
   background: #16234B;
  }
  
  .badge-block:hover img {
   filter: grayscale(1) invert(1) brightness(1.5);
  }
  
  .badge-block:hover .title {
   color: #fff;
  }
  
  .badge-block:hover  .content {
   color: #fff;
   border-color: #fff;
  }
  
  
  /* SERVICES SECTION STYLE */
  
	div#services-title-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

  .services-section-heading .section-title-heading {
   color: #fff;
   filter: drop-shadow(1px 1px 0px black);
   text-align: center;
  }
  
  .srvBlockTitle p {
   font-size: 26px !important;
   font-weight: 600;
   color: #fff;
   filter: drop-shadow(1px 1px 0px black);
   text-align: center;
  }
  
  .srv-blurb-section {
   filter: drop-shadow(1px 1px 0px black);
   display: flex;
   justify-content: space-evenly;
   margin-top: 30px;
  }
  
  .srv-blurb-box {
   color: #fff;
   width: 100px;
   text-align: center;
  }
  
  .srv-blurb-box .fa {
   font-size: 45px;
  }
  .srv-blurb-box .fa-users {
   font-size: 40px;
  }
  .srv-blurb-box .fa-users:before {
  }
  .srv-blurb-title {
   line-height: 1.3;
  }
  
  
  
  .srvElement {max-width: 500px;margin: 0 auto;box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);border: 2px solid #f5b855;background: #fff;margin-bottom: 50px;-webkit-box-shadow: 0 5px 83px 0 rgb(40 40 40 / 12%);-khtml-box-shadow: 0 5px 83px 0 rgba(40,40,40,.12);-moz-box-shadow: 0 5px 83px 0 rgba(40,40,40,.12);-ms-box-shadow: 0 5px 83px 0 rgba(40,40,40,.12);-o-box-shadow: 0 5px 83px 0 rgba(40,40,40,.12);box-shadow: 0 5px 83px rgb(40 40 40 / 12%);}
  .srvElement:last-child {
  margin-bottom: 0;
  }
  
  .srv-icon {
   position: absolute;
   background: #16234B;
   width: 75px;
   height: 75px;
   bottom: -37px;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 9999;
   border: 5px solid #f5b855;
  }
  
  .srv-icon img {
   width: 50px !important;
   height: 50px !important;
   object-fit: contain !important;
   object-position: center!important;
   border: none !important;
   filter: grayscale(1) invert(1) brightness(1.5);
  }
  .srvElementHeader h2 {
  text-align: center;
  color: #131313;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
  padding-bottom: 5px;
  }
  
  .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: 1px solid #d7d7d7; */
  }
  .srvElementBody {
  padding: 0px 20px 20px 20px;
  }
  .srvElementContent {
  text-align: justify;
  font-size: 16px;
  line-height: 1.6;
  }
  
  .srvElement:hover .srvElementImg img {
  filter: grayscale(1) drop-shadow(0px 0px 6px #fff);
  }
  .srvElement:hover .srv-icon{
  background: #f5b855;
  border: 5px solid #16234B;
  }
  .srvElement:hover h3 {
  color: #f5b855;
  font-weight: bold;
  }
  
  
  
  /* SERVICES LIST SECTION STYLE */
  
  
  .homepage-services {
  text-align: center;
  margin: 0 auto;
  max-width: 520px;
  padding-top: 20px;
  }
  .homepage-services #servcss {
  padding: 0;
  }
  .homepage-services #servcss li {
  position: relative;
  font-weight: bold;
  margin: 0.3em 3px;
  padding-left: 20px;
  display: inline-block;
  color: #ffffff;
  filter: drop-shadow(1px 1px 0px black);
  }
  
  .homepage-services #servcss li:before {position: absolute;content: '\f14a';top: 0;left: 0;color: #f5b855;font-family: 'FontAwesome';}
  
  
  
  /* CONTACT FORM STYLE */
  
  .free-estimate-title {
   display: flex;
   justify-content: center;
   align-items: center;
  }
  .free-estimate-title span:first-child .fa {
   margin-right: 3px;
  }
  .free-estimate-title span {
   width: 50%;
   font-weight: bold;
   display: flex;
   align-items: center;
  }
  
  .free-estimate-title span:first-child {
   justify-content: right;
   background: #16234B;
   color: #fff;
   padding: 20px 10px;
  }
  
  .free-estimate-title span:last-child {
   justify-content: left;
   background: #f5b855;
   color: #000;
   padding: 20px 10px;
  }
  
  .contact-form-holder {
   border-bottom: 2px solid #16234B;
   box-shadow: 0px 5px 83px 0px rgb(40 40 40 / 11%);
   background: #fff;
  }
  
  .contact-form-block {
   padding: 20px;
   position: relative;
   z-index: 1;
  }
  
  
  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) contrast(1.5);
  }
  
  input#vercode {
  width: calc(100% - 130px);
  margin: 0;
  margin-left: 10px;
  float: left;
  padding: 7px 10px 7px;
  height: 40px;
  min-height: 40px;
  }
  
  form#contactForm {
  text-align: center;
  }
  
  input#submitter {
   font-size: 16px;
   font-weight: normal;
   transition: 500ms;
   position: relative;
   z-index: 1;
   border-radius: 30px;
   height: 44px;
   background: #F5B855;
   color: #000000;
   padding: 0px 20px;
   display: inline-block;
   line-height: 1;
   text-align: center;
   text-transform: capitalize;
   border-radius: 0;
   font-family: 'Rubik', sans-serif;
  }
  
  input#submitter:hover {color: #fff;background: #16234B;}
  
  input.text,
  input.title,
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=text],
  select,
  textarea {
  max-width: 100%;
  padding: 10px 20px 10px;
  min-height: 50px;
  background-color: #ffffff !important;
  box-shadow: none;
  display: block;
  line-height: 1;
  font-weight: 300;
  color: #000 !important;
  background-image: none;
  border: 2px solid #eaeaea;
  margin-bottom: 10px !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: #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 {
  color: #000 !important;
  border-color: #000000;
  }
  
  #contact {
  padding: 0;
  max-width: 600px;
  margin: 0 auto;
  }
  
  .contact-form-content {
   background: #16234B;
   padding: 20px;
   color: #fff;
   text-align: center;
   margin-top: 20px;
   position: relative;
   z-index: 3;
  }
  .contact-form-content:before {content: '';background-image: url(https://fencecontractoroceansideca.com/wp-content/uploads/2024/05/Reliable-metal-fence-service.webp);background-position: bottom;z-index: -2;position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
  .contact-form-content:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #16234Be0;
  z-index: -1;
  top: 0;
  left: 0;
  }
  .contact-form-content strong {
  font-size: 20px;
  }
  /* NAP SECTION STYLE */
  
  .homepage-nap h3 {
   text-align: center;
   font-size: 22px !important;
   color: #ffffff;
   font-weight: 500;
   line-height: 1.3;
   padding: 0 !important;
   font-family: 'Rubik', sans-serif;
   filter: drop-shadow(1px 1px 0px black);
  }
  
  .homepage-nap h3 strong {
   font-size: 26px !important;
  }
  
  
  /* NAP Google listing button */
  
  #main-footer .listing-rev-btn .fa {
   display: block;
   margin-right: 5px;
  }
  
  #main-footer .listing-rev-btn img {
   display: none;
  }
  
  #main-footer .listing-rev-btn {
   border-color: #131313;
   border-top-right-radius: 4px;
   border-bottom-right-radius: 4px;
   background: #16234B;
   color: #fff;
   border-width: 3px;
   bottom: 10px;
   padding: 7px 15px 7px 15px;
   font-weight: normal;
  }
  /* TESTIMONIALS SECTION STYLE */
  div#home-testimonials {
   background-color: #16234B!important;
  }
  
  
  .testimonials-title {
   text-align: center;
   font-size: 26px !important;
   color: #ffffff;
   font-weight: 600;
   padding: 0 !important;
   font-family: 'Rubik', sans-serif;
  }
  
  .testimonials-btn {
   color: #000000;
   background-color: #f5b855;
   line-height: 1;
   display: inline-block;
   padding: 12px 10px;
   width: 100%;
   max-width: 240px;
   text-align: center;
   font-weight: 500;
   filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
   border: 1px solid #f5b855;
   margin-top: 20px;
   margin-bottom: 30px;
  }
  .testimonials-btn .fa {
  margin-right: 5px;
  }
  .testimonials-btn:hover {background: #16234b;color: white;}
  .home .wpcr3_dotline {
  display: none !important;
  }
  
  .home .wpcr3_review {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  }
  
  .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: #000000;
  font-weight: bold;
  font-family: 'Rubik', sans-serif;
  }
  
  .home span.wpcr3_item_name a {
  color: #16234B;
  }
  
  div.wpcr3_review blockquote.wpcr3_content {
  border-color: #c4c4c4;
  padding-bottom: 0;
  text-align: justify;
  }
  
  .home div.wpcr3_review blockquote.wpcr3_content {
  text-align: center;
  padding-left: 0;
  border: none;
  margin-bottom: 0;
  line-height: 1.7em;
  }
  
  div.wpcr3_review blockquote.wpcr3_content p {
  font-size: 17px;
  }
  
  
  .home .wpcr3_reviews_holder {
  position: relative;
  background: #fff;
  padding: 20px;
  color: #000 !important;
  }
  .home .wpcr3_reviews_holder:before {content: '\f10e';font-family: 'FontAwesome';position: absolute;left: 20px;top: 20px;font-size: 40px;color: #16234b;/* opacity: 0.2; */}
  .home div.wpcr3_review blockquote.wpcr3_content p {
  font-style: italic;
  font-family: 'Nunito', sans-serif;
  }
  /* CONTENT SECTION STYLE */
  /* FOOTER STYLE */
  #main-footer {
	background: #f5b855;
	position: relative;
  }
  #main-footer .container {
	width: 95%;
  }
  
  div#footer-bottom {
	background-color: #16234B;
	padding: 15px;
	color: #ffffff;
  }
  .paymentsbox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  }
  .footer-widget h4 {
	color: #000000;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 30px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 3px solid #16234b;
  }
  .footer-widget .textwidget {
	color: #000000;
  }
  h4#nap-footer-icons {
	filter: none;
  }
  #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: #000000;
  }
  #current-day {
	background-color: #16234B;
	padding: 0 2px;
  }
  #current-day td {
	color: #fff;
	text-shadow: none;
  }
  #closed-day {
	color: #000000;
  }
  /* SIDEBAR, BLOG PAGE, BLOG POST STYLES */
  .et_pb_sidebar_0 h4.widgettitle {
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	border-bottom: 1px solid #16234B;
	text-align: center;
	font-size: 26px !important;
	color: #1d1d1d;
	font-weight: 600;
  }
  #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: #16bae1;
  }
  #left-area .post-meta {
	text-align: center;
  }
  .blog .et_pb_post {
	text-align: justify;
  }
  /*MEDIA QUERIES*/
  @media only screen and (min-width: 600px) {
  
  div#css-badges-section .et_pb_row {
   padding-top: 0;
  }
  .badge-block {
   width: calc(50% - 2px);
   padding: 20px;
  }
  
  .badge-container {
   max-width: 600px;
   margin-top: -52px;
  }
  .badge-content .content {
   min-width: 100%;
   max-width: 100%;
  }
  
  .homepage-services #servcss {
   column-count: 2;
   -webkit-column-count: 2;
   -moz-column-count: 2;
   column-gap: 40px;
   -webkit-column-gap: 40px;
   -moz-column-gap: 40px;
   text-align: left;
  }
  
  .homepage-services #servcss li {
   margin: 0 auto;
   text-align: left;
   display: inherit;
  }
  
  div#contact-form-section {
   padding: 0;
  }
  
  div#contact-form-row {
   padding-top: 0;
  }
  .contact-form-holder {
   margin-top: -100px;
  }
  div#home-services-block {padding-bottom: 150px;}	  
  
  .contact-form-block {
   display: flex;
  }
  
  .home div#contact {
   width: 70%;
   max-width: 100%;
  }
  
  .contact-form-content {
   min-width: 240px;
   width: 30%;
   margin-top: 0;
   margin-left: 20px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
  }
  
  
  }
  @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*/
  
  .header-menu-container {
   flex-wrap: wrap;
   width: 100%;
   max-width: 100%;
   padding: 0;
  }
  
  
  
  .header-info-holder {
   width: 98%;
   max-width: 1080px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 10px 0;
  }
  
  
  div#info-block {
   display: none;
  }
  
  .logo_container {
   min-width: 240px !important;
   max-width: 300px;
   width: 18vw !important;
  }
  
  .header-info-block {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-end;
   align-items: center;
   max-width: calc(100% - 240px);
   min-width: calc(100% - 300px);
   width: 72vw;
  }
  .header-info-block .fa {
   margin-right: 5px;
  }
  .header-location-container {
   display: flex;
   justify-content: center;
   align-items: center;
   line-height: 1;
   margin: 5px;
   font-size: 16px;
   color: #000;
   width: auto;
  }
  .header-location-container p, .phonenum p, .email-btn p {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
  }
  .header-location-container .fa {
	   font-size: 25px;
  }
  
  .header-location-container .fa, .email-btn .fa, .hours-holder .fa, .phonenum .fa {
   width: 27px;
   height: 35px;
   display: flex;
   justify-content: center;
   align-items: center;
   color: #16234B;
  }
  
  .header-info-block span {
   line-height: 24px !important;
   font-weight: normal;
  }
  .header-info-block span {
   line-height: 17px !important;
   font-weight: normal;
   font-size: 15px;
  }
  .email-btn {
   display: flex;
   justify-content: center;
   align-items: center;
   line-height: 1;
   margin: 0px 0px 0px 5px;
   font-size: 16px;
   color: #000000;
   order: 4;
   background: #F5B855;
   padding: 9px 20px;
  }
  .email-btn .info-addon {
   display: none;
  }
  .email-btn .fa {display: none;}
  .hours-holder {
   display: flex;
   justify-content: center;
   align-items: center;
   line-height: 1;
   margin: 5px;
   display: none;
  }
  .hours-holder .fa {
	   font-size: 24px;
  }
  
  .phonenum {
   display: flex;
   justify-content: center;
   align-items: center;
   line-height: 1;
   margin: 5px;
   font-size: 16px;
   color: #000;
  }
  
  .phonenum .fa {
   font-size: 23px;
   margin-bottom: 1px;
  }
  
  .hours p {
   color: #000;
   line-height: 17px !important;
  }
  
  div#et-top-navigation {
   width: 100%;
   margin-left: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   background: #16234b;
  }
  
  
	nav#top-menu-nav ul#top-menu li a{
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		font-weight: 500;
		color: #ffffff !important;
		text-transform: capitalize;
		filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
   }
	#top-menu .menu-item-has-children>a:first-child:after {
		top: 14px;
		color: #F5B855;
   }
	nav#top-menu-nav ul#top-menu .current-menu-item a{
		color: #f5b855 !important;
   }
	nav#top-menu-nav ul#top-menu li {
		padding-left: 11px;
		padding-right: 11px !important;
   }
  nav#top-menu-nav > ul#top-menu > li:not(:last-child):after {
	content: '\f111';
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 5px;
	color: #ffffff;
	right: -3px;
	top: 15px;
}
  nav#top-menu-nav ul#top-menu li:last-child {
   padding-right: 0 !important;
  }
  
	nav#top-menu-nav ul#top-menu .current-menu-item {
   }
  
  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:after {
	color: #d9b6c6 !important;
   }
	ul.sub-menu {
		filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
		top: 43px;
		background-color: #16234b !important;
		border-color: #f5b855 !important;
		padding: 10px 0 !important;
   }
  ul.sub-menu li ul {
  top: -8px;
  }
	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;
		filter: drop-shadow(0px 1px 1px #210124);
   }
	#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: #bfbfbf;
   }
  #top-menu-nav ul.sub-menu a:after {
	color: #fff !important;
   }
	ul.sub-menu li {
		padding: 0 10px !important;
		width: 100%;
   }
	ul.sub-menu li a {
		padding: 5px 0px !important;
		width: 100% !important;
   }
  
   /*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 - 112px) !important;
   background-position: 46%;
  }
  
  .et_pb_fullscreen .et_pb_fullwidth_header_container {
   max-height: 900px !important;
   min-height: 600px !important;
   height: calc(100vh - 112px) !important;
   width: 85%;
   max-width: 1080px;
  }
  
  .header-title {
   width: 600px;
   font-size: 60px;
  }
  
  .header-subtitle {
   max-width: 715px;
   font-size: 22px;
   line-height: 1.3;
   margin: 30px auto;
  }
  
   /* BADGES STYLE DESKTOP*/
  
  .badge-container {
   max-width: 100%;
  }
  
  .badge-block {
   width: calc(25% - 2px);
  }
   
   /* FIRST PARAGRAPH STYLE DESKTOP*/
  
  div#home-title-block-container-firstpar {
   flex-direction: row;
  }
  
  div#home-title-block-img-col .et_pb_image, div#home-title-block-img-col span {
   height: 100%;
  }
  
  div#home-title-block-img-col img {
   height: 100%;
   object-fit: cover;
   object-position: 23%;
   min-height: 350px;
  }
  
  div#home-title-block-img-col {
   width: calc(40% - 5.5%);
   margin-right: 5.5%;
  }
  .entry-title {
   text-align: left;
  }
  .home .entry-title {
   text-align: left !important;
   font-size: 36px !important;
  }
  
  div#home-title-block .button-holder {
   text-align: left;
  }
  
   /* SERVICES STYLE DESKTOP*/
  div#services-title-container {
   background-attachment: fixed;
  }
	  div#services-title-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
  .services-section-heading {
   padding-bottom: 90px;
  }
  div#services-blocks-section {
   padding-top: 0;
  }
  
  div#services-blocks-section .et_pb_row {
   padding-top: 0;
  }
  
  .srvBlockTitle h2 {
   font-size: 36px !important;
  }
  
  .srv-blurb-box {
   width: 150px;
  }
  
  .srv-blurb-box .fa {
   font-size: 75px;
  }
  
  .srv-blurb-box .fa-users {
   font-size: 70px;
   margin-bottom: 5px;
  }
  
  .srv-blurb-title {
   font-size: 23px;
  }
  
  
  
  
  
  
  .srvElement {
   width: 32%;
   display: flex;
   flex-direction: column;
   margin: 0;
   margin-bottom: 30px;
  }
  
  .srvElementImg img {height: 200px;}
  .srvElementFullWidth .srvElementImg img {
   height: 100%;
  }
  .srvBlock {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   max-width: 1200px;
   margin: 0 auto;
   margin-top: -100px;
  }
  
  .srvElementBody {
   height: 100%;
  }
  .srvElementHeader h3 {
  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#home-services-block {
   background-attachment: fixed;
   background-position-x: 15%;
  }
  .contact-form-content strong {font-size: 24px;}
  .free-estimate-title span {
   font-size: 24px;
  }
   /* TESTIMONIALS SECTION DESKTOP */
  div#testimonials-block {
   display: flex;
   align-items: center;
  }
  
  .testimonials-title {
   text-align: left;
   font-size: 36px !important;
  }
  /* NAP SECTION DESKTOP*/
  
  .homepage-nap h3 {
   text-align: left;
  }
  
  .homepage-nap h3 strong {
   font-size: 36px !important;
  }
  
  
  div#home-services-section .et_pb_column {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
  }
  
  div#nap-section .et_pb_module, div#nap-section .section-title-heading {
   text-align: left;
   width: 100%;
  }
  
   /* SERVICES LIST SECTION DESKTOP */
  .homepage-services {
   padding-top: 0;
  }
   /* 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(181 7 23 / 20%);
   }
	#left-area .post-meta {
		text-align: left;
   }
	#main-content .container:before {
		background-color: rgb(6 45 91 / 20%);
   }
  }
  /***** TESTIMONIALS FORM *****/
  .wpcr3_respond_2 input[type="text"] {
	margin: 3px 0;
  }
  .wpcr3_respond_2 input[type="text"], .wpcr3_in_content textarea {
	background: #ffffff !important;
	color: #000 !important;
	border-color: #000 !important;
  }
  .wpcr3_respond_2 input[type="text"]:focus, .wpcr3_in_content textarea:focus {
	color: #fff;
	border-color: #ffffff;
  }
  .wpcr3_table_2 td {
	font-size: 1em !important;
  }
  .wpcr3_leave_text {
	font-size: 1.1em;
  }
  .wpcr3_leave_text {
	margin-bottom: 20px;
  }
  .wpcr3_button_1 {
	margin-top: 10px;
	background: #f5b855;
	color: #000000;
	border-radius: 0px;
  }
  .wpcr3_button_1:hover {
	margin-top: 10px;
	background: #f5b855;
	color: #000000;
	border-radius: 0px;
  }
  @media (min-width: 981px) {
	.wpcr3_respond_2 input[type="text"], .wpcr3_respond_2 textarea {
		min-width: 100%;
   }
	.wpcr3_table_2 td {
		text-align: left !important;
   }
	.wpcr3_review_form_rating_field label {
		margin: 6px 0 !important;
   }
  }
  @media (max-width: 980px) {
	.wpcr3_respond_3, .wpcr3_aggregateRating, .wpcr3_table_2 td {
		text-align: center !important;
   }
	.wpcr3_div_2 {
		width: 100%;
   }
	.wpcr3_table_2 tr:last-of-type td {
		margin: 20px auto 0 !important;
   }
	.wpcr3_table_2 td {
		display: block;
		padding: 0 !important;
   }
	.wpcr3_table_2 td:first-child {
		margin-top: 10px !important;
   }
	.wpcr3_rating_style1_status {
		width: 85px !important;
   }
	.wpcr3_respond_2 input[type="text"], .wpcr3_in_content textarea {
		width: 100% !important;
		min-width: unset !important;
   }
	.wpcr3_submit_btn, .wpcr3_cancel_btn {
		width: 40%;
   }
  }
  
  /* 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: 400;
	  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;
	  font-weight:400;
  }
  
  .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: 6px 25px;
	  width: 95%;
	  color: #000;
	  font-weight: 400;
	  position: relative;
	  background-color: #fff;
  }
  a.add-reviews-link {
	  color: #ed9e02;
	  text-transform: uppercase;
	  border-radius: 5em;
	  font-size: 14px;
	  font-weight: 400;
	  margin-top: 20px;
	  width: 200px;
	  transition: 0.3s ease-out;
	  display: block;
  }
   
  div#external-reviews {
	  padding: 0 !important;
	  background: #63d471;
  }
  
  div#external-reviews .et_pb_row {
	  padding: 0 !important;
  }
  .static-external-review-container {
   width: 100%;
   display: flex;
   justify-content: center;
  }
  .static-external-review-container .external-reviews-holder {
	  min-height: 380px;
	  justify-content: flex-end;
  }
   @media (min-width: 981px) {
	   .static-external-review-holder {
	  display: flex;
	  position: relative;
	  justify-content: center;
  }
  .static-external-review-container {
	  width: 50%;
   
  }
	  .static-external-review-container .external-reviews-holder {
		  min-height: 420px;
		  justify-content: center;
	  }
  
   .review-origin-brand {
	   position: absolute;
  }
   }
  /* end reviews */
  /* add buttons*/
  .booking-button-switch {
  display:none !important;
  }
	  .slider-button {
		  margin-top: 0;
		  margin-bottom: 0;
		  display: flex;
		  
		  align-items: center;
	}
  .button-quote-header {
	  text-align: center;
	  padding: 10px 0;
	  background: #16234b;
	  display: none;
	 }
  .top_button {
	  position: relative;
	  display: inline-block;
	  background-color: #f5b855;
	  font-weight: 500;
	  text-transform: capitalize;
	  text-shadow: none;
	  color: #000;
	  padding: 12px 25px;
	  transition: 0.3s ease-in-out;
	  font-size: 16px;
	  border-radius: 0px;
  }
  .top_button .fa {
	  top:0px !important;
	  left:0px !important;
	  height:0px !important;
	  color:#000 !important;
	  padding: 5px 5px 5px 0px !important;
  }
  .floating-estimate-btn {
	  text-align: center;
	  padding: 10px 15px 10px 15px;
	  background-color: #f1b554;
	  color: #000000 !important;
	  border-top-right-radius: 0px;
	  border-bottom-right-radius: 0px;
	  border: 2px solid #16234b;
	  border-left: 0px;
	  font-size: 15px;
	  z-index: 999999;
	  font-weight: 500;
	  position: fixed;
	  bottom: 60px;
	  text-transform: capitalize;
	  width: 160px;
  }
  #main-footer .listing-rev-btn {
	  display: flex;
	  align-items: center;
	  position: fixed;
	  padding: 10px 15px 10px 15px;
	  border: 2px solid #16234b;
	  border-left: 0px;
	  border-top-right-radius: 0px;
	  border-bottom-right-radius: 0px;
	  bottom: 0px;
	  background: #f1b554;
	  color: #000;
	  text-transform: capitalize;
	  font-size: 15px;
	  justify-content: center;
	  width: 160px;
	  z-index: 9999;
	  font-weight: 500;
  }
  #main-footer .listing-rev-btn img {
	display:none;
  }
  #main-footer .listing-rev-btn .fa {
	  display: block;
	  margin-right: 5px;
	  color: #000;
	  position: relative;
	  bottom: 2px;
  }
  /* end add buttons */
  
  @media screen and (min-width:601px) {
	  .slider-button {
	  display:flex;
		  justify-content:center;
	}
  .slider-button .booking-button-switch {
	margin-right: 15px;
  }
  }
  
  /* TESTIMONIALS PLUGIN CSS*/
  
  .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: #ffffff;
  }
   
  .testimonials-info {
	  margin-bottom: 1rem;
  }
   
  .testimonial-item {
	  border: 1px solid rgb(2 6 25);
	  border-radius: 0px;
	  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: #020406;
	  border-radius: 0px;
	  cursor: pointer;
	  background: #f1b554;
  }
   
  .nav-arrows button:hover {
	  background: #000106;
	  color: white;
  }
   
  .nav-arrows button svg {
	  height: 1.25rem;
	  width: 1.25rem;
	  margin-right: 0;
  }
   
  .rotate-180 {
	  rotate:180deg;
  }
  
  /* END TESTIMONIALS PLUGIN CSS*/
  
  #footer-widgets .footer-widget li a {
	  color: #000000;
	  text-decoration: none;
	  background: transparent;
  }
  
  #footer-widgets .footer-widget li a:hover {
	  color: #000000;
  }
  
  .footer-widget li:before {
	  border-color: #000000;
  }
  
   /* 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: #1d1d1d;
	  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;
  }
  
  body:not(.et_pb_page) #main-content .container{
	  padding: 80px 0px;
  }

#sidebar {
    margin-top: 40px;
}
.single-post h2 {
    text-align: left;
}
#left-area p, #left-area ol, #left-area ul {
    text-align: justify;
}