/*Main Css */
:root {
    --primary: #00B67A;
    --bg-light: #ffdecc;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;

    --font-heading: "Poppins", sans-serif;
    --font-accent: "Inter", sans-serif;
    --font-body: "Inter", sans-serif;
    --icon: "Font Awesome 6 Pro", sans-serif;
}

::selection {
    background: #062333;
    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: #062333;
}


/* Tabbing CSS */

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

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


/* Accordian */


.accordion-list {
    position: relative;
}

.accordion-list li {
    padding: 30px 35px 30px 30px;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    /* border: 1px solid #D1D5DB; */
    background: white;
    /* box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05); */
    border-radius: 6px;
    margin-bottom: 1.5rem;
    border: 2px solid #00493A;
    box-shadow: 13px 13px 0px #062333;
    border-radius: 16px;
}

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

.accordion-list li h3 {
    font-size: 24px;
    color: #666666;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: -0.03em;
    color: #000000;
}

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

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

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

.answer p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    font-size: 20px;
    line-height: 35px;
}

/* Accordian */

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 {
    display: block;
    font-weight: normal;
    font-family: var(--font-heading);
    font-weight: 700;
}

*: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: 50px 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: 8px;
    width: 30px;
    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: #B6B9FC;
    width: 55px;
}

/*header css*/
.top-bar {
    background: #062333;
    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: #ff6318;
}

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;
    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: white;
    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: 2rem;
    transition: .5s ease;
}

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;
    width: 160px;
    /* max-width: 180px; */
}

footer .f-logo img {
    width: 160px;
    /* max-width: 200px; */
}

/* 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 30px;
}

.menu>li>a {
    display: block;
    font-size: 18px;
    color: #062333;
    /* text-transform: uppercase; */
    font-weight: 500;
    letter-spacing: -0.03em;
}

.header-btn {
    color: #fff !important;
    padding: 15px 20px;
    font-weight: 400 !important;
    background: #FF6318;
    border: 2px solid #db4700;
    box-shadow: 2px 9px 0px #db4700;
    border-radius: 50px;
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.header-btn:hover {
    transform: scale(1.03);
    /* box-shadow: 0px 0px 0px #062333; */
}

.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 {
    position: relative;
    z-index: 1;
}

.dropdown {
    position: absolute;
    top: 100%;
    width: 690px;

    display: none;
}

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

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

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

.dropdown ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 20px;
    background: #195678;
    box-shadow: 1px 24px 24px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

.dropdown ul .last {
    display: grid;
    grid-row: 1 / span 4;
    grid-column: 3;
    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: #e5edff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    /* padding: 10px 18px; */
    transition: .5s ease;
}

.dropdown li:hover {
    background: #062333;
}

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

/* Main Banner CSS */

.mainBanner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 50px;
}

.mainBanner.gradient {
    background: linear-gradient(137.44deg, #FAF5FF 0%, #DBE9FF 48.86%, rgba(232, 214, 255, 0) 98.03%);
    min-height: 700px;
}

.mainBanner.has-mh {
    min-height: 250px;
}

.mainBanner.has-bg {
    background: url('../images/banner/branding/bg.webp') no-repeat;
    background-position: right bottom;
}

.banner-content {
    padding: 200px 0 0px;
}

h1.banner-heading {
    font-size: 59px;
    line-height: 82px;
    margin-bottom: 2rem;
    letter-spacing: -0.04em;
    font-weight: 700;
    color: #062333;
}

.banner-img.big img {
    min-width: 833px;
}

span.spark {
    padding-left: 1rem;
    position: relative;
    width: 40px;
    display: inline-flex;
    align-items: center;
    height: 40px;
}

span.spark img {
    height: 70px;
    /* transform: translateY(20px); */
    position: absolute;
}

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

p.banner-text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 2rem;
    color: #00493A;
}

.ban-card {
    background: rgb(253 96 41 / 10%);
    border-radius: 20px;
    padding: 40px;
}

.ban-card>p {
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: -0.03em;
    margin-bottom: 1.3rem;
}

.ban-card>ul {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    flex-wrap: wrap;
}

.ban-card>ul li {
    width: 50%;
    margin-bottom: 1rem;
    position: relative;
    display: flex;
    gap: 12px;
}

.ban-card>ul li::before {
    content: "\f336";
    font-family: var(--icon);
    color: #062333;
}

.ban-card .bottom {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 1rem;
}

.clients-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 415px;
    max-width: 100%;
}

span.stars {
    display: flex;
    gap: 2px;
    flex-shrink: 0;
    align-items: center;
    color: #ff6318;
}

.clients {
    display: flex;
    padding-right: 20px;
}

.clients img:not(:first-child) {
    margin-left: -12%;
}

.clients-wrap p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #062333;
}

ul.trusted {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

/* 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: 1000px;
    background: #fff;
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    overflow: hidden;
    display: none;
    border-radius: 30px;
    max-width: 97%;
    max-height: 90vh;
    overflow-y: auto;
}

.form-wrap {
    width: 55%;
}

.mmpopup {
    /* text-align: center; */
    background: #f8f8f8;
    padding: 45px;
    position: relative;
}

