/* contact-us-start */

.contact-form-wrap.contact-form-wrap-updated {
    background: #ffffff;
    padding: 15px 15px 0px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 37%);
}

.map-div iframe {
    height: 480px;
    margin-bottom: -7px;
}

@media only screen and (max-width:575px) {
    .map-div iframe {
        height: 300px;
    }
}

/* contact-us-end */

/* footer-start */

.social-footer {
    display: flex;
    justify-content: start;
    flex-direction: column;
    column-gap: 0px;
    row-gap: 16px;
}

.social-footer li {
    display: flex;
    padding: 0px 0px;
}

.social-footer li a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
}

.social-footer li a:hover {
    transition: 0.3s ease-in-out;
    border-color: #0084da;
}

.social-footer li a i {
    font-size: 20px;
    color: #000;
}

.social-footer li a:hover i {
    transition: 0.3s ease-in-out;
    color: #000;
}

.footer-copyright {
    font-family: "Merriweather Sans", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    padding-top: 3px;
}

.footer-copyright a {
    font-weight: 600;
    color: #0084da;
    /* text-shadow: 1px 1px 0px #000000ba; */
}

@media only screen and (max-width:575px) {
    .footer-copyright span {
        display: block;
    }
}

/* footer-end */
.about-sec {}

.features-sec {
    background: #fffaf2;
}

.features-card {
    box-shadow: 2px 2px 10px 1px #00000021;
    padding: 25px 20px;
    background: #fff;
    border-radius: 8px;
    position: relative;
}

.features-card:before {
    position: absolute;
    content: "";
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
    top: 10px;
    background: transparent;
    border: 2px solid #0084da;
    border-radius: 8px;
    transform: rotate(0deg);
    z-index: 0;
    pointer-events: none;
}

.fc-img {
    height: 65px;
    width: 65px;
    padding: 0px;
    border: 0px dashed #0084da;
    border-radius: 50px;
    margin: 0 auto;
}

.fc-img img {
    width: 100%;
    /* filter: invert(24%) sepia(93%) saturate(7468%) hue-rotate(317deg) brightness(87%) contrast(111%); */
    filter: invert(43%) sepia(39%) saturate(7235%) hue-rotate(183deg) brightness(94%) contrast(100%);
}

.fc-text {
    text-align: center;
    margin-top: 8px;
}

.fc-text h6 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #1e1e1e;
}

.fc-text p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    height: 78px;
    color: #000000;
}

@media only screen and (max-width:1399px) {
    .fc-text p {
        height: 104px;
    }
}

@media only screen and (max-width:1199px) {
    .fc-text p {
        height: 130px;
    }
}

@media only screen and (max-width:991px) {
    .fc-text p {
        height: 130px;
    }
}

@media only screen and (max-width:767px) {
    .fc-text p {
        height: 156px;
    }
}

@media only screen and (max-width:575px) {
    .fc-text p {
        height: auto;
    }
}

@media only screen and (max-width:575px) and (min-width:411px) {
    .features-card {
        width: 380px;
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (max-width:410px) {
    .features-card {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}

.owner-sec {}

.owner-card {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 11%);
    background: #fff;
}

.owner-img {}

.owner-img img {
    width: 100%;
}

.owner-text {
    padding: 10px 15px 12px;
}

.owner-text h5 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #090022;
}

.owner-text h6 {
    font-size: 18px;
    font-weight: 600;
    color: #1e1e1e;
    margin-bottom: 8px;
    position: relative;
    padding-bottom: 7px;
}


.owner-text h6:before {}

.owner-text p {
    text-align: justify;
    padding-right: 10px;
    height: 144px;
    overflow-y: auto;
}

.owner-text p::-webkit-scrollbar {
    width: 2px;
}

.owner-text p::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: #fff;
}

