/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*!
 * fastshell
 * Fiercely quick and opinionated front-ends
 * https://HosseinKarami.github.io/fastshell
 * @author Hossein Karami
 * @version 1.0.5
 * Copyright 2017. MIT licensed.
 */
@charset "UTF-8";
body * {
  box-sizing: border-box; }

/** Generated by FG **/
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto-Regular.eot");
  src: local("☺"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
html,
body {
  padding: 0;
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
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; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html,
body {
  margin: 0;
  padding: 0; }
  html *,
  body * {
    box-sizing: border-box; }

body * {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif; }

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

a {
  text-decoration: none; }

.relative {
  position: relative; }

.title-box {
  position: relative;
  padding: 15px;
  display: inline-block;
  border-left: 1px solid #3388c5;
  border-bottom: 1px solid #3388c5;
  margin-bottom: 40px;
  min-width: 220px; }
  .title-box:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: absolute;
    right: -3px;
    bottom: -3px;
    background-color: #3388c5; }
  .title-box::after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: -3px;
    width: 50px;
    height: 6px;
    background-color: #3388c5; }
  .title-box__title {
    margin: 0;
    font-size: 24px;
    color: #4a4c4c;
    font-weight: normal;
    text-transform: uppercase; }
    .title-box__title .bold {
      font-weight: bold; }

.banner img {
  width: 100%; }

.copyright {
  color: #fff;
  font-size: 14px; }
  .copyright a {
    color: #FFF;
    font-weight: bold; }

.wrapper {
  max-width: 1100px;
  position: relative;
  margin: 0 auto; }
  .wrapper--height-auto {
    height: 100%; }

.content {
  background-color: #fff; }

.custom-price {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -ms-flex-pack: center;
      justify-content: center; }
  .custom-price__number {
    font-weight: bold;
    font-size: 60px; }
  .custom-price__text {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 25px; }
    .custom-price__text span {
      line-height: 25px;
      text-align: right;
      display: block; }

.relative {
  position: relative; }

.z-index--1 {
  z-index: 1; }

.z-index--2 {
  z-index: 2; }

.imglist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .imglist__item {
    margin: 0 10px;
    margin-bottom: 30px; }

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

.col {
  box-sizing: border-box;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px; }
  .col--no-gutters {
    padding: 0; }

.grid {
  box-sizing: border-box;
  padding: 0 15px; }
  
  .grid--container {
    margin: 0 auto;
    width: 100%; }
    
  .grid--no-gutters {
    padding: 0; }

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0 -15px;
  padding: 0; }
  
  .row:last-child {
    margin-bottom: 0; }
  .row--no-gutters {
    margin: 0; }

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

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

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

.row--xs-top {
  -ms-flex-align: start;
      align-items: flex-start; }

.row--xs-center {
  -ms-flex-align: center;
      align-items: center; }

.row--xs-bottom {
  -ms-flex-align: end;
      align-items: flex-end; }

.col--xs-align-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.col--xs-align-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.col--xs-align-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.col--xs-first {
  -ms-flex-order: -1;
      order: -1; }

.col--xs-last {
  -ms-flex-order: 1;
      order: 1; }

.col--xs-reset {
  -ms-flex-order: 0;
      order: 0; }

.row--xs-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.col--xs-flex {
  display: -ms-flexbox;
  display: flex; }

.text--xs-right {
  text-align: right; }

.text--xs-left {
  text-align: left; }

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

.col--xs {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
  padding: 0 15px; }

.col--xs-1 {
  width: 8.33333%;
  -ms-flex: none;
      flex: none; }

.col--xs-2 {
  width: 16.66667%;
  -ms-flex: none;
      flex: none; }

.col--xs-3 {
  width: 25%;
  -ms-flex: none;
      flex: none; }

.col--xs-4 {
  width: 33.33333%;
  -ms-flex: none;
      flex: none; }

.col--xs-5 {
  width: 41.66667%;
  -ms-flex: none;
      flex: none; }

.col--xs-6 {
  width: 50%;
  -ms-flex: none;
      flex: none; }

.col--xs-7 {
  width: 58.33333%;
  -ms-flex: none;
      flex: none; }

.col--xs-8 {
  width: 66.66667%;
  -ms-flex: none;
      flex: none; }

.col--xs-9 {
  width: 75%;
  -ms-flex: none;
      flex: none; }

.col--xs-10 {
  width: 83.33333%;
  -ms-flex: none;
      flex: none; }

.col--xs-11 {
  width: 91.66667%;
  -ms-flex: none;
      flex: none; }

.col--xs-12 {
  width: 100%;
  -ms-flex: none;
      flex: none; }

.col--xs-offset-1 {
  margin-left: 8.33333%; }

.col--xs-offset-2 {
  margin-left: 16.66667%; }

.col--xs-offset-3 {
  margin-left: 25%; }

.col--xs-offset-4 {
  margin-left: 33.33333%; }

.col--xs-offset-5 {
  margin-left: 41.66667%; }

.col--xs-offset-6 {
  margin-left: 50%; }

.col--xs-offset-7 {
  margin-left: 58.33333%; }

.col--xs-offset-8 {
  margin-left: 66.66667%; }

.col--xs-offset-9 {
  margin-left: 75%; }

.col--xs-offset-10 {
  margin-left: 83.33333%; }

.col--xs-offset-11 {
  margin-left: 91.66667%; }

.col--xs-offset-12 {
  margin-left: 100%; }
  
  
  
  
.ribbon {
  position: absolute;
  left: -2px; top: -2px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  /*background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%); */
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}  
  

.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

@media (min-width: 544px) {
  .row--sm-top {
    -ms-flex-align: start;
        align-items: flex-start; }
  .row--sm-center {
    -ms-flex-align: center;
        align-items: center; }
  .row--sm-bottom {
    -ms-flex-align: end;
        align-items: flex-end; }
  .col--sm-align-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .col--sm-align-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .col--sm-align-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .col--sm-first {
    -ms-flex-order: -1;
        order: -1; }
  .col--sm-last {
    -ms-flex-order: 1;
        order: 1; }
  .col--sm-reset {
    -ms-flex-order: 0;
        order: 0; }
  .row--sm-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .col--sm-flex {
    display: -ms-flexbox;
    display: flex; }
  .text--sm-right {
    text-align: right; }
  .text--sm-left {
    text-align: left; }
  .text--sm-center {
    text-align: center; }
  .col--sm {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 0 15px; }
  .col--sm-1 {
    width: 8.33333%;
    -ms-flex: none;
        flex: none; }
  .col--sm-2 {
    width: 16.66667%;
    -ms-flex: none;
        flex: none; }
  .col--sm-3 {
    width: 25%;
    -ms-flex: none;
        flex: none; }
  .col--sm-4 {
    width: 33.33333%;
    -ms-flex: none;
        flex: none; }
  .col--sm-5 {
    width: 41.66667%;
    -ms-flex: none;
        flex: none; }
  .col--sm-6 {
    width: 50%;
    -ms-flex: none;
        flex: none; }
  .col--sm-7 {
    width: 58.33333%;
    -ms-flex: none;
        flex: none; }
  .col--sm-8 {
    width: 66.66667%;
    -ms-flex: none;
        flex: none; }
  .col--sm-9 {
    width: 75%;
    -ms-flex: none;
        flex: none; }
  .col--sm-10 {
    width: 83.33333%;
    -ms-flex: none;
        flex: none; }
  .col--sm-11 {
    width: 91.66667%;
    -ms-flex: none;
        flex: none; }
  .col--sm-12 {
    width: 100%;
    -ms-flex: none;
        flex: none; }
  .col--sm-offset-1 {
    margin-left: 8.33333%; }
  .col--sm-offset-2 {
    margin-left: 16.66667%; }
  .col--sm-offset-3 {
    margin-left: 25%; }
  .col--sm-offset-4 {
    margin-left: 33.33333%; }
  .col--sm-offset-5 {
    margin-left: 41.66667%; }
  .col--sm-offset-6 {
    margin-left: 50%; }
  .col--sm-offset-7 {
    margin-left: 58.33333%; }
  .col--sm-offset-8 {
    margin-left: 66.66667%; }
  .col--sm-offset-9 {
    margin-left: 75%; }
  .col--sm-offset-10 {
    margin-left: 83.33333%; }
  .col--sm-offset-11 {
    margin-left: 91.66667%; }
  .col--sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .row--md-top {
    -ms-flex-align: start;
        align-items: flex-start; }
  .row--md-center {
    -ms-flex-align: center;
        align-items: center; }
  .row--md-bottom {
    -ms-flex-align: end;
        align-items: flex-end; }
  .col--md-align-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .col--md-align-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .col--md-align-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .col--md-first {
    -ms-flex-order: -1;
        order: -1; }
  .col--md-last {
    -ms-flex-order: 1;
        order: 1; }
  .col--md-reset {
    -ms-flex-order: 0;
        order: 0; }
  .row--md-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .col--md-flex {
    display: -ms-flexbox;
    display: flex; }
  .text--md-right {
    text-align: right; }
  .text--md-left {
    text-align: left; }
  .text--md-center {
    text-align: center; }
  .col--md {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 0 15px; }
  .col--md-1 {
    width: 8.33333%;
    -ms-flex: none;
        flex: none; }
  .col--md-2 {
    width: 16.66667%;
    -ms-flex: none;
        flex: none; }
  .col--md-2-4 {
    width: 20%;
    -ms-flex: none;
        flex: none; }
  .col--md-3 {
    width: 25%;
    -ms-flex: none;
        flex: none; }
  .col--md-4 {
    width: 33.33333%;
    -ms-flex: none;
        flex: none; }
  .col--md-5 {
    width: 41.66667%;
    -ms-flex: none;
        flex: none; }
  .col--md-6 {
    width: 50%;
    -ms-flex: none;
        flex: none; }
  .col--md-7 {
    width: 58.33333%;
    -ms-flex: none;
        flex: none; }
  .col--md-8 {
    width: 66.66667%;
    -ms-flex: none;
        flex: none; }
  .col--md-9 {
    width: 75%;
    -ms-flex: none;
        flex: none; }
  .col--md-10 {
    width: 83.33333%;
    -ms-flex: none;
        flex: none; }
  .col--md-11 {
    width: 91.66667%;
    -ms-flex: none;
        flex: none; }
  .col--md-12 {
    width: 100%;
    -ms-flex: none;
        flex: none; }
  .col--md-offset-1 {
    margin-left: 8.33333%; }
  .col--md-offset-2 {
    margin-left: 16.66667%; }
  .col--md-offset-3 {
    margin-left: 25%; }
  .col--md-offset-4 {
    margin-left: 33.33333%; }
  .col--md-offset-5 {
    margin-left: 41.66667%; }
  .col--md-offset-6 {
    margin-left: 50%; }
  .col--md-offset-7 {
    margin-left: 58.33333%; }
  .col--md-offset-8 {
    margin-left: 66.66667%; }
  .col--md-offset-9 {
    margin-left: 75%; }
  .col--md-offset-10 {
    margin-left: 83.33333%; }
  .col--md-offset-11 {
    margin-left: 91.66667%; }
  .col--md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .row--lg-top {
    -ms-flex-align: start;
        align-items: flex-start; }
  .row--lg-center {
    -ms-flex-align: center;
        align-items: center; }
  .row--lg-bottom {
    -ms-flex-align: end;
        align-items: flex-end; }
  .col--lg-align-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .col--lg-align-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .col--lg-align-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .col--lg-first {
    -ms-flex-order: -1;
        order: -1; }
  .col--lg-last {
    -ms-flex-order: 1;
        order: 1; }
  .col--lg-reset {
    -ms-flex-order: 0;
        order: 0; }
  .row--lg-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .col--lg-flex {
    display: -ms-flexbox;
    display: flex; }
  .text--lg-right {
    text-align: right; }
  .text--lg-left {
    text-align: left; }
  .text--lg-center {
    text-align: center; }
  .col--lg {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 0 15px; }
  .col--lg-1 {
    width: 8.33333%;
    -ms-flex: none;
        flex: none; }
  .col--lg-2 {
    width: 16.66667%;
    -ms-flex: none;
        flex: none; }
  .col--lg-3 {
    width: 25%;
    -ms-flex: none;
        flex: none; }
  .col--lg-4 {
    width: 33.33333%;
    -ms-flex: none;
        flex: none; }
  .col--lg-5 {
    width: 41.66667%;
    -ms-flex: none;
        flex: none; }
  .col--lg-6 {
    width: 50%;
    -ms-flex: none;
        flex: none; }
  .col--lg-7 {
    width: 58.33333%;
    -ms-flex: none;
        flex: none; }
  .col--lg-8 {
    width: 66.66667%;
    -ms-flex: none;
        flex: none; }
  .col--lg-9 {
    width: 75%;
    -ms-flex: none;
        flex: none; }
  .col--lg-10 {
    width: 83.33333%;
    -ms-flex: none;
        flex: none; }
  .col--lg-11 {
    width: 91.66667%;
    -ms-flex: none;
        flex: none; }
  .col--lg-12 {
    width: 100%;
    -ms-flex: none;
        flex: none; }
  .col--lg-offset-1 {
    margin-left: 8.33333%; }
  .col--lg-offset-2 {
    margin-left: 16.66667%; }
  .col--lg-offset-3 {
    margin-left: 25%; }
  .col--lg-offset-4 {
    margin-left: 33.33333%; }
  .col--lg-offset-5 {
    margin-left: 41.66667%; }
  .col--lg-offset-6 {
    margin-left: 50%; }
  .col--lg-offset-7 {
    margin-left: 58.33333%; }
  .col--lg-offset-8 {
    margin-left: 66.66667%; }
  .col--lg-offset-9 {
    margin-left: 75%; }
  .col--lg-offset-10 {
    margin-left: 83.33333%; }
  .col--lg-offset-11 {
    margin-left: 91.66667%; }
  .col--lg-offset-12 {
    margin-left: 100%; } }
  .section1 {max-width: 100%;}
  .section2 {width:100%;}

@media (min-width: 1200px) {
  .row--xl-top {
    -ms-flex-align: start;
        align-items: flex-start; }
  .row--xl-center {
    -ms-flex-align: center;
        align-items: center; }
  .row--xl-bottom {
    -ms-flex-align: end;
        align-items: flex-end; }
  .col--xl-align-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .col--xl-align-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .col--xl-align-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .col--xl-first {
    -ms-flex-order: -1;
        order: -1; }
  .col--xl-last {
    -ms-flex-order: 1;
        order: 1; }
  .col--xl-reset {
    -ms-flex-order: 0;
        order: 0; }
  .row--xl-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .col--xl-flex {
    display: -ms-flexbox;
    display: flex; }
  .text--xl-right {
    text-align: right; }
  .text--xl-left {
    text-align: left; }
  .text--xl-center {
    text-align: center; }
  .col--xl {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    padding: 0 15px; }
  .col--xl-1 {
    width: 8.33333%;
    -ms-flex: none;
        flex: none; }
  .col--xl-2 {
    width: 16.66667%;
    -ms-flex: none;
        flex: none; }
  .col--xl-3 {
    width: 25%;
    -ms-flex: none;
        flex: none; }
  .col--xl-4 {
    width: 33.33333%;
    -ms-flex: none;
        flex: none; }
  .col--xl-5 {
    width: 41.66667%;
    -ms-flex: none;
        flex: none; }
  .col--xl-6 {
    width: 50%;
    -ms-flex: none;
        flex: none; }
  .col--xl-7 {
    width: 58.33333%;
    -ms-flex: none;
        flex: none; }
  .col--xl-8 {
    width: 66.66667%;
    -ms-flex: none;
        flex: none; }
  .col--xl-9 {
    width: 75%;
    -ms-flex: none;
        flex: none; }
  .col--xl-10 {
    width: 83.33333%;
    -ms-flex: none;
        flex: none; }
  .col--xl-11 {
    width: 91.66667%;
    -ms-flex: none;
        flex: none; }
  .col--xl-12 {
    width: 100%;
    -ms-flex: none;
        flex: none; }
  .col--xl-offset-1 {
    margin-left: 8.33333%; }
  .col--xl-offset-2 {
    margin-left: 16.66667%; }
  .col--xl-offset-3 {
    margin-left: 25%; }
  .col--xl-offset-4 {
    margin-left: 33.33333%; }
  .col--xl-offset-5 {
    margin-left: 41.66667%; }
  .col--xl-offset-6 {
    margin-left: 50%; }
  .col--xl-offset-7 {
    margin-left: 58.33333%; }
  .col--xl-offset-8 {
    margin-left: 66.66667%; }
  .col--xl-offset-9 {
    margin-left: 75%; }
  .col--xl-offset-10 {
    margin-left: 83.33333%; }
  .col--xl-offset-11 {
    margin-left: 91.66667%; }
  .col--xl-offset-12 {
    margin-left: 100%; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.home-slider__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 566px;
  overflow: hidden; }
  .home-slider__item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 4;
    top: 0;
    left: 0;
    background: url(../img/slider-shadow.png) no-repeat center center; }
  .home-slider__item:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    background: url(../img/slider-shadow-3.png) no-repeat center center; }

.home-slider__caption {
  position: absolute;
  width: 80%;
  position: absolute;
  width: 80%;
  top: 0;
  left: 10%;
  z-index: 5; }

.home-slider__image {
  width: 100%; }

.home-slider__next, .home-slider__prev {
  position: absolute;
  width: 35px;
  height: 52px;
  top: calc(50% - 15px);
  z-index: 6;
  border: none;
  cursor: pointer;
  outline: none; }

.home-slider__prev {
  left: 5%;
  background: url(../img/icons/arrow-left.png) no-repeat center center; }

.home-slider__next {
  background: url(../img/icons/arrow-right.png) no-repeat center center;
  right: 5%; }

.btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding: 10px 15px;
  border: 0;
  color: #4a4c4c; }
  .btn:hover, .btn:focus, .btn:active {
    box-shadow: none;
    outline: none; }
  .btn--border-blue {
    border: 1px solid #21c538; }
  .btn--border-white {
    color: #fff;
    border: 1px solid #fff; }
  .btn--right-line:after {
    content: '';
    position: absolute;
    right: -2px;
    width: 3px;
    height: 70%;
    top: 50%;
    transition: .3s;
    background-color: white;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .btn--transparent {
    color: #4a4c4c;
    background-color: transparent; }
  .btn--hovered-blue{
    background-color: #21c538;
    color: #fff;
  }

  .btn--hovered-blue:hover {
    color: #fff;
    background-color: gray;
    border-color: gray; }
    .btn--hovered-blue:hover:after {
      background-color: #fff; }
  .btn--blue {
    color: #fff;
    background-color: #21c538; }
    .btn--blue:after {
      background-color: #fff; }
    .btn--blue:hover {
      background-color: #49a6e8; }
  .btn--green {
    color: #fff;
    border: 1px solid #20c537;
    background-color: #20c537; }
    .btn--green:after {
      background-color: #fff;
      box-shadow: 0px 0px 6px rgba(62, 61, 61, 0.72); }
    .btn--green:hover {
      background-color: #1dda36; }
  .btn--full {
    width: 100%; }
  .btn--blue-trans {
    color: #fff;
    background-color: rgba(8, 155, 212, 0.64); }
    .btn--blue-trans:hover {
      background-color: #0f93c6; }
  .btn--messages {
    border-radius: 10px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 16px;
    border: 0px;
    color: #fff;
    padding: 5px 50px;
    background-color: #20c537; }
    .btn--messages:hover {
      background-color: #1dda36; }
    .btn--messages:before {
      top: 4px;
      content: url(../img/icons/message.png);
      position: relative;
      margin-right: 10px; }

.input {
  box-shadow: none;
  outline: none;
  border: 0;
  font-size: 14px;
  color: #4a4c4c;
  padding: 10px;
  width: 100%; }
  .input--graylight {
    background-color: rgba(194, 215, 228, 0.48); }
  .input--md {
    height: 55px;
    padding: 10px; }
  .input--border--down-blue {
    border-bottom: 1px solid #3388c5; }

.form-wrapper {
  width: 100%; }

.form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  .form__item {
    width: 33.3333333%;
    padding: 0 10px;
    min-width: 33%;
    margin-bottom: 20px; }
    .form__item--full {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
      width: 100%; 
      max-height: 100px;}

.title {
  margin: 0;
  font-weight: normal; }
  .title--blue {
    color: #4793cb;
    font-size: 24px; }
  .title--md {
    font-size: 24px; }
  .title--lg {
    font-size: 34px; }
  .title--sm {
    font-size: 18px; }
  .title--xs {
    font-size: 16px; }
  .title--white {
    color: #Fff; }
  .title--center {
    text-align: center; }
  .title--left {
    text-align: left; }
  .title--red {
    color: #ed4125; }
  .title--orange {
    color: #f37123;}
  .title--light-orange {
    color: #fdb511;}

.upp {
  text-transform: uppercase; }

.center {
  text-align: center; }

.bold {
  font-weight: bold; }

.text {
  margin: 0;
  font-size: 14px;
  color: #4a4c4c; }
  .text--right {
    text-align: right; }
  .title--gray {
    color: #4a4c4c; }
  .text--gray {
    color: #4a4c4c; }
  .text--lightgray {
    color: #4a4c4c; }
  .text--white {
    color: #fff; }
  .text--blue {
    color: #4793cb; }
  .text--red {
    color: #ed4125; }
  .text--lg {
    font-size: 20px; }
  .text--md {
    font-size: 16px; }

  .text-s {
    font-size: 14px;
  }
  .text--xs {
    font-size: 12px; }

 

.supportsection {
  background-image: url(/rsp-assets/img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-1 {
  background-image: url(../img/bg/office365_bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-2 {
  background-image: url(../img/bg/office365_bg4.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-3 {
  background-image: url(../img/bg/office365_bg2.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-4 {
  background-image: url(../img/bg/office365_bg3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 100% ;
  background-attachment: fixed;
}

.section-bg-5 {
  position: relative;
  z-index: 1;
  background-size: cover;
}

.section-bg-6 {
  background-image: url(../img/bg/office365_bg6.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-7 {
  background-image: url(../img/bg/office365_bg7.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-8 {
  background-image: url(../img/bg/office365_bg8.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-9 {
  background-image: url(../img/bg/office365_bg9.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-10 {
  background-image: url(../img/bg/office365_bg10.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-11 {
  background-image: url(../img/bg/office365_bg11.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-12 {
  background-image: url(../img/bg/office365_bg12.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-13 {
  background-image: url(../img/bg/office365_bg13.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-14 {
  background-image: url(../img/bg/office365_bg14.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-15 {
  background-image: url(../img/bg/office365_bg15.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-16 {
  background-image: url(../img/bg/office365_bg16.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-17 {
  background-image: url(../img/bg/office365_bg17.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-18 {
  background-image: url(../img/bg/office365_bg18.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-19 {
  background-image: url(../img/bg/office365_bg19.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section--additional {
  background-image: url(../img/bg/additional.png);
  background-size: cover;
  background-position-y: center;
}

.section--additional2 {
  background-image: url(../img/bg/additional2.png);
  background-size: cover;
  background-position-y: center;
}
.section--white {
  background-color: #ffffff; }

.section--gray {
  background-color: #f4f4f4; }

.section--darkblue {
  background-color: #003867; }

.section--blue {
  background-color: #def1ff; }
  
  .section--black {
  background-color: black; }

.section--lightblue {
  background-color: #eaf3f9; }

.section--brown {
  background-color: #686868; 
    box-shadow: 0px 0px 11px 10px rgba(176,176,176,1);
}

.section--lite {
  background-color: #eaf3f9; }

.section--dark-brown {
  background-color: #5e5e5e; }

.section--form {
  background-size: cover;
  background-image: url(../img/bg/bg-blue.jpg); }

.section--form2 {
  background-size: cover;
  background-image: url(../img/bg/bg-blue1.jpg); }

.section-bg-5:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 60rem ;
  width: 100%;
  background-image: url(../img/bg/office365_bg5.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section--bg-packages {
  position: relative;
  z-index: 1;
  background-size: cover;
  margin-bottom: 50px; }
  .section--bg-packages:after {
    content: '';
    position: absolute;
    left: 0;
    height: 400px;
    top: 0;
    width: 100%;
    background-size: 100%;
    background-image: url(../img/bg/bg-packages.jpg); }

.section--bg-packages1 {
  position: relative;
  z-index: 1;
  background-size: 100%;
  position: relative;
  margin-bottom: 50px; }
  .section--bg-packages1:after {
    content: '';
    position: absolute;
    left: 0;
    height: 560px;
    top: 0;
    width: 100%;
    background-size: 100%; }

.section--bg-packages2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg/bg-packages2.jpg); }

.section--bg-packages3 {
  position: relative;
  z-index: 1;
  background-size: 100%;
  position: relative; }


.section--bg-packages3:after {
  content: '';
  position: absolute;
  left: 0;
  height: 90rem;
  top: 0;
  width: 100%;
  background-repeat: repeat;
  background-size: cover;
  background-image: url(../img/bg/bg-packages3.jpg); }

  .section--bg-packages33 {
  position: relative;
  z-index: 1;
  background-size: 100%;
  position: relative;
  margin-bottom: 50px; }


.section--bg-packages33:after {
  content: '';
  position: absolute;
  left: 0;
  height: 110rem;
  top: 0;
  width: 100%;
  background-repeat: repeat;
  background-size: cover;
  background-image: url(../img/bg/bg-packages3.jpg); }

.section--bg-packages4 {
  position: relative;
  z-index: 1;
  background-size: cover;
  position: relative;}

  .section--bg-packages4:after {
    content: '';
    position: absolute;
    left: 0;
    height: 95rem;
    top: 0;
    width: 100%;
    background-size: cover;
    background-image: url(../img/bg/bg_packages4.png); }

.section--bg-packages5 {
  position: relative;
  z-index: 1;
  background-size: cover;
  position: relative; }
  .section--bg-packages5:after {
    content: '';
    position: absolute;
    left: 0;
    height: 60rem;
    top: 0;
    width: 100%;
    background-size: cover;
    background-image: url(../img/bg/bg_packages5.png); }

.section--bg-packages6 {
  position: relative;
  z-index: 1;
  background-size: cover;
  margin-bottom: 50px; }
  .section--bg-packages6:after {
    content: '';
    position: absolute;
    left: 0;
    height: 55rem;
    top: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bg/bg-packages.jpg); }

.section--bg-packages7 {
  position: relative;
  z-index: 1;
  background-size: cover;}
  .section--bg-packages7:after {
    content: '';
    position: absolute;
    left: 0;
    height: 500px;
    top: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bg/office365_bg9.png); }

.section--sizeprice {
  position: relative;
  z-index: 1;
  background-size: 100%;
  position: relative;
  margin-bottom: 30px; }
  .section--sizeprice:after {
    content: '';
    position: absolute;
    left: 0;
    height: 500px;
    top: 0;
    width: 100%;
    background-size: 100%;
    background-image: url(../img/bg/sizeprice.jpg); }

.section--video {
  background-color: #ebebeb; }

.section--darkbg {
  background-size: 100%;
  background-image: url(../img/bg/darkbg.jpg); }

.section--cloudbg {
  background-size: 100%;
  background-image: url(../img/bg/cloudbg.jpg); }


.section--dark {
   background: linear-gradient(to right, rgb(10, 110, 192), #001430);
  box-shadow: 0px 0px 11px 10px rgba(176,176,176,1);}

.section--darkblue {
  background-color: #003867; }

.section--darkgray {
  background-color: #a4a5a5; }

.section--liteblue {
  background-color: #e9f2fa; }

.section--litegray {
  background-color: #e4ecf4; }

.section--darkimgbg {
  padding: 30px 0;
  position: relative; }
  .section--darkimgbg::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/bg/bgdark1.jpg); }

nav.menu {
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.nav {
  display: -ms-flexbox;
  display: flex; }
  .nav__link {
    color: #4b4b4c;
    font-size: 13px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 13px;
    z-index: 6;
    transition: .3s; }
    .nav__link span {
      width: 100%;
      text-align: center; }
    .nav__link:after {
      content: '\25CF';
      position: absolute;
      width: 22px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      height: 22px;
      max-height: 22px;
      font-size: 18px;
      box-sizing: border-box;
      padding-bottom: 4px;
      border-radius: 100%;
      background-color: #fff;
      color: #0f93c6;
      visibility: hidden;
      opacity: 0;
      border: 2px solid #0f93c6;
      bottom: -12px;
      transition: .3s; }
    .nav__link:hover, .nav__link:focus {
      color: #0f93c6; }
      .nav__link:hover:after, .nav__link:focus:after {
        visibility: visible;
        opacity: 1; }
    .nav__link--active {
      color: #0f93c6; }
      .nav__link--active:after {
        visibility: visible;
        opacity: 1; }
        
  .nav--height-full {
    height: 100%; }
    
    .nav--height-full .nav__item {
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
          
    .nav--height-full .nav__link {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      height: 100%;
      -ms-flex-pack: center;
          justify-content: center; }

.tab-nav {
  display: -ms-flexbox;
  display: flex; }
  .tab-nav .tab-nav__link {
    margin: 15px 7px;
    color: #4a4c4c;
    transition: .3s;
    padding-right: 15px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase; }
    .tab-nav .tab-nav__link::after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 1px;
      background-color: #4a4c4c; }
    .tab-nav .tab-nav__link:hover {
      color: #3189c7; }
    .tab-nav .tab-nav__link:last-child:after {
      display: none; }
    .tab-nav .tab-nav__link--active {
      color: #3189c7; }

.btn-menu {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 11;
  right: 4%;
  top: 50%;
  display: none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../img/icons/dropdown.png);
  -ms-transform: translateY(-55%);
      transform: translateY(-55%); }

/* MENU */
@media all and (max-width: 990px) {
  .btn-menu {
    display: inline-block; }
  .header__logo {
    padding: 18px !important; }
  nav.menu {
    position: absolute;
    top: 102%;
    left: 0;
    z-index: 11;
    display: block;
    height: auto;
    transition: .1s;
    width: 100%;
    background-color: #fff; }
    
  .nav.nav--height-full {
    transition: .1s;
    -ms-flex-direction: column;
        flex-direction: column; }
        
    .nav.nav--height-full .nav__link {
      transition: .1s;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      display: flex;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
      padding: 20px;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
          
      .nav.nav--height-full .nav__link span {
        text-align: center;
        width: auto;
        margin: 0px 14px; }
        
      .nav.nav--height-full .nav__link:hover, .nav.nav--height-full .nav__link:focus {
        background-color: #0f93c6;
        color: #FFF; }
        .nav.nav--height-full .nav__link:hover:after, .nav.nav--height-full .nav__link:focus:after {
          display: none; }
    .nav.nav--height-full .nav__link.nav__link--active {
      background-color: #0f93c6;
      color: #FFF; }
      .nav.nav--height-full .nav__link.nav__link--active:after {
        display: none; }
  #header .menu {
    -ms-flex-direction: column;
        flex-direction: column; }
    #header .menu .logo {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 100%;
      -ms-flex-align: start;
          align-items: flex-start; }
      #header .menu .logo img {
        width: 50px; } }

.flex {
  display: -ms-flexbox;
  display: flex; }
  .flex--full {
    width: 100%; }
  .flex--between {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .flex--align-center {
    -ms-flex-align: center;
        align-items: center; }
  .flex--align-end {
    -ms-flex-align: end;
        align-items: flex-end; }
  .flex--justify-center {
    -ms-flex-pack: center;
        justify-content: center; }
  .flex--justify-end {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .flex--height-full {
    height: 100%; }
  .flex--direction {
    -ms-flex-direction: column;
        flex-direction: column; }
  .flex--width-full {
    width: 100%; }

.servbox {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #838485;
  background-color: #eaf3f9; }
  .servbox__header {
    height: 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background-color: #4793cb;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%; }
  .servbox__imagebox {
    width: 65%; }
    .servbox__imagebox img {
      width: 100%; }
  .servbox__info {
    padding-right: 60px;
    width: 35%;
    padding-left: 20px;
    background-color: #eaf3f9; }


.padding--x-lg {
  padding: 60px 0; }

.padding--x-md {
  padding: 30px 0; }

.padding--x-md1 {
  padding: 40px 0; }

.padding--x-sm {
  padding: 10px 0; }

.padding--x-xs {
  padding: 5px 0; }

.padding--y-lg {
  padding: 0 60px; }

.padding--y-xl {
  padding: 0 15rem;
}
.padding--y-9rem {
  padding: 0 9rem;
}

.padding--y-12rem {
  padding: 0 12rem;
}

.padding--y-3rem {
  padding: 0 3rem;
}

.padding--y-xxl {
  padding: 0 24rem;
}

.padding--y-xxxl {
  padding: 0 32rem;
}

.padding--y-sm {
  padding: 0 10px; }

.padding--top-sm {
  padding-top: 10px; }

.padding--top-big {
  padding-top: 40px;}

.padding--y-md {
  padding: 0 30px; }

.padding--top-lg {
  padding-top: 30px; }

.padding--top-xl {
  padding-top: 60px;}

.padding--down-big {
  padding-bottom: 45px; }

.padding--down-sm {
  padding-bottom: 10px; }

.padding--down-xs {
  padding-bottom: 5px; }

.padding--down-lg {
  padding-bottom: 60px; }

.margin--down-big {
  margin-bottom: 40px; }

.margin--down-big {
  margin-bottom: 36px; }

.margin--right-xxl {
  margin-right: 80px; }

.margin--left-xxl {
  margin-left: 80px; }

.margin--left-20 {
  margin-left: 20px; }

.margin--left-2xxl {
  margin-left: 183px;
}

.margin--left-text-feature {
  margin-left: 8rem;
}

.margin--left-md {
  margin-left: 15px; }

.margin--right-md {
  margin-right: 15px; }

.margin--left-auto {
  margin-left: auto; }

.margin--down-lg {
  margin-bottom: 30px; }

.margin--down-lg1 {
  margin-bottom: 60px; }

.margin--down-md {
  margin-bottom: 15px; }

.margin--down-20 {
  margin-bottom: 20px;
}

.margin--down-big {
  margin-bottom: 40px; }

.margin--down-big2 {
  margin-bottom: 36px; }

.margin--right-sm {
  margin-right: 10px; }

.margin--top-bigger {
  margin-top: 60px; }

.margin--top-big {
  margin-top: 40px; }

.margin--top-lg {
  margin-top: 30px; }

.margin--top-md {
  margin-top: 15px; }
.margin--top-sma {
  margin-top: 5px; }
.margin--x-xs {
  margin: 5px 0; }

.margin--x-md {
  margin: 15px 0; }

.margin--x-lg {
  margin: 30px 0; }

.margin--x-big {
  margin: 40px 0; }

.margin--x-auto {
  margin: auto 0; }

.margin--y-xs {
  margin: 0 5px; }

.margin--y-md {
  margin: 0 15px; }

.margin--y-lg {
  margin: 0 30px; }

.margin--md {
  margin: 15px; }

.margin--sm {
  margin: 10px; }

.margin--center {
  margin: 0 auto; }

.spacing-col-sm {
  padding-left: 10px;
  padding-right: 10px; }

.full--width {
  width: 100%; }

.full--height {
  height: 100%; }

.info-box {
  overflow: hidden; }
  .info-box__img {
    float: left;
    width: 50%;
    min-width: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    .info-box__img img {
      width: 100%; }
    .info-box__img--right {
      max-height: 400px; 
      float: right; }
    .info-box__img--padd {
      padding: 10px; }
  .info-box__shadow-img {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 13px #171717; }
  .info-box__info {
    float: left;
    padding-left: 30px;
    width: 50%;
    min-width: 50%;
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .info-box__info--left {
      float: left;
      padding-left: 0;
      padding-right: 30px; }
    .info-box__info--fixed {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
      min-height: 350px;
      -ms-flex-direction: column;
          flex-direction: column; }
  .info-box__list {
    margin-bottom: 20px; }
    .info-box__list .lists {
      font-size: 14px;
      color: #4a4c4c;
      padding: 7px 0;
      position: relative;
      padding-left: 30px; }
      .info-box__list .lists:before {
				/* content: '\25CF'; */
				content: '\2299';
				/* margin-top: 3px; */
				position: absolute;
				left: -1px;
				top: 3px;
				font-size: 20px;
				display: -ms-flexbox;
				/* display: flex; */
				-ms-flex-align: center;
				/* align-items: center; */
				-ms-flex-pack: center;
				/* justify-content: center; */
				/* height: 14px; */
				/* max-height: 14px; */
				/* margin-right: 10px; */
				/* min-width: 14px; */
				/* font-size: 12px; */
				/* box-sizing: border-box; */
				/* padding-bottom: 2px; */
				/* padding-left: 0px; */
				/* border-radius: 100%; */
				/* background-color: #fff; */
				color: #0f93c6;
				/* border: 1px solid #0f93c6; */
				/* transition: .3s; */
			}
    .info-box__list--blue-icon .lists--white {
      color: #fff; }
/*
    .info-box__list--blue-icon .lists:before {
      background-color: transparent;
      border: 1px solid #2c80bc; }
*/

.info-sm-box {
  position: relative;
  border-radius: 1px;
  width: 250px;
  margin: 0 20px;
  margin-top: 30px;
  padding: 0 10px;
  background-color: #fff; }
  .info-sm-box__header {
    margin-top: -40px; }
  .info-sm-box__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 10px 0;
    border-bottom: solid 2px rgba(74, 76, 76, 0.42);
    margin-bottom: 15px; }
  .info-sm-box--dark {
    background-color: #003867; }
    .info-sm-box--dark .list__item .icon {
      margin-bottom: 0; }
    .info-sm-box--dark .info-sm-box__text {
      padding: 0;
      margin-bottom: 0;
      border-bottom: solid 1px #fff; }

.two-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 730px;
  margin: 0 auto; }
  .two-box__item {
    width: 50%;
    min-width: 50%; }
    .two-box__item-header {
      height: 60px;
      padding: 5px 10px;
      display: -ms-flexbox;
      display: flex;
      background-color: #003867;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      position: relative; }
    .two-box__item-content {
      padding: 30px; }
  .two-box .line {
    position: relative; }
    .two-box .line:before {
      content: "";
      position: absolute;
      width: 1px;
      height: 80%;
      top: 10%;
      right: 0; }
    .two-box .line--white:before {
      background-color: #fff; }
    .two-box .line--dark:before {
      background-color: #cccccc; }

.two-box-wrap {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  .two-box-wrap__first {
    min-height: 60px; }
  .two-box-wrap__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .two-box-wrap__text p {
      padding: 10px;
      text-align: center; }
  .two-box-wrap__item {
    width: 320px;
    max-width: 100%;
    margin: 0 10px;
    padding: 15px;
    padding-top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 40px;
    -ms-flex-direction: column;
        flex-direction: column;
    border: 1px solid #3388c5; }
  .two-box-wrap__title {
    color: #3388c5;
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: -15px;
    margin-top: -15px;
    padding: 5px 30px;
    background: #fff; }
  .two-box-wrap__zoombtn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    font-size: 12px;
    color: #4a4c4c; }
    .two-box-wrap__zoombtn:before {
      margin-top: -2px;
      margin-right: 5px;
      content: url(../img/icons/zoom.png);
      position: relative; }

.checklist {
  width: 100%; }
  .checklist__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    color: #3388c5;
    font-size: 14px; }
    .checklist__item span {
      min-width: 20px; }

.round-circle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 20px;
  height: 20px;
  border: 2px solid #20c537;
  background-color: #fff;
  padding: 1px;
  border-radius: 100%; }
  .round-circle__item {
    width: 7px;
    height: 7px;
    position: relative;
    border-radius: 100%;
    background-color: #20c537;
    box-sizing: border-box; }
  .round-circle--sm-gray {
    width: 14px;
    height: 14px;
    background-color: transparent;
    margin-right: 7px;
    border: 1px solid #20c537;
    padding: 0; }
    .round-circle--sm-gray .round-circle__item {
      width: 5px;
      height: 5px;
      background-color: #20c537; }
    .round-circle--sm-gray .round-circle__item1 {
      width: 8px;
      height: 8px;
      background-color: #4a4c4c;
      border-radius: 100%; }

        .round-circle--sm-gray .round-circle__item11 {
      width: 8px;
      height:8px;
      background-color: white;
      border-radius: 100%; }

.line-dots {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .line-dots::before {
    content: '';
    left: 14px;
    top: 0;
    width: 94%;
    height: 2px;
    background-color: #3388c5;
    position: absolute; }
  .line-dots__item {
    width: 20%;
    width: 20%;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    position: relative;
    -ms-flex-pack: center;
        justify-content: center; }
    .line-dots__item .round-circle {
      position: absolute;
      left: 50%;
      top: -10px;
      -ms-transform: translatex(-50%);
          transform: translatex(-50%); }
    .line-dots__item:first-child {
      width: 10%;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .line-dots__item:first-child .round-circle {
        left: 20%; }
    .line-dots__item:last-child {
      width: 10%;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      .line-dots__item:last-child .round-circle {
        left: auto;
        right: 20%; }
  .line-dots--dark {
    margin: 50px 0;
    position: relative;
    margin-top: 80px; }
    .line-dots--dark .line-dots__item {
      cursor: pointer;
      padding: 0;
      width: 18%; }
      .line-dots--dark .line-dots__item .text--absolute {
        position: absolute;
        width: 100%;
        padding: 0 10px;
        bottom: 30px;
        text-align: center;
        left: 0; }
      .line-dots--dark .line-dots__item .round-circle {
        width: 40px;
        height: 40px;
        top: -21px;
        background-color: #002b5e;
        border: solid 2px #eaf3f9; }
        .line-dots--dark .line-dots__item .round-circle .text {
          font-size: 16px;
          color: #fff; }
      .line-dots--dark .line-dots__item:first-child {
        width: 15%;
        -ms-flex-pack: start;
            justify-content: flex-start; }
        .line-dots--dark .line-dots__item:first-child .round-circle {
          left: 40%; }
      .line-dots--dark .line-dots__item:last-child {
        width: 15%;
        -ms-flex-pack: end;
            justify-content: flex-end; }
        .line-dots--dark .line-dots__item:last-child .round-circle {
          left: auto;
          right: 20%; }
      .line-dots--dark .line-dots__item--active .round-circle {
        background-color: #fff;
        border: solid 2px #3189c7; }
        .line-dots--dark .line-dots__item--active .round-circle .text {
          font-size: 16px;
          color: #001430; }
      .line-dots--dark .line-dots__item--active .text--absolute {
        color: #4793cb; }
      .line-dots--dark .line-dots__item::before {
        top: auto;
        bottom: 0; }

.timeline {
  width: 100%; }
  .timeline__icon {
    float: right;
    border: 1px solid #20c537;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #00335e;
    right: -8px;
    top: 2px;
    position: relative; }
    .timeline__icon:after {
      content: '';
			border-radius: 50%;
			position: absolute;
			width: 50%;
			height: 50%;
			background: #20c537;
			left: 50%;
			top: 50%;
			/* transform: translate(-25%,-25%); */
			margin-top: -25%;
			margin-left: -25%; }
  .timeline__content {
    position: relative;
    margin-right: 10px; }
  .timeline__item {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    border-right: 1px solid #FFF;
    -webkit-box-sizing: border-box;
    padding-bottom: 20px;
    clear: left;
    min-height: 60px; }
    .timeline__item:nth-child(2) {
      margin-top: 30px; }
    .timeline__item:nth-child(even) {
      float: right;
      border-right: 0;
      border-left: 1px solid #fff;
      left: -1px;
      margin-bottom: 0;
      clear: right;
      padding-bottom: 20px; }
      .timeline__item:nth-child(even) .timeline__icon {
        float: left;
        left: -8px; }
      .timeline__item:nth-child(even) .timeline__content {
        margin-right: 0;
        margin-left: 10px; }
    .timeline__item:last-child {
      padding-bottom: 0px;
      min-height: 0; }
    .timeline__item:nth-last-child(2) {
      min-height: 0; }

.filter-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  max-width: 580px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column; }
  .filter-box__title {
    font-size: 49px;
    margin: 0;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .filter-box__content {
    width: 100%;
    position: relative;
    padding: 20px;
    border: 1px solid #fff; }
    .filter-box__content:after {
      content: '';
      position: absolute;
      z-index: 1;
      width: 110px;
      height: 6px;
      top: -4px;
      left: 20px;
      background-color: #0f93c6; }

.filter-form {
  display: -ms-flexbox;
  display: flex;
  position: realtive;
  width: 100%; }
  .filter-form input,
  .filter-form button {
    display: block; }
  .filter-form input {
    -ms-flex: 1;
        flex: 1;
    height: 55px;
    display: block;
    width: 100%;
    padding: 10px;
    border: 0;
    font-size: 14px; }
  .filter-form button {
    background-color: #3388c5;
    min-width: 120px;
    color: white;
    border: none;
    text-transform: uppercase; }

.price-nav {
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .price-nav__item {
    margin-right: 35px;
    font-size: 14px;
    color: #fff; }
    .price-nav__item--active {
      color: #3388c5; }
    .price-nav__item:hover {
      color: #3388c5; }

.list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 16px; }
    .list__item .icon {
      margin-bottom: 20px;
      height: 70px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      .list__item .icon--auto {
        height: auto; }
      .list__item .icon--round {
        background-size: 100% 100%;
        width: 90px;
        height: 90px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        background-repeat: no-repeat;
        margin-bottom: 20px;
        background-image: url(../img/icons/round-bg.png); }
      .list__item .icon--white {
        background-image: url(../img/icons/round-bg-white.png); }
      .list__item .icon--round-blue {
        background-image: url(../img/icons/round-blue.png); }
    .list__item .text {
      text-align: center;
      margin: 0; }
    .list__item .title {
      margin: 0;
      display: block;
      margin-bottom: 15px;
      transition: .3s;
      text-transform: uppercase; }
    .list__item--fixed .text {
      min-height: 50px; }
/*    .list__item--no-spacing .title {
      margin-bottom: 10px; }*/
  .list--services {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .list--services .list__item {
      position: relative;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
      width: 20%; }
          .list--services .list__item1 {
      min-height: 170px;
      margin-bottom: 30px;
      position: relative;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
      width: 33%; }
      .list--services .list__item .servcont {
        margin-bottom: 20px; }
        .list--services .list__item .servcont .icon {
          margin-right: 10px;
          margin-bottom: 0px;
          -ms-flex-pack: start;
              justify-content: flex-start; }
        .list--services .list__item .servcont .text {
          margin-top: 15px;
          text-align: left;
          text-transform: uppercase;
          margin-bottom: 0px; }
      .list--services .list__item .text {
        text-align: left; }
      .list--services .list__item .servcont-hover {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        min-height: 100%;
        visibility: hidden;
        opacity: 1;
        display: -ms-flexbox;
        display: flex;
        z-index: 2;
        -ms-flex-direction: column;
            flex-direction: column;
        background-color: #3388c5;
        padding: 0 20px; }
        .list--services .list__item .servcont-hover__title {
          color: #fff;
          font-size: 16px;
          padding: 10px 0;
          margin: 0;
          font-weight: normal;
          text-align: center;
          text-transform: uppercase; }
        .list--services .list__item .servcont-hover__text {
          color: #fff;
          font-size: 13px;
          margin: 0;
          text-align: center; }
        .list--services .list__item .servcont-hover .btn {
          margin: 15px auto 15px auto; }
      .list--services .list__item:hover .servcont-hover {
        opacity: 1;
        visibility: visible; }
    .list--five-full {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start; }
    .list--five-full .list__item {
      width: 20%;
      min-width: 20%; }
      .list--five-full .list__item--spacing-sm .title {
        margin-bottom: 10px; }
  .list--four-full {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start; }
    .list--four-full .list__item {
      width: 25%;
      min-width: 25%; 
      padding-bottom: 30px;}
      .list--four-full .list__item--spacing-sm .title {
        margin-bottom: 10px; }
  .list--three-full {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
    justify-content: space-around;
        align-items: flex-start; }
    .list--three-full .list__item {
        background: linear-gradient(to right, rgb(10, 110, 192), #001430);
        box-shadow: 2px 6px 5px 0px rgba(176,176,176,1);
    padding: 10px;
     border-radius: 15px 50px;
      width: 33%;
      min-width: 33%;
      padding: 30px 30px 30px; }
      .list--three-full .list__item-info {
        margin-bottom: 50px;
        -ms-flex-align: start;
            align-items: flex-start; }
        .list--three-full .list__item-info .title {
          line-height: 20px;
          text-align: left;
          margin-bottom: 10px;
          min-height: 50px; }
        .list--three-full .list__item-info .text {
          text-align: left; }


.rsp-text-decoration {text-decoration: underline; }
.rsp-li-square {list-style-type: square;color:white;}
          .rsp-li-square li {margin-left:2rem;}
.rsp-box-shadow{
    border: 2px solid;
    padding: 10px;
    box-shadow: 5px 10px black;
}          

.rsp-bg-red {
   background: linear-gradient(to right, rgb(200,0,0), rgb(20,0,0));
    box-shadow: 0px 0px 11px 10px rgba(176,176,176,1);
}

.menu-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-right: 75px; }
  .menu-list:last-child {
    margin-right: 0; }
  .menu-list__title {
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    min-height: 55px; }
  .menu-list__link {
    color: white ;
    font-size: 14px;
    font-weight: normal;
    transition: .3s;
    margin: 5px 0; }
    .menu-list__link:hover {
      opacity: 0.7; }

.social-list {
  display: -ms-flexbox;
  display: flex; }
  .social-list__link {
    display: -ms-flexbox;
    display: flex;
    transition: 0.3s;
    padding: 5px;
    -ms-flex-direction: column;
        flex-direction: column; }
    .social-list__link:hover {
      opacity: 0.7; }

.infolist {
  display: -ms-flexbox;
  display: flex; }
  .infolist__item {
    min-width: 33%;
    max-width: 33%;
    width: 33%; }
  .infolist__title {
    margin: 0;
    background-color: #001430;
    height: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-transform: uppercase; }

  .infolist__title1 {
    margin: 0;
    background-color: #003867;
    height: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-transform: uppercase;
    color: white; }

  .infolist__title2 {
    margin: 0;
    background-color: #4793cb;
    height: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-transform: uppercase;
    color: white; }

  .infolist__title3 {
    margin: 0;
    background-color: #20c537;
    height: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-transform: uppercase;
    color: white; }

    .infolist__title span {
      font-size: 18px;
      color: #Fff; }
  .infolist__content {
    padding: 15px;
    margin-top: 10px;
    padding-top: 5px;
    min-height: 110px;
    position: relative; }
    .infolist__content:before {
      content: '';
      position: absolute;
      left: 0;
      top: 1px;
      width: 1px;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.22); }
    .infolist__content:after {
      content: '';
      position: absolute;
      right: 0;
      top: 1px;
      width: 1px;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.22); }
    .infolist__content.first:before {
      display: none
    }
    .infolist__content.first:after {
      display: none
    }
  .infolist__content.last:before {
    display: none; }
  .infolist__content.last:after {
    display: none; }
  .infolist__text {
    font-size: 14px;
    text-align: center;
    color: #4a4c4c; }

.boxlist {
  box-shadow: 0px 0px 11px 10px rgba(176,176,176,1);
  width: 100%;
  margin: 0 1px;
  margin-bottom: 30px;
  margin-right: 30px;
  min-width: 300px; }
  .boxlist__header {
    height: 64px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    background-color: #808080; }
    .boxlist__header .text {
      font-size: 18px;
      color: #fff; }
  .boxlist__item {
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    padding: 0 10px;
    -ms-flex-align: center;
        align-items: center;
    background-color: #e2eaf0; }
    .boxlist__item img {
      margin-right: 10px; }
    .boxlist__item:nth-child(even) {
      background-color: #ecf1f5; }
  .boxlist--green .boxlist__header {
    background-color: #20c537; }
  .boxlist--green .boxlist__item {
    background-color: #e0f1ef; }
    .boxlist--green .boxlist__item:nth-child(even) {
      background-color: #ebf6f5; }

/* ------------ header-top ------------*/
.header-top {
  border-top: 3px solid #0f93c6;
  background-color: black; }
  .header-top__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .header-top__contact {
    color: #Fff;
    font-size: 18px;
    background-color: rgb(142, 0, 0);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 15px;
    height: 40px;
    -ms-flex-pack: center;
        justify-content: center; }
    .header-top__contact img {
      margin-right: 15px; }
  .header-top__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .header-top__nav .slash {
      font-size: 12px;
      margin: 0 3px; }
    .header-top__nav--bold .header__nav-link {
      font-weight: bold; }
    .header-top__nav--bold .slash {
      font-weight: bold; }
  .header-top__nav-link {
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    transition: .3s;
    height: 100%; }
    .header-top__nav-link .round-icon {
      width: 4px;
      height: 4px;
      border-radius: 50%;
      margin: 0 5px;
      transition: .3s;
      background-color: #4b4b4c; }
    .header-top__nav-link:hover {
       background-color: rgb(142, 0, 0); }
      .header-top__nav-link:hover .round-icon, .header-top__nav-link:focus .round-icon {
        background-color: #0f93c6; }

/* ------------ header  ------------*/
.header {
  border-bottom: 2px solid #0f93c6; }
  .header__logo {
    padding: 30px 0;
    margin-right: 40px; }
  .header__menu {
    height: 100%; }

.swiper-container {
  height: 100%; }

.scroll-btn {
  position: absolute;
  top: -115px;
  z-index: 1;
  left: 50%;
  -ms-transform: translate(-50%);
      transform: translate(-50%); }

.home-slider {
  height: 565px; }
  .home-slider .swiper-slide {
    background-size: cover; }
  .home-slider__box {
    padding: 0 50px;
    position: absolute;
    top: 50%;
    width: 100%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .home-slider .home-slider__box--down {
    top: auto;
    bottom: 0;
    -ms-transform: translateY(0);
        transform: translateY(0); }
  .home-slider__title {
    font-size: 40px;
    margin: 0px;
    padding-top: 30px;
    letter-spacing: .5px;
    margin-bottom: 30px;
    color: #fff;
    padding-bottom: 40px;
    position: relative;
    text-transform: uppercase;
    text-shadow: 3px 2px 5px rgba(10, 10, 10, 0.56); }
    .home-slider__title:after {
      content: '';
      left: 0;
      bottom: 0;
      width: 85px;
      height: 2px;
      background-color: #fff;
      position: absolute; }
    .home-slider__title--line-top {
      padding-top: 20px;
      margin-bottom: 70px;
      line-height: 40px;
      padding-bottom: 0px; }
      .home-slider__title--line-top:after {
        top: 0;
        bottom: auto; }
  .home-slider__text {
    font-size: 18px;
    margin-top: 0px;
    color: #fff;
    margin-bottom: 50px; }
  .home-slider__btn {
    padding: 20px;
    text-transform: uppercase; }
  .home-slider--sm {
    height: 820px; }
    
    .home-slider--sm .swiper-button-prev, .home-slider--sm .swiper-button-next {
      top: -160px; }

.tab-wrapper {
  position: relative; }
  .tab-wrapper--top {
    margin-top: -40px;
    padding-top: 40px; }
  .tab-wrapper--dark {
    background-color: #001430; }

.tab_menu {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: -40px;
  height: 80px;
  background-color: #eaf3f9;
  box-shadow: 0px 2px 1px rgba(156, 147, 147, 0.23); }
  .tab_menu__item {
    height: 100%;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex; }
  .tab_menu__text {
    cursor: pointer;
    height: auto;
    width: 100%;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    color: #4a4c4c;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    padding: 5px 15px;
    transition: .3s; }
    .tab_menu__text:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0px;
      width: 35px;
      height: 2px;
      background-color: #fff;
      visibility: hidden;
      opacity: 0;
      transition: .3s;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .tab_menu__item--active {
    background-color: #4794cb; }
    .tab_menu__item--active .tab_menu__text {
      color: #fff; }
      .tab_menu__item--active .tab_menu__text:after {
        visibility: visible;
        opacity: 1; }
  .tab_menu--sm {
    height: 55px;
    margin-top: 0; }
    .tab_menu--sm .tab_menu__item--active .tab_menu__text:after {
      display: none; }

.tab-block {
  width: 100%; }
  .tab-block .tab-mnu {
    display: -ms-flexbox;
    display: flex; }
    .tab-block .tab-mnu:after {
      content: '';
      display: table;
      clear: both; }
    .tab-block .tab-mnu__link {
      margin: 15px;
      margin-left: 0;
      color: #4a4c4c;
      transition: .3s;
      padding-right: 15px;
      font-size: 16px;
      cursor: pointer;
      display: inline-block;
      position: relative;
      text-transform: uppercase;
      cursor: pointer; }
      .tab-block .tab-mnu__link::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background-color: #4a4c4c; }
      .tab-block .tab-mnu__link:hover {
        color: #3189c7; }
      .tab-block .tab-mnu__link:last-child:after {
        display: none; }
    .tab-block .tab-mnu__link.active {
      color: #3189c7;
      cursor: default; }

.bluetitle {
  height: 56px;
  width: 100%;
  background-color: #4793cb;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  box-shadow: 0px 1px 7px rgba(62, 62, 62, 0.61); }
  .bluetitle__item {
    font-size: 18px;
    padding: 0 20px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .bluetitle__item img {
      margin-right: 10px; }
  .bluetitle__line {
    font-size: 30px;
    color: #fff; }

.price-table {
  background-color: #D3D3D3;
  position: relative;
  padding-bottom: 30px;
  width: 100%;
  z-index: 1;
  box-shadow: -0.4px -0.9px 10px 0 rgba(42, 44, 55, 0.6); }
  
  .price-table--white {
    background-color: #fff; }
    
  .price-table__header {
   background: linear-gradient(to right, rgb(200,0,0), rgb(20,0,0));
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 75px;
    -ms-flex-direction: column;
        flex-direction: column; }
        
  .price-table__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 30px;
    -ms-flex-direction: column;
        flex-direction: column; }
        
  .price-table__price {
    width: 100%;
    margin-bottom: 30px;
    height: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(131, 132, 133, 0.41); }

    .price-table__price-1{
          width: 100%;
    height: 90px;
    display: -ms-flexbox;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: end;
        align-items: flex-end;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(131, 132, 133, 0.41);
      margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    margin: 40px auto;
    }

    .price-table__price-1 .price1 {
            font-size: 36px;
      font-weight: bold;
      color: #3189c7;
    }

    .price-table__price .price {
      font-size: 26px;
      font-weight: bold;
      color:rgb(142, 0, 0); }
    .price-table__price .month {
      margin-left: 5px;
      color: #4a4c4c;
      margin-bottom: 7px;
      font-size: 14px; }
      
    .price-table__price--yellow {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
      padding-bottom: 0px;
      -ms-flex-pack: center;
          justify-content: center; }
      .price-table__price--yellow .price {
        color: #e96302; }
      .price-table__price--yellow .month {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end; }
    .price-table__price--lg .price {
      font-size: 36px; }
    .price-table__price--inline {
      margin: 0;
      padding: 0;
      border: 0;
      width: auto;
      height: auto; }
      .price-table__price--inline__md .price {
        font-weight: bold;
        font-size: 24px; }
      .price-table__price--inline__md .month {
        margin-bottom: 3px; }
        .price-table__price--inline__md .month--white {
          color: #fff; }
  .price-table__text {
    margin-bottom: 30px;
    /* display: -ms-flexbox; */
    /* display: flex; */
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .price-table__text--inline {
      width: 100%;
      margin-bottom: 0px; }
    .price-table__text--line-top {
      position: relative;
}
    .price-table__text--line-top:after {
    content: '';
    border-top: 1px solid  rgba(131, 132, 133, 0.41);
    margin-top: 1rem;
    width: 12rem;
    position: absolute;
}
    .price-table__text li {
      font-size: 14px !important;
      color: #4a4c4c;
      text-align: center; }
      .price-table__text li span {
        margin-right: 5px;
        font-weight: bold; }

.microsoft-table {
  width: 100%;
  background-color: #Fff;
  border-collapse: collapse;
  border: solid 2px #3388c5; }
  .microsoft-table td,
  .microsoft-table th {
    padding: 10px; }
  .microsoft-table__title {
    color: #Fff;
    width: 170px;
    font-size: 13px;
    background-color: #3388c5; }
  .microsoft-table tr:nth-child(even) {
    background-color: #EDEBEB; }
  .microsoft-table td:nth-child(even) {
    background-color: rgba(51, 136, 197, 0.2); }
  .microsoft-table__icon {
    width: 100%;
    display: -ms-flexbox;
    display: flex; }

.microsoft-table1 {
  width: 100%;
  background-color: #Fff;
  border-collapse: collapse;
  border: solid 2px #3388c5; }
  .microsoft-table1 td,
  .microsoft-table1 th {
    padding: 10px; }
    .microsoft-table1__title {
    color: #Fff;
    width: 170px;
    font-size: 13px;
    background-color: #3388c5; }
    .microsoft-table1 tr:nth-child(even) {
    background-color: #d6e7f3; }
    .microsoft-table1__icon {
    width: 100%;
    display: -ms-flexbox;
    display: flex; }

.pricebg-table {
  width: 100%;
  display: -ms-flexbox;
  display: flex; }
  .pricebg-table__blue {
    min-width: 170px;
    height: 220px;
    padding: 30px;
    display: -ms-flexbox;
    display: inline-block;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #Fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    background-color: #3388c5; }
    .pricebg-table__blue span {
      display: -ms-flexbox;
      display: inline;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
  .pricebg-table__content {
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    display: -ms-flexbox;
    display: flex; }
  .pricebg-table__item {
    width: 100%;
    border-right: 1px solid rgba(204, 204, 204, 0.69);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;}
    .pricebg-table__item:last-child {
      border-right: 0px; }
    .pricebg-table__item span {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.88;
      text-align: center;
      color: #4a4c4c; }
    .pricebg-table__item--bg span {
      font-size: 36px;
      font-weight: bold;
      line-height: 0.83;
      color: #3189c7; }
  .pricebg-table__wrap {
    height: 100%;
    width: 100%;
    border: 1px solid rgba(204, 204, 204, 0.69); }

.price-table-horizontal {
  width: 100%;
  display: -ms-flexbox;
  display: flex; }
  .price-table-horizontal__left {
    position: relative;
    color: #Fff;
    width: 280px;
    min-width: 270px;
    font-size: 13px;
    padding: 15px;
    background-color: #3388c5; }
    .price-table-horizontal__left .text {
      position: relative;
      padding: 10px; }
      .price-table-horizontal__left .text:after {
        content: '';
        position: absolute;
        left: -5px;
        top: 16px;
        width: 8px;
        height: 7px;
        border-radius: 100%;
        background-color: #fff; }
  .price-table-horizontal__right {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .price-table-horizontal__item {
    padding: 0 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%; }
  .price-table-horizontal .price-box-blue {
    font-size: 18px;
    color: #3388c5;
    border: 1px solid #3388c5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    height: 40px; }
  .price-table-horizontal .price-table__price {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px; }

.tab-wrap {
  overflow: hidden; }
  .tab-wrap .flex--direction:not(:first-child) {
    display: none; }

.table-two {
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  box-shadow: rgba(64, 64, 64, 0.21) 0px 4px 11px; }
  .table-two th,
  .table-two td {
    width: 50%;
    border: 1px solid #bdbdbe; }
  .table-two__header {
    text-align: center; }
    .table-two__header tr th {
      height: 44px;
      color: #fff;
      border: 0px;
      font-size: 16px;
      text-transform: uppercase;
      background-color: #3388c5;
      padding: 0 30px; }
  .table-two__body tr td {
    padding: 0 30px;
    height: 86px;
    background-color: #fff; }

.table-white {
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(64, 64, 64, 0.34) 0px 5px 15px; }
  .table-white th,
  .table-white td {
    border: 1px solid #bdbdbe; }
  .table-white__header {
    text-align: center; }
    .table-white__header tr th {
      padding: 5px;
      color: #fff;
      border: 0px;
      font-weight: normal;
      font-size: 16px;
      border: 1px solid #bdbdbe;
      border-top: 0;
      border-bottom: 0;
      text-transform: uppercase;
      background-color: #3388c5; }
      .table-white__header tr th .sub-text {
        display: block;
        font-weight: normal;
        text-transform: none; }
      .table-white__header tr th:nth-child(1) {
        width: 100px; }
      .table-white__header tr th:nth-child(2) {
        width: 125px; }
      .table-white__header tr th:nth-child(3) {
        width: 90px; }
      .table-white__header tr th:nth-child(4) {
        width: 70px; }
      .table-white__header tr th:nth-child(5) {
        width: 115px; }
      .table-white__header tr th:nth-child(6) {
        width: 180px; }
      .table-white__header tr th:nth-child(7) {
        width: 326px; }
  .table-white__body tr td {
    height: 85px;
    font-size: 14px;
    color: #4a4c4c;
    padding: 5px; }
  .table-white__body--liteblue tr td {
    border: 0; }
  .table-white__body--liteblue tr:nth-child(even) {
    background: #d6e7f3; }

.table-four {
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center; }
  .table-four th,
  .table-four td {
    width: 25%;
    border: 1px solid #bdbdbe; }
  .table-four__item td {
    padding: 0 30px;
    height: 56px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4a4c4c; }
    .table-four__item td:first-child {
      color: #fff;
      background: #3388c5; }
  .table-four__item--price {
    background: #cfe3f1; }
    .table-four__item--price td {
      color: #3388c5;
      font-size: 36px; }
      .table-four__item--price td:first-child {
        color: #fff;
        font-size: 16px;
        background: #3388c5; }

.table-tree-blue {
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center; }
  .table-tree-blue th,
  .table-tree-blue td {
    width: 25%;
    border: 1px solid #bdbdbe; }
  .table-tree-blue__header tr td {
    background-color: #003867;
    height: 65px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase; }
	
@media (max-width:1024px)
{
	  .table-tree-blue__header tr td {
    background-color: #003867;
    height: 65px;
    font-size: 13px !important;
    color: #fff;
    text-transform: uppercase; }
}
  .table-tree-blue__item td {
    padding: 0 30px;
    height: 65px;
    font-size: 16px;
    color: #4a4c4c;
    padding: 5px 20px; }
    .table-tree-blue__item td:first-child {
      width: 50%; }

.table-two-darkblue {
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center; }
  .table-two-darkblue th,
  .table-two-darkblue td {
    width: 50%; }
  .table-two-darkblue__header {
    background-color: #003867;
    height: 45px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase; }
  .table-two-darkblue__item td {
    padding: 0 30px;
    height: 45px;
    font-size: 16px;
    text-align: left;
    color: #4a4c4c;
    padding: 5px 20px; }

.table-tree-liteblue {
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  border: 1px solid #757575; }
  .table-tree-liteblue th,
  .table-tree-liteblue td {
    width: 25%;
    border: 1px solid #757575; }
  .table-tree-liteblue__header tr td {
    background-color: #3388c5;
    height: 45px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase; }

  .table-tree-liteblue__item {
    background-color: #bbd5ee;
  }

  .table-tree-liteblue__item:nth-child(even) {
    background-color: transparent; }

  .table-tree-liteblue__item td {
    padding: 0 30px;
    height: 45px;
    font-size: 16px;
    color: #4a4c4c;
    padding: 5px 20px; }
    .table-tree-liteblue__item td:first-child {
      width: 50%; }

.paneldrop__title {
  font-size: 24px;
  text-align: center;
  margin: 0;
  color: black;
  font-weight: normal; }

.paneldrop__items {
  position: relative;
  font-size: 18px;
  text-align: center;
  margin: 0;
  display: block;
  color: black;
  padding: 15px;
  margin-top: 40px;
  background-color: transparent;
  cursor: pointer;
  font-weight: normal;
  border: solid 1px rgba(173, 173, 173, 0.79); }
  
  .paneldrop__items:first-child {
    margin-top: 0px; }
  .paneldrop__items:after {
    content: '';
    transition: transform 0.25s ease 0.1s;
    position: absolute;
    top: 50%;
    right: 45px;
    width: 10px;
    height: 10px;
    -ms-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .paneldrop__items:before {
    content: '';
    position: absolute;
    bottom: 0;
    transition: 0.3s;
    height: 1px;
    left: 50%;
    visibility: hidden;
    opacity: 0.9;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 100%;
    background-color: rgba(173, 173, 173, 0.79); }
  .paneldrop__items.active {
    border: 1px solid transparent;
    background-color: #454747; 
    opacity: .9;}
    .paneldrop__items.active:before {
      width: 93%;
      visibility: visible;
      opacity: .9;
      background-color: rgba(144, 144, 144, 0.55); }
    .paneldrop__items.active:after {
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); }

.paneldrop__content {
  transition: 0.25s, ease 0.25s, height 0.25s ease;
  opacity: .9;
  padding: 0 20px;
  height: 0;
  overflow: hidden;
  background-color: #454747; }
  .paneldrop__content__txt {
    padding: 20px 0;
    color: #a99;
    font-size: 14px;
    margin: 0;
    text-align: center; }
  .paneldrop__content.open {
    min-height: 30px;
    height: auto;
    opacity: .9; }

.paneldrop__wrap {
  margin-bottom: 15px; }

.office-box1 {
  max-height: 31.6rem;
  display: -ms-flexbox;
  display: flex;
  background-color: #eaf3f9;
  border: solid 1px rgba(131, 132, 133, 0.29); }

  .office-box__left1 {
    width: 70%;
    height: 100%;
    min-width: 50%; }
  .office-box__img1 {
    overflow: hidden;
    display: -ms-flexbox; }
  .office-box__img1 img {
        max-height: 100%;
    max-width: 100%;
    width: 50rem;
  }
  .office-box__smimg1 {
    -ms-flex-direction: column;
        flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .office-box__smimg1 img {
      margin-bottom: 15px; }
  .office-box__right1 {
    width: 30%; }
  .office-box__head1 {
    height: 57px;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 40px;
    -ms-flex-align: center;
        align-items: center;
    background-color: #e96302; }
    .office-box__head1 .ttl {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
      text-align: center;
      color: #ffffff; }
  .office-box__content1 {
    padding: 40px 40px 0 40px; }



.office-box {
  position: absolute;
  top: 5rem;
  display: -ms-flexbox;
  display: flex;
  background-color: #eaf3f9;
  margin-bottom: 50px;
  border: solid 1px rgba(131, 132, 133, 0.29); }
  .office-box__left {
    padding: 30px;
    width: 50%;
    height: 100%;
    border-right: 2px solid rgba(74, 76, 76, 0.14);
    min-width: 50%; }
  .office-box__img {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .office-box__smimg {
    -ms-flex-direction: column;
        flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .office-box__smimg img {
      margin-bottom: 15px; }
  .office-box__right {
    width: 50%; }
  .office-box__head {
    height: 57px;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 40px;
    -ms-flex-align: center;
        align-items: center;
    background-color: #e96302; }
    .office-box__head .ttl {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
      text-align: center;
      color: #ffffff; }
  .office-box__content {
    padding: 40px; }

.line-lg {
  line-height: 2.14; }

.office-info {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .office-info__item {
    width: 33%;
    min-width: 33%;
    padding: 0 50px; }

  .office-info__item1 {
    position: relative;
  }

  .office-info__item1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10%;
    height: 75%;
    border-left: 1px solid #b2b7bf;
  }

  .office-info__item1:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 75%;
    border-right: 1px solid #b2b7bf;
  }

  .office-info__header {
    margin-bottom: 20px;
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%; }

.table-wrap {
  width: 100%;
 }
  
  .table-wrap .servbox,
  .table-wrap .microsoft-table,
  .table-wrap .pricebg-table,
  .table-wrap table {
    width: 1070px; }

.pricebg-table__wrap {
  display: -ms-flexbox;
  display: flex; }

  .pos-relative {
    position: relative;
    height: 600px;
}
.section-height-changeable {
  height: 10rem;
}
@media screen and (max-width: 1100px) {
  .pos-relative {
    position: relative;
    height: auto;
  }

  .office-box{
    top: 0;
    position: unset;
  }
.section-height-changeable {
  height: 0;
}

}

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

  .section-bg-5:after {
    height: 100%;
  }

  .office-info__item1:before {
    content: '';
    position: absolute;
    left: 15%;
    top: -10%;
    width: 72%;
    border-top: 1px solid #b2b7bf;
    border-left: 0;
  }

  .office-info__item1:after {
    content: '';
    position: absolute;
    left: 15%;
    bottom: -10%;
    width: 72%;
    border-bottom: 1px solid #b2b7bf;
    border-right: 0;
    height: 100%;
  }

  .office-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .office-box .office-box__left,
    .office-box .office-box__right {
      width: 100%; }
  .office-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .office-info .office-info__item {
      width: 100%;
      margin-bottom: 70px; }
  .home-slider__title {
    font-size: 25px !important; }
  .wrapper {
    min-width: 100%;
    width: 100%; }
  .list--between {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .list--between .list__item {
      margin-bottom: 30px;
      min-width: 33%; }
      .list--between .list__item:first-child {
        padding-left: 10px; }
      .list--between .list__item:last-child {
        padding-right: 10px; }
  .list--four-full .list__item {
    min-width: 40%;
    width: 40%;
    margin-bottom: 50px; }
  .list--services {
    -ms-flex-pack: center;
        justify-content: center; }
    .list--services .list__item {
      min-width: 40%;
      width: 40%;
      margin-bottom: 50px; }
  .footer-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer-menu .menu-list {
      margin-right: 0px;
      min-width: 50%; } }

@media screen and (max-width: 769px) {
.padding--y-xl{
  padding: 0 0; 
}

.padding--y-xxl{
  padding: 0 0; 
}

.padding--y-xxxl{
  padding: 0 0; 
}

.padding--y-9rem {
  padding: 0 0;
}

.padding--y-12rem {
  padding: 0 0;
}

.padding--y-3rem {
  padding: 0 0;
}


 .section--bg-packages3:after {
  height: 100%;
 }

  .margin--left-2xxl {
    margin-left: 0;
  }

  .title--md {
    font-size: 18px; }
  .title--blue {
    font-size: 18px; }
  .title--sm {
    font-size: 16px; }
  .two-box {
    -ms-flex-direction: column;
        flex-direction: column; }
    .two-box .two-box__item {
      width: 100%; }
  .servbox {
    -ms-flex-direction: column;
        flex-direction: column; }
    .servbox__imagebox {
      width: 100%; }
    .servbox__info {
      width: 100%;
      padding: 0 15px; }
  .two-box-list {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 5px; }
  .range-price-info.margin--top-big.margin--top-bigger {
    margin-top: 0; }
  .range-price-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .range-price-info__item {
      width: 100%;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
    .range-price-info__text {
      width: 100%;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
    .range-price-info .range-price-info__text {
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .flex.flex--align-center.flex--justify-center.flex--direction.padding--y-lg .padding--y-xl .padding--y-xxl .padding--y-xxxl{
    padding: 0; }
  .list.list--services .list__item {
    margin: 0;
    margin-bottom: 30px; }
  .filter-box {
    padding: 0 15px; }
  .filter-box__title {
    font-size: 20px; }
  .banner {
    display: none; }
  .info-box__img.info-box__img--right {
    margin-bottom: 1rem; }
  .info-box__img.info-box__img--padd {
    margin-bottom: 0; }
  .section--darkimgbg {
    background-color: #002854; }
    .section--darkimgbg:after {
      display: none; }
  .info-box__shadow-img {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .info-box__info.info-box__info--fixed {
    min-height: 0;
    padding: 0; }
  .table-two-darkblue__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .table-two-darkblue__item td {
      height: auto;
      width: 100%; }
  .info-box__info.info-box__info--left {
    padding: 0; }
    .info-box__info.info-box__info--left img {
      width: 100%; }
  .price-table-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .price-table-horizontal .price-table-horizontal__left {
      width: 100%;
      margin-bottom: 30px; }
    .price-table-horizontal .price-table-horizontal__item {
      padding: 30px; }
    .price-table-horizontal .price-table-horizontal__right {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .infolist {
    -ms-flex-direction: column;
        flex-direction: column; }
    .infolist .infolist__item {
      min-width: 100%;
      max-width: 100%; }
    .infolist .infolist__content:after {
      display: none; }
  .tab-nav {
    -ms-flex-direction: column;
        flex-direction: column; }
    .tab-nav__link {
      margin: 0 !important;
      padding: 15px !important;
      text-align: center;
      font-size: 13px !important; }
      .tab-nav__link:after {
        display: none !important; }
  .info-box__img {
    width: 100%;
    margin-bottom: 30px; }
  .info-box__info {
    width: 100%;
    margin-bottom: 30px; }
  .list--three-full .list__item {
    margin-bottom: 60px;
    width: 10%;
    min-width: 100%; }
    .list--three-full .list__item:last-child {
      padding-right: 30px; }
    .list--three-full .list__item:first-child {
      padding-left: 30px; }
  .line-dots {
    display: none; }
  .paneldrop__title {
    padding: 15px;
    font-size: 20px; }
  .paneldrop__items {
    padding: 10px 40px;
    font-size: 15px; }
    .paneldrop__items:after {
      right: 20px; }
  .sm--boxs {
    -ms-flex-direction: column;
        flex-direction: column; }
    .sm--boxs .info-sm-box {
      margin-bottom: 50px;
      width: auto;
      width: 350px;
      max-width: 100%; }
  .section--darkbg {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000f2a; }
  .form-wrapper .form__item {
    width: 100%; }
  .tab_menu {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .tab_menu__item {
      height: 50px; }
    .tab_menu__text {
      font-size: 12px; }
      .tab_menu__text:after {
        /*bottom: 5px;*/ }
  .sm--sectbox .padding--x-lg .flex {
    -ms-flex-direction: column;
        flex-direction: column; }
    .sm--sectbox .padding--x-lg .flex .title {
      text-align: center; }
  .section--bg-packages1 .title.title--white.padding--top-lg,
  .section--bg-packages .title.title--white.padding--top-lg {
    color: #4a4c4c; }
  .section--bg-packages1:after,
  .section--bg-packages:after {
    display: none; }
  .price-table {
    margin-bottom: 30px; } }

@media screen and (max-width: 550px) {
  .tab_menu__text {
    font-size: 13px; }
  .list .list__item {
    margin: 0 40px;
    margin-bottom: 50px;
    width: 100%;
    width: 100%; }
  --four-full .list__item {
    min-width: 40%;
    width: 40%;
    margin-bottom: 50px; }
  .footer-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer-menu .menu-list {
      margin-right: 0px;
      min-width: 100%; }
  .down-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    -ms-flex-direction: column;
        flex-direction: column; }
    .down-footer .copyright {
      margin-top: 0;
      text-align: center; }
  .top-head {
    -ms-flex-pack: center;
        justify-content: center;
    padding: 30px 0;
    -ms-flex-direction: column;
        flex-direction: column; }
  .header-top__contact {
    width: auto;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0 30px; }
  .header-top__nav {
    margin: 0 10px; }
  .header-top__nav-link {
    font-weight: bold;
    font-size: 15px; }
  .home-slider__title {
    font-size: 18px !important; } }

.myvideo {
  width: 100%;
  box-shadow: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 0;
  position: relative;
  z-index: 0; }
  .myvideo:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: red;
    width: 100%;
    height: auto; }

.video-box {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  cursor: pointer;
  left: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.51);
  width: 100%;
  height: 100%; }
  .video-box img {
    width: 100%; }
  .video-box__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

  .myvideo2 {
  width: 100%;
  box-shadow: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 0;
  position: relative;
  z-index: 0; }
  .myvideo2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: red;
    width: 100%;
    height: auto; }

.video-box2 {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  cursor: pointer;
  left: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.51);
  width: 100%;
  height: 100%; }
  .video-box2 img {
    width: 100%; }
  .video-box__icon2 {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

  .myvideo3 {
  width: 100%;
  box-shadow: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 0;
  position: relative;
  z-index: 0; }
  .myvideo3:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: red;
    width: 100%;
    height: auto; }

.video-box3 {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  cursor: pointer;
  left: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.51);
  width: 100%;
  height: 100%; }
  .video-box3 img {
    width: 100%; }
  .video-box__icon3 {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.range-slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .range-slider__input[type=range] {
    margin: 0 10px;
    outline: none;
    padding: 0;
    width: 100%;
    background: repeating-linear-gradient(-65deg, #72c880, #72c880 10px, #26ce3d 10px, #26ce3d 20px);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-color: #00132a;
    cursor: pointer;
    -webkit-appearance: none;
    height: 20px; }
  .range-slider__input[type=range]::-webkit-slider-runnable-track {
    box-shadow: none;
    border: none;
    background: transparent;
    -webkit-appearance: none; }
  .range-slider__input[type=range]::-webkit-slider-thumb {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 100%;
    -webkit-appearance: none;
    transition: all .2s linear;
    background-size: 100%;
    -webkit-transition: all .2s linear;
    background-position: center;
    background-image: url(../img/icons/range-btn.png); }
  .range-slider__input[type=range]::slider-runnable-track {
    box-shadow: none;
    border: none;
    background: transparent;
    -webkit-appearance: none; }
  .range-slider__value {
    position: relative;
    background: #002748;
    height: 50px;
    width: 140px;
    -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
    padding: 0 20px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
    font-weight: bold; }
    .range-slider__value:after {
      content: "GB";
      margin-left: 2px;
      margin-top: 13px;
      font-size: 13px; }
  .range-slider__price {
    width: 140px;
    -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
    border-radius: 2px;
    position: relative;
    background: #002748;
    height: 50px;
    padding: 0 20px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 18px;
    padding-top: 10px;
    font-weight: bold; }
    .range-slider__price:before {
      content: "$";
      position: relative;
      margin-top: -20px;
      margin-right: 2px;
      font-size: 17px; }

.range-price-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .range-price-info__item {
    padding: 15px; }
  .range-price-info__text {
    position: relative;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #fff; }
    .range-price-info__text:before {
      margin-right: 5px;
      margin-top: 5px;
      content: url(/rsp-assets/img/icons/result1.png); }

.price-bar {
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column; }
  .price-bar__number {
    font-size: 48px;
    margin: 0;
    color: #fff; }
  .price-bar__text {
    font-size: 14px;
    margin: 0;
    color: #fff; }

.text-18px {
  font-size: 18px;
}

.service-icon {
  width: 5rem;
}

.icon1 {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.icon0 {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.icontext {
  text-align: center;
  font-size: 14px;
}

.warning-form {
  width: 100%;
  float: left;
}

.required-field::before { 
    content: "*";
    color: red;
}

.required-field::before {
    content: "\00a0\00a0 ";
    float: right;
    color: red;
}

.btn--center {
  -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    width: 300px;
}

.img-service {
    margin: 1rem auto;
    display: block;
    padding: 30px 15px;
    cursor: pointer;
    border: 1px solid white; 
}

.img-services-border {
    border: 1px solid white; 
}

.cap {
  text-transform: capitalize;
}

.text-under-box {
    position: relative;
}

.text-under-box:after {
    content: '';
    position: absolute;
    left: 15%;
    bottom: -10%;
    width: 72%;
    border-bottom: 1px solid #b2b7bf;
    height: 100%;
}

.arrow-animated {
  cursor: pointer;
}

.arrow-wrapper {
  position: absolute;
    bottom: 3rem;
    z-index: 1;
    left: 50.5%;
    translate:transform(-50.5%,-50.5%);
}

.arrow {
  display: block;
  -ms-transform: rotate(45deg);  /* IE 9 */
  -webkit-transform: rotate(45deg);  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  margin: 5px 0 8px 8px;
  width: 10px;
  height: 10px;
  -webkit-animation: mouse-scroll .5s infinite;
  -moz-animation: mouse-scroll .5s infinite;
  -webkit-animation-direction: alternate;
      margin-left: auto;
    margin-right: auto; 
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  margin-bottom: 6px;
      position: absolute;
    bottom: 4rem;
    z-index: 1;
    left: 50%;
    translate:transform(-50%,-50%);
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 1s linear infinite;
  -moz-animation: mouse-wheel 1s linear infinite;
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 6px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  25% {
   opacity: .25;
  }
  50% {
    opacity: .5;
  }
  75% {
    opacity: .75;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  25% {
   opacity: .25;
  }
  50% {
    opacity: .5;
  }
  75% {
    opacity: .75;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  25% {
   opacity: .25;
  }
  50% {
    opacity: .5;
  }
  75% {
    opacity: .75;
  }
  100% {
    opacity: 1;
  }
}

.padding-6 {
  padding: 6px 0;
}

.read-more-state {
  display: none;
}

.read-more-target {
    opacity:0;
    clear: both;
    max-height: 0;
    overflow: hidden;
    padding: 0; 
  font-size: 0;
  transition: .8s opacity ease;
  text-align: center;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  height: auto;
  padding: 6px 0;
  display: inline-table;
  font-size: inherit;
  width: 100%;
}

.read-more-state ~ .read-more-trigger::before {
  content: '+ SHOW MORE';
  font-size: 14px;
    color: #4a4c4c;
    padding: 6px 0;
    font-weight: bold
}

.read-more-state:checked ~ .read-more-trigger::before {
  content: '- SHOW LESS';
}

.read-more-trigger {
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  text-align: center;
}

.blue--border {
  border: 2px solid #3388c5; 
}

.blue--bg-dot {
  background-color: #3388c5;
}

.title--darkred {
  color: rgb(196,18,48);
}

.holder {
position: absolute;
margin: 7px 8px;
color: #A3A3A3;
cursor: auto;
font-family: Helvetica;
font-size: 11pt;
z-index: 1;
}

.holder_textarea {
position: absolute;
margin: 7px 8px;
color: #A3A3A3;
cursor: auto;
font-family: Helvetica;
font-size: 11pt;
z-index: 1;
left: 10px;
}

.talk-bubble {

  z-index: 10;
  width: 300px;
  height: auto;
  border-radius: 10px;
  background-color: #eaf3f9;
  -webkit-box-shadow: 10px 10px 15px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 15px -7px rgba(0,0,0,0.75);
box-shadow: 10px 10px 15px -7px rgba(0,0,0,0.75);
transition: .5s all ease;

}

.talktext {
    text-align: left;
    line-height: 1.5em;
}

.talktext p {
    padding: 10px 15px; 
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}



blockquote{
  display:block;
  background: #fff;
  padding: 0px 20px 0px 30px;
  margin: 0 0 20px;
  position: relative;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 80px;
  font-weight: bold;
  color: #4793cb;
  
  /*Positioning*/
  position: absolute;
  left: 0px;
  top:-50px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 80px;
  font-weight: bold;
  color: #4793cb;
  
  /*Positioning*/
  transform: rotate(180deg);
  position: absolute;
  left: 30rem;
  bottom:-20px;
}

.owl-dot.active {
  background-color: #4793cb;
}

.gray-border {
  border-color: #4a4c4c;
  z-index: 10;
}


.line-dots1__item {
  cursor: pointer;
}

.line-dots1__item--active p {
  color: #4793cb;
}

.line-dots1__item--active .gray-border {
  border-color: #4793cb;
}

.line-dots1__item--active .round-circle__item1 {
  background-color: #4793cb;
  z-index: 10;
}

.white-border {
  border-color: white;
  z-index: 10;
}


.line-dots11__item {
  cursor: pointer;
}

.line-dots11__item--active p {
  color: #4793cb;
}

.line-dots11__item--active .white-border {
  border-color: #4793cb;
  z-index: 10;
}

.line-dots11__item--active .round-circle__item11 {
  background-color: #4793cb;
  z-index: 10;
}

.find-more {
  margin-top: 15px;
  cursor:pointer;
}

.find-more:hover {
  color:#3189c7;
}

.build-button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-left:60px;
  padding-right:60px;
}

.section1 {
  max-width: 35%;
  background: white;
}

.section1-wp {
  padding: 40px 5rem; 
}

.section2 {
  background-color: #3189c7;
  width: 65%;
}

.section2-wp {

}

@media (max-width: 992px) {
  .section1 {max-width: 100%;}
  .section2 {max-width:100%;width: 100%;}

}

.circle-pad {
  margin-right: auto;
  margin-left: auto;
  padding: 80px 40px;
    border: 5px solid gray;
    border-radius: 50%;

position: relative;
    overflow: visible;
    width: 25vw;
    height: 25vw;
}

.circle-pad .line-dots1__item {
    position: absolute;
    top: 50%; left: 50%;
    /*width: 10em; height: 4em;
    /*margin: -2em -5em;*/
}

.circle-pad .line-dots1__item.deg270 {
transform: rotate(270deg) translate(12.5vw) rotate(-270deg) translate(-50%, -75%);
/*display: flex;*/
}

.circle-pad .line-dots1__item.deg315 {
transform: rotate(315deg) translate(12.5vw) rotate(-315deg) translate(-15%, -80%);
display: flex;
}

.circle-pad .line-dots1__item.deg45{
    transform: rotate(45deg) translate(12.5vw) rotate(-45deg) translate(-15%, -15%);
    display: flex;
}
.circle-pad .line-dots1__item.deg90 {
    transform: rotate(90deg) translate(12.5vw) rotate(-90deg) translate(-50%, -25%);}

.circle-pad .line-dots1__item.deg135{
    transform: rotate(135deg) translate(12.5vw) rotate(-135deg) translate(-85%, -15%);
    /* text-shadow: 0 0 black; */
    display: flex;

}

.circle-pad .line-dots1__item.deg225{
transform: rotate(225deg) translate(12.5vw) rotate(-225deg) translate(-80%, -80%);
display: flex;
}


/* ADDED BY TAREK S. MOUABRAK */
.price-table__content{
  padding-bottom: 30px;
}

.marg7-pack {
  margin-bottom: 7rem;
}

.padding--text1 {
  padding-bottom: 32px;
}

.button-2pack {
  width: 450px;
  
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.table-symantec {
  width:1069px;
  overflow-x:none;
  -webkit-box-shadow: 0px 0px 11px 10px rgba(176,176,176,1);
  -moz-box-shadow: 0px 0px 11px 10px rgba(176,176,176,1);
  box-shadow: 0px 0px 11px 10px rgba(176,176,176,1);
  margin-right: auto;
  margin-left: auto;
}

.table-geotrust {
  overflow-x:none;
  -webkit-box-shadow: 0px 0px 11px 10px rgba(176,176,176,1);
  -moz-box-shadow: 0px 0px 11px 10px rgba(176,176,176,1);
  box-shadow: 0px 0px 11px 10px rgba(176,176,176,1);
}

.table-comodo {
  -webkit-box-shadow: 0px 0px 11px 10px rgba(176,176,176,1);
  -moz-box-shadow: 0px 0px 11px 10px rgba(176,176,176,1);
  box-shadow: 0px 0px 11px 10px rgba(176,176,176,1);
  max-width: 100%;
  width:1120px;
  overflow-x: none;
}

.hi1 {
    position: relative;
    padding-left: 10%;
    padding-top: 10%;
    padding-bottom: 9%;
    padding-right: 11%;
    border: 15px solid white;
    margin-left: 55%;
    margin-right: auto;
    border-right-color: #3189c7;
    margin-top: auto;
    margin-bottom: auto;
		height: 300px;
}

.max75 {
  max-width: 75%;
}

.hi1:after {
    position: absolute;
    left: 90%;
    right: -15px;
    top: -15px;
    border: 8px solid #3189c7;
    content: '';
}
.video-wrapper{
		max-width: 770px;
}
.hi1:before {
    position: absolute;
    left: 90%;
    right: -15px;
    bottom: -15px;
    border: 8px solid #3189c7;
    content: '';
}

.hi2 {
  width: 45%;min-width: 45%;
}

.hi3 {
  position:relative;
      border: 15px solid white;

    border-right: 15px solid #3189c7;
    padding: 3%;
    padding-left: 5%;
    margin-left: 20%;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 90%;
    z-index: 10;
	height: 22rem;
}

.hi3:before {
      position: absolute;
    left: 96%;
    right: -15px;
    bottom: -15px;
    border: 8px solid #3189c7;
    content: '';
}

.hi3:after {
    position: absolute;
    left: 96%;
    right: -15px;
    top: -15px;
    border: 8px solid #3189c7;
    content: '';  
}

.hi4 {
  min-width: 50%;
}

@media screen and (min-width: 1500px) {
  .hi1:before {
    left:84%;
  }

  .hi1:after {
    left:84%;
  }

  .hi3:before {
    left:91%;
  }

  .hi3:after {
    left:91%;
  }
}
@media screen and (max-width:1000px){
	.header .grid--container{
		padding: 0px;
	}
	.header .grid--container .row .col{
		padding: 0px;
	}

.max75 {
  max-width: 100%;
}

.line-dotss {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.line-dotss:before {
  top:30px;
  height: 70%;
}

.hi2 {
  width: 100%;min-width: 100%;
}

.hi2 h4 {
  text-align: center;
}

.hi1 {
  margin-left: auto;
  border-right-color: white;
}

.hi1:after {
    position: absolute;
    left: 00%;
    right: -15px;
    top: -15px;
    border: 8px solid white;
    content: '';
}

.hi1:before {
    position: absolute;
    left: 0%;
    right: -15px;
    bottom: -15px;
    border: 8px solid white;
    content: '';
}

.hi3 {
  margin-left: auto;
  border-right-color: white;
}

.hi3:after {
    position: absolute;
    left: 00%;
    right: -15px;
    top: -15px;
    border: 8px solid white;
    content: '';
}

.hi3:before {
    position: absolute;
    left: 0%;
    right: -15px;
    bottom: -15px;
    border: 8px solid white;
    content: '';
}

.hi4 {
  min-width: 100%;
}

.section--additional {
  min-width: 100%;
}

.section--additional2 {
  min-width: 100%;
}

.table-symantec {
  overflow-x: auto;
}

.table-geotrust {
  overflow-x: auto;
}

.table-comodo {
  overflow-x: auto;
}
.flex {
  display: block;
}

.logo-brand {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.margin--top-big {
  margin-top: 20px;
}

.margin--down-big {
  margin-bottom: 20px;
}

.info-sm-box {
  width:80%;
  margin:0 auto;
  margin-top: 80px;
}

.marg7-pack {
  margin-bottom: 0;
}

.price-table__content {
  padding-bottom: 0;
}

.infolist__content:after {
  background-color: transparent;
}
.infolist__content:before {
  background-color: transparent;
}

.text--padding {
  padding: 0 15px;
}

.menu-list__title {
  min-height: 0px;
}

.info-box__info {
  padding-left: 0;
}

.info-box__info h4{
  text-align: center;
}

.info-box__info p{
  text-align: center;
}

.text--download {
  font-size: 12px;
}

.padding--text1 {
  padding-bottom:10px;
}
.btn-padz {
  margin-bottom: 30px;
}

.padding-bottom2 {
  padding-bottom: 2rem;
}

.padding--y-lg {
  padding-left: 0;
  padding-right: 0; 
}

.button-2pack {
    width: 320px;
}
}

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

  .circle-pad {
    width: 50vw;
    height: 50vw;
}

  .section--additional {
  margin-bottom: 0;
}

  .hi1 {
    margin: 10%;
  }

  .blockquote:after {
  left:40rem;
  bottom:-40px;
}

.circle-pad .line-dots1__item.deg270 {
transform: rotate(270deg) translate(25vw) rotate(-270deg) translate(-50%, -75%);
/*display: flex;*/
}

.circle-pad .line-dots1__item.deg315 {
transform: rotate(315deg) translate(25vw) rotate(-315deg);
display: flex;
}

.circle-pad .line-dots1__item.deg45{
    transform: rotate(45deg) translate(25vw) rotate(-45deg) translate(-15%, -15%);
    display: flex;
}
.circle-pad .line-dots1__item.deg90 {
    transform: rotate(90deg) translate(25vw) rotate(-90deg) translate(-50%, -25%);
    }

.circle-pad .line-dots1__item.deg135{
        transform: rotate(135deg) translate(25vw) rotate(-135deg) translate(-80%, -15%);
    /* text-shadow: 0 0 black; */
    display: flex;
    width: 10em;

}

.circle-pad .line-dots1__item.deg225{
transform: rotate(225deg) translate(25vw) rotate(-225deg) translate(-80%, 0%);
display: flex;
width: 10em;
}
}

@media screen and (max-width:576px) {
  .blockquote:after {
  left:30rem;
  bottom:-40px;
}
}

@media screen and (max-width:500px) {
  .blockquote:after {
  left:25rem;
  bottom:-40px;
}
}

@media screen and (max-width:450px) {
  .blockquote:after {
  left:15rem;
  bottom:-40px;
}
}

.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}

	
	
.round-circle2 
	{
		width: 24px;background-color: white;
	}
	
	@media (max-width:1024px)
	{.round-circle2 
	{
		width:14px;background-color: white;
	}
		
	}

    
	
	.round-circle3 
	{
		width: 28px;background-color: white;
	}
	
	@media (max-width:1024px)
	{.round-circle3 
	{
		width: 14px;background-color: white;
	}
		
	}
	
	
		.testtt
	{
		width: 53px;background-color: #002856;
	}
	
	@media (max-width:1024px)
	{.testtt 
	{
		width: 14px;background-color: #002856;
	}
		
	}
	
