/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}
/* font-family: 'Open Sans', sans-serif;
font-family: 'Ubuntu', sans-serif; */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #4d4643;
}
p,ul,li {
  font-family: "Open Sans", sans-serif;
}
a {
  color: #b63429;
  text-decoration: none;
}

a:hover {
  color: #b63429;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #b63429;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #21df41;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    -webkit-transition-delay: 0 !important;
         -o-transition-delay: 0 !important;
            transition-delay: 0 !important;
  }
  
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  padding: 7px 0px 0px 0px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #111;
}

#header .logo a span {
  color: #b63429;
}

#header .logo img {
  max-height: 60px;
}
.pb-m-5{
  padding-bottom: 5px;
}
/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  margin-left: 20px;
  border-left: 1px solid #c4c4c4;
}

.header-social-links a {
  color: #a0a0a0;
  display: inline-block;
  line-height: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-left: 20px;
}

.header-social-links a i {
  line-height: 0;
}

.header-social-links a:hover {
  color: #b63429;
}

@media (max-width: 768px) {
  .header-social-links {
    padding: 0 15px 0 0;
    border-left: 0;
  }
  .grid-style {
    display: inline-block;
    padding: 10px;
    width: 100%;
    margin: 0 0.5rem!important;
}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #111;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar li:hover>a {
  color: #b63429;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-top: 2px solid #b63429;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #111;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #b63429;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #111;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #111;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #b63429;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #b63429;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0px;
}
#hero .carousel-inner .carousel-item img{
width: 100%;
}
#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 60px;
  top: 70px;
  left: 55px;
  right: 55px;
}

#hero .carousel-content {
  background: rgba(4, 4, 4, 0.7);
  padding: 20px;
  color: #fff;
  border-top: 5px solid #b63429;
}

#hero .carousel-content h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  border: 2px solid #b63429;
}

#hero .btn-get-started:hover {
  background: #b63429;
  color: #fff;
  text-decoration: none;
}

#hero .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.6);
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #b63429;
}

@media (min-width: 1024px) {
  #hero .carousel-content {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 992px) {
  #hero .carousel-container {
    top: 58px;
  }

  #hero .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }

  #hero .carousel-content p {
    font-size: 15px;
  }
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/


.section-bg {
  background-color: #f7f7f7;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  margin: 19px;
}

.section-title h2 {
  font-size: 30px;
  text-transform: capitalize;
  display: block;
  margin: 0;
  color: #222222;
  letter-spacing: 0;
  font-weight: 500;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: transparent;
  bottom: -9px;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #b63429;
  min-height: 40px;
  margin-top: 0px;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
  color: #fff;
}

.breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
}

.breadcrumbs ol a {
  color: #fff;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

@media (max-width: 991px) {
  .breadcrumbs {

  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #111;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  -webkit-box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 50px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #4d4643;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #b63429;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #111;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #444444;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #2b2b2b;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #b63429;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #57e76f;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #b63429;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b63429;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  -webkit-box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08);
          box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-wrap {
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
}

.clients .client-logo {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
  background: #fff;
  height: 100px;
}

.clients .client-logo img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 36px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.clients .client-logo:hover img {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us .content h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about-us .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.about-us .content ul {
  list-style: none;
  padding: 0;
}

.about-us .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about-us .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #b63429;
}

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

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team .member .social a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #111;
  margin: 0 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}

.team .member .social a i {
  line-height: 0;
}

.team .member .social a:hover {
  color: #b63429;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #111;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #b4aca8;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #847872;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #111;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e7e7e7;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  background-color: #b63429;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #111;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.features .icon-box h3 a:hover {
  color: #b63429;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #847872;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #b63429;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #4d4643;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #b63429;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #b63429;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #b63429;
}

.pricing .featured h3 {
  color: #fff;
  background: #b63429;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #b63429;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: lightgray;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #b63429;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 40px;
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #dddddd;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #b63429;
  float: left;
  width: 44px;
  height: 44px;
  border: 1px solid #b63429;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #111;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
}

.contact .info:hover i {
  background: #b63429;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
          animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #b63429;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #b63429;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #b63429;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #111;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #b63429;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #777777;
}

.blog .entry .entry-meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #847872;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #b63429;
  color: #fff;
  padding: 6px 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #b63429;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #4d4643;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #111;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #5e5e5e;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #1e1e1e;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #b63429;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

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

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #111;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(17, 17, 17, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #bfb9b6;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #4d4643;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #b63429;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #111;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #57e76f;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #57e76f;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #111;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #1e1e1e;
}

.blog .blog-pagination {
  color: #444444;
}

.blog .blog-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #111;
  padding: 7px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #b63429;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #111;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #b63429;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #1ecf3b;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #111;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #b63429;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #b4aca8;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #111;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #b63429;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #b4aca8;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #515151;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #c4c4c4;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #b63429;
  background: #b63429;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #4d4643;
  font-size: 14px;
  background: #f9f9f9;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #e4e4e4;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4d4643;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #4d4643;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #4d4643;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #b63429;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #4d4643;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #4d4643;
}

#footer .footer-newsletter {
  font-size: 15px;
  color: #4d4643;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #4d4643;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #b63429;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #b63429;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #b63429;
  color: #fff;
  text-decoration: none;
}
.navbar-right-side{
  margin-left: auto;
}
.mainpage{
  padding: 123px 0px 0px 0px;
}
/*social icon css*/
.social-icon {
  position: fixed;
  right: 0;
  bottom: 100px;
  padding: 10px 5px;
  border-radius: 0 3px 3px 0;
  z-index: 99;
}

.social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.social-icon ul li {
  display: block;
  margin-bottom: 10px;
}

.social-icon ul li a {
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}

.social-icon ul li:hover a {
  background: #b63429;
  color: #fff;
}

.social-icon ul li:last-child {
  margin-bottom: 0;
}

.social-icon ul li.fb a {
  background: #4267b2;
}

.social-icon ul li.tw a {
  background: #55acee;
}

.social-icon ul li.yo a {
  background: #ff0000;
}

.social-icon ul li.li a {
  background: #0070c0;
}

.social-icon ul li.sk a {
  background: #03a9f4;
}


/**/
.products-container {
  padding: 25px 0;
}
.block-title {
  position: relative;
  text-align: center;
  background: url(../images/leaf.png) no-repeat center center;
  padding-bottom: 40px;
  background-size: 150px;
}
.block-title p {
  font-size: 16px;
  color: #929292;
  font-style: italic;
  margin: 0;
}
.block-title h3 {
  font-size: 30px;
  text-transform: capitalize;
  display: block;
  margin: 0;
  color: #222222;
  letter-spacing: 0;
  font-weight: 500;
}
/**/
.img-content {
  position: relative;
  height: 201px;
}

.img-content .img-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.6);*/
}

.img-link:before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
}

.img-link:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  transition: all 900ms linear;
}

.img-link:after {
  background: rgba(255, 255, 255, 0.4);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
}

.img-link:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  transition: all 900ms linear;
}

