 /* Theme Name: Divi Child *
Template Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/
body {
    font-size: 1.0625rem;
    font-family: 'Work Sans', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-feature-settings: "liga";
    color: #231f20;
    font-weight: 300;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Source Sans Pro', sans-serif;
}
p strong {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 500;
}
div#page-container {
    overflow: hidden;
}

.et_pb_row {
    width: 95% !important;
}

/*HEADER STYLES*/



header#main-header {
   background-color: #ffffff;
}


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

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


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


.add-info-container {
    width: 100%;
    margin: 0 auto;
    order: 1;
    background: #03045E;
}

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

.text-logo {
   display: flex;
   flex-direction: row-reverse;
   align-items: center;
   color: #c3b415;
   font-family: 'Source Sans Pro', sans-serif;
   line-height: 1.05;
   text-shadow: 0 1px 2px rgb(3 4 94 / 10%);
}

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

.mobile_menu_bar {
   padding: 0 !important;
}


ul#mobile_menu {
    top: 100%;
    background-color: #03045e !important;
    border-color:#c3b415 !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:#c3b415;
}
.et_mobile_menu .current_page_item a {
    color: #ffffff !important;
    opacity: 1 !important;
}

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

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

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



/*change Divi opened hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}
/*rotate the Divi Menu icon on click*/
.mobile_menu_bar:before {
    transition: all .4s ease;
    transform: rotate(0deg);
    display: block;
    color:#c3b415;
}
/*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: 450px !important;
    min-height: 450px !important;
    height: 450px !important;
    background-position: 66%;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container {
    max-height: 450px !important;
    min-height: 450px !important;
    height: 450px !important;
    width: 95%;
}
.header-content {
    margin: 0 auto !important;
    padding: 0px !important;
    width: 100% !important;
    max-width: 1080px !important;
}

.header-title {
   font-family: 'Source Sans Pro', sans-serif;
   font-weight: bold;
   font-size: 25px;
   border-bottom: 1px solid #fff;
   padding-bottom: 10px;
   filter: drop-shadow(2px 3px 1px #03045e);
}

.header-subtitle {filter: drop-shadow(2px 3px 1px #03045e);margin-bottom: 20px;text-shadow: 0 1px 2px rgb(3 4 94 / 10%);}
 
.button {
   color: #ffffff;
   background: #03045e;
   font-family: 'Source Sans Pro', sans-serif;
   padding: 10px 20px;
   margin-top:10px;
   display: inline-block;
   line-height: 1;
   box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
   text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.button:hover {
   background:#c3b415;
}
.entry-title {
   font-size: 26px !important;
   font-weight: bold;
   text-align: center;
   color:#c3b415;
   padding: 0;
}

.content-button {
   color: #ffffff;
   background: #03045e;
   font-family: 'Source Sans Pro', sans-serif;
   padding: 10px 20px;
   display: inline-block;
   line-height: 1;
   box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
   text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
   width: 200px;
   text-align: center;
}

.content-button:hover {
   background: #c3b415;
}

div#row-one-first-col img {
   max-width: 600px;
}



/* BADGES SECTION STYLE */


