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

:root {
	--purple: #5B2D8E;
	--purple-dk: #47206e;
	--purple-lt: #7c4db3;
	--gold: #C9922A;
	--gold-lt: #e6aa45;
	--dark: #1A1A2E;
	--mid: #444455;
	--muted: #7A7A90;
	--light: #F8F7FC;
	--cream: #FAF8F5;
	--border: #E4E0F0;
	--white: #FFFFFF;
	--client-bg: #4A1E7A;
}


* html {
	overflow-x: hidden;
}

html,
body {
	scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--blackColor);
	text-decoration: none;
	outline: 0 !important;
}

a:hover {
	color: var(--mainColor);
	text-decoration: none;
}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.no-padding {
	padding: 0px;
}

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

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	font-family: Poppins;
	overflow-x: hidden;
}

.custom-container {
	max-width: 1700px;
	margin: 0px auto;
	padding: 0px 15px;
}

.cmn-gap {
	padding: 100px 0px;
	margin: 0px;
}

.cmn-butn {
	font-family: Poppins;
	font-weight: 600;

	font-size: 16px;

	line-height: 100%;
	letter-spacing: 0.3px;
	vertical-align: middle;


	border-radius: 30px;
	padding: 16px 30px;
	transition: all 0.3s ease-in-out;
}

.vilot-butn {
	background: #724C9C;
	border: 1px solid #724C9C;
	color: #fdfdfd;
	transition: all 0.25s;
}

.vilot-butn:hover {
	background: #ffff;
	border: 1px solid #724C9C;
	color: #724C9C;
	transform: translateY(-2px);
}


.white-butn {
	background: transparent;
	border: 1px solid #724C9C;
	color: #724C9C;
	transition: all 0.25s;
}

.white-butn:hover {
	background: #724C9C;
	border: 1px solid #724C9C;
	color: #fdfdfd;
	transform: translateY(-2px);
}


.yellow-butn {
	background: #C99E5A;
	color: #fdfdfd;
	transition: all 0.25s;
}

.yellow-butn:hover {
	background: #683F26;
	color: #fdfdfd;
	transform: translateY(-2px);
}


.cmn-butn.vilot-butn span {
	margin-left: 10px;
}


.cmn-gap {
	padding: 100px 0px;
}


h6 {
	font-family: Poppins;
	font-weight: 500;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 0.3px;
	vertical-align: middle;
	text-transform: uppercase;
	color: #CC983F;
	padding: 0px 0px 0px 80px;
	margin: 0px 0px 20px 0px;
	position: relative;
}


h6::before {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 59px;
	height: 3px;
	background: #CC983F;
	content: "";
}


h2 {
	font-family: Baskervville;
	font-weight: 600;
	font-size: 60px;
	line-height: 80px;
	letter-spacing: 0.3px;
	vertical-align: middle;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.3px;
	vertical-align: middle;
	color: #625644;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

ul li {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.3px;
	vertical-align: middle;
	color: #625644;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	position: relative;

}


/* =================================== */
/* =============my-css-start===========*/
/* =================================== */

/* =================================== */
/* ============header-section===========*/
/* =================================== */

/* ========NAVBAR===========*/

.main-nav {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	background: #ffffff00;
	transition: all 0.1s ease 0s;
	z-index: 9;
	position: absolute;
	top: 0;
	/*overflow: hidden;*/
}

.main-nav.scroll {
	background: #F6EADE;
	height: auto;
	padding: 6px 0px;
	transition: background-color 0.5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
}

.site-nav {
	padding: 0px;
	margin: 0px;
	transition: box-shadow 0.3s, padding 0.3s;
	background: transparent;
	border-bottom: 1px solid #F6EADE;
}

.logo {
	width: 125px;
	height: auto;
	margin: 10px 0px;
	padding: 0px;
	position: relative;
}

.logo img {
	width: 100%;
}

.main-nav.scroll .logo {
	width: 50%;
	margin: 10px 0px;
}

.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: end;
	align-items: center;
	height: 100%;
}

.stellarnav ul {
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 40px;
}

.stellarnav>ul>li>a {
	font-family: Poppins;
	font-weight: 500;

	font-size: 16px;

	line-height: 100%;
	letter-spacing: 0.3px;
	vertical-align: middle;

	color: #967C54;
	padding: 0px;
	margin: 0px;
}

.stellarnav>ul>li>a:hover {
	color: #2c1b01;
	text-decoration: none;

}

.stellarnav>ul>li>a.active {
	color: #2c1b01 !important;
	text-decoration: none;

}

.main-nav-socialicon {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
}

