@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");
/**************** common css start ****************/
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Roboto:300,400,500,700&display=swap");
body {
  font-family: "Poppins", sans-serif;
  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: #D17A13;
  font-family: "Playfair Display", 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: #D17A13;
  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: #D17A13;
  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 #D17A13;
  border-radius: 2px;
  border-radius: 50px;
}
.btn_1:hover, .btn_3:hover {
  background-color: #D17A13 !important;
  color: #fff;
}

.btn_3 {
  border: 1px solid #e9ebec;
  color: #14182d !important;
}
.btn_3:hover {
  background-color: #D17A13 !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: #D17A13;
  -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 #D17A13;
  border-radius: 2px;
  font-family: "Roboto", sans-serif;
  border-radius: 50px;
}
.btn_2:hover {
  background-color: #fff;
  color: #D17A13;
  border: 1px solid #D17A13;
}
.btn_reverse {
  display: inline-block;
  padding: 13.5px 0;
  width: 160px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #D17A13;
  -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 #D17A13;
  border-radius: 2px;
  font-family: "Roboto", sans-serif;
  border-radius: 50px;
}
.btn_reverse:hover {
  background-color: #fff;
  color: #D17A13;
  border: 1px solid #D17A13;
}
/*=================== 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: #D17A13;
  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: #D17A13;
  border-radius: 35px;
  position: relative;
  color: #fff;
  font-size: 0.925rem;
}
.btn-main:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #D17A13;
  border-radius: 35px;
  transform: scaleX(1.07) scaleY(1.35);
}
.btn-main:hover {
  background: #b88c35;
  color: #fff;
}
.btn-main:hover:before {
  border-color: #b88c35;
  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: 5px 10px;
}

/* End Main Button Area css
============================================================================================ */
.btns-primary {
  background: linear-gradient(45deg, #b88c35, white, #b88c35);
  color: black !important;
  border: none;
  border-radius: 35px;
  outline: none;
  letter-spacing: 0.1em;
  box-shadow: 0.3vw 0.35vw 0 orange;
  background: linear-gradient(0deg, #b88c35, #faed23, #b88c35);
  cursor: pointer;
  transition: all 0.3s ease;
}
.btns-primary:hover {
  animation: gradient 1.5s ease infinite;
  box-shadow: 0.2vw 0.2vw 0 #FFA500;
}

@keyframes gradient {
  0% {
    background: linear-gradient(45deg, white, #b88c35, white);
  }
  50% {
    background: linear-gradient(45deg, black, #b88c35, black);
  }
  100% {
    background: linear-gradient(45deg, white, #b88c35, white);
  }
}
.btns-secondary {
  background: linear-gradient(45deg, #D17A13, white, #D17A13);
  color: black !important;
  border: none;
  border-radius: 35px;
  outline: none;
  letter-spacing: 0.1em;
  box-shadow: 0.5vw 0.6vw 0 rgba(6, 8, 42, 0.65);
  cursor: pointer;
  transition: all 0.3s ease;
}
.btns-secondary:hover {
  animation: gradient 1.5s ease infinite;
  box-shadow: 0.2vw 0.2vw 0 rgba(6, 8, 42, 0.75);
}

@keyframes gradient {
  0% {
    background: linear-gradient(45deg, white, #D17A13, white);
  }
  50% {
    background: linear-gradient(45deg, black, #D17A13, black);
  }
  100% {
    background: linear-gradient(45deg, white, #D17A13, white);
  }
}
.btns-ternary {
  background: linear-gradient(45deg, #faed23, white, #faed23);
  color: black !important;
  border: none;
  border-radius: 35px;
  outline: none;
  letter-spacing: 0.1em;
  box-shadow: 0.5vw 0.6vw 0 #FFA500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btns-ternary:hover {
  animation: gradient 1.5s ease infinite;
  box-shadow: 0.2vw 0.2vw 0 #FFA500;
}

@keyframes gradient {
  0% {
    background: linear-gradient(45deg, white, #faed23, white);
  }
  50% {
    background: linear-gradient(45deg, black, #faed23, black);
  }
  100% {
    background: linear-gradient(45deg, white, #faed23, white);
  }
}
.btns-golden {
  background: linear-gradient(45deg, #f3cf7a, white, #f3cf7a);
  color: black !important;
  border: none;
  border-radius: 35px;
  outline: none;
  letter-spacing: 0.1em;
  box-shadow: 0.5vw 0.6vw 0 #FFA500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btns-golden:hover {
  animation: gradient 1.5s ease infinite;
  box-shadow: 0.2vw 0.2vw 0 #FFA500;
}

@keyframes gradient {
  0% {
    background: linear-gradient(45deg, white, #f3cf7a, white);
  }
  50% {
    background: linear-gradient(45deg, black, #f3cf7a, black);
  }
  100% {
    background: linear-gradient(45deg, white, #f3cf7a, white);
  }
}
.btned-facebook {
  background: linear-gradient(45deg, #4267B2, white, #4267B2);
  color: black !important;
  border: none;
  border-radius: 10px;
  outline: none;
  letter-spacing: 0.1em;
  box-shadow: 0.5vw 0.6vw 0 #263c68;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btned-facebook:hover {
  box-shadow: 0.2vw 0.2vw 0 black;
  background: linear-gradient(45deg, #e4eaf5, #4267B2, #e4eaf5);
}

.btned-google {
  background: linear-gradient(45deg, #DB4437, white, #DB4437);
  color: black !important;
  border: none;
  border-radius: 10px;
  outline: none;
  letter-spacing: 0.1em;
  box-shadow: 0.5vw 0.6vw 0 #92241a;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btned-google:hover {
  box-shadow: 0.2vw 0.2vw 0 #100403;
  background: linear-gradient(45deg, #fefaf9, #DB4437, #fefaf9);
}

header {
  background-color: transparent;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.9));
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  top: 0;
}
header.position-relative {
  background: transparent !important;
}
header.position-relative .top_header {
  background: #D17A13;
  border-bottom-color: #eee;
}
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;
}
header.position-relative .navbar-light .navbar-nav .nav-link {
  color: #D17A13;
}
header.position-relative .navbar-light .navbar-nav .nav-link:hover, header.position-relative .navbar-light .navbar-nav .nav-link:focus {
  color: #b88c35;
}

.top_header {
  background: transparent;
  border-bottom: 1px solid #63625E;
}
@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%;
  }
}
.top_header .top_bar .top_bar_txt a {
  color: #fff;
}
.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: #b88c35;
}
.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;
}

.navbar {
  background-color: transparent;
}

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

.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: 600;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Mulish", sans-serif;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #D17A13;
}

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

.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: #D17A13;
  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;
}
@media (max-width: 576px) {
  .section_page_banner .banner_col .banner_title h1 {
    font-size: 22px;
  }
}

.section_service_banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 35vh;
  width: 100%;
  object-position: 50% top;
  object-fit: cover;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 720px) {
  .section_service_banner {
    height: 42vh;
  }
}
@media (min-width: 960px) {
  .section_service_banner {
    height: 40vh;
  }
}
.section_service_banner .welcome_text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  padding: 90px 0 25px 0;
  background-color: transparent;
  background: linear-gradient(0deg, black, rgba(0, 0, 0, 0.09));
  text-align: center;
}
@media (min-width: 960px) {
  .section_service_banner .welcome_text {
    padding: 100px 0 40px 0;
    background-color: transparent;
    background: linear-gradient(0deg, black, rgba(0, 0, 0, 0));
  }
}
.section_service_banner .welcome_text .banner_title h1 {
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  font-family: "Philosopher", sans-serif;
}
@media (min-width: 720px) {
  .section_service_banner .welcome_text .banner_title h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (min-width: 960px) {
  .section_service_banner .welcome_text .banner_title h1 {
    font-size: 48px;
    line-height: 46px;
    font-weight: 800;
  }
}

footer {
  position: relative;
  padding-top: 50px;
  background: url(../images/bg-pics2.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  z-index: 99;
}
footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 101%;
  background: rgba(24, 24, 29, 0.875);
}
footer h3 {
  margin-bottom: 20px;
  font-size: 22px;
  color: #fff;
}
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(209, 122, 19, 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 .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: gray;
  font-weight: 700;
  text-shadow: none;
}
footer .footer_logo_section {
  background: rgba(0, 0, 0, 0.85);
  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: #D17A13;
}
@media (max-width: 576px) {
  footer .footer_logo_section .footer_copyright {
    margin-top: 10px;
    text-align: center;
  }
}
footer .footer_link a {
  color: rgba(243, 207, 122, 0.7);
}

.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;
}

.contact_sublists li {
  border-bottom: 1px solid rgba(238, 238, 238, 0.25);
  padding-bottom: 6px;
}
.contact_sublists li:last-child {
  border-bottom: none;
  padding-top: 6px;
}

.blog-col {
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.75);
  background: #fff;
  margin-bottom: 15px;
  min-height: 435px;
}

.blog-col .blog-img {
  position: relative;
}

.blog-col .blog-img img {
  height: 320px;
  padding: 15px;
  width: 100%;
}

.blog-col .blog-img .title_box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  color: #fff;
}

.blog-col .blog-img .title_box h3 {
  font-size: 20px;
  color: #fff;
}

.blog-col .blog-img .title_box h3 a {
  color: white;
  text-decoration: none;
}

.blog-col .blog-img .title_box h3 small {
  color: #aaa;
  font-size: 16px;
  margin-right: 15px;
  display: block;
}

.blog-col .blog-col-txt {
  padding: 25px 20px 15px;
}

.blog-col .blog-col-txt h3 {
  font-size: 26px;
}

.blog-col .blog-col-txt h4 {
  font-size: 22px;
  color: #D17A13;
  text-transform: capitalize;
}

.blog-col .blog-col-txt h3 a {
  color: #232f4b;
  text-decoration: none;
}

.blog-col .blog-col-txt p {
  font-size: 14px;
  line-height: 24px;
}

.team_social_list .list-inline-item:not(:last-child) {
  margin-right: 1.5rem;
}

.team_single_social_list {
  border: 1px solid;
  border-color: #e2e2e2 transparent #e2e2e2 transparent;
  padding: 15px 0;
}

.team_single_social_list .list-inline-item:not(:last-child) {
  margin-right: 1.5rem;
}

.wpo-about-section {
  padding: 60px 0 155px;
}

.wpo-about-section .wpo-about-wrap .wpo-about-img {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 505px;
  margin: 0 auto;
}

.wpo-about-section .wpo-about-wrap .wpo-about-img img {
  width: 100%;
}

.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-ab-shape-1 {
  position: absolute;
  left: -60px;
  top: -60px;
  z-index: -1;
}

.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-ab-shape-2 {
  position: absolute;
  right: -35px;
  bottom: -35px;
  z-index: 11;
}

.wpo-about-section .wpo-about-text {
  max-width: 595px;
}

.wpo-about-section .wpo-about-text.typepage {
  max-width: 100%;
}

.wpo-about-section .wpo-about-text .wpo-about-icon {
  width: 50px;
  height: 50px;
  background: #f3f6fe;
  line-height: 50px;
  text-align: center;
  border-radius: 6px;
}

.wpo-about-section .wpo-about-text .wpo-about-icon img {
  width: 30px;
  line-height: 30px;
  height: 30px;
}

.wpo-about-section .wpo-about-text h2 {
  font-size: 30px;
  font-family: "Nunito", sans-serif;
  color: #b88c35;
  margin: 30px 0;
}

.wpo-about-section .wpo-about-text h2.type2 {
  font-size: 46px;
}

.wpo-about-section .wpo-about-text h2 span {
  color: #D17A13;
}

.wpo-about-section .wpo-about-text .signeture {
  padding: 15px 0;
}

.wpo-about-section .wpo-about-text .signeture p {
  font-size: 17px;
  color: #232f4b;
  margin-top: 10px;
}

.business_list_ol li {
  padding: 0 0 20px;
}
.business_list_ol li::marker {
  font-size: 1.55em;
  color: #be7010;
}
.business_list_ol li h4 {
  color: #be7010;
  font-family: "Nunito", sans-serif;
  font-weight: bolder;
  font-size: 1.275rem;
}
.business_list_ol li p {
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}
.business_list_ol li ul {
  list-style-type: disc;
}
@media (min-width: 720px) {
  .business_list_ol li ul {
    margin-left: 15px;
  }
}
.business_list_ol li ul li {
  padding: 0 0 15px;
}
.business_list_ol li ul li h4 {
  font-weight: bold;
  font-size: 1.1rem;
  color: #b88c35;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
.slider_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.slider_wrap .item {
  height: 100vh;
  width: 100%;
  object-position: 50% top;
  object-fit: cover;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 720px) {
  .slider_wrap .item {
    height: 100vh;
  }
}
.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: 110px 0 45px 0;
  background-color: transparent;
  background: linear-gradient(0deg, black, rgba(0, 0, 0, 0.09));
  text-align: center;
}
@media (min-width: 720px) {
  .slider_wrap .welcome_text {
    padding: 100px 40px 60px 0;
  }
}
@media (min-width: 960px) {
  .slider_wrap .welcome_text {
    padding: 130px 100px 60px 0;
    background-color: transparent;
    background: linear-gradient(0deg, black, rgba(0, 0, 0, 0));
  }
}
@media (min-width: 1200px) {
  .slider_wrap .welcome_text {
    padding: 130px 0 60px 0;
  }
}
.slider_wrap .welcome_text .welcome_text_footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.slider_wrap .welcome_text .welcome_text_footer h6 {
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-family: "Times New Roman", Times, serif;
}
@media (min-width: 720px) {
  .slider_wrap .welcome_text .welcome_text_footer h6 {
    text-align: left;
  }
}
.slider_wrap .welcome_text h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  background: -moz-radial-gradient(circle, #ecde1f 0%, #b88c35 40%);
  background: -webkit-radial-gradient(circle, #ecde1f 0%, #b88c35 40%);
  background: radial-gradient(circle, #ecde1f 0%, #b88c35 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Philosopher", sans-serif;
  text-transform: uppercase;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  .slider_wrap .welcome_text h1 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (min-width: 960px) {
  .slider_wrap .welcome_text h1 {
    font-size: 56px;
    line-height: 46px;
    font-weight: 800;
  }
}
.slider_wrap .welcome_text p {
  color: #fff;
  font-family: "Quicksand", sans-serif;
}
.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: #D17A13;
  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 .social_block {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0.5rem;
  width: auto;
  z-index: 99;
}
@media (min-width: 720px) {
  .slider_wrap .social_block {
    right: 1.85rem;
  }
}
@media (min-width: 960px) {
  .slider_wrap .social_block {
    right: 2.5rem;
  }
}
.slider_wrap .social_block .social_block_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 1 rem;
  height: 100vh;
  flex-direction: column !important;
  margin-top: 0;
}
.slider_wrap .social_block .social_block_content .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 100rem;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .slider_wrap .social_block .social_block_content .btn {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider_wrap .social_block .social_block_content .btn {
    margin-right: 10px;
  }
}
@media (min-width: 960px) {
  .slider_wrap .social_block .social_block_content .btn {
    margin-bottom: 15px;
  }
}
.slider_wrap .btn-black {
  color: #111;
  background: #f8ea25;
  background: -moz-radial-gradient(circle, #f8ea25 0%, #be822a 68%);
  background: -webkit-radial-gradient(circle, #f8ea25 0%, #be822a 68%);
  background: radial-gradient(circle, #f8ea25 0%, #be822a 68%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8ea25",endColorstr="#be822a",GradientType=1);
}
.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;
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
body {
  overflow-x: hidden;
}

.divider {
  background-color: #D17A13;
  -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;
  letter-spacing: 5px;
  color: #b88c35;
  margin-bottom: 10px;
}
.section-title h3 {
  font-size: 22px;
  color: #D17A13;
}
@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: 40px 0;
}
@media (min-width: 720px) {
  .inner-page {
    padding: 40px 0 80px;
  }
}
.inner-page .section-title h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #b88c35;
  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 p {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  color: #4f555a;
  line-height: 1.8em;
}
.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: #b88c35;
}
@media (min-width: 720px) {
  .inner-page .contactd_info i {
    font-size: 40px;
  }
}
.inner-page .contactd_info .media-body h4 {
  color: #D17A13;
  font-family: "Philosopher", sans-serif;
}

.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: #b88c35;
  text-shadow: none;
  text-decoration: none;
  font-weight: bold;
  border-color: #b88c35 transparent #b88c35 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: #b88c35;
}
.review_wrap .review_slider .reviwer_name {
  color: #b88c35;
}
.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: #b88c35;
  padding: 64px 24px 67px;
}
.homefeature_section .homefeature_item i {
  color: #D17A13;
  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: #D17A13;
  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: #D17A13;
  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: #D17A13;
}
.data_section .data_bg .single_data .data_content {
  padding-left: 20px;
}
.data_section .data_bg .single_data .data_content h6 {
  color: #b88c35;
  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;
  z-index: -9;
}
.data_section_two .data_bg_two {
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  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 #b88c35;
  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: #D17A13;
}
.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: #D17A13;
  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: #D17A13;
  -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: #D17A13;
  border-color: #D17A13;
}
.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: #b88c35;
  border-color: #b88c35;
}
.homeservice_section .homeservice_single .btn_reverse_2:hover {
  background-color: #fff;
  border-color: #b88c35;
}

.home-support-section .home-support-wrapper {
  padding: 60px 100px;
  border-radius: 5px;
  background: #b88c35;
  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);
}

.homereview_section .homereview_titles h1 {
  color: #000;
  font-weight: bold;
}
.homereview_section .homereview_titles h1 span {
  color: #D17A13;
}
.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: #b88c35;
}
.homereview_section .review_slider h6 span {
  color: #be7010;
  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: #D17A13;
}
.home_partner_section .partner_slider {
  z-index: -9;
}
.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: #b88c35;
}
.reviewpage_block .reviewpage_block_head ul li i {
  color: #D17A13;
}

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

.home_services {
  margin-bottom: 60px;
}
@media (max-width: 576px) {
  .home_services {
    margin-top: 26px;
  }
}
@media (min-width: 720px) {
  .home_services {
    margin-top: -40px;
    z-index: 1;
  }
}
@media (max-width: 576px) {
  .home_services {
    margin: 50px;
  }
}

@media (min-width: 960px) {
  .home_services .container {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .service_slider_block {
    position: absolute;
    content: "";
    right: -550px;
    top: 110%;
    width: 1500px;
  }
}
@media (min-width: 1200px) {
  .service_slider_block {
    top: 120%;
  }
}

.card {
  min-height: 360px;
  padding: 2rem 1rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
@media (min-width: 720px) {
  .card {
    margin: 0 12px;
  }
}
.card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 96, 0, 0.45), #ffa559);
  z-index: 2;
  transition: 0.5s all;
  opacity: 0;
}
.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.card .img-hover-zoom img {
  transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
  filter: brightness(150%);
}
.card .title {
  z-index: 9;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 120px 0 20px 0;
  background-color: transparent;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0));
}
.card .title h4 {
  font-size: 1.65rem;
  color: #fff;
  font-weight: bold;
  padding-left: 25px;
}
.card .info {
  position: relative;
  z-index: 99;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s all;
  width: 100%;
}
.card .info h1 {
  margin: 0;
  font-size: 1.65rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 1px black;
}
.card .info p {
  letter-spacing: 1px;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 10px;
  line-height: normal;
  color: #fff;
}
.card .info .btn {
  text-decoration: none;
  padding: 0.45rem;
  padding: 0.5rem 1rem;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.card .info .btn:hover {
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}
.card:hover:before {
  opacity: 1;
}
.card:hover .info {
  opacity: 1;
  transform: translateY(0px);
}
.card:hover .title {
  opacity: 0;
}
.card:hover img {
  filter: brightness(100%);
  transform: scale(3);
}

/* The Transformation */
@media (min-width: 960px) {
  .home_services .owl-carousel {
    transform: rotate(90deg);
  }

  .home_services .item {
    transform: rotate(-90deg);
  }
}
.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: #b88c35 !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;
}
.main-menus-block .con-w3l .item h6 {
  font-family: "Roboto", sans-serif;
  color: #be7010;
}

.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: #b88c35;
}
.recommended-menus-block .con-w3l .item h6 {
  font-family: "Roboto", sans-serif;
  color: #D17A13;
}

.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: "Roboto", 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: #b88c35 !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: "Roboto", 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;
  clear: both;
}
.set-menus-block .con-w3l h5 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.set-menus-block .con-w3l .item h6 {
  font-family: "Roboto", sans-serif;
  color: #be7010;
  margin-bottom: 5px;
}

