@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/css?family=Playfair+Display:400,700|Roboto:300,400,500,700&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: 14px;
  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: #AA2015;
  font-family: "Holla Regular", sans-serif;
}

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

h2 {
  font-size: 44px;
  line-height: 28px;
  color: #AA2015;
  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: #AA2015;
  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: 1170px;
  }
}
@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 #519c06;
  border-radius: 2px;
  border-radius: 50px;
}
.btn_1:hover, .btn_3:hover {
  background-color: #519c06 !important;
  color: #fff;
}

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

.btn_2 {
  display: inline-block;
  padding: 13.5px 0;
  width: 160px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #519c06;
  -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 #519c06;
  border-radius: 2px;
  font-family: "Holla Regular", sans-serif;
  border-radius: 50px;
}
.btn_2:hover {
  background-color: #fff;
  color: #519c06;
  border: 1px solid #519c06;
}
.btn_main {
  display: inline-block;
  padding: 13.5px 0;
  width: 160px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  background-color: #68c80b;
  -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 #68c80b;
  border-radius: 2px;
  font-family: "Holla Regular", sans-serif;
  border-radius: 50px;
}
.btn_main:hover, .btn_main:focus {
  background-color: #fff;
  color: #68c80b;
  border: 1px solid #68c80b;
}
.btn_reverse {
  display: inline-block;
  padding: 13.5px 0;
  width: 160px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  font-family: "Holla Regular", sans-serif;
  color: #fff;
  background-color: #AA2015;
  -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 #AA2015;
  border-radius: 2px;
  border-radius: 50px;
}
.btn_reverse:hover {
  background-color: #fff;
  color: #AA2015;
  border: 1px solid #AA2015;
}
/*=================== 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: #519c06;
  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: #AA2015;
  font-family: "Holla Regular", sans-serif;
  border-radius: 35px;
  position: relative;
  color: #fff;
  font-size: 0.925rem;
  line-height: 0.925rem;
  padding-top: 0.925rem;
}
.btn-main:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #AA2015;
  border-radius: 35px;
  transform: scaleX(1.07) scaleY(1.35);
}
.btn-main:hover {
  background: #68c80b;
  color: #fff;
}
.btn-main:hover:before {
  border-color: #68c80b;
  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: 12px 10px 4px;
}

/* End Main Button Area css
============================================================================================ */
header {
  background: rgba(0, 0, 0, 0.535);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  top: 0;
}
header.position-relative {
  background: transparent !important;
}
header.position-relative .top_header {
  background: #68c80b;
}
header.position-relative .top_header .top_bar .top_bar_txt {
  color: #fff;
}
header.position-relative .top_header .top_bar .top_bar_txt a {
  color: #fff;
  font-family: "Roboto", sans-serif;
}
header.position-relative .top_header .top_bar .top_bar_txt .btn_2 {
  font-family: "Holla Regular", sans-serif;
}
header.position-relative .navbar {
  background: #fff;
}
header.position-relative .navbar-light .navbar-nav .nav-link {
  color: #000;
  font-family: "Roboto", sans-serif;
}
header.position-relative .navbar-light .navbar-nav .nav-link:hover, header.position-relative .navbar-light .navbar-nav .nav-link:focus {
  color: #AA2015;
}

.top_header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
  padding: 3px 0;
}
.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 {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.75;
  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;
  }
}
.top_header .top_bar .top_bar_txt {
  color: #fff;
}
@media (max-width: 576px) {
  .top_header .top_bar .top_bar_txt {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
}
.top_header .top_bar .top_bar_txt a {
  color: #fff;
  line-height: 18px;
  font-family: "Roboto", 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: #68c80b;
}
.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: 8px 10px 2px;
}
.top_header .top_bar .top_bar_txt .btn_2 {
  font-size: 13px;
  width: 145px;
  font-family: "Holla Regular", sans-serif;
}
.top_header .top_bar .top_bar_txt .btn_2:hover, .top_header .top_bar .top_bar_txt .btn_2:focus {
  color: #AA2015;
}
.top_header .top_bar .top_bar_txt .btn_main {
  font-size: 13px;
  width: 145px;
  font-family: "Holla Regular", sans-serif !important;
}
.top_header .top_bar .top_bar_txt .btn_main:hover, .top_header .top_bar .top_bar_txt .btn_main:focus {
  color: #68c80b;
}

@media (max-width: 576px) {
  .navbar .navbar-brand {
    margin-left: 10px;
  }
}

.navbar .navbar-toggler {
  border-color: #AA2015;
}

.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, 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: 15px;
  padding-left: 13px;
  padding-right: 13px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #AA2015;
}

.navbar-light .navbar-nav .nav-item .dropdown-menu {
  background-color: #AA2015;
}
.navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #fff;
  border-bottom: 1px solid #a09f9f;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.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: #68c80b;
}