.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 0px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 1px solid;
}

.main-nav .stellarnav li li a {
	font-size: 15px;
	padding: 8px 12px;
	color: #2c2c2c;
	font-weight: 400;
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	background: #C99E5A;
	color: #fff;
}

.main-nav .stellarnav li li a.active {
	background: #C99E5A;
	color: #fff;
}

.stellarnav li.has-sub>a::after {
	content: "\f107";
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}

.rightlink {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: end;
	height: 100%;
}

.btn-request-quote {
	border: 1px solid var(--white);
	color: var(--white);
	background: transparent;
	padding: 12px 30px;
	border-radius: 6px;
	font-family: Poppins;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.25s;
}

.btn-request-quote:hover {
	background: var(--white);
	color: var(--navy-dark);
	transform: translateY(-2px);
}

.header-info {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 10px;
	height: 100%;
}

.header-info p {
	font-family: Poppins;
	font-weight: 500;

	font-size: 16px;

	line-height: 100%;
	letter-spacing: 0%;
	padding: 0px;
	margin: 0px;
	color: #683F26;
}

.header-info p a {
	color: #683F26;
}

.header-info p a:hover {
	color: #000;
}

.header-info p span {
	margin-right: 10px;
	font-size: 20px;
	color: #683F26;
}


/* ========NAVBAR===========*/

/* =======banner-section===========*/

.banner-section {
	margin: 0px 0px;
	padding: 0px;
	width: 100%;
	height: 900px;
	max-height: 100%;
	position: relative;
}


.banner-section #overlay {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0px;
	background: linear-gradient(90deg,
			rgba(0, 0, 0, 0.52) 50.52%,
			rgba(0, 0, 0, 0.13) 100%);
}

.hero-content {
	position: absolute;
	color: #ffffff;
	display: flex;
	justify-content: start;
	align-items: start;
	flex-direction: column;
	top: 150px;
	width: 100%;
}


.hero-content-left {
	/* border: 1px solid #ccc; */
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}


.hero-content h1 {
	font-family: Baskervville;
	font-weight: 600;
	font-size: 64px;
	line-height: 100%;
	letter-spacing: 0.3px;
	vertical-align: middle;
	color: #724C9C;
	margin: 0px 0px 30px -40px;
	padding: 0px;
}

.hero-content h1 span {
	color: #362E22;
	margin-left: 40px;
}

.hero-content p {
	font-family: Poppins;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;

	line-height: 28px;
	letter-spacing: 0.3px;
	vertical-align: middle;

	color: #5C5445;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	max-width: 100%;
}

.hero-btns {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 20px;
	width: 100%;
}

.hero-card {
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(16px);
	border-radius: 25px;
	padding: 30px;
	animation: slideInRight 0.8s ease 0.4s both;
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(60px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}


.hero-content-img {
	padding: 0px;
	margin: 0px;
}

.hero-content-img1 {
	position: relative;
	width: 730px;
	height: 620px;
	float: right;
	overflow: hidden;
}

.hero-content-img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.hero-content-img1:hover img {
	transform: scale(1.04);
}


.hero-content-img2 {
	position: absolute;
	width: 390px;
	height: 340px;
	bottom: -50px;
	right: 614px;
	overflow: hidden;
}

.hero-content-img2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}


.hero-content-img2:hover img {
	transform: scale(1.04);
}


.hero-stats {
	display: flex;
	align-items: start;
	gap: 0;
	margin-top: 60px;
	flex-wrap: wrap;
	justify-content: start;
	width: 100%;

}

.hero-stat {
	padding: 0px 5px 0px 5px;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
	border-right: 1px solid #4A1D8A1F;
	margin: 0px 10px 0px 0px;
	width: 216px;
	height: 81px;
}


.hero-stat:first-child {
	padding-left: 0
}

.hero-stat-num {
	font-family: 'Playfair Display', serif;

	font-weight: 500;

	font-size: 28px;

	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #4A1D8A;
	padding: 0px;
	margin: 0px;


}


.hero-stat-lbl {
	font-family: Poppins;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	vertical-align: middle;
	color: #514C58;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.hero-stat-div {
	width: 1px;
	height: 32px;
	background: var(--border);
	margin-right: 28px
}


.hero-stat:last-child {
	border-right: none;
}


/*================================================
activity-box
=================================================*/


.activity-section-row {
	background: #fff;
}

.activity-section {
	background: url(../images/info-bg.png) left top no-repeat;
	background-size: cover;
	padding: 55px 100px;
	margin: 0px;
	border-radius: 20px;
	overflow: hidden;
}


