.text-center {
  text-align: center; }

.logo .logo-custom {
  width: 160px;
  margin-right: 15px; }

@media screen and (max-width: 480px) {
  .logo .logo-custom {
    width: 47%;
    margin-right: 10px; }
  .logo .logo-wealth {
    width: 38%; } }

.kv {
  position: relative; }
  @media screen and (max-width: 1280px) {
    .kv {
      height: 500px; } }
  @media screen and (max-width: 990px) {
    .kv {
      height: 400px; } }
  @media screen and (max-width: 768px) {
    .kv {
      padding-left: 5px;
      padding-right: 5px;
      height: 600px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

.kv-list {
  width: 100%;
  max-width: 1200px;
  margin-top: -20px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .kv-list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 80px; } }

.kv-title {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #ffffff;
  padding: 0;
  background-color: transparent;
  text-align: left;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 15px; }
  @media screen and (max-width: 1280px) {
    .kv-title {
      font-size: 50px; } }
  @media screen and (max-width: 990px) {
    .kv-title {
      font-size: 40px; } }
  @media screen and (max-width: 768px) {
    .kv-title {
      text-align: center;
      font-size: 36px; } }

.section-title .title {
  font-size: 36px; }
  @media screen and (max-width: 768px) {
    .section-title .title {
      font-size: 30px; } }

.h2-center {
  position: absolute;
  left: 50%;
  top: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 0 30px;
  line-height: 1.6;
  text-align: center;
  color: #cca677;
  font-size: 36px; }
  @media screen and (max-width: 768px) {
    .h2-center {
      font-size: 30px; } }
  @media screen and (max-width: 480px) {
    .h2-center span {
      display: block; } }

form.from {
  margin-top: 100px; }
  form.from .submit-btn {
    border-radius: 30px;
    font-size: 20px;
    background-color: green;
    color: #ffffff; }
    form.from .submit-btn:hover {
      background-color: #cca677; }
  @media screen and (max-width: 768px) {
    form.from {
      margin-top: 60px; } }
  @media screen and (max-width: 480px) {
    form.from {
      margin-top: 110px; } }

.social {
  background: #b3000e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 30px;
  padding-top: 30px; }
  .social a {
    text-align: center;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 300px;
    margin: 0 5px;
    margin-bottom: 20px; }
    @media screen and (max-width: 480px) {
      .social a {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%; } }
    .social a .icon {
      background: -webkit-linear-gradient(315deg, white 0%, white 70%, whitesmoke 70%, whitesmoke 100%);
      background: -o-linear-gradient(315deg, white 0%, white 70%, whitesmoke 70%, whitesmoke 100%);
      background: linear-gradient(135deg, white 0%, white 70%, whitesmoke 70%, whitesmoke 100%);
      border: solid 5px #e60012;
      border-radius: 50%;
      width: 55%;
      height: 55%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 5%; }
    .social a img {
      padding: 10%; }
    .social a strong {
      display: block;
      font-size: 20px;
      color: #ffffff;
      line-height: 1.2;
      margin-bottom: 10px; }
      @media screen and (max-width: 480px) {
        .social a strong {
          font-size: 18px; } }
      @media screen and (max-width: 380px) {
        .social a strong {
          font-size: 16px; } }
    .social a:hover .icon {
      background: -webkit-linear-gradient(315deg, whitesmoke 0%, whitesmoke 70%, white 70%, white 100%);
      background: -o-linear-gradient(315deg, whitesmoke 0%, whitesmoke 70%, white 70%, white 100%);
      background: linear-gradient(135deg, whitesmoke 0%, whitesmoke 70%, white 70%, white 100%); }
    .social a:hover strong {
      font-size: 22px; }
      @media screen and (max-width: 480px) {
        .social a:hover strong {
          font-size: 20px; } }
      @media screen and (max-width: 380px) {
        .social a:hover strong {
          font-size: 18px; } }