.badge-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
.badge-block {
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
}
.badge-block img {
    width: 60px;
    height: 75px;
    padding-right: 5px;
    filter: drop-shadow(2px 4px 0px #03045e);
}
.badge-content {
    width: 100%;
}
.badge-content .title {
    font-weight: bold;
    line-height: 1;
    font-size: 18px;
    color:#c3b415;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-family: 'Source Sans Pro', sans-serif;
    filter: drop-shadow(1px 1px 0px #03045e);
}
.badge-content .content {
    font-size: 15px;
    text-transform: capitalize;
    line-height: 1.2;
    min-width: 223px;
    max-width: 223px;
    border-top: 1px solid #c3b415;
    padding-top: 10px;
    margin-top: 5px;
    font-weight: 500;
    color: #03045e;
    filter: drop-shadow(1px 1px 0px #03045e57);
}

/* SERVICES SECTION STYLE */
div#services-blocks-section {
   padding-top: 110px;
}
 div#services-blocks-section .et_pb_top_inside_divider {
   filter: drop-shadow(10px 10px 0px #00000014);
}





.srvBlockTitle H2 {
   padding: 0;
   font-weight: bold;
   text-align: center;
   font-size: 26px !important;
   color: #03045e;
   text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

.srvElement {
   max-width: 500px;
   margin: 0 auto;
   margin-top: 50px;
   background: rgba(255, 255, 255, 0.05);
   border-radius: 16px;
   box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
   border: 1px solid rgba(255, 255, 255, 0.3);
   position: relative;
}
.srvElement:before {content: '';position: absolute;width: 100%;height: 100%;backdrop-filter: blur(5px);-webkit-backdrop-filter: blur(5px);z-index: -1;}
.srvElementHeader h2 {
   text-align: center;
   color: #383989;
   font-weight: bold;
   font-family: 'Source Sans Pro', sans-serif;
   padding-bottom: 5px;
   text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
   min-height: 49px;
   display: flex;
   justify-content: center;
   align-items: center;
}

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

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

.srvElementContent a {
   color: #03045e;
}

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

.srvElement:hover h3 {
   color: #03045e;
   font-weight: bold;
}

/* SERVICES LIST SECTION STYLE */


.homepage-services #servcss {
    padding: 0;
    list-style: none;
    width: 280px;
    margin: 0 auto;
}
.homepage-services li {
    position: relative;
    text-align: right;
    padding-left: 26px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    filter: drop-shadow(2px 4px 1px black);
}
.homepage-services li:before {
    content: '\f14a';
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #c3b415;
    position: absolute;
    left: 0;
}

/* CONTACT FORM STYLE */
div#contact-section {
   background: rgba(255, 255, 255, 0.05);
   border-radius: 16px;
   box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
   border: 1px solid rgba(255, 255, 255, 0.3);
   position: relative;
   padding: 20px;
   max-width: 600px;
   margin: 0 auto;
}

div#contact-section:before {content: '';position: absolute;width: 100%;height: 100%;backdrop-filter: blur(5px);-webkit-backdrop-filter: blur(5px);z-index: -1;left: 0;top: 0;}

.free-estimate-title {
   font-size: 26px !important;
   font-weight: bold;
   text-align: center;
   color:#c3b415;
   padding-bottom: 20px;
   font-family: 'Source Sans Pro', sans-serif;
   filter: drop-shadow(2px 4px 1px black);
}


div#contact {
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
}
input#customer_name {
    width: calc(50% - 5px);
    float: left;
}
input#phone-cf {
    width: calc(50% - 5px);
    float: left;
    margin-left: 10px;
}
textarea#message {
    margin-bottom: 20px;
}
#contact img {
    float: left;
    width: 120px;
    height: 40px;
    min-height: 40px;
    border-radius: 5px;
    filter: grayscale(1);
}
input#vercode {
    width: calc(100% - 130px);
    margin: 0;
    margin-left: 10px;
    float: left;
    padding: 7px 10px 7px;
    height: 40px;
}
form#contactForm {
    text-align: center;
}
input#submitter {
    font-size: 16px;
    position: relative;
    height: auto;
    z-index: 1;
    font-weight: 400;
    border: none;
    text-transform: capitalize;
    width: 200px;
    border-radius: 0;
    margin-top: 10px;
    letter-spacing: 0.5px;
    filter: drop-shadow(2px 4px 1px black);
    color: #ffffff;
    background:#c3b415;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 10px 20px;
    display: inline-block;
    line-height: 1;
    box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
input#submitter:hover {
    background: #03045e;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    max-width: 100%;
    padding: 7px 5px 7px;
    height: auto;
    background-color: #ffffff !important;
    box-shadow: none;
    display: block;
    line-height: 1;
    font-weight: 300;
    color: #000 !important;
    background-image: none;
    border: 1px solid #000000;
    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;
}

/* NAP SECTION STYLE */

.homepage-nap h3 {
   color: #fff;
   font-size: 26px !important;
   font-weight: bold;
   padding: 0;
   line-height: 1.2;
   font-family: 'Source Sans Pro', sans-serif;
   filter: drop-shadow(2px 4px 1px black);
}

.homepage-nap h3 strong {
   color: #c3b415;
}

/* TESTIMONIALS SECTION STYLE */

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