.activity-section-box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 39px;
	border-right: 1px solid #ccc;
	height: 60px;
}


.activity-section-box-text {
	padding: 0px;
	margin: 0px;
}

.activity-section-box-text h4 {
	font-family: Poppins;
	font-weight: 500;

	font-size: 20px;

	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


.activity-section-box-text p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #A28BC8;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


.activity-section .col-lg-4:last-child .activity-section-box {
	border-right: none;
}


/*================================================
activity-box
=================================================*/


/*================================================
we-offer-section
=================================================*/


.we-offer-section {
	background: #fff;
	position: relative;
	overflow: hidden;
}

.we-offer-section-header {
	padding: 0px 0px 60px 0px;
	margin: 0px;
}


.we-offer-section-header h2 {
	color: #724C9C;
	max-width: 80%;
}

.we-offer-section-header h2 span {
	color: #3B265C;
}


.we-offer-section-header-text {
	display: flex;
	justify-content: end;
	align-items: center;
	height: 100%;
}


.we-offer-section-body {
	margin: 0px;
	padding: 0px;
}

.offer-box {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px;
	margin: 0px 0px 20px 0px;
	box-shadow: 0px 0px 10.4px 0px #00000036;
	transition: all 0.35s;
	border-left: 4px solid transparent;
	height: 270px;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 20px;
}

.offer-box:hover {
	transform: translateX(8px);
	border-left-color: #3B265C;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
	background: #E4D6FA;
}


.offer-box-img {
	width: 240px;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.offer-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.offer-box-img:hover img {
	transform: scale(1.04);
}


.offer-box-text {
	width: 60%;
}


.offer-box-text h5 {
	font-weight: 600;

	font-size: 20px;

	line-height: 25px;
	letter-spacing: 0.3px;
	vertical-align: middle;
	color: #312A3C;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.offer-box-text p {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.3px;
	vertical-align: middle;
	color: #626262;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.offer-box-text .learn-more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #C99E5A;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	transform: translateY(10px);
	transition: all 0.35s 0.1s;
}

.offer-box-text:hover .learn-more {
	opacity: 1;
	transform: translateY(0);
}


.offer-box:hover .offer-box-text h5 {
	color: #32224B;
}

.offer-box:hover .offer-box-text p {
	color: #5B4579;
}

.offer-box:hover .learn-more {
	color: #6D40AC;
}


/*================================================
we-offer-section
=================================================*/


/*================================================
why-us-section
=================================================*/

.why-us-section {
	background: url(../images/why-us-bg.png) top left no-repeat #483165;
	background-size: cover;
	padding: 100px 0px;
	height: 1350px;
	position: relative;
	overflow: hidden;
}


.why-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--client-bg);
	opacity: .9;
}

.why-img-col {
	position: relative;
	z-index: 2
}

.why-img-col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 500px;
	display: block;
}


/* consultation card overlay */
.consult-card {
	position: absolute;
	bottom: 50px;
	left: 50px;
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, .2);
	width: 400px;
	animation: cardFloat 5s ease-in-out infinite alternate;
	height: 275px;
}

@keyframes cardFloat {
	from {
		transform: translateY(0)
	}

	to {
		transform: translateY(-8px)
	}
}

.consult-card h5 {
	font-family: Baskervville;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.3px;
	vertical-align: middle;
	color: #4C3426;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

.consult-link {
	font-family: Poppins;
	font-weight: 500;

	font-size: 18px;

	line-height: 28px;
	letter-spacing: 0.3px;
	vertical-align: middle;

	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #C99E5A;
}

.consult-link:hover {
	color: #000;
}


.why-content {
	position: relative;
	z-index: 2;
	padding: 72px 56px 72px 48px;
}

.why-content h2 {
	color: #FFF;
	width: 92%;
}


.why-content h2 span {
	color: #F5E8B2;
}


.why-content p {
	color: #B1ACB9;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	font-family: Poppins;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.3px;
	max-width: 100%;
}


.why-check {
	margin: 0px 0px 70px 0px;
	padding: 0px;

}


.why-check ul li {
	position: relative;
	font-family: Poppins;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.3px;
	vertical-align: middle;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 45px;
	color: #fff;
}


.why-check ul li::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/tick.png) top left no-repeat;
	width: 30px;
	height: 30px;
}


.cmn-butn.yellow-butn span {
	margin-left: 10px;
}


/*================================================
why-us-section
=================================================*/


/*================================================
 how-section
=================================================*/


.how-section {
	background: #fff;
	position: relative;
	overflow: hidden;
}


