@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Huninn&display=swap');

/* SVN-Gilroy */
@font-face {
  font-family: "SVN-Gilroy Thin";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/svn-gilroy/svn-gilroy_regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "SVN-Gilroy Light";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/svn-gilroy/svn-gilroy_regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "SVN-Gilroy";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/svn-gilroy/svn-gilroy_medium.ttf");
  font-display: swap;
}

@font-face {
  font-family: "SVN-Gilroy Med";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/svn-gilroy/svn-gilroy_med.ttf");
  font-display: swap;
}

@font-face {
  font-family: "SVN-Gilroy Semi";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/svn-gilroy/svn-gilroy_semibold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "SVN-Gilroy Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/svn-gilroy/svn-gilroy_semibold.ttf");
  font-display: swap;
}

body {
  font-family: "Huninn", sans-serif !important;
  /* font-family: SVN-Gilroy, sans-serif !important; */
  overflow-x: hidden;
}

.customFont {
  font-family: customWebFont;
}

.text-yellow {
  color: #fffa00;
}

.text-shadow {
  text-shadow: 1px 0px 15px #ffffff;
}

.text-outerglow {
  text-shadow: 1px 1px 10px #ffffff, 1px 1px 10px #ffffff;
}

@media screen and (max-width: 768px) {
  #top-header {
    display: none;
  }
}

.position-relative {
  position: relative;
}

.social-icon {
  color: #ffffff;
}

.bg-green {
  background-color: #0c924b;
}

.bg-none {
  background: none;
}

