.in-blog-section {
  overflow: hidden;
  padding: 0px 0px 95px;
}
.in-btn-1 a {
  color: #fff;
  font-weight: 500;
  padding: 16px 60px;
  border-radius: 5px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#b29125), color-stop(50%, #eacb63), to(#b29125));
  background: linear-gradient(90deg, #b29125 0%, #eacb63 50%, #b29125);
  background-size: 200%, 1px;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.in-btn-1 a:hover {
  background-position: 120%;
}
.in-header-section.header-style-one .in-header-main-menu-wrapper {
  padding: 23px 0px;
}
@media screen and (max-width: 991px) {
  .in-header-section.header-style-one .in-header-main-menu-wrapper {
    padding: 6px 0px;
  }
  .mobile_menu_button {
    right: 10px;
    top: -48px;
  }
  .mobile_menu_button.open_mobile_menu .fal {
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
  }
}
.in-header-section.header-style-one .header-top-content {
  padding: 6px 0px;
}
.header-top-content .brand-logo img {
  position: relative;
  max-width: 240px;
}
.in-header-section.header-style-one.sticky-on .in-header-main-menu-wrapper {
  padding: 8px 0px;
}
.sticky-logo img {
  position: relative;
  max-width: 160px;
}
.mobile_menu_content .m-brand-logo {
  width: 100%;
  margin: 20px auto;
}
.mobile_menu_content .m-brand-logo img {
  position: relative;
  display: block;
  max-width: 170px;
  margin: 0 auto;
}
.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 20px 30px 30px 35px;
} 
.in-service-item-3:before {
  bottom: 0;
  right: 0;
  width: 0%;
  z-index: -1;
  content: "";
  height: 0%;
  position: absolute;
  background: linear-gradient(130deg, #b29125 0%, #eacb63 100%);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
@media screen and (min-width: 992px) {
  .in-breadcrumb-section {
    padding-top: 171px;
    background-color: #b39226;
  }
}

.in-footer-widget .newslatter-widget button, .shop-details-text-wrap .quantity-btn-area .add-cart-btn a, .in-shop-item .in-add-cart-btn a, .in-faq-contact-form button, .in-contact-form-title-area .in-contact-form button, .in-lan-btn a, .in-inner-page-item .view-button a, .in-header-section.header-style-landing .in-header-cta-btn a, .mobile_menu .in-m-search button {
  background: linear-gradient(90deg, #b29125 0%, #eacb63 50%, #b29125);
  background-size: 200%, 1px;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.in-footer-widget .newslatter-widget button:hover, .shop-details-text-wrap .quantity-btn-area .add-cart-btn a:hover, .in-shop-item .in-add-cart-btn a:hover, .in-faq-contact-form button:hover, .in-contact-form-title-area .in-contact-form button:hover, .in-lan-btn a:hover, .in-inner-page-item .view-button a:hover, .in-header-section.header-style-landing .in-header-cta-btn a:hover, .mobile_menu .in-m-search button:hover {
  background-position: 120%;
}
.in-service-item-3 .inner-icon-btn .inner-icon img{
  height: 50px;
  margin-bottom: 10px;
  filter: drop-shadow(0px 1000px 0 #b29125);
  transform: translateY(-1000px);
}

.in-service-item-3:hover .inner-icon-btn .inner-icon img{
  /*filter: brightness(0) invert(100%);*/
  filter: drop-shadow(0px 1000px 0 #ffffff);
  transform: translateY(-1000px);
}

.in-service-item-3 .headline h3 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.in-service-item-3 .headline p.sub_title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
}
.in-section-title-2 h2 {
  padding-top: 0px;
}
.in-blog-item .blog-title h3 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
}
.blog-meta-text .in-blog-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
}

.in-pagination.ul-li ul li.active a{
  border: 1px solid #b29125 !important;
}
.in-breadcrumb-title-content h2 {
  padding-bottom: 0;
  margin-bottom: 15px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
}
.in-sidebar-widget .recent-news-widget .recent-blog-img-text .recent-blog-text h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
}

.wrap_social, .wrap_socials {
  position: relative;
  width: 100%;
  text-align: left;
}
.wrap_social .tab_icon {
  position: relative;
  display: inline-block !important;
  margin: 0 20px 0 0;
  width: 18px !important;
  height: 18px !important;
  border: 0px solid #f00 !important;
}
.wrap_socials .tab_icon {
  position: relative;
  display: inline-block !important;
  margin: 0 18px 0 0 !important;
  width: 30px !important;
  height: 30px !important;
  border: 0px solid #f00 !important;
}

.wrap_lang{
	position: relative;
	width: 100%;
	height: 22px;
  margin-top: 2px;
}
.wrap_lang .tab_lang{
	position: relative;
	display: inline-block;
	margin: 0 5px 0 0;
	width: 22px;
	height: 22px;
	border: 0px solid #f00;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.wrap_lang .tab_lang:hover{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}