.mmpopup::before,
.mmpopup::after {
    content: "";
    position: absolute;
}

.mmpopup::before {
    background: url("../images/poptop.webp")no-repeat;
    width: 30%;
    height: 30%;
    right: -8px;
    top: 0;
}

.mmpopup::after {
    background: url("../images/popbottom.webp")no-repeat;
    width: 40%;
    height: 48%;
    bottom: 30px;
    right: 14px;
    background-size: contain;
}

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

.mmpopup .fld-input {
    height: 50px;
    width: 100%;
    /* margin-bottom: 9px; */
    border-radius: 10px;
    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: auto;
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 25px;
    line-height: 38px;
    color: #232323;
}

.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;
    text-align: left;
}

.mmpopup .centercont h3 span {
    display: block;
    color: #232323;
    font-weight: 600;
    font-size: 40px;
    line-height: 69px;
    letter-spacing: -0.03em;
}

.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: 16px;
    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: 5px;
    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 */


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

.pkg-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* gap:2rem; */
    background: #062333;
    box-shadow: 14px 14px 0px #011925;
    border-radius: 30px;
    overflow: hidden;
}

.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 {
    transition: .5s ease;
    color: white;
    background: #fff;
    border-radius: 8px;
    height: 100%;
    background: transparent;
    border-radius: 0px;
}

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

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

.pckg .btn-wrap .btn-norm:hover {
    transform: scale(1.03);
}
span.del {
    text-decoration: line-through;
}
.pckg .upper,
.pckg .bottom {
    padding: 1.5rem;
}

.pckg .upper .title {
    /* font-size: 20px; */
    /* line-height: 24px; */
    /* margin-bottom: 1rem; */
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    font-family: var(--font-heading);
    min-height: 80px;
}

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

.pckg .upper p {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    /* margin-bottom: 1.5rem; */
    min-height: 40px;
}

.pckg .upper .price {
    display: flex;
    align-items: center;
    gap: 10px;
    /* margin: 1.5rem 0; */
}

.pckg .upper .price .amount {
    font-weight: 700;
    font-size: 66px;
    line-height: 99px;
    color: #fff;
    font-family: var(--font-heading);
}

.pckg .upper .price .uspto {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    background: #FFC700;
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    font-family: var(--font-heading);
}

.pckg .upper {
    border-bottom: 1px solid #fff;
}

.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: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    position: relative;
    display: flex;
}

.pckg:hover {
    background: #195678;
}

.pkg-list>div:nth-child(1) .pckg {
    border-right: 1px solid #fff;
}

.pkg-list>div:nth-child(3) .pckg {
    border-left: 1px solid #ffffff;
}

.pckg .bottom ul li:not(.last) {
    margin-bottom: 1rem;
}

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

.pckg-img {
    height: 100%;
    object-fit: cover;
}
.pckg-img-combo {
    height: 100%;
    object-fit: contain;
}
.pckg .bottom ul {
    max-height: 272px;
    overflow-y: auto;
    margin-bottom: 1rem;
}

.pckg .bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 420px;
}

.content .pckg:hover {
    background: #062333;
}
/* packages */

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

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

}

.sec-heading h2 {
    font-size: 50px;
    line-height: 68px;
    letter-spacing: -0.03em;
    color: #062333;
}

.sec-heading h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.03em;
    color: #062333;
    margin-top: 1rem;
}

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

.sec-heading p {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #5F5F5F;
    margin: 1rem 0;
}

.sec-heading .sub-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: var(--primary);
    margin-bottom: 1rem;
}

/* 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;
    margin: 1rem 0;
}

.theme-btn {
    background: #FF6318;
    border: 2px solid #db4700;
    box-shadow: 2px 14px 0px #db4700;
    border-radius: 50px;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -0.03em;
    padding: 24px 30px;
    color: #fff !important;
    font-family: var(--font-heading);
    white-space: nowrap;
}

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

.theme-btn:hover {
    transform: scale(1.03);
    box-shadow: 0px 0px 0px #062333;
}

/* Theme Buttons */








/* Portfolio  */

.mt-200 {
    margin-top: 200px;
}

.port-slide .det {
    padding: 10px;
    background: white;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.port-slide .det span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-heading);
}

.port-slide .det a {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #31A8FE;
    /* text-decoration: underline; */
    border-bottom: 1px solid;
}


.portfolio-slider {
    position: relative;
    /* display: flex; */
    /* align-items: center; */
}

.portfolio-slider .port-slide img {
    width: 100%;
}

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

.portfolio-slider a.arrow-btn.right.slick-arrow {
    right: 8%;
}

.portfolio-slider a.arrow-btn.left.slick-arrow {
    left: 8%;
}


/* Portfolio  */


/* Testimonials */
.testimonials {
    background: #002C4F;
    position: relative;
    /* color: white; */
    padding-bottom: 100px;
    overflow: hidden;
}

.testimonials::before {
    content: "";
    background: url('../images/testi.webp') no-repeat;
    width: 300px;
    height: 100%;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.rating span {
    color: #34A585;
    font-weight: 500;
    font-size: 50px;
    line-height: 30px;
    font-family: var(--font-heading);
    margin-bottom: 1rem;
}

.rating p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: white;
}

