@import url(../js/bootstrap/css/bootstrap-theme.min.css);
@import url(../js/bootstrap/css/bootstrap.min.css);
@import url(../fonts/font-awesome/pro/css/all.min.css);
@import url(../fonts/roboto/stylesheet.css);
.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.grayscale {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.grayscale-none {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
html {
  min-height: 100%;
  position: relative;
}
@media all and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}
img,
.svg {
  border: 0 none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
input,
select,
textarea {
  outline: none;
}
input[type=submit],
button {
  cursor: pointer;
}
body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
form {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
ul {
  list-style-type: none;
}
a,
a:visited,
a:link,
a:focus {
  outline: none;
  color: #c53a3a;
  text-decoration: underline;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: underline;
  color: #201d1d;
}
p {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #1d1d1f;
  padding-top: 84px;
}
.wrap {
  margin: 0 auto;
  max-width: 1120px;
  *zoom: 1;
  position: relative;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1150px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .wrap {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
.button {
  text-decoration: none !important;
  padding: 12px 40px;
  display: inline-block;
  color: #ffffff !important;
  background: none !important;
  font-size: 18px;
  text-align: center;
  height: auto !important;
  line-height: 24px !important;
  position: relative;
  margin-top: 20px;
  font-weight: 500;
  text-transform: uppercase;
  border-top: medium solid #c53a3a;
  border-bottom: medium solid #c53a3a;
}
.button .button__icon {
  position: absolute;
  background-color: #201d1d;
  color: #ffffff;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.button .button__icon .far {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.button span {
  display: inline-block;
  vertical-align: middle;
}
.button .fa,
.button .fas {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 18px;
  color: #ffffff;
}
.button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background: none !important;
  border-color: #201d1d;
}
.button:hover .button__icon {
  background-color: #201d1d;
}
.button:hover .button__icon .far {
  color: #c53a3a !important;
}
.button:hover .fa,
.button:hover .fas,
.button:hover .far,
.button:hover .fab {
  color: #ffffff;
}
.button:hover span span {
  color: #ffffff;
}
.button--reverse {
  color: #c53a3a !important;
  text-decoration: none !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
}
.button--reverse:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #c53a3a !important;
  border-color: #c53a3a;
}
.button--inverse {
  background: none !important;
  color: #ffffff !important;
  border-color: #c53a3a;
}
.button--inverse:hover {
  background: none !important;
  color: #ffffff !important;
  border-color: #201d1d;
}
.button + .button {
  margin-left: 20px;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.colored {
  color: #c53a3a;
}
@media all and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}
.mobile-show {
  display: none;
}
@media all and (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}
.pb0 {
  padding-bottom: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.uptitle {
  color: #c53a3a;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.block {
  position: relative;
  *zoom: 1;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block > .wrap {
  padding: 50px 0;
}
@media all and (min-width: 990px) and (max-width: 1150px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block > .wrap {
    padding: 30px 0;
  }
}
.block__title {
  font-size: 30px;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #c53a3a;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .block__title {
    font-size: 24px;
    line-height: 30px;
  }
}
a.block__more {
  float: right;
  color: #ffffff;
  font-weight: 400;
  margin-top: 5px;
}
a.block__more:hover {
  color: #c53a3a;
}
.block__top {
  *zoom: 1;
  margin-bottom: 40px;
}
.block__top:before,
.block__top:after {
  content: "";
  display: table;
}
.block__top:after {
  clear: both;
}
.block__top h2 {
  font-size: 30px;
  line-height: 36px;
}
.main blockquote {
  padding: 40px 40px 40px 80px;
  font-size: 16px;
  line-height: 24px;
  border: none;
  margin-top: 40px;
  color: #c53a3a;
  font-style: italic;
  position: relative;
}
.main blockquote:before {
  content: "\0022";
  color: #c53a3a;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 138px;
  line-height: 148px;
}
.main blockquote h1,
.main blockquote h2,
.main blockquote h3,
.main blockquote h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
.main blockquote p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 24px;
}
.main iframe {
  display: block !important;
  width: 100% !important;
  max-width: 600px !important;
  height: 300px !important;
}
.main .rll-youtube-player {
  width: 100% !important;
  max-width: 900px;
}
.main p.wp-caption-text {
  background-color: #eef5f3;
  margin: 0;
  padding: 10px;
}
.main p p:first-of-type {
  margin-top: 0;
}
.main h1 {
  font-size: 52px;
  line-height: 58px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  clear: both;
  font-weight: 800;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.main h2 {
  font-size: 46px;
  line-height: 52px;
  margin-top: 30px;
  margin-bottom: 20px;
  clear: both;
  font-weight: 800;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 767px) {
  .main h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.main h2:first-of-type {
  margin-top: 0;
}
.main h2 span {
  display: block;
  color: #c53a3a;
}
.main h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #c53a3a;
  clear: both;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 767px) {
  .main h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.main h4,
.main h5,
.main h6 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  clear: both;
  color: #c53a3a;
}
.main ul {
  margin: 20px 0;
  list-style-type: none !important;
}
.main ul > li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.main ul > li:before {
  content: "";
  background-color: #201d1d;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}
.main ol {
  margin: 20px 0;
  list-style-type: none;
}
.main ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 27px;
  margin: 0 0 4px 0;
  line-height: 24px;
}
.main ol > li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #c53a3a;
}
.main table {
  margin: 20px 0;
  width: 100% !important;
  border-collapse: collapse;
  border: none;
  text-align: center;
}
@media all and (max-width: 500px) {
  .main table {
    font-size: 13px;
    line-height: 18px;
  }
}
.main table tr:last-child td {
  border-bottom: none;
}
.main table tr th {
  text-align: left;
  color: #ffffff;
  padding: 16px 14px;
  background-color: #c53a3a;
  font-size: 20px;
  text-transform: uppercase;
}
@media all and (max-width: 500px) {
  .main table tr th {
    font-size: 16px;
    line-height: 24px;
  }
}
.main table tr td {
  padding: 16px 14px;
  color: #ffffff;
  border-bottom: 1px solid #d6d5d4;
  font-weight: 400;
}
@media all and (max-width: 500px) {
  .main table tr td {
    padding: 3px 5px;
  }
}
.main img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main img.alignleft {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main img.alignright {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.aligncenter {
  display: block;
  margin: 20px auto;
}
.main img.alignnone {
  float: none;
}
.main .gallery-columns-2 .gallery-item {
  width: 48.85% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-2 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-2 .gallery-item:nth-of-type(even) {
  margin-right: 0;
}
.main .gallery-columns-3 .gallery-item {
  width: 31.80% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-3 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-3 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-3 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-3 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}
.main .gallery-columns-4 .gallery-item {
  width: 23.27% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-4 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-4 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-4 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-4 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}
.main .gallery-columns-5 .gallery-item {
  width: 18.16% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-5 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-5 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}
.main .gallery {
  *zoom: 1;
  font-size: 0;
  margin-top: 40px !important;
}
.main .gallery:before,
.main .gallery:after {
  content: "";
  display: table;
}
.main .gallery:after {
  clear: both;
}
.main .gallery-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 19.80% !important;
  margin-right: 0.25%;
  margin-bottom: 2px;
  margin-top: 0 !important;
}
@media all and (max-width: 500px) {
  .main .gallery-item {
    width: 49.5% !important;
    margin-bottom: 3px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(odd) {
    margin-right: 1% !important;
  }
}
.main .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main .gallery-item a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 21, 21, 0.7);
  content: "";
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:after {
    display: none !important;
  }
}
.main .gallery-item a:before {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 2;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:before {
    display: none !important;
  }
}
.main .gallery-item a:hover:after,
.main .gallery-item a:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main .gallery-item img {
  border: none !important;
  width: 100%;
}
.main .gallery-item .gallery-caption {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  padding: 20px 10px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.main .wp-caption.alignnone {
  margin-top: 40px;
}
.main .wp-caption.aligncenter {
  margin: 40px auto 0 auto;
}
.main .wp-caption img {
  width: 100%;
}
.main ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #808080;
}
.main :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #808080;
  opacity: 1;
}
.main ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #808080;
  opacity: 1;
}
.main :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #808080;
}
.main .wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 18px;
}
.main .wpcf7 form.invalid .wpcf7-response-output {
  font-size: 14px !important;
  line-height: 20px !important;
  padding: 20px !important;
}
.main .wpcf7 form.invalid .wpcf7-response-output,
.main .wpcf7 form.unaccepted .wpcf7-response-output,
.main .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffb900 !important;
  color: #000000;
}
.main .wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450 !important;
  color: #ffffff;
  padding: 20px !important;
  font-size: 14px !important;
  line-height: 20px !important;
}
.main input[type=text],
.main input[type=email],
.main input[type=tel],
.main input[type=date],
.main select,
.main textarea {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #000000;
  font-family: 'Roboto';
  padding: 0 20px;
  color: #ffffff;
  border: thin solid #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
  margin-top: 6px;
}
.main input[type=text]:focus,
.main input[type=email]:focus,
.main input[type=tel]:focus,
.main input[type=date]:focus,
.main select:focus,
.main textarea:focus {
  border-color: #c53a3a;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main select,
.main option {
  color: #201d1d;
  font-weight: bold;
}
.main input[type=file] {
  font-size: 13px;
}
.main .labelex {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  line-height: 20px;
  margin-bottom: 12px;
}
.main textarea {
  padding: 20px;
  height: 150px;
  max-width: 100%;
  min-width: 100%;
}
.main input[type=submit] {
  text-decoration: none !important;
  padding: 12px 40px;
  display: inline-block;
  color: #ffffff !important;
  background: none !important;
  font-size: 18px;
  text-align: center;
  height: auto !important;
  line-height: 24px !important;
  position: relative;
  margin-top: 20px;
  font-weight: 500;
  text-transform: uppercase;
  border-top: medium solid #c53a3a;
  border-bottom: medium solid #c53a3a;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 200px;
  border-left: none;
  border-right: none;
  margin-top: 0;
}
.main input[type=submit] .button__icon {
  position: absolute;
  background-color: #201d1d;
  color: #ffffff;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.main input[type=submit] .button__icon .far {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.main input[type=submit] span {
  display: inline-block;
  vertical-align: middle;
}
.main input[type=submit] .fa,
.main input[type=submit] .fas {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 18px;
  color: #ffffff;
}
.main input[type=submit]:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background: none !important;
  border-color: #201d1d;
}
.main input[type=submit]:hover .button__icon {
  background-color: #201d1d;
}
.main input[type=submit]:hover .button__icon .far {
  color: #c53a3a !important;
}
.main input[type=submit]:hover .fa,
.main input[type=submit]:hover .fas,
.main input[type=submit]:hover .far,
.main input[type=submit]:hover .fab {
  color: #ffffff;
}
.main input[type=submit]:hover span span {
  color: #ffffff;
}
.main input[type=submit]--reverse {
  color: #c53a3a !important;
  text-decoration: none !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
}
.main input[type=submit]--reverse:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #c53a3a !important;
  border-color: #c53a3a;
}
.main input[type=submit]--inverse {
  background: none !important;
  color: #ffffff !important;
  border-color: #c53a3a;
}
.main input[type=submit]--inverse:hover {
  background: none !important;
  color: #ffffff !important;
  border-color: #201d1d;
}
.main input[type=submit] .button__icon {
  position: absolute;
  background-color: #201d1d;
  color: #ffffff;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.main input[type=submit] .button__icon .far {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.main input[type=submit] span {
  display: inline-block;
  vertical-align: middle;
}
.main input[type=submit] .fa,
.main input[type=submit] .fas {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 18px;
  color: #ffffff;
}
.main input[type=submit]:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background: none !important;
  border-color: #201d1d;
}
.main input[type=submit]:hover .button__icon {
  background-color: #201d1d;
}
.main input[type=submit]:hover .button__icon .far {
  color: #c53a3a !important;
}
.main input[type=submit]:hover .fa,
.main input[type=submit]:hover .fas,
.main input[type=submit]:hover .far,
.main input[type=submit]:hover .fab {
  color: #ffffff;
}
.main input[type=submit]:hover span span {
  color: #ffffff;
}
.main input[type=submit]--reverse {
  color: #c53a3a !important;
  text-decoration: none !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
}
.main input[type=submit]--reverse:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #c53a3a !important;
  border-color: #c53a3a;
}
.main input[type=submit]--inverse {
  background: none !important;
  color: #ffffff !important;
  border-color: #c53a3a;
}
.main input[type=submit]--inverse:hover {
  background: none !important;
  color: #ffffff !important;
  border-color: #201d1d;
}
.main input[type=submit]:hover {
  background: none #c53a3a !important;
  color: #ffffff !important;
  border-color: #c53a3a;
}
.main .rowex {
  *zoom: 1;
}
.main .rowex:before,
.main .rowex:after {
  content: "";
  display: table;
}
.main .rowex:after {
  clear: both;
}
.main .rowex > .item {
  min-height: 0 !important;
}
.main .twice .item {
  float: left;
  width: 49%;
  margin-right: 2%;
}
@media all and (max-width: 650px) {
  .main .twice .item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.main .twice .item:nth-child(2) {
  margin-right: 0;
}
@media all and (max-width: 650px) {
  .main .twice .item:nth-child(2) {
    margin-top: 20px;
  }
}
.main .third .item {
  float: left;
  width: 32%;
  margin-right: 2%;
}
@media all and (max-width: 650px) {
  .main .third .item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
@media all and (max-width: 650px) {
  .main .third .item:nth-child(2) {
    margin-top: 20px;
  }
}
.main .third .item:nth-child(3) {
  margin-right: 0;
}
@media all and (max-width: 650px) {
  .main .third .item:nth-child(3) {
    margin-top: 20px;
  }
}
.main select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.main .noul {
  margin: 0;
}
.main .noul > li {
  padding-left: 0;
}
.main .noul > li:before {
  display: none;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 br {
  display: none;
}
.wpcf7 .ajax-loader,
.wpcf7 .wpcf7-spinner {
  display: none !important;
}
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance input[type=radio],
.wpcf7-radio input[type=radio],
.wpcf7-checkbox input[type=radio],
.wpcf7-acceptance input[type=checkbox],
.wpcf7-radio input[type=checkbox],
.wpcf7-checkbox input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance label,
.wpcf7-radio label,
.wpcf7-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 20px;
  font-size: 13px;
  color: #ffffff;
}
.wpcf7-acceptance label a,
.wpcf7-radio label a,
.wpcf7-checkbox label a {
  color: #ffffff;
  text-decoration: underline;
}
.wpcf7-acceptance label a:hover,
.wpcf7-radio label a:hover,
.wpcf7-checkbox label a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
  display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  position: absolute;
  top: -1px;
  background-color: #ffffff;
  border: 1px solid #a6a8a7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-acceptance input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox input[type=radio]:checked + .wpcf7-list-item-label:before {
  content: "\2713";
  font-size: 15px;
  color: #ffffff;
  background-color: #c53a3a;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  border: 1px solid #c53a3a;
}
.wpcf7-checkbox label {
  color: #ffffff;
  font-size: 13px;
}
.paginator {
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
}
.paginator a {
  padding: 10px;
  text-transform: uppercase;
  color: #c53a3a;
  font-size: 16px;
  text-decoration: none;
}
.paginator a:hover {
  color: #ffffff;
  text-decoration: none;
}
.paginator .current {
  color: #ffffff;
  padding: 10px;
  font-weight: bold;
  background-color: #c53a3a;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  -o-border-radius: 9999px;
  border-radius: 9999px;
}
#ui-datepicker-div {
  width: 100%;
  max-width: 300px;
  background-color: #201d1d;
  text-align: center;
}
.ui-datepicker-header {
  background-color: #c53a3a;
  position: relative;
  padding: 20px;
}
.ui-datepicker-header a {
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  text-decoration: none;
  cursor: pointer;
}
.ui-datepicker-header a span:before {
  font-size: 24px !important;
  font-weight: bold;
  top: 0 !important;
}
.ui-datepicker-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.ui-datepicker-prev {
  left: 20px;
}
.ui-datepicker-next {
  right: 20px;
}
.ui-datepicker-calendar {
  width: 100%;
  color: #ffffff;
  border-collapse: collapse;
}
.ui-datepicker-calendar th {
  text-align: center;
  background-color: #131111;
  padding: 3px;
}
.ui-datepicker-calendar td {
  border: 1px solid #2d2929;
  position: relative;
}
.ui-datepicker-calendar td span.ui-state-default {
  color: #484141;
}
.ui-datepicker-calendar td a {
  color: #ffffff;
  background-color: #131111;
  text-decoration: none !important;
  display: block;
}
.ui-datepicker-calendar td a:hover {
  background-color: #c53a3a;
  color: #ffffff;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .animated {
    opacity: 1 !important;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
.showcase {
  position: relative;
  z-index: 1;
}
#slider {
  background-color: #ffffff;
}
#slider .item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
#slider .item .wrap {
  z-index: 3;
  padding-top: 150px;
  padding-bottom: 100px;
}
@media all and (max-width: 767px) {
  #slider .item .wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#slider .carousel-control {
  opacity: 1;
  width: 26px;
  background: none !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (max-width: 850px) {
  #slider .carousel-control {
    display: none;
  }
}
#slider .carousel-control > span {
  width: 26px;
  height: 41px;
  font-size: 0;
}
#slider .carousel-control.left {
  left: 4%;
}
#slider .carousel-control.left > span {
  /*background: url(../images/slider-left.png) 0 0 no-repeat;
	        -webkit-background-size: 26px 41px;
	        background-size: 26px 41px;*/
  margin-left: 0 !important;
  left: 0;
}
#slider .carousel-control.right {
  right: 4%;
}
#slider .carousel-control.right > span {
  /*background: url(../images/slider-right.png) 0 0 no-repeat;
	        -webkit-background-size: 26px 41px;
	        background-size: 26px 41px;*/
  margin-right: 0 !important;
  right: 0;
}
#slider .carousel-inner {
  overflow: visible;
}
#slider .showcase__text {
  color: #ffffff;
  position: relative;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-left: 50px;
  border-left: thick solid #c53a3a;
  max-width: 760px;
  padding: 40px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: rgba(32, 29, 29, 0.9);
}
#slider .showcase__text h1 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 800;
  text-transform: uppercase;
}
@media all and (min-width: 990px) and (max-width: 1150px) {
  #slider .showcase__text h1 {
    font-size: 60px;
    line-height: 66px;
    margin-top: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .showcase__text h1 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 10px;
  }
}
#slider .showcase__text h1 span {
  color: #c53a3a;
}
#slider .showcase__text p {
  font-size: 22px;
  line-height: 30px;
  width: 100%;
}
@media all and (max-width: 767px) {
  #slider .showcase__text p {
    font-size: 16px;
    max-width: 100%;
  }
}
#slider .showcase__buttons {
  text-shadow: none;
}
@media all and (max-width: 600px) {
  #slider .showcase__buttons .button {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
}
@media all and (max-width: 400px) {
  #slider .showcase__buttons .button {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }
}
.carousel-indicators {
  margin-left: 0;
  left: 0;
  right: 0;
  bottom: -90px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  display: block;
  z-index: 2;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #e9e8e8;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0 4px !important;
}
.carousel-indicators li.active {
  background-color: #c53a3a;
}
.showcase__page {
  position: relative;
  background: #ffffff;
  color: #ffffff;
  border-bottom: thick solid #c53a3a;
}
.showcase__page:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(21, 21, 21, 0.7);
}
.showcase__page .wrap {
  padding: 200px 0 60px 0;
}
.showcase__page h1 {
  font-size: 60px;
  line-height: 68px;
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px;
  background-color: #c53a3a;
  color: #ffffff;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__page h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
.general strong {
  color: #c53a3a;
}
.aboutbox__img {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  height: 360px;
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .aboutbox__img {
    width: 100%;
    min-height: 400px;
  }
}
.aboutbox__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
}
.aboutbox__text {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.courselist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 550px) {
  .courselist {
    display: block;
  }
}
.courselist .item {
  width: 31.33%;
  margin-right: 3%;
  color: #ffffff;
  padding: 30px 30px 70px 30px;
  position: relative;
  overflow: hidden;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .courselist .item {
    width: 48.50%;
    margin-top: 30px !important;
  }
}
@media all and (max-width: 550px) {
  .courselist .item {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.courselist .item:nth-child(3n+3) {
  margin-right: 0;
}
.courselist .item:nth-child(1),
.courselist .item:nth-child(2),
.courselist .item:nth-child(3) {
  margin-top: 0;
}
@media all and (max-width: 767px) {
  .courselist .item:nth-child(even) {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  .courselist .item:nth-child(odd) {
    margin-right: 3%;
  }
}
.courselist .item.first {
  background-color: #201d1d !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#201d1d), to(#c53a3a)) !important;
  background-image: -webkit-linear-gradient(left, #201d1d, #c53a3a) !important;
  background-image: -moz-linear-gradient(left, #201d1d, #c53a3a) !important;
  background-image: -ms-linear-gradient(left, #201d1d, #c53a3a) !important;
  background-image: -o-linear-gradient(left, #201d1d, #c53a3a) !important;
  color: #000000;
  text-shadow: none;
}
.courselist .item.first:before {
  display: none !important;
}
.courselist .item:hover .item__bg {
  -webkit-transform: scale(1.1) rotate(-1deg);
  -ms-transform: scale(1.1) rotate(-1deg);
  -o-transform: scale(1.1) rotate(-1deg);
  transform: scale(1.1) rotate(-1deg);
}
.courselist .item__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.courselist .item__bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  mix-blend-mode: multiply;
}
.courselist .item__text {
  position: relative;
  z-index: 1;
}
.courselist .item__title {
  font-weight: 800;
  font-size: 26px;
  line-height: 32px;
}
.courselist .button {
  text-shadow: none;
  color: #000000 !important;
  font-size: 15px;
  padding-right: 50px !important;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1;
}
.courselist .button .far,
.courselist .button .fal,
.courselist .button .fas {
  margin-left: 10px;
  color: #000000 !important;
}
.othercourselist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 550px) {
  .othercourselist {
    display: block;
  }
}
.othercourselist .item {
  width: 22.75%;
  margin-right: 3%;
  color: #ffffff;
  padding: 30px 30px 70px 30px;
  position: relative;
  overflow: hidden;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  margin-top: 30px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .othercourselist .item {
    width: 48.50%;
    margin-top: 30px !important;
  }
}
@media all and (max-width: 550px) {
  .othercourselist .item {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.othercourselist .item:nth-child(4n+4) {
  margin-right: 0;
}
.othercourselist .item:nth-child(1),
.othercourselist .item:nth-child(2),
.othercourselist .item:nth-child(3),
.othercourselist .item:nth-child(4) {
  margin-top: 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .othercourselist .item:nth-child(even) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .othercourselist .item:nth-child(odd) {
    margin-right: 3%;
  }
}
.othercourselist .item:hover .item__bg {
  -webkit-transform: scale(1.1) rotate(-1deg);
  -ms-transform: scale(1.1) rotate(-1deg);
  -o-transform: scale(1.1) rotate(-1deg);
  transform: scale(1.1) rotate(-1deg);
}
.othercourselist .item__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.othercourselist .item__bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  mix-blend-mode: multiply;
}
.othercourselist .item__text {
  position: relative;
  z-index: 1;
}
.othercourselist .item__text p {
  font-size: 13px;
  line-height: 21px;
}
.othercourselist .item__title {
  font-weight: 800;
  font-size: 26px;
  line-height: 32px;
}
.othercourselist .button {
  text-shadow: none;
  color: #000000 !important;
  font-size: 15px;
  padding-right: 50px !important;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1;
}
.othercourselist .button .far,
.othercourselist .button .fal,
.othercourselist .button .fas {
  margin-left: 10px;
  color: #000000 !important;
}
.cap {
  position: relative;
}
.cap:before {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  top: 0;
  background-color: #000000;
}
@media all and (max-width: 767px) {
  .cap:before {
    display: none;
  }
}
.cap .wrap {
  z-index: 1;
  position: relative;
}
.capbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .capbox {
    display: block;
  }
}
.trainigc {
  width: 50%;
  padding-right: 80px;
}
@media all and (max-width: 767px) {
  .trainigc {
    width: 100%;
    padding: 40px;
    background-color: #000000;
    margin-bottom: 40px;
  }
}
.points {
  width: 50%;
  padding-left: 80px;
  padding-bottom: 260px;
}
@media all and (max-width: 767px) {
  .points {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.points .inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 300px;
}
@media all and (max-width: 767px) {
  .points .inner {
    max-width: 100%;
  }
}
.points__foto {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 60px;
  padding-left: 80px;
}
@media all and (max-width: 767px) {
  .points__foto {
    position: relative;
    padding-left: 0;
    bottom: 0;
    width: 100%;
  }
}
.expbox {
  padding-top: 60px;
}
.expbox__img {
  width: 50%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .expbox__img {
    width: 100%;
    min-height: 400px;
  }
}
.expbox__text {
  text-align: center;
  margin-bottom: 40px;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.cfrm {
  float: right;
  width: 50%;
  padding-left: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media all and (max-width: 767px) {
  .cfrm {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
.cfrm .acc {
  font-size: 12px;
  line-height: 18px;
  color: #666;
}
.cfrm .acc p,
.cfrm .acc label {
  font-size: 12px;
  line-height: 18px;
  color: #666;
  margin: 20px 0;
}
.cfrm .acc br {
  display: block;
}
.cfrm .choices {
  margin-top: 20px;
}
.testimonials__controls {
  *zoom: 1;
  position: absolute;
  bottom: 40px;
  padding-left: 80px;
  left: 0;
  width: 100%;
}
.testimonials__controls:before,
.testimonials__controls:after {
  content: "";
  display: table;
}
.testimonials__controls:after {
  clear: both;
}
#testimonials {
  background-color: #201d1d;
}
#testimonials .carousel-control {
  opacity: 1;
  width: 30px;
  height: 30px;
  background: none !important;
  float: left;
  position: relative !important;
}
#testimonials .carousel-control:hover > span {
  background-color: #ddd !important;
}
#testimonials .carousel-control > span {
  width: 30px;
  height: 30px;
  font-size: 0;
}
#testimonials .carousel-control.left > span {
  background: #ffffff url(../images/arr-left.svg) center center no-repeat;
  -webkit-background-size: 10px 18px;
  background-size: 10px 18px;
  margin-left: 0 !important;
  left: 0;
}
#testimonials .carousel-control.right {
  margin-left: 14px;
}
#testimonials .carousel-control.right > span {
  background: #ffffff url(../images/arr-right.svg) center center no-repeat;
  -webkit-background-size: 10px 18px;
  background-size: 10px 18px;
  margin-right: 0 !important;
  right: 0;
}
.testimonials {
  position: relative;
  width: 150%;
  left: -50%;
  margin-top: 40px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .testimonials {
    left: 0;
    width: 100%;
  }
}
.testimonials__text {
  background-color: #201d1d !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#201d1d), to(#c53a3a)) !important;
  background-image: -webkit-linear-gradient(left, #201d1d, #c53a3a) !important;
  background-image: -moz-linear-gradient(left, #201d1d, #c53a3a) !important;
  background-image: -ms-linear-gradient(left, #201d1d, #c53a3a) !important;
  background-image: -o-linear-gradient(left, #201d1d, #c53a3a) !important;
  padding: 40px 80px 80px 80px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .testimonials__text {
    padding: 20px;
    padding-bottom: 80px;
    background: none #201d1d !important;
  }
}
.testimonials__text h3 {
  color: #000000;
  text-shadow: none;
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .testimonials__text h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.testimonials__text p {
  font-size: 18px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .testimonials__text p {
    font-size: 14px;
    line-height: 20px;
  }
}
.testimonials__top {
  font-size: 0;
}
.testimonials__top h3 {
  display: inline-block;
  vertical-align: middle;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .testimonials__top h3 {
    display: block;
    margin-bottom: 6px;
  }
}
.testimonials__top .stars {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  color: #ffef00;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .testimonials__top .stars {
    display: block;
    margin-left: 0;
  }
}
#showcase__course {
  background-color: #ffffff;
}
#showcase__course .carousel-inner {
  z-index: 10;
}
@media all and (min-width: 990px) and (max-width: 1150px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #showcase__course .carousel-inner > .item {
    background-position: right top !important;
  }
}
#showcase__course .carousel-inner > .item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
}
@media all and (min-width: 990px) and (max-width: 1150px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #showcase__course .carousel-inner > .item:before {
    background: none rgba(0, 0, 0, 0.75) !important;
  }
}
#showcase__course .carousel-inner > .item .wrap {
  z-index: 3;
  padding-top: 200px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (min-width: 990px) and (max-width: 1150px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #showcase__course .carousel-inner > .item .wrap {
    display: block;
    padding-top: 140px;
  }
}
.showcase__course__text {
  width: 40%;
  position: relative;
  z-index: 10;
}
@media all and (min-width: 990px) and (max-width: 1150px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__course__text {
    width: 100%;
  }
}
.showcase__course__text .item {
  opacity: 1 !important;
  display: block !important;
  visibility: visible !important;
}
.showcase__course__text.cfrm {
  float: none;
  margin-top: 0;
  padding-left: 0;
}
.showcase__course__title {
  width: 50%;
  position: relative;
  z-index: 10;
  margin-left: 10%;
}
@media all and (min-width: 990px) and (max-width: 1150px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__course__title {
    display: none;
  }
}
.showcase__course__title.normal__view {
  display: none;
  margin-left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media all and (min-width: 990px) and (max-width: 1150px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__course__title.normal__view {
    display: block;
  }
}
.showcase__course__title.normal__view h1 {
  position: relative;
  font-size: 40px;
  line-height: 46px;
}
.showcase__course__title.normal__view h1 br {
  display: none;
}
.showcase__course__title h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 76px;
  line-height: 86px;
  font-weight: 800;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
#showcase__course .carousel-inner {
  overflow: visible;
}
#showcase__course .showcase__text {
  color: #ffffff;
  position: relative;
  left: 0;
  width: 100%;
  z-index: 2;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  max-width: 70%;
}
@media all and (max-width: 767px) {
  #showcase__course .showcase__text {
    text-align: center;
  }
}
#showcase__course .showcase__text h1 {
  font-size: 100px;
  line-height: 110px;
  font-weight: 800;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  #showcase__course .showcase__text h1 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 10px;
  }
}
#showcase__course .showcase__text p {
  font-size: 22px;
  line-height: 30px;
  width: 100%;
  max-width: 60%;
}
@media all and (max-width: 767px) {
  #showcase__course .showcase__text p {
    font-size: 16px;
  }
}
#showcase__course .showcase__buttons {
  text-shadow: none;
}
.flexboxblock {
  overflow: hidden;
}
.flexboxblock .wrap {
  padding: 0;
}
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .flexbox {
    display: block;
  }
}
.flexbox .item {
  width: 65%;
  padding: 60px 0;
}
@media all and (max-width: 767px) {
  .flexbox .item {
    width: 100%;
  }
}
.flexbox .item + .item {
  width: 32%;
  margin-left: 3%;
}
@media all and (max-width: 767px) {
  .flexbox .item + .item {
    width: 100%;
    margin-left: 0;
  }
}
.flexbox .bg_dark {
  position: relative;
}
@media all and (max-width: 767px) {
  .flexbox .bg_dark {
    background-color: #000000;
    padding: 0;
  }
}
.flexbox .bg_dark .inner {
  position: relative;
  z-index: 1;
  padding-left: 20%;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media all and (max-width: 767px) {
  .flexbox .bg_dark .inner {
    padding: 40px;
  }
}
.flexbox .bg_dark:after {
  content: "";
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5000px;
}
@media all and (max-width: 767px) {
  .flexbox .bg_dark:after {
    display: none;
  }
}
.grecaptcha-badge {
  display: none;
}
.page-template-default .wpcf7 .rowex {
  padding: 10px 0;
}
.page-id-21 .gdc_column,
.page-id-21 .gdc_inner {
  padding: 0 10px !important;
}
.stories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .stories {
    display: block;
  }
}
.stories .item {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 30px;
  background-color: #c53a3a;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .stories .item {
    width: 100%;
    margin-right: 0 !important;
  }
}
.stories .item:hover {
  border-color: #c53a3a;
}
.stories .item:hover .inner {
  -webkit-transform: scale(1.1) rotate(-1deg);
  -ms-transform: scale(1.1) rotate(-1deg);
  -o-transform: scale(1.1) rotate(-1deg);
  transform: scale(1.1) rotate(-1deg);
}
.stories .item:nth-child(3n+3) {
  margin-right: 0;
}
.stories .item__img {
  height: 200px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.stories .item__img .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.stories .item__text h2 {
  color: #ffffff;
  border-left: medium solid #201d1d;
  padding-left: 20px;
  font-size: 18px;
  line-height: 24px;
}
.stories .item__text p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}
.stories .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
/* ------------------ HEADER ----------------*/
.nav-up .header {
  position: fixed;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: rgba(32, 29, 29, 0.9);
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #201d1d;
}
.header .wrap {
  padding: 20px 0;
}
.logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: url(../images/logo.png) 0 0 no-repeat;
  -webkit-background-size: 111px 66px;
  background-size: 111px 66px;
  width: 111px;
  height: 66px;
}
@media all and (min-width: 990px) and (max-width: 1150px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .logo {
    left: 3%;
  }
}
.socials {
  float: left;
  margin-left: 180px;
  font-size: 0;
  margin-top: 8px;
}
@media all and (max-width: 600px) {
  .socials {
    margin-left: 130px;
  }
}
.socials__label {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
@media all and (max-width: 400px) {
  .socials__label {
    display: none;
  }
}
.socialslist {
  *zoom: 1;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.socialslist:before,
.socialslist:after {
  content: "";
  display: table;
}
.socialslist:after {
  clear: both;
}
.socialslist li {
  float: left;
  margin-left: 10px;
}
.socialslist a {
  display: block;
  background-color: #c53a3a;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.socialslist a:hover {
  background-color: #ffffff;
  color: #c53a3a;
}
/********************* Footer ******************/
.footer {
  position: relative;
}
.footer:before {
  content: "";
  background-color: #c53a3a;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
@media all and (max-width: 767px) {
  .footer:before {
    display: none;
  }
}
.footer .wrap {
  padding: 30px 0;
}
.contactus {
  padding-bottom: 30px;
  padding-top: 30px;
  width: 50%;
  float: left;
  padding-right: 80px;
  color: #000000;
}
@media all and (max-width: 767px) {
  .contactus {
    float: none;
    width: 100%;
    padding: 40px;
    background-color: #201d1d;
  }
}
.contactus h2:first-of-type {
  margin-top: 20px;
}
.contactus h2 {
  text-shadow: none;
}
.contactus ul > li:before {
  background-color: #ffffff;
}
.contactus__img {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.copy p {
  font-size: 12px;
  line-height: 18px;
  margin: 4px 0 0 0;
  float: left;
}
@media all and (min-width: 990px) and (max-width: 1150px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .copy p {
    float: none;
    text-align: center;
  }
}
.copy p a {
  color: #ffffff;
}
.copy p a:hover {
  text-decoration: none;
  color: #ffffff;
}
.copy .socials {
  float: right;
  margin-left: 0;
}
@media all and (min-width: 990px) and (max-width: 1150px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .copy .socials {
    float: none;
    text-align: center;
    margin-top: 10px;
  }
}
.copy .socials a {
  background-color: #ffffff;
  color: #201d1d;
}
.copy .socials a:hover {
  background-color: #ffffff;
  color: #c53a3a;
}
.footer__course {
  background-color: #000;
}
.footer__course .wrap {
  padding: 40px 0;
}
.footer__course .copy p a {
  color: #c53a3a;
}
.footer__course .copy p a:hover {
  color: #201d1d;
}
.footer__logo {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: block;
}
.copyright {
  margin-top: 30px;
}
.copyright p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
/* ------------------ MENU --------------------*/
#toogle-menu {
  display: none;
  width: 30px;
  height: 25px;
  z-index: 1000;
  float: right;
  margin-top: 10px;
}
@media all and (min-width: 990px) and (max-width: 1150px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #toogle-menu {
    display: block;
  }
}
#toogle-menu span {
  display: block;
  margin-bottom: 5px;
  height: 4px;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
.nav-up .main-menu > li > a {
  color: #ffffff;
}
.nav-up .main-menu {
  background: none;
}
.main-menu {
  *zoom: 1;
  float: right;
}
.main-menu:before,
.main-menu:after {
  content: "";
  display: table;
}
.main-menu:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1150px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu {
    position: absolute;
    left: -9999px;
  }
}
.main-menu > li {
  position: relative;
  float: left;
  margin-left: 20px;
}
.main-menu > li:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -12px;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #c53a3a;
}
.main-menu > li:first-child {
  margin-left: 0;
}
.main-menu > li:last-child {
  padding-right: 0;
}
.main-menu > li:last-child:after {
  display: none;
}
.main-menu > li:hover > a {
  color: #c53a3a;
  border-color: #c53a3a;
}
.main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu > li.menu-item-has-children > a {
  padding-right: 14px;
  margin-right: 8px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.menu-item-has-children > a {
    padding-right: 10px;
  }
}
.main-menu > li.menu-item-has-children > a:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f078";
  color: #c53a3a;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-weight: bold;
  font-size: 9px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.menu-item-has-children > a:before {
    display: none;
  }
}
.main-menu > li.current-menu-item > a,
.main-menu > li.current-category-ancestor > a,
.main-menu > li.current-post-ancestor > a,
.main-menu > li.current-page-ancestor > a,
.main-menu > li.current-menu-parent > a {
  color: #c53a3a;
  border-color: #c53a3a;
}
.main-menu > li > a {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 10px 10px;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
}
@media all and (min-width: 990px) and (max-width: 1150px) {
  .main-menu > li > a {
    font-size: 12px;
  }
}
.main-menu > li > a:hover {
  text-decoration: none;
  color: #c53a3a;
  border-color: #c53a3a;
}
.main-menu > li > a .fas {
  font-weight: bold;
}
.main-menu .sub-menu,
.top-menu .sub-menu {
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 99;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.main-menu .sub-menu > li,
.top-menu .sub-menu > li {
  position: relative;
}
.main-menu .sub-menu > li:hover > .sub-menu,
.top-menu .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu .sub-menu > li:hover > a,
.top-menu .sub-menu > li:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0d0d0d;
}
.main-menu .sub-menu > li:hover > a:after,
.top-menu .sub-menu > li:hover > a:after {
  display: none;
}
.main-menu .sub-menu > li.current-menu-item,
.top-menu .sub-menu > li.current-menu-item,
.main-menu .sub-menu > li .current-menu-item,
.top-menu .sub-menu > li .current-menu-item {
  color: #ffffff;
  text-decoration: none;
  background-color: #0d0d0d;
}
.main-menu .sub-menu > li > a,
.top-menu .sub-menu > li > a {
  font-size: 15px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  font-weight: 300;
  border-bottom: thin solid #0d0d0d;
}
.main-menu .sub-menu > li > a:hover,
.top-menu .sub-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0d0d0d;
}
.main-menu .sub-menu > li .sub-menu,
.top-menu .sub-menu > li .sub-menu {
  left: 100%;
  top: 0;
}
.header.active .main-menu {
  margin-top: 0;
  left: 0;
  right: 0;
  background-color: #c53a3a;
  z-index: 9999;
  top: 100%;
  width: 100%;
  height: calc(100vh - 105px);
  line-height: 24px;
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  overflow: auto;
}
.header.active .main-menu > li {
  float: none;
  margin: 0;
  display: block;
  padding: 0;
}
.header.active .main-menu > li:hover .sub-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.header.active .main-menu > li .sub-menu {
  display: none;
  width: 100%;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
.header.active .main-menu > li .sub-menu.show {
  background-color: #000000;
  display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
}
.header.active .main-menu > li .sub-menu.show > li > a {
  font-size: 15px;
  font-weight: 400;
  padding-left: 30px;
  text-align: center;
  border-bottom: thin solid #0d0d0d;
}
.header.active .main-menu > li > .nav-click {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 1px;
  padding: 6px 20px;
  background-color: #1a1a1a;
  z-index: 3;
  display: block;
  cursor: pointer;
}
.header.active .main-menu > li > .nav-click:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f107";
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin-top: 11px;
}
.header.active .main-menu > li.current-menu-item > a {
  color: #ffffff;
  background-color: #000000;
}
.header.active .main-menu > li.current-menu-item > a:hover {
  background-color: #1a1a1a;
}
.header.active .main-menu > li a:after {
  display: none;
}
.header.active .main-menu > li > a {
  padding: 20px 10px;
  color: #ffffff;
  line-height: 18px;
  font-size: 16px;
  display: block;
  border-bottom: thin solid #0d0d0d;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  font-family: 'Roboto';
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: normal;
  background: none !important;
}
.header.active .main-menu > li > a:hover {
  background: none !important;
}

.trustblock {
  background-color: #c53a3a;
}
