/*====================================== Font Family Start ========================================*/ 
@font-face {
  font-family: 'Proxima Nova';
  font-weight: 400; font-style: normal; font-display: swap;
  src: url('../fonts/ProximaNova-Regular/ProximaNovaRegular.eot');
  src: url('../fonts/ProximaNova-Regular/ProximaNovaRegular.eot') format('embedded-opentype'),
       url('../fonts/ProximaNova-Regular/ProximaNovaRegular.woff2') format('woff2'),
       url('../fonts/ProximaNova-Regular/ProximaNovaRegular.woff') format('woff'),
       url('../fonts/ProximaNova-Regular/ProximaNovaRegular.ttf') format('truetype'),
       url('../fonts/ProximaNova-Regular/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');
}
@font-face {
  font-family: 'Proxima Nova';
  font-weight: 300; font-style: normal; font-display: swap;
  src: url('../fonts/ProximaNova-Light/ProximaNovaLight.eot');
  src: url('../fonts/ProximaNova-Light/ProximaNovaLight.eot') format('embedded-opentype'),
       url('../fonts/ProximaNova-Light/ProximaNovaLight.woff2') format('woff2'),
       url('../fonts/ProximaNova-Light/ProximaNovaLight.woff') format('woff'),
       url('../fonts/ProximaNova-Light/ProximaNovaLight.ttf') format('truetype'),
       url('../fonts/ProximaNova-Light/ProximaNovaLight.svg#ProximaNovaLight') format('svg');
}
@font-face {
  font-family: 'Proxima Nova';
  font-weight: 500; font-style: normal; font-display: swap;
  src: url('../fonts/ProximaNova-Medium/ProximaNovaMedium.eot');
  src: url('../fonts/ProximaNova-Medium/ProximaNovaMedium.eot') format('embedded-opentype'),
       url('../fonts/ProximaNova-Medium/ProximaNovaMedium.woff2') format('woff2'),
       url('../fonts/ProximaNova-Medium/ProximaNovaMedium.woff') format('woff'),
       url('../fonts/ProximaNova-Medium/ProximaNovaMedium.ttf') format('truetype'),
       url('../fonts/ProximaNova-Medium/ProximaNovaMedium.svg#ProximaNovaMedium') format('svg');
}
@font-face {
  font-family: 'Proxima Nova';
  font-weight: 600; font-style: normal; font-display: swap;
  src: url('../fonts/ProximaNova-Semibold/ProximaNovaSemibold.eot');
  src: url('../fonts/ProximaNova-Semibold/ProximaNovaSemibold.eot') format('embedded-opentype'),
       url('../fonts/ProximaNova-Semibold/ProximaNovaSemibold.woff2') format('woff2'),
       url('../fonts/ProximaNova-Semibold/ProximaNovaSemibold.woff') format('woff'),
       url('../fonts/ProximaNova-Semibold/ProximaNovaSemibold.ttf') format('truetype'),
       url('../fonts/ProximaNova-Semibold/ProximaNovaSemibold.svg#ProximaNovaSemibold') format('svg');
}
/* @font-face {
  font-family: 'Proxima Nova';
  font-weight: 700; font-style: normal; font-display: swap;
  src: url('../fonts/ProximaNova-Bold/ProximaNovaBold.eot');
  src: url('../fonts/ProximaNova-Bold/ProximaNovaBold.eot') format('embedded-opentype'),
       url('../fonts/ProximaNova-Bold/ProximaNovaBold.woff2') format('woff2'),
       url('../fonts/ProximaNova-Bold/ProximaNovaBold.woff') format('woff'),
       url('../fonts/ProximaNova-Bold/ProximaNovaBold.ttf') format('truetype'),
       url('../fonts/ProximaNova-Bold/ProximaNovaBold.svg#ProximaNovaBold') format('svg');
} */
/*====================================== Font Family End ========================================*/ 

