.subhead,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Josefin Sans', sans-serif
}

.platform img,
.service img {
    height: 100%;
    object-position: center;
    object-fit: contain
}

.cat img,
.left,
.logo img,
.platform img,
.right,
.service img {
    object-fit: contain
}

.btn-close,
.c-list li:before,
.left,
.right,
header {
    position: absolute
}

:root {
    --clr-1: 6,3,64;
    --clr-2:2,103,143;
    --dark-color:6,3,64;
    --light-color:255,255,255
}

body,
html,
select {
    scrollbar-color: #f79d31 transparent
}

body,
html {
    scroll-behavior: smooth
}

body,
select {
    scrollbar-width: 8px
}

html,
select {
    scrollbar-width: thin
}

.fw-700,
b,
strong {
    font-weight: 700
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: linear-gradient(rgba(var(--dark-color), 1), rgba(var(--dark-color), 1))
}

::-moz-selection {
    color: rgba(var(--clr-2), 1);
    background: rgba(var(--dark-color), 1)
}

::selection {
    color: rgba(var(--clr-2), 1);
    background: rgba(var(--dark-color), 1)
}

html {
    scroll-snap-type: y mandatory
}

body {
    margin: 0;
    right: 0;
    -webkit-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    -webkit-overflow-scrolling: touch;
    color: rgba(var(--dark-color), 1);
    background: #fff;
    overflow-x: hidden;
    font-size: 15px
}

footer,
section {
    overflow-x: hidden;
    overflow-y: clip
}

