.mb-30 {
    margin-bottom: 30px !important;
}

/* 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: 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: #fff;
}

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

.ot-icon-list-wrapper .ot-icon-list-item {
    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: #fff;
}

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

.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: 15px;
    height: 2px;
    display: inline-block;
    border: 2px solid #ff34c8;
    border-radius: 10px;
    margin-right: 5px;
    position: absolute;
    left: -10px;
    top: 45%;
    transform: translateY(-30%);
    transition: .4s all;
}

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

.faq-grid {
    z-index: 10;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-bottom: 0px;
    position: relative;
}

.image-block-wrapper img {
    border-radius: 20px;
}

.accordion {
    cursor: pointer;
    width: 100%;
    margin-top: 30px;
    height: 520px;
}

.accordion .accordion-item {
    margin-bottom: 10px;
}

.accordion .accordion-item button[aria-expanded='true'] {
    background-color: #ff34c8;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    background-color: #1c1829;
    padding: 17px 50px 17px 24px;
    border-radius: 10px;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #fff;
    background-color: #ff34c8;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
}

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

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 18px;
    width: 22px;
    height: 22px;
    border-radius: 22px;
}

.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'] {
    color: #fff;
}

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

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

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

.accordion .accordion-content p {
    font-weight: 300;
    margin: 1em 0 0.5em;
    padding: 0px 24px 0px 24px;
    text-align: left;
}

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

.breadcrumb-link-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 18px;
}

.single-page-link {
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: color .3s;
    margin-right: 5px;
}

.single-page-link:hover {
    color: #ff34c8;
}

.page-link-text {
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    margin-left: 5px;
}

.page-link-separator {
    filter: brightness(10);
}

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

.footer-center .contactus-grid {
    z-index: 10;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
    padding-bottom: 0px;
    position: relative;
}

.footer-center .contact-info-icon-block {
    background-color: transparent !important;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
}

.footer-center .contact-info-block-inner {
    place-items: baseline;
    align-items: center;
}

.footer-center .contact-info-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.common_banner {
    background-image: url('../img/home/common_background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

img.header-logo,
img.footer-logo {
    max-width: 260px;
}

.section-title-block.title-left p {
    margin-bottom: 15px;
}

@media (min-width: 1500px) and (max-width: 1600px) {

    .banner-three-title-block {
        height: 575px;
    }

    .banner-three-title {
        font-size: 75px;
    }

    .banner-three-background-shape {
        width: 545px;
        height: 545px;
    }
}

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

    .accordion {
        height: 400px;
    }

    .nav-link {
        width: max-content;
        margin-right: auto;
    }

    .faq-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0px;
    }

    .three-block-section .faq-grid .image-block-wrapper {
        margin-bottom: 0px;
    }

    .inner-team-block {
        width: 100% !important;
        height: 100% !important;
    }

    .tab-content-right {
        text-align: center;
    }

    .team-sub-heding-block {
        justify-content: center;
    }

    /* .project-three-details.even {
        flex-direction: column-reverse;
    } */

    .block-two-section .faq-grid {
        grid-row-gap: 30px;
    }

    .testimonial-description {
        margin: 0 20px;
    }
}

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

    .aboutus-flex-image-one {
        flex-direction: column;
    }

    .inner-zoom-out-image {
        width: 85vw !important;
        height: 36vh !important;
    }

    .contactus-grid {
        padding-bottom: 60px;
    }

    .service-block-style-four {
        grid-template-columns: 1fr;
    }

    .counter-grid {
        grid-template-columns: 1fr 1fr;
    }

    .testimonial-description {
        margin: 0px;
    }

    .banner-three-background-shape {
        width: 95%;
        height: 100%;
    }

    .section.section-banner {
        padding: 60px 0px;
    }

    .section {
        padding: 60px 0;
    }

    .footer-center .contactus-grid {
        grid-template-columns: 1fr;
    }

    .contact-info-block-inner {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .marquee-heading {
        font-size: 26px;
    }

    .potfolio-gallary-main-block {
        flex-direction: column;
    }

    .ptpholo-gallary-image {
        width: 100% !important;
    }

    .project-gallary-name-block {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .project-gallary-subtext {
        text-align: center;
    }

    .project-three-grid {
        grid-template-columns: 1fr;
    }

    .project-three-style.project-gap.project-padding {
        padding-bottom: 60px;
    }

    .aboutus-grid-wrapper {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
        align-items: center;
    }

    .aboutus-grid-wrapper-two {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .service-inner-page-list {
        grid-template-columns: 1fr;
    }

    .service-inner-page-block-style {
        padding: 30px;
    }

    .team-block-one {
        padding: 60px 0px;
    }
}

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

    img.footer-logo {
        padding-bottom: 0px;
    }

    img.header-logo,
    img.footer-logo {
        max-width: 215px;
    }

    body {
        font-size: 16px;
    }

    .inner-zoom-out-image {
        width: 95vw !important;
        height: 30vh !important;
    }

    .service-inner-page-block-style {
        padding: 20px;
    }

    .counter-grid {
        grid-template-columns: 1fr;
    }

    .accordion {
        height: 100%;
    }

    .entry-content .subHeaderText {
        text-align: center;
    }

    .section.breadcrumb-section {
        padding: 60px 0px;
    }

    .skills-content-wrapper {
        text-align: center;
    }

    .main-zoom-out-image video {
        width: 95%;
        height: 100%;
    }

    .section {
        padding: 40px 0px;
    }

    .marquee-heading {
        font-size: 24px;
        line-height: normal;
    }

    .text-marquee-info {
        grid-column-gap: 15px;
    }

    .project-gallary-name-block {
        transform: none;
    }

    .project-three-style.project-gap.project-padding {
        padding-top: 0px;
        padding-bottom: 40px;
    }

    .footer-center {
        justify-content: center;
    }

    .footer-list {
        justify-content: center;
        align-items: center;
        grid-row-gap: 15px;
    }

    .team-block-one {
        padding: 40px 0px 0px;
    }

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

    .three-block-section .faq-grid {
        grid-row-gap: 30px;
    }
}

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

    .left-side-arrow,
    .right-side-arrow {
        bottom: 0%;
    }

    .right-side-arrow {
        right: 0%;
    }

    .left-side-arrow {
        left: 0%;
    }

    img.header-logo,
    img.footer-logo {
        max-width: 180px;
    }

    .text-marquee.marquee-left,
    .text-marquee.marquee-right,
    .text-marquee-style-two {
        width: 165em;
    }

    .section-title {
        font-size: 32px;
        line-height: normal;
    }

    body {
        font-size: 14px;
    }

    .inner-zoom-out-image {
        width: 95vw !important;
        height: 23vh !important;
    }

    .section.breadcrumb-section {
        padding: 50px 0px;
    }

    .breadcrumb-link-wrap {
        font-size: 14px;
    }

    .accordion .accordion-content p {
        padding: 0 10px;
    }

    .accordion button {
        padding-left: 15px;
        padding-right: 40px;
    }
}