/*
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-cart-icon {
  background-image: url(../img/sprite.png);
  background-position: -299px -240px;
  width: 19px;
  height: 17px;
}

.icon-down-arrow {
  background-image: url(../img/sprite.png);
  background-position: -270px -183px;
  width: 10px;
  height: 6px;
}

.icon-email {
  background-image: url(../img/sprite.png);
  background-position: -299px 0px;
  width: 50px;
  height: 50px;
}

.icon-fax {
  background-image: url(../img/sprite.png);
  background-position: -299px -120px;
  width: 50px;
  height: 50px;
}

.icon-fb-hover, footer .social-links li .icon-fb:hover {
  background-image: url(../img/sprite.png);
  background-position: -238px -61px;
  width: 51px;
  height: 51px;
}

.icon-fb-large {
  background-image: url(../img/sprite.png);
  background-position: -115px 0px;
  width: 49px;
  height: 91px;
}

.icon-fb {
  background-image: url(../img/sprite.png);
  background-position: -174px -91px;
  width: 51px;
  height: 51px;
}

.icon-heading-line-center, h2:before, .h2:before {
  background-image: url(../img/sprite.png);
  background-position: 0px -197px;
  width: 149px;
  height: 23px;
}

.icon-heading-line, #our-vision .col-md-8 h2:before {
  background-image: url(../img/sprite.png);
  background-position: -60px -291px;
  width: 83px;
  height: 23px;
}

.icon-insta-hover, footer .social-links li .icon-insta:hover {
  background-image: url(../img/sprite.png);
  background-position: -238px -122px;
  width: 51px;
  height: 51px;
}

.icon-insta-large {
  background-image: url(../img/sprite.png);
  background-position: 0px -96px;
  width: 91px;
  height: 91px;
}

.icon-insta {
  background-image: url(../img/sprite.png);
  background-position: -61px -230px;
  width: 51px;
  height: 51px;
}

.icon-left-arrow, .pagination .prev:before {
  background-image: url(../img/sprite.png);
  background-position: -254px -183px;
  width: 6px;
  height: 11px;
}

.icon-linkedin-hover, footer .social-links li .icon-linkedin:hover {
  background-image: url(../img/sprite.png);
  background-position: -183px -230px;
  width: 51px;
  height: 51px;
}

.icon-linkedin {
  background-image: url(../img/sprite.png);
  background-position: 0px -230px;
  width: 51px;
  height: 51px;
}

.icon-location {
  background-image: url(../img/sprite.png);
  background-position: -299px -60px;
  width: 50px;
  height: 50px;
}

.icon-logo {
  background-image: url(../img/sprite.png);
  background-position: -174px 0px;
  width: 54px;
  height: 81px;
}

.icon-minus, #accordion .card .card-header button:before {
  background-image: url(../img/sprite.png);
  background-position: -299px -267px;
  width: 18px;
  height: 5px;
}

.icon-phone {
  background-image: url(../img/sprite.png);
  background-position: -299px -180px;
  width: 50px;
  height: 50px;
}

.icon-plus, #accordion .card .card-header button.collapsed:before {
  background-image: url(../img/sprite.png);
  background-position: -328px -240px;
  width: 16px;
  height: 17px;
}

.icon-right-image, .pagination .next:before {
  background-image: url(../img/sprite.png);
  background-position: -238px -183px;
  width: 6px;
  height: 11px;
}

.icon-time {
  background-image: url(../img/sprite.png);
  background-position: 0px -291px;
  width: 50px;
  height: 50px;
}

.icon-twitter-hover, footer .social-links li .icon-twitter:hover {
  background-image: url(../img/sprite.png);
  background-position: -238px 0px;
  width: 51px;
  height: 51px;
}

.icon-twitter-large {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 105px;
  height: 86px;
}

.icon-twitter {
  background-image: url(../img/sprite.png);
  background-position: -122px -230px;
  width: 51px;
  height: 51px;
}

/*
 * 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: "MarkWXX";
  color: #858585;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

h1, .h1 {
  color: #222222;
  font-family: "MarkWXX";
  font-size: 70px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 80px;
}

h2, .h2 {
  color: #222222;
  position: relative;
  font-family: "MarkWXX";
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    margin-bottom: 30px;
  }
}
h2:before, .h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
h2 small, .h2 small {
  display: block;
}
h2 strong, .h2 strong {
  color: #0e4667;
  font-weight: bold;
}

h3 {
  color: #0e4667;
  font-family: "MarkWXX";
  line-height: 40px;
  font-size: 30px;
  font-weight: 700;
}
h3 strong {
  color: #47d648;
}
h3 p {
  color: #f18f01;
}
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: "MarkWXX";
  font-size: 34px;
  font-weight: 800;
  line-height: 60px;
}
h4 > strong {
  color: #f18f01;
}

p {
  margin: 0 0 20px;
  color: #858585;
  font-family: "MarkWXX";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

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

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

  h3 {
    font-size: 20px !important;
    line-height: 25px !important;
  }

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

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;
  padding: 18px 20px 18px;
  text-align: center;
  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;
  border-radius: 0;
  color: #333333;
  font-family: "MarkWXX";
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  background-color: transparent;
  border: 2px solid #bbd3dd;
  min-width: 200px;
}
.btn-style:hover, .btn-style:focus, .btn-style:active {
  color: #222222;
  text-decoration: none;
  outline: none !important;
  background-color: #bbd3dd;
}
.btn-style:hover:before, .btn-style:focus:before, .btn-style:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

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

label {
  line-height: 26px;
  color: #222222;
  font-family: "MarkWXX";
  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: 0;
  background-color: #ffffff;
  box-shadow: none;
  height: 54px;
  border-radius: 0;
  padding: 5px 15px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  font-family: "MarkWXX";
}
.form-control::-webkit-input-placeholder {
  color: #959595;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #959595;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #959595;
}
.form-control:-ms-input-placeholder {
  color: #959595;
}
@media screen and (max-width: 767px) {
  .form-control {
    height: 40px;
  }
}
.form-control:focus, .form-control:active, .form-control:hover {
  outline: none !important;
  box-shadow: none !important;
  color: #000000 !important;
}

.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: #858585;
  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: 0;
  margin-bottom: 50px;
  display: inline-block;
}
.pagination li {
  display: inline-block;
  margin: 0 3px 10px;
}
.pagination li a {
  text-transform: uppercase;
  display: inline-block;
  height: 36px;
  width: 44px;
  padding: 2px;
  border: 1px solid #bbd3dd;
  color: #000000;
  transition: 0.5s;
  padding-top: 9px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.24px;
}
.pagination li a:hover, .pagination li a:focus, .pagination li a:active {
  background: #bbd3dd;
  color: #ffffff;
  border: 1px solid #bbd3dd;
  text-decoration: none;
}
.pagination li.active a {
  background: #bbd3dd;
  color: #ffffff;
  border: 1px solid #bbd3dd;
}
.pagination li.active a:hover {
  background: #bbd3dd;
  color: #ffffff;
  border: 1px solid #bbd3dd;
  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: #0e4667;
}

.silver-bg {
  background: #f5f8fa;
}

.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: 60px;
}
@media screen and (max-width: 767px) {
  .container > h2 {
    margin-bottom: 30px;
  }
}

.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: 40px;
    right: 15px;
    height: 30px;
    width: 30px;
    background: url("../img/001-menu.svg") no-repeat;
    background-size: 100%;
    z-index: 9999;
  }
  #menu-btn.active {
    background: url("../img/002-cancel.svg") no-repeat;
    background-size: 100%;
    z-index: 99999;
  }
}

#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: #bbd3dd !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: #f5f8fa;
}

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

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

@media screen and (max-width: 991px) {
  [class^=svg-b] {
    display: none !important;
  }
}

.small-col [class^=col-] {
  padding: 0 7.5px;
}

.spotlight {
  text-decoration: none !important;
  max-width: 365px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.spotlight .image-wrapper {
  margin-bottom: 15px;
}
.spotlight h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #222222;
  margin-bottom: 10px;
}
.spotlight:hover img, .spotlight:focus img, .spotlight: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);
}
.spotlight:hover h3, .spotlight:hover p, .spotlight:hover a, .spotlight:focus h3, .spotlight:focus p, .spotlight:focus a, .spotlight:active h3, .spotlight:active p, .spotlight:active a {
  text-decoration: none;
}

#accordion {
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #accordion {
    margin-bottom: 0;
  }
}
#accordion .card {
  border-radius: 0;
  border: 0;
  background: #ffffff;
  margin-bottom: 10px;
}
#accordion .card .card-header {
  background: none;
  border: none;
  padding: 0;
}
#accordion .card .card-header button {
  background: #000000;
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 10px 50px;
  position: relative;
  border: 0;
  width: 100%;
  text-align: left;
  transition: 0.3s;
}
#accordion .card .card-header button:hover, #accordion .card .card-header button:active, #accordion .card .card-header button:focus {
  outline: none;
}
#accordion .card .card-header button:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#accordion .card .card-header button.collapsed:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#accordion .card .card-body {
  border-top: 0 !important;
  box-shadow: 5px 9px 20px rgba(0, 0, 0, 0.06);
}

.standard-content {
  font-size: 16px;
  line-height: 24px;
  /*  > * {
      line-height: 1.75;
      text-align: left !important;
      &:last-child {
        margin-bottom: 0;
      }
    }*/
}
.standard-content h3, .standard-content h4, .standard-content h5, .standard-content h6 {
  margin: 0 0 10px;
}
.standard-content h3 {
  font-weight: 700;
  margin: 35px 0 5px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .standard-content h3 {
    font-size: 16px;
    line-height: 24px;
    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: #858585;
  font-size: 16px;
}
.standard-content ol.wrapped li span, .standard-content ul.wrapped li span {
  font-weight: 400;
  color: #858585;
  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 #b21212;
  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 #bbd3dd;
  background-color: #bbd3dd;
}
.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 #bbd3dd;
}
.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: "MarkWXX";
  color: #858585;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

