* {
padding: 0px;
margin: 0px;
box-sizing: border-box;
}

/* <style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
font-family: "Poppins", sans-serif;
</style>     */

body {
font-family: "Poppins";
overflow-x: hidden;
padding:0px !important;	
}

a {
text-decoration: none !important;
}

ul {
padding: 0px !important;
margin: 0px !important;
list-style: none !important;
}

img {
max-width: 100%;
height: auto;
}

@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-Light.eot");
src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-Light.woff2") format("woff2"),
url("../fonts/Poppins-Light.woff") format("woff"),
url("../fonts/Poppins-Light.ttf") format("truetype"),
url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
font-weight: 300;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-Regular.eot");
src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-Regular.woff2") format("woff2"),
url("../fonts/Poppins-Regular.woff") format("woff"),
url("../fonts/Poppins-Regular.ttf") format("truetype"),
url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-Medium.eot");
src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-Medium.woff2") format("woff2"),
url("../fonts/Poppins-Medium.woff") format("woff"),
url("../fonts/Poppins-Medium.ttf") format("truetype"),
url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
font-weight: 500;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-SemiBold.eot");
src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
url("../fonts/Poppins-SemiBold.woff") format("woff"),
url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
font-weight: 600;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-Bold.eot");
src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-Bold.woff2") format("woff2"),
url("../fonts/Poppins-Bold.woff") format("woff"),
url("../fonts/Poppins-Bold.ttf") format("truetype"),
url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
font-weight: bold;
font-style: normal;
font-display: swap;
}

.container-fluid {
max-width: 1920px;
padding: 0px 25px;
}

.wrapper {
margin-top: 100px;
}

/* btn */

.banner-btn {
background: #7b5f43;
border-radius: 7px;
font-size: 16px;
color: #fffcfa;
font-weight: 600;
padding: 15px 25px 15px 65px;
display: inline-block;
position: relative;
transition: 0.5s ease-in-out all 0s;
}

.banner-btn:before {
position: absolute;
content: "";
background: url(../images/btn-icon.png) no-repeat 0 0;
width: 20px;
height: 19px;
background-size: contain;
left: 27px;
top: 17px;
transition: 0.5s ease-in-out all 0s;
}

.banner-btn:hover {
transform: translateY(-3px);
transition: 0.5s ease-in-out all 0s;
}

.btn1 {
border-radius: 100px;
background: #7b5f43;
font-size: 15px;
color: #ffffff;
font-weight: 500;
display: inline-block;
padding: 18px 65px 18px 30px;
position: relative;
transition: 0.5s ease-in-out all 0s;
}

.btn1:before {
position: absolute;
content: "";
width: 45px;
height: 45px;
border-radius: 50%;
background: url(../images/btn-arrow.png) #ffffff no-repeat 0 0;
background-position: center;
background-size: 13px;
right: 8px;
top: 7px;
transition: 0.5s ease-in-out all 0s;
}

.btn1:hover{
transition: 0.5s ease-in-out all 0s;
background: #050505;
}

.btn1:hover::before {
transition: 0.5s ease-in-out all 0s;
transform: rotate(-40deg);
}

.testimonial-btn .btn1{
background:#fff;
color: #675038;
padding: 16px 65px 16px 30px;
}

.testimonial-btn .btn1:before{
background: url(../images/btn-arrow-white.png) #7b5f43 no-repeat 0 0;
width: 38px;
height: 38px; 
background-position: center;  
}

.testimonial-btn .btn1:hover{
background: #050505;  
color:#fff;  
}

.cta-sec .btn1{
padding:16px 35px;
}

.cta-sec .btn1:before{
display:none;    
}

.btn2{
border-radius:50px;
background: #050505; 
font-size: 16px;
line-height: 25px;
color: #ffffff;
font-weight:400;
padding:15px 25px 15px 65px;
display:inline-block;
position: relative; 
transition:0.5s ease-in-out all 0s;  
}

.btn2:before{
position:absolute;
content:""; 
width: 35px;
height: 35px;
border-radius:50%;
background: #7b5f43; 
left:15px; 
top:10px; 
transition:0.5s ease-in-out all 0s;  
}

.btn2:after{
position: absolute;
content: "";
border-left: 12px solid #fff;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
margin-left: 3px;
left:25px; 
top:21px;
transition:0.5s ease-in-out all 0s;   
}

.btn2:hover{
background:#7b5f43;
transition:0.5s ease-in-out all 0s;       
}

.btn2:hover:before{
background:#050505;
transition:0.5s ease-in-out all 0s;    
}

.btn3{
border-radius:50px;
background: #7b5f43; 
font-size: 16px;
line-height: 25px;
color: #ffffff;
font-weight:400;
padding:15px 25px 15px 50px;
display:inline-block;
position: relative; 
transition:0.5s ease-in-out all 0s;  
}

.btn3:before{
position:absolute;
content:"";
background:url(../images/btn-icon2.png) no-repeat 0 0;
width:21px;
height:21px;
left:20px; 
top:17px; 
background-size:contain;     
}

.btn3:hover{
transition:0.5s ease-in-out all 0s; 
background:#050505;     
}

/* topbar-sec */

.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
z-index: 999;
}

.fixed-header {
top: -46px;
animation: smoothScroll 1s;
z-index: 999;
transition: all 0.5s ease 0s;
filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
}

.topbar-sec {
background: #7b5f43;
padding: 11px 0px;
}

.topbar-left ul {
display: flex;
align-items: center;
}

.topbar-left ul li {
font-size: 13px;
color: #fffbf9;
font-weight: 400;
margin-right: 40px;
}

.topbar-left ul li:last-child {
margin-right: 0px;
}

.topbar-left ul li a {
color: #fff;
transition: 0.5s ease-in-out all 0s;
}

.topbar-left ul li a:hover {
color: #d5b08b;
transition: 0.5s ease-in-out all 0s;
}

.topbar-left ul li span img {
width: 15px;
margin-right: 7px;
}

.top-right ul {
display: flex;
align-items: center;
justify-content: flex-end;
}

.top-right ul li:not(:last-child) {
margin-right: 12px;
}

.top-right ul li a {
background: #fff;
width: 24px;
height: 24px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}

.top-right ul li a img {
width: 14px;
}

/* menu-sec */
.logo a img {
width: 164px;
}

.menu-sec {
background: #fff;
border-bottom: 1px solid rgb(123 95 67 / 36%);
padding: 20px 0px;
}

.menu{
display: flex;
justify-content: center;
}

.menu ul li {
font-size: 15px;
font-weight: 500;
float: left;
margin-right: 30px;
}

.menu ul li a {
color: #555555;
display: inline-block;
padding: 15px 0px;
transition:0.5s ease-in-out all 0s;
}

.menu ul li a:hover{
transition:0.5s ease-in-out all 0s;    
}

