@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 {
    height: 100%;
    font-size: 29px;
    scroll-behavior: smooth;
}

h1, h2, h3 {
    font-family: 'poppins';
}

p {
    font-family: 'dm sans';
}

.content h1 {
    font-family: 'poppins';
    font-weight: 600;
}

body {
    font-family: 'raleway', sans-serif;
    font-weight: 300;
    height: 100%;
    overflow-x: hidden;
}

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;
}

.jconfirm-content {
    font-size: large;
}
.ui-dialog-titlebar-close {
    visibility: hidden;
}

.chat-button {
    width: 105px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 16px;
    cursor: pointer;
    z-index: 1000;
}

.fs-7 {
    font-size: .7rem !important;
}

.fs-8 {
    font-size: .5rem !important;
}
.fs-9 {
    font-size: .3rem !important;
}

.btn-primary {
    color: #fff;
    background-color: #1B8CC2;
    border-color: #1861ac;
}

    .btn-primary:hover {
        background-color: #33B3B5;
    }

.btn-secondary {
    color: #1b6ec2;
    background-color: #fff;
    border-color: #33B3B5;
}

    .btn-secondary:hover {
        background-color: #33B3B5;
    }

    .btn-secondary:focus {
        background-color: #33B3B5;
        box-shadow: 0 0 0 0.25rem rgba(51, 179, 181, 0.5);
    }


.burger {
    color: #008E99;
    display: none;
}

.transp {
    opacity: 1;
    /*background: none;*/
    background-color: white; /*delete*/
    transition: 300ms ease-in-out;
}

.menu_shadow {
    opacity: 1;
    /*background: none;*/
    background-color: white; /*delete*/
    transition: 300ms ease-in-out;
    box-shadow: 0px 2px 5px #008E99;
}

/*.none {
    opacity: 1;*/ /*0*/
