/*************** Import Css **************/
/* @import "common.css"; */
@import "fonts.css";

/* font-family: "effra",sans-serif; */

/* font-family: 'Prata'; */

/* font-family: "trajan-pro-3", serif; */

/* font-family: "futura-pt", sans-serif; */

/* font-family: 'Montserrat', sans-serif; */

/*    font-family: 'ITC Korinna';
src: url('KorinnaITCbyBT-Regular.woff2') format('woff2'),
url('KorinnaITCbyBT-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
*/
/********************* Header Css ******************/
.header-area{
	position:relative;
	width:100%;
	left:0px;
	top:0px;
	z-index: 99;
	background-color: #F8F8F8;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.header-area.fixed_header{
	position:sticky;
	top:-100%;
	left:0px;
	width:100%;
	z-index:99;
}
.header-area.fixed_header::after{
	display: none;
}
.header-area.fixed_header.stky{
	top:0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-menu-icons{
	margin-left: 20px;
}
.header-area .header-menu-phone a:hover{
	color: #D5B187;
}
.header-area .header-menu-address a:hover{
	color: #D5B187;
}
.header-menu-phone a,
.header-menu-address a{
	font-family:"effra", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #253642;
	font-weight: 500;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;    
	margin-right: 20px;
}
.header-menu-phone a img{
	margin-right: 9px;
}
.header-menu-address a img{
	margin-right: 9px;
}
.mobile-menu-button .common-button{
	font-family:'effra'; 
	border: 1px solid #B89D4F;   
	background-color:#B89D4F;
	color:#FFF;
}
.mobile-menu-button .common-button:hover{
	background-color: #253642;
	border: 1px solid #253642;
	color:#FFF;
}
.mobile-menu-button{
	margin-left: 20px;
}
.mobile-menu-icon{
	display: none;
}
.mobile-address{
	display: flex;
	justify-content: space-between;
}
.mobile-header-menu-phone a, .mobile-header-menu-address a {
	font-family:"effra", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #253642;
	font-weight: 500;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-header-menu-phone a img {
	margin-right: 9px;
}
.mobile-header-menu-address a img {
	margin-right: 9px;
}
.mobile-area{
	display: none;
}
.menu-area ul{
	margin:0px;
	padding:0px;
	list-style:none
}
.menu-area > ul{
	display:flex;
	gap:40px;
}
.menu-area > ul > li{
	position:relative;
}
.menu-area > ul > li > ul{
	position:absolute;
	top:100%;
	min-width:240px;
	background:#fff;
	padding: 30px 25px;
	box-shadow: inset 0px 5px 10px -9px rgba(0,0,0,0.75);
	left:-25px;
	display:none;
}
.menu-area > ul > li:hover > ul{
	display:block;
}
.menu-area > ul > li.menu-item-has-children > a:after{
	content:url('/wp-content/uploads/2025/10/Arrow-down.svg');
	display:inline-block;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: -2px;
}
.menu-area > ul > li:hover > a:after{
	transform:rotate(180deg);
	top: 2px;
} 
.menu-area > ul > li > a{
	font-family:'effra';
	font-weight: 400;
	font-size:17px;
	line-height:22px;
	letter-spacing:1px;
	color:#1a1a1a;
	text-transform:uppercase;
	padding:20px 0px 25px;
	display:inline-block;
}
.menu-area > ul > li > a:hover{
	color:#506373;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.menu-area > ul > li > ul > li > a{
	font-family:"effra", sans-serif;
	font-size:16px;
	line-height:30px;
	color:#555;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.menu-area > ul > li > ul > li > a:hover{
	color:#496B71;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.search-box{
	margin-left:45px;
	margin-top:-10px;
}
.sub-menu-toggle{
	display:none;
}
.rmp_menu_trigger{
	display:none !important;
}
.close-menu{
	display:none;
}
.mobile-menu-icon.is-active .close-menu{
	display:block;
}
.mobile-menu-icon.is-active .open-menu{
	display:none; 
}
.rmp-container .rmp-menu-title .rmp-menu-title-image{
	margin-left:0px !important;
	width: 154px;
}
#rmp-container-180{
	top:130px !important;
	padding-top:50px !important;
}
.rmp-menu-wrap> ul > li > a{
	text-transform:uppercase;
}
.rmp-menu-wrap> ul > li{
	border-bottom:1px solid #DEDEDE !important;
}
#rmp-menu-wrap-180 .rmp-menu-item{
	padding:0px 23px !important;
}
.rmp-menu-wrap> ul > li > ul > li > a{
	padding-left:0px !important;
	padding-right:0px !important;
}
.rmp-menu-wrap> ul > li > ul{
	margin-bottom:15px !important;
}
/* ************************************************************** Banner area ******************************** */
.inner-container{
	max-width: 1166px;
	margin: 0 auto;
}
/***************** About Us Css **********/
.banner-area{
	position:relative;
}
.banner-wrapper{
	padding:140px 0px;
	padding-right: 90px;
	text-align: left;
}
.banner-wrapper h2{
	margin-bottom: 15px;
}
.banner-wrapper h1{
	font-family:'ITC Korinna';
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
	color:#555;
}
/* .banner-wrapper a.common-button{
background:#fff;
color:#151515;
border:1px solid #fff;
} */
.banner-right-image{
	position:absolute;
	right:0px;
	top:0px;
	max-width:50%;
	width: 100%;
	height:100%;
}
.banner-right-image img{
	width: 100%;
	height: calc(100% + 90px);
	border-bottom-left-radius: 65px;
	object-fit:cover;
}
.banner-wrapper .common-button{
	margin-top: 15px;
}
.levels-area{
	padding-top: 180px;
	padding-bottom: 100px;
	background-color: #506373;
}


