abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 18px;
    padding-top: 80px;
    letter-spacing: 0.04em;
    color: #394a58;
    font-weight: 400;
    overflow-x: hidden;
    position: relative;
    z-index: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 28px;
    font-weight: 400;
}

h2 {
    font-size: 20px;
    font-weight: 400;
}

h3 {
    font-size: 16px;
    font-weight: 400;
}

h4 {
    font-size: 14px;
    font-weight: 400;
}

h5 {
    font-size: 12px;
    font-weight: 400;
}

h6 {
    font-size: 12px;
    font-weight: 400;
}

a:hover,
a:active,
a:focus,
a:visited {
    cursor: pointer;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

p {
    padding: 0;
}

button {
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}

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

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

select,
select option {
    font-family: 'Open Sans', sans-serif;
}

.hide {
    display: none !important;
}

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

.clear {
    clear: both;
}

.pagewrap {
    //  max-width: 1920px;
    margin: 0 auto;
    height: 100%;
}

body.show-modal .pagewrap {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.strong {
    font-weight: bold;
}

.mid-container {
    max-width: 1200px;
    margin: 0 auto;
}

#formhubspot #emailerror {
    color: red;
}

#formhubspot #emailerror a {
    color: blue;
    text-decoration: underline;
}

.signbtnpageoverlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(255, 255, 255, 1);
    ;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.signupbtnoverlayopen {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.overlayclosebtn {
    position: absolute;
    top: 25px;
    right: 25px;
    border-radius: 100%;
    padding: 15px;
    border: 1px solid #ececec;
    cursor: pointer;
}

.overlatouter {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-top: 80px;
    padding-left: 10%;
    padding-right: 10%;
}

.productbox {
    height: auto;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #394a58;
    text-align: center;
    padding: 10px;
}

.probox {
    width: 100%;
    height: auto;
    border: solid 1px #ececec;
    border-radius: 4px;
    padding-top: 60px;
    display: block;
    max-width: 500px;
    margin: auto;
    transition: box-shadow .5s ease-in;
}

.probox:hover {
    box-shadow: 0 30px 60px 0 rgba(85, 23, 23, 0.3);
    border: 0;
}

.protitle {
    letter-spacing: 0.4px;
    font-weight: lighter;
    padding-left: 10px;
    padding-right: 10px;
}

.protitle .name {
    font-size: 18px;
}

.protitle .product {
    font-size: 36px;
    text-transform: uppercase;
}

.protitle .product sup {
    font-size: 13px;
    vertical-align: super;
}

.prodesc {
    font-size: 18px;
    margin-top: 25px;
    padding-left: 60px;
    padding-right: 60px;
    font-weight: lighter;
    height: 175px;
}

.probtn {
    margin-top: 45px;
    padding-left: 30px;
    padding-right: 30px;
}

.profree {
    width: 195px;
    height: 55px;
    margin: auto;
    display: block;
    border-radius: 27.5px;
    background-color: #ffffff;
    border: solid 1px #e0242b;
    padding-top: 18px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    letter-spacing: 0.4px;
    text-align: center;
    color: #e0242b;
    transition: all .3s ease-in;
}

.probox:hover .profree {
    background-color: #e0242b;
    color: #ffffff;
}

.profree:hover {
    background-color: #e0242b;
    box-shadow: 0 10px 20px 0 rgba(224, 36, 43, 0.4);
}

.propricing {
    width: 140px;
    height: 40px;
    border-radius: 20px;
    display: block;
    margin: auto;
    background-color: #ffffff;
    border: solid 1px #ececec;
    letter-spacing: 0.3px;
    text-align: center;
    color: #929ca2 !important;
    padding-top: 10px;
    margin-top: 20px;
    transition: all .3s ease-in;
}

.propricing:hover {
    background-color: #ececec;
}

.proimg {
    margin-top: 58px;
    opacity: .6;
}

.proimg img {
    position: relative;
    bottom: -4px;
}

.menubar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

.whitepapermenu, .tollfreemenu {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.0;
    letter-spacing: 0.5px;
    height: 50px;
    text-align: center;
    color: #394a58;
    padding-top: 12px;
    border-bottom: 1px solid #ececec;
    background-color: #ffffff;
}

#whitepaperform {
    width: 500px;
    margin: auto;
}

#whitepaperform .title {
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: 0.9px;
    text-align: center;
    color: #394a58;
    padding: 20px;
}

#whitepaperform label {
    display: none;
}

#whitepaperform input,
#whitepaperform select {
    height: 45px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #ececec;
    box-shadow: none;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: 0.5px;
    text-align: left;
    color: #66747d;
    padding-left: 5%;
    width: 93% !important;
}

#whitepaperform select {
    width: 100% !important;
}

#whitepaperform input::placeholder {
    color: #66747d !important;
}

#whitepaperform div.input {
    margin-right: 0px;
}

#whitepaperform fieldset div {
    margin-bottom: 5px !important;
}

#whitepaperform input:focus {
    border: solid 1px #929ca2;
    color: #394a58;
}

#whitepaperform input[type='submit'] {
    height: 45px;
    border-radius: 35px;
    background-color: #e0242b;
    display: block;
    color: #ffffff;
    font-size: 18px;
    width: 50% !important;
    margin: auto;
    background-image: none;
    text-shadow: none;
    text-align: center;
}

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

#whitepaperform a {
    color: blue;
    text-decoration: underline;
}

.whitebtn {
    width: 204px;
    height: 30px;
    border-radius: 15px;
    border: solid 1px #e1252b;
    padding: 5px 30px;
    margin-left: 50px;
    transition: background-color .1s ease-out;
    background-color: #e1252b;
    color: #ffffff;
}

.whitebtn:hover {
    background-color: #b51316;
    color: #ffffff;
}

.whitepaperoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -999999;
    overflow-y: scroll;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
}

.whitepaperoverlayopen {
    z-index: 999999;
    opacity: 1;
}

.whitepaperoverlay .innerbox {
    width: 820px;
    margin: 50px auto;
    padding: 45px;
    background: #ffffff;
    height: auto;
    position: relative;
    padding-bottom: 10px;
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all .2s ease-in;
}

.whitepaperoverlayopen .innerbox {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}

.whitepaperoverlay .innerbox .whitepaperclose {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: .5;
    padding: 10px;
}

.whitepaperoverlay .innerbox td {
    vertical-align: middle;
}

.whitepaperoverlay .innerbox .whitepapertitle {
    height: 150px;
}

.whitepaperoverlay .innerbox .firstline {
    height: 45px;
}

.whitepaperoverlay .innerbox .secondline {
    height: 90px;
}

.whitepaperoverlay .innerbox .wbtn {
    margin-left: 0px;
    padding: 10px 30px;
    border-radius: 150px;
}

header {
    height: 80px;
    padding: 15px 100px;
    position: relative;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
    -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
    width: 100%;
    background: #fff;
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    -ms-transition: top .3s ease;
    -moz-transition: top .3s ease;
    transition: top .3s ease;
}

header .header-left {
    float: left;
}

header .header-right {
    float: right;
}

header a.logo {
    display: inline-block;
    padding-top: 2px;
}

header a.logo img {
    margin-bottom: -4px;
    max-width: 130px;
}

header .menu {
    margin: 6px 0;
    font-weight: 400;
}

header .menu ul.levelOne {
    text-transform: uppercase;
}

header .menu ul.levelOne>li {
    float: left;
    position: relative;
}

header .menu ul.levelOne>li.active {
    font-weight: bold;
}

header .menu ul.levelOne>li:hover {
    /*  font-weight: bold; */
}

header .menu ul.levelOne>li a {
    padding: 10px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
}

header .menu ul.levelOne>li:hover>a {
    background: #111c22;
    color: #fff;
}

header .menu ul.levelOne li ul.levelTwo {
    display: none;
    position: absolute;
    background: rgba(17, 28, 34, 0.96);
    z-index: 11;
    color: #fff;
    width: 200px;
    top: 36px;
    left: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 20px 0px;
}

header .menu ul.levelOne li:hover ul.levelTwo {
    display: block;
}

header .menu ul.levelOne li ul.levelTwo li {}

header .menu ul.levelOne li ul.levelTwo li a {
    display: block;
    font-weight: normal;
}

header .menu ul.levelOne li ul.levelTwo li a:hover {
    color: #929ca2;
}

header .menu ul.levelOne li ul.levelTwo li:hover a {}

header .menu ul.levelOne>li.header-search {
    position: initial;
}

header .menu ul.levelOne>li.header-search a {}

header .menu ul.levelOne>li.header-search:hover a {
    background: transparent;
}

header .menu ul.levelOne>li.header-search a img {
    max-width: 100%;
    position: relative;
    top: 2px;
}

.supertm {
    font-size: 22px;
    vertical-align: super;
}

.btn {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    border: 1px solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 17px 56px;
    background: transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    text-decoration: none !important;
}

.btn span.right-arrow {
    background: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 10px;
    height: 14px;
    margin-left: 5px;
    position: relative;
    top: 1px;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    transition: transform .3s ease;
}

.btn.white {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.btn.white:hover {
    background: #fff;
    color: #394a58;
}

.btn.white span.right-arrow {
    background-position: 0 -17px;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0);
}

.btn.white:hover span.right-arrow {
    background-position: 0 0px;
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
}

.ctabtn {
    text-transform: uppercase;
    display: inline;
    letter-spacing: 1px;
}

.planfirstborder {
    width: 85%;
    border-top: 1px solid #ececec;
    height: 0px;
    margin: auto;
}

.plansecborder {
    width: 85%;
    border-top: 1px solid #ececec;
    height: 15px;
    margin: auto;
}

.decrementbtn {
    height: 30px;
    width: 22px;
    border-radius: 4px 0px 0px 4px;
    background-color: white;
    float: left;
    border: 0;
}

.inputbutton {
    text-align: center;
    width: 30px;
    height: 30px;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    float: left;
    border-top: 0;
    border-bottom: 0;
}

.incrementbtn {
    height: 30px;
    width: 22px;
    border-radius: 0px 4px 4px 0px;
    background-color: white;
    float: left;
    border: 0;
}

.cover {
    height: 520px;
    position: relative;
    z-index: 1;
}

.search-block {
    background: #111c22;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 19px 100px;
    -webkit-transform: translateY(-81px);
    -moz-transform: translateY(-81px);
    -o-transform: translateY(-81px);
    -ms-transform: translateY(-81px);
    transform: translateY(-81px);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden;
}

