/*
Theme Name: Dor Child
Theme URI: https://dor.qodeinteractive.com
Description: A child theme of Dor Theme
Author: Mikado Themes
Author URI: https://themeforest.net/user/mikado-themes
Version: 1.0.2
Text Domain: dor
Template: dor
*/

.elementor-widget-wp-widget-rev-slider-widget h1,
.elementor-widget-wp-widget-rev-slider-widget h2,
.elementor-widget-wp-widget-rev-slider-widget p {
    font-family: "Erbaum", sans-serif !important;
}

.about-sec,
.about-sec>div,
.about-sec>div>div,
.about-sec>div>div>div {
    position: unset !important;
}

a.primary-btn {
    letter-spacing: 0;
    font-size: 16px !important;
    padding: 11px 30px 12px 30px !important;
}

footer .mkdf-footer-top-holder .mkdf-grid-col-4 {
    float: unset;
}

footer .mkdf-footer-top-holder .mkdf-grid-col-4:first-child h4 {
    margin-top: 30px;
    margin-bottom: 0;
}

footer .mkdf-footer-top-holder .mkdf-grid-col-4:first-child p {
    margin-top: 0;
}

footer h4 {
    font-size: 18px;
}

footer .mkdf-footer-top-holder .mkdf-grid-col-4:nth-child(2) {
    margin-top: 100px;
    /* margin-top: auto; */
}

footer .mkdf-footer-top-holder .mkdf-grid-row {
    display: flex;
    flex-wrap: wrap;
}


