/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-footer-fb-hover, footer .icons .icon-footer-fb:hover {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 60px;
  height: 60px;
}

.icon-footer-fb {
  background-image: url(../img/sprite.png);
  background-position: -70px 0px;
  width: 60px;
  height: 60px;
}

.icon-footer-insta-hover, footer .icons .icon-footer-insta:hover {
  background-image: url(../img/sprite.png);
  background-position: 0px -70px;
  width: 60px;
  height: 60px;
}

.icon-footer-insta {
  background-image: url(../img/sprite.png);
  background-position: -70px -70px;
  width: 60px;
  height: 60px;
}

.icon-footer-twitter-hover, footer .icons .icon-footer-twitter:hover {
  background-image: url(../img/sprite.png);
  background-position: -140px 0px;
  width: 60px;
  height: 60px;
}

.icon-footer-twitter {
  background-image: url(../img/sprite.png);
  background-position: -140px -70px;
  width: 60px;
  height: 60px;
}

.icon-footer-youtube-hover, footer .icons .icon-footer-youtube:hover {
  background-image: url(../img/sprite.png);
  background-position: 0px -140px;
  width: 60px;
  height: 60px;
}

.icon-footer-youtube {
  background-image: url(../img/sprite.png);
  background-position: -70px -140px;
  width: 60px;
  height: 60px;
}

.icon-lock, .banner-section .privacy:before {
  background-image: url(../img/sprite.png);
  background-position: -140px -140px;
  width: 11px;
  height: 14px;
}

/*
 * Vendor Prefix generator
 */
/*
 * a small mixin for easy use of rem with px as fallback
 * usage: @include x-rem(font-size, 14px)
 * usage: @include x-rem(margin, 0 12px 2 1.2)
 * usage: @include x-rem(padding, 1.5 24px)
 *
 * thanks to Eric Meyer for https://github.com/ericam/susy
 * and Hans Christian Reinl for http://drublic.de/blog/rem-fallback-sass-less/
 */
/*
 * Linear gradient generator. 'start' is top, 'end' is bottom. IE9 support not included using CSS SVG include.
 *
 * Use http://www.colorzilla.com/gradient-editor/ to generate IE9 SVG element
 *
 */
/****************** BUTTONS **************************/
/*
 * Linear gradient generator. 'start' is top, 'end' is bottom. IE9 support not included using CSS SVG include.
 *
 * Use http://www.colorzilla.com/gradient-editor/ to generate IE9 SVG element
 *
 */
.alert[style*=inline] {
  display: block !important;
}

body {
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.72px;
  max-width: 2560px;
  margin: auto;
}

h1, .h1 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 70px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  line-height: 80px !important;
}
h1 small, .h1 small {
  display: block;
}
h1 strong, .h1 strong {
  color: #1670ab;
  font-weight: bold;
}

h2, .h2 {
  color: #000000;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 45px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  line-height: normal !important;
}
h2 small, .h2 small {
  display: block;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  h2, .h2 {
    font-size: 55px;
  }
}
h2 strong, .h2 strong {
  color: #1670ab;
  font-weight: bold;
}

