body {
    font-family: 'Open Sans', sans-serif
}

ul {
    padding: 0
}

li {
    list-style: none
}

#meteorSpin {
    position: absolute;
    left: 0;
    width: inherit;
    height: inherit;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 997
}

#myNavbar {
    float: left;
}

body, html {
    height: 100%;
    width: 100%;
}

body {
    padding-top: 54px;
}

body header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 99;
}

.navbar-header {
    width: 100%;
}

#features, #contact {
    padding: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE - START
----------------------------------------------------- */

.menu-btn-wrapper {
    display: block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

#sidebarCollapse {
    background-color: transparent;
    color: #fff;
    font-kerning: auto;
    letter-spacing: 1px;
    padding: 14px 8px;
    font-size: 16px;
    border: 0
}

.lang-switch {
    display: none;
    position: relative;
    width: 106px;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.lang-switch.open>.dropdown-toggle.btn-primary {
    background-color: transparent;
    color: #000;
    border-color: transparent;
}

.lang-switch .dropdown-menu {
    min-width: 82px;
    right: unset;
}

.lang-switch .dropdown-menu li:hover {
    background-color: #f5f5f5;
}

.lang-switch .btn-primary {
    background-color: #fff;
    border: 0;
    padding: 4px 6px;
}

.lang-switch .caret {
    background-color: #000;
}

.lang-switch li {
    width: 100%;
    display: -webkit-box;
}

.lang-switch .dropdown-menu>li>a {
    padding: 10px 0px;
}

.lang-switch .flag-image { 
    display: -webkit-box;
    position: relative;
    float: left;
    padding: 8px;    
}

.lang-switch .flag-image .image {
    width: 30px;
    height: 30px;
    position: relative;
}

.lang-switch a {
    display: block;
    position: relative;
    font-kerning: auto;
    letter-spacing: 1px;
    padding: 11px 0px;
    font-size: 16px;
    color: #333;
    float: left;
}

.lang-switch a.active {
    font-weight: 800;
    color: #337ab7
}

.arrow-down-wrapper {
    position: relative;
    padding: 20px 6px;
    display: block;
    float: left;
}

.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    
    border-top: 6px solid #000;
    float: left;
}

.lang-switch:focus {
    overflow: visible;
}

.lang-switch:focus  {
    overflow: visible;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(64, 64, 65, .5);
}

#sidebarCollapse:focus {
    outline: none;
}

#sidebarCollapse .text {
    margin-right: 10px;
    font-weight: 200;
}

.navbar .menu-icon, .navbar .close-icon {
    display: block;
    position: relative;
    float: right;
    top: -3px;
}

.side-wrapper .close-icon {
    top: 0px;
    width: inherit;
    height: inherit
}

.menu-icon .icon-bar, .close-icon .icon-bar {
    width: 28px;
    height: 2.1px;
    background-color: #333;
    display: block;
    position: relative;
    margin-bottom: 9px
}

.close-icon .icon-bar {
    width: 34px;
    position: absolute;
    background-color: #000;
    margin-bottom: 0px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -ms-transform-origin: 0% 0%; /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari 3-8 */
    -webkit-transform-origin: 0% 0%; /* Safari 3-8 */
    transform: rotate(45deg);
    transform-origin: 0% 0%;
}

.menu-icon .icon-bar:last-child {
    width: 20px;
    margin-bottom: 0px;
    float: right;
}

.close-icon .icon-bar:first-child {
    left: 2px;
}

.close-icon .icon-bar:last-child {
    -ms-transform: rotate(-45deg); /* IE 9 */
    -ms-transform-origin: 100% 0%; /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari 3-8 */
    -webkit-transform-origin: 100% 0%; /* Safari 3-8 */
    transform: rotate(-45deg);
    transform-origin: 100% 0%;
    right: 2px;
}

#sidebar {
    width: 400px;
    position: fixed;
    top: 0;
    right: -400px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #333333;
    transition: all 0.3s;
    overflow-y: auto;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 28px;
    height: 28px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
    top: 0;
}

#sidebar .sidebar-header {
    padding: 30px;
}

#sidebar .sidebar-header .image {
    width: 243px;
    height: 46px;
    display: block;
    position: relative;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .navbar-nav {
    padding: 30px;
    width: 100%;
}

#sidebar .navbar-nav>li {
    float: unset;
}

#sidebar .navbar-nav>li>a {
    font-size: 30px;
    line-height: 32px;
    float: unset;
    color: #333;
    padding: 14px 0;
    font-weight: 300;
}

#sidebar .navbar-nav>li>a:hover {
    background-color: transparent;
}

#sidebar .navbar-nav>.active>.underline, #sidebar .navbar-nav>.active>.underline:focus, #sidebar .navbar-nav>.active>.underline:hover {
    width: 100%;
    display: block;
    height: 3px;
    position: absolute;
    background: #337ab7;
    bottom: 0;
    border-radius: 5px;
}

#sidebar .social-media {
    display: block;
    position: absolute;
    padding: 30px;
    float: left;
    bottom: 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE - END
