:root {
    --primary: #7e0000;
    --secondary: #29094e;
    --font-heading: "Poppins", sans-serif;
    --font-body: "Poppins", sans-serif;
    --icon: "Font Awesome 6 Pro", sans-serif
}

::selection {
    background: var(--primary);
    color: #fff;
    text-shadow: none
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5
}

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
    display: none
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: var(--primary)
}

[class^=box-] {
    display: none
}

html {
    scroll-behavior: smooth !important
}

.answer p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px
}

.answer ul {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0;
    margin: 0;
    list-style: disc;
    padding-left: 1rem;
    margin-top: 1rem
}

html {
    overflow-x: hidden
}

body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: 600;
    font-family: var(--font-heading)
}

*,
:focus,
:hover {
    outline: 0 !important
}

img {
    max-width: 100%;
    height: auto
}

a {
    -webkit-transition: all .4s ease-In-out;
    -moz-transition: all .4s ease-In-out;
    -o-transition: all .4s ease-In-out;
    transition: all .4s ease-In-out;
    display: inline-block;
    cursor: pointer;
    text-decoration: none
}

span {
    display: inline-block
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400
}

::-moz-placeholder {
    opacity: 1
}

.top-bar {
    background: var(--primary);
    padding: 1rem 0
}

.top {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 1rem
}

.top-bar a {
    color: #fff;
    font-weight: 500;
    align-items: center;
    display: flex;
    gap: 5px
}

.top-bar a i {
    color: var(--primary)
}

header {
    -webkit-transition: all .4s ease-In-out;
    -moz-transition: all .4s ease-In-out;
    -o-transition: all .4s ease-In-out;
    transition: all .4s ease-In-out;
    background: 0 0;
    z-index: 31;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    position: sticky;
    padding: 10px 0
}

.menuWrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo {
    display: inline-block
}

.logo img {
    display: block;
    max-width: 100px
}

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 22;
    display: none
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: var(--primary);
    position: absolute;
    transition: .6s all;
    border-radius: 100px
}

.menu-Bar span:nth-child(1) {
    top: 0
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left
}

.menu-Bar span:nth-child(3) {
    top: 16px
}

.menu {
    font-size: 0;
    display: inline-block;
    vertical-align: middle
}

.menu>li {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 0 16px 35px
}

.menu>li>a {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500
}

.header-btn {
    background: 0 0;
    color: #fff !important;
    padding: 16px;
    border-radius: 10px;
    font-size: 16px !important;
    border: 2px solid var(--primary);
    background: var(--primary)
}

.header-btn:hover {
    transform: scale(1.03)
}

@keyframes scale-display {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scale-display--reversed {
    0% {
        display: inline-flex;
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    99% {
        display: inline-flex;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    100% {
        display: none;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0)
    }
}

@keyframes slide {
    0% {
        height: 0
    }

    100% {
        height: auto
    }
}

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1
    }

    100% {
        top: 115px;
        opacity: 0
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0
    }

    100% {
        top: 40px;
        opacity: 1
    }
}

.mainBanner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    padding: 50px 0;
    FONT-WEIGHT: 500;
    margin: 0 80px;
    background: #7e000008;
    border-radius: 30px
}

.mainBanner::before {
    content: "";
    background: url(../images/banner/before.webp) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 115px;
    height: 375px
}

.vertical-slider {
    position: relative
}

.vertical-slider:before {
    content: "";
    background: var(--secondary);
    position: absolute;
    width: 100%;
    height: 100%;
    left: -80px;
    top: -80px
}

.mainBanner.has-form {
    margin-bottom: 150px
}

form.banner-form {
    box-shadow: -20px 20px 34px 0 #00000013;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: -210px
}

form.banner-form .hdng {
    font-size: 32px;
    letter-spacing: -1px;
    font-weight: 600
}

form.banner-form .input {
    display: flex;
    flex-direction: column;
    gap: 5px
}

form.banner-form .input input,
form.banner-form .input select,
form.banner-form .input textarea {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #d7d5d5
}

form.banner-form button {
    border-radius: 100px;
    border: 0;
    padding: 16px;
    background: var(--primary);
    color: #fff;
    width: 100%
}

