/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Satisfy&display=swap'); */
@import url('header.css');
@import url('footer.css');
@import url('blog.css');
@import url('service-detail-2.css');
@import url('cookies.css');
@import url('tabs-industry.css');
@import url('service.css');
@import url('service-detail.css');
@import url('industries.css');
@import url('about.css');
@import url('career.css');
@import url('life-at-digitalrooar.css');
@import url('portfolio.css');
@import url('portfolio-detail.css');
@import url('cms-con.css');
@import url('contact.css');
@import url('get-a-quote.css');
@import url('white-label.css');
@import url('case-study.css');

:root {
    --app-height: 100vh;
    --combined-height: 0;
    --header-height: 0;
    --yellow: #FFDE1A;
    --white: #FFFFFF;
    --black: #191918;
    --light-grey: #F6F6F6;
    --light-grey-two: #f5f5f5;
    --light-grey-three: #d6d6d6;
    --light-black: #1D1D1D;
    --lead-grey: #333335;
    --dark-charcoal: #333333;
    --triadic: #EFEFF1;
    --grey: #949498;
    --grey-two: #5C5C5C;
    --grey-three: #999999;
    --dark-grey: #A8A8A8;
    --dark-grey-two: #b8b8b8;
    --eerie-black: #1E1E1E;
    --dim-grey: #545454;
    --green: #46b450;
    --red: #fb0101;
    --trans: all 0.4s ease-in-out;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/CreatoDisplay-Regular.woff2') format('woff2'),
        url('../fonts/CreatoDisplay-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/CreatoDisplay-Medium.woff2') format('woff2'),
        url('../fonts/CreatoDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/CreatoDisplay-Bold.woff2') format('woff2'),
        url('../fonts/CreatoDisplay-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/CreatoDisplay-ExtraBold.woff2') format('woff2'),
        url('../fonts/CreatoDisplay-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/CreatoDisplay-Black.woff2') format('woff2'),
        url('../fonts/CreatoDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    border: none;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
}

ol,
ol li,
ul,
ul li {
    list-style-type: none;
    margin-bottom: 0
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong,
b {
    font-weight: bold
}

em,
i {
    font-style: italic
}

u {
    text-decoration: underline;
}

a {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none !important
}

button[type="button"]:focus {
    outline: none;
}

/* 1.1 SVG default css*/
svg:not(:root).svgImg {
    overflow: visible;
}

.svgImg {
    display: inline-block;
    font-size: inherit;
    width: 1em;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.svg-icons {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

/*SVG default css*/
img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

p {
    line-height: 1.4;
    font-size: 16px;
    color: var(--lead-grey);
    font-weight: 400;
    margin-bottom: 22px;
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: var(--black);
    transition: all 0.4s ease-in-out;
}

.c-scrollbar {
    height: 100vh !important;
}

html {
    font-size: 16px;
    scroll-behavior: auto !important;
}

body {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: "Inter", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--black);
    background-color: #fff;
    position: relative;
    touch-action: manipulation;
}

.trans {
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.icon {
    display: block;
    height: 16px;
    width: 16px;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
}

.icon-call {
    mask-image: url(../img/svg/call.svg);
}

.icon-whatsapp-fill {
    mask-image: url(../img/svg/whatsapp-fill.svg);
}

.icon-email-fill {
    mask-image: url(../img/svg/email-fill.svg);
}

.icon-telegram {
    mask-image: url(../img/svg/telegram.svg);
}

.icon-upload {
    mask-image: url(../img/svg/upload.svg);
}

.icon-web {
    mask-image: url(../img/svg/web.svg);
}

.icon-link {
    mask-image: url(../img/svg/link.svg);
}

/* form-start */
:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus,
:-webkit-autofill:active {
    -webkit-text-fill-color: var(--black) !important;
    transition: background-color 5000000s ease-in-out 0s !important
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.form-group {
    margin-bottom: 12px;
    position: relative;
}

.form-label {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.1;
    color: var(--black);
    margin-bottom: 14px;
}

.form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--black);
    padding: 14px 30px;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 30px;
    letter-spacing: -0.005em;
    width: 100%;
}

.form-control::placeholder {
    opacity: 1;
    color: var(--black);
}

.form-control:focus {
    color: var(--black);
    background-color: transparent;
    border-color: var(--black);
    outline: 0;
    box-shadow: none;
}

.form-control:focus::placeholder {
    color: var(--grey);
}

.form-control:focus-visible {
    border-color: var(--black);
    outline: 0;
}

.form-select {
    background-image: url(../img/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 8px;
    padding-right: 40px !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: "Inter", monospace !important;

}

select option[value=''] {
    color: var(--black);
}

select:has(option:checked:first-child) {
    color: var(--black);
}

select option {
    color: var(--black);
    padding-right: 10px;
    padding-left: 10px;
}

select:focus option,
select:focus:has(option:checked:first-child),
select:focus option[value=''] {
    color: var(--black);
}

/*select:focus {
    background-image: url(../img/select-arrow-white.png);
}*/

textarea {
    height: 156px;
    min-height: inherit !important;
    resize: none;
}

.dg-contact-form-response {
    display: none;
}

.dg-contact-form-response.show {
    display: block;
}

.dg-contact-form-response.show .success {
    padding: 12px;
    text-align: center;
    margin: 15px 0 0;
    font-size: 13px;
    background-color: var(--green);
    border: 2px solid var(--green);
    color: var(--white);
    border-width: 2px;
    font-weight: 500;
    border-radius: 26px;
}

.dg-contact-form-response.show .error {
    padding: 12px;
    text-align: center;
    margin: 15px 0 0;
    font-size: 13px;
    background-color: var(--red);
    border: 2px solid var(--red);
    color: var(--white);
    border-width: 2px;
    font-weight: 500;
    border-radius: 26px;
}

.iti--allow-dropdown input[type="tel"] {
    padding-left: 110px !important;
}

.iti--separate-dial-code .iti__selected-flag {
    padding: 0 12px;
}

.iti--separate-dial-code .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: #FFF5BC;
    border-radius: 30px 0 0 30px;
}

.iti__flag-container {
    margin: 3px;
    border: 0;
}

.iti__arrow {
    border-width: 4px;
    border-top-color: var(--black);
}

/* .form-control-focus .iti__selected-dial-code {
    color: #fff;
}
.form-control-focus .iti__arrow {
    border-top-color: #fff;
}
.form-control-focus .iti__flag-container {
    border-color: #fff;
} */
.form-check-row {
    display: flex;
    align-items: center;
}

.form-check {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light-grey-two);
    padding: 19px;
    margin-right: 12px;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.form-check:last-child {
    margin-right: 0;
}

.form-check-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0.005em;
    color: var(--black);
    display: block;
    cursor: pointer;
}

.form-check-input[type=radio] {
    height: 100%;
    width: 100%;
    float: inline-end;
    margin: 0;
    position: absolute;
    background-color: transparent;
    background-image: none;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    z-index: -1;
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: none;
    background-color: var(--yellow);
}

.form-check-input:focus {
    box-shadow: none;
    outline: 0;
}

.form-check .icon {
    background-color: var(--black);
    height: 20px;
    width: 20px;
    flex: 0 0 20px;
    margin-right: 8px;
}

.select-file {
    position: relative;
    display: block;
}

.select-file input {
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.select-file .select-file-input {
    position: relative;
    width: 100%;
}

.support-text {
    font-size: 14px;
    margin-top: 8px;
    display: block;
    color: var(--black);
}

.choose-file {
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    border-radius: 30px 0 0 30px;
    margin: -28px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Creato Display';
    height: 100%;
    min-height: 45px;
    margin-right: 12px;
    cursor: pointer;
}

.select-file-text.form-control {
    display: flex;
    gap: 8px;
    align-items: center;
}

.select-file-text .icon {
    display: inline-block;
    background-color: var(--black);
    width: 20px;
    flex: 0 0 20px;
}

/* form-end */
.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
}

.wrapper {
    display: block;
    width: 100%;
    min-height: 100vh;
    position: relative;
}

.container {
    max-width: 1396px;
    padding: 0 30px;
}

.container-lg {
    max-width: 1812px;
    padding: 0 30px;
}

.jarallax-keep-img {
    position: relative;
    z-index: 0;
}

.jarallax-keep-img>.jarallax-img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    z-index: -100;
    opacity: 0;
}

.common-sec {
    padding-top: 150px;
    padding-bottom: 150px;
}

.common-sec-m {
    margin-top: 150px;
    margin-bottom: 150px;
}

.sec-head {
    position: relative;
    display: block;
    margin-bottom: 38px;
}

.sec-title-main {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--black);
    font-family: 'Creato Display';
}

.sec-title {
    font-size: 33px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--black);
    font-family: 'Creato Display';
}


.sec-title.splitting .word {
    opacity: 0;
    transform: translateY(0.25em);
    display: inline-block;
}

.sec-title.splitting.animated .word {
    animation: .5s cubic-bezier(.3, 0, .7, 1) both slide-in;
    animation-delay: calc(80ms* var(--word-index))
}

.sec-title.textify,
.cms-con.textify {
    animation: none !important;
    visibility: visible !important;
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateY(0.30em);
    }

    100% {
        transform: translateY(0%);
        opacity: 1
    }
}



.sec-title-lg {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--black);
    font-family: 'Creato Display';
}

.sec-title-small {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--black);
    font-family: 'Creato Display';
}

.sec-sub-title {
    color: var(--yellow);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    margin-bottom: 23px;
}