.home .wpcr3_dotline {
    display: none !important;
}
.home .wpcr3_review {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
}
.home .wpcr3_review_ratingValue {
    width: 100%;
    text-align: center;
    margin: 0 !important;
}
.home .wpcr3_review_author {
    margin-left: 5px;
    text-align: center;
}
.home .wpcr3_review_title.wpcr3_caps {
    width: 100%;
    text-align: center;
    margin: 0 !important;
    font-size: 20px;
    font-weight: bold;
}
.home span.wpcr3_item_name a {
    color: #c3b415;
}
div.wpcr3_review blockquote.wpcr3_content {
    border-color: #c4c4c4;
    padding-bottom: 0;
    text-align: justify;
}
.home div.wpcr3_review blockquote.wpcr3_content {
    text-align: center;
    padding-left: 0;
    border: none;
    margin-bottom: 0;
    line-height: 1.7em;
}
div.wpcr3_review blockquote.wpcr3_content p {
    font-size: 15px;
}
.home .wpcr3_reviews_holder {
    position: relative;
}
.home div.wpcr3_review blockquote.wpcr3_content p {
    font-style: italic;
    font-weight: 500;
    text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
.testimonials-btn {
   color: #ffffff;
   background: #03045e;
   font-family: 'Source Sans Pro', sans-serif;
   padding: 10px 20px;
   display: inline-block;
   line-height: 1;
   box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
   text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.testimonials-btn:hover {
    background: #c3b415;
    color: #ffffff;
}

/* CONTENT SECTION STYLE */
div#home-content-section {
   background-color: #03045e!important;
}
.section-title {
   font-size: 26px !important;
   font-weight: bold;
   text-align: center;
   color: #c3b415;
   padding: 0;
   text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}


/* FOOTER STYLE */
#main-footer {
    background: #03045e;
    position: relative;
}

#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: #ffffff;
    padding: 15px;
    color: #000000;
    z-index: 999;
    position: relative;
    box-shadow: rgb(255 94 21 / 45%) 0px -25px 20px -20px;
}
.paymentsbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-widget h4 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    border-bottom: 2px solid#c3b415;
    text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
.footer-widget .textwidget {
    color: #ffffff;
    text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

table.openinghours {
    max-width: 385px;
    margin: 0 auto !important;
}
table.openinghours tr {
    display: flex;
    justify-content: space-between;
    line-height: 2;
    color: #ffffff;
}
#current-day {
    background-color: #c3b415;
    padding: 0 2px;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
#current-day td {
    color: #fff;
    text-shadow: none;
}
#closed-day {
    color: #ffffff;
}
/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */
.et_pb_sidebar_0 h4.widgettitle {
    font-size: 26px;
    font-weight: bold;
    color:#c3b415;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
    border-bottom: 1px solid #03045e;
}
#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;
	padding-top:25px;
}
.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;
}
/* 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: #000;
   font-style: italic;
   font-weight: 500;
   text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
   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: #000;
   font-style: italic;
   font-weight: 500;
   text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
.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: 0;
   width: 95%;
   color: #000;
   font-size: 15px;
   font-style: italic;
   font-weight: 500;
   text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
   position: relative;
}
a.add-reviews-link {
   color: #c3b415;
   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:#c3b415;
}

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;
}
.button-quote-header {
   text-align: center;
   padding: 10px 0;
   background: #c3b415;
}
.top_button {
   position: relative;
   display: inline-block;
   background-color: #03045E;
   font-weight: bold !important;
   text-transform: capitalize;
   text-shadow: none;
   color: #fff;
   padding: 7px 15px;
   transition: 0.3s ease-in-out;
   font-size: 16px;
   border-radius: 0px;
}
.top_button:hover {
   color:#fff;
}
.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: 7px 15px;
   background-color: #03045e;
   color: #ffffff !important;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 0px;
   border: 3px solid #c3b415;
   border-left: 0px;
   font-size: 15px;
   z-index: 999999;
   font-family: 'Source Sans Pro', sans-serif;
   padding: 10px 20px;
   line-height: 1;
   box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
   text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
   position: fixed;
   bottom: 50px;
   text-transform: capitalize;
   width: 185px;
}
#main-footer .listing-rev-btn {
   display: flex;
   align-items: center;
   position: fixed;
   padding: 7px 15px;
   border: 3px solid #c3b415;
   border-left: 0px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 0px;
   bottom:0px;
   background: #03045e;
   font-family: 'Source Sans Pro', sans-serif;
   padding: 10px 20px;
   color:#fff;
   line-height: 1;
   box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
   text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
   text-transform: capitalize;
   font-size: 15px;
   justify-content: center;
   width:185px;
   z-index: 9999;
   font-weight:bold;
}
#main-footer .listing-rev-btn img {
 display:none;
}
#main-footer .listing-rev-btn .fa {
   display: block;
   margin-right: 5px;
   color: #fff;
   position: relative;
   bottom: 0px;
}
/* end add buttons */

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

