/*Main Css */
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap'); :root {
    --primary: #E36A2A;
    --bg-light: #ffdecc;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
    --value: -1412;
    --width: calc(var(--value) * -1 * 1px);
    --distance: calc(var(--value) * 0.70 * 1px);
    --perspective: calc(var(--value) * -.33 * 1px);
    --angle: calc(var(--value) / 75 * 1deg);
    --zoom: 2.3;
    --active-translate-modifier: 1;
    --vertical-offset: -0px;
    --font-heading: "Bricolage Grotesque" , sans-serif;
    --font-accent: "Inter" , sans-serif;
    --font-body: "Inter" , sans-serif;
    --icon: "Font Awesome 6 Pro", sans-serif;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

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

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

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

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #000;
}

/* Tabbing CSS */
[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}

html {
    overflow-x: hidden;
}

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

body.inner-header {
    padding-top: 100px;
}

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

*:hover, *:focus, * {
    outline: none !important;
}

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

a,input[type="submit"] {
    -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;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

span {
    display: inline-block;
}

textarea, select, input[type], textarea, select, button {
    font-family: var(--font-body);
    font-weight: 400;
}

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

/* Padding Classes */
.pad-zero {
    padding: 0px;
}

.pad-l-zero {
    padding-left: 0px;
}

.pad-r-zero {
    padding-right: 0px;
}

.ovr-hiddn {
    overflow: hidden;
}

.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.overlay {
    display: none;
}

.overlay.active {
    display: block;
}

/* Heading Classes */
.hding-1 h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
}

.highlighted {
    color: #ff5e14;
}

/* Custom Slick Css */
.slick-list {
    margin: 0 -15px
}

.slick-slide {
    margin: 0 15px
}

.slick-dots {
    padding: 0px 0 0;
    text-align: center
}

.slick-dots li {
    margin: 0 10px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 7px;
    border: none
}

.slick-dots li button:before,.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px
}

.slick-dots li button {
    height: 16px;
    width: 16px;
    border-radius: 100px;
    padding: 0px;
    background: #DDDDDD;
    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);
    width: 16px
}

/*header css*/
.top-bar {
    background: #00775E;
    color: white;
    padding: 12px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.03em;
    align-items: center;
    gap: 10px
}

.orange {
    color: #FFC700
}

header {
    -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;
    position: fixed;
    background: #111111;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0
}

header.nav-up {
    position: fixed;
    transform: translateY(-100%)
}

header.nav-down {
    background-color: #fff;
    border-bottom: 1px solid #f1edff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

header.sticky {
    background: #111111;
    box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
    top: 0
}

.main-header {
    padding: 1rem 0
}

header.nav-down .main-header {
    padding: 1rem 2rem
}

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

.logo {
    display: inline-block
}

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

footer .f-logo img {
    max-width: 200px
}

.marquee-text {
    overflow: clip;
    background: #e36a2a;
    padding: 10px 0;
    display: none;
}

.marquee-text-track {
    display: flex;
    padding-left: 4.8rem;
    gap: 1.25rem;
    width: max-content;
    animation: marquee-move-text 40s linear infinite forwards;
}

.marquee-text p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

@keyframes marquee-move-text {
    to {
        transform: translateX(-50%);
    }
}

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

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: var(--primary);
    position: absolute;
    transition: 0.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-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center
}

ul.menu.btns li {
    padding: 0 0 0 20px
}

/* Menu Css */
.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle
}

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

.menu>li>a {
    display: block;
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
    letter-spacing: -0.03em
}

.header-btn {
    color: #000000 !important;
    padding: 15px 20px;
    font-weight: 600 !important;
    background: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 6px;
    display: flex !important;
    align-items: center;
    gap: 10px
}

.header-btn:hover {
    transform: scale(1.03);
    box-shadow: 0px 0px 0px #00775E
}

.menu>li :hover>a,.menu>li .active>a {
    color: var(--primary)
}

@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);
    }
}

/* Menu Dropdown CSS */
.has-child {
    z-index: 1
}

.dropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    display: none;
    left: 0
}

.dropdown.no-span {
    width: 450px
}

.dropdown ul .last img {
    height: 100%;
    width: 100%
}

.dropdown .dropdown {
    left: 100%;
    top: 0
}

.dropdown ul li a {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.05em;
    padding: 26px 18px;
    width: 100%
}

.dropdown ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    padding: 20px;
    background: #000000;
    box-shadow: 1px 24px 24px rgba(0, 0, 0, 0.06);
    border-radius: 0;
    width: 100%;
    left: 0;
    right: 0
}

.dropdown ul .last {
    display: grid;
    grid-row: 1 / span 3;
    grid-column: 5;
    justify-content: center
}

.dropdown.no-span ul {
    grid-template-columns: repeat(2, 1fr)
}

.dropdown.no-span ul .last {
    grid-row: auto;
    grid-column: auto;
    text-align: left;
    justify-content: start
}

.dropdown li {
    background: transparent;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 26px 12px;
    transition: .5s ease
}

.dropdown li:hover {
}

.dropdown li:hover a {
    color: white
}

.chev.rotate {
    transform: rotate(180deg)
}

.chev {
    transition: .5s ease;
    font-size: 14px
}

/* Dropdown CSS*/
@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }

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

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

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

.dropdown li:after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-image: linear-gradient(90deg, #9d4ee5, #3f55dd);
    transition: all 0.4s ease-in-out
}

.dropdown li * {
    position: relative;
    z-index: 5
}

.dropdown li:hover::after {
    opacity: 1
}

.dropdown li {
    position: relative;
    z-index: 5;
    overflow: hidden
}

.dropdown ul li.last {
    width: 600px
}

.dropdown ul li a span {
    display: block
}

.dropdown ul li.last:after {
    display: none
}