.rating {
    margin-bottom: 50px;
}



.testi-card {
    background: #195678;
    padding: 15px;
    box-shadow: 12px 12px 0px #062333;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
    padding-right: 0;
}

.testi-card p {
    /* font-weight: 500; */
    font-size: 20px;
    line-height: 35px;
    color: #fff;
    font-family: var(--font-heading);
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
    font-weight: 500;
    max-height: 315px;
    padding-right: 10px;
    overflow-y: auto;
}

.testi-card .client {
    gap: 10px;
    display: flex;
    align-items: center;
}

.testi-card .client .det .name {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    font-family: var(--font-heading);
    letter-spacing: -0.03em;
}

.testi-card .client .det .des {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    letter-spacing: -0.03em;
}

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

.qoute {
    background: #062333;
    box-shadow: 8px 8px 0px #000000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
}

.testi-card .content {
    padding: 0 20px;
}

.testi-card .client img {
    width: 72px;
}

/* Testimonials */






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

ul.overview-nav.d2 a {
    color: #062333 !important;
    padding: 15px 20px;
    font-weight: 400 !important;
    background: #ffffff;
    border: 2px solid #062333;
    box-shadow: 2px 9px 0px #062333;
    border-radius: 50px;
    display: flex !important;
    align-items: center;
    gap: 10px;
}

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

.port-card {
    margin-bottom: 1.5rem;
}

.port-card a {
    width: 100%;
}

.port-card img {
    width: 100%;
}

/* Portfolio */
/* 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;
}



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

/* 404 */
/* terms */



.terms ul.roman {

    line-height: 25px;
    font-size: 16px;
    color: #333;
}

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

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

ul.list-bullets {
    padding-left: 1rem;
    list-style: disc;
}

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

.terms p {
    margin-bottom: 2rem;
}

/* terms */


/* Home Section2 */
.img-wrap {
    position: relative;
}

span.img-elem {
    position: absolute;
    left: -30%;
    top: 25%;
}

/*span.img-elem.website {*/
/*    left: -28%;*/
/*    top: 15%;*/
/*}*/

span.img-elem.website{
    display:none;
}

/* Home Section2 */

/* Home Section3 */

.stack-card {
    background: #FFFFFF;
    border: 2px solid #ff631852;
    border-radius: 30px;
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 20px;
    margin-bottom: 2rem;
}

.stack-card .content {
    padding-left: 60px;
}

.stack-card .img {
    background: #f8f8f8;
    border-radius: 30px;
    width: 560px;
    height: 560px;
    flex-basis: 560px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}

.stack-card .img video {
    max-width: 100%;
}

.stack-card .img img,
.stack-card .img video {
    width: 300px;
    height: 300px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.stack-card .content h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    color: #062333;
    margin-bottom: 1rem;
}

.stack-card .content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    color: #555555;
}

/* Home Section3 */


/* Cta Sec */
.cta-sec {
    position: relative;
    background: #062333;
    z-index: 0;
}

.cta-sec::before {
    content: "";
    background: url("../images/cta.webp")no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background-position: right;
    z-index: -1;
    mix-blend-mode: luminosity;
}

.cta-sec.web::before {
    background: url("../images/cta2.webp")no-repeat;
    background-size: contain;
    background-position: right;

}

.cta-sec.branding::before {
    background: url("../images/cta3.webp")no-repeat;
    background-size: contain;
    background-position: right;

}

.cta-sec.brochure::before {
    background: url("../images/cta4.webp")no-repeat;
    background-size: contain;
    background-position: right;

}

.cta-sec.stationary::before {
    background: url("../images/cta5.webp")no-repeat;
    background-size: contain;
    background-position: right;

}

.cta-sec .heading-wrap h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 75px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.cta-sec .heading-wrap p {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin-bottom: 50px;
}

a.theme-btn.sm {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.03em;
    font-weight: 600;
    padding: 17px 30px;
}

.cta-sec .call {
    font-size: 20px;
    line-height: 30px;
    color: white;
    letter-spacing: -0.03em;
    font-weight: 400;
    margin-top: 40px;
}

.cta-sec .call a {
    color: white;
    margin-left: 10px;
}

/* Cta Sec */

/* Process  */
ul.vertical-tab li a {
    padding: 18px 40px;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: white;
    font-family: var(--font-heading);
    background: #011925;
    border-radius: 15px;
    width: 100%;
    /* margin-bottom: 30px; */
}

ul.vertical-tab li.active a {
    background: #ff6318;
}

.tabs {
    padding: 55px 35px;
    background: #062333;
}

.process {
    background: #f8f8f8;
    box-shadow: 14px 14px 0px #011925;
    border-radius: 30px;
    overflow: hidden;
}

