/*
Theme Name: Aspire
Theme URI: https://aspire.com;
Author: HARKX
Description: Official theme for the Aspire Website
Tags: accessibility-ready, one-column, two-columns, right-sidebar, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready, blog, e-commerce, portfolio
Text Domain: Aspire
*/

/*#region: stock css*/
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
}

html {
    scroll-behavior: smooth
}

body {
    line-height: 1
}

a {
    text-decoration-skip-ink: auto
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none
}

button {
    outline: 0
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type="search"] {
    -webkit-appearance: textfield
}

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

th,
td {
    padding: 2px
}

big {
    font-size: 120%
}

small,
sup,
sub {
    font-size: 80%
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

dd {
    margin-left: 20px
}

kbd,
tt {
    font-family: courier;
    font-size: 12px
}

ins {
    text-decoration: underline
}

del,
strike,
s {
    text-decoration: line-through
}

dt {
    font-weight: bold
}

address,
cite,
var {
    font-style: italic
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    transition: all 0.5s ease
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    color: #767676;
    line-height: normal;
    word-wrap: break-word;
    background: #202020 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 30px
}

h2,
h3,
h4,
h5,
h6 {
    margin-top: 40px
}

/* Harkx to come here in future for h size changes*/
h1 {
    font-size: clamp(68px, 6vw, 17vw);
}

h2 {
    font-size: 3.25em;
}

h3 {
    font-size: 25px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

p {
    margin: 30px 0
}

.page #content p,
.single-post #content p {
    font-size: 18px;
    line-height: 145%
}

* p:last-of-type,
#sidebar .widget-container:last-child {
    margin-bottom: 0
}

a {
    color: #007acc
}

a:hover,
a:focus {
    text-decoration: none
}

strong {
    font-weight: bold
}

em {
    font-style: italic
}

pre {
    overflow-x: auto;
    white-space: pre-wrap
}

pre,
code {
    font-family: 'courier new', courier, serif
}

hr {
    height: 1px;
    border: 0;
    margin: 30px 0;
    background: #ccc
}

blockquote {
    padding: 15px;
    border-left: 4px solid #ccc;
    margin: 30px 0
}

blockquote p:first-of-type {
    margin-top: 0
}

.entry-content ul,
.widget-container ul,
.comment-body ul,
.entry-content ol,
.widget-container ol,
.comment-body ol {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin: 30px 0 30px 60px
}

.entry-content ul ul,
.widget-container ul ul,
.comment-body ul ul,
.entry-content ol ol,
.widget-container ol ol,
.comment-body ol ol,
.entry-content ul ol,
.widget-container ul ol,
.comment-body ul ol,
.entry-content ol ul,
.widget-container ol ul,
.comment-body ol ul {
    margin-top: 0;
    margin-bottom: 0
}

.entry-content ol,
.widget-container ol,
.comment-body ol {
    list-style: decimal outside;
    list-style-type: decimal-leading-zero;
    margin-left: 70px
}

.entry-content ul li,
.widget-container ul li,
.comment-body ul li {
    list-style-type: '— '
}

.entry-content li,
.widget-container li,
.comment-body li {
    line-height: 125%;
    margin: 20px 0
}

input,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    padding: 15px;
    border: 0;
    border-bottom: 1px solid transparent;
    outline: 0;
    margin-top: 10px;
    background: #f6f6f6
}

input:focus,
textarea:focus {
    border-bottom: 1px solid #007acc
}

input[type="submit"],
button,
.button {
    display: inline-block;
    font-family: georgia, serif;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 15px 25px;
    border: 0;
    background: #007acc;
    cursor: pointer
}

/* Harkx commented, may update later as need be 
input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
    opacity: 0.8
}*/

a img,
input[type="image"],
iframe {
    border: 0
}

/* Harkx commented, may update later as need be 
a img:hover,
a:focus img,
a svg:hover,
a:focus svg {
    opacity: 0.8
}*/

img,
img[src$=".svg"],
svg {
    display: inline-block;
    line-height: normal;
    vertical-align: middle
}

img,
video,
audio,
table,
select,
textarea {
    max-width: 100% !important;
    height: auto
}

table {
    width: 100%;
    margin: 30px 0
}

#wrapper {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-height: 100vh;
    margin: 0 auto
}

#header {
    padding: 0 5%;
    margin-top: 20px;
}

#footer {
    padding: 5%
}

#footer,
#container {
    background-color: #202020 !important;
}

#branding {
    float: left
}

#logo {
    max-height: 100%
}

#container {
    flex: 1;
}

#content {
    width: 75%;
    padding-right: 5%;
    float: left
}

#content.full-width {
    width: 100%;
    padding-right: 0;
    float: none
}

#sidebar {
    width: 25%;
    float: right
}

#footer {
    clear: both;
    padding-bottom: 0;
}

#menu {
    margin-top: 10px;
    float: right
}

#menu div:first-of-type {
    float: left
}

#menu ul,
#menu li,
#menu a {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    float: none;
    clear: both;
}

#menu li.menu-item-has-children>a:after,
#menu li.page_item_has_children>a:after {
    font-family: serif;
    content: ' ▾';
    line-height: 0
}

#menu a {
    display: inline-block;
    font-size: 3.25em;
    text-align: center;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: -3%;
    color: #202020;
    font-family: "Oswald";
    font-weight: 700;
}

#menu a[itemprop="url"] span[itemprop="name"] {
    display: inline-block;
    transition: transform 0.3s ease;
}

#menu a[itemprop="url"]:hover span[itemprop="name"] {
    transform: scale(1.1);
}

#menu a:hover,
#menu a:focus {
    text-decoration: none
}

#menu ul.sub-menu,
#menu ul.children {
    position: absolute;
    display: block;
    top: 100%;
    left: -9999px;
    margin-top: 20px;
    transition: unset;
    z-index: 1000
}

#menu ul.sub-menu a,
#menu ul.children a {
    width: 200px;
    font-size: 14px;
    color: #333;
    text-align: left;
    line-height: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #fff
}

#menu ul.sub-menu a:hover,
#menu ul.sub-menu a:focus,
#menu ul.children a:hover,
#menu ul.children a:focus {
    color: #767676;
    background: #f7f7f7
}

#menu li.menu-item-has-children a:hover+ul.sub-menu,
#menu li.menu-item-has-children a:focus+ul.sub-menu,
#menu li.menu-item-has-children a+ul.sub-menu:hover,
#menu li.menu-item-has-children a+ul.sub-menu:focus-within,
#menu li.page_item_has_children a:hover+ul.children,
#menu li.page_item_has_children a:focus+ul.children,
#menu li.page_item_has_children a+ul.children:hover,
#menu li.page_item_has_children a+ul.children:focus-within {
    left: 0
}

#menu .menu-toggle {
    color: #fff;
    text-align: center;
    padding: 0;
    border: 0;
    margin: 0;
    background: none;
    transition: unset
}

#menu .menu-toggle:hover,
#menu .menu-toggle:focus {
    /* color: #007acc
    Harkx commented, may update later as need be */
}

#menu .menu-icon {
    font-family: "Oswald";
    letter-spacing: -3%;
    font-weight: 700;
    font-size: 2.75em;
    color: #11FFFC;
}

#menu .menu-icon:focus,
#menu .menu-icon:hover,
#menu .menu-icon:active,
#menu .menu-icon:visited,
#menu .menu-icon:focus-visible {
    outline: none !important;
    opacity: 1;
}

#search {
    float: right
}

#search .search-field {
    width: 36px;
    height: 36px;
    color: transparent;
    padding: 10px;
    border-color: transparent;
    margin-top: 0;
    background-color: transparent;
    background-image: url(images/find-light.png);
    cursor: pointer
}

#search .search-field:focus {
    width: 200px;
    color: #fff;
    border-color: #007acc;
    cursor: text
}

.widget-container .search-field {
    width: 100%
}

.error404 .entry-content .search-field,
.search .entry-content .search-field {
    width: 200px;
    margin-top: 30px
}

.error404 .entry-content .search-field,
.search .entry-content .search-field,
.widget-container .search-field {
    background-color: #f6f6f6
}

.search-field {
    background: url(images/find.png) no-repeat 98% center / 24px auto
}

#site-title h1,
#site-title a {
    display: inline;
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0
}

#site-description,
#copyright,
#copyright a {
    color: #8a8a8a
}

.single h1.entry-title a {
    color: #767676;
    text-decoration: none
}

h2.entry-title,
h3.widget-title {
    margin-top: 0
}

#commentform label {
    display: block
}

#commentform #comment {
    width: 100%;
    max-width: 400px !important;
    height: auto
}

#comments .comment-author {
    line-height: 14px
}

#comments .comment-author img {
    margin-right: 5px;
    float: left
}

#comments .comment {
    margin: 20px 10px
}

#comments .comment-body {
    padding: 15px
}

#comments .odd>.comment-body {
    background: #f6f6f6
}

#comments .comment-body>p {
    font-size: 16px;
    margin: 15px 0 0
}

#copyright {
    text-align: center
}


.entry-meta,
.entry-footer,
.archive-meta {
    margin: 30px 0
}

.entry-footer {
    clear: both
}

.entry-meta,
.entry-meta a,
.entry-footer,
.entry-footer a,
.comment-meta,
.comment-meta a,
.comment-author,
.comment-author a {
    font-size: 14px;
    color: #767676
}

.sticky {
    padding-bottom: 60px;
    border-bottom: 4px solid #ccc
}


.post,
.widget-container,
.search article {
    margin-bottom: 60px
}

.post:last-of-type {
    margin-bottom: 0
}

.wp-caption {
    width: auto !important
}

.wp-caption.aligncenter,
.wp-caption-text,
.gallery-caption {
    text-align: center
}

.wp-block-gallery ul,
.wp-block-gallery ul li,
.wp-block-gallery ul li:before {
    content: '';
    margin: 0
}

.wp-post-image {
    display: block;
    margin-bottom: 30px
}

.entry-attachment img {
    display: block;
    margin: 60px auto 30px
}

.attachment .entry-caption {
    text-align: center
}

.alignleft {
    margin: 0 30px 30px 0;
    float: left
}

.alignright {
    margin: 0 0 30px 30px;
    float: right
}

.aligncenter {
    display: block;
    margin: 30px auto;
    clear: both
}

#content p.wp-block-cover-text {
    color: #fff
}

.nav-links {
    margin-top: 30px
}

.nav-links a,
#nav-above a {
    text-decoration: none
}

#nav-above a {
    display: block;
    font-family: tahoma, sans-serif;
    font-size: 50px;
    color: #767676;
    line-height: 0;
    margin: 30px 0 15px
}

.nav-previous {
    text-align: left;
    float: left
}

.nav-next {
    text-align: right;
    float: right
}

.note {
    display: block;
    font-size: 14px;
    padding: 20px;
    margin: 30px 0
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: normal;
    vertical-align: middle;
    mask-size: cover;
    background-color: currentColor
}

