/*-----------------------------------------------------------
    Theme Name: Zapa
    Theme URI:
    Description: Zapa - News & Magazine HTML Template
    Author: HiBootstrap
    Author URI: https://hibootstrap.com/
    Version: 1.0
-------------------------------------------------------------*/
/*--------------------------------
     =====Table Of Contents====

1.  General Styles
2.  Mixins CSS
3.  Back To Top Button CSS
4.  Preloader CSS
5.  Button & Link CSS
6.  Section Title & Overlay & Shape CSS
7.  Social Link CSS
8.  Pagination CSS
9. Sidebar CSS
     - Search Box Widget
     - Taglist Widget
     - Category Widget
     - Filter Search Widget
     - New Arrival Product Widget
     - Popular Post Widget
10. Sign In CSS
11. FAQ Terms & Conditions

----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,700&display=swap");
/*---------------------------------
            General Styles
-----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a,
button,
input[type="submit"] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a {
  color: #000;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a :focus {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
}

a:focus {
  outline: 0 solid;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.4;
}

body {
  font-size: 16px;
  line-height: 26px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

p {
  font-size: 16px;
  line-height: 26px;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 94% 50%;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-10 {
  padding-bottom: 10px;
  padding-bottom: 10px;
}

.ptb-20 {
  padding-bottom: 20px;
  padding-bottom: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mmt-10 {
  margin-top: -10px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.z-0 {
  z-index: 0;
  position: relative;
}

#message {
  padding: 0;
  margin: 0;
}

.help-block {
  color: #E31C25;
}

.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-style li {
  list-style: none;
}

.page-wrapper {
  overflow-x: hidden;
}

.swiper-container {
  overflow: hidden;
}

/*---------------------------------
          Mixins CSS
-----------------------------------*/
.slider-btn, .slider-btn.style1, .slider-btn.style2, .slider-btn.style3, .slider-btn.style4, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .header-wrap .searchbtn, .search-area, .video-play, .business-slider.style2 .business-slide-item, .video-bg .video-play, .circle, .video-bg, .btn, .new-product-item, .header-wrap .trending-news, .header-wrap.style1 .header-top .header-top-left, .header-wrap.style1 .header-bottom .header-bottom-right, .header-wrap.style2 .header-bottom .header-bottom-right, .header-contact-item, .header-top-right, .navbar-language .dropdown-toggle, .author-info-wrap, .news-box.style2, .news-box.style9, .hr-news-box.style1, .hr-news-box.style2, .hr-news-box.style3, .hr-news-box.style4, .hr-news-box.style5, .hr-news-box.style6, .comment-item .comment-author-wrap .comment-author-name, .header-wrap.style3 .header-bottom .header-bottom-right, .news-tablist, .promo-code, .pp-post-item, .footer-wrap .footer-top .footer-widget .newsletter-form .form-group, .news-box.style7, .hr-news-box, .comment-item, .comment-author_info, .pp-product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn, .btn i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-btn, .slider-btn.style1, .slider-btn.style2, .slider-btn.style3, .slider-btn.style4, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .header-wrap .searchbtn, .search-area, .video-play, .business-slider.style2 .business-slide-item, .video-bg .video-play, .circle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-bg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn, .new-product-item, .header-wrap .searchbtn, .header-wrap .trending-news, .header-wrap.style1 .header-top .header-top-left, .header-wrap.style1 .header-bottom .header-bottom-right, .header-wrap.style2 .header-bottom .header-bottom-right, .header-contact-item, .header-top-right, .navbar-language .dropdown-toggle, .author-info-wrap, .news-box.style2, .news-box.style9, .hr-news-box.style1, .hr-news-box.style2, .hr-news-box.style3, .hr-news-box.style4, .hr-news-box.style5, .hr-news-box.style6, .video-bg .video-play, .comment-item .comment-author-wrap .comment-author-name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.header-wrap.style1 .header-bottom .header-bottom-right, .header-wrap.style2 .header-bottom .header-bottom-right, .header-wrap.style3 .header-bottom .header-bottom-right, .header-top-right, .news-tablist, .promo-code {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  background: #21541c;
}

.back-to-top i {
  color: #fff;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  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;
}

.preloader img {
  max-width: 40px;
}

@-webkit-keyframes loading {
  from {
    max-width: 0;
  }
}

@keyframes loading {
  from {
    max-width: 0;
  }
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
}

.checkbox {
  display: block;
}

.checkbox.style2 input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox.style2 label {
  position: relative;
  cursor: pointer;
}

.checkbox.style2 label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #21541c;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.checkbox.style2 input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 9px;
  height: 9px;
  border: none;
  border-radius: 50%;
  background: #21541c;
}

/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  border-radius: 5px;
  padding: 12px 25px;
  text-align: center;
  border-radius: 5px;
  text-align: center;
  border: 2px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 10px;
}

.btn i {
  position: relative;
  height: auto;
  line-height: 1;
  font-size: 16px;
}

.btn.style1 {
  background: #21541c;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  padding: 10px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn.style1 i {
  font-size: 18px;
  position: relative;
  top: 1px;
  margin: 0 0 0 8px;
}

