@font-face {
  font-family: GeogrotesqueCondW03-Medium;
  src: url(../css/fonts/Geogrotesque\ Cond\ W03\ Medium.ttf);
}

@font-face {
  font-family: GeogrotesqueCondW03-Regular;
  src: url(../css/fonts/Geogrotesque\ Cond\ W03\ Regular.ttf);
}

@font-face {
  font-family: GeogrotesqueCondW03-UltLight;
  src: url(../css/fonts/Geogrotesque\ Cond\ W03\ UltLight.ttf);
}

@font-face {
  font-family: GeogrotesqueCondW03-semiBold;
  src: url(../css/fonts/Geogrotesque\ Cond\ W03\ SemiBold.ttf);
}

@font-face {
  font-family: Gotham-Light;
  src: url(../css/fonts/Gotham-Light.otf);
}

@font-face {
  font-family: Gotham-Medium;
  src: url(../css/fonts/Gotham-Medium.otf);
}

html {
  scroll-behavior: smooth;
  overflow: auto;
}

body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none !important;
}

.mr-10 {
  margin-left: 60px !important;
}

section {
  padding: 20px 0;
}

@media (min-width: 940px) {
  section {
    padding: 60px;
  }
}

@media only screen and (max-width: 480px) {
  #sidebar-wrapper {
    display: none;
  }
  .product-items img {
    text-align: center;
    margin-left: 22px;
    margin-top: 22px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px; /* or 950px */
}

#navigationBar {
  padding: 8px;
  background-color: #f5f2eb;
  background-size: 100%;
  height: 80px;
  /*border-bottom: 1px solid #767676;*/
  /*margin-top: 4.5%;*/
  /* webkit-box-shadow: 0 8px 32px -6px rgba(0,0,0,.14);
       -moz-box-shadow: 0 8px 32px -6px rgba(0,0,0,.14);
            box-shadow: 0 8px 32px -6px rgba(0,0,0,.14);  */
  /*box-shadow: 1px 0 32px 0 rgba(0,0,0,.14);*/

  /* -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
  transition: padding-top 0.3s, padding-bottom 0.3s; */
  /*opacity: 0.9;*/
  top: 0;
  z-index: 9999;
  position: -webkit-sticky;
}

#navigationBar .navbar-toggler {
  outline: none !important;
  background: transparent;
}

#navigationBar .navbar-toggler i {
  font-size: 25px !important;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: #000 !important;
  border: 0;
  outline: none !important;
  /*background-color: white;*/
}

.navbar-nav {
  margin-right: 25px;
}

#navigationBar .navbar-nav .nav-item .nav-link {
  color: #2b1103;
  font-family: GeogrotesqueCondW03-Medium !important;
  text-transform: uppercase !important;
  outline: none;
  font-size: 16px !important;
  letter-spacing: 0.75px;
  font-weight: 500;
}

/* NCL Color */
#navigationBar .navbar-nav .nav-item .nav-link:hover {
  color: #1f8fde !important;
}

.social-media a {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  margin-right: 6px;
/*   background-color: #f36c31; */

/* NCL Color Code  */
  background-color: #1f8fde;
}

#navigationBar i {
  font-size: 16px;
  margin-left: 3px;
  margin-top: -40px !important;
  color: #fff !important;
}

#navlogo {
  margin-left: 30px;
  margin-top: 40px;
}

#navigationBar .navbar-nav .nav-item .nav-link {
  /* padding: 0.5em 0.8em !important; */
  margin-left: 0px;
}

#dropdownMenuLink {
  padding: 17px 12px !important;
  border-radius: 2px;
  font-weight: 700;
  background-color: #ddd;
  color: #be1312;
  border: none;
}

.dropdown {
  box-shadow: none !important;
}

video {
  object-fit: fill !important;
  width: 100% !important;
  height: auto !important;
}

.homepage-header video {
  top: 0;
  left: 0;
  width: 100%;
  height: 808px;
}

.homepage-header .second-line {
  margin-left: 100px !important;
}
.homepage-header hr {
  background-color: #fff;
  height: 0.2px;
  margin-left: 6px;
  width: 550px;
  margin-bottom: 4px;
  margin-top: 4px;
}

.homepage-header .main-heading {
  position: absolute;
  right: 0;
}

.homepage-header h2 {
  font-family: GeogrotesqueCondW03-UltLight;
  font-size: 2.4rem;
  font-weight: lighter;
  opacity: 0.8;
  text-transform: initial;
  margin-bottom: 0px;
  color: #fff;
}

/* NCL Color */
.about-numbers {
  width: 100px;
  height: 120px;
  border: 1.9px solid #1f8fde;
}