.mainBanner.contact {
    min-height: 600px
}

.banner-img {
    width: 158%;
    position: relative
}

.banner-img::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: url(../images/banner/em.svg) no-repeat;
    background-size: contain;
    left: -15%;
    animation: moving 2s infinite alternate
}

@keyframes moving {
    0% {
        transform: rotate(15deg)
    }

    100% {
        transform: rotate(-15deg)
    }
}

@keyframes scale {
    0% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1.1)
    }
}

@keyframes transformy {
    0% {
        transform: translateY(-20px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes backgroundColorPalette {
    0% {
        background: var(--primary)
    }

    50% {
        background: #000
    }

    100% {
        background: var(--primary)
    }
}

.banner-content {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center
}

.banner-content .wrap {
    padding: 50px;
    background: #f1ebff;
    position: relative;
    z-index: 0;
    border-radius: 40px 40px 0 0;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-self: center;
    flex-direction: column;
    justify-content: center;
    overflow: hidden
}

.banner-content .wrap.no-after:after {
    content: none
}

.banner-content .wrap.no-after {
    padding: 50px 0 0
}

h1.banner-heading {
    font-size: 56px;
    line-height: 70px;
    margin-bottom: 1.5rem;
    color: #212121;
    letter-spacing: -3px;
    font-weight: 600
}

h1.banner-heading span {
    color: var(--primary);
    display: inline;
    border-radius: 12px
}

p.banner-text {
    font-size: 18px;
    line-height: 28px;
    color: #333
}

.btn-wrap .theme-btn.white {
    background: #fff;
    border-color: #fff;
    color: #212121;
}

.sec-heading {
    margin-bottom: 2rem
}

.sec-heading.center {
    text-align: center
}

.sec-heading.right {
    text-align: right
}

.sec-heading h2 {
    font-size: 40px;
    line-height: 54px;
    font-weight: 600;
    color: #333;
    letter-spacing: -1px
}

.sec-heading h2 span {
    color: var(--primary);
    display: inline
}

.sec-heading.white * {
    color: #fff
}

.sec-heading p {
    font-size: 16px;
    line-height: 28px;
    color: #707070;
    margin: 1rem 0
}

.sec-heading b {
    font-weight: 700
}

section {
    padding: 4rem 0;
    position: relative
}

.btn-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0
}

.btn-wrap .theme-btn {
    padding: 16px 20px;
    background: var(--primary);
    color: #333;
    border: 2px solid var(--primary);
    transition: .5s ease;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-size: 14px;
    color: #fff
}

.btn-wrap .theme-btn:hover {
    transform: scale(1.03)
}

.footer a,
.footer p {
    display: block;
    color: #212121;
    font-size: 15px;
    margin: 1rem 0;
    line-height: normal
}

footer {
    padding: 4rem 0 0;
    overflow: hidden;
    border-top: 1px solid #fff;
    margin: 0 1rem 1rem;
    border-radius: 20px
}

footer .hdng {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #212121
}

.has-after:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 150%;
    background: #fff;
    top: -65px;
    right: 0;
    z-index: -1
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 4rem
}

.copyright .copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    border-top: 1px solid #68686830
}

.copyright .copy .terms {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fff
}

.copyright a,
.copyright p {
    color: #212121;
    text-align: center;
    line-height: 22px
}

.copyright p span {
    color: var(--primary)
}

.footer b {
    color: var(--primary)
}

.contact-wrap {
    margin-top: -16%
}

header .contact-wrap {
    margin: 0
}

.contact-wrap a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    color: var(--primary)
}

.contact-wrap .theme-btn {
    background: var(--primary);
    padding: 1rem;
    border-radius: 0 10px;
    color: var(--primary) !important
}

.contact-wrap.white a {
    color: #fff
}