.menu-call-body {
display: flex;
align-items: center;
margin: auto;
}

.call-icon-bg {
width: 43px;
height: 43px;
border-radius: 50%;
background-color:#7b5f43;
border: 3px solid rgba(0, 0, 0, 0.16);
display: flex;
align-items: center;
justify-content: center;
}

.call-icon-bg img {
width: 19px;
}

.call-text-part {
text-align: center;
margin-left: 10px;
}

.call-small-text {
font-size: 11px;
color: #555555;
font-weight: 500;
}

.call-large-text a {
font-size: 18px;
color: #555555;
font-weight: 500;
transition: 0.5s ease-in-out all 0s;
}

.call-large-text a:hover {
color: #7b5f43;
transition: 0.5s ease-in-out all 0s;
}

.menu-sec .col-lg-3:before {
position: absolute;
content: "";
width: 1px;
height: 93px;
background: rgb(123 95 67 / 36%);
top: -25px;
left: 30px;
}

.menu-sec .col-lg-3:after {
position: absolute;
content: "";
width: 1px;
height: 93px;
background: rgb(123 95 67 / 36%);
top: -25px;
right: 55px;
}

/* banner-sec */

.banner-sec {
padding: 55px 0px 220px;
position: relative;
z-index: 1;
margin-top: 139px;
}

.banner-sec:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: #d4f8ff;
background: linear-gradient(
180deg,
rgba(240, 230, 220, 1) 0%,
rgba(240, 230, 220, 1) 25%,
rgba(240, 230, 220, 1) 50%,
rgba(240, 230, 220, 1) 75%,
rgba(240, 230, 220, 1) 100%
);
top: 0px;
left: 0px;
z-index: -1;
}

.banner-sec:after{
position: absolute;
content: "";
width: 100%;
height: 100%;
background:url(../images/banner-light-bg.jpg) no-repeat 0 0;
left:0px;
top:0px;
background-position:center;
opacity: 0.10;
mix-blend-mode: darken;	
z-index:-1;
}

.banner-heading {
font-size: 58px;
line-height: 70px;
color: #050505;
font-weight: 600;
text-align: center;
}

.banner-para {
font-size: 17px;
line-height: 26px;
color: #7b5f43;
font-weight: 400;
text-align: center;
max-width: 90%;
margin: auto;
}

.banner-btn-part {
margin-top: 40px;
}

.swiper {
width: 100%;
height: 100%;
position: relative;
z-index: 1;
margin-top: -140px;
max-width: 1920px;
}

.mySwiper {
padding: 0px 25px !important;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
border: 8px solid #ffffff;
border-radius: 4px;
filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.09));
width: 100%;
height: 100%;
object-fit: cover;
}

/* banner-bottom-sec */

.banner-bottom-sec {
padding: 110px 0px;
background: url(../images/banner-bottom-texture.png) no-repeat 0 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: bottom center;
}

.banner-bottom-text-body {
max-width: 70%;
margin: auto;
display: table;
text-align: center;
}

.banner-bottom-logo img {
width: 229px;
margin-bottom: 30px;
}

.banner-bottom-sub-heading {
font-size: 16px;
color: #00b4d8;
font-weight: 400;
}

.banner-bottom-sub-heading {
font-size: 16px;
line-height: 26px;
color: #7b5f43;
font-weight: 400;
margin-bottom: 15px;
}

.banner-bottom-heading {
font-size: 43px;
line-height: 54px;
color: #050505;
font-weight: 500;
margin-bottom: 30px;
}

.banner-bottom-para {
font-size: 16px;
line-height: 25px;
color: #655855;
font-weight: 400;
}

/* marquee-sec */

.marquee-sec {
margin-top: 70px;
}

.marquee-sec .main-heading {
font-size: 60px;
line-height: 1.3;
color: #050505;
font-weight: 700;
padding-bottom: 55px;
}

.marquee-sec .main-heading span {
color: #7b5f43;
font-weight: 600;
}

.marquee-container {
width: 100%;
position: relative;
}

.marquee-track {
display: flex;
gap: 30px;
width: max-content;
animation: scrollMarquee 38s linear infinite;
}

.marquee-container:hover .marquee-track {
animation-play-state: paused;
}

@keyframes scrollMarquee {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}

.marquee-card {
min-width: 290px;
border-radius: 15px;
filter: drop-shadow(0px 13px 16px rgba(0, 0, 0, 0.19));
background-color: #ffffff;
overflow: hidden;
padding: 15px 0px;
transition: 0.3s ease-in-out all 0s;
}

.marquee-card img {
width: 100%;
}

.marquee-card:hover {
transform: scale(1.04);
filter: drop-shadow(0px 13px 16px rgba(0, 0, 0, 0.35));
transition: 0.3s ease-in-out all 0s;
}

.marquee-caption {
font-size: 16px;
line-height: 25px;
color: #242222;
font-weight: 600;
text-align: center;
}

/* about-sec */

.about-sec, .inner-about1{
position: relative;
z-index: 1;
}


.about-sec:before, .inner-about1:before{
position: absolute;
content: "";
background: url(../images/about-texture.png) no-repeat 0 0;
width: 100%;
height: 100%;
background-size: contain;
z-index: -1;
left: 0px;
background-position: left center;
}

.about-img img {
border-radius: 30px;
filter: drop-shadow(0px 13px 16px rgba(0, 0, 0, 0.19));
border: 7px solid #ffffff;
}

.sub-heading {
font-size: 14px;
color: #7b5f43;
font-weight: 500;
border: 1px solid #7b5f43;
border-radius: 50px;
padding: 5px 14px 5px 40px;
display:table;
position: relative;
margin-bottom: 15px;
}

.sub-heading:before {
position: absolute;
content: "";
background: url(../images/sub-heading-icon.png) no-repeat 0 0;
width: 20px;
height: 20px;
background-size: contain;
background-position: center;
left: 10px;
top: 5px;
}

.main-heading {
font-size: 45px;
line-height: 58px;
color: #050505;
font-weight: 500;
height:auto;	
}

.about-sec .main-heading{
min-height:237px;
max-width:508px;	
}

.about-para {
font-size: 14px;
line-height: 26px;
color: #655855;
font-weight: 400;
padding: 15px 0px 25px;
}

.about-list-body {
border-radius: 4px;
filter: drop-shadow(0px 13px 16px rgba(0, 0, 0, 0.1));
background-color: #ffffff;
padding: 25px 20px;
display: flex;
align-items: center;
margin-bottom: 40px;
}

.about-list-img-part img {
border-radius: 7px;
}

.about-list {
margin-left: 35px;
}

.about-list ul li {
font-size: 14px;
line-height: 31px;
color: #655855;
font-weight: 400;
padding-left: 26px;
position: relative;
}