/* NCL Color */
.about-numbers h3 {
  margin-top: 20px;
  font-family: Gotham-Light;
  font-weight: 700 !important;
  color: #1f8fde;
  margin-left: 5px;
  font-size: 2rem !important;
}

/* NCL Color */
.about-numbers .plus {
  font-size: 1.5rem !important;
  margin-top: 25px;
  font-weight: 900;
  color: #1f8fde !important;
  margin-left: 3px;
}
.flex {
  display: flex !important;
}

.about-us p {
  color: #1d1d1b;
  font-size: 16px;
  line-height: 30px;
  font-family: Gotham-Light;
}
.about-us h4 {
  font-size: 16px;
  font-family: Gotham-Medium;
  background-color: #fff;
  letter-spacing: 1px;
  margin-top: -40px;
}

.breadcrumbs i{
  font-size: 10px !important;
}

.breadcrumbs .active{
  color: #f36c31;
}

#about-us-page .btn-border {
  width: 90px;
}

.brewing-coffee {
  background-color: #fcf4eb;
  padding: 0px;
}
.brewing-coffee h2 {
  margin-top: 100px !important;
}

#brewing-coffee-pic {
  margin-left: -15px;
}

p {
  color: #1d1d1b !important;
  font-size: 16px !important;
  font-family: Gotham-Light !important;
}

.brewing-coffee p {
  color: #1d1d1b;
  font-size: 16px !important;
  font-family: Gotham-Light;
}

.brewing-coffee-pic2 img {
  position: absolute;
  left: 0 !important;
  margin-top: 40px !important;
}

.heading-2 {
  font-family: GeogrotesqueCondW03-semiBold;
  font-size: 2.5rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #2b1103;
}

.heading-4 {
  font-size: 30px;
  font-family: GeogrotesqueCondW03-Medium;
  color: #000;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.brewing-coffee p {
  font-size: 18px;
}

.our-clients h2 {
  margin-top: -40px;
}

.investor-zone {
  margin-top: 160px !important;
}

#click-results {
  cursor: pointer;
}
#show-results {
  display: none;
}

.sign-off h3 {
  font-family: GeogrotesqueCondW03-Regular;
    /* position: absolute; */
    font-size: 32px;
    border-top: 4px double #96694b;
    border-bottom: 4px double #96694b;
    /* margin-top: 150px; */
    width: 270px;
    margin-left: 40%;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #96694b;
}

.sign-off p {
  color: #96694b !important;
  margin-bottom: 70px !important;
}

.footer {
  padding: 20px;
  border-top: 1px solid #f4f4f4;
  background-color: #fff;
}

div.center{
    margin: 0 auto !important;
    width: 200px !important;
     }
.mt-10 {
  /*margin-top: 130px !important; */
  margin-top: 65px !important;
}
.footer p {
  font-family: Gotham-Light !important;
  /* font-weight: 400 !important; */
  display: inline-block;
  /* margin-top: 15px; */
  margin-bottom: 0px !important;
  font-size: 14px !important;
  /* margin-left: 20px; */
  text-transform: initial;
  color: #858585 !important;
}

.mt-minus {
  margin-top: -20px !important;
}

.footer a {
  font-family: Gotham-Light !important;
    /* font-weight: 400 !important; */
    display: inline-block;
    /* margin-top: 25px; */
    margin-bottom: 0px !important;
    font-size: 14px !important;
    /* margin-left: 20px; */
    padding-right:10px;
    text-transform: initial;
    color: #858585 !important;
}

.trade-text{
  font-family: GeogrotesqueCondW03-semiBold;
    font-size: 1.8rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #2b1103;
}
.btn-more{
  margin-top: -24px;
    font-family: Gotham-Medium;
    font-weight: 500 !important;
    text-transform: uppercase;
    background-color: #fcf4eb;
    letter-spacing: 1px;
    color: rgb(41, 41, 41);
    font-size: 14px !important
}
.contact-form-sec input{
  background:#f4f4f4 !important;
  border-radius: 4px;
  border:1px solid #858585;
}
.contact-form-sec textarea{
  border:1px solid #858585;
}
.contact-form-sec button{
  background:#f4f4f4 !important;
  border-radius: 25px;
  margin-left: -10px;
  border:1px solid #858585;
  color: rgb(53, 53, 53) !important;
}
.product-page{
  background-image: url("./images/products/Banner.png");
  padding: 26%;
  background-position: cover;
  background-color: #fff;
  margin-top: 80px;
  background-repeat: no-repeat;
  transition: 1s all;
  background-size: 100%;
  padding-bottom: 20%;
}
/* NCL Color */
.file-download{
  position: absolute;
  margin-top: 420px;
  font-size: 20px;
  right: 21%;
  color: #1f8fde;
}
.logo-download{
  position: absolute;
    top: 92%;
    /* bottom: 1%; */
    /* z-index: -1; */
    margin-left: 230px;
    font-size: 20px;
    /* right: 21%; */
    color: #f36c31;
}
.w-500{
  width: 500px !important;
}