.symbol {
    font-family: "Times", "Times New Roman", "serif", "sans-serif", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif, "EmojiSymbols"
}

.round {
    border-radius: 100px
}

.circle {
    border-radius: 50%
}

.blue,
.blue *,
.blue-dark,
.blue-dark *,
.green,
.green *,
.green-dark,
.green-dark *,
.orange,
.orange *,
.purple,
.purple *,
.red,
.red *,
.black,
.black * {
    color: #fff
}

.white,
.white *,
.yellow,
.yellow * {
    color: #000
}

.white {
    background-color: #fff !important
}

.blue {
    background-color: #007acc !important
}

.blue-dark {
    background-color: #1c78b5 !important
}

.green {
    background-color: #91da29 !important
}

.green-dark {
    background-color: #5d8c1a !important
}

.orange {
    background-color: #f98733 !important
}

.purple {
    background-color: #bb6cf8 !important
}

.red {
    background-color: #ef645d !important
}

.yellow {
    background-color: #f8f658 !important
}

.black {
    background-color: #4a4a45 !important
}

.lighter {
    background-color: rgba(255, 255, 255, 0.05)
}

.darker {
    background-color: rgba(0, 0, 0, 0.05)
}

.overlay:before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    z-index: 0
}

.layer {
    width: 100%;
    padding: 5%
}

.layer-inner {
    max-width: 800px;
    margin: 0 auto
}

.box,
.box-2,
.box-3,
.box-4,
.box-5,
.box-6,
.box-1-3,
.box-2-3 {
    display: inline-block;
    width: 100%;
    padding: 5%;
    vertical-align: top;
}

.box-2 {
    width: 50%
}

.box-3,
.box-1-3 {
    width: 33.3333333%
}

.box-4 {
    width: 25%
}

.box-5 {
    width: 20%
}

.box-6 {
    width: 16.6666667%
}

.box-2-3 {
    width: 66.6666666%
}

.left {
    text-align: left
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.clear {
    clear: both
}

.clear-left {
    clear: left
}

.clear-right {
    clear: right
}

.clear-float:after,
#header:after,
#container:after,
.boxes:after {
    display: table;
    content: '';
    clear: both
}

.offset {
    padding-top: 100px;
    margin-top: -100px
}

.spacer {
    display: inline-block;
    width: 25px
}

.mobile,
.desktop {
    display: none
}

@media(max-width:1024px) {

    .box-5,
    .box-6 {
        width: 25%
    }

    .boxes .box-5:nth-child(5) {
        width: 100%
    }

    .boxes .box-6:nth-child(5),
    .boxes .box-6:nth-child(6) {
        width: 50%
    }
}

@media(min-width:769px) {
    #logo-container {
        display: block;
        margin-bottom: 10px
    }

    .desktop {
        display: block
    }
}

@media(max-width:768px) {

    #footer {
        text-align: center
    }

    #content,
    #sidebar {
        width: 100%;
        padding: 0
    }

    #branding,
    #menu,
    #menu div:first-of-type,
    #search {
        float: none
    }

    #search {
        margin-top: 20px
    }

    #search .search-field {
        width: 100%;
        color: #fff;
        border-color: #8a8a8a;
        cursor: text
    }

    /*
    #search .search-field:focus {
        width: 100%
    }

    #menu.toggled {
        width: 100%;
        height: 100%;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1000
    }

    #menu .menu-toggle {
        display: inline-block
    }

    #menu ul {
        display: none
    }

    #menu.toggled ul,
    #menu.toggled ul.sub-menu,
    #menu.toggled ul.children {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        padding: 0 0 10px 0;
        margin: 0
    }

    #menu.toggled ul.sub-menu,
    #menu.toggled ul.children {
        padding-bottom: 0
    }

    #menu.toggled a,
    #menu.toggled ul.sub-menu a,
    #menu.toggled ul.children a {
        display: inline-block;
        width: 100%;
        font-size: 18px;
        color: #fff;
        text-align: center;
        line-height: 20px;
        padding: 15px 0 5px;
        border: 0;
        margin: 0;
        background: none
    }

    #menu.toggled ul.sub-menu a,
    #menu.toggled ul.children a {
        color: #ccc
    }*/

    .box-4,
    .box-5,
    .box-6 {
        width: 50%
    }

    .mobile {
        display: block
    }
}

@media(max-width:767px) {

    .single .nav-links .nav-previous,
    .single .nav-links .nav-next {
        float: none
    }

    .box-3 {
        width: 50%
    }

    .boxes .box-3:nth-child(3) {
        width: 100%
    }
}

@media(max-width:576px) {

    #header,
    #container,
    #footer,
    .layer {
        padding: 0;
    }

    .wp-caption,
    input,
    textarea,
    .button {
        width: 100% !important
    }

    input[type="checkbox"],
    input[type="radio"] {
        width: auto !important
    }

    .box-2,
    .box-3,
    .box-4,
    .box-5,
    .box-6,
    .boxes .box-6:nth-child(5),
    .boxes .box-6:nth-child(6),
    .box-2-3,
    .box-1-3 {
        width: 100%
    }

    .spacer {
        display: block;
        width: 100%;
        height: 30px
    }
}

@media(prefers-color-scheme:light) {

    body,
    #container {
        background: #fff
    }

    #header {
        background: #202020
    }
}

@media(prefers-color-scheme:dark) {

    body,
    #container {
        background: #202020
    }
}

@media print {
    * {
        color: #202020 !important;
        background: #202020 !important
    }

    body {
        padding: 50px !important;
        margin: 0 !important
    }

    #content {
        display: block !important;
        padding: 0 !important;
        margin: 0 !important
    }

    #header,
    #sidebar,
    #footer,
    #comments,
    .entry-footer,
    .navigation,
    .share,
    .video-wrap,
    iframe,
    img {
        display: none !important
    }
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal
}

.screen-reader-text:focus {
    background-color: #f7f7f7;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #007acc;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline
}

.skip-link:focus {
    display: block;
    left: 6px;
    top: 7px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    padding: 15px 23px 14px;
    z-index: 100000;
    right: auto
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

.looper {
    display: none
}

.search-submit {
    display: none !important
}

/*#endregion: stock css ends*/

/*#region: Aspire custom CSS starts*/
/*#region: Patches starts*/
.hide-for-mobile {
    display: block !important;
}

.show-only-mobile,
.hide-for-mobile-but-big {
    display: none !important;
}

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 1000;
}

.vc_row {
    margin: 0 !important;
}

.vc_column-inner {
    padding: 0 !important;
    margin: 0 !important;
}

#search {
    display: none;
}

#menu-content {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    overflow-y: auto;
    transition: transform 0.3s ease-in-out;
    background: linear-gradient(180deg, #1A83CB 0%, #11FFFC 100%);
}

#menu-content.open {
    display: block;
    transform: translateY(0);
}

.menu-menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: transparent;
    width: 100%;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.menu li {
    display: block;
    margin: 10px 0;
}

.menu li a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

#menu-close {
    position: absolute;
    top: 45px;
    right: 50px;
    font-size: 1.5em;
    cursor: pointer;
    background-color: transparent;
    font-family: "Barlow Condensed";
    font-style: italic;
    color: #202020;
    font-weight: 600;
}

#menu-close:focus,
#menu-close:hover {
    outline: none;
    opacity: 1;
}

.pad-5-perc {
    padding: 0 5% !important;
}

.pad-10-perc {
    padding: 0 10% !important;
}

.pad-7-perc {
    padding: 0 7% !important;
}

/*
.cta-callout-btn {
    display: inline-block;
    transform: skewX(-15deg);
    border: 2px solid #11FFFC;
    padding: 0;
    width: 215px;
    margin: 0 auto;
    /* Harkx to fix this for cool been button
    position: relative;
    text-decoration: none;
    transition: .2s transform ease-in-out;
    will-change: transform;

    &::after {
        background-color: #11FFFC;
        border-radius: 3rem;
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transform: translate(-100%, 0) rotate(10deg);
        transform-origin: top left;
        transition: 0.2s transform ease-out;
        will-change: transform;
        z-index: -1;
    }

    &:hover::after {
        transform: translate(0, 0);
    }

    &:hover {
        border: 2px solid transparent;
        color: #fff;
        transform: scale(1.05);
        will-change: transform;
    } 

    a {
        text-decoration: none;
        color: #ffffff;
        font-weight: 400;
        font-size: 1em;
        font-family: "Barlow Condensed";
        letter-spacing: 2px;

        padding: 8px 24px;
        background-color: transparent;
        display: block;
        transform: skewX(15deg);
        transition: transform 0.3s ease;
    }

    a:hover,
    a:focus {
        transform: skewX(15deg) scale(1.2);
    }
}
*/
/*
.cta-callout-btn {
    display: inline-block;
    transform: skewX(-15deg);
    border: 2px solid #11FFFC;
    width: 215px;
    margin: 0 auto;
    background: transparent;
    padding: 0;
    overflow: visible;
    transition: transform 0.3s ease;


    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;
    transition: 0.2s transform ease-out;
    will-change: transform;
}

.cta-callout-btn a {
    display: block;
    padding: 10px 24px;
    text-decoration: none;
    color: #ffffff;
    background-color: transparent;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 2px;

    transform: skewX(15deg);
    transition: all 0.3s ease;
}

.cta-callout-btn:hover {
    transform: skewX(-15deg);
    background-color: #11FFFC;
}

.cta-callout-btn:hover a {
    color: #202020;
}*/


/*
    &:hover a {
        color: #000;
    }

    &:hover .skew-inner {
        transform: skewX(15deg) scale(1.05);
    }*/

.cta-callout-btn {
    border: 2px solid #11fffc;
    color: #fff;
    font-family: roboto;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: 0.2s transform ease-in-out;
    will-change: transform;
    z-index: 0;
    width: 215px;
    margin: 0 auto;
    transform: skewX(-15deg) !important;
}

.cta-callout-btn::after {
    background-color: #11fffc;
    /* border-radius: 3rem; */
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0) rotate(10deg) skewX(-15deg);
    transform-origin: top left;
    transition: 0.2s transform ease-out;
    will-change: transform;
    z-index: -1;
}

.cta-callout-btn:hover::after {
    transform: translate(0, 0);
}

.cta-callout-btn:hover {
    border: 2px solid transparent;
    color: #202020;
    transform: scale(1.05);
    will-change: transform;

    a {
        color: #202020;
    }
}

.cta-callout-btn a {
    display: block;
    padding: 10px 24px;
    text-decoration: none;
    color: #ffffff;
    background-color: transparent;
    font-family: "Barlow Condensed", sans-serif;
    /* font-size: 1em; */
    font-weight: 400;
    letter-spacing: 2px;

    transform: skewX(15deg);
    transition: all 0.3s ease;
}

.background-white {
    background-color: #fff !important;
}