@-webkit-keyframes translatey {
    0% {
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -ms-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -webkit-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes translatey {
    0% {
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -ms-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -webkit-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.sec-heading h3 {
    font-size: 24px;
    line-height: 35px;
    margin-top: 1rem
}

form.footer-form h3 {
    font-size: 45px;
    line-height: 60px;
    font-weight: 700
}

.process-wrap {
    display: grid;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr)
}

.process-wrap .process-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: space-evenly;
    position: relative
}

.process-wrap .process-card span {
    font-size: 22px;
    font-weight: 500
}

.process-wrap .process-card:not(:last-child)::before {
    content: "";
    position: absolute;
    background: url(../images/process/line.webp) no-repeat;
    width: 66%;
    height: 20px;
    top: 38%;
    left: 80%;
    background-size: contain
}

form.lead-form h3 {
    font-size: 24px;
    line-height: 34px
}

.lead-form button.submit {
    width: fit-content;
    padding: 1rem 30px;
    background: var(--primary);
    border: 0;
    color: #fff;
    border-radius: 100px;
    align-self: end;
    font-size: 18px;
    transition: .5s ease
}

.lead-form button.submit:hover {
    transform: scale(1.05)
}

.package {
    position: relative
}

.package::before {
    content: "";
    position: absolute;
    background: url(../images/off.webp) no-repeat;
    width: 150px;
    height: 150px;
    background-size: contain;
    right: 0
}

.mainBanner.bg-black .banner-heading {
    margin: 0;
    padding: 50px 0
}

.error-text {
    font-size: 96px;
    line-height: 68px;
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 1.5rem
}

.error-heading {
    font-weight: 500;
    font-size: 52px;
    line-height: 68px
}

.thankyou-text {
    font-size: 20px;
    initial-letter: 30;
    line-height: 34px;
    margin-top: 20px
}

.terms h1 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 2rem
}

.terms ul {
    line-height: 25px;
    font-size: 16px;
    color: #333
}

.terms ul li {
    margin-bottom: 1rem
}

.terms ul li::marker {
    font-size: 22px;
    font-weight: 500
}

.terms h4 {
    font-size: 24px;
    margin: 1rem 0
}

.terms p {
    margin-bottom: 1rem
}

@keyframes scale {
    form {
        transform: scale(1)
    }

    to {
        transform: scale(1.04)
    }
}

.sec-heading h2 b {
    font-weight: 700;
    font-size: 44px;
    font-style: italic
}

.icon-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
    padding: 40px;
    border: 1px solid #131921;
    border-radius: 15px;
    height: 100%;
    justify-content: center;
    min-height: 305px
}

.icon-card h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    position: relative;
    margin-bottom: 1rem
}

.icon-card p {
    line-height: 25px;
    color: #555
}

.phone {
    color: #fff;
    font-size: 22px;
    font-weight: 500
}

.phone a {
    color: #fff
}

.banner-content.center {
    text-align: center
}

.banner-content.center .banner-text {
    margin: 0 auto
}

span.img {
    position: absolute;
    display: flex
}

span.img.i1 {
    left: 20px;
    bottom: 0
}

span.img.i2 {
    right: 20px;
    bottom: 20px
}

span.img.i4 {
    top: 20px;
    right: 20px
}

span.img.i3 {
    bottom: 20px;
    left: 20px
}

@keyframes rotate {
    0% {
        transform: rotate(-30deg)
    }

    100% {
        transform: rotate(0)
    }
}

@keyframes scale {
    0% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

span.guarantee::before {
    content: "\f2f7";
    font-family: var(--icon);
    font-weight: 600
}

.number-card {
    border: 1px solid #555;
    padding: 30px;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.number-card span {
    display: flex;
    align-items: center;
    border-radius: 100%;
    color: var(--primary);
    font-size: 75px;
    font-weight: 600;
    font-family: var(--font-heading)
}

.number-card h3 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -1px
}

.number-card p {
    line-height: 30px;
    color: #555
}

form.contact input,
form.contact select,
form.contact textarea {
    padding: 1rem;
    border: 1px solid #555;
    border-radius: 5px;
    width: 100%
}

form.contact button {
    width: 100%;
    padding: 1rem;
    border-radius: 100px;
    border: 0;
    background: var(--primary);
    color: #fff;
    font-size: 18px;
    transition: .5s ease
}

form.contact button:hover {
    transform: scale(1.05)
}

.case-card {
    border: 1px solid #3e00c2;
    padding: 20px;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.case-card img {
    width: 100%;
    border-radius: 10px;
    transition: .5s ease
}

.case-card .content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: #333
}

.case-card .content h3 {
    font-size: 24px
}

.case-card .content a {
    display: flex;
    gap: 10px;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    align-items: center
}

.case-card .content a span {
    width: 40px;
    height: 40px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%
}

.case-card .img {
    border-radius: 10px;
    overflow: hidden
}

.case-card:hover img {
    transform: scale(1.05)
}

.case-card a:hover i {
    transform: rotate(45deg)
}

.case-card a i {
    transition: .5s ease
}

ul.result li span b {
    font-size: 16px;
    display: inline
}

ul.result {
    display: inline-flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 1rem;
    list-style: disc
}

.number-card.d2 {
    padding: 30px
}

.number-card.d2 h3 {
    font-size: 22px
}

.header-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 0;
    flex-shrink: 0
}

