/*
Theme Name: MAPP Cloud
Description: This is a Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hellobase
*/

html {
  scroll-behavior: smooth;
}

/*
@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue.eot');
    src: url('fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue.woff2') format('woff2'),
        url('fonts/HelveticaNeue.woff') format('woff'),
        url('fonts/HelveticaNeue.ttf') format('truetype'),
        url('fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/*
@font-face {
    font-family: 'Verdana';
    src: url('fonts/Verdana.eot');
    src: url('fonts/Verdana.eot?#iefix') format('embedded-opentype'),
        url('fonts/Verdana.woff2') format('woff2'),
        url('fonts/Verdana.woff') format('woff'),
        url('fonts/Verdana.ttf') format('truetype'),
        url('fonts/Verdana.svg#Verdana') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/*
@font-face {
    font-family: 'Arial';
    src: url('fonts/ArialMT.eot');
    src: url('fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
        url('fonts/ArialMT.woff2') format('woff2'),
        url('fonts/ArialMT.woff') format('woff'),
        url('fonts/ArialMT.ttf') format('truetype'),
        url('fonts/ArialMT.svg#ArialMT') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/*
@font-face {
    font-family: 'Kungfont';
    src: url('fonts/Kungfont-Regular.eot');
    src: url('fonts/Kungfont-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Kungfont-Regular.woff2') format('woff2'),
        url('fonts/Kungfont-Regular.woff') format('woff'),
        url('fonts/Kungfont-Regular.ttf') format('truetype'),
        url('fonts/Kungfont-Regular.svg#Kungfont-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
    font-family: 'Open-Sans';
    src: url('fonts/OpenSans-SemiBold.eot');
    src: url('fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('fonts/OpenSans-SemiBold.woff') format('woff'),
        url('fonts/OpenSans-SemiBold.ttf') format('truetype'),
        url('fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open-Sans';
    src: url('fonts/OpenSans-Bold.eot');
    src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-Bold.woff2') format('woff2'),
        url('fonts/OpenSans-Bold.woff') format('woff'),
        url('fonts/OpenSans-Bold.ttf') format('truetype'),
        url('fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open-Sans-Light';
    src: url('fonts/OpenSans-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open-Sans';
    src: url('fonts/OpenSans-Regular.eot');
    src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-Regular.woff2') format('woff2'),
        url('fonts/OpenSans-Regular.woff') format('woff'),
        url('fonts/OpenSans-Regular.ttf') format('truetype'),
        url('fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Regular.eot');
    src: url('fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Raleway-Regular.woff2') format('woff2'),
        url('fonts/Raleway-Regular.woff') format('woff'),
        url('fonts/Raleway-Regular.ttf') format('truetype'),
        url('fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open-Sans';
    src: url('fonts/OpenSans-ExtraBold.eot');
    src: url('fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('fonts/OpenSans-ExtraBold.woff') format('woff'),
        url('fonts/OpenSans-ExtraBold.ttf') format('truetype'),
        url('fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}
*/
@font-face {
    font-family: 'DIN-Condensed';
    src: url('fonts/DINCondensed-Bold.woff2') format('woff2'),
            url('fonts/DINCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

*, ::after, ::before {
    box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
    line-height: 1.4;
    letter-spacing: 0px;
    font-size: 20px;
    color: #4D4D4D;
    font-family: 'Open-Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
}

::selection {
	background-color: #f9423a;
	color: #000;
}

::-moz-selection {
	background-color: #f9423a;
	color: #000;
}

p {
    margin-top: 0px;
    margin-bottom: 48px;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #F9423A;
    display: inline-block;
}

a:hover {
    outline: none;
    color: #000;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a.white {
    text-decoration: underline;
    color: white;
    display: inline-block;
}

a.white:hover {
    outline: none;
    color: #000;
    text-decoration: none;
}

a.black, span.black {
    text-decoration: none;
    color: black;
    display: inline-block;
}

a.black:hover {
    outline: none;
    color: #000;
    text-decoration: underline;
}

span.red {
    text-decoration: none;
    color: #F9423A;
    display: inline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #000;
    line-height: 1.1;
    letter-spacing: 0px;
    font-family: 'Open-Sans', sans-serif;
}

h1 {
    font-size: 97px;
    line-height: 1;
    margin-bottom: 52px;
    text-indent: 0;
}
h1.white {
    color: white;
}
h1.smaller {
    font-size: 80px;
    line-height: 1.2;
    margin-bottom: 46px;
    text-indent: 0;
}
h1.evensmaller {
    font-size: 62px;
    line-height: 1.1;
    margin-bottom: 46px;
    text-indent: 0;
}

span.white-update {
    color: white;
    -webkit-text-stroke-color: white;
}

span.black-update {
    color: black;
    -webkit-text-stroke-color: black;
}

@media only screen and (max-width : 1401px) {
	h1 {
	    font-size: 103px;
	}
}

h2 {
    font-size: 60px;
    color: #F9423A;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Open-Sans', sans-serif;
}
h2.smaller {
    font-size: 40px;
}

h3 {
    font-size: 58px;
}

h4 {
    font-size: 46px;
}

h5 {
    font-size: 36px;
}

h6 {
    font-size: 24px;
}

div.banners-cover h2 {
    text-align: center;
}

.aligncenter {
	display: block;
	margin: 0px auto;
}


ul {
    padding: 0px;
    margin: 0px 0 40px 0px;
}

ul>li {
    list-style: none;
    padding-left: 75px;
    position: relative;
    line-height: 1.2;
    margin-bottom: 23px;
}

ul>li.hs-form-booleancheckbox {
    padding-left: 0;
}

ul>li:last-of-type {
    margin-bottom: 0px;
}

ul>li:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -8px;
    width: 53px;
    height: 44px;
    background-image: url('images/ul-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}

/* LARI 12/2019 */
div.gridster ul>li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}
.newCalcDesign.calculoid-container h2 {
    font-size: 1.5em !important;
    text-transform: none;
}
.newCalcDesign.calculoid-container h3 {
    font-size: 1.17em !important;
    text-transform: none;
}
.newCalcDesign.calculoid-container h4 {
    font-size: 14px !important;
}
div.ng-binding p {
    margin: 14px 0 !important;
}
span.ng-binding:nth-of-type(1) {
    font-size: 14px !important;
}
h2.calculoid-field-title {
    line-height: 1 !important;
}
/* LARI ENDS */

ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    margin: 0 0 40px 0;
    padding: 0px;
    text-align: left;
}

ol li {
    counter-increment: my-awesome-counter;
    padding-left: 10px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}

ol li::before {
    content: counter(my-awesome-counter) ". ";
    color: #F9423A;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}

a.btn, a.green-button, div.btn {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 0 0 0px;
    background-color: #F9423A;
    font-weight: bold;
    padding: 15px 38px 16px 38px;
    letter-spacing: 0.4px;
    -webkit-border-radius: none;
    border-radius: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-transition: all .40s linear;
    -o-transition: all .40s linear;
    transition: all .40s linear;
}

a.btn:hover, a.green-button:hover, div.btn:hover {
    background-color: #000;
}

a.btn-black {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 0 0 0px;
    background-color: #000;
    font-weight: bold;
    padding: 15px 38px 16px 38px;
    letter-spacing: 0.4px;
    -webkit-border-radius: none;
    border-radius: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-transition: all .40s linear;
    -o-transition: all .40s linear;
    transition: all .40s linear;
}

a.btn-black:hover {
    background-color: #F9423A;
}

a.btn-white {
    font-size: 14px;
    background-color: transparent;
    border: 1px solid black; 
    color: black;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 0 0 0px;
    font-weight: bold;
    padding: 15px 22px 16px 22px;
    letter-spacing: 0.4px;
    -webkit-border-radius: none;
    border-radius: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-transition: all .40s linear;
    -o-transition: all .40s linear;
    transition: all .40s linear;
}

a.btn-white:hover {
    background-color: black;
    color: white;
}

blockquote {
    font-size: 34px;
    color: #000;
    line-height: 0.98;
    letter-spacing: 1px;
    font-family: 'Open-Sans', sans-serif;
    font-weight: 800;
    font-style: normal;
    margin: 0px;
    text-align: center;
    margin-bottom: 25px;
}

.container {
    max-width: 1410px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.container-xl {
    max-width: 1681px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.bg-set {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
}

.list-unstyled>li {
    list-style: none;
    padding-left: 0px;
}

.list-unstyled>li:before {
    display: none;
}

.list-inline>li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
}

.d-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-8 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-7 {
    -ms-flex: 0 0 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-5 {
    -ms-flex: 0 0 40%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-9 {
    -ms-flex: 0 0 66.66%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}




.col-3 {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-4 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
}


input[type="text"],
input[type="mail"],
input[type="tel"],
textarea {
    font-size: 26px !important;
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: 400;
    color: #a7a9ac;
    background-color: transparent;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0px;
    border-bottom: 1px solid rgb(58, 58, 60);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}

input[type="text"]:focus,
input[type="mail"]:focus,
input[type="tel"]:focus,
textarea:focus {
    outline: none;
}

select::-ms-expand {
    display: none;
}

select {
    width: 260px;
    background-image: url('images/drop-down.svg');
    background-repeat: no-repeat;
    background-position: 97% center;
    -webkit-background-size: 15px 15px;
    background-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 26px !important;
    color: #a7a9ac;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0px;
    padding: 4px 0 7px 0;
    border: 0;
    border-bottom: 1px solid #000;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}

::-webkit-input-placeholder {
    color: #a7a9ac;
}

::-moz-placeholder {
    color: #a7a9ac;
}

:-ms-input-placeholder {
    color: #a7a9ac;
}

:-moz-placeholder {
    color: #a7a9ac;
}

figure {
    margin: 0px;
    padding: 0px;
}

.text-center {
    text-align: center;
}



.red-hr hr {
    border: 0px;
    background-image: url('images/red-hr.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 11px;
    margin: 20px 0;
}


/**
 * Simple fade transition magnific pop,
 */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*header css*/
body.menu-show {
    overflow: hidden;
}

header#header {
    padding: 1.75rem 0; /* added 4.18.2019 */ 
}

#header {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    background: rgba(255,255,255, 0.9);
}

header#header {
	transition: all 0.2s linear;
}

.scrolled header#header {
	position: fixed; /* added 4.18.2019 */
	padding: 1.75rem 0; /* added 4.18.2019 */
}

a.logo {
    margin-top: 19px;
    position: relative;
    z-index: 999;
    
    -webkit-transition: all 0.2s;
    -o-transition: all .2s;
    transition: all 0.2s;
}

a.logo img {
    height: auto;
    width: 190px;
    margin-left: 2rem;
}

.scrolled a.logo {
    margin-top: 9px;
    position: relative;
    z-index: 999;
}

.header-container {
    max-width: 1742px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.header-right {
    position: relative;
}

header#header a.btn {
    padding: 16px 23px 17px 20px;
    margin-right: 68px;
}

.menu-icon {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 6px;
    padding: 12px 0;
    margin: 0 0 0 26px;
}

.enumenu_ul {
    display: none;
}

.enumenu_ul li {
    padding-left: 0px;
}

.enumenu_ul li:before {
    display: none;
}

.menu-icon .menu-box {
    width: 36px;
    height: auto;
    padding: 0px;
    margin-left: auto;
    cursor: pointer;
}

.menu-icon .menu-box span {
    width: 100%;
    height: 5px;
    margin-bottom: 6px;
    background: #000;
    display: block;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.menu-icon .menu-box span:last-of-type {
    margin-bottom: 0px;
}

/*.menu-section{display: none;position: absolute;background-color: #F9423A;left: 0;right: 0;top: 0;z-index: 99;padding-top: 13.1%;background-image: url('images/menu-linevectore.png');background-repeat: no-repeat;background-position: center 3%;height: 100%;}*/
nav {
    display: none;
    position: absolute;
    background-color: #F9423A;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background-image: url(images/menu-linevectore.png);
    background-repeat: no-repeat;
    background-position: center 119%;
    overflow-y: auto;
    height: 100vh;
}

.menu-section {
    padding-top: 0;
    position: relative;
    top: 111px;
/*
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
*/
}

.menu-section ul.menu {
    margin: 0 0 30px 0;
}

.menu-section ul.menu>li {
    text-align: center;
    padding: 0px;
    margin-bottom: 10px;
    display: block;
}

.menu-section ul.menu>li:focus {
    outline: none;
}

.menu-section ul.menu>li>a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 55px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.menu-section ul.menu>li .sub-menu {
    display: none;
}

.menu-section ul.menu>li:before {
    display: none;
}

/*.menu-section ul.menu > li.menu-item-has-children > a:after{content: '';position: absolute;top: 39px;right: -50px;background-image: url('images/menu-arrow.svg');background-repeat: no-repeat;background-position: center;width: 31px;height: 15px;}*/
.menu-section ul.menu>li.menu-item-has-children>a {
    padding-left: 53px;
}

.menu-section ul.menu>li>span.menu-arrow {
    background-image: url('images/menu-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 31px;
    height: 15px;
    z-index: 9;
    display: inline-block;
    vertical-align: middle;
    padding: 12px;
    -webkit-background-size: 27px 27px;
    background-size: 27px;
    margin-left: 9px;
    margin-top: 19px;
    cursor: pointer;
}

body.menu-show {
    position: relative;
}

.menu-show nav {
    display: block;
}

.menu-show .header-container {
    position: static;
}

.menu-show .menu-icon {
    z-index: 999;
}

.menu-show header#header a.btn {
    position: relative;
    z-index: 999;
    background-color: #fff;
    color: #f9423a;
    -webkit-transition: all .40s linear;
    -o-transition: all .40s linear;
    transition: all .40s linear;
}

.menu-show header#header a.btn:hover {
    background-color: #000;
    color: #fff;
}

.menu-show .menu-icon span {
    background-color: #fff;
}

.menu-show .menu-icon span:nth-child(1) {
    -ms-transform: rotate(45deg) translateY(9px) translateX(6px);
    transform: rotate(45deg) translateY(9px) translateX(6px);
    -webkit-transform: rotate(45deg) translateY(9px) translateX(6px);
}

.menu-show .menu-icon span:nth-child(2) {
    opacity: 0;
}

.menu-show .menu-icon span:nth-child(3) {
    -ms-transform: rotate(-45deg) translateY(-9px) translateX(6px);
    transform: rotate(-45deg) translateY(-9px) translateX(6px);
    -webkit-transform: rotate(-45deg) translateY(-9px) translateX(6px);
}

ul.menu>li .sub-menu {
    padding-top: 14px;
    padding-bottom: 9px;
}

/* ul.menu > li:hover .sub-menu{display: block;} */
ul.menu .sub-menu {
    padding: 0px;
    margin: 0px;
}

ul.menu .sub-menu>li>a {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul.menu .sub-menu>li:focus {
    outline: none;
}

ul.menu .sub-menu>li>a:hover {
    color: #000;
}

ul.menu li {
    padding: 0px;
}

ul.menu li:before {
    display: none;
}

ul.menu>li:focus>a,
ul.menu>li>a:hover {
    color: #000;
}

.menu-social {
    margin-top: 0px;
    margin-bottom: 30px;
}

.menu-social>li {
    padding-left: 0px;
    margin: 0 17px;
}

.menu-social>li:before {
    display: none;
}

.menu-social>li>a:hover>img {
    opacity: 0.7;
}

.menu-section p {
    font-size: 11px;
    color: #231f20;
    line-height: 2;
    text-align: center;
    margin-top: 18px;
    letter-spacing: 0.7px;
}

.menu-section p>a {
    color: #231f20;
}

.menu-section p>a:hover {
    color: #fff;
}

/*header css*/

.page-template-default .banners-cover>figure {
    -webkit-background-size: cover;
    background-size: cover;
}

.page-template-default .banners-cover > img {
	margin: 0 auto;
}

/*hero banner css*/
.home .banners-cover figure {
    padding-bottom: 41.5%;
}

/* Rolodex wrapper predefine value*/
.homepage-banner-wrapper {
    min-height: 700px;
}

.banners-cover figure {
    padding-bottom: 30%;
    -webkit-background-size: contain;
    background-size: contain;
}

@media only screen and (max-width : 767px) {
	.banners-cover figure { 
		-webkit-background-size: 160%;
		background-size: 160%;
		padding-bottom: 50%;
	}
}

.home .banners-cover .play-icon {
    display: block;
    position: absolute;
    top: 4.7%;
    right: 35.3%;
    width: 116px;
    background-image: url('images/play-icon.svg');
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 116px;
}

.home .banners-cover .play-icon:hover {
    background-image: url('https://mapp.com/wp-content/uploads/2018/12/play-icon-black-1.svg');
}

.home .banners-cover .play-icon>img {
    display: none;
}

.play-icon {
    display: none;
}

.home .banners-cover,
.banners-cover {
    position: relative;
    margin-top: 100px; /* Added 4.18.2019 */
}

.banners-cover h1 {
    margin-bottom: 0px;
}

/*hero banner css*/

/*home page welcome text*/
.welcome-text {
    padding-top: 56px;
    padding-bottom: 60px;
    font-size: 16px;
}

.welcome-text h1,
.welcome-text h2 {
    line-height: 1.2;
    margin-bottom: 48px;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    letter-spacing: 0px;
    text-transform: none;
}

.welcome-text h6 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.welcome-text .container>img {
    margin-bottom: 17px;
}

.welcome-icon {
    height: 119px;
    margin-bottom: 9px;
}

.welcome-icon>img {
    max-width: 100%;
    max-height: 90px
}

.welcome-text figure {
    margin-bottom: 44px;
}

.welcome-text figure h4 {
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
}

.welcome-text figure h4>img {
    margin-bottom: 0px;
}

.welcome-text figure h4>strong {
    display: block;
    margin-top: -5px;
    line-height: 1;
}

.welcome-text .row {
    max-width: 80.7%;
    margin: 0 auto;
}

.welcome-text figcaption>p:last-of-type {
    margin-bottom: 0px;
}

.welcome-text .col-3 {
    -ms-flex: 0 0 30.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30.33%;
    flex: 0 0 30.33%;
    max-width: 30.33%;
}

.mappcloud-logo {
    margin-bottom: 20px;
}

.mappcloud-logo img {
    width: 369px;
}

/*testimonial*/
.testimonial {
    padding-top: 60px;
    padding-bottom: 40px;
}

.testimonial .col:first-of-type {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.testimonial .col:last-of-type {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.testi-box {
    margin: 40px 5px 0 5px;
    text-align: center;
}

.author-name>img {
    margin-right: 6px;
}

.postid-1942 .author-name>img {
	max-width: 175px;
}

.author-name h6 {
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-align: right;
    line-height: 1.2;
}

.author-name span {
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
}

.testi-slider {
    padding: 0 0px 0 48px;
}

.owl-dots {
    position: relative;
    bottom: -60px;
}

.owl-dots button.owl-dot {
    display: inline-block;
    margin: 0 4px 0 0px;
}

.owl-dots button.owl-dot>span {
    display: block;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    border: 1px solid
}

.owl-dots button.owl-dot.active>span {
    background-color: #000;
}

.owl-dots button.owl-dot>span:hover {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}


/*our latest antics*/
.home .our-latest-antics .bg-set {
    padding-bottom: 44%;
    margin-bottom: 43px;
    -webkit-box-shadow: -6px 6px 0px #000;
    box-shadow: -6px 6px 0px #000
}
.our-latest-antics {
    padding-top: 45px;
    padding-bottom: 56px;
    font-size: 16px;
    margin-top: 53px;
    background-position: top center;
    background-size: 110%;
}

.our-latest-antics h5 {
    background-color: #fff;
    display: inline-block;
    padding: 13px 34px 21px 34px;
    margin-bottom: 41px;
}

.our-latest-antics .col {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 40px;
}

.our-latest-antics figure {
    text-align: left;
}

.our-latest-antics figure>a {
	display: block;
}
.our-latest-antics figure>a div.bg-set {
    padding-bottom: 44%;
    margin-bottom: 43px;
    -webkit-box-shadow: -6px 6px 0px #000;
    box-shadow: -6px 6px 0px #000;
}


.our-latest-antics figure figcaption {
    text-indent: 1px;
    max-width: 87%;
}

.our-latest-antics figure h6 {
    font-size: 18px;
    font-weight: 600;
    color: #F9423A;
    text-transform: uppercase;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    letter-spacing: 0.3px;
    margin-bottom: 14px;
}

.our-latest-antics figure h6:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #F9423A;
    width: 100%;
    margin-top: -1px;
}

/*sponser logos*/
.sponser-logos {
    padding-top: 102px;
    padding-bottom: 173px;
    background-color: #F9423A;
    margin-top: 72px;
}

.sponser-logos .col {
    -ms-flex: 0 0 16%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
}

.sponser-logos h2 {
    color: #000;
    margin-bottom: 94px;
}

.sponser-logos .row {
    padding-left: 24px;
    padding-right: 36px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.sponser-logos .row .col figure img {
    width: 100%;
    max-height: 35px;
}

.sponser-logos .row .col:nth-child(1) figure img {
    max-height: 100%;
}

.sponser-logos .row .col:nth-child(2) figure img {
    max-height: 100px;
}

.sponser-logos .row .col:nth-child(3) figure img {
    max-height: 100px;
}

.sponser-logos .row .col:nth-child(4) figure img {
    max-height: 100%;
}

.sponser-logos .row .col:nth-child(5) figure img {
    max-height: 100px;
}

.sponser-logos .row .col:nth-child(6) figure img {
    max-height: 100%;
}

/*mapp reseller*/
.mapp-reseller {
    margin-top: 128px;
    margin-bottom: 134px;
}

.mapp-reseller .col:first-of-type {
    -ms-flex: 0 0 44%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
}

.mapp-reseller .col:last-of-type {
    -ms-flex: 0 0 56%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
}

.mapp-reseller h2 {
    margin-bottom: 0px;
    margin-left: 13px;
    color: #000;
}

.mapp-reseller figure {
    text-align: center;
    background-color: #f2f2f2;
    padding: 71px 50px;
    margin-right: 16px;
    font-size: 16px;
}

.mapp-reseller figcaption {
    margin-top: 3px;
}

.mapp-reseller figure img {
    max-height: 95px;
}

.mapp-reseller figcaption>p {
    margin-bottom: 39px;
}

.mapp-reseller figcaption>a.btn {
    padding: 15px 15px 17px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 196px;
}


/*lets do this*/
.lets-do-this {
    background-color: #F9423A;
    padding-bottom: 33px;
    padding-top: 67px;
}

.lets-do-this figure {
    position: relative;
}

.lets-do-this figure>img {
    margin-left: 21px;
    max-width: 100%;
    height: auto
}

.lets-do-this a.btn {
    background-color: #000;
    position: absolute;
    top: 27.7%;
    right: 28.5%;
    padding: 15px 17px 17px 16px;
}

.lets-do-this a.btn:hover {
    background-color: #505050;
}

/*home page welcome text*/

/*footer section*/
footer#footer {
    background-color: #000;
    padding-top: 94px;
    padding-bottom: 108px;
    border: 0;
    
}

footer#footer .col:first-of-type {
    -ms-flex: 0 0 70%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

footer#footer .col:last-of-type {
    -ms-flex: 0 0 30%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

footer#footer img {
    max-height: 55px;
    width: 100%;
}


/*footer#footer .col > ul > li > ul > li:first-of-type{padding-left: 0px;}*/
footer#footer ul li {
    padding-left: 0px;
    margin-bottom: 0px;
}

footer#footer ul li>a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

footer#footer ul li>a:hover {
    color: #F9423A;
}

footer#footer ul li.menu-item-has-children>a {
    font-weight: 700;
}

footer#footer ul li:before {
    display: none;
}