ul.vertical-tab {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.process-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.process .port-content {
    height: 100%;
}

.process-card img {
    margin-bottom: 1rem;
}

.process-card h4 {
    font-weight: 700;
    font-size: 34px;
    line-height: 51px;
    color: #062333;
    margin-bottom: 1rem;
}

.process-card p {
    font-weight: 500;
    font-size: 22px;
    line-height: 39px;
}

/* Process  */


/* Industries */
ul.industries {
    display: flex;
    justify-content: space-between;
    gap: 1.3rem;
}

ul.industries li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: #062333;
    box-shadow: 9px 9px 0px #195678;
    border-radius: 18px;
    padding: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.03em;
    flex-basis: 100%;
    /* flex-shrink: 0; */
}

ul.industries-list {
    background: #195678;
    border: 2px solid #062333;
    box-shadow: 14px 14px 0px #062333;
    border-radius: 20px;
    padding: 26px 36px;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

ul.industries-list li {
    background: #062333;
    border-radius: 15px;
    padding: 1rem 42px;
    color: white;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
ul.industries-list li a {
    /* background: #00b883; */
    border-radius: 15px;
    /*padding: 1rem 42px;*/
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: white;
    width: 100%;
}
/* Industries */

/* Form Section */

.form-content {
    padding: 110px 90px 110px 0;
    background: #062333;
    color: white;
    position: relative;
}

.form-content h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -0.03em;
    margin-bottom: 30px;
}

.form-content p.rg {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -0.03em;
    margin-bottom: 30px;
}

.form-content p.bold {
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 30px;
}

.form-content::before {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #062333;
    left: -100%;
    top: 0;
}

.client.lg {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.client.lg img {
    width: 117px;
}

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

.client.lg .det .name {
    font-weight: 600;
    font-size: 32px;
    line-height: 57px;
    font-family: var(--font-heading);
}

.client.lg .det .des {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.03em;
}

.form-content ul li a {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: white;
}

.form-content ul li {
    margin-bottom: 1rem;
}

.form-content ul li a i {
    color: #db4700;
}

.field input,
.field textarea {
    background: #FAFAFA;
    border: 2.18438px solid #00493A;
    box-shadow: 13.1063px 13.1063px 0px #062333;
    border-radius: 16.3828px;
    padding: 24px;
    width: 100%;
    margin-bottom: 30px;
}




.field input::placeholder,
.field textarea::placeholder {
    color: #000000;
}



button.submit {
    background: #fd6029;
    border: 2.18438px solid #db4700;
    box-shadow: 2.18438px 15.2907px 0px #db4700;
    border-radius: 54.6095px;
    width: 100%;
    height: 90px;
    font-weight: 600;
    font-size: 28.3969px;
    /* line-height: 91px; */
    color: #fff;
    letter-spacing: -0.03em;
}

/* Country Code */
.newcountrycode {
    position: relative;
    display: flex;
    align-items: center;
    background: #FAFAFA;
    border: 2.18438px solid #00493A;
    box-shadow: 13.1063px 13.1063px 0px #062333;
    border-radius: 16.3828px;
    padding: 24px;
    width: 100%;
    height: 72px;
    margin-bottom: 30px;
}

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

.newcountrycode input {
    background: transparent;
    width: 100%;
}

.newcountrycode input::placeholder {
    color: #000;
}

/* Country Code */


/* footer */
ul.f-links li a {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.03em;
    color: #fff;
}

ul.f-links li:not(:last-child) {
    margin-bottom: 1rem;
}

span.f-heading {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 2rem;
}



footer {
    background: #011925;
    padding: 3rem 0 0;
}

footer .f-logo {
    margin-bottom: 2rem;
}

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

.copyright p,
.copyright a {
    color: white;
}

ul.f-link {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.f-link li:first-child {
    border-right: 1px solid #fff;
    padding-right: 20px;
}

.copyright {
    background: #111111;
    padding: 1.5rem 0;
    margin-top: 3rem;
}

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

img.f-trusted {
    margin-top: 3rem;
}

.location-links-ul li a {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #fff;
}

ul.location-links-ul {
    margin-bottom: 2rem;
}
.sub-loc-heading h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.03em;
    color: #fff;
}
.sub-loc-heading p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #fff;
}
.sub-loc-heading {
    margin-bottom: 2rem;
}
ul.sociallinks {
    display: inline-block;
    vertical-align: middle;
    margin-top: 1rem;
}
ul.sociallinks li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
}
ul.sociallinks li a {
    color: #fff;
    height: 35px;
    width: 35px;
    background: #fd6029;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* footer */

/* Icons Card */
.icon-card {
    margin-bottom: 1.5rem;
}

.icon-card h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -0.03em;
    color: #062333;
    margin: 1rem 0;
}

.icon-card p {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: -0.03em;
    color: #555555;
}

/* Icons Card */

.dropdown-select {
    background: #FAFAFA;
    border: 2px solid #00493A;
    box-shadow: 13px 13px 0px #062333;
    border-radius: 16px;
    padding: 20px 50px;
    margin-bottom: 50px;
    position: relative;
}

.dropdown-select>a {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.03em;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.dropdown-wrap {
    position: absolute;
    background: #FAFAFA;
    border: 2px solid #00493A;
    box-shadow: 13px 13px 0px #062333;
    width: 100%;
    left: 0;
    top: calc(100% + 20px);
    padding: 20px 50px;
    border-radius: 16px;
    display: none;
}

ul.dropdown-wrap li a {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.03em;
    color: #000000;
    padding: 1rem 0;
    width: 100%;
}

ul.dropdown-wrap li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

a#submit {
    z-index: 1;
}

