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

h2 {
    font-family: 'Oswald',sans-serif;
    color: #1e170a;
    font-size: 22px!important;
    line-height: 1.05
}

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

header#main-header,.home #main-header.et-fixed-header,#main-footer {
    box-shadow: none;
    background-color: #4e4331;
    background-size: auto;
    padding-bottom: 10px
}

.home header#main-header {
    background: rgb(0 0 0 / 0%);
    background-image: none
}

header#main-header:before {
    content: '';
    background: rgb(0,0,0);
    background: linear-gradient(180deg,rgb(0 0 0 / 85%) 0%,rgb(0 0 0 / 70%) 36%,rgb(0 0 0 / 0%) 100%);
    position: absolute;
    width: 100%;
    height: 130%;
    z-index: -1
}

.contact-info {
    width: 100%
}

.contact-info-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    position: relative;
    font-weight: 400;
    font-family: 'Oswald',sans-serif
}

.contact-info-container .fa {
    margin-right: 5px
}

.header-location-container {
    order: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin: 5px;
    color: #FCFFFC
}

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

.header-menu-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 2%!important;
    align-items: 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;
    text-align: left!important;
    border-radius: 5px;
    color: #FFB703;
    max-width: 350px;
    font-weight: 700;
    line-height: 1.05;
    font-family: 'Oswald',sans-serif
}

.logo-link img {
    padding: 10px;
    border-radius: 5px;
    max-width: 350px!important;
    max-height: 90px!important
}

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

.mobile_menu_bar {
    padding-top: 24px
}

.mobile_menu_bar:before {
    color: #FCFFFC
}

ul#mobile_menu {
    background-color: #000000!important;
    border-color: #c5974c;
    top: 91px
}

ul#mobile_menu a {
    color: #fcfffc;
    font-weight: 500
}

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: 1000px!important;
    min-height: 600px!important;
    height: calc(100vh - 154px)!important
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
    max-height: 1000px!important;
    min-height: 500px!important;
    height: calc(100vh - 154px)!important;
    width: 95%
}

.header-content {
    margin: 0 auto!important;
    padding: 0px!important;
    width: 100%!important;
    max-width: 1080px!important
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
    margin-left: -5px!important
}

.header-container {
    max-width: 356px;
    margin: 0 auto
}

.header-content-container.center {
    padding-top: 154px
}

.header-main-title h1 {
    color: #c5974c;
    font-family: 'Oswald',sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    filter: drop-shadow(2px 4px 6px black);
    margin-bottom: 5px
}

.header-subtitle {
    color: #fff;
    font-family: 'Oswald',sans-serif;
    font-size: 27px;
    letter-spacing: .5px;
    font-weight: 700;
    line-height: 1.2;
    filter: drop-shadow(2px 4px 6px black)
}

.top-head {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #023047c2;
    padding: 10px;
    margin: 5px auto;
    max-width: 350px
}

.top-head div {
    width: calc(100% / 3);
    text-align: center;
    line-height: 1
}

.top-head div:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.header-text {
    font-size: 16px;
    line-height: 1.2
}