h1, .h1 {
  color: #222222;
  font-family: "MarkWXX";
  font-size: 70px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 80px;
}

h2, .h2 {
  color: #222222;
  position: relative;
  font-family: "MarkWXX";
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    margin-bottom: 30px;
  }
}
h2:before, .h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
h2 small, .h2 small {
  display: block;
}
h2 strong, .h2 strong {
  color: #0e4667;
  font-weight: bold;
}

h3 {
  color: #0e4667;
  font-family: "MarkWXX";
  line-height: 40px;
  font-size: 30px;
  font-weight: 700;
}
h3 strong {
  color: #47d648;
}
h3 p {
  color: #f18f01;
}
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: "MarkWXX";
  font-size: 34px;
  font-weight: 800;
  line-height: 60px;
}
h4 > strong {
  color: #f18f01;
}

p {
  margin: 0 0 20px;
  color: #858585;
  font-family: "MarkWXX";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

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

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

  h3 {
    font-size: 20px !important;
    line-height: 25px !important;
  }

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

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;
  padding: 18px 20px 18px;
  text-align: center;
  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;
  border-radius: 0;
  color: #333333;
  font-family: "MarkWXX";
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  background-color: transparent;
  border: 2px solid #bbd3dd;
  min-width: 200px;
}
.btn-style:hover, .btn-style:focus, .btn-style:active {
  color: #222222;
  text-decoration: none;
  outline: none !important;
  background-color: #bbd3dd;
}
.btn-style:hover:before, .btn-style:focus:before, .btn-style:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

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