* {
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

a {
    outline: 0;
    text-decoration: none;
    color: inherit;
    cursor: pointer
}

a.active,
a:active,
a:focus,
a:hover {
    color: #b35e1d !important;
    outline: 0 !important;
    text-decoration: none
}

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

.f-70 {
    font-size: 70px;
    line-height: 1
}

.f-50 {
    font-size: 50px
}

.f-40,
.strategy {
    font-size: 40px
}

.f-30 {
    font-size: 30px
}

.f-24 {
    font-size: 24px
}

.f-20 {
    font-size: 20px
}

.clr-1 {
    color: rgba(var(--clr-1), 1)
}

.clr-2 {
    color: #000;
}

.bg-1,
.process-wrapper .process-item.active div::after,
.process-wrapper .process-item:hover div::after {
    background: #f79d31;
}

.bg-2,
.nav-tabs .nav-link,
.package {
    background: #000;
}

.bg-l {
    background: rgba(var(--light-color), 1)
}

.bg-d,
.btn-2 {
    background: #b35e1d;
}

.blur {
    background: linear-gradient(90deg, #fda032, #00000029) !important;
    padding: 10px;
    border-radius: 25px !important;
}

.btn,
button {
    background: #f79d31;
    border: none !important;
    text-transform: uppercase;
    color: rgba(var(--light-color), 1) !important;
    padding: 10px 15px !important;
    border-radius: 25px !important;
    height: 40px;
}
form button {
        padding: 17px 15px 10px !important;
        height: auto;
}

.btn.active,
.btn:hover,
button.active,
button:hover {
    color: rgba(var(--light-color), 1) !important;
    background: #b35e1d;
}

.form-control,
input,
select {
    background: rgba(var(--light-color), .6);
    color: rgba(var(--dark-color), 1) !important;
    border: unset !important;
    padding: 13px 17px !important;
    box-shadow: unset !important;
    transition-duration: .8s;
    height: auto !important;
    border-radius: 25px !important
}

.bg {
    background-attachment: fixed;
    background-size: cover;
    background-position: center
}

.form-control:focus,
input:focus,
.myform {
    outline: 0;
    background: #fff;
    color: #000 !important;
    border: 1px solid rgba(var(--clr-1), 1);
    box-shadow: none
}

.form-control::placeholder,
input::placeholder {
    color: rgba(var(--dark-color), 1);
    opacity: 1
}

.form-control:focus::placeholder,
input:focus::placeholder {
    color: rgba(var(--clr-1), 1)
}

.c-list li:before,
.icon {
    background: #f79d31;
    color: rgba(var(--light-color), 1)
}

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

input[type=number] {
    -moz-appearance: textfield
}

label.h {
    z-index: -999999999
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    font-size: 16px
}

.btn-close {
    top: -15px;
    right: -13px;
    background-color: #fda032;
    width: 10px;
    height: 19px;
    display: flex
;
    justify-content: center;
    opacity: 1;
}

.box,
.modal-body,
.package {
    border-radius: 25px
}

@supports (-moz-appearance:none) {
    SELECT {
        -moz-appearance: none !important;
        background: url(data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==) right center no-repeat !important;
        background-position: calc(100% - 5px) center !important
    }
}

header {
    z-index: 999;
    right: 0;
    left: 0
}

.icon {
    width: 40px;
    height: 40px;
    padding: 12px;
    border-radius: 50%
}

.logo {
    width: 175px;
    display: block;
    height: 70px
}

.logo img {
    width: 100%;
    height: 100%
}

.c-list li {
    position: relative;
    padding-left: 35px
}

.c-list li:before {
    content: "✔";
    left: 5px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    padding: 1px 5px
}

.slick-arrow {
    background: 0 0 !important;
    z-index: 99999999;
    padding: 0 !important
}

.slick-next:before,
.slick-prev:before {
    color: #b35e1d;
}

button.slick-next.slick-arrow {
    right: 5px
}

button.slick-prev {
    left: 5px
}

.anim-clr {
    color: #ffff;
    color: #dd8618;
    animation: 1s step-start infinite clr
}

@keyframes clr {
    50% {
        color: rgba(var(--dark-color), 1)
    }
}

.anim-clr-2 {
    color: rgba(var(--light-color), 1);
    animation: 1s step-start infinite clr2
}

.overlay {
    background: linear-gradient(149deg, #e5f0fcc2, rgba(var(--light-color), .85) 100%)
    /*background: linear-gradient(149deg, #e5f0fc00, rgb(255 255 255 / 0%) 100%);*/
}

.left,
.right {
    top: 167px;
    width: 320px;
    height: 395px
}

.platform,
.platform img,
.service,
.service img {
    width: 100%
}

.left {
    left: -3%
}

.right {
    right: -3%
}

.platform {
    border-radius: 10px;
    height: 263px;
    overflow: hidden
}

.nav-tabs .nav-link {
    color: rgba(var(--dark-color), 1) !important;
    width: 100%;
    height: 200px
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: rgba(var(--dark-color), 1);
    color: rgba(var(--light-color), 1) !important
}

.nav-tabs .nav-item.show .nav-link img,
.nav-tabs .nav-link.active img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(358deg) brightness(110%) contrast(100%)
}

.nav-tabs {
    border: none !important
}

.service {
    height: 500px;
    overflow: hidden
}

.cat img {
    height: 250px;
    width: 250px
}

.cta {
    padding: 25px 30px;
    border-radius: 25px
}

.cta .position-relative img {
    position: absolute;
    top: -64px;
    right: 0;
    left: 0;
    width: 75% !important;
    margin: 0 auto
}

.process-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    counter-reset: chapter
}

.pric-btn,
.process-wrapper .process-item.active img:nth-child(4) {
    display: block
}

.process-wrapper .process-item {
    width: 180px;
    padding: 140px 0;
    position: relative;
    transition: .5s
}

.process-wrapper .process-item div {
    transition: .5s;
    width: 190px;
    height: 190px;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.process-wrapper .process-item:nth-child(odd) .p-img {
    top: -12px;
    right: -57px
}

.process-wrapper .process-item .p-img {
    position: absolute;
    z-index: -1
}

.process-wrapper .process-item img:nth-child(4),
.process-wrapper .process-item:last-child .p-img {
    display: none
}

.process-wrapper .process-item:nth-child(2n) .p-img {
    bottom: -12px;
    right: -63px
}

.process-wrapper .process-item h3 {
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-bottom: 0;
    counter-increment: chapter;
    display: flex;
    white-space: nowrap;
    justify-content: center;
    align-items: center
}

.process-wrapper .process-item:nth-child(odd) h3 {
    top: 0
}

.process-wrapper .process-item:nth-child(2n) h3 {
    bottom: 0
}

.process-wrapper .process-item div::before {
    width: 3px;
    height: 68px;
    content: "";
    position: absolute;
    top: -68px;
    background: #fff
}

.process-wrapper .process-item div::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid #324056;
    border-radius: 100%;
    background: #fff;
    top: -84px
}

.process-wrapper .process-item:nth-child(2n) div:before {
    top: auto;
    bottom: -68px
}

.process-wrapper .process-item:nth-child(2n) div:after {
    top: auto;
    bottom: -84px
}

.process-wrapper .process-item h3::before {
    content: counter(chapter);
    display: inline-block;
    font-size: 50px;
    line-height: 43px;
    margin-right: 6px;
    font-weight: 600;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    color: #fff
}

.process-wrapper .process-item div img:first-child {
    max-height: 50px;
    transition: .5s;
    z-index: 11;
    position: relative
}

.process-wrapper .process-item.active,
.process-wrapper .process-item:hover {
    transform: translateY(-10px)
}

.process-wrapper .process-item.active div img:first-child {
    filter: brightness(0) invert(1)
}

.process-wrapper .process-item.active h3::before,
.process-wrapper .process-item:hover h3::before {
    color: rgba(var(--clr-1), 1);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(var(--clr-1), 1)
}

.process-wrapper .process-item img:nth-child(3),
.process-wrapper .process-item img:nth-child(4) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.section-id {
    font-size: 23px;
    padding: 50px 0 20px;
    color: rgba(var(--clr-1), 1);
    font-weight: 900
}

h4.h4-lg.deepgrey-color {
    font-size: 31px;
    font-weight: 600;
    padding-bottom: 0;
    color: #000
}

section.process-section.pt-80.pb-80 {
    padding: 60px 0 80px
}

.price {
    background: #f79d31;
    padding: 5px;
    color: rgba(var(--light-color), 1)
}

.package .details {
    padding: 20px;
    height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 30px
}

.details .c-list li {
    margin-bottom: 10px
}

.package:hover .price,
.package:hover button {
    background: #b35e1d !important
}

.box {
    background: #f79d31;
    padding: 40px 30px;
}
.reviews .box{
    max-height: 300px;
    height: auto;
}
  
.review .image {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}

.review .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blur,
.box {
    animation: 2s ease-in-out infinite shadow
}

@keyframes shadow {
    0%,
    100% {
        box-shadow: 0 16px 36px rgba(var(--clr-1), .2)
    }
    50% {
        box-shadow: 0 16px 36px rgba(var(--dark-color), .2)
    }
}

@media screen and (max-width:1450px) {
    .f-50 {
        font-size: 48px
    }
    .f-40 {
        font-size: 40px
    }
    .process-wrapper .process-item div {
        width: 135px;
        height: 135px
    }
}

@media screen and (max-width:1181px) {
    body {
        font-size: 14px
    }
    .f-70 {
        font-size: 60px
    }
    .f-40 {
        font-size: 38px
    }
    .f-30 {
        font-size: 26px
    }
    .left,
    .right {
        width: 100px;
        height: 275px
    }
    .left {
        left: -5%
    }
    .right {
        right: -5%
    }
    .process-wrapper .process-item div {
        width: 135px;
        height: 135px
    }
    .reviews .box{
        max-height: 350px;

    }
}


@media screen and (max-width:913px) {
    .box {
        padding: 20px
    }
    .process-wrapper .process-item {
        padding: 0;
        width: 200px;
        display: flex;
        height: 200px;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(var(--clr-2), 1);
        margin: 1%;
        background: rgba(var(--clr-2), 1)
    }
    .process-wrapper .process-item h3 {
        position: relative;
        top: 0 !important;
        bottom: 0 !important
    }
    .process-wrapper .process-item div {
        width: auto;
        height: auto;
        position: relative
    }
    .process-wrapper {
        flex-wrap: wrap
    }
    .process-wrapper .process-item .p-img,
    .process-wrapper .process-item div::after,
    .process-wrapper .process-item div::before {
        display: none
    }
    .process-wrapper .process-item img:nth-child(3),
    .process-wrapper .process-item img:nth-child(4) {
        display: none !important
    }
    .process-wrapper .process-item.active {
        background: rgba(var(--clr-1), 1)
    }
    .process-wrapper .process-item.active h3,
    .process-wrapper .process-item.active h3::before,
    .process-wrapper .process-item:hover h3::before {
        color: #fff
    }
    .process-wrapper .process-item div img:first-child {
        margin-bottom: 20px
    }
}

@media screen and (max-width:576px) {
    .btn-close {
        right: 0
    }
    .cta .position-relative img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0
    }
    .f-70 {
        font-size: 50px
    }
    .f-50 {
        font-size: 40px
    }
    .f-40 {
        font-size: 30px
    }
    .f-30 {
        font-size: 24px
    }
    .f-24 {
        font-size: 20px
    }
    .f-20 {
        font-size: 18px
    }
    .service {
        height: 400px
    }
    .logo {
        width: 150px;
        margin: 0 auto
    }
    .cat img {
        height: 150px;
        width: 150px
    }
    .banner .c-list li:before {
        left: 25px
    }
}

