@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap");
/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

/* animations */

body {
  overflow-x: hidden !important;
}

.blur {
  filter: blur(3px);
  transition: all 1s;
}

.noBlur {
  transition: all 1s;
}

#preloader {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 11000;
  position: fixed;
  display: block;
}

.preloader {
  position: absolute;
  margin: 0 auto;
  left: 1%;
  right: 1%;
  top: 47%;
  width: 65px;
  height: 65px;
  background: center center no-repeat none;
  background-size: 65px 65px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

#navbarNavAltMarkup {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /* animation: slide-up 1s; */
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

input.error {
  border: 1px dashed red;
  font-weight: 300;
  color: red;
}

.error {
  display: none;
  /* margin-left: 10px; */
}

.error_show {
  color: red;
  display: inline;
  /* margin-left: 10px; */
}

.text-primary {
  color: #21759b !important;
}

input.invalid,
textarea.invalid {
  border: 2px solid red;
  color: red;
}

input.valid,
textarea.valid {
  border: 2px solid #21759b;
}
.productsbhawani .btn {
  margin-top: 40px;
}

.home .span {
  color: #21759b;
  font-weight: 600;
}

.navbar .nav-btn {
  border-radius: 25px;
  font-size: 15px !important;
  margin-top: 6px;
}

@keyframes slide-up {
  from {
    padding-top: 150px;
    opacity: 0.25;
    line-height: 80px;
  }
  to {
    padding-top: 20;
    opacity: 1;
    line-height: 25px;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    /* padding-top:200px; */
  }
  to {
    opacity: 1;
    /* padding-bottom: 0px; */
  }
}

* {
  margin: 0;
  padding: 0%;
}

/* preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#preloader #preloader-inner {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #21759b;
  animation: spin 2s linear infinite;
}

#preloader #preloader-inner:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #13866f;
  animation: spin 3s linear infinite;
}

#preloader #preloader-inner:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #be2121;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

body {
  color: #333333;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  line-height: 1.7;
  margin: 0;
  padding: 0%;
}

/* go to top */

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 5%;
  z-index: 999;
  border: none;
  outline: none;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border-radius: 50%;
  font-size: 18px;
}

#topBtn .fa {
  color: #21759b;
}

#topBtn .fa:hover {
  color: grey;
  transition: ease 1s;
  cursor: pointer;
}

/* header */

.span {
  color: #21759b !important;
  text-transform: uppercase;
  font-weight: bolder;
}

body #carouselExampleCaptions .imagesz {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
body header {
  text-align: center;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.8s ease-in;
  transition: 0.8s ease-in;
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.7);
  z-index: 999;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  text-align: left;
  font-weight: bold;
}
body header.sticky {
  position: fixed;
  /* line-height: 20px; */
  width: 100%;
  background: #fff;
  text-align: left;
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.7);
  top: 0px;
  background-color: rgb(255, 255, 255, 0.7);
  animation: scroll 0.6s 1;
  font-size: 15px;
}

/* logo box */
.navbar .navbar-brand {
  width: 160px;
  position: absolute;
  top: 34px;
  padding: 10px;
  background: #fff;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 5px 5px;
  transition: 0s;
  top: 0px;
}

.sticky .navbar .navbar-brand {
  width: 130px;
  transition: 0s;
  position: absolute;
  top: 0px;
  padding: 10px;
  background: #fff;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 5px 5px;
}

.has-error label,
.has-error input,
.has-error textarea {
  color: red;
  border-color: red;
}

.have-you {
  padding: 5rem 0;
}

.have-center {
  margin-top: 90px;
  text-align: left;
}

.col-63513d {
  color: #63513d !important;
}

.have-you .section-title h2 {
  color: #63513d !important;
}

.kaushan-font {
  font-family: "Kaushan Script", cursive;
}

.have-center h3 span {
  font-weight: bold;
  color: #7e7e7e;
  font-family: "Kaushan Script", cursive;
}

body header.sticky .navbar-nav > li > a {
  transition: 0.8s;
  z-index: 999;
}

.sticky img {
  transition: 0s ease;
  height: 59.2px !important;
  width: 112.6px !important;
}

header img {
  height: 74px !important;
  transition: 0.8s ease;
  width: 141px !important;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: translateX(3px) rotate(45deg);
  /* Safari 3-8 & Chrome 4-35 & Opera 15-22 */
  -ms-transform: translateX(3px) rotate(45deg);
  /* IE 9 */
  -moz-transform: translateX(3px) rotate(45deg);
  /* Firefox 3-15 */
  -o-transform: translateX(3px) rotate(45deg);
  /* Opera 10-14 */
  transform: translateX(3px) rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  -moz-transform-origin: 10% 10%;
  -o-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
  -moz-opacity: 0;
  /* Older Firefox 1 */
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: translateX(3px) rotate(-45deg);
  -ms-transform: translateX(3px) rotate(-45deg);
  -moz-transform: translateX(3px) rotate(-45deg);
  -o-transform: translateX(3px) rotate(-45deg);
  transform: translateX(3px) rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  -moz-transform-origin: 10% 90%;
  -o-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler {
  padding: 10px;
  border-color: #21759b !important;
  border: none;
}

.navbar-toggler .icon-bar:nth-child(2) {
  width: 18px;
}
.navbar-toggler .icon-bar {
  height: 2px;
  width: 22px;
  border-radius: 1px;
  display: block;
  background-color: #21759b;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
  transition: 0.5s;
}

body .navbar .collapse .nav-item {
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.5s;
}

body .navbar {
  position: static;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

body .navbar-nav > li a {
  padding: 2px 7px 2px 7px !important;
  transition: 0.5s;
  color: black !important;
}

body .navbar .collapse .active a {
  transition: 0.5s;
  color: #21759b !important;
}

body header .navbar-nav li.active {
  border-bottom: 4px solid #21759b !important;
  color: #21759b !important;
}

body .navbar-nav > li a:hover,
.navbar-nav > li a:focus {
  transition: 0.5s;
  color: #21759b !important;
  cursor: pointer;
  /* padding: 10px 30px; */
}

body .navbar .collapse .active {
  transition: 0.5s;
}

body .navbar-nav > li.active:before {
  border-bottom: none;
  transition: 0.5s;
}

body .navbar-nav li:hover,
body .navbar-nav li:focus {
  color: #21759b !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

body .navbar-nav li:before {
  content: "" !important;
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  border-bottom: 4px solid #21759b;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

body .navbar-nav li:hover:before,
body .navbar-nav li:focus:before,
body .navbar-nav li:active:before {
  right: 0;
}

/* above header */
body #top-header {
  /* background-color: rgb(118, 179, 194); */
  background-color: #272930;
  padding: 0px 0px !important;
  margin: 0px 0px !important;
  color: #fff;
  display: block;
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  animation-duration: 0.6s;
}

.slide-up {
  -webkit-animation-name: slide-up;
  animation-name: slide-up;
  animation-duration: 1s;
}

#top-header .contact_links {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  animation-duration: 2s;
  list-style: none;
  float: left;
  padding: 0px 0px !important;
  margin: 0px 0px !important;
}
#top-header .contact_links li {
  padding: 3px 0;
  display: inline-block;
}

#top-header .contact_links li a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
}