label {
  line-height: 26px;
  color: #222222;
  font-family: "MarkWXX";
  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: 0;
  background-color: #ffffff;
  box-shadow: none;
  height: 54px;
  border-radius: 0;
  padding: 5px 15px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  font-family: "MarkWXX";
}
.form-control::-webkit-input-placeholder {
  color: #959595;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #959595;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #959595;
}
.form-control:-ms-input-placeholder {
  color: #959595;
}
@media screen and (max-width: 767px) {
  .form-control {
    height: 40px;
  }
}
.form-control:focus, .form-control:active, .form-control:hover {
  outline: none !important;
  box-shadow: none !important;
  color: #000000 !important;
}

.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: #858585;
  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: 0;
  margin-bottom: 50px;
  display: inline-block;
}
.pagination li {
  display: inline-block;
  margin: 0 3px 10px;
}
.pagination li a {
  text-transform: uppercase;
  display: inline-block;
  height: 36px;
  width: 44px;
  padding: 2px;
  border: 1px solid #bbd3dd;
  color: #000000;
  transition: 0.5s;
  padding-top: 9px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.24px;
}
.pagination li a:hover, .pagination li a:focus, .pagination li a:active {
  background: #bbd3dd;
  color: #ffffff;
  border: 1px solid #bbd3dd;
  text-decoration: none;
}
.pagination li.active a {
  background: #bbd3dd;
  color: #ffffff;
  border: 1px solid #bbd3dd;
}
.pagination li.active a:hover {
  background: #bbd3dd;
  color: #ffffff;
  border: 1px solid #bbd3dd;
  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: #0e4667;
}

