@import url('https://fonts.googleapis.com/css?family=Lato:300,400&display=swap');

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, hr, th, td {
    margin: 0;
    padding: 0;
}

.speak-faq-popup {
    scrollbar-face-color: #b46868;
}

/*::-webkit-scrollbar {*/
/*    width: 15px;*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*    background-color: rgba(0, 0, 0, 0.2);*/
/*}*/

/*.faq-container::-webkit-scrollbar-button {*/
/*    background-color: #cc8255;*/
/*}*/

/*::-webkit-scrollbar-corner {*/
/*    background-color: black;*/
/*}*/

@font-face {
    font-family: 'Lane';
    src: url('fonts/LANENAR_-webfont.eot');
    src: url('fonts/LANENAR_-webfont.eot?iefix') format('eot'),
    url('fonts/LANENAR_-webfont.woff') format('woff'),
    url('fonts/LANENAR_-webfont.ttf') format('truetype'),
    url('fonts/LANENAR_-webfont.svg#webfont') format('svg');
}

html {
    -webkit-font-smoothing: antialiased;
}

html {
    font-size: 100%;
}

p {
    font-size: 1rem;
    line-height: 1.625em;
    font-weight: 300;
}

p.p {
    margin-bottom: 1em;
}

a {
    font-size: 1em;
    line-height: 1.625rem;
    font-weight: 600;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h2, h3 {
}

h1 {
}

h1 {
    font-size: 2.2rem;
    line-height: 3rem;
}

.title {
    font-size: 2.5rem !important;
    line-height: 3rem !important;
}

.subtitle {
    font-size: 1.2rem !important;
    line-height: 1rem;
}

h2 {
    font-size: 2.5rem;
    line-height: 3.6rem;
    margin-bottom: 1.7rem;
}

h3 {
    font-size: 1.7rem;
    line-height: 2.25rem;
}

h4 {
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 600;
}

h5 {
    font-size: 0.8125rem;
    line-height: 1rem;
    font-weight: 300;
    color: white;
    text-transform: uppercase;
}

h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.75rem;
    line-height: 2.5rem;
    font-weight: 600;
}

ul {
    list-style: none
}

li {
    margin-top: 1.625em;
}

li a {
    display: inline;
}

hr {
    margin-top: 4.568em;
    margin-bottom: 4.568em;
}

.cta1 {
    display: inline-block;
    color: white;

    font-weight: 700;
    font-style: normal;
    padding-top: 1rem;
    padding-bottom: 1.1rem;
    width: 9.375rem;
    line-height: 1rem;
    text-decoration: none;
    text-align: center;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-top: 1.4rem;
    letter-spacing: -0.03rem;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-left-radius: 7px;
}

.cta1:visited, .cta1:active {
    color: white;
    text-decoration: none;
}

.cta1:focus {
    outline: none;
    text-decoration: none;
    color: white;
}

.cta1:hover {
    color: white;
    -webkit-animation: pulse .5s;
    animation: pulse .5s;
    opacity: 0.9;
}

/*.cta2{display:inline-block;color:white;font-family:'Source Sans Pro', sans-serif;font-size:1.7rem;font-weight:700;font-style:normal;padding-top:1rem;padding-bottom:1rem;width:17rem;line-height:1rem;text-decoration:none;text-align:center;margin-top:35px;margin-left:0.625rem;margin-right:0.625rem;letter-spacing:0rem;-webkit-border-top-left-radius:50px;-moz-border-radius-topleft:50px;border-top-left-radius:50px;-webkit-border-top-right-radius:50px;-moz-border-radius-topright:50px;border-top-right-radius:50px;-webkit-border-bottom-right-radius:50px;-moz-border-radius-bottomright:50px;border-bottom-right-radius:50px;-webkit-border-bottom-left-radius:50px;-moz-border-radius-bottomleft:50px;border-bottom-left-radius:50px;opacity:1;}*/
.cta2:visited, .cta2:active {
    color: white !important;
    text-decoration: none;
}

.cta2:focus {
    outline: none;
    text-decoration: none;
    color: white !important;
}

.cta2:hover {
    color: white;
    opacity: 0.9;
    -webkit-animation: pulse .5s;
    animation: pulse .5s;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

body {
    height: 100%;
    width: 100%;
}


#home.home-sticky {
    margin-top: 100px;
}

.main-menu-part {
    padding-left: 8%;
}

.left-menu-part ul {
    box-shadow: none !important;
    background-color: #fff !important;
    background-image: none !important;
    margin-top: 17px !important;
}

.left-menu-part ul li {
    display: inline-block;
    padding: 0 !important;
}

.left-menu-part ul li a {
    padding: 10px 10px;
    font-size: 12px !important;
}

.right-menu-part {
    text-align: right;
}

.right-menu-part ul li {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
}

.right-menu-part ul li:last-child {
    padding-left: 0;
    padding-right: 0;
}

.middle-logo-part {
    text-align: center;
}

.middle-logo-part li {
    margin-top: 19px;
}

.logoSpeak {
    display: block;
}

@media screen and (max-width: 1474px) {
    .main-menu-part {
        padding-right: 3%;
        padding-left: 3%;
    }
}

@media screen and (max-width: 1315px) {
    .main-menu-part {
        padding-right: 2%;
        padding-left: 2%;
    }

}

@media screen and (max-width: 1061px) {
    .right-menu-part ul li {
        padding: 0 4px;
    }
}


@media screen and (max-width: 992px) {
    .right-menu-part {
        float: right !important;
    }

    .left-menu-part {
        width: 40%;
    }

    .right-menu-part {
        width: 43%;
    }

    .cta2 {
        padding-top: 1.5rem !important;
        color: white !important;
    }

    #bs-example-navbar-collapse-1-top-en .left-menu-part ul li a {
        padding: 10px 5px;
        font-size: 12px !important;
    }
}


@media screen and (max-width: 967px) {
    .right-menu-part-he ul li:first-child {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 932px) {
    #bs-example-navbar-collapse-1-top-en .right-menu-part-he ul li:first-child {
        padding-left: 0;
        padding-right: 0;
    }

    #bs-example-navbar-collapse-1-top-en .left-menu-part ul li a {
        padding: 10px 5px;
        font-size: 10px !important;
    }
}

@media screen and (max-width: 802px) {
    #bs-example-navbar-collapse-1-top-en .right-menu-part-he {
        padding: 10px 5px;
        font-size: 10px !important;
    }

    #bs-example-navbar-collapse-1-top-en .left-menu-part ul li a {
        padding: 10px 3px;
        font-size: 10px !important;
    }


}


@media screen and (max-width: 917px) {
    .right-menu-part ul li {
        padding: 0 10px;
    }
}


