/* CSS Only For HTML Coder */
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

canvas, audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

b, strong {
  font-weight: bold; }

hr {
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

pre {
  white-space: pre-wrap; }

small {
  font-size: 80%; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

::-moz-placeholder {
  color: #000;
  opacity: 1; }

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

body {
  background-color: #f1f1f1;
  border: none;
  margin: 0px;
  outline: none;
  position: relative;
  line-height: 18px;
  color: #333;
  font-size: 14px; }

.clear, .spacer {
  font-size: 0px;
  line-height: 0px;
  clear: both; }

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, lengend, button, input, textarea, th, td, div {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  /*  text-rendering: optimizelegibility !important; */ }

body, blockquote, fieldset, lengend, button, input, textarea, select, code, samp {
  padding: 0;
  font-family: 'Oxygen', sans-serif; }

button, input, textarea {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out; }

p {
  padding: 0px;
  margin: 0px 0px 8px 0px;
  border: none; }

p:last-child {
  margin: 0; }

label {
  cursor: pointer !important; }

label, input[type="checkbox"], input[type="radio"] {
  display: inline-block;
  vertical-align: middle; }

label input[type="checkbox"], label input[type="radio"] {
  margin-right: 5px; }

a {
  color: #9b0f0b;
  text-decoration: none;
  outline: none;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }

a:hover {
  outline: none;
  text-decoration: underline; }

img {
  max-width: 100%;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  display: block; }

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

/* ::after, ::before{font-family:Font Awesome 5 Free;} */
.wrapper {
  display: block;
  max-width: 1440x;
  margin: 0 auto; }

.buttonset {
  display: block;
  width: 100%;
  margin: 36px 0 0 0; }

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: #EF0000;
  color: #fff;
  text-decoration: none;
  min-height: 34px;
  padding: 6px 16px;
  border-radius: 100px; }
  .c-btn.block {
    width: 100%; }
  .c-btn.uppercase {
    text-transform: uppercase; }
  .c-btn.lg {
    font-size: 22px;
    min-height: 58px; }
  .c-btn.md {
    font-size: 18px;
    min-height: 52px; }

.form-filed {
  display: block;
  width: 100%;
  margin: 20px 0 0 0; }
  .form-filed:first-child {
    margin: 0; }
  .form-filed .field {
    display: block;
    background-color: rgba(217, 217, 217, 0.06);
    padding: 8px 20px;
    border: 1px solid #fff;
    border-radius: 100px;
    width: 100%;
    height: 52px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    position: relative; }
    .form-filed .field::-webkit-input-placeholder {
      color: #fff; }
    .form-filed .field::-moz-placeholder {
      color: #fff; }
    .form-filed .field:-ms-input-placeholder {
      color: #fff; }
    .form-filed .field:-moz-placeholder {
      color: #fff; }
    .form-filed .field[type="date"]::-webkit-calendar-picker-indicator {
      background: transparent;
      bottom: 0;
      color: transparent;
      cursor: pointer;
      height: auto;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: auto; }
  .form-filed .field[type="date"], .form-filed select.field {
    background: url(../images/down-arrow.png) no-repeat right 16px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: rgba(217, 217, 217, 0.06);
    padding-right: 38px; }
  .form-filed .txt-link {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
  cursor: pointer; }
  .form-filed .txt-with-link {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    font-weight: 300; }
    .form-filed .txt-with-link.w-360 {
      max-width: 360px;
      margin-left: auto;
      margin-right: auto; }
    .form-filed .txt-with-link a {
      display: inline-block;
      vertical-align: top;
      color: #fff;
      font-weight: 500; }

.c-checkbox {
  display: block;
  max-width: 100%;
  padding: 0 0 0 34px; }
  .c-checkbox label {
    display: inline-block; }

.banner {
  display: block;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top center  !important;
  background-attachment: fixed !important;
  background-color: #000 !important;
  position: relative; }
  .banner .banner-image {
    display: block;
    width: 100%;
    height: auto; }
  .banner .banner-graphic-1 {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 100px; }

.header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 14px 0; }
  .header .header-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

.logo {
  display: block;
  float: left; }
  .logo img {
    display: block;
    height: 41px;
    width: auto; }

.header-rgt {
  display: block;
  float: left; }
  .header-rgt .c-btn {
    min-width: 146px; }

.banner-content {
  display: block;
  padding: 70px 0; }
  .banner-content .banner-content-data {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    min-height: 840px;
    color: #fff; }
    .banner-content .banner-content-data h1,
    .banner-content .banner-content-data h3 {
      display: block;
      font-size: 100px;
      line-height: 110px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0;
      padding: 0; }
    .banner-content .banner-content-data h3 {
      font-size: 30px;
      line-height: 32px;
      margin: 20px 0 0 0; }
    .banner-content .banner-content-data .c-btn {
      margin: 40px 0 0 0;
      padding-left: 40px;
      padding-right: 40px; }

.top-site-love {
  display: block;
  background-color: #141415;
  padding: 60px 0;
  min-height: 600px; }

.c-modal {
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.6); }

.c-modal-container {
  display: block;
  width: 550px;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 0; }
  .c-modal-container .modal-logo {
    display: block;
    margin: 0 auto 24px auto;
    max-height: 58px; }
  .c-modal-container .c-modal-box {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #A4A4A4;
    padding: 50px 30px;
    border-radius: 8px; }
    .c-modal-container .c-modal-box .head-tl {
      display: flex;
      flex-wrap: wrap;
      flex-flow: column;
      align-items: center;
      color: #fff;
      font-size: 26px;
      line-height: 28px;
      font-weight: 300;
      margin: 0 0 20px 0; }
    .c-modal-container .c-modal-box .c-btn {
      font-size: 16px; }

/*# sourceMappingURL=style.css.map */
