.contact-btn span:first-child,
.contact-btn span:nth-child(2),
.contact-btn span:nth-child(3),
.contact-btn span:nth-child(4) {
    background: linear-gradient(to right, rgba(255, 255, 255, .6), #ffffff9c)
}

.banner_iner h1 {
    font-size: 56px !important;
    line-height: 62px !important
}

.contact-btn {
    background: linear-gradient(95deg, #023575 .75%, #da0e17 101.34%);
    padding: 15px;
    margin: 12px;
    display: inline-block;
    transform: translate(0, 0);
    overflow: hidden;
    color: #f7d4d4;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    border-radius: 5px;
    transition: .5s ease-in
}

.contact-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ad8585;
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.contact-btn:hover {
    background: linear-gradient(95deg, #da0e17 .75%, #023575 101.34%);
    color: var(--white);
    transition: .5s ease-in
}

.contact-btn span:first-child {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    animation: 3s linear infinite animateTop
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.contact-btn span:nth-child(2) {
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    animation: 3s linear -1s infinite animateRight
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.contact-btn span:nth-child(3) {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    animation: 3s linear infinite animateBottom
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.contact-btn span:nth-child(4) {
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    animation: 3s linear -1s infinite animateLeft
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.img_banner_section {
    background: -webkit-linear-gradient(left, #fffefd 0, #f9d4d7 32%, #d0e7fc 100%) !important
}

.header-bg-red {
    background-color: var(--white) !important
}

.banner-pattern-1 {
    color: #0ff !important
}

.mt-60 {
    margin-top: 60px
}

.mt-20 {
    margin-top: 20px
}

.leading-webdesign .principle-btn,
.mt-40 {
    margin-top: 40px
}

.mt-100 {
    margin-top: 100px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-20 {
    margin-bottom: 20px
}

.mt-10 {
    margin-top: 10px
}

.mb-10 {
    margin-bottom: 10px
}

.pt-60 {
    padding-top: 60px
}

.pt-120 {
    padding-top: 120px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-60 {
    padding-bottom: 60px
}

.mb-50 {
    margin-bottom: 50px
}

.pt-50 {
    padding-top: 50px
}

.banner-service-area {
    margin-top: -100px
}

.banner-service-area .service-wrapper {
    margin-bottom: -40px;
    position: relative;
    z-index: 1;
    transform: translate(0, -40px)
}

.banner-service-area .service-card {
    border-radius: 10px;
    box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);
    background: var(--white);
    padding: 20px 30px;
    position: relative;
    transition: .3s ease-in-out;
    overflow: hidden;
    height: 400px
}

.banner-service-area .service-card .service-card-icon {
    line-height: 65px;
    border-radius: 0;
    transition: transform 3s
}

.service-card .service-card-number {
    font-size: 74px;
    opacity: .05;
    line-height: 1;
    margin-top: -14px
}

.banner-service-area .service-card .service-card-title {
    font-size: 22px;
    color: #2e2d2d;
    position: relative;
    z-index: 1
}

.banner-service-area .service-card .service-card-text {
    font-size: 16px;
    transition: .4s;
    position: relative;
    z-index: 1
}

.banner-service-area .service-card .service-icon-1 {
    width: 60px;
    height: 50px;
    object-fit: contain
}

.banner-service-area .service-card .service-icon-2 {
    width: 80px;
    height: 80px;
    object-fit: contain
}

.banner-service-area .service-card .service-icon-3 {
    width: 60px;
    height: 80px;
    object-fit: contain
}

.banner-service-area .service-card .service-card-icon-wrapper {
    transition: transform .5s;
    object-fit: contain
}

.banner-service-area .service-card:hover .service-card-icon-wrapper {
    transform: rotateY(360deg);
    z-index: 1
}

.banner-service-area .service-card:hover .service-card-number {
    opacity: 1;
    color: #f3a2a9;
    z-index: 1
}

.banner-service-area .corner {
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #faf6f6;
    transition: .3s
}

.banner-service-area .top-left {
    top: 0;
    left: 0;
    transform: translate(-100%, -100%)
}

.banner-service-area .top-right {
    top: 0;
    right: 0;
    transform: translate(100%, -100%)
}

.banner-service-area .bottom-left {
    bottom: 0;
    left: 0;
    transform: translate(-100%, 100%)
}

.banner-service-area .bottom-right {
    bottom: 0;
    right: 0;
    transform: translate(100%, 100%)
}

.banner-service-area .service-card:hover .corner {
    transform: translate(0, 0)
}

.leading-sec {
    padding: 0 0 !important;
}

.leading-webdesign {
    overflow: hidden;
    background-color: #0b2359;
    padding: 40px 0 100px
}

.leading-webdesign .leading-img-pattern {
    position: absolute;
    left: 40px;
    top: -150px;
    width: 200px
}

.move-horizontal {
    animation: .5s linear infinite alternate move-y
}

.leading-webdesign .leading-img-pattern-1 {
    position: absolute;
    left: 120px;
    opacity: .5;
    bottom: -30px;
    width: 200px;
    z-index: 1
}

.mb-35 {
    margin-bottom: 35px
}

.section-padding section {
    padding: unset !important
}

.leading-webdesign .arrow-up-right {
    transform: rotate(-45deg);
    color: #009bb0;
    margin-top: 10px !important;
    font-size: 68px
}

.leading-webdesign .leading-webdesign-content-title {
    font-size: 46px;
    margin-left: -130px
}

.leading-webdesign .leading-content-wrapper {
    gap: 4px
}

.leading-webdesign .image-box {
    top: 10%;
    left: 10%;
    translate: (-50%, -50%)
}

.leading-webdesign .leading-webdesign-bg-shape {
    position: absolute;
    bottom: -114px;
    right: 40px;
    width: 135px;
    height: 300px;
    opacity: .05
}

.leading-webdesign .priciple-img,
.leading-webdesign .priciple-img-2 {
    width: 300px;
    height: 350px;
    z-index: 2;
    position: absolute;
    object-fit: contain
}

.leading-webdesign .priciple-img {
    top: -110px;
    right: 20px
}

.leading-webdesign .priciple-img-2 {
    bottom: -300px;
    right: 80px;
    margin: 0 0 80px
}

.leading-webdesign .leading-webdesign-content-wrapper {
    gap: 150px
}

.principle-section .principle-container {
    z-index: 99
}

.principle-section .priciple-img-2 {
    object-fit: contain
}

.principle-section .principle-company-section .principle-sketch-1 {
    top: 26px;
    left: 24px;
    transform: translate(50%, 50%);
    animation: 2s linear infinite alternate ZoomInOut
}

.principle-section .principle-company-section .principle-sketch-2 {
    top: 170px;
    transform: translate(-50%, -50%);
    right: 20px;
    animation: 2s linear infinite alternate ZoomInOut
}

.principle-section .principle-company-section::after {
    content: "";
    position: absolute;
    inset: 0;
    height: 524px;
    background-color: #0b2359;
    z-index: -1
}

.principle-section .btn-wrapper {
    border-radius: 100px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    background-color: #000;
    color: #fff
}

.principle-section .icon-btn {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #f3a2a9;
    border-radius: 50%;
    color: #000;
    padding: 4px 0 0;
    justify-content: center;
    transition: .4s
}

.principle-section .btn:has(.icon-btn) {
    padding: 8px 8px 8px 23px;
    gap: 20px
}

.principle-company-section .principle-section-title .sub-title {
    font-size: 18px;
    line-height: 1;
    color: #fff
}

.principle-company-section .principle-section-title .title {
    font-size: 42px;
    text-transform: capitalize;
    line-height: 1.208;
    color: #fff
}

.principle-company-section .principle-section-title .align-self-end {
    align-self: end
}

.principle-company-section .button-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px
}

.principle-company-section .card-section-wrapper {
    position: relative
}

.principle-section .content-card-wrapper {
    border-radius: 20px;
    box-shadow: 0 20px 24px -4px rgba(0, 0, 0, .08), 0 8px 8px -4px rgba(0, 0, 0, .03);
    overflow: hidden;
    margin: 16px 90px -70px;
    background-color: var(--white)
}

.principle-section .card-section-col {
    overflow: hidden;
    margin-top: 20px;
}

.principle-section .content-card-wrapper::after {
    content: url(../images//webdesign/shapes/right-wave.png);
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    opacity: 0;
    transition: .3s
}

.principle-section .content-card-wrapper:hover::after {
    top: 0;
    right: -25px;
    opacity: .6
}

.principle-section .content-card-wrapper::before {
    content: url(../images//webdesign/shapes/final-wave.png);
    position: absolute;
    top: -50px;
    left: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    opacity: 0;
    transition: .3s
}

.principle-section .content-card-wrapper:hover::before {
    top: 0;
    left: 0;
    opacity: .6
}

.principle-section .card-section-col:hover .principle-card-icon {
    border-radius: 50%
}

.principle-section .card-section-col:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.principle-section .principle-card {
    box-shadow: none;
    transition: .3s;
    width: 250px;
    height: 340px;
    z-index: 1;
    overflow: hidden;
    padding: 4px 20px;
    border-radius: 10px
}

.principle-section .principle-card-icon {
    justify-content: center;
    margin-bottom: 53px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    transition: .5s;
    width: 94px;
    height: 90px;
    line-height: 94px;
    padding: 20px;
    border-radius: 4px 40px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 60px;
    background: rgba(223, 43, 247, .21);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    backdrop-filter: blur(8.2px);
    -webkit-backdrop-filter: blur(8.2px);
    border: 1px solid rgba(255, 255, 255, .38)
}

.principle-section .principle-icon-1 {
    width: 50px;
    height: 50px;
    transition: .5s ease-in-out
}

.principle-section .principle-icon-2 {
    width: 70px;
    height: 70px;
    transition: .3s ease-in-out
}

.principle-section .principle-card-title {
    font-size: 22px
}

.principle-section .principle-card-text {
    margin-bottom: -10px
}

.webdesign-faq .faq-section {
    z-index: 2
}

.webdesign-faq .faq-pattern-2-wrapper {
    top: -43%;
    left: 0
}

.webdesign-faq .faq-section .title {
    font-size: 46px
}

.webdesign-faq .accordion-single {
    transition: .3s;
    padding: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cecbcb
}

.webdesign-faq .accordion-single h5 {
    font-size: 18px
}

.webdesign-faq .accordion-btn {
    background: 0 0;
    cursor: pointer;
    text-align: left;
    padding-right: 50px;
    border: 0;
    position: relative;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%
}

.webdesign-faq .faq-section .content-area {
    padding-top: 15px;
    display: none
}

.webdesign-faq .accordion-btn::after {
    content: "\f107";
    position: absolute;
    font-family: FontAwesome;
    top: 50%;
    right: 0;
    font-size: 32px;
    transform: translateY(-50%);
    transition: transform .3s
}

.webdesign-faq .accordion-single.active .accordion-btn::after {
    transform: translateY(-50%) rotate(180deg)
}

.webdesign-faq .faq-section .highlight-img {
    position: absolute;
    object-fit: contain;
    top: -43%;
    right: 2%;
    width: 88px;
    height: 38px;
    animation: 2s linear infinite alternate ZoomInOut
}

.spin {
    margin-right: 12px;
    animation: 15s linear infinite spin
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes ZoomInOut {
    0% {
        transform: scale(.7)
    }

    100% {
        transform: scale(1)
    }
}

.our-process-section {
    background: url(../images/webdesign/our-process-bg-image.jpg) right bottom/cover no-repeat;
    position: absolute;
    height: 800px;
}

.our-process-section .our-process-title,
.our-process-section .our-process-title .dash-and-paragraph {
    gap: 20px
}

.our-process-section .our-process-title h2 {
    font-size: 44px;
    line-height: 54px;
    margin-top: -10px;
    margin-left: 40px
}

.our-process-section .our-process-content h3 {
    font-size: 30px
}

.our-process-section .our-process-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px
}

.our-process-section .our-process-title span {
    font-size: 48px;
    font-weight: 500
}

.our-process-section .our-process-content ul {
    list-style: none
}

.our-process-section .our-process-content ul li {
    display: flex;
    justify-content: start;
    gap: 6px;
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0
}

.our-process-section .our-process-content ul li i {
    font-size: 20px;
    font-weight: 500
}

.our-process-section .our-process-title .dash-and-paragraph p {
    color: var(--gray-dark);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    max-width: 424px;
    min-width: 424px
}

.our-process-title .dash-and-paragraph>svg {
    fill: rgb(228, 225, 225);
    min-width: 400px
}

.our-process-section .fixed-column {
    padding-right: 32px
}

.our-process-section .progress-container {
    max-width: 350px;
    aspect-ratio: 1/1
}

.our-process-section .progress-ring {
    height: auto;
    transform: rotate(-90deg)
}

.our-process-section .progress-ring circle {
    transition: stroke-dashoffset .35s
}

.our-process-section .step-text {
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px
}

.our-process-section .scrolling-column {
    overflow-y: auto;
    height: 70vh;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.our-process-section .scrolling-column::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

.our-process-section .card {
    height: 100vh;
    box-sizing: border-box;
    top: 30px
}

.our-process-section .card-wrapper-last {
    height: 70vh !important
}

.our-process-section .scrolling-card-wrapper {
    border-left: 1px solid #e0dede;
    padding: 20px 30px;
    background-color: #f4f5fa
}

/* ----------------------- */
@media (max-width: 767px) {
    .our-process-section {
        position: relative;
        height: auto !important;
        margin-bottom: 20px;
    }

    .our-process-section .scrolling-column {
        overflow: visible !important;
        height: auto !important;
    }

    .our-process-section .card {
        height: auto !important;
        margin-bottom: 40px;
        /* add spacing between cards */
    }

    .our-process-section .fixed-column {
        display: none;
        /* or move to top if you want to keep it */
    }

    .our-process-section .card-wrapper-last {
        height: auto !important;
    }
}

.cta-container .call-to-action-sec {
    background: url(../images/webdesign/call-to-action-img.png) center/cover no-repeat;
    border-radius: 18px;
    padding: 60px 49px 60px 43px;
    z-index: 2;
    position: relative;
    overflow: hidden
}

.cta-container .call-to-action-sec .subscribe-inner-area {
    gap: 50px
}

.cta-container .call-to-action-sec .cta-section-title {
    gap: 10px;
    z-index: 2
}

.cta-container .cta-section-title .title {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -1px;
    margin-bottom: 0
}

.cta-container .cta-pattern-1 {
    position: absolute;
    top: -60px;
    left: -62px;
    width: 100px;
    height: 100px;
    z-index: 2;
    animation: 2s linear infinite alternate ZoomInOut
}

.cta-container .cta-pattern {
    position: absolute;
    bottom: 100px;
    right: 80px;
    width: 80px;
    height: 80px;
    animation: 2s linear infinite alternate move-x
}

@keyframes move-x {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(20%)
    }
}

.move-y {
    animation: 2s linear infinite alternate move-y
}

@keyframes move-y {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-6%)
    }
}

.cta-container .cta-section-title .desc {
    font-size: 18px;
    font-weight: 400;
    font-family: Questrial, sans-serif;
    color: var(--gray-dark);
    margin-top: 14px;
    line-height: 32px
}

.cta-container .btn-cta {
    width: 160px;
    font-size: 20px;
    margin-top: 20px
}

.cta-container .cta-section-title a:hover {
    color: var(--white) !important
}

.web-tech-section .techno-card {
    padding: 20px 10px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    transition: .5s;
    position: relative;
    height: 350px
}

.web-tech-section .col-lg-4:not(:nth-child(3n)) .techno-card {
    border-right: 1px solid #d4d4d4
}

.web-tech-section .col-lg-4:nth-last-child(-n+3) .techno-card {
    border-bottom: none
}

.web-tech-section .col-lg-4:not(:nth-last-child(-n + 3)) .techno-card {
    border-bottom: 1px solid #d4d4d4
}

.web-tech-section .web-technology-title {
    font-size: 48px !important;
    margin-bottom: 30px !important
}

.web-tech-section .custom-webdesign {
    width: 60px;
    height: 60px
}

.web-tech-section .techno-card-content {
    margin: auto;
    z-index: 100;
    font-weight: 500
}

.web-tech-section .tech-icon {
    transition: transform 2s;
    width: 80px !important;
    height: 90px !important;
    object-fit: contain
}

.web-tech-section .techno-card:hover .tech-icon {
    transform: rotateY(360deg)
}

.feature_area .single_feature h2 {
    color: #fff !important;
    font-size: 42px !important
}

.feature_area .css-masonry {
    column-count: 8;
    column-gap: 10px;
    background-color: #9ac4c5;
    background: radial-gradient(circle, #9ac4c5 2%, rgba(73, 215, 186, 0) 21%)
}

.feature_area .tech-card {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    break-inside: avoid;
    box-shadow: 0 0 10px #00000019;
    transition: transform .2s
}

.feature_area .tech-card:hover .tech-item img {
    transform: translateY(-6px)
}

.feature_area .tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.feature_area .tech-card.size-1 {
    padding: 15px
}

.feature_area .tech-card.size-2 {
    padding: 20px 10px
}

.feature_area .tech-card.size-3 {
    padding: 30px 20px
}

.feature_area .tech-card img {
    max-width: 50px;
    height: auto;
    margin-bottom: 8px;
    transition: transform .5s
}

.feature_area .tech-name {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase
}

.feature_area_bg {
    background-color: #0b2359 !important;
    padding: 40px 0
}

@media only screen and (max-width:1440px) {
    .webdesign-faq .faq-section .highlight {
        right: -4%
    }

    .webdesign-faq .faq-pattern-2-wrapper {
        left: -6%
    }

    .img_banner_section {
        padding-top: 120px !important
    }

    .banner-service-area {
        margin-top: -50px
    }

    .banner-service-area .service-card .service-card-title {
        font-size: 20px
    }

    .banner-service-area .service-card .service-card-text {
        font-size: 16px
    }

    .banner-service-area .service-card {
        height: 400px
    }

    .principle-section .principle-card {
        height: 310px
    }
}

@media only screen and (min-width:1440px) {
    .principle-section .content-card-wrapper {
        margin: 18px 200px -70px
    }

    .principle-section .principle-card {
        width: 300px;
        height: 340px;
        padding: 4px 34px
    }

    .our-process-section .step-text {
        top: 30%;
        font-size: 28px
    }
}

@media only screen and (max-width:1200px) {
    .banner-service-area .service-card {
        height: 450px
    }

    .our-process-section .scrolling-column {
        height: 90vh
    }

    .tech-web-dev .css-masonry {
        column-count: 8
    }

    .webdesign-faq .faq-section .highlight-img {
        right: -4%
    }

    .web-technology-section .techno-card {
        height: 414px
    }

    .leading-webdesign .priciple-img {
        width: 400px;
        height: 300px;
        right: -92px
    }

    .leading-webdesign .priciple-img-2 {
        height: 300px;
        bottom: -242px;
        right: 80px
    }

    .our-process-section .progress-container {
        max-width: 294px
    }

    .our-process-section .our-process-title {
        gap: unset
    }

    .banner-service-area {
        margin-top: -50px
    }

    .our-process-section .card {
        top: 30px
    }

    .our-process-section .scrolling-card-wrapper {
        padding: 0 0 0 10px
    }

    .principle-company-section .principle-section-title .sub-title {
        margin-left: unset
    }

    .our-process-section .our-process-title .dash-and-paragraph>svg {
        min-width: 270px;
        margin-left: 20px
    }

    .leading-webdesign .leading-webdesign-content-title {
        font-size: 42px
    }

    .banner_iner h1 {
        font-size: 36px !important;
        margin-top: 18px;
        line-height: 48px !important
    }

    .img_banner_section .banner_iner p {
        margin-top: unset
    }

    .our-process-section .card-wrapper-last {
        height: 100vh !important
    }

    .our-process-section .our-process-title h2 {
        font-size: 33px
    }

    .our-process-section .our-process-title span {
        font-size: 32px
    }

    .principle-company-section .principle-section-title .title {
        font-size: 36px;
        line-height: 1.108
    }

    .principle-company-section .principle-sketch-1 {
        left: 12px
    }

    .cta-container .cta-pattern-1 {
        position: absolute;
        top: -57px;
        left: -53px;
        width: 90px;
        height: 90px
    }

    .our-process-section .step-text {
        top: 30%
    }
}

@media only screen and (max-width:991px) {
    .portfolio-new-design .portfolio-title {
        line-height: 44px
    }

    .principle-section .principle-title-wrapper .col-lg-6:first-child {
        justify-content: center !important;
        align-items: center !important
    }

    .webinar-area .webinar-content {
        padding: 50px 40px !important;
        max-width: unset !important
    }

    .tech-web-dev .css-masonry {
        column-count: 4
    }

    .banner_iner h1 {
        font-size: 36px !important
    }

    .banner-service-area {
        margin-top: -80px
    }

    .img_banner_section {
        padding-top: unset !important
    }

    .principle-section .principle-card,
    .section-padding,
    section {
        padding: 0
    }

    .principle-company-section .principle-section-title.mb-60 {
        margin-bottom: unset
    }

    .principle-company-section .principle-section-title .title {
        font-size: 30px;
        margin-bottom: 10px
    }

    .principle-company-section .principle-sketch-1,
    .principle-company-section .principle-sketch-2 {
        display: none
    }

    .our-process-section .our-process-title .dash-and-paragraph>svg {
        min-width: 150px
    }

    .web-tech-section .web-technology-title {
        font-size: 40px !important
    }

    .web-technology-section .col-lg-4:not(:nth-last-child(-n + 2)) .techno-card {
        border-bottom: unset
    }

    .web-technology-section .col-lg-4:not(:nth-child(3n)) .techno-card {
        border-right: unset
    }

    .banner-service-area .service-card {
        height: 270px;
        margin-bottom: 40px
    }

    .our-process-title .dash-and-paragraph>svg {
        min-width: 115px
    }

    .leading-webdesign .leading-webdesign-content-title {
        margin-left: unset
    }

    .leading-webdesign .leading-webdesign-content-wrapper {
        gap: unset
    }

    .cta-container .cta-section-title .title {
        font-size: 40px
    }

    .webdesign-faq .faq-pattern-2-wrapper {
        left: 0;
        top: -15%
    }

    .webdesign-faq .faq-section .title {
        line-height: 50px
    }

    .webdesign-faq .faq-section .highlight-img {
        right: 0;
        top: -17px
    }

    .cta-container .call-to-action-sec {
        padding: 40px 49px 40px 43px
    }

    .cta-container .cta-pattern-1 {
        position: absolute;
        top: -35px;
        left: -27px;
        width: 60px;
        height: 60px
    }

    .leading-webdesign .leading-webdesign-content-wrapper p {
        margin-top: 20px !important
    }

    .leading-webdesign .leading-title {
        margin-bottom: 30px
    }

    .cta-container .cta-pattern {
        bottom: 80px;
        right: 55px;
        width: 60px;
        height: 60px
    }

    .our-process-section .our-process-title h2 {
        line-height: 45px;
        margin-left: 40px;
        margin-top: 25px;
        font-size: 28px
    }

    .our-process-section .our-process-title span {
        font-size: 26px
    }

    .our-process-section .our-process-content h3 {
        font-size: 28px
    }

    .our-process-section .our-process-section .progress-container {
        max-width: 250px
    }

    .our-process-section .our-process-section .scrolling-column {
        height: 100vh
    }
}

@media only screen and (max-width:768px) {
    .tech-web-dev .css-masonry {
        column-count: 4
    }

    .leading-webdesign .leading-img-wrapper {
        display: none
    }

    .portfolio-new-design .portfolio-content-container {
        text-align: center;
        padding-top: 30px
    }

    .portfolio-new-design .portfolio-global-store {
        justify-content: center;
        padding-bottom: 40px
    }

    .portfolio-new-design .portfolio-screens {
        height: 500px
    }
}

@media only screen and (max-width:576px) {
    .webinar-area .webinar-content {
        padding: 0px 30px !important;
    }
    .leading-webdesign .leading-webdesign-content-wrapper p {
        padding: 0px 14px !important;
    }
    .leading-webdesign {
        padding: 40px 0 20px;
    }
    .our-process-section {
        height: fit-content !important;
    }

    .banner-service-area .service-card-1 {
        margin-top: 150px !important;
    }

    .cta-container .cta-section-title .title,
    .cta-section-title .title {
        font-size: 30px
    }

    .portfolio-new-design .portfolio-title {
        font-size: 32px
    }

    .leading-webdesign .leading-webdesign-content-title {
        padding: 10px
    }

    .process-section-wrapper .fixed-column {
        display: none !important
    }

    .our-process-section .scrolling-column {
        /* height: unset; */
        overflow-y: hidden;
    }

    .our-process-section .our-process-title span {
        font-weight: 700
    }

    .tech-web-dev .css-masonry {
        column-count: 3
    }

    .our-process-section .fixed-column {
        padding-right: 90px
    }

    .webdesign-faq .faq-section .title {
        line-height: 50px;
        font-size: 34px !important
    }

    .feature_area .single_feature h2 {
        font-size: 32px !important
    }

    .cta-container .cta-pattern-1 {
        top: -43px;
        left: -13px;
        width: 50px;
        height: 50px
    }

    .web-tech-section .web-technology-title {
        font-size: 38px !important;
        line-height: 50px;
        text-align: start !important;
        padding: 0 30px
    }

    .web-technology-section .techno-card {
        height: 330px;
        padding: 0 10px 0 30px
    }

    .leading-webdesign .leading-webdesign-content-title {
        font-size: 28px
    }

    .leading-webdesign .leading-content-wrapper {
        gap: unset
    }

    .leading-webdesign .leading-title {
        margin-bottom: unset;
        display: unset;
        margin-left: 72px
    }

    .leading-webdesign .leading-webdesign {
        padding: 40px 0 10px
    }

    .leading-webdesign .arrow-up-right,
    .our-process-section .our-process-title .dash-and-paragraph>svg {
        display: none
    }

    .our-process-section .our-process-title {
        flex-direction: column;
        display: unset;
        margin-top: unset
    }

    .our-process-section .our-process-title .dash-and-paragraph {
        padding-top: unset;
        display: unset
    }

    .our-process-section .our-process-title h2 {
        text-align: center
    }

    .img_banner_section {
        padding-top: 0
    }

    .banner-service-area .service-card {
        margin-top: 20px;
        height: 350px;
        margin-bottom: 20px
    }

    .principle-company-section .principle-section-title .title {
        margin-left: 5px;
        font-size: 26px
    }

    .principle-section .content-card-wrapper {
        margin: 30px 0 0
    }

    .principle-section .principle-card {
        width: 360px;
        height: 290px
    }

    .principle-section .principle-card-icon {
        margin-left: 140px
    }

    .our-process-section .card-wrapper-last {
        height: 70vh !important
    }

    .banner_iner h1 {
        margin-top: 95px
    }

    .webinar-area .webinar-content h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
}