.levels-area .footer-form-text{
	padding-left: 0px;
}
.levels-text-area h2 {
	color: #fff;
}
.levels-text-area p{
	color: #fff;
}
.levels-phone h5,
.levels-email h5 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	font-family:"effra", sans-serif;
	margin-bottom: 3px;
	letter-spacing:3px;
}
.levels-phone a,
.levels-email a{
	color: #ffe290;
	font-size: 28px;
	line-height: 37px;
	margin-bottom: 25px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.levels-phone a:hover{
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.levels-email a{
	font-family:"effra", sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: 400; 
	transition: all 0.5s;
	-webkit-transition: all 0.5s;  
}
.levels-email a:hover{
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s; 
}

.footer-form-text-contact a:last-child{
	font-family:"effra", sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;   
}
.levels-right-area{
	padding-left: 45px;
}
.levels-right-area .row{
	margin-right: -10px;
	margin-left: -10px;
}
.levels-right-area .row .col-md-6{
	padding-right: 10px;
	padding-left: 10px;
}
.levels-phone{
	margin-top: 36px;
}
.levels-email h5 {
	margin-bottom: 8px;
}
/* *************************************** Footer area *******************************/

.footer-area{
	background-color:#506373;
}
.footer-form-area{
	padding-top: 95px;
	padding-bottom: 95px;
	max-width: 1049px;
	margin: 0 auto;
}
.footer-wrapper{
	border-top: 1px solid #989898;
	padding-top: 68px;
	padding-bottom: 60px;
}
.footer-each h5{
	font-family: "effra", sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.footer-each p a{
	color: #fff;
	display: block;
	text-decoration: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-each p a:hover{
	color: #AEA78D;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-each a{
	display: block;
	color: #FFE290;
	margin-bottom: 10px;
	text-decoration: underline;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-each a:hover{
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;   
}
.footer-form-text h2{
	color: #fff;
	font-size:36px;
}
.footer-form-text p{
	color: #fff;
}
.footer-form-text h5{
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing:1px;
}
.footer-each{
	padding-left: 45px;
}
.footer-form-text a{
	color: #ffe290;
	font-size: 28px;
	line-height: 37px;
	margin-bottom: 30px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;   
}
.footer-form-text a:hover{
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;    
}
.social-icon ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.social-icon ul li a{
	color: #fff;
	font-size: 28px;
}
.social-icon ul li a:hover{
	color: #FFE290;  
	transition: all 0.5s;
	-webkit-transition: all 0.5s;   
}
.footer-form-text{
	padding-right: 50px;
	margin-left:-15px;
}
.footer-bottom-left ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.footer-bottom-left ul li {
	font-size: 15px;
	font-weight: 500;
	line-height: 10px;
	color: #FFFFFF;
	padding: 0px 5px;
	border-right: 1px solid #fff;
	display: inline-block;
}
.footer-bottom-left ul li:last-child{
	border: none;
}
.footer-bottom-left ul li a {
	font-size: 15px;
	font-weight: 500;
	color: #FFE290;
	text-decoration: underline;
}
.footer-bottom-left ul li a:hover{
	color: #fff;  
	transition: all 0.5s;
	-webkit-transition: all 0.5s;       
}
.footer-bottom-left p {
	font-size: 15px;
	line-height: 22px;
	color: #FFFFFF;
	margin: 0px;
}
.footer-bottom-left p a{
	padding-left: 7px;
	color: #fff;
}
.footer-bottom-area{
	border-top: 1px solid #989898;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer-map-link a{
	background: url(../images/right-arrow.svg) no-repeat 100% 4px;
	background-size: 8px;
	text-decoration: none;
	width: fit-content;
	padding-right: 15px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Footer end %%%%%%%%%%%%%%%%%%%%%%%%% */
.comunity-area{
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	background-color: #F5F5F5;
}
.comunity-wrapper {
	position: relative;
	z-index: 1;
}
.comunity-text ul {
	padding-left: 17px;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comunity-text ul li{
	width: 45%;
	margin-bottom: 25px;
}
.comunity-image img{
	border-radius: 30px;
	width: 100%;
}
.testimonials-review{
	padding: 10px 20px;
	border-left: 5px solid #AEA78D;
}
.home-testimonials-wrapper{
	max-width: 798px;
	margin: 0 auto;
}
.home-testimonials-wrapper p{
	font-family:'ITC Korinna'; 
	font-size: 24px;
	line-height: 38px;
	font-weight: 400;
	color: #253642;
	margin-bottom: 50px;
}
.home-testimonials-area{
	padding-top: 110px;
	padding-bottom: 100px;
	background-color: #F5F5F5;
}
.testimonials-review p{
	font-family:'ITC Korinna'; 
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 2px;
	color: #253642;
}
.comunity-text-each h5{
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing:.5px;
	margin-bottom: 10px;
	font-family:'effra';
	color:#253642;
	position:relative;
}
.comunity-text-each h5:after{
	position:absolute;
	right:0px;
	top:0px;
	content:url('../images/arrow2.png');
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.comunity-text-each:hover h5:after{
	right:-10px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.comunity-text-each p{
	font-size: 15px;
	line-height: 20px;
	margin:0px;
}
.bottom-comunity-area .comunity-text{
	padding-right: 60px;
}
.comunity-text-hover-wrapper{
	margin-left:-30px;
}
.comunity-text-each:hover{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.comunity-text-each{
	margin-top: 20px;
	padding: 30px;
	border-radius: 13px;
	margin-bottom: 20px;
	position: relative;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.comunity-text-each > a{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index: 1;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.levels-each{
	padding: 36px;
	border: 1px solid #E3E3E3;
	border-radius: 13px;
	margin-bottom: 20px;
	position:relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.levels-each:hover{
	background:#253642;
}
/* .levels-each > a{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
} */
.levels-each h4{
	font-family:'effra', sans-serif;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	color: #ffe290;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
	position:relative;
}
.levels-each h4:after{
	position:absolute;
	right:0px;
	top:0px;
	content:url('../images/arrow.png');
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.levels-each:hover h4:after{
	right:-10px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.levels-each p{
	color: #fff;
	margin:0px;
}
.levels-each-logo{
	width: 81px;
	height: 81px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #fff;
	margin-bottom: 20px;
	background:#506373;
}
/*.comunity-text{
padding-left: 46px;
}
.comunity-text h2{
margin-bottom: 28px;
}*/
.comunity-text ul li{
	font-family:"effra", sans-serif; 
	font-size: 15px;  
	color: #555;
	font-weight: 400;
	line-height: 20px;
}
.comunity-text ul li::marker{
	color: #AEA78D;
}
.comunity-area::after{
	position: absolute;
	content: '';
	width: 75%;
	height: 100%;
	top: 0px;
	right: 0px;
	background-color: #FFFFFF;
}
.bottom-comunity-area::after{
	left: 0px;
}
.bottom-comunity-area .comunity-text h2 {
	margin-bottom: 16px;
}
.home-testimonials-wrapper{
	position: relative;
}
.quote-sign {
	font-family:'ITC Korinna', serif;
	font-size: 138px;
	line-height: 42px;
	font-weight: 400;
	color: #AEA78D;
	letter-spacing: 7.5px;
	position: absolute;
	left: -57px;
	top: 20px;
}
.footer-form{
	padding-left: 36px;
}
/* Form Css */
body .gform_wrapper.gravity-theme .gfield input, 
body .gform_wrapper.gravity-theme .gfield select,
body .gform_wrapper.gravity-theme .gfield textarea{
	width: 100%;
	border-radius:5px;
	border: none !important;
	background-color:#fff;
	font-size:16px;
	color:#222222;
	padding: 11px 15px;
	appearance: none;
	-webkit-appearance: none;
	resize:none;
	font-weight: 200;
	letter-spacing: 1px;
}
body .gform_wrapper.gravity-theme .gfield select{
	background: url('/wp-content/uploads/2024/01/Icon-ionic-ios-arrow-down.png') #fff no-repeat 97% center;
}
body .gform_wrapper.gravity-theme .gfield input::-webkit-input-placeholder { /* Edge */
	color: #222222;
}
body .gform_wrapper.gravity-theme .gfield input:-ms-input-placeholder { /* Internet Explorer */
	color: #222222;
}

body .gform_wrapper.gravity-theme .gfield input::placeholder {
	color: #222222;
}
body .gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder { /* Edge */
	color: #222222;
}

body .gform_wrapper.gravity-theme .gfield textarea:-ms-input-placeholder { /* Internet Explorer */
	color: #222222;
}

body .gform_wrapper.gravity-theme .gfield textarea::placeholder {
	color: #222222;
}
body .gform_footer .gform_button.button{	
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	letter-spacing: 4px;
	background: rgb(4 63 95 / 0%);
	border-radius: 30px;
	display: inline-block;
	padding: 12px 30px 7px;
	text-transform: uppercase;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;    
	width:100%;
	font-family:"effra", sans-serif;
	border: 1px solid #B89D4F;
	background-color: #B89D4F;
}
body .gform_footer .gform_button.button:hover{
	background-color: #fff;
	border: 1px solid #F2EACD;
	color: #003749;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
body .gform_wrapper.gravity-theme .gform_footer{
	/*justify-content:center;*/
}
body .gform_wrapper.gravity-theme .gfield textarea.small {
	height: 110px;
}
:focus{
	outline:none
}
.contact-form .gform_title, .contact-form .gform_description{
	display:none;
}
body .gform_wrapper.gravity-theme .gfield input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	appearance: auto !important;
	-webkit-appearance: auto !important;
	width:auto !important;
}
body .gfield_checkbox{
	text-align:center;
}
body .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 20px;
	grid-column-gap: 40px;
}
body .gform_wrapper.gravity-theme .gform_footer, 
body .gform_wrapper.gravity-theme .gform_page_footer {
	margin: 0px 0 0;
	padding: 16px 0;
}
.gfield_radio > div{
	margin-bottom:10px;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label{
	font-size:16px !important;
	padding-left:5px;
}
.gform_wrapper.gravity-theme .gfield_label {
	color: #fff;
	text-transform: uppercase;
	font-weight: 200 !important;
	letter-spacing: 3px;
	font-family:"effra", sans-serif;
	padding-left:10px !important;	
}
/* Form Css end */

/* html {
scroll-behavior: smooth;
} */
.header-logo {
	width:350px;
	margin-top:-20px;
}
.footer-logo {
	margin-top:0px;
}


/*======================================blog-overview-page-start=============================================*/
.inner-banner-area {
	padding: 90px 0 74px;
	background-color: #F5F5F5;
}
.inner-banner-content {
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
}
.inner-banner-content h1 {
	margin-bottom: 10px;
}
.inner-banner-content h4 {
	font-family:"effra", sans-serif;
	font-weight: 400;
	color: #5F1D1D;
	font-size: 18px;
	letter-spacing: 4px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.inner-banner-content p {
	margin-bottom: 0;
}
.inner-banner-content .common-button {
	margin-top: 17px;
}
.select-style {
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #383838;
	font-family:"effra", sans-serif;
	font-weight: 600;
	font-size: 15px;
	border: 1px solid #383838;
	border-radius: 25px;
	padding: 0 32px 0 27px;
	appearance: none;
	background: url(../images/filter-arrow.svg) #F5F5F5 no-repeat 90% center / 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.filter-area {
	max-width: 237px;
	width: 100%;
	margin: 37px auto 0;
}
/***blog-overview-area****/
.blog-overview-area {
	background-color: #fff;
}
.blog-overview-wrap {
	/*     margin-top: 100px; */
	padding-top: 100px;
	margin-bottom: 30px;
}
.blog-overview-wrap .row {
	margin: 0 -25px;
}
.blog-overview-wrap .col-lg-4 {
	padding: 0 25px;
	margin-bottom: 70px;
}
.each-blog {
	background-color: #fff;
}
.each-blog-text {
	padding: 30px 25px 40px 30px;
}
.each-blog-text ul {
	padding: 0;
	margin: 0 0 13px;
	list-style: none;
}
.each-blog-text li {
	color: #003749;
	font-family:"effra", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	display: inline-block;
	margin-right: 5px;
}
.each-blog-text li:last-child {
	margin-right: 0;
}
.each-blog-text li a {
	color: #003749;
}
.each-blog-text li a:hover {
	color: #5F1D1D;
}
.each-blog-text h2 {
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 0;
	position: relative;
	padding-right: 25px;
}
.each-blog-text h2::after {
	content: "";
	height: 25px;
	width: 10px;
	position: absolute;
	right: 10px;
	top: 0;
	background-image: url(../images/blog-arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-blog:hover h2:after{
	right: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-blog-text h2 a {
	color: #5F1D1D;
}
.each-blog-text h2 a:hover {
	color: #003749;
}
.each-blog {
	overflow: hidden;
	border-radius: 27px;
	/* 	box-shadow: none;
	-webkit-box-shadow: none; */
	height: 100%;
}
.each-blog:hover{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16); 
}
/*======================================blog-post-page-start=============================================*/
.blog-post-area {
	position: relative;
}
.blog-post-area::after {
	content: "";
	height: 12%;
	width: 100%;
	background-color: #F5F5F5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.blog-post-wrap {
	max-width: 700px;
	margin: 0 auto 69px;
}
.blog-post-img {
	margin: 0 -70px 70px;
	overflow: hidden;
	border-radius: 25px;
}
.blog-post-wrap p a {
	color: #003749;
}
.blog-post-wrap p a:hover {
	color: #5F1D1D;
}
/*======================================meet-our-team-page-start=============================================*/
.meet-team-area .blog-overview-wrap {
	margin-bottom: 50px;
}
.meet-team-area .blog-overview-wrap .col-lg-4 {
	margin-bottom: 50px;
}
.meet-team-area .each-blog-text {
	padding: 35px;
}
.meet-team-area .each-blog-text h5 {
	font-family:"effra", sans-serif;
	font-weight: 400;
	color: #555;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 8px;
}
.meet-team-area .each-blog-text h2 {
	padding-right: 0;
}
.meet-team-area .each-blog-text h2::after {
	display: none;
}
/*======================================price-form-page-start=============================================*/
.price-form-area {
	background-color: #F5F5F5;
	padding-bottom: 1px;
}
.price-form-wrap {
	max-width: 690px;
	width: 100%;
	margin: 0 auto 106px;
}
.price-banner {
	padding-bottom: 40px;
}
/*======================================room-overview-page-start=============================================*/
.room-overview-area .blog-overview-wrap h2 {
	margin-bottom: 53px;
}
.room-overview-area .blog-overview-wrap .col-lg-4 {
	margin-bottom: 50px;
}
.room-overview-area .each-blog-text h5 {
	font-family:"effra", sans-serif;
	font-weight: 400;
	color: #003749;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 15px;
}
.room-overview-area .each-blog-text h2 {
	font-size: 28px;
	line-height: 47px;
	margin-bottom: 2px;
}
.room-overview-area .each-blog-text h2::after {
	top: 12px;
}
.room-overview-area .each-blog-text h4 {
	font-family:"effra", sans-serif;
	font-weight: 400;
	color: #003749;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
/* .room-overview-area .blog-overview-wrap {
margin-top: 77px;
} */
.inner-community {
	margin-top: 100px;
	margin-bottom: 100px;
	padding: 0;
}
.inner-community {
	background-color: #fff;
}
.inner-community .comunity-text {
	padding-left: 20px;
}
/***explore-more-area***/
.explore-more-area {
	margin-top: 70px;
	padding: 94px 0 100px;
	background-color: #F5F5F5;
}
.explore-more-area h2 {
	margin-bottom: 50px;
}
.explore-more-area .col-lg-4 {
	padding: 0 25px;
}
.explore-more-area .row {
	margin: 0 -25px;
}
.explore-more-area .each-blog-text h2 {
	font-size: 28px;
	line-height: 47px;
	margin-bottom: 0;
}
.explore-more-area .each-blog-text h2::after {
	top: 11px;
}
/*======================================room-post-page-start=============================================*/
.room-sketch {
	max-width: 1018px;
	width: 100%;
	margin: 0 auto;
}
.room-post-wrap {
	margin-top: 70px;
	margin-bottom: 70px;
}
.room-post-wrap h2 {
	margin-bottom: 45px;
}
/*======================================service-overview-page-start=============================================*/
.service-overview-wrap {
	margin-top: 100px;
	margin-bottom: 100px;
}
.each-service {
	margin-bottom: 90px;
}
.each-service:last-child {
	margin-bottom: 0;
}
.each-service-img {
	border-radius: 25px;
	overflow: hidden;
}
.each-service-text {
	max-width: 378px;
	width: 100%;
	margin-left: 60px;
}
.each-service-text p {
	margin-bottom: 26px;
}
.each-service:nth-child(even) .row {
	flex-direction: row-reverse;
}
/*****price-cta-area*****/
.price-cta-area {
	background-color: #506373;
	padding: 104px 0 93px;
	margin-top: 0px;
	margin-bottom: 100px;
}
.service-overview-area .price-cta-area {
	margin-bottom: 0;
}
.price-cta-area h4 {
	font-family:"effra", sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 17px;
	line-height: 22px;	
	margin-bottom: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.price-cta-area h2 {
	color: #fff;
}
.price-cta-area p {
	color: #F5F5F5;
	margin-bottom: 0;
	font-size: 17px;
	line-height: 25px;
}
.price-cta-wrap {
	max-width: 1080px;
	margin: 0 auto;
}
.price-cta-content {
	max-width: 495px;
	width: 100%;
	padding-left: 30px;
}
/*======================================testimonial-page-start=============================================*/
.each-testimonial {
	margin-top: 130px;
}
.quote {
	font-family:'ITC Korinna', serif;
	font-size: 90px;
	line-height: 0;
	font-weight: 400;
	color: #AEA78D;
	margin-left: -20px;
}
.each-testimonial p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 12;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.testimonial-read-more {
	font-family:"effra", sans-serif;
	font-weight: 600;
	color: #003749;
	font-size: 15px;
	line-height: 20px;
	text-decoration: underline;	
}
.testimonial-read-more:hover {
	color: #AEA78D;
	text-decoration: underline;
}
.each-testimonial-btn {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.each-testimonial-logo {
	width: 33px;
	margin-right: 16px;
}
.each-testimonial-name {
	width: calc(100% - 49px);
}
.each-testimonial-name h4 {
	font-family:"effra", sans-serif;
	font-weight: 400;
	color: #003749;
	font-size: 16px;
	line-height: 21px; 
	letter-spacing: 3px;
	text-transform: uppercase;
}
.each-testimonial-name h5 {
	font-family:"effra", sans-serif;
	font-weight: 400;
	color: #506373;
	font-size: 15px;
	letter-spacing: 0.5px;
}
p.paragraph-show {
	display: block;
	overflow: visible;
}
.testimonial-overview-wrap .col-lg-4 {
	padding: 0 35px;
}
.testimonial-overview-wrap .row {
	margin: 0 -35px;
}
.testimonial-overview-wrap .col-lg-12 {
	margin-top: 100px;
}
.testimonial-overview-wrap .col-md-6:nth-child(1) .each-testimonial,
.testimonial-overview-wrap .col-md-6:nth-child(2) .each-testimonial,
.testimonial-overview-wrap .col-md-6:nth-child(3) .each-testimonial {
	margin-top: 0;
}
.testimonial-overview-wrap {
	max-width: 995px;
	width: 100%;
	margin: 127px auto 0;
}
/*======================================gallery-page-start=============================================*/
.gallery-banner { 
	min-height: 539px;
	border-bottom-right-radius: 50px;
	overflow: hidden;
	position: relative;
}
.gallery-banner::after {
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.95);
	position: absolute;
	top: 0;
	left: 0;
}
.gallery-banner .inner-banner-content {
	position: relative;
	z-index: 1;
	padding-bottom: 20%;
}
.gallery-top .swiper-container {
	border-radius: 50px;
	overflow: hidden;
}
.gallery-top .each-gallery-img {
	overflow: hidden;
	border-radius: 50px;
}
.gallery-thumb .each-gallery-img {
	overflow: hidden;
	border-radius: 9px;
}
.gallery-thumb .swiper-container {
	overflow: hidden;
	border-radius: 9px;
}
.gallery-thumb {
	margin-top: 35px;
	padding: 0 80px;
}
.gallery-thumb .swiper-button-next {
	right: 35px;
}
.gallery-thumb .swiper-button-prev {
	left: 35px;
}
.gallery-top .swiper-button-next {
	right: 20px;
}
.gallery-top .swiper-button-prev {
	left: 20px;
}
.gallery-slider .common-arrow {
	transform: translateY(-50%);
}
.gallery-slider {
	position: relative;
	margin-top: -27%;
}
.gallery-slider::after {
	content: '';
	height: 60%;
	width: 100%;
	background-color: #506373;
	position: absolute;
	bottom: 0;
	left: 0;
}
.gallery-area .explore-more-area {
	margin-top: 0;
	padding-top: 75px;
}
.gallery-area .price-cta-area {
	margin-top: 0;
	margin-bottom: 0;
}
.gallery-area .price-cta-area .common-link {
	color: #F5F5F5;
	margin-top: 20px;
}
.gallery-area .price-cta-area .common-link::after {
	filter: invert(0%) sepia(53%) saturate(46%) hue-rotate(313deg) brightness(111%) contrast(92%);
}
/*======================================procedure-dtl-page-start=============================================*/
/***procedure-banner***/
.procedure-banner {
	background-image: none !important;
	background-color: #F5F5F5;
}
.procedure-banner .banner-wrapper {
	padding-bottom: 80px;
}
.scroll-down-btn {
	display: table;
	margin-top: 100px;
	color: #383838;
	font-family:"effra", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.scroll-down-btn i {
	color: #383838;
}
.scroll-down-btn:hover {
	color: #5F1D1D;
}
.scroll-down-btn:hover i {
	color: #5F1D1D;
}
.procedure-banner .banner-wrapper h3 {
	font-size: 16px;
	line-height: 21px;
}
/*.procedure-banner .banner-wrapper h2 {
font-size: 34px;
}*/
.procedure-banner .banner-right-image {
	z-index: 1;
}
/****offer-area***/
.offer-area {
	background-color: #506373;
	padding: 180px 0 90px;
}
.offer-area h2 {
	color: #F5F5F5;
	font-size: 34px;
}
.offer-area p {
	font-size: 17px;
	line-height: 25px;
	color: #F5F5F5;
	margin-bottom: 50px;
}
.offer-area h3 {
	font-family:'ITC Korinna', serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
	color: #F5F5F5;
	margin-bottom:20px;
}
.offer-area ul {
	margin-bottom: 0;
	padding-left: 15px;
}
.offer-area li {
	font-family:"effra", sans-serif;
	font-size: 20px;
	line-height: 24px;
	margin-bottom:20px;
	font-weight: 500;
	color: #F5F5F5;
}
.offer-heading {
	padding-right: 60px;
}
.offer-list {
	padding-left: 40px;
}
.procedure-area .gallery-thumb {
	display: none;
}
.procedure-area .gallery-slider {
	margin-top: 0;
}
.procedure-area .gallery-slider::after {
	top: 0;
	bottom: auto;
}
/****is-right-area*****/
.is-right-area {
	max-width: 700px;
	width: 100%;
	margin: 115px auto 90px;
}
.is-right-area h2 {
	margin-bottom: 6px;
}
/***faq-area****/
.faq-area {
	margin-top: 100px;
	margin-bottom: 100px;
}
.faq-area h2 {
	text-align: center;
	margin-bottom: 32px;
}
.faq-wrap {
	max-width: 798px;
	width: 100%;
	margin: 0 auto;
}
.accordion {
	list-style: none;
	padding: 0px;
	margin: 0;
}
.accordion>li {
	display: block;
	list-style: none;
	margin-bottom: 17px;
	border-bottom: 1px solid #707070;
}
.accordion>li>span {
	display: block;
	padding: 0 32px 10px 13px;
	background: url(../images/faq-arrow-down.svg) no-repeat 98%;
	cursor: pointer;
	font-family:'ITC Korinna', serif;
	font-size: 21px;
	line-height: 47px;
	color: #5F1D1D;
	font-weight: 400;
	text-transform: capitalize;
	background-size: 15px;
}
.accordion>li>div {
	list-style: none;
	padding: 0px;
	display: none;
	overflow: auto;
	font-family:"effra", sans-serif;
	font-weight: 400;
	color: #003749;
	font-size: 16px;
	line-height: 22px;	
	padding: 0 15px 25px 15px;
}
.accordion li>span.active {
	background: url(../images/faq-arrow-up.svg) no-repeat 98%;
	background-size: 15px;
}
/*****featured-blog-area*****/
.featured-blog-area { 
	margin-top: 100px;
	margin-bottom: 100px;
}
.featured-blog-wrap {
	border-radius: 27px;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
}
.featured-blog-text {
	padding: 60px;
}
.featured-blog-text h4 {
	font-family:"effra", sans-serif;
	font-weight: 400;
	color: #003749;
	font-size: 15px;
	line-height: 20px;	
	margin-bottom: 14px;
}
.featured-blog-text h2 {
	font-size: 28px;
	line-height: 42px;
	margin-bottom: 5px;
}
.featured-blog-text h2 a {
	color: #5F1D1D;
}
.featured-blog-text h2 a:hover {
	color: #003749;
}
.featured-blog-img {
	height: 100%;
}
.featured-blog-img img {
	height: 100%;
	object-fit: cover;
}
.procedure-area .explore-more-area {
	margin-top: 0;
}
.explore-inject-no-gap {
	padding-top: 46px;
}
.procedure-area .price-cta-area {
	margin-bottom: 0;
}
/****levels-inject*****/
.levels-inject .levels-each h4 {
	text-transform: uppercase;
	font-family: 'effra';
	font-size: 18px;
	letter-spacing: 2px;
	padding-right: 20px;
}
.levels-inject .levels-text-area p {
	margin-bottom: 30px;
}

.price-form-wrap .gform_wrapper.gravity-theme .gfield_label{
	color:#5F1D1D;
}
.price-form-wrap .gform_wrapper.gravity-theme .gfield input, 
.price-form-wrap .gform_wrapper.gravity-theme .gfield select, 
.price-form-wrap .gform_wrapper.gravity-theme .gfield textarea {
	border:1px solid #707070 !important;
}
@media(max-width:991px){
	.pay-btn{
		display:none;
	}
}
.top-header-content{
	background:#506373;
}
.top-header-content p {
	text-align: right;
	color: #fff;
	width: 100%;
	margin:auto;
	max-width: 1265px;
	padding: 7px 0;
	font-size: 19px;
}
.top-header-content .common-button{
	background:#253642;
	color: #fff;
	font-weight: 500;
	border: 1px solid #253642;
	margin-left: 10px;
	text-transform: uppercase;
	padding: 5px 17px;
	font-size: 16px;
	letter-spacing:.5px;
}
.top-header-content .common-button:hover{
	background-color: #506373;
	border: 1px solid #506373;
	color: #FFF;
}
@media(max-width:1366px){
	.top-header-content p {
		max-width: 1205px;
		padding:7px 50px;
	}
}
@media(max-width:767px){
	.top-header-content p {
		text-align: center;
		font-size: 14px;
		padding:7px;
	}
	.top-header-content .common-button {
		font-size: 14px;
		margin-left:30px;
	}
}
.header-area-wrapper.d-flex.justify-content-between {
	padding-top: 20px;
	align-items:center;
}
/* .room-overview-area {
background-color: #F5F5F5;
} */
.each-blog-text h2 a {
	color: #003749;
}
.blog-overview-wrap h2 {
	text-transform: none;
	color:#506373;
	font-family:'ITC Korinna', serif;
	font-size: 20px;
	line-height:24px;
	font-weight:400;
}
.each-blog-cat {
	margin-bottom: 70px;
}
.each-blog {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}
@media(max-width:991px){
	.room-overview-area .blog-overview-wrap h2 {
		font-size:38px;
		margin-bottom: 45px;
	}
}

a.wp-block-button__link.wp-element-button {
	font-family: 'effra';
	font-weight: 500;
	color: #253642;
	font-size: 16px;
	text-transform: uppercase;
	background-color: transparent;
	border: 1px solid #253642;
	border-radius: 23px;
	padding: 10px 30px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	letter-spacing: 1px;
	text-align: center;
	font-family: 'effra';
	border: 1px solid #B89D4F;
	background-color: #B89D4F;
	color: #FFF;
}
a.wp-block-button__link.wp-element-button:hover {
	background-color: #253642 !important;
	color: #FFF !important;
	border: 1px solid #FFF !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;

}
.page-id-90 .procedure-area a{
	color:#506372;
}
.page-id-91 .procedure-area a{
	color:#506372;
}