----------------------------------------------------- */

section,
section .header-content {
    position: relative;
    width: 100%;
    text-align: center
}

#aboutPage #welcomeSection,
#howItWorksPage #welcomeSection::before {
    background-size: auto 440px;
    background-repeat: no-repeat
}

.nav>li {
    margin-right: 8px;
}

.nav>li:hover .underline {
    width: 100%;
    display: block;
    height: 3px;
    position: absolute;
    background: #fff;
    bottom: 0;
    border-radius: 5px
}

.nav>li>a,
.navbar-default .navbar-nav>li>.lang-switch {
    font-kerning: auto;
    letter-spacing: 1px;
    padding: 15px 14px;
    font-size: 16px
}

#welcomeSection {
    background-color: #02172c;
}

#aboutPage #welcomeSection {
    height: 440px;
    background-position-x: 86%
}

#howItWorksPage #welcomeSection {
    height: 440px
}

#howItWorksPage #welcomeSection::before {
    background-position-x: 90%
}

section .home-heading {
    font-size: 28px;
    line-height: 28px;
    margin: 0;
    font-weight: 700;
    text-align: left
}

#welcomeSection .home-heading {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 12px;
}

.header-content-inner .sub-heading {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.1;
    text-align: left;
    margin-bottom: 16px;
}

#aboutPage #featured .home-heading,
#aboutPage #testimonials .home-heading,
#registerPage #contact .home-heading {
    font-size: 25px;
    font-weight: 600;
    color: #258d78;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase
}

#contact .indicates-required {
    text-align: left
}

#contact .contact-details {
    margin: 50px 0 0
}

#contact .contact-details h3 {
    font-weight: 400;
    font-size: 20px
}

#featured {
    border-top: 1px solid #ccc
}

#features .home-heading, #contact .home-heading, #products .home-heading {
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 32px;
    display: block;
    position: relative;
    float: left;
    line-height: unset;
    color: rgba(26, 26, 26, .9);
    margin-bottom: 10px
}

.navbar-default .navbar-nav>li>.lang-switch a,
.navbar-default .navbar-nav>li>a {
    color: #fff
}

#features .header-content-inner .sub-text,
#contact .header-content-inner .sub-text, #products .header-content-inner .sub-text {
    font-weight: 400;
    font-size: 18px;
    width: 100%;
    float: left
}

#careers,
#product {
    background: #efefef
}

section {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.navbar {
    background-color: #02172c;
    border: 0;
    margin: 0;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.navbar-brand,
.navbar-nav {
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.navbar-default .navbar-nav>li>.lang-switch {
    font-weight: 200;
    display: block;
    color: #fff;
    line-height: 20px
}

.navbar-default .navbar-nav>li>.lang-switch a.active {
    font-weight: 800;
    color: #337ab7
}

.nav>li>a {
    font-weight: 400;
    color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

#footer {
    background-color: #02172c;
}

#footer .navbar-default .navbar-nav>li>a {
    color: #fff;
}

#footer .navbar-header {
    float: left;
    width: auto;
}

.navbar-nav {
    padding-top: 2px;
    padding-bottom: 2px;
    transition: all .3s ease-in-out
}

.navbar-brand {
    height: auto;
    transition: all .3s ease-in-out;
    padding: 0
}

.navbar-brand>.image,
.std-btn:hover {
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.navbar-brand>.image {
    display: block;
    position: relative;
    transition: all .3s ease-in-out
}

.navbar-brand-big {
    width: 200px!important;
    height: 54px;
    padding: 10px!important
}

.navbar-brand-small {
    width: 222px!important;
    padding: 6px!important
}

.polygon-art {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    transform: scale(1.65)!important;
    bottom: 0;
    z-index: 99;
    margin: 0
}

.polygon-art .polygon {
    display: block;
    position: relative;
    width: 100%;
    opacity: .3;
    top: 50px!important
}

#welcomeSection {
    color: #000;
    height: 500px;
    position: relative
}

#welcomeSection::before {
    content: "";
    height: 100%;
    opacity: .5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-position: center;
    background-position-x: 50%;
    background-position-y: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

#welcomeSection .meteor-image {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding-left: 140px;
}

#welcomeSection .meteor-image .image {
    display: block;
    position: relative;
    width: 100%;
}

.polygon .polygon-right {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.phone-demo-image {
    width: 100%;
    display: block;
    bottom: -30%;
    margin-top: 40px
}

.phone-demo-image>.image {
    width: 316px;
    display: block;
    position: relative;
    margin: auto
}

.home-heading {
    font-size: 70px;
    font-weight: 700;
    line-height: 68px
}

.header-content {
    display: block;
}

#welcomeSection>.container {
    height: 100%;
    position: relative;
}

#welcomeSection>.container>.header-content {
    top: 50%;
    transform: translateY(-50%);
    padding: 0
}

.header-content .header-content-inner {
    z-index: 99
}

