/* Global css */
*{margin:0;padding:0;}
html{overflow-x:hidden;scroll-behavior: smooth;}
body{font-size:15px;font-family: "Inter", sans-serif;background:#fff;line-height: 0;color:#000;line-height: 26px;font-weight: 500;letter-spacing: -0.31px;}
a{text-decoration:none;outline:none;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;color:#000;}
a:focus, a:hover {-webkit-transition: .5s;-o-transition: .5s;transition: .5s;text-decoration: none;}
img{max-width:100%; height: auto; }
h1,h2,h3,h4,h5,h6{font-family: "Playfair", serif;color:#000;margin: 0px;padding:0px;font-weight: 500;}
h1{font-size: 75px;}h2{font-size: 40px;}h3{font-size: 50px;}h4{font-size: 20px;}h5{font-size: 20px;}h6{font-size: 14px;}
section{width:100%;float:left;padding:60px 0;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;}
input{-webkit-box-sizing:border-box;box-sizing:border-box;}
input[type=submit],button{outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
ol, ul {margin-top: 0;margin-bottom: 0px;}
p {padding: 0px;}
li {list-style: none;} 
/* ::-webkit-input-placeholder{color:#8d714a ;font-weight: 600;}
::-moz-placeholder{color:#8d714a ;font-weight: 600;}
:-ms-input-placeholder{color:#8d714a ;font-weight: 600;}
::-ms-input-placeholder{color:#8d714a ;font-weight: 600;}
::placeholder{color:#8d714a ;font-weight: 600;} */
:root {
    --primary:#b48d4a;
    --white: #ffffff;
    --black: #000000;
    --primary-second:#341e11;
}

h3{font-size:36px}

/*input::placeholder,
textarea::placeholder {
    color: #8d714a;
    -webkit-text-fill-color: #8d714a;
    opacity: 1;
}*/

.btn {background-color: var(--primary);color: var(--white);font-size: 15px;padding: 12px 25px;border: none;border-radius: 4px;font-weight: 500;}
.btn:hover{background-color: #b48d4a; color: #fff;} 
.main-container {width: 100%;padding: 0 20px;}
.container-box {width: 100%;max-width: 1240px;margin: 0 auto;}

button.sub-menu-toggle {
    display: none;
}

.row-reverse {
    flex-direction: row-reverse;
}


#cssmenu > ul > li:nth-child(3) {
    position: relative;
    margin-right: 15px;
}

#cssmenu > ul > li:nth-child(3):after {
    position: absolute;
    width: 17px;
    height: 20px;
    left: auto;
    top: 2px;
    content: "\f107";
    right: -21px;
    font-family: FontAwesome;
    color: #fff;
    font-size: 16px;
}

/* End Global css */

/*menu*/


.menu {
    width: 70%;
}

#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile {border: 0;list-style: none;
line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
#cssmenu:after,#cssmenu > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0}
#cssmenu #head-mobile {display: none}
#cssmenu > ul > li {
    float: left;
    margin: 0px 20px;
}
#cssmenu > ul > li > a {
    color: var(--white);
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    padding: 0 0 3px 0px;
    text-transform: uppercase;
}
/* #cssmenu ul {float: right;} */

/* #cssmenu ul li a i.fa.fa-angle-down {
    font-size: 20px;
} */


.custom_header_fixed .logo img {
    width: 100%;
    max-width: 150px;
	max-width: 80px;
    transition: 0.80s ease 0s, 0.80s ease 0s;
    -ms-transition: 0.80s ease 0s, 0.80s ease 0s;
    -o-transition: 0.80s ease 0s, 0.80s ease 0s;
    -moz-transition: 0.80s ease 0s, 0.80s ease 0s;
    -webkit-transition: 0.80s ease 0s, 0.80s ease 0s;
}

#cssmenu > ul > li:hover > a,#cssmenu ul li.active a {color:var(--primary);}


/*  #cssmenu > ul > li:hover
,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover {color:#00ff00 !important;
-webkit-transition: background .3s ease;-ms-transition: background .3s ease;transition: background .3s ease;}  */

/* #cssmenu > ul > li.has-sub > a {padding-right: 30px} */


#cssmenu > ul > li:last-child > a {padding-right: 0px;}
/* #cssmenu > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;
display: block;background: #ddd;content: ''} */
/* #cssmenu > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;
height: 8px;background: #ddd;content: '';-webkit-transition: all .25s ease;-ms-transition: all .25s ease;transition: all .25s ease} */

#cssmenu > ul > li.has-sub:hover > a:before {top: 23px;height: 0}
#cssmenu ul ul {position: absolute;left: -9999px;z-index: 9;}
#cssmenu ul ul li {-webkit-transition: all .25s ease;-ms-transition: all .25s ease;background:#000;transition: all .25s ease}
#cssmenu ul ul li:hover {}
#cssmenu li:hover > ul {left: auto}

#cssmenu ul ul ul {margin-left: 100%;top: 0}
#cssmenu ul ul li a {https://www.webdesigndemo1.com/utsaah
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 180px;
    font-size: 15px;
    text-decoration: none;
    color: #ddd;
    font-weight: 500;
}
#cssmenu ul ul li a:hover {
    color: var(--primary);
}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a {border-bottom: 0}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #fff;
    background:var(--primary);
}
#cssmenu ul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;
display: block;background: #ddd;content: ''}
#cssmenu ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;
display: block;width: 2px;height: 8px;background: #ddd;content: '';-webkit-transition: all .25s ease;
-ms-transition: all .25s ease;transition: all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before {top: 17px;height: 0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover {background:#000;}
#cssmenu ul ul ul li.active a {border-left: 1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a {border-top: 1px solid #333}

@media screen and (max-width:1024px) {
body.custom_header_fixed .button.menu-opened .open {display: block !important;}
nav {width: 100%;}
#cssmenu {width: 100%}
#cssmenu ul {width: 100%;display: none}
#cssmenu ul li {width: 100%;border-top: 1px solid #444;overflow: hidden;}
#cssmenu ul li:hover {background: #363636;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li {height: auto}
#cssmenu ul li a,#cssmenu ul ul li a {width: 100%;border-bottom: 0}
#cssmenu > ul > li {float: none}
#cssmenu ul ul li a {padding: 10px 35px;text-transform: uppercase;}
#cssmenu ul ul li {background:#00 !important;}
#cssmenu ul ul li:hover {background: #000 !important}
#cssmenu ul ul ul li a {padding-left: 35px}
#cssmenu ul ul li a {color: #ddd;background: none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a {color: #fff}
#cssmenu ul ul,#cssmenu ul ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before {display: none}
#cssmenu #head-mobile {display: block;padding: 23px;color: #ddd;font-size: 12px;font-weight: 700}
	
	.button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 16%;
    top: 57px;
    cursor: pointer;
    z-index: 12399994;
}
	
		.custom_header_fixed .button {
    top: 63px;

}
	
	
	
	
.button:after {position: absolute;top: 22px;right: 20px;display: block;height: 8px;width: 20px;border-top: 2px solid #fff;
border-bottom: 2px solid #fff;content: ''}
.button:before {-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;position: absolute;top: 16px;
right: 20px;display: block;height: 2px;width: 20px;background: #fff;content: ''}
.button.menu-opened:after {-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;
top: 23px;border: 0;height: 2px;width: 19px;background: #fff;-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}
.button.menu-opened:before {top: 23px;background: #fff;width: 19px;-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg)}
#cssmenu .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid #444;height: 46px;
width: 46px;cursor: pointer}
#cssmenu .submenu-button.submenu-opened {background:#000;}
#cssmenu ul ul .submenu-button {height: 34px;width: 34px}
#cssmenu .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;
display: block;background: #ddd;content: ''}
#cssmenu ul ul .submenu-button:after {top: 15px;right: 13px}
#cssmenu .submenu-button.submenu-opened:after {background: #fff}
#cssmenu .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;
background: #ddd;content: ''}
#cssmenu ul ul .submenu-button:before {top: 12px;right: 16px}
#cssmenu .submenu-button.submenu-opened:before {display: none}
#cssmenu ul ul ul li.active a {border-left: none}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {border-top: none}
#cssmenu > ul > li > a {padding: 13px 17px;background: #000;color: #fff;}
.mrnuAndLogo .container {padding: 0px;margin: 0px;width: 100%;}
#cssmenu ul li i.fa.fa-angle-down {display: none !important;}

.menu {position: absolute;right: 3px;width: 100%;top: 0px;}
.mrnuAndLogo {padding: 18px 100px 18px 20px;}
#cssmenu ul {position: relative;z-index: 9;}
	ul#menu-our-services {
    position: relative;
}
	#cssmenu ul {
    top: 77px;
}
	#cssmenu > ul > li {
    
    margin: 0px;
}
	
	.custom_header_fixed #cssmenu ul {
    top: 82px;
}
	
}
/*menu end*/