/*pointer-events: none;
    transition: 300ms ease-in-out;
}

.clr {
    opacity: 1;
    background-color: white;*/ /* #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';
    }


.logo_handler {
    position: absolute;
    z-index: 999999;
}

.logo {
    width: 100%;
    height: auto;
}
.ico_menu {
    padding: 0px;
    background-color: transparent;
    border-radius: 50%;
    max-width: 5vw;
    cursor:pointer;
}
    .ico_menu:hover {
        box-shadow: 0 0 100px #33B3B5;
    }
    .clicked {
        background: #05909A;
    }

.img-responsive-ph {
    width: 100%;
    height: auto;
}

.menu_logo {
    height: 40px;
    display: none;
}


.logo_show {
    display: inline-block;
}

.logo_hide {
    display: none;
}

.display-none-ph {
    display: none;
}


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: #008E99;
        }

.main-menu {
    position: relative;
    transition: 100ms ease-in-out;
}

    .main-menu a, a:visited, a:link {
        color: white;
    }

    .main-menu:hover {
        background: #FFFFFD;
    }

        .main-menu:hover .main-menu-sub {
            width: 100%;
            display: flex;
            pointer-events: all;
            opacity: 1;
            transform: translateY(0px);
        }

.main-menu-sub li:hover {
    background: #FFFFFD;
    color: #008E99;
}

.main-menu-sub {
    width: 100%;
    transition: 150ms ease-in-out;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    flex-direction: column;
    background: #FFFFFD;
    margin: .2rem 0;
    transform: translateY(-15px);
}

    .main-menu-sub li {
        width: 100%;
        background: #FFFFFD;
        text-align: left;
        height: 100%;
    }
        .main-menu-sub li:first-child {
            border-top: 2px solid #363636;
        }

        .main-menu-sub li:last-child {
            border-bottom: 2px solid #363636;
        }

.main-menu:hover > .main-menu-a {
    background: #FFFFFD;
}

.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;
        color: #242424;
        font-weight: bold;
    }

.nav-link {
    padding: 0.5rem 1rem;
}

.wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: auto;
    grid-template-columns: auto;
    position: relative;
    /*width: 100vw;*/
    padding-top: 100px;
}

    .wrapper section.hero {
        position: relative;
        background-image: url('/imgs/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.top_home_section {
    display:inline-block;
    height: auto;
    margin-bottom: 10vw;
    position: relative;
}

.wrapper section.software {
    margin-bottom: 3vw;
    padding-top: 5vw;
    position: relative;
    height: calc(100vw * 1.55);
}

.slogan {
    max-width: 45vw;
    margin-left: 5%;
}

.soft-content {
    max-width: 45vw;
    margin-left: 10%;
    padding-left: 10px
}

    .soft-content h4 {
        font-family: 'poppins';
        font-weight: 600;
        color: #142662;
    }
    
    .soft-content span {
        display:flex;
        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: 38vw;
    border-radius: 32px;
    height: 45vw;
}

.top_home .block-content {
    /*background: url('/imgs/resources/Rectangle-Trail.png');
    background-position: center;
    background-size: cover;
    transition: 200ms;
    border-radius: 32px;*/
    position:relative;
    display: inline-block;
    height: auto;
    padding: 10px;
    max-width: 39vw;
}
    .top_home .block-content .block-elem {
        position: static;
        display: flex;
        padding: 1px 10px 1px 10px;
        width: 100%;
    }
        .top_home .block-content .block-elem span{
            font-size: .8rem;
            font-weight: 600;
            color: #1E1E1E;
        }

    .top_home .block-content .sub-elem {
        position: static;
        display: inline-block;
        padding: 10px;
        width: 100%;
    }
        .top_home .block-content .sub-elem span {
            font-size: .7rem;
            color: #1E1E1E;
            font-weight: 600;
        }

        .top_home .block-content .sub-elem h3 {
            font-weight: 600;
            color: #41AFD1;
        }

.trail .block-content-wrapper {
    /*background: url('/imgs/resources/Rectangle-Trail.png');
    background: url('/imgs/resources/Rectangle\ 63.svg');
    background-position: center;
    background-size: cover;*/
    border: 2px solid #008E99;
}

.mytracks .block-content-wrapper {
    /*background: url('/imgs/resources/Rectangle-Mytracks2.png');
    background: url('/imgs/resources/Rectangle\ 64.svg');
    background-position: center;
    background-size: cover;*/
    border: 2px solid #5A60BC;
}

.workmate .block-content-wrapper {
    /*background: url('/imgs/resources/Rectangle-Workmate.png');
    background: url('/imgs/resources/Rectangle\ 72.svg');
    background-position: center;
    background-size: cover;*/
    border: 2px solid #E6994C;
    min-height: 50vw;
}

.hrsnap .block-content-wrapper {
    /*background: url('/imgs/resources/Rectangle-Hrsnap.png');
    background: url('/imgs/resources/Rectangle\ 69.svg');
    background-position: center;
    background-size: cover;*/
    border: 2px solid #F04F6A;
    min-height: 85vw;
}

.sms .block-content-wrapper {
    /*background: url('/imgs/resources/Rectangle-Sms.png');
    background: url('/imgs/resources/Rectangle\ 70.svg');
    background-position: center;
    background-size: cover;*/
    border: 2px solid #0F53A0;
}

.ncassoftdev .block-content-wrapper {
    background: url('/imgs/resources/Rectangle 73.svg');
    background-position: center;
    background-size: cover;
    height: auto;
}


.block-content-wrapper:hover {
    box-shadow: 0 0 20px #79797985;
}

.block-elem {
    position: absolute;
    top: 5%;
    left: 5%;
    right: 5%
}

    .block-elem h4 {
        color: #41AFD1;
        font-family: 'poppins';
        font-weight: 600;
        padding-bottom: 2%;
    }

    .block-elem span {
        color: #1E1E1E;
        font-family: 'dm sans';
        font-size: .6rem;
        max-width: 79%;
        padding-bottom: 9%;
    }

    .block-elem a {
        color: #424242;
        text-decoration: none;
        font-size: .6rem;
        font-weight: 500;
        letter-spacing: .07rem;
        border: 2px solid #1E1E1E;
        padding-top: .7em;
        padding-bottom: .7em;
        padding-left: 1.4em;
        padding-right: 1.4em;
        border-radius: 38px;
        transition: 200ms;
    }

    .block-elem img {
        width: 50%;
        height: auto;
    }

        .block-elem a:hover {
            background-color: #41AFD1;
            color: white;
        }

.top_home {
    position: absolute;
    display: inline-block;
    top: 1vw;
    right: 10%;
}


.trail {
    position: absolute;
    top: 5vw;
    right: 10%;
}

.mytracks {
    position: absolute;
    top: 20vw;
    left: 10%;
}

/* ConnectHoomans Pets & Vets */
.workmate {
    position: absolute;
    top: 55vw;
    right: 10%;
}

.hrsnap {
    position: absolute;
    top: 70vw;
    left: 10%;
}

    .hrsnap .block-elem {
        top: 3%;
    }

.sms {
    position: absolute;
    top: 110vw;
    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;
}


    .desc-text h4 {
        color: #142662;
        padding-bottom: 3%;
    }

section.about li {
    list-style-image: url('/imgs/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 {
    align-items: center;
    background-color: #41AFD1;
    display: flex;
    height: 15vh;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-size: cover;
    bottom:0%;
    /*background-image: url('/imgs/resources/Background 4.png');
         background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    */
}

.contact-content {
    align-content:center;
    flex-wrap: wrap;
    padding: 10%;
    width:100%;
}

    .contact-content h1 {
        color: #FFFFFD;
        font-family: 'Poppins';
        font-size: 1.909em;
        font-weight: 600;
        line-height: 2rem;
        width: 100%;
    }

.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('/imgs/resources/trailbg.png');
    background-size: cover;
    font-size: .78rem;
    min-height: 100vh;
}

.wrapper section.herot {
    position: relative;
    background-image: url('/imgs/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;
    }

.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('/imgs/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('/imgs/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;
        }


/* HR SNAP */

.wrapper section.heroh {
    position: relative;
    background-image: url('/imgs/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('/imgs/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('/imgs/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('/imgs/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;
    }

    .panel .outit.tab-select h4 {
        color: #418787;
    }

    .panel .outit.tab-select .bar {
        background-color: #00B696;
    }

    .panel .outcc.tab-select h4 {
        color: #418787;
    }

    .panel .outcc.tab-select .bar {
        background-color: #00B696;
    }

.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;
}

.outit:hover > h4 {
    color: #00B696;
}

.outit:hover .bar {
    background-color: #00B696;
}

.outcc:hover > h4 {
    color: #00B696;
}

.outcc:hover .bar {
    background-color: #00B696;
}

.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;
    }

section.servsdmc2c {
    background-color: #FFFFFD;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    section.servsdmc2c p {
        font-size: .78rem;
    }

section.servsdmc2.mc2b-c h3 {
    color: #418787;
    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;
    }

.mc2b-c {
    text-align: center;
    width: 60vw;
    margin-bottom: 10vw;
}

    .mc2b-c p {
        color: #424242;
        padding: 0 20px 0 20px;
    }

.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;
}

    .servoutmc2-wrap .desc {
        margin-bottom: 3vw;
    }


        .servoutmc2-wrap .desc p {
            color: #424242;
            font-size: .85rem;
        }

.outcont {
    margin: 0 0 5vw 0;
    background-color: #F9F9F9;
    padding: 3vw;
    font-family: 'DM Sans';
}

    .outcont h5 {
        color: #00b696;
        margin: 1vw 0;
    }

    .outcont p {
        font-size: .78rem;
        margin-left: 3vw;
        color: #424242;
    }

        .outcont p span {
            color: #00b696
        }

.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;
    }

