ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcumb-wrapper {
    padding: 155px 0 160px;
}
/*------------------------------------------------------------------

Sticky Header Effects Style

-------------------------------------------------------------------*/
.mas-sticky-header {
    box-sizing: border-box;
}
/* MAIN HEADER */
.mas-sticky-yes,
.mas-sticky-yes.e-con,
.mas-sticky-header {
    z-index: 999;
    margin: 0 auto;
    box-sizing: border-box;
    top: 0px;
    transition: all 0.4s ease-in-out;
}

.e-con.mas-sticky-header:not(.elementor-sticky) {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    transition: all 0.4s ease-in-out;
}

.headerup {
    -ms-transform: translateY(-110vh) !important;
    -o-transition: transform 0.4s ease-in-out !important;
    -webkit-transform: translateY(-110vh) !important;
    -webkit-transition: transform 0.4s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.4s ease-in-out !important;
    transform: translateY(-110vh) !important;
    transition: transform 0.4s ease-in-out !important;
}

/* ADMIN BAR OFFSET */
@media screen and (min-width: 768px) {
    .admin-bar .mas-sticky-header:not(.elementor-sticky) {
        top: 32px !important;
    }
    .mas-sticky-header:not(.elementor-sticky) {
        top: 0px !important;
    }
}

/* end sticky-header css */

.page--content ul > li:after,
.blog-content ul > li:after,
.comment-content ul > li::after {
    position: absolute;
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 0;
    left: 0;
    color: var(--heading-color);
    font-size: 8px;
}

@media (max-width: 991px) {
    .breadcumb-wrapper {
        padding: 100px 0 100px;
    }
}
@media (max-width: 767px) {
    .breadcumb-wrapper {
        padding: 80px 0 80px;
    }
}

/* css added my Mehedi */
/*-- Social-profile widget css */
.social-list.bg-ofwhite li a svg {
    width: 20px;
    transition: all 0.5s ease;
}
.social-list.bg-ofwhite li a:hover svg {
    fill: #fff;
}
/*-- Stucta-list-icon widget css */

.structa-footer-menu ul li {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.structa-footer-menu ul li::before {
    position: absolute;
    height: 1px;
    width: 0;
    background-color: var(--color-black);
    content: '';
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.structa-footer-menu ul li:hover::before {
    width: 100%;
}
/*-- Stucta footer newsletter widget css */
.common-btn::before {
    position: absolute;
    height: 100%;
    width: 0%;
    background-color: var(--color-primary-orange);
    content: '';
    z-index: -1;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.hero-area-two img.bg-shap {
    z-index: -1 !important;
}

/*-- Stucta Hero slider css */
.hero-slider-wrapper .image-layer {
    z-index: -1;
}
.swiper.hero-slider .slider-button-wrap-arrow {
    z-index: 1;
}
.slider-button-wrap-arrow .slide-btn:hover svg {
    color: #19191a !important;
}
/*-- Stucta Expertise  widget css */
.service-box .service-info h4 {
    transition: all 0.3s ease;
}
/*-- Stucta Faq widget css */
.faq-wrap .accordion-button span {
    color: var(--color-primary-orange);
    margin-right: 12px;
}
.sf-plus-hide::after {
    display: none !important;
}
/*-- Stucta Service Widget css */
.service-box-4 .service-img img {
    height: 360px;
    width: 100%;
    object-fit: cover;
}