/*#region: Footer css starts*/
.footer-top {
    display: flex;
    justify-content: space-between;
}

.footer-top .page-links {
    width: 100%;
    justify-content: space-between;
}

.page-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Oswald";
}

.footer-top .page-links li a {
    font-weight: 700;
    font-size: 2.2em;
    letter-spacing: -3%;
    color: #11FFFC;
    margin: 0;
    padding: 0;
    font-family: "Oswald";
}

.footer-bottom {
    display: flex;
    justify-content: flex-start;
    padding-top: 50px;
}

.footer-bottom-left {
    justify-content: left;
}

.footer-bottom-mid {
    background: #11FFFC;
    justify-content: center;
    text-align: center;
}

.footer-bottom-right {
    justify-content: right;
    text-align: right;
}

.footer-bottom-left,
.footer-bottom-mid,
.footer-bottom-right {
    padding: 40px 20px;
    flex: 1;
}

.footer-bottom-mid h3 {
    font-size: 52px;
    font-weight: 700;
    color: #202020;
}

.footer-bottom-left h3,
.footer-bottom-mid h3,
.footer-bottom-right h3 {
    font-family: "Oswald";
    font-weight: 700;
    letter-spacing: -3%;
    align-items: center;
}

.footer-bottom-left p,
.footer-bottom-mid p,
.footer-bottom-right p {
    font-family: "Barlow Condensed";
}

.footer-bottom-left h3,
.footer-bottom-right h3,
.footer-bottom-left p,
.footer-bottom-right {
    color: #11FFFC;
}

#footer-menu-content {
    .menu-menu-container {
        height: 100%;

        .menu {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0;
            list-style: none;
            width: 100%;
        }

        .menu-item {
            flex-grow: 1;
            text-align: center;
        }

        .menu-item:first-child {
            text-align: left;
        }

        .menu-item:last-child {
            text-align: right;
        }

        .menu li a {
            text-decoration: none;
            transition: color 0.3s ease-in-out;
            font-weight: 700;
            font-size: 2.1em;
            letter-spacing: -3%;
            color: #11FFFC;
            margin: 0;
            padding: 0;
            font-family: "Oswald";
        }

        .menu li a[itemprop="url"] span[itemprop="name"] {
            display: inline-block;
            transition: transform 0.3s ease;
        }

        .menu li a[itemprop="url"]:hover span[itemprop="name"] {
            transform: scale(1.1);
            opacity: 0.8;
        }
    }
}

.footer-row-2 {
    text-align: center;
    padding: 5% 0;
}

.footer-row-3 {
    display: flex;
    vertical-align: middle;
    align-items: center;
    width: 100%;
    justify-content: space-between;

    .footer-1st-col,
    .footer-2nd-col,
    .footer-3rd-col {
        flex: 1;
    }

    .footer-1st-col {
        .footer-copyright {
            font-size: 1em;
            font-weight: 300;
            color: #11FFFC;
            font-family: "Oswald";

            a {
                text-decoration: none;
                color: #11FFFC;
            }
        }
    }

    .footer-h2 {
        font-weight: 700;
        font-size: 3.25em;
        letter-spacing: -3%;
        font-family: "Oswald";
        color: #11FFFC;
        line-height: 52px;
    }

    .footer-h3 {
        font-weight: 700;
        font-size: 2.25em;
        font-family: "Oswald";
        color: #11FFFC;
    }

    .footer-h4 {
        font-weight: 600;
        font-size: 1.5em;
        font-family: "Barlow Condensed";
        font-style: italic;
        color: #11FFFC;
        padding-bottom: 7%;

        a {
            color: #11FFFC;
            text-decoration: none;
        }

        .social-icon {
            padding: 0 7px;

            img {
                height: 1em;
            }
        }

        .link-to-careers {
            position: relative;
            bottom: -3px;
        }
    }

    #mail-hr {
        text-decoration: underline;
    }

    .footer-3rd-col {
        text-align: right;

        a[itemprop="url"] span[itemprop="name"] {
            display: inline-block;
            transition: transform 0.3s ease;
        }

        a[itemprop="url"]:hover span[itemprop="name"] {
            transform: scale(1.1);
            opacity: 0.8;
        }
    }

    .mid-div-col1 {
        padding-bottom: 6%;
        padding-top: 5%;
    }

    .mid-div-col3 {
        padding-bottom: 7%;
        padding-top: 10%;
    }

    .footer-2nd-col {
        background-color: #11FFFC;

        .wp-block-heading {
            font-weight: 700;
            letter-spacing: -3%;
            font-family: "Oswald";
            color: #202020;
            line-height: 52px;
        }

        .gform_title {
            font-weight: 600;
            font-size: 1.2em;
            letter-spacing: 0px;
            font-family: "Barlow Condensed";
            color: #202020;
            line-height: 30px;
            font-style: italic;
            text-align: center;
            margin: 0;
        }

        .gform_fields {
            padding: 0 5%;
        }

        .footer-form-name,
        .footer-form-phone,
        .footer-form-email {
            height: 20px;

            input {
                background-color: #202020;
                color: #11FFFC;
                font-size: 24px;
                font-weight: 500;
                letter-spacing: -3%;
                font-family: "Oswald";
                height: 50px;
            }
        }

        .gform_footer {
            margin-top: 50px;
        }

        #gform_submit_button_3 {
            text-align: center;
            margin: 0 auto;
            background-color: transparent;
            box-shadow: none;

            font-weight: 600;
            font-size: 1.2em;
            letter-spacing: 0px;
            font-family: "Barlow Condensed";
            color: #202020;
            line-height: 30px;
            font-style: italic;
            text-align: center;

            transition: 0.3s ease;

            position: relative;
            display: inline-block;
            text-decoration: none;
            overflow: hidden;
            width: 120px;

            i {
                display: inline-block;
                transform: translateX(5px);
                animation: none;
            }


            &::after {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                height: 2px;
                width: 0%;
                background-color: #202020;
                transition: width 0.3s ease;
            }

            &:hover::after {
                width: 100%;
            }

            &:hover i {
                animation: reenter 0.4s ease forwards;
            }

            &:focus {
                outline: none;
                border: none;
            }
        }

    }
}

/*#endregion: Footer css ends*/

/*#region: Homepage css starts*/
.home-banner-row {
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    /* Harkx removed, and added to vimeo video bg as overlay
    &::before {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #202020B3;
        z-index: 2;
    }*/

    .home-banner-text div div {
        z-index: 3;
        position: relative;
        text-align: center;
    }

	
	h1 {
    font-weight: 700;
    color: #11FFFC;
    font-size: 10em;
    font-family: "Oswald";
    letter-spacing: -3%;
    line-height: 30px;
}

    h2 {
        color: #11FFFC;
        font-size: 4.15em;
        font-family: "Oswald";
        letter-spacing: -3%;
        line-height: 116px;
        font-weight: 700;
    }

    h3 {
        color: #ffffff;
        font-weight: 500;
        font-size: 2.25em;
        font-family: "Barlow Condensed";
        font-style: italic;
    }
}

.home-row5 {
    color: #202020;
}

.home-row5 h2 {
    letter-spacing: -3%;
    font-weight: 700;
    font-family: "Oswald";
    font-size: 2.5em;

}

.vc_custom_1744528013188.row-1-bk-img {
    background-position: center top !important;
}

.vc_custom_1744532894733 {
    background-position: bottom left !important;
}

.vc_custom_1744570483859 {
    will-change: background-position !important;
    transition: background-position 0.1s linear !important;
    position: relative !important;
    /* overflow: hidden; */
    z-index: 0;
}

.bg-overlay-clone {
    z-index: -1 !important;
}

.home-row-2.vc_custom_1745415980542,
.home-row-2.vc_custom_1745415980542>div,
.home-row-2.vc_custom_1745415980542>div>div {
    width: 100%;
    height: calc(100vw * (2680 / 2880)) !important;
}

.home-row-2-inner.vc_custom_1745416001672 {
    background-position: top center !important;
    background-size: 100% auto !important;
    height: calc(100vw * 0.9678) !important;
}

#reel {
    padding-left: 10%;
}

#reel,
#vdo-container-1,
#vdo-container-2,
#vdo-container-3,
#vdo-container-4 {
    z-index: 10;
    position: relative;
}

#reel {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

#reel img,
#reel iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

    padding-left: 10%;
}

#reel button {
    padding-left: 10%;
}

.video-container {
    /* position: relative;
    width: 100%;
     height: auto; 

    aspect-ratio: 16 / 9;
    overflow: hidden;*/
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #202020;
}

.video-container img,
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.playPauseButton-teams {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 2;
    /* Ensure it's above the image */
    display: flex;
    align-items: center;
    justify-content: center;
}

video#sizzlingReel,
video#sizzlingReel1,
video#sizzlingReel2,
video#sizzlingReel3,
video#sizzlingReel4 {
    display: block;
    width: 100%;
    height: auto;
}

#playPauseButton,
#playPauseButton1,
#playPauseButton2,
#playPauseButton3,
#playPauseButton4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: none;
    cursor: pointer;
}

.circle-bottom-left {
    margin-top: -75px;
}

.home-row-1-col-2 {
    color: #202020;
    padding-left: 9% !important;
    padding-right: 5% !important;

    h1 {
        font-family: "Oswald";
        font-weight: 700;
        letter-spacing: -3%;
        line-height: 100px;
    }

    h3 {
        font-family: "barlow Condensed";
        font-style: italic;
        font-weight: 600;
        font-size: 1.25em;
        text-transform: uppercase;
    }

    p {
        font-family: 'Oswald';
        font-weight: 300;
        padding-right: 1.5%;
    }

    .cta-callout-btn {
        a {
            color: #202020;
        }
    }
}

.home-row-2 {
    margin-top: -80px !important;
}

.home-row-2-inner {
    margin: 0 5% !important;

    .home-row-2-image {
        text-align: center !important;
    }

    .home-row-2-col-2 {
        padding-right: 5%;
        padding-left: 10%;

        h3 {
            color: #FFF;
            font-family: Oswald;
            font-size: 3em;
            font-style: normal;
            font-weight: 700;
            line-height: 0;
            letter-spacing: -1.56px;
        }

        h1 {
            color: #FFF;
            font-family: Oswald;
            font-style: normal;
            font-weight: 700;
            line-height: 90px;
            letter-spacing: -4px;
        }

        p {
            color: #FFF;
            font-family: Oswald;
            font-size: 18px;
            font-style: normal;
            font-weight: 200;
            line-height: normal;
            margin: 15px 0 !important;
        }
    }
}