/*MEDIA QUERIES*/


@media only screen and (min-width: 600px) {
         .homepage-services #servcss {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        margin: 0 auto;
        width: 100%;
        column-gap: 25px;
   }

}

@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 (max-width: 1200px) {
div#services-blocks-section .et_pb_top_inside_divider {
   background-size: 130% 50px !important;
}
}


@media screen and (min-width: 981px) {
   /*HEADER STYLES*/

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

.home header#main-header {
   background-color: #ffffff00;
}


.add-info-container {
   width: calc(100% - 355px);
   margin: 0;
   background: transparent;
}

.add-info-holder a {
   width: 180px;
   justify-content: flex-end;
}

.phonenum {
   order: 2;
}

.email-btn {
   order: 3;
}
 .logo_container {
   order: 1;
   left: 0;
   width: 340px !important;
   margin-left: 0 !important;
}
 .logo_container:before {
  content: '';
  position: absolute;
  background: #03045e;
  width: 200vw;
  height: 100%;
  left: -50vw;
  bottom: 0;
  z-index: -1;
 }
.header-menu-container {
   flex-direction: row;
   align-items: center;
   justify-content: center;
   width: 95% !important;
}

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

.header-location-container {
   margin-right: 0;
   order: 1;
   width: 100%;
   justify-content: flex-end;
}

 div#et-top-navigation {
        width: 100% !important;
        padding: 0px !important;
        display: flex;
        justify-content: center;
        margin: 0;
        position: relative;
   }
 div#et-top-navigation:before {
  content: '';
  position: absolute;
  background: #ffffff;
  width: 200vw;
  height: 100%;
  left: -50vw;
  bottom: 0;
  z-index: -1;
 }
  .home .logo_container:before, .home div#et-top-navigation:before {
       opacity: 0.5;
   }
header#main-header.et-fixed-header .logo_container:before, header#main-header.et-fixed-header div#et-top-navigation:before {
   opacity: 1;
}
    nav#top-menu-nav ul#top-menu li a{
        color: #03045e !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        font-weight: bold;
        text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
   }
    #top-menu .menu-item-has-children>a:first-child:after {
        top: 15px;
   }
    nav#top-menu-nav ul#top-menu .current-menu-item a{
        color: #e9ebea !important;
        filter: drop-shadow(2px 4px 1px black);
   }
    nav#top-menu-nav ul#top-menu li {
        padding-left: 11px;
        padding-right: 11px !important;
   }
    nav#top-menu-nav ul#top-menu li:last-child {
   padding-right: 0 !important;
}
    nav#top-menu-nav ul#top-menu .current-menu-item {
        background:#c3b415;
   }

nav#top-menu-nav ul#top-menu li:last-child.current-menu-item {
   padding-right: 11px !important;
}
    nav#top-menu-nav ul#top-menu .current-menu-item a:before, nav#top-menu-nav ul#top-menu .current-menu-item a:after {
        color: #fff;
    }
    ul.sub-menu {
        filter: drop-shadow(0px 1px 3px #5b5b5b);
        top: 44px;
        background-color: #03045e !important;
        border-color:#c3b415 !important;
   }
    nav#top-menu-nav #top-menu ul.sub-menu a {
        color: #fff !important;
        position: relative;
        padding: 6px 6px 6px 16px !important;
        line-height: 1.2;
   }
    #top-menu-nav ul.sub-menu a:before {
        content: '\f149';
        position: absolute;
        left: 0;
        font-family: 'FontAwesome';
        -webkit-transform: scaleX(-1) rotate(90deg);
        transform: scaleX(-1) rotate(90deg);
        color: #c3b415;
   }
    ul.sub-menu li {
        padding: 0 10px !important;
        width: 100%;
   }
    ul.sub-menu li a {
        padding: 5px 0px !important;
        width: 100% !important;
   }