@media screen and (max-width:320px) {
    body {
        font-size: 13px
    }
    .nav-tabs li {
        padding: 3px !important
    }
    .nav-tabs .nav-link {
        padding: 4px !important
    }
}

span {
    color: (var(--clr-1), 1)
}

.Continued {
    width: 300px
}

.boxs {
    width: 230px;
    height: 187px
}

.pric-btn {
    bottom: -20px;
    position: relative;
    margin: 0 auto
}

.digital {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.last-footer {
    background-color: #000
}
.override{
    color: white !important;
}
.review .override {
    color: white !important;
    height: 70px;
    overflow-y: scroll;
}
input::placeholder{
    color: rgb(0, 0, 0) !important;
}
.iti__selected-dial-code {
    color: white;
}


/* tab-sec start */
section.tabs-sec {
    margin: 40px 0px;
    padding: 0px 10px;
} 
.tabs-sec button  {
    height: auto;
}
.nav-pills button {
    background: #f79d31;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #000000;
}

.nav-pills .nav-link:hover {

    background-color: #000000;
}
.tab-title {
    margin-bottom: 10px;
    text-align: center;
}
.tab-pane button {
    height: 40px;
    padding: 10px 25px !important;
    transition: 0.3s;
}
.tab-pane button:hover {
    background-color: #000;
}
.tabs-button-col {
    display: flex;
    align-items: center;
    justify-content:center ;
}
/* tab-sec end */

.banner-img-col {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.reviews .slick-next:before, .slick-prev:before {
    display: none;
}
.footer-sec {
    background-color: #000;
    color: #fff;
    padding: 50px 10px 20px;
}

.foot-icon img {
    border: 1px solid #fff;
    padding: 11px 11px;
    border-radius: 30px;
    height: 50px;
    width: 55px;
}
.copyright-cont {
    text-align: center;
    margin-top: 50px;
}
.foot-logo {
    text-align: center;
    margin-bottom: 20px;
}
.foot-social-col {
    display: flex;
}
.foot-icon-cont {
    padding-left: 20px;
}
.foot-icon {
    min-width: 50px;
}
.form-col {
    display: flex;
    justify-content: center;
    flex-direction: column;
}



/* responsive */



@media (max-width:1199px) {
    .tab-pane {
        padding: 10px !important;
    }
    .foot-icon-cont h5 {
        font-size: 16px;
    }
}
@media (max-width:991px) {
    .copyright-cont {
    margin-top: 40px;
}
    .foot-icon img {
    height: 50px;
    width: 50px;
}
    .foot-social-col {
        display: flex;
        max-width: 500px;
        margin: auto;
    }
    .footer-cta img {
        width: 80% !important;
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }
    .pricing .package {
        margin: 0px 10px;
    }
    .pricing h3 {
        text-align: center;
    }
    .pricing p {
        text-align: center;
        max-width: 700px;
        margin: auto;
        margin-bottom: 20px;
    }
        section.tabs-sec {
        margin: 20px 0px 10px;
    }

    .cta .position-relative img {
        top: -10px;
    }
}
@media (max-width:767px) {
    .strategy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px 40px;
}
    .rocket-sec .rocket {
    text-align: center;
}
    .img-rocket {
        width: 70%;
        margin: auto;
    }
    .img-500k-col img {
        width: 70%;
        margin: auto !important;
        margin-top: 30px !important;
    }
    .c-list li {
        padding-left: 10px;
    }
        .pricing .package {
        width: 80%;
        margin: auto;
    }
    .c-list li:before {
        display: none;
    }

.nav-pills button {
    background: #f79d31;
    width: 48%;
    margin: 5px;
    margin-bottom: 8px !important;
}
.tab-pane div {
    text-align: center;
}
.tab-title {
    margin-bottom: 10px;
    text-align: center;
}
.banner-img-col img {
    display: none;
}
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
    .nav-pills button {
        width: 70%;
        margin: 5px;
        margin-bottom: 10px !important;
        margin: auto;
    }
}

@media (max-width:575px) {
        .img-500k-col img {
        width: 60%;
    }
    .client-logo-sec .py-5 {
        padding: 40px 10px 30px !important;
    }
    .tab-pane img {
        margin: auto;
        width: 70%;
    }
        .pricing .package {
        width: 90%;
    }
    .cta {
        border-radius: 0px;
    }
    }
@media (max-width:500px) {
.cta .position-relative img {
    width: 85% !important;
            top: 0px;
}
}
@media (max-width:400px) {
    .f-50 {
        font-size: 35px !important;
    }
    .pricing .package {
        width: 95%;
    }
}

@media (max-width:375px) {
    .cta-sec h3 {
        font-size: 22px;
    }
    .nav-pills button {
        width: 80%;
    }
    .cta .position-relative img {
       width: 100% !important;
    }
}

.iti { width: 100%; }


.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

input.phone {
    padding-left: 77px !important;
}

.iti__selected-dial-code {
    color: #000000;
}