.main_content {
  padding: 30px 0;
}
@media (min-width: 720px) {
  .main_content {
    padding: 40px 0 60px;
  }
}
.main_content .section_titles h3 {
  color: #b88c35;
}
@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;
  max-width: 505px;
  margin: 0 auto;
}
@media (min-width: 720px) {
  .main_content .welcome-img-block {
    height: 450px;
    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: #b88c35;
}
.main_content .box.p0 {
  padding: 0;
}
.main_content .box h3 {
  color: #b88c35;
  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: #D17A13;
}
.main_content .event_box .countdown_event span span {
  border: #b88c35 solid 1px;
  padding: 0 10px;
}
.main_content .event_box .countdown_event span small {
  background: #b88c35;
  display: block;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  padding: 2px 0;
}
.main_content p {
  text-align: justify;
}

.slider_welcome_section .section_titles h3 {
  color: #b88c35;
}
.slider_welcome_section .section_titles h1 {
  background: -moz-radial-gradient(circle, #ecde1f 0%, #b88c35 40%);
  background: -webkit-radial-gradient(circle, #ecde1f 0%, #b88c35 40%);
  background: radial-gradient(circle, #ecde1f 0%, #b88c35 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 2.5rem;
}
.slider_welcome_section p {
  text-align: center !important;
}

.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;
}
.accordion-box .block .acc-btn.active {
  background-color: #ffffff;
  color: #D17A13;
}
.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;
}
.accordion-box .block.current .acc-content {
  display: block;
}
.accordion-box .block.active-block .acc-content {
  border-top-color: #D17A13;
}

.wpo-fun-fact-section {
  background: url("../images/bg-pics1.jpg") no-repeat fixed;
  background-size: cover;
  position: relative;
  text-align: center;
  padding: 70px 0 60px;
}
.wpo-fun-fact-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: black;
  width: 100%;
  opacity: 0.7;
  height: 100%;
}

@media (max-width: 767px) {
  .wpo-fun-fact-section {
    padding-bottom: 30px;
  }
}
.wpo-fun-fact-section h2 {
  font-size: 30px;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 1.8em;
}

@media (max-width: 991px) {
  .wpo-fun-fact-section h2 {
    font-size: 26px;
    font-size: 1.7333333333rem;
  }
}
@media (max-width: 767px) {
  .wpo-fun-fact-section h2 {
    font-size: 25px;
    font-size: 1.6666666667rem;
  }
}
.wpo-fun-fact-section .wpo-fun-fact-grids .grid {
  width: 25%;
  float: left;
}

@media (max-width: 767px) {
  .wpo-fun-fact-section .wpo-fun-fact-grids .grid {
    width: 50%;
    margin-bottom: 50px;
  }
}
.wpo-fun-fact-section .grid h3 {
  font-size: 50px;
  font-size: 3.8888rem;
  font-weight: 900;
  color: #3757f7;
  margin: 0 0 0.2em;
  font-family: "Futura PT";
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-text-fill-color: #D17A13;
}
.wpo-fun-fact-section .grid h3 span {
  font-size: 5.3333333333rem;
}

@media (max-width: 1200px) {
  .wpo-fun-fact-section .grid h3 {
    font-size: 42px;
    font-size: 3.3333333333rem;
  }
}
@media (max-width: 991px) {
  .wpo-fun-fact-section .grid h3 {
    font-size: 32px;
    font-size: 2.6666666667rem;
  }
}
@media (max-width: 767px) {
  .wpo-fun-fact-section .grid h3 {
    font-size: 30px;
    font-size: 2.3333333333rem;
  }
}
.wpo-fun-fact-section .grid:nth-child(1) h3 {
  -webkit-text-stroke-color: #f28c8c;
}

.wpo-fun-fact-section .grid:nth-child(2) h3 {
  -webkit-text-stroke-color: #01c2a9;
}

.wpo-fun-fact-section .grid:nth-child(3) h3 {
  -webkit-text-stroke-color: #ffcd40;
}

.wpo-fun-fact-section .grid:nth-child(4) h3 {
  -webkit-text-stroke-color: #3757f7;
}

.wpo-fun-fact-section .grid h3 + p {
  font-size: 28px;
  font-size: 1.7rem;
  margin: 0;
  color: #fff;
  font-family: "Futura PT";
}

@media (max-width: 1200px) {
  .wpo-fun-fact-section .grid h3 + p {
    font-size: 17px;
    font-size: 1.3333333333rem;
  }
}
@media (max-width: 991px) {
  .wpo-fun-fact-section .grid h3 + p {
    font-size: 13px;
    font-size: 1.0666666667rem;
  }
}

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