@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&amp;display=swap');

body,
html {
  font-family: 'Arial Narrow', sans-serif;
  overflow-x: hidden;
  padding: 0 !important;
  margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arial Narrow', sans-serif;
  margin: 0
}

p {
  text-align: justify;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding: 0
}

/*@font-face {
  font-family: Sintony;
  src: url("../font/Sintony-Regular.otf");
  src: url(../font/georgia italic.ttf);
  src: url(../font/GEORGIA4.ttf);
}
@font-face {
  font-family: "Sintony";
  src: url("../font/Sintony-Bold.otf");
  
}*/
header.sticky-remove {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: 99;
  animation: slide-up 1s;
  opacity: 1;
  transition: all 0.5s;
}

@keyframes slide-up {
  from {
    top: -50px;
  }

  to {
    top: 0px;
  }
}

header {
  z-index: 9999999;
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: 99999999;
  animation: slide-down 0.7s;
  opacity: 1;
  transition: all 0.5s;
}

@keyframes slide-down {
  0% {
    top: -50px;
  }

  100% {
    top: 0;
  }
}

ul.social-media-footer.mt-4 {
  padding-left: 0;
  display: flex;
  align-items: center;
}

.sticky-btn {
  position: fixed;
  left: -14.3%;
  top: 50%;
  bottom: 0;
  margin: 0 auto;
  transform: translateY(-50%) rotate(90deg);
  z-index: 1;
  left: -51px;
  bottom: auto;
  right: auto;
}

.about-text {
  /*overflow-x: hidden; overflow-y:hidden;*/
}

.sticky-btn>a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #D96D00;
  color: #fff;
  font-size: 15px;
  font-family: 'Arial Narrow', sans-serif;
  border-radius: 10px 10px 0px 0;
}

.sticky nav {
  background-color: rgba(0, 0, 0, .7);
}

header.sticky .nav-link.logo-bg {
  display: none;
}

.navbar-nav .nav-link:hover {
  color: #fff !important
}

.navbar-nav .nav-link:focus {
  color: #fff !important
}

.navbar {
  z-index: 2;
  background-color: transparent;
  position: relative;
  width: 100%;
  padding: 0 100px;
  box-shadow: 0 0 15px 3px #00000010;
  position: absolute;
}

.nav-item {
  padding: 0.2rem 2rem
}

.nav-item.active {
  font-weight: 700
}

.about-dd-desc img {
  height: 350px;
  object-fit: cover;
}

.nav-link.logo-bg {
  padding: 10px;
  background: #fff;
  border-bottom-left-radius: 85px;
  border-bottom-right-radius: 85px;
}

.error_message_yns {
  font-size: 12px;
  position: absolute;
  bottom: -24px;
  left: 0;
}

img.team-img.w-100 {
  height: 380px;
  object-fit: cover;
}

.nav-item.active {
  border-bottom: 2px solid #fff;
}

.about-dd {
  display: block;
  text-align: center;
}

.about-dd li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.about-dd li a.active {
  color: #fff;
  background-color: #136a27 !important;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 30px;
}

.about-dd li a:hover {
  background-color: #f7f7f7;
}

.about-dd li a {
  color: #000;
  background-color: #fff;
  border: 1px solid;
  border-color: #136a27;
  border-radius: 0;
  padding: 10px 30px;
  display: inline-block;
  transition: all 300ms ease-in-out;
  border-radius: 30px;
}

.navbar-toggler {
  background-color: #fff;
  padding-bottom: 6px;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: 0;
}

header .navbar-toggler-icon {
  position: relative;
  height: 1px;
  width: 22px;
  background-color: #146b28;
}

header .navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 22px;
  background-color: #146b28;
  top: -8px;
  left: 0;
}

header .navbar-toggler-icon::after {
  top: 8px;
}

/*.nav-item.active a{*/
/*    color: #fff!important;*/
/*}*/
ul {
  padding-left: 20px;
}

.nav-link-right {
  padding: 0 0 0 40px
}

.navbar-brand img {
  width: 270px;
}

.nav-link {
  font-weight: 600;
  color: #fff;
  font-size: 19px;
  padding: 5px 4px !important
}

.career-sec>h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
}

.navbar-light .navbar-nav .active>.nav-link {
  font-weight: 700
}

.dropdown-menu {
  background-color: #fff;
  border-radius: 0;
  border: 0;
  transform: translateX(-15px);
  transition: all 500ms ease-in-out;
  opacity: 0;
  display: block;
  pointer-events: none;
  border-top: 5px solid #fff;
  min-width: 240px;
  box-shadow: 0 0 20px 0 #0000003d;
}