/* 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;
}
.sticky .navbar-light .navbar-nav .nav-link {
  color: #000;
}
.sticky .navbar-light .navbar-nav .nav-link:hover, .sticky .navbar-light .navbar-nav .nav-link:focus {
  color: #AA2015;
}

.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: #AA2015;
  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;
  }
}

footer {
  padding-top: 50px;
  background: #AA2015;
  color: #fff;
}
footer h3 {
  margin-bottom: 20px;
  font-size: 22px;
  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(104, 200, 11, 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: #68c80b;
}
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: #984242;
  margin-top: 30px;
  padding: 20px 0;
}
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: #AA2015;
}
@media (max-width: 576px) {
  footer .footer_logo_section .footer_copyright {
    margin-top: 10px;
    text-align: center;
  }
}
footer .footer_link a {
  color: #68c80b;
}

.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: 1240px;
  }
}
.slider_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.slider_wrap .item {
  height: 540px;
  width: 100%;
  object-position: 50% top;
  object-fit: cover;
  overflow: hidden;
}
@media (min-width: 720px) {
  .slider_wrap .item {
    height: 850px;
  }
}
.slider_wrap .item img {
  opacity: 1;
  height: 100%;
  -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 25px 0;
  }
}
.slider_wrap .welcome_text h1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #68c80b;
  font-family: "Holla Regular", sans-serif;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
@media (min-width: 720px) {
  .slider_wrap .welcome_text h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 960px) {
  .slider_wrap .welcome_text h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
.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;
  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: #AA2015;
  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;
  }
}
.divider {
  background-color: #AA2015;
  -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;
  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: "Holla Regular", sans-serif;
  letter-spacing: 5px;
  color: #68c80b;
  margin-bottom: 10px;
}
.section-title h3 {
  font-size: 22px;
  color: #AA2015;
}
@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;
  opacity: 0.125;
}

.inner-page {
  padding: 50px 0;
}
.inner-page .section-title h2 {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Holla Regular", sans-serif;
  color: #AA2015;
  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 .section-title .divider {
  /* background-color: #68c80b; */
  background-color:#054606;
}
.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: #68c80b;
}
@media (min-width: 720px) {
  .inner-page .contactd_info i {
    font-size: 40px;
  }
}
.inner-page .contactd_info .media-body h4 {
  color: #AA2015;
  font-size: 1.25rem;
  font-family: "Holla Regular", sans-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: #68c80b;
  text-shadow: none;
  text-decoration: none;
  font-weight: bold;
  border-color: #68c80b transparent #68c80b 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: #68c80b;
}
.review_wrap .review_slider .reviwer_name {
  color: #68c80b;
}
.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;
  }
}
.about_inner_img.ceo_inner_img {
  background-size: contain;
}
@media (max-width: 720px) {
  .about_inner_img.ceo_inner_img {
    min-height: 510px;
  }
}

.homefeature_section {
  margin-top: -50px;
  position: relative;
  z-index: 5;
}
.homefeature_section .homefeature_item {
  background: #68c80b;
  padding: 64px 24px 67px;
}
.homefeature_section .homefeature_item i {
  color: #AA2015;
  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: #AA2015;
  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: #AA2015;
  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: #AA2015;
}
.data_section .data_bg .single_data .data_content {
  padding-left: 20px;
}
.data_section .data_bg .single_data .data_content h6 {
  color: #68c80b;
  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 #68c80b;
  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: #AA2015;
}
.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: #AA2015;
  font-weight: bold;
  font-size: 20px;
}
@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: 14px;
  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: #AA2015;
  -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: #AA2015;
  border-color: #AA2015;
}
.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: #68c80b;
  border-color: #68c80b;
}
.homeservice_section .homeservice_single .btn_reverse_2:hover {
  background-color: #fff;
  border-color: #68c80b;
}

.home-support-section .home-support-wrapper {
  padding: 60px 100px;
  border-radius: 5px 5px 0 0;
  background: #AA2015;
  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: #AA2015;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.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: auto;
}
@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: #68c80b;
  font-weight: bold;
  font-size: 1.75rem;
}
.homereview_section .homereview_titles h1 span {
  color: #AA2015;
}
.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: #AA2015;
  line-height: 3rem;
}
.homereview_section .review_slider h6 {
  margin-top: 15px;
}
.homereview_section .review_slider h6 span {
  color: #aa4a4a;
  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: #AA2015;
}
.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: #68c80b;
}
.reviewpage_block .reviewpage_block_head ul li i {
  color: #AA2015;
}