.how-section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 20px;
	margin-bottom: 100px;
}


.how-left-txt {
	width: 60%;
}


.how-left-txt h2 {
	color: #3B265C;
}

.how-left-txt h2 span {
	color: #724C9C;
}


.how-right-txt {
	max-width: 40%;
	align-self: center;
}


/* step timeline */
.steps-row {
	position: relative;
	margin: 0px 100px;
	padding: 0px;
}


.steps-row::before {
	content: '';
	position: absolute;
	top: 28px;
	left: calc(3.5% + 16px);
	right: calc(20.5% + 20px);
	height: 2px;
	background: #724C9C;
	border-radius: 2px;
	z-index: 0;
}


.step-col {
	text-align: left;
	position: relative;
	z-index: 1;

}

.step-circle {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: var(--purple);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	margin: 0px 0px 40px 0px;
	box-shadow: 0 6px 22px rgba(91, 45, 142, .35);
	transition: transform .3s, box-shadow .3s;
	box-shadow: 0px 0px 0px 2px #4A1D8A;
	border: 4px solid #fff;
}


.step-col:hover .step-circle {
	transform: scale(1.12);
	box-shadow: 0 10px 30px rgba(91, 45, 142, .45)
}


.step-title {
	font-family: Poppins;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #2D1F45;
}


.step-desc {
	font-family: Poppins;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	margin: 0px 20px 10px 20px;
	padding: 0px;
	color: #6B5E7E;
}

/*================================================
 how-section
=================================================*/


/*================================================
 clients-section
=================================================*/


.clients-section {
	background: url("../images/client-bg.png") center/cover no-repeat;
	position: relative;
	overflow: hidden;
}


.clients-section h2 {
	position: relative;
	z-index: 2;
	color: #fff;
	margin-bottom: 5px;
	color: #FFFFFF;
}


.clients-section h2 span {
	color: #F5E8B2;
}


/* testimonial card */
.testi-card {
	background: #492c72;
	backdrop-filter: blur(8px);
	border: 1px solid #B184F0AB;
	border-radius: 16px;
	padding: 28px;
	margin: 8px 8px 24px;
	transition: all .35s;
}

.testi-card:hover {
	background: #5a378c;
	transform: translateY(-6px);
	border-color: rgba(255, 255, 255, .3);
}

.testi-stars {
	margin-bottom: 14px
}

.testi-stars i {
	color: var(--gold-lt);
	font-size: .82rem
}

.testi-quote {
	font-family: Baskervville;
	font-weight: 500;
	font-style: Italic;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #fff;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

.testi-quote::before {
	content: '\201C';
	color: #fff;
	font-size: 20px;
	line-height: 0;
	vertical-align: -.45em;
	margin-right: 6px;
}


.testi-avatar {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--purple-lt);
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	font-size: .9rem;
}


.testi-name {
	font-family: Poppins;
	font-weight: 500;

	font-size: 14px;

	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


.testi-role {
	font-weight: 400;

	font-size: 12px;

	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #CCBBE4;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


/* owl overrides */
.testi-carousel .owl-dots {
	position: absolute;
	bottom: -40px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
}

.testi-carousel .owl-dots .owl-dot.active span,
.testi-carousel .owl-dots .owl-dot:hover span {
	background: #5a378c !important;
	width: 37px;
	height: 14px;
	border-radius: 25px;
}

.testi-carousel .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px;
	background: #ffff !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


/*================================================
 clients-section
=================================================*/


/*================================================
contact-section
=================================================*/


.contact-section {
	background: #fafaf9;
	position: relative;
	overflow: hidden;
}

.contact-img-wrap {
	border-radius: 5px;
	overflow: hidden;
	height: 100%;
	min-height: 420px;
}


.contact-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .6s
}


.contact-img-wrap:hover img {
	transform: scale(1.03)
}


.contact-form-side {
	padding: 0px 0px 0px 80px;
	margin: 0px;
}


.contact-form-side h2 {
	color: #3B265C;
}

.contact-form-side h2 span {
	color: #724C9C;
}

.contact-form-side p {
	margin: 0px 0px 60px 0px;
}


.form-ctrl {
	width: 100%;
	border: none;
	border: 1px solid var(--border);
	padding: 15px 20px;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	color: #676370;
	outline: none;
	background: transparent;
	transition: border-color .25s;
	box-shadow: 0px 0px 8.3px 0px #0000000F;
}

.form-ctrl:focus {
	border-color: var(--purple)
}

.form-ctrl::placeholder {
	color: var(--muted)
}

textarea.form-ctrl {
	resize: vertical;
	min-height: 150px
}


/*================================================
contact-section
=================================================*/

/*================================================
blog-section
=================================================*/


.blog-section {
	background: #fff;
	position: relative;
	overflow: hidden;
}


.blog-section-header {
	margin: 0px 0px 80px 0px;
	text-align: center;
}


.blog-section-header h6 {
	text-align: center;
	padding: 0px;
}

.blog-section-header h6::before {
	position: absolute;
	left: 0px;
	top: -20px;
	width: 59px;
	height: 3px;
	background: #CC983F;
	content: "";
	left: 0px;
	right: 0px;
	text-align: center;
	margin: 0px auto;
}


.blog-section-header h2 {
	color: #3B265C;
}

.blog-section-header p {
	color: #464646;
	width: 1000px;
	margin: 0px auto;
}

/* blog card */


.blog-card {
	background: #fff;
	border-radius: 0px;
	overflow: hidden;
	border: 1px solid transparent;
	box-shadow: 0 2px 14px rgba(0, 0, 0, .05);
	transition: all .35s;
	cursor: pointer;
	margin: 6px 6px 20px;
}


.blog-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 22px 55px rgba(91, 45, 142, .12);
	border-color: var(--purple)
}