/* PH custom */

.grid-ph {
    width: 100%;
    border: 1px solid grey;
    color: #383838;
    font-size: 0.6rem;
}
.grid-ph a{
   text-decoration:none !important;
}
    .grid-ph td, th {
        color: #383838;
        padding: 5px;
        border: 1px solid grey;
        text-align: center;
        vertical-align:top;
    }
    .grid-ph  th {
        color: #1b6ec2;
    }
    .grid-ph td a {
        color: #383838;
    }


.ct-bg {
    background: url('/imgs/resources/Background6.png');
    background-size: cover;
    font-size: .78rem;
    min-height: 100vh;
}
.row-ph {
    display: flex;
    flex-wrap: wrap;
}
.card-menu-ph {
    background: transparent;
    margin-right: 5px;
}
.card-ph {
    border: 2px solid #008E99;
    border-radius: 0.5rem;
    box-shadow: 6px 6px 10px 0rem gray;
}
.card-container-ph {
    border: 0px;
    border-radius: 0px;
}

.profile-pic {
    border-radius: 0.5rem;
}


.hr-ph {
    margin-top: 0.4em !important;
    margin-bottom: 0.8em !important;
}

.margin-right1-ph {
    margin-right: 1vh;
}

.margin-right2-ph {
    margin-right: 2vh;
}

