/*
Theme Name: VW Business Lounge Pro
Theme URI:
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description:
Version: 0.0.1
Requires at least: 5.8.0
Tested up to: 6.0.3
Requires PHP: 7.3
License: GNU General Public License
License URI:license.txt
Text Domain: vw-business-lounge-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Pet Care Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2018.
Pet Care Pro WordPress Theme is released under the terms of GNU GPL
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 :root {
   --white: #ffffff;
   --black: #1F2029;
   --grey: #323A43;
   --yellow: #B5995A;
}
 :root {
   --mont: "Montserrat";
   --playfair: "Playfair Display";
}
/* Basic Style */
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
  color: #fff;
}
.carousel-item{
  transition: opacity 0.6s 0.6s !important;
}
 body{
   overflow-x: hidden !important;
}
 html body {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: white;
  position: relative;
  font-size: 14px;
  color: #000000;
  font-family: Montserrat;
  overflow-x: hidden !important;
}
html {
    overflow-x: hidden;
  }
 label {
   margin-bottom: 0 !important;
}
 img {
   margin: 0;
   padding: 0;
   border: none;
   max-width: 100%;
   height: auto;
   width: auto;
}
 section img {
   max-width: 100%;
}
h6 {
  font: 600 16px / 25px Montserrat;
  color: #fff;
  margin: 0;
}
h5 {
  color: var(--yellow);
  font: 600 18px / 25px Montserrat;
  width: max-content;
  margin: auto;
  position: relative;
  margin: 0;
}
h5:after {
  content: '';
  width: 18px;
  height: 3px;
  background: white;
  position: absolute;
  top: 11px;
  right: -25px;
  bottom: 0;
}
h4 {
  color: #fff;
  font: 600 25px / 35px Playfair Display;
  margin: 0;
  padding: 0;
}
h3{
  color: #fff;
  padding: 0;
  margin: 0;
  font: normal normal bold 32px/45px Montserrat;
}
h2{
  font: 600 40px/55px Montserrat;
  margin: 0;
  color: #fff;
}
h1{
  font: 600 40px/55px Montserrat;
}
p{
  color: #fff;
  font: normal normal normal 14px/20px Montserrat;
  margin: 0;
  letter-spacing: 0px;
}
.btn-check:focus+.btn, .btn:focus{
  box-shadow: none;
}
 body a {
 text-decoration: none;
 color: #103DBE;
}
 a:hover {
   text-decoration: none;
   color: var(--yellow);
}
 ul, ol {
 margin: 0 0 0 0;
 padding: 0;
}
section{
  background-repeat: no-repeat !important;
  padding: 70px 0;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  font-weight: 600;
  color: #fff;
}
.wpcf7-not-valid-tip {
  color: #fff;
  border: 1px solid #fff;
  font-size: 12px;
  line-height: 30px;
  display: block;
  width: max-content;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0px 10px;
  margin: 10px 0px;
}
.toggleMenu {
   display: none;
}
.btn:hover{
  background: #fff;
  color: #1F2029;
}
.btn{
  font: 600 13px / 15px Montserrat;
  color: #fff;
  background: var(--yellow);
  padding: 10px 35px 10px 35px;
  border-radius: 6px;
  border: none;
}
.btn:hover{
  background: #fff;
  color: var(--yellow);
}
.vw-fixed{
  background-attachment: fixed !important;
  background-size: cover;
  background-repeat: no-repeat;
}
.vw-scroll{
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-page-text-box {
  -webkit-mask-image: url(assets/images/banner-shape.png);
  mask-image: url(assets/images/banner-shape.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  position: relative;
}
/* ---------- Return to Top ------------ */
 #return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background: var(--yellow);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
}
 #return-to-top i {
  position: relative;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 3px 5px;
  color: #fff !important;
}
a#return-to-top{
 color: #fff !important;
 text-align: center;
}
#return-to-top:hover {
 background: var(--yellow);
}
#return-to-top:hover i {
 top: 5px;
}
/* ----------- Spinner ------------- */
.eco-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #1F2029;
  cursor: pointer;
  z-index: 3;
}
.loader {
  position: absolute;
  top: 45%;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #FFF;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-left: 4px solid var(--yellow);
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*------ search bar ----------*/
#header-menu .search-form{
  width: 100% !important;
  height: 45px;
  border: 1px solid var(--yellow);
  border-radius: 10px;
}
.contains-search i,#login-popup i,.header-account-main i{
  background: var(--yellow);
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 10px;
}
.contains-search{
  width: max-content;
  padding: 4px 5px;
}
.vw-search-wrapper label{
  width: 85%;
}
.vw-search-wrapper input {
  border: unset;
  padding: 9px 10px;
  width: 100%;
  outline: none;
  font: 400 13px / 25px Montserrat;
  border-radius: 8px;
}
#header-menu .search-form button {
  background: var(--yellow);
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 8px;
  border: none;
  position: relative;
  top: 5px;
  left: 5px;
  font-size: 0px;
}
#header-menu .search-form {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#header-menu .search-form button[type=submit]::before {
  content: '\f002';
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 16px;
}
/* blog sidebar */
#sidebar .widget_search .widget-title {
  display: none;
}
#sidebar .widget-title,.vw_post_slider h3{
  font: normal normal 600 20px/35px Montserrat;
  color: #fff;
}
#sidebar label{
  position: relative;
  width: 100%;
}
#sidebar .wp-block-search__inside-wrapper{
  position: relative;
}
.contains-blog-search{
  position: absolute;
}
.blog-search-submit{
  font-size: 0;
  border: none;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  z-index: 1;
}
.blog-search-icon i {
  position: relative;
  border: none;
  background: var(--yellow);
  color: #fff;
  height: 40px;
  width: 40px;
  left: 10px;
  font-size: 18px;
  z-index: 1;
  top: 10px;
  border-radius: 8px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
#sidebar .search-form label:before {
  content: '\f002';
  font-family: "font awesome 6 free";
  font-weight: 900;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  background: #B5995A;
  width: 40px;
  line-height: 40px;
  height: 40px;
  border-radius: 8px 9px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  /* z-index: 1; */
}
#sidebar .widget_search{
  margin-bottom: 5%;
}
#sidebar form.search-form.serach-page{
  position: relative;
}
#sidebar .search-submit{
  position: absolute;
  left: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 10px;
  font-size: 0;
  background: transparent;
}
.entry-title{
  color: #fff;
}
#sidebar .search-field{
  width: 100%;
  background: var(--grey);
  border: none;
  padding: 20px 20px 20px 60px;
  border-radius: 15px;
  color: #fff;
}
#sidebar #iepamegamenu_pro_textimage-2{
  position: relative;
  background: var(--grey);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 5%;
}
#sidebar #iepamegamenu_pro_textimage-2 .iepa-mega-block-title{
  position: absolute;
  top: 0;
  bottom: 60px;
  width: max-content;
  height: max-content;
  margin: auto;
  left: 0;
  right: 0;
}
#sidebar #iepamegamenu_pro_textimage-2 .iepa-header p{
  position: absolute;
  top: 0;
  bottom: 0;
  width: max-content;
  height: max-content;
  margin: auto;
  left: 0;
  right: 0;
}
.widget_categories ,.widget_recent_entries{
  position: relative;
  background: var(--grey);
  border-radius: 15px;
  padding: 20px 40px;
  margin-bottom: 5%;
}
#sidebar aside.widget_categories ul:nth-child(2) li:after {
  content: '';
  position: absolute;
  background: #B5995A;
  height: 1px;
  width: 83%;
  left: 0;
  bottom: 0px;
  right: 0;
  display: block;
  margin: 0 auto;
  z-index: 0;
}
#sidebar aside.widget_categories ul li{
  font: normal normal 600 16px / 30px Montserrat;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-self: center;
  padding-top: 4%;
  position: relative;
  height: 38px;
}
#sidebar aside ul li{
  font: normal normal 600 16px / 30px Montserrat;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-self: center;
  padding-top: 3%;
  position: relative;
}
#sidebar aside ul li a{
  width: max-content;
  color: #fff;
  padding-right: -4px;
  position: relative;
  border-bottom: 1px solid var(--grey);
  font: normal normal 600 14px / 35px Montserrat;
  z-index: 1;
}
#sidebar aside ul{
  list-style-type: none;
}
#sidebar .widget_recent_entries ul .post-content a {
  font: normal normal 600 12px / 20px Montserrat;
  line-height: 0px;
}
.widget_recent_entries .post-date,.widget_recent_entries .cat-item{
  font: normal normal normal 12px/20px Montserrat;
}
.recent-post-box .media.post-thumb {
  display: flex;
  margin-bottom: 5%;
}
.recent-post-box .media.post-thumb img{
  width: 80px;
  height: 80px;
  border-radius: 6px;
  object-fit: cover;
  object-position: top;
  align-self: center;
}