.text-initial {
  text-transform: initial !important;
}

.f-900 {
  font-weight: 400 !important;
  font-size: 18px;
  font-family: Gotham-Medium;
  color: #000 !important;
}
.social-icons .footer-social {
  width: 55px !important;
  height: 35px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #575756;
}
.social-icons {
  display: flex;
  position: absolute;
    bottom: 0;
  margin-top: 5px !important;
}
.social-icons i {
  margin-top: 7px;

  font-size: 20px;
  margin-left: 0px;
  margin-bottom: 10px;
}
.ml-10 {
  margin-left: 100px;
}
.social-icons {
  display: flex;
  position: absolute;
    bottom: 0;
  margin-top: 5px !important;
}

.pt-0 {
  padding-top: 0px !important;
}
.csr hr{
  background: #f36c31;
}
.csr-heading{
  font-size: 15px !important;
    font-weight: 900;
    font-family: 'Gotham-Medium' !important;
}
.csr-text{
  font-size: 14px !important;
  line-height: 20px !important;

}
.f-22 {
  font-size: 22px !important;
}
.f-700 {
  font-weight: 700 !important;
}

.footer .mt-5 {
  margin-top: 72px !important;
}

.footer .mt-10 {
  margin-top: 144px !important;
}

.social-icons i {
  margin-top: 7px;

  font-size: 20px;
  margin-left: 0px;
  margin-bottom: 10px;
}

/* logo slider */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  overflow-x: hidden;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}


.slick-prev {
  position: absolute !important;
  left: -23% !important;
  display: none;
  outline: none !important;
  visibility: hidden;
  background-color: transparent !important;
  top: 20% !important;
  
}
.slick-prev::before{
  display: none;
}
.slick-prev::after{
  visibility: visible;
  content: '\2039';
  font-size: 40px;
  color:#f36c31;
}

.slick-next {
  position: absolute !important;
  right: -4% !important;
  display: none;
  outline: none !important;
  
  visibility: hidden;
  background-color: transparent !important;
  top: 20% !important;
}
.slick-next::before{
  display: none;
}
.slick-next:after{
  visibility: visible;
  content:"\203A";
  font-size: 40px;
  color:#f36c31;
}
/* end of logo slider */

/* about us page */
.about-us-page {
  padding: 26%;
  background-position: cover;
  background-color: #fff;
  margin-top: 80px;
  background-repeat: no-repeat;
  transition: 1s all;
  background-size: 100%;
  padding-bottom: 20%;
}
.media-page{
  padding: 26%;
  background-position: cover;
  background-color: #fff;
  margin-top: 80px;
  background-repeat: no-repeat;
  transition: 1s all;
  background-size: 100%;
  padding-bottom: 20%;
}
.media-page .main-heading{
  right: 1%;
    position: absolute;
}

.media-page h2{
  font-family: GeogrotesqueCondW03-UltLight;
  font-size: 2.4rem;
  font-weight: lighter;
  opacity: 0.8;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #fff;
}
.products-page{
  padding: 26%;
  background-position: cover;
  background-color: #fff;
  margin-top: 80px;
  background-repeat: no-repeat;
  transition: 1s all;
  background-size: 100%;
  padding-bottom: 20%;
}
.products-page .main-heading{
  right: 1%;
    position: absolute;
}

.products-page h2{
  font-family: GeogrotesqueCondW03-UltLight;
  font-size: 2.4rem;
  font-weight: lighter;
  opacity: 0.8;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #fff;
}
.contactus-page{
  padding: 26%;
  background-position: cover;
  background-color: #fff;
  margin-top: 80px;
  background-repeat: no-repeat;
  transition: 1s all;
  background-size: 100%;
  padding-bottom: 20%;
}
.contactus-page .main-heading{
  right: 1%;
  position: absolute;
}
.contactus-page h2{
  font-family: GeogrotesqueCondW03-UltLight;
  font-size: 1.8rem;
  font-weight: lighter;
  opacity: 1;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #fff;
}
.investors-page{
  padding: 26%;
  background-position: cover;
  background-color: #fff;
  margin-top: 80px;
  background-repeat: no-repeat;
  transition: 1s all;
  background-size: 100%;
  padding-bottom: 20%;
}
.investors-page .main-heading{
  right: 1%;
  position: absolute;
}
.investors-page h2{
  font-family: GeogrotesqueCondW03-UltLight;
  font-size: 2.4rem;
  font-weight: lighter;
  opacity: 0.8;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #fff;
}
.about-us-page .second-line {
  margin-left: 100px !important;
}
.about-us-page hr {
  background-color: #fff;
  height: 0.2px;
  margin-left: 6px;
  width: 550px;
  margin-bottom: 4px;
  margin-top: 4px;
}

