@charset "UTF-8";
@import url(https: //fonts.googleapis.com/css2?family=Montserrat:wght@300;
 400;
500;
600;
700&amp;
display=swap);
@import url(https: //fonts.googleapis.com/css2?family=Urbanist:wght@600&display=swap);

.black-col {
    color: #000;
}

.gray-col {
    color: #363636;
}

.primary-col {
    color: #f41e3c;
}

.gray-bg {
    background: #4b4b4b;
}

.gray-bg7 {
    background: #e7e7e7;
}

.primary-bg {
    background: #f41e3c;
}

.secondery-bg {
    background: #0a0014;
}

* {
    box-sizing: border-box;
    user-select: none;
}

:focus {
    outline: 0;
}

html {
    overflow-x: hidden;
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    overflow-x: hidden;
    margin: 0;
}

/* .swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: row !important;
  } */

@media (max-width:1400px) and (min-width:1300px) and (min-height:900px) {
    body {
        font-size: 11.485px;
    }
}

@media (max-width:1199px) {
    body {
        font-size: 12px;
        overflow-x: hidden;
    }
}

@media (max-width:767px) {
    body {
        font-size: 14px;
    }
}

.loadjs {
    overflow: hidden;
}

img {
    width: 100%;
    height: auto;
    transition: opacity .5s;
    display: block;
}

.animate {
    opacity: 0;
}

a {
    text-decoration: none;
}

.img-wrapper {
    width: 100%
}

.wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    padding: 0;
    z-index: 2;
}

.sec__wrapper {
    flex-direction: column;
}

.section {
    padding: 5em 0;
}

@media (max-width:991px) {
    .section {
        padding: 3em 0;
    }
}

.container {
    max-width: 100%;
    padding: 0 9%
}

@media (max-width:991px) {
    .container {
        padding: 0 5em;
    }
}

@media (max-width:767px) {
    .container {
        padding: 0 3em;
    }
}

@media (max-width:576px) {
    .container {
        padding: 0 1em;
    }
}

@media (min-width:1024px) {
    .container.padding-right-0 {
        padding-right: 0;
    }
}

@media (min-width:1024px) {
    .container.padding-0 {
        padding: 0;
    }
}

.img__observer__one .element {
    overflow: hidden;
    clip-path: inset(0 100% 0 0);
}

.img__observer__one.active .element {
    transition: clip-path 2s;
    transition-delay: .5s;
    clip-path: inset(0 0 0 0);
}

.img__observer__two .element {
    overflow: hidden;
    clip-path: inset(0 0 0 100%);
}

.img__observer__two.active .element {
    transition: clip-path 2s;
    transition-delay: .75s;
    clip-path: inset(0 0 0 0);
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-hidden .mobile-only {
    display: none;
}

.text-center {
    text-align: center;
}

.m-auto {
    margin: 0 auto;
}

body {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    cursor: none !important;
}

@media (max-width:576px) {
    .home footer {
        padding: 3em 0 4em 0;
    }
}

body::-webkit-scrollbar {
    display: none;
}

.clippath-item {
    clip-path: inset(0 100% 0 0);
}

@media (max-width:576px) {
    .banner-box {
        padding: 0 !important;
    }
}

@media (max-width:576px) {
    .banner-heading {
        font-size: 22px !important;
    }
}

.g-recaptcha {
    display: none;
}

.generic-navigation-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 8em;
    height: 3.75em;
}

.generic-navigation-wrapper .swiper-button-next,
.generic-navigation-wrapper .swiper-button-prev {
    width: 3.75em;
    height: 3.75em;
    background: #f41e3c;
    border: 1px solid #f41e3c;
    border-radius: 100%;
    top: 0;
    margin-top: 0;
    transition: .25s;
}

.generic-navigation-wrapper .swiper-button-next img,
.generic-navigation-wrapper .swiper-button-next svg,
.generic-navigation-wrapper .swiper-button-prev img,
.generic-navigation-wrapper .swiper-button-prev svg {
    width: 1.5em;
}

.generic-navigation-wrapper .swiper-button-next::after,
.generic-navigation-wrapper .swiper-button-prev::after {
    display: none;
}

.generic-navigation-wrapper .swiper-button-next:hover,
.generic-navigation-wrapper .swiper-button-prev:hover {
    opacity: .8;
    transition: .25s;
}

.generic-navigation-wrapper.large-btn .swiper-button-next,
.generic-navigation-wrapper.large-btn .swiper-button-prev {
    width: 5.9375em;
    height: 5.9375em;
    background: 0 0;
    transition: .25s;
}

@media (max-width:1199px) {

    .generic-navigation-wrapper.large-btn .swiper-button-next,
    .generic-navigation-wrapper.large-btn .swiper-button-prev {
        width: 3em;
        height: 3em;
    }
}

.generic-navigation-wrapper.large-btn .swiper-button-next img,
.generic-navigation-wrapper.large-btn .swiper-button-next svg,
.generic-navigation-wrapper.large-btn .swiper-button-prev img,
.generic-navigation-wrapper.large-btn .swiper-button-prev svg {
    width: .4375em;
    stroke: rgb(83 128 171) !important;
}

.generic-navigation-wrapper.large-btn .swiper-button-next img path,
.generic-navigation-wrapper.large-btn .swiper-button-next svg path,
.generic-navigation-wrapper.large-btn .swiper-button-prev img path,
.generic-navigation-wrapper.large-btn .swiper-button-prev svg path {
    transition: .25s;
    stroke: rgb(83 128 171) !important;

}

.generic-navigation-wrapper.large-btn .swiper-button-next:hover,
.generic-navigation-wrapper.large-btn .swiper-button-prev:hover {
    background: #f41e3c;
    border-color: transparent;
    transition: .25s;
}

.generic-navigation-wrapper.large-btn .swiper-button-next:hover img path,
.generic-navigation-wrapper.large-btn .swiper-button-next:hover svg path,
.generic-navigation-wrapper.large-btn .swiper-button-prev:hover img path,
.generic-navigation-wrapper.large-btn .swiper-button-prev:hover svg path {
    stroke: #fff !important;
    transition: .25s;
}

.generic-navigation-wrapper.large-btn .swiper-button-next.swiper-button-disabled,
.generic-navigation-wrapper.large-btn .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}

@media (max-width:991px) {

    .generic-navigation-wrapper.large-btn .swiper-button-next.swiper-button-disabled,
    .generic-navigation-wrapper.large-btn .swiper-button-prev.swiper-button-disabled {
        opacity: 1;
        visibility: visible;
    }
}

.generic-navigation-wrapper.white-bg .swiper-button-next,
.generic-navigation-wrapper.white-bg .swiper-button-prev {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
    transition: .25s;
}

@media (max-width:1199px) {

    .generic-navigation-wrapper.white-bg .swiper-button-next,
    .generic-navigation-wrapper.white-bg .swiper-button-prev {
        width: 3em;
        height: 3em;
    }
}

.generic-navigation-wrapper.white-bg .swiper-button-next svg path,
.generic-navigation-wrapper.white-bg .swiper-button-prev svg path {
    fill: #f41e3c;
    transition: .25s;
}

.generic-navigation-wrapper.white-bg .swiper-button-next:hover,
.generic-navigation-wrapper.white-bg .swiper-button-prev:hover {
    background: #f41e3c;
    border-color: transparent;
    transition: .25s;
}

.generic-navigation-wrapper.white-bg .swiper-button-next:hover img path,
.generic-navigation-wrapper.white-bg .swiper-button-next:hover svg path,
.generic-navigation-wrapper.white-bg .swiper-button-prev:hover img path,
.generic-navigation-wrapper.white-bg .swiper-button-prev:hover svg path {
    stroke: #fff;
    fill: #fff;
    transition: .25s;
}

.generic-navigation-wrapper .swiper-button-next {
    right: 0;
}

.generic-navigation-wrapper .swiper-button-next img,
.generic-navigation-wrapper .swiper-button-next svg {
    transform: rotate(180deg);
}

.generic-navigation-wrapper .swiper-button-prev {
    left: 0;
}

.p-lr-4 {
    padding: 0 4em;
}

@media (max-width:1199px) {
    .p-lr-4 {
        padding: 2em;
    }
}

@-moz-keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll {
    100% {
        transform: translateX(-1672px);
    }
}

.d-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.f-coloum {
    flex-direction: column;
}

.justify-content-center {
    justify-content: center;
}

.reversecol {
    margin-top: 0 !important;
}

.reversecol .twocol-row .first-col {
    order: 1;
}

@media (max-width:767px) {
    .mob-none {
        display: none;
    }
}

button {
    font-family: Montserrat, sans-serif;
    -webkit-appearance: button;
    width: auto;
    border: 0;
    box-shadow: none;
    background: 0 0;
    outline: 0;
    background: 0 0;
    border-radius: 0;
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.anchor-wrapper {
    display: flex;
}

.d-flex-center {
    justify-content: center;
}

.anchor {
    color: #fff;
    text-decoration: none;
    transition: .4s;
}

.anchor:hover {
    color: #f41e3c;
    transition: .4s;
}

.uline {
    color: #fff;
    position: relative;
    text-decoration: none;
}

.uline::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: .75em;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scaleX(1);
    transition: transform .5s ease;
}

.uline.active::before,
.uline:hover::before {
    transition: transform .5s ease;
    transform: scaleX(0);
}

.uline.black-col {
    color: #000;
}

.uline.black-col::before {
    background: #000;
}

.uline.yellow-col {
    color: #f41e3c;
}

.uline.yellow-col::before {
    background: #f41e3c;
}

.w-uline {
    color: #fff;
    position: relative;
    text-decoration: none;
}

.w-uline::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.3em;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scaleX(0);
    transition: transform .5s ease;
}

.w-uline.active::before,
.w-uline:hover::before {
    transition: transform .5s ease;
    transform: scaleX(1);
}

.w-uline.primary-col {
    color: #f41e3c;
}

.w-uline.primary-col::before {
    background: #f41e3c;
}

.w-uline.black-col {
    color: #000;
}

.w-uline.black-col::before {
    background: #000;
}

.primary-anchor {
    position: relative;
}

.primary-anchor a,
.primary-anchor button,
.primary-anchor input[type="submit"] {
    position: relative;
    font-size: 1.125em;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    color: #fff;
    padding: .75em 1.5em;
    background: #f41e3c;
    border: 1px solid #f41e3c;
    transition: .4s;
    z-index: 1;
}

.primary-anchor a::before,
.primary-anchor button::before,
.primary-anchor input[type="submit"]::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #fff;
    left: auto;
    transition: .5s;
    z-index: -1;
}

.primary-anchor a:hover,
.primary-anchor button:hover {
    color: #f41e3c;
    transition: .4s;
}

.primary-anchor input[type="submit"]:hover {
    color: #f41e3c;
    transition: .4s;
    background-color: #fff;
}

.primary-anchor a:hover::before,
.primary-anchor button:hover::before,
.primary-anchor input[type="submit"]:hover::before {
    left: 0;
    width: 100%
}

.primary-anchor.white-col a,
.primary-anchor.white-col button,
.primary-anchor.white-col input[type="submit"] {
    color: #f41e3c;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 4px 13px 3px rgba(0, 0, 0, .06);
}

.primary-anchor.white-col a::before,
.primary-anchor.white-col button::before,
.primary-anchor.white-col input[type="submit"]::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #f41e3c;
    left: auto;
    transition: .5s;
    z-index: -1;
}

.primary-anchor.white-col a:hover,
.primary-anchor.white-col button:hover,
.primary-anchor.white-col input[type="submit"]:hover {
    color: #fff;
    transition: .4s;
}

.primary-anchor.white-col a:hover::before,
.primary-anchor.white-col button:hover::before,
.primary-anchor.white-col input[type="submit"]:hover::before {
    left: 0;
    width: 100%
}

.arrow-anchor {
    position: relative;
    display: flex;
    align-items: center;
}

.arrow-anchor span {
    color: #fff;
    font-size: 1.25em;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 .75em 0 0;
}

.arrow-anchor .img-wrapper {
    width: 3em;
    height: 3em;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #f41e3c;
    transition: .4s;
}

.arrow-anchor .img-wrapper svg {
    width: 1em;
    transform: rotate(-45deg);
    transition: .4s;
}

@media (max-width:1024px) {
    .arrow-anchor .img-wrapper svg {
        width: 1.5em;
    }
}

.arrow-anchor .img-wrapper svg path {
    transition: .4s;
}

.arrow-anchor:hover .img-wrapper {
    background: #fff;
    transition: .4s;
    box-shadow: 0 0 9px 6px rgba(136, 136, 136, .18);
}

.arrow-anchor:hover .img-wrapper svg {
    transform: rotate(0);
    transition: .4s;
}

.arrow-anchor:hover .img-wrapper svg path {
    fill: #f41e3c;
    transition: .4s;
}

.arrow-anchor.black-col span {
    color: #000;
    transition: .25s;
}

.arrow-anchor.black-col:hover span {
    color: #f41e3c;
    transition: .25s;
}

.arrow-anchor.gray-col span {
    color: #363636;
    transition: .25s;
}

.arrow-anchor.gray-col:hover span {
    color: #f41e3c;
    transition: .25s;
}

.arrow-anchor.transparent-bg .img-wrapper {
    background: 0 0;
}

.arrow-anchor.transparent-bg .img-wrapper svg path {
    fill: #f41e3c;
}

.arrow-anchor.white-bg .img-wrapper {
    background: #fff;
}

.arrow-anchor.white-bg .img-wrapper svg path {
    fill: #f41e3c;
}

.arrow-anchor.small-achor span {
    font-size: 1em;
}

.arrow-anchor.small-achor .img-wrapper {
    width: 2.5em;
    height: 2.5em;
}

.fill-btn {
    background: #f41e3c;
    padding: 1.125em 4.8125em;
    color: #fff;
    border-radius: 18.75em;
    border: 1px solid #f41e3c;
    transition: .5s;
}

@media (max-width:576px) {
    .fill-btn {
        padding: .5em 2em;
    }
}

.fill-btn:hover {
    color: #f41e3c;
    background: 0 0;
}

h1 {
    font-weight: 400;
    font-size: 5em;
    font-family: Montserrat, sans-serif;
    color: #fff;
    margin: 0 0 .5em 0;
    line-height: 1;
}

h1.s-font {
    font-size: 3.75em;
    font-weight: 700;
}

@media (max-width:1199px) {
    h1 {
        font-size: 2.625em;
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 1.5em;
    }
}

h2 {
    font-weight: 400;
    font-size: 2.75em;
    font-family: Montserrat, sans-serif;
    color: #fff;
    margin: 0 0 .5em 0;
    line-height: 1;
}

@media (max-width:1199px) {
    h2 {
        font-size: 2.25em;
    }
}

@media (max-width:767px) {
    h2 {
        font-size: 1.75em;
    }
}

h2.s-font {
    font-size: 3em;
}

@media (max-width:1199px) {
    h2.s-font {
        font-size: 2.25em;
    }
}

@media (max-width:767px) {
    h2.s-font {
        font-size: 1.75em;
    }
}

@media (max-width:375px) {
    h2.s-font {
        font-size: 1.2em;
    }
}

h2.l-font {
    font-size: 4.375em;
    font-family: Urbanist, sans-serif;
}

@media (max-width:1199px) {
    h2.l-font {
        font-size: 2.25em;
    }
}

@media (max-width:767px) {
    h2.l-font {
        font-size: 1.75em;
    }
}

h2.xl-font {
    font-size: 5em;
    font-weight: 800;
}

@media (max-width:1199px) {
    h2.xl-font {
        font-size: 2.25em;
    }
}

@media (max-width:767px) {
    h2.xl-font {
        font-size: 1.75em;
    }
}

h3 {
    font-size: 1.875em;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    color: #fff;
    margin: 0 0 .5em 0;
    line-height: 1;
}

@media (min-width:1100px) {
    h3.s-font {
        font-size: 2.25em;
    }
}

@media (max-width:1199px) {
    h3 {
        font-size: 2em;
    }
}

@media (max-width:767px) {
    h3 {
        font-size: 1.625em;
    }
}

h4 {
    font-size: 1.3125em;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    color: #fff;
    margin: 0 0 .5em 0;
}

h4 .s-font {
    font-size: 1.5em;
}

h4.l-font {
    font-size: 1.75em;
    font-weight: 700;
}

@media (max-width:767px) {
    h4.l-font {
        font-size: 1em;
    }
}

h5 {
    font-size: 1.25em;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    color: #fff;
    margin: 0 0 .5em 0;
}

@media (max-width:767px) {
    h5 {
        font-size: 1em;
    }
}

h6 {
    font-size: 1.125em;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    color: #fff;
    margin: 0 0 .5em 0;
}

@media (max-width:576px) {
    h6 {
        font-size: 1em;
    }
}

p {
    font-size: 1.25em;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    margin: 0 0 1.5em 0;
    color: #fff;
    line-height: 1.5;
}

@media (max-width:767px) {
    p {
        font-size: 1.125em;
    }
}

@media (max-width:576px) {
    p {
        font-size: 1em;
    }
}

@media (max-width:375px) {
    p {
        font-size: .8em;
    }
}

p.s-font {
    font-size: 1.125em;
}

@media (max-width:576px) {
    p.s-font {
        font-size: 1em;
    }
}

p.xs-font {
    font-size: .875em;
    margin: 0 0 .3125em 0;
}

@media (max-width:576px) {
    p.xs-font {
        font-size: .75em;
    }
}