/* --slider---- */
#slider{
  padding-top: 9%;
  margin-top: -7%;
  z-index: 0;
}
#slider .carousel-caption{
  top: 18%;
}
#slider .slider-main-image img{
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: bottom;
}
#slider .slide-paragraph {
  font: 600 15px / 25px Montserrat;
}
#slider .slider-button-box .btn i{
  transform: rotate(45deg);
  color: var(--yellow);
  font-size: 24px;
  position: relative;
  top: 3px;
}
#slider .slider-button-box .btn:hover i{
  color: #fff !important;
}
#slider .slider-button-box .btn:hover{
  background: var(--yellow) !important;
  color: #fff !important;
}
#slider .slider-button-box .btn{
  background: #ffffff;
  color: var(--black);
  font: 600 14px / 30px Montserrat;
  letter-spacing: 0.50px;
  padding: 10px 20px 10px 20px;
  border-radius: 20px;
  border: none;
}
#slider .carousel-control-prev{
  width: auto;
  height: max-content;
  left: unset;
  top: 35%;
  bottom: 0;
  right: 17.5%;
  opacity: 1;
  border-radius: 8px;
  font-size: 20px;
  z-index: 2;
}
#slider .carousel-control-next{
  width: auto;
  height: max-content;
  left: unset;
  top: 35%;
  bottom: 0;
  right: 15%;
  opacity: 1;
  border-radius: 8px;
  font-size: 20px;
  z-index: 2;
}
#slider .carousel-control-prev i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  text-align: center;
  background: var(--yellow);
  color: #fff;
  border-radius: 10px !important;
  padding: 0 !important;
}
#slider .carousel-control-next i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  text-align: center;
  background: #fff;
  color: #000;
  border-radius: 10px !important;
  padding: 0 !important;
}
#slider .slider-indicator{
  margin: 0;
  display: block;
  left: unset;
  top: 0;
  width: 50%;
  align-self: center;
}
#slider .slider-indicator button{
  position: relative;
  width: 120px;
  height: 70px;
  background: transparent;
  text-indent: unset !important;
}
#slider .carousel-indicators [data-bs-target]{
  opacity: 1;
}
#slider .slider-indicator button img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.container-slider{
  position: absolute;
  left: 10%;
  bottom: 27%;
  z-index: 1;
  width: 100%;
}
.double-layer-text-one{
  font: 600 200px / 160px Montserrat;
  font-family: sans-serif;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: white;
  color: #ffffff00;
}
.double-layer-text-two{
  font: 600 200px / 220px Montserrat;
  font-family: sans-serif;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: white;
  color: #ffffff00;
}
.slider-booking-form-title{
  padding-left: 65px;
}
.slider-booking-inner-title {
  color: var(--yellow);
  font: 600 16px / 25px Montserrat;
  width: max-content;
  margin: auto;
  position: relative;
}
.slider-booking-inner-title:after {
  content: '';
  width: 18px;
  height: 3px;
  background: white;
  position: absolute;
  top: 11px;
  right: -25px;
  bottom: 0;
}
/* ----slider form */
.slider-booking-lougue-form-box{
  background: #fff;
  border-radius: 20px;
  padding: 40px 10%;
}
.slider-booking-lougue-form-box input ,.slider-booking-lougue-form-box select{
  width: 100%;
  color: #9F9F9F;
  border: 1px solid #9F9F9F;
  border-radius: 8px;
  padding: 10px;
  background: transparent;
  outline: none !important;
}
.slider-booking-lougue-form-box .wpcf7 form.failed .wpcf7-response-output, .slider-booking-lougue-form-box .wpcf7 form.aborted .wpcf7-response-output{
  color: #000;
}
.slider-booking-lougue-form-box input.wpcf7-form-control.wpcf7-submit.has-spinner{
  font: normal normal bold 15px / 20px Montserrat;
  color: #fff;
  background: #B5995A;
  border: none !important;
  border-radius: 6px;
  padding: 10px 50px;
  width: max-content;
}
.slider-booking-lougue-form-box input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
  background: #292D32;
}
.slider-booking-lougue-form-box .wpcf7-list-item{
  margin: 0px;
}
.slider-booking-lougue-form-box .wpcf7-list-item input {
  width: max-content;
  color: #9F9F9F;
  top: 3px;
  position: relative;
}
.slider-booking-lougue-form-box .wpcf7-list-item label{
  display: flex;
  align-items: baseline;
}
.slider-booking-lougue-form-box .wpcf7-list-item label .wpcf7-list-item-label{
  color: #9F9F9F;
  font: 300 14px / 20px Montserrat;
  margin-left: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.slider-booking-lougue-form-box .wpcf7-not-valid-tip {
  margin: 0 !important;
  color: #000 !important;
  font: 300 12px / 13px Montserrat !important;
  padding: 0 !important;
}
.wpcf7-spinner{
  position: absolute;
}

/* ----- about ------ */
.about-page .about-image-main-box{
  height: 400px;
}
.about-main-box .about-image-main-box img{
  border-radius: 0px 250px 250px 0px;
  width: 100%;
  height: 100%;
  padding: 6px;
}
.about-heading-content-box{
  padding: 0% 4% 0% 3%;
  position: relative;
  z-index: 1;
}
.about-counter-box{
  background: var(--grey);
  padding: 30px 25px;
  border-radius: 20px;
}
.about-counter-text{
  font: normal normal normal 11px/25px Montserrat;
}
.counter_suffix{
  color: var(--yellow);
}
.about-counter-box svg{
  stroke: #292D32;
}
.about-image-main-box svg{
  position: absolute;
  top: -12px;
  left: 15%;
  z-index: 0;
  stroke: #fff;
}
.about-counter-box svg{
  position: absolute;
  top: 16px;
  left: 0;
  bottom: 0;
  height: max-content;
  width: 100%;
  stroke: #292D32;
}
.about-dashed-path{
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 250px;
  /* border-left: none; */
  background-size: 90% 100%;
  background-repeat: no-repeat;
  clip-path: circle(60% at 65% 50%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 10%;
}
/* ----- services ----------- */
#ourServices svg {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  stroke: #292D32;
}
.service-post-img{
  width: 170px;
  height: 170px;
}
.service-post-img-content-box:hover .service-post-img {
  box-shadow: 0px 0px 10px 0px var(--yellow);
  border-radius: 10px;
}
.service-post-img img{
  filter: brightness(0.5);
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
}
.service-category-title{
  width: 62%;
  margin: auto;
  text-align: center;
  top: 0;
  bottom: 0;
  position: absolute;
  height: max-content;
  left: 0;
  right: 0;
  font: 600 16px / 18px Montserrat;
}
.service-category-title a{
  color: #fff;
  font: 600 16px / 18px Montserrat;
}
.our-services-content-box:hover .service-category-title a {
  color: var(--yellow);
}
#ourServices .owl-carousel .owl-stage {
  padding: 20px 0px;
}
#ourServices .owl-item.active {
  height: 300px;
  position: relative;
}
#ourServices .owl-item.active .our-services-content-box {
  margin: 4px 4px;
}
#ourServices .owl-item.active:nth-child(1) .our-services-content-box {
  position: absolute;
  bottom: 15px;
}
#ourServices .owl-item.active:nth-child(3) .our-services-content-box  {
  position: absolute;
  bottom: 0px;
}
#ourServices .owl-item.active:nth-child(5) .our-services-content-box  {
  position: absolute;
  bottom: 25px;
}
#ourServices .owl-item.active:nth-child(5) .service-category-title{
  width: 45%;
}
#ourServices .owl-item.active:nth-child(2) .our-services-content-box {
  position: absolute;
  top: 20px;
}
#ourServices .owl-item.active:nth-child(4) .our-services-content-box  {
  position: absolute;
  top: 0px;
}
#ourServices .owl-item.active:nth-child(6) .our-services-content-box  {
  position: absolute;
  top: 10px;
}
#ourServices .owl-item.active:nth-child(7) .our-services-content-box  {
  position: absolute;
  top: -20px;
}
.service-post-img-content-box {
  padding: 0;
}