.blog-img-wrap {
	overflow: hidden;
	height: 225px;
}


.blog-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .5s
}


.blog-card:hover .blog-img-wrap img {
	transform: scale(1.07)
}


.blog-body {
	padding: 20px;
}


.blog-tag {
	font-family: Poppins;
	font-weight: 500;

	font-size: 14px;

	line-height: 100%;
	letter-spacing: 0%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #882020;

}

.blog-title {
	font-family: Baskervville;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0%;
	color: #262525;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	transition: color .25s;
}

.blog-card:hover .blog-title {
	color: var(--purple)
}

.blog-desc {
	font-family: Poppins;
	font-weight: 400;

	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #464646;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

.blog-read {
	font-family: Poppins;
	font-weight: 500;

	font-size: 14px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #CC9622;

	display: inline-flex;
	align-items: center;
	gap: 5px;
	transition: gap .25s;
}


.blog-card:hover .blog-read {
	gap: 10px
}


.blog-meta {
	font-family: Poppins;
	font-weight: 500;

	font-size: 14px;

	line-height: 25px;
	letter-spacing: 0%;
	color: #878686;
	border-top: 1px solid var(--border);
	margin-top: 10px;
	padding-top: 10px;

}


.blog-meta span {
	font-weight: 600;
	color: var(--mid)
}


/* blog owl overrides */
.blog-owl.owl-theme .owl-nav {
	display: none
}

.blog-owl.owl-theme .owl-dots {
	display: none
}


.blog-section-butn {
	margin: 50px auto 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}


/*================================================
blog-section
=================================================*/

/*================================================
footer-section
=================================================*/


.footer {
	background: #231733;
	padding: 70px 0 0;
	position: relative;
	overflow: hidden;
}

.footer-brand-name {
	font-family: Baskervville;
	font-weight: 700;

	font-size: 30px;

	line-height: 40px;
	letter-spacing: 0.3px;
	vertical-align: middle;
	color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 0px;

}


.footer-tagline {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.3px;
	vertical-align: middle;
	color: #CFBCE9;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	max-width: 70%;
}

.footer-socials {
	display: flex;
	gap: 15px;
	margin-top: 20px;
}


.footer-socials a {
	width: 40px;
	height: 40px;
	border-radius: 4px;
	background: #5A378C;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	transition: all .25s;
}


.footer-socials a:hover {
	background: var(--gold);
	border-color: var(--gold);
	color: #fff
}


.footer h4 {
	font-family: Baskervville;
	font-weight: 700;

	font-size: 24px;

	line-height: 100%;
	letter-spacing: 0.3px;
	color: #DEC7FF;
	margin: 0px 0px 20px 0px;
	padding: 0px;

}


.footer-links {
	list-style: none;
	padding: 0
}

.footer-links li {
	margin-bottom: 11px
}

.footer-links a {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.3px;
	color: #fff;
	transition: all .25s;
}

.footer-links a:hover {
	color: var(--gold);
	padding-left: 4px
}


.offce-info h5 {
	font-family: Poppins;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0.3px;

	color: #9075B4;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.offce-info p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.3px;
	color: #FFFFFF;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.offce-info p a {
	color: #ffff;
}

.offce-info p a:hover {
	color: #9075B4;
}


.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .07);
	margin-top: 50px;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}


