/* Default Framework */

.align-items-center {
  align-items: center!important;
}
.d-flex {
  display: flex!important;
}
.text-center{
  text-align: center;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.p-0{
  padding: 0 !important;
}
.flex-wrap{
  flex-wrap: wrap !important;
  margin: 0 -12px;
}
@media only screen and (max-width: 576px){
  .flex-wrap{
    margin: 0 !important;
  }
}
.mb-0{
  margin-bottom: 0 !important;
}
.text-end {
  text-align: right;
}
*, ::after, ::before {
  box-sizing: border-box;
}
.position-relative{
  position: relative;
}
.container{
    width: 100%;
    padding-right:12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}
p{
  margin: 0 0 20px;
}
.justify-content-center{
  justify-content: center;
}
@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;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
.allr-articles .article-box h4 {
    height: 54px;
  padding: 0 20px;
  font-size: 18px;
    margin-bottom: 0px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin:0 -12px;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding:0 12px;
}
@media (min-width: 576px) {
  .col-sm-1 {
      flex: 0 0 auto;
      width: 8.3333333333%;
  }
  .col-sm-2 {
      flex: 0 0 auto;
      width: 16.6666666667%;
  }
  .col-sm-3 {
      flex: 0 0 auto;
      width: 25%;
  }
  .col-sm-4 {
      flex: 0 0 auto;
      width: 33.3333333333%;
  }
  .col-sm-5 {
      flex: 0 0 auto;
      width: 41.6666666667%;
  }
  .col-sm-6 {
      flex: 0 0 auto;
      width: 50%;
  }
  .col-sm-7 {
      flex: 0 0 auto;
      width: 58.3333333333%;
  }
  .col-sm-8 {
      flex: 0 0 auto;
      width: 66.6666666667%;
  }
  .col-sm-9 {
      flex: 0 0 auto;
      width: 75%;
  }
  .col-sm-10 {
      flex: 0 0 auto;
      width: 83.3333333333%;
  }
  .col-sm-11 {
      flex: 0 0 auto;
      width: 91.6666666667%;
  }
  .col-sm-12 {
      flex: 0 0 auto;
      width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
      flex: 0 0 auto;
      width: 8.3333333333%;
  }
  .col-md-2 {
      flex: 0 0 auto;
      width: 16.6666666667%;
  }
  .col-md-3 {
      flex: 0 0 auto;
      width: 25%;
  }
  .col-md-4 {
      flex: 0 0 auto;
      width: 33.3333333333%;
  }
  .col-md-5 {
      flex: 0 0 auto;
      width: 41.6666666667%;
  }
  .col-md-6 {
      flex: 0 0 auto;
      width: 50%;
  }
  .col-md-7 {
      flex: 0 0 auto;
      width: 58.3333333333%;
  }
  .col-md-8 {
      flex: 0 0 auto;
      width: 66.6666666667%;
  }
  .col-md-9 {
      flex: 0 0 auto;
      width: 75%;
  }
  .col-md-10 {
      flex: 0 0 auto;
      width: 83.3333333333%;
  }
  .col-md-11 {
      flex: 0 0 auto;
      width: 91.6666666667%;
  }
  .col-md-12 {
      flex: 0 0 auto;
      width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
  }
  .col-lg-1 {
      flex: 0 0 auto;
      width: 8.3333333333%;
  }
  .col-lg-2 {
      flex: 0 0 auto;
      width: 16.6666666667%;
  }
  .col-lg-3 {
      flex: 0 0 auto;
      width: 25%;
  }
  .col-lg-4 {
      flex: 0 0 auto;
      width: 33.3333333333%;
  }
  .col-lg-5 {
      flex: 0 0 auto;
      width: 41.6666666667%;
  }
  .col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
  }
  .col-lg-7 {
      flex: 0 0 auto;
      width: 58.3333333333%;
  }
  .col-lg-8 {
      flex: 0 0 auto;
      width: 66.6666666667%;
  }
  .col-lg-9 {
      flex: 0 0 auto;
      width: 75%;
  }
  .col-lg-10 {
      flex: 0 0 auto;
      width: 83.3333333333%;
  }
  .col-lg-11 {
      flex: 0 0 auto;
      width: 91.6666666667%;
  }
  .col-lg-12 {
      flex: 0 0 auto;
      width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
  }
  .col-xl-1 {
      flex: 0 0 auto;
      width: 8.3333333333%;
  }
  .col-xl-2 {
      flex: 0 0 auto;
      width: 16.6666666667%;
  }
  .col-xl-3 {
      flex: 0 0 auto;
      width: 25%;
  }
  .col-xl-4 {
      flex: 0 0 auto;
      width: 33.3333333333%;
  }
  .col-xl-5 {
      flex: 0 0 auto;
      width: 41.6666666667%;
  }
  .col-xl-6 {
      flex: 0 0 auto;
      width: 50%;
  }
  .col-xl-7 {
      flex: 0 0 auto;
      width: 58.3333333333%;
  }
  .col-xl-8 {
      flex: 0 0 auto;
      width: 66.6666666667%;
  }
  .col-xl-9 {
      flex: 0 0 auto;
      width: 75%;
  }
  .col-xl-10 {
      flex: 0 0 auto;
      width: 83.3333333333%;
  }
  .col-xl-11 {
      flex: 0 0 auto;
      width: 91.6666666667%;
  }
  .col-xl-12 {
      flex: 0 0 auto;
      width: 100%;
  }
}