@media screen and (max-width: 848px) {
    .right-menu-part ul li {
        padding: 0 5px;
    }
}

@media screen and (max-width: 831px) {
    .left-menu-part ul li a {
        padding: 10px 6px;
        font-size: 11px !important;
    }
}

@media screen and (max-width: 823px) {
    .right-menu-part ul li {
        padding: 0 5px;
    }
}

@media screen and (max-width: 798px) {
    .round-button {
        padding: 8px 12px !important;
    }
}

@media screen and (max-width: 768px) {
    .middle-logo-part {
        display: none;
    }

    .feature img {
        width: 100%;
    }

    #bs-example-navbar-collapse-1-top-en .left-menu-part ul li a {

        font-size: 12px !important;
        padding: 10px 10px;
    }


    #bs-example-navbar-collapse-1-top-en .left-menu-part {
        width: 100%;
        margin-top: -15px;
        text-align: center;
        background: #ffffff;
    }

    #bs-example-navbar-collapse-1-top-en .right-menu-part ul li:last-child {
        margin-bottom: 10px !important;
        margin-top: 10px;
    }


    .left-menu-part {
        width: 100%;
        margin-top: -15px;
        text-align: center;
        background: #ffffff;
    }

    .round-button {
        margin-bottom: 10px;
    }

    .right-menu-part ul li a .locale-btn.he-flag {
        margin-bottom: 10px !important;
    }

    .right-menu-part.right-menu-part ul li:last-child {
        margin-bottom: 10px !important;
        margin-top: 10px;
        margin-left: -2px;

    }


    .right-menu-part {
        text-align: left;
        float: left;
        margin-top: 10px;
    }

    .right-menu-part ul li:last-child {
        padding-left: 5px;
    }

    .right-menu-part ul li {
        width: 100%;
        float: left;
        text-align: center;
    }

    .navbar-toggle-en {
        margin-top: 30px;
        margin-right: 25px;
    }

    .navbar-toggle-he {
        margin-top: 30px;
        margin-left: 25px;
    }

    .main-menu-part {
        padding-bottom: 20px;
    }

    .main-menu-part-he {
        text-align: center;
    }

    .right-menu-part-he {
        float: none;
        margin-right: 25px;
    }

    .right-menu-part-he ul {
        display: flex;
        flex-direction: column;

    }

    .right-menu-part-he ul li {
        text-align: center !important;
    }

    .right-menu-part-he li:first-child {
        order: 4;
        text-align: center !important;
        margin-bottom: 10px;
    }

    .right-menu-part-he li:nth-child(2) {
        order: 3;
        text-align: center !important;
        margin-bottom: 10px;
    }

    .right-menu-part-he li:nth-child(3) {
        order: 2;
        text-align: center !important;
        margin-top: 0px !important;
    }

    .right-menu-part-he li:nth-child(4) {
        order: 1;
        text-align: center;
        margin-bottom: 0px !important;

    }

    .left-menu-part-he ul li {
        width: 100%;
    }

    .gallery_carousel {
        margin-left: 0px !important;
    }

    .navbar-collapse .right-menu-part {
        width: 100%;
        margin-right: 0;
    }

    .navbar-collapse .left-menu-part ul li a {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar-collapse .right-menu-part.right-menu-part ul li:last-child {
        margin-bottom: 0px !important;
        margin-top: 0px;
    }

    .navbar-collapse .round-button {
        margin-top: 10px !important;
    }
}

@media screen and (min-width: 768px) {
    #bs-example-navbar-collapse-1-top-he, #bs-example-navbar-collapse-1-top-en {
        /*padding-right: 0;*/
        /*padding-left: 0;*/
    }

    #bs-example-navbar-collapse-1-top-he ul, #bs-example-navbar-collapse-1-top-en ul {
        border-radius: 0;

    }
}

@media screen and (max-width: 760px) {
    #home {
        background: white;
    }

    #testemonials_en {
        background-size: cover !important;
    }
}

@media screen and (max-width: 481px) {
    .cta2 {
        padding-top: 2.2rem !important;
        /*color: white !important;*/
    }

}

@media screen and (max-width: 470px) {
    #home {
        background: white;
    }
}

#home_image {
    position: absolute;
    top: 13rem;
    right: 0;
    z-index: 0;
}

#homescreen {
    text-align: left;
    margin-top: 18vh;
}

#homescreen.assessment-main {
    margin-top: 12vh;
}

#homescreen ul {
    list-style: none;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    font-size: 23px;
}

#homescreen ul .glyphicon-ok{
    color: #5538c0;
    display: inline-block;
    margin-right: 8px;
}

#homescreen p {
    font-family: 'Lato', sans-serif;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

#homescreen ul li {
    margin-top: 12px;
}

@media (min-width: 450px) and (max-width: 550px) {
    #homescreen {
        text-align: left;
        margin-top: 17vh;
    }
}

@media screen and (max-width: 449px) {
    #homescreen {
        text-align: left;
    }
}

#home_content {
    text-align: left;
}

.speak-nav .navbar-speak {
    width: 100%;
    background-image: none;
    background-color: white;
    border: 0;
    box-shadow: none;
}

@media screen and (max-width: 767px) {
    .speak-nav.top-zero {
        margin-top: 0;
        z-index: 1111;
    }
}

.nav .speak-li {
    padding: 10px;
}

.nav .speak-li > a {
    display: inline-block;
    color: #637280 !important;
    opacity: 0.8;

}

.nav .speak-li:hover > a {
    /*border-bottom: 2px solid white;*/
}

.speak-nav-sticky .speak-li:hover > a {
    border-bottom: 2px solid #cc8255;
}

/*.speak-nav.speak-nav-sticky .navbar-speak .navbar-nav > li > a{color:#cc8255 !important;}*/
.speak-nav.speak-nav-sticky .navbar-speak.navbar-default .collapse.navbar-collapse .row.main-menu-part {
    background-color: rgba(255, 255, 255, 0.8);
}

.speak-nav-sticky .left-menu-part ul {
    background-color: transparent !important;
}

.speak-nav-sticky .round-button {
    background: transparent !important;
}

.speak-nav .navbar-speak .navbar-nav > li {
    margin-top: 0;
}

.speak-nav .navbar-speak {
    padding-top: 10px;
}

.speak-nav .navbar-speak .navbar-toggle:hover,
.speak-nav .navbar-speak .navbar-toggle:focus,
.speak-nav .navbar-speak .navbar-toggle {

}

@media (min-width: 450px) and (max-width: 550px) {
    .slogan {
        padding-top: 67px;
    }
}