.dropdown li:nth-child(2):hover::after {
    background-image: linear-gradient(90deg, #55b8d6, #47e48f);
}

.dropdown li:nth-child(3):hover::after {
    background-image: linear-gradient(90deg, #e94231, #f1cc00);
}

.dropdown li:nth-child(4):hover::after {
    background-image: linear-gradient(90deg, #ca86ff, #ff6580);
}

.dropdown li:nth-child(5):hover::after {
    background-image: linear-gradient(90deg, #6df0ff, #00a1e2);
}

.dropdown li:nth-child(6):hover::after {
    background-image: linear-gradient(90deg, #d0295b, #ed7b28);
}

.dropdown li:nth-child(7):hover::after {
    background-image: linear-gradient(90deg, #27b643, #61c695);
}

.dropdown li:nth-child(8):hover::after {
    background-image: linear-gradient(90deg, #2b0a8b, #07ded1);
}

.dropdown li:nth-child(9):hover::after {
    background-image: linear-gradient(90deg, #0c5bfa, #f66e7c);
}

.dropdown li:nth-child(10):hover::after {
    background-image: linear-gradient(90deg, #460303, #484848);
}

.dropdown ul li a span {
    font-weight: 300;
    color: #ffffffb8;
    font-size: 14px;
    padding-top: 6px;
}

/* main-banner */
.mainBanner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

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

h1.banner-heading {
    font-size: 80px;
    line-height: 98px;
    margin-bottom: 25px;
    font-weight: 800
}

h1.banner-heading span {
    color: #E36A2A;
    display: flex;
    align-items: end;
    gap: 10px;
    margin: 0 0 8px
}

span.sub-heading {
    font-size: 18px;
    line-height: 22px;
    color: var(--primary);
    font-weight: 500
}

p.banner-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 39px;
    color: #5F5F5F
}

.side-tag {
    position: absolute;
    right: 0;
    top: 96px
}

.portfolio-card {
    position: relative;
    z-index: 1;
    transition: 0.5s ease
}

.port-card:hover {
    background-position: 100%;
    transition: 3s !important
}

.port {
    width: 100%;
    height: 100%
}

.port-card {
    display: inline-block;
    transition: 1s cubic-bezier(.51, .92, .27, .96) !important;
    box-shadow: -1px -2px 15px -3px rgb(0 0 0 / 16%);
    border-radius: 6px;
    height: 810px;
    overflow: hidden;
    background-size: cover;
    width: 100%
}

.port-card:hover {
    background-position: 100%;
    transition: 3s !important
}

.portfolio-slider .slick-slide {
    margin: 0 8px
}

.portfolio-slider .slick-list.draggable {
    padding: 0 10%
}

.next {
    right: 0px
}

.viewport {
    width: var(--width);
    height: 386px;
    position: relative;
    margin: 250px auto 0;
    z-index: 1
}

.track {
    width: 100%;
    height: 24%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    perspective: var(--perspective);
    transform-style: preserve-3d;
    transform: scale(var(--zoom)) translateY(calc(var(--vertical-offset) * -1))
}

.item {
    height: calc(100% - -400px);
    width: calc(22%);
    background-color: #999;
    transition: all .3s;
    display: flex;
    position: absolute;
    background-image: url('http://placekitten.com/300/300');
    perspective: 637px;
    border-radius: 15px
}

.item .preview {
    justify-content: center;
    align-items: center;
    color: white;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: clip;
    text-shadow: 0px 0px 3px black;
    border-radius: 20px
}

.item .caption {
    color: white;
    position: absolute;
    top: 100%;
    color: black;
    opacity: 0;
    margin-top: 20px;
    width: 200%;
    left: -50%;
    transition: all .1s;
    text-align: justify
}

.item .shadow {
    background: linear-gradient(rgba(0,0,0, .2) 0%, rgba(0,0,0, .1));
    opacity: .9;
    position: absolute;
    filter: blur( 35px);
    height: 110%;
    width: 110%;
    transform: translateZ(-307px) translateY(432px) translateX(2px) scale(1.2) rotateX(96deg)
}

.track .item:nth-of-type(1) {
    background-color: #212121;
    transform: rotateY(calc(var(--angle) * 3)) translateZ(var(--distance)) translateY(var(--vertical-offset));
    opacity: 0.2
}

.track .item:nth-of-type(2) {
    background-color: #212121;
    transform: rotateY(calc(var(--angle) * 2)) translateZ(var(--distance))translateY(var(--vertical-offset))
}

.track .item:nth-of-type(3) {
    background-color: #212121;
    transform: rotateY(calc(var(--angle))) translateZ(var(--distance)) translateY(var(--vertical-offset))
}

.track .item:nth-of-type(4) {
    background-color: #212121;
    transform: rotateY(0deg) translateZ(calc(var(--distance) * var(--active-translate-modifier))) translateY(var(--vertical-offset))
}

.track .item:nth-of-type(4) .caption {
    opacity: 1;
    transition-delay: .2s
}

.track .item:nth-of-type(5) {
    background-color: #212121;
    transform: rotateY(calc(var(--angle) * -1)) translateZ(var(--distance)) translateY(var(--vertical-offset))
}

.track .item:nth-of-type(6) {
    background-color: #212121;
    transform: rotateY(calc(var(--angle) * -2)) translateZ(var(--distance)) translateY(var(--vertical-offset))
}

.track .item:nth-of-type(7) {
    background-color: #212121;
    transform: rotateY(calc(var(--angle) * -3)) translateZ(var(--distance)) translateY(var(--vertical-offset));
    opacity: 0.2
}

/* -------------------------counter CSS------------------------  */
section.sec-counter {
    background: var(--primary);
    margin-top: -15%;
    padding-top: 280px
}

ul#counter {
    display: flex;
    align-items: center;
    gap: 1rem
}

.counter-wrapper .counter {
    display: flex;
    align-items: center;
    gap: 20px
}

.counter-wrapper .counter span.count {
    font-weight: 700;
    font-size: 45px;
    color: #000
}

ul#counter li .counter>div {
    font-size: 80px;
    color: #000;
    margin-bottom: 1rem;
    flex-shrink: 0;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 2px black;
    text-align: center
}

ul#counter li {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 0rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

ul#counter li .counter span.text {
    font-size: 25px;
    font-weight: 500;
    color: #fff
}

/* -------------------------counter CSS------------------------  */
/* resume-samples section */
.resume-samples .btn-wrap {
    z-index: 1;
    position: relative
}

.btn-wrap .theme-btn.bg-black {
    background: #202020;
    border: 2px solid #202020
}

section.resume-samples:before {
    content: "";
    display: block;
    position: absolute;
    height: 60%;
    width: 100%;
    top: 0;
    left: 0;
    background: #202020;
    z-index: -1
}

.bt-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    height: fit-content;
    padding: 40px 50px;
    box-shadow: 3px 3px 24px 0px #00000014;
    background: #e16834;
    border-radius: 100%;
    width: 570px;
    height: 556px;
    margin: 0 auto;
    z-index: 0;
    position: absolute;
    bottom: 88px;
    left: 0;
    right: 0
}

.bt {
    background: #e16834;
    color: #000000;
    border-radius: 100px;
    user-select: none;
    cursor: pointer;
    border: 1px solid #e16834;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.con {
    width: 100vw;
    height: 630px;
    transform-style: preserve-3d;
    perspective: 700px;
    position: relative;
    z-index: 1;
}

.swiper {
    /* width: 20vw; */
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(48% - 10vw);
    transform-origin: center center 0;
    font-size: 4rem;
    text-align: center;
    color: #fff;
    transition: transform 0.3s
}

.swiper-1 {
    transform: translate3d(-40vw, 0, -20vw)
}

.swiper-2 {
    transform: translate3d(-20vw, 0, -10vw)
}

.swiper-3 {
    transform: translate3d(0, 0, 0)
}

.swiper-4 {
    transform: translate3d(20vw, 0, -10vw)
}

.swiper-5 {
    transform: translate3d(40vw, 0, -20vw)
}

.bt-group .btn-wrap {
    margin: 0
}

.btn-wrap {
    margin-top: 1rem
}

img.left-vector {
    position: absolute;
    bottom: -2px;
    left: 0
}

img.right-vector {
    position: absolute;
    right: 0;
    bottom: -2px
}

.arrows-btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 1rem
}

/* resume-samples section */
/* -----------------------Accordian------------------------- */
.accordion-list {
    position: relative;
    margin-top: 30px
}

.accordion-list li {
    padding: 40px 20px;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    background: white;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    margin-bottom: 1.5rem;
    position: relative;
    border: 1px solid #13191B
}

ul.accordion-list li span {
    display: flex;
    position: relative
}

.accordion-list li h3 {
    color: #13191B;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    max-width: 92%
}

ul.accordion-list li h3:after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    right: 0;
    color: #000;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    font-weight: 800;
    top: 0
}

.accordion-list li.active h4::after {
    color: #9CA3AF;
    content: "\f077"
}

ul.accordion-list li.active h3:after {
    content: "\f068"
}

.answer p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
    color: #13191B
}

ul.accordion-list li.active .answer {
    display: block !important
}

.accordion-list li:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    top: 0;
    left: 0;
    z-index: -1
}