.header-image .btn-wrap {
    position: absolute;
    z-index: 0;
    bottom: 0
}

.input.select {
    position: relative;
    display: flex;
    align-items: center
}

footer .contact {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem
}

footer .contact a,
footer .contact p {
    margin: 0;
    line-height: normal;
    display: flex;
    gap: 10px;
    display: flex;
    align-items: center
}

.social-wrap {
    display: flex;
    gap: 1rem
}

.social-wrap a {
    font-size: 16px;
    color: #fff;
    width: 35px;
    height: 35px;
    background: #1e273c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%
}

.social-wrap a:hover {
    color: var(--primary)
}

.numbers {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 6px
}

.number_big {
    font-weight: 600
}

.services-bg {
    background: var(--secondary);
    background-attachment: fixed;
    position: relative
}

.service-card {
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    padding: 20px;
    transition: .5s ease;
    position: relative;
    z-index: 0
}

.service-card:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgb(255 255 255 / 15%) 0, rgb(255 255 255 / 25%) 100%);
    z-index: -1;
    border-radius: 20px;
    transition: .5s ease
}

.service-card:hover:after {
    transform: rotate(5deg)
}

.service-card img {
    width: 80px;
    opacity: .9
}

.service-card a {
    background: var(--primary);
    padding: 1rem;
    color: #fff;
    border-radius: 100px
}

.service-card:hover a {
    transform: scale(1.05)
}

.service-card h3 {
    font-size: 30px;
    letter-spacing: -1px
}

.service-card .img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.service-card .img a {
    position: absolute;
    padding: 1rem;
    background: var(--secondary);
    color: #fff;
    border-radius: 100px;
    opacity: 0
}

.service-card:hover a {
    opacity: 1
}

.service-card h3 {
    text-align: center
}

.icon-card h3::after {
    content: "";
    position: absolute;
    width: 92px;
    background: var(--primary);
    height: 4px;
    left: 0;
    bottom: -16px
}

.footer-form h3 {
    font-size: 40px;
    line-height: normal;
    color: #fff
}

.footer-form {
    border-radius: 20px;
    border: 2px dashed var(--primary);
    padding: 40px
}

.footer-form .input input {
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    border: 0
}

.footer-form form {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.footer-form button {
    padding: 10px;
    border: 0;
    border-radius: 10px;
    background: var(--primary);
    color: #fff;
    font-weight: 500;
    min-height: 45px
}

.card .sec-heading,
.card .sec-heading p {
    margin-bottom: 0 !important
}

.card {
    height: 100%
}

.service-card.card {
    padding: 50px;
    min-height: auto;
    height: 100%
}

h1.banner-heading.center {
    text-align: center
}

p.banner-text.center {
    text-align: center
}



ul.checklist {
    display: flex !important;
    gap: 1.5rem !important;
    margin-top: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row !important;
}

ul.checklist li:before {
    content: "\f336";
    font-family: var(--icon);
    font-weight: 700;
    font-size: 24px
}

ul.checklist li {
    display: flex;
    align-items: center;
    gap: 10px
}

.image-card {
    box-shadow: 15px 15px 40px #1350c026;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 15px;
    min-height: 340px
}

.image-card img {
    width: 80px
}

.image-card .content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 20px 20px
}