.btn.style2 {
  background: #21541c;
  color: #fff;
  border-radius: 3px;
  font-weight: 500;
  padding: 6px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn.style2 i {
  font-size: 16px;
  position: relative;
  top: 1px;
  margin: 0 0 0 8px;
}

.btn.slide_down:hover {
  -webkit-box-shadow: inset 0 100px 0 0 #000;
          box-shadow: inset 0 100px 0 0 #000;
  color: #fff;
}

.btn.slide_right {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.btn.slide_right:hover {
  -webkit-box-shadow: inset 400px 0 0 0 #000;
          box-shadow: inset 400px 0 0 0 #000;
  background: transparent;
  color: #fff;
  border-color: #000;
}

.btn.slide-right {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.btn.slide-right:hover {
  -webkit-box-shadow: inset 400px 0 0 0 #000;
          box-shadow: inset 400px 0 0 0 #000;
  background: transparent;
  color: #fff;
  border-color: #000;
}

.btn.slide_left {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.btn.slide_left:hover {
  -webkit-box-shadow: inset 0 0 0 50px #000;
          box-shadow: inset 0 0 0 50px #000;
  background: transparent;
  color: #fff;
  border-color: #000;
}

.btn.slide_diagonal {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.btn.slide_diagonal:hover {
  -webkit-box-shadow: inset 400px 50px 0 0 #000;
          box-shadow: inset 400px 50px 0 0 #000;
}

.link {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link i {
  position: absolute;
  top: 3px;
  right: -22px;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link:hover {
  letter-spacing: 0.3px;
  color: #21541c;
}

.link.style1 {
  color: #21541c;
  border-bottom: 1px solid #21541c;
  line-height: 1;
}

.link.style2 {
  line-height: 1.2;
  position: relative;
  top: -2px;
}

.link.style2:hover {
  color: #21541c;
  border-bottom: 1px solid #21541c;
}

.link.style3 {
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #fff;
}

.slider-btn {
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-btn.style1, .slider-btn.style2, .slider-btn.style3, .slider-btn.style4 {
  width: 27px;
  height: 27px;
  border: 1px solid #21541c;
  text-align: center;
}

.slider-btn.style1 i, .slider-btn.style2 i, .slider-btn.style3 i, .slider-btn.style4 i {
  color: #21541c;
  font-size: 10px;
  line-height: 0.8;
  position: relative;
  top: -1px;
}

.slider-btn.style1:hover, .slider-btn.style2:hover, .slider-btn.style3:hover, .slider-btn.style4:hover {
  background: #21541c;
  border-color: transparent;
}

.slider-btn.style1:hover i, .slider-btn.style2:hover i, .slider-btn.style3:hover i, .slider-btn.style4:hover i {
  color: #fff;
}

.slider-btn.style2 {
  border-radius: 50%;
}

.slider-btn.style3 {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  border: none;
}

.slider-btn.style3 i {
  font-size: 16px;
  top: 1px;
  color: #21541c;
}

.slider-btn.style4 {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-btn.style4 i {
  font-size: 16px;
  top: 1px;
  color: #000;
}

.slider-btn.style4:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.slider-btn.style4:hover i {
  color: #21541c;
}

.slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-pagination .swiper-pagination-bullet-active {
  position: relative;
  opacity: 1;
}

.slider-pagination.style1 .swiper-pagination-bullet {
  display: block;
  border: 1px solid #fff;
  margin: 10px 0;
  border-radius: 50%;
  opacity: 1;
}

.slider-pagination.style1 .swiper-pagination-bullet-active {
  background: #fff;
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title {
  position: relative;
}

.section-title span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.section-title h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  display: inline-block;
  position: relative;
}

.section-title p {
  opacity: 0.7;
  margin: 15px 0 0;
}

.section-title.style1 {
  margin: -8px auto 0;
}

.section-title.style1 h2 {
  position: relative;
}

.section-title.style1 h2:after {
  position: absolute;
  top: 12px;
  right: -40px;
  content: "";
  width: 25px;
  height: 1px;
  background: #21541c;
}

.section-title.style1 p {
  margin: 15px auto 0;
  opacity: 1;
}

.section-title.style2 {
  background: #fff;
  padding: 15px 15px 11px;
}

.section-title.style3 h2 {
  position: relative;
  line-height: 1.2;
  padding-left: 12px;
}

.section-title.style3 h2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #21541c;
  width: 2px;
  height: 100%;
}

.subtitle {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  text-align: center;
}

.subtitle .link {
  margin-left: 5px;
}

.subtext {
  font-size: 16px;
  color: #999;
  margin: 0;
}

.discount {
  text-decoration: line-through;
  margin-right: 8px !important;
}

.text-black {
  color: #000;
}

.text-orange {
  color: #21541c !important;
}

.text-white {
  color: #fff;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-athens {
  background-color: #EEEFF2;
}

.bg-pampas {
  background-color: #F9F7F5;
}

.bg-midnight {
  background-color: #001427;
}

.bg-titan-white {
  background-color: #FCFCFF;
}

.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.body_overlay.open {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

.op-9 {
  opacity: 0.9;
}

.op-95 {
  opacity: 0.95;
}

.op-10 {
  opacity: 1;
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

.bounce {
  -webkit-animation: float 1500ms infinite ease-in-out;
  animation: float 1500ms infinite ease-in-out;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

/*-------------------------------
     Social Link  CSS
-------------------------------*/
.social-profile li {
  display: inline-block;
  margin: 0 8px 0 0;
}

.social-profile li:last-child {
  margin-right: 0;
}

.social-profile li a {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-profile li a i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-profile li a:hover {
  background-color: #000;
  border-color: transparent;
}

.social-profile.style1 li a {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #1A0905;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-profile.style1 li a i {
  font-size: 22px;
  color: #21541c;
  line-height: 0.8;
}

.social-profile.style1 li a:hover {
  background: #21541c;
}

.social-profile.style1 li a:hover i {
  color: #fff;
}

.social-profile.style2 li a {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #21541c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-profile.style2 li a i {
  font-size: 18px;
  color: #fff;
  line-height: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-profile.style2 li a:hover {
  background: #fff;
  -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.social-profile.style2 li a:hover i {
  color: #21541c;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.social-profile.style3 li a {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}

.social-profile.style3 li a i {
  font-size: 18px;
  color: #21541c;
  line-height: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-profile.style3 li a:hover {
  background: #FFEEEA;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.social-profile.style3 li a:hover i {
  color: #21541c;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-navigation {
  margin: 25px 0 0;
}

.page-navigation .page-nav {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-navigation .page-nav li {
  margin: 0 5px;
}

.page-navigation .page-nav li a {
  display: block;
  width: 35px;
  height: 35px;
  font-size: 18px;
  background-color: #21541c;
  line-height: 34px;
  font-weight: 600;
  border-radius: 6px;
  opacity: 0.7;
  color: #fff;
}

.page-navigation .page-nav li a i {
  font-size: 16px;
  line-height: 40px;
}

.page-navigation .page-nav li a.active, .page-navigation .page-nav li a:hover {
  border-color: transparent;
  color: #fff;
  border-color: transparent;
  opacity: 1;
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar .sidebar-widget {
  margin: 0 0 30px;
  background-color: #fff;
}

.sidebar .sidebar-widget h4 {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  line-height: 1;
  position: relative;
  color: #000;
}

.sidebar .sidebar-widget:last-child {
  margin: 0;
}

.sidebar .sidebar-widget.box {
  padding: 22px 25px;
}

.newsletter-box h6 {
  font-weight: 500;
  margin: 0 0 20px 0;
}

.newsletter-box input {
  width: 100%;
  border: 1px solid #eee;
  height: 45px;
  border-radius: 5px;
  padding: 10px 15px;
  background: transparent;
}

.newsletter-box input:focus {
  border-color: #000;
}

.newsletter-box button {
  margin-top: 15px;
  display: block;
  width: 100%;
  background: #21541c;
  border-radius: 5px;
  padding: 7px 15px;
  border: none;
  color: #fff;
}

.tag-list li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.tag-list li a {
  display: block;
  border: 1px dashed rgba(0, 0, 0, 0.3);
  line-height: 1;
  padding: 10px 9px;
  border-radius: 3px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

/*---------Search Box Widget-------------*/
.search-box {
  position: relative;
}

.search-box.sidebar-widget {
  border: none;
}

.search-box input {
  width: 100%;
  height: 42px;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border-radius: 5px;
}

.search-box button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  height: calc(100% - 10px);
  border: none;
  border-radius: 5px;
  padding: 0;
  text-align: center;
}

.search-box button i {
  color: #fff;
  top: 1px;
  left: 1px;
  font-size: 18px;
  position: relative;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*--------- Taglist Widget---------*/
.tag-list ul li {
  display: inline-block;
  margin: 12px 8px 0px 0px;
}

.tag-list ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 14px;
  color: #000;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
}

.tag-list ul li a:hover {
  color: #fff;
  border-color: transparent;
}

.tag-list.style2 li a {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.tag-list.style2 li a:hover {
  background: transparent;
}

.tag-list.style3 li a {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: 10px 12px;
  border: none;
}

/*---------- Category Widget----------------*/
.category-widget,
.price-range-widget,
.new-product {
  padding: 20px 25px 25px;
}

.category-box ul li {
  display: block;
  position: relative;
  margin: 0 0 6px;
}

.category-box ul li a {
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: relative;
  padding: 6px 5px 6px 30px;
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

.category-box ul li a:before {
  position: absolute;
  top: 19px;
  left: 0;
  content: "";
  background: #000;
  width: 18px;
  height: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.category-box ul li a:hover {
  color: #21541c;
  padding-left: 38px;
}

.category-box ul li a:hover:before {
  left: 10px;
  background: #21541c;
}

.category-box ul li a span {
  display: block;
  text-align: right;
  float: right;
}

.category-box ul li a:hover {
  border-color: #21541c;
  color: #21541c;
}

.category-box ul li:last-child {
  margin-bottom: 0;
}

.category-box.style2 li {
  padding-left: 0;
}

.category-box.style2 li:before {
  display: none;
}

.category-box.style2 li:first-child a {
  padding-top: 0;
}

.category-box.style2 li:last-child a {
  padding-bottom: 0;
}

.category-box.style2 li a {
  border-bottom: 1px solid #EEEFF2;
  padding: 15px 0;
}

.checkbox {
  display: block;
}

.checkbox.style2 input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox.style2 label {
  position: relative;
  cursor: pointer;
}

.checkbox.style2 label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #21541c;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.checkbox.style2 input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 9px;
  height: 9px;
  border: none;
  border-radius: 50%;
  background: #21541c;
}

/*---------Quote Box Widget-------------*/
.quote-form .form-group {
  margin-bottom: 15px;
}

.quote-form .form-group input {
  width: 100%;
  height: 45px;
  border-radius: 4px;
  font-size: 15px;
  padding: 10px 15px;
}

.quote-form .btn i {
  position: relative;
  top: 4px;
  margin-left: 4px;
}

/*----------Filter search  Widget CSS --------------*/
.filter-search {
  position: relative;
}

.filter-search select {
  width: 100%;
  background-color: transparent;
  height: 52px;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 5px 10px;
  margin-bottom: 15px;
  cursor: pointer;
}

.filter-search select:last-child {
  margin-bottom: 0;
}

.filter-search button {
  margin-bottom: 15px;
  border-radius: 4px;
}

.filter-search button:last-child {
  margin-bottom: 0;
}

select.select_dropdown {
  width: 100%;
  height: 52px;
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 5px;
  padding-left: 10px;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
}

.checkbox label::before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
}

.checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*------New Arrival Product CSS-------*/
.new-product-item {
  margin: 0 0 20px;
}

.new-product-item:last-child {
  margin: 0;
}

.new-product-item .new-product-img {
  width: 80px;
  padding: 5px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 4px;
}

.new-product-item .new-product-img img {
  margin: 0 auto;
  display: block;
}

.new-product-item .new-product-info {
  width: calc(100% - 95px);
  margin-left: 15px;
}

.new-product-item .new-product-info h6 {
  margin: 0 0 5px;
}

.new-product-item .new-product-info h6 a {
  color: #000;
}

.new-product-item .new-product-info span {
  font-size: 14px;
  font-weight: 600;
}

.new-product-item .new-product-info span.discount {
  text-decoration: line-through;
  margin-left: 5px;
  color: #ABA8B0;
}

/*---------Popular post Widget CSS--------------*/
.pp-post-item {
  margin: 0 0 20px;
}

.pp-post-item .pp-post-img {
  width: 120px;
  border-radius: 10px;
}

.pp-post-item .pp-post-img img {
  border-radius: 10px;
  position: relative;
  top: 3px;
}

.pp-post-item .pp-post-info {
  width: calc(100% - 135px);
  margin-left: 15px;
}

.pp-post-item .pp-post-info h6 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
}

.pp-post-item .pp-post-info h6 a {
  color: #000;
}

.pp-post-item .pp-post-info span {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: block;
  position: relative;
  padding-left: 20px;
}

.pp-post-item .pp-post-info span i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}

.pp-post-item.style1 .pp-post-info h6 a {
  color: #fff;
}

.pp-post-item.style1 .pp-post-info .published-date {
  color: #fff;
  opacity: 0.7;
}

.pp-post-item:last-child {
  margin: 0;
}

/*------------------------------------------------------
        Sign In CSS
 ---------------------------------------------------*/
.login-form {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  padding-top: 1px;
  border-radius: 5px;
}

.login-form .login-header {
  padding: 40px 20px 40px 20px;
  text-align: center;
  background: #FFEEEA;
  margin: 15px;
}

.login-form .login-header h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  margin-bottom: 0;
}

.login-form .login-header span {
  color: #fff;
}

.login-form .login-body {
  padding: 22px 25px 25px;
}

.login-form .login-body .form-group {
  margin: 0 0 20px;
}

.login-form .login-body .form-group label {
  font-size: 16px;
  color: #444;
  font-weight: 600;
  margin: 0 0 10px;
  display: block;
}

.login-form .login-body .form-group input {
  border-radius: 5px;
  background: transparent;
  border: 1px solid #eee;
  width: 100%;
  padding: 10px 15px;
}

.login-form .login-body .btn {
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 15px;
}

.login-form .login-body .form_group label {
  font-size: 16px;
}

.or-text {
  position: relative;
  text-align: center;
  margin: 10px 0 30px 0;
  font-size: 18px;
  z-index: 9;
}

.or-text p {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  margin: 0 auto;
  z-index: 1;
  font-size: 22px;
  border-radius: 50%;
}

/*------------------------------------------------------
        FAQ,Terms & Conditions, Privacy-policy,404 error CSS
 ---------------------------------------------------*/
.faq-item {
  margin: 0 0 25px;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item h5 {
  font-size: 25px;
  line-height: 1.4;
  margin: 0 0 12px;
}

.faq-item p {
  margin: 0;
}

.faq-item.style2 {
  margin: 0 0 30px;
}

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

.error-content span {
  font-size: 110px;
  font-weight: 700;
  display: block;
  line-height: 82px;
  margin: 0 0 55px;
  color: #000;
}

.error-content .btn i {
  margin-right: 5px;
  margin-left: 0;
  position: relative;
  top: 0;
}

.error-content p {
  margin: 0 0 20px;
}

/*---------------------------------
          Mixins CSS
-----------------------------------*/
.slider-btn, .slider-btn.style1, .slider-btn.style2, .slider-btn.style3, .slider-btn.style4, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .header-wrap .searchbtn, .search-area, .video-play, .business-slider.style2 .business-slide-item, .video-bg .video-play, .circle, .video-bg, .btn, .new-product-item, .header-wrap .trending-news, .header-wrap.style1 .header-top .header-top-left, .header-wrap.style1 .header-bottom .header-bottom-right, .header-wrap.style2 .header-bottom .header-bottom-right, .header-contact-item, .header-top-right, .navbar-language .dropdown-toggle, .author-info-wrap, .news-box.style2, .news-box.style9, .hr-news-box.style1, .hr-news-box.style2, .hr-news-box.style3, .hr-news-box.style4, .hr-news-box.style5, .hr-news-box.style6, .comment-item .comment-author-wrap .comment-author-name, .header-wrap.style3 .header-bottom .header-bottom-right, .news-tablist, .promo-code, .pp-post-item, .footer-wrap .footer-top .footer-widget .newsletter-form .form-group, .news-box.style7, .hr-news-box, .comment-item, .comment-author_info, .pp-product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn, .btn i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-btn, .slider-btn.style1, .slider-btn.style2, .slider-btn.style3, .slider-btn.style4, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .header-wrap .searchbtn, .search-area, .video-play, .business-slider.style2 .business-slide-item, .video-bg .video-play, .circle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-bg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn, .new-product-item, .header-wrap .searchbtn, .header-wrap .trending-news, .header-wrap.style1 .header-top .header-top-left, .header-wrap.style1 .header-bottom .header-bottom-right, .header-wrap.style2 .header-bottom .header-bottom-right, .header-contact-item, .header-top-right, .navbar-language .dropdown-toggle, .author-info-wrap, .news-box.style2, .news-box.style9, .hr-news-box.style1, .hr-news-box.style2, .hr-news-box.style3, .hr-news-box.style4, .hr-news-box.style5, .hr-news-box.style6, .video-bg .video-play, .comment-item .comment-author-wrap .comment-author-name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.header-wrap.style1 .header-bottom .header-bottom-right, .header-wrap.style2 .header-bottom .header-bottom-right, .header-wrap.style3 .header-bottom .header-bottom-right, .header-top-right, .news-tablist, .promo-code {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*---------------------------------
        Header CSS
-----------------------------------*/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap .header-trending-news {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap.sticky {
  position: fixed;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  width: 100%;
  top: -54px;
}

.header-wrap.sticky.style1 {
  margin-top: -87px;
}

.header-wrap.sticky.style2 {
  margin-top: -85px;
}

.header-wrap.sticky.style2 .header-bottom {
  background: #000;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.header-wrap.sticky.style2 .header-trending-news {
  visibility: hidden;
  opacity: 0;
  margin-top: -100px;
  z-index: -1;
}

.header-wrap.sticky.style3 {
  margin-top: -93px;
}

.header-wrap.sticky.style3 .header-bottom {
  background: #000;
}

.header-wrap .header-top {
  padding: 15px 0;
}

.header-wrap .present-date {
  position: relative;
  margin: 0;
  padding-left: 20px;
}

.header-wrap .present-date i {
  color: #21541c;
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 16px;
}

.header-wrap .user-option {
  position: relative;
  margin: 0 40px;
  cursor: pointer;
  top: 4px;
}

.header-wrap .user-option:after {
  position: absolute;
  top: 11px;
  right: -10px;
  content: "";
  background: transparent;
  width: 6px;
  height: 6px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-wrap .user-option img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 3px;
  position: relative;
  top: -2px;
}

.header-wrap .user-option span {
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  display: inline-block;
}

.header-wrap .user-option ul {
  position: absolute;
  top: 43px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  min-width: 150px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 9px 15px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-wrap .user-option ul.open {
  visibility: visible;
  opacity: 1;
}

.header-wrap .user-option ul li {
  display: block;
}

.header-wrap .user-option ul li a {
  padding: 6px 0;
  display: block;
}

.header-wrap .searchbtn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-right: 25px;
  border: none;
}

.header-wrap .searchbtn i {
  color: #21541c;
  font-size: 20px;
  line-height: 0.8;
}

.header-wrap .sidebar-menu {
  border: 1px solid #fff;
  background: transparent;
  border-radius: 4px;
  padding: 4px 8px;
  cursor: pointer;
}

.header-wrap .sidebar-menu span {
  display: block;
  background: #fff;
  width: 18px;
  height: 2px;
  margin: 5px 0;
  text-align: right;
}

.header-wrap .sidebar-menu span:nth-child(1) {
  width: 9px;
  margin-left: auto;
}

.header-wrap .sidebar-menu span:nth-child(3) {
  width: 15px;
  margin-left: auto;
}

.header-wrap .trending-news h6 {
  display: inline-block;
  margin: 0;
  line-height: 22px;
  position: relative;
  padding-right: 10px;
}

.header-wrap .trending-news h6:after {
  position: absolute;
  top: 7px;
  right: 2px;
  content: "";
  width: 1px;
  height: 10px;
  background: #000;
}

.header-wrap .trending-news h6 i {
  color: #21541c;
  font-size: 14px;
  margin-right: 4px;
}

.header-wrap .trending-news p {
  display: inline-block;
  line-height: 22px;
  margin: 0;
}

.header-wrap .subscribe-btn {
  font-size: 14px;
  line-height: 26px;
  padding: 12px 24px;
  position: relative;
  overflow: hidden;
}

.header-wrap .subscribe-btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  left: -36%;
  top: 0;
  -webkit-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  width: 0;
}

.header-wrap .subscribe-btn:hover:after {
  height: 100%;
  width: 135%;
  background-color: #252525;
}

.header-wrap .mobile-menu a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}

.header-wrap.style1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-wrap.style1 .header-top {
  padding: 18px 0;
}

.header-wrap.style1 .header-top .header-top-left .present-date {
  margin: 0 32px;
}

.header-wrap.style1 .header-top .header-top-right .searchbtn {
  border-radius: 4px;
  background: #FFEEEA;
}

.header-wrap.style1 .header-top .header-top-right .searchbtn i {
  color: #21541c;
}

.header-wrap.style1 .header-top .header-top-right .subscribe-btn {
  background: #21541c;
  color: #fff;
  border-radius: 6px;
}

.header-wrap.style1 .header-bottom .main-menu-wrap #menu > ul > li > a {
  color: #fff;
  padding-right: 0;
  margin-right: 45px;
  position: relative;
  border-bottom: 2px solid transparent;
}

.header-wrap.style1 .header-bottom .main-menu-wrap #menu > ul > li > a:before {
  right: -13px;
}

.header-wrap.style1 .header-bottom .main-menu-wrap #menu > ul > li > a:after {
  position: absolute;
  bottom: -3px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-wrap.style1 .header-bottom .main-menu-wrap #menu > ul > li > a.active, .header-wrap.style1 .header-bottom .main-menu-wrap #menu > ul > li > a:hover {
  border-bottom: 2px solid #fff;
}

.header-wrap.style1 .header-bottom .main-menu-wrap #menu > ul > li > a.active:after, .header-wrap.style1 .header-bottom .main-menu-wrap #menu > ul > li > a:hover:after {
  visibility: visible;
  opacity: 1;
}

.header-wrap.style1 .header-bottom .navbar-language .dropdown-toggle {
  color: #fff;
}

.header-wrap.style1 .header-bottom .user-option {
  top: 0;
}

.header-wrap.style1 .mobile-menu a {
  background: #fff;
}

.header-wrap.style1 .mobile-menu a i {
  color: #21541c;
}

.header-wrap.style2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-wrap.style2 .header-top {
  padding: 18px 0;
}

.header-wrap.style2 .header-top .present-date {
  padding-left: 20px;
  position: relative;
}

.header-wrap.style2 .header-top .present-date i {
  color: #21541c;
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 16px;
}

.header-wrap.style2 .header-bottom .mobile-menu a {
  background: #FFEEEA;
}

.header-wrap.style2 .header-bottom .mobile-menu a i {
  color: #21541c;
}

.header-wrap.style2 .header-bottom .main-menu-wrap > ul > li > a {
  color: #000;
}

.header-wrap.style2 .header-bottom .main-menu-wrap > ul > li > a.active {
  color: #21541c;
}

.header-wrap.style2 .header-bottom .user-option {
  top: 0;
}

.header-wrap.style2 .header-bottom .user-option:after {
  border-color: #000;
}

.header-wrap.style2 .header-bottom .user-option span {
  color: #000;
}

.header-wrap.style2 .header-bottom .sidebar-menu {
  border-color: #21541c;
}

.header-wrap.style2 .header-bottom .sidebar-menu span {
  background: #21541c;
}

.header-wrap.style2 .header-trending-news {
  padding: 18px 0 10px;
}

.header-wrap.style2 .searchbtn {
  background: #FFEEEA;
}

.header-wrap.style2 .searchbtn i {
  color: #21541c;
}

.header-wrap.style3 .header-top {
  padding: 20px 0;
}

.header-wrap.style3 .header-top .present-date {
  color: #fff;
  padding-left: 0;
}

.header-wrap.style3 .header-top .present-date i {
  color: #21541c;
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.header-wrap.style3 .header-top .header-top-right .searchbtn {
  background: #4A231A;
}

.header-wrap.style3 .header-top .header-top-right .searchbtn i {
  color: #21541c;
}

.header-wrap.style3 .header-top .header-top-right .subscribe-btn {
  background: #21541c;
  color: #fff;
  border-radius: 6px;
}

.header-wrap.style3 .header-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-wrap.style3 .header-bottom .main-menu-wrap #menu > ul > li.has-children .sub-menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header-wrap.style3 .header-bottom .main-menu-wrap #menu > ul > li.has-children .sub-menu li a.active, .header-wrap.style3 .header-bottom .main-menu-wrap #menu > ul > li.has-children .sub-menu li a:hover {
  color: #fff;
}

.header-wrap.style3 .header-bottom .main-menu-wrap #menu > ul > li > a {
  color: #fff;
}

.header-wrap.style3 .header-bottom .main-menu-wrap #menu > ul > li > a.active, .header-wrap.style3 .header-bottom .main-menu-wrap #menu > ul > li > a:hover {
  color: #21541c;
}

.header-wrap.style3 .header-bottom .header-bottom-right .navbar-language .dropdown-toggle {
  color: #fff;
}

.header-wrap.style3 .select_lang {
  position: relative;
  top: 3px;
}

.header-contact-item .contact-item {
  margin: 0;
}

.header-contact-item .contact-item:nth-child(1) {
  margin-right: 20px;
}

.header-contact-item .contact-item .contact-icon {
  width: 30px;
  height: 30px;
  top: -3px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 15px rgba(36, 167, 126, 0.2);
          box-shadow: 0 0 15px rgba(36, 167, 126, 0.2);
}

.header-contact-item .contact-item .contact-text a,
.header-contact-item .contact-item .contact-text p {
  font-weight: 400;
  font-size: 15px;
}

.header-top-right .header-contact-item {
  margin-right: 30px;
}

.header-top-right .header-contact-item .contact-item .contact-icon {
  width: 30px;
  height: 30px;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 15px rgba(36, 167, 126, 0.12);
          box-shadow: 0 4px 15px rgba(36, 167, 126, 0.12);
}

.header-top-right .header-contact-item .contact-item .contact-icon i {
  line-height: 2.2;
}

.logo img {
  max-width: 130px;
}

.navbar-language .dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 16px;
  padding-right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar-language .dropdown-toggle:after {
  display: none;
}

.navbar-language .dropdown-toggle:before {
  position: absolute;
  top: 2px;
  right: 2px;
  content: "\f10e";
  font-family: "Flaticon";
  font-weight: 500;
  border: 0;
  margin-left: 8px;
  font-size: 8px;
}

.navbar-language .dropdown-toggle i {
  margin-right: 4px;
  font-size: 18px;
  color: #21541c;
}

.navbar-language .select_lang .navbar-language .dropdown-menu {
  left: auto;
  right: 0;
}

.navbar-language .dropdown-menu {
  margin: 0;
  padding: 5px 0;
  -webkit-box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  right: auto;
  left: 0;
  border: 0;
  border-radius: 0;
  -webkit-transform: translateY(75px) !important;
  transform: translateY(75px) !important;
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navbar-language .dropdown-menu a {
  padding: 5px 10px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  font-size: 15px;
}

.navbar-language .dropdown-menu a.active {
  background-color: #f8f9fa;
}

.navbar-language .dropdown-menu a img {
  width: 20px;
  margin-right: 10px;
}

.navbar-language .dropdown-menu.show {
  -webkit-transform: translateY(40px) !important;
  transform: translateY(40px) !important;
  opacity: 1;
  pointer-events: all;
}

.header-wrap.style3 .navbar-language .dropdown-menu.show {
  -webkit-transform: translateY(46px) !important;
  transform: translateY(46px) !important;
}

.search-area {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.search-area.open {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.search-area .close-searchbox {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
}

.search-area .close-searchbox i {
  color: #fff;
  font-size: 35px;
}

.search-area .form-group input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 20px;
  padding: 20px;
  color: #fff;
}

.search-area .form-group input:placeholder {
  color: #fff;
  opacity: 1;
}

.contact-popup {
  position: fixed;
  top: 0;
  right: -100%;
  width: 320px;
  height: 100vh;
  padding: 40px 20px;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
}

.contact-popup.open {
  right: 0;
  visibility: visible;
  opacity: 1;
}

/*------------   Main Mneu CSS  ---------------*/
@media only screen and (min-width: 1200px) {
  .main-menu-wrap #menu ul li {
    display: inline-block;
    position: relative;
  }
  .main-menu-wrap #menu ul li a {
    padding: 15px 40px 15px 0;
    color: #000;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-menu-wrap #menu ul li a.active, .main-menu-wrap #menu ul li a:hover {
    border-color: #000;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu {
    position: absolute;
    top: 58px;
    left: 0;
    min-width: 200px;
    border-radius: 2px;
    background: transparent;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 9px 52px -14px rgba(0, 0, 0, 0.17);
            box-shadow: 0 9px 52px -14px rgba(0, 0, 0, 0.17);
    z-index: 10;
    display: block !important;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li {
    margin: 0;
    display: block;
    text-align: left;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
    display: block;
    padding: 12px 22px;
    margin: 0;
    background: #fff;
    color: #333;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(254, 86, 52, 0.25);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    content: "";
    background: #21541c;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a.active, .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover {
    color: #fff;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a.active:before, .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover:before {
    width: 100%;
    visibility: visible;
    opacity: 1;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a.active:after, .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover:after {
    border-color: #fff !important;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li:last-child > a {
    border-bottom: none;
  }
  .main-menu-wrap #menu ul li.has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  .main-menu-wrap #menu > ul > li {
    margin: 0;
  }
  .main-menu-wrap #menu > ul > li > a {
    display: inline-block;
    position: relative;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-menu-wrap #menu > ul > li.has-children > a {
    position: relative;
  }
  .main-menu-wrap #menu > ul > li.has-children > a:before {
    position: absolute;
    top: 17px;
    right: 28px;
    content: "\f10e";
    font-family: "Flaticon";
    font-size: 8px;
    font-weight: 600;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .main-menu-wrap #menu > ul > li.has-children > .sub-menu > .has-children > a {
    position: relative;
  }
  .main-menu-wrap #menu > ul > li.has-children > .sub-menu > .has-children > a:after {
    position: absolute;
    top: 18px;
    right: 20px;
    content: "";
    width: 6px;
    height: 6px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .main-menu-wrap #menu > ul > li.has-children > .sub-menu > .has-children > a:hover:after {
    border-color: #fff;
  }
  .main-menu-wrap #menu > ul > .has-children {
    position: relative;
  }
  .main-menu-wrap #menu ul > .has-children > .sub-menu > .has-children > .sub-menu {
    left: 100%;
    top: 0px !important;
  }
  .menu-expand i {
    display: none;
  }
}

/*---------------------------------
          Mixins CSS
-----------------------------------*/
.slider-btn, .slider-btn.style1, .slider-btn.style2, .slider-btn.style3, .slider-btn.style4, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .header-wrap .searchbtn, .search-area, .video-play, .business-slider.style2 .business-slide-item, .video-bg .video-play, .circle, .video-bg, .btn, .new-product-item, .header-wrap .trending-news, .header-wrap.style1 .header-top .header-top-left, .header-wrap.style1 .header-bottom .header-bottom-right, .header-wrap.style2 .header-bottom .header-bottom-right, .header-contact-item, .header-top-right, .navbar-language .dropdown-toggle, .author-info-wrap, .news-box.style2, .news-box.style9, .hr-news-box.style1, .hr-news-box.style2, .hr-news-box.style3, .hr-news-box.style4, .hr-news-box.style5, .hr-news-box.style6, .comment-item .comment-author-wrap .comment-author-name, .header-wrap.style3 .header-bottom .header-bottom-right, .news-tablist, .promo-code, .pp-post-item, .footer-wrap .footer-top .footer-widget .newsletter-form .form-group, .news-box.style7, .hr-news-box, .comment-item, .comment-author_info, .pp-product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn, .btn i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-btn, .slider-btn.style1, .slider-btn.style2, .slider-btn.style3, .slider-btn.style4, .social-profile.style1 li a, .social-profile.style2 li a, .social-profile.style3 li a, .header-wrap .searchbtn, .search-area, .video-play, .business-slider.style2 .business-slide-item, .video-bg .video-play, .circle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-bg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn, .new-product-item, .header-wrap .searchbtn, .header-wrap .trending-news, .header-wrap.style1 .header-top .header-top-left, .header-wrap.style1 .header-bottom .header-bottom-right, .header-wrap.style2 .header-bottom .header-bottom-right, .header-contact-item, .header-top-right, .navbar-language .dropdown-toggle, .author-info-wrap, .news-box.style2, .news-box.style9, .hr-news-box.style1, .hr-news-box.style2, .hr-news-box.style3, .hr-news-box.style4, .hr-news-box.style5, .hr-news-box.style6, .video-bg .video-play, .comment-item .comment-author-wrap .comment-author-name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.header-wrap.style1 .header-bottom .header-bottom-right, .header-wrap.style2 .header-bottom .header-bottom-right, .header-wrap.style3 .header-bottom .header-bottom-right, .header-top-right, .news-tablist, .promo-code {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*---------------------------------
        Footer CSS
-----------------------------------*/
.footer-wrap {
  position: relative;
}

.footer-wrap .footer-top {
  position: relative;
}

.footer-wrap .footer-top .footer-shape-1 {
  position: absolute;
  bottom: -5px;
  left: 40px;
}

.footer-wrap .footer-top .footer-widget {
  margin-bottom: 30px;
}

.footer-wrap .footer-top .footer-widget .footer-logo {
  margin-bottom: 20px;
  display: block;
}

.footer-wrap .footer-top .footer-widget .footer-widget-title {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  position: relative;
  display: inline-block;
}

.footer-wrap .footer-top .footer-widget .footer-widget-title:after {
  position: absolute;
  top: 15px;
  right: -40px;
  content: "";
  width: 25px;
  height: 1px;
  background: #21541c;
}

.footer-wrap .footer-top .footer-widget .footer-menu li a {
  margin: 0 0 14px;
  display: inline-block;
  font-size: 15px;
  position: relative;
}

.footer-wrap .footer-top .footer-widget .footer-menu li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrap .footer-top .footer-widget .footer-menu li a:hover:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.footer-wrap .footer-top .footer-widget .footer-menu li:last-child a {
  margin-bottom: 0;
}

.footer-wrap .footer-top .footer-widget .newsletter-form {
  margin-top: 20px;
}

.footer-wrap .footer-top .footer-widget .newsletter-form .form-group input {
  width: calc(100% - 130px);
  height: 40px;
  background: transparent;
  font-size: 14px;
  padding: 5px 10px 5px 15px;
  color: #fff;
  margin-right: 10px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-wrap .footer-top .footer-widget .newsletter-form .form-group input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.8;
}

.footer-wrap .footer-top .footer-widget .newsletter-form .form-group input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
}

.footer-wrap .footer-top .footer-widget .newsletter-form .form-group input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
}

.footer-wrap .footer-top .footer-widget .newsletter-form .form-group input::placeholder {
  color: #fff;
  opacity: 0.8;
}

.footer-wrap .footer-top .footer-widget .newsletter-form .form-group button {
  width: 120px;
  background: #21541c;
  padding: 6px 10px;
  border: none;
  border-radius: 5px;
  color: #fff;
}

.footer-wrap .footer-top .footer-widget .newsletter-form .newsletter-subtext {
  font-size: 14px;
  line-height: 26px;
  margin: 10px 0 0;
  display: block;
  color: rgba(255, 255, 255, 0.6);
}

.footer-wrap .footer-bottom {
  position: relative;
  padding: 20px 0;
}

.footer-wrap .footer-bottom .copyright p {
  color: #fff;
  margin: 0;
  font-size: 14px;
}

.footer-wrap .footer-bottom .copyright p a {
  color: #21541c;
}

.footer-wrap.style1 {
  position: relative;
}

.footer-wrap.style1 .footer-shape-1 {
  position: absolute;
  bottom: 0;
  left: 30px;
}

.footer-wrap.style1 .container {
  position: relative;
  z-index: 1;
}

.footer-wrap.style1 .container .contact-item .contact-icon {
  -webkit-box-shadow: 0 0 15px rgba(36, 167, 126, 0.2);
          box-shadow: 0 0 15px rgba(36, 167, 126, 0.2);
}

.footer-wrap.style1 .container .footer-menu li a {
  color: #fff;
}

.footer-wrap.style1 .container .footer-menu li a:hover {
  color: #21541c;
}

.footer-wrap.style1 .container .footer-menu li a:hover:after {
  background: #21541c;
}

.footer-wrap.style1 .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-wrap.style1 .footer-bottom .footer-bottom-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-wrap.style1 .footer-bottom .footer-bottom-menu li:first-child {
  margin: 0;
}

.footer-wrap.style1 .footer-bottom .footer-bottom-menu li a {
  color: #fff;
  font-size: 14px;
}

.footer-wrap.style1 .footer-bottom .footer-bottom-menu li a:hover {
  color: #21541c;
}

.comp-desc {
  color: #fff;
  margin-bottom: 20px;
}

/*---------------------------------
       Breadcrumb CSS
-----------------------------------*/
.br-1 {
  background-image: url(../img/breadcrumb/br-1.jpg);
}

.br-2 {
  background-image: url(../img/breadcrumb/br-2.jpg);
}

.br-3 {
  background-image: url(../img/breadcrumb/br-3.jpg);
}

.breadcrumb-wrap {
  position: relative;
  height: 100%;
  padding: 100px 0 95px;
  overflow: hidden;
}

.breadcrumb-wrap .breadcrumb-title {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: left;
}

.breadcrumb-wrap .breadcrumb-title h2 {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 15px;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  color: #fff;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:first-child a {
  padding-left: 0;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:last-child {
  margin-right: 0;
  color: #21541c;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  display: inline-block;
  padding: 0px 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a:after {
  position: absolute;
  top: 4px;
  right: -11px;
  font-size: 16px;
  content: "";
  width: 2px;
  height: 15px;
  background-color: #fff;
  border-radius: 0;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:last-child a:after {
  display: none;
}

/*-------------------------------
         Hero  CSS
-------------------------------*/
.hero-wrap.style1 {
  margin-top: 144px;
}

.hero-wrap.style2 {
  margin-top: 138px;
  background: #EEEFF2;
}

.hero-slider-1 {
  background-image: url(../img/hero/hero-bg-1.jpg);
}

.hero-slider-2 {
  background-image: url(../img/hero/hero-bg-2.jpg);
}

.hero-slider-3 {
  background-image: url(../img/hero/hero-bg-3.jpg);
}

.top-news-1 {
  background-image: url(../img/hero/hero-bg-5.jpg);
}

.top-news-2 {
  background-image: url(../img/hero/hero-bg-4.jpg);
}

.top-news-3 {
  background-image: url(../img/hero/hero-bg-3.jpg);
}

.news-1 {
  background-image: url(../img/news/news-img-2.jpg);
}

.news-2 {
  background-image: url(../img/news/news-img-3.jpg);
}

.news-6 {
  background-image: url(../img/news/news-img-6.jpg);
}

.news-7 {
  background-image: url(../img/news/news-img-7.jpg);
}

.news-8 {
  background-image: url(../img/news/news-img-8.jpg);
}

.hero-bg-1 {
  background-image: url(../img/hero/hero-slider-1.jpg);
}

.hero-bg-2 {
  background-image: url(../img/hero/hero-slider-2.jpg);
}

.hero-bg-3 {
  background-image: url(../img/hero/hero-slider-3.jpg);
}

.hero-bg-4 {
  background-image: url(../img/hero/hero-slider-4.jpg);
}

.hero-slider-one .hero-slide-item {
  position: relative;
  padding: 350px 0;
}

.hero-slider-two .hero-slider-item .news-box.style5 .news-img {
  height: 650px;
  border-radius: 20px;
}

.hero-slider-two .hero-slider-item .news-box.style5 .news-info {
  max-width: 80%;
  bottom: 25px;
  left: 25px;
}

.hero-slider-two .hero-slider-item .news-box.style5 .news-info .news-title {
  font-size: 34px;
  line-height: 1.3;
  margin: 15px 0 10px;
}

.hero-slider-two .hero-slider-item .news-box.style5 .news-info .author-info-wrap {
  margin-top: 22px;
}

.hero-slider-two .hero-slider-item .news-box.style5 .news-info .author-info-wrap .author-info h5 {
  font-weight: 500;
  margin: 0;
}

.hero-slider-two .hero-slider-item .news-box.style5 .news-info .author-info-wrap .author-info h5 a {
  color: #fff;
}

.hero-slider-two .hero-two-next,
.hero-slider-two .hero-two-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.top-news-slider {
  margin: 0 0 25px;
}

.post-block {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 25px;
}

.post-block .post-title {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 5px;
}

/*-------------------------------
         Feature News  CSS
-------------------------------*/
.featured-news-wrap {
  position: relative;
}

.featured-news-wrap.style2 {
  z-index: 1;
}

.featured-news-wrap.style2 .hr-news-box {
  margin-top: -100px;
}

.feature-news-slider .hr-news-box.featured {
  background: #fff;
  padding: 25px;
  border-radius: 25px;
}

.feature-news-slider .hr-news-box.featured .news-img {
  border-radius: 20px;
}

.feature-news-slider .hr-news-box.featured .news-img img {
  border-radius: 20px;
}

.feature-news-slider .hr-news-box.featured .news-info {
  width: calc(100% - 225px);
  margin-left: 25px;
}

.feature-news-slider .hr-news-box.featured .news-info .news-title {
  margin-top: 18px;
}

.feature-one-next,
.feature-one-prev {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

/*-------------------------------
         News Box  CSS
-------------------------------*/
.top-news-box {
  position: relative;
  padding: 20px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: 525px;
}

.top-news-box .top-news-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  width: calc(100% - 40px);
}

.top-news-box .top-news-info .news-title a {
  color: #fff;
}

.top-news-box .top-news-info .news-title:hover a {
  color: #21541c;
}

.news-title {
  margin: 14px 0 10px;
  line-height: 1.3;
}

.news-title.style2 {
  position: relative;
  padding-left: 10px;
}

.news-title.style2:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 2px;
  height: calc(100% - 6px);
  background: #21541c;
}

.news-title:hover a {
  color: #21541c;
}

.author-info-wrap .news-author-img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.author-info-wrap .news-author-img img {
  border-radius: 50%;
}

.author-info-wrap .author-info {
  width: calc(100% - 70px);
  margin-left: 16px;
}

.author-info-wrap .author-info h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 5px;
}

.news-cat li {
  display: inline-block;
  margin-right: 10px;
}

.news-cat li:last-child {
  margin-right: 0;
}

.news-cat li a {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 8px 9px 8px;
  border-radius: 6px;
  font-weight: 400;
  color: #fff;
}

.news-cat li a.style1 {
  background: #6360FF;
}

.news-cat li a.style2 {
  background: #FF9900;
}

.news-cat li a.style3 {
  background: #21541c;
}

.news-cat li a.style4 {
  color: #21541c;
  padding: 8px 0;
}

.news-metainfo li {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  padding-left: 21px;
  position: relative;
}

.news-metainfo li:last-child {
  margin-right: 0;
}

.news-metainfo li i {
  font-size: 14px;
  position: absolute;
  top: 2px;
  left: 0;
  color: #21541c;
}

.news-box {
  margin-bottom: 25px;
}

.news-box:last-child {
  margin-bottom: 0;
}

.news-box.style2 {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 10px;
}

.news-box.style2 .news-img {
  height: 210px;
  width: 48%;
  border-radius: 12px;
}

.news-box.style2 .news-info {
  width: 47%;
  text-align: left;
  margin-left: 20px;
}

.news-box.style2 .news-info .news-title {
  font-size: 20px;
  line-height: 24px;
}

.news-box.style2 .news-info .news-title a {
  color: #000;
}

.news-box.style2 .news-info .news-title:hover a {
  color: #21541c;
}

.news-box.style2 .news-info p {
  margin: 7px 0 0;
}

.news-box.style3 .news-img {
  border-radius: 10px;
  margin-bottom: 20px;
}

.news-box.style3 .news-img img {
  border-radius: 10px;
}

.news-box.style3 .news-info-wrap .news-title {
  font-size: 18px;
}

.news-box.style5, .news-box.style10 {
  position: relative;
  margin-bottom: 25px;
}

.news-box.style5 .news-img, .news-box.style10 .news-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.news-box.style5 .news-img img, .news-box.style10 .news-img img {
  -webkit-transition: 0.9s;
  transition: 0.9s;
  border-radius: 10px;
}

.news-box.style5 .news-info, .news-box.style10 .news-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 2;
}

.news-box.style5 .news-info .news-title, .news-box.style10 .news-info .news-title {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px;
}

.news-box.style5 .news-info .news-title a, .news-box.style10 .news-info .news-title a {
  color: #fff;
}

.news-box.style5 .news-info p, .news-box.style10 .news-info p {
  color: #fff;
  margin-bottom: 0;
}

.news-box.style5 .news-info .news-metainfo li, .news-box.style10 .news-info .news-metainfo li {
  color: #fff;
}

.news-box.style5 .news-info .news-metainfo li i, .news-box.style10 .news-info .news-metainfo li i {
  color: #fff;
}

.news-box.style5 .news-info .news-metainfo li a, .news-box.style10 .news-info .news-metainfo li a {
  color: #fff;
}

.news-box.style5:hover .news-img img, .news-box.style10:hover .news-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.news-box.style6, .news-box.style8 {
  margin: 0 0 25px;
}

.news-box.style6 .news-img, .news-box.style8 .news-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.news-box.style6 .news-img img, .news-box.style8 .news-img img {
  border-radius: 10px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.news-box.style6 .news-img .news-cat, .news-box.style8 .news-img .news-cat {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.news-box.style6 .news-title, .news-box.style8 .news-title {
  margin: 18px 0 14px;
}

.news-box.style6 .news-title a, .news-box.style8 .news-title a {
  color: #000;
}

.news-box.style6 .news-title:hover a, .news-box.style8 .news-title:hover a {
  color: #21541c;
}

.news-box.style6 p, .news-box.style8 p {
  margin: 0;
}

.news-box.style6 .news-metainfo, .news-box.style8 .news-metainfo {
  margin-bottom: 13px;
}

.news-box.style6 .news-metainfo li a, .news-box.style8 .news-metainfo li a {
  color: #000;
}

.news-box.style6 .news-metainfo li i, .news-box.style8 .news-metainfo li i {
  color: #21541c;
}

.news-box.style6 .news-metainfo li:hover a, .news-box.style8 .news-metainfo li:hover a {
  color: #21541c;
}

.news-box.style6:hover .news-img img, .news-box.style8:hover .news-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.news-box.style7 {
  margin: 0 0 25px;
}

.news-box.style7:last-child {
  margin-bottom: 0;
}

.news-box.style7 .news-img {
  width: 135px;
  border-radius: 10px;
}

.news-box.style7 .news-img img {
  border-radius: 10px;
}

.news-box.style7 .news-info {
  width: calc(100% - 150px);
  margin-left: 15px;
}

.news-box.style7 .news-info .news-title {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.news-box.style7 .news-info .news-title a {
  color: #000;
}

.news-box.style7 .news-info .news-metainfo li a i {
  font-size: 17px;
  top: 5px;
}

.news-box.style8 {
  margin: 0 0 25px;
}

.news-box.style8 .news-info .news-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}

.news-box.style9 {
  margin: 0 0 30px;
}

.news-box.style9:last-child {
  margin: 0;
}

.news-box.style9 .news-img {
  width: 140px;
  border-radius: 10px;
}

.news-box.style9 .news-img img {
  border-radius: 10px;
}

.news-box.style9 .news-info {
  width: calc(100% - 155px);
  margin-left: 15px;
}

.news-box.style9 .news-info .news-title {
  margin-top: 0;
  font-size: 18px;
}

.news-box.style10 .news-info .news-title {
  font-size: 28px !important;
  line-height: 1.3;
  margin-top: 10px;
}

.news-box.style11 {
  position: relative;
  margin-bottom: 25px;
}

.news-box.style11 .news-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.news-box.style11 .news-img img {
  -webkit-transition: 0.9s;
  transition: 0.9s;
  border-radius: 10px;
}

.news-box.style11 .news-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 2;
}

.news-box.style11 .news-info .news-title {
  font-size: 26px;
  line-height: 34px;
  margin: 0 0 10px;
}

.news-box.style11 .news-info .news-title a {
  color: #fff;
}

.news-box.style11 .news-info p {
  color: #fff;
  margin: 14px 0 18px;
}

.news-box.style11 .news-info .author-info-wrap .author-info a {
  color: #fff;
}

.news-box.style11 .news-info .author-info-wrap .news-metainfo li {
  color: #fff;
}

.news-box.style11 .news-info .author-info-wrap .news-metainfo li i {
  color: #21541c;
}

.news-box.style11:hover .news-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.over_lay {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  border-radius: 5px;
  z-index: 1;
}

.over_lay.style1 {
  height: 70%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.8)), color-stop(45%, rgba(0, 0, 0, 0.5)), color-stop(80%, rgba(0, 0, 0, 0.019)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.019) 80%);
}

.over_lay.style2 {
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 20, 39, 0.97)), color-stop(65%, rgba(0, 20, 39, 0.48)), to(rgba(0, 20, 39, 0.19)));
  background: linear-gradient(360deg, rgba(0, 20, 39, 0.97) 0%, rgba(0, 20, 39, 0.48) 65%, rgba(0, 20, 39, 0.19) 100%);
}

.over_lay.style3 {
  height: 90%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.8)), color-stop(45%, rgba(0, 0, 0, 0.5)), color-stop(80%, rgba(0, 0, 0, 0.019)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.019) 80%);
}