.img-content .img-link a {
  font-size: 1rem;
  font-weight: 500;
  color: #ffff;
  text-decoration: none;
  display: inline-block;
  padding: 5px 0;
  width: 85%;
  text-transform: uppercase;
  z-index: 99;
}
div#grd-3 {
  margin: 0rem 3.5rem!important;
}
/* grid-style products */
.grid-style {
  display: inline-block;
  padding: 10px;
  width: 100%;
  /* margin: 0rem 3.5rem; */
  margin: 0rem 0.5rem;
}

/* .grid-style .product-item {
  width: 22%;
  float: left;
  padding: 0 5px;
  min-height: 368px;
  margin-bottom: 20px;
} */
.grid-style .product-item{
  width: 22%;
    float: left;
    margin: 0px 3px;
    min-height: 368px;
    
    
}

#grd-2{
  margin: 0rem 3.5rem;
}
.bought-together .product-item {
  width: 16.66%;
}

.grid-style-4 .product-item {
  width: 25%;
}

.grid-style .product-item .product-thumb {
  border: 1px solid #dfdfdf;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
 
  overflow: hidden;
  min-height: 357px;

}

.grid-style .product-item .product-thumb:hover {
  border: 1px solid #b63429;
}

.product-item .image {
  position: relative;
  min-height: 100%;
}

.product-item .vendor-logo {
  display: none;
  width: 60px; /*height: 60px;*/
  position: absolute;
  bottom: 5px;
  left: 10px;
}

.product-item .caption h4 {
  padding: 0 10px;
}

.product-item .caption h4 {
  font-size: 14px;
  font-weight: 500;
  /* text-align: center; */
color: #212529;
padding-top: 13px;

}



.product-item .image img{
  width: 100%;
}
/**
    Product Listing Tag Item Badge
 */

 .product-info-badge-container {
  display: block;
}

.product-info-badge {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #666;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 4px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
}

.product-info-badge::before {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 4px;
  left: 6px;
  position: absolute;
  width: 6px;
  top: 6px;
}

