﻿@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Poppins:wght@200;300;400;500;600;700;800&family=Raleway:wght@100;200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 29px;
    scroll-behavior: smooth;
}


body {
    height: 100%;
    font-family: 'raleway', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}


h1, h2, h3 {
    font-family: 'poppins';
}

p {
    font-family: 'dm sans';
}

.no-padding {
    padding: 0;
}

.content h1 {
    font-family: 'poppins';
    font-weight: 600;
}

header {
    padding: .4em .9em .4em 2.1em;
    font-size: 1.01rem;
    position: fixed;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.burger {
    color: white;
    display: none;
}

.transp {
    opacity: 1;
    background: none;
    transition: 300ms ease-in-out;
}

.none {
    opacity: 0;
    pointer-events: none;
    transition: 300ms ease-in-out;
}

.clr {
    opacity: 1;
    background-color: #2b2b2b;
    transition: 300ms ease-in-out;
}

header a {
    text-decoration: none;
    color: #FFFFFD;
}

    header a.logo {
        font-weight: 800;
        color: #FFFFFD;
        font-size: 1.1em;
        font-family: 'poppins';
    }

header nav ul {
    font-family: 'Raleway', sans-serif;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}

    header nav ul li a {
        font-size: .57em;
        padding: 2em;
        font-weight: 400;
        letter-spacing: .25em;
        -webkit-transition: color .076s linear;
        transition: color .076s linear;
    }

        header nav ul li a:hover {
            color: #ffda76;
        }

.main-menu {
    position: relative;
    transition: 100ms ease-in-out;
}

    .main-menu a, a:visited, a:link {
        color: white;
    }
    .main-menu:hover {
        background: #242424;
    }

        .main-menu:hover .main-menu-sub {
            width: 100%;
            display: flex;
            pointer-events: all;
            opacity: 1;
            transform: translateY(0px);
        }

.main-menu-sub li:hover {
    background: #181818;
}

.main-menu-sub {
    width: 100%;
    transition: 150ms ease-in-out;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    flex-direction: column;
    background: #242424;
    margin: .2rem 0;
    transform: translateY(-15px);
}

    .main-menu-sub li {
        width: 100%;
        background: #242424;
        text-align: left;
        padding-bottom: .3rem;
        width: 100%;
        height: 100%;
        border-top: 2px solid #363636;
    }

.main-menu:hover > .main-menu-a {
    background: #242424;
}

.main-menu-a {
    transition: 100ms ease-in-out;
}

.main-menu-sub li a {
    padding: .6em .9em;
    width: 80%;
}

.nav-links {
    white-space: nowrap;
}

.nav-links li a{
    text-decoration:none;
}



.wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    position: relative;
    width: 100vw;
}

    .wrapper section.hero {
        position: relative;
        background-image: url('/images/resources/Background1.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

.hero-wrap {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

section.hero .hero-wrap {
    justify-content: left;
}

.wrapper section.hero a {
    text-decoration: none;
    color: #f1f1f1;
}

    .wrapper section.hero a:hover {
        background-color: #f1f1f1;
        color: #142662;
        text-decoration: none;
        -webkit-transition: color 0.12s linear, background-color 0.12s linear;
        transition: color 0.12s linear, background-color 0.12s linear;
    }

.wrapper section.hero h1 {
    color: #f1f1f1;
    font-family: 'poppins';
    font-size: 1.909em;
    font-weight: 600;
}

.wrapper section pre {
    font-family: 'DM Sans', sans-serif;
    color: #f1f1f1;
    font-size: .705em;
    padding-top: 1.2%;
    background-color: transparent;
    border: none;
}

.wrapper section.hero span {
    color: #ffda76;
}

.wrapper section div.gear {
    z-index: 3;
    transform: rotate(5deg);
}

    .wrapper section div.gear img {
        width: 21vw;
    }

.wrapper section.hero .inner {
    z-index: 2;
    font-size: 1.1rem;
    width: 62vw;
    margin: 15vw 0 10vw 10vw;
}

.wrapper section.hero a {
    letter-spacing: .28em;
    font-size: .55em;
    font-weight: 400;
}

section.hero .learn-btn {
    font-family: 'raleway';
    display: inline-block;
    border: 3px solid #f1f1f1;
    border-radius: 38px;
    display: inline-block;
    border-width: 4px;
    padding: .8em 1.1em .8em 1.1em;
    margin-top: 3em;
    font-weight: 400;
}

.wrapper section.hero .slogan {
    line-height: 2.25rem;
    padding-bottom: .6%;
    max-width: 85%;
}

.wrapper section.services {
    position: relative;
}

.box-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    margin: 10vw auto 5vw auto;
    width: 80vw;
}

.services-bars {
    position: absolute;
    top: 3%;
    left: -10%
}

    .services-bars img {
        width: 28vw;
        height: 29vw;
    }

.services-text {
    z-index: 3;
    position: absolute;
    right: 15%;
    top: 0;
}

    .services-text h1 {
        color: #ebebebb2;
        font-family: 'poppins';
        font-weight: 600;
        font-size: 14vw;
    }

.pic {
    background-color: #ffda76;
    height: 4.3rem;
    width: 4.3rem;
    border-radius: 50%;
}

    .pic img {
        width: 100%;
    }

.box-action-wrapper {
    width: 30%;
    background-color: #ffffff00;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 5%;
    transition: 150ms ease-in-out;
    z-index: 4;
    justify-content: center;
}

    .box-action-wrapper:hover {
        box-shadow: 0 0 20px #79797985;
        background-color: #ffffff;
        transform: scale(1.02);
    }

        .box-action-wrapper:hover .serv-btn {
            opacity: 1;
            transform: scale(1);
        }

.serv-btn {
    text-decoration: none;
    background-color: #ffda76d2;
    color: #FFFFFD;
    border-radius: 38px;
    padding: .55rem;
    font-family: 'raleway';
    font-size: .6rem;
    letter-spacing: .135rem;
    font-weight: 600;
    transition: 250ms;
    transition-delay: 70ms;
    opacity: 0;
    transform: scale(.8);
}

    .serv-btn:hover {
        color: #FFFFFD;
        background-color: #142662;
    }

.box-action-wrapper h1 {
    font-family: 'poppins', sans-serif;
    color: #142662;
    font-weight: 500;
    font-size: .9rem;
    padding: 0 1vw;
}

.box-action-wrapper h2 {
    font-family: 'poppins', sans-serif;
    color: #142662;
    font-weight: 500;
    font-size: .8rem;
}

.box-action-wrapper p {
    padding-top: 11%;
    font-family: 'dm sans', sans-serif;
    color: #424242;
    font-size: .6rem;
    width: 59%;
}

.box-content {
    padding-top: 10%;
    padding-bottom: 8%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper section.software {
    padding-top: 5vw;
    position: relative;
    height: calc(100vw * 1.5);
}

.soft-content {
    max-width: 45vw;
    margin-left: 10%;
}

    .soft-content h1 {
        font-family: 'poppins';
        font-weight: 600;
        color: #142662;
        padding-bottom: 4%;
        line-height: 1.7rem;
    }

    .soft-content p {
        font-family: 'dm sans';
        color: #424242;
        line-height: 1rem;
        font-size: .8rem;
        width: 80%;
    }

.block-form {
    transition: 200ms ease-in-out;
}

    .block-form:hover {
        transform: scale(1.01);
    }

    .block-form img {
        transition: 200ms;
        width: 35vw;
        border-radius: 32px;
    }

.block-content-wrapper {
    position: relative;
    transition: 200ms;
    width: 35vw;
    border-radius: 32px;
    height: 45vw;
}

.trail .block-content-wrapper {
    background: url('/images/resources/Rectangle-Trail.png');
    background-position: center;
    background-size: cover;
}

.mytracks .block-content-wrapper {
    background: url('/images/resources/Rectangle-Mytracks2.png');
    background-position: center;
    background-size: cover;
}

.workmate .block-content-wrapper {
    background: url('/images/resources/Rectangle-Workmate.png');
    background-position: center;
    background-size: cover;
}

.hrsnap .block-content-wrapper {
    background: url('/images/resources/Rectangle-Hrsnap.png');
    background-position: center;
    background-size: cover;
}

.sms .block-content-wrapper {
    background: url('/images/resources/Rectangle-Sms.png');
    background-position: center;
    background-size: cover;
}

.ncassoftdev .block-content-wrapper {
    background: url('/images/resources/Rectangle 73.svg');
    background-position: center;
    background-size: cover;
    height: auto;
}

.ncassoftdev-block-elem {
    position: absolute;
    width: 100%;
    top: 7%;
    text-align: center;
}

.block-content-wrapper:hover {
    box-shadow: 0 0 20px #79797985;
}

.block-elem {
    position: absolute;
    top: 7%;
    left: 10%;
}

    .block-elem h1 {
        color: #FFFFFD;
        font-family: 'poppins';
        font-weight: 600;
        padding-bottom: 2%;
    }

    .block-elem p {
        color: #FFFFFD;
        font-family: 'dm sans';
        font-size: .7rem;
        max-width: 79%;
        padding-bottom: 9%;
    }

    .block-elem a {
        color: white;
        text-decoration: none;
        font-size: .6rem;
        font-weight: 500;
        letter-spacing: .07rem;
        border: 2px solid #FFFFFD;
        padding-top: .7em;
        padding-bottom: .7em;
        padding-left: 1.4em;
        padding-right: 1.4em;
        border-radius: 38px;
        transition: 200ms;
    }

        .block-elem a:hover {
            color: #424242;
            background-color: #FFFFFD;
        }

.trail {
    position: absolute;
    top: 5vw;
    right: 10%;
}

.mytracks {
    position: absolute;
    top: 20vw;
    left: 10%;
}

.workmate {
    position: absolute;
    top: 55vw;
    right: 10%;
}

.hrsnap {
    position: absolute;
    top: 70vw;
    left: 10%;
}

.sms {
    position: absolute;
    top: 105vw;
    right: 10%;
}

.ncassoftdev {
    position: absolute;
    top: 119vw;
    left: 10%;
}

.soft-bars {
    position: absolute;
    bottom: 5%;
    left: -10%;
    transform: scaleY(-1);
}

    .soft-bars img {
        width: 25vw;
        height: 26vw;
    }

section.about {
    margin-bottom: 10vh;
}

.about-sec1-wrapper {
    position: relative;
    background-color: #f5f5f5;
    margin: 10vw auto;
}

.left-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    background-color: #f8f8f8;
    box-shadow: 0 0 20px #79797985;
    width: 55vw;
    min-height: 29vw;
    z-index: 3;
}

.arrow-left {
    transition: 200ms ease-in-out;
    cursor: pointer;
    width: 1vw;
    padding-right: .4vw;
    padding-top: .5vw;
    margin-left: 2vw;
    margin-right: 2vw;
}

    .arrow-left:hover {
        transform: scale(1.1);
    }

    .arrow-left img {
        width: .65vw;
        transform: scaleX(-1);
    }

.arrow-right {
    transition: 200ms ease-in-out;
    cursor: pointer;
    width: 1vw;
    padding-left: .4vw;
    padding-top: .5vw;
}

    .arrow-right:hover {
        transform: scale(1.1);
    }

    .arrow-right img {
        width: .65vw;
    }

.main-text {
    position: absolute;
    top: -7%;
    left: 11%;
    background-color: #0f2366bb;
    padding: .3rem;
    box-shadow: 0 0 20px #79797985;
}

    .main-text h2 {
        color: #f5f5f5;
        font-size: 3vw;
    }

.desc-text {
    max-width: 70%;
    padding-top: 2.7rem;
    padding-bottom: 2.7rem;
    opacity: 1;
}

.descctrl {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.desc-text h4 {
    color: #142662;
    padding-bottom: 3%;
}

section.about li {
    list-style-image: url('/images/resources/check.svg');
    font-family: 'dm sans', sans-serif;
    color: #424242;
    font-size: .7rem;
    padding-bottom: 5%;
    padding-left: 1em;
    line-height: 1rem;
}

.right-box {
    position: absolute;
    right: 0px;
    top: 28%;
    transition: 350ms ease-out;
}

    .right-box img {
        width: 45vw;
        box-shadow: -12px 12px #142662;
        transition: 200ms ease-in-out;
    }

.about-sec2-wrapper {
    position: relative;
}

.sec2-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.sec2-left-box img {
    width: 30vw;
}

.sec2-main-text {
    padding-left: 20%;
    width: 80%;
}

    .sec2-main-text h2 {
        color: #142662;
        padding-bottom: 7%;
        padding-top: 3%;
    }

.sec2-right-box p {
    color: #424242;
    font-weight: 500;
    font-size: .7rem;
    text-align: justify;
    font-weight: 400;
}

.sec2-right-box {
    width: 45%;
}

.about-sec3-wrapper {
    display: none;
}

.reveal {
    display: inline;
}

.sec3-box-wrapper {
    margin: 0 auto;
    width: 70vw;
    padding-top: 5vw;
    animation: fadeIn 1s linear;
    transition: 450ms ease-in-out;
    transform: translateY(-15px);
}

    .sec3-box-wrapper p {
        color: #474747;
        font-weight: 500;
        font-size: .65rem;
        text-align: justify;
        font-family: 'dm sans';
        font-weight: 400;
        margin-bottom: 1.2rem;
    }

.sec3-b {
    margin-top: 5vw;
    display: flex;
    justify-content: space-around;
}

.sec3-b-cont {
    width: 50%;
}

.sec3-b .abtbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.abtbox img {
    width: 10vw;
    margin: 0 0 1vw 0;
}

.sub {
    padding-top: 10%;
    padding-left: 13%;
    line-height: 1.4rem;
}

    .sub li {
        line-height: .55rem;
    }

.sec2-btn {
    width: 100%;
    text-align: center;
    padding-top: 4%;
    position: relative;
    cursor: pointer;
}

    .sec2-btn img {
        width: 1vw;
        position: absolute;
        transform: scaley(-1);
        bottom: -9%;
        left: 48%;
        opacity: 0;
        transition: 350ms ease-in-out;
    }

.sub p {
    text-align: center;
    color: #9c9c9c;
    font-size: .56rem;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: .075rem;
    transition: 220ms ease-in-out;
}

.sec2-btn:hover p {
    color: #142662;
}

.sec2-btn:hover img {
    bottom: -15%;
    opacity: 1;
}

.sec3-btn {
    width: 20%;
    padding-top: 5%;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
}

    .sec3-btn p {
        text-align: center;
        color: #9c9c9c;
        font-size: .56rem;
        text-decoration: none;
        font-weight: 500;
        letter-spacing: .075rem;
        transition: 220ms ease-in-out;
    }

    .sec3-btn img {
        width: 1vw;
        position: absolute;
        top: 50%;
        left: 45%;
        opacity: 0;
        transition: 350ms ease-in-out;
    }

    .sec3-btn:hover p {
        color: #142662;
    }

    .sec3-btn:hover img {
        top: 45%;
        opacity: 1;
    }

section.contact .main-wrap {
    position: relative;
    height: 100vh;
    background-image: url('/images/resources/Background 4.png');
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contact-content {
    padding-left: 10%;
}

    .contact-content h1 {
        color: #FFFFFD;
        font-family: 'Poppins';
        font-size: 1.909em;
        font-weight: 600;
        line-height: 2rem;
    }

.contactpic {
    padding-top: 7%;
}

    .contactpic img {
        width: 50vw;
    }

section.contact .learn-btn {
    font-family: 'raleway';
    border: 3px solid #ffda76;
    border-radius: 38px;
    display: inline-block;
    border-width: 3px;
    padding: .65em .8em .65em .8em;
    margin-top: 1.4em;
    font-weight: 400;
}

.wrapper section.contact a {
    text-decoration: none;
    color: #ffda76;
    font-size: .65rem;
}

    .wrapper section.contact a:hover {
        background-color: #ffda76;
        color: #142662;
        text-decoration: none;
        -webkit-transition: color 0.12s linear, background-color 0.12s linear;
        transition: color 0.12s linear, background-color 0.12s linear;
    }

/* TRAIL */

.trail-bg {
    background: url('/images/resources/trailbg.png');
    background-size: cover;
    font-size: .78rem;
    min-height: 100vh;
}

.wrapper section.herot {
    position: relative;
    background-image: url('/images/resources/trailbg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

    .wrapper section.herot .innert {
        margin: 10vw 0 10vw 10vw;
    }

.slogant {
    color: #FFFFFD;
    max-width: 80%;
}

    .slogant h1 {
        font-size: 1.9rem;
        font-family: 'poppins';
        font-weight: 600;
        line-height: 2.3rem;
    }

    .slogant h3 {
        font-weight: 500;
    }

.phone {
    position: absolute;
    bottom: -1%;
    right: 5%;
}

    .phone img {
        width: 40vw;
    }

.vidh h1 {
    color: #131313;
    font-weight: 600;
}

.vid-wrap {
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10vw 0 10vw 0;
}

.tvid {
    margin-top: 1.4rem;
    border-style: none;
}

.tinfo-wrap {
    min-height: 70vh;
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10vw 0 10vw 0;
}

.appimg img {
    width: 25vw;
}

.tinfo-content {
    width: 35vw;
}

    .tinfo-content h1 {
        font-weight: 600;
        line-height: 1.7rem;
    }

    .tinfo-content p {
        color: #424242;
        font-family: 'dm sans';
        font-size: .78rem;
        line-height: 1.2rem;
        margin-top: 1.2rem;
    }

    .tinfo-content div {
        color: #424242;
        font-family: 'dm sans';
        font-size: .78rem;
        line-height: 1.2rem;
        margin-top: .5rem;
    }

.tinfo2-wrap {
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10vw 0 10vw 0;
}

.tinfo2-content {
    width: 66vw;
}

    .tinfo2-content p {
        font-size: .78rem;
        font-family: 'dm sans';
        color: #424242;
        margin-top: 30px;
        margin-left: 10px;
    }

    .tinfo2-content h1 {
        color: #45b268;
        font-weight: 600;
        line-height: 1.7rem;
    }

section.contactt {
    background-image: url('/images/resources/trailbg.png');
}

    section.contactt .contactt-wrapper {
        height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    section.contactt .content {
        color: #FFFFFD;
        text-align: center;
        max-width: 80vw;
    }

        section.contactt .content p {
            font-size: .78rem;
            margin-top: 1.3rem;
            font-family: 'dm sans';
        }

    section.contactt .cta {
        margin-top: 1.9rem;
    }

        section.contactt .cta a {
            color: #ffda76;
            font-size: .55rem;
            letter-spacing: .1rem;
            text-decoration: none;
            border: 3.5px solid #ffda76;
            padding: .5rem;
            border-radius: 28px;
            transition: 200ms;
        }

            section.contactt .cta a:hover {
                background-color: #ffda76;
                color: #FFFFFD;
            }

/* MY TRACKS */

.wrapper section.herom {
    position: relative;
    background-image: url('/images/resources/mytracksbg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.sloganm {
    color: #FFFFFD;
    max-width: 45%;
    position: absolute;
    right: 10%;
    top: 35%;
    text-align: right;
    z-index: 2;
}

    .sloganm h1 {
        font-size: 1.9rem;
        font-family: 'poppins';
        font-weight: 600;
        line-height: 2.3rem;
    }

    .sloganm h3 {
        font-weight: 500;
    }

.road {
    position: absolute;
    bottom: -.9%;
    left: 0;
}

    .road img {
        width: 48vw;
    }

section.maincontentm h3 {
    font-size: 1.4rem;
    font-weight: 600;
}

section.maincontentm p {
    font-family: 'dm sans', sans-serif;
    margin-top: 1.2rem;
}

.minfo-wrap {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: end;
    padding-top: 10.5%;
    margin-bottom: 5vw;
}

.mtruck img {
    width: 48vw;
}

.minfocontent {
    max-width: 34%;
    margin-left: 10%;
    margin-top: 2.5%;
}

    .minfocontent h3 {
        color: rgb(29, 29, 29);
    }

    .minfocontent p {
        line-height: 1.3rem;
        font-size: .85rem;
        color: #424242;
    }

.minfocontent2 p {
    line-height: 1.3rem;
    font-size: .85rem;
}

.minfowave {
    position: absolute;
    z-index: -1;
    top: -25%;
}

    .minfowave img {
        width: 100vw;
    }

.minfo2-wrap {
    position: relative;
}

.minfo2content {
    color: white;
    margin-left: 10%;
    max-width: 45%;
}

.mbannerwrap {
    display: flex;
    justify-content: space-evenly;
    margin: 5%;
    position: relative;
}

    .mbannerwrap img {
        width: 30vw;
    }

.mbannercontent {
    width: 75%;
    margin: 2vw auto;
}

    .mbannercontent h5 {
        color: #595ABD;
        font-family: 'poppins';
        font-weight: 600;
    }

.mbr {
    position: relative;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #e7e7f4;
    width: 26vw;
    height: 41vw;
    box-shadow: 15px 15px 15px #58585887;
}

.mbannercontent p {
    color: #424242;
    font-size: .62rem;
    line-height: 1.1rem;
    font-weight: 500;
}

.mbanner2 {
    margin-top: 5%;
}

.mbanner3 {
    margin-top: 10%;
}

.contactm-wrapper {
    margin: 15vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .contactm-wrapper .content {
        text-align: center;
        margin-bottom: 7%;
        width: 80%;
    }

        .contactm-wrapper .content h1 {
            color: rgb(29, 29, 29);
        }

        .contactm-wrapper .content p {
            font-size: .78rem;
            color: #424242;
            font-family: 'dm sans';
            font-weight: 500;
            margin-top: 1.2rem;
            line-height: 1.1rem;
        }

    .contactm-wrapper .cta a {
        text-decoration: none;
        color: #595ABD;
        font-size: .55rem;
        letter-spacing: .1rem;
        border: 3.5px solid #595ABD;
        padding: .5rem;
        border-radius: 28px;
        transition: 200ms;
    }

        .contactm-wrapper .cta a:hover {
            background-color: #595ABD;
            color: #FFFFFD;
        }

/* WORKMATE */

.wrapper section.herow {
    position: relative;
    background-image: url('/images/resources/workmatebg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.sloganw {
    color: #FFFFFD;
    max-width: 30%;
    position: absolute;
    left: 10%;
    top: 38%;
}

    .sloganw h1 {
        font-size: 1.9rem;
        font-family: 'poppins';
        font-weight: 600;
        line-height: 2.3rem;
    }

    .sloganw h3 {
        font-weight: 500;
    }

.wcomp img {
    width: 45vw;
}

.wcomp {
    position: absolute;
    right: 0;
    bottom: 5%;
}

section.wmaincontent p {
    font-size: .8rem;
    font-family: 'dm sans';
    color: #424242;
    line-height: 1.3rem;
    margin-top: 1rem;
}

section.wmaincontent h2 {
    font-family: 'poppins';
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #333333;
}

.wmc-f {
    margin: 15vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.dsb {
    text-align: right;
}

.wimga img {
    width: 21vw;
}

.wimgb img {
    width: 21vw;
}

.wimgc img {
    width: 23vw;
}

.wimgd img {
    width: 21vw;
}

.wmc1 .desc {
    width: 50%;
    margin-bottom: 10%;
}

.wmc2 .desc {
    width: 60%;
    margin-right: 9%;
}

.wmc3 .desc {
    width: 50%;
}

.wmc4 .desc {
    width: 60%;
}

section.winfo {
    position: relative;
}

.winfoa h1 {
    margin-top: 15vw;
    text-align: center;
}

.wgeo {
    position: absolute;
    z-index: -1;
    top: 0;
}

    .wgeo img {
        width: 100vw;
    }

.wicimg img {
    width: 12vw;
}

section.winfo p {
    font-size: .7rem;
    font-weight: 500;
    color: #424242;
    line-height: 1.1rem;
    margin-top: 1.1rem;
}

section.winfo h1 {
    font-family: 'poppins';
    font-weight: 600;
    color: #333333;
}

.winfocontent {
    margin-top: 5vw;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-around;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    margin-bottom: 15vw;
}

    .winfocontent .wica {
        width: 20%;
    }

    .winfocontent .wicb {
        width: 20%;
    }

    .winfocontent .wicc {
        width: 20%;
    }

.winfob {
    position: relative;
    margin-top: 20%;
}

.winfobcontent {
    width: 80%;
    margin: 0 auto 15vh auto;
}

    .winfobcontent ul {
        margin-left: 1.2rem;
        list-style: none;
    }

        .winfobcontent ul li {
            font-size: .7rem;
            font-family: 'dm sans';
            color: #424242;
            line-height: 1.3rem;
            margin-top: 1.4rem;
        }

            .winfobcontent ul li::before {
                content: "\f111";
                font-family: "Font Awesome 5 Free";
                font-size: .4rem;
                padding: 0 .5rem 0 0;
                margin-left: -2.5em;
                color: #ea8c3c;
            }

section.subscribew {
    background-image: url('/images/resources/workmatebotbg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

    section.subscribew .subscribew-wrapper {
        height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    section.subscribew .content {
        color: #FFFFFD;
        text-align: center;
        width: 60%;
    }

        section.subscribew .content p {
            font-size: .78rem;
            margin-top: 1.3rem;
            font-family: 'dm sans';
        }

    section.subscribew .cta {
        margin-top: 1.9rem;
    }

        section.subscribew .cta a {
            color: #ffffff;
            font-size: .55rem;
            letter-spacing: .1rem;
            text-decoration: none;
            border: 3.5px solid #ffffff;
            padding: .5rem;
            border-radius: 28px;
            transition: 200ms;
        }

            section.subscribew .cta a:hover {
                background-color: #ffffff;
                color: #ea8c3c;
            }

/* HR SNAP */

.wrapper section.heroh {
    position: relative;
    background-image: url('/images/resources/hrsnapbg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.sloganh {
    color: #FFFFFD;
    max-width: 45%;
    position: absolute;
    right: 10%;
    top: 35%;
    text-align: right;
}

    .sloganh h1 {
        font-size: 1.9rem;
        font-family: 'poppins';
        font-weight: 600;
        line-height: 2.3rem;
    }

    .sloganh h3 {
        font-weight: 500;
        font-family: 'dm sans';
    }

.hpuzz img {
    width: 45vw;
}

.hpuzz {
    position: absolute;
    left: 0;
    bottom: -6px;
}

.hinfowrap {
    width: 70vw;
    margin: 20vh auto 10vh auto;
}

.hinfo1 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.hbubs {
    margin: 0 0 0 -2vw;
}

    .hbubs img {
        width: 21vw;
    }

.hinfo1 .desc {
    text-align: right;
    width: 43%;
}

    .hinfo1 .desc h3 {
        font-family: 'poppins';
        font-weight: 600;
    }

    .hinfo1 .desc p {
        font-size: .8rem;
        font-family: 'dm sans';
        color: #424242;
        line-height: 1.3rem;
        margin-top: 1rem;
    }

.hinfo2 p {
    font-size: .8rem;
    font-family: 'dm sans';
    color: #424242;
    line-height: 1.3rem;
    margin-top: 1rem;
    text-align: right;
    max-width: 90%;
    margin-left: 4%;
}

.hmaincontent2 {
    position: relative;
}

.hrgeoa {
    position: absolute;
    top: -2%;
    right: 14px;
}

    .hrgeoa img {
        width: 5vw;
        opacity: .7;
    }

.hrgeob {
    position: absolute;
    bottom: -10%;
    left: 0;
    z-index: -1;
}

    .hrgeob img {
        width: 5vw;
        opacity: .7;
    }

.hfeatwrap {
    width: 70%;
    margin: 10vh auto 20vh auto;
}

    .hfeatwrap h3 {
        font-weight: 600;
    }

.hfeatform {
    margin-top: 5%;
    list-style-position: outside;
}

    .hfeatform span {
        color: #5F77C2;
        font-family: 'dm sans';
        font-weight: 500;
        font-size: .7rem;
    }

    .hfeatform p {
        font-size: .7rem;
        font-family: 'dm sans';
        color: #424242;
        line-height: 1.1rem;
    }

    .hfeatform ol {
        margin-left: 1.3rem;
    }

        .hfeatform ol li {
            font-size: .7rem;
            font-family: 'dm sans';
            color: #424242;
            line-height: 1.1rem;
            list-style-type: lower-alpha;
            padding-bottom: 3%;
            padding-left: .7em;
        }

.hfeat {
    margin-left: 3%;
}

section.subscribeh {
    background-image: url('/images/resources/hrsnapbotbg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

    section.subscribeh .subscribeh-wrapper {
        height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    section.subscribeh .content {
        color: #FFFFFD;
        text-align: center;
        width: 60%;
    }

        section.subscribeh .content p {
            font-size: .78rem;
            margin-top: 1.3rem;
            font-family: 'dm sans';
        }

    section.subscribeh .cta {
        margin-top: 1.9rem;
    }

        section.subscribeh .cta a {
            color: #ffffff;
            font-size: .55rem;
            letter-spacing: .1rem;
            text-decoration: none;
            border: 3.5px solid #ffffff;
            padding: .5rem;
            border-radius: 28px;
            transition: 200ms;
        }

            section.subscribeh .cta a:hover {
                background-color: #ffffff;
                color: #ea8c3c;
            }

/* SMS */

.wrapper section.heros {
    position: relative;
    background-image: url('/images/resources/smsbg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.slogans {
    color: #FFFFFD;
    max-width: 45%;
    position: absolute;
    left: 10%;
    top: 35%;
}

    .slogans h1 {
        font-size: 1.9rem;
        font-family: 'poppins';
        font-weight: 600;
        line-height: 2.3rem;
    }

    .slogans h3 {
        font-weight: 500;
        font-family: 'dm sans';
    }

.scoin img {
    width: 33vw;
}

.scoin {
    position: absolute;
    right: 5%;
    bottom: 2%;
    transform: translate(-5%, -2%);
}

section.mainconts .mcs1 {
    margin: 24vh auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.mainconts .mcs2 {
    margin: 20vh auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.mainconts .mcs3 {
    position: relative;
}

section.mainconts .mcs4 {
    margin: 24vh auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mcs3-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70vw;
}

.mcs1 .dsc {
    width: 28%;
    margin-left: 7%;
}

.mcs2 .dsc {
    width: 33%;
    margin-left: 5%;
    text-align: center;
}

.mcs3 .dsc {
    width: 64%;
    margin-right: 26%;
    color: #FFFFFD;
}

.mcs4 .dsc {
    width: 33%;
    margin-left: 10%;
}

.mcs3 .dsc p {
    color: #FFFFFD;
}

.dsc h3 {
    font-family: 'poppins';
    font-weight: 600;
    line-height: 1.5rem;
}

.dsc p {
    font-size: .7rem;
    margin-top: 1.1rem;
    color: #363636;
}

.smsup img {
    width: 23vw;
}

.smsdev img {
    width: 50vw;
}

.smsgeo img {
    width: 100vw;
}

.smsglass img {
    width: 20vw;
}

.smslock {
    margin-left: 5%;
}

    .smslock img {
        width: 18vw;
    }

section.subscribes {
    background-image: url('/images/resources/smsbotbg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

    section.subscribes .subscribes-wrapper {
        height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    section.subscribes .content {
        color: #FFFFFD;
        text-align: center;
        width: 60%;
    }

        section.subscribes .content p {
            font-size: .78rem;
            margin-top: 1.3rem;
            font-family: 'dm sans';
        }

    section.subscribes .cta {
        margin-top: 1.9rem;
    }

        section.subscribes .cta a {
            color: #ffffff;
            font-size: .55rem;
            letter-spacing: .1rem;
            text-decoration: none;
            border: 3.5px solid #ffffff;
            padding: .5rem;
            border-radius: 28px;
            transition: 200ms;
        }

            section.subscribes .cta a:hover {
                background-color: #ffffff;
                color: #2A77CF;
            }

/* SERVICES */

section.heroser {
    position: relative;
}

    section.heroser .heroimg img {
        width: 100vw;
    }

.heroser-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
}

.wrapper section.heroser .inner {
    z-index: 2;
    font-size: 1.1rem;
    position: absolute;
    width: 62vw;
    top: 50%;
    transform: translatey(-50%);
    margin-left: 10vw;
}

.clkble {
    cursor: pointer;
}

.sloganser {
    color: #FFFFFD;
    max-width: 65%;
}

    .sloganser h1 {
        font-size: 1.9rem;
        font-family: 'poppins';
        font-weight: 600;
        line-height: 2.3rem;
    }

    .sloganser h3 {
        font-weight: 400;
        font-family: 'dm sans';
    }

.panel {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    margin: 5vw 10vw;
}

    .panel .tab {
        width: 30%;
        text-align: center;
        cursor: pointer;
        position: relative;
    }

        .panel .tab a {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

    .panel .servmp.tab-select h4 {
        color: #418787;
    }

    .panel .servmp.tab-select .bar {
        background-color: #418787;
    }

    .panel .servout.tab-select h4 {
        color: #418787;
    }

    .panel .servout.tab-select .bar {
        background-color: #00B696;
    }

    .panel .servsd.tab-select h4 {
        color: #595ABD;
    }

    .panel .servsd.tab-select .bar {
        background-color: #595ABD;
    }

.servmp:hover .bar {
    background-color: #418787;
}

.servmp:hover > h4 {
    color: #418787;
}

.servout:hover .bar {
    background-color: #00B696;
}

.servout:hover > h4 {
    color: #00B696;
}

.servsd:hover .bar {
    background-color: #595ABD;
}

.servsd:hover > h4 {
    color: #595ABD;
}

.panel h4 {
    color: #424242;
    transition: 200ms ease-in-out;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: .8rem;
}

.tab .bar {
    transition: 200ms ease-in-out;
    margin-top: .2rem;
    height: 5px;
    width: 100%;
    background-color: #c5c5c5;
}

.servmc1-wrap {
    margin: 0 10vw 10vw 10vw;
}

    .servmc1-wrap .desc {
        margin-bottom: 3vw;
    }

.mc1-panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.servmc1-wrap .desc h3 {
    color: #418787;
    font-weight: 600;
    margin-bottom: 3vw;
}

.servmc1-wrap .desc p {
    color: #424242;
    font-size: .85rem;
}

.mc1-panel .box {
    width: 20vw;
    height: 14vw;
    margin: 3vw 3vw 0 3vw;
    background-color: #fafafa;
    position: relative;
    transition: 200ms ease-in-out;
}

    .mc1-panel .box:hover {
        background-color: #418787;
    }

.mc1-panel .sd:hover {
    background-color: #4455AD;
}

.mc1-panel .box:hover .bsub p {
    color: #FFFFFD;
}

.mc1-panel .box .bsub {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, -15%);
    width: 90%;
}

.mc1-panel .box .bsub-img {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
    width: auto;
}

.bsub-img img {
    width: 50%;
    transform: translateX(50%);
}

.mc1-panel .box .bsub p {
    font-size: .7rem;
    font-weight: 500;
    color: #424242;
    text-align: center;
    transition: 200ms ease-in-out;
}

.mc1-text {
    color: #424242;
    font-size: .7rem;
    margin: 0 10vw 10vw 10vw;
    position: absolute;
    opacity: 0;
    z-index: -1;
    transition: 200ms ease-in-out;
}

.mc1-text-active {
    position: static;
    opacity: 1;
    z-index: 1;
}

.mc1-text a {
    color: #595ABD;
    font-size: .7rem;
    font-family: 'dm sans';
    text-decoration: none;
}

.mc1-text h2 {
    color: #595ABD;
    margin-bottom: 1vw;
}

.mc1-text p {
    margin-bottom: 1vw;
}

.mc1-text ul {
    color: #424242;
    font-size: .7rem;
    font-family: 'dm sans';
    margin-left: 5vw;
    margin-bottom: 1vw;
}

section.servmc2 {
    position: relative;
}

.trapezoid {
    width: 100vw;
    background-color: #fafafa;
    clip-path: polygon(0 0, 77% 0, 71% 100%, 0% 100%);
}

    .trapezoid .desc, .descsd {
        padding: 10vw;
        width: 50vw;
    }

        .trapezoid .desc h3 {
            color: #418787;
            margin-bottom: 1rem;
            font-weight: 600;
        }

    .trapezoid .descsd h3 {
        color: #4455AD;
        margin-bottom: 1rem;
        font-weight: 600;
    }

    .trapezoid .desc p {
        font-size: .78rem;
        font-weight: 500;
        color: #424242;
        margin-bottom: 1rem;
    }

    .trapezoid .descsd p {
        font-size: .7rem;
        font-weight: 500;
        color: #424242;
        margin-bottom: 1rem;
    }

.collapse, .collapsesd {
    background: none;
    cursor: pointer;
    padding: .3rem 0;
    width: 100%;
    text-align: left;
    outline: none;
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: .78rem;
    border: none;
}

.collapse {
    color: #178787;
}

.collapsesd {
    color: #4455AD;
}

.collapse::after {
    content: '\25be';
    float: right;
}

.coll-cont {
    font-size: .78rem;
    color: #424242;
    font-family: 'dm sans';
    max-height: 0;
    overflow: hidden;
    border-bottom: 1px solid #424242;
}

    .coll-cont ul {
        margin-bottom: .78rem;
        margin-left: 2rem;
    }

.servmc2-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

    .servmc2-img img {
        width: 41vw;
    }

.servsdmc2-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

    .servsdmc2-img img {
        width: 100vw;
    }

section.servmc3 {
    background-color: #FFFFFD;
    overflow: hidden;
    position: relative;
}

.servmc3-wrapper {
    margin: 10vw 20vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .servmc3-wrapper h3 {
        color: #178787;
        margin-bottom: 5vw;
        font-weight: 600;
    }

.servmc3-panel {
    background-color: #178787;
    padding: 1.8rem 1.2rem;
    color: #FFFFFD;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top-left-radius: 44px;
    border-bottom-right-radius: 44px;
    margin: 3vw 0;
}

.cchange {
    background-color: #3ea78e;
}

.cchangesd {
    background-color: #374693;
}

.servmc3-panel h4 {
    font-weight: 600;
    text-align: center;
    font-family: 'dm sans';
}

.servmc3-panel p {
    font-size: .78rem;
    margin-top: .9rem;
}

.servmc3-imga img {
    width: 20vw;
}

.servmc3-imga {
    position: absolute;
    top: 50%;
    right: -10%;
}

.servmc3-imgb img {
    width: 20vw;
}

.servmc3-imgb {
    position: absolute;
    top: 0;
    left: 15%;
}

.serbot img {
    margin-bottom: -6px;
}

.wrapper section.heroser .serinner {
    z-index: 2;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -55%);
    width: 80vw;
    text-align: center;
    color: #FFFFFD;
}

.sloganserbot {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .sloganserbot h3 {
        font-weight: 600;
        font-size: 1.1rem;
    }

    .sloganserbot p {
        font-size: .78rem;
        width: 60%;
        margin: .8rem 0;
    }

section.heroserbot .cta {
    margin-top: 1.9rem;
}

    section.heroserbot .cta a {
        color: #ffffff;
        font-size: .55rem;
        letter-spacing: .1rem;
        text-decoration: none;
        border: 3.5px solid #ffffff;
        padding: .5rem;
        border-radius: 28px;
        transition: 200ms;
    }

        section.heroserbot .cta a:hover {
            background-color: #ffffff;
            color: #178787;
        }

section.servmc1 .sdform h3 {
    color: #595ABD;
}

section.servmc3 .sdform h3 {
    color: #595ABD;
    font-weight: 600;
}

section.servmc1 .outform h3 {
    color: #00B696;
    font-weight: 600;
}

section.servmc3 .outform h3 {
    color: #00b696;
    font-weight: 600;
}

section.servsdmc2b {
    background-color: #FFFFFD;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    section.servsdmc2b p {
        font-size: .78rem;
    }

    section.servsdmc2b h3 {
        color: #595ABD;
        margin-bottom: 1rem;
        font-weight: 600;
    }

.mc2b-a {
    text-align: center;
    width: 60vw;
    margin: 10vw 0 5vw 0;
}

    .mc2b-a p {
        color: #424242;
    }

.mc2b-b {
    margin: 7vw 10vw;
}

    .mc2b-b .cycle {
        border: 5px solid #595ABD;
        position: relative;
        padding: 0 5vw;
    }

.cycle-desc {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .cycle-desc p {
        color: #424242;
        transition: 200ms ease-in;
    }

    .cycle-desc h1 {
        color: #595ABD;
        font-size: 5rem;
        margin-left: 1rem;
        transition: 200ms ease-in;
    }

.cycle-top {
    display: flex;
    justify-content: space-around;
    z-index: 2;
    position: inherit;
    top: -6vw;
}

    .cycle-top .stage {
        width: 14vw;
        height: 12vw;
        background-color: #f1efef;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: 200ms ease-in-out;
        color: #424242;
        font-weight: 500;
        margin: 0 1vw;
    }

.cycle-bot {
    display: flex;
    justify-content: space-around;
    z-index: 2;
    position: inherit;
    bottom: -6vw;
}

    .cycle-bot .stage {
        width: 14vw;
        height: 12vw;
        background-color: #f1efef;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: 200ms ease-in-out;
        color: #424242;
        font-weight: 500;
    }

.stage h4 {
    font-family: 'poppins';
    font-size: .7rem;
    font-weight: 600;
    width: 90%;
}

.stage:hover {
    background-color: #595ABD;
    cursor: pointer;
    color: #FFFFFD;
    box-shadow: 0 15px 15px #adadadfd;
}

.panelsd {
    background-color: #595ABD;
}

section.servsdmc2c .sd2c-wrap {
    margin: 10vw;
}

.sd2c-top {
    display: flex;
}

.sd2ctitle {
    background-color: #595ABD;
    display: flex;
    align-items: center;
    margin: 0 2vw 0 -10vw;
    width: 30vw;
    justify-content: flex-end;
}

.sd2c-top h3 {
    color: #FFFFFD;
    margin: 0 2vw 0 0;
    font-weight: 600;
}

.sd2c-top p {
    color: #424242;
    font-size: .78rem;
}

.sd2cdesc {
    width: 50vw;
}

.sd2c-bot {
    font-family: 'poppins';
    color: #595ABD;
    font-size: .7rem;
    font-weight: 500;
    margin: 5vw auto;
    width: 65vw;
    height: 480px;
    overflow-y: scroll;
    padding: 2vw;
}

.plat-wrap {
    display: flex;
    margin: 0 0 1vw 3vw;
    flex-wrap: wrap;
}

.platcont {
    margin: .5vw 1vw .5vw 0;
    border: 2.4px solid;
    border-radius: 100px;
    padding: .1rem .3rem;
}

section.servsdmc2d .sd2d-wrap {
    margin: 5vw 10vw 10vw 10vw;
}

.sd2d-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sd2dtitle {
    background-color: #595ABD;
    display: flex;
    align-items: center;
    margin: 0 -10vw 0 2vw;
    width: 30vw;
    justify-content: flex-start;
    padding: .4vw 0;
}

.sd2d-top h3 {
    color: #FFFFFD;
    margin: 0 0 0 2vw;
    font-weight: 600;
}

.sd2d-top p {
    color: #424242;
    font-size: .78rem;
}

.sd2d-bot {
    margin-top: 10vw;
    display: flex;
    justify-content: space-around;
}

.proj-box {
    font-family: 'dm sans';
    font-size: .78rem;
    width: 25vw;
    background-color: #f1efef;
    padding: 3vw 5vw;
}

    .proj-box ul li {
        color: #595ABD;
        margin-bottom: .1rem;
    }

    .proj-box ol li {
        color: #424242;
        list-style: none;
    }

.servmc3sd-imga img {
    width: 13vw;
}

.servmc3sd-imga {
    position: absolute;
    top: 0;
    right: 0;
}

.servmc3sd-imgb img {
    width: 5vw;
}

.servmc3sd-imgb {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.servmc3sd-imgc img {
    width: 10vw;
}

.servmc3sd-imgc {
    position: absolute;
    bottom: 0;
    right: 0;
}

.servoutmc2-wrap {
    margin: -5vw 15vw 10vw 15vw;
}

.outcont {
    margin: 0 0 5vw 0;
    background-color: #F9F9F9;
    padding: 3vw;
    font-family: 'DM Sans';
}

    .outcont h5 {
        color: #00b696;
        margin: 1vw 0;
    }

.outcont-form span {
    color: #424242;
}

.outcont ul {
    font-size: .78rem;
    color: #424242;
    margin-left: 3vw;
    list-style-type: none;
}

    .outcont ul li::before {
        content: "\f058";
        font-family: "Font Awesome 5 Free";
        font-size: .4rem;
        padding: 0 .5rem 0 0;
        margin-left: -2.5em;
        color: #00b696;
    }

/* CONTACT */

.ct-bg {
    background: url('/images/resources/Background6.png');
    background-size: cover;
    font-size: .78rem;
    min-height: 100vh;
}

.form-wrap {
    margin: 8vw 10vw 0vw 10vw;
    display: flex;
    flex-direction: row;
}

.form-wrap-c {
    margin: 8vw 10vw 0vw 10vw;
    display: flex;
    flex-direction: column;
}

.cDetails {
    width: 50%;
    padding-left:20px;
}

    .cDetails .name {
        margin-bottom: 2vw;
        color: #FFFFFD;
    }

    .cDetails h1 {
        font-weight: 600;
    }

    .cDetails input, .cDetails textarea {
        width: 100%;
        font-family: 'dm sans';
        margin: .5vw 0;
        padding: 2%;
        border: none;
    }

    .cDetails select {
        font-family: 'dm sans';
        padding: 2%;
        max-height: 120px;
        overflow: auto;
        height: 45px;
    }


.submit-bttn {
    width:100%;
    display: flex;
    align-items: flex-end;
    margin-bottom: 1vw;
    text-align: center;
}

    .submit-bttn input {
        width:150px;
        font-family: 'raleway';
        background-color: #fffffd00;
        border: 2px solid #fffd;
        color: #fffd;
        text-transform: uppercase;
        letter-spacing: .1rem;
        font-size: 0.55rem;
        transition: 200ms ease-in-out;
        cursor: pointer;
        text-align:center;
    }

        .submit-bttn input:hover {
            background-color: #FFFFFD;
            color: #418787;
        }

.cntc-wrap {
    display: flex;
    justify-content: space-around;
    margin: 4vw;
}

.cntc-text {
    margin-bottom: 2vw;
    color: #fffffd;
    font-size: .65rem;
}

/* LOGIN */

section.login {
    margin: 10vw 35vw;
    color: #fffffd;
}

    section.login h1 {
        font-weight: 600;
        margin-bottom: 1vw;
    }

    section.login label {
        margin-top: 1vw;
    }

.login-cont input[type=text], .login-cont input[type=password] {
    width: 100%;
    height: 3vw;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: .6rem;
    font-family: 'dm sans';
}

.login-bttn button {
    padding: .5vw 3vw;
    font-family: 'raleway';
    background-color: #fffffd00;
    border: 2px solid #fffd;
    color: #fffd;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: 0.55rem;
    transition: 200ms ease-in-out;
    cursor: pointer;
}

    .login-bttn button:hover {
        background-color: #FFFFFD;
        color: #418787;
    }

.login-links {
    display: flex;
    justify-content: space-between;
    margin-top: 2vw;
    align-items: center;
}


/* FORMS */

section.user-forms {
    margin: 7vw 20vw;
    color: #fffffd;
}

    section.user-forms h1 {
        font-weight: 600;
        margin-bottom: 1vw;
        color:white;
    }

    section.user-forms label {
        margin-top: 1vw;
    }

.pass-bttn a {
    color: #b4b4b4;
    text-decoration: none;
    font-family: 'dm sans';
    transition: 200ms ease-in-out;
    font-size: .6rem;
}

    .pass-bttn a:hover {
        color: #fffffd;
    }

.normal-bttn {
    padding: 3.5px 15px;
    font-family: 'raleway';
    background-color: #fffffd00;
    border: 2px solid #fffd;
    color: #fffd;
    text-transform: uppercase;
    font-size: 0.55rem;
    transition: 200ms ease-in-out;
    cursor: pointer;
}

    .normal-bttn:hover {
        background-color: #FFFFFD;
        color: #418787;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media only screen and (max-width: 1340px) {
    html {
        font-size: 27px;
    }
    /* MYTRACKS */
    .mbr {
        height: 41vw;
    }
}

@media only screen and (max-width: 1220px) {
    html {
        font-size: 24px;
    }
    /* SERVICES */
    .servmc2-img img {
        width: 45vw;
    }
    /* MYTRACKS */
    .minfowave {
        top: -22%;
    }

    .mbr {
        height: 42vw;
    }
}

@media only screen and (max-width: 1075px) {
    html {
        font-size: 22px;
    }

    header nav ul li a {
        padding: 2em 1.3em 1.3em 2em;
        ;
    }
    /* SERVICES */
    .servmc2-img img {
        width: 50vw;
    }
    /* MY TRACKS */
    .mbr {
        height: 44vw;
    }

    .minfo-wrap {
        margin-bottom: 3vw;
    }
}

@media only screen and (max-width: 930px) {
    html {
        font-size: 19px;
    }

    header nav ul li a {
        padding: 2em .8em .8em 2em;
        ;
    }

    .mytracks {
        top: calc(20vw*1.12);
    }

    .workmate {
        top: calc(55vw*1.12);
    }

    .hrsnap {
        top: calc(70vw*1.12);
    }

    .sms {
        top: calc(105vw*1.12);
    }

    .ncassoftdev {
        top: calc(140vw*1.12);
    }

    .arrow-right img {
        width: .7vw;
    }

    .arrow-left img {
        width: .7vw;
    }

    .abtbox img {
        width: 14vw;
    }
    /* TRAIL */
    .tvid {
        width: 80vw;
    }
    /* MY TRACKS */
    .minfowave {
        top: -15%;
    }

    .mbr {
        height: 47vw;
    }

    .mbannerwrap {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .mbr {
        height: auto;
        width: 80vw;
    }

    .mbanner3 {
        margin-top: 5%;
    }

    .mbannercontent {
        width: 85%;
        margin: 3vw auto;
    }
    /* HR SNAP */
    .hbubs img {
        width: 27vw;
    }
    /* SERVICES */
    .servmc2-img img {
        width: 49vw;
    }
}

@media only screen and (max-width: 780px) {
    header {
        padding: .4em 2.1em;
        align-items: center;
    }

        header nav ul li a {
            padding: 0;
        }

    .nav-links {
        position: absolute;
        right: 0%;
        height: 87vh;
        top: 5.4vh;
        width: 45vw;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
        background-color: #2b2b2b;
        padding: 0 5vw;
        transform: translateX(100%);
        transition: 200ms ease-in-out;
        white-space: nowrap;
    }

     
    .burger {
        display: block;
        cursor: pointer;
    }

    .main-menu:hover {
        background: none;
    }

        .main-menu:hover > .main-menu-a {
            background: none;
        }

        .main-menu:hover .main-menu-sub {
            pointer-events: none;
            opacity: 0;
        }
    /* SERVICES */
    .servmc2-img img {
        width: 55vw;
    }

    .servsdmc2-img img {
        width: auto;
        height: 100vh;
    }
}

.nav-active {
    transform: translateX(0%);
}

@media only screen and (max-width: 680px) {
    html {
        font-size: 16px;
    }

    .arrow-right img {
        width: 1.1vw;
    }

    .arrow-left {
        display: none;
    }

    .desc-text {
        margin-left: 4vw;
    }

    section.about li {
        list-style-image: url('/images/resources/check2.svg');
    }

    .wrapper section div.gear {
        top: 19%;
    }

    .box-wrapper {
        margin-top: 25%;
        padding-top: 0%;
    }

    .box-action-wrapper {
        width: 90%;
        min-height: 167px;
        background-color: #ffffff00;
        display: flex;
        flex-direction: row;
        align-items: center;
        transition: 150ms ease-in-out;
        z-index: 4;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 0%;
        padding-bottom: 0%;
    }

    .serv-btn {
        opacity: 1;
        line-height: 1rem;
        text-align: center;
    }

    .pic {
        width: 9.3rem;
        background-color: #2b2b2b00;
        height: auto;
    }

    .box-content {
        align-items: center;
        width: 74%;
    }

    .wrapper section.software {
        height: auto;
        margin-bottom: 5vw;
    }

    .soft-content {
        max-width: 82vw;
        margin-left: 10%;
    }

    .trail {
        position: static;
    }

    .mytracks {
        position: static;
    }

    .workmate {
        position: static;
    }

    .hrsnap {
        position: static;
    }

    .sms {
        position: static;
    }

    .ncassoftdev {
        position: static;
    }

    .soft-bars {
        z-index: -1;
    }

    .trail .block-content-wrapper {
        background: url('/images/resources/Rectangle\ 63.svg');
    }

    .mytracks .block-content-wrapper {
        background: url('/images/resources/Rectangle\ 64.svg');
    }

    .workmate .block-content-wrapper {
        background: url('/images/resources/Rectangle\ 72.svg');
    }

    .hrsnap .block-content-wrapper {
        background: url('/images/resources/Rectangle\ 69.svg');
    }

    .sms .block-content-wrapper {
        background: url('/images/resources/Rectangle\ 70.svg');
    }

    .ncassoftdev .block-content-wrapper {
        background: url('/images/resources/Rectangle\ 73.svg');
    }

    .block-content-wrapper {
        width: 80vw;
        border-radius: 32px;
        min-height: 40vw;
        margin: 0 auto;
    }

    .block-form {
        margin: 5vw auto;
    }

    .block-elem {
        position: static;
        width: 90%;
        margin: 0 auto;
        padding: 5vw 0 10vw 0;
    }

    .ncassoftdev-block-elem {
        position: static;
        width: 100%;
        margin: 0 auto;
        padding: 5vw 0 10vw 0;
        text-align: center;
    }

    .sec3-b {
        flex-direction: column;
        justify-content: space-around;
    }

        .sec3-b .abtbox {
            flex-direction: row;
            justify-content: space-around;
        }

    .abtbox img {
        width: 17vw;
        margin: 0 0 4vw 0;
    }

    .sec3-b-cont {
        width: 100%;
    }
    /* TRAIL */
    .appimg img {
        width: 30vw;
    }

    .phone img {
        width: 50vw;
    }
    /* MY TRACKS */
    .minfo-wrap {
        flex-direction: column;
        margin-bottom: 20vw;
    }

    .mtruck img {
        width: 68vw;
    }

    .minfocontent {
        max-width: 85%;
    }

    .minfowave {
        top: -10%;
    }

    section.maincontentm h3 {
        font-size: 1rem;
    }
    /* HR SNAP */
    .hinfo1 {
        flex-direction: column-reverse;
        align-items: center;
    }

        .hinfo1 .desc {
            text-align: center;
            width: 80%;
        }

            .hinfo1 .desc p {
                text-align: justify;
                text-align-last: center;
            }

    .hbubs {
        margin: 0 0 10% 0;
    }

    .hrgeoa {
        right: 0;
    }

    .hbubs img {
        width: 35vw;
    }

    .hinfowrap {
        margin: 10vh auto 10vh auto;
    }

    .hinfo2 p {
        text-align: justify;
        text-align-last: center;
        margin: 1rem auto;
        width: 80%;
    }
    /* SMS */
    section.mainconts .mcs4 {
        margin: 8vh auto;
    }

    section.mainconts .mcs1 {
        margin: 10vh auto;
    }

    section.mainconts .mcs2 {
        margin: 10vh auto;
    }

    .mcs1 .dsc {
        width: 45%;
    }

    .scoin img {
        width: 45vw;
    }
    /* SERVICES */
    .sloganser {
        max-width: 85%;
    }

        .sloganser h1 {
            font-size: 1.5rem;
            line-height: 1.8rem;
        }

    .sloganserbot h3 {
        font-size: .9rem;
    }

    .sloganserbot p {
        font-size: .7rem;
        width: 100%;
        margin: .3rem 0;
    }

    section.heroserbot .cta {
        margin-top: 1rem;
    }

    .servmc2-img img {
        width: 55vw;
    }
}

@media only screen and (max-width: 580px) {
    .wrapper section div.gear {
        right: -21%;
        top: 22%;
    }

        .wrapper section div.gear img {
            width: 28vw;
        }

    .main-text {
        left: 10%;
        padding: .4rem;
    }

    .arrow-left img {
        width: 1vw;
    }

    .arrow-right img {
        width: 1vw;
    }

    .desc-text {
        margin-left: 7vw;
    }

    .wrapper section pre {
        font-size: .605em;
    }
    /* SMS */
    .mcs3 .dsc {
        margin-right: 0%;
        margin-left: -16%;
        width: 79%;
    }

    .smsglass img {
        width: 16vw;
        margin-left: 24%;
    }
    /* SERVICES */
    .servmc2-img img {
        width: 77vw;
    }

    .stage h4 {
        font-size: .55rem;
    }
}

@media only screen and (max-width: 460px) {
    .main-text h2 {
        font-size: 4.7vw;
    }

    .arrow-left img {
        width: 1vw;
    }

    .arrow-right img {
        width: 1vw;
    }

    section.about li {
        font-size: .67rem;
    }

    .desc-text h4 {
        font-size: .8rem;
    }

    .block-content-wrapper {
        width: 90vw;
        border-radius: 32px;
        min-height: 65vw;
        margin: 0 auto;
    }

    .box-action-wrapper {
        flex-direction: column;
        padding-top: 5%;
        padding-bottom: 5%;
        margin-bottom: 5%;
    }

    .box-content {
        width: 132%;
        padding: 0;
    }

    .pic {
        width: 3.3rem;
    }

    .box-action-wrapper p {
        padding-top: 4%;
        padding-bottom: 4%;
    }
    /* TRAIL */
    .tvid {
        width: 80vw;
    }

    .appimg img {
        width: 40vw;
    }
    /* MY TRACKS */
    .road img {
        width: 75vw;
    }

    .sloganm {
        max-width: 56%;
    }

    .minfowave {
        top: 8%;
        transform: rotate(90deg) translate(0px, 18vw) scale(1.3);
    }
    /* WORKMATE */
    .wmc1 {
        flex-direction: column;
    }

    .wmc2 {
        flex-direction: column-reverse;
    }

    .wmc3 {
        flex-direction: column;
    }

    .wmc4 {
        flex-direction: column-reverse;
    }

    .wmc-f .desc {
        width: 60vw;
        margin: 0;
    }

    .wmc-f img {
        margin-bottom: 2vw;
    }

    .wmc-f .desc h2 {
        text-align: center;
    }

    .wmc-f .desc p {
        text-align: justify;
        text-align-last: center;
    }

    .winfocontent {
        text-align: left;
        flex-direction: column;
    }

        .winfocontent .wica {
            width: 80vw;
            display: flex;
            justify-content: space-around;
            align-items: center;
            margin: 2vw 0;
        }

        .winfocontent .wicb {
            width: 80vw;
            display: flex;
            justify-content: space-around;
            align-items: center;
            margin: 2vw 0;
        }

        .winfocontent .wicc {
            width: 80vw;
            display: flex;
            justify-content: space-around;
            align-items: center;
            margin: 2vw 0;
        }

    section.winfo p {
        margin-top: 0;
        margin-left: 5vw;
    }

    .wicimg img {
        width: 16vw;
    }
    /* HR SNAP */
    .sloganh {
        max-width: 75%;
    }
    /* SMS */
    .scoin img {
        width: 50vw;
    }

    .mcs1 {
        flex-direction: column;
    }

    .smsup img {
        width: 27vw;
        margin-bottom: 5vw;
    }

    .smsgeo img {
        width: 100vw;
        transform: scaleY(1.5);
    }

    .smsglass img {
        margin-left: 49%;
    }

    .mcs3-sub {
        text-align: justify;
    }

    .mcs3 .dsc {
        width: 100%;
    }

        .mcs3 .dsc p {
            font-size: .6rem;
        }

    .mcs1 .dsc {
        margin: 0;
    }

        .mcs1 .dsc h3 {
            text-align: center;
        }

        .mcs1 .dsc p {
            text-align: justify;
            text-align-last: center;
        }

    section.mainconts .mcs4 {
        justify-content: left;
        margin: 10vh auto;
    }

    .smslock {
        margin-left: 8%;
    }

    .mcs4 .dsc {
        width: 55%;
    }

        .mcs4 .dsc p {
            text-align: justify;
        }
    /* SERVICES */
    .sloganser {
        max-width: 100%;
    }

        .sloganser h3 {
            font-size: .7rem;
        }

        .sloganser h1 {
            font-size: 1rem;
            line-height: 1.2rem;
        }

    .wrapper section.heroser .inner {
        top: 40%;
        transform: translatey(-40%);
    }

    .panel h4 {
        font-size: .7rem;
    }

    .mc1-panel .box {
        width: 32vw;
        height: 26vw;
    }

    .servmc2-img img {
        width: 77vw;
    }

    .sloganserbot h3 {
        font-size: .6rem;
    }

    .sloganserbot p {
        font-size: .5rem;
        width: 100%;
        margin: .3rem 0;
    }

    section.heroserbot .cta {
        margin-top: .5rem;
    }

        section.heroserbot .cta a {
            font-size: .4rem;
            border: 1.2px solid #ffffff;
            padding: .4rem;
        }

    section.servsdmc2b p {
        font-size: .6rem;
    }

    .stage h4 {
        font-size: .4rem;
    }

    .proj-box {
        width: 50vw;
        margin-bottom: 5vw;
        padding: 3vw 7vw;
    }

    .sd2d-bot {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .sd2ctitle {
        margin: 0 2vw;
        width: auto;
    }

    .sd2c-top h3 {
        margin: 0 2vw;
    }

    .sd2d-top {
        justify-content: space-around;
    }

    .sd2ddesc {
        width: 30vw;
    }

    .sd2dtitle {
        margin: 0;
        width: auto;
        padding: 5vw 3vw;
        justify-content: space-around;
    }

    .sd2d-top h3 {
        margin: 0;
    }

    section.servsdmc2c .sd2c-wrap {
        margin: 10%;
    }
    /* OUTSOURCING */
    .outcont {
        padding: 4vw;
    }
  
    /* LOGIN */
    section.login {
        margin: 25vw;
    }

    .pass-bttn a {
        font-size: .5rem;
        margin-top: 1vw;
    }

    .login-links {
        flex-direction: column-reverse;
    }

    .login-bttn button {
        margin-bottom: 1vw;
        border: 1px solid #fffd;
        padding: 1.5vw 3.5vw;
    }
}

/* User Header*/
.user-img-circle {
    border-radius: 50%;
}
.user-img-dsgn {
    height: 30px;
    width: 30px;
    border: 2px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.user-header {
    height: 175px;
    padding: 10px;
}

    .user-header > div {
        text-align: center;
    }

        .user-header > div > img {
            height: 90px;
            width: 90px;
            border: 3px solid;
            border-color: transparent;
            border-color: rgba(255, 255, 255, 0.2);
        }

    .user-header > div > p {
        color: #fff;
        color: rgba(255, 255, 255, 0.8);
        font-size: 17px;
        margin-top: 10px;
    }

        .user-header > div > p > small {
            display: block;
            font-size: 12px;
        }

.user-footer {
    background-color: #f9f9f9;
    padding: 10px;
}

    .user-footer:before,
    .user-footer:after {
        content: " ";
        display: table;
    }

    .user-footer:after {
        clear: both;
    }

    .user-footer .btn-default {
        color: #666666;
    }

    @media (max-width: 991px) {
        .user-footer .btn-default:hover {
            background-color: #f9f9f9;
        }
    }

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 500px;
}*/


.map_container {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}

    .map_container #googleMaps {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0;
    }

#legend {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 10px;
    margin: 10px;
    border: 3px solid #000;
}

    #legend h3 {
        margin-top: 0;
    }

    #legend img {
        vertical-align: middle;
    }