@media (max-width: 767px) {
    .speak-nav .navbar-speak .navbar-collapse {
        /*background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);*/
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
        background-color: #ffffff;
        border-color: #e7e7e7;
    }

    .speak-logo-gold {
        margin-top: 10px;
    }

    .speak-nav .speak-li:hover > a {
        border-bottom: 2px solid #cc8255;
    }

    .speak-nav.top {
        margin-top: -10px;
        z-index: 1000;
        right: 0;
        width: 250px;
    }

    .speak-nav.top .speak-logo {
        display: none;
    }

    .speak-nav.top.speak-nav-sticky {
        display: none;
    }

    .speak-nav:not(.top):not(.speak-nav-sticky) .navbar-toggle {
        display: none;
    }

    .speak-nav.top .nav.navbar-nav.navbar-right {
        margin-top: 0;
    }

    .speak-nav .navbar-speak .navbar-collapse.in .navbar-nav > li > a,
    .speak-nav .navbar-speak .navbar-collapse.collapsing .navbar-nav > li > a {
        text-align: center;
        width: fit-content;
        margin: 0 auto;
        font-size: 16px;
        font-weight: bold;
        color: #696969;
    }

    .speak-nav.speak-nav-sticky .speak-li:hover > a {
        border-bottom: 2px solid #cc8255;
    }
}

.speak-nav .navbar-speak .navbar-nav > li > a {
    color: white;
    text-transform: capitalize;
    cursor: pointer;
}

.speak-nav {
    position: absolute;
    z-index: 999;
    margin-bottom: 3.5rem;
    width: 100%;
    top: 0;
}

@media (min-width: 768px) {
    .speak-nav.top .nav.navbar-nav.navbar-right,
    body.lang-he .speak-nav.top .nav.navbar-nav.navbar-left {
        margin-top: -85px;
    }
}

.speak-nav.top.speak-nav-sticky {
    background-color: transparent;
}

.speak-nav:not(.top):not(.speak-nav-sticky) .nav.navbar-nav.navbar-right,
body.lang-he .speak-nav:not(.top):not(.speak-nav-sticky) .nav.navbar-nav.navbar-left {
    display: none;
}

@media (max-width: 460px) {
    .speak-nav {
        width: 94vw;
    }
}

.business-logo.is-hidden,
.default-logo.is-hidden {
    display: none;
}

.speak-nav:not(.speak-nav-sticky) .speak-logo-gold {
    display: none;
}

.speak-nav.speak-nav-sticky .speak-logo-white {
    display: none;
}

.speak-nav-sticky.speak-nav {
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11000;
}

.speak-nav-container {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 10px 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .speak-nav-container {
        width: 750px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .speak-nav-container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .speak-nav-container {
        width: 1170px;
    }
}

.speak-logo, #logo {
    opacity: 1;
    padding-bottom: .1rem;
}

#logo_header {
    margin-bottom: 4.3rem
}

.more-info-btn {
    cursor: pointer;
    background-color: #cc8255;
    font-weight: bold;
    padding: 10px 16px;
    color: white;
    font-size: 11px;
    border-top-left-radius: 40px;
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-topright: 40px;
    border-top-right-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    border-bottom-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-bottom-left-radius: 40px;
    box-shadow: 0 0 100px -5px #666;
}

.background-opacity {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    position: fixed;
    z-index: 111100;
}

.background-opacity.is-hidden {
    display: none;
}

.speak-faq-popup {
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    z-index: 111110;
    width: 50vw;
    height: 70vh;
    top: 50%;
    left: 50%;
    margin-top: -35vh;
    margin-left: -25vw;
    border-radius: 1%;
    overflow: auto;
}

.speak-faq-popup .terms-section p {
    margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
    .speak-faq-popup {
        width: 70vw;
        margin-left: -35vw;
    }
}

.speak-faq-popup iframe {
    width: 100%;
    height: calc(100% - 55px);
}

.speak-faq-popup.is-hidden {
    display: none;
}

.toggle-hidden.is-hidden {
    display: none;
}

.close-btn {
    color: #cc8255;
    float: right;
    font-weight: bold;
    padding: 5px 10px 0 0;
    font-size: 25px;
    cursor: pointer;
}

.faq-pop-title {
    margin: 2vh auto 5px;
    text-align: center;
    font-size: 20px;
}

.faq-list {
    padding: 2vh 2vw 2vh 2.5vw
}

.faq-categories-list {
    padding: 10px 20px
}

.faq-category-title {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.single-question {
    margin-bottom: 15px;
}

.speak-question-toggle {
    padding-right: 5px;
}

.speak-answer {
    padding-left: 20px;
}

.speak-question {
    display: flex;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.single-question.close .speak-answer {
    display: none;
}

.faq-container {
    height: 88%;
    overflow: auto;
}

.speak-question-toggle {
    width: 15px;
    height: 20px;
}

.speak-question-toggle-plus {
    display: none;
}

.slogan {
    max-width: 364px;
    max-height: 318px;
    font-family: Lato;
    font-size: 71px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: #5538c0;
}

.cta1, .cta2 {
    position: relative;
    z-index: 1;
    margin-left: 0;
}

#logo, #logo_header, .slogan, #home_image {
    opacity: 0;
}

.about {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
    background: white;
    position: relative;
    display: block;
    z-index: 20;
    text-align: center;
}

.about_intro {
    opacity: 0;
}

.services_icon {
    width: 4rem;
    height: 4rem;
    margin-top: 6.5rem;
    margin-bottom: 1.625rem;
}

.about_intro, .service_1, .service_2, .service_3 {
    opacity: 0;
}

.arrows_box {
    width: 100%;
    height: 1.5rem;
    position: relative;
    border-bottom: solid 1px #f0f0f0;
}

.arrows_box_bg {
    margin-top: -1.45rem;
    background: none;
}

.arrows_no_border {
    border-bottom: none;
}

.arrows {
    display: inline;
    left: 50%;
    margin-bottom: 1.5rem;
    margin-left: -3.1rem;
    position: relative;
    z-index: 999;
}

.arrow_single {
    display: inline;
    left: 50%;
    margin-bottom: 1.5rem;
    margin-left: -1.55rem;
    position: relative;
    z-index: 999;
}

.arrow_down {
    margin: 0;
    width: 3rem;
    height: 3rem;
    padding: 0.2rem;
    background-color: white;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    transform: rotate(89deg);
    -webkit-transform: rotate(89deg);
    -moz-transform: rotate(89deg);
    -o-transform: rotate(89deg);
    -ms-transform: rotate(89deg);
    ms-transform: rotate(89deg);
}

.arrow_up {
    margin: 0;
    width: 3rem;
    height: 3rem;
    padding: 0.2rem;
    background-color: white;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    transform: rotate(89deg);
    -webkit-transform: rotate(89deg);
    -moz-transform: rotate(89deg);
    -o-transform: rotate(89deg);
    -ms-transform: rotate(89deg);
    ms-transform: rotate(89deg);
}

.arrow_down:hover, .arrow_up:hover {
    cursor: pointer;
}

.features_1 {
    margin: 0px;
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
    background: white;
    position: relative;
    display: block;
    z-index: 20;
    text-align: left;
}

.features_1_content {
    padding-top: 3rem;
}

.feature {
    margin-top: 3.25rem;
}

.feature_icon {
    width: 2rem;
    height: 2rem;
    float: left;
    margin-right: 2rem;
    margin-top: 0.5rem;
    margin-bottom: 3rem;
}

.image_front {
    left: 0;
    top: 0;
    z-index: 30;
}

.image_back {
    position: relative;
    left: 0;
    top: 0;
    z-index: 29;
}

.features_1_content, .features1a_image, .features1b_image {
    opacity: 0;
}

.features_2 {
    margin: 0px;
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
    background: white;
    position: relative;
    display: block;
    z-index: 20;
    text-align: left;
}

.features_2_content {
    padding-top: 3rem;
}

.features_2_content, .features2a_image, .features2b_image {
    opacity: 0;
}


.features_3_intro {
    text-align: center;
    margin-bottom: 1.625rem;
}

.features_3_content_left {
    text-align: right;
    padding-right: 2rem;
    padding-bottom: 6.5rem;
}

.features_3_content_right {
    text-align: left;
    padding-left: 2rem;
    padding-bottom: 6.5rem;
}

.features_3_content_center img {
    overflow: hidden;
}

.features_3_intro, .features_3_content_left, .features_3_content_right, .features_3_content_center {
    opacity: 0;
}

.gallery {
    margin: 0px;
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
    background: white;
    position: relative;
    display: block;
    z-index: 100;
    text-align: center;
    background-color: white;
}

#owl-gallery {
    margin-top: 3.4rem;
}