.hr-news-box {
  margin: 0 0 25px;
}

.hr-news-box.style1 .news-img {
  width: 185px;
  border-radius: 10px;
}

.hr-news-box.style1 .news-img img {
  border-radius: 10px;
}

.hr-news-box.style1 .news-info {
  width: calc(100% - 200px);
  margin-left: 15px;
}

.hr-news-box.style1 .news-info .news-title {
  margin: 10px 0;
  font-size: 18px;
}

.hr-news-box.style1 .news-info p {
  font-size: 15px;
  margin: 0;
}

.hr-news-box.style2 .news-img {
  width: 160px;
  border-radius: 10px;
}

.hr-news-box.style2 .news-img img {
  border-radius: 10px;
}

.hr-news-box.style2 .news-info {
  width: calc(100% - 175px);
  margin-left: 15px;
}

.hr-news-box.style2 .news-info .news-title {
  margin-bottom: 12px;
}

.hr-news-box.style2 .news-info p {
  font-size: 14px;
  margin: 0;
}

.hr-news-box.style3 .news-img {
  width: 200px;
  border-radius: 10px;
}

.hr-news-box.style3 .news-img img {
  border-radius: 10px;
}

.hr-news-box.style3 .news-info {
  width: calc(100% - 215px);
  margin-left: 15px;
}

