﻿@font-face {
    font-family: Roboto;
    src: url(../../2020/fonts/Roboto-Regular.ttf);
}

html {
    scroll-behavior: smooth;
}

.animation {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}
       
@-webkit-keyframes fadeUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d( 0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeUp {
    -webkit-animation-name: fadeUp;
    animation-name: fadeUp;
}

.singlepage-body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: rgba(18, 53, 109, 0.95);
    width: 100%;
    height: 100%;
    padding-top: 0px;
}

.backdrop {
    z-index: 1200;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

    .backdrop .video-container {
        top: 20vh;
        position: relative;
        width: 100%
    }

        .backdrop .video-container .frame-container {
            position: relative;
            max-height: 500px;
            min-height: 500px;
            background-image: url( ../images/home/mockup.png);
            background-position: center;
            background-repeat: no-repeat;
        }

            .backdrop .video-container .frame-container .frame {
                position: relative;
                margin-top: 35px;
                margin-left: -35px;
                display: none;
                width: 633px;
                height: 400px;
                display: none;
            }

.product-block-title h2{
    font-size: 40px;
}

.section-title .span-head-1 {
    color: #19406f;
}

.section-title .span-head-2 {
    color: #f59621;
}

.hide-div {
    display: none;
}

.padding-h20 {
    padding-left: 20px;
    padding-right: 20px;
}


.padding-20 {
    padding: 20px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.height-25 {
    height: 25px;
    max-height: 25px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-0 {
    padding: 0px;
}

.padding-top-10vh {
    padding-top: 10vh;
}

.margin-top-neg-50 {
    margin-top: -50px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-neg-5 {
    margin-top: -5px;
}

.margin-top-30 {
    margin-top: 30px;
}

.min-height-30 {
    min-height: 30px;
}

.max-width-125 {
    max-width: 125px;
}

.max-width-135{
    max-width: 135px;
}

.max-width-150 {
    max-width: 150px;
}

.max-width-170 {
    max-width: 170px;
}

.max-width-210 {
    max-width: 210px;
}

.max-width-350 {
    max-width: 350px;
}

.max-width-400 {
    max-width: 400PX;
}

.max-width-450 {
    max-width: 450px;
}

.max-width-500 {
    max-width: 500px;
}

.width-100 {
    width: 100%;
}

.opacity-80{
opacity: 80%;
padding-bottom: 8px;
}

.display-block {
    display: block;
}

.display-inline {
    display: inline;
}

.custom-nav-menu {
    padding: 15px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 9999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    margin-top: 5px;
    margin-bottom: 5px;
}

.menu-top-border {
    border-top: 1px dashed #aaa;
    padding-top: 20px;
}

.fixed-top-banner {
    background-color: #f5ca84;
    min-height: 25px;
    position: fixed;
    top: -5px;
    right: 0;
    left: 0;
    z-index: 1030;
}

scroll-flash {
    overflow: auto;
    white-space: nowrap;
}

.fixed-top {
    position: fixed;
    top: -5px;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-top-temp {
    position: fixed;
    top: 30px;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background-color: rgba(30, 63, 116, 0.97);
    flex-direction: row;
}

.navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #fff;
}

.custom-nav-menu .navbar-nav li a {
    color: #fff;
    font-size: 15px;
    background-color: transparent !important;
    padding: 15px 0;
    margin: 0 7px;
    font-weight: 500;
    transition: all 0.4s;
}

    .custom-nav-menu .navbar-nav li.active a, .custom-nav-menu .navbar-nav li a:active { /*.custom-nav-menu .navbar-nav li a:hover, */
        color: #ff8500 !important;
    }

.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar > .container, .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

a, a:hover, a:focus, button {
    text-decoration: none !important;
    outline: none !important;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.custom-nav-menu .navbar-brand.logo img {
    height: 45px;
}

.logo .logo-light {
    display: inline-block;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.logo-lg {
    display: inline-block;
}

img {
    vertical-align: middle;
    border-style: none;
}

.navbar-collapse {
    background-color: rgba(30, 63, 116, 0.97);
    display: none;
}

.navbar-expand-lg .navbar-collapse {
    background-color: transparent;
    display: flex !important;
    flex-basis: auto;
}


.collapse:not(.show) {
    display: none;
}

.navbar-nav {
    flex-direction: row;
    line-height: 1.5;
    display: flex;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    margin-bottom: 0;
}

#navbarCollapse .navbar-nav li a {
    padding-bottom: 0px;
}

    #navbarCollapse .navbar-nav li a::after {
        content: '';
        width: 0;
        height: 2px;
        background: #ff8500;
        display: block;
        margin: auto;
        transition: 0.5s;
    }

    #navbarCollapse .navbar-nav li a:hover {
        color: #fff;
    }

        #navbarCollapse .navbar-nav li a:hover::after {
            width: 100%;
        }

.main-menu-dropdown {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 20px;
    position: fixed;
    margin-left: -149px;
    margin-top: 27px;
    background-color: rgba(30, 63, 116, 0.97);
    display: none;
    list-style: none;
    flex-direction: column;
    position: absolute;
    z-index: 200;
    white-space: nowrap;
    min-width: 200px;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.font-medium {
    font-size: 14px;
    font-weight: 400;
}

.btn-custom {
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    border: 1px solid #ff8500;
    background-color: #ff8500;
    background-image: linear-gradient(to right, #f56527, #f0924a);
    border-radius: 25px;
    transition: all 0.5s;
    display: inline-block;

}

.rotate-x {
    animation: spinHorizontal 10s linear infinite;
}

@keyframes spinHorizontal {
    0% {
        transform: rotateY(0deg);
    }

    5% {
        transform: rotateY(360deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.pulse-button {
    animation: pulse 1.5s infinite;
}

    .pulse-button:hover {
        -webkit-animation: none;
    }

@keyframes pulse {
    0% {
        transform: scale(.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

.btn-custom:hover {
}

.btn_small {
    padding: 7px 14px;
}

.btn {
    padding: 10px 32px;
    font-size: 14px;
    transition: all 0.5s;
    letter-spacing: 0.6px;
    color: #fff;
    box-shadow: none !important;
    text-transform: uppercase;
    outline: none !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    user-select: none;
    white-space: nowrap;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

a, a:hover, a:focus, button {
    text-decoration: none !important;
    outline: none !important;
    color: #fff;
}

button, input {
    overflow: visible;
}

.owl-nav {
    display: none;
}

.custom-error-section {
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.1) !important;
    display: block;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .custom-error-section > div > div > img {
        height: 80px;
        width: 80px;
    }

.home-main-section {
    height: 100vh;
    display: block;
    background: url(../images/home/bg-default.png) no-repeat left top;
    background-size: cover;
    background-color: #fff;
    background-position: center center;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.home-main-slider {
    width: 100%;
    height: 100vh
}

    .home-main-slider .home-slider-position {
        position: relative;
        top: 10%
    }

        .home-main-slider .home-slider-position .home-slider-header {
            padding-top: 1rem !important;
            font-family: 'Poppins', sans-serif;
            color: #fff !important;
            font-weight: 500;
            font-size: 50px;
            line-height: 1.2;
            max-width: 600px;
        }

        .home-main-slider .home-slider-position .home-slider-message {
            font-family: 'Roboto', sans-serif;
            font-size: 22px;
            color: #dadada;
            max-width: 600px;
            line-height: 1.8;
        }

        .home-main-slider .home-slider-position .home-slider-message-ace {
            font-family: 'Roboto', sans-serif;
            font-size: 25px;
            color: #dadada;
            max-width: 600px;
            line-height: 1.2;
        }

        .home-main-slider .home-slider-position .home-slider-quote {
            font-family: 'Roboto', sans-serif;
            font-size: 22px;
            font-style: italic;
            color: #f5ca84;
            max-width: 600px;
            line-height: 1.8;
        }

.subsection-header {
    padding-top: 1rem !important;
    font-family: 'Poppins', sans-serif;
    color: #1a1a23 !important;
    font-weight: 500;
    font-size: 48px;
    line-height: 52px;
}

.home-products-section {
    min-height: 100vh;
    display: block;
    background-color: #fefefe;
    padding-top: 60px;
    padding-bottom: 60px;
}

.home-initiatives-section {
    min-height: 100vh;
    display: block;
    background-color: #f8f9fa !important;
    padding-top: 60px;
    padding-bottom: 60px;
}

.home-about-section {
    min-height: 550px;
    display: block;
    background-color: #fefefe !important;
    padding-top: 60px;
    padding-bottom: 40px;
    background-image: url(../images/home/curve.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.home-about-content {
    text-align: justify;
    padding-top: 30px;
}

.home-about-subheader {
    margin-top: 0px;
}

.home-tm-subsection {
    color: #fff;
    min-height: 300px;
    background-color: #1e3f74;
    background-image: linear-gradient(to bottom, #232c54, #1e3f74);
    border-top: 10px solid #232c54;
}

/*=================================================*/
.topics-container {
    z-index: 2;
    position: absolute;
    margin: 100px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: none;
}

.topics-tab {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 5px;
    border: 1px solid #1e3f74;
}

    .topics-tab > ul {
        margin-top: -30px;
    }

.table-of-content {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    padding: 20px;
    border: 1px solid #1e3f74;
    border-top: none;
}

    .table-of-content .header {
        padding-bottom: 10px;
    }

        .table-of-content .header > h5 {
            font-weight: 700;
        }

    .table-of-content .topics ul li {
        position: relative;
        padding: 10px 0;
        font-size: 14px;
        padding-left: 5px;
    }

        .table-of-content .topics ul li:first-child {
            border-top: 1px dashed #1e3f74;
        }

        .table-of-content .topics ul li:nth-child(2n+1) {
            background-color: #f8f9fa;
        }

/* ================================================ */
.faq-section {
    min-height: 100vh;
    display: block;
    background-color: #fff !important;
    padding-top: 75px;
    padding-bottom: 60px;
}

.faq-content {
    display: block;
}

    .faq-content ul li {
        list-style-type: none;
    }

    .faq-content .faq-question {
        display: flex;
        align-items: center;
        padding-left: 5px;
        min-height: 80px;
        border-left: 3px solid #1e3f74;
        border-bottom: 1px dashed #ccc;
        background-color: #f8f9fa;
        cursor: pointer;
    }

        .faq-content .faq-question div:first-child {
            font-size: 34px;
            color: #1e3f74;
            padding-right: 20px;
        }

            .faq-content .faq-question div:first-child:before {
                content: 'Q.';
            }

        .faq-content .faq-question div:nth-child(2) {
            font-size: 18px;
            font-weight: 500;
        }

    .faq-content .faq-answer {
        border-left: 3px solid #ff8500;
        padding-left: 5px;
        padding-top: 10px;
        background-color: #fff;
        color: #777;
        padding-bottom: 30px;
    }

    .faq-content .faq-answer-show {
    }

    .faq-content .faq-answer-hide {
        display: none;
    }

    .faq-content .faq-answer div:first-child {
        font-size: 34px;
        color: #ff8500;
        padding-right: 20px;
    }

        .faq-content .faq-answer div:first-child:before {
            content: 'A.';
        }

/* ================================================ */
.pricing-plan-section {
    min-height: 100vh;
    display: block;
    background-color: #f8f9fa !important;
    padding-top: 75px;
    padding-bottom: 60px;
}

.no-wrap {
    white-space: nowrap;
}

.pricing .pricing-table {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

    .pricing .pricing-table .pricing-plan {
        font-size: 18px;
    }

    .pricing .pricing-table .price-value .price-label {
        display: inline-block;
        width: 110px;
        line-height: 0px;
        color: #535353;
    }

.price-value {
    min-height: 140px;
}

.pricing .pricing-table .price-value .price-label h4 {
    font-size: 30px;
}

.pricing .pricing-table .pricing-features ul li {
    position: relative;
    padding: 10px 0;
    font-size: 14px;
}

    .pricing .pricing-table .pricing-features ul li a {
        color: #fff;
    }

    .pricing .pricing-table .pricing-features ul li:first-child {
        border-top: 1px dashed #dee2e6;
    }

    .pricing .pricing-table .pricing-features ul li:nth-child(2n+1) {
        background-color: #f8f9fa;
    }

.pricing .pricing-table:hover {
    margin-top: -5px;
}

.pricing .pricing-table .bg-grasp-plusone {
    background: linear-gradient(to right, #f57912, #f57912) !important;
    color: #fff;
}

.pricing .pricing-table .bg-grasp-plustwo {
    background: linear-gradient(to right, #e09007, #e09007) !important;
    color: #fff;
}

.pricing .pricing-table .bg-grasp-both {
    background: linear-gradient(to right, #f57912, #e09007) !important;
    color: #fff;
}

.pricing .pricing-table .bg-utrack-plusone {
    background: linear-gradient(to right, #163d78, #163d78) !important;
    color: #fff;
}

.pricing .pricing-table .bg-utrack-plustwo {
    background: linear-gradient(to right, #5b3aa8, #5b3aa8) !important;
    color: #fff;
}

.pricing .pricing-table .bg-utrack-both {
    background: linear-gradient(to right, #163d78, #5b3aa8) !important;
    color: #fff;
}

.tab-menu li a {
    cursor: pointer;
    display: block;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    padding: 7px 16px;
    transition: all 0.5s;
    background-color: #f0f0f0;
}

.grasp-menu a.active, .grasp-menu a:hover {
    background-color: #ff8500;
    color: #fff !important;
}

.utrack-menu a.active, .utrack-menu a:hover {
    background-color: #163d78;
    color: #fff !important;
}

/* ================================================ */

.work-menu li a {
    cursor: pointer;
    display: block;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    padding: 7px 16px;
    transition: all 0.5s;
    background-color: #f0f0f0;
}

.work-menu a.active, .work-menu a:hover {
    background-color: #163d78;
    color: #fff !important;
}

.work_item {
    position: relative;
    padding: 15px;
}

.work_box {
    overflow: hidden;
    position: relative;
}

    .work_box .work_img {
        position: relative;
        overflow: hidden;
    }

        .work_box .work_img:after {
            content: " ";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 5px;
            transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
        }

        .work_box .work_img > img {
            transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
            border-radius: 0;
        }

    .work_box .work_detail {
        opacity: 0;
        color: #ffffff;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        overflow: hidden;
        transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    }

        .work_box .work_detail h4 {
            font-size: 22px;
        }

        .work_box .work_detail p {
            color: rgba(255, 255, 255, 0.6);
            font-size: 14px;
            font-weight: 500;
        }

    .work_box:hover .work_detail {
        top: 50%;
        transform: translate(0, -50%);
        opacity: 1;
    }

    .work_box:hover .work_img:after {
        border: 1px solid rgba(30, 63, 116, 0.80);
    }

    .work_box:hover .work_img > img {
        transform: scale(1.05);
    }

/* ================================================ */


.team {
    display: inline-block;
    background-color: #fff;
    margin: 0px 0px 30px;
}

.team-info h5 {
    margin-bottom: 0;
}

.team-info {
    text-align: center;
    position: relative;
    padding: 16px 15px;
    background: #efefef;
}

    .team-info h5 > a {
        font-size: 16px;
        text-decoration: none;
        color: #000;
        display: block;
        margin: 0px 0px 5px;
        text-transform: uppercase;
    }

    .team-info span {
        font-size: 14px;
        color: #242424;
        display: block;
    }

    .team-info ul {
        border-top: 1px solid #cecece;
        padding: 8px 5px 5px 5px;
        background: #fdc236;
    }

        .team-info ul li {
            position: relative;
        }

            .team-info ul li a {
                color: #fff;
                font-size: 18px;
            }

    .team-info h5 > a:hover {
        color: #222;
    }

.team:hover .team-image img {
    transform: scale(1.2) rotate(-6deg);
    -webkit-transform: scale(1.2) rotate(-6deg);
    -moz-transform: scale(1.2) rotate(-6deg);
}

.team-image {
    position: relative;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
}

.team .team-image img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
}

.expert-team {
    padding-top: 0;
}

.team-image ul {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    padding: 15px 0px;
    background: rgba(255, 133, 0, 0.82);
    transform: perspective(500px) rotateX(90deg);
    transition: all .5s;
    transform-origin: bottom;
    height: 100%;
    z-index: 1000;
}

    .team-image ul li {
        display: inline-block;
        margin: 0px 2px;
        margin-top: 100px;
    }

        .team-image ul li a {
            background: #fafafa none repeat scroll 0 0;
            display: block;
            height: 30px;
            line-height: 30px;
            text-align: center;
            width: 30px;
            color: #051429;
        }

.team-image img {
    transition: all .5s;
}

.team-image ul li a:hover {
    background: #222;
    color: #fff;
}

.team:hover .team-image ul {
    transform: perspective(500px) rotateX(0deg);
}

.team-image ul li:nth-child(1) a:hover {
    background: #3b5998 !important;
    color: #FFF;
}

.team-image ul li:nth-child(2) a:hover {
    background: #55acee !important;
    color: #FFF;
}

.team-image ul li:nth-child(3) a:hover {
    background: #007ab9 !important;
    color: #FFF;
}

.team-image ul li:nth-child(4) a:hover {
    background: #dc4e41 !important;
    color: #FFF;
}

.team .team-image:after {
    content: '';
    background: transparent;
    position: absolute;
    border: 1px solid #fff;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.team:hover .team-image:after {
    border: 1px solid #fff;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    background: transparent;
}

/* ================================================ */

.product-wrap {
    transition: all 0.5s ease;
    margin: 30px 0 0;
    background-image: linear-gradient(to bottom, #fff, #fdfdfd);
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    padding-left: 0px;
}

.product-meta ul {
    margin-bottom: 8px;
    list-style: none;
    overflow: hidden;
    padding: 0;
}

.product-details {
    padding-right: 30px;
}

.product-meta ul li {
    display: inline-block;
    padding-right: 12px;
    font-size: 14px;
    color: #000;
}

    .product-meta ul li a {
        text-decoration: none;
        color: #000;
    }

    .product-meta ul li i {
        font-size: 16px;
        padding-right: 5px;
        color: #ff8500;
    }

/*.product-details h2 {
    line-height: 24px;
    margin-bottom: 12px;
}*/

    .product-details h2 {
        text-decoration: none;
        font-size: 45px;
        color: #222;
        font-weight: 600;
        margin: 4px 0 4px;
    }

   .product-details .span-head-1 {
    color: #19406f;
   }

   .product-details .span-head-2 {
    color: #f59621;
   }

.product-body p {
    color: #6a6a6a;
}

.productimg:before, .productimg:after {
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    z-index: 9;
}

.productimg:before {
    border-bottom: 0px solid;
    border-top: 0px solid;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    border-color: #f56527;
}

.productimg {
    position: relative;
}

    .productimg img {
        width: 100%;
    }

.product-wrap:hover .productimg:before, .product-wrap:hover .productimg:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.product-wrap #grasp {
    transition: all 0.4s ease-in;
    transition: all 0.4s ease-out;
}

.product-wrap:hover #grasp {
    transform: scale(1.1);
    transition: all 0.4s ease-in;
    transition: all 0.4s ease-out;
}

.product-wrap #utrack {
    transition: all 0.4s ease-in;
    transition: all 0.4s ease-out;
}

.product-wrap:hover #utrack {
    transform: scale(1.1);
    transition: all 0.4s ease-in;
    transition: all 0.4s ease-out;
}

.product-wrap #entrance-coaching {
    transition: all 0.4s ease-in;
    transition: all 0.4s ease-out;
}

.product-wrap:hover #entrance-coaching {
    transform: scale(1.1);
    transition: all 0.4s ease-in;
    transition: all 0.4s ease-out;
}


.product-wrap:hover {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
    border-color: #aaa;
}


.productimg:after {
    border-left: 0px solid;
    border-right: 0px solid;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    border-color: #f56527;
    transform: scale(1, 0);
}

.product-ace-details p span {
    font-weight: 700;
    font-size: 20px;
}

.font-size-ace{
    font-size: 150%;
}

.span-1 {
    color: #f26327;
}

.span-2 {
    color: #68bd46;
}

.span-3 {
    color: #12a0c7;
}
/* ================================================ */
.product-details-section {
    min-height: 100vh;
    display: block;
    background-color: #f8f9fa !important;
    padding-top: 100px;
    padding-bottom: 60px;
}

.feature {
    display: flex;
    align-items: center;
    vertical-align: middle;
    position: relative;
    top: 0px;
    transition: top .6s ease 0s;
}

    .feature .rounded-blocks {
        margin-top: 15px;
        vertical-align: middle;
        overflow: hidden;
        font-size: 1.1rem;
        width: 100%;
        height: auto;
        border-radius: 10px;
        border: 0px solid black;
        box-shadow: 3px 3px 8px lightgray;
        padding: 20px;
        background-color: #ffffff;
        color: #555;
        text-align: justify;
    }

.product-target {
    margin-top: 15px;
    vertical-align: middle;
    overflow: hidden;
    font-size: 1.1rem;
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 0px solid black;
    box-shadow: 3px 3px 8px gray;
    padding: 20px;
    background-color: #163d78;
    color: #eee;
    text-align: center;
}

.product-buy {
    margin-top: 50px;
}

/* ================================================ */

.why-choose-us-description {
    max-width: 500px;
}

.contact-section {
    min-height: 100vh;
    display: block;
    background-color: #f8f9fa !important;
    padding-top: 75px;
    padding-bottom: 60px;
}

.business-form-custom {
    background-color: transparent;
}

    .business-form-custom .error-msg {
        color: #fc0000;
        font-size: 12px;
        font-weight: 600;
        position: absolute;
    }

    .business-form-custom .margin-bottom {
        margin-bottom: 15px;
    }

.business-features-box {
    background: #fff;
    box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
    -webkit-box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
    padding: 20px 20px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 30px 0 0;
}

/*.upcoming-section {
    position: relative;
    left: 27%;
}*/

.business-features-box .business-features-icon i {
    float: left;
    margin-right: 20px;
    font-size: 24px;
    width: 20px;
}

.business-features-box-390 {
    min-height: 390px;
}

.business-features-box-300 {
    min-height: 300px;
}

.business-features-box-475 {
    min-height: 475px;
}

.business-features-box-230 {
    min-height: 230px;
}

.business_features_link i {
    font-size: 16px !important;
}

.upcoming-product-details {
    padding: 0 10%;
}

.business-features-details {
    overflow: visible;
}

    .business-features-details .business-features-header {
        white-space: nowrap;
        display: inline-flex
    }

    .business-features-details > .business-features-header > .bullet-num {
        max-height: 92px;
        max-width: 60px;
    }

.business-features-box:hover .business-features-details > .business-features-header > .bullet-num {
    transform: rotate(360deg);
    transition: transform 0.2s;
}

.business-features-details > .business-features-header > .business-feature-title {
    margin-top: 30px;
    margin-left: 20px
}

.business-features-details > .business-features-header > .business-feature-grasp {
    margin-left: 20px;
    margin-top: 17px;
    max-height: 50px;
}

.business-features-details > .business-features-header > .business-feature-utrack {
    margin-left: 20px;
    margin-top: 22px;
    max-height: 40px;
}

.business-features-details > .business-features-header > .business-feature-classes {
    margin-left: 20px;
    margin-top: 15px;
    max-height: 60px;
}

.business-features-details > .business-features-header > .business-feature-science {
    margin-left: 20px;
    margin-top: 15px;
    max-height: 70px;
}


.business-features-details > .business-features-header > .business-feature-school {
    margin-left: 20px;
    margin-top: 10px;
    max-height: 80px;
}

.business-features-details > .business-features-header > .business-feature-stem {
    margin-left: 20px;
    margin-top: 10px;
    max-height: 70px;
}

.business-features-details > .business-features-header > .business-feature-upcoming {
    margin-left: 30px;
    margin-top: 5px;
    max-height: 90px;
}

hr {
    border-top: 1px solid grey;
}


/* ================================================ */
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -130px;
    top: 230px;
    width: 210px;
    z-index: 1100;
}

.sticky-inner li {
    list-style-type: none;
    background-color: #fff;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}

    .sticky-inner li:hover {
        margin-left: -115px;
    }

    .sticky-inner li a img {
        float: left;
        margin: 5px 4px;
        margin-right: 5px;
    }

    .sticky-inner li a p {
        padding-top: 5px;
        margin: 0px;
        line-height: 16px;
        font-size: 11px;
        font-weight: 400;
        text-decoration: none;
        color: #2C3539;
    }

        .sticky-inner li a p:hover {
            text-decoration: none;
        }

.account-login-section {
    height: 100vh;
    display: block;
    background-color: rgba(255, 255, 255, 0.1) !important;
    padding-top: 75px;
    padding-bottom: 60px;
}

    .account-login-section .account-login-container {
        background-color: #fff;
        padding: 50px;
        border-radius: 10px
    }

        .account-login-section .account-login-container > img {
            max-width: 100px;
            max-height: 100px;
            margin-bottom: 30px;
        }

.common-link {
    color: #1e3f74;
    text-decoration: underline !important;
    white-space: nowrap;
}

    .common-link:hover {
        color: #f56527;
    }

    .common-link:active {
        color: #f56527;
    }

.forgot-password {
    color: #1e3f74;
}

    .forgot-password:hover {
        color: #f56527;
    }

    .forgot-password:active {
        color: #f56527;
    }

/* ================================================ */

.profiles {
    display: flex;
    justify-content: space-around;
    margin: 20px 80px;
}

.profile {
    flex-basis: 260px;
}

    .profile .profile-img {
    height: 260px;
    width: 260px;
    border-radius: 50%;
    /*filter: grayscale(100%);*/
    cursor: pointer;
    transition: 400ms;
    }

/*  .profile:hover .profile-img {
        filter: grayscale(100%);
    } */

.user-name {
    margin-top: 30px;
    font-size: 35px;
}

.profile h5 {
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 3px;
}

.profile h6 {
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 3px;
    color: #ccc;
}

.profile p {
    font-size: 14px;
    margin-top: 20px;
    text-align: justify;
    white-space: nowrap;
}

.video-wrapper {
    background-image: url(../images/home/testimonial-rm.png);
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}

.thumbnail-wrapper {
    background-color: #fff;
    position: relative;
    min-height: 129px;
}

.thumbnail-container {
    display: inline-block;
    background-color: #000;
    width: 30%;
}

    .thumbnail-container > .thumbnail {
        transition: 1s;
        opacity: 0.3;
        width: 100%;
        cursor: pointer;
        border: 2px solid #fff;
        display: inline;
    }

    .thumbnail-container > .active {
        opacity: 1.0;
        border: 2px solid #eee;
    }

    .thumbnail-container > .thumbnail:hover {
        transition: 0s;
        opacity: 1.0;
        border: 2px solid #eee;
    }

.bg-overlay {
    background-image: linear-gradient(to bottom, #232c54, #1e3f74);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    height: 400px;
    position: relative;
}

.tm-play-btn i {
    background: #ff8500;
    color: #fff;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 30px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    cursor: pointer;
}

/* ================================================ */
.footer {
    border-bottom: 1px solid #1e3f74;
    padding-top: 0px;
}

    .footer .footer-list {
        display: inline-block;
        text-decoration: none;
        font-size: 12px;
    }

        .footer .footer-list .list-item {
            padding: 0 .5rem;
            text-decoration: none;
            color: #fff;
            white-space: nowrap;
            display: inline-block;
        }

        .footer .footer-list .social {
            padding: 0 .2rem;
        }


@media screen and (max-width: 1100px) {
    .navbar-collapse {
        display: block;
        flex-direction: column;
    }

    .navbar-expand-lg {
        display: none;
    }

    .navbar-header {
    }

    .topics-container {
        margin: 10px;
        margin-top: 100px;
    }

    .backdrop .video-container .frame-container {
        max-height: 500px;
        min-height: 500px;
        background-image: url(../images/home/mockup-tab.png);
    }

        .backdrop .video-container .frame-container .frame {
            margin-top: 83px;
            margin-left: -20px;
            width: 380px;
            height: 320px;
        }

    .footer .footer-list {
        font-size: 10px;
    }
}

@media screen and (max-width: 499px) {
    .home-main-section {
        height: 100vh;
        display: block;
        background: url(../images/home/bg-mobile.png) no-repeat left top;
        background-size: cover;
        background-position: center center;
        position: relative;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .backdrop .video-container {
        top: -50px;
    }

    .w-50 {
        width: 100% !important;
    }

    .home-main-slider .home-slider-position {
        top: 100px;
    }

    .business-features-details > .business-features-header > .business-feature-title {
        margin-top: 30px;
        margin-left: 0px
    }

    .business-features-box .business-features-details > div > img {
        display: none;
        transform: none;
    }

    .topics-container {
        margin: 5px;
        margin-top: 100px;
    }

    .backdrop .video-container .frame-container {
        max-height: 300px;
        min-height: 300px;
        background-image: none;
    }

        .backdrop .video-container .frame-container .frame {
            margin-top: 83px;
            margin-left: 10%;
            width: 80%;
        }

    .footer .footer-list {
        font-size: 10px;
    }
}

@media screen and (max-height: 499px) {

    .backdrop .video-container {
        top: -50px;
    }

    .home-main-slider .home-slider-position {
        top: 25px;
    }
}