#top-header .contact_links li i {
  color: white;
  margin-right: 10px;
}

#top-header .contact_links li a:hover {
  text-decoration: none;
  color: #21759b;
  cursor: pointer;
}

#top-header .social_links {
  float: right;
  list-style: none;
  padding: 0px 0px !important;
  margin: 0px 0px !important;
}

#top-header .social_links li {
  display: inline-block;
  padding: 3px 0;
}

#top-header .social_links li a {
  color: white;
  padding: 10px;
  font-size: 16px;
}

#top-header .social_links li a:hover {
  text-decoration: none;
  color: #21759b;
  cursor: pointer;
}

#clouds {
  margin-top: -5%;
  position: relative;
  z-index: 99;
}
#clouds path {
  fill: #ffffff;
  bottom: -10px;
  overflow: hidden;
  stroke: #ffffff;
}

.productsbhawani h2 {
  color: #63513d !important;
  font-weight: bold;
  margin-bottom: 50px !important;
}

/* carousel */
body .carousel .carousel-item {
  height: 70vh;
}

body .homecaro .carousel-item:before {
  /* opacity: 0.2; */
  content: "";
  position: absolute;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  ) !important;
  /* background-color: rgba(25, 25, 25, 0.8); */
  z-index: 2;
}

body #carouselExampleCaptions .slide-up {
  /* animation: slideInLeft 2s; */
}

.carousel .carousel-indicators .active {
  background: #e0e0e0;
}

.carousel ol li {
  height: 5px;
  border-radius: 6px;
  max-width: 50px;
  background: #c5c5c541;
}

body #carouselExampleCaptions .carousel-caption {
  top: 50%;
}

/* why choose us */
.why-choose {
  margin: 6% 6%;
}

.why-choose p {
  font-size: 21px !important;
  font-weight: bold !important;
}

.why-choose .col-md-4 {
  margin: 0 auto;
}

.why-choose .cardz {
  border-radius: 50%;
  /* text-align: center !important;  */
  background-color: #f4f4f5;
  width: 140px;
  margin: auto;
  height: 140px;
  padding: 30px;
}

.why-choose h3 {
  color: #797979;
  font-weight: bold;
}

.why-choose .card .img-fluid {
  height: 100%;
  width: 100%;
  margin: auto;
}

body #carouselExampleCaptions .carousel-caption .slider_btn {
  margin: 10px 0px;
}
body #carouselExampleCaptions .carousel-caption h1.banner_heading {
  font-size: 55px;
  font-weight: bolder;
  margin-bottom: 10px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 1);
  text-transform: uppercase;
}
body #carouselExampleCaptions .carousel-caption p.banner_txt {
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  /* color: white; */
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 1);
}

/* carousel buttons */

.carousel-control-prev .arrow,
.carousel-control-next .arrow {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 3px 15px !important;
  color: #21759b;
  position: absolute;
  /* width: 10%; */
  font-size: 20px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control-prev .fa-angle-left,
.carousel-control-next .fa-angle-right {
  /* width:2px ; */
  transform: scale(1, 1.15);
}

.carousel-control-prev .arrow {
  left: 0;
  right: auto;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.carousel-control-next .arrow {
  left: auto;
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* buttons */

body .btn {
  margin: 10px;
}

/* .btn-default */

body .btn-default {
  background-color: transparent;
  padding: 10px 40px;
  border: 2px solid #21759b !important;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

/* body .btn-default, */
body .btn-primary {
  /* background-color: transparent; */
  padding: 10px 40px;
  color: white;
  font-weight: bold;
  background-color: #21759b !important;
  border-color: #21759b !important;
  opacity: 1 !important;
  transition: ease 1s;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
  position: relative;
}

.btn-primary:hover {
  background-color: #1c6485 !important;
  border-color: #1c6485 !important;
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
    /* opacity: 0.25; */
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* opacity: 0.1 */
  }
}

.message-box p {
  font-size: 15px !important;
  text-align: justify;
}
.message-box span {
  font-size: 16px;
}
.section {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 10px 0px;
}

/* milk splash */

.footer-splash {
}

.milk-splash {
  /* position: absolute; */
  width: 100% !important;
  padding-top: 20px;

  /* background-image: url("../images/milkspalashdarkgray.png"); */
  /* height: 100px; */
  /* background-repeat: no-repeat;
  background-size: 100% 100%; */
}

#aboutus {
  background-color: #f9f9fa;
  margin: 40px 0px 0 0;
  padding: 70px 0px;
}

#aboutus .message-box p {
  font-size: 15px !important;
}

#aboutus .post-media img {
  /* top: 50px !important; */
  border-radius: 3px;
  /* left:20px !important; */
  height: 350px;
}

/* outlets home */
.outlets-home {
  padding: 50px 0px 30px 0px;
  background-color: #f9f9fa;
}

.outlets-home .section-title h2 {
  color: #63513d;
}

