/* 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: 'Poppins', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-feature-settings: "liga";
  color: #000000;
  font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: 500!important;
  color: #191919;
}
p strong {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 500 !important;
}
div#page-container {
  overflow: hidden;
}
.et_pb_row {
  width: 95% !important;
}
/*HEADER STYLES*/
header#main-header {
  background-color: #133140;
}
.header-menu-container {
  width: 97%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.logo_container {
  position: relative !important;
  max-width: 300px;
  display: flex;
}
img#logo {
  height: 70px;
  max-width: 90% !important;
  max-height: 100% !important;
}
.text-logo {
  display: flex;
  color: #ffffff;
  min-height: 46px;
  align-items: center;
}
.text-logo img {
  width: 70px !important;
  height: 100%;
  object-fit: contain;
  z-index: -1;
}
.text-logo span {
  display: flex;
  align-items: center;
  text-align: start;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  margin-left: 5px;
}
.header-menu-container:after {
  display: none;
}
div#et-top-navigation {
  padding: 0 !important;
}
.estimate-btn, .phone-btn {
  display: none;
}
.mobile_menu_bar {
  padding: 0 !important;
}
.et_mobile_menu {
  width: 100vw;
  left: -1.5vw;
  top: 100%;
  border-color: #ffffff;
  background-color: #080F23 !important;
  height: auto !important;
}
.et_mobile_menu li a {
  color: #efefef !important;
  font-family: 'Inter', sans-serif;
  filter: drop-shadow(0px 1px 1px #210124);
  font-family: 'Roboto Slab', serif;
}
.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: #d2c9da;
}
.et_mobile_menu .current_page_item a {
  color: #ffffff !important;
  opacity: 1 !important;
}
.add-info-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #c06843;
  width: 50px;
  padding: 10px;
  cursor: pointer;
  box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
  position: relative;
  overflow: hidden;
}
.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: #080f23;
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 190px;
  height: auto;
  box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
  font-family: 'Lato', sans-serif;
}
.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: #fff;
  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;
}
/*change Divi opened hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar:before {
  content: '\4d';
}
/*rotate the Divi Menu icon on click*/
.mobile_menu_bar:before {
  transition: all .4s ease;
  transform: rotate(0deg);
  display: block;
  color: #ffffff;
}
/*rotate the Divi Menu icon on click*/
/*END HEADER STYLES*/
/*PAGE STYLES*/

section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
  max-height: 400px !important;
  min-height: 350px !important;
  height: calc(99vh - 175px) !important;
  background-position-x: 62%;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container {
  max-height: 400px !important;
  min-height: 350px !important;
  height: calc(99vh - 172px) !important;
  width: 100%;
  max-width: 1080px;
  justify-content: flex-start!important;
}
.header-content {
  margin: 0 auto !important;
  padding: 20px !important;
  width: 100% !important;
  max-width: 410px !important;
  text-align: left !important;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
  margin-left: -5px !important;
}
.header-container {
  max-width: 356px;
  margin: 0 auto;
}

.header-content-container:before {
 content: '';
 position: absolute;
 width: 100%;
 height: 100%;
 background: #555;
 background: linear-gradient(110deg, #133140 50%, rgba(107, 81, 110, 1) 50%, rgba(247, 251, 254, 0) 50%);
 opacity: 0.8;
 z-index: -1;
}

.header-content-container {
 display: flex;
 justify-content: center;
 align-items: center;
 max-width: 500px;
 position: relative;
 height: 100%;
}

.header-title {
 font-family: 'Roboto Slab', serif;
 font-size: 28px;
 line-height: 1.3;
 width: 315px;
 font-weight: 300;
}

.header-title span {
 font-weight: bold;
}

.button {
 border: 1px solid #fff;
 padding: 15px 22px;
 display: inline-block;
 color: #fff;
 line-height: 1;
 background: #c06843;
 width: 250px;
 font-size: 15px;
 margin-top: 10px;
 text-align: center;
}
.button:hover {
   background-color: #133140 !important;
}
.home .entry-title::first-letter {
 font-size: 40px;
 color: #a7654a;
 position: relative;
}


.section-title-heading {
 font-size: 17px;
 font-weight: normal;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
}
.section-title-heading:before {
 content: '';
 width: 50px;
 height: 3px;
 background: #c06843;
 margin-left: -60px;
 margin-right: 10px;
}

.entry-title {
 font-family: 'Roboto Slab', serif;
 font-weight: 500!important;
 color: #000;
 font-size: 26px !important;
 padding-bottom: 10px;
}


/* FIRST CONTENT SECTION STYLE */
div#home-title-block {
 background-color: #ededed!important;
}