.button {
    color: #fff;
    font-family: 'Oswald',sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    filter: drop-shadow(2px 4px 6px black);
    transition: 0.3s;
    background: linear-gradient(to right,#FFF 20%,rgb(255 183 3) 40%,rgb(255 183 3) 60%,#FFF 80%);
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s linear infinite
}

.header-button-holder {
    margin-top: 20px
}

.section-title-heading {
    font-weight: 700;
    color: #ffb703
}

.entry-title {
    font-family: 'Oswald',sans-serif;
    color: #1e170a;
    font-size: 26px!important;
    line-height: 1.05;
    text-align: center
}

.entry-title p {
    font-family: 'Oswald',sans-serif;
    color: #1e170a;
    font-size: 26px!important;
    line-height: 1.05;
    text-align: center
}

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

.content-button {
    background-color: #023047;
    font-weight: 700;
    padding: 20px 45px;
    line-height: 1;
    cursor: pointer;
    display: inline-block;
    font-family: 'Oswald',sans-serif
}

.content-button:hover {
    background: #023047
}

.content-button span {
    color: #fff;
    transition: 0.3s;
    background: linear-gradient(to right,#FFF 20%,rgb(255 183 3) 40%,rgb(255 183 3) 60%,#FFF 80%);
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s linear infinite
}

div#home-badges-section {
    background-color: #0e0900!important;
    background-size: auto;
    background-image: url(https://flooringcontractor-kentwa.com/wp-content/uploads/2023/12/wood-bg.webp);
    background-repeat: repeat
}

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

.badge-holder {
    background: #1e170a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 160px;
    padding: 15px 5px 22px 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 8px;
    position: relative;
    text-shadow: 0 15px 15px rgb(0 0 0 / 4%);
    font-family: 'Nunito',sans-serif;
    border: 1px solid #fff
}

.badge-holder:hover {
    box-shadow: 0 0 8px 0 #fcfffc99
}

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;
    font-family: 'Oswald',sans-serif
}

.badge-holder img {
    width: 50%;
    padding-bottom: 5px
}

.badge-title {
    background: #baf2bb;
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    bottom: -15px;
    color: #000;
    font-weight: 700;
    border-radius: 8px
}

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

div#services-blocks-section {
    background-color: #baf2bb42
}

.srvBlockTitle p {
    padding-bottom: 0
}

.srvElement {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 50px
}

.srv-icon {
    position: absolute;
    background: #1e441e;
    width: 75px;
    height: 75px;
    bottom: -37px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    border-radius: 50%;
    border: 5px solid #fff
}

.srv-icon img {
    width: 50px!important;
    height: 50px!important;
    object-fit: contain!important;
    object-position: center!important;
    border: none!important
}

.srvElementHeader h2 {
    text-align: center;
    color: #1e170a;
    font-weight: 700;
    padding-bottom: 5px;
    font-family: 'Oswald',sans-serif;
    font-size: 22px
}

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

.srvElementImg img {
    width: 100%;
    max-height: 330px;
    object-fit: cover;
    object-position: center
}

.srvElementContent {
    text-align: justify;
    color: #2d3a3a;
    font-size: 16px;
    line-height: 1.6
}

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

.srvElement:hover h3 {
    color: #c5974c;
    font-weight: 700
}

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

.owl-nav {
    display: none
}

.item img {
    object-fit: cover;
    object-position: center
}

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

.item:before {
    content: '';
    position: absolute;
    width: 101%;
    height: 105%;
    background: #0e0900;
    left: 0;
    top: 0;
    opacity: .6
}

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

.item:hover:before {
    opacity: .1
}

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

.owl-stage {
    display: flex
}

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

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

div#home-services-list-section {
    background: #fff
}

.homepage-services {
    margin: 0 auto
}

.homepage-services ul {
    padding: 0
}

.homepage-services #servcss li {
    position: relative;
    font-weight: 400;
    margin: .3em 0;
    padding-left: 25px;
    display: block;
    color: #000;
    font-family: 'Nunito',sans-serif
}

.homepage-services #servcss li:before {
    position: absolute;
    content: '\f046';
    font-family: 'FontAwesome';
    top: 0;
    left: 6px;
    width: 20px;
    color: #ffb703
}

div#homepage-nap-section {
    background-color: #023047!important
}

div#homepage-nap-section .et_pb_row {
    width: 100%
}

.nap-content-section {
    padding: 10%;
    background: #023047
}

.homepage-nap h3 {
    color: #fff;
    font-family: 'Oswald',sans-serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 18px;
    padding-bottom: 0;
    padding-top: 10px;
    text-align: center
}

.nap-bg-section {
    display: flex
}

div#cf-section {
    background-color: #4e4331;
    background-size: auto;
    background-blend-mode: overlay;
    background-image: url(https://flooringcontractor-kentwa.com/wp-content/uploads/2023/12/contact-form-bg.webp);
    padding: 10%
}

