* {
  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 {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'lora';
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  color: #222222;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media(min-width: 576px) {

  .container {
    max-width: 540px
  }
}

@media(min-width: 768px) {

  .container {
    max-width: 720px
  }
}

@media(min-width: 992px) {

  .container {
    max-width: 960px
  }
}

@media(min-width: 1200px) {

  .container {
    max-width: 1140px
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

a {
  color: #012549;
  text-decoration: none;
}

a,
i,
cite,
em,
var,
address,
dfn,
ol,
li,
ul {
  font-style: normal;
  font-weight: 400;
  list-style: none;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

[role=button] {
  cursor: pointer;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

}

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

}

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

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

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

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

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

img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  vertical-align: middle;
  border-style: none;
}

.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,
input {
  overflow: visible;
}

button,
select {
  text-transform: none
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: 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;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}



























.main-header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 99;
}

.main-header__inner {
  display: flex;
  align-items: center;
  position: relative;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

.main-header__logo {
  padding: 15px 0;
}

.main-header__logo a {
  color: #222222;
  font-size: 25px;
}

.main-header__nav {
  margin-left: auto;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}

.main-menu .main-menu__list>li {
  padding: 10px 15px;
  position: relative;
}

.main-menu .main-menu__list>li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #dc3545;
  transition: all .3s ease-in-out;
}

.main-menu .main-menu__list>li::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #dc3545;
  transition: all .3s ease-in-out;
}

.main-menu .main-menu__list>li>a {
  display: flex;
  align-items: center;
  color: #222;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
  position: relative;
  font-size: 16px;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a {
  color: #dc3545;
  text-shadow: 0 0 .5px currentColor;
}

.main-menu .main-menu__list>li:hover::before,
.main-menu .main-menu__list>li:hover::after {
  width: 100%;
}

.thm-btn {
  position: relative;
  background: #dc3545;
  font-size: 14px;
  line-height: 42px;
  font-weight: 700;
  color: #ffffff;
  border: 2px solid #dc3545;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 26px;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
  margin-left: 30px;
}

.main-header__right {
  display: flex;
  align-items: center;
  padding: 9.5px 0;
}

.mobile-nav__btn {
  width: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}

@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}

.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--alefox-black, #122f2a);
}

.mobile-nav__btn span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}

.thm-btn:hover {
  background: transparent;
  color: #dc3545;
  -webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.blog-one {
  padding: 60px 0 120px;
  position: relative;
}

.blog-card__image {
  position: relative;
  overflow: hidden;
}

.blog-card {
  position: relative;
  margin-bottom: 30px;
}

.blog-card__image img {
  transition: .5s;
  background-size: cover;
  width: 100%;
}

.blog-card__content {
  position: relative;
  z-index: 10;
  transition: all 500ms ease;
}

.blog-card__meta {
  margin-bottom: 5px;
  padding: 10px 0px 13px;
  border-bottom: 1px solid #ededed;
}

.blog-card__meta li {
  display: inline-block;
  margin-right: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #848484;
}

.blog-card__meta li i {
  color: #dc3545;
  margin-right: 9px;
}

.blog-card__meta li a {
  color: inherit;
}

.blog-card__title {
  font-weight: 700;
  font-size: 18px;
  padding: 30px 0px 5px;
  color: #222222;
}

.blog-card__title a {
  color: #222222;
  transition: .5s;
  font-weight: 700;
}

.blog-card__title a:hover {
  color: #dc3545;
}

.blog-card__title a:hover {
  color: #dc3545;
}

p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.blog-latest-news .item p {
  margin-top: 14px;
  color: #848484;
}

.post-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}

.post-pagination a {
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  color: #848484;
  font-size: 16px;
  font-weight: 400;
  transition: 500ms ease;
  border: 1px solid rgba(229, 229, 229, 0.57);
}

.post-pagination a.current,
.post-pagination a:hover {
  background-color: #dc3545;
  color: #fff;
}

.sidebar {
  position: relative;
}

@media (min-width:992px) {
  .sidebar {
    padding-left: 40px;
  }
}

.sidebar__single--search {
  height: 54px;
  margin-bottom: 35px;
  position: relative;
}

input,
textarea {
  display: block;
  font-size: 16px;
  line-height: 28px;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar__search input {
  width: 100%;
  height: 50px;
  border: none;
  border: 1px solid #f1f1f1;
  padding: 0 56px 0 12px;
  color: #9e9e9e;
}

button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
  background: transparent;
}

.sidebar__search button[type=submit] {
  width: 54px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: #dc3545;
}

.sidebar .sidebar__single {
  position: relative;
  margin-bottom: 35px;
}

.sidebar__title {
  position: relative;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #222222;
  font-weight: 700;
}

.sidebar__categories li {
  position: relative;
  margin-bottom: 10px;
  line-height: 27px;
  padding-left: 15px;
  color: #848484;
}

.sidebar__categories li::before {
  position: absolute;
  left: -3px;
  content: "\e8ec";
  font-family: 'iconfont' !important;
  transition: all 500ms ease;
  font-weight: normal;
  font-size: 12px;
  color: #848484;
}

