/* Portrait tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
/* Landscape phones and smaller */
.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0 !important; }

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important; }

.full-height-hero {
  height: 100vh;
  background: #000;
  position: relative;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center; }
  @media (max-width: 767px) {
    .full-height-hero {
      background-position: center; } }
  .full-height-hero__go-down {
    width: 56px;
    height: 56px;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: auto; }

.header {
  height: 90px;
  background: #111;
  width: 100%;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  -webkit-transition: 300ms all;
  transition: 300ms all; }
  .header-container {
    background: #111;
    height: 90px; }
  .header__sticky {
    position: fixed;
    top: 0;
    z-index: 999; }
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 90px; }
  @media (max-width: 767px) {
    .header__logo {
      width: 70%; } }
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    margin-left: 30px;
    height: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .header__menu {
        display: none; } }
    .header__menu > li {
      height: 90px;
      margin: 10px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .header__menu > li:hover .sub-menu {
        display: block; }
      .header__menu > li a {
        color: #dbdbdb;
        -webkit-transition: .3s all;
        transition: .3s all; }
        .header__menu > li a:hover {
          color: #fff; }
      .header__menu > li .sub-menu {
        display: none;
        position: absolute;
        min-width: 150px;
        top: 90px;
        background: #111;
        z-index: 3;
        padding: 0 20px 20px 20px;
        -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1); }
        .header__menu > li .sub-menu a {
          display: block;
          padding: 5px 0; }
  .header__menu-mobile {
    display: none;
    height: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    background: #fff;
    width: 80%;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    background: #292929;
    -webkit-box-shadow: -3px 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: -3px 2px 4px 0 rgba(0, 0, 0, 0.5);
    padding: 0;
    margin: 0;
    overflow: auto;
    z-index: 89; }
    @media (max-width: 767px) {
      .header__menu-mobile {
        display: block; } }
    .header__menu-mobile--open {
      right: 0; }
    .header__menu-mobile li {
      margin: 10px; }
      .header__menu-mobile li a {
        display: block;
        color: #dbdbdb;
        -webkit-transition: .3s all;
        transition: .3s all;
        font-size: 18px;
        padding: 15px; }
        .header__menu-mobile li a:hover {
          color: #fff; }
  .header .header__closer {
    font-size: 32px;
    color: #dbdbdb;
    display: block;
    padding: 15px; }
  .header .header__opener {
    font-size: 32px;
    color: #fff;
    display: none;
    padding: 0 15px; }
    @media (max-width: 767px) {
      .header .header__opener {
        display: block; } }

.footer {
  background: #1E1E1E;
  padding: 30px 0; }
  .footer__logo {
    width: 50%; }
    @media (max-width: 767px) {
      .footer__logo {
        display: block;
        margin: 0 auto; } }
  .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #4E4E4E; }
    .footer__menu .sub-menu {
      display: none; }
    @media (max-width: 767px) {
      .footer__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .footer__menu li {
      margin: 5px; }
      .footer__menu li a {
        color: #fff; }
  .footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .footer__contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 30px; } }
    .footer__contact ul:last-child {
      margin-left: 30px; }
      @media (max-width: 767px) {
        .footer__contact ul:last-child {
          margin-top: 30px;
          margin-left: 0; } }
    .footer__contact li {
      color: #fff; }

.contact-map {
  width: 100%;
  margin-bottom: 30px; }
  .contact-map__cta {
    color: #D2A11E;
    font-weight: bold; }
  .contact-map__header {
    padding: 15px;
    background: #292929;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .contact-map__header ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .contact-map__header ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
    .contact-map__header li {
      margin-right: 15px; }
  .contact-map__map {
    width: 100%;
    height: 300px; }

.instagram-item {
  background: #ccc;
  min-height: 360px;
  margin-bottom: 30px;
  -webkit-transition: .3s all;
  transition: .3s all; }
  .instagram-item:hover {
    opacity: 0.9;
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2); }

.procedure-item {
  width: 100%;
  text-align: center;
  padding: 15px 15px 30px 15px;
  -webkit-transition: .3s all;
  transition: .3s all;
  margin-bottom: 15px; }
  .procedure-item img {
    width: 80%;
    border-radius: 50%;
    display: block;
    margin: 30px auto; }
  .procedure-item h4 {
    font-size: 20px;
    color: #D2A11E; }
  .procedure-item a {
    font-weight: bold;
    color: #414141;
    background: transparent;
    border: solid 2px #414141;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .procedure-item a:hover {
      color: #fff;
      background: #414141; }

.procedure-content {
  background: #292929;
  -webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px; }
  @media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
    .procedure-content .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .procedure-content .eq-hw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .procedure-content__list {
    background: rgba(0, 0, 0, 0.1);
    width: 100%; }
    .procedure-content__list-active {
      font-weight: bold;
      background: #292929; }
    .procedure-content__list ul li a {
      display: block;
      color: #fff;
      padding: 15px 30px;
      font-size: 18px; }
  .procedure-content__content {
    padding: 30px;
    background: rgba(0, 0, 0, 0.01);
    color: #fff; }
    .procedure-content__content h3 {
      margin-bottom: 15px; }
  .procedure-content__form {
    padding: 30px 30px 60px 30px; }
    .procedure-content__form h4 {
      color: #fff;
      margin-bottom: 15px; }

.post-single h1 {
  margin-top: 60px;
  font-weight: normal;
  font-size: 28px; }

.post-single__image {
  margin-bottom: 30px; }

.post-single__meta {
  margin: 30px 0; }
  .post-single__meta span {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    color: #828282; }
    .post-single__meta span i {
      margin-right: 5px;
      color: #D2A11E; }
    .post-single__meta span:last-child {
      margin-right: 0; }
      .post-single__meta span:last-child::before {
        content: none; }
    .post-single__meta span::before {
      content: '';
      width: 1px;
      height: 12px;
      background: #e5e7f2;
      position: absolute;
      right: 0;
      top: 2px; }

.post-single__content p {
  color: #828282;
  font-size: 1.1em;
  margin-bottom: 20px; }

.post-single__share {
  margin: 30px 0; }

.post-single .btn-facebook {
  padding: 15px 20px;
  background: #4167B2;
  border: 2px solid transparent;
  color: #fff;
  font-weight: bold;
  margin-right: 10px; }
  .post-single .btn-facebook i {
    padding-right: 10px; }
  .post-single .btn-facebook:hover {
    background: transparent;
    border: 2px solid #4167B2;
    color: #4167B2; }

.post-single .btn-twitter {
  padding: 15px 20px;
  background: #00ACED;
  border: 2px solid transparent;
  color: #fff;
  font-weight: bold; }
  .post-single .btn-twitter i {
    padding-right: 10px; }
  .post-single .btn-twitter:hover {
    background: transparent;
    border: 2px solid #00ACED;
    color: #00ACED; }

.post-single__author {
  padding: 30px;
  border: 1px solid #e5e7f2;
  border-radius: 4px;
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .post-single__author img {
    margin-right: 30px;
    height: 60px; }
  .post-single__author__info span {
    display: block;
    margin-bottom: 5px;
    color: #828282; }
    .post-single__author__info span b {
      color: #212121; }

.post-single__comment-box {
  border-top: 1px solid #e5e7f2;
  padding-top: 30px; }

.post-single__sidebar {
  padding: 30px;
  border-radius: 4px;
  border: 1px solid #e5e7f2;
  padding-bottom: 0;
  background: #f1f1f1;
  margin-top: 60px; }
  .post-single__sidebar h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px; }
  .post-single__sidebar a {
    color: #828282;
    display: block;
    margin-bottom: 10px; }
  .post-single__sidebar .textwidget {
    color: #828282; }
  .post-single__sidebar-section {
    margin-bottom: 40px; }

.post-single .searchform {
  position: relative; }
  .post-single .searchform label {
    display: none; }
  .post-single .searchform input[type=text] {
    height: 50px;
    line-height: 50px;
    max-width: 100%;
    min-width: 100%;
    border: 1px solid #e5e7f2;
    padding: 20px; }
  .post-single .searchform button {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    border: none;
    border: 1px solid #e5e7f2;
    padding: 0 20px; }

.related-posts {
  margin-top: 60px; }
  .related-posts__title {
    margin-bottom: 30px; }

.post-item {
  background: #fff;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.03);
  margin-bottom: 30px;
  border-radius: 5px; }
  .post-item__img {
    display: block;
    height: 230px;
    background-size: cover;
    border-radius: 5px 5px 0 0;
    background-color: #ccc; }
  .post-item__excerpt {
    padding: 20px 30px;
    min-height: 380px; }
    .post-item__excerpt__meta {
      margin-bottom: 5px; }
      .post-item__excerpt__meta span {
        font-size: 13px;
        margin-right: 15px;
        color: #828282; }
        .post-item__excerpt__meta span i {
          margin-right: 5px;
          color: #D2A11E; }
        .post-item__excerpt__meta span:last-child {
          margin-right: 0; }
    .post-item__excerpt .btn {
      min-width: 170px;
      padding: 16px 25px;
      background: #212121;
      border: 2px solid transparent;
      color: #f9f9f9;
      font-weight: bold; }
      .post-item__excerpt .btn:hover {
        color: #212121;
        border: 2px solid #212121;
        background: transparent; }
    .post-item__excerpt h4 {
      font-size: 22px;
      font-weight: normal;
      color: #212121;
      margin-bottom: 15px; }
    .post-item__excerpt p {
      margin: 20px 0;
      display: block;
      color: #414141;
      line-height: 1.6;
      color: #828282; }
  .post-item__profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px; }
    .post-item__profile img {
      padding-right: 15px;
      width: 60px; }
    .post-item__profile h5 {
      font-weight: bold;
      font-size: 15px;
      color: #414141; }

.slick-slide img {
  width: 100%; }

.slider {
  position: relative; }
  .slider__btn {
    position: absolute;
    top: 45%;
    width: 55px;
    height: 55px;
    border: none;
    outline: none;
    background: #E6E6E6;
    color: #fff;
    border-radius: 55px;
    font-size: 32px; }
    .slider__btn-next {
      right: 25px; }
    .slider__btn-prev {
      left: 25px; }

.yt-slider {
  position: relative; }
  .yt-slider__slide {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    width: 80%;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .yt-slider__slide-active {
      opacity: 1;
      visibility: visible; }
  .yt-slider__title {
    display: block;
    background: #292929;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px 5px 0 0; }
    .yt-slider__title h5 {
      font-size: 18px;
      text-align: center;
      font-weight: bold; }
  .yt-slider__btn {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    border: none;
    outline: none; }
    .yt-slider__btn-next {
      right: 50px;
      background: url("../img/btn_next.png");
      background-size: cover; }
      @media (max-width: 767px) {
        .yt-slider__btn-next {
          right: 0; } }
    .yt-slider__btn-prev {
      left: 50px;
      background: url("../img/btn_prev.png");
      background-size: cover; }
      @media (max-width: 767px) {
        .yt-slider__btn-prev {
          left: 0px; } }

.faq .vc_toggle_title {
  border-bottom: 2px solid #E5E5E9;
  padding-bottom: 15px; }

.faq .vc_toggle_content {
  color: #565656; }

.blog-subtitle {
  font-weight: normal; }

.social-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 30px; }
  .social-banner .fb:hover span {
    color: #4167B2; }
  .social-banner .ig:hover span {
    color: #d6249f; }
  .social-banner .wa:hover span {
    color: #00C525; }
  .social-banner__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #525252;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .social-banner__item:hover {
      color: #414141; }
    .social-banner__item span {
      display: block;
      font-size: 42px;
      color: #414141;
      text-align: center; }

.comment-form {
  margin-top: 30px; }
  .comment-form textarea {
    margin-bottom: 0;
    height: 100px;
    margin-right: 0;
    display: block;
    border: 1px solid #e5e7f2;
    max-width: 100%;
    padding: 20px;
    background: #f7f9fb; }
  .comment-form input {
    height: 50px;
    line-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    width: 100%;
    margin-bottom: 25px;
    width: 100%;
    border: 1px solid #e5e7f2;
    background: #f7f9fb; }
  .comment-form button {
    width: 100%;
    height: 50px;
    background: #212121;
    border: 2px solid transparent;
    color: #fff;
    font-weight: bold;
    font-size: 18px; }
    .comment-form button:hover {
      color: #212121;
      background: transparent;
      border: 2px solid #212121; }

.newsletter-form {
  margin-top: 15px; }
  .newsletter-form input {
    border: 1px solid #212121;
    height: 50px;
    font-size: 18px; }
    .newsletter-form input:focus {
      border-color: #212121;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .newsletter-form .btn {
    background: #D2A11E;
    border: solid transparent 2px;
    color: #fff;
    padding: 15px 20px;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .newsletter-form .btn:hover {
      background: transparent;
      border: solid #D2A11E 2px;
      color: #D2A11E;
      -webkit-box-shadow: none;
      box-shadow: none; }

.cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .cta__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .cta__text h3 {
      font-weight: normal; }
  .cta-btn {
    background: #D2A11E;
    color: #fff !important;
    padding: 15px 20px !important; }

.testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .testimonial__content {
    background: #212121;
    color: #ffff;
    padding: 60px; }
    @media (min-width: 1200px) {
      .testimonial__content {
        margin-top: 50%; } }
    .testimonial__content p {
      font-size: 32px;
      font-weight: normal; }
    .testimonial__content span {
      font-size: 22px;
      font-weight: bold; }

.testimonials {
  position: relative; }
  .testimonials__dots {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
    right: 0; }
    .testimonials__dots .slick-dots li.slick-active button:before {
      color: #D2A11E; }
    .testimonials__dots .slick-dots li button:before {
      font-size: 12px;
      color: #D2A11E; }
    .testimonials__dots .slick-dots li {
      margin: 0 1px; }
  .testimonials-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .testimonials-item__content {
      position: absolute;
      min-height: 100px;
      width: 30%;
      padding: 40px;
      background: #212121;
      color: #fff;
      border-radius: 0 4px 4px 0;
      -webkit-box-shadow: 4px 0 8px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 0 8px 2px rgba(0, 0, 0, 0.1); }
      .testimonials-item__content h5 {
        font-size: 22px; }
      .testimonials-item__content span {
        font-size: 18px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .testimonials-item__content {
          width: 40%; } }
      @media (max-width: 767px) {
        .testimonials-item__content {
          position: relative;
          width: 100%;
          top: 0; } }

body, html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  background: #F6F6F6;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #212121; }

p {
  line-height: 1.6; }

h1, h2, h3, h4 {
  font-family: 'PT Sans', sans-serif;
  line-height: 1.2;
  font-weight: bold;
  margin: 0;
  letter-spacing: 1.1px; }

ul {
  padding: 0; }

li {
  list-style: none; }

a:hover {
  text-decoration: none; }

img {
  max-width: 100%; }

input:focus, textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0; }

.btn {
  padding: 6px 20px;
  -webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.05);
  font-size: 16px;
  border: 0;
  -webkit-transition: .3s all;
  transition: .3s all; }
  .btn:hover {
    -webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.2); }

.btn-main {
  background: #000;
  color: #f1f1f1; }

.btn-main:hover {
  color: #ccc; }

.container-box {
  background: #fff;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1); }

.section-title {
  text-align: center;
  padding-bottom: 60px; }

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.form-box {
  padding: 20px !important;
  background: #fff;
  color: #212121;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.03);
  margin-top: 15%; }
  .form-box .form-control {
    background: #F9F9F9; }
  .form-box .btn {
    font-weight: bold; }

.hero-img {
  padding: 0 30px !important; }

.menu-social {
  font-size: 24px;
  margin-top: -4px !important;
  padding: 0 5px !important; }

.title {
  display: inline-block;
  padding-bottom: 15px; }
  .title-center::after {
    margin: 0 auto; }
  .title::after {
    display: block;
    content: ' ';
    width: 40%;
    border-bottom: 6px solid #000;
    padding-top: 15px; }

.alert {
  border: none; }

.content-dark {
  color: #fff; }
  .content-dark .wpb_wrapper {
    padding: 20px 40px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .content-dark .wpb_wrapper {
        padding: 20px; } }

.inner-without-padding .vc_column-inner {
  padding: 0 !important; }

.title-half {
  width: 50%;
  margin-bottom: 30px; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .title-half {
      width: 100%; } }

.section-center {
  text-align: center;
  width: 80%;
  margin: 60px auto;
  padding-bottom: 60px; }
  .section-center h3 {
    margin-bottom: 30px; }

.overflow-visible {
  overflow: visible !important; }
  .overflow-visible .vc_row[data-vc-full-width] {
    overflow: visible !important; }

.vc_row[data-vc-full-width] {
  overflow: visible !important; }

.pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.pagination .btn {
  min-width: 170px;
  padding: 16px 25px;
  color: #212121;
  border: 2px solid #212121;
  background: transparent;
  font-weight: bold; }

.social-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social-widget a {
    font-size: 18px;
    padding-right: 20px; }
