/**
 * SurfaceOwl Landing Pages CSS
 * Contains styles for public pages: Home, Solutions, Technology, Team
 * Separated from app.css to prevent style conflicts
 */

/* ===================================
   Landing Page Navigation Styles
   =================================== */

/* Add this in your global CSS */
.clickable {
    cursor: pointer;
}

.full-width {
    width: 100%;
}

.landing nav.navbar {
    background: transparent;
    transition: all 0.4s;
}

.landing nav.navbar.navbar-reduce {
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.landing nav.navbar.bg-dark {
    background-color: #1b1923 !important;
}

.navbar-toggler {
    display: none;
}

@media (max-width: 991px) {
    .navbar-toggler {
        display: inline-block;
        background: transparent;
        border: none;
        outline: none;
        padding: 0.25rem 0.5rem;
        font-size: 1.25rem;
        line-height: 1;
        cursor: pointer;
    }

    .navbar-toggler-icon {
        background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"%3e%3cpath stroke="rgba%28255, 255, 255, 0.8%29" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/%3e%3c/svg%3e');
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    .navbar-collapse {
        background-color: #1b1923;
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 0.25rem;
    }

    .navbar-nav {
        text-align: center;
    }

    .navbar-nav .nav-item {
        margin: 0.5rem 0;
    }
}

.landing .navbar-toggler span {
    color: #fff;
}

.landing .navbar-nav {
    text-transform: uppercase;
    top: 19px;
    position: relative;
}

.landing .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .05em;
    font-family: "Nexa", sans-serif;
    transition: all 0.5s;
    border-bottom: 3px solid transparent;
    padding: 20px 25px;
}

.landing .navbar-nav .nav-item:hover .nav-link {
    color: #00aeef;
}

.landing .navbar-nav .nav-item > a.active {
    border-bottom: 3px solid #00aeef;
    padding-bottom: 20px;
}

.landing nav.navbar.navbar-reduce {
    background-color: #1b1923 !important;
    transition: all .5s;
}

.brand-logo-landing {
    width: 91px;
    height: 271px;
    margin: 20px 0 21px 40px;
}

@media (min-width: 768px) and (max-width: 990px) {
    .landing .navbar-nav {
        top: 0;
    }

    .landing .navbar-nav .nav-item .nav-link {
        padding: 10px 25px;
    }

    .brand-logo-landing {
        height: 61px;
        margin: 11px 0 10px 0;
        width: 204px;
    }

    .landing nav.navbar.navbar-reduce .brand-logo-landing {
        margin: 12px 0 8px 40px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .landing .navbar-nav {
        top: 0;
    }

    .landing .navbar-nav .nav-item .nav-link {
        padding: 10px 25px;
    }

    .brand-logo-landing {
        height: 61px;
        margin: 11px 0 10px 0;
        width: 204px;
    }

    .landing nav.navbar.navbar-reduce .brand-logo-landing {
        margin: 12px 0 8px 40px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .landing .navbar-nav {
        top: 0;
    }

    .landing .navbar-nav .nav-item .nav-link {
        padding: 10px 25px;
    }

    .brand-logo-landing {
        height: 50px;
        margin: 11px 0 10px 0;
        width: 165px;
    }

    .landing nav.navbar.navbar-reduce .brand-logo-landing {
        margin: 5px 0 8px 30px;
    }
}

/* ===================================
   Footer Styles
   =================================== */

.landing footer {
    background: #3a3633;
    color: #c0c0c0;
    font-size: 18px;
    padding: 63px 0 63px;
    position: relative;
    z-index: 9;
    font-family: "Nexa Book", sans-serif;
}

@media (min-width: 768px) and (max-width: 990px) {
    .landing footer {
        padding: 40px 0 40px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .landing footer {
        padding: 30px 0 30px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .landing footer {
        font-size: 14px;
        padding: 20px 0 20px;
    }
}

.landing footer h3 {
    color: #00aeef;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
    font-family: "Nexa", sans-serif;
}

@media (min-width: 768px) and (max-width: 990px) {
    .landing footer h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .landing footer h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .landing footer h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.landing footer .navbar-nav {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    position: initial;
    top: inherit;
}

.landing footer .navbar-nav .nav-link {
    display: block;
    padding: .4rem 0;
    color: #c0c0c0;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
    border: 0;
}

@media (min-width: 200px) and (max-width: 574px) {
    .landing footer .navbar-nav .nav-link {
        font-size: 14px;
    }
}

.landing footer .navbar-nav .nav-link:hover,
.landing footer .navbar-nav .nav-link:focus {
    text-decoration: none;
    color: #ffffff;
}

.landing footer .navbar-nav .nav-link:hover {
    color: #00aeef;
}

.landing .social-icons {
    text-align: right;
}

@media (min-width: 200px) and (max-width: 574px) {
    .landing .social-icons {
        text-align: center;
    }
}

.landing .social-icons a {
    display: inline-block;
    line-height: 30px;
    margin-left: 10px;
    text-align: center;
}

.landing .social-icons a i {
    font-size: 18px;
    color: #c0c0c0;
}

.landing .social-icons a:hover i {
    color: #00aeef;
}

.landing footer .navbar-brand {
    max-width: 159px;
}

@media (min-width: 575px) and (max-width: 767px) {
    .landing footer p {
        line-height: 1.5;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .landing footer p {
        line-height: 1.5;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .landing footer .pb-5.pb-md-0 {
        margin-bottom: 10px;
    }
}

/* Hover state for footer logo */
.footer-logo {
    max-width: 200px;
    height: auto;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.footer-logo:hover {
    opacity: 1;
}

/* ===================================
   ScrollTo Styles
   =================================== */

.scroll-to {
    background: #00aeef;
    bottom: 18px;
    cursor: pointer;
    height: 44px;
    position: fixed;
    right: 25px;
    text-align: center;
    width: 44px;
    z-index: 99;
}

@media (min-width: 200px) and (max-width: 574px) {
    .scroll-to {
        bottom: 13px;
        height: 35px;
        right: 10px;
        width: 35px;
    }
}

.scroll-to i {
    color: #ffffff;
    font-size: 20px;
    line-height: 44px;
}

@media (min-width: 200px) and (max-width: 574px) {
    .scroll-to i {
        font-size: 16px;
        line-height: 35px;
    }
}

.scroll-to:hover {
    background: #1b1923;
}

.scrollTop {
    background: #00aeef;
    bottom: 10px;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    height: 44px;
    line-height: 44px;
    position: fixed;
    right: 25px;
    text-align: center;
    width: 44px;
    z-index: 99;
}

@media (min-width: 200px) and (max-width: 574px) {
    .scrollTop {
        bottom: 10px;
        font-size: 16px;
        height: 35px;
        line-height: 35px;
        right: 12px;
        width: 35px;
    }
}

.scrollTop:hover {
    background: #1b1923;
}

/* ===================================
   Background Image Classes
   =================================== */

.bg_home {
    background: url("../../assets-static/images/bg-home.jpg") center center no-repeat;
}

.bg_solutions {
    background: url("../../assets-static/images/bg-solutions.jpg") center center no-repeat;
}

.bg_technologies {
    background: url("../../assets-static/images/bg-technologies.jpg") center center no-repeat;
}

.bg_team {
    background: url("../../assets-static/images/bg-team.jpg") top center no-repeat;
}

/* ===================================
   Header Main Section
   =================================== */

.headerMain {
    background: 
        /* Top-down gradient with blue tint to match production */
        linear-gradient(to bottom, 
            rgba(27, 25, 35, 0.95) 0%, 
            rgba(27, 25, 35, 0.95) 20%, 
            rgba(27, 25, 35, 0.85) 40%, 
            rgba(27, 25, 35, 0.4) 80%, 
            transparent 100%),
        /* Blue color filter to match production hue */
        linear-gradient(to bottom, rgba(0, 174, 239, 0.15) 0%, rgba(0, 174, 239, 0.05) 100%),
        /* New Getty image background */
        #1b1923 url("../../assets-static/images/home-GettyImages-545863031.copy.3440x1549.jpg") center center no-repeat;
    background-size: 100% 100%, 100% 100%, cover;
    min-height: 863px;
    padding-top: 198px;
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    z-index: 5;
}

@media (min-width: 768px) and (max-width: 990px) {
    .headerMain {
        background-position: bottom center;
        background-size: 1172px;
        min-height: 763px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .headerMain {
        background-position: 74% 100%;
        background-size: 996px;
        min-height: 709px;
        padding-top: 150px;
    }
}

.headerMain h1 {
    color: #00aeef;
    margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 990px) {
    .headerMain h1 {
        font-size: 36px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .headerMain h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .headerMain h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.headerMain h2 {
    color: #ffffff;
    font-family: Nexa, sans-serif;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 20px;
}

.h_video {
    color: #ff5135;
    font-family: Nexa, sans-serif;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 20px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .headerMain h2 {
        font-size: 24px;
    }
}

@media (min-width: 991px) and (max-width: 1023px) {
    .headerMain h2 {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .headerMain h2 {
        font-size: 24px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .headerMain h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .headerMain h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }
}

.headerMain h2 br {
    display: inherit;
}

@media (min-width: 575px) and (max-width: 767px) {
    .headerMain h2 br {
        display: none;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .headerMain h2 br {
        display: none;
    }
}

.headerMain ul.headerMain_header_list {
    color: #ffffff;
    font-size: 27px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.headerMain li {
    background: url("../../assets-static/images/check-icon.png") no-repeat 1px 9px;
    line-height: 40px;
    padding-left: 30px;
    text-transform: uppercase;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .headerMain li {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (min-width: 991px) and (max-width: 1023px) {
    .headerMain li {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .headerMain li {
        font-size: 24px;
        line-height: 1.4;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .headerMain li {
        font-size: 18px;
        line-height: 1.4;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .headerMain li {
        background-position: 1px 2px;
        background-size: 14px;
        font-size: 15px;
        line-height: 1.4;
        padding-left: 23px;
    }
}

/* This continues with all landing page specific styles... */
/* Due to size limits, I'm showing the structure. The actual file would contain all landing-specific CSS */

/* ===================================
   Landing/Public Page Specific Styles
   Split from original custom.css as part of CSS isolation (Phase 11F)
   =================================== */


.landing nav.navbar {
    background-color: transparent;
    font-family: "Nexa Book", sans-serif;
    left: 0;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 29px;
    position: absolute;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    z-index: 999;
}

.landing .navbar-nav {
    font-family: "Nexa Book", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    width: auto;
}

.landing .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    font-family: "Nexa Book", sans-serif;
    font-size: 18px;
    letter-spacing: 3px;
    padding: 0 24px;
}

@media (min-width: 991px) and (max-width: 1023px) {
    .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        padding: 0 14px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        padding: 0 14px;
    }
}

@media (max-width: 990px) {
    .navbar-nav .nav-item .nav-link {
        margin-top: 15px;
    }
}

@media (min-width: 1350px) {
    .navbar-nav .nav-item:nth-child(1) .nav-link {
        padding: 0 32px;
    }

    .navbar-nav .nav-item:nth-child(2) .nav-link {
        padding: 0 30px;
    }

    .navbar-nav .nav-item:nth-child(3) .nav-link {
        padding: 0 24px;
    }

    .navbar-nav .nav-item:nth-child(4) .nav-link {
        padding: 0 24px;
    }
}

.navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

.navbar-brand {
    padding: 0;
}

@media (max-width: 990px) {
    .navbar-brand img {
        max-width: 210px;
    }
    
    .landing nav.navbar {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .navbar-brand img {
        max-width: 200px !important;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    .navbar-brand img {
        max-width: 170px !important;
    }
}

.landing .navbar-nav .nav-item.active a.nav-link {
    color: #00aeef;
    font-family: "Nexa Book", sans-serif;
    font-weight: normal;
    text-decoration: underline;
}

@media (max-width: 990px) {
    .landing .navbar-nav .nav-item.active a.nav-link {
        color: #000000;
    }
}

.landing .navbar-nav .nav-item:hover a.nav-link {
    color: #00aeef;
    font-family: "Nexa Book", sans-serif;
    font-weight: normal;
    text-decoration: underline;
}

@media (max-width: 990px) {
    .landing .navbar-nav .nav-item:hover a.nav-link {
        color: #000000;
    }
}

@media (max-width: 990px) {
    .landing .navbar-toggler:not(:disabled, .disabled) {
        cursor: pointer;
        outline: none;
    }
}

@media (max-width: 990px) {
    .landing .navbar-toggle {
        padding: 0;
    }
}

@media (max-width: 990px) {
    .landing .navbar-toggler-icon {
        background: url("../../assets-static/images/line-menu.svg") center center no-repeat;
        background-size: 70%;
        height: 44px;
        width: 70px;
    }
}

@media (max-width: 990px) {
    .landing .navbar-toggler-icon {
        width: 52px;
    }
}

@media (max-width: 990px) {
    .landing .navbar-collapse {
        background: rgb(0 174 239 / 98%);
        padding: 0;
    }
}

@media (max-width: 990px) and (max-width: 990px) {
    .landing .navbar-collapse {
        margin-top: 15px;
    }
}

.landing .navbar-nav .nav-item:last-child {
    margin-bottom: 15px;
}

@media (max-width: 990px) {
    .landing .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        padding: 10px 20px;
    }
}

.footer_top {
    background: #1a1a1a !important;
    display: block;
    padding: 60px 0 40px !important;
    width: 100%;
    border-top: 5px solid #00aeef;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 30px;
}

.landing .footer-logo img {
    max-height: 50px !important;
    width: auto !important;
    margin-bottom: 20px;
}

.follow_box {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}

/* Position User Agreement and Privacy Policy links */
.landing .footer_top .col-lg-4:first-child {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.landing .footer_top .col-lg-4:first-child .follow_box:last-child {
    margin-top: auto;
    padding-bottom: 0;
    align-self: flex-start;
}

/* Ensure footer columns have equal height */
.landing .footer_top .row {
    display: flex;
    align-items: stretch;
}

.landing .footer_top .row > div {
    display: flex;
    flex-direction: column;
}

.fa_icon {
    background: #2a2a2a;
    border: 2px solid #00aeef;
    border-radius: 100%;
    color: #00aeef;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 36px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.landing .fa_icon:hover {
    background: #00aeef;
    color: #ffffff;
    transform: translateY(-2px);
}

@media (min-width: 200px) and (max-width: 575px) {
    .fa_icon {
        border: 2px solid #000000;
        font-size: 17px;
        height: 36px;
        line-height: 36px;
        padding-top: 2px;
        width: 36px;
    }
}

@media (min-width: 200px) and (max-width: 370px) {
    .fa_icon {
        font-size: 15px;
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
}

.plink {
    color: #c6c6c6 !important;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.landing .follow_box .plink:hover {
    color: #00aeef !important;
    text-decoration: underline;
}

ul.quick-link {
    display: table;
    line-height: normal;
    list-style: none;
    margin: 0 auto;
    max-width: 163px;
    padding: 0;
    width: 100%;
}

@media (min-width: 576px) and (max-width: 767px) {
    ul.quick-link {
        float: left;
        max-width: 100% !important;
    }
}

@media (min-width: 200px) and (max-width: 575px) {
    ul.quick-link {
        float: left;
        max-width: 100% !important;
    }
}

ul.quick-link li {
    display: inline-block;
    margin-bottom: 22px;
    text-align: left;
    width: 100%;
}

@media (min-width: 200px) and (max-width: 370px) {
    ul.quick-link li {
        margin-bottom: 15px;
    }
}

ul.quick-link a {
    color: #c6c6c6 !important;
    font-size: 17px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease;
}

@media (min-width: 200px) and (max-width: 575px) {
    ul.quick-link a {
        font-size: 15px;
        letter-spacing: 2px;
    }
}

@media (min-width: 200px) and (max-width: 370px) {
    ul.quick-link a {
        font-size: 15px;
        letter-spacing: 0;
    }
}

.quick-link_list:hover .quick-a,
.quick-link_list.active .quick-a {
    color: #00aeef !important;
    text-decoration: underline;
}

.footer_whybox {
    background: #2a2a2a;
    border: 1px solid #333;
    border-radius: 8px;
    float: right;
    margin-top: 10px;
    max-width: 419px;
    padding: 25px;
    width: 100%;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .footer_whybox {
        padding: 0 4px 0 10px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .footer_whybox {
        margin-top: 50px;
        max-width: 100%;
    }
}

.footer_whybox h4 {
    color: #00aeef !important;
    display: table;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer_whybox p {
    color: #c6c6c6 !important;
    font-size: 16px;
    line-height: 1.7;
    padding-left: 5px;
    margin: 0;
}

.footer-title {
    color: #00aeef !important;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

@media (min-width: 200px) and (max-width: 575px) {
    .footer-title {
        font-size: 16px;
        letter-spacing: 2px;
    }
}

@media (min-width: 200px) and (max-width: 370px) {
    .footer-title {
        font-size: 15px;
        letter-spacing: 2px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .footer-logo img {
        max-width: 100%;
    }
}

@media (min-width: 200px) and (max-width: 575px) {
    .footer-logo img {
        max-width: 100%;
    }
}

.footer-logo-p {
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 50px;
    max-width: 247px;
}

@media (min-width: 200px) and (max-width: 575px) {
    .footer-logo-p {
        font-size: 15px;
    }
}

.footer_bottom {
    background: #000000 !important;
    display: block;
    padding: 20px 0 !important;
    width: 100%;
    border-top: 1px solid #333;
}

.footer_bottom p {
    color: #808080 !important;
    font-size: 14px;
    margin-bottom: 0;
}

@media (min-width: 200px) and (max-width: 575px) {
    .footer_bottom p {
        font-size: 15px;
    }
}

@media (min-width: 200px) and (max-width: 370px) {
    .footer_bottom p {
        font-size: 15px;
    }
}

/* Mobile footer adjustments from our improvements */
@media (max-width: 767px) {
    .landing .mobile-footer .footer-logo img {
        max-height: 40px !important;
    }
    
    .landing .mobile-footer .footer-logo-p {
        color: #c6c6c6 !important;
        font-size: 13px;
        line-height: 1.5;
        margin-top: 10px;
    }
}

/* ===================================
   Font Faces
   =================================== */

@font-face {
    font-family: Nexa;
    font-style: normal;
    font-weight: bold;
    src: url("../../assets-static/fonts/Nexa-Bold.woff2") format("woff2"),
    url("../../assets-static/fonts/Nexa-Bold.woff") format("woff"),
    url("../../assets-static/fonts/Nexa-Bold.ttf") format("truetype");
}

@font-face {
    font-family: Nexa;
    font-style: normal;
    font-weight: 300;
    src: url("../../assets-static/fonts/Nexa-Light.woff2") format("woff2"),
    url("../../assets-static/fonts/Nexa-Light.woff") format("woff"),
    url("../../assets-static/fonts/Nexa-Light.ttf") format("truetype");
}

@font-face {
    font-family: NexaRegular;
    font-style: normal;
    font-weight: normal;
    src: url("../../assets-static/fonts/NexaRegular.woff2") format("woff2"),
    url("../../assets-static/fonts/NexaRegular.woff") format("woff"),
    url("../../assets-static/fonts/NexaRegular.ttf") format("truetype");
}

@font-face {
    font-family: "Nexa Book";
    font-style: normal;
    font-weight: normal;
    src: url("../../assets-static/fonts/Nexa-Book.woff2") format("woff2"),
    url("../../assets-static/fonts/Nexa-Book.woff") format("woff"),
    url("../../assets-static/fonts/Nexa-Book.ttf") format("truetype");
}

/* ===================================
   General Landing Styles
   =================================== */

body:not(.smart-style-0),
.landing {
    font-family: "Nexa Book", sans-serif;
    font-size: 18px;
    overflow-x: hidden;
    padding-top: 0;
}

.landing h1 {
    font-family: "Nexa Book", sans-serif;
    font-size: 44px;
}

.landing h2 {
    font-family: "Nexa Book", sans-serif;
    font-size: 27px;
}

.landing h3 {
    font-family: "Nexa Book", sans-serif;
    font-size: 24px;
    line-height: 28px;
}

@media (min-width: 200px) and (max-width: 574px) {
    h3 {
        line-height: 1.3;
    }
}

p {
    font-size: 18px;
}

@media (min-width: 575px) and (max-width: 767px) {
    p {
        font-size: 15px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    p {
        font-size: 15px;
    }
}

.landing {
    background-color: #1b1924;
    margin: 0 auto !important;
    max-width: 100vw; /* vw means 100% of viewport width; */
    padding: 0;
    width: 100%;
    overflow-x: hidden; /* Prevent horizontal scroll from full-width sections */
}

@media (min-width: 1350px) {
    .container {
        max-width: 1310px !important;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .container {
        width: 90%;
    }
}

.bg_home {
    background: url("../../assets-static/images/home_header-bg.jpg") top center no-repeat;
}

.bg_solutions {
    background: url("../../assets-static/images/bg-solutions.jpg") top center no-repeat;
}

.bg_team {
    background: url("../../assets-static/images/bg-team.jpg") top center no-repeat;
}

/* ===================================
   Down Arrow Component
   =================================== */

.down_arrow {
    height: auto;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 9;
}

.down_arrow .down_arrow_link {
    background: url("../../assets-static/images/down-arrow.png") top center no-repeat;
    height: 88px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -124px;
    width: 88px;
}

@media (min-width: 575px) and (max-width: 767px) {
    .down_arrow .down_arrow_link {
        background-size: cover;
        height: 52px;
        top: -120px;
        width: 52px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .down_arrow .down_arrow_link {
        background-size: cover;
        height: 52px;
        top: -64px;
        width: 52px;
    }
}

/* ===================================
   Home Section Computer
   =================================== */

.home_section_computer {
    background: 
        linear-gradient(to right, #ebebeb 0%, transparent 20%, transparent 80%, #ebebeb 100%),
        #ebebeb url("../../assets-static/images/bg-gray.png") center center no-repeat;
    background-size: 100% 100%, contain;
    height: 833px;
    margin-top: -188px;
    padding-top: 180px;
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    transform: skew(0deg, 2deg);
    z-index: 6;
}

.home_section_computer .container {
    transform: skew(0deg, -2deg);
}

@media (min-width: 768px) and (max-width: 990px) {
    .home_section_computer {
        background: url("../../assets-static/images/bg-gray-tab.png") top center no-repeat;
        height: 1003px;
        padding-top: 211px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .home_section_computer {
        background: url("../../assets-static/images/bg-gray-mob.png") no-repeat 75% 0;
        height: 1003px;
        padding-top: 211px;
    }
}

@media (min-width: 200px) and (max-width: 370px) {
    .home_section_computer {
        background-size: 770px;
        height: 665px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .home_section_computer {
        background: url("../../assets-static/images/bg-gray-mob.png") no-repeat 75% 0;
        background-size: 900px;
        height: 749px;
        margin-top: -120px;
        padding-bottom: 100px;
        padding-top: 175px;
    }
}

.bg_before .container::before {
    background: url("../../assets-static/images/home-computer-sm-bg.png") top center no-repeat;
    content: "";
    height: 510px;
    margin-left: -151px;
    position: absolute;
    top: 103px;
    width: 865px;
    z-index: 6;
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .bg_before .container::before {
        background-size: cover;
        height: 411px;
        width: 700px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .bg_before .container::before {
        background-size: cover;
        height: 411px;
        width: 700px;
    }
}

@media (min-width: 991px) and (max-width: 1023px) {
    .bg_before .container::before {
        background-size: cover;
        height: 411px;
        width: 700px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .bg_before .container::before {
        background-size: cover;
        height: 353px;
        margin-left: 0;
        top: 136px;
        width: 600px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .bg_before .container::before {
        background-size: cover;
        height: 307px;
        margin-left: 0;
        top: 136px;
        width: 530px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .bg_before .container::before {
        background-size: cover;
        height: 222px;
        margin-left: -33px;
        top: 136px;
        width: 96%;
    }
}

.home_section_computer .img_comp {
    margin-left: -50px;
    position: relative;
    z-index: 7;
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .home_section_computer .img_comp {
        max-width: 651px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .home_section_computer .img_comp {
        max-width: 651px;
    }
}

@media (min-width: 991px) and (max-width: 1023px) {
    .home_section_computer .img_comp {
        max-width: 651px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .home_section_computer .img_comp {
        margin-left: 0;
        max-width: 100%;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .home_section_computer .img_comp {
        margin-left: 0;
        max-width: 100%;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .home_section_computer .img_comp {
        margin-left: 0;
        margin-right: 0;
        max-width: 380px;
        width: 100%;
    }
}

.title_main {
    color: #1b1924;
    font-family: "Nexa Book", sans-serif;
    font-size: 30px;
    margin-bottom: 30px;
    max-width: 469px;
    text-transform: uppercase;
}

@media (min-width: 575px) and (max-width: 767px) {
    .title_main {
        font-size: 30px;
        margin-bottom: 14px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .title_main {
        font-size: 24px;
        margin-bottom: 14px;
    }
}

.title_main .title_main_strong {
    color: #00aeef;
    font-family: Nexa, sans-serif;
}

.home_section_computer .title_main,
.home_section_earth .title_main,
.home_section_getstart .heading_bx .title_main {
    font-size: 24px;
}

@media (min-width: 768px) and (max-width: 990px) {
    .home_section_computer .title_main,
    .home_section_earth .title_main,
    .home_section_getstart .heading_bx .title_main {
        max-width: 100%;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .home_section_computer .title_main,
    .home_section_earth .title_main,
    .home_section_getstart .heading_bx .title_main {
        max-width: 100%;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .home_section_computer .title_main,
    .home_section_earth .title_main,
    .home_section_getstart .heading_bx .title_main {
        font-size: 18px;
        max-width: 100%;
    }
}

.home_section_computer .heading_bx {
    margin-left: 6.5em;
    margin-top: 7em;
    position: relative;
    z-index: 9;
}

@media (min-width: 768px) and (max-width: 990px) {
    .home_section_computer .heading_bx {
        margin-left: 0;
        margin-top: -150px;
        max-width: 484px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .home_section_computer .heading_bx {
        margin-left: 0;
        margin-top: -90px;
        position: relative;
        z-index: 11;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .home_section_computer .heading_bx {
        margin-left: 0;
        margin-top: -45px;
        position: relative;
        z-index: 11;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .home_section_computer .title_main {
        max-width: 100%;
    }
}

/* ===================================
   Home Section Earth
   =================================== */

.home_section_earth {
    background: 
        linear-gradient(to right, #f8f8f8 0%, transparent 20%, transparent 80%, #f8f8f8 100%),
        #f8f8f8 url("../../assets-static/images/bg-earth.png") center center no-repeat;
    background-size: 100% 100%, auto 70%;
    height: 867px;
    margin-top: -275px;
    padding-top: 350px;
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    transform: skew(0deg, -2deg);
    z-index: 5;
}

.home_section_earth .container {
    transform: skew(0deg, 2deg);
}

@media (min-width: 1750px) {
    .home_section_earth {
        margin-top: -301px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .home_section_earth {
        background-position: 40% 0;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .home_section_earth {
        background: url("../../assets-static/images/bg-earth-mob.png") no-repeat 35% 0;
        height: 774px;
        margin-top: -239px;
        padding-top: 393px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .home_section_earth {
        background: url("../../assets-static/images/bg-earth-mob.png") no-repeat 79% 0;
        background-size: 568px;
        height: 595px;
        margin-top: -109px;
        padding-top: 332px;
    }
}

@media (min-width: 200px) and (max-width: 370px) {
    .home_section_earth {
        background-position: 69% 0;
        background-size: 573px;
    }
}

/* ===================================
   Home Section Work
   =================================== */

.home_section_work {
    background: #1b1924;
    padding-bottom: 165px;
    padding-top: 100px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    transform: skew(0deg, 4deg);
    margin-top: -50px;
    z-index: 5;
}

.home_section_work .container {
    transform: skew(0deg, -4deg);
}

@media (min-width: 200px) and (max-width: 574px) {
    .home_section_work {
        padding-bottom: 165px;
        padding-top: 25px;
    }
}

@media (min-width: 200px) and (max-width: 370px) {
    .home_section_work {
        padding-bottom: 120px;
    }
}

.work_process {
    display: block;
    list-style: none;
    margin: 25px auto 0;
    padding: 0;
    text-align: center;
    width: 97%;
}

@media (min-width: 991px) {
    .work_process {
        display: flex;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .work_process {
        width: 100%;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .work_process {
        width: 100%;
    }
}

.work_process li {
    display: table-cell;
    position: relative;
    text-align: center;
    width: 20%;
}

@media (min-width: 768px) and (max-width: 990px) {
    .work_process li {
        display: inline-block;
        margin-bottom: 40px;
        width: 48%;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .work_process li {
        display: inline-block;
        margin-bottom: 40px;
        width: 48%;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .work_process li {
        display: inline-block;
        margin-bottom: 40px;
        width: 49%;
    }
}

.work_process li::before {
    color: #5f5f60;
    content: ".....................";
    display: block;
    letter-spacing: 1px;
    position: absolute;
    right: -41px;
    top: 35px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .work_process li::before {
        overflow: hidden;
        right: -23px;
        width: 50px;
    }
}

@media (min-width: 991px) and (max-width: 1023px) {
    .work_process li::before {
        overflow: hidden;
        right: -23px;
        width: 50px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .work_process li::before {
        right: -63px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .work_process li::before {
        right: -63px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .work_process li::before {
        overflow: hidden;
        right: -35px;
        top: 25px;
        width: 50px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .work_process li::before img {
        height: 90px;
    }
}

.work_process li:last-child::before {
    display: none;
}

@media (max-width: 990px) {
    .work_process_list:nth-child(2)::before,
    .work_process_list:nth-child(4)::before {
        display: none;
    }
}

.work_subtitle {
    color: #ffffff;
    display: inline-block;
    font-family: "Nexa Book", sans-serif;
    font-size: 29px;
    margin-top: 15px;
    width: 100%;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .work_subtitle {
        font-size: 24px;
    }
}

@media (min-width: 991px) and (max-width: 1023px) {
    .work_subtitle {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .work_subtitle {
        font-size: 24px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .work_subtitle {
        font-size: 21px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .work_subtitle {
        font-size: 18px;
        margin-top: 10px;
    }
}

/* ===================================
   Home Section Get Started
   =================================== */

.home_section_getstart {
    background: #1b1924;
    height: 752px;
    margin-top: -100px;
    padding-top: 90px;
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    z-index: 5;
}

@media (min-width: 575px) and (max-width: 767px) {
    .home_section_getstart {
        height: 597px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .home_section_getstart {
        height: 597px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .home_section_getstart .title_main {
        color: #ffffff !important;
    }
}

@media (min-width: 991px) {
    .home_section_getstart .title_main {
        color: #ffffff !important;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .home_section_getstart .title_main .title_main_strong {
        color: #ffffff !important;
    }
}

@media (min-width: 991px) {
    .home_section_getstart .title_main .title_main_strong {
        color: #ffffff !important;
    }
}

.get_box {
    background-color: rgb(27 25 36 / 71%);
    float: right;
    margin-bottom: 15px;
    margin-right: 60px;
    max-width: 406px;
    min-height: 618px;
    padding-top: 85px;
    position: relative;
    top: -104px;
    width: 100%;
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .get_box {
        top: -107px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .get_box {
        margin-right: 0;
        top: -107px;
    }
}

@media (min-width: 991px) and (max-width: 1023px) {
    .get_box {
        margin-right: 0;
        max-width: 320px;
        top: -105px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .get_box {
        margin-right: 0;
        max-width: 320px;
        overflow: hidden;
        top: -117px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .get_box {
        display: none !important;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .get_box {
        display: none !important;
    }
}

.get_box .get-logo {
    display: inline-block;
    margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 990px) {
    .get_box .get-logo {
        max-width: 85%;
    }
}

.get_box::before {
    border: 0 solid transparent;
    border-bottom: 15px rgb(27 25 36 / 71%);
    border-right-width: 407px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -15px;
    width: 0;
}

@media (min-width: 991px) and (max-width: 1023px) {
    .get_box::before {
        border-bottom: 12px solid rgb(27 25 36 / 71%);
        border-right-width: 320px;
        top: -12px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .get_box::before {
        border-bottom: 12px solid rgb(27 25 36 / 71%);
        border-right-width: 270px;
        top: -12px;
    }
}

.get_box::after {
    background: url("../../assets-static/images/shadow.png") top center no-repeat;
    bottom: -13px;
    content: "";
    height: 13px;
    left: 0;
    max-width: 406px;
    position: absolute;
    width: 100%;
}

.btn-getstart {
    background-color: #00aeef;
    border-color: #00aeef;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-family: Nexa, sans-serif;
    font-size: 26px;
    font-weight: bold;
    height: 42px;
    line-height: inherit;
    padding: 0;
    text-transform: uppercase;
    width: 80%;
}

@media (min-width: 200px) and (max-width: 574px) {
    .btn-getstart {
        font-size: 16px;
        line-height: 42px;
    }
}

@media (min-width: 200px) and (max-width: 370px) {
    .btn-getstart {
        font-size: 15px;
        line-height: 42px;
    }
}

.btn-getstart:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #00aeef;
}

.btn-getstart:focus,
.btn-getstart.focus {
    box-shadow: 0 0 0 0.2rem rgb(0 147 201 / 50%);
}

.btn-getstart.disabled,
.btn-getstart:disabled {
    background-color: #007bff;
    border-color: #007bff;
    color: #ffffff;
}

.btn-getstart:not(:disabled, .disabled):active,
.btn-getstart:not(:disabled, .disabled).active,
.show > .btn-getstart.dropdown-toggle {
    background-color: #00678e;
    border-color: #00678e;
    color: #ffffff;
}

.btn-getstart:not(:disabled, .disabled):active:focus,
.btn-getstart:not(:disabled, .disabled).active:focus,
.show > .btn-getstart.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 147 201 / 50%);
}

.home_section_getstart .heading_bx {
    margin-left: 4em;
    margin-top: 6.5em;
}

.home_section_getstart .heading_bx .title_main {
    max-width: 90%;
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .home_section_earth .heading_bx,
    .home_section_getstart .heading_bx {
        margin-left: 2em;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .home_section_earth .heading_bx,
    .home_section_getstart .heading_bx {
        margin-left: 2em;
    }
}

@media (min-width: 991px) and (max-width: 1023px) {
    .home_section_earth .heading_bx,
    .home_section_getstart .heading_bx {
        margin-left: 2em;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .home_section_earth .heading_bx,
    .home_section_getstart .heading_bx {
        margin-left: 0;
        margin-top: 3em;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .home_section_earth .heading_bx {
        margin-left: 0;
        margin-top: 2em;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .home_section_earth .heading_bx {
        margin-left: 0;
        margin-top: 0;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .home_section_getstart .heading_bx {
        background: #e6e6e6 url("../../assets-static/images/gray-owl.png") no-repeat right center;
        margin-left: 0;
        margin-top: 1em;
        padding: 30px 100px 30px 30px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .home_section_getstart .heading_bx {
        background: #e6e6e6 url("../../assets-static/images/gray-owl.png") no-repeat right center;
        margin-left: 0;
        margin-top: 1em;
        padding: 25px 76px 25px 25px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .home_section_getstart .heading_bx .title_main {
        color: #1c252e !important;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .home_section_getstart .heading_bx .title_main {
        color: #1c252e !important;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .home_section_getstart .heading_bx .title_main strong {
        color: #1c252e !important;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .home_section_getstart .heading_bx .title_main strong {
        color: #1c252e !important;
    }
}

.home_section_getstart .title_main .title_main_strong {
    color: #ffffff;
}

/* ===================================
   Solutions Page Styles
   =================================== */

.solution_sec_1 {
    background: #ebebeb top center no-repeat;
    height: 985px;
    margin-bottom: 41px;
    margin-top: -188px;
    padding-top: 234px;
    position: relative;
    transform: skew(0deg, 2deg);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    z-index: 6;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .solution_sec_1 {
        height: auto;
        padding-bottom: 130px;
    }
}

@media (min-width: 991px) and (max-width: 1023px) {
    .solution_sec_1 {
        height: auto;
        padding-bottom: 130px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .solution_sec_1 {
        height: auto;
        padding-bottom: 100px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .solution_sec_1 {
        height: auto;
        margin-top: -93px;
        padding-bottom: 100px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .solution_sec_1 {
        height: auto;
        margin-top: -37px;
        padding-bottom: 50px;
        padding-top: 100px;
    }
}

.solution_sec_1 .container {
    transform: skew(0deg, -2deg);
}

.solution_sec_1 .title_main.ml-4 .title_main_strong {
    color: #1c252e;
}

@media (min-width: 575px) and (max-width: 767px) {
    .solution_sec_1 .title_main.ml-4 .title_main_strong {
        font-size: 16px !important;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .solution_sec_1 .title_main.ml-4 .title_main_strong {
        font-size: 16px !important;
    }
}

.bg_before-1 .container::before {
    background: url("../../assets-static/images/white-surface-owl.png") top center no-repeat;
    content: "";
    height: 447px;
    margin-left: -163px;
    position: absolute;
    top: 15px;
    width: 324px;
    z-index: 0;
}

.bg_before-1 .container .row {
    position: relative;
    z-index: 9;
}

/* ===================================
   Card Box Component
   =================================== */

.card_box {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    display: inline-block;
    min-height: 546px;
    padding: 30px 20px 10px;
    width: 100%;
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .card_box {
        min-height: 596px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .card_box {
        min-height: 750px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .card_box {
        margin-bottom: 50px;
        min-height: 485px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .card_box {
        margin-bottom: 50px;
        min-height: 488px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .card_box {
        margin-bottom: 50px;
        min-height: inherit;
    }
}

.box-shadow {
    box-shadow: 0 0 12px 0 rgb(51 51 51 / 25%);
}

.card_box .card_title_main {
    color: #1b1924;
    font-family: "Nexa Book", sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    word-wrap: normal;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .card_box .card_title_main {
        font-size: 20px;
    }
}

@media (min-width: 991px) and (max-width: 1023px) {
    .card_box .card_title_main {
        font-size: 22px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .card_box .card_title_main {
        font-size: 22px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .card_box .card_title_main {
        font-size: 20px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .card_box .card_title_main {
        font-size: 18px;
    }
}

/* ===================================
   Technology Page Styles
   =================================== */

.technology_sec_1 {
    background: #ebebeb top center no-repeat;
    margin-bottom: 20px;
    margin-top: -188px;
    min-height: 650px;
    overflow: hidden;
    padding-top: 254px;
    position: relative;
    transform: skew(0deg, 2deg);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    z-index: 5;
}

@media (min-width: 768px) and (max-width: 990px) {
    .technology_sec_1 {
        padding-bottom: 150px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .technology_sec_1 {
        margin-top: -94px;
        padding-bottom: 150px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .technology_sec_1 {
        margin-top: -33px;
        padding-bottom: 100px;
        padding-top: 100px;
    }
}

.technology_sec_1 .container {
    transform: skew(0deg, -2deg);
}

.technology_sec_1.bg_before-1 .container::before {
    margin-left: -97px;
    top: -119px;
}

.technology_sec_1 .title_main,
.technology_sec_2 .title_main,
.technology_sec_3 .title_main,
.technology_sec_4 .title_main {
    margin-top: 0;
}

@media (min-width: 768px) and (max-width: 990px) {
    .technology_sec_1 .title_main,
    .technology_sec_2 .title_main,
    .technology_sec_3 .title_main,
    .technology_sec_4 .title_main {
        margin-top: 40px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .technology_sec_1 .title_main,
    .technology_sec_2 .title_main,
    .technology_sec_3 .title_main,
    .technology_sec_4 .title_main {
        margin-top: 40px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .technology_sec_1 .title_main,
    .technology_sec_2 .title_main,
    .technology_sec_3 .title_main,
    .technology_sec_4 .title_main {
        margin-top: 40px;
    }
}

.technology_sec_1 p {
    max-width: 480px;
}

@media (min-width: 768px) and (max-width: 990px) {
    .technology_sec_1 p {
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .technology_sec_1 p {
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .technology_sec_1 p {
        max-width: 100% !important;
        width: 100% !important;
    }
}

.technology_sec_1 p,
.technology_sec_2 p,
.technology_sec_3 p,
.technology_sec_4 p {
    line-height: 1.8;
}

@media (min-width: 768px) and (max-width: 990px) {
    .technology_sec_1 p,
    .technology_sec_2 p,
    .technology_sec_3 p,
    .technology_sec_4 p {
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .technology_sec_1 p,
    .technology_sec_2 p,
    .technology_sec_3 p,
    .technology_sec_4 p {
        line-height: 1.5;
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .technology_sec_1 p,
    .technology_sec_2 p,
    .technology_sec_3 p,
    .technology_sec_4 p {
        line-height: 1.5;
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .technology_sec_1 .text-left,
    .technology_sec_2 .text-left,
    .technology_sec_3 .text-left,
    .technology_sec_4 .text-left {
        max-width: 100%;
        text-align: center !important;
        width: 100%;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .technology_sec_1 .text-left,
    .technology_sec_2 .text-left,
    .technology_sec_3 .text-left,
    .technology_sec_4 .text-left {
        max-width: 100%;
        text-align: center !important;
        width: 100%;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .technology_sec_1 .text-left,
    .technology_sec_2 .text-left,
    .technology_sec_3 .text-left,
    .technology_sec_4 .text-left {
        max-width: 100%;
        text-align: center !important;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .technology_sec_1 .text-right,
    .technology_sec_2 .text-right,
    .technology_sec_3 .text-right,
    .technology_sec_4 .text-right {
        max-width: 100%;
        text-align: center !important;
        width: 100%;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .technology_sec_1 .text-right,
    .technology_sec_2 .text-right,
    .technology_sec_3 .text-right,
    .technology_sec_4 .text-right {
        max-width: 100%;
        text-align: center !important;
        width: 100%;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .technology_sec_1 .text-right,
    .technology_sec_2 .text-right,
    .technology_sec_3 .text-right,
    .technology_sec_4 .text-right {
        max-width: 100%;
        text-align: center !important;
        width: 100%;
    }
}

@media (max-width: 990px) {
    #order-first {
        order: 2;
    }

    #order-second {
        order: 1;
    }
}

.technology_sec_2 {
    background: #1b1924;
    margin-bottom: 0;
    margin-top: -34px;
    min-height: inherit;
    padding-bottom: 120px;
    padding-top: 150px;
    position: relative;
    transform: skew(0deg, 2deg);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    z-index: 5;
}

@media (min-width: 575px) and (max-width: 767px) {
    .technology_sec_2 {
        padding-bottom: 100px;
        padding-top: 100px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .technology_sec_2 {
        padding-bottom: 70px;
        padding-top: 100px;
    }
}

.technology_sec_2 .container {
    transform: skew(0deg, -2deg);
}

.technology_sec_2::before {
    display: none;
}

.technology_sec_2 .title_main strong,
.technology_sec_4 .title_main strong {
    color: #ffffff !important;
}

.technology_sec_2 p,
.technology_sec_4 p {
    color: #ffffff !important;
}

.technology_sec_3 {
    background: #becbd3 top center no-repeat;
    margin-bottom: 20px;
    margin-top: 0;
    min-height: inherit;
    overflow: hidden;
    padding-bottom: 190px;
    padding-top: 150px;
    position: relative;
    transform: skew(0deg, -4deg);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    z-index: 5;
}

.technology_sec_3 .container {
    transform: skew(0deg, 4deg);
}

@media (min-width: 575px) and (max-width: 767px) {
    .technology_sec_3,
    .technology_sec_4 {
        padding-bottom: 150px;
        padding-top: 100px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .technology_sec_3,
    .technology_sec_4 {
        padding-bottom: 100px;
        padding-top: 70px;
    }
}

.technology_sec_1 .title_main .title_main_strong,
.technology_sec_3 .title_main .title_main_strong {
    color: #1c252e !important;
}

.technology_sec_3 p {
    max-width: 469px;
}

.technology_sec_4 {
    background: #1b1924;
    margin-bottom: 0;
    margin-top: -34px;
    min-height: inherit;
    padding-bottom: 200px;
    padding-top: 90px;
    position: relative;
    transform: skew(0deg, 2deg);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    z-index: 5;
}

@media (min-width: 575px) and (max-width: 767px) {
    .technology_sec_4 {
        padding-bottom: 150px;
        padding-top: 50px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .technology_sec_4 {
        padding-bottom: 150px;
        padding-top: 100px;
    }
}

.technology_sec_4 .container {
    transform: skew(0deg, -2deg);
}

.technology_sec_4::before {
    display: none;
}

.technology_sec_4 p {
    max-width: 489px;
}

/* ===================================
   Team Page Styles
   =================================== */

.team_sec_1 {
    background: #ebebeb;
    height: 700px;
    margin-bottom: 0;
    margin-top: -188px;
    overflow: hidden;
    padding-top: 258px;
    position: relative;
    transform: skew(0deg, 2deg);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    z-index: 5;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .team_sec_1 {
        height: 679px;
    }
}

@media (min-width: 991px) and (max-width: 1023px) {
    .team_sec_1 {
        height: 679px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .team_sec_1 {
        height: auto;
        padding-bottom: 100px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .team_sec_1 {
        height: auto;
        margin-top: -95px;
        padding-bottom: 100px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .team_sec_1 {
        height: auto;
        margin-top: -34px;
        padding-bottom: 100px;
    }
}

.team_sec_1 .title_main {
    float: right;
    max-width: 525px;
}

.team_sec_1 .container {
    transform: skew(0deg, -2deg);
}

.team_sec_1.bg_before-1 .container::before {
    margin-left: -45px;
    top: -60px;
}

@media (min-width: 768px) and (max-width: 990px) {
    .team_sec_1 .title_main,
    .team_sec_2 .title_main {
        max-width: 100%;
        text-align: center !important;
        width: 100%;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .team_sec_1 .title_main,
    .team_sec_2 .title_main {
        max-width: 100%;
        text-align: center !important;
        width: 100%;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .team_sec_1 .title_main,
    .team_sec_2 .title_main {
        max-width: 100%;
        text-align: center !important;
        width: 100%;
    }
}

.team_sec_1 p,
.team_sec_2 p {
    float: right;
    max-width: 515px;
}

@media (min-width: 768px) and (max-width: 990px) {
    .team_sec_1 p,
    .team_sec_2 p {
        max-width: 100%;
        text-align: center !important;
        width: 100%;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .team_sec_1 p,
    .team_sec_2 p {
        max-width: 100%;
        text-align: center !important;
        width: 100%;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .team_sec_1 p,
    .team_sec_2 p {
        max-width: 100%;
        text-align: center !important;
        width: 100%;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .team_sec_1.bg_before-1 .container::before {
        background-size: cover;
        height: 291px;
        margin-left: 0;
        width: 266px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .team_sec_1.bg_before-1 .container::before {
        background-size: cover;
        height: 291px;
        margin-left: 7%;
        width: 225px;
    }
}

.team_sec_1 .title_main .title_main_strong {
    color: #1c252e;
}

.team_sec_1 img.user_img-one {
    margin-left: -44px;
    margin-top: -27px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .team_sec_1 img.user_img-one {
        margin-left: -44px;
        margin-top: 142px;
        max-width: 600px;
    }
}

@media (min-width: 991px) and (max-width: 1023px) {
    .team_sec_1 img.user_img-one {
        margin-left: -44px;
        margin-top: 142px;
        max-width: 600px;
    }
}

@media (max-width: 990px) {
    .team_sec_1 img.user_img-one {
        margin-bottom: 70px;
        margin-left: 0;
        margin-top: 0;
        max-width: 100%;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .team_sec_1 img.user_img-one {
        margin-bottom: 40px;
    }
}

.team_sec_2 {
    background: #becbd3;
    height: 650px;
    margin-bottom: 65px;
    margin-top: -80px;
    padding-top: 110px;
    position: relative;
    transform: skew(0deg, 2deg);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    z-index: 4;
    overflow: hidden;
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .team_sec_2 {
        height: auto;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .team_sec_2 {
        height: auto;
    }
}

@media (min-width: 991px) and (max-width: 1023px) {
    .team_sec_2 {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .team_sec_2 {
        height: auto;
        padding-bottom: 100px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .team_sec_2 {
        height: auto;
        margin-top: -46px;
        padding-bottom: 100px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .team_sec_2 {
        height: auto;
        margin-top: -46px;
        padding-bottom: 70px;
    }
}

.team_sec_2 .container {
    transform: skew(0deg, -2deg);
}

.team_sec_2 .container .title_main {
    margin-top: 3em;
}

.team_sec_2 p {
    float: left;
    margin-bottom: 30px;
    max-width: 483px;
}

@media (max-width: 990px) {
    .team_sec_2 p {
        max-width: 100%;
    }
}

.team_sec_2::before {
    display: none;
}

.team_sec_2 .title_main .title_main_strong {
    color: #1c252e !important;
}

.team_sec_2 img.user_img-two {
    margin-left: -44px;
    margin-top: -54px;
}

@media (min-width: 1360px) and (max-width: 1365px) {
    .team_sec_2 img.user_img-two {
        margin-bottom: 0 !important;
        margin-top: 0;
        transform: skew(0deg, -0.1deg);
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .team_sec_2 img.user_img-two {
        margin-bottom: -2px;
        margin-top: 0;
        transform: skew(0deg, -0.1deg);
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .team_sec_2 img.user_img-two {
        margin-bottom: -1px;
        margin-left: -15px;
        margin-top: 51px;
        max-width: 498px;
    }
}

@media (min-width: 991px) and (max-width: 1023px) {
    .team_sec_2 img.user_img-two {
        margin-bottom: -1px;
        margin-left: -15px;
        margin-top: 51px;
        max-width: 500px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .team_sec_2 img.user_img-two {
        margin-left: 0;
        margin-top: 0;
        max-width: 100%;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .team_sec_2 img.user_img-two {
        margin-left: 0;
        margin-top: 0;
        max-width: 100%;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .team_sec_2 img.user_img-two {
        margin-left: 0;
        margin-top: 0;
        max-width: 100%;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .team_sec_2 .container .title_main {
        margin-top: 1.5em;
    }
}

.tit-space {
    letter-spacing: 14px;
}

@media (min-width: 575px) and (max-width: 767px) {
    .tit-space {
        letter-spacing: 10px;
    }
}

@media (min-width: 200px) and (max-width: 574px) {
    .tit-space {
        letter-spacing: 4px;
    }
}

/* ===================================
   Miscellaneous Landing Styles
   =================================== */

@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
}

.landing .navbar .nav-link::before {
    display: none;
}

.landing .navbar-collapse.collapse.in {
    display: block;
}

.landing .navbar-nav .nav-item > a {
    font-size: 18px;
}

.navbar-toggle:not(:disabled, .disabled) {
    background: transparent;
    border: 0;
    cursor: pointer;
    outline: none;
}