.features h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: #062333;
    text-align: center;
}

.features {
    margin: 3rem 0 2rem;
}

.features ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
    gap: 100px;
}



.features ul li {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #888BA6;
    text-align: center;
}

.all-in-one {
   background: #062333;
    box-shadow: 14px 14px 0px #011925;
    border-radius: 30px;
    overflow: hidden;
}

.all-in-one .content h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -0.03em;
    color: #FF6318;
}

.all-in-one .content {
    padding: 40px 0 50px 50px;
    color: white;
}

.all-in-one .content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.all-in-one .content .list-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.all-in-one .content .call {
    margin-top: 2rem;
}

.all-in-one .content ul h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.all-in-one .content ul {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex-wrap: wrap;
}

.all-in-one .content ul li {
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}


.all-in-one .content ul li::before {
    font-weight: 600;
    content: "\f058";
    font-family: var(--icon);
    color: #FFF;
}

.all-in-one .content .upper {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.all-in-one .content .upper span {
    flex-shrink: 0;
}

.all-in-one .content .price .amount {
    font-weight: 700;
    font-size: 68px;
    line-height: 99px;
    color: #FF6318;
    font-family: var(--font-heading);
}

.all-in-one .content .price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.all-in-one .content .price .uspto {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    background: #FFF;
    border-radius: 10px;
    padding: 4px 12px;
    font-family: var(--font-heading);
}

.all-in-one a.theme-btn {
    box-shadow: 2px 14px 0px #040009;
}

.all-in-one a:not(.theme-btn) {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}



.custom-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 10px;
}

.custom-table thead tr th {
    font-weight: 600;
    font-size: 28px;
    /* line-height: 34px; */
    letter-spacing: -0.03em;
    color: #00493A;
    padding: 20px 0;
}

.custom-table thead tr th:not(:first-child) span {
    text-align: center;
    background: #F7F2FD;
    border-radius: 10px 10px 0 0;
    padding: 13px 10px;
    width: 100%;
}

.custom-table thead tr th:not(:first-child) span img {
    width: 100px;
    max-width: 100%;
}

.custom-table tbody tr td:not(:first-child) {
    text-align: center;
}

.custom-table tbody tr td {
    padding: 13px 0;
    /* background: #F7F2FD; */
    background: transparent;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #00493A;
}

.custom-table tbody tr td:first-child,
.custom-table thead tr th:first-child {
    padding-left: 32px;
}

.custom-table tbody tr {
    background: #F7F2FD;

}


.custom-table thead tr th:not(:first-child) {
    text-align: center;
    padding: 0 10px;
}

.custom-table thead {
    transform: translateY(20px);
}

.custom-table thead tr th:last-child {
    padding-right: 0;
}

.custom-table tbody tr td:first-child {
    border-radius: 10px 0 0 10px;
}

.custom-table tbody tr td:last-child {
    border-radius: 0 10px 10px 0;
}

.custom-table tbody tr:first-child td:last-child {
    border-radius: 0 0px 10px 0;
}

.custom-table tbody td .green {
    color: #00B67A;
}

.custom-table tbody td .red {
    color: #FA6358;
}



ul.philosphy-list {
    display: flex;
    justify-content: space-between;
}

ul.philosphy-list li {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.03em;
    color: #062333;
    position: relative;
}

ul.philosphy-list li:nth-child(2) {
    margin-top: 300px;
}


ul.philosphy-list li:nth-child(4) {
    margin-top: 200px;
}

ul.philosphy-list li:nth-child(1)::before {
    content: "";
    position: absolute;
    width: 70%;
    border: 2px solid #18ECBF;
    transform: rotate(45deg);
    left: 71%;
    top: 44%;
    z-index: -2;
}

ul.philosphy-list li:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 60%;
    border: 2px solid #18ECBF;
    transform: rotate(-45deg);
    left: 66%;
    top: -11%;
    z-index: -2;
}

ul.philosphy-list li:nth-child(3)::before {
    content: "";
    position: absolute;
    width: 41%;
    border: 2px solid #18ECBF;
    transform: rotate(35deg);
    left: 77%;
    top: 36%;
    z-index: -2;
}

section.genies {
    background: linear-gradient(137.44deg, #FAF5FF 0%, #DBE9FF 48.86%, rgba(232, 214, 255, 0) 98.03%);
}

.form-content h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
}

.form-content .mail {
    font-size: 20px;
    line-height: 34px;
    color: white;
    margin-bottom: 30px;
}

.form-content .phone {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: white;
    margin-bottom: 30px;
}

.form-content .phone i {
    color: #ffc700;
}

.form-content .social-links {
    display: flex;
    gap: 20px;
}

.form-content .social-links a i {
    color: white;
    font-size: 20px;
}

.field.sm input {
    padding: 14px 24px;
    box-shadow: 8px 8px 0px #062333;
    box-shadow: 13.1063px 13.1063px 0px #062333;
    border-radius: 10px;
}

