.total_wrapper {
    font-family: Roboto, sans-serif;
}

.header {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 10;
}

.hero_image {
    height: 100vh;
    background-image: -webkit-linear-gradient(270deg, rgba(29, 46, 59, .8), rgba(29, 46, 59, .8)), url('../images/hero_image.jpg');
    background-image: linear-gradient(180deg, rgba(29, 46, 59, .8), rgba(29, 46, 59, .8)), url('../images/hero_image.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.who_we_are {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.why_elpis {
    position: relative;
    padding-top: 150px;
    padding-bottom: 180px;
    background-image: -webkit-linear-gradient(270deg, rgba(255, 156, 0, .8), rgba(255, 156, 0, .8)), url('../images/why_image.jpg');
    background-image: linear-gradient(180deg, rgba(255, 156, 0, .8), rgba(255, 156, 0, .8)), url('../images/why_image.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
}

.clients {
    position: relative;
    padding-top: 150px;
    padding-bottom: 180px;
}

.contact {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #a9adb1;
}

.footer {
    padding: 15px;
    background-color: #1d2e3b;
    color: hsla(0, 0%, 100%, .42);
    font-size: 12px;
}

.logo_h {
    padding-left: 15px;
}

.nav_bar {
    height: 100px;
    background-color: #1d2e3b;
}

.btn {
    margin-top: 26px;
    margin-right: 21px;
    padding: 15px 30px;
    float: right;
    border-radius: 5px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-size: 16px;
}

.btn:hover {
    background-color: #ff9c00;
}

.btn.dd {
    width: 100px;
    height: 100px;
    margin-top: 0px;
    padding: 0px;
    border-radius: 0px;
    background-color: #ff9c00;
}

.btn.dd:hover {
    background-color: transparent;
}

.section_heading {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ff9c00;
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
    text-align: center;
}

.section_heading.why {
    border-bottom-color: #1d2e3b;
    color: #fff;
}

.team_title {
    font-size: 27px;
    line-height: 33px;
    text-align: center;
}

.team_paragraph {
    position: relative;
    margin-bottom: 0px;
    color: #929292;
    text-align: justify;
}

.team_paragraph.title {
    color: #1d2e3b;
    font-weight: 700;
}

.btn_team_more {
    display: block;
    width: 150px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 2px solid #ff9c00;
    border-radius: 5px;
    background-color: transparent;
    color: #1d2e3b;
    text-align: center;
}

.team_p_wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 50px;
}

.white_mask {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 50px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff);
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
}

.btn_team_close {
    display: block;
    width: 150px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 2px solid #ff9c00;
    border-radius: 5px;
    background-color: transparent;
    color: #1d2e3b;
    text-align: center;
}

.hero_info_area {
    position: relative;
    top: 50%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    text-align: center;
}

.saas {
    padding-top: 10px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
}

.hero_title {
    color: #ff9c00;
    font-size: 30px;
    line-height: 36px;
}

.hero_text {
    color: #fff;
    font-size: 16px;
}

.hero_btn_row {
    display: block;
    width: 890px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
}