.outlets-home .text-secondary.h5 {
  line-height: 2rem;
}

.outlets-home .container {
  max-width: 1340px;
}

.outlets-home .img-container img {
  height: 500px;
  /* width: 100%; */
}

.navbar {
  position: absolute;
  width: 100%;
  z-index: 10;
  max-width: 100%;
  padding: 0px !important;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.boxneeds {
  margin: 70px 0 30px 0;
  /* z-index: 99999; */
}

.homeblog .rowbg {
  padding: 20px;
  background-color: #f4f4f5;
  border: 1px solid #f4f4f5;
  border-radius: 5px;
}

.boxneeds .container .card,
.testimonial .owl-carousel .card {
  transition: 0.5s ease;
  border-color: rgba(0, 0, 0, 0.075);
  position: relative;
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.08);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testimonial .owl-carousel .card {
  border: none;
  box-shadow: none;
}

.testimonial .owl-carousel .card .img-container {
  overflow: hidden;
}
.testimonial .owl-carousel .card img {
  height: 100%;
}

.boxneeds .container .card.active {
  background-color: #21759b;
}

.boxneeds .container .card.active .img-container {
  background-color: #ffffff;
}

.boxneeds .container .card.active p,
.boxneeds .container .card.active h3 {
  color: white;
}

.boxneeds .container .card .text-center p {
  font-size: 14px;
  margin: 10px;
  text-align: center;
}

.boxneeds .container .card .text-center h3 {
  font-size: 20px;
  text-transform: uppercase;
}

.boxneeds .section-title {
  display: block;
  width: 100%;
  position: relative;
}
/* 
.img-container {
  top: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  line-height: 1.3;
  border-radius: 50%;
  background: #f0f0f0;
  margin: 0 auto;
  margin-bottom: 20px !important;
  margin-top: -50px;
} */

.testimonial .img-container {
  margin-top: 0px !important;
}

.boxneeds .section-title .img-container img {
  position: relative;
  margin-bottom: -80px !important;
}

.boxneeds .section-title .media-body {
  margin-top: 20px !important;
  padding: 15px;
}

.boxneeds .section-title .media h3 {
  font-weight: 700;
  font-size: 20px;
}

.productsbhawani {
  padding: 50px 0px 50px 0px;
  margin: 20px 0;
}

.productsbhawani .owl-carousel-bhawani .card {
  border-radius: 5px;
  padding: 0% !important;
  border: 2px solid #c7c7c7;
  background-color: #f4f4f5 !important;
  overflow: hidden;
  background-color: white !important;
}

.productsbhawani .owl-carousel-bhawani .card img {
  border-radius: 0% !important;
  padding: 0% !important;
  height: 16rem;
  width: 100%;
  object-fit: contain;
}

.section-title {
  display: block;
  position: relative;
  padding-bottom: 20px;

  /* margin-bottom: 10px; */
}

.section-title h3 {
  font-size: 35px;
  font-weight: bold;
}

#aboutus p {
  color: #999;
}

.carousel .btn {
  margin-left: 0px;
  margin-top: 0px;
}

.section-title p {
  color: #999;
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  margin: 0;
}

.section-title h2 span {
  font-weight: bold;
  font-family: "Kaushan Script", cursive;
}

.section-title h2 {
  font-size: 42px;
  font-weight: bolder;
  line-height: 62px;
  margin: 0 0;
  padding: 0;
  text-transform: none !important;
  color: #7e7e7e;
  /* margin-top: -20px; */
}

.nopadtop .message-box {
  /* margin-top: 25px; */
  text-align: justify;
}

.momentshome .owl-carousel {
  margin: 0 30px;
}

.productsbhawani .owl-carousel .item {
  text-align: center;
}

.owl-carousel .owl-stage {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}

.productsbhawani .owl-carousel .owl-item .card {
  height: 20rem;
  background-color: white;
}

.productsbhawani .owl-carousel .owl-item .card {
  height: 20rem;
  background-color: white;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #21759b;
  cursor: pointer;
}

a {
  color: #21759b;
}

a:hover {
  color: red;
  text-decoration: none;
}

.owl-prev,
.owl-next {
  top: 45%;
  transform: translateY(-50%);
  position: absolute;
}

.owl-next {
  right: 5px !important;
}

.owl-prev {
  left: 5px !important;
}

.owl-prev:focus,
.owl-next:focus {
  outline: none !important;
}

.productsbhawani .fa-angle-left,
.productsbhawani .fa-angle-right {
  padding: 5px 15px;
  color: white !important;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
}

.productsbhawani .fa-angle-left:hover,
.productsbhawani .fa-angle-right:hover {
  background-color: #4b4b4b;
}

span.img-text {
  width: 100%;
  font-weight: bold;
  font-size: 19px;
  padding: 10px;
  /* text-transform: uppercase; */
  background-color: white;
}

.card-img-top {
  /* height: 231px; */
  overflow: hidden !important;
}

.productsbhawani .card-img-top {
  /* height: 200px; */
  overflow: hidden !important;
}
.cardit {
  text-align: center;
}

.section-title.float-right {
  margin-top: 25px;
}

.allpro .cardit {
  padding: 0%;
  height: 100%;
  overflow: hidden;
}
.cardit img {
  margin: 0px;
  height: 100%;
  transition: transform 0.5s ease;
  /* object-fit: cover; */
}

.testimonial .testimonial_rating {
  color: gold !important;
}

.testimonial .card p {
  font-size: 15px;
  padding: 10px 30px 10px 30px;
  color: #000000;
}

/* owlcarousel momnets */
.momentshome {
  margin-bottom: 0px !important;
  padding: 0px !important;
}

.momentshome .owl-carousel {
  padding: 0 !important;
  margin: 0 !important;
}
.section-title .btn-success {
  background-color: transparent !important;
  color: #7e7e7e !important;
  border-color: #7e7e7e !important;
}

/* Blogs */
.homeblog {
  padding: 80px 20px;
  background-color: #a50064;
  color: white;
}