.dropdown>.nav-link {
  position: relative;
}

.dropdown>.nav-link::after {
  position: absolute;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  top: 9px;
  right: -11px;
  font-size: 14px;
}

header .navbar-nav .dropdown:hover .dropdown-menu {
  /* display: block; */
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 0;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  margin-bottom: 1px;
}

.dropdown-menu .dropdown-item>a,
.dropdown-item .sub-dropdown a {
  padding: 9px 15px;
  font-family: 'Arial Narrow', sans-serif;
  font-size: 15px;
  display: block;
  transition: all 300ms ease-in-out;
  color: #333;
}

.dropdown-menu .dropdown-item>a:hover,
.dropdown-item .sub-dropdown a:hover,
.dropdown-menu .dropdown-item.active>a {
  background: #005aa1;
  color: #fff;
}

.socil-nav img {
  padding-left: 20px;
  display: inline-block;
}

/*SLIDER SLIDER SLIDER SLIDER SLIDER */
.carousel-indicators li {
  margin: 0;
  height: 200px;
  width: 200px;
  border: 0;
  background-color: #000;
  opacity: 1;
  text-indent: unset;
  display: flex;
  align-items: center;
}

.carousel-indicators p {
  color: #fff;
  font-size: 15px;
}

.carousel-indicators h5 {
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  border-bottom: 1px solid #FFFFFF90;
  width: 65%;
}

.carousel-indicators a {
  color: #fff;
  font-size: 20px;
  padding: 10px 0;
  font-weight: 700;
  display: block;
}

.products-link-text {
  margin: 10px
}

.carousel-indicators .active {
  background-color: #00000090;
  opacity: 1;
  display: flex;
  align-items: center;
}

.carousel-indicators {
  margin: 0;
  right: 0;
  left: inherit;
}

#carouselExampleIndicators {
  position: relative;
}

#carouselExampleIndicators .carouselindicators {
  position: absolute;
  left: 0
}

.carouselindicators p {
  color: #fff !important
}

.carouselindicators a {
  color: #fff !important;
  padding-left: 20px
}

.carouselindicators h5 {
  color: #fff
}

.carousel-caption {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  display: flex;
  align-items: center;
  width: 60%;
  margin: 0 auto;
  justify-content: center;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1
}

/*.carousel-caption{ bottom: 0; top: 40% }*/
.carousel-caption h2 {
  font-size: 60px;
  font-weight: 900;
  line-height: 80px;
  text-align: center;
}

.carousel-caption img {
  margin-bottom: 35px;
  margin-left: -35px
}

.carousel-caption p {
  padding: 5px;
  text-align: center;
}

.carousel-caption a {
  padding: 10px 30px;
  text-align: center;
  border: 1px solid;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  margin-top: 20px
}

.img-certi-home {
  height: 150px;
  width: auto;
}

.img-auto {
  margin: 0 auto;
}

.accreditations-block {
  background-color: #f7f7f7;
  background: #f7f7f7;
}

.slick-next,
.slick-prev {
  height: 40px;
}

.contact-main a {
  display: inline-block;
  font-size: 15px !important;
  line-height: 2.3;
}

.contact-main li {
  line-height: 35px !important;
}

.slick-next:before,
.slick-prev:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.slick-next:before,
.slick-prev:before {
  color: #136A27;
  font-size: 20px;
  opacity: 1;
}

.slick-prev:before {
  content: "\f053";
}

/*.carousel-caption-circle:before{
  content: '';
  background-color: #005AA1;
  height: 100px;
  width: 100px;
  left: -30px;
  top: 85px;
  border-radius: 100px;
  mix-blend-mode: hard-light;
  position: absolute;
  z-index: -1;
}*/
.product-carousal-link {
  position: absolute;
  bottom: 0
}

.product-carousal-link li {
  padding: 10px 0
}

.product-carousal-link a {
  color: #fff
}

.product-link {
  position: relative;
}

.product-carousal-link li:hover.product-link:before {
  border-bottom: 1px solid;
  transition: 300ms ease-in-out;
  content: '';
  position: absolute;
  width: 30px;
  background-color: #000;
  bottom: 0
}

.parent {
  display: block;
}

.carousel-indicators:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #005AA1;
  height: 13px;
}

.carousel-indicators .active:before {
  content: '';
  position: absolute;
  width: 200px;
  bottom: 0;
  background: #136A27;
  height: 13px;
}

/*SLIDER SLIDER SLIDER SLIDER SLIDER */

/*About Us About Us About Us About Us About Us */
.about-img img {
  width: 90%
}