.product-info-badge::after {
  background: #fff;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #eee;
  border-top: 8px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.product-info-badge:hover {
  background-color: #b63429;
  color: white;
}

.product-info-badge:hover::after {
  border-left-color: #b63429;
}

.product-info .badge-secondary {
  width: 100%;
}

.product-info span.badge-light {
  font-weight: 500;
  background: #f4f4f4;
}
.product-info {
  font-weight: normal;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 5px 0px;
  border-top: 1px dashed #bbb;
  border-bottom: 1px dashed #bbb;
  text-align: center;
  display: none;
}

.product-item .caption h4 a {
  color: #323232;
  text-decoration: none;
}

.signin-price-button {
  


  webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background-color: #f9f9f9;
    border-radius: 0px;
    border-top: 1px solid #dcdcdc;
    cursor: pointer;
    color: #323232;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 10px;
    display: block;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
   
}

.signin-price-button:hover {
  background-color: #e9e9e9;
  color: #b63429;
  text-decoration: none;
}

.signin-price-button:active {
  position: relative;
  top: 1px;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}


/**/
.banner-center {
  position: relative;
}

.banner-center {
  background: url("../images/block3-home1.png") no-repeat top center;
  padding: 50px 0;
  background-size: cover;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.banner-content {
    max-width: 475px;
  float: left;
}
.banner-conten span{
     font-size: 18px; 
}

.banner-content p {
  color: #b63429;
  font-size: 18px;
  margin: 0 0 0.9rem;
  text-transform: uppercase;
  font-weight: 300;
}
.banner-content-text {
     font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
    
}
.banner-center .banner-content h2 {
  font-size: 30px;
  color: #212529;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

.banner-center .banner-content h2 span {
  font-size: 18px;
  font-weight: 400;
  display: block;
  text-transform: none;
}

.banner-center a {
  margin: 30px 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #b63429;
  padding: 0 3rem;
  border-radius: 5px;
  width: auto;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
}

.banner-center a:hover {
  background: #2a2a2a;
}

/*===================
footer links
========================*/
footer .footer-links {
  background: #f9f9f9;
  padding: 30px 0 30px 0;
}

footer .footer-links h4 {
  font-size: 13px;
  color: #222222;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
}

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

footer .footer-links ul.links li {
  font-size: 13px;
  line-height: 22px;
  padding-left: 2px;
}

footer .footer-links ul.links li a {
  color: #4d4d4d;
  text-decoration: none;
}

footer .footer-links ul.links li a:hover {
  color: #b63429;
}

footer .footer-links .fda {
  font-size: 14px;
  color: #585858;
  font-family: "Roboto", sans-serif;
  background: #ebebeb;
  padding: 17px 10px;
  display: inline-block;
  text-align: left;
  margin-top: 15px;
  border-radius: 5px;
}


footer .footer-links .store-info ul {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

footer .footer-links .store-info ul li {
  font-size: 14px;
  color: #4d4d4d;
  margin-bottom: 10px;
  line-height: 30px;
}

footer .footer-links .store-info ul li.address {
  line-height: normal;
}

footer .footer-links .store-info ul li i {
  width: 28px;
  height: 28px;
  float: left;
  margin-right: 10px;
  text-align: center;
  line-height: 28px;
  font-size: 19px;
  color: #b63429;
}

footer .footer-links .store-info ul li span {
  display: inline-block;
  width: calc(100% - 45px);
  font-size: 13px;
}

footer .footer-links .store-info ul li a {
  color: #b63429;
  text-decoration: none;
}

footer .footer-bottom {
  padding: 10px 0;
}


h3 {
  color: #372f2b;
  font-size: .95em;
  font-weight: bold;
  line-height: 1.15;
  margin: 1.25em 0 .75em;
  text-transform: uppercase;
}
.border-left {
  border-left: 1px solid #dee2e6!important;
}
.border-right {
  border-right: 1px solid #dee2e6!important;
}
.top-cat {
  background: #b63429;
}

.top-cat a.btn-link {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 13px 25px 12px 15px;
  background: none;
  line-height: normal;
  text-transform: uppercase;
}

.top-cat a.btn-link:hover {
  text-decoration: none;
  color: #ffffff;
}

.top-cat .btn-link span {
  font-size: 24px;
  line-height: 25px;
  float: left;
  margin-right: 5px;
  color: #ffffff;
}

.top-cat .btn-link:after {
  display: none;
}

.top-cat .form-inline {
  padding: 2px 0;
  position: relative;
}

.top-cat .form-inline .form-control {
  border: none;
  border-radius: 0px;
  height: 46px;
}

.top-cat .btn-search {
  position: absolute;
  right: 0;
  outline: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #b63429;
  background: none;
  font-size: 22px;
}


/**/
.top-links-account li {
  display: inline-block;
}

.top-links-account .btn-link {
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0 15px;
  font-size: 20px;
  color: #323232;
}

.top-links-account .btn-link:hover {
  color: #323232;
  text-decoration: none;
}

.top-links-account .btn-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-links-account .btn-link:after {
  display: none;
}

.top-links-account li a {
  text-shadow: none;
  padding: 0 1.3rem 0 0;
  margin: 0;
  border: 0;
  font-size: 14px;
  color: #00050A;
  position: relative;
}

header .top-links-account .dropdown .dropdown-menu {
  border: none;
  border-radius: 0px;
  border: none;
  top: 18px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 15px;
  animation: fadeIn 0.5s;
  -webkit-animation: fadeIn 0.5s;
  -moz-animation: fadeIn 0.5s;
  -o-animation: fadeIn 0.5s;
}
/**
    Search Box
 */

 .search input {
  height: 48px;
  width: 100%;
  padding: 0 25px 0 25px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #b63429;
  border-radius: 10px;
}

.search input:focus {
  outline: none;
}

.search .results {
  display: none;
  position: absolute;
  top: 54px;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 0;
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #b63429;
  border-radius: 10px;
  background-color: #fdfdfd;
  overflow: hidden;
}

.search .results li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0px;
}

.search .results li:last-child:before, .search .results li:last-child:after {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  content: '';
  height: 0;
  position: absolute;
}

.search .results li:last-child:before {
  border-bottom: 5px solid #c4c7d7;
  top: -11px;
}

.search .results li:last-child:after {
  border-bottom: 5px solid #fdfdfd;
  top: -10px;
}

.search .results li:last-child:hover:before, .search .results li:last-child:hover:after {
  display: none
}

.search .results li:last-child {
  margin-bottom: -1px
}

.search .results a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin: 0 -1px;
  padding: 6px 40px 6px 10px;
  color: #444;
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
}

.search .results .search-image:hover {
  cursor: pointer;
}

.search .results .search-image {
  width: 42px;
  height: 42px;
  margin: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #b63429;
}

.search .results button {
  width: 46px;
  height: 46px;
  margin: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #b63429;
}

.search .results button span {
  color: #fff;
}

.search .results button:hover {
  background-color: #00050A;
}

.search .results a span {
  font-weight: 200;
  font-size: 14px;
  color: #777;
}

.search .results li:hover {
  color: #000;
  background: #eeeeee; /* Old browsers */
}

.search .results li.result-selected {
  color: #000;
  background: #eeeeee; /* Old browsers */
}

.search .results li:hover a, .search .results li:hover a span {
  text-decoration: none;
  color: #000;
}

.search .results .result-badges span, .result-selected .result-badges span {
  font-size: 10px;
  background-color: #d3d3d3;
}


.search .results li:hover .result-badges span {
  color: #fff;
  background-color: #b63429;
}


.search .results a:hover span {
  color: #000;
}

:-moz-placeholder {
  color: #a7aabc;
  font-weight: 200;
}

::-webkit-input-placeholder {
  color: #a7aabc;
  font-weight: 200;
}

.lt-ie9 .search input {
  line-height: 26px
}
.header-phone a {
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  font-size: 1.2rem;
  display: inline-block;
}

.header-phone a:before {
  content: '';
  background: url(../images/icon-phone.png) no-repeat 0 0;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-top: 5px;
}

.header-phone a > span {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.8rem;
  margin-top: 6px;
  font-size: 14px;
  color: #ffffff;
}

.header-phone a span > span {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  margin-bottom: 0.3rem;
  -webkit-transition: ease .3s all;
  -o-transition: ease .3s all;
  transition: ease .3s all;
}


header .top-links-account .dropdown .dropdown-menu .dropdown-item {
  font-size: 13px;
  color: #222222;
  font-weight: 400;
}

header .top-links-account .dropdown-menu::after {
  content: " ";
  bottom: 100%;
  left: 15px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;

}
.lnr-menu:before {
  content: "";
  background-image: url('../images/all.png');
  background-repeat: no-repeat;
  height: 30px;
  width: 40px;
  position: absolute;
  left: 10px;
  top: 10px;
  background-position: center;
}
.top-cat .btn-link span {
  font-size: 24px;
  line-height: 25px;
  float: left;
  margin-right: 5px;
  color: #ffffff;
  width: 40px;
}

/*============================
        Breadcrumbs
=============================*/
.breadcrumbs {
  background: url(../images/bg-breadcrumbs.png) no-repeat 0 0;
  background-size: cover;
  padding: 25px 0;
}

.breadcrumbs h1 {
  font-size: 24px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  color: #222222;
  font-weight: 600;
  width: 100%;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.breadcrumb > li {
  position: relative;
  display: inline-block;
}

.breadcrumb > li + li:before {
  font-size: 16px;
  padding: 0 .3rem 0 .3rem;
  color: #777777;
  content: "/";

}

.breadcrumb > li > a {
  text-transform: capitalize;
  font-size: 14px;
  color: #515151;
  font-weight: 500;
  text-decoration: none;
}

.breadcrumb > li > a:hover,
.breadcrumb > li:last-child > a {
  color: #b63429;
  font-weight: 600;
}
.section-header-title {
  position: relative;
  text-align: left;
  background: url(../images/leaf.png) no-repeat center right;
  padding-bottom: 40px;
  padding-top: 15px;
  background-size: 120px;
  display: inline-block;
}
.section-header-title h2 {
  font-size: 30px;
  text-transform: capitalize;
  display: block;
  margin: 0;
  color: #b63429;
  letter-spacing: 0;
  font-weight: 500;
}
.about-desc {
  font-size: 16px;
  color: #515151;
}
.about-desc h3 {
  color: #b63429;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

/*why-choose-us*/
.why-choose-us {
  background-image: url(../images/bg-pattern.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  float: left;
  width: 100%;
  position: relative;
  padding: 50px 0;
}

.why-choose-us-content {
  float: left;
  width: 100%;
}

.why-choose-items > ul {
  list-style: none;
  /*columns: 2 576px;*/
  /*column-gap: 1rem;*/
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;

}

.why-choose-items ul > li {
  background: #ffffff;
  padding: 12px;
  /*float: left;*/
  width: 100%;
  /*margin: 0 1rem 1rem 0;*/
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  display: inline-block;
  margin: 0 0 1em;

}

.why-choose-items ul li h4 {
  font-size: 16px;
  color: #b63429;
  font-weight: 500;
  margin-bottom: 7px;
}

.why-choose-items ul li p {
  font-size: 15px;
  color: #515151;
  margin-bottom: 0;
}

.why-choose-items ul li ul {
  padding-top: 10px;
}

.why-choose-items ul li > ul > li {
  margin: 0;
  padding: 4px 0;
  font-weight: 500;
  /*text-transform: capitalize;*/
}

.why-choose-items ul li > ul > li span {
  color: #b63429;
  font-size: 15px;
}
/*certificate page start*/
.certificate-border{
  border: #833e38 3px solid;
  padding: 5px;
}

.certificate-border.kosher-ctft{
  height: 35% ;

}
.certificate-border.kosher-ctft .certificate {
  height: 100% ;
  width: 100%;
}

/*certificate page end*/


/*====================
contact us page
===================*/
.contact-us-page .store-info {
  padding: 15px 0;
}

.contact-us-page .store-info h4 {
  font-size: 16px;
  color: #222222;
  font-weight: 500;
}

.contact-us-page .store-info ul {
  padding: 0;
  margin: 15px 0 0;
  list-style: none;
  display: inline-block;
  width: 80%;
}

.contact-us-page .store-info ul li {
  font-size: 14px;
  color: #4d4d4d;
  margin-bottom: 10px;
  line-height: 30px;
  float: left;
  width: 100%;
}

.contact-us-page .store-info ul li.address {
  line-height: normal;
}

.contact-us-page .store-info ul li i {
  width: 28px;
  height: 28px;
  float: left;
  margin-right: 10px;
  text-align: center;
  line-height: 28px;
  font-size: 19px;
  color: #b63429;
}

.contact-us-page .store-info ul li span {
  float: left;
  width: calc(100% - 45px);
  font-size: 14px;
  font-weight: 500;

}

.contact-us-page .store-info ul li a {
  color: #b63429;
  text-decoration: none;
}

.contact-us-page .contact-border{
  background: #fff2f1;
  width: 100%;
  height: auto;
  border: 2px dashed #b63429;
  margin-bottom: 30px;
}

.contact-us-page .head-ofc h3{
  font-size: 30px;
  padding: 0 20px;
  color:#833e38 ;

}
.contact-us-page .head-ofc p{
  font-size: 20px;
  font-weight: 500;
  color:#000;

}
.contact-us-page .border-hr {
  border-bottom: 2px dashed #b63429;
}
.contact-us-page .border-3{
  border-right: 2px dashed #b63429;

}

.contact-us-page .warehouse h3{
  font-size:25px;
  text-transform: uppercase;
  margin: 10px 0;
}
.contact-us-page .warehouse h4{
  font-size:20px;
  padding-left: 10px;
  border-left: 5px solid #b63429;
  line-height: 28px;
  color:#b63429;
}
.form-group {
  margin-bottom: 1rem;
}
.contact-us-page .warehouse h5{
  font-size:20px;
  color:#000;
  font-weight: 600;
}
.contact-us-page .warehouse .mail{
   padding: 20px 0;
}



.about-desc h3 {
  color: #b63429;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.btn-secondary:hover, .btn-danger:hover, .edit-btn:hover, .delete-btn:hover {
  text-decoration: none;
  color: #ffffff;
}

.form-group label {
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
}

.form-group .form-control {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.form-group .form-control.disabled {
  background: #e9ecef;
}


body .btn-outline {
  border: 2px solid #b63429;
  color: #b63429;
  background: none;

}

body .btn-outline:hover {
  background: #b63429;
}

.btn-primary {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: normal;
  cursor: pointer;
  text-decoration: none;
  border: none;
  outline: none;
  background: #b63429;
  background: -webkit-gradient(linear, left top, right top, from(#b63429), to(#b63429));
  background: -o-linear-gradient(left, #b63429 0%, #b63429 100%);
  background: linear-gradient(90deg, #b63429 0%, #b63429 100%);
  
}

.btn-secondary, .btn-danger, .edit-btn, .delete-btn {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 3px;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: normal;
  cursor: pointer;
  text-decoration: none;
  border: none;
  outline: none;
  background: #222222;
  text-decoration: none;
}



#product.grid-style .product-item{
  width: 32%;
}
.product-sku1{
  background-color: #b63429;
  text-align: center;
  padding: 30px;
  color: #fff;
  font-size: 25px;
}
.product-sku1 .con-btn{
  padding: 6px 20px;
  background-color: #fff;
  font-size: 20px;
  color: #b63429;
  border-radius: 5px;
  line-height: 28px;
  margin-left: 10px;
  font-weight: 600;
  text-decoration: none;
}
.product-sku1 img{
  width: 100%;
  max-width: 1000px;
}
.dropdown-item.active, .dropdown-item:active{
  color: #b63429;;
}


/*product*/
.pic0 {
  display: block;
  width: 100%;
  padding: 13px;
}
.product-pic {
  padding-left: auto;
  padding-right: auto;
  width: 100%
}

.thumbnails {
  position: absolute
}

.fit-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover
}

.tb {
  width: 62px;
  height: 62px;
  border: 1px solid grey;
  margin: 2px;
  opacity: 0.4;
  cursor: pointer
}

.tb-active {
  opacity: 1
}

.thumbnail-img {
  width: 60px;
  height: 60px
}

@media screen and (max-width: 768px) {
  .pic0 {
      width: 100%;
      width: 100%;
  }
  #grd-2{
    margin:unset;
  }
  #grd-2{

  
  margin-left: unset;
  }
  .righ-pro-bx {
    border-left: 1px solid #ddd;
    padding: 0px 20px;
    margin: 0px 0px!important;
}
}

/*image gallery*/

/*tier-prices*/
/* .product-detail .tier-prices {
  background: #f6f6f6;
  border: 1px dashed #5db812;
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  list-style: none;
  max-width: 400px;
} */

.product-detail .tier-prices{
  font-size: 14px;
  border: 1px dashed #5fba33;
  padding: 20px;
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  border-radius: 8px;
  margin-top: 6px;
  list-style-type: none;
  flex-direction: column;
  align-content: flex-start;
}
.tier-prices p{
  font-size: 13px;
  font-weight: 700;
}
.product-detail h1 {
  font-size: 29px;
  border-bottom: 1px solid #515151;
  display:inline-block;
}
.product-detail .tier-prices li {
  font-size: 20px;
  padding-bottom: 5px;
}

.product-detail .tier-prices li i {
  font-size: 17px;
  color: #5db812;
  line-height: 21px;
  float: left;
  margin-right: 5px;
}

.product-detail .tier-prices li span.price {
  color: #ff3535;
  font-size: 14px;

}

.product-detail .tier-prices li:last-child {
  padding-bottom: 0;
}

/*tier-prices*/

.product-detail .price {
  font-size: 26px;
  margin-bottom: 0;
  color: #5db812;
}

.availability {
  padding: 7px 0;
  position: absolute;
  right: 184px;
  z-index: -1;
  width: 100%;
  /*top: 10px;*/
}

.in-stock span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #5db812;
  padding: 2px 7px 2px 10px;
  /*background: #5db812;*/
  border-radius: 20px 0 0 20px;
  border: 1px solid #5db812;
}

.out-of-stock span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #515151;
  padding: 2px 7px 2px 10px;
  border-radius: 20px 0 0 20px;
  border: 1px solid #515151;
}

.custom-block-cart {
  width: 100%;
  padding: 10px 0 0 0;
  display: inline-block;
  position: relative;
}

/* quantity */
.quantity {
  display: inline-block;
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
}

.quantity input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.quantity .input-text.qty {
  width: 85px;
  height: 41px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 2px solid #5db812;
  float: left;
  webkit-appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

.quantity .minus,
.quantity .plus {
  padding: 7px 10px 8px;
  height: 41px;
  background-color: #ffffff;
  border: 2px solid #5db812;
  cursor: pointer;
}

.quantity .minus {
  border-right: 0;
  float: left;
  border-radius: 30px 0 0 30px;
}

.quantity .plus {
  border-left: 0;
  float: left;
  border-radius: 0 30px 30px 0;
}

.quantity .minus:hover,
.quantity .plus:hover {
  background: #eeeeee;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

.quantity .minus:focus,
.quantity .plus:focus {
  outline: none;
}

.product-detail .productunit {
  display: inline-block;
  line-height: 41px;
  padding-left: 8px;
}


.custom-block-cart .btn-add-to-cart {
  font-size: 16px;
  padding: 8px 20px;
  background: #5db812;
  margin-bottom: 10px;
  width: 185px;
}

.custom-block-cart .btn-add-to-cart:disabled {
  background: #515151;
  color: #ffffff;
}

.sku-code {
  font-size: 14px;
  font-weight: 500;
  clear: right;
}

.vendor_name {
  padding-top: 0px;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;

}

.vendor_name a {
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  color: #5db812;
}

.product-short-info table {
}

.product-short-info table th,
.product-short-info table td {
  padding: 0px;
}

/**/
.product-detail .alert.alert-warning {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  color: #444444;
  font-weight: 400;
  background: #f6f6f6;
  border: 1px dashed #ff6a00;
  padding: 15px;
}

.product-detail .alert.alert-warning strong,
.product-detail .alert.alert-warning h4 {
  font-weight: 500;
  font-size: 14px;
}

.product-detail .alert.alert-warning p {
  margin-bottom: 0;
}

/* warehouse */
.warehouseWrap table {
  width: 100%;
  margin-bottom: 15px;
}

.warehouseWrap table th,
.warehouseWrap table td {
  font-size: 13px;
  padding: 5px 15px;
}

/*rating css*/
.rating {
  padding: 0;
  color: #4f4f4f;
  list-style-type: none;
  margin-bottom: 0;
}

.rating li {
  display: inline-block;
}


/**/
.product-attribute a {
  width: 70px;
  height: 70px;
  float: left;
  font-size: 0px;
}

.product-attribute {
  display: inline-block;
  height: 75px;
  overflow: hidden;
}

.product-attribute-modal {
  display: inline-block;
  height: inherit;
}

.product-detail .product-attribute .fade:not(.show) {
  opacity: 1;
}

.product-detail .product-attribute a {
  width: 70px;
  height: 70px;
  float: left;
  font-size: 0px;
}

.product-detail .product-attribute-organic a {
  width: 70px;
  height: 70px;
  float: left;
  font-size: 0px;
}

.product-detail .product-attribute-organic .Organic {
  background: url(../images/organic.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
}


.product-attribute .Alcohol-Free {
  background: url(../images/alcohol-free.webp) no-repeat;
  background-size: contain;
}

.product-attribute .Allergen-Free {
  background: url(../images/allergen-free.webp) no-repeat;
  background-size: contain;
}

.product-attribute .EcoFriendly {
  background: url(../images/eco-friendly.webp) no-repeat;
  background-size: contain;
}

.product-attribute .Egg-Free {
  background: url(../images/egg-free.webp) no-repeat;
  background-size: contain;
}

.product-attribute .Gluten-Free {
  background: url(../images/gluten-free.webp) no-repeat;
  background-size: contain;
}

.product-attribute .Vegan {
  background: url(../images/vegan.webp) no-repeat;
  background-size: contain;
}

.product-attribute .Non-GMO {
  background: url(../images/gmo-free.webp) no-repeat;
  background-size: contain;
}

.product-attribute .Kosher {
  background: url(../images/kosher.webp) no-repeat;
  background-size: contain;
}

.product-attribute .Halal {
  background: url(../images/halal.webp) no-repeat;
  background-size: contain;
}

.product-attribute .GMP {
  background: url(../images/gmp.webp) no-repeat;
  background-size: contain;
}

.product-attribute .Third.Party {
  background: url(../images/lab-tested.webp) no-repeat;
  background-size: contain;
}

.product-attribute .All-Natural {
  background: url(../images/all-natural.webp) no-repeat;
  background-size: contain;
}

.product-attribute .Dairy-Free {
  background: url(../images/dairy-free.webp) no-repeat;
  background-size: contain;
}

.product-attribute .Antibiotic-Free {
  background: url(../images/antibiotic-free.webp) no-repeat;
  background-size: contain;
}

.product-attribute .Atkins {
  background: url(../images/atkins-diet.webp) no-repeat;
  background-size: contain;
}

.product-attribute .Banned.Substance {
  background: url(../images/banned-substance-free.png) no-repeat;
  background-size: contain;
}

.product-attribute .Banned.Substances.Tested {
  background: url(../images/banned-substance-tested.png) no-repeat;
  background-size: contain;
}

.product-attribute .B-CorpPaleo {
  background: url(../images/B-CorpPaleo.webp) no-repeat;
  background-size: contain;
}

.product-attribute .BPA-Free {
  background: url(../images/bpa-free.webp) no-repeat;
  background-size: contain;
}


.product-attribute .Biodegradable {
  background: url(../images/biodegradable.webp) no-repeat;
  background-size: contain;
}

.product-attribute .Caffeine-Free {
  background: url(../images/caffeine-free.webp) no-repeat;
  background-size: contain;
}

.product-attribute .Casein-Free {
  background: url(../images/casein-free.png) no-repeat;
  background-size: contain;
}

.product-attribute .Chemical-Free {
  background: url(../images/chemical-free.webp) no-repeat;
  background-size: contain;
}

.product-attribute .Cholesterol-Free {
  background: url(../images/cholesterol-free.webp) no-repeat;
  background-size: contain;
}

.product-attribute .Cruelty-Free {
  background: url(../images/cruelty-free.webp) no-repeat;
  background-size: contain;
}

.product-attribute .Fair.Trade {
  background: url(../images/fair-trade.webp) no-repeat;
  background-size: contain;
}

.product-attribute .Fish-Free {
  background: url(../images/fish-free.webp) no-repeat;
  background-size: contain;
}

.product-attribute .Fragrance-Free {
  background: url(../images/fragrance-free.webp) no-repeat;
  background-size: contain;
}

/*.product-attribute .Hexane-Free{*/
/*    background: url(../images/hexane-free.webp) no-repeat;*/
/*    background-size: contain;*/
/*}*/
/*.product-attribute .Hormone-Free{*/
/*    background: url(../images/hormone-free.webp) no-repeat;*/
/*    background-size: contain;*/
/*}*/

.product-attribute .Grain-Free {
  background: url(../images/grain-free.png) no-repeat;
  background-size: contain;
}

.product-attribute .Grass-Fed {
  background: url(../images/grass-fed.png) no-repeat;
  background-size: contain;
}

.product-attribute .Hypoallergenic {
  background: url(../images/hypoallergenic.png) no-repeat;
  background-size: contain;
}

.product-attribute .Informed.Choice {
  background: url(../images/informed-choice.png) no-repeat;
  background-size: contain;
}

.product-attribute .Informed.Sport {
  background: url(../images/informed-sport.png) no-repeat;
  background-size: contain;
}

.product-attribute .Ketogenic {
  background: url(../images/ketogenic-diet.png) no-repeat;
  background-size: contain;
}

.product-attribute .Lactose-Free {
  background: url(../images/lactose-free.png) no-repeat;
  background-size: contain;
}

.product-attribute .Leaping.Bunny {
  background: url(../images/leaping-bunny.png) no-repeat;
  background-size: contain;
}

.product-attribute .Milk-Free {
  background: url(../images/milk-free.png) no-repeat;
  background-size: contain;
}

.product-attribute .No.Artificial {
  background: url(../images/no-artificial-colors.png) no-repeat;
  background-size: contain;
}

.product-attribute .No.Artificial.Flavors {
  background: url(../images/no-artificial-flavors.png) no-repeat;
  background-size: contain;
}

.product-attribute .No.MSG {
  background: url(../images/no-msg.png) no-repeat;
  background-size: contain;
}

.product-attribute .Non-Toxic {
  background: url(../images/non-toxic.png) no-repeat;
  background-size: contain;
}

.product-attribute .Not.Tested.Animals {
  background: url(../images/not-tested-on-animals.png) no-repeat;
  background-size: contain;
}

.product-attribute .NSF.Certified {
  background: url(../images/nsf-certified.png) no-repeat;
  background-size: contain;
}

.product-attribute .Nut-Free {
  background: url(../images/nut-free.png) no-repeat;
  background-size: contain;
}

.product-attribute .Palio.Friendly {
  background: url(../images/palio-friendly.png) no-repeat;
  background-size: contain;
}

.product-attribute .Paraben-Free {
  background: url(../images/paraben-free.png) no-repeat;
  background-size: contain;
}

.product-attribute .Peanut-Free {
  background: url(../images/peanut-free.png) no-repeat;
  background-size: contain;
}

.product-attribute .Preservative-Free {
  background: url(../images/preservative-free.png) no-repeat;
  background-size: contain;
}

.product-attribute .rBGH-Free {
  background: url(../images/rbgh-free.png) no-repeat;
  background-size: contain;
}

.product-attribute .rBST-Free {
  background: url(../images/rbst-free.png) no-repeat;
  background-size: contain;
}

.product-attribute .Salt-Free {
  background: url(../images/salt-free.png) no-repeat;
  background-size: contain;
}

.product-attribute .Shellfish-Free {
  background: url(../images/shellfish-free.png) no-repeat;
  background-size: contain;
}

/*.product-attribute .SLS-Free {*/
/*    background: url(../images/sls-free.png) no-repeat;*/
/*    background-size: contain;*/
/*}*/

.product-attribute .Sodium-Free {
  background: url(../images/sodium-free.png) no-repeat;
  background-size: contain;
}

.product-attribute .Soy-Free {
  background: url(../images/soy-free.png) no-repeat;
  background-size: contain;
}

.product-attribute .Sugar-Free {
  background: url(../images/sugar-free.png) no-repeat;
  background-size: contain;
}

.product-attribute .Sulfate-Free {
  background: url(../images/sulfate-free.png) no-repeat;
  background-size: contain;
}

.product-attribute .Sustainably {
  background: url(../images/sustainably-sourced.png) no-repeat;
  background-size: contain;
}

.product-attribute .Treenut-free {
  background: url(../images/treenut-sourced.png) no-repeat;
  background-size: contain;
}

.product-attribute .Vegeterian {
  background: url(../images/vegeterian.png) no-repeat;
  background-size: contain;
}

.product-attribute .Wheat-Free {
  background: url(../images/wheat-free.png) no-repeat;
  background-size: contain;
}

.product-attribute .Whole.Approved {
  background: url(../images/whole-approved.png) no-repeat;
  background-size: contain;
}

.product-attribute .Whole.Food.Supplements {
  background: url(../images/whole-food-supplements.png) no-repeat;
  background-size: contain;
}

.product-attribute .Yeast-Free {
  background: url(../images/yest-free.png) no-repeat;
  background-size: contain;
}

.product-attribute .Zone.Diet {
  background: url(../images/zone-diet.png) no-repeat;
  background-size: contain;
}

/*add-to-links*/
.add-to-links {
  list-style: none;
}

.add-to-links li {
  padding: 0 10px 0 0;
}

.add-to-links li .btn {
  text-transform: capitalize;
}

.add-to-links li .link-wishlist {
  background: none;
  color: #5db812;
  border: 1px solid #5db812;
}

.add-to-links li .link-wishlist:hover {
  background: #5db812;
  color: #ffffff;
}

.add-to-links li .btn-sample {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff696e), color-stop(48%, #ffa070), to(#ff696e));
  background-image: -o-linear-gradient(left, #ff696e 0%, #ffa070 48%, #ff696e 100%);
  background-image: linear-gradient(to right, #ff696e 0%, #ffa070 48%, #ff696e 100%);
  background-size: 200% auto;
}

#sample_tracking .form-group {
  margin-bottom: 5px;
}

#sample_tracking .form-control,
#sample_tracking .custom-select {
  height: 28px;
  line-height: 14px;
  padding: 0 7px;
  font-size: 13px;
}


/* Product Details page tabs css */
#advancedTab.nav {
  border-bottom: 2px solid #5db812;
  padding: 0 20px;
}

#advancedTab.nav-pills .nav-link {
  border-radius: 3px 3px 0 0;
  color: #323232;
  font-weight: 700;
}

#advancedTab.nav-pills .nav-link.active {
  background: #5db812;
  color: #ffffff;
}

.btn-primary1 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 30px;
  color: #b63429;
  letter-spacing: 0.5px;
  line-height: normal;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #b63429;
  outline: none;
  background: #fff;
margin-left: 10px;
}
.btn-primary1:hover {
  background: #fff;
  border: 1px solid #b63429;
  color: #b63429;
}
.ml-5{
  margin-left: 10px;
}
.tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
  margin-top: 30px;
}
.tabs label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  padding: 5px 19px;
  margin-right: 0.2rem;
  cursor: pointer;
  background: transparent;
  font-weight: bold;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.tabs .tab {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99; 
  -webkit-box-flex: 1; 
      -ms-flex-positive: 1; 
          flex-grow: 1;
	width: 100%;
	display: none;
  padding: 1rem;
  background: #fafafa;
  border: 1px dashed #b63429;
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	background: #b63429;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
.downloadPdf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0px;
}

.downloadPdf a{
display: inline-block;
    padding: 5px 36px;
    border: 1px solid #b63429;
    border-radius: 30px;}
    
    
.downloadPdf img {
    width: 29px;
    padding: 0px 10px 0px 0px;
}

/*** 
=============================================
    Service style2 Area Css
=============================================
***/
.service-style2-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 0px;
}
.service-style2-area .sec-title.with_text {
    padding-bottom: 103px;
}

.single-service-style2 {
    position: relative;
    display: block;
    background: #ffffff;
    padding-left: 25px;
    padding-bottom: 25px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
    z-index: 2;
    cursor: pointer;
}
.single-service-style2_bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    opacity: 0.20;
    z-index: -2;
}
.single-service-style2:hover .single-service-style2_bg{
    opacity: 1;
    -webkit-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    transition: all 700ms linear;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
}