/* -----gallery -------- */
#our-Gallery li{
  position: relative;
}
#our-Gallery .main-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 200px);
  margin: 0;
  gap: 15px;
}
#our-Gallery .grid-items{
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
#our-Gallery .grid-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
#our-Gallery .grid-items .image-popup-vertical-fit p{
  display: none;
}
#our-Gallery .grid-items:hover .image-popup-vertical-fit p{
  display: block;
  position: absolute;
  bottom: 0;
  background: var(--green);
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  padding: 10px 20px;
  font: normal normal bold 20px / 25px Montserrat;
}
#our-Gallery .grid-items:nth-child(1){
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
}
#our-Gallery .grid-items:nth-child(2){
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
}
#our-Gallery .grid-items:nth-child(3){
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
}
#our-Gallery .grid-items:nth-child(4){
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 3;
  grid-column-end: 4;
}
#our-Gallery .grid-items:nth-child(5){
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 4;
  grid-column-end: 5;
}
#our-Gallery .grid-items .gallery-icon{
  display: none;
}
#our-Gallery .grid-items:hover .gallery-img{
  filter: brightness(0.5);
}
#our-Gallery .grid-items .image-popup-vertical-fit {
  position: relative;
}
#our-Gallery .grid-items:hover .image-popup-vertical-fit:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 10px;
  border: 2px solid white;
}
.icon-overlay{
  display: none;
}
.gallery-button.btn{
  font: 600 14px / 20px Montserrat;
  color: #fff;
  background: var(--yellow);
  padding: 8px 40px 8px 40px;
  border-radius: 6px;
  border: none;
}
.gallery-button.btn:hover {
  background: #fff;
  color: var(--yellow);
}
/* --------our award -------- */
.award-year-box {
  font: 600 20px / 20px var(--yellow);
  font-size: 17px;
  font-weight: 600;
  line-height: 23px;
  color: var(--yellow);
}
.our-award-post-title {
  font: 400 15px / 23px Montserrat;
  color: #fff;
}
.our-award-category-title {
  font: 400 13px / 23px Montserrat;
}
.award-date-box p {
  font: 400 13px / 23px Montserrat;
  color: var(--yellow);
}
.our-award-img-box img{
  border-radius: 20px;
}

