@font-face {
    font-family: 'Merri';
    src: url(./../fonts/Merriweather/Merriweather-Regular.ttf);
}

@font-face {
    font-family: 'Merri-Light';
    src: url(./../fonts/Merriweather/Merriweather-Light.ttf);
}

@font-face {
    font-family: 'Merri-LightItalic';
    src: url(./../fonts/Merriweather/Merriweather-LightItalic.ttf);
}

@font-face {
    font-family: 'Merri-Bold';
    src: url(./../fonts/Merriweather/Merriweather-Bold.ttf);
}

@font-face {
    font-family: 'Merri-BoldItalic';
    src: url(./../fonts/Merriweather/Merriweather-BoldItalic.ttf);
}

@font-face {
    font-family: 'IBM-Bold';
    src: url(./../fonts/IBM_Plex_Sans/IBMPlexSans-SemiBold.ttf);
}

@font-face {
    font-family: 'IBM-Light';
    src: url(./../fonts/IBM_Plex_Sans/IBMPlexSans-Light.ttf);
}

@font-face {
    font-family: 'IBM-Medium';
    src: url(./../fonts/IBM_Plex_Sans/IBMPlexSans-Medium.ttf);
}

@font-face {
    font-family: 'IBM';
    src: url(./../fonts/IBM_Plex_Sans/IBMPlexSans-Regular.ttf);
}

/* body.xs-device,
html.xs-device {
    overflow-x: hidden !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
} */
html.xs-device {
    width: 100%;
    height: 100%;
}

/* body.xs-device {
    overflow-y: auto !important;
} */

body.lg-device,
body.sm-device,
body.md-device {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow-y: auto !important;
    font-family: 'Merri' !important;
}

body.xs-device {
    font-family: 'Merri' !important;
    margin: 0;
    padding: 0;
    position: fixed;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-user-drag: none;
    -ms-content-zooming: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.xs-device .wrap {
    z-index: 1;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
    height: calc(100% - 50px);
    width: 100%;
}

a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
}

header {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    background: white;
    width: 100%;
    z-index: 99999999999;
    perspective: 1000px;
}

header {
    display: flex;
    align-items: center;
}

.header-content {
    width: 100%;
    padding: 30px 60px 30px 30px;
    float: left;
}

.learnmore {
    color: #007BFF !important;
}


.header-nav {
    float: left;
}

.header-actions {
    float: right;
}

.nav-item {
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    font-family: 'IBM-Medium';
    cursor: pointer;
}

.nav-item img {
    width: 90%;
}

.nav-item a {
    color: #333;
}

.header-actions a.nav-btn {
    margin-left: 20px;
    padding: 8px 10px;
    border-radius: 3px;
    color: #212121;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    font-family: 'IBM-Bold' !important;
}

.header-actions a.nav-btn.active {
    background: #4dcf95;
    color: white;
}

.primary_bg {
    background: #4dcf95 !important;
}

.primary {
    color: #4dcf95 !important;
}

.btn {
    cursor: pointer;
    font-family: 'IBM-Bold' !important;
}

.triangle {
    width: 10px;
    height: 5px;
    border-top: solid 5px #000;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    display: inline-block;
    padding-top: 3px;
    margin-left: 3px;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: white;
}

footer {
    font-size: 1.6rem;
    font-family: 'IBM-Medium';
}

footer ul {
    margin-bottom: 0;
}

footer ul li {
    list-style: none;
    display: inline-block;
    padding-right: 40px;
}

footer .hyper-links ul li {
    display: block;
    padding: 7px 0;
}

.copyright {
    padding-right: 40px;
}

.cpy-footer {
    padding: 10px 0 40px 0;
    font-family: 'IBM' !important;
}


.divider {
    display: block;
    width: calc(100% - 80px);
    height: 5px;
    background: #f2f3f5;
    margin: 25px 40px 20px 40px;
    border-radius: 3px;
}

.footer_header {
    color: #969d9a;
    font-size: 1.8rem;
}

.social-icons {
    float: right;
    padding-right: 20px;
}

.social-icons li img {
    width: 40px;
}

.social-icons li img.twitter {
    width: 30px;
}

.social-icons li {
    padding-right: 20px;
}

.footer-link {
    padding-top: 10px;
    margin-left: 15px;
}

.form-control {
    height: 40px;
    border-radius: 4px !important;
}

.in-block {
    display: inline-block;
}

.center {
    text-align: center;
}

.chart-arrow {
    position: absolute;
}

.chart-arrow img {
    width: 100%;
}

.chart-arrow.arrow1 {
    top: 24%;
    left: 19%;
}

.chart-arrow.arrow2 {
    top: 19%;
    left: 48%;
}

