@import url("fonts/fa/css/font-awesome.css");
@font-face {
  font-family: 'os_300';
  src: url("fonts/os_300.eot");
  src: url("fonts/os_300.eot?#iefix") format("embedded-opentype"), url("fonts/os_300.woff") format("woff"), url("fonts/os_300.ttf") format("truetype"), url("fonts/os_300.svg#os_300") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'os_400';
  src: url("fonts/os_400.eot");
  src: url("fonts/os_400.eot?#iefix") format("embedded-opentype"), url("fonts/os_400.woff") format("woff"), url("fonts/os_400.ttf") format("truetype"), url("fonts/os_400.svg#os_400") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'os_700';
  src: url("fonts/os_700.eot");
  src: url("fonts/os_700.eot?#iefix") format("embedded-opentype"), url("fonts/os_700.woff") format("woff"), url("fonts/os_700.ttf") format("truetype"), url("fonts/os_700.svg#os_700") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 14px;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

li {
  list-style-type: none;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

iframe {
  border-style: none;
  border: none;
  /*width: inherit;*/
  /*height: 350px;*/
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
.clear {
  clear: both;
}

.show {
  display: block !important;
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.cell {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.cell.parent {
  padding-left: 0;
  padding-right: 0;
}

.by2 {
  width: 50%;
}
@media (max-width: 767px) {
  .by2 {
    width: 100%;
  }
}

.by3 {
  width: 33.33333%;
}
@media (max-width: 767px) {
  .by3 {
    width: 100%;
  }
}

.by4 {
  width: 25%;
}
@media (max-width: 767px) {
  .by4 {
    width: 50%;
  }
}

.by5 {
  width: 20%;
}
@media (max-width: 767px) {
  .by5 {
    width: 33.33333%;
  }
}

.by6 {
  width: 16.66667%;
}
@media (max-width: 767px) {
  .by6 {
    width: 50%;
  }
}

.by7 {
  width: 14.28571%;
}
@media (max-width: 767px) {
  .by7 {
    width: 25%;
  }
}

.by8 {
  width: 12.5%;
}
@media (max-width: 767px) {
  .by8 {
    width: 25%;
  }
}

.by9 {
  width: 11.11111%;
}
@media (max-width: 767px) {
  .by9 {
    width: 20%;
  }
}

.by10 {
  width: 10%;
}
@media (max-width: 767px) {
  .by10 {
    width: 20%;
  }
}

.by11 {
  width: 9.09091%;
}
@media (max-width: 767px) {
  .by11 {
    width: 16.66667%;
  }
}

.by12 {
  width: 8.33333%;
}
@media (max-width: 767px) {
  .by12 {
    width: 16.66667%;
  }
}

.x1 {
  width: 8.33333%;
}

.x2 {
  width: 16.66667%;
}

.x3 {
  width: 25%;
}

.x4 {
  width: 33.33333%;
}

.x5 {
  width: 41.66667%;
}

.x6 {
  width: 50%;
}

.x7 {
  width: 58.33333%;
}

.x8 {
  width: 66.66667%;
}

.x9 {
  width: 75%;
}

.x10 {
  width: 83.33333%;
}

.x11 {
  width: 91.66667%;
}

@media screen and (max-width: 768px) {
  .x1,
  .x2,
  .x3,
  .x4,
  .x5,
  .x6,
  .x7,
  .x8,
  .x9,
  .x10,
  .x11 {
    width: 100%;
  }
}

html {
  font-family: "os_400", Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  line-height: 1.7;
  color: #8b8b8b;
  /*background: #404040;*/
}

h1 {
  font-family: "os_300", Arial, Helvetica, sans-serif;
  font-size: 2.857em;
  /*color: #8b8b8b;*/
  color: #293b4f;
  margin: 30px 0;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.313em;
  }
}

h2 {
  font-family: "os_300", Arial, Helvetica, sans-serif;
  font-size: 2.313em;
  /*color: #0095da;*/
  color: #293b4f;
  margin: 10px 0;
  text-transform: capitalize;
}

h3 {
  font-family: "os_400", Arial, Helvetica, sans-serif;
  font-size: 1.643em;
  color: #8b8b8b;
  margin: 10px 0;
  text-transform: capitalize;
}

h4 {
  font-family: "os_700", Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #8b8b8b;
  margin: 5px 0;
  text-transform: uppercase;
}

h5 {
  font-family: "os_400", Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #0095da;
  margin: 5px 0;
  text-transform: uppercase;
}

h6 {
  font-family: "os_300", Arial, Helvetica, sans-serif;
  font-size: 0.857em;
  color: #8b8b8b;
  margin: 5px 0;
  text-transform: uppercase;
}

h1 {
  line-height: 1.2;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

p, a, span, label {
  margin: 5px 0;
}
p p, p a, p span, p label, a p, a a, a span, a label, span p, span a, span span, span label, label p, label a, label span, label label {
  font-size: 100%;
  margin: 0;
}

a {
  margin: 0;
  color: #0095da;
}

a:hover {
  color: #0072a7;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: normal;
}

strong {
  font-family: 'rale_700';
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
textarea, select {
  font-family: "os_300", Arial, Helvetica, sans-serif;
  font-size: 100%;
  border-style: none;
  border: 1px solid #dedede;
  min-width: 220px;
  line-height: 35px;
  height: 35px;
  padding: 0 5px;
  background: none;
  color: #a4a4a4;
  vertical-align: middle;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  padding-top: 10px;
  line-height: 1.5;
}

select {
  padding-right: 0;
  line-height: 30px;
}

button, input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  font-family: "os_700", Arial, Helvetica, sans-serif;
  border-style: none;
  border: none;
  color: white;
  text-transform: uppercase;
  padding: 5px 10px;
  background: #40c2c4;
  /* box-shadow: 0 3px 0 #cc4b00;
  -webkit-box-shadow: 0 3px 0 #cc4b00; */
  transition: all 0.4s ease;
}
button:hover, input[type="submit"]:hover {
  background: #40c2c4;
  /* box-shadow: 0 3px 0 #802f00;
  -webkit-box-shadow: 0 3px 0 #802f00; */
  color: white;
}

/*textarea {
  min-height: 200px;
}*/

table {
  width: 100%;
}

table, th, td {
  border-spacing: 0;
  border: 1px solid #999999;
  padding: 5px;
  line-height: 10px;
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: normal;
}

.btn,
.btn_blue,
.btn_gray {
  display: inline-block;
  vertical-align: middle;
  font-family: "os_700", Arial, Helvetica, sans-serif;
  border-style: none;
  border: none;
  color: white;
  text-transform: uppercase;
  padding: 5px 10px;
  background: /*#ff5e00*/#40c2c4;
  margin-bottom: 3px;
  letter-spacing: 0.04em;
  /* box-shadow: 0 3px 0 #cc4b00;
  -webkit-box-shadow: 0 3px 0 #cc4b00; */
  transition: all 0.4s ease;
}
.btn:hover,
.btn_blue:hover,
.btn_gray:hover {
  background: #40c2c4;
  /* box-shadow: 0 3px 0 #802f00;
  -webkit-box-shadow: 0 3px 0 #802f00; */
  color: white;
  opacity: .75;
}

.btn_blue {
  background: #0095da;
  box-shadow: 0 3px 0 #0072a7;
  -webkit-box-shadow: 0 3px 0 #0072a7;
}
.btn_blue:hover {
  background: #00618d;
  box-shadow: 0 5px 0 #003e5a;
  -webkit-box-shadow: 0 5px 0 #003e5a;
  color: white;
}

.btn_gray {
  color: #8b8b8b;
  background: #e6e6e6;
  box-shadow: 0 3px 0 #d9d9d9;
  -webkit-box-shadow: 0 3px 0 #d9d9d9;
}
.btn_gray:hover {
  color: #7e7e7e;
  background: white;
  box-shadow: 0 3px 0 #f2f2f2;
  -webkit-box-shadow: 0 3px 0 #f2f2f2;
}

.btn_big {
  padding: 10px 20px;
}

body {
  position: relative;
  right: 0;
  transition: all 0.3s ease;
}

.move {
  right: 230px;
  top: 0;
}

.move .super_menu {
  right: 0;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 231px;
  background: transparent;
  z-index: 999;
  cursor: pointer;
}

.overflow {
  overflow: hidden;
}

.container {
  width: 960px;
}
@media screen and (max-width: 960px) {
  .container {
    width: 100%;
  }
}

.horizontal:before, .horizontal:after {
  content: '';
  visibility: hidden;
  height: 0;
  display: table;
}
.horizontal:after {
  clear: both;
}
.horizontal li {
  float: left;
  margin-left: 5px;
}
.horizontal li:first-child {
  margin: 0;
}

.vertical li {
  float: none;
  margin-left: 0;
  margin-top: 5px;
}
.vertical li:first-child {
  margin: 0;
}

.big {
  text-transform: uppercase;
  color: inherit !important;
}

.dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(images/icons/dot.png) no-repeat;
  position: absolute;
}

.arrow {
  display: inline-block;
  position: absolute;
}

/* header {
  background: white;
  border-bottom: 1px solid #f2f2f2;
}
header .wrap {
  padding: 5px 0 10px;
}
header .wrap:before, header .wrap:after {
  content: '';
  visibility: hidden;
  height: 0;
  display: table;
}
header .wrap:after {
  clear: both;
}
@media screen and (max-width: 900px) {
  header .wrap {
    padding: 0;
  }
}
header .search {
  display: none;
  position: relative;
  background: #e6e6e6;
  padding: 30px 0;
  text-align: center;
}
header .search a {
  position: absolute;
  top: 30px;
  right: 20px;
  display: table;
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 500px) {
  header .search a {
    top: 10px;
    right: 10px;
    font-size: 12px;
  }
}
header .search a i {
  color: white;
  background: #8b8b8b;
  width: 30px;
  height: 30px;
  display: table-cell;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 500px) {
  header .search a i {
    width: 20px;
    height: 20px;
  }
}
header .search form {
  display: inline-block;
  position: relative;
}
header .search form input {
  width: 100%;
  background: #f7f7f7;
  padding-right: 30px;
}
header .search form button {
  position: absolute;
  top: 7px;
  right: 10px;
  background: none;
  box-shadow: none;
  color: #8b8b8b;
  padding: 0;
}
header .search form button:hover {
  color: #ff5e00;
}
header a {
  color: #8b8b8b;
}
header a:hover {
  color: #a4a4a4;
}
header h1 {
  margin: 0;
  line-height: 1;
  padding: 0;
  display: inline-block;
  float: left;
}
header .logo {
  float: left;
  display: block;
  width: 166px;
  height: 46px;
  background: url(images/icons/logo.png) no-repeat center;
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  header .logo {
    margin: 10px 0;
  }
}
header .burger {
  display: none;
}
@media screen and (max-width: 900px) {
  header .burger {
    display: block;
    float: right;
    margin-top: 15px;
    position: relative;
    z-index: 9999;
    height: 40px;
    padding-left: 10px;
  }
}
header .burger span {
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #8b8b8b;
  position: relative;
  z-index: -1;
}
header .burger span:before, header .burger span:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  background: #8b8b8b;
  height: 3px;
}
header .burger span:before {
  top: -7px;
}
header .burger span:after {
  bottom: -7px;
}
header .other_search {
  display: none;
}
@media screen and (max-width: 900px) {
  header .other_search {
    display: inline-block;
    float: right;
    margin-right: 30px;
    font-size: 20px;
    margin-top: 12px;
  }
}
header .super_menu {
  float: right;
}
@media screen and (max-width: 900px) {
  header .super_menu {
    float: none;
    position: fixed;
    display: block;
    display: none;
    height: 100%;
    top: 0;
    width: 230px;
    right: -231px;
    bottom: 0;
    background: white;
    border-left: 1px solid #e6e6e6;
    transition: all 0.3s ease;
    overflow-y: auto;
    z-index: 999;
  }
}
header .super_menu a {
  transition: all 0.3s ease;
}
header .super_menu ul {
  margin: 5px 0;
}
@media screen and (max-width: 900px) {
  header .super_menu ul {
    margin: 0;
  }
}
header .super_menu ul li {
  display: inline-block;
  margin-left: 10px;
}
header .super_menu ul li:first-child {
  margin: 0;
}
header .super_menu ul:first-child {
  text-align: right;
}
@media screen and (max-width: 900px) {
  header .super_menu ul:first-child {
    text-align: left;
    padding-left: 30px;
  }
}
header .super_menu>ul:first-child a {
  font-size: 0.857em;
  color: #b3b3b3;
}
@media screen and (max-width: 900px) {
  header .super_menu ul:first-child a {
    padding: 10px 0;
    display: inline-block;
  }
}
header .super_menu>ul:first-child a:hover {
  color: #8c8c8c;
}
header .super_menu .central_menu li {
  margin-left: 13px;
}
@media screen and (max-width: 959px) {
  header .super_menu .central_menu li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 900px) {
  header .super_menu .central_menu li {
    margin: 0;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    display: block;
  }
}
@media screen and (max-width: 900px) {
  header .super_menu .central_menu li.last {
    border: 0;
  }
}
@media screen and (max-width: 900px) {
  header .super_menu .central_menu li a:hover {
    background: #f7f7f7;
  }
}
@media screen and (max-width: 900px) {
  header .super_menu .central_menu li a.btn {
    margin: 10px;
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  header .super_menu .central_menu li a.btn:hover {
    background: #cc4b00;
  }
}
@media screen and (max-width: 900px) {
  header .super_menu .central_menu li a.top_search {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  header .super_menu .central_menu li a {
    display: block;
    padding: 10px 0 10px 30px;
  }
}

header a,
footer a {
  text-transform: capitalize;
}

footer .buttons {
  text-align: center;
  border-bottom: 1px solid #595959;
  padding-bottom: 40px;
  margin: 40px 0;
}
@media screen and (max-width: 959px) {
  footer .buttons {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 530px) {
  footer .buttons {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
footer .buttons a {
  margin-left: 10px;
  display: inline-block;
  padding: 10px 20px;
  vertical-align: top;
}
@media screen and (max-width: 959px) {
  footer .buttons a {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 530px) {
  footer .buttons a {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }
}
footer .buttons a:first-child {
  margin: 0;
}
footer .below {
  text-align: center;
  padding-top: 10px;
  margin: 40px 0 10px;
  border-top: 1px solid #595959;
}
@media screen and (max-width: 959px) {
  footer .below {
    margin-top: 0;
    border: 0;
  }
}
footer .below a {
  display: inline-block;
  margin-left: 10px;
}
footer .below a:first-child {
  margin: 0;
}
footer .copyright {
  color: #737373;
  display: block;
  text-align: center;
  padding-top: 10px;
  margin: 10px 0;
  border-top: 1px solid #595959;
}
footer h3 {
  color: white;
  text-transform: capitalize;
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 1.286em;
}
footer span {
  color: white;
  text-transform: capitalize;
}
footer a {
  display: inline-block;
  color: #8b8b8b;
  transition: all 0.1s ease;
}
footer a:hover {
  color: white;
}
footer i {
  display: inline-block;
  vertical-align: middle;
  background: white;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #8b8b8b;
}
footer .col_wrap {
  margin-left: -10px;
}
footer .col_wrap:before, footer .col_wrap:after {
  content: '';
  visibility: hidden;
  height: 0;
  display: table;
}
footer .col_wrap:after {
  clear: both;
}
footer .col_wrap .col {
  float: left;
  width: 20%;
  padding: 0 0 10px 10px;
}
@media screen and (max-width: 959px) {
  footer .col_wrap {
    display: none;
  }
  footer .col_wrap>li:first-child,
  footer .col_wrap>li:first-child+li,
  footer .col_wrap>li:first-child+li+li {
    display: none;
  }
  footer .col_wrap .col {
    width: 30%;
    padding-top: 20px;
  }
}
footer .social:before, footer .social:after {
  content: '';
  visibility: hidden;
  height: 0;
  display: table;
}
footer .social:after {
  clear: both;
}
footer .social li {
  float: left;
  margin-left: 10px;
}
footer .social li:first-child {
  margin: 0;
}
footer .social a {
  display: table;
}
footer .social a i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s ease;
}
footer .social a.fb:hover i {
  color: white;
  background: #3b5998;
}
footer .social a.tw:hover i {
  color: white;
  background: #00aced;
}
footer .social a.gp:hover i {
  color: white;
  background: #dd4b39;
}
footer .social a.li:hover i {
  color: white;
  background: #007bb6;
} */

.content {
  background: white;
}

.center {
  text-align: center;
}

.home section {
  padding: 60px 0;
}
@media screen and (max-width: 959px) {
  .home section {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .home section {
    padding: 30px 0;
  }
}
.home section h2,
.home section .title {
  text-align: center;
}
.home section h2 {
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  .home section h2 {
    font-size: 1.643em;
  }
}
.home section.gray {
  background: #f0f1f5;
}
.home .s_one,
.home .s_three {
  background: #404040;
}
.home .s_one h2,
.home .s_three h2 {
  color: white;
}
.home .s_one {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(js/backgroundsize.min.htc);
}
@media screen and (max-width: 380px) {
  .home .s_one {
    background-position: -200px 0;
  }
}
.home .s_one h2,
.home .s_one p {
  text-align: left;
  color: white;
}
.home .s_one h2 span {
  font-family: 'os_700';
}
.home .s_one p {
  font-size: 1.429em;
  color: white;
  font-family: 'os_300';
  margin: 20px 0;
}
@media screen and (max-width: 900px) {
  .home .s_one p {
    font-size: 1em;
  }
}
.home .s_one .btn {
  margin-top: 10px;
}
.home .s_one .wrap {
  width: 70%;
  padding: 200px 0;
}
@media screen and (max-width: 959px) {
  .home .s_one .wrap {
    padding: 150px 0;
  }
}
@media screen and (max-width: 900px) {
  .home .s_one .wrap {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .home .s_one .wrap {
    padding: 80px 0;
  }
}
.home .s_two .title,
.home .s_three .title {
  font-size: 1.143em;
}
.home .s_two .center,
.home .s_three .center {
  margin-top: 30px;
}
.home .s_two .software,
.home .s_three .software {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .home .s_two .software,
  .home .s_three .software {
    margin-top: 30px;
  }
}
.home .s_two .wrapper,
.home .s_three .wrapper {
  display: block;
  text-align: center;
}
.home .s_two .soft_image,
.home .s_three .soft_image {
  background: #e6e6e6;
}
.home .s_two .zone,
.home .s_three .zone {
  position: absolute;
}
@media screen and (max-width: 959px) {
  .home .s_two .zone,
  .home .s_three .zone {
    display: none;
  }
}
.home .s_two .zone a,
.home .s_three .zone a {
  position: relative;
  background: #0095da;
  display: block;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  width: 230px;
  font-family: 'os_700';
  color: white;
  transition: all 0.3s ease;
}
.home .s_two .zone a:before,
.home .s_three .zone a:before {
  content: "";
  display: none;
  position: absolute;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.home .s_two .zone a:after,
.home .s_three .zone a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  height: 0;
  margin-top: -6px;
  width: 0;
  border: 6px solid transparent;
  border-right-color: #0095da;
  transition: all 0.3s ease;
}
.home .s_two .zone a:hover,
.home .s_three .zone a:hover {
  background: #0072a7;
}
.home .s_two .zone a:hover .zone_info,
.home .s_three .zone a:hover .zone_info {
  display: block;
}
.home .s_two .zone a:hover:after,
.home .s_three .zone a:hover:after {
  border-right-color: #0072a7;
}
.home .s_two .zone a:hover:before,
.home .s_three .zone a:hover:before {
  display: block;
  transition: all 0.3s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
.home .s_two .zone a.type_block,
.home .s_three .zone a.type_block {
  margin-left: 360px;
}
.home .s_two .zone a.type_block:before,
.home .s_three .zone a.type_block:before {
  width: 340px;
  height: 70px;
  top: -20px;
  left: -360px;
}
.home .s_two .zone a.type_round,
.home .s_three .zone a.type_round {
  margin-left: 90px;
}
.home .s_two .zone a.type_round {
  margin-left: 180px;
}
.home .s_two .zone a.type_building {
  margin-left: 90px;
}
.home .s_two .zone a.type_round:before,
.home .s_three .zone a.type_round:before {
  width: 127px;
  height: 128px;
  top: -20px;
  left: -90px;
}
.home .s_two .zone a .zone_info,
.home .s_three .zone a .zone_info {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  background: #cccccc;
  padding: 10px 20px;
  font-family: 'os_400';
  color: #727272;
  font-size: 1em;
  text-transform: none;
  text-align: justify;
  text-justify: distribute;
  min-width: 100%;
  line-height: 1.3;
}
.home .s_two .zone a .zone_info:hover,
.home .s_three .zone a .zone_info:hover {
  cursor: default;
}
.home .s_two .zone.record,
.home .s_three .zone.record {
  top: -65px;
  left: 0;
}
.home .s_two .zone.record .arrow,
.home .s_three .zone.record .arrow {
  width: 18px;
  height: 145px;
  top: 17px;
  left: -23px;
  border-left: 2px solid #0095da;
  background-position: top;
  border-top: 2px solid #0095da;
}
.home .s_two .zone.record .arrow .dot,
.home .s_three .zone.record .arrow .dot {
  bottom: -10px;
  left: -11px;
}
.home .s_two .zone.record a:before,
.home .s_three .zone.record a:before {
  background: url(images/icons/round1.png) no-repeat center;
  top: 95px;
  left: -120px;
  display: none !important;
}
.home .s_two .zone.block,
.home .s_three .zone.block {
  bottom: 159px;
  left: -340px;
  z-index: 2;
}
.home .s_two .zone.block {
    bottom: 240px;
    left: 90px;
    z-index: 2;
}
.home .s_two .zone.block .arrow,
.home .s_three .zone.block .arrow {
  width: 40px;
  height: 1px;
  background: url(images/icons/wire6.png) no-repeat center;
  top: 18px;
  right: -46px;
}
.home .s_two .zone.block .arrow {
  left: -70px;
  width: 70px;
  background: none;
  border-bottom: 2px solid #0095da;
}
@media screen and (max-width: 1550px) {
  .home .s_two .zone.block .arrow,
  .home .s_three .zone.block .arrow {
    right: inherit;
    left: -46px;
  }
}
.home .s_two .zone.block .arrow .dot,
.home .s_three .zone.block .arrow .dot {
  top: -9px;
  right: -10px;
}
.home .s_two .zone.block .arrow .dot {
  left: -10px;
}
@media screen and (max-width: 1550px) {
  .home .s_two .zone.block .arrow .dot,
  .home .s_three .zone.block .arrow .dot {
    right: inherit;
    left: -10px;
  }
}
.home .s_two .zone.block a:before,
.home .s_three .zone.block a:before {
  background: url(images/icons/round2.png) no-repeat center;
  top: 0;
  left: 290px;
  display: none !important;
}
.home .s_two .zone.block a:hover:after,
.home .s_three .zone.block a:hover:after {
  border-left-color: #0072a7;
}
.home .s_two .zone.block a:after,
.home .s_three .zone.block a:after {
  left: inherit;
  left: -6px;
  /*border-right: none;
  border-left-color: #0095da;*/

  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #0095da transparent transparent;
}
@media screen and (max-width: 1550px) {
  .home .s_two .zone.block,
  .home .s_three .zone.block {
    left: 0;
  }
  .home .s_two .zone.block a:after,
  .home .s_three .zone.block a:after {
    left: -12px;
    right: inherit;
    border-right: none;
    border: 6px solid transparent;
    border-right-color: #0095da;
  }
  .home .s_two .zone.block a:before,
  .home .s_three .zone.block a:before {
    top: 40px;
    left: -150px;
  }
  .home .s_two .zone.block a:hover:after,
  .home .s_three .zone.block a:hover:after {
    border-left-color: transparent;
    border-right-color: #0072a7;
  }
}
.home .s_two .zone.java,
.home .s_three .zone.java {
  top: 197px;
  right: -17px;
}
.home .s_two .zone.java .arrow,
.home .s_three .zone.java .arrow {
  width: 379px;
  height: 170px;
  top: 18px;
  left: -379px;
  background: none;
  border-top: 2px solid #0095da;
  border-left: 2px solid #0095da;
}
.home .s_two .zone.java .arrow .dot,
.home .s_three .zone.java .arrow .dot {
  bottom: -10px;
  left: -11px;
}
.home .s_two .zone.java a:before,
.home .s_three .zone.java a:before {
  background: url(images/icons/block1.png) no-repeat center;
  top: -65px;
  display: none !important;
}
.home .s_two .zone.correlation,
.home .s_three .zone.correlation {
  bottom: -70px;
  right: 107px;
}
.home .s_two .zone.correlation {
  bottom: 220px;
  right: 60px;
}
.home .s_two .zone.correlation .arrow,
.home .s_three .zone.correlation .arrow {
  width: 46px;
  height: 307px;
  background: url(images/icons/wire3.png) no-repeat center;
  bottom: 16px;
  left: -52px;
}
.home .s_two .zone.correlation .arrow .dot,
.home .s_three .zone.correlation .arrow .dot {
  top: -10px;
  left: -10px;
}
.home .s_two .zone.correlation a:before,
.home .s_three .zone.correlation a:before {
  top: -322px;
  left: -410px;
  background: url(images/icons/block2.png) no-repeat center;
  display: none !important;
}
.home .s_two .zone.report,
.home .s_three .zone.report {
  top: -80px;
  left: -200px;
}
.home .s_two .zone.report .arrow,
.home .s_three .zone.report .arrow {
  width: 116px;
  height: 94px;
  top: 17px;
  right: -116px;
  background-position: right -1px;
  border-top: 1px solid #0095da;
  border-right: 1px solid #0095da;
}
.home .s_two .zone.report .arrow .dot,
.home .s_three .zone.report .arrow .dot {
  bottom: -10px;
  right: -10px;
}
.home .s_two .zone.report a:before,
.home .s_three .zone.report a:before {
  display: none;
}
.home .s_two .zone.report a:after,
.home .s_three .zone.report a:after {
  left: inherit;
  right: -12px;
  border-left-color: #0095da;
  border-right-color: transparent;
}
.home .s_two .zone.report a:hover:after,
.home .s_three .zone.report a:hover:after {
  border-left-color: #0072a7;
}
.home .s_two .zone.customize,
.home .s_three .zone.customize {
  top: 184px;
  left: -250px;
}
.home .s_two .zone.customize .arrow,
.home .s_three .zone.customize .arrow {
  width: 151px;
  height: 77px;
  background: url(images/icons/wire9.png) no-repeat center;
  bottom: 16px;
  left: 228px;
}
.home .s_two .zone.customize .arrow .dot,
.home .s_three .zone.customize .arrow .dot {
  top: -10px;
  right: -10px;
}
.home .s_two .zone.customize a:before,
.home .s_three .zone.customize a:before {
  display: none;
}
.home .s_two .zone.customize a:after,
.home .s_three .zone.customize a:after {
  left: inherit;
  right: -12px;
  border-left-color: #0095da;
  border-right-color: transparent;
}
.home .s_two .zone.customize a:hover:after,
.home .s_three .zone.customize a:hover:after {
  border-left-color: #0072a7;
}
.home .s_two .zone.collaborate,
.home .s_three .zone.collaborate {
  right: -48px;
  top: -80px;
}
.home .s_two .zone.collaborate .arrow,
.home .s_three .zone.collaborate .arrow {
  width: 60px;
  height: 59px;
  background: url(images/icons/wire4.png) no-repeat center;
  top: 17px;
  left: -65px;
}
.home .s_two .zone.collaborate .arrow .dot,
.home .s_three .zone.collaborate .arrow .dot {
  bottom: -10px;
  left: -10px;
}
.home .s_two .zone.collaborate a:before,
.home .s_three .zone.collaborate a:before {
  display: none;
}
.home .s_two .zone.item,
.home .s_three .zone.item {
  bottom: 140px;
  right: -40px;
}
.home .s_two .zone.item .arrow,
.home .s_three .zone.item .arrow {
  width: 40px;
  height: 1px;
  background: url(images/icons/wire6.png) no-repeat center;
  bottom: 16px;
  left: -45px;
}
.home .s_two .zone.item .arrow .dot,
.home .s_three .zone.item .arrow .dot {
  top: -10px;
  left: -10px;
}
.home .s_two .zone.item a:before,
.home .s_three .zone.item a:before {
  display: none;
}
.home .s_two .wrapper_img,
.home .s_three .wrapper_img {
  display: inline-block;
  position: relative;
  width: 100%;
}
.home .s_two .wrapper_img img,
.home .s_three .wrapper_img img {
  width: 100%;
}
.home .s_two .software,
.home .s_three .software {
  margin: 110px 0;
}
@media screen and (max-width: 960px) {
  .home .s_two .software,
  .home .s_three .software {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .home .soft_image {
    min-width: 1px;
    width: 100%;
  }
}
.home .s_four .testimonials {
  background: white;
  width: 50%;
  position: relative;
  min-height: 400px;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .home .s_four .testimonials {
    width: 100%;
    min-height: inherit;
  }
}
.home .s_four .testimonials p {
  margin: 0;
  line-height: 1.4;
}
.home .s_four .testimonials .image {
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(js/backgroundsize.min.htc);
}
@media screen and (max-width: 767px) {
  .home .s_four .testimonials .image {
    display: none;
  }
}
.home .s_four .testimonials .over {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: black;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.home .s_four .slides {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home .s_four .slides {
    text-align: center;
  }
}
.home .s_four .slides img {
  width: 170px;
  height: 60px;
  display: block;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .home .s_four .slides img {
    margin-left: auto;
    margin-right: auto;
  }
}
.home .s_four .flex-control-nav {
  display: none;
}
.home .s_four .flex-direction-nav {
  margin-top: 20px;
}
.home .s_four .flex-direction-nav:before, .home .s_four .flex-direction-nav:after {
  content: '';
  visibility: hidden;
  height: 0;
  display: table;
}
.home .s_four .flex-direction-nav:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .home .s_four .flex-direction-nav {
    width: 70px;
    position: relative;
    left: 50%;
    margin-left: -35px;
  }
}
.home .s_four .flex-direction-nav li {
  float: left;
}
.home .s_four .flex-direction-nav li:first-child {
  margin-right: 10px;
}
.home .s_four .flex-prev,
.home .s_four .flex-next {
  display: inline-block;
}
.home .s_four .flex-prev:before,
.home .s_four .flex-next:before {
  content: "\f104";
  font-family: 'FontAwesome';
  background: #999999;
  color: white;
  padding: 8px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.home .s_four .flex-prev:hover:before,
.home .s_four .flex-next:hover:before {
  background: #0095da;
}
.home .s_four .flex-next:before {
  content: "\f105";
}
.home .s_four p {
  font-size: 1.643em;
  font-family: 'os_400';
  color: #0095da;
  text-transform: capitalize;
}
.home .s_four p:before, .home .s_four p:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 17px;
}
.home .s_four p:before {
  background: url(images/icons/quote1.png) no-repeat center;
  margin-right: 10px;
}
.home .s_four p:after {
  background: url(images/icons/quote2.png) no-repeat center;
  margin-left: 10px;
}
.home .s_five ul {
  margin-left: -20px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 40px;
}
.home .s_five ul:before, .home .s_five ul:after {
  content: '';
  visibility: hidden;
  height: 0;
  display: table;
}
.home .s_five ul:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .home .s_five ul {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.home .s_five ul li {
  float: left;
  width: 20%;
  padding: 0 0 20px 20px;
}
@media screen and (max-width: 959px) {
  .home .s_five ul li {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .home .s_five ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 600px) {
  .home .s_five ul li {
    width: 50%;
  }
}
.home .s_five ul .company {
  text-align: center;
}
.home .s_five ul img {
  display: inline-block;
}
@media screen and (max-width: 380px) {
  .home .s_five ul img {
    width: 100%;
  }
}
.home .s_six a {
  display: block;
  width: 100%;
}
.home .s_six img {
  display: block;
  width: 100%;
  background: #cccccc;
}
.home .s_six ul {
  margin-left: -20px;
  margin-bottom: -20px;
}
.home .s_six ul:before, .home .s_six ul:after {
  content: '';
  visibility: hidden;
  height: 0;
  display: table;
}
.home .s_six ul:after {
  clear: both;
}
.home .s_six ul li {
  width: 33.33%;
  float: left;
  padding: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .home .s_six ul li:first-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .home .s_six ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .home .s_six ul li {
    width: 100%;
  }
}
.home .s_six h3 {
  margin: 20px 0;
  font-size: 1.429em;
}

.why section {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
  margin-top: 30px;
}
.why section div {
  position: relative;
}
.why section.one div, .why section.three div {
  padding-right: 200px;
}
@media screen and (max-width: 640px) {
  .why section.one div, .why section.three div {
    padding-right: 0;
    padding-top: 142px;
  }
}
.why section.one div:after, .why section.three div:after {
  content: "";
  position: absolute;
  width: 142px;
  height: 142px;
  display: block;
  top: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .why section.one div:after, .why section.three div:after {
    right: 50%;
    margin-right: -71px;
  }
}
.why section.two div, .why section.four div {
  padding-left: 200px;
}
@media screen and (max-width: 640px) {
  .why section.two div, .why section.four div {
    padding-left: 0;
    padding-top: 142px;
  }
}
.why section.two div:before, .why section.four div:before {
  content: "";
  position: absolute;
  width: 142px;
  height: 142px;
  display: block;
  top: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  .why section.two div:before, .why section.four div:before {
    left: 50%;
    margin-left: -71px;
  }
}
.why section.one {
  padding-top: 0;
  margin-top: 0;
  border: 0;
}
.why section.one div:after {
  background: url(images/icons/why1.png) no-repeat center;
}
.why section.two div:before {
  background: url(images/icons/why2.png) no-repeat center;
}
.why section.three div:after {
  background: url(images/icons/why3.png) no-repeat center;
}
.why section.four div:before {
  background: url(images/icons/why4.png) no-repeat center;
}
@media screen and (max-width: 640px) {
  .why section.four h2 {
    margin-top: 30px;
  }
}
.why section h2 {
  margin-top: 0;
  font-family: 'os_400';
  letter-spacing: -0.05em;
  font-size: 25px;
}
@media screen and (max-width: 640px) {
  .why section h2 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.why section p {
  margin: 30px 0;
}
.why section blockquote {
  color: #ff5e00;
  margin-left: 0;
  font-style: italic;
}
@media screen and (max-width: 640px) {
  .why section blockquote {
    margin-right: 0;
  }
}
.why section blockquote span {
  color: #8b8b8b;
  display: block;
  font-style: normal;
}

.s_three .zone_info {
  display: block !important;
}

.why h1,
.technologies h1,
.team h1,
.resources h1,
.blog h1,
.solution h1,
.customers h1,
.landing h1 {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .why h1,
  .technologies h1,
  .team h1,
  .resources h1,
  .blog h1,
  .solution h1,
  .customers h1,
  .landing h1 {
    margin-bottom: 30px;
  }
}
.why .content,
.technologies .content,
.team .content,
.resources .content,
.blog .content,
.solution .content,
.customers .content,
.landing .content {
  /*background: #f0f1f5;*/
  background: #fff;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .why .content,
  .technologies .content,
  .team .content,
  .resources .content,
  .blog .content,
  .solution .content,
  .customers .content,
  .landing .content {
    padding: 30px 0;
  }
}
@media screen and (max-width: 640px) {
  .why .content,
  .technologies .content,
  .team .content,
  .resources .content,
  .blog .content,
  .solution .content,
  .customers .content,
  .landing .content {
    padding: 20px 0;
  }
}

.technologies .tech_wrapper {
  position: relative;
}
.technologies .tech_wrapper:before {
  content: "";
  display: block;
  background: #e6e6e6;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}
@media screen and (max-width: 767px) {
  .technologies .tech_wrapper:before {
    display: none;
  }
}
.technologies .section_holder {
  border-top: 1px solid #e6e6e6;
  margin-top: 30px;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .technologies .section_holder {
    border: none;
    margin-top: 0;
    padding-top: 0;
  }
}
.technologies .section_holder.first {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.technologies .section_holder a {
  color: #ff5e00;
  text-transform: capitalize;
  margin-top: 30px;
  display: inline-block;
}
.technologies .section_holder a:hover {
  color: #cc4b00;
}
.technologies .section_holder .left {
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .technologies .section_holder .left {
    padding-right: 0;
  }
}
.technologies .section_holder .right {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .technologies .section_holder .right {
    padding-left: 0;
  }
}
.technologies .section_holder section {
  width: 50%;
  float: left;
}
@media screen and (max-width: 767px) {
  .technologies .section_holder section {
    width: 100%;
    float: none;
  }
}
.technologies .section_holder img {
  position: absolute;
  top: 0;
  left: 0;
}
.technologies .section_holder span {
  display: block;
  padding-left: 160px;
}
.technologies .section_holder h2 {
  margin-bottom: 10px;
}
.technologies .section_holder ul {
  margin-bottom: -5px;
}
.technologies .section_holder li {
  position: relative;
  padding: 12px 0;
  min-height: 58px;
}

.team .team_wrap {
  margin-left: -30px;
}
.team .team_wrap:before, .team .team_wrap:after {
  content: '';
  visibility: hidden;
  height: 0;
  display: table;
}
.team .team_wrap:after {
  clear: both;
}
.team .team_wrap .member_wrap {
  padding: 0 0 70px 30px;
  width: 33.33%;
  float: left;
}
@media screen and (max-width: 960px) {
  .team .team_wrap .member_wrap {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .team .team_wrap .member_wrap {
    width: 100%;
  }
}
.team .team_wrap .member {
  position: relative;
  background: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 30px 30px 70px 30px;
  text-align: center;
}
.team .team_wrap .member .img {
  position: absolute;
  width: 166px;
  height: 125px;
  bottom: -61px;
  left: 50%;
  margin-left: -84px;
}
.team .team_wrap .member .img i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/icons/mask.png) no-repeat center;
  z-index: 2;
}
.team .team_wrap .member .img img {
  position: absolute;
  width: 95px;
  height: 109px;
  top: 0;
  left: 50%;
  margin-left: -48px;
}
.team .team_wrap .member p {
  font-style: italic;
  min-height: 230px;
  max-height: 250px;
  font-size: 13px;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .team .team_wrap .member p {
    min-height: inherit;
    max-height: inherit;
  }
}
.team .team_wrap .member h2 {
  font-family: 'os_700';
  font-size: 1.643em;
}
.team .team_wrap .member span {
  display: block;
}

.resources {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .resources {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .resources {
    padding-bottom: 20px;
  }
}
.resources section {
  margin-bottom: -30px;
}
.resources section h2 {
  margin-top: 20px;
  color: #8b8b8b;
  letter-spacing: -0.05em;
  font-size: 1.643em;
}
.resources section img {
  width: 100%;
  display: block;
  background: #0095da;
  /*height: 200px;*/
}
.resources section span {
  color: #0095da;
  font-size: 1.3em;
  line-height: 1.4;
  display: inline-block;
  margin-top: 10px;
}
.resources .item_holder {
  margin-left: -30px;
  display: flex;
  flex-wrap: wrap;
}
.resources .item_holder:before, .resources .item_holder:after {
  content: '';
  visibility: hidden;
  height: 0;
  display: table;
}
.resources .item_holder:after {
  clear: both;
}
.resources .item_wrap {
  float: none;
  width: 33.33%;
  padding: 0 0 30px 30px;
}
@media screen and (max-width: 767px) {
  .resources .item_wrap {
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .resources .item_wrap {
    width: 100%;
  }
}
.resources .item {
  background: white;
  padding: 10px;
  text-align: center;
}

.pagination {
  margin-top: 30px;
}
.pagination ul:before, .pagination ul:after {
  content: '';
  visibility: hidden;
  height: 0;
  display: table;
}
.pagination ul:after {
  clear: both;
}
.pagination ul li {
  float: left;
  margin-left: 10px;
}
.pagination ul li:first-child {
  margin: 0;
}
.pagination a {
  background: white;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  font-family: 'os_700';
  color: #8b8b8b;
}
.pagination a:hover {
  color: #ff5e00;
}

.blog .blog_wrap:before, .blog .blog_wrap:after {
  content: '';
  visibility: hidden;
  height: 0;
  display: table;
}
.blog .blog_wrap:after {
  clear: both;
}
.blog .blog_wrap .results,
.blog .blog_wrap aside {
  float: left;
}
.blog .blog_wrap .results {
  width: 70%;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .blog .blog_wrap .results {
    width: 100%;
    padding: 0;
  }
}
.blog .blog_wrap aside {
  width: 30%;
  padding-left: 10px;
}
.blog .results article {
  position: relative;
  padding: 0 0 0 233px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 940px) {
  .blog .results article {
    padding: 20px 0 0 153px;
  }
}
@media screen and (max-width: 550px) {
  .blog .results article {
    padding: 20px 0 0 0;
    /*text-align: center;*/
  }
}
.blog .results article:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.blog .results article:first-child img {
  top: 6px;
}
.blog .results article img {
  width: 200px;
  height: 150px;
  display: block;
  position: absolute;
  top: 26px;
  left: 0;
  background: #cccccc;
}
@media screen and (max-width: 940px) {
  .blog .results article img {
    width: 120px;
    height: 90px;
  }
}
@media screen and (max-width: 550px) {
  .blog .results article img {
    position: relative;
    top: inherit;
    margin: 0 auto 20px;
    width: 100%;
    height: auto;
  }
}
.blog .results article h2 {
  font-size: 1.643em;
  font-family: 'os_400';
  margin-top: 0;
}
.blog .results article p {
  margin: 10px 0;
}
.blog .results article .learn {
  font-family: 'os_700';
  text-transform: uppercase;
  color: #0095da;
  display: inline-block;
  margin-top: 5px;
}
.blog .results article .learn:hover {
  color: #cc4b00;
}
@media screen and (max-width: 767px) {
  .blog aside {
    display: none;
  }
  .df_shortcode aside {
    display: block;
  }
}
.blog aside div {
  background: white;
  padding: 20px;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
.blog aside div h3 {
  margin-top: 0;
}
/*.blog aside div:first-child {
  padding: 10px 0 20px;
}*/
.blog aside div:first-child h3,
.blog aside div:first-child p,
.blog aside div:first-child form {
  padding: 0 20px;
}
.blog aside div:first-child p {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.blog aside div:first-child input[type="text"] {
  margin-bottom: 10px;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
.blog aside div:first-child input[type="submit"] {
  width: 100%;
}
.blog aside div li {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #e6e6e6;
}
.blog aside div li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.blog aside div.two a {
  color: #8b8b8b;
}
.blog aside div.two a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #0095da;
  margin-right: 20px;
}
.blog aside div.two a:hover {
  color: #0095da;
}
.blog aside div.three a {
  text-decoration: underline;
}

.solution .sol_content:before, .solution .sol_content:after {
  content: '';
  visibility: hidden;
  height: 0;
  display: table;
}
.solution .sol_content:after {
  clear: both;
}
.solution article,
.solution aside {
  float: left;
}
.solution article {
  width: 70%;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .solution article {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.solution article a {
  /*color: #ff5e00;*/
  color: #0095da;
}
.solution article a:hover {
  color: #cc4b00;
}
.solution article h2:first-child {
  margin-top: 0;
}
.solution article p,
.solution article h3 {
  margin: 15px 0;
}
.solution article h3 {
  font-size: 1.25em;
}
.solution article li {
  padding-top: 5px;
  position: relative;
  padding-left: 15px;
}
.solution article li:first-child {
  padding-top: 0;
}
.solution article li:first-child:before {
  top: 10px;
}
.solution article li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #0095da;
  position: absolute;
  top: 15px;
  left: 0;
}
.solution aside {
  width: 30%;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .solution aside {
    width: 100%;
    padding: 0;
  }
}
.solution aside div {
  background: white;
  border: 1px solid #e6e6e6;
  padding: 20px;
}
.solution aside div a {
  display: block;
  width: 100%;
}
.solution aside div p {
  margin: 10px 0 15px;
}
@media screen and (max-width: 767px) {
  .solution aside div .case_img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .solution aside div h3 {
    margin-top: 0;
  }
}
.solution aside div h3 a {
  color: #ff5e00;
}
.solution aside div h3 a:hover {
  color: #cc4b00;
}
.solution aside div .btn_blue {
  width: 100%;
  text-align: center;
}
.solution aside img {
  display: block;
  width: 100%;
}

.customers h3 {
  margin: 20px 0;
}
.customers .featured {
  margin-bottom: 10px;
}
.customers .featured ul {
  margin-left: -20px;
}
.customers .featured ul:before, .customers .featured ul:after {
  content: '';
  visibility: hidden;
  height: 0;
  display: table;
}
.customers .featured ul:after {
  clear: both;
}
.customers .featured ul li {
  float: left;
  width: 33.33%;
  padding: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .customers .featured ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .customers .featured ul li {
    width: 100%;
  }
}
.customers .featured .box {
  background: white;
  padding: 10px;
  -webkit-box-shadow: 1px 2px 3px #e1e3eb;
  box-shadow: 1px 2px 3px #e1e3eb;
}
.customers .featured .box .featured_img {
  width: 100%;
  display: block;
  height: 150px;
  background: #0095da;
}
.customers .featured .box blockquote {
  margin: 20px 0;
  font-size: 1.2em;
  color: #0095da;
}
@media screen and (max-width: 960px) {
  .customers .featured .box blockquote {
    font-size: 1em;
  }
}
.customers .featured .box blockquote:before, .customers .featured .box blockquote:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 17px;
}
.customers .featured .box blockquote:before {
  background: url(images/icons/quote1.png) no-repeat center;
  margin-right: 10px;
}
.customers .featured .box blockquote:after {
  background: url(images/icons/quote2.png) no-repeat center;
  margin-left: 10px;
}
.customers .featured .box .lower:before, .customers .featured .box .lower:after {
  content: '';
  visibility: hidden;
  height: 0;
  display: table;
}
.customers .featured .box .lower:after {
  clear: both;
}
.customers .featured .box .lower img {
  float: left;
  width: 125px;
  height: 58px;
}
.customers .featured .box .lower a {
  float: right;
  width: 28px;
  height: 29px;
  background: url(images/icons/pdf.png) no-repeat center;
  margin-top: 15px;
}
.customers .more .fields ul:before, .customers .more .fields ul:after {
  content: '';
  visibility: hidden;
  height: 0;
  display: table;
}
.customers .more .fields ul:after {
  clear: both;
}
.customers .more .fields li {
  float: left;
  width: 14%;
  border-bottom: 3px solid #0072a7;
}
@media screen and (max-width: 960px) {
  .customers .more .fields li {
    width: inherit;
    border: none;
    display: inline-block;
    margin-right: 5px;
  }
}
.customers .more .fields li.first a {
  border-left: 0;
}
.customers .more .fields li.last a {
  border-right: 0;
}
.customers .more .fields a {
  position: relative;
  display: block;
  color: white;
  text-transform: capitalize;
  background: #0095da;
  text-align: center;
  padding: 10px 0;
  -webkit-box-shadow: 0 1px 2px #0084c1;
  box-shadow: 0 1px 2px #0084c1;
  border-left: 1px solid #0072a7;
  border-right: 1px solid #0eb3ff;
}
@media screen and (max-width: 960px) {
  .customers .more .fields a {
    border: none;
    padding: 5px 10px;
    margin-top: 10px;
    display: inline-block;
  }
}
.customers .more .fields a:hover, .customers .more .fields a.active {
  background: #0eb3ff;
  border-right-color: #0eb3ff;
}
.customers .more .fields a:hover:before, .customers .more .fields a.active:before {
  content: "";
  height: 0;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -3px;
  width: 0;
  border: 6px solid transparent;
  border-bottom-color: #0072a7;
}
@media screen and (max-width: 960px) {
  .customers .more .fields a:hover:before, .customers .more .fields a.active:before {
    display: none;
  }
}
.customers .more .customer_tab {
  margin-top: 40px;
  display: none;
}
.customers .more .customer_tab .inside {
  overflow: hidden;
  position: relative;
}
.customers .more .customer_tab .inside:before, .customers .more .customer_tab .inside:after {
  content: "";
  position: absolute;
  display: block;
}
.customers .more .customer_tab .inside:before {
  width: 100%;
  height: 1px;
  background: #f0f1f5;
  top: 0;
  left: 0;
}
.customers .more .customer_tab .inside:after {
  height: 100%;
  width: 1px;
  background: #f0f1f5;
  top: 0;
  left: 0;
}
.customers .more .customer_tab .table {
  float: left;
  width: 20%;
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  height: 100px;
  display: table;
}
@media screen and (max-width: 767px) {
  .customers .more .customer_tab .table {
    width: 25%;
  }
}
@media screen and (max-width: 640px) {
  .customers .more .customer_tab .table {
    width: 33.33%;
  }
}
@media screen and (max-width: 500px) {
  .customers .more .customer_tab .table {
    width: 50%;
  }
}
.customers .more .customer_tab .table_cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.customers .more .customer_tab .table_cell img {
  max-width: 100%;
}
.customers .more .customer_tab .table_cell:hover a {
  display: block;
}
.customers .more .customer_tab .table_cell a {
  position: absolute;
  bottom: 5px;
  left: 50%;
  text-transform: uppercase;
  color: #ff5e00;
  font-size: 90%;
  white-space: nowrap;
  margin-left: -56px;
  text-decoration: underline;
  display: none;
}

.landing .content {
  padding-bottom: 0;
}
.landing .wrap:before, .landing .wrap:after {
  content: '';
  visibility: hidden;
  height: 0;
  display: table;
}
.landing .wrap:after {
  clear: both;
}
.landing .wrap article,
.landing .wrap aside {
  float: left;
}
.landing .wrap article {
  width: 65%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .landing .wrap article {
    width: 100%;
    padding: 0;
  }
}
.landing .wrap article h2 {
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .landing .wrap article h2 {
    font-size: 1.643em;
    line-height: 1.5;
  }
}
.landing .wrap article img {
  width: 100%;
  display: block;
  margin: 20px 0;
}
.landing .wrap article li {
  padding: 5px 0 5px 15px;
  position: relative;
}
.landing .wrap article li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #0095da;
  position: absolute;
  top: 15px;
  left: 0;
}
.landing .wrap aside {
  width: 35%;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .landing .wrap aside {
    width: 100%;
    padding: 0;
  }
}
.landing .wrap aside .box {
  /*background: #0095da;*/
  background: #293b4f;
  padding-bottom: 10px;
}
.landing .wrap aside .box h3,
.landing .wrap aside .box h4,
.landing .wrap aside .box p {
  color: white;
  margin-top: 0;
}
.landing .wrap aside .box h3 {
  text-align: center;
  padding: 10px;
  font-family: 'os_700';
  text-transform: uppercase;
  font-size: 2.313em;
  letter-spacing: -0.07em;
  line-height: 1.3;
  margin-bottom: 0;
}
.landing .wrap aside .box h4 {
  text-align: center;
  font-size: 1.643em;
  font-family: 'os_400';
  /*text-transform: capitalize;*/
  text-transform: none;
  line-height: 3;
  /* background: #0072a7; */
  background: #43babe;
}
.landing .wrap aside .box h4 span {
  font-family: 'os_700';
}
.landing .wrap aside .box p,
.landing .wrap aside .box form {
  margin: 20px;
}
.landing .wrap aside .box form input,
.landing .wrap aside .box form textarea,
.landing .wrap aside .box form select {
  margin-bottom: 10px;
  width: 100%;
  min-width: 1px;
  border: 0;
}
.landing .wrap aside .box form input[type="text"],
.landing .wrap aside .box form textarea,
.landing .wrap aside .box form select {
  background: white;
}
.landing .wrap aside .box textarea {
  min-height: 1px;
  height: 100px;
}
.landing .wrap aside .box input[type="submit"] {
  padding: 10px 20px;
}
.landing .other_customers {
  background: white;
}

.faq {
  margin-bottom: 20px;
}
.faq ul {
  margin-left: -30px;
}
.faq ul:before, .faq ul:after {
  content: '';
  visibility: hidden;
  height: 0;
  display: table;
}
.faq ul:after {
  clear: both;
}
@media screen and (max-width: 640px) {
  .faq ul {
    margin-left: -20px;
  }
}
.faq li {
  float: left;
  width: 50%;
  padding: 0 0 30px 30px;
}
@media screen and (max-width: 640px) {
  .faq li {
    width: 100%;
    padding: 0 0 20px 20px;
  }
}
.faq h3 {
  font-family: 'os_300';
  min-height: 70px;
  margin-top: 0;
}

.other_customers {
  padding: 30px 0;
}
.other_customers h2 {
  text-align: center;
  margin-bottom: 30px;
}
.other_customers ul {
  margin-left: -30px;
}
.other_customers ul:before, .other_customers ul:after {
  content: '';
  visibility: hidden;
  height: 0;
  display: table;
}
.other_customers ul:after {
  clear: both;
}
@media screen and (max-width: 640px) {
  .other_customers ul {
    margin-left: -20px;
  }
}
.other_customers li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 0 0 30px 30px;
}
@media screen and (max-width: 640px) {
  .other_customers li {
    padding: 0 0 20px 19px;
    height: 68px;
  }
}
.other_customers li img {
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .other_customers li {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .other_customers li {
    width: 33.33%;
  }
}
@media screen and (max-width: 640px) {
  .other_customers li {
    width: 50%;
  }
}

/* Extra CSS GB */

.home .content {
  padding-top: 0;
}

footer nav h3 a {
  color: #fff;
}

footer .social li {
  margin-left: 7px;
}

footer .social .yt:hover i {
  background: #ff0000;
  color: #fff;
}

.home .s_one h2 strong {
  font-family: 'os_700';
}

/* End extra CSS GB */

/* 25/06/2018 */
.new-princing-table .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .new-princing-table .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .new-princing-table .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .new-princing-table .container {
    width: 1178px;
  }
}
@media (min-width: 1368px) {
  .new-princing-table .container {
    width: 1346px;
  }
}
@media (min-width: 1500px) {
  .new-princing-table .container {
    width: 1478px;
  }
}
@media (min-width: 1700px) {
  .new-princing-table .container {
    width: 1678px;
  }
}
.new-princing-table .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/*.row {
  margin-left: -15px;
  margin-right: -15px; }*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }

/* princing table */
.hero-banner {
  /*height: 560px;*/
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 125px 20px 35px; }
  @media (max-width: 1200px) {
    /*.hero-banner {
      padding: 85px 20px 35px;
      height: 480px; }*/ }
  @media (max-width: 768px) {
    .hero-banner {
      display: none; } }
  .hero-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*background-color: rgba(0, 149, 219, 0.9);*/ }
  .hero-banner .hero-txt {
    text-align: center;
    position: relative;
    z-index: 9;
    max-width: 1285px;
    margin: 0 auto; }
    .hero-banner .hero-txt h1 {
      font-family: "Open Sans", sans-serif;
      font-size: 57px;
      font-weight: 700;
      color: #fff;
      line-height: 68px;
      margin: 0 0 25px 0; }
      @media (max-width: 1200px) {
        .hero-banner .hero-txt h1 {
          font-size: 47px;
          line-height: 52px; } }
      @media (max-width: 768px) {
        .hero-banner .hero-txt h1 {
          font-size: 36px;
          line-height: 48px;
          margin: 0 0 20px 0; } }
    .hero-banner .hero-txt h4 {
      color: #fff;
      font-size: 25px;
      font-family: "arial-body", sans-serif;
      line-height: 41px;
      margin: 0;

      text-transform: none; }
      @media (max-width: 1200px) {
        .hero-banner .hero-txt h4 {
          font-size: 22px;
          line-height: 32px; } }
      @media (max-width: 768px) {
        .hero-banner .hero-txt h4 {
          font-size: 20px;
          line-height: 30px; } }
      @media (max-width: 480px) {
        .hero-banner .hero-txt h4 {
          font-size: 18px;
          line-height: 28px; } }

.pricing-table {
  padding-bottom: 80px; }
  .pricing-table .pricing-container {
    overflow-x: inherit; }
    @media (max-width: 768px) {
      .pricing-table .pricing-container {
        overflow-x: auto; } }
    .pricing-table .pricing-container .pricing-wrapper {
      margin-top: -165px; }
      @media (max-width: 768px) {
        .pricing-table .pricing-container .pricing-wrapper {
          margin-top: 0;
          width: 850px;
          padding: 0 15px; } }
      @media (max-width: 768px) {
        .pricing-table .pricing-container .pricing-wrapper {
          width: 775px; } }
      .pricing-table .pricing-container .pricing-wrapper .pricing-header {
        display: flex;
        justify-content: flex-end; }
        .pricing-table .pricing-container .pricing-wrapper .pricing-header .p-header {
          height: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          z-index: 9; }
          @media (max-width: 1200px) {
            .pricing-table .pricing-container .pricing-wrapper .pricing-header .p-header {
              height: 65px; } }
          @media (max-width: 768px) {
            .pricing-table .pricing-container .pricing-wrapper .pricing-header .p-header {
              height: 55px; } }
          .pricing-table .pricing-container .pricing-wrapper .pricing-header .p-header p {
            color: #fff;
            font-size: 16px;
            font-family: "Open Sans", sans-serif;
            margin: 0;
            position: relative; }
            @media (max-width: 1200px) {
              .pricing-table .pricing-container .pricing-wrapper .pricing-header .p-header p {
                /*font-size: 22px;*/ } }
            @media (max-width: 992px) {
              .pricing-table .pricing-container .pricing-wrapper .pricing-header .p-header p {
                /*font-size: 20px;*/ } }
            @media (max-width: 768px) {
              .pricing-table .pricing-container .pricing-wrapper .pricing-header .p-header p {
                /*font-size: 18px;*/ } }
          .pricing-table .pricing-container .pricing-wrapper .pricing-header .p-header.grey {
            width: 25%;
            background-color: #4f4f4f;
            position: relative;
            background: #535353;
            background: -moz-linear-gradient(top, #535353 0%, #4f4f4f 100%);
            background: -webkit-linear-gradient(top, #535353 0%, #4f4f4f 100%);
            background: linear-gradient(to bottom, #535353 0%, #4f4f4f 100%);
            border-radius: 3px 0 0 0; }
            .pricing-table .pricing-container .pricing-wrapper .pricing-header .p-header.grey:after {
              content: "";
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 2px;
              background-color: #777575; }
          .pricing-table .pricing-container .pricing-wrapper .pricing-header .p-header.blue {
            width: 50%;
            background-color: #226a9a;
            border-radius: 0 3px 0 0;
            background: #216898;
            background: -moz-linear-gradient(top, #216898 0%, #266e9e 100%);
            background: -webkit-linear-gradient(top, #216898 0%, #266e9e 100%);
            background: linear-gradient(to bottom, #216898 0%, #266e9e 100%);
            border-color: #43a6e8;
            border-width: 1px 1px 0 1px;
            border-style: solid; }
          .pricing-table .pricing-container .pricing-wrapper .pricing-header .p-header:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #407ea7; }
      .pricing-table .pricing-container .pricing-wrapper .pricing-body {
        box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.24);
        position: relative; }
        .pricing-table .pricing-container .pricing-wrapper .pricing-body .box-shadow {
          position: absolute;
          width: 25%;
          height: 100%;
          z-index: 1;
          box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.24);
          left: calc(100% - 75%); }
        .pricing-table .pricing-container .pricing-wrapper .pricing-body .box--shadow {
          position: absolute;
          width: 25%;
          height: 100%;
          z-index: 1;
          box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.24);
          right: 0; }
        .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row {
          display: flex; }
          .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row .p-data {
            width: 25%;
            background-color: #fff;
            min-height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 5px 10px;
            border-bottom: 2px solid #efefef;
            position: relative; }
            @media (max-width: 1200px) {
              .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row .p-data {
                min-height: 70px; } }
            @media (max-width: 768px) {
              .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row .p-data {
                min-height: 55px; } }
            .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row .p-data.options {
              border-bottom: 2px solid #d9d9d9;
              text-align: left; }
              .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row .p-data.options p {
                  width: 100%;
              }
              .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row .p-data.heading {
                  text-align: center;
              }
            .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row .p-data.heading p, .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row .p-data.heading a {
              font-size: 16px; }
              @media (max-width: 1200px) {
                .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row .p-data.heading p, .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row .p-data.heading a {
                  /*font-size: 24px;*/ } }
              @media (max-width: 992px) {
                .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row .p-data.heading p, .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row .p-data.heading a {
                  /*font-size: 22px;*/ } }
              @media (max-width: 768px) {
                .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row .p-data.heading p, .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row .p-data.heading a {
                  /*font-size: 20px;*/ } }
            .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row .p-data.highlight {
              background-color: #efefef; }
          .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row.heading p, .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row.heading a {
            font-size: 16px;
            line-height: 24px;
            margin: 0;
            color: #5f5f5f;
            font-family: "Open Sans", sans-serif;
            position: relative;
            z-index: 9; }
            @media (max-width: 1200px) {
              .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row.heading p, .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row.heading a {
                /*font-size: 18px;*/
                /*line-height: 24px;*/ } }
            @media (max-width: 768px) {
              .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row.heading p, .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row.heading a {
                font-size: 16px;
                line-height: 22px; } }
          .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row.heading a {
            transition: all 0.4s;
            /*text-decoration: underline;*/
            color: #0095d9; }
            .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row.heading a:hover {
              color: #0095d9; }
          .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row.heading .grey {
            background-color: #5f5f5f; }
            .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row.heading .grey p {
              color: #fff;
              font-size: 16px;
              font-family: "Open Sans", sans-serif;
              position: relative;
              z-index: 9; }
              @media (max-width: 1200px) {
                .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row.heading .grey p {
                  /*font-size: 24px;*/ } }
              @media (max-width: 992px) {
                .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row.heading .grey p {
                  /*font-size: 22px;*/ } }
              @media (max-width: 768px) {
                .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row.heading .grey p {
                  /*font-size: 20px;*/ } }
          .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row.heading .light-blue {
            background-color: #49acef; }
            .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row.heading .light-blue p {
              color: #fff;
              font-size: 16px;
              font-family: "Open Sans", sans-serif;
              position: relative;
              z-index: 9; }
              @media (max-width: 1200px) {
                .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row.heading .light-blue p {
                  /*font-size: 24px;*/ } }
              @media (max-width: 992px) {
                .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row.heading .light-blue p {
                  /*font-size: 22px;*/ } }
              @media (max-width: 768px) {
                .pricing-table .pricing-container .pricing-wrapper .pricing-body .p-row.heading .light-blue p {
                  /*font-size: 2px;*/ } }
      .pricing-table .pricing-container .pricing-wrapper .pricing-footer {
        display: flex;
        justify-content: flex-end;
        position: relative;
        z-index: 1; }
        .pricing-table .pricing-container .pricing-wrapper .pricing-footer a {
          display: inline-block;
          width: 25%;
          height: 50px;
          text-align: center;
          font-size: 16px;
          font-family: "Open Sans", sans-serif;
          font-weight: 700;
          border-radius: 0 0 6px 3px;
          color: #fff;
          margin: 0;
          line-height: 48px;
          border-right: 2px solid #fff;
          transition: all 0.4s;
          font-family: "proxima-semi", sans-serif; }
          @media (max-width: 1200px) {
            .pricing-table .pricing-container .pricing-wrapper .pricing-footer a {
              /*height: 55px;
              line-height: 55px;
              font-size: 19px;*/ } }
          .pricing-table .pricing-container .pricing-wrapper .pricing-footer a:last-child {
            border-right: 0; }
          .pricing-table .pricing-container .pricing-wrapper .pricing-footer a.grey {
            background-color: #515151;
            border-bottom: 3px solid #212121; }
            .pricing-table .pricing-container .pricing-wrapper .pricing-footer a.grey:hover {
              background-color: #444444; }
          .pricing-table .pricing-container .pricing-wrapper .pricing-footer a.orange {
            background-color: #40c2c4;
            /* border-bottom: 3px solid #742b00;  */
          }
            .pricing-table .pricing-container .pricing-wrapper .pricing-footer a.orange:hover {
              background-color: #40c2c4; }
/* end */
.new-pricing-template {
	background: #f0f1f5;
	padding: 51px 0;
}

.new-pricing-template h1 {
	padding-left: 22.5px;
	padding-right: 22.5px;
	margin-bottom: 50px;
	margin-top: 0;
	color: #293b4f;
	font-weight: 400;
	font-family: 'os_600', sans-serif;
}

.new-pricing-template .pricing-table .table-column-wrap .table-column h2 {
  text-transform: none;
}

.new-pricing-template .pricing-table .table-column-wrap .table-column ul li {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000 !important;
  line-height: 1.22;
}

.new-pricing-template .pricing-table .table-column-wrap .table-column h2,
.new-pricing-template .pricing-table .table-column-wrap .table-column p,
.new-pricing-template .pricing-table .table-column-wrap .table-column ul li {
	color: #303344;
}

.new-pricing-template .pricing-table .table-column-wrap .table-column a.btn {
	text-transform: none;
	border-radius: 3px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .new-pricing-template .pricing-table .table-column-wrap {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .new-pricing-template h1 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
}

/* Pricing page v2 */

.new-pricing-v2 .some-companies {
  min-height: 420px;
  background-image: url(new-assets/images/pricing-page-v2/logos_bg_@2x-m.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding-top: 94px;
}

.new-pricing-v2 .some-companies h2 {
  color: #fff;
  font-size: 30px;
  line-height: 1.17;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.new-pricing-v2 .some-companies .some-companies-logos {
  width: 1430px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.new-pricing-v2 .some-companies .some-companies-logos div {
  flex: 0 1 20%;
  margin-bottom: 38px;
  text-align: center;
}

.new-pricing-v2 .some-companies .some-companies-logos div img {
  width: 177px;
  max-width: 100%;
}

.page-template-page_pricing-new-v2 .new-pricing-template {
  background-color: #fff;
}

.new-pricing-v2 .how-to-evaluate {
  padding-top: 86px;
  padding-bottom: 76px;
  width: 1430px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.new-pricing-v2 .how-to-evaluate h2 {
  text-align: center;
  color: #000;
  font-size: 30px;
  line-height: 1.17;
  margin-top: 0;
  margin-bottom: 26px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.new-pricing-v2 .how-to-evaluate a {
  width: 347px;
  height: 50px;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  background-color: #40c2c4;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  border-radius: 0;
}

.page-template-page_pricing-new-v2 h1 {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.17;
  color: #000;
  margin-bottom: 35px;
}

.page-template-page_pricing-new-v2 .pricing-table .table-column-wrap .table-column {
  border-radius: 0;
  padding-bottom: 15px;
  position: relative;
  box-shadow: none;
  -webkit-box-shadow: none;  
  border-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 17px;
  padding-left: 24px;
  padding-right: 24px;
}

.page-template-page_pricing-new-v2 .pricing-table .table-column-wrap .table-column a.btn {
  margin-left:auto;
  margin-right:auto;
  width: 181px;
  padding-top: 0;
  padding-bottom: 0;
  height: 54px;
  border-radius: 0;
  background-color: #40c2c4;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  min-width: 0;
  max-width: none;
  line-height: 54px;
  padding: 0;
  margin-bottom: 20px;
  display: block;
}

.page-template-page_pricing-new-v2 .pricing-table .table-column-wrap .table-column ul li img {
  width: 48px;
  height: 48px;
}

.page-template-page_pricing-new-v2 .pricing-table .table-column-wrap .table-column p {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #2A3B4F;
  font-size: 18px;
  line-height: 1.17;
  margin-bottom: 13px;
}

.page-template-page_pricing-new-v2 .container {
  width: 1200px;
  padding-left: 4px;
  padding-right: 4px;
  max-width: 100%;
  margin: 0 auto;
}

.page-template-page_pricing-new-v2 .pricing-table .table-column-wrap {
  width: 31%;
  max-width: 31%;
  flex-basis: 31%;
  padding: 0;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0;
}

.page-template-page_pricing-new-v2 .pricing-table {
  justify-content: space-between;
  padding-bottom: 22px;
  width: 1004px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-template-page_pricing-new-v2 .pricing-table .table-column-wrap .table-column ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}

.page-template-page_pricing-new-v2 .pricing-table .table-column-wrap .table-column ul li:last-child {
  margin-bottom: 0;
}

.page-template-page_pricing-new-v2 .pricing-table .table-column-wrap .table-column ul li div {
  width: 48px;
  flex-basis: 48px;
  max-width: 48px;
  min-width: 48px;
  margin-right: 16px;
}

.page-template-page_pricing-new-v2 .pricing-table .table-column-wrap h2 {
  background-color: #2A3B4F;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 0;
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (max-width: 767px) {
  .page-template-page_pricing-new-v2 .pricing-table {
    flex-direction: column;
  }
  .page-template-page_pricing-new-v2 .pricing-table .table-column-wrap {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 40px;
  }
  .page-template-page_pricing-new-v2 .pricing-table {
    padding-bottom: 0;
  }
  .page-template-page_pricing-new-v2 h1 {
    margin-bottom: 40px;
  }
  .new-pricing-v2 .some-companies .some-companies-logos div {
    flex: 0 1 50%;
  }
}

@media (max-width: 480px) {
  .new-pricing-v2 .how-to-evaluate {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .new-pricing-v2 .how-to-evaluate a {
    width: 280px;
    font-size: 16px;
  }
}

.landing .other_customers h2 {
  margin-bottom: 55px;
}

.page-template-page_home_new_v22 header {
  background: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
}

.page-template-page_home_new_v22 header .right-part .navigation-menu>ul>li>a {
  color: #303344;
}

.page-template-page_home_new_v22 header .right-part .navigation-menu>ul>li.has-submenu:before {
  background-image: url(new-assets/images/black-caret.png);
}
/*
.page-template-page_home_new_v22 header .right-part .navigation-menu > ul > li > a {
  font-size: 20px;
  line-height: 1.35;
}

.page-template-page_home_new_v22 header .right-part .buttons-wrapper .start-testing {
  width: 144px;
  height: 37px;
  font-size: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  margin-right: 16px;
}

.page-template-page_home_new_v22 header .right-part .buttons-wrapper #raq-trigger {
  width: 144px;
  height: 37px;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  margin-right: 13px;
}*/

.page-template-page_home_new_v22 header .right-part .buttons-wrapper .profile-item {
  border: none;
}

.page-template-page_home_new_v22 .top-banner .container .text-part h1 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px;
}

.page-template-page_home_new_v22 .top-banner .container .text-part h1 strong {
  font-weight: 800;
  font-style: normal;
  font-size: 70px;
  font-family: 'Open Sans', sans-serif;
  color: #323A43;
  margin-bottom: 10px;
}

.page-template-page_home_new_v22 .top-banner .container .text-part .button {
  width: 247px;
  height: 50px;
  font-size: 21px;
  line-height: 50px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

.page-template-page_home_new_v22 .top-banner {
  background-image: none;
}

.page-template-page_home_new_v22 .top-banner .container .image-part svg {
  display: none;
}

.page-template-page_home_new_v22 .homepage .trust-elements {
  padding-top: 0;
  margin-bottom: 34px;
}

.page-template-page_home_new_v22 .trust-elements li:hover .img, 
.page-template-page_home_new_v22 .trust-elements li.hover .img {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
.page-template-page_home_new_v22 .trust-elements li:hover .text-rotate, 
.page-template-page_home_new_v22 .trust-elements li.hover .text-rotate {
  -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.page-template-page_home_new_v22 .trust-elements .img-rotate .text-rotate {
  position: static;
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: none;
  -ms-transform-origin: none;
  opacity: 1;
}

.page-template-page_home_new_v22 .homepage .trust-elements ul li img {
  margin-bottom: 10px;
}

.page-template-page_home_new_v22 .homepage .trust-elements ul li span {
  font-size: 30px;
  font-weight: 700;
  color: #293646;
  margin-bottom: 20px;
  line-height: 1.36;
}

.page-template-page_home_new_v22 .trust-elements .img-rotate .text-rotate {
  border: none;
  padding: 0;
  width: auto;
  font-size: 20px;
  line-height: 1.35;
  font-family: 'Open Sans', sans-serif;
  color: #293646;
  background-color: transparent;
  background: transparent;
}

.page-template-page_home_new_v22 .homepage .trust-elements ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-template-page_home_new_v22 .homepage .trust-elements ul li {
  width: 30%;
  max-width: 30%;
  flex-basis: 30%;
}

.page-template-page_home_new_v22 .rhn-strip .left h2 {
  font-size: 35px;
  line-height: 1.34;
}

.page-template-page_home_new_v22 .rhn-strip .left p {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 400;
  color: #fff;
}

.page-template-page_home_new_v22 .rhn-strip .right a {
  width: 198px;
  height: 52px;
  line-height: 52px;
  font-size: 23px;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
}

.page-template-page_home_new_v22 .rhn-strip {
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
  padding-top: 28px;
  padding-bottom: 35px;
}

.page-template-page_home_new_v22 .homepage .continuous-load {
  background: #F4F4F4;
  margin-top: 98px;
  padding-top: 10px;
}

.page-template-page_home_new_v22 .homepage .cl-wrapper .cl-left {
  width: 100%;
  float: none;
  text-align: center;
  margin-bottom: 55px;
}

.page-template-page_home_new_v22 .homepage .cl-wrapper .cl-right {
  width: 100%;
  float: none;
}

.page-template-page_home_new_v22 .homepage .cl-wrapper {
  overflow-y: visible;
}

.page-template-page_home_new_v22 .homepage .cl-wrapper .cl-left h2 {
  color: #2A3B4F;
  margin-bottom: 17px;
}

.page-template-page_home_new_v22 .homepage .cl-wrapper .cl-left p {
  font-size: 20px;
  line-height: 1.35;
  color: #303344;
}

.page-template-page_home_new_v22 .homepage .cl-wrapper .cl-left .new-btn {
  width: 198px;
  height: 52px;
  line-height: 52px;
  font-size: 23px;
  font-family: 'Source Sans Pro', sans-serif;
}

.page-template-page_home_new_v22 .homepage .cl-wrapper .cl-right ul li:nth-child(3n) {
  margin-right: 73px;
}

.page-template-page_home_new_v22 .homepage .cl-wrapper .cl-right ul li {
  width: auto;
}

.page-template-page_home_new_v22 .homepage .cl-wrapper .cl-right ul li {
  margin-right: 73px;
}

.page-template-page_home_new_v22 .homepage .cl-wrapper .cl-right ul {
  text-align: center;
}

.page-template-page_home_new_v22 .homepage .cl-wrapper {
  margin-bottom: 6px;
}

.page-template-page_home_new_v22 .rely-on h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.36;
  text-align: center;
  color: #2A3B4F;
  margin-bottom: 35px;
}

.page-template-page_home_new_v22 .homepage .ro-wrap .ro-left ul {
  text-align: center;
}

.page-template-page_home_new_v22 .homepage .expert-reviews {
  background-color: #fff;
}

.page-template-page_home_new_v22 .homepage .expert-reviews h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  color: #2A3B4F;
}

.page-template-page_home_new_v22 .homepage .expert-reviews .testimonial_rotator_quote {
  font-size: 18px;
  line-height: 1.27;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000000;
  font-style: normal;
}

.page-template-page_home_new_v22 .homepage .expert-reviews .testimonial_rotator.template-default .testimonial_rotator_author_info p {
  font-size: 20px;
  line-height: 1.3;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
}

.page-template-page_home_new_v22 .homepage .expert-reviews .testimonial_rotator.template-default .testimonial_rotator_author_info strong {
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  font-family: 'Roboto', sans-serif;
}

.page-template-page_home_new_v22 .testimonial_rotator.template-default {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
}

.page-template-page_home_new_v22 .homepage .expert-reviews .testimonial_rotator.template-default .has-image .text, 
.page-template-page_home_new_v22 .homepage .expert-reviews .testimonial_rotator_single.has-image.template-default .text {
  padding-right: 20px;
  padding-left: 0;
  padding-bottom: 0;
}

.page-template-page_home_new_v22 .homepage .expert-reviews {
  padding-top: 90px;
  margin-bottom: 105px;
}

.page-template-page_home_new_v22 .testimonial_rotator.template-default .has-image .img, 
.page-template-page_home_new_v22 .testimonial_rotator_single.has-image.template-default .img {
  float: none;
}

.page-template-page_home_new_v22 .testimonial_rotator.template-default .has-image .text, 
.page-template-page_home_new_v22 .testimonial_rotator_single.has-image.template-default .text {
  float: none;
}

.page-template-page_home_new_v22 .homepage .expert-reviews .testimonial_rotator.template-default .has-image .text, 
.page-template-page_home_new_v22 .homepage .expert-reviews .testimonial_rotator_single.has-image.template-default .text {
  width: 100%;
  padding-left: 20px;
  padding-bottom: 20px;
}

.page-template-page_home_new_v22 .homepage .expert-reviews .testimonial_rotator.template-default .has-image .img, 
.page-template-page_home_new_v22 .homepage .expert-reviews .testimonial_rotator_single.has-image.template-default .img {
  padding-left: 20px;
  margin-bottom: 40px;
}

/*#cookie-law-info-bar { background: rgba(0, 0, 0, 0.5) !important; }*/

html,
body {
  overflow-x: hidden;
}

.new-pricing-v2 .some-companies h2 br {
  display: none;
}

.new-pricing-v2 .how-to-evaluate a br {
  display: none;
}

@media (max-width: 1400px) {
  .page-template-page_pricing-new-v2 h1 {
    margin-bottom: 41px;
  }
  .page-template-page_pricing-new-v2 .pricing-table {
    width: 926px;
  }
  .page-template-page_pricing-new-v2 .pricing-table .table-column-wrap .table-column {
    padding-top: 16px;
    padding-bottom: 22px;
  }
  .page-template-page_pricing-new-v2 .pricing-table .table-column-wrap .table-column a.btn {
    width: 167px;
    height: 50px;
    font-size: 16px;
    margin-bottom: 18px;
  }
  .page-template-page_pricing-new-v2 .pricing-table .table-column-wrap .table-column p {
    margin-bottom: 12px;
  }
  .new-pricing-template .pricing-table .table-column-wrap .table-column ul li {
    font-size: 14px;
    line-height: 1.4;
  }
  .page-template-page_pricing-new-v2 .pricing-table .table-column-wrap .table-column ul li img {
    height: 40px;
  }
  .new-pricing-v2 .some-companies h2 {
    font-size: 25px;
    line-height: 1.16;
  }
  .new-pricing-v2 .some-companies {
    padding-top: 73px;
    margin-bottom: 34px;
  }
  .new-pricing-v2 .how-to-evaluate h2 {
    font-size: 25px;
    line-height: 1.16;
    margin-bottom: 32px;
  }
  .new-pricing-v2 .how-to-evaluate {
    padding-top: 44px;
  }
}

@media (max-width: 1366px) {
  .page-template-page_pricing-new-v2 h1 {
    margin-bottom: 37px;
    font-size: 25px;
    line-height: 1.16;
  }
}

@media (min-width: 753px) and (max-width: 768px) {
  .new-pricing-template {
    padding-top: 30px;
  }
  .page-template-page_pricing-new-v2 h1 {
    margin-bottom: 45px;
  }
  .page-template-page_pricing-new-v2 .pricing-table {
    width: 660px;
  }
  .page-template-page_pricing-new-v2 .pricing-table .table-column-wrap h2 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .page-template-page_pricing-new-v2 .pricing-table .table-column-wrap h2 {
    font-size: 17px;
  }
  .page-template-page_pricing-new-v2 .pricing-table .table-column-wrap .table-column {
    padding-top: 11px;
    padding-bottom: 13px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .page-template-page_pricing-new-v2 .pricing-table .table-column-wrap .table-column a.btn {
    margin-bottom: 12px;
    width: 118px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .page-template-page_pricing-new-v2 .pricing-table .table-column-wrap .table-column p {
    font-size: 14px;
    line-height: 1.14;
    margin-bottom: 10px;
  }
  .new-pricing-template .pricing-table .table-column-wrap .table-column ul li {
    font-size: 12px;
    line-height: 1.16;
    margin-bottom: 2px;
  }
  .page-template-page_pricing-new-v2 .pricing-table .table-column-wrap .table-column ul li img {
    width: 30px;
    height: 30px;
  }
  .page-template-page_pricing-new-v2 .pricing-table .table-column-wrap .table-column ul li div {
    width: 25px;
    flex-basis: 25px;
    max-width: 25px;
    min-width: 25px;
    margin-right: 11px;
  }
  .new-pricing-v2 .some-companies {
    margin-bottom: 28px;
  }
  .new-pricing-v2 .some-companies h2 {
    font-size: 20px;
    line-height: 1.15;
    margin-bottom: 28px;
  }
  .new-pricing-v2 .some-companies {
    min-height: 355px;
  }
  .new-pricing-v2 .how-to-evaluate {
    padding-top: 22px;
    padding-bottom: 73px;
  }
}

@media (max-width: 752px) {
  .page-template-page_home_new_v22 .homepage .trust-elements ul li {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .page-template-page_home_new_v22 .homepage .trust-elements ul {
    flex-direction: column;
  }
  .page-template-page_home_new_v22 .trust-elements .img-rotate .text-rotate {
    left: 0;
    margin-left: 0;
    text-align: center;
  }
  .new-pricing-template {
    padding-top: 48px;
  }
  .page-template-page_pricing-new-v2 h1 {
    margin-bottom: 19px;
  }
  .page-template-page_pricing-new-v2 .container {
    padding-left: 29px;
    padding-right: 29px;
  }
  .page-template-page_pricing-new-v2 .pricing-table .table-column-wrap .table-column p {
    text-align: center;
  }
  .new-pricing-template {
    padding-bottom: 0;
  }
  .new-pricing-v2 .some-companies h2 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 17px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .new-pricing-v2 .some-companies {
    padding-top: 42px;
  }
  .new-pricing-v2 .some-companies h2 br {
    display: inline;
  }
  .new-pricing-v2 .how-to-evaluate h2 {
    font-size: 20px;
    line-height: 1.15;
    margin-bottom: 25px;
  }
  .new-pricing-v2 .how-to-evaluate {
    padding-top: 0;
  }
  .new-pricing-v2 .some-companies {
    margin-bottom: 29px;
  }
  .new-pricing-v2 .how-to-evaluate a {
    width: 237px;
    line-height: 1.19;
    padding-top: 5px;
  }
  .new-pricing-v2 .how-to-evaluate a br {
    display: inline;
  }
}