.header-content-inner>.sub-heading {
    font-size: 22px;
    font-weight: 100;
    line-height: 1.1;
    text-align: left
}

.std-btn {
    font-size: 14px;
    line-height: 12px;
    font-weight: 600;
    background-color: #337ab7;
    border-radius: 50px;
    box-shadow: 0 0 3px rgba(64, 64, 65, .5);
    border: 1.6px solid #337ab7;
    text-transform: uppercase;
    float: left;
    padding: 10px 16px;
    transition: all .3s ease-in-out;
}

.std-btn:hover {
    background-color: #286090;
    box-shadow: 0 0 22px rgba(64, 64, 65, .5);
    border: 1.6px solid #286090;
    transition: all .3s ease-in-out
}

.std-btn:active {
    color: #fff;
    background-color: #286090!important;
    border: 1.6px solid #286090;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.std-btn.disabled:focus,
.std-btn:focus {
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    border: 1.6px solid #337ab7;
}

.std-btn:focus {
    background-color: #286090;
    transition: all .3s ease-in-out
}

.std-btn:active:focus, .std-btn:active:hover {
    border-color: #286090;
    color: #fff;
}

.std-btn.disabled:focus {
    background-color: #a33200;
    outline: 0;
    transition: all .3s ease-in-out
}

.std-btn.disabled:hover {
    background-color: #a33200!important;
    border: 0;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.outline-btn {
    border: 1.6px solid #fff;
    background-color: rgba(0,0,0,0.6);
}

.outline-btn:hover {
    border: 1.6px solid #fff;
    background-color: #fff;
    color: #333;
}

.header-content-inner .std-btn {
    margin-right: 12px;
}

.typed-cursor {
    font-weight: 300;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite
}

#contact .messages h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6em;
    color: rgba(26, 26, 26, .7);
    text-align: left
}

#contact .controls .form-group label {
    float: left;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: rgba(26, 26, 26, .7)
}

#contact .controls {
    padding-top: 16px;
    padding-bottom: 16px
}

#contact .controls .form-control {
    width: 100%;
    padding: 12px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px
}

.navbar-default .navbar-nav>.active>.underline,
.navbar-default .navbar-nav>.active>.underline:focus,
.navbar-default .navbar-nav>.active>.underline:hover {
    width: 100%;
    display: block;
    height: 3px;
    position: absolute;
    background: #337ab7;
    bottom: 0;
    border-radius: 5px
}

.mouse-icon {
    width: 100%;
    position: fixed;
    bottom: 0;
    overflow: hidden;
    display: none;
    margin: auto;
    z-index: 999;
    padding-top: 6px
}

.mouse-icon>.image {
    width: 36px;
    height: 36px;
    padding: 4px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    box-shadow: 0 0 10px #404041;
    border-radius: 50px;
    display: block
}

#careers .container,
#featured .container,
#features .container,
#footer .container,
#product .container {
    margin-top: 0
}

.wrapper {
    margin-top: 40px;
    padding: 0
}

#features .row,
#product .row {
    display: flex
}

#careers .topics,
#featured .topics,
#features .topics,
#product .topics,
#testimonials .topics {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 10px
}

#features .topics {
    padding-right: 15px;
    padding-left: 15px;
}

#testimonials .topics.center-block {
    float: unset
}

#careers .topics .inner,
#featured .topics .inner,
#features .topics .inner,
#product .topics .inner,
#testimonials .topics .inner {
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 4px;
    background: #fff;
    padding: 12px 30px
}

#features .topics .inner {
    padding: 15px 0;
}

#careers .description,
#features .description,
#product .description,
#testimonials .description {
    width: 100%;
    display: block;
    position: relative;
    float: left
}

#careers .topics h2,
#featured .topics h2,
#features .topics h2,
#product .topics h2,
#testimonials .topics h2 {
    display: block;
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin-top: 26px;
    margin-bottom: 10px;
}

#testimonials .topics h2 {
    margin-bottom: 0;
    margin-top: 16px;
    font-size: 20px;
    text-transform: unset
}

#testimonials .topics .company-name {
    font-weight: 400
}

#features .link-topic h2 {
    font-size: 25px;
    font-weight: 400;
    color: #3d948d;
    margin-bottom: 0
}

#features .link-topic h2 a {
    color: #258d78;
    cursor: pointer;
    font-weight: 600
}

#features .link-topic p {
    margin-top: 20px
}

#testimonials {
    background-color: #F2F2F2;
}

#careers .topics p,
#featured .topics p,
#features .topics p,
#product .topics p,
#testimonials .topics p {
    display: block;
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 0
}

#testimonials .topics p {
    text-indent: 6px
}

#testimonials .topics .invert-quote {
    width: 20px;
    font-size: 58px;
    display: inline-block;
    line-height: 0;
    position: relative;
    font-weight: 700;
    text-indent: -18px;
    top: 24px
}

#testimonials .topics .end-quote {
    text-indent: 6px
}

#features .topics p a {
    color: #258d78;
    font-weight: 400;
    cursor: pointer
}