.add-info-holder {
}


 
   /*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: 1200px !important;
        min-height: 600px !important;
        height: 100vh !important;
        background-position: center;
        background-position-y: 84%;
   }
    .et_pb_fullscreen .et_pb_fullwidth_header_container {
        max-height: 1200px !important;
        min-height: 600px !important;
        height: 100vh !important;
        max-width: 95%;
        padding-top: 129px;
   }
 .homepage-header-holder {
   width: 100%;
   display: flex;
   justify-content: flex-start;
   align-items: center;
}

.header-txt-holder {
   width: 50%;
   text-align: left;
}

.header-title {
   font-size: 36px;
   line-height: 1.1;
   padding-bottom: 20px;
   margin-bottom: 20px;
}

.header-subtitle {
   font-size: 25px;
}
div#row-one-second-col, div#row-one-first-col {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: flex-end;
}

.entry-title {
   text-align: left;
   font-size: 36px !important;
}

.home .entry-title {
   text-align: right;
}
 
   /* BADGES STYLE DESKTOP*/

       .badge-content .content {
        min-width: auto;
        margin-top: 5px;
   }
    .badge-block {
        width: 24%;
        align-items: flex-start;
   }

   /* SERVICES STYLE DESKTOP*/
 

.srvBlockTitle {
   text-align: left;
}

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

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

   .srvElementBody {
       height: 100%;
   }
.srvElementHeader 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 .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;
   }

    
   /* CONTACT SECTION DESKTOP */
    div#contact-form-row .et_pb_column {
   display: flex;
   flex-direction: column;
   justify-content: center;
}
.homepage-nap h3 {
   text-align: right;
}
   /* TESTIMONIALS SECTION DESKTOP */

   /* SERVICES LIST SECTION DESKTOP */
    

   /* FOOTER STYLES DESKTOP */
    .footer-widget .et_pb_widget {
        width: 100%;
        margin-bottom: 0 !important;
   }
    .paymentsbox {
        justify-content: flex-start;
   }
    div#social-icons {
        text-align: left;
   }
    .footer-widget h4 {
        text-align: left;
   }
    #footer-widgets {
        padding-top: 20px;
   }
   /* SIDEBAR, BLOG, BLOGPOST STYLES DESKTOP */
    .et_pb_sidebar_0 h4.widgettitle {
        text-align: left;
   }
    #sidebar h4.widgettitle {
        text-align: left;
   }
    .et_pb_sidebar_0 .textwidget {
        text-align: left !important;
   }
    #sidebar .textwidget {
        text-align: left;
   }
    .et_pb_sidebar_0.et_pb_widget_area_right {
        border-left: 1px solid rgb(255 94 21 / 49%);
   }
    #left-area .post-meta {
        text-align: left;
   }
    #main-content .container:before {
        background-color: rgb(6 45 91 / 20%);
   }
}





/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
    margin: 3px 0;
}
.wpcr3_respond_2 input[type="text"], .wpcr3_in_content textarea {
    background: #ffffff !important;
    color: #000 !important;
    border-color: #000 !important;
}
.wpcr3_respond_2 input[type="text"]:focus, .wpcr3_in_content textarea:focus {
    color: #fff;
    border-color: #ffffff;
}
.wpcr3_table_2 td {
    font-size: 1em !important;
}
.wpcr3_leave_text {
    font-size: 1.1em;
}
.wpcr3_leave_text {
    margin-bottom: 20px;
}
.wpcr3_button_1 {
    margin-top: 10px;
    background: #000000;
    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) {
   .slider-button {
   justify-content:center;
 }
    .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%;
   }
}


.et_pb_grid_item img {
position: absolute;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
object-fit: cover;
}

.et_pb_grid_item .et_pb_gallery_image {
padding-top:100%;
}
.et_pb_video_box video {max-height: 250px;
}
#main-footer .footer-widget li {
   list-style: none;
   padding-left: 0px;
}
.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
   margin-bottom: 30px;
}
.footer-widget li:before {
   display: none;
}
.et_pb_button_0, .et_pb_button_0:after {
    transition: all 300ms ease 0ms;
    color: yellow;
}