@import "fonts.css";
/********************* Header Css ******************/
.header-area{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    z-index: 99;
    padding-top: 40px;
    padding-bottom: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.relative-header{
    /* position: relative;
    top:0px; */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #00000040;
    padding-top: 0px;
    padding-bottom: 0px;
}
.header-area.fixed_header{
    position: fixed;
    top:0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #00000040;
    padding-top: 0px;
    padding-bottom: 0px;
}
.header-area.fixed_header .top-header-sec,
.header-area.relative-header .top-header-sec{
    background-color: #231F1B;
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu-area ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}
.menu-area > ul > li{
   margin-right: 30px;
}
.menu-area ul li a{
    font-family: "muli",sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.fixed_header .menu-area ul li a,
.header-area.relative-header .menu-area ul li a{
    color: #231F1B;
}
.menu-area ul li a:hover{
	color: #A69F94 !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-wrapper{
    display: flex;
    justify-content: space-between;
}
.header-sticky-logo{
    display: none;
}
.header-left{
    display: flex;
    align-items: center;
}
.header-right ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    margin-right: 25px;
}
.header-right ul li:not(:first-child){
    padding-left: 25px;
}
.header-right ul li a{
    font-family: "muli",sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #fff;   
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.fixed_header .header-right ul li a,
.header-area.relative-header .header-right ul li a{
    color: #231F1B;
}
.header-right ul li a:hover{
	color: #A69F94 !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;	
}
.header-right ul li a img{
    filter: invert(1);
    margin-right: 8px;
}
.top-header-area ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 14px;
}
.top-header-area ul li:not(:first-child){
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid #fff;
    line-height: 12px;
}
.top-header-area ul li a{
    font-family: "muli",sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 12px;
    color: #fff;  
	transition: all 0.5s;
    -webkit-transition: all 0.5s;	
}
.header-area.fixed_header .top-header-area ul li a,
.header-area.relative-header .top-header-area ul li a{
    color: #fff;
}
.top-header-area ul li a:hover{
	color: #A69F94 !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;	
}
.header-area.fixed_header .top-header-area ul,
.header-area.relative-header .top-header-area ul{
    margin-bottom: 0px;
}
.header-logo{
    margin-top: -25px;
}
.header-right{
    display: flex;
    align-items: center;
}
.mobile-menu-area{
    display: none;
}
.header-logo-area{
    margin-right: 30px;
}
.header-area.fixed_header .header-logo,
.header-area.relative-header .header-logo{
    display: none;
}
.header-area.fixed_header .header-sticky-logo,
.header-area.relative-header .header-sticky-logo{
    display: block;
}
.header-area.fixed_header .header-wrapper,
.header-area.relative-header .header-wrapper{
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-area.fixed_header .header-wrapper .header-right ul li a img,
.header-area.relative-header .header-wrapper .header-right ul li a img {
    filter: invert(0);
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Banner Area %%%%%%%%%%%%%%%%%%%%%%%%%% */
.banner-area{
    height: 100vh;
    position: relative;
}
.banner-area::after{
    position: absolute;
    top: 20px;
    left: 20px;
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #fff;
    border-radius: 15px;
}
.banner-area::before{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100Vh;
    content: '';
    /* background: linear-gradient(180deg, rgba(35, 31, 27, 0) 0%, #231F1B 100%); */
    background-image: url('../images/banner-overlay.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-wrapper{
  position: absolute;
  z-index: 1;
  max-width: 728px;
  bottom: 120px;
  left: 126px;
}
.banner-wrapper h4{
    font-family: "muli",sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 10%;
    color: #fff;
    margin-bottom: 15px;
}
.banner-wrapper h1 em{
    font-family: "muli",sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 10%;
    color: #fff;
    margin-bottom: 15px;
	display: block;
	font-style:normal;
}
.banner-wrapper h1{
	font-family: "larken",sans-serif;
    font-weight: 400;
    font-size: 54px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 20px;
}

.banner-wrapper p{
  color: #fff;
}
.banner-social-icon {
    position: absolute;
    right: 12px;
    bottom: 100px;
    z-index: 1;
}
.banner-social-icon ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.banner-social-icon ul li{
    margin-bottom: 10px;
}
.banner-social-icon ul li a{
    font-size: 20px;
    color: #fff;
}
.banner-social-icon ul li a:hover{
	color: #A69F94;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.scroll-bottom {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    left: 17px;
    width: fit-content;
    cursor: pointer;
    z-index: 2;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Banner Bottom Area %%%%%%%%%%%%%%%%%%% */
.home-banner-bottom-each-area{
    margin-top: 180px;
    margin-bottom: 100px;
}
.home-banner-bottom-each{
    text-align: center;
    max-width: 284px;
    margin: 0 auto;
}
.home-banner-bottom-each h2{
    font-style: italic;
    font-size: 28px;
}
.home-banner-bottom-each-icon{
   margin-bottom: 20px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Tab Section Start %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.home-tab-each{
    min-height: 636px;
    display: flex;
    align-items: end;
    position: relative;
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 20px;
    padding-bottom: 78px;
}
.home-tab-each::after{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(179.71deg, rgba(35, 31, 27, 0.3) 1.72%, rgba(35, 31, 27, 0.8) 99.65%);
    border-radius: 20px;
}
.home-tab-each::before {
    position: absolute;
    top: 20px;
    left: 20px;
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #fff;
    border-radius: 15px;
    z-index: 1;
}
.home-tab-each-content{
    position: relative;
    z-index: 3;
}

.home-tab-area{
    position: relative;
}
.home-tab-button-area{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 120px);
    border-radius: 20px;
    z-index: 2;
}
.home-tab-button-area .nav-tabs{
    border: 1px solid #fff;
    border-bottom: 1px solid #fff;
    justify-content: space-between;
    background: #FFFFFF26;
    backdrop-filter: blur(35px);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 0px 30px;
}
.home-tab-button-area .nav-tabs .nav-item {
    margin-bottom: 0px;
}
.home-tab-button-area .nav-tabs .nav-link {
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
    font-family: "larken",sans-serif;
    font-weight: 400;
    font-style: Italic;
    font-size: 28px;
    line-height: 100%;
    color: #fff;
    padding: 15px 38px 15px 38px;
    /*text-transform: uppercase;*/
    position: relative;
    z-index: 9999;
}
.home-tab-button-area .nav-tabs .nav-link.active{
    border-radius: 30px;
    padding: 15px 38px 15px 38px;
}
.home-tab-button-area .nav-tabs .nav-link:focus{
    outline: none;
}
.home-tab-area .fade {
    transition: none;
}
#tile-1 .nav-tabs li a
{
position:relative;
margin-right:0px!important;
padding: 20px 40px!important;
font-size:16px;
border:none!important;
color:#333;
}
#tile-1 .nav-tabs a:hover
{
background-color:#fff!important;
border:none;
}
#tile-1 .slider-1
{
display:inline-block;
width:30px;
height:0px;
position:absolute;
z-index:1200;
bottom:0;
transition:all .4s linear;

}
#tile-1 .nav-tabs .active
{
background-color:transparent!important;
border:none!important;
}
#tile-1 .slider-1::after{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    bottom: -3px;
    left: 61px;
    transform: rotate(45deg);
    background-color: #fff;
}
.home-tab-mobile-arrow .swiper-button-next:after, .home-tab-mobile-arrow .swiper-button-prev:after{
    display: none;
}
.home-tab-each-content h4{
    font-family: "muli",sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 10%;
    color: #fff;
    margin-bottom: 15px;
}
.home-tab-each-content h2{
    color: #fff;
    font-size: 40px;
}
.home-tab-each-content p{
    color: #fff;
}
.home-tab-each-content-right{
    position: relative;
    z-index: 3;
    backdrop-filter: blur(30px);
    background: #FFFFFF26;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 30px;
    max-width: 350px;
    margin-left: auto;
}
.home-tab-each-content-right h2{
    font-style: Italic;
    font-size: 28px;
    color: #fff;
    margin-bottom: 15px;
}
.home-tab-each-content-right ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-tab-each-content-right ul li{
    width: 48%;
}
.home-tab-each-content-right ul li a{
    font-family: "muli",sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-tab-each-content-right ul li a:hover{
	color: #A69F94;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-tab-button-area .nav-tabs .nav-link.active {
    /*padding: 15px;*/
}
#tile-1 .slider-1 {
  position: absolute;
  bottom: 0;
  transition: left 0.35s ease, width 0.35s ease; /* CSS handles smooth movement */
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Testimonials Area %%%%%%%%%%%%%%%%%%%%%%%%% */
.testimonials-area{
    margin-top: 230px;
    margin-bottom: 130px;
}
.testimonials-image-area img{
    border-radius: 20px;
}
.testimonials-slider-area{
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    margin-right: -100px;
    position: relative;
    margin-left: 80px;
}
.testimonials-slider-area:after {
    position: absolute;
    top: 20px;
    left: 20px;
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #BFBBB4;
    border-radius: 15px;
}
.testimonials-slider-wrapper{
    padding: 55px 60px;
    position: relative;
    z-index: 1;
}
.testimonials-slider-button-area{
    padding: 17px 30px 17px 60px;
    position: relative;
    z-index: 1;
    border-top: 1px solid #BFBBB4;
}
.testimonials-slider-button .swiper-button-prev:after, .testimonials-slider-button .swiper-button-next:after {
    display: none;
}
.testimonials-slider-button{
    position: absolute;
    right: -30px;
    width: 100px;
    top: 50%;
    transform: translateX(-50%);
}
.testimonials-slider-each h2{
    font-style: Italic;
    font-size: 40px;
    margin-bottom: 25px;
}
.testimonials-slider-each p{
    font-style: Italic;
    font-size: 18px;
    line-height: 30px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% our-expertise-area %%%%%%%%%%%%%%%%%%%%%%%%%% */
.our-expertise-area{
    margin-top: 253px;
    margin-bottom: 290px;
}
.our-expertise-right-image {
    width: 300px;
    position: absolute;
    right: 0px;
    top: -90px;
    height: 423px;
    z-index: 1;
}
.our-expertise-left-image {
    width: 300px;
    position: absolute;
    left: 0px;
    bottom: -130px;
    z-index: 1;
}
.our-expertise-wrapper{
    position: relative;
    background: #FFFFFF73;
    backdrop-filter: blur(35px);
    border-radius: 15px;
    padding: 40px 95px;
    text-align: center;
    /* box-shadow: 0px 0px 5px 0px #00000040; */
    z-index: 2;
}
.our-expertise-wrapper-area{
    max-width: 800px;
    margin: 0 auto;
}
.our-expertise-right-image img{
   border-radius: 20px;
}
.our-expertise-left-image img{
    border-radius: 20px;
}
.our-expertise-wrapper h2{
    font-size: 40px;
    margin-bottom: 25px;
}
.our-expertise-area .container{
    position: relative;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Logo Slider %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.logo-slider-area{
    margin-top: 130px;
    margin-bottom: 130px;
    border-top: 1px solid #BFBBB4;
    border-bottom: 1px solid #BFBBB4;
    padding-top: 30px;
    padding-bottom: 20px;
}
.logo-slider .splide__pagination{
    display: none;
}
.logo-slider .splide__arrow--prev{
    display: none;
}
.logo-slider .splide__arrow--next {
    display: none;
}
.logo-slider .splide__slide{
  width: auto !important;
  padding: 0 60px;
}

.logo-slider-second .splide__slide{
  width: auto !important;
  padding: 0 60px;
}
.logo-slider-second .splide__pagination{
    display: none;
}
.logo-slider-second .splide__arrow--prev{
    display: none;
}
.logo-slider-second .splide__arrow--next {
    display: none;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Our Provider %%%%%%%%%%%%%%%%%%%%%%% */
.our-provider-area{
    overflow-x: clip;
}
.our-provider-wrapper{
    padding-top: 60px;
    padding-bottom: 60px;
    margin-left: -75px;
	/*margin-left: -25px*/
    margin-right: 75px;
    border-radius: 20px;
}
.our-provider-slider-each{
   border: 1px solid #BFBBB4; 
   border-radius: 20px;
}
.our-provider-slider-each h2{
    font-style: italic;
    font-size: 28px;  
    padding: 20px 38px;
    margin-bottom: 0px;
	text-align:center
}
.our-provider-slider-each-image{
    padding: 38px;
    border-bottom: 1px solid #BFBBB4;
}
.our-provider-slider-each-image img{
    width: 100%;
    border-radius: 15px;
    /*height: 327px;*/
    object-fit: cover;
}
.our-provider-wrapper .swiper-button-next:after, .our-provider-wrapper .swiper-button-prev:after {
    display: none;
}
.our-provider-content{
    max-width: 365px;
    margin: 0 auto;
}
.our-provider-wrapper .swiper-button-next, .our-provider-wrapper .swiper-button-prev {
    width: 50px;
}
.our-provider-wrapper .swiper-button-next {
    right: -13px;
    left: auto;
}
.home .our-provider-wrapper .swiper-button-next {
    right: -8px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Resources %%%%%%%%%%%%%%%%%%%%%%%%%%% */
.resources-area{
    margin-top: 160px;
    margin-bottom: 160px;
}
.resources-heading{
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}
.resources-heading h2{
font-size: 40px;
}
.resources-each{
/*     background-image: url('../images/resources-bg.png'); */
	background: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)),
        url('/wp-content/uploads/2026/04/Resources-Buttons-BG-Image.png');
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #BFBBB4;
    border-radius: 10px;
    padding: 20px 15px;
    margin-bottom: 20px;
    height: 104px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.resources-wrapper{
    max-width: 1015px;
    margin: 0 auto;
}
.resources-each h3 a{
    font-family: "muli",sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #231F1B;
    background: url('../images/resources-arrow.png') 98%;
    background-repeat: no-repeat;
    display: block;
	 transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.resources-each h3:hover a{
    background: url('../images/resources-arrow.png') 100%;	
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	 background-repeat: no-repeat;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Footer Area %%%%%%%%%%%%%%%%%%%%%%%%% */
.footer-area{
    padding-top: 40px;
}
.footer-menu{
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #BFBBB4;
  border-bottom: 1px solid #BFBBB4;
  max-width: 1360px;
  margin: 0 auto;
}
.footer-menu ul{
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 45px;
    padding-right: 45px;
}
.footer-menu ul li a{
    font-family: "muli",sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-menu ul li a:hover{
    color: #A69F94;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;	
}
.footer-wrapper{
    max-width: 1190px;
    margin: 0 auto;
    margin-top: 94px;
    margin-bottom: 56px;
}
.footer-address h5{
    font-family: "muli",sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #F2EFE9;
	margin-bottom:5px;
}
.footer-address a{
    font-family: "muli",sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin-bottom: 40px;
    color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;	
}
.footer-address a:hover{
    color: #A69F94;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;		
}
.footer-button{
    margin-bottom: 40px;
}
.footer-button .common-button{
  width: 100%;
  text-align: center;
}
.footer-right-area{
     max-width: 257px;
    margin-left: auto;  
    text-align: center; 
}
.footer-address{
    max-width: 233px;
    margin-left: auto;
    margin-right: 40px;
}
.footer-social-icon{
    margin-top: 45px;
}
.contact-social-icon{
	margin-top: 40px;
}
.footer-social-icon ul,
.contact-social-icon ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}
.footer-social-icon ul li,
.contact-social-icon ul li{
    margin-right: 14px;
}
.footer-social-icon ul li a,
.contact-social-icon ul li a{
   color: #fff;
   font-size: 20px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-social-icon ul li a:hover{
    color: #A69F94;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;	
}
.contact-social-icon ul li a:hover{
    color: #A69F94;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;	
} 
.footer-bottom-area{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 1190px;
    margin: 0 auto;
}
.footer-bottom-area::after{
    position: absolute;
    top: 0px;
    width:100vw;
	margin-left:-50vw;
	left:50%;
    height: 1px;
    background-color: #4A4947;
    content: '';
}
.footer-bottom-area p{
    font-family: "muli",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0px;
}
.footer-bottom-area ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.footer-bottom-area ul li{
    display: inline-block;
}
.footer-bottom-area ul li a{
    font-family: "muli",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    color: #fff;  
    display: block;
    border-right: 1px solid #fff;
    padding-right: 6px;
    margin-right: 3px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-bottom-area ul li a:hover{
	 color: #A69F94;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer-bottom-area ul li:last-child a{
    border-right: 0px;
    margin-right: 0px;
    padding-right: 0px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Inner Page %%%%%%%%%%%%%%%%%%%%%%% */
.inner-container{
    max-width: 840px;
    margin: 0 auto;
}
.inner-banner-area{
    height: 100%;
    min-height: 481px;
    position: relative;
    margin-top: 143px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    border-radius: 20px;
}
.inner-banner-area::after {
    position: absolute;
    top: 20px;
    left: 20px;
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #fff;
    border-radius: 15px;
}
.inner-banner-area::before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/inner-banner-overlay.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
.inner-banner-wrapper h1{
    margin-bottom: 15px;
}
.inner-banner-wrapper h3{
    font-family: "larken",sans-serif;
    font-weight: 400;
    font-style: Italic;
    font-size: 30px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 30px;
}
.inner-banner-wrapper{
    position: relative;
    z-index: 1;
}
.blog-overview-area{
    margin-top: 40px;
	margin-bottom: 110px;
}
.blog-overview-heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}
.blog-overview-heading .filter-area{
    width: 364px;
}
.blog-overview-heading .filter-area select {
    width: 100%;
    padding-bottom: 10px;
    appearance: none;
    -webkit-appearance: none;
    border: 0px;
    border-bottom: 1px solid #231F1B;
    font-family: "muli",sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #231F1B;
    background: url(../images/Vector-arrow.png) no-repeat 98%;
    border-radius: 0;
}
.filter-area select:focus{
  outline: none;
}
.blog-each-image img{
    width: 100%;
}
.blog-each-content{
    padding: 30px 40px 40px;
}
.blog-each-content h2{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}
.blog-each-content p{
    margin-bottom: 30px;
}
.blog-each{
    border: 1px solid #BFBBB4;
    height: 100%;
    border-radius: 20px;
}
.blog-overview-wrapper .row{
    margin-left: -25px;
    margin-right: -25px;
}
.blog-overview-wrapper .row .col-lg-4{
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
}
.blog-each-image img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.blog-each-image{
    position: relative;
}
.blog-each-image::before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    /* background: linear-gradient(180deg, rgba(35, 31, 27, 0) 0%, #231F1B 100%); */
    /* background-image: url(../images/banner-overlay.png);
    background-repeat: no-repeat;
    background-size: cover; */
    background: linear-gradient(180deg, rgba(35, 31, 27, 0) 0%, #231F1B 100%);
}
.blog-each-image::after {
    position: absolute;
    top: 20px;
    left: 20px;
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #fff;
    border-radius: 15px;
}
.blog-each-up-arrow{
    position: absolute;
    right: 35px;
    top: 35px;
    z-index: 3;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.blog-each-image:hover .blog-each-up-arrow{
    right: 30px;
    top: 30px; 
    transition: all 0.5s;
    -webkit-transition: all 0.5s;   
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Blog Post Area %%%%%%%%%%%%%%%%%%%% */
.blog-banner-area{
    margin-top: 143px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 20px;    
}
.blog-banner-content h1{
    color: #231F1B;
    margin-bottom: 15px;
}
.blog-banner-content .site-breadcrumb{
    line-height: 24px;
}
.blog-banner-content .site-breadcrumb a{
    line-height: 24px;
}
.blog-banner-image{
    margin: 20px 5px;
    border-radius: 20px;
    position: relative;
}
.blog-banner-image::after {
    position: absolute;
    top: 20px;
    left: 20px;
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #fff;
    border-radius: 15px;
}
.blog-banner-image::before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/blog-post-overlay.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
.blog-banner-image img{
    width: 100%;
    border-radius: 20px;
}
.blog-banner-content{
    max-width: 515px;
    margin-left: auto;
    margin-right: 80px;
}
.blog-banner-area .resources-area {
    margin-top: 110px;
    margin-bottom: 110px;
}
.blog-post-area ul{
    padding-left: 17px;
}
.blog-post-area ul li{
    font-family: "muli",sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}
.blog-post-area{
    margin-top: 60px;
}
.blog-post-link{
    font-family: "muli",sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 10%;
    color: #231F1B;
    position: relative;
    padding-left: 40px;
    background: url('/wp-content/uploads/2026/04/gray-arrow.svg') 0%;
    background-repeat: no-repeat;
/* 	transform: rotate(180deg); */
	position:relative;
}
.blog-post-link:before{
	content: "";
	position: absolute;
	width: 20px; /* adjust */
	height: 20px;
	background: url('/wp-content/uploads/2026/04/gray-arrow.svg') no-repeat center;
	background-size: contain;
	transform: rotate(180deg);
	top: 0;
    left: 0;
}
.blog-post-link:hover{
    color: #A69F94;
}
.blog-post-area .resources-each h3 a {
    font-style: italic;
    font-size: 30px;
    line-height: 32px;
    font-family: "larken",sans-serif;
    font-weight: 400;

}
.blog-post-area .resources-each {
    padding: 20px 25px;
    height: 170px;
    justify-content: end;
    background-image: url(../images/blog-post-rescose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-post-area .resources-each-icon{
    margin-bottom: 20px;
}
.blog-post-area .resources-each-icon img{
    width: 35px;
}
.blog-post-area .resources-area {
    margin-top: 110px;
    margin-bottom: 110px;
}
.schedule-consultation-area{
    margin: 20px;
    border-radius: 20px;
    position: relative;
	margin-top: 110px;
}
.schedule-consultation-area::after{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/schedule-overlay.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
.schedule-consultation-wrapper{
    position: relative;
    z-index: 1;
    padding: 60px 0px;
}
.schedule-consultation-content h2{
    font-size: 54px;
    color: #fff;
    margin-bottom: 15px;
}
.schedule-consultation-content p{
    color: #fff;
}
.schedule-consultation-from{
    max-width: 555px;
}
.schedule-consultation-content{
    margin-left: 30px;
}
.schedule-consultation-button-area .boder-button{
    margin-left: 20px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% gallery Category Area %%%%%%%%%%%%%%%%%%%% */
.gallery-category-area{
    margin-top: 40px;
	margin-bottom: 100px;
}
.gallery-category-wrapper .row{
    margin-left: -35px;
    margin-right: -35px;
}
.gallery-category-wrapper .row .col-lg-6{
    padding-left: 35px;
    padding-right: 35px;
}
.gallery-category-each{
    background: #BFBBB426;
    border-radius: 20px;
    margin-bottom: 70px;
    border: 1px solid #BFBBB4;
}
.gallery-category-image-area{
    padding: 20px;
    height: 100%;
    min-height: 497px;
}
.gallery-category-image-area .row{
    margin: 0px;
}
.gallery-category-image-area .row .col-6{
    padding: 0px;
}
.gallery-category-image-area .row .col-12{
    padding: 0px;
}
.gallery-category-image-area img{
    width: 100%;
}
.gallery-category-image-area .row .col-12 img{
    border-radius: 15px;
    height: 100%;
}
.gallery-category-image-area .row .col-6 img{
    height: 100%;
}
.gallery-category-image-area .row .col-6:first-child img{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.gallery-category-image-area .row .col-6:last-child img{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.gallery-category-content{
    padding: 23px 30px 30px;
    border-top: 1px solid #BFBBB4;
}
.gallery-category-content h3{
    font-family: "larken",sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #231F1B;
    margin-bottom: 8px;
}
.gallery-category-content-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gallery-category-content-link h6{
    font-family: "muli",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #231F1B;
}
.gallery-category-content-link h6 strong{
    font-weight: 700;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Gallery Overview %%%%%%%%%%%%%%%%%%%% */
.gallery-overview-each-content{
    background-color: #fff;
    border-radius: 20px;
    padding: 58px;
    padding-bottom: 38px;
    position: relative;
    margin-left: -144px;
    min-height: 448px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gallery-overview-each-content:after {
    position: absolute;
    top: 20px;
    left: 20px;
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #BFBBB4;
    border-radius: 15px;
}
.gallery-overview-each-content h2{
    font-size: 40px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.gallery-overview-each-content ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.gallery-overview-each-content ul li{
    width: 48%;
    background: #BFBBB426;
    border-radius: 15px;
    border: 1px solid #BFBBB4;
    margin-bottom: 15px;
}
.gallery-overview-each-content ul li a{
    font-family: "muli",sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #231F1B;
    display: block;
    background: url('/wp-content/uploads/2026/04/gray-arrow.svg') 92%;
    background-repeat: no-repeat;
    padding: 17px 20px;    transition: all 0.5s;
	 transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gallery-overview-each-content ul li a:hover{
	background: url('/wp-content/uploads/2026/04/gray-arrow.svg') 94%;
    background-repeat: no-repeat;
	 transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gallery-overview-each-image{
    max-width: 560px;
}
.gallery-overview-each-image img{
    border-radius: 20px;
}
.gallery-overview-each{
    margin-bottom: 110px;
}
.gallery-overview-wrapper .gallery-overview-each:nth-child(even) .row{
    flex-direction: row-reverse;
}
.gallery-overview-wrapper .gallery-overview-each:nth-child(even) .gallery-overview-each-image{
    margin-left: auto;
}
.gallery-overview-wrapper .gallery-overview-each:nth-child(even) .gallery-overview-each-content{
    margin-left: 0px;
    margin-right: -144px;
}
.gallery-category-area .home-banner-bottom-each-area {
    margin-top: 110px;
    margin-bottom: 80px;
}
.gallery-post-wrapper{
    max-width: 860px;
    margin: 0 auto;
    background: #BFBBB426;
    border-radius: 20px;
    padding: 30px;
    padding-bottom: 1px;
}
.gallery-post-wrapper h6{
    font-family: "muli",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #231F1B;
    margin-bottom: 25px;
}
.gallery-post-wrapper h6 strong{
    font-weight: 700;
}
.gallery-post-wrapper h6 a{
	color: #231F1B;
}
.gallery-post-area{
    margin-top: 40px;
}
.gallery-post-each .row{
    margin: 0px;
}
.gallery-post-each .row .col-6{
    padding: 0px;
}
.gallery-post-each .row .col-12{
    padding: 0px;
}
.gallery-post-each img{
    width: 100%;
    height: 100%;
}
.gallery-post-each{
    margin-bottom: 30px;
}
.gallery-post-each .row .col-6:first-child img{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.gallery-post-each .row .col-6:last-child img{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.gallery-post-each .row .col-12 img{
    border-radius: 15px;
    height: 100%;
}
.inner-testimonials-slider-each h2{
font-style: Italic;
font-size: 30px;
line-height: 100%;
}
.inner-testimonials-area{
    margin-top: 110px;
    margin-bottom: 110px;
}
.inner-testimonials-slider{
    padding: 114px 100px 70px;
}
.inner-testimonials-wrapper{
    border-radius: 20px;
    position: relative;
}
.inner-testimonials-wrapper::after {
    position: absolute;
    top: 40px;
    left: 40px;
    content: '';
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    border: 1px solid #BFBBB4;
    border-radius: 15px;
}
.inner-testimonials-wrapper .testimonials-slider-button-area {
    padding: 17px 60px 62px 100px;
    border-top: 0px;
    position: relative;
}
.inner-testimonials-wrapper .testimonials-slider-button-area::after{
    position: absolute;
    top: 0px;
    left: 40px;
    content: '';
    width: calc(100% - 80px); 
    background-color: #BFBBB4; 
    height: 1px;
}
.inner-testimonials-wrapper .testimonials-slider-button {
    right: 90px;
    top: 30px;
    transform: none;
}
.inner-testimonials-slider-right-content{
    padding-left: 44px;
}
.gallery-post-area .home-banner-bottom-each-area{
  margin-top: 110px;
  margin-bottom: 80px;
}
.team-overview-area{
    margin-top: 40px;
}
.team-overview-each{
    margin-bottom: 90px;
}
.team-overview-each-image{
    max-width: 364px;
    position: relative;
}
.team-overview-each-image img{
    border-radius: 20px;
}
.team-overview-each-content h2{
    margin-bottom: 15px;
}
.team-overview-each-image:after {
    position: absolute;
    top: 20px;
    left: 20px;
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #fff;
    border-radius: 15px;
}
.team-overview-area .home-banner-bottom-each-area {
    margin-top: 110px;
    margin-bottom: 80px;
}
.team-overview-area .logo-slider-area {
    margin-top: 110px;
    margin-bottom: 110px;
}
.patian-form-area{
    margin-top: 40px;
}
.patian-form-each{
    border-radius: 20px;
    min-height: 236px;
    margin-bottom: 25px;
    position: relative;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.patian-form-each::after{
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #231F1BB2;
    border-radius: 20px;
}
.patian-form-each h3{
    font-family: "larken",sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}
.patian-form-each .common-link{
    color: #fff;
    border-left: 3px solid #A69F94;
    border-right: 3px solid #A69F94;
    position: relative;
    z-index: 1;
    width: fit-content;
}
.patian-form-each .common-link:hover{
    color: #BFBBB4;
}
.patian-form-wrapper .row{
    margin-left: -25px;
    margin-right: -25px;
}
.patian-form-wrapper .row .col-lg-4{
    padding-left: 25px;
    padding-right: 25px;
}
.patian-form-area .inner-testimonials-area {
    margin-top: 85px;
}
.patian-form-area .our-expertise-area {
    margin-top: 200px;
    margin-bottom: 250px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Specials Page %%%%%%%%%%%%%%%%% */
.specials-page-area{
    margin-top: 40px;
}
.specials-each-image{
    min-height: 250px;
    position: relative;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.specials-each-image::before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(180deg, rgba(35, 31, 27, 0) 0%, #231F1B 100%);
}
.specials-each-image::after {
    position: absolute;
    top: 20px;
    left: 20px;
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #fff;
    border-radius: 15px;
}
.specials-each-image h2{
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}
.specials-each{
    border-radius: 20px;
    border: 2px solid #BFBBB4;
    margin-bottom: 30px;
}
.specials-each-content{
    padding: 30px 40px 15px;
}
.specials-each-image-icon{
    position: absolute;
    top: 40px;
    right: 40px;
}
.specials-page-wrapper .row{
    margin-left: -25px;
    margin-right: -25px;
}
.specials-page-wrapper .row .col-lg-4{
    padding-left: 25px;
    padding-right: 25px;
}
.specials-page-area .inner-testimonials-area {
    margin-top: 80px;
}
.specials-page-area .our-expertise-area {
    margin-top: 200px;
    margin-bottom: 250px;
}
.specials-page-area .home-banner-bottom-each-area {
    margin-top: 110px;
    margin-bottom: 80px;
}
.overview-each{
	position: relative;
	overflow: hidden;
	transition: all 1s;
	-webkit-transition: all 1s;
	margin-bottom: 40px;
}
.overview-each img{
    border-radius: 20px;
    width: 100%;
}
.overview-each-content{
    position: absolute;
    padding: 20px 40px;
    bottom: 0px;
    width: 100%;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.overview-each-content h2{
  color: #fff;
}
.overview-each-content .common-link{
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
}
.hover-overview{
    max-height: 0px;
    overflow: hidden;
    transition: all 1s;
    -webkit-transition: all 1s;
	z-index: 1;
    position: relative;
}
.overview-each:hover .hover-overview {
    max-height: 1000px;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.overview-each::after{
    position: absolute;
    top: 20px;
    left: 20px;
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #fff;
    border-radius: 15px;
}
.overview-each::before{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(180deg, rgba(35, 31, 27, 0) 0%, #231F1B 100%);
    border-radius: 20px;
}
.overview-page-wrapper .row{
    margin-left: -25px;
    margin-right: -25px;
}
.overview-page-wrapper .row .col-lg-4{
    padding-left: 25px;
    padding-right: 25px;
}
.overview-each-content::after {
    position: absolute;
    top: 0px;
    left: 20px;
    content: '';
    width: calc(100% - 40px);
    background-color: #fff;
    height: 1px;
}
.overview-page-wrapper-area{
    margin-bottom: 110px;
    margin-top: 100px;
}
.overview-page-area{
    margin-top: 40px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Video Page %%%%%%%%%%%%%%%%%%%%%%%% */
.video-overview-area{
    margin-top: 40px;
}
.video-over-each{
    min-height: 236px;
    border-radius: 20px;
    border: 1px solid #BFBBB4;
    margin-bottom: 40px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
}
.video-each-play{
    display: flex;
    align-items: center;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.video-over-each  h3{
	font-family: "larken",sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #231F1B;
    margin-bottom: 0px;
}
.video-over-each  h3 a{
    color: #231F1B;    
}
.video-each-play-icon{
    background-color: #A69F94;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.video-each-play h5{
    font-family: "muli",sans-serif;
    font-weight: 800;
    font-style: Italic;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center;
    text-transform: uppercase;
    color: #231F1B;
    margin-right: 18px;
}
.video-overview-each h2{
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #BFBBB4;
}
.video-overview-each .row{
    margin-left: -25px;
    margin-right: -25px;
}
.video-overview-each .row .col-lg-4{
    padding-left: 25px;
    padding-right: 25px;
}
.video-over-each h3{
    max-width: 291px;
}
.video-overview-each{
    margin-bottom: 60px;
}
.video-model-wpapper iframe{
/*     max-width: 387px; */
    height: 280px;
    border-radius: 20px;
    width: 480px;
}
.video-model-area .modal-content{
	border: 0;
	background-color: transparent;
}
.video-model-area .modal-body{
  padding: 0px;
}
.video-model-area .modal-dialog {
    max-width: 370px;
    margin: 8.75rem auto;
    margin-top: 15%;
}
.video-model-area .close{
    position: absolute;
    right: -115px;
    top: -10px;
    background: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	z-index:1;
}
.video-model-area .modal-header{
    padding: 0px;
    border: 0px;
}
.contact-us-page{
    padding-top: 90px;
    padding-bottom: 80px;
    margin: 20px;
    border-radius: 20px;
    margin-top: 143px;
}
.contact-us-heading h1{
    color: #231F1B;
    margin-bottom: 20px;
}
.contact-us-address{
    padding: 60px 55px;
}
.contact-us-right{
/*     border: 1px solid #A69F94; */
    border-radius: 20px;
    margin-top: 90px;
}
.contact-us-right .contact-us-address{
	border: 1px solid #A69F94;
	border-bottom:0;
	border-radius: 20px 20px 0px 0px; 
}
.contact-us-right .contact-us-map iframe{
	border: 1px solid #A69F94;
}
.contact-us-address h5{
    font-family: "larken",sans-serif;
    font-weight: 400;
    font-style: Italic;
    font-size: 22px;
    line-height: 100%;
	color: #231F1B;
    margin-bottom: 10px;
}
.contact-us-address a{
    font-family: "muli",sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
	color: #231F1B;
}
.contact-us-address .contact-social-icon ul li a {
    color: #231F1B;
}
.contact-us-each{
    margin-bottom: 24px;
}
.contact-us-address-button .common-button{
    color: #fff;
}
.contact-us-map iframe{
    width: 100%;
    height: 263px;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: -10px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Procedure Area %%%%%%%%%%%%%%%%%%%%%%%%%%% */
.procedure-area{
    margin-top: 50px;
}
.pro-black-area{
    padding-top: 130px;
    padding-bottom: 80px;
    border-radius: 20px;
    margin: 110px  20px;
    position: relative;

}
.pro-black-area::after{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
   background: #231F1BCC;
    border-radius: 20px;
}
.pro-black-area .row{
    margin-left: -40px;
    margin-right: -40px;
}
.pro-black-area .row .col-lg-6{
    padding-left: 40px;
    padding-right: 40px;
}
.pro-black-content{
    position: relative;
    z-index: 1;
}
.pro-black-content h2{
    color: #fff;
}
.pro-black-content p{
    color: #fff;
}
.procedure-area ul{
    padding-left: 22px;
}
.procedure-area ul li{
    margin-bottom: 7px;
}
.procedure-area .our-expertise-area {
    margin-top: 200px;
    margin-bottom: 240px;
}
.our-provider-area.inner-our-provider-area{
    margin-top: 110px;
    margin-bottom: 110px;
}
.our-provider-area.inner-our-provider-area .our-provider-wrapper{
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}
.our-provider-area.inner-our-provider-area .our-provider-content {
    max-width: 470px;
    margin-left: auto;
    margin-right: 0px;
}
.our-provider-area.inner-our-provider-area .our-provider-slider-each h2 {
    font-size: 22px;
}
.our-provider-area.inner-our-provider-area .our-provider-slider-each-image {
    padding: 30px;
    padding-bottom: 25px;
}
.our-provider-area.inner-our-provider-area .our-provider-slider-each h2 {
    padding: 20px 30px;
}
.our-provider-area.inner-our-provider-area .our-provider-slider-each{
  background-image: url('../images/our-provider-each-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.accordion {
    list-style: none;
    padding-left: 8px !important;
}
.accordion>li {
    display: block;
    list-style: none;
    margin-bottom: 20px !important;
    background-color: #BFBBB426;
    padding: 15px 20px;
    border-radius: 15px;
}
.accordion>li>span {
    display: block;
    padding: 0px 25px 0px 0px;
    background: url(../images/plus.png) no-repeat 100% ;
    cursor: pointer;
    font-family: "larken",sans-serif;
    font-weight: 400;
    font-style: Italic;
    font-size: 22px;
    line-height: 100%;
    color: #231F1B;
}
.accordion>li>div {
    list-style: none;
    margin-top: 20px;
    display: none;
    overflow: auto;
	font-family: "muli",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #231F1B;
    max-width: 490px;
}
.accordion li>span.active {
    background: url(../images/minus.png) no-repeat 100%;
    background-size: 15px;
}

.accordion-1{
	padding-left: 8px;
}
.accordion-1>.faq-item {
    display: block;
    list-style: none;
    margin-bottom: 20px !important;
    background-color: #BFBBB426;
    padding: 15px 20px;
    border-radius: 15px;
}
.accordion-1>.faq-item>h3 {
    display: block;
    padding: 0px 25px 0px 0px;
    background: url(../images/plus.png) no-repeat 100% ;
    cursor: pointer;
    font-family: "larken",sans-serif;
    font-weight: 400;
    font-style: Italic;
    font-size: 22px;
    line-height: 100%;
    color: #231F1B;
	text-transform: capitalize;
}
.accordion-1>.faq-item>div {
    list-style: none;
    margin-top: 20px;
    display: none;
    overflow: auto;
	font-family: "muli",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #231F1B;
    max-width: 490px;
}
.accordion-1>.faq-item>h3.activeAcc {
    background: url(../images/minus.png) no-repeat 100%;
    background-size: 15px;
}
.accordion-1>.faq-item>h3:after{
	display: none;
}
.accordion-1>.faq-item>h3:hover {
    background: url(../images/plus.png) no-repeat 100% ;
}
.faq-bottom{
	display: none;
}
.faq-area{
    margin-top: 110px;
    margin-bottom: 110px;
}
.faq-content-left{
    padding: 30px 58px;
    border-top: 3px solid #231F1B;
    border-bottom: 3px solid #231F1B;
    margin-right: 40px;
}
.faq-content-left h2{
    font-size: 40px;
}

/*********** Three Service Block Css ***************/
.three-service-block-area{
    padding:0px 40px;
    margin-top:130px;
    margin-bottom: 160px;
}
.three-service-block-content-holder{
    padding:40px 45px;
    border-radius:20px;
    overflow: hidden;
    min-height: 636px;
    background-position: top center;
}
.three-service-block-content-holder:before{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(35, 31, 27, 0.30) 0%, #231F1B 100%);
    z-index: 1;
    content: '';
}
.each-service-block{
    border-radius: 15px;
    border: 1px solid #FFF;
    overflow: hidden;
}
.before-hover-content{
    padding:25px 40px 30px;
    border-top:1px solid #fff;
    width: 100%;
}
.before-hover-content h3, .after-hover-content h3{
    color: #FFF;
    font-size: 40px;
    font-weight: 400;
    font-family: "larken", sans-serif;
    margin-bottom: 15px;
}
.before-hover-content p, .after-hover-content p{
    margin:0px;
    color:#fff
}
.arrow-icon{
    top: 13px;
    right:12px;
    z-index: 1;
}
.after-hover-content{
    padding:25px 40px 30px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(17.5px);
    border-radius: 15px;
    position: absolute;
    top:0px;
    left:0px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s;;
}
.after-hover-content h3{
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 18px;
}
.after-hover-content h3:after{
    position: absolute;
    bottom:0px;
    width:100vw;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -50vw;;
    content:'';
    height:1px;;
}
.after-hover-content p{
    margin-bottom: 50px;
}
.after-hover-content ul.listing-style{
    padding-left: 33px;
    border-left: 1px solid #fff;
    position: relative;
}
.after-hover-content ul.listing-style:before{
    width:7px;
    height:7px;
    border-radius:100%;
    background-color:#fff;
    content:'';
    position: absolute;
    top:0px;
    left:-4px;
}
.after-hover-content ul.listing-style:after{
    width:7px;
    height:7px;
    border-radius:100%;
    background-color:#fff;
    content:'';
    position: absolute;
    bottom:0px;
    left:-4px;
}
.after-hover-content ul.listing-style li a{
    font-size: 14px;
    line-height: 34px;;
    text-transform: uppercase;
    color:#fff;
    font-weight:700;
    letter-spacing: 1px;
    font-family: "muli", sans-serif;
}
.after-hover-content ul.listing-style li a:hover{
    opacity: 0.7;
}
.each-service-block > a{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    z-index: 9;
}
.each-service-block:hover .before-hover-content{
    display: none;
}
.each-service-block:hover .after-hover-content{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: all 0.5s;;
}
.block-related-background-holder, .each-block-background{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.each-block-background{
    opacity: 0;
	transition: all 1s;
}
.each-block-background.active{
    opacity: 1;
	transition: all 1s;
}
.three-service-block-button-area{
    display: none;
}
.three-service-block-button-area .swiper-button-next:after, .three-service-block-button-area .swiper-button-prev:after {
    display: none;
}
.inner-banner-area .scroll-bottom,
.blog-banner-image .scroll-bottom{
    position: absolute;
    content: '';
    width: 60px;
    height: 80px;
    bottom: 20px;
    left: auto;
    right: 20px;
    background: #FFFFFF26;
    backdrop-filter: blur(35px);
    border: 1px solid #fff;
    border-bottom-right-radius: 13px;
    border-top-left-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-banner-wrapper::after{
    position: absolute;
    content: '';
    width: 1074px;
    height: 482px;
    background-image: url(../images/inner-banner-A-icon.png);
    background-repeat: no-repeat;
    top: -160px;
    left: -86px;
        z-index: -1;
}
.blog-banner-wrapper .row .col-lg-6:last-child:after{
    position: absolute;
    content: '';
    width: 1074px;
    height: 664px;
    background-image: url(../images/inner-banner-A-icon.png);
    background-repeat: no-repeat;
    right: -163px;
    bottom: 18px;
    background-size: cover;
}
.blog-banner-wrapper{
    overflow-x: clip;
}
.banner-social-icon-area {
    position: absolute;
    height: 100%;
    width: 46px;
    right: 22px;
    bottom: 0px;
}
.banner-social-icon-area::after{
    width: 100%;
    height: calc(100% - 40px);
    position: absolute;
    content: '';
    right: 0px;
    top: 20px;
    background: #FFFFFF26;
    backdrop-filter: blur(35px);
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    border-left: 1px solid #fff;
}
.testimonials-slider-area::before{
   position: absolute;
   content: '';
    left: -44px;
    top: -141px;
   width: 284px;
   height: 207px;
   background-image: url('../images/testimonials-after.png');
   background-repeat: no-repeat;
   z-index: -1;
}
.testimonials-wrapper{
	margin-left: -20px;
	margin-right: -20px;
}
.blog-post-area .resources-wrapper {
    max-width: 1180px;
    margin: 0 auto;
}
.blog-post-area .resources-wrapper .row{
	margin-left: -25px;
	margin-right: -25px;
}
.blog-post-area .resources-wrapper .row .col-lg-4{
	padding-left: 25px;
	padding-right: 25px;
}
.video-overview-each h2 a{
	color: #231F1B;
}
.contact-us-address-button .common-button{
	line-height: 100%;
}
.contact-us-heading{
	padding: 0px 10px;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% From Area %%%%%%%%%%%%%%%%%%%%%%%  */
.header-area{
	padding-bottom:0;
}
.header-area.relative-header .header-wrapper,
.header-area.fixed_header .header-wrapper{
	padding:0;
}
.schedule-consultation-from {
    max-width: 568px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(17.5px);
    border: 1px solid #FFF;
    padding: 60px 60px 35px;
    width: 100%;
}
.schedule-consultation-from h2 {
    color: #fff;
    margin-bottom: 16px;
}
.schedule-consultation-from p {
    color: #fff;
}
.contact-us-from .gform_wrapper.gravity-theme .gfield textarea.small,
.contact-us-from .gform_wrapper.gravity-theme .gfield input.large, 
.contact-us-from .gform_wrapper.gravity-theme .gfield select.large,
.schedule-consultation-from .gform_wrapper.gravity-theme .gfield textarea.small,
.schedule-consultation-from .gform_wrapper.gravity-theme .gfield input.large, 
.schedule-consultation-from .gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
    color: #ffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
	padding:10px 0;
	resize:none;
}
.contact-us-from .gform_wrapper.gravity-theme .gfield textarea.small:focus,
.contact-us-from .gform_wrapper.gravity-theme .gfield select.large:focus,
.contact-us-from .gform_wrapper.gravity-theme .gfield input.large:focus,
.schedule-consultation-from .gform_wrapper.gravity-theme .gfield textarea.small:focus,
.schedule-consultation-from .gform_wrapper.gravity-theme .gfield select.large:focus,
.schedule-consultation-from .gform_wrapper.gravity-theme .gfield input.large:focus{
	outline:none;
}
.contact-us-from .gform_wrapper.gravity-theme .gfield textarea.small,
.contact-us-from .gform_wrapper.gravity-theme .gfield input.large, 
.contact-us-from .gform_wrapper.gravity-theme .gfield select.large,
.contact-us-from .gform_wrapper.gravity-theme .gfield textarea.small::placeholder,
.contact-us-from .gform_wrapper.gravity-theme .gfield input.large::placeholder{
	color:#231F1B;
	border-color: #231F1B;
}
.schedule-consultation-from .gform_wrapper.gravity-theme .gfield textarea.small::placeholder,
.schedule-consultation-from .gform_wrapper.gravity-theme .gfield input.large::placeholder{
	color:#fff;
}
.contact-us-from .gform_wrapper.gravity-theme .gform_fields,
.schedule-consultation-from .gform_wrapper.gravity-theme .gform_fields{
	grid-column-gap: 19px;
	grid-row-gap: 10px;
}
.contact-us-from .gform_wrapper.gravity-theme .gform_footer input,
.schedule-consultation-from .gform_wrapper.gravity-theme .gform_footer input {
    align-self: flex-end;
    font-family: "muli", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.8px;
    color: #F2EFE9;
    border: 1px solid #F2EFE9;
    background-color: #231F1B;
    display: inline-block;
    padding: 5px 25px 7px;
    line-height: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	min-width:150px;
	text-align:center;
	height: 35px;
	text-transform: uppercase;
}
.schedule-consultation-from .gform_wrapper.gravity-theme .gform_footer input:hover{
	background-color:#F2EFE9;
	color:#231F1B;
}
.contact-us-from .gform_wrapper.gravity-theme .gform_footer input:hover{
	background-color:transparent;
	border-color:#231F1B;
	color:#231F1B;
}
.contact-us-from {
    max-width: 435px;
    width: 100%;
    margin-top: 60px;
}
.overview-page-area .home-banner-bottom-each-area {
    margin-top: 110px;
	margin-bottom: 80px;
}
.quite-image {
    margin-bottom: 10px;
}
.blog-each-up-arrow img {
    border-radius: 0;
}
.video-model-area .close span{
	color: #fff;
}
.gallery-post-wrapper h6 a:last-child span{
	display:none;
}
.testimonials-slider-button-area .swiper-button-prev img {
    rotate: 180deg;
}
.pagination span.left-aroww img{
    rotate: 180deg;
}
/* #tile-1 .nav-tabs {
  position: relative;
}

#tile-1 .slider-1 {
  position: absolute;
  bottom: 0;
  left: 0 !important;
}
.slider-1{
	width:100% !important
} */
.our-provider-slider .swiper-button-prev{
	left: 29px;
    right: 92%;
    transform: rotate(180deg);
	display: none;
}
.header-sticky-logo img{
	width:50px;
}
.header-logo img{
	width:100px;
}
.home .our-provider-slider .swiper-wrapper{
	padding-bottom: 1px;
}
@media(max-width:767px){
	.resources-area .resources-each h3 a{
		font-size:24px;
	}
}

@media(max-width:991px){
	@media (max-width: 767px) {
    .quick-links-rotate {
        top: -65px;
    }
}
}
.single-provider
{
	width: 100% !important;
}
.single-provider .our-provider-slider-each-image img {
	object-fit: cover;
	object-position: top;
}


.quick-links-area.active {
	transform: translateY(0);
	opacity: 1;
	top: auto;
	bottom: 0;
}
@media(max-width:991px){
	.quick-links-area.active {
		transform: translateY(0);
		opacity: 1;
		top: auto;
		bottom: 49px;
	}
	.quick-links-area {
		top: auto;
		transform: translateY(0);
		bottom: calc(50px - 322px);
	}
}


@media(max-width:767px){
	.quick-links-area {
		top: auto;
		transform: translateY(0);
		bottom: 13px;
	}
	.quick-links-area.active {
        bottom: 350px;
    }
}
.our-provider-slider .swiper{
	padding-right:1px;
}