.main {
    background-color: var(--white);
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-bottom: -120px;
    border-radius: 0 0 65px 65px;
    transition: background-color 600ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.icon-arrow {
    mask-image: url(../img/svg/arrow.svg);
}

.icon-top-arrow {
    mask-image: url(../img/svg/top-arrow.svg);
}

.icon-video {
    mask-image: url(../img/svg/play.svg);
}

/* button */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: var(--black);
    border-radius: 30px;
    padding: 18px 25px;
    position: relative;
    overflow: hidden;
    min-width: 174px;
    letter-spacing: 0;
    border: 2px solid var(--black);
    line-height: 1.2;
    z-index: 2;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}

.btn::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -20px;
    background: var(--white);
    border-radius: 50%;
    aspect-ratio: 1;
    width: 0;
    margin: auto;
    transform: translate(-50%, 30%);
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.btn:focus {
    box-shadow: none;
    border-color: currentColor;
}

.btn-white {
    background: #fff;
    color: var(--black);
}

.btn~.btn {
    margin-left: 10px;
}

.btn-outline-white {
    background-color: transparent;
    border-color: var(--white);
}

.btn-outline-white .icon {
    transition: all 0.4s ease-in-out;
}

.btn-white {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--black);
}

.btn-white:before {
    background-color: var(--yellow);
}

.btn-yellow {
    background-color: var(--yellow);
    border-color: var(--yellow);
    color: var(--black);
}

.btn-yellow:before {
    background-color: var(--black);
}

.btn-black-yellow {
    background-color: var(--yellow);
    border-color: var(--yellow);
    color: var(--black);
}

.btn-black-yellow:before {
    background-color: var(--white);
}

.btn-outline {
    background-color: transparent;
    border-color: var(--black);
    color: var(--black);
}

.btn-outline:before {
    background-color: var(--black);
}

.btn.btn-small {
    padding: 12px 20px;
    min-width: 120px;
    font-size: 14px;
}

@media only screen and (min-width: 1199px) {

    .btn:hover,
    .btn:active,
    .btn:first-child:active {
        color: var(--black);
        background-color: var(--black);
        border-color: var(--black);
    }

    .btn-outline-white:hover {
        border-color: var(--white);
        background-color: var(--white);
        color: var(--black);
    }

    .btn-outline-white:hover .icon {
        background-color: var(--black);
    }

    .btn-white:hover {
        background-color: var(--white);
        border-color: var(--yellow);
        color: var(--black);
    }

    .btn.btn-yellow:hover,
    .btn.btn-yellow:active,
    .btn.btn-yellow:first-child:active,
    .btn.btn-yellow:focus-visible {
        background-color: var(--black);
        border-color: var(--black);
        color: var(--white);
    }

    .btn.btn-black-yellow:hover,
    .btn.btn-black-yellow:active,
    .btn.btn-black-yellow:first-child:active,
    .btn.btn-black-yellow:focus-visible {
        background-color: var(--white);
        border-color: var(--white);
        color: var(--black);
    }

    .btn-outline:hover {
        border-color: var(--black);
        background-color: var(--black);
        color: var(--white);
    }
}