.margin-left1-ph {
    margin-left: 1vh;
}

.margin-top1-ph{
    margin-top: 1vh;
}
.margin-top2-ph{
    margin-top: 2vh;
}
.margin-top3-ph{
    margin-top: 3vh;
}
.padding-top1-ph{
    padding-top: 1vh;
}

.control-pointer-ph{
    cursor:pointer;
}

.fw6-ph{
    font-weight: 600;
}

.flex-container-ph {
    display: flex;
    flex-direction: row;
    width: 100%;
}


.form-control-ph {
    padding: 0.1rem 0.3rem;
    font-size: .7rem;
}

.form-wrap-ph {
    margin: 0em 2.1em;
    display: flex;
}

    .form-wrap-ph h5 {
        font-weight: 600;
        color: #00bac8;
    }

.petMenuContainer{
    padding: 0 5px 0 5px;
}

.card-outline {
    color: #1b6ec2;
    background-color: #fff;
    border-color: #33B3B5;
}
    .card-outline .card-title {
        font-weight: 600;
    }

.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';
}

.input_round {
    border-radius: 10px;
    margin-left: 10px;
    height: 35px;
    padding: .1em .3em;
    font-size: 20px;
    width: 150px;
}


.button_blue {
    background-color: #41AFD1;
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 0.5rem;
    padding: .4em .3em;
    width: 95%;
}

    .button_blue:hover {
        background-color: #33B3B5;
        color: white;
    }

.button_white {
    background-color: white;
    border: 1px solid #41AFD1;
    border-radius: 10px;
    color: #41AFD1;
    font-size: 0.5rem;
    padding: .4em .3em;
    width: 95%;
}
    .button_white:hover {
        background-color: #33B3B5;
        color: white;
    }


.search-bttn {
    border-radius: 10px;
    cursor: pointer;
    background-color: gray;
    border: 2px solid black;
    color: #fffd;
    font-family: 'raleway';
    font-size: 20px;
    height: 35px;
    text-align:center;
    letter-spacing: .1rem;
    text-transform: uppercase;
    margin-left: 5px;
    transition: 200ms ease-in-out;
    width: 35px;
}

    .search-bttn:hover {
        background-color: #FFFFFD;
        color: #418787;
    }

.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: 1650px) {

    .trail .block-content-wrapper {
        min-height: 55vw;
    }
    .mytracks .block-content-wrapper {
        min-height: 55vw;
    }
    .workmate {
        top: 65vw;
    }

        .workmate .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 60vw;
        }

    .hrsnap {
        top: 80vw;
    }

        .hrsnap .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 100vw;
        }

    .sms {
        top: 130vw;
    }

        .sms .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 50vw;
        }

    .wrapper section.software {
        height: calc(100vw * 1.8);
    }
}


@media only screen and (max-width: 1500px) {

    .trail .block-content-wrapper {
        min-height: 55vw;
    }
    .mytracks .block-content-wrapper {
        min-height: 60vw;
    }
    .workmate {
        top: 65vw;
    }
        .workmate .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 65vw;
        }

    .hrsnap {
        top: 85vw;
    }

        .hrsnap .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 105vw;
        }

    .sms {
        top: 135vw;
    }

        .sms .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 55vw;
        }

    .wrapper section.software {
        height: calc(100vw * 1.9);
    }
}