.home-row-our-mission {
    padding: 0 5%;
    margin-top: -10px !important;

    h3 {
        color: #202020;
        font-family: Oswald;
        font-size: 2em;
        font-style: normal;
        font-weight: 500;
        line-height: 0;
        letter-spacing: -1.56px;
    }

    h1 {
        color: #202020;
        font-family: Oswald;
        font-style: normal;
        font-weight: 700;
        line-height: 150px;
        letter-spacing: -4px;
        font-size: 9.5em;
    }

    h4 {
        color: #202020;
        font-family: "Barlow Condensed";
        font-size: 28px;
        font-style: italic;
        font-weight: 600;
        text-transform: uppercase;
    }

    p {
        color: #202020;
        font-family: Oswald;
        font-size: 18px;
        font-style: normal;
        font-weight: 200;
        line-height: normal;
        margin: 15px 0 !important;
    }

    .home-row3-image {
        margin-top: -75px !important;
    }

    .home-row-3-text {
        padding: 0 5%;

        p {
            color: #202020;
            text-align: center;
            font-family: Oswald;
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
        }
    }

    .home-row3-button {
        a {
            color: #202020;
            font-family: "Barlow Condensed";
            font-size: 34px;
            font-style: italic;
            font-weight: 600;
            text-transform: uppercase;
            text-decoration: none;
            transition: 0.3s ease;

            position: relative;
            display: inline-block;
            text-decoration: none;
            overflow: hidden;
            width: 205px;
            line-height: 50px;

            i {
                display: inline-block;
                transform: translateX(5px);
                animation: none;
            }

        }

        a::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
            width: 0%;
            background-color: currentColor;
            transition: width 0.3s ease;
        }

        a:hover::after {
            width: 100%;
        }

        a:hover i {
            animation: reenter 0.4s ease forwards;
        }
    }
}

@keyframes reenter {
    0% {
        transform: translateX(0);
        opacity: 0;
    }

    100% {
        transform: translateX(5px);
        opacity: 1;
    }
}

.home-row4 {
    h3 {
        color: #fff;
        font-family: Oswald;
        font-size: 2em;
        font-style: normal;
        font-weight: 500;
        line-height: 0;
        letter-spacing: -1.56px;
        text-transform: uppercase;
    }

    h1 {
        color: #fff;
        font-family: Oswald;
        font-style: normal;
        font-weight: 700;
        line-height: 150px;
        letter-spacing: -4px;
        font-size: 9.5em;
    }

    .home-row4-button {
        text-align: center;
    }
}

.home-row5 {
    .home-ro5-col {
        padding: 0 2%;
    }

    h3 {
        color: #202020;
        font-family: Oswald;
        font-size: 2em;
        font-style: normal;
        font-weight: 500;
        line-height: 0;
        letter-spacing: -1.56px;
        text-transform: uppercase;
    }

    h2 {
        color: #202020;
        text-align: center;
        font-family: Oswald;
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 42px;
        letter-spacing: -1.32px;
        text-transform: uppercase;
    }

    p {
        color: #202020;

        text-align: center;
        font-family: Oswald;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .home-row-5-mid-text {
        color: #202020;
        font-family: "Barlow Condensed";
        font-size: 22px !important;
        font-style: italic;
        font-weight: 600;
        line-height: 100px;
        text-transform: uppercase;
        height: 40px;
    }

    .home-ro5-col-button {
        a {
            color: #202020;
            font-family: "Barlow Condensed";
            font-size: 24px;
            font-style: italic;
            font-weight: 600;
            line-height: 40px;
            text-transform: uppercase;
            text-decoration: none;
            transition: 0.3s ease;

            position: relative;
            display: inline-block;
            text-decoration: none;
            overflow: hidden;
            width: 150px;

            i {
                display: inline-block;
                transform: translateX(5px);
                animation: none;
            }

        }

        a::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
            width: 0%;
            background-color: currentColor;
            transition: width 0.3s ease;
        }

        a:hover::after {
            width: 100%;
        }

        a:hover i {
            animation: reenter 0.4s ease forwards;
        }
    }
}

.banner-text-1,
.banner-text-2 {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.2s ease, visibility 0.2s ease !important;
}

.banner-text-1.visible,
.banner-text-2.visible {
    opacity: 1 !important;
    visibility: visible !important;
}

.delayed-animation {
    animation-delay: 1s !important;
    transition-delay: 1s !important;
}

/*#endregion: Homepage css ends*/

/*#region: Contact us css starts*/
.contact-us-row-1 {
    padding: 0 5%;
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    &::before {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #202020E6;
        z-index: 0;
    }

    h1 {
        color: #11FFFC;
        font-family: Oswald;
        font-style: normal;
        font-weight: 700;
        line-height: 150px;
        letter-spacing: -4px;
        font-size: 15em;
        z-index: 3;
        position: relative;
        text-transform: uppercase;
    }

    .contact-banner-form-cols {
        z-index: 5;
        position: relative;

        .contact-banner-form-col-1 {
            margin-bottom: 10px;

            .work-with-us-arrow {
                padding: 15px 0 !important;
            }

            :hover {
                i {
                    transform: translateX(5px);
                }
            }
        }

        .contact-banner-form-col-1,
        .contact-banner-form-col-2 {
            padding: 5% 5% 0 5% !important;

            p {
                padding: 15px 0 !important;
                margin: 0 !important;
            }

            .work-with-us-arrow p {
                padding: 0 !important
            }
        }

        h2 {
            color: #202020;
            font-family: Oswald;
            font-size: 60px;
            font-style: normal;
            font-weight: 700;
            line-height: 61.507px;
            letter-spacing: -1.8px;
            text-transform: uppercase;
            z-index: 4;
            position: relative;
            margin-top: 0;
            margin-bottom: 0 !important;
        }

        p {
            color: #202020;
            font-family: Oswald;
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            z-index: 5;
            position: relative;
        }

        .work-with-us-arrow {
            text-align: end;

            i {
                font-size: 2em;
                transition: transform 0.3s ease;
                padding-right: 25px;
            }

            padding-bottom: 10px;
        }

        .cta-callout-btn {

            a {
                color: #202020;
            }
        }

        p.cta-callout-btn {
            padding: 0 !important;
        }

        .contact-us-apply-now-btn {
            padding: 15px 0 !important;
            display: block;
        }
    }

    .contact-page-form {
        z-index: 5;
        padding-left: 20px;

        p {
            margin: 0;
        }

        .contact-form-firstname,
        .contact-form-lastname,
        .contact-form-email,
        .contact-form-companyname,
        .contact-form-located,
        .contact-form-desc {

            input,
            textarea {
                background-color: #11FFFC;
                color: #202020;
                font-size: 24px;
                font-weight: 500;
                letter-spacing: -3%;
                font-family: "Oswald";
                height: 50px;

                &:not(:placeholder-shown) {
                    background-color: #FFF;
                }
            }

        }

        #gform_submit_button_4 {
            background-color: transparent;
            color: #11FFFC;
            font-family: Oswald;
            font-size: 24px;
            font-style: italic;
            font-weight: 500;
            line-height: 0;
            text-transform: uppercase;
        }
    }

    .gform-theme--foundation .gform_fields {
        row-gap: 10px !important;
    }

    #gform_4 {
        .gform_footer.before {
            justify-content: end;
        }

        #gform_submit_button_4 {
            transition: 0.3s ease;

            position: relative;
            display: inline-block;
            text-decoration: none;
            overflow: hidden;
            width: 150px;

            i {
                display: inline-block;
                transform: translateX(5px);
                animation: none;
            }


            &::after {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                height: 2px;
                width: 0%;
                background-color: #11FFFC;
                transition: width 0.3s ease;
            }

            &:hover::after {
                width: 100%;
            }

            &:hover i {
                animation: reenter 0.4s ease forwards;
            }

            &:focus {
                outline: none;
                border: none;
                box-shadow: none;
            }
        }
    }
}

.contact-us-row-2 {
    .contact-us-row-2-col-1 {
        padding: 0 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-shrink: 0;
        height: 100%;

        h3 {
            color: #202020;
            font-family: Oswald;
            font-size: 52px;
            font-style: normal;
            font-weight: 700;
            line-height: 40px;
            letter-spacing: -1.56px;
        }

        h1 {
            color: #202020;
            font-family: Oswald;
            font-size: 163px;
            font-style: normal;
            font-weight: 700;
            line-height: 92px;
            letter-spacing: -4.89px;
            margin-left: -10px;
        }

        p {
            color: #202020;
            font-family: Oswald;
            font-size: 18px;
            font-style: normal;
            font-weight: 200;
            line-height: normal;
        }

        .aspire-build-for-text {
            padding-top: 0.1px !important;
        }
    }

    .contact-us-row-1-col-2 {
        img {
            background-size: contain !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
            width: 641px !important;
            height: auto !important;
        }
    }
}

/*#endregion: Contact us css ends*/
/*#region: About us css starts*/
.about-row1 {
    .about-row1-col1 {
        padding-left: 5%;

        h2 {
            color: #202020;
            font-family: Oswald;
            font-size: 69.304px;
            font-style: normal;
            font-weight: 700;
            line-height: 86.63px;
            padding-top: 0 !important;
            margin-top: 0 !important;
        }
      h2.about-bold {
            color: #202020;
            font-family: Oswald;
            font-size: 166.33px !important;
            font-style: normal;
            font-weight: 700;
            line-height: 80.984px;
        }

	
      h1 {
            color: #202020;
            font-family: Oswald;
            font-size: 166.33px;
            font-style: normal;
            font-weight: 700;
            line-height: 80.984px;
        }
}

        p {
            color: #202020;
            font-family: Oswald;
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
        }

        .about-row-1-col-1-left-border {
            padding-left: 20px;
            border-left: 2px solid #11FFFC;
        }
    }
}

.about-row2 {
    .about-row2-co1 {
        position: absolute;
    }

    .about-row2-col2 {
        padding-right: 5%;
        float: right;
  }	 
	
	 h2 {
            color: #202020;
            font-family: Oswald;
            font-size: 69.304px;
            font-style: normal;
            font-weight: 700;
            line-height: 86.63px;
            padding-top: 0 !important;
            margin-top: 0 !important;
	}


        h1 {
            color: #202020;
            font-family: Oswald;
            font-size: 170px;
            font-style: normal;
            font-weight: 700;
            line-height: 95.932px;
            letter-spacing: -5.1px;
        }


        p {
            color: #202020;
            font-family: Oswald;
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            margin-top: 0 !important;
        }

        h3 {
            color: #202020;
            font-family: Oswald;
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: 40px;
            letter-spacing: -0.96px;
            text-transform: uppercase;
        }
    }

    .about-row-2-col-1-ceo {
        color: #202020;
        font-family: "Barlow Condensed";
        font-size: 18px;
        font-style: italic;
        font-weight: 500;
        line-height: 0;
        letter-spacing: 2.88px;
    }
}

.about-row-2-inner-row-2.vc_custom_1744612763893 {
    background-position: top center !important;
    background-size: 100% auto !important;
    height: calc(100vw * (899 / 1440)) !important;
}