.about-list ul li:before {
position: absolute;
content: "";
background: url(../images/list-icon.png) no-repeat 0 0;
width: 16px;
height: 16px;
background-size: contain;
left: 0px;
top: 7px;
}

.about-btn-part {
display: flex;
align-items: center;
}

.about-call-info {
position: relative;
padding-left: 100px;
}

.about-call-info p{
margin-bottom:0px;    
}

.about-call-icon {
width: 55px;
height: 55px;
border-radius: 50px;
border: 1px solid rgba(39, 39, 39, 0.15);
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 30px;
}

.about-call-icon img {
filter: brightness(1) invert(1);
width: 21px;
}

.about-call-small-text {
font-size: 13px;
color: #555555;
font-weight: 500;
padding-bottom: 3px;
}

.about-call-info a {
font-size: 24px;
color: #7b5f43;
font-weight: 600;
transition: 0.5s ease-in-out all 0s;
}

.about-call-info a:hover {
color: #050505;
transition: 0.5s ease-in-out all 0s;
}

/* service-sec */

.service-bg {
background: #f4f4f4;
padding: 90px 45px;
position: relative;
z-index: 1;
}

.service-bg:before {
position: absolute;
content: "";
background: url(../images/service-texture.png) no-repeat 0 0;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
background-size: cover;
mix-blend-mode: exclusion;
opacity: 0.58;
z-index: -1;
}

.service-sec .sub-heading {
margin: 0px auto 15px;
display: table;
border-color: #000;
color: #000;
}

.service-sec .sub-heading:before {
background: url(../images/sub-heading-icon2.png) no-repeat 0 0;
width: 20px;
height: 20px;
background-size: contain;
}

.service-heading {
font-size: 40px;
line-height: 48px;
color: #050505;
font-weight: 600;
padding-bottom: 15px;
}

.service-sec .service-heading{
min-height:63px;	
}

.service-para {
font-size: 16px;
line-height: 26px;
color: #655855;
font-weight: 400;
padding: 0px 20% 60px;
}

.service-sec .col-lg-3 {
position: relative;
padding: 50px 20px 0px;
transition: 0.5s ease-in-out all 0s;
background: inherit;
z-index: 1;
}

hr {
border-top: 1px solid rgba(0, 0, 0, 0.14);
margin: 0px !important;
opacity: 1 !important;
}

.service-sec .col-lg-3:before {
position: absolute;
content: "";
width: 1px;
height: 90%;
background: rgba(0, 0, 0, 0.14);
right: 0px;
top: 0px;
}

.service-sec .col-lg-3:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
object-fit:cover;
background: url(../images/hair-transparent.jpg) #f0e6dc no-repeat 0 0;
left: 0px;
top: 0px;
border-radius: 20px;
z-index: -1;
transform: scaleY(0);
transform-origin: top;
transition: transform 0.5s;
background-blend-mode:overlay;
opacity:0.7;
object-position:top right;
}

.service-sec .col-lg-3:nth-child(2):after{
background: url(../images/prp-treatment.jpg) #f0e6dc no-repeat 0 0;   
}

.service-sec .col-lg-3:nth-child(3):after{
background: url(../images/beard-hair-transplant.jpg) #f0e6dc no-repeat 0 0;   
}

.service-sec .col-lg-3:nth-child(4):after{
background: url(../images/eyebrow-hair-transplant.jpg) #f0e6dc no-repeat 0 0;   
}

.service-sec .col-lg-3:nth-child(5):after{
background: url(../images/gfc-treatment.jpg) #f0e6dc no-repeat 0 0;   
}

.service-sec .col-lg-3:nth-child(6):after{
background: url(../images/skin-pigmentation.jpg) #f0e6dc no-repeat 0 0;   
}

.service-sec .col-lg-3:nth-child(7):after{
background: url(../images/skin-lightening.jpg) #f0e6dc no-repeat 0 0;   
}

.service-sec .col-lg-3:nth-child(8):after{
background: url(../images/laser-hair-reduction.jpg) #f0e6dc no-repeat 0 0;   
}

.service-sec .col-lg-3:hover:after {
transform: scaleY(1);
background-blend-mode: overlay;
}

.service-sec .col-lg-3:nth-child(4):before,
.service-sec .col-lg-3:last-child:before {
display: none;
}

.service-box {
height: 100%;
}

.service-box-heading {
font-size: 22px;
color: #050505;
font-weight: 600;
padding-bottom: 20px;
transition: 0.5s ease-in-out all 0s;
}

.service-box-para {
font-size: 15px;
line-height: 25px;
color: #050505;
font-weight: 400;
padding-bottom: 20px;
transition: 0.5s ease-in-out all 0s;
}

.service-link-text {
font-size: 14px;
line-height: 25px;
color: #000000;
font-weight: 600;
background: url(../images/service-arrow.png) no-repeat 0 0;
background-position: right center;
padding-right: 15px;
margin-bottom: 30px;
display: inline-block;
transition: 0.5s ease-in-out all 0s;
}

.service-link-text:hover {
padding-right: 18px;
transition: 0.5s ease-in-out all 0s;
}

/* customer-review-sec */

.customer-heading {
font-size: 40px;
line-height: 25px;
color: #050505;
font-weight: 600;
padding-bottom: 40px;
position: relative;
}

.customer-heading span {
color: #7b5f43;
}

.customer-heading:before {
position: absolute;
content: "";
background: #7b5f43;
width: 100px;
height: 3px;
left: 50%;
bottom: 10px;
transform: translate(-50%, 0);
}

.slider-wrapper {
padding: 18px;
overflow: hidden;
margin-top: 30px;
}

.slider-track {
display: flex;
gap: 18px;
align-items: center;
animation: move-left 40s linear infinite;
padding-left: 12px;
}

.slider-wrapper:hover .slider-track {
animation-play-state: paused;
}

@keyframes move-left {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}

.slide {
min-width: 320px;
min-height: 300px;
background:linear-gradient(180deg, #fef9f3, #fff9f2)
border-radius: 12px;
border: 1px solid #ffdab6;
overflow: hidden;
cursor: pointer;
box-shadow: 0 6px 18px rgba(8, 40, 90, 0.06);
transition: transform 0.22s;
}

.slide:hover {
transform: scale(1.04);
}

.slide-text-part {
padding: 15px 18px;
}

.slide-img-part {
position: relative;
}

.video-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 56px;
height: 56px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.9);
display: flex;
align-items: center;
justify-content: center;
backdrop-filter: blur(2px);
}

.video-icon::after {
position:absolute;    
content: "";
border-left: 14px solid #7b6044;
border-top: 9px solid transparent;
border-bottom: 9px solid transparent;
margin-left: 3px;
}

.slide-heading {
font-weight: 700;
color:#7b5f43;
margin-bottom: 6px;
}

.slide-small-text {
font-size: 14px;
color: #555555;
}

