/*
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-family: 'Montserrat', Arial sans-serif;
    font-size: 1.0625rem;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-feature-settings: "liga";
    color: #253643;
    background-color: #fcfffc !important;
    font-weight: 400;
    overflow-x: hidden;
}

 
/*HEADER STYLES*/
 
header#main-header {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #253643;
    
}


#main-header > div.container.clearfix.et_menu_container{
    max-width:none;
    padding-left: 15px;
    padding-right:15px;
}

.et_menu_container{
width: 100%;
    background: #253643;
    
}


/* Logo */


.logo_container {
    position: relative !important;
    display: flex;
    align-items: center;
    justify-content:center;
    margin:auto !important;
    width:70% !important;
    text-align:center;
    padding:5px;
}

@media screen and (max-width:544px){
    .logo_container {
        width:100% !important;
    }
}

.text-logo {  
    position: relative;
    top: 0px;
    display: inline-block;
    color: #ffd300;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    text-transform: capitalize;
    transition: 0.3s;
    font-weight: 800;
    margin: 10px 0px;
}


.text-logo:hover {
    transform: skew(-10deg);
}

.comp-name {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

/* Navigation */

.nav li ul {
    margin-top: 11px !important;
}


.et_header_style_left #et-top-navigation {
    padding: 0!important;
}

#top-menu li {  
    padding-right: 0;
    margin-right: -3px;
}

#top-menu li a {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    padding: 20px 10px !important;
    transition: 0.3s ease-in-out;
    color:#fff !important;
}

#top-menu li a:hover:after {
    opacity:1;  
}

#top-menu li a:hover:before {
    opacity:1;  
}

#top-menu li a:hover:after {
    opacity:1;
}

#top-menu .current-menu-item > a:before{
    opacity:1 !important;
}

#top-menu .current-menu-item > a:after{
    opacity:1 !important;
}

#top-menu .menu-item > a:before{
    opacity:0;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 9px;
    background: #ffffff;
    transition: all .3s;
}
/* Submenu */
#top-menu .menu-item-has-children > a:first-child::after, 
#et-secondary-nav .menu-item-has-children > a:first-child::after {
    top: 50%!important;
    transform: translateY(-50%);
}

#top-menu li li a {
    width: 200px;
    padding: 8px 15px !important;
}

.et-fixed-header #top-menu li li a {
    color: #232323!important;
}

.et-fixed-header #top-menu li li a:hover {
    color: #e6772e !important;
}

/* mobile */
.mobile_menu_bar::before {
    color: #fff!important;
    top: 12px;
}

.et_mobile_menu li a {
    color: #fff!important;
    text-transform:uppercase;
}

.et_mobile_menu {
    padding: 2% 5%;
}

#mobile_menu {
    top: 56px!important;
    background-color: #e34e33!important;
    border-top: 2px solid #0d0d0d;
    text-align: center;
}

/*
.logo_container {
    position: relative !important;
    width: calc(100% - 62px) !important;
    margin-right: 20px;
    min-height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.logo_container a {
    display: flex;
    text-align: center;
}
.text-logo {
    padding: 10px;
    background: #FCFFFC;
    text-align: center;
    border-radius: 5px;
    color: #ffd300;
    border: 1px solid #2D3A3A;
    max-width: 350px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.05;
}
.logo-link img {
    background: #FCFFFC;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #2D3A3A;
    max-width: 350px !important;
    max-height: 70px !important;
}
*/
.contact-info {
    width: 100%;
}

div#et-top-navigation {
    width: 32px;
    padding-top: 0 !important;
    padding-left: 0 !important;
    height: 100%;
    margin-right: 10px;
}

.mobile_menu_bar:before {
    color: #FCFFFC;
}

@media (max-width: 980px) {
   .et_header_style_left #et-top-navigation {
        padding-top: 24px;
        display: block;
        margin: auto;
       float:none;
    }
}

ul#mobile_menu {
    background-color: #253643  !important;
    border-color: #fff;
    top: 91px;
    margin-top: 40px;
}
ul#mobile_menu a {
    color: #fcfffc;
    font-weight: 500;
}
.contact-info-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    
    position: relative;
    font-weight: 400;
        max-width: 1080px;
    margin: auto;
}
.contact-info-container .fa {
    color: #000000;
    margin-right: 5px;
}
.phonenum
{
    padding-right:15px;
}