#owl-gallery-logos {
    margin-top: 3.4rem;
}

.item {
    margin: 1rem;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}

.item a:hover {
    cursor: url(../images/cursor.png), auto;
}

.item a:hover img {
    opacity: 0.8;
    -webkit-animation: pulse .5s;
    animation: pulse .5s;
}

.gallery_intro, .gallery_carousel {
    opacity: 0;
}

#dev_blog {
    margin: 0px;
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
    background: white;
    position: relative;
    display: block;
    z-index: 100;
    text-align: center;
    background-color: white;
}

#dev_blog_intro {
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 3rem;
}

#dev_blog_posts {
    margin-bottom: 1.2rem;
}

.dev_blog_post {
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 0.6rem;
    padding-top: 1rem;
}

.dev_blog_post a {
    font-family: 'Lane', sans-serif;
    font-weight: normal;
}

#dev_blog_intro, #dev_blog_content {
    opacity: 0;
}

.footer {
    padding-top: 20vh;
    padding-bottom: 10vh;
    background: white;
    position: relative;
    display: block;
    z-index: 100;
    text-align: center;
}

#business {
    padding-top: 85px;
    background: white;
    position: relative;
    z-index: 100;
    text-align: center;
    min-height: calc(100vh - 178px);
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    #business {
        /*padding-top: calc(11vh + 55px);*/
    }
}

#business.is-hidden {
    display: none;
}

.business-tagline {
    font-size: 1.5em
}

.footer h2, .footer p, #business h2, #business p, .footer h3 {
    color: white;
}

#newsletter_form {
    margin-top: 1.625rem;
    height: 3.25rem;
}

.subscribe-form {
    margin-left: auto;
    margin-right: auto;
    width: 28.75rem;
    position: relative;
    z-index: 10;
}

.subscribe-input {
    float: left;
    padding-left: 1.2rem;
    padding-top: 0.1rem;
    width: 21.875rem;
    height: 3.25rem;
    font-size: 1rem;
    font-weight: 300;
    color: #444;
    background: white;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
}

.subscribe-input:focus {
    outline: 0;
}

.subscribe-submit {
    color: white;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    height: 3.25rem;
    width: 8rem;
    line-height: 1rem;
    text-decoration: none;
    text-align: center;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    color: white;
    outline: 0;
}

.subscribe-submit:active {
    outline: 0;
}

.subscribe-submit:hover {
    opacity: 0.8
}

#preview {
    width: 28.6rem;
    height: 3.25rem;
    border-radius: 10px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: -3.25rem;
    padding: 1.1rem;
    color: black;
    z-index: 5;
    -webkit-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#preview p {
    margin: 0;
    line-height: 1rem;
    font-weight: 600;
    color: black;
}

#share {
    margin-top: 3.25rem;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    padding-top: 3.25rem;
}

#social_icons {
    text-align: center;
    margin-bottom: 3.6rem;
}

#social_icons li {
    display: inline;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

#fb_icon, #tw_icon, #in_icon, #g_icon, #pin_icon, #fli_icon {
    width: 2.5rem;
    height: 2.5rem;
    -webkit-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#fb_icon:hover, #tw_icon:hover, #in_icon:hover, #g_icon:hover, #pin_icon:hover, #fli_icon:hover {
    cursor: pointer;
}

#blog_header {
    height: 13rem;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: url(../images/bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#logo_blog {
    margin-top: 4.875rem;
    margin-bottom: 0.4rem;
    opacity: 1;
    text-align: left;
}

#logo_header {
    margin-bottom: 4.3rem
}

#title {
    color: white;
    margin-top: 4.875rem;
    padding: 0;
    opacity: 1;
    text-align: left;
}

#logo, #logo_header, .slogan, #home_image {
    opacity: 0;
}

.home-menu {
    cursor: pointer;
}

#button_back {
    margin-top: 5rem;
    margin-bottom: 4rem;
    margin-right: 1rem;
    float: right
}

.post {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
    background: white;
    position: relative;
    display: block;
    z-index: 20;
    text-align: left;
    border-bottom: solid 1px #f0f0f0;
}

.post h2 {
    margin-bottom: 1.1rem;
    max-width: 43rem;
}

.post h6 {
    margin-bottom: .5rem;
}

.post img, .video {
    margin-top: .5rem;
    margin-bottom: 2.9rem;
}

.post .cta2 {
    margin-left: 0px;
}

iframe {
    border: 0
}

#pagination {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
    background: white;
    position: relative;
    display: block;
    z-index: 20;
    text-align: center;
}

#pagination a {
    display: inline-block;
    margin-right: 1em;
}

.comment {
    padding: 2rem;
    margin-top: 2rem;
    float: left;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-left-radius: 7px;
}

#comments {
    margin-bottom: 6.5rem
}

.comment p {
    overflow: hidden;
}

.gal-item {
    display: flex;
    align-items: center;
    flex-direction: column;

}


.comment h6 {
    display: inline
}

.reply {
    float: right;
    width: 90%;
}

