.preloader{
    display: none;
}
.main-menu .navigation > li::after{
    display: none;
}
.banner-section-seven .content-box .sub-title::before, .sec-title .sub-title::before{
    background-image: url("../images/branza-parkieciarska.svg");
    background-size: contain;
}
.service-block-seven .title{
    font-weight: 500;
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    font-family: "Roboto", sans-serif;;
}
.service-block-seven .title a{
    text-decoration: none !important;
}
.service-block-seven .icon-box img{
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.sec-title .section-header-big{
    position: relative;
    font-size: var(--sec-title-font-size);
    line-height: var(--line-height-heading-h2);
    color: var(--sec-title-color);
    font-family: var(--sec-title-font-family);
    font-weight: var(--sec-title-font-weight);
    letter-spacing: 0.01em;
    margin-top: -5px;
    margin-bottom: 0;
    color: var(--theme-color-light) !important;
}
.banner-section-seven .overlay-3::before{
    background-image: url(../images/icon_new.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.call-to-action .title-box .title{
    font-size: var(--h3-font-size);
    font-weight: var(--h3-font-weight);
    line-height: var(--line-height-heading);
}
.why-choose-us-three .image{
    text-align: center;
}
.why-choose-us-three .image img{
    margin-bottom: 10px;
}
.row-two-columns .col-wrap{
    display: block;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #15181a;
    height: 100%;
}
.row-two-columns .img-wrap{
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    position: relative; /* If you want text inside of it */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.row-two-columns .img-wrap img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row-two-columns .text-wrap{
    padding: 20px;
}
.row-two-columns .text-wrap h3, .row-two-columns .text-wrap h4, .row-two-columns .text-wrap h5, .row-two-columns .text-wrap h6{
    color: #fff;
}
.seo-text-wrap{
    padding-top: 50px;
}
.seo-text-wrap h3, .seo-text-wrap h4, .seo-text-wrap h5, .seo-text-wrap h6{
    color: #fff;
}
.seo-text-wrap ul{
    margin-bottom: 20px;
}
.seo-text-wrap ul li{
    padding-left: 15px;
    position: relative;
}
.seo-text-wrap ul li::before{
    content: '•';
    position: absolute;
    left: 0;
    color: #fff;
}
.services-section-eight.black-bg{
    background-color: #201f20;
}
.feature-block-eight .content-box .title{
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading);
    font-family: var(--title-font);
}
/*.blog-block .image-box .image{

}*/
.blog-block .image-box .image >a{
    display: block;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    position: relative; /* If you want text inside of it */
}
.blog-block .image-box .image >a img{
    transform:  none !important;
    -webkit-transform: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
}
.blog-section .auto-container .btn-box.align-center{
    margin-top: 40px;
    text-align: center;
}
.blog-section .auto-container .btn-box.align-center .theme-btn{
    border: 1px solid #c69453;
}
.breadcrumbs-class{
    position: relative;
}
.pagination{
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
}
.pagination .page-numbers{
    margin: 0 6px;
    vertical-align: middle;
    display: inline-block;
    line-height: 24px;
}
.news-block .inner-box .image-box .image >a{
    display: block;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    position: relative; /* If you want text inside of it */
}
.news-block .inner-box .image-box .image >a img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-section-eight.section-eight-custom{
    padding-top: 140px;
    padding-bottom: 0;
}
@media (max-width: 991.98px) {
    .about-section-eight.section-eight-custom{
        padding-top: 40px;
    }
}
.about-section-eight.section-eight-custom .image-column .inner-column::before{
    display: none;
}
.about-section-eight.section-eight-custom .content-column .sec-title .text{
    margin-top: 0;
    margin-right: 0;
}
.about-section-eight.section-eight-custom .image-column .inner-column{
    padding-right: 0;
}
.about-section-eight.section-eight-custom .image-column .image-2{
    position: static;
}
.about-section-eight.section-eight-custom .content-column .founder-info .thumb img{
    width: 65px;
    height: 65px;
    object-fit: cover;
}

.custom-slider-block {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.custom-slider-block .slick-slide {
    position: relative;
    text-align: center;
}

.custom-slider-block .slick-prev,
.custom-slider-block .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0,0,0,0.4);
    border: none;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}

.custom-slider-block .slick-prev:hover,
.custom-slider-block .slick-next:hover {
    background: rgba(0,0,0,0.7);
}

.custom-slider-block .slick-prev {
    left: 20px;
}

.custom-slider-block .slick-next {
    right: 20px;
}

.custom-slider-block .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 5;
}

.custom-slider-block .slick-dots li{
    display: inline-block;
    margin: 0 3px;    
}
.custom-slider-block .slick-dots li::before{
    display: none;
}
.custom-slider-block .slick-dots li.slick-active button{
    background-color: #201f20;
}

.custom-slider-block .slick-dots li button{
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 100%;
}

.custom-slider-block .slick-dots li button:before {
    color: #fff;
    opacity: 0.6;
}

.custom-slider-block .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

.custom-slider-block img {
    display: block;
    width: 100%;
    height: auto;
}
.blog-details__content h2{
    font-size: 32px;
    line-height: 42px;
}
.blog-details__content h3{
    font-size: 28px;
    line-height: 38px;
}
.blog-details__content h4{
    font-size: 26px;
    line-height: 36px;
}
.blog-details__content h5{
    font-size: 24px;
    line-height: 34px;
}
.blog-details__content h6{
    font-size: 22px;
    line-height: 32px;
}
.blog-details__content ul:not(.sidebar__post-list){
    list-style: none;
    margin-bottom: 30px;
    padding-left: 20px;
}
.blog-details__content ul:not(.sidebar__post-list) li{
    position: relative;
    color: rgba(255, 255, 255, 0.6);
}
.blog-details__content ul:not(.sidebar__post-list) li::before{
    content: '';
    display: block;
    position: absolute;
    left: -14px;
    top: 14px;
    background-color: #ffffff;
    border-radius: 100%;
    width: 6px;
    height: 6px;
}
.blog-details__content ol{
    list-style: decimal;
    margin-bottom: 30px;
    padding-left: 20px;
}
.blog-details__content ol li{
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    list-style: decimal;
}
.blog-details__content ol li::marker{
    color: rgba(255, 255, 255, 0.6);
}
.call-to-action.single-post-version{
    padding: 20px 15px;
}
.call-to-action.single-post-version .title-box .title{
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 10px;
}
.call-to-action.single-post-version .title-box p{
    margin-bottom: 0;
}
.blog-details__tags span{
    color: #ffffff;
}
.blog-details__tags a{
    background-color: #f8f6f1;
    color: #24201f;
    text-decoration: none !important;
}
.blog-details__tags a:hover{
    background-color: #c69553;
    color: #ffffff;
    text-decoration: none !important;
}
.nav-links > div > a{
    white-space: normal;
    word-wrap: normal;
    overflow-wrap: normal;
}
.comment-respond .comment-form label{
    width: 100%;
}
.comment-respond .comment-form .comment-form-cookies-consent label{
    width: auto;
}
.comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"]{
    margin-right: 10px;
}
.comment-respond .comment-form textarea{
    padding: 14px 30px;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    border-radius: .25rem;
    width: 100%;
}
.comment-respond .comment-form input[type="text"]{
    padding: 14px 30px;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    border-radius: .25rem;
    width: 100%;
}
.comment-respond .comment-form input[type="submit"]{
    position: relative;
    font-size: 13px;
    line-height: 24px;
    padding: 15px 50px;
    font-weight: 700;
    letter-spacing: 0.1em;
    overflow: hidden;
    text-transform: uppercase;
    background-color: #c69553;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.comment-respond .comment-form input[type="submit"]:hover{
    background-color: #000000;
    color: #ffffff;
}
.comment-respond .comment-reply-title{
    color: #ffffff;
}
.blog-details__content ul.list-unstyled.blog-details__meta{
    padding-left: 0;
}
.blog-details__content ul.list-unstyled.blog-details__meta li::before{
    display: none;
}
.comment-body{
    padding-bottom: 10px;
    /*border-bottom: 1px solid #ece9e0;*/
    padding-top: 10px;
    border-top: 1px solid #ece9e0;
    margin-bottom: 10px;
}
.comment-body p{
    margin-bottom: 10px;
}
.comments-wrap h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
}
.commentlist .children{
    padding-left: 30px;
}
.comment-respond{
    padding-top: 40px;
    border-top: 1px solid #ece9e0;
}
.sidebar__post .sidebar__title{
    color: #000000;
}
.sidebar__post .sidebar__post-list .sidebar__post-content p.title{
    margin-bottom: 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-content p.title a{
    color: #0e2207 !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.sidebar-images{
    text-align: center;
    background-color: #f8f6f1;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.sidebar-images .sidebar-img-wrap{
    margin-bottom: 20px;
}
.sidebar-images .sidebar-img-wrap:last-of-type{
    margin-bottom: 0;
}
.sidebar__tags .sidebar__title{
    color: #000000;
}
.sidebar-form-wrap{
    background-color: #f8f6f1;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
}
.sidebar-form-wrap p{
    color: #000000;
}
.sidebar-form-wrap p:not(.sidebar__title){
    margin-bottom: 0;
}
.sidebar-form-wrap label{
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.sidebar-form-wrap input[type="text"], .sidebar-form-wrap input[type="email"], .sidebar-form-wrap textarea{
    width: 100%;
    padding: 10px 20px;
    outline: 0;
    background-color: #ffffff;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    margin-bottom: 20px;
}
.sidebar-form-wrap input[type="checkbox"]{
    vertical-align: middle;
}
.wpcf7-not-valid-tip{
    margin-top: -20px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 20px;
}
.wpcf7-list-item{
    margin: 0 0 20px 0;
}
.sidebar-form-wrap input[type="submit"]{
    position: relative;
    font-size: 13px;
    line-height: 24px;
    padding: 8px 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    overflow: hidden;
    text-transform: uppercase;
    background-color: #c69553;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidebar-form-wrap input[type="submit"]:hover{
    background-color: #000000;
}
.wpcf7 form .wpcf7-response-output{
    margin-left: 0;
    margin-right: 0;
}
.blog-details__content h2, .blog-details__content h3, .blog-details__content h4, .blog-details__content h5, .blog-details__content h6{
    color: #ffffff;
}
.sidebar__post .sidebar__post-list .sidebar__post-image > img{
    width: 80px;
    height: 42px;
    object-fit: cover;
}
.blog-details h1, .blog-details h2, .blog-details h3, .blog-details h4, .blog-details h5, .blog-details h6{
    color: #ffffff;
}
.contact-details h1, .contact-details h2, .contact-details h3, .contact-details h4, .contact-details h5, .contact-details h6{
    color: #ffffff;
}
.contact-details label{
    width: 100%;
}
.contact-details textarea{
    padding: 14px 30px;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    border-radius: .25rem;
    width: 100%;
    margin-bottom: 20px;
}
.contact-details input[type="text"], .contact-details input[type="email"]{
    padding: 14px 30px;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    border-radius: .25rem;
    width: 100%;
    margin-bottom: 20px;
}
.contact-details input[type="submit"]{
    position: relative;
    font-size: 13px;
    line-height: 24px;
    padding: 15px 50px;
    font-weight: 700;
    letter-spacing: 0.1em;
    overflow: hidden;
    text-transform: uppercase;
    background-color: #c69553;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-details input[type="submit"]:hover{
    background-color: #000000;
    color: #ffffff;
}
.contact-details input[type="checkbox"]{
    vertical-align: middle;
    margin-right: 5px;
}
.codedropz-upload-wrapper{
    margin-top: 10px;
}
.contact-details .images-wrap{
    margin-top: 30px;
}
.contact-details .images-wrap img{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.blog-details ol{
    list-style: decimal;
    margin-bottom: 30px;
    padding-left: 20px;
}
.blog-details ol li{
    color: rgba(255, 255, 255, 0.6);
    list-style: decimal;
}
.blog-details ul:not(.sidebar__post-list, .post-meta){
    list-style: none;
    margin-bottom: 30px;
    padding-left: 20px;
}
.blog-details ul:not(.sidebar__post-list) li{
    position: relative;
    color: rgba(255, 255, 255, 0.6);
}
.blog-details ul:not(.sidebar__post-list) li::before{
    content: '';
    display: block;
    position: absolute;
    left: -14px;
    top: 14px;
    background-color: #ffffff;
    border-radius: 100%;
    width: 6px;
    height: 6px;
}
table{
    caption-side: bottom;
    border-collapse: collapse;
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}
table > thead{
    vertical-align: bottom;
}
table tr{
    border-color: inherit;
    border-style: solid;
}
table tr:nth-of-type(odd) td{
    background-color: #444;
}
table th{
    color: #ffffff;
    vertical-align: middle;
    border-left: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 30px;
    border-width: 0 1px;
    background-color: #c69453;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
table td{
    vertical-align: middle;
    border-left: 1px solid #e3e3e3;
    padding: 20px 30px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    background-color: var(--bs-table-bg);
    border-bottom: 1px solid #e3e3e3;
}

.header-style-six .main-box .nav-outer .navigation > li.menu-item-has-children >a{
    position: relative;
}
.header-style-six .main-box .nav-outer .navigation > li.menu-item-has-children >a::after{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: -1px;
    top: 5px;
    background-image: url(../images/icons/chevron-down.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.wp-block-image{
    margin-bottom: 30px;
}

.wp-block-column label{
    width: 100%;
}
.wp-block-column textarea{
    padding: 14px 30px;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    border-radius: .25rem;
    width: 100%;
    margin-bottom: 20px;
}
.wp-block-column input[type="text"], .wp-block-column input[type="email"]{
    padding: 14px 30px;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    border-radius: .25rem;
    width: 100%;
    margin-bottom: 20px;
}
.wp-block-column input[type="submit"]{
    position: relative;
    font-size: 13px;
    line-height: 24px;
    padding: 15px 50px;
    font-weight: 700;
    letter-spacing: 0.1em;
    overflow: hidden;
    text-transform: uppercase;
    background-color: #c69553;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.wp-block-column input[type="submit"]:hover{
    background-color: #000000;
    color: #ffffff;
}
.wp-block-column input[type="checkbox"]{
    vertical-align: middle;
    margin-right: 5px;
}
.wp-block-column .images-wrap{
    margin-top: 30px;
}
.wp-block-column .images-wrap img{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.wp-block-button__link{
    background-color: #c69453;
    color: #fff;
    position: relative;
    border-radius: 0;
    font-size: 13px;
    line-height: 24px;
    padding: 15px 50px;
    font-weight: 700;
    letter-spacing: 0.1em;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.wp-block-button__link:hover{
    color: #000;
    background-color: #fff;
}
.sidebar-img-wrap-custom{
    margin-bottom: 20px;
}
table td{
    background-color: #8c8c8c;
}
/*table tr:nth-of-type(2n+1) td{
    background-color: #f8f6f1;
}*/
.error-page__sub-title{
    color: #fff;
}
.error-page__title-box img{
    margin-bottom: 30px;
}
.main-menu .navigation > li > ul > li > ul{
    display: none !important;
    visibility: visible;
    opacity: 1;
    z-index: 2;
}
.main-menu .navigation > li > ul > li:hover > ul{
    display: block !important;
}
.main-menu .navigation > li > ul > li.menu-item-has-children{
    position: relative;
}
.main-menu .navigation > li > ul > li.menu-item-has-children::before{
    content: '';
    background-image: url(../images/sub-sub-menu.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 4px;
    top: 15px;
}
.wp-block-embed__wrapper{
    width: 100%;
    padding-top: 75%; /* Aspect Ratio */
    position: relative; /* If you want text inside of it */
}
.wp-block-embed__wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-gallery-page-wrap{
    margin-bottom: 30px;
}
.single-gallery-page-wrap .title-wrap{
    margin-bottom: 30px;
}
.single-gallery-page-wrap .title-wrap >a{
    font-size: 28px;
    line-height: 38px;
}
.single-gallery-page-wrap .img-wrap{
    display: block;
    width: 100%;
    padding-top: 75%; /* 4:3 Aspect Ratio (divide 3 by 4 = 0.75) */
    position: relative; /* If you want text inside of it */
}
.single-gallery-page-wrap .img-wrap img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-gallery-page-wrap .scope p{
    font-size: 18px;
    line-height: 28px;
}
.single-gallery-page-wrap .gallery-link, .single-gallery-page-wrap .location-text{
    font-size: 18px;
    line-height: 28px;
}
.wp-block-quote{
    padding: 10px 0 10px 20px;
    border-left: 4px solid #c69453;
    margin-bottom: 30px;
}
.header-style-six .main-box .nav-outer .navigation > li{
    margin-right: 32px;
}
.sticky-header .main-menu .navigation > li{
    margin-left: 50px;
}
.footer-sm-header{
    padding-top: 20px;
}
.call-to-action .image img{
    max-width: 100px;
    max-height: 100px;
} 
@media (max-width: 1199px){
    .header-style-six .header-lower .logo-box .logo{
        text-align: left;
    }
}
@media (max-width: 1199px){
    .header-style-six .header-lower .logo-box{
        padding: 10px 20px;
    }
}
@media (min-width: 1200px){
    .header-style-six .header-lower .logo-box{
        min-width: 170px;
    }
}
@media (min-width: 1900px){
    .header-style-six .header-lower .logo-box{
       min-width: 284px;
    }
}
@media (min-width: 1400px){
    .header-style-six .header-lower .outer-box2{
        padding: 6px 0 6px 15px;
    }
}
@media (min-width: 1900px){
    .header-style-six .header-lower .outer-box2{
        padding: 6px 0 6px 74px;
    }
}
@media (min-width: 1400px){
    .btn-style-one{
        padding: 15px 18px;
    }
}
@media (min-width: 1900px){
    .btn-style-one{
        padding: 15px 50px;
    }
}
@media (min-width: 1400px){
    .header-style-six .main-box .nav-outer .navigation > li{
        margin-right: 25px;
    }
}
@media (min-width: 1900px){
    .header-style-six .main-box .nav-outer .navigation > li{
        margin-right: 32px;
    }
}
.group-footer{
    padding-bottom: 15px;
}
.group-footer .title-small{
    text-align: center;
}
.group-footer .group-links-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.group-footer .group-links-wrap .group-link-single{
    padding: 7px 16px;
    padding-left: 90px;
    margin-bottom: 15px;
    position: relative;
    display: block;
}
.group-footer .group-links-wrap .group-link-single >img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 80px;
    object-fit: contain;
}
.group-footer .group-links-wrap .group-link-single >span{
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
}
@media (min-width: 992px){
    .row.reversed-columns{
        flex-direction: row-reverse;
    }
}
.info-box .title.custom{
    line-height: 24px;
}
.why-choose-us-three .info-box{
    height: calc(100% - 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.why-choose-us-three .info-box img{
    max-height: 80px;
    object-fit: contain;
}
.why-choose-us-button-wrap{
    text-align: center;
    padding-top: 20px;
}
.services-section-seven.no-top-padding , .pricing-section.no-top-padding, .clients-section.style-three.no-top-padding, .team-section.no-top-padding, .blog-section.no-top-padding, .contact-details.no-top-padding .container{
    padding-top: 0;
}
.clients-section.style-three .text, .team-section .text{
    position: relative;
    font-size: var(--sec-title-font-size);
    line-height: var(--line-height-heading-h2);
    font-family: var(--sec-title-font-family);
    font-weight: var(--sec-title-font-weight);
    letter-spacing: 0.01em;
    margin-bottom: 40px;
    color: var(--theme-color-light) !important;
}
.team-section .team-block .info-box >a{
    position: relative;
    z-index: 2;
}
.team-section .team-block .image-box:hover .info-box >a{
    color: #fff;
}
.team-section .auto-container .row{
    justify-content: center;
}
@media (min-width: 1200px) {
    .service-block-seven.col-xl-3.col-custom{
        width: 20%;
    }
}
.client-block .image{
    -webkit-filter: none;
    filter: none;
}
.banner-carousel .owl-nav{
    left: auto;
    right: 18.7%;
    max-width: 50px;
}
.service-block-seven .title{
    color: #fff;
}
.about-section-eight .image-column .inner-column::before{
    display: none;
}
.about-section-eight .image-column .inner-column{
    padding-right: 0;
}
.about-section-eight .image-column{
    margin-bottom: 20px;
}
@media (min-width: 1200px) {
    .about-section-eight .image-column{
        margin-bottom: 120px;
    }
}
.contact-details form{
    margin-bottom: 30px;
}
.blog-details ul.list-style-two{
    padding-left: 0;
}
.blog-details ul.list-style-two li::before{
    display: none;
}
.about-section-eight{
    padding: 0 0 40px;
}
.map-section iframe{
    width: 100%;
}
.cat-desc{
    margin-bottom: 80px;
}
.footer-contact-button{
    padding-top: 20px;
}
@media (max-width: 1400px) {
    .footer-contact-button .theme-btn.btn-style-one.bg-dark{
        padding: 15px 30px;
    }
}

.mobile-menu{
    width: 100%;
}

@media (max-width: 767.98px) {
  .header-style-six .header-lower .outer-box2 {
    padding: 20px 0;
  }
}

@media (max-width: 767.98px) {
  .main-header .logo img{
    max-height: 50px;
  }
}
@media (max-width: 767.98px){
    .header-style-six .header-lower .logo-box{
        padding: 10px 20px;
    }
}
.mobile-menu .close-btn{
    top: 4px;
}
.mobile-menu .close-btn .icon{
    font-size: 28px;
    font-weight: 300;
}
.mobile-menu .upper-box{
    padding: 15px 20px;
}
.lnr-icon-bars::before{
    color: #fff;
}
@media (max-width: 991.98px) {
  .sticky-header {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .why-choose-us-three {
    padding: 90px 0 0;
  }
}
@media (max-width: 1200px) {
  .why-choose-us-three {
    padding: 40px 0 0;
  }
}
@media (max-width: 991.98px) {
    .why-choose-us-three .content-column{
        margin-bottom: 30px;
    }
}
@media (max-width: 991.98px) {
  .why-choose-us-three {
    padding: 60px 0 0;
  }
}
@media (max-width: 767.98px) {
  .pricing-section .pricing-column .inner-column {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .pricing-block .inner-box {
    padding: 30px 25px 30px;
  }
}
@media (max-width: 767.98px) {
    .pricing-block{
        margin-bottom: 30px;
    }
}
@media (max-width: 767.98px) {
    .pricing-block .title{
        font-size: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767.98px) {
    .pricing-block .price-box .price{
        font-size: 35px;
        margin-bottom: 5px;
    }
}
@media (max-width: 767.98px) {
    .sec-title{
        margin-bottom: 30px;
    }
}
@media (max-width: 767.98px) {
    .service-block-seven{
        margin-bottom: 20px;
    }
}
@media (max-width: 991.98px) {
  .services-section-eight {
    padding: 40px 0;
  }
}
@media (max-width: 1200px) {
  .services-section-eight {
    padding: 40px 0;
  }
}
@media (max-width: 991.98px) {
  .blog-section {
    padding: 60px 0 66px;
  }
}
@media (max-width: 1200px) {
  .blog-section {
    padding: 40px 0 40px;
  }
}
@media (max-width: 991.98px) {
    .sec-title .section-header-big{
        font-size: 35px;
    }
}
.mobile-menu li.menu-item-has-children a{
    position: relative;
}
.mobile-menu li.menu-item-has-children a span.arrow{
    width: 40px;
    height: 40px;
    background-image: url(../images/chevron-down.svg);
    background-position: center;
    background-size: 27px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 10px;
    top: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mobile-menu li.menu-item-has-children a span.arrow.active{
    transform: rotate(180deg);
}
@media (max-width: 991.98px) {
    .page-title .title{
        font-size: 40px;
    }
}
@media (max-width: 991.98px) {
    section > .container, section > .container-fluid{
        padding-top: 50px;
        padding-bottom: 0;
    }
}
@media (max-width: 1200px) {
    section > .container, section > .container-fluid{
        padding-bottom: 50px;
    }
}
@media (max-width: 1200px) {
    .about-section-eight .content-column .sec-title{
        margin-bottom: 5px;
    }
}
@media (max-width: 1200px) {
    .about-section-eight .content-column .list-style-two{
        margin-bottom: 5px;
    }
}
@media (max-width: 991.98px) {
    h2{
        font-size: 40px;
    }
}
@media (max-width: 1200px) {
    h2{
        font-size: 40px;
    }
}
@media (max-width: 991.98px) {
    .blog-details h2{
        font-size: 22px;
    }
}
@media (max-width: 991.98px) {
    .blog-details h3{
        font-size: 20px;
    }
}
@media (max-width: 991.98px) {
  .services-section-seven {
    padding: 60px 0 60px;
  }
}
@media (max-width: 1200px) {
  .services-section-seven {
    padding: 40px 0 40px;
  }
}
@media (max-width: 991.98px) {
    .clients-section.style-three .text, .team-section .text {
        font-size: 35px;
    }
}
@media (max-width: 991.98px) {
  .clients-section.style-three {
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .team-section {
    padding: 40px 0;
  }
}
.wp-block-table td, .wp-block-table th{
    color: #fff;
    border-color: #000;
}
@media (max-width: 991.98px) {
    table td, table th{
        padding: 10px 15px;
    }
}
@media (max-width: 991.98px) {
    .services-section-eight .row-two-columns .col{
        margin-bottom: 20px;
    }
}
@media (max-width: 991.98px) {
    .about-section-eight .content-column{
        margin-bottom: 20px;
    }
}
@media (max-width: 991.98px) {
    .contact-details .row .col-lg-6{
        margin-bottom: 20px;
    }
}
@media (max-width: 991.98px) {
    .contact-details input[type="text"], .contact-details input[type="email"]{
        padding: 8px 15px;
    }
}
form p{
    margin-bottom: 0;
}
@media (max-width: 1849px){
    .pricing-section .pricing-column .inner-column{
        flex-wrap: wrap;
        position: relative;
    }
}

@media (min-width: 768px){
    .pricing-block .inner-box{
        max-width: 100%;
    }
}
@media (min-width: 1849px){
    .pricing-block .inner-box{
        max-width: 340px;
    }
}

.pricing-column .inner-column .slick-dots {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 5;
}

.pricing-column .inner-column .slick-dots li{
    display: inline-block;
    margin: 0 3px;    
}
.pricing-column .inner-column .slick-dots li::before{
    display: none;
}
.pricing-column .inner-column .slick-dots li.slick-active button{
    background-color: #fff;
    border: 1px solid #fff;
}

.pricing-column .inner-column .slick-dots li button{
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #201f20;
    border: 1px solid #fff;
    border-radius: 100%;
}

.pricing-column .inner-column .slick-dots li button:before {
    color: #fff;
    opacity: 0.6;
}

.pricing-column .inner-column .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}