.header-location-container {
    padding-right:15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin: 5px;
    color: #253643;
    height:50px;
}

@media screen and (max-width:544px){
    .header-location-container{
    
        flex-wrap:wrap;
        flex-direction:column;
        justify-content:space-around;
    }
    .contact-info-container a{
        flex-wrap:wrap;
        flex-direction:column;
        justify-content:space-around !important;
    }
}

.contact-info-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    color: #253643;
}

.info-container-holder{
font-size:12px; 
}

.email-btn{
font-size:12px; 
}

.header-left{
    display:flex;
    margin:auto;
}

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

ul#mobile_menu {
    margin-top: 55px;
}
/*END HEADER STYLES*/


/*PAGE STYLES*/
.et_pb_fullwidth_header:before{
    content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

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: 400px !important;
    height: 400px !important;
    background-position: 50%;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
max-height: 400px !important;
    min-height: 400px !important;
    height: 400px !important;
    width: 95%;
}

.header-content {
    margin: 0 auto !important;
    padding: 0px !important;
    width: 100% !important;
    max-width: 1080px !important;
    margin-top: 20px !important;
    text-align:center;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
    margin-left: -5px !important;
}
 
.header-container {
    max-width: 100%;
    margin: auto 35px;
}
.header-main-element {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #fcfffc;
}
.top-head {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fcfffc;
}

.top-head ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.top-head ul li {
    list-style: disc inside;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
}

.top-head ul li:first-child {
    list-style: none;
}

 
.header-title {
    margin-bottom: 10px;
}
.header-title p {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: capitalize;
    text-align:center;
    margin-bottom:20px;
}

@media screen and (max-width:544px){
    .header-title p {
        font-size: 20px;}
}

.header-title div {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3 !important;
    text-align:center;
    margin-bottom:35px;
}
.header-title .fa {
    display: inline-block;
    margin-right: 5px;
    font-size: 17px;
}
 .button {
   display: block;
    min-width:115px;
    line-height: 40px;
    background: #253643;
    text-align: center;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
     padding:10px;
    
}
.button span {
    color: #ffffff;
    z-index: 999;
    position: relative;
    padding:0 10px;
}
.button:before {
    border-bottom: 5px solid #ffffff;
    border-left: 5px solid #ffffff;
    width: 10%;
    height: 25%;
    left: -5px;
    bottom: -5px;
    position: absolute;
    content: "";
    transition: all .25s;
}
.button:after{
    border-top: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    width: 10%;
    height: 25%;
    top: -5px;
    right: -5px;
    position: absolute;
    content: "";
    transition: all .25s;
}
.button:hover:before{
    width: 102%;
    height: 108%;
}

.button:hover:after{
    width: 102%;
    height: 108%;
}

@media screen and (max-width:544px){
    .slider-button{
        flex-direction:column;
        align-items:center;
    }
    
    
    .slider-button .booking-button-switch{
        margin-left:0px !important;
        margin-top:25px;
    }
}
.slider-button{     
    display: flex;
    justify-content:center;
  }

.slider-button .booking-button-switch {
  margin-right: 25px;
}


/* -----------------------------------------------------------------------
     * Testimonials Plugin
 * ----------------------------------------------------------------------- */

#home-testimonials {
    background: #ffffff;
}

.testimonials-container {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    text-align:center;
}

.section-heading{
    padding: 0px 0px 0px 8px;
    border-style: solid;
    border-width: 0px 0px 0px 2px;
    border-color: #ffd300;
    display: inline-block;
    margin-bottom: 20px;
}

.section-title-heading {
    color: #8C909E;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2px;
    width:auto;
}

.entry-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.05;
    color: #253643 !important;
    text-transform: uppercase;
}
 
.testimonials-info {
    margin-bottom: 1rem;
}
 
.testimonial-item {
    border: 0px solid #ffffff00;
    border-radius: 10px;
    padding: 1rem;
    background: #ffffff00;
    min-height: 100%;
    break-inside: avoid;
}

.testimonial-item:hover {
    background: #ffffff00;
    border-color: #ffffff00;
}
 
.testimonials-grid .testimonial-item {
    margin-bottom: 1rem;
}
 
.testimonial-item a {
    height: 100%;
    display: grid;
    justify-items: center;
}
 
.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: 1.5;
    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: 80px;
    height: auto;
    /* background: #ffffff; */
    padding: 3px !important;
    border-radius: 5px;
    min-height: 35px;
    /* filter: drop-shadow(0px 0px 3px #ffffff); */
}
 