.accordion-list li.active {
    box-shadow: 6px 5px var(--primary)
}

/* ----------------------Accordian------------------ */
ul.overview-nav.d2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap
}

ul.overview-nav.d2 a {
    padding: 16px 36px;
    font-weight: 500;
    font-size: 18px;
    border: 1px solid #000000;
    border-radius: 50px;
    color: #fff;
    background: var(--primary)
}

ul.overview-nav.d2 li.active a {
    background: #000;
    color: white;
    border-color: #000 !important
}

.pckg .bottom ul li.heading {
    font-weight: 700;
}

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

/* packages */
.pckg-sec {
    background: #f5f5f5
}

.pkg-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem
}

.pckg-slider {
    margin-top: -10px
}

.pkg-list .g-2 {
    grid-template-columns: repeat(2, 1fr)
}

.pkg-list .d2 .pckg {
    border: 1px solid #E5E7EB;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px
}

.pkg-list .d2 .pckg .upper {
    text-align: center
}

.pkg-list .d2 .pckg .upper .price {
    justify-content: center
}

.pkg-list .d2 .pckg .upper .title {
    font-size: 24px;
    line-height: 24px
}

.pkg-list .d2 .pckg .upper .price .amount {
    font-weight: 800;
    font-size: 70px;
    line-height: 85px
}

.pkg-list .d2 .pckg .bottom p {
    font-size: 18px;
    line-height: 26px;
    color: #6B7280
}

.pckg.d2 {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05)
}

.pckg.d2 .upper .title {
    font-size: 24px;
    line-height: 24px
}

.pckg.d2 .upper {
    text-align: center
}

.pckg.d2 .upper .price {
    justify-content: center
}

.pckg.d2 .upper .price .amount {
    font-size: 70px;
    line-height: 85px
}

.pckg.d2 .bottom .hdng {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #525AEC;
    margin-bottom: 1rem
}

.pckg.d2 .bottom p {
    color: #6B7280;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 1rem
}

.pckg {
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    position: relative;
    transition: 0.3s;
    background: #fff;
    box-shadow: -10px 14px 30px rgb(0 0 0 / 7%);
    border-radius: 9.23px;
    border: 2px solid transparent;
    padding: 15px 35px;
    margin-top: 50px
}

.pckg .btn-wrap a {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px
}

.pckg .btn-wrap .btn-norm {
    color: var(--primary);
    transition: .5s ease
}

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

.pckg .upper .title {
    font-size: 14.77px;
    line-height: 34px;
    margin-bottom: 1rem;
    color: #000B33;
    background: #F1F1F1;
    text-align: center;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 5.54px
}

.pckg .upper .starting-in {
    font-size: 14px;
    line-height: 20px;
    color: #6B7280
}

.pckg .upper p {
    font-size: 16px;
    line-height: 25px;
    color: #6E6E6E;
    padding-bottom: 28px;
    font-weight: 300;
    border-bottom: 0.92px solid #c4cadb;
    text-align: start;
}

.pckg .upper .price {
    display: flex;
    align-items: start;
    gap: 20px;
    margin: 30px 0 10px 0;
    flex-direction: column
}

.pckg .upper .price .amount {
    font-weight: 800;
    font-size: 80px;
    line-height: 40px;
    color: var(--primary)
}

.pckg .upper .price .uspto {
    font-weight: 600;
    font-size: 14.77px;
    line-height: 24px;
    color: #000000
}

.pckg .upper {
    border-bottom: 0.92px solid #c4cadb
}

.pckg .bottom .includes {
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #111827;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px
}

.pckg .bottom ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    position: relative;
    display: flex
}

.pckg .bottom ul {
    margin: 1rem 0 3rem;
    padding-right: 10px;
    height: 260px;
    overflow-y: scroll
}

.bottom span {
    color: #5b5b5b;
    font-size: 16px;
    line-height: 24px
}

.pckg .bottom ul li:not(.last) {
    margin-bottom: 15px;
}

.pckg .bottom ul li::before {
    content: "";
    font-family: var(--icon);
    content: "\f058";
    font-weight: 800;
    color: #000;
    margin-right: 12px;
}

.pckg .btn-wrap {
    flex-direction: column;
    margin: 0;
}

.pckg:hover {
    border: 2px solid #e36a2a;
    transform: translateY(-35px);
    background: var(--primary);
}

.pckg:hover p, .pckg:hover .uspto, .pckg:hover .bottom ul li, .pckg:hover .upper .price .amount {
    color: #fff
}

.pckg:hover .btn-wrap .theme-btn {
    background: #000000;
    color: #fff !important;
}

a.arrow-btn {
    position: absolute;
    top: calc(56% - 54px);
    width: 60px;
    height: 60px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
    font-size: 24px;
    color: #000;
    box-shadow: 0px 1.32566px 14px rgba(0, 0, 0, 0.08)
}

a.arrow-btn.left {
    left: -90px
}

a.arrow-btn.right {
    right: -90px
}

.pckg.popular {
    background: var(--primary)
}

.pckg.popular .title {
    color: #000
}

.pckg.popular .bottom span {
    color: #fff
}

.pckg.popular .btn-wrap .theme-btn {
    color: #fff !important;
    padding: 16px 24px
}

.pckg .btn-wrap .theme-btn {
    padding: 16px 24px
}

.pckg .bottom ul li span {
    background: #C9FAD6;
    border-radius: 3.69px;
    padding: 0px 6px;
    font-size: 9px !important;
    color: #1AA703 !important;
    margin-left: 10px
}

.pckg-disclaimer {
    font-size: 11px;
    line-height: 1.5;
    padding: 10px 0 0;
    /*position: absolute;*/
    /*bottom: 30px;*/
    /*left: 25px;*/
    /*right: 25px;*/
    text-align: center;
}

/* packages */
/* Sec Headings */
.sec-heading {
    margin-bottom: 2rem
}

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

.sec-heading h2 {
    font-size: 80px;
    line-height: 96px
}

.sec-heading.white h2 {
    color: white
}

.sec-heading p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin: 1rem 0
}

.sec-heading .sub-heading {
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #111111
}

/* Sec Headings */
/* sections */
section {
    padding: 4rem 0;
    position: relative;
}

