* {
  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: #636363;
  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, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-right: auto;
  margin-left: auto;
}


.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;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

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;
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9);
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

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

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

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

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.navbar-brand:focus,
.navbar-brand: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 {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

.form-row>.col,
.form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.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);
}

.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group-append {
  margin-left: -1px;
}

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;
}

figure {
  margin: 0 0 1rem;
}

.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;
}

.input-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
}

.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
position: relative;
flex: 1 1 auto;
width: 1%;
min-width: 0;
}



























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

.container-fluid {
padding-left: 15px;
padding-right: 15px;
}

.main-header__inner {
display: flex;
align-items: center;
padding: 0 80px;
position: relative;
}

a {
color: #44a05b;
transition: all 400ms ease;
}

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

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

.main-header__nav {
margin-left: 125px;
margin-right: 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-top: 41px;
padding-bottom: 41px;
position: relative;
}

.main-menu .main-menu__list>li+li {
margin-left: 51px;
}

.main-menu .main-menu__list>li>a {
display: flex;
align-items: center;
color: #122f2a;
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: #44a05b;
text-shadow: 0 0 .5px currentColor;
}

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

.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;
}

.main-header__cart, .main-header__search {
position: relative;
font-size: 22px;
color: #122f2a;
transition: all 500ms ease;
margin-left: 20px;
line-height: 1em;
}

.main-header__cart i, .main-header__search i{
font-size: inherit;
}

.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}

.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__image img:nth-child(1) {
transform: translatex(50%) scalex(2);
opacity: 0;
filter: blur(10px);
}

.blog-card__image img:nth-child(2) {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
object-fit: cover;
}

