body {
  margin: 0;
  padding: 0;
  top: 0 !important;
  font-size: 16px;
  font-weight: 400;
  background: #000000;
  font-family: 'Montserrat', sans-serif;
}

body,
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  margin: 0;
  padding: 0;
  list-style: none;
}

h3 {
  margin: 0;
  padding: 0;
  list-style: none;
}

h4 {
  margin: 0;
  padding: 0;
  list-style: none;
}

h5 {
  margin: 0;
  padding: 0;
  list-style: none;
}

h6 {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none !important;
  text-decoration: none !important;
}

input {
  outline: none !important;
}

button {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#page-top {
  position: relative;
}

/* Header Css  */
.header_area {
  padding: 22px 0px;

  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}

.header_area .container .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu ul li a {
  display: inline-block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 147.5%;
  text-align: center;
  letter-spacing: 0.11em;
  color: #FFFFFF;
  margin-left: 30px;
}

.menu ul li a:hover {
  color: #BDCF77;
  transition: 0.5s;
  text-decoration: underline !important;
  font-weight: 500;
  box-sizing: border-box;

}

.menu ul li:last-child a {
  background: #FFF;
  border-radius: 14px;
  color: #FFF;
  padding: 7px 41px;
  text-align: center;
  text-align: center;
  letter-spacing: 0.11em;
  color: #000;
}



/* Hero Section Css  */
.hero_slider_contnt_home {
  height: 100vh;
  object-fit: cover;
  overflow: hidden;
}

.footer_section_area {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.home_slider_ful_area {
  height: 100%;
}

.slick-list.draggable {
  height: 100%;
}

.slick-track {
  height: 100%;
}

.h_slider_single__image {
  margin: 0px 40px;
}

.home_slider_ful_area .h_slider_single__image:nth-child(2),
.home_slider_ful_area .h_slider_single__image:nth-child(4),
.home_slider_ful_area .h_slider_single__image:nth-child(6),
.home_slider_ful_area .h_slider_single__image:nth-child(8),
.home_slider_ful_area .h_slider_single__image:nth-child(10),
.home_slider_ful_area .h_slider_single__image:nth-child(12),
.home_slider_ful_area .h_slider_single__image:nth-child(14) {
  position: relative;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}

/* Middle content  */
.middle_hero_content {
  max-width: 465px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 3;
}

.hero_middle_content {
  text-align: center;
}

.hero_middle_content p {
  padding-top: 38px;
  padding-bottom: 50px;
  text-align: center;
  font: normal normal bold 16px/19px Montserrat;
  letter-spacing: 1.58px;
  color: #ECECEC;
  opacity: 1;
}

.hero_middle_content a {
  font: normal normal bold 24px/29px Montserrat;
  letter-spacing: 2.38px;
  color: #ECECEC;
  opacity: 1;
  display: inline-block;
  transition: 0.5s;
}

.hero_middle_content a:hover {
  text-decoration: underline !important;
  transition: 0.5s;
}



/* MObile mune  */

.nav-icon {
  display: none;
  float: right;
  text-decoration: none !important;
}

.nav-icon i {
  font-size: 24px;
  color: #FFF;
  width: 48px;
  height: 38px;
  text-align: center;
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  margin-top: 1px;
  background: linear-gradient(90deg, #BDCF77 0%, #B2DF00 106.83%, #B8D640 100%);
}


/* Hero slider  */
.slick-next.slick-arrow {
  display: none !important;
}

.slick-prev.slick-arrow {
  display: none !important;
}

.slick-slider .element {
  border-radius: 5px;
  display: inline-block;
  margin: 0px 5px;

}


/* Footer Css  */
.footer_conent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_copy_right p {
  font: normal normal 600 14px/33px Montserrat;
  letter-spacing: 0.55px;
  color: #FFFFFF;
}

.footer_section_area {
  padding: 20px 50px;
}

.footer_social ul li a i {
  color: #FFF;
  font-size: 25px;
}

.footer_social ul {
  display: flex;
}

.footer_social ul li {
  margin-right: 48px;
}



/* Work Single page Css  */

.content_max h1 {
  font: normal normal bold 80px/97px Montserrat;
  letter-spacing: 0px;
  color: #ECECEC;
  opacity: 1;
}

.content_max p {
  font: normal normal normal 16px/20px Muli;
  letter-spacing: 1.58px;
  color: #ECECEC;
  opacity: 0.65;
}


.slider_works_area {
  height: 70vh;
  margin-top: 136px;
  margin-bottom: 135px;
}

#gallery {
  height: 70vh;

  width: 100%;
  margin-left: 150px;
}

.works_sinle_item.max_items_content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  max-width: 600px;
  width: 600px !important;
  transition: 0.5s;
  margin-left: 200px;
}