.hr-news-box.style3 .news-info .news-title {
  margin: 10px 0;
}

.hr-news-box.style3 .news-info p {
  font-size: 15px;
  margin: 0;
}

.hr-news-box.style4 .news-img {
  width: 200px;
}

.hr-news-box.style4 .news-info {
  width: calc(100% - 215px);
  margin-left: 15px;
}

.hr-news-box.style4 .news-info .news-title {
  margin: 10px 0;
}

.hr-news-box.style4 .news-info p {
  font-size: 15px;
  margin: 0;
}

.hr-news-box.style5 .news-img {
  width: 500px;
  border-radius: 10px;
  position: relative;
}

.hr-news-box.style5 .news-img img {
  border-radius: 10px;
}

.hr-news-box.style5 .news-img .news-cat {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.hr-news-box.style5 .news-info {
  width: calc(100% - 520px);
  margin-left: 20px;
}

.hr-news-box.style5 .news-info .news-title {
  margin: 10px 0;
}

.hr-news-box.style5 .news-info p {
  font-size: 15px;
  margin: 0;
}

.hr-news-box.style6 {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
}

.hr-news-box.style6 .news-img {
  width: 40%;
  height: 40%;
  border-radius: 50%;
  position: relative;
}

.hr-news-box.style6 .news-img img {
  border-radius: 50%;
}

.hr-news-box.style6 .news-info {
  width: 56%;
  margin-left: 4%;
}

.hr-news-box.style6 .news-info .news-title {
  margin: 10px 0;
}

.hr-news-box.style6 .news-info p {
  font-size: 15px;
  margin: 0;
}

.vr-news-box {
  margin-bottom: 25px;
}

.vr-news-box .news-img {
  border-radius: 10px;
  margin-bottom: 12px;
}

.vr-news-box .news-img img {
  border-radius: 10px;
}

.vr-news-box .news-category {
  font-size: 14px;
}

.vr-news-box .news-title {
  margin: 10px 0;
}

.vr-news-box.style1 .news-img {
  margin-bottom: 20px;
}

.vr-news-box.style1 .news-title {
  margin: 0 0 15px;
}

.vr-news-box.style1 p {
  margin: 0 0 20px;
}

.news-category.style1 {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  display: inline-block;
}

.news-category.style1:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: #21541c;
}