.sidebar__categories li a {
  position: relative;
  color: #848484;
  font-size: 14px;
  font-weight: 400;
  transition: .5s;
}

.sidebar__categories li:hover,
.sidebar__categories li:hover a {
  color: #dc3545;
}

.sidebar__categories li:hover::before {
  color: #dc3545;
}

.sidebar__posts {
  margin-bottom: 0;
}

.sidebar__posts__item:not(:last-of-type) {
  margin-bottom: 30px;
}

.sidebar__posts__title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #848484;
}

.sidebar__posts__title a {
  color: inherit;
}

.sidebar__posts__title a:hover {
  color: #dc3545;
}

.main-footer {
  position: relative;
  background: url(../images/bg-3.jpg);
}

.main-footer__bottom {
  text-align: center;
}

.main-footer__bottom__inner {
  padding: 33px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-footer__copyright {
  margin: 0;
  color: #adadad;
}

.main-footer__copyright a {
  color: #dc3545;
}

.main-footer__bottom .social-links a {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  color: #d1d1d1;
  padding: 0px 15px;
  line-height: 26px;
}

.main-footer__bottom a:hover {
  color: #dc3545;
}

.blog-container {
  position: relative;
  padding: 0px 0px;
  margin-bottom: 20px;
}

.blog-post {
  position: relative;
  background: #ffffff;
  margin-bottom: 2px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.blog-post .image-box {
  position: relative;
}

.blog-post .image-box img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.blog-post .post-header {
  position: relative;
  padding: 18px 0px 0px;
  background: #ffffff;
}

.blog-post .post-header h2,
.blog-post .post-header h1 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0px 8px;
  color: #222222;
}

.blog-post .post-header h2 a,
.blog-post .post-header h1 a {
  position: relative;
  display: block;
  color: #222222;
  transition: .5s;
}

.blog-post .post-info {
  position: relative;
  margin-bottom: 18px;
  padding-left: 0;
}

.blog-post .post-info li {
  position: relative;
  display: inline-block;
  margin: 0px 25px 0px 0px;
  color: #848484;
  font-size: 14px;
  font-weight: 400;
}

.blog-post .post-info li i:before {
  color: #dc3545;
  margin-right: 5px;
  font-size: 14px;
}

.blog-post .post-desc {
  position: relative;
  padding: 20px 0px;
  background: #ffffff;
  border-top: 1px solid #ededed;
}

.sidebar-page .blog-post .text {
  position: relative;
  margin-bottom: 33px;
  color: #848484;
}

.leave-comment .section-title {
  margin-bottom: 20px;
}

.leave-comment .section-title h3 {
  position: relative;
  display: block;
  margin: 67px 0px 25px;
  color: #222222;
  transition: .5s;
  font-size: 20px;
  font-weight: 500;
}

.default-form {
  position: relative;
}

.default-form .form-group {
  position: relative;
}

.form-group.style-two {
  margin-bottom: 30px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  height: 55px;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #f4f4f4;
  padding: 12px 15px;
  border-radius: 0px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.default-form textarea {
  height: 120px;
}

.default-form .form-control:focus {
  border-color: #dc3545;
  box-shadow: none;
}

.sidebar-page .form-control:focus {
  border-color: #dc3545;
}

.form-group .thm-btn {
  width: 100%;
  margin: 0;
}

.sec-title {
  position: relative;
  margin-bottom: 17px;
  text-align: center;
}

.sec-title h2 {
  position: relative;
  font-size: 34px;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: 700;
}

.sec-title span {
  color: #dc3545;
}

.sec-title p {
  max-width: 650px;
  margin: 0 auto;
  color: #848484;
  margin-bottom: 60px;
}

@media (max-width:992px) {
  .main-header__inner {
    padding: 0;
  }

  .link_btn {
    display: none;
  }

  .main-header__logo a {
    white-space: nowrap;
  }

  .main-header__nav {
    margin: 0;
  }

  .main-header__right {
    margin-left: auto;
  }

  .main-header__logo {
    padding: 0;
  }

  .blog-one {
    padding: 10px 0 60px;
  }

  .post-pagination {
    margin-bottom: 30px;
  }

  .main-menu .main-menu__list {
    position: fixed;
    top: 0;
    left: 0;
    background: #202221;
    width: 60%;
    height: 100%;
    padding: 80px 0;
    transform: translateX(-120%);
    transition: all .4s ease-in-out;
  }

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

  .main-menu .main-menu__list>li {
    padding: 20px 0;
  }

  .main-menu .main-menu__list>li>a {
    color: #fff;
    justify-content: center;
  }

  .main-menu .main-menu__list>li+li {
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .comments-form {
    margin-bottom: 30px;
  }

  .blog-post .post-header {
    padding-top: 0;
  }

  .blog-post .post-header h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 10px;
  }

  .blog-post .post-header h1 a {
    font: inherit;
  }
}


.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: 5px;
  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;
}