footer .mkdf-footer-bottom-holder .mkdf-footer-bottom-inner {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

footer .mkdf-footer-bottom-holder .mkdf-footer-bottom-inner p,
footer .mkdf-footer-bottom-holder .mkdf-footer-bottom-inner p a {
    text-align: center;
    font-size: 13px !important;
}

footer .mkdf-footer-top-holder .mkdf-grid-col-4:nth-child(2) h4 {
    margin-bottom: 20px;
}

footer .textwidget a {
    font-family: "Erbaum", Sans-serif !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    font-style: normal !important;
}

header .mkdf-logo-wrapper a {
    height: auto !important;
    max-height: unset !important;
}

header .mkdf-sticky-holder,
header .mkdf-menu-area {
    border-bottom: 1px solid #1d1d1d !important;
}

header .mkdf-menu-area nav,
header .mkdf-sticky-holder nav {
    border-left: 1px solid #1d1d1d;
}

header .mkdf-sticky-holder .mkdf-logo-wrapper,
header .mkdf-menu-area .mkdf-logo-wrapper {
    margin-right: 40px;
}

header .mkdf-sticky-header nav ul li a,
header .mkdf-menu-area nav ul li a {
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #1f2322;
    font-family: "Erbaum", Sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.slider-banner>.e-con-inner {
    max-width: 1450px !important;
}

footer .mkdf-footer-top-holder {
    padding-left: 10px;
    padding-right: 10px;
}

.time-line .mkdf-process-item .mkdf-pi-svg {
    font-size: 30px;
}

header.mkdf-page-header {
    background-color: #929C93;
}

.slider-banner .swiper-pagination {
    counter-reset: section;
    display: flex;
    justify-content: center;
    padding: 0px 30px;
}

.slider-banner .swiper-pagination span {
    /* border-bottom: 1px solid #8b8b8b; */
    border-bottom: 1px solid #383838;
    margin: 0 !important;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    padding: 20px 25px 24px 30px;
    border-radius: 0;
    /* color: #8b8b8b; */
    color: #383838;
    opacity: 1;
    text-align: center;
    justify-content: center;
    position: relative;

    /* aaa */
    background-color: transparent;

}

.slider-banner .swiper-pagination::before {
    content: '|';
    position: absolute;
    left: 29px;
    bottom: 1px;
    /* background-color: #8b8b8b; */
    background-color: #383838;
    z-index: 999;
    display: block;
    margin: 0;
    width: 0;
    font-size: 19px;
    -webkit-transform: rotate(39deg);
    -ms-transform: rotate(39deg);
    transform: rotate(39deg);
    /* color: #8b8b8b; */
    color: #383838;
}

.slider-banner .swiper-pagination span::before {
    counter-increment: section;
    content: counter(section);
}

.slider-banner .swiper-pagination span.swiper-pagination-bullet-active {
    /* color: #ffffff;
    border-bottom: 1px solid #ffffff; */
    z-index: 99;

    /* aaa */
    color: #000000;
    border-bottom: 1px solid #000000;

}


.slider-banner .swiper-pagination span::after {
    right: 1px;
    bottom: -7px;
    /* background-color: #8b8b8b; */
    background-color: #383838;
    z-index: 999;
    content: '|';
    position: absolute;
    display: block;
    margin: 0;
    width: 0;
    font-size: 19px;
    -webkit-transform: rotate(39deg);
    -ms-transform: rotate(39deg);
    transform: rotate(39deg);
    /* color: #8b8b8b; */
    color: #383838;
}

.slider-banner .swiper-pagination::after {
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    /* border-bottom: 1px solid #8b8b8b; */
    border-bottom: 1px solid #383838;
}

.slider-banner .swiper-pagination::before {
    content: '|';
    position: absolute;
    left: 30px;
    bottom: 1px;
    /* background-color: #8b8b8b; */
    background-color: #383838;
    z-index: 999;
    display: block;
    margin: 0;
    width: 0;
    font-size: 19px;
    -webkit-transform: rotate(39deg);
    -ms-transform: rotate(39deg);
    transform: rotate(39deg);
    /* color: #8b8b8b; */
    color: #383838;
}

.slider-banner .elementor-swiper-button-next,
.slider-banner .elementor-swiper-button-prev {
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 0;
    filter: invert(1);
    /* aaa */
}

.slider-banner .elementor-swiper-button-next {
    background-image: url('/wp-content/uploads/2025/11/arrow-right.svg');
    right: 40px !important;
    /* aaa */
}

.slider-banner .elementor-swiper-button-next svg,
.slider-banner .elementor-swiper-button-prev svg {
    opacity: 0;
}

.slider-banner .elementor-swiper-button-prev {
    background-image: url('/wp-content/uploads/2025/11/arrow-left.svg');
    left: 40px !important;
    /* aaa */
}

/* .slider-banner .swiper-pointer-events {
    max-width: 1440px;
} */

/* aaa */

.slider-banner .swiper-pagination-bullet:hover {
    background-color: transparent !important;
}

.slider-banner {
    padding: 0 !important;
}

.slider-banner .swiper {
    width: 100% !important;
}

.slider-banner .e-n-carousel.swiper {
    padding-bottom: 0 !important;
}

.slider-banner .swiper-pagination {
    top: unset !important;
    bottom: 0 !important;
}

.slider-banner .swiper-slide>.e-con.e-child {
    justify-content: center;
    padding-bottom: 160px;
}

/* aaa */

.about-banner .mkdf-st-inner h1 {
    font-size: 40px;
}

.about-banner .mkdf-st-inner .mkdf-st-line {
    border-color: #1D1D1D;
}

footer .mkdf-grid-huge-gutter>div:first-child {
    padding-right: 0;
}

.mkdf-grid-lines-holder {
    position: absolute;
    z-index: 5;
    pointer-events: none;
}

/* .banner-slider h1,
.banner-slider h2 {
    font-weight: 400 !important;
}

.banner-slider p {
    font-weight: 300 !important;
}

.banner-slider a.mkdf-btn {
    letter-spacing: 0;
    font-size: 18px;
    text-transform: none;
}

.banner-slider sr7-arrow {
    color: #000000 !important;
    font-weight: 600;
}

.banner-slider .sr7-bullet.selected {
    border-bottom: 1px solid #000000 !important;
}

.banner-slider .sr7-bullet.selected::before {
    color: #000000 !important;
} */

@media only screen and (min-width: 681px) {
    /* footer .mkdf-footer-top-holder .mkdf-grid-col-4:nth-child(2) div.widget_text {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    } */
}

@media only screen and (min-width: 1025px) {

    .slider-banner .swiper-slide>.e-con.e-child .e-con.e-child {
        width: 40%;
    }

    footer .mkdf-footer-top-holder .mkdf-grid-col-4:nth-child(3) img {
        margin-left: auto;
    }

    header .mkdf-sticky-holder .mkdf-logo-wrapper img.mkdf-dark-logo,
    header .mkdf-menu-area .mkdf-logo-wrapper img.mkdf-dark-logo,
    header .mkdf-sticky-holder .mkdf-logo-wrapper img.mkdf-light-logo,
    header .mkdf-menu-area .mkdf-logo-wrapper img.mkdf-light-logo {
        display: none;
    }

    .info-section>.elementor-container {
        max-width: 1600px;
        width: 100% !important;
    }
}

@media only screen and (max-width: 1366px) {

    .title-erea h6,
    .info-section h6 {
        font-size: 20px !important;
    }

    a.primary-btn {
        padding: 10px 30px 12px 30px !important;
    }

    .slider-banner>.e-con-inner {
        max-width: 1230px !important;
    }

    header .mkdf-logo-wrapper a img.mkdf-normal-logo {
        max-height: 40px;
    }

    header .mkdf-menu-area {
        height: 80px !important;
    }

    /* .banner-slider h1,
    .banner-slider h2 {
        font-size: 60px !important;
        line-height: 60px !important;
    }

    .banner-slider a.mkdf-btn {
        font-size: 16px;
    }

    .banner-slider p {
        font-size: 18px !important;
    }

    .banner-slider sr7-img,
    .banner-slider sr7-img {
        max-width: 500px;
    } */
}

@media only screen and (max-width: 1200px) {
    footer .mkdf-footer-top-inner {
        width: calc(100% - 60px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .slider-banner .swiper-slide>.e-con.e-child .e-con.e-child {
        width: 45%;
    }
}

@media only screen and (max-width: 680px) {
    footer .mkdf-footer-top-holder .mkdf-grid-col-4:nth-child(2) {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {

    .title-erea h6,
    .info-section h6 {
        font-size: 18px !important;
    }

    .slider-banner .swiper-slide>.e-con.e-child {
        padding-bottom: 110px;
    }
}

@media only screen and (max-width: 575px) {
    .info-section .mkdf-process-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    a.primary-btn {
        line-height: 24px;
    }

    footer .mkdf-footer-top-holder .mkdf-grid-col-4:nth-child(2) div.widget_text {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 425px) {
    footer .mkdf-footer-top-inner {
        width: calc(100% - 20px);
    }
}