.single-service-style2::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    -webkit-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    transition: all 700ms linear;
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
}

.single-service-style2:hover:before{
    opacity: 0;
}
.single-service-style2::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color:#b63429;
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) scaleX(0);
            transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 1;
}
.single-service-style2:hover:after{
    opacity: .90;
    -webkit-transform: perspective(400px) scaleX(1.0);
            transform: perspective(400px) scaleX(1.0);
}
.single-service-style2 .inner_box {
    position: relative;
    display: block;
    padding-left: 110px;
    min-height: 210px;
    z-index: 2;
}
.single-service-style2 .inner_box .img-holder {
    position: absolute;
    left: 0;
    width: 100px;
    padding-top: 25px !important;
}
.single-service-style2 .inner_box .img-holder img{
    width: 100%;
}


.single-service-style2 .inner_box .text-holder {
    position: relative;
    display: block;
    padding-top:17px;
    padding-left: 10px;
    padding-right: 15px;
}
.single-service-style2 .inner_box .text-holder h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top:0px;
}
.single-service-style2 .inner_box .text-holder h3 a{
    color: #222222;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
            font-size: 18px;
}
.single-service-style2:hover .inner_box .text-holder h3 a{
    color: #ffffff;
}
.single-service-style2 .inner_box .text-holder p{
    margin: 0;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
}
.single-service-style2:hover .inner_box .text-holder p{
    color: #ffffff;
}
.single-service-style2 .inner_box .text-holder .readmore-button {
    position: relative;
    display: block;
    margin-top: 29px;
}
.single-service-style2 .inner_box .text-holder .readmore-button a{
    color: #1f67b0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
}
.single-service-style2:hover .inner_box .text-holder .readmore-button a{
    color: #ffffff;
}
.single-service-style2 .inner_box .text-holder .readmore-button a span::before {
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding-right: 10px;
    top: 2px;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
}
.single-service-style2:hover .inner_box .text-holder .readmore-button a span::before {
    color: #ffffff;
}