/* -------- lougue category -------- */
.lougue-category-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
}
.lougue-category-image h6 a{
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  text-align: center;
  width: 30%;
  margin: auto;
  color: #fff;
  font: 600 18px / 35px Montserrat;
}
.custom-category-offerimage{
  background: #323A43;
  /* height: 618px; */
}
.custom-category-offerimage img{
  height: 100%;
  object-fit: contain;
  margin: auto;
  padding: 50px 30px;
}
.lougue-category-image-content-box{
  width: 100%;
  margin: auto;
  position: absolute;
  top: 38%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.lougue-category-image-content-box h6{
  font: 600 18px / 35px Montserrat;
}
.lougue-category-image-content-box p{
  text-transform: capitalize;
  font: normal normal normal 14px / 30px Montserrat;
}
.lougue-category-image-content-box i{
  font-size: 30px;
  color: #fff;
  font-weight: 900;
}
/* -------- pricing plan -------- */
.pricing-plan-price-text{
  font:600 16px/20px Montserrat;
}
.pricing-plan-main-content-box{
  background: var(--grey);
  border-radius: 20px;
  padding: 30px 25px;
  margin: 5px;
}
.pricing-plan-title{
  border-bottom: 1px solid #fff;
  width: 100%;
  margin: auto;
  color: var(--yellow);
  font: 600 18px / 35px Montserrat;
}
.pricing-plan-main-content-box:hover {
  box-shadow: 0px 0px 10px 0px var(--yellow);
}
.pricing-plan-features-points p {
  position: relative;
  left: 25px;
}
.pricing-plan-features-points p:after {
  content: '';
  position: absolute;
  top: 2px;
  left: -25px;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: var(--yellow);
}
.pricing-plan-features-points-box{
  height: 235px;
}
.dotted-line {
  height: 1px;
  width: 67%;
  margin: auto;
  background-image: linear-gradient(to right, #fdfdfd 55%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 20px 1px;
  background-repeat: repeat-x;
  position: relative;
  top: 8px;
}
.pricing-plan-main-content .owl-item::before {
  content: '';
  display: flex;
  width: 15px;
  margin: 0 auto;
  background-color: var(--yellow);
  height: 15px;
  border-radius: 50px;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
}
.pricing-plan-main-content-box:hover .btn{
  background: #fff;
  color: var(--yellow);
}
/* --------our team -------- */
#our-team svg{
  position: absolute;
  top: 15%;
  bottom: 0;
  height: max-content;
  width: 100%;
  left: 0;
  stroke: #292D32;
}
.team-post-image-box{
  /* height: 380px; */
}
.team-post-image-box img{
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}
.team-designation-text{
  font: normal normal normal 13px / 25px Montserrat;
}
/* -------- currency banner  -------- */
.banner-currecy-left-image{
  position: absolute;
  left: 0;
  width: auto;
  height: 350px;
  object-fit: cover;
  bottom: 0;
  z-index: 1;
}
.banner-currecy-right-image{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 330px;
  height: 350px;
  transform: rotate(-180deg);
}
#currency_banner svg{
  position: absolute;
  top: 18%;
  bottom: 0;
  height: max-content;
  width: 100%;
  left: 0;
  z-index: 0;
  stroke: #292D32;
}
/* --------our trstimonial -------- */
.client-image{
  width: max-content;
  margin: auto;
}
.client-image img {
  width: 100px !important;
  height: 100px;
}
.client-image img:nth-child(1){
  border-radius: 50%;
  filter: grayscale(1);
  margin-bottom: 10px;
}
.client-image svg{
  width: 100%;
  height: 100%;
}
.testimonial-quote-box p{
  height: 180px;
  overflow: hidden;
}
.testi-rating i{
  color: var(--yellow);
}
.testimonial-content-box{
  background: #323A43;
  border-radius: 20px;
  padding: 20px 36px 25px 36px;
  overflow: hidden;
}
.our-testimonial-box .owl-carousel .owl-item{
  overflow: hidden;
  border-radius: 20px;
}