.about-text h3 {
  font-family: 'Arimo', sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.about-text span {
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #136A27;
}

.about-text p {
  font-size: 15px;
  font-family: 'Arimo', sans-serif;
  color: #000;
  line-height: 30px;
  margin-top: 30px;
}

/*.about-text a{*/
/*  font-size: 15px;*/
/*  font-family: 'Arimo', sans-serif;*/
/*  color: #fff;*/
/*  background-color: #005AA1;*/
/*  height: 50px;*/
/*  width: 160px;*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  display: flex;*/
/*}*/
.about-text img {
  padding-left: 20px;
}

.about-section {
  position: relative;
  padding: 100px 0
}

/*.about-section:before{
  content: "";
  position: absolute;
  background-image: url('../images/dog-before.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 520px;
  height: 250px;
  bottom: 0;
  right: 0;

}
.about-section:after{
  content: "";
  position: absolute;
  background-image: url('../images/cat-after.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 410px;
  height: 200px;
  bottom: 0;
  left: 0;

}*/
/*About Us About Us About Us About Us About Us */
/*service-section service-section service-section service-section service-section service-section service-section service-section */
.service-section {
  padding: 50px 0;
  background-color: #136A27;
}

.service-section-text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 10px
}

.service-section-text p {
  font-size: 13px;
  color: #fff;
  margin-top: 10px
}

.service-section-border-right {
  border-right: 1px solid #ffffff20 !important;
}

.what-offer-title h3 {
  font-family: 'Arimo', sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}

.what-offer-title p {
  font-size: 15px;
  font-family: 'Arimo', sans-serif;
  color: #000;
  margin: 0;
  position: relative;
}

.what-offer-title p:before {
  position: absolute;
  content: '';
  width: 300px;
  height: 1px;
  background-color: #ededed;
  top: 12px;
  left: 9%;
}

.news-update-title h3 {
  font-family: 'Arimo', sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}

.news-update-title p {
  font-size: 15px;
  font-family: 'Arimo', sans-serif;
  color: #000;
  margin: 0;
  position: relative;
}

.all-logo>img {
  width: 100%;
}

.contact-title h3 {
  font-family: 'Arimo', sans-serif;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 30px;
}

.news-update-title p:before {
  position: absolute;
  content: '';
  width: 300px;
  height: 1px;
  background-color: #ededed;
  top: 12px;
  right: 10%;
}

.contact-title p {
  font-size: 15px;
  font-family: 'Arimo', sans-serif;
  color: #000;
  margin: 0;
  position: relative;
}

.Products-box {
  position: relative;
}

.products-slide {
  position: absolute;
  background-color: #00000070;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.products-slide h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700
}

.products-slide a {
  color: #fff;
  border: 1px solid;
  padding: 10px 30px;
  margin-top: 20px;
  display: inline-block;
}

.products-slide a:hover {
  color: #000;
  background-color: #fff;
  font-weight: 700;
  border: 1px solid transparent;
}

/*service-section service-section service-section service-section service-section service-section service-section service-section */

/*Start Product Section Start Product Section Start Product Section Start Product Section Start Product Section*/
.pet-human-banner {
  padding: 50px 0;
}

.human-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.pet-human-banner-text {
  padding: 20px 0;
  overflow-x: hidden;
}

.pet-human-banner-text h4 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  font-family: 'Arimo', sans-serif;
  margin-bottom: 30px;
}

.pet-human-banner-text h3 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  font-family: 'Arimo', sans-serif;
}

.pet-human-banner-text span {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  font-family: 'Arimo', sans-serif;
}

.pet-human-banner-text ul {
  list-style-type: none;
  color: #000;
  padding: 0 0;
}

.blend-tech-banner-text {
  overflow-x: hidden;
}

.pet-human-banner-text ul li:before {
  content: '\2014';
  position: absolute;
  margin-left: -20px;
}

.pet-human-banner-text li {
  margin-top: 15px;
  font-size: 15px
}

/*.pet-human-banner-text img{padding-left: 20px}*/
/*.pet-human-banner-text a{*/
/*  font-size: 15px;*/
/*  font-family: 'Arimo', sans-serif;*/
/*  color: #fff;*/
/*  background-color: #005AA1;*/
/*  margin-top: 20px;*/
/*  display: inline-block;*/
/*  padding: 15px 30px;*/
/*}*/
.form-control-sec {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.blend-tech-banner input[type=text],
.blend-tech-banner input[type=email],
.blend-tech-banner textarea,
.blend-tech-banner select {
  border-radius: 0;
}

.blend-tech-banner input[type=text]:focus,
.blend-tech-banner input[type=email]:focus,
.blend-tech-banner textarea:focus,
.blend-tech-banner select:focus {
  box-shadow: 0 0 3px 1px #136A2750;
}

.blend-tech-banner input[type=Submit],
.btn-submit {
  border-radius: 0;
  border: 0;
  background-color: #005AA1;
  color: #fff;
  text-align: center;
  padding: 10px 30px;
  border-radius: 30px;
  outline: none;
}

.pet-human-banner-text h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.blend-tech-banner input[type=Submit]:focus,
.btn-submit:focus {
  outline: none;
}

.blend-tech-banner input[type=Submit]:hover,
.btn-submit:hover {
  background-color: #136A27;
  color: #fff;
}

/*Start Product Section Start Product Section Start Product Section Start Product Section Start Product Section*/
#ProductSlider {
  position: relative;
}