#cssmenu li.current-menu-item > a,
#cssmenu li.current-menu-parent > a,
#cssmenu li.current-menu-ancestor > a {
	   border-bottom: 1px solid #a6a18e;
}


.f-contact ul li i.fa {
    margin: 6px 9px 0 0;
}

.manu-and-card {position: fixed;top: 0px;z-index: 99;width: 100%;transition: 0.80s ease 0s, 0.80s ease 0s;-ms-transition: 0.80s ease 0s, 0.80s ease 0s;-o-transition: 0.80s ease 0s, 0.80s ease 0s;-moz-transition: 0.80s ease 0s, 0.80s ease 0s;
-webkit-transition: 0.80s ease 0s, 0.80s ease 0s;}
.custom_header_fixed .manu-and-card {background: #000000;transition: 0.80s ease 0s, 0.80s ease 0s;-ms-transition: 0.80s ease 0s, 0.80s ease 0s;-o-transition: 0.80s ease 0s, 0.80s ease 0s;-moz-transition: 0.80s ease 0s, 0.80s ease 0s;-webkit-transition: 0.80s ease 0s, 0.80s ease 0s;background-color: rgb(0 0 0 / 86%);}

.mrnuAndLogo {
    display: flex;
    align-items: center;
    padding: 10px 0px;
    justify-content: space-between;
}
.number ul li {margin: 0 0 0 0px;}
.number ul li img {margin: 0 6px 0 0;}
.number ul li:nth-child(2) img {
margin: -5px 2px 0 0px;
}
.number ul {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
}

.logo {
    width: 120px;
    margin: 0px;
    transition: 0.80s ease 0s, 0.80s ease 0s;
    -ms-transition: 0.80s ease 0s, 0.80s ease 0s;
    -o-transition: 0.80s ease 0s, 0.80s ease 0s;
    -moz-transition: 0.80s ease 0s, 0.80s ease 0s;
    -webkit-transition: 0.80s ease 0s, 0.80s ease 0s;
}

.logo img {
transition: 0.80s ease 0s, 0.80s ease 0s;
    -ms-transition: 0.80s ease 0s, 0.80s ease 0s;
    -o-transition: 0.80s ease 0s, 0.80s ease 0s;
    -moz-transition: 0.80s ease 0s, 0.80s ease 0s;
    -webkit-transition: 0.80s ease 0s, 0.80s ease 0s;
}

.number ul li a {
    color: #aea996;
}

.number ul li a:hover {
color:var(--primary);
}
.number ul li:nth-child(2) a {
    border: 1px solid #aea996;
    padding: 7px 34px;
    display: block;
    margin-top: 10px;
    border-radius: 4px;
    color: #fff;
}
.number ul li:nth-child(2) a:hover {
    background: #b48d4a;
}





/* header end */


/* Banner */
.homeslider h1 {
    color: #fff;
    padding-bottom: 12px;
    font-weight: 300;	
}
.homeslider h1 {
    font-size: 40px;
    font-style: italic;
	font-weight:600;
}
.homeslider {
    position: absolute;
    left: 42%;
    top: 58%;
    text-align: left;
    transform: translateX(-41%) translateY(-50%);
    width: 100%;
    /* max-width: 1140px; */
}

.banner-bg {
    width: 100%;
    max-width: 19%;
    
}
.homeslider p {
color: #fff;
}

.our-services-bg {
	background: #3b1b0c;
	background: -webkit-linear-gradient(top left, #140904 0%, #3b1b0c 20%, #7a431d 50%, #b6723e 75%, #efd0a3 100%);
	background: -moz-linear-gradient(top left, #140904 0%, #3b1b0c 20%, #7a431d 50%, #b6723e 75%, #efd0a3 100%);
	background: linear-gradient(to bottom right, #140904 0%, #3b1b0c 20%, #7a431d 50%, #b6723e 75%, #efd0a3 100%);
}

.banner-bg ul {
display: flex;
align-items: center;
margin-top: 30px;
}

.banner-bg ul li {
margin-right: 20px;
}
.banner-bg ul li a {
    background: #b48d4a;
    padding: 10px 28px;
    color: #fff;
}

.banner-bg ul li:nth-child(2) a {
    background: transparent;
    border-bottom: 1px solid #d9d8d7;
    border-radius: 0px;
    display: block;
    padding: 9px 0px;
}

.banner-bg ul li:nth-child(2) a:hover {
	background:none;
}

.banner-bg ul li a:hover {
background-color: var(--primary-second);
}

#home-slider .owl-nav {
display: none;
}

#home-slider .owl-dots button.owl-dot {
width: 15px;
height: 15px;
background: #fff;
margin: 21px 8px 2px 0px;
border-radius: 50%;
}
#home-slider .owl-dot.active {
background:var(--primary) !important;
}

#home-slider .owl-dots {
/* display: flex; */
margin: -120px 0 0 0px;
position: absolute;
bottom: 70px;
left: auto;
right: 0px;
width: 10%;
margin: 0 auto;
justify-content: flex-end;
}