#careers .topics .image,
#featured .topics .image,
#features .topics .image,
#product .topics .image {
    width: 128px;
    height: 128px;
    display: block;
    margin: auto
}

#product .topics .image {
    float: left;
}

#careers .description {
    margin-left: 6px
}

#careers .topics h2 {
    width: 100%
}

#careers .topics p {
    width: 100%;
    margin-bottom: 4px
}

#careers .std-btn {
    float: left;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 6px
}

#product .topics .image {
    background: #fff
}

#featured .wrapper {
    margin-top: 40px
}

.featured-logos .logo {
    padding: 24px 14px
}

.featured-logos .logo a {
    display: block
}

.featured-logos .image {
    display: inline-block;
    margin: auto;
    height: 42px
}

#footer .navbar-default {
    background-color: transparent;
    border: 0;
}

#footer .container {
    padding: 40px 15px;
}

#footer .wrapper {
    background: rgba(255, 255, 255, .1);
    border-radius: 4px;
    padding: 0;
    overflow: hidden
}

#footer .contact {
    padding-top: 15px;
    padding-bottom: 15px
}

#footer .map {
    padding-left: 0;
    padding-right: 0;
    background-color: #F9F9F9
}

.map #map_wrapper {
    width: 100%;
    height: 600px;
    color: #000
}

#map_canvas {
    width: 100%;
    height: 100%
}

.has-error .help-block {
    color: #fff
}

#footer .form-control {
    height: 42px;
    background-color: rgba(255, 255, 255, .2);
    border: 0;
    padding: 10px 12px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .03em
}

#careers .sub-header {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 0
}

#careers .sub-header.notice {
    font-size: 18px
}

#careers .department-header {
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    text-align: left;
    padding: 0 8px
}

#footer .user-message .form-control {
    height: 120px
}

#footer .form-control:focus {
    box-shadow: none
}

#footer .form-control::-webkit-input-placeholder {
    color: #fff
}

#footer .form-control:-moz-placeholder {
    color: #fff
}

#footer .form-control::-moz-placeholder {
    color: #fff
}

#footer .form-control:-ms-input-placeholder {
    color: #fff
}

#footer form .contact-details h3,
#footer form .messages h3 {
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    margin-top: 0;
    letter-spacing: .03em;
    line-height: 28px
}

#footer form .contact-details h3 {
    margin-top: 20px
}

#footer form .contact-details span {
    font-weight: 300
}

#footer .controls {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px
}

#footer .std-btn {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px
}

.navbar-toggle {
    width: 44px;
    height: 44px;
    border-radius: 50px;
    margin-right: 10px;
    border: 0
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    border-radius: 4px
}

.collapse.in {
    box-shadow: 0 10px 30px rgba(64, 64, 65, .5)
}

.social-media {
    padding: 15px 0
}

.social-media h4 {
    margin-top: 25px
}

.social-media-icons .image {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    float: left;
    margin-left: 4px;
    margin-right: 4px;
}

.social-media-icons {
    width: 114px;
    display: block;
    margin: auto;
    position: relative;
}

.polygon .image {
    display: block;
    width: 50%
}

#footer .info_content {
    text-align: left
}

@keyframes blink-animation {
    to {
        visibility: hidden
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden
    }
}

#howItWorksPage .vertical-line {
    height: 50%;
    display: block;
    position: absolute;
    border-right: 1px solid #A9A9A9;
    left: 50%;
    transform: translateX(-50%);
    float: left
}

#howItWorksPage .flow-box-col .vertical-line {
    bottom: 0
}

#howItWorksPage .last-row .flow-box-col .vertical-line {
    display: none
}

section .horizontal-line {
    width: 100%;
    display: block;
    position: absolute;
    border-top: 1px solid #A9A9A9;
    left: 50%;
    transform: translateX(0);
    float: left;
    top: 50%
}

#howItWorksPage .flow-box-col .horizontal-line {
    width: 0
}

#howItWorksPage .text-right-row .horizontal-line {
    right: 50%;
    left: unset
}

#howItWorksPage .flow-number-col {
    height: 360px;
    position: relative;
    display: block
}

#howItWorks .flow-step-wrapper {
    display: block;
    position: relative;
    float: left;
    left: 50%;
    transform: translate(-26px, -50%);
    top: 50%
}

#howItWorks .flow-step-number {
    display: block;
    position: relative;
    padding: 4px;
    background-color: #fff;
    border-radius: 100px;
    font-size: 30px;
    float: left;
    border: 1px solid #A9A9A9;
    width: 50px;
    height: 50px
}

#howItWorks .flow-step-wrapper .step-text {
    display: block;
    position: absolute;
    font-size: 26px;
    float: left;
    padding: 8px 0;
    width: 320px;
    text-align: left;
    top: 100%;
    background-color: #fff
}

#howItWorks .text-right-row .flow-step-wrapper .step-text {
    right: 0;
    left: unset;
    text-align: right
}