#ProductSlider .owl-nav span {
  font-size: 40px;
  color: #fff
}

#ProductSlider .owl-nav {
  position: absolute;
  top: -100px;
  left: 50%;
}

#ProductSlider .owl-nav button {
  background-color: #000;
  padding: 0 23px !important;
  display: inline-block;
  margin: 5px
}

.packaging-warehousing-sec {
  background-image: url('../images/packaging-warehousing.jpg');
  height: auto;
  width: 100%;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  text-align: center;
}

.packaging-warehousing-sec h2 {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}

.packaging-warehousing-sec p {
  font-size: 15px;
  color: #fff;
  margin: 30px 0;
  line-height: 30px;
}

.packaging-warehousing-sec img {
  padding-left: 20px
}

.packaging-warehousing-sec a {
  font-size: 15px;
  font-family: 'Arimo', sans-serif;
  /*color: #005AA1;*/
  background-color: #fff;
  height: 50px;
  display: inline-block;
  width: 160px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.quality-assurance {
  padding: 50px 0
}

.contact-details-first {
  position: relative;
  background-color: #005AA190;
}

.contact-details-first img {
  mix-blend-mode: multiply;
}

.contact-details-text-first {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-details-text-first h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 700
}

.contact-details-text-first a {
  font-size: 15px;
  color: #fff;
  font-weight: 500
}

.contact-details-text-first img {
  mix-blend-mode: normal;
  height: 25px;
  margin: 10px
}

.contact-details-second {
  position: relative;
  background-color: #303030;
}

.contact-details-second img {
  mix-blend-mode: multiply;
}

.contact-details-text-second {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-details-text-second h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 700
}

.contact-details-text-second a {
  font-size: 15px;
  color: #fff;
  font-weight: 500
}

.contact-details-text-second img {
  mix-blend-mode: normal;
  height: 25px;
  margin: 10px
}

.contact-details-third {
  position: relative;
  background-color: #136A2790;
}

.contact-details-third img {
  mix-blend-mode: multiply;
}

.contact-details-text-third {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-details-text-third h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 700
}

.contact-details-text-third a {
  font-size: 15px;
  color: #fff;
  font-weight: 500
}

.contact-details-text-third img {
  mix-blend-mode: normal;
  height: 25px;
  margin: 10px
}

.logo-footer img {
  width: 150px
}

.logo-footer p {
  font-size: 13px;
  margin-top: 20px;
  line-height: 25px
}

.contact-section {
  padding: 50px 0
}

.contact-section h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700
}

.contact-section a {
  font-size: 15px;
  color: #000;
}

.social-media-footer img {
  width: 38px;
  margin-right: 0;
  padding: 10px;
}

.social-media-footer li a {
  font-size: 27px;
  color: #005aa1;
  line-height: 0;
}

/*.quick-links-footer li{padding: 10px }*/
.footer-last {
  background-color: #005AA1;
}

.footer-last p {
  color: #fff;
  margin-bottom: 0;
  padding: 15px 0;
}

.designed-copyright {
  text-align: right;
}

.designed-copyright a {
  font-size: 13px;
  color: #dcdcdc;
  pointer-events: none;
}

#CareerForm .error_message_yns {
  bottom: -10px;
  left: 15px;
}

.copylogo>span {
  color: #fff;
  margin-right: 5px;
  display: inline-block;
  opacity: 0;
  transition: all 200ms ease-in-out;
}

.designed-copyright>a>.img-copyright {
  filter: grayscale(100%) brightness(10);
  transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  pointer-events: auto;
}

.designed-copyright>a:hover>.img-copyright {
  filter: grayscale(0);
}

.copylogo:hover span {
  opacity: 1;
  color: #fff
}

.about-sec-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}

.about-sec-text h1 {
  font-size: 35px;
  color: #fff;
  font-weight: 900;
  background-color: #005aa1;
  padding: 20px 40px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
}

.company-detail-tabs {
  margin-top: 80px;
}

