/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 26 2023 | 19:11:34 */
.html_header_top.html_header_sticky #main {
  padding-top: 0 !important;
}
.home header#header {
  display: none !important;
}
.home footer {
  background: #9a0053 !important;
}
#home-header {
  background-color: #eae3dc;
}
#home-header .flex_column_table {
  background-color: #fff !important;
  border-radius: 5px;
  overflow: hidden;
}
#home-header .flex_column_table .av_three_fifth {
  height: 500px;
  padding: 5vh;
  margin-bottom: 0 !important;
}
#home-header .avia_codeblock {
  text-align: center;
  padding-bottom: 20px;
}
#home-header .avia_codeblock svg {
  width: 100%;
  height: auto;
  max-width: 400px;
  max-height: 1000px !important;
}
#home-header .av-special-heading {
  margin-top: 10px !important;
}
#home-header .av-special-heading h3 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #3c434a !important;
}
#home-header .avia-buttonrow-wrap {
  display: flex;
  flex-wrap: wrap;
}
#home-header .avia-buttonrow-wrap a {
  font-size: 16px;
  letter-spacing: 1px;
  flex-basis: calc(50% - 6px);
  background-color: #9a0053 !important;
  border: none !important;
  outline: none !important;
}
@media screen and (max-width: 989px) {
  #home-header .flex_column_table .av_three_fifth {
    padding: 4vh;
  }
}
@media screen and (max-width: 767px) {
  #home-header .flex_column_table {
    display: flex !important;
    flex-wrap: wrap;
  }
  #home-header .avia_codeblock svg {
    max-width: 275px !important;
  }
  #home-header .av-special-heading h3 {
    font-size: 22px;
  }
  #home-header .flex_column_table .av_three_fifth {
    height: auto;
    order: 2;
    padding: 2.5vh;
  }
  #home-header .flex_column_table .av_two_fifth {
    height: 200px;
    order: 1;
  }
}
@media screen and (max-width: 575px) {
  #home-header .avia-buttonrow-wrap a {
    flex-basis: 100%;
  }
}