footer#footer .col>ul.social-media {
    margin-top: 72px;
    margin-left: 3px;
}

footer#footer .col>ul.social-media>li {
    width: auto;
    margin-right: 28px;
    vertical-align: middle;
}

footer#footer .col>ul.social-media>li>a:hover {
    opacity: 0.7;
}

footer#footer .col>.d-flex {
    height: 100%;
    margin: 11px 5px 0 0;
}

.copy-right {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-align: right;
    margin: 0px 0 50px 0;
    line-height: 1.45;
}

.copy-right>p {
    margin-bottom: 3px;
    letter-spacing: 0.2px;
    margin-top: 0px;
}

.copy-right>p>a {
    color: #231f20;
}

.copy-right>p>a:hover {
    color: #fff;
}

footer#footer ul.footer-menu ul.sub-menu {
    margin-top: 5px;
}

footer#footer ul.footer-menu {
    margin: 0px 0 0 6px;
}

footer#footer ul.footer-menu>li {
    display: inline-block;
    vertical-align: top;
    width: 11.5%;
/*     margin-right: 3%; */
}

footer#footer ul.footer-menu.wide>li {
    display: inline-block;
    vertical-align: top;
    width: 19%;
/*     margin-right: 3%; */
}

footer#footer ul.footer-menu>li>ul>li {
    padding-left: 0px;
    margin-bottom: 3px;
    line-height: 1.15;
}

footer#footer .copy-right>p>a {
    color: #fff;
}

footer#footer .copy-right>p>a:hover {
    color: #F9423A;
}

/*footer section*/


/*meet to confident*/

.confident-welcomtext {
    margin-top: 59px;
    margin-bottom: 40px;
}

.confident-welcomtext h1,
.confident-welcomtext h2 {
	display: block;
    line-height: 1.2;
    font-size: 36px;
    font-weight: bold;
    margin: 0 auto 48px auto;
    color: #000;
    letter-spacing: 0px;
    text-transform: none;
    width: 80%;
}

.confident-boxes .confident-pointbox:nth-child(even) .col-6:first-of-type {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.confident-boxes .confident-pointbox:nth-child(even) .col-6:last-of-type {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.confident-boxes .confident-pointbox:nth-child(even) .confident-text {
    margin-left: 7.9%;
}

.confident-pointbox {
    padding-top: 38px;
    padding-bottom: 70px;
}

.confident-text {
    margin-left: 14.9%;
    margin-right: 9px;
}

.confident-text h1 {
    margin-bottom: 54px;
    letter-spacing: 0.1px;
    margin-left: -6px;
    text-transform: uppercase;
}

.confident-text h1>img {
    display: block;
    width: 152px;
    margin-left: 9px;
}

.confident-text h1>img.powered-by {
	width: 350px;
}

@media only screen and (max-width : 767px) {
	.confident-text h1>img.powered-by {
		width: 150px;
	}

}

.confident-text p {
    margin-bottom: 31px;
}

.confident-text ul {
    margin: 0 0 62px 0;
}

.confident-image {
    text-align: right;
    margin-right: 3%;
}

.data-covered {
    padding-top: 118px;
    padding-bottom: 117px;
}

.data-covered h2 {
    margin-bottom: 95px;
}

.data-covered figure {
    margin-bottom: 50px;
}

.data-covered figure > img {
	max-width: 600px;
}

.data-covered p {
    margin-bottom: 34px;
}

.data-covered h6 {
    font-size: 20px;
    text-transform: uppercase;
    color: #F9423A;
    margin-bottom: 72px;
}

.certified {
    margin-bottom: 47px;
}

.certified>li {
    list-style: none;
    padding-left: 0px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 0px;
}

.certified>li:before {
    display: none;
}

.certified > li > img {
	width: 100%;
	min-width: 150px;
}

.btn-border {
    display: inline-block;
    padding: 63px;
    -webkit-background-size: contain;
    background-size: contain;
}

.btn-border .btn {
    background-color: #000;
}

.btn-border .btn:hover {
    background-color: #F9423A;
}


/*meet to confident*/

.cross-arrow {
    position: relative;
}

/* .cross-arrow:before{content: '';position: absolute;top: 0;left: 0;height: 100%;width: 41.65%;background-image: url('images/cross-arrow-line.png');background-repeat: no-repeat;background-position: center;z-index: 9;} */
.testi-slider .owl-carousel .owl-item img {
    width: 100%;
    max-width: 100%;
	height: auto;
}

.testi-slider .owl-carousel .owl-item .author-name img {
    width: 100%;
    max-width: 250px;
	height: auto;
}


/*services template*/
.services-testimonial {
    padding-top: 55px;
    padding-bottom: 100px;
}

.services-testimonial .row {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
}

.services-testimonial .col:first-of-type {
    -ms-flex: 0 0 48%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    text-align: right;
}

.services-testimonial .col:first-of-type>figure {
    margin: 0 7px 0 0;
}

.services-testimonial .col:last-of-type {
    -ms-flex: 0 0 52%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%;
    padding-left: 0px;
}

.services-testimonial .testi-box {
    margin: 0px 7% 0 0%;
}

.services-testimonial .author-name {
    margin-top: 47px;
}

.services-list {
    padding-top: 197px;
    padding-bottom: 63px;
    -webkit-background-size: contain;
    background-size: 110%;
}

.services-list .container {
    max-width: 1275px;
}

.services-list .row {
    margin-left: -23px;
    margin-right: -23px;
}

.services-list .col {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 23px;
    padding-right: 23px;
    margin-bottom: 154px;
}

.services-box {
    text-align: center;
    height: 100%;
    border: 1px solid #000;
    padding: 0 0 31px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

.services-box-updates {
    border: 0;
    background-color: transparent;
}

.services-box figure {
    margin-top: -77px;
}

.services-box figure>img {
    max-width: 100%;
    height: 130px;
}

.services-box h2,
.services-box h6 {
    margin-top: 68px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 29px;
    min-height: 68px;
    font-size: 29px;
    font-weight: bold;
    color: #000;
}

.services-box.product-updates h2,
.services-box.product-updates h6 {
    margin-top: 30px;
}

.serv-text {
    padding: 0 30px 0 30px;
}

.services-box p {
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 1.5;
}

.ready-to-rock {
    background-color: #F9423A;
    padding-bottom: 55px;
    padding-top: 134px;
}

.ready-to-rock figure {
    position: relative;
    margin: 0 0 0 6.3%;
}

.ready-to-rock figure > img {
	max-width: 75%;
	width: 100%;
    margin: 0 auto;
    display: block;
}

.ready-to-rock a.btn {
    background-color: #000;
    position: absolute;
    top: 27.7%;
    right: 28.5%;
    padding: 17px 17px 16px 49px;
    top: 25.7%;
    right: 17.8%;
    min-width: 198px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ready-to-rock a.btn:hover,
.ready-to-rock a.btn:focus {
    background: #929292;
    color: #000;
}

/*services template*/

/* Support template*/
.support-page.comman-space {
	padding-top: 1.5%;
    padding-bottom: 10%;
}

.support-page.comman-space p {
	font-size: 16px;
	color: #000;
}

.support-page.comman-space .container {
	padding-left: 10% !important;
    padding-right: 10% !important;
}

.support-btn {
	max-width: 350px;
    width: 100%;
}

ul.support-docs {
	margin: 3rem 18%;
}

@media only screen and (max-width : 767px) {
	ul.support-docs {
		margin: 3rem 0%;
	}
}

ul.support-docs li a {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

ul.support-docs li a:hover {
	color: #F9423A;
}

ul.support-docs li {
	margin-bottom: 2rem;
}

ul.support-docs li:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 53px;
    height: 44px;
    background-image: url(images/ul-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}

@media only screen and (max-width : 1201px) {
	ul.support-docs li:before {
	    content: '';
	    position: absolute;
	    top: -10px;
	    left: -16px;
	    width: 53px;
	    height: 44px;
	    background-image: url(images/ul-arrow.svg);
	    background-repeat: no-repeat;
	    background-position: center;
	    -webkit-background-size: contain;
	    background-size: contain;
	}
}

/* END Support template*/


/* Terms Page template*/

.terms-page.comman-space {
	padding-top: 1.5%;
    padding-bottom: 10%;
}

.terms-page.comman-space ul li a {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.terms-page.comman-space ul li a:hover {
	color: #F9423A;
}

/* END Terms Page template*/
.bluehornet-page.comman-space {
	padding-top: 0%;
    padding-bottom: 10%;
}

.bluehornet-page.comman-space h2 {
	margin-bottom: 5rem;
}

.bluehornet-page.comman-space h2,
.bluehornet-page.comman-space h3 {
	font-weight: 800;
    font-family: 'Open-Sans', sans-serif;
	text-align:center;
	color:#000;
	font-size:36px;
	text-transform:none;
	line-height: 1.2;
}

.bluehornet-page.comman-space h3 {
	font-size:32px;
}

.bluehornet-page.comman-space .help-recs {
	text-align: center;
}

.bluehornet-page.comman-space .help-recs img {
	-webkit-box-shadow: -6px 6px 0px #000;
    box-shadow: -6px 6px 0px #000;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.bluehornet-page.comman-space .help-recs a {
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}

.bluehornet-page.comman-space .help-recs a.rec-link::after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	background-color: #F9423A;
}

.bluehornet-page.comman-space .help-recs a.rec-link:hover::after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	background-color: #000;
}

.bluehornet-page.comman-space .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .bluehornet-page.comman-space .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .bluehornet-page.comman-space .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .bluehornet-page.comman-space .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .bluehornet-page.comman-space .container {
        max-width:1140px
    }
}

.bluehornet-page.comman-space .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
	.bluehornet-page.comman-space .col-md-4 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;
	}
	
	.col-md-6 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
}

.bluehornet-page.comman-space .col-md-4,
.bluehornet-page.comman-space .col-md-6 {   
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.d-block {
	display: block !important;
}

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.bluehornet-page.comman-space h3.expand-title {
	margin-top: 6rem;
	margin-bottom: 4rem;
}

.expand-img-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 115px;
}

.bluehornet-page.comman-space .expand-recs img {
	max-width: 315px;
}

.bluehornet-page.comman-space .expand-recs .serv {
	margin-bottom: 3rem;
}

/* Bluehornet Page template */


/* END Bluehornet Page template */

/*Industry Template*/
.retail-details {
    margin-top: 119px;
    margin-bottom: 106px;
}

.retail-details .container {
    max-width: 1275px;
}

.retail-details .col:nth-child(3n+1) {
    -ms-flex: 0 0 31%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
}

.retail-details .col:nth-child(3n+2) {
    -ms-flex: 0 0 36%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%;
}

.retail-details .col:nth-child(3n+3) {
    -ms-flex: 0 0 33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    padding-left: 0;
    padding-right: 0;
}

.retail-details h3 {
    margin-bottom: 27px;
    margin-top: 1rem
}

.request-demo.industries figure > img {
	width: 60%;
	margin: 0;
}

.retail-details figure {
    -webkit-transform: translate(0, 91px);
    -ms-transform: translate(0, 91px);
    transform: translate(0, 91px);
}

.retail-details blockquote {
    font-size: 20px;
    font-weight: bold;
    margin: 44.4% 0 0 0;
    letter-spacing: 0;
    line-height: 1.3;
}

.retail-details blockquote p {
    margin-bottom: 18px;
}

.retail-details blockquote img {
    width: 157px;
    margin-top: 50px;
}

/*Industry Template*/

/*travel hospitality*/
.travel-hospitality .container-xl {
    max-width: 1645px;
}

.travel-hospitality-innr {
    background-color: #f9423a;
    padding: 126px;
    color: #fff;
}

.travel-hospitality-innr h3 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 28px;
}