h3 {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}
h3 strong {
  color: #000000;
}
h3 p {
  color: #000000;
}
h3 span {
  display: block;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h3 span {
    font-size: 14px;
    text-align: left;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  h3 {
    font-size: 35px;
  }
}

h4 {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 60px;
}
h4 > strong {
  color: #000000;
}

p {
  margin: 0 0 20px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  line-height: 27px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.56px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  h3 {
    font-size: 30px !important;
    line-height: 35px !important;
  }

  p {
    font-size: 14px !important;
    line-height: 25px !important;
  }
}
a {
  color: #000000;
}
a:hover {
  color: #1670ab;
}

img {
  max-width: 100%;
}

.social-links {
  list-style: none;
  padding: 0;
}
.social-links li {
  display: inline-block;
}

.btn-style {
  display: inline-block;
  position: relative;
  transition: 0.5s;
  border: 3px solid #1670ab;
  height: 60px;
  padding: 18px 20px 18px;
  text-align: center;
  background: #1670ab;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  min-width: 210px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.84px;
}
.btn-style:hover, .btn-style:focus, .btn-style:active {
  color: #1670ab;
  text-decoration: none;
  outline: none !important;
  background: transparent;
}
.btn-style:hover:before, .btn-style:focus:before, .btn-style:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-style.black {
  border: 2px solid #d2b14a;
  text-align: center;
  background: #d2b14a;
  color: #ffffff;
  box-shadow: none;
}
.btn-style.black:hover, .btn-style.black:focus, .btn-style.black:active {
  color: #d2b14a;
  text-decoration: none;
  background-color: #ffffff;
}
.btn-style.black:hover:before, .btn-style.black:focus:before, .btn-style.black:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-style.white {
  border: 2px solid #ffffff;
  text-align: center;
  background: transparent;
  color: #ffffff;
  box-shadow: none;
}
.btn-style.white:hover, .btn-style.white:focus, .btn-style.white:active {
  color: #f18f01;
  text-decoration: none;
  background: #ffffff;
}
.btn-style.white:hover:before, .btn-style.white:focus:before, .btn-style.white:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-link {
  color: #2d2c2c;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

label {
  line-height: 26px;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  label {
    font-size: 14px !important;
    margin: 0;
    line-height: 16px !important;
  }
}

.form-control {
  border: 0px solid #eeeeee;
  background-color: #ffffff;
  box-shadow: none;
  height: 47px;
  border-radius: 7px;
  padding-left: 15px;
  color: #444444;
  font-size: 14px;
  line-height: 16px;
}
.form-control::-webkit-input-placeholder {
  color: #444444;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #444444;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #444444;
}
.form-control:-ms-input-placeholder {
  color: #444444;
}
@media screen and (max-width: 767px) {
  .form-control {
    height: 40px;
  }
}
.form-control:focus, .form-control:active, .form-control:hover {
  color: #1670ab;
  outline: none;
  box-shadow: none;
}

.form-group {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 15px;
  }
}

textarea.form-control {
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 150px;
  max-height: 200px;
  resize: none;
}
@media screen and (max-width: 767px) {
  textarea.form-control {
    min-height: 100px;
    max-height: 100px;
  }
}

.screen-reader-response, .wpcf7-validation-errors {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #656565;
  text-shadow: 0 0 0;
  line-height: 47px;
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-top: 8px;
}

.wpcf7-mail-sent-ok {
  text-align: center;
  padding: 10px !important;
  margin: 20px auto 0;
  font-weight: 600;
  width: 100%;
  display: block;
  max-width: 100%;
  clear: both;
  margin-top: 90px;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
  text-align: center;
  padding: 10px 30px !important;
  font-weight: 600;
  width: 100%;
  display: block;
  max-width: 100%;
  clear: both;
}

.pagination {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
  display: inline-block;
}
.pagination li {
  display: inline-block;
  margin: 0 3px;
}
.pagination li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  display: inline-block;
  height: 34px;
  width: 34px;
  padding: 2px;
  border: 1px solid #b21212;
  color: #b21212;
  transition: 0.5s;
  padding-top: 6px;
}
.pagination li a:hover, .pagination li a:focus, .pagination li a:active {
  background: #b21212;
  color: #ffffff;
  border: 1px solid #b21212;
  text-decoration: none;
}
.pagination li.active a {
  background: #b21212;
  color: #ffffff;
  border: 1px solid #b21212;
}
.pagination li.active a:hover {
  background: #b21212;
  color: #ffffff;
  border: 1px solid #b21212;
  text-decoration: none;
}

.wpcf7-not-valid-tip {
  color: red;
  line-height: 20px;
  font-size: 12px !important;
  font-weight: normal;
  margin-top: 8px;
}

iframe {
  width: 100%;
  height: 400px;
  display: block;
}

.container.smaller {
  max-width: 900px;
}

.container.more-smaller {
  max-width: 700px;
}

.blue-bg {
  background: #1f2042;
}

.silver-bg {
  background: #f9f9f9;
}