.silver-bg {
  background: #f5f8fa;
}

.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: 60px;
}
@media screen and (max-width: 767px) {
  .container > h2 {
    margin-bottom: 30px;
  }
}

.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: 40px;
    right: 15px;
    height: 30px;
    width: 30px;
    background: url("../img/001-menu.svg") no-repeat;
    background-size: 100%;
    z-index: 9999;
  }
  #menu-btn.active {
    background: url("../img/002-cancel.svg") no-repeat;
    background-size: 100%;
    z-index: 99999;
  }
}

#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: #bbd3dd !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: #f5f8fa;
}

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

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

@media screen and (max-width: 991px) {
  [class^=svg-b] {
    display: none !important;
  }
}

.small-col [class^=col-] {
  padding: 0 7.5px;
}

.spotlight {
  text-decoration: none !important;
  max-width: 365px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.spotlight .image-wrapper {
  margin-bottom: 15px;
}
.spotlight h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #222222;
  margin-bottom: 10px;
}
.spotlight:hover img, .spotlight:focus img, .spotlight: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);
}
.spotlight:hover h3, .spotlight:hover p, .spotlight:hover a, .spotlight:focus h3, .spotlight:focus p, .spotlight:focus a, .spotlight:active h3, .spotlight:active p, .spotlight:active a {
  text-decoration: none;
}

#accordion {
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #accordion {
    margin-bottom: 0;
  }
}
#accordion .card {
  border-radius: 0;
  border: 0;
  background: #ffffff;
  margin-bottom: 10px;
}
#accordion .card .card-header {
  background: none;
  border: none;
  padding: 0;
}
#accordion .card .card-header button {
  background: #000000;
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 10px 50px;
  position: relative;
  border: 0;
  width: 100%;
  text-align: left;
  transition: 0.3s;
}
#accordion .card .card-header button:hover, #accordion .card .card-header button:active, #accordion .card .card-header button:focus {
  outline: none;
}
#accordion .card .card-header button:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#accordion .card .card-header button.collapsed:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#accordion .card .card-body {
  border-top: 0 !important;
  box-shadow: 5px 9px 20px rgba(0, 0, 0, 0.06);
}

.top-bar {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  color: #ffffff;
  background-color: #000000;
  padding: 7px 0;
}

header {
  position: relative;
}
header #navbar {
  background-color: #ffffff;
  text-align: center;
  padding: 10px 0 0;
}
header #navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header #navbar ul li {
  display: inline-block;
  margin: 0 12px;
  vertical-align: middle;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  header #navbar ul li {
    margin: 0;
  }
}
header #navbar ul li a {
  color: #000000;
  transition: 0.5s;
  padding: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  display: block;
}
@media screen and (max-width: 767px) {
  header .logo {
    display: inline-block;
    margin: 20px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  header #main-menu {
    padding: 10px 0 15px;
    top: 100%;
    border-top: 2px solid;
    border-bottom: 2px solid;
  }
  header #main-menu ul {
    text-align: center;
  }
  header #main-menu ul li {
    display: block;
    padding: 3px;
  }
  header #main-menu ul li:nth-of-type(4) {
    display: none;
  }
  header #main-menu ul li a {
    padding: 0;
  }
}

