input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Start of footer pages  */

.entry-content {
    color: #000;
}

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

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

.entry-content .subText {
    font-size: 24px;
    line-height: 42px;
    margin: 0 0 10px;
    font-weight: 500;
    color: #000;
}

.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 {
    color: #000;
}

.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: 500;
    line-height: 32px;
}

.s-design .ot-icon-list-item span b {
    color: #c3c3c3;
}

.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;
}

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

#points .nav-tabs .nav-link {
    cursor: pointer;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--primery);
    border-color: #dee2e6 #dee2e6 #fff;
}

.space-80 {
    height: 80px;
    width: 100%;
}

.space-60 {
    height: 60px;
    width: 100%;
}

.space-40 {
    height: 40px;
    width: 100%;
}

.space-20 {
    height: 20px;
    width: 100%;
}

.preText {
    color: #000;
    margin-bottom: -5px;
    margin-left: 5px;
}

/* End of footer pages  */

.testimonials-page .lqd-carousel-slides-numbers svg,
.testimonials-page .lqd-carousel-slides-numbers {
    color: #000;
}

.testimonials-page .lqd-carousel-slides-current {
    color: #000;
}

.infoDiv {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.infoDiv p {
    margin-bottom: 0px;
}

.formDiv {
    display: flex;
    flex-direction: column;
}

.contact-info {
    padding: 80px 0;
}

.list {
    padding: 0;
    margin-bottom: 0;
}

.list li {
    display: inline-block;
    list-style-type: none;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin-left: 18px;
}

.list li:first-child {
    margin-left: 0;
}

.list li.inner_color::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 8px;
    height: 15px;
    width: 1px;
    background: #000;
    transform: rotate(20deg);
}

.list li a:hover {
    color: #000;
}

.dividerDiv {
    height: 1px;
    width: 100%;
    background-color: #000;
    margin: 10px 0;
}

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

.item {
    width: 200px;
    height: 300px;
    list-style-type: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 20px 30px rgba(255, 255, 255, 0.3) inset;
    transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;

}

.item:nth-child(1),
.item:nth-child(2) {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
}

.item:nth-child(3) {
    left: 63%;
    visibility: hidden;
}

.item:nth-child(4) {
    left: calc(59% + 220px);
}

.item:nth-child(5) {
    left: calc(55% + 440px);
}

.item:nth-child(6) {
    left: calc(50% + 660px);
    opacity: 0;
}

.testimonials-page .content {
    width: min(30vw, 400px);
    position: absolute;
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
    color: #000;
    opacity: 0;
    display: none;
}

.testimonials-page .content .title {
    color: #000;
}

.testimonials-page .content .description {
    line-height: 1.7;
    margin: 30px 0 0;
}

.testimonials-page .content button {
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    border: 2px solid white;
    border-radius: 0.25rem;
    padding: 0.75rem;
    cursor: pointer;
}

.testimonials-page .item:nth-of-type(2) .content {
    display: block;
    animation: show 0.75s ease-in-out 0.3s forwards;
}

@keyframes show {
    0% {
        filter: blur(5px);
        transform: translateY(calc(-50% + 75px));
    }

    100% {
        opacity: 1;
        filter: blur(0);
    }
}

.nav {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    user-select: none;
}

.nav .btn {
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(0, 0, 0, 0.7);
    border: 2px solid rgba(0, 0, 0, 0.6);
    margin: 0 0.25rem;
    padding: 0.75rem;
    border-radius: 50%;
    cursor: pointer;
}

.nav .btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.navbar.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
}


/* =========================== */
/* Service area */

.service__area-7 {
    background-color: #CFCFCF;
    padding: 80px 0;
    position: relative;
}