.chart-arrow.arrow3 {
    top: 28%;
    left: 54%;
}

.chart-arrow.arrow4 {
    top: 50%;
    left: 58%;
}

.chart-arrow.arrow5 {
    top: 60%;
    left: 59%;
}

.chart-arrow.arrow6 {
    top: 61%;
    left: 39%;
    transform: rotate(40deg);
}

.chart-arrow.arrow7 {
    top: 51%;
    left: 21%;
    transform: rotate(20deg);
}

.footer {
    padding-bottom: 25px;
}

.xs-device .footer {
    padding-bottom: 0;
}

.bg-footer {
    position: absolute;
    left: 0;
    top: -50px;
    bottom: 0;
    z-index: -1;
}

.bg-footer img {
    width: 100%;
    max-height: 450px;
}

.posR {
    position: relative;
}

.bg-top {
    position: absolute;
    top: 45px;
    left: -40px;
    z-index: -1;
}

.bg-top .cover,
.bg-footer .cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: white;
    width: 100%;
    transition: transform 1s ease;
}

.bg-footer .cover {
    transition: transform 2s ease;
    height: 445px;
}

.bg-top .cover.draw-cover,
.bg-footer .cover.draw-cover {
    transform: translateX(100%);
}

.action_btn {
    background: #51a351;
    color: white;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 18px;
    display: inline-block;
}

.show-drop {
    opacity: 1 !important;
    margin-top: 6px !important;
}

.ptr_none {
    pointer-events: none !important;
}

.dropdown {
    position: relative;
    margin-top: 0px;
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: 1;
}

.dropdown .bg-drop {
    /* background: url('./../images/navigation/rectangle.svg'); */
    position: absolute;
    box-shadow: 0 1px 35px rgba(188, 181, 181, 0.38), 0 6px 6px rgba(251, 251, 251, 0.45);
    height: 180px;
    border-radius: 5px;
    width: 960px;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #FFF;
}

.dropdown ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.menu-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px !important;
    display: block;
    width: 100%;
}

.surveycls {
    color: #3B8F69 !important;
}

.feedbackcls {
    color: #E42F74 !important
}

.actioncls {
    color: #ed6a08 !important;
}

.reportcls {
    color: #3b3ac9 !important;
}

.dropdown ul li {
    list-style: none;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 20px;
    display: block;
}

.img-drop {
    -webkit-box-shadow: 0px 0px 15px 1px rgba(221, 221, 221, 0.5607843137254902);
    box-shadow: 0px 0px 15px 1px rgba(221, 221, 221, 0.5607843137254902);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.img-drop img {
    width: 100%;
}

.text-drop {
    font-family: 'IBM';
}

.arrow_box:after,
.arrow_box:before {
    bottom: 100%;
    left: 78px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.arrow_box:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 11px;
    margin-left: -11px;
}

.animation-overflow-container {
    overflow: hidden;
}

.xs-device .animation-overflow-container {
    overflow: visible;
    visibility: visible;
}

.animation-container {
    visibility: hidden;
}

.active-nav {
    color: #868f97;
}

.visible {
    visibility: visible;
}

.dropdown ul {
    height: 100%;
}

.dropdown ul li {
    height: 100%;
}

.dropdown ul li:hover {
    background: #f2f3f5 !important;
}

.xs-device .logo-sec {
    padding: 12px 40px;
}

.xs-device .logo-sec img {
    width: 40px;
}

.xs-device .culmontext {
    font-family: 'IBM' !important;
}

.xs-device .culmontext span {
    font-family: 'IBM' !important;
}

.xs-device .mobfooter li {
    line-height: 2;
    width: 100%;
}

.xs-device .bg-footer img {
    width: 300px;
}

.xs-device .social-icons {
    float: left;
}

.xs-device .cpy-footer {
    line-height: 2.4;
    background: #f2f3f5;
    margin-top: 30px;
}

.xs-device .copyright {
    float: left !important;
    padding-left: 0px;
}

.xs-device .divider {
    width: calc(100% - 25px);
    margin: auto;
}

.xs-device section {
    padding: 20px 20px 0px 20px !important;
    margin: 20px 0px 100px 0px !important;
}

.xs-device .sub-heading {
    font-size: 22px !important;
    padding: 0px !important;
    letter-spacing: 0;
}

.header-mobile-content {
    width: 100%;
    margin: 0;
    z-index: 5;
}

.logo-culmon-mob {
    float: left;
    width: 90%;
    margin: 15px 0px;
}

.menu-icon {
    width: 40px;
    float: right;
    margin: 10px 0px;
}

.footer-link li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

footer li {
    font-size: 100% !important;
}

.col-xs-12 {
    padding: 0 !important;
}

.q-img img {
    width: 100% !important;
}

.xs-device .dropdown .bg-drop {
    position: fixed;
    top: 50px;
    width: calc(100% - 32px) !important;
    left: 0;
    margin: 16px;
    display: block !important;
    height: 530px;
}

.xs-device .nav-mob.feature-cls {
    float: right;
    transition: 0.2s ease-in-out;
}

.xs-device .nav-mob a {
    display: flex;
    width: 100%;
}

.xs-device .dropdown ul li h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    color: #e62973;
    font-size: 18px !important;
    float: left;
}