#comment-form {
    margin-bottom: 2rem;
}

.comment-input {
    float: left;
    padding-left: 1.2rem;
    padding-top: 0.1rem;
    width: 100%;
    height: 3.25rem;
    font-size: 1rem;
    font-weight: 300;
    color: #444;
    background: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 2px #d8d8d8;
    margin-bottom: 2rem;
}

.comment-textarea {
    float: left;
    padding-left: 1.2rem;
    padding-top: 1rem;
    width: 100%;
    height: 8rem;
    font-size: 1rem;
    font-weight: 300;
    color: #444;
    background: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 2px #d8d8d8;
}

.comment-input:focus, .comment-textarea:focus {
    outline: none;
}

input[type="text"].comment-input:focus {
    background: white !important;
}

.comment-submit {
    color: white;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    height: 3.25rem;
    width: 8rem;
    line-height: 1rem;
    text-decoration: none;
    text-align: center;
    display: block;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    outline: 0;
    float: right;
}

.comment-submit:active {
    outline: 0;
}

.comment-submit:hover {
    opacity: 0.8
}

.image_teacher {
    postion: relative;
}

.text_gal {
    display: flex;
    align-items: center;
}

.img_gal {
    position: absolute;
}

.caption {
    margin: 0 auto;
}

.is-hidden.sn-contact-form {
    display: none;
}

.sn-contact-form {
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    z-index: 111110;
    border-radius: 1%;
    padding: 10px 20px;
    top: 50%;
    margin-top: -25vh;
}

#button_download {
    cursor: pointer;
}

@media (min-width: 1200px) {
    .sn-contact-form {
        width: 40vw;
        left: 50%;
        margin-left: -20vw;
    }

    .sn-contact-form h2 {
        font-size: 40px;
        text-align: center;
        margin-bottom: 0;
    }
}

@media (min-width: 741px) and (max-width: 1199px) {
    .sn-contact-form {
        width: 60vw;
        left: 50%;
        margin-left: -30vw;
    }

    .sn-contact-form h2 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 0;
        padding-top: 30px;
    }
}

@media (max-width: 740px) {
    .speak-faq-popup,
    .sn-contact-form {
        background-color: rgba(255, 255, 255, 1);
        position: fixed;
        z-index: 111111;
        width: 90vw;
        height: 70vh;
        top: 50%;
        left: 50%;
        margin-top: -35vh;
        margin-left: -45vw;
        border-radius: 1%;
    }

    .sn-contact-form {
        padding: 10px 20px;
        height: auto;
        top: 15%;
        margin-top: 0;
    }

    .sn-contact-form h2 {
        font-size: 24px;
        padding-bottom: 10px;
        padding-top: 30px;
        text-align: center;
    }
}

@media screen and (orientation: landscape) and (max-width: 736px) {
    .sn-contact-form {
        top: 7%;
    }

    .sn-contact-form h2 {
        padding: 0;
        margin: 0;
        line-height: 1.15;
        font-size: 20px;
    }

    .form-group {
        margin-bottom: 5px;
    }
}

.flags-container.is-hidden {
    display: none;
}

.flags-container {
    position: absolute;
    text-align: center;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .flags-container {
        top: 15px;
        z-index: 111111;
    }
}

.ajax-loader {
    display: none;
    padding-left: 16px;
}

.error-message {
    padding-left: 16px;
    display: none;
    font-weight: bold;
    background-color: white;
}

#business-form .error-message {
    padding: 20px 0;
    border-radius: 10px;
}

.error-message.success {
    color: #0bc560;
}

.error-message.error {
    color: red;
}

.flags-container a {
    padding: 10px;
}

body.lang-he {
    direction: rtl;
}

body.lang-he,
body.lang-he a,
body.lang-he li,
body.lang-he p,
body.lang-he h1,
body.lang-he h2,
body.lang-he h3,
body.lang-he h4 {
}

body.lang-he .speak-ils {
    font-size: 17px;
}

body.lang-he #homescreen,
body.lang-he .features_1,
body.lang-he .features_2 {
    text-align: right;
}

body.lang-he .feature_icon {
    float: right;
    margin-left: 2rem;
    margin-right: 0;
}

@media (max-width: 767px) {
    body.lang-he .feature_icon {
        float: none;
        width: 3rem;
        height: 3rem;
        margin-bottom: 1rem;
        margin-right: 0;
    }

    body.lang-he .features_1,
    body.lang-he .features_2 {
        text-align: center;
    }

    body.lang-he .speak-nav.top {
        left: 0;
        right: auto;
    }
}

body.lang-he .gallery,
body.lang-he .arrows_box {
    direction: ltr;
}

body.lang-he #business, body.lang-he #business p {
    direction: ltr;
}

body.lang-he #home {
    background: white;
}

body.lang-he .gallery h2,
body.lang-he .gallery p {
    direction: rtl;
}

@media (min-width: 768px) {
    body.lang-he .navbar-header {
        float: right;
    }
}

.locale-content {
    display: none;
}

.locale-show {
    display: block !important;
}

.nav.navbar-nav.navbar-default {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

/*.nav navbar-nav navbar-default{*/
/*background-color: black;*/
/*width: 100%;*/
/*margin: 0px;*/
/*padding: 0px;*/
/*color: black;*/
/*}*/

/*.speak-nav {*/
/*margin-top: 0px !important;*/
/*}*/
.speak-nav-container {
    padding: 0px;
    margin: 0px;
}

.speak-nav .navbar-speak {
    padding: 0 0 16px;
    justify-content: flex-end;
}

.round-button {
    border-radius: 20px;
    border: solid 1px #637280;
    margin-top: 18px !important;
    padding: 8px 24px;
    background-color: white;
    color: #637280 !important;
    font-weight: 600;
    opacity: 0.6;
    letter-spacing: 1px !important;
}


.logos-container.container {
    padding: 0;
}

.logos {
    /*background-color: #f2f2f2;*/
}

.logos img {
    height: 80px;
    width: auto;
    margin: 15px 0;
    max-width: 125px;
    object-fit: contain;
}

.owl-item:last-child img {
    margin-right: 0;
}

.login-btn {
    color: #637280 !important;
    opacity: 0.8;
    letter-spacing: 1px;
}

.speak-logo-white {
    margin-bottom: 30px;
}


#gallery2_en {
    padding: 0px;
    margin: 0px;
}

.gallery2 {
    background-color: #f2f2f2;
}

.gallery22 {
    background-color: #f2f2f2;
    direction: ltr;
}

.cta2 {
    color: white !important;
    background-color: #006bf4 !important;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    padding-top: 0.8rem;
    padding-bottom: 1rem;
    width: 244px;
    height: 60px;
    /* line-height: 1rem; */
    text-decoration: none;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: 0.625rem;
    /* margin-right: 0.625rem; */
    letter-spacing: 0rem;
    -webkit-border-top-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-bottom-left-radius: 50px;
    opacity: 1;
}