.line-heading {
    display: flex;
    max-width: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

@media (max-width:576px) {
    .line-heading {
        padding-left: 1em;
    }
}

.line-heading .outline-text {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #b9b9ba;
    text-transform: capitalize;
    word-break: break-word;
    font-size: 7em;
    font-family: sans-serif;
    font-weight: 700;
    z-index: 1;
}

.line-heading .outline-text-2 {
    font-size: 6em;
}

@media (max-width:1024px) {
    .line-heading .outline-text {
        font-size: 5em;
    }
}

@media (max-width:991px) {
    .line-heading .outline-text {
        font-size: 4em;
    }
}

@media (max-width:576px) {
    .line-heading .outline-text {
        font-size: 2em;
    }
}

@media (max-width:375px) {
    .line-heading .outline-text {
        font-size: 1.5em;
    }
}

.line-heading .outline-text.primary-color {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #f41e3c;
}

.generic--head__subhead.left-element {
    position: relative;
    padding: 0 0 0 2.8125em;
}

.generic--head__subhead.left-element::before {
    content: "";
    position: absolute;
    width: 1.5em;
    height: 1px;
    left: 0;
    top: 50%;
    background: #fff;
}

@media (max-width:576px) {
    .generic--head__subhead.left-element {
        padding: 0;
        letter-spacing: 0 !important;
    }

    .generic--head__subhead.left-element::before {
        content: normal;
    }
}

.generic--head__subhead.left-element.primary-col::before {
    background: #f41e3c;
}

.generic--head.center-head {
    text-align: center;
    margin: 0 auto;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.capitalize {
    text-transform: capitalize;
}

.letter-spacing {
    letter-spacing: -.045em;
}

.animate {
    opacity: 0;
}

.animate.fadein-Left {
    transform: translate(50px, 0);
}

.animate.fadein-Right {
    transform: translate(-50px, 0);
}

.animate.fadein-Up {
    transform: translate(0, 50px);
}

.animate.fadein-Up-Fast {
    transform: translate(0, 50px);
}

.animate.fadein-Down {
    transform: translate(0, -50px);
}

@media (max-width:576px) {
    .animate {
        opacity: 1;
    }

    .animate.fadein-Left {
        transform: translate(0, 0);
    }

    .animate.fadein-Right {
        transform: translate(0, 0);
    }

    .animate.fadein-Up {
        transform: translate(0, 0);
    }

    .animate.fadein-Up-Fast {
        transform: translate(0, 0);
    }

    .animate.fadein-Down {
        transform: translate(0, 0);
    }
}

@keyframes anim {
    to {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.lazy-img {
    opacity: 0;
}

.twocol-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.twocol-row.justify-space {
    justify-content: space-between;
}

.twocol-row.align-center {
    align-items: center;
}

.col-100 {
    width: 100%
}

.col-90 {
    width: 90%
}

@media (max-width:991px) {
    .col-90 {
        width: 100%
    }
}

.col-80 {
    width: 80%
}

@media (max-width:991px) {
    .col-80 {
        width: 100%
    }
}

.col-75 {
    width: 75%
}

@media (max-width:991px) {
    .col-75 {
        width: 100%
    }
}

.col-70 {
    width: 70%
}

@media (max-width:991px) {
    .col-70 {
        width: 100%
    }
}

.col-65 {
    width: 65%
}

@media (max-width:991px) {
    .col-65 {
        width: 100%
    }
}

.col-67 {
    width: 67%
}

@media (max-width:991px) {
    .col-67 {
        width: 100%
    }
}

.col-60 {
    width: 60%
}

@media (max-width:991px) {
    .col-60 {
        width: 100%
    }
}

.col-57 {
    width: 57%
}

@media (max-width:991px) {
    .col-57 {
        width: 100%
    }
}

.col-59 {
    width: 59%
}

@media (max-width:991px) {
    .col-59 {
        width: 100%
    }
}

.col-56 {
    width: 56%
}

@media (max-width:991px) {
    .col-56 {
        width: 100%
    }
}

.col-55 {
    width: 55%
}

@media (max-width:991px) {
    .col-55 {
        width: 100%
    }
}

.col-53 {
    width: 53%
}

@media (max-width:991px) {
    .col-53 {
        width: 100%
    }
}

.col-50 {
    width: 50%
}

@media (max-width:991px) {
    .col-50 {
        width: 100%
    }
}

.col-45 {
    width: 45%
}

@media (max-width:991px) {
    .col-45 {
        width: 100%
    }
}

.col-44 {
    width: 44%
}

@media (max-width:991px) {
    .col-44 {
        width: 100%
    }
}

.col-42 {
    width: 42%
}

@media (max-width:991px) {
    .col-42 {
        width: 100%
    }
}

.col-48 {
    width: 48%
}

@media (max-width:991px) {
    .col-48 {
        width: 100%
    }
}

.col-47 {
    width: 47%
}

@media (max-width:991px) {
    .col-47 {
        width: 100%
    }
}

.col-43 {
    width: 43%
}

@media (max-width:991px) {
    .col-43 {
        width: 100%
    }
}

.col-40 {
    width: 40%
}

@media (max-width:991px) {
    .col-40 {
        width: 100%
    }
}

.col-37 {
    width: 37%
}

@media (max-width:991px) {
    .col-37 {
        width: 100%
    }
}

.col-36 {
    width: 36%
}

@media (max-width:991px) {
    .col-36 {
        width: 100%
    }
}

.col-35 {
    width: 35%
}

@media (max-width:991px) {
    .col-35 {
        width: 100%
    }
}

.col-33 {
    width: 33%
}

@media (max-width:991px) {
    .col-33 {
        width: 50%
    }
}

@media (max-width:576px) {
    .col-33 {
        width: 100%
    }
}

.col-31 {
    width: 31%
}

@media (max-width:991px) {
    .col-31 {
        width: 100%
    }
}

.col-30 {
    width: 30%
}

@media (max-width:991px) {
    .col-30 {
        width: 100%
    }
}

.col-25 {
    width: 25%
}

@media (max-width:991px) {
    .col-25 {
        width: 100%
    }
}

.col-18 {
    width: 18%
}

@media (max-width:991px) {
    .col-18 {
        width: 100%
    }
}

.col-20 {
    width: 20%
}

@media (max-width:991px) {
    .col-20 {
        width: 100%
    }
}

.col-10 {
    width: 10%
}

@media (max-width:991px) {
    .col-10 {
        width: 100%
    }
}

.col-54 {
    width: 54%
}

@media (max-width:991px) {
    .col-54 {
        width: 100%
    }
}

.col-46 {
    width: 46%
}

@media (max-width:991px) {
    .col-46 {
        width: 100%
    }
}

.col-52 {
    width: 52%
}

@media (max-width:991px) {
    .col-52 {
        width: 100%
    }
}

.navigation-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.navigation-wrapper .social-wrapper {
    display: flex;
}

@media (max-width:991px) {
    .navigation-wrapper .social-wrapper {
        display: none;
        padding: 0 0 1.25em 2em;
    }
}

.navigation-wrapper .social-wrapper .anchor-wrapper a {
    position: relative;
    width: 4em;
    background: #f41e3c;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:1200px) {
    .navigation-wrapper .social-wrapper .anchor-wrapper a {
        width: 3.5em;
    }
}

.navigation-wrapper .social-wrapper .anchor-wrapper a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #fff;
    left: auto;
    transition: .5s;
}

.navigation-wrapper .social-wrapper .anchor-wrapper a svg {
    width: 1.625em;
    z-index: 1;
}

.navigation-wrapper .social-wrapper .anchor-wrapper a svg path {
    transition: .5s;
}

.navigation-wrapper .social-wrapper .anchor-wrapper a:hover svg path {
    fill: #f41e3c;
    transition: .5s;
}

.navigation-wrapper .social-wrapper .anchor-wrapper a:hover::before {
    left: 0;
    width: 100%
}

.navigation-wrapper .social-wrapper .anchor-wrapper.project-anchor a {
    min-width: 13.875em;
    padding: 0 1.75em;
    background: #fff;
    color: #f41e3c;
    font-size: 1.1em;
    font-weight: 700;
    transition: .5s;
}

.navigation-wrapper .social-wrapper .anchor-wrapper.project-anchor a span {
    width: 22ch;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
}

.navigation-wrapper .social-wrapper .anchor-wrapper.project-anchor a::before {
    background: #f41e3c;
}

.navigation-wrapper .social-wrapper .anchor-wrapper.project-anchor a:hover {
    color: #fff;
    transition: .5s;
}

@media (max-width:991px) {
    .navigation-wrapper .social-wrapper .anchor-wrapper.project-anchor a {
        min-width: unset;
        padding: 0 1em;
        width: 8.25em;
    }
}

.navigation-wrapper .social-wrapper.mob-social-wrapper {
    display: none;
    padding: 0;
}

@media (max-width:991px) {
    .navigation-wrapper .social-wrapper.mob-social-wrapper {
        display: flex;
        align-items: center;
    }
}

.navigation-wrapper .social-wrapper.mob-social-wrapper .anchor-wrapper {
    height: 100%;
    border-right: 1px solid #e1637e;
}

@keyframes typing {
    from {
        width: 0;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

.navigation {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

@media (max-width:991px) {
    .navigation {
        display: none;
    }
}

.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

@media (max-width:991px) {
    .menu {
        padding: 5em 1em 2em 1em;
        width: 100%
    }
}

.menu__menuitem {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 3em 0 0;
}

.menu__menuitem.active .menu__menuitem--menulink {
    color: #f41e3c;
}

@media (max-width:1024px) {
    .menu__menuitem {
        margin: 0 2em 0 0;
    }
}

@media (max-width:991px) {
    .menu__menuitem {
        padding: 0 0 1.5em 0;
        margin: 0;
    }
}

@media (max-width:991px) {
    .menu__menuitem {
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
    }
}

@media (max-width:991px) {
    .menu__menuitem.s-column-dropdown .menu__menuitem--menulink {
        position: relative;
    }
}

.menu__menuitem.s-column-dropdown .menu__menuitem--menulink::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1em;
    padding: .15em;
    transition: .5s;
    display: none;
    border-style: solid;
    border-color: #f41e3c;
    border-width: 2px 2px 0 0;
    transform-origin: 100% 20%;
    transform: rotate(135deg);
    transition: .4s;
}

@media (max-width:991px) {
    .menu__menuitem.s-column-dropdown .menu__menuitem--menulink: :before {
        display: inline-block;
    }
}

.menu__menuitem.s-column-dropdown.dropdown-open .menu__menuitem--menulink {
    color: #f41e3c;
    transition: .4s;
}

.menu__menuitem.s-column-dropdown.dropdown-open .menu__menuitem--menulink::before {
    top: 35%;
    transform: rotate(-45deg);
    transition: .4s;
}

.menu__menuitem .s-column-dropdown-menu {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    text-align: left;
    margin: 0;
    list-style-type: none;
    z-index: 2;
    background: #fff;
    overflow: hidden;
}

@media (max-width:991px) {
    .menu__menuitem .s-column-dropdown-menu {
        position: relative;
        padding: 0;
        background: 0 0;
    }
}

.menu__menuitem--menulink {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 1em;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    line-height: 1;
    letter-spacing: -.03em;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: .4s;
    padding: .75em 0 .75em 0;
}

@media (max-width:1024px) {
    .menu__menuitem--menulink {
        font-size: .95em;
    }
}

.menu__menuitem--menulink.active,
.menu__menuitem--menulink:hover {
    color: #f41e3c;
    transition: .4s;
}

.nav-button {
    display: none;
    position: relative;
    height: 3.5em;
    width: 3.5em;
    padding: 0;
    background: 0 0;
    transition: all 250ms ease-out;
    z-index: 99;
    background: #fff;
    cursor: pointer;
}

@media (max-width:991px) {
    .nav-button {
        height: 100%;
        display: flex;
        align-items: center;
    }
}

.nav-button::after,
.nav-button::before {
    content: "";
    width: 2em;
    height: 3px;
    position: absolute;
    background: #f41e3c;
    transition: all 250ms ease-out;
    will-change: transform;
    left: 50%
}

.nav-button::before {
    transform: translate(-50%, -50%);
}

.nav-button::after {
    transform: translate(-50%, 6px);
}

.nav-button.active::before {
    transform: translate(-50%, 0) rotate(45deg);
}

.nav-button.active::after {
    transform: translate(-50%, 0) rotate(-45deg);
}

.menu-slider-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.menu-slider-wrapper .menu-slider-thumb-wrapper {
    width: 30%;
    padding: 3em 4em;
}

@media (max-width:991px) {
    .menu-slider-wrapper .menu-slider-thumb-wrapper {
        width: 100%;
        padding: 0;
    }
}

.menu-slider-wrapper .menu-slider-thumb-wrapper .menu-slider-thumb {
    list-style-type: none;
    padding: 0;
    max-height: 22em;
    overflow-y: scroll;
}

.menu-slider-wrapper .menu-slider-thumb-wrapper .menu-slider-thumb .menu-slider-thumb-slide {
    margin: .5em .5em .5em 0;
}

.menu-slider-wrapper .menu-slider-thumb-wrapper .menu-slider-thumb .menu-slider-thumb-slide .slide-head {
    color: #d9223b;
    font-size: .875em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1.25em 1em;
    border-radius: 5.625em;
    display: flex;
    align-items: center;
    line-height: 1;
    transition: .4s;
    cursor: pointer;
}

@media (max-width:991px) {
    .menu-slider-wrapper .menu-slider-thumb-wrapper .menu-slider-thumb .menu-slider-thumb-slide .slide-head {
        font-size: 1.25em;
        padding: .75em 1em;
    }
}

@media (max-width:576px) {
    .menu-slider-wrapper .menu-slider-thumb-wrapper .menu-slider-thumb .menu-slider-thumb-slide .slide-head {
        font-size: 1em;
        border-radius: 0;
    }
}

.menu-slider-wrapper .menu-slider-thumb-wrapper .menu-slider-thumb .menu-slider-thumb-slide.active .slide-head {
    background: #f41e3c;
    transition: .4s;
    color: #fff;
}

.menu-slider-wrapper .menu-slider-gallery-wrapper {
    width: 70%;
    height: auto;
    border-left: 1px solid rgba(0, 0, 0, .3);
}

@media (max-width:991px) {
    .menu-slider-wrapper .menu-slider-gallery-wrapper {
        width: 100%;
        border-left: none;
    }
}

.menu-slider-wrapper .menu-slider-gallery-wrapper .menu-slider-gallery {
    list-style-type: none;
    padding: 0;
}

.menu-slider-wrapper .menu-slider-gallery-wrapper .menu-slider-gallery-slide .slide-head {
    color: #d9223b;
    font-size: 2em;
    font-weight: 600;
    letter-spacing: -.03em;
    text-transform: uppercase;
    padding: 1.38em 1.82em .875em 1.82em;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

@media (max-width:991px) {
    .menu-slider-wrapper .menu-slider-gallery-wrapper .menu-slider-gallery-slide .slide-head {
        color: #f41e3c;
        font-size: 1.5em;
        border-bottom: none;
        padding: .5em 0;
    }
}

.menu-slider-wrapper .menu-slider-gallery-wrapper .menu-slider-gallery-slide .list-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 3em 5em;
}

@media (max-width:1024px) {
    .menu-slider-wrapper .menu-slider-gallery-wrapper .menu-slider-gallery-slide .list-wrapper {
        padding: 3em;
    }
}

@media (max-width:991px) {
    .menu-slider-wrapper .menu-slider-gallery-wrapper .menu-slider-gallery-slide .list-wrapper {
        padding: 1em 0;
    }
}

.menu-slider-wrapper .menu-slider-gallery-wrapper .menu-slider-gallery-slide .list-wrapper .list-item {
    width: 33.33%;
    margin: 0 0 2em 0;
}

@media (max-width:991px) {
    .menu-slider-wrapper .menu-slider-gallery-wrapper .menu-slider-gallery-slide .list-wrapper .list-item {
        width: 100%;
        margin: 0 0 1em 0;
    }
}

.menu-slider-wrapper .menu-slider-gallery-wrapper .menu-slider-gallery-slide .list-wrapper .list-item a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #d9223b;
    font-size: .875em;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width:1024px) {
    .menu-slider-wrapper .menu-slider-gallery-wrapper .menu-slider-gallery-slide .list-wrapper .list-item a {
        font-size: .75em;
    }
}

.menu-slider-wrapper .menu-slider-gallery-wrapper .menu-slider-gallery-slide .list-wrapper .list-item a.active {
    color: #f41e3c;
}

.menu-slider-wrapper .menu-slider-gallery-wrapper .menu-slider-gallery-slide .list-wrapper .list-item__head {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.menu-slider-wrapper .menu-slider-gallery-wrapper .menu-slider-gallery-slide .list-wrapper .list-item__head::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.3em;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scaleX(0);
    transition: transform .5s ease;
}

.menu-slider-wrapper .menu-slider-gallery-wrapper .menu-slider-gallery-slide .list-wrapper .list-item__head:hover::before {
    transition: transform .5s ease;
    transform: scaleX(1);
}

.menu-slider-wrapper .menu-slider-gallery-wrapper .menu-slider-gallery-slide .list-wrapper .list-item__img {
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: -.9375em .9375em 1.4375em rgba(56, 1, 89, .5);
    border-radius: .375em;
    margin: 0 1.8125em 0 0;
}

.menu-slider-wrapper .menu-slider-gallery-wrapper .menu-slider-gallery-slide .list-wrapper .list-item__img img {
    width: 60%;
    height: 60%
}

@media (max-width:991px) {
    .menu-slider-wrapper .menu-slider-gallery-wrapper .menu-slider-gallery-slide {
        padding: 1em 1em 1em 2em;
    }
}

.menu-slider-thumb::-webkit-scrollbar {
    width: 0;
    border-radius: 5px;
}

.mobNav {
    display: none;
}

@media (max-width:991px) {
    .mobNav {
        position: fixed;
        right: -100%;
        width: 50vw;
        height: 100vh;
        top: 0;
        transition: .7s;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        z-index: 7;
        overflow-y: scroll;
    }

    .mobNav.open {
        right: 0;
    }
}

@media (max-width:576px) {
    .mobNav {
        width: 100%
    }
}

.mobNav__menu {
    padding: 5em 1em 2em 1em;
    width: 100%;
    list-style-type: none;
    margin: 0;
}

.mobNav__menu--item {
    position: relative;
    padding: .75em 0;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
}

.mobNav__menu--item .menu-toggleBtn {
    position: absolute;
    top: .5em;
    transform: translate(0, -.25em);
    right: 0;
    width: 2em;
    height: 2em;
}

.mobNav__menu--item .menu-toggleBtn::before {
    content: "";
    position: absolute;
    top: 1em;
    transform: translate(50%, -50%);
    right: 1em;
    width: 1em;
    height: 2px;
    background-color: #000;
}

.mobNav__menu--item .menu-toggleBtn::after {
    content: "";
    position: absolute;
    top: 1em;
    transform: translate(50%, -50%);
    right: 1em;
    width: 2px;
    height: 1em;
    background-color: #000;
    transition: .25s;
}

.mobNav__menu--item .menu-toggleBtn.active::after,
.mobNav__menu--item .menu-toggleBtn.active::before {
    transform: translate(50%, -50%) rotate(90deg);
    transition: .25s;
}

.mobNav__menu--item .menu-toggleBtn.active::before {
    opacity: 0;
}

.mobNav__menu--item .menu-link {
    color: #000;
    font-size: 1em;
}

.mobNav__menu--item .menu-link.active {
    color: #f41e3c;
}

.mobNav__menu--item .menu-link.active-menu {
    color: #f41e3c;
}

.mobNav__menu--item.active-menu .menu-link {
    color: #f41e3c;
}

.mobNav__menu--item .inner-menu {
    display: none;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 1em;
}

.mobNav__menu--item .inner-menu__item {
    padding: .75em 0;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
}

.mobNav__menu--item .inner-menu__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.mobNav__menu--item .inner-menu__item--link {
    display: block;
    color: #000;
    font-size: .9375em;
    font-weight: 400;
}

.mobNav__menu--item .inner-menu__item--link.active {
    padding: 0 0 .5em;
    color: #f41e3c;
}

.mobNav__menu--item .inner-menu__item--link.active-menu {
    color: #f41e3c;
}

.mobNav__menu--item .inner-menu__item .sub-inner-menu {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 1em;
}

.mobNav__menu--item .inner-menu__item .sub-inner-menu__item {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
}

.mobNav__menu--item .inner-menu__item .sub-inner-menu__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.mobNav__menu--item .inner-menu__item .sub-inner-menu__item--link {
    display: block;
    padding: .75em 1em;
    color: #000;
    font-size: .875em;
    font-weight: 400;
    text-transform: capitalize;
}

.mobNav__menu--item .inner-menu__item .sub-inner-menu__item--link.active-menu {
    background-color: #f41e3c;
    color: #fff;
}

.mobNav__menu--item .inner-menu__item .inner-menu-toggleBtn {
    position: absolute;
    top: 1em;
    transform: translate(0, -.25em);
    right: 0;
    width: 2em;
    height: 2em;
    transition: .25s;
}

.mobNav__menu--item .inner-menu__item .inner-menu-toggleBtn::after {
    content: "";
    position: absolute;
    top: .25em;
    right: .5em;
    border-color: #000;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    display: inline-block;
    height: .375em;
    width: .375em;
    transform: rotate(45deg);
}

.mobNav__menu--item .inner-menu__item .inner-menu-toggleBtn.active {
    transform: translate(.5em, -1em) rotate(180deg);
    transition: .25s;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.header__container {
    padding: 0;
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.header .scroll-text {
    position: absolute;
    top: 50%;
    transform: translate(25%, -50%);
    left: 0;
    display: flex;
    flex-direction: column;
}

@media (max-width:991px) {
    .header .scroll-text {
        display: none;
    }
}

.header .scroll-text .mouse {
    margin: 0 auto;
    display: block;
    border-radius: 3.125em;
    border: 2px solid #fff;
    height: 3.125em;
    width: 1.5em;
    position: relative;
    opacity: .4;
}

.header .scroll-text .move {
    position: absolute;
    background-color: #fff;
    height: .25em;
    width: .25em;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    animation: move 2s linear infinite;
    opacity: .8;
}

.header .scroll-text .head {
    font-size: .75em;
    letter-spacing: .03em;
    margin: .75em 0 0 0;
    opacity: .4;
}

.brand-logo {
    position: relative;
}

.brand-logo__anchor {
    width: 20em;
    height: auto;
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #363636;
    padding: .5em .75em;
}

.brand-logo__anchor img {
    height: 100%;
    display: block;
}

@media (max-width:576px) {
    .brand-logo__anchor {
        width: 7.5em;
        height: 3.5em;
        padding: 0;
        background: 0 0;
    }

    .brand-logo {
        padding-left: 30px;
    }

    .brand-logo__anchor img {
        height: 100%
    }
}

.header.sticky {
    background-color: rgba(0, 0, 0, .75);
    transition: .4s;
}

.footer {
    position: relative;
    background: #363636;
}

@media (max-width:576px) {
    .footer {
        padding: 3em 0 0 0;
    }
}

.footer .line-heading .outline-text {
    margin: 1em 0 .5em 0;
}

@media (max-width:576px) {
    .footer .line-heading .outline-text {
        margin: 0 0 .5em 0;
        -webkit-text-fill-color: #fff;
        -webkit-text-stroke: unset;
    }
}

.footer ul {
    margin: 0;
    list-style: none;
}

.footer__container {
    padding: 0;
}

.footer__bg {
    position: absolute;
    width: 45%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f41e3c;
    z-index: -1;
}

@media (max-width:991px) {
    .footer__bg {
        width: 0;
    }
}

.footer__top {
    position: relative;
    padding: 0 0 2.5em 0;
    z-index: 1;
}

@media (max-width:991px) {
    .footer__top {
        padding: 3em 0;
    }
}

@media (max-width:576px) {
    .footer__top {
        padding: 2em 0;
    }
}

.footer__top--qlinks-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width:991px) {
    .footer__top--qlinks-wrapper {
        justify-content: center;
    }
}

@media (max-width:576px) {
    .footer__top--qlinks-wrapper {
        display: block;
    }
}

.footer__top--qlinks-col:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
    padding: 0 8.5em 0 9%
}

@media (max-width:1199px) {
    .footer__top--qlinks-col: nth-child(1) {
        padding: 0 2em;
    }
}

@media (max-width:991px) {
    .footer__top--qlinks-col: nth-child(1) {
        width: 100%;
        padding: 0 5em;
    }
}

@media (max-width:767px) {
    .footer__top--qlinks-col: nth-child(1) {
        padding: 0 3em;
    }
}

@media (max-width:576px) {
    .footer__top--qlinks-col: nth-child(1) {
        align-items: center;
        padding: 0 1em;
    }
}

.footer__top--qlinks-col:nth-child(1) .left-descrip h2 {
    font-size: 2.5em;
    font-weight: 300;
}

@media (max-width:1199px) {
    .footer__top--qlinks-col: nth-child(1) .left-descrip h2 {
        font-size: 2.25em;
    }
}

@media (max-width:767px) {
    .footer__top--qlinks-col: nth-child(1) .left-descrip h2 {
        font-size: 1.75em;
    }
}

@media (max-width:375px) {
    .footer__top--qlinks-col: nth-child(1) .left-descrip h2 {
        font-size: 1.5em;
    }
}

.footer__top--qlinks-col:nth-child(1) .left-descrip h2 span {
    display: block;
    font-weight: 600;
}

.footer__top--qlinks-col:nth-child(1) .left-descrip p {
    font-size: 1em;
}

.footer__top--qlinks-col:nth-child(1) .contact-info-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 0 0 7em;
}

@media (max-width:576px) {
    .footer__top--qlinks-col: nth-child(1) .contact-info-wrapper {
        padding: 0;
    }
}

.footer__top--qlinks-col:nth-child(1) .contact-info-wrapper::before {
    content: "";
    position: absolute;
    width: 5em;
    height: 2px;
    background-color: #fff;
    top: 1em;
    left: 0;
}

@media (max-width:576px) {
    .footer__top--qlinks-col: nth-child(1) .contact-info-wrapper::before {
        width: 0;
    }
}

.footer__top--qlinks-col:nth-child(1) .contact-info-wrapper .address {
    margin: 0 0 .5em 0;
}

.footer__top--qlinks-col:nth-child(1) .contact-info-wrapper .mail a,
.footer__top--qlinks-col:nth-child(1) .contact-info-wrapper .num a {
    color: #fff;
    line-height: 1.5;
}

.footer__top--qlinks-col:nth-child(1) .contact-info-wrapper .mail {
    margin: 0 0 .5em 0;
}

.footer__top--qlinks-col:nth-child(1) .contact-info-wrapper a,
.footer__top--qlinks-col:nth-child(1) .contact-info-wrapper p {
    font-size: 1em;
}

.footer__top--qlinks-col:nth-child(1) .contact-info-wrapper .icon-wrapper {
    display: flex;
}

.footer__top--qlinks-col:nth-child(1) .contact-info-wrapper .icon-wrapper .icon {
    position: relative;
    width: 3em;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.footer__top--qlinks-col:nth-child(1) .contact-info-wrapper .icon-wrapper .icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #f41e3c;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    transition: .4s;
}

.footer__top--qlinks-col:nth-child(1) .contact-info-wrapper .icon-wrapper .icon img {
    width: 45%;
    height: 45%
}

.footer__top--qlinks-col:nth-child(1) .contact-info-wrapper .icon-wrapper .icon:hover::before {
    transform: translate(-50%, -50%) scale(1);
    transition: .4s;
}

.footer__top--qlinks-col:nth-child(2) {
    width: 55%;
    padding: 0 9% 0 5em;
}

@media (max-width:1199px) {
    .footer__top--qlinks-col: nth-child(2) {
        padding: 0 2em;
    }
}

@media (max-width:991px) {
    .footer__top--qlinks-col: nth-child(2) {
        width: 100%;
        padding: 0 5em;
    }
}

@media (max-width:767px) {
    .footer__top--qlinks-col: nth-child(2) {
        padding: 0 3em;
    }
}

.footer__top--qlinks-col:nth-child(2) .qlinks__col__wrapper {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin: 2.0625em 0 0 0;
}

@media (max-width:1024px) {
    .footer__top--qlinks-col: nth-child(2) .qlinks__col__wrapper {
        justify-content: space-between;
    }
}

@media (max-width:576px) {
    .footer__top--qlinks-col: nth-child(2) .qlinks__col__wrapper {
        flex-wrap: wrap;
    }
}

.footer__top--qlinks-col:nth-child(2) .qlinks__col__wrapper .qlinks__col__item {
    width: max-content;
    padding-right: 4em;
}

@media (max-width:1024px) {
    .footer__top--qlinks-col: nth-child(2) .qlinks__col__wrapper .qlinks__col__item {
        padding-right: 1.5em;
    }
}

@media (max-width:576px) {
    .footer__top--qlinks-col: nth-child(2) .qlinks__col__wrapper .qlinks__col__item {
        width: 100%
    }
}

.footer__top--qlinks-col:nth-child(2) .qlinks__col__wrapper .qlinks__col__item .qlinks-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

@media (max-width:576px) {
    .footer__top--qlinks-col: nth-child(2) .qlinks__col__wrapper .qlinks__col__item .qlinks-menu {
        padding: 0 0 1em 2em;
        display: none;
    }
}

.footer__top--qlinks-col:nth-child(2) .qlinks__col__wrapper .qlinks__col__item .qlinks-menu__item {
    margin: 0 0 1em 0;
}

@media (max-width:991px) {
    .footer__top--qlinks-col: nth-child(2) .qlinks__col__wrapper .qlinks__col__item .qlinks-menu__item {
        margin: 0 0 1.5em 0;
    }
}

@media (max-width:576px) {
    .footer__top--qlinks-col: nth-child(2) .qlinks__col__wrapper .qlinks__col__item .qlinks-menu__item {
        width: 100%;
        margin: 0 0 1em 0;
    }
}

.footer__top--qlinks-col:nth-child(2) .qlinks__col__wrapper .qlinks__col__item .qlinks-menu__item.phone {
    margin-bottom: 1em;
}

.footer__top--qlinks-col:nth-child(2) .qlinks__col__wrapper .qlinks__col__item .qlinks-menu__item.address {
    width: 80%
}

@media (max-width:991px) {
    .footer__top--qlinks-col: nth-child(2) .qlinks__col__wrapper .qlinks__col__item .qlinks-menu__item.address {
        width: 100%
    }
}

@media (max-width:991px) {
    .footer__top--qlinks-col: nth-child(2) .qlinks__col__wrapper .qlinks__col__item:last-child .qlinks-menu__item {
        padding: 0;
    }
}

@media (max-width:576px) {
    .footer__top--qlinks-col: nth-child(2) .qlinks__col__wrapper .qlinks__col__item:last-child .qlinks-menu__item {
        padding: 0 1em 0 0;
    }
}

.footer__top--qlinks-col:nth-child(2) p {
    font-size: 1em;
    font-weight: 600;
    color: #fff;
    position: relative;
    display: block;
    padding: 0 0 0 .625em;
    margin-bottom: 1.75em;
}

@media (max-width:576px) {
    .footer__top--qlinks-col: nth-child(2) p {
        display: inline-block;
    }
}

.footer__top--qlinks-col:nth-child(2) p::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
}

@media (max-width:576px) {

    .footer__top--qlinks-col: nth-child(2) p::after,
    .footer__top--qlinks-col:nth-child(2) p::before {
        position: absolute;
        background-color: #f41e3c;
        left: 0;
        top: 50%;
        width: 2px;
        height: 1em;
        transition: all .5s ease-in-out;
    }

    .footer__top--qlinks-col:nth-child(2) p::before {
        top: .25em;
        left: .45em;
    }

    .footer__top--qlinks-col:nth-child(2) p:after {
        left: 0;
        width: 1em;
        height: 2px;
        transform: translate(0, -50%);
    }
}

.footer__top--qlinks-col:nth-child(2) a {
    color: #fff;
    font-size: .875em;
    display: inline-block;
    text-decoration: none;
}

@media (max-width:576px) {
    .footer__top--qlinks-col: nth-child(2) {
        padding: 0 1em;
    }

    .footer__top--qlinks-col:nth-child(2) p {
        font-size: 1em;
        line-height: 1.5;
        padding-left: 2em;
        margin-bottom: 1em;
    }

    .footer__top--qlinks-col:nth-child(2) p::after,
    .footer__top--qlinks-col:nth-child(2) p::before {
        content: ""
    }

    .footer__top--qlinks-col:nth-child(2) p.opened::before {
        transform: rotate(90deg);
    }

    .footer__top--qlinks-col:nth-child(2) p.opened::after {
        transform: rotate(90deg);
        opacity: 0;
    }
}

.qlinks-menu {
    padding: 0;
}

@media (max-width:576px) {
    .qlinks-menu {
        padding: 0 0 1em 2em;
        display: none;
    }
}

.qlinks-menu__item {
    font-size: 1em;
    font-weight: 400;
    padding: 0 1em 0 0;
    margin-bottom: 1.5em;
}

@media (max-width:991px) {
    .qlinks-menu__item {
        padding: 0 2em 0 0;
    }
}

@media (max-width:576px) {
    .qlinks-menu__item {
        padding: 0 1em 0 0;
    }
}

.footer__bottom {
    position: relative;
}

.copy-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.5625em 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

@media (max-width:576px) {
    .copy-wrapper {
        align-items: center;
        padding: 1.5em 1em 1.5em 1em;
    }
}

.copy-wrapper .vline {
    padding: 0 1em;
}

.copy-wrapper p {
    color: #fff;
    font-weight: 400;
    margin: 0;
}

@media (max-width:576px) {
    .copy-wrapper p {
        text-align: center;
    }
}

@media (max-width:576px) {
    .copy-wrapper {
        flex-flow: column;
    }
}

.home-hero {
    position: relative;
    width: 100%;
    height: 120vh;
}

@media (max-width:1199px) {
    .home-hero {
        height: 60vh;
    }
}

@media (max-width:991px) {
    .home-hero {
        height: 75vh;
    }
}

@media (max-width:767px) {
    .home-hero {
        height: 70vh;
    }
}

@media (max-width:576px) {
    .home-hero {
        height: 100vh;
    }
}

.home-hero__heroImg {
    position: relative;
    width: 100%;
    height: 100%
}

.home-hero__heroImg .img-wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.home-hero__heroImg .img-wrapper .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 11em;
    overflow: hidden;
}

.home-hero__heroImg .img-wrapper .video-wrapper::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    width: 100%;
    height: 120vh;
    z-index: 1;
}