/*** 
=============================================
    Service Style3 Area CSS
=============================================
***/
.service-style3-area{
    position: relative;
    display: block;
    background: #faf7f0;
    padding: 110px 0px 110px;
    z-index: 1;
}
.service-style3-area_bg{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background-attachment: scroll;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.single-service-style3{
    position: relative;
    display: block;
}
.single-service-style3 .img-holder{
    position: relative;
    display: block;
}
.single-service-style3 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-service-style3 .img-holder .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
    z-index: 1;
}
.single-service-style3:hover .img-holder .inner::before {
    opacity: 0.70;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}
.single-service-style3 .img-holder .inner img{
    width: 100%;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
}
.single-service-style3:hover .img-holder .inner img{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    -o-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}


.single-service-style3 .text-holder{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 38px 30px 45px;
}
.single-service-style3 .text-holder h2{
    color: #222222;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 12px;
}
.single-service-style3 .text-holder p{
    margin: 0;
}
.single-service-style3 .text-holder .readmore-button{
    position: relative;
    display: block;
    margin-top: 33px;
}
.single-service-style3 .text-holder .btn-one {
    color: #222222;
    background: #ffffff;
    border: 1px solid #222222;
    line-height: 48px;
    padding-left: 25px;
    padding-right: 25px;
}
.single-service-style3 .text-holder .btn-one::before{
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
}