.content-button {
 border: 1px solid #fff;
 padding: 15px 22px;
 display: inline-block;
 color: #fff;
 line-height: 1;
 background: #133140;
 width: 250px;
 text-align: center;
 position: relative;
}
.content-button:hover {
background-color: #080F23;
}


.content-button:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 46px solid #c06843;
  border-right: 25px solid transparent;
  top: -3px;
  left: -3px;
}

.paragraph-images-holder {
 display: flex;
 justify-content: center;
 align-items: center;
 background: #b8b8b8;
 max-width: 350px;
 position: relative;
 margin: 0 auto;
 border: 1px solid rgb(107 81 110 / 17%);
}

.paragraph-images-holder img {
 width: 50%;
 position: relative;
}

.paragraph-images-holder img:first-child {
 margin-right: -10%;
 z-index: 1;
 width: 60%;
 margin-bottom: 25%;
}

.paragraph-images-holder img:last-child {
 margin-left: -10%;
 z-index: 0;
 width: 60%;
 margin-bottom: -25%;
}



.paragraph-images-holder:before {
 content: '';
 position: absolute;
 width: 0;
 height: 0;
 border-top: 46px solid #c06843;
 border-left: 25px solid transparent;
 top: -3px;
 right: -3px;
}

.paragraph-images-holder:after {
 content: '';
 position: absolute;
 width: 0;
 height: 0;
 border-bottom: 46px solid #c06843;
 border-right: 25px solid transparent;
 bottom: -3px;
 left: -3px;
}


/* BADGES SECTION STYLE */


.badges-container {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 position: relative;
 margin-top: 20px;
 gap: 30px;
}

.badge-holder {
 background: #080F23;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 width: 100%;
 max-width: 160px;
 padding: 15px 5px 5px 5px;
 margin-top: 10px;
 margin-bottom: 50px;
 position: relative;
 text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
}
.badge-holder:before {
     content: '';
     position: absolute;
     width: 0;
     height: 0;
     border-top: 46px solid #c06843;
     border-right: 25px solid transparent;
     top: -3px;
     left: -3px;
}
.badge-holder:hover {
box-shadow: 0px 0px 8px 0px #fcfffc99;
background: #133140;
}

p.badge-content {
 color: #ffffff;
 text-align: center;
 line-height: 1;
 text-transform: capitalize;
 font-size: 17px;
 min-height: 34px;
 display: flex;
 justify-content: center;
 align-items: center;
 font-family: 'Roboto Slab', serif;
 width: 100%;
}

.badge-holder img {
 width: 55%;
 /* height: 65px; */
 padding-bottom: 5px;
 opacity: 0.9;
 /* filter: invert(1); */
}

.badge-title {
 background: #c3c4c7;
 font-size: 15px;
 width: 85%;
 text-align: left;
 line-height: 1.2;
 padding: 5px;
 position: absolute;
 bottom: -28px;
 left: 0;
 color: #000;
 font-weight: 300;
}
.badge-title:before {
 content: '';
 position: absolute;
 width: 0;
 height: 0;
 border-top: 46px solid #c3c4c7;
 border-right: 25px solid #ededed;
 right: -25px;
 top: 0;
}
.badge-title span {
 font-size: 17px;
}

/* SERVICES SECTION STYLE */