@media only screen and (max-width: 1199px) {
    .btn {
        font-size: 14px;
        padding: 14px 20px;
        min-width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .btn {
        padding: 10px 15px;
        min-width: 150px;
    }

    .btn.btn-small {
        padding: 10px 15px;
    }

    .support-text {
        font-size: 12px;
    }
}

/* button */
/* slick-silder */
.slick-slide {
    outline: none;
}

.slick-dots {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.slick-dots li {
    display: inline-block;
    width: auto;
    list-style: none;
    padding: 0 3px;
}

.slick-dots li button {
    font-size: 0;
    height: 10px;
    width: 10px;
    border: none;
    border-radius: 50%;
    position: relative;
    background-color: var(--light-grey-two);
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    outline: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

.slick-dots li.slick-active button {
    background-color: var(--black);
}

.slick-arrow {
    width: 40px;
    height: 40px;
    background: transparent;
    position: absolute;
    z-index: 9;
    font-size: 0;
    border: none;
    outline-color: transparent;
    top: 0;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-arrow:before {
    content: "";
    width: 30px;
    height: 30px;
    mask-image: url(../img/svg/arrow.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: var(--dark-charcoal);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.4s ease-in-out;
}

.slick-prev:before {
    transform: rotate(270deg);
}

.slick-prev:hover:before {
    transform: rotate(225deg);
    background-color: var(--dark-grey);
}

.slick-next:hover:before {
    transform: rotate(45deg);
    background-color: var(--dark-grey);
}

@media only screen and (max-width: 1199px) {
    .slick-arrow {
        width: 30px;
        height: 30px;
    }

    .slick-arrow:before {
        width: 20px;
        height: 20px;
    }
}

/* slick-silder */
/* back to top arrow */
.hidden {
    width: 0;
    height: 0;
    display: none;
}

.back-to-top {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    bottom: -50px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: var(--yellow);
    border-radius: 70px;
    text-align: center;
    border: none;
    opacity: 0;
    overflow: hidden;
    color: var(--white);
}

.back-to-top.active {
    bottom: 85px;
    opacity: 1;
    z-index: 9;
}

.back-to-top>div {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.back-to-top>.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top>.arrow svg {
    fill: var(--white);
    height: 20px;
    width: 100%;
}

.back-to-top>.text {
    font-size: 8px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0;
    margin-top: 1px;
}

.back-to-top:hover {
    transform: scale(1.1);
    bottom: 85px;
    cursor: pointer;
}

.back-to-top:hover>.arrow {
    transform: translateY(-150%) translateX(-50%);
    opacity: 0;
}

.back-to-top:hover>.text {
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
}

/* back to top arrow */
/* common style start */
@media only screen and (max-width: 1499px) {
    .common-sec {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .common-sec-m {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .sec-title-main {
        font-size: 42px;
    }
}

@media only screen and (min-width: 1025px) {
    .btn:hover::before {
        width: 140%;
    }
}

@media only screen and (max-width: 1399px) {
    .sec-title-main {
        font-size: 38px;
    }
}

@media only screen and (max-width: 1199px) {

    .btn-check:checked+.btn,
    .btn.active,
    .btn.show,
    .btn:first-child:active,
    :not(.btn-check)+.btn:active,
    .btn:focus-visible,
    .btn:hover {
        color: var(--white);
        background-color: var(--black);
        border-color: var(--black);
    }

    .btn.btn-black-yellow:hover,
    .btn.btn-black-yellow:active,
    .btn.btn-black-yellow:first-child:active,
    .btn.btn-black-yellow:focus-visible {
        background-color: var(--yellow);
        border-color: var(--yellow);
        color: var(--black);
    }

    .common-sec {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .common-sec-m {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .sec-head {
        margin-bottom: 25px;
    }

    .sec-title-main {
        font-size: 32px;
    }

    .sec-title {
        font-size: 28px;
    }

    .sec-title-lg {
        font-size: 26px;
    }

    .sec-title-small {
        font-size: 24px;
    }

    .sec-sub-title {
        margin-bottom: 20px;
    }

    .form-label {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .form-control,
    .modal-form .form-control {
        font-size: 14px;
        padding: 12px 20px;
    }

    .form-check {
        padding: 15px;
    }

    .form-check .icon {
        height: 15px;
        width: 15px;
        flex: 0 0 15px;
        margin-right: 5px;
    }

    .form-check-label {
        font-size: 14px;
    }

    textarea.form-control {
        height: 110px;
        border-radius: 12px;
    }

    .choose-file {
        padding: 0 15px;
        margin-left: -18px;
    }
}

@media only screen and (max-width: 991px) {
    .common-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .common-sec-m {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {

    .container,
    .container-lg {
        padding: 0 15px;
    }

    p {
        font-size: 14px;
    }

    .sec-title-main {
        font-size: 24px;
    }

    .sec-title {
        font-size: 24px;
    }

    .sec-title-lg {
        font-size: 20px;
    }

    .sec-title-small {
        font-size: 18px;
    }

    .sec-sub-title {
        margin-bottom: 15px;
    }

    .main {
        border-radius: 0;
    }

    .form-control,
    .modal-form .form-control {
        padding: 8px 15px;
    }

    .form-check {
        padding: 12px 15px;
    }

    .main {
        margin-bottom: 0;
    }

    .choose-file {
        font-size: 14px;
        padding: 0 12px;
        margin-right: 10px;
        line-height: 1;
        margin-left: -13px;
        min-height: 37px;
    }

    .select-file-text.form-control {
        gap: 5px;
    }

    .select-file-text .icon {
        width: 18px;
        flex: 0 0 18px;
    }
}

@media only screen and (max-width: 568px) {
    .btn~.btn {
        margin-left: 5px;
    }

    .sec-head {
        margin-bottom: 20px;
    }

    .sec-sub-title {
        font-size: 12px;
    }

    .common-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .common-sec-m {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    textarea.form-control {
        height: 80px;
    }

    .form-check-row {
        margin: 0 -5px;
        flex-wrap: wrap;
    }

    .form-check {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
    }
}

/* common style end */

/* Home Page Start */
.trusted-companies-sec,
.case-study-sec,
.about-us-sec,
.company-stats-sec,
.work-process-sec,
.industries-specific-sec,
.innovation-starts-sec,
.latest-blog-sec,
.service-logo-sec {
    position: relative;
    z-index: 2;
}


/* banner-sec-start */
.banner-sec {
    height: var(--app-height);
    max-height: 950px;
    min-height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    overflow: hidden;
    background-color: #000;
}

.banner-inner {
    width: 100%;
}

.banner-inner .circle-wrap {
    position: absolute;
    right: 0;
    top: -120px;
}

.banner-inner .circle-wrap img {
    width: 100%;
    max-height: 150px;
    object-fit: contain;
}

.banner-item-box {
    max-width: 1050px;
    margin-inline: auto;
}

.banner-inner:not(.slick-initialized) .banner-item:first-child {
    display: block;
}

.banner-inner:not(.slick-initialized) .banner-item {
    display: none;
}

.banner-slide-arrow {
    position: absolute;
    bottom: 84px;
    width: 100%;
    height: 40px;
    max-width: 1920px;
}

.banner-slide-arrow .slick-prev {
    left: 84px;
}

.banner-slide-arrow .slick-next {
    right: 84px;
}


.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;

}

.banner-video img,
.banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-text {
    position: relative;
}

.banner-sub-title {
    font-size: 40px;
    font-weight: 400;
    color: var(--white);
    line-height: 1;
    margin-bottom: 5px;
    display: block;
}

.banner-title {
    font-size: 130px;
    font-weight: 400;
    font-family: 'Creato Display';
    line-height: 1;
    color: var(--white);
}

.banner-title span {
    display: block;
    padding-left: 100px;
}

.banner-head {
    display: flex;
    align-items: end;
}

.banner-content {
    flex: 0 0 300px;
    padding-left: 12px;
}

.banner-content p {
    font-size: 23px;
    font-weight: 500;
    font-family: 'Creato Display';
    line-height: 1.3;
    color: var(--white);
}

.built-around {
    max-width: 167px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    position: absolute;
    bottom: 0;
    left: -70px;
}

.built-around span {
    font-size: 23px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: right;
    color: var(--white);
    flex: 0 0 100px;
    margin-left: -28px;
}

.star-yellow {
    width: 32px;
    margin-left: auto;
    margin-right: -16px;
}

.star-white {
    width: 94px;
    margin-top: -16px;
}

.built-around .star {
    margin-bottom: 7px;
    position: relative;
    z-index: -1;
}

/*.built-around .star img {
    opacity: 0;
    animation-iteration-count: infinite;
    animation-duration: 3.5s;
}

.built-around .star .star-white {
    animation: spinZoomInZoomOut 2.4s forwards;
}

.built-around .star .star-yellow {
        animation: spinYellowZoomInZoomOut 2.4s forwards .5s;
    animation: spinYellowZoomInZoomOut 2.4s forwards ease-in-out;
}*/

.banner-slide .slick-active .built-around .star img,
.banner-slide .slick-active[aria-hidden="false"] .built-around .star img {
    opacity: 0;
}

.banner-slide .slick-active .built-around .star .star-white,
.banner-slide .slick-active[aria-hidden="false"] .built-around .star .star-white {
    animation: spinZoomInZoomOut 2.4s forwards;
}

.banner-slide .slick-active .built-around .star .star-yellow,
.banner-slide .slick-active[aria-hidden="false"] .built-around .star .star-yellow {
    animation: spinYellowZoomInZoomOut 2.4s forwards ease-in-out;
}

.banner-btn {
    margin-top: 52px;
}

.banner-btn .btn {
    min-width: 234px;
}

@keyframes spinZoomInZoomOut {
    0% {
        transform: rotate(0deg) scale(0);
        opacity: 0;
    }

    20% {
        transform: rotate(0deg) scale(0.3);
        opacity: 1;
    }

    70% {
        transform: rotate(360deg) scale(1);
        opacity: 1;
    }

    100% {
        transform: rotate(360deg) scale(1);
        opacity: 1;
    }

    /* 100% {
        transform: rotate(360deg) scale(0);
        opacity: 0;
    } */
}

@keyframes spinYellowZoomInZoomOut {
    0% {
        transform: rotate(0deg) scale(0);
        opacity: 0;
    }

    100% {
        transform: rotate(360deg) scale(1);
        opacity: 1;
    }
}

.banner-slide .slick-active .banner-btn .btn {
    visibility: visible;
    animation-name: fadeInBanner;
    animation-delay: .15s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@keyframes fadeInBanner {
    0% {
        transform: translate3d(0, 1.875rem, 0);
        opacity: 0
    }

    100% {
        transform: translateZ(0);
        opacity: 1
    }
}


#typed-text {
    position: relative;
    display: inline-block;
    height: 100px;
    overflow: hidden;
    vertical-align: bottom;
    min-width: 320px;
    top: 5px;

}

.hero-text-animation-inner {
    display: flex;
    flex-direction: column;
    will-change: transform;
    transform-style: preserve-3d;
}

.hero-animation-text {
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 1.15;
    white-space: nowrap;
    flex-shrink: 0;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    transform-style: preserve-3d;
    letter-spacing: 0;
    background: linear-gradient(90deg, #FFFF00 35%, #FF0A0A 100%), linear-gradient(90deg, #FFDE1A 35%, #FF0A0A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-animation-text._02 {
    background: linear-gradient(90deg, #FFDE1A 35%, #FF00FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-animation-text._03 {
    background: linear-gradient(90deg, #FFDE1A 35%, #FFF5BC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1399px) {
    .banner-item-box {
        max-width: 870px;
    }

    .built-around {
        left: -35px;
    }

    .built-around span {
        font-size: 18px;
        flex: 0 0 78px;
        margin-left: -15px;
    }

    .star-yellow {
        width: 22px;
    }

    .star-white {
        width: 64px;
    }

    .banner-sub-title {
        font-size: 34px;
    }

    .banner-title {
        font-size: 100px;
    }

    .banner-content {
        flex: 0 0 245px;
    }

    .banner-content p {
        font-size: 18px;
    }

    .banner-btn {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-item-box {
        max-width: 770px;
    }

    .banner-sub-title {
        font-size: 30px;
    }

    .banner-title {
        font-size: 80px;
    }

    .built-around {
        left: -19px;
    }

    .built-around .star {
        margin-bottom: 5px;
    }

    .built-around span {
        font-size: 16px;
        flex: 0 0 68px;
    }

    .star-white {
        width: 52px;
        margin-top: -7px;
    }

    .star-yellow {
        width: 18px;
        margin-right: -9px;
    }

    .banner-content p {
        font-size: 16px;
    }

    .banner-sec {
        padding-top: 60px;
        max-height: 600px;
        border-bottom-right-radius: 36px;
        border-bottom-left-radius: 30px;
    }

    .banner-btn .btn {
        min-width: 200px;
    }

    .banner-slide-arrow {
        bottom: 30px;
        height: 30px;
    }

    .banner-slide-arrow .slick-prev {
        left: 30px;
    }

    .banner-slide-arrow .slick-next {
        right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-item-box {
        max-width: 700px;
    }

    .banner-sub-title {
        font-size: 26px;
    }

    .banner-title {
        font-size: 72px;
    }

    .banner-content {
        flex: 0 0 230px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-title {
        font-size: 50px;
    }

    #typed-text {
        height: 76px;
    }

    .built-around {
        left: -29px;
        bottom: 52px;
    }

    .built-around span {
        font-size: 14px;
        flex: 0 0 59px;
    }

    .star-white {
        width: 42px;
    }

    .star-yellow {
        width: 15px;
    }

    .banner-item-box {
        max-width: 380px;
    }

    .banner-sec {
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .banner-sub-title {
        font-size: 20px;
    }

    .banner-title {
        line-height: 1.1;
    }

    .banner-title span {
        padding-left: 75px;
    }

    .banner-btn .btn {
        min-width: 150px;
    }

    .banner-head {
        flex-wrap: wrap;
    }

    .banner-content {
        flex: unset;
        width: 100%;
        padding-left: 0;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        margin-top: 12px;
    }

    .banner-btn {
        margin-top: 20px;
    }

    .banner-slide-arrow {
        bottom: 20px;
    }

    .banner-slide-arrow .slick-prev {
        left: 20px;
    }

    .banner-slide-arrow .slick-next {
        right: 20px;
    }
}

@media only screen and (max-width: 568px) {
    .banner-sec {
        align-items: end;
        padding-bottom: 60px;
        max-height: calc(85vh - var(--header-height));
    }

    .built-around {
        bottom: 57px;
        left: -10px;
    }

    .banner-sub-title {
        font-size: 18px;
    }

    .banner-title {
        font-weight: 700;
        font-size: 48px;
        line-height: 1.1;
    }

    .banner-title span {
        font-weight: 400;
    }

    .built-around span {
        font-size: 12px;
        flex: 0 0 52px;
    }

    .banner-item-box {
        max-width: 330px;
    }

    .banner-btn {
        text-align: center;
    }

    .star-white {
        width: 40px;
    }

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

}

@media only screen and (max-width: 350px) {
    .banner-title {
        font-size: 40px;
    }

    .banner-title span {
        padding-left: 70px;
    }

    .built-around span {
        font-size: 10px;
        flex: 0 0 44px;
        margin-left: -12px;
    }

    .star-yellow {
        width: 12px;
    }

    .star-white {
        width: 34px;
    }

    .banner-item-box {
        max-width: 268px;
    }

    .banner-sec {
        padding-bottom: 40px;
    }
}

/* banner-sec-end */
/* trusted-companies-sec-start */
.trusted-companies-sec .sec-head {
    margin-bottom: 6px;
}

.max-content {
    max-width: 1265px;
    margin-inline: auto;
    margin-bottom: 25px;
}

.logo-img {
    max-width: 175px;
    min-height: 70px;
    margin-inline: auto;
    filter: grayscale(1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: var(--trans);
}

.logo-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

@media only screen and (min-width: 1199px) {
    .logo-img:hover {
        filter: unset;
    }
}

@media only screen and (max-width: 1199px) {
    .logo-img {
        min-height: 52px;
    }
}

@media only screen and (max-width: 568px) {
    .logo-img {
        min-height: 33px;
    }
}

/* trusted-companies-sec-end */
/* case-study-sec-start */
.case-study-sec .head-main .sec-head {
    margin-bottom: 52px;
}

.case-study-box {
    transition: all 1s;
    clip-path: inset(0 100% 0 0);
}

.case-study-box.animated {
    clip-path: inset(0 0% 0 0);
}

.case-study .col:last-child .case-study-box.animated {
    transition-delay: 0.3s;
}

.case-study-top {
    border-radius: 12px;
    padding: 42px 42px 36px;
    position: relative;
    overflow: hidden;
    min-height: 640px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    transition: all 0.4s ease-in-out;
}

.portfolio-logo {
    display: block;
    min-height: 60px;
}

.portfolio-logo img {
    width: 100%;
    max-width: 180px;
    max-height: 60px;
    filter: brightness(0);
    object-fit: contain;
    object-position: left;
}

.portfolio-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.portfolio-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -ms-transition-duration: 2s;
    transition-duration: 2s;
    transition: all .8s ease-in-out;
}

.portfolio-text {
    color: var(--black);
    position: relative;
    width: 100%;
}

.head-main {
    max-width: 1085px;
    padding-right: 15px;
}

.portfolio-text .date {
    font-size: 14px;
    color: var(--black);
    display: block;
    margin-bottom: 10px;
    line-height: 1;
}

.portfolio-text .sec-title-small {
    color: var(--black);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 25px;
}

.portfolio-text p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.case-study-sec.style-1 .portfolio-text .sec-title-small {
    transition: all 0.4s ease-in-out;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.case-study-sec.style-1 .portfolio-text p {
    display: none;
    /*position: absolute;
    bottom: -125%;
    left: 0;
    right: 0;*/
    transition: bottom 0.4s ease-in-out;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.case-study-sec.style-1 .case-study-box:hover .portfolio-text .sec-title-small {
    /*    margin-bottom: 55px;*/
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.case-study-sec.style-1 .case-study-box:hover .portfolio-text p {
    bottom: 0;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.case-study-box:hover .portfolio-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
}

.case-study-bottom {
    padding-top: 24px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
}

.case-study-category {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.case-study-category .category-name {
    background-color: var(--light-grey-two);
    border-radius: 30px;
    padding: 10px 18px;
    font-size: 12px;
    font-weight: 700;
    color: var(--black);
    line-height: 1;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
}

.case-study-arrow .icon {
    background-color: var(--black);
}

.case-study-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--trans);
    overflow: hidden;
}

.case-study-box:hover .case-study-arrow {
    background: var(--yellow);
    /* transform: rotate(45deg); */
}

.case-study-box:hover .case-study-arrow .icon {
    animation: tops 1s linear;
}

@keyframes tops {
    0% {
        transform: translate(-130%, 130%);
    }

    50% {
        transform: translate(130%, -130%);
        opacity: 1;
    }

    51% {
        opacity: 0;
    }

    60% {
        transform: translate(-130%, 130%);
        opacity: 0;
    }

    70% {
        opacity: 1;
    }

    100% {
        transform: translate(0%, 0%);
    }
}

.case-study-box-dark .portfolio-logo img {
    filter: brightness(0) invert(1);
}

.case-study-box-dark .portfolio-text .date {
    color: var(--white);
}

.case-study-box-dark .portfolio-text .sec-title-small {
    color: var(--white);
}

.case-study-box-dark .portfolio-text p {
    color: var(--white);
}

/* case-study-listing */
.case-study-listing-main .row {
    --bs-gutter-y: 42px;
    --bs-gutter-x: 42px;
}

.case-study-listing-main .case-study-top {
    min-height: 420px;
}

.case-study-listing-main .portfolio-text .sec-title-small {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 0;
}

@media only screen and (max-width: 1499px) {
    .head-main {
        max-width: 1000px;
    }

    .case-study-top {
        min-height: 550px;
    }
}

@media only screen and (min-width: 1199px) {
    .case-study-category a.category-name:hover {
        background-color: var(--yellow);
    }
}

@media only screen and (max-width: 1499px) {
    .case-study-listing-main .row {
        --bs-gutter-y: 30px;
        --bs-gutter-x: 25px;
    }

    .case-study-listing-main .case-study-top {
        min-height: 340px;
        padding: 30px 25px 25px;
    }

    .case-study-listing-main .portfolio-logo img {
        width: 120px;
    }

    .case-study-listing-main .portfolio-text .sec-title-small {
        font-size: 20px;
    }

    .case-study-listing-main .case-study-category .category-name {
        padding: 10px 14px;
    }
}

@media only screen and (max-width: 1399px) {
    .head-main {
        max-width: 900px;
    }
}

@media only screen and (max-width: 1199px) {
    .head-main {
        max-width: 650px;
    }

    .case-study-top {
        min-height: 380px;
        padding: 20px;
    }

    .case-study-sec.style-1 .case-study-box:hover .portfolio-text .sec-title-small {
        margin-bottom: 0;
    }

    .portfolio-text p {
        display: none;
    }

    .portfolio-text .sec-title-small {
        margin-bottom: 0;
    }

    .case-study-category {
        gap: 5px;
    }

    .case-study-category .category-name {
        padding: 8px 15px;
    }

    .portfolio-logo {
        min-height: 48px;
    }

    .portfolio-logo img {
        width: 140px;
    }

    .portfolio-text .date {
        margin-bottom: 6px;
    }

    .case-study-bottom {
        padding-top: 20px;
    }

    .case-study-top .sec-title-small {
        font-size: 20px;
    }

    .case-study-sec .head-main .sec-head {
        margin-bottom: 25px;
    }

    /* case Study Listing */
    .case-study-listing-main .row {
        --bs-gutter-y: 20px;
        --bs-gutter-x: 15px;
    }

    .case-study-listing-main .case-study-top {
        min-height: 250px;
        padding: 20px 15px 15px;
    }

    .case-study-listing-main .portfolio-logo {
        min-height: 1px;
    }

    .case-study-listing-main .portfolio-logo img {
        width: 90px;
        min-height: 1px;
    }

    .case-study-listing-main .portfolio-text .sec-title-small {
        font-size: 18px;
    }

    .case-study-listing-main .portfolio-text .date {
        font-size: 12px;
    }

    .case-study-listing-main .case-study-bottom {
        padding-top: 12px;
    }

    .case-study-listing-main .case-study-category .category-name {
        padding: 8px 10px;
        font-size: 10px;
    }

    .case-study-listing-main .case-study-arrow {
        width: 20px;
        height: 20px;
    }

    .case-study-listing-main .case-study-arrow .icon {
        width: 14px;
        height: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .case-study-work-btn {
        flex-wrap: wrap;
        flex: 0 0 150px;
        gap: 10px;
        padding-left: 15px;
    }

    .case-study-work-btn .btn~.btn {
        margin-left: 0;
    }

    .case-study-top {
        min-height: 275px;
        padding: 15px;
    }

    .portfolio-logo {
        min-height: 41px;
    }

    .portfolio-logo img {
        width: 120px;
    }

    .case-study-category .category-name {
        padding: 6px 12px;
    }

    .case-study-arrow {
        width: 30px;
        height: 30px;
    }

    .case-study-arrow .icon {
        width: 14px;
        height: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .case-study-top {
        min-height: 238px;
    }

    .portfolio-logo {
        min-height: 34px;
    }

    .portfolio-logo img {
        width: 100px;
    }

    .portfolio-text .date {
        font-size: 12px;
    }

    .case-study-top .sec-title-small {
        font-size: 16px;
    }
}

@media only screen and (max-width: 568px) {
    .case-study-listing-main .row {
        --bs-gutter-y: 15px;
    }

    .case-study-work-btn {
        padding-left: 0;
    }
}

/* case-study-sec-end */
/* service-logo-start */
.service-logo-sec {
    padding: 46px 0;
}

.marquee-main {
    overflow: hidden;
}

.marquee-row {
    display: flex;
}

.marquee-col {
    padding: 0 36px;
}

.service-logo-name {
    color: var(--light-grey-three);
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    display: block;
    letter-spacing: -0.01em;
    transition: all .6s ease-in-out;
    padding: 6px;
    text-transform: uppercase;
}

.service-logo-name:hover {
    color: var(--black);
    transform: scale(1.08);
}

.marquee-animate {
    display: flex;
    width: 100000px;
    margin-left: 0;
    animation: 10s linear 0s infinite normal none running myMarquee;
}

.marquee-animate:hover {
    animation-play-state: paused;
}

.marquee-reverse .marquee-animate {
    animation-direction: reverse;
}

@keyframes myMarquee {
    100% {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1299px) {
    .marquee-col {
        padding: 0 26px;
    }
}

@media only screen and (max-width: 1199px) {
    .service-logo-sec {
        padding: 36px 0;
    }

    .service-logo-name {
        font-size: 32px;
    }

    .marquee-col {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 991px) {
    .marquee-col {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .service-logo-name {
        font-size: 26px;
    }

    .service-logo-sec {
        padding-top: 0;
    }
}

@media only screen and (max-width: 568px) {
    .service-logo-name {
        font-size: 20px;
    }

    .marquee-col {
        padding: 0 6px;
    }

    .service-logo-sec {
        padding: 15px 0;
        padding-top: 0;
    }
}

/* service-logo-end */
/* client-testimonial-sec-start */
.client-testimonial-sec {
    position: relative;
    overflow: hidden;
}

.client-testimonial-sec .container {
    max-width: 960px;
}

.client-testimonial-silder {
    margin: 0 -22px;
}

.client-testimonial-silder:not(.slick-initialized) {
    display: flex;
}

.client-testimonial-silder:not(.slick-initialized) {
    display: flex;
}

.client-testimonial-silder:not(.slick-initialized) .client-testimonial-silde {
    flex: 0 0 50%;
}

.client-testimonial-silde {
    padding: 0 20px;
}

.client-testimonial-box {
    background-color: var(--triadic);
    border: 2px solid var(--white);
    border-radius: 20px;
    padding: 8px;
    transition: all .2s ease-in-out;
}

.client-testimonial-sec .slick-active .client-testimonial-box {
    border-color: #101010;
    background-color: #fff;
}

.client-testimonial-box .video-image-box {
    border-radius: 12px;
    height: 355px;
    overflow: hidden;
    display: block;
    position: relative;
}

.client-testimonial-box .video-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-testimonial-box .video-icon {
    background-color: var(--yellow);
    width: 48px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 12px;
    right: 12px;
}

.client-testimonial-box .video-icon::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: var(--yellow);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.client-testimonial-box .video-icon .icon {
    background-color: var(--black);
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.client-testimonial-con {
    padding: 42px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 18px;
}

.client-testimonial-con .cms-con p {
    line-height: 1.3;
}

.client-name {
    font-family: "Creato Display";
    font-size: 19px;
    font-weight: 700;
    line-height: 1.1;
    display: block;
    color: var(--lead-grey);
}

.client-designation {
    display: block;
    color: var(--dark-charcoal);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
}

.fancybox__backdrop {
    background: rgba(21, 21, 21, 0.2) !important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.f-button svg {
    stroke: var(--black);
}

.has-toolbar.is-zooming-in .f-button svg {
    stroke: var(--white);
}

@media only screen and (min-width: 1922px) {
    .client-testimonial-silder {
        margin-inline: auto;
        max-width: 1356px;
    }

    .client-testimonial-silder .slick-list {
        overflow: inherit;
    }
}

@media only screen and (max-width: 1799px) {
    .client-testimonial-silde {
        padding: 0 12px;
    }

    .client-testimonial-silder {
        margin: 0 -12px;
    }
}

@media only screen and (max-width: 1699px) {
    .client-testimonial-con {
        padding: 30px 15px;
    }

    .client-testimonial-box .video-image-box {
        height: 320px;
    }
}

@media only screen and (max-width: 1199px) {
    .client-testimonial-con {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 991px) {
    .client-testimonial-box .video-image-box {
        height: 180px;
    }

    .client-testimonial-con {
        padding: 20px 16px;
    }

    .client-testimonial-con .cms-con {
        padding-bottom: 20px;
    }

    .client-testimonial-box .video-icon {
        width: 40px;
    }

    .client-testimonial-box .video-icon::before {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width: 568px) {
    .client-testimonial-silde {
        padding: 6px;
    }

    .client-testimonial-silder {
        margin: 0 -6px;
    }

    .client-testimonial-con {
        padding: 15px;
    }

    .client-name {
        font-size: 17px;
    }

    .client-testimonial-box .video-icon {
        bottom: 10px;
        right: 10px;
    }

    .client-testimonial-silder:not(.slick-initialized) .client-testimonial-silde {
        flex: 0 0 80%;
    }
}

/* client-testimonial-sec-end */
/* company-video-sec-start */
.company-video-sec {
    position: relative;
    z-index: 2;
    margin: auto;
    /*clip-path: inset(0% 100% 0% 100%);
    transition: clip-path 1.5s ease-in-out;*/
}

/*.company-video-sec.active {
    clip-path: inset(0% 0% 0% 0%);
}
*/
.company-video-sec .container-lg {
    overflow: hidden;
}

.company-video-sec .company-video {
    width: 100%;
    height: 850px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    cursor: none;
    margin-inline: auto;
    will-change: width;
}

.company-video-sec .company-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-video-sec .company-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.7);
}

.company-video-sec.playing .company-video::before {
    content: unset;
}

.animated-cursor {
    width: 130px;
    aspect-ratio: 1/1;
    position: relative;
    cursor: pointer;
}

.animated-cursor .pause-icon {
    display: none;
}

.company-video-sec.playing .animated-cursor .pause-icon {
    display: block;
}

.company-video-sec.playing .animated-cursor .play-icon {
    display: none;
}

.animated-cursor img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-animation: rotate 10s normal linear infinite;
    animation: rotate 10s normal linear infinite;
}

.animated-cursor::before {
    content: '';
    position: absolute;
    background-image: url(../img/svg/play-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 42px;
    aspect-ratio: 1/1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.company-video-sec.playing .animated-cursor::before {
    background-image: url(../img/svg/pause-button.svg);
}

.cursor {
    position: fixed;
    top: 50%;
    left: -100px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99999;
    opacity: 0;
    scale: 0.5;
    transition: opacity 0.3s, scale 0.3s;
}

.pointer-active .cursor {
    opacity: 1;
    scale: 1
}

.pause-icon {
    display: none;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    25% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
    }

    50% {
        -webkit-transform: rotate3d(0, 0, 1, 180deg);
        transform: rotate3d(0, 0, 1, 180deg);
    }

    75% {
        -webkit-transform: rotate3d(0, 0, 1, 270deg);
        transform: rotate3d(0, 0, 1, 270deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

@media only screen and (max-width: 1599px) {
    .company-video-sec .company-video {
        height: 750px;
    }

    .cursor,
    .animated-cursor {
        width: 100px;
    }

    .animated-cursor::before {
        width: 34px;
    }
}

@media only screen and (max-width: 1299px) {
    .company-video-sec .company-video {
        height: 620px;
    }
}

@media only screen and (max-width: 991px) {
    .company-video-sec .company-video {
        height: 420px;
    }

    .cursor {
        scale: 1;
        position: absolute !important;
        opacity: 1 !important;
        top: inherit !important;
        left: inherit !important;
        bottom: 20px;
        right: 20px;
        transform: inherit !important;
    }

    .cursor,
    .animated-cursor {
        width: 80px;
    }

    .animated-cursor::before {
        width: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .company-video-sec .company-video {
        height: 350px;
    }
}

@media only screen and (max-width: 568px) {
    .company-video-sec .company-video {
        height: 200px;
        border-radius: 8px;
    }

    .cursor {
        bottom: 10px;
        right: 10px;
    }

    .cursor,
    .animated-cursor {
        width: 60px;
    }

    .animated-cursor::before {
        width: 24px;
    }
}

/* company-video-sec-end */
/* work-process-sec-start */
.work-process-sec .sec-title-small {
    font-weight: 400;
}

.work-process-sec .sec-head {
    margin-bottom: 50px;
}

.work-process-list {
    display: flex;
    flex-wrap: wrap;
    gap: 42px;
}

.work-process-item {
    width: calc(30% - 30px);
    position: relative;
    background-color: var(--light-grey-two);
    border: 2px solid var(--white);
    border-radius: 12px;
    padding: 42px;
    min-height: 510px;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.work-process-item.current {
    width: calc(40% - 25px);
    background-color: transparent;
    border-color: var(--black);
}

.work-process-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.work-process-item:nth-child(even) .work-process-box {
    flex-direction: column-reverse;
}

.work-process-box-title {
    color: var(--black);
    font-family: "Creato Display";
    font-weight: 400;
    font-size: 33px;
    line-height: 1.1;
    display: block;
    margin-bottom: 18px;
}

.work-process-box-con .cms-con p {
    letter-spacing: -0.5px;
    transition: all .3s ease-in-out;
    color: var(--dim-grey);
}

.work-process-box-img {
    height: 100px;
    transition: all .4s ease-in-out;
    margin-top: 20px;
    align-self: start;
}

.work-process-item:nth-child(2) .work-process-box-img {
    margin-bottom: 20px;
    margin-top: 0;
}

.work-process-box-img img,
.work-process-box-img dotlottie-player {
    width: auto;
    object-fit: contain;
    transition: all .4s ease-in-out;
}

.work-process-item.current .work-process-box-img {
    height: 215px;
}

@media only screen and (max-width: 1299px) {
    .work-process-item.current .work-process-box-img {
        height: 170px;
    }

    .work-process-box-title {
        font-size: 34px;
    }

    .work-process-item {
        padding: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .work-process-list {
        gap: 20px;
    }

    .work-process-item {
        width: calc(32% - 18px);
        padding: 30px 20px;
    }

    .work-process-item.current {
        width: calc(37% - 25px);
    }

    .work-process-box-title {
        font-size: 30px;
    }

    .work-process-item.current .work-process-box-img {
        height: 150px;
    }

    .work-process-sec .sec-head {
        margin-bottom: 25px;
    }

    .work-process-item {
        min-height: 410px;
    }
}

@media only screen and (max-width: 991px) {

    .work-process-item.current,
    .work-process-item {
        width: 100%;
        min-height: auto;
        background-color: var(--light-grey-two);
        border-color: var(--white);
    }

    .work-process-box {
        flex-direction: row;
        align-items: center;
    }

    .work-process-item:nth-child(even) .work-process-box {
        flex-direction: row-reverse;
    }

    .work-process-item .work-process-box-img,
    .work-process-item.current .work-process-box-img {
        width: 100px;
        flex: 0 0 100px;
        height: auto;
        aspect-ratio: 1/1;
        margin-left: 20px;
    }

    .work-process-box-img img {
        width: 100%;
        height: 100%;
    }

    .work-process-item:nth-child(even) .work-process-box-img {
        margin-left: 0;
        margin-right: 20px;
    }

    .work-process-item:nth-child(3) {
        background-color: transparent;
        border-color: var(--black);
    }

    .work-process-box-title {
        margin-bottom: 15px;
    }

    .work-process-list {
        gap: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .work-process-item {
        padding: 20px 15px;
    }

    .work-process-box-title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 568px) {
    .work-process-box-title {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .work-process-list {
        gap: 20px;
    }
}

/* work-process-sec-end */
/* about-us-sec-start */
.about-us-sec .sec-title-small {
    font-weight: 400;
    margin-bottom: 2px;
}

.about-us-content {
    font-family: "Creato Display";
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    display: block;
    margin-bottom: 40px;
    color: #A8A8A8;
}

.counter-box .numbers {
    color: var(--black);
    font-family: "Creato Display";
    font-weight: 700;
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: -2.5px;
    display: block;
    margin-bottom: 6px;
}

.counter-box .numbers .counter {
    margin-right: 5px;
}

.counter-content {
    color: var(--lead-grey);
    font-family: "Creato Display";
    font-weight: 500;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: 1px;
}

.animation-text .word {
    line-height: 1;
    color: #d8d8d8;
}

.counterRow {
    opacity: 0;
}

.counterRow.active {
    opacity: 1
}

@media only screen and (max-width: 1399px) {
    .about-us-content {
        font-size: 34px;
    }

    .counter-box .numbers {
        font-size: 52px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-us-content {
        font-size: 30px;
    }

    .counter-box .numbers {
        font-size: 42px;
    }
}

@media only screen and (max-width: 991px) {
    .counterRow .row {
        --bs-gutter-y: 20px;
        --bs-gutter-x: 20px;
    }

    .about-us-content {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .counter-box .numbers {
        font-size: 36px;
        letter-spacing: normal;
    }

    .counter-content {
        font-size: 20px;
    }
}

@media only screen and (max-width: 568px) {
    .about-us-content {
        font-size: 23px;
        margin-bottom: 24px;
    }

    .counter-box .numbers {
        font-size: 33px;
    }

    .counter-content {
        font-size: 16px;
    }

    .counterRow .row {
        --bs-gutter-y: 12px;
        --bs-gutter-x: 12px;
    }
}

/* about-us-sec-end */
/* home-sevices-sec-start */
.home-services-section {
    background-color: var(--black);
    background-image: radial-gradient(var(--lead-grey) 1px, transparent 1px);
    background-size: 40px 40px;
    background-position: 0 0;
    border-radius: 42px;
    position: relative;
    z-index: 2;
}

.home-services-section .container {
    max-width: 1020px;
}

.service-item {
    border-top: 2px solid var(--dark-charcoal);
    padding: 40px 0;
    display: block;
    transition: var(--trans);
}

.service-item:last-child {
    border-bottom: 2px solid var(--dark-charcoal);
}

.service-title {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--white);
    font-family: 'Creato Display';
    margin-bottom: 8px;
    transition: var(--trans);
}

.service-description,
.service-description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.21;
    color: var(--dark-grey);
}

.service-count {
    font-size: 23px;
    line-height: 1;
    font-weight: 400;
    color: var(--dark-charcoal);
    font-family: 'Creato Display';
    transition: var(--trans);
    /*position: absolute;
    left: 0;
    top: 10px;*/
    transition: all 0.5s 0.3s;
}

.service-item {
    display: flex;
    /*    flex-wrap: wrap;*/
    align-items: center;
}

.service-left {
    width: 54%;
    padding-right: 30px;
    position: relative;
    padding-left: 42px;
    transition: all 0.8s;
}

.service-left .service-description {
    max-width: 395px;
}

.service-center {
    width: 46%;
    margin: -130px 0;
}

/* .service-right {
    width: 13%;
} */

.service-center img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 9/5;
    opacity: 0;
    transition: all 0.8s;
    border-radius: 4px;
    transform: scale(0.7) rotate(0deg);
}


.get-in-touch {
    background-color: var(--eerie-black);
    border-radius: 24px;
    padding: 40px;
    margin-top: 120px;
    max-width: 720px;
    margin-inline: auto;
    gap: 24px;
    position: relative;
}

.get-in-touch .sec-title-small span {
    font-weight: 400;
}

.get-in-touch .sec-title-small {
    color: var(--white);
    line-height: 1.3;
    font-weight: 700;
}

.get-in-touch .btn {
    flex: 0 0 174px;
    min-width: auto;
}

@media only screen and (min-width: 1499px) {
    .get-in-touch {
        margin-top: 100px;
    }
}

@media only screen and (min-width: 1199px) {

    .service-item:hover,
    .service-item.active {
        background-color: var(--black);
    }

    .service-item:hover .service-left,
    .service-item.active .service-left {
        padding-left: 0;
    }

    .service-item:hover .service-count,
    .service-item.active .service-count {
        opacity: 0;
        transition: all 0.5s;
    }

    .service-item:hover .service-center img,
    .service-item.active .service-center img {
        opacity: 1;
        transform: scale(0.85) rotate(-5deg) translateY(-5%);
    }

    .service-item:hover .service-title,
    .service-item.active .service-title {
        color: var(--yellow);
    }

    /* .service-item:hover .service-count {
        color: var(--white);
    } */
}

@media only screen and (max-width: 1199px) {
    .service-item:first-child {
        padding-top: 0;
        border-top: none;
    }

    .service-item {
        padding: 30px 0;
    }

    .service-title {
        font-size: 34px;
    }

    .service-center {
        margin: -80px 0;
    }

    .service-left {
        width: 90%;
        padding-right: 0;
        padding-left: 25px;
    }

    .service-left .service-description {
        max-width: 100%;
    }

    .service-center {
        display: none;
    }

    .get-in-touch {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .service-title {
        font-size: 32px;
    }

    .service-description {
        font-size: 14px;
    }

    .get-in-touch .btn {
        flex: 0 0 130px;
    }

    .service-left {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 568px) {
    .home-services-section {
        border-radius: 16px;
    }

    .service-title {
        margin-bottom: 0;
        font-size: 26px;
    }

    .service-item {
        padding: 30px 0;
    }

    .get-in-touch {
        margin-top: 25px;
        text-align: center;
        padding: 30px 20px;
        gap: 20px;
    }
}

/* home-sevices-sec-end */
/* blog-sec-start */


/* blog-sec-end */

/* technologi-sec Start */

.technologies-sec {
    position: relative;
    z-index: 2;
}

.technologies-sec .container {

    max-width: 1020px;

}



.nav-link {

    font-family: 'Creato Display';

    font-size: 16px;

    font-weight: 400;

    line-height: 1;

    letter-spacing: 0.04em;

    color: #333333;

    padding: 10px 4px;

    transition: all .4s ease-in-out;

}



.nav-link.active {

    font-weight: 700;

    color: var(--black);

}



.technology-row>div {

    margin-bottom: 20px;

}



.technology-box {

    height: 100%;

    display: block;

    text-align: center;

}



.technology-img {

    background-color: #F4F4F4;

    height: 84px;

    width: 84px;

    padding: 12px;

    border-radius: 8px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-inline: auto;

}

.technology-img img {
    mix-blend-mode: darken;
}


.technology-name {

    font-family: 'Creato Display';

    font-size: 13px;

    font-weight: 500;

    line-height: 1.15;

    letter-spacing: 0.025em;

    color: var(--black);

    margin-top: 12px;
    word-break: break-word;
    text-transform: capitalize;

}

.technology-tab-row {
    padding-top: 15px;
}

.technologies-sec .sec-head {
    margin-bottom: 54px;
}

.technologies-sec .tab-content {

    padding-left: 90px;

}

.nav-link:focus-visible {
    box-shadow: none;
    color: #333333;
}


@media (min-width:1025px) {

    .nav-link:hover {

        font-weight: 700;

        color: var(--black);

    }

}



@media (max-width:991px) {

    .technologies-sec .tab-content {

        padding-left: 10px;
    }

    .nav-link {

        padding: 7px 3px;

    }

    .technology-tab-row {
        padding-top: 0;
    }

    .technologies-sec .sec-head {
        margin-bottom: 30px;
    }

    .technology-img {
        height: 70px;
        width: 70px;
    }
}



@media (max-width:767px) {

    .technologies-sec .sec-head {
        margin-bottom: 25px;
    }

    .technology-tab-row {

        overflow-x: scroll;

        flex-wrap: nowrap;

        background-color: #F4F4F4;

        margin: 0 -15px;

        padding: 0 15px;

    }



    .nav-link {

        padding: 15px 12px;

        flex: 0 0 auto;

        font-size: 14px;

        border-bottom: 2px solid transparent;

    }



    .nav-link.active {

        border-color: var(--black);

    }



    .technologies-sec .tab-content {

        padding-left: 0;

        margin-top: 25px;

    }



    .technology-row>div {

        margin-bottom: 15px;

    }



    .technology-name {

        margin-top: 10px;

    }

}



@media (max-width:568px) {

    .technology-img {

        width: 100%;

        height: 58px;
        padding: 8px;

    }



    .technology-name {

        font-size: 12px;

    }

    .technologies-sec .sec-title {
        font-size: 20px;
    }

}







/* technologi-sec End */

/* 

/* Innovation Starts Here Section Start */

.innovation-start-wrap {

    background-color: #EFEFF1;

    padding: 0 24px;

    border-radius: 24px;
    overflow: hidden;

}



.innovation-img img,
.innovation-img video {

    height: 100%;

    width: 100%;

    object-fit: cover;
    vertical-align: top;

}



.innovation-content {

    padding-block: 30px;

    padding-left: 18px;

}



.innovation-content .sec-title {

    font-size: 40px;

    font-weight: 700;

    margin-bottom: 14px;

}



.innovation-content .cms-con {

    max-width: 70%;

}



.innovation-content .cms-con p {

    color: var(--dark-charcoal);

}



@media (max-width:1199px) {



    .innovation-content .sec-title {

        font-size: 30px;

    }



    .innovation-content .cms-con {

        max-width: 100%;

    }

}



@media (max-width:991px) {

    .innovation-content {

        padding-left: 0;

    }



    .innovation-content .sec-head {

        margin-bottom: 20px;

    }



    .innovation-content .sec-title {

        font-size: 28px;

    }



    .innovation-content .cms-con p {

        font-size: 14px;

    }



    .innovation-content .btn-small {

        font-size: 13px;

        min-width: auto;

        padding: 10px 20px;

    }

}



@media (max-width:767px) {

    .innovation-start-wrap {

        padding: 0 15px;

    }

}



@media (max-width:568px) {

    .innovation-start-wrap {

        border-radius: 12px;

        text-align: center;

    }



    .innovation-content .sec-title {

        font-size: 22px;

    }

    .innovation-content {
        padding-block: 20px;
    }

    .innovation-content .sec-head {
        margin-bottom: 15px;
    }
}



/* Innovation Starts Here Section End */

/* Home Page End */


/* lazyload-start */
/*
.lazyload .portfolio-logo,
.lazyload .portfolio-text>* {
    position: relative;
    overflow: hidden;
}

.lazyload .portfolio-text .date {
    display: inline-block !important;
}

.lazyload .portfolio-img::after,
.lazyload .portfolio-img::before,
.lazyload .portfolio-logo:before,
.lazyload .portfolio-text>*:before,
.lazyload .portfolio-logo:after,
.lazyload .portfolio-text>*:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    content: '';
    background: var(--light-grey-two);
    border-radius: 6px;
}

.lazyload .portfolio-logo:after,
.lazyload .portfolio-text>*:after {
    background: linear-gradient(90deg, transparent, rgba(226, 226, 226, 0.3), transparent);
    background-size: 100% 50%;
    animation: 1.5s ssc-loading infinite;
}

.lazyload .portfolio-text>*:last-child:after {
    animation-delay: 0.3s
}

.lazyload .portfolio-logo:before,
.lazyload .portfolio-text>*:before {
    background: var(--white);
}

.lazyload .case-study-bottom {
    opacity: 0;
}

@keyframes ssc-loading {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
*/
/* lazyload-end */




.built-around span:not(.is-animated),
.banner-title:not(.is-animated),
.banner-content p:not(.is-animated) {
    opacity: 0;
}


/*----------  Thank You  ----------*/
.thank-you-sec .breadcrumbmain {
    margin-bottom: 120px;
}

.thank-you-content {
    margin-top: 15px;
}

.thank-you-title {
    font-family: "Creato Display";
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.64px;
    text-align: center;
    color: #333;
    margin-bottom: 7px;
}

.thank-you-description {
    font-family: "Inter";
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.13px;
    text-align: center;
    color: #999;
}

.thank-you-content .btn {
    margin-top: 20px;
}

.tts_play_button {
    display: block;
    margin-bottom: 25px;
}

@media(max-width:1199px) {
    .thank-you-sec .breadcrumbmain {
        margin-bottom: 75px;
    }

    .thank-you-content .btn {
        margin-top: 10px;
    }
}

@media(max-width:991px) {
    .thank-you-sec .breadcrumbmain {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .thank-you-title {
        font-size: 17px;
    }

    .thank-you-description {
        font-size: 14px;
    }

    .thank-you-content .btn {
        margin-top: 0;
    }
}

.page-template-demo .page-head {
    display: none;
}

.hero-content .dot-info {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 9px 16px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    width: 100%;
    max-width: fit-content;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.5%;
    text-transform: uppercase;
    color: #FFDE1A;
    margin-bottom: 30px;
}

.hero-content .dot-info .small-dot {
    width: 8px;
    height: 8px;
    background-color: #FFDE1A;
    border-radius: 50%;
    position: relative;
}

.hero-content .dot-info .small-dot::before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    background-color: rgb(254 222 63);
    border-radius: 50%;
    animation: callBlink 3s infinite ease-in-out;
}

.hero-title {
    color: #fff;
    font-family: "Creato Display";
    font-weight: 400;
    font-size: 82px;
    line-height: 1.1;
}

.hero-content #typed-text {
    font-weight: 700;
    background: linear-gradient(90deg, #FFFF00 35%, #FF0A0A 100%),
        linear-gradient(90deg, #FFDE1A 35%, #FF0A0A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-content #typed-text.typed-1 {
    background: linear-gradient(90deg, #FFDE1A 35%, #FF00FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-content #typed-text.typed-2 {
    background: linear-gradient(90deg, #FFDE1A 35%, #FFF5BC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes callBlink {
    from {
        transform: scale(0.5);
        opacity: 0.9;
    }

    to {
        transform: scale(1.2);
        opacity: 0;
    }
}

.banner-inner .cms-con p {
    color: #fff;
    font-family: "Creato Display";
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 1%;
}

.banner-box-details {
    display: block;
    margin-bottom: 70px;
}


@media(max-width:1499px) {
    .hero-title {
        font-size: 84px;
    }

    .banner-inner .circle-wrap {
        right: 50px;
        top: -100px;
    }

    #typed-text {
        height: 94px;
    }
}

@media(max-width:1399px) {
    .banner-inner .circle-wrap {
        top: -50px;
    }

}

@media(max-width:1299px) {
    .hero-title {
        font-size: 78px;
    }

    .banner-inner .cms-con p {
        font-size: 24px;
    }

    .banner-box-details {
        margin-bottom: 50px;
    }

    .banner-inner .circle-wrap img {
        max-height: 120px;
    }

    #typed-text {
        height: 87px;
    }
}

@media (max-width: 1199px) {
    .hero-title {
        font-size: 64px;
    }

    .banner-inner .cms-con p {
        font-size: 20px;
    }

    .banner-box-details {
        margin-bottom: 40px;
    }

    .hero-content .dot-info {
        margin-bottom: 20px;
    }

    .banner-inner .circle-wrap img {
        max-height: 100px;
    }

    .banner-inner .circle-wrap {
        top: -30px;
    }

    #typed-text {
        height: 72px;
    }
}

@media (max-width: 991px) {
    .hero-title {
        margin-bottom: 20px;
        font-size: 60px;
    }

    .banner-sec {
        max-height: 700px;
    }

    #typed-text {
        height: 69px;
    }
}

@media (max-width: 767px) {
    .banner-sec {
        height: 600px;
    }

    .hero-content .dot-info {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .hero-title br {
        display: none;
    }

    .hero-title .line {
        display: flex !important;
        gap: 10px;
    }

    .banner-inner .circle-wrap {
        display: none;
    }
}

@media (max-width: 568px) {
    /*.hero-content #typed-text {
        display: block;
        padding-top: 3px;
    }*/

    .hero-title {
        font-size: 34px;
    }

    .banner-inner .cms-con p {
        font-size: 16px;
    }

    .banner-box-details {
        margin-bottom: 30px;
    }

    .banner-sec {
        height: 560px;
    }

    #typed-text {
        height: 46px;
    }
}

@media (max-width: 350px) {
    .hero-title {
        margin-bottom: 18px;
        font-size: 28px;
        height: 100px;
    }

    .hero-content .dot-info {
        font-size: 12px;
    }

    .hero-content .dot-info .small-dot {
        width: 6px;
        height: 6px;
    }

    #typed-text {
        height: 37px;
    }
}

.home-service-sec {
    position: relative;
}

.mascot-ciggar-img {
    position: absolute;
    bottom: -220px;
    right: -80px;
    width: 310px;
}

.mascot-ciggar-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.innovation-mascot-img {
    position: absolute;
    bottom: -20px;
    right: -40px;
    max-width: 284px;
}

.innovation-mascot-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.custom-cursor {
    position: fixed;
    pointer-events: none;
    border-radius: 106px;
    overflow: hidden;
    z-index: 9999;
    width: 0;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--yellow);
    transform: rotate(45deg);
}

.custom-cursor.active {
    width: 106px;
    height: 106px;
    opacity: 0;
}

.custom-cursor,
.custom-cursor.active {
    transition: opacity 1s ease-out, width .5s ease-out, height .5s ease-out;
}

.custom-cursor .icon {
    background-color: #191918;
    width: 46px;
    height: 46px;
    animation: 4s ease-in-out infinite slideArrow;
}

.service-menu li h3 {
    z-index: 10;
    color: #808080;
    font-family: "Creato Display";
    font-weight: 700;
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: 1%;
    transition: all .4s ease-in-out;
}

.service-menu li:hover h3 {
    color: #000;
}

.bg-dark .service-menu li:hover h3 {
    color: #fff;
}

.service-menu li {
    border-bottom: 2px solid #e1e1e1;
}

.bg-dark .service-menu li {
    border-color: #333;
}

.service-menu li {
    align-items: center;
    overflow: hidden;
}

.mb-60 {
    margin-bottom: 60px;
}

.hovme {
    cursor: none;
}

.service-menu li {
    transition: .8s ease-in-out;
    position: relative;
    padding: 30px 0;
    height: 200px;
    display: flex;
}

.service-menu li a {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    -webkit-font-smoothing: unset !important;
    -moz-osx-font-smoothing: unset !important;
    text-rendering: unset !important;
    transform: none !important;
    cursor: none;
}

.service-menu li:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
    transition: .5s ease-in-out;
    position: absolute;
    z-index: 3;
    opacity: 0;
    pointer-events: none;
}

.service-menu li:hover:before {
    left: 0;
    opacity: 1
}

.service-menu li .thumb {
    padding: 0;
    max-height: 140px;
    height: 140px;
    max-width: 0;
    width: auto;
    transition: .5s ease-in-out;
    overflow: hidden
}

.service-menu li:hover .thumb {
    padding: 0 50px;
    max-width: 100%;
    height: 140px;
    transition: 1.2s ease-in-out
}

.service-menu li .thumb img {
    opacity: 0;
    width: auto;
    max-height: 140px;
    transition: .8s ease-in-out
}

.service-menu li:hover .thumb img {
    width: auto;
    opacity: 1
}

.service-menu li .icon {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 100%;
    border: 4px solid rgba(255, 255, 255, 0);
    right: 75px;
    overflow: hidden;
    transition: .8s ease-in-out
}

.service-menu li:hover .icon {
    width: 100px;
    height: 100px;
    right: 50px
}

.service-menu li .icon img {
    width: 100%;
    transition: 1.4s ease-in-out;
    transform: translateX(-100%) translateY(100%);
    opacity: 0;
    margin: 0
}

.service-menu li:hover .icon img {
    transform: translateX(0) translateY(0);
    opacity: 1
}

.sidemenu img,
.stats .row {
    cursor: pointer
}

.service-image-box.animate {
    opacity: 1;
    transform: translateX(0)
}

@keyframes slideArrow {
    0% {
        transform: translateY(100%);
        opacity: 0
    }

    20%,
    80% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(-100%);
        opacity: 0
    }
}

.home-service-top {
    display: block;
    padding-bottom: 120px;
    border-bottom: 2px solid #e1e1e1;
}

.bg-dark .home-service-top {
    border-color: #333;
}

.home-service-top .sec-title {
    color: #000;
}

.our-service-title {
    color: #000;
    font-family: "Creato Display";
    font-weight: 700;
    font-size: 48px;
    line-height: 1.1;
    display: block;
    margin-bottom: 38px;
}

.home-service-sec .cms-con,
.our-service-title {
    max-width: 864px;
    margin-left: auto;
}

.home-service-sec .cms-con p {
    color: #000;
    font-family: "Creato Display";
    font-weight: 400;
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: 2%;
}

.home-service-top .btn {
    background-color: var(--black);
    border-color: var(--black);
    color: var(--white);
}

.home-service-top .btn:hover {
    background-color: var(--white);
    border-color: var(--yellow);
    color: var(--black);
}

.home-service-sec .get-in-touch {
    background-color: #f5f5f5;
}

.home-service-sec .get-in-touch .sec-title-small {
    color: var(--black);
}

.bg-dark .home-service-sec .get-in-touch {
    background-color: var(--eerie-black);
}

.bg-dark .home-service-sec .get-in-touch .sec-title-small {
    color: var(--white);
}

.bg-dark .main {
    background-color: #0F0C00;
}

.bg-dark .about-us-sec .sec-title-small,
.bg-dark .about-us-sec .sec-title,
.bg-dark .animation-text .word,
.bg-dark .counter-box .numbers,
.bg-dark .counter-content,
.bg-dark .our-service-title,
.bg-dark .home-service-sec .cms-con p,
.bg-dark .home-service-top .sec-title,
.bg-dark .work-process-sec .sec-title-small,
.bg-dark .work-process-sec .sec-title {
    color: #fff !important;
}

.bg-dark .home-service-top .btn {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--black);
}

.bg-dark .home-service-top .btn:hover {
    border-color: var(--black);
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.2s;
}

.ai-development-head .cms-con {
    max-width: 528px;
    margin-top: 10px;
}

.style-2.ai-development-service .sec-head {
    margin-bottom: 16px;
}

.ai-development-service .cms-con {
    max-width: 960px;
    margin: 0 auto 60px;
    text-align: center;
}

.ai-development-service .cms-con p {
    color: var(--dark-charcoal);
}

.ai-development-service .service-head-content {
    display: flex;
    flex-direction: column-reverse;
}

.ai-development-service .service-head-text {
    margin-top: 0;
}

.ai-development-service .service-lets-talk-box .btn {
    height: fit-content;
    margin-top: auto;
}

.image-text-wrap {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right -20px;
    border-radius: 24px;
    overflow: hidden;
    padding: 84px;
}

.image-text-wrap::before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, #000000 20%, rgba(0, 0, 0, 0) 55%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.image-text-wrap .content-box {
    position: relative;
    z-index: 1;
    max-width: 417px;
}

.image-text-wrap .content-box .sec-head {
    margin-bottom: 24px;
}

.image-text-wrap .content-box .sec-title,
.image-text-wrap .content-box .cms-con p {
    color: var(--white);
}

.image-text-wrap .content-box .sec-title span {
    font-weight: 400;
}

.advantages-sec .row {
    --bs-gutter-x: 60px;
}

.advantages-content-wrap .sec-head {
    margin-bottom: 22px;
}

.advantages-content-wrap .sec-head .sec-sub-title {
    color: var(--dark-charcoal);
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: none;
}

.advantages-content-wrap .cms-con {
    margin-bottom: 40px;
}

.advantages-img-wrap {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.advantages-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ai-hire .technology-name-box {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
}

.ai-hire .technology-name-box .technology-name {
    margin-bottom: 0;
}


@media screen and (max-width: 1599px) {
    .mascot-ciggar-img {
        bottom: -180px;
        right: 0;
        width: 260px;
    }
}

@media screen and (max-width: 1399px) {
    .mascot-ciggar-img {
        bottom: -80px;
        right: 20px;
        width: 240px;
    }
}

@media screen and (max-width: 1299px) {
    .home-service-top {
        padding-bottom: 80px;
    }

    .innovation-mascot-img {
        right: -30px;
        max-width: 254px;
    }
}

@media screen and (max-width: 1199px) {
    .mascot-ciggar-img {
        display: none;
    }

    .innovation-mascot-img {
        bottom: -20px;
        right: -30px;
        max-width: 204px;
    }

    .service-menu li .thumb,
    .service-menu li:hover .thumb {
        padding: 0 10px;
        max-width: 100%;
        height: 100px;
    }

    .service-menu li .thumb img,
    .service-menu li:hover .thumb img {
        opacity: 1;
        width: 100%;
        height: 100%;
    }

    .service-menu li {
        padding: 30px 0;
        height: auto;
    }

    .service-menu li h3 {
        font-size: 50px;
        padding-left: 10px;
    }

    .service-menu li .icon,
    .service-menu li:hover .icon {
        width: 60px;
        height: 60px;
        right: 15px;
        border: none;
        display: block !important;
    }

    .service-menu li .icon img {
        transform: none;
        opacity: 1;
    }

    .custom-cursor {
        display: none !important;
    }

    .our-service-title {
        font-size: 42px;
    }

    .home-service-sec .cms-con p {
        font-size: 18px;
    }

    .advantages-sec .row {
        --bs-gutter-x: 30px;
    }

    .image-text-wrap {
        padding: 40px;
    }

    .service-detail-form .service-form-title {
        font-size: 22px;
    }

    .service-detail-form textarea.form-control {
        height: 85px;
    }
}

@media screen and (max-width: 991px) {
    .service-menu li h3 {
        font-size: 32px;
    }

    .service-menu li .thumb,
    .service-menu li:hover .thumb {
        height: 80px;
    }

    .service-menu li .icon,
    .service-menu li:hover .icon {
        width: 45px;
        height: 45px;
    }

    .mb-60 {
        margin-bottom: 15px;
    }

    .home-service-top .sec-title {
        font-size: 22px;
    }

    .our-service-title {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .home-service-sec .cms-con p {
        font-size: 16px;
    }

    .home-service-sec .cms-con {
        margin-bottom: 30px;
    }

    .home-service-top {
        padding-bottom: 60px;
    }

    .service-menu li {
        padding: 25px 0;
    }

    .innovation-mascot-img {
        bottom: -20px;
        right: -20px;
        max-width: 164px;
    }

    .image-text-wrap .content-box {
        max-width: 365px;
    }

    .image-text-wrap {
        background-position: center right -130px;
    }

    .advantages-sec .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 30px;
        flex-direction: column-reverse;
    }

    .image-text-wrap {
        padding: 30px;
    }

    .advantages-content-wrap .sec-head .sec-sub-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 568px) {
    .home-service-top .sec-title {
        font-size: 18px;
    }

    .our-service-title {
        font-size: 24px;
    }

    .home-service-sec .cms-con p {
        font-size: 14px;
    }

    .home-service-top {
        padding-bottom: 40px;
    }

    .service-menu li .thumb,
    .service-menu li:hover .thumb {
        height: 40px;
        padding-left: 0;
    }

    .service-menu li {
        padding: 20px 0;
    }

    .service-menu li h3 {
        font-size: 18px;
        padding-left: 0;
    }

    .service-menu li .icon,
    .service-menu li:hover .icon {
        width: 30px;
        height: 30px;
        right: 5px;
    }

    .innovation-mascot-img {
        bottom: 2px;
        right: -10px;
        max-width: 144px;
    }


    .advantages-content-wrap .sec-head .sec-sub-title {
        font-size: 20px;
    }

    .image-text-wrap::before {
        background: rgb(0 0 0 / 70%);
    }

    .image-text-wrap .content-box .sec-head {
        margin-bottom: 15px;
    }

    .image-text-wrap {
        padding: 30px 15px;
    }
}


@media screen and (max-width: 350px) {

    .service-menu li .thumb,
    .service-menu li:hover .thumb {
        height: 30px;
    }

    .service-menu li .icon,
    .service-menu li:hover .icon {
        width: 25px;
        height: 25px;
    }

    .home-service-sec .cms-con {
        margin-bottom: 20px;
    }

    .innovation-mascot-img {
        bottom: 0;
        right: -10px;
        max-width: 124px;
    }
}