.service-style3_carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: 170px;
    left: -80px;
    right: -80px;
    z-index: -1;
}
.service-style3_carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    background: transparent;
    border: 1px solid #222222;
    color: #222222;
}
.service-style3_carousel.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    float: left;
}
.service-style3_carousel.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
    float: right;
}
.card-false {
    border: none !important;
    padding-top: 15px;
}

@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}

@media only screen and (max-width: 767px) {
    .why-choose-items > ul{
            -webkit-column-count: 1;
               -moz-column-count: 1;
                    column-count: 1;
                margin-left: 0px !important;
    padding-left: 0px !important;
    }
    .mobfull{
        display:block;
    }
  .grid-style .product-item{
      width:49%;
  }  
#product.grid-style .product-item{
       width:49%;
}
}
@media only screen and (max-width: 520px) {
    .blog{
      padding-top: 10px;    
      padding-bottom: 15px;    
       margin-bottom: 20px
        
    }
    .blog .sidebar .sidebar-item {
    margin-bottom: 0px;
}
    .blog .sidebar {
    
    margin: 0 0 20px 0px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
    .breadcrumbs {
    
    background-color: whitesmoke;
    background-image: none;
}
    .store-info{
        
       padding-top: 25px;   
    }
  .grid-style .product-item{
      width:100%;
  }  
  #product.grid-style .product-item{
        width:100%;
}


}
@media only screen and (max-width: 480px) {
.top-cat{
        display:none;
}

.mainpage{
    padding-top:70px;
}
#hero .carousel-inner .carousel-item img{
    min-height: 130px;    
}


}.key-features-box {
  font-size: 14px;
  border: 1px dashed #5fba33;
  padding: 20px;
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px; /* Add rounded corners for a softer look */
}