.srvBlockTitle .section-title-heading {
  text-align: right;
}
.srvBlockTitle h2 {
}
.srvElement {
  margin-top: 50px;
  position: relative;
  background: #080F23;
}
.srvElement:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 46px solid #133140;
    border-left: 25px solid transparent;
    right: -3px;
    bottom: -3px;
}
.srvElement:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 46px solid #C06548;
    border-right: 25px solid transparent;
    top: -3px;
    left: -3px;
}
.srvElementHeader {
  text-align: center;
}
.srvElementHeader h2 {
  padding-bottom: 5px;
  font-weight: 700 !important;
  color: #ffffff;
}
.srvBlockTitle p {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: bold;
    margin-top: 10px;
	font-family: 'Roboto Slab', serif;
}
.srvElementImg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.srvElementImg img {
  width: 100%;
  max-height: 330px;
  object-fit: cover;
  object-position: center;
}
.srvElementBody {
 padding: 20px;
}
.srvElementContent {
  text-align: justify;
  color: #ffffff;
  font-size: inherit;
  line-height: 1.6;
}

.srvElementContent a {
	color:#fff;
	text-decoration: underline;
	font-weight: bold;
}

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


/* CONTENT SECTION STYLE */


div#content-img-col .paragraph-images-holder {background: #b8b8b8;}



/* SERVICES LIST SECTION STYLE */

div#nap-section {
 background-color: #080F23!important;
}
div#nap-section:before {
     content: '';
     position: absolute;
     width: 100%;
     height: 100%;
     background: rgb(107,81,110);
     background: linear-gradient(113deg, #c06843 50%, #c06843 50%, rgb(247 251 254 / 13%) 50%);
     z-index: 0;
     top: 0;
}
div#nap-section .section-title-heading {
 color: #fff;
}

div#nap-section .section-title-heading:before {
 background: #fff;
 width: 30px;
 margin-left: -3px;
}


.homepage-services {
  text-align: center;
  margin: 0 auto;
  max-width: 520px;
}
.homepage-services #servcss {
  padding: 0;
}
.homepage-services #servcss li {
  position: relative;
  margin: 0.3em 3px;
  padding-left: 20px;
  display: inline-block;
  color: #ffffff;
}
.homepage-services #servcss li:before {
  position: absolute;
  content: '\f046';
  top: 0;
  left: 0;
  color: #fff;
  font-family: 'FontAwesome';
}


/* CONTACT FORM STYLE */

div#contact-form-section {
 background-attachment: fixed;
}
.contact-form-heading .section-title-heading {
 justify-content: center;
}



.contact-form-holder {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 20px 10px;
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}
.contact-form-holder:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 46px solid #c06843;
  border-right: 25px solid transparent;
  top: -3px;
  left: -3px;
}

.contact-section-text {
  text-align: center;
  color: #000000;
}
div#contact-section {
  margin-top: 20px;
}
input#customer_name {
  width: calc(50% - 5px);
  float: left;
}
input#phone-cf {
  width: calc(50% - 5px);
  float: left;
  margin-left: 10px;
}
textarea#message {
  margin-bottom: 20px;
}
#contact img {
  float: left;
  width: 120px;
  height: 40px;
  min-height: 40px;
  border-radius: 5px;
  filter: grayscale(1);
}
input#vercode {
  width: calc(100% - 130px);
  margin: 0;
  margin-left: 10px;
  float: left;
  padding: 7px 10px 7px;
  height: 40px;
}
form#contactForm {
  text-align: center;
}
input#submitter {
font-size: 17px;
font-weight: 400;
transition: 500ms;
position: relative;
z-index: 1;
height: 40px;
line-height: 1;
width: 200px;
background: #133140;
color: #fff;
border-radius: 0;
display: inline-block;
font-family: 'Poppins', sans-serif;
margin-top: 10px;
text-align: center;
text-transform: capitalize;
border: none;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}




input#submitter:hover {
  background: #080F23;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
  max-width: 100%;
  padding: 7px 5px 7px;
  height: auto;
  background-color: #133140 !important;
  box-shadow: none;
  display: block;
  line-height: 1;
  font-weight: 300;
  color: #fff !important;
  background-image: none;
  border: 1px solid #626262;
  margin-bottom: 10px !important;
  border-radius: 0;
  min-height: 40px;
}
#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;
}
#contactForm input[type=text]:focus, #contactForm input[type=password]:focus, #contactForm input[type=tel]:focus, #contactForm input[type=email]:focus, #contactForm input.text:focus, #contactForm input.title:focus, #contactForm textarea:focus, #contactForm select:focus {
  color: #fff !important;
  border-color: #ffffff;
}
#contact {
  padding: 0;
  max-width: 730px;
  margin: 0 auto;
}



