:root {
    /*default variables*/
    /*default form variables*/
    /*theme base variables*/
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers.
* 3. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
    margin: 0;
}

/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
* Add the correct margin in IE 8.
*/
figure {
    margin: 1em 40px;
}

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
    outline-width: 0;
}

/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
    font-weight: inherit;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
    font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
    font-style: italic;
}

/**
* Add the correct background and color in IE 9-.
*/
mark {
    background-color: #ff0;
    color: #000;
}

/**
* Add the correct font size in all browsers.
*/
small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
    display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
* Remove the border on images inside links in IE 10-.
*/
img {
    border-style: none;
}

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
    overflow: hidden;
}

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
    /* 1 */
    overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
    /* 1 */
    text-transform: none;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
/* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
    overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
/* 1 */
menu {
    display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
    display: list-item;
}

/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
    display: inline-block;
}

/**
* Add the correct display in IE.
*/
template {
    display: none;
}

/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
    display: none;
}

html {
    height: 100%;
    font-size: 62.5%;
    box-sizing: border-box;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    outline: none;
}

a {
    color: currentColor;
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-size: 1.3rem;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    position: relative;
    background-color: #f0f1f1;
    color: #1a1a1a;
}

body.home-bg {
    background-color: #f8f9fa;
    overflow: hidden;
}

body.home-bg:before {
    background-color: #eb3b5a;
    color: #fff;
    content: "Loading...";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 5px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
}

body.home-bg>.main-wrap {
    display: none;
}

body.visible {
    overflow: visible;
    overflow: initial;
}

body.visible:before {
    display: none;
}

body.visible .main-wrap {
    animation: .6s fadeIn ease-in;
    display: block;
}

.mq-container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