.search-block.show {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.search-block input[type=text] {
    background: transparent;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    vertical-align: middle;
    height: 40px;
    outline: none;
    width: calc(100% - 100px);
}

.search-block button {
    float: left;
    background: transparent;
    border: 0;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-top: 11px;
    margin-right: 20px;
}

.search-block button img {
    max-width: 100%;
}

.close-serach {
    padding: 0 !important;
    position: absolute;
    right: 117px;
    top: 30px !important;
}

.close-serach img {
    max-width: 15px !important;
    top: 0 !important;
}

.home-video {
    position: relative;
    overflow: hidden;
    height: calc(100%);
}

.home-video:before {
    content: "";
    position: absolute;
    background: rgba(57, 74, 88, 0.75);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.home-video video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.home-video-contain {
    position: relative;
    color: #fff;
    z-index: 10;
    text-align: center;
}


/*.home-video-contain .title {
    font-size: 70px;
    line-height: 80px;
    font-weight: bold;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    max-width: 990px;
    margin: 0 auto;
}*/


/*.home-video-contain .disc {
    font-size: 18px;
    line-height: 24px;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 20px;
}*/

.home-video-contain .lmore {
    margin-top: 90px;
}

.video {
    position: relative;
    overflow: hidden;
    height: calc(100% - 80px);
}

.video.product-video {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.video:before {
    content: "";
    position: absolute;
    background: rgba(57, 74, 88, 0.75);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.video video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.video .video-contain {
    position: relative;
    color: #fff;
    z-index: 10;
    text-align: center;
    max-width: 1024px;
    margin: 0 auto;
}

.video .video-contain .title,
.cover-contain .title {
    font-size: 50px;
    line-height: 62px;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
}

.home-video-contain .title {
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
}

.home-video-contain .customTitle {
    font-size: 50px !important;
}

.video .video-contain .disc,
.cover-contain .disc,
.home-video-contain .disc {
    font-size: 16px;
    line-height: 24px;
    margin: auto;
    max-width: 1024px;
    padding-top: 25px;
    font-weight: lighter;
    letter-spacing: 1px;
}

.taking-logistics {
    padding-top: 116px;
    overflow: hidden;
    background: url(../images/level-bg.jpg);
    position: relative;
    z-index: 1;
    background-position-x: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.taking-logistics .tl-content {
    max-width: 1280px;
    margin: 0 auto;
}

.taking-logistics .tl-content .heading {
    text-align: center;
    max-width: 880px;
    margin: 0 auto;
}

.taking-logistics .tl-content .heading .title {
    font-size: 45px;
    text-transform: uppercase;
}

.taking-logistics .tl-content .heading .customTitle {
    font-size: 36px;
}

.taking-logistics .tl-content .heading .disc {
    margin-top: 15px;
}

.f16 {
    font-size: 16px;
    line-height: 22px;
}

.ft {
    font-family: 'Titillium Web', sans-serif;
}

.taking-logistics .tl-content .ipad {
    max-width: 490px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}

.taking-logistics .tl-content .ipad .ipad-block {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.taking-logistics .tl-content .ipad .ipad-block.anim {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.taking-logistics .tl-content .ipad .ipad-block img {
    max-width: 490px;
    margin-bottom: -4px;
}

.taking-logistics .tl-content .ipad .line {
    font-size: 16px;
    position: absolute;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
}

.taking-logistics .tl-content .ipad .line .text {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

.taking-logistics .tl-content .ipad .line .imgline {}

.taking-logistics .tl-content .ipad .line .imgline img {
    max-width: 100%
}

.taking-logistics .tl-content .ipad .line span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.taking-logistics .tl-content .ipad .line.line1 {
    top: 127px;
    left: -232px;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
}

.taking-logistics .tl-content .ipad .line.line2 {
    top: 125px;
    right: -269px;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.taking-logistics .tl-content .ipad .line.line3 {
    top: 242px;
    left: -312px;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
}

.taking-logistics .tl-content .ipad .line.line4 {
    top: 245px;
    right: -284px;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.taking-logistics .tl-content .ipad .line.line5 {
    top: 363px;
    left: -303px;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
}

.taking-logistics .tl-content .ipad .line.line6 {
    top: 365px;
    right: -290px;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.taking-logistics .tl-content .ipad .line.anim {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.award-partners {
    padding: 130px 0 80px 0;
    text-align: center;
}

.award-partners .title {
    font-size: 45px;
}

.award-partners .partners {
    text-align: center;
    margin-top: 130px;
}

.award-partners .partners .img-block {
    width: 14%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    margin-bottom: 50px;
}

.award-partners .partners .img-block img {
    max-width: 130px;
    width: 100%;
}

.award-partners .partners .img-block img.gray {
    display: block;
}

.award-partners .partners .img-block img.dark {
    display: none;
}

.award-partners .partners .img-block:hover img.gray {
    display: none;
}

.award-partners .partners .img-block:hover img.dark {
    display: block;
}

.thank-you {
    padding: 115px 0 130px 0;
    background: url(../images/thank-you-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    height: 500px;
}

.saas,
.nonsaas {
    display: none;
    cursor: pointer;
}

#thankYouText {
    width: 60%;
    margin: auto;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    font-size: 18px;
}

.clients {
    padding: 115px 0 130px 0;
    background: url(../images/clients-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    height: 905px;
}

.clients .title {
    font-size: 45px;
    font-weight: bold;
}

.clients .clients-slider-container {
    margin-top: 130px;
    margin-bottom: 84px;
    position: relative;
}

.clients-slider li img {
    max-width: 100%;
    margin: 0 auto;
}

.clients-slider li img.gray {
    display: block;
}

.inner li img.gray {
    display: block;
}

.inner li img.color {
    display: none;
}

.inner li img.color {
    display: none;
}

.inner li:hover img.gray {
    display: none;
}

.inner li:hover img.color {
    display: block;
}

.inner li.active1 img.gray {
    display: none;
}

.inner li.active1 img.color {
    display: block;
}

.clients-slider li img.color {
    display: none;
}

.clients-slider li:hover img.gray {
    display: none;
}

.clients-slider li:hover img.color {
    display: block;
}

.clients-slider li.active img.gray {
    display: none;
}

.clients-slider li.active img.color {
    display: block;
}

.clients-testimonial {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 40px 80px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.clients-testimonial:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    background: #3f4d58;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    top: -13px;
    margin-left: -10px;
}

.clients-testimonial .disc {
    font-size: 16px;
    line-height: 22px;
}

.clients-testimonial .title {
    font-size: 20px;
    line-height: 27px;
    margin-top: 15px;
    font-weight: 600;
}

.trial {
    padding: 85px 0;
    background: url(../images/trial-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
}

.trial .text {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    line-height: 28px;
}

.trial .text span {
    font-weight: 600;
    font-size: 30px;
    vertical-align: top;
}

.trial .ask-trial {
    float: right;
}

.trial .ask-trial .ask-btn {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 15px 56px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
}

.trial {
    color: #fff;
    border-color: #394a58;
}

.ask-trial .ask-btn:hover {
    background: #fff;
    border-color: #fff;
    color: #e0232b;
}

footer #playstore {
    opacity: .8;
    margin-top: 6px;
}

footer #playstore:hover {
    opacity: 1;
    margin-top: 6px;
}

footer {
    padding-top: 80px;
    background: url(../images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

footer .col-f-logo {
    float: left;
    width: 10%;
}

footer .col-f-logo a {
    display: inline-block;
    margin-top: 0px;
}

footer .col-f-logo a img {
    max-width: 100%
}

footer .col-f-list {
    float: left;
    width: 18%;
    margin-right: 1%;
}

footer #ind,
footer #sup {
    float: left;
    width: 22%;
    margin-right: 1%;
}

footer #comp {
    float: left;
    width: 12%;
    margin-right: 1%;
}

footer .col-f-list ul {
    overflow: hidden;
}

footer .col-f-list ul li {
    margin-bottom: 12px;
}

footer .col-f-list ul a {
    color: #fff;
    font-size: 13px;
    color: #929ca2;
    text-transform: uppercase;
}

footer .col-f-list ul a:hover {
    color: #fff;
}

footer .col-f-social {
    float: left;
    width: 20%;
}

footer .col-f-social a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
    margin-bottom: 12px;
}

footer .col-f-social a:nth-child(7) {
    margin-right: 0;
}

footer .col-f-social a svg {
    width: 20px;
    height: 20px;
    fill: #929ca2;
    display: inline-block;
    vertical-align: middle;
    margin-top: 24px;
}

footer .col-f-social a:hover svg {
    fill: #fff;
}

footer .footer-copy {
    background: #394a58;
    font-size: 13px;
    color: #929ca2;
    margin-top: 50px;
    padding: 15px 0;
}

footer .col-f-social .footer-marg .fnum ul li a div {
    float: none;
}

footer .fnum {}

footer .fnum a {
    color: #929ca2;
    font-size: 13px;
}

footer .fnum a:hover {
    color: #fff;
}

.footer-copy a:hover {
    color: #fff;
}

.clients-slider-container .bx-wrapper .bx-controls-direction a {
    width: 20px;
    opacity: 0.5;
}

.clients-slider-container .bx-wrapper .bx-prev {
    background: url(../images/slider-arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    left: -32px;
}

.clients-slider-container .bx-wrapper .bx-next {
    background: url(../images/slider-arrow.png);
    background-repeat: no-repeat;
    background-position: -17px 3px;
    right: -32px;
}

.clients-slider-container .bx-wrapper .bx-next:hover {
    opacity: 1;
}

.clients-slider-container .bx-wrapper .bx-prev:hover {
    opacity: 1;
}

.menu-icon {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 20px;
    width: 26px;
    height: 26px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    outline: none;
    z-index: 1;
    top: 18px;
}

.menu-icon span {
    display: block;
    width: 25px;
    height: 2px;
    background: #3f4c5d;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 5px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.menu-icon.open span {
    transform-origin: center;
    position: absolute;
    top: 6px;
}

.menu-icon span:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

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

.menu-icon span:nth-child(3) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.menu-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    /*  width: 70%; */
}

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

.menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /*  width: 70%; */
}

.product-cover {
    background: url(../images/product-bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    z-index: 1;
}

.product-inner-cover {
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 1;
    height: auto;
    min-height: 60vh;
    display: flex;
    align-items: center;
    padding: 60px 60px;
}

.cover:before {
    content: "";
    position: absolute;
    background: rgba(57, 74, 88, 0.75);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}

.cover .cover-contain {
    color: #fff;
    text-align: center;
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 110px;
}


/* .cover .cover-contain .title {
    font-size: 75px;
    line-height: 90px;
    font-weight: bold;
    font-family: "Titillium Web", sans-serif;
    text-transform: uppercase;
}
*/

.cover .cover-contain .disc {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
}

.p-col-1-2 {
    width: 50%;
    float: left;
    height: 560px;
}

.p-block {
    display: block;
}

.p-full {
    float: left;
    width: 100%;
}

.col-1-2 {
    width: 50%;
    float: left;
}

.product-list {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.product-list .img-block {}

.product-list .img-block img {
    max-width: 100%;
    margin-bottom: -4px;
}

.product-list .title {
    font-size: 46px;
    line-height: 54px;
    margin-top: 20px;
}

.product-list .disc {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 32px;
    margin-top: 5px;
}

.product-list .smdisc {
    font-size: 13px;
    line-height: 18px;
    min-height: 90px;
    max-width: 440px;
    margin: 10px auto 0 auto;
}

.product-list .pmarg {
    margin: 100px 0;
}

.product-list .pmore {
    margin-top: 40px;
}

.product-list .pmore a {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    border: 1px solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 8px 45px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
}

.product-list .pmore a span.right-arrow {
    background: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 10px;
    height: 14px;
    margin-left: 2px;
    position: relative;
    top: 1px;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    transition: transform .3s ease;
}

.product-list .pmore a:hover {
    background: #394a58;
    color: #fff;
    border-color: #394a58;
}

.product-list .pmore a:hover span.right-arrow {
    background-position: 0 -17px;
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
}

.product-footer-bg {
    height: 836px;
    background: url(../images/product-footer.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: -200px;
}

.product-details-footer-bg {
    height: 900px;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

.product-details-footer-bg.mile {
    height: 723px;
    margin-top: -280px;
}

.product-details-footer-bg.haul {
    height: 792px;
    margin-top: -350px;
}

.product-details-footer-bg.ondemand {
    height: 744px;
    margin-top: -300px;
}

.product-details-footer-bg.reverse {
    height: 699px;
    margin-top: -300px;
}

.product-details-footer-bg.force {
    height: 705px;
    margin-top: -240px;
}

.product-feature {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px -18px 40px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px -18px 40px 0px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 0px -18px 40px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px -18px 40px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px -18px 40px 0px rgba(0, 0, 0, 0.03);
}

.p-f-list {
    overflow: hidden;
    padding: 0 100px;
}

.p-f-list li {
    position: relative;
    float: left;
    width: 50%;
    margin-top: 70px;
    padding-left: 50px;
}

.p-f-list li:nth-child(odd) {
    clear: both;
}

.p-f-list li .title {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.p-f-list li .disc {
    max-width: 400px;
    margin-top: 10px;
}

.p-f-list li:before {
    position: absolute;
    content: "";
    background: url(../images/tick.png);
    width: 24px;
    height: 17px;
    left: 0;
    background-repeat: no-repeat;
    top: 5px;
}

.analytics {
    text-align: center;
    padding: 70px 0;
}

.col-1-3 {
    float: left;
    width: 33.333333334%;
}

.col-1-4 {
    float: left;
    width: 25%;
}

.analytics .mixmarg {
    margin: 0 15px;
}

.analytics .img-block {}

.analytics .img-block img {
    max-width: 100%;
}

.analytics .title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
    margin: auto;
    max-width: 80%;
    margin-top: 20px;
    font-family: 'Titillium Web', 'Open Sans', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.analytics .start-trial {
    margin-top: 70px;
}

.analytics .start-trial a {
    font-size: 18px;
    padding: 7px 45px;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    background: #394a58;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #394a58;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.analytics .start-trial a:hover {
    color: #394a58;
    background: #fff;
}

.search-block input[type=text]::-webkit-input-placeholder {
    color: #fff;
}

.search-block input[type=text]:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.search-block input[type=text]::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.search-block input[type=text]:-ms-input-placeholder {
    color: #fff;
}

.contact-cover {
    background: url(../images/contact-cover.jpg);
    background-repeat: no-repeat;
    background-position: center 30%;
    background-size: cover;
    height: 250px;
    width: 100%;
}

.cc-container {
    display: table;
    height: 100%;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.cc-contain {
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
}

.contact-section {
    text-align: center;
    background: #fafafa;
}

.contact-section .icon {}

.contact-section .icon img {
    max-width: 100%;
    margin-bottom: -4px;
}

.contact-section .address {
    padding: 40px 0 100px 0;
}

.contact-section .address .title {
    font-size: 30px;
    font-weight: 600;
    color: #66747d;
    margin-bottom: 90px;
    text-transform: uppercase;
}

.contact-section .address .name {
    font-size: 22px;
    color: #394a58;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 35px;
}

.contact-section .address p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
}

.contact-section .address p a {}

.contact-section .address .img-block {}

.contact-section .address .img-block img {
    margin-bottom: -4px;
    max-width: 100%;
}

.contact-section .contact-sep {
    position: relative;
}

.contact-section .contact-sep:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    background: #d6d9db;
    top: 25%;
    right: -1px;
}

.address-list-container {
    max-width: 1320px;
    margin: 0 auto;
}

.signup-form {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.contact-form {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
    padding-top: 35px;
}

.contact-form .title {
    font-size: 30px;
    color: #66747d;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.contact-form .disc {
    font-size: 16px;
    color: #66747d;
    text-align: center;
    margin-top: 5px;
}

.contact-form .form-container {
    margin-top: 50px;
}

.form {}

.form .form-field {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.form input[type=text],
.form input[type=password],
.form input[type=email],
.form textarea,
.form select {
    width: 100%;
    height: 50px;
    font-size: 13px;
    border: 1px solid #c0c4c7;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none;
    padding: 15px 20px;
    color: #111c22;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.form select {
    background: url(../images/c-arrow.png);
    background-repeat: no-repeat !important;
    background-position: calc(100% - 10px) calc(50%) !important;
    color: #929ca2;
}

.form select.selected {
    color: #111c22;
}

.form textarea {
    height: 130px;
    resize: none;
}

.form .field::-webkit-input-placeholder {
    color: #929ca2;
}

.plan-table {
    width: 90%;
    margin: 0 auto 30px;
}

.plan-table tr,
.plan-table td {
    border: 1px solid #ececec;
    border-collapse: collapse;
    vertical-align: middle;
}

.plan-table tr td:first-child,
.plan-table tr th:first-child {
    border-left-style: hidden;
}

.plan-table tr td:last-child,
.plan-table tr th:last-child {
    border-right-style: hidden;
}

.plan-table tr td:nth-child(2) {
    border-left-style: hidden;
}

.plan-table .align-left {
    text-align: left;
    width: 40%
}

.plan-table td div.planitem {
    display: list-item;
    color: #929ca2;
}

.plan-table td div.planitem p {
    display: inline-block;
    width: auto;
}

.plan-table td div.planitem ul {
    padding: 0;
    padding-left: 30px;
    list-style-type: circle;
    position: relative;
    top: 8px;
    cursor: pointer;
}

.custooltip+.tooltip>.tooltip-inner {
    background-color: #394a58;
    opacity: .8;
    text-align: left;
    height: auto;
    max-width: 300px;
    font-family: 'Open Sans', sans-serif;
}

.custooltip+.tooltip>.tooltip-arrow {
    border-right-color: #394a58;
    opacity: .8;
    text-align: left;
}

.faqSection p {
    color: #929ca2
}

.anyQuestions {
    width: 400px;
    height: 110px;
    margin: 40px auto;
    background-color: #66747d;
    background-image: url('images/any-question.png');
    background-repeat: no-repeat;
    background-position: 50% 30%;
    border-radius: 4px;
    font-family: Titillium Web;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #ffffff;
}

.productname {
    width: 100%;
    height: 11px;
    font-family: Open Sans;
    font-size: 12.9px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: 0.5px;
    text-align: center;
    color: #66747d;
    margin-top: 59px;
    margin-bottom: 10%;
}

.productname ul li {
    display: inline;
    width: 40px;
    height: 11px;
    margin-right: 30px;
}

#imgs #ctnbutton {
    width: 270px;
    height: 40px;
    border-radius: 5px;
    background-color: #fff;
    border: solid 1px #ffffff;
    cursor: pointer;
    font-family: 'Titillium Web', 'Open Sans', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    padding: 19px 35px;
    color: #394a58;
    position: relative;
    overflow: hidden;
    letter-spacing: .7px;
    text-align: center;
    transition: all .5s ease-in-out;
}

.bigbtn {
    width: 360px !important;
}

.mediumbtn {
    width: 300px !important;
}

#imgs #button {
    text-transform: uppercase;
    width: 270px;
    height: inherit;
    ;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ececec;
    color: #394a58;
    cursor: pointer;
    font-family: 'Titillium Web', 'Open Sans', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    padding: 19px 35px;
    position: relative;
    overflow: hidden;
    letter-spacing: .7px;
    text-align: center;
    transition: all .1s ease-in-out;
}

#imgs #button:hover {
    background-color: #fff;
    border: 1px solid #ececec;
    color: #394a58;
    -webkit-box-shadow: 0 9px 12px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 9px 12px rgba(0, 0, 0, .6);
    box-shadow: 0 9px 12px rgba(0, 0, 0, .6);
    box-shadow: 0 9px 12px rgba(0, 0, 0, .6);
}

#imgs .drop {
    display: block;
    position: absolute;
    background: #7f8c8d;
    border-radius: 90%;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.row .anyQuestions {
    max-width: 400px;
    height: auto;
    width: auto;
    background-color: #66747d;
    background-repeat: no-repeat;
    background-position: 50% 30%;
    border-radius: 4px;
    font-family: Titillium Web;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    padding: 16px;
    overflow: hidden;
}

.row .anyQuestions:hover {
    background-color: #3a444a;
    background-image: url('images/any-question.png');
}

.row .drop {
    display: block;
    position: absolute;
    background: #7f8c8d;
    border-radius: 90%;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.incrementer {
    width: 76px;
    height: 32px;
    border-radius: 4px;
    background-color: #ececec;
    border: solid 1px #ececec;
    color: #ececec;
    transition: color .5s ease-in-out;
}

.planformhover .incrementer {
    width: 76px;
    height: 32px;
    border-radius: 4px;
    background-color: #ececec;
    border: solid 1px #ececec;
    color: black;
}

.btnd:active,
.btnd:focus,
.btnd.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type=number].btnd::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].btnd {
    -moz-appearance: textfield;
}

.drop.animate {
    -webkit-animation-name: ripple;
    -webkit-animation-duration: 0.65s;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: ripple;
    -moz-animation-duration: 0.65s;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        border-radius: 90%;
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        border-radius: 90%;
    }
}

.boxtxt {
    font-family: Open Sans;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.54;
    letter-spacing: 0.5px;
    text-align: center;
    color: #c0c4c7;
    text-align: center;
    width: 100%;
    height: 42px;
    margin-bottom: 44px;
    margin-bottom: 40px;
}

.plan-table th {
    font-family: Titillium Web;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: 0.7px;
    text-align: left;
    color: #394a58;
}

.Pricing-Term {
    width: 106px;
    height: 13px;
    font-family: Open Sans;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.77;
    letter-spacing: 0.5px;
    text-align: center;
    color: #394a58;
    margin: auto;
}

.Pricing-Term a {
    text-decoration: underline;
}

#accordionplantable {
    margin: auto;
    width: 90%;
    display: none;
}

##bidplantable {
    display: initial;
}

.freetxtbox {
    margin: 20px auto;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    color: #66747d;
    font-size: larger;
    height: 211px;
    padding: 0px 22px 0px;
    margin: 20px auto;
}

.pertext {
    width: 142px;
    height: 44px;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.33;
    letter-spacing: 0.7px;
    text-align: center;
    color: #66747d;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.faq {
    font-size: 16px;
    color: #394a58;
    margin-bottom: 10px;
}

.faqblock {
    padding-top: 35px;
}

.plan-table th {
    padding: 15px 0px;
    font-family: 'Titillium Web';
    font-size: 18px;
    color: #394a58;
}

.plan-table td {
    padding: 5px;
}

.icon-large {
    background-image: url("images/glyphicons.png");
    background-position: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    vertical-align: text-bottom;
    width: 28px;
}

.check-ok {
    width: 15px;
    height: 12px;
    background-image: url('images/check-mark.png');
    display: inline-block;
}

.check-ok-round {
    width: 18px;
    height: 16px;
    background-image: url('images/round-check.png');
    display: inline-block;
}

.icon-large.icon-eye-open {
    background-position: -1px -1704px;
}

.icon-large.icon-eye-close {
    background-position: -1px -1737px;
}

.password {
    position: relative;
}

.password input[type="password"] {
    padding-right: 30px;
}

.password .icon-large,
#password2 .icon-large {
    display: none;
    right: 15px;
    position: absolute;
    top: 12px;
    cursor: pointer;
}

li.btn-signup {
    color: white;
    border-radius: 2px
}

li.btn-signup>a {
    background-color: #e0232b;
}

li.btn-signup:hover>a {
    background-color: #b51316 !important;
    color: white;
    border-radius: 2px;
}

.btn-trial {
    font-size: 15px;
    padding: 10px 35px;
    color: gray;
    border-radius: 4px;
    background-color: whitesmoke
}

#login {
    border: 1px solid black;
    border-radius: 2px;
    height: 37px;
    margin-left: 10px;
}

li.signupfree {
    display: none;
    margin-left: 10px;
    width: 0px;
    overflow: hidden;
    height: 38px;
    white-space: nowrap;
}

.pricingtab {
    width: 0px;
    overflow: hidden;
    height: 38px;
    white-space: nowrap;
}

.slide-in {
    animation: slide-in 1s forwards;
    -webkit-animation: slide-in 1s forwards;
}

.pslide-in {
    animation: pslide-in 1s forwards;
    -webkit-animation: pslide-in 1s forwards;
    overflow: initial;
}

li.signupfree a {
    color: white;
}

.planType {
    background-color: #f8f8f8;
    height: 50px;
    border-radius: 4px 4px 0px 0px;
    -webkit-ttransition: all .5s ease-in-out;
    /* For Safari 3.1 to 6.0 */
    transition: all .5s ease-in-out;
    border-bottom: 1px solid #ececec;
}

.redspace {
    font-family: Titillium Web;
    font-size: 25px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #929ca2;
    margin-top: 20px;
}

.prod {
    -webkit-ttransition: all .5s ease-in-out;
    /* For Safari 3.1 to 6.0 */
    transition: all .5s ease-in-out;
}

.planType-hover {
    background-color: #e0242b;
    color: white;
}

.plandash {
    color: #d6d4d4;
    font-weight: bold;
    font-family: monospace;
}

.faqtitle {
    font-family: Titillium Web;
    font-size: 45px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.8px;
    text-align: center;
    text-transform: uppercase;
    color: #394a58;
    margin-top: 55px;
    margin-bottom: 25px;
    line-height: 46px;
}

.planformhover {
    box-shadow: 0px 3px 14px 0 rgba(57, 74, 88, 0.2);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.05);
    /* Safari */
    transform: scale(1.05);
}

.planForm {
    border: 1px solid #ececec;
    border-radius: 4px 4px 4px 4px;
    min-height: 455px;
    margin-bottom: 20px;
}

.planForm-hover {
    cursor: pointer
}

.trialresource {
    width: 75px;
    height: 32px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #ececec;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 0.7px;
    text-align: center;
    color: #c0c4c7;
    font-family: 'Open Sans', sans-serif;
}


/*
.plans .info {
    color: #66747d;
    font-size: larger;
    padding-bottom: 25px;
     width: 220px;
    margin: 0 auto;
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px
}
*/

.plans .info {
    color: #394a58;
    font-size: 13px;
    width: 220px;
    margin: 20px auto;
}

.planForm .field {
    max-width: 50px;
}

.planForm .form-field {
    height: 55px;
}

.dollarsign {
    font-size: 18px !important;
    top: -16px;
    font-weight: normal;
}

.price {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    vertical-align: middle;
    font-size: 70px;
}

#enterpriseForm .plan-submit,
#freeForm .plan-submit {
    padding: 7px 40px;
    border-radius: 4px;
    border-color: #e0242b;
    border: 1px solid #e0242b;
    color: #e0242b;
    background: #ffffff;
    transition: all .5s ease-in-out;
}

#enterpriseForm .plan-submit-hover,
#freeForm .plan-submit-hover {
    color: #fff;
    background: #e0242b;
    border: 1px solid transparent;
}

.plan-submit {
    padding: 7px 40px;
    border-radius: 4px;
    border-color: #394a58;
    border: 1px solid #394a58;
    color: #111c22;
    background: #fff;
    transition: all .5s ease-in-out;
    margin-bottom: 38px;
}

.plan-submit-hover {
    color: #fff;
    background: #e0242b;
    border: 1px solid transparent;
}

@keyframes mpslide-in {
    100% {
        width: 100%;
    }
}

@-webkit-keyframes mpslide-in {
    100% {
        width: 100%;
    }
}

@keyframes mslide-in {
    100% {
        width: 100%;
    }
}

@-webkit-keyframes mslide-in {
    100% {
        width: 100%;
    }
}

@keyframes pslide-in {
    100% {
        width: 85px;
    }
}

@-webkit-keyframes pslide-in {
    100% {
        width: 85px;
    }
}

@keyframes slide-in {
    100% {
        width: 146px;
    }
}

@-webkit-keyframes slide-in {
    100% {
        width: 146px;
    }
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-1px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(1px);
    }
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-1px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(1px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.pricingImage {
    width: 100%;
    height: 100%
}

.pricing .get-touch .title {
    width: 400px;
    margin: auto
}

.plans {
    margin-bottom: 50px;
}

.plans label {
    display: block;
}

form .error:not(select) {
    color: #ff0000;
}

.form .field:-moz-placeholder {
    /* Firefox 18- */
    color: #929ca2;
}

.form .field::-moz-placeholder {
    /* Firefox 19+ */
    color: #929ca2;
}

.form .field:-ms-input-placeholder {
    color: #929ca2;
}

.form .field:focus {
    border-color: #929ca2;
}

.form .field:focus::-webkit-input-placeholder {
    color: #111c22;
}

.form .field:focus:-moz-placeholder {
    /* Firefox 18- */
    color: #111c22;
}

.form .field:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: #111c22;
}

.form .field:focus:-ms-input-placeholder {
    color: #111c22;
}

.form .field:focus {
    background: #fbfbfb;
}

.form .select-field:focus {
    background: #fbfbfb url(../images/c-arrow.png);
}

.form .submit-field {}

.form .submit-btn {
    font-size: 18px;
    font-weight: 300;
    background: #111c22;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 7px 62px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    outline: none;
    position: relative;
}

.form .submit-btn:disabled {
    background: #c0c4c7! important;
    color: #fff !important;
    border-color: transparent !important;
    cursor: default;
}

.form .submit-btn:active {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -o-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}

.form .submit-btn:hover {
    border-color: #111c22;
    color: #111c22;
    background: #fff;
}

.contact-footer-bg {
    max-width: 1500px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
    position: relative;
}

.contact-footer-bg img {
    max-width: 100%;
}

.contact-footer-bg .ticker {
    position: absolute;
    width: 11px;
    height: 11px;
    background: #e0242b;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.contact-footer-bg .ticker:after {
    content: "";
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    height: 27px;
    width: 27px;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.contact-footer-bg .ticker1 {
    top: 40%;
    margin-top: -2px;
    left: 12%;
    margin-left: 6px;
}

.contact-footer-bg .ticker2 {
    /* top: calc(68% + 2px);

    left: calc(34% + 2px); */
    top: 68%;
    margin-top: 2px;
    left: 34%;
    margin-left: 2px;
}

.contact-footer-bg .ticker3 {
    /* top: calc(41% + 4px);

    left: calc(53% - 6px); */
    top: 41%;
    margin-top: 4px;
    left: 53%;
    margin-left: -6px;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-box-shadow: 0px 0px 0px 15px #e0242b;
        -moz-box-shadow: 0px 0px 0px 15px #e0242b;
        box-shadow: 0px 0px 0px 15px #e0242b;
        background: rgba(224, 36, 43, 0.6);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-box-shadow: 0px 0px 0px 2px #e0242b;
        -moz-box-shadow: 0px 0px 0px 2px #e0242b;
        box-shadow: 0px 0px 0px 2px #e0242b;
        background: rgba(224, 36, 43, 0.2);
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-box-shadow: 0px 0px 0px 15px #e0242b;
        -moz-box-shadow: 0px 0px 0px 15px #e0242b;
        box-shadow: 0px 0px 0px 15px #e0242b;
        background: rgba(224, 36, 43, 0.6);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-box-shadow: 0px 0px 0px 2px #e0242b;
        -moz-box-shadow: 0px 0px 0px 2px #e0242b;
        box-shadow: 0px 0px 0px 2px #e0242b;
        background: rgba(224, 36, 43, 0.2);
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-o-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-box-shadow: 0px 0px 0px 15px #e0242b;
        -moz-box-shadow: 0px 0px 0px 15px #e0242b;
        box-shadow: 0px 0px 0px 15px #e0242b;
        background: rgba(224, 36, 43, 0.6);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-box-shadow: 0px 0px 0px 2px #e0242b;
        -moz-box-shadow: 0px 0px 0px 2px #e0242b;
        box-shadow: 0px 0px 0px 2px #e0242b;
        background: rgba(224, 36, 43, 0.2);
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-ms-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        box-shadow: 0px 0px 0px 15px #e0242b;
        -webkit-box-shadow: 0px 0px 0px 15px #e0242b;
        -moz-box-shadow: 0px 0px 0px 15px #e0242b;
        background: rgba(224, 36, 43, 0.6);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        box-shadow: 0px 0px 0px 2px #e0242b;
        -webkit-box-shadow: 0px 0px 0px 2px #e0242b;
        -moz-box-shadow: 0px 0px 0px 2px #e0242b;
        background: rgba(224, 36, 43, 0.2);
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-box-shadow: 0px 0px 0px 15px #e0242b;
        -moz-box-shadow: 0px 0px 0px 15px #e0242b;
        box-shadow: 0px 0px 0px 15px #e0242b;
        background: rgba(224, 36, 43, 0.6);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-box-shadow: 0px 0px 0px 2px #e0242b;
        -moz-box-shadow: 0px 0px 0px 2px #e0242b;
        box-shadow: 0px 0px 0px 2px #e0242b;
        background: rgba(224, 36, 43, 0.2);
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

.contact-footer-bg .ticker4 {
    /* top: calc(49% + 7px);

    left: calc(56% - 2px); */
    top: 49%;
    margin-top: 7px;
    left: 56%;
    margin-left: -2px;
}

.contact-footer-bg .ticker5 {
    /*   top: calc(48% + 1px);

  left: calc(59% + 5px); */
    top: 48%;
    margin-top: 1px;
    left: 59%;
    margin-left: 5px;
}

.contact-footer-bg .ticker6 {
    /*     top: calc(55% - 2px);

left: calc(68% - 6px); */
    top: 55%;
    margin-top: -2px;
    left: 68%;
    margin-left: -6px;
}

.contact-footer-bg .ticker7 {
    /* top: calc(63% + 1px);

    left: calc(78% - 6px); */
    top: 63%;
    margin-top: 1px;
    left: 78%;
    margin-left: -6px;
}

.contact-footer-bg .ticker8 {
    /* top: calc(65% - 2px);

    left: calc(85% + 3px); */
    top: 65%;
    margin-top: -2px;
    left: 85%;
    margin-left: 3px;
}

.contact-footer-bg .ticker9 {
    /* top: calc(75% - 1px);

    left: calc(93% - 5px); */
    top: 75%;
    margin-top: -1px;
    left: 93%;
    margin-left: -5px;
}

@-webkit-keyframes fade {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.6);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(0.6);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-ms-keyframes fade {
    0% {
        opacity: 1;
        -ms-transform: scale(1);
    }
    50% {
        -ms-transform: scale(0.6);
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1);
    }
}

@-o-keyframes fade {
    0% {
        opacity: 1;
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(0.6);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes fade {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        transform: scale(0.6);
        -webkit-box-shadow: 0px 0px 3px #e0242b;
        -moz-box-shadow: 0px 0px 3px #e0242b;
        box-shadow: 0px 0px 3px #e0242b;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.contact-footer-bg .ticker img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-name: fade;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in;
    -ms-animation-name: fade;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in;
    -o-animation-name: fade;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in;
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}

.animate-line {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 82px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 260px;
    max-width: 1320px;
    margin: 0 auto;
}

#mainline {
    stroke-dasharray: 4;
}

.rel {
    position: relative;
}

.about-slider-section {
    height: calc(100% - 80px);
}


/* .about-slider-section:before{

    content: "";

    position: absolute;

    background: rgba(57, 74, 88, 0.75);

    left: 0;

    right: 0;

    bottom: 0;

    top: 0;

    z-index: 1;

} */

.about-slider-section .bx-viewport,
.about-slider-section .bx-wrapper {
    position: relative;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
}

.about-slider-section .about-slider,
.about-slider-section .about-slider li {
    height: 100% !important;
}

.about-slider-section .about-slider li {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.about-slider-section .bx-wrapper .bx-viewport {
    border: none !important;
}

.about-slider li.bx-slide {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    background-size: cover !important;
}

.about-slider-section .bx-wrapper .bx-pager,
.about-slider-section .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.about-exist {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-top: 85px;
}

.about-exist .title {
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
}

.about-exist .disc {
    margin-top: 10px;
}

.we-do {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-top: 85px;
}

.we-do .title {
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
}

.we-do .disc {
    margin-top: 10px;
}

.founder {
    max-width: 1320px;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
    margin-bottom: 90px;
}

.founder .box {
    display: table;
    width: 100%;
}

.founder .box .f-left {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.founder .box .f-right {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.founder .title {
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 85px;
    text-align: center;
}

.founder .founder-img {
    padding-right: 50px;
    text-align: right;
}

.founder .founder-img img {
    max-width: 100%;
}

.founder .info-table {
    display: table;
    width: 100%;
}

.founder .info-table .info {
    display: table-cell;
    vertical-align: middle;
}

.founder .name {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}

.founder .post {
    font-size: 15px;
}

.founder .disc {
    margin-top: 15px;
}

.founder .social {
    margin-top: 30px;
}

.founder .social a {
    display: inline-block;
    margin-right: 10px;
}

.founder .social a img {
    max-width: 100%;
}

.founder .box.mr .founder-img {
    padding-right: 0;
    padding-left: 50px;
}

.founder .box.mr .info-table {
    padding-left: 50px;
}

.founder .box.mr {
    margin-top: -40px;
}

.founder .box-container {
    position: relative;
    z-index: 1;
    padding: 0 50px;
}

.founder .box-container:before {
    content: "";
    position: absolute;
    top: 5%;
    left: 0;
    bottom: 5%;
    right: 0;
    border: 1px solid #f1f2f3;
    z-index: -1;
}

.about-footer-bg {
    height: 1050px;
    background: url(../images/about-footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: -130px;
}

.founder .box {
    -webkit-transform: translateY(50px);
    -webkit-transition: all 1s ease;
    -moz-transform: translateY(50px);
    -moz-transition: all 1s ease;
    -ms-transform: translateY(50px);
    -ms-transition: all 1s ease;
    -o-transform: translateY(50px);
    -o-transition: all 1s ease;
    transform: translateY(50px);
    transition: all 1s ease;
}

.founder .box.anim {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.liketable {
    display: table;
    width: 100%;
    height: 100%;
}

.likecell {
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.col-container {
    margin: 0 -15px;
}

.no-overflow {
    overflow: hidden;
}

.col-1-4 {
    float: left;
    width: 25%;
}

.home-prodcut-feature {
    padding: 130px 0 90px 0;
    text-align: center;
}

.home-prodcut-feature .img-block {}

.home-prodcut-feature .img-block img {
    max-width: 100%;
}

.home-prodcut-feature .title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    text-transform: uppercase;
    max-width: 210px;
    margin: 0 auto;
    margin-top: 20px;
}

.home-prodcut-feature .disc {
    max-width: 260px;
    margin: 0 auto;
    margin-top: 10px;
}

.kilometer-money-section {
    margin: 140px 0 0 0;
}

.kilometer-money-section .km-container {
    width: 100%;
    max-width: 402px;
    margin: 0 auto;
}

.km-container .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    max-width: inherit;
    margin-top: 0;
    line-height: initial;
}

.km-container .meter-box {
    width: 402px;
    height: 77px;
    background: url(../images/km-saved-bg.png);
    background-repeat: no-repeat;
    margin: 20px auto 60px auto;
    font-weight: 300;
    font-size: 45px;
    letter-spacing: .92em;
    text-align: center;
    padding-left: 23px;
    line-height: 77px;
}

.km-container .meter-box span {
    position: absolute;
    right: -5px;
    display: inline-block;
    background: #f0f1f4;
    font-size: 45px;
    font-weight: 600;
    height: 30px;
    line-height: 0px;
    top: 43px;
}

.km-container .meter-box label {
    display: flex;
    align-items: center;
    width: 67.66px;
    font-size: 45px;
    padding: 0 20px;
    position: relative;
}

.km-container .meter-box label:before {
    position: absolute;
    content: "";
    top: 0px;
    border-right: 1px solid #394a58;
    right: 0;
    bottom: 0;
}

.km-container .meter-box label.comma:before {
    display: none;
}

.km-container .meter-box label.comma {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 40px;
    color: #394a58;
    top: 30px;
    background: #e6e6e6;
    display: none;
}

.km-container .meter-box label:last-child:before {
    display: none;
}

.money-container .money-box-container {
    width: 100%;
    max-width: 800px;
    margin: 20px auto auto auto;
    height: 120px;
    position: relative;
    e
}

.money-container .title {
    font-size: 25px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0.2em;
    max-width: initial;
    margin-top: 0 !important;
}

.money-box-container .rupees-icon {
    float: left;
    width: 39px;
    text-align: left;
    padding: 100px 0 0 0;
}

.money-box-container .money-box {
    width: 761px;
    height: 177px;
    float: left;
    background: url(../images/money-saved-bg.png);
    color: #fff;
    font-size: 75px;
    font-weight: 700;
    letter-spacing: 0.89em;
    padding-left: 35px;
    line-height: 115px;
}

.money-box label {
    float: left;
    width: 108px;
    display: block;
    color: #FFF;
    font-size: 75px;
    position: relative;
    font-weight: 700;
    line-height: 120px;
}

.money-box label:before {
    position: absolute;
    content: "";
    border-right: 1px solid #2c3944;
    top: 0;
    bottom: 0;
    right: 0;
}

.ticket-arrow {
    position: absolute;
    top: -93px;
    left: 185px;
}

.ticket-arrow img {
    max-width: 100%;
}

.money-box label:last-child:before {
    display: none;
}

.money-box label span {
    position: absolute;
    right: -9px;
}

.marg-15 {
    margin: 0 15px;
}

.industries-slider-section {
    height: 520px;
    position: relative;
    overflow: hidden;
}


/* .industries-slider-section:before{

    content: "";

    position: absolute;

    background: rgba(57, 74, 88, 0.75);

    left: 0;

    right: 0;

    bottom: 0;

    top: 0;

    z-index: 1;

} */

.industries-slider-section .bx-viewport,
.industries-slider-section .bx-wrapper {
    position: relative;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
}

.industries-slider-section .industries-slider,
.industries-slider-section .industries-slider li {
    height: 100% !important;
}

.industries-slider-section .industries-slider li {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.industries-slider-section .bx-wrapper .bx-viewport {
    border: none !important;
}

.industries-slider li.bx-slide {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    background-size: cover !important;
    cursor: pointer;
}

.industries-slider-section .bx-wrapper .bx-pager,
.industries-slider-section .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 50px;
    width: 100%;
    z-index: 11;
}

.industry-contain {
    color: #fff;
    z-index: 10;
    text-align: center;
    max-width: 1024px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.industry-contain .title {
    font-size: 75px;
    line-height: 90px;
    font-weight: bold;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    opacity: 0;
}

.industry-contain .title.show {
    opacity: 1;
}

@-webkit-keyframes animateIndustriQuote {
    0% {
        -webkit-transform: translateY(100px) scale(.9);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(1.01);
    }
    100% {
        -webkit-transform: translateY(0px) scale(1);
        opacity: 1;
    }
}

@-moz-keyframes animateIndustriQuote {
    0% {
        -moz-transform: translateY(100px) scale(.9);
        opacity: 0;
    }
    80% {
        -moz-transform: scale(1.01);
    }
    100% {
        -moz-transform: translateY(0px) scale(1);
        opacity: 1;
    }
}

@-o-keyframes animateIndustriQuote {
    0% {
        -o-transform: translateY(100px) scale(.9);
        opacity: 0;
    }
    80% {
        -o-transform: scale(1.01);
    }
    100% {
        -o-transform: translateY(0px) scale(1);
        opacity: 1;
    }
}

@-ms-keyframes animateIndustriQuote {
    0% {
        -ms-transform: translateY(100px) scale(.9);
        opacity: 0;
    }
    80% {
        -ms-transform: scale(1.01);
    }
    100% {
        -ms-transform: translateY(0px) scale(1);
        opacity: 1;
    }
}

@keyframes animateIndustriQuote {
    0% {
        transform: translateY(100px) scale(.9);
        opacity: 0;
    }
    80% {
        transform: scale(1.01);
    }
    100% {
        transform: translateY(0px) scale(1);
        opacity: 1;
    }
}

.industry-contain .disc.animate {
    -webkit-animation-name: animateIndustriQuote;
    -webkit-animation-duration: .8s;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: animateIndustriQuote;
    -moz-animation-duration: .8s;
    -moz-animation-timing-function: ease;
    -o-animation-name: animateIndustriQuote;
    -o-animation-duration: .8s;
    -o-animation-timing-function: ease;
    -ms-animation-name: animateIndustriQuote;
    -ms-animation-duration: .8s;
    -ms-animation-timing-function: ease;
    animation-name: animateIndustriQuote;
    animation-duration: .8s;
    animation-timing-function: ease;
}

.industry-contain .disc {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    -webkit-transform: translateY(100px) scale(.9);
    -moz-transform: translateY(100px) scale(.9);
    -o-transform: translateY(100px) scale(.9);
    -ms-transform: translateY(100px) scale(.9);
    transform: translateY(100px) scale(.9);
    opacity: 0;
}

.industry-contain .disc.animate {
    -webkit-transform: translateY(0px) scale(1);
    -moz-transform: translateY(0px) scale(1);
    -o-transform: translateY(0px) scale(1);
    -ms-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
    opacity: 1;
}

.cover-contain {
    text-align: center;
    color: #fff;
    max-width: none;
    margin: 0 auto;
}


/*.cover-contain .title {
    font-size: 75px;
    line-height: 90px;
    font-weight: bold;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
}
.cover-contain .disc {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
}*/

.product-mulitple-screenshot {
    min-height: 1px;
    background: url(../images/dot-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    padding: 0 140px;
}

.product-mulitple-screenshot .mobile-images-container {
    display: none;
}

.product-mulitple-screenshot .mid-container {
    padding-top: 135px;
}

.product-mulitple-screenshot .img-container {
    text-align: center;
    position: relative;
}

.product-mulitple-screenshot .img-container .main img {
    max-width: 100%;
    margin-bottom: -4px;
}

.product-mulitple-screenshot .img-container .zoom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    -webkit-transition: all 1s ease-out;
    -webkit-transform: scale(0);
    -moz-transition: all 1s ease-out;
    -moz-transform: scale(0);
    -ms-transition: all 1s ease-out;
    -ms-transform: scale(0);
    -o-transition: all 1s ease-out;
    -o-transform: scale(0);
    transition: all 1s ease-out;
    transform: scale(0);
    opacity: 1;
}

.product-mulitple-screenshot .img-container .zoom.anim {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.product-mulitple-screenshot .img-container .zoom img {
    max-width: 100%;
}

.product-mulitple-screenshot .images-container {
    max-width: 1077px;
    margin: 0 auto;
    position: relative;
}

.product-mulitple-screenshot .images-container img {
    margin-bottom: -4px;
}

.product-mulitple-screenshot .images-container .background-block {}

.product-mulitple-screenshot .images-container .background-block img {
    max-width: 100%;
    margin-bottom: -4px;
}

.product-mulitple-screenshot .images-container .maps-block {
    position: absolute;
    position: absolute;
    bottom: 0;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
    left: -200px;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
    opacity: 0;
}

.product-mulitple-screenshot .images-container .maps-block.anim {
    left: 1px;
    opacity: 1;
}

.product-mulitple-screenshot .images-container .table-block {
    position: absolute;
    right: -200px;
    top: 21.333333333333336%;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
    opacity: 0;
}

.product-mulitple-screenshot .images-container .table-block.anim {
    right: 0px;
    opacity: 1
}

.product-mulitple-screenshot .images-container .tick {
    position: absolute;
    -webkit-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.15);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.product-mulitple-screenshot .images-container .tick .tooltip {
    position: absolute;
    font-size: 13px;
    font-weight: 600;
    width: 250px;
    height: 66px;
    top: 50%;
    margin-top: -33px;
    left: 93%;
    z-index: -1;
    max-width: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.product-mulitple-screenshot .images-container .tick .tooltip.line2 {
    height: 80px;
    margin-top: -40px;
}

.product-mulitple-screenshot .images-container .tick:hover .tooltip {
    max-width: 220px;
}

.product-mulitple-screenshot .images-container .tick .tooltip .tooltip-contain {
    padding: 13px 23px;
    display: inline-block;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 11px 0;
}

.product-mulitple-screenshot .images-container .tick .tooltip .tooltip-contain:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 02px;
    bottom: 2px;
    right: 2px;
    border: 1px solid #f1f1f1;
    z-index: 0;
}

.product-mulitple-screenshot .images-container .tick.tick1 {
    z-index: 9
}

.product-mulitple-screenshot .images-container .tick.tick2 {
    z-index: 8
}

.product-mulitple-screenshot .images-container .tick.tick3 {
    z-index: 7
}

.product-mulitple-screenshot .images-container .tick.tick4 {
    z-index: 6
}

.product-mulitple-screenshot .images-container .tick.tick5 {
    z-index: 5
}

.product-mulitple-screenshot .images-container .tick.tick6 {
    z-index: 4
}

.product-mulitple-screenshot .images-container .tick.tick7 {
    z-index: 3
}

.product-mulitple-screenshot .images-container .tick.tick8 {
    z-index: 1
}

.product-mulitple-screenshot .images-container .reverse-tick1 {
    left: -2.042711234911792%;
    top: 57.166666666666664%;
}

.product-mulitple-screenshot .images-container .reverse-tick2 {
    left: 22.65552460538533%;
    top: 36.16666666666667%;
}

.product-mulitple-screenshot .images-container .reverse-tick3 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    left: 33.05478180129991%;
    top: 66%;
}

.product-mulitple-screenshot .images-container .reverse-tick4 {
    left: 39.647168059424324%;
    top: 22.5%;
}

.product-mulitple-screenshot .images-container .reverse-tick5 {
    left: 63.788300835654596%;
    top: 8%;
}

.product-mulitple-screenshot .images-container .reverse-tick6 {
    left: 83.008356545961%;
    top: 26.333333333333332%;
}

.product-mulitple-screenshot .images-container .reverse-tick7 {
    left: 87.74373259052925%;
    top: 3.5000000000000004%;
}

.product-mulitple-screenshot .images-container .reverse-tick8 {
    left: 96.93593314763231%;
    top: 58.333333333333336%;
}

.product-mulitple-screenshot .images-container .tick img.hv {
    display: none;
}

.product-mulitple-screenshot .images-container .tick:hover img.hv {
    display: inline-block;
}

.product-mulitple-screenshot .images-container .tick:hover img.nm {
    display: none;
}

.product-mulitple-screenshot .images-container .haul-tick1 {
    top: 60.333333333333336%;
    left: -5.571030640668524%;
}

.product-mulitple-screenshot .images-container .haul-tick2 {
    top: 28.333333333333332%;
    left: 9.285051067780872%;
}

.product-mulitple-screenshot .images-container .haul-tick3 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    left: 28.226555246053852%;
    top: 60%;
}

.product-mulitple-screenshot .images-container .haul-tick4 {
    left: 42.71123491179202%;
    top: 26.833333333333332%;
}

.product-mulitple-screenshot .images-container .haul-tick5 {
    left: 57.381615598885794%;
    top: 5%;
}

.product-mulitple-screenshot .images-container .haul-tick6 {
    left: 79.94428969359332%;
    top: -1.3333333333333335%;
}

.product-mulitple-screenshot .images-container .haul-tick7 {
    left: 93.12906220984215%;
    top: 19.5%;
}

.product-mulitple-screenshot .images-container .ondemand-tick1 {
    left: -1.6713091922005572%;
    top: 51.16666666666667%;
}

.product-mulitple-screenshot .images-container .ondemand-tick2 {
    left: 32.03342618384401%;
    top: 21.666666666666668%;
}

.product-mulitple-screenshot .images-container .ondemand-tick3 {
    left: 51.0677808727948%;
    top: 60.83333333333333%;
}

.product-mulitple-screenshot .images-container .ondemand-tick4 {
    left: 57.381615598885794%;
    top: 5%;
}

.product-mulitple-screenshot .images-container .ondemand-tick5 {
    left: 64.71680594243269%;
    top: 42.16666666666667%;
}

.product-mulitple-screenshot .images-container .ondemand-tick6 {
    left: 79.94428969359332%;
    top: -1.3333333333333335%;
}

.product-mulitple-screenshot .images-container .ondemand-tick7 {
    left: 96.93593314763231%;
    top: 58.333333333333336%;
}

.product-mulitple-screenshot .images-container .force-tick1 {
    top: 67%;
    left: -3.3426183844011144%;
}

.product-mulitple-screenshot .images-container .force-tick2 {
    left: 17.920148560817083%;
    top: 31%;
}

.product-mulitple-screenshot .images-container .force-tick3 {
    left: 41.5041782729805%;
    top: 22.666666666666664%;
}

.product-mulitple-screenshot .images-container .force-tick4 {
    left: 72.70194986072424%;
    top: 8%;
}

.product-mulitple-screenshot .images-container .force-tick5 {
    left: 87.2794800371402%;
    top: 45.33333333333333%;
}

.product-mulitple-screenshot .images-container .force-tick6 {
    left: 87.55803156917364%;
    top: 3.833333333333333%;
}

.product-mulitple-screenshot .images-container .force-tick7 {
    left: 96.19312906220983%;
    top: 18%;
}

.product-mulitple-screenshot .images-container .mile-tick1 {
    left: -2.042711234911792%;
    top: 57.166666666666664%;
}

.product-mulitple-screenshot .images-container .mile-tick2 {
    left: 2.971216341689879%;
    top: 21.5%;
}

.product-mulitple-screenshot .images-container .mile-tick3 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    left: 9.377901578458681%;
    top: 61.83333333333333%;
}

.product-mulitple-screenshot .images-container .mile-tick4 {
    left: 20.42711234911792%;
    top: 23%;
}

.product-mulitple-screenshot .images-container .mile-tick5 {
    left: 65.45961002785515%;
    top: 8%;
}

.product-mulitple-screenshot .images-container .mile-tick6 {
    top: 3.5000000000000004%;
    left: 87.65088207985144%;
}

.product-mulitple-screenshot .images-container .mile-tick7 {
    left: 93.12906220984215%;
    top: 19.5%;
}

.product-mulitple-screenshot .images-container .mile-tick8 {
    left: 95.26462395543176%;
    top: 49.333333333333336%;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes zoomIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes zoomIn {
    0% {
        opacity: 0;
        -o-transform: scale(0);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@-ms-keyframes zoomIn {
    0% {
        opacity: 0;
        -ms-transform: scale(0);
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.product-mulitple-screenshot .images-container .tick.zoomIn {
    -webkit-animation-name: zoomIn;
    -webkit-animation-duration: .7s;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-animation-name: zoomIn;
    -moz-animation-duration: .7s;
    opacity: 1;
    -moz-transform: scale(1);
    -moz-animation-name: zoomIn;
    -moz-animation-duration: .7s;
    opacity: 1;
    -moz-transform: scale(1);
    -o-animation-name: zoomIn;
    -o-animation-duration: .7s;
    opacity: 1;
    -o-transform: scale(1);
    animation-name: zoomIn;
    animation-duration: .7s;
    opacity: 1;
    transform: scale(1);
}

.product-slide {
    background: url(../images/product-slide-bg.png);
    background-repeat: no-repeat;
    background-position: center -10px;
    height: 394px;
    border-bottom: 1px solid #ececec;
    position: relative;
    margin-bottom: 185px;
}

.product-slide .slide {
    position: absolute;
}

.product-slide .slide.active {
    z-index: 1;
}

.product-slide .slide.map {
    left: 50%;
    margin-left: -134px;
    top: 80px;
}

.product-slide .slide.table {
    left: 50%;
    margin-left: -246px;
    top: 130px;
    -webkit-transform: scale(0.8) translate(-37px, -57px);
    -moz-transform: scale(0.8) translate(-37px, -57px);
    -o-transform: scale(0.8) translate(-37px, -57px);
    -ms-transform: scale(0.8) translate(-37px, -57px);
    transform: scale(0.8) translate(-37px, -57px);
}

.product-slide .slide img {
    -webkit-box-shadow: 1px 1px 30px #ddd;
    -moz-box-shadow: 1px 1px 30px #ddd;
    box-shadow: 1px 1px 30px #ddd;
    max-width: 100%;
}

.product-slide .slide img.bw {
    display: inline-block;
}

.product-slide .slide img.color {
    display: none;
}

.product-slide .slide.active img.bw {
    display: none;
}

.product-slide .slide.active img.color {
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

@keyframes mapgoback {
    0% {
        transform: translateX(0px) scale(1);
    }
    100% {
        transform: translateX(-123px) scale(0.8);
    }
}

@-webkit-keyframes mapgoback {
    0% {
        -webkit-transform: translateX(0px) scale(1);
    }
    100% {
        -webkit-transform: translateX(-123px) scale(0.8);
    }
}

@-moz-keyframes mapgoback {
    0% {
        -moz-transform: translateX(0px) scale(1);
    }
    100% {
        -moz-transform: translateX(-123px) scale(0.8);
    }
}

@-o-keyframes mapgoback {
    0% {
        -o-transform: translateX(0px) scale(1);
    }
    100% {
        -o-transform: translateX(-123px) scale(0.8);
    }
}

@-ms-keyframes mapgoback {
    0% {
        -ms-transform: translateX(0px) scale(1);
    }
    100% {
        -ms-transform: translateX(-123px) scale(0.8);
    }
}

.product-slide .slide.map.goback {
    -webkit-animation-name: mapgoback;
    -webkit-animation-duration: 1s;
    -moz-animation-name: mapgoback;
    -moz-animation-duration: 1s;
    -o-animation-name: mapgoback;
    -o-animation-duration: 1s;
    -ms-animation-name: mapgoback;
    -ms-animation-duration: 1s;
    animation-name: mapgoback;
    animation-duration: 1s;
}

.product-slide .slide.map.back {
    -webkit-transform: translateX(-123px) scale(0.8);
    -moz-transform: translateX(-123px) scale(0.8);
    -o-transform: translateX(-123px) scale(0.8);
    -ms-transform: translateX(-123px) scale(0.8);
    transform: translateX(-123px) scale(0.8);
}

@keyframes mapgoup {
    0% {
        transform: translateX(-123px) scale(0.8);
    }
    100% {
        transform: translateX(0px) scale(1);
    }
}

@-webkit-keyframes mapgoup {
    0% {
        -webkit-transform: translateX(-123px) scale(0.8);
    }
    100% {
        -webkit-transform: translateX(0px) scale(1);
    }
}

@-ms-keyframes mapgoup {
    0% {
        -ms-transform: translateX(-123px) scale(0.8);
    }
    100% {
        -ms-transform: translateX(0px) scale(1);
    }
}

@-moz-keyframes mapgoup {
    0% {
        -moz-transform: translateX(-123px) scale(0.8);
    }
    100% {
        -moz-transform: translateX(0px) scale(1);
    }
}

@-o-keyframes mapgoup {
    0% {
        -o-transform: translateX(-123px) scale(0.8);
    }
    100% {
        -o-transform: translateX(0px) scale(1);
    }
}

.product-slide .slide.map.goup {
    -webkit-animation-name: mapgoup;
    -webkit-animation-duration: 1s;
    -moz-animation-name: mapgoup;
    -moz-animation-duration: 1s;
    -o-animation-name: mapgoup;
    -o-animation-duration: 1s;
    -ms-animation-name: mapgoup;
    -ms-animation-duration: 1s;
    animation-name: mapgoup;
    animation-duration: 1s;
}

.product-slide .slide.map.up {
    -webkit-transform: translateX(0px) scale(1);
    -moz-transform: translateX(0px) scale(1);
    -o-transform: translateX(0px) scale(1);
    -ms-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
}

@-webkit-keyframes tablegoup {
    0% {
        -webkit-transform: scale(0.8) translate(-37px, -57px);
    }
    100% {
        -webkit-transform: scale(1) translate(119px, -44px);
    }
}

@-moz-keyframes tablegoup {
    0% {
        -moz-transform: scale(0.8) translate(-37px, -57px);
    }
    100% {
        -moz-transform: scale(1) translate(119px, -44px);
    }
}

@-o-keyframes tablegoup {
    0% {
        -o-transform: scale(0.8) translate(-37px, -57px);
    }
    100% {
        -o-transform: scale(1) translate(119px, -44px);
    }
}

@-ms-keyframes tablegoup {
    0% {
        -ms-transform: scale(0.8) translate(-37px, -57px);
    }
    100% {
        -ms-transform: scale(1) translate(119px, -44px);
    }
}

@keyframes tablegoup {
    0% {
        transform: scale(0.8) translate(-37px, -57px);
    }
    100% {
        transform: scale(1) translate(119px, -44px);
    }
}

.product-slide .slide.table.goup {
    -webkit-animation-name: tablegoup;
    -webkit-animation-duration: 1s;
    -moz-animation-name: tablegoup;
    -moz-animation-duration: 1s;
    -o-animation-name: tablegoup;
    -o-animation-duration: 1s;
    -ms-animation-name: tablegoup;
    -ms-animation-duration: 1s;
    animation-name: tablegoup;
    animation-duration: 1s;
}

.product-slide .slide.table.up {
    -webkit-transform: scale(1) translate(119px, -44px);
    -moz-transform: scale(1) translate(119px, -44px);
    -o-transform: scale(1) translate(119px, -44px);
    -ms-transform: scale(1) translate(119px, -44px);
    transform: scale(1) translate(119px, -44px);
}

@-webkit-keyframes tablegoback {
    0% {
        -webkit-transform: scale(1) translate(119px, -44px);
    }
    100% {
        -webkit-transform: scale(0.8) translate(-37px, -57px);
    }
}

@-moz-keyframes tablegoback {
    0% {
        -moz-transform: scale(1) translate(119px, -44px);
    }
    100% {
        -moz-transform: scale(0.8) translate(-37px, -57px);
    }
}

@-o-keyframes tablegoback {
    0% {
        -o-transform: scale(1) translate(119px, -44px);
    }
    100% {
        -o-transform: scale(0.8) translate(-37px, -57px);
    }
}

@-ms-keyframes tablegoback {
    0% {
        -ms-transform: scale(1) translate(119px, -44px);
    }
    100% {
        -ms-transform: scale(0.8) translate(-37px, -57px);
    }
}

@keyframes tablegoback {
    0% {
        transform: scale(1) translate(119px, -44px);
    }
    100% {
        transform: scale(0.8) translate(-37px, -57px);
    }
}

.product-slide .slide.table.goback {
    -webkit-animation-name: tablegoback;
    -webkit-animation-duration: 1s;
    -moz-animation-name: tablegoback;
    -moz-animation-duration: 1s;
    -o-animation-name: tablegoback;
    -o-animation-duration: 1s;
    -ms-animation-name: tablegoback;
    -ms-animation-duration: 1s;
    animation-name: tablegoback;
    animation-duration: 1s;
}

.product-slide .slide.table.back {
    -webkit-transform: scale(0.8) translate(-37px, -57px);
    -moz-transform: scale(0.8) translate(-37px, -57px);
    -o-transform: scale(0.8) translate(-37px, -57px);
    -ms-transform: scale(0.8) translate(-37px, -57px);
    transform: scale(0.8) translate(-37px, -57px);
}

.careers-cover {
    height: 520px;
    background: url(../images/careers_bg.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.careers-cover:before {
    content: "";
    position: absolute;
    background: rgba(57, 74, 88, 0.75);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}

.careers-employee {
    padding-top: 100px;
}

.careers-employee .title {
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 75px;
}

.careers-employee .employee-list {}

.careers-employee .employee-list .box {
    position: relative;
}

.careers-employee .employee-list .box .img-block {}

.careers-employee .employee-list .box .img-block img {
    max-width: 100%;
    margin-bottom: -4px;
}

.careers-employee .employee-list .box .hover-block {
    content: "";
    position: absolute;
    background: rgba(57, 74, 88, 0.75);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.careers-employee .employee-list .box:hover .hover-block {
    opacity: 1;
}

.careers-employee .employee-list .box .hover-block .hover-contain {
    border: 1px solid #fff;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: 20px;
    text-align: center;
    color: #fff;
}

.careers-employee .employee-list .box .hover-block .hover-contain .vision {
    font-size: 17px;
    font-style: italic;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.careers-employee .employee-list .box:hover .hover-block .hover-contain .vision {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.careers-employee .employee-list .box .hover-block .hover-contain .name-block {
    margin-top: 20px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.careers-employee .employee-list .box:hover .hover-block .hover-contain .name-block {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.careers-employee .employee-list .box .hover-block .hover-contain .name-block .name {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.careers-employee .employee-list .box .hover-block .hover-contain .name-block .post {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}

.careers-employee .employee-list .box .hover-block .hover-contain .likecell {
    padding: 0 20px;
}

.careers-apply {
    max-width: 1320px;
    margin: 50px auto 70px auto;
    background: url(../images/careers_apply_bg.jpg);
    height: 236px;
    padding: 20px;
}

.careers-apply .careers-apply-contain {
    border: 1px solid #fff;
    text-align: center;
}

.careers-apply .careers-apply-contain .title {
    font-size: 45px;
    font-style: italic;
    color: #fff;
}

.careers-apply .careers-apply-contain .apply-btn {
    margin-top: 30px;
}

.careers-apply .careers-apply-contain .apply-btn a {
    font-size: 18px;
    font-weight: 300;
    color: #df252a;
    background: #fff;
    border: 1px solid #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
    padding: 11px 78px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
}

.careers-apply .careers-apply-contain .apply-btn a:hover {
    color: #fff;
    background: transparent;
}

.recruitment-cover {
    height: 520px;
    background: url(../images/recruitment_cover.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.recruitment-cover:before {
    content: "";
    position: absolute;
    background: rgba(57, 74, 88, 0.75);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}

.recruitment-process {
    border-bottom: 1px solid #f3f3f3;
    padding: 100px 0 85px 0;
}

.recruitment-process .title {
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.recruitment-process-contain {
    text-align: center;
    margin-top: 85px;
}

.recruitment-process-contain .img-block {}

.recruitment-process-contain .img-block img {
    max-width: 100%;
    margin-bottom: -4px;
}

.recruitment-process-contain .title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0;
}

.recruitment-process-contain .disc {
    font-size: 13px;
    max-width: 295px;
    margin: 0 auto;
}

.recruitment-flow {
    max-width: 820px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
}

.recruitment-flow .box {
    height: 200px;
}

.recruitment-flow .figure-left {}

.recruitment-flow .figure-left .img-block,
.specificindustry .img-block {
    float: left;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 12px solid #fff;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.recruitment-flow .figure-left .img-block:hover,
.specificindustry .img-block:hover {
    border-width: 0;
}

.recruitment-flow .figure-left .img-block img {
    max-width: 175px;
    margin-bottom: -4px;
}

.recruitment-flow .figure-left .text-block {
    height: 100%;
    float: left;
    width: calc(100% - 200px);
    padding-left: 55px;
}

.recruitment-flow .figure-left .text-block .title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

.recruitment-flow .figure-left .text-block .disc {
    font-size: 16px;
    margin-top: 10px;
}

.recruitment-flow .recruitment-sep {
    text-align: center;
    padding: 0 100px;
}

.recruitment-flow .recruitment-sep img {
    max-width: 100%;
    margin-bottom: -4px;
}

.recruitment-flow .figure-right {}

.recruitment-flow .figure-right .img-block {
    float: right;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 12px solid #fff;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.recruitment-flow .figure-right .img-block:hover {
    border-width: 0;
}

.recruitment-flow .figure-right .img-block img {
    max-width: 175px;
    margin-bottom: -4px;
}

.recruitment-flow .figure-right .text-block {
    height: 100%;
    float: left;
    width: calc(100% - 200px);
    padding-left: 150px;
    padding-right: 25px;
}

.recruitment-flow .figure-right .text-block .title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

.recruitment-flow .figure-right .text-block .disc {
    font-size: 16px;
    margin-top: 10px;
}

.job-openings-cover {
    height: 520px;
    background: url(../images/job-openings-cover.jpg);
    background-position: 50% 22%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.job-openings-cover:before {
    content: "";
    position: absolute;
    background: rgba(57, 74, 88, 0.6);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}

.job-openings-container {
    background: #f8f9f9;
    z-index: 11;
    position: relative;
}

.job-openings-container .contain {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 60px;
    top: -60px;
    position: relative;
}

.job-openings-container .panel-group {
    background: #fff
}

.job-openings-container .panel-group .panel {
    border-bottom: 1px solid #ececec;
}

.job-openings-container .panel-group .panel:last-child {
    border: 0 !important
}

.job-openings-container .panel-group .panel .panel-title {
    padding: 19px 30px;
    height: 60px;
    cursor: pointer;
}

.job-openings-container .panel-group .panel .panel-title .position-name {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #111c22;
    float: left;
}

.job-openings-container .panel-group .panel .panel-title .position-count {
    position: relative;
    color: #66747d;
    font-size: 14px;
    font-weight: 600;
    float: right;
    margin-top: 1px;
    padding-right: 30px;
}

.job-openings-container .panel-group .panel .panel-title .position-count:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 8px;
    background: url(../images/c-arrow.png);
    right: 0;
    top: 6px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.job-openings-container .panel-group .panel.open .panel-title .position-count:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.job-openings-container .panel-group .panel .panel-contain {
    padding: 0 50px;
    background: #ececec;
    /*  max-height: 0;

   overflow: hidden; */
    /* -webkit-transition: all .3s ease;

    -moz-transition: all .3s ease;

    -o-transition: all .3s ease;

    -ms-transition: all .3s ease;

    transition: all .3s ease; */
    display: none;
}

.job-openings-container .panel-group .panel.open .panel-contain {
    /*   max-height: 700px; */
}

.job-openings-container .panel-group .panel .panel-contain .box {
    padding: 23px 0;
    border-bottom: 1px solid #dadcdd;
    position: relative;
}

.job-openings-container .panel-group .panel .panel-contain .box:last-child {
    border: 0 !important;
}

.job-openings-container .panel-group .panel .panel-contain .box .position-name {
    float: left;
    max-width: 540px;
}

.job-openings-container .panel-group .panel .panel-contain .box .position-name .title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.job-openings-container .panel-group .panel .panel-contain .box .position-name .disc {
    font-size: 13px;
    word-break: break-word;
}

.job-openings-container .panel-group .panel .panel-contain .box .position-location {
    color: #66747d;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

.job-openings-container .panel-group .panel .panel-contain .box .position-location:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 8px;
    background: url(../images/c-arrow.png);
    right: 0;
    top: 6px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.job-openings-container .panel-group .panel .panel-contain .box:hover .position-location:after {
    -webkit-transform: rotate(-90deg) translateY(6px);
    -moz-transform: rotate(-90deg) translateY(6px);
    -o-transform: rotate(-90deg) translateY(6px);
    -ms-transform: rotate(-90deg) translateY(6px);
    transform: rotate(-90deg) translateY(6px);
}

.job-openings-msg {
    max-width: 820px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 80px;
}

.job-openings-msg a {
    font-size: 23px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    background: #394a58;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #394a58;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px 50px;
}

.job-openings-msg a:hover {
    color: #394a58;
    background: #fff;
}

.philosophy-cover-section {
    height: 520px;
    position: relative;
    overflow: hidden;
    background: url(../images/careers_cover.jpg);
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    -webkit-transition: height 0.8s ease-in;
    -moz-transition: height 0.8s ease-in;
    -o-transition: height 0.8s ease-in;
    -ms-transition: height 0.8s ease-in;
    transition: height 0.8s ease-in;
}

.philosophy-cover-section.show-video {
    height: 570px;
}

.philosophy-cover-section .likecell {
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    -o-transition: all 0.8s ease-in;
    -ms-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

.philosophy-cover-section.show-video .likecell {
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -o-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}

.philosophy-cover-section.show-video .ph-video .ph-video-contain .play-btn {
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -o-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}

.philosophy-cover-section .ph-cover {
    float: left;
    height: 100%;
    width: 41.66666666666667%;
    position: relative;
    z-index: 1;
}

.philosophy-cover-section .ph-cover:before {
    content: "";
    position: absolute;
    background: rgba(57, 74, 88, 0.75);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}

.philosophy-cover-section .ph-video {
    float: left;
    height: 100%;
    width: 58.33333333333333%;
    position: relative;
    overflow: hidden;
}

.philosophy-cover-section .ph-video video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.philosophy-cover-section .ph-video .ph-video-contain {}

.philosophy-cover-section .ph-video .ph-video-contain .play-btn {
    display: inline-block;
    top: 50%;
    position: absolute;
    margin-top: -75px;
    left: 100px;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    -o-transition: all 0.8s ease-in;
    -ms-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

.philosophy-cover-section .ph-video .ph-video-contain .play-btn img {
    max-width: 100%;
}

.philosophy-cover-section .ph-cover .cover-contain {
    text-align: right;
    padding-right: 60px;
    max-width: 450px;
    float: right;
}

.philosophy-section {
    padding: 115px 0 0 0;
}

.philosophy-section .heading {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.philosophy-section .heading .title {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
}

.philosophy-section .heading .disc {
    font-size: 16px;
    margin-top: 10px
}

.philosophy-section .block-contain {
    margin-top: 125px;
}

.philosophy-section .block-contain .row {}

.philosophy-section .block-contain .col-75 {
    width: 75%;
    float: left;
    position: relative;
}

.philosophy-section .block-contain .col-25 {
    width: 25%;
    float: left;
    position: relative;
}

.philosophy-section .block-contain .col-33 {
    width: 33.333333333333334%;
    float: left;
    position: relative;
}

.philosophy-section .block-contain .col-50 {
    width: 50%;
    float: left;
    position: relative;
}

.philosophy-section .block-contain img {
    margin-bottom: -4px;
    max-width: 100%;
}

.philosophy-section .block-contain .dummy-figure {}

.philosophy-section .block-contain .block-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 225px;
    text-align: center;
    margin: 0 auto;
}

.philosophy-section .block-contain .block-text .title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.philosophy-section .block-contain .block-text .disc {
    font-size: 15px;
    margin-top: 10px;
}

.embrace-section {
    text-align: center;
    padding: 115px 0 0 0;
}

.embrace-section .title {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 115px;
}

.embrace-section .embrace-list .img-block {}

.embrace-section .embrace-list .img-block img {
    max-height: 100%;
    margin-bottom: -4px;
}

.embrace-section .embrace-list .name {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 5px;
}

.embrace-section .embrace-list .disc {
    font-size: 13px;
    max-width: 280px;
    margin: 0 auto;
}

.embrace-section .embrace-list .col-1-3 {
    margin-bottom: 90px;
}

.embrace-section .embrace-list .col-1-3:nth-child(3n+1) {
    clear: both;
}

.industries-contain {
    position: relative;
    z-index: 1;
    margin-top: 190px;
}

.industries-contain:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: #ececec;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 50%;
    margin-left: -10px;
    top: -105px;
}

.industries-contain:after {
    content: "";
    position: absolute;
    height: 85px;
    width: 2px;
    background: #f2f2f2;
    left: 50%;
    margin-left: -1px;
    top: -85px;
}

.industries-contain .panel {
    border-top: 1px solid #ececec;
}

.industries-contain .panel.active {
    background: #ececec;
}

.industries-contain .panel .panel-contain {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}

.industries-contain .panel.active .panel-contain {
    cursor: default;
}

.industries-contain .panel .title {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 15px;
}

.industries-contain .panel .disc1 {
    font-size: 13px;
    max-width: 690px;
    margin: 0 auto;
    text-align: center;
}

.industries-contain .panel .hr {
    border: 0;
    height: 1px;
    background: #c5c5c5;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #c5c5c5, rgba(0, 0, 0, 0));
    max-width: 400px;
}

.industries-contain .panel .disc2 {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    max-width: 690px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.marg-30auto {
    margin: 30px auto;
}

.marg-20auto {
    margin: 20px auto 20px auto;
}

.industries-contain .industories-list {
    max-width: 905px;
    margin: 0 auto;
}

.industries-contain .industories-list ul {}

.industries-contain .industories-list li {
    float: left;
    width: 50%;
    position: relative;
    margin-bottom: 20px;
}

.industries-contain .industories-list li h2 {
    font-size: 13px;
}

.industries-contain .industories-list li:nth-child(odd) {
    padding-right: 70px;
    clear: left;
}

.industries-contain .industories-list li:nth-child(even) {
    padding-left: 70px;
}

.industries-contain .industories-list li:before {
    content: "";
    position: absolute;
    background: #394a58;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    top: 6px;
    margin-left: -15px;
}

.cast-study-downlaod {
    text-align: center;
}

.cast-study-downlaod .heading {
    font-size: 13px;
}

.cast-study-downlaod .case-study-list {
    padding: 10px 0 20px 0;
}

.cast-study-downlaod .case-study-list a {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin: 0 7px;
}

.cast-study-downlaod .case-study-list a:hover {}

.industries-contain .panel .desktop-hidden {
    display: none;
}

.industries-contain .panel .desktop-hidden.active {
    display: block;
}

.industries-contain .panel .controls {
    position: absolute;
    top: 50%;
    margin-top: -42px;
    right: 50px;
}

.industries-contain .panel.active .controls {
    display: none;
}

.industries-contain .panel .controls a {
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.industries-contain .panel .controls a img {
    max-height: 100%;
}

.industries-contain .panel .controls a img.mobile {
    display: none;
}

.industries-contain .panel .controls a img.desktop {
    display: block;
}

.industries-contain .panel .controls a:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.quote {
    display: block;
    font-style: italic;
}

.blog-cover {
    height: 520px;
    background: url(../images/blog-cover.jpg);
    background-position: 50% 22%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.blog-cover:before {
    content: "";
    position: absolute;
    background: rgba(57, 74, 88, 0.75);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}

.blog-category-list {
    background: #c0c4c7;
    text-align: center;
    padding: 15px 0;
}

.blog-category-list .title {
    display: none;
}

.blog-category-list a {
    background: #e7e8e8;
    display: inline-block;
    color: #394a58;
    font-weight: bold;
    padding: 9px 27px;
    margin: 4px 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
}

.blog-category-list a.active {
    background: #fff;
}

.blog-category-list a:hover {
    background: #f9f9f9;
}

.blog-contain {
    max-width: 880px;
    margin: 0 auto;
    position: relative;
}

.blog-contain .blog-search {
    margin-top: 20px;
    margin-bottom: 50px;
}

.blog-contain .blog-search form {
    display: block;
    position: relative;
}

.blog-contain .blog-search form input[type=text] {
    height: 50px;
    border: 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size: 26px;
    font-weight: 600;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.blog-contain .blog-search form input[type=text]::-webkit-input-placeholder {
    color: rgba(57, 74, 88, 0.3);
}

.blog-contain .blog-search form input[type=text]:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(57, 74, 88, 0.3);
}

.blog-contain .blog-search form input[type=text]::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(57, 74, 88, 0.3);
}

.blog-contain .blog-search form input[type=text]:-ms-input-placeholder {
    color: rgba(57, 74, 88, 0.3);
}

.blog-contain .blog-search form button {
    background: transparent;
    border: 0;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-top: 11px;
    margin-right: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.blog-contain .blog-list {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.blog-contain .blog-list ul {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 15px 0 50px 0;
}

.blog-contain .blog-list ul:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #111c22;
    left: 50%;
    margin-left: -1px;
}

.blog-contain .blog-list ul li {
    position: relative;
    /*

    border: 2px solid transparent; */
    /*     -webkit-transition: all .3s ease;

-moz-transition: all .3s ease;

-o-transition: all .3s ease;

-ms-transition: all .3s ease;

transition: all .3s ease; */
}

.blog-contain .blog-list ul li:nth-child(odd) {
    float: right;
    width: 50%;
    padding-left: 55px;
    padding-top: 36px;
    padding-right: 29px;
    padding-bottom: 45px;
    border-left: 0;
    margin-bottom: 60px;
    clear: both;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    -ms-transition: color 0.25s;
    transition: color 0.25s;
}


/* .blog-contain .blog-list ul li:nth-child(odd):hover{

    border-color: #111c22;

    border-left:0;

}

.blog-contain .blog-list ul li:nth-child(even):hover{

    border-color: #111c22;

    border-right:0;

} */

.blog-contain .blog-list ul li:nth-child(even) {
    float: left;
    width: 50%;
    padding-right: 55px;
    padding-top: 36px;
    padding-left: 29px;
    padding-bottom: 45px;
    border-right: 0;
    margin-top: 60px;
    text-align: right;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    -ms-transition: color 0.25s;
    transition: color 0.25s;
}

.blog-contain .blog-list ul li .img-block {}

.blog-contain .blog-list ul li .img-block img {
    max-width: 352px;
    /* max-height: 184px; */
    margin-bottom: -4px;
}

.blog-contain .blog-list ul li .title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #111c22;
    line-height: 26px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.blog-contain .blog-list ul li .disc {
    font-size: 13px;
    color: #394a58;
}

.blog-contain .blog-list ul li .cate-date {
    font-size: 15px;
    color: #111c22;
    text-transform: uppercase;
    position: absolute;
    background: #fff;
    top: -11px;
    padding: 0 9px;
}

.blog-contain .blog-list ul li .cate-date .cate {
    font-weight: 300;
    display: inline-block;
    margin-right: 5px;
}

.blog-contain .blog-list ul li .cate-date .date {
    font-weight: 700;
    display: inline-block;
    margin-left: 5px;
}

.blog-contain .blog-list ul li:nth-child(odd) .cate-date {
    left: 45px;
}

.blog-contain .blog-list ul li:nth-child(odd) .cate-date:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    background: #111c22;
    left: -30px;
    top: 11px;
}

.blog-contain .blog-list ul li:nth-child(odd) a:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background: #111c22;
    left: -16px;
    top: -15px;
    border: 10px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-contain .blog-list ul li:nth-child(even) .cate-date:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    background: #111c22;
    right: -30px;
    top: 11px;
}

.blog-contain .blog-list ul li:nth-child(even) a:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background: #111c22;
    right: -16px;
    top: -15px;
    border: 10px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-contain .blog-list ul li:nth-child(even) .cate-date {
    right: 45px;
}

.blog-contain .blog-list ul li:nth-child(odd)::before,
.blog-contain .blog-list ul li:nth-child(odd)::after {
    box-sizing: border-box;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    width: 0;
    height: 0;
    z-index: -1;
}

.blog-contain .blog-list ul li:nth-child(odd)::before {
    top: 0;
    left: 0;
}

.blog-contain .blog-list ul li:nth-child(odd)::after {
    bottom: 0;
    right: 0;
}

.blog-contain .blog-list ul li:nth-child(odd):hover::before,
.blog-contain .blog-list ul li:nth-child(odd):hover::after {
    width: 100%;
    height: 100%;
}

.blog-contain .blog-list ul li:nth-child(odd):hover::before {
    border-top-color: #111c22;
    border-right-color: #111c22;
    -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    -moz-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    -o-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.blog-contain .blog-list ul li:nth-child(odd):hover::after {
    border-bottom-color: #111c22;
    /* border-left-color: #111c22; */
    -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    -moz-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    -o-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    -ms-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.blog-contain .blog-list ul li:nth-child(even)::before,
.blog-contain .blog-list ul li:nth-child(even)::after {
    box-sizing: border-box;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    width: 0;
    height: 0;
    z-index: -1
}

.blog-contain .blog-list ul li:nth-child(even)::before {
    top: 0;
    right: 0;
}

.blog-contain .blog-list ul li:nth-child(even)::after {
    bottom: 0;
    left: 0;
}

.blog-contain .blog-list ul li:nth-child(even):hover::before,
.blog-contain .blog-list ul li:nth-child(even):hover::after {
    width: 100%;
    height: 100%;
}

.blog-contain .blog-list ul li:nth-child(even):hover::before {
    border-top-color: #111c22;
    border-left-color: #111c22;
    -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    -moz-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    -o-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    -ms-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.blog-contain .blog-list ul li:nth-child(even):hover::after {
    border-bottom-color: #111c22;
    /*   border-left-color: #111c22;  */
    -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    -moz-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    -o-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    -ms-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.other-offering-section {
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 85px;
    border-top: 1px solid #eff1f2;
    text-align: center;
}

.other-offering-section .other-offering-col-container {
    margin-top: 130px;
    padding: 30px;
}

.other-offering-section .title {
    font-size: 65px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.other-offering-section .sm-title {
    font-size: 36px;
    font-weight: lighter;
    text-transform: uppercase;
    text-align: center;
}

.other-offering-section .img-block {}

.other-offering-section .img-block img {
    max-width: 100%;
    margin-bottom: -4px;
}

.other-offering-section .name {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 5px;
}

.other-offering-section .disc {
    font-size: 13px;
    max-width: 350px;
    margin: 0 auto;
    line-height: 18px;
    min-height: 54px;
}

.other-offering-section .trybtn {
    margin-top: 25px;
}

.other-offering-section .trybtn a {
    font-weight: 300;
    font-size: 18px;
    display: inline-block;
    line-height: 24px;
    border: 1px solid #394a58;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 12px 60px;
    background: transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    text-decoration: none !important;
}

.other-offering-section .trybtn a:hover {
    background: #394a58;
    color: #fff;
}

.industories-stat {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    margin-top: 40px;
}

.industories-stat .box-round {
    display: inline-block;
    width: 170px;
    height: 170px;
    position: relative;
}

.industories-stat .box-round svg {
    width: 170px;
    height: 170px;
    background: transparent;
}

.industories-stat .box-round svg path:nth-child(1) {
    fill: none;
    stroke: #394b59;
    stroke-miterlimit: 10;
    stroke-width: 6px;
}

.industories-stat .box-round svg path:nth-child(2) {
    fill: none;
    stroke: #66747d;
    stroke-miterlimit: 10;
    stroke-width: 12px;
    -webkit-transition: stroke-width .3s ease;
    -moz-transition: stroke-width .3s ease;
    -o-transition: stroke-width .3s ease;
    -ms-transition: stroke-width .3s ease;
    transition: stroke-width .3s ease;
}

.industories-stat .box-round:hover svg path:nth-child(2) {
    stroke-width: 20px;
}

.industories-stat .box-round .value {
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 60%;
    margin-top: -32px;
}

.industories-stat .box-round .value span {
    font-size: 45px;
    font-weight: 300;
    display: inline-block;
}

.industories-stat .name {
    font-size: 15px;
    margin-top: 20px;
    font-weight: 600;
}

.get-touch {
    text-align: center;
    padding-top: 55px;
    padding-bottom: 70px;
}

.get-touch .title {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
}

.get-touch .disc {
    font-size: 16px;
}

.philosophy-cover-section .careers-video-contianer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    background: #111c22;
    -webkit-transform: translateY(570px);
    -moz-transform: translateY(570px);
    -o-transform: translateY(570px);
    -ms-transform: translateY(570px);
    transform: translateY(570px);
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    -o-transition: all 0.8s ease-in;
    -ms-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

.philosophy-cover-section.show-video .careers-video-contianer {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.careers-video-contianer .video-box {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.careers-video-contianer .video-box video {
    height: 570px;
}

.careers-video-contianer .video-close {
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: 15px;
}

.careers-video-contianer .video-close img {
    max-width: 25px;
}


/*  CLOCK CSS */

.clock-container {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.clock-container .clock {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.clock-container .tick {
    width: 0px;
    height: 0px;
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    left: 50%;
    top: 50%;
}

.clock-container .tick:after {
    content: '';
    background: #394a58;
    -webkit-backface-visibility: hidden;
    position: absolute;
    width: 6px;
    height: 20px;
    left: -2px;
    top: -90px;
}

.clock-container .tick.small:after {
    width: 3px;
    height: 12px;
    left: -1px;
}

.clock-container .tick.h1 {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.clock-container .tick.h2 {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.clock-container .tick.h3 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.clock-container .tick.h4 {
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.clock-container .tick.h5 {
    -webkit-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.clock-container .tick.h6 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.clock-container .tick.h7 {
    -webkit-transform: rotate(210deg);
    -moz-transform: rotate(210deg);
    -o-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.clock-container .tick.h8 {
    -webkit-transform: rotate(240deg);
    -moz-transform: rotate(240deg);
    -o-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.clock-container .tick.h9 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.clock-container .tick.h10 {
    -webkit-transform: rotate(300deg);
    -moz-transform: rotate(300deg);
    -o-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.clock-container .tick.h11 {
    -webkit-transform: rotate(330deg);
    -moz-transform: rotate(330deg);
    -o-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.clock-container .tick.h12 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.clock-container .min {
    width: 0px;
    height: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.clock-container .min:after {
    content: '';
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-backface-visibility: hidden;
    position: absolute;
    width: 1px;
    height: 8px;
    left: 0px;
    top: -90px;
    background: #394a58;
}

.clock-container .min.m1 {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
}

.clock-container .min.m2 {
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -o-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
}

.clock-container .min.m3 {
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
}

.clock-container .min.m4 {
    -webkit-transform: rotate(24deg);
    -moz-transform: rotate(24deg);
    -o-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
}

.clock-container .min.m6 {
    -webkit-transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg);
}

.clock-container .min.m7 {
    -webkit-transform: rotate(42deg);
    -moz-transform: rotate(42deg);
    -o-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg);
}

.clock-container .min.m8 {
    -webkit-transform: rotate(48deg);
    -moz-transform: rotate(48deg);
    -o-transform: rotate(48deg);
    -ms-transform: rotate(48deg);
    transform: rotate(48deg);
}

.clock-container .min.m9 {
    -webkit-transform: rotate(54deg);
    -moz-transform: rotate(54deg);
    -o-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    transform: rotate(54deg);
}

.clock-container .min.m11 {
    -webkit-transform: rotate(66deg);
    -moz-transform: rotate(66deg);
    -o-transform: rotate(66deg);
    -ms-transform: rotate(66deg);
    transform: rotate(66deg);
}

.clock-container .min.m12 {
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    transform: rotate(72deg);
}

.clock-container .min.m13 {
    -webkit-transform: rotate(78deg);
    -moz-transform: rotate(78deg);
    -o-transform: rotate(78deg);
    -ms-transform: rotate(78deg);
    transform: rotate(78deg);
}

.clock-container .min.m14 {
    -webkit-transform: rotate(84deg);
    -moz-transform: rotate(84deg);
    -o-transform: rotate(84deg);
    -ms-transform: rotate(84deg);
    transform: rotate(84deg);
}

.clock-container .min.m16 {
    -webkit-transform: rotate(96deg);
    -moz-transform: rotate(96deg);
    -o-transform: rotate(96deg);
    -ms-transform: rotate(96deg);
    transform: rotate(96deg);
}

.clock-container .min.m17 {
    -webkit-transform: rotate(102deg);
    -moz-transform: rotate(102deg);
    -o-transform: rotate(102deg);
    -ms-transform: rotate(102deg);
    transform: rotate(102deg);
}

.clock-container .min.m18 {
    -webkit-transform: rotate(108deg);
    -moz-transform: rotate(108deg);
    -o-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    transform: rotate(108deg);
}

.clock-container .min.m19 {
    -webkit-transform: rotate(114deg);
    -moz-transform: rotate(114deg);
    -o-transform: rotate(114deg);
    -ms-transform: rotate(114deg);
    transform: rotate(114deg);
}

.clock-container .min.m21 {
    -webkit-transform: rotate(126deg);
    -moz-transform: rotate(126deg);
    -o-transform: rotate(126deg);
    -ms-transform: rotate(126deg);
    transform: rotate(126deg);
}

.clock-container .min.m22 {
    -webkit-transform: rotate(132deg);
    -moz-transform: rotate(132deg);
    -o-transform: rotate(132deg);
    -ms-transform: rotate(132deg);
    transform: rotate(132deg);
}

.clock-container .min.m23 {
    -webkit-transform: rotate(138deg);
    -moz-transform: rotate(138deg);
    -o-transform: rotate(138deg);
    -ms-transform: rotate(138deg);
    transform: rotate(138deg);
}

.clock-container .min.m24 {
    -webkit-transform: rotate(144deg);
    -moz-transform: rotate(144deg);
    -o-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    transform: rotate(144deg);
}

.clock-container .min.m26 {
    -webkit-transform: rotate(156deg);
    -moz-transform: rotate(156deg);
    -o-transform: rotate(156deg);
    -ms-transform: rotate(156deg);
    transform: rotate(156deg);
}

.clock-container .min.m27 {
    -webkit-transform: rotate(162deg);
    -moz-transform: rotate(162deg);
    -o-transform: rotate(162deg);
    -ms-transform: rotate(162deg);
    transform: rotate(162deg);
}

.clock-container .min.m28 {
    -webkit-transform: rotate(168deg);
    -moz-transform: rotate(168deg);
    -o-transform: rotate(168deg);
    -ms-transform: rotate(168deg);
    transform: rotate(168deg);
}

.clock-container .min.m29 {
    -webkit-transform: rotate(174deg);
    -moz-transform: rotate(174deg);
    -o-transform: rotate(174deg);
    -ms-transform: rotate(174deg);
    transform: rotate(174deg);
}

.clock-container .min.m31 {
    -webkit-transform: rotate(186deg);
    -moz-transform: rotate(186deg);
    -o-transform: rotate(186deg);
    -ms-transform: rotate(186deg);
    transform: rotate(186deg);
}

.clock-container .min.m32 {
    -webkit-transform: rotate(192deg);
    -moz-transform: rotate(192deg);
    -o-transform: rotate(192deg);
    -ms-transform: rotate(192deg);
    transform: rotate(192deg);
}

.clock-container .min.m33 {
    -webkit-transform: rotate(198deg);
    -moz-transform: rotate(198deg);
    -o-transform: rotate(198deg);
    -ms-transform: rotate(198deg);
    transform: rotate(198deg);
}

.clock-container .min.m34 {
    -webkit-transform: rotate(204deg);
    -moz-transform: rotate(204deg);
    -o-transform: rotate(204deg);
    -ms-transform: rotate(204deg);
    transform: rotate(204deg);
}

.clock-container .min.m36 {
    -webkit-transform: rotate(216deg);
    -moz-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    transform: rotate(216deg);
}

.clock-container .min.m37 {
    -webkit-transform: rotate(222deg);
    -moz-transform: rotate(222deg);
    -o-transform: rotate(222deg);
    -ms-transform: rotate(222deg);
    transform: rotate(222deg);
}

.clock-container .min.m38 {
    -webkit-transform: rotate(228deg);
    -moz-transform: rotate(228deg);
    -o-transform: rotate(228deg);
    -ms-transform: rotate(228deg);
    transform: rotate(228deg);
}

.clock-container .min.m39 {
    -webkit-transform: rotate(234deg);
    -moz-transform: rotate(234deg);
    -o-transform: rotate(234deg);
    -ms-transform: rotate(234deg);
    transform: rotate(234deg);
}

.clock-container .min.m41 {
    -webkit-transform: rotate(246deg);
    -moz-transform: rotate(246deg);
    -o-transform: rotate(246deg);
    -ms-transform: rotate(246deg);
    transform: rotate(246deg);
}

.clock-container .min.m42 {
    -webkit-transform: rotate(252deg);
    -moz-transform: rotate(252deg);
    -o-transform: rotate(252deg);
    -ms-transform: rotate(252deg);
    transform: rotate(252deg);
}

.clock-container .min.m43 {
    -webkit-transform: rotate(258deg);
    -moz-transform: rotate(258deg);
    -o-transform: rotate(258deg);
    -ms-transform: rotate(258deg);
    transform: rotate(258deg);
}

.clock-container .min.m44 {
    -webkit-transform: rotate(264deg);
    -moz-transform: rotate(264deg);
    -o-transform: rotate(264deg);
    -ms-transform: rotate(264deg);
    transform: rotate(264deg);
}

.clock-container .min.m46 {
    -webkit-transform: rotate(276deg);
    -moz-transform: rotate(276deg);
    -o-transform: rotate(276deg);
    -ms-transform: rotate(276deg);
    transform: rotate(276deg);
}

.clock-container .min.m47 {
    -webkit-transform: rotate(282deg);
    -moz-transform: rotate(282deg);
    -o-transform: rotate(282deg);
    -ms-transform: rotate(282deg);
    transform: rotate(282deg);
}

.clock-container .min.m48 {
    -webkit-transform: rotate(288deg);
    -moz-transform: rotate(288deg);
    -o-transform: rotate(288deg);
    -ms-transform: rotate(288deg);
    transform: rotate(288deg);
}

.clock-container .min.m49 {
    -webkit-transform: rotate(294deg);
    -moz-transform: rotate(294deg);
    -o-transform: rotate(294deg);
    -ms-transform: rotate(294deg);
    transform: rotate(294deg);
}

.clock-container .min.m51 {
    -webkit-transform: rotate(306deg);
    -moz-transform: rotate(306deg);
    -o-transform: rotate(306deg);
    -ms-transform: rotate(306deg);
    transform: rotate(306deg);
}

.clock-container .min.m52 {
    -webkit-transform: rotate(312deg);
    -moz-transform: rotate(312deg);
    -o-transform: rotate(312deg);
    -ms-transform: rotate(312deg);
    transform: rotate(312deg);
}

.clock-container .min.m53 {
    -webkit-transform: rotate(318deg);
    -moz-transform: rotate(318deg);
    -o-transform: rotate(318deg);
    -ms-transform: rotate(318deg);
    transform: rotate(318deg);
}

.clock-container .min.m54 {
    -webkit-transform: rotate(324deg);
    -moz-transform: rotate(324deg);
    -o-transform: rotate(324deg);
    -ms-transform: rotate(324deg);
    transform: rotate(324deg);
}

.clock-container .min.m56 {
    -webkit-transform: rotate(336deg);
    -moz-transform: rotate(336deg);
    -o-transform: rotate(336deg);
    -ms-transform: rotate(336deg);
    transform: rotate(336deg);
}

.clock-container .min.m57 {
    -webkit-transform: rotate(342deg);
    -moz-transform: rotate(342deg);
    -o-transform: rotate(342deg);
    -ms-transform: rotate(342deg);
    transform: rotate(342deg);
}

.clock-container .min.m58 {
    -webkit-transform: rotate(348deg);
    -moz-transform: rotate(348deg);
    -o-transform: rotate(348deg);
    -ms-transform: rotate(348deg);
    transform: rotate(348deg);
}

.clock-container .min.m59 {
    -webkit-transform: rotate(354deg);
    -moz-transform: rotate(354deg);
    -o-transform: rotate(354deg);
    -ms-transform: rotate(354deg);
    transform: rotate(354deg);
}

.clock-container .arrow-hour {
    width: 0px;
    height: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.clock-container .arrow-hour:after {
    content: '';
    background: #394a58;
    -webkit-backface-visibility: hidden;
    position: absolute;
    width: 6px;
    height: 90px;
    left: -2px;
    top: -70px;
}

.clock-container .arrow-minute {
    width: 0px;
    height: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.clock-container .arrow-minute:after {
    content: '';
    background: #394a58;
    -webkit-backface-visibility: hidden;
    position: absolute;
    width: 4px;
    height: 110px;
    left: -2px;
    top: -90px;
}

.clock-container .arrow-second {
    width: 0px;
    height: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.clock-container .arrow-second:after {
    content: '';
    background: #394a58;
    -webkit-backface-visibility: hidden;
    position: absolute;
    width: 2px;
    height: 110px;
    left: 0px;
    top: -90px;
}

.clock-container .arrow-dot {
    width: 0px;
    height: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.clock-container .arrow-dot:before {
    content: '';
    background: #fff;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    left: -4px;
    top: -5px;
}

.clock-container .arrow-dot:after {
    content: '';
    background: #394a58;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    left: -1px;
    top: -2px;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(57, 74, 88, 0.7);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.modal.open {
    opacity: 1;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    visibility: visible;
    pointer-events: all;
}

.modal .modal-container {
    max-width: 670px;
    width: 90%;
    margin: 0 auto;
    display: table;
    height: 100%;
}

.modal .modal-contian {
    display: table-cell;
    vertical-align: middle;
}

.modal .modal-contian .modal-data {
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 55px 0;
    position: relative;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.modal.open .modal-contian .modal-data {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.modal .modal-contian .modal-data:after {
    content: "";
    position: absolute;
    height: 50px;
    width: 100%;
    background: url(../images/modal-shadow.png);
    background-position: center center;
    background-repeat: no-repeat;
    bottom: -50px;
}

.modal .modal-contian .title {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    color: #111c22;
}

.modal .modal-contian .form-container {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 35px;
}

.modal .form input[type=text],
.modal .form input[type=email] {
    height: 44px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.modal .modal-submit-field {
    text-align: center;
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
    z-index: 1;
}

.modal .modal-submit-field .modal-submit-btn {
    font-size: 18px;
    font-weight: 300;
    background: #111c22;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid transparent;
    border-radius: 4px -webkit-border-radius: 4px -moz-border-radius: 4px;
    padding: 14px 63px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    position: relative;
}

.modal .modal-submit-field .modal-submit-btn:hover {
    background: #e0242b;
}

.modal .modal-submit-field .modal-submit-btn:disabled {
    background: #c0c4c7! important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    cursor: default;
}

.modal .modal-submit-field .modal-submit-btn:active {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -o-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}

.modal .modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.modal .modal-close img {
    max-width: 100%;
}

.form .form-field.is_focus input.modal-number {
    padding-left: 60px;
}

.form .form-field .number-ext {
    position: absolute;
    color: #111c22;
    line-height: 44px;
    z-index: 1;
    top: 0;
    text-align: center;
    width: 50px;
    display: none;
    border: 0;
    height: 44px;
    background: transparent;
    padding: 0;
    border-right: 1px solid #929ca2;
    border-radius: 0;
}

.form .form-field.is_focus .number-ext {
    display: block;
}

.pagewrap .success-msg {
    text-align: center;
    font-size: 15px;
    border-bottom: 1px solid #d7dbde;
    position: fixed;
    top: -51px;
    z-index: 1112;
    width: 100%;
    height: 50px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 50px;
    background: #fff;
}

#contact-form .form-field .number-ext {
    height: 50px;
    line-height: 50px;
}

.pagewrap.sm .success-msg {
    top: 0;
}

.pagewrap .success-msg .msg {}

.pagewrap .success-msg a.ok {
    font-size: 13px;
    display: inline-block;
    margin-left: 20px;
    border: 1px solid;
    line-height: initial;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 3px 13px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.pagewrap .success-msg a.ok:hover {
    background: #394a58;
    color: #fff;
    border-color: #394a58;
}

.pagewrap .success-msg .close-success {
    position: absolute;
    right: 120px;
    top: 0;
    cursor: pointer;
}

.pagewrap .success-msg .close-success img {
    right: 0
}

.pagewrap.sm header {
    /* top: 50px;
*/
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    -ms-transition: top .3s ease;
    -moz-transition: top .3s ease;
    transition: top .3s ease;
}

.form .form-field .field-error {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    ;
    ;
    right: -400px;
    top: 14px;
    font-size: 11px;
    color: #e0242b;
    opacity: 0;
}

.form .form-field .emailcheck-error {
    display: none;
    color: #e0242b;
}

.form .form-field .emailcheck-error a {
    text-decoration: underline;
    color: blue;
}

.form .form-field.error .field-error {
    right: 10px;
    opacity: 1;
    top: 50%;
    margin-top: -8px;
}

.form .form-field.error input {
    border-color: #e0242b;
}

.mr-nodesktop {
    display: none;
}

.mobile-play {
    display: none;
}

.loading-more-blog {
    display: none;
    text-align: center;
    z-index: 11111;
    position: absolute;
    bottom: 4px;
    left: 0px;
    right: 0px;
}

.loading-more-blog.show {
    display: block;
}

.loading-more-blog a {
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
    line-height: inherit;
    border: 1px solid #394a58;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px 30px;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    text-decoration: none !important;
    background: #111c22;
    color: #fff;
}

.loading-more-blog a.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-name: fade;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in;
    -ms-animation-name: fade;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in;
    -o-animation-name: fade;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in;
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}

.search-header {
    background: #f9f9f9;
    padding: 40px 0;
}

.search-header .serach-header-container {
    text-align: center;
    max-width: 910px;
    padding: 0 30px;
    margin: 0 auto;
}

.search-header .serach-header-container .title {
    font-size: 45px;
}

.search-header .serach-header-container .search-box {
    margin-top: 20px;
}

.search-header .serach-header-container .search-box form {
    display: block;
    position: relative;
}

.search-header .serach-header-container .search-box form input[type=text] {
    height: 50px;
    border: 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size: 26px;
    font-weight: 600;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: transparent;
}

.search-header .serach-header-container .search-box form button {
    background: transparent;
    border: 0;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-top: 11px;
    margin-right: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.search-header .serach-header-container .search-box form input[type=text]::-webkit-input-placeholder {
    color: #929ca2;
}

.search-header .serach-header-container .search-box form input[type=text]:-moz-placeholder {
    /* Firefox 18- */
    color: #929ca2;
}

.search-header .serach-header-container .search-box form input[type=text]::-moz-placeholder {
    /* Firefox 19+ */
    color: #929ca2;
}

.search-header .serach-header-container .search-box form input[type=text]:-ms-input-placeholder {
    color: #929ca2;
}

.search-reasult-section {
    padding: 0 30px;
    margin-top: 90px;
}

.search-reasult-section .s-item {
    float: left;
    width: 290px;
    margin-right: 50px;
}

.search-reasult-section .s-item .title {
    font-size: 18px;
    font-weight: 600;
    color: #66747d;
    text-transform: uppercase;
}

.search-reasult-section .s-item .s-text {
    font-size: 22px;
    color: #111c22;
    font-weight: 600;
}

.search-reasult-section .s-result {
    float: left;
    width: calc(100% - 340px);
}

.search-reasult-section .s-result .box {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c0c4c7;
}

.search-reasult-section .s-result .box:last-child {
    border-bottom: 0;
}

.search-reasult-section .s-result .box .title {}

.search-reasult-section .s-result .box .title a {
    font-size: 22px;
    font-weight: 600;
    color: #111c22;
}

.search-reasult-section .s-result .box .title a:hover {
    text-decoration: underline;
}

.search-reasult-section .s-result .box .link {}

.search-reasult-section .s-result .box .link a {
    color: #e0242b;
    font-size: 13px;
}

.search-reasult-section .s-result .box .disc {
    font-size: 13px;
    color: #394a58;
    margin: 15px 0 20px 0;
}

.search-reasult-section .s-result .box .rmore {}

.search-reasult-section .s-result .box .rmore a {
    font-size: 16px;
    color: #e0242b;
}

.ajax-loader {
    display: none;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 11px;
}

.ajax-loader.show {
    display: block;
}

.ajax-loader span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    -webkit-animation: 3s infinite linear;
    -moz-animation: 3s infinite linear;
    -o-animation: 3s infinite linear;
}

.ajax-loader span:nth-child(1) {
    background: #fff;
    -webkit-animation: ls_first 1.2s infinite linear;
    -moz-animation: ls_first 1.2s infinite linear;
    -o-animation: ls_first 1.2s infinite linear;
}

.ajax-loader span:nth-child(2) {
    background: #e0242b;
    z-index: 100;
}

.ajax-loader span:nth-child(3) {
    background: #fff;
    -webkit-animation: ls_last 1.2s infinite linear;
    -moz-animation: ls_last 1.2s infinite linear;
    -o-animation: ls_last 1.2s infinite linear;
}

@-webkit-keyframes ls_last {
    0% {
        -webkit-transform: translateX(20px);
    }
    50% {
        -webkit-transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(20px);
        z-index: 200;
    }
}

@-moz-keyframes ls_last {
    0% {
        -moz-transform: translateX(20px);
    }
    50% {
        -moz-transform: translateX(-20px);
    }
    100% {
        -moz-transform: translateX(20px);
        z-index: 200;
    }
}

@-o-keyframes ls_last {
    0% {
        -o-transform: translateX(20px);
    }
    50% {
        -o-transform: translateX(-20px);
    }
    100% {
        -o-transform: translateX(20px);
        z-index: 200;
    }
}

@-webkit-keyframes ls_first {
    0% {
        -webkit-transform: translateX(-20px);
        z-index: 200;
    }
    50% {
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(-20px);
    }
}

@-moz-keyframes ls_first {
    0% {
        -moz-transform: translateX(-20px);
        z-index: 200;
    }
    50% {
        -moz-transform: translateX(20px);
    }
    100% {
        -moz-transform: translateX(-20px);
    }
}

@-o-keyframes ls_first {
    0% {
        -o-transform: translateX(-20px);
        z-index: 200;
    }
    50% {
        -o-transform: translateX(20px);
    }
    100% {
        -o-transform: translateX(-20px);
    }
}

#careers-video-modal .modal-contian {}

#careers-video-modal .modal-close {
    top: -30px;
    background: #111;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    right: 0;
}

#careers-video-modal .modal-container {
    max-width: 960px;
    width: 95%;
}

#careers-video-modal .modal-contian .modal-data {
    padding: 0;
    background: #000;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#careers-video-modal .modal-contian .modal-data:after {
    display: none;
}

.ytube-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ytube-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nojobopning {
    margin-top: 60px;
    background: transparent;
    text-align: center;
    padding-top: 16px;
    font-size: 20px;
    font-weight: 600;
}

.tnc-section {
    max-width: 960px;
    margin: 0 auto;
}

.tnc-section .heading {
    text-align: center;
    border-bottom: 1px solid #e7e8e8;
    padding: 50px 0;
}

.tnc-section .heading .title {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.tnc-section .disc {
    text-align: justify;
    ;
    border-bottom: 1px solid #e7e8e8;
    padding: 50px 0;
    font-size: 18px;
}

.tnc-section .disc p.mt {
    margin-top: 30px;
    text-transform: uppercase;
}

.tnc-section .disc p span {
    font-weight: bold;
}

.tnc-section .tnc {
    padding: 40px 0;
}

.tnc-section .tnc .box {
    margin-bottom: 50px;
}

.tnc-section .tnc .box .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.tnc-section .tnc .box .title-sm {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
}

.tnc-section .tnc .box p {
    font-size: 13px;
    margin-top: 17px;
}

.tnc-section .tnc .box a {
    text-decoration: underline;
}

.tnc-section .tnc .box ol.number {
    padding-left: 14px;
    margin: 0;
}

.tnc-section .tnc .box ol.number li {
    margin-top: 17px;
    font-size: 13px;
}

.tnc-section .tnc .box ol.abc {
    padding-left: 17px;
    margin: 0;
    list-style-type: lower-latin;
}

.tnc-section .tnc .box ol.abc li {
    margin-top: 17px;
    font-size: 13px;
    padding-left: 5px;
}

.tnc-section .tnc .box ul.circle {
    padding-left: 40px;
    margin: 0;
    list-style: disc;
}

.tnc-section .tnc .box ul.circle li {
    margin-top: 17px;
    font-size: 13px;
}

.tnc-section .tnc .box p.ml {
    margin-top: 10px;
    margin-left: 16px;
}

.sitemap-section {
    max-width: 960px;
    margin: 0 auto;
}

.sitemap-section .heading {
    text-align: center;
    border-bottom: 1px solid #e7e8e8;
    padding: 50px 0;
}

.sitemap-section .heading .title {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.sitemap-section .sitemap {
    overflow: hidden;
    padding: 50px 60px;
}

.sitemap-section .sitemap .box {
    margin-bottom: 50px;
}

.sitemap-section .sitemap .box .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.sitemap-section .sitemap .box ul {}

.sitemap-section .sitemap .box ul li {
    margin: 8px 0;
}

.sitemap-section .sitemap .box ul a {
    font-size: 15px;
}

.sitemap-section .sitemap .box ul.line {
    border-left: 1px solid #c0c4c7;
}

.sitemap-section .sitemap .box ul.line li {
    padding-left: 10px;
}

.sitemap-section .sitemap .box ul.o-titles {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.sitemap-section .sitemap .box ul.o-titles li {
    margin: 0 0 10px 0;
}

.sitemap a:hover {
    text-decoration: underline;
}

.career-sm-v {
    overflow: hidden;
}

.career-sm-v video {
    position: absolute;
    max-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.newpnf {
    max-width: 1030px;
    margin: 0 auto;
    height: auto;
}

.newpnf .img-block {
    display: inline-block;
    vertical-align: middle;
}

.newpnf .img-block img {
    max-width: 100%;
}

.newpnf .text-block {
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
}

.newpnf .text-block .title {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 400;
    color: #111c22;
    height: 65px;
}

.newpnf .text-block .title span {
    font-size: 100px;
    font-weight: 700;
}

.newpnf .text-block .disc1 {
    font-weight: 600;
    font-size: 30px;
    height: 25px;
    text-transform: uppercase;
}

.newpnf .text-block .disc2 {
    font-weight: 600;
    font-size: 15px;
    margin: 0px 0 30px 0;
}

.newpnf .text-block .back {
    font-size: 18px;
}

.newpnf .text-block .back a {
    background: #111c22;
    color: #fff;
    padding: 10px 31px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    border: 1px solid #111c22;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.newpnf .text-block .back a:hover {
    color: #111c22;
    background: #fff;
}

.newsletter {
    margin-top: 25px;
}

.newsletter a {
    margin-right: 0 !important;
    color: #929ca2;
    border: 1px solid;
    border-radius: 5px;
    padding: 14px 25px;
    outline: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.newsletter a:hover {
    background: #fff;
    border-color: #fff;
    color: #394a58;
}

.superscript {
    font-weight: lighter;
    font-size: 26px;
    position: relative;
    top: -30px;
}

.breakme {
    display: inline;
}

.homeBrakme {
    font-size: 36px;
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .home-video {
        height: auto !important;
        padding: 10px;
    }
}

@media screen and (min-width: 1320px) {
    .breakme {
        display: block;
    }
    .homeBrakme {
        font-size: 50px;
        line-height: 72px;
    }
    .prodesc {
        height: auto;
    }
}

@media screen and (max-width: 1320px) {
    .superscript {
        font-weight: lighter;
        font-size: 26px;
        position: relative;
        top: -30px;
    }
    header {
        padding: 15px 30px;
    }
    .tollfreemenu{
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .search-block {
        padding: 19px 30px;
    }
    .close-serach {
        right: 43px;
    }
    .award-partners .partners {
        padding: 0 30px;
    }
    .trial {
        padding: 85px 30px;
    }
    footer .mid-container {
        padding: 0 30px;
    }
    .video .video-contain {
        padding: 30px;
    }
    .industries-slider-section .likecell {
        padding: 0 30px;
    }
    .blog-cover {
        padding: 0 30px;
    }
    .pricebox {
        margin-left: -45px;
        margin-right: -45px;
    }
}

@media only screen and (min-width: 1157px) {
    footer .col-f-social .footer-marg .fnum ul li a div {
        float: left !important;
    }
    footer .col-f-social .footer-marg .fnum ul li a div:nth-child(even){
        margin-left: 5px;
    }
}

@media screen and (max-width: 1100px) {
    .prodesc {
        font-size: 16px;
    }
    .protitle .product {
        font-size: 32px;
        text-transform: uppercase;
    }
    .superscript {
        font-weight: lighter;
        font-size: 26px;
        position: relative;
        top: -30px;
    }
    .other-offering-section .disc {
        font-size: 13px;
        max-width: 350px;
        margin: 0 auto;
        line-height: 18px;
        height: 54px;
    }
    header .menu ul.levelOne>li a {
        padding: 9px 10px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        display: inline-block;
    }
    .newpnf {
        padding: 40px 30px;
    }
    .newpnf .img-block {
        display: block;
        text-align: center;
    }
    .newpnf .text-block {
        display: block;
        text-align: center;
        margin-top: 40px;
        margin-left: 0;
    }
    .pricebox {
        margin-left: -45px;
        margin-right: -45px;
    }
}

@media screen and (max-width: 1024px) {
    .prodesc {
        font-size: 14px;
    }
    .protitle .product {
        font-size: 34px;
        text-transform: uppercase;
    }
    .superscript {
        font-weight: lighter;
        font-size: 26px;
        position: relative;
        top: -30px;
    }
    .other-offering-section .disc {
        font-size: 13px;
        max-width: 350px;
        margin: 0 auto;
        line-height: 18px;
        height: 54px;
    }
    .product-mulitple-screenshot .mobile-images-container {
        display: block;
    }
    .product-mulitple-screenshot .images-container {
        display: none;
        text-align: center;
    }
    .product-mulitple-screenshot .mobile-images-container img {
        max-width: 100%;
        margin-bottom: -4px;
    }
    .home-video-contain .title {
        padding: 0 30px;
    }
    .home-video-contain .disc {
        padding: 0 30px;
    }
    .home-prodcut-feature {
        padding: 130px 30px 90px 30px;
    }
    .trial .text {
        float: none;
    }
    .trial .ask-trial {
        float: none;
        margin-top: 40px;
    }
    .trial {
        text-align: center;
    }
    .pricebox {
        margin-left: -45px;
        margin-right: -45px;
    }
}

@media screen and (max-width: 991px) {
    .whitepaperoverlay .innerbox {
        width: 75%;
        height: auto;
        padding-bottom: 50px;
    }
    .whitepaperoverlay .innerbox .whitepaperimg {
        display: none;
    }
    .whitepaperoverlay .innerbox .whitepapertitle img {
        width: 100%;
    }
    .whitepaperoverlay .innerbox .firstline,
    .whitepaperoverlay .innerbox .whitepapertitle {
        height: auto;
        padding-bottom: 15px;
    }
    .whitepaperoverlay .innerbox .secondline {
        height: auto;
        padding-bottom: 50px;
    }
    .whitepaperoverlay .innerbox .wbtn {
        text-align: center;
        margin-top: 25px;
    }
    .whitebtn {
        height: 30px;
        border-radius: 15px;
        border: solid 1px #e1252b;
        padding: 5px 30px;
        margin-left: 25px;
        transition: background-color .1s ease-out;
        background-color: #e1252b;
        color: #ffffff;
    }
    .whitepapermenu {
        font-size: 11px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.0;
        letter-spacing: 0.5px;
        height: 45px;
        text-align: center;
        color: #394a58;
        padding-top: 12px;
        border-bottom: 1px solid #ececec;
        background-color: #ffffff;
    }
    .prodesc {
        font-size: 18px;
        height: auto;
    }
    .superscript {
        font-weight: lighter;
        font-size: 26px;
        position: relative;
        top: -13px
    }
    li.btn-signup {}
    li.btn-signup:hover>a {
        background-color: #ececec !important;
        font-weight: bold;
        color: initial;
    }
    .other-offering-section .name {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 35px;
        margin-bottom: 5px;
    }
    .product-list .disc {
        font-size: 18px;
        line-height: inherit;
        margin-top: 0px;
    }
    .product-list .pmore a {
        display: inline-block;
        font-size: 13px;
        line-height: inherit;
        padding: 13px 30px;
    }
    .product-list .pmore a:hover {
        display: inline-block;
        font-size: 13px;
        line-height: inherit;
        padding: 13px 30px;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    }
    .product-list .title {
        font-size: 36px;
        line-height: 44px;
        margin-top: 20px;
    }
    .video .video-contain .title,
    .cover-contain .title,
    .home-video-contain .title {
        font-size: 46px;
        line-height: 54px;
    }
    .video .video-contain .disc,
    .cover-contain .disc,
    .home-video-contain .disc {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
        font-weight: lighter;
        letter-spacing: 1px;
    }
    .pricebox {
        margin-left: -45px;
        margin-right: -45px;
    }
    #login {
        border: 0;
        border-radius: 2px;
        height: 43px;
        margin-left: 0px;
    }
    .pricingtab {
        height: inherit;
    }
    li.signupfree {
        display: none;
        margin-left: 0px;
        background-color: initial;
        height: inherit;
    }
    .slide-in {
        animation: mslide-in 1s forwards;
        -webkit-animation: mslide-in 1s forwards;
    }
    .pslide-in {
        animation: mpslide-in 1s forwards;
        -webkit-animation: mpslide-in 1s forwards;
    }
    li.signupfree a {
        background: none;
        color: #b51316;
    }
    header {
        height: 60px;
        padding: 10px;
        position: fixed;
    }
    header a.logo img {
        margin-bottom: 0;
        max-height: 40px;
    }
    header a.logo {
        padding: 0;
    }
    header .header-left {
        float: none;
        width: 100%;
    }
    header .header-right {
        float: none;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 11;
        max-height: 88vh;
        overflow-y: scroll;
    }
    header .menu {
        background: rgba(255, 255, 255, 0.95);
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }
    header .menu ul.levelOne>li {
        float: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    header .menu ul.levelOne>li.nextLevel {
        position: relative;
    }
    header .menu ul.levelOne>li.nextLevel:after {
        position: absolute;
        content: "";
        background: url(../images/menu-arrow.png);
        width: 14px;
        height: 7px;
        top: 22px;
        right: 25px;
        background-repeat: no-repeat;
    }
    header .menu ul.levelOne>li.nextLevel:hover:after {
        background-position: 0 -11px;
    }
    header .menu ul.levelOne>li:hover {
        background: #ececec;
    }
    .menu.open {
        max-height: 1000px;
    }
    .menu-icon {
        display: block;
    }
    header .menu ul.levelOne>li:hover a {
        background: #ececec;
        font-weight: bold;
        color: initial;
    }
    header .menu ul.levelOne>li a {
        display: block;
        font-size: 15px;
        margin-right: 80px;
    }
    header .menu ul.levelOne>li a {
        padding: 15px 25px;
    }
    header .menu ul.levelOne li ul.levelTwo {
        position: initial;
        width: auto;
        padding: 0;
        background: #ececec;
        padding: 0 25px;
    }
    header .menu ul.levelOne li ul.levelTwo li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    header .menu ul.levelOne li ul.levelTwo li:last-child {
        border-bottom: 0;
    }
    header .menu ul.levelOne li ul.levelTwo li a {
        font-size: 13px;
        padding: 10px 10px;
        font-weight: normal;
    }
    .menu-icon.open {}
    .menu-icon-outer {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 70px;
    }
    .menu-icon-outer.open {
        background: rgba(248, 248, 248, 0.97);
    }
    .header-search .search-icon {
        display: none !important;
    }
    body {
        padding-top: 95px;
    }
}

@media screen and (max-width: 768px) {
    .whitepapermenu {
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.0;
        letter-spacing: 0.5px;
        height: 50px;
        text-align: center;
        color: #394a58;
        border-bottom: 1px solid #ececec;
        background-color: #ffffff;
        padding-top: 0;
    }
    #whitepaperform {
        width: auto;
    }
    #whitepaperform .title {
        font-size: 28px;
        text-align: center;
        line-height: 38px;
        margin-bottom: 25px;
    }
    #bannertext {
        display: none;
    }
    .whitebtn {
        width: 100%;
        display: block;
        height: 100%;
        transition: background-color .1s ease-out;
        background-color: #e1252b;
        color: #ffffff;
        padding-top: 12px;
        margin-left: 0px;
        border-radius: 0;
    }
    .prodesc {
        font-size: 16px;
    }
    .superscript {
        font-weight: lighter;
        font-size: 26px;
        position: relative;
        top: -6px;
    }
    .faqtitle {
        font-family: Titillium Web;
        font-size: 22px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 1.8px;
        text-align: center;
        text-transform: uppercase;
        color: #394a58;
        padding: 10px;
        margin-top: 0px;
        line-height: 28px;
    }
    .other-offering-section .disc {
        font-size: 13px;
        max-width: 350px;
        margin: 0 auto;
        line-height: 18px;
        height: 72px;
    }
    .pricebox {
        margin-left: 0;
        margin-right: 0;
    }
    .faqblock {
        height: auto;
        margin-bottom: 25px;
    }
    .newsletter {
        margin-top: 20px;
    }
    .tnc-section .tnc .box p.ml {
        margin-top: 10px;
        margin-left: 16px;
    }
    .newpnf .text-block .title span {
        font-size: 50px;
    }
    .newpnf .text-block .title {
        font-size: 25px;
    }
    .newpnf .text-block .disc1 {
        font-size: 16px;
    }
    .newpnf .text-block .disc2 {
        font-size: 13px;
        margin: 10px 0 25px 0;
    }
    .newpnf .img-block img {
        max-width: 70%;
    }
    .newpnf .text-block {
        margin-top: 20px;
    }
    .newpnf .text-block .back a {
        font-size: 14px;
        padding: 8px 25px;
    }
    .blog-contain .blog-list {
        margin-top: 20px;
    }
    .sitemap-section .heading .title {
        font-size: 20px;
    }
    .sitemap-section .heading {
        padding: 30px 30px;
    }
    .sitemap-section .sitemap {
        padding: 40px 30px 0px 30px;
    }
    .tnc-section .heading {
        padding: 30px 30px;
    }
    .tnc-section .heading .title {
        font-size: 20px;
    }
    .tnc-section .disc {
        padding: 30px 30px;
        font-size: 14px;
    }
    .tnc-section .tnc {
        padding: 30px;
    }
    .tnc-section .tnc .box p {
        margin-top: 12px;
    }
    .tnc-section .tnc .box {
        margin-bottom: 30px;
    }
    .tnc-section .tnc .box ol.number li {
        margin-top: 12px;
    }
    .tnc-section .tnc .box ul.circle li {
        margin-top: 12px;
    }
    .tnc-section .tnc .box ol.abc li {
        margin-top: 12px;
    }
    .tnc-section .tnc .box ul.circle {
        margin-left: 25px;
    }
    footer .fnum {
        margin-top: 10px;
    }
    .home-video video {
        display: none;
        pointer-events: none;
    }
    body {
        padding-top: 95px;
    }
    .btn {
        font-size: 15px;
        padding: 12px 35px;
    }
    .animate-line {
        top: 138px;
    }
    .home-video-contain .lmore {
        margin-top: 25px;
    }
    .cover {
        height: calc(100% - 60px);
    }
    header {
        height: 60px;
        min-height: 60px;
        padding: 10px;
        position: fixed;
    }
    header a.logo img {
        margin-bottom: 0;
        max-height: 40px;
    }
    header a.logo {
        padding: 0;
    }
    .home-video {
        height: 100%;
        background: url('../images/background_mobile_new.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    /*  .home-video-contain .title {
        font-size: 30px;
        line-height: inherit;
        padding: 0 30px;
    }*/
    /*  .home-video-contain .disc {
        font-size: 15px;
        line-height: inherit;
        padding: 0 30px;
        margin-top: 10px;
    }
    */
    .taking-logistics {
        padding-top: 50px;
    }
    .taking-logistics .tl-content .heading .title {
        font-size: 22px;
        line-height: 23px;
    }
    .taking-logistics .tl-content .heading .disc {
        font-size: 15px;
        line-height: inherit;
    }
    .taking-logistics .tl-content .heading {
        padding: 0 30px;
    }
    .taking-logistics .tl-content .ipad {
        padding: 0 60px;
    }
    .taking-logistics .tl-content .ipad .ipad-block img {
        max-width: 100%;
    }
    .taking-logistics .tl-content .ipad .line {
        display: none;
    }
    .taking-logistics .tl-content .ipad {
        margin-top: 40px;
    }
    .award-partners {
        padding: 50px 30px 25px 30px;
    }
    .award-partners .partners {
        padding: 0;
    }
    .award-partners .title {
        font-size: 25px;
        line-height: inherit;
    }
    .award-partners .partners {
        margin-top: 50px;
        text-align: left;
    }
    .award-partners .partners .img-block {
        width: 24%;
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px;
        margin-bottom: 25px;
    }
    .clients {
        padding: 50px 30px;
        background-attachment: initial;
        height: auto !important;
    }
    .clients .title {
        font-size: 25px;
        line-height: inherit;
    }
    .clients .clients-slider-container {
        margin-top: 50px;
        margin-bottom: 70px;
    }
    .clients-testimonial .disc {
        font-size: 13px;
        line-height: inherit;
    }
    .clients-testimonial .title {
        font-size: 15px;
        line-height: inherit;
    }
    .trial .ask-trial .ask-btn {
        font-size: 16px;
        line-height: inherit;
        padding: 12px 35px;
    }
    .clients-testimonial {
        padding: 20px 20px;
    }
    .trial {
        padding: 50px 30px;
        text-align: center;
    }
    .trial .text {
        line-height: 30px;
        float: none;
    }
    .trial .ask-trial {
        float: none;
        margin-top: 40px;
    }
    footer {
        padding-top: 30px;
    }
    footer .col-f-logo {
        display: none;
    }
    footer .col-f-list {
        float: none;
        width: 100%;
        border-bottom: 1px solid;
        padding-bottom: 20px;
        margin-bottom: 20px;
        padding: 0 0 20px 0;
    }
    footer #ind,
    footer #sup,
    footer #comp {
        float: none;
        width: 100%;
        border-bottom: 1px solid;
        padding-bottom: 20px;
        margin-bottom: 20px;
        padding: 0 0 20px 0;
    }
    footer .col-f-social {
        float: none;
        width: 100%;
    }
    footer .col-f-social {
        padding: 0 0px;
    }
    footer .col-f-social a {
        margin: 0 15px 0px 0;
    }
    footer .footer-copy {
        margin-top: 20px;
        padding: 15px 0;
    }
    footer .mid-container {
        padding: 0 30px;
    }
    header .header-left {
        float: none;
        width: 100%;
    }
    header .header-right {
        float: none;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 11;
        max-height: 88vh;
        overflow-y: scroll;
    }
    header .menu {
        background: rgba(255, 255, 255, 0.95);
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }
    header .menu ul.levelOne>li {
        float: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    header .menu ul.levelOne>li.nextLevel {
        position: relative;
    }
    header .menu ul.levelOne>li.nextLevel:after {
        position: absolute;
        content: "";
        background: url(../images/menu-arrow.png);
        width: 14px;
        height: 7px;
        top: 22px;
        right: 25px;
        background-repeat: no-repeat;
    }
    header .menu ul.levelOne>li.nextLevel:hover:after {
        background-position: 0 -11px;
    }
    header .menu ul.levelOne>li:hover {
        background: #ececec;
    }
    .menu.open {
        max-height: 1000px;
    }
    .menu-icon {
        display: block;
    }
    header .menu ul.levelOne>li:hover a {
        background: #ececec;
        font-weight: bold;
        color: initial;
    }
    header .menu ul.levelOne>li a {
        display: block;
        font-size: 15px;
        margin-right: 80px;
    }
    header .menu ul.levelOne>li a {
        padding: 15px 25px;
    }
    header .menu ul.levelOne li ul.levelTwo {
        position: initial;
        width: auto;
        padding: 0;
        background: #ececec;
        padding: 0 25px;
    }
    header .menu ul.levelOne li ul.levelTwo li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    header .menu ul.levelOne li ul.levelTwo li:last-child {
        border-bottom: 0;
    }
    header .menu ul.levelOne li ul.levelTwo li a {
        font-size: 13px;
        padding: 10px 10px;
        font-weight: normal;
    }
    .menu-icon.open {}
    .menu-icon-outer {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 70px;
    }
    .menu-icon-outer.open {
        background: rgba(248, 248, 248, 0.97);
    }
    .header-search .search-icon {
        display: none !important;
    }
    .search-block {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        position: initial;
        visibility: visible;
        background: transparent;
        color: initial;
        padding: 15px 25px;
    }
    .search-block input[type=text] {
        width: 100%;
        background: #dfdfdf;
        color: initial;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        font-size: 15px;
        padding: 0 15px;
    }
    .search-block button {
        position: absolute;
        right: 8px;
        top: 15px;
    }
    .close-serach {
        display: none !important;
    }
    .footer-copy span {
        display: none;
    }
    .footer-copy a {
        display: block;
        margin-top: 3px;
    }
    .search-block input[type=text]::-webkit-input-placeholder {
        color: #394a58;
    }
    .search-block input[type=text]:-moz-placeholder {
        /* Firefox 18- */
        color: #394a58;
    }
    .search-block input[type=text]::-moz-placeholder {
        /* Firefox 19+ */
        color: #394a58;
    }
    .search-block input[type=text]:-ms-input-placeholder {
        color: #394a58;
    }
    .col-1-4 {
        float: none;
        width: 100%;
    }
    .home-prodcut-feature {
        padding: 40px 30px 0 30px;
    }
    .home-prodcut-feature .marg-15 {
        margin: 0 15px 40px 15px;
    }
    .home-prodcut-feature .title {
        font-size: 18px;
        line-height: inherit;
        max-width: initial;
        margin-top: 10px;
    }
    .home-prodcut-feature .disc {
        max-width: initial;
        margin-top: 5px;
    }
    .video.product-video {
        background: url(../images/product_background_video.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
    }
    .product-video video {
        display: none;
    }
    .video .video-contain .title,
    .cover-contain .title,
    .home-video-contain .title {
        font-size: 36px;
        line-height: 44px;
    }
    .video .video-contain .disc,
    .cover-contain .disc,
    .home-video-contain .disc {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }
    .video .video-contain {
        padding: 30px 30px;
    }
    .p-col-1-2 {
        float: none;
        width: 100%;
    }
    .p-block {
        display: inline;
    }
    .product-list {
        padding: 0 15px 60px 15px;
    }
    .product-list .pmarg {
        margin: 60px 0 0 0;
    }
    .product-list1 .title {
        font-size: 25px;
        line-height: inherit;
        margin-top: 20px;
    }
    .product-list .disc {
        font-size: 18px;
        line-height: inherit;
        margin-top: 0px;
    }
    .product-list .smdisc {
        margin: 10px auto;
        line-height: inherit;
    }
    .product-list .pmore {
        margin-top: 20px;
    }
    .product-list .pmore a {
        display: inline-block;
        font-size: 15px;
        line-height: inherit;
        padding: 13px 30px;
    }
    .product-list .pmore a:hover {
        display: inline-block;
        font-size: 15px;
        line-height: inherit;
        padding: 13px 30px;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    }
    .other-offering-section {
        padding: 40px 30px 0 30px;
    }
    .other-offering-section .title {
        font-size: 30px;
        line-height: inherit;
    }
    .other-offering-section .sm-title {
        font-size: 20px;
    }
    .col-1-3 {
        width: 100%;
        float: none;
    }
    .other-offering-section .other-offering-col-container {
        margin-top: 10px;
    }
    .other-offering-section .name {
        margin-top: 15px;
        font-size: 20px;
    }
    .other-offering-section .trybtn {
        margin-top: 15px;
    }
    .other-offering-section .trybtn a {
        display: inline-block;
        font-size: 15px;
        line-height: inherit;
        padding: 10px 30px;
    }
    .other-offering-section .other-offering-col-container .col-1-3 {
        margin: 30px 0;
        float: left;
    }
    .product-footer-bg {
        height: 350px;
        margin-top: -135px;
        background-size: cover;
    }
    .product-inner-cover {
        height: auto;
        padding: 30px 30px;
    }
    /* .cover-contain .title {
        font-size: 30px;
        line-height: inherit;
    }
    .cover-contain .disc {
        font-size: 15px;
        line-height: inherit;
        margin-top: 10px;
    }*/
    .product-mulitple-screenshot {
        padding: 0 30px;
    }
    .product-mulitple-screenshot .mid-container {
        padding-top: 45px;
    }
    .p-f-list {
        padding: 0 30px;
    }
    .p-f-list li {
        float: none;
        width: 100%;
        margin-top: 40px;
    }
    .p-f-list li .title {
        font-size: 18px;
        line-height: inherit;
    }
    .p-f-list li .disc {
        max-width: initial;
        line-height: inherit;
        margin-top: 5px;
    }
    .analytics {
        text-align: center;
        padding: 0px 30px;
    }
    .analytics .title {
        font-size: 16px;
        line-height: 22px;
        margin: auto;
        margin-top: 10px;
        max-width: 50%;
        font-family: 'Titillium Web', 'Open Sans', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    .analytics .mixmarg {
        margin: 50px 0;
    }
    .analytics .start-trial a {
        display: inline-block;
        font-size: 15px;
        line-height: inherit;
        padding: 13px 40px;
    }
    .analytics .start-trial {
        margin-top: 0;
    }
    .product-details-footer-bg {
        height: 667px;
        background-position: 50% top !important;
        background-size: cover !important;
    }
    .industries-slider-section {
        height: 490px;
    }
    .industry-contain .title {
        font-size: 30px;
        line-height: inherit;
    }
    .industry-contain .disc {
        font-size: 15px;
        line-height: inherit;
    }
    .industries-slider-section .likecell {
        padding: 0 30px;
    }
    .industries-slider-section .bx-wrapper .bx-pager,
    .industries-slider-section .bx-wrapper .bx-controls-auto {
        bottom: 20px;
    }
    .industries-contain .panel .panel-contain {
        padding: 0 30px;
    }
    .industries-contain {
        margin-top: 50px;
    }
    .industries-contain:after {
        height: 20px;
        top: -20px;
    }
    .industries-contain:before {
        width: 10px;
        height: 10px;
        top: -30px;
        margin-left: -5px;
    }
    .industries-contain .panel .title {
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: left;
    }
    .industries-contain .panel.active .title {
        text-align: center;
    }
    .industries-contain .panel .disc1 {
        margin-top: -10px;
    }
    .industries-contain .panel .hr {}
    .marg-30auto {
        margin: 20px auto;
    }
    .industries-contain .panel .disc2 {
        padding-bottom: 20px;
    }
    .industries-contain .industories-list {}
    .industries-contain .industories-list ul {
        padding-left: 15px;
    }
    .industries-contain .industories-list li {
        float: none;
        width: 100%;
    }
    .industries-contain .industories-list li:nth-child(odd) {
        padding: 0;
    }
    .industries-contain .industories-list li:nth-child(even) {
        padding: 0;
    }
    .industories-stat {}
    .industories-stat .col-1-3 {
        margin-bottom: 40px;
    }
    .industories-stat .col-1-3:nth-child(3) {
        margin-bottom: 0px
    }
    .industories-stat .name {
        margin-top: 5px;
    }
    .industries-contain .panel .mobile-hidden {
        display: none;
    }
    .industries-contain .panel .mobile-hidden.active {
        display: block;
    }
    .industries-contain .panel .controls {
        position: absolute;
        top: 50%;
        margin-top: -12px;
        right: 25px;
    }
    .industries-contain .panel .controls a img.mobile {
        display: block;
    }
    .industries-contain .panel .controls a img.desktop {
        display: none;
    }
    .industries-contain .panel .controls a img {
        max-width: 100%;
    }
    .industries-contain .panel .desktop-hidden {
        display: block;
    }
    .philosophy-section {
        padding: 50px 30px 0 30px
    }
    .philosophy-section .heading .title {
        font-size: 25px;
    }
    .philosophy-section .heading .disc {}
    .philosophy-section .block-contain {
        margin-top: 60px;
        text-align: center;
    }
    .philosophy-section .block-contain .col-75 {
        width: 100%;
        float: left;
    }
    .philosophy-section .block-contain .col-25 {
        width: 100%;
        float: left;
    }
    .philosophy-section .block-contain .col-50 {
        width: 100%;
        float: left;
    }
    .philosophy-section .block-contain .col-33 {
        width: 100%;
        float: left;
    }
    .philosophy-section .block-contain .block-text .title {
        font-size: 18px;
    }
    .philosophy-section .block-contain .block-text .disc {
        font-size: 13px;
    }
    .embrace-section {
        padding: 50px 30px 0 30px;
    }
    .embrace-section .title {
        font-size: 25px;
        line-height: inherit;
        margin-bottom: 60px;
    }
    .embrace-section .embrace-list .name {
        font-size: 18px;
        margin-top: 15px;
    }
    .embrace-section .embrace-list .disc {}
    .embrace-section .embrace-list .col-1-3 {
        margin-bottom: 60px;
    }
    .founder {
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .founder .box {
        display: block;
    }
    .founder .box-container:before {
        display: none;
    }
    .founder .box-container {
        padding: 0;
    }
    .founder .box .f-left {
        width: 100%;
        display: block;
    }
    .founder .box .f-right {
        width: 100%;
        display: block;
    }
    .founder .founder-img {
        padding: 0;
        text-align: center;
    }
    .founder .info-table {
        display: block;
    }
    .founder .info-table .info {
        padding: 0 30px;
        display: block;
    }
    .founder .name {
        font-size: 18px;
        line-height: inherit;
        margin-top: 15px;
    }
    .founder .post {}
    .founder .disc {
        margin-top: 10px;
    }
    .founder .social {
        margin-top: 20px;
    }
    .founder .social a {}
    .mr-nodesktop {
        display: block;
    }
    .mr-nodesktop img {
        max-width: 100%;
    }
    .founder .box.mr {
        margin-top: 50px;
    }
    .founder .box.mr .founder-img {
        display: none;
    }
    .founder .box.mr .info-table {
        padding: 0;
    }
    .philosophy-cover-section {
        height: 400px;
    }
    .philosophy-cover-section .ph-video {
        display: none;
    }
    .philosophy-cover-section .ph-cover {
        float: none;
        width: 100%;
    }
    .philosophy-cover-section .ph-cover .cover-contain {
        text-align: center;
        padding: 0 30px;
        max-width: initial;
        float: none;
    }
    .mobile-play {
        display: block;
        margin-top: 20px;
    }
    .mobile-play img {
        max-width: 80px;
    }
    .careers-video-contianer {
        -webkit-transform: translateY(400px);
        -moz-transform: translateY(400px);
        -o-transform: translateY(400px);
        -ms-transform: translateY(400px);
        transform: translateY(400px);
    }
    .careers-video-contianer .video-box video {
        height: 400px;
        max-width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
    .recruitment-cover {
        height: 430px;
        padding: 0 30px;
    }
    .recruitment-process {
        padding: 48px 30px 20px 30px;
    }
    .recruitment-process .title {
        font-size: 25px;
        line-height: inherit;
    }
    .recruitment-process-contain {
        margin-top: 40px;
    }
    .recruitment-process-contain .title {
        font-size: 18px;
        margin: 15px 0;
    }
    .recruitment-process-contain .col-1-3 {
        margin-bottom: 40px;
    }
    .recruitment-process-contain .disc {}
    .recruitment-flow {
        padding: 0 30px;
    }
    .recruitment-flow .box {
        height: auto;
        text-align: center;
        margin-bottom: 50px;
    }
    .recruitment-flow .figure-left .img-block {
        display: inline-block;
        float: none;
    }
    .recruitment-flow .figure-left .text-block {
        display: block;
        width: 100%;
        padding: 0;
        float: none;
        height: auto;
    }
    .recruitment-flow .recruitment-sep {
        display: none;
    }
    .recruitment-flow .figure-right .img-block {
        float: none;
        display: inline-block;
    }
    .recruitment-flow .figure-right .text-block {
        display: block;
        width: 100%;
        float: none;
        padding: 0;
        height: auto;
    }
    .recruitment-flow .figure-left .text-block .disc {
        display: none;
    }
    .recruitment-flow .figure-right .text-block .disc {
        display: none;
    }
    .recruitment-flow .figure-left .text-block .title {
        font-size: 18px;
        margin-top: 10px;
    }
    .recruitment-flow .figure-right .text-block .title {
        font-size: 18px;
        margin-top: 10px;
    }
    .job-openings-cover {
        height: 375px;
        padding: 0 30px;
    }
    .job-openings-container {}
    .job-openings-container .contain {
        top: 0;
        padding: 0;
    }
    .job-openings-container .panel-group .panel .panel-title {
        height: 50px;
        padding: 146x 25px;
    }
    .job-openings-container .panel-group .panel .panel-title .position-name {
        font-size: 12px;
    }
    .job-openings-container .panel-group .panel .panel-title .position-count {
        font-size: 11px;
    }
    .job-openings-container .panel-group .panel .panel-title .position-count:after {
        top: 4px;
    }
    .job-openings-container .panel-group .panel .panel-contain {
        padding: 0 25px;
    }
    .job-openings-container .panel-group .panel .panel-contain .box .position-name .title {
        font-size: 15px;
        max-width: 65%;
    }
    .job-openings-container .panel-group .panel .panel-contain .box .position-location {
        font-size: 11px;
        margin: 0;
        top: 26px;
        padding-right: 20px;
    }
    .job-openings-container .panel-group .panel .panel-contain .box .position-location:after {
        top: 4px;
    }
    .job-openings-container .panel-group .panel .panel-contain .box .position-name .disc {
        margin-top: 10px;
    }
    .job-openings-container .panel-group .panel .panel-contain .box {
        padding: 20px 0;
    }
    .job-openings-msg {
        font-size: 15px;
        padding: 40px 30px;
    }
    .job-openings-msg a {
        display: inline-block;
        font-size: 15px;
        line-height: inherit;
        padding: 10px 40px;
    }
    .blog-cover {
        height: 320px;
        padding: 0 30px;
    }
    .blog-category-list .title {
        display: block;
        font-size: 20px;
        text-align: left;
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 15px;
        padding-top: 15px;
        position: relative;
        cursor: pointer;
    }
    .blog-category-list .title:after {
        content: "";
        position: absolute;
        width: 14px;
        height: 8px;
        background: url(../images/c-arrow.png);
        right: 0;
        top: 23px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }
    .blog-category-list .title.hide-cat:after {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .blog-category-list {
        padding: 0px 30px;
        text-align: left;
    }
    .blog-category-list .list {
        padding-bottom: 7px;
        display: none;
    }
    .blog-category-list a {
        width: 48%;
        margin: 0px 1% 10px 1%;
        padding: 9px 6px;
        text-align: center;
        float: left;
        word-wrap: break-word;
    }
    .blog-category-list a:nth-child(odd) {
        clear: both;
    }
    .blog-contain {
        padding: 0 30px;
    }
    .blog-contain .blog-search {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .blog-contain .blog-search form input[type=text] {
        font-size: 18px;
        height: 35px;
        padding-left: 40px;
    }
    .blog-contain .blog-search form button {
        margin-top: 7px;
        margin-right: 10px;
    }
    .blog-contain .blog-search form button img {
        max-width: 25px;
    }
    .blog-contain .blog-list ul:before {
        display: none;
    }
    .blog-contain .blog-list ul li {
        margin: 0 0 40px 0 !important;
    }
    .blog-contain .blog-list ul li:nth-child(odd) {
        float: none;
        width: 100%;
        padding: 0;
    }
    .blog-contain .blog-list ul li:nth-child(even) {
        text-align: left;
        float: none;
        width: 100%;
        padding: 0;
    }
    .blog-contain .blog-list ul li .cate-date {
        left: 45px;
        position: initial;
        padding: 0;
        margin: 7px 0;
        font-size: 13px;
    }
    .blog-contain .blog-list ul li:nth-child(odd) .cate-date:before {
        display: none;
    }
    .blog-contain .blog-list ul li:nth-child(odd) a:before {
        display: none;
    }
    .blog-contain .blog-list ul li .title {
        font-size: 16px;
        line-height: 19px;
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 0 3px;
    }
    .blog-contain .blog-list ul li .disc {
        padding: 0 3px;
    }
    .blog-contain .blog-list ul li:nth-child(even) a:after {
        display: none;
    }
    .blog-contain .blog-list ul li:before,
    .blog-contain .blog-list ul li:after {
        display: none !important
    }
    .get-touch {
        padding: 40px 30px;
    }
    .get-touch .title {
        font-size: 18px;
    }
    .get-touch .disc {
        font-size: 13px;
        margin-top: 10px;
    }
    .col-1-2 {
        float: none;
        width: 100%;
    }
    .contact-section .address {
        padding: 40px 30px;
    }
    .contact-section .address .name {
        font-size: 25px;
        line-height: inherit;
    }
    .contact-section .address p {
        font-size: 13px;
        line-height: inherit;
        margin-top: 7px
    }
    .contact-section .col-1-2:nth-child(1) {
        border-bottom: 1px solid #d6d9db;
        padding-bottom: 40px;
    }
    .contact-section .col-1-2:nth-child(2) {
        padding-top: 40px;
    }
    .contact-section .contact-sep:after {
        display: none;
    }
    .contact-form {
        padding: 35px 30px;
    }
    .contact-footer-bg {
        display: none;
    }
    .contact-form .title {
        font-size: 18px;
    }
    .contact-form .disc {
        font-size: 13px;
    }
    .award-partners .partners .img-block img {
        max-width: 100%;
    }
    .modal .modal-contian .modal-data {
        padding: 40px 25px;
    }
    .modal .modal-contian .title {
        font-size: 18px;
    }
    .modal .modal-contian .modal-data:after {
        display: none;
    }
    .pagewrap .success-msg {
        font-size: 11px;
        padding: 0 25px;
    }
    .pagewrap .success-msg .close-success {
        right: 10px;
        top: 2px;
    }
    .product-details-footer-bg.force {
        height: 350px;
        margin-top: -90px;
    }
    .product-details-footer-bg.reverse {
        height: 350px;
        margin-top: -100px;
    }
    .product-details-footer-bg.ondemand {
        height: 350px;
        margin-top: -100px;
    }
    .product-details-footer-bg.haul {
        height: 350px;
        margin-top: -110px;
    }
    .product-details-footer-bg.mile {
        height: 350px;
        margin-top: -100px;
    }
}

@media screen and (max-width: 600px) {
    #accordionplantable {
        display: block !important;
    }
    #bidplantable {
        display: none !important;
    }
    .superscript {
        font-weight: lighter;
        font-size: 26px;
        position: relative;
    }
    .pricebox {
        margin-left: 0;
        margin-right: 0;
    }
    .product-slide .slide img {}
    .product-slide {
        height: 220px;
        background-position: center -25px;
        margin-top: -30px;
        margin-bottom: 145px;
    }
    .product-slide .mid-container {
        position: relative;
        height: 100%;
        width: 260px;
        margin: 0 auto;
    }
    .product-slide .slide.map {
        left: 16%;
        top: 50px;
        margin-left: 0;
    }
    .product-slide .slide.table {
        margin-left: -38px;
        left: 32%;
        top: 43px;
        -webkit-transform: scale(0.8) translate(-84px, 0px);
        -moz-transform: scale(0.8) translate(-84px, 0px);
        -o-transform: scale(0.8) translate(-84px, 0px);
        -ms-transform: scale(0.8) translate(-84px, 0px);
        transform: scale(0.8) translate(-84px, 0px);
    }
    .product-slide .slide.table.up {
        -webkit-transform: scale(1) translate(-2px, 2px);
        -moz-transform: scale(1) translate(-2px, 2px);
        -o-transform: scale(1) translate(-2px, 2px);
        -ms-transform: scale(1) translate(-2px, 2px);
        transform: scale(1) translate(-2px, 2px);
    }
    @keyframes tablegoup {
        0% {
            transform: scale(0.8) translate(-84px, 0px);
        }
        100% {
            transform: scale(1) translate(-2px, 2px);
        }
    }
    @-moz-keyframes tablegoup {
        0% {
            -moz-transform: scale(0.8) translate(-84px, 0px);
        }
        100% {
            -moz-transform: scale(1) translate(-2px, 2px);
        }
    }
    @-o-keyframes tablegoup {
        0% {
            -o-transform: scale(0.8) translate(-84px, 0px);
        }
        100% {
            -o-transform: scale(1) translate(-2px, 2px);
        }
    }
    @-ms-keyframes tablegoup {
        0% {
            -ms-transform: scale(0.8) translate(-84px, 0px);
        }
        100% {
            -ms-transform: scale(1) translate(-2px, 2px);
        }
    }
    @-webkit-keyframes tablegoup {
        0% {
            -webkit-transform: scale(0.8) translate(-84px, 0px);
        }
        100% {
            -webkit-transform: scale(1) translate(-2px, 2px);
        }
    }
    .product-slide .slide.map.back {
        -webkit-transform: translateX(-65px) scale(0.8);
        -moz-transform: translateX(-65px) scale(0.8);
        -o-transform: translateX(-65px) scale(0.8);
        -ms-transform: translateX(-65px) scale(0.8);
        transform: translateX(-65px) scale(0.8);
    }
    @keyframes mapgoback {
        0% {
            transform: translateX(0px) scale(1);
        }
        100% {
            transform: translateX(-65px) scale(0.8);
        }
    }
    @-webkit-keyframes mapgoback {
        0% {
            -webkit-transform: translateX(0px) scale(1);
        }
        100% {
            -webkit-transform: translateX(-65px) scale(0.8);
        }
    }
    @-moz-keyframes mapgoback {
        0% {
            -moz-transform: translateX(0px) scale(1);
        }
        100% {
            -moz-transform: translateX(-65px) scale(0.8);
        }
    }
    @-o-keyframes mapgoback {
        0% {
            -o-transform: translateX(0px) scale(1);
        }
        100% {
            -o-transform: translateX(-65px) scale(0.8);
        }
    }
    @-ms-keyframes mapgoback {
        0% {
            -ms-transform: translateX(0px) scale(1);
        }
        100% {
            -ms-transform: translateX(-65px) scale(0.8);
        }
    }
    .product-slide .slide.table.back {
        -webkit-transform: scale(0.8) translate(-84px, 0px);
        -moz-transform: scale(0.8) translate(-84px, 0px);
        -o-transform: scale(0.8) translate(-84px, 0px);
        -ms-transform: scale(0.8) translate(-84px, 0px);
        transform: scale(0.8) translate(-84px, 0px);
    }
    @-webkit-keyframes tablegoback {
        0% {
            -webkit-transform: scale(1) translate(-2px, 2px);
        }
        100% {
            -webkit-transform: scale(0.8) translate(-84px, 0px);
        }
    }
    @-moz-keyframes tablegoback {
        0% {
            -moz-transform: scale(1) translate(-2px, 2px);
        }
        100% {
            -moz-transform: scale(0.8) translate(-84px, 0px);
        }
    }
    @-o-keyframes tablegoback {
        0% {
            -o-transform: scale(1) translate(-2px, 2px);
        }
        100% {
            -o-transform: scale(0.8) translate(-84px, 0px);
        }
    }
    @-ms-keyframes tablegoback {
        0% {
            -ms-transform: scale(1) translate(-2px, 2px);
        }
        100% {
            -ms-transform: scale(0.8) translate(-84px, 0px);
        }
    }
    @keyframes tablegoback {
        0% {
            transform: scale(1) translate(-2px, 2px);
        }
        100% {
            transform: scale(0.8) translate(-84px, 0px);
        }
    }
    .product-slide .slide.map.up {}
    @keyframes mapgoup {
        0% {
            transform: translateX(-65px) scale(0.8);
        }
        100% {
            transform: translateX(0px) scale(1);
        }
    }
    @-webkit-keyframes mapgoup {
        0% {
            -webkit-transform: translateX(-65px) scale(0.8);
        }
        100% {
            -webkit-transform: translateX(0px) scale(1);
        }
    }
    @-ms-keyframes mapgoup {
        0% {
            -ms-transform: translateX(-65px) scale(0.8);
        }
        100% {
            -ms-transform: translateX(0px) scale(1);
        }
    }
    @-moz-keyframes mapgoup {
        0% {
            -moz-transform: translateX(-65px) scale(0.8);
        }
        100% {
            -moz-transform: translateX(0px) scale(1);
        }
    }
    @-o-keyframes mapgoup {
        0% {
            -o-transform: translateX(-65px) scale(0.8);
        }
        100% {
            -o-transform: translateX(0px) scale(1);
        }
    }
    .search-header .serach-header-container .title {
        font-size: 30px;
    }
    .search-header .serach-header-container .search-box form input[type=text] {
        font-size: 15px;
        height: 40px;
        padding-left: 40px;
    }
    .search-header .serach-header-container .search-box form button {}
    .search-header .serach-header-container .search-box form button img {
        width: 20px;
    }
    .search-header {
        padding: 30px 0;
    }
    .search-reasult-section .s-item {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .search-reasult-section .s-result {
        float: none;
        width: 100%;
    }
    .search-reasult-section {
        margin-top: 30px;
    }
    .search-reasult-section .s-item .title {
        font-size: 13px;
    }
    .search-reasult-section .s-item .s-text {
        font-size: 15px;
    }
    .search-reasult-section .s-result .box .title a {
        font-size: 15px;
    }
    .search-reasult-section .s-result .box .link a {
        font-size: 13px;
    }
    .search-reasult-section .s-result .box .disc {
        font-size: 12px;
        margin: 10px 0 15px 0;
    }
    .search-reasult-section .s-result .box .rmore a {
        font-size: 15px;
    }
    .search-reasult-section .s-result .box {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .search-reasult-section .s-result .box .link {
        margin-top: 5px;
    }
    .modal .modal-submit-field {
        bottom: -21px;
    }
    .modal .modal-submit-field .modal-submit-btn {
        font-size: 14px;
        padding: 10px 40px;
    }
}

@media screen and (max-width: 480px) {
    #whitepaperform .title {
        font-size: 18px;
        text-align: center;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .superscript {
        font-weight: lighter;
        font-size: 26px;
        position: relative;
    }
    .bigbtn {
        width: 300px !important;
    }
    .mediumbtn {
        width: 300px !important;
    }
    .plan-table th {
        font-size: 12px;
        padding: 15px 2px;
    }
    .clients-slider-container .bx-wrapper .bx-prev {
        left: -62px;
    }
    .clients-slider-container .bx-wrapper .bx-next {
        right: -62px;
    }
    .animate-line {
        top: 148px;
    }
    .clients .clients-slider-container {
        margin-bottom: 80px;
    }
    .analytics .start-trial a {
        display: inline-block;
        font-size: 16px;
        padding: 9px 30px;
        line-height: inherit;
    }
    .analytics .title {
        font-size: 16px;
        line-height: 22px;
        margin: auto;
        margin-top: 10px;
        max-width: 80%;
        font-family: 'Titillium Web', 'Open Sans', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
}

@media screen and (max-width: 320px) {
    .superscript {
        font-weight: lighter;
        font-size: 26px;
        position: relative;
    }
    .blog-category-list a {
        font-size: 11px;
    }
    .analytics .start-trial a {
        display: inline-block;
        font-size: 13px;
        padding: 9px 30px;
        line-height: inherit;
    }
}

html,
body {}

.owl-stage-outer {
    overflow: hidden
}

.owl-item {
    float: left
}

.clients-slider_update li .color {
    left: 10px;
    position: relative;
    display: none
}

.clients-slider_update li:hover .color {
    display: block
}

.clients-slider_update li:hover .gray {
    display: none
}

.clients-slider_update .active.center .gray {
    display: none
}

.clients-slider_update .active.center .color {
    display: block
}

.owl-dots {
    display: none
}

.owl-nav div {
    background: rgba(0, 0, 0, 0) url("../images/slider-arrow.png") no-repeat scroll 0 0;
    display: block !important;
    font-size: 0;
    height: 30px;
    width: 30px;
    top: 21px;
    cursor: pointer
}

.owl-prev {
    left: -30px;
    position: absolute;
    background-position: 10px 0 !important;
}

.owl-next {
    right: -30px;
    position: absolute;
    background-position: -15px 0 !important
}

.ss .color {
    left: 5px !important
}

.owl-stage-outer:hover .owl-item.active.center .gray {
    display: block
}

.owl-stage-outer:hover .owl-item.active.center .color {
    display: none
}

.owl-item.active.center {
    pointer-events: none;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .clients {
        height: auto !important
    }
    .clients-slider_update li img {
        margin: 0 auto
    }
    .clients .clients-slider-container {
        margin-bottom: 0 !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .clients {
        height: auto !important
    }
    .clients-slider_update li img {
        margin: 0 auto;
        left: 0 !important
    }
    .clients .clients-slider-container {
        margin-bottom: 0 !important
    }
    .clients-slider_update {
        padding: 0 25px;
    }
    .owl-prev {
        left: 0
    }
    .owl-next {
        right: 0
    }
    .other-offering-section .disc {
        font-size: 13px;
        max-width: 350px;
        margin: 0 auto;
        line-height: 18px;
        height: 72px;
    }
    .other-offering-section .trybtn a {
        font-weight: 300;
        font-size: 13px;
        display: inline-block;
        line-height: 24px;
        border: 1px solid #394a58;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        padding: 7px 45px;
        background: transparent;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        text-transform: uppercase;
        cursor: pointer;
        outline: none;
        text-decoration: none !important;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
    .clients-slider_update {
        padding: 0 25px;
    }
    .owl-prev {
        left: 0
    }
    .owl-next {
        right: 0
    }
    //.clients-slider_update li img{display:none !important}
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .clients-slider_update {
        padding: 0 25px;
    }
    .owl-prev {
        left: 0
    }
    .owl-next {
        right: 0
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1378px) {
    .clients-slider_update {
        padding: 0 25px;
    }
    .owl-prev {
        left: 0
    }
    .owl-next {
        right: 0
    }
}

.clients-slider_update li img {
    margin: 0 auto;
    left: 0 !important
}

/*
RAHUL CHANGES
*/
.app-icon{
    margin-top: -30px;
    opacity: 0.6;
}
.app-icon:hover{
    opacity: 1;
}
.app-icon img{
    width: 150px;
}
.tollfreemenu ul li{
    display: inline-block;
    margin-left: 36px;
    cursor: pointer;
    color: #66747d !important;
    font-size: 12px;
}
.tollfreemenu ul li:nth-child(1){
    margin-left: 0;
}
.tollfreemenu ul li:nth-child(2){
    margin-left: 5px;
}
.tollfreemenu ul li:hover{
    color: #111c22 !important;
    font-weight: 300;
}
.tollfreemenu ul li:hover img{
    box-shadow: 0 0 5px #000;
    border-color: #ddd;
}
.tollfreemenu{
    font-weight: 300;
    padding-left: 100px;
    padding-right: 100px;
    height: 35px;
    padding-top: 5px;
}

.country-img img {
    height: 20px;
    width: 20px;
    vertical-align: text-bottom;
    margin-right: 10px;
    box-shadow: 0 0 1px #c0c4c7;
    border-radius: 50%;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.mobile-view-tollfreemenu{
    display: none;
}
@media screen and (min-width: 768px) and (max-width: 1136px) {
    .tollfreemenu{
        padding-left: 2px !important;
        padding-right: 10px !important;
    }
    .country-img img {
        margin-right: 2px;
    }
    .tollfreemenu ul li{
        margin-left: 2px;
        font-size: 12px;
    }
}
@media screen and (max-width: 969px){
    .mobile-view-tollfreemenu{
        display: block;
    }
    .web-view-tollfreemenu{
        display: none;
    }
    .tollfreemenu ul li{
        display: block; 
        margin-left: 0;
        font-size: 13px;
    }
    .tollfreemenu ul li a{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .tollfreemenu ul li:nth-child(2){
       margin-left: 0;
    }
    .tollfreemenu{
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}
