* {
  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: #797f7d;
  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: #352f27;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

a:hover,a:focus {
  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;
}

img{
  width: 100%;
}

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

.form-control, .input-text {
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: .9rem;
  width: 100%;
}











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: 1200px;
  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;
  justify-content: space-between;
}

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

.header-style-three .logo {
  min-width: 310px;
}

.sticky-header .logo {
  padding: 10px 0;
  font-size: 30px;
  color: #222;
  line-height: 1.5;
}

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

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

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: #707070;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li.current:before, .main-menu .navigation>li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.sticky-header .main-menu .navigation>li.current>a, .sticky-header .main-menu .navigation>li:hover>a {
  color: #c06f98;
}

.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: 120px;
  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;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}

.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 .image-box .image a:after {
  background: rgba(255,255,255,0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear
}

.news-block .inner-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.news-block .content-box {
  position: relative;
  padding: 25px 30px 35px;
  background-color: #fff;
  border: 1px solid #e6e8ed;
  border-bottom: 0;
}

.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;
  margin-bottom: 10px;
}

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

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

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: 20px;
  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: #c06f98;
}

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

.post-pagination ul {
  justify-content: center;
  padding: 0;
  margin: 0;
}

.post-pagination ul li a, .post-pagination ul li span {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #121212;
  margin: 0 4px;
  border-radius: 10px;
  font-weight: 700;
  color: #fff;
  transition: all .3s ease-out;
}

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

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type=search] {
  display: block;
  border: 0;
  outline: 0;
  background-color: #c06f98;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-left: 50px;
  height: 74px;
  width: 100%;
  padding-right: 80px;
  border-radius: 10px;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder {
  color: #fff;
  opacity: 1
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder,.sidebar__search-form input[type=search]:-ms-input-placeholder,.sidebar__search-form input[type=search]::-ms-input-placeholder,.sidebar__search-form input[type=search]::placeholder {
  color: #fff;
  opacity: 1
}

.sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.sidebar__search-form button[type=submit] i{
  font-size: inherit;
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  color: #222429;
  background-color: #f8f6f1;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

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

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 800;
}

.sidebar__post .sidebar__title {
  margin-left: 20px;
}

.sidebar__post .sidebar__post-list {
  margin: 0;
}

.sidebar__post .sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
  color: #0e2207;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.sidebar__post .sidebar__post-list li:hover {
  background-color: #fff;
  border-radius: 10px;
}

.sidebar__tags {
  position: relative;
  display: block;
  color: #222429;
  background-color: #f8f6f1;
  padding: 46px 45px 50px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 25px;
}

.sidebar__tags-list a {
  font-size: 14px;
  color: #0e2207;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background: #fff;
  display: inline-block;
  padding: 5px 28px 5px;
  margin-left: 5px;
  border-radius: 30px;
}

.sidebar__tags-list a:hover {
  color: #fff;
  background: #222429;
}

.sidebar__tags-list a+a {
  margin-left: 5px;
  margin-top: 10px;
}

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

.main-footer .widgets-section {
  position: relative;
  padding: 100px 0 40px;
}

.main-footer .footer-column {
  position: relative;
  margin-bottom: 40px
}

.main-footer .footer-widget {
  position: relative
}

.main-footer .widget-title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2em;
  padding-bottom: 18px;
  margin-bottom: 25px;
}

.main-footer .widget-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
}

.main-footer .widget-title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 25px;
  background-color: #c06f98;
  content: "";
}

.main-footer .about-widget {
  position: relative
}

.main-footer .logo {
  position: relative;
  margin-bottom: 30px;
  line-height: 1;
}

.main-footer .logo a{
  font-size: 40px;
  color: #fff;
}

.social-icon-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-icon-two li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.social-icon-two li:first-child {
  margin-left: 0;
}

.social-icon-two li a {
  position: relative;
  display: block;
  line-height: 40px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
  background-color: #2c2e33;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-two li a:hover {
  color: #fff;
  background-color: #c06f98;
}

.user-links {
  position: relative
}

.user-links li {
  position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #8c8f94;
    font-weight: 400;
    margin-bottom: 14px;
}

.user-links li:last-child {
  margin-bottom: 0
}

.user-links li a {
  position: relative;
    display: inline-block;
    color: inherit;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #f4f5f8;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.user-links li a:hover {
  color: #fff
}

.user-links li a:hover:before {
  width: 100%;
}

.contact-widget .text {
  font-size: 16px;
  line-height: 30px;
  color: #8c8f94;
  margin-bottom: 25px;
}

.contact-widget .text a{
  color: inherit;
}

footer .row{
  justify-content: center;
}

.footer-bottom {
  position: relative;
  width: 100%
}

.footer-bottom .inner-container {
  position: relative;
  padding: 35px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  text-align: center
}

.footer-bottom .copyright-text {
  position: relative
}

.footer-bottom .copyright-text a {
  color: inherit
}

.footer-bottom .copyright-text a:hover {
  color: #fff
}

.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: 43px;
  width: 43px;
  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;
  background-color: #f8f6f1;
  font-size: 15px;
  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 {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #c06f98;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

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

.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

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

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

.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #222429;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  transition: -webkit-transform 500ms cubic-bezier(0.86,0,0.07,1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86,0,0.07,1);
  transition: transform 500ms cubic-bezier(0.86,0,0.07,1);
  transition: transform 500ms cubic-bezier(0.86,0,0.07,1), -webkit-transform 500ms cubic-bezier(0.86,0,0.07,1);
  -webkit-transition-timing-function: cubic-bezier(0.86,0,0.07,1);
  transition-timing-function: cubic-bezier(0.86,0,0.07,1);
}

.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 {
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

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

@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;
      font-size: 25px;
  }

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

@media (max-width: 991px) {
  .sidebar {
      margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {

  .sidebar__post {
    padding: 30px;
  }

  .sidebar__category {
      padding: 30px 15px;
  }
}



@media (min-width:1024px) {
  .phoneCont{
    display: none !important;
  }
}

.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%;
    min-height: 250px;
    clear: both;
}

.t_de {
    clear: both;
    height: 0.2rem;
    width: 100%;
    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;
}