/* Start of footer pages  */

.entry-content .headerText {
    font-size: 32px;
    line-height: 64px;
    margin: 0 0 20px;
    font-weight: 700;
}

.entry-content .subHeaderText {
    font-size: 28px;
    line-height: 42px;
    margin: 0 0 10px;
    font-weight: 600;
}

.entry-content h4 {
    margin-top: 0px;
    font-weight: 500;
}

.entry-content .blog-post>.inner-post p:not(:last-child) {
    margin-bottom: 10px;
}

.entry-content .entry-summary p {
    text-align: left;
    font-weight: 300;
    line-height: 28px;
    font-weight: 400;
    color: #000;
}

.entry-content .entry-summary p b,
.s-design .ot-icon-list-item span b {
    font-weight: 600;
}

.entry-content .unstyle {
    padding-left: 30px;
    list-style: none;
    margin-bottom: 20px;
}

.ot-icon-list-wrapper .ot-icon-list-item {
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 0;
}

.s-design .ot-icon-list-item span {
    position: relative;
    align-self: baseline;
    text-align: left;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}

.s-design.text-black .ot-icon-list-item span {
    color: #000;
}

.ot-icon-list-wrapper .ot-icon-list-icon {
    margin-right: 5px;
    margin-top: 15px;
    font-size: 13px;
}

.s-design .ot-icon-list-icon i {
    color: #847968;
}

.ot-icon-list-wrapper .ot-icon-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-bottom: 12px; */
    word-break: normal;
}

.ot-icon-list-wrapper .ot-icon-list-icon i {
    display: block;
    width: 1em;
    height: 1em;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.fa-circle:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    border: 2px solid #3898ec;
    border-radius: 10px;
    margin-right: 5px;
    position: absolute;
    left: -10px;
    top: 45%;
    transform: translateY(-30%);
    transition: .4s all;
}

/* ================================================ */



.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #000;
    pointer-events: none;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 30px 25px 30px 0;
    color: #000;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    transform: translateY(-50%);
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-dropdown-text {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-dropdown-text {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    margin: 0px;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-dropdown-text p {
    font-size: 18px;
    font-weight: 300;
    margin: 24px 0;
}

/* ================================================ */

.section_padding {
    padding: 80px 0;
}

.padding_bottom {
    padding-bottom: 80px;
}

.menuDiv {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 30px;
    height: 20px;
}

.menuDiv span {
    line-height: 0px;
    font-weight: 600;
    transform: translateY(-15px);
}

.menuDiv .line_3 {
    margin: 0px;
}

.menu-button.w--open .line_2 {
    display: none;
}

.menu-button.w--open .line_1 {
    transform: rotate(45deg) translate(8px, -9px);
}

.menu-button.w--open .line_3 {
    transform: rotate(135deg) translate(0px, -17px);
}

.offwrap {
    width: 100%;
    right: 100%;
    transition: all 0.8s ease-out 0s;
    position: fixed;
    background: #fff;
    height: 100vh;
    top: 0;
    bottom: 0;
    opacity: .8;
    z-index: 5;
}

body.nav-expanded .offwrap {
    right: 0%;
    transition: all 0.8s ease-out 0s;
}

/* Hide sections */

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

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

    .hero-two-banner-image-wrap {
        max-width: 75%;
    }

    .innovation-quality-list-wrap {
        grid-template-columns: auto;
        gap: 16px;
    }

    .hero-section-two {
        margin-bottom: 210px;
    }

    .faq-card-block {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .header-section.header-sticky .container {
        width: 100%;
        max-width: 100%;
    }

    .key-features-slide-item {
        padding: 30px 10px;
    }

    .feature-card-item {
        padding: 30px 25px;
    }

    .fun-fact-title {
        font-size: 20px;
    }
}

@media screen and (min-width: 991px) {
    .md-display-none {
        display: none;
    }
}

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

    .hero-section-two {
        margin-bottom: 200px;
    }

    .accordion {
        height: 600px;
    }

    .all-unoder-list-items {
        align-items: center;
    }

    .featured-content-block {
        text-align: center;
    }

    .about-customization-content-wrap {
        text-align: center;
    }

    .blog-image-link-block {
        text-align: center;
    }

    .blog-image-link-block img {
        border-radius: 20px;
        margin-top: 20px;
    }

    .feature-detail-block {
        display: block;
    }

    .feature-item-side-bar-wrap {
        display: none;
    }

    .about-hero-content-block {
        text-align: center;
    }

    .section-title.max-width-520px,
    .about-hero-excerpt.max-width-588px,
    .section-title.max-width-505px,
    .featured-excerpt.max-width-530px {
        max-width: 100% !important;
    }

    .innovation-content-wrap {
        text-align: center;
    }

    .how-it-works-iterms-wrap .banner_image {
        text-align: center;
    }

    .section_padding {
        padding: 60px 0;
    }

    .padding_bottom {
        padding-bottom: 60px;
    }
}

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

    .socail-link-icon-block {
        width: 40px;
        height: 40px;
    }

    .hero-two-banner-card-one-wrap,
    .hero-two-banner-card-two-wrap {
        display: none;
    }

    .hero-two-banner-image-wrap {
        max-width: 100%;
    }

    .about-hero-banner-wrap img {
        max-width: 100%;
    }

    .hero-section-two {
        margin-bottom: 70px;
    }

    .key-features-slider {
        padding: 0px 0px 10px !important;
    }

    .how-it-works-iterms-wrap .banner_image {
        padding: 10px;
    }

    .faq-title {
        font-size: 20px;
    }

    .accordion {
        height: auto;
    }

    .feature-card-item {
        padding: 15px;
    }

    .accordion button[aria-expanded='true']+.accordion-dropdown-text {
        max-height: 100%;
    }

    .accordion button .icon {
        top: 37%;
        transform: translateY(-37%);
    }

    .working-process-content {
        text-align: center;
    }

    .working-process-content-wrap.tab-content-3 {
        grid-template-columns: 1fr;
    }

    .blog-image-link-block img {
        margin-top: 0px;
    }

    .feature-details-rich-text-wrap {
        text-align: center;
    }

    .how-it-item-content-block-one,
    .how-it-item-content-block-two,
    .how-it-item-content-block-three {
        text-align: center;
    }

    .section_padding {
        padding: 40px 0;
    }

    .padding_bottom {
        padding-bottom: 40px;
    }
}

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

    .contact-form-block {
        padding: 30px 10px;
    }
}