/*
	Table of contents
	1. Import
	2. Variables
	3. Global
	4. Navbar
	5. Footer
	6 Homepage
	7. News
	8. About
	9. Join us
	10. Partners
*/
html {
  position: relative;
  min-height: 100%; }

body {
  font-family: 'Lato', sans-serif; }

.row {
  margin: 0px; }

a,
button,
input[type="submit"] {
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease; }

a:hover,
a:focus {
  text-decoration: none; }

.no-margin {
  margin: 0; }

.no-margin-left {
  margin-left: 0; }

.no-margin-right {
  margin-right: 0; }

.no-margin-top {
  margin-top: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

.no-padding {
  padding: 0; }

.no-padding-left {
  padding-left: 0; }

.no-padding-right {
  padding-right: 0; }

.no-padding-top {
  padding-top: 0; }

.no-padding-bottom {
  padding-bottom: 0; }

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

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

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

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

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block; }

.flex {
  display: flex;
  align-items: center; }

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

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

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

a img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

body {
  letter-spacing: 0.05em;
  padding-top: 99px; }
  body.no-padding {
    padding-top: 0; }

.container {
  max-width: 1400px; }

.banner {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -moz-background-position: center;
  -o-background-position: center;
  background-position: center; }

img {
  max-width: 100%;
  height: auto; }

.wp-caption {
  max-width: 100%; }

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.page-content p,
.page-content li,
.page-content a {
  color: #555556; }
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  color: #23282d;
  font-weight: 700;
  position: relative;
  margin: 0 0 20px; }
.page-content p,
.page-content li {
  font-size: 16px;
  line-height: 1.7;
  color: #555556;
  margin-bottom: 30px; }
  .page-content p strong,
  .page-content li strong {
    font-weight: 700; }