.company-detail-tabs .nav-tabs {
  border: none;
  align-items: center;
  justify-content: center;
}

.company-detail-tabs .nav-tabs a.active {
  color: #fff;
  background-color: #136a27;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 10px 30px;
  display: inline-block;
  margin: 20px;
  border-radius: 30px;
}

.company-detail-tabs .nav-tabs a {
  color: #000;
  background-color: #fff;
  border: 1px solid;
  border-color: #136a27;
  border-radius: 0;
  padding: 10px 30px;
  display: inline-block;
  margin: 20px;
  transition: all 300ms ease-in-out;
  border-radius: 30px;
}

.company-detail-tabs .nav-tabs a:hover {
  color: #fff;
  background-color: #136a27;
  border: 1px solid transparent;
  padding: 10px 30px;
  display: inline-block;
}

.team-detail>h3 {
  font-weight: 600;
  margin-bottom: 10px;
}

.error-block {
  padding: 80px 0;
  background-color: #f7f7f7;
}

.error-text h1 {
  font-size: 55px;
  margin-bottom: 20px;
  color: #136a27;
  font-weight: 800;
}

.error-text p {
  font-weight: 400;
  font-size: 15px;
  color: #757575;
  margin-bottom: 20px;
  text-align: center;
}

.error-text {
  height: 83vh;
}

.error-text h2 {
  font-weight: 600;
  font-size: 30px;
  color: #333;
  margin-bottom: 20px;
}

.our-company-sec h3 {
  font-size: 25px;
  font-weight: 800;
  margin: 15px 0;
  color: #1b1918;
}

.our-company-sec h2 {
  font-size: 35px;
  font-weight: 800;
  margin: 15px 0;
  color: #1b1918;
}

.our-company-sec h4 {
  font-size: 20px;
  font-weight: 800;
  margin: 15px 0;
  color: #fff;
  background-color: #757575;
  padding: 10px;
}

.our-company-sec span {
  font-size: 20px;
  font-weight: 800;
}

.our-company-sec ul li {
  list-style: disc;
  font-size: 15px;
  line-height: 35px;
  text-align: justify;
}

.our-company-sec ul li>strong {
  font-size: 24px;
}

.our-company-sec p {
  font-size: 15px;
  margin-bottom: 10;
  line-height: 30px
}

.about-dd-desc>img {
  margin-bottom: 30px;
}

i.fas.fa-phone {
  transform: rotate(90deg);
}

.vi-mi h4 {
  background-color: #fff;
  font-size: 25px;
  font-weight: 800;
  margin: 15px 0;
  color: #000;
  padding: 0;
  text-align: left;
}

.vi-mi p {
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 30px;
  text-align: justify;
}

.our-core-width {
  width: 75%;
  margin: 0 auto
}

.carra h3 {
  color: #1b1918;
  padding: 30px 0;
  font-size: 30px;
  font-weight: 800
}

.application-title {
  margin: 50px 0
}

.application-title h2 {
  text-align: center;
  color: #005AA1;
  padding: 30px 0;
  font-size: 35px;
  font-weight: 900
}

.application-title span {
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: 700
}

.application-title a {
  color: #000;
  font-size: 18px;
}

.product-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .5);
}

.contact-box a {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}

.contact-box .icon i {
  font-size: 28px;
  color: #136a27;
}

.product-overlay h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
}

.blog-text {
  padding: 0;
  width: 100%;
  margin: 0 auto
}

.news-img {
  height: 330px;
  width: 100%;
  object-fit: cover;
}

.quote-content>p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.blog-text h3 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 10px;
}

.quote-content p {
  font-size: 20px;
  line-height: 30px;
  color: #136a27;
  font-family: 'Oswald', sans-serif;
}

/*.blog-text a{ font-size: 15px;  padding: 10px 30px; background-color: #005AA1; display: inline-block; color: #fff}*/
.filter-sec {
  width: 40%;
  margin: 50px auto
}

.filter-sec select {
  padding: 15px;
  border-radius: 0;
  width: 100%;
}