.travel-hospitality-innr .col>p {
    margin-bottom: 20px;
}

.travel-hospitality-innr .col:nth-child(3n+1) {
    -ms-flex: 0 0 27%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
}

.travel-hospitality-innr .col:nth-child(3n+2) {
    -ms-flex: 0 0 44.2%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44.2%;
    flex: 0 0 44.2%;
    max-width: 44.2%;
}

.travel-hospitality-innr .col:nth-child(3n+3) {
    -ms-flex: 0 0 28.8%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28.8%;
    flex: 0 0 28.8%;
    max-width: 28.8%;
    padding: 0px;
}

.travel-hospitality-innr .col>.btn {
    background-color: #fff;
    color: #f9423a;
    margin-top: 12px;
}

.travel-hospitality-innr .col>.btn:hover {
    background-color: #000;
}

.travel-hospitality-innr .col>figure {
    margin: 26px 0 0 47px;
}

.travel-hospitality-innr blockquote {
    font-size: 20px;
    font-weight: bold;
    margin: 19.5% 0 0 0;
    letter-spacing: 0;
    line-height: 1.4;
    color: #fff;
}

.travel-hospitality-innr blockquote p {
    margin-bottom: 14px;
}

.travel-hospitality-innr blockquote img {
    width: 210px;
    margin-top: 35px;
}

/*travel hospitality*/

/*customer packaged*/
.retail-details.customer-packaged {
    margin: 0px;
    padding-top: 139px;
    padding-bottom: 140px;
    -webkit-background-size: contain;
    background-size: 110%;
    background-position: center -40px;
}

.retail-details.customer-packaged figure {
    -webkit-transform: translate(30px, 24px);
    -ms-transform: translate(30px, 24px);
    transform: translate(30px, 24px);
}

.retail-details.customer-packaged .col:nth-child(3n+2) {
    -ms-flex: 0 0 41.7%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.7%;
    flex: 0 0 41.7%;
    max-width: 41.7%;
}

.retail-details.customer-packaged .col:nth-child(3n+3) {
    -ms-flex: 0 0 27.3%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 27.3%;
    flex: 0 0 27.3%;
    max-width: 27.3%;
}

.retail-details.customer-packaged blockquote {
    margin: 25.4% 35px 0 0;
    line-height: 1.4;
}

.retail-details.customer-packaged blockquote p {
    margin-bottom: 14px;
}

.retail-details.customer-packaged blockquote img {
    width: 205px;
    margin-top: 22px;
}

.request-demo {
    background-color: transparent;
    padding-bottom: 123px;
}

.request-demo figure {
    position: relative;
    padding: 3% 0 0 0%;
}

.request-demo figure > img {
	width: 55%;
}

.request-demo a.btn {
    background-color: #000;
    position: absolute;
    top: 35.7%;
    right: 12%;
    padding: 15px 17px 17px 16px;
}

.request-demo a.btn:hover {
    background-color: #fff;
    color: #000;
}

/*customer packaged*/

/*about page*/
.about-mapp {
    margin-top: 89px;
    margin-bottom: 40px;
}

.about-mapp .container {
    max-width: 1250px;
}

.about-mappvcnt {
    padding: 13px 130px 20px 130px;
    margin: 0 auto;
    background-image: url('images/about-cnt-border.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center top;
    font-size: 22px;
}

.about-mappvcnt h5 {
    margin-top: -40px;
    margin-bottom: 60px;
}

.about-mapp p>strong {
    color: #000;
}

.leadersheep-team {
    margin-top: 51px;
    margin-bottom: 51px;
    background-image: url('images/line-vectore2.svg');
    background-repeat: no-repeat;
    background-position: center 43px;
    -webkit-background-size: 110%;
    background-size: 110%;
}

.leadersheep-team h2 {
    color: #000;
    margin-bottom: 130px;
    padding-top: 3rem
}

.leadersheep-team h2>span {
    color: #f9423a;
}

.leadersheep-team .row {
    margin-left: -10px;
    margin-right: -10px;
}

.leadersheep-team .col {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 59px;
}

.team-box .team-img {
    padding-bottom: 63.540%;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 23px;
    -webkit-box-shadow: -6px 6px 0px #000;
    box-shadow: -6px 6px 0px #000;
}

.team-box h6 {
    font-size: 20px;
    color: #f9423a;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.team-box a {
    line-height: 1;
}

.team-box img {
    color: #f9423a;
}

.team-box a:hover>img {
    opacity: 0.7;
}

.team-box figcaption {
    padding: 0 14px 0 10px;
    font-size: 16px;
}

.team-box figcaption .d-flex {
    margin-bottom: 18px;
}

.team-box figcaption p {
    margin-bottom: 20px;
}

.map-area {
    margin-top: 112px;
    margin-bottom: 80px;
}

.map-area h2 {
    color: #000;
    margin-bottom: 69px;
}

.mapp-area {
    border: 1px solid #000;
    padding: 17px 18px;
    margin-bottom: 43px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mapp-frame {
    height: 751px;
    width: 100%;
}

.lets-partner {
    padding-top: 73px;
    padding-bottom: 75px;
}

.lets-partner .col:first-of-type {
    -ms-flex: 0 0 52.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52.5%;
    flex: 0 0 52.5%;
    max-width: 52.5%;
}

.lets-partner .col:last-of-type {
    -ms-flex: 0 0 47.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47.5%;
    flex: 0 0 47.5%;
    max-width: 47.5%;
}

.lets-partner .col figure {
    margin: 0 0 0 10.2%
}

.lets-partnercnt {
    margin-left: -75px;
    margin-top: 45px;
    margin-right: 10%;
}

.lets-partnercnt h3 {
    line-height: 1.2;
    margin-bottom: 39px;
    margin-right: 10%;
}

.lets-partnercnt p {
    font-size: 22px;
    margin-bottom: 45px;
}

.lets-partnercnt .btn {
    margin-left: 119px;
    padding: 15px 37px 17px 40px;
}

.open-position {
    padding-top: 118px;
    padding-bottom: 184px;
    background-image: url('images/line-vectore2.svg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 110%;
    background-size: 110%;
}

.open-position .col:first-of-type {
    -ms-flex: 0 0 52.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52.5%;
    flex: 0 0 52.5%;
    max-width: 52.5%;
}

.open-position .col:last-of-type {
    -ms-flex: 0 0 47.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47.5%;
    flex: 0 0 47.5%;
    max-width: 47.5%;
}

.open-positioncnt {
    margin: 0 0 0px 19%;
}

.open-positioncnt h3 {
    line-height: 1.2;
}

.open-positioncnt p {
    font-size: 22px;
    max-width: 85%;
}

.open-positioncnt .btn {
    padding: 15px 26px 17px 26px;
}

/*about page*/


/* empower page */
.confident-boxes {
    background-image: url('images/line-vectore-blog.svg');
    background-repeat: no-repeat;
    background-position: center 83%;
    -webkit-background-size: 110%;
    background-size: 110%;
}

.confident-boxes.empower-confident {
    padding-top: 38px;
    background-image: none;
}

.empower-confident .confident-image {
    margin-right: 15.3%;
}

.empower-confident .confident-text {
    margin-left: 11.3%;
    margin-top: 7%;
}

.empower-testimonial {
    background-image: url('images/line-vectore2.svg');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 110%;
    background-size: 110%;
    padding-top: 134px;
}

.mapp-reseller.empower p>a {
    text-decoration: underline;
    font-weight: bold;
}

.mapp-reseller.empower {
    margin-top: 57px;
    margin-bottom: 130px;
}

.mapp-reseller h2 {
    margin-bottom: 37px;
}

/* empower page */

ul.list-inline {
    padding: 0px;
    margin: 0px;
}

ul.list-inline>li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0px;
    margin-bottom: 0px;
}

ul.list-inline>li:before {
    display: none;
}

.contact-js figure > img {
	max-width: 33%;
}

.page-template-Contact .banners-cover,
.page-template-blog-details .banners-cover,
.page-template-get-the-guide .banners-cover,
.page-template-request-demo .banners-cover {
    display: none;
}

/* get the guide */
.get-the-guide {
    padding-top: 123px;
    padding-bottom: 100px;
    -webkit-background-size: auto auto;
    background-size: 110%;
    background-position: center 80px;
}

.get-the-guide .container-xl {
    max-width: 1593px;
}

.get-the-guide .col:first-of-type {
    -ms-flex: 0 0 56.3%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56.3%;
    flex: 0 0 56.3%;
    max-width: 56.3%;
}

.get-the-guide .testimonial-two .col:first-of-type {
    -ms-flex: 0 0 43.7%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43.7%;
    flex: 0 0 43.7%;
    max-width: 43.7%;
}

.get-the-guide .testimonial-two .col:last-of-type {
    -ms-flex: 0 0 56.3%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56.3%;
    flex: 0 0 56.3%;
    max-width: 56.3%;
}

.get-the-guide .col:last-of-type {
    -ms-flex: 0 0 43.7%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43.7%;
    flex: 0 0 43.7%;
    max-width: 43.7%;
}

.case-study-box {
    background-color: #f9423a;
    padding: 76px 77px 123px 86px;
    color: #fff;
}

.case-study-box figure {
    margin-bottom: 34px;
    padding-bottom: 56.2%;
}

.case-study-box h6 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 28px;
}

.case-study-box h1,
.case-study-box h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 49px;
    text-indent: initial;
    margin-bottom: 2rem;
}

.case-study-box .social-media {
    margin: 28px 0 31px 1px;
    padding: 0px;
}

.social-media>li {
    list-style: none;
    padding-left: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
}

.social-media>li>span {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0px;
}

.social-media>li>img {
    height: 10px;
}

.social-media>li:before {
    display: none;
}

.case-study-box .social-media>li {
    margin-right: 18px;
    margin-bottom: 0px;
    padding: 0px;
}

.case-study-box .social-media>li>span {
    font-size: 15px;
    font-weight: 800;
}

.case-study-box .social-media>li img {
    height: 18px;
}

