/*
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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  transition: 0.5s;
  border: none;
  height: 60px;
  padding: 18px 20px 18px;
  text-align: center;
  background: #131058;
  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 {
  transition: 0.5s;
  background-color: #fe3e57;
  color: white;
  text-decoration: none;
  outline: none !important;
}
.btn-style:hover:before, .btn-style:focus:before, .btn-style:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-style:after {
  position: absolute;
  display: block;
  content: url("../images/svg/right-arrow-white.png");
  width: 16px;
  height: 16px;
  right: 16px;
  top: 22px;
  margin: auto;
}
.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;
}

.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;
  padding-left: 20px;
  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;
}
.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 {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  transition: 0.5s;
  border: none;
  height: 60px;
  padding: 18px 20px 18px;
  text-align: center;
  background: #131058;
  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 {
  transition: 0.5s;
  background-color: #fe3e57;
  color: white;
  text-decoration: none;
  outline: none !important;
}
.btn-style:hover:before, .btn-style:focus:before, .btn-style:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-style:after {
  position: absolute;
  display: block;
  content: url("../images/svg/right-arrow-white.png");
  width: 16px;
  height: 16px;
  right: 16px;
  top: 22px;
  margin: auto;
}
.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;
}

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

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

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

#menu-btn {
  display: none !important;
}

.nav-section {
  padding: 30px 0;
}
.nav-section .col-md-6:last-of-type {
  text-align: end;
}
@media screen and (max-width: 767px) {
  .nav-section .col-md-6:last-of-type {
    text-align: center;
    margin-top: 30px;
  }
}
.nav-section .col-md-6:last-of-type .btn-style {
  margin-top: 5px;
  height: 60px;
  padding: 21px 35px 18px 20px;
}
.nav-section .col-md-6:last-of-type .btn-style:after {
  right: 40px;
  top: 22px;
}
@media screen and (max-width: 767px) {
  .nav-section .col-md-6 {
    text-align: center;
  }
}

.brethableInfoGraphic {
  padding: 0;
}

.banner-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #959595;
  position: relative;
  width: 100%;
}
.banner-section.lazyloaded {
  background-image: url("../images/banner-img.jpg") !important;
}
@media screen and (max-width: 767px) {
  .banner-section.lazyloaded {
    background-image: url("../images/banner-img-mobile.jpg") !important;
  }
}
.banner-section .btn-style {
  padding: 18px 45px 18px 20px;
}
.banner-section:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.6;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.banner-section .row {
  position: relative;
  z-index: 2;
}
.banner-section h1 {
  padding: 40px 0 30px;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  text-align: left;
  margin-bottom: 0;
}
@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 {
  margin-bottom: 35px;
  color: #ffffff;
  font-size: 16px;
}
@media screen and (max-width: 1366px) {
  .banner-section p {
    margin-bottom: 10px !important;
  }
}
.banner-section .banner-section-btn {
  border: none;
  transition: 0.5s;
}
.banner-section .banner-section-btn:hover {
  transition: 0.5s;
  background-color: #fe3e57;
  color: white;
}
.banner-section .form {
  padding: 40px;
  background-color: #131058;
}
@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: #ffffff;
}
@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: #ffffff !important;
  margin-bottom: 25px !important;
}
.banner-section .form ::placeholder {
  color: #999999;
}
.banner-section .form .btn-style {
  background-color: white;
  color: #131058;
  border-radius: 50px;
  padding: 18px 40px 18px 20px;
  width: 100%;
}
.banner-section .form .btn-style:after {
  position: absolute;
  display: block;
  content: url("../images/svg/right-arrow-blue.png");
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin: auto;
  transition: 0.5s;
  right: -140px;
  bottom: 0;
}
.banner-section .form .btn-style:hover {
  background-color: #fe3e57 !important;
  color: #ffffff !important;
  transition: 0.5s;
}
.banner-section .form .btn-style:hover:after {
  transition: 0.5s;
  content: url("../images/svg/right-arrow-white.png");
}

.service .row .col-md-6:last-of-type {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .service .row .col-md-6:last-of-type {
    padding-left: 15px;
  }
}
.service .row .col-md-6:first-of-type {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .service .row .col-md-6:first-of-type {
    padding-right: 15px;
  }
}
.service .row .col-md-6 .wrapper {
  background-color: #131058;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .service .row .col-md-6 .wrapper {
    padding: 30px 15px;
  }
}
.service .row .col-md-6 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.service .row .col-md-6 p {
  color: #ffffff;
}
.service .row .col-md-6 h3 {
  color: #ffffff;
  line-height: 48px !important;
  font-size: 28px !important;
  font-weight: bold !important;
}
@media screen and (max-width: 767px) {
  .service .row .col-md-6 h3 {
    font-size: 18px !important;
    line-height: 38px !important;
  }
}
.service .row .col-md-6 .btn-style {
  background-color: white;
  color: #131058;
  border-radius: 50px;
  padding: 21px 40px 18px 20px;
}
.service .row .col-md-6 .btn-style:after {
  position: absolute;
  display: block;
  content: url("../images/svg/right-arrow-blue.png");
  width: 16px;
  height: 16px;
  right: 45px;
  top: 22px;
  margin: auto;
}
.service .row .col-md-6 .btn-style:hover {
  background-color: #fe3e57 !important;
  color: #ffffff !important;
}
.service .row .col-md-6 .btn-style:hover:after {
  content: url("../images/svg/right-arrow-white.png");
}

.blue-footer {
  padding: 50px 0 40px;
  background: #131058;
}
@media screen and (max-width: 767px) {
  .blue-footer {
    padding: 30px 0;
  }
}
.blue-footer p, .blue-footer a {
  color: #ffffff;
}
.blue-footer p:last-of-type {
  margin-bottom: 0;
}
.blue-footer .col-md-7 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .blue-footer .col-md-7 {
    margin-bottom: 0;
  }
}
.blue-footer .col-md-7 #logo-transparent {
  width: 250px;
}
.blue-footer .col-md-7 #trustseal-logo {
  max-width: 130px;
}
.blue-footer .col-md-7 #Alibabalogo {
  padding-top: 35px;
  width: 300px;
}
@media screen and (max-width: 991px) {
  .blue-footer .col-md-7 #Alibabalogo {
    width: 150px;
  }
}
.blue-footer .col-md-7 .reviews h3 {
  color: #ffffff;
  font-size: 18px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .blue-footer .col-md-7 .reviews h3 {
    font-size: 14px !important;
  }
}
.blue-footer .col-md-7 .reviews span {
  position: absolute;
}
.blue-footer .col-md-7 .reviews span img {
  width: 85px;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .blue-footer .col-md-7 .reviews span img {
    width: 70px;
    padding-top: 0;
  }
}
.blue-footer .col-md-7 .markting-logo {
  display: inline-block;
}
.blue-footer .col-md-5 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .blue-footer .col-md-5 {
    margin-top: 30px;
  }
}
.blue-footer .col-md-5 h3 {
  font-size: 18px !important;
  line-height: 1.5 !important;
  color: #d3b574;
  text-transform: uppercase;
  font-weight: bold;
}
.blue-footer .col-md-5 ul {
  padding-left: 0;
  list-style-type: none;
}
.blue-footer .col-md-5 ul li {
  font-weight: 700;
  color: #ffffff;
  line-height: 2.5;
}
.blue-footer .col-md-5 ul li a {
  text-decoration: none;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .blue-footer .col-md-5 ul li a {
    font-size: 14px !important;
  }
}
.blue-footer .col-md-12 {
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
}

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

span img {
  width: 16px;
}

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

.modal {
  padding: 0;
  z-index: 99999;
}
.modal .modal-dialog {
  margin: 7rem auto;
}
.modal .modal-content {
  background-color: #131058;
}
.modal .modal-content h3 {
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  line-height: 55px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .modal .modal-content h3 {
    font-size: 23px !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .modal .modal-content h3 {
    font-size: 24px;
  }
}
.modal .modal-content .form {
  position: relative;
  padding: 15px 40px;
  background-color: #131058;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .form {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .modal .modal-content .form {
    padding: 40px 15px;
  }
}
.modal .modal-content .form p {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  color: #ffffff !important;
  margin-bottom: 25px !important;
}
.modal .modal-content .form ::placeholder {
  color: #999999;
}
.modal .modal-content .form .form-btn {
  position: relative;
  background-color: #ffffff !important;
  border-radius: 50px;
  width: 100%;
  color: #131058;
  transition: 0.5s;
  border: none;
  padding: 18px 40px 18px 20px;
}
.modal .modal-content .form .form-btn:hover {
  color: white;
  background-color: #fe3e57 !important;
  transition: 0.5s;
}
.modal .modal-content .form .form-btn:hover:after {
  content: url("../images/svg/right-arrow-white.png");
}
.modal .modal-content .form .form-btn:after {
  transition: 0.5s;
  position: absolute;
  display: block;
  content: url("../images/svg/right-arrow-blue.png");
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin: auto;
  right: -140px;
  bottom: 0;
}
.modal .modal-content .close {
  position: absolute;
  top: 0;
  right: 0;
}
.modal .modal-content .close span {
  color: white;
  opacity: 1;
  font-size: 30px;
}
.modal .modal-content .close:focus {
  outline: 0;
  box-shadow: none;
}

#chatting-menu {
  display: block;
  animation: pulse 1s infinite;
  width: 10px;
  height: 10px;
  background: url("../images/svg/chat.svg") no-repeat;
  background-size: 45% !important;
  background-color: #fe3e57;
  background-position: center;
  z-index: 9999;
  transition: 0.5s;
}
#chatting-menu.active {
  background: url("../images/icon/cancel.png") no-repeat;
  background-size: 45% !important;
  background-position: center;
  background-color: #fe3e57;
  z-index: 99999;
  margin: auto;
  height: 25px;
  width: 25px;
}
#chatting-menu .notification-counter {
  position: relative;
  top: -45px;
  left: 9px;
  z-index: 9999;
  font-size: 11px;
  color: #ffffff;
}
#chatting-menu .notification-counter:before {
  content: "";
  background-color: green;
  width: 18px;
  height: 18px;
  position: absolute;
  top: -3px;
  left: -6px;
  border-radius: 50px;
  z-index: -1;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 26px rgba(254, 62, 87, 0.8);
  }
  50% {
    transform: scale(1);
    box-shadow: 0 0 26px rgba(254, 62, 87, 0.5);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 26px rgba(254, 62, 87, 0.8);
  }
}
.dropdown-chatting-icon .chating-button {
  background-color: #fe3e57;
  padding: 23px;
  border: 2px solid #ffffff;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2;
  border-radius: 50%;
  box-shadow: 0px 2px 10px 0 rgba(255, 255, 255, 0.5);
}
.dropdown-chatting-icon .chating-button:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .dropdown-chatting-icon .chating-button {
    padding: 20px;
  }
}
.dropdown-chatting-icon .chating-button img {
  max-width: 22px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .dropdown-chatting-icon .chating-button img {
    max-width: 16px;
  }
}
.dropdown-chatting-icon ul {
  list-style-type: none;
}
.dropdown-chatting-icon ul li .chating-button {
  background-color: #131058;
}
.dropdown-chatting-icon ul li #phone-icon {
  bottom: 100px;
}
.dropdown-chatting-icon ul li #phone-icon img {
  max-width: 17px !important;
}
@media screen and (max-width: 767px) {
  .dropdown-chatting-icon ul li #phone-icon {
    bottom: 90px;
  }
}
.dropdown-chatting-icon ul li #whatsapp {
  bottom: 164px;
}
@media screen and (max-width: 767px) {
  .dropdown-chatting-icon ul li #whatsapp {
    bottom: 164px;
  }
}
.dropdown-chatting-icon ul li #help {
  bottom: 228px;
}
@media screen and (max-width: 767px) {
  .dropdown-chatting-icon ul li #help {
    bottom: 225px;
  }
}
.dropdown-chatting-icon .chating-icons {
  display: none;
}
.dropdown-chatting-icon .active {
  display: block;
}

.form ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.form .zf-phonefld {
  width: 100%;
}
.form .zf-phonefld input {
  display: inline-block;
}
.form .zf-phonefld input:last-of-type {
  width: calc(100% - 86px);
}
.form .other {
  margin-top: 15px;
  display: none;
}
.form .form-check-input {
  margin-left: 0;
}
.form .form-check-label {
  margin-bottom: 8px;
  padding-left: 25px;
}
.form .form-control {
  background: #ffffff;
}
.form label {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.form .input-group label {
  display: block;
  width: 100%;
}
.form .phone-code {
  padding-left: 10px;
  border: none;
  border-right: 1px solid #eeeeee;
  width: 80px;
}
.form .text-center {
  position: relative;
}
.form .text-center .loadings {
  display: none;
}
.form .name, .form .email, .form .number {
  background-image: url("../img/user.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 40px;
  background-size: 20px;
}
.form .email {
  background-image: url("../img/email.svg");
}
.form .number {
  background-image: url("../img/phone-call.svg");
}

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