* {
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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: 15px;
  padding-left: 15px;
  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 screen and (max-width: 1920px) {
  .header .container {
    max-width: 1300px;
    margin: auto;
  }
}

.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: #007bff;
  text-decoration: none;
  background-color: transparent;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  outline: 0;
}

a:hover {
  color: #0056b3;
}

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

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

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

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

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

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

@media (min-width: 992px) {
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

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

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

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

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

label {
  display: inline-block;
}

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

figure {
  margin: 0 0 1rem;
}

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

.p-0 {
  padding: 0 !important;
}

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

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

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

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























.header {
  padding: 25px 0;
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: #51213d;
}

.navbar-expand-lg {
  position: relative;
  z-index: 1;
}

.navbar-brand {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand.logo {
  font-size: 30px;
  color: #fff;
}

.navbar-collapse ul {
  text-align: center;
  align-items: center;
  display: inherit;
}

.navbar-nav li {
  margin: 0 17px;
  position: relative;
  transition: all .3s ease-in-out;
}

.navbar-nav .nav-item a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #fff !important;
  transition: all .3s ease-in-out;
}

.navbar-nav .nav-item a:hover {
  color: #efdac7 !important;
  background-color: transparent;
}

.blogpage-section {
  position: relative;
  padding: 60px 0 170px;
}

.portfolio-box {
  margin-bottom: 40px;
  border-radius: 20px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 19px 54px rgb(0 0 0 / 5%);
  transition: all .3s ease-in-out;
}

.portfolio-box figure {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.portfolio-box figure img {
  transition: all .3s ease-in-out;
}

.portfolio-box:hover figure img {
  transform: scale(1.1);
}

.portfolio-box span {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  left: 50%;
  transform: translateX(-50%);
  bottom: -14px;
  padding: 10.5px 24.5px;
  border-radius: 20px;
  position: absolute;
  text-align: center;
  color: #282828;
  background: #efdac7;
}

.portfolio-box .box-content {
  padding: 40px 50px 28px;
}

h5 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.portfolio-box .box-content h5 {
  margin-bottom: 6px;
  color: #282828;
  transition: all .3s ease-in-out;
}

.portfolio-box:hover h5 {
  color: #efdac7;
}

.portfolio-box .box-content h5:hover {
  color: #51213d;
}

p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #575757;
}

.text-size-14 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #575757;
}

.portfolio-box .box-content p {
  margin-bottom: 15px;
  color: #575757;
}

.pagination {
  margin-bottom: 0;
  justify-content: center;
  gap: 2px;
}

.pagination .page-link {
  padding: 11px 15px;
  margin-left: 0;
  font-size: 20px;
  line-height: 20px;
  color: #000;
  border: 0;
  font-weight: 600;
}

.post-next span,
.post-prev span,
.sidebar .post-thumbnail-content a,
.sidebar .widget-categories ul li a,
.sidebar .nav-tabs .nav-link,
.pagination .page-item:not(.disabled).active>.page-link,
.pagination .page-item:not(.disabled):active>.page-link,
.pagination .page-item:not(.disabled):focus>.page-link,
.pagination .page-item:not(.disabled):hover>.page-link,
.pagination .page-item:not(.disabled)>.page-link,
#blog .post-item.border .post-item-wrap .post-item-description a {
  color: #282828;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 0;
}

.pagination .page-item:not(.disabled)>.page-link {
  background-color: #fff;
  color: #000;
}

.pagination .page-item:not(.disabled).active>.page-link,
.pagination .page-item:not(.disabled):active>.page-link,
.pagination .page-item:not(.disabled):focus>.page-link,
.pagination .page-item:not(.disabled):hover>.page-link {
  background-color: #51213d;
  box-shadow: none;
  color: #fff;
}

.pagination .page-link i {
  color: #575757;
  font-size: 14px;
}

.pagination .page-item:not(.disabled):hover>.page-link i {
  color: #fff;
}

.singleblog-section .box1 {
  border-radius: 15px;
  background: #fff;
  padding: 34px 30px;
  margin-bottom: 43px;
  width: 110%;
  box-shadow: 3px 3px 25px rgb(0 0 0 / 7%);
}

h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.singleblog-section .box1 h4 {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(0 0 0 / 15%);
}

.singleblog-section .box1 input {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #575757;
  background: transparent;
  border: 1px solid rgb(0 0 0 / 15%);
  border-radius: 20px;
  padding: 0 75px 2px 18px;
  width: 100%;
  height: 58px;
  overflow: visible;
  outline: 0;
}