#teachers-menu {
    color: #637280 !important;
    opacity: 0.8;
}

/*#business-menu, #more-info-btn {*/
/*    color: #637280 !important;*/
/*    opacity: 0.8;*/
/*}*/

.round-button {
    color: #637280 !important;
    opacity: 0.8;
}

@media only screen and (min-width: 768px) {
    .col-sm-6.col-md-6.col-lg-6.service_1 {
        padding-left: 13%;
    }

    .col-sm-6.col-md-6.col-lg-6.service_2 {
        padding-right: 13%;
    }
}

.h3_text_services {
    padding-top: 30px;
}

div#slogan-en {
    width: 100%;
}

img.speak-logo-white {
    max-width: 225px;
}

.col-md-2.col-sm-2.middle-logo-part img {
    max-width: 140px;
    margin-top: -10px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background: #333;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
}

h1 {
    margin: 0;
}


#contact:hover {
    background: #666;
}

#contact:active {
    background: #444;
}

#contactForm {
    display: none;
    border: 6px solid #262626;
    padding: 2em;
    width: 600px;
    text-align: center;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)

}

input, textarea {
    margin: .8em auto;
    text-transform: inherit;
    font-size: inherit;
    display: block;
    width: 250px;
    padding: .4em;
    border: 1px solid gainsboro;

}

textarea {
    height: 65px;
    resize: none;
}

.formBtn {
    width: 140px;
    display: inline-block;
    background: teal;
    color: #fff;
    font-weight: 100;
    font-size: 1.2em;
    border: none;
    height: 30px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: left;
    width: 100%;
}

div#contactForm {
    z-index: 1000;
}

input, textarea {
    text-transform: none;
}

@media only screen and (max-width: 991px) {
    .col-md-6 label {
        text-align: center;
    }

    #contactForm h1 {
        font-size: 21px;
        padding-bottom: 20px;
        font-size: 21px;
        padding-bottom: 20px;
        width: 60%;
        margin: 0 auto;

    }
}

@media only screen and (min-width: 768px) {
    .col-sm-6.col-md-6.col-lg-6.service_1 {
        padding-left: 13%;
    }

    .col-sm-6.col-md-6.col-lg-6.service_2 {
        padding-right: 13%;
    }
}

.h3_text_services {
    padding-top: 30px;
}

@media screen and (max-width: 962px) {
    #homescreen {
        margin-top: 10vh;
        text-align: center;
    }
}

.col-sm-4.col-md-4.ol-lg-4.features_3_content_right.animated.fadeInUp * {
    text-align: center;
}

.myIcon {
    margin: 0 auto;
    max-height: 115px;
}

.smallScreenHeight {
/ / min-height: 315 px;

}

.myImg {
    max-width: 100%;
}

img.myIcon.img.img-responsive {
    margin-bottom: 21px;
}

@media screen and (max-width: 962px) {
    .navbar-collapse .round-button {
        margin-top: 9px !important;
        margin-bottom: 0px !important;
    }

    .speak-li a {
        margin-top: 7px !important;
    }

}

.feature p, .col-sm-6.col-md-6.col-lg-6 p {
    text-transform: initial;
}

div#become-a-teacher {
    margin-top: 125px;
}

.header-menu-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;

}

.menu-li a {
    /*width: 261px;*/
    /*height: 19px;*/
    display: inline-block;
    max-width: 190px;
    font-family: Lato;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #5538c0;
    /*margin-right: 45px;*/
    margin-right: 21px;
    margin-left: 0px;
    cursor: pointer;
    text-decoration: none;
}

.menu-li a.enterprises {
    max-width: 125px;
}

.menu-li a.certification {
    max-width: 115px;
}

.menu-li.primary a {
    color: #ff6000;
    width: auto;
    margin-right: 8px;
}
.menu-li strong a {
    font-weight: bold;
}
.menu-li a.active {
    background-color: unset;
    font-weight: bold;
}
.english-learning .menu-li a.active {
    text-shadow: 1px 0 0 #6e6c6a;
}
li.menu-li {
    display: inline;
    text-transform: none;
    position: relative;
    margin-top: 0;
    vertical-align: top;
}

.open>.dropdown-menu.header-dropdown-menu {
    display: flex;
    flex-flow: column;
    padding: 16px;
}

.open>.dropdown-menu.header-dropdown-menu .dropdown-link {
    margin-bottom: 12px;
    width: 160px;
    max-width: 160px;
    white-space: normal;
    height: auto;
    margin-right: 0;
}

.menuDiv {
    text-align: right;
    margin-top: 1.7%;
}

.separate {
    max-width: 531px;
    height: 2px;
    background-color: #5538c0;
    margin-top: 30px;
    margin-bottom: 26px;

}

.smallText {

    margin-bottom: 28px;
    text-transform: none;
}

.smallText h6 {
    font-family: Lato;
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.52;
    letter-spacing: normal;
    text-align: left;
    color: #5538c0;
}

.smallText p {
    font-size: 23px;
    font-weight: 300;
    line-height: 1.36;
}

div#slogan-en {
    text-transform: none;
}

.tryOut {
    /*width: 180px;*/
    /*height: 63px;*/
    display: inline-block;
    border-radius: 31.5px;
    background-color: #ff5800;
    font-family: Lato;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #e9efff;
    text-transform: none;
    padding: 17px 48px 17px 48px;
    cursor: pointer;
}

#homescreen .tryOut {
    display: block;
    width: 314px;
    height: unset;
}

#tryoutDiv {
    margin-top: 60px;
    min-height: 50px;
}

.sideText h2 {
    font-family: Lato;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #5538c0;
    text-transform: none;
}

#certificate h2, #certificate2 h2 {

    font-family: Lato;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: normal;
    text-align: center;
    text-transform: none;
    color: #5538c0;
    padding-top: 30px;
    font-size: 42px;
    padding-bottom: 10px;

}

#certificate2 h2 {
    font-size: 48px;
}

.sideText p {
    font-family: Lato;
    font-weight: 300;
    font-size: 23px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #000000;

}

.sideText .tryOut, #certificate .tryOut {

    padding: 17px 62px 17px 62px;
}

#certificate {
    width: 100;
    height: 530px;
    border-opacity: 0.2;
    border-radius: 63px;
    border: solid 3px rgba(32, 46, 120, 0.2);
    margin: 0 auto;
}

#certificate p {
    width: 72.6%;
    margin: 0 auto;
    text-transform: none;
    font-family: Lato;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    font-size: 23px;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