.slide-btn-part{
display:flex;
align-items:center;
justify-content:space-between;
margin-top:40px;    
}

/* counter-sec */

.counter-icon-part{
display:flex;
align-items:center;
margin-bottom:18px;    
}

.counter-icon{
width: 77px;
height: 77px;
border-radius: 10px;
border:1px solid #7b5f436b;
display:flex;
align-items:center;
justify-content:center;
}

.page-id-223 .counter-icon{
border:1px solid #ffffff94;	
}

.page-id-223 .counter-icon img{
filter:brightness(0) invert(1);	
}

.counter-large-text{
font-size: 50px;
color: #000000;
font-weight: 500;
margin-left:26px;
}

.counter-text{
font-size: 16px;
line-height: 25px;
color: #555555;
font-weight: 400;
}

.counter-sec .col-lg-3{
position: relative;    
}

.counter-sec .col-lg-3:before{
position:absolute;
content:"";
width:1px;
height:100%;    
background:#7b5f435c;
top:0px;
right:0px;    
}

.counter-sec .col-lg-3:last-child:before{
display:none;    
}

/* wcu-sec */

.wcu-sec .main-heading{
min-height:116px;
max-width:538px;	
}

.step-part{
margin-top:40px;   
}

.step-box{
padding-left:80px; 
margin-bottom:40px; 
position: relative;  
}

.step-number{
border-radius:50%;
background: #7b5f43;
font-size:18px;
text-align:center;
color: #ffffff;
width:57px;
height:57px;
font-weight:500;
position:absolute;
top:0px;
left:0px;
z-index:1;
line-height:57px;  
}

.step-number:before{
position:absolute;
content:"";
width:1px;
height:140px;
border:1px solid #7b5f43;
border-style:dotted; 
left:50%;
z-index:-1;   
}

.step-number3:before{
border:0px;    
}

.step-box-heading{
font-size: 18px;
color: #7b5f43;
font-weight: 600;
padding-bottom:5px;
}

.step-box-para{
font-size: 15px;
line-height: 23px;
color: #555d65;
font-weight: 400;  
}

.wcu-img-part{
position: relative;    
}

.wcu-img1{
position:absolute;
top:50%;
left:15px;
transform:translate(0, -50%);
border-radius:20px 0px 0px 20px;    
}

.wcu-img2{
margin-left:auto;
display:block;
border-radius:20px 0px 0px 20px; 
}

/* testimonisl-sec */

.testimonisl-sec{
background:#f3f3e2;
padding:85px 0px 0px;
position: relative; 
}

.tfree-client-image{
max-width:85px !important;	
}

.testimonisl-sec:before{
position:absolute;
content:"";
background:url(../images/testimonial-bottom-bg.png) no-repeat 0 0;
width:100%;
height:140px;
bottom:0px;
right:0px;
z-index:1;   
mix-blend-mode:hard-light;	
}

.testimonial-sec .row{
position: sticky;
top:0px;
z-index: 1;
}


.testimonial-img{
border-radius: 20px;
margin-bottom:75px;
}

.testimonisl-sec .main-heading{
padding-bottom:20px;
max-width:638px;
min-height:136px;	
}

.testimonial-para{
font-size: 16px;
line-height: 28px;
color: #2a2a2a;
font-weight: 400;
padding-bottom:20px;
}

.sp-testimonial-free{
border-radius: 20px !important;
background:url(../images/quote-icon.png) #ffffff no-repeat 0 0 !important;
padding:70px 20px 35px !important;
position: relative;
background-position:left bottom !important;
}

.page-id-273 .sp-testimonial-free{
background:url(../images/quote-icon.png) #f3f3e2 no-repeat 0 0 !important;
background-position: left bottom !important;	
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
font-size: 16px !important;
line-height: 25px !important;
color: #555555 !important;
font-weight: 400 !important; 
text-align:left !important;
padding:0px 0px 0px 60px !important;
margin-bottom:10px !important;   
}

.sp-testimonial-client-name{
font-size: 18px !important;
color: #7b5f43 !important;
font-weight: 600 !important;
text-align:left !important; 
padding-left:122px !important;
margin-bottom:3px !important;
}

.sp-testimonial-client-designation{
font-size: 15px !important;
color: #050505 !important;
font-weight: 500 !important; 
text-align:left !important; 
padding-left:122px !important;  
}

.sp-testimonial-client-image{
position:absolute;
left:20px;
top:42px;
margin:0px !important;    
}

.sp-testimonial-client-rating{
position:absolute;
left:140px;
top:40px;
margin:0px !important;    
}

/* cta-sec */

.cta-bg{
background:url(../images/cta-texture-bg.jpg) #f3f3e2 no-repeat 0 0;
width:100%;
height:100%;
padding:65px 0px 65px 95px;
border-radius:20px;
background-size:cover;
position: relative;
z-index:2;
background-blend-mode:luminosity;	
}

.cta-sec .main-heading{
font-size: 35px;
line-height:42px;
padding-bottom:20px;
}

.cta-sec .main-heading{
max-width:555px;
min-height:104px;	
}

.cta-para{
font-size: 15px;
line-height: 24px;
color: #3a3a3a;
font-weight: 400;
padding-bottom:15px;
max-width:93%;
}

.cta-img img{
position:absolute;
right:0px;
bottom:0px; 
width:658px;   
}

/* footer-sec */

.footer-sec{
background: #050505;
padding:100px 0px 0px;
position: relative;
margin-top:60px;
z-index:1;
}

.page-id-7 .footer-sec{
padding:215px 0px 0px;  
margin-top:-147px;  
}

/* .footer-sec:before{
position:absolute;
content:"";
background:url(../images/footer-texture-bg.png) no-repeat 0 0;
width:100%;
height:100%;
top:0px;
left:0px;
mix-blend-mode:luminosity;
opacity:0.18; 
background-size:cover; 
z-index:-1;  
} */

.footer-logo img{
width:165px; 
margin-bottom:30px;
filter:brightness(0) invert(1);	
}

.footer-para{
font-size: 14px;
line-height: 23px;
color: #fff;
font-weight: 400;
}

.footer-social{
margin-top:30px;     
}

.footer-social ul{
display:flex;   
}

.footer-social ul li{
margin-right:13px;
}

.footer-social ul li a{
width: 47px;
height: 47px;
border-radius: 3px;
background-color:rgb(255 255 255 / 35%);
display:flex;
align-items:center;
justify-content:center;
transition:0.5s ease-in-out all 0s;
transform:translateY(0px);
}

.footer-social ul li a img{
width:21px; 
filter:brightness(0) invert(1);	
}

.footer-social ul li a:hover{
background:#7b5f43; 
transform:translateY(-5px);  
}

.footer-heading{
font-size: 20px;
color: #fff;
font-weight: 600;
padding-bottom:30px;
position: relative;
}