div#homepage-contact-section {
    background: #023047
}

p.free-estimate-title {
    color: #fff;
    margin-bottom: 10px;
    line-height: 1
}

input#customer_name {
    width: calc(50% - 5px);
    float: left
}

input#phone-cf {
    width: calc(50% - 5px);
    float: left;
    margin-left: 10px
}

textarea#message {
    margin-bottom: 20px
}

#contact img {
    float: left;
    width: 120px
}

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

form#contactForm {
    text-align: center
}

input#submitter {
    background-color: #1e170a;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Nunito',sans-serif;
    padding: 10px 45px;
    transition: 500ms;
    line-height: 1;
    position: relative;
    display: inline-block;
    z-index: 1;
    width: unset;
    height: auto;
    color: #fff
}

input#submitter:hover {
    background-color: #ffb703!important;
    color: #023047
}

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: #0e090024!important;
    box-shadow: none;
    display: block;
    line-height: 1;
    font-weight: 300;
    color: #fff!important;
    background-image: none;
    border: 1px solid #dbdbdb;
    margin-bottom: 20px!important;
    border-radius: 10px
}

#contactForm input[type=text]::placeholder,#contactForm input[type=password]::placeholder,#contactForm input[type=tel]::placeholder,#contactForm input[type=email]::placeholder,#contactForm input.text::placeholder,#contactForm input.title::placeholder,#contactForm textarea::placeholder,#contactForm select {
    color: #fff!important
}

#contactForm input[type=text]:focus,#contactForm input[type=password]:focus,#contactForm input[type=tel]:focus,#contactForm input[type=email]:focus,#contactForm input.text:focus,#contactForm input.title:focus,#contactForm textarea:focus,#contactForm select:focus {
    color: #fff!important;
    border-color: #000
}

#contact {
    padding: 0
}

div#home-testimonials {
    background: #ebfceb
}

.home .wpcr3_respond_1 {
    background: #fff;
    padding: 15px!important
}

.home .wpcr3_dotline {
    display: none!important
}

.home .wpcr3_review {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.home .wpcr3_review_ratingValue {
    width: 100%;
    text-align: center;
    margin: 0!important
}

.home .wpcr3_review_author {
    margin-left: 5px;
    text-align: center
}

.home .wpcr3_review_title.wpcr3_caps {
    width: 100%;
    text-align: center;
    margin: 0!important;
    font-size: 20px;
    color: #ffb703;
    font-weight: 700;
    font-family: 'Oswald',sans-serif
}

.home span.wpcr3_item_name a {
    color: #403d39
}

div.wpcr3_review blockquote.wpcr3_content {
    border-color: #c4c4c4;
    padding-bottom: 0;
    text-align: justify
}

.home div.wpcr3_review blockquote.wpcr3_content {
    text-align: center;
    padding-left: 0;
    border: none;
    margin-bottom: 0;
    line-height: 1.7em
}

div.wpcr3_review blockquote.wpcr3_content p {
    font-size: 17px
}

.home .wpcr3_reviews_holder {
    position: relative
}

.home div.wpcr3_review blockquote.wpcr3_content p {
    font-style: italic;
    font-family: 'Nunito',sans-serif
}

.testimonials-btn {
    display: block;
    width: 280px;
    text-align: center;
    margin: 5px auto;
    color: #eb5e28;
    border-radius: 3px;
    padding: 12px 35px;
    display: inline-block;
    border: 1px solid rgb(235 94 40 / 40%);
    line-height: 1
}

.testimonials-btn:hover {
    background: #d6d6d6
}

div#homepage-content-section {
    background: #fff
}

.review-slider .item {
    min-height: auto;
    display: block
}

.review-slider .item:before {
    display: none
}

.review-slider .item span {
    position: relative;
    color: #cbcbcb;
    bottom: auto;
    right: auto;
    font-weight: 700;
    font-family: 'Oswald',sans-serif
}

