@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Crimson+Text&family=Patrick+Hand&family=Righteous&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant&family=Crimson+Text&family=Libre+Baskerville&family=Nunito&family=Quicksand&family=Source+Sans+Pro&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Montserrat&family=Montserrat+Alternates&family=Mulish&family=Philosopher&family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Kalam&family=Satisfy&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Roboto:300,400,500,700&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Jost&display=swap');

@font-face {
  font-family: "Aprilla Regular";
  src: url("../fonts/Aprila-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Aprilla Bold";
  src: url("fonts/Aprilla-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Aprilla ExtraBold";
  src: url("fonts/Aprilla-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Aprilla Medium";
  src: url("fonts/Aprilla-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Aprilla Black";
  src: url("fonts/Aprilla-Black.otf") format("opentype");
}
@font-face {
  font-family: "Aprilla Light";
  src: url("fonts/Aprilla-Light.otf") format("opentype");
}
@font-face {
  font-family: "Aprilla SemiBold";
  src: url("fonts/Aprilla-Semibold.otf") format("opentype");
}
@font-face {
  font-family: "Holla Regular";
  src: url("../fonts/Holla-Regular.otf") format("opentype");
}
/**************** common css start ****************/
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  background: #fff;
}

.message_submit_form:focus {
  outline: none;
}

input:hover, input:focus {
  outline: none !important;
}

.gray_bg {
  background-color: #f7f7f7;
}


.section_padding {
  padding: 140px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_padding {
    padding: 80px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_padding {
    padding: 70px 0px;
  }
}
@media (max-width: 576px) {
  .section_padding {
    padding: 70px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_padding {
    padding: 70px 0px;
  }
}

.single_padding_top {
  padding-top: 140px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single_padding_top {
    padding-top: 70px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_padding_top {
    padding-top: 70px !important;
  }
}
@media (max-width: 576px) {
  .single_padding_top {
    padding-top: 70px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_padding_top {
    padding-top: 80px !important;
  }
}

.padding_top {
  padding-top: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .padding_top {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding_top {
    padding-top: 70px;
  }
}
@media (max-width: 576px) {
  .padding_top {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .padding_top {
    padding-top: 70px;
  }
}

.padding_bottom {
  padding-bottom: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .padding_bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding_bottom {
    padding-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .padding_bottom {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .padding_bottom {
    padding-bottom: 70px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #006D14;
  /* font-family: "Cormorant Garamond", serif; */

  /* font-family: "Cormorant Garamond", serif; */
}

p {
  color: #7f7f7f;
  /* font-family: "Jost", sans-serif; */
  font-family: "Jost", sans-serif;
  line-height: 1.929;
  font-size: 17px;
  margin-bottom: 0px;
}

h2 {
  font-size: 44px;
  line-height: 28px;
  color: #006D14;
  font-weight: 600;
  line-height: 1.222;
}
@media (max-width: 576px) {
  h2 {
    font-size: 22px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 25px;
  }
}

h3 {
  font-size: 24px;
  line-height: 25px;
}
@media (max-width: 576px) {
  h3 {
    font-size: 20px;
  }
}

h5 {
  font-size: 18px;
  line-height: 22px;
}

img {
  max-width: 100%;
}

a:focus, .button:focus, button:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.section_tittle {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .section_tittle {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_tittle {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_tittle {
    font-size: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_tittle {
    margin-bottom: 50px;
  }
}
.section_tittle h2 {
  font-size: 42px;
  color: #006D14;
  line-height: 37px;
  font-weight: 700;
  position: relative;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_tittle h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.section_tittle p {
  color: #b3b4b3;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 26px;
  font-size: 13px;
  letter-spacing: 3px;
  line-height: 10px;
}
@media (max-width: 576px) {
  .section_tittle p {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_tittle p {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_tittle p {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_tittle p {
    margin-bottom: 10px;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mb_110 {
  margin-bottom: 110px;
}
@media (max-width: 576px) {
  .mb_110 {
    margin-bottom: 220px;
  }
}

.mt_130 {
  margin-top: 130px;
}
@media (max-width: 576px) {
  .mt_130 {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mt_130 {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt_130 {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .mt_130 {
    margin-top: 70px;
  }
}

.mb_130 {
  margin-bottom: 130px;
}
@media (max-width: 576px) {
  .mb_130 {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mb_130 {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb_130 {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .mb_130 {
    margin-bottom: 70px;
  }
}

.padding_less_40 {
  margin-bottom: -50px;
}

.z_index {
  z-index: 9 !important;
  position: relative;
}

@media only screen and (min-width: 1440px) and (max-width: 1680px) {
  .container {
    max-width: 1250px;
  }
}
@media (max-width: 1200px) {
  [class*=hero-ani-] {
    display: none !important;
  }
}
.form-control:focus {
  box-shadow: none;
}

input:-internal-autofill-selected {
  background-color: transparent !important;
  background-image: none !important;
  color: black !important;
}

/**************** common css end ****************/
/* Main Button Area css
============================================================================================ */
.submit_btn {
  width: auto;
  display: inline-block;
  background: #fff;
  padding: 0px 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #edeff2;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.submit_btn:hover {
  background: transparent;
}

.btn_1, .btn_3 {
  display: inline-block;
  padding: 10.5px 36px;
  font-size: 14px;
  color: #000;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  border: 1px solid #F58705;
  border-radius: 2px;
  border-radius: 50px;
}
.btn_1:hover, .btn_3:hover {
  background-color: #F58705 !important;
  color: #fff;
}

.btn_3 {
  border: 1px solid #e9ebec;
  color: #14182d !important;
}
.btn_3:hover {
  background-color: #F58705 !important;
  color: #fff !important;
}

.btn_2 {
  display: inline-block;
  padding: 13.5px 0;
  width: 160px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #F58705;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  border: 1px solid #F58705;
  border-radius: 2px;
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "Cormorant Garamond", serif;
  border-radius: 50px;
}
.btn_2:hover {
  background-color: #fff;
  color: #F58705;
  border: 1px solid #F58705;
}
.btn_main {
  display: inline-block;
  padding: 13.5px 0;
  width: 160px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  background-color: #006D14;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  border: 1px solid #006D14;
  border-radius: 2px;
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "Cormorant Garamond", serif;
  border-radius: 50px;
}
.btn_main:hover, .btn_main:focus {
  background-color: #fff;
  color: #006D14;
  border: 1px solid #006D14;
}
.btn_reverse {
  display: inline-block;
  padding: 13.5px 0;
  width: 160px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  background-color: #F58705;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  border: 1px solid #F58705;
  border-radius: 2px;
  border-radius: 50px;
}
.btn_reverse:hover {
  background-color: #fff;
  color: #F58705;
  border: 1px solid #F58705;
}
/*=================== custom button rule start ====================*/
.button {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 54px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #edeff2;
  text-transform: uppercase;
  background-color: #F58705;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .button {
    font-size: 13px;
    padding: 9px 24px;
  }
}
.button:hover {
  color: #fff;
}
.button-link {
  letter-spacing: 0;
  color: #3b1d82;
  border: 0;
  padding: 0;
}
.button-link:hover {
  background: transparent;
  color: #3b1d82;
}
.button-header {
  color: #fff;
  border-color: #edeff2;
}
.button-header:hover {
  background: #b8024c;
  color: #fff;
}
.button-contactForm {
  color: #fff;
  border-color: #edeff2;
  padding: 12px 25px;
}
.btn-main {
  background: #F58705;
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "Cormorant Garamond", serif;
  border-radius: 35px;
  position: relative;
  color: #fff;
  font-size: 1rem;
  line-height: 0.925rem;
  padding-top: 0.725rem;
}
.btn-main:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #F58705;
  border-radius: 35px;
  transform: scaleX(1.07) scaleY(1.35);
}
.btn-main:hover {
  background: #006D14;
  color: #fff;
}
.btn-main:hover:before {
  border-color: #006D14;
  transform: scaleX(0) scaleY(0);
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.btn_sm {
  padding: 8px 10px 4px;
}

/* End Main Button Area css
============================================================================================ */
header {
  background: rgba(0, 0, 0, 0.435);
  /* background-color: rgba(18, 34, 35, 0.01); */
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}


.innerHeader{
  position: relative;
}

header.innerHeader {
  background: transparent;
}

header.innerHeader .top_header .top_bar .top_bar_txt {
  color: #000;
  border-bottom: 0.5px solid #ddd;

}


header.innerHeader .top_header .top_bar .top_bar_txt a {
  color: #000;
  font-family: "Jost", sans-serif;
}
header.innerHeader .top_header .top_bar .top_bar_txt a i{
  color:#006D14;
}
header.innerHeader .top_header .top_bar .top_bar_txt a.btn_main {
  color: #fff;
  
}
header.innerHeader .top_header .top_bar .top_bar_txt .btn_2 {
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "Cormorant Garamond", serif;
  color: #fff;
}
header.innerHeader .navbar {
  background: transparent;
}
header.innerHeader .navbar .navbar-toggler{
  border-color: #000;
}
header.innerHeader .navbar .navbar-toggler-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
header.innerHeader .navbar-light .navbar-nav .nav-link {
  color: #006D14;
  font-family: "Jost", sans-serif;
}
header.innerHeader .navbar-light .navbar-nav .nav-link:hover, header.innerHeader .navbar-light .navbar-nav .nav-link:focus {
  color: #F58705;
}
header.innerHeader .navbar .navbar-brand .logo-img {
  background: url(../images/logo.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  border-style: none;
  width: 240px;
  height: 72px;
}
@media (max-width: 576px) {
  header.innerHeader .navbar .navbar-brand .logo-img {
    width: 100px;
  }
  .top_header .top_bar .top_bar_txt .top_header_link ul{
    justify-content: center;
  }
}

.top_header .top_bar .top_bar_txt .top_header_link ul{
  display: flex;
}


.top_header .top_bar .top_bar_txt .top_header_link ul li{
  padding-right: 10px;
}
.top_header .top_bar .top_bar_txt .top_header_link ul li + *{
  padding-left: 10px;
  border-left: 1px solid #7f7f7f;
}

.top_header {
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.25); */
  overflow: hidden;
  position: relative;
  padding: 3px 0;
  /* display: none; */
}
.top_header .top_headers_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 44%;
  background-position: left;
  background-size: cover;
}
@media (max-width: 991px) {
  .top_header .top_headers_bg {
    width: 100%;
  }
}
.top_header .top_headers_bg:before {
  display: none;
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 96.5% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 96.5% 0, 100% 100%, 0% 100%);
}
@media (max-width: 991px) {
  .top_header .top_headers_bg:before {
    clip-path: none;
  }
}
@media (max-width: 576px) {
  .top_header .container {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .top_header .top_bar {
    margin-left: 0;
    /* display: none; */
  }
  .top_header .top_bar .top_bar_txt a{
    font-size: 12px;
  }
  header.sticky .top_header .top_bar{
    display: none;
  }
  header.sticky .navbar .navbar-toggler {
    border-color:#000 ;
    outline: none;
  }
  header.sticky .navbar .navbar-toggler .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
}
.top_header .top_bar .top_bar_txt {
  color: #fff;
  border-bottom: 0.5px solid #7f7f7f;
  padding:2px 0 4px;
}
@media (max-width: 576px) {
  .top_header .top_bar .top_bar_txt {
    width: 100%;
    text-align: center;
    padding-top: 5px;
  }
}
.top_header .top_bar .top_bar_txt a {
  color: #c4c4c4;
  line-height: 18px;
  font-family: "Jost", sans-serif;
}
.top_header .top_bar .top_bar_txt .social_icon {
  margin-top: 5px;
}
@media (max-width: 576px) {
  .top_header .top_bar .top_bar_txt .social_icon {
    display: none;
  }
}
.top_header .top_bar .top_bar_txt .social_icon a {
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
}
.top_header .top_bar .top_bar_txt .top_link {
  padding-top: 2px;
}
.top_header .top_bar .top_bar_txt .top_link a {
  padding: 5px;
  display: inline-block;
}
.top_header .top_bar .top_bar_txt .top_link a:after {
  content: "|";
  padding-left: 10px;
}
.top_header .top_bar .top_bar_txt .top_link a:last-child:after {
  content: " ";
}
.top_header .top_bar .top_bar_txt .top_link a.btn_2:hover {
  color: #006D14;
}
.top_header .top_bar .top_bar_txt .top_link p {
  color: #fff;
}
@media (max-width: 576px) {
  .top_header .top_bar .top_bar_txt .top_link {
    text-align: center;
    padding-left: 0;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .top_header .top_bar .top_bar_txt .top_link a {
    padding: 0;
    line-height: 14px;
    font-size: 14px;
  }
  .top_header .top_bar .top_bar_txt .top_link a:after {
    padding-left: 10px;
  }
}
.top_header .top_bar .top_bar_txt .top_contact {
  padding-right: 10px;
}
@media (max-width: 576px) {
  .top_header .top_bar .top_bar_txt .top_contact {
    text-align: center;
    padding-right: 0;
    padding: 5px 0;
  }
  .top_header .top_bar .top_bar_txt .top_contact span {
    padding: 0;
    line-height: 14px;
    font-size: 14px;
  }
}
.top_header .top_bar .top_bar_txt .top_contact span {
  padding: 5px;
  display: inline-block;
}
.top_header .top_bar .top_bar_txt .btn_sm {
  padding: 4px 10px 2px;
}

.top_header .top_bar .top_bar_txt .btn_2 {
  font-size: 20px;
  width: 150px;
  color:#fff;
  background-color: #F58705;
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "Cormorant Garamond", serif;
}


.top_header .top_bar .top_bar_txt .btn_2:hover, .top_header .top_bar .top_bar_txt .btn_2:focus {
  background-color: #c97004;
}
.top_header .top_bar .top_bar_txt .btn_main {
  font-size: 14px;
  width: 150px;
  color:#fff;
  /* font-family: "Kalam", cursive !important; */
  font-family: "Cormorant Garamond", serif !important;
}
.top_header .top_bar .top_bar_txt .btn_main:hover, .top_header .top_bar .top_bar_txt .btn_main:focus {
  color: #006D14;
}

@media (max-width: 576px) {
  .navbar .navbar-brand {
    margin-left: 10px;
  }
  .top_header .top_bar .top_bar_txt .btn_2{
    font-size: 14px;
  width: 100px;
  }
}

.navbar .navbar-brand .logo-img {
  background: url(../images/logo.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  border-style: none;
  width: 240px;
  height: 72px;
}

@media (max-width: 576px) {
  .navbar .navbar-brand .logo-img {
    width: 100px;
  }
}
.navbar .navbar-toggler {
  border-color: #fff;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding-left: 13px;
  padding-right: 13px;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #F58705;
}

.navbar-light .navbar-nav .nav-item .dropdown-menu {
  background-color: #F58705;
}
.navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #fff;
  border-bottom: 1px solid #a09f9f;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  padding-top:10px;
  padding-bottom:10px;

}
p{
  text-align: justify;
}

.navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #006D14;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.sticky .navbar-light .navbar-nav .nav-link {
  /* color: #fff; */
  color:#000;
}
.sticky .navbar-light .navbar-nav .nav-link:hover, .sticky .navbar-light .navbar-nav .nav-link:focus {
  color: #006D14;
}
.sticky .navbar .navbar-brand .logo-img {
  background: url(../images/logo.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  border-style: none;
  width: 240px;
  height: 72px;
}

.inner-header{
  position: relative;
}
.sticky .top_header .top_bar .top_bar_txt a {
  color:#000 !important;
}

.sticky .top_header .top_bar .top_bar_txt .btn_2 {
  color:#fff !important;
}



/* .sticky .top_header .top_bar .top_bar_txt a .btn_2{
  color:#fff !important;
} */


.navbar-sticky {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.section_page_banner {
  background: #006D14;
  clip-path: polygon(0% 0%, 82% 0%, 75% 100%, 0 100%, 0% 100%);
}
.section_page_banner .banner_col .banner_title h1 {
  font-weight: bolder;
  color: white;
  margin-top: 1rem;
  margin-bottom: 0;
  line-height: 3rem;
  font-size: 2rem;
}
@media (max-width: 576px) {
  .section_page_banner .banner_col .banner_title h1 {
    font-size: 22px;
    text-align: left !important;
    margin-left: 10px;
  }
}

footer {
  padding-top: 50px;
  background: #122223;
  color: #fff;
}
footer h3 {
  margin-bottom: 20px;
  font-size: 26px;
  color: #fff;
  font-weight: 600;
}
footer .footer_top_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
footer .facebook_box {
  margin-top: 10px;
}
footer .social {
  margin: 0;
  padding: 0;
}
footer .social li {
  margin-right: 0px;
  margin-left: 5px;
  display: inline;
  list-style-type: none;
}
footer .social li a {
  color: #fff;
  background: rgba(212, 36, 135, 0.9);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  border-radius: 0px;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 27px;
  text-align: center;
}
footer .our_location .media {
  margin-bottom: 10px;
}
footer .our_location .media i.fa {
  font-size: 18px;
  color: #fff;
  margin-top: 0;
}
footer .our_location .media .media-body {
  font-weight: 400;
}
footer .quicklink_block ul li {
  margin-bottom: 5px;
}
footer .quicklink_block ul li i {
  margin-right: 6px;
}
footer .quicklink_block ul li a {
  color: #fff;
}
footer .quicklink_block ul li a:hover, footer .quicklink_block ul li a:focus {
  text-decoration: none;
  color: #006D14;
}
footer .open_time ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .open_time ul li p {
  margin: 0;
  padding: 2px 0;
  color: #fff;
}
footer .open_time ul li p time {
  float: right;
  color: white;
  font-weight: 700;
  text-shadow: none;
}
footer .footer_logo_section {
  background: #122223;
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer_logo_section .footer_logo_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  footer .footer_logo_section .footer_logo_block {
    display: block;
  }
}
footer .footer_logo_section p {
  line-height: normal;
}
footer .footer_logo_section p a {
  white-space: nowrap;
  color: #F58705;
}
@media (max-width: 576px) {
  footer .footer_logo_section .footer_copyright {
    margin-top: 10px;
    text-align: center;
  }
}
footer .footer_link a {
  color: #006D14;
}

.cookie_message {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 30px 0;
  border-top: 1px solid #fff;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}
.slider_wrap {
  position: relative;
  z-index: 1;
  /* overflow: hidden; */
}
.slider_wrap .item {
  height: 600px;
  width: 100%;
  object-position: 50% top;
  object-fit: cover;
  overflow: hidden;
}
@media (min-width: 720px) {
  .slider_wrap .item {
    height: 750px;
  }
}
.slider_wrap .item img {
  opacity: 1;
  height: 100%;
  object-fit: cover;
  /* -webkit-animation: sliderburns 5s ease-out infinite; */
  /* animation: sliderburns 5s ease-out infinite; */
}
@media (min-width: 720px) {
  .slider_wrap .item img {
    height: 100%;
  }
}
.slider_wrap .welcome_text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  padding: 100px 0 20px 0;
  background-color: transparent;
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0)); */
  text-align: center;
}
@media (min-width: 960px) {
  .slider_wrap .welcome_text {
    padding: 120px 0 45px 0;
    bottom: 100px;
  }
}
.slider_wrap .welcome_text h1 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "Cormorant Garamond", serif;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
@media (min-width: 720px) {
  .slider_wrap .welcome_text h1 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (min-width: 960px) {
  .slider_wrap .welcome_text h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
.slider_wrap .welcome_text .text_wrap {
  padding: 10px;
  color: #fff;
}
@media (min-width: 720px) {
  .slider_wrap .welcome_text .text_wrap {
    margin: 30vh 0;
    padding: 30px;
  }
}
.slider_wrap .welcome_text .text_wrap h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
  /* font-family: "Montserrat Alternates", sans-serif; */
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
@media (min-width: 720px) {
  .slider_wrap .welcome_text .text_wrap h1 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (min-width: 960px) {
  .slider_wrap .welcome_text .text_wrap h1 {
    font-size: 50px;
    line-height: 36px;
  }
}
.slider_wrap .welcome_text .text_wrap h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #F58705;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8);
}
@media (min-width: 720px) {
  .slider_wrap .welcome_text .text_wrap h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (min-width: 960px) {
  .slider_wrap .welcome_text .text_wrap h2 {
    font-size: 38px;
    line-height: 36px;
  }
}
.slider_wrap .welcome_text .text_wrap p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  margin-bottom: 0.85rem;
}
@media (min-width: 960px) {
  .slider_wrap .welcome_text .text_wrap {
    font-size: 24px;
    margin-bottom: 1rem;
  }
}
.slider_wrap .carousel_bottom {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.slider_wrap .carousel_bottom img {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(360deg);
  -ms-transform: translateX(-50%) rotate(360deg);
  transform: translateX(-50%) rotate(360deg);
}

/* keyframes*/
@-webkit-keyframes sliderburns {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes sliderburns {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}

/* Search New */
.slider_search_form_wrap{
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  z-index: 99;
}
@media (max-width: 576px) {
  .slider_search_form_wrap{
    /* display: none; */
    margin: 0 auto;
    width: 100%;
    position: relative;
    transform: none;
    bottom: auto;
    left: auto;
  }
}
/* Room Box Starts */
.box-area{
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
  /* grid-gap: 40px; */
  margin-top: 50px;
}
.box-area .box {
border-radius: 10px;
position: relative;
overflow: hidden;
box-shadow: 5px 5px 15px rgba(0,0,0,0.9);
height: 450px;
}
.box-area .box .box_image{
  position: relative;
  height: 100%;
}
.box-area .box .box_image img{
  width: 100%;
  border-radius: 10px;
  display: block;
  transition: transform 0.5s;
  object-fit: cover;
  height: 100%;
  overflow: hidden;
}
.box_image .image-border {
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 20px;
  left: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
  border-radius: 10px;
}
.box-area .box .box_overlay {
width: 100%;
height: 0;
background: linear-gradient(transparent,#1c1c1c 58%);
border-radius: 10px;
position: absolute;
left: 0;
bottom: 0;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 0 40px;
text-align: center;
font-size: 14px;
transition: height 0.5s;
}
.box-area .box .box_overlay h3 {
font-weight: 700;
margin-bottom: 5px;
margin-top: 80%;
font-size: 30px;
color:#F58705;

/* letter-spacing: 2px; */
}
.box-area .box .box_overlay p{
  line-height: 1.5;
  color:#fff;
}
.box-area .box .box_overlay a {
margin-top: 10px;
color: #fff;
text-decoration: none;
font-size: 14px;
/* background: #fff; */
border-radius: 50px;
text-align: center;
padding: 5px 15px;
}
.box-area .box .box_overlay a svg{
  /* fill: #fff; */
  color:#fff;
}
.box-area .box:hover img{
  transform: scale(1.1);
}
.box-area .box:hover .box_overlay{
  height: 100%;
}
/* Room Box Ends */

.searchForm.type-1.blur-1 {
  /* background: rgba(18, 34, 35, 0.5); */
  background: rgba(255, 255, 255, 0.535);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.searchForm.type-1 {
  display: flex;
  padding: 5px;
  /* height: 70px; */
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  align-items: center;
}


.rounded-200 {
  border-radius: 200px !important;
}
@media (max-width: 576px) {
  .searchForm.type-1{
    flex-direction: column;
    border-radius: 0 !important;
  }
  .searchForm.type-1.blur-1 {
    background: rgba(0, 109, 20, 0.985);
  }
  }
.rounded-l-pill{
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.rounded-r-pill{
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.searchForm.type-1 .searchForm__form{
  display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
    /* padding: 10px 0; */
    width: 100%;
}

.searchForm.type-1 .searchForm__form .searchFormItem{
position: relative;
    display: flex;
    align-items: center;
    padding: 0 30px;
    width: 100%;
}



.searchForm.type-1 .searchForm__button button {
  /* height: 100%; */
}

.size-50 {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}

.rounded-full {
  border-radius: 100%;
}
.bg-accent-2 {
  background-color:#F58705  !important;
}
.searchForm.type-1 .searchForm__button button.button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 0;
}

.searchForm.type-1 .searchFormItem__button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  color:#fff;
}

@media (max-width: 576px) {
  .searchForm.type-1 .searchForm__form{
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
  .searchForm.type-1 .searchForm__form .searchFormItem{
    padding:0 2px;
  }
  .searchForm.type-1 .searchForm__form .searchFormItem .input-group{
    flex-wrap: nowrap;
  }
  .searchForm.type-1 .searchForm__button button.button{
    width: 65px !important;
    height: 30.5px !important;
    border-radius: 100px !important;
    font-size: 14px;
    line-height: 0.8;

  }
}
/* Desktop Version */
@media (min-width: 720px){
  .searchForm.type-1 .searchForm__form{
    overflow: hidden;
  }
  .searchForm.type-1 .searchForm__form .searchFormItem{
    padding: 0 15px;
    overflow: hidden;
  }
  .searchForm.type-1 .searchForm__form .searchFormItem .form-floating label{
    font-size: 12px;
  }
  .searchForm.type-1 .searchForm__form .searchFormItem .form-floating>.form-control, .searchForm.type-1 .searchForm__form .searchFormItem.form-floating>.form-select {
    height: calc(2.35rem + 
    2.275px);
    font-size: 0.7rem;
  }
  .searchForm.type-1 .searchForm__form .searchFormItem .form-floating>.form-control{
    padding: 0.9rem;
  }
  .searchForm.type-1 .searchForm__form .searchFormItem .form-floating>.form-control:focus,.searchForm.type-1 .searchForm__form .searchFormItem .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}
  .size-50 {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .searchForm.type-1 .searchForm__form .searchFormItem .form-floating label{
    font-size: 10px;
    
  }
  .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown){
    padding-top: 10px;
    padding-bottom: 0;
  }
  .form-floating>.form-control{
    height: calc(2.5rem + 2px);
    font-size: 0.5rem;
  }
}
.check_in_out_box{
  position: relative;
  z-index: 9;
}
.vanilla-calendar_block,.vanilla-calendar_out_block,.guest_menu_block{
  position: absolute;
  content: "";
  top: 40px;
  left: 0;
  z-index: 99;
  /* width: 100%;
  height: 100%; */
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.guest_menu{
  padding: 20px 40px;

}
.guest_menu label{
  color:#000;
}

.vanilla-calendar_block .datepicker.hasDatepicker{
  /* display: none; */
  /* opacity: 0; */
}

.searchForm.type-1 .searchFormItem + * {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 576px) {
  .searchForm.type-1 .searchFormItem + * {
    border-left: 0;
  }
}
.searchForm.type-1 .searchFormItem__button > *:nth-child(1) {
  white-space: nowrap;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  width: 160px;
}

.searchForm.-type-1 .searchForm__button {
  flex-shrink: 0;
}

.btn-book-now {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  background-color: transparent;
  color: #000;
  /* border: 2px solid #000; */
  transition: background-color 0.3s, color 0.3s;
}
.btn-book-now.reverse {
  color: #F58705;
}
.btn-book-now:hover,.btn-book-now:focus {
    background-color: transparent;
    color: #F58705;
    /* border: none; */
  }
  .btn-book-now.reverse:hover,.btn-book-now.reverse:focus{
    color:#000;
  }
  .btn-book-now .feather {
    margin-right: 0.5rem;
    transition: transform 0.3s;
  }

  .btn-book-now:hover .feather {
    transform: translateX(5px);
  }

  .texts-secondary{
    color:#F58705;
  }
/* Search New End */
.divider {
  background-color: #F58705;
  -webkit-mask: url(../images/divider.svg) no-repeat 50% 50%;
  mask: url(../images/divider.svg) no-repeat 50% 50%;
  -webkit-mask-size: 250px;
  mask-size: 250px;
  height: 30px;
  width: 100%;
}

.page_banner_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 250px;
  width: 100%;
}
.page_banner_wrap:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../images/slider2.jpg") no-repeat top center;
  background-size: cover;
}
.page_banner_wrap .page_banner_content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0 20px 0;
  background-color: transparent;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0));
  text-align: center;
}
@media (min-width: 960px) {
  .page_banner_wrap .page_banner_content {
    padding: 120px 0 25px 0;
  }
}
.page_banner_wrap .page_banner_content h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
  /* font-family: "Cormorant", serif; */
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
@media (min-width: 720px) {
  .page_banner_wrap .page_banner_content h3 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (min-width: 960px) {
  .page_banner_wrap .page_banner_content h3 {
    font-size: 50px;
    line-height: 36px;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
}
.section-title h2 {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 4px;
  color: #006D14;
  margin-bottom: 10px;
}
.section-title h3 {
  font-size: 22px;
  color: #F58705;
}

/* .welcome_wrap .section-title h2{
  font-size:16px;
}
.welcome_wrap .section-title h3{
  font-size:23px;
} */

@media (min-width: 720px) {
  .section-title h3 {
    font-size: 36px;
  }
}
.section-title .tbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 6vw;
  /* font-family: "Great Vibes", cursive; */
  font-family: "Cormorant Garamond", serif;
  opacity: 0.125;
}

.inner-page {
  padding: 40px 0;
}
.inner-page .section-title h2 {
  font-size: 1.25rem;
  font-weight: bold;
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "Cormorant Garamond", serif;
  color: #006D14;
  margin-bottom: 0;
}
@media (min-width: 720px) {
  .inner-page .section-title h2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 960px) {
  .inner-page .section-title h2 {
    font-size: 2.25rem;
  }
}
.inner-page .contactd_info {
  padding: 15px 20px;
  margin-bottom: 20px;
  background: #f1f1f1;
}
.inner-page .contactd_info:nth-child(even) {
  background: #e9e9e9;
}
@media (min-width: 960px) {
  .inner-page .contactd_info {
    margin-bottom: 30px;
  }
}
.inner-page .contactd_info i {
  font-size: 30px;
  color: #006D14;
}
@media (min-width: 720px) {
  .inner-page .contactd_info i {
    font-size: 40px;
  }
}
.inner-page .contactd_info .media-body h4 {
  color: #F58705;
  font-size: 1.25rem;
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 0;
  margin-top: 10px;
}

.welcome_wrap {
  background: url(../images/welcome_bg_main.png) center center no-repeat;
}
@media (min-width:1680px) {
  .welcome_wrap {
    background: url(../images/welcome_bg_main_big.png) center center no-repeat;
  }
}
@media (min-width: 720px) {
  .welcome_wrap {
    margin: 4rem 0 !important;
  }
}

.speciality_wrap .overlay .speciality_block .speciality_text {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.speciality_wrap {
  background: url("../images/slider1.jpg") no-repeat top center;
  background-size: cover;
  padding: 0;
  color: white;
  position: relative;
}
.speciality_wrap .overlay {
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.75);
}
.speciality_wrap .overlay .section-title {
  margin-top: 20px;
}
.speciality_wrap .overlay .section-title h2 {
  color: #fff;
}
.speciality_wrap .overlay .section-title .divider {
  color: #fff;
}
.speciality_wrap .overlay .section-title .divider:before {
  background: #fff;
}
.speciality_wrap .overlay .section-title .divider:after {
  background: #fff;
}
.speciality_wrap .overlay .speciality_block {
  position: relative;
  z-index: 1;
  display: flex;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  overflow: hidden;
  margin-bottom: 20px;
}
.speciality_wrap .overlay .speciality_block img {
  width: 100%;
  height: 225px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.speciality_wrap .overlay .speciality_block:hover img {
  -webkit-transform: scale(1.2) rotate(2.5deg);
  transform: scale(1.2) rotate(2.5deg);
  /* Add the blur effect */
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.speciality_wrap .overlay .speciality_block .speciality_text {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.speciality_wrap .overlay .speciality_block .speciality_text a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
  font-size: 19px;
  font-weight: bold;
  filter: none;
  -webkit-filter: none;
  border: 2px solid;
  border-color: #fff transparent #fff transparent;
  border-radius: 0;
}
.speciality_wrap .overlay .speciality_block .speciality_text a:hover {
  color: #006D14;
  text-shadow: none;
  text-decoration: none;
  font-weight: bold;
  border-color: #006D14 transparent #006D14 transparent;
}
.speciality_wrap .overlay .speciality_block:hover .speciality_text {
  opacity: 1;
  visibility: visible;
}
.speciality_wrap .shape-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.speciality_wrap .shape-top img {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}

.ourfood_wrap {
  position: relative;
  margin: 2rem 0 1.5rem;
}
@media (min-width: 960px) {
  .ourfood_wrap {
    margin: 3rem 0 4rem;
  }
}
.ourfood_wrap .bg-img {
  width: 35%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.75;
}
@media (min-width: 720px) {
  .ourfood_wrap .section-title {
    text-align: left;
  }
}
.ourfood_wrap .section-title h3 {
  font-size: 22px;
  line-height: 22px;
}
@media (min-width: 720px) {
  .ourfood_wrap .section-title h3 {
    font-size: 36px;
    line-height: 36px;
  }
}
.ourfood_wrap .ourfoodbtn .btn-main {
  font-size: 0.8rem;
  border-radius: 35px;
}
.ourfood_wrap .ourfoodbtn .btn-main:before {
  border-radius: 35px;
  transform: scaleX(1.09) scaleY(1.3);
}
.ourfood_wrap .ourfoodimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ourfood_wrap .ourfoodimg .image1, .ourfood_wrap .ourfoodimg .image2, .ourfood_wrap .ourfoodimg .image3 {
  border-radius: 30px;
}
.ourfood_wrap .ourfoodimg .image1 img, .ourfood_wrap .ourfoodimg .image2 img, .ourfood_wrap .ourfoodimg .image3 img {
  border: 15px solid #fff;
  border-radius: 30px;
}
.ourfood_wrap .ourfoodimg .image2 img, .ourfood_wrap .ourfoodimg .image3 img {
  border-right: 0;
}
.ourfood_wrap .ourfoodimg .image2 img {
  border-bottom: 0;
}
.ourfood_wrap .ourfoodimg .image3 img {
  width: 120%;
}
.ourfood_wrap .ourfoodimg .imgr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.notice_wrap {
  background: url(../images/notice_bg.png) center center no-repeat;
  margin: 1.5rem 0 2rem;
}
@media (min-width:1680px) {
  .notice_wrap {
    background: url(../images/notice_bg_big.png) center center no-repeat;
  }
}
@media (min-width: 720px) {
  .notice_wrap {
    margin: 2.5rem 0 3rem !important;
  }
}
.notice_wrap .notice_block {
  position: relative;
}

.reservation {
  background: url("../images/slider1.jpg") no-repeat fixed;
  background-size: cover;
  padding: 0;
  color: white;
  position: relative;
}
.reservation .overlay {
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.8);
}
.reservation .overlay .section-title {
  margin: 20px 0;
}
.reservation .overlay .section-title h2 {
  color: #fff;
}
.reservation .overlay .section-title .divider {
  color: #fff;
}
.reservation .overlay .section-title .divider:before {
  background: #fff;
}
.reservation .overlay .section-title .divider:after {
  background: #fff;
}
.reservation .overlay form {
  color: #fff;
}
.reservation .overlay form.type_home .form-control {
  background: transparent;
  text-transform: uppercase;
  color: #fff;
  border-color: #fff;
}
.reservation .overlay form.type_home ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.reservation .overlay form.type_home :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.reservation .overlay form.type_home ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.reservation .overlay p.reservation_note {
  color: #fff;
}
.reservation .shape-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.reservation .shape-top img {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
.reservation .shape-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.reservation .shape-bottom img {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.review_wrap {
  position: relative;
  background: #fff;
  padding: 50px 0;
}
@media (min-width: 960px) {
  .review_wrap {
    padding: 70px 0;
  }
}
.review_wrap .review_slider h5 {
  color: #006D14;
}
.review_wrap .review_slider .reviwer_name {
  color: #006D14;
}
.review_wrap .review_rating i {
  color: rgba(255, 255, 255, 0.2);
  display: inline;
  font-size: 16px;
}
.review_wrap .review_rating i.active {
  color: #ff4500 !important;
  fill: #ff4500;
}
.review_wrap .review_rating .active {
  fill: #ff4500 !important;
}

.about_inner_img {
  position: relative;
  width: 100%;
  background-image: url(../images/about2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 30px;
  border-radius: 20px;
  min-height: 100%;
}
@media (max-width: 720px) {
  .about_inner_img {
    min-height: 250px;
  }
}

.homefeature_section {
  margin-top: -50px;
  position: relative;
  z-index: 5;
}
.homefeature_section .homefeature_item {
  background: #006D14;
  padding: 64px 24px 67px;
}
.homefeature_section .homefeature_item i {
  color: #F58705;
  font-size: 60px;
}
.homefeature_section .homefeature_item h5 {
  color: #fff;
  font-size: 20px;
}
.homefeature_section .homefeature_item p {
  font-size: 15px;
  color: #fff;
  opacity: 0.7;
  padding-top: 10px;
}
.homefeature_section .homefeature_item.centre {
  position: relative;
  z-index: 9;
}
.homefeature_section .homefeature_item.centre::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #F58705;
  z-index: -1;
  transform: scale(1.2);
}
.homefeature_section .homefeature_item.centre i {
  color: #fff;
}

.data_section {
  margin-bottom: -60px;
  position: relative;
  z-index: 5;
}
.data_section .data_bg {
  background: #F58705;
  padding: 0px 30px 30px;
}
.data_section .data_bg .single_data {
  background: #fff;
  border: 2px solid #e9e9e9;
  padding: 15px;
  margin-top: 30px;
}
.data_section .data_bg .single_data .data_icon {
  line-height: 0;
}
.data_section .data_bg .single_data .data_icon i {
  font-size: 45px;
  color: #F58705;
}
.data_section .data_bg .single_data .data_content {
  padding-left: 20px;
}
.data_section .data_bg .single_data .data_content h6 {
  color: #006D14;
  font-size: 20px;
}
.data_section .data_bg .single_data .data_content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.data_section_two {
  margin-top: 20px;
  position: relative;
}
.data_section_two .data_bg_two {
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 55px;
  z-index: 9;
}
.data_section_two .data_bg_two .data_block_two + .data_block_two {
  position: relative;
  border-left: 1px solid #eaeaea;
}
@media (max-width: 576px) {
  .data_section_two .data_bg_two .data_block_two + .data_block_two {
    border-left: none;
    border-top: 1px solid #eaeaea;
  }
}
.data_section_two .data_bg_two .single_data_two {
  background: #fff;
  padding: 15px;
}
.data_section_two .data_bg_two .single_data_two .data_icon_two {
  position: relative;
  font-size: 60px;
  color: #b6b6b6;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 10px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  background: #f4f1ee;
  border-radius: 50%;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  text-align: center;
}
.data_section_two .data_bg_two .single_data_two .data_icon_two:before {
  position: absolute;
  content: "";
  border: 10px solid #fff;
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 50%;
}
.data_section_two .data_bg_two .single_data_two .data_icon_two:after {
  position: absolute;
  content: "";
  border: 3px dotted #006D14;
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 50%;
}
.data_section_two .data_bg_two .single_data_two .data_icon_two i {
  font-size: 45px;
  color: #F58705;
}
.data_section_two .data_bg_two .single_data_two .data_content_two {
  text-align: center;
}
.data_section_two .data_bg_two .single_data_two .data_content_two h6 {
  color: #F58705;
  /* font-weight: bold; */
  font-size: 22px;
}
@media (min-width: 768px) {
  .data_section_two .data_bg_two .single_data_two .data_content_two h6 {
  font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .data_section_two .data_bg_two .single_data_two .data_content_two h6 {
    
    min-height: 50px;
  }
  
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .data_section_two .data_bg_two .single_data_two .data_content_two h6 {
    
    min-height: 50px;
  }
}
.data_section_two .data_bg_two .single_data_two .data_content_two p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media (min-width: 960px) {
  .data_section_two .data_bg_two .single_data_two .data_content_two p {
    min-height: 90px;
  }
}
@media (min-width: 1200px) {
  .data_section_two .data_bg_two .single_data_two .data_content_two p {
    min-height: 75px;
  }
}

.homeservice_section {
  background: black;
  padding-top: 125px;
  padding-bottom: 100px;
  position: relative;
}
.homeservice_section:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/service_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
  filter: blur(3px);
}
.homeservice_section .homeservice_titlesection h1 {
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 0;
}
@media (min-width: 720px) {
  .homeservice_section .homeservice_titlesection h1 {
    margin-bottom: -5px;
  }
}
@media (min-width: 960px) {
  .homeservice_section .homeservice_titlesection h1 {
    font-size: 2.75rem;
    margin-bottom: -8px;
  }
}
.homeservice_section .homeservice_titlesection .divider {
  background-color: #fff;
}
.homeservice_section .homeservice_titlesection h5 {
  color: #fff;
  opacity: 0.75;
}
.homeservice_section .homeservice_single {
  padding: 35px 23px 35px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  transition: all 0.3s ease-out 0s;
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 5;
  margin-top: 30px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}
@media (min-width: 720px) {
  .homeservice_section .homeservice_single {
    min-height: 250px;
  }
}
.homeservice_section .homeservice_single:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/card_shape.png);
  background-repeat: no-repeat;
  background-position: top right;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.245;
}
.homeservice_section .homeservice_single i {
  font-size: 60px;
  color: #F58705;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.homeservice_section .homeservice_single h5 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 7px;
  transition: all 0.3s ease-out 0s;
}
.homeservice_section .homeservice_single p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  transition: all 0.3s ease-out 0s;
}
.homeservice_section .homeservice_single .btn_reverse_2 {
  width: 100px;
  font-size: 12px;
}
.homeservice_section .homeservice_single:hover {
  background: #F58705;
  border-color: #F58705;
}
.homeservice_section .homeservice_single:hover i {
  color: #fff;
}
.homeservice_section .homeservice_single:hover h5 {
  color: #fff;
}
.homeservice_section .homeservice_single:hover p {
  color: #fff;
  opacity: 0.9;
}
.homeservice_section .homeservice_single:hover .btn_reverse_2 {
  background: #006D14;
  border-color: #006D14;
}
.homeservice_section .homeservice_single .btn_reverse_2:hover {
  background-color: #fff;
  border-color: #006D14;
}

.home-support-section .home-support-wrapper {
  padding: 60px 100px;
  border-radius: 5px 5px 0 0;
  background: #F58705;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.home-support-section .home-support-wrapper .home-support-text h2 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 20px;
}
.home-support-section .home-support-wrapper .home-support-text p {
  color: rgba(255, 255, 255, 0.75);
}

.home-areas-support-section .home-areas-support-wrapper {
  padding: 60px 100px;
  border-radius: 5px 5px 0 0;
  background: #014858;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.home-areas-support-section .home-areas-support-wrapper .divider {
  background-color: #fff;
  margin-bottom: 20px;
}
.home-areas-support-section .home-areas-support-wrapper .home-areas-support-text h2 {
  font-size: 1.75rem;
  color: #fff;
}
.home-areas-support-section .home-areas-support-wrapper .home-areas-support-text p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
}
.home-areas-support-section .home-areas-support-wrapper .home-areas-support-text .btn_main {
  width: 265px;
}
@media (min-width: 720px) {
  .home-areas-support-section .home-areas-support-wrapper .home-areas-support-text .btn_main {
    width: 260px;
  }
}

.homereview_section .homereview_titles h1 {
  color: #006D14;
  font-weight: bold;
  font-size: 1.75rem;
}
.homereview_section .homereview_titles h1 span {
  color: #F58705;
}
.homereview_section .review_slider {
  text-align: center;
}
.homereview_section .review_slider:before {
  position: absolute;
  content: "";
  height: 60px;
  width: 80px;
  left: 35%;
  top: 0;
  background-image: url(../img/left-quote.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
  filter: blur(0.35px);
}
.homereview_section .review_slider h4 {
  font-weight: bold;
  color: #F58705;
  line-height: 3rem;
}
.homereview_section .review_slider h6 {
  margin-top: 15px;
}
.homereview_section .review_slider h6 span {
  color: #014858;
  margin-left: 10px;
  font-weight: bold;
}

.home_partner_section .homepartner_titles h1 {
  color: #000;
  font-weight: bold;
}
.home_partner_section .homepartner_titles h1 span {
  color: #F58705;
}
.home_partner_section .partner_slider .item img {
  height: 80px;
  padding: 15px;
}

.reviewpage_block {
  border-bottom: 1px solid #ccc !important;
}
.reviewpage_block .reviewpage_block_head ul li {
  color: #006D14;
}
.reviewpage_block .reviewpage_block_head ul li i {
  color: #F58705;
}

.home_tasbir_section .tasbir_inner h1 {
  color: #000;
  font-weight: bold;
}

.home_getintouch_wrap {
  background: url("../images/about1.jpg") no-repeat fixed;
  background-size: cover;
  padding: 0;
  color: white;
  position: relative;
}
.home_getintouch_wrap .overlay {
  padding: 80px 0;
  /* background: rgba(0, 0, 0, 0.8); */
  background-color: #122223;
}
.home_getintouch_wrap .section-title {
  margin-bottom: 20px;
}
.home_getintouch_wrap .section-title h2 {
  color: #F58705;
  /* font-family: "Kalam", cursive !important; */
  font-family: "Cormorant Garamond", serif !important;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: capitalize;
  letter-spacing: normal;
}
@media (min-width: 720px) {
  .home_getintouch_wrap .section-title h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 960px) {
  .home_getintouch_wrap .section-title h2 {
    font-size: 2.75rem;
  }
}
.home_getintouch_wrap .section-title .divider {
  background-color: #fff;
}
.home_getintouch_wrap .lead {
  white-space: pre-wrap;
  text-align: center;
  color: #fff;
  font-size: 1.05rem;
}

.main-menus-block {
  background: #f0f0f0;
  padding-left: 15px;
  padding-right: 15px;
}
.main-menus-block .section_titles h3 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 22px;
}
.main-menus-block .section_titles h4 {
  color: #000;
  font-size: 0.9rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
.main-menus-block .shop_categories_block {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 1rem;
}
.main-menus-block .shop_categories_block h3 {
  font-weight: bold;
}
.main-menus-block .shop_categories_block .shop_categories_list li {
  padding: 5px 0;
}
.main-menus-block .shop_categories_block .shop_categories_list li a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  display: block;
}
.main-menus-block .shop_categories_block .shop_categories_list li a.active {
  color: #098282;
}
.main-menus-block .shop_categories_block .shop_categories_list li a.active i {
  color: black;
}
.main-menus-block .shop_categories_block .shop_categories_list li a.active span {
  color: #03232c !important;
}
.main-menus-block .shop_categories_block .shop_categories_list li a i {
  color: black;
  text-shadow: 0px 1px 0px black;
}
.main-menus-block .shop_categories_block .shop_categories_list li a span {
  color: #006D14!important;
  position: relative;
}
.main-menus-block .shop_categories_block .shop_categories_list li .shop_subcategories_list li {
  padding: 10px 0 0 12px;
}
.main-menus-block .con-w3l h4 {
  font-family: "Jost", sans-serif;
  border-bottom: 1px solid #eee;
}
.main-menus-block .con-w3l .product-cat-title {
  font-size: 16px;
  font-weight: 600;
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "Cormorant Garamond", serif;
}
.main-menus-block .con-w3l .product-cat-title b {
  font-family: "Jost", sans-serif;
}
.main-menus-block .con-w3l .item h6 {
  font-family: "Jost", sans-serif;
  color: #014858;
}

.recommended-menus-block {
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}
.recommended-menus-block .section_titles h3 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 22px;
}
.recommended-menus-block .section_titles h4 {
  color: #000;
  font-size: 0.9rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
.recommended-menus-block .con-w3l h4 {
  font-family: "Jost", sans-serif;
  border-bottom: 1px dotted #fff;
}
.recommended-menus-block .con-w3l .product-cat-title {
  font-size: 16px;
  font-weight: 600;
  color: #006D14;
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "Cormorant Garamond", serif;
}
.recommended-menus-block .con-w3l .product-cat-title b {
  font-family: "Jost", sans-serif;
}
.recommended-menus-block .con-w3l .item h6 {
  font-family: "Jost", sans-serif;
  color: #F58705;
}

.set-menus-block {
  padding-left: 15px;
  padding-right: 15px;
}
.set-menus-block .section_titles h3 {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 24px;
}
.set-menus-block .section_titles h4 {
  color: #000;
  font-size: 1rem;
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}
.set-menus-block .shop_categories_block {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 1rem;
}
.set-menus-block .shop_categories_block h3 {
  font-weight: bold;
}
.set-menus-block .shop_categories_block .shop_categories_list li {
  padding: 5px 0;
}
.set-menus-block .shop_categories_block .shop_categories_list li a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  display: block;
}
.set-menus-block .shop_categories_block .shop_categories_list li a.active {
  color: #098282;
}
.set-menus-block .shop_categories_block .shop_categories_list li a.active i {
  color: black;
}
.set-menus-block .shop_categories_block .shop_categories_list li a.active span {
  color: #03232c !important;
}
.set-menus-block .shop_categories_block .shop_categories_list li a i {
  color: black;
  text-shadow: 0px 1px 0px black;
}
.set-menus-block .shop_categories_block .shop_categories_list li a span {
  color: #006D14!important;
  position: relative;
}
.set-menus-block .shop_categories_block .shop_categories_list li .shop_subcategories_list li {
  padding: 10px 0 0 12px;
}
.set-menus-block .con-w3l .product_item {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 20px;
}
@media (min-width: 960px) {
  .set-menus-block .con-w3l .product_item {
    min-height: 585px;
  }
}
@media (min-width: 1200px) {
  .set-menus-block .con-w3l .product_item {
    min-height: 590px;
  }
}
.set-menus-block .con-w3l h4 {
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "Cormorant Garamond", serif;
  border-bottom: 1px solid #eee;
}
.set-menus-block .con-w3l .product-cat-title {
  font-weight: 600;
  border-bottom: 2px dotted #ccc;
  line-height: 2em;
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "Cormorant Garamond", serif;
  color: #014858;
  clear: both;
}
.set-menus-block .con-w3l .product-cat-title b {
  font-family: "Jost", sans-serif;
}
.set-menus-block .con-w3l h5 {
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
}
.set-menus-block .con-w3l .item h6 {
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "Cormorant Garamond", serif;
  color: #014858;
  margin-bottom: 5px;
}

.main_content {
  padding: 30px 0;
}
@media (min-width: 720px) {
  .main_content {
    padding: 40px 0 60px;
  }
}
.main_content .section_titles h3 {
  color: #006D14;
}
@media (max-width: 576px) {
  .main_content .section_titles h3 {
    font-size: 22px;
  }
}
.main_content .right_content.type_home {
  box-shadow: 4px 16px 6px #c9c1c1;
  background: #ffffff;
}
@media (min-width: 960px) {
  .main_content .right_content.type_home {
    min-height: 325px;
  }
}
.main_content .left_content.type_home {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  box-shadow: 4px 16px 6px #c9c1c1;
  background: #ffffff;
}
@media (min-width: 960px) {
  .main_content .left_content.type_home {
    min-height: 325px;
  }
}
.main_content .welcome-img-block {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 720px) {
  .main_content .welcome-img-block {
    margin: 30px auto 0;
  }
}
.main_content .welcome-img-block img {
  width: 100%;
  height: 100%;
}
.main_content .welcome-img-block .welcome-shape-1 {
  position: absolute;
  right: -60px;
  top: -60px;
  z-index: -1;
}
@media (max-width: 576px) {
  .main_content .welcome-img-block .welcome-shape-1 {
    display: none;
  }
}
.main_content .welcome-img-block .welcome-shape-2 {
  position: absolute;
  left: -35px;
  bottom: -35px;
  z-index: 11;
}
@media (max-width: 576px) {
  .main_content .welcome-img-block .welcome-shape-2 {
    display: none;
  }
}
.main_content .box {
  background: #ffffff;
  padding: 20px 30px;
  margin-bottom: 30px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.main_content .box h1 {
  color: #006D14;
}
.main_content .box.p0 {
  padding: 0;
}
.main_content .box h3 {
  color: #006D14;
  margin-bottom: 10px;
}
.main_content .sidebar_ads {
  margin-bottom: 30px;
}
.main_content .sidebar_ads img {
  width: 100%;
  height: auto;
}
.main_content .event_box {
  padding: 20px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .main_content .event_box {
    padding: 12px;
  }
}
.main_content .event_box img {
  float: left;
  width: 300px;
  margin-right: 20px;
}
@media (max-width: 576px) {
  .main_content .event_box img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .main_content .event_box .event_txt {
    text-align: center;
    padding: 5px 0 10px 0;
  }
}
.main_content .event_box h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.main_content .event_box h3 a {
  color: #333;
  line-height: 36px;
}
.main_content .event_box .countdown_event {
  margin: 10px 0;
}
.main_content .event_box .countdown_event span {
  display: inline-block;
  text-align: center;
  font-size: 36px;
  color: #F58705;
}
.main_content .event_box .countdown_event span span {
  border: #006D14solid 1px;
  padding: 0 10px;
}
.main_content .event_box .countdown_event span small {
  background: #006D14;
  display: block;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  padding: 2px 0;
}
.main_content p {
  text-align: justify;
  font-size: 15px;
}

.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
}
.accordion-box .block:last-child {
  margin-bottom: 0;
}
.accordion-box .block .acc-btn {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  cursor: pointer;
  padding: 15px 0px;
  padding-right: 50px;
  color: #222222;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "Cormorant Garamond", serif;
}
.accordion-box .block .acc-btn.active {
  background-color: #ffffff;
  color: #F58705;
}
.accordion-box .block .acc-btn.active .fa-chevron-down:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.accordion-box .block .icon {
  position: absolute;
  right: 3px;
  top: 18px;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  height: 30px;
  line-height: 30px;
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
  border-top: 2px solid transparent;
}
.accordion-box .block .content {
  position: relative;
  padding: 18px 0;
}
.accordion-box .block .content .text {
  position: relative;
  display: block;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 1.6em;
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "Cormorant Garamond", serif;
}
.accordion-box .block.current .acc-content {
  display: block;
}
.accordion-box .block.active-block .acc-content {
  border-top-color: #F58705;
}

.slider_welcome_section {
  position: relative;
  padding: 40px 0 50px 0;
}
.slider_welcome_section .slider_welcome_block:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #FFC500;
  transform: scaleX(0.95) scaleY(0.95);
  z-index: -9;
}
.slider_welcome_section .slider_welcome_block:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #FFC500;
  transform: scaleX(0.93) scaleY(1.01);
  z-index: -9;
}
.slider_welcome_section .slider_welcome_block .slider_welcome_inner {
  margin: 2% 1% 2% 1%;
  padding: 2em 2.25em;
}
@media (min-width: 720px) {
  .slider_welcome_section .slider_welcome_block .slider_welcome_inner {
    margin: 3% 1% 2% 1%;
  }
}
@media (min-width: 720px) {
  .slider_welcome_section .section_titles h3 {
    font-size: 1.856rem;
  }
}

.welcome_wrap {
  background: transparent;
  background-size: cover cover;
}
.welcome_wrap .section-title {
  position: relative;
  text-align: center;
}
@media (min-width: 720px) {
  .welcome_wrap {
    padding: 10px 0;
  }
  .welcome_wrap .welcome_wrap_block {
    position: relative;
  }
  .welcome_wrap .welcome_wrap_block .section-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .welcome_wrap .welcome_wrap_block .section-title h2 {
    color: #006D14;
    /* font-family: "Cormorant Garamond", serif; */
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: capitalize;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  .welcome_wrap .welcome_wrap_block .section-title h2 {
    font-size: 2rem;
  }
}
@media (min-width: 720px) and (min-width: 960px) {
  .welcome_wrap .welcome_wrap_block .section-title h2 {
    font-size: 2rem;
  }
}
@media (min-width: 720px) {
  .welcome_wrap .welcome_wrap_block .section-title h3 {
    color: #006D14;
    /* font-family: "Cormorant Garamond", serif; */
    font-family: "Cormorant Garamond", serif;
    font-size: 1.75rem;
    line-height: 2.1rem;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  .welcome_wrap .welcome_wrap_block .section-title h3 {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }
}

.welcome_wrap .welcome_wrap_block .section-title h2 {
  color:#F58705;
}
@media (min-width: 720px) {
  .welcome_wrap .welcome_wrap_block .section-title h6 {
    color: #006D14;
  }
  .welcome_wrap .welcome_wrap_block .section-title h6 span {
    color: #006D14;
  }
}
@media (min-width: 720px) {
  .welcome_wrap .welcome_wrap_block .section-title .divider {
    margin-bottom: 15px;
  }
}
@media (min-width: 720px) {
  .welcome_wrap .welcome_wrap_block .wel_img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media (min-width: 720px) {
  .welcome_wrap .welcome_wrap_block .welcome_img {
    position: relative;
    width: 100%;
    background-image: url(../images/about4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* margin-left: 60px; */
    margin-bottom: 30px;
    border-radius: 20px;
  }
}
.welcome_wrap .welcome-image {
  background: url(../images/home1.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width:576px) {
  .welcome_wrap .welcome-image {
    height: 180px;
    margin: 10px 10px 0;
  }
}

/* .form-control {
  padding: 0.65rem 0.75rem 0.3755rem;
  font-size: 0.85rem;
  line-height: 2rem;
  font-family: "Cormorant Garamond", serif;
}

select.form-control {
  padding: 0.45rem 0.75rem 0.3755rem;
  font-size: 0.85rem;
  line-height: 1.5rem;
  white-space: pre-line;
} */

.cause-wraps {
  position: relative;
}
.cause-wraps .all-albums-img {
  width: 100%;
  object-fit: cover;
}
.cause-wraps .entry-headers {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.95);
  opacity: 0.9;
}
.cause-wraps .entry-titles {
  padding: 6px 12px;
}
.cause-wraps .entry-titles a {
  color: #fff;
  line-height: 2.5rem;
}

/* HomeAmenity */
.homeamenity_section .amenity_slider .amenity_icon{
  font-size: 3rem;
  font-weight: 700;
  color:#006D14;
}

.homeamenity_section .amenity_slider .amenity_title h4{
  font-size: 1.4rem;
  font-weight: 600;
  color:#000;
  margin-top: 10px;
}
/* HomeAmenity Ends */

/* homevideo section starts */
.homevideo_section{
  background: url('../images/home1.jpg') no-repeat center center;
  background-size: cover;
  padding: 0;
  position: relative;
  z-index: 99;
  overflow: hidden;
  
}
.homevideo_section  #background-video {
    width: 100vw;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -9;

  }
  .homevideo_section .homevideo_item{
    height: 500px;
        width: 100%;
        overflow: hidden;
  }
  .homevideo_section .welcome_text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    
    z-index: 999;
    padding: 100px 0 20px 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0));
    text-align: center;
  }
    @media (min-width:720px) {
      .homevideo_section .welcome_text{
        padding: 120px 0 25px 0;
      }
    }

    .homevideo_section .welcome_text h3{

        font-size: 2.75rem;
        color:#fff;
        font-weight: bold;
        line-height: 60px;
        letter-spacing: 4px;
        animation: glitch1 2.5s infinite;
    }

    .homevideo_section .welcome_text h2{
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        color:#fff;
        
        text-transform: uppercase;
        
       
       
    }
   
  .homevideo_section .overlay{
    padding: 180px 0;
    background: rgba(0,0,0, 0.785);
}
.homevideo_section .section-title{
  // text-align: start;
}
  .homevideo_section .section-title h2{
    color:#006D14;
    font-weight: bold;
    margin-bottom: 15px;
    
    
    
  }
  @media (min-width:576px) {
    .homevideo_section .section-title h2{
    font-size: 2.75rem;
    margin-bottom: 30px;
  }
}
  .homevideo_section .section-title h3{
    font-size: 2.75rem;
    color:#fff;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 4px;
    animation: glitch1 2.5s infinite;
  }

  /*Keyframes*/

@keyframes glitch1 {
  0% {
    transform: none;
    opacity: 1;
  }
  7% {
    transform: skew(-0.5deg, -0.9deg);
    opacity: 0.75;
  }
  10% {
    transform: none;
    opacity: 1;
  }
  27% {
    transform: none;
    opacity: 1;
  }
  30% {
    transform: skew(0.8deg, -0.1deg);
    opacity: 0.75;
  }
  35% {
    transform: none;
    opacity: 1;
  }
  52% {
    transform: none;
    opacity: 1;
  }
  55% {
    transform: skew(-1deg, 0.2deg);
    opacity: 0.75;
  }
  50% {
    transform: none;
    opacity: 1;
  }
  72% {
    transform: none;
    opacity: 1;
  }
  75% {
    transform: skew(0.4deg, 1deg);
    opacity: 0.75;
  }
  80% {
    transform: none;
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}  
  
@keyframes glitch2 {
  0% {
    transform: none;
    opacity: 0.25;
  }
  7% {
    transform: translate(-2px, -3px);
    opacity: 0.5;
  }
  10% {
    transform: none;
    opacity: 0.25;
  }
  27% {
    transform: none;
    opacity: 0.25;
  }
  30% {
    transform: translate(-5px, -2px);
    opacity: 0.5;
  }
  35% {
    transform: none;
    opacity: 0.25;
  }
  52% {
    transform: none;
    opacity: 0.25;
  }
  55% {
    transform: translate(-5px, -1px);
    opacity: 0.5;
  }
  50% {
    transform: none;
    opacity: 0.25;
  }
  72% {
    transform: none;
    opacity: 0.25;
  }
  75% {
    transform: translate(-2px, -6px);
    opacity: 0.5;
  }
  80% {
    transform: none;
    opacity: 0.25;
  }
  100% {
    transform: none;
    opacity: 0.25;
  }
}

@keyframes glitch3 {
  0% {
    transform: none;
    opacity: 0.25;
  }
  7% {
    transform: translate(2px, 3px);
    opacity: 0.5;
  }
  10% {
    transform: none;
    opacity: 0.25;
  }
  27% {
    transform: none;
    opacity: 0.25;
  }
  30% {
    transform: translate(5px, 2px);
    opacity: 0.5;
  }
  35% {
    transform: none;
    opacity: 0.25;
  }
  52% {
    transform: none;
    opacity: 0.25;
  }
  55% {
    transform: translate(5px, 1px);
    opacity: 0.5;
  }
  50% {
    transform: none;
    opacity: 0.25;
  }
  72% {
    transform: none;
    opacity: 0.25;
  }
  75% {
    transform: translate(2px, 6px);
    opacity: 0.5;
  }
  80% {
    transform: none;
    opacity: 0.25;
  }
  100% {
    transform: none;
    opacity: 0.25;
  }
}
/* homevideo section ends */

/* Offer Modal */

.offer-modal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.offer-modal.show .modal-dialog {
  margin-top: 100px;
}
@media (min-width: 960px) {
  .offer-modal.show .modal-dialog {
    margin-top: 180px;
  }
}
.offer-modal.show .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 99;
  border-bottom: none;
  padding: 0;
}
.offer-modal.show .modal-header .close {
  font-size: 1.75rem;
  font-weight: 900;
  background: #000;
  color: red;
  text-shadow: 0 1px 0 blue;
  padding: 15px 18px;
  opacity: 0.75;
}
.offer-modal.show .close:not(:disabled):not(.disabled):focus,.offer-modal.show .close:not(:disabled):not(.disabled):hover {
  opacity: 0.85;
}
.offer-modal.show img {
  object-fit: cover;
}
@media (min-width: 960px) {
  .offer-modal.show img {
    width: 500px;
  }
}
@media (min-width: 720px) {
  .offer-modal.show .modal-body {
    padding: 0.2rem;
  }
}

/* Offer Modal Ends */

/*# sourceMappingURL=style.css.map */