#b63429

.note {
  color: #bf3e3e;
}

.righ-pro-bx {
  border-left: 1px solid #ddd;
    padding: 0px 20px;
    margin: 0px 58px;
}

/* Add some space between list items for better readability */
.righ-pro-bx ul {
  margin-top: 10px;
}

/* Style list items */
.righ-pro-bx li {
  list-style-type: disclosure-closed;
  margin-bottom: 6px;
  position: relative;
}
span.note {
  /* background: #b63429; */
  color: #b63429;
  font-weight: 600;
  font-size: 18px;
}
/* Add a subtle box-shadow for depth */
.key-features-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          font-size: 21px;
}
.key-ttl{
  font-weight: bold;
}

.alert.alert-primary.mt-2 {
  font-size: 20px;
}
@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}


@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.righ-pro-bx{}

#paginated-list li{
  
}


#navbar ul li:nth-child(1) a {
  color: #b63429;
}

/* pagination code */
#navbar ul li:nth-child(3) a {
  color: #000000;
}

/* #categories-list ul li:nth-child(1) a {
  color: #b63429;
} */

#pagination-container {
  text-align: center;
  margin-top: 20px;
}

#pagination li {
  display: inline-block;
  margin-right: 5px;
}

#pagination a {
  padding: 0px 5px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
}

#pagination a.active {
  background-color: #007bff;
  color: #fff;
  border: 1px solid #007bff;
}

ul#pagination {
  /* width: 650px; */
  width: auto;
  padding: 13px;
  line-height: 32px;
  margin: 0px auto;
}


/* careers */
.section-pad {
  padding-top: 26px;
  padding-bottom: 26px;
}

.gaps {
  clear: both;
  height: 20px;
  display: block;
  margin: 0;
}

div[class*="box-flat"].box-flat-thin {
  border-width: 1px;
}

div[class*="box-flat"]:not([class*="bg-"]) {
  background: #fff;
}
div[class*="box-flat"]:not([class*="round"]) {
  -ms-border-radius: 6px;
  border-radius: 6px;
}
div[class*="box-flat"]:not([class*="pd-x"]) {
  padding: 25px;
}
div[class*="box-s"]:not([class*="round"]) {
  -ms-border-radius: 6px;
  border-radius: 6px;
}
div[class*="box-s"]:not([class*="pd-x"]) {
  padding: 25px;
}
div[class*="box-flat"] {
  border: 2px solid rgba(24,99,171,0.1);
}


.career-top {
  margin-top: 100px;
  margin-bottom: 0px;
}

.we-hiring-text {
  padding: 56px;
}


.card-container {
  text-decoration: none;
  color: #333;
}

.chemical-card {
  border: 1px dotted #ccc;
  border-radius: 8px;
  overflow: hidden;
  margin: 10px;
  width: 100%;
}

.chemical-image {
 
  width: 100%;
  height: auto;
  object-fit: cover;

}