.hero_btn {
    width: 100%;
    padding: 15px;
    border: 2px solid #ff9c00;
    border-radius: 5px;
    background-color: transparent;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.hero_btn:hover {
    background-color: #ff9c00;
}

.scrool_btn {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 100px;
    background-image: url('../images/icon_scroll.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.copyright {
    float: left;
}

.designed {
    float: right;
}

.tab-menu-item {
    width: 24%;
    margin-right: 2px;
    margin-left: 2px;
    padding: 13px 10px;
    border: 2px solid #1d2e3b;
    border-radius: 5px;
    background-color: #1d2e3b;
    -webkit-transition: background-color 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, color 200ms ease;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.tab-menu-item:hover {
    border: 2px solid #fff;
    background-color: #00a3ff;
    color: #fff;
}

.tab-menu-item.w--current {
    border-color: #fff;
    background-color: #fff;
    color: #1d2e3b;
}

.tab-menu-item.las {
    margin-right: 0px;
}

.tab-menu-selected-pointer {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -13px;
    height: 13px;
    background-image: url('../images/white pointer.png');
    background-position: 50% 0px;
    background-repeat: no-repeat;
}

.tab-content {
    margin-top: 16px;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
}

.tab_list {
    color: #ee114f;
    font-size: 18px;
}

.tab-list-item {
    padding-top: 11px;
}

.tab-list-text {
    color: #1d2e3b;
    font-size: 14px;
}

.tabs_menu_all {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
}

.client_slide {
    width: 20%;
    text-align: center;
}

.client_slideshow {
    height: auto;
    padding-right: 64px;
    padding-left: 64px;
    background-color: transparent;
}

.slider_arrow {
    color: #929292;
}

.slider_nav {
    display: none;
    color: red;
}

.right_menu {
    position: fixed;
    top: 50%;
    right: 0px;
    bottom: 50%;
    z-index: 20;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.side_btn {
    display: block;
    width: 60px;
    height: 60px;
    float: right;
    border-bottom: 1px solid rgba(255, 156, 0, .24);
    background-color: #0a131a;
}

.side_btn.video {
    background-image: url('../images/icon_video_white.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.side_btn.video:hover {
    background-image: url('../images/icon_video.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.side_btn.demo {
    background-image: url('../images/icon_demo_white.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.side_btn.demo:hover {
    background-image: url('../images/icon_demo.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.side_btn.manual {
    background-image: url('../images/icon_manual_white.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.side_btn.manual:hover {
    background-image: url('../images/icon_manual.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.side_btn.screenshots {
    border-bottom-width: 0px;
    background-image: url('../images/icon_screenshots_white.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.side_btn.screenshots:hover {
    background-image: url('../images/icon_screenshots.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.nav_link {
    display: block;
    width: 200px;
    padding: 15px 0px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.logo.w--current {
    margin-top: 12px;
}

.menu_btn {
    width: 100px;
    height: 100px;
    padding-top: 29px;
    background-color: #ff9c00;
    color: #fff;
    font-size: 45px;
    text-align: center;
}

.menu_btn.w--open {
    background-color: #ff9c00;
}

.dd_toggle {
    width: 100px;
    height: 100px;
    padding: 30px 0px 0px;
    color: #fff;
    font-size: 40px;
    text-align: center;
}

.dropdown {
    float: right;
    background-color: #ff9c00;
}

.nav_menu {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    margin-top: 20px;
    margin-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    float: right;
    border-radius: 10px;
    background-color: #ddd;
}

.nav_dd_arrow {
    position: absolute;
    top: -20px;
    right: 15px;
    bottom: -20px;
    width: 20px;
    height: 20px;
    border-top: 15px solid #ff9c00;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.tooltip {
    height: 60px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    float: right;
    background-color: #0a131a;
    font-family: Roboto, sans-serif;
    color: #ff9c00;
}

.ancor {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100px;
    height: 100px;
}

html.w-mod-js *[data-ix="teamwrapperheight"] {
    height: 140px;
}

html.w-mod-js *[data-ix="collapse-team-info"] {
    display: none;
}

html.w-mod-js *[data-ix="tab-arrow"] {
    opacity: 0;
    -webkit-transform: translate(0px, -12px);
    -ms-transform: translate(0px, -12px);
    transform: translate(0px, -12px);
}

html.w-mod-js *[data-ix="hide-side-bar"] {
    display: none;
    opacity: 0;
}

html.w-mod-js *[data-ix="tooltip-start-position"] {
    opacity: 0;
}

@media (max-width: 991px) {
    .hero_btn_row {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .hero_btn {
        padding-right: 25px;
        padding-left: 25px;
    }

    .tab-menu-item.las {
        padding-right: 19px;
        padding-left: 19px;
    }

    .client_slide {
        width: 25%;
    }

    .right_menu {
        right: -345px;
    }
}

@media (max-width: 767px) {
    .hero_image {
        position: relative;
        height: 1000px;
    }

    .who_we_are {
        padding-right: 25px;
        padding-left: 25px;
    }

    .why_elpis {
        padding-right: 25px;
        padding-left: 25px;
    }

    .contact {
        padding-right: 25px;
        padding-left: 25px;
    }

    .logo_h {
        display: none;
    }

    .btn {
        margin-right: 0px;
        margin-left: 30px;
        float: left;
    }

    .hero_title {
        padding-right: 30px;
        padding-left: 30px;
        font-size: 26px;
        line-height: 30px;
    }

    .hero_text {
        padding-right: 30px;
        padding-left: 30px;
    }

    .hero_btn {
        width: 70%;
        margin-bottom: 25px;
    }

    .scrool_btn.w--current {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding-bottom: 70px;
    }

    .tab-menu-item {
        font-size: 13px;
        line-height: 18px;
    }

    .tab-menu-item.w--current {
        padding-right: 0px;
        padding-left: 0px;
    }

    .client_slide {
        width: 33.33%;
    }

    .logo.w--current {
        margin-top: 0px;
    }
}

@media (max-width: 479px) {
    .hero_image {
        height: 1050px;
    }

    .footer {
        text-align: center;
    }

    .nav_bar {
        height: 70px;
    }

    .btn {
        margin-top: 20px;
        margin-left: 22px;
        padding: 5px 17px;
        font-size: 14px;
    }

    .hero_btn {
        width: 80%;
    }

    .copyright {
        float: none;
    }

    .designed {
        float: none;
    }

    .tab-menu-item {
        display: inline-block;
        overflow: hidden;
        width: 15px;
        height: 15px;
        padding: 0px;
        border-radius: 128px;
        text-indent: 50px;
    }

    .tab-menu-item.las {
        padding-right: 0px;
        padding-left: 0px;
    }

    .tabs_menu_all {
        text-align: center;
    }

    .client_slide {
        width: 100%;
    }

    .menu_btn {
        width: 70px;
        height: 70px;
        padding-top: 18px;
        padding-right: 5px;
        padding-left: 5px;
        font-size: 30px;
    }
}