@media only screen and (max-width: 1435px) {

    .trail .block-content-wrapper {
        min-height: 60vw;
    }

    .mytracks .block-content-wrapper {
        min-height: 65vw;
    }

    .workmate {
        top: 70vw;
    }

        .workmate .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 65vw;
        }

    .hrsnap {
        top: 90vw;
    }

        .hrsnap .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 110vw;
        }

    .sms {
        top: 140vw;
    }

        .sms .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 60vw;
        }

    .wrapper section.software {
        height: calc(100vw * 2);
    }
}
@media only screen and (max-width: 1375px) {

    .trail .block-content-wrapper {
        min-height: 65vw;
    }

    .mytracks .block-content-wrapper {
        min-height: 70vw;
    }

    .workmate {
        top: 75vw;
    }

        .workmate .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 70vw;
        }

    .hrsnap {
        top: 95vw;
    }

        .hrsnap .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 120vw;
        }

    .sms {
        top: 150vw;
    }

        .sms .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 65vw;
        }

    .wrapper section.software {
        height: calc(100vw * 2.15);
    }
}

@media only screen and (max-width: 1340px) {
    html {
        font-size: 27px;
    }
    /*Universal Pet Id*/
    .trail .block-content-wrapper {
        min-height: 60vw;
    }

    /*PetBook*/
    .mytracks .block-content-wrapper {
        min-height: 65vw;
    }

    /*Connect Vets*/
    .workmate {
        top: 70vw;
    }
        .workmate .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 65vw;
        }

    /*Missing Pets*/
    .hrsnap {
        top: 90vw;
    }
        .hrsnap .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 110vw;
        }

    /*Hooman*/
    .sms {
        top: 140vw;
    }
        .sms .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 60vw;
        }

    .block-content-wrapper {
        border-radius: 30px;
    }
    .wrapper section.software {
        height: calc(100vw * 2);
    }
}


@media only screen and (max-width: 1280px) {
    html {
        font-size: 27px;
    }
    /*Universal Pet Id*/
    .trail .block-content-wrapper {
        min-height: 65vw;
    }

    /*PetBook*/
    .mytracks .block-content-wrapper {
        min-height: 70vw;
    }

    /*Connect Vets*/
    .workmate {
        top: 75vw;
    }
        .workmate .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 65vw;
        }

    /*Missing Pets*/
    .hrsnap {
        top: 95vw;
    }
        .hrsnap .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 115vw;
        }

    /*Hooman*/
    .sms {
        top: 145vw;
    }
        .sms .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 65vw;
        }

    .block-content-wrapper {
        border-radius: 30px;
    }
    .wrapper section.software {
        height: calc(100vw * 2.1);
    }
}
@media only screen and (max-width: 1240px) {
    html {
        font-size: 27px;
    }
    .wrapper section.top_home_section {
        margin-bottom:15vw;
    }
    /*Universal Pet Id*/
    .trail .block-content-wrapper {
        min-height: 70vw;
    }
    /*PetBook*/
    .mytracks {
        top: 25vw;
    }
    .mytracks .block-content-wrapper {
        min-height: 75vw;
    }

    /*Connect Vets*/
    .workmate {
        top: 80vw;
    }
        .workmate .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 70vw;
        }

    /*Missing Pets*/
    .hrsnap {
        top: 105vw;
    }
        .hrsnap .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 120vw;
        }

    /*Hooman*/
    .sms {
        top: 155vw;
    }
        .sms .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 70vw;
        }

    .block-content-wrapper {
        border-radius: 30px;
    }
    .wrapper section.software {
        height: calc(100vw * 2.25);
    }
}

@media only screen and (max-width: 1220px) {
    html {
        font-size: 24px;
    }
    /*Universal Pet Id*/
    .trail .block-content-wrapper {
        min-height: 60vw;
    }

    .mytracks .block-content-wrapper {
        min-height: 65vw;
    }

    /*Connect Vets*/
    .workmate {
        top: 70vw;
    }

        .workmate .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 65vw;
        }

    /*Missing Pets*/
    .hrsnap {
        top: 95vw;
    }

        .hrsnap .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 105vw;
        }

    /*Hooman*/
    .sms {
        top: 140vw;
    }

        .sms .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 60vw;
        }

    .wrapper section.software {
        height: calc(100vw * 2);
    }
}