.red-bg {
  background: #b21212;
}
.red-bg .btn-style {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.red-bg .btn-style:before {
  background: #ffffff;
}
.red-bg .btn-style:hover, .red-bg .btn-style:active, .red-bg .btn-style:focus {
  color: #b21212;
}

section {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}

.no-style-submit {
  border: none;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  padding: 14px 20px;
  width: 100%;
  text-indent: 0;
  z-index: 9999;
  font-weight: 500;
  transition: 0.5s;
}

.container > h2 {
  text-align: center;
  position: relative;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .container > h2 {
    margin-bottom: 50px;
  }
}

.owl-dot:hover, .owl-dot:focus, .owl-dot:active, .owl-nav button:hover, .owl-nav button:focus, .owl-nav button:active {
  outline: none;
}

.nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-list li {
  display: inline-block;
}

.owl-dots {
  display: none !important;
}

.owl-carousel .owl-nav span {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .owl-carousel .owl-nav {
    display: none !important;
  }
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: -41px;
  bottom: 0;
  left: -100px;
  margin: auto;
}
.owl-carousel .owl-nav .owl-prev:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: -30px;
  bottom: 0;
  right: -25px;
  margin: auto;
}
.owl-carousel .owl-nav .owl-next:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

img.float-left {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  img.float-left {
    margin-right: 0;
    width: 100%;
  }
}

img.float-right {
  margin-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  img.float-right {
    margin-left: 0;
    width: 100%;
  }
}

.image-wrapper {
  overflow: hidden;
}
.image-wrapper img {
  transition: 0.5s;
}
.image-wrapper:hover img, .image-wrapper:focus img, .image-wrapper:active img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

#menu-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  #menu-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    height: 30px;
    width: 30px;
    background: url("../img/001-menu.svg") no-repeat;
    background-size: 100%;
    z-index: 99999;
  }
  #menu-btn.active {
    background: url("../img/002-cancel.svg") no-repeat;
    background-size: 100%;
    top: -14px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

#main-menu {
  display: block;
}
@media screen and (max-width: 767px) {
  #main-menu {
    display: none;
    background: #ffffff;
    margin-top: 0;
    top: 0;
    position: absolute;
    text-align: center !important;
    z-index: 9999;
    padding: 20px 0;
    left: 0;
    width: 100%;
    padding-top: 65px;
  }
  #main-menu ul {
    padding-top: 0;
    top: 0;
    width: 100%;
  }
  #main-menu ul li {
    display: block;
    text-align: center;
  }
  #main-menu ul li a {
    display: block;
    color: #000000 !important;
  }
  #main-menu.active {
    display: block;
  }
}

.captcha-image {
  border-color: #eeeeee !important;
  width: 100%;
}