.footer-bottom span {
	font-weight: 400;

	font-size: 14px;
	line-height: 100%;

	color: #76668B;
	padding: 0px;
	margin: 0px;
}

.footer-bottom span a {
	color: #76668B;
}

.footer-bottom span a:hover {
	color: #fff;
}


/*================================================
footer-section
=================================================*/


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #5A378C;
	color: #ffffff;
	z-index: 999;
	width: 50px;
	text-align: center;
	height: 50px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #000;
	border: 1px solid #000;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/


@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(28px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-28px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

.a1 {
	animation: fadeInLeft .8s ease .05s both
}

.a2 {
	animation: fadeInUp .8s ease .15s both
}

.a3 {
	animation: fadeInUp .8s ease .3s both
}

.a4 {
	animation: fadeInUp .8s ease .45s both
}


/* ==================================================================*/
/* inner pages css*/
/* ==================================================================*/


.image-wrap {
	border-radius: 20px;
	overflow: hidden;
}

.image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.image-wrap:hover img {
	transform: scale(1.04);
}

.wp-block-paragraph {
	padding: 0px 50px 0px 0px;
}


p.wp-block-paragraph {
	font-size: 18px;
	line-height: 30px;
}


.inner-service-wrap {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 15px;
	margin: 0px 0px 30px 0px;
	box-shadow: 0px 0px 10.4px 0px #00000024;
	transition: all 0.35s;
	height: 520px;
}

.inner-service-wrap .blog-img-wrap {
	overflow: hidden;
	height: 300px;
	border-radius: 15px;
}


.wpcf7 p {
	margin: 0px;
	padding: 0px;
}


.inner-blog-card {
	background: #fff;
	border-radius: 0px;
	overflow: hidden;
	border: 1px solid transparent;
	box-shadow: 0 2px 14px rgba(0, 0, 0, .05);
	transition: all .35s;
	cursor: pointer;
	margin: 6px 6px 20px;
}

.inner-blog-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 22px 55px rgba(91, 45, 142, .12);
	border-color: var(--purple);
}


.blog-content {
	margin: 30px 0px;
}

.wp-block-heading {
	font-size: 35px;
	line-height: 45px;
	margin: 30px 0px;
	padding: 0px;
}

.cat-item {
	margin: 0px 0px 15px 0px !important;
}

.cat-item a {
	font-size: 20px;
	line-height: 30px;

}

.cat-item a:hover {
	color: #C99E5A;
}


.widget-area {
	padding: 0px 0px 0px 50px;
}

.wp-block-search__label {
	width: 100%;
	font-size: 20px;
	margin: 0px 0px 10px 0px;
}


/* ==================================================================*/
/* end M.B css*/
/* ==================================================================*/

.inner-banner-section {
	margin: 0px 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	min-height: auto;
	z-index: 0;
	height: 300px;
}

.inner-banner-text h1 {
	font-size: 50px;
	font-weight: 600;
	line-height: 60px;
}

.inner-banner-section .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: rgba(7, 7, 9, 0.39);
}


.inner-banner-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inner-banner-text {
	position: absolute;
	top: 60%;
	left: 0px;
	right: 0px;
	color: #000;
	z-index: 99;
	text-align: center;
	width: auto;
	margin: 0px auto;
}

.inner-banner-text h1 {
	position: relative;
	color: #000;
	font-size: 50px;
	font-weight: 500;
	line-height: 50px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.inner-banner-text p {
	position: relative;
	color: #000;
	font-size: 20px;
	font-weight: 350;
	line-height: 36px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding: 1% 35%;
}

.image-wrap img {
	width: 100%;
}

/*Service Bottom section*/
.tma-cta-section {
	min-height: 520px;
	display: flex;
	align-items: center;
	background: url('YOUR_BG_IMAGE_URL') center center / cover no-repeat;
	position: relative;
}

.tma-heading {
	font-size: 2.6rem;
	font-weight: 800;
	color: #fff;
	letter-spacing: -0.5px;
	margin-bottom: 0.4rem;
}

.tma-divider {
	width: 64px;
	height: 3px;
	background: #C99E5A;
	border-radius: 2px;
	margin-bottom: 1.4rem;
}

.tma-body {
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.05rem;
	line-height: 1.8;
	margin-bottom: 1.8rem;
}

.tma-brand {
	color: #fff;
	font-weight: 700;
}

.tma-contact-list {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.55rem;
	text-align: left;
}

.tma-contact-item {
	display: flex;
	align-items: center;
	gap: 10px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.97rem;
}

.tma-icon {
	color: #C99E5A;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.tma-link {
	color: rgba(255, 255, 255, 0.88);
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-color: rgba(255, 255, 255, 0.3);
	transition: color 0.2s;
}

.tma-link:hover {
	color: #C99E5A;
	text-decoration-color: #C99E5A;
}

.tma-consult-box {
	border: 1px solid rgba(61, 186, 126, 0.45);
	border-radius: 10px;
	padding: 1.6rem 2rem;
	background: rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(2px);
	max-width: 480px;
}

.tma-consult-heading {
	font-size: 1.25rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1.1rem;
}

.tma-btn {
	display: inline-block;
	padding: 0.65rem 2rem;
	background: #C99E5A;
	color: #fff;
	font-weight: 600;
	font-size: 0.95rem;
	border-radius: 6px;
	text-decoration: none;
	letter-spacing: 0.2px;
	transition: background 0.2s, transform 0.15s;
}

.tma-btn:hover {
	background: #2fa06a;
	color: #fff;
	transform: translateY(-1px);
}

.tma-tagline {
	font-weight: 700;
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.6);
	margin-top: 1.75rem;
	margin-bottom: 0.35rem;
	letter-spacing: 0.3px;
}