@media (max-width:576px) {
    .home-hero__heroImg .img-wrapper .video-wrapper: :before {
        content: none;
    }
}

.home-hero__heroImg .img-wrapper .video-wrapper iframe,
.home-hero__heroImg .img-wrapper .video-wrapper video {
    object-fit: cover;
    width: auto;
    height: 100vh;
    position: relative;
    right: 0;
    z-index: 0;
}

@media (min-width:576px) {

    .home-hero__heroImg .img-wrapper .video-wrapper iframe,
    .home-hero__heroImg .img-wrapper .video-wrapper video {
        width: 1920px;
        height: 1080px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.home-hero__heroImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.home-hero__hero-caption {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 1;
}

@media (max-width:576px) {
    .home-hero__hero-caption {
        top: 30%
    }
}

.home-hero__hero-caption--container {
    padding: 0 4.5%
}

@media (max-width:991px) {
    .home-hero__hero-caption--container {
        padding: 0 5em;
    }
}

@media (max-width:767px) {
    .home-hero__hero-caption--container {
        padding: 0 3em;
    }
}

@media (max-width:576px) {
    .home-hero__hero-caption--container {
        padding: 0 1em;
    }
}

.home-hero .head {
    width: 95%;
    margin: 0 0 0 auto;
    color: #fff;
    font-size: 6em;
    font-weight: 700;
    line-height: .88;
    letter-spacing: -.03em;
    text-transform: uppercase;
    text-align: left;
}

@media (max-width:1199px) {
    .home-hero .head {
        font-size: 4.5em;
    }
}

@media (max-width:991px) {
    .home-hero .head {
        width: 100%;
        font-size: 3em;
    }
}

@media (max-width:576px) {
    .home-hero .head {
        margin: 0 auto;
        font-size: 2em;
        text-align: center;
    }
}

@media (max-width:375px) {
    .home-hero .head {
        font-size: 1.5em;
    }
}

.home-hero .head .head-text-wrapper {
    display: block;
    overflow: hidden;
}

.home-hero .head .head-text-wrapper span {
    display: inline-block;
}

.home-hero .head .head-text-wrapper .gradient-anim {
    background: linear-gradient(200deg, #6c06ec, #f41e3c 60%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: gradientAnimation 5s linear infinite;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0 25%
    }

    50% {
        background-position: 100% 45%
    }

    to {
        background-position: 0 50%
    }
}

.home-hero__hero-banner {
    width: 100%;
    position: absolute;
    top: 77.5%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 1;
}

@media (max-width:576px) {
    .home-hero__hero-banner {
        top: 45%;
        bottom: auto;
        transform: translate(0, 0);
        text-align: center;
    }

    .home-hero__hero-banner .anchor-wrapper {
        justify-content: center;
    }
}

.home-hero__hero-banner--container {
    padding: 0 9%
}

@media (max-width:991px) {
    .home-hero__hero-banner--container {
        padding: 0 5em;
    }
}

@media (max-width:767px) {
    .home-hero__hero-banner--container {
        padding: 0 3em;
    }
}

@media (max-width:576px) {
    .home-hero__hero-banner--container {
        padding: 0 1em;
    }
}

.home-hero__hero-banner--wrapper {
    max-width: 42%;
    margin: 0;
    float: right;
}

@media (max-width:1024px) {
    .home-hero__hero-banner--wrapper {
        max-width: 55%
    }
}

@media (max-width:576px) {
    .home-hero__hero-banner--wrapper {
        max-width: 100%;
        padding: 1em 0 0 0;
    }
}

.home-hero__hero-banner--wrapper .mob-video {
    display: none;
    margin: 8em auto 0 auto;
    width: 20%;
    border-radius: 100%;
    overflow: hidden;
}

.home-hero__hero-banner--wrapper .mob-video .img-wrapper {
    height: 5em;
}

@media (max-width:576px) {
    .home-hero__hero-banner--wrapper .mob-video {
        display: flex;
    }
}

.home-hero__hero-banner--wrapper .mob-video .play-icon {
    width: 2.5em;
    height: 2.5em;
}

.mobile-only {
    display: none;
}

@media (max-width:576px) {
    .mobile-only {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 99;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
}

.mobile-only__social-wrapper {
    background: #363636;
    width: 50%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.mobile-only__social-wrapper a {
    width: 50%;
    z-index: 1;
    display: block;
    padding: .75em 0;
}

.mobile-only__social-wrapper a:first-child {
    border-right: 1px solid rgba(255, 255, 255, .5);
}

.mobile-only__social-wrapper svg {
    width: 1.52em;
}

.mobile-only__get-quote {
    background: #f41e3c;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-only__get-quote a {
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
}

.mobile-only .icon-btn-wrapper {
    display: flex;
    align-items: center;
    width: 100%
}

.hero--section__social-linkWrapper {
    position: absolute;
    top: 45%;
    left: 4.5%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    z-index: 1;
}

@media (max-width:767px) {
    .hero--section__social-linkWrapper {
        display: none;
    }
}

.hero--section__social-link {
    position: relative;
    width: 2.5625em;
    height: 2.5625em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 100%;
    z-index: 1;
    margin: 0 0 1.25em 0;
    overflow: hidden;
    transition: .4s;
}

.hero--section__social-link::before {
    content: "";
    position: absolute;
    width: 110%;
    height: 110%;
    border-radius: 100%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    transition: .4s;
}

.hero--section__social-link .img-wrapper {
    width: 45%;
    height: 45%
}

.hero--section__social-link .img-wrapper svg {
    width: 100%;
    height: 100%;
    transition: .4s;
}

.hero--section__social-link:hover {
    transition: .4s;
}

.hero--section__social-link:hover::before {
    transform: translate(-50%, -50%) scale(1);
    transition: .4s;
}

.hero--section__social-link:hover svg path {
    fill: #363636;
    transition: .4s;
}

.hero--section__scrollWrapper {
    position: absolute;
    top: 75%;
    right: 6.78%;
    transform: translate(33%, -50%) rotate(-90deg);
}

@media (max-width:991px) {
    .hero--section__scrollWrapper {
        display: none;
    }
}

.hero--section__scroll {
    color: #f41e3c;
    font-size: .75em;
    font-family: Montserrat, sans-serif;
    letter-spacing: .845em;
}

.hero--section__scroll::before {
    content: "";
    position: absolute;
    width: 3.5em;
    height: 1px;
    background-color: #f41e3c;
    left: -6em;
    top: .65em;
}

.homepage .mob-social-wrapper {
    display: none !important;
}

.ourWork {
    position: relative;
    padding: 5em 0 5em 0;
    background: #363636;
}

@media (max-width:991px) {
    .ourWork {
        padding: 3em 0;
    }
}

.ourWork__Slider {
    padding: 0 0 0 9%
}

@media (max-width:576px) {
    .ourWork__Slider {
        padding-left: 1em;
    }
}

.ourWork__Slider--slideWrapper .ourWork__Slider--img {
    height: 25em;
    filter: grayscale(1);
    transition: .4s;
}

.ourWork__Slider--slideWrapper .ourWork__Slider--img img {
    height: 100%;
    object-fit: cover;
}

.ourWork__Slider--slideWrapper:hover .ourWork__Slider--img {
    filter: grayscale(0);
    transition: .4s;
}

.ourWork__Slider--logo {
    width: 70%
}

.ourWork__Slider--descrip {
    color: #8d8d8d;
    font-size: .9em;
}

.ourWork__Slider .swiper-slide .anchor-wrapper {
    opacity: 0;
    transition: .2s;
}

@media (max-width:1199px) {
    .ourWork__Slider .swiper-slide .anchor-wrapper {
        opacity: 1;
    }
}

.ourWork__Slider .swiper-slide:hover .anchor-wrapper {
    opacity: 1;
    transition: .2s;
}

@media (max-width:576px) {
    .ourWork .line-heading .outline-text {
        -webkit-text-fill-color: #fff;
        -webkit-text-stroke: unset;
    }
}

.collabCompanies {
    position: relative;
    background: #f8f8f8;
}

.collabCompanies__title {
    width: 40%;
    color: #363636;
    font-size: 2.75em;
}

@media (max-width:1199px) {
    .collabCompanies__title {
        width: 100%;
        font-size: 2.25em;
    }
}

@media (max-width:767px) {
    .collabCompanies__title {
        font-size: 1.75em;
    }
}

.collabCompanies__title .title-wrapper {
    overflow: hidden;
}

.collabCompanies__title span {
    display: block;
    font-weight: 500;
}

.collabCompanies__title .word {
    display: inline-block;
}

.collabCompanies__Slider .swiper-wrapper {
    flex-direction: row;
}

.collabCompanies__Slider .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.collabCompanies__Slider .swiper-slide .img-wrapper img {
    filter: grayscale(1);
    transition: .4s;
}

.collabCompanies__Slider .swiper-slide:hover .img-wrapper img {
    filter: grayscale(0);
    transition: .4s;
}

.app-slider__scrollbar {
    position: relative;
    width: 40%;
    margin: 0 auto;
    padding: 3em 0 0 0;
}

.app-slider__scrollbar .swiper-scrollbar {
    z-index: 99;
    cursor: grab !important;
    top: 1em;
    height: 3px !important;
}

.app-slider__scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
    background: #f41e3c;
}

.app-slider__scrollbar .drag-head {
    font-size: .875em;
    color: #636363;
    text-align: center;
}

.app-slider__scrollbar .drag-img {
    width: 1.25em;
    margin: 0 auto 1em auto;
    animation: draganimation ease-in-out 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%
}

@keyframes draganimation {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(30px, 0);
    }

    50% {
        transform: translate(-30px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

.faq {
    position: relative;
    background: #e3e3e3;
}

.faq__container {
    padding: 0 2%
}

@media (max-width:991px) {
    .faq__container {
        padding: 0 5em;
    }
}

@media (max-width:767px) {
    .faq__container {
        padding: 0 3em;
    }
}

@media (max-width:576px) {
    .faq__container {
        padding: 0 1em;
    }
}

.faq__Slider--slideWrapper {
    position: relative;
    width: 100%;
    height: 28em;
    padding: 0;
    overflow: hidden;
}

.faq__Slider--slideWrapper.mouseenter .faq__Slider--descrip h2,
.faq__Slider--slideWrapper.mouseenter .faq__Slider--descrip p {
    opacity: 1;
    transition: .4s;
    transition-delay: .5s;
}

.faq__Slider--descrip-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 2.125em 2.0625em 2em;
    background-image: url(/assets/images/home/faq/faq-texture.webp);
    background-size: cover;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.faq__Slider--descrip {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #f41e3c;
    padding: 2.125em 2.0625em 2em;
}

.faq__Slider--descrip h2 {
    font-size: 4em;
    font-family: sans-serif;
    font-weight: 700;
    opacity: 0;
    transition: .2s;
}

@media (max-width:1199px) {
    .faq__Slider--descrip h2 {
        font-size: 2.25em;
    }
}

@media (max-width:767px) {
    .faq__Slider--descrip h2 {
        font-size: 1.75em;
    }
}

.faq__Slider--descrip p {
    font-size: .875em;
    margin: 0;
    opacity: 0;
    transition: .2s;
}

@media (max-width:1024px) {
    .faq__Slider--descrip p {
        font-size: 1.2em;
    }
}

@media (max-width:576px) {
    .faq__Slider--descrip p {
        font-size: 1em;
    }
}

@media (max-width:375px) {
    .faq__Slider--descrip p {
        font-size: .8em;
    }
}

.faq__Slider--count {
    font-size: 4em;
    font-family: sans-serif;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #b9b9ba;
    font-weight: 700;
    margin: 0;
}

@media (max-width:1199px) {
    .faq__Slider--count {
        font-size: 2.25em;
    }
}

@media (max-width:767px) {
    .faq__Slider--count {
        font-size: 1.75em;
    }
}

.faq__Slider--head {
    color: #000;
    font-weight: 700;
    margin: 0;
}

.faq__Slider--arrowWrapper {
    display: flex;
    justify-content: center;
}

.faq__Slider--arrow {
    width: 3em;
    height: 3em;
    padding: .875em;
    border: 2px solid #f41e3c;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:1024px) {
    .faq__Slider--arrow {
        padding: .55em;
    }
}

@media (max-width:576px) {
    .faq .line-heading .outline-text {
        -webkit-text-fill-color: #000;
        -webkit-text-stroke: unset;
    }
}

.faq__Slider--slideWrapper {
    overflow: hidden;
}

.faq__Slider--slideWrapper .overlay {
    transform: translate3d(-101%, 0, 0);
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.faq__Slider--slideWrapper.mouseenter.top .overlay {
    animation-name: slide--enter-top;
}

.faq__Slider--slideWrapper.mouseenter.right .overlay {
    animation-name: slide--enter-right;
}

.faq__Slider--slideWrapper.mouseenter.bottom .overlay {
    animation-name: slide--enter-bottom;
}

.faq__Slider--slideWrapper.mouseenter.left .overlay {
    animation-name: slide--enter-left;
}

.faq__Slider--slideWrapper.mouseleave.top .overlay {
    animation-name: slide--leave-top;
}

.faq__Slider--slideWrapper.mouseleave.right .overlay {
    animation-name: slide--leave-right;
}

.faq__Slider--slideWrapper.mouseleave.bottom .overlay {
    animation-name: slide--leave-bottom;
}

.faq__Slider--slideWrapper.mouseleave.left .overlay {
    animation-name: slide--leave-left;
}

@keyframes slide--enter-top {
    0% {
        transform: translate3d(0, -101%, 0);
    }

    100% {
        transform: none;
    }
}

@keyframes slide--enter-right {
    0% {
        transform: translate3d(101%, 0, 0);
    }

    100% {
        transform: none;
    }
}

@keyframes slide--enter-bottom {
    0% {
        transform: translate3d(0, 101%, 0);
    }

    100% {
        transform: none;
    }
}

@keyframes slide--enter-left {
    0% {
        transform: translate3d(-101%, 0, 0);
    }

    100% {
        transform: none;
    }
}

@keyframes slide--leave-top {
    0% {
        transform: none;
    }

    100% {
        transform: translate3d(0, -101%, 0);
    }
}

@keyframes slide--leave-right {
    0% {
        transform: none;
    }

    100% {
        transform: translate3d(101%, 0, 0);
    }
}

@keyframes slide--leave-bottom {
    0% {
        transform: none;
    }

    100% {
        transform: translate3d(0, 101%, 0);
    }
}

@keyframes slide--leave-left {
    0% {
        transform: none;
    }

    100% {
        transform: translate3d(-101%, 0, 0);
    }
}

.awards {
    position: relative;
}

.awards .line-heading .outline-text {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
}

@media (max-width:576px) {
    .awards .line-heading .outline-text {
        -webkit-text-fill-color: #fff;
        -webkit-text-stroke: unset;
    }
}

.awards__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (max-width:767px) {
    .awards__bg: :before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .25);
    }
}

.awards__bg img {
    height: 100%;
    object-fit: cover;
}

.awards__wrapper {
    align-items: center;
    min-height: 44em;
}

@media (max-width:767px) {
    .awards__wrapper {
        min-height: auto;
    }
}

.awards__leftsec {
    padding: 0 7em 0 0;
}

@media (max-width:991px) {
    .awards__leftsec {
        padding: 0;
    }
}

.awards__leftsec--head {
    color: #fff;
    letter-spacing: -.03em;
}

.awards__leftsec--head span {
    display: block;
    font-weight: 600;
}

.awards__rightsec {
    display: flex;
    height: 100%
}

.awards__rightsec--wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.awards__rightsec--card {
    width: 25%;
    height: 100%;
    padding: 0 .0625em;
}

.awards__rightsec--card a {
    display: flex;
    width: 100%;
    height: 100%;
    background: #fff;
    justify-content: center;
    align-items: center;
    padding: 2em;
}

@media (max-width:991px) {
    .awards__rightsec--card a {
        padding: .5em;
    }
}

.worth-read {
    position: relative;
}

.worth-read__SliderWrapper {
    position: relative;
    padding: 0;
}

.worth-read__Slider {
    position: relative;
}

@media (max-width:576px) {
    .worth-read__Slider {
        padding: 0 1em;
    }
}

.worth-read__Slider::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    background: #f41e3c;
}

@media (max-width:576px) {
    .worth-read__Slider: :before {
        display: none;
    }
}

.worth-read__Slider .app-slider__scrollbarWrapper {
    padding: 2em 0 0 0;
}

.worth-read__Slide {
    position: relative;
    padding: 2.5em 0 0 0;
}

@media (max-width:576px) {
    .worth-read__Slide {
        padding: 1em 0 0 0;
    }
}

.worth-read__Slide--date {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
}

@media (max-width:1199px) {
    .worth-read__Slide--date {
        opacity: 1;
    }
}

.worth-read__Slide--date h2 {
    -webkit-text-fill-color: #f41e3c;
    -webkit-text-stroke: 1px transparent;
    text-transform: capitalize;
    word-break: break-word;
    font-family: sans-serif;
    font-weight: 700;
    margin: 0;
}

.worth-read__Slide--img {
    min-height: 28.5625em;
}

@media (max-width:1199px) {
    .worth-read__Slide--img {
        min-height: auto;
    }
}

@media (max-width:576px) {
    .worth-read__Slide--img {
        min-height: 22em;
    }
}

@media (max-width:375px) {
    .worth-read__Slide--img {
        min-height: auto;
    }
}

.worth-read__Slide--descripWrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 1.5em 0 0 0;
}

.worth-read__Slide--head {
    width: 35%;
    color: #c1c1c1;
    font-size: .9em;
    font-weight: 600;
    padding: 0 1.5em 0 0;
    margin: 0;
}

@media (max-width:375px) {
    .worth-read__Slide--head {
        width: 100%
    }
}

.worth-read__Slide--descrip {
    font-size: .875em;
    width: 65%;
    color: #282828;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
}

@media (max-width:375px) {
    .worth-read__Slide--descrip {
        width: 100%
    }
}

.worth-read__Slide.swiper-slide-next .worth-read__Slide--date {
    opacity: 1;
    transition: .5s;
    transition-delay: .8s;
    z-index: 1;
}

@media (max-width:576px) {
    .worth-read .line-heading .outline-text {
        -webkit-text-fill-color: #000;
        -webkit-text-stroke: unset;
    }
}

.badge .badge-heading {
    margin: auto;
    max-width: 80%;
    display: flex;
    text-align: center;
    justify-content: center;
}

@media (max-width:768px) {
    .badge .badge-heading {
        max-width: 100%
    }
}

.badge .badge-heading h2 {
    color: #f41e3c;
}

.badge .badge-wrapper {
    display: flex;
    flex-wrap: nowrap;
    padding: 4em 0;
    justify-content: space-between;
}

.badge .badge-wrapper .badge-card .badge-card-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 30px;
    padding: 2em;
    margin: 0 1em;
    background-color: #fff;
    z-index: 1;
}

@media (max-width:767px) {
    .badge .badge-wrapper .badge-card .badge-card-wrapper {
        margin: 0;
    }
}

.badge .badge-wrapper .badge-card .badge-card-wrapper .badge-image {
    width: 7em;
}

@media (max-width:767px) {
    .badge .badge-wrapper .badge-card .badge-card-wrapper .badge-image {
        width: 12em;
    }
}

.badge .badge-wrapper .badge-card .badge-card-wrapper h3 {
    margin: 1em 0;
}

.badge .badge-wrapper .badge-card .badge-card-wrapper h3 span {
    font-size: .5em;
    font-weight: 500;
    margin-left: .5em;
}

.badge .badge-wrapper .badge-card .badge-card-wrapper p {
    margin-top: 1em;
    color: #000;
    font-size: 1em;
}

.badge .badge-wrapper .badge-card::before {
    content: "";
    background: #de244a;
    border-radius: 30px;
    bottom: -9px;
    content: "";
    height: 110px;
    position: absolute;
    right: 19px;
    transform: matrix(.99, .11, -.13, .99, 0, 0);
    width: 77%;
    z-index: 0;
}

@media (max-width:767px) {
    .badge .badge-wrapper .badge-card: :before {
        width: 88%;
        right: 2px;
    }
}

.getSocial {
    position: relative;
    background: #f8f8f8;
}

.getSocial__card {
    position: relative;
    width: 20%
}

@media (max-width:576px) {
    .getSocial__card {
        width: 50%
    }
}

.getSocial__card.big-card {
    width: 40%
}

@media (max-width:576px) {
    .getSocial__card.big-card {
        width: 100%
    }
}

.getSocial__card.blue-bg {
    background: #1da1f3;
}

.getSocial__card--descrip {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    height: 100%;
    padding: 6.875em 4.0625em 2.1875em 2.1875em;
}

@media (max-width:1199px) {
    .getSocial__card--descrip {
        padding: 5em 2em 2.1875em 2.1875em;
    }
}

.getSocial__card--descrip p {
    color: #fff;
    font-size: 1.0625em;
    font-weight: 600;
    margin: 0;
}

@media (max-width:1199px) {
    .getSocial__card--descrip p {
        font-size: .6em;
    }
}

.getSocial__card--descrip a {
    color: #fff;
}

.getSocial__card--icon {
    position: absolute;
    top: 2.1875em;
    left: 2.1875em;
    width: auto;
    height: 1.8125em;
}

.getSocial__card--icon img {
    width: auto;
    height: 100%
}

.getSocial__card--playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.5em;
    height: 3.5em;
}