.about-row-2-inner-row-2 {

    .about-row-2-inner-row-2-col-2 {
        position: absolute;
        margin-top: -100px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 50%;
        left: 50%;
    }

    .about-row-2-inner-row-2-col-1 {
        padding-left: 5%;
        top: 10%;
		


        h2 {
            color: #202020;
            font-family: Oswald;
            font-size: 52px;
            font-style: normal;
            font-weight: 700;
            line-height: 0;
            letter-spacing: -1.56px;
        }

        h1 {
            color: #202020;
            font-family: Oswald;
            font-size: 140.558px;
            font-style: normal;
            font-weight: 700;
            line-height: 103.723px;
            letter-spacing: -4.217px;
        }

        p,
        ul {
            color: #202020;
            font-family: Oswald;
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
        }

        ul {
            margin-left: 25px;
            margin-top: 10px !important;

            li {
                list-style-type: disc;
                margin: 5px 0;
            }
        }

        .col-we-believe-in-text {
            margin-bottom: 15px !important;
        }
    }
}

.about-row-2-inner-row-3 {
    .about-row-2-inner-row-3-col-1 {
        padding-left: 5%;

        h1 {
            color: #202020;
            font-family: Oswald;
            font-size: 84px;
            font-style: normal;
            font-weight: 700;
            line-height: 94.111px;
            letter-spacing: -2.52px;
        }

        p,
        ul {
            color: #202020;
            font-family: Oswald;
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
        }

        ul {
            margin-left: 25px;

            li {
                list-style-type: disc;
                margin: 5px 0;
            }
        }

        .about-row-2-inner-row-3-col-1-bottom-text {
            p {
                color: #202020;
                font-family: "Barlow Condensed";
                font-size: 20px !important;
                font-style: italic;
                font-weight: 600;
                line-height: 24px;
                text-transform: uppercase;
            }
        }
    }
}

.about-row-3 {
    background-color: #202020 !important;

    .about-row-3-inner-row-1 {
        background: linear-gradient(180deg, #1A83CB 0%, #11FFFC 100%);
        padding: 0 5%;

        h2.h1-style {
            color: #202020;
            font-family: Oswald;
            font-size: 163px !important;
            font-style: normal;
            font-weight: 700;
            line-height: 94.165px;
        }
		
		h2 {
            color: #202020;
            font-family: Oswald;
            font-size: 64px !important;
            font-style: normal;
            font-weight: 700;
            line-height: 94.165px;
        }

        h1 {
            color: #202020;
            font-family: Oswald;
            font-size: 184px;
            font-style: normal;
            font-weight: 700;
            line-height: 95px;
            letter-spacing: -5.52px;
			padding-bottom: 50px;
        }
    }
	


    .about-row-3-inner-row-2 {
        padding: 0 5%;

        p {
            color: #FFF;
            text-align: center;
            font-family: Oswald;
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
        }
    }

    .about-row-3-inner-row-vdo-boxes {
        padding: 0 5%;

        .about-row-3-inner-row-vdo-box-left {
            padding-right: 1%;
        }

        .about-row-3-inner-row-vdo-box-right {
            padding-left: 1%;
        }

        h3 {
            color: #11FFFC;
            font-family: Oswald;
            font-size: 40px;
            font-style: normal;
            font-weight: 700;
            line-height: 0;
            letter-spacing: -1.2px;
            text-transform: uppercase;
        }

        h4 {
            color: #11FFFC;
            font-family: Oswald;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 0;
            letter-spacing: 2.88px;
        }

        p {
            color: #FFF;
            font-family: Oswald;
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            padding-right: 2%;
        }
    }
}

.about-row-4 {
    padding: 0 5%;
    background: linear-gradient(to bottom, #202020 0%, #202020 50%, #FFFFFF 50%, #FFFFFF 100%);

    h3 {
        color: #202020;
        font-family: "Barlow Condensed";
        font-size: 38px;
        font-style: italic;
        font-weight: 600;
        line-height: 22.203px;
        text-transform: uppercase;
    }

    p {
        color: #202020;
        text-align: center;
        font-family: Oswald;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;

        a {
            color: #202020;
            font-family: "Barlow Condensed";
            font-size: 24px;
            font-style: italic;
            font-weight: 600;
            line-height: 119.403px;
            text-transform: uppercase;

            transition: 0.3s ease;

            position: relative;
            display: inline-block;
            text-decoration: none;
            overflow: hidden;
            width: 110px;
            line-height: 50px;

            i {
                display: inline-block;
                transform: translateX(5px);
                animation: none;
            }
        }

        a::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
            width: 0%;
            background-color: currentColor;
            transition: width 0.3s ease;
        }

        a:hover::after {
            width: 100%;
        }

        a:hover i {
            animation: reenter 0.4s ease forwards;
        }
    }

    .about-row-4-inner-row {
        .about-row-4-inner-row-mid-col {
            background-color: #11FFFC;
            clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
        }
    }
}

/*#endregion: About us css starts*/
/*#region: Careers css starts*/
.careers-header {
    #menu .menu-icon {
        color: #202020;
    }
}