.tma-tagline-line {
	width: 36px;
	height: 2px;
	background: #C99E5A;
	border-radius: 2px;
}


.service-content-wrap h2 {
	font-size: 40px;
	line-height: 40px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


.service-content-wrap h3 {
	font-size: 30px;
	line-height: 30px;
	margin: 20px 0px;
	padding: 0px;
}

.service-content-wrap ul {
	margin: 20px 0px 40px;
}


.service-content-wrap ul li {
	position: relative;
	margin: 0px 0px 10px 40px;
}

.service-content-wrap ul li::before {
	font: normal normal normal 15px/1 FontAwesome;
	font-size: 16px;
	content: "\f061";
	height: auto;
	width: 5px;
	position: absolute;
	margin: 0px;
	color: #5A378C;
	font-size: 18px;
	left: -35px;
	top: 3px;
}


.step-col ul li {
	position: relative;
	margin: 0px 0px 10px 27px;
}

.step-col ul li::before {
	font: normal normal normal 15px/1 FontAwesome;
	font-size: 16px;
	content: "\f061";
	height: auto;
	width: 5px;
	position: absolute;
	margin: 0px;
	color: #5A378C;
	font-size: 18px;
	left: -26px;
	top: 3px;
}


.stellarnav .icon-close::before {
	border-bottom: solid 3px #fff;
}

.stellarnav .icon-close::after {
	border-bottom: solid 3px #fff;
}


.stellarnav a.dd-toggle .icon-plus::after {
	border-bottom: solid 3px #fff;
}

.stellarnav a.dd-toggle .icon-plus::before {
	border-bottom: solid 3px #fff;
}

.wpcf7-form.init p {
	padding: 0px;
	margin: 0px;
}





/*===========crisis section ===========*/
 .em-section {
    background: #f6eade42;
    padding: 4rem 1rem;
    position: relative;
    overflow: hidden;
  }
  /* Decorative corner shapes */
  .em-section::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 200px; height: 200px;
    border-radius: 50%;
    background: rgba(204,152,63,0.08);
    pointer-events: none;
  }
  .em-section::after {
    content: '';
    position: absolute;
    bottom: -80px; left: -80px;
    width: 260px; height: 260px;
    border-radius: 50%;
    background: rgba(204,152,63,0.06);
    pointer-events: none;
  }

  /* Eyebrow */
  .em-eyebrow {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.5rem;
    justify-content: center;
  }
  .em-eyebrow-line { width: 36px; height: 2px; background: #CC983F; border-radius: 2px; }
  .em-eyebrow span {
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: #CC983F;
  }

  /* Heading */
  .em-heading {
    text-align: center;
    font-family: Baskervville;
    /*font-size: clamp(1.7rem, 3.5vw, 2.3rem);*/
    font-weight: 800;
    color: #3B265C;
    margin: 0 0 0.4rem;
    line-height: 1.2;
  }
  .em-heading em { font-style: italic; color: #724C9C; }
  .em-sub {
    text-align: center;
    font-size: 0.97rem;
    color: #625644 ;
    margin: 0 auto 3.25rem;
    max-width: 500px;
    line-height: 1.65;
  }

  /* Outer glow card */
  .em-glow {
    border-radius: 18px;
    /*padding: 4px;*/
        box-shadow: 0px 0px 10.4px 0px #00000036;
    background: linear-gradient(135deg, #CC983F 0%, #625644 50%, #CC983F 100%);
  }
  .em-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
  }

  /* Top bar */
  .em-top {
    background: #3B265C;
    padding: 1.4rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    /*border-bottom: 3px solid #CC983F;*/
  }
  .em-top-left { display: flex; align-items: center; gap: 1rem; }
  .em-icon-ring {
    width: 48px; height: 48px;
    border: 2px solid #CC983F;
    border-radius: 50%;
    background: rgba(204,152,63,0.12);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .em-top h3 {
    margin: 0 0 2px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  
  a.em-btn.em-btn-a:hover {
    color: #ffffff;
}
  .em-top p { margin: 0; font-size: 0.75rem; color: #CC983F; letter-spacing: 0.1em; text-transform: uppercase; }
  .em-badge {
    background: #CC983F;
    color: #3B265C;
    font-size: 0.7rem;
    font-weight: 900;
    padding: 0.35rem 1rem;
    border-radius: 50px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }
  .em-badge::before {
    content: '';
    width: 7px; height: 7px;
    background: #3B265C;
    border-radius: 50%;
    display: inline-block;
    animation: blink 1.4s infinite;
  }
  @keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.2} }

  /* Body */
  .em-body { padding: 2rem; background: #fff; }

  /* 911 block */
  .em-911 {
    background: #3B265C;
    border-radius: 12px;
    padding: 1.6rem 1.75rem;
    margin-bottom: 1.75rem;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    border-left: 5px solid #CC983F;
  }
  .em-911-num {
    font-family: Baskervville;
    font-size: 3.2rem;
    font-weight: 900;
    color: #CC983F;
    line-height: 1;
    flex-shrink: 0;
    letter-spacing: -2px;
    border-right: 2px solid rgba(204,152,63,0.3);
    padding-right: 1.25rem;
  }
  .em-911-text { flex: 1; }
  .em-911-text strong {
    display: block;
    color: #CC983F;
    font-size: 0.97rem;
    font-weight: 700;
    margin-bottom: 0.45rem;
  }
  .em-911-text p { margin: 0; color: #ddd5f0; font-size: 0.9rem; line-height: 1.75; }
  .em-911-text a { color: #CC983F; font-weight: 800; text-decoration: none; }

  /* Grid */
  .em-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; margin-bottom: 1.75rem; }
  .em-info {
    background: #faf8ff;
    border-radius: 10px;
    padding: 1.15rem 1.2rem;
    border-top: 3px solid #CC983F;
    border-left: 1px solid #e8e0f5;
    border-right: 1px solid #e8e0f5;
    border-bottom: 1px solid #e8e0f5;
  }
  .em-info-label {
    display: flex; align-items: center; gap: 0.45rem;
    font-size: 1rem;
    font-weight: 700;
    /*letter-spacing: 0.13em;*/
    text-transform: uppercase;
    color: #3B265C;
    margin-bottom: 0.55rem;
  }
  .em-info-label span { width: 14px; height: 2px; background: #CC983F; border-radius: 2px; }
  .em-info p { margin: 0; font-size: 0.875rem; color: #625644; line-height: 1.7; }
  .em-info p strong { color: #3B265C; }
  .em-info p a { color: #3B265C; font-weight: 700; text-decoration: none; }

  /* Buttons */
  .em-btns { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.75rem;     justify-content: center; }
  .em-btn {
    display: inline-flex; align-items: center; gap: 0.5rem;
   
  
    text-decoration: none;
    text-transform: uppercase;
    
        font-family: Poppins;
    font-weight: 800;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.3px;
    vertical-align: middle;
    border-radius: 30px;
    padding: 16px 30px;
  }
  .em-btn-a { background: #3B265C; color: #fff; }
  .em-btn-b { background: #625644; color: #fff; }
  .em-btn-c { background: #CC983F; color: #3B265C; }

  /* Ack */
  .em-ack {
    background: #f9f8fd;
    border-left: 5px solid #3B265C;
    border-radius: 0 8px 8px 0;
    padding: 1rem 1.25rem;
    font-size: 0.845rem;
    color: #625644;
    line-height: 1.75;
  }
  .em-ack strong { color: #3B265C; }

  @media (max-width: 600px) {
    .em-grid { grid-template-columns: 1fr; }
    .em-body { padding: 1.5rem 1rem; }
    .em-top { padding: 1.2rem 1rem; }
    .em-911 { flex-direction: column; gap: 0.75rem; }
    .em-911-num { border-right: none; border-bottom: 2px solid rgba(204,152,63,0.3); padding-right: 0; padding-bottom: 0.75rem; font-size: 2.2rem; }
  }

/*=========== crisis section ==========*/