#howItWorks .email-box-wrapper {
    display: block;
    width: 100%;
    height: 300px;
    position: relative;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .22);
    overflow: hidden;
    margin: 30px 0;
    z-index: 9
}

#howItWorks .email-box-wrapper .email-header {
    display: block;
    width: 100%;
    position: relative;
    float: left;
    background-color: #eaebef;
    padding: 12px
}

#howItWorks .email-box-wrapper .email-header .email-info {
    display: block;
    width: 100%;
    position: relative;
    float: left;
    text-align: left;
    font-size: 15px;
    margin-bottom: 8px
}

#howItWorks .email-box-wrapper .email-header .email-info:last-child {
    margin-bottom: 0
}

#howItWorks .email-box-wrapper .email-header .email-info .email-info-topic {
    display: block;
    position: relative;
    float: left;
    font-weight: 600;
    margin-right: 6px
}

#howItWorks .email-box-wrapper .email-header .email-info .email-info-text {
    display: block;
    position: relative;
    float: left
}

#howItWorks .email-box-wrapper .email-body {
    display: block;
    width: 100%;
    position: relative;
    float: left;
    padding: 10px 12px
}

#howItWorks .email-box-wrapper .email-body .email-body-text {
    display: block;
    width: 100%;
    position: relative;
    float: left;
    font-size: 18px;
    text-align: left
}

.slide-wrapper {
    height: 500px;
    float: left;
}

#testimonials .slide-wrapper {
    height: 360px;
}

.text-wrapper {
    position: relative;
    top: 25%;
}

#testimonials .text-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel-control.left, .carousel-control.right {
    width: 36px;
    background-image: none;
}

.carousel-control .image {
    width: 22px
}

.carousel-control.left .image {
    transform: rotate(180deg)
}

.carousel-control .arrow-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    display: block;
}

.carousel-control.left {
    left: -36px;
}

.carousel-control.right {
    right: -36px;
}

.text-wrapper .header {
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
    text-align: left;
    color: #fff;
}

.text-wrapper .sub-text {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: 0.4px;
}

.text-wrapper .outline-btn {
    margin-right: 10px;
}

.carousel-image {
    height: 500px;
    padding: 0;
}

#testimonials .carousel-image {
    height: 360px;
    padding: 10px;
}

#welcomeSection .mia-image {
    position: absolute;
    right: 0;
}

.carousel-image .image {
    width: auto;
    height: 100%;
}

.carousel-indicators li {
    border: 1px solid #cbcbcb;
    background-color: #cbcbcb;
}

.carousel-indicators .active {
    background-color: #fc4c59;
    border-color: #fc4c59;
}

#testimonials .carousel-indicators .active {
    background-color: #337ab7;
    border-color: #337ab7;
}

.carousel-indicators {
    left: 0%;
    width: auto;
    margin-left: 0%;
}

#testimonials .testimonial-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
}

#testimonials .client-info .name {
    font-size: 24px;
    font-weight: 800;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 2px;
}

#testimonials .client-info .company {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

#testimonials .carousel-image .image{
    width: 100%;
    height: auto;
    display: block;
    border: 6px solid #fff;
    border-radius: 240px;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    box-shadow: 0 1px 6px rgba(64, 64, 65, .5);
}

#testimonials .quote-image {
    margin-bottom: 8px;
}

#testimonials .quote-image .image{
    display: block;
    position: relative;
    width: 30px;
}

.side-wrapper {
    display: block;
    position: relative;
    float: right;
}

.button-wrapper {
    margin-bottom: 15px;
}

#productPage #welcomeSection {
    height: 400px;
}

#products .product-section, #features .features-section {
    padding: 40px 0;
}

#products .header-wrapper {
    display: inline-block;
}

#products .product-section .header {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    line-height: 32px;
    text-align: left;
    display: block;
    margin: 0;
    padding: 20px 6px 6px 6px;
}

#products .product-section .underline {
    width: 100%;
    display: block;
    height: 4px;
    position: relative;
    background: #337ab7;
    bottom: 0;
    border-radius: 10px;
}

.product-section .topics {
    border-bottom: 1px solid #979797;
    padding: 20px 0px;
}

.product-section .topics:last-child{
    border: 0;
}

.product-section .topics .name {
    display: block;
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 8px;
}

.product-section .topics .description {
    text-align: left;
    font-size: 18px;
}

.product-section .topics .inner {
    width: calc(100% - 200px);
    display: block;
    float: left;
    position: absolute;
    left: 200px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 15px;
}

.product-section .topics .image-wrapper {
    display: block;
    float: left;
    width: 200px;
    height: 200px;
}

.product-section .topics .image-wrapper .image {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 10px;
}

.product-section .topics .btn-group {
    display: block;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.product-section .topics .details {
    width: calc(100% - 130px);
    position: relative;
}

/*=======================================
Image Gallery - Start
=========================================*/
/* Main carousel style */

.image-gallery{
    height: 100%;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.8)
}

.image-gallery .close-icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px;
    cursor: pointer;
    z-index: 9999
}