.review-title {
    text-align: center;
    font-family: 'Oswald',sans-serif;
    color: #1e170a;
    font-size: 36px!important;
    line-height: 1.05;
    margin-bottom: 20px
}

.external-reviews-holder {
    z-index: 99;
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 100%;
    padding: 20px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #1e170a
}

.sliding-review-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.review-origin-brand {
    background: #fff;
    padding: 10px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    left: 10px
}

.review-origin-brand img {
    margin: 0;
    height: 35px;
    object-fit: contain
}

.external-review-title {
    text-align: center;
    font-size: 20px!important;
    color: #fff;
    font-weight: 600;
    line-height: 1.1em;
    margin-top: 20px;
    text-transform: uppercase
}

.external-review-credentials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    color: #fff
}

.external-review-author {
    margin: 0 5px
}

.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 25px;
    width: 95%;
    color: #fff;
    font-weight: 300;
    position: relative;
    font-style: italic
}

.external-review-text:before {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    left: 5px;
    top: 0;
    opacity: .5
}

.external-review-text:after {
    content: '\f10d';
    font-family: 'FontAwesome';
    position: absolute;
    right: 5px;
    bottom: 0;
    opacity: .5
}

.external-reviews-holder a {
    font-weight: 700;
    padding: 20px 45px;
    line-height: 1;
    cursor: pointer;
    display: inline-block;
    font-family: 'Oswald',sans-serif
}

.external-reviews-holder a span {
    color: #fff;
    transition: 0.3s;
    background: linear-gradient(to right,#FFF 20%,rgb(197 151 76) 40%,rgb(197 151 76) 60%,#FFF 80%);
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s linear infinite
}

div#external-reviews {
    padding: 0!important;
    background: #63d471
}

div#external-reviews .et_pb_row {
    padding: 0!important
}

.static-external-review-container {
    width: 100%;
    display: flex;
    justify-content: center
}

.static-external-review-container .external-reviews-holder {
    min-height: 380px;
    justify-content: flex-end
}

.owl-theme .owl-nav {
    color: #fff
}

@media (min-width: 1025px) {
    .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
    }
}

ul#menu-footer-menu li a {
    background: transparent!important
}

ul#menu-footer-menu li:before {
    color: #ffb703!important;
    content: '\f101'!important;
    font-family: 'FontAwesome'!important;
    border: none!important;
    top: 0!important
}

#main-footer {
    background-color: #0e0900;
    border-top: 1px solid #ffb703;
    padding-bottom: 30px!important
}

div#footer-bottom {
    background-color: #ffb703;
    padding: 15px;
    color: #023047
}

.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 #ffb703;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Nunito',sans-serif
}

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

#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.3;
    font-family: 'Nunito',sans-serif;
    color: #fff
}

#current-day {
    background-color: #ffb703;
    padding: 0 2px;
    color: #000000!important
}

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

#closed-day {
    color: #fff
}

.booking-button-switch {
    display: none !Important
}

.top_button {
    position: relative;
    display: inline-block;
    background-color: #c5974c;
    font-weight: 500!important;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff;
    padding: 10px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 0em
}

.floating-estimate-btn {
    text-align: center;
    padding: 5px 15px;
    background-color: #1e170a;
    color: #ffffff!important;
    border: 3px solid #c5974c;
    border-left: 0;
    font-size: 15px;
    z-index: 999999;
    font-weight: 700;
    position: fixed;
    bottom: 60px;
    text-transform: uppercase;
    width: 180px;
    border-radius: 0
}

#main-footer .listing-rev-btn {
    padding: 5px 15px;
    border: 3px solid #c5974c;
    border-left: 0;
    bottom: 10px;
    background: #1e170a;
    color: #fff;
    width: 180px;
    justify-content: center;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 0
}

#main-footer .listing-rev-btn img {
    display: none
}

#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #c5974c
}

.single-post div#main-content .container {
    padding: 0 0!important
}

.et_pb_title_meta_container,.post-meta {
    text-align: center
}

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