.blog-box {
  /* height: 280px; */
  padding-bottom: 10px;
  /* margin-bottom: 10px; */
  border-bottom: 3px rgb(255, 255, 255) solid;
}

.home .btn-secondary {
  background-color: transparent;
  border-color: white;
}

.blog-box:hover {
  cursor: pointer;
}
.blog-content {
  /* position: relative; */
  /* height: 100px; */
}
.blog-title {
  padding: 0px 10px 0px 0px;
}
.blog-title h3 {
  font-size: 20px;
  font-weight: 700;
  /* color: #464646; */
}
.blog-title p {
  margin: 0px;
  text-align: justify;
  color: rgb(224, 224, 224);
}

/* blog page */

.js .animate-box {
  opacity: 0;
}

.fh5co_latest_trading_img_position_relative img {
  transition: transform 0.5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.fh5co_latest_trading_img_position_relative:hover img {
  transform: scale(1.2);
}

.fh5co_latest_trading_img_position_relative {
  -webkit-box-shadow: 0px 5px 10px rgba(41, 41, 41, 0.35);
  box-shadow: 0px 5px 10px rgba(41, 41, 41, 0.35);
  background-color: rgb(238, 238, 238);
  position: relative;
  overflow: hidden;
  z-index: 5;
  cursor: pointer;
}

.fh5co_latest_trading_img {
  height: 326px;
  overflow: hidden;
}
.fh5co_latest_trading_img > img {
  height: 340px;
  min-width: 100%;
}

.fh5co_latest_trading_img_position_absolute {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.83) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.83) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.83) 100%
  );
  z-index: 7;
}

.fh5co_latest_trading_img_position_absolute_1 {
  position: absolute;
  width: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  bottom: 0;
}

.fh5co_latest_trading_date_and_name_color {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

/**********************************/
/********* Single News CSS ********/
/**********************************/
.single-news {
  position: relative;
  width: 100%;
  padding: 10px 0 0 0;
  margin-bottom: 15px;
}
.single-news .sn-content p {
  color: #000000;
  font-weight: 500;
  font-size: 15px;
  text-align: justify;
}

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

.single-news .sn-img img {
  width: 100%;
  height: auto;
}

.fa-share-alt-square {
  color: #21759b;
}

.single-news .sn-content {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

.single-news .sn-content h1.sn-title {
  display: block;
  width: 100%;
  color: #000000;
}

/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
  position: sticky;
  width: 100%;
  top: 70px;
  margin-top: 10px;
}

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

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  padding: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  /* color: black; */
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.sidebar .sidebar-widget h2.sw-title {
  color: #000000;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 3px double #000000;
}

.sidebar .sidebar-widget .news-list {
  position: relative;
  margin-bottom: 30px;
}

.sidebar .news-list .nl-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.sidebar .news-list .nl-item .nl-img {
  width: 100px;
}

.container-fluid {
  padding: 0px !important;
  margin-right: 0px !important;
}

/* .single-news .card.sidebar-recent {
  position: -webkit-sticky;
  top: 120px;
  position: sticky;
  transition: 0.8s;
} */

.sidebar .news-list .nl-item .nl-img img {
  width: 100px;
  height: 60px;
}

.sidebar .news-list .nl-item .nl-title {
  padding-left: 15px;
}

.sidebar .news-list .nl-item .nl-title a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s;
}

.sidebar .news-list .nl-item .nl-title a:hover {
  color: #ff6f61;
}

/* footer */

body footer {
  background-color: #272930;
  color: white;
  margin: 0px !important;
  padding-top: 40px;
}

footer .footer-right li {
  list-style-type: none;
}

footer .footer-right h4 {
  padding: 5px;
  border-bottom: 0.5px dotted #45474c;
}

footer .addressfooter h4 {
  padding: 5px;
  border-bottom: 0.5px dotted #45474c;
}

footer .social_links h4 {
  padding: 5px;
  border-bottom: 0.5px dotted #45474c;
}

footer .fototerlinks h4 {
  padding: 5px;
  border-bottom: 0.5px dotted #45474c;
}

footer .newsletter h4 {
  padding: 5px;
  border-bottom: 0.5px dotted #45474c;
}

body .newsletter .btn-primary {
  padding: 6.5px 15px;
}
body .newsletter .form-control {
  max-width: 185px;
}

footer .fototerlinks li {
  padding: 5px;
  /* border-bottom: 0.5px dotted#45474c; */
}

footer .addressfooter li {
  padding: 5px;
  /* border-bottom: 0.5px dotted#45474c; */
}
footer .addressfooter li i {
  padding: 0 10px;
  /* border-right: 0.5px dotted#45474c; */
}

footer li {
  list-style-type: none;
}

footer p {
  color: white;
}

/* footer a {
  color: #0d0f0f;
} */

footer .logdes .text-center {
  margin: 0 0 20px 0;
  /* text-align: left; */
  color: white;
}

footer .text-center span {
  /* margin: 0 0 20px 0; */
  /* border-right: 0.5px dotted#45474c; */
  font-size: 18px;
  /* text-align: left; */
  color: white;
}
footer .text-center .texts {
  margin: 10px 0;
  font-size: 14px;
  text-align: left;
  color: white;
}

footer a:hover {
  color: white;
  cursor: pointer;
  font-weight: bolder;
  text-decoration: none;
}

footer .social_links i {
  color: #21759b;
}

footer .social_links i:hover {
  cursor: pointer;
  color: white;
}

footer ul.social_links li {
  float: left;
  padding: 10px 20px 20px 0px;
}

/* conatct */

.top-banner {
  background: url("../images/topback.jpg") no-repeat left;
  text-align: center;
  clip: rect(0, 1000px, 200px, 0);
  padding: 40px 0 0 0;
  position: relative;
}

.top-banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.top-banner h4 {
  position: relative;
  color: #ffffff;
  font-size: 38px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 40px;
  color: rgb(255, 255, 255);
  z-index: 99;
}
.top-banner h4 small {
  float: right;
  padding: 15px 0px;
  font-size: 14px;
}

/* #message .help-block {
  position: absolute;
  top: 100% !important;
  left: 0px;
} */