.image-gallery .close-icon .image {
    width: 38px;
    height: 38px;
}

.carousel {
    width: 100%;
}

/* Indicators list style */
.article-slide .carousel-indicators {
    bottom: 0;
    left: 0;
    margin: 0px;
    width: 100%;
    float: left;
    padding: 8px;
}
/* Indicators list style */
.article-slide .carousel-indicators li {
    border: 2px solid #FFFFFF;
    border-radius: 0;
    float: left;
    height: 70px;
    padding: 0px;
    width: 100px;
    overflow: hidden;
}
/* Indicators images style */
.article-slide .carousel-indicators img {
    /* border: 2px solid #FFFFFF; */
    float: left;
    height: auto;
    left: 0;
    width: 100%;
}
/* Indicators active image style */
.article-slide .carousel-indicators .active img {
    /* border: 2px solid #428BCA; */
    opacity: 0.7;
}

.image-gallery .carousel {
    height: 100%;
}

.image-gallery .carousel-inner {
    height: calc(100% - 88px);
}

.image-gallery .carousel-inner>.item {
    height: 100%;
}

.image-gallery .carousel-inner>.item>img {
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

/*=======================================
Image Gallery - End
=========================================*/

#features .feature-buttons-wrapper, #features .feature-buttons  {
    display: block;
    float: left;
    width: 200px;
    padding: 0;
}

#features .feature-buttons .button {
    display: block;
    margin-bottom: 60px;
    width: 100%;
    float: left;
}

#features .feature-buttons .button:last-child{
    margin-bottom: 0;
}

#features .feature-buttons .button .std-btn {
    width: 100%;
    text-transform: none;
    padding: 16px 16px;
    border: 0;
    background-color: #ccc;
    color: #000;
    letter-spacing: 0.2px;
    line-height: 16px;

}

#features .feature-buttons .button.active .std-btn {
    background-color: #337ab7;
    color: #fff;
    box-shadow: 0 0 22px rgba(64, 64, 65, .5);
    transition: all .3s ease-in-out;
}

#features .feature-buttons .button .std-btn:focus {
    outline: none;
}

.feature-header {
    margin-top: 0;
    font-size: 38px;
    font-weight: 700;
}

#featureImageSection {
    display: block;
    float: left;
    width: calc(100% - 400px);
}

#featureImageSection .feature-image {
    width: 320px;
    display: inline-block;
    padding: 20px;
}

.feature-description {
    font-size: 24px;
}

.contact-us-wrapper {
    position: absolute;
    bottom: 130px;
}

.carousel-inner {
    height: 100%;
}

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
  
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
  
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
  
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
  
.carousel-fade .carousel-control {
    z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    }
}

.nopadding {
    padding: 0;
}

@media only screen and (max-width:1536px) {
    .home-heading {
        font-size: 48px;
        line-height: 46px
    }
    
    .phone-demo-image {
        bottom: -42%
    }
    .phone-demo-image>.image {
        width: 290px
    }
    .wrapper {
        margin-top: 30px
    }
    .map #map_wrapper {
        width: 100%;
        height: 450px
    }
    #contact .wrapper {
        margin-top: 0
    }
}

@media only screen and (max-width:1365px) {
    .home-heading {
        font-size: 50px;
        line-height: 48px
    }
    
    .header-content {
        top: 20%
    }
    .phone-demo-image {
        bottom: -42%
    }
    .phone-demo-image>.image {
        width: 260px
    }
    .std-btn {
        font-size: 14px;
    }
    #featured .container,
    #features .container,
    #product .container {
        margin-top: 5px
    }
    #featured .topics .image,
    #features .topics .image,
    #product .topics .image {
        width: 90px;
        height: 90px
    }
    #featured .std-btn,
    #features .std-btn,
    #product .std-btn {
        margin-top: 30px
    }
    .polygon-art {
        transform: scale(1.5)
    }
    .nav>li>a {
        font-size: 16px
    }
    .map #map_wrapper {
        width: 100%;
        height: 400px
    }
}

@media only screen and (max-width:1200px) {

    .carousel-image .image {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

}

@media only screen and (max-width:1024px) {
    .polygon-art {
        transform: scale(1.9);
        bottom: -23%
    }
    .wrapper {
        margin-top: 20px
    }
    #contact .wrapper {
        margin-top: 0
    }
    section .home-heading {
        font-size: 26px;
        line-height: 26px
    }
    #welcomeSection::before {
        background-position-x: 90%
    }
    .carousel-image .image {
        width: auto;
        height: 100%;
        position: relative;
    }
}