@media only screen and (max-width: 1140px) {
  
    /*Universal Pet Id*/
    .trail .block-content-wrapper {
        min-height: 65vw;
    }

    .mytracks .block-content-wrapper {
        min-height: 70vw;
    }

    /*Connect Vets*/
    .workmate {
        top: 75vw;
    }

        .workmate .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 65vw;
        }

    /*Missing Pets*/
    .hrsnap {
        top: 100vw;
    }

        .hrsnap .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 115vw;
        }

    /*Hooman*/
    .sms {
        top: 145vw;
    }

        .sms .block-content-wrapper {
            /*background: url('/imgs/resources/Rectangle\ 69.svg');*/
            min-height: 70vw;
        }

    .wrapper section.software {
        height: calc(100vw * 2.1);
    }
}

@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;
    }

    .ico_menu {
        max-width: 6vw;
    }

    .trail .block-content-wrapper {
        min-height: 65vw;
    }

    .workmate {
        top: 75vw;
    }
        .workmate .block-content-wrapper {
            min-height: 65vw;
        }

    .hrsnap .block-content-wrapper {
        min-height: 110vw;
    }

    .sms {
        top: 145vw;
    }
        .sms .block-content-wrapper {
            min-height: 65vw;
        }

    .wrapper section.software {
        height: calc(100vw * 2.1);
    }
}

@media only screen and (max-width: 1030px) {
    html {
        font-size: 21px;
    }
}

@media only screen and (max-width: 985px) {
    html {
        font-size: 20px;
    }
}

@media only screen and (max-width: 930px) {
    html {
        font-size: 19px;
    }

    header nav ul li a {
        padding: 2em .8em .8em 2em;
    }
}

@media only screen and (max-width: 890px) {
    html {
        font-size: 18px;
    }
}

@media only screen and (max-width: 845px) {
    html {
        font-size: 17px;
    }
    
}

@media only screen and (max-width: 800px) {
    .hrsnap .block-content-wrapper {
        min-height: 115vw;
    }
    .sms .block-content-wrapper {
        min-height: 70vw;
    }

    .wrapper section.software {
        height: calc(100vw * 2.15);
    }
}

@media only screen and (max-width: 770px) {
    header {
        padding: .4em 2.1em;
        align-items: center;
    }

        header nav ul li a {
            padding: 0;
        }

    .nav-links {
        position: absolute;
        right: 0%;
        top: 5.5vh;
        width: 20vw;
        justify-content: space-around;
        flex-direction: column;
        align-items: start;
        background-color: white;
        padding: 0 2vw;
        transform: translateX(100%);
        transition: 200ms ease-in-out;
        white-space: nowrap;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }
    .nav-link {
        padding: 0.5rem 0;
    }
    .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;
        }


    .ico_menu {
        max-width: 8vw;
    }
}

.nav-active {
    transform: translateX(0%);
}

/*@media only screen and (max-width: 770px) {*/
@media only screen and (max-width: 770px) {
    html {
        font-size: 16px;
    }

    .wrapper section.top_home_section {
        height: auto;
        margin-bottom: 5vw;
    }
    .wrapper section.software {
        height: auto;
        margin-bottom: 5vw;
    }

    .slogan {
        max-width: 82vw;
        margin-left: 5%;
    }

    .soft-content {
        max-width: 82vw;
        margin-left: 10%;
    }

    .top_home_section {
        position: static;
    }

    .petdetails-ph{
        margin-top: 2vh;
    }

    .top_home {
        position: static;
        text-align: center;
        width: 100%;
    }
        .top_home .block-content {
            max-width: 100%;
        }

    .trail {
        position: static;
    }

    .mytracks {
        position: static;
    }

    .workmate {
        position: static;
    }

    .hrsnap {
        position: static;
    }

    .sms {
        position: static;
    }

    .ncassoftdev {
        position: static;
    }

    .block-content-wrapper {
        width: 80vw;
        border-radius: 32px;
        margin: 0 auto;
    }

    .trail .block-content-wrapper {
        /*background: url('/imgs/resources/Rectangle\ 63.svg');*/
        border: 2px solid #008E99;
        min-height: 70vw;
    }

    .mytracks .block-content-wrapper {
        border: 2px solid #5A60BC;
        min-height: 70vw;
    }

    .workmate .block-content-wrapper {
        border: 2px solid #E6994C;
        min-height: 75vw;
    }

    .hrsnap .block-content-wrapper {
        border: 2px solid #F04F6A;
    }

    .sms .block-content-wrapper {
        border: 2px solid #0F53A0;
        min-height: 65vw;
    }

    .block-form {
        margin: 5vw auto;
    }

    .block-elem {
        position: static;
        width: 90%;
        margin: 0 auto;
        padding: 5vw 0 10vw 0;
    }
}