.reviewer-name {
    font-weight: 500;
    color: #000000;
    line-height: 1.5rem;
    margin-bottom: 0;
    font-size: 14px;
}

.nav-arrows {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 0;
}

.nav-arrows button {
    padding: 0.5rem;
    border-width: 3px;
    border-color: #ffd300;
    border-radius: 0px;
    cursor: pointer;
    background: #ffd300;
    border-style: solid;
    display: flex;
    color: #253643;
}
 
.nav-arrows button:hover {
    background: #253643;
    color: #ffffff;
    border-color: #ffd300;
}
 
.nav-arrows button svg {
    height: 20px;
    width: 20px;
    margin-right: 0;
}
 
.rotate-180 {
    rotate:180deg;
}

@media only screen and (min-width: 600px) {
    .testimonials-grid {
        column-fill: balance;
        columns: 2;
        gap: 1.5rem;
    }
}

@media only screen and (min-width: 992px) {
    .testimonials-grid {
        columns: 3;
    }
 
    .testimonial-subject {
        font-size: 1.25rem;
    }
 
    .testimonial-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }
 
    .reviewer-details {
        display: flex;
        align-items: center;
    }
 
    .reviewer-name {
        padding-right: 12px;
        font-size: 13px;
        border-right: 2px solid #000000;
        margin-bottom: 0px;
    }
 
    .review-from-logo {
      padding-left: 0;
      margin-left: 9px;
    }

    .nav-arrows {
        margin-top: 5px;
    }
}



.button-holder {
    display: flex;
    justify-content: center;
}


/* HTML BADGES STYLE */
 
.home-about-image img{
    aspect-ratio:1/1;
    object-fit:cover;
    max-width:80%;
}

.home-about-image:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 80%;
    border: 10px solid #253643;
    box-sizing: border-box;
    left: 20%;
    top: 10%;
}

/* Badges */

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

.badge-holder {
    background-color: #ffd300;
    padding-top: 30px;
    margin-bottom: 30px;
    border-style: solid;
    border-bottom-width: 7px;
    border-color: #fff0;
    text-align: center;
    padding: 25px 10px;
    box-sizing: border-box;
    width:250px;
}

.badge-holder:hover {
    transform: translateY(-30px);
    transition: all 220ms ease-in-out, color 1ms;
    border-color:#fff
}

.badge-holder {
transition: all 220ms ease-in-out, color 1ms;
}

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

.badge-holder img {
    width: 60px;
    padding: 5px;
    background: #253643;
    aspect-ratio: 1 / 1;
}

.badge-title {
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    margin:auto;
    text-transform: uppercase;
}

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


/* SERVICES STYLE */

.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(37 54 67);
}

.srvElementFullWidth {
    margin: 20px 20px 0px;
    background-color: rgb(37 54 67);
    display: flex;
    flex-direction: column;
}

.srvElementHeader {
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #1a2832;
}

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

.srvElementContent {
    text-align: justify;
    color: #fff;
    padding: 10px;
}

.srvElementContent  a{
    color: #ffd300;
}

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

.srvElementHeader:hover {
    background-color: #000000;
    color: #000;
}
.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;
    }
}


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


/* CAROUSEL SECTION STYLE */

div#home-carousel-section {
    padding: 10px !important;
    background: #152614;
}

.owl-nav {
    display: none;
}
 
.item img{object-fit: cover;object-position: center;}

/*.item span {
    position: absolute;
    color: #cbcbcb;
    bottom: 10px;
    right: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}*/

.item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 105%;
    background: #152614;
    left: 1px;
    top: 0px;
    opacity: 0.6;
}

.item {min-height: 100%;display: flex;position: relative;width: 100%;}

.owl-item {
    min-height: 100% !important;
}

.owl-stage {
    display: flex;
}
.owl-dots {
    line-height: 0;
    opacity: 0.5;
    margin-top: 5px;
    position: absolute;
    width: 100%;
}

.owl-dots span {
    height: 5px !important;
}


/* SERVICES LIST SECTION STYLE */

#home-services-list-section .section-heading{
    border-color: #253643;
}

.homepage-services {
    margin: 0 auto;
}
.homepage-services ul {
     padding: 0;
}
.homepage-services #servcss li {
    position: relative;
    font-weight: 400;
    margin: 0.3em 0;
    padding-right: 25px;
    display: block;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}
 