.careers-banner-row 
    padding: 0 5%;

    h2 {
        color: #202020 ;
        font-family: Oswald;
        font-size: 78px;
        font-style: normal;
        font-weight: 700;
        line-height: 0;
        letter-spacing: -2.34px;
    }

    h1 {
        color: #202020;
        font-family: Oswald;
        font-size: 138px;
        font-style: normal;
        font-weight: 700;
        line-height: 128.877px;
        letter-spacing: -4.14px;
    }

    p {
        color: #202020;
        font-family: Oswald;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .careers-banner-row-text-left-border {
        padding-left: 20px;
        border-left: 2px solid #11FFFC;
    }

    .careers-banner-row-col-right {
        position: absolute;
        left: 59%;
        top: 26%;
    }

    .careers-banner-row-col {
        overflow: hidden;
        position: relative;
        width: 100%;
        z-index: 10;
    }

.careers-row-1 {
    .careers-row-1-col {
        padding: 0 5%;

        h3 {
            color: #202020;
            text-align: center;
            font-family: Oswald;
            font-size: 52px;
            font-style: normal;
            font-weight: 500;
            line-height: 0;
            letter-spacing: -1.56px;
        }

        h2 {
            color: #202020;
            text-align: center;
            font-family: Oswald;
            font-size: 81.145px;
            font-style: normal;
            font-weight: 700;
            line-height: 65px;
            letter-spacing: -2.434px;
        }

        h4 {
            color: #FFF;
            font-family: "Barlow Condensed";
            font-size: 24px;
            font-style: italic;
            font-weight: 600;
            line-height: 50px;
            text-transform: uppercase;
        }

        p {
            color: #FFF;
            text-align: center;
            font-family: Oswald;
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            margin-top: -15px !important;

            a {
                color: #11FFFC;
                font-family: "Barlow Condensed";
                font-size: 24px;
                font-style: italic;
                font-weight: 600;
                line-height: 119.403px;
                text-transform: uppercase;

                transition: 0.3s ease;

                position: relative;
                display: inline-block;
                text-decoration: none;
                overflow: hidden;
                width: 150px;
                line-height: 50px;

                i {
                    display: inline-block;
                    transform: translateX(5px);
                    animation: none;
                }
            }

            a::after {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                height: 2px;
                width: 0%;
                background-color: currentColor;
                transition: width 0.3s ease;
            }

            a:hover::after {
                width: 100%;
            }

            a:hover i {
                animation: reenter 0.4s ease forwards;
            }
        }

        .careers-row-1-col-ceo-text {
            padding: 0 5%;

            p {
                color: #202020;
                text-align: center;
                font-family: Oswald;
                font-size: 32px !important;
                font-style: normal;
                font-weight: 700;
                line-height: 40px !important;
                letter-spacing: -0.96px;
                text-transform: uppercase;
            }
        }

        .careers-row-1-col-ceo-text-bot {
            margin-bottom: 0 !important;

            p {
                color: #202020;
                font-family: "Barlow Condensed";
                font-size: 18px;
                font-style: italic;
                font-weight: 500;
                line-height: 98.483px;
                letter-spacing: 2.88px;
            }
        }

        .careers-row-1-inner-row-col {
            background-color: #11FFFC;
            clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
        }

        .careers-row-1-inner-row-2 {
            position: absolute;
            left: 50%;
            transform: translate(-50%, -80%);
            width: 100%;
            z-index: 5;
        }
    }
}

.careers-row-boxes-text-img {
    padding-left: 5%;

    .vc_custom_1744648108587,
    .vc_custom_1744649602357 {
        background-position: right !important;
    }
}

.careers-row-boxes-img-text {
    padding-right: 5%;

    .vc_custom_1744648825140,
    .vc_custom_1744650079773 {
        background-position: left !important;
    }
}

.careers-row-boxes-text-img,
.careers-row-boxes-img-text,
.updates-row-boxes-text-img {

    h2 {
        color: #202020;
        font-family: Oswald;
        font-size: 52px;
        font-style: normal;
        font-weight: 700;
        line-height: 0;
        letter-spacing: -1.56px;
    }

    h1 {
        color: #202020;
        font-family: Oswald;
        font-size: 76.757px;
        font-style: normal;
        font-weight: 700;
        line-height: 76.757px;
        letter-spacing: -2.303px;
    }

    h4 {
        color: #202020;
        font-family: "Barlow Condensed";
        font-size: 20px;
        font-style: italic;
        font-weight: 600;
        line-height: 10px;
        text-transform: uppercase;
    }

    p {
        color: #202020;
        font-family: Oswald;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
}

/*#endregion: Careers css ends*/
/*#region: Blog inner css starts*/
.blog-inner-page {

    .bg-image-container {
        height: 901px;
        position: absolute;
        width: 100%;
        overflow: hidden;

        .image-container,
        .bg-image {
            position: absolute;
            height: 100%;
            width: 100%;
            overflow: hidden;

            img {
                width: 100% !important;
                height: 100% !important;
                display: block;
            }
        }
    }

    .blog-inner-container {
        padding: 0 5%;

        .back-to-updates-btn {
            padding-bottom: 10px;

            a {
                color: #202020;
                font-family: "Barlow Condensed";
                font-size: 24px;
                font-style: italic;
                font-weight: 600;
                line-height: 98.483px;
                text-transform: uppercase;

                transition: 0.3s ease;

                position: relative;
                display: inline-block;
                text-decoration: none;
                overflow: hidden;
                width: 200px;
                line-height: 50px;

                i {
                    display: inline-block;
                    transform: translateX(5px);
                    animation: none;
                }
            }

            a::after {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                height: 2px;
                width: 0%;
                background-color: currentColor;
                transition: width 0.3s ease;
            }

            a:hover::after {
                width: 100%;
            }

            a:hover i {
                animation: reenter 0.4s ease backwards;
            }
        }

        .blog-featured-image {
            height: 588px;
            position: relative;
            width: 100%;
            overflow: hidden;

            .image-container {
                position: relative;
                height: 100%;
                width: 100%;
                overflow: hidden;
                transition: transform 0.3s ease;

                img {
                    width: 100% !important;
                    height: 100% !important;
                    object-fit: cover;
                    display: block;
                    transition: transform 0.3s ease;

                    /* Harkx, Removed as per app.markup comment 
                    &:hover,
                    &:focus {
                        transform: scale(1.1);
                    } */
                }
            }
        }

        .blog-contents {
            padding: 0 5%;
            z-index: 1;
            position: relative;

            .blog-title h1 {
                color: #202020;
                font-family: Oswald;
                font-style: normal;
                font-weight: 700;
                line-height: 100px;
                letter-spacing: -3px;
                text-transform: uppercase;
            }

            .blog-date-text {
                color: #202020;
                font-family: Oswald;
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 0;
                letter-spacing: 2.88px;
                text-transform: uppercase;
            }

            .blog-desc-text {
                color: #202020;
                font-family: Oswald;
                font-size: 20px;
                font-style: normal;
                font-weight: 300;
                line-height: normal;

                padding-left: 20px;
                border-left: 2px solid #11FFFC;

                padding-right: 5%;
            }

            .blog-content {
                padding-right: 5%;
                padding-left: calc(5% + 35px);
                position: relative;

                h2 {
                    color: #202020;
                    font-family: Oswald;
                    font-size: 60px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 60px;
                    letter-spacing: -1.8px;
                    text-transform: uppercase;
                }

                h3 {
                    color: #202020;
                    font-family: "Barlow Condensed";
                    font-size: 36px;
                    font-style: italic;
                    font-weight: 600;
                    line-height: 20px;
                    text-transform: uppercase;
                }

                h4 {
                    color: #202020;
                    font-family: "Barlow Condensed";
                    font-size: 24px;
                    font-style: italic;
                    font-weight: 600;
                    line-height: 20px;
                    text-transform: uppercase;
                }

                p,
                ul li {
                    color: #202020;
                    font-family: Oswald;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 300;
                    line-height: normal;
                }

                &::before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 35px;
                    height: 100%;
                    background: linear-gradient(to bottom, #1e87c9, #11FFFC);
                }

                .blog-contact-us-btn {
                    .cta-callout-btn {
                        border: 2px solid #202020;

                        a {
                            color: #202020;
                        }
                    }
                }
            }
        }
    }
}

/*#endregion: Blog inner css ends*/
/*#region: Updates starts*/
.updates-page {
    .updates-header-text {
        padding: 0 5%;
        text-align: center;

        h1 {
            color: #202020;
            font-family: Oswald;
            font-size: 120px;
            font-style: normal;
            font-weight: 700;
            line-height: 100px;
            letter-spacing: -5.97px;
            text-transform: uppercase;

            display: inline-block;
            transition: transform 0.3s ease;

            &:hover {
                transform: scale(1.01);
            }
        }
    }

    .updates-container {
        padding: 5%;
        background-color: #202020 !important;

        /*.pad-1-perc-right {
            padding-right: 1%;
        }

        .pad-1-perc-left {
            padding-left: 1%;
        }

        */
        .blog-filtered-result {

            .blog-posts-grid {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                grid-gap: 20px;

                .blog-post {
                    padding: 0;
                    margin: 0;
                    transition: transform 0.3s ease;
                    position: relative;

                    .blog-featured-image {
                        height: 400px;
                        position: relative;
                        width: 100%;
                        overflow: hidden;
                        transition: transform 0.3s ease;

                        .image-container {
                            position: relative;
                            height: 100%;
                            width: 100%;
                            overflow: hidden;
                            transition: transform 0.3s ease;

                            img {
                                width: 100% !important;
                                height: 100% !important;
                                object-fit: cover;
                                display: block;
                                transition: transform 0.3s ease;
                            }

                            .blog-date {
                                position: absolute;
                                bottom: 0;
                                left: 0;
                                width: 50%;
                                background: #202020;
                                color: white;
                                padding: 20px 0 0 0;
                                box-sizing: border-box;
                                display: flex;
                                flex-direction: column;
                                justify-content: center;
                            }
                        }
                    }

                    h2 {
                        color: #FFF;
                        font-family: Oswald;
                        font-size: 36px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 36px;
                        letter-spacing: -1.08px;
                        text-transform: uppercase;
                    }

                    h3 {
                        color: #11FFFC;
                        font-family: "Barlow Condensed";
                        font-size: 18px;
                        font-style: italic;
                        font-weight: 500;
                        line-height: 0;
                        letter-spacing: 2.88px;
                        text-transform: uppercase;
                        margin-top: 10px;
                        margin-bottom: 10px;
                    }

                    .blog-read-more-btn a {
                        color: #11FFFC;
                        font-family: "Barlow Condensed";
                        font-size: 24px;
                        font-style: italic;
                        font-weight: 600;
                        line-height: 0;
                        text-transform: uppercase;
                        margin: 0 auto;
                        text-decoration: none;
                        align-items: center;
                        display: flex;
                        cursor: pointer;
                        transition: transform 0.3s ease;
                        position: relative;
                        padding-bottom: 10px;

                        i {
                            transition: transform 0.3s ease;
                            position: relative;
                        }
                    }

                    &:hover img,
                    &:focus img {
                        transform: scale(1.1);
                    }

                    &:hover .blog-read-more-btn a,
                    &:focus .blog-read-more-btn a {
                        opacity: 1 !important;
                    }

                    &:hover .blog-read-more-btn a i,
                    &:focus .blog-read-more-btn a i {
                        transform: translateX(5px);
                        opacity: 1 !important;
                    }

                    &:hover h2,
                    &:focus h2 {
                        color: #11FFFC;
                    }
                }
            }
        }

        .pagination {
            margin: 0 auto;
            width: 100%;
            justify-content: center;
            gap: 20px;

            .page-btn {
                box-sizing: border-box;
                font-family: "Barlow Condensed";
                height: 47px;
                width: 44px;
                background-color: #202020;
                border: 1px solid #FFF;
                border-radius: 5px;
                padding: 0;
                color: #fff;
                transition: all 0.3s ease;
                cursor: pointer;
                position: relative;
                border: none;
                background-image: linear-gradient(#202020, #202020), linear-gradient(to right, #FFF, #FFF);
                background-origin: border-box;
                background-clip: content-box, border-box;
                border: 1px solid transparent;
            }

            .page-btn:hover,
            .page-btn:focus,
            .page-btn.selected {
                opacity: 0.8;
                outline: none;
                border-radius: 5px;
                background-image: linear-gradient(#202020, #202020), linear-gradient(to right, #1e87c9, #11fffc);
                background-origin: border-box;
                background-clip: content-box, border-box;
                border: 1px solid transparent;
            }
        }
    }
}

.updates-row-2-button {
    a {
        color: #202020;
        font-family: "Barlow Condensed";
        font-size: 24px;
        font-style: italic;
        font-weight: 600;
        line-height: 40px;
        text-transform: uppercase;
        text-decoration: none;
        transition: 0.3s ease;

        position: relative;
        display: inline-block;
        text-decoration: none;
        overflow: hidden;
        width: 150px;

        i {
            display: inline-block;
            transform: translateX(5px);
            animation: none;
        }

    }

    a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 0%;
        background-color: currentColor;
        transition: width 0.3s ease;
    }

    a:hover::after {
        width: 100%;
    }

    a:hover i {
        animation: reenter 0.4s ease forwards;
    }
}

.updates-row-2-right-col {
    .vc_custom_1745178563439 {
        background-position: right !important;
    }
}

.updates-row-boxes-text-img {
    padding-left: 5%;
    margin-bottom: 0 !important;

    h1 {
        line-height: 60px;
    }
}



/*#endregion: Updates css ends*/

/*#region: Mobile comp css starts*/
@media(max-width:768px) {

    .hide-for-mobile,
    .hide-for-mobile-but-big {
        display: none !important;
    }

    #footer {
        padding: 2%;
    }

    .show-only-mobile {
        display: block !important;
    }

    .footer-row-3 {
        flex-direction: column !important;
    }

    #footer-menu-content {
        & .menu-menu-container {
            .menu li a {
                font-size: 20px;
            }
        }
    }

    img.wp-image-55 {
        width: 40% !important;
    }

    #footer-menu-content {
        .menu-menu-container {

            .menu-item:first-child,
            .menu-item:last-child {
                text-align: center;
            }
        }
    }

    .footer-row-3 {
        .footer-h4 {
            .social-icon {
                font-size: 18px;
                padding: 0 2px;
            }

            font-weight: 500;
            font-size: 24px;
        }

        .footer-h4.hr-text {
            font-weight: 800;
            font-size: 32px;
        }

        .footer-2nd-col {
            width: 85%;
        }

        & .footer-2nd-col {
            .wp-block-heading {
                font-size: 40px;
                font-style: normal;
                line-height: 42.013px;
                margin-top: 20px;
                margin-bottom: 0px;
            }

            & .footer-form-name,
            & .footer-form-phone,
            & .footer-form-email {
                input {
                    margin-top: -20px;
                    text-align: left;
                }
            }

            .gform_footer {
                margin-top: 20px;
                margin-bottom: -20px;
            }
        }

        .show-only-mobile-address {
            padding-bottom: 25px;

            >.footer-h4 {
                font-weight: 700;
            }
        }
    }

    #gform_wrapper_3[data-form-index="0"].gform-theme {
        margin-top: -20px !important;
    }

    .footer-copyright.show-only-mobile {
        font-size: 1em;
        font-weight: 300;
        color: #11FFFC;
        font-family: "Oswald";

        a {
            text-decoration: none;
            color: #11FFFC;
        }

        padding: 20px 0;
    }

    #menu-content {
        width: 100%;
    }

    #menu a {
        font-size: 60px;
    }

    #header {
        display: flex;
        justify-content: space-between;
        margin-top: 0;

        >::before {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-color: #202020B3;
            z-index: 3;
        }

        /* >::before {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-color: #202020B3;
            z-index: 3;

        } */
    }

    #logo {
        max-width: 50% !important;
        padding-top: 30px;
        margin-left: 15px;
    }

    #menu .menu-icon {
        font-size: 30px;
        position: absolute;
    }

    .home-banner-row {
        h1 {
            font-size: 92px;
            line-height: 0;
        }

        h2 {
            font-size: 36px;
            line-height: 60px;
        }

        h3 {
            font-size: 20px;
            line-height: 0;
            margin-top: 10px;
        }
    }

    .home-row-1-col-2 {
        padding-left: 5% !important;
        padding-right: 5% !important;
        text-align: center;

        & h3 {
            font-size: 20px;
            text-align: center;
            margin-top: 20px;
        }

        & h1 {
            font-size: 68px;
            text-align: center;
            line-height: 70px;
            margin-top: -20px;
        }
    }

    .circle-bg-bot-left>.vc_custom_1744569000827 {
        padding: 0% !important;
    }

    #reel {
        padding: 0 5%;
    }

    #reel button,
    #reel img,
    #reel iframe {
        padding: 0 5%;
    }

    .vc_custom_1744528013188.row-1-bk-img {
        position: relative;
        background-repeat: no-repeat;
        background-position: right 7px top 180px !important;
        background-size: 125px;
        display: block !important;
        z-index: 50;
    }

    .show-only-mob-row-2 {
        position: relative;
    }

    .circle-bottom-left {
        margin-top: -20px;
        padding-left: 10px;
    }

    .circle-bottom-left .vc_single_image-wrapper.vc_box_border_grey {
        max-width: 50%;
    }

    .row-2-logos-mobile {
        .row-2-logos-mobile-col {
            flex: 0 0 33.3333%;
            max-width: 33.3333%;
            box-sizing: border-box;
        }

        .row-2-logos-mobile-col-1 .vc_single_image-wrapper.vc_box_border_grey {
            max-width: 80%;
            padding-right: 5%;
        }

        .row-2-logos-mobile-col-1 {
            .wpb_content_element {
                margin-bottom: 0px;
            }
        }
    }

    .home-row-2.vc_custom_1745415980542,
    .home-row-2.vc_custom_1745415980542>div,
    .home-row-2.vc_custom_1745415980542>div>div {
        height: 1750px !important;
        padding-top: 70px;
        background-position: top center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .home-row-2-inner.vc_custom_1745416001672 {
        background-image: url('https://joybytetemplate.wpmudev.host/wp-content/uploads/2025/04/Mob-BG-Image-Row-2.png') !important;
        background-position: top 50% left 25% !important;
        height: 1600px !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .home-row-2-inner {
        margin: 0 !important;

        .home-row-2-image {
            margin-top: -140px;
        }

        .home-row-2-col-2 {
            padding-left: 5%;
            text-align: center;

            h3 {
                font-size: 30px;
            }

            h1 {
                font-size: 52px;
                letter-spacing: -1.68px;
                line-height: 35px;
            }
        }
    }

    .home-row-our-mission {
        h3 {
            font-size: 20px;
        }

        h1 {
            font-size: 60px;
            line-height: 57.865px;
            letter-spacing: -1.92px;
        }

        .home-row3-image {
            margin-top: -40px !important;
        }

        .home-row3-image .vc_single_image-wrapper.vc_box_border_grey {
            max-width: 75%;
        }

        h4 {
            font-size: 24px;
        }

        & .home-row3-button {
            a {
                font-size: 24px;
                line-height: 0px;
            }
        }
    }

    .home-row-our-mission.vc_custom_1744570483859 {
        background-image: url('https://joybytetemplate.wpmudev.host/wp-content/uploads/2025/04/MasteryBGMob3.png') !important;
        /* background-position: bottom center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important; */
        width: 100%;
        height: 1150px;
    }

    .home-row4 {
        h3 {
            font-size: 20px;
            line-height: 5px;
            letter-spacing: -0.6px;
        }

        h1 {
            font-size: 80px;
            line-height: 45px;
            letter-spacing: -2.52px;
        }
    }

    .home-row4.vc_custom_1745508697163 {
        background-image: url('https://joybytetemplate.wpmudev.host/wp-content/uploads/2025/04/What-we-do-mob.png') !important;
    }

    ul.slick-dots {
        margin: 30px 0 60px -30px;
    }

    .slick-dots li button:before {
        font-size: 12px !important;
    }

    .slick-dots li.slick-active button:before {
        opacity: 1 !important;
        color: #10499F !important;
    }

    .slick-dots li button:before {
        color: #7c7c7c !important;
    }

    .home-row5 {
        .home-ro5-col {
            padding: 0;
        }

        .home-row-5-mid-text {
            line-height: 30px !important;
        }
    }

    .updates-page {
        & .updates-header-text {
            h1 {
                font-size: 95px;
            }
        }
    }

    .updates-page {
        & .updates-container {
            & .blog-filtered-result {
                .blog-posts-grid {
                    grid-template-columns: repeat(1, 1fr);
                }
            }
        }
    }

    .updates-page {
        & .updates-container {
            & .blog-filtered-result {
                & .blog-posts-grid {
                    & .blog-post {
                        & .blog-featured-image {
                            & .image-container {
                                .blog-date {
                                    bottom: 40px;
                                    padding: 15px 10px 0 0;
                                    width: 100% !important;
                                }
                            }
                        }

                        h3 {
                            font-size: 16px;
                        }

                        h2 {
                            font-size: 26px;
                            line-height: 26px;
                            margin-top: 20px;
                            margin-bottom: 10px;
                        }

                        .blog-read-more-btn a {
                            font-size: 22px;
                        }

                        .blog-detail {
                            margin-top: -50px;
                        }
                    }
                }
            }

            .pagination {
                gap: 5px;
            }
        }
    }

    .updates-row-boxes-text-img {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;

        .updates-row-2-left-col {
            padding: 0 5%;
            order: 2;
        }

        .updates-row-2-right-col {
            order: 1;
        }

        .updates-row-2-right-col .vc_custom_1745178563439 {
            background-size: cover !important;
        }
    }

    .updates-page {
        & .updates-container {
            & .blog-filtered-result {
                & .blog-posts-grid {
                    & .blog-post {
                        & .blog-featured-image {
                            height: 310px;
                        }
                    }
                }
            }
        }
    }

    .blog-inner-page {
        .bg-image-container {
            height: 440px;
        }

        & .blog-inner-container {
            padding: 0;

            .back-to-updates-btn,
            .blog-featured-image,
            .blog-title,
            .blog-date,
            .blog-desc {
                padding: 0 2%;
            }

            & .blog-contents {
                padding: 0;

                .blog-title h1 {
                    font-size: 40px;
                    line-height: 36px;
                    letter-spacing: -1.2px;
                }

                & .blog-content {
                    h2 {
                        font-size: 40px;
                        line-height: 38px;
                        letter-spacing: -1.2px;
                    }

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

            .blog-featured-image {
                height: 261px;
            }
        }
    }

    .contact-us-row-1 {
        h1 {
            font-size: 94px;
            line-height: 200px;
            letter-spacing: -2px;
        }

        .contact-page-form {
            padding-left: 0;
        }
    }

    .contact-us-row-1 {
        & .contact-page-form {

            & .contact-form-firstname,
            & .contact-form-lastname,
            & .contact-form-email,
            & .contact-form-companyname,
            & .contact-form-located,
            & .contact-form-desc {

                input,
                textarea {
                    font-size: 16px;
                    height: 30px;
                }
            }
        }

        & #gform_4 {
            #gform_submit_button_4 {
                text-align: right;
            }
        }

        & .contact-page-form {
            #gform_submit_button_4 {
                font-size: 22px;
            }
        }

        .contact-banner-form-cols.show-only-mobile {
            text-align: center;

            h2 {
                color: #11FFFC;
                font-family: Oswald;
                font-size: 54px;
                font-style: normal;
                font-weight: 700;
                line-height: 56.458px;
                letter-spacing: -1.62px;
            }

            p {
                color: #FFF;
                text-align: center;
                font-family: Oswald;
                font-size: 18px;
                font-style: normal;
                font-weight: 300;
                line-height: normal;
                margin: 0 auto !important;
            }

            & .cta-callout-btn {
                a {
                    color: #fff;
                }
            }
        }
    }

    .contact-us-row-2 {

        display: flex;
        flex-wrap: wrap;
        flex-direction: column;

        & .contact-us-row-2-col-1 {
            text-align: center;
            order: 2;

            h3 {
                font-size: 36px;
                line-height: 15px;
                letter-spacing: -1.08px;
            }

            h1 {
                margin-left: 0;
                font-size: 110px;
                line-height: 50px;
                letter-spacing: -3.3px;
            }

            p {
                font-weight: 300;
            }
        }

        & .contact-us-row-2-col-1 {
            order: 1;
        }
    }

    .about-row1 {
        text-align: center;

        & .about-row1-col1 {
            padding-left: 0;

            h2 {
                font-size: 36px;
                letter-spacing: -1.08px;
                line-height: 0;
            }

            h1 {
                font-size: 76px;
                line-height: 35px;
                letter-spacing: -2.28px;
            }

            .about-row-1-col-1-left-border {
                padding: 0 5%;
                border-left: none;
            }
        }
    }

    .about-row2 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;

        & .about-row2-col2 {
            text-align: center;
            order: 1;
            padding: 0 5%;

            h1 {
                font-size: 116px;
                line-height: 40px;
                letter-spacing: -3.48px;
            }

            h2 {
                font-size: 36px;
                line-height: 25px;
                letter-spacing: -1.08px;
            }
        }

        .about-row2-co1 {
            order: 2;
            position: relative;
        }
    }

    .about-row-2-inner-row-2 {
        .about-row-2-inner-row-2-col-2 {
            position: relative;
            margin-top: 0;
            top: 0;
            left: 0;
        }

        .about-row-2-inner-row-2-col-1 {
            text-align: center;
            padding: 0 5%;
            top: 0;

            h1 {
                font-size: 80px;
                line-height: 40px;
                letter-spacing: -2.58px;
            }

            h2 {
                font-size: 36px;
                line-height: 25px;
                letter-spacing: -1.08px;
            }

            ul,
            .col-we-believe-in-text {
                text-align: left;
            }
        }
    }

    .about-row-2-inner-row-2.vc_custom_1744612763893 {
        background-position: top center !important;
        background-size: cover auto !important;
        height: 100% !important;
        background-image: url('https://joybytetemplate.wpmudev.host/wp-content/uploads/2025/04/BGAbout.png') !important;
        margin-top: -110px !important;
    }

    .about-row-2-inner-row-3 {
        .about-row-2-inner-row-3-col-1 {
            padding: 0 5%;

            h1 {
                font-size: 50px;
                line-height: 50px;
                letter-spacing: -1.62px;
                text-align: center;
            }

            p {
                text-align: center;
            }

            .about-row-2-inner-row-3-col-1-bottom-text {
                p {
                    text-align: left;
                }
            }
        }
    }

    .about-row-3 {
        & .about-row-3-inner-row-1 {
            h1 {
                font-size: 50px;
                line-height: 15px;
                letter-spacing: -1.86px;
            }

            h2 {
                font-size: 21.964px;
                line-height: 0;
            }

            height: 107px;
        }

        & .about-row-3-inner-row-vdo-boxes {
            text-align: center;

            h3 {
                font-size: 30px;
                line-height: 0;
                letter-spacing: -0.9px;
            }

            p {

                font-size: 16px !important;
            }

            .about-row-3-inner-row-vdo-box-left {
                padding-right: 0;
            }

            .about-row-3-inner-row-vdo-box-right {
                padding-left: 0;
            }
        }
    }

    .about-row-4 {
        h3 {
            font-size: 28px;
            line-height: 24.053px;
            width: 325px;
            margin: 0 auto;
            padding-top: 40px;
        }
    }

    .careers-banner-row {
        h2 {
            font-size: 40px;
            line-height: 0;
            letter-spacing: -1.2px;
        }

        h1 {

            font-size: 50px;
            line-height: 56px;
            letter-spacing: -1.74px;
        }

        .careers-text-mobile {
            position: relative;
            z-index: 2;
        }

        .bgimg-empty-space {
            position: absolute;
            top: 80px;
            left: 75%;
            transform: translateX(-50%);
            width: 175px;
            height: 175px !important;
            z-index: 1;
            pointer-events: none;
        }

        .careers-banner-row-text-left-border {

            position: relative;
            z-index: 3;
        }
    }

    .careers-row-1 {
        & .careers-row-1-col {
            h3 {
                font-size: 36px;
                line-height: 0;
                letter-spacing: -1.08px;
            }

            h2 {
                font-size: 46px;
                line-height: 54px;
                letter-spacing: -1.5px;
            }

            h4 {
                font-size: 24px;
                line-height: 30px;
            }

            & .careers-row-1-col-ceo-text {
                p {
                    font-size: 22px !important;
                    line-height: 29px !important;
                }
            }

            .careers-row-1-inner-row-2 {
                padding: 0 5%;
            }
        }
    }

    .careers-row-boxes-text-img,
    .careers-row-boxes-img-text,
    .updates-row-boxes-text-img {
        padding: 0;
        text-align: center;

        h2 {
            font-size: 32px;
            line-height: 0;
            letter-spacing: -1.08px;
            padding: 0 5%;
        }

        h1 {
            font-size: 38px;
            line-height: 44px;
            letter-spacing: -1.5px;
            padding: 0 5%;
            margin-top: -15px;
        }

        h4 {
            font-size: 20px;
            line-height: 24px;
            padding: 0 5%;
        }

        p {
            padding: 0 5%;
        }
    }

    .careers-row-boxes-text-img {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;

        .careers-row-2-right-col {
            order: 1;
            margin-top: -5px;
        }

        .careers-row-2-left-col {
            order: 2;
        }
    }

    .careers-row-1 {
        & .careers-row-1-col {
            p {
                font-size: 16px !important;
            }
        }
    }

    .home-row-2-inner {
        & .home-row-2-col-2 {
            p {
                text-align: center !important;
                margin: 0 auto !important;
            }
        }
    }

    .vc_custom_1749045568732 {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
}