.singleblog-section .box1 input:focus {
  box-shadow: none;
  color: #282828;
  border: 1px solid #efdac7;
}

.singleblog-section .box1 .search {
  position: absolute;
  font-size: 18px;
  right: 5px;
  top: 0;
  width: 60px;
  height: 58px;
  line-height: 45px;
  color: #fff;
  background: #51213d;
  border-radius: 0 20px 20px 0;
  outline: 0;
  box-shadow: none;
  transition: all .3s ease-in-out;
}

.singleblog-section .box1 .search:hover {
  color: #282828;
  background: #efdac7;
}

.singleblog-section .box2 {
  text-align: center;
}

.text-size-16 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #575757;
}

.singleblog-section .box2 ul li {
  margin-bottom: 15px;
}

.blogpage-section a {
  text-decoration: none;
}

.singleblog-section .box2 ul li a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #282828;
  transition: all .3s ease-in-out;
}

.singleblog-section .box2 ul li a:hover {
  color: #efdac7;
}

.singleblog-section .box3 {
  text-align: center;
  padding: 30px 30px 60px;
}

.singleblog-section .box3 .social-icons ul {
  display: flex;
  justify-content: center;
}

.singleblog-section .box3 .social-icons ul li {
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #51213d;
  transition: all .3s ease-in-out;
}

.singleblog-section .box3 .social-icons ul li:first-child {
  margin-left: 0;
}

.singleblog-section .box3 .social-icons ul li a {
  color: #fff;
}

.singleblog-section .box3 .social-icons ul li:hover {
  background: #efdac7;
  transform: translateY(-8px);
}

.singleblog-section .box3 .social-icons ul li .social-networks {
  display: inline-block;
  font-size: 18px;
  background: transparent;
  border-radius: 100px;
  text-align: center;
  transition: all ease-in-out .3s;
  width: 45px;
  height: 45px;
  line-height: 45px;
  transition: all .3s ease-in-out;
}

.singleblog-section .box3 .social-icons ul li:hover i {
  color: #282828;
}

.singleblog-section .box5 {
  margin-bottom: 0 !important;
}

.singleblog-section .box5 .feed {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(0 0 0 / 15%);
}

.singleblog-section .box5 .feed a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s ease-in-out;
  position: relative;
  z-index: 1;
  color: #000;
}

.footer-con {
  background: #202226;
}

.footer-con .middle_portion {
  padding: 98px 44px 90px 45px;
}

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

.footer-con .middle_portion .footer-logo {
  margin-bottom: 26px;
  display: inline-block;
  font-size: 30px;
  color: #fff;
}

.footer-con .middle_portion .social-icons li {
  display: inline-block;
  margin: 0 9px;
}

.footer-con .middle_portion .social-icons li:first-child {
  margin-left: 0;
}

.footer-con .middle_portion .social-icons i {
  font-size: 14px;
  color: #fff;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.footer-con .middle_portion .social-icons li:hover i {
  transform: translateY(-5px);
  color: #efdac7;
}

.footer-con .middle_portion .links ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-con .middle_portion .links li {
  padding: 10px;
}

.footer-con .middle_portion .links li a {
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  color: #a3a3a3;
  transition: all .3s ease-in-out;
}

.footer-con .middle_portion li a:hover {
  color: #efdac7;
}

.footer-con .copyright p {
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  padding: 16px 0 25px;
  text-align: center;
  color: #a3a3a3;
  border-top: 1px solid rgb(255 255 255 / 10%);
  margin-bottom: 0;
}

.footer-con .copyright p a {
  color: #efdac7;
}

.singleblog-section .main-box {
  position: relative;
  background: #fff;
  transition: all .3s ease-in-out;
  padding: 15px 12px 40px;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 19px 53px rgb(0 0 0 / 5%);
}

.singleblog-section .main-box .image1 img {
  border-radius: 15px;
}

.singleblog-section .main-box .content1 h4 {
  margin-bottom: 18px;
}

.span-fa-outer-con {
  margin-bottom: 10px;
}

.singleblog-section .main-box .content1 i {
  font-size: 14px !important;
  color: #51213d;
  margin-right: 4px;
  margin-bottom: 0;
}

.singleblog-section .main-box .content1 span, .singleblog-section .main-box .content1 .text-mr {
  font-size: 12px;
  line-height: 20px;
  margin-right: 10px;
}

.singleblog-section .main-box .content1 p {
  margin-bottom: 35px;
}

.singleblog-section .content4 {
  padding: 0 14px;
  margin-bottom: 50px;
}

.singleblog-section .content4 .icon {
  position: relative;
}