.footer-heading:before{
position:absolute;
content:"";
width: 45px;
height: 3px;
background-color: #fff;
left:0px;
bottom:15px;    
}

.footer-info ul li{
font-size: 14px;
line-height: 35px;
color: #fff;
font-weight: 400;
}

.footer-half ul li{
display:inline-block;
width:49%;    
}

.footer-info ul li a{
color: #fff; 
transition:0.5s ease-in-out all 0s;   
}

.footer-info ul li span{
margin-left:50px;    
}

.copyright-text{
font-size: 13px;
text-transform: uppercase;
color: #fff;
font-weight: 400;
}

.footer-info2{
font-size: 14px;
color: #fff;
font-weight: 500;
display:inline-block;
transition:0.5s ease-in-out all 0s; 
}

.footer-sec .row +.row{
padding:28px 0px;
border-top:1px solid rgb(255 255 255 / 15%);
margin-top:50px;
}

.footer-info ul li a:hover, .footer-info2:hover{
color: #7b5f43; 
transition:0.5s ease-in-out all 0s;     
}


.site-content, .site-main .widecolumn {
margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
background: #f4f4f4 !important;
background-size: cover !important;
max-width: 100% !important;
padding: 150px 0 130px !important;
margin:139px 0 0px !important;
position: relative;
overflow: hidden;
text-align: center;
}

.blog_page_header{
margin-bottom:100px !important;
}

.page .entry-header:before, .blog_page_header:before {
position: absolute;
content: "";
background: url(../images/inner-page-bg-texture.jpg) no-repeat 0 0;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
background-size: cover;
mix-blend-mode: exclusion;
opacity:0.3;
z-index:0;
}
.page .entry-content {
max-width: 100% !important;
padding: 0px !important;
}
.content-area, .content-sidebar {
padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
color: #000;
position: relative;
font-size:55px;
font-weight:400;
text-transform: none;
z-index: 99;
margin-bottom: 3px;
text-align:left;
}
.breadcrumb-container {
width: 100%;
color: #7b5f43;
position: relative;
font-size:18px;
text-align:right;
}
.breadcrumb-container a {
color: #000;
}
.page {
margin-top: 0 !important;
}

.footer-fixed{
position:fixed;
right:18px;
bottom:40px;
z-index:1400;
}

.chat-icon{
background:#25d366;
color:#fff;
padding:14px 15px 14px;
border-radius:999px;
font-weight:700;
text-decoration:none;
box-shadow:0 8px 28px rgba(37,211,102,0.18);
display:flex;
align-items:center;
}

.chat-icon img{
width:18px;
margin-right:8px;    
}

/* inner-pages */

.inner-sec{
margin-top:100px;    
}

.inner-heading{
font-size: 58px;
line-height: 70px;
padding-bottom:20px;
color: #7b5f43;
font-weight: 600;
text-align: center;   
}

.inner-service-list-section{
background:#f3f3e2;
padding: 30px 0;
border-right: 1px solid #e5e5e5;
border-radius: 15px;
width:100%;
min-width: 360px;
max-width:360px;
}

.inner-service-list ul li{
position: relative; 
font-size: 16px;
position: relative;   
}

.inner-service-list ul li a{
padding: 18px 45px 18px 45px;
border-left: 4px solid transparent;
cursor: pointer;
transition: 0.25s ease;
display: flex;
align-items: center;
color: black;
}

.inner-service-list ul li a.active{
border-left: 4px solid #7b5f43;
background: #ffffff;
font-weight: 600;   
}

.inner-service-list ul li a:hover{
background:#eef4ff;    
transition: 0.25s ease;    
}

.inner-service-list ul li a:before{
position:absolute;
content: "•";
color: #050505;
font-size: 22px;
left:25px;
top:15px;    
}

.inner-service-list ul li a.active:before{
color:#7b5f43;   
}

.service-content-box{
background: #fff;
padding: 40px;
border-radius: 12px;
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06);
margin-bottom: 60px;
transform: translateY(40px);
transition: 0.7s ease;
margin-bottom:40px;
}

.service-content-box-heading{
font-size: 28px;
color: #7b5f43;
font-weight:700;
padding-bottom:15px;
}

.service-content-box-small-heading{
color:#686877;
font-weight:600;
padding-bottom:5px;    
}

.service-content-box-para, .inner-appointment-box-para{
font-size: 16px;
line-height: 28px;
color: #555555;
font-weight: 400;
}

.service-content-box-para{
padding-bottom:15px;    
}

.service-content-box-para:last-child{
padding-bottom:0px;
}

.service-content-box-para p{
margin-bottom:18px;	
}

.service-content-box-para p:last-child{
margin-bottom:0px;		
}

.service-content-list{
margin:10px 0px 15px;     
}

.service-content-list ul li{
font-size: 16px;
line-height:34px;
color: #555555;
font-weight: 400;
position: relative;
padding-left:18px;
}

.service-content-list ul li:before{
position:absolute;
content: "•";
color: #686877;
font-size: 22px;
left:0px;
top:0px;     
}

#stickyBox {
position: relative;
}

.ea-header a{
font-size:16px !important;
padding:10px 15px !important;
}

.inner-cta-bg{
background:url(../images/inner-cta-bg.jpeg) no-repeat 0 0;
width:100%;
height:100%; 
padding:15px; 
background-size:cover;
border-radius:40px; 
}

.inner-cta-left-part{
padding-left:40px;    
}

.inner-cta-sub-heading{
font-size:20px;
font-weight: 700;
color:#fff;
padding-bottom:5px;
}

.inner-cta-large-heading{
font-size:40px;
font-weight:700;
line-height:52px; 
color:#fff;   
}

.inner-appointment-box{
border-radius: 24px;
background-color: #fff;
backdrop-filter: blur(50px);
padding: 37px 40px 43px 47px;
}

.inner-appointment-box-heading{
font-size:30px;
color:#050505;
font-weight:700;
padding-bottom:15px;
border-bottom:1px solid #68687752;
margin-bottom:20px;
}

.inner-appointment-box-para{
padding-bottom:25px;    
}

.inner-appointment-box .about-call-icon{
left:0px;    
}

.inner-appointment-box .about-call-info{
padding-left:70px;    
}

iframe{
border-radius:15px;    
}

.service-content-img img{
margin-top:20px;
height:500px !important;
object-fit:cover;
width:100%;    
}

/* Gallery */

.rl-gallery-item{
overflow:hidden;
transition:0.5s ease-in-out all 0s;    
}

.rl-gallery-item a img{
transform:scale(1);
transition:0.5s ease-in-out all 0s;     
}

.rl-gallery-item:hover a img, .inner-video-box:hover .video-img{
transform:scale(1.03);
transition:0.5s ease-in-out all 0s;    
}

.inner-video-box{
border-radius:15px;
position: relative;
transition:0.5s ease-in-out all 0s; 
cursor: pointer;    
}