@media only screen and (max-width:992px) {
    .polygon-art {
        display: none
    }
    #features .row,
    #product .row {
        display: block
    }
    #careers .department-header {
        text-align: center
    }

    #welcomeSection .home-heading {
        font-size: 66px;
        line-height: 66px;
    }

    .header-content-inner>.sub-heading {
        font-size: 36px;
    }

    .std-btn {
        font-size: 18px;
        padding: 16px 24px;
    }

    .text-wrapper {
        top: 0;
        margin-top: 10px;
        transform: translateY(0%);
    }

    .text-wrapper .header, .text-wrapper .sub-text {
        text-align: center;
    }

    .text-wrapper .sub-text {
        font-size: 17px;
        line-height: 22px;
    }

    .carousel-inner .std-btn {
        display: inline-block;
        margin: auto;
        float: unset;
        font-size: 18px;
        padding: 14px 24px;
    }

    .slide-wrapper {
        height: 600px;
    }

    .carousel-inner .carousel-image {
        height: 320px;
    }

    #testimonials .container, #highlights .container {
        padding: 20px 15px;
    }

    #testimonials .carousel-inner {
        margin-bottom: 15px;
    }

    #testimonials .carousel-image {
        height: 200px;
    }

    #testimonials .carousel-image .image {
        width: 200px;
        margin: auto;
    }

    #testimonials .testimonial-text, #testimonials .client-info .name, #testimonials .client-info .company {
        text-align: center;
    }

    .carousel-control.left {
        width: 40px;
        left: -40px
    }

    .carousel-control.right {
        width: 40px;
        right: -40px
    }

    #testimonials .quote-image .image {
        margin: auto;
    }

    #meteorSpin {
        display: none !important;
    }
    
    #footer .navbar-header, #footer #myNavbar {
        width: 100%
    }

    #footer .navbar-default .navbar-brand {
        display: inline-block;
        margin: auto;
        float: unset;
    }

    #footer .navbar-nav {
        display: inline-block;
        float: unset;
    }

    #footer .side-wrapper {
        width: 100%;
        clear: both;
    }

    #footer .button-wrapper {
        float: unset !important;
        display: inline-block;
        margin-bottom: 0px;
    }

    #footer .social-media {
        display: inline-block;
        float: unset;
        width: 100%;
    }

    #footer .social-media-icons {
        float: unset;
    }

    #footer .container{
        padding: 20px 15px;
    }

    .product-section .topics .details {
        width: 100%;
    }

    .product-section .topics .btn-group {
        float: left;
    }

    #welcomeSection {
        height: 620px;
    }

    .text-wrapper .header {
        font-size: 28px;
    }

    .carousel-indicators {
        left: 50%;
        width: 60%;
        margin-left: -30%;
        margin-bottom: 0;
    }

    #testimonials .slide-wrapper {
        height: 600px;
    }

    #testimonials .carousel-inner {
        margin-bottom: 0;
    }

    .carousel-indicators {
        bottom: 10px;
    }

    .product-section .topics .inner, .product-section .topics .btn-group {
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
    }
    
    .product-section .topics .description {
        margin-bottom: 15px;
    }

    .contact-us-wrapper {
        bottom: 56px;
    }

    #testimonials .text-wrapper {
        top: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
}

@media only screen and (max-width:768px) {

    .container>.navbar-header {
        margin-right: 0px;
        margin-left: 0px;
    }

    #welcomeSection .home-heading {
        font-size: 46px;
        line-height: 46px
    }
    
    .std-btn {
        font-size: 28px
    }

    .navbar-collapse {
        width: 100%;
        position: absolute;
        left: 0;
        border-radius: 0
    }
    .navbar-collapse .navbar-nav {
        padding: 0!important
    }
    .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 0;
        background-color: #fff;
        color: #000;
        text-align: center
    }
    .navbar-default .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
        color: #000
    }
    .navbar-default .navbar-nav>.active>a {
        color: #000;
        background-color: transparent
    }
    .navbar-brand-big,
    .navbar-brand-small {
        width: 210px!important;
        padding: 9px!important
    }

    .lang-switch {
        float: left !important;
    }

    .lang-switch .btn-primary {
        padding: 4px 0px;
    }

    .navbar-brand>.image {
        width: 204px !important;
        padding: 4px 9px 4px 0 !important;
    }

    .navbar-toggle {
        margin-right: 0;
        padding: 9px 0;
    }

    .navbar-default .navbar-collapse {
        top: 60px;
    }

    .menu-icon .icon-bar {
        margin-bottom: 8px;
    }

    body {
        padding-top: 60px;
    }

    .carousel-inner .carousel-image {
        height: 260px;
    }

    .carousel-inner .text-wrapper {
        margin-top: 0px;
    }

    .text-wrapper .header {
        font-size: 24px;
        line-height: 30px;
        margin-top: 10px;
    }
    
    .text-wrapper .sub-text {
        font-size: 16px;
        line-height: 22px;
    }

    #testimonials .carousel-image {
        height: 280px;
    }

    #testimonials .testimonial-text {
        font-size: 16px;
        line-height: 20px;
    }

    #products .product-section .header {
        font-size: 26px;
        line-height: 30px;
        padding: 6px;
        text-align: center;
    }

    .product-section .topics .image-wrapper {
        float: unset;
        margin: auto;
    }

    .product-section .topics .inner {
        width: 100%;
        padding: 0;
    }

    .product-section .topics .name {
        font-size: 22px;
        text-align: center;
    }

    .product-section .topics .description {
        font-size: 16px;
        text-align: center;
    }

    .product-section .topics .btn-group {
        width: 100%;
    }

    .product-section .topics .btn-group .btn {
        margin: auto;
        float: unset;
        width: auto;
        position: relative;
    }
    
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .lang-switch {
        width: 95px;
    }

    .nav>li {
        margin-right: 0;
    }
}