#leaders-toggle{
  display: none;
}

.about-us-page .main-heading {
  position: absolute;
  right: 0;
}

.about-us-page h2 {
  font-family: GeogrotesqueCondW03-UltLight;
  font-size: 2.4rem;
  font-weight: lighter;
  opacity: 0.8;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #fff;
}

#about-us-page {
  background-color: #fff;
  padding-bottom: 90px;
}

#about-us-page h4 {
  font-size: 22px;
  text-transform: initial;
  letter-spacing: 0px;
}

#about-us-page .sub-pro p {
  margin-top: -4px !important;
  font-size: 15px !important;
}

#factories {
  padding-bottom: 70px;
}

#factories h4 {
  font-size: 19px;
  text-transform: initial;
  letter-spacing: 0px;
  color: #000;
}

.divide-line {
  height: 1.4px;
  margin-top: 100px !important;
  background-color: rgb(187, 187, 187);
}

.csr {
  background-color: #fcf4eb;
}

.csr-border {
  width: 100px;
  height: 35px;
  border: 1.9px solid#F36C31;
}

.csr h4 {
  margin-top: -24px;
  font-family: Gotham-Medium;
  font-weight: 500 !important;
  text-transform: uppercase;
  background-color: #fcf4eb;
  letter-spacing: 1px;
  color: rgb(41, 41, 41);
  font-size: 14px !important;
}

/* packaging */
.packaging-page {
  padding: 24%;
  background-position: center;
  background-color: #fff;
  transition: 1s all;
  background-repeat: no-repeat;
  margin-top: 40px;
  background-size: 100%;
  padding-bottom: 23%;
}
.packaging-page .second-line {
  margin-left: 100px !important;
}
.packaging-page hr {
  background-color: #fff;
  height: 0.2px;
  margin-left: 0px;
  width: 550px;
  margin-bottom: 4px;
  margin-top: 4px;
}

.packaging-page .main-heading {
  position: absolute;
  right: 0;
}
#packaging {
  background-color: #fff;
}
.p-10 {
  padding-top: 10px !important;
  padding: 100px;
  padding-bottom: 10px !important;
}

#packaging h4 {
  font-size: 23px;
  font-weight: 600;
}
.packaging-page h2 {
  font-family: GeogrotesqueCondW03-UltLight;
  font-size: 2.4rem;
  font-weight: lighter;
  text-transform: initial;
  margin-bottom: 0px;
  margin-top: 60px;
  color: #fff;
}

/* products */
.liquid-coffee-row {
  display: flex;
  margin-top: -30px;
}
.liquid-coffee {
  width: 350px;
  height: 200px;
}

.liquid-coffee p {
  font-family: Gotham-Medium !important;
  font-weight: 600 !important;
  margin-top: 10px;
  opacity: 0.9;
  text-transform: uppercase;
  font-size: 13px !important;
}

/* NCL Colors */
.sub-pro .btn-border {
  width: 100px;
  height: 35px;
  border: 1.9px solid #1f8fde;
}

.sub-pro img {
  margin-left: -25px;
}

.sub-pro h5 {
  margin-top: -24px;
  font-family: Gotham-Medium;
  font-weight: 500 !important;
  text-transform: uppercase;
  background-color: #fff;
  letter-spacing: 1px;
  color: rgb(41, 41, 41);
  font-size: 14px !important;
}

#products h4 {
  font-family: Gotham-Medium;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0px;
}

.footer-line {
  height: 1px !important;
  width: 90%;
  opacity: 0.8 !important;
  margin-left: 5%;
  background-color: #7e7e7e !important;
}

#invest-z {
  margin-top: 200px !important;
}
#contactus a{
  color: #222222 !important;
}

#product-heading {
  margin-top: -50px !important;
}

/* brands page */
.brands hr {
  height: 1px;
  background-color: #adadad;
}

.ml-7 {
  margin-left: 70px !important;
}

/* media */
/* NCL Color */
.btn-border {
  width: 100px;
  height: 35px;
  border: 1.9px solid #1f8fde;
}