.newcountrycode.contact-dd.sm {
    /* padding: 24px 24px; */
    padding: 14px 24px;
    box-shadow: 8px 8px 0px #062333;
    box-shadow: 13.1063px 13.1063px 0px #062333;
    border-radius: 10px;
    height: 52px;
}

button.submit.sm {
    height: 58px;
    font-size: 18px;
}
.fancybox-show-caption .fancybox-caption {
    display: none;
}
.fancybox-infobar {
    display: none;
}


.mainBanner.gradient.combo-page {
    min-height: auto;
}
/*All In One*/
section.all-in-one {
    padding: 3rem 0;
}
.all-in-one h2 {
    font-weight: 600;
    color: #241815;
    font-size: 42px;
    margin-bottom: 15px;
}
.all-in-one h2 small {
    display: block;
    color: #241815;
    font-size: 32px;
    font-weight: 500;
    margin: 1rem 0 0;
}
.all-in-one p {
    color: #241815;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 1rem;
}
.all-in-one .hdng {
   position: relative;
    border-radius: 2px;
    background: #18ecbf4d;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1.5rem;
    font-size: 15px;
    font-weight: 500;
}
.all-in-one .hdng::before {
    content: "";
    width: 18px;
    height: 2px;
    background: #062333;
    display: inline-block;
}
.all-in-one ul {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    gap: 10px;
    margin-bottom: 1.5rem;
    line-height: 22px;
}
.all-in-one ul li {
    display: flex;
    gap: 10px;
}
.all-in-one ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #062333;
}
.all-in-one .price {
    color: #062333;
    font-size: 50px;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 50px;
    gap: 5px;
    /* margin-top: 5px; */
}
.all-in-one .price span:not(.amount) {
    display: flex;
    color: #241815;
    font-size: 16px;
    letter-spacing: -0.64px;
    font-weight: 400;
    line-height: 16px;
    align-items: center;
    gap: 5px;
    margin-top: 7px;
}
.all-in-one .price span div {
    font-weight: 600;
}
.para p {
    line-height: 30px;
    color: #797979;
}
section.all-in-one.combo {
    background: none;
    padding: 0 0 2rem;
}
.combo-btn a.theme-btn {
    box-shadow: none;
}
/*All In One*/


/* Banner Form  */

form.banner-form {
    text-align: center;
    border-radius: 20px;
    background: #E5FFF7;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.banner-form h3 {
    color: #00493A;
    font-size: 32px;
    line-height: normal;
    letter-spacing: -0.96px;
}
.banner-form p {
    font-size: 20px;
    font-weight: 500;
    line-height: 35px; /* 175% */
    letter-spacing: -0.6px;
    margin-bottom: 1rem;
}
.banner-form input,.banner-form textarea {
    border-radius: 4px;
    background: #FFF;
    padding: 1rem;
    border: 0;
    width: 100%;
}
ul.location-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    text-align: center;
    justify-content: center;
    margin-bottom: 2.5rem;
}
ul.location-links a {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.03em;
    color: #062333;
    left: var(--bg);
}