/* ------- our blog --------- */

.newsinner.blog-detail:hover .collection-img-box {
  box-shadow: 0px 0px 12px 0px var(--yellow);
  border-radius: 20px;
}
.collection-img-box{
  height: 350px;
}
.newsinner.blog-detail {
  margin: 4px;
}
.newsinner.blog-detail .collectionbox-text h6{
  height: 48px;
}
.newsinner.blog-detail .collectionbox-text {
  padding: 15px 0px;
}
.collectionbox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
span.news-author {
  font: normal normal 600 16px / 34px Montserrat;
  color: var(--yellow);
  text-transform: capitalize;
  align-self: center;
}
.blog-category .date-item,.blog-category .cat-item{
  color: #fff;
  font: 500 13px/34px Montserrat;
  width: max-content;
  /* padding: 0px; */
}
.blog-category .date-item svg{
  position: relative;
  top: -2px;
}
.collectionbox-text h6 a{
  font: 600 18px / 25px Montserrat;
  color: #fff;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog-admin-box{
  width: max-content;
  background: #fff;
  padding: 7px 10px 7px 7px;
  border-radius: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.blog-admin-box img{
  width: 50px !important;
  height: auto;
  border-radius: 10px;
}
#our_blog svg.path-svg{
  position: absolute;
  top: 5%;
  bottom: 0%;
  height: 80%;
  width: 100%;
  left: 0;
  z-index: 0;
  stroke: #292D32;
}