@media(max-width:400px) {

    .page #content p,
    .single-post #content p {
        font-size: 16px;
    }

    .contact-us-row-1 {
        h1 {
            font-size: 84px;
        }
    }

    .contact-us-row-1 {
        & .contact-banner-form-cols {
            h2 {
                font-size: 52px;
            }
        }
    }

    .home-row-2-inner {
        & .home-row-2-col-2 {
            h1 {
                font-size: 46px;
            }
        }
    }


}

@media((max-width:1024px) and (min-width:769px)) {

    .page #content p,
    .single-post #content p {
        font-size: 16px;
    }
	
	 #menu a {
        font-size: 60px;
		 padding-bottom: 50px;
    }

    .home-row-our-mission {
        h1 {
            font-size: 8.5em;
        }
    }

    .about-row1 {
        & .about-row1-col1 {
            h1 {
                font-size: 110.33px;
            }
        }
    }

    .about-row2 {
        & .about-row2-col2 {
            h1 {
                font-size: 110px;
            }
        }
    }

    .about-row-2-inner-row-2 {
        & .about-row-2-inner-row-2-col-1 {
            h1 {
                font-size: 105px;
            }
        }
    }

    .about-row-2-inner-row-3 {
        & .about-row-2-inner-row-3-col-1 {
            h1 {
                font-size: 65px;
            }
        }
    }

    .about-row-3 {
        & .about-row-3-inner-row-1 {
            h1 {
                font-size: 138px;
            }
        }
    }

    .about-row-4 {
        h3 {
            line-height: 50.203px;
        }
    }

    .careers-banner-row {
        h1 {
            font-size: 132px;
        }
    }

    .careers-row-1 {
        & .careers-row-1-col {
            h2 {
                font-size: 75.145px;
            }
        }
    }

    .careers-row-1 {
        & .careers-row-1-col {
            & .careers-row-1-col-ceo-text {
                p {
                    font-size: 24px !important;
                }
            }
        }
    }

    .careers-row-boxes-text-img,
    .careers-row-boxes-img-text,
    .updates-row-boxes-text-img {
        h1 {
            font-size: 60.757px;
        }
    }

    .careers-row-boxes-text-img,
    .careers-row-boxes-img-text,
    .updates-row-boxes-text-img {
        h1 {
            font-size: 50.757px;
        }
    }

    .careers-row-boxes-text-img,
    .careers-row-boxes-img-text,
    .updates-row-boxes-text-img {
        h4 {
            line-height: 20px;
        }
    }

    .updates-page {
        & .updates-header-text {
            h1 {
                font-size: 135px;
            }
        }
    }

    .updates-page {
        & .updates-header-text {
            h1 {
                font-size: 135px;
            }
        }
    }

    .contact-us-row-1 {
        h1 {
            font-size: 135px;
        }
    }

    .contact-us-row-1 {
        & .contact-banner-form-cols {
            h2 {
                font-size: 46px;
            }
        }
    }

    .contact-us-row-2 {
        & .contact-us-row-2-col-1 {
            h3 {
                font-size: 48px;
            }
        }
    }

    .contact-us-row-2 {
        & .contact-us-row-2-col-1 {
            h1 {
                font-size: 135px;
            }
        }
    }

    .contact-us-row-1 {
        h1 {
            font-size: 13em;
        }
    }
}