@media only screen and (max-width:480px) {

    #sidebarCollapse {
        padding: 15px 0px;
    }

    .header-content-inner .std-btn, .carousel-inner .std-btn {
        font-size: 18px;
        padding: 14px 20px;
    }

    .carousel-control.left {
        width: 20px;
        left: -24px
    }

    .carousel-control.right {
        width: 20px;
        right: -24px
    }

    #highlights .container {
        padding-right: 25px;
        padding-left: 25px;
    }

    #testimonials .carousel-image .image {
        width: 260px;
        border: 6px solid #fff;
    }

    #highlights .slide-wrapper {
        width: 100%;
        height: 620px;
    }

    #testimonials .slide-wrapper {
        height: 800px;
    }

    #testimonials .slide-wrapper {
        height: 720px;
    }

    #footer #myNavbar {
        display: none;
    }

    #sidebar {
        width: 100%;
    }

    .navbar-header {
        float: left;
    }

    .home-heading {
        font-size: 40px;
        line-height: 38px
    }
    .header-content-inner>.sub-heading,
    .std-btn {
        font-size: 18px;
        padding: 14px 20px;
    }
    .polygon-art {
        display: none
    }
    .phone-demo-image {
        bottom: -38%
    }
    #welcomeSection .home-heading {
        font-size: 42px;
        line-height: 48px
    }
    .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 0;
        background-color: #fff;
        color: #000;
        text-align: center
    }
    .navbar-default .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
        color: #000
    }
    .phone-demo-image>.image {
        width: 260px
    }
    #careers .topics p,
    #featured .topics p,
    #features .topics p,
    #product .topics p {
        font-size: 16px
    }
    #howItWorks .flow-box-col {
        padding: 0 20px
    }
    #howItWorks .email-box-wrapper .email-body .email-body-text {
        font-size: 17px
    }
    #careers,
    #contact,
    #featured,
    #features,
    #howItWorks,
    #product {
        padding: 40px 0 0
    }
    #features .home-heading,
    #contact .home-heading {
        font-size: 32px
    }
    #howItWorks .flow-step-wrapper .step-text {
        font-size: 20px
    }

    #welcomeSection .home-heading {
        font-size: 32px;
        line-height: 36px;
    }
    
}

@media only screen and (max-width:360px) {

    body {
        padding-top: 54px;
    }

    .navbar-default .navbar-collapse {
        top: 54px;
    }

    #welcomeSection .home-heading {
        font-size: 42px;
        line-height: 42px
    }
    .header-content-inner>.sub-heading {
        font-size: 24px
    }
    .phone-demo-image {
        bottom: -42%
    }
    .wrapper {
        margin-top: 0
    }
    section .home-heading {
        font-size: 30px;
        line-height: 30px
    }
    .navbar-brand>.image {
        width: 150px !important;
        padding: 4px 4px 4px 0 !important;
    }
    .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 0;
        background-color: #fff;
        color: #000;
        text-align: center
    }
    .navbar-default .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
        color: #000
    }
    .navbar-nav {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0
    }
    .featured-logos .image {
        height: 38px
    }
    .navbar-brand-big,
    .navbar-brand-small {
        width: 240px!important;
        padding: 9px!important
    }

    .navbar-brand>.image {
        width: 160px !important;
    }

    .navbar-toggle {
        width: 34px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .carousel-inner .carousel-image {
        height: 240px;
    }

    .text-wrapper .header {
        font-size: 20px;
        line-height: 26px;
        margin-top: 4px;
    }

    .text-wrapper .sub-text {
        font-size: 14px;
        line-height: 18px;
    }

    .carousel-inner .std-btn {
        font-size: 16px;
        padding: 12px 18px;
    }

    #welcomeSection {
        height: 540px;
    }

    .carousel {
        height: 100%;
    }

    .carousel-indicators {
        bottom: 20px;
    }

    .slide-wrapper {
        height: 100%;
    }

    #features .topics h2 {
        margin-top: 16px;
    }

    #testimonials .carousel-image {
        height: 220px;
    }

    #testimonials .carousel-image .image {
        width: 220px;
    }

    .carousel-inner .text-wrapper {
        margin-top: 10px;
    }

    #testimonials .testimonial-text {
        font-size: 14px;
        line-height: 18px;
    }

    #testimonials .slide-wrapper {
        height: 700px;
    }

    #testimonials .client-info .name {
        font-size: 20px;
    }

    .std-btn {
        font-size: 16px;
        padding: 12px 20px;
    }
}

@media only screen and (max-width:320px) {
    
}