html {
    overflow-x: hidden !important;
}
.popup_modal {
    position: fixed;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition:visibility 0.5s linear,opacity 0.5s linear;
    background: #0000005c;
}
.popup_modal div {
    position: relative;
}

a.close_popup_modal {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 9999;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Raleway';
    transition: all 0.3s linear;
}
a.close_popup_modal:hover {
    color: #000000;
}
.nda-link:hover .theme-color {color: #FFFFFF !important;}

.nda-link:hover .text-thin {color: #ecdc00 !important}

.text-thin, .theme-color {transition: all .3s;}
.testi-block:hover .theme-color {color: #FFFFFF !important;}
span.text-thin + .theme-color.text-black {margin: 0px 5px;}
.preloader {
    display: none !important;
}
section.banner-section.banner-one .owl-stage {
    display: block !important;
}
video#banner-video {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.treasure-den-banner-div.uts-vid{
    margin-top: 145px !important;
}
a.typewrite:hover {
    color: #ecdc00;
}
.web-design .inner-box .image {
    height: 278px !important;
    overflow: hidden;
    border-radius: 10px !important;
}
.btn-cus {
    padding: 19px 50px 16px;
    font-weight: 900 !important;
    font-size: 16px !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 1px solid #ecdc00 !important;
    transition: all 0.3s ease;
    color: #FFF;
}
.btn-cus:hover {
    background: #fff;
    color: #ecdc00;
}

.theme-base-sporkit-light {
    background: #6f8b3e57;
    padding: 50px 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.theme-base-sporkit-dark {
    background: #000;
    padding: 50px 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.theme-base-titan h2,
.theme-base-titan h3,
.theme-base-taco h2,
.theme-base-iron h2,
.theme-base-uts h2,
.theme-base-sporkit-dark h2,
.theme-base-sporkit-light h2
{
    margin: 0;
    filter: drop-shadow(0px 0px 2px black);
    color: #fff;
}
.theme-base-sporkit-dark h3,
.theme-base-sporkit-light h3,
.theme-base-titan h3 {
    margin-top: 4px;
    margin-bottom: 0 !important;
}
.theme-base-titan p,
.theme-base-taco p,
.theme-base-iron p,
.theme-base-uts p,
.theme-base-sporkit-dark p,
.theme-base-sporkit-light p {
    margin-top: 30px;
    font-size: 28px !important;
    line-height: 1.2em !important;
}
.image.home-x-box-screen::before {
    content: "";
    background: url("../images/home-screens/joystick.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 9999;
    height: 35%;
    bottom: -25px;
    left: -540px;
    right: 0;
    filter: drop-shadow(-4px 0px 80px #000000);
    transform: rotate(15deg);
}
.image.home-x-box-screen {
    height: 650px;
    overflow: hidden;
    overflow-y: scroll;
    border: 3px solid #ecdc00;
    border-radius: 7px;
}
.image.home-x-box-screen img {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
}
.image.home-x-box-screen::-webkit-scrollbar {
    display: none;
}
.div-controller {
    background: url("../images/casestudy/hexedcriminal/beta-gaming.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999;
    width: 100%;
    height: 425px;
}
.div-studios.case-study div h3 {
    font-size: 30px !important;
    text-align: center;
    color: rgb(255 170 38 / 103%);
}
.div-studios.case-study div p {
    text-align: center;
    width: 75%;
    margin: 12px auto 0 auto;
}
section.about-app-section.hexedcriminal {
    background: url("../images/casestudy/hexedcriminal/game-characters-3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-app-section.hexedcriminal .sec-title h2 {
    opacity: 1;
    color: #000 !important;
}
img.web-img.character-imgs {
    width: 65% !important;
    filter: drop-shadow(50px 0px 150px #ecdc00);
}
.rev-col img.character-imgs {
    float: right;
}
.case-study-highlight-section .service-details .featured {
    padding: 0 !important;
}
section.case-study-highlight-section .mr-points {
    width: 100% !important;
    padding: 20px 30px 20px !important;
}
section.case-study-highlight-section p.pera.first {
    font-size: 30px !important;
}
.image-col.case-study-highlight {
    background: url("../images/casestudy/hexedcriminal/highlight-bg.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.case-study-highlight-section .service-details .featured .image-col {
    margin-bottom: 0 !important;
}
img.game-img-highlight {
    width: 55% !important;
    filter: drop-shadow(50px 0px 150px #ecdc00) !important;
}
.image-col.case-study-highlight .image {
    display: flex;
    justify-content: center;
    align-items: center;
}
#case-study .page-banner .image-layer {
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
    -ms-filter: none !important;
    -moz-filter: none !important;
}
#case-study .page-banner .banner-inner {
    height: 100vh !important;
}
.case-section-one {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
img.header-img-casestudy {
    filter: drop-shadow(0px 20px 50px black);
}
.app-features-inner {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 !important;
    margin: 0 auto;
}
.app-features {
    background: var(--thm-black);
    padding: 35px 65px;
    border-radius: 12px;
    display: grid;
    place-content: center;
}
.app-features img {
    width: 64px;
    margin: 0 auto;
    display: flex;
}
.app-features p.pera-light {
    margin: 0;
}
.about-app-section p,
.colors-section p {
    font-weight: 700 !important;
    font-size: 22px !important;
}
.about-app-section .sec-title h2,
.colors-section .sec-title h2 {
    color: #fff !important;
    opacity: 0.5;
    font-size: 78px;
    filter: drop-shadow(-5px 1px 4px white);
}
.app-available-section {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}
.app-available-section .sub-awards {
    width: 64px;
}
.abt-mob {
    margin-top: -200px;
}
.abt-mob img {
    filter: drop-shadow(15px 15px 200px #ffffff57);
}
.app-available-section .sub-awards:first-child {
    width: auto;
}
section.app-features-section {
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -220px;
    padding-bottom: 50px;
    position: relative;
}
section.about-app-section {
    background: #000;
    padding-top: 100px;
    padding-bottom: 100px;
}
section.colors-section {
    background: #000;
    padding-top: 400px;
    padding-bottom: 100px;
    margin-top: -200px;
}
section.app-demo-section {
    padding-top: 100px;
    background: url("../images/casestudy/jackledaddy/this_is_musicapp_bg.png");
    background-repeat: no-repeat;
    background-position: 50% 500px;
    background-size: contain;
}
section.app-demo-section.sporkit-section {
    background: url("../images/casestudy/sporkit/this_is_sporkit_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
section.app-demo-section.uts-section {
    background: url("../images/casestudy/header-bg/uts.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.app-demo-section.uts-section h2.text-center
{
    opacity: 0.5;
    font-size: 200px;
    filter: drop-shadow(-5px 1px 4px #000000);
    color: #fff;
}
section.screens-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f3f1f1;
}
.casestudy-gallery {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.casestudy-gallery .inner-container {
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 25px;
}
.casestudy-gallery .inner-container .element.long-element {
    width: 100%;
    height: 636px;
}
.casestudy-gallery img {
    margin: 30px 20px;
    border-radius: 25px;
}
.app-colors-inner {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.app-colors {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 150px;
    width: 165px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}
.color-rose {
    background: linear-gradient(315deg, #f5138e, #ff07b6);
    filter: drop-shadow(0px 45px 30px #d7117d69);
}
.color-yellow {
    background: linear-gradient(127deg, #ffd34f, #ffa031);
    filter: drop-shadow(0px 45px 30px #dc9a345c);
}
.color-purple {
    background: linear-gradient(311deg, #7613f5, #ec07ff);
    filter: drop-shadow(0px 45px 30px #890dda69);
}
.color-white {
    background: linear-gradient(311deg, #fff, #d1d1d1);
    filter: drop-shadow(0px 45px 30px #ffffff53);
}
.color-blue {
    background: linear-gradient(310deg, #50f, #03cbf3);
    filter: drop-shadow(0px 45px 30px #2e4bde73);
}
.color-green {
    background: linear-gradient(127deg, #20f673, #2c871f);
    filter: drop-shadow(0px 45px 30px #229c3869);
}
.color-rose p {
    color: #f5138e !important;
}
.color-yellow p {
    color: #ffd34f !important;
}
.color-purple p {
    color: #7613f5 !important;
}
.color-white p {
    color: #000 !important;
}
.color-blue p {
    color: #50f !important;
}
.color-green p {
    color: #20f673 !important;
}
.app-colors p {
    margin: 0 !important;
    background: #fff;
    padding: 5px 25px;
    font-weight: 900 !important;
    width: 165px;
    text-align: center;
}
.app-demo-section h2.text-center,
.screens-section h2.text-center {
    opacity: 0.2;
    font-size: 200px;
    filter: drop-shadow(-5px 1px 4px #000000);
    color: #000;
}
.app-demo-section p,
.screens-section p {
    font-weight: 700 !important;
    font-size: 36px !important;
}
iframe.iframe.iframe-browse {
    margin: 0 auto;
    display: flex;
    border-radius: 38px;
    top: 73px;
    position: relative;
}
.demo-mob img:nth-child(2) {
    top: 72px;
    z-index: 1;
}
.demo-mob {
    position: relative;
}
.demo-mob img {
    margin: 0 auto;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
}
.sporkit-banner-img {
    width: 55%;
    -webkit-animation: rotation 200s linear infinite;
    -moz-animation: rotation 200s linear infinite;
    animation: rotation 200s linear infinite;
    margin: 0 auto;
    display: flex;
}
.treasure-banner-img {
    z-index: 9999999 !important;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes rotation {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(359deg);
    }
}
a.abt-link {
    color: #fff !important;
    text-decoration: none;
    transition: all 0.3s;
}
a.abt-link:hover {
    color: #ecdc00 !important;
}
section.contact-section-2 .contact-sec {
    padding: 120px 0 120px;
}
.contact-section-2 .col-lg-6.contact-sec:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 50px 120px 50px;
}
.col-lg-6.contact-sec:first-child {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.contact-section-2 .testimonials-five__carousel .owl-nav {
    display: none !important;
}
section.contact-section-2 .owl-dots {
    display: none !important;
}
section.contact-section-2 .footer-nine__contact__text {
    color: #000 !important;
    font-size: 28px !important;
    text-align: center !important;
    margin-bottom: 0 !important;
}
section.contact-section-2 .work-wrap.d-md-flex {
    justify-content: center;
    align-items: center;
}
section.contact-section-2 .side-header-text {
    color: #000 !important;
    font-weight: 700 !important;
}
a.location-link {
    text-align: center;
    color: #000;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    text-decoration: underline;
}
img.skyline-img {
    width: 100% !important;
    margin: 0 auto;
}
.link-box.mobile-game-btn {
    display: flex !important;
    justify-content: center !important;
}
img.game-img-blockchain,
img.game-img-blockchain-2,
img.game-img-multiplayer,
img.game-img-platform,
img.game-img-platform-2,
img.game-img-realtime,
img.game-img-shooting,
img.game-img-survival {
    z-index: 999 !important;
    position: absolute !important;
    filter: drop-shadow(0px 0px 60px #ecdc00) !important;
}
img.game-img-blockchain {
    top: 25% !important;
    right: 38% !important;
    /*width: 10% !important;*/
}
img.game-img-blockchain-2 {
    bottom: 14% !important;
    left: 18% !important;
    /*width: 12% !important;*/
}
img.game-img-realtime {
    bottom: 4% !important;
    left: 20% !important;
    width: 50% !important;
}
img.game-img-multiplayer {
    bottom: 0 !important;
    right: 0 !important;
    width: 44% !important;
}
img.game-img-survival {
    bottom: 4%;
    right: 26%;
    width: 45% !important;
}
img.game-img-platform {
    bottom: 4%;
    right: 8%;
    width: 35% !important;
}
img.game-img-platform-2 {
    top: 22%;
    left: 8%;
    width: 32% !important;
}
img.game-img-shooting {
    top: 22%;
    right: 8%;
    width: 45% !important;
}
.awards-section .testi-block .inner {
    padding: 40px 70px !important;
    min-height: 510px !important;
}
.awards-section .testi-block .info {
    padding: 0 !important;
    min-height: auto;
    height: 130px;
}
.awards-section .testi-block .info .image {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    left: 0;
    top: -22px;
    right: 0;
}
.awards-section .testi-block .info .image img {
    filter: none !important;
}
p.testimonials-five-card__text {
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 1.4em;
}
.awards {
    width: 100%;
    height: 100px;
    margin: 0 auto 15px auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 20px;
}
.image-no-content {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    filter: drop-shadow(0px 0px 3px black);
}
.sub-awards {
    width: 95px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0 0 0 15px;
}
p.awards-text {
    margin: 0 auto;
    font-size: 18px !important;
    font-weight: 700;
    color: #fff;
}
img.awards-img {
    width: 100% !important;
}
.sub-items {
    margin-left: 20px;
    display: none;
}
.field-inner .sub-items p.pera {
    font-size: 15px !important;
    margin-top: 8px;
    font-weight: 400;
}
button#btn-close-modal {
    position: absolute;
    top: -30px;
    right: -8px;
    background: 0 0 !important;
    border: 0;
    font-weight: 900;
    font-size: 24px;
}
a.header-links.cta-header {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    position: relative;
}
.header-class-phn {
    position: absolute;
    transform: rotate(90deg);
    left: -30px;
    top: 1px;
}
.cta-div-header {
    /*display: flex;*/
}
a.header-links.cta-header::before {
    content: '\f095 ';
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    left: -26px;
    top: 14px;
    position: absolute;
    transform: rotate(90deg);
}
.danger-msg,
.success-msg {
    display: none;
    font-weight: 700;
    text-align: left;
    line-height: 1.2em;
}
.text-black {
    font-weight: 900 !important;
}
.text-black-light {
    font-weight: 900 !important;
    color: #fff !important;
}
.text-bold {
    font-weight: 700 !important;
}
.text-light {
    font-weight: 400 !important;
    color: #000 !important;
}
.text-thin {
    /*font-weight: 100 !important;*/
    font-weight: 400 !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-initial {
    text-transform: initial !important;
}
.text-italic {
    font-style: italic !important;
}
.text-position {
    position: relative !important;
    right: 5px !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.theme-color {
    color: #ecdc00 !important;
}
.letter-spacing-0 {
    letter-spacing: 0 !important;
}
.letter-spacing-1 {
    letter-spacing: 2px !important;
}
.letter-spacing-2 {
    letter-spacing: 2px !important;
}
.letter-spacing-3 {
    letter-spacing: 3px !important;
}
.letter-spacing-4 {
    letter-spacing: 4px !important;
}
.letter-spacing-8 {
    letter-spacing: 8px !important;
}
.line-break {
    display: block !important;
}
.pera {
    line-height: 1.4em !important;
    color: #000 !important;
    font-weight: 400 !important;
}
.pera-light {
    line-height: 1.4em !important;
    color: #fff !important;
    font-weight: 400 !important;
}
.game-headings {
    font-size: 36px !important;
    line-height: 1em !important;
}
.game-headings-2 {
    font-size: 80px !important;
    line-height: 1em !important;
}
.game-headings-3 {
    font-size: 70px !important;
    line-height: 1em !important;
}
.game-headings-2 span:nth-child(3) {
    font-size: 52px !important;
    position: relative !important;
    bottom: 8px !important;
}
.thin-text {
    font-size: 58px !important;
}
h3.letter-spacing-0.game-headings span:nth-child(1) {
    font-size: 24px !important;
}
p.pera-web-services {
    line-height: 1.4em !important;
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    margin: 0 auto;
    padding: 0 30px;
}
.process-one__list li {
    color: #000 !important;
    font-weight: 400 !important;
}
.services-heading {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2em !important;
    letter-spacing: 2px !important;
    margin: 0 !important;
}
.services-pera {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.2em !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.name {
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}
.designation {
    font-weight: 900 !important;
}
p.service-nine__text {
    line-height: 1.8em !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}
img.ser-icon {
    width: 33%;
}
.btn-title {
    font-weight: 900 !important;
    text-transform: uppercase;
    font-size: 16px !important;
}
.brand-name-1 {
    font-size: 50px !important;
}
.brand-name-2 {
    font-size: 75px !important;
}
.margin-top-15 {
    margin-top: 15px !important;
}
.small-notes {
    font-size: 24px !important;
    line-height: 1.2em !important;
}
.small-headings {
    font-size: 28px;
}
.small-headings-2 {
    font-size: 15px;
}
.contact-pg {
    max-width: 100% !important;
}
p {
    font-size: 20px !important;
}
h4.faq-heading {
    font-size: 25px;
    margin: 0;
    line-height: 1.1em;
    letter-spacing: 0;
}
.text.bullets li::before {
    content: "\f192";
    font-family: "Font Awesome 5 Free";
    color: #ecdc00 !important;
    padding-right: 10px;
}
.contact-info-two__card a {
    font-weight: 700;
}
.map-box {
    margin-bottom: 60px;
}
img.web-img {
    max-width: 400px !important;
}
.brand-tabs {
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.2em !important;
    text-align: center !important;
}
li.filter {
    font-weight: 700 !important;
    font-size: 18px !important;
    text-transform: initial !important;
}
.abt-tabs li.tab-btn {
    font-weight: 900 !important;
    line-height: 2em !important;
    letter-spacing: 0 !important;
}
table.faq-table.mb-3 {
    margin: auto;
}
table.faq-table.mb-3 td,
table.faq-table.mb-3 th {
    border: 1px solid;
    padding: 4px 15px;
    font-weight: 700;
    color: #000;
}
h3.service-nine__title {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700 !important;
    letter-spacing: 0;
}
span.gln-icon::before {
    content: "";
    background: url("../icons/CFS1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 112px;
    position: absolute;
    left: -30px;
    right: 0;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    filter: drop-shadow(0px 2px 3px black);
    animation: rotate 10s linear infinite;
}
.banner-section ul {
    font-weight: 900;
}
.footer-nine__copyright {
    font-size: 16px !important;
    /*font-weight: 700 !important;*/
}
.footer-nine__widget__title {
    text-transform: uppercase !important;
    font-weight: 900 !important;
    letter-spacing: 1px !important;
    font-size: 18px !important;
}
.footer-nine__links__list li a,
.footer-nine__subscribe__text {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.8em !important;
}
.footer-nine__contact__list li a {
    font-weight: 700;
    letter-spacing: 0;
}
.heading-cta {
    float: inherit !important;
    font-size: 42px !important;
    line-height: 1em !important;
    font-weight: 700 !important;
    text-align: center;
    text-transform: initial !important;
}
.pera-cta {
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 1.2em !important;
    margin-top: 22px !important;
    text-align: right !important;
    color: #000;
}
.mobile-nav__container li a {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 26px;
    text-transform: capitalize;
    line-height: 38px;
    letter-spacing: 0;
    color: #9ca3a9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mobile-nav__container li a:hover {
    color: #ecdc00 !important;
}
.mobile-nav__container li ul li a {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}
.side-header-text {
    font-weight: 400 !important;
    color: #000 !important;
    line-height: 1.4em !important;
    display: block !important;
    font-size: 18px;
}
.header-links {
    font-weight: 700;
    font-size: 18px;
    line-height: 0 !important;
    letter-spacing: 0 !important;
}
h1.banner-heading,
h2.banner-heading {
    font-size: 65px !important;
    line-height: 1em !important;
    text-transform: uppercase !important;
}
.tabs-pera {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.4em !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}
.tech img {
    width: 40% !important;
    margin: 0 auto;
}
span.icon-text {
    text-align: center;
    margin: 0 auto;
    color: #000 !important;
    font-weight: 400;
    font-size: 18px;
}
.tech .inner-box {
    display: grid;
}
img.app-icons {
    border-radius: 25px;
}
.icon-img {
    width: 128px !important;
    height: 128px !important;
}
.container-fluid .image-col {
    padding: 0 !important;
}
.container-fluid .text-col {
    padding: 0 50px 0 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.container-fluid.game-tech .text-col {
    padding: 0 180px 0 50px;
}
.game-tech .service-details .image:hover img {
    filter: none !important;
}
.game-tech .service-details .image img {
    margin: 0 auto;
}
.game-tech .service-details h3 {
    text-align: center;
}
.game-tech .row.clearfix {
    justify-content: center;
    align-items: center;
}
.container-fluid .text-col.two {
    justify-content: flex-end !important;
}
.container-fluid .text-col .inner {
    max-width: 700px;
}
.container-fluid .image-col img {
    border-radius: 0 !important;
}
.featured.odd {
    background: #ecdc001a !important;
}
.game-tech .content-side {
    padding: 0 !important;
}
.process-item img {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}
.process-container {
    display: flex;
}
.process-item {
    margin-right: -35px;
    margin-left: -35px;
    position: relative;
}
.process-item h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 900;
    line-height: 1.2em !important;
    margin: 30px auto 15px auto;
}
.process-item p.pera {
    text-align: center;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.4em !important;
    padding: 0 45px;
}
.process-item.one::before {
    background: url("../icons/process/1.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.process-item.two::before {
    background: url("../icons/process/2.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.process-item.three::before {
    background: url("../icons/process/3.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.process-item.four::before {
    background: url("../icons/process/4.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.process-item.five::before {
    background: url("../icons/process/5.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.process-item.six::before {
    background: url("../icons/process/6.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.process-item::before {
    content: "";
    width: 128px;
    height: 128px;
    position: absolute;
    left: -18px;
    right: 0;
    margin: 0 auto;
    top: 75px;
}
.div-dark {
    background: #000 !important;
}
.game-custome-div {
    max-width: 890px;
    padding-top: 50px;
    padding-bottom: 40px;
}
.game-custome-div h2:last-child {
    font-size: 100px;
    margin-top: -5px;
}
.game-custome-div h3 {
    margin: 0 !important;
}
.div-dark .row {
    justify-content: center;
    align-items: center;
}
.div-studios {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.div-studios div {
    margin: 0 12px;
    position: relative;
}
.div-studios div p {
    font-size: 18px !important;
}
.div-studios div h3, .mr-points h3 {
    font-weight: 900 !important;
    font-size: 70px !important;
    font-style: italic;
    margin: 0 !important;
}
.div-studios div h3 {
    color: rgb(236 220 0 / 60%);
}
.mr-points h3 {
    color: #FFFFFF;
    font-size: 55px !important;
}
.market-release h2.mr-1 {
    font-weight: 900 !important;
    text-align: center;
}
.market-release h2.mr-2,
.market-release h2.mr-3 {
    font-weight: 900;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
h2.mr-1,
h2.mr-2,
h2.mr-3 {
    font-style: italic;
    filter: drop-shadow(-3px 3px 1px #ecdc00);
}
.market-release h2.mr-2 {
    letter-spacing: 0.7em;
    margin-right: -0.7em;
    font-size: 50px;
}
.market-release h2.mr-3 {
    letter-spacing: 0.99em;
    margin-right: -0.99em;
    font-size: 80px;
}
.market-release {
    position: relative;
}
.mr-points {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 35px auto;
    width: 890px;
    background: #000 !important;
    padding: 20px 30px 0;
}
.mr-points div p {
    color: #fff !important;
}
p.pera.first {
    font-size: 34px !important;
}
.case-study-hexe-hightlight-div {
    background-color: #ecd19a;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.last-sec-hexe {
    padding: 50px;
}
.reverse-section {
    padding: 0 !important;
    display: flex;
}
.core-section {
    padding: 100px 0 100px;
}
a.app-demo {
    margin: 0 auto 75px auto;
    justify-content: center;
    align-items: center;
    background: #ecdc00;
    color: #fff;
    border-radius: 50px !important;
    width: 115px;
    padding: 5px 0 !important;
    font-weight: 700;
    display: none;
}
section.contact-section.popup-sec.contact-two {
    z-index: 999 !important;
    padding: 40px 10px !important;
    max-width: 1100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 3px solid #ecdc00;
}
section.contact-section.popup-sec.contact-two .sec-title {
    margin: 0 !important;
}
section.contact-section.popup-sec.contact-two .footer-nine__contact__text {
    margin: 0 auto 10px !important;
    max-width: 100% !important;
    font-weight: 900 !important;
    color: #000 !important;
}
.field-inner p.pera {
    margin: 0;
    font-size: 16px !important;
}
input.popup-txt {
    height: 45px !important;
    padding: 10px 18px !important;
}
section.contact-section.popup-sec.contact-two .default-form .form-group textarea {
    height: 90px;
    padding: 10px 30px !important;
}
a#loading {
    background: 0 0;
}
img.treasure-den-banner-img {
    width: 52%;
    margin: 0 auto;
    display: flex;
}
.b-icons {
    border: 1px solid #000 !important;
}

.game-design-dev .inner-box .image {
    height: 428px !important;
}
.theme-base-titan
{
    background: #0058B1;
    padding: 50px 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #FFFFFF;
}
.theme-base-taco
{
    background-color: #D1653A;
    padding: 50px 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #FFFFFF;
}
.theme-base-iron
{
    background: #C0CCCC;
    padding: 50px 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #FFFFFF;
}
.theme-base-uts {
    background: #151D23;
    padding: 50px 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #FFFFFF;
}
.theme-base-sporkit-light {
    /* background: #6e893ea6; */
    background: #6f8b3e57;
    padding: 50px 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.theme-base-uts.last, .theme-base-iron.last, .theme-base-titan.last, .theme-base-taco.last {
    border: 0px !important;
}
.treasure-den-banner-div {
    margin-top: 40px !important;
}
img.sp-img {
    margin: 0 auto;
    display: flex;
    transform: scale(0.9);
    filter: drop-shadow(0px 0px 40px #00000080);
    width: 70%;
}

img.jd-img {
    margin: 0 auto;
    display: flex;
    transform: scale(0.9);
    filter: drop-shadow(0px 0px 40px #00000080);
    width: 100%;
    justify-content: center;
    align-items: center;
}
.service-nine__card__inner:hover
.service-nine__image img {
    mix-blend-mode: inherit;
}
a.header-links.cta-header {
    z-index: 999999999999999 !important;
}
.service-nine__card__inner:hover #services-video
{
    filter: none;
}
#services-video {
    width: 100%;
    filter: grayscale(1);
    transition: all .3s;
}
.game-services-content .featured {
    padding: 0px 0px !important;
}

.game-services-content .featured .image-col {
    margin-bottom: 0px !important;
}
.uts img {
    width: 280px;
}
.titan-screens
{
    display: block !important;
}
section.treasure-den-banner-div.last-section-cs {
    margin: 0px !important;
}
.highlight-section {
    padding-bottom: 3px !important;
}

@media only screen and (max-width: 360px) {
    a.header-links.cta-header::before
    {
    	font-size: 14px;
    	left: -20px;
    	top: 1px;
    }
    .casestudy-gallery img {margin: 15px 0px;}
    section.app-features-section {
        margin-top: 0px !important;
    }
    .brand-name-1
    {
        font-size: 38px !important;
    }
    .page-banner h1
    {
        font-size: 32px !important;
    }
    .page-banner .bread-crumb li a, .page-banner .bread-crumb li
    {
        font-size: 12px !important;
    }
    .game-custome-div h2 {
        font-size: 35px;
    }
    .game-headings-3 {
        font-size: 40px !important;
    }
    .market-release h2.mr-3 {
        letter-spacing: 4px !important;
        margin: 0 !important;
        font-size: 50px !important;
    }
    .market-release h2.mr-2 {
        margin: 0 !important;
        letter-spacing: 4px !important;
        font-size: 25px;
    }
    p.pera.first {
        font-size: 28px !important;
    }
    .game-custome-div h2:last-child{
        font-size: 45px !important;
        text-align: center !important;
        margin: 0px !important;
    }
    .btn-style-two .btn-title, .btn-style-one .btn-title {
        padding: 19px 20px 16px !important;
    }
}
.on-mobile-only .quote-form-div {
    border: 4px solid #ecdc00;
    border-radius: 0px !important;
    padding: 30px 20px 40px 20px;
}
.on-mobile-only .quote-form-div h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
    section.page-banner.lp h1.custom-h1 {
        font-size: 32px !important;
        text-align: center;
    }
    section.page-banner.lp p.custome-p {
        text-align: center;
    }
    .sec-title h2 {
        font-size: 22px !important;
        line-height: 1.2em !important;
    }
    .last-step label {
        font-size: 14px;
        font-weight: bold;
        color: #000000;
    }
    .step h3 {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .modal-content.lp h5 {
        font-size: 26px !important;
    }
    .on-mobile-only {
        display: block !important;
    }
    .pricing-card__bottom {
        min-height: auto !important;
    }
    .pricing-card__bottom .btn-style-two {
        position: relative !important;
        bottom: 0px !important;
    }
    a.header-links.cta-header::before
    {
    	font-size: 14px;
    	left: -20px;
    	top: 1px;
    }

    .process-one__image img
    {
        max-width: 100% !important;
    }

	#home-vid
    {
    	width:100% !important
    }

    .page-banner .bread-crumb li a, .page-banner .bread-crumb li
    {
        font-size: 15px !important;
    }

    .theme-base-titan h2,
    .theme-base-taco h2,
    .theme-base-iron h2,
    .theme-base-uts h2,
    .theme-base-sporkit-dark h2,
    .theme-base-sporkit-light h2{
        font-size: 38px;
    }

    .theme-base-titan p,
    .theme-base-taco p,
    .theme-base-iron p,
    .theme-base-uts p,
    .theme-base-sporkit-dark p,
    .theme-base-sporkit-light p {
        font-size: 22px !important;
        margin-top: 20px !important;
        line-height: 1.2em !important;
    }

    .theme-base-titan,
    .theme-base-taco,
    .theme-base-iron,
    .theme-base-uts,
    .theme-base-sporkit-dark,
    .theme-base-sporkit-light
    {
        padding: 30px 30px !important;
    }

    #case-study .page-banner .banner-inner {
        height: 100% !important;
    }
    .sporkit-banner-img {
        position: absolute;
        left: 0;
        right: 0;
        top: -30px;
    }
    .case-study-highlights
    {
        font-size: 40px;
    }
    video#case-study-vid {
        width: 100% !important;
    }
    .treasure-den-banner-div
    {
        margin-top: -15px !important;
        margin-bottom: 30px;
    }
    .game-services-content .text-col {
        padding-top: 30px;padding-bottom: 30px;
    }
    .btn-style-two, .btn-style-one {
        padding: 0px !important;
    }
    .service-nine__content{
        height: 400px;
    }
    .mixitup-gallery.portfolio-page .filters.centered li {
        display: block;
        width: auto !important;
        margin: 0 auto !important;
    }
    .mixitup-gallery.portfolio-page .filters .filter.active {
        color: #ecdc00 !important;
    }
    .mixitup-gallery.portfolio-page .filters li sup {
        right: inherit;
    }
    .mixitup-gallery.portfolio-page .filters li:before
    {
        content: none !important;
    }
    img.treasure-den-banner-img {
        width: 100%;
    }
    section.app-features-section {
        margin-top: -20px !important;
    }
    section.app-features-section.uts
    {
        margin-top: 0px !important;
    }

    .case-study-hexe-hightlight-div .inner {
        padding: 45px 22px;
    }
    .mr-points h3 {
        text-align: center;
    }
    .awards {
        position: absolute;
        top: 100%;
    }
    .process-container {
        display: block;
    }
    .image.home-x-box-screen::before {
        display: none !important;
    }
    .hexed-criminal-section {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .image.home-x-box-screen {
        overflow-y: hidden !important;
    }
    section.contact-section-2 .contact-sec {
        padding: 30px 0 10px;
    }
    .contact-section-2 .col-lg-6.contact-sec:nth-child(2) {
        padding: 10px 50px 30px 50px;
    }
    .game-custome-div h2:first-child {
         font-size: 35px;
    }
    .game-custome-div h2:last-child {
        font-size: 65px;
        text-align: center !important;
    }
    .div-dark {
        padding: 0 15px !important;
    }
    .div-studios {
        display: block !important;
    }
    .game-headings-3 {
        font-size: 55px !important;
    }
    .mr-points {
        display: block;
        width: auto;
        padding: 20px !important;
    }
    .mr-points div p {
        text-align: center !important;
        margin: 0 !important;
    }
    .container-fluid.game-tech .text-col {
        padding: 0 50px 0 50px;
    }
    .market-release h2.mr-3 {
        letter-spacing: 5px !important;
        margin: 0 !important;
        font-size: 60px !important;
    }
    .market-release h2.mr-2 {
        margin: 0 !important;
        letter-spacing: 5px !important;
        font-size: 30px !important;
    }
    img.header-img-casestudy {
        margin: 100px auto 0 auto;
        width: 60%;
        display: flex;
    }

    .about-app-section .sec-title h2,
    .colors-section .sec-title h2 {
        font-size: 45px;
        text-align: center !important;
    }
    .about-app-section p,
    .colors-section p {
        text-align: center !important;
        font-size: 18px !important;
        line-height: 1.5em !important;
    }
    .abt-mob {
        display: none !important;
    }
    .app-colors-inner {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .app-colors {
        margin: 30px auto !important;
    }
    .app-demo-section h2.text-center,
    .screens-section h2.text-center {
        font-size: 65px !important;
    }
    .app-demo-section p,
    .screens-section p {
        font-size: 22px !important;
    }
    .demo-mob {
        display: none;
    }
    section.colors-section {
        margin: 0 !important;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    a.app-demo {
        display: flex !important;
    }
    .div-studios div {
        margin-top: 40px !important;
    }
    .sporkit-img-plate {
        margin-top: 200px;
    }
    .sporkit-img-plate img {
        width: 70% !important;
        margin: 0 auto !important;
    }
    .core-section {
        padding: 0 0 100px !important;
    }
    section.app-demo-section.sporkit-section {
        display: none;
    }


    section.about-app-section.hexedcriminal h2 {
        text-align: center;
    }
    img.web-img.character-imgs {
        margin: 0 auto;
        display: flex;
        float: none;
    }
    .last-sec-hexe {
        padding: 25px !important;
    }
    .case-study-hexe-hightlight-div {
        padding: 0 0 !important;
    }
    .case-study-hexe-hightlight-div .inner h2 {
        font-size: 34px;
    }
    .case-study-hexe-hightlight-div .inner p {
        font-size: 16px !important;
    }
    .search-popup__inner {
        overflow: auto !important;
        display: block !important;
    }
    p {
        font-size: 18px !important;
    }
    h3 {
        font-size: 26px !important;
        line-height: 1.2em !important;
    }
    h1.banner-heading,
    h2.banner-heading {
        font-size: 45px !important;
    }
    .pera-cta {
        font-size: 18px !important;
    }
    .heading-cta {
        font-size: 26px !important;
    }
    .footer-nine {
        padding-left: 10px;
        padding-right: 10px;
    }
    .footer-nine .col-md-12.col-lg-3:last-child {
        margin-top: 20px;
    }
    .we-do-section,
    section.agency-section,
    section.featured-section {
        padding-top: 50px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
    }
    .sec-title .lower-text {
        padding: 5px 0 0 !important;
    }
    .mixitup-gallery .filters.centered li {
        margin: 4px 10px !important;
    }
    .banner-carousel .content-box {
        display: block !important;
    }
    .banner-carousel .content-box .content {
        display: block !important;
    }
    .banner-carousel .content-box .sub-title {
        font-size: 20px !important;
    }
    .owl-stage {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .fact-counter .column .inner .count-outer {
        font-size: 40px !important;
    }
    .fact-counter .column .inner {
        padding: 50px 0 !important;
    }
    .process-one__image::after {
        display: none !important;
    }
    .process-one__image {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .process-one .row {
        margin-bottom: 10px !important;
    }
    h4.faq-heading {
        font-size: 18px !important;
        margin-bottom: 3px !important;
        line-height: 1.4em;
    }
    .testimonials-five__carousel .owl-nav {
        display: flex;
        justify-content: center !important;
        align-items: center !important;
        margin: 0 auto !important;
    }
    button.owl-next {
        margin-left: 10px !important;
    }
    button.owl-prev {
        margin-right: 10px !important;
    }
    .rev-col .row {
        flex-direction: column-reverse;
    }
    .small-notes-res {
        line-height: 0.4em !important;
        font-size: 16px !important;
        text-align: center !important;
        margin-top: 55px !important;
        margin-bottom: 0 !important;
    }
    .brand-name-2 {
        font-size: 45px !important;
    }
    .header-style-six .header-upper .right-menu .mobile-nav-toggler {
        margin-left: 0 !important;
        margin-right: 15px !important;
    }
    .right-menu.rev-col {
        flex-direction: row-reverse !important;
    }
    .cta-div-header {
        display: flex !important;
    }
    .mob-container {
        display: flex !important;
    }
    div#logo-main {
        order: 3 !important;
        margin: 0 auto !important;
    }
    .main-header .header-upper .logo-box .logo a {
        display: block;
    }
    a.header-links.cta-header {
        position: absolute;
        font-size: 18px;
        left: 90px;
    }
    section.page-banner.lp, section.page-banner.lp .banner-inner {
        height: auto !important;
    }
    section.page-banner.lp .banner-inner {
        display: block !important;
    }
    section.page-banner.lp .inner-container {
        padding-top: 180px !important;
    }
    .page-banner.lp .link-box {
        display: block !important;
    }
    section.page-banner.lp .banner-inner .awards {
        bottom: auto !important;
    }
    section.page-banner.lp .awards {
        top: auto !important;
    }
    .dis-none {
        display: none;
    }
    section.page-banner.lp .page-nav {
        display: none;
    }
    ul.inline-list li {
        display: block !important;
    }
}
@media only screen and (max-width: 991px) {
    section.app-features-section {
        margin-top: -200px;
    }
    .reverse-section {
        flex-direction: column-reverse;
    }
    .theme-base-titan, .theme-base-iron, .theme-base-uts, .theme-base-taco
    {
        border: 0px !important;
    }
    .mob-2 {
        display: none !important;
    }
    .height-process p.pera {text-align: center !important;line-height: 1.4em !important;}

    .box-process-right {text-align: center !important;}
    .height-process {
        padding: 10px !important
    }
    img.process-icons {width: 40% !important; margin: 20px 0px;}
}
@media (max-width: 1024px) {
    .casestudy-gallery img
    {
        width: auto !important;
    }
    .owl-stage {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    button.owl-prev {
        right: 30px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        position: relative !important
    }

    button.owl-next {
        left: 30px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        position: relative !important
    }
    a.header-links.cta-header {
        font-size: 14px !important;
    }
    .image.home-x-box-screen::before {
        left: 0;
        width: 50%;
    }
    .fact-counter .column .inner {
        padding: 60px 0 !important;
    }
    section.contact-section-2 .contact-sec {
        padding: 30px 50px 30px 50px;
    }
    .process-one__image::after {
        display: none !important;
    }
    .pricing-card__list {
        width: 80% !important;
    }
    .process-one__image img {
        float: none !important;
    }
    .game-custome-div h2:last-child {
        font-size: 65px;
    }
    .game-custome-div {
        padding: 50px;
    }
    .mr-points {
        display: block;
        width: auto;
        padding: 20px !important;
    }
    .mr-points div p {
        text-align: center !important;
        margin: 0 !important;
    }
    .market-release h2.mr-3 {
        letter-spacing: 16px;
        margin: 0;
        font-size: 90px;
    }
    .market-release h2.mr-2 {
        margin: 0;
        letter-spacing: 8px;
        font-size: 60px;
    }
    .container-fluid.game-tech .text-col {
        padding: 0 50px 0 50px !important;
    }
    .search-popup__inner {
        overflow: auto !important;
        display: block !important;
    }
    img.header-img-casestudy {
        margin: 0 auto;
        width: 100%;
        display: flex;
    }
    /* .mob-2 {
        display: none !important;
    } */
    .abt-mob img {
        width: 60%;
    }
    .app-demo-section h2.text-center,
    .screens-section h2.text-center {
        font-size: 135px;
        opacity: 0.8;
        color: #fff;
    }
    .app-demo-section p,
    .screens-section p {
        font-size: 35px !important;
    }
    .app-colors-inner {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .app-colors {
        margin: 15px auto !important;
    }
    .div-studios {
        display: block !important;
    }
    .div-studios.case-study div p {
        width: 100%;
        margin: 30px 0;
    }
    section.case-study-highlight-section .service-details .featured .image-col {
        display: none;
    }
    .case-study-hexe-hightlight-div {
        width: 100%;
        justify-content: center !important;
    }
}
@media (max-width: 1300px) {
    .owl-stage {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    button.owl-prev {
        right: 30px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        position: relative !important
    }

    button.owl-next {
        left: 30px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        position: relative !important
    }
}
@media only screen and (max-width: 1280px) {
    .casestudy-gallery {
        display: block;
        margin: 0 auto;
        text-align: center;

    }
    .casestudy-gallery img
    {
        width: 225px;
    }
    .process-one__image::after
    {
        left: 15px !important;
        right: auto !important
    }
    .process-one .row:nth-child(even) .process-one__image::after
    {
        right: 15px !important;
        left: auto !important
    }
}
@media only screen and (max-width: 1750px) {

    .search-popup__inner {
        overflow: auto !important;
        display: flex !important;
        justify-content: center !important;
        align-items: flex-start !important;
    }
    video#banner-video {
        width: auto !important;
        height: 100% !important;
    }
    section.app-features-section
    {
        margin-top: 0px;
    }

}
.services-heading a:hover
{
    color: #FFFFFF !important;
}
.service-block-two .inner-box:hover a
{
    color: #FFFFFF !important;
}
.service-block-two .inner-box:hover p {
    color: #FFFFFF !important;
}
.taco-case-list li {letter-spacing: 2px;font-size: 18px !important;font-weight: 700 !important;color: #000000 !important;}
.footer-poweredby a:hover {color: #FFFFFF !important;}

.footer-poweredby p {color: #FFFFFF;font-size: 16px !important;    margin: 0px !important;}

.footer-poweredby a {font-weight: 700;}

ul.process-list { position: relative;}
ul.process-list li::before {content: '';position: absolute;left: 0;width: 12px;margin-top: 13px;height: 1px;color: #000000;background: #000000;}
.box-process-right {text-align: right;}
.height-process {align-items: center;-webkit-box-align: center;}
.height-process p.pera {margin: 0px !important;line-height: 1.7em !important;font-size: 20px !important;font-weight: 400 !important;}
.box-process-right h3 {font-weight: 400; text-transform: capitalize; letter-spacing: 0px;line-height: 1.1em !important;font-size: 34px;}
.box-process-right h2 {font-weight: 100;margin-bottom: 6px !important;}
img.process-icons {width: 80%;}

.nectar_icon.mauto {display: flex;justify-content: center;align-items: center;}
small.small-process {display: block;font-size: 18px;font-weight: bold;}

.begin-div
{
    padding: 60px 0px !important;
    max-width: 600px !important;
}

a.portfolio-link {text-decoration: underline;cursor: pointer;transition: all .3s;}
a.portfolio-link:hover {color: #000000 !important;text-decoration: underline}
section.process-last-section {padding: 50px 0px;background: #F9F9F9;}

ul.process-list li {
    font-size: 16px !important;
    font-weight: 400;
    color: #000000;
    line-height: 1.8em;
    margin-left: 20px;
    letter-spacing: 2px;
}
section.request-quote-form {
    border: 0px !important;
    margin: 0 auto !important;
}
.display-none
{
    display: none !important;
}
select, select#quote_estimate_budget_page, select#quote_estimate_budget {
    padding: 10px 18px !important;
    height: 45px !important;
}
select#quote_estimate_budget_page option, select#quote_estimate_budget option {
  background-color: #ffffff00;
  color: #333;
}

select#quote_estimate_budget_page option, select#quote_estimate_budget option {
    font-size: 16px;
    font-family: monospace;
    border: none !important;
    padding: 8px 0;
}

select#quote_estimate_budget_page option:checked, select#quote_estimate_budget option:checked {
    background-color: #ecdc00 !important;
    color: black;
    font-size: 16px;
    font-family: monospace;
}

select#quote_estimate_budget_page::-ms-expand, select#quote_estimate_budget::-ms-expand {
  display: none;
}

select#quote_estimate_budget_page option:hover, select#quote_estimate_budget option:hover {
  background-color: #ffffff00;
}
.fs-72 {
    font-size: 72px !important;
}
.pricing-three__card
{
    padding: 50px 38px;
}
.pricing-three__icon
{
    margin-bottom: 18px !important
}
p.pricing-three__amount.package-title
{
    background: #ecdc00 !important;
    color: #FFF;
    padding: 13px 30px 10px;
    border-radius: 30px;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 1px;
}
p.pricing-three__amount.package-title.premium
{
    background: transparent !important;
    color: #000;
    border: 2px solid #ecdc00 !important
}
.pricing-three__name
{
    font-size: 24px !important;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.pricing-three__amount
{
    font-weight: 600;
    font-family: system-ui;
    font-size: 26px !important;
    letter-spacing: 0px !important;
}
.pricing-three__card:hover .packages-list
{
    color: #FFFFFF;
}
.pricing-three__card:hover .pricing-three__name {
    color: #FFFFFF !important;
}
.pricing-three__card:hover p.pricing-three__amount.package-title.premium {
    color: #FFF;
}
.packages-list
{
    padding: 0px 10px;
    text-align: left;
}
table.packages-list
{
    margin: 0 auto;
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
}
table.packages-list td
{
    padding: 0px 10px 0px 5px;
    position: relative;
}
/* width */
::-webkit-scrollbar
{
    width: 2px;
}

/* Track */
::-webkit-scrollbar-track
{
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb
{
    background: #ecdc00;
    border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover
{
    background: #ecdc00;
}
ul.toptabs1, ul.toptabs2
{
    margin: 0 auto;
    text-align: center
}
ul.toptabs1 li, ul.toptabs2 li
{
    display: inline-block;
    text-align: center;
    border: 1.5px solid #ecdc00;
    background: #ecdc0017;
    border-radius: 30px !important;
    width: auto;
    min-width: 150px;
    margin-bottom: 16px !important;
    margin: 0 5px;
}
ul.toptabs1 li.active a, ul.toptabs2 li.active a
{
    color: #FFFFFF;
}
ul.toptabs1 li a, ul.toptabs2 li a
{
    border-radius: 30px !important;
    padding: 1px 10px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: black;
    font-weight: 400
}
ul.toptabs1 li.active, ul.toptabs2 li.active
{
    background: #ecdc00 !important;
    color: #FFF !important;
}
.scrollit
{
    max-height: 300px; /* Set the maximum height for the scrollable area */
    overflow: auto;   /* Add scrollbars when content overflows */
    margin-bottom: 15px;
}
img.package_icon
{
    width: 20px;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
}
.key
{
    width: 235px !important
}
td.key.highlighted
{
    font-weight: bold;
    color: #ecdc00;
}
.pricing-three__card:hover ul.list-unstyled.pricing-three__list li
{
    color: #FFFFFF;
}
.displayblock
{
    display: block;
}
.displaynone
{
    display: none;
}
.packages-list tr
{
    border-bottom: 1px solid #0000001a;
}
.pricing-three__card:hover .packages-list tr
{
    border-bottom: 1px solid #ffffff38;
}
h1.custom-h1 {
    font-size: 60px;
    font-weight: 700;
    text-transform: initial;
    text-align: left;
}
p.custome-p {
    text-align: left;
    font-size: 18px !important;
    line-height: 28px;
    margin-top: 32px;
}
.quote-form-div {
    background: #FFFFFF;
    padding: 20px 35px 30px 35px;
    border-radius: 25px !important;
    border-top: 8px solid #ecdc00;
    border-bottom: 8px solid #ecdc00;
    max-width: 400px !important
}
.quote-form-div label.form-label {
    color: #000000;
    text-align: left !important;
    margin: auto;
    display: block;
}
.quote-form-div h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 20px;
    line-height: 1.4em;
}
.quote-form-div button.cus-btn {
    background: #ecdc00;
    color: #222429;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0px;
    text-transform: inherit;
    border-radius: 50px;
    width: 200px;
    margin: 0 auto;
    box-shadow: 0px 0px 18px -5px;
}
section.page-banner.lp {
    height: 112vh;
}
section.page-banner.lp .banner-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 112vh;
}
section.page-banner.lp .inner-container {
    padding: 0px 0px 125px 0px;
}
section.page-banner.lp .page-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}
.pricing-three.lp {
    padding-top: 0px;
    padding-bottom: 0px;
}
.pricing-three.lp .pricing-three__card {
    background-color: #FFFFFF;
}
.pricing-three.lp .pricing-three__card:hover {
    background-color: var(--thm-black);
    border-color: var(--thm-black);
}
section.page-banner.lp .banner-inner .awards {
    bottom: -20px;
}
section.page-banner.lp .banner-inner .awards img.awards-img {
    width: 80px !important;
}
section.page-banner.lp .banner-inner .awards .sub-awards {
    width: auto !important;
    margin: 0px 10px 0px 0px;
}
section.testimonials-five.lp {
    padding-top: 80px;
    padding-bottom: 80px;
}
section.we-work-section.lp {
    padding-top: 80px;
    padding-bottom: 80px;
}
ul.inline-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.inline-list li {
    display: inline;
    margin-right: 15px; /* Add space between the items */
}
ul.inline-list li img {
    margin-right: 8px;
}
.rotate-image {
    /* Optional: Adjust the size of the image */
    width: 100px;
    height: 100px;

    /* Apply the animation */
    animation: rotate 5s linear infinite;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.complete-solutions {
    background: rgb(255,170,23);
    background: linear-gradient(0deg, rgba(255,170,23,0.7847514005602241) 12%, #22c1c3 100%);
    padding: 50px 20px;
    border: 10px solid #ecdc00;
}
.complete-solutions h3 {
    font-size: 24px;
    font-weight: bold;
}
ul.ul-list li {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}
ul.ul-list {
    margin-bottom: 22px;
}
span.main-span {
    font-size: 16px;
    color: #000000;
}
.order-box h3 {
    font-size: 28px;
}
.order-box a {
    background: #22c1c3;
    color: #FFFFFF;
    padding: 12px;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    border-radius: 50px;
    letter-spacing: 1px;
    transition: all .3s;
}
.order-box a:hover {
    transform: translate3d(0px, 5px, 0px);
}
.order-box div.combo-price-div {
    background: #ecdc00;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    margin: 0 auto 25px auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.combo-price-div del {
    margin-top: 30px !important;
}
.combo-price-div del span,
.combo-price-div del,
.combo-price-div h3 {
    margin: 0; /* Remove any default margins */
    color: #FFFFFF !important;
}
section.gallery-section.lp {
    padding: 50px 0px !important;
    background: red;
}
.first-header {
    background: #000000;
    height: auto;
}
.call-us, .need-help {
    margin: 0px 6px;
}
.modal-backdrop {
    display: none;
}
.modal-content {
    background: transparent;
    border: none;
}
.modal {
    background-color: hsl(0deg 0% 0% / 60%);
}
.on-mobile-only {
    display: none;
}
section.page-banner.lp h1.custom-h1 {
    font-size: 46px;
    font-weight: 600;
}
section.page-banner.lp p.custome-p {
    font-size: 16px !important;
    line-height: 25px;
}
.modal {
    z-index: 9999;
}
.modal-content.lp {
    background: #FFFFFF;
}
.step {
    display: none;
}
.step.active {
    display: block;
}
.error {
    color: red;
    display: none;
    text-align: left;
    margin-top: 12px;
    font-weight: bold;
}
.other-text {
    display: none;
}
.modal-content.lp h5 {
    font-size: 28px;
    font-weight: 600;
    color: #ecdc00;
}
.step label {
    display: block !important;
    text-align: left;
    line-height: 1.8em;
}
.step h3 {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px !important;
    margin-bottom: 8px;
}
.step span {
    display: block;
    text-align: left;
    margin-bottom: 15px;
}
.step-form-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
button.next, button.prev, button.submit {
    display: flex;
    margin-top: 30px;
    background: #ecdc00;
    padding: 2px 20px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 36px;
}
.labl > input {
    visibility: hidden;
    position: absolute;
}
.labl > input + div img {
    margin: 0 auto !important;
    display: flex;
}
.labl > input + div {
    cursor:pointer;
    border: 2px solid transparent;
    width: 170px;
    position: relative;
}
.labl > input:checked + div {
    background-color: #ffffff;
    border: 2px solid #ecdc00;
    position: relative;
    padding: 6px 0px;
}
.labl p {
    text-align: center;
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 600;
    color: #000000;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 20px;
}
.initial-step {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 200px;
}
input.other-text, input.textbox {
    border: 1px solid #919191;
    text-indent: 10px;
    font-size: 15px;
    font-weight: 500;
    margin-left: 10px;
    width: 250px;
    margin-right: 10px;
}
.group-options {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0px;
    border-bottom: 1px solid #000;
}
.group-options span {
    margin: 0px;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}
.group-options input[type="radio"], .group-options input[type="checkbox"] {
    margin-right: 6px;
    margin-left: 6px;
}
  .marquee {
    width: 100%; /* Full width */
    overflow: hidden; /* Hide the overflowing text */
    white-space: nowrap; /* Keep the text on a single line */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .marquee span {
    color: #ecdc00;
    font-weight: bold;
    font-size: 22px;
    font-family: fangsong;
    letter-spacing: 0px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    margin-bottom: 6px;
  }
  .home-technologies {
    padding-top: 40px;
    border-top: 1px solid #858585;
}
.home-technologies .nav-pills .nav-link {
    font-weight: 500;
    color: #000000;
    font-size: 24px;
    background: linear-gradient(90deg, rgb(239 223 0 / 40%), rgba(46, 208, 110, 0));
    border-radius: 20px;
    margin-bottom: 30px;
}
.home-technologies .nav-pills .nav-link.active {
    background: #ecdc00 !important
}
.home-technologies h4 {
    font-size: 34px;
    font-weight: bold;
    margin-top: 20px;
}
.home-technologies .tab-content {
    padding-left: 30px;
}
.skills-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 640px;
    margin-bottom: 30px;
}

/* Individual skill card styling */
.skill-card {
    display: flex;
    align-items: center;
    gap: 40px;
    background-color: #f2f2f2;
    padding: 10px 20px;
    border-radius: 20px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #333;
    text-decoration: none;
}

/* Icon styling */
.skill-card img {
    width: 40px;
    height: 40px;
}

/*--- Tabs --*/
.tabs-thirteen {
    position: relative;
    padding: 80px 0 80px;
    background: #ffffff url(../images/background/pattern-2.png) left top repeat;
  }
  @media (max-width: 767px) {
    .tabs-thirteen {
      padding: 80px 0;
    }
  }
  .tabs-thirteen__btns.tab-buttons {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0;
    flex-direction: column;
    gap: 20px;
    max-width: 236px;
    width: 100%;
    height: 100%;
  }
  @media (max-width: 767px) {
    .tabs-thirteen__btns.tab-buttons {
      margin: 0 0 40px;
      max-width: 100%;
    }
    .home-technologies {
        display: block !important;
    }
    .skill-card {
        gap: 14px;
    }
    .home-technologies .tab-content {
        padding: 0px !important;
    }
  }
  @media (max-width: 991px) {
    .tabs-thirteen__btns.tab-buttons {
      margin: 0 0 40px;
    }
  }
  .tabs-thirteen__btns.tab-buttons::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 1px;
    background: rgb(239,223,0);
    background: linear-gradient(180deg, rgba(239,223,0,1) 0%, rgba(255,250,181,0) 100%);
    content: "";
    z-index: 3;
  }
  .tabs-thirteen__btns.tab-buttons .tab-btn {
    background-color: #F5F5F5;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--thm-black);
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: 100%;
    position: relative;
    z-index: 2;
    transition: all 400ms ease;
  }
  .tabs-thirteen__btns.tab-buttons .tab-btn::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--thm-base);
    z-index: -1;
    content: "";
    border-radius: 4px;
    transition: all 400ms ease;
  }
  .tabs-thirteen__btns.tab-buttons .tab-btn::before {
    position: absolute;
    right: -19px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 19px;
    height: 22px;
    content: "";
    z-index: -1;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #F5F5F5;
    transition: all 400ms ease;
  }
  .tabs-thirteen__btns.tab-buttons .tab-btn:hover, .tabs-thirteen__btns.tab-buttons .tab-btn.active-btn {
    color: #fff;
  }
  .tabs-thirteen__btns.tab-buttons .tab-btn:hover::after, .tabs-thirteen__btns.tab-buttons .tab-btn.active-btn::after {
    width: 100%;
  }
  .tabs-thirteen__btns.tab-buttons .tab-btn:hover::before, .tabs-thirteen__btns.tab-buttons .tab-btn.active-btn::before {
    background-color: var(--thm-base);
  }
  .tabs-thirteen__tab-content {
    position: relative;
    background-color: #F5F5F5;
    border-radius: 6px;
    padding: 30px;
    margin-left: -30px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 0.5s ease;
  }
  @media (max-width: 767px) {
    .tabs-thirteen__tab-content {
      margin-left: 0;
      padding: 30px 15px;
    }
  }
  .tabs-thirteen .active-tab .tabs-thirteen__tab-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .tabs-thirteen__image {
    position: relative;
    margin-right: -7px;
  }
  .tabs-thirteen__image img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
  }
  .tabs-thirteen__content {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    padding: 31px 40px 32px;
    margin-left: -25px;
  }
  @media (max-width: 767px) {
    .tabs-thirteen__content {
      margin-left: 0;
      padding: 30px 15px;
    }
  }
  .tabs-thirteen__content__title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.6px;
    font-weight: 800;
    border-bottom: 1px solid #D0CCFF;
    margin: 0 0 11px;
    padding: 0 0 11px;
  }
  .tabs-thirteen__content__text {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 15px;
  }
  .tabs-thirteen__content__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .tabs-thirteen__content__list li {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0 0px;
  }
  .tabs-thirteen__content__list li i {
    font-size: 18px;
    color: var(--thm-base);
  }