@media (max-width: 1700px) {
    .menu>li>a {
        font-size: 16px;
    }

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

    .menu>li {
        padding: 16px 0 16px 20px;
    }

    .main-header {
        padding: 1rem;
    }

    .header-btn span {
        display: none;
    }

    .header-btn {
        /* padding: 16px; */
        width: 50px;
        height: 50px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 1440px) {
    .mainBanner.has-bg {
        background: white;
    }

    ul.philosphy-list li {
        margin: 0 !important;
        font-size: 20px;
    }

    ul.philosphy-list li img {
        flex-shrink: 0;
        width: 100px;
    }

    ul.philosphy-list li::before {
        content: none !important;
    }

    ul.philosphy-list {
        gap: 10px;
    }

    .banner-img.big img {
        min-width: 600px;
    }

    .header-btn span {
        display: none;
    }

    .header-btn {
        /* padding: 16px; */
        width: 50px;
        height: 50px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 1200px) {
    .chev {
        padding: 10px;
        background: #f2f2f2;
        border-radius: 10px;
    }
    .banner-img {
        display: none;
    }

    ul.menu.btns li a {
        display: flex;
        justify-content: center !important;
    }

    .dropdown.no-span {
        width: 100%;
    }

    ul.menu.btns {
        gap: 20px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

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

    .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: 0; */
        padding: 1rem;
        font-weight: 500;
    }

    .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%;
        /* right: 0; */
        top: 0;
        bottom: 0;
        margin: auto;
        background: #ffffff;
        height: 100dvh;
        display: flex;
        align-items: center;
        /* justify-content: 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;
        align-items: center;
        min-height: 66px;
    }

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

    .dropdown ul {
        display: flex;
        flex-direction: column;
    }

    .dropdown li {
        padding: 0px;
    }

    .dropdown ul li a {
        font-size: 14px;
    }

    .dropdown {
        padding: 1rem;
    }
    ul.menu.btns li a {
        border-radius: 100px;
        width: 50px !important;
        box-shadow: none;
        min-height:auto !important;
    }
    
    ul.menu.btns li a span {
        /* display: block; */
    }
    
    ul.menu.btns {
        flex-direction: revert;
        gap: 1rem;
        justify-content: center;
    }
    
    ul.menu.btns li {
        padding: 0;
    }
    ul.industries {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    ul.industries-list li {
        padding: 1rem 20px;
        font-size: 16px;
    }  
    
    
    
    
    
    
}

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

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

    .top-bar {
        display: none;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .banner-img {
        display: none;
    }

    ul.trusted {
        flex-wrap: nowrap;
    }

    .pckg .upper .price .amount {
        font-size: 44px;
        line-height: 90px;
    }

    .pckg .upper .price .uspto {
        padding: 5px 20px;
    }

    .all-in-one .content h2 {
        font-size: 30px;
        line-height: 44px;
    }

    .all-in-one .content p {
        font-size: 16px;
        line-height: 26px;
    }

    .all-in-one .content ul {
        font-size: 16px;
        line-height: 24px;
    }

    .cta-sec::before {
        width: 32%;
        background-size: cover;
        background-position: left;
    }

    .client.lg .det .name {
        font-size: 20px;
        line-height: 40px;
    }

    .form-content {
        padding: 30px;
    }

    .client.lg .det .des {
        font-size: 16px;
        line-height: 23px;
    }

    .form-content ul li a {
        font-size: 20px;
        line-height: 32px;
    }

    .copyright .content p {
        line-height: 26px;
    }
    
    
}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {

    /* Styles */
    ul.trusted {
        flex-wrap: nowrap;
    }
    br {
        display: none;
    }
    .sec-heading h2 {
        font-size: 42px;
        line-height: 52px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 26px;
    }
    .stack-card .img {
        width: auto;
        height: auto;
        flex-basis: auto;
    }
    ul.vertical-tab li a {
        padding: 18px 26px;
        font-size: 20px;
        line-height: 20px;
    }
    ul.industries {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    ul.industries-list li {
        padding: 1rem 20px;
        font-size: 16px;
    }    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

    /* Styles */
    .form-wrap {
        width: 100%;
    }

    .mmpopup::before,
    .mmpopup::after {
        content: none !important;
    }

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

    img.pckg-img {
        display: none;
    }
    img.pckg-img-combo {
        display: none;
    }

    .cta-sec::before {
        background: none;
    }

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

    .form-content::before {
        content: none;
    }

    .form-content {
        padding: 30px;
        border-radius: 30px;
        margin-bottom: 30px;
    }

    footer {
        margin-top: 3rem;
    }

    span.f-heading {
        margin-top: 2rem;
    }

    .copyright .content p {
        line-height: 26px;
    }

    .mainBanner.gradient {
        min-height: auto;
    }
    .img-wrap {
        display: none;
    }
    .stack-card .img {
        width: auto;
        height: auto;
        flex-basis: auto;
    }
    .stack-card .content {
        padding-left: 12px;
    }    
    .stack-card .content p {
        font-size: 16px;
        line-height: 28px;
    }
    .stack-card .content h3 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 1rem;
    }
    .process-card {
        padding: 30px;
    }
    ul.industries {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    ul.industries-list {
        padding: 16px 12px;
        grid-template-columns: 2fr 2fr;
    }
     header.nav-down .main-header {
        padding: 1rem 0rem;
    }
    
      
    
    
    
}


/* iPhone 6-8 Plus */
@media only screen and (min-width : 414px) and (max-width : 736px) and (orientation : portrait) {
    /* Styles */
}

@media only screen and (min-width : 414px) and (max-width : 736px) and (orientation : landscape) {
    /* Styles */
}



/* iPhone 6-8  */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : portrait) {
    /* Styles */
}

@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {
    /* Styles */
}



/* Android (Pixel 2) */
@media only screen and (min-width : 412px) and (max-width : 684px) and (orientation : portrait) {
    /* Styles */
}

@media only screen and (min-width : 412px) and (max-width : 684px) and (orientation : landscape) {
    /* Styles */
}

/* Iphone X */
@media only screen and (min-width : 375px) and (max-width : 734px) and (orientation : portrait) {}

@media only screen and (min-width : 300px) and (max-width : 767px) {
    .form-wrap {
        width: 100%;
    }

    .mmpopup::before,
    .mmpopup::after {
        content: none !important;
    }

    ul.philosphy-list {
        flex-direction: column;
        gap: 30px;
    }

    ul.philosphy-list li {
        margin: 0 !important;
    }

    ul.philosphy-list li:before {
        content: none !important;
    }

    section.genies .sec-heading {
        margin-top: 1.5rem;
    }

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

    .features ul {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .all-in-one {
        box-shadow: none;
    }

    .all-in-one a:not(.theme-btn) {
        margin-top: 1rem;
    }

    .features ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 14px;
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 10px;
    }

    .pkg-list {
        box-shadow: none;
    }

    .pkg-list .pckg {
        /* box-shadow: 14px 14px 0px #3aedbf; */
        border-radius: 30px;
    }

    .pkg-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .pkg-list.g-2 {
        grid-template-columns: repeat(1, 1fr);
    }
    .banner-content {
        padding: 150px 0 20px;
    }

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

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

    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        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: 26px;
        line-height: 34px;
    }

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

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

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

    .ban-card>ul {
        flex-direction: column;
    }

    .ban-card>ul li {
        width: 100%;
        font-size: 16px;
    }

    .ban-card {
        padding: 20px;
    }

    .ban-card .bottom {
        flex-direction: column;
        align-items: start;
    }

    .clients-wrap {
        flex-wrap: wrap;
    }

    ul.trusted li img {
        width: 100px;
    }

    .stack-card {
        flex-direction: column-reverse;
        overflow: hidden;
    }

    .stack-card .content {
        padding: 0;
    }

    .stack-card .img {
        max-width: 100%;
        flex-basis: auto;
        height: auto !important;
        background: transparent;
    }

    .stack-card .content h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 1rem;
    }

    .stack-card .content p {
        font-size: 14px;
        line-height: 22px;
    }

    .cta-sec::before {
        content: none;
    }

    .pkg-list {
        background: transparent;
        gap: 1rem;
    }

    .pkg-list .pckg {
        background: #062333;
    }

    .theme-btn {
        padding: 16px 16px;
        box-shadow: 2px 6px 0px #062333;
    }

    section {
        padding: 2rem 0;
    }

    .cta-sec .heading-wrap h2 {
        font-size: 32px;
        line-height: 46px;
    }

    .cta-sec .heading-wrap p {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    ul.vertical-tab li a {
        font-size: 18px;
        line-height: 30px;
    }

    .process-card {
        padding: 20px;
    }

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

    ul.industries {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    ul.industries li img {
        height: 50px;
    }

    ul.industries-list {
        grid-template-columns: 1fr;
    }

    ul.industries-list li {
        font-size: 18px;
        line-height: 30px;
        padding: 1rem;
    }

    .testi-card {
        margin-bottom: 1.5rem;
    }

    .form-content {
        padding: 24px;
        width: 100%;
        margin-bottom: 1.5rem;
        border-radius: 20px;
    }

    .form-content::before {
        content: none;
    }

    .client.lg {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    span.f-heading {
        margin-top: 1.5rem;
    }

    .copyright .content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
        line-height: 26px;
    }

    .dropdown.no-span {
        width: 100%;
    }

    .all-in-one .content .upper span {
        position: absolute;
        right: 0;
        display: none;
    }

    .all-in-one .content h2 {
        font-size: 24px;
        line-height: 38px;
    }

    .all-in-one .content {
        padding: 20px;
    }

    .all-in-one .content p {
        font-size: 17px;
        line-height: 26px;
        max-width: 100%;
    }

    .all-in-one .content ul li {
        width: 100%;
    }

    .all-in-one .content .price .amount {
        font-size: 38px;
        line-height: 62px;
    }

    img.pckg-img {
        display: none;
    }
    img.pckg-img-combo {
        display: none;
    }

    .form-content h3 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 8px;
    }

    .form-content ul li a {
        font-size: 16px;
        line-height: 10px;
    }

    footer {
        margin-top: 3rem;
    }

    .pckg .upper .price .amount {
        font-size: 38px;
        line-height: 62px;
    }

    .pckg .upper .price .uspto {
        padding: 5px 20px;
    }
    .all-in-one .content .price .uspto {
        padding: 5px 20px;
    }
    span.spark img {
        height: 40px;
        top: 10px;
    }
    .main-header {
        padding: 1rem 0;
    }
    .mainBanner.gradient {
        min-height: auto;
    }
    .logo img {
      width: 120px;
    }
    header.nav-down .main-header {
        padding: 1rem 0rem;
    }
    .mmpopup {
        padding: 20px;
    }
    .mmpopup .centercont h3 span {
        font-size: 20px;
        line-height: 30px;
    }
    .mmpopup .centercont p {
        font-size: 16px;
        line-height: 24px;
    }
    .field.sm input {
        padding: 10px 24px;
    }
    .field input, .field textarea {
        margin-bottom: 24px;
    }
    .pckg .upper .title {
        font-size: 24px;
        min-height: auto;
    }
    .tabs {
        padding: 24px 14px;
    }
    ul.vertical-tab {
        gap: 10px;
    }
    ul.industries-list {
        padding: 26px 14px;
    }
    .testi-card p {
        font-size: 16px;
        line-height: 26px;
    }
    .form-content p.rg {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .form-content p.bold {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .client.lg .det .name {
        font-size: 26px;
        line-height: 30px;
    }
    .client.lg .det .des {
        font-size: 16px;
    }
    button.submit {
        height: 58px;
        font-size: 18p;
    }
    .sub-loc-heading h4 {
        font-size: 18px;
    }
    .sub-loc-heading p {
        font-size: 16px;
        line-height: 22px;
    }
    .location-links-ul li a {
        font-size: 14px;
        line-height: 24px;
    }
    ul.f-links li a {
        font-size: 14px;
        line-height: 12px;
    }
    .copyright p, .copyright a {
        font-size: 14px;
    }
    span.f-heading {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 1rem;
    }
    .ban-card>p {
        font-size: 16px;
        line-height: 26px;
    }
    .icon-card p {
        font-size: 14px;
        line-height: 24px;
    }







        
    
}