/* END */
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
/* =WordPress Core
-------------------------------------------------------------- */
.main-menu ul.sub-menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    padding: 10px;
}
.main-menu ul.sub-menu a {
    color: #000;
}
.menu-item a:hover + ul.sub-menu, .menu-item-has-children ul:hover {
    display: block;
}
.menu-item-has-children ul.sub-menu {
    padding: 0;
}
.menu-item-has-children ul.sub-menu li {
    margin: 0;
}
.menu-item-has-children ul.sub-menu li a {
    padding: 14px;
    border-bottom: 1px solid #eeeeee;
    display: block;
    width: 188px;
    max-width: 100%;
}
.menu-item-has-children ul.sub-menu li a:last-child {
	border-bottom: 0;
}
.menu-item-has-children ul.sub-menu li a::before {
    display: block;
    background-color: #f5d39d;
    right: 0;
    height: 0;
    width: 5px;
    top: 0;
}
.menu-item-has-children ul.sub-menu li a:hover::before {
    height: 100%;
    width: 5px;
    bottom: 0;
}
.menu-item-has-children ul.sub-menu li a::after {
	display: none;
}
.menu-item-has-children ul.sub-menu li a:hover {
    background-color: #eee;
}

.main-menu ul#menu-header li:hover ul.sub-menu {
    display: block;
  padding: 0;
  width: 180px;
    max-width: 100%;
}
.main-menu ul#menu-header li:hover ul.sub-menu li {
    width: 100%;
    border-bottom: 1px solid #2d3934;
}
.main-menu ul#menu-header li:hover ul.sub-menu li a:hover {
    background-color: #f9a528;
    color: #fff;
    transition: 0.3s;
}
.main-menu ul#menu-header li:hover ul.sub-menu li a {
    transition: 0.3s;
}
.main-menu ul#menu-header li ul.sub-menu li a {
    font-size: 16px;
    padding: 15px;
  display: block;
    color: #2d3934;
}
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
	text-align: center
}

.alignright {
  text-align: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  text-align: left;
  margin: 5px 20px 20px 0;
}







.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Default Style */
body {
  font-family: 'Poppins', sans-serif;
  color: #1C1C1C;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.19;
  margin: 0 0 20px 0;
  color: #000;
  font-weight: 700;
}

h1 {
  font-size: 40px;
  font-weight: 800;
}

h2 {
  font-size: 36px;
  margin-bottom: 25px;
}

h3 {
  font-size:32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
  color: #434343;
  font-weight: 600;
}

h6 {
  font-size: 16px;
}

a {
  color: #2d3934;
  transition: ease all 0.5s;
  text-decoration: none;
  display: inline-block;
}

p {
  margin-bottom: 20px;
}

a:hover {
  color: unset;
}

.clr-white,
.clr-white * {
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}


.page-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.default-btn,input[type="submit"] {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  border-radius: 50px;
  background-color: #2d3934;
  padding: 14.5px 41px;
  line-height: 1;
  text-align: center;
  max-width: 219px;
  text-transform: uppercase;
  border: 1px solid #2d3934;
  width: 100%;
}