.inner-video-box .video-img{
border-radius:15px;
transform:scale(1);
transition:0.5s ease-in-out all 0s;      
}

.inner-video-box .video-icon{
position:absolute;
transform:translate(-50%, -50%);
top:50%;
left:50%;
width:60px;
border-radius:10px; 
z-index:1;   
}

/* contact-page */

.contact-box{
border:1px solid #e5e6e9; 
height:100%;
padding:30px 0px;  
}

.contact-box-heading{
font-size: 24px;
font-weight: 600;
color:#050505;
padding-bottom:20px;
position: relative;
border-bottom:1px solid #e5e6e9; 
padding:0px 20px 30px;
}

.contact-box-heading:before{
position:absolute;
content:"";
background:#7b5f43;
width:40px;
height:2px;
left:20px;
bottom:20px;    
}

.contact-box-info{
margin-top:30px;
padding:0px 20px;    
}

.contact-box-info-small-heading{
color: #0B103080;
font-size: 14px;
font-weight: 500;
padding-bottom:3px;
}

.contact-box-info-small-detail{
color: #050505;
font-size: 20px;
font-weight: 600;
}

.contact-box-info-small-detail a{
color: #050505; 
transition:0.5s ease-in-out all 0s;  
}

.contact-box-info-small-detail a:hover{
color:#7b5f43;    
transition:0.5s ease-in-out all 0s;
}

.google-map{
position:relative;    
}

.time-list{
background:#7b5f43;
padding:20px 25px;
max-width:320px; 
border-top:3px solid #675038;
position:absolute;
top:50%;
right:60px;
transform:translate(0, -50%);   
}

.time-list ul li{
font-size:15px;
color:#fff;
line-height:40px; 
display:inline-block;
width:48%;
margin-bottom:5px;
border-bottom:1px solid #ffffff4d;   
}

.time-list ul li:nth-child(even){
text-align:right;   
}

.contact-form input, .contact-form textarea, .contact-form select{
border-radius: 30px;
color: #686877;
font-size: 15px;
font-weight: 400;
background: #fff;
height: 55px;
padding: 15px 20px;
border: 1px solid #7b5f4391;
width:100%;
outline:none;
}

.contact-form textarea{
height:140px; 
border-radius: 20px;   
}

.popup-form p{
margin-bottom:15px;    
}

.popup-form input, .popup-form select{
height:45px; 
padding:10px 15px;   
}

.popup-form input[type="file"]{
padding:8px 15px;    
}

.form-heading{
font-size:22px;
font-weight:700;    
}

.popup-form .wpcf7-submit{
height:inherit !important;
padding:10px 30px !important;    
}

.popup-form textarea{
height:80px;    
}

.popup-form label{
font-weight:700; 
font-size:14px;
padding-bottom:3px;   
}

.contact-btn .wpcf7-submit{
width:fit-content; 
padding:15px 40px;
font-size:17px;
border-radius:50px;
font-weight:400; 
background:#7b5f43;
transition:0.5s ease-in-out all 0s;  
}

.contact-btn .wpcf7-submit:hover, .contact-btn .wpcf7-submit:active, .contact-btn .wpcf7-submit:focus{
background:#050505;
color:#fff;
transition:0.5s ease-in-out all 0s; 
}

.inner-sec2{
background:url(../images/about-bg.png) no-repeat 0 0;
width:100%;
padding:250px 0px 300px;
background-size:cover;   
}

.inner-sec2 .counter-icon-part{
flex-direction:column; 
align-items:start; 
margin-bottom:0px;  
}

.inner-sec2 .counter-large-text{
color:#fff;
margin-left:0px;
margin-top:20px;
position: relative;
}

.inner-sec2 .counter-large-text span{
font-size:20px;
position:absolute;
transform: rotate(-90deg) translate(0, -50%); 
top:20px;   
}

.inner-sec2 .counter-text{
color:#fff; 
font-size:20px;
font-weight:700;
margin-top:25px;   
}

.inner-sec2 .col-lg-3{
position: relative;    
}

.inner-sec2 .col-lg-3:before{
position:absolute;
content:"";
width:1px;
height:100%;    
background: rgba(255, 255, 255, 0.25);
top:0px;
right:0px;    
}

.inner-sec2 .col-lg-3:last-child:before{
display:none;    
}

.inner-sec3{
margin-top:-100px;
position: relative;
z-index:1;   
}


.inner-about-left{
background:#f4f4f4;
padding:50px 25px;
border-radius:0px 50px 50px 0px;
}


.inner-about-right-img{
border-radius:50px 0px 0px 50px; 
position: absolute;
top:-100px;
right:0px;
/* transform: translate(0, -50%);  */
width:60% !important;
height:100% !important;
object-fit:cover;
z-index:-1; 
}

.exp-body{
padding-right:20%;    
}

.exp-heading{
font-size:100px;
font-weight:700;
color:#7b5f43; 
line-height:80px;   
}

.exp-heading sub{
font-size:24px;
top:-20px;    
}

.inner-sec5{
background:#f3f3e2;
padding:90px 0px;   
}

.exp-box{
background:#7b5f43;
padding:25px 18px;
border-radius:20px; 
color:#fff;
text-align:center;  
}

.exp-box-heading{
font-size:20px;
font-weight:600;    
}

.exp-box-rating-text{
font-size:40px;
font-weight:700;
color:#fff;    
}

.exp-box-icon{
width:60px;
}

.inner-testimonial{
padding:40px 3% 0px;    
}

.inner-detail-text{
font-size:24px;
font-weight:700; 
color:#000;
padding-bottom:20px;
position: relative;
}

.inner-detail-text:before{
position:absolute;
content:"";
width:40px;
height:4px;
background:#7b5f43;
left:0px;
bottom:10px;    
}

.inner-detail-list{
margin:10px 0px 15px;    
}

.inner-detail-list ul li{
font-size: 15px;
line-height: 30px;
color: #161616;
font-weight: 400;
margin-bottom:5px;
position:relative;
padding-left:20px;  
}

.inner-detail-list ul li:before{
position: absolute;
content: '\2713';
color: #7b5f43;
padding: 0 6px 0 0;
top: 2px;
left: 0px; 
font-weight:700;  
}

.inner-detail-para, .inner-detail-box-para, .post p{
font-size: 15px;
line-height: 30px;
color: #161616;
}

.inner-detail-box{
margin-top:24px;
display:flex;
justify-content:space-between;    
}

.inner-detail-box-body{
display:flex;
align-items:center;
width:49%;    
}

.inner-detail-icon{
background:#7b5f43;
width:40px;
height:40px;
line-height:40px;
font-size:17px;
border-radius:50%; 
color:#fff;
text-align:center;   
}

.inner-detail-box-text-part{
margin-left:20px; 
max-width:75%;   
}

