@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,500;0,600;0,700;0,800;1,500;1,700;1,800&display=swap");
.pl0 {
  padding-left: 0 !important; }

.plr0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.plr8 {
  padding-left: 8px !important;
  padding-right: 8px !important; }

.pt20 {
  padding-top: 20px; }

.pt18 {
  padding-top: 18px; }

.pb20 {
  padding-bottom: 20px; }

.pb28 {
  padding-bottom: 28px; }

.pb20 {
  padding-bottom: 20px; }

.mt10 {
  margin-top: 10px; }

.mt26 {
  margin-top: 26px; }

.mt36 {
  margin-top: 36px; }

.ml20 {
  margin-left: 20px; }

.mrg-center {
  margin: 0 auto; }

.img-175 {
  margin: 0 auto;
  width: 175px;
  height: 175px; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Montserrat", sans-serif !important;
  background-color: #FFE6BB !important;
  font-size: 14px;
  overflow-x: hidden !important; }

.font-reg {
  font-weight: 400;
  font-family: "Montserrat", sans-serif; }

.font-medium {
  font-weight: 500;
  font-family: "Montserrat", sans-serif; }

.font-semi-bold {
  font-weight: 600;
  font-family: "Montserrat", sans-serif; }

.font-bold {
  font-weight: 700;
  font-family: "Montserrat", sans-serif; }

.font-ex-bold {
  font-weight: 800;
  font-family: "Montserrat", sans-serif; }

h2 {
  margin: 0 auto; }