.default-btn.transparent-btn{
  background: #2d39340077f2;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  border-color: #2d3934;
  max-width: 138px;
  padding: 12px 7px;
  text-transform: capitalize;
}
.default-btn.transparent-btn:hover{
  background: #2d3934;
  color: #000000;
}
h1.entry-title {
  font-size: 41px;
  line-height: 1.35;
}
h1.entry-title::after {
  content: "";
  height: 5px;
  width: 60px;
  background-color: #0077f2;
  display: block;
  margin-top: 10px;
}
.entry-header{
  padding: 66px 0 0 0;
}
form input {
border-color: #2d3934 !IMPORTANT;
}
input,textarea,select{
  background-color: transparent;
  border: 1px solid #FFF4E9 !important;
  font-size: 16px;
  width: 100%;
  outline: none;
}
input[type="submit"]{
    max-width: 159px;
    text-transform: capitalize;
    padding: 11px 20px;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .container {
    max-width: 1196px !important;
  }
}
.owl-nav button span {
  display: block;
  background: url();
  width: 11px;
  height: 18px;
}

.owl-nav .owl-next span {
  background-image: url();
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

.owl-nav button {
  margin: 0;
  position: absolute;
  left: -45px;
  top: 0;
  height: 18px;
  bottom: 0;
  margin: auto !important;
}

.owl-nav .owl-next {
  left: initial;
  right: -40px;
}
.sec-spacing{
  margin:118px 0;
}
.d-none{
  display: none;
}
.owl-theme .owl-dots .owl-dot span{
  margin: 0 2px;
  background: #000;
}
.owl-theme .owl-dots .owl-dot.active span{
  background: #0077f2;
}
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0;
}
/* Search Popup */
#search {
  align-items: center;
  background: rgba(0, 0, 0, 0.975);
  height: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  position: fixed;
  transition: all 0.5s;
  width: 100vw;
  will-change: transform, opacity;
  z-index: -1;
}
#search:target {
  height: 100vh !important;
  opacity: 1;
  width: 100vw !important;
  z-index: 99;
}
#search:target .close-btn {
  display: block;
}
#searchbox {
  background: transparent;
  border: solid #fff;
  border-width: 0 0 1px 0;
  color: #fff;
  flex: 1 0 auto;
  font-size: 2rem;
  height: 2rem;
  max-width: 100%;
  outline: 0;
  padding: 2rem 1rem;
  border-radius: 0;
}
.close-btn {
  display: none;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 0.5rem;
  right: 2rem;
}
/* Header */
.our-header{
  padding:7px 0;
  background: rgb(255,255,255);
  background: linear-gradient(65deg, rgba(255,255,255,1) 24%, #2d3934 24%);
  box-shadow: 0 4px 2px -2px rgba(0,0,0,0.1);
}
.main-header-area .main-logo {
  width: 26%;
}
.header-right {
  width: 74%;
}
.main-menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.header-right{
  display: flex;
  justify-content: end;
  align-items: center;
}
.main-menu ul li a{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  padding: 15px 0;
  position: relative;
    transition: 0.3s;
}
.menu-item-has-children a {
    padding-right: 20px !IMPORTANT;
    z-index: 9;
}
.menu-item-has-children::after {
    content: '';
    position: absolute;
    background-image: url(https://worldanimalfoundation.org/wp-content/uploads/2022/08/svgexport-2.png);
    background-size: contain;
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -2px;
}
.main-menu ul li a:before {
    content: '';
    position: absolute;
    width: 0;
    max-width: 100%;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    transition: 0.3s;
}

.main-menu ul li a:hover:before {
    width: 100%;
}
.main-menu ul li a::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 33px;
    background-color: white;
    top: 9px;
    right: -18px;
}
.main-menu ul li{
  margin-right: 32px;
  line-height: 1;
	position: relative;
}
.header-search{
  padding-left: 8px;
}
.header-search {
  line-height: 1;
}
/* Header END */
/*Inner Banner Css*/
.inner-banner {
  background-image: url(../img/page-banner-bg.jpg);
}
.i-banner-overly{
  background: rgba(0, 0, 0, 0.61);
  padding: 128px 0 126px;
}
.inner-banner h1{
  font-weight: 700;
  margin-bottom: 13px;
}
.breadcrumb-area ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.breadcrumb-area ul li a{
  position: relative;
  margin-right: 16px;
}

.breadcrumb-area ul li a,.breadcrumb-area ul li,.breadcrumb-area ul li a::after{
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}
.breadcrumb-area ul li a::after{
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 2px;
  right: -9px;
}
/* Footer Cta Newsletter */
.cta-newsletter{
    background-image: url('../img/newsletter-bg.jpg');
}
span.wpcf7-spinner {
    position: absolute;
}
.cta-newsletter .cta-overly{
  background: rgba(0, 0, 0, 0.59);
  padding: 84px 0 89px;
}
.cta-newsletter h2{
  font-size: 48px;
  margin-bottom: 44px;
  line-height: 1.34;
}
.cta-newsletter  form{
  max-width: 550px;
  margin: 0 auto;
}
.cta-newsletter form ::placeholder{
  color: #fff;
  font-weight: 300;
  font-style: italic;
}
.cta-newsletter form input[type="email"]{
  background: url(../img/paper-plane-icon.png) no-repeat right center;
  width: 100%;
  background-color: transparent;
   border: 0 !important;
  border-bottom: 1px solid #fff !important;
  color: #fff;
  padding: 5px 0;
  margin-bottom: 31px;
}

/* Footer */
.footer-widjets-area{
  background: #000;
}
.footer-socials{
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
}
.fs-single a{
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 31px;
}
.footer-socials .fs-single a:last-child{
  margin-bottom: 0;
}
.fs-single {
  width: 100%;
}
.footer-content{
  padding-top: 30px;
}
.footer-widjets-area p{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.43;
}
.footer-content h3{
  font-size: 30px;
  margin-bottom: 20.5px;
  line-height: 1.27;
}
.widjet-title{
  font-size: 17px;
  font-weight: 600;
  color: #2d3934;
  margin-bottom: 18px;
}
.widjet-area{
  padding-top: 40px;
  margin-bottom: 62px;
}
.widjet-area ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.widjet-area ul li a{
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.widjet-area ul li{
  line-height: 1;
  margin-bottom: 21px;
}
.center-menu .widjet-area{
  padding-left: 78px;
}
.footer-widjets-area .widjet-area p{
  line-height: 1.57;
}
.footer-bottom{
  background: #ffffff;
  padding: 19px  0;
}
.footer-bottom p{
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 0;
}


/* Blog Page */

.main-feature-img img{
  float: none ;
  margin: 0 0 20px;
  width: 100%;
}
.blog-box p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.blog-box .bfeature-img img{
  height: 253px;
  border-radius: 8px 8px 0 0;
  width: 100%;
}
.blog-box .bfeature-img a{
  display: block;
}
.blog-box .bpdate span{
  background:#2d3934;
  color: #fff;
  border-radius: 8px;
  font-size: 10px;
  padding: 9px 7.5px;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
}
.bfeature-img{
  line-height: 0.7;
}
.blog-box .bpdate{
  margin: -29px 0 0 19px;
}
.blog-page-main h2 span{
  color: #2d3934;
}
.blog-page-main h2 {
  margin-bottom: 85px;
}
.blog-page-main .row,.famous-blog .row{
  margin: 0 -8px;
}
.blog-page-main .col-lg-4,.famous-blog .col-lg-4{
  padding: 0 8px;
}
.blog-page-main{
  padding: 86px 0 131px;
}
.blog-page-main .blog-box{
  margin-bottom: 64px;
}
.blog-box .bm-content{
  padding: 27px 20px 35px 19px;
  margin-top: -3px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.blog-box .bm-content h4 a{
  color: #1C1C1C;
  line-height: 1.26;
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.blog-box .bm-content h4{
  margin-bottom: 20px;
  min-height: 60px;
  line-height: 1.25;
}
.blog-box .bm-content p{
  margin-bottom:11px;
}
.blog-box{
  transition: ease all 0.4s;
  border-radius: 8px 8px 0 0;
}
.blog-box .bm-content .bread-more{
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}
.blog-box:hover{
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 66%);
  -webkit-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 66%);
}
.b-paginations ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.b-paginations li ,.b-paginations li a,.b-paginations li span{
  line-height: 1;
  display: block;
  font-size: 14px;
  font-weight: 200;
  color: #939393;
}
.b-paginations li.active span{
  font-weight: 700;
  color: #2d3934;
}
.b-paginations li{
  margin: 0 5px;
}
.b-paginations{
  padding-top: 27px;
}
.post-content-single {
    border-bottom: 1px solid;
    margin-bottom: 60px;
    padding-bottom: 30px;
}
.single_post_auther_det {
    background-color: #ece8c5 !important;
    padding: 30px;
}
.single_post_auther_det .auther__avat img {
    border-radius: 50%;
}
.single_post_auther_det .auther_meta_name {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    color: #000000;
    line-height: 22px;
}
.single_post_auther_det .auther_meta_description {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}
.post-single-banner .pbanner-content{
  max-width: 800px;
}
.post-single-banner .pbanner-content h1{
  font-size: 55px;
  margin: 0;
  line-height: 1.24;
}
.post-single-banner .inner-banner {
  background-image: url(../img/page-banner-bg.jpg);
}
.post-single-banner .i-banner-overly{
  background: rgba(0, 0, 0, 0.61);
  padding:113.5px 0;
}



/* Blog Single */

.bs-feature img{
  width: 100%;
  border-radius: 12px;
}
.blog-single-page{
  padding: 60px 0 52px;
}
.blog-single-page .bs-feature{
  margin-bottom: 23px;
  line-height: 0.7;
}
.pauthor-avatar img{
  height: 39px;
  width: 39px;
  border-radius: 50%;
  margin-right: 8px;
}
.single-meta h6{
  font-size: 18px;
}
.pauthor-avatar {
  line-height: 0.7;
}
.single-meta{
  padding-right: 19px;
  margin-right: 19px;
  position: relative;
}
.single-meta::after{
  content: '';
  display: block;
  height: 19px;
  width: 1px;
  background: #707070;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-meta:last-child{
  margin: 0;
  padding: 0;
}
.single-meta:last-child::after{
  display: none;
}
.post-meta-right a{
 margin-left: 10px;
}
.spost-metas {
  justify-content: space-between;
  line-height: 0.7;
  margin-bottom: 35px;
}
.blog-single-page h2{
  margin-bottom: 23px;
}
.post-content-single img{
  border-radius: 8px;
  margin: 0 0 28px 26px;
}
@media (max-width: 1024px){
	.post-content-single img{
		margin: 0 
	}
}
.search-box {
  background: #2d3934;
  border-radius: 8px;
  margin-bottom: 50px;
}
.search-box  form input{
  background: transparent;
  border-radius: 0 !important;
  border: none !important;
  color: #fff;
  padding: 17px 27px 17px 24px;
  font-size: 22px;
}
.search-box  form ::placeholder{
  color: #fff;
}
.search-box input[type="submit"] {
  width: auto;
  position: absolute;
  right: 18px;
  top: 0;
  background: url(../img/search-icon.png) no-repeat center center;
  height: 100%;
}

.rpost-box  .rp-feature{
  flex: 0 0 78px;
  margin-right: 11px;
  line-height: 0.7;
}
.rpost-box  .rp-feature a{
  display: block;
}
.rpost-box  .rp-feature img{
  height: 88px;
  width: 100%;
  border-radius: 8px;
}
.rpost-box  .rp-date {
  font-size: 10px;
  font-weight: 700;
  color: #2d3934;
  margin-bottom: 10px;
}
.rpost-content h6{
  font-size: 18px;
}
.rpost-content h6 a{
  color: #1C1C1C;
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.rpost-content h6{
  margin: 0;
}
.widget_tag_cloud{
  background: #F4FEE8;
  border-radius: 8px;
  padding: 35px 25px;
}
.widget_tag_cloud .tagcloud a {
  background: #0077f2;
  color: #fff;
  padding: 6px 6px;
  line-height: 1;
  font-size: 15px !important;
  display: inline-block;
}
.sidebar-box h3 ,.widget_categories h3{
  font-size: 30px;
  margin-bottom: 32px;
}
.sidebar-box{
  background: #ece8c5 !important;
  border-radius: 8px;
  padding: 24px 25px 52px 22px;
}
.rpost-box{
  margin-bottom: 24px;
}
.rpost-box:last-child{
  margin-bottom: 0;
}
.rpost-box .rpost-content {
  width: 100%;
}
.relates-posts-box{
  margin-bottom: 38px;
}
.widget_categories ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_categories ul li a{
  font-size: 22px;
  font-weight: 700;
  border-radius: 8px;
  color: #1C1C1C;
  display: block;
  padding: 8px 10px;
  background: url(../img/next-black.png) no-repeat right 12px center;
}
.widget_categories ul li a:hover{
  background-color: #fff;
  color: #2d3934;
  background-image: url(../img/next-green.png);
}
.widget_categories ul li{
  margin-bottom: 33px;
}
.widget_categories ul li:last-child{
  margin-bottom: 0;
}
.widget_categories {
  padding:30px 22px;
  background: #ece8c5 !important;
  border-radius: 8px;
  margin-bottom: 35px;
}
.famous-blog{
  padding:64px 0 104px;
}
.famous-blog h2{
  margin-bottom: 44px;
  line-height: 1.3;
}
.mobile-menu{
  display: none;
  cursor: pointer;
}

/*Contact US*/
.contact-us-area {
    padding: 120px 0;
}
.contactus-form input , .contactus-form textarea{
  height: 55px;
  border-radius: 3px;
  border-color: #f9a528 !important;
  padding: 10px 15px;
}
.contactus-form input[type="submit"]{
  border: none;
  background-color: #2d3934;
}
.contactus-form .single-field{
  margin-bottom: 20px;
}

.contactus-form textarea {
  height: 200px;  
}
.contact-us-area .map iframe{
  width: 100%;
}
.search-page-main {
    padding: 70px 0 50px;
  }
.search-page-main .blog-box{
  margin-bottom: 25px;
}
.archives_cate a {
    color: #ffffff;
}
.authur-img_ar img {
    border-radius: 50%;
    width: 100px;
    max-width: 100%;
}
.archaive_author_info h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.authur-info {
    background-color: #F4FEE8;
    margin-bottom: 30px;
    padding: 20px 10px;
}
.archaive_author_info p {
    font-size: 14px;
    line-height: 24px;
}


/*Comment form Style*/
#comments h3.comments-title,
.comments-form {
    border-top: 1px solid #eee;
    margin-top: 50px;
    padding-top: 50px;
}
#comments .comment-list ul {
    margin-top: 50px;
}
#comments h3.comments-title {
    font-size: 28px;
}
#comments .comment-list .comment {
    display: flex;
    margin-bottom: 50px;
}
#comments .comment-list .comment .comment-author {
    margin-right: 42px;
}
#comments .comment-list .comment .comment-author img {
    border-radius: 50%;
    width: 80px;
    max-width: 100%;
}
#comments .comment-list .comment .media-body .media-heading {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}
#comments .comment-list .comment .media-body .media-heading a {
    color: #000000;
}
#comments .comment-list .comment .media-body .media-heading small {
    font-size: 14px;
    font-weight: 400;
}
#comments .comment-list .comment .media-body .media-footer path {
    fill: #0077f2;
}