.single-post div#main-content .post {
    padding-bottom: 0!important;
    margin-bottom: 0!important
}

.single-post .et_pb_post .entry-content {
    text-align: justify
}

@media (min-width: 981px) {
    .et_pb_title_meta_container,.post-meta {
        text-align:left
    }
}

.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 #ffb703;
    font-weight: 700;
    color: #000;
    font-family: 'Oswald',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: #fff;
    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 only screen and (min-width: 600px) {
    .homepage-services #servcss li {
        display:inline-block
    }

    .nap-content-section {
        padding: 20px;
        padding-right: 0;
        padding-left: 40px;
        width: 63%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .nap-content-section:before {
        content: '';
        width: 0;
        height: 0;
        border-bottom: 182px solid #023047;
        border-right: 100px solid transparent;
        position: absolute;
        right: -100px;
        top: 0
    }

    .nap-section {
        position: relative;
        overflow: hidden
    }

    .nap-bg-section {
        position: absolute;
        width: 100%;
        bottom: 0;
        height: 100%;
        right: 0;
        justify-content: flex-end;
        z-index: -1
    }
}

@media screen and (max-width: 981px) {
    .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) {
    #top-menu li {
        padding-right:0!important;
        padding-left: 19px
    }

    ul.sub-menu {
        filter: drop-shadow(0 1px 3px #5b5b5b);
        top: initial;
        background-color: #202020!important;
        border-color: #ffd100!important;
        position: fixed!important
    }

    #top-menu .menu-item-has-children>a:first-child:after {
        top: 10px
    }

    ul.sub-menu li ul {
        top: 20px
    }

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

    .contact-info-container {
        max-width: 1080px;
        justify-content: flex-end;
        margin: 0 auto;
        padding: 10px 2%
    }

    .logo_container {
        width: 300px!important;
        max-width: 300px;
        margin-right: 0
    }

    .logo_container a {
        max-width: 100%;
        padding: 0!important;
        border: none
    }

    .text-logo {
        margin-top: -15px
    }

    .logo-link img {
        max-height: 90px!important;
        border: none;
        padding: 0
    }

    .header-menu-container {
        padding: 0 20px!important
    }

    div#et-top-navigation {
        width: calc(100% - 400px);
        margin: 0;
        margin-left: 100px;
        display: flex;
        justify-content: end;
        background: #023047c2;
        padding: 10px!important;
        position: relative;
        overflow-y: clip
    }

    div#et-top-navigation:before {
        content: '';
        width: 0;
        height: 0;
        border-bottom: 100px solid #023047c2;
        border-left: 100px solid transparent;
        position: absolute;
        left: -100px;
        top: 0
    }

    div#et-top-navigation #top-menu-nav a {
        padding-bottom: 10px!important;
        padding-top: 10px;
        color: #fff!important;
        font-weight: 500!important
    }

    #top-menu-nav #top-menu li.current-menu-item>a,#top-menu-nav #top-menu li.current_page_item>a {
        color: #FFB703!important;
        font-weight: bold!important
    }

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

    #top-menu li {
        padding-right: 0!important;
        padding-left: 19px
    }

    nav#top-menu-nav {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        min-height: 60px
    }

    nav#top-menu-nav:before {
        content: '';
        position: absolute;
        background: #555;
        height: 1px;
        width: 100%;
        top: 0;
        right: 0
    }

    nav#top-menu-nav:after {
        content: '';
        position: absolute;
        background: #555;
        height: 1px;
        width: calc(100% + 60px);
        bottom: 0;
        right: 0
    }

    .header-main-title h1 {
        font-size: 35px;
        margin-bottom: 10px
    }

    .header-container {
        max-width: 460px;
        text-align: left;
        margin-left: initial
    }

    .header-subtitle {
        font-size: 36px
    }

    .top-head {
        max-width: 405px;
        margin: 15px auto;
        margin-left: initial
    }

    .et_pb_fullscreen .et_pb_fullwidth_header_container {
        width: 80%
    }

    .header-text {
        font-size: 17px
    }

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

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

    .button-holder {
        justify-content: flex-start
    }

    .srvElement {
        width: 32%;
        display: flex;
        flex-direction: column;
        margin: 0;
        margin-top: 30px
    }

    .srvElementImg img {
        height: 200px
    }

    .srvElementFullWidth .srvElementImg img {
        height: 100%
    }

    .srvBlock {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto
    }

    .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%;
        max-width: 1080px;
        flex-direction: row
    }

    .srvElementFullWidth .srv-icon {
        bottom: auto;
        right: -37px
    }

    .srvElementFullWidth .srvElementImg {
        width: 32%;
        margin: 0
    }

    .srvElementFullWidth .srvElementBody {
        width: calc(68% - 20px);
        margin-left: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px 20px 20px 0
    }

    div#img-section .et_pb_image {
        height: 100%
    }

    div#img-section span {
        height: 100%
    }

    div#img-section img {
        height: 100%;
        object-fit: cover;
        object-position: center
    }

    .home div#contact {
        position: relative;
        margin: 0 auto
    }

    div#cf-section {
        padding: 35px
    }

    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
    }

    .testimonials-title {
        line-height: 1.5
    }

    #testimonials-block {
        display: flex;
        align-items: center
    }

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

    .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 #ffb703
    }

    #left-area .post-meta {
        text-align: left
    }

    #main-content .container:before {
        background-color: rgb(6 45 91 / 20%)
    }
}