.bg-gradient-green {
  background-color: rgba(12, 146, 75, 0.5);
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.min-vh-75 {
  min-height: 75vh;
}

.min-vh-50 {
  min-height: 50vh;
}

.hr-custom {
  height: 0.05rem;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#000046), color-stop(51%, #1CB5E0), to(#000046));
  background-image: linear-gradient(to right, #000046 0%, #1CB5E0 51%, #000046 100%);
  -webkit-animation: hr-moving 5s infinite;
  animation: hr-moving 5s infinite;
  background-size: 200% auto;
  margin: 0;
  border: 0;
  border-top: none;
}

@-webkit-keyframes hr-moving {
  0% {
    background-position: left center;
  }

  50% {
    background-position: right center;
  }

  100% {
    background-position: left center;
  }
}

@keyframes hr-moving {
  0% {
    background-position: left center;
  }

  50% {
    background-position: right center;
  }

  100% {
    background-position: left center;
  }
}

.breadcrumb {
  padding: 0;
}

@media (min-width: 1200px) {
  .breadcrumb {
    padding: 0 16px 12px 16px;
  }
}

.banner .container {
  position: relative;
}

@media (max-width: 450px) {
  .banner .container {
    padding: 0;
  }
}

.banner .custom-nav {
  background-color: rgba(12, 146, 75, 0.9);
}

.banner .custom-nav .navbar-brand {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 7px 0px;
  grid-template-areas: "logo description" "logo name";
}

.banner .custom-nav .navbar-brand .logo {
  grid-area: logo;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.banner .custom-nav .navbar-brand .logo .banner-logo {
  height: 68px;
  margin-top: auto;
  margin-bottom: auto;
}

.banner .custom-nav .navbar-brand .description {
  grid-area: description;
  font-size: 0.8rem;
}

.banner .custom-nav .navbar-brand .name {
  grid-area: name;
  font-size: 1.6rem;
  font-weight: bold;
}

.banner .custom-nav .nav-link {
  font-size: 1.2rem;
}

.banner .banner-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 3px;
  color: #ffffff;
  font-size: 3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner .banner-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 3px;
  color: #ffffff;
  font-size: 3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner .banner-carousel .owl-nav {
  margin-top: 0px;
}

.product-slide {
  margin: 0 0 1rem 0;
}

.product-slide .item .prod-img {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f3e7e9), color-stop(99%, #e3eeff), to(#e3eeff));
  background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
  position: relative;
  text-align: center;
  width: 100%;
}

.product-slide .item .prod-img img {
  height: 18rem;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.product-slide .item .prod-img::before {
  display: -webkit-box;
  display: flex;
  padding-top: 0.4rem;
  padding-left: 0.6rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background-color: #f9cb00;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\F005";
  color: grey;
}

.product-slide .item .prod-content {
  background-color: #0c924b;
  padding: 3px;
  font-size: 1rem;
  height: 3.5rem;
  width: 100%;
  position: relative;
}

.product-slide .item .prod-content:hover {
  background-color: #0eaa57;
}

.product-slide .item .prod-content a {
  text-decoration: none;
}

.product-slide .item .prod-content a .prod-name {
  color: #ffffff;
  text-align: start;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 3px;
  right: 0;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.product-slide .item .prod-content a:hover .prod-name {
  font-size: 1.05rem;
}

.product-slide .item .prod-content a .prod-price {
  color: #ffffff;
  text-align: end;
  margin-bottom: 0;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 3px;
  font-size: larger;
  color: #f3e7e9;
}

section.intro .card .card-img-top {
  height: 9rem;
  object-fit: cover;
}

section.intro-1 .intro-carousel .item .intro-slide-content p {
  margin-bottom: 1px;
}

section.intro-1 .intro-carousel .item .intro-slide-img {
  padding: 15px;
}

section.intro-1 .intro-carousel .item .intro-slide-img img {
  height: auto;
}

section.intro-1 .owl-thumbs {
  position: relative;
  bottom: 2%;
  left: 0;
  display: table;
  width: 100%;
  text-align: center;
  padding-bottom: 5px;
}

section.intro-1 .owl-thumbs .owl-thumb-item {
  display: table-cell;
  border: none;
  background: none;
  padding: 10px 0;
  opacity: 0.6;
}

section.intro-1 .owl-thumbs img {
  width: 5rem;
}

section.intro-1 .owl-thumbs .owl-thumb-item.active {
  opacity: 1;
  border-bottom: 3px solid #0c924b;
}

section.moment {
  height: 300px;
  position: relative;
}

section.moment .bg-image {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
}

section.moment .moment-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.moment .moment-content .moment-title {
  position: relative;
  z-index: 56;
  display: inline-block;
}

section.moment .moment-content .moment-title h2 {
  position: relative;
  z-index: 99;
  display: inline;
  text-shadow: 1px 1px 10px #ffffff, 1px 1px 10px #ffffff;
}

section.moment .moment-content .moment-title::after {
  display: inline-block;
  content: "";
  width: 100px;
  height: 100px;
  z-index: 55;
  position: absolute;
  background-image: url(../img/heart.png);
  background-size: cover;
  -webkit-transform: translate(-30%, -50%);
  transform: translate(-30%, -50%);
}

section.moment .moment-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6%;
  text-align: center;
}

section.moment .moment-link .btn-rounded {
  border-radius: 20px;
}

.footer .logo {
  width: 110px;
}

.footer ul {
  list-style: none;
}

.footer ul li a {
  color: #ffffff;
}

.footer .social-link img {
  height: 36px;
}

.footer .social-link a::before {
  content: none;
}

.category-feature .single-category {
  position: relative;
}

.category-feature .single-category .lable {
  position: absolute;
  width: inherit;
  color: #ffffff;
  background-color: #0c924b;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bold;
}

@media (min-width: 768px) {

  .category-feature .single-category:first-of-type .lable,
  .category-feature .single-category:last-of-type .lable {
    top: 50%;
  }

  .category-feature .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2px 2px;
    grid-template-areas: "one two four five" "one three four five";
  }

  .category-feature .one {
    grid-area: one;
  }

  .category-feature .one img {
    height: 380px;
  }

  .category-feature .two {
    grid-area: two;
  }

  .category-feature .two img {
    height: 189px;
  }

  .category-feature .three {
    grid-area: three;
  }

  .category-feature .three img {
    height: 189px;
  }

  .category-feature .four {
    grid-area: four;
  }

  .category-feature .four img {
    height: 380px;
  }

  .category-feature .five {
    grid-area: five;
  }

  .category-feature .five img {
    height: 380px;
  }
}

@media (max-width: 767px) {
  .category-feature .grid-container {
    display: block;
  }

  .category-feature .one {
    display: block;
  }

  .category-feature .one img {
    width: 100%;
    height: auto !important;
  }

  .category-feature .two {
    display: block;
  }

  .category-feature .two img {
    width: 100%;
    height: auto !important;
  }

  .category-feature .tree {
    display: block;
  }

  .category-feature .tree img {
    width: 100%;
    height: auto !important;
  }

  .category-feature .four {
    display: block;
  }

  .category-feature .four img {
    width: 100%;
    height: auto !important;
  }

  .category-feature .five {
    display: block;
  }

  .category-feature .five img {
    width: 100%;
    height: auto !important;
  }
}

.bg-blue-gradient {
  background: #2695b0;
  background: -webkit-gradient(linear, left top, right top, from(#2695b0), to(#22889f));
  background: linear-gradient(to right, #2695b0 0%, #22889f 100%);
}

.shopping-cart {
  margin: 20px 0;
  float: right;
  background: white;
  width: 420px;
  position: relative;
  border-radius: 3px;
  padding: 20px;
}

.shopping-cart .shopping-cart-header {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
  float: right;
}

.shopping-cart .shopping-cart-items {
  list-style-type: none;
  padding-top: 10px;
  padding-left: 10px;
}

.shopping-cart .shopping-cart-items li {
  margin-bottom: 18px;
}

.shopping-cart .shopping-cart-items img {
  float: left;
  margin-right: 12px;
}

.shopping-cart .shopping-cart-items .item-name {
  display: block;
  padding-top: 10px;
  font-size: 16px;
}

.shopping-cart .shopping-cart-items .item-price {
  color: #2695b0;
  margin-right: 8px;
}

.shopping-cart .shopping-cart-items .item-quantity {
  color: silver;
}

/* .shopping-cart:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
} */

.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.button {
  background: #2695b0;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  margin: 25px 0 15px 0;
}

.button:hover {
  background: #29a0bd;
}

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

hr.hr-footer {
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#ffffff), to(transparent));
  background: linear-gradient(90deg, transparent, #ffffff, transparent);
  background-color: transparent !important;
}

.custom-nav {
  width: 100%;
  background: #0c924b;
  background: -webkit-gradient(linear, left top, right top, from(#0c924b), to(#0c924b));
  background: linear-gradient(to right, #0c924b 0%, #0c924b 100%);
}

.custom-nav.sticky-top {
  align-self: flex-start;
}

.custom-nav .navbar-brand {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 7px 0px;
  grid-template-areas: "logo description" "logo name";
}

.custom-nav .navbar-brand .logo {
  grid-area: logo;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.custom-nav .navbar-brand .logo .banner-logo {
  height: 68px;
  margin-top: auto;
  margin-bottom: auto;
}

.custom-nav .navbar-brand .description {
  grid-area: description;
  font-size: 0.8rem;
}

.custom-nav .navbar-brand .name {
  grid-area: name;
  font-size: 1.6rem;
  font-weight: bold;
}

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

  .custom-nav .navbar-brand .description,
  .custom-nav .navbar-brand .name {
    display: none;
  }
}

.custom-nav .lg-hide {
  display: block;
}

@media (min-width: 768px) {
  .custom-nav .lg-hide {
    display: none;
  }

  .custom-nav .dropdown-menu {
    margin-top: 0 !important;
  }
}

.custom-nav .nav-link {
  font-size: 1.2rem;
}

.custom-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.overlay {
  background: rgba(12, 146, 75, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 22;
}

.overlay .custom-nav {
  background: none;
}

.search-panel input.full-width {
  width: calc(100% - 50px);
}

.shopping-cart {
  margin: 0 0 20px 0;
  float: right;
  background: white;
  width: 420px;
  position: relative;
  border-radius: 3px;
  padding: 20px;
}

.shopping-cart .shopping-cart-header {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
  float: right;
}

.shopping-cart .shopping-cart-items {
  list-style-type: none;
  padding-top: 10px;
  padding-left: 10px;
}

.shopping-cart .shopping-cart-items li {
  margin-bottom: 18px;
}

.shopping-cart .shopping-cart-items img {
  float: left;
  margin-right: 12px;
}

.shopping-cart .shopping-cart-items .item-name {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shopping-cart .shopping-cart-items .item-price {
  color: #2695b0;
  margin-right: 8px;
}

.shopping-cart .shopping-cart-items .item-quantity {
  color: silver;
}

.shopping-cart .shopping-cart-items .remove-btn {
  color: #ffffff;
  background-color: red;
  position: absolute;
  bottom: -4px;
  right: 0;
  display: block;
  width: 23px;
  padding: 3px;
  height: 23px;
  line-height: 6px;
  text-align: center;
  border-radius: 4px;
}

/* .shopping-cart:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
} */

.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.button {
  background: #2695b0;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  margin: 25px 0 15px 0;
}

.button:hover {
  background: #29a0bd;
}

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

.position-relative {
  position: relative;
}

/* Feature Product Area css
============================================================================================ */
.single-product {
  text-align: center;
  margin-bottom: 50px;
}

.single-product .product-img {
  position: relative;
  overflow: hidden;
}

.single-product .product-img .p_icon {
  width: 90%;
  padding: 7px 30px;
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(12, 146, 75, 0.4);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.single-product .product-img .p_icon a {
  display: inline-block;
  height: 36px;
  line-height: 40px;
  width: 36px;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  color: #2a2a2a;
  margin-right: 25px;
}

.single-product .product-img .p_icon a:last-child {
  margin-right: 0px;
}

.single-product .product-img .p_icon a:hover {
  color: #fff;
  background: #0C924B;
}

.single-product .product-btm {
  padding: 22px 25px 18px;
  border: 1px solid #f0f2f1;
  text-align: left;
}

.single-product .product-btm h4 {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.single-product .product-btm h5 {
  margin-bottom: 0px;
  font-size: 18px;
  color: #797979;
}

.single-product .product-btm span {
  font-family: "Lato", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 16px;
  color: #2a2a2a;
}

.single-product:hover .product-img .p_icon {
  bottom: 0px;
}

.single-product:hover .product-btm h4 {
  color: #0C924B;
}

/* End Feature Product Area css
============================================================================================ */
/* Start New Product Area css
============================================================================================ */
.new_product {
  background: #f6f6f6;
  padding: 90px 15px;
  text-align: center;
}

.new_product .product-img {
  padding: 90px 0px;
}

.new_product h5 {
  font-size: 20px;
  color: #4a4a4a;
  margin-bottom: 20px;
}

.new_product h3 {
  font-size: 32px;
  font-weight: 700;
}

.new_product h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 25px;
}

/* End New Product Area css
============================================================================================ */
/* Start Product Area css
============================================================================================ */
.most_product_inner {
  margin-bottom: -30px;
}

.most_p_list .media {
  margin-bottom: 30px;
}

.most_p_list .media .d-flex {
  padding-right: 20px;
}

.most_p_list .media .media-body {
  vertical-align: middle;
  align-self: center;
}

.most_p_list .media .media-body h4 {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: normal;
  color: #2a2a2a;
}

.most_p_list .media .media-body h3 {
  font-size: 16px;
  font-weight: 500;
  color: #797979;
  margin-bottom: 0px;
}

/* End Feature Product Area css
============================================================================================ */
/* Product Sidebar Area css
============================================================================================ */
.cat_product_area .latest_product_inner {
  padding-top: 30px;
}

.cat_product_area .latest_product_inner .single-product {
  margin-bottom: 50px;
}

.left_sidebar_area {
  font-family: "Lato", Arial, sans-serif;
}

.left_sidebar_area .widgets_inner ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.left_sidebar_area .widgets_inner ul li:hover {
  color: #0C924B;
}

.left_sidebar_area .widgets_inner ul li:hover a {
  color: #0C924B;
}

.left_widgets {
  margin-bottom: 30px;
}

.left_widgets:last-child {
  margin-bottom: 0px;
}

.widgets_inner {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0px;
  padding-bottom: 15px;
}

@media (max-width: 991px) {
  .widgets_inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.l_w_title {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .l_w_title {
    padding-left: 0;
    padding-right: 0;
  }
}

.l_w_title h3 {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 18px;
  color: #2a2a2a;
  font-weight: 500;
  line-height: 40px;
  position: relative;
}

.p_filter_widgets .widgets_inner {
  border-bottom: 1px solid #eeeeee;
}

.p_filter_widgets .widgets_inner:last-child {
  border-bottom: 0px;
}

.p_filter_widgets .list {
  border-top: 1px solid #ddd;
  padding-top: 25px;
  margin-top: 25px;
}

.p_filter_widgets .list:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0px solid transparent;
}

.p_filter_widgets .list li {
  margin-bottom: 18px;
}

.p_filter_widgets .list li a {
  font-size: 14px;
  font-family: "Lato", Arial, sans-serif;
  font-weight: normal;
  color: #797979;
  position: relative;
}

.p_filter_widgets .list li.active a:before,
.p_filter_widgets .list li:hover a:before {
  background: #0C924B;
  border-color: #0C924B;
}

.p_filter_widgets .list li:last-child {
  margin-bottom: 0px;
}

.product_top_bar {
  clear: both;
  display: -webkit-box;
  display: flex;
  padding: 10px 0;
}

@media (max-width: 576px) {
  .product_top_bar {
    display: block !important;
  }
}

.product_top_bar .left_dorp .sorting {
  display: inline-block;
  clear: none;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  height: 40px;
  width: 210px;
  padding-left: 20px;
}

.product_top_bar .left_dorp .sorting span {
  font-size: 14px;
  font-family: "Lato", Arial, sans-serif;
  color: #555555;
}

.product_top_bar .left_dorp .sorting .list {
  width: 100%;
  border-radius: 0px;
}

.product_top_bar .left_dorp .sorting .list li {
  font-size: 14px;
  font-family: "Lato", Arial, sans-serif;
  color: #555555;
}

.product_top_bar .left_dorp .sorting:after {
  content: "\F0D7";
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  border: none;
  color: #555555;
  margin-top: -6px;
  right: 20px;
}

.product_top_bar .left_dorp .show {
  clear: none;
  display: inline-block;
  clear: none;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  height: 40px;
  width: 120px;
  padding-left: 20px;
  margin-left: 10px;
}

.product_top_bar .left_dorp .show span {
  font-size: 14px;
  font-family: "Lato", Arial, sans-serif;
  color: #555555;
}

.product_top_bar .left_dorp .show .list {
  width: 100%;
  border-radius: 0px;
}

.product_top_bar .left_dorp .show .list li {
  font-size: 14px;
  font-family: "Lato", Arial, sans-serif;
  color: #555555;
}

.product_top_bar .left_dorp .show:after {
  content: "\F0D7";
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  border: none;
  color: #555555;
  margin-top: -6px;
  right: 20px;
}

@media (max-width: 576px) {
  .product_top_bar .single_product_menu {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
}

.product_top_bar .single_product_menu p {
  color: #020202;
  font-weight: 500;
}

@media (max-width: 576px) {
  .product_top_bar .single_product_menu p {
    font-size: 13px;
    line-height: 13px;
  }
}

.product_top_bar .single_product_menu p span {
  color: #0C924B;
}

.product_top_bar .single_product_menu h5 {
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}

.product_top_bar .single_product_menu .nice-select {
  height: 0;
  border: 0px;
  line-height: 15px;
  font-weight: 300;
  text-transform: capitalize;
}

.product_top_bar .single_product_menu .nice-select:after {
  margin-top: 0;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  right: 0px;
}

.product_top_bar .single_product_menu .top_pageniation {
  line-height: 15px;
}

.product_top_bar .single_product_menu .top_pageniation ul {
  margin-left: 20px;
}

.product_top_bar .single_product_menu .top_pageniation ul li {
  display: inline-block;
  margin-left: 10px;
}

.product_top_bar .single_product_menu .input-group {
  width: 150px;
}

.product_top_bar .single_product_menu .input-group .form-control {
  border: 0px solid transparent;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  text-align: center;
  text-transform: capitalize;
}

.product_top_bar .single_product_menu .input-group .input-group-text {
  background-color: transparent;
  border: 0px solid transparent;
  border-bottom: 1px solid #ddd;
}

.most_p_withoutbox {
  padding-bottom: 120px;
}

.price_value input {
  border: 0px;
  text-align: center;
  max-width: 60px;
}

.price_value span {
  margin: 5px 5px 0;
}

.irs-to,
.irs-from,
.irs-max,
.irs-min {
  display: none;
}

.price_rangs_aside .l_w_title h3 {
  line-height: 20px;
  margin-bottom: 0px;
}

.irs-bar {
  height: 6px;
  top: 33px;
  border-top: 1px solid #0C924B;
  border-bottom: 1px solid #0C924B;
  background: #0C924B;
  background: -webkit-gradient(linear, left bottom, left top, from(#0C924B), to(#0C924B));
  background: linear-gradient(to top, #0C924B 0%, #0C924B 100%);
}

.irs-line {
  height: 6px;
  top: 33px;
  background: #e8eff1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #e8eff1), color-stop(150%, #e8eff1));
  background: linear-gradient(to bottom, #e8eff1 -50%, #e8eff1 150%);
  border: 1px solid #e8eff1;
  border-radius: 16px;
  -moz-border-radius: 16px;
}

.irs-slider {
  height: 15px;
  width: 15px;
  border: 1px solid #0C924B;
  background-color: #0C924B;
  background: -webkit-gradient(linear, left top, left bottom, from(#0C924B), color-stop(20%, #0C924B), to(#0C924B));
  background: linear-gradient(to bottom, #0C924B 0%, #0C924B 20%, #0C924B 100%);
  top: 28px;
  box-shadow: none;
}

/* End Product Sidebar Area css
============================================================================================ */
/* Single Product Area css
============================================================================================ */
.s_product_img .carousel {
  position: relative;
}

.s_product_img .carousel .carousel-indicators {
  margin: 0px;
  right: 20px;
  width: auto;
  left: auto;
  bottom: 30px;
}

.s_product_img .carousel .carousel-indicators li {
  height: 60px;
  width: 60px;
  background: transparent;
  text-indent: 0;
  margin-right: 10px;
  position: relative;
}

.s_product_img .carousel .carousel-indicators li:after {
  display: none;
}

.s_product_img .carousel .carousel-indicators li:before {
  content: "";
  background: rgba(197, 50, 45, 0.8);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.s_product_img .carousel .carousel-indicators li.active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .s_product_text {
    margin-top: 30px;
  }
}

.s_product_text h5 {
  font-weight: 700;
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  .s_product_text h5 {
    margin-bottom: 15px;
  }
}

.s_product_text h5 span {
  margin: 0 10px;
}

.s_product_text h3 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 10px;
}

.s_product_text h2 {
  font-size: 24px;
  font-weight: bold;
  color: #0C924B;
  margin-bottom: 15px;
}

.s_product_text .list li {
  margin-bottom: 5px;
}

.s_product_text .list li a {
  font-size: 14px;
  font-family: "Lato", Arial, sans-serif;
  font-weight: normal;
  color: #555555;
}

.s_product_text .list li a span {
  width: 90px;
  display: inline-block;
}

.s_product_text .list li a span:hover {
  color: #555;
}

.s_product_text .list li a.active {
  color: #0C924B;
}

.s_product_text .list li a.active span {
  color: #555;
}

.s_product_text .list li:last-child {
  margin-bottom: 0px;
}

.s_product_text p {
  padding-top: 20px;
  border-top: 1px dotted #d5d5d5;
  margin: 20px 0;
}

.s_product_text .card_area .main_btn {
  line-height: 38px;
  padding: 0px 38px;
  text-transform: uppercase;
  margin-right: 10px;
}

.s_product_text .card_area .icon_btn {
  margin-right: 10px;
  background: #f6f6f6;
  border-radius: 3px;
  color: #2a2a2a;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  padding: 0px 13px;
  font-size: 14px;
}

.s_product_text .card_area .icon_btn:hover {
  background: #fff;
  box-shadow: -14.142px 14.142px 20px 0px rgba(0, 0, 0, 0.1);
}

.cart_area .product_count {
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
}

.cart_area .product_count input {
  width: 76px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding-left: 10px;
}

.cart_area .product_count .input-number-increment {
  position: absolute;
  right: 0;
  top: -7px;
  padding: 7px;
  border-left: 1px solid #dddddd;
  display: inline-block;
}

.cart_area .product_count .input-number-increment:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}

.cart_area .product_count .input-number-decrement {
  position: absolute;
  right: 0;
  bottom: -9px;
  padding: 7px;
  border-left: 1px solid #dddddd;
  display: inline-block;
}

@media (max-width: 576px) {
  .cart_area .media {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cart_area .media {
    display: block;
  }
}

.product_description_area {
  padding-bottom: 120px;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .product_description_area {
    margin-top: 0px;
    padding-bottom: 70px;
  }
}

.product_description_area .nav.nav-tabs {
  display: block;
  border: none;
  padding: 10px 0px;
}

.product_description_area .nav.nav-tabs li {
  display: inline-block;
  margin-right: 7px;
}

.product_description_area .nav.nav-tabs li:last-child {
  margin-right: 0px;
}

.product_description_area .nav.nav-tabs li a {
  padding: 0px;
  border: none;
  line-height: 38px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  padding: 0px 30px;
  color: #2a2a2a;
  font-size: 13px;
  font-weight: normal;
  border-radius: 50px;
}

@media (max-width: 991px) {
  .product_description_area .nav.nav-tabs li a {
    padding: 0px 20px;
    margin-bottom: 10px;
  }
}

.product_description_area .nav.nav-tabs li a.active {
  background: #0C924B;
  color: #fff;
  border-color: #0C924B;
  box-shadow: -1.717px 8.835px 29.76px 2.24px rgba(255, 51, 104, 0.18);
}

.product_description_area .tab-content {
  padding-top: 30px;
}

.product_description_area .tab-content .total_rate .box_total {
  background: #ecfdff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #dddddd;
}

.product_description_area .tab-content .total_rate .box_total h4 {
  color: #0C924B;
  font-size: 48px;
  font-weight: bold;
}

.product_description_area .tab-content .total_rate .box_total h5 {
  color: #2a2a2a;
  margin-bottom: 0px;
  font-size: 24px;
}

.product_description_area .tab-content .total_rate .box_total h6 {
  color: #2a2a2a;
  margin-bottom: 0px;
  font-size: 14px;
  color: #797979;
  font-weight: normal;
}

.product_description_area .tab-content .total_rate .rating_list {
  margin-bottom: 30px;
}

.product_description_area .tab-content .total_rate .rating_list h3 {
  font-size: 18px;
  color: #2a2a2a;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.product_description_area .tab-content .total_rate .rating_list .list li a {
  font-size: 14px;
  color: #797979;
}

.product_description_area .tab-content .total_rate .rating_list .list li a i {
  color: #fbd600;
}

.product_description_area .tab-content .total_rate .rating_list .list li:nth-child a i:last-child {
  color: #eeeeee;
}

.product_description_area .tab-content .table {
  margin-bottom: 0px;
}

.product_description_area .tab-content .table tbody tr td {
  padding-left: 65px;
  padding-right: 65px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.product_description_area .tab-content .table tbody tr td h5 {
  font-size: 14px;
  font-family: "Lato", Arial, sans-serif;
  font-weight: normal;
  color: #797979;
  margin-bottom: 0px;
  white-space: nowrap;
}

.product_description_area .tab-content .table tbody tr:first-child td {
  border-top: 0px;
}

.review_item {
  margin-bottom: 35px;
}

.review_item:last-child {
  margin-bottom: 0px;
}

.review_item p {
  color: #797979;
}

.review_item .media {
  position: relative;
}

.review_item .media .d-flex {
  padding-right: 15px;
}

.review_item .media .media-body {
  vertical-align: middle;
  align-self: center;
}

.review_item .media .media-body h4 {
  margin-bottom: 0px;
  font-size: 14px;
  color: #2a2a2a;
  font-family: "Lato", Arial, sans-serif;
  margin-bottom: 8px;
}

.review_item .media .media-body i {
  color: #fbd600;
}

.review_item .media .media-body h5 {
  font-size: 13px;
  font-weight: normal;
  color: #797979;
}

.review_item .media .media-body .reply_btn {
  border: 1px solid #e0e0e0;
  padding: 0px 28px;
  display: inline-block;
  line-height: 32px;
  border-radius: 16px;
  font-size: 14px;
  font-family: "Lato", Arial, sans-serif;
  color: #2a2a2a;
  position: absolute;
  right: 0px;
  top: 14px;
}

.review_item .media .media-body .reply_btn:hover {
  background: #0C924B;
  border-color: #0C924B;
  color: #fff;
}

.review_item p {
  padding-top: 10px;
  margin-bottom: 0px;
}

.review_item.reply {
  padding-left: 28px;
}

.review_box h4 {
  font-size: 24px;
  color: #2a2a2a;
  margin-bottom: 20px;
  font-weight: 700;
}

.review_box p {
  margin-bottom: 0px;
  display: inline-block;
  font-weight: 500;
}

.review_box .list {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.review_box .list li {
  display: inline-block;
}

.review_box .list li a {
  display: inline-block;
  color: #fbd600;
}

.review_box .form-control {
  height: 50px;
  border-radius: 0;
}

.review_box ::-webkit-input-placeholder {
  font-size: 14px;
}

.review_box ::-moz-placeholder {
  font-size: 14px;
}

.review_box :-ms-input-placeholder {
  font-size: 14px;
}

.review_box ::-ms-input-placeholder {
  font-size: 14px;
}

.review_box ::placeholder {
  font-size: 14px;
}

.review_box .btn_3 {
  padding: 13px 39px;
}

.review_box .contact_form {
  margin-top: 15px;
}

/* End Single Product Area css
============================================================================================ */
/* Cart Area css
============================================================================================ */
.cart_inner .table {
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}

.cart_inner .table thead tr th {
  border-top: 0px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Lato", Arial, sans-serif;
  color: #797979;
  border-bottom: 0px !important;
}

.cart_inner .table tbody tr td {
  padding-top: 30px;
  padding-bottom: 30px;
  vertical-align: middle;
  align-self: center;
}

.cart_inner .table tbody tr td .media .d-flex {
  padding-right: 30px;
}

.cart_inner .table tbody tr td .media .d-flex img {
  border: 1px solid #eeeeee;
  border-radius: 3px;
}

.cart_inner .table tbody tr td .media .media-body {
  vertical-align: middle;
  align-self: center;
}

.cart_inner .table tbody tr td .media .media-body p {
  margin-bottom: 0px;
}

.cart_inner .table tbody tr td h5 {
  font-size: 14px;
  color: #2a2a2a;
  font-family: "Lato", Arial, sans-serif;
  margin-bottom: 0px;
}

.cart_inner .table tbody tr td .product_count {
  margin-bottom: 0px;
}

.cart_inner .table tbody tr td .product_count input {
  width: 100px;
  padding-left: 30px;
  height: 40px;
  outline: none;
  box-shadow: none;
}

.cart_inner .table tbody tr td .product_count .increase {
  top: -2px;
}

.cart_inner .table tbody tr td .product_count .increase:before {
  content: "";
  height: 40px;
  width: 1px;
  position: absolute;
  left: -3px;
  top: 0px;
  background: #eeeeee;
}

.cart_inner .table tbody tr td .product_count .increase:after {
  content: "";
  height: 1px;
  width: 30px;
  position: absolute;
  left: -3px;
  top: 22px;
  background: #eeeeee;
}

.cart_inner .table tbody tr td .product_count .reduced {
  bottom: -6px;
}

.cart_inner .table tbody tr.bottom_button .gray_btn {
  line-height: 38px;
  background: #f6f6f6;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 0px 40px;
  display: inline-block;
  color: #2a2a2a;
  text-transform: uppercase;
  font-weight: 500;
}

.cart_inner .table tbody tr.bottom_button td:last-child {
  width: 60px;
}

.cart_inner .table tbody tr.bottom_button td .cupon_text {
  margin-left: -446px;
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input {
  width: 200px;
  padding: 0px 15px;
  border-radius: 3px;
  border: 1px solid #eeeeee;
  height: 40px;
  font-size: 14px;
  color: #cccccc;
  font-family: "Lato", Arial, sans-serif;
  font-weight: normal;
  margin-right: -3px;
  outline: none;
  box-shadow: none;
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input.placeholder {
  font-size: 14px;
  color: #cccccc;
  font-family: "Lato", Arial, sans-serif;
  font-weight: normal;
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input:-moz-placeholder {
  font-size: 14px;
  color: #cccccc;
  font-family: "Lato", Arial, sans-serif;
  font-weight: normal;
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input::-moz-placeholder {
  font-size: 14px;
  color: #cccccc;
  font-family: "Lato", Arial, sans-serif;
  font-weight: normal;
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input::-webkit-input-placeholder {
  font-size: 14px;
  color: #cccccc;
  font-family: "Lato", Arial, sans-serif;
  font-weight: normal;
}

.cart_inner .table tbody tr.bottom_button td .cupon_text .main_btn {
  height: 40px;
  line-height: 38px;
  text-transform: uppercase;
  padding: 0px 38px;
  margin-right: -3px;
}

.cart_inner .table tbody tr.bottom_button td .cupon_text .gray_btn {
  padding: 0px 40px;
}

.cart_inner .table tbody tr.shipping_area td:nth-child(3) {
  vertical-align: top;
}

.cart_inner .table tbody tr.shipping_area .shipping_box {
  margin-left: -250px;
  text-align: right;
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li {
  margin-bottom: 12px;
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li:last-child {
  margin-bottom: 0px;
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li a {
  padding-right: 30px;
  font-size: 14px;
  color: #797979;
  position: relative;
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li a:before {
  content: "";
  height: 16px;
  width: 16px;
  border: 1px solid #cdcdcd;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li a:after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #0C924B;
  display: inline-block;
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li.active a:after {
  opacity: 1;
}

.cart_inner .table tbody tr.shipping_area .shipping_box h6 {
  font-size: 14px;
  font-weight: normal;
  color: #2a2a2a;
  font-family: "Lato", Arial, sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cart_inner .table tbody tr.shipping_area .shipping_box h6 i {
  color: #797979;
  padding-left: 5px;
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select {
  display: block;
  width: 100%;
  background: #ecfdff;
  border: 1px solid #ecfdff;
  height: 40px;
  margin-bottom: 20px;
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list {
  width: 100%;
  border-radius: 0px;
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list li {
  font-size: 14px;
  font-weight: normal;
  color: #797979;
}

.cart_inner .table tbody tr.shipping_area .shipping_box input {
  height: 40px;
  outline: none;
  background: #ecfdff;
  border: 1px solid #ecfdff;
  width: 100%;
  padding: 0px 15px;
  margin-bottom: 20px;
}

.cart_inner .table tbody tr.out_button_area .checkout_btn_inner {
  margin-left: -388px;
}

.cart_inner .table tbody tr.out_button_area .checkout_btn_inner .main_btn {
  height: 40px;
  padding: 0px 30px;
  line-height: 38px;
  text-transform: uppercase;
}

.gray_btn {
  line-height: 38px;
  background: #f6f6f6;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 0px 40px;
  display: inline-block;
  color: #2a2a2a;
  text-transform: uppercase;
  font-weight: 500;
}

/* End Cart Area css
============================================================================================ */
/* End Cart Area css
============================================================================================ */
.checkout_area p {
  font-size: 14px;
}

.checkout_area .form-control {
  font-size: 14px;
  height: 40px;
}

.checkout_area .form-control {
  border: 1px solid #eee;
}

.checkout_area .form-control :focus {
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  outline: 0;
  box-shadow: none;
}

.checkout_area .form-control .form-control input {
  height: 50px;
}

.check_title h2 {
  font-size: 14px;
  font-weight: normal;
  font-family: "Lato", Arial, sans-serif;
  background: #ecfdff;
  line-height: 40px;
  padding-left: 30px;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .check_title h2 {
    line-height: 17px;
    padding: 12px;
  }
}

.check_title h2 a {
  color: #0C924B;
  text-decoration: underline;
}

.returning_customer p {
  margin-top: 15px;
  padding-left: 30px;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .returning_customer p {
    padding-left: 0;
  }
}

.returning_customer .contact_form {
  max-width: 710px;
  margin-left: 15px;
}

@media (max-width: 991px) {
  .returning_customer .contact_form {
    margin-left: -15px;
  }
}

.returning_customer .contact_form .form-group {
  margin-bottom: 20px;
}

.returning_customer .contact_form .form-group input {
  border: 1px solid #eeeeee;
  height: 40px;
  border-radius: 3px;
  font-size: 14px;
  font-family: "Lato", Arial, sans-serif;
  color: #797979;
  font-weight: normal;
}

.returning_customer .contact_form .form-group input.placeholder {
  font-size: 14px;
  font-family: "Lato", Arial, sans-serif;
  color: #797979;
  font-weight: normal;
}

.returning_customer .contact_form .form-group input:-moz-placeholder {
  font-size: 14px;
  font-family: "Lato", Arial, sans-serif;
  color: #797979;
  font-weight: normal;
}

.returning_customer .contact_form .form-group input::-moz-placeholder {
  font-size: 14px;
  font-family: "Lato", Arial, sans-serif;
  color: #797979;
  font-weight: normal;
}

.returning_customer .contact_form .form-group input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Lato", Arial, sans-serif;
  color: #797979;
  font-weight: normal;
}

.returning_customer .contact_form .form-group .submit_btn {
  margin-top: 0px;
}

.returning_customer .contact_form .form-group .creat_account {
  display: inline-block;
  margin-left: 15px;
}

.returning_customer .contact_form .form-group .creat_account input {
  height: auto;
  margin-right: 10px;
}

.returning_customer .contact_form .form-group .lost_pass {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  font-family: "Lato", Arial, sans-serif;
  color: #797979;
  font-weight: normal;
}

.p_star {
  display: inline-block;
  position: relative;
}

.p_star input {
  background: #fff;
}

.p_star input:focus+.placeholder {
  display: none;
}

.p_star .placeholder {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  z-index: 1;
}

.p_star .placeholder::before {
  content: attr(data-placeholder);
  color: #777;
}

.p_star .placeholder::after {
  content: " *";
  color: tomato;
}

.cupon_area {
  margin-bottom: 40px;
}

.cupon_area input {
  margin-left: 30px;
  max-width: 730px;
  width: 100%;
  display: block;
  height: 40px;
  border-radius: 3px;
  padding: 0px 15px;
  border: 1px solid #eeeeee;
  outline: none;
  box-shadow: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .cupon_area input {
    margin-left: 0;
  }
}

.cupon_area .tp_btn {
  margin-left: 30px;
}

@media (max-width: 991px) {
  .cupon_area .tp_btn {
    margin-left: 0;
  }
}

.tp_btn {
  border: 1px solid #eeeeee;
  display: inline-block;
  line-height: 38px;
  padding: 0px 40px;
  color: #2a2a2a;
  text-transform: capitalize;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 500;
  border-radius: 50px;
}

.tp_btn:hover {
  background: #0C924B;
  color: #fff;
  border-color: #0C924B;
}

.billing_details h3 {
  font-size: 18px;
  color: #2a2a2a;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.billing_details .contact_form .form-group {
  margin-bottom: 20px;
}

.billing_details .contact_form .form-group input {
  border-radius: 3px;
  color: #797979;
}

.billing_details .contact_form .form-group input.placeholder {
  color: #797979;
}

.billing_details .contact_form .form-group input:-moz-placeholder {
  color: #797979;
}

.billing_details .contact_form .form-group input::-moz-placeholder {
  color: #797979;
}

.billing_details .contact_form .form-group input::-webkit-input-placeholder {
  color: #797979;
}

.billing_details .contact_form .form-group textarea {
  height: 150px;
  border-radius: 3px;
  margin-top: 15px;
}

.billing_details .contact_form .form-group .country_select {
  width: 100%;
}

.billing_details .contact_form .form-group .country_select span {
  color: #797979;
}

.billing_details .contact_form .form-group .country_select .list {
  width: 100%;
  border-radius: 0px;
}

.billing_details .contact_form .form-group .country_select .list li {
  font-size: 14px;
  font-family: "Lato", Arial, sans-serif;
  font-weight: normal;
}

.billing_details .contact_form .form-group .creat_account #f-option2 {
  margin-right: 5px;
}

.billing_details .contact_form .form-group .creat_account #f-option3 {
  margin-right: 5px;
}

.billing_details .contact_form .form-group .creat_account a {
  color: #0C924B;
}

.order_box {
  background: #ecfdff;
  padding: 30px;
}

.order_box h2 {
  border-bottom: 1px solid #dddddd;
  font-size: 18px;
  font-weight: 500;
  color: #2a2a2a;
  padding-bottom: 15px;
}

.order_box .list li a {
  font-size: 14px;
  color: #797979;
  font-weight: normal;
  border-bottom: 1px solid #eeeeee;
  display: block;
  line-height: 42px;
}

.order_box .list li a span {
  float: right;
}

.order_box .list li a .middle {
  float: none;
  width: 50px;
  text-align: right;
  display: inline-block;
  margin-left: 30px;
  color: #2a2a2a;
}

.order_box .list li:nth-child(4) a .middle {
  margin-left: 48px;
}

.order_box .list_2 li a {
  text-transform: uppercase;
  color: #2a2a2a;
  font-weight: 500;
}

.order_box .list_2 li a span {
  color: #797979;
  text-transform: capitalize;
}

.order_box .list_2 li:last-child a span {
  color: #2a2a2a;
}

.order_box .payment_item h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #2a2a2a;
  font-weight: 500;
  padding-left: 22px;
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
}

.order_box .payment_item h4:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
  background: #fff;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.order_box .payment_item h4:after {
  content: "";
  height: 4px;
  width: 4px;
  background: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 5px;
  top: 8px;
}

.order_box .payment_item h4 img {
  padding-left: 60px;
}

.order_box .payment_item p {
  background: #fff;
  padding: 20px;
}

.order_box .payment_item.active h4:before {
  background: #0C924B;
  border-color: #0C924B;
}

.order_box .creat_account {
  margin: 15px 0;
}

.order_box .creat_account label {
  padding-left: 10px;
  font-size: 12px;
  color: #2a2a2a;
}

.order_box .creat_account a {
  color: #0C924B;
}

.order_box .btn_3 {
  display: block;
  line-height: 38px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 991px) {
  .order_box .btn_3 {
    padding: 9px 34px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .order_box .btn_3 {
    padding: 9px 34px;
  }
}

/* End Cart Area css
============================================================================================ */
/* Tracking Form Area css
============================================================================================ */
.tracking_box_area .tracking_box_inner p {
  max-width: 870px;
  color: #2a2a2a;
  margin-bottom: 25px;
}

.tracking_box_area .tracking_box_inner .tracking_form {
  max-width: 645px;
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group {
  margin-bottom: 30px;
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input {
  height: 40px;
  border: 1px solid #eee;
  padding: 0px 15px;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  color: #797979;
  font-family: "Lato", Arial, sans-serif;
  font-weight: normal;
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input.placeholder {
  font-size: 14px;
  color: #797979;
  font-family: "Lato", Arial, sans-serif;
  font-weight: normal;
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input:-moz-placeholder {
  font-size: 14px;
  color: #797979;
  font-family: "Lato", Arial, sans-serif;
  font-weight: normal;
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input::-moz-placeholder {
  font-size: 14px;
  color: #797979;
  font-family: "Lato", Arial, sans-serif;
  font-weight: normal;
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input::-webkit-input-placeholder {
  font-size: 14px;
  color: #797979;
  font-family: "Lato", Arial, sans-serif;
  font-weight: normal;
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group:last-child {
  margin-bottom: 0px;
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group .btn_3 {
  box-shadow: -1.717px 8.835px 29.76px 2.24px rgba(255, 51, 104, 0.18);
}

/* End Tracking Form Area css
============================================================================================ */
.radion_btn input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.radion_btn {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
}

.radion_btn img {
  position: absolute;
  right: 40px;
  top: 0px;
}

.radion_btn label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 0px 25px 21px 25px;
  height: 14px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 500;
  color: #2a2a2a;
  font-size: 13px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.radion_btn .check {
  display: block;
  position: absolute;
  border: 1px solid #cdcdcd;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  top: 5px;
  left: 0px;
  background: #fff;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

.radion_btn .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 4px;
  width: 4px;
  top: 4px;
  left: 4px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.radion_btn input[type=radio]:checked~.check {
  border: 1px solid #0C924B;
  background: #0C924B;
}

.radion_btn input[type=radio]:checked~.check::before {
  background: #fff;
}

.radion_btn input[type=radio]:checked~label {
  color: #000;
}

.login_part .login_part_text,
.login_part .login_part_form {
  padding: 80px 70px;
  height: 600px;
  display: table;
}

@media (max-width: 991px) {

  .login_part .login_part_text,
  .login_part .login_part_form {
    padding: 30px;
    height: 400px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .login_part .login_part_text,
  .login_part .login_part_form {
    padding: 20px;
    height: 400px;
  }
}

.login_part .login_part_text .login_part_text_iner,
.login_part .login_part_text .login_part_form_iner,
.login_part .login_part_form .login_part_text_iner,
.login_part .login_part_form .login_part_form_iner {
  display: table-cell;
  vertical-align: middle;
}

.login_part .login_part_text {
  background-image: linear-gradient(16deg, #ff005a 0%, #ff5d2d 64%, #ffba00 100%);
  background-size: 200% auto;
}

.login_part .login_part_text h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  color: #fff;
  margin-bottom: 17px;
}

.login_part .login_part_text p {
  color: #fff;
  line-height: 25px;
}

.login_part .login_part_text .btn_3 {
  border: 1px solid #ffc2d2;
  background-color: transparent;
  font-size: 14px;
  margin-top: 28px;
}

.login_part .login_part_text .btn_3:hover {
  background-color: #fff;
  color: #0C924B;
}

@media (max-width: 991px) {
  .login_part .login_part_form {
    padding: 0;
  }
}

.login_part .login_part_form h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .login_part .login_part_form h3 {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .login_part .login_part_form h3 {
    margin-bottom: 20px;
  }
}

.login_part .login_part_form .form-control {
  border: 0px solid transparent;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
}

.login_part .login_part_form .form-control ::-webkit-input-placeholder {
  color: #c3c3c3;
}

.login_part .login_part_form .form-control ::-moz-placeholder {
  color: #c3c3c3;
}

.login_part .login_part_form .form-control :-ms-input-placeholder {
  color: #c3c3c3;
}

.login_part .login_part_form .form-control ::-ms-input-placeholder {
  color: #c3c3c3;
}

.login_part .login_part_form .form-control ::placeholder {
  color: #c3c3c3;
}

.login_part .creat_account {
  margin-top: 11px;
}

.login_part .creat_account label {
  color: #777777;
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 10px;
}

.login_part .form-group .btn_3 {
  display: block;
  width: 100%;
  margin: 30px 0 17px;
}

.login_part .lost_pass {
  color: #777777;
  text-align: right;
  float: right;
  text-transform: capitalize;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
  border: 1px solid #ddd;
  padding: 5px;
}

.s_product_text .card_area {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 20px 0;
}

.s_product_text .card_area .product_count input {
  border: 0px solid transparent;
  text-align: center;
}

.s_product_text .product_count {
  border: 1px solid #ddd;
  border-radius: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 12px 15px;
}

.s_product_text .product_count .input-number {
  display: inline-block;
  width: 60px;
}

@media (max-width: 576px) {
  .s_product_text .product_count .input-number {
    width: 30px;
  }
}

.s_product_text .Wishlist {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1920px;
  height: 3162px;
  z-index: 365;
}

.s_product_text .like_us {
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.3);
  width: 50px;
  height: 50px;
  line-height: 56px;
  color: #7f7f7f;
  text-align: center;
}

.s_product_text .btn_3 {
  padding: 13px 36px;
  border: 1px solid #0C924B;
}

@media (max-width: 576px) {
  .s_product_text .btn_3 {
    padding: 13px 20px;
  }
}

.price_text p {
  line-height: 2;
  font-size: 15px;
  margin-bottom: 0px;
}

.profile .subtitle {
  font-weight: 300;
}

.left_sidebar .head {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

.avatar-container {
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.avatar-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#lang-select {
  padding: 10px 0;
  position: fixed;
  right: 5px;
  bottom: 1rem;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  z-index: 55;
}

#lang-select img {
  width: 26px;
  margin-bottom: 3px;
}


#lang-select a:last-of-type {
  margin-top: 0px;
}

#lang-select a {
  background: #ffffff;
  color: #10025e;
  padding: 0 0.2rem;
}

#lang-select a.current {
  background: #10025e;
  color: white;
}

#lang-select button {
  display: -webkit-box;
}

@media (max-width: 991px) {
  #lang-select {
    position: fixed;
    right: 5px;
    bottom: 4rem;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    z-index: 55;
  }

  #lang-select button {
    display: -webkit-box;

  }
}

.cart-dropdown {
  width: 250px;
}

.cart-dropdown .cart-item {
  white-space: normal;
}

.cart-grid-container {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 250px 200px;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-areas: "image product_name quantity price" "image product_name quantity price" "image product_name quantity price";
}

@media (max-width: 991px) {
  .cart-grid-container {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    grid-template-areas: "image product_name product_name product_name" "image quantity quantity quantity" "image price price price";
  }
}

.cart-grid-container .image {
  grid-area: image;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.cart-grid-container .product_name {
  grid-area: product_name;
}

.cart-grid-container .quantity {
  grid-area: quantity;
  padding: 0 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.cart-grid-container .quantity .input-container {
  max-width: 250px;
}

.cart-grid-container .quantity .btn-increment,
.cart-grid-container .quantity .btn-decrement {
  border-radius: 50%;
}

.cart-grid-container input[type='text'] {
  border: none;
  background-color: white;
}

.cart-grid-container .price {
  grid-area: price;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .cart-grid-container .price {
    -webkit-box-pack: start;
    justify-content: start;
  }
}

.cart-header-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 250px 200px;
  grid-template-rows: 1fr;
  grid-template-areas: "image product_name quantity price";
}

.cart-header-grid-container .image {
  grid-area: image;
}

.cart-header-grid-container .product_name {
  grid-area: product_name;
}

.cart-header-grid-container .quantity {
  grid-area: quantity;
}

.cart-header-grid-container .price {
  grid-area: price;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .cart-header-grid-container {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    grid-template-areas: "image product_name product_name product_name" "image quantity quantity quantity" "image price price price";
  }

  .cart-header-grid-container .quantity {
    grid-area: quantity;
    display: none;
  }

  .cart-header-grid-container .price {
    grid-area: price;
    display: none;
  }
}

.slider_part {
  background-color: #ecfdff;
}

.slider_part .upper_slider .single_slider {
  position: relative;
  width: 100%;
  height: 100vh;
}

@media only screen and (min-width: 421px) and (max-width: 575px) {
  .slider_part .upper_slider .single_slider {
    height: 350px;
  }
}

@media (max-width: 420px) {
  .slider_part .upper_slider .single_slider {
    height: 350px;
  }
}

.slider_part .upper_slider .single_slider .background_img {
  z-index: 11;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 421px) and (max-width: 575px) {
  .slider_part .upper_slider .single_slider .background_img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 420px) {
  .slider_part .upper_slider .single_slider .background_img {
    width: 100%;
    height: 100%;
  }
}

.slider_part .upper_slider .single_slider .slider_text {
  z-index: 22;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single_product_item {
  background-color: #f0f0f0;
}

/***************** product list css *******************/
.product_list .section_tittle {
  text-align: left !important;
}

.product_list .section_tittle h2 {
  text-transform: capitalize;
}

.product_list .section_tittle span {
  color: #adadad;
  font-size: 20px;
  font-weight: 700;
  margin-left: 60px;
}

.product_list .owl-nav {
  position: absolute;
  right: 0;
  top: -62px;
}

@media (max-width: 991px) {
  .product_list .owl-nav {
    right: 0;
    padding: 20px 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .product_list .owl-nav {
    right: 0;
    padding: 20px 40px;
  }
}

.product_list .owl-nav .owl-prev,
.product_list .owl-nav .owl-next {
  text-transform: capitalize;
  margin: 0 15px !important;
  text-transform: capitalize;
  font-weight: 700 !important;
}

.product_list .owl-nav .owl-prev {
  position: relative;
}

.product_list .owl-nav .owl-prev:after {
  position: absolute;
  right: -17px;
  top: 3px;
  width: 1px;
  height: 16px;
  content: "";
  background-color: #000;
}

.single_product_item {
  border-radius: 5px;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single_product_item img {
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {
  .single_product_item img {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single_product_item img {
    width: 100%;
  }
}

.single_product_item .single_product_text {
  padding: 32px 0 5px 0;
  background-color: #fff;
  min-height: 8rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single_product_item .single_product_text h4 {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 14px;
}

.single_product_item .single_product_text h3 {
  font-weight: 300;
  font-size: 1rem;
}

.single_product_item .single_product_text a {
  color: #0C924B;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  margin-top: 10px;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single_product_item .single_product_text a i {
  float: right;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}

.single_product_item .center-cropped {
  width: 100%;
  height: 250px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single_product_item .center-cropped:hover {
  background-size: 80% 80%;
}

.single_product_item:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 23, 51, 0.09);
}

.single_product_item:hover .single_product_text {
  padding: 25px 10px;
}

.single_product_item:hover a {
  opacity: 1;
}

.single-product {
  width: 100%;
}

.single-product .prod-img {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f3e7e9), color-stop(99%, #e3eeff), to(#e3eeff));
  background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
  display: block;
  text-align: center;
  width: 100%;
}

.single-product .prod-img img {
  height: 18rem;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (max-width: 1200px) {
  .single-product .prod-img img {
    height: 10rem;
  }
}

.single-product .prod-content {
  background-color: #0c924b;
  padding: 3px;
  font-size: 1rem;
  height: 4.8rem;
  width: 100%;
  position: relative;
}

.single-product .prod-content .prod-name {
  color: #ffffff;
  text-align: start;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 3px;
  right: 0;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.single-product .prod-content:hover {
  background-color: #0eaa57;
}

.single-product .prod-content .prod-price {
  color: #ffffff;
  text-align: end;
  margin-bottom: 0;
  position: absolute;
  bottom: 3px;
  right: 3px;
  font-size: larger;
  color: #f3e7e9;
}

.single-product .prod-content .add-cart {
  display: block;
  padding: 0 5px;
  text-decoration: none;
  position: absolute;
  bottom: 3px;
  left: 3px;
  background: #ffffff;
  text-align: left;
  border: 1px solid red;
  border-radius: 5px;
  font-size: 0.8rem;
  color: red;
}

/* Start Blog Area css
============================================================================================ */
.latest-blog-area .area-heading {
  margin-bottom: 70px;
}

.blog_area a {
  color: #666666 !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog_area a:hover,
.blog_area a :hover {
  color: #0C924B;
}

.single-blog {
  overflow: hidden;
  margin-bottom: 30px;
}

.single-blog:hover {
  box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}

.single-blog .thumb {
  overflow: hidden;
  position: relative;
}

.single-blog .thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog h4 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 34px;
  margin-bottom: 25px;
}

.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

.single-blog .date {
  color: #888;
  text-align: left;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.single-blog .tag {
  text-align: left;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-right: 22px;
  position: relative;
}

.single-blog .tag:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #acacac;
  right: -12px;
  top: 7px;
}

@media (max-width: 1199px) {
  .single-blog .tag {
    margin-right: 8px;
  }

  .single-blog .tag:after {
    display: none;
  }
}

.single-blog .likes {
  margin-right: 16px;
}

@media (max-width: 800px) {
  .single-blog {
    margin-bottom: 30px;
  }
}

.single-blog .single-blog-content {
  padding: 30px;
}

.single-blog .single-blog-content .meta-bottom p {
  font-size: 13px;
  font-weight: 300;
}

.single-blog .single-blog-content .meta-bottom i {
  color: #edeff2;
  font-size: 13px;
  margin-right: 7px;
}

@media (max-width: 1199px) {
  .single-blog .single-blog-content {
    padding: 15px;
  }
}

.single-blog:hover .thumb:after {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1199px) {
  .single-blog h4 {
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }

  .single-blog h4 a {
    font-size: 18px;
  }
}

.full_image.single-blog {
  position: relative;
}

.full_image.single-blog .single-blog-content {
  position: absolute;
  left: 35px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .full_image.single-blog .single-blog-content {
    bottom: 100px;
  }
}

.full_image.single-blog h4 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: none;
  padding-bottom: 5px;
}

.full_image.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

.full_image.single-blog .date {
  color: #fff;
}

.full_image.single-blog:hover .single-blog-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* End Blog Area css
============================================================================================ */
/* Latest Blog Area css
============================================================================================ */
.l_blog_item .l_blog_text .date {
  margin-top: 24px;
  margin-bottom: 15px;
}

.l_blog_item .l_blog_text .date a {
  font-size: 12px;
}

.l_blog_item .l_blog_text h4 {
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.l_blog_item .l_blog_text p {
  margin-bottom: 0px;
  padding-top: 20px;
}

/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */
.causes_slider .owl-dots {
  text-align: center;
  margin-top: 80px;
}

.causes_slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  background: #eeeeee;
  display: inline-block;
  margin-right: 7px;
}

.causes_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.causes_item {
  background: #fff;
}

.causes_item .causes_img {
  position: relative;
}

.causes_item .causes_img .c_parcent {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}

.causes_item .causes_img .c_parcent span {
  width: 70%;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.causes_item .causes_img .c_parcent span:before {
  content: "75%";
  position: absolute;
  right: -10px;
  bottom: 0px;
  color: #fff;
  padding: 0px 5px;
}

.causes_item .causes_text {
  padding: 30px 35px 40px 30px;
}

.causes_item .causes_text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}

.causes_item .causes_text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0px;
}

.causes_item .causes_bottom a {
  width: 50%;
  border: 1px solid;
  text-align: center;
  float: left;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.causes_item .causes_bottom a+a {
  border-color: #eeeeee;
  background: #fff;
  font-size: 14px;
}

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
.latest_blog_area {
  background: #f9f9ff;
}

.single-recent-blog-post {
  margin-bottom: 30px;
}

.single-recent-blog-post .thumb {
  overflow: hidden;
}

.single-recent-blog-post .thumb img {
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.single-recent-blog-post .details {
  padding-top: 30px;
}

.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0px 13px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.single-recent-blog-post:hover img {
  -webkit-transform: scale(1.23) rotate(10deg);
  transform: scale(1.23) rotate(10deg);
}

.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
}

.tags .tag_btn+.tag_btn {
  margin-left: 2px;
}

/*========= blog_categorie_area css ===========*/
.blog_categorie_area {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 900px) {
  .blog_categorie_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1100px) {
  .blog_categorie_area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}

.categories_post img {
  max-width: 100%;
}

.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.75);
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}

.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}

.categories_post:hover .categories_details {
  background: rgba(222, 99, 32, 0.85);
}

/*============ blog_left_sidebar css ==============*/
.blog_item {
  margin-bottom: 20px;
}

.blog_details {
  padding: 30px 0 20px 10px;

}

@media (min-width: 768px) {
  .blog_details {
    padding: 25px 30px 15px 35px;
  }
}

.blog_details p {
  margin-bottom: 30px;
}

.blog_details a {
  color: #ff8b23;
}

.blog_details a:hover {
  color: #0C924B !important;
}

.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.blog-info-link li {
  float: left;
  font-size: 14px;
}

.blog-info-link li a {
  color: #999999;
}

.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

.blog-info-link li:last-child::after {
  display: none;
}

.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

.blog_item_img {
  position: relative;
}

.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #0c924bc7;
  padding: 8px 15px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}

.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}

.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 768px) {
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}

.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
}

.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}

.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}

.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}

.blog_right_sidebar .search_widget .form-control::-webkit-input-placeholder {
  color: #999999;
}

.blog_right_sidebar .search_widget .form-control::-moz-placeholder {
  color: #999999;
}

.blog_right_sidebar .search_widget .form-control:-ms-input-placeholder {
  color: #999999;
}

.blog_right_sidebar .search_widget .form-control::-ms-input-placeholder {
  color: #999999;
}

.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}

.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

.blog_right_sidebar .search_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}

.blog_right_sidebar .newsletter_widget .form-control::-webkit-input-placeholder {
  color: #999999;
}

.blog_right_sidebar .newsletter_widget .form-control::-moz-placeholder {
  color: #999999;
}

.blog_right_sidebar .newsletter_widget .form-control:-ms-input-placeholder {
  color: #999999;
}

.blog_right_sidebar .newsletter_widget .form-control::-ms-input-placeholder {
  color: #999999;
}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}

.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
  padding-top: 15px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
  -webkit-box-pack: center;
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #fff;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
  margin-top: 20px;
}

.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 3px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px;
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #0C924B;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog_right_sidebar .instagram_feeds .instagram_row {
  display: -webkit-box;
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}

.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

.blog-pagination {
  margin-top: 80px;
}

.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}

.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}

.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

/*============ Start Blog Single Styles  =============*/
.single-post-area .blog_details {
  box-shadow: none;
  padding: 0;
}

.single-post-area .social-links {
  padding-top: 10px;
}

.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.single-post-area .blog_details {
  padding-top: 26px;
}

.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}

.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .single-post-area .quote-wrapper {
    padding: 30px;
  }
}

.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid;
}

@media (min-width: 768px) {
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}

.single-post-area .arrow {
  position: absolute;
}

.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}

.single-post-area .navigation-top p {
  margin-bottom: 0;
}

.single-post-area .navigation-top .like-info {
  font-size: 14px;
}

.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
}

.single-post-area .navigation-top .comment-count {
  font-size: 14px;
}

.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
  font-size: 16px;
  margin-right: 5px;
}

.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}

.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}

.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999;
}

.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}

@media (max-width: 600px) {
  .single-post-area .blog-author {
    padding: 20px 8px;
  }
}

.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}

@media (max-width: 600px) {
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}

.single-post-area .blog-author a {
  display: inline-block;
}

.single-post-area .blog-author a:hover {
  color: #0C924B;
}

.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}

.single-post-area .blog-author h4 {
  font-size: 16px;
}

.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}

.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
}

.single-post-area .navigation-area .nav-left {
  text-align: left;
}

.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

.single-post-area .navigation-area .nav-right {
  text-align: right;
}

.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: 0.5;
}

@media (max-width: 991px) {
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}

@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}

.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px;
}

.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

.comments-area .comment-list {
  padding-bottom: 48px;
}

.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }

  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }

  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

.comments-area .thumb {
  margin-right: 20px;
}

.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}

.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}

.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.comment-form .form-group {
  margin-bottom: 30px;
}

.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}

.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0px;
  }
}

.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.comment-form .form-control::-webkit-input-placeholder {
  font-weight: 300;
  color: #999999;
}

.comment-form .form-control::-moz-placeholder {
  font-weight: 300;
  color: #999999;
}

.comment-form .form-control:-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}