#respond #commentform textarea, #respond #commentform input {
    border-radius: 3px;
    border-color: #ffffff !important;
    padding: 10px 15px;
}
#respond #commentform input,
#commentform button#submit {
    height: 55px;
/*     margin-top: 20px; */
}
#respond #commentform textarea {
    height: 200px;
}
#respond #commentform label {
    margin: 12px 0 0 0;
    display: block;
}
#respond #commentform .comment-form-cookies-consent {
    display: flex;
    margin: 20px 0 0 0;
}
#respond #commentform .comment-form-cookies-consent input {
    height: auto;
    display: inline;
    width: auto;
    margin: 6px 10px 0 0;
}
#respond #commentform .comment-form-cookies-consent label {
    margin: 0;
}
#commentform button#submit {
    border: none;
    cursor: pointer;
    eight: 55px;
    border-radius: 3px;
    padding: 10px 15px;
    background-color: #2d3934 ;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    text-align: center;
}
#commentform button#submit:hover {
    background-color: #0077f2;
}
#comments .media-area h3.forming-goals-title,
#comments #respond {
    margin: 30px 0;
    border-top: 1px solid #eee;
    padding-top: 40px;
}
#comments #respond .avatar img {
    border-radius: 50%;
}
#respond h3.forming-goals-title {
    font-size: 24px;
    text-align: left;
}
#respond h3.forming-goals-title a {
    margin-left: 8px;
}
.post-meta-right a {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 31px;
    border-radius: 5px;
}
.commonpostlink {
    background-color: #ece8c5 !important;
    padding: 20px;
    font-style: italic;
    color: #212529;
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
}
footer .widget h4 {
    color: #ffffff;
}
.blog-page-main .wp-block-group__inner-container h2 {
    margin-bottom: 20px;
}
/* Responsive */

 @media only screen and (min-width: 1024px) and (max-width: 1199px){
   h1{
     font-size: 50px;
   }
   h2{
     font-size: 38px;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 1023px){
   body{
     font-size: 17px;
   }
  h1{
    font-size: 36px;
  }
  h2{
    font-size: 30px;
  }
  h4 {
    font-size: 20px;
  }
  .cta-newsletter h2 {
    font-size: 40px;
    margin-bottom: 35px;
 }
 .blog-page-main .blog-box {
    margin-bottom: 30px;
  }
   .i-banner-overly {
    padding: 110px 0;
}
.widget_categories{
  padding-bottom: 60px;
}
.widget_categories ul li a { 
    font-size: 20px;
  }
  .widget_categories ul li {
    margin-bottom: 26px;
 }
 .blog-single-page {
    padding: 90px 0 30px;
  }
}
@media only screen and (max-width: 767px){
  body{
    font-size: 16px;
  }
 h1{
   font-size: 29px;
 }
 h2{
   font-size: 25px;
 }
 h3 {
  font-size: 23px;
}
 h4 {
   font-size: 18px;
 }
 .default-btn, input[type="submit"] {
  font-size: 16px;
  padding: 15px 33px;
  max-width: fit-content;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px){
  .main-menu ul li {
    margin-right: 15px;
   }
   .main-menu ul li a {
    font-size: 17px;
  }
 }
@media only screen and (max-width: 1023px){
	.menu-item-has-children::after {
		margin-top: 10px;
	}
  .our-header .main-header-area.d-flex.align-items-center {
		display: block !IMPORTANT;
	}
  .our-header .main-logo {
		margin: 0 auto;
		text-align: center;
	}
  .our-header .header-right {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #2d3934;
    padding: 10px;
}
  .our-header {
    background-color: #fff !important;
    background: #fff;
    padding: 7px 0 0 0;
}
  .our-header .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
}
  .main-menu ul.sub-menu {
    display: block;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0px;
    margin-top: 13px;
    background-color: transparent;
	}
	.menu-item-has-children ul.sub-menu li a:hover {
		background-color: transparent;
	}
	.menu-item-has-children ul.sub-menu li a::before {
		display: none;
	}
	.main-menu ul.sub-menu a {
		color: #fff;
    border: 0 !important;
	}
	.menu-item-has-children ul.sub-menu li a {
		width: auto;
	}
  .main-menu ul#menu-header li ul.sub-menu li a {
    padding: 10px;
    font-size: 15px;
    border-bottom: 1px solid;
}
  .main-menu {
    top: 146px !important;
}
  .mobile-menu{
    display: block;
  }
  .main-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    right: 0;
    top: 90px;
    background: #2d3934;
    z-index: 22;
    transition: ease all 0.4s;
    display: block;
}
.main-menu ul {
  display: block;
  padding: 10px;
}
  .main-menu ul li a {
    padding: 10px 0;
  }