.career-sec a {
  background-color: #ececec !important;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  margin: 10px 0;
  border: 1px solid transparent;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.career-sec a:hover {
  color: #000
}

.career-sec a:focus,
.career-sec .btn-primary:not(:disabled):not(.disabled):active {
  color: #000 !important;
  box-shadow: 0 0 10px 3px #005AA110
}

.career-sec .btn-primary img {
  width: 20px;
}

.career-sec ul li {
  list-style: disc;
  font-size: 15px;
  line-height: 30px;
  margin-left: 20px
}

.slick-track .slick-slide:first-child img {
  width: 230px;
}

.career-form input[type=text],
.career-form input[type=email],
.career-form textarea,
.career-form select {
  border-radius: 0;
}

.news-detail-title>img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

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

.csr-desc p {
  margin-bottom: 0;
}

.career-form input[type=text]:focus,
.career-form input[type=email]:focus,
.career-form textarea:focus,
.career-form select:focus {
  box-shadow: 0 0 3px 1px #136A2750;
}

.career-form textarea:focus {
  box-shadow: 0 0 3px 1px #136a2750;
  border-color: #005AA1;
  outline: none;
}

.blog-text h4 {
  font-weight: 800;
  margin-bottom: 10px;
}

.career-form input[type=Submit] {
  border-radius: 0;
  border: 0;
  background-color: #005AA1;
  color: #fff;
  text-align: center;
  padding: 10px 30px;
  outline: none;
  border-radius: 30px;
}

.career-form input[type=Submit]:focus {
  outline: none;
}

.career-form input[type=Submit]:hover {
  background-color: #136A27;
}

.google-map iframe {
  width: 100%;
  height: 500px;
  margin-bottom: 50px
}

.subscribe-section {
  background-color: #005AA1;
  padding: 60px 0
}

.subscribe-section img {
  width: 700px;
}

.side-popup {
  width: 450px;
  background-color: #136A27;
  position: absolute;
  top: 60px;
  right: 17%;
  text-align: center;
}

.side-popup h4 {
  color: #fff;
  font-weight: 400
}

.subscribe-grey {
  background-color: #ECF0F1;
  padding: 50px 0
}

.subscribe-grey h3 {
  font-size: 25px;
  color: #005AA1;
  font-weight: 800;
  width: 50%;
}

.logo-head img {
  margin-bottom: 50px;
  width: 150px !important;
  display: inline-block;
}

.social-subs-icon {
  margin-top: 30px
}

.social-subs-icon img {
  width: 45px
}

.social-subs-icon p {
  font-size: 12px;
  color: #9e9e9e;
  margin: 0
}

#about-slider .item {
  position: relative;
}

#about-slider .owl-item.active .item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

#about-slider .owl-item.active.center .item::before {
  opacity: 0;
}

.news-detail-title {
  text-align: center;
  padding: 50px 0
}

.news-detail-title h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 30px 0
}

.news-detail-title p {
  text-align: justify;
  font-size: 15px;
  line-height: 30px;
}

.news-detail-title a {
  display: flex;
  align-items: center;
}

.news-detail-title a>img {
  margin-right: 5px;
}

.modal-body input[type=text] {
  border: 1px solid #000;
  ;
  border-radius: 0;
  outline: none;
  width: 100%;
  padding: 10px;
}

.search-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  height: 46px;
  border-radius: 0;
}

/*=== About Section Starts ===*/
.about-img img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.heading-inner>span {
  display: block;
  margin-bottom: 10px;
  font-family: 'Arial Narrow', sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.heading h1,
.heading h2 {
  font-family: 'Arial Narrow', sans-serif;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.heading-inner h2 {
  font-family: 'Arial Narrow', sans-serif;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.heading-inner h2::after {
  display: none;
}

.lines {
  position: relative;
}

.lines::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 70px;
  background-color: #D96D00;
  right: -80px;
  left: auto;
  bottom: 6px;
  margin: 0 auto;
}

.heading.text-center h2.lines::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 70px;
  background-color: #D96D00;
  left: -80px;
  right: auto;
  bottom: 6px;
  margin: 0 auto;
  display: block !important;
}

.heading.text-center h1::after,
.heading.text-center h2::after {
  display: none;
}

.heading h1::after,
.heading h2::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 300px;
  background-color: #D96D00;
  right: -310px;
  bottom: 6px;
  margin: 0 auto;
}

.heading span {
  font-family: 'Arial Narrow', sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #136A27;
  text-transform: uppercase;
  display: block;
  text-align: justify;
}

.about-text p {
  font-size: 15px;
  font-family: 'Arial Narrow', sans-serif;
  color: #000;
  line-height: 30px;
  margin-bottom: 10px;
}

.read-more-link {
  font-size: 15px;
  font-family: 'Arial Narrow', sans-serif;
  color: #333;
  background-color: transparent;
  display: inline-block;
  padding: 12px 20px;
  margin-top: 30px;
  border-radius: 30px;
  border: 1px solid #333;
}

.read-more-link:hover {
  background-color: #136A27;
  color: #fff;
  border-color: #136A27;
  box-shadow: 5px 5px 15px #136a27a8;
}

.about-text img,
.read-more-link>img {
  padding-left: 5px;
  width: 25px;
  filter: grayscale(1) brightness(0);
}