.getSocial__card--playbtn img {
    width: 100%;
    height: 100%
}

.getSocial__card--img {
    width: 100%;
    height: 100%
}

.getSocial__card--img img {
    height: 100%
}

.getSocial__head {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 1em 0;
}

@media (max-width:576px) {
    .getSocial__head {
        margin: 0 0 1em 0;
    }
}

.getSocial__head p {
    color: #000;
    margin: 0;
    letter-spacing: .625em;
    font-weight: 500;
}

.getSocial__head h2 {
    color: #000;
    margin: 0;
    font-size: 3em;
}

@media (max-width:576px) {
    .getSocial__head h2 {
        font-size: 2em;
    }
}

.getSocial__head .social-icon {
    display: flex;
    padding: 0;
}

.getSocial__head .social-icon .social-item {
    width: 3.5em;
    height: 3.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 .25em;
}

@media (max-width:576px) {
    .getSocial__head .social-icon .social-item {
        width: 4.5em;
        height: 4.5em;
    }
}

@media (max-width:375px) {
    .getSocial__head .social-icon .social-item {
        width: 3em;
        height: 3em;
    }
}

.getSocial__head .social-icon .social-item a {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.getSocial__head .social-icon .social-item a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #f41e3c;
    border-radius: 100%;
    transition: .3s;
    z-index: 1;
}

.getSocial__head .social-icon .social-item a svg {
    width: auto;
    height: 40%;
    z-index: 2;
}

@media (max-width:1024px) {
    .getSocial__head .social-icon .social-item a svg {
        height: 20px;
    }
}

.getSocial__head .social-icon .social-item a svg path {
    fill: #000;
    transition: .4s;
}

.getSocial__head .social-icon .social-item a:hover::before {
    transform: translate(-50%, -50%) scale(1);
    transition: .3s;
}

.getSocial__head .social-icon .social-item a:hover svg path {
    fill: #fff;
    transition: .4s;
}

.services {
    position: relative;
    background: #363636;
}

@media (max-width:767px) {
    .services {
        background: #fff;
    }
}

.services__items,
.services__wrap {
    position: relative;
    height: 100vh;
    width: 100%;
    margin: 0 auto;
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {

    .services__items,
    .services__wrap {
        height: 75vh;
    }
}

@media (max-width:991px) {

    .services__items,
    .services__wrap {
        height: 75vh;
    }
}

@media (max-width:767px) {

    .services__items,
    .services__wrap {
        height: 60vh;
    }
}

.services .line-heading {
    position: absolute;
    z-index: 5;
    top: 5em;
}

@media (max-width:767px) {
    .services .line-heading {
        margin: 0;
        padding: 2em 0;
        top: 0;
    }
}

@media (max-width:576px) {
    .services .line-heading {
        margin: 0;
        padding: 2em 0 0 1em;
        top: 0;
    }
}

.services__items .skipSec {
    position: absolute;
    bottom: 2em;
    right: 2em;
    width: 4.5em;
    height: 4.5em;
    z-index: 3;
}

.services__items .skipSec__wrapper {
    width: 100%;
    height: 100%;
    background: #f41e3c;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services__items .skipSec .head {
    font-size: 1.125em;
}

@media (max-width:576px) {
    .services .line-heading .outline-text {
        -webkit-text-fill-color: #000;
        -webkit-text-stroke: unset;
    }
}

.scene-spacing {
    height: 100vh;
}

.service-item {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    .service-item {
        height: 75vh;
    }
}

@media (max-width:991px) {
    .service-item {
        height: 75vh;
    }
}

.service-item__wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    justify-content: flex-end;
}

.service-item__head {
    width: 40%;
    padding: 0 0 0 9%
}

@media (max-width:767px) {
    .service-item__head {
        width: 100%;
        margin-bottom: 4em;
        padding: 0 1em;
        text-align: center;
    }
}

.service-item__img {
    width: 60%;
    padding: 0 4.5% 0 4.5%;
    z-index: 0;
}

@media (max-width:767px) {
    .service-item__img {
        width: 100%
    }
}

.service-item__img .img-wrapper {
    width: auto;
    height: 35em;
    margin: 0 auto 0 auto;
}

.service-item__img .img-wrapper img {
    height: 100%;
    object-fit: contain;
}

@media (max-width:576px) {
    .service-item__img .img-wrapper {
        width: 100%;
        height: auto;
    }

    .service-item__img .img-wrapper img {
        height: auto;
    }
}

@media (max-width:576px) {
    .service-item__img .descrip-wrapper {
        display: none;
    }
}

.service-item__img p {
    font-family: Montserrat, sans-serif;
    font-size: .9em;
    color: #fff;
    font-weight: 300;
}

.service-item .services-anchor {
    display: none;
}

@media (max-width:576px) {
    .service-item .services-anchor {
        display: block;
    }
}

.service-item__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.service-item__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-item__list-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width:991px) {
    .service-item__list-wrapper {
        padding-left: 1em;
    }
}

.service-item__list-wrapper li {
    width: 33.33%;
    padding: 0 1.5em 0 0;
    margin-bottom: .25em;
}

@media (max-width:991px) {
    .service-item__list-wrapper li {
        width: 50%
    }
}

.service-item__list-wrapper li a {
    color: rgba(255, 255, 255, .5);
    font-size: .875em;
    transition: .25s ease-in-out;
}

@media (max-width:991px) {
    .service-item__list-wrapper li a {
        font-size: .95em;
    }
}

.service-item__list-wrapper li a:hover {
    color: #fff;
}

@media (max-width:767px) {
    .services-slider {
        display: none;
    }
}

.services-thumb-slider-wrapper {
    position: absolute;
    width: 40%;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 7em 0;
    z-index: 2;
    padding: 7em 0 7em 9%;
    display: flex;
    align-items: center;
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    .services-thumb-slider-wrapper {
        height: 75vh;
    }
}

@media (max-width:991px) {
    .services-thumb-slider-wrapper {
        height: 75vh;
        padding: 5em 0 5em 5em;
    }
}

@media (max-width:767px) {
    .services-thumb-slider-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        margin-bottom: 4em;
        padding: 10em 0 0 0;
        text-align: center;
    }
}

@media (max-width:576px) {
    .services-thumb-slider-wrapper {
        padding: 4em 0 2em 0;
    }
}

.services-thumb-slider-wrapper .scroll-text {
    position: absolute;
    top: 50%;
    transform: translate(100%, -50%);
    left: 4.5%;
    display: flex;
    flex-direction: column;
}

@media (max-width:991px) {
    .services-thumb-slider-wrapper .scroll-text {
        display: none;
    }
}

.services-thumb-slider-wrapper .scroll-text .mouse {
    margin: 0 auto;
    display: block;
    border-radius: 3.125em;
    border: 2px solid #fff;
    height: 3.125em;
    width: 1.5em;
    position: relative;
    opacity: .4;
}

.services-thumb-slider-wrapper .scroll-text .move {
    position: absolute;
    background-color: #fff;
    height: .25em;
    width: .25em;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    animation: move 2s linear infinite;
    opacity: .8;
}

.services-thumb-slider-wrapper .scroll-text .head {
    font-size: .75em;
    letter-spacing: .03em;
    margin: .75em 0 0 0;
    opacity: .4;
}

.services-thumb-slider-wrapper .services-thumb-slider {
    position: relative;
    width: 100%;
    height: 50%;
    margin: auto 0 auto 0;
    padding: 0 0 0 1.5em;
}

@media (max-width:767px) {
    .services-thumb-slider-wrapper .services-thumb-slider {
        height: 100%
    }
}

@media (max-width:576px) {
    .services-thumb-slider-wrapper .services-thumb-slider {
        padding: 0;
    }
}

.services-thumb-slider-wrapper .services-thumb-slider::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .2);
}

@media (max-width:767px) {
    .services-thumb-slider-wrapper .services-thumb-slider .swiper-wrapper {
        display: grid;
    }
}

.services-thumb-slider-wrapper .services-thumb-slider .swiper-slide {
    display: flex;
    align-items: center;
}

@media (max-width:576px) {
    .services-thumb-slider-wrapper .services-thumb-slider .swiper-slide {
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        padding: 0 1em;
    }
}

.services-thumb-slider-wrapper .services-thumb-slider .swiper-slide .service-thumb__head {
    opacity: .2;
    transition: .25s all ease-in-out;
}

@media (max-width:767px) {
    .services-thumb-slider-wrapper .services-thumb-slider .swiper-slide .service-thumb__head {
        opacity: 1;
    }
}

.services-thumb-slider-wrapper .services-thumb-slider .swiper-slide .service-thumb__head h2 {
    font-size: 1.1em;
    transition: .25s all ease-in-out;
}

@media (max-width:375px) {
    .services-thumb-slider-wrapper .services-thumb-slider .swiper-slide .service-thumb__head h2 {
        font-size: 1em;
    }
}

.services-thumb-slider-wrapper .services-thumb-slider .swiper-slide .service-thumb__head h2 a {
    color: #fff;
}

@media (max-width:576px) {
    .services-thumb-slider-wrapper .services-thumb-slider .swiper-slide .service-thumb__head h2 a {
        color: #000;
    }
}

.services-thumb-slider-wrapper .services-thumb-slider .swiper-slide.swiper-slide-next .service-thumb__head,
.services-thumb-slider-wrapper .services-thumb-slider .swiper-slide.swiper-slide-prev .service-thumb__head {
    opacity: .4;
    transition: .25s all ease-in-out;
}

@media (max-width:767px) {

    .services-thumb-slider-wrapper .services-thumb-slider .swiper-slide.swiper-slide-next .service-thumb__head,
    .services-thumb-slider-wrapper .services-thumb-slider .swiper-slide.swiper-slide-prev .service-thumb__head {
        opacity: 1;
    }
}

.services-thumb-slider-wrapper .services-thumb-slider .swiper-slide.swiper-slide-next .service-thumb__head h2,
.services-thumb-slider-wrapper .services-thumb-slider .swiper-slide.swiper-slide-prev .service-thumb__head h2 {
    font-size: 1.5em;
    transition: .25s all ease-in-out;
}

@media (max-width:1024px) {

    .services-thumb-slider-wrapper .services-thumb-slider .swiper-slide.swiper-slide-next .service-thumb__head h2,
    .services-thumb-slider-wrapper .services-thumb-slider .swiper-slide.swiper-slide-prev .service-thumb__head h2 {
        font-size: 1em;
    }
}