.comment-form .form-control::-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}

.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

.comment-form .form-control::-webkit-input-placeholder {
  color: #777777;
}

.comment-form .form-control::-moz-placeholder {
  color: #777777;
}

.comment-form .form-control:-ms-input-placeholder {
  color: #777777;
}

.comment-form .form-control::-ms-input-placeholder {
  color: #777777;
}

.comment-form .form-control::placeholder {
  color: #777777;
}

.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}

.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}

.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}

.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}

.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

.single_sidebar_widget .btn_1 {
  margin-top: 0px;
  padding: 15px 24px;
}

/*============ End Blog Single Styles  =============*/
/**************** blog part css start ****************/
@media (max-width: 576px) {
  .blog_part {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog_part {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_part {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog_part {
    padding-bottom: 50px;
  }
}

.blog_part .card {
  border: 0px solid transparent;
}

.blog_part .blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
  font-style: inherit !important;
}

@media (max-width: 576px) {
  .blog_part .single-home-blog {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog_part .single-home-blog {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_part .single-home-blog {
    margin-bottom: 20px;
  }
}

.blog_part .single-home-blog .card-img-top {
  border-radius: 0px;
}

.blog_part .single-home-blog .card {
  border-radius: 0px;
  background-color: transparent;
  position: relative;
}

.blog_part .single-home-blog .card .card-body {
  padding: 35px 30px 23px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #edeff2;
}

.blog_part .single-home-blog .card .card-body:hover {
  box-shadow: 0px 10px 30px 0px rgba(12, 46, 96, 0.1);
  border: 1px solid transparent;
}

@media (max-width: 576px) {
  .blog_part .single-home-blog .card .card-body {
    padding: 15px 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog_part .single-home-blog .card .card-body {
    padding: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog_part .single-home-blog .card .card-body {
    padding: 20px;
  }
}

.blog_part .single-home-blog .card .card-body .btn_4 {
  margin-bottom: 20px;
}

.blog_part .single-home-blog .card .card-body a {
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.blog_part .single-home-blog .card .dot {
  position: relative;
  padding-left: 20px;
}

.blog_part .single-home-blog .card .dot:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 5px;
  left: 0;
  background-color: #0C924B;
  border-radius: 50%;
}

.blog_part .single-home-blog .card span {
  color: #8a8a8a;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 10px;
}

@media (max-width: 576px) {
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

.blog_part .single-home-blog .card h5 {
  font-weight: 600;
  line-height: 1.5;
  font-size: 19px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  text-transform: capitalize;
}

@media (max-width: 576px) {
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 5px;
    font-size: 17px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.blog_part .single-home-blog .card h5:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  color: #0C924B;
}

.blog_part .single-home-blog .card ul {
  border-top: 1px solid #edeff2;
  padding-top: 20px;
  margin-top: 24px;
}

.blog_part .single-home-blog .card ul li {
  display: inline-block;
  color: #8a8a8a;
  margin-right: 39px;
}

@media (max-width: 576px) {
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

.blog_part .single-home-blog .card ul li span {
  margin-right: 10px;
}

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

.breadcrumb {
  position: relative;
  z-index: 1;
  text-align: left;
}

.breadcrumb .breadcrumb_iner {
  height: 475px;
  width: 100%;
  display: table;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item {
  display: table-cell;
  vertical-align: middle;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
  color: #0C924B;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}

@media (max-width: 576px) {
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 50px;
  }
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item p {
  font-size: 15px;
  color: #777777;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item span {
  margin: 0px 5px;
  font-size: 12px;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item .breadcrumb_bg_gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(142, 147, 153, 0)), color-stop(15%, rgba(142, 147, 153, 0.5)), color-stop(19%, rgba(142, 147, 153, 0.41)), color-stop(20%, rgba(142, 147, 153, 0.41)), color-stop(51%, rgba(214, 214, 214, 0.45)), color-stop(80%, rgba(142, 147, 153, 0.5)), color-stop(82%, rgba(142, 147, 153, 0.5)), color-stop(85%, rgba(142, 147, 153, 0.41)), to(rgba(142, 147, 153, 0)));
  background: linear-gradient(to bottom, rgba(142, 147, 153, 0) 0%, rgba(142, 147, 153, 0.5) 15%, rgba(142, 147, 153, 0.41) 19%, rgba(142, 147, 153, 0.41) 20%, rgba(214, 214, 214, 0.45) 51%, rgba(142, 147, 153, 0.5) 80%, rgba(142, 147, 153, 0.5) 82%, rgba(142, 147, 153, 0.41) 85%, rgba(142, 147, 153, 0) 100%);
}

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

@media screen and (max-width: 568px) {
  .menu-spacing {
    min-height: 60px;
  }
}

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .menu-spacing {
    min-height: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .menu-spacing {
    min-height: 100px;
  }
}

.mobile-bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 44;
  background-color: #fff;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.mobile-bottom-menu .col {
  align-content: center;
  text-align: center;
}

.mobile-bottom-menu i {
  margin: 0px;
}

.mobile-bottom-menu a {
  font-size: 0.7rem;
  margin: 0px;
}