/* .works_sinle_item {
  display: inline-block !important;
  width: auto !important;
} */
.middle_items_S {
  display: flex !important;
  flex-direction: column;
}

.s_image {
  display: flex;
  justify-content: flex-start;
}

.row_area_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header_area .container {
  width: 90%;
  max-width: 100%;
}

.works_section_area {
  padding-top: 200px;
  padding-bottom: 105px;
}

.wokrs_images_text {
  margin-top: -45px;
  padding-left: 30px;
  position: relative;
  z-index: 2;
}

.number_style {
  font-family: 'DIN 2014';
  letter-spacing: -4.5px;
  color: #ECECEC;
  opacity: 1;
  vertical-align: bottom;
  font-size: 100px;
  display: inline-block;
  line-height: 0.89;
  margin-right: 8px;
}

.wokrs_images_text p {
  letter-spacing: 3.16px;
  color: #ECECEC;
  opacity: 1;
  font-weight: 700;
  font-size: 29px;
  line-height: 35px;
}

.w_itmes_area {
  overflow: hidden;
  margin-bottom: 40px;
  height: 100%;
}

.wokrs_images_m a img:hover {
  overflow: hidden;
  transform: scale(1.12);
  border-radius: 20px;
  transition: 0.5s;
}

.wokrs_images_m a {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}

.wokrs_images_m a img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  border-radius: 20px;
  object-fit: cover;
}

.works_content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.works_content h2 {
  font: normal normal bold 80px/97px Montserrat;
  letter-spacing: 0px;
  color: #ECECEC;
  opacity: 1;
}

/* About Page Css  */

.about_text {
  padding-top: 50px;
}

.about_text p {
  font-family: 'Muli';
  letter-spacing: 1.58px;
  color: #ECECEC;
  opacity: 0.65;
  font-size: 16px;
  text-align: center;
  padding-bottom: 25px;
}

.p_text p {
  font: normal normal bold 16px/19px Montserrat;
  letter-spacing: 1.58px;
  color: #ECECEC;
  opacity: 1;
  padding-top: 15px;
}

.profile_name {
  margin-left: -50px;
}

.mobile_image {
  display: none;
}

/* Contact Page Css  */
.contact_title h2 {
  font: normal normal bold 80px/97px Montserrat;
  letter-spacing: 0px;
  color: #ECECEC;
  opacity: 1;
}

.contact_title {
  margin-bottom: 60px;
}

.input_item input,
.input_item textarea {
  background: transparent;
  width: 100%;
  color: #FFF;
  font-size: 14px;
  padding: 13px 10px 8px 4px;
  font-weight: 400;
  border-bottom: 1px solid #EEEEEE;
  border-radius: 2px;
  opacity: 1;
  margin-bottom: 27px;
  font-family: 'Muli';
  border: none;
  border-bottom: 1px solid #707070 !important;
}
.input_item textarea {
  height: 100px;
}
.input_title h4 {
  text-align: left;
  font: normal normal bold 30px/37px Montserrat;
  letter-spacing: 0px;
  color: #ECECEC;
  opacity: 1;
  margin-bottom: 15px;
}

.select_radio_btn {
  margin-bottom: 27px;
}

.input_item textarea {
  outline: none !important;
}

.submit_btn {
  text-align: center;
  margin-bottom: 60px;
}

.submit_btn input {
  font: normal normal 600 18px/22px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  text-align: center;
  background: transparent;
  border: none;
  border-bottom: 1px solid #707070 !important;
}

.contat_info_addreas a,
.location p {
  font: normal normal bold 20px/24px Montserrat;
  letter-spacing: 0px;
  color: #ECECEC;
  opacity: 1;
  display: block;
  margin-bottom: 20px;
}

.contat_info_addreas a span,
.location p span {
  margin-right: 20px;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  color: red;
  width: max-content;
}


/*Contact Form 7 css code */
/*.select_radio_btn .wpcf7-list-item,

.select_radio_btn label {
  display: flex;
}*/

.select_radio_btn .wpcf7-list-item {
  margin: 0;
  margin-right: 15px;
}

.select_radio_btn .wpcf7-list-item:not(:last-child) {
  margin-bottom: 10px;
}

.select_radio_btn label {
  cursor: pointer;
}

.select_radio_btn [type="radio"], .select_radio_btn [type="checkbox"] {
    position: absolute;
    left: 37px;
    top: 7px;
}

.select_radio_btn [type="radio"] + .wpcf7-list-item-label,

