.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.quantico-regular {
  font-family: "Quantico", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.quantico-bold {
  font-family: "Quantico", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.quantico-regular-italic {
  font-family: "Quantico", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.quantico-bold-italic {
  font-family: "Quantico", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 100%;
}

div, section, html, body, p, head, h1, h2, h3, h4, h5, h6, header, main, ol, ul, li, i, span, address, img, a, article, footer {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
}

a:hover {
  color: #4DB748;
}

.containerfluid {
  width: 100%;
}

.top-head {
  background: #FEE132;
  padding: 5px 0;
  color: #000;
}

.top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quick-contact {
  display: flex;
  justify-content: end;
}

.quick-contact ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.quick-contact ul li {
  font-size: 14px;
}

.ml-auto {
  margin-left: auto;
}

header .navbar-nav .nav-item {
  font-size: 17px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

header .navbar-nav .nav-item .nav-link {
  color: #000;
}

header .navbar-nav .nav-item .nav-link:hover {
  color: #4DB748;
}

.search-lang {
  display: flex;
  justify-content: space-evenly;
}

.search-lang .search-sec {
  background: #FEE132;
  display: flex;
  width: 250px;
  height: 80px;
}

.search-lang .serach-field {
  padding: 10px 5px;
  border: none;
  background: #FEE132;
  font-family: "Quantico", sans-serif;
}

.search-lang ::placeholder {
  color: #000;
  font-size: 18px;
}

.search-lang :focus {
  outline: none;
  box-shadow: none;
}

.search-lang .search-btn {
  background: transparent;
  border: none;
}

.search-lang .search-btn:hover img {
  filter: brightness(0) saturate(100%) invert(53%) sepia(38%) saturate(706%) hue-rotate(69deg) brightness(106%) contrast(91%);
}

.align-items-center {
  align-items: center;
}

.languages {
  display: flex;
  align-items: center;
}

.languages ul {
  display: flex;
}

.languages ul li {
  margin: 0 10px;
}

.nav-style {
  height: 80px;
}

.rows {
  display: flex;
}

.content-main-section {
  padding: 10px 0 30px 0;
}

.listing-products-left-side {
  width: 13%;
  height: 80vh;
  overflow-y: auto;
  padding-top: 30px;
  margin-top: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.listing-products-left-side .left-cat-heading {
  padding: 10px 5px;
  font-size: 18px;
  text-transform: capitalize;
}

.listing-products-left-side .left-cat-heading img {
  vertical-align: baseline;
}

.product-listing {
  margin-bottom: 15px;
}

.product-listing li {
  padding: 5px 15px;
}

.product-listing li a {
  color: #000;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  display: block;
}

.product-listing li a:hover {
  color: #4DB748;
}

.product-listing li:hover {
  background: #ededed;
}

.main-cats-section {
  width: 62%;
  padding: 0 20px;
  box-sizing: border-box;
}

.large-proview-right h4 {
  padding: 15px 0;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke: 1px black;
  color: #fff;
}

.large-proview-right article {
  color: #a1a1a1;
}

.large-proview-right article p {
  color: #a1a1a1;
  margin-bottom: 15px;
  font-size: 18px;
}

.large-proview-right article h1 {
  color: #4DB748;
  font-size: 22px;
  text-transform: uppercase;
}

.large-proview-right article strong {
  text-transform: uppercase;
  color: #000;
  font-size: 17px;
}

.title-main-page {
  margin-bottom: 5px;
}

.title-main-page h4 {
  color: #4DB748;
  font-weight: 300;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}

.title-main-page h1 {
  color: #000;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}

.animal-box {
  background-size: contain;
  width: 100%;
  height: 236px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
}

.animal-box img {
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  max-width: 65%;
  margin: auto;
}

.animal-box:hover img {
  filter: none;
}

.horse-bg {
  background: url(../images/horse-bg.png) no-repeat top left;
  background-size: cover;
}

.cow-bg {
  background: url(../images/cow-bg.png) no-repeat top left;
  background-size: cover;
}

.pig-bg {
  background: url(../images/pig-bg.png) no-repeat top left;
  background-size: cover;
}

.goat-bg {
  background: url(../images/goat-bg.png) no-repeat top left;
  background-size: cover;
}

.dog-bg {
  background: url(../images/dog-bg.png) no-repeat top left;
  background-size: cover;
}

.rabbit-bg {
  background: url(../images/rabbit-bg.png) no-repeat top left;
  background-size: cover;
}

.displayflex {
  display: flex;
  justify-content: space-between;
}

.animal-main-wrapper {
  width: 31%;
  text-align: center;
}

.animal-main-wrapper h1 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-weight: 600;
  padding: 10px 0;
}

.theme-btn {
  width: 100%;
  color: #fff;
  background: #4DB748;
  font-size: 20px;
  text-transform: uppercase;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  border: none;
  margin-top: 15px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.theme-btn i {
  font-size: 40px;
  margin-right: 10px;
  animation: rotate 3s infinite linear;
}

.theme-btn:hover {
  background-color: #000;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 640px) {
  .quick-contact ul {
    display: flex;
    flex-direction: column;
  }
  .logo {
    margin-top: -20px;
    width: 70px;
  }
  .alt-logo {
    width: 140px;
    margin-top: -10px;
  }
  .nav-style {
    height: auto;
  }
  .mobile-padding {
    padding: 0px;
  }
  .rows {
    flex-direction: column-reverse;
  }
  .displayflex {
    flex-flow: wrap;
  }
  .animal-main-wrapper {
    width: 100%;
  }
  .animal-box {
    background-size: cover !important;
  }
  .listing-products-left-side {
    width: 100%;
  }
  .main-cats-section {
    width: 100%;
  }
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  width: 300px;
  border-top: 3px solid #4DB748;
  border-bottom: 3px solid #4DB748;
}

/* ============ desktop view ============ */
.dropdown-menu li {
  position: relative;
}

.dropdown-menu .submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
  width: 300px;
}

.dropdown-menu .submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu > li:hover {
  background-color: #f1f1f1;
}

.dropdown-menu > li:hover > .submenu {
  display: block;
}

/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
.dropdown-menu .dropdown-menu {
  margin-left: 0rem;
  margin-right: 0.7rem;
  margin-bottom: .5rem;
}

@media screen and (max-width: 640px) {
  .dropdown-menu .submenu {
    position: static;
  }
}

.dropdown-item.active, .dropdown-item:active {
  background: #4DB748 !important;
}

/* ============ small devices .end// ============ */
.catalogue-heading {
  text-align: center;
  font-size: 36px;
  color: #4DB748;
  padding: 5px 0;
}

.catalogue-wrapper, .compliances-wrapper {
  margin: 10px 0;
}

.catalogue-wrapper h2, .compliances-wrapper h2 {
  font-size: 20px;
  margin: 5px 0;
}

.btn-download {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
}

.btn-download:hover {
  background: #4DB748;
  color: #fff;
}

.compliances-wrapper h3 {
  text-align: center;
  font-size: 20px;
}