.page-content a {
  color: #d61f34; }
.page-content li {
  margin-bottom: 10px; }
  .page-content li:last-of-type {
    margin-bottom: 0; }
.page-content ul,
.page-content ol {
  margin-bottom: 30px;
  padding-left: 20px; }
  .page-content ul ul,
  .page-content ul ol,
  .page-content ol ul,
  .page-content ol ol {
    margin: 10px 0; }
.page-content img {
  margin: 10px 0;
  max-width: 100%;
  height: auto; }
.page-content blockquote {
  position: relative;
  background-color: #f9f9f9;
  text-align: center;
  padding: 50px; }
  .page-content blockquote::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    border: 3px solid #85a4c0; }
  .page-content blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    margin: 0 auto;
    height: 50px;
    width: 50px;
    background-image: url("../img/quote.png");
    background-repeat: no-repeat;
    -webkit-background-size: 70%;
    -moz-background-size: 70%;
    -o-background-size: 70%;
    background-size: 70%;
    -moz-background-position: center;
    -o-background-position: center;
    background-position: center;
    background-color: #f9f9f9; }
  .page-content blockquote p,
  .page-content blockquote li {
    font-style: italic;
    font-size: 16px;
    color: #555556; }
    .page-content blockquote p:last-of-type,
    .page-content blockquote li:last-of-type {
      margin: 0; }

.wpcf7-form-control-wrap {
  display: block;
  padding-bottom: 5px; }

span.wpcf7-not-valid-tip {
  color: #F44336;
  position: relative;
  font-size: 12px;
  text-align: left;
  margin-top: 0px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%; }

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: none;
  padding: 0;
  color: #FF9800;
  text-align: left;
  margin: 0;
  position: relative;
  text-align: center;
  margin-top: 5px; }

div.wpcf7-mail-sent-ok {
  border: none;
  padding: 0;
  color: #48b14c;
  margin: 0;
  position: relative;
  text-align: center;
  margin-top: 5px; }

div.wpcf7-response-output {
  border: none;
  padding: 0;
  color: #48b14c;
  margin: 0;
  position: relative;
  text-align: center;
  margin-top: 5px; }

.page-banner {
  padding: 50px 0;
  position: relative;
  display: flex;
  align-items: center; }
  .page-banner .title {
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    color: #fff; }
    .page-banner .title::before {
      content: '';
      position: absolute;
      left: 3px;
      bottom: -15px;
      background-color: #fff;
      height: 3px;
      width: 60px;
      z-index: 2; }
  .page-banner .desc {
    font-size: 13px;
    color: #fff;
    width: 600px;
    margin: 0;
    max-width: 100%; }
    .page-banner .desc p:last-of-type {
      margin: 0; }

.breadcrumbs {
  margin: 30px 0 0;
  font-size: 14px;
  color: #fff; }
  .breadcrumbs a {
    color: #fff; }
    .breadcrumbs a:hover {
      color: #d61f34; }
  .breadcrumbs span {
    font-weight: 700; }

.cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #23282d;
  opacity: 0.7; }

.button {
  color: #fff;
  display: inline-block;
  line-height: 40px;
  max-width: 100%;
  border: none;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  padding: 0px 5px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.25em; }
  .button:hover {
    color: #23282d;
    background-color: #fff; }
  .button.blue {
    background-color: #095392;
    color: #fff; }
    .button.blue:hover {
      color: #fff;
      background-color: #d61f34; }
  .button.red {
    background-color: #d61f34;
    color: #fff; }
    .button.red:hover {
      color: #fff;
      background-color: #095392; }

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4e9790+0,50364e+50,4e9790+100 */
  background: #4e9790;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4e9790 0%, #50364e 50%, #4e9790 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4e9790 0%, #50364e 50%, #4e9790 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4e9790 0%, #50364e 50%, #4e9790 100%);
  opacity: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#162133+0,76c25c+50,162133+100 */
  background: #162133;
  /* Old browsers */
  background: -moz-linear-gradient(top, #162133 0%, #23282d 50%, #162133 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #162133 0%, #23282d 50%, #162133 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #162133 0%, #23282d 50%, #162133 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#162133', endColorstr='#162133', GradientType=0);
  /* IE6-9 */ }
  .overlay.showed {
    opacity: 0.5;
    z-index: 998; }

.image img {
  width: 100%;
  height: auto; }

@media (max-width: 575.9px) {
  .page-banner .title {
    font-size: 30px; }

  .page-content p,
  .page-content li {
    font-size: 14px;
    margin-bottom: 15px; }
  .page-content blockquote {
    padding: 30px; }
    .page-content blockquote p,
    .page-content blockquote li {
      font-size: 14px; }
    .page-content blockquote::after {
      height: 25px; }
    .page-content blockquote::before {
      top: 15px;
      left: 15px;
      width: calc(100% - 30px);
      height: calc(100% - 30px); } }
.navbar-expand-lg {
  padding: 15px 0;
  background-color: transparent;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease; }
  .navbar-expand-lg.no-bg {
    background-color: transparent; }
    .navbar-expand-lg.no-bg:not(.sticky) .navbar-nav .menu-item a {
      color: #fff; }
  .navbar-expand-lg.sticky {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff; }
  .navbar-expand-lg .container {
    padding: 0px 30px; }
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end; }
  .navbar-expand-lg .navbar-brand img {
    width: 150px;
    height: auto; }
  .navbar-expand-lg .navbar-nav .menu-item {
    margin: 0px 15px; }
    .navbar-expand-lg .navbar-nav .menu-item:first-of-type {
      margin-left: 0; }
    .navbar-expand-lg .navbar-nav .menu-item:last-of-type {
      margin-right: 0; }
    .navbar-expand-lg .navbar-nav .menu-item a {
      color: #23282d;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 30px; }
  .navbar-expand-lg .navbar-nav .menu-join a {
    color: #fff;
    padding: 0 25px;
    background-color: #d61f34;
    display: block; }
    .navbar-expand-lg .navbar-nav .menu-join a:hover {
      background-color: #095392; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0; }
    .navbar-expand-lg .navbar-nav .dropdown-menu .menu-item {
      margin: 0; }
      .navbar-expand-lg .navbar-nav .dropdown-menu .menu-item a {
        padding: 0px 5px; }
  .navbar-expand-lg .navbar-toggler {
    color: #d61f34;
    outline: none;
    font-size: 30px;
    margin-right: 0; }

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  max-width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: #fff;
  z-index: 999;
  padding: 100px 35px 20px;
  -webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  -moz-transition: all 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  -o-transition: all 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  transition: all 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mobile-nav.showed {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .mobile-nav .close-nav {
    position: absolute;
    right: 35px;
    top: 30px;
    color: #23282d;
    font-size: 40px; }
  .mobile-nav .navbar-nav .menu-item {
    margin: 10px 0; }
    .mobile-nav .navbar-nav .menu-item a {
      color: #23282d;
      font-size: 18px;
      text-transform: uppercase; }

footer {
  background-color: #23282d;
  padding-top: 40px; }
  footer .header {
    margin: 0 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 700; }
  footer .item {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    footer .item.center {
      justify-content: center; }
  footer .newsletter {
    padding-right: 45px; }
    footer .newsletter .inside {
      width: 300px;
      max-width: 100%; }
    footer .newsletter input {
      outline: none !important; }
      footer .newsletter input:not([type=submit]) {
        border: none;
        background: none;
        width: 100%;
        height: 40px;
        color: #9a9191;
        font-size: 14px;
        letter-spacing: 0.05em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        margin-bottom: 20px; }
      footer .newsletter input[type=submit] {
        background-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0.8);
        color: #fff;
        line-height: 35px;
        max-width: 100%;
        width: 150px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 13px;
        letter-spacing: 0.25em;
        cursor: pointer; }
        footer .newsletter input[type=submit]:hover {
          background-color: #fff;
          border-color: #fff;
          color: #23282d; }
  footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  footer .menu {
    padding: 0px 30px; }
    footer .menu .inside {
      width: 300px;
      max-width: 100%; }
    footer .menu ul {
      display: flex;
      align-items: center;
      flex-direction: row;
      flex-wrap: wrap; }
      footer .menu ul li {
        width: 50%;
        flex: 0 0 50%;
        padding-bottom: 10px;
        font-size: 14px; }
        footer .menu ul li.bold {
          font-weight: 700; }
        footer .menu ul li a {
          color: #9a9191; }
          footer .menu ul li a:hover {
            color: #d61f34; }
  footer .social {
    padding-left: 45px; }
    footer .social ul li {
      display: inline-block;
      padding-right: 15px; }
      footer .social ul li a {
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.3);
        height: 33px;
        width: 33px;
        display: flex;
        align-items: center;
        justify-content: center; }
        footer .social ul li a:hover {
          color: #23282d;
          background-color: #fff;
          border-color: #fff; }
  footer .bottom {
    margin-top: 40px; }
    footer .bottom p {
      color: #fff;
      margin: 0 0 5px;
      font-size: 14px; }
      footer .bottom p:first-of-type {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding: 20px 0 0; }
      footer .bottom p:last-of-type {
        margin-bottom: 20px; }
    footer .bottom a {
      color: #fff; }
    footer .bottom .name {
      font-weight: 800; }
      footer .bottom .name span {
        font-weight: 400; }

@media (max-width: 991.9px) {
  footer .newsletter {
    padding-right: 15px; }
  footer .social {
    padding-left: 15px; }
  footer .menu {
    padding: 0px 15px; } }
@media (max-width: 767.9px) {
  footer .item {
    margin-bottom: 0; }
  footer .newsletter .inside {
    width: 100%; }
  footer .menu {
    padding: 30px 15px; }
    footer .menu .inside {
      width: 100%; }
  footer .social {
    align-items: flex-start; } }
.home-banner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh; }
  .home-banner .fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (min-aspect-ratio: 16 / 9) {
    .home-banner .fullscreen-bg__video {
      width: 100%;
      height: auto; } }
  @media (max-aspect-ratio: 16 / 9) {
    .home-banner .fullscreen-bg__video {
      width: auto;
      height: 100%; } }
  .home-banner .content {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
    padding-top: 99px; }
  .home-banner .title {
    font-size: 60px;
    color: #fff;
    font-weight: 400; }
    .home-banner .title span {
      font-weight: 700;
      display: block;
      position: relative;
      font-size: 50px; }
  .home-banner hr {
    width: 100px;
    height: 5px;
    background-color: #fff;
    border: none;
    margin: 20px 0; }
  .home-banner .sub-title {
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 300; }
  .home-banner .button {
    margin-top: 30px;
    font-weight: 700; }

.purpose-wrapper {
  padding: 150px 0;
  position: relative; }
  .purpose-wrapper .left {
    width: 50%; }
    .purpose-wrapper .left .element {
      width: 500px;
      max-width: 100%;
      display: block;
      margin: 0 auto; }
      .purpose-wrapper .left .element .inside {
        max-width: 200%;
        width: 200%; }
  .purpose-wrapper .right-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%; }
    .purpose-wrapper .right-image .cover {
      opacity: 0.5; }
  .purpose-wrapper .inside {
    background-color: #fff;
    padding: 100px 100px 100px 15px;
    position: relative; }
    .purpose-wrapper .inside .title {
      margin: 0 0 15px;
      color: #23282d;
      font-size: 40px;
      font-weight: 900;
      text-transform: uppercase; }
    .purpose-wrapper .inside .text p {
      margin: 0;
      font-size: 17px;
      color: #555556;
      font-weight: 300; }
    .purpose-wrapper .inside .text .button {
      margin-top: 20px; }

.cta-wrapper {
  padding: 100px 0;
  position: relative; }
  .cta-wrapper .left-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%; }
    .cta-wrapper .left-image .cover {
      opacity: 0.5; }
  .cta-wrapper .buttons {
    padding: 0px 30px;
    -webkit-background-size: 0px;
    -moz-background-size: 0px;
    -o-background-size: 0px;
    background-size: 0px; }
    .cta-wrapper .buttons .cover {
      display: none; }
    .cta-wrapper .buttons .inside {
      border: 3px solid #fff;
      text-align: center;
      padding: 150px 0;
      width: 500px;
      display: block;
      margin: 0 auto;
      max-width: 100%; }
    .cta-wrapper .buttons .title {
      color: #fff;
      font-size: 34px;
      text-transform: uppercase;
      font-weight: 900;
      margin: 0 0 30px; }
    .cta-wrapper .buttons .divider {
      margin: 10px 0;
      color: #555556;
      font-size: 20px; }
    .cta-wrapper .buttons .button {
      width: 260px;
      max-width: 100%;
      padding: 0px 30px;
      line-height: 45px;
      border: none; }
      .cta-wrapper .buttons .button.red {
        margin-top: 20px; }
    .cta-wrapper .buttons hr {
      width: 100%;
      height: 2px;
      background-color: #23282d;
      margin: 0;
      position: relative;
      z-index: 2;
      opacity: 0.9; }
      .cta-wrapper .buttons hr:first-of-type {
        margin-bottom: 100px; }
      .cta-wrapper .buttons hr:last-of-type {
        margin-top: 100px; }
    .cta-wrapper .buttons .border-block {
      z-index: 1;
      position: absolute;
      left: -50px;
      top: 50px;
      border: 2px solid #fff;
      height: calc(100% - 100px);
      width: calc(100% + 100px); }
  .cta-wrapper .reasons {
    padding: 0px 30px;
    display: flex;
    align-items: center; }
    .cta-wrapper .reasons .inside {
      width: 600px;
      display: block;
      margin: 0 auto;
      max-width: 100%; }
    .cta-wrapper .reasons .title {
      margin: 0 0 15px;
      color: #23282d;
      font-size: 40px;
      text-transform: uppercase;
      font-weight: 900; }
    .cta-wrapper .reasons .item {
      width: 100%;
      margin-top: 40px;
      position: relative;
      padding-left: 80px;
      padding-right: 90px; }
      .cta-wrapper .reasons .item .icon {
        width: 70px;
        height: auto;
        position: absolute;
        left: 0;
        top: 10px; }
        .cta-wrapper .reasons .item .icon img {
          display: block;
          margin: 0 auto;
          width: 100%;
          height: auto; }
      .cta-wrapper .reasons .item .sub-title {
        color: #23282d;
        font-size: 17px;
        font-weight: 700;
        margin: 0 0 10px; }
      .cta-wrapper .reasons .item .desc p {
        margin: 0;
        font-size: 14px;
        color: #555556; }
      .cta-wrapper .reasons .item .desc a {
        color: #d61f34; }
        .cta-wrapper .reasons .item .desc a:hover {
          color: #095392; }

.about-home-wrapper {
  position: relative; }
  .about-home-wrapper .right-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #555556; }
    .about-home-wrapper .right-bg .cover {
      opacity: 0.5; }
  .about-home-wrapper .testimonials {
    padding: 150px 30px; }
    .about-home-wrapper .testimonials .inside {
      width: 500px;
      display: block;
      margin: 0 auto;
      text-align: center;
      max-width: 100%; }
    .about-home-wrapper .testimonials .title {
      margin: 0;
      color: #23282d;
      font-size: 35px;
      text-transform: uppercase;
      text-align: center; }
    .about-home-wrapper .testimonials .sub-title {
      margin: 0 0 30px;
      color: #23282d;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 300; }
    .about-home-wrapper .testimonials .owl-dots {
      text-align: center;
      margin-top: 20px; }
      .about-home-wrapper .testimonials .owl-dots .owl-dot {
        height: 15px;
        width: 15px;
        background-color: #095392;
        display: inline-block;
        margin: 0 2.5px;
        opacity: 0.6;
        border-radius: 50%; }
        .about-home-wrapper .testimonials .owl-dots .owl-dot.active {
          border: 5px solid #095392;
          background-color: #fff; }
    .about-home-wrapper .testimonials .item .image {
      display: block;
      margin: 0 auto 20px; }
      .about-home-wrapper .testimonials .item .image img {
        max-width: 100%;
        width: auto;
        display: block;
        margin: 0 auto; }
    .about-home-wrapper .testimonials .item .name {
      color: #23282d;
      font-size: 18px;
      font-weight: 700;
      margin: 0; }
    .about-home-wrapper .testimonials .item .sub-name {
      color: #555556;
      font-size: 12px;
      font-style: italic;
      margin: 0; }
    .about-home-wrapper .testimonials .item .text p {
      color: #555556;
      font-size: 15px;
      font-weight: 300; }
      .about-home-wrapper .testimonials .item .text p:last-of-type {
        margin-bottom: 0; }
    .about-home-wrapper .testimonials .item .quote {
      width: 30px;
      height: auto;
      display: block;
      margin: 20px auto; }
  .about-home-wrapper .text-wrapper {
    display: flex;
    align-items: center;
    padding: 0px 30px;
    background-color: #555556; }
    .about-home-wrapper .text-wrapper .inside {
      width: 600px;
      display: block;
      margin: 0 auto;
      padding-right: 50px;
      max-width: 100%;
      z-index: 2;
      position: relative; }
    .about-home-wrapper .text-wrapper .title {
      margin: 0 0 15px;
      color: #fff;
      font-size: 40px;
      text-transform: uppercase;
      font-weight: 900; }
    .about-home-wrapper .text-wrapper .text p {
      margin: 0 0 10px;
      font-size: 16px;
      color: #fff; }
      .about-home-wrapper .text-wrapper .text p:last-of-type {
        margin: 0; }

.about-with-icons {
  padding: 100px 0;
  background-color: #555556;
  position: relative; }
  .about-with-icons .title {
    margin: 0 0 30px;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center; }
  .about-with-icons .text p {
    margin: 0 0 10px;
    font-size: 16px;
    color: #fff;
    text-align: center; }
    .about-with-icons .text p:last-of-type {
      margin: 0; }
  .about-with-icons .icons {
    text-align: center;
    margin-top: 60px; }
    .about-with-icons .icons .icon {
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .about-with-icons .icons .icon img {
        height: 100% !important;
        width: auto !important; }
    .about-with-icons .icons p {
      margin: 15px 0 0;
      color: #fff;
      text-transform: uppercase;
      font-weight: 300;
      font-size: 16px; }

.home-news-wrapper.news-wrapper {
  padding: 100px 0 50px; }
.home-news-wrapper .header .title {
  margin: 0 0 30px;
  color: #23282d;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 900; }
  .home-news-wrapper .header .title span {
    font-weight: 300; }
.home-news-wrapper .item {
  margin-top: 30px; }

.contact-wrapper {
  padding: 100px 0;
  position: relative; }
  .contact-wrapper .header {
    margin-bottom: 50px; }
    .contact-wrapper .header .title {
      margin: 0 0 30px;
      color: #23282d;
      font-size: 40px;
      text-transform: uppercase;
      font-weight: 900; }
      .contact-wrapper .header .title span {
        font-weight: 300; }
  .contact-wrapper .banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%; }
    .contact-wrapper .banner .cover {
      opacity: 0.5; }
  .contact-wrapper .row {
    justify-content: flex-end; }
  .contact-wrapper .contact-form {
    background-color: #fff;
    z-index: 2;
    padding: 45px 300px 45px 60px; }
    .contact-wrapper .contact-form .elements {
      display: flex;
      flex-wrap: wrap; }
      .contact-wrapper .contact-form .elements label {
        width: 33.33%; }
    .contact-wrapper .contact-form p {
      margin: 0; }
    .contact-wrapper .contact-form label {
      padding: 0px 15px;
      width: 100%; }
    .contact-wrapper .contact-form input {
      width: 100%;
      border: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
      height: 40px;
      color: #23282d;
      font-size: 14px;
      outline: none !important; }
      .contact-wrapper .contact-form input[type=submit] {
        color: #fff;
        width: 220px;
        background-color: #d61f34;
        margin: 20px 0 0 15px;
        border: none; }
      .contact-wrapper .contact-form input:focus, .contact-wrapper .contact-form input:hover {
        border-color: #d61f34; }
    .contact-wrapper .contact-form textarea {
      width: 100%;
      border: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
      height: 120px;
      color: #23282d;
      font-size: 14px;
      margin-top: 20px;
      outline: none !important; }
      .contact-wrapper .contact-form textarea:focus, .contact-wrapper .contact-form textarea:hover {
        border-color: #d61f34; }

@media (max-width: 1365.9px) {
  .cta-wrapper {
    padding: 100px 0; }
    .cta-wrapper .reasons .inside {
      width: 500px; }
    .cta-wrapper .reasons .item {
      padding-right: 0; }

  .about-home-wrapper .text-wrapper .inside {
    width: 500px;
    padding: 0; }

  .home-news-wrapper.news-wrapper {
    padding-bottom: 50px; } }
@media (max-width: 1199.9px) {
  .about-with-icons .inside {
    max-width: 100%;
    flex: 0 0 100%; }

  .home-news-wrapper .item .image,
  .home-news-wrapper .item .text {
    max-width: 100%;
    flex: 0 0 100%; } }
@media (max-width: 991.9px) {
  .home-banner {
    height: auto; }
    .home-banner .content {
      padding: 120px 0 50px;
      background-color: rgba(0, 0, 0, 0.3); }
    .home-banner .title {
      font-size: 50px; }
    .home-banner .sub-title {
      font-size: 18px;
      line-height: 1.3;
      font-weight: 400; }
    .home-banner video {
      display: none; }

  .purpose-wrapper {
    padding: 0; }
    .purpose-wrapper .left {
      width: 100%;
      padding: 0px 15px; }
      .purpose-wrapper .left .element .inside {
        width: 100%;
        max-width: 100%; }
    .purpose-wrapper .right-image {
      display: none; }
    .purpose-wrapper .inside {
      padding: 50px 15px; }
      .purpose-wrapper .inside .title {
        font-size: 30px; }

  .cta-wrapper {
    padding: 0; }
    .cta-wrapper .left-image {
      display: none; }
    .cta-wrapper .buttons {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      padding: 50px 30px; }
      .cta-wrapper .buttons .cover {
        display: block; }
      .cta-wrapper .buttons .inside {
        z-index: 2;
        position: relative;
        width: 100%;
        padding: 100px 0; }
    .cta-wrapper .reasons {
      padding: 50px 30px; }
      .cta-wrapper .reasons .title {
        font-size: 30px; }
        .cta-wrapper .reasons .title br {
          display: none; }
      .cta-wrapper .reasons .inside {
        width: 100%; }

  .about-home-wrapper {
    padding: 0; }
    .about-home-wrapper .right-bg {
      display: none; }
    .about-home-wrapper .text-wrapper {
      background-color: #555556;
      padding: 50px 30px;
      text-align: center; }
      .about-home-wrapper .text-wrapper .inside {
        width: 100%; }
      .about-home-wrapper .text-wrapper .title {
        font-size: 30px;
        margin-bottom: 40px; }
    .about-home-wrapper .testimonials {
      padding: 50px 30px; }
      .about-home-wrapper .testimonials .inside {
        width: 100%; }

  .about-with-icons {
    padding: 50px 0; }
    .about-with-icons .title {
      font-size: 30px; }

  .home-news-wrapper.news-wrapper {
    padding: 50px 0 0; }
    .home-news-wrapper.news-wrapper .header .title {
      margin-bottom: 0; }

  .contact-wrapper {
    padding: 50px 15px; }
    .contact-wrapper .header {
      margin-bottom: 0;
      padding: 0; }
    .contact-wrapper .banner {
      width: 100%; }
    .contact-wrapper .contact-form {
      padding: 40px 45px; } }
@media (max-width: 767.9px) {
  .item {
    margin-bottom: 40px; }
    .item:last-of-type {
      margin-bottom: 0; } }
@media (max-width: 575.9px) {
  .home-banner {
    -moz-background-position: top right;
    -o-background-position: top right;
    background-position: top right; }
    .home-banner .content {
      padding: 100px 0 50px; }
    .home-banner .title {
      font-size: 20px;
      padding-left: 0; }
      .home-banner .title span {
        font-size: 25px;
        left: 0; }
    .home-banner hr {
      width: 70px;
      height: 4px; }

  .purpose-wrapper .inside .title {
    font-size: 25px; }
  .purpose-wrapper .inside .text p {
    font-size: 14px; }

  .cta-wrapper .buttons .title {
    font-size: 25px; }
  .cta-wrapper .buttons .inside {
    padding: 50px 15px; }
  .cta-wrapper .buttons .button {
    letter-spacing: 0.05em; }
  .cta-wrapper .reasons {
    padding-bottom: 0; }
    .cta-wrapper .reasons .title {
      font-size: 25px;
      text-align: center; }
    .cta-wrapper .reasons .item {
      padding-left: 0;
      text-align: center; }
      .cta-wrapper .reasons .item .icon {
        position: relative;
        display: block;
        margin: 0 auto 20px; }

  .about-home-wrapper .testimonials .title {
    font-size: 25px; }
  .about-home-wrapper .text-wrapper .title {
    margin-bottom: 20px;
    font-size: 25px; }
  .about-home-wrapper .text-wrapper .text p {
    font-size: 14px; }

  .about-with-icons .title {
    margin-bottom: 20px;
    font-size: 25px; }
  .about-with-icons .text p {
    font-size: 14px; }

  .home-news-wrapper.news-wrapper .header .title {
    font-size: 25px; }

  .contact-wrapper .header .title {
    font-size: 25px; }
    .contact-wrapper .header .title span {
      display: block; }
  .contact-wrapper .contact-form {
    padding: 30px 15px; }
    .contact-wrapper .contact-form .elements label {
      width: 100%;
      padding: 0;
      margin-bottom: 15px; }
    .contact-wrapper .contact-form label {
      padding: 0; }
    .contact-wrapper .contact-form input[type=submit] {
      width: 200px; } }
.news-wrapper {
  padding: 0px 0 100px; }
  .news-wrapper .posts-wrapper {
    padding-top: 100px; }
  .news-wrapper .sidebar {
    padding-top: 100px; }
  .news-wrapper .item {
    margin-bottom: 50px; }
    .news-wrapper .item p {
      color: #555556;
      font-size: 14px;
      margin: 15px 0; }
    .news-wrapper .item a {
      color: #23282d; }
      .news-wrapper .item a:hover {
        color: #d61f34; }
    .news-wrapper .item .image {
      overflow: hidden;
      position: relative; }
      .news-wrapper .item .image a {
        overflow: hidden;
        display: block; }
      .news-wrapper .item .image:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      .news-wrapper .item .image img {
        -webkit-transition: 0.5s all ease;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        transition: 0.5s all ease; }
    .news-wrapper .item .category {
      text-transform: uppercase;
      margin: 15px 0 5px;
      color: #23282d;
      font-size: 12px; }
    .news-wrapper .item .title {
      color: #23282d;
      font-size: 18px;
      text-transform: uppercase;
      margin: 0;
      font-weight: 700; }
    .news-wrapper .item .info {
      color: #555556;
      font-size: 13px;
      text-transform: uppercase;
      margin: 5px 0 0; }
    .news-wrapper .item .actions {
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      padding-top: 15px; }
      .news-wrapper .item .actions a {
        font-size: 14px;
        text-transform: uppercase; }
      .news-wrapper .item .actions .social {
        display: inline-block;
        float: right; }
        .news-wrapper .item .actions .social a,
        .news-wrapper .item .actions .social i {
          color: #555556;
          margin-left: 5px;
          font-size: 13px; }
  .news-wrapper .pagination .disabled span.page-link {
    border: none;
    color: #555556;
    font-size: 14px; }
  .news-wrapper .pagination .page-item {
    margin: 0 2.5px; }
    .news-wrapper .pagination .page-item.active .page-link {
      color: #fff;
      background-color: #095392; }
    .news-wrapper .pagination .page-item .page-link {
      border: 1px solid #555556;
      color: #555556;
      border-radius: 0;
      font-size: 15px; }

.posts-wrapper {
  padding-right: 45px; }

.sidebar-wrapper {
  position: relative; }

.sidebar {
  position: sticky;
  right: 0;
  top: 0;
  padding-top: 50px;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease; }
  .sidebar.sticky {
    padding-top: 100px; }
  .sidebar .title {
    font-size: 18px;
    font-weight: 700;
    color: #23282d;
    text-transform: uppercase;
    margin: 0 0 15px; }
  .sidebar .block {
    margin-bottom: 30px; }
  .sidebar form {
    position: relative; }
    .sidebar form input {
      width: 100%;
      border: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
      height: 40px;
      color: #23282d;
      font-size: 14px;
      outline: none !important;
      padding-right: 70px; }
      .sidebar form input:hover, .sidebar form input:focus {
        border-color: #d61f34; }
    .sidebar form button {
      outline: none !important;
      border: none;
      background: none;
      height: 40px;
      color: rgba(0, 0, 0, 0.3);
      position: absolute;
      right: 0;
      bottom: 0;
      width: 50px; }
  .sidebar .tags a {
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
    color: #555556;
    border: 1px solid #555556;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0px 15px;
    line-height: 25px; }
    .sidebar .tags a:hover {
      color: #fff;
      background-color: #555556;
      color: #fff; }
  .sidebar ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .sidebar ul li:last-of-type {
      margin: 0; }
  .sidebar .categories li {
    font-size: 14px;
    color: #555556;
    margin-bottom: 10px; }
    .sidebar .categories li a {
      color: #555556; }
      .sidebar .categories li a:hover {
        color: #d61f34; }
  .sidebar .recent-posts .post {
    padding-left: 80px;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 70px;
    justify-content: center;
    margin-bottom: 20px; }
    .sidebar .recent-posts .post:last-of-type {
      margin: 0; }
    .sidebar .recent-posts .post .image {
      width: 70px;
      position: absolute;
      left: 0;
      top: 0;
      display: block; }
    .sidebar .recent-posts .post p {
      color: #555556;
      font-size: 14px;
      margin: 0;
      text-transform: uppercase;
      text-align: left; }
      .sidebar .recent-posts .post p a {
        color: #555556; }
        .sidebar .recent-posts .post p a:hover {
          color: #d61f34; }
    .sidebar .recent-posts .post .date {
      font-size: 12px;
      margin-top: 5px; }
  .sidebar .cta-wrapper {
    padding: 25px 0;
    margin-top: 40px; }
    .sidebar .cta-wrapper .buttons {
      padding: 0px 25px;
      width: 100%;
      z-index: 2; }
      .sidebar .cta-wrapper .buttons .inside {
        padding: 25px 10px; }
      .sidebar .cta-wrapper .buttons .title {
        font-size: 25px;
        margin: 0 0 15px; }
        .sidebar .cta-wrapper .buttons .title br {
          display: none; }
      .sidebar .cta-wrapper .buttons .blue {
        margin-right: 0; }
      .sidebar .cta-wrapper .buttons .button {
        padding: 0 5px;
        width: 100%;
        max-width: 210px;
        letter-spacing: 0.05em; }
    .sidebar .cta-wrapper .text {
      width: 100%; }
      .sidebar .cta-wrapper .text p {
        font-size: 14px; }

.single-post-wrapper {
  position: relative; }
  .single-post-wrapper .page-content {
    padding-right: 45px;
    padding-top: 50px; }
  .single-post-wrapper .info img {
    width: 100%;
    height: auto; }
  .single-post-wrapper .post-title {
    margin: 30px 0; }
  .single-post-wrapper .tags {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block; }
    .single-post-wrapper .tags li {
      display: inline-block;
      margin-right: 5px; }
      .single-post-wrapper .tags li a {
        margin-right: 5px;
        margin-bottom: 8px;
        display: inline-block;
        color: #555556;
        border: 1px solid #555556;
        text-transform: uppercase;
        font-size: 13px;
        padding: 0px 15px;
        line-height: 25px; }
        .single-post-wrapper .tags li a:hover {
          color: #fff;
          background-color: #555556;
          color: #fff; }
  .single-post-wrapper .social {
    text-align: right; }

#comments,
#reply-title {
  margin: 40px 0 20px;
  text-transform: uppercase;
  font-weight: 800; }

.page-content .commentlist {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .page-content .commentlist p {
    font-size: 14px;
    margin-bottom: 15px; }
    .page-content .commentlist p:last-of-type {
      margin: 0; }
.page-content .comment-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  width: 600px; }
  .page-content .comment-form .comment-notes {
    font-size: 13px;
    color: #555556; }
  .page-content .comment-form p {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 15px; }
  .page-content .comment-form .comment-form-author,
  .page-content .comment-form .comment-form-email {
    flex: 0 0 50%;
    width: 50%; }
  .page-content .comment-form .comment-form-author {
    padding-right: 10px; }
  .page-content .comment-form .comment-form-email {
    padding-left: 10px; }
  .page-content .comment-form input:not([type=submit]) {
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    height: 40px;
    color: #23282d;
    font-size: 14px;
    padding: 0px 15px;
    outline: none !important; }
  .page-content .comment-form textarea {
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    height: 100px;
    color: #23282d;
    font-size: 14px;
    padding: 10px 15px;
    outline: none !important; }
.page-content .comment {
  margin-bottom: 20px; }
  .page-content .comment ul.children {
    padding-left: 50px;
    list-style-type: none;
    position: relative; }
    .page-content .comment ul.children::before {
      content: '';
      position: absolute;
      left: 35px;
      top: 0;
      width: 2px;
      height: 100%;
      background-color: #555556;
      opacity: 0.7; }
.page-content .reply a {
  font-size: 14px; }
.page-content .comment-author {
  display: block;
  margin-bottom: 10px; }
  .page-content .comment-author .avatar {
    display: none; }
  .page-content .comment-author .fn {
    font-weight: 800;
    font-style: unset;
    letter-spacing: 0.05em;
    position: relative; }
    .page-content .comment-author .fn::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: -8px;
      background-color: #23282d;
      height: 2px;
      width: 90%; }
    .page-content .comment-author .fn a {
      color: #23282d; }
.page-content .commentmetadata {
  margin-bottom: 5px;
  font-size: 13px;
  font-style: italic;
  color: #555556; }
  .page-content .commentmetadata a {
    color: #555556; }
.page-content .form-submit {
  margin: 0; }
  .page-content .form-submit input {
    color: #fff;
    display: inline-block;
    line-height: 40px;
    max-width: 100%;
    width: 200px;
    border: 1px solid #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 5px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.25em;
    background-color: #d61f34;
    outline: none !important; }

.post-info {
  font-size: 15px;
  color: #555556;
  font-size: 15px;
  margin-top: 10px; }
  .post-info a {
    color: #555556; }
    .post-info a:hover {
      color: #d61f34; }

.no-results {
  font-weight: 700;
  color: #23282d;
  text-transform: uppercase;
  font-size: 35px; }

@media (max-width: 1199.9px) {
  .posts-wrapper {
    padding-right: 0;
    flex: 0 0 100%;
    max-width: 100%; }

  .news-wrapper {
    padding: 50px 0 0; }
    .news-wrapper .posts-wrapper {
      padding-top: 0; }

  .sidebar-wrapper {
    flex: 0 0 100%;
    max-width: 100%; }

  .sidebar {
    padding-top: 40px;
    position: relative; }
    .sidebar.sticky {
      padding-top: 40px; }
    .sidebar .cta-wrapper {
      width: calc(100% + 60px);
      left: -30px; }
      .sidebar .cta-wrapper .buttons .blue {
        margin-right: auto; }

  .single-post-wrapper .page-content {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    padding-right: 15px;
    padding-top: 0; }

  .home-news-wrapper.latest-news {
    padding: 50px 0; } }
@media (max-width: 767.9px) {
  .single-post-wrapper .post-title {
    margin: 20px 0;
    font-size: 30px; }
  .single-post-wrapper .post-info {
    margin-bottom: 15px; } }
@media (max-width: 767.9px) {
  .single-post-wrapper .post-title {
    font-size: 25px; }
  .single-post-wrapper .social {
    float: none;
    text-align: left; } }
.about-desc {
  padding: 70px 0 40px;
  position: relative;
  margin-bottom: 100px; }
  .about-desc .banner {
    width: calc(50% - 30px);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .about-desc .banner img {
      display: none; }
  .about-desc .header .title {
    margin: 0 0 25px;
    color: #23282d;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900; }
    .about-desc .header .title span {
      font-weight: 300; }

.partners-wrapper {
  padding: 0 0 100px; }
  .partners-wrapper .header .title {
    margin: 0 0 50px;
    color: #23282d;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900; }
    .partners-wrapper .header .title span {
      font-weight: 300; }
  .partners-wrapper .partners-slider {
    position: relative;
    padding: 0px 45px; }
  .partners-wrapper .owl-carousel .owl-nav .owl-next,
  .partners-wrapper .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-image: url("../img/chevron-right.svg");
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -moz-background-position: center;
    -o-background-position: center;
    background-position: center; }
    .partners-wrapper .owl-carousel .owl-nav .owl-next.disabled,
    .partners-wrapper .owl-carousel .owl-nav .owl-prev.disabled {
      opacity: 0.5; }
  .partners-wrapper .owl-carousel .owl-next {
    right: 15px; }
  .partners-wrapper .owl-carousel .owl-prev {
    left: 15px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .partners-wrapper .item {
    text-align: center; }
    .partners-wrapper .item .logo {
      width: 250px;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 30px; }
      .partners-wrapper .item .logo.person-img {
        height: auto;
        width: 250px; }
        .partners-wrapper .item .logo.person-img img {
          width: 100%;
          height: auto; }
      .partners-wrapper .item .logo img {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%; }
    .partners-wrapper .item .name {
      font-weight: 700;
      color: #23282d;
      font-size: 20px;
      margin: 0 0 15px; }
      .partners-wrapper .item .name.person {
        margin: 0; }
    .partners-wrapper .item .subname {
      font-weight: 400;
      font-size: 14px;
      display: block;
      margin: 10px 0;
      font-style: italic; }
    .partners-wrapper .item .text {
      text-align: center; }
      .partners-wrapper .item .text p {
        color: #555556;
        font-size: 14px;
        margin: 0; }
        .partners-wrapper .item .text p:last-of-type {
          margin: 0; }
    .partners-wrapper .item .button {
      margin-top: 20px; }

.about-cta-wrapper {
  padding: 50px 0; }
  .about-cta-wrapper .buttons {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .about-cta-wrapper .buttons .inside {
      width: 100%;
      padding: 50px 0; }
    .about-cta-wrapper .buttons .blue {
      margin-right: 10px; }
  .about-cta-wrapper .text {
    display: block;
    margin: 0 auto 20px;
    width: 700px; }
    .about-cta-wrapper .text p {
      color: #fff;
      font-size: 16px; }
      .about-cta-wrapper .text p:last-of-type {
        margin: 0; }

@media (max-width: 991.9px) {
  .about-desc {
    padding: 50px 0 0;
    margin: 0; }
    .about-desc .banner {
      position: unset;
      width: 100%;
      height: 400px;
      -moz-background-position: top;
      -o-background-position: top;
      background-position: top; }

  .about-cta-wrapper {
    padding: 0; }
    .about-cta-wrapper .buttons .cover {
      display: none; }
    .about-cta-wrapper .buttons .inside {
      padding: 50px 15px; }
    .about-cta-wrapper .text {
      width: 100%; }

  .partners-wrapper {
    padding: 50px 0; }

  .about-contact-wrapper {
    margin-top: 0; } }
@media (max-width: 575.9px) {
  .about-desc .header .title {
    font-size: 30px; }
    .about-desc .header .title span {
      display: block; }

  .partners-wrapper .header .title {
    font-size: 25px; }
  .partners-wrapper .partners-slider {
    padding: 0px 20mpx; }
  .partners-wrapper .owl-carousel .owl-next {
    right: -10px; }
  .partners-wrapper .owl-carousel .owl-prev {
    left: -10px; }

  .about-cta-wrapper .buttons {
    padding: 25px 0; }
    .about-cta-wrapper .buttons .button {
      width: 200px;
      display: block;
      margin: 0 auto; }
    .about-cta-wrapper .buttons .blue {
      margin-right: auto;
      margin-bottom: 10px; }
  .about-cta-wrapper .text p {
    font-size: 14px; } }
.join-banner {
  height: 300px; }

.join-us {
  margin-top: -150px;
  z-index: 2;
  position: relative;
  margin-bottom: 100px; }
  .join-us .content {
    background-color: #fff;
    padding: 60px;
    -webkit-box-shadow: -1px -5px 53px 2px rgba(171, 171, 171, 0.5);
    -moz-box-shadow: -1px -5px 53px 2px rgba(171, 171, 171, 0.5);
    -o-box-shadow: -1px -5px 53px 2px rgba(171, 171, 171, 0.5);
    box-shadow: -1px -5px 53px 2px rgba(171, 171, 171, 0.5); }
  .join-us .page-content {
    text-align: center; }
    .join-us .page-content .title {
      margin: 0 0 30px;
      color: #23282d;
      font-size: 40px;
      text-transform: uppercase;
      font-weight: 900; }
      .join-us .page-content .title span {
        font-weight: 300; }
    .join-us .page-content p {
      margin-bottom: 15px; }
  .join-us .plan {
    margin-top: 40px; }
    .join-us .plan.red .inside .header i {
      color: #d61f34; }
    .join-us .plan.red .inside .header .name {
      color: #d61f34; }
    .join-us .plan.red .inside .price p {
      color: #d61f34; }
    .join-us .plan .inside {
      border: 1px solid #ebeaea;
      text-align: center; }
      .join-us .plan .inside .header {
        padding: 30px 0; }
        .join-us .plan .inside .header i {
          font-size: 50px;
          color: #095392; }
        .join-us .plan .inside .header .name {
          text-transform: uppercase;
          margin-top: 10px;
          font-weight: 800;
          color: #095392; }
      .join-us .plan .inside ul {
        padding: 0;
        margin: 0;
        list-style-type: none; }
        .join-us .plan .inside ul li {
          border-bottom: 1px solid #ebeaea;
          padding: 10px 30px;
          font-size: 15px;
          min-height: 65px;
          justify-content: center;
          align-items: center;
          display: flex; }
          .join-us .plan .inside ul li:first-of-type {
            border-top: 1px solid #ebeaea; }
      .join-us .plan .inside .price {
        padding: 30px 0; }
        .join-us .plan .inside .price p {
          margin: 0;
          font-weight: 300;
          font-size: 45px;
          color: #095392; }
          .join-us .plan .inside .price p span {
            font-size: 17px;
            color: #23282d; }
      .join-us .plan .inside .footer {
        padding: 30px 0; }

.join-form.red form input[type=submit] {
  background-color: #d61f34; }
.join-form.blue form input[type=submit] {
  background-color: #095392; }
.join-form form {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 50px; }
  .join-form form label {
    width: 50%;
    flex: 0 0 50%;
    padding: 0px 15px;
    font-size: 16px;
    color: #23282d;
    font-weight: 600;
    margin-bottom: 15px; }
  .join-form form textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    height: 100px;
    margin-top: 10px;
    outline: none !important;
    padding: 5px 15px; }
  .join-form form input:not([type=submit]) {
    display: block;
    width: 100%;
    margin-top: 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    height: 40px;
    color: #23282d;
    font-size: 14px;
    padding: 0px 15px;
    outline: none !important; }
  .join-form form input[type=submit] {
    color: #fff;
    padding: 0px 30px;
    width: auto;
    display: block;
    margin: 30px auto 0;
    cursor: pointer;
    outline: none !important; }

@media (max-width: 1199.9px) {
  .join-us .content {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%; } }
@media (max-width: 991.9px) {
  .join-us .plan .inside ul li {
    padding: 10px 15px;
    min-height: 87px; } }
@media (max-width: 767.9px) {
  .join-banner {
    height: 150px; }

  .join-us {
    margin: 10px 0 20px; }
    .join-us .content {
      padding: 30px 15px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none; }
    .join-us .plan .inside ul li {
      padding: 15px;
      min-height: auto; }

  .join-form form {
    margin-top: 25px; }
    .join-form form label {
      width: 100%;
      flex: 0 0 100%;
      padding: 0;
      font-size: 14px; }
    .join-form form .button {
      white-space: normal;
      padding: 0px 5px;
      letter-spacing: 0.05em;
      width: 100%;
      text-transform: none;
      margin-top: 10px; } }
@media (max-width: 575.9px) {
  .join-us .page-content .title {
    font-size: 30px; }
  .join-us .plan {
    padding: 0; } }
.partner-wrapper {
  margin-top: -150px;
  z-index: 2;
  position: relative;
  margin-bottom: 100px; }
  .partner-wrapper .content {
    background-color: #fff;
    padding: 60px;
    -webkit-box-shadow: -1px -5px 53px 2px rgba(171, 171, 171, 0.5);
    -moz-box-shadow: -1px -5px 53px 2px rgba(171, 171, 171, 0.5);
    -o-box-shadow: -1px -5px 53px 2px rgba(171, 171, 171, 0.5);
    box-shadow: -1px -5px 53px 2px rgba(171, 171, 171, 0.5); }
  .partner-wrapper .button {
    width: auto;
    padding: 0px 15px;
    letter-spacing: 0.05em; }
  .partner-wrapper .company-data {
    margin-top: 30px; }
    .partner-wrapper .company-data .company-title {
      font-weight: 700;
      color: #23282d;
      font-size: 20px;
      text-transform: uppercase; }
    .partner-wrapper .company-data ul {
      padding: 0 0 30px;
      margin: 0;
      list-style-type: none; }
      .partner-wrapper .company-data ul li {
        margin-bottom: 15px; }
        .partner-wrapper .company-data ul li span {
          font-weight: 700; }
  .partner-wrapper .title {
    margin: 10px 0 20px;
    color: #23282d;
    font-size: 40px;
    font-weight: 300;
    text-align: center; }
    .partner-wrapper .title span {
      font-weight: 300; }
  .partner-wrapper .info .tagline {
    text-align: center;
    font-size: 16px;
    font-style: italic;
    color: #555556;
    margin-bottom: 30px;
    font-weight: 700; }
  .partner-wrapper .info .address {
    color: #23282d;
    font-size: 16px;
    font-weight: 700; }
    .partner-wrapper .info .address a {
      color: #d61f34; }
  .partner-wrapper .logo {
    width: 300px;
    max-width: 100%;
    display: block;
    margin: 0 auto; }
    .partner-wrapper .logo img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto; }
  .partner-wrapper .page-content p,
  .partner-wrapper .page-content li {
    margin-bottom: 15px; }

.page-partners {
  padding-bottom: 60px; }
  .page-partners.first {
    padding-top: 100px; }
  .page-partners .item {
    margin-bottom: 40px; }

.mobile-partners {
  display: none; }

@media (max-width: 991.9px) {
  .page-partners {
    padding-bottom: 10px; }
    .page-partners.first {
      padding-top: 50px; } }
@media (max-width: 768.9px) {
  .desktop-partners {
    display: none; }

  .mobile-partners {
    display: block; } }

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