@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  font-size: 18px;
  line-height: 29px;
  background: #e6e6e6;
  overflow-x: hidden;
  outline: none !important;
  font-family: "Inter", sans-serif;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
h1 {
  font-size: 72px;
}
* {
  outline: none !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a,
i {
  border: none;
}

button {
  padding: 0;
}

button, a {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.reset-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-bottom: 15px;
}

.header-area {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 991.98px) {
  .header-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.header-area .logo {
  display: block;
}
.header-area .logo img {
  max-width: 307px;
}
@media only screen and (max-width: 991.98px) {
  .header-area .logo img {
    max-width: 250px;
  }
}
.header-area .right-logo img {
  max-width: 150px;
}
@media only screen and (max-width: 991.98px) {
  .header-area .right-logo img {
    max-width: 100px;
  }
}

.content-area {
  padding-bottom: 100px;
}
.content-area .left-content {
  background-color: #fff;
  padding: 80px 60px;
  border-radius: 10px;
  min-height: 100vh;
}
@media only screen and (max-width: 991.98px) {
  .content-area .left-content {
    padding: 50px 25px;
  }
}
.content-area .right-content {
  background-color: #ccc;
  padding: 80px 60px;
  border-radius: 10px;
  margin-top: 50px;
}
@media only screen and (max-width: 991.98px) {
  .content-area .right-content {
    padding: 25px;
  }
}
.content-area .title_lg {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #bf0000;
}

.content-area .title_myTitle {
  margin-top: 60px;
  margin-bottom: 10px;
  color: #bf0000;
}

.content-area .long-mt {
  margin-top: 250px;
}
@media only screen and (max-width: 991.98px) {
  .content-area .long-mt {
    margin-top: 100px;
  }
}

.title_lg {
  font-size: 30px;
  line-height: 35px;
}

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