.main-menu ul li {
  margin: 0 0 20px;
}
.header-search {
  padding-left: 0;
  border-left: none;
  margin-right: 20px;
}
.active-menu .main-menu{
  visibility: visible;
  opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .blog-box{
    margin-bottom: 30px;
  }
  .rpost-box .rp-feature {
    flex: 0 0 130px;
 }
 .right-sidebar {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px){
/*   .our-header {
    padding: 27px 0;
    background: rgb(255,255,255);
    background: linear-gradient(65deg, rgba(255,255,255,1) 36%, #2d3934 35%);
  } */
  .fs-single {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
 }
 .fs-single a {
  margin: 0 10px;
  }
  .center-menu .widjet-area {
    padding-left: 0;
}
.widjet-area {
  padding-top: 30px;
  margin-bottom: 15px;
  }
  .footer-widjets-area {
    padding-bottom: 30px;
  }
  .contactus-form {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px){
  .custom-logo-link img.custom-logo {
    width: 60px;
  }
.widjet-area {
  padding-top: 20px;
  margin-bottom: 15px;
}
.widjet-area ul li {
  margin-bottom: 16px;
}
.main-header-area .main-logo {
  width: 38%;
}
.our-header {
  padding: 7px 0 0 0;
  background: #2d3934;
}
.main-menu{
  top: 80px !important;
}
.logged-in .main-menu{
    top: 192px !important;
  }
.main-menu ul li a {
  font-size: 17px;
}
.main-menu ul li {
  margin-bottom: 10px;
}
#searchbox {
  font-size: 20px;
  height: 28px;
  max-width: 100%;
  padding: 24px 20px;
 }
 .footer-widjets-area p{
  font-size: 14px;
   margin-bottom: 10px;
 }
 .cta-newsletter h2 {
  font-size: 27px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.widjet-area ul li a {
    font-size: 14px;
}
.cta-newsletter .cta-overly {
  padding: 65px 0;
}
.blog-page-main .blog-box {
    max-width: 350px;
    margin: 0 auto 25px;
 }
.blog-box .bm-content h4{
    min-height: auto;
    margin-bottom: 10px;
}
  .blog-page-main h2 {
    margin-bottom: 40px;
}
 .blog-page-main {
    padding: 60px 0;
 }
  .contact-us-area {
    padding: 60px 0;
 }
 .contactus-form input{
    height: 50px;
    font-size: 14px;
 }
 .contactus-form textarea {
    height: 140px;
    font-size: 14px;
  }
  .contact-us-area .map iframe {
  height: 300px;
}
.i-banner-overly,.post-single-banner .i-banner-overly {
    padding: 65px 0;
  }
  .post-single-banner .pbanner-content h1 {
    font-size: 29px;
}
.blog-single-page {
    padding: 65px 0 20px;
  }
  .blog-single-page h2 {
    margin-bottom: 19px;
}
.spost-metas {
    margin-bottom: 25px;
    flex-wrap: wrap;
 }

.single-meta {
    padding-right: 13px;
    margin-right: 13px;
 }
 .pauthor-avatar img {
    height: 30px;
    width: 30px;
    margin-right: 6px;
  }
  .single-meta h6 {
    font-size: 13px;
 }
 .right-sidebar {
    margin-top: 30px;
  }
  .search-box form input {
    padding: 14px 24px 14px 23px;
    font-size: 18px;
 }
 .search-box {
    margin-bottom: 35px;
  }
  .rpost-content h6 {
    font-size: 16px;
}
.sidebar-box h3 ,.widget_categories h3{
    font-size: 25px;
    margin-bottom: 25px;
}
.widget_categories {
    padding: 30px 20px;
 }
 .widget_categories ul li a {
    font-size: 19px;
    padding: 6px 9px;
 }
 .widget_categories ul li {
    margin-bottom: 15px;
  }
  .blog-box {
   max-width: 350px;
   margin: 0 auto 25px;
 }
 .blog-box .bm-content .bread-more {
    font-size: 17px;
 }
 .famous-blog h2 {
    margin-bottom: 36px;
  }
  .blog-box .bfeature-img img {
    height: 230px;
 }
}

@media only screen and (max-width: 575px){
 .post-meta-right.d-flex ,.post-meta-left{
    width: 100%;
}
.post-meta-left{
  margin-bottom: 20px;
 }
 .cta-newsletter input[type="submit"]{
  padding: 15px 55px;
 }
  footer {
    text-align: center;
  }
  footer .widjet-area ul {
    list-style: none;
  }
  .comparison_section .comparison_table,
  .single_product_box .box_single_card {
    width: 288px;
  }
  .table_header .header_p_details {
    display: none;
  }
  .box_links {
    display: block !important;
  }
  .single_product_box .box_single_card .box_links a {
    margin: 5px 0;
  }
}

@media (min-width:1025px){
.main-logo.mobile-logo{
	display: none;
}
}
@media (max-width:1025px){
.main-header-area > .main-logo.desktop-logo{
	display: none	
}
}