.singleblog-section .content4 h4 {
  margin-bottom: 14px;
}

.singleblog-section .content4 .icon .social-icons ul {
  display: flex;
}

.singleblog-section .content4 .icon .social-icons ul li {
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #51213d;
  border-radius: 100%;
  transition: .3s ease-in-out;
}

.singleblog-section .content4 .icon .social-icons ul li:first-child {
  margin-left: 0;
}

.singleblog-section .content4 .icon .social-icons ul li a {
  border-radius: 100%;
  color: #fff;
}

.singleblog-section .content4 .icon .social-icons ul li .social-networks {
  display: inline-block;
  font-size: 16px;
  border-radius: 100px;
  text-align: center;
  transition: all ease-in-out .3s;
  width: 35px;
  height: 35px;
  line-height: 35px;
  transition: all .3s ease-in-out;
}

.singleblog-section .content4 .icon .social-icons ul li:hover {
  background: #efdac7;
  transform: translateY(-8px);
}

.singleblog-section .content4 .icon .social-icons ul li:hover a {
  color: #282828;
}

.singleblog-section .content7 h4 {
  margin-bottom: 28px;
}

.singleblog-section .content7 textarea {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #575757;
  padding: 18px;
  width: 100%;
  height: 120px;
  margin-bottom: 15px;
  border-radius: 15px;
  resize: none;
  outline: 0;
  overflow-y: auto;
  border: 0;
  border: 1px solid rgb(0 0 0 / 15%);
}

.singleblog-section .content7 input {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #575757;
  padding: 11px 18px 13px;
  margin-bottom: 16px;
  border-radius: 30px;
  width: 100%;
  overflow: visible;
  outline: 0;
  border: 0;
  border: 1px solid rgb(0 0 0 / 15%);
}

.singleblog-section .content7 .post_comment {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  padding: 16px 30px 18px;
  border-radius: 30px;
  color: #fff;
  background-color: #51213d;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: block;
  text-align: center;
  outline: 0;
  border-style: none;
}

.singleblog-section .content7 textarea:focus, .singleblog-section .content7 input:focus {
  border: 1px solid #51213d;
}

@media screen and (max-width: 1440px) {
  .header {
    padding: 22px 0;
  }

  .navbar-nav li {
    margin: 0 15px;
  }

  .singleblog-section .box1 {
    width: 105%;
    padding: 34px 22px;
  }
}

@media screen and (max-width: 1199px) {
  .header {
    padding: 0;
  }

  .navbar-nav li {
    margin: 0 8px;
  }

  .singleblog-section .box1 {
    width: 100%;
    padding: 30px 15px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-toggler {
    margin-left: auto;
    border: none !important;
    padding: 0;
    width: 30px;
    height: 22px;
  }

  .navbar-light .navbar-toggler-icon {
    background: #fff;
    height: 2px;
    margin: 7px 0 0 0;
    width: 100%;
    float: right;
  }

  .navbar-toggler.collapsed span:nth-child(1) {
    transform: rotate(0deg)
  }

  .navbar-toggler span.navbar-toggler-icon:first-child {
    margin-top: 0
  }

  .navbar-toggler span:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 0 80%
  }

  .navbar-toggler span.navbar-toggler-icon {
    transition: all .15s
  }

  .navbar-toggler.collapsed span:nth-child(2) {
    opacity: 1
  }

  .navbar-toggler span:nth-child(2) {
    opacity: 0
  }

  .navbar-toggler.collapsed span:nth-child(3) {
    transform: rotate(0deg)
  }

  .navbar-toggler span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 15% 100%
  }

  .navbar-collapse {
    background: #fff;
    position: absolute;
    right: 0;
    width: 100%;
    top: 50px;
    border-radius: 15px;
    z-index: 16;
    padding: 0;
    box-shadow: 0 0 100px rgb(0 0 0 / 25%);
  }

  .navbar-collapse ul {
    align-items: unset;
    text-align: unset;
    margin-left: 0;
  }

  .navbar li {
    margin: 0;
    border-bottom: 1px solid var(--e-global-color-white);
  }

  .navbar-nav li:last-child {
    margin: 0;
    border: 0;
  }

  .navbar-nav .nav-item a {
    padding: 10px 20px 11px !important;
    color: #282828 !important;
  }

  .singleblog-section .column {
    margin-top: 60px;
  }

  .navbar-brand.logo{
    font-size: 25px;
  }

  .blogpage-section{
    padding: 20px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .singleblog-section .box1 {
    padding: 25px 10px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 575px) {
  .singleblog-section .box1 {
    margin-bottom: 20px;
  }
}

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