#aboutUs .slide-test{
  width: max-content;
  background: var(--yellow);
  padding: 10px 10px 10px 30px;
  border-radius: 10px;
  margin: 0 0 0 -34%;
}
#aboutUs .slider-post img {
  margin: 0 0 0 -20px;
}
#aboutUs .slider-post img {
  width: 60px;
  height: auto;
  border: 3px solid var(--yellow);
  border-radius: 10px;
}
#aboutUs .testi-rating,#aboutUs .rating-count,#aboutUs .rating-count-text{
  font: 600 18px / 20px Montserrat;
  color: #fff;
}
#aboutUs .slide-test-box i{
  color: #fff;
  font-size: 15px;
}
#aboutUs:after {
  content: '';
  width: 0px;
  height: 100px;
  border-radius: 50px;
  box-shadow: 10px 0px 125px 40px;
  color: var(--yellow);
  position: absolute;
  right: 0;
  top: 20%;
}
#aboutUs:before {
  content: '';
  width: 0px;
  height: 100px;
  border-radius: 50px;
  box-shadow: 10px 0px 125px 40px;
  color: var(--yellow);
  position: absolute;
  left: 0;
  top: -5%;
}
.site-header:before {
  content: '';
  width: 0px;
  height: 200px;
  border-radius: 50px;
  box-shadow: 10px 0px 125px 40px;
  color: var(--yellow);
  position: absolute;
  left: 0;
  bottom: -200px;
  /* top: 2%; */
  /* z-index: 2; */
}
#our-Gallery:after {
  content: '';
  width: 0px;
  height: 100px;
  border-radius: 50px;
  box-shadow: 10px 0px 125px 40px;
  color: var(--yellow);
  position: absolute;
  right: 0;
  bottom: 5%;
  z-index: 1;
}
#our-Gallery:before {
  content: '';
  width: 0px;
  height: 100px;
  border-radius: 50px;
  box-shadow: 10px 0px 125px 40px;
  color: var(--yellow);
  position: absolute;
  left: 0;
  top: 35%;
}
#pricingPlan:before {
  content: '';
  width: 0px;
  height: 100px;
  border-radius: 50px;
  box-shadow: 10px 0px 125px 40px;
  color: var(--yellow);
  position: absolute;
  left: 0;
  top: 25%;
}
#our-award:after {
  content: '';
  width: 0px;
  height: 100px;
  border-radius: 50px;
  box-shadow: 10px 0px 125px 40px;
  color: var(--yellow);
  position: absolute;
  right: 0;
  top: 20%;
}
#our_testimonial:before {
  content: '';
  width: 0px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 10px 0px 125px 40px;
  color: var(--yellow);
  position: absolute;
  left: 0;
  top: 15%;
}
#our_testimonial:after {
  content: '';
  width: 0px;
  height: 100px;
  border-radius: 50px;
  box-shadow: 10px 0px 125px 40px;
  color: var(--yellow);
  position: absolute;
  right: 0;
  bottom: 20%;
}
#our_testimonial .testimonial-content-box:before {
  content: '';
  width: 0px;
  height: 0;
  border-radius: 0px 50px 50px 20px;
  box-shadow: 30px 0px 150px 40px;
  color: var(--yellow);
  position: absolute;
  left: 0px;
  bottom: 10%;
}
#our_testimonial .testimonial-content-box:after {
  content: '';
  width: 0px;
  height: 100px;
  border-radius: 50px;
  box-shadow: 50px 0px 150px 40px;
  color: var(--yellow);
  position: absolute;
  right: 15px;
  top: 0%;
}
#newsletter:before {
  content: '';
  width: 0px;
  height: 0;
  border-radius: 0px 50px 50px 20px;
  box-shadow: 25px 0px 130px 40px;
  color: var(--yellow);
  position: absolute;
  left: 0;
  top: 50%;
  overflow: hidden;
}