.split2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media screen and (max-width: 767px) {
  .split2 {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

.split3 {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
@media screen and (max-width: 767px) {
  .split3 {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

.gray-bg {
  background: #f9f9f9;
}

.dark-bg {
  background: #c4c4c4;
}

.text-black {
  color: #000000 !important;
}

[class^=icon-] {
  display: inline-block;
}

.standard-content {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.standard-content > h2 {
  text-align: left;
}
.standard-content > * {
  text-align: left !important;
}
.standard-content h3, .standard-content h4, .standard-content h5, .standard-content h6 {
  margin: 0 0 10px;
}
.standard-content h3 {
  margin: 35px 0 5px;
  line-height: 40px;
  font-weight: 500;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .standard-content h3 {
    font-size: 16px !important;
    line-height: 24px !important;
    margin: 25px 0 5px;
  }
}
.standard-content h4 {
  font-weight: 600;
  padding: 12px 0 5px;
  margin: 0;
}
.standard-content hr {
  margin: 0 0 15px;
  border-top: 1px solid #d6dfe8;
}
.standard-content p {
  font-size: 16px;
  margin: 0 0 20px;
}
.standard-content ol, .standard-content ul {
  font-size: 16px;
}
.standard-content ol.wrapped li, .standard-content ul.wrapped li {
  font-weight: 600;
  color: #656565;
  font-size: 16px;
}
.standard-content ol.wrapped li span, .standard-content ul.wrapped li span {
  font-weight: 400;
  color: #656565;
  display: inline-block;
  vertical-align: top;
}
.standard-content ol.wrapped li span {
  margin-left: 3px;
}
.standard-content ul {
  padding: 0;
  margin: 20px 0;
  list-style: none;
  font-size: 16px;
}
.standard-content ul li {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.standard-content ul li ul {
  margin: 0;
  font-size: 16px;
  padding: 10px 0;
}
.standard-content ul li:before {
  content: "";
  left: 0;
  top: 9px;
  background: #ffffff;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 2px solid #1670ab;
  display: block;
  position: absolute;
  transition: 0.1s;
}
.standard-content ul li:hover {
  /*&:before {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid $blue;
    border-bottom: 5px solid transparent;
    border-radius: 0;
    border-right: 0;
  }*/
}
.standard-content ul.social-icons li {
  padding-left: 25px;
}
.standard-content ul.social-icons li:before {
  background: url("../img/sprite.png") no-repeat;
  left: 0;
  top: 9px;
  border-radius: 0;
  border: none;
}
.standard-content img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
  margin: 20px 0;
}
.standard-content img.left, .standard-content img[style*="float: left;"], .standard-content img[style*="float:left;"] {
  width: auto;
  height: auto;
  float: left;
  margin: 7px 15px 10px 0;
}
@media screen and (max-width: 767px) {
  .standard-content img.left, .standard-content img[style*="float: left;"], .standard-content img[style*="float:left;"] {
    float: none !important;
    display: block;
    margin: 20px 0 20px 0;
  }
}
.standard-content img.right, .standard-content img[style*="float: right;"], .standard-content img[style*="float:right;"] {
  width: auto;
  height: auto;
  float: right;
  margin: 7px 0 10px 15px;
}
@media screen and (max-width: 767px) {
  .standard-content img.right, .standard-content img[style*="float: right;"], .standard-content img[style*="float:right;"] {
    float: none !important;
    display: block;
    margin: 20px 0 20px 0;
  }
}
.standard-content img.kv-play-icon {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  margin: auto !important;
}
.standard-content figure {
  margin: 0 0 10px;
}
.standard-content figure figcaption {
  text-align: center;
  font-style: italic;
  font-size: 12px;
}
.standard-content dl {
  margin: 0 0 10px;
  font-size: 16px;
}
.standard-content dl dd {
  padding: 0 0 0 10px;
  margin: 0 0 10px;
  font-size: 16px;
}
.standard-content meter {
  width: 100%;
  margin: 0 0 10px;
}
.standard-content progress {
  width: 100%;
  margin: 0 0 10px;
}
.standard-content details {
  margin: 0 0 10px;
}
.standard-content details summary {
  font-weight: bold;
}
.standard-content details p {
  margin-left: 15px;
}
.standard-content blockquote {
  margin: 0 0 30px;
}
.standard-content blockquote:before, .standard-content blockquote:after {
  font-size: 20px;
  content: '"';
}
.standard-content table {
  visibility: hidden;
}
.standard-content table.table {
  visibility: visible;
}
.standard-content .table-wrapper {
  width: 100%;
  overflow-y: auto;
  padding-bottom: 6px;
  margin: 25px 0 20px;
}
@media screen and (max-width: 767px) {
  .standard-content .table-wrapper {
    margin: 15px 0 15px;
  }
}
.standard-content .table-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
}
.standard-content .table-wrapper::-webkit-scrollbar-thumb {
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
}
.standard-content .table-wrapper table {
  visibility: visible;
  width: 100%;
  margin: 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .standard-content .table-wrapper table {
    width: 1200px;
    font-size: 17px;
  }
}
.standard-content .table-wrapper table caption {
  display: none;
}
.standard-content .table-wrapper table thead {
  background-color: #b21212;
}
.standard-content .table-wrapper table thead tr th {
  color: #ffffff;
  line-height: 28px;
  font-weight: 600;
  border-bottom: 0;
  padding: 12px 15px;
  text-transform: uppercase;
  font-size: 16px;
}
.standard-content .table-wrapper table tbody tr td {
  padding: 15px 15px;
  font-weight: 500;
  font-size: 16px;
}
.standard-content .table-wrapper table tbody tr:last-of-type {
  border-bottom: 1px solid #eeeeee;
}
.standard-content iframe {
  display: block;
}
.standard-content .embed-responsive {
  margin-top: 25px;
  margin-bottom: 25px;
}
.standard-content .embed-responsive iframe {
  visibility: visible;
}
.standard-content .show-iframe iframe {
  visibility: visible;
  width: 100%;
  height: 530px;
}
@media screen and (max-width: 767px) {
  .standard-content .show-iframe iframe {
    height: 257px;
  }
}
.standard-content .show-iframe iframe[src*="/slideshows/"] {
  width: 100% !important;
  max-width: 100% !important;
  height: 530px !important;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .standard-content .show-iframe iframe[src*="/slideshows/"] {
    height: 257px !important;
  }
}
.standard-content iframe.cke_wysiwyg_frame.cke_reset {
  visibility: visible;
}
.standard-content a.btn {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .standard-content a.btn {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.standard-content a.btn-download span, .standard-content a.btn-download strong {
  display: inline-block;
  margin-right: 10px;
}
.standard-content #h5 {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .standard-content #h5[style*=width] {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
  }
}
.standard-content .centered-image img {
  left: auto !important;
  transform: none;
}

.alert[style*=inline] {
  display: block !important;
}

body {
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.72px;
  max-width: 2560px;
  margin: auto;
}

h1, .h1 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 70px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  line-height: 80px !important;
}
h1 small, .h1 small {
  display: block;
}
h1 strong, .h1 strong {
  color: #1670ab;
  font-weight: bold;
}

h2, .h2 {
  color: #000000;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 45px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  line-height: normal !important;
}
h2 small, .h2 small {
  display: block;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  h2, .h2 {
    font-size: 55px;
  }
}
h2 strong, .h2 strong {
  color: #1670ab;
  font-weight: bold;
}

h3 {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}
h3 strong {
  color: #000000;
}
h3 p {
  color: #000000;
}
h3 span {
  display: block;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h3 span {
    font-size: 14px;
    text-align: left;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  h3 {
    font-size: 35px;
  }
}

h4 {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 60px;
}
h4 > strong {
  color: #000000;
}

p {
  margin: 0 0 20px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  line-height: 27px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.56px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  h3 {
    font-size: 30px !important;
    line-height: 35px !important;
  }

  p {
    font-size: 14px !important;
    line-height: 25px !important;
  }
}
a {
  color: #000000;
}
a:hover {
  color: #1670ab;
}

img {
  max-width: 100%;
}

.social-links {
  list-style: none;
  padding: 0;
}
.social-links li {
  display: inline-block;
}

.btn-style {
  display: inline-block;
  position: relative;
  transition: 0.5s;
  border: 3px solid #1670ab;
  height: 60px;
  padding: 18px 20px 18px;
  text-align: center;
  background: #1670ab;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  min-width: 210px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.84px;
}
.btn-style:hover, .btn-style:focus, .btn-style:active {
  color: #1670ab;
  text-decoration: none;
  outline: none !important;
  background: transparent;
}
.btn-style:hover:before, .btn-style:focus:before, .btn-style:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-style.black {
  border: 2px solid #d2b14a;
  text-align: center;
  background: #d2b14a;
  color: #ffffff;
  box-shadow: none;
}
.btn-style.black:hover, .btn-style.black:focus, .btn-style.black:active {
  color: #d2b14a;
  text-decoration: none;
  background-color: #ffffff;
}
.btn-style.black:hover:before, .btn-style.black:focus:before, .btn-style.black:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-style.white {
  border: 2px solid #ffffff;
  text-align: center;
  background: transparent;
  color: #ffffff;
  box-shadow: none;
}
.btn-style.white:hover, .btn-style.white:focus, .btn-style.white:active {
  color: #f18f01;
  text-decoration: none;
  background: #ffffff;
}
.btn-style.white:hover:before, .btn-style.white:focus:before, .btn-style.white:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-link {
  color: #2d2c2c;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

label {
  line-height: 26px;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  label {
    font-size: 14px !important;
    margin: 0;
    line-height: 16px !important;
  }
}

.form-control {
  border: 0px solid #eeeeee;
  background-color: #ffffff;
  box-shadow: none;
  height: 47px;
  border-radius: 7px;
  padding-left: 15px;
  color: #444444;
  font-size: 14px;
  line-height: 16px;
}
.form-control::-webkit-input-placeholder {
  color: #444444;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #444444;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #444444;
}
.form-control:-ms-input-placeholder {
  color: #444444;
}
@media screen and (max-width: 767px) {
  .form-control {
    height: 40px;
  }
}
.form-control:focus, .form-control:active, .form-control:hover {
  color: #1670ab;
  outline: none;
  box-shadow: none;
}

.form-group {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 15px;
  }
}

textarea.form-control {
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 150px;
  max-height: 200px;
  resize: none;
}
@media screen and (max-width: 767px) {
  textarea.form-control {
    min-height: 100px;
    max-height: 100px;
  }
}

.screen-reader-response, .wpcf7-validation-errors {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #656565;
  text-shadow: 0 0 0;
  line-height: 47px;
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-top: 8px;
}

.wpcf7-mail-sent-ok {
  text-align: center;
  padding: 10px !important;
  margin: 20px auto 0;
  font-weight: 600;
  width: 100%;
  display: block;
  max-width: 100%;
  clear: both;
  margin-top: 90px;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
  text-align: center;
  padding: 10px 30px !important;
  font-weight: 600;
  width: 100%;
  display: block;
  max-width: 100%;
  clear: both;
}

.pagination {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
  display: inline-block;
}
.pagination li {
  display: inline-block;
  margin: 0 3px;
}
.pagination li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  display: inline-block;
  height: 34px;
  width: 34px;
  padding: 2px;
  border: 1px solid #b21212;
  color: #b21212;
  transition: 0.5s;
  padding-top: 6px;
}
.pagination li a:hover, .pagination li a:focus, .pagination li a:active {
  background: #b21212;
  color: #ffffff;
  border: 1px solid #b21212;
  text-decoration: none;
}
.pagination li.active a {
  background: #b21212;
  color: #ffffff;
  border: 1px solid #b21212;
}
.pagination li.active a:hover {
  background: #b21212;
  color: #ffffff;
  border: 1px solid #b21212;
  text-decoration: none;
}

.wpcf7-not-valid-tip {
  color: red;
  line-height: 20px;
  font-size: 12px !important;
  font-weight: normal;
  margin-top: 8px;
}

iframe {
  width: 100%;
  height: 400px;
  display: block;
}

.container.smaller {
  max-width: 900px;
}

.container.more-smaller {
  max-width: 700px;
}

.blue-bg {
  background: #1f2042;
}

.silver-bg {
  background: #f9f9f9;
}

.red-bg {
  background: #b21212;
}
.red-bg .btn-style {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.red-bg .btn-style:before {
  background: #ffffff;
}
.red-bg .btn-style:hover, .red-bg .btn-style:active, .red-bg .btn-style:focus {
  color: #b21212;
}

section {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}

.no-style-submit {
  border: none;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  padding: 14px 20px;
  width: 100%;
  text-indent: 0;
  z-index: 9999;
  font-weight: 500;
  transition: 0.5s;
}

.container > h2 {
  text-align: center;
  position: relative;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .container > h2 {
    margin-bottom: 50px;
  }
}

.owl-dot:hover, .owl-dot:focus, .owl-dot:active, .owl-nav button:hover, .owl-nav button:focus, .owl-nav button:active {
  outline: none;
}

.nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-list li {
  display: inline-block;
}

.owl-dots {
  display: none !important;
}

.owl-carousel .owl-nav span {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .owl-carousel .owl-nav {
    display: none !important;
  }
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: -41px;
  bottom: 0;
  left: -100px;
  margin: auto;
}
.owl-carousel .owl-nav .owl-prev:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: -30px;
  bottom: 0;
  right: -25px;
  margin: auto;
}
.owl-carousel .owl-nav .owl-next:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

img.float-left {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  img.float-left {
    margin-right: 0;
    width: 100%;
  }
}

img.float-right {
  margin-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  img.float-right {
    margin-left: 0;
    width: 100%;
  }
}

.image-wrapper {
  overflow: hidden;
}
.image-wrapper img {
  transition: 0.5s;
}
.image-wrapper:hover img, .image-wrapper:focus img, .image-wrapper:active img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

#menu-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  #menu-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    height: 30px;
    width: 30px;
    background: url("../img/001-menu.svg") no-repeat;
    background-size: 100%;
    z-index: 99999;
  }
  #menu-btn.active {
    background: url("../img/002-cancel.svg") no-repeat;
    background-size: 100%;
    top: -14px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

#main-menu {
  display: block;
}
@media screen and (max-width: 767px) {
  #main-menu {
    display: none;
    background: #ffffff;
    margin-top: 0;
    top: 0;
    position: absolute;
    text-align: center !important;
    z-index: 9999;
    padding: 20px 0;
    left: 0;
    width: 100%;
    padding-top: 65px;
  }
  #main-menu ul {
    padding-top: 0;
    top: 0;
    width: 100%;
  }
  #main-menu ul li {
    display: block;
    text-align: center;
  }
  #main-menu ul li a {
    display: block;
    color: #000000 !important;
  }
  #main-menu.active {
    display: block;
  }
}