.inner-detail-box-heading{
font-size:16px;
font-weight:700;
color:#7b5f43;
padding-bottom:5px;
}

.inner-detail-left{
border-radius:30px;
padding:30px;
background:#f3f3e2;    
}

.inner-detail-img img{
border-radius:20px; 
margin-bottom:20px;   
}

.inner-detail-heading-text{
font-size:22px;
color:#050505;
font-weight:700;
}

.inner-detail-sub-heading{
font-size:14px;
color:#7b5f43;
margin-bottom:10px; 
}

.inner-detail-address{
margin-bottom:10px;    
}

.inner-detail-address-heading{
font-weight:700;
color:#7b5f43e0;
font-size:16px;
padding-bottom:5px;    
}

.inner-detail-address-info{
color:#050505;
font-size:15px;  
}

.inner-detail-address-info a{
color:#050505;    
}

.inner-social{
margin:20px 0px 30px;    
}

.inner-social ul li{
display:inline-block;
font-size:15px;
margin:4px 5px;
}

.inner-social ul li a{
padding:4px 16px;
background:#7b5f432b;
color:#000;
display:block;
border-radius:5px;
transition:0.5s ease-in-out all 0s;    
}

.inner-social ul li a:hover{
background:#7b5f43; 
transition:0.5s ease-in-out all 0s;
color:#fff;    
}

/* blog */

.blog-sec .main-heading{
min-height:116px;
max-width:638px;	
}

.home_news_block_image{
overflow:hidden; 
transition:0.3s ease-in-out all 0s; 
border-radius:20px;
transform:scale(1.0);
margin-bottom:20px;  
}

.home_news_block_image img{
transition:0.3s ease-in-out all 0s;
height:292px;
width:100%;
object-fit:cover;
object-position:top; 
}

.home_news_block_image:hover img{
transform:scale(1.05);     
}

.post-list li{
display:inline-block;   
}

.date, .name{
color:#7b5f43;
font-size:14px;   
}

.name{
position:relative;
padding-left:20px;    
}

.name:before{
position:absolute;
content:"";
width:8px;
height:8px;
background:#e5d0bb;
border-radius:50%; 
left:3px;
top:7px;   
}

.home_news_block_heading a{
color:#050505;
font-size:20px;
line-height:1.3; 
font-weight:600;
padding:15px 0px;
display:block;  
}

.home_news_block_btn a{
color:#7b5f43;
font-size:17px; 
font-weight:500;  
}


.more-link {
display: block;
width: fit-content;
padding: 12px 20px;
margin:20px 0px 30px;
border-radius:50px;
background:#236fa3;
color:#fff;
transition:0.5s ease-in-out all 0s;
font-size:16px;
}

.more-link:hover {
background:#35c1db;
transition:0.5s ease-in-out all 0s;
}

.post .entry-title{
font-size:30px !important;
line-height:1.3 !important;
text-transform: capitalize;
font-weight:700 !important;   
}

.wp-block-heading {
border-top: 5px solid #7b5f43;
color: #1e1e1e;
font-size: 18px;
font-weight: 600;
margin: 0 0 18px;
padding-top: 7px;
text-transform: uppercase;
}

.site-content .has-post-thumbnail .entry-header {
margin-top: 0 !important;
}

.post-template-default .site-content .entry-content,
.post-template-default .site-content .entry-header,
.blog .site-content .entry-header,
.blog .site-content .entry-summary {
max-width: 100% !important;
}

.content-sidebar .widget a{
color:#2e2e2e !important;
transition: all 500ms ease-in-out;
}

.entry-title a, .entry-meta a{
transition: all 500ms ease-in-out;   
}

.content-sidebar .widget a:hover, .entry-title a:hover, .entry-meta a:hover {
color: #7b5f43 !important;
transition: all 500ms ease-in-out;	
}

.wp-block-group ul li{
line-height:20px;
margin-bottom:10px;
padding-bottom:5px;
border-bottom:1px solid #ccc;    
}

.wp-block-group ul li:last-child{
padding-bottom:0px;
border-bottom:0px;    
}

.terms-bg{
background-color: white;
border-radius: 10px;
padding: 40px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.note-bg{
background-color: #f0f7ff;
border-left: 4px solid #4dabf7;
padding: 20px;
margin: 25px 0;
border-radius: 0 5px 5px 0;
font-size: 15px;
line-height:30px;
}

.inner-detail-para{
padding-bottom:10px;    
}

.inner-detail-para:last-child, .inner-detail-para p:last-child{
margin-bottom:0px;    
}

.inner-detail-para a{
color:#000137;   
}

.sg-popup-content{
overflow-x:inherit !important;    
}

.offcanvas{
position:fixed;
width:28%;
height:auto !important;	
bottom:0px;
left:inherit !important;	
right:10% !important;
box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);
border-radius:6px 6px 0px 0px;
background:#7b5f43;	
}

.offcanvas-backdrop.show{
opacity:0 !important;	
}

.offcanvas.offcanvas-bottom{
border-top:0px;	
}

.offcanvas-body{
color:#fff;
font-size:14px;
overflow-y:inherit;
padding:10px 30px 30px;
text-align:center;	
}

.offcanvas-header{
display:block;
padding-top:40px;	
padding-bottom:0px;	
}

.offcanvas-logo img{
width:200px;
margin:auto;
display:block;
filter:brightness(0) invert(1);	
}

.btn-close{
position:absolute;
right:15px;
top:20px;
width:15px;	
color:#30414f !important;
cursor:pointer;	
}

.offcanvas-body strong{
font-size:20px;
padding-bottom:8px;
font-weight:600;
display:block;
}


.offcanvas-body a{
color:#fff;
display:block;
padding-bottom:5px;
transition:0.5s ease-in-out all 0s;    
}

.offcanvas-body a:hover{
transition:0.5s ease-in-out all 0s;  
color:#000;  
}

.offcanvas-title{
font-size:26px;	
color:#30414f;
text-align:center;
padding-top:20px;	
}

.error_container {
display: flex;
align-items: center;
text-align: center;
}

.page-id-331 .sub-heading{
margin: 0px auto 15px;
display: table;
}

.page-id-331 .sp-ea-one.sp-easy-accordion .ea-expand .ea-header a, .page-id-331 .sp-easy-accordion .sp-ea-single .ea-header a{
background:#7b5f43 !important;   
}

.page-id-331 .eap-icon-ea-expand-plus:before, .eap-icon-ea-expand-minus:before{
color:#fff !important;    
}

.page-id-331 .sp-easy-accordion .sp-ea-single .ea-header a{
color:#fff !important;    
}

.page-id-223 .sp-testimonial-free-section{
margin-bottom:0px !important;	
}

/* footer-fixed */