.padding-2 {
    padding: 1rem 0;
}

/* sections */
/* Theme Buttons */
.btn-wrap {
    display: flex;
    gap: 1rem;
    align-items: center
}

.btn-wrap .theme-btn {
    padding: 15px 30px;
    background: var(--primary);
    color: white;
    font-size: 20px;
    border-radius: 8px;
    font-weight: var(--font-medium);
    border: 2px solid var(--primary);
    transition: .5s ease
}

.btn-wrap .theme-btn.bordered {
    background: transparent;
    color: var(--black)
}

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

/* Theme Buttons */
/* popup */
.overlay {
    background-color: rgb(197 197 197 / 32%);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
    display: none;
    backdrop-filter: blur(10px)
}

.popupmain {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 940px;
    background: #f8f8f8;
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    overflow: hidden;
    display: none;
    border-radius: 8px;
    max-width: 97%;
    max-height: 90vh;
    overflow-y: auto
}

.mmpopup {
    text-align: center;
    background: #f8f8f8;
    padding: 45px 25px 25px;
}

.mmpopup .formpop {
    width: 100%;
    margin: 24px auto
}

.mmpopup .fld-input {
    height: 50px;
    width: 100%;
    border-radius: 50px;
    margin-bottom: 1rem;
    border: 1px solid #D1D5DB;
    overflow: hidden
}

.mmpopup .centercont h3 {
    font-size: 38px;
    color: #141515;
    margin-bottom: 10px
}

.mmpopup .centercont h4 {
    font-size: 20px;
    color: #566060;
    margin-bottom: 15px
}

.mmpopup .centercont h4 span {
    color: #86cb92
}

.mmpopup .centercont h4 span span {
    display: none
}

.mmpopup .centercont p {
    color: #333;
    font-size: 14px;
    margin-bottom: 120px;
    line-height: 20px
}

.closeico {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F4F6;
    border-radius: 100px
}

.closeico i {
    background: url(https://markfortify.com/lp4/assets/images/e-remove.png)no-repeat;
    width: 16px;
    height: 16px;
    display: block
}

.closeico1 {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999
}

.closeico1 i {
    background: url(https://markfortify.com/lp4/assets/images/e-remove.png)no-repeat;
    width: 16px;
    height: 16px;
    display: block
}

.mmpopup .centercont p {
    margin-bottom: 10px;
    line-height: 23px;
    color: #000;
    /* max-width: 390px; */
    margin: auto;
    display: block;
    position: relative;
    text-align: center;
}

.mmpopup .centercont ul {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 27px 49px 27px 24px;
    background: #fff;
    border-radius: 10px;
    margin-right: 20px
}

.mmpopup .centercont ul li {
    display: block;
    font-size: 15px;
    color: #000;
    padding-bottom: 12px
}

.mmpopup .centercont ul li.last {
    padding-bottom: 0
}

.mmpopup .centercont ul li i {
    color: #ff533e;
    border: 1px solid;
    border-radius: 100px;
    margin-right: 8px;
    font-size: 10px;
    padding: 3px
}

.mmpopup .centercont h4 {
    font-size: 35px;
    color: #0085ff
}

.mmpopup .centercont h3 {
    font-size: 50px;
    font-weight: 400;
    color: #0085ff
}

.mmpopup .centercont h3 span {
    display: block;
    /* margin: 0 30px; */
    color: #000;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: #3A3D40
}

.mmpopup .centercont h4 span {
    font-weight: 700;
    color: #000;
    font-size: 60px
}

.fld-input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(218 217 217);
    border-radius: 5px;
    background-color: #fff;
    width: 354px;
    height: 66px;
    margin-bottom: 20px
}

.fld-input input {
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    letter-spacing: 0.2px;
    background: #EEEEEE;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none;
    font-family: 'Inter'
}

.fld-input input::placeholder {
    color: #737373;
    font-weight: 400
}

.fld-btn button {
    border-radius: 50px;
    background-color: var(--primary);
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    cursor: poRoboto;
    transition: 0.5s;
    font-family: 'Inter';
    height: 59px;
    cursor: pointer;
    border: 0
}

.fld-btn button i {
    padding-left: 12px
}

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

/* popup */
section.sec-2 {
    background: var(--primary);
}

.sec-heading h3 {
    color: #202020;
    font-size: 60px
}

.steps h3 {
    color: #202020;
    font-size: 40px;
    line-height: 32px;
    margin-bottom: 10px
}

.steps p {
    color: #202020;
    font-size: 18px;
    line-height: 30px
}

.steps {
    margin-bottom: 40px
}

.side-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/shadow-bg.webp);
    background-repeat: no-repeat;
    background-position: center right;
    z-index: -1
}

.side-image {
    margin-left: 0;
    margin-right: -303px;
    text-align: end
}

.side-image2 {
    margin-left: -170px;
    margin-right: 24px
}

ul.benefits-list {
    display: inline-block;
    vertical-align: middle
}

ul.benefits-list li {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: 49%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 8px
}

.logo-images {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 40px 0
}

ul.benefits-list li i.fas.fa-check-circle {
    color: #000;
    margin-right: 8px
}

ul.brand-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(196px, 1fr));
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 30px 0 0;
    text-align: center
}

.testi-card {
    padding: 30px;
    box-shadow: 4px 4px 64px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    position: relative;
    z-index: 1;
    background: #E36A2A33;
    margin: 122px 0;
    height: 100%
}

.testi-card::before {
    content: '';
    background: url('../images/qoute.webp') no-repeat;
    width: 65px;
    height: 40px;
    position: absolute;
    background-size: contain;
    z-index: -1
}

.testi-card p {
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    color: #0D0D0C;
    font-family: var(--font-heading);
    margin-bottom: 1.5rem;
    min-height: 248px
}

.testi-card .client {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px
}

.testi-card .client .det .name {
    color: #113D48;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px
}

.testi-card .client .det .des {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #6E7070
}

.testi-card .client .det {
    display: flex;
    flex-direction: column
}

.client-detail {
    display: flex;
    align-items: center;
    gap: 1rem
}

.quotes {
    border: 4px solid #FFFFFF;
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto -62px
}

.testi-slider .slick-list.draggable {
    padding: 0 30%
}

.testi-slider .slick-slide.slick-current.slick-active {
    transform: translateY(-86px)
}

.testi-slider .slick-slide.slick-current.slick-active .quotes {
    background: var(--primary)
}

.testi-slider .slick-slide.slick-current.slick-active .quotes img {
    filter: brightness(6.5)
}

/* service-sec */
.step-card-wrapper {
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    padding: 28px;
    background: #fff;
    height: 100%;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #13191B
}

.step-card-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    background-color: var(--primary);
    border: 1px solid var(--primary)
}

.step-card-wrapper h3 {
    font-size: 28px;
    padding: 20px 0 25px;
    transition: color 0.3s ease
}

.step-card-wrapper:hover h3, .step-card-wrapper:hover p {
    color: #fff
}

.step-card-wrapper p {
    font-size: 16px;
    line-height: 26px
}

.process-wrapper .sec-heading p {
    color: #000;
    font-size: 16px
}