.image-card .content h3 {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    margin-bottom: 1rem
}

.image-card .content p {
    color: #555;
    line-height: 30px
}

.image-card .content h3:after {
    content: "";
    position: absolute;
    width: 92px;
    background: var(--primary);
    height: 4px;
    left: 0;
    bottom: -16px
}

.vertical-slider img {
    max-width: 100%
}

.b-l-0 {
    border-left: 0
}

.service-card.d2 {
    padding: 40px
}

.service-card.d2 img {
    height: 30px
}

.clients img {
    max-height: 70px
}

.clients {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem
}

.contact-card {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 280px
}

.contact-card h3 {
    font-size: 22px
}

.contact-card ul {
        display: grid;
    color: #212121;
    grid-template-columns: repeat(2, 1fr);
}

.contact-card ul li b {
    font-weight: 600
}

.contact-card ul li a {
    color: var(--primary)
}

.contact-card ul li a:hover {
    color: #212121
}

.contact-card ul li {
    line-height: 24px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0
}
.contact-card ul li.single-line {
    grid-column-end: 2 span;
}
.contact-card ul li:last-child {
    border: 0
}

.office-slider {
    margin-bottom: 30px
}
.sec-heading ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    line-height: 24px;
    /* font-size: 14px; */
    color: #777;
    list-style: disc;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}




.heading-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    background: var(--secondary);
    height: 100%;
}

.heading-card img {
    width: 60px;
    filter: invert(1);
}

.heading-card h3 {
    color: white;
    font-size: 36px;
}




/* Custom Slick Css */

.slick-list {
    margin: 0 -15px;
  }
  
  .slick-slide {
    margin: 0 15px;
  }
  
  .slick-dots {
    padding: 20px 0 0;
    text-align: center;
  }
  
  .slick-dots li {
    margin: 0 10px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
  }
  
  .slick-dots li button:before,
  .slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
  }
  
  .slick-dots li button {
    height: 20px;
    width: 20px;
    border-radius: 100px;
    padding: 0px;
    background: #BAC8FF;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
  }
  
  .slick-dots li.slick-active button {
    background: var(--primary);
  }


  .input {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.input input,.input textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    transition: .5s ease;
}
.input input:focus,.input textarea:focus{
    border-color: var(--primary);
}
button.submit {
    background: 0 0;
    color: #fff !important;
    padding: 16px;
    border-radius: 10px;
    font-size: 16px !important;
    border: 2px solid var(--primary);
    background: var(--primary);
    transition: .5s ease;
}

button.submit:hover {
    transform: scale(1.03);
}
@media (max-width:1400px) {
    .sec-heading p {
        margin-bottom: 0
    }

    .vertical-slider {
        display: none
    }

    .sec-heading h2 {
        font-size: 30px;
        line-height: 40px
    }

    .footer-form h3 {
        font-size: 26px;
        line-height: normal
    }
}

@media (max-width:1200px) {
    header {
        padding: 1rem 0
    }

    .btns {
        margin: 1.5rem 0
    }

    .form-head .form-heading {
        white-space: normal;
        font-size: 20px
    }

    .form-head {
        padding: 1rem
    }

    a.header-btn {
        padding: 15px 20px !important;
        margin-bottom: 0 !important;
        display: flex !important;
        gap: 5px !important;
        align-items: center
    }

    .menuWrap .menu:first-child {
        padding-left: 0;
        width: 100%
    }

    img {
        max-width: 100%;
        height: auto
    }

    .menu-Bar {
        display: block;
        top: 0
    }

    .menuWrap {
        position: fixed;
        left: -210%;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        height: 100vh;
        display: flex;
        align-items: center;
        flex-flow: column;
        transition: all .4s ease;
        z-index: 3;
        width: 70%;
        overflow-y: auto;
        box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
        justify-content: space-between;
        padding-bottom: 50px
    }

    ul.menu>li {
        display: flex;
        justify-content: center;
        gap: 5px;
        border-bottom: 1px solid #ddd;
        padding: 0;
        flex-direction: column
    }

    ul.menu>li>a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0;
        margin-right: 0;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize
    }

    .container {
        position: relative
    }

    header .main-header ul.menu>li>a {
        color: #333;
        width: 100%;
        text-align: left;
        margin: 0;
        display: flex;
        justify-content: space-between;
        padding: 1rem
    }

    header .main-header ul.menu>li>a:before {
        display: none
    }

    .contact-wrap {
        gap: 1rem;
        margin-top: -25%
    }

    header .contact-wrap li {
        border-bottom: 0
    }

    header .contact-wrap li a span {
        display: block !important
    }

    .top-bar a span {
        font-size: 12px
    }

    h1.banner-heading {
        font-size: 50px
    }
}

