/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
.solid-yellow-btn a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    padding: 14px 35px;
    border-radius: 8px;
    display: inline-block;
    background: #fff300;
}

.solid-yellow-btn a::before {
    content: '';
    display: block;
    position: absolute;
    background: #000;
    height: 3px;
    width: 100%;
    bottom: 0;
    right: 100%;
    transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.solid-yellow-btn a:hover:before {
    right: 0;
}

.extra-list-item-spacing ul li {
    margin-bottom: 8px;
}

.has-black-text-link a {
    color: #000;
    border-bottom: 2px dotted transparent;
}

.has-black-text-link a:hover {
    border-bottom-color: #000;
}

.et_pb_blurb_content small {
    font-size: 12px;
}

.has-list-bullet-icon ul,
.has-list-bullet-icon li {
    margin-left: 0;
    list-style: none;
}

.has-list-bullet-icon li {
    position: relative;
    padding-left: 28px;
}

.wr-main-banner {
    position: relative;
}

.wr-main-banner .et_pb_image_wrap,
.wr-main-banner img {
    width: 100% !important;
    height: 100% !important;
}

.wr-main-banner img {
    object-fit: cover;
}

.wr-main-banner-cnt {
    position: relative;
}

.wr-main-banner::after {
    content: '';
    position: absolute;
    display: block;
    inset: 0;
    background: linear-gradient(to right,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 1%,rgba(0,0,0,0) 100%);
}

.main-banner-title {
    position: absolute;
    z-index: 2;
    max-width: 1434px;
    margin-inline: auto;
    padding-inline: 15px;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

#mobile-fixed-contact-menu {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff300;
}

#mobile-fixed-contact-menu ul,
#mobile-fixed-contact-menu li {
    margin: 0;
    list-style: none;
}

#mobile-fixed-contact-menu li:first-child {
    border-right: 1px solid #ebdf00;
}

#mobile-fixed-contact-menu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

#mobile-fixed-contact-menu li a {
    color: #000;
    display: block;
    font-size: 12px;
    line-height: 1.2;
    padding: 18px 5px;
    text-align: center;
    position: relative;
}

#mobile-fixed-contact-menu li a span {
    display: block;
    font-size: 10px;
    font-weight: 600;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .list-four-cols ul {
        column-count: 2;
        column-gap: 35px;
    }
}

@media screen and (max-width: 767px) {
    #wr-main-footer {
        padding-bottom: 60px;
    }

    #mobile-fixed-contact-menu {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .list-two-cols ul {
        column-count: 2;
        column-gap: 50px;
    }

    .list-three-cols ul {
        column-count: 3;
        column-gap: 50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .list-four-cols ul {
        column-count: 3;
        column-gap: 35px;
    }
}

@media screen and (min-width: 992px) {
    .list-four-cols ul {
        column-count: 4;
        column-gap: 50px;
    }
}

/* Sprite Sheet */
.has-list-bullet-icon li::before,
#mobile-fixed-contact-menu li a::before {
    background: url(images/sprite@1x.webp) no-repeat;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .has-list-bullet-icon li::before,
    #mobile-fixed-contact-menu li a::before {
        background: url(images/sprite@2x.webp) no-repeat;
        background-size: 250px 250px;
    }
}

.has-list-bullet-icon li::before,
#mobile-fixed-contact-menu li a::before {
    content: '';
    position: absolute;
    display: inline-block;
}

.has-list-bullet-icon li::before {
    margin: auto;
}

.has-list-bullet-icon li::before {
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    background-position: 0 0;
}

#mobile-fixed-contact-menu li a::before {
    top: 1px;
    width: 10px;
    height: 10px;
    position: relative;
    background-position: -21px 0;
}