.footer-fixed-buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
	display:none;
}
.footer-btn1 {
	background:#7b5f43;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.footer-btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 9px 12px 0;
}
.footer-btn3 {
	background:#000;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}

.rmp-container .rmp-menu-title .rmp-menu-title-image{
filter:brightness(0) invert(1);	
}

/* responsive */

@media only screen and (max-width : 767px) {
.breadcrumb-container{text-align:left;}
.inner-detail-box{flex-direction:column;}	
.inner-detail-box-body{width:100%;}
.time-list{position:static;transform:inherit;}
.banner-bottom-text-body{max-width:100%;}	
.service-para{padding:0px 0% 30px;}
.service-sec .col-lg-3{padding:30px 20px 0px;}
.slide-btn-part{flex-direction:column;}	
.slide-btn-part .btn3{margin-top:15px;}	
.cta-bg{padding:30px !important;}	
.cta-img img, .step-number:before{display:none;}
.exp-box .d-flex{justify-content:center !important;}
.inner-sec2{padding-top:100px !important;}	
.inner-about-right-img{position:static;width:100% !important;}	
}

@media only screen and (min-width : 320px) and (max-width :480px) {
.footer-half-menu ul li{width:100%;}	
}

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.topbar-sec, .primary-navigation, .menu-sec .col-lg-3:before, .menu-sec .col-lg-3:after, .menu-call-body, .pixel-nav{display:none;}	
.menu-sec{border:0px;}
.header{filter:drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));}	
.fixed-header{top:0px;}
.banner-sec{margin-top:85px;}
.about-sec:before, .inner-about1:before{display:none;}
.about-btn-part{flex-direction:column;align-items:flex-start;}
.about-call-info{display:none;}
.about-list ul li{line-height:28px;}	
.about-list-body{align-items:flex-start;}	
.about-list{margin:0px 0px 0px 15px;}
.about-list-img-part{width:100%;}
.service-sec .col-lg-3:before, .counter-sec .col-lg-3:before, .inner-sec2 .col-lg-3:before{display:none;}	
.smooth-back-to-top-button.btn-right-side{bottom:70px !important;right:20px !important;}
.footer-fixed-buttons{display:block;}	
.footer-sec .row +.row{margin-top:30px;padding:15px 0px 60px;}	
.footer-fixed{bottom:125px;right:20px !important;}	
.page .entry-header, .blog_page_header{margin-top:85px !important;padding:90px 0px 60px !important;}
.wcu-img1{display:none;}	
.inner-sec2 .counter-icon-part{flex-direction:row;}	
.inner-sec2 .counter-large-text{margin-left:20px;}
.chat-icon{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;}	
.chat-icon img{margin-right:0px;}	
}

@media only screen and (min-width : 300px) and (max-width : 1024px) {
.banner-sec{padding-bottom:170px;}	
.banner-heading, .marquee-sec .main-heading, .main-heading, .service-heading, .customer-heading, .inner-cta-large-heading, .banner-bottom-heading{font-size:30px !important;line-height:38px !important;}
.main-heading{min-height:auto !important;}	
.banner-para{font-size:16px;}	
.marquee-sec .main-heading{padding-bottom:30px;}	
.banner-bottom-sec{padding:60px 0px;}
.marquee-sec, .wrapper{margin-top:60px;}
.service-bg{padding:60px 30px;}	
.service-para{padding:0px 5% 30px;}
.testimonisl-sec{padding-top:60px;}
.cta-bg{padding:30px 0px 30px 50px;}
.page .entry-title, .blog_page_title{font-size:30px;}	
.inner-sec{margin-top:60px !important;}	
.exp-body{padding-right:0px;}
.exp-box-icon img{width:40px;}
.inner-sec2{background-position:top;padding:150px 0px 100px;}		
.inner-sec5{padding:60px 0px;}	
.inner-service-list-section{min-width:100%;max-width:100%;}
.service-content-img img{height:300px !important;}
.inner-cta-bg{padding:30px;}
.inner-cta-left-part{padding-left:0px;}	
.blog_page_header{margin-bottom:60px !important;}	
.page-id-273 .btn1:before{display:none;}
.page-id-273 .btn1{padding:18px 30px 18px 30px;text-align:center;}
.testimonial-img{margin-bottom:30px;}	
.counter-large-text{font-size:36px;}
.inner-sec2 .counter-text{font-size:16px;margin-top:40px;}	
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.banner-bottom-text-body{max-width:88%;}
.step-number:before{height:230px;}	
.cta-img img{width:300px;}	
.home_news_block_image img{height:180px;}
.inner-detail-box-text-part{max-width:70%;}
.time-list{right:30px;}	
.sgpb-content{min-width:500px !important;}
.inner-about-right-img{height:60% !important;}	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner-bottom-text-body{max-width:88%;}
.step-number:before{height:230px;}
.cta-img img{width:300px;}
.home_news_block_image img{height:180px;}
.inner-detail-box-text-part{max-width:70%;}	
.time-list{right:30px;}	
.sgpb-content{min-width:500px !important;}
.inner-about-right-img{height:60% !important;}		
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}


/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width:1199px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.inner-service-list-section{min-width:100%;max-width:100%;}
.service-content-img img{height:300px;}	
.time-list{right:30px;}	
.about-btn-part{flex-direction:column;align-items:flex-start;}
.about-call-info{padding-left:70px;margin-top:15px;}	
.about-call-icon{left:0px;}	
.counter-large-text{font-size:36px;}
.inner-sec2 .counter-text{font-size:16px;margin-top:40px;}
.menu ul li{margin-right:18px;font-size:14px;}
.primary-navigation .menu-item-has-children > a:after, .primary-navigation .page_item_has_children > a:after{display:none !important;}	
.primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a{padding-right:0px !important;}	
.call-large-text a{font-size:15px;}	
.topbar-left ul li{font-size:11px;font-weight:500;margin-right:15px;}	
.menu-sec .col-lg-3:before, .menu-sec .col-lg-3:after{display:none;}	
}


/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width:1199px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.inner-service-list-section{min-width:100%;max-width:100%;}
.service-content-img img{height:300px;}	
.time-list{right:30px;}	
.about-btn-part{flex-direction:column;align-items:flex-start;}
.about-call-info{padding-left:70px;margin-top:15px;}	
.about-call-icon{left:0px;}	
.counter-large-text{font-size:36px;}
.inner-sec2 .counter-text{font-size:16px;margin-top:40px;}
.menu ul li{margin-right:18px;font-size:14px;}	
.primary-navigation .menu-item-has-children > a:after, .primary-navigation .page_item_has_children > a:after{display:none !important;}		
.primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a{padding-right:0px !important;}
.call-large-text a{font-size:15px;}	
.topbar-left ul li{font-size:11px;font-weight:500;margin-right:15px;}	
.menu-sec .col-lg-3:before, .menu-sec .col-lg-3:after{display:none;}	
}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {
	
}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}