@media (max-width :1025px) {
    .btn-wrap .theme-btn {
        font-size: 16px;
        padding: 15px
    }
}

@media (max-width :1023px) {
    .vertical-slider {
        display: none
    }

    .mainBanner:before {
        opacity: .1
    }

    section {
        padding: 2rem 0
    }

    .banner-img {
        display: none
    }

    .banner-content {
        padding: 40px 0 80px
    }

    .package::before {
        width: 100px;
        height: 100px;
        top: -35px
    }

    .process-wrap .process-card img {
        width: 100px
    }

    .process-wrap .process-card span {
        font-size: 16px
    }

    .process-wrap .process-card:before {
        content: none;
        display: none
    }

    .sec-heading h2 br {
        display: none
    }
}

@media only screen and (min-width :280px) and (max-width :767px) {
    .mainBanner {
        margin: 0
    }

    h1.banner-heading span {
        padding: 5px
    }

    h1.banner-heading span {
        padding: 5px
    }

    .mainBanner.contact {
        min-height: auto
    }

    .contact-wrap {
        margin-top: 0
    }

    header {
        padding: 1rem 0
    }

    .banner-content {
        padding: 20px 0 20px
    }

    h1.banner-heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 1rem;
        letter-spacing: 0
    }

    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 25px
    }

    .btn-wrap {
        flex-direction: column;
        margin-bottom: 1rem
    }

    .btn-wrap a {
        width: 100%;
        text-align: center
    }

    .banner-img {
        display: none
    }

    .sec-heading h2 {
        font-size: 26px;
        line-height: 34px
    }

    .sec-heading p {
        font-size: 16px;
        line-height: 26px
    }

    .copyright {
        flex-direction: column;
        gap: 12px
    }

    header .contact-wrap a img {
        width: 30px !important;
        height: 30px;
        flex-shrink: 0;
        display: flex;
        aspect-ratio: 1/1
    }

    header .contact-wrap .theme-btn span {
        display: none
    }

    section {
        padding: 1rem 0
    }

    form.lead-form {
        padding: 20px
    }

    .process-wrap {
        grid-template-columns: 1fr
    }

    .process-wrap .process-card::before {
        display: none
    }

    .package::before {
        display: none
    }

    .banner-content .wrap:after {
        display: none
    }

    .banner-content .wrap {
        padding: 20px;
        min-height: auto;
        text-align: center;
        justify-content: center
    }

    .banner-content .wrap .btn-wrap {
        margin-bottom: 0
    }

    .phone {
        font-size: 1rem
    }

    .sec-heading h3 {
        font-size: 20px
    }

    .btn-wrap .theme-btn {
        margin: 0
    }

    .copyright .copy {
        margin: 0
    }

    .copyright .copy p {
        margin: 0
    }

    .copyright .copy {
        padding: 1.5rem 0;
        text-align: center;
        justify-content: center
    }

    .copyright {
        margin-top: 2rem
    }

    .icon-card {
        min-height: auto;
        padding: 20px;
        gap: 10px
    }

    .icon-card h3 {
        font-size: 20px
    }

    .banner-content .wrap.no-after>img {
        display: none
    }

    .mainBanner:after {
        content: none
    }

    .mainBanner:before {
        width: 100%
    }

    .mainBanner {
        min-height: auto
    }

    .footer-form h3 {
        font-size: 25px
    }

    .footer-form h3 br {
        display: none
    }

    .footer-form {
        padding: 20px
    }
}