.services-thumb-slider-wrapper .services-thumb-slider .swiper-slide.swiper-slide-active .service-thumb__head {
    opacity: 1;
    transition: .25s all ease-in-out;
}

.services-thumb-slider-wrapper .services-thumb-slider .swiper-slide.swiper-slide-active .service-thumb__head h2 {
    font-size: 2em;
    transition: .25s all ease-in-out;
}

@media (max-width:1024px) {
    .services-thumb-slider-wrapper .services-thumb-slider .swiper-slide.swiper-slide-active .service-thumb__head h2 {
        font-size: 1.1em;
    }
}

.services-thumb-slider-wrapper .services-thumb-slider .service-thumb__head h2 {
    color: #fff;
    font-size: 2em;
    font-weight: 500;
    letter-spacing: -.03em;
    margin: 0;
}

@media (max-width:576px) {
    .services-thumb-slider-wrapper .services-thumb-slider .service-thumb__head h2 {
        font-size: 2em;
    }
}

@keyframes move {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }

    50% {
        transform: translate(-50%, 1.5625em);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 3em);
        opacity: 0;
    }
}

.cursor {
    position: fixed;
    background-color: #f41e3c;
    width: .625em;
    height: .625em;
    transition: .25s linear transform, .25s cubic-bezier(.75, -1.27, .3, 2.33) border-color, .25s linear height, .25s linear width, .25s cubic-bezier(.75, -.27, .3, 1.33) opacity;
    user-select: none;
    pointer-events: none;
    z-index: 99999999;
    transform: scale(1) translate(-50%, -50%);
    border: 1px solid transparent;
    transform-origin: 50% 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

@media (max-width:1199px) {
    .cursor {
        display: none;
    }
}

@media (min-width:1300px) and (max-width:1400px) and (min-height:900px) {
    .cursor {
        display: none;
    }
}

.cursor.hovered {
    cursor: pointer !important;
    opacity: 0;
}

.cursor.img-hover {
    opacity: 0;
}

.cursor.white-bg {
    opacity: 0;
}

.cursor.white-col {
    background-color: #fff;
}

.cursor-follower {
    position: fixed;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transition: .25s ease-in-out opacity, .25s ease-in-out width, .25s ease-in-out height;
    user-select: none;
    pointer-events: none;
    z-index: 99999999;
    transform: translate(-50%, -50%);
    width: 3.125em;
    height: 3.125em;
    border: 2px solid rgba(244, 30, 60, .5);
    opacity: 1;
}

@media (max-width:1199px) {
    .cursor-follower {
        display: none;
    }
}

@media (min-width:1300px) and (max-width:1400px) and (min-height:900px) {
    .cursor-follower {
        display: none;
    }
}

.cursor-follower.hovered {
    width: 3.5em;
    height: 3.5em;
    background: rgba(244, 30, 60, .3);
}

.cursor-follower::before {
    content: "DRAG";
    position: absolute;
    width: 6em;
    height: 6em;
    background-color: #f41e3c;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale3d(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    opacity: 0;
    transition: transform .6s, opacity .4s;
    z-index: -1;
    font-size: .65em;
    font-weight: 700;
}

.cursor-follower.img-hover::before {
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    opacity: 1;
    transition: transform .6s, opacity .4s;
}

.cursor-follower.white-bg::before {
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    opacity: 1;
    transition: transform .6s, opacity .4s;
    background-color: #fff;
    color: #f41e3c;
}

.cursor-follower.white-col {
    border-color: #fff;
}

.cursor-follower.extra-white::before {
    content: "cursor";
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    opacity: 1;
    transition: transform .6s, opacity .4s;
    background-color: #fff;
    color: #f41e3c;
}

.translateY-top {
    transform: translate(0, 50%);
}

@media (max-width:767px) {
    .translateY-top {
        transform: translate(0, 0);
    }
}

.translateY-bottom {
    transform: translate(0, -50%);
}

@media (max-width:767px) {
    .translateY-bottom {
        transform: translate(0, 0);
    }
}

.projectForm--box {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100%;
    transform: translateX(-100vw);
    overflow-y: hidden;
    z-index: 9;
    padding: 3em 7%
}

@media (max-width:576px) {
    .projectForm--box {
        z-index: 99;
    }
}

.projectForm--box__gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(83, 128, 171, .5);
    z-index: -1;
}

.projectForm {
    position: fixed;
    inset: 0;
    width: 73vw;
    height: 100%;
    background-color: #fff;
    padding: 3em 7%
}

@media (max-width:991px) {
    .projectForm {
        padding: 0 5em;
    }
}

@media (max-width:767px) {
    .projectForm {
        padding: 0 3em;
    }
}

@media (max-width:576px) {
    .projectForm {
        padding: 0 1em;
        width: 100vw;
    }
}

.projectForm__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%
}

.projectForm__wrapper .head {
    color: #000;
    margin: 0 0 1em 0;
}

.projectForm .close-btn {
    width: 2em;
    height: 2em;
    position: absolute;
    right: 7%;
    top: 7%;
    padding: 0;
}

.generic--form__wrapper {
    justify-content: space-between;
}

.generic--form__wrapper .input-container {
    display: flex;
    align-items: center;
    height: 50px;
    position: relative;
    width: 100%;
    margin: 0 0 3em 0;
}

@media (max-width:576px) {
    .generic--form__wrapper .input-container {
        margin: 0 0 1.5em 0;
    }
}

.generic--form__wrapper .input-container .input-select {
    width: 100%;
    height: 100%;
    border: none;
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    border: none;
    border-bottom: 1px solid rgba(121, 121, 121, .2);
    position: relative;
    top: unset;
    left: unset !important;
    color: #000 !important;
    background: 0 0;
}

.generic--form__wrapper .input-container .input-select option {
    padding-bottom: 3.125em;
}

.generic--form__wrapper .input-container .input-select option:hover {
    background: #f41e3c;
}

.generic--form__wrapper .input-container textarea {
    resize: none;
}

.generic--form__wrapper .input-container .input {
    color: #000;
    font-size: 1em;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    width: 100%;
    height: 100%;
    background: 0 0;
    border: none;
    border-bottom: 1px solid rgba(121, 121, 121, .2);
    transition: .25s;
}

.generic--form__wrapper .input-container .input.error {
    top: unset;
    left: unset !important;
    font-size: initial !important;
    color: #000 !important;
}

@media (max-width:1024px) {
    .generic--form__wrapper .input-container .input {
        margin: 0;
    }
}

.generic--form__wrapper .input-container .input:focus {
    outline: 0;
    border-bottom: 1px solid #363636;
    transition: .25s;
}

.generic--form__wrapper .input-container .input::placeholder {
    color: #000;
}

.generic--form__wrapper .input-container .placeholder {
    color: #636363;
    font-size: 1em;
    left: 0;
    line-height: 3px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform .2s, color .2s;
    top: 20px;
    padding: 0;
    transition: .4s;
}

.generic--form__wrapper .input-container.textArea {
    height: 5em;
}

@media (max-width:576px) {
    .generic--form__wrapper .input-container.textArea {
        height: 50px;
    }
}

.generic--form__wrapper .cut {
    height: 20px;
    left: 0;
    position: absolute;
    top: -30px;
    transform: translateY(0);
    transition: transform .2s;
    width: 76px;
}

.generic--form__wrapper .cut-short {
    width: 50px;
}

.generic--form__wrapper .input:focus~.cut,
.generic--form__wrapper .input:not(:placeholder-shown)~.cut {
    transform: translateY(8px);
}

.generic--form__wrapper .input:focus~.placeholder,
.generic--form__wrapper .input:not(:placeholder-shown)~.placeholder {
    transform: translateY(-25px) translateX(0) scale(.75);
    font-size: 1.1em;
}

.generic--form__wrapper .input:not(:placeholder-shown)~.placeholder {
    font-size: 1.1em;
}

.generic--form__wrapper .iti__arrow {
    border-top: 4px solid #000;
}

.generic--form__wrapper .iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #000;
}

.projectBanner {
    width: 28.5em;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width:576px) {
    .projectBanner {
        width: 100%;
        display: none;
    }
}

.projectBanner__leftsec,
.projectBanner__rightsec {
    width: 50%
}

.projectBanner__leftsec {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em 1.5em;
    background: #f41e3c;
    transition: .2s;
    cursor: pointer;
}

.projectBanner__leftsec::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #fff;
    left: auto;
    transition: .5s;
}

.projectBanner__leftsec--img {
    width: 2.375em;
    z-index: 1;
}

.projectBanner__leftsec--img svg path {
    transition: .2s;
}

.projectBanner__leftsec--head {
    font-size: 1em;
    font-weight: 700;
    padding: .5em 0;
    transition: .2s;
    z-index: 1;
}

.projectBanner__leftsec--arrow {
    display: flex;
    opacity: .5;
    transition: .2s;
    z-index: 1;
}

.projectBanner__leftsec--arrow .img-wrapper {
    width: 1em;
    display: flex;
    align-items: center;
    margin-left: .5em;
    transform: rotate(-45deg);
    transition: .2s;
}

.projectBanner__leftsec--arrow svg path {
    transition: .2s;
}

.projectBanner__leftsec:hover::before {
    left: 0;
    width: 100%;
    transition: .5s;
}

.projectBanner__leftsec:hover .projectBanner__leftsec--img svg path {
    fill: #f41e3c;
    transition: .2s;
}

.projectBanner__leftsec:hover .projectBanner__leftsec--head {
    color: #f41e3c;
    transition: .2s;
}

.projectBanner__leftsec:hover .projectBanner__leftsec--arrow {
    opacity: 1;
    color: #f41e3c;
    transition: .2s;
}

.projectBanner__leftsec:hover .projectBanner__leftsec--arrow .img-wrapper {
    transform: rotate(0);
    transition: .2s;
}

.projectBanner__leftsec:hover .projectBanner__leftsec--arrow svg path {
    fill: #f41e3c;
    transition: .2s;
}

.projectBanner__rightsec {
    position: relative;
    cursor: pointer;
}

.projectBanner__rightsec img {
    display: block;
    height: 100%
}

.projectBanner__rightsec .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.125em;
    height: 3.125em;
    background: #f41e3c;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.projectBanner__rightsec .play-icon .play-icon-arrow {
    width: 1em;
    height: 1em;
    background: #fff;
    clip-path: polygon(0 0, 80% 48%, 0 100%, 0 100%);
    transition: clip-path .5s ease;
    transition-delay: .4s;
    margin-left: .375em;
}

.button-outer-circle {
    background: #f41e3c;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%
}

.has-scale-animation {
    animation: smallScale 2s infinite;
}

.has-delay-short {
    animation-delay: .5s;
}

@keyframes smallScale {
    from {
        transform: scale(1);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

.error {
    position: absolute;
    top: 100%;
    left: 0 !important;
    color: #db0029 !important;
    font-size: .9em !important;
    text-indent: 0 !important;
}

.form-box-wrapper .error {
    top: 80% !important;
}

#video-wrap:not(.active) {
    opacity: 0;
    visibility: hidden;
}

#video-wrap .video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#video-wrap .video-container {
    width: 100%
}

#video-wrap .close-video {
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5%;
    top: 5%;
    width: 2.5em;
    height: 2.5em;
    border-radius: 100%;
    padding: 0;
    z-index: 150;
}

#video-wrap .close-video:after,
#video-wrap .close-video:before {
    content: "";
    width: 50%;
    height: 3px;
    background-color: #000;
    position: absolute;
    transition: all .3s ease-in-out;
}

#video-wrap .close-video:before {
    transform: rotate(42deg);
}

#video-wrap .close-video:after {
    transform: rotate(-42deg);
}

#video-wrap .close-video:focus {
    outline: 0;
}

#video-wrap .close-video:hover {
    background-color: #000;
}

#video-wrap .close-video:hover:after,
#video-wrap .close-video:hover:before {
    background-color: #fff;
}

#video-wrap iframe,
#video-wrap video {
    width: 100vw;
    height: 62.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#video-wrap.active {
    opacity: 1;
    visibility: visible;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    height: 100vh;
    display: flex;
    transition: all .3s ease-in-out;
    z-index: 9991;
    align-items: center;
    justify-content: center;
}

.services-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

@media (max-width:1400px) and (min-width:1300px) and (min-height:900px) {
    .services-hero {
        height: auto;
    }
}

@media (max-width:1199px) {
    .services-hero {
        height: auto;
    }
}

.services-hero__container {
    max-width: 100%;
    padding: 0 11%
}

@media (max-width:991px) {
    .services-hero__container {
        padding: 0 5em;
    }
}

@media (max-width:767px) {
    .services-hero__container {
        padding: 0 3em;
    }
}

@media (max-width:576px) {
    .services-hero__container {
        padding: 0 1em;
    }
}

.services-hero__mainWrapper {
    position: relative;
}

.services-hero__mainWrapper::before {
    content: "";
    position: absolute;
    width: 33.3125em;
    height: 100%;
    background-color: #363636;
    background-image: url(/assets/svg/hero-form-bg.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    z-index: 1;
}

@media (max-width:1199px) {
    .services-hero__mainWrapper: :before {
        width: 0;
        background-image: none;
    }
}

.services-hero__bgImg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.services-hero__bgImg img {
    height: 100%;
    object-fit: cover;
}

.services-hero__bgImg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(226.92deg, rgb(53 180 230 / 84%) 15.33%, rgba(0, 0, 0, 0.88) 55.21%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    opacity: .7;
}

.services-hero__wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 3.125em 0;
    z-index: 1;
}

@media (max-width:1400px) and (min-width:1300px) and (min-height:900px) {
    .services-hero__wrapper {
        padding: 6.25em 0 3em 0;
    }
}

@media (max-width:1199px) {
    .services-hero__wrapper {
        padding: 6.25em 0 3em 0;
    }
}

.services-hero__head {
    width: 55%;
    padding: 0 8.125em 0 0;
}

@media (max-width:1024px) {
    .services-hero__head {
        padding: 0 2em 0 0;
    }
}

@media (max-width:991px) {
    .services-hero__head {
        width: 100%;
        padding: 3em 2em 3em 0;
    }
}

@media (max-width:991px) {
    .services-hero__head {
        padding: 1em 2em 1em 0;
    }
}

.inner-hero__head .generic--head__subhead {
    line-height: 1.5;
    letter-spacing: -.045em;
    margin: 0 0 2.1875em 0;
}

@media (max-width:991px) {
    .inner-hero__head .generic--head__subhead {
        margin: 0 0 .5em 0;
    }
}

.inner-hero__head .generic--head__head {
    font-size: 3.125em;
    line-height: 1.22;
    letter-spacing: -.045em;
    text-transform: capitalize;
    color: #fff;
}

@media (max-width:1199px) {
    .inner-hero__head .generic--head__head {
        font-size: 2.625em;
    }
}

@media (max-width:767px) {
    .footer__top--qlinks-col:nth-child(1) {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .inner-hero__head .generic--head__head {
        font-size: 1.5em;
    }
}

.case-study-hero .generic--head__subhead {
    margin: 0;
}

.case-study-hero .generic--head__head {
    font-size: 6em;
    color: #000;
}

@media (max-width:576px) {
    .case-study-hero .generic--head__head {
        font-size: 3em;
    }
}

.case-study-hero .generic--head__sec-para {
    color: #000;
}

.services-hero__form {
    width: 45%;
    padding: 0 0 0 4.0625em;
}

@media (max-width:1199px) {
    .services-hero__form {
        padding: 0;
    }
}

@media (max-width:991px) {
    .services-hero__form {
        width: 70%;
        margin: 0 auto;
        padding: 0;
    }
}

@media (max-width:576px) {
    .services-hero__form {
        width: 100%
    }
}

.services-hero__form .form-head.generic--head .generic--head__subhead {
    font-weight: 700;
    text-transform: capitalize;
}

.services-hero__form .generic--form .input-container {
    margin: 0 0 2em 0;
}

.services-hero__form .generic--form .input-container .input {
    font-size: 1.125em;
}

@media (max-width:991px) {
    .services-hero__form .generic--form .input-container .input {
        font-size: 1em;
    }
}

.services-hero__form .generic--form .input-container .input.error {
    position: relative !important;
    color: #636363 !important;
    top: unset;
    left: unset !important;
    font-size: initial !important;
}

.services-hero .generic--form {
    position: relative;
    background: #fff;
    padding: 3.75em 4.0625em;
    margin-top: 30px !important;
}

@media (max-width:1199px) {
    .services-hero .generic--form {
        padding: 2.5em 2em;
    }
}

.services-hero__social-linkWrapper {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translate(-50%, -50%) rotate(-90deg);
    display: flex;
    align-items: center;
    z-index: 1;
}

@media (max-width:576px) {
    .services-hero__social-linkWrapper {
        display: none;
    }
}

.services-hero__social-linkWrapper .head {
    position: relative;
    color: #fff;
    font-size: .9375em;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding: 0 .5em 0 0;
    margin: 0;
}

.services-hero__social-links {
    display: flex;
}

.services-hero__social-links .services-hero__social-link {
    position: relative;
    width: 2.625em;
    height: 2.625em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    z-index: 1;
    margin: 0 3.125em 0 0;
    transition: .4s;
    transform: rotate(90deg);
}

.services-hero__social-links .services-hero__social-link .img-wrapper {
    width: 45%;
    height: 45%
}

.services-hero__social-links .services-hero__social-link .img-wrapper svg {
    width: 100%;
    height: 100%;
    transition: .4s;
}

.services-hero__social-links .services-hero__social-link .img-wrapper svg path {
    fill: #fff;
    transition: .4s;
}

.services-hero__social-links .services-hero__social-link::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2.8em;
    background: #fff;
    right: 50%;
    top: 2.8em;
}

.services-hero__social-links .services-hero__social-link:first-child::after {
    width: 0;
}

.services-hero__social-links .services-hero__social-link:hover {
    background: #fff;
    transition: .4s;
}

.services-hero__social-links .services-hero__social-link:hover svg path {
    fill: #f41e3c;
    transition: .4s;
}

.serviceHelp {
    position: relative;
}

.serviceHelp__headWrapper {
    width: 22%;
    padding: 3.75em 0 0 0;
}

@media (max-width:1024px) {
    .serviceHelp__headWrapper {
        width: 50%;
        padding: 0;
    }
}

@media (max-width:576px) {
    .serviceHelp__headWrapper {
        width: 100%
    }
}

.serviceHelp__headWrapper .head {
    color: #363636;
    font-weight: 600;
    letter-spacing: -.035em;
    text-transform: capitalize;
    line-height: 1.22;
}