.case-study-box p {
    letter-spacing: -0.15px;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.case-study-box ul>li {
    letter-spacing: -0.15px;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 14px;
}

.case-study-box ul>li:before {
    content: '-';
    top: -1px;
    width: auto;
    height: auto;
    background-image: none;
    left: 0px;
}

.case-study-form {
    background-color: #f7f9fa;
    height: 100%;
    padding: 63px 40px 60px 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0 37px;
    max-width: 82%;
}

.case-study-form h3 {
    font-size: 46px;
    font-weight: 800;
}


.case-study-form .footnoteDiv {
	width: 100%;
}

.blog-details {
    background-color: #f9423a;
    margin-top: 58px;
    /*padding-top: 112px;*/
    position: relative;
    padding: 50px 0 30px 0;
}

/* hubspot forms 4.11.19  */

.hbspt-form {
	max-width: 60% !important;
	margin: 2rem auto 0 auto !important;
}


.hbspt-form form input[type="text"], input[type="mail"], input[type="tel"], input[type="email"], input[type="phone"] textarea select {
	border-bottom: none;
	font-size: 16px !important;  
	font-weight: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	text-decoration: inherit;
	color: inherit;
	width: 100%;
}
.hbspt-form form input[type="text"], input[type="mail"], input[type="tel"], input[type="email"], input[type="phone"] textarea {
	text-transform: none !important;
}

.hbspt-form form input[type="tel"] {
	font-size: 16px !important;
}
.hbspt-form form input[name="firstname"]{
	width: 100%;
}
.hbspt-form form input[type="email"] {
	background: inherit;
	border: none;
	width: 100%;
	font-size: 16px !important;
	padding: 0;
}
.hbspt-form form textarea {
	width: 97% !important;
	height: 100% !important;
	font-size: 16px !important;
    font-family: inherit !important;
	padding: 0 !important;
	border: none !important;
	color: #4D4D4D !important;
}
.hbspt-form form input[type='submit'] {
	display: block;
    font-family: 'Open-Sans', sans-serif;
	font-weight: bold;
	padding: 15px 20px;
	margin: 2rem auto !important;
	background-color: #F9423A;
	letter-spacing: 0.4px;
	 -webkit-appearance: none;
}

/*
input.hs-input, textarea.hs-input, select.hs-input {
	display: inline-block !important;
	height: 18px !important;
	font-size: 13px !important;
	font-weight: normal !important;
}
*/

.contactform-box {
    margin: 50px 0 10px 0;
}
.contactform-box h3 {
    font-size: 40px;
}
form.main-form label {
    font-size: 16px !important;
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: 400;
    color: #666;
    background-color: transparent;
    text-transform: none;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    outline: none;
    padding: 0;
    width: 50%;
}
form.main-form label h5 {
    font-size: 16px !important;
    padding: 25px 0 0 0;
}
form.main-form select, form.main-form textarea, form.main-form input[type="text"] {
    width: 50%;
    font-size: 16px !important;
    height: 40px;
    color: #666;
    text-transform: none;
}

span.hs-form-required {
	color: #f9423a;
	font-size: 12px;
}

.hs-form-field {
	margin-bottom: 0.5rem;
	padding-top: 5px;
}
.hbspt-form form label {
	font-size: 16px !important;
	line-height: 1.2;
	letter-spacing: 0px;
	font-weight: 400;
	color: #666;
	background-color: transparent;
	text-transform: none;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	outline: none;
	padding: 0 15px;
	width: 25%;
}
.hbspt-form form label.hs-form-booleancheckbox-display {
    font-size: 12px !important;
}
.hbspt-form form .input {
	max-width: 75%;
	width: 100%;
	background-color: #ececec;
	border: 0;
	border-bottom: 2px solid #ccc;
	padding: 10px 15px;
	font-size: 16px !important;
/* 	height: 40px !important; */
}
.hbspt-form form div.hs_partner_privacy_policy .input {
    background-color: transparent;
    padding: 0;
    height: 42px;
}

.hbspt-form form select {
	width: 100%;
	background-color: inherit;
	color: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	text-transform: none;
	border: none;
	font-size: 16px !important;
/* 	height: 100% !important; */
	padding: 0 !important;
}

.legal-consent-container {
	margin-top: 5px !important;
	padding: 5px 7% 0 1% !important
}

.legal-consent-container .hs-richtext {
	font-size: 12px;
	color: #666;
	margin: 5px auto 5px auto;
}

.legal-consent-container .hs-richtext p {
	margin-bottom: 0;
    font-size: 12px;
}

.legal-consent-container .hs-dependent-field .input {
	 background: transparent;
	 border: none;
	 padding: 0 !important;
	 max-width: 100%;
 }
 
.legal-consent-container .hs-dependent-field .input p {
	 font-size: 12px;
	 font-weight: normal;
}

.legal-consent-container .hs-dependent-field .input ul>li {
	padding-left: 0;
	
}
 .legal-consent-container .hs-dependent-field .input ul {
	margin: 0px !important;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
	float: left !important;
}

label.hs-form-booleancheckbox-display {
	width: 100% !important;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
	margin: 0 !important;
	display: inline !important;
}

.legal-consent-container .field.hs-form-field {
	margin-bottom: 0 !important;
}


.hbspt-form form label,
.hbspt-form form .input  {
	display: inline-block !important;
	vertical-align: top !important;
}

.hbspt-form form ul>li:before {
	display: none;
}

.hbspt-form form ul.no-list.hs-error-msgs.inputs-list label {
	color: red;
	font-size: 12px;
    width: 100%;
    margin: 10px 0 0 0;
}

.hbspt-form form ul.no-list.hs-error-msgs.inputs-list li {
	text-align: right; 
	padding-left: 0;
}


/* resource forms 4.12.19 */
.case-study-form .hbspt-form {
	width: 100% !important;
	max-width: 100% !important;
	margin: 2rem auto 0 auto !important;
}

.case-study-form .hbspt-form form label {
	width: 100% !important;
	text-transform: uppercase !important;
	padding: 0 !important;
/* 	letter-spacing: 0.1rem !important; */
}

.case-study-form .hbspt-form form label.hs-form-booleancheckbox-display {
    text-transform: none !important;
}

.case-study-form .legal-consent-container {
	padding: 0 !important;
}

.case-study-form .hbspt-form form .input {
	width: 100% !important;
	max-width: 96% !important;
/* 	height: 40px !important; */
	font-size: 16px !important;
/* 	padding: 10px 15px; */
}

.case-study-form p.resource-in-english {
	color: #f9423a;
	font-weight: 800;
	margin: 0 auto 25px auto;
}

.case-study-form .legal-consent-container .hs-dependent-field .input p {
	text-transform: initial !important;
}

@media screen and (max-width: 600px) {
	.hbspt-form{
		max-width: 75% !important;
	}
	.hbspt-form form .input {
		max-width:100%;
	}
	.legal-consent-container .field.hs-form-field {
	margin-bottom: 10px !important; 
	
}
	
}
@media screen and (max-width: 986px) {
	.hbspt-form form label { 
		width: 100%;
		padding: 0px;
	}
	.hbspt-form form .input {
		max-width: 100%;
		}
	.legal-consent-container {
		padding-left: 0 !important;
	}
}

/*.blog-details:after{position: absolute;bottom: 0;left: 0;width: 100%;height: 10%;background-color: #fff;content: '';z-index: 1;}*/
.blog-details .container-xl {
    position: relative;
    z-index: 9;
}

.blog-details .blog-title {
    -ms-flex: 0 0 44%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
    padding-left: 7.1%;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.blog-details .blog-img {
    -ms-flex: 0 0 55%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
    padding-left: 6px;
    padding-right: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
    background-image: url('images/blog-border.png');
    background-position: 76% top;
    background-repeat: no-repeat;
    padding: 67px 119px 0 0;
}

ul.list-inline.blog-share {
    background-color: #e7e7e9;
    color: #4D4D4D;
    width: 78px;
    text-align: center;
    padding: 26px 10px 22px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: -225px;
    left: -200px;
}

/* Stickem settings */

.stickem-container {
  position: relative;
}

.stickit {
/* 	margin-left: 660px; */
	position: fixed !important;
	left: 0 !important;
	top: 270px !important;
}

.stickit-end {
	bottom: 12rem;
	position: absolute;
	left: -12.25rem !important;
	top: initial !important;
}

@media only screen and (max-width : 1650px) {
	.stickit {
	/* 	margin-left: 660px; */
		position: fixed !important;
		left: 0 !important;
		top: 260px !important;
	}

}

@media only screen and (max-width : 1490px) {
	ul.list-inline.blog-share {
	    left: 0;
	}
}

@media only screen and (max-width : 1415px) {
	.stickit-end { 
		left: -7.25rem !important
	}
}

@media only screen and (max-width : 1199px) {
	
	ul.blog-share.list-inline > li {
		padding-right: 1rem;
	}

	.stickit {
	/* 	margin-left: 660px; */
		position: fixed !important;
		left: 0 !important;
		top: initial !important;
		bottom: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 1rem 1rem 5px 1rem !important;
		width: 200px !important;
	}
	.stickit-end {
		bottom: -165px;
		position: absolute;
		left: 0 !important;
		top: initial !important;
	}
	
}

@media only screen and (max-width : 991px) {
	ul.list-inline.blog-share {
		top: -195px	
	}
}

@media only screen and (max-width : 767px) {
	ul.list-inline.blog-share {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		top: -70px;
	}
}

@media only screen and (max-width : 575px) {
	ul.list-inline.blog-share {
			-webkit-box-align: center;
			-webkit-align-items: center;
			    -ms-flex-align: center;
			        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
            
            display: none;
	}
}


ul.blog-share.list-inline>li {
    display: block;
    margin-bottom: 19px;
}

.blog-share>li>span {
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    color: #58595b;
    line-height: 1.2;
}

.blog-share>li img {
    height: 19px;
}

.blog-share>li>a:hover img {
    opacity: 0.7;
}

.blog-details .blog-img>figure {
    /*padding-bottom: 66.5%;*/
    max-width: 100%;
    height: 380px;
    margin-left: 10%;
}

.blog-title h1,
.blog-title h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 0.8px;
    line-height: 1.2;
    margin-bottom: 14px;
    padding: 10% 0;
}

@media only screen and (max-width : 1699px) {
    .blog-title h1, .blog-title h2 {
        font-size: 44px;
    }
}

@media only screen and (max-width : 1199px) {
	.blog-title h1, .blog-title h2 {
		font-size: 40px;
        padding: 0;
	}
}

@media only screen and (max-width : 991px) {
	.blog-title h1, .blog-title h2 {
		font-size: 32px;
	}
}

@media only screen and (max-width : 767px) {
	.blog-title h1, .blog-title h2 {
		font-size: 26px;
	}
}

@media only screen and (max-width : 575px) {
	.blog-title h1, .blog-title h2 {
		font-size: 22px;
	}
}

.blog-title h6 {
    text-transform: uppercase;
    font-size: 24px;
}

.blog-details-cnt {
	position: relative;
    margin-top: 165px;
    margin-bottom: 165px;
}

.blog-details-cnt a {
	display: initial;
}

.blog-details-cnt h6 {
    font-size: 22px;
    line-height: 1.4;
    display: block;
}

.blog-details-cnt .container {
    max-width: 1031px;
}

.blog-details-cnt figure {
    margin: 30px 0 49px 0;
    text-align: center;
}

.blog-details-cnt figure>img {
    max-width: 100%;
}

.blog-details-cnt p {
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 28px;
}
/* .blog-details-cnt p > strong:first-child{display: block;} */



iframe.video {
    border: 0px;
    margin: 30px 0;
}

.related-artical {
    padding-bottom: 115px;
    margin-bottom: 100px;
    margin-top: 105px;
    padding-top: 50px;
}

.related-artical .container {
    max-width: 1086px;
}

.related-artical .row {
    margin-left: -70px;
    margin-right: -70px;
}

.related-artical .col {
    padding-left: 70px;
    padding-right: 70px;
}

.related-artical h5 {
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    margin-bottom: 56px;
}

.related-artical .col {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.related-box .bg-set {
    padding-bottom: 98%;
}

.related-artical figcaption {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-top: 26px;
    line-height: 1.19;
    color: #000;
}

.related-artical figcaption>a.link {
    margin-top: 21px;
    line-height: 0.7;
}

a.link {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 800;
}

.stay-in-loop.ready-to-rock {
    padding-top: 57px;
    padding-bottom: 37px;
}

.stay-in-loop.ready-to-rock figure {
/*   margin: 5% 30% 0 0; */
    margin: 0% 30% 0 0%;
}

.stay-in-loop.ready-to-rock a.btn {
    top: 38.7%;
    right: 23%;
}

/* get the guide */

/* contact us */
.gform_confirmation_message {
    text-align: center;
    color: green;
    font-weight: bold;
    padding: 2% 0;
}

.contact-form {
    margin-bottom: 115px;
}

.contact-form .container {
    max-width: 1470px;
}

.contact-form .gform_wrapper {
    background-color: #fff;
    margin: -241px 0 16px 0 !important;
}

.contact-form .gform_title {
    display: none;
}

.form-wrapper, .form-wrapper-contact {
    background-color: #fff;
    margin: -241px 0 16px 0 !important;
    padding: 3rem 15px;
    min-height: 150px;
}

.gform_wrapper span.gform_description,
.form-title {
    font-size: 36px;
    text-align: center;
    color: #000;
    line-height: 1.2;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: bold !important;
    width: 40% !important;
    margin: 11px auto 0px auto;
}

.contact-form > div > div > h2.form-title {
    width: 60% !important;
}


.contact-form .gform_wrapper .gform_body {
    max-width: 78%;
    margin: 89px auto 0 auto;
}

.gform_wrapper ul.gform_fields {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-left: 0px;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 28px;
}

.gform_wrapper ul.gform_fields li.gfield:nth-child(odd) {
    padding-right: 38px;
}

.gform_wrapper ul.gform_fields li.gfield:nth-child(even) {
    padding-left: 38px;
    padding-right: 0px;
}

.gform_wrapper ul.gform_fields li.gfield#field_1_7 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0px !important;
}

.gform_wrapper .top_label .gfield_label {
    display: none !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 5px 4px 7px 0px !important;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
    width: 100% !important;
}

.gform_wrapper div.validation_error {
    width: 73% !important;
    font-size: 15px !important;
    padding: 10px 0 !important;
    margin: 0 auto;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    border: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
    border: 0px !important;
    border-bottom: 1px solid #790000 !important;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 3px !important;
    font-size: 15px;
    font-weight: 600;
}

.gform_wrapper .field_description_below#field_1_8 .gfield_description,
.gform_wrapper .field_description_below#field_2_8 .gfield_description {
    font-size: 19px;
    text-transform: uppercase;
    margin-top: 7px;
    color: #58595b;
    font-weight: 400;
    margin-left: 51px;
    margin-top: -7px;
}

.gfield_description.validation_message {
    font-size: 15px !important;
    margin-left: 0 !important;
    font-weight: 400 !important;
    text-transform: none !important;
    margin-top: 0px !important;
    color: red !important;
}

.gform_wrapper .field_description_below .gfield_description>span {
    color: #ef453e;
}

.gform_wrapper ul.gform_fields li.gfield:nth-child(even)#field_1_8 {
    padding-left: 0px;
    -ms-flex: 0 0 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%;
    z-index: 9;
    position: relative;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    max-width: 100% !important;
}

.gfield_checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none !important;
    cursor: pointer;
}

.gfield_checkbox label {
    position: relative;
    cursor: pointer;
}

.gfield_checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid rgb(58, 58, 60);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 15px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 16px;
    margin-left: 3px;
    margin-top: -7px;
}

.gfield_checkbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 17px;
    width: 6px;
    height: 14px;
    border: solid #ff0000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gform_wrapper ul.gfield_checkbox li label {
    font-size: 19px;
    text-transform: uppercase;
    margin-top: 7px;
    color: #58595b;
}

.gform_wrapper form {
    position: relative;
    z-index: 9;
}

.gform_wrapper .gform_footer {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    bottom: 42px;
    max-width: 1142px;
    text-align: right;
    padding: 0 !important;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: 400 !important;
}

input[type='submit'] {
    font-family: 'Open-Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    background-color: #ef453e;
    padding: 18px 31px 17px 23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 196px;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin: 0 !important;
    cursor: pointer;
}

input[type='submit']:hover {
    background-color: #000;
}

input[type='submit']:focus {
    outline: none;
}


#dvFastForms .ff-group-row {
    max-width: 60% !important;
    margin: 0 auto !important;
}

.case-study-form #dvFastForms .ff-group-row {
    max-width: 100% !important;
    margin: 0 auto !important;
}

.footnoteDiv {
    width: 58%;
    margin: 0 auto;
}

@media only screen and (max-width : 1024px) {
	.footnoteDiv {
	    width: 87%;
	}
}

#dvFastForms .ff-item-row.fw-row:nth-of-type(1)  {
	margin-top: 1rem;
}

.ff-form-main {
    width: 100%;
    max-width: 100% !important;
}

.ff-form-main label {
    font-size: 20px !important;
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: 400;
    color: #666;
    background-color: transparent;
    text-transform: uppercase;
    text-transform: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0px;
    /*     border-bottom: 1px solid rgb(58,58,60); */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}

.ff-form-main span.requiredSpan {
    color: #f9423a;
}

.ff-type-text,
.ff-textarea,
.ff-select-type,
.ff-select-type option {
    max-width: 100% !important;
    width: 100% !important;
    background-color: #ececec;
    border: 0;
    border-width: 2px;
    border-bottom: 2px solid #ccc;
}

.ff-select-type {
    font-size: 18px !important;
    text-transform: none;
    padding: 0 0.75rem;
    height: 40px;
}

.ff-select-type option {
    border: 0;
}

.ff-form-main label.ff-general-text-label,
.ff-form-main #lblLeadOpted_In__c,
.requiredSpan,
.ff-form-main label.ff-footnote-label {
    margin-top: 0;
    font-size: 12px !important;
    text-transform: none;
}

#dvFastForms .ff-label-col {
    text-align: left;
    padding: 0 15px !important;
}

#dvFastForms .ff-label-col label.ff-general-text-label {
    text-align: left !important;
    display: block;
    width: 100%;
}

.ff-group-row>.ff-item-row {
    margin-bottom: 0.5rem;
}

.ff-col-1 {
    float: right;
    min-width: 25% !important;
}

.ff-col-2 {
    float: none !important;
    min-width: 45%;
    max-width: initial !important;
}

#dvFastForms .ff-footer-group {
    text-align: left;
}

#dvFastForms .ff-btn-submit {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 0 0px;
    background-color: #F9423A;
    border: 0;
    font-weight: bold;
    padding: 15px 0;
    display: block;
    width: 50%;
    margin: 2rem auto;
    letter-spacing: 0.4px;
    -webkit-border-radius: none;
    border-radius: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-transition: all .40s linear;
    -o-transition: all .40s linear;
    transition: all .40s linear;
}

@media only screen and (max-width : 991px) {
	#dvFastForms .ff-btn-submit {
		width: 100%;
	}
}

#dvFastForms .ff-btn-submit:hover {
    background-color: #000;
}

#dvFastForms .fw-row {
    /* 	width: 75%; */
    margin: 0 auto;
    display: block;
}

#dvFastForms .ff-multipicklist {
    background-image: none !important;
    height: 100%;
    min-height: 150px;
}

.ff-form-main #lblLeadOpted_In__c {
    float: left;
}

.ff-form-main #lblLeadOpted_In__c,
[id*="Opted_In__c"].ff-checkbox {
    margin-top: 1rem;
}

/* Case Study Forms */
.case-study-form .ff-col-2.ff-field-col:not(.docsignWrapper) {
	display: block;
}

.case-study-form #dvFastForms .ff-label-col {
	padding: 0 !important
}

.case-study-form #dvFastForms .ff-form-main label {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.case-study-form .ff-form-main label.ff-general-text-label, 
.case-study-form .ff-form-main #lblLeadOpted_In__c, 
.case-study-form .requiredSpan, 
.case-study-form .ff-form-main label.ff-footnote-label {
	font-size: 12px !important;
	text-transform: none !important;
}



@media only screen and (max-width : 991px) {
	.form-title {
		font-size: 24px;
		width: 100% !important;
	}
	
	#dvFastForms .ff-group-row {
		width: 100% !important;
		max-width: 90% !important;
	}
	
	.form-wrapper, .form-wrapper-contact {
		padding: 1rem 15px 3rem 15px;
		margin: -175px 0 16px 0 !important;
	}
}


@media only screen and (max-width : 767px) {
	#dvFastForms .ff-label-col {
		padding: 0 !important;
	}
	.ff-col-1,
	.ff-col-2 {
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
	}
}

/* request a demo graviti form css*/
.gform_wrapper ul.gform_fields li.gfield#field_2_7,
.gform_wrapper ul.gform_fields li.gfield#field_2_9 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.gform_wrapper ul.gform_fields li.gfield#field_2_8 {
    padding-left: 0px;
    -ms-flex: 0 0 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%;
    z-index: 9;
    position: relative;
}

.request-demo .gform_wrapper {
    position: relative;
    padding-bottom: 111px;
}

.request-demo .gform_wrapper:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/request-demo-form-border.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

body .request-demo .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .request-demo .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 51px;
}

body .request-demo .gform_wrapper .gform_footer {
    bottom: 9px;
}

/* request a demo graviti form css*/



.page-title {
    background-color: #f9423a;
    padding-top: 105px;
    padding-bottom: 322px;
    margin-top: 60px;
}

.media {
    max-width: 1246px;
    margin: 0 auto;
    position: relative;
}

.media:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    background-image: url('images/address-border.png');
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.media img {
    margin-left: 50px;
}

.media-cnt {
    padding: 6.7% 6.9% 3.4% 9.2%;
    position: relative;
    width: 100%;
}

.media-cnt:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 118px;
    height: 168px;
    background-image: url('https://mapp.com/wp-content/uploads/2018/12/map-mark.svg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    top: 13%;
    left: -4.9%;
    width: 14%;
    height: 39%;
    z-index: 9;
}