.homepage-services #servcss li:before {
    content:'\f0da''\f054';
    font-family: "fontawesome";
    letter-spacing: -2px;
    color: #ffffff;
    padding-right: 5px;
}
 

/* NAP SECTION STYLE */
 
div#homepage-nap-section {
    background-color: #253643 !important;
}
 
.nap-contact {
    
    background: #fff;
}

.homepage-nap {
    background: #ffd300;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px;
}
p.nap-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.05;
    color: #fff;
    padding-bottom: 15px;
}

.homepage-nap h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.05;
    color: #fff;
    padding: 0;
}

.homepage-nap h3 strong {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    display: inline-block;
}


/* CONTACT FORM STYLE */

.contact-form-block {position: relative;padding: 20px;}

p.free-estimate-title {
    padding: 0;
    text-align: center;
    color: #253643;
    text-transform: uppercase;
    border-bottom: 1px solid #ffd300;
    padding-bottom: 5px !important;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.05;
}

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

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

form#contactForm {
    text-align: center;
}

input#submitter {
    display: block;
    max-width:115px;
    line-height: 40px;
    background: #253643;
    text-align: center;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
     padding:10px;
    margin:0 auto;
}

input:hover#submitter {
    background: #ffd300;
}

#submitter {
    border: none;
    text-transform: capitalize;
    border-radius: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 0px;
    min-width: 100px;
    height: auto;    
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    max-width: 100%;
    padding: 10px 5px 10px;
    height: auto;
    background-color: #ffffff !important;
    box-shadow: none;
    display: block;
    line-height: 1.75em;
    font-weight: 300;
    color: #000 !important;
    background-image: none;
    border: 1px solid #dbdbdb;
    margin-bottom: 20px !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: #252422 !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;
}


/* FOOTER STYLE */

#main-footer {
    background-color: #253643;
    border-top: 1px solid #ffd300;
}

div#footer-bottom {
    background-color: #ffffff;
    padding: 15px;
    color: #253643;
}

.paymentsbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-widget h4 {
    color: #fcfffc;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 1.5em;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

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

#footer-widgets .footer-widget a {
    /* background-color: #fff; */
}

table.openinghours {
    width: 100%;
    margin: 0 auto !important;
}
@media screen and (max-width: 981px) and (min-width: 425px) {
    .hours, .openinghours {
        max-width: 385px;
        margin: 0 auto !important;
    }
}

table.openinghours tr {
    display: flex;
    justify-content: space-between;
    line-height: 2.3;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

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

#current-day td {color: #000;text-shadow: none;}

#closed-day {
    color: #fff;
}


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

.et_pb_sidebar_0 h4.widgettitle {
    font-size: 26px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
    border-bottom: 1px solid #ffd300;
    font-weight: bold;
    color: #253643;
    font-family: 'Montserrat', sans-serif;
}

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

.single-post h2 {
  text-align: left;
}
.single-post p {
text-align: justify;
}

/*MEDIA QUERIES*/

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

.homepage-services #servcss li {
        display: inline-block;
    }
    
  
}

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

    /* 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*/
    div#et-main-area {
    padding-top: 50px;
}

.home div#et-main-area {
    padding-top: 0px;
}
  .logo_container {
    width: 300px !important;
    max-width: 300px;
    margin-right: 0;
      width:100% !important;
}

.logo_container a {
    max-width: 100%;
    padding: 0 !important;
    border: none;
}
.logo-link img {
    max-height: 110px !important;
    border: none;
    padding: 0;
    background: white;
    padding: 5px;
}
div#et-top-navigation {
    width: calc(100% - 300px);
    margin: 0;
    display: flex;
    justify-content: end;
    align-items: center;
}

div#et-top-navigation a {
    
    color: #fff;
    font-weight: 500 !important;
}

ul#top-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

#top-menu li {
    padding-right: 0 !important;
    padding-left: 22px;
}
    #top-menu .menu-item-has-children>a:first-child:after {
    top: 10px;
    right: -5px;
}
    
.header-content{
    text-align:left !important; 
    }
.header-location-container {
    
    position: relative;
}
.header-location-container:before {
    content: '';
    width: 1px;
    height: 40px;
    background: #fcfffc52;
    position: absolute;
    left: -10px;
}
.contact-info-container {
   
}
    
.header-left{
    display:flex;
    margin:0px 20px;
}   
    