.chemical-details {
  padding: 15px;
}

.cas-number {
  border-top: 1px dotted #888;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  display: none;
}

.cas-number p{
  font-size: 13px;padding-bottom: 0;
  margin-bottom: 0;
}

.cas-number span{
  font-size:13px!important;
  text-align: center;
}

.pro-ttle center{
  border: 1px dotted #ddd;
  font-weight: bold;
}


/* home product section */

/* Add this CSS to your stylesheet or style tag */
.chemical-card {
/* Adjust color codes as needed */
  border-radius: 10%; /* Adjust the border radius percentage as needed */
  overflow: hidden;
  position: relative;
}

/* Optional: Add hover effect for better interactivity */
.card-container:hover .chemical-card {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}

/* Additional styling for the chemical details */
.chemical-details {
  color: #fff; /* Text color for better visibility on the gradient background */
  padding: 10px;
}

.cas-number p {
  margin: 0;
}


/* .search */

#searchResults a{
  color: #222222;
}

/* div#searchResults {
  background: #8d2c25;
}
  z-index: 1;


.pbminfotech-box-content:hover{

}


.pbmit-service-content:hover a{
color:#fff!important;
text-decoration:none;
}


#searchResults{
  display: block;
    overflow-y: hidden;
    position: absolute!important;
    z-index: 999;
    background: red;
    width: 100%;
} */


#searchResults {
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}

.result-item {
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.result-item:hover {
  background-color: #f8f9fa;
}

/* captcha */
#captchaa{

  border: none;
  background: none;
}
.captcha-container {
display: flex;
align-items: center;
margin-bottom: 20px;
}

.captcha-input {
width: 80px;
margin-right: 10px;
}

body .btn-outline:hover {
  background: #b63429;
  color:#fff;
}
.content h3{
  font-weight: 600;
  font-size: 1.5rem;
} 
.box-s1 h4{
  font-size: 22px;
    font-weight: 600;
}


.career-form {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 1px;
}


#captchaa{

  border: none;
  background: none;
}
.captcha-container {
display: flex;
align-items: center;
margin-bottom: 20px;
}

.captcha-input {
width: 80px;
margin-right: 10px;
}


button.pbmit-btn.pbmit-btn-shape-round.w-100 {
  background: #972b22;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
}

.box-s1.box-flat-thin {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  /* padding: 21px; */
  margin: 10px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    /* padding: 21px; */
    margin: 10px;
    background: rgb(133,37,16);

    background: linear-gradient(329deg, rgb(255 20 0 / 32%) 0%, rgb(251 248 245) 35%, rgba(255,255,255,1) 100%)!important;
    min-height: 266px;

  }


.grid-style .product-item .product-thumb{
  border:1px solid #b63429;
}
.about-desc p{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 15px;
  margin-top: 0px;
}
.company-info {
  margin-top: 34px;
  margin-bottom: 34px;
}



a.btn.btn-primary.ml-5 {
    background: #4e4949!important;
}

.pbmit-heading-subheading .pbmit-title {
  font-family: var(--pbmit-heading-typography-font-family);
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0;
  color: #101010;
  text-transform: none;
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  font-size: 36px;

}
.pbmit-heading-subheading {
  margin-bottom: 50px;
}

.pbmit-portfolio-style-1 .pbminfotech-box-content {
  display: block;
  padding: 75px 35px 25px 30px;
  border-radius: 0 0 50px;
  background-color: #e3e2e2;
  box-shadow: 0 4px 16px 0 rgb(0 0 0 / 6%);
  margin-top: -50px;
  margin-left: 35px;
  transition: all ease 800ms;
  -moz-transition: all ease 800ms;
  -webkit-transition: all ease 800ms;
}

.pbmit-portfolio-style-1 .pbmit-portfolio-img-wrapper {
  border-radius: 0 0 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #1a1a1a47;
}

.pbmit-portfolio-style-1 .pbminfotech-post-content {
  position: relative;
  padding-bottom: 30px;
}
.pbmit-portfolio-style-1 .pbmit-portfolio-img-wrapper {
  border-radius: 0 0 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #1a1a1a47;
}

.pbmit-portfolio-style-1 img {
  width: 100%;
  height: auto;
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}

.pbmit-portfolio-style-1 .pbminfotech-box-content {
  display: block;
  padding: 75px 35px 25px 30px;
  border-radius: 0 0 50px;
  background-color: #e3e2e2;
  box-shadow: 0 4px 16px 0 rgb(0 0 0 / 6%);
  margin-top: -50px;
  margin-left: 35px;
  transition: all ease 800ms;
  -moz-transition: all ease 800ms;
  -webkit-transition: all ease 800ms;
}

.list li {
  width: 25%;
  float: right;
  font-size: 12px;
  text-transform: uppercase;
}
.keywordlist {
  height: 216px;
  overflow: auto;
  padding: 7px 0;
  margin: 24px;
  border: 1pz solid;
  border: 1px solid #b63429;
}


/* blog cards strats */
.card {
  display: flex;
  flex-direction: column;
  width: 100%
  overflow: hidden;
  box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  background: #ECE9E6;
background: linear-gradient(to right, #FFFFFF, #ECE9E6);

}

.jumbotron{
  margin-top: 164px;
  text-align: center;
  font-size: 33px;
}
.jumbotron h3{
  color:#B63429;
}
.card__body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  color:#000;
}


.tag {
  align-self: flex-start;
  padding: .25em .75em;
  border-radius: 1em;
  font-size: .75rem;
}

.tag + .tag {
  margin-left: .5em;
}

.tag-blue {
  background: #56CCF2;
background: linear-gradient(to bottom, #2F80ED, #56CCF2);
  color: #fafafa;
}

.tag-brown {
  background: #D1913C;
background: linear-gradient(to bottom, #FFD194, #D1913C);
  color: #fafafa;
}

.tag-red {
  background: #cb2d3e;
background: linear-gradient(to bottom, #ef473a, #cb2d3e);
  color: #fafafa;
}

.card__body h4 {
  font-size: 1.5rem;
  text-transform: capitalize;
}

.card__footer {
  display: flex;
  padding: 1rem;
  margin-top: auto;
}

.user {
  display: flex;
  gap: .5rem;
}

.user__image {
  border-radius: 50%;
  width: 20%;
  height: 36%;
}

.user__info > small {
  color: #666;
}

/* 
blog  ends*/
.card__header img{
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
  
.main-blog-desc {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 29px;
}
.blog-desc-wrapper {
  margin-top: 180px;
  /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
}


/* certificate images */
.certificate-img 
  {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    /* border: 5px solid #4CAF50; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}


.certificate-img::before,
.certificate-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #FFD700; /* Gold border */
  border-radius: 10px;
  box-sizing: border-box;
  top: -10px;
  left: -10px;
  z-index: -1;
  transform: rotate(-5deg); /* Slight rotation */
}

.certificate-img::after {
  top: 10px;
  left: 10px;
  transform: rotate(5deg); /* Slight rotation */
}

.certificate-img:hover {
  transform: scale(1.05); /* Slightly enlarge on hover */
  transition: transform 0.3s ease;
}

.conclusion{
  margin-top: 14px;
  font-weight: bold;
}