.xs-device .dropdown ul {
    margin: 0;
    padding: 15px;
    column-count: 2;
    display: flex;
    text-align: center;
    width: 100%;
    height: auto !important;
    flex-direction: row;
    flex-wrap: wrap;
}

.xs-device .dropdown ul li {
    text-align: left;
    padding: 0;
    display: flex;
    height: auto !important;
    font-size: 16px;
    font-weight: bold;
}

.xs-device .img-drop {
    margin: 10px 15px;
    float: left;
}

.xs-device .bg-drop .divider {
    width: calc(100% - 60px);
}

.xs-device ul.botnav {
    column-count: 1 !important;
}

.xs-device .botnav li {
    display: block !important;
    padding: 10px !important;
    padding-left: 15px !important;
}

.xs-device .botnav a {
    color: #333;
}

.xs-device .bg-drop .action_btns {
    padding: 0 30px !important;
}

.get_title {
    font-size: 3.0rem !important;
    font-family: 'IBM-Bold' !important;
    margin-bottom: 5px !important;
}

.get_content {
    font-size: 1.8rem !important;
    letter-spacing: 0.5px !important;
    line-height: 1.5 !important;
}

.get_content span {
    font-size: 2rem !important;
    font-family: 'IBM-Bold' !important;
    margin-bottom: 3px !important;
    display: block !important;
}

.nowrap {
    display: inline-block;
    white-space: nowrap;
}

.logo-sec {
    cursor: pointer;
}

.logo-sec a {
    color: #333;
}

.hyper-links a {
    color: #333;
}

.cond-cls {
    margin-left: 15px;
}

.translate100 {
    transform: translateX(100%) !important;
}

.xs-device .cond-cls,
.xs-device .footer-link {
    margin-left: 0 !important;
}

.xs-device .footer ul {
    margin-left: 0;
    padding-left: 0;
}

.xs-device .row.hyper-links {
    margin-left: 0;
    margin-right: 0;
}

.xs-device .cpy-footer {
    padding-left: 30px !important;
}

.xs-device .bg-drop .action_btn {
    justify-content: center;
}

.xs-device .bg-top img {
    width: 100% !important;
}

.xs-device .bgcls {
    min-height: 1000px;
}

.xs-device .animation-container {
    visibility: visible !important;
}


.caesar {
    opacity: 0;
}

.caesar.anim {
    animation: caesar-fade-slide-right 1.2s ease-out both;
    animation-delay: 0s;
}


@keyframes caesar-fade-slide-right {
    0% {
        opacity: 0;
        transform: translateX(400%) scale(1);
    }

    100% {
        opacity: 1;
        transform: translateX(0%) scale(1);
    }
}

.survey-navclr{
    color: #3B8F69 !important;
}

.verloop-button {
    display: none;
}

.powered-by {
    display: none;
}

/* 
 * Word cloud CSS
*/

.wordcloud-header {
    margin-top: 10%;
}

.wordcloud-header h1 {
    text-align: center;
    font-size: 50px;
}

#chartdiv {
    width:100%;
    height: 700px;
}

.wordcloud-subtext {
    /* padding: 50px 20%; */
    text-align: center;    
}

.wordcloud-subtext h2 {
    line-height: 45px;
}

.companies {
    margin: 0 auto;
    height: 200px;
}

.companies-strip {
    margin: 0 auto;
    height: 150px;
}

.wordcloud-link:hover {
    color: #337ab7;
}

.wordcloud-cta {
    text-align: center;
    margin-bottom: 200px;
}

.btn-cta {
    background: #4dcf95;
    color: white;
    padding: 16px 20px;
    border-radius: 3px;
    font-size: 32px;
    display: inline-block;
    cursor: pointer;
    font-family: 'IBM-Bold' !important;    
}

.btn-cta:hover {
    background: #42af7e;
    color: white;
}

.cta-highlight {
    color: #3b3ac9 !important;
}

.motivation {
    margin: 5px;    
}

.cta-avatar {
    height: 30px;
    border-radius: 50%;    
    margin: 10px;
    /* float: left; */
}
.companies-strip-mobile{
  margin: 0 auto;
    height: 281px;
  }