.select_radio_btn [type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
/*  padding-left: 30px;*/
  line-height: 20px;
  z-index: 1;
}

.select_radio_btn [type="radio"] + .wpcf7-list-item-label::before,

.select_radio_btn [type="checkbox"] + .wpcf7-list-item-label::before,

.select_radio_btn [type="radio"] + .wpcf7-list-item-label::after,

.select_radio_btn [type="checkbox"] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.select_radio_btn [type="radio"] + .wpcf7-list-item-label::before,

.select_radio_btn [type="radio"] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}

.select_radio_btn [type="radio"] + .wpcf7-list-item-label::before, .select_radio_btn [type="checkbox"] + .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit !important;
  z-index: -1;
}

.select_radio_btn [type="radio"] + .wpcf7-list-item-label::after,

.select_radio_btn [type="checkbox"] + .wpcf7-list-item-label::after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: black;
  transition: all 0.2s;
}

.select_radio_btn [type="radio"]:not(:checked) + .wpcf7-list-item-label::after,

.select_radio_btn [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01);
}

.select_radio_btn [type="radio"]:checked + .wpcf7-list-item-label::after,

.select_radio_btn [type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(1);
}

.select_radio_btn [type="radio"]:focus + .wpcf7-list-item-label::before, .select_radio_btn [type="checkbox"]:focus + .wpcf7-list-item-label::before {
  
  background: #712020 0% 0% no-repeat padding-box;
 
  border-radius: 2px;
  opacity: 1;
}



.wpcf7-list-item-label {
  font: normal normal normal 14px/18px Muli;
  letter-spacing: 0px;
  color: #FFF;
  opacity: 0.65;
  padding: 10px 20px;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  width: 96px !important;
  max-width: 91px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.wpcf7-list-item label input {
  opacity: 0;
  /* opacity: 0; */
  width: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #46b450;
  width: max-content;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: red;
  color: red;
  width: max-content;
}

.wpcf7-spinner {
    display: block;
}

.booking_appionment_area {
  margin-top: 40px;
}
.booking_appionment_area h4 {
  font: normal normal bold 30px/37px Montserrat;
  letter-spacing: 0px;
  color: #ECECEC;
  opacity: 1;
  text-align: left;
}
.booking_appionment_area {
  text-align: center;
}
.booking_appionment_area a {
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  opacity: 1;
  font: normal normal 600 18px/22px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
  /* opacity: 1; */
  display: inline-block;
  padding: 7px 20px;
  margin-top: 20px;
}
div#bpa-front-tabs {
    position: relative;
    z-index: 1000;
}
.bpa-front-thankyou-module-container {
    margin-top: 150px;
}

.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
    background: #FFF;
    max-width: 1200px;
    margin: auto;
    padding: 30px;
}

.bpa-frontend-main-container {
    max-width: 1100px!important;
    margin: 0 auto!important;
    position: relative;
    min-height: 700px;
    display: block;
    margin-top: 200px !important;
}

.booking_appionment_area {
  text-align: center;
  display: none;
}
#booking-now-show-id {
  display: block !important;
}


form.checkout.woocommerce-checkout {
    background: #FFF !important;
}
.woocommerce {
    width: 100%;
    margin-bottom: 150px !important;
    background: #FFF;
    max-width: 1200px;
    margin: auto;
    padding: 30px;
}
.checkout_coupon.woocommerce-form-coupon button, #place_order {
    background: #000!important;
    color: #FFF !important;
    
}

.gift_content_area {
  padding-top: 150px;
  position: relative;
  z-index: 1;
}
.gift_NEw_content_Area .bpgc-frontend-main-container-gift-cards .bpgc-front-gift-card-filter button.bpgc-front-btn {
  right: 6px !important;
  top: 0px !important;
  height: 39px !important;
}

#customer_details .col-1 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
}


.gift_New_area {
  overflow: hidden;
  margin-top: 150px;
}
.gift_NEw_content_Area {
    overflow: hidden;
    height: 700px;
    overflow-y: scroll;
    border-radius: 9px;
    scrollbar-width: thin;
    max-width: 1100px !important;
    margin: 0 auto !important;
}
.bpgc-frontend-main-container-gift-cards .bpgc-gift-card-list-row .bpgc-gift-card-slider img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.menu ul li.current_page_item a {
  color: #BDCF77;
  transition: 0.5s;
  text-decoration: underline !important;
  font-weight: 500;
  box-sizing: border-box;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    font-size: 14px;
    margin-top: 0;
    max-width: 800px;
    text-justify: inter-word;
    margin: auto;
    color: #FFF;
}