.blog-card__image__link {
display: flex;
width: 100%;
height: 100%;
background-color: rgba(68,160,91,0.7);
position: absolute;
top: 0;
left: 0;
justify-content: center;
align-items: center;
opacity: 0;
transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card__image__link::before, .blog-card__image__link::after {
content: "";
width: 32px;
height: 2px;
background-color: #fff;
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.blog-card__image__link::after {
transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card:hover .blog-card__image img:nth-child(1) {
transform: translatex(0) scalex(1);
opacity: 1;
filter: blur(0);
}

.blog-card:hover .blog-card__image img:nth-child(2) {
transform: translatex(-50%) scalex(2);
opacity: 0;
filter: blur(10px);
}

.blog-card:hover .blog-card__image>a {
opacity: 1;
transform: translateY(0);
}

.blog-card__content {
background-color: #fff;
padding: 23px 25px 33px;
border-radius: 10px;
text-align: center;
margin: -25px 10px 0;
position: relative;
z-index: 10;
transition: all 500ms ease;
box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.08);
}

.blog-card__meta {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
margin: 0;
margin-bottom: 6px;
}

.blog-card__meta li {
color: #636363;
font-size: 15px;
font-weight: 400;
display: flex;
align-items: center;
max-width: 50%;
}

.blog-card__meta li i {
color: #44a05b;
font-size: 16px;
margin-right: 9px;
}

.blog-card__meta li a {
color: inherit;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.blog-card__title {
margin: 0;
font-size: 22px;
line-height: 30px;
margin-bottom: 9px;
font-weight: bold;
}

.blog-card__title a {
font-weight: bold;
color: inherit;
background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95% / 0px 1px no-repeat;
transition: all 500ms ease;
}

.blog-card__title a:hover {
background-size: 100% 1px;
}

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

.blog-card__text{
margin: 0;
}

.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;
background-color: #f6f4ec;
align-items: center;
justify-content: center;
color: #122f2a;
font-size: 16px;
font-weight: 400;
border-radius: 5px;
transition: 500ms ease;
}

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

.sidebar {
position: relative;
}

.sidebar__single {
background-color: #f6f4ec;
border-radius: 20px;
padding: 40px 30px;
}

.sidebar__single--search {
padding: 0;
border: 0;
border-radius: 50px;
}

.sidebar__search {
position: relative;
}

.sidebar__search input[type=search], .sidebar__search input[type=text] {
outline: 0;
width: 100%;
height: 55px;
background-color: transparent;
font-size: 16px;
color: #636363;
border-radius: 50px;
border: 0;
padding-left: 30px;
padding-right: 30px;
transition: all 500ms ease;
}

.sidebar__search button[type=submit] {
border: 0;
outline: 0;
background-color: #44a05b;
position: absolute;
top: 50%;
right: 5px;
transform: translateY(-50%);
width: auto;
font-size: 16px;
line-height: 47px;
color: #fff;
border-radius: 50%;
width: 47px;
height: 47px;
transition: all 500ms ease;
}

.sidebar__search button[type=submit]:hover {
background-color: #122f2a;
color: #fff;
}

.sidebar__single+.sidebar__single {
margin-top: 50px;
}

.sidebar__title {
text-transform: capitalize;
margin: 0 0 36px;
line-height: 1em;
font-size: 20px;
letter-spacing: .33px;
font-weight: 700;
position: relative;
top: -3px;
display: inline-block;
}

@media (min-width: 768px) {
.sidebar__title {
    font-size: 22px;
}
}

.sidebar__title::after {
position: absolute;
left: 0;
bottom: -8px;
width: 63%;
height: 3px;
content: "";
background-color: var(--alefox-base, #44a05b);
}

.sidebar__categories {
margin-bottom: -16px;
margin-top: -9px;
}

.sidebar__categories li {
position: relative;
font-size: 16px;
color: #636363;
display: flex;
justify-content: space-between;
align-items: center;
transition: all 500ms ease;
padding: 0 0 0 26px;
margin: 0 0 10px;
}

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

.sidebar__categories li a {
color: inherit;
}

.sidebar__categories li:hover {
padding: 0 5px 0 31px;
color: #44a05b;
}

.sidebar__categories li:hover::before {
left: 2px;
color: #44a05b;
}

.sidebar__posts {
margin-bottom: 0;
}

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

.sidebar__posts__title {
margin: 0;
font-size: 17px;
font-weight: 700;
line-height: 23px;
}

.sidebar__posts__title a {
color: inherit;
background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95% / 0px 1px no-repeat;
transition: all 500ms ease;
font-weight: 700;
}

.sidebar__posts__title a:hover {
color: #44a05b;
background-size: 100% 1px;
}

.main-footer {
position: relative;
background-color: #122f2a;
}

.main-footer__top {
padding-top: 70px;
padding-bottom: 30px;
}

.footer-widget {
margin-bottom: 40px;
}

.footer-widget__logo {
display: inline-flex;
margin-bottom: 28px;
font-size: 25px;
color: #fff;
}

.footer-widget__social {
display: flex;
flex-wrap: wrap;
gap: 10px;
}

.footer-widget__social a {
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(255,255,255,0.19);
font-size: 15px;
color: #b7b7b7;
transition: all 500ms ease;
border-radius: 50%;
}

.footer-widget__social a i {
position: relative;
z-index: 2;
display: inline-block;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.footer-widget__social a:hover {
background-color: #44a05b;
color: #fff;
}

.footer-widget__social a:hover i {
animation: iconTranslateY .4s forwards;
}

@keyframes iconTranslateY {
49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

51% {
    opacity: 1
}
}

.footer-widget__title {
font-size: 22px;
font-weight: bold;
color: #fff;
text-transform: capitalize;
margin: 0;
margin-top: 21px;
margin-bottom: 33px;
}

.footer-widget__links {
margin-top: -10px;
margin-bottom: -13px;
}

.footer-widget__links li {
font-size: 16px;
color: #f6f4ec;
font-weight: 400;
line-height: 41px;
}

.footer-widget__links li a {
color: inherit;
background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95% / 0px 1px no-repeat;
transition: all 500ms ease;
}

.footer-widget__links li a:hover {
color: #44a05b;
background-size: 100% 1px;
}

.footer-widget__post__title {
color: #fff;
font-size: 17px;
line-height: 26px;
font-weight: 600;
margin: 0;
}

.footer-widget__post li {
position: relative;
margin-top: 20px;
}

.footer-widget__post__title a {
color: inherit;
background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95% / 0px 1px no-repeat;
transition: all 500ms ease;
}

.footer-widget__post__title a:hover {
color: #44a05b;
background-size: 100% 1px;
}

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

.main-footer__bottom__inner {
padding: 33px 0;
border-top: 1px solid rgba(255,255,255,0.1);
}

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

h1, h2, h3, h4, h5, h6 {
color: #122f2a;
}

.blog-details__content {
position: relative;
}

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

.blog-details__image img {
width: 100%;
height: auto;
}

.blog-details__top-meta {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 30px;
margin-bottom: 24px;
}

.blog-details__top-meta li {
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
display: flex;
align-items: center;
justify-content: center;
margin: 0;
}

.blog-details__top-meta li.blog-details__top-meta__cats {
position: relative;
}

.blog-details__top-meta li a {
color: inherit;
transition: all 500ms ease;
}

.blog-details__top-meta li.blog-details__top-meta__cats a {
background-color: #44a05b;
color: #fff;
border-radius: 30px;
font-size: 14px;
text-transform: uppercase;
font-weight: 500;
padding: 5px 24px;
}

.blog-details__top-meta li i {
color: #44a05b;
margin-right: 10px;
}

.blog-details__title {
font-size: 30px;
font-weight: 700;
margin-bottom: 22px;
}

.blog-details__text {
margin: 0 0 15px;
}

@media (min-width: 1200px) {
.blog-details__text {
    padding-right: 50px;
}
}

.blog-details__meta {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap: 20px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding-top: 30px;
padding-bottom: 30px;
margin-top: 46px;
margin-bottom: 55px;
}

.blog-details__social {
display: flex;
flex-wrap: wrap;
gap: 10px;
}

.blog-details__social a {
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
background-color: #f6f4ec;
font-size: 14px;
color: #122f2a;
transition: all 500ms ease;
border-radius: 50%;
}

.blog-details__social a:hover {
background-color: #44a05b;
color: #fff;
}

.comments-form {
margin-top: 40px;
}

@media (min-width: 1200px) {
.comments-form {
    margin-top: 55px;
}
}

.comments-form__title {
margin: 0;
text-transform: capitalize;
font-size: 25px;
color: #122f2a;
font-weight: bold;
margin-top: -4px;
margin-bottom: -4px;
}

@media (min-width: 992px) {
.comments-form__title {
    font-size: 30px;
}
}

.comments-form__form {
margin-top: 45px;
}

.form-one__group {
display: grid;
grid-template-columns: 1fr;
grid-gap: 30px;
margin: 0;
}

@media (min-width: 576px) {
.form-one__group {
    grid-template-columns: repeat(2, 1fr);
}
}

.form-one__control {
border: 0;
width: auto;
height: auto;
border-radius: 0;
padding: 0;
position: relative;
}

.form-one .bootstrap-select>.dropdown-toggle, .form-one input[type=text], .form-one input[type=email], .form-one textarea {
display: block;
width: 100%;
height: 55px;
background-color: #f6f4ec;
color: #636363;
font-size: 16px;
font-weight: 400;
border: 0;
border: 1px solid #ddd;
filter: drop-shadow(-2.424px 4.373px 14.5px rgba(0, 0, 0, 0.03));
outline: 0;
padding-left: 30px;
padding-right: 30px;
}

.comments-form .form-one .bootstrap-select>.dropdown-toggle, .comments-form .form-one input[type=text], .comments-form .form-one input[type=email], .comments-form .form-one textarea {
background-color: transparent;
}

.form-one__control--full {
grid-column-start: 1;
grid-column-end: -1;
}

.form-one textarea {
height: 195px;
padding-top: 20px;
}

.alefox-btn {
display: inline-block;
vertical-align: middle;
-webkit-appearance: none;
border: 0;
outline: none !important;
background-color: transparent;
border-radius: 0;
color: #122f2a;
font-size: 16px;
font-weight: 600;
padding: 14px 40px;
transition: 500ms;
text-transform: uppercase;
position: relative;
overflow: hidden;
text-align: center;
}

.alefox-btn__item {
position: absolute;
background-color: #44a05b;
}

.alefox-btn__item:nth-child(1) {
top: 0;
left: 0;
width: 100%;
height: 2px;
-webkit-animation: 2s animateTop linear infinite;
animation: 2s animateTop linear infinite
}

.alefox-btn__item:nth-child(2) {
top: 0;
right: 0;
height: 100%;
width: 2px;
-webkit-animation: 2s animateRight linear -1s infinite;
animation: 2s animateRight linear -1s infinite
}

.alefox-btn__item:nth-child(3) {
bottom: 0;
left: 0;
width: 100%;
height: 2px;
-webkit-animation: 2s animateBottom linear infinite;
animation: 2s animateBottom linear infinite
}

.alefox-btn__item:nth-child(4) {
top: 0;
left: 0;
height: 100%;
width: 2px;
-webkit-animation: 2s animateLeft linear -1s infinite;
animation: 2s animateLeft linear -1s infinite
}

.alefox-btn:hover {
color: #122f2a
}

.alefox-btn:hover .alefox-btn__item {
animation-play-state: paused
}

@keyframes animateTop {
0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}
}

@keyframes animateRight {
0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}
}

@keyframes animateBottom {
0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}
}

@keyframes animateLeft {
0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}
}

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

.main-header__cart, .main-header__search{
  display: none;
}

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

.main-header__nav{
  margin: 0;
}

.blog-one{
  padding: 20px 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;
}
}


.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;
}