.has-error label,
.has-error input,
.has-error textarea {
  color: red !important;
  border-color: red;
}

.list-unstyled li {
  font-size: 13px;
  padding: 4px 0 0;
  color: red;
}

.help-block {
  position: absolute;
  top: 90% !important;
  left: 0px;
  margin: -2px 0;
}

.messageDiv .help-block {
  top: 98% !important;
}

.breadcrumb-main {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.breadcrumb-main .breadcrumb {
  background: #21759b;
  border-radius: 100px 100px 0px 0px;
  display: block;
}
.breadcrumb-main .breadcrumb li a {
  color: #ffffff;
  font-size: 15px;
}
.breadcrumb-main .breadcrumb li {
  color: #323232;
  display: inline-block;
  font-size: 15px;
}
.breadcrumb-main .breadcrumb-item + .breadcrumb-item::before {
  color: #323232;
}

.contact-box-main .container {
  margin: 50px auto;
  /* border-radius: 50%; */
  border: 10px solid #e9ecef;
}

.contact-box-main #message {
  height: 220px;
  /* height: 180px; */
}

.form-gourp small {
  color: red;
  bottom: 0;
  position: absolute;
  left: 0;
}

.contact-form-right {
  padding: 20px;
}
.contact-form-right h2 {
  font-size: 40px;
  font-weight: 700;
}
.contact-form-right p {
  margin-bottom: 15px;
}
.contact-form-right .form-group .form-control::-moz-placeholder {
  color: #999999;
}
.contact-form-right .form-group .form-control {
  border-radius: 0px;
  min-height: 40px;
}
.contact-form-right .form-group {
  margin-bottom: 0px;
  position: relative;
}
.contact-form-right .form-group .form-control:focus {
  border: 1px solid #21759b;
  box-shadow: none;
}

.contact-form-right .form-group {
  margin-bottom: 20px;
  position: relative;
}
.contact-form-right .form-group .form-control:focus {
  border: 1px solid #21759b;
  box-shadow: none;
}

/* map */
.map-area {
  margin: 0px;
  padding: 0px;
}

.contact-form-right.jumbotron {
  margin-bottom: 0px;
}