.captcha-image {
  border-color: #eeeeee !important;
  width: 100%;
}

.split2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media screen and (max-width: 767px) {
  .split2 {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

.split3 {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
@media screen and (max-width: 767px) {
  .split3 {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

.gray-bg {
  background: #f9f9f9;
}

.dark-bg {
  background: #c4c4c4;
}

.text-black {
  color: #000000 !important;
}

[class^=icon-] {
  display: inline-block;
}

body {
  overflow-x: hidden;
}

.nav-section {
  padding: 40px 0;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .nav-section {
    padding: 80px 0 40px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .nav-section .col-md-2:last-of-type .btn-style {
    min-width: 165px !important;
    font-size: 10px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .nav-section .col-md-2:last-of-type .btn-style {
    min-width: 170px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .nav-section .col-md-2:last-of-type .btn-style {
    margin-top: 0;
    position: absolute;
    right: 11px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .nav-section .col-md-2:last-of-type {
    position: absolute;
    top: 10px;
    right: 90px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .nav-section .col-md-2:first-of-type {
    position: absolute;
    top: 27px;
  }
}
.nav-section .col-md-2 .logo img {
  max-width: 200px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .nav-section .col-md-2 .logo img {
    max-width: 160px;
  }
}
.nav-section ul > li {
  position: relative;
}
.nav-section ul > li > a {
  padding: 18px 8px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  letter-spacing: 0.72px;
}
.nav-section ul > li > a:hover {
  color: #1670ab;
}
@media screen and (max-width: 767px) {
  .nav-section ul > li > a {
    padding: 14px 0 10px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .nav-section ul > li > a {
    padding: 10px 6px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .nav-section ul > li > a {
    padding: 18px 8px;
  }
}

.banner-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #959595;
  width: 100%;
}
.banner-section.lazyloaded {
  background-image: url("../img/banner-img.jpg") !important;
}
@media screen and (max-width: 767px) {
  .banner-section.lazyloaded {
    background-image: url("../img/banner-img-mobile.jpg") !important;
  }
}
.banner-section .row {
  padding: 60px 0;
}
.banner-section h1 {
  padding: 40px 0 30px;
  font-size: 60px !important;
  font-weight: 700 !important;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .banner-section h1 {
    padding: 0 0 10px;
    font-size: 28px !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .banner-section h1 {
    font-size: 40px !important;
    line-height: 55px !important;
  }
}
.banner-section span {
  color: #f18f01;
  font-size: 20px;
}
.banner-section p {
  color: #ffffff;
  font-size: 24px;
}
@media screen and (max-width: 1366px) {
  .banner-section p {
    margin-bottom: 10px !important;
  }
}
.banner-section .privacy {
  font-size: 12px;
  color: #ffffff;
  padding-top: 22px;
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .banner-section .privacy {
    margin-top: 0;
  }
}
@media screen and (max-width: 1366px) {
  .banner-section .privacy {
    padding-top: 10px;
  }
}
.banner-section .privacy:before {
  content: "";
  right: auto;
  left: 0;
  margin: auto;
  position: relative;
  display: inline-block;
  top: 0;
  margin-right: 8px;
}
.banner-section .privacy strong {
  color: #1670ab;
}
.banner-section .form {
  padding: 40px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .banner-section .form {
    margin-top: 50px;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .banner-section .form {
    padding: 40px 15px;
  }
}
.banner-section .form h3 {
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  line-height: 55px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .banner-section .form h3 {
    font-size: 23px !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .banner-section .form h3 {
    font-size: 24px;
  }
}
.banner-section .form p {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  color: #000000;
  margin-bottom: 25px !important;
}
.banner-section .form .btn-style {
  min-width: 355px !important;
}
@media screen and (max-width: 767px) {
  .banner-section .form .btn-style {
    min-width: 210px !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .banner-section .form .btn-style {
    min-width: 210px !important;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .banner-section .form .btn-style {
    min-width: 210px !important;
  }
}

.number {
  padding: 50px 0 30px;
}
.number p {
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 46px;
}
.number p strong {
  color: #1670ab;
}

.steps-section {
  padding-bottom: 80px;
}
.steps-section h2 {
  margin-bottom: 65px;
  text-transform: capitalize;
}
.steps-section h2:last-of-type {
  margin-bottom: 30px;
}
.steps-section .row:first-of-type {
  background: url("../img/line-bg.png") center top no-repeat;
  background-position-y: 10px;
  background-position-x: 170px;
}
@media screen and (max-width: 767px) {
  .steps-section .row:first-of-type {
    background: unset;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .steps-section .row:first-of-type {
    background: unset;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .steps-section .row:first-of-type {
    background: unset;
  }
}
.steps-section .row > .text > p:first-of-type {
  font-size: 30px;
  font-weight: 500;
  line-height: 46px;
  padding-top: 55px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .steps-section .row > .text > p:first-of-type strong {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .steps-section .row > .text > p:first-of-type {
    padding-top: 25px;
  }
}
.steps-section .row > .text > p:first-of-type > strong {
  color: #f18f01;
}
@media screen and (max-width: 767px) {
  .steps-section .col-md-4 {
    margin-bottom: 20px;
  }
}
.steps-section .col-md-4 > img {
  margin-bottom: 30px;
}
.steps-section .col-md-4 > strong {
  color: #000000;
}
.steps-section .col-md-4 > .step {
  color: #97cc36;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 0;
}
.steps-section .col-md-4 h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .steps-section .col-md-4 h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
.steps-section .col-md-4 > p {
  margin-bottom: 0;
}

.call-section {
  background-image: url("../img/keyboard-img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .call-section {
    background-image: url("../img/keyboard-img-mobile.jpg");
  }
}
.call-section * {
  color: #ffffff;
}
.call-section h2 {
  margin-bottom: 20px;
}
.call-section h2 span {
  font-size: 25px;
  display: block;
}
@media screen and (max-width: 767px) {
  .call-section h2 span {
    font-size: 18px;
  }
}

footer {
  padding: 50px 0;
}
footer .logo-div {
  text-align: center;
}
footer nav {
  padding-top: 50px;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  footer nav {
    text-align: left;
  }
}
footer nav a {
  text-decoration: none !important;
  padding: 0 22px !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  line-height: 16px;
  color: #000000;
}
footer nav li {
  padding: 0;
}
footer nav li:not(:last-of-type) a {
  border-right: 2px solid #2d2c2c;
}
@media screen and (max-width: 767px) {
  footer nav li:not(:last-of-type) a {
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  footer nav li {
    display: block !important;
    padding: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  footer nav li {
    padding: 0;
  }
}
footer .icons {
  padding-top: 25px;
  text-align: center;
  /*  .icon-yt {
      &:hover {
        @extend .icon-youtube-hover;
      }
    }*/
}
footer .icons a {
  padding: 0 7px;
}
@media screen and (max-width: 767px) {
  footer .icons a {
    padding: 0 4px;
  }
}
.bottom-bar {
  text-align: center;
  border-top: 1px solid #d8d8d8;
  padding: 20px 15px;
  background: #eaeaea;
}
.bottom-bar p {
  margin-bottom: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.56px;
}

div.wpcf7 .ajax-loader {
  position: absolute !important;
}

.page #inner-banner {
  background: #1670ab;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page #inner-banner {
    margin-bottom: 30px;
  }
}

.footer-sec h3 {
  margin-bottom: 30px;
}

/*# sourceMappingURL=main.css.map */