.media-cnt:after {
    content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.media-cnt h3,
.media-cnt h5,
.media-cnt p,
.media-cnt .d-flex {
    position: relative;
    z-index: 9;
}

.media h3 {
    font-size: 57px;
    color: #000;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0px;
    margin-bottom: 0px;
}

.media h5 {
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 21px;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.media address {
    font-style: normal;
    font-size: 19px;
    color: #000;
    line-height: 1.5;
}

.media address>strong {
    font-weight: 800;
    letter-spacing: -0.3px;
}

.media ul {
    margin: 3px 0 0 11%;
}

.media ul>li {
    font-size: 19px;
    margin-bottom: 6px;
}

.media ul>li>a {
    color: #f9423a;
}

.media ul>li>a:hover {
    color: #000;
}

.location-list {
    padding-top: 100px;
    padding-bottom: 151px;
}

.location-list .container {
    max-width: 1212px;
}

.location-list .row {
    margin-left: -30px;
    margin-right: -30px;
}

.location-list .col {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 115px;
}

.location-box {
    height: 100%;
    border: 1px solid #000;
    text-align: center;
    padding: 0 30px 27px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 344px;
    background-color: #fff;
}

.location-box h5 {
    background-color: #fff;
    display: inline-block;
    font-weight: 800;
    padding: 8px 30px;
    transform: translateY(-26px);
    -webkit-transform: translateY(-26px);
    -moz-transform: translateY(-26px);
    -ms-transform: translateY(-26px);
    -o-transform: translateY(-26px);
    margin-bottom: 3px;
    text-transform: uppercase;
}

.location-box address {
    font-style: normal;
}

.location-box address>p {
    letter-spacing: -0.5px;
    margin-bottom: 0px;
}

.location-box address>p>strong {
    display: block;
    font-weight: bold;
    color: #000;
    letter-spacing: -0.6px;
}

.location-box ul {
    margin: 30px 0 0 0;
}

.location-box ul>li {
    margin-bottom: 4px;
    letter-spacing: -0.5px;
}

.location-box ul>li:last-of-type {
    margin-bottom: 0px;
}

.follow-us {
    background-color: #f9423a;
    padding-top: 137px;
    padding-bottom: 219px;
}

.follow-us h2 {
    color: #fff;
    margin-bottom: 129px;
}

.follow-us ul {
    margin: 0px;
    padding: 0px;
}

.follow-us ul>li {
    margin: 0 2.7%;
    vertical-align: baseline;
}

.follow-us ul>li>a>img {
    height: 62px;
}

.follow-us ul>li:nth-child(6n+3)>a>img {
    height: 51px;
}

.follow-us ul>li:nth-child(6n+5)>a>img {
    height: 44px;
}

.follow-us ul>li>a:hover>img {
    opacity: 0.5;
}

/* conatct us */


/* resource center */
.resource-center {
    margin-top: 36px;
    margin-bottom: 173px;
/*
    background-image: url('images/line-vectore-blog.svg');
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 110%;
*/
}

.resource-center .container {
    max-width: 1275px;
}

.resource-center .row {
    margin-left: -25px;
    margin-right: -25px;
}

.resource-center .col {
    padding-left: 25px;
    padding-right: 25px;
}

.resource-tab>ul {
    margin: 0 58px 0 0;
/*     width: 59%; */
}

.resource-tab>ul>li {
    margin-right: 47px;
}

.resource-tab>ul>li:last-of-type {
    margin-right: 0px;
}

.resource-tab>ul>li>a {
    font-size: 18px;
    color: #a7a9ac;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
}

.resource-tab>ul>li.active>a,
.resource-tab>ul>li>a:hover {
    color: #F9423A;
}

.resource-tab select {
    width: 260px;
    background-image: url('images/drop-down.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) center;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 23px;
    color: #a7a9ac;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0px;
    padding: 4px 30px 7px 0;
    border: 0;
    border-bottom: 1px solid #000;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    font-size: 18px !important;
}

select:focus {
    outline: none;
}

.resource-list, .press-list {
    padding-top: 229px;
}

.resource-list .col, .press-list .col {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 196px;
}

/*.resource-list .col:nth-last-child(-n+3){margin-bottom: 87px;}*/
.resource-list figure, .press-list figure {
	background: #fff;
    border: 1px solid #000;
    text-align: center;
    position: relative;
    height: 100%;
}

.resource-box {
    padding: 0 15px 100px 15px;
    min-height: 378px;
    background-color: #fff;
}

.resource-img {
    width: 305px;
    margin: 0 auto 34px auto;
    -webkit-box-shadow: -7px 7px 0px #000;
    box-shadow: -7px 7px 0px #000;
    padding-bottom: 40.6%;
    margin-top: -89px;
    display: inline-block;
}

.resource-img:hover {
    -webkit-box-shadow: -7px 7px 0px #F9423A;
    box-shadow: -7px 7px 0px #F9423A;
}

.resource-list figcaption, .press-list figcaption {
    min-height: 183px;
}

.resource-list figure h6, .press-list figure h6 {
    font-size: 19px;
    color: #ef453e;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-bottom: 21px;
}

.resource-list figure h2,
.resource-list figure p {
    font-size: 29px;
    color: #000;
    line-height: 1.21;
    letter-spacing: 0px;
    font-weight: bold;
    margin-bottom: 20px;
}

.resource-list figure h2>a,
.resource-list figure p>a {
    color: #000;
}

.resource-list figure h2>a:hover,
.resource-list figure p>a:hover {
    color: #F9423A;
}

.press-list figure h2,
.press-list figure p {
    font-size: 29px;
    color: #000;
    line-height: 1.21;
    letter-spacing: 0px;
    font-weight: bold;
    margin-bottom: 20px;
}

.press-list figure h2>a,
.press-list figure p>a {
    color: #000;
}

.press-list figure h2>a:hover,
.press-list figure p>a:hover {
    color: #F9423A;
}

.resource-footer {
    position: absolute;
    bottom: 17px;
    left: 34px;
    right: 30px;
}

.resource-footer .resource-tag {
    font-size: 14px;
    font-weight: bold;
    color: #F9423A;
    width: 100%;
    text-align: left;
}

.resource-footer a .resource-type {
	margin-top: 0.5rem;
    font-size: 17px;
    padding: 5px 27px 6px 27px;
    width: 131px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #F9423A;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    
    -webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.resource-footer a:hover .resource-type {
	background-color: #000;
}

.load-more {
    background-color: #000;
    padding: 17px 15px 15px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 195px;
}

.load-more>img {
    width: 20px;
    margin-left: 10px;
}

.load-more:hover {
    background-color: #F9423A;
    color: #fff;
}

.resource-center.request-demo {
    padding-top: 96px;
    padding-bottom: 114px;
    margin-bottom: 0px;
    background-image: none;
}

.resource-center.request-demo figure {
    padding: 2.9% 0 0 16.3%;
}

.resource-center.request-demo a.btn {
    top: 40.7%;
    right: 18.5%;
    min-width: 198px;
    padding: 18px 17px 15px 17px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.resource-center.request-demo a.btn>img {
    margin-left: 5px;
}

.request-demo a.btn:hover {
    background-color: #929292;
}

.latest-blog {
    margin-bottom: 109px;
}

.latest-blog-innr {
    position: relative;
}

.latest-blog-innr:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    background-image: url('images/latest-blog.png');
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    height: 100%;
}

.latest-blog .col:first-of-type {
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}

.latest-blog .col:last-of-type {
    -ms-flex: 0 0 55%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}

.latest-blog figure {
    padding-bottom: 95.2%;
    width: 93.6%;
    margin-left: 34px;
}

.latest-blog-cnt {
    padding: 0 155px 0px 42px;
    position: relative;
    z-index: 9;
}

.blog-listing .latest-blog h2,
.blog-listing .latest-blog h2>a {
    font-size: 45px;
    font-weight: 800;
    color: #000;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: none;
    margin-bottom: 15px;
    max-width: 100%;
}

@media only screen and (max-width : 1199px) {
	.blog-listing .latest-blog h2,
	.blog-listing .latest-blog h2>a {
	    font-size: 33px;
	}
}

.latest-blog h2 {
    color: #000;
}

.latest-blog h2>a:hover {
    color: #F9423A;
}

.latest-blog p {
    line-height: 1.3;
    margin-bottom: 0px;
}

.blog-formtitle {
    margin-bottom: 40px;
}

.blog-formtitle h5 {
    margin-left: 31px;
    font-size: 33px;
    width: 60%;
    max-width: 990px;
}

.searchform {
    margin: 0 37px 0 0px;
    max-width: 400px;
    position: relative;
}

.searchform input[type="text"] {
    width: 100%;
    font-size: 22px !important;
    line-height: 1.4;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
}

.searchform .screen-reader-text {
    display: none;
}

.searchform input[type='submit'] {
    background-color: transparent;
    font-size: 0px;
    background-image: url('images/search_icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    min-width: auto;
    padding: 17px 16px;
    position: absolute;
    right: 0;
    top: -7px;
}

.post-thumbnail {
    margin-bottom: 20px;
}

.blog-listing {
    padding-bottom: 134px;
    margin-top: 30px;
}

.blog-listing p>a {
    font-weight: 800;
}

.second-latest .container {
    max-width: 1275px;
}

.second-latest .col {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.second-latest-larg {
    padding-right: 10%;
}

.second-latest-larg>h2,
.second-latest-larg>h6,
.second-latest-larg>p {
    margin-left: 13px;
}

.second-latest-larg>h2,
.second-latest-larg>h6 {
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

.blog-listing h2>a,
.blog-listing h6>a {
	font-size: 25px;
    color: #000;
}

.blog-listing h2>a:hover,
.blog-listing h6>a:hover {
    color: #F9423A;
}

.second-latest-larg>p {
    line-height: 1.3;
    margin-bottom: 43px;
}

.second-latest-larg figure {
    padding-bottom: 78.7%;
    -webkit-box-shadow: -6px 5px 0px #f9423a;
    box-shadow: -6px 5px 0px #f9423a;
}

.second-latest .blog-list-box {
    padding-left: 10.5%;
    margin-top: 0;
}

.second-latest .blog-list-box:first-of-type {
    margin-bottom: 116px;
}

.blog-list-box h6 {
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

.blog-list-box p {
    line-height: 1.3;
    margin-bottom: 43px;
    margin-bottom: 0px;
}

.blog-boxcnt,
.blog-boximg {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-boximg figure {
    padding-bottom: 94%;
    width: 280px;
}

.blog-boxcnt {
    padding: 0 15px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.simuler-blog {
    margin-top: 128px;
}

.simuler-blog .container {
    max-width: 1275px;
}

.simuler-blog .row {
    margin-left: -85px;
    margin-right: -85px;
}

.simuler-blog .col {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 85px;
    padding-right: 85px;
    margin-bottom: 125px;
}

.simuler-blog .col:nth-last-child(-n+2) {
    margin-bottom: 166px;
}

.simuler-blog .blog-boxcnt {
    padding: 5px 32px 0 0;
    -ms-flex: 0 0 53.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53.5%;
    flex: 0 0 53.5%;
    max-width: 53.5%;
}

.simuler-blog .blog-boximg {
    -ms-flex: 0 0 46.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46.5%;
    flex: 0 0 46.5%;
    max-width: 46.5%;
}

.simuler-blog .blog-boximg figure {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
}

.simuler-blog .blog-list-box h6 {
    margin-bottom: 15px;
}

.blog-list.request-demo {
    padding-bottom: 37px;
}

.blog-list.request-demo figure > img {
	width: 70%;
	margin: 0 auto;
	display: block;
}

.blog-list.request-demo figure {
    /* 	padding: 4% 0 0 7.5%;  */
    padding: 5% 30% 0 0;
}

@media screen and (max-width : 575px) {
	.blog-list.request-demo figure {
	    padding: 5% 0 0 0;
	}
}


.blog-list.request-demo a.btn {
    top: 45.7%;
    right: 21.5%;
    padding: 18px 17px 15px 17px;
    text-align: center;
    min-width: 195px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.single .ready-to-rock.stay-in-loop .btn {
    top: 40%;
    right: -13%;
/*     padding: 18px 17px 15px 52px; */
	padding: 18px 0 15px 0;
	text-align: center;
    min-width: 195px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-list.request-demo a.btn:hover {
    background-color: #9a9a9b;
    color: #fff;
}

/* resource center */


/* Resource Types - Case Study, Video, addon etc. */
.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.res-case-study {
	
}

.res-case-study.container {
	max-width: 1400px;
}

.res-case-study h1 {
	font-size: 42px;
	text-align: center;
	text-transform: uppercase;
}

.res-case-study h1 span {
	color: #f9423a;
}


.cs-bg figure {
	width: 100%;
	max-width: 70%;
	margin-bottom: 3rem;
    padding-bottom: 40%;
    position: relative;
}

.cs-bg figure::after {
	content: '';
	position: absolute;
	background:#f9423a;
	width: 100%;
	height: 100%;
	z-index: -1;
    left: -15px;
    bottom: -15px;
}

.res-case-study .spec-box {
	background: #000;
    width: 100%;
    max-width: 50%;
    padding: 2rem;
    margin-left: auto;
    margin-top: -15rem;
    position: relative;
    z-index: 9;
}

.res-case-study .spec-box img {
	width: 100%;
	max-width: 200px;
	height: auto;
}

.res-case-study .spec-box p {
	margin: 0;
	color: #fff;
	font-size: 16px;
}

.res-case-study .spec-box .specs {
	margin-top: 1rem;
}

.res-case-study .spec-box .specs a {
	color: #fff;
	text-decoration: underline;
}

.res-case-study .spec-box .specs a:hover {
	color: #F9423A;
}

.res-case-study .case-study-container {
	margin-bottom: 5rem;
}

.cs-key-challenges-title h4,
.cs-solutions-title h4,
.cs-results-title h4 {
	color: #f9423a;
	text-align: center;
	font-size: 36px;
	text-transform: uppercase;
	margin: 2rem 0 3rem 0;
}

.cs-key-challenges {
	padding: 1rem 0 4rem 0;
}

.cs-challenge {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	padding: 0 65px;
}

.cs-challenge:first-child::after {
	content: '';
	display: none;
}

.cs-challenge::after {
    content: '';
    background: url(images/slashed.svg);
    width: 80px;
    height: 100%;
    position: absolute;
    top: 10px;
    left: -25px;
    background-repeat: no-repeat;
}
	
.challenge-num {
	border-radius: 50%;
	font-size: 28px;
	margin: 0 auto 1rem auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    text-align: center;
    color: #000;
    background: #f9423a;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.cs-results {
	padding: 6rem 0;
    background: url(images/slash-box-black.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cs-result {
	text-align: center;
	position: relative;
}

.cs-result .result-num {
	color: #f9423a;
	font-size: 60px;
	font-weight: bold;
}

.cs-result .result-desc {
	color: #000;
	font-weight: bold;
}

.cs-result::after {
	content: '';
    background: url(images/slash-black.svg);
    width: 30px;
    height: 200%;
    position: absolute;
    top: -130px;
    right: -5%;
    background-repeat: no-repeat;    
}

.cs-result:nth-child(2)::after {
	content: '';
    background: url(images/slash-black.svg);
    width: 30px;
    height: 200%;
    position: absolute;
    top: 25px;
    right: 0%;
    background-repeat: no-repeat;    
}

.cs-result:last-child::after {
	content: '';
	display: none;
}

.cs-results-content {
	padding-top: 6rem;
}

.featured-title {
	font-size: 42px;
}

.rec-video-box {
	position: relative;
}

.rec-video-box::before {
	content: '';
	display: block;
	position: absolute;
	background: #f9423a;
	top: 15px;
	left: -15px;
	width: 100%;
    height: 100%;
}

.rec-video-box-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: grey;
	position: relative;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.res-video .play-icon {
    display: block;
    position: absolute;
    width: 116px;
    background-image: url(images/play-icon.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 116px;
    z-index: 9;
}

.rec-video-box .yt-thumb {
	width: 100%;
	display: block;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}


.video-about-title {
	color:#f9423a;
	font-size: 42px;
	text-align: center;
	margin: 5rem 0 2rem 0;
}

.video-content ol {
	margin-left: 5rem;
}

.res-pdf.container {
	max-width: 1100px;
}

/* resposonive video resize */
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1650px) {
	.res-pdf.container{
	    max-width: 1100px;
	    padding-left: 30px;
	    padding-right: 30px;
	}
}

.res-pdf .dl-social-contain {
	width: 100%;
	max-width: 100%;
	margin: 0 auto 0 10%;
}

.res-pdf .dl-social-contain a.btn {
	width: 100%;
	text-align: center;
	padding: 1.5rem 15px;
	color: #F9423A;
	background: #000;
}

.res-pdf .dl-social-contain a.btn:hover {
	color: #000;
	background: #F9423A;
}

.res-pdf .social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 15px;
    background: #d9d9d9;
    width: 100%;
    margin-top: 2rem;
}

.res-pdf .social-media > li {
	margin-right: 0.5rem;
}

.res-pdf .social-media > li a {
	display: block;
    color: #F9423A;
}

.res-pdf .social-media>li>span {
	color: #4d4d4d;
}

.res-pdf .social-media > li a img {
	height: 15px;
	width: auto;
	opacity: 0.6;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.res-pdf .social-media > li a:hover img {
	opacity: 1;
}

.res-pdf .featured-title {
	text-align: left;
	text-transform: uppercase;
}

.res-pdf .resource-name {
	color: #7f7f7f;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}

.res-pdf .featured-img {
	margin-left: 10%;
	position: relative;
	padding: 0;
}

.res-pdf .featured-img img {
	height: auto;
	position: relative;
	z-index: 3;
	padding: 0;
	display: block;
}

.res-pdf .featured-img::after {
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 10px;
	left: -10px;
	z-index: 1;
}

.res-pdf .pdf-content {
	margin-top: 4rem;
}


@media only screen and (max-width : 991px) {
	.cs-challenge {
		font-size: 16px;
	}
	
	.cs-result .result-num {
		font-size: 42px;
	}
}


@media only screen and (max-width : 767px) {
	.cs-result .result-desc {
		font-size: 14px;
	}
	
	.cs-results {
		padding: 1rem 0;
		background: none;
	}
	
	.cs-results-content {
		padding-top: 3rem;
	}
	
	.cs-result,
	.cs-challenge {
		margin-bottom: 3rem;
	}
	
	.cs-result::after,
	.cs-result:nth-child(2)::after {
		content: '';
		display: block;
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
		top: 40px;
		right: 45%;
	}
	
	.cs-challenge::after {
		content: '';
		display: none;
	}
	
	.cs-challenge.col-3,
	.cs-result.col-3,
	.res-pdf .col-6,
	.res-pdf .col-3 {
		-ms-flex: 0 0 100%;
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	
	.res-pdf .featured-img {
		margin: 0;
	}
	
	.res-pdf .dl-social-contain {
		width: 100%;
		margin: 2rem auto 0 auto;
	}
	
	.res-pdf .pdf-content {
		margin: 0;
	}
	
}




@media only screen and (max-width: 575px) {
	
	.res-case-study h1,
	.res-pdf .featured-title {
		font-size: 24px;
	}
	
	.cs-key-challenges-title h4, 
	.cs-solutions-title h4, 
	.cs-results-title h4
	.featured-title,
	.video-about-title {
		font-size: 22px;
	}
	
	.res-case-study .spec-box {
		margin-top: 0;
		max-width: 100%;
	}
	
	.cs-bg figure {
		max-width: 100%;
		    padding-bottom: 55%;
	}
}


/* END Resource Types - Case Study, Video, addon etc. */


/*contact page*/
.contact-form.request-demo {
    margin-bottom: 0px;
}

.page-template-request-demo .sponser-logos {
    background-color: transparent;
    padding-top: 64px;
    padding-bottom: 187px;
    margin-top: 0px;
}

.contact-addresslist {
    background-image: url('images/line-vectore-blog.svg');
    background-repeat: repeat-y;
    background-position: center -18%;
}


.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

@media only screen and (min-width : 768px) {
	.flex-md-nowrap {
	    -ms-flex-wrap: nowrap !important;
	    -webkit-flex-wrap: nowrap !important;
	    flex-wrap: nowrap !important;
	}
}

/* Cookies */

.cli-plugin-main-link {
    text-decoration: underline
}

.cli-plugin-button {
	-webkit-border-radius: 0;
	        border-radius: 0;
	    margin-left: 15px;
}

.search-results .searchform{max-width: 100%;margin: 0 0px 20px 0px;}

/*error page*/
.comman-space {
    padding-top: 10%;
    padding-bottom: 10%;
}

.entry-content .text-content .container {
    padding-left: 0px;
    padding-right: 0px;
}


/*search result page*/
.search-results .container .blog-list-box:first-of-type{margin-top: 0px;}
.search-results .blog-list-box{margin-top: 90px;}
.search-results .blog-boximg{-webkit-flex: 0 0 24%;flex: 0 0 24%;max-width: 24%;}
.search-results .blog-boxcnt{-webkit-flex: 0 0 76%;flex: 0 0 76%;max-width: 76%;padding-left: 35px;}
.search-results .blog-boximg figure{width: 100%;padding-bottom: 67%;}
.search-results .blog-list-box h6{font-size: 31px;margin-bottom: 18px;margin-top: -8px;}
.search-results .blog-list-box p{line-height: 1.4;}
.search-results .load-more{margin-top: 118px;}
.search-results .comman-space{padding-bottom: 8%;}
.search-results .page-header h6{font-size: 21px;font-weight: 400;margin-top: 27px;margin-bottom: 90px;}
.search-results .page-header h6 > strong{text-transform: uppercase;}


/*YouTube responsive*/
.youtube-responsive-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

/* Helpers */
.d-block {
	display: block !important;
}

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.language-dropdown{margin-right: 26px;}
.language-dropdown > select{display: none;}
.sbHolder{
    background-color: transparent;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    color: #1f1f1f;
    position: relative;
    width: 77px !important;
}

@media (max-width: 576px) {
	.language-dropdown {
		position: absolute;
	    top: 45%;
	    right: 50px;
	    
	    -webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
	}
	
	.scrolled .language-dropdown {
		position: absolute;
	    top: 30%;
	    right: 50px;
	    
	-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
	}
}

.sbHolder:focus{
    outline: none;
}
.sbSelector > a{
    color:#000;
    text-decoration:none;
    font-size: 12px;
    font-weight: bold;
    line-height: 27px;
    display: inline-block;
    vertical-align: 7px;
}
.sbSelector > img
{
    width: 23px;
}
.sbSelector{
    display: block;
    height: 30px;
    left: 0;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 100%;
    cursor:pointer;
    color:#fff;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #EBB52D;
    outline: none;
    text-decoration: none;
}
.sbToggle{
    background: url(images/drop-down.svg);
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: -5px;
    top: 0;
    width: 30px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center right;
}

.sbHolderDisabled{
    background-color: #000000;
    border: none;
}
.sbHolderDisabled .sbHolder{
    
}
.sbHolderDisabled .sbToggle{
    
}
.sbOptions{
    background-color: #000000;
    border: none;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    /*top: 30px; now with js controlled*/
    width: 200px;
    z-index: 1;
    overflow-y: auto;
    top:31px !important;
}
.sbOptions li{
    padding: 0px 0px;
    margin: 0px;
    line-height: inherit;
}
.sbOptions li:before{display: none;}

.sbOptions li img{
    display:inline-block;
    float:left;
padding-top:7px;
padding-left:3px;
    
    
    }


.sbOptions li a:first-child{padding-left:10px;}

.sbOptions a{
    display: block;
    outline: none;
    padding: 10px 0 10px 30px;
}
.sbOptions a:link, .sbOptions a:visited{
    color: #ddd;
    text-decoration: none;
    transition:all 0.2s ease-in-out;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #fff;
    background:#f9423a;
}
.sbOptions li.last a{
    border-bottom: none;
}
.sbOptions .sbDisabled{
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
    border-bottom: none;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
    padding-left: 17px;
}

/* Breaking News Banner Added 4.18.2019 */

#header {
	position: relative;
}

.breaking_news {
	background: #f9423a;
	padding: 14px 0 10px;
	text-align: center;
	position: relative;
}

.breaking_news h1 {
	margin: 0;
	color: #ffffff;
	font-size: 14px;
	font-family: 'Open-Sans', sans-serif;
	font-weight: 300;
	letter-spacing: 0.25px;
}

.breaking_news h1 span, .breaking_box span {
	font-size: 12px;
	display: inline-block;
	text-transform: uppercase;
	background: #000;
	font-family: 'Open-Sans', sans-serif;
	color: #ffffff;
	font-weight: bold;
	padding: 8px 20px;
	line-height: 1;
	border-radius: 5px;
	letter-spacing: 0.25px;
	margin-right: 18px;
	vertical-align: middle;
	position: relative;
	top: -3px;
/* 	width: 145px; */
}

.breaking_news h1 a, .breaking_box p, .breaking_box p a, .breaking_box a {
	color: #fff;
	margin: 0;
	font-size: 14px;
    font-family: 'Open-Sans', sans-serif;
    font-weight: 600;
	letter-spacing: 0.25px;
	display: block;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	cursor: default;
}

.breaking_box p a, .breaking_box a {
	display: inline;
    text-decoration: underline;
    vertical-align: initial;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.breaking_box p a:hover, .breaking_box a:hover {
	color: #000;
	cursor: pointer;
}

.breaking_news_slider, .breaking_box marquee {
/* 	width: calc(100% - 623px); */
	width: 90%;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.breaking_news_slider div {
	display: none;
}
.breaking_news_slider div:first-child {
	display: block;
}
.breaking_news_slider div.slick-slide, .breaking_news_slider .slick-list, .breaking_news_slider .slick-track {
	display: block;
}

.breaking_news_slider p, .breaking_box marquee p {
	font-size: 14px;
    font-family: 'Open-Sans', sans-serif;
    font-weight: 300;
	letter-spacing: 0.25px;
	color: #ffffff;
	margin-bottom: 0;
	white-space: nowrap;
	display: inline-block;
	padding: 0 10px;
	width: 100%;
}

.breaking_box marquee {
	color: #ffffff;
}

.breaking_box marquee a {
	display: inline-block;
	width: auto;
	margin: 0 10px;
}

.breaking_news h1 a:hover, .breaking_news h1 a:focus {
	color: #389AC3;
}

.close_breaking_news {
	width: 23px;
	height: 23px;
	display: block;
	position: absolute;
	right: 28px;
	top: 14px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0.4;
}

.close_breaking_news:before {
	content: "";
	width: 23px;
	height: 1px;
	background: #fff;
	display: block;
	position: absolute;
	top: 11px;
}

.close_breaking_news:after {
	content: "";
	height: 23px;
	width: 1px;
	background: #fff;
	display: block;
	margin: 0 auto;
}

.close_breaking_news:hover, .close_breaking_news:focus {
	opacity: 1;
}

.breakingNews{width:100%; height:30px; position:relative; overflow:hidden;}
.breakingNews>ul{padding:0; margin:0 8%; list-style:none; position:absolute; left:210px; top:0; right:40px; height:40px; font-size:16px;}
.breakingNews>ul>li{position:absolute; height:25px; width:100%; line-height:25px; display:none;padding-left: 0; text-transform: uppercase;}
.breakingNews>ul>li::before{content: ''; display: none;}
.breakingNews>ul>li>a{text-decoration:none; color:#ffffff; overflow:hidden; display:inline-block; white-space: nowrap;text-overflow: ellipsis;}


.breakingNews>ul>li>a:hover{color:#2096cd;}
.breakingNews>ul>li>a {transition: .25s linear;-moz-transition: .25s linear;-webkit-transition: .25s linear;}


@media only screen and (max-width : 767px) {
	.breaking_news {
	    display: none !important;
	}
}


/* Added 4.18.2019 End */

/*  witt-gruppe case study 5.8.19 */
.postid-1711 .author-name > img {
    max-width: 175px;
}

/* monte carlo added 5.13.19 */
.postid-985 .res-case-study .spec-box img {
    max-width: 150px;
    filter: brightness(0) invert(1);
}
.postid-985 .author-name > img {
    max-width: 125px;
}

/*f-dev*/

.header-container{
    max-width: 1568px;
    margin: 0 auto;
}

.language-dropdown{
    margin:23px 96px 0 0;
    transition: 0.2s all;
}


#header a.btn{
    margin-right: 0;
}

#header .d-flex > ul.menu{
    margin:0;
}


#header #mega-menu-wrap-primary{
    background: none;
    padding: 17px 3px 0 0;
    transition: 0.2s all;
}

#header .header-right{
    margin-top: 11px;
    transition: 0.2s all;
}

.scrolled #header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    padding: 0 10px 46px;
}

.scrolled #header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > a.mega-menu-link:before{
    /*border-width: 0 10px 14px 10px;    */
}

.scrolled #header #mega-menu-wrap-primary{
    padding: 7px 3px 0 0;
}

.scrolled .language-dropdown{
    margin-top: 13px;
}

.scrolled #header .header-right{
    margin-top: 0;
}


#header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    background: none;
    padding: 0 10px 98px;
    padding: 0 10px 50px;
    display: block;
}

#header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
    display: none;
}

#header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
    padding: 0 24px;
    position: relative;
}

#header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover , 
#header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a{
    background: none;
    color: #F9453A;
}

#header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
    left: -228px;
    left: -37px;
    width: auto;
    background: none;
    transform: translate(0, 0);
    padding-top: 50px;
}

/* 
#header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 57px 16px;
    border-color: transparent transparent #f0f0f0 transparent;
    content: "";
    position: absolute;
    top: -5px;
    left: 96px;
    display: inline-block;    
    opacity: 0;
    transition: 0.5s all;

}
*/
 
#header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > a.mega-menu-link:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 57px 16px;
    border-color: transparent transparent #f0f0f0 transparent;
    content: "";
    position: absolute;
    bottom: -50px;
    left: 96px;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: 0.5s all;
}


#header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu:before ,
#header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-toggle-on > a.mega-menu-link:before{
    opacity: 1;
}

#header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
    padding: 0;
    width: auto;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
    background: #f0f0f0;
}

#header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row{
    /*width: 105%;*/
    background: #f0f0f0;
    background: none;
}


.box_wrap {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.17);
    background: #f0f0f0;
    position: relative;
}
.box_wrap.bottom {
    box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.20);
}