body .map {
  /* border-radius: 50%; */
  /* border: 10px solid #f6f5f0; */
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
body .mainmap .map iframe {
  display: inline-block;
  height: 100%;
  width: 100%;
}
body .mainmap .map-content address h6 {
  font-weight: 700;
}

/* products  */

.product_main {
  margin: 60px 0px;
}

.allpro {
  margin-bottom: 0px;
}

.product_main .ab_pro .card {
  padding: 10px;
  -webkit-box-shadow: 0px 5px 10px rgba(148, 146, 245, 0.15);
  box-shadow: 0px 5px 10px rgba(148, 146, 245, 0.15);
  background-color: rgb(238, 238, 238);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.product_main .card .text-center p {
  text-align: justify;
  padding: 10px 10px;
}

.product_main h4 {
  color: #21759b;
  padding: 20px 0 0 0;
}

.product_main .headingproducts .diw {
  color: black;
  border-bottom: #21759b solid 3px;
  margin-bottom: 10px;
}

.product_main .headingproducts h4 {
  color: black;
}

.product_main .card span {
  /* color: #21759b; */
  color: black;
  text-align: center;
}

/* have tou tried */

.product_main .allpro .card {
  border: none;
  border-radius: 5px !important;
  /* padding: 10px; */
  border: 1px solid #e2e8f0;
  background-color: #f1f5f9;
  overflow: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.product_main .allpro .spanz {
  text-align: center;
  /* background-color: white; */
  margin: 0 !important;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.product_main .allpro span {
  background-color: #21759b;
  color: white !important;
  padding: 10px 30px 0 30px;
  border: 2px solid #21759b;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  display: inline;
  /* border-radius: 100px; */
}

.product_main .allpro .prodesc {
  list-style-type: square;
  color: gray;
}

.product_main .all_pro {
  margin: 0;
}

.product_main .allpro .card:nth-of-type(1) {
  margin-top: 0 !important;
}

.product_main .card-img-topz {
  width: 100%;
}

/* outlets page */
.outlet-page-top {
  /* content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; */
  padding-top: 5% !important;
  padding-right: 5% !important;
  padding-bottom: 25% !important;
  padding-left: 5% !important;
  height: 80vh;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-image: url("../images/outletpagebg.jpg");
  /* height: 800vh; */
  /* margin: 0 0 100px 0; */
}

.outlet-page-top .side-text {
  margin-top: 100px !important;
}

.outlet-page-top .top-outlet-text {
  color: #21759b;
  font-weight: 400 !important;
  /* line-height: 5rem; */
  margin-bottom: 20px;
  font-size: 50px !important;
}

.outlet-page-top .content p {
  font-size: 20px;
}

.freshness h1 {
  font-size: 60px;
}

.freshness .container {
  width: 100% !important;
  max-width: 1920px !important;
}

.freshness .col-right {
  background-color: #21759b;
}

.farmer-fresh {
  margin: 50px 0px;
}

.farmer-fresh .fresh-text {
  margin-top: 30px;
}

/* about */

.aboutmain {
  margin: 30px 0px;
  padding: 20px 0px;
}

.aboutmain .text-center h3 {
  color: #63513d;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.aboutmain .rowz {
  padding-top: 0px;
  padding-left: 200px;
  padding-right: 200px;
  padding-bottom: 70px !important;
  text-align: center;
}

.aboutmain .row2 {
  background-color: #a50064;
}

.aboutmain .text-center p {
  /* text-align: left; */
  color: black;
  text-align: justify;
  font-size: 19px;
  margin: auto;
  padding: auto;
}

.aboutmain .story {
  color: #63513d;
}

.aboutmain .fluidy .rowz .text-center h3 {
  font-size: 45px;
  font-weight: bold;
  text-align: left;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.aboutmain .fluidy .rowz .text-center p {
  /* text-align: left; */
  text-align: center;
  color: rgb(0, 0, 0);
  font-size: 19px;
  margin: auto;
  padding: auto;
}

.aboutmain .fluidy .rowz .text-center span {
  color: #21759b;
  font-weight: bold;
}

.aboutmain .text-center .headingz h3 {
  padding: 0 0 5px 0;
  font-size: 25px;
  /* /* border-bottom: 3px solid #21759b; */
}

.img-about {
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mission {
  background-color: #f9f9fa;
  /* padding: 30px 0 !important; */
}

.aboutmain .mission-container {
  padding: 5%;
  z-index: 2;
  height: 100%;
  /* width: 100%; */
}

.aboutmain .mission .list-group-item {
  background-color: #f9f9fa;
}

.aboutmain .row {
  margin: 0 0 0px 0;
}

.aboutmain .no-gutters {
  margin: 0 !important;
}

.mainmoments {
  margin: 70px 0;
}

.mainmoments h1 {
  color: #21759b;
}

.main-blog h1 {
  font-size: 2.5rem;
  color: #21759b;
}

.main-blog .row {
  margin: 30px 0;
}

.mainmoments .row {
  margin: 30px 0;
}

.mainmoments .row .card img {
  height: 300px;
  /* text-align: center; */
}

.mainmoments .row span {
  color: #999;
  padding: 10px 5px;
}

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

.portfolio-item .card {
  border: none;
}
.portfolio-item .card .card-body {
  box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.15);
}
.portfolio-item .card .card-body h4 {
  margin-bottom: 12px;
}
.portfolio-item .card .card-body h4 a {
  color: #323232;
  text-decoration: none;
  font-size: 22px;
  text-transform: capitalize;
}
.portfolio-item .card .card-body p {
  margin-bottom: 0px;
}

.portfolio-item h4.card-title a {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #323232;
}

.portfolio-main .card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
}

.portfolio-main .card .card-body .card-title {
  margin-bottom: 0px;
}
.portfolio-main .card .card-body .card-title a {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0;
}

.portfolio-main .card .card-body {
  position: absolute;
  background: #323232;
  padding: 0px 20px;
  height: 40px;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  display: flex;
  align-items: center;
  vertical-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.mainmoments .card .card-body ul {
  float: left;
  margin: 10px 0 0 0;
}

.mainmoments .card .card-body ul li {
  color: #999;
  float: left;
  list-style-type: none;
  padding-right: 20px;
}
.mainmoments .card .card-body ul li:hover {
  color: #21759b;
  cursor: pointer;
}

.mainmoments .card-body li i:focus,
.mainmoments .card-body li i:after {
  color: #21759b;
  cursor: pointer;
}

.center {
  text-align: center;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  font-size: 20px;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #21759b;
  color: #21759b;
  margin: 0 4px;
}

.pagination a.active {
  background-color: #21759b;
  color: white;
  border: 1px solid #21759b;
}

.pagination a:hover:not(.active) {
  background-color: #21759b;
  color: white;
}

.img-overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 0px;
  width: 100%;
  background: rgba(33, 117, 155, 0.7);
  color: #35424c;
  opacity: 0;
  /* -webkit-transition: all 0.5s; */
  transition: all 0.2s linear;
  z-index: 2;
}

.card:hover .img-overlay,
.card:active .img-overlay {
  opacity: 1;
  /* width: 100%; */
  height: 300px;
}

.card:hover .img-overlay .hoverbutton,
.card:active .img-overlay .hoverbutton {
  opacity: 1;
  top: 50%;
}

.card:hover .img-overlay .hoverbutton:hover,
.card:active .img-overlay .hoverbutton:active {
  opacity: 1;
  top: 50%;
  background-color: #999;
}

.card-img {
  overflow: hidden;
}
.card-img img {
  transition: all 1s ease;
}

button:focus,
a:focus,
i:focus,
button:active,
a:active,
i:active {
  outline: none !important;
  opacity: 1;
  box-shadow: none;
}

.hoverbutton {
  background-color: #241c65;
  position: absolute;
  color: #ffffff !important;
  top: 70%;
  font-size: 21px;
  z-index: 12;
  left: 0;
  opacity: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: -20px auto;
}

#lightbox {
  display: flex;
  flex-direction: column-reverse;
  top: 0;
  left: 10%;
  font-size: 0px;
}

.hidebig {
  display: none;
}

#aboutus .img-fluid {
  height: 100%;
}

#navbar .navbar-brand img {
  width: 120px;
  height: 80px;
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}

.footer-company {
  font-size: 14px !important;
  color: white !important;
}

/* home testimonial */
.testimonial {
  padding: 20px 0px 40px 0 !important;
}

.testimonial .owl-prev,
.testimonial .owl-next {
  top: 0;
  position: relative;
  /* margin: 40px 0px 0px 0px !important; */
}

.testimonial .btn-primary {
  padding: 5px 10px;
}

.contactinfo {
  margin: 70px 0px;
}

.contactinfo .contact-add .text-center i,
.contactinfo .contact-add .text-center img {
  font-size: 40px;
  line-height: 80px;
  color: #ffffff;
}

.contactinfo .contact-add .text-center i {
  height: 80px;
  border-radius: 50%;
  width: 80px;
  /* margin: 10px; */
  background: #21759b;

  /* background: #21759b; */
  /* margin-bottom: 20px; */
}
.contactinfo .contact-add .text-center .img-circle {
  border-radius: 50%;
  /* padding: 10px; */
  text-align: center;
  background: #21759b;
  text-align: center;
  margin: auto;
  padding: 20px;
  height: 80px;
  width: 80px;
}

.contactinfo .contact-add .text-center .img-circle img {
  height: 40px;
  width: 40px;
  margin: auto;
}

.primary-color {
  color: #21759b;
}

.contactinfo .contact-add .text-center p {
  font-size: 20px !important;
}

.contact-box-main .row-t {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
  margin-top: -1px;
  margin-bottom: -1px;
}

/* responsive */
@media screen and (max-width: 990px) {
  .outlets-home .img-container img {
    height: 400px;
    justify-content: left;
    /* width: 100%; */
  }
  .aboutmain .rowz {
    padding-top: 0px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 50px !important;
    text-align: center;
  }

  .img-about-container {
    margin: auto;
    margin-top: 70px;
  }

  .img-about {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 320px;
    align-items: center;
    border-radius: 5px;
  }
  .nav .nav-item {
    border-bottom: rgb(204, 204, 204) solid 1px !important;
  }

  .navbar-toggler {
    left: 650px;
    margin-left: auto;
  }

  body .carousel .carousel-item {
    height: 100%;
  }
  .have-center {
    margin-top: 40px;
    text-align: center !important;
  }
  .homeblog .blog-button {
    position: relative !important;
    margin-top: 20px !important;
  }
  #navbarNavAltMarkup {
    margin-top: 70px !important;
    height: 100vh !important;
    float: left !important;
  }
  .navbar {
    padding: 0.5rem 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .outlet-page-top {
    height: 82vh;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-image: url("../images/outletbg768px.jpg");
  }

  .navbar .navbar-brand {
    width: 130px;
  }

  header img {
    transition: 0s ease;
    height: 59.2px !important;
    width: 112.6px !important;
  }

  .have-center {
    margin-top: 20px;
    text-align: center !important;
  }

  .have-you img {
    height: 400px;
  }

  .homeblog .blog-button {
    position: relative !important;
    margin-top: 20px !important;
  }
  .removeborder {
    /* margin-bottom: 30px; */
    border-bottom: none !important;
  }

  .carousel-control-prev .arrow,
  .carousel-control-next .arrow {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 2px 10px !important;
    color: #21759b;
    position: absolute;
    /* width: 10%; */
    font-size: 20px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }

  .sidebar {
    top: 20px;
  }

  .collapse li {
    border-bottom: #999 solid 1px;
  }

  .collapse li:last-child {
    border-bottom: none;
  }

  .collapse li.active:hover,
  .collapse li a:hover,
  .collapse li a:focus {
    border-bottom: none !important;
  }

  .sidebar {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #top-header .social_links {
    float: none;
  }
  .owl-prev {
    left: -0.2rem;
  }

  .nopadtop .message-box {
    margin-top: 25px;
    text-align: justify;
  }

  .owl-next {
    right: -0.2rem;
  }
  .product_main .card {
    margin: 30px 0;
  }

  .aboutmain .rowz {
    padding-left: 40px;
    padding-right: 40px;
  }

  .aboutmain .row .col1 {
    margin-bottom: 20px;
  }

  #aboutus {
    margin: 0 0px;
    background-color: #f9f9fa;
  }

  #aboutus h2 {
    font-size: 3rem !important;
    margin-bottom: 20px;
  }

  .productsbhawani {
    margin: 20px 20px;
  }

  /* .navbar .nav-btn {
    display: none;
  } */

  .navbar .nav-btn-1 {
    left: 550px;
    border-radius: 25px;
    background-color: transparent !important;
    color: #21759b !important;
    font-size: 15px !important;
    margin-top: 6px;
  }

  .nav-bottom {
    position: fixed !important;
    bottom: 0;
    width: 100%;
    height: 55px;
    display: flex;
    overflow-x: auto;
  }

  .homeblog {
    /* padding: 0 20px; */
  }

  .blog-title {
    padding: 20px 10px 10px 0px;
    border-right: none;
  }
  .boxneeds .container .card.removeborder {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 640px) {
  .contact-box-main #message {
    height: 150px;
    margin: 0px 0px;
  }

  .homeblog .rowbg {
    padding: 5px;
  }

  #top-header .social_links {
    float: none;
  }

  