@media only screen and (max-width: 660px) {
   
    .trail .block-content-wrapper {
        min-height: 80vw;
    }

    .mytracks .block-content-wrapper {
        min-height: 85vw;
    }

    .workmate .block-content-wrapper {
        min-height: 90vw;
    }

    .hrsnap .block-content-wrapper {
        min-height: 130vw;
    }

    .sms .block-content-wrapper {
        min-height: 75vw;
    }
}


@media only screen and (max-width: 580px) {
   
    .wrapper section pre {
        font-size: .605em;
    }

    .ico_menu {
        max-width: 10vw;
    }

    .trail .block-content-wrapper {
        min-height: 85vw;
    }

    .mytracks .block-content-wrapper {
        min-height: 90vw;
    }

    .workmate .block-content-wrapper {
        min-height: 95vw;
    }

    .hrsnap .block-content-wrapper {
        min-height: 135vw;
    }

    .sms .block-content-wrapper {
        min-height: 80vw;
    }
}

@media only screen and (max-width: 500px) {
   
    .trail .block-content-wrapper {
        min-height: 95vw;
    }

    .mytracks .block-content-wrapper {
        min-height: 100vw;
    }

    .workmate .block-content-wrapper {
        min-height: 105vw;
    }

    .hrsnap .block-content-wrapper {
        min-height: 150vw;
    }

    .sms .block-content-wrapper {
        min-height: 90vw;
    }

    .nav-links {
        width: 25vw;
    }

}

@media only screen and (max-width: 460px) {
   
    section.about li {
        font-size: .67rem;
    }
    .chat-button {
        width: 85px;
    }

    .trail .block-content-wrapper {
        /*background: url('/imgs/resources/Rectangle\ 72.svg');*/
        min-height: 105vw;
    }

    .mytracks .block-content-wrapper {
        min-height: 110vw;
    }

    .workmate .block-content-wrapper {
        min-height: 115vw;
    }

    .hrsnap .block-content-wrapper {
        min-height: 170vw;
    }

    .sms .block-content-wrapper {
        min-height: 100vw;
    }

    .block-content-wrapper {
        width: 90vw;
        border-radius: 32px;
        margin: 0 auto;
    }

    .box-action-wrapper {
        flex-direction: column;
        padding-top: 5%;
        padding-bottom: 5%;
        margin-bottom: 5%;
    }

    .box-content {
        width: 132%;
        padding: 0;
    }

    .box-action-wrapper p {
        padding-top: 4%;
        padding-bottom: 4%;
    }
    

    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;
    }
}


@media only screen and (max-width: 435px) {

    .trail .block-content-wrapper {
        min-height: 105vw;
    }

    .mytracks .block-content-wrapper {
        min-height: 110vw;
    }

    .workmate .block-content-wrapper {
        min-height: 115vw;
    }

    .hrsnap .block-content-wrapper {
        min-height: 165vw;
    }

    .sms .block-content-wrapper {
        min-height: 100vw;
    }
}
@media only screen and (max-width: 420px) {

    .trail .block-content-wrapper {
        min-height: 115vw;
    }

    .mytracks .block-content-wrapper {
        min-height: 120vw;
    }

    .workmate .block-content-wrapper {
        min-height: 130vw;
    }

    .hrsnap .block-content-wrapper {
        min-height: 185vw;
    }

    .sms .block-content-wrapper {
        min-height: 110vw;
    }
}

@media only screen and (max-width: 390px) {
    .trail .block-content-wrapper {
        min-height: 120vw;
    }

    .hrsnap .block-content-wrapper {
        min-height: 200vw;
    }


    .nav-links {
        width: 30vw;
    }

}
/* 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;
    }