/*====================================== reset.css is here ========================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure { margin:0; padding:0;}
ol,ul { list-style:none;} 
a{color:#3C3C3C; text-decoration:none !important; outline:0 none; outline:none !important;}
a:hover	{color:#3C3C3C; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; text-decoration:none;}
h1	{font-size:30px; color:#3C3C3C; padding:0;margin:0;font-family: "Lora", serif;}
h2	{font-size:25px; color:#3C3C3C; padding:0;margin:0;font-family: "Lora", serif;}
h3	{font-size:18px; color:#3C3C3C; padding:0;margin:0;font-family: "Lora", serif;}
h4	{font-size:16px; color:#3C3C3C; padding:0;margin:0;}		
h5	{font-size:14px; color:#3C3C3C; padding:0;margin:0;}
h6	{font-size:12px; color:#3C3C3C; padding:0;margin:0;}
p 	{font-size:16px; line-height:24px; color: #3C3C3C; padding:10px 0 10px 0; margin:0;}
p a {color:#3C3C3C;}
p a:hover{color:#3C3C3C; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; text-decoration:none;}
.text-underline { text-decoration: underline !important;}
.img-full-fill{display:block; width:100%; height:auto;}
.img-responsive{ display: block; max-width: 100%; height: auto;} 
/* :root { scroll-behavior: inherit;} */
::selection { background: #67544D !important; color: #fff !important; text-shadow: none;} 
::-moz-selection {background: #67544D !important;color: #fff !important;text-shadow: none;} 
img{height: auto;}
/*====================================== reset.css is End ========================================*/

/*====================================== layout ========================================*/ 
html {width: 100%; height: 100%; background: #fff;}
body {background: #fff; font-size:15px;line-height: 1.5; -webkit-font-smoothing: antialiased; overflow-x:hidden; font-family: 'Proxima Nova'; font-weight: 400;color: #3C3C3C;}
.smoothscroll{top: -170px;position: relative;}
.wrapper {padding-top: 140px; transition: all 0.3s ease-in-out;max-width: 100%; /*margin: 0 auto;*/}
.container{ max-width: 1280px; width: 100%;}  
.btn-primary {display: inline-block; background: #67544D !important; color: #FFFFFF !important; border-radius: 5px; font-size: 15px; line-height: 25px; padding: 6.5px 12px; margin: 0; border:none; font-weight: 600; box-shadow: none !important; letter-spacing: 0px; text-transform: none;transition: all 0.3s ease;}
.btn.btn-primary:focus, .btn.btn-primary:hover {box-shadow: none !important; transition: all 0.3s ease;} 
.font-12{font-size: 12px; line-height: 15px;}
.font-13{font-size: 13px; line-height: 17px;}
.font-14{font-size: 14px; line-height: 18px;}
.font-15{font-size: 15px; line-height: 20px;}
.fw-medium{font-weight: 500 !important;}
.img-position-absolute{position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; object-fit: cover; display: block;}
/* ==================== Header Start ==================== */
.header.sticky .nav-brand-parent{padding: 5px 0 15px; transition: all 0.3s ease-in-out;}
.header-container {padding: 0 10px 0 10px;}
.header { background-color: #FFFFFF; position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 999; padding: 0; transition: all 0.3s ease-in-out; margin: 0 auto;}
.headertoprgt { transition: all 0.3s ease-in-out;}
.logo { display: block; padding: 10px 0 10px 0; float: none;}
.logo h1{padding: 0; margin: 0;}
.logo img { transition: all 0.3s ease-in-out; max-width: 100%; width: 244px; height: auto; display: block;}
.header.sticky { transition: all 0.3s ease-in-out; padding: 0;}
.navbar-header { display: none;}

.header-btn .btn-primary{padding: 7.5px 17.5px !important; border-radius: 7px;display: inline-flex !important;}
.header-top{background: #F0EDE9;}
.header-top .container{max-width: 1236px;}
.header-top-list{display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.header-top-list li a{font-family: "Ledger", serif;font-size: 10px;line-height: 16px;padding: 12px 15px;display: block; text-transform: uppercase;}
.header-top-list li.active a{background: #fff; border-radius: 10px 10px 0 0;}
ul.header-sociallist {text-align: center;padding: 0 0 0;display: inline-flex;}
ul.header-sociallist li {padding:0;margin: 0 0 0 10px;}
ul.header-sociallist li a img{max-width: 100%;height: auto;}

/* ==================== Header ENd ==================== */
/* ==================== Navigation Start ==================== */
.mobilelist {display:none;}
.mobilelist .headertoprgt {display:none ;}  
.nav-brand-parent{display: flex; width: 100%; max-width: 1212px; margin: 0 auto; justify-content: space-between; align-items: center;padding: 18.5px 0 18.5px; transition: all 0.3s ease-in-out;}
.navigation{ position: relative; background-color: rgba(255, 255, 255, 0.69);} 
.navlist{ width: 21%;  display: inline-block;  padding: 0 0; position: relative; transition: all 0.3s ease-in-out;}
.navbar-default { width: 79%; display: inline-block; border: none;  box-shadow: none; border-radius: 0; background: none; padding: 0px 0 0 0px; transition: all 0.3s ease-in-out;} 
.navbar-collapse{ padding: 0; max-width: 100%; width: 100%;  margin: 0; justify-content: space-between;}
.navbar-nav{ width: 820px; text-align: right; justify-content: space-between; padding: 5px 0 0 5px; margin: 0 0 0 auto;}
.navbar-nav	li{display:inline-block; position:relative; vertical-align: middle; } 
.navbar-default .navbar-nav > li{text-align:center;  padding:0px; float:none;}
.navbar-default .navbar-nav > li > a{ font-size: 14px; font-weight: 500; display: block; line-height: 20px; color: #121212; padding: 10px 2px 10px; text-shadow: none !important; text-transform: capitalize; transition: all ease-in-out 0.3s;}
.navbar-default .navbar-nav > li > a i img{transition: all 0.3s ease-in-out;}
.navbar-default .navbar-nav > li:hover > a{text-decoration: none !important; color: #121212;}
.navbar-default .navbar-nav > li:hover > a i img{ transition: all 0.3s ease-in-out; transform: rotate(180deg);}
.navbar-default .navbar-nav > li.active > a {color:#3C3C3C;}
/* .navbar-default .navbar-nav > li > a:hover:after {visibility:visible; width:100%; opacity:1; }  */
.navbar-default .navbar-nav > li > a:after	{content:''; display:none; width:5%; height:0.5px; background:#3C3C3C !important;  margin:0 auto; padding:0; visibility:visible; opacity:0; transition:all ease-in-out 0.3s; }
.navbar-nav > li.active > a:after {content:''; width:25px;  visibility:visible; opacity:1; } 
.navbar-default .navbar-nav li.active ul li a {color:#121212;}
.navbar-nav	li ul { width: 150px; top: 100%; left: 0; box-shadow: none !important; position: absolute; /* display: none; */  padding: 14px 7px 4px; background: #F4F5F7; border-radius: 10px !important; visibility: hidden; opacity: 0; transform: translateY(25px);
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; border-radius: 0px; margin: 0;}
.navbar-nav	li ul li {display:block; float:none; padding:4px 10px 12px 9px; text-align:left; white-space: nowrap;}
.navbar-nav	li ul li a {font-size:14px; line-height:11px; font-weight: 400; padding:2px 0; display:block; letter-spacing: 0px; text-transform: none;} 
.navbar-nav	li ul li:last-child a::after{display: none;}
.navbar-nav	li ul ul {width:155px; top:0; left:155px; border-radius: 0; position:absolute; box-shadow: none !important;display:none;background:rgba(248, 248, 248,1);  padding:0; }
.navbar-nav	li ul ul li {display:block; float:none; padding:0 5px; text-align:left;  line-height:21px;}
.navbar-nav	li ul ul li a {font-size:12px; line-height:18px;font-weight: 400; padding:8px 10px;display:block;letter-spacing: 0;}
.navbar-nav	li ul li:hover{background-color: transparent; transition:all ease-in-out 0.3s;}
.navbar-nav	li ul li a:hover{color: #3C3C3C;} 
/* .navbar-nav li span {background:url(../images/icon_plus_white.svg) no-repeat center; width:25px; height:25px; position:absolute; right:0px; top:5px; display:none; cursor:pointer;position:absolute;top: 0;display:none;cursor:pointer;width: 100%;left: auto; background-position: right;transition:all ease-in-out 0.3s;}
.navbar-nav li span.open {background:url(../images/icon_minus_white.svg) no-repeat center;transition:all ease-in-out 0.3s;    background-position: right;} */
.navbar-nav li span {background:url(../images/nav-arrow.svg) no-repeat center; width:20px; height:20px; position:absolute; right:3px; top:12px; display:none; cursor:pointer;background-size: 20px 20px !important;transition:all ease-in-out 0.3s;}
.navbar-nav li span.open {background:url(../images/nav-arrow.svg) no-repeat center;transform: rotate(180deg);transition:all ease-in-out 0.3s;}
.navbar-toggle { float: none; display: block; margin: 0; border: none; padding: 0; border-radius: 0px; /*background:url(../images/hamburger.svg) no-repeat center; background-size: 24px 18px !important;*/ position: relative; outline: none!important; box-shadow: none !important; width: 30px; height: 30px; text-align: center; }
.navbar-toggle .navbar-toggler-icon:nth-child(2) {margin: 5px 0; right: 0;top: 1px;}
.navbar-toggle .navbar-toggler-icon:nth-child(3) {top: 2px;}
.navbar-toggle .navbar-toggler-icon{display: block;width: 30px;height: 2px;border-radius: 1px; position: relative; transition: all 500ms ease-in-out;background: #67544D;}   
.navbar-toggle.active .navbar-toggler-icon:nth-of-type(1) { top: 6px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg);} 
.navbar-toggle.active .navbar-toggler-icon:nth-of-type(2) { background-color: transparent;} 
.navbar-toggle.active .navbar-toggler-icon:nth-of-type(3) { top: -8px; width: 30px !important; transform: rotate(-45deg); 
  -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg);}
.navbar-toggle .sr-only { width:45px;text-align:center;height:auto;font-size:12px;line-height:12px;clip:inherit;position:absolute;left:-31px;top:15px;transform:rotate(-90deg);-ms-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-o-transform:rotate(-90deg);-moz-transform:rotate(-90deg);text-shadow:inherit!important;color:#000;font-weight:400; display: none;} 
.navbar-default .navbar-nav > li > a:hover{color: #67544D;} 

/* ==================== Navigation End ==================== */ 

/* ==================== Location page start ==================== */
.location-main{display: flex; align-items: center; justify-content: center; width: 100%; min-height: 100vh; background: url(../images/location-bg.jpg) no-repeat; background-size: cover; padding: 40px 15px;}
.location-container{max-width: 1132px; width: 100%;margin-left: auto; margin-right: auto;}
.location-inner{max-width: 345px;width: 100%;margin-left: auto; margin-right: auto; padding: 0 0 30px;}
.location-content h2{font-size: 18px; line-height: 25px; color: #1E1E1E;}
.location-content p{font-family: "Inter", sans-serif;font-size: 14px; line-height: 25px; color: #1E1E1E;}
.location-card{background: #fff; border-radius: 10px;height: 100%;}
.location-bottom-inner h3{font-family: "Ledger", serif; color: #67544D; font-size: 16px; line-height: 25px;}
.location-bottom-inner p{font-size: 12px;}
.location-top-inner figure{padding-bottom: 83%; position: relative;}
.location-top-inner figure img{width: 100%;border-radius: 10px 10px 0 0;}
/* ==================== Location page start ==================== */

/* ==================== Home page start ==================== */
.heading_32{font-size: 32px; line-height: 38px; color: #1E1E1E;font-weight: 400;}
.bannermain{width: 100%; height: auto; background-size: cover; background-repeat: no-repeat; padding: 44px 12px;}
.banner-overlay-grid{max-width: 1190px;width: 100%; margin: 0 auto;}
.home-banner-left *{color: #F0EDE9;}
.home-banner-left h2{font-size: 48px; line-height: 55px; color: #F0EDE9; letter-spacing: -0.96px; text-transform: uppercase; font-weight: 400;}
.home-banner-left h2 small{font-size: 20px; line-height: 28px; font-family: Arial, sans-serif; font-weight: 400; font-style: italic; display: block;}
.home-banner-left h3{font-family: "Inter", sans-serif; font-size: 35px; line-height: 55px; text-transform: uppercase; font-weight: 200;}
.home-banner-right-inner{position: relative;max-width: 627px;}
.home-banner-right-inner figure > img{width: 576px; max-width: 100%; height: 407px; object-fit: cover; border-radius: 10px; display: block; margin: 0 auto;}
.home-banner-right-top-img, .home-banner-right-bottom-img{position: absolute;top: -20px;left: 0;right: auto;width: 47.21%;height: auto;}
.home-banner-right-top-img > img, .home-banner-right-bottom-img > img{width: 100%;max-width: 100%; height: 371px; object-fit: cover; border-radius: 10px; display: block;}
.home-banner-right-bottom-img > img{margin: 0 0 0 auto;}
.home-banner-right-bottom-img{left: auto;right: 0;top: auto;bottom: -20px;}

.inner-banner-main { overflow: hidden; position: relative}
.inner-banner-main figure { margin: 0; padding: 0; position: relative}
/* .inner-banner-main figure::before{content: ''; width: 100%; height: 100%; top: 0; left: 0; position: absolute; background: rgba(255, 255, 255, 0.25); z-index: 0;} */
.inner-banner-main figure>img { display: block; height: 250px; object-fit: cover; width: 100%}
.inner-banner-ovarlay{position: absolute; width: 100%; height: 100%; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; padding: 10px 12px; z-index: 2;}
.inner-banner-ovarlay h2{font-size: 30px; line-height: 35px; color: #F0EDE9; text-align: center; font-weight: 500; text-transform: uppercase; letter-spacing: 3px;}
.innerbanner-shape{position: absolute;bottom: -36px;top: auto;left: 0; right: 0;width: 100%; height: auto; z-index: 1;display: flex; align-items: flex-end;}
.innerbanner-shape img{width: 100%; height: auto; display: block;}

.celebration-main{position: relative; padding: 75px 0 60px;background: url(../images/celebration-bg.jpg) no-repeat; background-size: cover;}
.celebration-main::before {content: "";position: absolute;inset: 0;background: rgba(255, 255, 255, 0.39); z-index: 0;}
.celebration-main > * {position: relative;z-index: 1;}
.celebration-main .container{max-width: 966px;}
.home-specials-card{background: #F0EDE9; border-radius: 20px; height: 100%;}
.home-specials-top-inner{position: relative;padding-bottom: 83%;}
.home-specials-top-inner figure img{width: 100%;border-radius: 10px 10px 0 0;}
.home-specials-bottom-inner h3{color: #1E1E1E; font-size: 19px; line-height: 25px; font-weight: 500;}
.home-specials-bottom-inner p{font-family: "Inter", sans-serif;font-size: 15px; line-height: 23px;}
.home-specials-bottom-inner p strong{font-weight: 600;}

.why-joseph-friends-main{padding: 90px 0 65px;background: url(../images/why-joseph-bg.jpg) no-repeat; background-size: cover;}
.why-joseph-inner-card{background: #F0EDE9; border-radius: 10px; padding: 40px 30px 35px 30px; max-width: 933px; width: 100%;}
.why-joseph-inner-card p{font-family: "Inter", sans-serif;font-size: 17px; line-height: 26px; color: #1E1E1E;}

.home-recent-work-main{padding: 100px 0 160px; background: #FFFFFF;}
.home-recent-work-grid{max-width: 1217px; width: 100%;}
.recent-work-slide-inner{position: relative; padding-bottom: 125%;}
.recent-work-slide-inner img{width: 100%;border-radius: 10px;}

.home-client-reviews-main{padding: 90px 0 110px;background: #AF897C;}
.home-client-reviews-grid{max-width: 949px;width: 100%;}
.home-client-reviews-slider-cont{background: #F0EDE9; border-radius: 10px; padding: 30px 15px 20px 15px; height: 100%;} 
.home-client-reviews-slider-cont .swiper{max-width: 545px;}
.home-client-review-inner h3{font-family: "Ledger", serif; font-size: 20px; line-height: 25px;color: #1E1E1E; font-weight: 400;}
.home-client-review-inner h4{font-family: "Inter", sans-serif; font-style: italic; font-weight: 400;}
.home-client-review-inner p{font-family: "Inter", sans-serif;font-size: 16px; line-height: 20px;}
.reviews-start-list{display: inline-flex; gap: 2px;}
.reviews-start-list li img{max-width: 100%; height: auto;}
.home-client-review-inner .btn-primary{width: 114px;max-width: 100%;}
.home-reviews-social-cont{position: relative; /*padding-bottom: 134.5%;*/ height: auto;}

.customSwiper-pagination .swiper-pagination{position: static;}
.customSwiper-pagination .swiper-pagination-bullet{width: 10px; height: 10px;background: #FFFFFF; opacity: 1;}
.customSwiper-pagination .swiper-pagination-bullet-active{background: url(../images/swiper-dot-active.svg) no-repeat; background-size: 10px;}

.home-current-specials-main{position: relative; background: url(../images/current-special-bg.jpg) no-repeat; background-size: cover; padding: 105px 0 105px;}
.home-current-specials-main::before {content: "";position: absolute;inset: 0;background: rgba(255, 255, 255, 0.25); z-index: 0;}
.home-current-specials-main > * {position: relative;z-index: 1;}
.home-current-specials-grid{max-width: 979px;width: 100%;}
.home-current-specials-left-col{height: 100%;}
.home-current-specials-left-col figure > img{width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 20px;}
.home-current-specials-right-col{height: 100%; background: #F0EDE9; padding: 20px 38px; border-radius: 10px;}
.home-current-specials-right-col h2{color: #3C3C3C;}
.home-current-specials-right-col p{font-family: "Inter", sans-serif;font-size: 18px; line-height: 26px;}

/* ==================== Home page end ==================== */
/* ==================== Specials page start ==================== */
.specials-main{padding: 65px 0 70px;}
.specials-grid{max-width: 780px; width: 100%;}
.specials-img-col figure img{border-radius: 10px;width: 311px; max-width: 100%; height: auto; display: block;}
.specials-right-col-inner h3{font-size: 18px; line-height: 25px; color: #67544D; font-weight: 400;}
.specials-right-col-inner h4{font-size: 14px; line-height: 18px; font-weight: 400;}
.specials-right-col-inner p{font-size: 12px; line-height: 18px;}
.specials-right-col-inner .btn-primary{width: 126px;max-width: 100%;}

/* ==================== Specials page end ==================== */

/* ==================== Reviews page start ==================== */
.reviews-main{padding: 75px 0 40px;}
.reviews-grid{max-width: 781px; width: 100%;}
.reviews-count-top{gap: 10px;}
.review-this-button .btn-primary{background: #fff !important; color: #67544D !important; border: solid 1px #67544D !important; padding: 6px 13px;}
.review-user-info{gap: 10px;}
.review-user-info .reviews-start-list{gap: 5px;}
.reviews-user-date{font-size: 14px; color: #848C74; font-weight: 300;}
.reviews-user-left h3{font-family: 'Proxima Nova';font-size: 16px; line-height: normal; font-weight: 500;}
.reviews-item-card{border-bottom: dashed 1px #6F512F; padding-bottom: 20px; margin-bottom: 40px;}
.reviews-item-card:last-child{border-bottom: none; padding-bottom: 0; margin-bottom: 0;}
.reviews-item-card .review-user-desc{font-size: 16px; line-height: 20px; font-weight: 300; color: #212121;}
.review-verify-cont{font-size: 14px; color:#848C74; font-weight: 300;}
.review-verify-cont span{line-height: 0}
.reviews-response-cont{position: relative;padding: 0 0 0 15px;}
.reviews-response-cont::before{content: '';position: absolute;width: 6px;height: 100%;background: rgba(132, 140, 116, 0.25);border-radius: 3px;top: 0;left: 0;}
.reviews-response-cont h4{font-size: 12px; font-weight: 500; color: #212121;}
.reviews-response-cont p, .reviews-response-cont h5{font-size: 12px; line-height: 16px; font-weight: 300; padding: 0;color: #212121;}
.reviews-response-cont h5{font-style: italic; font-weight: 400;}

.reviews-inner-main{padding: 55px 0 100px;}
.reviews-inner-main .container{max-width: 1170px;}
.backbtn-cont .btn-link{font-size: 14px; line-height: 25px; font-weight: 500; color: #3C3C3C !important; display: inline-flex; gap: 15px;}
.reviews-form-grid{max-width: 450px; width: 100%;}
.reviews-form-grid h3{line-height: 25px; color: #67544D; font-weight: 400;}
.reviews-form-grid .btn-primary{width: 141px; max-width: 100%;}
.reviews-form-grid .form-control, .contact-form-inner .form-control{border-color: #67544D;}

.webwidget_rating_simple{ padding: 0 0 0; margin: 0px; float: none; width: 100%; height: 30px;}
.webwidget_rating_simple li{ line-height: 0px; width: 26px; height: 25px; padding: 0px; margin: 0 5px 0 0; list-style: none;cursor: pointer; display: inline-block; background-size:cover;background-position: center;}
.webwidget_rating_simple li span{display: none;}
/* ==================== Reviews page end ==================== */
/* ==================== Careers page start ==================== */
.careers-main{padding: 62px 0 100px;}
.careers-grid{max-width: 816px;width: 100%;}
.careers-left-img figure img{border-radius: 150px 150px 10px 10px;display: block;}
.careers-right-cont h3{font-size: 18px; line-height: 25px; color: #67544D; font-weight: 400;}
.careers-right-cont p{font-size: 12px; line-height: 18px;}
.careers-right-cont h4{font-size: 14px; line-height: 18px; font-weight: 600;}
.careers-right-cont .btn-primary{width: 126px; max-width: 100%;}

.careers-form-main{padding: 112px 0 60px;}
.careers-grid{max-width: 840px;width: 100%;}
.careers-form-inner h3{font-family: 'Proxima Nova';font-size: 18px; line-height: 21px; font-weight: 600;}
.careers-form-inner h3 em{font-weight: 500;}
.careers-form-inner p{font-weight: 500;}

/* ==================== Careers page end ==================== */

/* ==================== Contact page start ==================== */
.contact-us-main{padding: 65px 0 120px;}
.contact-us-grid{max-width: 929px;width: 100%;}
.location-map{padding-top: 95.4%;margin: 0;max-width: 438px;position: relative;width: 100%;}
.location-map>iframe{height: 100%; left: 0;object-fit: cover; object-position: center; position: absolute;top: 0; width: 100%; border-radius: 10px;}
.contact-title{font-size: 18px; line-height: 25px; color: #67544D; font-weight: 400;}
.contact-address h4, .contact-address p{ font-size: 14px; line-height: normal;font-weight: 600;}
.contact-address p{font-weight: 400; line-height: 19px; padding: 5px 0 0;}
.contact-address p a{color: #3C3C3C;}
.contact-right-info .btn-primary{width: 146px;max-width: 100%;}
.contact-hours ul{max-width: 230px;}
.contact-hours ul li{display: flex; flex-wrap: wrap; justify-content: space-between; font-size: 14px; line-height: 20px; margin: 0 0 2px;}
.contact-hours ul li strong{font-weight: 400;}
.contact-hours ul li span{flex: 0 0 50%;}
.contact-form-inner .btn-primary{width: 126px; max-width: 100%;}
.conatact-right-img figure img{width: 439px; height: auto; border-radius: 50% 50% 10px 10px;display: block;}


/* ==================== Contact page end ==================== */


.footer-main{background: #F0EDE9;}
.footer-grid-cont{padding: 45px 0 45px; max-width: 1135px; width: 100%;margin: 0 auto;} 
.footer-heading{font-family: "Ledger", serif;font-size: 16px; line-height: 25px; color: #3C3C3C; font-weight: 400;padding: 0 0 20px; text-transform: none;}
.footer-address-info h3, .footer-address-info > p{font-family: 'Proxima Nova'; font-weight: 600;font-size: 14px; line-height: 18px;}
.footer-address-info > p{font-weight: 400;}
.copyright h4{font-family: "Lora", serif; font-size: 10px; line-height: normal;}
ul.footer-sociallist {text-align: center;display: inline-flex;}
ul.footer-sociallist li {padding:0;margin: 0 10px 0 0;}
ul.footer-sociallist li a img{max-width: 100%;height: auto;}
.footer-quicklinks{padding: 0 0 10px;display: block;column-count: 2; column-gap: 10px; break-inside: avoid;-webkit-column-break-inside: avoid; page-break-inside: avoid;max-width: 250px;}
.footer-quicklinks li{margin: 0 0 8px;}
.footer-quicklinks li a{color: #121212;font-size: 14px; line-height: normal; font-weight: 400;} 
.footer-hours ul{max-width: 250px;}
.footer-hours ul li{display: flex; flex-wrap: wrap; justify-content: space-between;font-family: "Inter", sans-serif; font-size: 14px; line-height: 20px; margin: 0 0 10px;}
.footer-hours ul li strong{font-weight: 400;}
.footer-hours ul li span{flex: 0 0 50%;}
.footer-locations ul li{margin: 0 0 10px;}
.footer-locations ul li a{font-size: 14px; line-height: normal;}


/* ==================== Loader content Start ==================== */
.loader {display: flex; width: 100%; height: 100%; position: fixed; z-index: 999999999; left: 0; top: 0; background: #FAFAFA;}
.loader::before, .loader::after{content: '';position: absolute;top: 0;right: 0;left: auto;width: 450px;height: 252px;background: url(../images/opacity-salon-logo.svg) no-repeat;background-size: contain;background-position: right -180px center; display: none !important;}
.loader::after{top: auto; bottom: 0; left: 0; right: auto; background-position: left -180px center;}
.loaderin{ display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; flex-flow: column;}
.loaderin .loadlogo{max-width: 250px; width: 100%; height: auto;animation: placeholder 1.5s ease-out infinite; animation-name: zoom;}
.loader-circle-new{position: relative;transform: translateZ(0) scale(1);backface-visibility: hidden;transform-origin: 0 0;width: 50px; height: 50px; margin: 20px auto; display: block;}
.loader-circle-new .ripple { box-sizing: content-box; }
@keyframes ripple {
  0% {
      top: 20px; left: 20px; width: 0; height: 0; opacity: 1;
  }
  100% {
      top: -2px; left: -2px; width: 46px; height: 46px; opacity: 0;
  }
}
.loader-circle-new .ripple { position: absolute; border-width: 3px; border-style: solid; opacity: 1; border-radius: 50%;
animation: ripple 1.923076923076923s cubic-bezier(0,0.2,0.8,1) infinite;}
.loader-circle-new .ripple:nth-child(1) { border-color: #67544D; animation-delay: 0s;}
.loader-circle-new .ripple:nth-child(2) { border-color: #3C3C3C; animation-delay: -0.9615384615384615s;}

@keyframes zoom {
0% { transform:rotate(0) scale(0.8); -moz-transform:rotate(0) scale(0.8); -ms-transform:rotate(0) scale(0.8); -o-transform:rotate(0) scale(0.8); -webkit-transform:rotate(0) scale(0.8);  }
50% { transform:rotate(0) scale(1.1); -moz-transform:rotate(0) scale(1.1); -ms-transform:rotate(0) scale(1.1); -o-transform:rotate(0) scale(1.1); -webkit-transform:rotate(0) scale(1.1); }
100% { transform:rotate(0) scale(0.8); -moz-transform:rotate(0) scale(0.8); -ms-transform:rotate(0) scale(0.8); -o-transform:rotate(0) scale(0.8); -webkit-transform:rotate(0) scale(0.8); }
}	

/* ==================== Loader content End ==================== */ 

/* ==================== form styles start ==================== */ 
.form-group{margin-bottom: 15px;}
.form-control{border-radius: 7px; border: solid 1px #3C3C3C; height: 44px; font-size: 16px; line-height: 25px; font-weight:400; color: #3C3C3C;}
.form-control::placeholder {color: #1C1D21; font-weight: 400;}
.form-control::-webkit-input-placeholder {color: #1C1D21;}
.form-control::-moz-input-placeholder {color: #1C1D21;}
.form-control::-o-input-placeholder {color: #1C1D21;}
.form-control::-ms-input-placeholder {color: #1C1D21;}
.form-label, label{font-size: 16px; line-height: 23px; font-weight: 500;color: #3C3C3C; margin-bottom: 5px;}
select, select.form-select {border-radius: 7px;border: 1px solid #3C3C3C;height: 44px;font-size:16px;line-height:25px;color:#666666;font-weight:300;padding-right:40px !important;background-image:url(../images/arrow-down.svg) !important;background-repeat:no-repeat;background-position:98%;background-position:calc(100% - 25px) !important;background-size: 15px 9px !important;background-color:#FFFFFF !important;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;box-shadow:none !important;outline:0;}
.text-muted{color: #656565;}
textarea.form-control{height: auto;}
.form-control:focus, select.form-select:focus{border: solid 2px #67544D; box-shadow: none;}
.form-control.is-valid, .was-validated .form-control:valid{background-image: none;border: solid 1px #3C3C3C;}
.form-control.is-invalid, .was-validated .form-control:invalid{background-image: none; border: solid 1px #DB9691;box-shadow: 0 0 0 2px rgba(219, 150, 145, 0.25) !important;}
.invalid-feedback{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='error_FILL0_wght400_GRAD0_opsz48' d='M90,191a.811.811,0,1,1,.587-.237A.8.8,0,0,1,90,191Zm.675-3.825h-1.5V180.85h1.5ZM89.993,196a9.68,9.68,0,0,0,3.888-.787,10.1,10.1,0,0,0,5.332-5.334,10.009,10.009,0,0,0,0-7.783,10.006,10.006,0,0,0-2.15-3.171,10.264,10.264,0,0,0-3.184-2.138,10.009,10.009,0,0,0-7.783,0,10,10,0,0,0-5.309,5.313,10,10,0,0,0,0,7.781,10.213,10.213,0,0,0,2.138,3.177,10.1,10.1,0,0,0,3.175,2.15A9.672,9.672,0,0,0,89.993,196Zm-.006-1.5a8.493,8.493,0,1,1,6.025-2.488A8.165,8.165,0,0,1,89.988,194.5ZM90,186Z' transform='translate(-80 -176)' fill='%23e7928f'/%3E%3C/svg%3E%0A"); background-repeat: no-repeat; background-position: left center; padding: 0 0 0 25px; background-size: 20px 20px; color: #E7928F; font-size: 14px; margin-top: 8px;}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus{border: solid 1px #DB9691; box-shadow: 0 0 0 2px rgba(219, 150, 145, 0.25) !important;}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus{box-shadow: none; border: solid 1px #3C3C3C;}
select.form-control{color: #666666;}
select.select-option-color {color: #656565 !important;font-weight: 400;}

.form-check-input{box-shadow: none !important;border-color: #1E1E1E !important; width: 16px; height: 16px;}
.form-check-input:checked{background-color: #1E1E1E;}
.form-check-input:checked[type=radio]{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23000'/%3E%3C/svg%3E");background-color: #fff;background-size: 20px;}
.form-check-label{font-weight: 500;}

.modal-backdrop.show{opacity: 1;}
.modal-backdrop{background-color: rgba(0, 0, 0, 0.10);  backdrop-filter: blur(7px);}
.modal .btn-close{background-position: center !important;padding: 5px;opacity: 1;background-size: 12px 12px !important;box-shadow: none;margin: 0;position: absolute;right: 5px;top: 5px;z-index: 1;}
.modal-content{background-color: #FAFAFA; border-radius: 10px; border: none;}
.modal-header{border: none;}
.modal-dialog{max-width: 500px;}
.careers-form-inner .btn-primary{width: 141px; max-width: 100%;}

/* ==================== form styles end ==================== */ 

/* ==================== self styles ==================== */ 
.aboutMaxWidth { max-width: 1007px; width: 100%; margin: 0 auto; }
.aboutNav { max-width: 737px; width: 100%; margin: 49px auto; }
.aboutNav ul li { display: inline-block; padding: 0 15px 0 19px; }
.aboutNav ul li a.active { color: #67544D; font-size: 14px; font-weight: 600; }
.aboutNav ul li a.active strong { border: 1.5px solid #67544D; }
.aboutNav ul li a.active span { background: #67544D; }
.aboutNav ul li:last-child { padding-right: 0px; }
.aboutNav ul li a { font-size: 12px; font-style: normal; font-weight: 400; line-height: 13px; text-align: center; font-family: "Inter", sans-serif; color: #744F28; }
.aboutNav ul li a strong { width: 110px; position: relative; display: block; padding: 5px; height: 110px; margin-left: auto; margin-right: auto; margin-bottom: 22px; border: 1.5px solid #AF897C; border-radius: 100px; }
.aboutNav ul li a span { background: #AF897C; width: 100%; height: 100%; position: relative; display: flex; align-items: center; justify-content: center; border-radius: 100px; }
.ourStoryImg { max-width: 317px; width: 100%; margin: 0; }
.ourStoryImg img { width: 100%; height: 397px; object-fit: cover; border-radius: 158.5px 158.5px 15px 15px; }
.ourStorySection { padding: 16px 0 0; }
.ourStoryContent { max-width: 579px; width: 100%; margin: 0; padding: 0 0 0 11px; }
.ourStoryContent h3 { color: #67544D; font-family: "Lora", serif; font-size: 18px; font-style: normal; font-weight: 400; line-height: 25px; text-transform: capitalize; padding-bottom: 10px; }
.ourStoryContent p { color: #3C3C3C; /* font-family: "Proxima Nova"; */ font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px; }
.BrLine svg { width: 100%; max-width: 927px; margin: 64px auto; }
.ourStoryThanks { padding: 5px 0 110px; }
.ourStoryThanksContent h3 { color: #744F28; font-family: "Lora", serif; font-size: 18px; font-style: normal; font-weight: 400; line-height: 25px; text-transform: capitalize; padding-bottom: 6px; }
.ourStoryThanksContent h4 { color: #1E1E1E; font-size: 16px; font-style: normal; font-weight: 500; line-height: 25px; text-transform: capitalize; padding-bottom: 23px; }
.ourStoryThanksContent p, .ourStoryThanksContent h5 { color: #3C3C3C; font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px; padding-bottom: 21px; }
.ourStoryThanksContent h5 { padding-bottom: 32px; }
.ourStoryThanksContent .btn-primary { padding: 6.5px 25px; }
.ourStoryThanksImg { max-width: 317px; width: 100%; margin: 0 auto 0 17px; }
.ourStoryThanksImg img { border-radius: 15px; height: 494px; object-fit: cover; width: 100%; }
.ownerSection { max-width: 799px; width: 100%; margin: 83px auto; }
.ownerSection .ownerImg { float: right; width: 100%; max-width: 250px; margin: 0 0 20px 25px; }
.ownerSection:nth-child(odd) .ownerImg {float: left;margin: 0 25px 20px 0;}
.ownerSection .ownerImg img, .givingBackImg img { border-radius: 150px 150px 10px 10px; height: 326px; object-fit: cover; width: 100% }
.ownerContent h3 { color: #67544D; font-family: "Lora", serif; font-size: 18px; font-style: normal; font-weight: 500; line-height: 25px; padding-bottom: 10px; }
.ownerContent h4 { color: #3C3C3C; font-size: 14px; font-style: normal; font-weight: 500; line-height: 25px; }
.ownerContent p { color: #3C3C3C; font-size: 12px; font-style: normal; font-weight: 400; line-height: 20px; padding-bottom: 13px; }
.givingBackSection { max-width: 795px; width: 100%; margin: 59px auto 110px; }
.givingBackImg { max-width: 250px; width: 100%; margin: 0; }
.givingBackContent h3 { color: #67544D; font-size: 18px; font-style: normal; font-weight: 500; line-height: 25px; text-transform: capitalize; font-family: "Lora", serif; }
.givingBackContent p { color: #3C3C3C; font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px; }
.pressSection { max-width: 933px; width: 100%; margin: 70px auto 120px; }
.pressGird { position: relative; }
.pressSection .pressGird{height: 100%;background: rgb(240, 237, 233);border-radius: 20px 20px;}
.pressSection .pressImg{  padding-bottom: 100%;border-radius: 20px 20px 0 0;}
.pressImg{ position: relative; padding-bottom: 106.5%;}
.pressImg img { border-radius: 20px 20px 0 0; height: 100%; position: absolute; width: 100%; left: 0; right: 0; top: 0; bottom: 0; object-fit: cover;}
.pressContent { background: rgb(240, 237, 233); display: block; border-radius: 0px 0px 20px 20px; padding: 15px 10px 15px 15px; min-height: 121px; }
.pressContent h3 { color: #67544D; font-family: "Lora", serif; font-size: 19px; font-style: normal; font-weight: 500; line-height: 25px; text-transform: capitalize; }
.pressContent p { color: #3C3C3C; font-family: "Inter", sans-serif; font-size: 15px; font-style: normal; font-weight: 400; line-height: 23px; }


.blogSection { max-width: 804px; width: 100%; margin: 82px auto; }
.blogLoop { padding-bottom: 27px; border-bottom: 1px solid #AF897C; margin-bottom: 27px; }
.blogLoop .row { align-items: center; }
.blogLoop .blogImg { width: 100%; max-width: 250px; margin: 0;  position: relative; padding-bottom: 119%;}
.blogLoop .blogImg img { height: 100%; object-fit: cover; width: 100%;border-radius: 20px;position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.blogContent h3 { color: #67544D; font-size: 18px; font-style: normal; font-weight: 500; line-height: 25px; font-family: "Lora", serif; padding-bottom: 7px; }
.blogContent h4 { color: #3C3C3C; font-size: 14px; font-style: normal; font-weight: 400; line-height: 25px; }
.blogContent p { color: #3C3C3C; font-size: 12px; font-style: normal; font-weight: 400; line-height: 20px; padding-bottom: 37px; }
.blogContent .btn-primary { padding: 6.5px 21px; }
.blogSection .blogLoop:last-child { border-bottom: 0; }
.blogDetailSection { position: relative; max-width: 892px; }
.blogDetailSection .blogLoop .row { align-items: flex-start; } 
.blogDetailSection .blogContent h4 span { padding-left: 4px; }
.blogDetailSection .blogContent *{font-family: 'Proxima Nova' !important;}
.blogDetailSection .blogContent p { padding-bottom: 8px; font-size: 12px !important; line-height: 17px !important; font-family: 'Proxima Nova' !important;color: #3C3C3C !important;margin: 0 !important;}
.blogDetailSection .blogContent p *{font-family: 'Proxima Nova' !important;font-size: 12px !important;line-height: 17px !important; color: #3C3C3C !important;}
.blogBack { position: absolute; left: -129px; top: -44px; }
.blogBack a { font-size: 14px; font-style: normal; font-weight: 500; line-height: 25px; }
.blogBack a img { margin-right: 15px; vertical-align: -5px; }
/*=== Artist ===*/
.artistMaxWidth { max-width: 1044px; width: 100%; margin: 90px auto; }
.artistMaxWidth .pressGird { max-width: 252px; width: 100%; margin: 0 auto 30px; } 
.artistMaxWidth .pressContent { padding: 17px 20px; min-height: 95px; }
.artistMaxWidth .pressContent p { font-size: 14px; line-height: 15px; }
.artistBio .blogBack, .spaBack-btn.blogBack { left: 66px; top: -39px; }
.artistBio .artistMaxWidth { max-width: 737px; margin: 94px auto; }
.artistBioImg{    position: relative; padding-bottom: 130.5%;}
.artistBio .artistBioImg img {     border-radius: 150px 150px 10px 10px; height: 100%; object-fit: cover; width: 100%; position: absolute; left: 0; right: 0; top: 0; border: 0;}
.artistBio .artistBioContent { padding: 0 0 0 21px; }
.artistBio .artistBioContent .artistFlex { display: flex; justify-content: space-between; margin-bottom: 10px; }
.artistBio .artistBioContent .artistFlex h3 { color: #67544D; font-size: 18px; font-style: normal; font-weight: 500; font-family: "Lora", serif; line-height: 25px; }
.artistBio .artistBioContent .artistFlex h3 a { margin-left: 8px; }
.artistBio .artistBioContent .artistFlex h4 { color: #3C3C3C; font-size: 14px; font-style: normal; font-weight: 500; line-height: 25px; }
.artistBio .artistRight a { padding: 6.5px 19px; }
.artistBio .artistBioContent p, .artistBio .artistBioContent div, .artistBio .artistBioContent div span { color: #3C3C3C; font-size: 12px; font-style: normal; font-weight: 600; line-height: 17px; }
.artistBio .artistBioContent p span { font-weight: 600; }
.artistBio .artistBioContent h4 { color: #3C3C3C; font-size: 14px; font-style: normal; font-weight: 500; line-height: 25px; padding-top: 25px; padding-bottom: 10px; }
.artistBio .artistBioContent ul { max-width: 250px; width: 100%; margin: 0; }
.artistBio .artistBioContent ul li { color: #3C3C3C; font-size: 13px; font-style: normal; font-weight: 400; line-height: 24px; }
.artistBio .artistBioContent ul li span { float: right; }
/*=== service ===*/
.serviceWrapper .artistMaxWidth { max-width: 1046px; margin: 50px auto 0 78px; }
.serviceWrapper h2 { color: #67544D; font-size: 18px; font-style: normal; font-weight: 400; line-height: 25px; text-transform: capitalize; font-family: "Lora", serif; padding-bottom: 15px; } 
.serviceWrapper .artistMaxWidth .pressContent { min-height: 66px; }
.serviceGird { padding-bottom: 17px; }
.serviceDetailWrapper .blogBack { left: 0px; top: 58px; }
.serviceDetailWrapper .aboutNav { margin: 49px auto 40px; }
.servDetailGird { max-width: 598px; width: 100%; margin: 0 auto; }
.servDetailGird p { color: #3C3C3C; font-size: 14px; font-style: italic; font-weight: 400; line-height: 20px; padding-bottom: 33px; }
.servDetailCard h3 { color: #744F28; font-family: "Inter", sans-serif; font-size: 24px; font-style: normal; font-weight: 400; line-height: 25px; padding-bottom: 22px; }
.servDetailCard ul li { color: #3C3C3C; font-size: 13px; font-style: normal; font-weight: 300; line-height: 16px; border-bottom: 1px solid #6F512F; padding-bottom: 11px; margin-bottom: 17px; }
.servDetailCard ul li strong { display: flex; color: #202020; font-size: 16px; font-style: normal; font-weight: 400; line-height: 25px; padding-bottom: 5px; align-items: center; justify-content: space-between; gap: 5px; }
.servDetailCard ul li strong small { width: 150px; float: right; text-align: right; }
.servDetailCard ul li span { padding-right: 52px; display: block; }
.servDetailCard { padding-bottom: 53px; }
.serviceDetailWrapper { padding-bottom: 50px; }
.serviceWrapper{padding-bottom: 80px;}
/*=== terms-conditions ===*/
.termsConditionSection { max-width: 620px; width: 100%; margin: 84px auto; padding: 0 10px; }
.termsConditionSection h3 { font-family: 'Proxima Nova'; color: #202020; font-size: 16px; font-style: normal; font-weight: 400; line-height: 25px; }
.termsConditionSection p { color: #3C3C3C; font-size: 14px; font-style: normal; font-weight: 300; line-height: 21px; }
.giftCardSection { max-width: 1150px; padding: 0 10px; width: 100%; margin: 50px auto; }
/* ==================== self styles ==================== */ 


/* ==================== Media Queries Start ==================== */ 
@media (min-width: 768px) { 
.home-banner-left{width: 20%;}
.home-banner-right{width: 80%;}
}

@media (min-width: 992px) { 
.col-lg-30{width: 30%;}
.col-lg-28{width: 28%;}
.col-lg-26{width: 26%;}
.col-lg-16{width: 16%;}
.home-banner-left{width: 40%;}
.home-banner-right{width: 60%;}
.home-client-reviews-left-col{width: 72.5%;}
.home-client-reviews-social-col{width: 27.5%;}

}

@media (min-width: 1080px) { 
.navbar-nav	li:hover ul {display:block;visibility:visible;opacity:1;z-index:1;transform: translateY(0%);transition-delay: 0s, 0s, 0.3s;}
.navbar-nav	li ul ul {display:none !important;}
.navbar-nav	li ul li:hover ul{display:block !important;}
.navbar-nav	li ul {  visibility:hidden;opacity:0;  display: block !important; }

.blogDetailSection .blogLoop .col-md-4 { width: 30%; }
.blogDetailSection .blogLoop .col-md-8 { width: 70%; }

}

@media (min-width: 1200px) { 
  .artistMaxWidth .col-md-3.col-sm-6.col-12 { padding: 0 5px; }
  .serviceWrapper .artistMaxWidth .col-md-3.col-sm-6.col-12 { padding: 0 0px 0 12px; }
}

@media (max-width: 1200px) {  
  .serviceWrapper .artistMaxWidth{margin: 50px auto 0;}
}

@media (max-width: 1079px) { 
.wrapper { padding-top: 52px; }
.headertoprgt {display:none;}  
.mobilelist, .mobilelist .headertoprgt {display:block;width: 100%;}
.mobilelist .headertoprgt{padding: 10px 0;}

.collapse.navbar-collapse { display: none; }
.navbar-default .navbar-collapse.show { display: flex !important; flex-flow: column; transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s; -webkit-transition: all ease-in-out 0.2s; -ms-transition: all ease-in-out 0.2s; }
.navbar-collapse { width: 100%; max-width: 100%; height: calc(100% - 51px); top: 51px; position: fixed; left: -100%; display: block !important; transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s; -webkit-transition: all ease-in-out 0.2s; -ms-transition: all ease-in-out 0.2s; background: rgba(255, 255, 255, 1); /* transform: translateX(-100%); */ border-top: 1px solid #49365A; overflow-y: auto; overflow-x: hidden; padding: 0 12px; z-index: 9; }
.navbar-collapse.show { left: 0; transform: translateX(0%); }
.navbar-default .navbar-collapse { border: none; box-shadow: none; }
.header.sticky .navbar-collapse { top: 51px; }
.navbar-nav { width: 100%; max-width: 100%; margin: 0 0 0; padding: 0; }
.navbar-nav li { width: 100%; }
.navbar-nav > li > a { padding: 5px 0 !important; }
.navbar-nav li span { display: block; }
.navbar-nav li ul { position: static; width: 100% !important; padding: 5px 0; visibility: visible; opacity: 1; transform: none!important; transition: none!important; display: none; margin: 0; background: #fff;}
.navbar-nav li ul ul { position: static; width: 100%; padding: 5px 0; }
.navlist { padding: 0 0; position: relative; z-index: 9; display: flex; width: 100%; align-items: center; justify-content: space-between; -webkit-align-items: center; -webkit-justify-content: space-between; display: -webkit-flex; }
.logo img {width: 180px;}
.navbar-header { display: block; padding: 0 0; margin: 0; }
.navbar-default .navbar-nav > li > a { font-size: 16px; line-height: 20px; text-align: left; display: block; }
.navbar-default .navbar-nav > li { padding: 5.5px 25px 5.5px 0; text-align: left; }
.navbar-nav li ul li a{font-size: 16px; line-height: 22px;}
.navbar-nav li:hover ul { display: none; }
/*.navbar-nav	li ul ul {display:none !important;}*/
.navbar-nav li ul li:hover ul { display: none; }
.navbar-nav li ul li:hover { color: #fff; }
.navbar-nav li:last-child { border: none; }
.navbar-nav li ul li { padding: 8px 0 8px 0; text-align: left; }
.header.sticky .navlist { padding: 0 0px; transition: all 0.5s ease-in-out; }
.header.sticky { padding: 0; }
.header { padding: 0; }
.navbar { display: block; float: none; padding: 0; }
.header-container { padding: 0 15px; }
.nav-brand-parent { display: block; padding: 10px 0; }
.logo { padding: 0; } 
.navbar-default .navbar-nav > li > a i{display: none;}
.header.sticky .nav-brand-parent{padding: 10px 0;}

.header-top-list{align-items: flex-start; justify-content: flex-start;flex-flow: column;}
.header-top-list li.active a{border-radius: 10px;}
.innerbanner-shape{bottom: 0;}
.home-banner-right-top-img > img, .home-banner-right-bottom-img > img{height: 321px;}

.blogBack{ left: 0;}
.artistBio .blogBack, .spaBack-btn.blogBack{left: 10px;  top: -39px;}
.serviceDetailWrapper .blogBack{ left: 15px; top: 0;}   

}

@media (max-width: 991px) {  
  .aboutNav ul li a span img{width: 24px; height: auto;}
  .aboutNav ul li a.active{font-size: 12px;}
  .aboutNav ul li a strong{height: 65px; width: 65px; margin-bottom: 10px;}
  .aboutNav ul li{ vertical-align: top; width: 75px; padding: 0 5px;}

  .home-banner-left h2{font-size: 35px; line-height: normal;}
  .home-banner-left h2 small{font-size: 15px; line-height: normal;}
  .home-banner-left h3{font-size: 25px; line-height: normal;}
  .celebration-main{padding: 45px 0 30px;}
  .why-joseph-friends-main{padding: 60px 0 45px;}
  .home-recent-work-main{padding: 50px 0 80px;}
  .home-client-reviews-main{padding: 50px 0 70px;}
  .home-current-specials-main{padding: 65px 0 65px;}
  .specials-main{padding: 45px 0 50px;}
  .reviews-main{padding: 45px 0 30px;}
  .reviews-inner-main{padding: 40px 0 50px;}
  .careers-main{padding: 40px 0 60px;}
  .careers-form-main{padding: 60px 0 40px;}
  .contact-us-main{padding: 40px 0 70px;}
}


@media (max-width: 767px) { 
  .heading_32{font-size: 26px; line-height: 32px;}


  .footer-heading{padding: 0 0 10px;}
  .footer-grid-cont{padding: 30px 0 30px;} 

  .home-banner-right-inner figure > img{height: 270px;}
  .home-banner-right-top-img > img, .home-banner-right-bottom-img > img{height: 250px;}
  .home-banner-right-top-img, .home-banner-right-bottom-img{width: 50%; padding: 10px; top: 0; left: 0;}
  .home-banner-right-bottom-img{right: 0; left: auto;}

  .pressSection .pressGird{margin-bottom: 15px;}
  .ourStoryThanksContent{padding-bottom: 15px;}
  .ourStoryContent{padding: 20px 0 0;}
  .artistBio .artistBioContent .artistFlex{display: block;}
  .artistBio .artistBioContent{padding: 0;}
  .artistMaxWidth .pressGird{max-width: 100%;}


}

@media (max-width: 575px) {   
  .home-reviews-social-cont{padding-bottom: 0; height: auto;}
  .home-reviews-social-cont img{position: static;}

  .blogLoop .blogImg{ max-width: 100%;}
  .ourStoryThanksImg{ margin: 0 auto;}
  .artistBio .artistBioContent .artistFlex h4{padding-top: 0px;}
  .artistBio .artistBioContent, .givingBackContent, .blogContent{padding: 15px 0 0;}
  .ownerSection .ownerImg{float: left; margin: 0 auto;}
  .ownerContent{ display: inline-block; padding: 15px 0 0;}

}


/* ==================== Media Queries Start ==================== */ 