.process-wrapper .sec-heading h4 {
    font-size: 40px;
    line-height: 48px
}

.image-2 {
    margin-top: 54px;
    text-align: end
}

.process-wrapper {
    position: relative;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 6px 6px #e36a2a;
    height: 100%;
    background: #fff
}

.sec-heading .list-ul li {
    color: #000;
    font-weight: 600;
    line-height: 34px
}

.sec-heading .list-ul li i {
    color: var(--primary);
    margin-right: 10px
}

.sec-heading h4 {
    font-size: 40px;
    line-height: 48px
}

.chooseus-image {
    margin-right: -90px
}

.fs-50 {
    font-size: 62px !important;
    line-height: 70px !important;
}

ul.cta-list {
    margin: 30px 0
}

.cta-sec ul.cta-list li {
    color: #fff
}

ul.cta-list li {
    line-height: 30px
}

ul.cta-list li i {
    color: var(--primary);
    margin-right: 10px
}

section.cta-sec {
    padding: 3rem 0 0
}

.cta-image {
    margin-left: -86px;
    margin-right: 20px;
    font-size: 0
}

.cta-sec .btn-wrap {
    margin-top: 75px
}

.service-card {
    box-shadow: 0px 20px 35px 0px #0000000F;
    background: #fff;
    border: 1px solid #000;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: 1s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.service-card h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.48px;
    color: #000000;
    padding: 0 0 16px
}

.service-card h3 span {
    color: #202020;
    font-weight: 400;
    font-style: italic;
    display: contents;
    font-family: 'Libre Baskerville';
    font-size: 18px
}

.service-card .service-name {
    padding: 22px
}

.service-card .ser-image {
    font-size: 0;
    margin-bottom: -8px
}

.sec-heading input {
    border: 1px solid #6E7070;
    backdrop-filter: blur(5px);
    background: #fff;
    border-radius: 10px;
    padding: 22px 16px;
    font-size: 14px;
    width: 100%;
    margin-top: 30px
}

.service-card:hover h3 span {
    color: #000
}

.service-card .btn-wrap .theme-btn.bordered {
    border: 1px solid #B0B0B0;
    z-index: 1
}

.service-name span.number {
    z-index: 1;
    opacity: .03;
    color: black;
    letter-spacing: -4.55px;
    font-size: 14.5rem;
    font-weight: 600;
    line-height: 1.2;
    position: absolute;
    inset: -3.75rem auto auto -4.375rem;
    font-family: 'Bricolage Grotesque 24pt'
}

.service-card:hover .btn-wrap .theme-btn {
    background: #000 !important;
    color: #fff;
    border: 2px solid #000;
    box-shadow: none
}

.service-card:hover .btn-wrap .theme-btn img {
    filter: brightness(9.5)
}

.service-card .btn-wrap .theme-btn.bordered:hover {
    box-shadow: none
}

.lines-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: -1
}

.line {
    width: 25%;
    height: 0%;
    background-color: var(--primary);
    transition: height 0.4s ease
}

.service-card:hover .line:nth-child(1) {
    transition-delay: 0.1s;
    height: 100%
}

.service-card:hover .line:nth-child(2) {
    transition-delay: 0.2s;
    height: 100%
}

.service-card:hover .line:nth-child(3) {
    transition-delay: 0.3s;
    height: 100%
}

.service-card:hover .line:nth-child(4) {
    transition-delay: 0.4s;
    height: 100%
}

.service-card .line:nth-child(1) {
    transition-delay: 0.6s
}

.service-card .line:nth-child(2) {
    transition-delay: 0.4s
}

.service-card .line:nth-child(3) {
    transition-delay: 0.2s
}

.service-card .line:nth-child(4) {
    transition-delay: 0s
}

/* Country Code */
.newcountrycode {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    height: 45px;
    border-radius: 5px
}

.newcountrycode select {
    width: 56px;
    border: 0;
    padding: 0px 19px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    background: transparent
}

.newcountrycode .countrycode {
    width: 70px;
    border: 0;
    background: #f9f9f9;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin: 0 10px
}

.newcountrycode .phone-field {
    width: 100%
}

.newcountrycode input {
    border: 0
}

/* Country Code */
/* ---------------------------footer------------------------------- */
.newsletter-form input {
    border: 1px solid #6E7070;
    background: #fff;
    border-radius: 10px;
    padding: 22px 16px;
    font-size: 14px;
    width: 100%
}

.newsletter-form {
    display: flex;
    align-items: center;
    gap: 1rem
}

.newsletter-form button {
    border: 1px solid #6E7070;
    background: var(--primary);
    border-radius: 10px;
    padding: 22px 16px;
    font-size: 16px;
    width: 56%;
    color: #fff
}

.border-btm {
    border-bottom: 1px solid #E1E4E6;
    padding-bottom: 60px;
    margin-bottom: 60px
}

.newsletter-text h3 {
    font-size: 40px;
    line-height: 53px
}

footer {
    background: #202020;
    padding: 62px 0
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0
}

.copyright p,.copyright a {
    color: #000
}

ul.f-link {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 40px
}

.footer-sec p {
    color: #fff;
    line-height: 1.5;
    font-size: 16px;
    padding-top: 42px;
    max-width: 80%
}

.footer-hdng h4 {
    font-size: 22px;
    color: var(--primary);
    margin-bottom: 22px
}

.f-menu li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px
}

.footer-hdng p {
    color: #fff;
    line-height: normal;
    padding-bottom: 16px
}

.f-menu li a i {
    color: var(--primary);
    margin-right: 10px
}

.f-menu li {
    line-height: 2
}

.copyright-sec {
    background: #fff
}

.f-link li {
    width: 32px;
    height: 32px;
    background: #E9F6F9;
    border-radius: 50px;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center
}

.f-link li a {
    color: var(--primary);
    font-size: 14px
}

ul.insta-post {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px
}

.disclaimer {
    margin-top: 15px;
    border-top: 1px solid #000;
    padding: 15px 0;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

/* ----------------------------------footer---------------------- */
/* 404 */
.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
}

.error-image {
    margin-top: 100px
}

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

/* 404 */
/* terms */
.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: 28px;
    margin: 2rem 0 1rem
}

.terms p {
    margin-bottom: 1rem
}

ul.list-ul2 {
    list-style: disc;
    margin-left: 22px;
}

/* terms */
/* inner pages */
section.sec-counter.innerpage-counter {
    margin-top: -42px;
    padding: 100px 0 3rem;
    clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 100%)
}

.banner-content.inner-banner {
    padding: 170px 0
}

.inner-banner h1.banner-heading span {
    justify-content: center
}

.trusted-logos {
    background: #202020;
    padding: 45px 0
}

.logo-image {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

ul.logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
    align-items: center;
    text-align: center
}

.logo-image img {
    max-width: 100px;
    transition: transform 0.3s ease;
    animation: pulseEffect 4s infinite ease-in-out
}