/* NAP SECTION STYLE */
.nap-title-block h3 {
 color: #fff;
 padding-top: 10px;
}

.nap-phone-block {
 color: #fff;
}

.nap-phone-block h3 {
 color: #fff;
}

.nap-location-block {
 color: #fff;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
}
h3#home-adr {
  padding-right: 5px;
}
.nap-location-block h3 {
  padding: 0 2px;
}
.nap-location-block h3 {
 color: #fff;
}

.nap-title-block h3::first-letter {
 font-size: 40px;
 color: #fff;
 position: relative;
}

.block-title .fa {
 color: #fff;
}

.block-title {
 width: 100%;
}

/* TESTIMONIALS SECTION STYLE */

.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 {
  text-align: left;
}
.home .wpcr3_review_title.wpcr3_caps {
  width: 100%;
  text-align: center;
  margin: 0 !important;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  font-family: 'Roboto Slab', serif;
}
.home span.wpcr3_item_name a {
  color: #000000;
  text-decoration: underline;
}
div.wpcr3_review blockquote.wpcr3_content {
  border-color: #C06548;
  padding-bottom: 0;
  text-align: justify;
}
.home div.wpcr3_review blockquote.wpcr3_content {
  text-align: justify;
  border: none;
  font-weight: 100;
  position: relative;
  background: #ffffffa8;
  padding: 20px;
  margin: 10px;
}
.home div.wpcr3_review blockquote.wpcr3_content a {
  color: #000000;
  text-decoration: underline;
  font-size: 16px;
}
div.wpcr3_review blockquote.wpcr3_content p {
  font-size: 16px;
}
div#testimonials-holder .entry-title {
  text-align: left;
}
.home .wpcr3_reviews_holder {
  position: relative;
  text-align: left;
}
.home div.wpcr3_review blockquote.wpcr3_content p {
  font-style: italic;
  font-size: 16px;
}
.home .wpcr3_content:before {
 content: '\f10e';
 font-family: 'FontAwesome';
 position: absolute;
 font-size: 65px;
 color: #C06548;
 z-index: -1;
 opacity: 0.2;
 top: -46px;
}
.testimonials-button {
 border: 1px solid #fff;
 padding: 15px 22px;
 display: inline-block;
 color: #fff;
 line-height: 1;
 background: #133140;
 width: 250px;
 text-align: center;
 position: relative;
}
.testimonials-button:hover {
background-color: #080F23;
}


.testimonials-button:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 46px solid #c06843;
  border-right: 25px solid transparent;
  top: -3px;
  left: -3px;
}
/* FOOTER STYLE */
#main-footer {
  background: #080F23;
}
#main-footer .container {
  width: 95%;
}
footer#main-footer .section-separator-down {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  -ms-filter: fliph;
  filter: fliph;
}
div#footer-bottom {
  background-color: #133140;
  padding: 15px;
  color: #ffffff;
}
.paymentsbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-widget h4 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 30px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}
.footer-widget .textwidget {
  color: #ffffff;
}
#footer-widgets .footer-widget a {
  background-color: #fff;
}
table.openinghours {
  max-width: 350px;
  margin: 0 auto !important;
}
table.openinghours tr {
  display: flex;
  justify-content: space-between;
  line-height: 2;
  color: #ffffff;
  font-family: 'Trebuchet MS', sans-serif;
}
#current-day {
  background-color: #c06843;
  padding: 0 2px;
}
#current-day td {
 color: #ffffff;
 text-shadow: none;
}
#closed-day {
  color: #ffffff;
}
/* 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 #C06548;
  text-align: center;
  font-size: 26px !important;
  color: #191919;
  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) {



}
@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: 0px !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*/



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

.home header#main-header {
 background: transparent;
 box-shadow: none;
}
header#main-header.et-fixed-header {
 background-color: #080F23;
 padding-top: 0;
}
.home div#et-top-navigation {
 background-color: #080F23;
}

.estimate-btn, .phone-btn {
 display: flex;
}

