/* 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: #565656;
     font-weight: 100;
}
 h1,h2,h3,h4,h5,h6 {
    font-family: 'Urbanist', sans-serif;
    font-weight: 500!important;
    color: #000000;
}
 p strong {
     font-family: 'Urbanist', sans-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: #e9f2f7;
}
 .home header#main-header {
     background-color: #fff;
}
 header#main-header.et-fixed-header {
     background: #e9f2f7;
}
 .header-menu-container {
     width: 95%;
     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: #000000;
     min-height: 46px;
     align-items: center;
}
 .text-logo img {
     width: 55px !important;
     height: 100%;
     object-fit: contain;
     z-index: -1;
     left: 0;
     filter: invert(1);
     position: absolute;
}
 .text-logo span {
     display: flex;
     align-items: center;
     text-align: center;
     margin-left: 60px;
     font-family: 'Urbanist', sans-serif;
}
 .header-menu-container:after {
     display: none;
}
 div#et-top-navigation {
     padding: 0 !important;
}
 .estimate-btn {
     display: none;
}
 .mobile_menu_bar {
     padding: 0 !important;
     background: #2f3437;
     border-radius: 5px;
}
 .et_mobile_menu {
     width: 100vw;
     left: -2.5vw;
     top: 100%;
     border-color: #ffffff;
     background-color: #2f3437 !important;
}
 .et_mobile_menu li a {
     color: #efefef !important;
     font-family: 'Inter', sans-serif;
     filter: drop-shadow(0px 1px 1px #210124);
     font-family: 'Urbanist', sans-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: #6ba9cc;
}
 .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: #e9f2f7;
     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;
     border-top-left-radius: 5px;
     border-bottom-left-radius: 5px;
}
 .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: #242424;
     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: 'Changa', sans-serif;
}
 .add-info-btn .fa {
     color: #191919;
}
 #add-info-close-icon {
     display: none;
}
 .add-info-btn span {
     line-height: 1;
     color: #2C3941;
     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*/
 div#homepage-header {
     padding: 0;
}
 div#homepage-header-container {
     padding: 0;
     display: flex;
     flex-direction: column-reverse;
     width: 100% !important;
}
 .homepage-header-slider-holder {
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
}
 .button {
     color: #000000;
     background: #fff;
     line-height: 1;
     height: 40px;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 5px 10px;
     font-weight: 500;
     font-size: 14px;
     position: relative;
     overflow: hidden;
     font-family: 'Poppins', sans-serif;
     border: 1px solid #000;
     border-radius: 20px;
     position: absolute;
     z-index: 999;
     bottom: -20px;
     right: 15px;
     box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
 .button:hover{
     background: #333a40 !important;
     color: #fff;
}
 .owl-carousel .owl-nav button {
     border: 1px solid #ffffff !important;
     width: 50px;
     height: 50px;
     border-radius: 50% !important;
     font-size: 35px !important;
     background: #333a40 !important;
}
 .owl-carousel .owl-nav button:hover {
     background: #9ed2ee !important;
}
 .owl-carousel .owl-nav button span {
     display: flex;
     justify-content: center;
     align-items: center;
     line-height: 0;
     margin-top: -2px;
     color: #ffffff;
}
 .homepage-header-content {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: center;
     position: relative;
}
 .homepage-header-content:before {
     content: '';
     position: absolute;
     width: 80%;
     height: 100%;
     left: -15px;
     top: 0;
     background: #e9f2f7;
     z-index: -1;
     box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
 .header-title {
     font-family: 'Urbanist', sans-serif;
     font-weight: 500;
     width: 100%;
     font-size: 21px;
     padding: 20px;
     color: #000000;
     text-align: left;
}
 .header-title span {
     display: block;
}
 .homepage-header-content .button {
     display: none;
}
 .badge-container {
     display: flex;
     flex-wrap: wrap;
     justify-content: flex-start;
     align-items: center;
     padding: 0 20px;
}
 .badge-block {
     display: flex;
     margin-top: 5px;
     margin-bottom: 5px;
     margin-left: 5px;
}
 .badge-block img {
     width: 60px;
     height: 90px;
     padding-right: 5px;
}
 .badge-content {
     width: 100%;
     margin-top: 16px;
}
 .badge-content .title {
     font-weight: bold;
     line-height: 1;
     font-size: 18px;
     color: #000000;
     margin-bottom: 10px;
     font-family: 'Urbanist', sans-serif;
     text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
 .badge-content .content {
     font-size: 15px;
     text-transform: capitalize;
     line-height: 1.2;
     min-width: 190px;
     max-width: 190px;
     border-top: 1px solid #000000;
     padding-top: 10px;
     margin-top: 5px;
     font-weight: 500;
     color: #000000;
     text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
 .badges-cta-container {
     width: 100%;
     background: #ff5e15;
     padding: 10px;
     text-align: center;
}
 .head-carousel .owl-dots {
     margin: 0 !important;
     position: absolute;
     right: 0;
     display: flex;
     flex-direction: column;
     justify-content: center;
     background: #fff;
     border-top-left-radius: 5px;
     border-bottom-left-radius: 5px;
}
 .head-carousel .owl-theme .owl-dots .owl-dot span {
     background: #d3d3d3;
}
 .head-carousel .owl-theme .owl-dots .owl-dot.active span {
     background: #707070;
}
 .homepage-header-slider-holder .owl-carousel {
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}
 .homepage-header-slider-holder .owl-carousel img {
     min-height: 380px;
     object-position: bottom;
     object-fit: cover;
}
/* FIRST CONTENT SECTION STYLE */
 .section-direction {
     position: absolute;
     right: -55px;
     padding: 0 !important;
     width: 135px;
     height: 30px;
     margin-bottom: -138px;
     transform: rotate(270deg);
     font-size: 15px;
     font-family: 'Urbanist', sans-serif;
}
 .section-title-heading {
     font-size: 15px;
     line-height: 1.2;
     margin-bottom: 15px;
     text-align: left;
}
 .entry-title {
     font-size: 26px;
     font-family: 'Urbanist', sans-serif;
     text-align: center;
}
 div#home-title-block {
     padding-top: 0;
     padding-bottom: 0;
}
 div#home-title-block-container-firstpar {
     display: flex;
}
 div#home-title-block-txt-col {
     width: calc(100% - 50px) !important;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: flex-end;
     position: relative;
     margin-left: auto !important;
}
 div#home-title-block-txt-col .entry-title {
     text-align: left;
     color: #000000;
}
 div#home-title-block-txt-col:before {
     content: '/About/';
     font-family: 'Urbanist', sans-serif;
     font-weight: bold;
     font-size: 40px;
     transform: rotate(270deg);
     position: absolute;
     left: -101px;
     color: #000000;
     opacity: 0.1;
     margin-top: 55px;
}
 div#home-title-block-title-holder {
     width: calc(95vw - 50px) !important;
     margin-right: 40px;
}
 .content-button {
     color: #000000;
     background: #fff;
     line-height: 1;
     height: 40px;
     width: 180px;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 5px 10px;
     font-weight: 500;
     font-size: 14px;
     position: relative;
     overflow: hidden;
     font-family: 'Poppins', sans-serif;
     border: 1px solid #000;
     border-radius: 20px;
     box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
 .content-button:hover {
     background: #333a40;
     color: #fff;
}
 div#home-title-block:before {
     content: '';
     background: #f7fbfe;
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
/* SERVICES SECTION STYLE */
 .company-services {
     position: absolute;
     left: -61px;
     padding: 0 !important;
     width: 146px;
     height: 30px;
     margin-bottom: -138px;
     transform: rotate(270deg);
     font-size: 15px;
     font-family: 'Urbanist', sans-serif;
}
 div#section-decoration-block {
     width: 100% !important;
     padding: 0 !important;
     position: relative;
}
 div#section-decoration-block div {
     width: 100%;
}
 div#services-block-col {
     display: flex;
     flex-direction: column;
     justify-content: flex-start;
     align-items: flex-end;
     position: relative;
}
 div#services-block-title-holder {
     width: calc(95vw - 50px) !important;
     margin-right: 10px;
     margin-bottom: 0;
}
 .srvBlockTitle .section-title-heading {
     text-align: right;
}
 .srvBlockTitle p {
     text-align: right;
     padding-bottom: 0px !important;
}
 .srvElement {
     margin-top: 50px;
     width: calc(100% - 50px) !important;
     position: relative;
}
 .srvElement:before {
     content: '/Services/';
     font-family: 'Urbanist', sans-serif;
     font-weight: bold;
     font-size: 40px;
     transform: rotate(270deg);
     position: absolute;
     color: #000000;
     opacity: 0.1;
     margin-top: 78px;
}
 .srvElement:nth-child(odd):before {
     right: -124px;
}
 .srvElement:nth-child(even):before {
     left: -124px;
}
 .srvElement:nth-child(odd) {
     margin-left: 0;
}
 .srvElement:nth-child(even) {
     margin-right: 0;
     margin-left: auto;
}
 .srvElementHeader {
     text-align: center;
}
 .srvElementHeader h2 {
     padding-bottom: 5px;
     font-weight: 700 !important;
     color: #000000;
     font-family: 'Urbanist', sans-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-top: 20px;
}
 .srvElementContent {
     text-align: justify;
     color: #2d3a3a;
     font-size: inherit;
     line-height: 1.6;
}
 .srvElement:hover img {
     filter: grayscale(1) drop-shadow(0px 0px 6px #fff);
}
 .srvElement:hover h3 {
     color: #192026;
     font-weight: bold;
}
 .contact-company {
     position: absolute;
     right: -60px;
     padding: 0 !important;
     width: 148px;
     height: 30px;
     margin-top: 49px;
     transform: rotate(270deg);
     font-size: 15px;
     font-family: 'Urbanist', sans-serif;
}
/* CONTENT SECTION STYLE */
/* SERVICES LIST SECTION STYLE */
 .homepage-services ul#servcss {
    padding-bottom: 0;
}
/* CONTACT FORM STYLE */
 div#contact-form-section {
     background-color: #ffffff!important;
     padding: 0;
}
 div#contact-form-column {
     background: #e9f2f7;
     padding: 50px 20px;
     z-index: 1;
     margin: -25px 0 0 50px !important;
     width: calc(100% - 50px) !important;
     display: flex;
     justify-content: center;
     align-items: center;
     box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
 div#contact-form-column:before {
     content: '/Contact/';
     font-family: 'Urbanist', sans-serif;
     font-weight: bold;
     font-size: 40px;
     transform: rotate(270deg);
     position: absolute;
     color: #000000;
     opacity: 0.1;
     left: -117px;
}
 div#contact-form-row {
     padding: 0;
     display: flex;
     flex-direction: column-reverse;
}
 div#services-list-column {
     background: #f7fbfe;
     padding: 50px 30px;
     margin: 0 !important;
     z-index: 0;
     width: calc(100% - 50px) !important;
     box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
 .contact-form-heading .entry-title {
     text-align: right;
}
 .contact-section-text {
     font-size: 15px;
     line-height: 1.2;
     margin: 30px 0;
     text-align: right;
}
 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 {
     z-index: 1;
     margin-top: 10px;
     text-align: center;
     text-transform: capitalize;
     color: #000000;
     background: #fff;
     line-height: 1;
     height: 40px;
     width: 180px;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 5px 10px;
     font-weight: 500;
     font-size: 14px;
     position: relative;
     overflow: hidden;
     font-family: 'Poppins', sans-serif;
     border: 1px solid #000;
     border-radius: 20px;
     display: inline-block;
}
 input#submitter:hover {
     background: #333a40 !important;
     color: #fff;
}
 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: transparent !important;
     box-shadow: none;
     display: block;
     line-height: 1;
     font-weight: 300;
     color: #000 !important;
     background-image: none;
     border: 1px solid #cdcdcd;
     margin-bottom: 10px !important;
     min-height: 40px;
     border-top: 0;
     border-left: 0;
     border-right: 0;
}
 #contactForm input[type=text]::placeholder, #contactForm input[type=password]::placeholder, #contactForm input[type=tel]::placeholder, #contactForm input[type=email]::placeholder, #contactForm input.text::placeholder, #contactForm input.title::placeholder, #contactForm textarea::placeholder, #contactForm select {
     color: #000 !important;
}
 #contactForm input[type=text]:focus, #contactForm input[type=password]:focus, #contactForm input[type=tel]:focus, #contactForm input[type=email]:focus, #contactForm input.text:focus, #contactForm input.title:focus, #contactForm textarea:focus, #contactForm select:focus {
     color: #000 !important;
     border-color: #ffffff;
}
 #contact {
     padding: 0;
     max-width: 730px;
     margin: 0 auto;
}
/* NAP SECTION STYLE */
 div#nap-section {
     background-color: #f7fbfe!important;
     box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
 div#nap-section-container {
}
 div#nap-column {
}
 div#nap-section-title-holder {
     width: calc(95vw - 50px) !important;
}
 div#nap-section-content-holder {
     width: calc(95vw - 50px) !important;
     margin-right: 0 !important;
     margin-left: auto;
     min-height: 250px;
     display: flex;
     justify-content: center;
     align-items: center;
}
 div#nap-section-content-holder:before {
     content: '/Contact/';
     font-family: 'Urbanist', sans-serif;
     font-weight: bold;
     font-size: 40px;
     transform: rotate(270deg);
     position: absolute;
     color: #000000;
     opacity: 0.1;
     left: -117px;
}
 .nap-title-block h3 {
     text-align: left;
     font-size: 26px;
}
 .homepage-nap {
     display: flex;
     flex-wrap: wrap;
     justify-content: flex-end;
     margin-bottom: 30px;
     margin-top: 20px;
}
 .nap-phone-block {
     text-align: right;
}
 .nap-location-block {
     text-align: right;
     display: flex;
     flex-wrap: wrap;
     justify-content: flex-end;
}
 .block-title {
     width: 100%;
     color: #000;
}
 .nap-location-block h3 {
     padding: 0 2px;
     line-height: 1.6;
}
 h3#home-adr {
     padding-right: 5px;
}
 .loop .owl-stage, .loop .owl-stage-outer {
     height: 50vw !important;
}
 .loop .item {
     background: #f7fbfe;
     overflow: hidden;
}
 .loop .item img {
     z-index: -1;
     /* filter: blur(20px); */
     object-fit: cover;
     width: 100%;
     height: 100%;
}
 .loop .leftSL {
     width: 40vw !important;
     height: 50vw !important;
     display: flex;
     justify-content: center;
     align-items: flex-start;
     margin-right: 0 !important;
}
 .loop .leftSL .item {
     height: calc(25vw - 5px);
     margin-right: 10px;
}
 .loop .centrSL {
     width: 40vw !important;
     margin-left: -40vw;
     height: 50vw !important;
     display: flex;
     align-items: flex-end;
}
 .loop .centrSL .item {
     height: calc(25vw - 5px);
     margin-right: 10px;
}
 .loop .rightSL {
     width: 60vw !important;
     height: 50vw !important;
     background: #000;
}
 .loop .rightSL .item {
     height: 100%;
}
 .loop .active .item {
     overflow: hidden;
     width: 100%;
     background: #fff !important;
}
 .loop .active .item img {
     object-fit: cover;
     object-position: center;
     width: 100%;
     height: 100% !important;
     opacity: 1 !important;
     filter: none;
}
 .customer-reviews {
     position: absolute;
     left: -60px;
     padding: 0 !important;
     width: 142px;
     height: 30px;
     margin-top: 53px;
     transform: rotate(270deg);
     font-size: 15px;
     font-family: 'Urbanist', sans-serif;
     z-index: 9999;
}
/* TESTIMONIALS SECTION STYLE */
 div#home-testimonials {
     background-color: #ffffff!important;
}
 div#testimonials-col {
     width: calc(95vw - 50px) !important;
     margin-right: 0 !important;
     margin-left: auto;
     min-height: 500px;
     display: flex;
     justify-content: center;
     align-items: center;
     z-index: 1;
}
 div#testimonials-holder {
    max-width: 400px;
    min-height: 350px;
    background: #e9f2f7;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
 div#testimonials-img-block {
     width: calc(95vw - 50px) !important;
     margin-left: 50px !important;
     height: 500px;
     margin-top: -115px !important;
     z-index: 0;
}
 div#testimonials-col:before {
     content: '/Reviews/';
     font-family: 'Urbanist', sans-serif;
     font-weight: bold;
     font-size: 40px;
     transform: rotate(270deg);
     position: absolute;
     color: #000000;
     opacity: 0.1;
     right: -121px;
}
 div#testimonials-image, div#testimonials-image span {
     height: 500px !important;
}
 div#testimonials-image img {
     height: 100%;
     width: 100%;
     object-fit: cover;
     object-position: 70%;
     box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
 .home .wpcr3_dotline {
     display: none !important;
}
 .home .wpcr3_review {
     display: flex;
     flex-wrap: wrap;
     justify-content: flex-start;
     align-items: center;
}
 .home .wpcr3_review_ratingValue {
     width: 100%;
     text-align: left;
     margin: 0 !important;
}
 .home .wpcr3_review_author {
     text-align: left;
}
 .home .wpcr3_review_title.wpcr3_caps {
     width: 100%;
     text-align: left;
     margin: 0 !important;
     font-size: 18px;
     color: #000000;
     font-weight: 500;
     font-family: 'Urbanist', sans-serif;
}
 .home span.wpcr3_item_name a {
     color: #525a59;
}
 div.wpcr3_review blockquote.wpcr3_content {
     border-color: #000000;
     padding-bottom: 0;
     text-align: justify;
}
 .home div.wpcr3_review blockquote.wpcr3_content {
     text-align: left;
     padding-left: 0;
     border: none;
     margin-bottom: 10px;
     line-height: 1.7em;
     font-weight: 100;
}
 .home div.wpcr3_review blockquote.wpcr3_content a {
     color: #000;
     text-decoration: underline;
}
 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-family: 'Urbanist', sans-serif;
}
 .testimonials-button {
     color: #000000;
     background: #fff;
     line-height: 1;
     height: 40px;
     width: 180px;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 5px 10px;
     font-weight: 500;
     font-size: 14px;
     position: relative;
     overflow: hidden;
     font-family: 'Poppins', sans-serif;
     border: 1px solid #000;
     border-radius: 20px;
     box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
 .testimonials-button:hover {
     background: #333a40 !important;
     color: #fff;
}
 .button-holder {
     text-align: left;
}
 .send-email {
     position: absolute;
     right: -50px;
     padding: 0 !important;
     width: 125px;
     height: 30px;
     margin-top: 35px;
     transform: rotate(270deg);
     font-size: 15px;
     font-family: 'Urbanist', sans-serif;
     z-index: 9999;
}
 div#content-dark-section .et_pb_image, div#content-dark-section span {
     height: 100%;
}
 div#content-dark-section img {
     height: 100%;
     object-fit: cover;
     object-position: center;
}
/* FOOTER STYLE */
 #main-footer {
     background: #2f3437;
     background-size: contain;
     background-repeat: repeat;
}
 #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: #191919;
     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 #f7fbfe;
     text-transform: uppercase;
     font-family: 'Urbanist', sans-serif;
}
 .footer-widget .textwidget {
     color: #e9f2f7;
}
 #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: #e9f2f7;
     font-family: 'Poppins', sans-serif;
     font-weight: normal;
}
 #current-day {
     background-color: #e9f2f7;
     padding: 0 2px;
}
 #current-day td {
    color: #000000;
    text-shadow: none;
}
 #closed-day {
     color: #e9f2f7;
}
/* 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 #628ba2;
     text-align: center;
     font-size: 26px !important;
     color: #2c3941;
}
 #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) {
     .header-title {
         width: 95%;
    }
     .button {
         right: 75px;
    }
     div#home-testimonials {
         padding-top: 0;
    }
     div#testimonials-img-block {
         width: 100% !important;
         margin-left: 0 !important;
         margin-top: -250px !important;
    }
     div#testimonials-col:before {
         margin-top: -187px;
    }
     .homepage-services ul#servcss {
         columns: 2;
         -webkit-columns: 2;
         -moz-columns: 2;
         column-gap: 40px;
         text-align: right;
    }
}
 @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*/
     .add-info-block {
         top: 125px;
    }
     .estimate-btn {
         display: flex;
         justify-content: flex-end;
         width: 180px !important;
    }
     .logo_container {
         width: 300px !important;
    }
     div#et-top-navigation {
         width: calc(100% - 480px);
         margin-left: 0;
         display: flex;
         justify-content: flex-end;
         align-items: center;
    }
     .estimate-btn a {
         color: #000000;
         line-height: 1;
         height: 40px;
         display: flex;
         justify-content: center;
         align-items: center;
         padding: 5px 10px;
         font-weight: 500;
         font-size: 14px;
         position: relative;
         overflow: hidden;
         font-family: 'Poppins', sans-serif;
         border: 1px solid #000;
         border-radius: 20px;
    }
     .estimate-btn a:hover {
         background: #333a40;
         color: #fff;
    }
     nav#top-menu-nav ul#top-menu li a{
         padding-top: 15px !important;
         padding-bottom: 15px !important;
         font-weight: 500;
         color: #000000 !important;
         text-transform: capitalize;
         font-family: 'Poppins', sans-serif;
    }
     #top-menu .menu-item-has-children>a:first-child:after {
         top: 14px;
         color: #6ba9cc;
    }
     nav#top-menu-nav ul#top-menu .current-menu-item a{
         color: #000000 !important;
    }
     nav#top-menu-nav ul#top-menu li {
         padding-left: 4px;
         padding-right: 8px !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: #7e7e7e;
         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: #6ba9cc !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: #e9f2f7 !important;
         border-color: #989898 !important;
    }
     ul.sub-menu li ul {
         top: -10px;
    }
     nav#top-menu-nav #top-menu ul.sub-menu a {
         color: #000 !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: #6ba9cc;
    }
     #top-menu-nav ul.sub-menu a:after {
         color: #6ba9cc !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*/
     div#homepage-header-container {
         flex-direction: row;
    }
     div#homepage-header-container .et_pb_column_0 {
        margin-right: 0 !important;
        width: 500px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
     .homepage-header-content:before {
         width: 740px;
         left: -100px;
         height: 150%;
         top: auto;
         bottom: 0;
    }
     .badge-container {
        padding-right: 0;
        padding-left: 10px;
    }
     .badge-content .content {
         min-width: 170px;
         max-width: 170px;
    }
     div#homepage-header-container .et_pb_column_1 {
         width: calc(100% - 500px) !important;
    }
     .homepage-header-content .button {
         display: flex;
         position: relative;
         right: auto;
         bottom: auto;
         margin-left: 20px;
         margin-bottom: 20px;
         background: transparent;
    }
     .homepage-header-content {
         padding: 30px 0;
         min-height: 440px;
         min-width: 500px;
    }
     div#header-slider-holder .et_pb_module, div#header-slider-holder .et_pb_code_inner {
         height: 100%;
    }
     .homepage-header-slider-holder {
         height: 100%;
    }
     .homepage-header-slider-holder .button {
         display: none;
    }
     .homepage-header-slider-holder .owl-carousel {
         height: 100%;
    }
     .homepage-header-slider-holder .owl-stage-outer {
         height: 100%;
    }
     .homepage-header-slider-holder .owl-stage {
         height: 100%;
    }
     .homepage-header-slider-holder .owl-item {
         height: 100%;
    }
     .homepage-header-slider-holder .item {
         height: 100%;
    }
     .homepage-header-slider-holder .owl-carousel img {
         height: 100%;
    }
     .homepage-header-slider-holder .owl-nav {
         position: absolute;
         width: 100%;
         margin: 0;
         display: flex;
         justify-content: space-between;
    }
     .section-direction {
         right: auto;
         left: -56px;
    }
     .home .et_pb_section {
         padding: 50px 0;
    }
     .entry-title {
         text-align: left;
    }
    /* FIRST PARAGRAPH STYLE DESKTOP*/
     div#home-title-block:before {
         width: 1180px;
         left: calc(50% - 575px);
         height: 150%;
         top: auto;
         bottom: 0;
    }
     div#home-title-block {
         padding: 50px 0;
    }
     div#home-title-block-title-holder {
         width: calc(100% - 50px) !important;
         margin-right: 50px;
    }
     div#home-title-block-txt-col:before {
         margin: 0;
         left: -108px;
    }
     .company-services {
         bottom: -75px;
         margin-bottom: 0;
    }
    /* SERVICES STYLE DESKTOP*/
     div#services-block-col {
         width: calc(100% - 50px) !important;
    }
     .srvElement {
         width: 32% !important;
         display: flex;
         flex-direction: column;
         margin: 0;
         margin-top: 50px !important;
    }
     .srvElement:nth-child(odd) {
         margin: 0;
    }
     .srvElement:nth-child(even) {
         margin: 0;
    }
     .srvElement:before {
         display: none;
    }
     .srvElement:nth-child(3):before {
         display: block;
    }
     .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 {
         height: 100%;
    }
     .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;
    }
     .contact-company {
         right: auto;
         left: -61px;
         bottom: -87px;
    }
    /* NAP SECTION DESKTOP */
     div#nap-section-content-holder {
        max-width: 1030px;
        justify-content: flex-end;
    }
     .homepage-nap {
         flex-direction: column;
    }
     div#nap-section-title-holder {
         max-width: 1030px;
         margin-left: 50px;
         margin-bottom: -40px;
    }
     .loop .item, .loop .item img {
         height: 490px !important;
    }
     .loop .leftSL {
         width: 392px !important;
         height: 490px !important;
    }
     .loop .centrSL {
         width: 392px !important;
         height: 490px !important;
         margin-left: -392px;
    }
     .loop .rightSL {
         width: 539px !important;
         height: 490px !important;
    }
     .loop .owl-stage, .loop .owl-stage-outer {
         margin: 0 auto;
         height: 490px !important;
    }
     .loop .owl-stage-outer {
         width: 931px;
         height: 490px !important;
    }
     .loop .owl-nav {
         margin: 0;
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
    }
     .loop.owl-carousel {
         display: flex;
    }
     .loop .centrSL .item {
         height: 240px !important;
         background: #fff !important;
    }
     .loop .leftSL .item {
         height: 240px !important;
         background: #fff !important;
    }
    /* CONTENT SECTION DESKTOP */
    /* CONTACT SECTION DESKTOP */
     div#contact-form-column {
         width: 50% !important;
         margin-right: 50% !important;
    }
     div#services-list-column {
         width: calc(50% + 100px) !important;
         padding-left: 175px;
         margin-left: auto !important;
         margin-bottom: -233px !important;
    }
     div#contact-form-section {
         padding-bottom: 50px;
         background-size: 50%;
    }
     div#contact-form-column:before {
         left: auto;
         right: -123px;
         bottom: 100px;
    }
    /* TESTIMONIALS SECTION DESKTOP */
     div#testimonials-img-block {
         margin-top: 0 !important;
         width: 70% !important;
         margin-left: 30% !important;
    }
     div#testimonials-col {
         width: calc(50% + 50px) !important;
         position: absolute;
         margin-left: 50px;
    }
     div#testimonials-col:before {
         left: -127px;
         right: auto;
         margin-top: -38px;
    }
     div#home-testimonials {
         padding-top: 50px;
    }
     div#testimonials-block {
         display: flex;
    }
     .send-email {
         right: auto;
         left: -50px;
    }
    /* 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 #d4d7d9;
    }
     #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) {
     .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%;
    }
}
 
/* 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: 0px;
    border-radius: 0px;
    padding: 1rem;
    background: transparent;
    min-height: 100%;
    break-inside: avoid;
  }
  
  .testimonials-grid .testimonial-item {
    margin-bottom: 1rem;
  }
  
  .testimonial-item:hover{
    background: transparent;
  }
  
  .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 {
    color: #000000;
    padding: 0.5rem;
    display: flex;
    border-width: 1px;
    border-color: #000000;
    border-radius: 50%;
    cursor: pointer;
    background: white;
    align-items: center;
  }
  
  .nav-arrows button:hover {
    background: #333a40;
    color: white;
  }
  
  .nav-arrows button svg {
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0;
  }
  
  .rotate-180 {
    rotate:180deg;
  }

  /* End testimonials plugin css */