/* .service__area-7::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 36%;
    bottom: 0;
    background: #000;
} */

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .service__area-7::before {
        left: 35%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service__area-7::before {
        left: 35%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service__area-7::before {
        left: 33%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service__area-7::before {
        left: 34%;
    }
}

@media only screen and (max-width: 767px) {
    .service__area-7::before {
        display: none;
    }

    .service__area-7 {
        padding: 60px 0;
    }
}

/* .service__area-7::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 59%;
    bottom: 0;
    background: #000;
} */

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .service__area-7::after {
        left: 60%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service__area-7::after {
        left: 62%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service__area-7::after {
        left: 63%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service__area-7::after {
        left: 64%;
    }
}

@media only screen and (max-width: 767px) {
    .service__area-7::after {
        display: none;
    }
}

.service__items-7 {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 991px) {
    .service__items-7 {
        -ms-grid-columns: repeat(2, 1fr);
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .service__items-7 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.service__item-7 {
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
    padding: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service__item-7 {
        padding-right: 30px;
    }
}

/* @media only screen and (max-width: 767px) {
    .service__item-7 {
        padding-bottom: 60px;
    }
} */

/* .service__item-7::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 35px;
    background: #000;
} */

@media only screen and (max-width: 767px) {
    .service__item-7::after {
        bottom: 25px;
    }
}

.service__item-7:nth-last-child(-n+3)::after {
    position: unset;
    padding-bottom: 0;
}

/* .service__item-7:nth-last-child(-n+3),
.service__item-7 p:nth-last-child(-n+3) {
    padding-bottom: 0;
    margin-bottom: 0;
} */

@media only screen and (max-width: 767px) {
    .service__item-7:nth-last-child(-n+3)::after {
        position: absolute;
    }
}

.service__item-7:nth-child(1) {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.service__item-7:nth-child(2) {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.service__item-7:nth-child(3) {
    border-bottom: 2px solid #000;
}

.service__item-7:nth-child(4) {
    border-right: 2px solid #000;
}

.service__item-7:nth-child(5) {
    border-right: 2px solid #000;
}


.service__item-7 p {
    margin: 0px;
}

@media only screen and (max-width: 991px) {
    .service__item-7:nth-child(2) {
        border-right: none;
    }

    .service__item-7:nth-child(3) {
        border-right: 2px solid #000;
    }

    .service__item-7:nth-child(4) {
        border-right: none;
        border-bottom: 2px solid #000;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service__item-7 p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .service__item-7 p {
        font-size: 16px;
    }

    .service__item-7,
    .service__item-7:nth-child(2),
    .service__item-7:nth-child(4) {
        border: 2px solid #000;
    }
}

.service__item-7 ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: var(--black-2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service__item-7 ul li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .service__item-7 ul li {
        font-size: 16px;
    }
}

.service__title-7 {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.3;
    color: #000;
    padding-bottom: 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service__title-7 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service__title-7 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .service__title-7 {
        font-size: 30px;
    }
}

.service__title-7:hover span {
    padding-left: 0;
}

@media only screen and (max-width: 767px) {
    .service__title-7:hover span {
        padding-left: 50px;
    }
}

.service__title-7:hover span::before {
    width: 0;
}

.service__title-7 span {
    display: block;
    position: relative;
    padding-left: 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.service__title-7 span::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    left: 0;
    top: 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #000;
}

.portfolio__area-7 {
    margin-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio__area-7 .pb-140 {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio__area-7 {
        margin-bottom: 90px;
    }
}

.portfolio__area-7 .sec-title {
    padding-bottom: 50px;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio__area-7 .sec-title {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio__area-7 .sec-title {
        padding-bottom: 30px;
    }
}

.portfolio__area-7 p {
    font-size: 18px;
    max-width: 300px;
}

@media only screen and (max-width: 767px) {
    .portfolio__area-7 p {
        font-size: 16px;
    }
}

.portfolio__slider-7 {
    margin-right: -320px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .portfolio__slider-7 {
        margin-right: -200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio__slider-7 {
        margin-right: -130px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio__slider-7 {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio__slider-7 {
        margin-right: 0;
    }
}

.portfolio__slide-7 {
    text-align: center;
}

.portfolio__slide-7:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.portfolio__slide-7 .slide-img {
    overflow: hidden;
    margin-bottom: 20px;
}

.portfolio__slide-7 img {
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.portfolio__slide-7 .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: var(--black-2);
    padding-bottom: 5px;
}

.portfolio__slide-7 .date {
    font-size: 14px;
    color: var(--black-3);
    font-weight: 400;
    line-height: 1.5;
}

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


/* =========================== */
/* Another section */

.project-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 80px 0 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-card-block {
    position: relative;
}

.project-content {
    position: -webkit-sticky;
    position: sticky;
}

.project-heading {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 64px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-sub-content-01 {
    position: -webkit-sticky;
    position: sticky;
}

.collection-list-wrapper-4 {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    -webkit-perspective-origin: 50% 0%;
    perspective-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.collection-list-wrapper-4._2 {
    top: 100px;
}

.collection-list-wrapper-4._3 {
    top: 100px;
}

.collection-list-wrapper-4._5 {
    top: 100px;
}

.collection-list-wrapper-4._6 {
    top: 100px;
}

.collection-list-wrapper-4._4 {
    top: 144px;
}

.collection-list-wrapper-4._1 {
    top: 100px;
}

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

    .collection-list-wrapper-4._1,
    .collection-list-wrapper-4._2,
    .collection-list-wrapper-4._3,
    .collection-list-wrapper-4._4,
    .collection-list-wrapper-4._5,
    .collection-list-wrapper-4._6 {
        top: 150px;
    }
}

@media screen and (min-width: 912px) and (max-width: 1023px) {

    .collection-list-wrapper-4._1,
    .collection-list-wrapper-4._2,
    .collection-list-wrapper-4._3,
    .collection-list-wrapper-4._4,
    .collection-list-wrapper-4._5,
    .collection-list-wrapper-4._6 {
        top: 150px;
    }
}

.link-block-10 {
    width: 100%;
}

.block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: grid;
    padding: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.bold-text-17 {
    font-family: Opensaucesans, sans-serif;
}

.project-card-image {
    height: 100%;
    max-width: none;
    margin-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 auto;
}

.image-70 {
    width: auto;
    height: 635px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.start-up-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 528px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.button-web-designbrand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 290px;
    margin-bottom: 18px;
}

.project-card-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 12px;
    padding: 4px 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 22px;
    background-color: #fff;
}

.webdesign {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Opensaucesans, sans-serif;
    color: #000;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.project-card-heading {
    margin-bottom: 0px;
    font-family: Epilogue, sans-serif;
    color: #000;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: -2px;
}

.project-card-description-content {
    margin-top: 54px;
}

.body-01 {
    font-family: Opensaucesans, sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 32px;
}

.body-01.client-description {
    margin-top: 38px;
    margin-bottom: 28px;
    color: #fff;
}

.body-01.bolix {
    font-style: italic;
}

.carousel-text {
    overflow: hidden;
}

@media screen and (min-width: 1440px) {
    .body-02.web {
        color: #000;
    }

    .button-1 {
        letter-spacing: 0.32px;
    }

    .image-2 {
        left: -35%;
    }

    .development {
        overflow: hidden;
    }

    .project-heading {
        position: static;
    }

    .price-card-01 {
        cursor: pointer;
    }
}

@media screen and (max-width: 1440px) {
    .image-70 {
        height: 500px;
    }
}

@media screen and (max-width: 991px) {
    .block-4 {
        margin-bottom: 30px;
    }

    .block-4._4 {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    .image-70 {
        height: auto;
    }

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

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

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

.service__hero-2 {
    padding-top: 80px;
    padding-bottom: 265px;
    background-image: url(../images/sh-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service__hero-2 {
        padding-bottom: 225px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service__hero-2 {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .service__hero-2 {
        padding: 60px 0;
    }
}

.service__hero-2 .shape-1 {
    position: absolute;
    width: 132px;
    height: auto;
    right: 165px;
    top: 275px;
}

@media only screen and (max-width: 1024px) {
    .service__hero-2 .shape-1 {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service__hero-2 .shape-1 {
        right: 100px;
        top: 180px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service__hero-2 .shape-1 {
        right: 30px;
        top: 200px;
        width: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service__hero-2 .shape-1 {
        max-width: 80px;
        right: 10px;
        top: 200px;
    }
}

.service__hero-inner-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
}

@media only screen and (max-width: 767px) {
    .service__hero-inner-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.service__hero-left-2 {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .service__hero-left-2 {
        -ms-grid-row: 2;
        grid-row: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
    }
}

.service__hero-left-2 img {
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service__hero-left-2 img {
        max-width: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service__hero-left-2 img {
        max-width: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .service__hero-left-2 img {
        max-width: 160px;
        margin: 0;
    }
}

.service__hero-left-2 .images-1,
.service__hero-left-2 .images-3 {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {

    .service__hero-left-2 .images-1,
    .service__hero-left-2 .images-3 {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .service__hero-left-2 .images-1,
    .service__hero-left-2 .images-3 {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
}

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

    .service__hero-left-2 .images-1,
    .service__hero-left-2 .images-3 {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

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

    .service__hero-left-2 .images-1,
    .service__hero-left-2 .images-3 {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.service__hero-left-2 .images-2 {
    -webkit-transform: translateX(62px);
    transform: translateX(62px);
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {

    .service__hero-left-2 .images-2 {
        -webkit-transform: translateX(170px);
        transform: translateX(170px);
    }

    .service__hero-2 .shape-1 {
        right: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service__hero-left-2 .images-2 {
        -webkit-transform: translateX(90px);
        transform: translateX(90px);
    }
}

@media only screen and (max-width: 767px) {
    .service__hero-left-2 .images-2 {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.service__hero-left-2 .images-4 {
    position: absolute;
    left: 318px;
    bottom: -160px;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {

    .service__hero-left-2 .images-4 {
        position: absolute;
        left: 430px;
        bottom: -185px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service__hero-left-2 .images-4 {
        left: 315px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service__hero-left-2 .images-4 {
        left: 225px;
        bottom: -40px;
    }
}

@media only screen and (max-width: 767px) {
    .service__hero-left-2 .images-4 {
        position: unset;
    }
}

.service__hero-right-2 .title {
    font-weight: 500;
    font-size: 130px;
    line-height: normal;
    color: var(--black);
    text-transform: capitalize;
    padding-bottom: 40px;
    padding-top: 80px;
    padding-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service__hero-right-2 .title {
        font-size: 110px;
        padding-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service__hero-right-2 .title {
        font-size: 90px;
        padding-bottom: 30px;
        padding-top: 30px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .service__hero-right-2 .title {
        font-size: 45px;
        padding-bottom: 20px;
        padding-top: 0;
        padding-left: 0;
        text-align: center;
    }
}

.service__hero-right-2 p {
    font-size: 18px;
    max-width: 340px;
    margin-left: 350px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service__hero-right-2 p {
        margin-left: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service__hero-right-2 p {
        margin-left: 220px;
    }
}

@media only screen and (max-width: 767px) {
    .service__hero-right-2 p {
        margin-left: 0px;
        text-align: center;
    }
}

.service__hero-right-2 .title span {
    display: block;
    padding-left: 270px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service__hero-right-2 .title span {
        padding-left: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service__hero-right-2 .title span {
        padding-left: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .service__hero-right-2 .title span {
        padding-left: 0px;
    }
}

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


@media (width > 650px) and (width < 900px) {

    .testimonials-page .content .title {
        font-size: 40px;
    }

    .testimonials-page .content button {
        font-size: 0.7rem;
    }

    .item {
        width: 160px;
        height: 270px;
    }

    .item :nth-child(3) {
        left: 50%;
    }

    .item :nth-child(4) {
        left: calc(50% + 170px);
    }

    .item :nth-child(5) {
        left: calc(50% + 340px);
    }

    .item :nth-child(6) {
        left: calc(50% + 510px);
        opacity: 0;
    }
}

@media (width < 650px) {
    .testimonials-page .content .title {
        font-size: 30px;
    }

    .testimonials-page .content button {
        font-size: 0.7rem;
    }
}

.item {
    width: 130px;
    height: 220px;
}

.item:nth-child(3) {
    right: 20%;
}

.item:nth-child(4) {
    right: 10%;
    visibility: hidden;
}

.item:nth-child(5) {
    right: 5%;
    visibility: hidden;
}

.item:nth-child(6) {
    left: calc(50% + 420px);
    opacity: 0;
}

.testimonials-page {
    padding: 80px 0;
    overflow: hidden;
}

.sliderOuterDiv {
    height: 70vh;
}

.sliderOuterDiv .slider {
    border: none;
}

:host .ionicon {
    stroke: currentcolor;
}

.innerServiceDiv ul {
    display: flex;
    justify-content: space-evenly;
}

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


/* Start of Accordion Style */

.accordion-box {
    position: relative;
    padding: 0px;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 10px;
    list-style: none;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 16px;
    cursor: pointer;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    padding: 14px 60px 14px 24px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    border: 1px solid #000;
}

.accordion-box .block .acc-btn.active {
    color: #000;
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 15px;
    top: 14px;
    font-size: 18px;
    color: #242424;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    right: 0px;
    width: 28px;
    height: 28px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #8300cd;
}

.accordion-box .block .icon-outer .icon-plus {
    opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
    font-weight: 300;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
    color: #8300cd;
    background: none;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 20px 20px 10px 20px;
}

.accordion-box .block .content .text {
    margin-bottom: 0px;
    line-height: 1.8em;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0px;
}

.accordion-box.style-two {
    margin-top: 30px;
    margin-bottom: 30px;
}

.accordion-box.style-two .block .acc-btn {
    border: none;
    font-size: 17px;
    font-weight: 700;
    background-color: #f5f5f5;
    font-family: 'Arimo', sans-serif;
}

.accordion .icons:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: .75rem;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.accordion.active-block .icons:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icons {
    color: #000 !important;
}

/* End of Accordion Style */

@media (max-width: 1024px) {
    .sliderOuterDiv {
        height: 30vh;
    }

    .testimonials-page .content {
        width: min(42vw);
        background-color: #fffffff0;
        padding: 10px;
        border-radius: 15px;
    }
}

@media (min-width: 992px) {
    a.canvas-menu-icon.w-inline-block {
        display: none;
    }
}

@media (max-width: 992px) {

    .footer-section-03 .footer-widget-wrap {
        padding: 60px 0;
    }

    .techwix-about-section-06 .col-lg-6.order1 {
        order: 1;
    }

    .contact-info {
        padding: 60px 0;
    }

    .testimonials-page .content {
        width: min(86vw);
    }

    .item:nth-child(1),
    .item:nth-child(2) {
        background-position: 80%;
    }

}

@media (max-width: 575px) {

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

    .entry-content .subHeaderText {
        font-size: 26px;
    }

    table th,
    table td {
        padding: 10px !important;
        font-size: 12px;
    }

    .footer-section-03 .footer-widget-wrap {
        text-align: center;
    }

    .widget-info ul li {
        justify-content: center;
    }

    .infoDiv {
        margin-bottom: 25px;
    }

    .moduleDiv .module-first {
        margin-bottom: 10px;
    }

    .contact-info .module-content {
        text-align: center;
    }

    .testimonials-page .content {
        width: min(100vw);
        left: 0px;
    }

    .testimonials-page {
        padding: 60px 0;
    }

    .sliderOuterDiv {
        height: 80vh;
    }

    .innerServiceDiv ul {
        flex-direction: column;
    }

    .footer-single-widget {
        margin-bottom: 30px;
    }

    .footer-widget-title {
        margin-bottom: 15px;
    }

    .service-item-wrapper {
        grid-row-gap: 0px;
    }

}

@media (max-width: 300px) {
    .service__item-7 {
        padding: 20px;
    }

    .sliderOuterDiv {
        height: 100vh;
    }
}