html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; 
  scroll-behavior: smooth;
}

body {
  font-family: "Maven Pro", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 24px; }

img {
  width: 100%; }


@media (max-width: 991px) {
  .mobile-hidden {
    display: none; } }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #edb73c; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

p {
  color: #333; }

section {
  padding: 80px 0;
  position: relative; }

.btn {
  color: #d06d31;
  background-color: transparent;
  border: 3px solid #d06d31;
  text-transform: uppercase;
  padding: 12px 105px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.5s ease-in-out;
  border-radius: 0; }
  @media (max-width: 991px) {
    .btn {
      padding: 12px 85px; } }

.btn:hover {
  color: #fff;
  background-color: #d06d31;
  border: 3px solid #d06d31; }

.title-h {
  font-size: 50px;
  color: #362a1a;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 15px;
  font-family: 'Tinos', serif; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 50px;
      line-height: 48px; } }

.title-p {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 20px;
  color: #404040; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 20px;
      line-height: 26px; } }

.back-img {
  background-size: cover;
  background-position: center; }

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

.sep {
  content: "";
  width: 130px;
  height: 5px;
  background: #d06d31;
  margin: 15px 0; }

/******navbar start*******/
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 18px;
    background-color: transparent; }

  .navbar-toggle .svg-inline--fa {
    color: #edb73c; } }
nav.navbar.bootsnav {
  background: rgba(26, 26, 26, 0.93);
  border-bottom: solid 1px #362a1a; }
  @media (max-width: 991px) {
    nav.navbar.bootsnav {
      background: rgba(26, 26, 26, 0.85) !important;
      border-bottom: solid 1px #362a1a; } }

.navbar {
  min-height: 70px; }

.navbar-brand {
  padding: 4px 5px 2px 25px; }
  @media (max-width: 991px) {
    .navbar-brand {
      padding: 8px 5px 2px 10px; } }

.navbar-brand img {
  width: auto;
  height: 66px; }
  @media (max-width: 991px) {
    .navbar-brand img {
      height: 55px; } }

.caret {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(26, 26, 26, 0.8);
    border: solid 1px #362a1a;
    border-top: none; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 26px 15px 10px 15px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #edb73c; } }
  @media (min-width: 991px) and (max-width: 1010px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 26px 7px 10px 7px;
      font-weight: 600;
      font-size: 16px; } }

@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #edb73c; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #d06d31; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #edb73c; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 11px 10px;
    border-bottom: solid 1px #362a1a;
    color: #edb73c;
    font-size: 14px;
    text-transform: uppercase; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #d06d31; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #edb73c !important;
    font-weight: 400; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    background: rgba(26, 26, 26, 0.3); }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Yrsa", serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px; }

  nav.navbar.bootsnav .btn {
    margin-left: 0px !important; } }
nav.navbar.bootsnav .btn {
  margin-top: 11px;
  text-transform: none;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 12px;
  margin-left: 10px;
  font-weight: 700;
  font-family: "Yrsa", serif; }

nav.bootsnav .btn {
  color: #edb73c;
  background-color: transparent !important;
  border: 2px solid #edb73c; }

nav.bootsnav .btn:hover {
  color: #333;
  background-color: #edb73c !important;
  border-color: #edb73c; }

/******navbar end**********/
/*****hero start*********/
/*****video start****/
.hero {
  width: 100vw;
  min-height: 100vh;
  position: relative;
  padding: 0px; }

.hero .video-overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  z-index: -1;
  background-image: url(../images/img10.png); }

.hero video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100vh;
  z-index: 1;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%); }

.hero .video-overlay:after {
  content: '';
  position: absolute;
  background-color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2; }

.video-content {
  position: absolute;
  bottom: 15vh;
  left: 100px;
  width: 55%; }
  @media (max-width: 991px) {
    .video-content {
      bottom: 5vh;
      width: 95%;
      left: 15px; } }
  .video-content h1 {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    font-family: 'Tinos', serif;
    font-size: 74px;
    line-height: 74px;
    font-weight: 700;
    color: #fff; }
    @media (max-width: 991px) {
      .video-content h1 {
        font-size: 48px;
        line-height: 44px; } }
  .video-content h2 {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    font-size: 32px;
    line-height: 34px;
    color: #fff !important;
    font-weight: 400;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .video-content h2 {
        font-size: 24px;
        line-height: 26px; } }
  .video-content img {
    width: 100px;
    margin-right: 20px; }
    @media (max-width: 991px) {
      .video-content img {
        width: 70px; } }

/***************hero end******/
/***********welcome start*********/
.welcome {
  padding-top: 150px; }
  @media (max-width: 991px) {
    .welcome {
      padding-top: 60px; } }
  .welcome .welcome-img-small {
    width: 200px;
    margin-top: 10px; }
  .welcome .welcome-img-big {
    height: 630px;
    margin-top: -80px;
    width: auto;
    z-index: 2; }
    @media (max-width: 991px) {
      .welcome .welcome-img-big {
        width: 90%;
        height: auto;
        margin-top: 20px; } }

.sep-box {
  position: relative;
  margin: 0 auto 30px; }
  .sep-box span {
    color: #d0662a; }

.sep-img {
  width: 120px; }

.intro-footer {
  padding: 50px;
  position: relative; }
  .intro-footer .welcome-img-big {
    position: absolute;
    bottom: -170px;
    left: 0;
    right: 0;
    height: 780px;
    width: auto;
    z-index: 2;
    margin: 0 auto; }

.medals img {
  height: 120px;
  width: auto;
  margin: 10px; }

/*********welcome end***********/
/**********video start**********/
.video {
  padding: 120px 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .video {
      padding: 60px 0; } }
  .video .back {
    background: rgba(255, 255, 255, 0.92); }
  .video .play-img {
    width: 140px;
    margin-top: 125px; }
    @media (max-width: 768px) {
      .video .play-img {
        margin-top: 60px;
        width: 140px; } }
  .video p {
    margin-top: 30px; }
  .video .btn {
    margin-top: 30px; }
  .video .video-img2 {
    width: 100%;
    height: 380px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 768px) {
      .video .video-img2 {
        height: 260px;
        margin: 50px 0; } }

/**********video end***********/
/************cta start*********/
.cta {
  background-position: top center;
  padding: 150px 0; }
  @media (max-width: 768px) {
    .cta {
      padding: 60px 0; } }
  .cta .back {
    background: rgba(0, 0, 0, 0.4); }
  .cta h3 {
    color: #fff;
    font-size: 64px !important;
    line-height: 62px;
    letter-spacing: 1px; }
    @media (max-width: 768px) {
      .cta h3 {
        font-size: 50px !important;
        line-height: 52px; } }
  .cta p {
    color: #fff;
    font-size: 19px; }
  .cta .btn {
    margin-top: 35px; }
  .cta img {
    height: 800px;
    width: auto;
    margin-top: -100px; }
  .cta .sep {
    margin-left: calc(100% - 130px); }

/************cta end*********/
/*******cta2 start***********/
.cta2 {
  background-color: #000;
  padding-top: 150px;
  padding-bottom: 60px;
  background-position: top center; }
  @media (max-width: 991px) {
    .cta2 {
      padding-top: 60px; } }
  .cta2 .back {
    background: rgba(0, 0, 0, 0.4); }
  .cta2 h3 {
    margin-top: -30px;
    color: #fff;
    font-size: 48px !important;
    line-height: 52px;
    letter-spacing: 1px; }
  .cta2 p {
    margin-top: 40px;
    color: #f2f2f2;
    font-size: 32px;
    line-height: 46px;
    font-family: 'Tinos', serif;
    font-style: italic;
    letter-spacing: 1px; }
    @media (max-width: 991px) {
      .cta2 p {
        font-size: 26px;
        line-height: 30px;
        margin-top: 30px; } }
  .cta2 .btn {
    margin-top: 35px; 
    margin-bottom:75px;}
  .cta2 img {
    height: 450px;
    width: auto;
    margin-top: -100px;
    margin-bottom:100px; }
    @media (max-width: 991px) {
      .cta2 img {
        margin-top: 20px;
        width: 95%;
        height: auto; } }
  .cta2 .sep {
    margin-left: 0px;
    margin-top: 30px; }

/************cta2 end**********/
/***********distillery start*********/
.distillery {
  padding: 100px 0; }
  .distillery .distillery-text {
    text-align: right; }
  .distillery .sep {
    margin-left: calc(100% - 130px); }
  .distillery .btn {
    margin-top: 20px; }

/*********distillery end*******/
/******footer start****/
.footer {
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
  position: relative;
  padding-top: 70px; }
  .footer .back {
    background: rgba(0, 0, 0, 0.5); }
  .footer .footer-logo {
    width: 170px;
    margin-top: 20px; }
  @media (max-width: 991px) {
    .footer .footer-logo-center {
      text-align: center;
      margin-bottom: 60px; } }
  .footer .footer-icon-center {
    text-align: right; }
    @media (max-width: 991px) {
      .footer .footer-icon-center {
        text-align: center;
        margin-top: 60px; } }
  .footer .footer-icon {
    width: 110px;
    margin-right: 20px;
    margin-bottom: 40px; }
  .footer p {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Tinos', serif; }
  .footer a:hover {
    text-decoration: none;
    color: #edb73c; }
  .footer li a {
    font-size: 20px;
    line-height: 34px;
    color: #ccc;
    font-family: "Yrsa", serif; }
  .footer ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px; }
  .footer .svg-inline--fa {
    margin-right: 6px;
    color: #fff;
    font-size: 13px;
    min-width: 20px; }
  .footer .svg-inline--fa:hover {
    color: #edb73c; }

.copyright {
  border-top: 1px solid #ccc;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Yrsa", serif;
  letter-spacing: 1px; }
  .copyright p {
    color: #edb73c; }

/*****footer end******/
.tc-header {
  min-height: 50vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background: rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 768px) {
    .tc-header {
      min-height: 35vh; } }

.inner-content {
  position: relative;
  color: #FFFFFF;
  margin-top: 15vh;
  margin-left: 15px; }
  @media screen and (max-width: 768px) {
    .inner-content {
      top: 5vh;
      padding-bottom: 20px;
      margin-left: 15px;
      margin-bottom: 30px; } }

.inner-content h3 {
  color: #fff;
  font-size: 58px;
  font-weight: 500;
  line-height: 64px;
  font-family: "Yrsa", serif; }
  @media screen and (max-width: 768px) {
    .inner-content h3 {
      font-size: 38px;
      font-weight: 700;
      line-height: 42px; } }

.inner-content p {
  color: #fff;
  font-size: 30px;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    .inner-content p {
      font-size: 20px;
      line-height: 24px; } }

.bg {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  z-index: -1; }

/***********CONTACT PAGE START********/
.contact-page {
  padding: 110px 0; }
  @media screen and (max-width: 991px) {
    .contact-page {
      padding: 60px 0; } }
  .contact-page input, .contact-page select, .contact-page textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-color: #d06d31;
    outline: none;
    border-width: 2px;
    border-style: solid;
    font-family: "Yrsa", serif;
    font-size: 18px; }
  .contact-page .btn {
    width: 100%;
    margin-top: 30px; }
  .contact-page h3 {
    margin-top: 0; }
  .contact-page form {
    margin-top: 15px; }
    @media screen and (max-width: 991px) {
      .contact-page form {
        margin-top: 60px; } }
  .contact-page p {
    margin-right: 50px; }
    @media screen and (max-width: 768px) {
      .contact-page p {
        margin-right: 0; } }
  .contact-page a {
    color: #333; }
  .contact-page a:hover {
    color: #d06d31; }
  .contact-page ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #362a1a;
    opacity: 1;
    /* Firefox */ }
  .contact-page :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #edb73c; }
  .contact-page ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #edb73c; }

/*********CONTACT PAGE END**********/
/**********REVIEWS PAGE START************/
.reviews-page h4 {
  font-style: italic;
  font-family: "Yrsa", serif;
  font-size: 26px;
  margin-top: 15px;
  font-weight: 300; }
.reviews-page h5 {
  margin-bottom: 90px;
  font-size: 22px;
  font-family: "Yrsa", serif;
  margin-top: 20px;
  font-weight: 300;
  font-style: italic; }
.reviews-page span {
  color: #d06d31; }
.reviews-page .fa-quote-left {
  position: absolute;
  top: -15px;
  left: -10px;
  font-size: 80px;
  opacity: .15;
  color: #edb73c; }
  @media screen and (max-width: 768px) {
    .reviews-page .fa-quote-left {
      top: -15px;
      left: 5px;
      font-size: 60px; } }

/*********REVIEWS PAGE END*********/
/***********BLOG PAGE START*********/
.blog-page .blog-box {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  overflow: hidden; }
  .blog-page .blog-box .blog-img {
    height: 370px; }
    @media screen and (max-width: 768px) {
      .blog-page .blog-box .blog-img {
        height: 220px; } }
  .blog-page .blog-box .blog-text {
    padding: 20px 30px; }
    @media screen and (max-width: 768px) {
      .blog-page .blog-box .blog-text {
        padding: 10px 15px 30px 20px; } }
.blog-page .btn {
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .blog-page .btn {
      padding: 12px 65px; } }
.blog-page h1 {
  font-family: "Yrsa", serif;
  font-size: 40px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .blog-page h1 {
      font-size: 34px;
      line-height: 30px; } }

.blog-detail h2 {
  font-family: 'Tinos', serif;
  font-weight: 600; }
.blog-detail .sidebar {
  background-color: rgba(237, 183, 60, 0.75);
  padding: 20px 20px 5px 20px;
  margin-bottom: 40px; }
  .blog-detail .sidebar .back-img {
    height: 110px; }
    @media screen and (max-width: 991px) {
      .blog-detail .sidebar .back-img {
        height: 140px; } }
  .blog-detail .sidebar h2 {
    font-family: 'Tinos', serif;
    font-size: 36px;
    line-height: 30px;
    margin-top: 15px;
    font-weight: 600; }
  .blog-detail .sidebar h3 {
    font-family: "Yrsa", serif;
    font-size: 22px;
    line-height: 20px;
    margin-top: 0; }
  .blog-detail .sidebar h5 {
    font-size: 36px;
    line-height: 36px;
    font-family: 'Tinos', serif;
    margin-top: 20px; }
  .blog-detail .sidebar .btn {
    margin: 0px 0 20px 0;
    padding: 12px 50px; }
.blog-detail .sidebar-box {
  background-color: #fff;
  margin-bottom: 20px;
  position: relative; }
  .blog-detail .sidebar-box .sidebar-text {
    padding: 10px 5px 5px 0; }
  .blog-detail .sidebar-box .sidebar-padding {
    padding-left: 0; }
    @media screen and (max-width: 991px) {
      .blog-detail .sidebar-box .sidebar-padding {
        padding-left: 30px; } }
.blog-detail .sidebar-box:hover {
  box-shadow: 1px 1px 15px #d06d31;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.blog-detail .sidebar-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/**********BLOG PAGE END******/
/*********PROCESS PAGE START***********/
.process-page {
  padding-bottom: 0;
  padding-top: 0;
  background-color: rgba(237, 183, 60, 0.05); }
  .process-page .process-img {
    height: 550px;
    background-repeat: no-repeat;
    background-attachment: fixed; }
    @media screen and (max-width: 991px) {
      .process-page .process-img {
        height: 260px; } }
  .process-page h1 {
    position: absolute;
    left: 50px;
    top: 100px;
    font-size: 470px;
    line-height: 300px;
    font-weight: 800;
    color: #edb73c;
    opacity: .2;
    font-family: "Yrsa", serif; }
    @media screen and (max-width: 991px) {
      .process-page h1 {
        left: 5px;
        top: -20px;
        font-size: 200px;
        line-height: 200px; } }
  .process-page p {
    margin: 210px 80px 60px 120px;
    font-size: 20px;
    line-height: 28px; }
    @media screen and (max-width: 991px) {
      .process-page p {
        margin: 40px 20px 60px 20px; } }
  .process-page .process-p-1 {
    margin: 120px 60px 10px 100px; }
    @media screen and (max-width: 991px) {
      .process-page .process-p-1 {
        margin: 40px 20px 60px 20px; } }
  .process-page .process-p-2 {
    margin: 110px 80px 10px 100px; }
    @media screen and (max-width: 991px) {
      .process-page .process-p-2 {
        margin: 40px 20px 60px 20px; } }
  @media screen and (max-width: 991px) {
    .process-page .desctop-version {
      display: none; } }
  .process-page .mobile-version {
    display: none; }
    @media screen and (max-width: 991px) {
      .process-page .mobile-version {
        display: block; } }

.process-page2 {
  padding-bottom: 0;
  padding-top: 0;
  background-color: rgba(237, 183, 60, 0.05); }
  .process-page2 .process-img {
    height: 550px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 991px) {
      .process-page2 .process-img {
        height: 260px; } }
  .process-page2 h1 {
    position: absolute;
    left: 50px;
    top: 100px;
    font-size: 400px;
    line-height: 300px;
    font-weight: 800;
    color: #edb73c;
    opacity: .2;
    font-family: "Yrsa", serif; }
    @media screen and (max-width: 991px) {
      .process-page2 h1 {
        left: 5px;
        top: -20px;
        font-size: 200px;
        line-height: 200px; } }
  .process-page2 p {
    margin: 210px 80px 60px 120px;
    font-size: 20px;
    line-height: 28px; }
    @media screen and (max-width: 991px) {
      .process-page2 p {
        margin: 40px 20px 60px 20px; } }
  @media screen and (max-width: 991px) {
    .process-page2 .desctop-version {
      display: none; } }
  .process-page2 .mobile-version {
    display: none; }
    @media screen and (max-width: 991px) {
      .process-page2 .mobile-version {
        display: block; } }
  .process-page2 .process-p-1 {
    margin: 120px 60px 10px 100px; }
    @media screen and (max-width: 991px) {
      .process-page2 .process-p-1 {
        margin: 40px 20px 60px 20px; } }
  .process-page2 .process-p-2 {
    margin: 110px 80px 10px 100px; }
    @media screen and (max-width: 991px) {
      .process-page2 .process-p-2 {
        margin: 40px 20px 60px 20px; } }

/*********PROCESS PAGE END*********/