.box_wrap.left {
    display: flex;
    flex-wrap: wrap;
}


.rich-content {
    position: absolute;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.17);
    background: #fff;
}
.box_wrap.bottom .rich-content {
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.20);
}

.rich-contentbox{
    position: relative;
}

.rich-contentbox h2{
    color: #000000;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}

.onecoltxt .box_wrap.bottom .rich-contentbox .image{
    width: 100%;
    height: 110px;
    position: static;
}

.onecoltxt .box_wrap.bottom .rich-contentbox .content-wrap{
    width: 100%;
}

.box_wrap.bottom .rich-content{
    width: 100%;
    top: 100%;
    left: 0;
}

.box_wrap.left .rich-content{
    right: 100%;
    /*height: 100%;*/
    background: #fff;
    box-shadow: -3px 4px 9px rgba(0, 0, 0, 0.17);
    /* overflow: hidden; */
}

.box_wrap.left .rich-content .content-wrap{
    padding: 17px 32px;
}

.box_wrap.right .rich-content{
    left: 100%;    
}



.box_wrap.left .rich-contentbox{
    width: 209px;
    background: #fff;
}

.box_wrap.right .rich-contentbox{
    width: 270px;
    background: #fff;
}

.content-wrap{
    background: #fff;
    padding: 22px 32px;
}

.content-wrap > a{
    font-size: 12px;
    font-weight: 700;
    vertical-align: top;
}

.rich-contentbox div.image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.box_wrap.left .rich-contentbox div.image{
    width: 100%;
    height:108px;
}
.box_wrap.right .rich-contentbox div.image{
    width: 100%;
    height:122px;
}

.box_wrap.left .rich-content ,
.box_wrap.right .rich-content{
    /*height: 100%;
    overflow: hidden;*/
}

.box_wrap.right .rich-content{
    position: static;
    box-shadow: 4px 2px 5px rgba(0, 0, 0, 0.17);
}


.box_wrap .menu_wrap{    
    padding: 30px 12px 15px 20px;
    /*min-height: 200px;*/
}

.box_wrap .menu_wrap .menu-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row{
    /*width: 566px;
    width: 635px;
    width: 675px;*/
    width: 725px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu:last-of-type > ul.mega-sub-menu > li.mega-menu-row{
    width: 500px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.onecoltxt{
    width: 525px;
}



.box_wrap .menu_wrap .menu-list >li{
    max-width: 195px;
    padding: 0 10px 0 18px;
    width: 195px;
    margin-bottom: 10px;
}

.box_wrap .menu_wrap .menu-list.list-content{
    padding: 2px 32px 8px;
    padding: 2px 0 8px;
}




.box_wrap.bottom .menu_wrap .menu-list.list-content >li{
    width: 50%;
    max-width: 250px;
}
.box_wrap.left .menu_wrap .menu-list.list-content >li{
    width: 100%;
    max-width: 199px;
}

.box_wrap .menu-list >li h3{
    font-size: 14px;
    text-transform: uppercase;
    color: #F9453A;
    margin: 0;
    min-height: 20px;
}

.box_wrap .menu-list > li h3 span{
    display: inline-block;
    vertical-align: middle;
    max-width: 20px;
    margin: 0 4px 0 0;
}

.box_wrap .menu-list > li .menu-sub{
    margin: 0;
}

.box_wrap .menu-list > li .menu-sub li{
    margin-bottom: 0;
    padding: 12px 0 0;
}

.box_wrap .menu-list > li .menu-sub li p{
    font-size: 13px;
    letter-spacing: 0.2px;
    margin-top: 1px;
    line-height: 1.5;
}

.box_wrap .menu-list > li .menu-sub li a{
    color: #000;
    font-weight: 700;
    font-size: 14px;
    transition: 0.5s all;
}

.box_wrap .menu-list > li .menu-sub li a:hover{
    color: #F9453A;
}

.box_wrap.bottom .menu_wrap {
    padding-bottom: 11px;
}

.box_wrap.bottom .rich-contentbox{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}

.box_wrap.bottom .rich-contentbox .image{
    position: absolute;
    right: 0;
    top: 0;
    width: 135px;
    height: 100%;
    width: 215px;
}

.box_wrap.bottom .rich-contentbox .content-wrap{
    width: calc(100% - 135px);
    padding:34px 43px 33px 41px;
    padding:34px 22px 33px 38px;
    /*max-width: 430px;*/

    width: calc(100% - 215px);
}

.box_wrap.bottom .rich-contentbox .content-wrap p{
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0!important;
    letter-spacing: 0.2px;
}

.box_wrap.right .rich-contentbox .content-wrap p{
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0!important;
    letter-spacing: 0.2px;
}

.box_wrap.right{
    display: flex;
    flex-wrap: wrap;
}


.menumobile_bttom .menumobile_innerdiv{
        display: none;
}

#mega-menu-wrap-primary #mega-menu-primary .socialtbtn{
    display: none;
}


/* key features LARI 12.2019 */
.kf-container {
    display: flex; width: 100%; flex-wrap: wrap; justify-content: center;
}
.kf-container.free-trial {
    padding: 0 20%;
}
.kf-item {
    text-align: center; max-width: 254px; padding: 2% 2%; font-size: 1.1rem;
}
.kf-item-intl {
    text-align: center; max-width: 254px; padding: 2% 2%; font-size: 1.1rem;
}

/* features LARI 12.2019 */
.features-container {
    margin: 60px 0 0 140px; justify-content: center;
}
.features-column {
    padding: 0 2%; max-width: 450px;
}

/* features LARI 12.2019 */
blockquote.product-quote-line {
    color: white; font-size: 36px; font-weight: 700; text-align: left; line-height: 1.2;
}

.testi-box > blockquote{font-size: 26px; font-weight: 700;}
.testi-box > blockquote > span.smaller{font-size: 23px; font-weight: 700;}
.testi-box > .author-name > h6{font-size: 20px; font-weight: 700; width: 100%; text-align: center;}

.products-quote {
    padding-top: 55px;
    padding-bottom: 100px;
    background-color: #F9423A;
    margin-top: 60px;
}
.products-quote .row {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
}
.products-quote .col:first-of-type {
    -ms-flex: 0 0 48%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    text-align: right;
}

.quote-box {
    margin: 0 8%;
}
.quote-name {
    color: white;
    margin-top: 30px;
}
.quote-name .quote-text {
    margin-left: 80px; padding-top: 9px;
}
.quote-name .quote-person {
    margin-left: 6px; padding-top: 18px;
}
.quote-name .quote-person h6 {
    color: white; font-weight: 700; text-align: left; margin: 0;
}
.quote-name .quote-person span {
    font-size: 14px;
}
.quote-photo {
    padding: 80px;
}
.quote-photo img {
    width: 60%;
}
.quote-cta {
    color: white; margin-top: 50px;
}
a.btn.quote-cta-button {
    background-color: #fff; color: #f9423a;
}
a.btn.quote-cta-button:hover {
    background-color: #000; color: #fff;
}

/* LARI 12.2019 */
h1.upper {
    text-transform: uppercase;
}
div.confident-boxes.demo-request {
    background-image: url(https://mapp.com/siteimg/request-demo-red-circle.png);
    background-size: 750px;
    background-position: 50% 15px;
    padding: 80px 0;
    margin: 50px 0;
}
div.confident-boxes.demo-request div.row {
    padding: 0 5%; justify-content: center;
}
div.confident-boxes.demo-request div.row .confident-text {
    margin: auto 40%; text-align: center;
}
.owl-carousel .owl-nav button.owl-prev {
    font-size: 4rem; margin-right: 20px;
}
.owl-carousel .owl-nav button.owl-next {
    font-size: 4rem; margin-left: 20px;
}

/* Added by Lari 12/2019 */
.features-column ul>li, .plus-list ul>li {
    list-style: none;
    padding-left: 0;
    position: relative;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-left: 15px;
    text-align: left;
}

.features-column ul>li:last-of-type, .plus-list ul>li:last-of-type {
    margin-bottom: 0px;
}

.features-column ul>li:before, .plus-list ul>li:before {
    content: '';
    position: absolute;
    top: 3px;
    left: -30px;
    width: 16px;
    height: 17px;
    background-image: url('images/list-icon-plus.svg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}

.features-column.updates ul>li {
    line-height: 1.4;
    margin-bottom: 25px;
}

.features-column.updates.noplus ul>li:before {
    background-image: none;
}

.owl-carousel .owl-stage-outer {
    margin-left: 25px;
}

/** Open Position **/

.open-positions {
    margin: 0 auto;
}

.categories {
    font-size: 0.8em;
    min-width: 80px;
    text-align: center;
    padding: 6px 10px;
    background-color: #F9423A;
    color: #fff;
    border: 1px solid #F9423A;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 6px;
}

#itAndDevelopment, #productManagement, #sales, #marketing, #consulting, #operation {
    color: #97bf0d;
    background: #f2f2f2;
    border: none;
}

.job-description-box {
    margin-top: -12px;
    justify-content: space-between;
    border-bottom: 1px solid #666;
    height: 38px;
}
.job-description div h1 {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #F9423A;
}
.job-description div h2 {
    font-size: 1.1rem;
    margin: 52px 0 28px 0;
    text-transform: none; 
}
.row.job-description {
    display: none;
    font-size: 0.9rem;
    padding: 2rem 4rem 5rem 5rem;
    width: 1000px;
    text-align: left;
    margin: 0 auto;
}
.row.job-description div img {
    width: 100%;
    max-width: 100%;
}
.row.job-description div {
    font-size: 1rem;
    line-height: 1.5;
}
.row.job-description div p {
    margin-bottom: 36px;
}
.row.job-description div ul {
    margin: 0px 0 40px 30px;
}
.row.job-description div ul>li {
    list-style: disc;
    padding-left: 0;
    margin-bottom: 1px;
    font-size: 1rem;
    line-height: 1.5;
}
.row.job-description div ul>li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}

.plus-icon, .ort {
    margin-right: 2rem;
}

.job-location, .jobs-time {
    margin-right: 1rem;
}

.job-box-border {
    margin-top: 10px;
    border: 0.5px solid #000000;
}

#product-jobs, #customer-relations-jobs, #sales-jobs, #it-jobs, #marketing-jobs, #admin-jobs, #intern-jobs {
  display: none;
}

/* CONTACT US SPECIFIC - Added by Lari 19.02.2020 */
.contactform-box{
    width: 100%;
    background-color: #E74D41;
    border: none;
    color: #ffffff;
    margin-top: 0px;
    text-align: center;
    padding: 1.5rem 3rem;
    border-radius: 10px;
}

.contactform-box h3, .contactform-box h5 {
    color: #ffffff;
    line-height: 1.2;
    padding-bottom: 12px;
}

.contactform-box h5 {
    font-size: 28px;
}

.form-checkbox {
    width: 40px;
    vertical-align: top;
    display: inline-block;
}

.form-checkbox > input[type=checkbox] {
    width: 30px;
    height: 30px;
    padding: 0 15px;
    margin: 0;
}

.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-md-12 > p {
    margin-bottom: 30px !important;
}

.col-md-12 > input[type=text] {
    background-color: #fff;
    width: 100% !important;
    border: 1px solid #fff;
    height: 2rem;
    border-radius: 2px;
    padding: 0 15px;
    margin: 6px 0;
}

.col-md-12 > input[type=submit] {
    margin-top: 15px !important;
}

.contactform-box textarea {
    width: 100%;
    height: auto;
}

.contact-us-img {
    text-align: center;
}

/* Added by Lari 03/2020 */
#uc-center-modal ul>li:before, #uc-consents-info-modal ul>li:before {
    top: 0;
    background-image: none;
}
.newsletter-page .hbspt-form form input[type='submit'] {
    max-width: 200px;
}
.jobs-area {
    font-size: 1.1rem;
}

/* Added by Lari 03/2020 */
@media (max-width: 700px) {

    .jobs-area {
        padding: 0 0.5%;
        font-size: 0.7rem;
    }
    .jobs-time, .jobs-time-text, .job-location {
        display: none;
    }
    .plus-icon, .ort {
        margin-right: 0.5rem;
    }
    .row.job-description {
        width: 100%;
        padding: 1rem;
    }

}

.services-box.updates {
    border: 0;
    background-color: transparent;
}
.services-box.updates figure img {
    max-width: 100%;
    height: 180px;
}
.services-box.product-updates figure img {
    max-width: 100%;
    height: 200px;
}

/* Show the careers content menu */
.show { 
    display: block !important;
    animation-name: fadein;
    animation-duration: 0.5s;
}


/* Added by Lari 04/2020 */
.product-updates-banner {
    display: flex; flex-direction: row-reverse; width: 100%; height: 860px;
}
.product-updates-banner .heading-subtitle, .product-updates-banner .heading-subtitle-2 {
    margin-top: 208px; min-height: 90px;
}
.product-updates-banner .banner-content-1 {
    margin-top: 40px;
}
.product-updates-banner .banner-content-2 {
    margin-top: -540px;
}
.product-updates-banner .banner-content-1 .heading-release {
    font-size: 32px; font-weight: bold; -webkit-text-fill-color: transparent; -webkit-text-stroke-width: 1px;
}
.product-updates-banner .banner-content-1 .heading-main {
    margin-top: 60px;
}
.product-updates-buttons {
    display: flex; flex-direction: row-reverse; width: 100%; height: 0px; margin: 0;
}
.product-updates-features {
    margin-top: -80px;
}
.product-updates-list {
    padding-top: 40px;
}



form.main-form.grey-bg input, form.main-form.grey-bg textarea, form.main-form.grey-bg select {
    background-color: #f8f8f8;
    border: 0px solid transparent;
}

.video-hub-banner {
    display: flex; width: 100%; height: 860px;
}
.video-hub-banner .banner-content-1 {
    margin: 60px;
    padding-right: 60px;
}
.video-hub-banner .banner-content-1 .heading-main {
    margin-top: 20px; color: white;
}
.video-hub-banner .banner-content-1 .heading-main p {
    font-size: 18px;
    margin-bottom: 30px;
    color: white;
}
.video-hub-features {
    margin-top: -80px;
}

/* END 04/2020 */

/* Added by Lari 05/2020 */
.trainings-box .trainings-nav .filter-buttons-row {
    display: inline-block; margin: 0 30px 0 0;
}

.trainings-box .trainings-nav .filter-button {
    display: inline-block;
    padding: 6px 16px;
    margin: 0 7px 0 0;
    background-color: #f9423a;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 95px;
    text-align: center;
}
.trainings-box .trainings-nav .filter-button:active, .trainings-box .trainings-nav .filter-button:hover {
    background-color: #000;
}
.trainings-box .trainings-list {
    margin: 40px 0; display: flex; flex-wrap: wrap;
}
.trainings-box .trainings-list .training-item {
    flex: 0 1 28%;
    min-height: 300px;
    margin: 20px 2%;
    border: 1px solid red;
    padding: 20px 20px 0 20px;
    display: flex;
    flex-wrap: wrap; 
    align-content: flex-start;
    position: relative;
    color: black;    
}
.trainings-box .trainings-list .training-item:hover {
    /*transform: scale(1.02);*/
}
@keyframes tiOverlayAnim {
  from { opacity: 0; }
  to { opacity: 1; }
}
.trainings-box .trainings-list .training-item .ti-overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,0.9);
    align-items: center;
    justify-content: center;
    z-index: 800;
}
.trainings-box .trainings-list .training-item .ti-overlay.anim {
    animation-name: tiOverlayAnim;
    animation-duration: .4s;
}
.trainings-box .trainings-list .training-item .item-logo {
      flex: 0 1 100%;
      margin-left: 3px;
      height: 55px;
}
.trainings-box .trainings-list .training-item .item-name {
      flex: 0 1 100%;
      margin: 17px 0;
      line-height: 1.2;
}
.trainings-box .trainings-list .training-item .item-desc {
      flex: 0 1 100%;
      margin-bottom: 36px;
      font-size: 0.82rem;
      line-height: 1.5;
}
.trainings-box .trainings-list .training-item .item-desc p {
      margin-bottom: 16px;
      line-height: 1.3;
}
.trainings-box .trainings-list .training-item .item-level {
      flex: 0 1 50%;
      position: absolute;
      bottom: 15px;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      color: black;
}
.trainings-box .trainings-list .training-item .item-lan {
      flex: 0 1 50%;
      position: absolute;
      bottom: 15px;
      right: 20px;
      text-align: right;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      color: #f9423a;
}
#training-form {
    margin: 50px 0 140px 0;
    text-align: center;
}
#training-form input[type='text'] {
    width: 100%;
    max-width: 400px !important;
    background-color: white !important;
    border: 1px solid black !important;
}