div#et-top-navigation {
 display: flex;
}

.cta-block {
 margin-left: 11px;
 padding: 0 11px;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 background: #c06843;
}

.cta-block a {
 color: #fff;
 font-size: 15px;
 font-family: 'Roboto Slab', serif;
 font-weight: 300;
 line-height: 1.2;
 display: flex;
 justify-content: center;
 align-items: center;
}

.cta-block a .fa {
 margin-right: 14px;
}


  nav#top-menu-nav ul#top-menu li a{
      padding-top: 15px !important;
      padding-bottom: 5px !important;
      color: #ffffff !important;
      text-transform: uppercase;
      font-weight: 300;
 }
  #top-menu .menu-item-has-children>a:first-child:after {
      top: 14px;
      color: #d2c9da;
 }
  nav#top-menu-nav ul#top-menu .current-menu-item a{
      color: #edeef0 !important;
 }
  nav#top-menu-nav ul#top-menu li {
      padding-left: 10px;
      padding-right: 10px !important;
      font-size: 14px;
 }
  nav#top-menu-nav ul#top-menu li:not(:last-child):after {
      content: '\f111';
      position: absolute;
      font-family: 'FontAwesome';
      font-size: 5px;
      color: #b8b8b8;
      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: #d2c9da !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: 44px;
      background-color: #302b32 !important;
      border-color: #C06548 !important;
 }
  ul.sub-menu li ul {
      top: -10px;
 }
  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: #d2c9da;
 }
  #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: 800px !important;
      min-height: 600px !important;
      height: calc(99vh - 172px) !important;
      background-position: center;
      background-position-y: 55%;
 }
  .et_pb_fullscreen .et_pb_fullwidth_header_container {
      max-height: 800px !important;
      min-height: 600px !important;
      height: calc(99vh - 172px) !important;
 }

.header-content-container {max-width: 600px;}
.header-content-container:after {
 background: #133140;
 opacity: 0.8;
 z-index: -1;
 content: '';
 position: absolute;
 width: 100vw;
 height: 100%;
 left: -100vw;
}
.header-title {
 font-size: 40px;
 width: 400px;
}

.header-content {
 max-width: 100% !important;
}

 /* BADGES STYLE DESKTOP*/
 /* FIRST PARAGRAPH STYLE DESKTOP*/

.home .entry-title {
font-size: 36px !important;
}
.home .entry-title::first-letter {
 font-size: 50px;
}

div#home-title-block-container-firstpar {
 display: flex;
 flex-direction: row-reverse;
 justify-content: space-between;
}

div#home-title-block-img-col {
 width: 350px;
}

div#home-title-block-txt-col {
 width: calc(95% - 350px);
 margin-right: 0;
 margin-left: 5%;
}

div#home-title-block-container-firstpar .et_pb_column {
 display: flex;
 flex-direction: column;
 justify-content: center;
}
div#nap-section .et_pb_column {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
}
.section-title-heading {justify-content: flex-start;}

.section-title-heading:before {
 margin-left: 0;
}
 /* SERVICES STYLE DESKTOP*/
  .srvElement {
      width: 32% !important;
      display: flex;
      flex-direction: column;
      margin: 0;
      margin-top: 20px !important;
 }
  .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;
 }
  .srvElementBody {
      height: 100%;
 }
  .srvElementHeader h2 {
      min-height: 54px;
      display: flex;
      justify-content: center;
      align-items: center;
 }
  .srvElementContent {
 }
  .srvElementFullWidth .srvElementContent {
      height: auto;
 }
  .srvElement.srvElementFullWidth {
      width: 100% !important;
      max-width: 1080px;
      flex-direction: row;
 }
  .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 20px;
 }

 /* CONTENT SECTION DESKTOP */


 /* CONTACT SECTION DESKTOP */
 /* TESTIMONIALS SECTION DESKTOP */
div#home-testimonials {
 background-position: center;
 background-position-y: 66%;
}
  .home .wpcr3_content:before  {
   opacity: 1;
  }
.home div.wpcr3_review blockquote.wpcr3_content p {font-size: 16px !important;text-align: center;}
.home div.wpcr3_review blockquote.wpcr3_content a {
font-size: 24px;
}
 /* SERVICES LIST SECTION DESKTOP */