#home-banner {
  background: url("../img/banner-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 270px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #home-banner {
    background: url("../img/banner-bg-mobile.jpg") no-repeat center center;
    background-size: cover;
    padding: 100px 0;
  }
}
#home-banner h1 {
  color: #ffffff;
  background: #000000;
  padding: 10px 30px 18px;
  display: inline-block;
}
#home-banner p {
  font-size: 30px;
  font-weight: 500;
  line-height: 80px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  #home-banner p {
    font-size: 20px !important;
    line-height: 50px !important;
  }
}
#home-banner .btn-style {
  border-color: #000000;
}
#home-banner .btn-style:hover, #home-banner .btn-style:focus, #home-banner .btn-style:active {
  color: #ffffff;
  text-decoration: none;
  outline: none !important;
  background-color: #000000;
}

#about-us {
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  #about-us {
    padding-bottom: 30px;
  }
}
#about-us .img-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  #about-us .img-wrapper {
    margin-bottom: 40px;
  }
}
#about-us .img-wrapper img {
  width: calc(100% - 50px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #about-us .img-wrapper img {
    width: calc(100% - 20px);
  }
}
#about-us .img-wrapper:before {
  content: "";
  width: calc(100% - 50px);
  height: 100%;
  background-color: #f5f8fa;
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #about-us .img-wrapper:before {
    width: calc(100% - 20px);
    left: 20px;
    top: 20px;
  }
}

.product {
  max-width: 365px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.product:hover img, .product:focus img, .product: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);
}
.product .image-wrapper {
  margin-bottom: 25px;
}
.product h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  color: #222222;
}
.product .price {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  color: #222222;
  margin-bottom: 25px;
}
.product .btn-style {
  margin-bottom: 30px;
}

#testimonials {
  background: url("../img/testimonial-bg.jpg") no-repeat center;
  background-size: cover;
}
#testimonials .item {
  text-align: center;
}
#testimonials .item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 30px;
}
#testimonials .item strong {
  color: #000000;
}
#testimonials .owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #testimonials .owl-dots {
    margin-top: 30px;
  }
}
#testimonials .owl-dots .owl-dot {
  height: 11px;
  width: 11px;
  background-color: #bbd3dd;
  border-radius: 50%;
  margin: 5px;
}
#testimonials .owl-dots .owl-dot.active {
  background-color: #000000;
}

#faqs {
  background: url("../img/faq-bg.jpg") no-repeat center;
  background-size: cover;
}

footer {
  background: #000000;
  padding-top: 60px;
}
footer * {
  color: #ffffff;
}
footer .logo {
  display: inline-block;
  margin-bottom: 30px;
}
footer .nav-list {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
footer .nav-list:not(.social-links) {
  margin-bottom: 30px;
}
footer .nav-list:not(.social-links) li {
  margin: 0 20px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  footer .nav-list:not(.social-links) li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  footer .nav-list:not(.social-links) li {
    display: block;
    margin-bottom: 20px;
  }
}
footer .social-links {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer .social-links {
    margin-bottom: 20px;
  }
}
footer .social-links li {
  margin: 0 8px;
}
footer .bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 50px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.56px;
  padding: 20px 0;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  footer .bottom-bar {
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .bottom-bar {
    padding: 15px 0;
    text-align: center;
    margin-top: 30px;
  }
}
footer .bottom-bar p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.56px;
}