#certImg {
    height: 124px;
    margin: 0 auto;
    margin-top: -58px;
    background: white;

}

#speakLogo {
    width: 119px;
    height: 46px;
    margin-top: 1.1%;
}


#features_2_en {
    height: auto;
    position: relative;
    height: auto;
    background: url(../images/illustration2.svg) no-repeat;
    min-height: 1170px;
    background-position: top right;
    background-position: right -25rem top;
    background-position-y: -90px;
}

#features_1_en {
    position: relative;
    height: auto;
    background: url(../images/chartIllu.svg) no-repeat;
    width: 100%;
    background-position: top left;
    min-height: 869px;
    background-position-x: -25%;

}


#home {
    height: auto;
    position: relative;
    height: auto;
    width: 100%;

}

.arrows_box {
    display: none;
}

.textContainerRight {
    margin-right: 11.5%;
}

.textContainerLeft {
    margin-left: 8.5%;
}

#features_1_en .sideText, #features_2_en .sideText {
    margin-top: 25% !important;
}


#certificate2 {
    width: 100;
    border-opacity: 0.2;
    border-radius: 63px;
    margin: 0 auto;
}

#certificate2 p {
    width: 72.6%;
    font-family: Lato;
    font-size: 23px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    text-transform: none;
    margin: 0 auto;
    color: #000000;
}

.feature h4 {
    font-family: Lato;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    text-transform: none;
}

.features_3_content_right {
    padding-bottom: 1.5rem;
}

#speakLogo2 {
    max-height: 58px;
    max-width: 170px;
    float: left;
}

.copyrightText {
    float: right;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: right;
    color: rgba(43, 43, 43, 0.7);
    text-transform: none;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.smallLinks {
    /*width: 137px;*/
    /*height: 20px;*/
    opacity: 0.9;
    font-size: 23px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.81;
    letter-spacing: normal;
    text-align: left;
    color: rgba(43, 43, 43, 0.6);
    text-transform: none;
    float: left;
    margin: 0 16px 16px 0;
}

.copyrightText .copyrightLinks {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

.copyrightText .smallLinks {
    font-size: 1rem;
    line-height: 1.625em;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: rgba(43, 43, 43, 0.7);
    text-transform: none;
    margin: 0 0 8px 16px;
}

#home .homescreen-image {
    padding: 0;
    margin-top: 8vh;
}

@media screen and (max-width: 962px) {
    .main-menu-part {
        height: 100%;
        text-align: left;
    }

    li.menu-li {
        display: inline-block;
        text-align: center;
    }

    #features_1_en {
        min-height: 400px;
    }

    #certificate {
        height: 100% !important;
        padding-bottom: 40px;
    }
}

img.myIcon.img.img-responsive {
    background: gainsboro;
    border-radius: 50%;
    width: 250px;
    padding: 40px;
}

.myIcon {
    margin: 0 auto;
    max-height: 250px;
}

.aboutNoPadding {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.cefr-logo {
    max-width: 146px;
    max-height: 145px;
    float: left;
    margin-right: 35px;
}

.cefr-slogan {
    max-width: 100%;
    margin-top: 20px;
}

.CefrSmallText {
    font-family: Lato;
    font-size: 23px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #0a0a0a;
    text-transform: none;
    text-align: left;
}

.cefrHome .title {
    margin-bottom: 15px;
}

.cefrHome {
    margin-top: 22% !important;
}

.cefr-text {
    font-family: Lato;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.52;
    letter-spacing: normal;
    text-align: center;
    color: #040404;
    text-transform: none;
}

.cefr-title {
    font-family: Lato;
    font-size: 58px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #5538c0;
    text-transform: none;
}

.scoring {
    margin-top: 55px;
}

.speakAligns {
    margin-top: 60px;
    margin-bottom: 10px;
}

.micImg {
    width: 35px;
    height: 50px;
    padding: 0;
    margin: 0;
    margin-right: -4px;
    margin-left: -4px;
}

.sideText p {
    text-transform: none;
}

.marginTop {
    margin-top: 10%;
}

.noOverflow {
    overflow: hidden;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #573ac1 !important;
}

.footer1 {
    margin-top: 4%;
    padding-left: 0;
}

.footer_3 {
    margin: 0px;
    padding-bottom: 0rem;
    height: 178px;
    background-color: #eeeff5;
    position: relative;
    display: block;
    z-index: 20;
    text-align: left;
    overflow: hidden;
}

.footer_3 .container {
    margin-top: 4%;
}

.footerLogo {
    padding: 0;
}

@media screen and (max-width: 992px) {
    #speakLogo2 {
        max-width: 95px;
    }

    .footerLogo .smallLinks {
        height: auto;
        width: auto;
        font-size: 18px;
        margin-left: 15px;
    }

    .footer_3 {
        height: 100%;
    }

    .footerLinks {
        float: right;
    }

    #speakLogo2 {
        max-height: 32px;
    }
}

.TheTestSmallText {
    font-family: Lato;
    text-transform: none;
    max-width: 800px;
    margin: 0 auto;
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #5538c0;
}

.test-left-title {
    font-family: Lato;
    font-size: 34px !important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;

    text-transform: none;
    color: #5538c0;
}

.theTestParagraph {
    max-width: 809px;
    font-family: Lato;
    text-transform: none;
    font-size: 23px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #040404;
}

.test-title {
    font-size: 58px !important;
}

.testStucture {
    margin-bottom: 60px;
}

.testStucture p {
    margin-bottom: 16px;
}

.testStucture p:last-child {
    margin-bottom: 0;
}

.halfItemText {
    font-family: Lato;
    font-size: 23px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    text-transform: none;
}

.halfItemTitle {
    font-family: Lato;
    font-weight: bold;
    color: #5538c0;
    text-transform: none;
    font-size: 23px;
}

.facts {
    margin-top: 30px;
}

.testingProcessP {
    font-family: Lato;
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #5538c0;
}

.TestTitle {
    color: #5538c0;
    text-transform: none;

}

.testSmall {
    max-width: 791px;
    margin: 0 auto;
    font-family: Lato;
    font-size: 23px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    text-transform: none;
    margin-bottom: 28px;
}

.section-icon {
    max-width: 7rem;
}

.speak-btn-test {
    display: inline-block;
    padding: 20px 80px;
    border-radius: 31.5px;
    background-color: #ff5800;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #e9efff;
    text-transform: none;
    margin-bottom: 28px;
    border: solid 0 #ff5800;
    background-color: #ff5800;
    cursor: pointer;
}

.speak-btn-test:hover {
    opacity: 0.9;
    color: white !important;
    text-decoration: none;
    outline: none;
}

.speak-btn-test:focus, .speak-btn-test:active, .speak-btn-test:visited  {
    text-decoration: none;
    outline: none;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .speak-btn-test {
        font-size: 15px;
    }
}
.alignL {
    text-align: left !Important;
    margin-left: 0px;
}