.news-heading {
  display: flow-root;
}

.button-text {
  margin-top: -24px;
  font-family: Gotham-Medium;
  font-weight: 500 !important;
  text-transform: uppercase;
  margin-left: -20px;
  background-color: #fff;
  letter-spacing: 1px;
  color: rgb(41, 41, 41);
  font-size: 14px !important;
}

.press-coverage {
  background-color: #fcf4eb;
}

.press-coverage img {
  float: left;
  padding-right: 20px;
  /* padding-bottom: 80px; */
}

.press-coverage h5 {
  color: #1d1d1b;
  font-size: 16px !important;
  font-weight: lighter;
  font-family: Gotham-Light;
}

.press-coverage .news-date {
  margin-top: -14px;
}

.press-coverage hr {
  width: 100%;
  height: 1px;
  background-color: #f36c31;
}
.news-description {
  width: 100%;
  margin-left: 11%;
}

.btn-border2 {
  width: 50px;
  height: 30px;
  border: 1.9px solid#F36C31;
}

.button-text2 {
  margin-top: -21px;
  font-size: 12px !important;

  font-family: Gotham-Medium;
  font-weight: 900 !important;
  text-transform: uppercase;
  margin-left: -10px;
  background-color: #fcf4eb;
  letter-spacing: 1px;
  color: rgb(41, 41, 41);
}
.press-coverage .border-btn {
  width: 74%;
}

/* press release */
.release-heading {
  width: 77%;
  margin-left: 11%;
}
.release-heading {
  width: 77%;
  font-weight: 600;
  font-size: 18px !important;
  margin-left: 11%;
}
.release-date {
  margin-top: -10px;
  width: 77%;
  margin-left: 11%;
}

.press-release hr {
  margin-top: -50px;
  width: 100%;
  height: 0.1px;
  background-color: #adadad;
}

#stock-data .dataTable{
  width:50%;
}

#home-page-responsive .sub-pro a{
  color: #1d1d1b;
}

/* investors */
.investors .results hr{
  margin-top: 0rem !important;
  margin-bottom: 4px !important;
}
.investors h4 {
  margin-top: 30px;
  font-size: 22px !important;
}
.investors .card {
  margin-top: -30px;
}
.investors h5 {
  font-size: 22px !important;
  text-transform: initial;
}

.investors .results {
  display: flex;
}
.investors .card-body {
  padding: 10px;
   height: 300px !important;
   overflow: auto !important;
}
.investors .results p {
   font-size: 14px !important;
}

.compliance-officer {
  display: flex;
}

.announcements .date {
  font-size: 11px !important;
  margin-top: -10px;
}
.announcements .heading {
  font-weight: 600;
  font-size: 16px !important;
}

.announcements {
  padding: 20px !important;
  padding-bottom: 3px !important;
}

.investors .card-border {
  border: 1px solid #b9b9b9 !important;
}
.investors hr {
  height: 0.2px;
  margin-top: 0rem;
    margin-bottom: 4px;
  background: #b9b9b9;
}
.quarterly p {
  font-weight: 600;
  border-bottom: 1px solid #f36c31;
  margin-bottom: 10px;
}

.quarterly {
  padding-right: 0px !important;
}
.quarterly a {
  color: #f36c31 !important;
}
.quarterly .card-body {
  padding-right: 0px !important;
}

.annual-report {
  font-weight: 600;
}

.investor-contact h4 {
  font-size: 27px !important;
}
.investor-contact h5 {
  font-family: Gotham-Medium !important;
  letter-spacing: 0px;
  font-size: 19px !important;
}
.investor-contact p {
  margin-bottom: 6px;
}
.investors .sign-off h3 {
  margin-top: 100px;
}
.mt-7 {
  margin-top: 70px !important;
}