.text-gradient {
    background: linear-gradient(90deg, #f41e3c, #fff, #f41e3c, #fff);
    background-size: 300% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: bgMove 3s linear infinite reverse;
    mix-blend-mode: normal;
}

@keyframes bgMove {
    0% {
        background-position: 0 100%
    }

    to {
        background-position: 100% 100%
    }
}

.serviceHelp__cardsWrapper {
    width: 78%
}

@media (max-width:1024px) {
    .serviceHelp__cardsWrapper {
        width: 100%
    }
}

@media (max-width:576px) {
    .serviceHelp__cardsWrapper {
        flex-wrap: nowrap;
    }
}

.serviceHelp__card {
    width: 33.33%;
    padding: .75em;
    height: auto;
}

@media (max-width:767px) {
    .serviceHelp__card {
        width: 50%
    }
}

@media (max-width:576px) {
    .serviceHelp__card {
        padding: 1em;
    }
}

.serviceHelp__card .card-service--wrap {
    transition: box-shadow .25s;
    padding: 3em 2.375em;
    height: 100%
}

@media (max-width:991px) {
    .serviceHelp__card .card-service--wrap {
        padding: 2.25em 1.25em;
    }
}

@media (max-width:576px) {
    .serviceHelp__card .card-service--wrap {
        padding: 2.75em 2.125em;
        box-shadow: 0 -1px 21px rgba(56, 61, 77, .08);
    }
}

@media (max-width:576px) {
    .serviceHelp__card .card-service--wrap .arrow-anchor .img-wrapper {
        box-shadow: 0 0 9px 6px rgba(136, 136, 136, .18);
    }
}

@media (max-width:576px) {
    .serviceHelp__card {
        width: 100%
    }

    .serviceHelp__card .card-icon {
        background-color: #f41e3c;
        transition: background-color .25s;
    }

    .serviceHelp__card .arrow-anchor {
        opacity: 1;
        visibility: visible;
        transition: opacity .25s visibility .25s;
    }
}

.serviceHelp__card .card-icon {
    width: 4em;
    height: 4em;
    background-color: rgba(164, 161, 161, .5);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 1.5em 0;
    transition: background-color .25s;
}

.serviceHelp__card .card-icon img {
    width: 2.25em;
    height: 2.25em;
}

.serviceHelp__card .head {
    color: #363636;
    font-size: 1.5625em;
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 1.22;
    margin: 0 0 1em 0;
}

.serviceHelp__card .descrip {
    color: #363636;
    font-weight: 400;
    font-size: 1.125em;
    margin: 0 0 1em 0;
}

.serviceHelp__card .arrow-anchor {
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s visibility .25s;
}

@media (max-width:576px) {
    .serviceHelp__card .arrow-anchor {
        opacity: 1;
        visibility: visible;
    }
}

.serviceHelp__card .arrow-anchor .img-wrapper svg {
    width: 1.0625em;
}

@media (min-width:576px) {
    .serviceHelp__card: hover .card-service--wrap {
        box-shadow: 0 -1px 21px rgba(56, 61, 77, .08);
        transition: box-shadow .25s;
    }

    .serviceHelp__card:hover .card-icon {
        background-color: #f41e3c;
        transition: background-color .25s;
    }

    .serviceHelp__card:hover .arrow-anchor {
        opacity: 1;
        visibility: visible;
        transition: opacity .25s visibility .25s;
    }
}

.serviceHighlight {
    position: relative;
    background-color: #edeef3;
}

.serviceHighlight__cardsWrapper {
    justify-content: center;
    margin: 4.0625em 0 0 0;
}

.serviceHighlight__card {
    width: 33.33%;
    text-align: center;
    border-right: 1px solid rgba(54, 54, 54, .2);
}

@media (max-width:991px) {
    .serviceHighlight__card {
        width: 50%;
        border-right: none;
        margin: 0 0 1.5em 0;
    }

    .serviceHighlight__card:nth-child(odd) {
        border-right: 1px solid rgba(54, 54, 54, .2);
    }
}

@media (max-width:991px) and (max-width:576px) {
    .serviceHighlight__card: nth-child(odd) {
        border-right: none;
    }
}

@media (max-width:576px) {
    .serviceHighlight__card {
        width: 100%
    }
}

.serviceHighlight__card:last-child {
    border-right: none;
}

.serviceHighlight__card .head {
    color: #363636;
    font-size: 1.125em;
    font-weight: 400;
}

@media (max-width:991px) {
    .serviceHighlight__card .head {
        margin: 0 0 .5em 0;
    }
}

@media (max-width:576px) {
    .serviceHighlight__card .head {
        font-size: 1.25em;
    }
}

.serviceHighlight__card .count {
    color: #f41e3c;
    font-size: 6.25em;
    font-weight: 600;
    display: inline-block;
}

@media (max-width:1199px) {
    .serviceHighlight__card .count {
        font-size: 3em;
    }
}

@media (max-width:767px) {
    .serviceHighlight__card .count {
        font-size: 1.5em;
    }
}

@media (max-width:576px) {
    .serviceHighlight__card .count {
        font-size: 3em;
    }
}

.serviceDevelopment {
    position: relative;
    padding: 10.625em 0 6.6875em 0;
    overflow: hidden;
}

@media (max-width:991px) {
    .serviceDevelopment {
        padding: 3em 0;
    }
}

.serviceDevelopment::before {
    content: "";
    position: absolute;
    width: 25em;
    height: 25em;
    top: 14%;
    left: 0;
    transform: translate(-20%, 0);
    background-image: url(/assets/svg/development-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.serviceDevelopment__sliderWrapper {
    position: relative;
    padding: 5em 0 0 0;
}

@media (max-width:576px) {
    .serviceDevelopment__sliderWrapper {
        padding: 2em 0 0 0;
    }
}

.serviceDevelopment__thumbWrapper {
    width: 60%
}

@media (max-width:991px) {
    .serviceDevelopment__thumbWrapper {
        width: 50%
    }
}

@media (max-width:576px) {
    .serviceDevelopment__thumbWrapper {
        width: 100%;
        padding: 0;
    }
}

.serviceDevelopment__galleryWrapper {
    width: 40%;
    height: 100%;
    padding: 0 7em;
}

@media (max-width:1199px) {
    .serviceDevelopment__galleryWrapper {
        padding: 0 3em;
    }
}

@media (max-width:991px) {
    .serviceDevelopment__galleryWrapper {
        width: 50%;
        padding: 0 2em;
    }
}

@media (max-width:576px) {
    .serviceDevelopment__galleryWrapper {
        width: 100%;
        padding: 0 1em;
    }
}

@media (max-width:576px) {
    .serviceDevelopment__galleryWrapper .generic-navigation-wrapper {
        margin: 0 auto;
    }
}

.serviceDevelopment__thumb {
    position: relative;
}

.serviceDevelopment__thumb::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgba(54, 54, 54, .3);
    bottom: 0;
    left: 0;
    transform: scale(1);
    transition: transform .25s;
}

.serviceDevelopment__thumb .swiper-slide {
    position: relative;
}

.serviceDevelopment__thumb .swiper-slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #f41e3c;
    bottom: 0;
    left: 0;
    transform: scale(0);
    transition: transform .25s;
}

.serviceDevelopment__thumb .swiper-slide .slide-img {
    position: relative;
    height: 16.4375em;
    overflow: hidden;
}

.serviceDevelopment__thumb .swiper-slide .slide-img img {
    height: 100%;
    object-fit: cover;
}

.serviceDevelopment__thumb .swiper-slide .slide-img .slide-count {
    position: absolute;
    bottom: -.5em;
    right: .45em;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #b9b9ba;
    font-size: 3.75em;
    font-family: sans-serif;
    font-weight: 700;
    z-index: 1;
}

.serviceDevelopment__thumb .swiper-slide .slide-head {
    color: #363636;
    font-size: 1.625em;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    padding: .75em 0;
    opacity: .6;
    transition: opacity .25s;
}

.serviceDevelopment__thumb .swiper-slide.swiper-slide-thumb-active::before {
    transform: scale(1);
    transition: transform .25s;
}

@media (max-width:576px) {
    .serviceDevelopment__thumb .swiper-slide.swiper-slide-thumb-active: :before {
        transform: scale(0);
    }
}

.serviceDevelopment__thumb .swiper-slide.swiper-slide-thumb-active .slide-head {
    opacity: 1;
    transition: opacity .25s;
}

@media (max-width:576px) {
    .serviceDevelopment__gallery {
        padding: 2em 0 0 0;
    }
}

.serviceDevelopment__gallery .swiper-slide .descrip,
.serviceDevelopment__gallery .swiper-slide .head {
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: .25s;
}

@media (max-width:576px) {

    .serviceDevelopment__gallery .swiper-slide .descrip,
    .serviceDevelopment__gallery .swiper-slide .head {
        text-align: center;
    }
}

.serviceDevelopment__gallery .swiper-slide.swiper-slide-active .descrip,
.serviceDevelopment__gallery .swiper-slide.swiper-slide-active .head {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: .25s;
    transition-delay: .45s;
}

.ourProcess {
    position: relative;
    padding: 9.375em 0 5em 0;
}

@media (max-width:991px) {
    .ourProcess {
        padding: 3em 0;
    }
}

.ourProcess__cardsWrapper {
    padding: 5em 0 0 0;
}

@media (max-width:991px) {
    .ourProcess__cardsWrapper {
        padding: 3em 0 0 0;
    }
}

.ourProcess__card {
    position: relative;
    width: 25%;
    padding: 0 2.5em 2.5em 2.5em;
}

@media (max-width:991px) {
    .ourProcess__card {
        width: 50%
    }
}

@media (max-width:576px) {
    .ourProcess__card {
        padding: 0 .5em 1.5em .5em;
        margin: 0 0 1em 0;
    }
}

.ourProcess__card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 2.1875em);
    bottom: 0;
    left: 0;
    background-color: #f6f6f6;
    z-index: -1;
    border-radius: 1em;
    opacity: 0;
    transition: .25s;
}

.ourProcess__card .card-arrow {
    position: absolute;
    width: 13.5em;
    top: 0;
    right: 0;
}

@media (max-width:1199px) {
    .ourProcess__card .card-arrow {
        width: 7.5em;
    }
}

@media (max-width:991px) {
    .ourProcess__card .card-arrow {
        display: none;
    }
}

.ourProcess__card .card-arrow svg path {
    transition: .25s;
}

.ourProcess__card .card-icon {
    width: 6.0625em;
    height: 6.0625em;
    background-color: #c1c1c1;
    border-radius: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 2em 0;
    transition: .25s;
}

@media (max-width:576px) {
    .ourProcess__card .card-icon {
        width: 4.0625em;
        height: 4.0625em;
        margin: 0 0 1em 0;
    }
}

.ourProcess__card .card-icon img {
    width: 3.125em;
    height: 3.125em;
}

@media (max-width:576px) {
    .ourProcess__card .card-icon img {
        width: 2.125em;
        height: 2.125em;
    }
}

.ourProcess__card .card-head {
    font-size: 2.1875em;
    font-weight: 600;
    color: #363636;
    letter-spacing: -.045em;
    text-transform: capitalize;
    margin: 0 0 .5em 0;
}

@media (max-width:1199px) {
    .ourProcess__card .card-head {
        font-size: 1.875em;
    }
}

@media (max-width:767px) {
    .ourProcess__card .card-head {
        font-size: 1.625em;
    }
}

.ourProcess__card .card-descrip {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ourProcess__card .card-descrip .item {
    display: flex;
    align-items: center;
    color: #363636;
    margin: 0 0 .5em 0;
}

.ourProcess__card .card-descrip .item svg {
    width: .6875em;
    height: .6875em;
    margin: 0 1em 0 0;
}

.ourProcess__card .card-descrip .item svg path {
    transition: .25s;
}

.ourProcess__card .card-descrip .item .descrip {
    margin: 0;
}

@media (max-width:576px) {
    .ourProcess__card .card-descrip .item .descrip {
        width: calc(100% - 1.6875em);
    }
}

.ourProcess__card:nth-child(even) .card-arrow {
    transform: scaleY(-1);
    top: 2.1875em;
}

.ourProcess__card:last-child .card-arrow {
    display: none;
}

.ourProcess__card:hover::before {
    opacity: 1;
    transition: .25s;
}

.ourProcess__card:hover .card-arrow svg path {
    fill: #f41e3c;
    opacity: 1;
    transition: .25s;
}

.ourProcess__card:hover .card-icon {
    background-color: #f41e3c;
    transition: .25s;
}

.ourProcess__card:hover .card-descrip .item svg path {
    fill: #f41e3c;
    transition: .25s;
}

.serviceBrands {
    position: relative;
}

.serviceBrands__menu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.serviceBrands__menuItem {
    width: 25%;
    border-right: 1px solid rgba(54, 54, 54, .3);
}

.serviceBrands__menuItem:last-child {
    border-right: none;
}

@media (max-width:576px) {
    .serviceBrands__menuItem {
        width: 50%;
        border-bottom: 1px solid rgba(54, 54, 54, .3);
    }

    .serviceBrands__menuItem:nth-child(even) {
        border-right: none;
    }
}

.serviceBrands__menuItem--anchor {
    display: inline-block;
    width: 100%;
    color: #363636;
    font-weight: 600;
    font-size: 1.125em;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-align: center;
    padding: 1.5em 0;
    background-color: #fafafb;
    transition: .25s;
}

.serviceBrands__menuItem--anchor.active {
    background-color: #f41e3c;
    color: #fff;
    transition: .25s;
}

.serviceBrands__menuItem--anchor:hover {
    background-color: rgb(83, 128, 171, 0.5);
    color: #fff;
    transition: .25s;
}

.serviceBrands__mainBox {
    position: relative;
    background-color: #f3f3f3;
}

.serviceBrands__mainBox .generic--head {
    padding: 0 0 2em 0;
}

.serviceBrands__mainBox--bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.serviceBrands__mainBox--bg img {
    height: 100%;
    object-fit: cover;
}

.serviceBrands__tabBoxWrapper {
    position: relative;
    max-width: 100%;
    padding: 0 15%
}

@media (max-width:991px) {
    .serviceBrands__tabBoxWrapper {
        padding: 0 5em;
    }
}

@media (max-width:767px) {
    .serviceBrands__tabBoxWrapper {
        padding: 0 3em;
    }
}

@media (max-width:576px) {
    .serviceBrands__tabBoxWrapper {
        padding: 0 1em;
    }
}

.servicesBrandsSlider {
    min-height: 32em;
}

@media (max-width:1199px) {
    .servicesBrandsSlider {
        min-height: 28em;
    }
}

.servicesBrandsSlider .swiper-slide {
    transform: scale(.9);
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, .25));
    border-radius: 0;
    overflow: hidden;
    transition: all .25s ease;
}

.servicesBrandsSlider .swiper-slide .slide-img {
    height: 32em;
    width: 90%;
    margin: 0 auto;
    transition: all .25s ease;
}

@media (max-width:1199px) {
    .servicesBrandsSlider .swiper-slide .slide-img {
        height: 28em;
    }
}

.servicesBrandsSlider .swiper-slide .slide-img img {
    transition: .2s;
}

.servicesBrandsSlider .swiper-slide.swiper-slide-active {
    transform: scale(1);
    border-radius: 3em;
    filter: none;
    transition: all .25s ease;
}

.servicesBrandsSlider .swiper-slide.swiper-slide-active .slide-img {
    transition: all .25s ease;
}

.servicesBrandsSlider .swiper-slide.swiper-slide-active .slide-img img {
    animation: zoom-move 25s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

.servicesBrandsSlider .swiper-slide.swiper-slide-active .mob-frame {
    opacity: 1;
    visibility: visible;
    transition: all .25s ease;
}

.servicesBrandsSlider .mob-frame {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: all .25s ease;
}

.servicesBrandsSlider .mob-frame img {
    height: 100%
}

@keyframes zoom-move {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8em);
    }

    100% {
        transform: translateY(0);
    }
}

.servicesContent {
    position: relative;
    padding: 9.3125em 0 5.75em 0;
    background-color: #f41e3c;
}

@media (max-width:991px) {
    .servicesContent {
        padding: 3em 0;
    }
}

.servicesContent__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .6;
}

.servicesContent__bg img {
    object-fit: cover;
}

.servicesContent__wrapper {
    position: relative;
    z-index: 1;
}

.servicesContent__leftsec {
    width: 33.33%
}

@media (max-width:991px) {
    .servicesContent__leftsec {
        width: 100%
    }
}

.servicesContent__rightsec {
    width: 66.66%;
    padding: 0 0 0 12.5em;
}

@media (max-width:1199px) {
    .servicesContent__rightsec {
        padding: 0 0 0 3em;
    }
}

@media (max-width:991px) {
    .servicesContent__rightsec {
        width: 100%;
        padding: 0;
    }
}

.servicesContent__rightsec ul {
    font-size: 1.25em;
}

@media (max-width:576px) {
    .servicesContent__rightsec ul {
        padding-left: 1em;
        font-size: .8em;
    }
}

.servicesContent__rightsec .head {
    font-size: 2.1875em;
    text-transform: capitalize;
    line-height: 1.379;
    margin: 0 0 1em 0;
}

@media (max-width:1199px) {
    .servicesContent__rightsec .head {
        font-size: 2em;
    }
}

@media (max-width:991px) {
    .servicesContent__rightsec .head {
        margin: 0 0 .5em 0;
    }
}

@media (max-width:767px) {
    .servicesContent__rightsec .head {
        font-size: 1.625em;
    }
}

.servicesContent__rightsec .descrip-wrapper {
    padding: 0;
}

.servicesContent__rightsec .moretext {
    padding-right: 1.8em;
    margin: 0 0 2em 0;
    overflow-y: hidden;
    max-height: 16em;
    transition: max-height 1s;
}

.servicesContent__rightsec .moretext.active {
    max-height: 100%
}

.servicesContent__rightsec .moretext h3 {
    font-size: 1.5em;
    font-weight: 600;
}

.servicesContent__rightsec .moretext h4 {
    font-weight: 600;
}

.servicesContent__rightsec .anchor-wrapper .arrow-anchor .img-wrapper svg {
    transform: rotate(-270deg);
    transition: .25s;
}

.servicesContent__rightsec .anchor-wrapper .arrow-anchor:hover .img-wrapper svg {
    transform: rotate(90deg);
    transition: .25s;
}

.moretext::-webkit-scrollbar {
    width: 5px;
}

.moretext::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px;
}

.moretext::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

.moretext::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.digital-recipe__row {
    padding: 3em;
    background: #000;
}

.digital-recipe .ToolSection_tools__list {
    width: 50%;
    padding: 0;
    list-style: none;
}

.inner-banner {
    background: #363636;
    position: relative;
    display: flex;
    align-items: center;
    padding: 11.875em 0 2.5em 0;
}

.inner-banner::before {
    content: "";
    position: absolute;
    top: 0;
    background: url(/assets/svg/inner-banner.svg) no-repeat;
    width: 100%;
    height: 100%;
    z-index: 0;
}

@media (max-width:991px) {
    .inner-banner {
        padding: 9em 0 2.5em 0;
    }
}

.inner-banner .twocol-row {
    position: relative;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 2;
}

.strategy-concept {
    padding: 0 0 10em;
    position: relative;
}

@media (max-width:1199px) {
    .strategy-concept {
        overflow: hidden;
    }
}

@media (max-width:576px) {
    .strategy-concept {
        padding: 0;
    }
}

.strategy-concept::before {
    content: "";
    position: absolute;
    background: url(/assets/svg/A.svg) no-repeat;
    width: 62.5em;
    height: 56.875em;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (max-width:576px) {
    .strategy-concept: :before {
        display: none;
    }
}

.strategy-concept__top-heading {
    position: relative;
}

.strategy-concept__top-heading .right-heading {
    position: absolute;
    /*z-index: -1;*/
    top: 50%;
    transform: translate(50%, -50%);
}

@media (max-width:991px) {
    .strategy-concept__top-heading .right-heading {
        top: 113%;
        transform: translate(50%, -50%);
        left: -69%
    }
}

@media (max-width:576px) {
    .strategy-concept__top-heading .right-heading {
        position: relative;
        top: auto;
        transform: none;
        left: 0;
        display: flex;
        width: 100%;
        padding-top: 1em;
    }
}

.strategy-concept__center-align {
    display: flex;
    align-items: center;
    margin: 4.375em 0 0;
}

@media (max-width:576px) {
    .strategy-concept__center-align {
        margin: 0;
    }
}

.strategy-concept__pilot-heading {
    background: rgba(0, 0, 0, .1);
    padding: 6.25em 3.125em 3.125em 10.625em;
}

@media (max-width:576px) {
    .strategy-concept__pilot-heading {
        padding: 2em;
    }
}

.strategy-concept__cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    box-shadow: -6px -4px 18px 1px rgba(0, 0, 0, .11);
}

.strategy-concept__cards-wrapper--card {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width:576px) {
    .strategy-concept__cards-wrapper--card {
        width: 100%
    }
}

.strategy-concept__cards-wrapper--card .generic--head__subhead {
    margin: 0 0 0.5em;
}

@media (max-width:1199px) {
    .strategy-concept__cards-wrapper--card .generic--head__subhead {
        margin: 0 0 1em;
    }
}

.strategy-concept__cards-wrapper--card:nth-child(2) .img-wrapper {
    margin: -5em 0 0;
}

.strategy-concept__cards-wrapper--card:nth-child(3) .img-wrapper {
    margin: 0 0 -5em;
}

@media (max-width:576px) {
    .strategy-concept__cards-wrapper--card: nth-child(3) .img-wrapper {
        margin: 0;
    }
}

.futuristic-technology {
    background: #0a0014;
}

@media (max-width:1199px) {
    .futuristic-technology {
        overflow: hidden;
    }
}

.futuristic-technology .generic--head {
    text-align: center;
    margin: 0 auto;
}

.futuristic-technology .generic--head__sec-para {
    margin: 0 0 4.25em 0;
}

@media (max-width:576px) {
    .futuristic-technology .generic--head__sec-para {
        margin: 0 0 2em 0;
    }
}

.futuristic-technology__technology-logos {
    width: 100%
}

.futuristic-technology__technology-logos:nth-child(odd) {
    margin-left: -80px;
}

.futuristic-technology__technology-logos ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width:576px) {
    .futuristic-technology__technology-logos ul {
        flex-wrap: nowrap;
    }
}

.futuristic-technology__technology-logos ul li {
    background: #fff;
    width: 6em;
    height: 6em;
    padding: 1.5em;
    border-radius: 25%;
    margin: .75em;
}

@media (max-width:576px) {
    .futuristic-technology__technology-logos ul li {
        animation: scroll 40s linear infinite;
        display: flex;
        align-self: center;
        justify-content: center;
    }
}

.futuristic-technology__technology-logos ul li svg {
    width: 100%;
    height: 100%
}

.futuristic-technology__technology-logos ul li img {
    width: 100%;
    height: 100%
}

@media (max-width:576px) {
    .futuristic-technology__technology-logos ul li img {
        width: 50px;
        height: auto;
    }
}

.our-services {
    pointer-events: none;
}

.our-services__services-slider {
    height: 29.375em;
}