.request-demo-v {
    margin-top: 50px;
    width: 50%;
    padding: 0 2%;
    height: 500px;
}
.request-demo-v2-copy {
    position: absolute;
    top: 360px;
    left: 3%;
    width: 45%;
    text-align: center;
    color: #000;
}
.request-demo-v2-form {
    position: absolute;
    width: 45%;
    height: 600px;
    z-index: 800;
    top: 270px;
    right: 4%;
    background-color: rgba(255,255,255,0.7);
    border: 0px solid #F9423A;
}
.request-demo-v3 {
    margin-top: 30px;
    width: 50%;
    padding: 0 3%;
    height: 820px;
}
.request-demo-v3-copy {
    position: absolute;
    top: 492px;
    left: 3%;
    width: 45%;
    text-align: center;
    color: #000;
}
.request-demo-v3-form {
    position: absolute;
    width: 45%;
    height: 750px;
    z-index: 800;
    top: 492px;
    right: 5%;
    background-color: rgba(255,255,255,0.7);
    border: 0px solid #F9423A;
}
/* END 05/2020 */


/* Added by Lari 07/2020 */
.integrations-box .integrations-nav .filter-buttons-row {
    display: inline-block; margin: 0 30px 0 0;
}

.integrations-box .integrations-nav .filter-button {
    display: inline-block;
    padding: 6px 16px;
    margin: 0 7px 0 0;
    background-color: #f9423a;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 95px;
    text-align: center;
}
.integrations-box .integrations-nav .filter-button:active, .integrations-box .integrations-nav .filter-button:hover {
    background-color: #000;
}
.integrations-box .integrations-list {
    margin: 20px 0; display: flex; flex-wrap: wrap;
}
.integrations-box .integrations-list .integration-item {
    flex: 0 1 28%;
    min-height: 200px;
    margin: 20px 2%;
    border: 1px solid red;
    padding: 20px 20px 0 20px;
    display: flex;
    flex-wrap: wrap; 
    align-content: flex-start;
    position: relative;
    color: black;    
}
.integrations-box .integrations-list .integration-item:hover {
    /*transform: scale(1.02);*/
}
@keyframes tiOverlayAnim {
  from { opacity: 0; }
  to { opacity: 1; }
}
.integrations-box .integrations-list .integration-item .ti-overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,0.9);
    align-items: center;
    justify-content: center;
    z-index: 800;
}
.integrations-box .integrations-list .integration-item .ti-overlay.anim {
    animation-name: tiOverlayAnim;
    animation-duration: .4s;
}
.integrations-box .integrations-list .integration-item .item-logo {
      flex: 0 1 100%;
      margin-left: 3px;
      height: 80px;
      text-align: center;
}
.integrations-box .integrations-list .integration-item .item-name {
      flex: 0 1 100%;
      margin: 17px 0;
      line-height: 1.2;
}
.integrations-box .integrations-list .integration-item .item-desc {
      flex: 0 1 100%;
      margin-bottom: 50px;
      font-size: 0.82rem;
      line-height: 1.5;
}
.integrations-box .integrations-list .integration-item .item-desc p {
      margin-bottom: 16px;
      line-height: 1.3;
}
.integrations-box .integrations-list .integration-item .item-level {
      flex: 0 1 50%;
      position: absolute;
      bottom: 15px;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      color: black;
}
.integrations-box .integrations-list .integration-item .item-lan {
      flex: 0 1 50%;
      position: absolute;
      bottom: 15px;
      right: 20px;
      text-align: right;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      color: black;
      padding: 4px 8px;
}
.integrations-box .integrations-list .integration-item .item-mapp-connect {
      flex: 0 1 50%;
      position: absolute;
      bottom: 15px;
      right: 20px;
      padding: 0;
      text-align: right;
      font-size: 13px;
      font-weight: 700;
      color: white;
      max-width: 30px;
}
.mapp-connect-footnote {
      display: flex;
      font-size: 14px;
      font-weight: 700;
      color: black;
      padding: 4px 8px;
      margin-top: 30px;
}
.mapp-connect-footnote .item-mapp-connect {
      display: inline-block;
      flex: 0 1 50%;
      padding: 0;
      margin-right: 10px;
      text-align: right;
      font-size: 14px;
      font-weight: 700;
      color: black;
      max-width: 30px;
}
.mapp-connect-icon {
    display: inline-block;
    width: 30px;
}
#integration-form {
    margin: 50px 0 60px 0;
    text-align: center;
}
#integration-form input[type='text'], #integration-form textarea {
    width: 80%;
    max-width: 400px !important;
    background-color: white !important;
    border: 1px solid #666 !important;
    padding-left: 7px;
}
#integration-form textarea {
    font-family: 'Open-Sans', sans-serif;
    height: 65px;
}
#integration-form .int-row {
    width: 100%;
    margin: 10px auto;
}