div#nap-section .section-title-heading:before {
 margin-left: 0px;
 width: 29px;
}

.nap-location-block {
 justify-content: flex-start;
}

.homepage-services {
 max-width: 100%;
}



  .homepage-services #servcss {
      column-count: 2;
      -webkit-column-count: 2;
      -moz-column-count: 2;
      margin: 0 auto;
      width: 100%;
      column-gap: 25px;
 }


.homepage-services #servcss li:first-child {
 margin-top: 0 !important;
}
  .homepage-services li {
      text-align: right;
      display: flex !important;
      align-items: center;
      justify-content: flex-end;
      flex-direction: row;
      line-height: 1.3;
      margin: 0.4em 3px !important;
 }
.homepage-services #servcss li:before {
 top: auto;
}

 /* 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(64 64 64 / 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: #c06843;
  color: #fff;
  border-radius: 0px;
  border:  0px;
}
.wpcr3_button_1:hover {
  background: #133140;
  color:#fff;
}
@media (min-width: 981px) {
  .wpcr3_respond_2 input[type="text"], .wpcr3_respond_2 textarea {
      min-width: 100%;
 }
  .wpcr3_table_2 td {
      text-align: left !important;
 }
  .wpcr3_review_form_rating_field label {
      margin: 6px 0 !important;
 }
}
@media (max-width: 980px) {
  .wpcr3_respond_3, .wpcr3_aggregateRating, .wpcr3_table_2 td {
      text-align: center !important;
 }
  .wpcr3_div_2 {
      width: 100%;
 }
  .wpcr3_table_2 tr:last-of-type td {
      margin: 20px auto 0 !important;
 }
  .wpcr3_table_2 td {
      display: block;
      padding: 0 !important;
 }
  .wpcr3_table_2 td:first-child {
      margin-top: 10px !important;
 }
  .wpcr3_rating_style1_status {
      width: 85px !important;
 }
  .wpcr3_respond_2 input[type="text"], .wpcr3_in_content textarea {
      width: 100% !important;
      min-width: unset !important;
 }
  .wpcr3_submit_btn, .wpcr3_cancel_btn {
      width: 40%;
 }
}

/* 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: #130505;
    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: #000000;
}
.external-review-author {
    margin: 0 5px;
    font-weight:400;
}

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

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

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

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

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

/* 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: #1a202c;
  }
  
  .testimonials-info {
    margin-bottom: 1rem;
  }
  
  .testimonial-item {
    border: 1px solid rgb(201, 201, 201);
    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: #c06843;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    background: #c06843;
    display: flex;
  }
  
  .nav-arrows button:hover {
    background: #133140;
    color: white;
  }
  
  .nav-arrows button svg {
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0;
  }
  
  .rotate-180 {
    rotate:180deg;
  }

  /* End testimonials plugin css */

.footer-widget li:before {
    border-color: #c06843;
}

#footer-widgets .footer-widget li a {
    color: #fff;
    text-decoration: none;
    background: transparent;
}

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

.cs1 {
    background: #080f23;
    color: #fff;
}

.cs1 h2 {
    color: #fff;
}

#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;
}
@media (max-width: 980px) {
	.cs1 .et_pb_row {
		flex-direction: column-reverse;
	}
	.cs2 .et_pb_row {
    display: block !important;
}
	.cs1 img {
		margin-bottom: 30px;
	}
	ul#additionalServices {
    column-count: 2;
}
	#cont-sec {
		padding: 0 !important;
	}
}

@media (max-width: 600px) {
	ul#additionalServices {
    column-count: 1;
}
	.header-title {
    width: 100%;
}
/* 	.title-testimonials {
    font-size: 26px;
} */
}

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

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

#top-menu-nav ul#top-menu .sub-menu li:after {
    display: none;
}

@media(max-width: 768px) and (min-width: 320px){
	h1.entry-title {
    text-align: center;
}
}
@media(max-width: 1024px) and (min-width: 1024px){
	    nav#top-menu-nav ul#top-menu li {
        padding-left: 9px!important;
        padding-right: 7px !important;
        font-size: 12px!important;
    }
}