.contact-details h4 {
  font-size: 19px !important;
  font-family: Gotham-Medium !important;
  letter-spacing: 0px;
}
.contact-shrink {
  padding: 200px;
  padding-left: 0px;
  padding-top: 50px;
}
.vision-div{
  padding-top: 40px;
    background-color: #2b1104;
}
@media only screen and (max-width: 480px) {
  body{
    overflow: hidden;
  }
  .packaging-page h2{
    background: #f36c31;
    padding: 10px;
    margin-top: 118px;
  }
  .press-release .border-btn{
    display: none;
  }
  .press-release h2{
    margin-bottom: 20px !important;
  }
  .press-coverage .news-heading{
    display: inline-block;
    margin-top: 10px !important;
  }
  .press-coverage .news-description{
    margin-left: 0px !important;
  }
  .press-coverage .border-btn{
    display: none;
  }
  .press-coverage h2{
    margin-bottom: 20px !important;
  }
  hr{
    margin-left: 0% !important;
    width: 100% !important;
  }
  #home-page-responsive .sub-pro a{
   text-align: left !important;
  }
  #home-page-responsive .btn-border{
    margin-left: 16px !important;
  }
  #left{
    margin-left: 0px !important;
  }
  .homepage-header {
    margin-top: 60px !important;
  }
  .contact-shrink .ml-5{
    margin-left: 0rem !important;
  }
  .sign-off h3{
    margin-left: 14% !important;
  }
  .sub-pro img{
    max-width: 100% !important;
  }
  .file-download{
    margin-top: 50px !important;
  }
  .sign-off img{
    margin-left: 0px !important;
  }
  .w-500{
    width: 100% !important;
  }
  .stock-data{
    width: 100% !important;
  }
  .mt-minus {
    margin-top: 0px !important;
  }
  .customer-text {
    padding: 6px !important;
    margin-top: 0px !important;
  }
  #navlogo img {
    width: 80px;
    height: 96px;
  }
  #navlogo {
    margin-left: 0px !important;
    margin-top: 0px !important;
  }
  #brewing-coffee-pic {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
  #navbarResponsive {
    background-color: #f5f2eb;
    padding: 30px;
    width: 100%;
    /* margin-left: -10px; */
    margin-top: -38px;
  }
  #nav2 {
    /* width: 50px; */
    flex-direction: row;
  }
  #nav2 li a i {
    margin-left: 11px !important;
  }
  .sub-pro {
    margin-left: 0rem !important;
  }
  .sub-pro h4 {
    margin-left: 0rem !important;
  }
  .sub-pro p {
    margin-left: 0rem !important;
  }
  .sub-pro img {
    margin-left: 0px;
  }
  #invest-z {
    margin-top: 70px !important;
  }

  .sign-off h3 {
    margin-top: -60px;
  }

  .footer .mt-10 {
    margin-top: 40px !important;
  }
  .footer .mt-5 {
    margin-top: 20px !important;
  }

  .footer .mt-10 {
    margin-top: 0px !important;
  }
  .social-icons{
    position: relative;
  }
  .social-icons .footer-social {
    height: 55px;
  }
  .social-icons i {
    margin-top: 17px;
  }

  .main-heading h2{
    font-size: 5vw;
  }

  /* about us page */
  .about-us-page {
    /* background-image: url("../images/about-us/Milestone-mobile\ \(1\).jpg") !important; */
    background-size: cover;
    /* height: 600px; */
    background-repeat: no-repeat;
  }
  #vision-text{
    margin-bottom: 10px !important;
  }
  .vision-div{
    padding-bottom: 30px;
  }
  .investors-page{
    background-size: cover;
    height: 300px;
    padding: 60px;
    background-repeat: no-repeat;
  }
  .contactus-page{
    background-size: cover;
    height: 300px;
    padding: 60px;
    background-repeat: no-repeat;
  }
  .media-page{
    background-size: cover;
    
    background-repeat: no-repeat;
  }
  
  .news-heading {
    display: grid;
}
  .about-us-page h2 {
    display: none;
  }
  .about-us-page hr {
    display: none;
  }
  .about-us .col-md-3 {
    width: 50%;
  }
  .about-us-page .main-heading {
    left: 0;
    text-align: center;
  }
  .about-us-page {
    margin-top: 80px;
  }
  #about-us-page #brewing-coffee-pic {
    margin-top: 20px;
  }
  #factories .sub-pro img {
    width: 100%;
    height: auto;
  }
  .about-us-page hr {
    width: 100%;
  }
  .p-5 {
    padding: 0rem !important;
  }
  #about-us-page p {
    padding: 6px !important;
  }
  #about-us-page h2 {
    margin-top: 40px !important;
  }
  #factories #brewing-coffee-pic {
    margin-top: -80px !important;
  }
  #factories .p-10 {
    padding: 6px !important;
  }
  .customer-logos {
    margin-top: 20px !important;
  }
  .slider-line {
    margin-top: 20px !important;
  }
  #product-heading {
    margin-top: 50px !important;
  }
  .product-pic img {
    margin-top: -110px;
  }
  #packaging .p-5 {
    padding: 6px !important;
  }
  .liquid-coffee-row {
    margin-top: 30px;
    margin-left: -50px;
  }
  #packaging .sign-off h3 {
    margin-top: 40px;
  }
  #product-res-bg {
    padding: 44%;
  }
  #products h2 {
    margin-top: 30px !important;
  }
  .package-pic {
    margin-top: 20px;
  }
  .packaging-page h2{
    margin-left: 0px !important;
  }
  .packaging-page .main-heading {
    left: 0;
    text-align: center;
  }
  .packaging-page hr {
    width: 100%;
  }
  #retail h2 {
    margin-top: 30px !important;
  }
  #retail .p-3 {
    padding: 6px !important;
  }
  #retail .p-10 {
    padding: 6px !important;
  }
  #bulk-packaging {
    margin-top: -50px !important;
  }
  #bulk-packaging h2 {
    margin-top: 30px !important;
  }
  #bulk-packaging .p-10 {
    padding: 6px !important;
  }
  .brands .image-group {
    display: flex;
  }

  .brands .instant-coffee .image-group img {
    max-width: 20%;
    margin-left: 40px !important;
  }
  .brands .roast .image-group img {
    max-width: 100%;
    margin-left: 3px !important;
  }

  /* press  */
  /* .press-coverage .border-btn {
    margin-left: 70px !important;
  } */
  .press-coverage .sign-off {
    margin-top: 120px !important;
  }
  /* .press-coverage .news-date {
    margin-left: 20%;
  } */

  .press-release .border-btn {
    margin-left: 50px !important;
  }

  .investors h4 {
    margin-top: 30px !important;
  }
  .investors #financial {
    margin-top: 20px !important;
  }
  .investors .mt-5 {
    margin-top: 0rem !important;
  }
  .investors .mt-7 {
    margin-top: 1.5rem !important;
  }
  .investors .sign-off h3 {
    margin-top: 30px;
  }
  .investor-divide hr {
    margin-bottom: 50px !important;
  }
  .compliance-officer {
    display: inline-block;
  }
  /* contact us */
  #contactus #brewing-coffee-pic {
    margin-top: 50px !important;
  }
  #contactus h2 {
    margin-top: 30px !important;
  }
  #contactusfooter {
    margin-top: -50px !important;
  }
  .contact-sign-off h3 {
    /* margin-top: 50px !important; */
  }
  #contactus2 h2 {
    margin-top: 30px !important;
  }
  #contactus a{
    color: #222222 !important;
  }
  .contact-shrink {
    padding: 0px;
    padding-left: 0px;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #navlogo img {
    width: 100px;
    height: 126px;
  }
  #navlogo {
    margin-top: 20px;
  }
  #navbarResponsive {
    background-color: #f5f2eb;
    padding: 30px;
    width: 100%;
    margin-bottom: 50px;
    /* margin-left: -10px; */
    margin-top: -90px;
  }
  #nav2 {
    /* width: 50px; */
    flex-direction: row;
  }
  #nav2 li a i {
    margin-left: 11px !important;
  }
  .navbar-toggler {
    margin-top: -50px;
  }

  #brewing-coffee-pic {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
  .sub-pro {
    margin-left: 0rem !important;
  }
  .sub-pro h4 {
    margin-left: 0rem !important;
  }
  .sub-pro p {
    margin-left: 0rem !important;
  }
  .sub-pro img {
    margin-left: 0px;
  }
  #invest-z {
    margin-top: 70px !important;
  }

  .sign-off h3 {
    margin-top: 0px;
  }

  #vision-text{
    margin-bottom: 100px;
  }
  .modal-dialog{
    margin-top: 100px !important;
  }
  #packaging{
    margin-top: 130px !important;
  }
  .packaging-page{
    margin-top: 70px !important;
  }
  .instant-coffee img{
    max-width: 100% !important;
    height: auto;
  }
  .brands .instant-coffee .image-group img{
    margin-left: 0px !important;
  }
  .csr img{
    width: 100% !important;
    height: auto !important;
  }
  .footer .mt-10 {
    margin-top: 40px !important;
  }

  .social-icons .footer-social {
    border: none;
  }
  .social-icons i {
    margin-top: 17px;
  }
  .about-us .col-md-3 {
    width: 50%;
  }
  .about-us-page .main-heading {
    left: 0;
    text-align: center;
  }
  .about-us-page {
    margin-top: 80px;
  }
  #about-us-page #brewing-coffee-pic {
    margin-top: 20px;
  }
  #factories .sub-pro img {
    width: 100%;
    height: auto;
  }
  .about-us-page hr {
    width: 100%;
  }
  .p-5 {
    padding: 0rem !important;
  }
  #about-us-page p {
    padding: 6px !important;
  }
  #about-us-page h2 {
    margin-top: 40px !important;
  }
  #factories #brewing-coffee-pic {
    margin-top: -80px !important;
  }
  #factories .p-10 {
    padding: 6px !important;
  }
  .customer-logos {
    margin-top: 20px !important;
  }
  .slider-line {
    margin-top: 20px !important;
  }
  #product-heading {
    margin-top: 50px !important;
  }
  .product-pic img {
    margin-top: -110px;
  }
  #packaging .p-5 {
    padding: 6px !important;
  }
  .liquid-coffee-row {
    margin-top: 30px;
    margin-left: -50px;
  }
  #packaging .sign-off h3 {
    margin-top: 40px;
  }
  .package-pic {
    margin-top: 20px;
  }
  .packaging-page .main-heading {
    left: 0;
    text-align: center;
  }
  .packaging-page hr {
    width: 100%;
  }
  #retail h2 {
    margin-top: 30px !important;
  }
  #retail .p-3 {
    padding: 6px !important;
  }
  #retail .p-10 {
    padding: 6px !important;
  }
  #bulk-packaging {
    margin-top: -50px !important;
  }
  #bulk-packaging h2 {
    margin-top: 30px !important;
  }
  #bulk-packaging .p-10 {
    padding: 6px !important;
  }

  .brands .image-group {
    display: flex;
  }
  .brands .instant-coffee .image-group img {
    max-width: 40%;
    margin-left: 30px;
  }
  .brands .roast .sign-off{
    margin-left: -20px;
  }
  
  .brands .roast .sign-off {
    margin-top: 90px !important;
  }
  .press-coverage .border-btn {
    margin-left: 110px;
  }
  .press-coverage .sign-off {
    margin-top: 120px !important;
  }

  /* .press-coverage hr {
    width: 62%;
  } */
  .press-coverage .news-description {
    margin-left: 26%;
  }
  /* press release */
  .press-release .news-description {
    margin-left: 11% !important;
  }
  .press-release .border-btn {
    margin-left: 70px;
  }

  .investors h4 {
    margin-top: 30px !important;
  }
  .investors #financial {
    margin-top: 20px !important;
  }
  .investors .mt-5 {
    margin-top: 0rem !important;
  }
  .investors .mt-7 {
    margin-top: 1.5rem !important;
  }
  .investors .sign-off h3 {
    margin-top: 30px;
  }
  .investor-divide hr {
    margin-bottom: 50px !important;
  }
  #contactus #brewing-coffee-pic {
    margin-top: 50px !important;
  }
  #contactus h2 {
    margin-top: 30px !important;
  }
  #contactusfooter {
    margin-top: -50px !important;
  }
  .contact-sign-off h3 {
    /* margin-top: 50px !important; */
  }
  #contactus2 h2 {
    margin-top: 30px !important;
  }
  /* .footer{
    margin-top: -50px !important;
  } */
  .contact-shrink {
    padding: 0px;
    padding-left: 0px;
    padding-top: 20px;
  }
}