.read-more-link:hover img {
  filter: grayscale(0) brightness(1);
}

.about-section {
  position: relative;
}

.blend-tech-banner-tex .read-more-link>img,
.read-more-link>img {
  width: 20px !important;
}

.img-fixed {
  width: 635px;
  height: 350px;
  object-fit: cover;
  object-position: top center;
  /* upar ka zyada part dikhane ke liye */
  display: block;
}

.img-app {
  height: 350px;
  object-fit: cover;
}

.img-app.infra-img {
  height: 390px;
}

/*=== About Section Ends ===*/
/*=== Service Section Starts ===*/
.service-section {
  padding: 50px 0;
  background-color: #136A27;
}

.service-section-text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 10px
}

.service-section-text p {
  font-size: 14px;
  color: #fff;
  margin-top: 10px
}

.service-box {
  border-right: 1px solid #ffffff20;
}

.service-box:last-child {
  border-right: 0 !important;
}

.service-box img {
  margin-bottom: 10px;
  width: 60px;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.service-box:hover img {
  transform: scale(1.1);
}

/*=== Service Section Ends ===*/

/*=== Product CSS Starts ===*/
.pet-human-banner {
  background-image: url('../images/pet-human-banner.jpg');
  height: 100%;
  width: 100%;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.pet-human-banner-text ul {
  list-style-type: none;
  color: #fff;
}

.pet-human-banner-text ul li:before {
  content: '\2014';
  position: absolute;
  margin-left: -20px;
}

.pet-human-banner-text li {
  margin-top: 15px;
  font-size: 15px
}

.white-link {
  font-size: 15px;
  color: #333;
  background-color: #fff;
}

.white-link>img {
  transition: all 300ms ease-in-out;
}

.read-more-link.white-link:hover img {
  filter: grayscale(1) brightness(9);
}

/*.blend-tech-banner,*/
section {
  background-image: url('../images/blend-tech-banner.jpg');
  height: 100%;
  width: 100%;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.blend-tech-banner-text ul,
.desc ul,
.blog-text ul {
  list-style-type: none;
  color: #000;
}

.blend-tech-banner-text ul li:before,
.desc ul li::before,
.blog-text ul li::before {
  content: '\2014';
  position: absolute;
  margin-left: -20px;
}

.blend-tech-banner-text li,
.desc ul li,
.blog-text li {
  margin-top: 15px;
  font-size: 15px;
  padding-left: 25px;
  text-align: justify;
}

.home-applications .app-home:last-child {
  margin-bottom: 0 !important;
}

.blend-tech-banner-text img {
  /*padding-left: 20px; width: 40px;*/
  width: 100%;
}

.news-detail-title ul li {
  margin-bottom: 10px;
  text-align: justify;
  list-style-type: disc;
  font-size: 15px;
  line-height: 30px;
}

.pet-human-banner-text.blend-tech-banner-text.cassia-desc h3,
.heading-section {
  text-align: center;
  color: #136a27;
  margin: 40px 0;
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
}

.pet-human-banner-text.blend-tech-banner-text.cassia-desc h4 {
  text-align: center;
}

/*=== Product CSS Ends ===*/

.packaging-warehousing-sec {
  background-image: url('../images/packaging-warehousing.jpg');
  height: auto;
  width: 100%;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  text-align: center;
}

.packaging-warehousing-sec h2 {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}

.packaging-warehousing-sec p {
  font-size: 16px;
  color: #fff;
  margin: 30px 0 10px;
  line-height: 30px;
}

.contact-detail-box {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.contact-detail-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  z-index: 0;
}

.contact-detail-box:first-child::before {
  background-color: #005AA1;
}

.contact-detail-box:nth-child(2)::before {
  background-color: #000;
}

.contact-detail-box:last-child::before {
  background-color: #136A27;
}

.contact-detail-box:hover::before {
  opacity: 0.8;
}

.contact-detail-box>img {
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.packaging-warehousing-sec img {
  padding-left: 5px
}

.quality-assurance {
  padding: 50px 0
}

.contact-details-first {
  position: relative;
  background-color: #005AA190;
}

.contact-details-first img {
  mix-blend-mode: multiply;
}

.contact-details-text {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-details-text h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin: 10px 0;
}

.contact-details-text a {
  font-size: 17px;
  color: #fff;
  font-weight: 500
}

.contact-details-text img {
  mix-blend-mode: normal;
  height: 40px;
  margin: 10px
}

.logo-footer img {
  width: 150px
}

.logo-footer p {
  font-size: 15px;
  margin-top: 20px;
  line-height: 25px;
  margin-bottom: 30px;
}

.footer-contact {
  padding: 50px 0;
  border-top: 1px solid #ddd;
}

.footer-contact a {
  font-size: 15px;
  color: #000;
}

.social-media-footer img {
  width: 22px;
  margin-right: 0;
  padding: 0;
  margin-right: 15px;
}

.carousel-item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.3;
}

.f-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  font-family: 'Arial Narrow', sans-serif;
}

.quick-links-footer li {
  padding-left: 20px;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.quick-links-footer li>a:hover {
  color: #136A27;
}

.quick-links-footer li::before {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  top: 11px;
  width: 10px;
  background-color: #888;
}

.quick-links-footer li>a {
  font-weight: 500;
}

.quick-links-footer li:last-child::after {
  display: none;
}

.footer-last {
  background-color: #005AA1;
}

.footer-last p {
  color: #fff;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 13px;
  font-family: 'Arial Narrow', sans-serif;
}

.designed-copyright {
  text-align: right;
}

.designed-copyright a {
  font-size: 13px;
  color: #dcdcdc;
  pointer-events: none;
  font-family: 'Arial Narrow', sans-serif;
}

.copylogo>span {
  color: #fff;
  margin-right: 5px;
  display: inline-block;
  opacity: 0;
  transition: all 200ms ease-in-out;
  font-family: 'Arial Narrow', sans-serif;
}

.designed-copyright>a>.img-copyright {
  filter: grayscale(100%) brightness(10);
  transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  pointer-events: auto;
}

.designed-copyright>a:hover>.img-copyright {
  filter: grayscale(0);
}

.copylogo:hover span {
  opacity: 1;
  color: #fff
}

.inner-banner {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
}

.inner-banner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}

.page-title>h1 {
  font-family: 'Arial Narrow', sans-serif;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
}

.title>h3 {
  font-family: 'Arial Narrow', sans-serif;
  margin-bottom: 30px;
}

.map iframe {
  width: 100%;
  height: 450px;
}

.social-icons li a {
  font-size: 18px;
  color: #888888;
  display: grid;
  height: 40px;
  width: 40px;
  align-items: center;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.social-icons li a:hover {
  background-color: #005AA1;
  border-color: #005AA1;
  color: #fff;
}

.sub-title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}

.bg-blue {
  background-color: #005AA1;
  color: #fff;
}

.custom-form .form-control {
  transition: all 300ms ease-in-out;
  font-family: 'Arial Narrow', sans-serif;
  font-size: 15px;
  height: 45px;
  margin-bottom: 15px;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  box-shadow: none;
}

.custom-form .form-control::placeholder {
  color: #fff;
  opacity: 1;
  letter-spacing: 1px;
}

.custom-form .form-control:-ms-input-placeholder {
  color: #fff;
  letter-spacing: 1px;
}

.custom-form .form-control::-ms-input-placeholder {
  color: #fff;
  letter-spacing: 1px;
}

.submit-btn {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'Arial Narrow', sans-serif;
  font-size: 15px;
}

.submit-btn:hover {
  background-color: #fff;
  color: #005AA1;
}

.custom-form textarea.form-control {
  resize: none;
  height: 80px;
}

.custom-form .form-control:focus {
  background-color: rgb(255, 255, 255, 0.1);
}

ul.social-media-footer li {
  display: inline-block;
}

.heading {
  margin-bottom: 20px;
  overflow: hidden;
}

.footer-form textarea.form-control {
  height: 60px;
  resize: none;
}

.footer-form .form-control {
  font-size: 14px;
  height: 30px;
}

.footer-form .form-group {
  margin-bottom: 15px !important;
}

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

.scroll-to-top,
.scroll-to-bottom {
  bottom: 50px;
  opacity: 0;
  height: 40px;
  position: fixed;
  right: 20px;
  width: 40px;
  z-index: 9999;
  text-align: center;
  transition: all 200ms ease-in-out;
  background: #005ba2;
  border-radius: 50%;
}

.scroll-to-top {
  bottom: 100px;
  background-color: #136a27;
}

.scroll-to-top.visible,
.scroll-to-bottom.visible {
  opacity: 1;
}

.scroll-to-top i,
.scroll-to-bottom i {
  color: #fff;
  font-size: 14px;
}

.csr-content h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.csr-content h4 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.csr-content p {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 1rem;
}

.csr-content img {
  margin-bottom: 30px;
}

.news-update-space img {
  margin-bottom: 20px;
}

.our-company-sec>p {
  margin-bottom: 10px;
}

.news-parent .news-list:first-child {
  margin-top: 0 !important;
}

/* Auto-fit all carousel images to original slider box size */
.carousel-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Ensure carousel container maintains original working size */
.carousel-item {
  height: 500px;
}