* {
  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.6em;
  font-weight: 300;
  color: #333;
  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: 700;
  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;
}

.main-header.shadow{
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.04);
}

.container-fluid{
padding: 0;
}

@media (min-width:992px) {
.container-fluid{
  max-width: 1140px;
}
}

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

a {
color: inherit;
transition: all 400ms ease;
}

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

.main-header__logo a{
color: #1c0d00;
font-size: 25px;
padding-right: 30px;
font-weight: bold;
}

.main-menu{
margin-left: 25px;
}

.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 span{
  display: none;
}
}

.main-menu .main-menu__list>li {
padding: 40px 0;
position: relative;
margin-right: 30px;
}

.main-menu .main-menu__list>li:last-child{
margin-right: 0;
}

.main-menu .main-menu__list>li>a {
display: flex;
align-items: center;
color: #1c0d00;
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: #ed5a65;
}

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

.link_btn{
position: relative;
height: 62px;
}

.link_btn a{
position: relative;
  font-weight: 500;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
  letter-spacing: 1px;
  padding: 19px 37px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  background-color: #ed5a65;
}

.link_btn a::before{
-webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 1;
  background-color: #1c0d00;
}

.link_btn a:hover:before {
top: -40%;
}

.thm-btn .btn-wrap {
position: relative;
z-index: 1;
float: left;
overflow: hidden;
}

.thm-btn .btn-wrap .text-one {
position: relative;
display: block;
color: #fff;
transition: all .3s ease;
-o-transition: all .3s ease;
-webkit-transition: all .3s ease;
}

.thm-btn .btn-wrap .text-two {
position: absolute;
top: 100%;
display: block;
color: #fff;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}

.thm-btn:hover .btn-wrap .text-one:first-child {
-webkit-transform: translateY(-150%);
-ms-transform: translateY(-150%);
transform: translateY(-150%)
}

.thm-btn:hover .btn-wrap .text-two {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
}

.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: #000;
}

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

.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;
background-color: #ed5a65;
}

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

.blog-card .blog-card__image a {
display: block;
position: relative;
}

.blog-card__image img {
position: relative;
width: 100%;
display: block;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}

.blog-card:hover .blog-card__image img {
opacity: .70;
transform: scale(1.05, 1.05);
}

.blog-card__content {
position: relative;
padding: 0 30px 18px;
border-top: 5px solid #ed5a65;
background-color: #eea2a4;
}

.blog-card__content::before{
position: absolute;
  content: '';
  left: 0;
  top: -1px;
  width: 40px;
  height: 40px;
  background-color: #ed5a65;
  clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}

.news-block_two-title:before {
position: absolute;
content: '';
left: -5px;
top: 0;
border-bottom: 5px solid #5d4c3b;
border-left: 5px solid transparent;
}

.news-block_two-title {
position: relative;
padding: 4px 16px;
font-size: 14px;
top: -9px;
display: inline-block;
color: #fff;
background-color: #241c14;
}

.blog-card__meta {
position: relative;
margin-top: 12px;
}

.blog-card__meta li {
position: relative;
margin-right: 10px;
padding-left: 25px;
font-size: 15px;
display: inline-block;
color: rgba(42,40,38,0.70);
}

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

.blog-card__meta li i{
position: absolute;
left: 0;
top: 0;
color: #ed5a65;
}

h1, h2, h3, h4, h5, h6 {
position: relative;
margin: 0;
background: 0;
color: #1c0d00;
}

h5 {
line-height: 30px;
font-weight: 500;
font-size: 20px;
}

.blog-card__title {
position: relative;
margin-top: 4px;
}

.blog-card__title a {
position: relative;
color: #1c0d00;
font-weight: 800;
}

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

.blog-card__text{
margin: 0;
}

.post-pagination {
margin-top: 30px;
padding: 0;
}

.post-pagination li{
position: relative;
margin: 0 3px 10px;
display: inline-block;
}

.post-pagination a {
position: relative;
  display: inline-block;
  line-height: 45px;
  height: 47px;
  width: 47px;
  color: #3A3A3A;
  min-width: 47px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.15);
}

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

.sidebar {
position: relative;
}

.sidebar__single {
position: relative;
margin-bottom: 40px;
padding: 30px 40px 35px;
background-color: #f07c82;
}

.sidebar__single:last-child{
margin-bottom: 0;
}

.sidebar__search {
position: relative;
}

.sidebar .sidebar__search input[type="text"] {
position: relative;
line-height: 28px;
font-size: 16px;
padding: 10px 50px 10px 25px;
background: 0;
display: block;
width: 100%;
height: 56px;
border-radius: 0;
color: #241c14;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
background-color: #fff;
outline: none;
}

.sidebar .sidebar__search input::placeholder {
color: #1c0d00;
}

.sidebar__search button[type=submit] {
position: absolute;
  right: 0;
  top: 0;
  height: 56px;
  width: 56px;
  display: block;
  cursor: pointer;
  line-height: 56px;
  font-weight: normal;
  border-radius: 0;
  font-size: 18px;
  color: #1c0d00;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background: 0;
}

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

.sidebar__title {
position: relative;
  font-weight: 700;
  margin-bottom: 22px;
  padding-left: 30px;
  display: inline-block;
  color: #0e0b06;
}

.sidebar__title::before{
position: absolute;
  content: '';
  left: 0;
  top: 0;
  font-weight: normal;
  content: "\e633";
  color: #ed5a65;
  font-family: "iconfont";
}