.why-choose .cardz {
  width: 100px;
  height: 100px;
}

.why-choose .why-card{
  margin-top: 1rem;

}

.why-choose h3 {
  font-size: 1.25rem;
}


  .aboutmain .rowz {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .aboutmain .row p {
    font-size: 15px;
  }

  .aboutmain .rowz p {
    font-size: 15px !important;
  }

  .aboutmain .rowz h3 {
    font-size: 35px !important;
  }

  .aboutmain .row h3 {
    font-size: 35px !important;
  }

  .aboutmain .row .col1 {
    margin-bottom: 20px;
  }

  #aboutus .message-box {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }

  .carousel-caption {
    margin-top: 20px !important;
    padding-bottom: 0px !important;
    top: 25% !important;
  }

  .carousel ol li {
    height: 5px;
  }

  .carousel-indicators {
    bottom: 0px;
  }

  .carousel .btn-primary,
  .carousel .btn-default {
    padding: 4px 12px !important;
    font-size: 13px !important;
  }

  body #carouselExampleCaptions .carousel-caption h1.banner_heading {
    font-size: 28px !important;
    margin: 5px;
  }
  body #carouselExampleCaptions .carousel-caption p.banner_txt {
    font-size: 13px !important;
    line-height: 10px !important;
  }

  body #carouselExampleCaptions .carousel-caption .btn {
    /* top: 2%; */
    margin: 0px 10px 10px 10px !important;
    /* padding: 10px !important; */
    font-size: 14px;
  }

  .owl-prev {
    left: -0.2rem;
    /* margin-right: 10px; */
  }

  .owl-next {
    right: -0.2rem;
  }

/* Equal Heights for OwlCarousel 2 */

 
.owl-carousel	.owl-stage {
		display: flex;
	}

	.owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
    height: 100%;
}


/* Demo Styles */

.container-fluid {
	max-width: 1230px;
}

.navbar-brand {
	left: 5%;
	position: absolute;
	margin-left: 0px!important;
  width: 100px !important;
  padding: 1rem;
}

  #navbar .navbar-brand img {
    width: 100% !important;
    height: auto ;
    object-fit: contain;
  }

  body .carousel .carousel-item {
    height: 40vh;
  }
  .section-title h2 {
    font-size: 30px;
    margin-right: 0px !important;
  }
  .section-title p {
    font-size: 15px;
  }
  .section-title .btn-success {
    font-size: 12px !important;
  }
  .boxneeds .container .card {
    margin-top: 70px !important;
  }
}

.col-md-1 {
  width: 10%;
}