.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);
}
.home_getintouch_wrap .section-title {
  margin-bottom: 20px;
}
.home_getintouch_wrap .section-title h2 {
  color: #68c80b;
  font-family: "Holla Regular", sans-serif !important;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: capitalize;
  letter-spacing: normal;
}
@media (min-width: 720px) {
  .home_getintouch_wrap .section-title h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 960px) {
  .home_getintouch_wrap .section-title h2 {
    font-size: 1.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: "Roboto", 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: #68c80b !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: "Roboto", sans-serif;
  border-bottom: 1px solid #eee;
}
.main-menus-block .con-w3l .product-cat-title {
  font-size: 16px;
  font-weight: 600;
  font-family: "Holla Regular", sans-serif;
}
.main-menus-block .con-w3l .product-cat-title b {
  font-family: "Roboto", sans-serif;
}
.main-menus-block .con-w3l .item h6 {
  font-family: "Roboto", sans-serif;
  color: #aa4a4a;
}

.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: "Roboto", sans-serif;
  font-weight: 400;
}
.recommended-menus-block .con-w3l h4 {
  font-family: "Roboto", sans-serif;
  border-bottom: 1px dotted #fff;
}
.recommended-menus-block .con-w3l .product-cat-title {
  font-size: 16px;
  font-weight: 600;
  color: #68c80b;
  font-family: "Holla Regular", sans-serif;
}
.recommended-menus-block .con-w3l .product-cat-title b {
  font-family: "Roboto", sans-serif;
}
.recommended-menus-block .con-w3l .item h6 {
  font-family: "Roboto", sans-serif;
  color: #AA2015;
}

.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: "Holla Regular", sans-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: #68c80b !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: "Holla Regular", sans-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: "Holla Regular", sans-serif;
  clear: both;
}
.set-menus-block .con-w3l .product-cat-title b {
  font-family: "Roboto", sans-serif;
}
.set-menus-block .con-w3l h5 {
  font-family: "Holla Regular", sans-serif;
  font-weight: bold;
}
.set-menus-block .con-w3l .item h6 {
  font-family: "Holla Regular", sans-serif;
  color: #aa4a4a;
  margin-bottom: 5px;
}

.main_content {
  padding: 30px 0;
}
@media (min-width: 720px) {
  .main_content {
    padding: 40px 0 60px;
  }
}
.main_content .section_titles h3 {
  color: #68c80b;
}
@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: #68c80b;
}
.main_content .box.p0 {
  padding: 0;
}
.main_content .box h3 {
  color: #68c80b;
  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: #AA2015;
}
.main_content .event_box .countdown_event span span {
  border: #68c80b solid 1px;
  padding: 0 10px;
}
.main_content .event_box .countdown_event span small {
  background: #68c80b;
  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: "Holla Regular", sans-serif;
}
.accordion-box .block .acc-btn.active {
  background-color: #ffffff;
  color: #AA2015;
}
.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: "Holla Regular", sans-serif;
}
.accordion-box .block.current .acc-content {
  display: block;
}
.accordion-box .block.active-block .acc-content {
  border-top-color: #AA2015;
}

.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: #AA2015;
    font-family: "Holla Regular", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  .welcome_wrap .welcome_wrap_block .section-title h2 {
    font-size: 1.05rem;
  }
}
@media (min-width: 720px) and (min-width: 960px) {
  .welcome_wrap .welcome_wrap_block .section-title h2 {
    font-size: 1rem;
  }
}
@media (min-width: 720px) {
  .welcome_wrap .welcome_wrap_block .section-title h3 {
    color: #AA2015;
    font-family: "Holla Regular", sans-serif;
    font-size: 1.75rem;
    line-height: 2.15rem;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  .welcome_wrap .welcome_wrap_block .section-title h3 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 720px) {
  .welcome_wrap .welcome_wrap_block .section-title h6 {
    color: #68c80b;
  }
  .welcome_wrap .welcome_wrap_block .section-title h6 span {
    color: #68c80b;
  }
}
@media (min-width: 720px) {
  .welcome_wrap .welcome_wrap_block .section-title .divider {
    margin-bottom: 15px;
    /* background-color: #68c80b; */
    background-color:#054606;
  }
}
@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;
  }
}
@media (min-width: 720px) and (max-width: 576px) {
  .welcome_wrap .welcome_wrap_block .welcome_img.ceo_img {
    height: 510px;
    width: 100%;
    margin-top: 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;
  }
}

.ceo_img {
  position: relative;
  width: 100%;
  background-image: url(../images/ceo.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .ceo_img {
    height: 510px;
    width: 100%;
    margin-bottom: 30px;
  }
}

.form-control {
  padding: 0.65rem 0.75rem 0.3755rem;
  font-size: 0.85rem;
  line-height: 2rem;
  font-family: "Holla Regular", sans-serif;
}

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

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