/* #home-slider:after {
width: 100%;
height: 80px;
background-image: url(../images/banner-shadow.png);
background-image: url(https://www.webdesigndemo1.com/utsaah/wp-content/uploads/2026/05/banner-shadow-edit-2.png);
position: absolute;
bottom: 0px;
background-repeat: no-repeat;
content: "";
background-size: cover;
} */



/* Banner end */


/* About us */

section.about-home {
background-repeat: no-repeat;
background-size: cover;

}

.about-home-main {
display: flex;
justify-content: space-between;
align-items: center;
}
.about-home-left {
width: 40%;
position: relative;
}
.about-home-right {
width: 53%;
}

.about-home-left img {
width: 100%;

}
/* .about-home-left-small img {
width: 120px;
border-radius: 7px;
} */
.about-home-left-small {
position: absolute;
right: -40px;
bottom: 0px;
}

.about-home-right h5 {
font-size: 15px;
/*text-transform: uppercase;*/
margin: 15px 0px;
color:#b48d4a;
font-weight: 600;
	font-family: "Inter", sans-serif;
}
.about-home-right h2 {
    margin: 15px 0px 49px 0px;
    color: var(--black);
    font-weight: 600;
    font-size: 45px;   
    position: relative;
}

.about-home-right h2:after {
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0px;
    background: #bd9b60;
    content: "";
    bottom: -22px;
}

.about-home-right p {
    line-height: 32px;
}




.about-home-right a.btn {
margin-top: 20px;
background: #341e11;
}

.about-home-right a.btn:hover {
margin-top: 20px;
background:var(--primary);
}
/* About us */


/* Founder */

.founders {
background-repeat: no-repeat;
background-size: cover;
position: relative;
}



.founders:after {
width: 100%;
height: 40px;
background-image: url(../images/banner-shadow.png);
position: absolute;
top: -40px;
content: "";

}


.founders-main {
display: flex;
align-items: center;
justify-content: space-between;
}
.founders-left {
width: 65%;
margin-right: 50px;
}

.founders-right {
width: 35%;
}

.founders-left h3 {
margin: 15px 0px;
color: var(--black);
font-weight: 600;
}

.founders-right img {
width: 100%;
}

/* Founder */