#single-services-page:before {
  content: '';
  width: 0px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 10px 0px 125px 40px;
  color: var(--yellow);
  position: absolute;
  left: 0;
  top: 40%;
}
#single-services-page:after {
  content: '';
  width: 0px;
  height: 100px;
  border-radius: 50px;
  box-shadow: 10px 0px 125px 40px;
  color: var(--yellow);
  position: absolute;
  right: 0;
  top: 15%;
}












.owl-dots{
  width: max-content;
  margin: auto;
  margin-top: 5%;
}
.owl-dot.active{
  background: var(--yellow);
}
.owl-dot{
  width: auto;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #fff;
  margin: 2px;
}





.next.page-numbers, .prev.page-numbers{
  display: none;
}
.navigation.pagination {
  display: unset;
}
span.page-numbers.current{
  color: var(--yellow);
  border-bottom: 1px solid var(--yellow);
}
.page-numbers{
  position: relative;
  color: #fff;
  margin-right: 1%;
  font: 600 14px/20px Montserrat;
}
.page-numbers:before {
  content: '0';
}




















.single-post #commentform {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-post .comment-form-url, .comment-notes,.comments-title,.says,.comment-awaiting-moderation,.reply i,.commentmetadata a {
  display: none;
}
.single-post .comment-form-comment {
  order: 4;
  width: 100%;
}
.single-post .comment-form-author {
  order: 2;
  width: 100%;
}
.single-post .comment-form-email {
  order: 3;
  width: 100%;
}
.single-post .comment-form-cookies-consent {
  order: 5;
  width: 100%;
  display: flex;
  margin-top: 12px;
}
.single-post .form-submit {
  width: max-content;
  position: relative;
  order: 6;
  margin-top: 25px;
  position: relative;
}
.single-post input#wp-comment-cookies-consent {
  margin-top: 0px;
  height: 22px;
  margin-right: 10px;
  width: max-content;
}
.single-post .comment-form-cookies-consent label {
  font: 300 15px / 20px Inter !important;
  margin-top: 0px !important;
}
.single-post .single-post-comment label {
  font: 400 14px / 30px Montserrat;
  margin-top: 20px;
  width: 100%;
}
.single-post-comment .comments-area {
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#respond {
  background: #292D32;
  box-shadow: 0px 0px 10px 0px var(--yellow);
  padding: 20px;
  width: 100%;
  max-width: 40%;
  height: 100%;
  order: 1;
}
#reply-title {
  font: 600 18px / 25px Montserrat;
}
#comments form .form-submit input{
  background: #B5995A;
  color: #fff;
  border-radius: 10px;
  padding: 12px 40px 12px 40px;
  font: 560 14px / 20px Montserrat;
  border: none;
  width: 100%;
}
#comments form input,#comments form textarea {
  border: none;
  padding: 12px 12px;
  width: 100%;
  color: #222E39;
  font: 400 13px / 20px Montserrat;
  border-radius: 4px;
  outline: none;
}
.comment-list li {
  color: #fff;
  list-style-type: none;
  height: 140px;
}
.comment-body>.reply {
  margin-top: 10px;
}
.comment-body>.reply a {
  color: #fff;
}
.comment-body>p, .comment-body>.reply {
  padding-left: 17%;
  color: #fff;
  position: relative;
  top: -90px;
  font: normal normal normal 13px/20px Montserrat;
}
cite{
  color: var(--yellow);
  font: 600 18px / 25px Montserrat;
  padding-left: 10px;
  position: relative;
  top: -38px;
}
.comment-list{
  align-self: center;
  padding-right: 20px;
  width: 55%;
}