.wpcr3_respond_2 input[type="text"] {
    margin: 3px 0
}

.wpcr3_respond_2 input[type="text"],.wpcr3_in_content textarea {
    background: #141414!important
}

.wpcr3_respond_2 input[type="text"]:focus,.wpcr3_in_content textarea:focus {
    color: #fff;
    border-color: #fff
}

.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: #1f1f1f;
    color: #fff
}

@media (min-width: 981px) {
    .contant-info-get-button {
        position:absolute;
        left: 2%
    }

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

    .review-title {
        font-size: 26px!important
    }
}

@media screen and (max-width: 600px) {
    .header-content-container.center {
        padding-top:200px
    }
}

@keyframes shine {
    to {
        background-position: 200% center
    }
}

@keyframes beat {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.03)
    }

    100% {
        transform: scale(1)
    }
}

.single-post div#main-content .container {
    padding: 77px 0!important
}

#main-content .container {
    padding: 77px 0!important
}

#main-content .container h1 {
    color: #333!important
}

#main-content .container h2 {
    font-size: 24px!important
}

@media (min-width: 981px) {
    #main-content .container .type-post {
        margin-bottom:0!important;
        padding-bottom: 0
    }
}



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



/* blog top 10 */
/* Overall Card */
.company-card {
  display: flex;
  border: 1px solid #00aeb4;
  border-radius: 3px;
  padding: 20px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  background-color: white;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.sponsored-card{
	border: 1px solid #79cea6;
	margin-top: 20px;
}

.label-sponsored{
	position:absolute;
	right: auto;
	top: -20px;
	left: -23px;
	background-color: #fff;
	padding: 3px 10px;
	border: 2px solid #79cea6;
	z-index: 2;
	font-weight: 500;
	color: #858585;
}

.label-sponsored:before{
	        content: "";
	        display: block;
	        position: absolute;
	        left: -2px;
	        bottom: -22px;
	        border-width: 0 22px 21px 0;
	        border-color: rgba(0, 0, 0, 0) #569581 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	        border-style: solid;
	        z-index:-1;
}

/* Rank badge */
.card-rank {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #79c9cd;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0;
  width: 36px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.rank-sponsored{
	background-color: #79cda6;
}

.rank-sponsored:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='white' d='M309 106c11.4-7 19-19.7 19-34c0-22.1-17.9-40-40-40s-40 17.9-40 40c0 14.4 7.6 27 19 34L209.7 220.6c-9.1 18.2-32.7 23.4-48.6 10.7L72 160c5-6.7 8-15 8-24c0-22.1-17.9-40-40-40S0 113.9 0 136s17.9 40 40 40c.2 0 .5 0 .7 0L86.4 427.4c5.5 30.4 32 52.6 63 52.6l277.2 0c30.9 0 57.4-22.1 63-52.6L535.3 176c.2 0 .5 0 .7 0c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40c0 9 3 17.3 8 24l-89.1 71.3c-15.9 12.7-39.5 7.5-48.6-10.7L309 106z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
	
}


/* Section Sizing */
.card-left {
  flex: 0 0 180px;
  text-align: center;
  height: 100%;
  border-right: solid 1px #e0e0e0;
  padding-right: 10px;
  padding-left: 19px;
}
.card-middle {
  flex: 1;
}
.card-right {
  flex: 0 0 200px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-left: solid 1px #e0e0e0;
  padding-left: 20px;
}

/* Logo */
.company-logo img {
  width: 120px;
  height: auto;
}
.business-name {
  font-size: 20px !important;
  margin: 10px 0;
}

/* Badges */
.badge-container {
  margin-bottom: 10px;
  display: flex;
}
.badge.yellow {
  background-color: #ffe690;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  margin-right: 5px;
  display: inline-block;
}

/* Text */
.card-info-text {
  font-size: 14px;
  margin-bottom: 15px;
  color: #333;
}
.platform-tags {
  margin-top: 8px;
  font-weight: bold;
  color: #444;
}

/* Services List */
.services {
  list-style: none;
  padding: 0 !important;
  /* margin: 0 0 10px; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style-type: none !important;
}
.services li {
  font-size: 14px;
  color: #4d6467;
  margin-bottom: 5px;
  margin-right: 5px;
  text-align: left;
}

.services li:before{
	content: '\f00c';
	margin-right:5px;
	color:#79c9cd;
	font-family: 'FontAwesome';
}

/* Details link */
.details-link {
  color: #007c8c;
  text-decoration: underline;
  font-size: 14px;
}

/* Rating block */
.rating-block {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rating-text {
  font-size: 14px;
  color: #4d6467;
  margin-bottom: 4px;
  padding-bottom: 0;
}
.stars{
	display:flex;
}
.stars i {
  color: #00aeb4;
  font-size: 18px;
  margin-left: 2px;
  font-family: 'FontAwesome';
  font-style: normal;
}

.half-star > i:nth-child(9){
	font-size: 18px;
  margin-left: 2px;
  font-family: 'FontAwesome';
  font-style: normal;
  background: linear-gradient(to right, #00aeb4 50%, #ccc 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Visit Button */
.visit-btn {
  background-color: #d01c1c;
  color: white;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 2px;
  /* margin-bottom: 10px; */
  display: inline-block;
}

.first-visit{
	animation: bounce 1s infinite;
}

/* Phone number */
.phone {
  font-size: 14px;
  color: #333;
}
.phone a {
  color: #333;
  text-decoration: none;
  font-size: 17px;
}
.phone i {
  color: #666;
  font-family: 'FontAwesome';
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@media screen and (max-width:980px){
	.company-card{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	flex-direction: column;
	}

	.card-middle{
		align-items:center;
		padding-left: 30px;
		display: flex;
		flex-direction: column;
	}

	.card-left{
		border-right:none;
		height: auto;
		flex: none;
	}

	.card-right{
		border-left:none;
		width: 100%;
		flex: none;
		display: block;
		text-align: center;
		padding-left: 30px;
	}

	.company-logo img {
    width: 200px;
    height: auto;
}

	.phone,.card-info-text,.details-link{
		display:none;
	}

	.visit-btn{
		width:100%;
	}
}

@media screen and (max-width:600px){
	.services{
		display:flex;
		flex-direction:column;
	}
}
#main-content .container p, #main-content .container h2, #main-content .container h1 {
      font-family: 'Montserrat', sans-serif;
}