@keyframes pulseEffect {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.portfolio-card .port-detail h3 {
    color: var(--primary);
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.48px;
    padding: 10px 0
}

.portfolio-card .port-detail p {
    color: #fff
}

.portfolio-card .port-detail {
    padding: 25px
}

section.logo-samples {
    background: #202020
}

.portfolio-card.marg-0:hover:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 22px;
    left: 0;
    background-image: url(../images/intersection.png);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.5s ease
}

.portfolio-card:hover .port-detail h3 {
    color: #fff
}

.business-card h3 {
    color: #202020;
    font-size: 30px;
    padding: 20px 0
}

.business-card p {
    color: #202020;
    font-size: 18px;
    line-height: 30px
}

.business-card {
    position: relative;
    z-index: 0;
    transition: 0.3s ease
}

.business-card img {
    width: 100%
}

.business-card:hover:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 22px;
    left: 0;
    background-image: url(../images/intersection.png);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.5s ease
}

.contact-detail {
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid transparent;
    padding: 40px
}

.contact-detail p {
    color: #fff;
    font-size: 16px;
    line-height: 30px
}

.contact-detail a {
    color: var(--primary);
    font-size: 24px
}

.sec-heading h3 span {
    color: var(--primary)
}

.input-field input, .input-field textarea {
    border-radius: 0;
    padding: 18px 16px 18px 0;
    font-size: 14px;
    width: 100%;
    background: transparent;
    border: 0;
    height: 56px;
    outline: 0
}

.input-field {
    margin-bottom: 30px;
    border-bottom: 1px solid #DFDFDF
}

.send-btn button {
    padding: 15px 30px;
    background: var(--primary);
    color: white;
    font-size: 18px;
    border-radius: 8px;
    font-weight: 600;
    border: 2px solid var(--primary);
    transition: .5s ease;
    width: 35%
}

.input-field textarea {
    height: 127px
}

.contact-image {
    transform: scale(1.6);
    margin: 112px -114px 0 92px;
    text-align: end
}

.padding {
    padding: 100px 0
}

@media (max-width: 1440px) {
    .menu>li {
        padding: 16px 0 16px 20px;
    }

    h1.banner-heading {
        font-size: 62px;
        line-height: 85px;
    }

    section.sec-counter {
        margin-top: -23%;
        padding-top: 200px;
    }

    ul#counter li .counter>div {
        font-size: 50px;
    }

    ul#counter li .counter span.text {
        font-size: 18px;
    }

    .swiper {
        left: calc(42% - 10vw);
    }
}