.textMargin {
    margin-top: 10%;
}

@media screen and (max-width: 769px) {
    div#slogan-en {
        text-transform: none;
        margin: 0 auto;
        text-align: center;
        padding-top: 25px;
    }

    .CefrSmallText {
        text-align: center;
    }

    .cefr-logo {
        max-width: 90px;
        /* max-height: 145px; */
        float: none;
        margin-right: 35px;
        margin: 0 auto;
    }

    #homescreen {
        margin-top: 5vh;
    }

    .menu-li a {
        margin-right: 0px;
        width: 100%;
    }

    li.menu-li {
        text-align: right;
        width: 100%;
    }

    .copyrightText p, .copyrightText .smallLinks {
        font-size: 11px;
    }

    .logoMobile {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1000;
        width: 105px;
        display: block;
        padding: 16px 15px;
    }

    .logoMobile li {
        margin: 0;
    }

    #tryoutDiv {
        text-align: center;
    }

    #homescreen .tryOut {
        margin: auto;
    }

    .footer_3 {
        padding-top: 7%;
        padding-bottom: 7%;
    }

    .testingProcess {
        display: none;
    }

    .testingProcessMobile {
        display: block;
        padding: 0;
        margin: 0;
    }

    .test-title {
        font-size: 2.5rem !important;
        margin-top: 20px;
    }


    .alignL {
        text-align: inherit !important;
    }

    .TheTestSmallText {
        text-align: left;
    }

    .speakAligns {
        margin-top: 30px;
        margin-bottom: 40px;
    }

}

@media screen and (min-width: 768px) {
    .beforeScoring {
        margin-bottom: 80px;
    }

    .testingProcess {
        display: block;
    }

    .testingProcessMobile {
        display: none;
    }

    .logoMobile {
        display: none !Important;
    }

}

.slogan h2 {
    font-weight: bold;
}

img.linkedin {
    max-width: 25px;
    margin-top: -5px;
}

.smallerHeading, .smallerHeading a {
    font-family: Lato;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #5538c0;
    font-weight: bold;
}

.research .highlight, .research .marginD {
    margin-bottom: 30px;
}

.references {
    font-family: Lato;
    font-size: 16px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.tryOut:hover {
    opacity: 0.9;
    color: white !important;
}

.menu-li a:hover {
    text-shadow: 1px 0 0 #5538c0;
}

.menu-li.primary a:hover {
    text-shadow: 1px 0 0 #ff6000;
}

* {
    font-family: 'Lato', sans-serif;
}

.leave-details {
    width: 100%;
    text-align: center;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    .col-xs-12.col-sm-8.col-sm-offset-1.first-screen.text-center {
        margin-top: 22vh;
    }
}

@media screen and (min-width: 768px) {

    .homepage.title {
        font-size: 48px !important;
        line-height: 54px !important;
    }
}

@media screen and (max-width: 768px) {
    #homescreen {
        margin-top: 0px;
    }

    .homepage.title {
        font-size: 35px !important;
        line-height: 41px !important;
    }

    .micImg {
        width: 25px;
        height: 35px;
    }

    .smallText h6 {
        font-size: 17px;
    }

    #certificate {
        margin-left: 10px;
        margin-right: 10px;
    }

    div#certificate2 h2, #certificate h2 {
        font-size: 25px;
    }

    .feature img {
        width: 100%;
        max-width: 50%;
        margin: 0 auto;
    }

    .tryOut {
        font-size: 15px;
    }

    .sideText .tryOut, #certificate .tryOut {
        padding: 17px 50px 17px 50px;
    }

    .sideText h2, .sideText p {
        text-align: center !important;
    }

    .smallText h6 {
        text-align: center;
    }

    .btn-container a {
        font-size: 15px;
    }
}

.col-xs-12.col-sm-9.col-sm-offset-2.speak-for-page-details.research.blog {
    margin-bottom: 5rem;
}

.blogTitle {
    display: none;
}

img.mainimage.img-responsive {
    max-height: 300px;
    margin-bottom: 25px;
}

.releaseDate {
    margin-bottom: 15px !Important;
    margin-top: 0px;
}

.feature img {
    max-width: 80%;
}

.what-makes-speak-different .difference-item .item-title {
    font-size: 1.7rem !important;
}

h2.title {
    font-weight: bold !Important;
    margin-bottom: 1rem !important;
}

.TestTitle {
    font-weight: bold !Important;
    margin-bottom: 1rem !important;
}

h2.title.text-center.cefr-title.test-title {
    margin-top: 40px;
}

img.scoring.img-responsive {
    padding-left: 7%;
    padding-right: 10%;
}

.who-uses-speak section.speak-for .section-title h6 {
    font-weight: normal;
}

.who-uses-speak section.speak-for .section-title h6 span {
    font-weight: bold;
}

.blog img {
    padding-left: 0px;
}

h3.highlight.releaseDate {
    margin-bottom: 0px !IMPORTANT;
}

h4.highlight.releaseDate {
    color: gray;
    font-size: 15px;
    font-weight: normal;
}

.testemonials_image {
    width: 233px;
    height: 233px;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 10%;
}

.testemonials-text {
    font-family: Lato;
    font-size: 30px;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #5538c0;
    text-transform: none;
    margin-top: 40px;
    font-weight: 300;
}

.testemonials-name {
    font-family: Lato !important;
    font-size: 25px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #5538c0;
    text-transform: none;
    margin-top: 50px;
}

#testemonials_en {
    background: url('../../images/assessment/orange-bg.svg');
    background-position: center;
    background-repeat: no-repeat;
    min-height: 906px;
    margin-left: 5%;
    margin-right: 5%;
}


.mySlides {
    display: none;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 17px;
    width: 17px;
    margin: 0 2px;
    border: solid 2px #ff5800;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #ff5800;
}

.dots {
    margin-top: 5.5%;
}

table {
    width: 100%;
}

th, td {
    border: 1px solid black;
    font-size: 23px;
    padding: 5px!important;
}

@media (max-width: 767px) {
    #homescreen {
        display: flex;
        flex-flow: column;
    }
    #homescreen #slogan-en{
        order: 1;
    }
    #homescreen #tryoutDiv{
        order: 2;
        margin: 24px auto;
    }
    #homescreen .smallText{
        order: 3;
    }

    #homescreen .CefrSmallText{
        order: 2;
    }

    .separate {
        display: none;
    }

    .copyrightText {
        align-items: flex-start;
    }

    .copyrightText .copyrightLinks {
        justify-content: flex-start;
    }

    .copyrightText .smallLinks {
        margin: 0 16px 8px 0;
    }
}
