* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: 'lora';
  src: url(../font/Lora-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: 'lora';
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
}

ol, ul {
  padding-left: 2rem;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
  width: 100%;
  padding-right: calc(1.8rem * .5);
  padding-left: calc(1.8rem * .5);
  margin-right: auto;
  margin-left: auto
}

@media(min-width: 576px) {
  .container,.container-sm {
      max-width:540px
  }
}

@media(min-width: 768px) {
  .container,.container-md,.container-sm {
      max-width:720px
  }
}

@media(min-width: 992px) {
  .container,.container-lg,.container-md,.container-sm {
      max-width:960px
  }
}

@media(min-width: 1200px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl {
      max-width:1140px
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1320px;
  }
}

@media(min-width: 1400px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
      max-width:1200px
  }
}

.row {
  --bs-gutter-x: 1.8rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * 0);
  margin-right: calc(-.5 * 1.8rem);
  margin-left: calc(-.5 * 1.8rem)
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(1.8rem * .5);
  padding-left: calc(1.8rem * .5);
  margin-top: 0
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.collapse:not(.show) {
  display: none;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
  }
}

a {
  color: #0d6efd;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

a:hover, a:focus {
  color: #c52424;
  text-decoration: none;
    outline: 0;
}

[role=button] {
  cursor: pointer;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

@media (min-width: 576px) {
  .col-sm-6 {
      flex: 0 0 auto;
      width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
      flex: 0 0 auto;
      width: 50%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
}

@media (min-width: 1200px) {
  .col-xl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
}
}

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

.pagination{
  display: flex;
  list-style: none;
}

.align-items-center {
  align-items: center !important;
}

@media (min-width: 576px) {
  .justify-content-sm-between {
      justify-content: space-between !important;
  }
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button,input,optgroup,select,textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,select {
  text-transform: none
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

label {
  display: inline-block;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

figure {
  margin: 0 0 1rem;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.position-relative {
  position: relative !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.d-flex {
  display: flex !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}




















header{
  position: sticky;
  top: 0;
  z-index: 99;
}

.sticky-header {
  width: 100%;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
  box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}

.auto-container {
  position: static;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}

.sticky-header .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.main-header .logo {
  position: relative;
  padding: 26px 0;
}

.sticky-header .logo {
  padding: 10px 0;
  font-size: 25px;
  line-height: 1.5;
}

.sticky-header .logo a{
  color: #000;
}

.sticky-header .nav-outer {
  background: 0;
}

.main-menu {
  position: relative;
  float: left;
}

.header-style-three .main-menu {
  margin-right: auto;
}

.main-menu .navbar-collapse {
  padding: 0;
}

ol, ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu .navigation {
  position: relative;
  margin: 0;
  margin-left: 50px;
}

.main-menu .navigation>li {
  position: relative;
  float: left;
  margin: 0;
  transition: all 300ms ease;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding: 20px 15px;
  color: #000;
}

@media (min-width:992px) {
  .main-menu .navigation>li>a:before {
    content: "";
          position: absolute;
          left: auto;
          width: 0;
          height: .25rem;
          background-color: #c52424;
          transition: all .6s cubic-bezier(0.25,0.8,0.25,1) 0s;
          right: 0;
          bottom: 0;
  }

  .main-menu .navigation>li:hover>a:before {
    width: 100%;
        right: auto;
        left: 0;
  }

  .main-menu .navigation>li:hover>a{
    color: #c52424;
  }
}

.mobile-nav-toggler {
  position: relative;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  color: #2f3529;
  display: none;
  top: 0;
  margin-left: 20px;
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

section>.container, section>.container-fluid {
  padding-top: 60px;
  padding-bottom: 120px;
}

.news-block {
  position: relative;
  margin-bottom: 30px;
}

.news-block .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .image-box {
  position: relative;
}

.news-block .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

a img {
  border: 0;
}

.news-block .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.news-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news-block .content-box .post-info {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 25px;
  background-color: #c52424;
  margin: 20px 0;
}

.news-block .content-box .post-info li {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  color: #FFF;
  font-weight: 400;
  margin-right: 14px;
}

.news-block .content-box .post-info li i {
  margin-right: 2px;
  color: #fff;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  color: #222429;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-weight: inherit;
}

h4 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5em;
}

.news-block .content-box .title {
  margin-bottom: 0;
}

.title a {
  color: inherit;
}

.news-block .content-box .title:hover {
  color: #c52424;
}

.news-block .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 40px;
  background-color: #F4F5F8;
  border: 1px solid #e6e8ed;
  border-top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  z-index: 0;
}

.news-block .bottom-box .comments {
  font-size: 14px;
  color: #808287;
  line-height: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .bottom-box .comments i {
  font-size: 14px;
  color: #336AEA;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .inner-box:hover .bottom-box .comments, .news-block .inner-box:hover .bottom-box .comments i, .news-block .inner-box:hover .bottom-box .read-more, .news-block .inner-box:hover .bottom-box .read-more i {
  color: #fff;
}

.post-pagination {
  margin-top: 30px;
  text-align: center;
}

.pagination-main ul {
  background-color: #f6f4f2;
  padding: .438rem;
  border-radius: 50rem;
  margin: 3.125rem 0 0;
  flex-wrap: wrap;
}

.pagination li:not(:last-child) {
  margin-right: .938rem;
}

.pagination li a {
  display: block;
  text-align: center;
  width: 3.125rem;
  height: 3.125rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 100%;
}

.pagination li a.active, .pagination li a:hover {
  background-color: #c52424;
  color: #fff;
}

.pagination .pagination-btn {
  width: 110px;
  height: 56px;
  background-color: #fff;
  border-radius: 50rem;
}

aside .widget {
  background-color: #fff;
  border: .063rem solid #c0c0c0;
  padding: 2.5rem 1.875rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0 .25rem .75rem;
}

aside .widget:not(:last-child) {
  margin-bottom: 1.25rem;
}

.sec-tl {
  margin-bottom: 2.813rem;
}

aside .widget .sec-tl h4 {
  color: #000;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.375rem;
}

aside .widget .sec-tl h4:before {
  content: "";
  position: absolute;
  top: 90%;
  left: 0;
  background-color: #c52424;
  width: 5.875rem;
  height: .188rem;
}

aside .recent-post-box:not(:last-child) {
  margin-bottom: 1.625rem;
}

aside .recent-post-content h5 {
  font-size: 1.063rem;
  font-weight: 700;
  color: #232323;
  line-height: 1.375rem;
  margin-bottom: .313rem;
}

aside .recent-post-content .meta-wrapper a {
  font-size: .875rem;
  color: #c52424;
}

aside .category-wrapper ul li:not(:last-child) {
  margin-bottom: .625rem;
}

aside .category-wrapper ul li a {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  background-color: #f1f1f1;
  border-radius: 50rem;
  padding: .313rem .438rem .313rem 1.75rem;
  line-height: 2.75rem;
}

aside .category-wrapper ul li a:hover {
  background-color: #c52424;
  color: #fff;
}

aside .widget-newsletter {
  background-color: #000;
  border-color: #000;
  box-shadow: none;
}

aside .widget-newsletter .sec-tl h4 {
  color: #fff;
}

aside .newsletter-wrapper p {
  font-size: 1rem;
  font-weight: 400;
  color: #a9a9a9;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
}

aside .newsletter-wrapper form input {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  background-color: transparent;
  border: .063rem solid #858585;
  color: #fff;
  text-align: center;
  height: 3.75rem;
  padding: .938rem 1.875rem;
  margin-bottom: .938rem;
  border-radius: 50rem;
}

.theme-btn {
  background-color: #c52424;
  color: #fff;
  border-radius: 50rem;
  padding: 1.063rem 3.25rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  display: inline-block;
  z-index: 2;
}

aside .newsletter-wrapper form button {
  transform: translateY(0);
  width: 100%;
  padding: 1.125rem;
  top: 50%;
  right: 3px;
}

aside .newsletter-wrapper form button:before {
  content: "";
    position: absolute;top: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
  background-color: #fff;
    transition: .3s cubic-bezier(.785,.135,.15,.86);
}

.theme-btn:hover:before {
  width: 100%;
  left: 0;
  right: auto;
  z-index: -1;
}

aside .newsletter-wrapper form button:hover {
  color: #c52424;
}

.main-footer {
  background-color: #0F0C1D;
  position: relative;
}

.footer-bottom {
  padding: 2.813rem 0;
}

.copyrights {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}

.copyrights a {
  font-weight: 700;
  color: #fff;
}

footer .bottom-menu li a:hover, .copyrights a:hover {
  color: #c52424;
}

footer .bottom-menu li {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

footer .bottom-menu li a{
  color: #fff;
}

footer .bottom-menu li+li {
  padding-left: 1.875rem;
  margin-left: 1.875rem;
}

footer .bottom-menu li+li::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: .125rem;
  height: .813rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.blog-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
}

.blog-details__img img {
  width: 100%;
  border-radius: 10px;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}

.blog-details__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details__meta li a {
  font-size: 15px;
  color: #777;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__meta li a i {
  color: #222429;
  margin-right: 6px;
}

.blog-details__meta li+li {
  margin-left: 18px;
}

.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 21px;
  font-weight: 400;
}

p {
  margin-bottom: 20px;
}

.blog-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 49px;
  border-top: 1px solid #ece9e0;
}

.blog-details__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details__social-list a {
  position: relative;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #222429;
  border: 1px #c1c1c1 solid;
  font-size: 22px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.blog-details__social-list a+a {
  margin-left: 10px;
}

.blog-details__social-list a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #c52424;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .4s linear;
  z-index: -1;
}

.blog-details__social-list a:hover {
  color: #fff;
}

.blog-details__social-list a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.comment-form{
  padding-top: 60px;
  border-top: 1px solid #ece9e0;
}

.comment-form__title{
  font-size: 30px;
  position: relative;
  margin-bottom: 40px;
}

.comment-form__title:after {
  content: "";
  position: absolute;
  background-color: #c52424;
  width: 60px;
  height: .25rem;
  top: 100%;
  left: 0;
}

form input.input-field, form textarea {
  width: 100%;
  border: .063rem solid #c0c0c0 !important;
  height: 60px;
  margin-bottom: 1.25rem;
  padding: .75rem 2.063rem;
  font-size: 1rem;
  font-weight: 700;
  color: #666;
  box-shadow: rgba(0, 0, 0, 0.1) 0 .25rem .75rem;
}

input:focus, textarea:focus, select:focus, button:focus, a:focus, .form-wrp fieldset p a:focus, .page-link:focus, .btn.focus, .btn:focus, .bootstrap-select .dropdown-toggle:focus {
  border-color: transparent;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

textarea {
  overflow: hidden;
  resize: none;
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.btn-style-one {
  position: relative;
    font-size: 13px;
    line-height: 24px;
    padding: 15px 50px;
    font-weight: 700;
    letter-spacing: .1em;
    overflow: hidden;
    text-transform: uppercase;
    color: #fff;
    background: #c52424;
}

.btn-style-one:before {
  content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    background: #000;
    transition: .3s cubic-bezier(.785,.135,.15,.86);
}

.btn-style-one:hover {
  color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-style-one:hover::before {
  width: 100%;
    left: 0;
    right: auto;
    z-index: -1;
}

.theme-btn .btn-title {
  position: relative;
}

::-webkit-scrollbar {
  width: .625rem;
  background-color: #f4f4f4;
  height: .438rem;
  border-radius: 3.125rem
}

::-webkit-scrollbar-thumb {
  background-color: #c52424;
  border-radius: 3.125rem
}

.bottom-menu ul{
  flex-wrap: wrap;
}

@media only screen and (max-width: 1700px) {
  .header-style-three .logo {
      min-width: 200px;
  }
}

@media only screen and (max-width: 1023px) {
  .main-header .logo {
    min-width: auto;
  }

  .main-header .logo {
      padding: 5px 0;
      line-height: 1;
  }

  .main-header .ui-btn.mobile-search-btn, .mobile-nav-toggler {
    display: block;
  }

  .mobile-nav-toggler span{
    font-size: inherit;
  }

  .main-menu{
    position: fixed;
    left: 0;
    width: 60%;
    background: #fff;
    box-shadow: 3px 0 6px rgba(0, 0, 0, 0.15);
    top: 0;
    height: 100vh;
    padding-top: 80px;
    transform: translateX(-120%);
    transition: all .4s ease-in-out;
  }

  .main-menu.open{
    transform: translateX(0);
  }

  .main-menu .navigation>li{
    float: none;
    width: 100%;
    margin: 0;
  }

  .main-menu .navigation>li a{
    display: block;
    text-align: center;
  }

  section>.container, section>.container-fluid{
    padding-top: 20px;
  }

  .row.column-reverse{
    flex-direction: column-reverse;
  }

  .sticky-header .nav-outer{
    margin-left: auto;
  }

  .main-menu .navigation{
    margin-left: 0;
  }

  .news-block .content-box .post-info{
    padding: 5px 10px;
    margin: 10px 0;
  }

  .news-block .content-box .post-info li {
    font-size: 14px;
    line-height: 22px;
  }
  
  .news-block .content-box .post-info li i {
    font-size: 14px;
  }

  h4 {
    font-size: 20px;
  }

  .pagination-main ul {
    max-width: 100%;
    margin: 0 0 3.125rem;
  }

  .pagination li:not(:last-child) {
    flex-grow: unset;
    margin-right: 20px;
}

.pagination li a {
  width: 40px;
  height: 40px;
}

.pagination li:last-child {
  display: none;
}

.footer-bottom {
  padding: 25px 0;
}
.footer-bottom .ft-bottom {
  justify-content: center !important;
  gap: 15px;
}

.copyrights {
  text-align: center;
}
}


.positionFixed {
  bottom: 0px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 100%;
  background-color: #e4e4e4;
  display: flex;
  justify-content: center;
}

.ad-div {
  margin-bottom: 50px;
  width: 100%
}

.t_de {
  height: 0.2rem;
  max-width: 100%;
  line-height: 0.3rem;
  font-size: 0.6rem;
  padding: 0.5rem 0 1rem 0;
  box-sizing: border-box;
  color: #707070;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}