@media screen and (min-width: 1800px) {
  #home-page-responsive .sub-pro {
    max-width: 70%;
  }
  #home-products p {
    max-width: 70%;
  }
  #home-products h2 {
    max-width: 70%;
  }
  #home-products h3 {
    max-width: 70%;
}

  /* about us page */
  #about-us-responsive {
    max-width: 40%;
    margin-left: -6% !important;
  }
  #about-us-responsive .ml-5 {
    margin-left: 0rem !important;
  }
  #about-us-responsive {
    max-width: 40%;
    margin-left: -6% !important;
  }
  #product-page-responsive {
    max-width: 40%;
    margin-left: -6% !important;
  }
  #packaging-page-responsive {
    max-width: 40%;
    margin-left: -6% !important;
  }
  #contact-page-responsive {
    max-width: 100%;
    margin-left: -6% !important;
  }
  #contact-page-responsive h2 {
    margin-left: -35% !important;
  }
  contact-form button {
    border-radius: 0px;
    border: 1px solid #000;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 110px;
    background-color: #e9e9e9;
}
  #retail .sub-pro {
    max-width: 100%;
  }
  #bulk-packaging .sub-pro {
    max-width: 100%;
  }
  .press-release .btn-border2 {
    margin-left: 40px;
  }
  .press-release .button-text2 {
    margin-left: 20px;
  }
  .press-coverage hr {
    width: 82%;
  }
  .press-coverage .news-description {
    margin-left: 9% !important;
  }
}

@media screen and (min-width: 768px) {
  #brewing-coffee-pic {
    max-width: 100%;
  }
  #navigationBar .navbar-toggler {
    margin-top: -80px;
  }
  .footer {
    margin-top: 0px !important;
  }
}