@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.double-layer-text-one {
  background: linear-gradient(to right, #B5995A 20%, #fff0 30%, #B5995A 70%, #fff0 80%);
  -webkit-background-clip: text;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 5s ease-in-out infinite alternate;
}
.double-layer-text-two {
  background: linear-gradient(to right, #fff0 20%, #B5995A 30%, #fff0 70%, #B5995A 80%);
  -webkit-background-clip: text;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 5s ease-in-out infinite alternate;
}
/* .btn{
  position: relative;
  overflow: hidden;
  background: transparent;
}
.btn:before {
    transform: translateY(-100%);
}
.btn:hover:before {
  transform: translateY(-45%);
  background: var(--grey);
}
.btn:hover:after {
  transform: translateY(50%);
  background: var(--grey);
}
.btn:before, .btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

} */
.above_title{
  text-align: center;
    width: 60%;
    margin: auto;
}







.modal.modal-login {
  position: fixed;
  z-index: 2147483647;
  padding-top: 100px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: auto;
}
#loginModal .modal-content {
  width: 50%;
  margin: 0 auto;
  border: none;
}
#myNewModal .close-one, #loginModal .close, #bsServiceModal .close-one, #bsserviceAppointment .close-one {
  color: #252525;
  cursor: pointer;
  background: #ECECEC;
  border: none;
  font-weight: 900;
  position: absolute;
  right: -15px;
  height: 60px;
  width: 60px;
  top: -20px;
  border-radius: 50%;
  padding-top: 6px;
  text-align: center;
}
#loginform {
  padding: 30px 25px;
}
#loginModal .close i {
  padding-top: 7px;
  font-size: 35px;
}
#loginform label {
  font: 500 15px / 32px Montserrat;
  color: #000000;
}
#loginform p{
  margin: 0 0 15px 0;
}
#loginform input {
  border: 1px solid #bdbdbd;
}
#loginform input[type="text"], #loginform input[type="tel"], #loginform input[type="email"], #loginform input[type="phno"], #loginform input[type="password"], #loginform textarea{
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 0 0px 0;
  height: auto;
  width: 100%;
  background: transparent;
}
#loginform #wp-submit {
  background: var(--yellow);
  border-radius: 8px;
  padding: 6px 30px;
  font: 500 16px / 28px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
  border: none;
}