.news-category.style2 {
  position: relative;
  padding-left: 15px;
  background: #21541c;
  color: #fff;
  padding: 5px 10px 5px 20px;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
  display: inline-block;
  margin: 0 0 15px;
}

.news-category.style2:before {
  position: absolute;
  top: 9px;
  left: 6px;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: #fff;
}

.news-tablist {
  border-bottom: none;
}

.news-tablist.style1 .nav-item {
  background: transparent;
  border: none;
}

.news-tablist.style1 .nav-item .nav-link {
  background: transparent;
  position: relative;
  border: none;
  padding: 0 20px;
  color: #fff;
}

.news-tablist.style1 .nav-item .nav-link:after {
  position: absolute;
  top: 5px;
  right: 0;
  content: "";
  background: #ABA8B0;
  width: 1px;
  height: 16px;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}

.news-tablist.style1 .nav-item .nav-link.active {
  color: #21541c;
}

.news-tablist.style1 .nav-item:last-child .nav-link:after {
  display: none;
}

.news-tablist.style2 .nav-item {
  border: none;
}

.news-tablist.style2 .nav-link {
  border: none;
  background: transparent;
  border-radius: 0;
  padding: 13px 20px;
  color: #000;
}

.news-tablist.style2 .nav-link.active {
  color: #fff;
  background: #21541c;
}

.news-tablist.style3 .nav-item {
  border: none;
}

.news-tablist.style3 .nav-item .nav-link {
  border: none;
  background: transparent;
  font-weight: 500;
  color: #000;
  padding: 3px 20px;
  border-radius: 3px;
}

.news-tablist.style3 .nav-item .nav-link.active {
  color: #21541c;
  -webkit-box-shadow: 0 0 15px rgba(254, 86, 52, 0.2);
          box-shadow: 0 0 15px rgba(254, 86, 52, 0.2);
}

.news-img-slider {
  margin: 0 0 25px;
}

.news-img-slider-thumb {
  margin: 0 0 25px;
}

.news-slider-img {
  border-radius: 10px 0 0 10px;
  margin-bottom: 25px;
}

.news-slider-img img {
  border-radius: 10px 0 0 10px;
}

.news-thumb-item-wrap .news-thumb-item {
  padding: 20px 0 20px 30px;
}

.news-thumb-item-wrap .news-thumb-item:first-child {
  padding-top: 0;
}

.news-thumb-item-wrap .news-thumb-item .news-title {
  margin: 5px 0 5px;
}

.swiper-slide-thumb-active .news-thumb-item {
  background: #fff;
  border-radius: 0 10px 10px 0;
}

.published-date {
  position: relative;
  padding-left: 22px;
  margin: 0;
}

.published-date i {
  color: #21541c;
  position: absolute;
  font-size: 18px;
  top: 4px;
  left: 0;
}

.sidebar-widget {
  margin: 0 0 30px;
}

.sidebar-widget.box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 10px;
}

.sidebar-widget .widget-title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  display: inline-block;
}

.sidebar-widget .widget-title.style1:after {
  position: absolute;
  top: 12px;
  right: -40px;
  content: "";
  width: 25px;
  height: 1px;
  background: #21541c;
}

.sidebar-widget .widget-title.style2 {
  padding-left: 12px;
  line-height: 1.2;
  font-size: 20px;
}

.sidebar-widget .widget-title.style2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #21541c;
  width: 2px;
  height: 100%;
}

.sidebar-widget.style2 {
  background: #F9FAFB;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.social-widget .social-profile-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}

.social-widget .social-profile-wrap .social-profile-item {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px 15px 15px;
}

.social-widget .social-profile-wrap .social-profile-item span {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 6px;
  text-align: center;
  border-radius: 4px;
}

.social-widget .social-profile-wrap .social-profile-item span i {
  font-size: 20px;
  line-height: 32px;
}

.social-widget .social-profile-wrap .social-profile-item span.fb-icon {
  background: #ECEEF4;
}

.social-widget .social-profile-wrap .social-profile-item span.fb-icon i {
  color: #465792;
}

.social-widget .social-profile-wrap .social-profile-item span.tt-icon {
  background: #E5F6FE;
}

.social-widget .social-profile-wrap .social-profile-item span.tt-icon i {
  color: #02A8F2;
}

.social-widget .social-profile-wrap .social-profile-item span.ins-icon {
  background: #F8E9F6;
}

.social-widget .social-profile-wrap .social-profile-item span.ins-icon i {
  color: #B72EA2;
}

.social-widget .social-profile-wrap .social-profile-item span.yt-icon {
  background: #FFE5E5;
}

.social-widget .social-profile-wrap .social-profile-item span.yt-icon i {
  color: #FD0100;
}

.social-widget .social-profile-wrap .social-profile-item h6 {
  display: inline-block;
  margin: 0 0 0 5px;
  line-height: 1.2;
}

.social-widget .social-profile-wrap .social-profile-item p {
  display: block;
  margin: 10px 0 0;
  font-size: 14px;
  color: #656565;
  line-height: 1;
}

.trending-post-widget .tr-post-item {
  border-bottom: 1px dashed #ABA8B0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.trending-post-widget .tr-post-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.trending-post-widget .tr-post-item .tr-post-cat {
  font-size: 14px;
  line-height: 26px;
  display: block;
  color: #656565;
  font-weight: 400;
}

.trending-post-widget .tr-post-item .tr-post-cat.style2 {
  position: relative;
  padding-left: 13px;
}

.trending-post-widget .tr-post-item .tr-post-cat.style2:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  background: #21541c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.trending-post-widget .tr-post-item .tr-post-title {
  font-size: 18px;
  margin: 5px 0 10px;
}

.trending-post-widget .tr-post-item:hover .tr-post-title a {
  color: #21541c;
}

/*-------------------------------
         Business CSS
-------------------------------*/
.business-wrap.style1 .news-box .news-info .news-title {
  display: inline-block;
  position: relative;
}

.business-wrap.style1 .news-box .news-info .news-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(255, 255, 255, 0.7);
  width: 0;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.business-wrap.style1 .news-box .news-info .news-title:hover:after {
  width: 100%;
}

.business-wrap.style2 .news-box .news-title {
  margin-top: 5px;
}

.business-wrap.style2 .news-box .news-info p {
  margin: 0;
}

/*-------------------------------
         Business Slider  CSS
-------------------------------*/
.business-bg-1 {
  background-image: url(../img/business/business-bg-1.jpg);
}

.business-bg-2 {
  background-image: url(../img/business/business-bg-2.jpg);
}

.business-bg-3 {
  background-image: url(../img/business/business-bg-3.jpg);
}

.business-slide-item .news-box .news-img {
  height: 600px;
}

.business-slide-item .news-box .news-info {
  bottom: 25px;
  left: 25px;
  max-width: 80%;
}

.business-slide-item .news-box .news-info .news-title {
  font-size: 32px;
  line-height: 1.3;
  margin: 0 0 14px;
}

.business-slide-item .news-box .news-info p {
  margin: 0 0 22px;
}

.business-slide-item .news-box .news-info .author-info-wrap {
  margin-bottom: 18px;
}

.business-slide-item .news-box .news-info .author-info-wrap .author-info h5 {
  margin-bottom: 0 0 5px;
  font-weight: 500;
}

.business-slide-item .news-box .news-info .author-info-wrap .author-info h5 a {
  color: #fff;
}

.business-slide-item .news-box .news-info .link {
  color: #fff;
  line-height: 1.3;
  border-bottom: 2px solid #fff;
  display: inline-block;
}

.business-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  margin-right: 20px;
}

.business-slider .swiper-pagination {
  text-align: right;
  bottom: 48px;
}

.business-slider .swiper-pagination-bullet {
  position: relative;
  width: 60px;
  height: auto;
  text-align: left;
  border-radius: 0;
  opacity: 1;
  margin-right: 20px;
  background-color: transparent;
}

.business-slider .swiper-pagination-bullet i {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.business-slider .swiper-pagination-bullet b {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 0%;
  height: 3px;
  background-color: #21541c;
}

.business-slider .swiper-pagination-bullet-active {
  background-color: transparent;
}

.business-slider .swiper-pagination-bullet-active b {
  -webkit-animation-name: countingBar;
          animation-name: countingBar;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
}

.video-play i {
  color: #21541c !important;
}

.business-slider.style2 .business-slide-item {
  height: 1000px;
}

.business-slider.style2 .business-slide-item .news-info {
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.business-slider.style2 .business-slide-item .news-info .news-cat {
  color: #fff;
  position: relative;
  padding-left: 15px;
}

.business-slider.style2 .business-slide-item .news-info .news-cat:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  background: #21541c;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.business-slider.style2 .business-slide-item .news-info .news-title {
  font-size: 40px;
  line-height: 1.4;
  margin: 10px 0 15px;
}

.business-slider.style2 .business-slide-item .news-info .news-title a {
  color: #fff;
}

.business-slider.style2 .business-slide-item .news-info .author-info-wrap .news-author-img {
  border: 4px solid #fff;
}

.business-slider.style2 .business-slide-item .news-info .author-info-wrap .author-info h5 {
  margin-bottom: 5px;
  font-weight: 500;
}

.business-slider.style2 .business-slide-item .news-info .author-info-wrap .author-info h5 a {
  color: #fff;
}

.business-slider.style2 .business-slide-item .news-info .author-info-wrap .author-info .news-metainfo li,
.business-slider.style2 .business-slide-item .news-info .author-info-wrap .author-info .news-metainfo a {
  color: #fff;
}

.business-slider.style2 .business-slide-item .news-info .author-info-wrap .author-info .news-metainfo i {
  color: #21541c;
}

.business-slider.style2 .business-slide-item .news-info .author-info-wrap .author-info .news-metainfo li {
  position: relative;
}

.business-slider.style2 .business-slide-item .news-info .author-info-wrap .author-info .news-metainfo li:last-child {
  padding-left: 4px;
}

.business-slider.style2 .business-slide-item .news-info .author-info-wrap .author-info .news-metainfo li:last-child:before {
  position: absolute;
  top: 13px;
  left: -8px;
  content: "";
  background: #21541c;
  width: 2px;
  height: 2px;
  border-radius: 50%;
}

.business-slider.style2 .swiper-pagination {
  position: absolute;
  text-align: left;
}

.business-slider.style2 .hot-news-box {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.business-slider.style2 .hot-news-box .tr-post-item {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  margin-right: 5px;
}

.business-slider.style2 .hot-news-box .tr-post-item:after {
  position: absolute;
  top: 0;
  right: -6px;
  content: "";
  background: #21541c;
  width: 1px;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.business-slider.style2 .hot-news-box .tr-post-item.active:after, .business-slider.style2 .hot-news-box .tr-post-item:hover:after {
  visibility: visible;
  opacity: 1;
  height: 100%;
}

.business-slider.style2 .hot-news-box .tr-post-item.active .tr-post-title a, .business-slider.style2 .hot-news-box .tr-post-item:hover .tr-post-title a {
  text-decoration: underline;
}

.business-slider.style2 .hot-news-box .tr-post-item .tr-post-cat {
  font-size: 14px;
  line-height: 26px;
  display: block;
  color: #656565;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding-left: 13px;
}

.business-slider.style2 .hot-news-box .tr-post-item .tr-post-cat:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  background: #21541c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.business-slider.style2 .hot-news-box .tr-post-item .tr-post-title {
  font-size: 18px;
  margin: 5px 0 10px;
}

.business-slider.style2 .hot-news-box .tr-post-item .tr-post-title a {
  color: #fff;
}

.business-slider.style2 .hot-news-box .tr-post-item .published-date {
  position: relative;
  padding-left: 22px;
  margin: 0;
  color: #fff;
}

.business-slider.style2 .hot-news-box .tr-post-item .published-date i {
  color: #21541c;
  position: absolute;
  font-size: 18px;
  top: 4px;
  left: 0;
}

/*-------------------------------
         Travel CSS
-------------------------------*/
.travel-bg-1 {
  background-image: url(../img/travel/travel-bg-1.jpg);
}

.travel-bg-2 {
  background-image: url(../img/travel/travel-bg-2.jpg);
}

.travel-bg-3 {
  background-image: url(../img/travel/travel-bg-3.jpg);
}

.latest-btn-wrap .travel-next,
.latest-btn-wrap .travel-next-two,
.latest-btn-wrap .latest-next,
.latest-btn-wrap .travel-prev,
.latest-btn-wrap .travel-prev-two,
.latest-btn-wrap .latest-prev,
.travel-btn-wrap .travel-next,
.travel-btn-wrap .travel-next-two,
.travel-btn-wrap .latest-next,
.travel-btn-wrap .travel-prev,
.travel-btn-wrap .travel-prev-two,
.travel-btn-wrap .latest-prev {
  display: inline-block;
}

.latest-btn-wrap .latest-next,
.latest-btn-wrap .travel-next,
.latest-btn-wrap .travel-next-two,
.travel-btn-wrap .latest-next,
.travel-btn-wrap .travel-next,
.travel-btn-wrap .travel-next-two {
  margin-left: 10px;
}

.ad-2 {
  background-image: url(../img/news/ad-img-3.jpg);
}

.ad-img {
  height: 431px;
  border-radius: 10px;
}

.news-slider-1 {
  background-image: url(../img/news/news-slider-1.png);
}

.news-slider-img {
  height: 500px;
}

.news-img-slider-thumb {
  height: 495px;
  overflow: hidden;
}

/*-------------------------------
         Top News CSS
-------------------------------*/
.top-news-slider .top-news-info .news-metainfo li,
.top-news-slider .top-news-info .news-metainfo a,
.top-news-slider .top-news-info .news-metainfo i {
  color: #fff;
}

/*-------------------------------
         Latest News CSS
-------------------------------*/
.latest-news-slider {
  margin-bottom: 25px;
}

.latest-news-slider .news-box {
  text-align: left;
}

.latest-news-slider.style2 .news-box.style3 .news-img {
  position: relative;
}

.latest-news-slider.style2 .news-box.style3 .news-img .news-cat {
  position: absolute;
  top: 20px;
  left: 20px;
}

.latest-news-slider.style2 .news-box.style3 .news-info-wrap p {
  margin-bottom: 0;
}

/*-------------------------------
         Politics News CSS
-------------------------------*/
.politics-pagination.slider-pagination,
.top-news-pagination.slider-pagination {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
  width: auto;
  height: 50%;
}

.politics-news-slider .news-box .news-title a {
  display: block;
}

.politics-wrap.style2 .news-box.style11 .news-info .news-title {
  font-size: 18px;
  line-height: 1.3;
}

.politics-wrap.style2 .news-box.style11 .news-info p {
  display: none;
}

/*-------------------------------
         Video News CSS
-------------------------------*/
.video-bg-1 {
  background-image: url(../img/video/video-news-1.jpg);
}

.video-bg-2 {
  background-image: url(../img/video/video-news-2.jpg);
}

.video-bg-3 {
  background-image: url(../img/video/video-news-3.jpg);
}

.video-bg {
  position: relative;
  border-radius: 20px;
}

.video-bg img {
  border-radius: 20px;
}

.video-bg:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 70%;
  border-radius: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.97)), color-stop(35%, rgba(0, 0, 0, 0.5)), color-stop(57%, rgba(0, 0, 0, 0.019)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.019) 57%);
  z-index: 1;
}