/* add buttons*/
.booking-button-switch {
display:none !important;
}
    .slider-button {
        margin-top: 0;
        margin-bottom: 0;
  }
.button-quote-header {
    text-align: center;
    padding: 10px 0;
    background: #f7fbfe;
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    text-shadow: none;
    color: #000;
    padding: 12px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 50px;
    border: 1px solid #000;
    font-family: 'Poppins';
}
.top_button .fa {
    top:0px !important;
    left:0px !important;
    height:0px !important;
    color:#000 !important;
    padding: 5px 5px 5px 0px !important;
}
.floating-estimate-btn {
    font-family: 'Poppins';
    text-align: center;
    padding: 10px 15px 10px 15px;
    background-color: #ffffff;
    color: #000000 !important;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 1px solid #000;
    border-left: 0px;
    font-size: 13px;
    z-index: 999999;
    font-weight: 500;
    position: fixed;
    bottom: 60px;
    text-transform: capitalize;
    width: 180px;
}
#main-footer .listing-rev-btn {
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    position: fixed;
    padding: 10px 15px 10px 15px;
    border: 1px solid #000000;
    border-left: 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    bottom: 0px;
    background: #ffffff;
    color: #000;
    text-transform: capitalize;
    font-size: 13px;
    justify-content: center;
    width: 180px;
    z-index: 9999;
    font-weight: 500;
}
#main-footer .listing-rev-btn img {
  display:none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #000;
    position: relative;
    bottom: 2px;
}
/* end add buttons */