/*#endregion: Mobile comp ends*/
#homeBgVideo,
#careersBgVdo {
    position: relative;
    overflow: hidden;
}

#homeBgVideo .video-bg,
#careersBgVdo .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

#homeBgVideo .video-bg iframe,
#careersBgVdo .video-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.77vh;
    height: 100vh;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

#homeBgVideo .wpb_wrapper,
#careersBgVdo .wpb_wrapper {
    position: relative;
    z-index: 1;
}

#homeBgVideo .video-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #202020B3;
    z-index: 1;
}

@media (max-width: 501px) {
    .menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 0;
        list-style: none;
        width: 100%;
    }

    .menu-item {
        flex: 1 1 auto;
        text-align: center;
        min-width: 120px;
        margin: 0;
    }
}

@media (min-width: 1920px) {
    #logo {
        transform-origin: top left;
    }

    #logo,
    .wp-image-1280 {
        transform: scale(1.5) !important;
    }

    #menu .menu-icon {
        font-size: 4vw !important;
    }

    .footer-row-3 {
        .footer-h2 {
            font-size: 3vw !important;
            line-height: 3vw !important;
        }

        .footer-h4 {
            font-size: 2vw !important;
        }

        .footer-h3 {
            font-size: 2.5vw !important;
        }

        & .footer-1st-col {
            .footer-copyright {
                font-size: 1vw !important;
            }
        }

        & .footer-2nd-col {

            & .footer-form-name,
            & .footer-form-phone,
            & .footer-form-email {
                input {
                    font-size: 1.25vw !important;
                    height: 1.5vw !important;
                }
            }
        }

        & .footer-2nd-col {
            #gform_submit_button_3 {
                font-size: 1.5vw !important;
                width: 8vw !important;
            }
        }

        & .footer-2nd-col {
            .gform_title {
                font-size: 1.5vw !important;
            }
        }

        & .footer-2nd-col {
            .wp-block-heading {
                line-height: 2.5vw !important;
                font-size: 2.5vw !important;
            }
        }
    }

    #menu-close {
        font-size: 2.5vw !important;
    }

    h1 {
        font-size: 90px !important;
        line-height: 4vw !important;
    }

    h2 {

        font-size: 3vw !important;
        line-height: 3vw !important;
    }

    h3 {
        font-size: 2vw !important;
        line-height: 2vw !important;
    }

    h4 {
        font-size: 1.1vw !important;
    }

    p,
    ul,
    span.about-row-2-col-1-ceo {
        font-size: 1vw !important;
    }

    .about-row-2-inner-row-3 {
        & .about-row-2-inner-row-3-col-1 {
            & .about-row-2-inner-row-3-col-1-bottom-text {
                p {
                    font-size: 1vw !important;
                }
            }
        }
    }

    .about-row-4 {
        & p {
            a {
                font-size: 1.5vw !important;
                width: 8vw !important;
            }
        }
    }

    .updates-row-2-button {
        a {
            font-size: 1.5vw !important;
            width: 8.5vw !important;
        }
    }

    .careers-row-1 {
        & .careers-row-1-col {
            & p {
                a {
                    font-size: 1.5vw !important;
                    width: 8vw !important;
                }
            }
        }
    }

    .hide-for-mobile-but-big {
        display: block !important;
    }

    .about-row-2-inner-row-3 {
        & .about-row-2-inner-row-3-col-1 {
            h1 {
                line-height: 6vw !important;
            }
        }
    }

    .careers-banner-row {
        h1 {
            line-height: 6vw !important;
        }
    }

    .careers-banner-row {
        h1 {
            line-height: 6vw !important;
        }
    }

    .careers-row-boxes-text-img,
    .careers-row-boxes-img-text,
    .updates-row-boxes-text-img {
        h1 {
            font-size: 5vw !important;
        }
    }

    .updates-page {
        & .updates-container {
            & .blog-filtered-result {
                & .blog-posts-grid {
                    & .blog-post {
                        h2 {
                            font-size: 2vw !important;
                            line-height: 2vw !important;
                        }

                        h3 {
                            font-size: 1vw !important;
                            line-height: 1.5vw !important;
                            margin-top: 0px;
                            margin-bottom: 0px;
                        }

                        .blog-featured-image {
                            height: 25vw !important;
                        }

                        .blog-read-more-btn a {
                            font-size: 1.5vw;
                        }
                    }
                }
            }
        }
    }

    .updates-page {
        & .updates-container {
            & .pagination {
                .page-btn {
                    height: 2vw;
                    width: 2vw;
                    font-size: 1vw;
                }
            }
        }
    }

    .blog-inner-page {
        & .blog-inner-container {
            .blog-featured-image {
                height: 30vw;
            }
        }
    }

    .blog-inner-page {
        & .blog-inner-container {
            & .blog-contents {
                .blog-title h1 {
                    font-size: 5vw !important;
                }

                .blog-date-text {
                    font-size: 1vw;
                    line-height: 1vw;
                }
            }
        }
    }

    .cta-callout-btn {
        width: 300px;
    }

    .blog-inner-page {
        & .blog-inner-container {
            & .back-to-updates-btn {
                a {
                    font-size: 1vw;
                    width: 300px;
                }
            }
        }
    }
}

/*#endregion: Patches ends*/
/*#endregion: Aspire custom CSS ends*/