.our-services__services-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.our-services__services-slider .swiper-slide {
    margin: 0 1.4375em;
}

.our-services__services-slider .strategy-wrapper {
    width: 19.875em;
}

.our-services__services-slider .marketing-management {
    width: 19.875em;
}

.our-services__services-slider .creativity-design {
    width: 30.125em;
}

.our-services__services-slider .consultancy-technology {
    width: 20.4375em;
}

.our-services__services-slider--service-card {
    position: relative;
    height: 100%;
    padding: 1.625em 0 0 1.625em;
    overflow: hidden;
}

.our-services__services-slider--service-card .img-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
}

.our-services__services-slider--service-card.strategy {
    background: #ffdde4;
    width: 19.875em;
}

.our-services__services-slider--service-card.strategy .img-wrapper {
    width: 19.25em;
    height: 12.5em;
}

.our-services__services-slider--service-card.marketing {
    background: #ffe0d0;
    width: 19.875em;
    height: 60%;
    margin: 0 0 1.5em 0;
}

.our-services__services-slider--service-card.marketing .img-wrapper {
    width: 16.4375em;
    height: 14.875em;
}

.our-services__services-slider--service-card.management {
    background: #d7fdff;
    width: 19.875em;
    height: 40%
}

.our-services__services-slider--service-card.management .img-wrapper {
    width: 9.1875em;
    height: 8.5em;
}

.our-services__services-slider--service-card.creativity {
    background: #ffd4cd;
    width: 30.125em;
    height: 50%;
    margin: 0 0 1.5em 0;
}

.our-services__services-slider--service-card.creativity .img-wrapper {
    width: 13.1875em;
    height: 13.5em;
    bottom: auto;
    top: 0;
}

.our-services__services-slider--service-card.design {
    background: #ffd3ee;
    width: 30.125em;
    height: 50%
}

.our-services__services-slider--service-card.design .img-wrapper {
    width: 22.1875em;
    height: 15.5em;
}

.our-services__services-slider--service-card.consultancy {
    width: 20.4375em;
    height: 50%;
    margin: 0 0 1.5em 0;
}

.our-services__services-slider--service-card.consultancy .img-wrapper {
    width: 100%;
    height: 100%;
    z-index: -1;
}

.our-services__services-slider--service-card.consultancy .img-wrapper img {
    height: 100%;
    object-fit: cover;
}

.our-services__services-slider--service-card.technology {
    width: 20.4375em;
    height: 50%
}

.our-services__services-slider--service-card.technology .img-wrapper {
    width: 100%;
    height: 100%;
    z-index: -1;
}

.our-services__services-slider--service-card.technology .img-wrapper img {
    height: 100%;
    object-fit: cover;
}

.experties {
    padding: 0 0 10em 0;
}

@media (max-width:576px) {
    .experties {
        padding: 3em 0;
    }
}

.experties .twocol-row {
    justify-content: space-between;
}

.experties__tabs-wrapper {
    padding: 0 10em 0 17.875em;
}

@media (max-width:1199px) {
    .experties__tabs-wrapper {
        padding: 0 3em;
    }
}

@media (max-width:576px) {
    .experties__tabs-wrapper {
        padding: 0 2em;
    }
}

.experties__tabs-wrapper .col-20 :first-child {
    display: block;
}

.experties__tabs-wrapper .col-20 .img-wrapper {
    display: flex !important;
    width: 100%;
    justify-content: center;
}

.experties__tabs-wrapper--detail-tab {
    display: none;
}

.experties__tabs-wrapper--detail-tab .img-wrapper {
    width: 17.625em;
    height: 17.875em;
    margin: 0 0 3.125em 0;
}

@media (max-width:1199px) {
    .experties__tabs-wrapper--detail-tab .img-wrapper {
        margin: 0 auto 2em;
    }
}

.experties__tabs-wrapper--detail-tab .img-wrapper svg mask,
.experties__tabs-wrapper--detail-tab .img-wrapper svg path {
    fill: #fff;
}

.experties__tabs-wrapper--detail-tab .img-wrapper svg rect {
    stroke: #fff;
}

.experties__tabs-wrapper--detail-tab.active {
    display: block;
}

.experties__tabs-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -1.875em;
    margin-right: -1.875em;
    width: calc(100% + 3.75em);
}

@media (max-width:1024px) {
    .experties__tabs-wrapper ul {
        width: 100%;
        margin: 0;
    }
}

@media (max-width:576px) {
    .experties__tabs-wrapper ul {
        margin: 0;
        width: 100%
    }
}

.experties__tabs-wrapper ul li {
    width: 33.33%;
    padding: 0 1.875em 1.875em 0;
}

@media (max-width:576px) {
    .experties__tabs-wrapper ul li {
        width: 50%;
        padding: 0 .5em .5em 0;
    }
}

.experties__tabs-wrapper--small-cards {
    padding: 1.75em 2.1875em;
}

@media (max-width:576px) {
    .experties__tabs-wrapper--small-cards {
        padding: 1.25em;
    }
}

.experties__tabs-wrapper--small-cards .img-wrapper {
    width: 4.0625em;
    height: 4.0625em;
    margin: 0 0 1.125em 0;
}

.experties__tabs-wrapper--small-cards.active {
    background: #d9223b;
    padding: 1.75em 2.1875em;
}

@media (max-width:576px) {
    .experties__tabs-wrapper--small-cards.active {
        padding: 1.25em;
    }
}

.about-us--technology ul {
    flex-wrap: nowrap;
}

.about-us--technology ul li {
    animation: scroll 70s linear infinite;
    display: flex;
    align-self: center;
    justify-content: center;
}

.about-us--technology ul li img {
    width: 50px;
    height: auto;
}

.uiPortfolio {
    position: relative;
}

@media (max-width:991px) {
    .uiPortfolio {
        padding: 7em 0 5em 0;
    }
}

@media (max-width:767px) {
    .uiPortfolio {
        padding: 7em 0 3em 0;
    }
}

@media (max-width:576px) {
    .uiPortfolio {
        padding: 7em 0 1em 0;
    }
}

.uiPortfolio__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.uiPortfolio__bg img {
    height: 100%;
    object-fit: cover;
}

.uiPortfolio__slider {
    padding: 3.125em 0 0 0;
}

@media (max-width:576px) {
    .uiPortfolio__slider {
        padding: 1em 0 0 0;
    }
}

.uiPortfolio__slide {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.uiPortfolio__slide--leftsec {
    width: 50%;
    padding: 0 3em;
}

@media (max-width:991px) {
    .uiPortfolio__slide--leftsec {
        width: 100%;
        padding: 0;
    }
}

.uiPortfolio__slide--leftsec .img-wrapper {
    max-width: 100%;
    display: flex;
    justify-content: center;
    height: 22em;
}

@media (max-width:1199px) {
    .uiPortfolio__slide--leftsec .img-wrapper {
        height: 22em;
    }
}

@media (max-width:576px) {
    .uiPortfolio__slide--leftsec .img-wrapper {
        height: auto;
    }
}

.uiPortfolio__slide--leftsec .img-wrapper img {
    max-width: 100%;
    width: auto;
}

.uiPortfolio__slide--rightsec {
    width: 50%;
    padding: 0 5em;
}

@media (max-width:1024px) {
    .uiPortfolio__slide--rightsec {
        padding: 0;
    }
}

@media (max-width:991px) {
    .uiPortfolio__slide--rightsec {
        width: 100%
    }
}

.uiPortfolio__slide--rightsec .icon-wrapper {
    width: auto;
    height: auto;
    margin: 0 0 1.5em 0;
}

.uiPortfolio__slide--rightsec .icon-wrapper img {
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: bottom;
}

.uiPortfolio__slide .icon-wrapper {
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}

.uiPortfolio__slide .generic--head__subhead {
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}

.uiPortfolio__slide .generic--head__sec-para {
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}

.uiPortfolio__slide .anchor-wrapper {
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}

.uiPortfolio__slide.swiper-slide-active .icon-wrapper {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: .25s;
    transition-delay: .1s;
}

.uiPortfolio__slide.swiper-slide-active .generic--head__subhead {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: .25s;
    transition-delay: .2s;
}

.uiPortfolio__slide.swiper-slide-active .generic--head__sec-para {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: .25s;
    transition-delay: .3s;
}

.uiPortfolio__slide.swiper-slide-active .anchor-wrapper {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: .25s;
    transition-delay: .4s;
}

.uiPortfolio .generic-navigation-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

@media (max-width:991px) {
    .uiPortfolio .generic-navigation-wrapper {
        width: 8em;
        height: 3.75em;
        right: 2em;
    }
}

.uiPortfolio .generic-navigation-wrapper .swiper-button-next,
.uiPortfolio .generic-navigation-wrapper .swiper-button-prev {
    top: 40%
}

.uiPortfolio .generic-navigation-wrapper .swiper-button-next {
    right: 4%
}

.uiPortfolio .generic-navigation-wrapper .swiper-button-prev {
    left: 4%
}

.currentOpenings {
    position: relative;
}

.currentOpenings__cardsWrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.currentOpenings__card {
    width: 50%;
    padding: 0 1.25em;
    margin: 0 0 2.5em 0;
}

@media (max-width:991px) {
    .currentOpenings__card {
        width: 100%
    }
}

@media (max-width:576px) {
    .currentOpenings__card {
        padding: 0;
    }
}

.currentOpenings__cardWrapper {
    padding: 1.875em 2.5em;
    border: 1px solid rgba(102, 102, 102, .5);
}

@media (max-width:576px) {
    .currentOpenings__cardWrapper {
        padding: 1.25em 1.5em;
    }
}

.currentOpenings .head-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width:576px) {
    .currentOpenings .head-wrapper {
        justify-content: flex-end;
    }
}

.currentOpenings .designation-wrapper {
    display: flex;
    align-items: center;
    margin: 0 1em 0 0;
}

@media (max-width:1199px) {
    .currentOpenings .designation-wrapper {
        width: 100%;
        margin: 0 0 .5em 0;
    }
}

@media (max-width:576px) {
    .currentOpenings .designation-wrapper {
        flex-wrap: wrap;
        margin: 0 0 1em 0;
    }
}

.currentOpenings .designation {
    color: #363636;
    font-size: 1.25em;
    font-weight: 700;
    margin: 0 1.125em 0 0;
}

@media (max-width:576px) {
    .currentOpenings .designation {
        width: 100%;
        margin: 0 0 .5em 0;
    }
}

.currentOpenings .depart {
    font-size: .875em;
    position: relative;
    color: #363636;
    padding: .5em 1em .5em 2em;
    background: #d9d9d9;
    border-radius: 2.5em;
}

.currentOpenings .depart::before {
    content: "";
    position: absolute;
    width: .5em;
    height: .5em;
    background-color: #363636;
    border-radius: 100%;
    top: 50%;
    left: 1em;
    transform: translate(0, -50%);
}

.currentOpenings .location {
    font-size: .875em;
    font-weight: 600;
    position: relative;
    color: #363636;
    padding: .5em 1em .5em 2.5em;
    background: #efefef;
    border-radius: 2.5em;
}

.currentOpenings .location::before {
    content: "";
    position: absolute;
    width: .75em;
    height: 1em;
    background-image: url(/assets/svg/location.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 100%;
    top: 50%;
    left: 1.125em;
    transform: translate(0, -50%);
}

.currentOpenings .descrip {
    font-size: 1em;
    color: #363636;
    margin: 1em 0 1.5em 0;
}

.currentOpenings .bottom-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.currentOpenings .detail-wrapper {
    display: flex;
}

@media (max-width:767px) {
    .currentOpenings .detail-wrapper {
        margin: 0 0 1em 0;
        flex-wrap: wrap;
    }
}

.currentOpenings .item {
    display: flex;
    align-items: center;
    margin: 0 2.3125em 0 0;
}

@media (max-width:576px) {
    .currentOpenings .item {
        margin: 0 .75em 0 0;
    }
}

.currentOpenings .item img {
    width: 1.75em;
    height: 1.75em;
    margin: 0 .5em 0 0;
}

@media (max-width:576px) {
    .currentOpenings .item img {
        width: .875em;
        height: .875em;
    }
}

.currentOpenings .item span {
    color: #363636;
    font-size: 1.125em;
}

@media (max-width:576px) {
    .currentOpenings .item span {
        font-size: .75em;
    }
}

.currentOpenings .apply-now {
    font-size: 1.125em;
    font-weight: 700;
    text-transform: capitalize;
}

.currentOpenings .loadmore-btn {
    display: flex;
    justify-content: center;
    padding: 1.875em 0 0 0;
}

@media (max-width:576px) {
    .currentOpenings .loadmore-btn {
        padding: 0;
    }
}

.culture {
    position: relative;
}

.culture__leftsec {
    position: relative;
    width: 45%;
    cursor: pointer;
}

@media (max-width:991px) {
    .culture__leftsec {
        width: 100%
    }
}

.culture__leftsec .img-wrapper {
    height: 54.125em;
}

@media (max-width:991px) {
    .culture__leftsec .img-wrapper {
        height: 40em;
    }
}

@media (max-width:576px) {
    .culture__leftsec .img-wrapper {
        height: 20em;
    }
}

.culture__leftsec .img-wrapper img {
    height: 100%;
    object-fit: cover;
}

.culture__leftsec .line-heading {
    position: absolute;
    z-index: 5;
    top: 5em;
}

@media (max-width:767px) {
    .culture__leftsec .line-heading {
        position: absolute;
        margin: 0;
        padding: 2em 0;
        top: 0;
    }
}

.culture__leftsec .play-btn {
    position: absolute;
    width: 5.0625em;
    height: 5.0625em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.culture__rightsec {
    width: 55%
}

@media (max-width:991px) {
    .culture__rightsec {
        width: 100%
    }
}

.culture__rightsec--wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.culture__rightsec .img-wrapper {
    width: 50%;
    height: 27.0625em;
}

@media (max-width:991px) {
    .culture__rightsec .img-wrapper {
        height: 20em;
    }
}

@media (max-width:576px) {
    .culture__rightsec .img-wrapper {
        height: 15em;
    }
}

.culture__rightsec .img-wrapper img {
    height: 100%;
    object-fit: cover;
}

.happyEmplyees {
    position: relative;
    padding: 8.125em 0;
}

@media (max-width:991px) {
    .happyEmplyees {
        padding: 3em 0;
    }
}

.happyEmplyees__leftsec {
    width: 60%;
    padding: 0 5em 0 0;
}

@media (max-width:991px) {
    .happyEmplyees__leftsec {
        width: 100%;
        padding: 0;
    }
}

.happyEmplyees__leftsec .img-wrapper {
    padding: 3.75em 0 0 0;
}

@media (max-width:991px) {
    .happyEmplyees__leftsec .img-wrapper {
        padding: 2em 0;
    }
}

.happyEmplyees__rightsec {
    position: relative;
    width: 40%;
    padding: 0 3.75em;
}

@media (max-width:991px) {
    .happyEmplyees__rightsec {
        width: 100%
    }
}

.happyEmplyees__slider .swiper-slide .profileImgWrapper {
    position: relative;
    width: 16.5em;
    height: 20em;
    margin: 0 auto 2em auto;
}

.happyEmplyees__slider .swiper-slide .transparentRadius {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 16.5em;
    height: 20em;
    border-radius: 100%;
    z-index: 1;
    overflow: hidden;
}

.happyEmplyees__slider .swiper-slide .transparentRadius .profileImg {
    width: 100%;
    height: 100%
}

.happyEmplyees__slider .swiper-slide .transparentRadius .profileImg img {
    height: 100%;
    object-fit: cover;
}

.happyEmplyees__slider .swiper-slide .colorRadius {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 16.5em;
    height: 16.5em;
    background: linear-gradient(174.6deg, #f41e3c -4.81%, rgba(134, 31, 132, .34) 54.1%, rgba(217, 217, 217, 0) 88.85%);
    border-radius: 100%
}

.happyEmplyees__slider .swiper-slide {
    text-align: center;
}

.happyEmplyees__slider .swiper-slide .profileName {
    color: #363636;
    font-size: 1.25em;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 .5em 0;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}

.happyEmplyees__slider .swiper-slide .profileDesignation {
    color: #363636;
    font-size: 1.125em;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 .5em 0;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}

.happyEmplyees__slider .swiper-slide .profileDescrip {
    position: relative;
    color: #363636;
    font-size: 1em;
    padding: 3em 0 0 0;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}

.happyEmplyees__slider .swiper-slide .profileDescrip::before {
    content: "“";
    position: absolute;
    font-size: 40px;
    font-weight: 700;
    color: #f41e3c;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}

.happyEmplyees__slider .swiper-slide.swiper-slide-active .profileName {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: .25s;
    transition-delay: .2s;
}

.happyEmplyees__slider .swiper-slide.swiper-slide-active .profileDesignation {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: .25s;
    transition-delay: .3s;
}

.happyEmplyees__slider .swiper-slide.swiper-slide-active .profileDescrip {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: .25s;
    transition-delay: .4s;
}

.happyEmplyees .generic-navigation-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.happyEmplyees .generic-navigation-wrapper .swiper-button-next,
.happyEmplyees .generic-navigation-wrapper .swiper-button-prev {
    top: 65%
}

.hiddenStyle {
    display: none;
}

.apply {
    position: relative;
    color: #fff;
    z-index: 1;
    padding: .2em;
}

.apply::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #363636;
    z-index: -1;
    transition: width .5s ease-in-out;
}

@media (max-width:991px) {
    .apply: :before {
        display: none;
    }
}

.apply::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    border-radius: 10px;
    background: #fff;
    z-index: -1;
    transition: width .6s ease-in-out;
    animation: mymove 1s infinite;
}

@keyframes mymove {
    0% {
        width: 0;
    }

    100% {
        width: 100%
    }
}

.apply:hover::before {
    width: 0;
}

.case-studies {
    position: relative;
}

.case-studies__tabs-wrapper {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width:767px) {
    .case-studies__tabs-wrapper {
        position: absolute;
        top: 0;
        background: #fff;
        width: 100%;
        z-index: 99;
        padding: 1em;
        left: 0;
        right: 0;
        box-shadow: 0 13px 8px rgba(0, 0, 0, .03);
    }
}

.case-studies__tabs-wrapper .button {
    transition: all .2s ease-in-out;
    -webkit-appearance: none;
    border-radius: 1.875em;
    font-family: inherit;
    appearance: none;
    background: 0 0;
    font-weight: 500;
    font-size: 1em;
    cursor: pointer;
    padding: 1.125em 3.125em;
    outline: 0;
    border: none;
    color: #363636;
    background: #f2f2f2;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin: 0 .625em 0 0;
    display: flex;
    align-items: center;
}

@media (max-width:1199px) {
    .case-studies__tabs-wrapper .button {
        margin: 0 .625em 1em 0;
    }
}

@media (max-width:767px) {
    .case-studies__tabs-wrapper .button {
        transition: none;
        flex: 0 0 100%;
        justify-content: space-between;
        position: relative;
    }
}

.case-studies__tabs-wrapper .button.active,
.case-studies__tabs-wrapper .button:hover {
    background: #f41e3c;
    color: #fff;
}

@media (max-width:767px) {
    .case-studies__tabs-wrapper .button.active {
        order: -1;
        background: #f41e3c !important;
        color: #fff !important;
    }
}

@media (max-width:767px) {
    .case-studies__tabs-wrapper .button.active: :after {
        content: "";
        margin-left: 1rem;
        display: inline-block;
        margin-bottom: 3px;
        width: 0;
        height: 0;
        border: solid #f2f2f2;
        border-width: 0 2px 2px 0;
        padding: 3px;
        transform: rotate(45deg);
        transition: .5s;
        position: absolute;
        right: 2em;
    }
}

@media (max-width:767px) {
    .case-studies__tabs-wrapper .button: first-child {
        background: #f41e3c;
        color: #fff;
    }

    .case-studies__tabs-wrapper .button:first-child::after {
        content: "";
        margin-left: 1rem;
        display: inline-block;
        margin-bottom: 3px;
        width: 0;
        height: 0;
        border: solid #f2f2f2;
        border-width: 0 2px 2px 0;
        padding: 3px;
        transform: rotate(45deg);
        transition: .5s;
        position: absolute;
        right: 2em;
    }
}

.case-studies__tabs-wrapper .button.mob-first-active {
    background: #f2f2f2;
    color: #363636;
}

@media (max-width:767px) {
    .case-studies__tabs-wrapper .button: not(:first-child) {
        display: none;
    }
}

.case-studies .grid-layout {
    margin-left: -3.375em;
    margin-right: -3.375em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 4.375em 0 0;
}

@media (max-width:991px) {
    .case-studies .grid-layout {
        margin-left: -1em;
        margin-right: -1em;
    }
}

@media (max-width:576px) {
    .case-studies .grid-layout {
        margin: 0;
        grid-template-columns: repeat(1, 1fr);
        padding: 2.375em 0 0;
    }
}

.case-studies__card-wrapper {
    padding: 0 3.375em;
}

.case-studies__card-wrapper:nth-child(even) {
    margin: 5em 0 0;
}

@media (max-width:991px) {
    .case-studies__card-wrapper: nth-child(even) {
        margin: 3em 0 0;
    }
}

@media (max-width:576px) {
    .case-studies__card-wrapper: nth-child(even) {
        margin: 0;
    }
}

@media (max-width:991px) {
    .case-studies__card-wrapper {
        padding: 0 1em;
    }
}

@media (max-width:576px) {
    .case-studies__card-wrapper {
        padding: 0 0 1em 0;
    }
}

.case-studies__card-wrapper--card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.625em 0 0 0;
}

@media (max-width:991px) {
    .case-studies__card-wrapper--card-content {
        flex-wrap: wrap;
    }
}

.case-studies__card-wrapper--card-content .generic--head__subhead {
    font-size: 1.25em;
    text-transform: capitalize;
}

@media (max-width:576px) {
    .case-studies__card-wrapper--card-content .anchor-wrapper a span {
        font-size: .75em;
    }
}

.case-studies .three-row-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width:576px) {
    .case-studies .three-row-layout {
        grid-template-columns: repeat(1, 1fr);
    }
}