.sidebar__categories li {
position: relative;
margin-bottom: 10px;
}

.sidebar__categories li a {
position: relative;
  font-size: 16px;
  display: block;
  font-weight: 600;
  padding: 15px 22px;
  color: #0e0b06;
  border: 1px solid rgba(0,0,0,0.10);
}

.sidebar__categories li a:hover{
color: #fff;
  border-color: #ed5a65;
  background-color: #ed5a65;
}

.sidebar__posts {
margin-bottom: 0;
}

.sidebar__posts__item:not(:last-of-type) {
position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0,0,0,0.10);
}

h6 {
line-height: 28px;
font-weight: 500;
font-size: 18px;
}

.sidebar__posts__title {
line-height: 24px;
  font-weight: 700;
}

.sidebar__posts__title a {
color: inherit;
font-weight: 700;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

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

.sidebar__posts__content .post-meta{
position: relative;
  display: block;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #827e76;
}

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

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

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

.footer-widget__logo {
display: inline-flex;
font-size: 20px;
color: #fff;
}

.footer-widget__title {
position: relative;
  margin-bottom: 30px;
  color: #fff;
  text-transform: capitalize;
}

.footer-widget .sidebar__posts__content .post-meta{
color: rgba(255,255,255,0.5);
}

.footer-widget .sidebar__posts__title{
font-size: 16px;
color: #fff;
}

.footer-widget .sidebar__posts__title a:hover{
color: #fff;
}

.footer-widget--links{
padding-left: 30px;
}

.footer-widget__links li {
position: relative;
  margin-bottom: 15px;
}

.footer-widget__links li+li{
margin-top: 12px;
}

.footer-widget__links li a {
position: relative;
font-size: 16px;
padding-left: 20px;
text-transform: capitalize;
color: #fff;
transition: all 300ms ease;
-moz-transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
}

.footer-widget__links li a::before{
position: absolute;
content: '';
left: 0;
top: 6px;
width: 8px;
height: 8px;
transform: rotate(45deg);
background-color: #fff;
font-family: 'Font Awesome 5 Pro';
transition: all 300ms ease;
-moz-transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
}

.footer-widget .text {
position: relative;
font-size: 18px;
line-height: 28px;
margin-bottom: 25px;
color: #fff;
}

.widget-search {
position: relative;
  padding: 5px 20px 20px;
  background-color: #2c2823;
}

.widget-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
position: relative;
  line-height: 43px;
  display: block;
  height: 64px;
  width: 100%;
  border-radius: 0;
  box-shadow: inherit;
  font-size: 15px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  padding: 10px 0;
  background: 0;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  outline: none;
}

.widget-search button {
position: relative;
padding: 14px 10px;
text-align: center;
display: block;
width: 100%;
z-index: 1;
margin-top: 20px;
font-size: 15px;
color: #fff;
text-transform: uppercase;
border-radius: 0;
font-weight: 600;
background-color: #ed5a65;
}

.widget-search button::before{
position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transform: scale(0.2, 1);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: #fff;
}

.widget-search button:hover{
color: #ed5a65;
}

.widget-search button:hover::before{
opacity: 1;
  transform: scale(1, 1);
}

.main-footer__top .search{
margin-left: auto;
}

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

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

.blog-details__content {
position: relative;
background-color: #f07c82;
padding: 30px 30px 30px;
}

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

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

.blog-details__top-meta {
position: relative;
padding: 0;
}

.blog-details__top-meta li {
position: relative;
  margin-right: 10px;
  font-size: 15px;
  display: inline-block;
  color: rgba(42,40,38,0.70);
}

.blog-details__top-meta li a {
color: inherit;
}

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

h3 {
line-height: 38px;
font-weight: 700;
font-size: 32px;
}

.blog-details__title {
position: relative;
  margin-top: 4px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #1c0d00;
}

.blog-details__text {
position: relative;
  font-size: 16px;
  opacity: .80;
  line-height: 30px;
  color: #2a2826;
}

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

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

h4 {
line-height: 34px;
font-weight: 700;
font-size: 24px;
}

.comments-form__title{
margin-bottom: 20px;
}

.form-one__control {
margin-bottom: 25px;
}

.form-one input[type=text], .form-one input[type=email], .form-one textarea {
position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 25px 10px 25px;
  height: 60px;
  border-radius: 0;
  font-weight: 500;
  font-size: 15px;
  color: #1c0d00;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #fff;
  border: 1px solid #ecdfdb;
  outline: none;
}

.form-one input[type=text]:focus, .form-one input[type=email]:focus, .form-one textarea:focus{
border-color: #ed5a65;
}

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


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

.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;
  right: 0;
  background: #fff;
  width: 70%;
  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 span{
  font-size: 20px;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
}

.main-menu .main-menu__list>li{
  border-bottom: 1px solid #ddd;
  padding: 0;
  margin: 0;
}

.main-menu .main-menu__list>li>a{
  color: #000000;
  line-height: 24px;
  padding: 12px 20px;
  font-size: 16px;
  text-transform: capitalize;
}

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

.main-header__right .link_btn{
  display: none;
}

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

.sidebar{
  padding-left: 0;
}

.blog-card__title {
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
}

  .blog-details__title{
    font-size: 25px;
    line-height: 1.3;
  }
}

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