.header-right{
width:auto !important;  
}
    
.slider-button{     
    display: flex;
    justify-content:left;
  } 
    
.header-menu-container {
    display: flex;
    align-items: center;
    background-color: #253643;
    max-width: 1080px;
    margin: auto;
}
    ul.sub-menu {filter: drop-shadow(0px 1px 3px #5b5b5b);top: 34px;background-color: #253643 !important;border-color: #ffd300 !important;}

    #top-menu ul.sub-menu a {
        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;
    }

    .slider-button{
    display: flex;
    justify-content:left;
    }
 
    /*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: 770px !important;
    min-height: 500px !important;
    height: calc(99vh - 172px) !important;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
    max-height: 770px !important;
    min-height: 500px !important;
    height: calc(99vh - 172px) !important;
    width: 80%;
}
    .header-container {
    margin: 0;
    max-width: 768px;
    display: inline-flex;
}
 
.header-title p {
    font-size: 52px;
    text-align: left;
}

.header-title div {
    font-size: 17px;
    text-align: left;
}

.header-button-holder {
    justify-content:flex-start;
}
    .entry-title {
    font-size: 36px;
}
.button-holder {
    justify-content: flex-start;
}

    /* NAP SECTION DESKTOP */
 
    /* CONTACT SECTION DESKTOP */
 
    p.free-estimate-title {
        /* font-size: 36px; */
        line-height: 1.5;
        padding-left: 32px;
    }
 
.nap-contact {
    display: flex;
}

.homepage-nap {
    width: 330px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
}

.contact-form-block {
    width: 100%;
}
.home div#contact {
    position: relative;
    margin: 0 auto;
}

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

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

    /* SERVICES LIST SECTION DESKTOP */

    .homepage-services {
        margin-left: -6px;
    }
    
    /* FOOTER STYLES DESKTOP */
    .footer-widget .et_pb_widget {
        width: 100%;
        margin-bottom: 0 !important;
    }

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

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

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

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

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

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

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

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

    .et_pb_sidebar_0.et_pb_widget_area_right {
        border-left: 1px solid #ffd300;
    }

    #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: #525252;
    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, .wpcr3_button_1:hover {
        margin-top: 10px;
        background: #253643;
        color: #fff;
        border: 0px;
        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%;
    }
}

/* add buttons*/
.booking-button-switch {
    display:none !important;
}

.slider-button {
    margin-top: 0;
    margin-bottom: 0;
}
.button-quote-header {

}
.booking-button-switch a{
    color:#fff;
}

.top_button {
    background-color: #ffd300;
    font-size: 16px;
    padding: 15px 35px;
    transition: 500ms;
    overflow: hidden;
    line-height: 1;
    cursor: pointer !important;
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #fff;
    font-family: 'Montserrat';
    height:60px;
}

.top-button:before {
        position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-color: #1e441e;
    opacity: 0.5;
    content: "";
    border-radius: 20px;
    transform: scale(1);
    transition: 500ms ease;
    z-index: 99;
}

.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: #253643;
    color: #ffffff !important;
    border: 2px solid #ffd300;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    position: fixed;
    bottom: 60px;
    text-transform: capitalize;
    width: 230px;
    font-family: 'Montserrat';
}
#main-footer .listing-rev-btn {
    display: flex;
    align-items: center;
    position: fixed;
    padding: 10px 15px 10px 15px;
    border: 2px solid #ffffff;
    border-left: 0px;
    bottom: 0px;
    background: #253643;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    justify-content: center;
    width: 230px;
    z-index: 9999;
    font-family: 'Montserrat';
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    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 */

div#nap-section {
    background: #e9e9e9;
}

div#nap-section h3 {color: #000;text-align: center;}

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

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

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

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

@media only screen and (min-width: 981px) {
    .header-title h1 {
        text-align: left;
    }
}

.et_pb_title_container h1 {
    font-size: 30px
}

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

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

.first-list-content li:hover {
    background: #334e62;
    color: #fff;
}

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

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

.second-list-content li:hover {
    background: #334e62;
    color: #ffffff;
}

img#logo {
    background: white;
}

@media screen and (min-width: 981px) {
    h2.entry-title {
        font-size: 25px!important;
    }
}

.nav li ul {
    width: 310px!important;
}

@media(max-width: 425px) and (min-width: 320px){
	.entry-content h2 {
    font-size: 25px;
    font-weight: bold;
}
}