.case-studies .three-row-layout .case-studies__card-wrapper {
    padding: 0 .9375em 0;
    margin: 0;
}

@media (max-width:576px) {
    .case-studies .three-row-layout .case-studies__card-wrapper {
        padding: 0;
    }
}

.case-studies .three-row-layout .case-studies__card-wrapper:nth-child(2) {
    padding-top: 5em;
}

@media (max-width:991px) {
    .case-studies .three-row-layout .case-studies__card-wrapper: nth-child(2) {
        padding-top: 3em;
    }
}

@media (max-width:576px) {
    .case-studies .three-row-layout .case-studies__card-wrapper: nth-child(2) {
        padding: 0;
    }
}

.case-studies .three-row-layout .case-studies__card-wrapper:nth-child(3n+6) {
    margin-top: -5em;
}

@media (max-width:576px) {
    .case-studies .three-row-layout .case-studies__card-wrapper: nth-child(3n+6) {
        margin: 0;
    }
}

.case-studies .three-row-layout .case-studies__card-wrapper:nth-child(3n+4) {
    margin-top: -5em;
}

@media (max-width:576px) {
    .case-studies .three-row-layout .case-studies__card-wrapper: nth-child(3n+4) {
        margin: 0;
    }
}

.case-studies .three-row-layout .case-studies__card-wrapper--card-content {
    padding: 1em 0 4.375em 0;
}

@media (max-width:576px) {
    .case-studies .three-row-layout .case-studies__card-wrapper--card-content {
        padding: 1em 0 1em 0;
    }
}

.case-studies .hide {
    display: none;
}

.casestudy-hero .generic--head__head {
    text-transform: uppercase;
}

.case-study-hero {
    background: 0 0;
    height: 31em;
    padding: 12.15em 0 0 0;
}

@media (max-width:991px) {
    .case-study-hero {
        height: auto;
    }
}

@media (max-width:576px) {
    .case-study-hero {
        padding: 5em 0 0 0;
    }
}

.case-study-hero:before {
    background: url(/assets/svg/inner-banner-red.svg) no-repeat;
}

.case-study-hero .container,
.case-study-hero .twocol-row {
    height: 100%;
    align-items: center;
}

.case-study-hero__left-side {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%
}

.case-study-hero__right-side {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.rmal-hospitality {
    position: relative;
}

.rmal-hospitality .rmal-hospilaty-wrapper {
    padding: 5.625em 0 0 0;
}

@media (max-width:576px) {
    .rmal-hospitality .rmal-hospilaty-wrapper {
        padding: 3em 0 0 0;
    }
}

.rmal-hospitality .generic--head__subhead {
    background: linear-gradient(264.19deg, #fff 14.71%, #fff 70.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@media (max-width:576px) {
    .rmal-hospitality .generic--head__subhead {
        padding: 0 1em;
        font-size: 1em;
    }
}

.rmal-hospitality .generic--head__subhead.gradient {
    background: linear-gradient(264.19deg, #6a5734 14.71%, #bb9145 70.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.rmal-hospitality .img-wrapper img {
    display: block;
}

.rmal-hospitality .top-content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.jino-section {
    background: 0 0;
}

.jino-section .anchor-wrapper .arrow-anchor span {
    color: #f41e3c;
    text-transform: uppercase;
    font-weight: 700;
}

.jino-section .anchor-wrapper .arrow-anchor .img-wrapper svg {
    transform: rotate(-45deg);
}

.jino-section .anchor-wrapper .arrow-anchor:hover .img-wrapper svg {
    transform: rotate(0);
}

.rmal-largeSection .img-wrapper img {
    display: block;
}

.research-design {
    padding: 8.75em 0;
}

@media (max-width:991px) {
    .research-design {
        padding: 3em 0;
    }
}

.research-design__slider {
    padding: 3em 0 0;
}

@media (max-width:576px) {
    .research-design__slider {
        padding: 2em 0 0;
    }
}

.research-design__slider--border {
    width: 16em;
    height: 16em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f41e3c;
    border-radius: 50%;
    position: relative;
    padding: 0 3em;
    text-align: center;
}

@media (max-width:576px) {
    .research-design__slider--border {
        width: 12em;
        height: 12em;
        padding: 0 1em;
    }
}

.research-design__slider--border h5 {
    text-transform: capitalize;
}

.research-design__slider--border:before {
    content: "";
    position: absolute;
    background: #f41e3c;
    width: .5em;
    height: .5em;
    right: -.287em;
    border-radius: 50%
}

.research-design__slider--border:after {
    content: "";
    position: absolute;
    background: #f41e3c;
    width: .5em;
    height: .5em;
    left: -.287em;
    border-radius: 50%
}

.research-design__slider--slide-number {
    font-size: 5em;
    position: absolute;
    top: -.565em;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, .2);
    text-transform: capitalize;
    word-break: break-word;
    font-family: sans-serif;
    font-weight: 700;
    z-index: 1;
}

@media (max-width:576px) {
    .research-design__slider--slide-number {
        font-size: 3em;
    }
}

.research-design__slider .swiper-slide {
    position: relative;
}

.research-design__slider .swiper-slide::before {
    content: "";
    position: absolute;
    background: url(/assets/svg/dotted-line.svg) no-repeat;
    right: 0;
    height: 1px;
    width: 3.125em;
    top: 50%
}

@media (max-width:1199px) {
    .research-design__slider .swiper-slide: :before {
        width: 7.125em;
        background-size: cover;
        display: none;
    }
}

@media (max-width:991px) {
    .research-design__slider .swiper-slide: :before {
        width: 2.125em;
    }
}

@media (max-width:576px) {
    .research-design__slider .swiper-slide: :before {
        display: none;
    }
}

.research-design__slider .swiper-slide:first-child .research-design__slider--border::after {
    display: none;
}

.research-design__slider .swiper-slide:last-child::before {
    display: none;
}

.research-design__slider .swiper-slide:last-child .research-design__slider--border::before {
    display: none;
}

.our-brands {
    background: #e4e4e4;
    margin-bottom: 5.75em;
}

@media (max-width:576px) {
    .our-brands {
        margin-bottom: 2em;
    }
}

.our-brands__content {
    height: 100%;
    padding: 6em;
}

@media (max-width:991px) {
    .our-brands__content {
        padding: 3em 0 0 0;
    }
}

@media (max-width:576px) {
    .our-brands__content {
        padding: 2em;
    }
}

.our-brands__content .generic--head p:last-child {
    margin-bottom: 0;
}

.our-brands__right-img {
    padding: 14.375em 13.625em 1.6875em 6.753em;
}

@media (max-width:1024px) {
    .our-brands__right-img {
        padding: 10em 10em 1em 4em;
    }
}

@media (max-width:991px) {
    .our-brands__right-img {
        padding: 3em;
    }
}

@media (max-width:991px) {
    .our-brands__right-img .img-wrapper {
        width: 50%;
        margin: 0 auto;
    }
}

@media (max-width:576px) {
    .our-brands__right-img .img-wrapper {
        width: 100%
    }
}

@media (max-width:991px) {
    .our-brands .first-col .img-wrapper {
        width: 50%;
        margin: 0 auto;
    }
}

#numberSlides {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.about-casestydy {
    margin-top: 5.625em;
    padding-top: 8.625em;
}

@media (max-width:991px) {
    .about-casestydy {
        padding-top: 3em;
    }
}

@media (max-width:576px) {
    .about-casestydy {
        margin: 0;
    }
}

.about-casestydy .left-col {
    padding-right: 1.9205em;
}

@media (max-width:991px) {
    .about-casestydy .left-col {
        padding-right: 1em;
    }
}

.about-casestydy .right-col {
    padding-left: 1.9205em;
}

@media (max-width:991px) {
    .about-casestydy .right-col {
        padding-left: 1em;
    }
}

@media (max-width:576px) {
    .about-casestydy .right-col {
        padding: 0;
        margin-top: 3em;
    }

    .about-casestydy .right-col .img-wrapper {
        display: none;
    }
}

.about-casestydy .right-col .generic--head {
    width: 30.9375em;
    margin: 6.8761em auto 0 auto;
}

@media (max-width:1024px) {
    .about-casestydy .right-col .generic--head {
        width: 100%;
        margin: 3em auto 0 auto;
    }
}

@media (max-width:576px) {
    .about-casestydy .right-col .generic--head {
        margin: 0 auto;
    }
}

@media (max-width:991px) {
    .about-casestydy .col-50 {
        width: 50%
    }
}

@media (max-width:576px) {
    .about-casestydy .col-50 {
        width: 100%
    }
}

.grid-layout .col-left {
    display: flex;
}

@media (max-width:991px) {
    .grid-layout .col-left {
        width: 60%
    }
}

@media (max-width:576px) {
    .grid-layout .col-left {
        width: 100%;
        margin-bottom: 0;
    }
}

.grid-layout .col-right {
    display: flex;
}

@media (max-width:991px) {
    .grid-layout .col-right {
        width: 40%
    }
}

@media (max-width:576px) {
    .grid-layout .col-right {
        width: 100%
    }
}

.grid-layout .leftimg {
    width: 38.75em;
}

.grid-layout .midimg {
    width: 16.5em;
    padding-left: 1.875em;
}

@media (max-width:576px) {
    .grid-layout .midimg {
        width: inherit;
        padding-left: .875em;
    }
}

.grid-layout .rightimg {
    padding-left: 12.6875em;
}

@media (max-width:1024px) {
    .grid-layout .rightimg {
        padding-left: 1.875em;
    }
}

@media (max-width:576px) {
    .grid-layout .rightimg {
        padding: 0;
        display: none;
    }
}

.grid-layout .img-wrapper {
    transition: .5s;
    overflow: hidden;
}

.grid-layout .img-wrapper img {
    transition: .5s;
}

.grid-layout .img-wrapper:hover img {
    transform: scale(1.1);
}

.grid-layout-new .img-wrapper {
    height: 100%
}

.grid-layout-new .img-wrapper img {
    height: 100%
}

.grid-layout-new .generic--head {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2em;
    background: #f41e3c;
}

.grid-layout-new .generic--head h2 {
    font-size: 3.8em;
    margin: 0 0 .2em 0;
}

@media (max-width:1199px) {
    .grid-layout-new .generic--head h2 {
        font-size: 2.5em;
    }
}

@media (max-width:576px) {
    .grid-layout-new .generic--head h2 {
        font-size: 1.75em;
    }
}

@media (max-width:991px) {
    .grid-layout-new .first-col {
        width: 30%
    }
}

@media (max-width:576px) {
    .grid-layout-new .first-col {
        width: 40%
    }
}

@media (max-width:991px) {
    .grid-layout-new .mid-col {
        width: 40%
    }
}

@media (max-width:576px) {
    .grid-layout-new .mid-col {
        width: 60%
    }
}

@media (max-width:991px) {
    .grid-layout-new .last-col {
        width: 30%
    }
}

@media (max-width:576px) {
    .grid-layout-new .last-col {
        display: none;
    }
}

.grid-layout-new .img-wrapper {
    overflow: hidden;
}

.grid-layout-new .img-wrapper img {
    transition: .5s;
}

.grid-layout-new .img-wrapper:hover img {
    transform: scale(1.1);
}

@media (max-width:576px) {
    .casestudy-strattegy .services-anchor span {
        font-size: 1em;
    }
}

.casestudy-form {
    position: relative;
    background: url(/assets/images/case-studies-details/form.jpg);
    z-index: 1;
}

.casestudy-form::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(226.92deg, rgba(227, 32, 74, .84) 15.33%, rgba(0, 0, 0, .014) 55.21%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    opacity: .7;
    z-index: -1;
}

.casestudy-form .case-studies-form-wrapper .services-hero__form {
    width: 100%
}

@media (min-width:1100px) {
    .casestudy-form .case-studies-form-wrapper .services-hero__form {
        padding: 0 0 0 9.0625em;
    }
}

@media (max-width:767px) {
    .casestudy-form .case-studies-form-wrapper .services-hero__form {
        margin-top: 1em;
    }
}

.casestudy-form .case-studies-form-wrapper .services-hero__form .generic--form {
    background: #fff;
    padding: 3.75em 4.0625em;
}

@media (max-width:576px) {
    .casestudy-form .case-studies-form-wrapper .services-hero__form .generic--form {
        padding: 2em;
    }
}

@media (max-width:1024px) {
    .casestudy-form .col-50 {
        width: 50%
    }
}

@media (max-width:767px) {
    .casestudy-form .col-50 {
        width: 100%
    }
}

.count-banner {
    position: relative;
}

@media (min-width:1024px) {
    .count-banner {
        padding-bottom: 0;
    }
}

.count-banner .count-logo {
    max-width: 10em;
}

@media (max-width:991px) {
    .count-banner .count-logo {
        margin: auto auto 2em auto;
    }
}

.count-banner .count-logo svg {
    display: flex;
    width: auto;
    height: 100%
}

.count-banner .counter-wrapper-head {
    display: flex;
    flex-wrap: wrap;
}

.count-banner .col-50 {
    width: 50%
}

@media (max-width:767px) {
    .count-banner .col-50 {
        width: 100%
    }
}

.count-banner .counter-wrapper {
    width: 50%;
    padding-right: 4em;
}

@media (max-width:1199px) {
    .count-banner .counter-wrapper {
        padding-right: 1em;
    }
}

@media (max-width:1024px) {
    .count-banner .counter-wrapper {
        text-align: center;
    }
}

@media (max-width:576px) {
    .count-banner .counter-wrapper {
        padding-right: .2em;
    }
}

.count-banner .counter-wrapper .xl-font {
    margin-bottom: .38em;
}

.count-banner .counter-wrapper p {
    position: relative;
}

.count-banner .counter-wrapper p::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    background: #fff;
    height: 2px;
    width: 7.88em;
}

@media (max-width:1024px) {
    .count-banner .counter-wrapper p: :after {
        left: 50%;
        transform: translateX(-50%);
    }
}

.count-banner .left-col {
    padding: 0 4.6875em 0 3.125em;
}

@media (max-width:767px) {
    .count-banner .left-col {
        display: none;
    }
}

@media (max-width:767px) {
    .count-banner .right-col {
        padding: 1em 0;
    }
}

.job-description__card {
    box-shadow: 0 4px 12px 2px rgba(0, 0, 0, .1);
    padding: 1.625em 4.625em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.6875em;
}

@media (max-width:767px) {
    .job-description__card {
        flex-wrap: wrap;
        padding: 1em;
    }
}

.job-description__card .apply-btn {
    display: flex;
}

@media (max-width:576px) {
    .job-description__card .item span {
        font-size: 1em;
    }
}

@media (max-width:576px) {
    .job-description__cardWrapper {
        width: 100%
    }

    .job-description__cardWrapper .head-wrapper {
        justify-content: start;
    }
}

.job-description .job-detail-wrapper {
    padding: 0 2.5em 0 4.5625em;
    width: 50%
}

@media (max-width:991px) {
    .job-description .job-detail-wrapper {
        width: 100%;
        padding: 0;
    }
}

.job-description .job-detail-wrapper .description {
    margin-bottom: 2.3125em;
}

.job-description .job-detail-wrapper .description.points .iteam {
    margin: 2.5em 0 0 0;
}

.job-description .job-detail-wrapper .description.dots .iteam {
    position: relative;
    padding-left: 1em;
}

.job-description .job-detail-wrapper .description.dots .iteam::before {
    content: "";
    width: 6px;
    height: 6px;
    background-image: linear-gradient(180deg, #f41e3c 0, #b4299a 100%);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%
}

.job-description .desccription-wrapper .iteam {
    color: #000;
    margin: 1em 0;
}

.job-description .bottom-wrapper {
    margin-top: 1.25em;
}

.career-detail-form {
    background: rgba(255, 255, 255, .54);
    backdrop-filter: blur(4.5px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
}

.career-detail-form .form-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.career-detail-form .form-wrapper {
    background: #fff;
    box-shadow: 0 4px 12px 2px rgba(0, 0, 0, .1);
    padding: 2.6875em 5.1875em;
    width: 52.3125em;
    margin: 0 auto;
    position: relative;
}

.career-detail-form .sr-only {
    position: absolute;
    margin: -1px;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

.career-detail-form .btn {
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: .25rem;
    color: #f41e3c;
    border: 1px dashed #f41e3c;
    box-shadow: 0 4px 13px 3px rgba(0, 0, 0, .06);
    border-radius: 300px;
    cursor: pointer;
}

@media (max-width:576px) {
    .career-detail-form .btn {
        margin-bottom: 1em;
        text-align: center;
        width: 100%
    }
}

.career-detail-form [type=file]:focus+.btn {
    outline: 0;
}

.career-detail-form .upload .input-container {
    margin: 0;
    align-items: flex-end;
}

.career-detail-form .input-container {
    justify-content: center;
}

.career-detail-form .input-container .placeholder span {
    color: #f41e3c;
}

.career-detail-form .cross-times {
    width: 1em;
    position: absolute;
    right: 5.3em;
    top: 3.17em;
    cursor: pointer;
}

.career-detail-form .col-50 {
    padding-right: 2.8125em;
}

.career-detail-form #getquoteform button {
    border-radius: 18.75em;
    border: none;
}

#resume-error {
    width: 100%;
    text-align: center;
}

@media (max-width:767px) {
    #submit-button-career {
        margin-top: .5em;
    }
}

.upload .error {
    width: 100%;
    text-align: center;
}

.upload .input-container {
    align-items: center !important;
}

.progress-section .left-col {
    width: 36%
}

@media (max-width:767px) {
    .progress-section .left-col {
        width: 100%
    }
}

.progress-section .right-col {
    width: 64%;
    padding-left: 3.875em;
}

@media (max-width:1399px) {
    .progress-section .right-col {
        padding: 0;
    }
}

@media (max-width:767px) {
    .progress-section .right-col {
        width: 100%
    }
}

.progress-section .progress-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.progress-section .progress {
    width: 50%;
    display: flex;
    align-content: center;
    margin-bottom: 3.75em;
}

@media (max-width:1199px) {
    .progress-section .progress {
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width:375px) {
    .progress-section .progress {
        width: 100%
    }
}

.progress-section .progress .progress-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 1.875em;
}

@media (max-width:1199px) {
    .progress-section .progress .progress-content {
        margin-top: 1em;
    }
}

.progress-section .progress .progress-content h6 {
    margin: 0;
    color: #809fb8;
    font-weight: 600;
}

.progress-section .block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    border-radius: 50%
}

.progress-section .block .box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.progress-section .block .box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    border-radius: 50%
}

.progress-section .block .box::before {
    position: absolute;
    content: "";
    width: calc(100% + 28px);
    height: calc(100% + 28px);
    border-radius: 50%;
    border: 3px solid #d9e1e7;
}

.progress-section .block .box .number {
    margin: 0;
    font-size: 1.5em;
    font-weight: 700;
    color: #000;
}

.progress-section .block .svg {
    position: absolute;
    width: 100%;
    height: 100%;
    fill: none;
    transform: rotate(-90deg);
}

.progress-section .block .circle {
    stroke-width: 14px;
    stroke-dasharray: 503;
    stroke-dashoffset: 503;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transition: 2s stroke-dashoffset;
}


@media (min-width: 576px) {
    .serviceHelp__card:hover .card-service--wrap {
        box-shadow: 0 -1px 21px rgba(56, 61, 77, .08);
        transition: box-shadow .25s;
    }
}

/*.error{padding-top: 8em;}*/
.p-ud-2 {
    padding-top: 20px;
}

.generic--form__wrapper .input-container .hint {
    position: absolute;
    color: #000;
    bottom: -19px;
    font-size: 10px;
}

/*label.error {
    display: none !important;
}

.input-container.error input{
	border-bottom: 0 !important;
}
.input-container.error {
    border-color: red !important;
}
.form-group.error input {
    border-color: red !important;
}*/