.video-box {
  margin: 0 0 25px;
}

.video-box .video-bg {
  overflow: hidden;
}

.video-box .video-bg img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.video-box.style1 .video-news-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding-right: 20px;
  z-index: 2;
}

.video-box.style1 .video-news-info .news-title {
  font-size: 18px;
}

.video-box.style1 .video-news-info .news-title a {
  color: #fff;
}

.video-box.style1 .video-news-info .news-metainfo li {
  color: #fff;
  font-size: 13px;
}

.video-box.style1 .video-news-info .news-metainfo li i {
  color: #21541c;
  margin-right: 4px;
}

.video-box.style1 .video-news-info .news-metainfo li a {
  color: #fff;
}

.video-box.style1:hover .circle:after {
  opacity: 1;
  visibility: visible;
}

.video-box.style2 .video-news-info {
  margin: 0 0 15px;
}

.video-box.style2 .video-news-info .news-title {
  margin: 0 0 5px;
}

.video-box.style2:hover .circle:after {
  opacity: 1;
  visibility: visible;
}

.video-box .circle:after {
  opacity: 0;
  visibility: hidden;
}

.video-box:hover .video-bg img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.video-box:hover .news-title a {
  color: #21541c !important;
}

.video-bg {
  position: relative;
}

.video-bg .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  margin-left: 3px;
}

.video-bg .video-play i {
  color: #21541c;
  font-size: 22px;
  line-height: 0.8;
  position: relative;
  left: 2px;
}

.circle {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.circle i {
  color: #fff;
  line-height: 0.8;
}

.circle:after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
  border: 15px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-animation: ripple 2s linear 1.5s infinite;
          animation: ripple 2s linear 1.5s infinite;
}

.news {
  width: 350px;
  height: 25px;
  overflow: hidden;
  padding: 0 0 0 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.news ul {
  -webkit-animation: ticker 10s cubic-bezier(1, 0, 0.5, 0) infinite;
          animation: ticker 10s cubic-bezier(1, 0, 0.5, 0) infinite;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.news ul:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.news ul li {
  line-height: 30px;
  list-style: none;
}

.news ul li a {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  position: relative;
  top: -1px;
}

.news span:hover + ul {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes ticker {
  0% {
    margin-top: 0;
  }
  25% {
    margin-top: -30px;
  }
  50% {
    margin-top: -60px;
  }
  75% {
    margin-top: -90px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes ticker {
  0% {
    margin-top: 0;
  }
  25% {
    margin-top: -30px;
  }
  50% {
    margin-top: -60px;
  }
  75% {
    margin-top: -90px;
  }
  100% {
    margin-top: 0;
  }
}

/*-------------------------------
          About CSS
--------------------------------*/
.about-img {
  margin: 0 0 20px;
}

.about-title {
  margin: 0 0 20px;
}

.about-text p:last-child {
  margin-bottom: 0;
}

/*----------------------------------
       Team  Section CSS
------------------------------------*/
.team-card {
  overflow: hidden;
  margin: 0 0 50px;
}

.team-card .member-img {
  position: relative;
}

.team-card .member-img .member-info {
  text-align: center;
  position: absolute;
  bottom: -60px;
  left: 25px;
  background: #fff;
  width: calc(100% - 50px);
  padding: 22px 25px 25px;
  -webkit-box-shadow: 0 0 15px rgba(80, 150, 141, 0.15);
          box-shadow: 0 0 15px rgba(80, 150, 141, 0.15);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.team-card .member-img .member-info span {
  font-weight: 500;
  color: #21541c;
  display: block;
}

.team-card .member-img .member-info h5 {
  font-weight: 600;
  line-height: 1.2;
  margin: 6px 0 15px 0;
}

.team-card:hover .member-img .member-info {
  bottom: 0;
}

/*-------------------------------
         Contact CSS
-------------------------------*/
.contact-wrap .contact-form-wrap {
  border: 1px solid #eee;
}

#contactModal .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
  font-size: 14px;
  z-index: 2;
}

.content-title h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  display: inline-block;
}

.content-title p {
  margin: 10px 0 0;
  opacity: 0.7;
}

.contact-form-wrap {
  padding: 50px;
}

.contact-form-wrap .contact-form .form-group {
  position: relative;
  margin-bottom: 15px;
}

.contact-form-wrap .contact-form .form-group input,
.contact-form-wrap .contact-form .form-group textarea {
  width: 100%;
  border: 1px solid #EEEFF2;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: transparent;
}

.contact-form-wrap .contact-form .form-group input:focus,
.contact-form-wrap .contact-form .form-group textarea:focus {
  border-color: #000;
}

.contact-form-wrap .contact-form .form-group i {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #ABA8B0;
}

.contact-form-wrap .contact-form .form-group input {
  height: 50px;
}

.contact-form-wrap .contact-form .form-group textarea {
  height: 150px;
  resize: none;
}

.contact-form-wrap .comp-map {
  width: 100%;
  height: 100%;
}

.contact-form-wrap .comp-map iframe {
  width: 100%;
  height: 100%;
}

/*-------------------------------
    News Details CSS
--------------------------------*/
article {
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EEEFF2;
}

article p:last-child {
  margin-bottom: 0;
}

article .post-subtitle {
  margin: 0 0 15px;
}

.post-img {
  border-radius: 10px;
  position: relative;
  margin: 0 0 20px;
}

.post-img .news-cat {
  position: absolute;
  top: 25px;
  left: 25px;
}

.post-img img {
  border-radius: 10px;
}

.post-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 20px;
}

.wp-block-quote {
  position: relative;
  padding: 35px 35px 38px;
  background-color: #FCFCFF;
  text-align: left;
  margin: 30px 0 30px;
}

.wp-block-quote p {
  font-size: 18px;
  color: #000;
  font-style: italic;
  font-weight: 500;
  position: relative;
  margin: 0;
}

.wp-block-quote i {
  position: absolute;
  bottom: 16px;
  right: 30px;
  z-index: 0;
  font-weight: 700;
  color: #21541c;
  font-size: 30px;
}

.content-feature-list {
  margin: 0 0 25px 0;
}

.content-feature-list li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 10px;
  font-weight: 600;
}

.content-feature-list li i {
  position: absolute;
  top: 4px;
  left: 0;
  color: #21541c;
  font-size: 20px;
  line-height: 0.8;
}

/*----------Comment css-----------*/
.comment-box-title {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 25px;
  border-radius: 5px;
}

.comment-box-title span {
  font-weight: 600;
}

.comment-item {
  margin: 0 0 25px;
  padding: 20px;
  background: #f9f9f9;
}

.comment-item.reply {
  margin-left: 40px;
}

.comment-item:last-child {
  margin: 0;
  border-bottom: none;
}

.comment-item .comment-author-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.comment-item .comment-author-img img {
  border-radius: 50%;
}

.comment-item .comment-author-wrap {
  width: calc(100% - 110px);
  margin-left: 20px;
}

.comment-item .comment-author-wrap .comment-author-name h5 {
  line-height: 1;
  margin: 0;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
}

.comment-item .comment-author-wrap .comment-author-name .comment-date {
  font-size: 14px;
  margin: 0;
  color: #999;
  margin-left: 20px;
}

.comment-item .comment-author-wrap .comment-author-name .comment-date i {
  position: relative;
  top: 2px;
  color: #21541c;
  margin-right: 4px;
}

.comment-item .comment-author-wrap .comment-text {
  margin: 3px 0 7px;
}

.comment-item .comment-author-wrap .comment-text p {
  margin: 0;
  font-size: 15px;
}

.comment-item.review-box .comment-author-wrap .comment-author-name .comment-date i {
  top: 0px;
  margin-right: 5px;
}

.comment-form-title h4 {
  margin-bottom: 20px;
  color: #000;
  line-height: 1;
}

.comment-form .form-group {
  margin: 0 0 20px;
  position: relative;
}

.comment-form .form-group i {
  position: absolute;
  top: 17px;
  right: 17px;
  color: #999;
}

.comment-form .form-group label {
  font-weight: 500;
  display: block;
  margin: 0 0 5px;
}

.comment-form .form-group input,
.comment-form .form-group textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 15px;
  font-size: 14px;
  color: #000;
}

.comment-form .form-group input:focus,
.comment-form .form-group textarea:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.comment-form .form-group input {
  height: 50px;
}

.comment-form .form-group textarea {
  height: 129px;
  resize: none;
}

.form_group {
  position: relative;
}

.form_group label {
  padding-left: 20px;
}

.form_group input {
  position: absolute;
  top: 5px;
  left: 0;
}

.post-comment-wrap {
  border: 1px solid #ABA8B0;
  padding: 25px;
  margin: 0 0 25px;
}

.post-comment-wrap.review-box {
  border: none;
  padding: 0;
}

.post-comment-wrap .comment-title {
  line-height: 1;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ABA8B0;
}

.post-comment-wrap .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px;
}

.post-comment-wrap .comment-item:last-child {
  margin: 0;
}

.post-comment-wrap .comment-item .comment-author_img {
  width: 75px;
}

.post-comment-wrap .comment-item .comment-author_text {
  width: calc(100% - 95px);
  margin-left: 20px;
}

.post-comment-wrap .comment-item .comment-author_text p {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.7;
  margin: 0;
}

.comment-author_info {
  margin: 0 0 8px;
}

.comment-author_info h6,
.comment-author_info p {
  display: inline-block;
}

.comment-author_info h6 {
  line-height: 21px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.comment-author_info span {
  margin-left: 10px;
  line-height: 1.4;
}

.comment-author_info span i {
  color: #21541c;
  position: relative;
  top: -1px;
  left: 1px;
}

.comment-author_info p {
  margin-left: 25px !important;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  opacity: 0.7;
}

.post-tag span,
.post-share span {
  font-weight: 600;
  margin-right: 5px;
}

.post-tag li {
  display: inline-block;
}

.post-tag li a {
  color: #555;
  font-size: 15px;
}

.post-tag ul {
  display: inline-block;
}

.post-share {
  display: inline-block;
}

.post-share ul {
  display: inline-block;
}

.post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px;
  margin: 34px 0;
  border-radius: 5px;
  background: #f9f9f9;
}

.post-author .post-author-img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
}

.post-author .post-author-img img {
  border-radius: 50%;
}

.post-author .post-author-info {
  width: calc(100% - 190px);
  margin-left: 20px;
}

.post-author .post-author-info h4 {
  font-size: 20px;
}

.post-author .post-author-info p {
  margin: 0 0 15px;
}

#cmt-form {
  padding: 25px 25px 25px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}

#cmt-form .checkbox label {
  color: #999;
}

/*---------------------------------
        New Arrival Product CSS
-----------------------------------*/
.new-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px;
}

.new-product-item:last-child {
  margin: 0;
}

.new-product-item .new-product-img {
  width: 70px;
  text-align: center;
}

.new-product-item .new-product-img img {
  margin: 0 auto;
  display: block;
}

.new-product-item .new-product-info {
  width: calc(100% - 95px);
  margin-left: 15px;
}

.new-product-item .new-product-info h6 {
  margin: 0 0 4px;
  font-weight: 600;
}

.new-product-item .new-product-info h6 a {
  color: #000;
}

.new-product-item .new-product-info span {
  color: #21541c;
  font-size: 14px;
}

.new-product-item .new-product-info span.discount {
  text-decoration: line-through;
  margin-left: 5px;
  color: #eee;
}

/*-------Product Counter-------*/
.single-product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 26px;
}

.single-product-option button:nth-child(1), .single-product-option button:nth-child(2) {
  margin-right: 15px;
}

.product-quantity {
  width: 144px;
  margin-right: 10px;
}

.product-quantity .qtySelector {
  position: relative;
  border: 0.5px solid rgba(69, 69, 70, 0.1);
  height: 42px;
}

.product-quantity .qtySelector span {
  width: 48px;
  position: absolute;
  top: 0;
  height: 100%;
  background: #EEEFF2;
  border: none;
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  color: #000;
}

.product-quantity .qtySelector span.decreaseQty {
  left: 0;
}

.product-quantity .qtySelector span.increaseQty {
  right: 0;
}

.product-quantity .qtySelector input {
  width: calc(100% - 96px);
  background: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left: 1px solid rgba(69, 69, 70, 0.1);
  border-right: 1px solid rgba(69, 69, 70, 0.1);
  left: 48px;
  position: relative;
  height: 42px;
  top: -1px;
  text-align: center;
  color: #000;
}

.product-quantity.style2 {
  width: auto;
  border: 1px solid #21541c;
  border-radius: 5px;
}

.product-quantity.style2 .qtySelector {
  height: 66px;
  width: 80px;
}

.product-quantity.style2 .qtySelector .decreaseQty {
  left: 40px;
  top: auto;
  bottom: 0;
  height: 33px;
  width: 40px;
  background: transparent;
  border-top: 1px solid #21541c;
  line-height: 32px;
}

.product-quantity.style2 .qtySelector input {
  left: 0;
  width: 40px;
  height: 67px;
  border-right: 1px solid #21541c;
  border-radius: 3px;
  color: #21541c;
  font-weight: 500;
}

.product-quantity.style2 .qtySelector .increaseQty {
  left: 40px;
  top: 0;
  width: 40px;
  height: 33px;
  background: transparent;
  line-height: 32px;
}

.add-cart button,
.add-wishlist button {
  margin-right: 10px;
  font-weight: 400 !important;
}

.add-cart button i,
.add-wishlist button i {
  margin-right: 10px;
  top: 1px !important;
}

.add-cart button.v3,
.add-wishlist button.v3 {
  border-color: rgba(0, 0, 0, 0.2);
}

.rating-star {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.rating-star li {
  display: inline-block;
  margin: 0 2px;
}

.rating-star li i {
  font-size: 18px;
  color: #21541c;
}

.product-description-box {
  border: 1px solid #ddd;
  border-radius: 20px 0;
  padding: 25px;
}

.product-description-box .product-desc h3 {
  margin: 0 0 20px;
}

.product-description-box .product-desc p {
  margin: 0;
}

.additional-info li {
  margin: 0 0 10px;
}

.additional-info li:last-child {
  margin-bottom: 0;
}

.additional-info li p span {
  width: 100px;
  font-weight: 600;
  display: inline-block;
}

.product-more-option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 22px;
}