@media (max-width: 767px) {
    .mq-container {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .mq-container {
        width: calc(1170px - 44rem);
    }
}

@media (min-width: 960px) {
    .mq-container {
        width: calc(1170px - 19rem);
    }
}

@media (min-width: 1280px) {
    .mq-container {
        width: 1170px;
    }
}

@media (min-width: 1921px) {
    .mq-container {
        width: 60%;
    }
}

.wrapper {
    position: relative;
}

.invisible {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
}

/* targets mobile only */
/* targets tablet only */
/* tablets, desktop, wide-desktop and up */
/* tablets, mobile and lower */
/* desktop, wide-desktop and up */
/* wide-desktop and up */
/* hd-laptop and up */
@keyframes move1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes music-beat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes rotate-disk {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes twinkle {
    0% {
        transform: scale(1, 1);
        background: rgba(255, 255, 255, .0);
        animation-timing-function: ease-in;
    }

    60% {
        transform: scale(0.8, 0.8);
        background: rgba(255, 255, 255, 1);
        animation-timing-function: ease-out;
    }

    80% {
        background: rgba(255, 255, 255, .00);
        transform: scale(1, 1);
    }

    100% {
        background: rgba(255, 255, 255, .0);
        transform: scale(1, 1);
    }
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.hidden {
    display: none;
}

.fullwide {
    width: 100%;
    max-width: 100% !important;
}

.hide-bg {
    background-image: none !important;
}

.display-block {
    display: block;
}

.fullheight {
    height: 100%;
}

.marg-top-20 {
    margin-top: 20px;
}

.marg-top-30 {
    margin-top: 30px;
}

.marg-bottom-30 {
    margin-bottom: 30px;
}

.marg-top-55 {
    margin-top: 55px;
}

.marg-bottom-55 {
    margin-bottom: 55px;
}

.pad-top-0 {
    padding-top: 0;
}

.pad-bottom-0 {
    padding-bottom: 0;
}

.text-center {
    text-align: center;
}

.display-flex {
    display: -ms-flexbox;
    display: flex;
}

.noScroll {
    overflow: hidden !important;
}

.x-hidden {
    overflow-x: hidden;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.flex-canvas {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-grow {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex-shrink {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.flex-a-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-top {
    -ms-flex-align: start;
    align-items: flex-start;
}

.dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
}

.do_ui.button {
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 45px;
    line-height: 4.5rem;
    font-weight: 500;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    height: 46px;
    min-width: 46px;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: .2s ease-in;
    background-color: #eb3b5a;
    box-sizing: border-box;
    border-radius: 24px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .do_ui.button {
        font-size: 1.2rem;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .do_ui.button {
        font-size: 1.4rem;
        line-height: 4rem;
        height: 40px;
    }
}

.do_ui.button span~.ic {
    margin-left: 6px;
}

.do_ui.button svg.icon-arrow-right {
    fill: #fff;
}

.do_ui.button .ic {
    width: 16px;
    height: 16px;
    transition: .2s ease-in;
}

.do_ui.button .ic~span {
    margin-left: 6px;
}

.do_ui.button:hover,
.do_ui.button.selected {
    background-color: #eb3b5a;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    color: #eb3b5a;
}

.do_ui.button:hover svg.icon-arrow-right,
.do_ui.button.selected svg.icon-arrow-right {
    fill: #eb3b5a;
}

.do_ui.button:active {
    box-shadow: inset 0 0 4em rgba(0, 0, 0, .4);
    top: 1px;
}

.do_ui.button.white-theme {
    background-color: #fff;
    color: #eb3b5a;
}

.do_ui.button.white-theme:hover,
.do_ui.button.white-theme.selected {
    background-color: #1a1a1a;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.do_ui.button.white-theme:hover .ic,
.do_ui.button.white-theme.selected .ic {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.do_ui.button.stroke {
    background-color: transparent;
    color: #eb3b5a;
    box-shadow: inset 0 0 0 2px #eb3b5a;
}

.do_ui.button.stroke .icon-arrow-right {
    background: url("../images/arrow-right-p.png") 0 0/100% no-repeat;
}

.do_ui.button.stroke:hover,
.do_ui.button.stroke.selected {
    background-color: #eb3b5a;
    color: #fff;
}

.do_ui.button.stroke:hover .icon-arrow-right,
.do_ui.button.stroke.selected .icon-arrow-right {
    background: url("../images/arrow-right-w.png") 0 0/100% no-repeat;
}

.do_ui.button.large-size {
    height: 50px;
    line-height: 50px;
    line-height: 5rem;
    font-size: 18px;
    font-size: 1.8rem;
}

.do_ui.button.medium-size {
    height: 42px;
    line-height: 40px;
    line-height: 4rem;
    font-size: 16px;
    font-size: 1.6rem;
}

.do_ui.button.small-size {
    height: 38px;
    line-height: 38px;
    line-height: 3.8rem;
    font-size: 14px;
    font-size: 1.4rem;
}

/*@import "mh_components/modal-dialog";*/
.form-theme {
    height: 50px;
    /*line-height: var(--formElementHeight);  commented for cursor size issue fix in safari */
    padding: 10px 18px;
    width: 100%;
    max-width: 100%;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    border: 0;
    border-bottom: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    background-color: transparent;
    position: relative;
    font-family: "Inter", arial, sans-serif;
    transition: .2s ease-in;
}

.form-theme::-webkit-input-placeholder {
    color: #fff;
}

.form-theme:-ms-input-placeholder {
    color: #fff;
}

.form-theme::placeholder {
    color: #fff;
}

.form-theme:focus {
    border-color: #5c5c5c;
    color: #fff;
    outline: none;
}

.form-theme.error,
.error .form-theme {
    border-color: #f53f6d;
}

.form-theme.disabled,
.disabled .form-theme,
.form-theme[disabled="disabled"] {
    opacity: .5;
}

input::-ms-clear {
    display: none;
}

textarea.form-theme {
    height: auto;
    min-height: 150px;
    line-height: 26px;
    line-height: 2.6rem;
    /* line-height: var(--font-size);*/
    max-height: 120px;
    resize: vertical;
    padding: 1em;
    resize: none;
}

.form-row .visit-career {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px;
    line-height: 2.5rem;
    color: #000;
    margin: 0;
}
select.form-theme {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
    line-height: initial;
    background-color: #fff;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAAoCAQAAAD3EHSWAAABhUlEQVR4Ae3XtVorQRQHcK7h7v40/zm7uLu7O9RLmzZtSqhIB126VFClwfUlkIvbzOAuKx/fxGXkN342aOaPs+4/BKRACqRACqRAnf+KE75STXFC579vBBnBWMchjX+WwyZwiDUj+NtAJck4xgUuyPgUZ/I6L44qkr5xyLRRXPC766McuERONvLNk5qNSJL7Qxz3DceEVaYNycI9xt93zby/zCNyaIMmLXsakL001fnv7XWJaZGa+k3ch1gvznk13oGQ19INhMDL052zXpM3Rq1bkmYrwl5KUxGGOcHRuizYqalTknwVkc9yIuETHOqw6OjQ23DGq/TXRT/hxMDP/zvT2yw8y6hFkNh8RfwDTjwWBIdaLD5c9SZBQqAi6d6OHpC902TDaa814JRXv1SYfv29MB1L/PupXm9T+EF1krSen52fjXXBoVob4yGtRpJ2sMPfT/RqmwM0qsIJp3AOVTkgYtQrJOlEr3BICEtl2MMelTkopi6KLYpVVx0KpEAKpECm3C8BXMbUmBROqoAAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 24px;
    padding-right: 20px;
    min-width: 100px;
}

/*color: rgba(#000,.5);*/
select.form-theme option:not(:first-of-type) {
    color: #1a1a1a;
}

/* Hack for webkit only */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select.form-theme {
        @mixin select;
    }
}

/* Hack for firefox */
@-moz-document url-prefix() {
    select.form-theme {
        @mixin select;
    }

    select.form-theme:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }
}

/* Hack for IE10/11+ */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    select.form-theme {
        @mixin select;
    }

    select.form-theme::-ms-expand {
        display: none;
    }

    select.form-theme:focus::-ms-value {
        background: transparent;
        color: #000;
    }
}

input[type="checkbox"],
input[type="radio"] {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    border-radius: 0;
}

input[type="password"].form-theme {
    padding-right: 40px;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype'),
        url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.eot');
    src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff'),
        url('../fonts/Inter-Medium.ttf') format('truetype'),
        url('../fonts/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@media (max-width: 767px) {
    .basic-card-layout {
        width: 100%;
        text-align: center;
    }
}

.basic-card-layout:not(:last-child) {
    margin-right: 30px;
}

@media (max-width: 767px) {
    .basic-card-layout:not(:last-child) {
        margin-right: 0;
        text-align: center;
    }
}

.basic-card-layout .card-img-top {
    width: 100%;
    margin-bottom: 24px;
    transition: .2s ease-in;
}

.basic-card-layout .card-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    margin: 0 0 10px;
}

@media (max-width: 767px) {
    .basic-card-layout .card-title {
        font-size: 2rem;
    }
}

.basic-card-layout .card-text {
    font-family: "Inter", arial, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin: 0;
}

@media (max-width: 959px) {
    .basic-card-layout .card-text {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

.basic-card-layout.light-theme {
    color: #fff;
}

/*---------------------------------*/
/* For Targeted Anchor Placeholder */
/*---------------------------------*/
[class*="chunkS"] {
    width: 1px;
    height: 1px;
}

/*------------------------------*/
/* Owl Carosel Theme Ajustments */
/*------------------------------*/
.owl-dots {
    display: none !important;
}

.owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    z-index: 99;
    text-indent: -999999px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 60px;
    height: 60px;
    pointer-events: all;
    transition: .2s ease-in-out;
    transform: scale(.9);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 50%;
}

@media (max-width: 767px) {

    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        width: 50px;
        height: 50px;
    }
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    transform: scale(1.1);
}

.owl-nav .owl-prev {
    background-image: url("../images/slide-left.png");
    margin-left: -30px;
    padding: 25px;
    border: 1px dashed #000;
}

@media (max-width: 959px) {
    .owl-nav .owl-prev {
        margin-left: -20px;
        
    }
}

.owl-nav .owl-next {
    background-image: url("../images/slide-right.png");
    margin-right: -30px;
    padding: 25px;
    border: 1px dashed #000;
}

@media (max-width: 959px) {
    .owl-nav .owl-next {
        margin-right: -20px;
    }
}

/*------------------------*/
/* Case Study Card Layout */
/*------------------------*/
.case-study-layout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px;
}

@media (max-width: 959px) {
    .case-study-layout {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.case-study-layout.light-theme {
    color: #fff;
    background-color: #1a1a1a;
}

.case-study-layout figure {
    width: 50%;
    margin: 0;
}

@media (max-width: 959px) {
    .case-study-layout figure {
        width: 100%;
    }

    .case-study-layout figure img {
        width: 100%;
    }
}

.case-study-layout figure~aside {
    margin-left: 34px;
}

@media (max-width: 959px) {
    .case-study-layout figure~aside {
        margin-left: 0;
        margin-top: 34px;
    }
}

.case-study-layout aside h2 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
    margin: 0 0 15px;
    font-weight: 500;
}

.case-study-layout aside p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
    margin: 0 0 20px;
    opacity: .7;
    font-family: "Inter", arial, sans-serif;
}

.case-study-layout aside h4 {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin: 0 0 15px;
    font-weight: 500;
}

.case-study-layout aside ul {
    margin: 0;
    padding: 0;
    opacity: .7;
    list-style: inside;
    font-family: "Inter", arial, sans-serif;
}

.case-study-layout aside ul li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
}

.case-study-layout aside ul li:not(:last-child) {
    margin: 0 0 5px;
}

/*-----------------------*/
/* Information Container */
/*-----------------------*/
.thumb-info-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.thumb-info-container .thumb {
    position: relative;
    width: 32px;
    height: 32px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

@media (max-width: 767px) {
    .thumb-info-container .thumb {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

.thumb-info-container .thumb.large-l {
    width: 80px;
    height: 80px;
}

.thumb-info-container .thumb img {
    width: 100%;
}

.thumb-info-container .thumb~.details-chunk {
    margin-left: 16px;
}

.thumb-info-container .details-chunk {
    min-width: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.thumb-info-container .details-chunk a {
    text-decoration: none;
    color: currentColor;
}

.thumb-info-container .details-chunk .primary-heading {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    line-height: 3.2rem;
    font-weight: 500;
    color: #0a0a0a;
    position: relative;
}

.thumb-info-container .details-chunk .primary-heading+.primary-title {
    margin: 10px 0 0;
}

.thumb-info-container .details-chunk .primary-heading+.secondary-para {
    margin: 10px 0 0;
}

@media (max-width: 959px) {
    .thumb-info-container .details-chunk .primary-heading {
        font-size: 2.2rem;
        line-height: 2.6rem;
    }
}

.thumb-info-container .details-chunk .primary-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    font-weight: 500;
    color: #0a0a0a;
}

.thumb-info-container .details-chunk .primary-title+.secondary-para {
    margin: 5px 0 0;
}

@media (max-width: 959px) {
    .thumb-info-container .details-chunk .primary-title {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }
}

.thumb-info-container .details-chunk .secondary-para {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    color: #1a1a1a;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 2.2rem;
    font-family: "Inter", arial, sans-serif;
}

@media (max-width: 959px) {
    .thumb-info-container .details-chunk .secondary-para {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }
}

/*--------------------------*/
/* Insight Blog Card Layout */
/*--------------------------*/
.insight-cardLayout {
    z-index: 1;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    transition: .15s ease-in;
    overflow: hidden;
    position: relative;
    margin: 15px;
}

.insight-cardLayout:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, rgb(235 59 90) 0%, rgb(255 255 255 / 50%) 100%);
    visibility: hidden;

}
.insight-info p{
    color: #1a1a1a;
}

.insight-cardLayout .insight-thumb {
    padding: 4px!important;
    transition: .2s ease-in;
        background: #fff;
}
.insight-cardLayout:hover .insight-thumb {
    padding: 4px!important;
}
.insight-cardLayout{
        color: #1a1a1a;
}
.insight-cardLayout .insight-thumb img {
    width: 100%;
}

.insight-cardLayout .insight-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 200px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    z-index: 1;
    margin-top: 0px;
    background-color: #fff;
}

.insight-cardLayout .insight-info a {
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
    text-decoration: none;
}

.insight-cardLayout .insight-info h4 {
    margin: 0 0 20px;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 29px;
    line-height: 2.9rem;
    font-weight: 500;
}

@media (min-width: 768px) and (max-width: 960px) {
    .insight-cardLayout .insight-info h4 {
        font-size: 1.9rem;
        line-height: 2.6rem;
    }
}

.insight-cardLayout .insight-info h4 span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-weight: 400;
}

.insight-cardLayout .insight-info p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 22px;
    line-height: 2.2rem;
    color: #000;
    display: none;
    margin: 0;
}

.insight-cardLayout .insight-info p+* {
    margin-top: 30px;
}

.insight-cardLayout:hover:before {
    visibility: visible;
}

.insight-cardLayout:hover .insight-thumb {
    padding: 0;
}

.insight-cardLayout:hover .insight-info p {
    animation: .4s fadeIn ease-in;
    display: block;
}

.insight-cardLayout:hover .insight-info a {
    color: #eb3b5a;
}

@media (min-width: 768px) {
    .insight-cardLayout.basic-layout {
        position: relative;
    }

    .insight-cardLayout.basic-layout:nth-child(1),
    .insight-cardLayout.basic-layout:nth-child(2),
    .insight-cardLayout.basic-layout:nth-child(3) {
        left: auto;
    }
}

.insight-cardLayout.basic-layout .insight-info {
    min-height: auto;
}

.insight-cardLayout.basic-layout .insight-info p {
    animation: none;
    display: block;
}

/*---------------------*/
/* Services Box Layout */
/*---------------------*/
.service-box-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .service-box-container {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .splash-content{
        margin-top: 40px!important;
    }
}

.service-box-container .service-box {
    padding: 40px 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    width: 50%;
    height: 280px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
}

@media (max-width: 959px) {
    .service-box-container .service-box {
        padding-right: 45px;
        padding-left: 45px;
        height: 250px;
    }
}

@media (max-width: 767px) {
    .service-box-container .service-box {
        width: 100%;
    }
}

.service-box-container .service-box .thumb {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

@media (max-width: 767px) {
    .service-box-container .service-box .thumb {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

.service-box-container .service-box .thumb~.details-chunk {
    margin-left: 26px;
}

/* AiServices section*/
.service-box-container .service-box .thumb.icon-service-ic1 {
    background-image: url("../images/service-ic1.png");
}

.service-box-container .service-box .thumb.icon-service-ic2 {
    background-image: url("../images/service-ic2.png");
}

.service-box-container .service-box .thumb.icon-service-ic3 {
    background-image: url("../images/service-ic3.png");
}

.service-box-container .service-box .thumb.icon-service-ic4 {
    background-image: url("../images/service-ic4.png");
}

/* Roadmap section*/
.service-box-container .service-box .thumb.icon-rm-ic1 {
    background-image: url("../images/rm-ic1-hov.png");
}

.service-box-container .service-box .thumb.icon-rm-ic2 {
    background-image: url("../images/rm-ic2.png");
}

.service-box-container .service-box .thumb.icon-rm-ic3 {
    background-image: url("../images/rm-ic3-hov.png");
}

.service-box-container .service-box .thumb.icon-rm-ic4 {
    background-image: url("../images/rm-ic4.png");
}

.service-box-container .service-box .thumb.icon-rm-ic5 {
    background-image: url("../images/rm-ic5-hov.png");
}

.service-box-container .service-box .thumb.icon-rm-ic6 {
    background-image: url("../images/rm-ic6.png");
}

.service-box-container .service-box .service-info:first-child {
    display: show;
}
.service-box-container .service-box .service-info {
    display: none;
}

.service-box-container .service-box .service-info .explore-more {
    display: inline-block;
    margin-top: 24px;
}

.service-box-container .service-box .service-info .explore-more .icon-arrow-right-circle {
    width: 48px;
    height: 38px;
}

.service-box-container .service-box:hover {
    animation: .3s pulse;
    /*background-color: #eb3b5a;*/
}

.service-box-container .service-box:hover .nopro {
    display: none;
}

.service-box-container .service-box:hover .service-info {
    display: block;
    animation: .3s fadeIn ease-in;
}

.service-box-container .service-box:hover .service-info .explore-more {
    animation: .3s zoomIn ease-in;
}

.service-box-container .service-box:hover .primary-title,
.service-box-container .service-box:hover .primary-heading,
.service-box-container .service-box:hover .secondary-para {
    color: #fff;
}

.service-box-container .service-box:hover .thumb.icon-service-ic1 {
    background-image: url("../images/service-ic1-hov.png");
}

.service-box-container .service-box:hover .thumb.icon-service-ic2 {
    background-image: url("../images/service-ic2-hov.png");
}

.service-box-container .service-box:hover .thumb.icon-service-ic3 {
    background-image: url("../images/service-ic3-hov.png");
}

.service-box-container .service-box:hover .thumb.icon-service-ic4 {
    background-image: url("../images/service-ic4.png");
}

.service-box-container .service-box.dark-theme {
    background-color: #080d23;
}

.service-box-container .service-box.dark-theme .primary-title,
.service-box-container .service-box.dark-theme .primary-heading,
.service-box-container .service-box.dark-theme .secondary-para {
    color: #fff;
}

.service-box-container .service-box.hot-theme {
    background-color: #eb3b5a;
}

.service-box-container .service-box.hot-theme .primary-title,
.service-box-container .service-box.hot-theme .primary-heading,
.service-box-container .service-box.hot-theme .secondary-para {
    color: #fff;
}

.service-box-container .service-box.transparent-theme {
    background-color: transparent;
}

.service-box-container .service-box.transparent-theme .primary-title,
.service-box-container .service-box.transparent-theme .primary-heading,
.service-box-container .service-box.transparent-theme .secondary-para {
    color: currentColor;
}

.service-box-container .service-box.transparent-theme:hover {
    animation: none;
    background-color: rgba(255, 255, 255, .03);
}

.service-box-container .service-box.transparent-theme:hover .primary-title,
.service-box-container .service-box.transparent-theme:hover .primary-heading,
.service-box-container .service-box.transparent-theme:hover .secondary-para {
    color: currentColor;
}

.service-box-container.medium .service-box {
    padding: 24px 50px;
    height: 200px;
}

@media (max-width: 959px) {
    .service-box-container.medium .service-box {
        padding-right: 30px;
        padding-left: 30px;
        height: 180px;
    }

    .service-box-container.medium .service-box .primary-heading {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
}

.service-box-container.compact .service-box,
.service-box-container.mini .service-box {
    padding: 24px 30px;
    height: 150px;
}

@media (max-width: 959px) {

    .service-box-container.compact .service-box,
    .service-box-container.mini .service-box {
        padding-right: 10px;
        padding-left: 10px;
        height: 120px;
    }
}

@media (max-width: 767px) {

    .service-box-container.compact .service-box,
    .service-box-container.mini .service-box {
        width: 100%;
    }
}

.service-box-container.compact .service-box .primary-heading,
.service-box-container.mini .service-box .primary-heading {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    line-height: 2.6rem;
}

@media (max-width: 959px) {

    .service-box-container.compact .service-box .primary-heading,
    .service-box-container.mini .service-box .primary-heading {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
}

.service-box-container.mini .service-box {
    padding: 20px 30px;
    height: 120px;
}

@media (max-width: 959px) {
    .service-box-container.mini .service-box {
        padding-right: 20px;
        padding-left: 20px;
        height: 100px;
    }
}

.service-box-container.layout-3boxes .service-box {
    width: 33.3%;
}

@media (max-width: 767px) {
    .service-box-container.layout-3boxes .service-box {
        width: 100%;
    }
}

.service-box-container.layout-4boxes .service-box {
    width: 25%;
}

@media (max-width: 767px) {
    .service-box-container.layout-4boxes .service-box {
        width: 100%;
    }
}

.service-box-container.borderd-box .service-box {
    border: 1px solid #262626;
    margin: -0.5px;
    margin: -.05rem;
}

/*----------------------------*/
/* Hoverable Small Box Layout */
/*----------------------------*/
.boxed-layout {
    border: 1px solid #c2c2c2;
    margin: -0.5px;
    margin: -.05rem;
    padding: 28px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    transition: .18s ease-in;
}

@media (max-width: 767px) {
    .boxed-layout {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 10px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .boxed-layout {
        padding: 10px 15px;
    }
}

.boxed-layout .artwork {
    width: 46px;
    height: 46px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.boxed-layout .artwork[class*="icon-"] {
    background-repeat: no-repeat;
    background-size: 100%;
    transition: .12s ease-in;
    background-position: 0 0;
}

.boxed-layout .artwork[class*="icon-"][class*="aus1"] {
    background-image: url("../images/aus-ic1.png");
}

.boxed-layout .artwork[class*="icon-"][class*="aus2"] {
    background-image: url("../images/aus-ic2.png");
}

.boxed-layout .artwork[class*="icon-"][class*="aus3"] {
    background-image: url("../images/aus-ic3.png");
}

.boxed-layout .artwork[class*="icon-"][class*="aus4"] {
    background-image: url("../images/aus-ic4.png");
}

.boxed-layout .artwork~.info-chunk {
    margin-left: 15px;
}

@media (max-width: 767px) {
    .boxed-layout .artwork~.info-chunk {
        margin-left: 0;
        margin-top: 15px;
    }
}

.boxed-layout .info-chunk h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 21px;
    line-height: 2.1rem;
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 959px) {
    .boxed-layout .info-chunk h3 {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
}

.boxed-layout:hover {
    background-color: #eb3b5a;
    color: #fff;
}

.boxed-layout:hover [class*="icon-"] {
    background-position: 0 -46px;
}

/*----------------------------*/
/* Portfolio Small Box Layout */
/*----------------------------*/
.portfolio-cardLayout {
    max-width: 465px;
}

.portfolio-cardLayout .project-img {
    min-height: 380px;
    background: #3d4049 url("../images/loading.gif") center center/50% no-repeat;
}

@media (max-width: 959px) {
    .portfolio-cardLayout .project-img {
        min-height: auto;
    }
}

.portfolio-cardLayout .project-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.portfolio-cardLayout .project-info {
    position: relative;
    z-index: 1;
    background-color: #080d23;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: .15s ease-in;
    padding: 30px;
    margin: -50px 30px 0;
    min-height: 140px;
}

@media (max-width: 959px) {
    .portfolio-cardLayout .project-info {
        margin: -50px 20px 0;
        padding: 20px;
    }
}

.portfolio-cardLayout .project-info h6 {
    margin: 0 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding-left: 32px;
}

.portfolio-cardLayout .project-info h6:before {
    content: "";
    height: 1px;
    width: 20px;
    background-color: #fff;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateX(-1px);
}

.portfolio-cardLayout .project-info h4 {
    margin: 0;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 34px;
    line-height: 3.4rem;
    font-weight: 400;
}

@media (min-width: 768px) and (max-width: 960px) {
    .portfolio-cardLayout .project-info h4 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

.portfolio-cardLayout .project-info h4+p {
    margin-top: 15px;
}

.portfolio-cardLayout .project-info p {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    opacity: .7;
}

.portfolio-cardLayout:hover .project-info {
    animation: .8s flipInX;
}

/*----------------------------*/
/* Feature Section Layout */
/*----------------------------*/
.wrap-cover {
    padding-top: 15px;
    padding-bottom: 15px;
}

.wrap-cover.dark-theme {
    color: #1a1a1a;
}

.wrap-cover.light-theme {
    color: #fff;
}

@media (max-width: 767px) {
    .wrap-cover .flex-canvas {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .wrap-cover:nth-child(odd) article .column-img {
        -ms-flex-order: 2;
        order: 2;
    }

    .wrap-cover:nth-child(odd) article .column-content {
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
        margin-right: 30px;
    }
}

.wrap-cover .column-img {
    width: 50%;
    max-width: 445px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.wrap-cover .column-img img {
    width: 100%;
}

@media (max-width: 767px) {
    .wrap-cover .column-img {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 959px) {
    .wrap-cover .column-img {
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .wrap-cover .column-img {
        width: 40%;
    }
}

.wrap-cover .column-content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
}

@media (max-width: 959px) {
    .wrap-cover .column-content {
        width: 100%;
        padding-left: 20px;
        padding-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .wrap-cover .column-content {
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
}

@media (min-width: 768px) {
    .wrap-cover .column-content {
        margin-left: 30px;
    }
}

.wrap-cover .column-content h4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 35px;
    line-height: 3.5rem;
    margin: 0 0 20px;
    font-weight: 500;
}

.wrap-cover .column-content h3 {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 57px;
    line-height: 5.7rem;
    margin: 0 0 20px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .wrap-cover .column-content h3 {
        font-size: 3.6rem;
        line-height: 4rem;
    }
}

.wrap-cover .column-content p {
    font-family: "Inter", arial, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin: 0 0 20px;
}

.wrap-cover .column-content p .more {
    margin-top: 5px;
    display: block;
}

.wrap-cover .column-content p .more:hover {
    color: #eb3b5a;
}

.wrap-cover.overlap-layout article {
    -ms-flex-pack: center;
    justify-content: center;
}

.wrap-cover.overlap-layout article .column-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
}

.wrap-cover.overlap-layout article .column-content .column-img {
    width: 100%;
    margin: 100px 0 0;
}

.wrap-cover.overlap-layout article .column-content .holding {
    max-width: 445px;
    margin-top: 50px;
}

.wrap-cover.overlap-layout article .column-content:nth-child(odd) .column-img {
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 100px;
}

@media (max-width: 767px) {
    .wrap-cover.overlap-layout article .column-content:nth-child(odd) .column-img {
        -ms-flex-order: 2;
        order: 2;
        margin: 0;
    }
}

.wrap-cover.overlap-layout article .column-content:nth-child(odd) .holding {
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 50px;
    margin-top: auto;
}

@media (max-width: 767px) {
    .wrap-cover.overlap-layout article .column-content:nth-child(odd) .holding {
        -ms-flex-order: 1;
        order: 1;
    }
}

/*--------------------*/
/* LARGE THUMB SLIDER */
/*--------------------*/
.large-thumb-slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    min-width: 0;
}

@media (max-width: 767px) {
    .large-thumb-slider {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.large-thumb-slider .thumbnail-img {
    position: relative;
}

.large-thumb-slider .thumbnail-img img {
    width: 100%;
}

.large-thumb-slider .large-thumb-slider-content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40%;
    margin-left: 50px;
}

@media (max-width: 767px) {
    .large-thumb-slider .large-thumb-slider-content {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .large-thumb-slider .large-thumb-slider-content {
        width: 50%;
        margin-left: 50px;
    }
}

.large-thumb-slider .large-thumb-slider-content h2 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 56px;
    line-height: 5.6rem;
    margin: 0 0 20px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .large-thumb-slider .large-thumb-slider-content h2 {
        font-size: 3rem;
        line-height: 4.2rem;
    }
}

.large-thumb-slider .large-thumb-slider-content h4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    line-height: 3.6rem;
    margin: 0 0 20px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .large-thumb-slider .large-thumb-slider-content h4 {
        font-size: 2rem;
        line-height: 3.2rem;
    }
}

.large-thumb-slider .large-thumb-slider-content p {
    font-family: "Inter", arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 34px;
    line-height: 3.4rem;
}

@media(min-width: 768px) {
    .team-member {
        visibility: hidden;
        transition: visibility .2s ease-in;
    }

    .team-member.anim {
        visibility: visible;
    }

    .team-member.anim .member-item {
        animation: .8s zoomIn;
        font-size: 0;
        transition: transform .3s ease-in;
    }

    .team-member.anim .member-item:hover {
        transform: scale(.9);
    }
}

.masonry-members {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin-left: -8px;
}

/* Adjustment for the gutter */
@media(min-width: 768px) {
    .masonry-members {
        max-height: 960px;
    }
}

@media(min-width: 1921px) {
    .masonry-members {
        max-height: 1280px;
    }
}

.member-item {
    position: relative;
    margin: 0 20px 20px 0;
    /* Some gutter */
    overflow: hidden;
}

@media(max-width: 767px) {
    .member-item {
        width: 100%;
    }
}

@media(min-width: 768px) {
    .member-item {
        width: 33%;
    }
}

@media(min-width: 960px) {
    .member-item {
        width: 25%;
    }
}

@media(min-width: 1280px) {
    .member-item {
        width: 20%;
    }
}

@media(min-width: 1921px) {
    .member-item {
        width: 16%;
    }
}

.member-item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.member-item.spacer-item1 {
    min-height: 30px;
}

.member-item.spacer-item2 {
    min-height: 50px;
}

.member-item.spacer-item3 {
    min-height: 70px;
}

.menu-icon {
    margin-left: -10px;
}

.drawer-hamburger {
    width: 48px;
    height: 38px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    display: block;
}

.drawer-hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    background-color: #000;
    border-radius: 9px;
    opacity: 1;
    left: 12px;
    right: 12px;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.drawer-hamburger span:nth-child(1) {
    top: 8px;
    transform-origin: left center;
}

.drawer-hamburger span:nth-child(2) {
    top: 18px;
    transform-origin: left center;
}

.drawer-hamburger span:nth-child(3) {
    top: 28px;
    transform-origin: left center;
}

.drawer-toggle {
    position: absolute;
    width: 48px;
    height: 38px;
    z-index: 1;
    opacity: 0;
}

.menu-icon.open .drawer-hamburger span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
    left: 12px;
}

.menu-icon.open .drawer-hamburger span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.menu-icon.open .drawer-hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    top: 26px;
    left: 12px;
}

header {
    padding: 0;
    z-index: 12;
    animation: .3s fadeInDown ease-in;
    background-color: #e7e7e7;
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    color: #fff;
    padding: 10px 0px;
    transition: .3s;
}
.breadcrumb-nav{
    display: none!important;
}
@media (max-width: 959px) {
    header {
        padding-top: 20px;
    }
}

header .mq-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    font-family: 'Poppins', sans-serif;
    height: 100%;
}

@media (min-width: 768px) and (max-width: 960px) {
    header .mq-container {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

header .mq-container .left-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

header .mq-container .left-actions .logo {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    margin-left: 15px;
}

header .mq-container .right-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

header .mq-container .right-actions .contact-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 959px) {
    header .mq-container .right-actions .contact-info {
        display: none;
    }
}

header .mq-container .right-actions .contact-info a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    margin-left: 15px;
}

header .mq-container .right-actions .contact-info a img+span {
    margin-left: 10px;
}

header .mq-container .right-actions .contact-info a img+span:hover {
    color: rgba(255, 255, 255, .8);
}

header .mq-container .right-actions .contact-info a.whatsapp {
    border: 1px solid #afacac;
    border-radius: 50px;
    width: 46px;
    height: 46px;
    padding: 10px;
}

header .mq-container .right-actions .contact-info a.whatsapp img {
    margin-left: 2px;
}

header .mq-container .right-actions .contact-info a.whatsapp:hover {
    background-color: #333;
}

header.change-skin {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    padding: 10px 0;
    margin-bottom: 100px;
    animation: .4s fadeInDown ease-in;
    background-color: #e7e6e6;
}

header.change-skin .nav ul li a {
    padding-top: 12px;
    padding-bottom: 12px;
}

header.change-skin .do_ui.button {
    height: 42px;
    line-height: 42px;
}

@media (min-width: 768px) {
    header.change-skin {
        height: 60px;
    }

    header.change-skin .logo {
        width: 110px;
    }
}

.menu-slide {
    background: linear-gradient(180deg, #1e1e1e 0%, rgba(10, 10, 10, .9) 100%);
    position: fixed;
    right: -320px;
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 100;
    box-shadow: 5px 0 10px rgba(0, 0, 0, .5);
    transition: .3s cubic-bezier(.63, .08, .35, .92);
    overflow: hidden;
    overflow-y: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: right;
    color: #fff;
}

@media (max-width: 767px) {
    .menu-slide {
        right: -320px;
        width: 300px;
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .menu-slide {
        right: -320px;
        padding: 30px;
    }
}

.menu-slide.show-menu {
    right: 0;
}

.menu-slide small {
    color: currentColor;
    font-size: 14px;
    font-size: 1.4rem;
}

.menu-slide ul {
    list-style: none;
    padding: 0;
}

.menu-slide li {
    position: relative;
}

.menu-slide li a {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    text-decoration: none;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}

.menu-slide li a:hover,
.menu-slide li a.selected {
    color: #eb3b5a;
}

.menu-slide li .contact-info {
    display: none;
    margin-top: 20px;
    padding-top: 32px;
    border-top: 1px dashed rgba(255, 255, 255, .2);
}

.menu-slide li .contact-info>strong {
    color: #e99b74;
}

@media (max-width: 959px) {
    .menu-slide li .contact-info {
        display: block;
    }
}

.menu-slide li .contact-info a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.menu-slide li .contact-info a span {
    margin-left: 10px;
}

.menu-slide li .contact-info a.whatsapp {
    display: inline-block;
    border: 1px solid #333;
    border-radius: 50px;
    width: 46px;
    height: 46px;
    padding: 10px;
}

.menu-slide li .contact-info a.whatsapp img {
    margin-left: 2px;
}

.menu-slide li .contact-info a.whatsapp:hover {
    background-color: #333;
}

.over-lay {
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 9;
}

.show-menu~.over-lay {
    display: block;
}

footer {
    background: #d6d6d6;
    color: #1c1b1b;
    padding-top: 30px;
}

@media (max-width: 959px) {
    footer .mq-container {
        padding-bottom: 10px;
    }
    .do-contact .primary-title h2 {
        margin-bottom: 0;
        font-size: 25px;
    }
}

@media (min-width: 960px) {
    footer .mq-container {
        padding-bottom: 10px;
    }
}

@media (min-width: 1280px) {
    footer .mq-container {
        padding-bottom: 10px;
    }
}

footer .links-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    footer .links-wrap {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    footer .links-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

footer .footer-links {
    max-width: 240px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    footer .footer-links {
        max-width: 90%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    footer .footer-links {
        max-width: 38%;
    }
}

footer .footer-links:not(:last-child) {
    margin-right: 30px;
}

@media (max-width: 767px) {
    footer .footer-links:not(:last-child) {
        margin-right: auto;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    footer .footer-links:not(:last-child) {
        margin-right: 50px;
    }
}

footer .footer-links li {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 2.2rem;
    font-weight: 500;
}

footer .footer-links li span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    footer .footer-links li span {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

footer .footer-links li span img {
    margin-right: 10px;
}

footer .footer-links li:first-child {
    color: #5c5c5c;
    text-transform: uppercase;
    letter-spacing: 2px;
}

footer .footer-links li a:hover {
    color: #9c9c9c;
}

footer .astronaut {
    position: absolute;
    right: 0;
    bottom: 20px;
    animation: 4s move1 alternate infinite;
}

@media (max-width: 767px) {
    footer .astronaut {
        width: 100px;
        bottom: -40px;
    }

    footer .astronaut img {
        width: 100%;
    }
}

footer .social-rights {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    footer .social-rights {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

footer .social-rights cite {
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 960px) {
    footer .social-rights .follow-us {
        margin-left: -100px;
    }
}

footer .social-ticker {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    margin-left: 10px;
}

footer .social-ticker a {
    text-decoration: none;
    margin: 5px;
    position: relative;
    top: 0;
    transform: scale(.6);
    transition: .2s ease-in-out;
    background: #eb3b5ae0;
    padding: 4px 5px;
}

footer .social-ticker a:hover {
    transform: scale(1);
}

.primary-title h2 {
    color: #0a0a0a;
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
    line-height: 5rem;
    font-weight: 500;
    margin: 0 0 24px;
}

@media (max-width: 767px) {
    .primary-title h2 {
        font-size: 2.4rem;
        line-height: 3.4rem;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .primary-title h2 {
        font-size: 3.2rem;
    }
}

.primary-title h2 span {
    display: block;
    color: #1a1a1a;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 26px;
    line-height: 2.6rem;
    margin-bottom: 20px;
}

.primary-title h2+p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
    margin: 0 0 24px;
}

.primary-title h2+p.upsize {
    font-size: 18px;
    font-size: 1.8rem;
}

@media (max-width: 959px) {
    .primary-title h2+p {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

.primary-title h6 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 29px;
    line-height: 2.9rem;
    margin: 0 0 20px;
    font-weight: 400;
    color: #fff;
}

@media (max-width: 959px) {
    .primary-title h6 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

.primary-title.upsize h2 {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 57px;
    line-height: 5.7rem;
}

@media (max-width: 959px) {
    .primary-title.upsize h2 {
        font-size: 3.6rem;
        line-height: 4.4rem;
    }
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
}

/*FOR ANIMATION*/
@media (min-width: 768px) {
    section:not(.splash) .mq-container {
        visibility: hidden;
    }

    section:not(.splash) .mq-container.anim {
        visibility: visible;
        animation: .6s fadeInUp;
    }
}

.star {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, .0);
    border-radius: 5px;
    z-index: 9;
}

.bg-planet-with-man {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    background-color: #0a0a0a;
    margin-top: -70px;
}

@media (max-width: 767px) {
    .bg-planet-with-man {
        margin-top: 0;
        transform: none !important;
        top: auto !important;
        bottom: 0;
    }
}

.splash {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #e7e7e7;
    /*background: #0a0a0a url("../images/land.png") center bottom repeat-x;*/
    min-height: 768px;
}

.splash:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    /*background: url("../images/splash-star.png") center center/80% repeat-x;*/
}

.splash:after {
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 27px;
    background-color: #f0f1f1;
}

@media (max-width: 767px) {
    .splash {
        height: 500px;
        min-height: 500px;
        background-color: #0a0a0a;
        position: relative;
        padding-bottom: 0;
        background-size: 100%;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .splash {
        height: 600px;
        min-height: 600px;
    }
}

@media (min-width: 768px) {
    .splash {
        background-size: 70%;
    }
}

@media (min-width: 1280px) {
    .splash {
        background-size: 47%;
    }
}

.splash .alien {
    position: absolute;
    right: 6%;
    left: auto !important;
    top: 45% !important;
    z-index: 1;
}

@media (max-width: 767px) {
    .splash .alien {
        width: 60%;
        top: 65% !important;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .splash .alien {
        width: 60%;
        top: 38% !important;
    }
}

@media (min-width: 768px) {
    .splash .alien {
        animation: 1s pulse ease-in;
    }
}

.splash .mq-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 5%;
    padding-left: 5%;
    height: 100%;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .splash .mq-container {
        margin-top: 0;
    }
}

.splash .splash-artwok {
    animation: 1.4s fadeIn;
}

.splash .splash-content {
    animation: 1s fadeInUp;
    z-index: 2;
    position: relative;
}

@media (min-width: 768px) and (max-width: 960px) {
    .splash .splash-content {
        width: 72%;
    }
}

.splash .splash-content h1 {
    color: #000;
    margin: 0 0 30px;
    font-weight: 600;
    animation: 4s fadeIn;
}

@media (max-width: 767px) {
    .splash .splash-content h1 {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .splash .splash-content h1 {
        font-size: 3.8rem;
        line-height: 5.7rem;
    }
}

@media (min-width: 960px) {
    .splash .splash-content h1 {
        font-size: 5.6rem;
        line-height: 7.7rem;
    }
}

@media (min-width: 1280px) {
    .splash .splash-content h1 {
        font-size: 7.7rem;
        line-height: 9.3rem;
    }
}

.splash .splash-content h1+p {
    animation: 4s fadeIn;
    margin: 0 0 30px;
    color: #000;
}

@media (max-width: 767px) {
    .splash .splash-content h1+p {
        font-size: 1.6rem;
        line-height: 3rem;
    }
}

@media (min-width: 768px) {
    .splash .splash-content h1+p {
        font-size: 2rem;
        line-height: 3rem;
    }
}

@media (min-width: 1280px) {
    .splash .splash-content h1+p {
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
}

.splash .splash-content h2 {
    color: #000;
    margin: 0 0 30px;
    font-weight: 500;
    animation: 4s fadeIn;
}

.splash .splash-content h2 span {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    line-height: 3.6rem;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: normal;
}

@media (max-width: 767px) {
    .splash .splash-content h2 span {
        font-size: 1.8rem;
        line-height: 3rem;
    }
}

@media (max-width: 767px) {
    .splash .splash-content h2 {
        font-size: 2.6rem;
        line-height: 3.2rem;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .splash .splash-content h2 {
        font-size: 3.8rem;
        line-height: 5.7rem;
    }
}

@media (min-width: 960px) {
    .splash .splash-content h2 {
        font-size: 5.6rem;
        line-height: 6.2rem;
        letter-spacing: -3px;
    }
}

@media (min-width: 1280px) {
    .splash .splash-content h2 {
        font-size: 6rem;
        line-height: 7rem;
    }
}

.splash .splash-content h2+p {
    animation: 4s fadeIn;
    margin: 0 0 30px;
    color: #fff;
}

@media (max-width: 767px) {
    .splash .splash-content h2+p {
        font-size: 1.6rem;
        line-height: 3rem;
    }
}

@media (min-width: 768px) {
    .splash .splash-content h2+p {
        font-size: 2rem;
        line-height: 3rem;
    }
}

@media (min-width: 1280px) {
    .splash .splash-content h2+p {
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
}

.splash .splash-content .do_ui.button {
    animation: 1.7s zoomIn;
}

.splash .splash-content .do_ui.button+.button {
    margin-left: 0px;
}

.splash.services,
.splash.about-us,
.splash.client-portfolio,
.splash.ai-mobile,
.splash.career {
    background-size: 72%;
}

@media(max-width: 767px) {
.feature-details-row .row.element-desc article aside {
    max-width: 560px;
    width: 100%!important;
    margin-left: 20px!important;
}
    #contact_section .upsize span {
    color: #000!important;
}
.splash .splash-content{
    padding-top: 20px!important;
}
    .splash.services,
    .splash.about-us,
    .splash.client-portfolio,
    .splash.ai-mobile,
    .splash.career {
        background-size: 100%;
    }
}

.splash.services:before,
.splash.about-us:before,
.splash.client-portfolio:before,
.splash.ai-mobile:before,
.splash.career:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    /*background: url("../images/glaxy-star.png") center center/82% repeat-x;*/
}

@media (max-width: 767px) {

    .splash.services:before,
    .splash.about-us:before,
    .splash.client-portfolio:before,
    .splash.ai-mobile:before,
    .splash.career:before {
        background-size: cover;
    }
}

.splash.services .mq-container,
.splash.about-us .mq-container,
.splash.client-portfolio .mq-container,
.splash.ai-mobile .mq-container,
.splash.career .mq-container {
    padding-right: 0;
}

.splash.services .splash-content,
.splash.about-us .splash-content,
.splash.client-portfolio .splash-content,
.splash.ai-mobile .splash-content,
.splash.career .splash-content {
    margin-top: -130px;
    max-width: 630px;
}

.splash.career .splash-content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 959px) {
    .splash.career .splash-content h2 br {
        display: none;
    }
}

.splash.career .splash-artwok {
    width: 40%;
    position: absolute;
}

@media (max-width: 767px) {
    .splash.career .splash-artwok {
        right: 10%;
        bottom: 12%;
        z-index: 2;
    }

    .splash.career .splash-artwok img {
        width: 170px;
    }
}

@media (min-width: 768px) {
    .splash.career .splash-artwok {
        right: 0;
    }

    .splash.career .splash-artwok img {
        width: 100%;
    }
}

@media (min-width: 960px) {
    .splash.career .splash-artwok {
        right: 10%;
    }

    .splash.career .splash-artwok img {
        width: auto;
        max-width: 470px;
    }
}

@media (min-width: 1280px) {
    .splash.career .splash-artwok img {
        max-width: 600px;
    }
}

.splash.career .splash-artwok img {
    animation: 1s zoomIn;
}

.splash.services .astronaut-create {
    position: absolute;
    right: 0%;
    left: auto !important;
    top: 0%!important;
    animation: 2.2s zoomIn;
    width: 35%;
}

@media (max-width: 767px) {
    .splash.services .astronaut-create {
        width: 75px;
        top: 65% !important;
    }
}

@media (max-width: 767px) {
    .splash.services .mq-container {
        padding: 0;
    }

    .splash.services .mq-container .splash-content {
        margin: 0;
    }
}

.splash.services .splash-artwok {
    width: 37%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.splash.services .splash-artwok img {
    width: 30%!important;
}

@media (max-width: 767px) {
    .splash.services .splash-artwok {
        margin-top: 120px;
        width: 110px !important;
        height: 220px !important;
    }
}

@media only screen and (max-device-height : 768px) {
    .splash.services .splash-artwok {
        width: auto;
        height: 500px;
    }

    .splash.services .splash-artwok img {
        width: auto;
        height: 100%;
    }
}

.splash.about-us .astronaut-selfie {
    position: absolute;
    right: 0%;
    left: auto !important;
    top: 0% !important;
    z-index: 1;
}
.do_ui.button span{
color: #fff!important;
}
@media (max-width: 767px) {

    .splash.about-us .astronaut-selfie {
        width: 250px;
        top: auto !important;
        bottom: 7% !important;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .splash.about-us .astronaut-selfie {
        width: 90%;
        top: 50% !important;
    }
}

@media (min-width: 768px) {
    .splash.about-us .astronaut-selfie {
        animation: .2s flash ease-in;
        animation-delay: 1.6s;
    }
}

.splash.client-portfolio .mq-container {
    padding-right: 5%;
}

.splash.client-portfolio .astronaut-cp {
    position: absolute;
    right: 0%;
    top: 0% !important;
    left: auto !important;
    z-index: 2;
}

@media (max-width: 767px) {
    .splash.client-portfolio .astronaut-cp {
        width: 150px;
        top: 44% !important;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .splash.client-portfolio .astronaut-cp {
        width: 230px;
    }
}

@media (min-width: 768px) {
    .splash.client-portfolio .astronaut-cp {
        animation: 1s bounce;
        animation-delay: 1s;
    }
}

.splash.ai-mobile .astronaut-sit {
    position: absolute;
    right: 0%;
    top: 22% !important;
    left: auto !important;
    z-index: 2;
}

@media (max-width: 767px) {
    .splash.ai-mobile .astronaut-sit {
        top: auto !important;
        bottom: 2% !important;
        width: 170px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .splash.ai-mobile .astronaut-sit {
        top: auto !important;
        bottom: 17% !important;
        width: 220px;
    }
}

@media (min-width: 768px) {
    .splash.ai-mobile .astronaut-sit {
        animation: 1s zoomInUp;
        /*animation-delay: 1s;*/
    }
}

.btn-width {
    width: 174px;
}

.featured-work {
    position: relative;
    background-image: linear-gradient(rgba(240, 241, 241, 0), #f0f1f1 30%);
    z-index: 2;
    margin-top: -10%;
}

.featured-work .mq-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

@media (max-width: 767px) {
    .featured-work .mq-container {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.featured-work .mq-container .explore {
    width: 50%;
    padding: 100px 40px;
    margin-bottom: 10px;
    position: relative;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 575px;
    background-color: #eb3b5a;
    transition: background-color .2s ease-in;
}
.do_ui.button.black-btn{
    background-color: #fff!important;
    color: #eb3b5a; 
}
.featured-work .mq-container .explore:last-child {
    background-color: #080d23;
        border-left: 1px solid #81192b;
}

@media (max-width: 959px) {
    .featured-work .mq-container .explore {
        padding-top: 50px;
        padding-bottom: 50px;
        min-height: 480px;
    }
}

@media (max-width: 767px) {
    .featured-work .mq-container .explore {
        width: 100%;
        padding: 50px 20px;
        margin-bottom: 0;
    }
}

.featured-work .mq-container .explore h5 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: 500;
    margin: 0;
}

.featured-work .mq-container .explore h2 {
    font-weight: 500;
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
    line-height: 5rem;
    margin: 0;
}

@media (max-width: 959px) {
    .featured-work .mq-container .explore h2 {
        font-size: 3rem;
        line-height: 4rem;
    }
}

.featured-work .mq-container .explore h2+p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    line-height: 3.2rem;
    margin: 0 0 30px;
    font-weight: 400;
    font-family: "Inter", arial, sans-serif;
}

.featured-work .mq-container .explore .do_ui.button {
    width: 193px;
}

@media (max-width: 767px) {
    .featured-work .mq-container .explore .do_ui.button {
        width: 164px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .featured-work .mq-container .explore .do_ui.button {
        width: 178px;
    }
}

.featured-work .mq-container .explore .do_ui.button .icon-arrow-right {
    background: url("../images/arrow-right-w.png") 0 0/100% no-repeat;
}

.featured-work .mq-container .explore .astronaut {
    display: none;
    position: absolute;
    bottom: -16px;
}

@media (max-width: 959px) {
    .featured-work .mq-container .explore .astronaut {
        right: 15px;
        width: 110px;
        bottom: -12px;
    }

    .featured-work .mq-container .explore .astronaut img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .featured-work .mq-container .explore .astronaut {
        width: 90px;
        bottom: -10px;
    }
}

@media (min-width: 960px) {
    .featured-work .mq-container .explore .astronaut {
        right: 30px;
    }
}

@media (min-width: 1280px) {
    .featured-work .mq-container .explore .astronaut {
        right: 70px;
    }
}

.featured-work .mq-container .explore:hover {
    /*background-color: #080d23;*/
}

.featured-work .mq-container .explore:hover .astronaut {
    animation: .3s fadeInUp;
    display: block;
}

.featured-work .mq-container .explore:hover .do_ui.button {
    background-color: #fff;
    color: #eb3b5a;
}

.featured-work .mq-container .explore:hover .do_ui.button .icon-arrow-right {
    background: url("../images/arrow-right-p.png") 0 0/100% no-repeat;
}

.paddy-h {
    padding-right: 4%;
    padding-left: 4%;
}

@media (max-width: 767px) {
    .paddy-h {
        padding-right: 1%;
        padding-left: 1%;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .paddy-h {
        padding-right: 2%;
        padding-left: 2%;
    }
}

.story-of-day {
    position: relative;
    z-index: 10;
}

.story-of-day .primary-title {
    max-width: 625px;
}

.story-of-day figure {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .story-of-day figure {
        width: 100%;
        margin: 0 0 20px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .story-of-day figure {
        width: 40%;
    }
}

.story-of-day figure .play-video-button {
    width: 84px;
    height: 84px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -42px;
    margin-left: -42px;
    opacity: .3;
    transform: scale(.9);
    transition: transform .2s ease-in;
}

.story-of-day figure .play-video-button:hover {
    transform: scale(1);
}

.story-of-day figure:hover .play-video-button {
    opacity: .8;
}

@media (max-width: 767px) {
    .story-of-day article {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.story-of-day article.rtl figure {
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    margin-left: 30px;
}

@media (max-width: 767px) {
    .story-of-day article.rtl figure {
        margin: 30px 0 0;
    }
}

.story-of-day article.rtl aside {
    -ms-flex-order: 1;
    order: 1;
}

.story-of-day article h6 {
    font-family: "Inter", arial, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 3.2rem;
    margin: 0 0 20px;
    font-weight: 400;
    color: #0a0a0a;
}

@media (min-width: 768px) and (max-width: 960px) {
    .story-of-day article h6 {
        font-size: 1.9rem;
        line-height: 2.6rem;
    }
}

.story-of-day article p {
    margin-bottom: 0 0 20px;
    font-family: "Inter", arial, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 2.6rem;
}

@media (min-width: 768px) and (max-width: 960px) {
    .story-of-day article p {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
}

.story-of-day article .counter-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.story-of-day article .counter-container div {
    padding: 10px;
    width: 37%;
}

@media (max-width: 767px) {
    .story-of-day article .counter-container div {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .story-of-day article .counter-container div {
        width: 48%;
    }
}

.story-of-day article .counter-container div span {
    font-size: 54px;
    font-size: 5.4rem;
    color: #0a0a0a;
    display: inline-block;
}

@media (max-width: 959px) {
    .story-of-day article .counter-container div span {
        font-size: 4.4rem;
    }
}

.story-of-day article .counter-container div span small {
    font-size: 24px;
    font-size: 2.4rem;
}

.story-of-day article .counter-container div span+p {
    margin: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 3.2rem;
}

@media (max-width: 959px) {
    .story-of-day article .counter-container div span+p {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

.story-of-day article .counter-container.column-2 div {
    width: 50%;
}

@media (max-width: 767px) {
    .story-of-day article .counter-container.column-2 div {
        width: 100%;
    }
}

.story-of-day article .boxed-layout-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .story-of-day article .boxed-layout-container {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .story-of-day article .boxed-layout-container .boxed-layout {
        width: 100%;
    }
}

.curve-astro {
    padding-bottom: 5%;
}

.curve-astro:after {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center bottom;
    /*background-image: url("../images/curve-bg.svg");*/
    background-size: 100%;
    pointer-events: none;
}

.what-we-do {
    position: relative;
}

.what-we-do .primary-title {
    max-width: 450px;
}

.what-we-do .primary-heading~.service-info {
    margin-top: 10px;
}

.solution-provider,
.industry-recognition,
.featured-main-wrap,
.founders,
.mission-vision,
.values-culture,
.our-work,
.our-services-chunks,
.industry-served,
.insights-blog,
.ai-applications,
.building-business-apps,
.projects-ai,
.life-at-do,
.hiw-chunk,
.career-current-opening {
    background-color: #080d23!important;
}
.insights-blog{
    background-color: #d7d7d7!important;
}

.insights-blog h2, h6, span{
    color: #000!important;
}
/*.solution-provider h6{
    color: #fff!important;
}*/
.text-whitee{
    color: #fff!important;
}
.solution-provider .primary-title h2,
.solution-provider .primary-title h2 span,
.solution-provider .primary-title h2+p,
.industry-recognition .primary-title h2,
.industry-recognition .primary-title h2 span,
.industry-recognition .primary-title h2+p,
.featured-main-wrap .primary-title h2,
.featured-main-wrap .primary-title h2 span,
.featured-main-wrap .primary-title h2+p,
.founders .primary-title h2,
.founders .primary-title h2 span,
.founders .primary-title h2+p,
.mission-vision .primary-title h2,
.mission-vision .primary-title h2 span,
.mission-vision .primary-title h2+p,
.values-culture .primary-title h2,
.values-culture .primary-title h2 span,
.values-culture .primary-title h2+p,
.our-work .primary-title h2,
.our-work .primary-title h2 span,
.our-work .primary-title h2+p,
.our-services-chunks .primary-title h2,
.our-services-chunks .primary-title h2 span,
.our-services-chunks .primary-title h2+p,
.industry-served .primary-title h2,
.industry-served .primary-title h2 span,
.industry-served .primary-title h2+p,
.insights-blog .primary-title h2,
.insights-blog .primary-title h2 span,
.insights-blog .primary-title h2+p,
.ai-applications .primary-title h2,
.ai-applications .primary-title h2 span,
.ai-applications .primary-title h2+p,
.building-business-apps .primary-title h2,
.building-business-apps .primary-title h2 span,
.building-business-apps .primary-title h2+p,
.projects-ai .primary-title h2,
.projects-ai .primary-title h2 span,
.projects-ai .primary-title h2+p,
.life-at-do .primary-title h2,
.life-at-do .primary-title h2 span,
.life-at-do .primary-title h2+p,
.hiw-chunk .primary-title h2,
.hiw-chunk .primary-title h2 span,
.hiw-chunk .primary-title h2+p,
.career-current-opening .primary-title h2,
.career-current-opening .primary-title h2 span,
.career-current-opening .primary-title h2+p {
    color: #fff;
}

.our-work,
.our-services-chunks,
.industry-served {
    background-repeat: repeat;
    background-position: center center;
    background-image: url("../images/glaxy-star2.png");
    background-size: 70%;
}

.solution-provider {
    background-repeat: no-repeat;
    background-position: center top;
    /*background-image: url("../images/planet-2@2x.png");*/
    background-size: cover;
    position: relative;
    background-color: #080D23;
}

.solution-provider .primary-title h2,
.solution-provider .primary-title h2 span {
    color: #fff;
}

.solution-provider .solutions-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .solution-provider .solutions-list {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.solution-provider .solutions-list .thumb-info-container {
    width: 50%;
    padding: 30px 15px;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .solution-provider .solutions-list .thumb-info-container {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .solution-provider .solutions-list .thumb-info-container .details-chunk {
        margin-left: 0;
    }
}

.solution-provider .solutions-list .thumb-info-container .thumb {
    margin-bottom: 20px;
}

.solution-provider .solutions-list .thumb-info-container .primary-heading,
.solution-provider .solutions-list .thumb-info-container .secondary-para {
    color: #fff;
}

.solution-provider .solutions-list .thumb-info-container .primary-heading {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3rem;
}

@media (min-width: 768px) and (max-width: 960px) {
    .solution-provider .solutions-list .thumb-info-container .primary-heading {
        font-size: 2rem;
    }
}

.solution-provider .solutions-list .thumb-info-container .secondary-para {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
}

@media (min-width: 768px) and (max-width: 960px) {
    .solution-provider .solutions-list .thumb-info-container .secondary-para {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
}

.industry-recognition {
    position: relative;
    /*background-image: url(../images/spark.png)!important;*/
    background: #080d23;
}

.industry-recognition .primary-title {
    margin-bottom: 60px;
}
.primary-title {
    margin-bottom: 60px!important;
    /*margin: 0px auto;*/
    /*width: 65%;*/
    color: #fff;
}
.industry-recognition .primary-title h2,
.industry-recognition .primary-title h2 span {
    color: #fff;
}

@media (max-width: 959px) {
    .industry-recognition .flex-canvas {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.industry-recognition .award-box {
    background-image: linear-gradient(#eb3b5a, #080d23);
    padding: 2px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 7px;
}

@media (max-width: 767px) {
    .industry-recognition .award-box {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .industry-recognition .award-box {
        width: 250px;
    }
}

.industry-recognition .award-box:nth-child(even) {
    background-image: linear-gradient(#080d23, #eb3b5a);
}

.industry-recognition .award-box .award {
    padding: 30px;
    min-height: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
    background-color: #080d23;
}

.industry-recognition .award-box .award p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 2.2rem;
    color: #fff;
}

@media (max-width: 767px) {
    .industry-recognition .award-box .award p {
        font-size: 1.2rem;
    }
}

.industry-recognition .award-box .award img {
    transition: .2s ease-out;
}

.industry-recognition .award-box:hover .award img {
    transform: scale(.8);
}

.industry-recognition .award-box:hover .award p {
    animation: .3s zoomIn;
}

.latest-portfolio {
    position: relative;
    background-image: url(../images/spark.png);
}

.latest-portfolio:before {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    height: 50%;
    background-color: #080D23;
    background-image: url(../images/spark.png);
}

.latest-portfolio .primary-title {
    margin-bottom: 60px;
}

.latest-portfolio .primary-title h2,
.latest-portfolio .primary-title h2 span {
    color: #fff;
}

[id="portfolioCards"] {
    display: -ms-flexbox;
    display: flex;
}

[id="portfolioCards"] .owl-nav {
    top: 35%;
}

[id="portfolioCards"] .owl-nav .owl-prev {
    margin-left: -20px;
}

[id="portfolioCards"] .owl-nav .owl-next {
    margin-right: -15px;
}

.tools-tech .primary-title {
    max-width: 450px;
}

.tools-tech .plateform-list {
    margin-top: 40px;
    overflow-x: auto;
    overflow-y: hidden;
}

.tools-tech .plateform-list::-webkit-scrollbar {
    height: 6px;
}

/* Track */
.tools-tech .plateform-list::-webkit-scrollbar-track {
    background: #EBECEC;
    border-radius: 6px;
}

/* Handle */
.tools-tech .plateform-list::-webkit-scrollbar-thumb {
    background: #DEDEDE;
    border-radius: 6px;
}

/* Handle on hover */
.tools-tech .plateform-list::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.tools-tech .plateform-list ul {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 260px;
}

.tools-tech .plateform-list ul:not(:last-child) {
    margin-right: 40px;
}

.tools-tech .plateform-list ul li {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
}

.tools-tech .plateform-list ul li:not(:last-child) {
    border-bottom: 1px solid #EBEBEB;
}

.tools-tech .plateform-list ul li:first-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    font-size: 14px;
    font-size: 1.4rem;
    border-bottom-width: 2px;
    transition: .2s ease-in;
}

.tools-tech .plateform-list ul li:first-child a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.tools-tech .plateform-list ul:hover li:first-child {
    border-bottom-color: #7c7c7c;
}

/*max-width: 445px;
    @media (--omd) {
        max-width: 345px;
    }*/
@media (max-width: 767px) {
    [id="aiServicesSlide"] {
        padding-top: 0 !important;
    }

    [id="aiServicesSlide"] .owl-nav {
        top: 101%;
        -ms-flex-pack: center;
        justify-content: center;
    }

    [id="aiServicesSlide"] .owl-nav .owl-nav .owl-prev {
        margin: 0 10px;
    }
}

[id="aiServicesSlide"] .owl-nav .owl-prev {
    margin-left: -64px;
}

@media (max-width: 959px) {
    [id="aiServicesSlide"] {
        margin-right: auto;
        margin-left: auto;
        padding: 30px 0;
    }

    [id="aiServicesSlide"] .owl-nav .owl-prev {
        margin-left: -20px;
    }
}

.ai-services {
    /*background: url("../images/planent-down@2x.png") center bottom/contain no-repeat;
    padding-bottom: 15%;*/
}

@media (max-width: 767px) {
    .ai-services article {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ai-services article .project-img {
        width: 100%;
        margin-top: 20px;
    }

    .ai-services article .project-img img {
        width: 100%;
    }
}

.ai-services article aside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 48%;
}

@media (min-width: 768px) {
    .ai-services article aside {
        margin-right: 24px;
    }
}

@media (max-width: 767px) {
    .ai-services article aside {
        width: 100%;
    }
}

.ai-services article h4 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 32px;
    line-height: 3.2rem;
    margin: 0 0 20px;
    font-weight: 500;
    color: #0a0a0a;
}

.ai-services article p {
    font-family: "Inter", arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
    margin-bottom: 0 0 20px;
}

.ai-services article p .more {
    margin-top: 5px;
    display: block;
}

.ai-services article p .more:hover {
    color: #eb3b5a;
}

.insights-blog .insight-blog-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 465px;
}

@media (max-width: 767px) {
    .insights-blog .insight-blog-container {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .insights-blog .insight-cardLayout {
        position: absolute;
        width: 30%;
    }

    .insights-blog .insight-cardLayout:nth-child(1) {
        left: 0;
    }

    .insights-blog .insight-cardLayout:nth-child(2) {
        left: 33%;
    }

    .insights-blog .insight-cardLayout:nth-child(3) {
        left: 66%;
    }
}

.ai-applications {}

[id="testimonialSlides"] .owl-nav,
[id="valuesCultureSlide"] .owl-nav,
[id="aiProjectsSlide"] .owl-nav,
[id="teamSlider"] .owl-nav {
    position: relative;
    transform: none;
    top: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
[id="industry-slide"] .owl-nav {
     position: relative;
     transform: none;
     top: 25px;
     -ms-flex-pack: start;
     justify-content: center;
}
[id="industry-slide2"] .owl-nav {
    position: relative;
    transform: none;
    top: 25px;
    -ms-flex-pack: start;
    justify-content: center;
}
@media (max-width: 767px) {

    [id="testimonialSlides"] .owl-nav,
    [id="valuesCultureSlide"] .owl-nav,
    [id="aiProjectsSlide"] .owl-nav {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

[id="testimonialSlides"] .owl-nav .owl-prev,
[id="testimonialSlides"] .owl-nav .owl-next,
[id="valuesCultureSlide"] .owl-nav .owl-prev,
[id="valuesCultureSlide"] .owl-nav .owl-next,
[id="aiProjectsSlide"] .owl-nav .owl-prev,
[id="aiProjectsSlide"] .owl-nav .owl-next,
[id="teamSlider"] .owl-nav .owl-prev,
[id="teamSlider"] .owl-nav .owl-next,
[id="industry-slide"] .owl-nav .owl-next,
[id="industry-slide"] .owl-nav .owl-prev,
[id="industry-slide2"] .owl-nav .owl-next,
[id="industry-slide2"] .owl-nav .owl-prev {
    margin: 0 5px;
    background-size: 100%;
}

[id="testimonialSlides"] .owl-nav .owl-prev,
[id="valuesCultureSlide"] .owl-nav .owl-prev,
[id="aiProjectsSlide"] .owl-nav .owl-prev,
[id="teamSlider"] .owl-nav .owl-prev,
[id="industry-slide"] .owl-nav .owl-prev,
[id="industry-slide2"] .owl-nav .owl-prev,
.bx-wrapper .bx-prev {
    width: 38px;
    height: 24px;
    /* opacity: 0.5; */
     opacity:1;
    /*background-image: url("../images/slide-left2.png") !important;*/
}
.owl-prev.disabled {
    opacity: 0.5 !important;
}
[id="testimonialSlides"] .owl-nav .owl-next,
[id="valuesCultureSlide"] .owl-nav .owl-next,
[id="aiProjectsSlide"] .owl-nav .owl-next,
[id="teamSlider"] .owl-nav .owl-next,
[id="industry-slide"] .owl-nav .owl-next,
[id="industry-slide2"] .owl-nav .owl-next,
.bx-wrapper .bx-next {
    width: 48px;
    height: 24px;
    /*background-image: url("../images/slide-right2.png") !important;*/
}

.do-testimonials {
    background-color: #f0f1f1;
    /*background-image: url("../images/spark.png") !important;*/

}

.do-testimonials .primary-title {
    max-width: 490px;
}

.do-testimonials .primary-title h2,
.do-testimonials .primary-title h2 span {
    color: #0a0a0a;
}

.do-testimonials .primary-title h2 {
    margin-bottom: 0;
}

.testimonial-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    min-width: 0;
}

@media (max-width: 767px) {
    .testimonial-container {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.testimonial-container .testimonial-img {
    position: relative;
}

.testimonial-container .testimonial-img .icon-quotes {
    top: -50px;
    right: -60px;
    position: absolute;
    width: 146px;
    height: 146px;
    background: url("../images/icon-quotes.svg") 0 0/cover no-repeat;
}

@media (max-width: 767px) {
    .testimonial-container .testimonial-img .icon-quotes {
        transform: scale(.8);
        transform-origin: center;
        right: -37px;
        top: -20px;
    }
}

.testimonial-container .testimonial-img img {
    width: 100%;
}

.testimonial-container .testimonial-content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #0a0a0a;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 43%;
    margin-left: 70px;
}

@media (max-width: 767px) {
    .testimonial-container .testimonial-content {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .testimonial-container .testimonial-content {
        width: 50%;
        margin-left: 50px;
    }
}

.testimonial-container .testimonial-content h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    line-height: 4rem;
    margin: 0 0 20px;
    font-weight: 400;
}

.testimonial-container .testimonial-content .qoutes {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    line-height: 3rem;
    font-style: italic;
}

.testimonial-container .testimonial-content .testimonial-user-details {
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/*#testimonialSlides span{
    color: #fff!important;
}*/
@media (max-width: 767px) {
    .testimonial-container .testimonial-content .testimonial-user-details {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.testimonial-container .testimonial-content .testimonial-user-details h5 {
    font-size: 16px;
    font-size: 1.6rem;
    color: #0a0a0a;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
}

.testimonial-container .testimonial-content .testimonial-user-details h5 span {
    font-family: "Inter", arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    color: #6d6d6d;
    display: block;
    margin-top: 10px;
}

.testimonial-container .testimonial-content .testimonial-user-details .t-icon-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.testimonial-container .testimonial-content .testimonial-user-details .t-icon-container a {
    width: 38px;
    height: 38px;
    display: inline-block;
    transform: scale(1);
    margin-left: 10px;
    transition: .15s ease-in;
}

@media (max-width: 767px) {
    .testimonial-container .testimonial-content .testimonial-user-details .t-icon-container a {
        margin-top: 15px;
        margin-left: 0;
    }
}

.testimonial-container .testimonial-content .testimonial-user-details .t-icon-container a img {
    width: 100%;
}

.testimonial-container .testimonial-content .testimonial-user-details .t-icon-container a:hover {
    transform: scale(1.4);
}

.do-contact {
    background-color: #f0f1f1;
    /*background-image: url(../images/spark.png);*/
}
.do-contact.bg__color_contact{
    background-color: #080d23!important;
    
}
/*.do-contact .primary-title {
    max-width: 490px;
}*/

.do-contact .primary-title h2,
.do-contact .primary-title h2 span {
    color: #0a0a0a;
}

.do-contact .primary-title h2 {
    margin-bottom: 0;
}

.do-contact .do-contact-form .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: space-between;
    align-items: space-between;
}

@media (max-width: 767px) {
    .do-contact .do-contact-form .form-row {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.do-contact .do-contact-form .form-row:not(:last-child) {
    margin-bottom: 40px;
}

.do-contact .do-contact-form .form-row .form-item {
    width: 100%;
}

.do-contact .do-contact-form .form-row .form-item:not(:last-child) {
    margin-right: 30px;
}

@media (max-width: 767px) {
    .do-contact .do-contact-form .form-row .form-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.do-contact .do-contact-form .form-row .form-item label {
    font-size: 12px;
    font-size: 14px;
    line-height: 14px;
    line-height: 1.4rem;
    text-transform: uppercase;
    display: inline-block;
    color: #0a0a0a;
    letter-spacing: 2px;
    font-weight: 600;
}

.do-contact .do-contact-form .form-row .form-item .form-theme {
    padding-left: 0;
}

.do-contact .do-contact-form .form-row .visit-career {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px;
    line-height: 2.5rem;
    color: #fff;
    margin: 0;
}

.do-contact .do-contact-form .form-row .visit-career a {
    color: #eb3b5a;
    position: relative;
}

.do-contact .do-contact-form .form-row .visit-career a:before {
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: #eb3b5a;
    transition: .2s ease-in;
}

.do-contact .do-contact-form .form-row .visit-career a:hover:before {
    width: 100%;
}

.featured-main-wrap {
    background-repeat: no-repeat;
    background-position: center 7%;
    /*background-image: url("../images/planet-2@2x.png");*/
    background-size: 100%;
    position: relative;
}

.feature-details-row {
    color: #fff;
}

.feature-details-row article {
    margin-top: 80px;
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .feature-details-row article {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.feature-details-row article .featured-img {
    width: 48%;
    max-width: 440px;
}

.feature-details-row article .featured-img img {
    width: 100%;
}

@media (max-width: 767px) {
    .feature-details-row article .featured-img {
        width: 100%;
        margin-top: 60px;
    }
}

.feature-details-row article aside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 48%;
}

@media (min-width: 768px) {
    .feature-details-row article aside {
        margin-right: 24px;
    }
}

@media (max-width: 767px) {
    .feature-details-row article aside {
        width: 100%;
    }
}

.feature-details-row article aside h4 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 32px;
    line-height: 3.2rem;
    margin: 0 0 20px;
    font-weight: 500;
    color: #0a0a0a;
}

.feature-details-row article aside p {
    font-family: "Inter", arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
    margin-bottom: 0 0 20px;
    color: rgba(255, 255, 255, .9);
}

.feature-details-row article aside p .more {
    margin-top: 5px;
    display: block;
}

.feature-details-row article aside p .more:hover {
    color: #eb3b5a;
}

@media (min-width: 768px) {
    .feature-details-row:nth-child(even) article .featured-img {
        -ms-flex-order: 1;
        order: 1;
    }

    .feature-details-row:nth-child(even) article aside {
        -ms-flex-order: 2;
        order: 2;
        margin-right: 0;
        margin-left: 24px;
    }
}

.feature-details-row .service-box-container {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.founders {
    background-repeat: repeat;
    background-position: center center;
    background-image: url("../images/glaxy-star2.png");
    background-size: 70%;
}

@media (max-width: 767px) {
    .founders .flex-canvas {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .founders .flex-canvas .founder-details {
        width: 100%;
    }
}

.founders .founder-details {
    width: 46%;
    color: #fff;
}

.founders .founder-details .thumbnail {
    width: 206px;
    height: 206px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .founders .founder-details .thumbnail {
        width: 100%;
        height: 100%;
    }

    .founders .founder-details .thumbnail img {
        width: 100%;
    }
}

.founders .founder-details h2 {
    font-size: 35px;
    font-size: 3.5rem;
    margin: 0 0 40px;
}

.founders .founder-details h2 span {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    margin-top: 10px;
}

.founders .founder-details h3 {
    font-size: 35px;
    font-size: 3.5rem;
    margin: 0 0 40px;
}

.founders .founder-details p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px;
    line-height: 2.5rem;
    margin: 0 0 20px;
    color: rgba(255, 255, 255, .9);
}

.our-journey {
    padding-bottom: 130px;
    background: url("../images/curved-dark.svg") left bottom/100% no-repeat;
}

@media (min-width: 768px) {
    .our-journey {
        padding-bottom: 210px;
    }
}

@media (min-width: 960px) {
    .our-journey {
        padding-bottom: 320px;
    }
}

.our-journey .text-center h1 {
    margin: 0 0 30px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .our-journey .text-center h1 {
        font-size: 2.4rem;
        line-height: 3.6rem;
    }

    .our-journey .text-center h1 br {
        display: none;
    }
}

@media (min-width: 768px) {
    .our-journey .text-center h1 {
        font-size: 3.2rem;
        line-height: 4.7rem;
    }
}

@media (min-width: 960px) {
    .our-journey .text-center h1 {
        font-size: 4rem;
        line-height: 5.7rem;
    }
}

.coming-soon {
    background-color: #0a0a0a;
    background-repeat: repeat;
    background-position: center center;
    background-image: url("../images/glaxy-star2.png");
    background-size: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.coming-soon h1 {
    animation: .6s zoomIn;
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
    line-height: 50px;
    line-height: 5rem;
}

.coming-soon h1 span {
    display: block;
    margin: 0 0 20px;
    font-size: 72px;
    font-size: 7.2rem;
    line-height: 72px;
    line-height: 7.2rem;
}

@media (max-width: 959px) {
    .coming-soon h1 {
        transform: scale(.6);
        font-weight: 500;
        font-size: 2.4rem;
        line-height: 4rem;
    }

    .coming-soon h1 span {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 700;
    }
}

.values-culture .primary-title {
    max-width: 90%;
}

.values-culture .owl-carousel .basic-card-layout {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 960px) {
    .values-culture .owl-carousel .owl-stage-outer {
        margin-right: -200px;
    }

    .values-culture .owl-carousel .owl-stage-outer:after {
        content: "";
        width: 220px;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background: linear-gradient(-90deg, #000 0%, rgba(231, 44, 44, 0) 100%);
        pointer-events: none;
        z-index: 1;
    }
}

.video-player {
    position: relative;
    height: 480px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .video-player {
        height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .video-player {
        height: 380px;
    }
}

.video-player video [poster] {
    height: 100%;
    width: 100%;
}

.video-player .play-btn {
    transform: scale(.9, .9);
    width: 110px;
    height: 110px;
    z-index: 1;
    bottom: 15%;
    left: 10%;
    position: absolute;
    transition: .2s ease-in;
    opacity: .9;
    background: url("../images/icon-play-pink.svg") 0 0/cover no-repeat;
}

@media (max-width: 767px) {
    .video-player .play-btn {
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .video-player .play-btn {
        width: 72px;
        height: 72px;
    }
}

.video-player:hover .play-btn {
    transform: scale(1, 1);
    opacity: 1;
}

.curved-bg {
    padding-bottom: 130px;
    background: url("../images/curved-dark2.svg") left bottom/100% no-repeat;
}

@media (min-width: 768px) {
    .curved-bg {
        padding-bottom: 210px;
    }
}

@media (min-width: 960px) {
    .curved-bg {
        padding-bottom: 320px;
    }
}

.curved-bg-2 {
    padding-top: 80px;
    background: #080d23 url("../images/curve-bg2.svg") left top/100% no-repeat;
}

@media (min-width: 768px) {
    .curved-bg-2 {
        padding-top: 120px;
    }
}

@media (min-width: 960px) {
    .curved-bg-2 {
        padding-top: 180px;
    }
}

.curved-bg-3 {
    padding-top: 80px;
    background: #0a0a0a url("../images/curve-bg3.svg") left top/100% no-repeat;
}

@media (min-width: 768px) {
    .curved-bg-3 {
        padding-top: 120px;
    }
}

@media (min-width: 960px) {
    .curved-bg-3 {
        padding-top: 270px;
    }
}

@media (min-width: 768px) {
    .our-work:nth-child(odd) article .column-img {
        -ms-flex-order: 2;
        order: 2;
    }

    .our-work:nth-child(odd) article .column-content {
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
        margin-right: 30px;
    }
}

.our-work .owl-carousel {
    margin-top: 40px;
    margin-bottom: 100px;
}

.our-work article {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 959px) {
    .our-work article {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.our-work article .column-content h3 {
    opacity: .5;
    transition: opacity .15s ease-in;
    margin-bottom: 10px;
}

.our-work article .column-content h3 small {
    margin-left: -32px;
    font-size: 15px;
    width: 30px;
    display: inline-block;
    position: relative;
    top: -10px;
}

.our-work article .column-content h3+.service-name {
    display: inline-block;
    opacity: .5;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 27px;
    line-height: 2.7rem;
}

.our-work article .column-content p {
    display: none;
    font-size: 20px;
    font-size: 2rem;
    line-height: 34px;
    line-height: 3.4rem;
}

.our-work article .column-content p small {
    font-size: 15px;
    font-size: 1.5rem;
}

.our-work article .column-content p small strong {
    line-height: 1;
}

.our-work article .column-content .action-buttons {
    display: none;
    margin-top: 30px;
}

.our-work article .column-content .action-buttons .do_ui+.stroke {
    margin-left: 20px;
}

.our-work article .column-img {
    display: none;
}

.our-work article:hover .column-content h3 {
    opacity: 1;
}

.our-work article:hover .column-content h3+.service-name {
    opacity: 1;
    animation: .6s rubberBand;
}

.our-work .show-portfolio-details {
    animation: .3s zoomIn;
}

.our-work .show-portfolio-details .column-content h3 {
    opacity: 1;
}

.our-work .show-portfolio-details .column-content h3+.service-name {
    display: none;
}

.our-work .show-portfolio-details .column-content p,
.our-work .show-portfolio-details .column-content .action-buttons {
    display: -ms-flexbox;
    display: flex;
}

.our-work .show-portfolio-details .column-img {
    display: block;
}

@media (max-width: 767px) {
    .top-3-app .flex-canvas {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }
}

.top-3-app .portfolio-cardLayout {
    width: 33.3%;
}

@media (max-width: 767px) {
    .top-3-app .portfolio-cardLayout {
        width: 100%;
    }
}

.top-3-app .portfolio-cardLayout:not(:last-child) {
    margin-right: 30px;
}

@media (max-width: 767px) {
    .top-3-app .portfolio-cardLayout:not(:last-child) {
        margin: 0 0 30px;
    }
}

.top-3-app .portfolio-cardLayout .project-img {
    min-height: 210px;
}

.top-3-app .portfolio-cardLayout h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 27px;
    line-height: 2.7rem;
}

.building-business-apps .flex-canvas {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .building-business-apps .flex-canvas {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.building-business-apps .flex-canvas .thumb-info-container {
    width: 33%;
    padding: 30px 20px;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
}

.building-business-apps .flex-canvas .thumb-info-container .details-chunk {
    margin-left: 0;
}

@media (max-width: 767px) {
    .building-business-apps .flex-canvas .thumb-info-container {
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .building-business-apps .flex-canvas .thumb-info-container {
        width: 50%;
    }
}

.building-business-apps .flex-canvas .thumb-info-container .thumb {
    margin-bottom: 30px;
}

.building-business-apps .flex-canvas .thumb-info-container .primary-heading,
.building-business-apps .flex-canvas .thumb-info-container .secondary-para {
    color: #fff;
}

.building-business-apps .flex-canvas .thumb-info-container .primary-heading {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    line-height: 3rem;
}

@media (min-width: 768px) and (max-width: 960px) {
    .building-business-apps .flex-canvas .thumb-info-container .primary-heading {
        font-size: 2rem;
    }
}

.building-business-apps .flex-canvas .thumb-info-container .secondary-para {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
}

@media (min-width: 768px) and (max-width: 960px) {
    .building-business-apps .flex-canvas .thumb-info-container .secondary-para {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
}

.projects-ai [id="aiProjectsSlide"] .owl-nav {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .projects-ai [id="aiProjectsSlide"] .owl-nav {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 1280px) {
    .projects-ai [id="aiProjectsSlide"] .owl-nav {
        padding-right: 14%;
    }
}

@media (min-width: 960px) {
    .projects-ai [id="aiProjectsSlide"] .owl-stage-outer {
        margin-right: -200px;
    }

    .projects-ai [id="aiProjectsSlide"] .owl-stage-outer:after {
        content: "";
        width: 220px;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background: linear-gradient(-90deg, #000 0%, rgba(231, 44, 44, 0) 100%);
        pointer-events: none;
        z-index: 1;
    }
}

.apps-stack-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 40px;
    background-color: #f1f1f1;
    text-align: center;
    position: relative;
}

.apps-stack-wrapper .apps-stack {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.apps-stack-wrapper .apps-stack img {
    margin: 0 5px;
}

@media (max-width: 959px) {
    .apps-stack-wrapper .apps-stack img {
        margin: 0;
    }
}

.apps-stack-wrapper .primary-title h2,
.apps-stack-wrapper .primary-title h6 {
    color: #1a1a1a;
}

.life-at-do .team-speak-container {
    background-color: #f0f1f1;
}

[id="team-speakSlide"] .team-speak-slider {
    padding-right: 75px;
    padding-left: 75px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    [id="team-speakSlide"] .team-speak-slider {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px 25px 0;
    }
}

[id="team-speakSlide"] .team-speak-slider figure {
    margin: 20px 0 0;
    width: 40%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    max-width: 300px;
}

[id="team-speakSlide"] .team-speak-slider figure+aside {
    margin-left: 70px;
}

@media (max-width: 767px) {
    [id="team-speakSlide"] .team-speak-slider figure+aside {
        margin: 0 0 50px 0;
    }
}

@media (max-width: 767px) {
    [id="team-speakSlide"] .team-speak-slider figure {
        width: 100%!important;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 767px) {
    [id="team-speakSlide"] .team-speak-slider aside {
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        text-align: center;
    }
}

[id="team-speakSlide"] .team-speak-slider aside p {
    font-family: "Inter", arial, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 3.2rem;
    margin: 0 0 70px;
}

@media (max-width: 959px) {
    [id="team-speakSlide"] .team-speak-slider aside p {
        margin-bottom: 40px;
    }
}

[id="team-speakSlide"] .team-speak-slider aside h4 {
    margin: 0 0 40px;
    font-size: 24px;
    font-size: 2.4rem;
}

@media (max-width: 959px) {
    [id="team-speakSlide"] .team-speak-slider aside h4 {
        margin-bottom: 30px;
    }
}

[id="team-speakSlide"] .team-speak-slider aside h4 span {
    margin-top: 10px;
    font-size: 15px;
    display: block;
    font-weight: 400;
}

.dark-highlight-list,
.hiw-chunk,
.life-at-do .mq-container,
.career-current-opening {
    background-repeat: repeat;
    background-position: center center;
    background-image: url("../images/glaxy-star2.png");
    background-size: 60%;
}

.career-current-opening {
    background-size: 40%;
}

.hiw-chunk {
    color: rgba(255, 255, 255, .9);
}

.hiw-chunk article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 120px;
}

@media (max-width: 959px) {
    .hiw-chunk article {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.hiw-chunk article figure {
    margin: 0;
}

@media (max-width: 959px) {
    .hiw-chunk article figure {
        width: 100%;
    }

    .hiw-chunk article figure img {
        width: 100%;
    }
}

.hiw-chunk article figure+aside {
    margin-left: 70px;
}

@media(max-width: 767px) {
    .hiw-chunk article figure+aside {
        margin-top: 40px;
        margin-left: 0;
    }
}

.hiw-chunk article aside {
    width: 40%;
}

@media (max-width: 959px) {
    .hiw-chunk article aside {
        width: 100%;
    }
}

.hiw-chunk article aside h3 {
    margin: 0 0 30px;
    font-size: 45px;
    font-size: 4.5rem;
}

.hiw-chunk article aside p {
    font-family: "Inter", arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 27px;
    line-height: 2.7rem;
    color: #f0f1f1;
}

.hiw-chunk article aside p:not(:last-child) {
    margin: 0 0 24px;
}

.dark-highlight-list {
    box-shadow: 0 0 20px rgba(1, 1, 1, .7);
}

.dark-highlight-list .career-list-item {
    padding: 50px 70px;
    background-color: #212539;
    transition: background-color .3s ease-in;
    cursor: pointer;
}

@media (max-width: 959px) {
    .dark-highlight-list .career-list-item {
        padding: 30px 50px;
    }
}

.dark-highlight-list .career-list-item:not(:last-child):hover {
    background-color: rgba(1, 1, 1, .6);
}

.dark-highlight-list .career-list-item:not(:last-child):hover h3 {
    color: #eb3b5a;
}

.dark-highlight-list .career-list-item:not(:last-child) {
    border-bottom: 1px solid #020202;
}

.dark-highlight-list .career-list-item h3 {
    margin: 0 0 30px;
    font-size: 40px;
    font-size: 4rem;
    color: #fff;
    font-weight: 500;
    transition: .3s ease-in;
}

.dark-highlight-list .career-list-item p {
    font-family: "Inter", arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    color: #f0f1f1;
    margin: 0;
}

.dark-highlight-list .career-list-item p.up-size {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 29px;
    line-height: 2.9rem;
}

.dark-highlight-list .career-list-item p.up-size br {
    display: none;
}

.dark-highlight-list .career-list-item p.up-size a {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.dark-highlight-list .career-list-item p.up-size a:before {
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: .3s ease-in;
    pointer-events: none;
}

.dark-highlight-list .career-list-item p.up-size a:hover {
    color: #eb3b5a;
}

.dark-highlight-list .career-list-item p.up-size a:hover:before {
    width: 0%;
    background-color: #eb3b5a;
}

@media (max-width: 767px) {
    .dark-highlight-list .career-list-item .requirements {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.dark-highlight-list .career-list-item .requirements strong {
    display: block;
    font-weight: 500;
    line-height: 28px;
    line-height: 2.8rem;
}

.dark-highlight-list .career-list-item .requirements p {
    margin: 0;
}

@media (max-width: 767px) {
    .dark-highlight-list .career-list-item .requirements p {
        width: 100%;
        margin: 5px 0;
    }

    .dark-highlight-list .career-list-item .requirements p+a {
        text-align: right;
        width: 100%;
        display: block;
    }
    .solution-provider .primary-title h2, .solution-provider .primary-title h2 span{
        width: 100%!important;
    }
}
.contact-info{
    color: #000;
}
.service-box:first-child{
    background-color: #eb3b5a;
}

/*.service-box-container .service-box:hover .service-info:active{
display: block!important;
    color: #fff!important;
}*/

.what-we-do .primary-heading~.service-info:first-child{
    display: block!important;
}
.solution-provider .primary-title h2, .solution-provider .primary-title h2 span {
    color: #fff;
    text-align: center;
    margin: 0px auto;
    width: 70%;
    margin-bottom: 20px;
}



.tools-tech{
    
    border-bottom: 5px solid #ddd;
    width: 85%;
    margin: 0px auto;
    border-radius: 5px;
}
.mg_auuto{
    width: 53%;
    margin: 0px auto;
}

.text-blackk{
    color: #000!important;
}
/*
.footer-links:first-child li{
    border-bottom: 1px solid #ddd;
}*/

.do_ui.button.black-btn span {
    color: #eb3b5a!important;
}
.story-of-day .boxed-layout:hover h3{
    color: #fff!important;
}

.splash.splash-norm .splash-content h2{
    color: #fff!important;
}
.splash.splash-norm .splash-content span{
    color: #fff!important;
}
.hiw-chunk .project-info h6{
    color: #fff!important;
}

.splash.ai-mobile .splash-content h2+p{
    color: #000!important;
}
.top-3-app h6{
    color: #fff!important;
}
.curved-bg-2 span{
    color: #fff!important;
}
.text-blackk-testi h2.vc_custom_heading{
    color: #000!important;
}
.text-blackk-testi .wpb_wrapper p, .wpb_wrapper li{
     color: #000!important;
}
.testimonial-user-details a {
    background: #000000b0;
    border-radius: 50%;
}
.coming-soon span {
    color: #fff!important;
}
.vc_btn3-inline:hover{
    color: #fff!important;
}

/*.inner-service-template-default .wpb_wrapper h2, b{
    color: #fff!important;
}*/
/*.inner-service-template-default .vc_row-fluid:nth-child(3) .vc_column-inner, .why-choose-day1  {
 background: #080d23!important;
}
.inner-service-template-default .vc_row-fluid:nth-child(2) .vc_column-inner, .why-choose-day1  {
 background: #080d23!important;
}
.inner-service-template-default .vc_row-fluid:nth-child(4) .vc_column-inner, .why-choose-day1  {
 background: #080d23!important;
}*/



.curved-bg-2 .solution-provider h6{
    color: #fff!important;
    
}
.curved-bg-2 h6{
    color: #fff!important;
}
.curved-bg-2 a{
    color: #fff!important;
}

.do_ui.button.vc_btn3-center:hover a{
    color: #fff!important;
}
.top-3-app.jurney-bg{
    display: none;
}
.featured-main-wrap{
    padding-top: 100px;
}

@media screen and (max-width: 768px){
    .grid.feature-details-row.solution-provider .solutions-list .thumb-info-container{
        border: 1px dashed #5e647f;
        margin-bottom: 20px;
    }
    .case-study-layout{
        padding: 20px!important;
    }
    .bg-gray-2 {
        padding: 0px!important;
    }
    .splash-content h2{
        color: #fff!important;
    }
    .splash.ai-mobile .splash-content h2+p {
        color: #fff!important;
    }
    .splash .splash-content h1 {
        color: #fff!important;
    }
    .splash .splash-content h1+p {
        color: #fff!important;
    }
    .splash-content {
        margin-bottom: 20px!important;
    }

    .splash .splash-content h2 {
        color: #fff!important;
            margin-top: 40px;
    }
    .splash .splash-content span {
        color: #fff!important;
    }
    .contact-info span{
        color: #fff!important;

    }
    .splash.services .astronaut-create{
        top: 8%!important;
        width: 45%!important;
    }
    .tools-tech {
        border-bottom: 0px solid #ddd;
    }
    .service-box-container.borderd-box .service-box:nth-child(2n) img {
        filter: invert(0%) brightness(100%)!important;
    }
    
    .mg_auuto {
        width: 80%;
        margin: 0px auto;
    }
    .primary-title {
        margin-bottom: 24px!important;
    }
    .splash .splash-content .do_ui.button {
        animation: 1.7s zoomIn;
        /*width: 54%;*/
        margin-top: 10px;
        float: left;
        margin-left: 0px;
    }
    .paddy-h {
        padding-right: 0%!important;
        padding-left: 0%!important;
    }
    .grid.feature-details-row.solution-provider .solutions-list .thumb-info-container {
        padding: 0px 0!important;
    }
    .subscribe-div {
        padding: 20px!important;
    }
    .subscribe-div h2 {
        line-height: 35px!important;
    }
    .vc_col-sm-6 {
        width: 100%!important;
        float: left;
    }
    .vc_row.wpb_row.vc_row-fluid.use-case-div .vc_row.wpb_row.vc_inner.vc_row-fluid {
        display: inline-grid!important;
    }
    .text_center_sm .wpb_content_element{
        text-align: center!important;
    }
    .text_center_sm .h2{
        text-align: center!important;
    }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    color: red!important;
}

.wpcf7-not-valid-tip{
    color: red!important;
    margin-top: 2px;
}
#form-submit:hover{
    color: #fff!important
}
footer {
    border-top: 1px dashed #ddd;
}
.wpcf7 form.spam .wpcf7-response-output {
    border-color: #4d9536!important;
    color: black!important;
}
@media screen and (max-width: 768px){
    h2{
        font-weight: 600!important;
    }
    .apps-stack-wrapper {
        background-color: #f1f1f1!important;
    }
    .apps-stack-wrapper .primary-title h2{
        color: #000!important;
    }
    .apps-stack-wrapper .primary-title h6{
        color: #000!important;
    }
    .what-we-do .service-box:hover {
        height: 320px;
    }
    .what-we-do .service-box-container .service-box {
        border: 1px dashed #b7b5b5;
    }
    .do-contact .primary-title h2 {
        margin-bottom: 0;
        font-size: 20px!important;
    }
    .vc_column-inner>.wpb_wrapper {
        padding: 10px!important;
    }
    .why-choose-day1 h2.vc_custom_heading {
        text-align: center!important;
    }
    .wpb_single_image .vc_single_image-wrapper{
        text-align: center!important;
    }
    .bg-gray-2 {
        padding: 15px 0px !important;
    }
    .vc_column_container>.vc_column-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .d-flex-image-flex {
        width: 100%!important;
        padding: 15px;  
        margin-bottom: 10px!important;
    }
    .blog-detail-white .wpb_wrapper {
        width: 100%!important;
    }
    .blog-detail-white p {
        font-size: 16px;
        line-height: 30px!important;
    }
    .blog-detail-white h1{
        line-height: 35px;
        font-size: 25px;
    }
}


.solution-provider .featured-main-wrap span{
    color: #fff!important;
}
.curved-bg-2 b{
    color: #fff!important;
}
.projects-ai span {
    color: #fff!important;
}
.bg-white .owl-next {
    box-shadow: none;
    filter: invert(0)!important;
}
.bg-white .owl-prev {
    box-shadow: none;
    filter: invert(0)!important;
}
.featured-main-wrap.industry-bg span {
     color: #fff!important; 
}
.blog-detail-white .wpb_wrapper {
    width: 91%;
}
.splash-norm {
    background: transparent!important;
}

@media(max-width: 767px) {
    .post-details-body p{
        width: 100%!important;
    }
    .eq-height {
        display: flow-root!important;
    }
    .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
       
        font-size: 14px!important;
    }
    .why-choose-day1 .vc_col-sm-4 .vc_column-inner {
    max-width: 100%!important;
    margin: 0 0 0 auto;
}
.why-choose-day1 .wpb_content_element .wpb_wrapper p{
    max-width: 100%!important;
    text-align: center!important;
}
    .curved-bg-2 .thumb-info-container .details-chunk .primary-heading{
        text-align: center!important;
    }
    .curved-bg-2 .thumb-info-container .details-chunk .secondary-para{
        text-align: center!important;
    }
   
}


/*.ivt_filter_100 .service-box-container .service-box .thumb img {

    filter: invert(0%) brightness(100%)!important;
}*/
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    color: #fff!important;
    border-color: #dcdcdc;
    background-color: #dcdcdc;
}

.apps-stack-wrapper {
    background-color: #f1f1f1!important;
}
.apps-stack-wrapper h2{
    color: #000!important;
}
.blog-detail-white a{
    color: #eb3b5a!important;
    font-weight: 700!important;
}
.solutions-list h6 {
    color: #fff!important;
}
.ai-appSlider .portfolio-cardLayout .project-info{
    background-color: #0f1530!important;
}
.insight-cardLayout p{
    color: #000!important;
}
.insight-cardLayout span{
    color: #000!important;
}
.insight-cardLayout b{
    color: #000!important;
}
.insight-cardLayout a{
    color: #000!important;
}

.portfolio-cardLayout .project-img.min__height__img img {
    height: 384px !important;
}
.post-details-body p{
    width: 84%;
}
.tax-grid:hover {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
}
.do-contact .subscribe-div{
    display: none!important;
}
.post-details-body h1{
        width: 85%;
    line-height: 45px;
}