.grad-1 {
  background: #014c31;
  background: -moz-linear-gradient(90deg, #014c31 0%, #5c9e2b 100%);
  background: -webkit-linear-gradient(90deg, #014c31 0%, #5c9e2b 100%);
  background: linear-gradient(90deg, #014c31 0%, #5c9e2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#014c31",endColorstr="#5c9e2b",GradientType=1); }

.top-1 {
  padding: 10px 0;
  border-radius: 10px 10px 0 0; }

.top-social ul {
  margin: 0;
  list-style: none;
  padding-left: 5px; }

.top-social ul li {
  display: inline-block;
  padding: 0 10px; }

.top-contact {
  text-align: right; }

.top-contact ul {
  margin: 0;
  list-style: none; }

.top-contact ul li {
  display: inline-block;
  padding: 0 10px; }

.top-contact ul li:first-child {
  border-right: 1px solid #ffffff; }

.top-contact ul li a {
  color: #e9e9e9;
  text-decoration: none; }

.top-contact ul li a:hover {
  color: #ffffff;
  text-decoration: none;
  transition: ease-in;
  transition-delay: 0.2s; }

.wrapper-2 {
  background: #ffffff; }

.navbar {
  margin: 20px 0; }

.navbar-default {
  background: #014c31;
  background: -moz-linear-gradient(90deg, #014c31 0%, #4a7e23 100%);
  background: -webkit-linear-gradient(90deg, #014c31 0%, #4a7e23 100%);
  background: linear-gradient(90deg, #014c31 0%, #4a7e23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#014c31",endColorstr="#4a7e23",GradientType=1); }

.navbar-brand {
  padding: 0 15px !important;
  margin-top: -15px !important; }

.navbar-default .navbar-nav > li > a {
  color: #e9e9e9 !important; }

.navbar-default .navbar-nav > li > a:hover {
  color: #A7F170 !important;
  transition: ease-in-out;
  transition-duration: 0.4s; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #A7F170 !important;
  background-color: rgba(255, 255, 255, 0) !important; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #A7F170 !important;
  background-color: rgba(255, 255, 255, 0) !important; }

.dropdown-menu {
  background: #014c31;
  background: -moz-linear-gradient(90deg, #014c31 0%, #4a7e23 100%);
  background: -webkit-linear-gradient(90deg, #014c31 0%, #4a7e23 100%);
  background: linear-gradient(90deg, #014c31 0%, #4a7e23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#014c31",endColorstr="#4a7e23",GradientType=1); }

.dropdown-menu > li > a {
  color: #e9e9e9 !important; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #043819 !important;
  color: #A7F170 !important; }

.navbar-default .navbar-toggle {
  border-color: rgba(255, 255, 255, 0) !important; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #d0e76b !important; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: rgba(255, 255, 255, 0) !important; }

.slider-col {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.cofee-left-1 {
  position: fixed;
  left: -11%;
  top: -14%; }

.cofee-right-1 {
  position: fixed;
  right: -4%;
  top: 47%; }

.top-4 {
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  text-align: left; }

.top-4 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.top-4:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  right: 14px;
  top: 100%;
  content: '';
  background-color: rgba(51, 51, 51, 0.9);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s; }

.top-4 img {
  vertical-align: top;
  width: 100%;
  backface-visibility: hidden; }

.top-4 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }

figcaption h3 {
  font-size: 16px; }

.top-4 h3,
.top-4 h5 {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px; }

.top-4 h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  margin-bottom: 5px; }

.top-4 h5 {
  font-weight: normal;
  background-color: #4BB000;
  padding: 10px 10px;
  border-radius: 10px 0 10px 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.top-4 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.top-4:hover:before,
.top-4.hover:before {
  top: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.top-4:hover h3,
.top-4.hover h3,
.top-4:hover h5,
.top-4.hover h5 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.top-4:hover h3,
.top-4.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.top-4:hover h5,
.top-4.hover h5 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.page-title {
  color: #4BB000;
  font-weight: 700; }

.pre-title {
  color: #462D25; }

.title-2 {
  color: #313131;
  font-style: italic;
  font-weight: 700; }

.title-2-mod {
  margin-top: 36px; }

.para {
  color: #707070;
  line-height: 2.1em; }

a:hover, a:focus {
  color: #ffffff !important; }

.btn-brown {
  background-color: #462D25;
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 10px 0; }

.btn-brown:hover {
  background-color: #462D25;
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 10px 0;
  opacity: 0.9; }

.btn-green {
  background-color: #4BB000;
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 10px 0; }

.btn-green:hover {
  background-color: #4BB000;
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 10px 0;
  opacity: 0.9; }

.btn-mod {
  margin-top: 50px; }

.sec-white {
  background: #ffffff;
  -webkit-box-shadow: 0px -10px 5px -5px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px -10px 5px -5px rgba(0, 0, 0, 0.18);
  box-shadow: 0px -10px 5px -5px rgba(0, 0, 0, 0.18); }

.sec-white-2 {
  background: #ffffff;
  -webkit-box-shadow: 0px -10px 5px -5px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px -10px 5px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0px -10px 5px -5px rgba(0, 0, 0, 0.04); }

.sec-lime {
  background: #FCF7E7;
  -webkit-box-shadow: 0px -10px 5px -5px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px -10px 5px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0px -10px 5px -5px rgba(0, 0, 0, 0.04); }

.sec-brown-light {
  background: #FCF7E7;
  -webkit-box-shadow: 0px -10px 5px -5px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px -10px 5px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0px -10px 5px -5px rgba(0, 0, 0, 0.04); }

.coffee-premix-mod {
  padding-bottom: 90px; }

.dargiling-mod {
  padding-bottom: 38px; }

.food-logo-mod {
  border-bottom: 1px solid #ffffff;
  margin-top: 35px; }

.brown-left-bg {
  background-image: url(../images/brown-left-bg.png);
  margin: 0 auto !important;
  background-size: cover;
  background-repeat: no-repeat; }

.lime-left-bg {
  background-image: url(../images/lime-left-bg.png);
  margin: 0 auto !important;
  background-size: cover;
  background-repeat: no-repeat; }

.brown-right-bg {
  background-image: url(../images/brown-right-bg.png);
  margin: 0 auto !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 12px; }

.green-right-bg {
  background-image: url(../images/brown-left-bg.png);
  margin: 0 auto !important;
  background-size: cover;
  background-repeat: no-repeat; }

.brown-green-bg {
  background-image: url(../images/brown-green-bg.png);
  margin: 0 auto !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -64px; }

.footer-bg {
  background-image: url(../images/footer-bg.png);
  margin: 0 auto !important;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0 32px 0;
  border-radius: 0 0 20px 20px !important; }

.tea-leaf {
  position: relative;
  left: 58%;
  top: 62px; }

.lemon-tea {
  width: 82%;
  position: relative;
  top: 68px;
  right: -12%;
  transform: rotate(-10deg); }

.winding-machine {
  margin: 0 auto;
  margin-top: 50px; }

.ginger-tea {
  position: relative;
  top: 48px;
  left: 26%;
  width: 82%;
  transform: rotate(10deg); }

.dargiling-tea {
  position: relative;
  top: 12px; }

.masala-tea {
  position: relative;
  left: 8%;
  top: 78px; }

.coffee {
  width: 65%;
  margin-left: 40px;
  margin-top: 30px; }

.inner-top {
  background-image: url("../images/inner-bg.jpg");
  height: 220px;
  background-repeat: no-repeat;
  background-position: center; }

.inner-title {
  font-size: 34px;
  color: #ffffff;
  font-weight: 600;
  border-left: 4px solid #ffffff;
  padding-left: 10px;
  margin: 100px; }

.bg-white {
  background: #ffffff; }

.gallery a img {
  float: left;
  width: 25%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative; }

.about-para {
  line-height: 2;
  padding: 4px 12px 14px 12px; }

.green {
  color: #4BB000; }

footer a {
  color: #ffffff; }

.nav-gap {
  padding-left: 30px !important; }

.panel-default a:hover, a:focus {
  color: #4BB000 !important;
  text-decoration: none !important; }

.machines {
  padding-left: 15px !important; }

.machines ul {
  font-family: "Montserrat", sans-serif; }

.machines i {
  margin-right: 4px; }

li::marker {
  color: rgba(255, 255, 255, 0); }

.machine-img-gap {
  margin-top: 40px; }

.panel-title > a {
  font-weight: 700; }

.panel-default > .panel-heading {
  cursor: pointer; }

.panel-group {
  margin-bottom: 5px !important; }

.camera_thumbs_cont {
  background-color: #ffffff;
  padding-top: 16px !important;
  padding-left: 16px;
  padding-right: 16px; }

footer {
  color: #ffffff; }

.ft-link {
  color: #ffffff; }

.ft-link, .ft-link:hover {
  color: #ffffff; }

.ft-bottom {
  padding-top: 30px; }

.ft-left {
  margin-left: 26px;
  border-right: 1px solid #ffffff;
  min-height: 260px; }

.ft-mid {
  margin-left: 26px;
  border-right: 1px solid #ffffff;
  min-height: 260px; }

.footer-bg ul {
  padding-top: 1px;
  padding-left: 0; }

.map-mod {
  padding-top: 16px; }

.footer-bg ul li {
  margin: 20px 0; }

@media screen and (max-width: 1280px) {
  .cofee-left-1 {
    left: -16%;
    top: -14%; }
  .cofee-right-1 {
    right: -9%;
    top: 47%; } }

@media screen and (max-width: 1440px) {
  .cofee-left-1 {
    left: -23%;
    top: -14%; }
  .cofee-right-1 {
    right: -15%; } }

@media screen and (max-width: 480px) {
  .top-social {
    text-align: right; }
  .top-contact ul li:first-child {
    border-right: 0; }
  .top-social ul {
    margin-top: 10px; }
  .cofee-right-1 {
    display: none; }
  .cofee-left-1 {
    display: none; }
  .footer-bg {
    border-radius: 0 0 84px 84px !important; }
  .ft-bottom {
    text-align: center !important; }
  .ft-bottom:nth-child(2) {
    padding-top: 10px; }
  .ft-left {
    border-right: 0; }
  .ft-mid {
    border-right: 0; }
  .camera_fakehover {
    height: 68% !important; }
  .camera_wrap {
    margin-bottom: 0 !important;
    height: 518px !important; }
  .camera_thumbs_cont {
    padding: 0 !important; }
  .brown-left-bg {
    background-image: none; }
  .tea-leaf {
    left: 36%;
    top: 40px; }
  .lemon-tea {
    width: 60%;
    position: relative;
    top: 10px;
    right: -20%;
    margin-bottom: 58px; }
  .ginger-tea {
    top: 48px;
    left: 22%;
    margin-bottom: 38px;
    width: 62%; }
  .brown-right-bg, .lime-left-bg {
    background-image: none; } }
