/**
 * Custom styles for this site
*/
@import 'https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i';
@import 'https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400';
.position-fix {
  position: fixed;
}
.position-ab {
  position: absolute;
}
.position-re {
  position: relative;
}
.txt-dec-n {
  text-decoration: none;
}
.list-ul ul {
  margin: 0;
  padding: 0;
}
.list-style li {
  list-style: none;
}
.form-control {
  border-radius: 4px;
  box-shadow: none;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 21px;
}
h5,
.h5 {
  font-size: 19px;
}
h6,
.h6 {
  font-size: 17px;
}
a {
  outline: none;
  color: #ed1c24;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #ed1c24;
}
a:link,
a:visited {
  outline: none;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  text-decoration: underline;
}
body {
  color: #313131;
  font-family: "Raleway", sans-serif, Helvetica, Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  overflow-x: hidden;
}
/** Helper classes **/
.icon-reset {
  display: inline;
  color: #4f4f4f;
  font-size: 14px;
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
.home-btn,
.black-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 21px;
  border: none;
  background: #ed1c24;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 2px;
}
.home-btn:hover,
.black-btn:hover,
.home-btn:focus,
.black-btn:focus,
.home-btn:active,
.black-btn:active {
  background: #fff;
  color: #ed1c24;
  text-decoration: none;
  outline: none;
}
.black-btn:hover,
.black-btn:focus,
.black-btn:active,
.black-btn:active:hover,
.black-btn:active:focus {
  background: #000;
  color: #fff;
  outline: none;
}
/** Helper classes **/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 40px;
  color: #000;
  font-family: "Raleway", sans-serif, Helvetica, Arial;
  font-weight: 700;
}
/** Header start **/
.goog-te-menu-frame .goog-te-menu2 .goog-te-menu2-item-selected {
  display: none !important;
}
.header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 15px 0;
  border-bottom: solid 1px #000;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.header .logo {
  height: auto;
  padding: 0;
}
.header .logo img {
  height: 129px;
  transition: all .8s ease;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
}
.header .top-nav {
  margin: 0;
}
.header .top-nav ul {
  padding: 55px 0 0 100px;
  transition: all .8s ease;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
}
.header .top-nav ul li {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
}
.header .top-nav ul li a {
  padding: 0;
  background: 0 0;
  color: #fff;
}
.header .top-nav ul li a:hover,
.header .top-nav ul li a:focus,
.header .top-nav ul li a:active {
  background: transparent;
  color: #ed1c24;
  text-decoration: none;
}
.header .top-nav ul li.dropdown a .caret {
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header .top-nav ul li.dropdown.open a .caret {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header .top-nav ul li.dropdown .dropdown-menu {
  margin-left: 10px;
  padding: 20px 0;
  background: #0a0a0a;
  border-radius: 0;
}
.header .top-nav ul li.dropdown .dropdown-menu li {
  padding: 0;
  font-size: 14px;
  text-transform: capitalize;
}
.header .top-nav ul li.dropdown .dropdown-menu li a {
  padding: 10px 15px;
  color: #ed1c24;
  font-weight: 700;
}
.header .top-nav ul li.dropdown .dropdown-menu li a:hover {
  background: #ed1c24;
  color: #fff;
}
.header .top-nav ul li .goog-te-gadget-simple {
  border: none !important;
  background: 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
.header .top-nav ul li .goog-te-gadget-simple img {
  display: none;
}
.header .top-nav ul li .goog-te-gadget-simple .goog-te-menu-value {
  margin: 0 !important;
}
.header .top-nav ul li .goog-te-gadget-simple .goog-te-menu-value span {
  border: none !important;
}
.header .top-nav ul li .goog-te-gadget-simple .goog-te-menu-value span:nth-of-type(3) {
  display: none;
}
.header.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 5000;
  background: rgba(0, 0, 0, 0.8);
  transition: all .8s ease;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
}
.header.sticky .logo img {
  height: 110px;
  padding: 0 5px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 0 0 5px 5px;
}
.header.sticky .top-nav ul {
  padding-top: 40px;
  transition: all .8s ease;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
}
/** Header end **/
/** Banner start **/
#home-slider {
  position: relative;
  /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
  overflow: hidden;
  /* to bound the empty top space created by inner element's top margin */
  width: 100%;
  min-height: 949px;
  background-color: #999;
}
#home-slider .zs-bullets {
  display: none;
}
#home-slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#home-slider .banner-cnt {
  position: relative;
  top: auto;
  bottom: 50%;
  max-width: 650px;
  margin: 0 auto;
  color: #fff;
  -webkit-transform: translateY(165%);
  -moz-transform: translateY(165%);
  -ms-transform: translateY(165%);
  -o-transform: translateY(165%);
  transform: translateY(165%);
}
#home-slider .banner-cnt .title-1,
#home-slider .banner-cnt .title-2 {
  display: block;
  color: #fff;
}
#home-slider .banner-cnt .title-1 {
  font-size: 35px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  line-height: 45px;
}
#home-slider .banner-cnt .title-2 {
  font-size: 70px;
  font-weight: 700;
  line-height: 53px;
}
#home-slider .banner-cnt p {
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
/** Banner end **/
/** Products section **/
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.products-section h1 {
  position: relative;
}
.products-section h1:before {
  position: absolute;
  left: auto;
  bottom: -16px;
  content: "";
  width: 70px;
  height: 2px;
  margin: 0 auto;
  background: #000;
}
.products-section .black-callout {
  background: url('../../images/site/black-tea.png') no-repeat center;
}
.products-section .green-callout {
  background: url('../../images/site/green-tea.png') no-repeat center;
}
.products-section .tea-callout {
  background-size: cover;
  overflow: hidden;
}
.products-section .tea-callout:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.products-section .tea-callout:hover:before {
  -webkit-animation: shine .95s;
  animation: shine .95s;
}
.products-section .tea-callout .tea-box {
  min-height: 350px;
  padding: 40px;
}
.products-section .tea-callout .tea-box .title {
  font-size: 33px;
  font-weight: 700;
}
.products-section .tea-callout .tea-box .tea-cnt {
  float: left;
  width: 200px;
}
/** Products section **/
/** Parallax section **/
.parallax-window {
  min-height: 500px;
  background: 0 0;
  overflow: hidden;
}
.parallax-window .parallax-text {
  color: #fff;
  position: relative;
  max-width: 600px;
  margin: 0;
  padding: 0 55px;
  z-index: 1;
  -webkit-transform: translateY(95%);
  -moz-transform: translateY(95%);
  -ms-transform: translateY(95%);
  -o-transform: translateY(95%);
  transform: translateY(95%);
}
.parallax-window .parallax-text h1 {
  margin-bottom: 15px;
  color: #fff;
  font-family: "Raleway", sans-serif, Helvetica, Arial;
}
.parallax-window .parallax-text .teaser {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
}
.parallax-window .parallax-text .home-btn {
  margin-top: 0;
}
/** Parallax section **/
/** Front-quality-section **/
.front-quality-section {
  margin: 0 0 25px;
  padding: 20px 0;
}
.front-quality-section .quality-padr {
  padding-right: 80px;
}
.front-quality-section .bg-half {
  position: absolute;
  left: 100%;
  top: 0;
  right: 0;
  height: 100%;
  width: 60%;
  margin-right: -50px;
  background: #ed1c24;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: -1;
}
.front-quality-section .bg-half:before {
  position: absolute;
  top: -31px;
  left: -135px;
  content: "";
  width: 95px;
  height: 305%;
  background: #fff;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.front-quality-section.in-view .bg-half {
  left: 44%;
}
.front-quality-section .front-quality-box .title {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 700;
}
.front-quality-section .front-quality-box .teaser {
  font-size: 16px;
  line-height: 25px;
}
.front-quality-section .front-quality-box.front-quality-animation-active {
  color: #fff;
}
.front-quality-section .front-quality-box.front-quality-animation-active h2 {
  color: #fff;
}
.front-quality-section .front-quality-box.front-quality-animation-active .home-btn {
  background: #fff;
  color: #ed1c24;
}
.front-quality-section .front-quality-box.front-quality-animation-active .home-btn:hover {
  background: #000;
  color: #fff;
}
/** Front-quality-section **/
/** front-event-section **/
.front-event-section {
  margin: 60px 0;
}
.front-event-section h2 {
  margin-bottom: 40px;
  font-size: 36px;
  font-family: "Raleway", sans-serif, Helvetica, Arial;
  font-weight: 700;
}
.front-event-section .front-event-card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.front-event-section .front-event-card .post-img {
  overflow: hidden;
}
.front-event-section .front-event-card .post-img a {
  display: block;
}
.front-event-section .front-event-card .post-img img {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 200px;
}
.front-event-section .front-event-card .post-content {
  padding: 18px 10px;
}
.front-event-section .front-event-card .post-content .title {
  height: 61px;
  margin: 0 0 15px 2.0em;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.front-event-section .front-event-card .post-content .title a {
  color: #313131;
}
.front-event-section .front-event-card .post-content .title a i {
  margin: 0 8px 0 -1.9em;
  color: #ed1c24;
}
.front-event-section .front-event-card .post-content .title a:hover {
  text-decoration: none;
}
.front-event-section .front-event-card .post-content .date,
.front-event-section .front-event-card .post-content .location {
  margin-bottom: 10px;
}
.front-event-section .front-event-card .post-content .date i,
.front-event-section .front-event-card .post-content .location i {
  margin-right: 10px;
  color: #ed1c24;
}
.front-event-section .front-event-card:hover .title a {
  color: #ed1c24;
}
/** front-event-section **/
/** Brand section **/
.brand-section {
  padding: 40px 0;
}
.brand-section h2 {
  margin-bottom: 40px;
  font-size: 36px;
  font-family: "Raleway", sans-serif, Helvetica, Arial;
  font-weight: 700;
}
.brand-section .brand-callout {
  display: block;
  overflow: visible;
  min-height: 350px;
  position: relative;
  -webkit-perspective: 800px;
  perspective: 800px;
}
.brand-section .brand-callout .front-view {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.brand-section .brand-callout .back-view {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 80px 30px;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  background: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  display: block;
}
.brand-section .brand-callout .back-view .title {
  display: block;
  margin-bottom: 15px;
  font-size: 23px;
  font-family: "Raleway", sans-serif, Helvetica, Arial;
  font-weight: 700;
}
.brand-section .brand-callout .back-view .teaser {
  font-size: 16px;
  line-height: 23px;
}
.brand-section .brand-callout:hover .front-view {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  opacity: 0;
}
.brand-section .brand-callout:hover .back-view {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}
.brand-section .brand-callout .brand-callout-box-image {
  padding: 25% 0;
}
/** Brand section **/
/** Garden section **/
.garden-section {
  margin: 40px 0 0;
}
.garden-section .container-fluid {
  padding: 0;
}
.garden-section h2 {
  margin-bottom: 40px;
  font-size: 36px;
  font-family: "Raleway", sans-serif, Helvetica, Arial;
  font-weight: 700;
}
.garden-section .garden-callout {
  position: relative;
  overflow: hidden;
  height: 435px;
}
.garden-section .garden-callout .title {
  position: relative;
  top: 50%;
  margin: 0 auto;
  color: #fff;
  font-size: 19px;
  line-height: 23px;
  font-family: "Raleway", sans-serif, Helvetica, Arial;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.garden-section .img-hover {
  width: 14.28%;
}
.garden-section .img-hover:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url('../../images/site/box_hover.png') no-repeat left -650px;
  -webkit-transition: background-position 0.7s ease-in;
  -moz-transition: background-position 0.7s ease-in;
  -o-transition: background-position 0.7s ease-in;
  transition: background-position 0.7s ease-in;
}
.garden-section .img-hover:hover:before {
  background-position: 0 0;
}
.garden-section .uwa-callout {
  background: url('../../images/site/uwa.jpg') no-repeat center;
}
.garden-section .kandy-callout {
  background: url('../../images/site/kandy.jpg') no-repeat center;
}
.garden-section .nuwara-callout {
  background: url('../../images/site/nuwara-eliya.jpg') no-repeat center;
}
.garden-section .ruhunu-callout {
  background: url('../../images/site/ruhunu.jpg') no-repeat center;
}
.garden-section .pussellawa-callout {
  background: url('../../images/site/uda-pussellawa.jpg') no-repeat center;
}
.garden-section .dimbulla-callout {
  background: url('../../images/site/dimbulla.jpg') no-repeat center;
}
.garden-section .sabaragamuwa-callout {
  background: url('../../images/site/sabaragamuwa.jpg') no-repeat center;
}
/** Garden section **/
/** Social section **/
.social-section {
  background: #ed1c24;
  color: #fff;
}
.social-section h2 {
  margin: 60px 0;
  color: #fff;
  font-size: 27px;
  text-transform: uppercase;
}
.social-section .social-icon {
  border-right: solid 2px #fff;
}
.social-section .social-icon a {
  display: block;
  text-align: center;
  padding: 30px 5px;
}
.social-section .social-icon a i {
  color: #fff;
  font-size: 40px;
}
.social-section .last {
  border: none;
}
.social-section .accordion {
  display: block;
  list-style-type: none;
  overflow: hidden;
  height: 150px;
  font-size: 0;
}
.social-section .accordion .tabs {
  display: inline-block;
  background-color: #ed1c24;
  width: 80px;
  height: 150px;
  overflow: hidden;
  position: relative;
  margin: 0;
  font-size: 16px;
  -moz-transition: all 0.4s ease-in-out 0.1s;
  -o-transition: all 0.4s ease-in-out 0.1s;
  -webkit-transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.social-section .accordion .tabs:hover {
  width: 450px;
}
.social-section .accordion .tabs:hover .social-links a:before {
  margin-left: -100px;
}
.social-section .accordion .tabs:hover .social-links a:after {
  margin-left: 0;
}
.social-section .accordion .tabs .paragraph {
  position: relative;
  width: 370px;
  height: 150px;
  margin-left: 80px;
  padding: 15px;
  background: #fff;
  color: #000;
}
.social-section .accordion .tabs .paragraph h1 {
  font-size: 1.8em;
  margin-bottom: 10px;
}
.social-section .accordion .social-links {
  display: block;
}
.social-section .accordion .social-links a {
  display: block;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
}
.social-section .accordion .social-links a:before,
.social-section .accordion .social-links a:after {
  -moz-transition: all 0.4s ease-in-out 0.1s;
  -o-transition: all 0.4s ease-in-out 0.1s;
  -webkit-transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  width: 80px;
  height: 150px;
  position: absolute;
  text-indent: 0;
  padding-top: 80px;
  padding-left: 25px;
  display: inline;
  color: #4f4f4f;
  font-size: 14px;
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  color: #fff;
  font-size: 30px;
}
.social-section .accordion .social-links a:after {
  font-size: 48px;
  padding-left: 20px;
  padding-top: 80px;
  margin-left: 85px;
}
.social-section .accordion .facebook-icon a:before,
.social-section .accordion .facebook-icon a:after {
  display: block;
  padding-left: 31px;
  content: '\f09a';
  background: #295b9e;
}
.social-section .accordion .facebook-icon a:after {
  padding-left: 26px;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #548abf), color-stop(100%, #295b9e));
  background-image: -moz-linear-gradient(#548abf, #295b9e);
  background-image: -webkit-linear-gradient(#548abf, #295b9e);
  background-image: linear-gradient(#548abf, #295b9e);
}
.social-section .accordion .twitter-icon a:before,
.social-section .accordion .twitter-icon a:after {
  display: block;
  padding-left: 27px;
  content: '\f099';
  background: #4bc9f5;
}
.social-section .accordion .twitter-icon a:after {
  padding-left: 26px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7adcf9), color-stop(100%, #4bc9f5));
  background-image: -moz-linear-gradient(#7adcf9, #4bc9f5);
  background-image: -webkit-linear-gradient(#7adcf9, #4bc9f5);
  background-image: linear-gradient(#7adcf9, #4bc9f5);
}
.social-section .accordion .youtube-icon a:before,
.social-section .accordion .youtube-icon a:after {
  display: block;
  padding-left: 28px;
  content: '\f166';
  background: #c41222;
}
.social-section .accordion .youtube-icon a:after {
  padding-left: 20px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #df192a), color-stop(100%, #c41222));
  background-image: -moz-linear-gradient(#df192a, #c41222);
  background-image: -webkit-linear-gradient(#df192a, #c41222);
  background-image: linear-gradient(#df192a, #c41222);
}
.social-section .accordion .google-icon a:before,
.social-section .accordion .google-icon a:after {
  display: block;
  padding-left: 23px;
  content: '\f0d5';
  background: #d34836;
}
.social-section .accordion .google-icon a:after {
  padding-left: 15px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fe2b13), color-stop(100%, #d34836));
  background-image: -moz-linear-gradient(#fe2b13, #d34836);
  background-image: -webkit-linear-gradient(#fe2b13, #d34836);
  background-image: linear-gradient(#fe2b13, #d34836);
  font-size: 42px;
}
.social-section .accordion .linkedin-icon a:before,
.social-section .accordion .linkedin-icon a:after {
  display: block;
  padding-left: 27px;
  content: '\f08c';
  background: #0083b4;
}
.social-section .accordion .linkedin-icon a:after {
  padding-left: 21px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00a9cd), color-stop(100%, #0083b4));
  background-image: -moz-linear-gradient(#00a9cd, #0083b4);
  background-image: -webkit-linear-gradient(#00a9cd, #0083b4);
  background-image: linear-gradient(#00a9cd, #0083b4);
}
/** Social section **/
/** Footer **/
.footer {
  padding: 50px 0 60px;
  background: #503232;
  color: #fff;
}
.footer h2 {
  margin-bottom: 25px;
  color: #ed1c24;
  font-size: 22px;
  font-family: "Raleway", sans-serif, Helvetica, Arial;
}
.footer .footer-box ul li {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 28px;
}
.footer .footer-box ul li a {
  color: #fff;
}
.footer .footer-address ul li {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
.footer .footer-address ul li:first-child {
  font-weight: 700;
}
.footer .signup-footer h2 {
  margin-bottom: 2px;
}
.footer .signup-footer p {
  margin-bottom: 20px;
  font-size: 13px;
}
.footer .signup-box label {
  text-indent: -9999px;
  display: block;
  margin: 0;
  line-height: 0;
}
.footer .signup-box .news {
  padding: 12px 10px 10px 10px;
  float: left;
  border: none;
  font-size: 13px;
  color: #393939;
  font-weight: 300;
  width: 188px;
  outline: none;
}
.footer .signup-box input[type=submit] {
  padding: 10px 10px 9px 10px;
  background: #ed1c24;
  border: none;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
@-moz-document url-prefix() {
  .footer .signup-box .news {
    padding-bottom: 14px;
  }
}
.footer-btm {
  padding: 13px 0;
  background: #0a0a0a;
  color: #fff;
  font-size: 12px;
}
/** Footer **/
/** Inner page **/
.inner-header {
  padding: 5px 0;
  background: #000;
}
.inner-header .logo img {
  height: 73px;
}
.inner-header .top-nav ul {
  padding-top: 23px;
}
.inner-header.sticky {
  padding: 5px 0;
  background: #000;
}
.inner-header.sticky .logo img {
  height: 60px;
}
.inner-header.sticky .top-nav ul {
  padding-top: 15px;
}
.inner-header.sticky .top-nav ul li {
  padding: 8px 7px;
}
.inner-header.sticky .inner-translate {
  margin-top: 19px;
  transition: all .8s ease;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
}
.inner-header .inner-translate {
  margin-top: 25px;
  transition: all .8s ease;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
}
.inner-parallax-window {
  height: 340px;
  background: 0 0;
  overflow: hidden;
}
.inner-banner:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.6);
}
.inner-banner .inner-banner-cnt {
  bottom: 27%;
  left: 0;
  right: 0;
  color: #fff;
}
.inner-banner .inner-banner-cnt .title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
}
.inner-banner .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
}
.inner-banner .breadcrumb li {
  color: #fff;
  font-weight: 500;
}
.inner-banner .breadcrumb li + li:before {
  padding-right: 8px;
  content: "|";
}
.inner-banner .breadcrumb li a {
  color: #fff;
}
.inner-banner .breadcrumb li a:hover {
  color: #ed1c24;
}
.zaid-tea-tour-banner:before {
  display: none;
}
.event-banner:before {
  background: rgba(0, 0, 0, 0.3);
}
.inner-page {
  position: relative;
  margin: 50px 0 40px;
  overflow: hidden;
}
.inner-page h1 span,
.inner-page h2 span,
.inner-page .title span {
  position: relative;
  padding-bottom: 10px;
}
.inner-page h1 span:before,
.inner-page h2 span:before,
.inner-page .title span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #ed1c24;
}
.contact-page {
  margin: 0;
}
.contact-page .cnt-bg h1,
.contact-page .cnt-color h1,
.contact-page .cnt-bg h2,
.contact-page .cnt-color h2 {
  color: #fff;
}
.contact-page .cnt-bg {
  min-height: 805px;
  padding: 50px 40px;
  background: url("../../images/site/colombo-city-1.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
}
@-moz-document url-prefix() {
  .contact-page .cnt-bg {
    min-height: 840px;
  }
}
.contact-page .cnt-color {
  padding: 50px 40px;
  background: #ed1c24;
}
.contact-page .cnt-color h2 {
  text-align: center;
}
.contact-page .cnt-color h2 span:before {
  background: #ffc100;
}
.contact-page .cnt-color p {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}
.contact-page .contact-callout {
  position: relative;
  margin-top: 20px;
}
.contact-page .contact-left .item {
  margin-bottom: 35px;
}
.contact-page .contact-left .item .cnt-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.contact-page .contact-left .item .cnt-title i {
  margin-right: 8px;
  color: #ed1c24;
}
.contact-page .contact-left .item p {
  font-size: 16px;
}
.contact-page .contact-left .item p a {
  color: #fff;
}
.contact-page .contact-left .item p a:hover {
  color: #ed1c24;
}
.contact-page .contact-right ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3d3041;
}
.contact-page .contact-right ::-moz-placeholder {
  /* Firefox 19+ */
  color: #3d3041;
}
.contact-page .contact-right :-ms-input-placeholder {
  /* IE 10+ */
  color: #3d3041;
}
.contact-page .contact-right :-moz-placeholder {
  /* Firefox 18- */
  color: #3d3041;
}
.contact-page .contact-right .form-control {
  height: 45px;
  border-color: #fff;
  color: #3d3041;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.contact-page .contact-right .has-error {
  position: relative;
}
.contact-page .contact-right .has-error .help-block,
.contact-page .contact-right .has-error .control-label,
.contact-page .contact-right .has-error .radio,
.contact-page .contact-right .has-error .checkbox,
.contact-page .contact-right .has-error .radio-inline,
.contact-page .contact-right .has-error .checkbox-inline,
.contact-page .contact-right .has-error.radio label,
.contact-page .contact-right .has-error.checkbox label,
.contact-page .contact-right .has-error .radio-inline label,
.contact-page .contact-right .has-error.checkbox-inline label {
  position: absolute;
  padding: 8px;
  border: solid 1px #808080;
  background: #fff;
  color: #ff0000;
  font-size: 13px;
  font-weight: 500;
  border-radius: 6px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.contact-page .contact-right .has-error .help-block:after,
.contact-page .contact-right .has-error .control-label:after,
.contact-page .contact-right .has-error .radio:after,
.contact-page .contact-right .has-error .checkbox:after,
.contact-page .contact-right .has-error .radio-inline:after,
.contact-page .contact-right .has-error .checkbox-inline:after,
.contact-page .contact-right .has-error.radio label:after,
.contact-page .contact-right .has-error.checkbox label:after,
.contact-page .contact-right .has-error .radio-inline label:after,
.contact-page .contact-right .has-error.checkbox-inline label:after,
.contact-page .contact-right .has-error .help-block:before,
.contact-page .contact-right .has-error .control-label:before,
.contact-page .contact-right .has-error .radio:before,
.contact-page .contact-right .has-error .checkbox:before,
.contact-page .contact-right .has-error .radio-inline:before,
.contact-page .contact-right .has-error .checkbox-inline:before,
.contact-page .contact-right .has-error.radio label:before,
.contact-page .contact-right .has-error.checkbox label:before,
.contact-page .contact-right .has-error .radio-inline label:before,
.contact-page .contact-right .has-error.checkbox-inline label:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  content: " ";
  height: 0;
  width: 0;
  border: solid transparent;
  pointer-events: none;
}
.contact-page .contact-right .has-error .help-block:after,
.contact-page .contact-right .has-error .control-label:after,
.contact-page .contact-right .has-error .radio:after,
.contact-page .contact-right .has-error .checkbox:after,
.contact-page .contact-right .has-error .radio-inline:after,
.contact-page .contact-right .has-error .checkbox-inline:after,
.contact-page .contact-right .has-error.radio label:after,
.contact-page .contact-right .has-error.checkbox label:after,
.contact-page .contact-right .has-error .radio-inline label:after,
.contact-page .contact-right .has-error.checkbox-inline label:after {
  margin-left: -8px;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 8px;
}
.contact-page .contact-right .has-error .help-block:before,
.contact-page .contact-right .has-error .control-label:before,
.contact-page .contact-right .has-error .radio:before,
.contact-page .contact-right .has-error .checkbox:before,
.contact-page .contact-right .has-error .radio-inline:before,
.contact-page .contact-right .has-error .checkbox-inline:before,
.contact-page .contact-right .has-error.radio label:before,
.contact-page .contact-right .has-error.checkbox label:before,
.contact-page .contact-right .has-error .radio-inline label:before,
.contact-page .contact-right .has-error.checkbox-inline label:before {
  margin-left: -9.9px;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #808080;
  border-width: 9.8px;
}
.contact-page .contact-right textarea {
  height: auto !important;
}
.contact-page .contact-right .field-contactform-verifycode img {
  border-radius: 4px;
  width: 100%;
  height: 45px;
}
.contact-page .contact-right .black-btn {
  padding: 13px 50px;
  background: #333366;
  font-size: 14px;
}
.contact-page .contact-right .black-btn:hover {
  background: #000;
}
.contact-page #map {
  height: 450px;
}
.contact-page #map #content {
  padding-left: 15px;
}
.contact-page #map #bodyContent {
  text-align: justify;
}
.contact-page #map h1 {
  margin: 15px 0;
  padding-bottom: 10px;
  font-size: 20px;
}
.contact-page #map h1:before {
  height: 2px;
}
.contact-page #map p {
  font-size: 14px;
  line-height: 20px;
}
.footer-register {
  padding: 30px 0;
  background: #b70c13;
}
.footer-register .footer-register-cnt {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: super;
}
.footer-register .footer-register-cnt .register-title {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}
.footer-register .footer-register-cnt .register-cnt {
  color: #000;
  font-weight: 600;
}
.footer-register .signup-box {
  display: inline-block;
}
.footer-register .signup-box .form-group {
  margin-bottom: 0;
}
.footer-register .signup-box label {
  margin: 0;
  line-height: 0;
}
.footer-register .signup-box .news {
  padding: 20px 10px;
  float: left;
  border: none;
  font-size: 15px;
  color: #393939;
  font-weight: 300;
  width: 400px;
  outline: none;
}
.footer-register .signup-box input[type=submit] {
  margin-left: -4px;
  padding: 18px 30px;
  background: #000;
  border: none;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: top;
}
.footer-register .signup-box input[type=submit]:hover,
.footer-register .signup-box input[type=submit]:focus {
  outline: none;
}
.left-menu {
  padding: 0 25px 30px 25px;
  color: rgba(48, 48, 48, 0.7);
}
.left-menu.sticky {
  position: fixed;
  top: 90px;
  background: #fff;
  z-index: 999;
}
.left-menu .prd-header .title {
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  color: #ed1c24;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}
.left-menu .prd-header .title a {
  display: block;
  padding-bottom: 5px;
}
.left-menu .prd-header .title a:hover,
.left-menu .prd-header .title a:focus {
  text-decoration: none;
}
.left-menu .prd-header .title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 115px;
  height: 1px;
  background: #ed1c24;
}
.left-menu .prd-header .teaser {
  line-height: 18px;
}
.left-menu .product-categories {
  margin: 30px 0 0 0;
}
.left-menu .product-categories h1 {
  padding-bottom: 8px;
  font-size: 22.9px !important;
}
.left-menu .product-categories h1 span {
  padding-bottom: 10px;
}
.left-menu .product-categories h1 span:before {
  background: #fff;
}
.left-menu ul {
  margin-top: 25px;
}
.left-menu ul li {
  font-size: 15px;
  line-height: 25px;
}
.left-menu ul li a {
  color: rgba(48, 48, 48, 0.7);
  transition: 0.3s all ease-in-out;
}
.left-menu ul li a:before {
  display: inline;
  color: #4f4f4f;
  font-size: 14px;
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\f101";
  margin-right: 10px;
  color: #ed1c24;
  font-size: 15px;
}
.left-menu ul li a:hover {
  padding-left: 7px;
  color: #ed1c24;
}
.about-left-menu.sticky {
  top: 100px;
  padding-top: 15px;
}
.about-left-menu .prd-header {
  margin-bottom: 20px;
}
.about-left-menu .prd-header .title {
  font-size: 16px;
}
.about-left-menu .prd-header .title a {
  color: rgba(48, 48, 48, 0.7);
}
.about-left-menu .prd-header .title a:hover {
  color: #ed1c24;
}
.products-page .products-content .inner-title {
  margin-bottom: 40px;
}
.products-page .products-right .inner-sub-header {
  margin: 0 0 30px;
  padding: 0 15px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.products-page .products-right .inner-sub-header span {
  position: relative;
  padding-bottom: 10px;
}
.products-page .products-right .inner-sub-header span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #ed1c24;
}
.products-page .products-right .products-list-box .product-categories-callout {
  min-height: 626px !important;
}
.products-page .products-right .products-list-box .product-callout {
  min-height: 497px;
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.products-page .products-right .products-list-box .product-callout img {
  width: 100%;
}
.products-page .products-right .products-list-box .product-callout .prd-cnt {
  margin-top: 20px;
}
.products-page .products-right .products-list-box .product-callout .prd-name {
  margin-bottom: 8px;
  color: #ed1c24;
  font-size: 17.4px;
  line-height: 23px;
  font-weight: 600;
}
.products-page .products-right .products-list-box .product-callout .prd-teaser {
  line-height: 22px;
}
.products-page .products-section .product-teaser {
  margin-bottom: 15px;
  font-size: 15px;
}
.products-page .services-section .services-callout {
  margin-bottom: 40px;
}
.products-page .services-section .services-callout .title {
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: 600;
}
.products-page .services-section .services-callout .teaser {
  line-height: 23px;
}
.products-page .green-tea-section img {
  margin-bottom: 20px;
}
.about-page .vision-section,
.about-page .mission-section {
  margin-bottom: 40px;
}
.about-page .vision-section .about-box,
.about-page .mission-section .about-box {
  margin-top: 0;
}
.about-page .vision-section .about-box .title,
.about-page .mission-section .about-box .title {
  margin-bottom: 40px;
}
.about-page .founder-message {
  padding-bottom: 40px;
  text-align: justify;
}
.about-page .founder-message p:nth-of-type(2) {
  float: left;
}
.about-page .founder-message p:nth-of-type(2) img {
  float: left;
  margin-right: 20px;
}
.about-page .about-cnt {
  position: relative;
  overflow: hidden;
}
.about-page .about-box {
  margin: 40px 0;
}
.about-page .about-box .title {
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 800;
  line-height: 23px;
}
.about-page .about-box img {
  margin-bottom: 30px;
}
.about-page .about-logo-section {
  padding: 40px 0;
}
.about-ceylon-tea-page .ceylon-tea-page {
  position: relative;
  overflow-x: hidden;
}
.about-ceylon-tea-page .grown-section {
  margin: 30px 0;
}
.about-ceylon-tea-page .grown-section .section-1,
.about-ceylon-tea-page .grown-section .section-2 {
  position: relative;
  margin-bottom: 40px;
}
.about-ceylon-tea-page .grown-section .grown-box,
.about-ceylon-tea-page .grown-section .grown-box-2,
.about-ceylon-tea-page .grown-section .grown-box-3 {
  height: 515px;
  z-index: 1;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
}
.about-ceylon-tea-page .grown-section .grown-box.active,
.about-ceylon-tea-page .grown-section .grown-box-2.active,
.about-ceylon-tea-page .grown-section .grown-box-3.active,
.about-ceylon-tea-page .grown-section .grown-box.medium-active,
.about-ceylon-tea-page .grown-section .grown-box-2.medium-active,
.about-ceylon-tea-page .grown-section .grown-box-3.medium-active {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 100;
  opacity: 1;
}
.about-ceylon-tea-page .grown-section .grown-box.blur,
.about-ceylon-tea-page .grown-section .grown-box-2.blur,
.about-ceylon-tea-page .grown-section .grown-box-3.blur,
.about-ceylon-tea-page .grown-section .grown-box.blur-2,
.about-ceylon-tea-page .grown-section .grown-box-2.blur-2,
.about-ceylon-tea-page .grown-section .grown-box-3.blur-2 {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 1;
}
.about-ceylon-tea-page .grown-section .grown-box img,
.about-ceylon-tea-page .grown-section .grown-box-2 img,
.about-ceylon-tea-page .grown-section .grown-box-3 img {
  width: 100%;
  margin-bottom: 20px;
}
.about-ceylon-tea-page .grown-section .grown-box .grown-cnt,
.about-ceylon-tea-page .grown-section .grown-box-2 .grown-cnt,
.about-ceylon-tea-page .grown-section .grown-box-3 .grown-cnt {
  padding: 0 20px 20px;
}
.about-ceylon-tea-page .grown-section .grown-box .title,
.about-ceylon-tea-page .grown-section .grown-box-2 .title,
.about-ceylon-tea-page .grown-section .grown-box-3 .title {
  margin-bottom: 10px;
  color: #ed1c24;
  font-size: 18px;
  font-weight: 600;
}
.about-ceylon-tea-page .grown-section .grown-box .teaser,
.about-ceylon-tea-page .grown-section .grown-box-2 .teaser,
.about-ceylon-tea-page .grown-section .grown-box-3 .teaser {
  line-height: 25px;
}
.zaid-tea-tour-page .dummy-text {
  padding: 40px 0;
}
.zaid-tea-tour-page .place-you-visit {
  padding: 40px 0;
}
.zaid-tea-tour-page .place-you-visit .place-box {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(2, 3, 3, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(2, 3, 3, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(2, 3, 3, 0.2);
}
.zaid-tea-tour-page .place-you-visit .place-box .place-img {
  position: relative;
  overflow: hidden;
}
.zaid-tea-tour-page .place-you-visit .place-box .place-img .text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 10px;
  background: rgba(237, 28, 36, 0.5);
  color: #fff;
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform 0.35s ease-out;
  -moz-transition: transform 0.35s ease-out;
  -ms-transition: transform 0.35s ease-out;
  -o-transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  background: rgba(16, 16, 16, 0.7);
}
.zaid-tea-tour-page .place-you-visit .place-box .visit-content {
  padding: 20px 15px;
}
.zaid-tea-tour-page .place-you-visit .place-box .visit-content .title {
  color: #313131;
  font-size: 15px;
  font-weight: 600;
}
.zaid-tea-tour-page .place-you-visit .place-box .visit-content span {
  display: block;
  margin: 5px 0;
  font-weight: 600;
}
.zaid-tea-tour-page .place-you-visit .place-box a {
  display: block;
  padding: 10px 5px;
  background: #ed1c24;
  color: #fff;
  text-align: center;
}
.zaid-tea-tour-page .place-you-visit .place-box a i {
  margin-left: 5px;
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
}
.zaid-tea-tour-page .place-you-visit .place-box a:hover {
  text-decoration: none;
}
.zaid-tea-tour-page .place-you-visit .place-box a:hover i {
  margin-left: 15px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.zaid-tea-tour-page .place-you-visit .place-box:hover .place-img .text-overlay {
  -ms-transform: translateY(calc(0%));
  -webkit-transform: translateY(calc(0%));
  transform: translateY(calc(0%));
}
.zaid-tea-tour-page .zaid-tab .tab-content .form-group input[type="text"],
.zaid-tea-tour-page .zaid-tab .tab-content .form-group input[type="email"],
.zaid-tea-tour-page .zaid-tab .tab-content .form-group select {
  height: 45px;
}
.zaid-tea-tour-page .zaid-tab .tab-content .title {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-weight: 700;
}
.tour-details-page .tour-details-content .nav-tabs {
  margin-bottom: 40px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.tour-details-page .tour-details-content .nav-tabs li {
  margin-bottom: -2px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.tour-details-page .tour-details-content .nav-tabs li a {
  margin: 0;
  border: none;
  color: #313131;
  border-right: solid 1px #ddd;
  border-radius: 0;
}
.tour-details-page .tour-details-content .nav-tabs li a:hover {
  background: 0 0;
}
.tour-details-page .tour-details-content .nav-tabs li.active a {
  position: relative;
  background: #ed1c24;
  color: #fff;
}
.tour-details-page .tour-details-content .nav-tabs li.active a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #ed1c24;
  border-bottom: 0;
  margin-left: -9px;
  margin-bottom: -8px;
}
.tour-details-page .tour-details-content .tab-content .carousel .carousel-indicators li {
  width: 15px;
  height: 15px;
  margin: 0;
  border: none;
  background: #fff;
}
.tour-details-page .tour-details-content .tab-content .carousel .carousel-indicators .active {
  background: #ed1c24;
}
.tour-details-page .tour-details-content .tab-content .carousel .item {
  height: 350px;
}
.tour-details-page .tour-details-content .tab-content .carousel .item img {
  width: 100%;
  height: 100%;
}
.tour-details-page .tour-details-content .tour-share-section {
  background: #f5f5f5;
  margin: 20px 0;
  padding: 20px;
}
.tour-details-page .tour-details-content .tour-share-section ul li {
  display: inline-block;
  margin-right: 30px;
  font-weight: 700;
}
.tour-details-page .tour-details-content .tour-share-section ul li a {
  color: #313131;
}
.tour-details-page .tour-details-content .tour-share-section ul li a:hover {
  color: #ed1c24;
  text-decoration: none;
}
.tour-details-page .tour-details-content .tour-share-section ul li i {
  margin-right: 10px;
  color: #ed1c24;
  font-size: 18px;
}
.tour-details-page .tour-details-content .tour-share-section ul li:hover {
  color: #ed1c24;
}
.tour-details-page .tour-details-content .tour-facilities {
  margin: 40px 0;
}
.tour-details-page .tour-details-content .tour-facilities ul li {
  border-right: solid 1px #eaeaea;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.tour-details-page .tour-details-content .tour-facilities ul li i {
  position: relative;
  background: #ed1c24;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  padding: 27px 0;
  color: #fff;
  font-size: 25px;
  border-radius: 100px;
}
.tour-details-page .tour-details-content .tour-facilities ul li i:after {
  position: absolute;
  top: -5px;
  left: -5px;
  content: '';
  width: 90px;
  height: 90px;
  padding: 7px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ed1c24;
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
}
.tour-details-page .tour-details-content .tour-facilities ul li strong,
.tour-details-page .tour-details-content .tour-facilities ul li span {
  display: block;
}
.tour-details-page .tour-details-content .tour-facilities ul li .facilities-card {
  padding: 20px 0;
}
.tour-details-page .tour-details-content .tour-facilities ul li:last-child {
  border: none;
}
.tour-details-page .tour-details-content .tour-facilities ul li:hover {
  background: #f7f7f7;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.tour-details-page .tour-details-content .tour-facilities ul li:hover i:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.tour-details-page .tour-details-content .tour-content .row {
  margin-top: 40px;
}
.tour-details-page .tour-details-content .tour-content .tour-list ul {
  padding-left: 15px;
}
.tour-details-page .tour-details-content .tour-content .tour-list ul li {
  line-height: 28px;
}
.tour-details-page .tour-details-content .inclusions-section .panel-default,
.tour-details-page .tour-details-content .itinerary-section .panel-default {
  border: none;
}
.tour-details-page .tour-details-content .inclusions-section .panel-heading,
.tour-details-page .tour-details-content .itinerary-section .panel-heading {
  padding: 15px;
  background: #ed1c24;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.tour-details-page .tour-details-content .inclusions-section .panel-heading a,
.tour-details-page .tour-details-content .itinerary-section .panel-heading a {
  display: block;
  color: #fff;
}
.tour-details-page .tour-details-content .inclusions-section .panel-heading a:hover,
.tour-details-page .tour-details-content .itinerary-section .panel-heading a:hover {
  text-decoration: none;
}
.tour-details-page .tour-details-content .inclusions-section .panel-body,
.tour-details-page .tour-details-content .itinerary-section .panel-body {
  background: #f7f7f7;
}
.tour-details-page .tour-details-content .inclusions-section .panel-body ul,
.tour-details-page .tour-details-content .itinerary-section .panel-body ul {
  padding-left: 15px;
}
.tour-details-page .tour-details-content .inclusions-section .panel-body ul li,
.tour-details-page .tour-details-content .itinerary-section .panel-body ul li {
  line-height: 28px;
}
.tour-details-page .tour-details-content .itinerary-section .panel-heading {
  padding: 0;
}
.tour-details-page .tour-details-content .itinerary-section .panel-heading a {
  display: block;
  padding: 15px;
  color: #fff;
}
.tour-details-page .tour-details-content .itinerary-section .panel-heading a:hover,
.tour-details-page .tour-details-content .itinerary-section .panel-heading a:focus {
  text-decoration: none;
}
.tour-details-page .tour-details-content .itinerary-section .panel-heading a i {
  float: right;
  margin-top: 5px;
}
.tour-details-page .tour-details-content .itinerary-section .row {
  margin-top: 10px;
}
.tour-details-page .tour-details-content .itinerary-section .row .gallery {
  margin-bottom: 30px;
}
.tour-details-page .tour-details-content .itinerary-section .activities-box {
  margin-top: 30px;
}
.tour-details-page .tour-details-content h2 {
  position: relative;
  padding-left: 20px;
  color: #ed1c24;
  font-size: 20px;
}
.tour-details-page .tour-details-content h2:after {
  position: absolute;
  content: "";
  left: 0;
  top: -4px;
  width: 4px;
  height: 30px;
  background: #000;
}
.careers-banner {
  height: 600px;
}
.careers-banner:before {
  background: rgba(0, 0, 0, 0.1);
}
.careers-page .image-box {
  height: 75px;
}
.careers-page .career-img {
  width: 50px;
}
.careers-page .career-card .title {
  margin: 20px 0;
  color: #585858;
  font-size: 24px;
  line-height: 26px;
  font-weight: 900;
}
.careers-page h1 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 15px;
  color: #ed1c24;
}
.careers-page h1:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #000;
}
.careers-page .career-box {
  margin-bottom: 30px;
}
.careers-page .career-box .sub-title {
  margin-bottom: 8px;
  color: #313131;
  font-size: 24px;
  font-weight: 700;
}
.careers-page .career-box a {
  color: #313131;
  font-size: 16px;
}
.careers-page .career-box a:hover {
  color: #ed1c24;
}
.career-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99999;
}
.career-header .logo {
  height: auto;
  padding: 8px 10px;
}
.career-header .logo img {
  height: 90px;
  transition: all .8s ease;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
}
.career-header.sticky {
  position: fixed;
  top: 0;
}
.career-header.sticky .logo {
  padding: 5px;
}
.career-header.sticky .logo img {
  height: 70px;
}
.career-top {
  margin-top: 130px;
  margin-bottom: 40px;
}
.career-top .position-name {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 45px;
}
.career-top span {
  display: block;
  line-height: 23px;
  font-weight: 600;
}
.career-view-layout {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f9f9f9;
}
.career-view-layout .title {
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.career-view-layout ul {
  padding-left: 17px;
}
.career-view-layout ul li {
  line-height: 26px;
}
.maskeliya-kahata-page h2 {
  margin: 25px 0;
  font-size: 23px;
}
.maskeliya-kahata-banner:before {
  background: rgba(0, 0, 0, 0.4);
}
.teajoy-banner:before {
  display: none;
}
.main h2 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 15px;
  font-size: 18px;
}
.main h2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #ed1c24;
}
.tea-reports-page .tea-reports-menu .prd-header .title a {
  cursor: pointer;
}
.tea-reports-page .main {
  font-family: 'Open Sans', sans-serif;
}
.tea-reports-page .main .reports-content {
  margin-bottom: 40px;
}
.tea-reports-page .main .reports-content .sub-title-2 {
  display: block;
  margin-bottom: 20px;
}
.tea-reports-page .main .text-center {
  margin-bottom: 20px;
}
.tea-reports-page .main .text-center .sub-title {
  margin-bottom: 5px;
  color: #ed1c24;
  font-size: 18px;
  font-weight: 600;
}
.tea-reports-page .main .text-center .report-date {
  font-size: 13px;
}
.tea-reports-page .main .reports-card {
  padding: 20px 0;
}
.tea-reports-page .main .reports-card .reports-tab .nav-tabs {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.tea-reports-page .main .reports-card .reports-tab .nav-tabs li a {
  margin: 0;
  border: none;
  color: #313131;
  border-right: solid 1px #ddd;
  border-radius: 0;
}
.tea-reports-page .main .reports-card .reports-tab .nav-tabs li a:hover,
.tea-reports-page .main .reports-card .reports-tab .nav-tabs li a:active,
.tea-reports-page .main .reports-card .reports-tab .nav-tabs li a:focus {
  background: 0 0;
  text-decoration: none;
}
.tea-reports-page .main .reports-card .reports-tab .nav-tabs li.active a {
  position: relative;
  background: #ed1c24;
  color: #fff;
}
.tea-reports-page .main .reports-card .reports-tab .nav-tabs li.active a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #ed1c24;
  border-bottom: 0;
  margin-left: -9px;
  margin-bottom: -8px;
}
.tea-reports-page .main .reports-card .reports-tab .tab-content {
  padding: 20px 0;
}
.tea-reports-page .main .reports-card .reports-tab .tab-content .title {
  margin-bottom: 10px;
  color: #ed1c24;
  font-size: 15px;
  font-weight: 600;
}
.tea-reports-page .main .reports-card .reports-tab .tab-content p {
  margin-bottom: 30px;
}
.tea-reports-page .main .first-table {
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.tea-reports-page .main .first-table thead tr {
  background: #757575;
  color: #fff;
}
.tea-reports-page .main .first-table tbody tr:last-child td,
.tea-reports-page .main .first-table tbody tr:nth-of-type(8) td {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.tea-reports-page .main .first-table tbody tr:last-child:hover,
.tea-reports-page .main .first-table tbody tr:nth-of-type(8):hover {
  background: 0 0;
}
.tea-reports-page .main .first-table tbody .lots-total,
.tea-reports-page .main .first-table tbody .quantity-total {
  padding-bottom: 2px;
  border-bottom: 1px solid #313131;
  font-weight: 700;
}
.tea-reports-page .main .first-table tbody .lots-total:after,
.tea-reports-page .main .first-table tbody .quantity-total:after {
  content: "";
  display: block;
  border-bottom: 1px solid #313131;
}
.tea-reports-page .main .second-table thead tr {
  background: #757575;
  color: #fff;
}
.tea-reports-page .main .second-table thead tr th {
  vertical-align: top;
  text-align: center;
}
.tea-reports-page .main .second-table tbody tr td strong {
  display: block;
  text-align: center;
}
.text-danger {
  color: #ff0000;
}
.tea-feel-block {
  margin: 30px 0;
  padding: 10px 20px;
  border: solid 1px rgba(225, 225, 225, 0.5);
  background: #fff2f2;
}
/** Inner page **/
/** Responsive Start **/
@media (max-width: 1199px) {
  .header .top-nav ul {
    padding-left: 30px;
  }
  .header .top-nav ul li {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 15px;
  }
  .header .top-nav ul li .goog-te-gadget-simple {
    font-size: 15px;
  }
  /** Inner Header **/
  .inner-header .top-nav ul {
    padding-left: 10px;
    padding-top: 23px !important;
  }
  .inner-header.sticky .top-nav ul {
    padding-top: 14px !important;
  }
  /** Inner Header **/
  #home-slider {
    min-height: 647px;
  }
  #home-slider .banner-cnt {
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  .products-section .tea-callout .tea-box {
    min-height: 300px;
    padding: 26px 20px 20px;
  }
  .products-section .tea-callout .tea-box .tea-cnt {
    width: 200px;
    font-weight: 500;
  }
  .parallax-window {
    min-height: 400px;
  }
  .parallax-window .parallax-text {
    max-width: 520px;
    padding: 0 55px 0 30px;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
  .brand-section .brand-callout {
    min-height: 300px;
  }
  .brand-section .brand-callout .back-view {
    padding: 40px 30px;
  }
  .front-quality-section .front-quality-box .title {
    font-size: 23px;
  }
  .front-quality-section .front-quality-box .teaser {
    line-height: 23px;
  }
  .front-quality-section .bg-half:before {
    top: -57px;
    left: -330px;
    width: 150px;
    height: 605%;
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
  }
  .garden-section .img-hover {
    padding: 0 7px;
  }
  .garden-section .garden-callout .title {
    font-size: 14px;
  }
  .social-section h2 {
    margin: 65px 0 50px;
    font-size: 22px;
  }
  .footer h2 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .footer .signup-box .news {
    width: 150px;
  }
  .footer .signup-box input[type=submit] {
    padding: 10px 7px 9px 6px;
    font-size: 13px;
  }
  @-moz-document url-prefix() {
    .footer .signup-box .news {
      padding-bottom: 12px;
    }
  }
  .products-page .inner-left {
    padding: 30px 20px;
  }
  .products-page .inner-left .products-left .product-categories h1 {
    font-size: 18px;
  }
  .products-page .inner-left .products-left .prd-header .title {
    font-size: 20px;
  }
  .products-page .products-right .products-list-box .product-callout {
    min-height: 480px;
  }
  .products-page .products-right .products-list-box .product-categories-callout {
    min-height: 560px !important;
  }
  .products-page .products-right .products-list-box .less-prd-cnt {
    min-height: 440px;
  }
  .contact-page .cnt-bg {
    min-height: 823px;
  }
  @-moz-document url-prefix() {
    .contact-page .cnt-bg {
      min-height: 824px;
    }
  }
  @-moz-document url-prefix() {
    .footer-register .signup-box .news {
      line-height: 19px;
    }
  }
  .about-left-menu.sticky {
    padding: 0 10px 30px 10px;
  }
}
@media (max-width: 991px) {
  .header .top-nav ul {
    padding: 25px 0 0 12px;
  }
  .header .top-nav ul li {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 13px;
  }
  .header .top-nav ul li:last-child {
    padding-right: 0;
  }
  .header .top-nav ul li .goog-te-gadget-simple {
    font-size: 13px;
  }
  .header .logo img {
    width: 70px;
    height: 70px;
  }
  .header.sticky .logo img {
    height: 70px;
  }
  .header.sticky .top-nav ul {
    padding-top: 21px !important;
  }
  .header.sticky .top-nav ul li {
    padding: 8px 4px;
  }
  #home-slider {
    min-height: 647px;
  }
  #home-slider .banner-cnt {
    -webkit-transform: translateY(140%);
    -moz-transform: translateY(140%);
    -ms-transform: translateY(140%);
    -o-transform: translateY(140%);
    transform: translateY(140%);
  }
  #home-slider .banner-cnt .title-1 {
    font-size: 30px;
    line-height: 35px;
  }
  #home-slider .banner-cnt .title-2 {
    font-size: 60px;
    line-height: 53px;
  }
  #home-slider .banner-cnt p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 23px;
  }
  #home-slider .banner-cnt .home-btn {
    margin-top: 15px;
  }
  .products-section .tea-callout .tea-box {
    min-height: 250px;
    padding: 28px 10px;
  }
  .products-section .tea-callout .tea-box .title {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 25px;
  }
  .products-section .tea-callout .tea-box .tea-cnt {
    width: 200px;
    font-weight: 500;
    line-height: 20px;
  }
  .parallax-window {
    min-height: 350px;
  }
  .parallax-window .parallax-text {
    max-width: 420px;
    padding: 0 60px 0 20px;
  }
  .parallax-window .parallax-text h1 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .parallax-window .parallax-text .teaser {
    font-size: 15px;
    line-height: 22px;
  }
  .brand-section .brand-callout {
    min-height: 250px;
  }
  .brand-section .brand-callout .back-view {
    padding: 20px 15px;
  }
  .brand-section .brand-callout .back-view .title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .brand-section .brand-callout .back-view .teaser {
    font-size: 15px;
    line-height: 20px;
  }
  .front-quality-section {
    padding: 60px 0 10px;
  }
  .front-quality-section .front-quality-box .title {
    margin-bottom: 18px;
    font-size: 16.8px;
  }
  .front-quality-section .front-quality-box .teaser {
    font-size: 15px;
    line-height: 20px;
  }
  .front-quality-section .bg-half {
    width: 75%;
  }
  .front-quality-section .bg-half:before {
    top: -60px;
    left: -256px;
  }
  .front-quality-section.in-view .bg-half {
    left: 34%;
  }
  .front-event-section .front-event-card {
    margin-bottom: 30px;
  }
  .front-event-section .front-event-card .post-content .title {
    height: 38px;
    font-size: 14px;
    line-height: 19px;
  }
  .garden-section .img-hover {
    padding: 0 6px;
  }
  .garden-section .garden-callout .title {
    font-size: 11px;
    line-height: 15px;
  }
  .social-section h2 {
    margin: 70px 0 50px;
    font-size: 16px;
  }
  .social-section .accordion .tabs:hover {
    width: 400px;
  }
  .footer h2 {
    font-size: 17px;
  }
  .footer .ft-logo-mobile {
    width: 17%;
  }
  .footer .signup-footer {
    width: 33%;
  }
  .footer .footer-box ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .footer .footer-address ul li {
    font-size: 13px;
    line-height: 22px;
  }
  @-moz-document url-prefix() {
    .footer .signup-box .news {
      padding-bottom: 13px;
    }
  }
  .footer-btm {
    font-size: 13px;
  }
  .about-ceylon-tea-page .grown-section .grown-box,
  .about-ceylon-tea-page .grown-section .grown-box-2,
  .about-ceylon-tea-page .grown-section .grown-box-3 {
    height: 585px;
  }
  .products-page .products-right .products-list-box .product-callout {
    min-height: 440px;
    padding: 15px 13px;
  }
  .products-page .products-right .products-list-box .product-callout .prd-cnt {
    margin-top: 10px;
  }
  .products-page .products-right .products-list-box .product-callout .prd-name {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }
  .products-page .products-right .products-list-box .product-callout .prd-teaser {
    font-size: 13px;
    line-height: 20px;
  }
  .products-page .products-right .products-list-box .product-callout .black-btn {
    margin-top: 15px;
    padding: 8px 15px;
    font-size: 11px;
  }
  .products-page .products-right .products-list-box .product-categories-callout {
    min-height: 430px !important;
  }
  .products-page .products-right .products-list-box .less-prd-cnt {
    min-height: 400px;
  }
  .contact-page .cnt-bg h1,
  .contact-page .cnt-color h1,
  .contact-page .cnt-bg h2,
  .contact-page .cnt-color h2 {
    margin-bottom: 30px;
    font-size: 23px;
  }
  .contact-page .cnt-bg {
    min-height: 822px;
  }
  .contact-page .cnt-color {
    padding: 50px 20px;
  }
  .contact-page .cnt-color p {
    font-size: 15px;
    line-height: 17px;
  }
  .footer-register .footer-register-cnt {
    margin: 0 0 20px;
  }
  .about-left-menu {
    padding: 0 10px 30px 10px;
  }
  .about-left-menu .prd-header .title:after {
    width: 80px;
  }
  .about-left-menu.sticky {
    width: 180px;
  }
  .zaid-tea-tour-page .place-you-visit .place-box .place-img .text-overlay {
    padding: 10px;
    font-size: 13px;
    line-height: 13px;
  }
  .zaid-tea-tour-page .place-you-visit .place-box .visit-content {
    padding: 10px;
  }
  .zaid-tea-tour-page .place-you-visit .place-box .visit-content .title,
  .zaid-tea-tour-page .place-you-visit .place-box .visit-content span {
    font-size: 13px;
  }
  .zaid-tea-tour-page .place-you-visit .place-box a {
    font-size: 13px;
  }
  .tour-details-page .tour-details-content .tour-facilities ul li span {
    font-size: 13px;
  }
  .maskeliya-kahata-page .products-page .products-right .products-list-box .product-callout {
    height: 455px;
  }
}
@media (max-width: 767px) {
  .header .top-nav .navbar-toggle {
    margin-top: 20px;
    margin-right: 0;
  }
  .header .top-nav .navbar-toggle .icon-bar {
    background: #ed1c24;
  }
  .header .top-nav .navbar-collapse {
    border: none;
    box-shadow: none;
  }
  .header .top-nav ul {
    padding: 0;
  }
  .header .top-nav ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }
  .header .top-nav ul li.dropdown .dropdown-menu {
    margin: 10px 0;
  }
  .header .top-nav ul li .goog-te-gadget-simple {
    font-size: 15px;
  }
  .header.sticky .logo img {
    background: 0 0;
  }
  .header.sticky .navbar-toggle {
    margin-top: 20px;
  }
  #home-slider {
    min-height: 500px;
  }
  #home-slider .banner-cnt {
    padding: 0 20px;
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
  }
  #home-slider .banner-cnt .title-1 {
    font-size: 20px;
    line-height: 25px;
  }
  #home-slider .banner-cnt .title-2 {
    font-size: 40px;
    line-height: 36px;
  }
  .products-section .tea-callout .tea-box {
    background: rgba(0, 0, 0, 0.7);
    margin: 10px 0;
    padding: 20px;
    color: #fff;
  }
  .products-section .tea-callout .tea-box .tea-cnt {
    width: 100%;
  }
  .products-section .tea-callout .tea-box .title {
    color: #ed1c24;
  }
  .parallax-window .parallax-text {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }
  .brand-section .brand-callout {
    margin-bottom: 40px;
  }
  .front-quality-section {
    margin: 0;
    padding: 40px 0 20px;
  }
  .front-quality-section .bg-half {
    display: none;
  }
  .front-quality-section .quality-padr {
    padding-right: 15px;
  }
  .front-quality-section .front-quality-box {
    margin-bottom: 35px;
    padding: 40px 20px;
    background: #ed1c24;
    color: #fff;
  }
  .front-quality-section .front-quality-box.front-quality-animation-active {
    text-align: left;
  }
  .front-quality-section .front-quality-box .title {
    color: #fff;
  }
  .front-quality-section .front-quality-box .black-btn {
    background: #fff;
    color: #ed1c24;
  }
  .front-quality-section .front-quality-box .black-btn:hover {
    background: #000;
    color: #fff;
  }
  .front-event-section .front-event-card .post-img img {
    height: auto;
  }
  .front-event-section .front-event-card .post-content .title {
    height: auto;
    font-size: 15px;
  }
  .garden-section .img-hover {
    width: 100%;
    padding: 0 15px;
  }
  .garden-section .img-hover:before {
    background-position-y: -1300px;
    background-size: 100%;
  }
  .garden-section .img-hover:hover:before {
    background-size: 150%;
  }
  .garden-section .garden-callout .title {
    font-size: 22px;
    line-height: 25px;
  }
  .social-section h2 {
    margin: 20px 0;
    font-size: 21px;
    text-align: center;
  }
  .social-section .accordion {
    height: 50px;
    margin-bottom: 20px;
    text-align: center;
  }
  .social-section .accordion .tabs {
    width: 50px;
    height: 50px;
  }
  .social-section .accordion .tabs:hover {
    width: 50px;
  }
  .social-section .accordion .tabs:hover .social-links a:before {
    margin-left: 0;
  }
  .social-section .accordion .tabs .paragraph {
    display: none;
  }
  .social-section .accordion .social-links a:before {
    width: 50px;
    height: 50px;
    padding-top: 26px;
    padding-left: 0;
  }
  .social-section .accordion .social-links a:after {
    display: none;
  }
  .footer {
    text-align: center;
  }
  .footer .ft-logo-mobile,
  .footer .signup-footer {
    width: 100%;
  }
  .footer .ft-logo-mobile {
    margin-bottom: 30px;
  }
  .footer .signup-footer .signup-box {
    margin: 0 auto;
  }
  .footer .signup-footer .signup-box .news {
    display: block;
    float: none;
    width: 154px;
    padding-bottom: 11px;
  }
  @-moz-document url-prefix() {
    .footer .signup-footer .signup-box .news {
      padding-bottom: 14px;
    }
  }
  .footer .signup-footer .signup-box label {
    display: inline-block;
    vertical-align: top;
  }
  .footer .signup-footer .signup-box input[type=submit] {
    margin-left: -4px;
    padding: 10px 10px 9px 10px;
    font-size: 14px;
  }
  .footer .footer-box {
    margin-bottom: 30px;
  }
  .footer-btm {
    text-align: center;
  }
  .footer-btm .pull-left,
  .footer-btm .pull-right {
    float: none !important;
  }
  .inner-banner .inner-banner-cnt {
    bottom: 25%;
    padding: 0 15px;
  }
  .inner-banner .inner-banner-cnt .title {
    font-size: 27px;
  }
  .about-ceylon-tea-page .grown-section .grown-box,
  .about-ceylon-tea-page .grown-section .grown-box-2,
  .about-ceylon-tea-page .grown-section .grown-box-3 {
    height: auto;
    margin-bottom: 30px;
  }
  .about-ceylon-tea-page .grown-section .grown-box.active,
  .about-ceylon-tea-page .grown-section .grown-box-2.active,
  .about-ceylon-tea-page .grown-section .grown-box-3.active,
  .about-ceylon-tea-page .grown-section .grown-box.blur,
  .about-ceylon-tea-page .grown-section .grown-box-2.blur,
  .about-ceylon-tea-page .grown-section .grown-box-3.blur,
  .about-ceylon-tea-page .grown-section .grown-box.blur-2,
  .about-ceylon-tea-page .grown-section .grown-box-2.blur-2,
  .about-ceylon-tea-page .grown-section .grown-box-3.blur-2,
  .about-ceylon-tea-page .grown-section .grown-box.blur-2,
  .about-ceylon-tea-page .grown-section .grown-box-2.blur-2,
  .about-ceylon-tea-page .grown-section .grown-box-3.blur-2 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .about-ceylon-tea-page .grown-section .grown-box.blur,
  .about-ceylon-tea-page .grown-section .grown-box-2.blur,
  .about-ceylon-tea-page .grown-section .grown-box-3.blur,
  .about-ceylon-tea-page .grown-section .grown-box.blur-2,
  .about-ceylon-tea-page .grown-section .grown-box-2.blur-2,
  .about-ceylon-tea-page .grown-section .grown-box-3.blur-2,
  .about-ceylon-tea-page .grown-section .grown-box.blur-2,
  .about-ceylon-tea-page .grown-section .grown-box-2.blur-2,
  .about-ceylon-tea-page .grown-section .grown-box-3.blur-2 {
    opacity: 100;
  }
  .products-page .products-right .products-list-box .product-callout {
    padding: 20px;
  }
  .products-page .products-right .products-list-box .product-callout .prd-cnt {
    margin-top: 20px;
  }
  .products-page .products-right .products-list-box .product-callout .prd-name {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
  }
  .products-page .products-right .products-list-box .product-callout .prd-teaser {
    font-size: 15px;
    line-height: 23px;
  }
  .products-page .products-right .products-list-box .product-callout .black-btn {
    margin-top: 20px;
    padding: 10px 23px;
    font-size: 13px;
  }
  .products-page .inner-left {
    margin-bottom: 30px;
  }
  .products-page .services-section .services-callout img,
  .products-page .services-section .green-tea-section img {
    width: 100%;
  }
  .contact-page .contact-left .item:last-child {
    margin-bottom: 0;
  }
  .contact-page .contact-left .item:last-child p {
    margin-bottom: 0;
  }
  .contact-page .cnt-bg {
    min-height: auto;
  }
  .footer-register .footer-register-cnt {
    display: block;
    margin: 0 0 20px;
  }
  .footer-register .footer-register-cnt .register-title {
    font-size: 20px;
    line-height: 25px;
  }
  .footer-register .footer-register-cnt .register-cnt {
    font-size: 13px;
  }
  .footer-register .signup-box {
    display: block;
  }
  .footer-register .signup-box .news {
    width: 100%;
    padding: 15px 10px;
    font-size: 15px;
  }
  @-moz-document url-prefix() {
    .footer-register .signup-box .news {
      padding-bottom: 20px;
      line-height: 15px;
    }
  }
  .footer-register .signup-box input[type=submit] {
    padding: 17px 20px 13px;
    font-size: 14px;
  }
  .left-menu {
    padding: 0;
  }
  .left-menu .prd-header .title:after {
    width: 115px;
  }
  .left-menu.sticky {
    position: static;
    width: 100%;
  }
  .zaid-tea-tour-page .place-you-visit .place-box {
    margin-bottom: 30px;
  }
  .zaid-tea-tour-page .place-you-visit .place-box .place-img img {
    width: 100%;
  }
  .zaid-tea-tour-page .place-you-visit .place-box .place-img .text-overlay {
    padding: 20px 15px;
    font-size: 15px;
    line-height: 23px;
  }
  .zaid-tea-tour-page .place-you-visit .place-box .visit-content .title,
  .zaid-tea-tour-page .place-you-visit .place-box .visit-content span {
    font-size: 16px;
  }
  .zaid-tea-tour-page .place-you-visit .place-box a {
    font-size: 16px;
  }
  .tour-details-page .tour-details-content .nav-tabs li {
    font-size: 13px;
  }
  .tour-details-page .tour-details-content .nav-tabs li a {
    padding: 10px 9px;
  }
  .tour-details-page .tour-details-content h2 {
    margin-bottom: 25px;
  }
  .tour-details-page .tour-details-content .carousel {
    margin-bottom: 30px;
  }
  .tour-details-page .tour-details-content .tour-share-section {
    padding: 20px 10px;
    text-align: center;
  }
  .tour-details-page .tour-details-content .tour-share-section ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .tour-details-page .tour-details-content .tour-share-section ul li i {
    margin-right: 8px;
  }
  .tour-details-page .tour-details-content .tour-share-section ul li:last-child {
    margin-bottom: 0;
  }
  .tour-details-page .tour-details-content .tour-facilities ul li {
    margin-bottom: 30px;
  }
  .tour-details-page .tour-details-content .tour-facilities ul li:nth-child(2) {
    border: none;
  }
  .tour-details-page .tour-details-content .tour-content .tour-list {
    margin-bottom: 30px;
  }
  .maskeliya-kahata-page .products-page .products-right .products-list-box .product-callout {
    height: auto;
  }
}
@media (max-width: 328px) {
  .footer-register .signup-box .news {
    width: 165px;
  }
}
@media (max-width: 452px) {
  @-moz-document url-prefix() {
    .inner-page .about-cnt h1 span,
    .inner-page .about-cnt h2 span {
      padding-bottom: 45px;
    }
  }
}
@media (max-width: 363px) {
  @-moz-document url-prefix() {
    .cnt-color h1 span,
    .cnt-color h2 span {
      padding-bottom: 35px;
    }
  }
}
/** Responsive End **/