.product-more-option-item:last-child {
  margin: 0;
}

.product-more-option-item h6 {
  margin: 0 12px 0 0;
}

.product-more-option-item a {
  position: relative;
}

/*----------------------------------
        Checkout CSS
----------------------------------*/
.checkout-details {
  background: #FCFCFF;
  padding: 20px 25px 10px;
}

.checkout-details .content-box-title {
  background: #fff;
  margin: 0 -10px;
}

.checkout-details .content-box-title h5 {
  font-size: 24px;
  line-height: 1;
  padding: 15px 10px;
  color: #21541c;
}

.checkout-details .form-group input {
  height: 52px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 40px 10px 15px;
  border: 1px solid #EEEFF2;
}

.checkout-details .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  background: #21541c;
  border: none;
  height: 100%;
  color: #fff;
  font-size: 16px;
  padding: 0 25px;
}

.payment-method {
  background: #fff;
}

.payment-method .content-box-title h5 {
  font-size: 24px;
  line-height: 1;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.payment-method .select-method {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.payment-method .select-method div {
  margin: 0 0 10px;
  display: block;
}

.payment-method .select-method div:last-child {
  margin: 0;
}

.payment-method .select-method div label {
  padding-left: 28px !important;
}

.payment-method .select-method div p {
  margin: 0 0 0 28px;
  opacity: 0.7;
}

.payment-method .select-method [type="radio"]:checked + label::before,
.payment-method .select-method [type="radio"]:not(:checked) + label::before {
  width: 18px;
  height: 18px;
  top: 1px;
}

.payment-method .select-method [type="radio"]:checked + label::after,
.payment-method .select-method [type="radio"]:not(:checked) + label::after {
  width: 10px;
  height: 10px;
  top: 5px;
  left: 4px;
}

.payment-method .select-method [type="radio"]:checked + label,
.select-method [type="radio"]:not(:checked) + label {
  font-weight: 600;
  color: #ABA8B0;
}

form.checkout textarea {
  height: 145px;
}

.bill-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4px 0;
}

.bill-item .bill-item-name p {
  margin: 0;
  color: #000;
}

.bill-item .bill-item-price span {
  color: #000;
}

.bill-details > h5 {
  color: #fff;
  background: #000;
  padding: 20px;
  margin: 0;
}

.bill-details .subtotal-item h6 {
  margin: 0 0 10px;
}

.bill-details .subtotal-item.style2 {
  padding: 2px 0;
}

.bill-details .subtotal-item.style2 .subtotal-item-left p,
.bill-details .subtotal-item.style2 .subtotal-item-right p {
  font-weight: 400;
}

.bill-item-wrap {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
}

.total-amt {
  text-align: center;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin-top: 25px;
}

.total-amt.style2 {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  margin: 0;
}

.total-amt h5 {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 400;
}

.total-amt span {
  color: #21541c;
  font-size: 32px;
  font-weight: 700;
  display: block;
}

.subtotal-wrap {
  padding: 10px 0 5px;
}

.subtotal-wrap .subtotal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 6.5px 0;
}

.subtotal-wrap .subtotal-item .subtotal-item-right {
  color: #000;
}

.subtotal-wrap .subtotal-item .subtotal-item-right span {
  font-weight: 700;
}

.subtotal-wrap .subtotal-item .subtotal-item-left h6 {
  margin: 0;
  font-weight: 700;
}

.subtotal-wrap .subtotal-item .form-group {
  position: relative;
}

.subtotal-item-left p,
.subtotal-item-right p {
  margin: 0;
  font-weight: 700;
  color: #000;
}

.total-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0 0;
  border-top: 1px solid #EEEFF2;
}

.total-wrap h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin: 0;
}

.total-wrap span {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.select-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 0 0;
}

.select-method div {
  margin-right: 20px;
}

.select-method [type="radio"]:checked,
.select-method [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.select-method [type="radio"]:checked + label,
.select-method [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;
  font-weight: 400;
}

.select-method [type="radio"]:checked + label::before,
.select-method [type="radio"]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  border: 1px solid #21541c;
  border-radius: 100%;
  background: transparent;
}

.select-method [type="radio"]:checked + label::before {
  background-color: #fff;
}