/* video and Contact */
.contact-section {
/*background: #cdb29c;
background-image: url(../images/home-video-bg.png);
background-repeat: no-repeat;
background-size: cover;*/
background: #3b1b0c;
  background: -webkit-linear-gradient(top left, #140904 0%, #3b1b0c 20%, #7a431d 50%, #b6723e 75%, #efd0a3 100%);
  background: -moz-linear-gradient(top left, #140904 0%, #3b1b0c 20%, #7a431d 50%, #b6723e 75%, #efd0a3 100%);
  background: linear-gradient(to bottom right, #140904 0%, #3b1b0c 20%, #7a431d 50%, #b6723e 75%, #efd0a3 100%);
    background-repeat: repeat;
    background-size: auto;	
	

}

.contact-section .video-box-text {
position: absolute;
bottom: 20px;
left: 30px;
text-align: center;
}

.contact-section .contact-wrapper {
display: flex;
gap: 30px;
align-items: center;
}

.contact-section .video-modal {
display: none;
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.7);
}

.contact-section .video-content {
position: relative;
width: 70%;
max-width: 800px;
margin: 8% auto;
background: var(--primary);
padding: 11px 10px 3px 11px;
border-radius: 8px;
}

.contact-section .video-content video {
width: 100%;
height: auto;
}

.contact-section .close-btn {
position: absolute;
top: -9px;
right: -10px;
background: #fff;
color: #000;
font-size: 27px;
cursor: pointer;
border-radius: 50%;
padding: 0 10px;
width: 43px;
height: 43px;
display: flex;
align-items: stretch;
justify-content: center;
line-height: normal;
align-content: center;
}

.video-box {
position: relative;
flex: 2;
border-radius: 22px;
overflow: hidden;
}
.video-box-text h3 {
color: #fff;
text-align: left;
font-size: 30px;
margin: 10px 0px;
}
.video-box-text p {
color: #fff;
text-align: left;

}

.video-box-text img {
width: 40px;
}

.video-box img {
width: 100%;
height: 100%;
object-fit: cover;
}





.video-overlay h3 {
font-size: 28px;
margin-bottom: 5px;
}

.video-overlay p {
font-size: 14px;
opacity: 0.9;
}


.contact-form {
flex: 1;
border-radius: 22px;
padding: 15px;
border: 1px solid #a78d7b;
	    background: #8d714a !important;
}

.contact-form h2 {
font-size: 32px;
color: #fff;
margin-bottom: 25px;
}

.contact-form form {
display: flex;
flex-direction: column;

}
.wpcf7-form-control-wrap {
    position: relative;
    margin-bottom: 15px;
}

.contact-form input,
.contact-form textarea {
width: 100%;
padding: 10px 16px;
border-radius: 6px;
border: none;
outline: none;
font-size: 15px;
}

.contact-form textarea {
height: 120px;
resize: none;
}

.contact-form button {
width: fit-content;
margin-top: 10px;
background: #000;
color: #fff;
border: none;
cursor: pointer;
font-weight: 600;
transition: 0.3s ease;
}

.contact-form button:hover {
background:var(--primary);

}
.video-box-text img {
max-width: 60px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn {
    width: fit-content;
    margin-top: 0px;
    background: var(--primary);
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: normal;
    transition: 0.3s ease;
    font-size: 15px;
    padding: 9px 24px;
    border-radius: 7px;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner.btn:hover {
    background: #b48d4a;
}
/* video and contact */




/* Franchise  */
.franchise {
background-repeat: no-repeat;
background-size: cover;
padding: 40px 0px 0px 0px;
}
.franchise-main {
display: flex;
align-items: center;
justify-content: center;
}
.franchise-left {
width: 60%;
margin-right: 50px;
padding-left: 7%;
padding-top: 0;
padding-bottom: 50px;
}

.franchise-right {
width: 40%;
}

.franchise-left h3 {
margin: 15px 0px;
color: var(--black);
font-weight: 600;
}

.franchise-right img {
width: 100%;
}

.franchise-left a.btn {
margin-top: 20px;
}

#sb_instagram .sbi_follow_btn a {
    background: #b48d4a !important;
    color: #fff;
    padding: 10px 25px !important;
    font-size: 15px !important;
    margin-top: 20px !important;
}

/* Franchise end  */

/* Instagram */
.Instagram {
    background: eee5de;
    background-repeat: no-repeat;
    background: #f3eeea!important;
    padding-top: 0px;
}
.Instagram-main h3 {
text-align: center;
margin: 20px 0px;
font-weight: bold;
color:#b48d4a;	
}
.Instagram-icone {
text-align: center;
}
.Instagram-box img {
width: 100%;
}
/* Instagram */

/* footer */



.footer-bg {
background-repeat: no-repeat;
background-size: cover;
padding: 0px;
}

.footer-logo {
text-align: center;
margin-bottom: 30px;
}

.footer-new {
display: flex;
justify-content: space-between;
gap: 30px;
}

.newsletter-f a.btn {
background: #fff;
color: #000;
margin-top: 16px;
}

.footer-bg h6 {
color: #fff;
font-weight: 600;
font-size: 20px;
margin-bottom: 20px;
}
.newsletter-f {
width: 40%;
}
.f-quick-link {
width: 20%;
}
.f-our-services {
width: 29%;
}
.f-contact {
width: 30%;
}
.f-our-services ul li a {
color: #fff;
}

section.footer-bg a {
color: #fff;
}

section.footer-bg a:hover {
color: var(--primary);
}

section.footer-bg {
    color: #fff;
    padding-top: 21px;
}
.f-our-services ul li a {
position: relative;
}
.f-our-services ul li a:after {
position: absolute;
width: 10px;
height: 10px;
content: "";
left: 3px;
top: 7px;
background: #fff;
border-radius: 50%;
}

.f-our-services ul li a {
padding-left: 24px;
}

.f-quick-link ul li a {
position: relative;
}
.f-quick-link ul li a:after {
position: absolute;
width: 10px;
height: 10px;
content: "";
left: 3px;
top: 7px;
background: #fff;
border-radius: 50%;
}
.f-quick-link ul li a {
padding-left: 24px;
}

.newsletter-f input[type="text"] {
width: 100%;
background: transparent;
border: none;
border-bottom: 1px solid #fff;
}
.newsletter-f input::placeholder{color:#fff;}

.f-contact ul li {
margin-bottom: 12px;
display: flex;
align-items: flex-start;
gap: 0px;
}
.f-contact ul li img {
  margin: 5px 7px 0 0px;
}

.copymain {
display: flex;
align-items: center;
justify-content: space-between;
}

.copy-right ul {
display: flex;

}
.copy-right ul li {
margin: 0 0px 10px 20px;
}

.copy {
border-top: 1px solid #fff;
padding: 11px 0px;
margin-top: 30px;
}

.follow-us h6 {
margin: 0px;
padding: 30px 0 10px 0px;
}
/* footer end */

/* Our Services */

#our-services {
    margin-top: 30px;
    clear: both;
}


.our-services-bg {
background-repeat: no-repeat;
background-size: cover;

}

.our-services-bg .owl-dots {
display: none;
}

.our-services-bg .owl-nav {
margin: 30px 0 0px 0px;
display: flex;
justify-content: space-between;
align-items: center;

width: 100%;
top: 34%;
}


.our-services-bg .owl-prev span {
background: var(--primary);
width: 40px;
height: 40px;
color: #fff;
border-radius: 50%;
display: block;
font-size: 45px;
padding: 2px 0 0 0px;
margin-left: -60px;
position: absolute;
top: 37%;
}
.our-services-bg .owl-next span {
background: var(--primary);
width: 40px;
height: 40px;
color: #fff;
border-radius: 50%;
display: block;
font-size: 45px;
margin-left: 0;
position: absolute;
top: 37%;
padding: 2px 0 0 0px;
right: -60px;
}

.services-linke a {
    position: absolute;
    bottom: -11px;
    width: 32px;
    height: 40px;
    border-radius: 6px 6px 6px 6px;
    left: -4px;
    
}

.services-text h5 {
color:var(--white);
font-size: 18px;
font-family: "Inter", sans-serif;
}

.sarcices-heading {
text-align: center;
}
.footer-logo img {
    width: 100%;
    max-width: 182px;
}

.sarcices-heading h3 {
    margin: 15px 0px 15px;
    color: #000;
    font-size: 47px;
}

.sarcices-heading h4 {
    font-family: "Inter", sans-serif;
    color: #b48d4a;
    font-size: 15px;
}
.our-services-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
}


.services-icone {
position: absolute;
top: 18px;
left: 10px;
z-index: 1;
}

.link-btn {
text-align: center;
margin: 40px 0px 0px;
}

.link-btn a.btn {
background:var(--primary);
color: #fff;
}

.link-btn a.btn:hover {
background:#b48d4a;
color: #fff;
}
.services-text {
position: absolute;
bottom: 18px;
left: 10px;
z-index: 1;
}

.services-box {
position: relative;
}

.services-linke {
    position: absolute;
    bottom: 30px;
    right: 14px;
    z-index: 1;
}

.services-img img {
    border-radius: 10px;
    height: 250px;
    object-fit: cover;
}
.services-icone img {
height: auto;
}
.services-linke img {
height: auto;
}

.services-img:after {
width: 100%;
height: 100%;
background: #00000042;
position: absolute;
left: 0px;

border-radius: 10px 10px 10px 10px;
top: 0px;
content: "";
}

.services-img {
position: relative;
}

/* Our Services */





/* inner banenr */
.innerbanner {
    position: relative;
}
.innerbannertext {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 1;
}
.innerbannertext h1 {
    color: #fff;
    background: var(--primary);
    display: inline-block;
    border-radius: 4px;
    padding: 21px 20px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-size: 30px;
}
.innerbanner img {
    width: 100%;
}
.innerbanner:after {
    width: 100%;
    height: 100%;
    background: #00000069;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
}

.contactaddresmain {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.contactaddres {
    background: #fff;
    margin-bottom: 0px;
    padding: 65px 12px 28px;
    width: 31%;
    position: relative;
    text-align: center;
    border-radius: 14px;
    border: 3px dotted #c6a994;

    
}




.email {
    background:#eee5de;
    width: 127px;
    height: 127px;
    position: absolute;
    content: "";
    top: -80px;
    left: 0;
    text-align: center;
    border-radius: 10px 30px;
    color:#000;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    right: 0px;
    margin: 0 auto;
    transition: border-radius 0.5s ease;
}
.contactaddres h6 {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 23px;
}

.contactaddres:hover .email {
    border-radius: 50%;
    transition: border-radius 0.5s ease;
}

.contact-page-form {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 50px;
}

.contact-page-form-left {
    width: 50%;
}

.contact-page-form-map {
    width: 50%;
}

.contact-page-form-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 22px;
}

.about-page-section-2-main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-page-section-2 {
    background: #fff1e6;
}

.about-page-section-2-left h3 {
    font-weight: 600;
    padding-bottom: 10px;
	 padding-top: 10px;
}
.about-page-section-2-left ul li {
    list-style: disc;
    margin-bottom: 10px;
}
.about-page-section-2-left ul {
    margin-left: 20px;
    margin-top: 15px;
}

.about-page-section-2-left {
    width: 50%;
}

.about-page-section-2-right {
    width: 50%;
}

.about-page-section-3-main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.about-page-section-3 {
    background: #fff;
}

.about-page-section-3-left h3 {
    font-weight: 600;
    padding-bottom: 10px;
	    padding-top: 10px;
}
.about-page-section-3-left ul li {
    list-style: disc;
    margin-bottom: 10px;
}
.about-page-section-3-left ul {
    margin-left: 20px;
    margin-top: 15px;
}

.about-page-section-3-left {
    width: 50%;
}

.about-page-section-3-right {
    width: 50%;
}
.about-page-section-3-right img {
    width: 100%;
    border-radius: 60px 0px 110px 0px;
    border: 2px dotted #c3ad9c;
    padding: 4px;
}

/* inner Banner */

/* Services */


.services-section-1 h3 {
    margin: 15px 0px;   
    font-weight: 600;
	color:#b48d4a;
}
.services-section-1 h4 { margin-bottom: 20px; }

.curve-image figure img { border: 2px dotted #c3ad9c; width: 100%; border-radius: 7px 160px; padding: 6px; }
.services-section-2-main { display: flex; justify-content: space-between; align-items: center; }
.services-section-2-main h3 { margin: 15px 0px; color: var(--black); font-weight: 600; color:#b48d4a; }
.services-section-2-main h4 { margin-bottom: 14px; }
.services-section-2-main figure img { width: 100%; }
.services-section-2-main ul { margin-top: 10px; }
.services-section-2-main ul li { position: relative; padding-left: 31px; margin-bottom: 9px; }
.services-section-2-main ul li:after { width: 20px; height: 30px; background: url(https://www.webdesigndemo1.com/utsaah/wp-content/uploads/2026/06/yoga-position-small-icon.png); position: absolute; left: 0px; content: ""; top: 2px; background-repeat: no-repeat; background-size: 100%; }

aside.button-wrapper { margin-top: 20px; }

.services-section-2-main .services-section-2-left { width: 50%; }
.services-section-2-main .services-section-2-right { width: 50%; }
.services-section-2-main.row-reverse .services-section-2-right { margin-right: 20px; }
.services-section-2-main .services-section-2-left { margin-right: 30px; }
.services-section-2-main.row-reverse .services-section-2-left { margin-right: 0; }

.equal-column .services-section-2-main .services-section-2-left, .equal-column .services-section-2-main .services-section-2-right { width: 50%; }


.services-section-3-main {
   
    margin-top: 60px;
 flex-wrap:wrap;
	justify-content:center;
    display: flex;
   
    gap: 30px;
}
.serv_al-center h5, .serv_al-center p{text-align:center !important;}
.serv_al-center{text-align:center;}

.services-section-3-box {
    width: 370px;
    /* background: linear-gradient(0deg, rgb(243 189 166) 0%, rgb(237 169 142) 100%); */
    backdrop-filter: blur(12px);
    padding: 35px 15px 15px;
    border-radius: 50px 0;
    margin-bottom: 60px;
    transition: .4s;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    background: #fff1e6;
	position: relative;
    border: 2px dotted #f1b59d;
}
/* .services-section-3-box:last-child {
    margin-bottom: 40px;
} */
.services-section-3-box:hover {

transform: translateY(-12px);
   
}

.services-section-3-box h5 {
    padding-bottom: 8px;
    margin-top: 30px;
}
.services-section-3 h3 {
    margin: 15px 0px;   
    font-weight: 600;
	color:#b48d4a;
}

.services-section-3-box p:last-child {
    margin-bottom: auto;
}

.services-section-3-icone {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: absolute;
    top: -30px;
    z-index: 9;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border: 2px dotted #f1b59d;
}

.services-section-3-icone img {
    width: 61%;
    max-width: 71%;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 13px auto 0px;
}




.services-section-4 h3 {
    margin: 15px 0px;    
    font-weight: 600;
	color:#b48d4a;
}
.services-section-4 ul li:after {
    width: 20px;
    height: 30px;
    background: url(https://www.webdesigndemo1.com/utsaah/wp-content/uploads/2026/06/yoga-position-small-icon.png);
    position: absolute;
    left: 0px;
    content: "";
    top: 2px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.services-section-4 ul li {
    position: relative;
    padding-left: 31px;
    margin-bottom: 9px;
}
.services-section-4 ul {
    margin-top: 10px;
}


.services-section-4-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.services-section-4-left {
    width: 40%;
    margin-right: 30px;
}

.services-section-4-right {
    width: 60%;
     margin-left: 20px;
}
.services-section-4-left img {
    width: 100%;
}


.services-section-5 h3 {
    margin: 15px 0px;    
    font-weight: 600;
	color:#b48d4a;
}

.services-section-5 ul {
    margin-top: 10px;
}
.services-section-5 ul li {
    position: relative;
    padding-left: 31px;
    margin-bottom: 9px;
     color:var(--white);
}

.services-section-5 p { 
     color:var(--white);
}
.services-section-5 ul li:after {
    width: 20px;
    height: 30px;
    background: url(https://www.webdesigndemo1.com/utsaah/wp-content/uploads/2026/06/yoga-position-small-icon.png);
    position: absolute;
    left: 0px;
    content: "";
    top: 2px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.services-section-5 h5 {
    padding: 10px 0px;
     color:var(--white);
}

section.services-section-5:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: #00000057;
    top: 0px;
    left: 0px;
}

section.services-section-5 {
   position: relative;
}
.services-section-5 .container-box {
    position: relative;
    z-index: 1;
}

section.about-home {
    
    background-repeat: no-repeat;
    background-size: cover;
}



.services-section-6-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.services-section-6-left {
    width: 50%;
    margin-right: 30px;
}

.services-section-6-right {
    width: 50%;
   
}

.services-section-6-right img {
    border: 2px dotted #c3ad9c;
    width: 100%;
    border-radius: 7px 160px;
    padding: 6px;
}




.services-section-6-left h3 {
    margin: 15px 0px;   
    font-weight: 600;
	color:#b48d4a;
}


.services-section-7 h3 {
    margin: 15px 0px;
    color: var(--black);
    font-weight: 600;
}

.services-section-7 a {
    margin-top: 20px;
}

/* Services end */

/* ranchise-page */
.franchise-page h3 {
    margin: 15px 0px;
    color: var(--black);
    font-weight: 600;
}

.franchise-page-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.franchise-page-left ul {
    margin-bottom: 20px;
}

.franchise-page-left {
    width: 50%;
    margin-right: 20px;
}

.franchise-page-right {
    width: 50%;
}

.franchise-page-left ul li {
    position: relative;
    padding-left: 31px;
    margin-bottom: 9px;
}

.franchise-page-left ul li:after {
    width: 20px;
    height: 30px;
    background: url(https://www.webdesigndemo1.com/utsaah/wp-content/uploads/2026/06/yoga-position-small-icon.png);
    position: absolute;
    left: 0px;
    content: "";
    top: 2px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.contact-form select {
width: 100%;
padding: 10px 11px;
border-radius: 6px;
border: none;
outline: none;
font-size: 14px;
color:#b58d71;font-weight: 600;
}

/* ranchise-page end */

/* privacy-policy */

.privacy-policy h3 {
    font-size: 22px;
    margin: 20px 0 10px 0px;
}

.privacy-policy ul li {
    position: relative;
    padding-left: 31px;
    margin-bottom: 9px;
}

.privacy-policy ul li:after {
    width: 20px;
    height: 30px;
    background: url(https://www.webdesigndemo1.com/utsaah/wp-content/uploads/2026/06/yoga-position-small-icon.png);
    position: absolute;
    left: 0px;
    content: "";
    top: 2px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.privacy-policy ul {
    margin: 10px 0px 20px 0px;
}
/* privacy-policy end */


/* secives list */
.services-list-main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.services-list-main .services-img img {
    width: 100%;
}
 .services-list-main .services-linke img {
    height: auto;
    border-radius: 0px 27px 10px 19px;
}

.services-list-main .services-linke {
    position: absolute;
    bottom: -33px;
    right: -8px;
    z-index: 1;
}

/* services-list end */


.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 0.2em 1em;
    border: 2px solid #ffffff;
}
span.wpcf7-spinner {
    display: none;
}

.error404 #main {
    text-align: center;
    padding: 5% 0px 6%;
}

.page-id-538 h1.entry-title {
 display: none;
}

.page-id-538 #main {
padding: 4% 0;
}

.about-page-section-2-right img {
    width: 100%;
    border-radius: 60px 0px 110px 0px;
    border: 2px dotted #c3ad9c;
    padding: 4px;
}
.about-page-section-2-left {
  
    margin-right: 30px;
}

.services-section-2-left  img {
    width: 100%;
    border-radius: 60px 0px 110px 0px;
    border: 2px dotted #efa88d;
    padding: 4px;
}

.flexible-content-wrapper p {
    margin-bottom: 10px;
}
.flexible-content-wrapper p:last-child {
  margin-bottom: 0;
}
.newsletter-f input#tnp-1 {
    background: transparent;
    border-bottom: 1px solid #fff;
    padding: 0px;
    color: #fff !important;
    outline: none !important;
}

.newsletter-f input.tnp-submit.btn {
    background: var(--primary) !important;
    color: #000 !important;
    font-size: 14px !important;
    padding: 12px 25px !important;
    border: none;
    border-radius: 4px;
}

.newsletter-f input.tnp-submit.btn:hover {
    color:#341e11 !important;
}
.page-id-492 #main {
    text-align: center;
    padding: 4% 0px;
}


.Certificate-of-completion img {
    width: 100%;
    max-width: 600px;
    padding: 6px;
    border-radius: 5px;
    border: 2px dotted #c3ad9c;
}
.Certificate-of-completion {
    text-align: center;
}


.popup-overlay{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  display:none;
  justify-content:center;
  align-items:center;
  z-index:999;
display: none;
  align-content: center;
  justify-content: center;	
	
}

.popup-open .popup-overlay{display:flex;}

.popup-box{
  background:#fff;
  padding:25px;
  max-width:480px;
  border-radius:6px;
  position:relative;
}

.popup-box h3{
  margin-bottom:15px;
}

.popup-box input{
  width:100%;
  padding:10px;
  margin-bottom:10px;
  border:1px solid #ccc;
}

.popup-box input[type="submit"]{
  width:100%;
  padding:10px;
  background:#000;
  color:#fff;
  border:none;
	transition: 0.3s ease;
  cursor:pointer;
}

.popup-box input[type="submit"]:hover {
  background: var(--primary);
	transition: 0.3s ease;
}

.close-popup{
 position: absolute;
  right: 10px;
  top: 5px;
  font-size: 28px;
  cursor: pointer;
  background: var(--primary);
  width: 30px;
  height: 30px;
  border-radius: 50px;
 
  display: flex;
  align-content: center;
  justify-content: center;
}


.bullet-bg ul li {
    position: relative;
    padding-left: 31px;
    margin-bottom: 9px;
}

.bullet-bg ul li:after {
    width: 20px;
    height: 30px;
    background: url(../images/star-1.png);
    position: absolute;
    left: 0px;
    content: "";
    top: 2px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.about-page-section-3-left h5{font-size: 20px;
  text-transform: uppercase;
  margin: 15px 0px;
  color: var(--primary-second);
  font-weight: 600;}

.call-to-action h3 {
    margin: 0px 0px 15px;
    color: var(--black);
    font-weight: 600;
	color:#b48d4a;
}
.all_center-tx{text-align:center;}
.all_center-tx p{text-align:center !important;}


.about-home {
	/*background-color: rgba(223, 185, 136, 0.5);*/
	background-color:#f7f4ef;
}

.contact-section {
	background: #eee5de;
}


/*.custom_header_fixed .logo img {
	background: #000;
	padding: 20px 15px;
}*/
.about-home-right a.btn, .our-services-bg .owl-next span, .our-services-bg .owl-prev span, .btn {	
	background: #73512e;
}
.link-btn a.btn {
    background: transparent;
    border: 1px solid #b7976e;
    padding: 11px 34px;
    display: block;
    margin-top: 10px;
    border-radius: 4px;
    color: #b7976e;
    display: inline-block;
    font-weight: 400;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner.btn {
    background: transparent;
    border: 1px solid #fffbe3;
    text-transform: capitalize;
}
.newsletter-f input.tnp-submit.btn {
  background: #ac856f !important;
  color:#fff !important;	
}
.newsletter-f input.tnp-submit.btn {
    background: #ba924a !important;
    color: #fff !important;
}

.call-to-action {
    background: #f7f4ef;
}
.wellness-section {
    background: #f3eeea;
    PADDING: 0PX;
}

.wellness-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
    padding-left: 100px;
}


 .wellness-section .sub-title {
    color: #9b6232;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-top: 30px;
}

.wellness-section .main-title {
    font-family: 'Playfair', serif;
    font-size: 36px;
    font-weight: 500;
    color: #111;
    line-height: 53px;
    margin-bottom: 30px;
	color:#b48d4a;
}

.wellness-section .divider {
    width: 70px;
    height: 2px;
    background: #d8c9b4;
    margin-bottom: 20px;
}

.service-item img {
    height: 40px;
}
    .wellness-section .services{
      display:grid;
      grid-template-columns:repeat(5,1fr);
      gap:24px;
    }

    .wellness-section .wellness-content{
      flex:1;
      min-width:300px;
    }


    .wellness-section.service-item i{
      font-size:34px;
      color:#c89a3d;
      margin-bottom:18px;
      display:block;
    }

.wellness-section .service-item h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
    color: #45372e;
    font-family: "Inter", sans-serif;
    margin-top: 12px;
}

 .wellness-section .service-item p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.wellness-section .wellness-image img {
    width: 100%;
}

   

   .wellness-section .wellness-image img{
      width:100%;
      display:block;
    }

.service-item {
    position: relative;
    padding: 10px;
}

.wellness-section .service-item:after {
    width: 1px;
    height: 50%;
    background: #d8c9b4;
    position: absolute;
    content: "";
    top: 38%;
    right: 0px;
}

.wellness-section .service-item:nth-child(5):after {
    display: none;
}

.wellness-section-bottome-main {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    flex-wrap: wrap;
}


.wellness-icon {
    margin: 0 15px;
}
.wellness-section-bottome .wellness-box {
    display: flex;
    align-items: center;
    gap: 0px;
    position: relative;
    flex: 1;
    min-width: 220px;
    padding: 0 20px;
}

.wellness-section-bottome .wellness-box:not(:last-child)::after{
    content:"";
    position:absolute;
    right:0;
    top:5px;
    width:1px;
    height:70px;
    background:#d8c9b4;
}





.wellness-section-bottome .wellness-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.wellness-section-bottome .wellness-content h3{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
    color: #45372e;
    font-family: "Inter", sans-serif;
    margin-top: 12px;
}





.wellness-section-bottome .wellness-content p{
   font-size: 16px;
    line-height: 24px;
    color: #333;
}

.wellness-section-bottome .journey-box{
    display:flex;
    align-items:center;
    gap:18px;
}

.wellness-section-bottome .circle{
    width:90px;
    height:90px;
    border:1px solid #c7a26b;
    border-radius:50%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#b18045;
    flex-shrink:0;
}

.wellness-section-bottome .circle h4{
    font-size:30px;
    line-height:1;
}

.wellness-section-bottome.circle span{
    font-size:12px;
    letter-spacing:1px;
}

.wellness-section-bottome .journey-text{
    font-size:36px;
    line-height:1.3;
    color:#3a2a20;
    font-family: Georgia, serif;
}

.wellness-section-bottome {
    padding: 40px;
    background: #f7f4ef;
}


/* 21/5/2026 */
.homeslider p {
    font-size: 14px;
}


.about-home-right h5 {
	font-size: 20px;
}
.about-home-right h2 {
	font-size: 40px;
}
.sarcices-heading h4 {
    font-size: 18px;
}

.sub-title.sub-title546 {
	visibility: hidden;
}
.video-box-text h3 {
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3), 0 0 10px rgba(255,255,255,0.5);
}
.video-box-text p {
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3), 0 0 10px rgba(255,255,255,0.5);
}
.custom_header_fixed .logo img {
	max-width: 90%;	
}
.footer-bg::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
.footer-new {
	position: relative;
}
.copy {
	position: relative;
}
.footer-bg {
    background-position: center;
}
.about-home.about-page.bullet-bg::before {
	position: absolute;
	background-color: #f7f4efe8;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
}
.about-page-section-2 {
	background: #eee5de;
}
.about-page-section-3 {
	background-color: #f3eeea;
}
section.services-section-5::after {
	display:none;
}
section.services-section-5 {	
	background: #eee5de !important;
}
.services-section-5 h3 {	
	color:#b48d4a;
}
.services-section-5 p {
	color: #000;
}
.Certificate-of-completion {
	background: #f8f5f0 !important;
}
.services-list {
	background: #f3eeea;
}

.services-list-main .services-linke.services-linke213 {
	bottom: 20px;
	right: 40px;
}
.services-list-main .services-linke.services-linke213 img {
	border-radius: 0;
}
.services-section-1 {
	background: #f7f4ef;
}
.services-section-2.curve-image {
	background: #eee5de !important;
}
.services-section-3::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #f3eeeac4;
}
.services-section-3 .container-box.serv_al-center {
	position: relative;
}
.services-section-1.services-section-5 li {
	color: #000;
}
.services-section-2-right ul li {
	color: #000;
}
.services-section-2-right ul li {
	color: #000;
}
.contact-page {
	background: #f7f4ef;
}
.privacy-policy {
	background: #f7f4ef;
}
.custom_header_fixed .manu-and-card {
	background: #461900;
	background: #bea999;
	background: #2A1D14;
}

.services-section-3-box, .services-section-3-icone {
    border: 2px dotted #eee5de;
}
.services-section-2-main ul li::after {
	width: 20px;	
}
.services-section-2-main ul li {	
	padding-left: 36px;	
}
.services-section-2-left  img {
    border: 2px dotted #d7c8bc;   
}
.services-section-2.curve-image.services-section-5123 {
	background: #f7f4ef !important;
}
.footer-logo img {	
	max-width: 205px;
	/*background-color: #0d0d0d73;*/
	border-radius: 10%;
	padding: 20px;
	/*-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);*/
}
/* input::placeholder, textarea::placeholder {
	color: red !important;
	-webkit-text-fill-color: #999 !important;
	opacity: 1;
} */
.services-section-3-box {
    background: #eee5de;
}
#home-slider img.mobile-banner {
	display: none;
}
.about-home.about-page.bullet-bg .container-box {
	position: relative;
}
.about-home-left-small {
	position: absolute;
	right: -50px;
	bottom: -30px;
}
.about-home-left .about-home-left-small img {
	width: 160px;
}
.about-home.about-page.bullet-bg .about-home-main .about-home-left {
	position: sticky;
	top: 160px;
}
a.btn {
    font-family: "Playfair", serif;
    font-style: italic;
    font-size: 18px;
}
.about-home-right h5 {
    font-size: 36px;
    font-family: "Playfair", serif;
	font-family: "Outfit", sans-serif;
}
.about-home-right h2 {
    font-size: 32px;
    font-family: "playfair", serif;
    font-style: italic;
}
.sarcices-heading h4 {
    font-size: 24px;
    font-family: "playfair", serif;
}
.sarcices-heading h4 {
    font-size: 36px;
    font-family: "playfair", serif;
}
.sarcices-heading h3 {
    margin: 15px 0px 15px;
    color: #000;
    font-size: 32px;
    font-style: italic;
}
.wellness-section .services {
    margin-top: 50px;
}
.wellness-section .service-item h3, .wellness-section-bottome .wellness-content h3 {
    font-size: 23px;
    font-family: "Playfair", serif;  
    font-style: italic;
}
.wellness-section-bottome .journey-text h5 {
    font-size: 23px;
    font-style: italic;
}
.video-box-text h3 {
    font-style: italic;
}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    font-family: "Playfair", serif;
    font-size: 18px !important;
    font-style: italic;
}
.footer-bg h6 {
    font-size: 24px;    
    font-style: italic;
}
/*#cssmenu > ul > li > a {
    color: var(--white);
    font-size: 18px;    
    font-family: "Playfair", serif;
    font-style: italic;
}*/
.number ul li:nth-child(2) a {
    font-family: "Playfair", serif;
    font-style: italic;
    font-size: 18px;
}
.about-page-section-3-main {
  align-items: initial;    
}
.about-page-section-2-main {
    align-items: initial;
}
.services-section-1.services-section-5.services564 {
    display: none;
}
.about-page-section-3-left h3, .about-page-section-2-left h3 {
    font-size:36px;
	color:#b48d4a;
}

.services-text h5 {   
    font-size: 24px;
    font-family: "Playfair", serif;
    font-style: italic;
}
.services-section-3-box h5 {
    font-style: italic;
    font-size: 24px;
}
.contactaddres h6 {  
    font-size: 24px;
    font-style: italic;
}
.number ul li a {
    color: #fff;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn, .newsletter-f input.tnp-submit.btn {
	font-family: "Playfair", serif;
	font-style: italic;
	font-size: 18px !important;
}
a:focus {
    outline: 0;
    outline-offset: 0;
}
/*.about-home-right h5 span {
	font-size: 52px;
}*/

::placeholder {
    color: #999;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #999;
	opacity: 1;
}

::-ms-input-placeholder {
    color: #999;
	opacity: 1;
}

.tnp-field-email::-webkit-input-placeholder{color:#fff !important;}
.tnp-field-email::-moz-placeholder{color:#fff; !important;}
.tnp-field-email:-ms-input-placeholder{color:#fff; !important;}
.tnp-field-email::-ms-input-placeholder{color:#fff; !important;}
.tnp-field-email::placeholder{color:#fff; !important;}


.about-page-section-3-left.about-page-section-3-left564 h3 {
	color: #b48d4a;
}
ul#menu-our-services {
    width: 100%;
}
.page-id-963 #post-963 .entry-content ul {
    margin-left: 30px;
}
.page-id-963 #post-963 {
    padding-top: 50px;
    padding-bottom: 50px;
}