#our-vision {
  overflow-x: hidden;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #our-vision {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#our-vision .col-md-8 {
  background: #f5f8fa;
  padding: 50px 100px 30px 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #our-vision .col-md-8 {
    padding: 20px 15px;
  }
}
#our-vision .col-md-8:before {
  content: "";
  background: #f5f8fa;
  height: 100%;
  width: 3000px;
  position: absolute;
  top: 0;
  right: 100%;
}
@media screen and (max-width: 767px) {
  #our-vision .col-md-8:before {
    display: none;
  }
}
#our-vision .col-md-8 h2:before {
  right: auto;
}
#our-vision .col-md-8 p:last-of-type strong {
  font-size: 14px;
}
#our-vision .col-md-4 {
  position: relative;
}
#our-vision .col-md-4 img {
  position: absolute;
  width: 640px;
  left: -70px;
  top: 90px;
  max-width: initial;
}
@media screen and (max-width: 767px) {
  #our-vision .col-md-4 img {
    position: relative;
    left: -15px;
    top: auto;
    width: calc(100% + 30px);
  }
}

#inner-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #inner-banner {
    background-position: right;
  }
}
#inner-banner h1 {
  color: #ffffff;
  background: #000000;
  padding: 6px 30px 14px;
  display: inline-block;
  font-size: 60px;
  font-weight: bold;
  line-height: 80px;
  text-transform: uppercase;
  margin: 0;
}

.faq-page {
  padding: 100px 0;
  background: url("../img/faq-page-left-bg.png") no-repeat top left, url("../img/faq-right-bg.png") no-repeat bottom right;
}
@media screen and (max-width: 767px) {
  .faq-page {
    padding: 50px 0;
    background: none;
  }
}

#our-vision-page {
  padding: 100px 0;
  background: url("../img/vision-left-image.png") no-repeat bottom left, url("../img/vision-right-bg.png") no-repeat top right;
}
@media screen and (max-width: 1199px) {
  #our-vision-page {
    padding: 50px 0;
    background: none;
  }
}
#our-vision-page h2 {
  margin-top: 50px;
}

.note {
  font-weight: 500;
}
.note strong {
  font-weight: 500;
  color: #000000;
}

.products-page .product {
  margin-bottom: 50px;
}

.pagination .prev {
  padding-left: 30px;
  padding-right: 15px;
  width: auto;
  position: relative;
}
.pagination .prev:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pagination .next {
  padding-left: 15px;
  padding-right: 30px;
  width: auto;
  position: relative;
}
.pagination .next:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.contact-section {
  background-color: #f5f5f5;
}
.contact-section h3 {
  color: #333333;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
}
.contact-section p {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.contact-section #form .row > .col-md-6:first-of-type {
  padding-right: 7.5px;
}
@media screen and (max-width: 767px) {
  .contact-section #form .row > .col-md-6:first-of-type {
    padding-right: 15px;
  }
}
.contact-section #form .row > .col-md-6:nth-of-type(2) {
  padding-left: 7.5px;
}
@media screen and (max-width: 767px) {
  .contact-section #form .row > .col-md-6:nth-of-type(2) {
    padding-left: 15px;
  }
}
.contact-section #form .form-group {
  margin-bottom: 15px;
}
.contact-section #form .form-group .form-control {
  border-radius: 0;
}
.contact-section #form .text-left {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .contact-section #form .text-left {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .contact-section #form .text-left {
    margin-top: 20px;
  }
}
.contact-section iframe {
  height: 500px;
  width: 100%;
  margin-left: 25px;
  border: 5px solid #ffffff !important;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .contact-section iframe {
    margin-left: 0;
    height: 300px;
  }
}
.contact-section .btn-style {
  border-color: #000000;
}
.contact-section .btn-style:focus, .contact-section .btn-style:active, .contact-section .btn-style:hover {
  background: #000000;
  color: #ffffff;
}

#address .container {
  max-width: 1300px;
}
#address .container h3 {
  font-weight: 500;
  color: #333333;
  font-size: 20px;
  line-height: 30px;
}
#address .container a {
  color: #858585;
}
#address .container a:hover {
  color: #858585;
}

.social-item {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .social-item {
    margin-bottom: 20px;
  }
}
.social-item a {
  display: block;
}
.social-item a img {
  max-width: 100%;
  position: relative;
  z-index: 2;
  opacity: 1;
  transition: 0.5s;
  width: 300px;
  height: 300px;
}
.social-item a img:nth-of-type(2) {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}
.social-item a:hover img:first-of-type {
  opacity: 0;
}

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