.select-method [type="radio"]:checked + label:after,
.select-method [type="radio"]:not(:checked) + label:after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #21541c;
  top: 7px;
  left: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.select-method [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.select-method [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.checkout-promobox {
  background: #fff;
  padding: 15px;
  margin: 0 0 25px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.checkout-promobox .form_group label a {
  margin-left: 6px;
}

.checkout-form {
  background: #fff;
}

.checkout-form .form-group {
  margin: 0 0 15px;
}

.checkout-form .form-group label {
  font-weight: 600;
  margin: 0 0 8px;
  display: block;
  color: #000;
}

.checkout-form .form-group input,
.checkout-form .form-group textarea {
  border: 1px solid #eee;
  border-radius: 5px;
  color: #000;
  width: 100%;
  padding: 10px 15px;
}

.checkout-form .form-group input {
  height: 48px;
}

.checkout-form .form-group textarea {
  height: 110px;
  resize: none;
}

/*------------------------------
        Wishlist CSS
-------------------------------*/
.product-card {
  margin: 0 0 30px;
}

.product-card .product-img {
  margin-bottom: 15px;
}

.product-card .product-price {
  margin-bottom: 15px;
  font-weight: 400;
}

.product-card .product-price .discount {
  color: #999;
}

.product-card:hover .product-info h5 a {
  color: #21541c;
}

.wishlist-table {
  padding-bottom: 30px;
}

.wishlist-table table {
  margin: 0;
}

.wishlist-table table thead tr {
  border-top: none;
}

.wishlist-table table thead tr th {
  border: none;
  color: #000;
  padding: 20px 30px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid rgba(69, 69, 70, 0.2) !important;
}

.wishlist-table table tbody tr {
  vertical-align: middle;
}

.wishlist-table table tbody tr:last-child td {
  border: none;
}

.wishlist-table table tbody tr td {
  padding: 12.5px 20px 12.5px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.wishlist-table table tbody tr td .wh_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wishlist-table table tbody tr td .wh_item a {
  font-size: 20px;
  font-weight: 500;
  margin-left: 15px;
  width: calc(100% - 80px);
}

.wishlist-table table tbody tr td .wh_item a:hover {
  color: #21541c;
}

.wishlist-table table tbody tr td .wh_item:hover span {
  color: #21541c;
}

.wishlist-table table tbody tr td .wh_item img {
  max-width: 100px;
  display: block;
  border-radius: 5px;
  background: #fff;
}

.wishlist-table table tbody tr td .wh_item span {
  width: calc(100% - 115px);
  margin-left: 15px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
}

.wishlist-table table tbody tr td .wh-tem-price {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.wishlist-table table tbody tr td p {
  margin: 0;
  color: #21541c;
}

.wishlist-table table tbody tr td button {
  background: transparent;
  display: block;
  margin: 0 auto;
  padding: 0;
  border: none;
  font-size: 30px;
  color: #999;
  opacity: 0.8;
}

.wishlist-table table tbody tr td button:hover {
  color: #21541c;
}

.wishlist-table table tbody tr td button span {
  color: #21541c;
  font-size: 18px;
  line-height: 30px;
}

.promo-code {
  position: relative;
}

.promo-code input {
  border: 1px solid #ddd;
  height: 52px;
  border-radius: 5px;
  color: #ABA8B0;
  background: transparent;
  margin-right: 10px;
  padding: 10px;
  width: 100%;
}

.promo-code button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #21541c;
  border: none;
  color: #fff;
  padding: 0 18px;
  border-radius: 0 5px 5px 0;
}

.table-footer {
  padding: 25px 20px 0;
}

.wishlist-table table thead tr th:nth-child(1) {
  text-align: left;
}

.wishlist-table table tbody tr td .product-quantity {
  margin: 0 auto;
}

.wishlist-table table tbody tr td .product-quantity .qtySelector input {
  left: 0;
}

.product-quantity.style3 span {
  background: #fff;
  color: #21541c;
}

.product-quantity.style3 input {
  background: #21541c;
  color: #fff;
}

.cart-action {
  width: 30px;
  height: 30px;
  background: #fff !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.cart-action i {
  font-size: 16px;
  position: relative;
  top: -3px;
}

.checkout label {
  font-weight: 600;
  margin: 0 0 8px;
}

.checkout .form-group input {
  border: none;
  border-radius: 5px;
  background: #F1F1F1;
  color: #999;
}

.checkout .form-group textarea {
  border: none;
  border-radius: 5px;
  background: #F1F1F1;
  color: #999;
  height: 120px;
}

/*---------------------------------
        Shop Details CSS
-----------------------------------*/
.product-gallery.swiper-container.gallery-top {
  height: auto !important;
}

.gallery-top {
  padding: 10px;
}

.product-large-img {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0;
  padding: 40px 30px 40px 30px;
}

.product-large-img img {
  margin: 0 auto;
  display: block;
}

.product-large-img .discount-price {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #21541c;
  display: inline-block;
  line-height: 1;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}

.gallery-thumbs .product-thumb {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 5px;
  cursor: pointer;
}

.gallery-thumbs .product-thumb img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
  padding: 20px 0;
}

.profuct-result p {
  margin: 0;
}

.single-product-details .single-product-title {
  position: relative;
}

.single-product-details .single-product-title h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 18px;
}

.single-product-details .single-product-title h3 {
  font-size: 16px;
  color: #21541c;
  line-height: 1.5;
  font-weight: 400;
  margin: 7px 0 7px;
}

.single-product-details .single-product-title h3 .discount {
  margin-left: 0 !important;
  margin-right: 8px;
  color: #000;
}

.single-product-details .single-product-title h3 .dis_percentage {
  color: #999;
  border: 1px solid #21541c;
  border-radius: 3px;
  margin-left: 5px;
  font-weight: 400;
  padding: 2px 6px;
}

.single-product-details .rating {
  margin: 0 0 15px;
}

.single-product-details .rating i {
  font-weight: 400;
  color: #21541c;
}

.single-product-details .rating span {
  color: #ABA8B0;
}

.single-product-details .single-product-desc {
  margin: 15px 0 25px;
}

.single-product-details .single-product-desc p {
  opacity: 0.7;
  margin: 0;
}

.pp-product-wrap {
  margin: 0 0 15px;
}

.pp-product-wrap .pp-product-img {
  width: 100px;
}

.pp-product-wrap .pp-product-info {
  width: calc(100% - 115px);
  margin-left: 15px;
}

.pp-product-wrap .pp-product-info a {
  font-weight: 600;
}

.pp-product-wrap .pp-product-info .rating i {
  font-weight: 400;
  color: #21541c;
}

.pp-product-wrap .pp-product-info .rating span {
  color: #ABA8B0;
}

.p_ratings i {
  font-weight: 400;
  color: #21541c;
}

.p_ratings span {
  color: #ABA8B0;
}

.product-tablist {
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 0 0 25px;
}

.product-tablist .nav-item {
  border-radius: 0;
  margin-right: 30px;
}

.product-tablist .nav-item:last-child {
  margin: 0;
}

.product-tablist .nav-item .nav-link {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  background: transparent;
  border: none !important;
  border-radius: 0;
  padding: 12px 0;
  text-align: center;
  position: relative;
}

.product-tablist .nav-item .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 2px;
  background-color: #21541c;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-tablist .nav-item .nav-link.active {
  font-weight: 600;
}

.product-tablist .nav-item .nav-link.active:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.product_desc p:last-child {
  margin: 0;
}

/*-------------------------------
         Responsive CSS
-------------------------------*/
@media only screen and (max-width: 375px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
  .checkbox label,
  .checkbox label a {
    font-size: 14px;
  }
  .author-info-wrap .news-author-img {
    width: 35px;
    height: 35px;
  }
  .author-info-wrap .author-info {
    width: calc(100% - 50px);
    margin-left: 10px;
  }
  .author-info-wrap .author-info .author-info h5 {
    font-size: 16px;
  }
  .author-info-wrap .author-info .news-metainfo li {
    font-size: 13px;
  }
  .news-box.style5 .news-info .news-title, .news-box.style10 .news-info .news-title {
    font-size: 15px;
    line-height: 22px;
  }
  .news-metainfo li {
    font-size: 14px;
  }
  .news-metainfo li i {
    font-size: 14px;
  }
  .news-box.style5 .news-info .news-title, .news-box.style10 .news-info .news-title {
    margin: 0 0 5px;
  }
  .news-tablist.style2 .nav-link {
    padding: 13px 15px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .sm-none {
    display: none !important;
  }
  .sm-center {
    text-align: center !important;
  }
  .smt-20 {
    margin-top: 20px;
  }
  .smb-70 {
    margin-bottom: 50px !important;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-50 {
    padding-bottom: 0px;
  }
  .mt-100 {
    margin-top: 50px !important;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pb-75 {
    padding-bottom: 25px;
  }
  .pb-50 {
    padding-bottom: 0px;
  }
  .pt-75 {
    padding-top: 25px;
  }
  .mb-40 {
    margin-bottom: 25px !important;
  }
  .logo img {
    max-width: 100px;
  }
  .business-slider.style2 .business-slide-item .news-info {
    margin-bottom: 35px;
  }
  .business-slider.style2 .business-slide-item .news-info .news-title {
    font-size: 24px;
  }
  .business-slider.style2 .hot-news-box {
    margin-top: 35px;
  }
  .business-slider.style2 .hot-news-box .tr-post-item .tr-post-title {
    font-size: 15px;
  }
  .business-slider.style2 .swiper-pagination {
    text-align: center;
    bottom: 50px;
  }
  .content-wrapper {
    margin: 65px 0 0 !important;
  }
  .hero-btn-wrap,
  .feature-btn-wrap {
    margin-top: 15px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-two-prev,
  .feature-one-prev {
    left: auto;
  }
  .hero-btn-wrap .hero-two-prev,
  .feature-btn-wrap .feature-one-prev,
  .hero-btn-wrap .hero-two-next,
  .feature-btn-wrap .feature-one-next {
    top: auto;
    margin: 0 10px;
    position: relative;
  }
  .hero-two-next {
    right: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .feature-btn-wrap .feature-one-prev,
  .feature-btn-wrap .feature-one-next {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .feature-btn-wrap .feature-one-prev i,
  .feature-btn-wrap .feature-one-next i {
    color: #21541c;
  }
  #contactModal .contact-form-wrap {
    padding: 25px 0;
  }
  .contact-form-wrap .content-title h2 {
    font-size: 22px;
  }
  .news-tablist {
    margin-bottom: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .news-tablist .nav-item:first-child .nav-link {
    padding-left: 0;
  }
  .news-tablist.style2:first-child .nav-link, .news-tablist.style3:first-child .nav-link {
    padding-left: 20px;
  }
  .post-tag {
    margin: 0 0 20px;
  }
  /*------Footer CSS-------*/
  .copyright,
  .footer-bottom-menu {
    text-align: center;
  }
  .copyright {
    margin-top: 10px;
  }
  .back-to-top i {
    font-size: 18px;
    position: relative;
    top: -2px;
  }
  .promo-code {
    margin-bottom: 20px;
  }
  .cart-wrap .btn.style1 {
    width: 100%;
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-100 {
    padding-top: 70px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .pb-50 {
    padding-bottom: 20px;
  }
  .mt-100 {
    margin-top: 70px !important;
  }
  .smb-25 {
    margin-bottom: 25px;
  }
  .smb-70 {
    margin-bottom: 70px !important;
  }
  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pt-70 {
    padding-top: 40px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pb-75 {
    padding-bottom: 45px;
  }
  .pb-50 {
    padding-bottom: 20px;
  }
  .pt-75 {
    padding-top: 45px;
  }
  .hero-two-prev {
    left: 40px;
  }
  .hero-two-next {
    right: 40px;
  }
  .feature-one-prev {
    left: 7px;
  }
  .feature-one-next {
    right: 7px;
  }
  .business-slider.style2 .business-slide-item .news-info .news-title {
    font-size: 30px;
  }
  .business-slider.style2 .hot-news-box .tr-post-item .tr-post-title {
    font-size: 16px;
  }
  .business-slider.style2 .swiper-pagination {
    left: calc((100% - 720px) / 2 + 15px);
    text-align: left;
    bottom: 250px;
  }
  /*------Video Box CSS------*/
  .video-box.style2 .video-news-info {
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .container {
    max-width: 1200px;
  }
  .hr-news-box.style1 .news-img {
    width: 170px;
  }
  .hr-news-box.style1 .news-info {
    width: calc(100% - 185px);
  }
  .ad-img {
    height: 393px;
    border-radius: 10px;
  }
}

@media only screen and (min-width: 1400px) {
  .hero-two-prev {
    left: calc((100% - 1320px) / 2 - 15px);
  }
  .hero-two-next {
    right: calc((100% - 1320px) / 2 - 15px);
  }
  .feature-one-prev {
    left: calc((100% - 1320px) / 2 - 25px);
  }
  .feature-one-next {
    right: calc((100% - 1320px) / 2 - 25px);
  }
  .business-slider.style2 .swiper-pagination {
    left: calc((100% - 1334px) / 2 + 15px);
    text-align: left;
    bottom: 250px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1500px) {
  .main-menu-wrap #menu ul li a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .xl-none {
    display: none !important;
  }
  .hero-two-prev {
    left: calc((100% - 1200px) / 2 + 10px);
  }
  .hero-two-next {
    right: calc((100% - 1200px) / 2 + 10px);
  }
  .feature-one-prev {
    left: calc((100% - 1200px) / 2 - 10px);
  }
  .feature-one-next {
    right: calc((100% - 1200px) / 2 - 10px);
  }
  .business-slider.style2 .swiper-pagination {
    left: calc((100% - 1200px) / 2 + 15px);
    text-align: left;
    bottom: 250px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ad-img {
    height: 430px;
  }
  .lmt-20 {
    margin-top: 20px !important;
  }
  .contact-form-wrap {
    padding: 30px;
  }
  .contact-form-wrap .content-title h2 {
    font-size: 32px;
  }
  .hero-two-prev {
    left: 40px;
  }
  .hero-two-next {
    right: 40px;
  }
  .feature-one-prev {
    left: 0;
  }
  .feature-one-next {
    right: 0;
  }
  .business-slider.style2 .swiper-pagination {
    left: calc((100% - 960px) / 2 + 15px);
    text-align: left;
    bottom: 250px;
  }
}

@media only screen and (min-width: 1200px) {
  .xl-none {
    display: none !important;
  }
  .content-wrapper {
    margin: 144px 0 0;
  }
}

@media only screen and (max-width: 1199px) {
  .lg-center {
    text-align: center !important;
  }
  .lg-none {
    display: none !important;
  }
  .page-wrapper {
    overflow-x: hidden;
  }
  .content-wrapper {
    margin: 72px 0 0;
  }
  .sidebar.style1 {
    margin: 50px 0 0;
  }
  .sidebar.style2 {
    margin: 30px 0 0;
  }
  .header-wrap.style1 .header-top .header-top-left .present-date {
    margin: 0 0 15px;
  }
  .header-wrap .header-top-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start !important;
  }
  .navbar-language .dropdown-toggle {
    padding-left: 0;
  }
  .header-wrap.style1 .header-top-left .user-option,
  .header-wrap.style2 .header-top-left .user-option,
  .header-wrap.style3 .header-top-left .user-option {
    margin: 10px 0 20px;
  }
  .header-wrap.style2 .header-bottom,
  .header-wrap.style3 .header-bottom {
    padding: 15px 0;
  }
  .header-wrap.style2 .header-top .user-option,
  .header-wrap.style3 .header-top .user-option {
    margin: 10px 0 20px;
    display: inline-block;
  }
  .header-wrap.style2 .header-top .select_lang,
  .header-wrap.style3 .header-top .select_lang {
    max-width: 120px;
    margin-top: 15px;
  }
  .header-wrap .user-option span {
    color: #000;
  }
  .user-menuitem {
    z-index: 5;
  }
  .header-wrap .user-option::after {
    border-color: #000;
  }
  .header-wrap .searchbtn {
    width: 33px;
    height: 33px;
    margin-right: 10px;
    position: relative;
    top: -3px;
  }
  .header-wrap .searchbtn i {
    font-size: 15px;
  }
  .header-wrap .sidebar-menu {
    padding: 1px 6px;
  }
  .menu-bar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mobile-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    position: relative;
    top: 4px;
  }
  .menu-close {
    position: absolute;
    top: 13px;
    right: 16px;
  }
  .menu-close i {
    color: #000;
    font-size: 22px;
  }
  .mobile-menu {
    text-align: right;
  }
  .mobile-menu a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
  }
  .mobile-menu a i {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    position: relative;
    top: 1px;
  }
  .main-menu-wrap.style2 ul li a i {
    margin-right: 5px;
  }
  .mobile-top-bar,
  .mobile-menu {
    display: inline-block;
    position: relative;
    top: -3px;
  }
  .header-wrap .header-top {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    background-color: #EEEFF2;
    right: -100%;
    padding: 50px 0 !important;
    display: block;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-wrap .header-top .header-top-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .header-wrap .header-top.open {
    visibility: visible;
    opacity: 1;
    right: 0;
  }
  .header-wrap.style1 .header-bottom {
    padding: 14px 0;
  }
  .header-wrap .sidebar-menu {
    margin-right: 11px;
    position: relative;
    top: -3px;
  }
  .mobile-top-bar {
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    top: 0;
  }
  .mobile-top-bar span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 20px;
    background-color: #000;
    margin: 5.9px 0;
  }
  .mobile-top-bar span:nth-child(1) {
    margin-top: 0;
  }
  .mobile-top-bar span:nth-child(2) {
    width: 12px;
    margin-left: 8px;
  }
  .close-header-top button {
    position: absolute;
    top: 14px;
    right: 10px;
    z-index: 999;
    background: transparent;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
  }
  .close-header-top button i {
    color: #000;
    font-size: 20px;
  }
  .main-menu-wrap {
    width: 100%;
    position: absolute;
    background: #FCFCFF;
    z-index: 999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main-menu-wrap.open {
    left: 0;
  }
  .main-menu > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu > li.has-children.menu-open > span.menu-expand i {
    color: #000;
  }
  .main-menu > li > ul > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu li {
    position: relative;
  }
  .main-menu li:last-child {
    margin: 0;
  }
  .main-menu li > span.menu-expand {
    position: absolute;
    right: 0;
    top: 13px;
    cursor: pointer;
  }
  .main-menu li > span.menu-expand i {
    color: #000;
    font-size: 14px;
  }
  .main-menu li > span.menu-expand:hover {
    color: #000;
  }
  .main-menu li a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .main-menu li a:hover {
    color: #000;
  }
  .main-menu li ul.sub-menu {
    padding-left: 20px;
  }
  .header-wrap.style1 .header-bottom .main-menu-wrap #menu > ul > li > a.active,
  .header-wrap.style1 .header-bottom .main-menu-wrap #menu > ul > li > a:hover,
  .header-wrap.style1 .header-bottom .main-menu-wrap #menu > ul > li > a {
    color: #21541c;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin-right: 0;
  }
  .header-wrap.style1 .header-bottom .main-menu-wrap #menu > ul > li > a::after {
    display: none;
  }
  .main-menu li a.active {
    font-weight: 600;
    border-color: rgba(0, 0, 0, 0.3);
  }
  .header-wrap.style1 .mobile-top-bar span {
    background-color: #fff;
  }
  .breadcrumb-wrapper {
    padding: 200px 0 130px;
  }
  .contact-form {
    margin-top: 25px;
  }
  .hero-wrap.style1 {
    margin-top: 77px;
  }
  .news-box.style2 .news-img {
    height: 280px;
    width: 48%;
    border-radius: 12px 0 0 12px;
  }
  .header-wrap.style3 .mobile-top-bar span {
    background: #fff;
  }
  .header-wrap.style3 .mobile-menu a {
    background: #fff;
  }
  .header-wrap.style3 .mobile-menu a i {
    color: #21541c;
  }
  .header-wrap.style3 .header-top .present-date {
    color: #000;
  }
  .header-wrap.style3 .header-bottom .main-menu-wrap #menu > ul > li > a,
  .header-wrap.style3 .header-bottom .main-menu-wrap #menu > ul > li.has-children .sub-menu li a {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  }
  .news-thumb-item-wrap {
    margin-bottom: 20px;
  }
  /*--------Footer CSS-------*/
  .pp-post-item .pp-post-img {
    width: 100px;
  }
  .pp-post-item .pp-post-info {
    width: calc(100% - 115px);
  }
  .pp-post-item .pp-post-info h6 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .pp-post-item .pp-post-info .published-date {
    font-size: 13px;
  }
  .single-product-details {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .page-wrapper {
    overflow-x: hidden !important;
  }
  .container-full-left {
    padding: 0 15px;
  }
  .md-none {
    display: none !important;
  }
  .smt-30 {
    margin-top: 30px !important;
  }
  .smt-20 {
    margin-top: 20px !important;
  }
  .smb-30 {
    margin-bottom: 30px !important;
  }
  .mt-60 {
    margin-top: 30px !important;
  }
  .md-center {
    text-align: center !important;
  }
  .contact-form-wrap {
    padding: 25px 20px;
  }
  .contact-form-wrap .content-title h2 {
    font-size: 26px;
  }
  .contact-form-wrap .checkbox {
    margin-bottom: 20px;
  }
  .featured-news-wrap.style2 {
    padding-top: 50px;
  }
  .featured-news-wrap.style2 .hr-news-box {
    margin-top: 0;
  }
  .news-tabcontent .news-slider-img {
    height: auto;
  }
}

@media only screen and (max-width: 575px) {
  .xs-center {
    text-align: center;
  }
  .xs-none {
    display: none;
  }
  p {
    font-size: 14px;
    line-height: 26px;
  }
  .hero-slider-two .hero-slider-item .news-box.style5 .news-img {
    height: 450px;
  }
  .hero-slider-two .hero-slider-item .news-box.style5 .news-info {
    max-width: 100%;
    bottom: 18px;
    left: 18px;
  }
  .hero-slider-two .hero-slider-item .news-box.style5 .news-info .news-title {
    font-size: 24px;
  }
  .hero-slider-two .hero-slider-item .news-box.style5 .news-info p {
    display: none;
  }
  .news-box.style2 .news-img {
    height: 250px;
    width: 100%;
    border-radius: 12px;
  }
  .news-box.style7 .news-img {
    width: 100%;
  }
  .news-box.style7 .news-info {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .news-box.style2 .news-info {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .news-box.style9 .news-img,
  .hr-news-box.style1 .news-img,
  .hr-news-box.style2 .news-img,
  .hr-news-box.style3 .news-img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .news-box.style9 .news-info,
  .hr-news-box.style1 .news-info,
  .hr-news-box.style2 .news-info,
  .hr-news-box.style3 .news-info,
  .hr-news-box.style5 .news-info {
    width: 100%;
    margin-left: 0;
  }
  .latest-btn-wrap,
  .travel-btn-wrap {
    text-align: center;
  }
  .hr-news-box.style6 .news-img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 0;
  }
  .hr-news-box.style6 .news-info {
    width: 100%;
    margin-left: 0;
  }
  .politics-wrap.style2 .news-box.style11 .news-info .news-title {
    font-size: 18px;
    line-height: 1.3;
  }
  .politics-wrap.style2 .news-box.style11 .news-info p {
    display: none;
  }
  .over_lay.style1 {
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.8)), color-stop(45%, rgba(0, 0, 0, 0.5)), color-stop(75%, rgba(0, 0, 0, 0.19)));
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.19) 75%);
  }
  .over_lay.style2 {
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 20, 39, 0.97)), color-stop(78%, rgba(0, 20, 39, 0.48)), to(rgba(0, 20, 39, 0.19)));
    background: linear-gradient(360deg, rgba(0, 20, 39, 0.97) 0%, rgba(0, 20, 39, 0.48) 78%, rgba(0, 20, 39, 0.19) 100%);
  }
  .over_lay.style3 {
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.8)), color-stop(45%, rgba(0, 0, 0, 0.5)), color-stop(80%, rgba(0, 0, 0, 0.45)));
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.45) 80%);
  }
  .feature-news-slider .hr-news-box.featured .news-img,
  .feature-news-slider .hr-news-box.featured .news-info {
    width: 100%;
  }
  .feature-news-slider .hr-news-box.featured .news-info {
    margin: 25px 0 0;
  }
  .business-slide-item .news-box .news-info {
    bottom: 45px;
    left: 15px;
    max-width: 100%;
  }
  .business-slide-item .news-box .news-img {
    height: 450px;
  }
  .business-slide-item .news-box .news-info .news-title {
    font-size: 22px;
  }
  .business-slide-item .news-box .news-info p {
    display: none;
  }
  .business-slider .swiper-pagination {
    text-align: center;
    bottom: 38px;
  }
  .news-box.style10 .news-info .news-title {
    font-size: 20px !important;
  }
  .post-author .post-author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }
  .post-author .post-author-info {
    width: 100%;
    margin: 15px 0 0;
  }
  .comment-item .comment-author-wrap .comment-author-name .comment-date {
    margin-left: 0;
    margin-top: 5px;
    display: block;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