/* Handle */
.owner-text p::-webkit-scrollbar-thumb {
    background: linear-gradient(to left bottom, #0084da 20%, #0084da 50%);
    transition: all 500ms ease;
}

@media only screen and (max-width:991px) {
    .owner-text p {
        text-align: justify;
        padding-right: 0px;
        height: auto;
        overflow-y: auto;
    }

    .owner-text {
        text-align: center;
    }
}

@media only screen and (max-width:575px) and (min-width:411px) {
    .owner-card {
        width: 380px;
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (max-width:410px) {
    .owner-card {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}

.gallery-sec.gallery-sec-alt {
    background: #fffaf2;
}

@media only screen and (max-width:575px) and (min-width:411px) {

    .product-inner.infant-wear-name,
    .cat-box-new {
        width: 380px;
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (max-width:410px) {
    .cat-box-new {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}

.wel-greeno-new {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #0084da;
    font-family: "Poppins", sans-serif;
    text-shadow: 1px 1px #0000000a;
}

.wel-greeno-new b {
    font-weight: 600;
}

.greeno-about {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 6px;
    color: #1e1e1e;
}

@media only screen and (max-width:575px) and (min-width:411px) {
    .product-item {
        width: 380px;
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (max-width:410px) {
    .product-item {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}

.footer-widget.fw-1 {}

.footer-widget.fw-1 a.footer-logo {
    display: block;
    margin-bottom: 10px;
}

.footer-widget.fw-1 img {
    width: 120px;
}

.footer-widget.fw-1 p {
    margin-bottom: 4px;
}

.footer-widget.fw-1 a.fa-btn {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: "Merriweather Sans", serif;
    color: #0084da;
    transition: 0.3s ease-in-out;
}

.footer-widget.fw-1 a.fa-btn:hover {
    text-decoration: underline;
    transition: 0.3s ease-in-out;
}

/* .contact-upper-sec {
    background-image: url(../images/footer-bg.png);
    background-repeat: repeat;
    background-color: #fafdff;
    background-blend-mode: luminosity;
}

.gallery-sec {
    background-image: url(../images/footer-bg.png);
    background-repeat: repeat;
    background-color: #fafdff;
    background-blend-mode: luminosity;
}

.gallery-sec.gallery-sec-alt {
    background-image: url(../images/footer-bg.png);
    background-repeat: repeat;
    background-color: #fffaf2;
    background-blend-mode: luminosity;
} */

.lilbumpy-bak-kalar.infa-wear {
    /* background-image: url(../images/footer-bg.png); */
    background-repeat: repeat;
    background-color: #daf3ff;
    background-blend-mode: luminosity;
    background-attachment: fixed;
}

.features-sec.wcu-home {
    background-image: url(../images/footer-bg.png);
    background-repeat: repeat;
    background-color: #4dd4ff;
    background-blend-mode: luminosity;
    background-attachment: fixed;
}

/* .features-sec.wcu-home .section-title h2 {
    color: #fff;
    text-shadow: 1px 1px #000000a1;
} */

.about-sec.about-home {
    /* background-image: url(../images/footer-bg.png); */
    background-repeat: repeat;
    /* background-color: #f9a0bc; */
    background-color: #e7f4ff;
    background-blend-mode: luminosity;
    background-attachment: fixed;
}

.about-sec.about-home img {
    border-radius: 8px;
    box-shadow: 2px 2px 10px 1px #00000036;
}

.about-sec.about-home h1 {
    font-size: 40px;
    font-weight: 500;
}

.about-sec.about-home h1 span {
    color: #0084da;
}

.footer-widget.fw-2 {
    padding-left: 40px;
}

.footer-widget.fw-3 {
    padding-left: 40px;
}

.footer-widget.fw-4 {
    padding-left: 40px;
}

@media only screen and (max-width:1399px) {
    .footer-widget.fw-2 {
        padding-left: 20px;
    }

    .footer-widget.fw-3 {
        padding-left: 20px;
    }

    .footer-widget.fw-4 {
        padding-left: 20px;
    }
}

@media only screen and (max-width:1199px) {
    .footer-widget.fw-2 {
        padding-left: 40px;
    }

    .footer-widget.fw-3 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .footer-widget.fw-4 {
        padding-left: 50px;
    }
}

@media only screen and (max-width:991px) {
    .footer-widget.fw-2 {
        padding-left: 12px;
    }

    .footer-widget.fw-3 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .footer-widget.fw-4 {
        padding-left: 12px;
    }

}

@media only screen and (max-width:767px) {
    .social-footer {
        justify-content: center;
    }

    .footer-widget.fw-1 a.footer-logo {
        display: block;
        margin-bottom: 20px;
    }

    .social-footer li {
        justify-content: center;
    }
}

@media only screen and (max-width:991px) and (min-width:576px) {
    .lilbumpy-bak-kalar .product-item.pi-2 {
        margin-top: 30px;
    }
}

@media only screen and (max-width:575px) {
    .lilbumpy-bak-kalar .product-item.pi-3 {
        margin-top: 30px;
    }
}

#owl-carousel_testi.owl-theme .owl-dots .owl-dot.active span,
#owl-carousel_testi.owl-theme .owl-dots .owl-dot:hover span {
    background: #0084da;
}

.skirttop-sec-alt {
    background: #ff0078;
    background-image: url(../images/spl-bg-new.webp);
    background-blend-mode: luminosity;
    background-repeat: repeat;
    background-attachment: fixed;
}

.hotpant-sec-alt {
    background: #ffe0ee;
    background-image: url(../images/spl-bg-new.webp);
    background-blend-mode: multiply;
    background-repeat: repeat;
    background-attachment: fixed;
}

.frock-sec-alt {
    background: #ff0078;
    background-image: url(../images/spl-bg-new.webp);
    background-blend-mode: luminosity;
    background-repeat: repeat;
    background-attachment: fixed;
}

.capri-sec-alt {
    background: #ffe0ee;
    background-image: url(../images/spl-bg-new.webp);
    background-blend-mode: multiply;
    background-repeat: repeat;
    background-attachment: fixed;
}

.counter-sec {
    background-image: url(../images/footer-bg.png);
    background-repeat: repeat;
    background-color: #daf3ff;
    background-color: #4dd4ff;
    background-blend-mode: luminosity;
    background-attachment: fixed;
}

.counter-sec .section-title h2 {
    /* color: #fff;
    text-shadow: 1px 1px #000000a1; */
}

.count-area-content {}


.count-inner {
    text-align: center;
    background-image: url(../images/kids-counter-bg.png);
    background-size: cover;
    background-position: center;
    height: 300px;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(1px 1px 3px #0084dad6);
}

.count-inner.ci-one {}

.count-inner.ci-two {
    background-image: url(../images/kids-counter-bg.png);
}

.count-inner.ci-three {
    background-image: url(../images/kids-counter-bg.png);
}

.count-inner.ci-four {
    background-image: url(../images/kids-counter-bg.png);
}

.count-icon {}

.count-icon img {
    width: 65px;
    filter: invert(37%) sepia(95%) saturate(2886%) hue-rotate(183deg) brightness(93%) contrast(102%);
    filter: invert(1);
}

.count-digit {
    margin: 8px 0px 4px;
    color: #0051a5;
    font-weight: 500;
    font-size: 46px;
    line-height: 46px;
    font-family: "Merriweather Sans", serif;
}

.count-digit.plus-digit {
    position: relative;
}

.count-digit.plus-digit:after {
    position: relative;
    content: "+";
    padding-left: 0px;
    top: 0px;
}

.count-digit.plus-digit.million-digit:after {
    content: "M +";
}

.count-title {}

.count-title h3 {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 0px;
    color: #fff;
    text-shadow: 1px 1px #00000066;
}

@media only screen and (max-width:1399px) {
    .count-inner {
        height: 255px;
        padding: 10px 0;
    }

    .count-icon img {
        width: 60px;
    }

    .count-digit {
        margin: 6px 0px 0px;
        font-size: 40px;
        line-height: 40px;
    }

    .count-title h3 {
        font-size: 18px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width:1199px) {
    .count-inner {
        height: 216px;
        padding: 10px 0;
    }

    .count-icon img {
        width: 50px;
    }

    .count-digit {
        margin: 4px 0px 0px;
        font-size: 32px;
        line-height: 32px;
    }

    .count-title h3 {
        font-size: 14px;
        margin-bottom: 0px;
        line-height: 20px;
    }

    .count-digit.plus-digit:after {
        padding-left: 3px;
        top: -3px;
    }
}

@media only screen and (max-width:991px) {

    /* .count-inner.ci-one {
        background-image: url(../images/cloud-2.png);
    }

    .count-inner.ci-two {
        background-image: url(../images/cloud-3.png);
    }

    .count-inner.ci-three {
        background-image: url(../images/cloud.png);
    }

    .count-inner.ci-four {
        background-image: url(../images/cloud-4.png);
    } */

    .count-inner {
        height: 276px;
        padding: 10px 0;
    }

    .count-icon img {
        width: 60px;
    }

    .count-digit {
        margin: 4px 0px 4px;
        font-size: 40px;
        line-height: 40px;
    }

    .count-title h3 {
        font-size: 18px;
        margin-bottom: 0px;
        line-height: 20px;
    }

    .counter-sec .section-title.mb-35 {
        margin-bottom: 25px !important;
    }
}

@media only screen and (max-width:767px) {
    .count-inner {
        height: 246px;
        padding: 10px 0;
    }

    .count-icon img {
        width: 50px;
    }

    .count-digit {
        margin: 4px 0px 3px;
        font-size: 36px;
        line-height: 36px;
    }

    .count-title h3 {
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 20px;
    }

    .about-sec.about-home h1 {
        font-size: 30px;
        font-weight: 500;
    }
}

@media only screen and (max-width:575px) and (min-width:412px) {

    .counter-sec .section-title.mb-35 {
        margin-bottom: 20px !important;
    }

    .count-area-content {
        max-width: 380px;
        margin: 0 auto;
    }

    .count-inner {
        height: 380px;
        padding: 10px 0;
    }

    .count-icon img {
        width: 80px;
    }

    .count-digit {
        margin: 6px 0px 6px;
        font-size: 54px;
        line-height: 54px;
    }

    .count-title h3 {
        font-size: 26px;
        margin-bottom: 0px;
        line-height: 26px;
    }
}

@media only screen and (max-width:411px) {
    .count-area-content {
        max-width: 296px;
        margin: 0 auto;
    }

    .count-inner {
        height: 296px;
        padding: 10px 0;
    }

    .count-icon img {
        width: 60px;
    }

    .count-digit {
        margin: 4px 0px 4px;
        font-size: 40px;
        line-height: 40px;
    }

    .count-title h3 {
        font-size: 20px;
        margin-bottom: 0px;
        line-height: 22px;
    }
}