.col-md-11 {
  width: 90%;
}

@media (max-width: 480px) {
  .outlet-page-top h1.top-outlet-text {
    font-size: 35px !important;
  }

  .navbar .nav-btn-1 {
    left: 170px;
  }

  
  .navbar-nav .nav-btn{
    display: none;

  }

  .outlet-page-top {
    height: 82vh;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-image: url("../images/outletbg480pxbig.jpg");
  }

  .outlet-page-top p.text-secondary {
    font-size: 15px !important;
  }

  .outlet-page-top .btn-primary {
    background-color: rgba(33, 117, 155, 0.8) !important;
    font-size: 16px !important;
    padding: 4px 10px;
    /* color: #21759b; */
  }

  .outlet-page-top .side-text {
    padding-right: 2px !important;
  }

  .outlets-home .img-container img {
    height: 300px;
    justify-content: left;
    /* width: 100%; */
  }

  .freshness .col-left.bg-secondary h1 {
    font-size: 35px !important;
  }

  .freshness .col-left.bg-secondary.pl-5 {
    padding-left: 1rem !important;
  }

  .aboutmain .rowz {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .have-you img {
    height: 290px;
  }

  .carousel-caption {
    margin-top: 20px !important;
    padding-bottom: 0px !important;
    top: 40% !important;
  }

  #top-header .contact_links li a {
    font-size: 14px;
  }

  #top-header .contact_links li i {
    font-size: 13px;
    margin-right: 5px;
  }

  .navbar-toggler {
    left: 270px;
  }

  body #carouselExampleCaptions .carousel-caption h1.banner_heading {
    font-size: 29px !important;
    margin: 15px;
  }
  body #carouselExampleCaptions .carousel-caption p.banner_txt {
    font-size: 16px !important;
    line-height: 25px;
  }
  body #carouselExampleCaptions .carousel-caption {
    bottom: 30px;
  }

  body #carouselExampleCaptions .carousel-caption .slider_btn {
    margin: 10px 0px;
  }

  .carousel .btn {
    font-size: 13px !important;
  }

  .carousel ol {
    margin-top: 20px;
  }

  .carousel .btn-primary,
  .carousel .btn-default {
    padding: 5px 13px !important;
    font-size: 15px !important;
  }
  .carousel-caption {
    margin-top: 5px !important;
    padding-bottom: 0px !important;
  }

  #top-header .social_links {
    float: none;
    font-size: 15px;
  }
  .carousel .btn-default {
    padding: 5px 15px;
    font-size: 15px;
  }
  .carousel .btn-primary {
    padding: 5px 20px;
  }

  body #aboutus .post-media img {
    height: 270px;
    margin-bottom: 20px;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .section-title p {
    font-size: 15px;
  }
  .boxneeds {
    margin: 20px 0 30px 0;
  }

  .fa-2x {
    font-size: 1.5em;
  }

  .carousel-control-prev .arrow,
  .carousel-control-next .arrow {
    padding: 1.5px 7px !important;
  }
}

@media (max-width: 320px) {
  .navbar .nav-btn-1 {
    left: 140px;
    border-radius: 25px;
    background-color: transparent !important;
    color: #21759b !important;
    font-size: 15px !important;
    margin-top: 6px;
  }

  #top-header .social_links {
    float: none;
  }

  #top-header .contact_links li a {
    font-size: 12px;
  }

  #top-header .contact_links li i {
    font-size: 12px;
    margin-right: 5px;
  }

  .navbar-toggler {
    left: 230px;
  }

  body #carouselExampleCaptions .carousel-caption h1.banner_heading {
    font-size: 23px;
    margin: 0px !important;
  }
  body #carouselExampleCaptions .carousel-caption p.banner_txt {
    font-size: 13px;
    line-height: 20px !important;
  }
  body #carouselExampleCaptions .carousel-caption {
    bottom: 30px;
  }

  body #carouselExampleCaptions .carousel-caption .slider_btn {
    margin: 5px 0px;
  }

  .carousel .btn {
    font-size: 11px !important;
  }

  .carousel ol {
    margin-top: 20px;
  }

  .carousel .btn-primary,
  .carousel .btn-default {
    padding: 4px 12px !important;
    font-size: 13px !important;
  }
  .carousel-caption {
    margin-top: 5px !important;
    padding-bottom: 0px !important;
  }

  #top-header .social_links {
    float: none;
    font-size: 15px;
  }
  .carousel .btn-default {
    padding: 5px 15px;
    font-size: 15px;
  }
  .carousel .btn-primary {
    padding: 5px 20px;
  }
  body #carouselExampleCaptions .carousel-caption h1.banner_heading {
    font-size: 30px;
  }
  body #carouselExampleCaptions .carousel-caption p.banner_txt {
    font-size: 20px;
  }
  body #aboutus {
    margin-top: -30px;
  }

  body #aboutus .post-media img {
    height: 270px;
    margin-bottom: 20px;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .section-title p {
    font-size: 15px;
  }
  .boxneeds {
    margin: 20px 0 30px 0;
  }

  .carousel .btn-default {
    padding: 5px 13px;
    font-size: 15px;
  }
  .carousel .btn-primary {
    padding: 5px 18px;
  }
  body #carouselExampleCaptions .carousel-caption h1.banner_heading {
    font-size: 30px;
  }
  body #carouselExampleCaptions .carousel-caption p.banner_txt {
    font-size: 18px;
    /* line-height: 30px; */
  }
  body #carouselExampleCaptions .carousel-caption {
    top: 35% !important;
  }
}

/* carousel slide animation */

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .carousel-item {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out,
      -o-transform 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .carousel-item.active.right,
  .carousel-inner > .carousel-item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .carousel-item.active.left,
  .carousel-inner > .carousel-item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
}
/* Owl Carousel-default theme */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  /* background: #869791; */
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}


/* utility */
.object-cover{
  object-fit: cover;
}

@media  (min-width: 640px) {
  .card-columns {
      column-count: 2 !important;
  }
}

footer .navbar-brand{
  left: auto;
    position: relative;
    width: auto;
    padding: 0;
}