@media screen and (min-width:601px) {
    .slider-button {
    display:flex;
        justify-content:center;
  }
.slider-button .booking-button-switch {
  margin-left: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: #2d3a3a;
    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;
}

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

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

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

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

.button-gallery {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #2f3437;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.button-gallery:hover {
  background-color: #191919;
	color:#fff;
}

.first-list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

img.first-list-image {
    width: 100%;
    max-width: 600px;
}

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: #e9f2f7;
    color: #000;
    text-align: left;
    width: 100%;
}

.second-list-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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: #000;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-align: left;
    background: #e9f2f7;
}

img.second-list-image {
    width: 100%;
    max-width: 600px;
}
.first-list-content li:hover, .second-list-content li:hover {
    background: #2f3437;
    color: #fff;
}
div#second-list-section {
    background: #070E09;
}



@media (min-width: 981px) {
.first-list-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.first-list-image-container {
    width: 50%;
}

ul.first-list-content {
    width: 45%;
    margin: 0;
}

.second-list-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

ol.second-list-content {
    width: 45%;
    margin:  0;
}

.second-list-image-container {
    width: 50%;
}
}


@media (min-width: 981px) {
    .et_pb_gallery_grid .et_pb_gallery_item img {
        width: auto;
        max-height: 245px;
		height:200px;
    }
}

.et_pb_gallery_grid .et_pb_gallery_item img {
        width: auto;
        max-height: 245px;
		height:200px;
    }

.et_pb_gallery .et_pb_gallery_items, .et_pb_gallery.et_pb_section_parallax {
    width: 100%;
    text-align: center;
}

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

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

@media(max-width: 1024px) and (min-width: 1024px){
 nav#top-menu-nav ul#top-menu li {
         font-size: 12px;
		 }
		 }