.tab {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.tab a {
    font-family: 'Open-Sans', sans-serif;
    font-size: 1rem;
    color: #666;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 26px;
    transition: 0.3s;
}

.tab a:hover {
    color: #999;
}

.tab a.active {
    color: #111;
    font-weight: bold;
    border-bottom: 2px #111 solid;
}

.tabcontent {
    display: none;
    margin-top: 30px;
    padding: 6px 12px;
    border: 0px solid #ccc;
    border-top: none;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

/* The Close Button */
.modal-content .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-content .close:hover,
.modal-content .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

form.main-form label {
    font-size: 16px !important;
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: 400;
    color: #666;
    background-color: transparent;
    text-transform: none;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    outline: none;
    padding: 0;
    width: 50%;
}
form.main-form label h5 {
    font-size: 16px !important;
    padding: 25px 0 0 0;
}
form.main-form select, form.main-form textarea, form.main-form input[type="text"] {
    width: 50%;
    font-size: 16px !important;
    height: 40px;
    color: #666;
    text-transform: none;
}

/* Added by Lari 08/2020 */
.regular-banner {
    text-align: center; 
    background-image: url('/siteimg/title-lines-bg.svg'); 
    background-size: 100%; 
    background-repeat: no-repeat; 
    height: 320px;
}

.regular-banner h1 {
    font-family: 'DIN-Condensed', sans-serif; 
    font-size: 100px; 
    color: black; 
    letter-spacing: 3px; 
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; 
    line-height: 2.9;
    padding-top: 5px;
    text-transform: uppercase;
}

.regular-banner-2 {
    text-align: center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 920px;
}

.regular-banner-2 h1 {
    font-family: 'DIN-Condensed', sans-serif; 
    padding: 180px 9%;
    font-size: 130px;
    letter-spacing: 2px;
    color: white;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; 
    text-transform: uppercase;
}

.regular-banner-2 h5 {
    font-family: 'DIN-Condensed', sans-serif; 
    padding-top: 120px;
    letter-spacing: 1px;
    color: white;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; 
    text-transform: uppercase;
}

.regular-banner-2 h1.industry {
    font-family: 'DIN-Condensed', sans-serif; 
    padding: 50px 9%;
    font-size: 130px;
    letter-spacing: 2px;
    color: white;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; 
    text-transform: uppercase;
}

.regular-banner-third-line h1 {
    padding: 120px 9%;
}

.regular-banner-2 h1.industry.industry-third-line {
    padding: 120px 9%;
}

.regular-banner-2 h1.product {
    font-family: 'DIN-Condensed', sans-serif;
    padding: 170px 9% 0px 9%;
    font-size: 130px;
    letter-spacing: 0;
    color: black;
    line-height: 1.05;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; 
    text-transform: uppercase;
}

.regular-banner-2 h5.product-text {
    font-family: 'Open-Sans', sans-serif; 
    padding-top: 30px;
    font-size: 30px;
    letter-spacing: 0;
    color: black;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; 
    text-transform: none;
}

.regular-banner-3 {
    text-align: left;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 520px;
}

.regular-banner-3 h1 {
    font-family: 'DIN-Condensed', sans-serif;
    padding: 100px 3% 0px 52%;
    font-size: 86px;
    letter-spacing: 0;
    color: black;
    line-height: 1.05;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; 
    text-transform: uppercase;
}

.regular-banner-3 h5 {
    font-family: 'Open-Sans', sans-serif; 
    padding: 16px 3% 0px 52%;
    font-size: 25px;
    letter-spacing: 0;
    color: black;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; 
    text-transform: none;
}

.regular-banner-3 a.btn.header-text-right {
    margin-left: 52%;
    margin-top: 25px;
    padding: 13px 20px;
}


/* ADDED BY LARI 09/2020 */
.customer-logos-wrapper {
    width: 100%; display: flex; flex-wrap: wrap; margin-top: 0px; justify-content: center; align-items: center;
}

.customer-logo-item {
    width: 200px; padding: 15px 15px 5px 15px; margin: 0 40px 30px 0; text-align: center; box-shadow: 3px 4px 7px #eee;
}

#overlayNewsletter {
    width: 100%;
    height: 100%;
    opacity: .85;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    background-color: #333;
    overflow: auto;
    z-index: 999;
}
img#close {
    position: absolute;
    right: -14px;
    top: -14px;
    cursor: pointer;
}
div#popupNewsletter {
    position: fixed;
    left: 50%;
    bottom: 5%;
    margin-left: -300px;
    padding: 20px 20px 0 20px;
    opacity: 1;
    background-color: white;
    display: none;
    z-index: 1000;
}
div#popupNewsletter form {
    width: 600px;
    padding: 20px 30px 0 30px;
    background-color: #fff;
}
div#popupNewsletter ul.hs-error-msgs {
    margin: 0;
}
div#popupNewsletter ul li label {
    width: 100%;
}



/*responsive*/


@media (min-width: 1500px) {

    .box_wrap .menu_wrap .menu-list.list-content{
        padding-right: 10px;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
        width: 745px;
    }
}

@media (max-width: 1500px) {
    header#header a.btn{
        margin-right: 32px;
    }


}

@media (max-width: 1400px) {
    .language-dropdown {
        margin: 23px 36px 0 0;
    }
    #header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
        padding: 0 15px;
    }

    header#header a.btn{
        margin-right: 0;
    }
    a.logo img{
        margin-left: 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row{
        width: 725px;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu:last-of-type > ul.mega-sub-menu > li.mega-menu-row{
        width: 400px;
    }
    .box_wrap .menu_wrap .menu-list.list-content >li{
        max-width: 141px;
    }

    .box_wrap .menu_wrap .menu-list >li{
        max-width: 191px;
        padding: 0 10px 0 10px;
        width: 176px;
        width: 191px;
        margin-bottom: 10px;
    }
    .box_wrap .menu_wrap{
        padding: 20px;
    }

    .box_wrap.bottom .rich-contentbox .content-wrap{
        padding: 23px 30px;
        width: calc(100% - 215px);
    }

    .box_wrap.bottom .rich-contentbox .image{
        width: 215px;
    }

    .box_wrap.right .rich-contentbox{
        width: 163px;
    }

    .box_wrap.right .rich-contentbox div.image{
        height: 92px;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.onecoltxt {
        width: 445px;
    }

    .onecoltxt .box_wrap.bottom .rich-contentbox .image{
        height: 90px;
    }

    .content-wrap{
        padding: 12px 20px;
    }
}


@media (max-width: 1200px) {
    
    #header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
        padding: 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        font-size: 12px;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
        width: 725px;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu:last-of-type > ul.mega-sub-menu > li.mega-menu-row {
        width: 400px;
    }

    .box_wrap .menu_wrap{
        padding: 20px 10px;
    }
    .box_wrap .menu_wrap .menu-list >li{
        max-width: 191px;
    }
    .box_wrap .menu-list > li .menu-sub li a{
        font-size: 11px;
    }

    .box_wrap .menu-list > li .menu-sub li{
        padding: 12px 0 0;
    }

    .box_wrap .menu-list >li h3{
        font-size: 12px;
    }

    .box_wrap.right .rich-contentbox {
        width: 186px;
    }
    .content-wrap{
        padding: 12px;
    }
    .box_wrap.bottom .rich-contentbox .content-wrap{
        padding: 12px;
    }
    .box_wrap .menu_wrap .menu-list.list-content >li {
        max-width: 122px;
    }
    .box_wrap .menu-list > li .menu-sub li p{
        font-size: 13px;
    }

    .box_wrap .menu_wrap .menu-list.list-content{
        padding: 0;
    }
    .box_wrap.bottom .menu_wrap {
        padding-bottom: 0;
    }
    .box_wrap.bottom .rich-contentbox .content-wrap p{
        font-size: 13px;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.onecoltxt {
        width: 400px;
    }
}

@media (max-width: 1023px) {
    header#header a.btn {
        margin-right: 42px;
    }

    #header .header-right a.btn{
        display: none;
    }

    .language-dropdown {
        margin: 23px 60px 0 0;
    }

    .scrolled .language-dropdown {
        margin-top: 10px;
    }

    .sbSelector{
        top: 2px;
    }

    .scrolled #header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        padding: 15px 20px;
    }

    #mega-menu-wrap-primary.mega-keyboard-navigation .mega-menu-toggle:focus, 
    #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block:focus, 
    #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block a:focus, 
    #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus, 
    #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus, 
    #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary a:focus, 
    #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary input:focus, 
    #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary li.mega-menu-item a.mega-menu-link:focus{
        outline: none !important;
    }

    #header #mega-menu-wrap-primary{
        position: static;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary{
        position: absolute;
        width: 100%;
        left: 0;
        background: #fff;
        box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.17);
        top: 98%;
    }
    #header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        height: auto;
        line-height: normal;
        border-bottom: 1px solid #f8f8f8;
        padding: 15px 15px;
        font-weight: 700;
    }

    #header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
        display: inline;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
        font-size: 20px;
    }

    #header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu:before ,
    #header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-toggle-on > a.mega-menu-link:before{
        display: none;
    }
    #header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
        width: 100%;
        left: 0;
        padding: 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row , 
    #header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.onecoltxt{
        width: 100%;
    }
    #header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
        width: 100%;
    }

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after {
        content: '+';
        font-weight: bold;
        transform: rotate(45deg);
    }

    .box_wrap .menu_wrap .menu-list >li{
        width: 33.33%;
        max-width: 100%;
    }
    .rich-content{
        position: static;
        box-shadow:none;
    }
    .box_wrap.left{        
        height: auto !important;
        flex-flow: column-reverse;    
    }
    .box_wrap.right{
        height: auto !important;
    }
    .box_wrap{
        box-shadow:none;
        border-bottom: 1px solid #f0f0f0;
    }
    .box_wrap.bottom .rich-contentbox ,
    .box_wrap.left .rich-contentbox , 
    .box_wrap.right .rich-contentbox{
        min-height: 120px;
        align-items: center;
        background: #f9f9f9;
        display: flex;
        flex-wrap: wrap;
    }
    .box_wrap.bottom .rich-contentbox .image ,
    .box_wrap.left .rich-contentbox div.image,
    .box_wrap.right .rich-contentbox div.image,
    .onecoltxt .box_wrap.bottom .rich-contentbox .image {
        width: 228px;
    }
    .box_wrap.bottom .rich-contentbox .content-wrap ,
    .box_wrap.left .rich-content .content-wrap ,
    .box_wrap.right .rich-content .content-wrap ,
    .onecoltxt .box_wrap.bottom .rich-contentbox .content-wrap{
        width: calc(100% - 228px);
        background: none;
        padding: 17px 21px;
    }

    .box_wrap.left .rich-contentbox div.image ,
    .box_wrap.right .rich-contentbox div.image ,
    .onecoltxt .box_wrap.bottom .rich-contentbox .image{
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
    }
    .box_wrap.left .rich-content ,
    .box_wrap.right .rich-content{
        width: 100%;
    }
    .box_wrap .menu_wrap{
        width: 100%;
        padding: 20px 10px 10px;
    }
    .box_wrap.left .rich-contentbox ,
    .box_wrap.right .rich-contentbox{
        width: 100%;
    }

    .box_wrap.right .rich-content{
        box-shadow: none;
    }

    .box_wrap .menu_wrap .menu-list.list-content >li {
        max-width: 100%;
        width: 33.33%;
    }
    #mega-menu-wrap-primary .mega-menu-toggle {
        position: absolute;
        right: 8px;
        background: none;
    }

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after{
        font-size: 31px;
        color: #000;
    }    

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary{
        height: 93vh;
        overflow-y: auto;
    }

    .socialtbtn{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 52px 0 0;
    }

    .socialtbtn > li{
        display: block;
        width: 100%;
        text-align: center;
    }

    #mega-menu-wrap-primary #mega-menu-primary .socialtbtn {
        display: flex;
    }

    #mega-menu-wrap-primary #mega-menu-primary .socialtbtn .btn{
        margin: 0 0 81px 0;
        padding: 26px 80px;
        font-size: 16px;
    }

    #mega-menu-wrap-primary #mega-menu-primary .socialtbtn .sociallist label{
        font-size: 18px;
        font-weight: bold;
        color: #000;
        text-transform: uppercase;
    }

    #mega-menu-wrap-primary #mega-menu-primary .socialtbtn .social_icon a{
        color: #000;
        font-size: 28px;
        margin: 20px 13px;
        transition: 0.5s all;

    }

    #mega-menu-wrap-primary #mega-menu-primary .socialtbtn .social_icon a:hover{
        color: #F9423A;
    }

    .mega-menu-primary-mobile-open #header{
        background: #fff;
    }






}


@media (max-width: 991px) {
    .language-dropdown{
        margin: 10px 46px 0 0;
    }
    #header .header-right{
        margin-top: 4px;
    }

    #mega-menu-wrap-primary .mega-menu-toggle{
        top: 31px;
        transition: 0.2s all;
    }

    .scrolled #mega-menu-wrap-primary .mega-menu-toggle{
        top: 21px;        
    }
    .scrolled .language-dropdown {
        margin-top: 7px;
    }

    .scrolled header#header{
        padding: 20px 0;
    }

    body header#header{
            padding: 26px 0 24px 0;
    }
}


@media (max-width: 640px) {
    .box_wrap.bottom .rich-contentbox .image, .box_wrap.left .rich-contentbox div.image, .box_wrap.right .rich-contentbox div.image ,
    .onecoltxt .box_wrap.bottom .rich-contentbox .image{
        width: 150px;
    }
    .box_wrap.bottom .rich-contentbox .content-wrap, .box_wrap.left .rich-content .content-wrap, .box_wrap.right .rich-content .content-wrap,
    .onecoltxt .box_wrap.bottom .rich-contentbox .content-wrap{
        width: calc(100% - 150px);
    }
}

@media (max-width: 576px) {
    .language-dropdown {
        margin: 0 36px 0 0;
    }
    #mega-menu-wrap-primary .mega-menu-toggle{
        top: 21px;
    }

    .scrolled #mega-menu-wrap-primary .mega-menu-toggle {
        top: 14px;
    }

    .language-dropdown {
        margin: -8px 16px 0 0;
    }

    .scrolled header#header {
        padding: 10px 0;
    }

    .scrolled .language-dropdown {
        margin-top: -2px;
    }

    header#header {
        padding: 20px 0!important;
    }

    .scrolled a.logo {
        margin-top: 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary .socialtbtn .btn{
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .box_wrap .menu_wrap .menu-list >li ,
    .box_wrap .menu_wrap .menu-list.list-content >li{
        width: 100%;
        margin-bottom: 32px;
    }

    .box_wrap .menu-list >li h3{
        min-height: auto;
    }
    #mega-menu-wrap-primary #mega-menu-primary p{
        margin-bottom: 0;
    }

    .mega-menu-primary-mobile-open{
        overflow: hidden;
    }

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary{
        max-height: 88vh;
        overflow-y: auto;
        padding: 12px 40px 0;
        box-shadow: none;
    }

    .header-container{
        padding: 0 38px;
    }

    #mega-menu-wrap-primary .mega-menu-toggle{
        right: 38px;
    }

    .language-dropdown {
        right: 78px;
        margin: -11px 16px 0 0;
    }

     .scrolled .language-dropdown{
        right: 78px;
     }

    #mega-menu-wrap-primary .mega-menu-toggle {
        top: 17px;
    }

    #header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link , 
    .scrolled #header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
            border-top: 1px solid #E2E2E2;
            border-bottom: 0;
            font-size: 18px;
            padding: 18px 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
        font-size: 31px;
    }

    #header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
        top: -4px;
    }

    .socialtbtn{
        padding: 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary .socialtbtn .btn{
            padding: 27px 32px;
                margin-top: 39px;
    }

    #header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
        width: calc(100% + 80px);
        margin: 0 -40px;
    }

    #mega-menu-wrap-primary #mega-menu-primary .socialtbtn{
        display: block;
    }

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary{
        top: 94%;
    }

    .box_wrap.left {
            flex-flow: wrap;
            padding: 30px 40px 0;
    }

    .box_wrap.bottom , .box_wrap.right{
        flex-flow: column-reverse;
        flex-flow: wrap;
        display: flex;
        padding: 0 40px 30px;
    }

    .box_wrap.bottom .rich-contentbox .image, .box_wrap.left .rich-contentbox div.image, .box_wrap.right .rich-contentbox div.image, 
    .onecoltxt .box_wrap.bottom .rich-contentbox .image{
        width:  100%;
        height:     96px;
    }

    .box_wrap.left .rich-contentbox, .box_wrap.right .rich-contentbox ,
    .box_wrap.bottom .rich-contentbox{
        padding: 96px 0 0;
    }

    .box_wrap.bottom .rich-contentbox .content-wrap, .box_wrap.left .rich-content .content-wrap, .box_wrap.right .rich-content .content-wrap,
     .onecoltxt .box_wrap.bottom .rich-contentbox .content-wrap{
        width: 100%;
        padding: 24px 36px;
    }

    .box_wrap.left .rich-content, .box_wrap.right .rich-content{
        box-shadow: none;
    }

    .rich-contentbox h2{
        font-size: 13px;
    }

    .content-wrap > a{
        font-size: 15px;
    }

    .box_wrap .menu_wrap{
        padding: 36px 0 0;
    }

    .box_wrap .menu_wrap .menu-list >li, .box_wrap .menu_wrap .menu-list.list-content >li{
        padding: 0;
    }

    .box_wrap .menu-list > li h3 span{
        max-width: 28px;
    }

    .box_wrap .menu-list >li h3 {
        font-size: 19px;
            margin-bottom: 14px;
    }

    .box_wrap .menu-list > li .menu-sub li a {
        font-size: 17px;
    }

    .box_wrap .menu-list > li .menu-sub li {
        padding:2px 0 12px;
    }

    .box_wrap .menu-list > li h3 span img{
        width: 31px;
    }

    .box_wrap .menu-list.list-content >li h3{
        margin-bottom: 0;
    }

    .box_wrap .menu-list.list-content > li .menu-sub{
        margin-top: 3px;
    }

    .box_wrap .menu-list.list-content > li .menu-sub li{
        padding: 0;
    }

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after{
        margin: -3px 0 0;
    }

    #header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on + li.mega-menu-item > a.mega-menu-link{
        border-top: 0px;
    }


}


@media (max-width: 400px) {
    .box_wrap.bottom .rich-contentbox, .box_wrap.left .rich-contentbox, .box_wrap.right .rich-contentbox{
        min-height: 100px;
    }

    .box_wrap.bottom .rich-contentbox .image, .box_wrap.left .rich-contentbox div.image, .box_wrap.right .rich-contentbox div.image ,
    .onecoltxt .box_wrap.bottom .rich-contentbox .image {
        width: 100%;
        height: 150px;
    }
    .box_wrap.bottom .rich-contentbox .content-wrap, .box_wrap.left .rich-content .content-wrap, .box_wrap.right .rich-content .content-wrap,
    .onecoltxt .box_wrap.bottom .rich-contentbox .content-wrap {
        width: 100%;
        /*padding-top: 170px;*/
    }
    .box_wrap.left .rich-contentbox, .box_wrap.right .rich-contentbox, .box_wrap.bottom .rich-contentbox{
        padding: 151px 0 0 ;
    }
}

/*!responsive*/


/*_*/