@media (max-width: 1200px) {
    ul.menu.btns li {
        border-bottom: 0
    }

    .dropdown ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
        padding: 0px
    }

    .dropdown ul .last {
        grid-row: 1 / span 1;
        grid-column: 1
    }

    .dropdown ul .last img {
        height: auto;
        width: auto
    }

    .dropdown ul li.last {
        width: auto;
        display: none;
    }

    .dropdown li {
        padding: 5px 6px
    }

    .dropdown ul li a span {
        font-size: 12px
    }

    .btns {
        margin: 1.5rem 0
    }

    .dropdown {
        position: unset;
        box-shadow: none;
        width: 100%;
        background: #f0f8ff80
    }

    .dropdown ul li a {
        padding: 0;
        line-height: 1rem;
        padding: 8px;
        font-weight: 500;
        font-size: 15px
    }

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

    .form-head {
        padding: 1rem
    }

    .btn-normal {
        padding: 10px 8px
    }

    .sub-menu a {
        color: #333 !important;
        margin-bottom: 0 !important
    }

    .sub-menu {
        left: auto !important;
        padding-top: 16px;
        top: 24px
    }

    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: 0px
    }

    .menuWrap.open {
        display: flex;
        left: 0px
    }

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

    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: 0px;
        margin-right: 0px;
        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
    }

    h1.banner-heading {
        font-size: 66px;
        line-height: 86px
    }

    section.sec-counter {
        padding-top: 190px;
        margin-top: -23%;
    }

    ul#counter li .counter>div {
        font-size: 64px
    }

    ul#counter li .counter span.text {
        font-size: 18px
    }

    .sec-heading h2 {
        font-size: 46px;
        line-height: 50px
    }

    .swiper {
        left: calc(42% - 10vw)
    }

    a.arrow-btn {
        display: none !important
    }

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

    .side-image:before {
        display: none
    }

    .steps h3 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 6px
    }

    .steps p {
        font-size: 16px;
        line-height: 24px
    }

    .side-image {
        margin-right: 0
    }

    .step-card-wrapper h3 {
        font-size: 22px;
        padding: 0 0 10px
    }

    .chooseus-image {
        margin-right: 0
    }

    .cta-sec .btn-wrap {
        margin-top: 30px
    }

    .cta-image {
        margin-left: 0;
        margin-right: 0;
        font-size: 0
    }

    .testi-slider .slick-slide.slick-current.slick-active {
        transform: translateY(0px)
    }

    .testi-card {
        margin: 32px 0
    }

    ul.brand-logos {
        text-align: center
    }

    .step-card-wrapper {
        padding: 18px;
    }

    ul.logos {
        grid-template-columns: repeat(auto-fit, minmax(98px, 1fr));
        gap: 2rem;
    }

    .contact-detail {
        padding: 18px;
    }

    .contact-detail a {
        font-size: 18px;
    }

    .padding {
        padding: 45px 0;
    }

    .input-field {
        margin-bottom: 14px;
    }

    .contact-image {
        transform: scale(1.06);
        margin: 0;
    }

    .fs-50 {
        font-size: 38px !important;
        line-height: 43px !important;
    }
}

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

    .overlap-slider {
        width: 100%;
        position: relative;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    .dropdown ul li.last {
        display: none
    }

    ul#counter li .counter>div {
        font-size: 50px
    }

    ul#counter li .counter span.text {
        font-size: 18px
    }

    section.sec-counter {
        padding-top: 158px;
        margin-top: -23%;
    }

    .sec-heading h2 {
        font-size: 52px;
        line-height: 60px
    }

    .swiper {
        left: calc(48% - 19vw)
    }

    a.arrow-btn {
        display: none !important
    }

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

    .side-image:before {
        display: none
    }

    .steps h3 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 6px
    }

    .steps p {
        font-size: 16px;
        line-height: 24px
    }

    .side-image {
        margin-right: 0
    }

    .process-wrapper .sec-heading h4 {
        font-size: 34px;
        line-height: 40px
    }

    .step-card-wrapper {
        padding: 20px
    }

    .step-card-wrapper p {
        font-size: 14px;
        line-height: 22px
    }

    .step-card-wrapper h3 {
        font-size: 20px;
        padding: 0px 0 14px
    }

    .chooseus-image {
        margin-right: -36px
    }

    .cta-image {
        margin-left: 0;
        margin-right: 0
    }

    .testi-slider .slick-slide.slick-current.slick-active {
        transform: translateY(0px)
    }

    .testi-card p {
        font-size: 18px;
        line-height: 32px;
        height: 100%
    }

    .testi-card {
        margin: 30px 0
    }

    .newsletter-form button {
        width: 58%
    }

    .footer-sec p {
        font-size: 14px;
        padding-top: 20px;
        max-width: 90%
    }

    ul.f-link {
        gap: 8px;
        margin-top: 22px
    }

    .cta-sec .btn-wrap {
        margin-top: 18px
    }

    ul.cta-list {
        margin: 14px 0
    }

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

    .vectors {
        display: none
    }

    .contact-detail {
        padding: 20px
    }

    .contact-detail a {
        font-size: 16px
    }

    .sec-heading .sub-heading {
        font-size: 22px
    }

    .sec-heading p {
        font-size: 15px;
        line-height: 27px
    }

    .input-field {
        margin-bottom: 12px
    }

    .contact-image {
        transform: scale(1.1);
        margin: 0
    }

    ul.logos {
        grid-template-columns: repeat(auto-fit, minmax(123px, 1fr));
        gap: 1rem
    }

    .sec-heading h4 {
        font-size: 32px;
        line-height: 40px
    }

    .sec-heading .list-ul li {
        line-height: 22px;
        display: flex;
        align-items: baseline;
        margin-bottom: 10px
    }

    .portfolio-card .port-detail {
        padding: 0px
    }

    .portfolio-card .port-detail h3 {
        font-size: 20px
    }

    .portfolio-card.marg-0 {
        margin-bottom: 1rem
    }

    .padding {
        padding: 50px 0
    }

    ul.overview-nav.d2 {
        gap: 10px;
        margin-top: 0px;
    }

    ul.overview-nav.d2 a {
        padding: 16px 32px;
        font-size: 16px;
    }

    .pkg-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .fs-50 {
        font-size: 38px !important;
        line-height: 43px !important;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    .dropdown ul .last img {
        display: none
    }

    ul.menu.btns li {
        margin: 10px 0
    }

    header {
        padding: 0rem 0
    }

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

    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px
    }

    h1.banner-heading {
        font-size: 56px;
        line-height: 68px;
        margin-bottom: 1rem
    }

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

    .banner-img {
        display: none
    }

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

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

    .sec-heading .sub-heading {
        margin-bottom: .5rem
    }

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

    .side-tag {
        display: none
    }

    h1.banner-heading span img {
        display: none
    }

    section.sec-counter {
        margin-top: 0;
        padding-top: 50px
    }

    ul#counter li .counter>div {
        font-size: 32px
    }

    ul#counter {
    }

    ul#counter li .counter span.text {
        font-size: 14px
    }

    .swiper {
        width: 46vw;
        left: calc(50% - 22vw)
    }

    .con {
        height: 540px
    }

    .bt-group {
        display: none
    }

    .vectors {
        display: none
    }

    br {
        display: none
    }

    .pckg {
        padding: 24px 20px
    }

    .pckg .upper .price .amount {
        font-size: 60px;
        line-height: 16px
    }

    .sec-heading h3, .sec-heading h4 {
        font-size: 28px
    }

    .steps h3 {
        font-size: 24px;
        line-height: 25px
    }

    .steps p {
        font-size: 16px;
        line-height: 24px
    }

    .process-wrapper .sec-heading h4 {
        font-size: 24px;
        line-height: 30px
    }

    .step-card-wrapper h3 {
        font-size: 28px;
        padding: 0px 0 12px
    }

    .sec-heading h4 {
        line-height: 34px
    }

    .cta-sec .btn-wrap {
        margin-top: 30px
    }

    .testi-slider .slick-list.draggable {
        padding: 0 0%
    }

    .testi-slider .slick-slide.slick-current.slick-active {
        transform: translateY(0px)
    }

    .testi-card p {
        font-size: 16px;
        line-height: 28px;
        min-height: auto
    }

    .testi-card {
        margin: 20px 0 50px
    }

    .testi-card .client .det .name {
        font-size: 20px;
        line-height: 24px
    }

    .accordion-list li h3 {
        font-size: 20px;
        line-height: 28px
    }

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

    .accordion-list li {
        padding: 20px 20px
    }

    .service-card {
        height: auto;
        margin-bottom: 1rem
    }

    .mmpopup .centercont h3 span {
        margin: 0 10px;
        font-size: 26px
    }

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

    .newsletter-text h3 {
        font-size: 28px;
        line-height: 38px
    }

    footer {
        padding: 30px 0
    }

    .newsletter-form {
        flex-direction: column;
        margin-top: 22px
    }

    .newsletter-form button {
        width: 100%
    }

    .border-btm {
        padding-bottom: 34px;
        margin-bottom: 30px
    }

    .footer-sec p {
        font-size: 16px;
        padding-top: 20px;
        max-width: 100%
    }

    ul.f-link {
        gap: 8px;
        margin-top: 20px
    }

    .footer-hdng {
        margin-top: 23px
    }

    .footer-hdng h4 {
        font-size: 20px;
        margin-bottom: 10px
    }

    ul.insta-post {
        grid-template-columns: repeat(4, 1fr)
    }

    .process-wrapper {
        padding: 20px
    }

    .process-wrapper .sec-heading p {
        font-size: 14px
    }

    section.service-sec {
        background-repeat: no-repeat;
        background-size: cover
    }

    section.cta-sec {
        padding: 3rem 0
    }

    .popup-image {
        display: none
    }

    .pckg .upper .price {
        margin: 32px 0 20px
    }

    .pckg .upper p {
        padding-bottom: 14px
    }

    .pckg .bottom ul {
        margin: 1rem 0 2rem;
        height: 216px
    }

    .pckg .bottom ul li:not(.last) {
        margin-bottom: 8px
    }

    .step-card-wrapper:hover {
        transform: translateY(0px)
    }

    ul.brand-logos {
        grid-template-columns: repeat(auto-fit, minmax(78px, 1fr))
    }

    .copyright p, .copyright a {
        font-size: 16px;
        text-align: center;
        line-height: 22px
    }

    .banner-content.inner-banner {
        padding: 110px 0 50px
    }

    section.sec-counter.innerpage-counter {
        margin-top: 0;
        padding: 48px 0 2rem;
        clip-path: none
    }

    ul.logos {
        grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
        gap: 2rem
    }

    .trusted-logos {
        background: #202020;
        padding: 16px 0 45px
    }

    .sec-heading .list-ul li {
        line-height: 18px;
        font-size: 16px;
        display: flex;
        align-items: baseline;
        margin-bottom: 14px
    }

    .portfolio-card .port-detail {
        padding: 6px
    }

    .portfolio-card.marg-0 {
        margin-bottom: 2rem
    }

    .business-card h3 {
        font-size: 26px;
        padding: 15px 0 10px
    }

    .business-card p {
        color: #202020;
        font-size: 16px;
        line-height: 22px
    }

    .business-card {
        margin-bottom: 2rem
    }

    .chooseus-logo {
        display: none
    }

    .process-wrapper .sec-heading p {
        font-size: 16px
    }

    .step-card-wrapper p {
        font-size: 16px
    }

    .cta-sec ul.cta-list li {
        font-size: 16px
    }

    .contact-detail {
        padding: 16px
    }

    .contact-detail a {
        font-size: 16px
    }

    .padding {
        padding: 35px 0
    }

    .input-field {
        margin-bottom: 15px
    }

    .send-btn button {
        width: 100%
    }

    .contact-image {
        display: none
    }

    .terms h4 {
        font-size: 20px
    }

    .terms p {
        font-size: 16px
    }

    ul.list-ul2 li {
        font-size: 16px;
        margin-bottom: 5px
    }

    .viewport {
        margin: 170px auto 0;
        height: 300px
    }

    .track {
        justify-content: flex-start;
    }

    .chooseus-image, .cta-image {
        display: none;
    }

    .pkg-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    ul.overview-nav.d2 {
        gap: 10px;
        margin-top: 40px;
    }

    ul.overview-nav.d2 a {
        padding: 16px 32px;
        font-size: 16px;
    }

    .fs-50 {
        font-size: 38px !important;
        line-height: 43px !important;
    }
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
    .pkg-list {
        grid-template-columns: repeat(1, 1fr)
    }

    .dropdown ul .last img {
        display: none
    }

    ul.menu.btns li {
        margin: 10px 0
    }

    header {
        padding: 0rem 0
    }

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

    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 14px
    }

    h1.banner-heading {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 1rem
    }

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

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

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

    .banner-img {
        display: none
    }

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

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

    .sec-heading .sub-heading {
        margin-bottom: .5rem
    }

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

    .side-tag {
        display: none
    }

    h1.banner-heading span img {
        display: none
    }

    section.sec-counter {
        margin-top: 0;
        padding-top: 50px
    }

    ul#counter li .counter>div {
        font-size: 40px
    }

    ul#counter {
        gap: 2rem;
        flex-direction: column
    }

    ul#counter li .counter span.text {
        font-size: 16px
    }

    .swiper {
        width: 62vw;
        left: calc(50% - 32vw)
    }

    .con {
        height: 358px
    }

    .bt-group {
        display: none
    }

    .vectors {
        display: none
    }

    br {
        display: none
    }

    .pckg {
        padding: 24px 20px
    }

    .pckg .upper .price .amount {
        font-size: 60px;
        line-height: 16px
    }

    .sec-heading h3, .sec-heading h4 {
        font-size: 28px
    }

    .steps h3 {
        font-size: 24px;
        line-height: 25px
    }

    .steps p {
        font-size: 14px;
        line-height: 24px
    }

    .side-image, .chooseus-image, .cta-image {
        display: none
    }

    .process-wrapper .sec-heading h4 {
        font-size: 28px;
        line-height: 36px
    }

    .step-card-wrapper h3 {
        font-size: 24px;
        padding: 0px 0 12px
    }

    .sec-heading h4 {
        line-height: 34px
    }

    .cta-sec .btn-wrap {
        margin-top: 30px
    }

    .testi-slider .slick-list.draggable {
        padding: 0 0%
    }

    .testi-slider .slick-slide.slick-current.slick-active {
        transform: translateY(0px)
    }

    .testi-card p {
        font-size: 16px;
        line-height: 28px;
        min-height: auto
    }

    .testi-card {
        margin: 20px 0 50px
    }

    .testi-card .client .det .name {
        font-size: 20px;
        line-height: 24px
    }

    .accordion-list li h3 {
        font-size: 17px;
        line-height: 25px
    }

    .answer p {
        font-size: 14px;
        line-height: 26px
    }

    .accordion-list li {
        padding: 20px 20px
    }

    .service-card {
        height: auto;
        margin-bottom: 1rem
    }

    .mmpopup .centercont h3 span {
        margin: 0 10px;
        font-size: 26px
    }

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

    .newsletter-text h3 {
        font-size: 28px;
        line-height: 38px
    }

    footer {
        padding: 30px 0
    }

    .newsletter-form {
        flex-direction: column;
        margin-top: 22px
    }

    .newsletter-form button {
        width: 100%
    }

    .border-btm {
        padding-bottom: 34px;
        margin-bottom: 30px
    }

    .footer-sec p {
        font-size: 14px;
        padding-top: 20px;
        max-width: 100%
    }

    ul.f-link {
        gap: 8px;
        margin-top: 20px
    }

    .footer-hdng {
        margin-top: 23px
    }

    .footer-hdng h4 {
        font-size: 20px;
        margin-bottom: 10px
    }

    ul.insta-post {
        grid-template-columns: repeat(4, 1fr)
    }

    .popup-image {
        display: none
    }

    .pckg .upper .price {
        margin: 32px 0 20px
    }

    .pckg .upper p {
        padding-bottom: 14px
    }

    .pckg .bottom ul {
        margin: 1rem 0 2rem;
        height: 216px
    }

    .pckg .bottom ul li:not(.last) {
        margin-bottom: 8px
    }

    .step-card-wrapper:hover {
        transform: translateY(0px)
    }

    ul.brand-logos {
        grid-template-columns: repeat(auto-fit, minmax(90px, 1fr))
    }

    .copyright p, .copyright a {
        font-size: 14px;
        text-align: center;
        line-height: 22px
    }

    .banner-content.inner-banner {
        padding: 110px 0 50px
    }

    section.sec-counter.innerpage-counter {
        margin-top: 0;
        padding: 48px 0 2rem;
        clip-path: none
    }

    ul.logos {
        grid-template-columns: repeat(auto-fit, minmax(94px, 1fr));
        gap: 2rem
    }

    .trusted-logos {
        background: #202020;
        padding: 16px 0 45px
    }

    .sec-heading .list-ul li {
        line-height: 18px;
        font-size: 14px;
        display: flex;
        align-items: baseline;
        margin-bottom: 14px
    }

    .portfolio-card .port-detail {
        padding: 6px
    }

    .portfolio-card.marg-0 {
        margin-bottom: 2rem
    }

    .business-card h3 {
        font-size: 26px;
        padding: 15px 0 10px
    }

    .business-card p {
        color: #202020;
        font-size: 14px;
        line-height: 22px
    }

    .business-card {
        margin-bottom: 2rem
    }

    .chooseus-logo {
        display: none
    }

    .process-wrapper .sec-heading p {
        font-size: 14px
    }

    .step-card-wrapper p {
        font-size: 14px
    }

    .cta-sec ul.cta-list li {
        font-size: 14px
    }

    .contact-detail {
        padding: 16px
    }

    .contact-detail a {
        font-size: 16px
    }

    .padding {
        padding: 35px 0
    }

    .input-field {
        margin-bottom: 15px
    }

    .send-btn button {
        width: 100%
    }

    .contact-image {
        display: none
    }

    .terms h4 {
        font-size: 20px
    }

    .terms p {
        font-size: 14px
    }

    ul.list-ul2 li {
        font-size: 14px;
        margin-bottom: 5px
    }

    ul.overview-nav.d2 a {
        padding: 16px 16px;
        font-size: 14px;
    }

    ul.overview-nav.d2 {
        gap: 10px;
        margin-bottom: 10px;
    }

    .viewport {
        margin: 166px auto 0;
        height: 312px;
    }

    .fs-50 {
        font-size: 38px !important;
        line-height: 43px !important;
    }
}










.pckg:hover a{
    color: #000;
}