/* ✦✦✦ MAIN PAGE ROOT FORMATING ✦✦✦ */
:root {
	--gold:#EAC349;
	--bg:#050505;
	--card:#101010;
	--card2:#171717;
	--border: #252525;
	--text:#bdbdbd;
	--white:#fff;
	--radius:18px;
	--transition:.35s ease;
}

/* ✦✦✦ MAIN PAGE BACKGROUND FORMATING ✦✦✦ */
.about-main {
	width: 100%;
	height: 100vh;
	background-color: #000000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: fixed;
	display: inline-block;
	opacity: 1;
	margin: 0;
}

/* ✦✦✦ MAIN PAGE BACKGROUND DARK TINE ✦✦✦ */
.about-tint {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.1;
}

/* ✦✦✦ NAVBAR MENU CURRENT SELECTION FORMATING ✦✦✦ */
.navbar-menu-button:nth-child(2) {
	color: #EAC349;
}

/* ✦✦✦ NAVBAR SIDEMENU ITEM ACTIVE BORDER FORMATING ✦✦✦ */
.navbar-sidemenu-item:nth-child(2) {
  background:rgba(234,195,73,.08);
  border-color:#EAC349;
}

/* ✦✦✦ NAVBAR SIDEMENU ITEM ACTIVE ICON BORDER FORMATING ✦✦✦ */
.navbar-sidemenu-nav .navbar-sidemenu-item:nth-child(2) .navbar-sidemenu-icon {
  border-color:#EAC349;
}

/* ✦✦✦ NAVBAR SIDEMENU ITEM ACTIVE ICON COLOR FORMATING ✦✦✦ */
.navbar-sidemenu-nav .navbar-sidemenu-item:nth-child(2) .navbar-sidemenu-icon i{
  color: #EAC349;
}

/* ✦✦✦ ABOUT BODY CONTAINER FORMATING ✦✦✦ */
.about-body-container {
	position: fixed;
	display: inline-block;
	margin-top: 82px;
	width: 100%;
	text-align: center;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #000000;
}

/* ✦✦✦ ABOUT BODY BANNER FORMATING ✦✦✦ */
.about-body-banner {
	position: relative;
	display: inline-block;
	background-image: url("../images/about-background.jpg");
	background-repeat:no-repeat;
	background-position:right;
	background-size: cover;
	width: 100%;
	height: auto;
	text-align: left;
	justify-content: center;
	vertical-align: bottom;
	align-items: left;
}

/* ✦✦✦ ABOUT BODY BANNER CONTAINT FORMATING ✦✦✦ */
.about-body-banner-containt {
	position: relative;
	display: inline-block;
	width: 90%;
	padding: 10px;
	margin: 10px;
	text-align: left;
	justify-content: center;
	vertical-align: middle;
	align-items: left;
}

/* ✦✦✦ ABOUT BODY BANNER CONTAINT H1 FORMATING ✦✦✦ */
.about-body-banner-containt-h1 {
	position: relative;
	display: inline-block;
	width: 90%;
	text-align: left;
	justify-content: left;
	vertical-align: middle;
	color: #EAC349;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 5px;
}

/* ✦✦✦ ABOUT BODY BANNER CONTAINT BIG FORMATING ✦✦✦ */
.about-body-banner-containt-big {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #ffffff;
	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 70px;
	text-align: left;
	padding: 5px;
	letter-spacing: -2px;
	line-height: 80%;
	padding-bottom: 20px;
}

/* ✦✦✦ ABOUT BODY BANNER CONTAINT MID FORMATING ✦✦✦ */
.about-body-banner-containt-mid {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #EAC349;
	font-family: "Charm", cursive;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 100;
	font-size: 70px;
	font-style: italic;
	text-align: left;
	padding: 0 5px;
	letter-spacing: -2px;
	line-height: 80%;
	padding-bottom: 40px;
	line-height: 70px;
}

/* ✦✦✦ ABOUT BODY BANNER CONTAINT SMALL FORMATING ✦✦✦ */
.about-body-banner-containt-small {
	position: relative;
	display: inline-block;
	width: 80%;
	color: #c5c5c5;
	font-family: "Sansation", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 120%;
	text-align: left;
	padding: 5px;
}

/* ✦✦✦ ABOUT BODY BANNER CONTAINT ITEM FORMATING ✦✦✦ */
.about-body-banner-containt-item {
	position: relative;
	display: inline-block;
	width: 90%;
	vertical-align: bottom;
	text-align: left;
	justify-content: left;
	padding: 10px 5px;
}

/* ✦✦✦ ABOUT BODY BANNER CONTAINT BUTTON SECTION FORMATING ✦✦✦ */
.about-body-banner-button-section {
	position: relative;
	display: inline-flex;
	width: 80%;
	padding: 10px 0px;
}

/* ✦✦✦ ABOUT BODY BANNER CONTAINT TEAM BUTTON FORMATING ✦✦✦ */
.about-body-banner-team-button {
	position: relative;
  display: inline-block;
  font-family: sans-serif;
  width: 220px; 
  height: 40px;
  padding: 5px 5px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  border: 1px solid transparent;
  border-radius: 100px;
  cursor: pointer;
  color: #333;
  background: linear-gradient(-60deg, #906111 0, #FEF3A8 30%, #FFF8CF 50%, #FEF3A8 70%, #906111 100%);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  letter-spacing: 0;
}

/* ✦✦✦ ABOUT BODY BANNER CONTAINT TEAM BUTTON FORMATING ✦✦✦ */
.about-body-banner-team-button:hover {
  background-position: right center;
  color: #111;
  border: 1px solid #EAC349;
  letter-spacing: 1.2px;
}

/* ✦✦✦ ABOUT BODY BANNER CONTAINT TEAM BUTTON ACTIVE FORMATING ✦✦✦ */
.about-body-banner-team-button:active {
  transform: scale(0.95);
}

/* ✦✦✦ ABOUT BODY BANNER CONTAINT TEAM BUTTON AFTER FORMATING ✦✦✦ */
.about-body-banner-team-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 40px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transform: skewX(-25deg);
  transition: 0.6s;
}

/* ✦✦✦ ABOUT BODY BANNER CONTAINT TEAM BUTTON HOVER AFTER FORMATING ✦✦✦ */
.about-body-banner-team-button:hover::after {
  left: 250px;
}

/* ✦✦✦ ABOUT BODY TEAM POPUP FORMATING ✦✦✦ */
.about-body-team-popup {
	position:fixed;
	inset:0;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:10px;
	background:rgba(0,0,0,.92);
	opacity:0;
	visibility:hidden;
	transition:.35s ease;
	z-index:99999;
}

/* ✦✦✦ ABOUT BODY TEAM POPUP ACTIVE FORMATING ✦✦✦ */
.about-body-team-popup.active {
	opacity:1;
	visibility:visible;
}

/* ✦✦✦ ABOUT BODY TEAM POPUP CONTAINER FORMATING ✦✦✦ */
.about-body-team-popup-container {
	position:relative;
	width:100%;
	max-width:340px;
	background:#EAC349;
	border:2px solid #EAC349;
	border-radius:10px;
	overflow:hidden;
	text-align:center;
}

/* ✦✦✦ ABOUT BODY TEAM POPUP IMAGE FORMATING ✦✦✦ */
.about-body-team-popup-image {
	display:block;
	width:100%;
	height:220px;
	object-fit:cover;
}

/* ✦✦✦ ABOUT BODY TEAM POPUP TITLE FORMATING ✦✦✦ */
.about-body-team-popup-title {
	margin:15px 0 8px;
	color:#000000;
	font-family:"Sansation",sans-serif;
	font-size:15px;
}

/* ✦✦✦ ABOUT BODY TEAM POPUP COUNTER FORMATING ✦✦✦ */
.about-body-team-popup-counter {
	margin-bottom:15px;
	color:#252525;
	font-family:"Sansation",sans-serif;
	font-size:14px;
}

/* ✦✦✦ ABOUT BODY TEAM POPUP CLOSE FORMATING ✦✦✦ */
.about-body-team-popup-close {
	position:absolute;
	width: 40px;
	height: 40px;
	top:10px;
	right:10px;
	background-color: rgba(0, 0, 0, 0.8);
	color:#FFFFFF;
	font-size:36px;
	cursor:pointer;
	z-index:5;
	transition:.3s;
	border-radius: 50%;
}

/* ✦✦✦ ABOUT BODY TEAM POPUP CLOSE HOVER FORMATING ✦✦✦ */
.about-body-team-popup-close:hover {
	color:#000000;
	background-color: #EAC349;
	transform: rotate(90deg);
}

/* ✦✦✦ ABOUT BODY TEAM POPUP BUTTON FORMATING ✦✦✦ */
.about-body-team-popup-prev,
.about-body-team-popup-next {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:42px;
	height:42px;
	display:flex;
	justify-content:center;
	align-items:center;
	background:rgba(0,0,0,.65);
	border:2px solid #EAC349;
	border-radius:50%;
	color:#FFFFFF;
	font-size:18px;
	cursor:pointer;
	transition:.3s;
	z-index:5;
}

/* ✦✦✦ ABOUT BODY TEAM POPUP PREV FORMATING ✦✦✦ */
.about-body-team-popup-prev {
	left:10px;
}

/* ✦✦✦ ABOUT BODY TEAM POPUP NEXT FORMATING ✦✦✦ */
.about-body-team-popup-next {
	right:10px;
}

/* ✦✦✦ ABOUT BODY TEAM POPUP BUTTON HOVER FORMATING ✦✦✦ */
.about-body-team-popup-prev:hover,
.about-body-team-popup-next:hover {
	background:#EAC349;
	color:#111111;
}

/* ✦✦✦ ABOUT BODY FIRST CONTAINT FORMATING ✦✦✦ */
.about-body-first-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	height: auto;
	border-top: 1px solid #EAC349;
	border-bottom: 1px solid #EAC349;
	padding: 5px;
}

/* ✦✦✦ ABOUT BODY FIRST CONTAINT AREA FORMATING ✦✦✦ */
.about-body-first-containt-area {
	position: relative;
	display: inline-block;
	justify-content: space-between;
	width: 90%;
	padding: 5px;
	text-align: center;
}

/* ✦✦✦ ABOUT BODY FIRST CONTAINT HEADING FORMATING ✦✦✦ */
.about-body-first-containt-heading {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #EAC349;
	font-family: "Sansation", sans-serif;
	font-size: 20px;
	padding: 10px;
}

/* ✦✦✦ ABOUT BODY FIRST CONTAINT TEXT FORMATING ✦✦✦ */
.about-body-first-containt-text {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #FFFFFF;
	font-family: "Cormorant Garamond", serif;
	font-size: 40px;
	line-height: 40px;
	padding: 10px;
}

/* ✦✦✦ ABOUT BODY FIRST CONTAINT TEXT SPAN FORMATING ✦✦✦ */
.about-body-first-containt-text span {
	color: #EAC349;
	font-family: "Charm", cursive;
	font-style: italic;
	font-size: 40px;
}

/* ✦✦✦ ABOUT BODY FIRST CONTAINT BODY FORMATING ✦✦✦ */
.about-body-first-containt-body {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #C5C5C5;
	font-family: "Sansation", sans-serif;
	font-size: 20px;
	line-height: 30px;
	padding: 10px;
}

/* ✦✦✦ ABOUT BODY FIRST CONTAINT SIGN FORMATING ✦✦✦ */
.about-body-first-containt-sign {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #EAC349;
	font-family: "Hurricane", sans-serif;
	font-size: 60px;
	font-weight: 100;
	font-style: italic;
	margin-top: 30px;
	padding: 5px;
}

/* ✦✦✦ ABOUT BODY FIRST CONTAINT POST FORMATING ✦✦✦ */
.about-body-first-containt-post {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #C5C5C5;
	font-family: "Sansation", sans-serif;
	font-size: 12px;
	padding: 5px;
}

/* ✦✦✦ ABOUT BODY SECOND CONTAINT FORMATING ✦✦✦ */
.about-body-second-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 10px;
}

/* ✦✦✦ ABOUT BODY SECOND CONTAINT AREA FORMATING ✦✦✦ */
.about-body-second-containt-area {
	position: relative;
	display: inline-block;
	justify-content: space-between;
	width: 90%;
	padding: 10px;
}

/* ✦✦✦ ABOUT BODY SECOND CONTAINT BOX FORMATING ✦✦✦ */
.about-body-second-containt-box {
	position: relative;
	display: inline-block;
	width: 90%;
	height: 250px;
	border: 1px solid #555555;
	border-radius: 10px;
	padding: 5px;
	margin: 5px;
}

/* ✦✦✦ ABOUT BODY SECOND CONTAINT BOX HOVER FORMATING ✦✦✦ */
.about-body-second-containt-box:hover {
	border: 1px solid #EAC349;
	cursor: pointer;
}

/* ✦✦✦ ABOUT BODY SECOND CONTAINT ICON FORMATING ✦✦✦ */
.about-body-second-containt-icon {
	width: 100px;
	font-size: 70px;
	color: #EAC349;
	padding: 5px;
	margin: 5px;
}

/* ✦✦✦ ABOUT BODY SECOND CONTAINT NUMBER FORMATING ✦✦✦ */
.about-body-second-containt-number {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #EAC349;
	font-family: "Sansation", sans-serif;
	font-size: 50px;
	padding: 5px;
	margin: 5px;
}

/* ✦✦✦ ABOUT BODY SECOND CONTAINT TEXT FORMATING ✦✦✦ */
.about-body-second-containt-text {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #C5C5C5;
	font-family: "Sansation", sans-serif;
	font-size: 25px;
	padding: 5px;
	margin: 5px;
}

/* ✦✦✦ ABOUT BODY SECOND POPUP FORMATING ✦✦✦ */
.about-body-second-popup {
	position:fixed;
	inset:0;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:10px;
	background:rgba(0,0,0,.92);
	opacity:0;
	visibility:hidden;
	transition:.35s ease;
	z-index:99999;
}

/* ✦✦✦ ABOUT BODY SECOND POPUP ACTIVE FORMATING ✦✦✦ */
.about-body-second-popup.active {
	opacity:1;
	visibility:visible;
}

/* ✦✦✦ ABOUT BODY SECOND POPUP BOX FORMATING ✦✦✦ */
.about-body-second-popup-box {
	position:relative;
	width:100%;
	max-width:340px;
	background:#111111;
	border:2px solid #252525;
	border-radius:10px;
	overflow:hidden;
}

/* ✦✦✦ ABOUT BODY SECOND POPUP CONTENT FORMATING ✦✦✦ */
.about-body-second-popup-content {
	padding:30px 20px;
	text-align:center;
}

/* ✦✦✦ ABOUT BODY SECOND POPUP ICON WRAPPER FORMATING ✦✦✦ */
.about-body-second-popup-icon-wrapper {
	display:flex;
	justify-content:center;
	margin-bottom:20px;
}

/* ✦✦✦ ABOUT BODY SECOND POPUP ICON FORMATING ✦✦✦ */
.about-body-second-popup-icon {
	display:flex;
	justify-content:center;
	align-items:center;
	width:70px;
	height:70px;
	border-radius:50%;
	color:#EAC349;
	font-size:60px;
}

/* ✦✦✦ ABOUT BODY SECOND POPUP NUMBER FORMATING ✦✦✦ */
.about-body-second-popup-number {
	margin-bottom:10px;
	color:#FFFFFF;
	font-family:"Sansation",sans-serif;
	font-size:42px;
}

/* ✦✦✦ ABOUT BODY SECOND POPUP HEADING FORMATING ✦✦✦ */
.about-body-second-popup-heading {
	margin-bottom:15px;
	color:#EAC349;
	font-family:"Sansation",sans-serif;
	font-size:15px;
}

/* ✦✦✦ ABOUT BODY SECOND POPUP TEXT FORMATING ✦✦✦ */
.about-body-second-popup-text {
	color:#C5C5C5;
	font-family:"Sansation",sans-serif;
	font-size:15px;
	line-height:1.8;
}

/* ✦✦✦ ABOUT BODY SECOND POPUP CLOSE FORMATING ✦✦✦ */
.about-body-second-popup-close {
	position:absolute;
	top:10px;
	right:10px;
	color:#FFFFFF;
	font-size:28px;
	line-height:1;
	cursor:pointer;
	transition:.3s ease;
	z-index:5;
}

/* ✦✦✦ ABOUT BODY SECOND POPUP CLOSE HOVER FORMATING ✦✦✦ */
.about-body-second-popup-close:hover {
	color:#EAC349;
	transform: rotate(90deg);
}

/* ✦✦✦ ABOUT BODY THIRD CONTAINT FORMATING ✦✦✦ */
.about-body-third-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 5px;
}

/* ✦✦✦ ABOUT BODY THIRD CONTAINT AREA FORMATING ✦✦✦ */
.about-body-third-containt-area {
	position: relative;
	display: inline-block;
	justify-content: space-between;
	width: 90%;
	padding: 5px;
	text-align: center;
}

/* ✦✦✦ ABOUT BODY THIRD CONTAINT HEADING FORMATING ✦✦✦ */
.about-body-third-containt-heading {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #EAC349;
	font-family: "Sansation", sans-serif;
	font-size: 20px;
	padding: 10px;
}

/* ✦✦✦ ABOUT BODY FOURTH CONTAINT FORMATING ✦✦✦ */
.about-body-fourth-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 10px;
}

/* ✦✦✦ ABOUT BODY FOURTH CONTAINT AREA FORMATING ✦✦✦ */
.about-body-fourth-containt-area {
	position: relative;
	display: inline-block;
	justify-content: space-between;
	width: 90%;
	padding: 10px;
}

/* ✦✦✦ ABOUT BODY FOURTH CONTAINT BOX FORMATING ✦✦✦ */
.about-body-fourth-containt-box {
	position: relative;
	display: inline-block;
	width: 90%;
	height: 250px;
	border: 1px solid #555555;
	border-radius: 10px;
	padding: 5px;
	margin: 5px;
}

/* ✦✦✦ ABOUT BODY FOURTH CONTAINT BOX HOVER FORMATING ✦✦✦ */
.about-body-fourth-containt-box:hover {
	border: 1px solid #EAC349;
	cursor: pointer;
}

/* ✦✦✦ ABOUT BODY FOURTH CONTAINT ICON FORMATING ✦✦✦ */
.about-body-fourth-containt-icon {
	width: 100px;
	font-size: 70px;
	color: #EAC349;
	padding: 5px;
	margin: 10px;
}

/* ✦✦✦ ABOUT BODY FOURTH CONTAINT HEADER FORMATING ✦✦✦ */
.about-body-fourth-containt-header {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #FFFFFF;
	font-family: "Sansation", sans-serif;
	font-size: 25px;
	padding: 5px;
	margin: 10px;
}

/* ✦✦✦ ABOUT BODY FOURTH CONTAINT TEXT FORMATING ✦✦✦ */
.about-body-fourth-containt-text {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #C5C5C5;
	font-family: "Sansation", sans-serif;
	font-size: 18px;
	padding: 5px;
	margin: 10px;
}

/* ✦✦✦ ABOUT BODY FOURTH POPUP FORMATING ✦✦✦ */
.about-body-fourth-popup {
	position:fixed;
	inset:0;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:10px;
	background:rgba(0,0,0,.92);
	opacity:0;
	visibility:hidden;
	transition:.35s ease;
	z-index:99999;
}

/* ✦✦✦ ABOUT BODY FOURTH POPUP ACTIVE FORMATING ✦✦✦ */
.about-body-fourth-popup.active {
	opacity:1;
	visibility:visible;
}

/* ✦✦✦ ABOUT BODY FOURTH POPUP BOX FORMATING ✦✦✦ */
.about-body-fourth-popup-box {
	position:relative;
	width:100%;
	max-width:340px;
	background:#111111;
	border:2px solid #252525;
	border-radius:10px;
	overflow:hidden;
}

/* ✦✦✦ ABOUT BODY FOURTH POPUP CONTENT FORMATING ✦✦✦ */
.about-body-fourth-popup-content {
	padding:30px 20px;
	text-align:center;
}

/* ✦✦✦ ABOUT BODY FOURTH POPUP ICON WRAPPER FORMATING ✦✦✦ */
.about-body-fourth-popup-icon-wrapper {
	display:flex;
	justify-content:center;
	margin-bottom:20px;
}

/* ✦✦✦ ABOUT BODY FOURTH POPUP ICON FORMATING ✦✦✦ */
.about-body-fourth-popup-icon {
	display:flex;
	justify-content:center;
	align-items:center;
	width:70px;
	height:70px;
	color:#EAC349;
	font-size:60px;
}

/* ✦✦✦ ABOUT BODY FOURTH POPUP HEADING FORMATING ✦✦✦ */
.about-body-fourth-popup-heading {
	margin-bottom:15px;
	color:#FFFFFF;
	font-family:"Sansation",sans-serif;
	font-size:22px;
}

/* ✦✦✦ ABOUT BODY FOURTH POPUP TEXT FORMATING ✦✦✦ */
.about-body-fourth-popup-text {
	color:#C5C5C5;
	font-family:"Sansation",sans-serif;
	font-size:15px;
	line-height:1.8;
}

/* ✦✦✦ ABOUT BODY FOURTH POPUP CLOSE FORMATING ✦✦✦ */
.about-body-fourth-popup-close {
	position:absolute;
	top:10px;
	right:10px;
	color:#FFFFFF;
	font-size:28px;
	line-height:1;
	cursor:pointer;
	transition:.3s ease;
	z-index:5;
}

/* ✦✦✦ ABOUT BODY FOURTH POPUP CLOSE HOVER FORMATING ✦✦✦ */
.about-body-fourth-popup-close:hover {
	color:#EAC349;
	transform: rotate(90deg);
}

/* ✦✦✦ ABOUT BODY FIFTH CONTAINT FORMATING ✦✦✦ */
.about-body-fifth-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 5px;
	border-top: 1px solid #EAC349;
}

/* ✦✦✦ ABOUT BODY FIFTH CONTAINT AREA FORMATING ✦✦✦ */
.about-body-fifth-containt-area {
	position: relative;
	display: inline-block;
	justify-content: space-between;
	width: 90%;
	padding: 5px;
	text-align: center;
}

/* ✦✦✦ ABOUT BODY FIFTH CONTAINT HEADING FORMATING ✦✦✦ */
.about-body-fifth-containt-heading {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #EAC349;
	font-family: "Sansation", sans-serif;
	font-size: 20px;
	padding: 10px;
}

/* ✦✦✦ ABOUT BODY FIFTH CONTAINT TEXT FORMATING ✦✦✦ */
.about-body-fifth-containt-text {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #FFFFFF;
	font-family: "Cormorant Garamond", serif;
	font-size: 40px;
	line-height: 40px;
	padding: 10px;
}

/* ✦✦✦ ABOUT BODY FIFTH CONTAINT TEXT SPAN FORMATING ✦✦✦ */
.about-body-fifth-containt-text span {
	color: #EAC349;
	font-family: "Charm", cursive;
	font-style: italic;
	font-size: 40px;
}

/* ✦✦✦ ABOUT BODY SIXTH CONTAINT FORMATING ✦✦✦ */
.about-body-sixth-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 10px;
}

/* ✦✦✦ ABOUT BODY SIXTH CONTAINT AREA FORMATING ✦✦✦ */
.about-body-sixth-containt-area {
	position: relative;
	display: inline-block;
	justify-content: space-between;
	width: 90%;
	padding: 10px;
}

/* ✦✦✦ ABOUT BODY SIXTH CONTAINT BOX HOVER FORMATING ✦✦✦ */
.about-body-sixth-containt-box:hover {
	border: 1px solid #EAC349;
	cursor: pointer;
}

/* ✦✦✦ ABOUT BODY SIXTH CONTAINT BOX FORMATING ✦✦✦ */
.about-body-sixth-containt-box {
	position: relative;
	display: inline-block;
	width: 90%;
	height: 250px;
	border: 1px solid #555555;
	border-radius: 10px;
	padding: 5px;
	margin: 5px;
}

/* ✦✦✦ ABOUT BODY SIXTH CONTAINT ICON FORMATING ✦✦✦ */
.about-body-sixth-containt-icon {
	width: 100px;
	font-size: 70px;
	color: #EAC349;
	padding: 5px;
	margin: 10px;
}

/* ✦✦✦ ABOUT BODY SIXTH CONTAINT HEADER FORMATING ✦✦✦ */
.about-body-sixth-containt-header {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #EAC349;
	font-family: "Sansation", sans-serif;
	font-size: 25px;
	padding: 5px;
	margin: 10px;
}

/* ✦✦✦ ABOUT BODY SIXTH CONTAINT TEXT FORMATING ✦✦✦ */
.about-body-sixth-containt-text {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #C5C5C5;
	font-family: "Sansation", sans-serif;
	font-size: 18px;
	padding: 5px;
	margin: 10px;
}

/* ✦✦✦ ABOUT BODY SIXTH POPUP FORMATING ✦✦✦ */
.about-body-sixth-popup {
	position:fixed;
	inset:0;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:10px;
	background:rgba(0,0,0,.92);
	opacity:0;
	visibility:hidden;
	transition:.35s ease;
	z-index:99999;
}

/* ✦✦✦ ABOUT BODY SIXTH POPUP ACTIVE FORMATING ✦✦✦ */
.about-body-sixth-popup.active {
	opacity:1;
	visibility:visible;
}

/* ✦✦✦ ABOUT BODY SIXTH POPUP BOX FORMATING ✦✦✦ */
.about-body-sixth-popup-box {
	position:relative;
	width:100%;
	max-width:340px;
	background:#111111;
	border:2px solid #252525;
	border-radius:10px;
	overflow:hidden;
}

/* ✦✦✦ ABOUT BODY SIXTH POPUP CONTENT FORMATING ✦✦✦ */
.about-body-sixth-popup-content {
	padding:30px 20px;
	text-align:center;
}

/* ✦✦✦ ABOUT BODY SIXTH POPUP ICON WRAPPER FORMATING ✦✦✦ */
.about-body-sixth-popup-icon-wrapper {
	display:flex;
	justify-content:center;
	margin-bottom:20px;
}

/* ✦✦✦ ABOUT BODY SIXTH POPUP ICON FORMATING ✦✦✦ */
.about-body-sixth-popup-icon {
	display:flex;
	justify-content:center;
	align-items:center;
	width:70px;
	height:70px;
	color:#EAC349;
	font-size:60px;
}

/* ✦✦✦ ABOUT BODY SIXTH POPUP HEADING FORMATING ✦✦✦ */
.about-body-sixth-popup-heading {
	margin-bottom:15px;
	color:#FFFFFF;
	font-family:"Sansation",sans-serif;
	font-size:22px;
}

/* ✦✦✦ ABOUT BODY SIXTH POPUP TEXT FORMATING ✦✦✦ */
.about-body-sixth-popup-text {
	color:#C5C5C5;
	font-family:"Sansation",sans-serif;
	font-size:15px;
	line-height:1.8;
}

/* ✦✦✦ ABOUT BODY SIXTH POPUP CLOSE FORMATING ✦✦✦ */
.about-body-sixth-popup-close {
	position:absolute;
	top:10px;
	right:10px;
	color:#FFFFFF;
	font-size:28px;
	line-height:1;
	cursor:pointer;
	transition:.3s ease;
	z-index:5;
}

/* ✦✦✦ ABOUT BODY SIXTH POPUP CLOSE HOVER FORMATING ✦✦✦ */
.about-body-sixth-popup-close:hover {
	color:#EAC349;
	transform: rotate(90deg);
}

/* ✦✦✦ ABOUT BODY SEVENTH CONTAINT FORMATING ✦✦✦ */
.about-body-seventh-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 5px;
	border-top: 1px solid #EAC349;
}

/* ✦✦✦ ABOUT BODY SEVENTH CONTAINT AREA FORMATING ✦✦✦ */
.about-body-seventh-containt-area {
	position: relative;
	display: inline-block;
	justify-content: space-between;
	width: 90%;
	padding: 5px;
	text-align: center;
}

/* ✦✦✦ ABOUT BODY SEVENTH CONTAINT HEADING FORMATING ✦✦✦ */
.about-body-seventh-containt-heading {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #EAC349;
	font-family: "Sansation", sans-serif;
	font-size: 20px;
	padding: 10px;
}

/* ✦✦✦ ABOUT BODY SEVENTH CONTAINT TEXT FORMATING ✦✦✦ */
.about-body-seventh-containt-text {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #FFFFFF;
	font-family: "Cormorant Garamond", serif;
	font-size: 50px;
	line-height: 50px;
	padding: 10px;
}

/* ✦✦✦ ABOUT BODY SEVENTH CONTAINT TEXT SPAN FORMATING ✦✦✦ */
.about-body-seventh-containt-text span {
	font-family: "Charm", cursive;
	font-size: 50px;
	font-style: italic;
	color: #EAC349;
}

/* ✦✦✦ ABOUT BODY EIGHTH CONTAINT FORMATING ✦✦✦ */
.about-body-eighth-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	height: auto;
	/*border-bottom: 1px solid #EAC349;*/
	padding: 5px;
}

/* ✦✦✦ ABOUT BODY EIGHTH CONTAINT AREA FORMATING ✦✦✦ */
.about-body-eighth-containt-area {
	position: relative;
	display: inline-block;
	justify-content: space-between;
	width: 90%;
	padding: 5px;
}

/* ✦✦✦ ABOUT BODY EIGHTH CONTAINT SECTION FORMATING ✦✦✦ */
.about-body-eighth-containt-section {
	position: relative;
	display: inline-block;
	width: 90%;
	max-width: 300px;
	border: 2px solid #252525;
	border-radius: 10px;
	margin: 10px;
}

/* ✦✦✦ ABOUT BODY EIGHTH CONTAINT HEADING FORMATING ✦✦✦ */
.about-body-eighth-containt-heading {
	position: relative;
	display: inline-block;
	width: 80%;
	color: #C5C5C5;
	font-family: "Sansation", sans-serif;
	font-size: 13px;
	vertical-align: top;
	padding: 5px;
}

/* ✦✦✦ ABOUT BODY EIGHTH CONTAINT IMAGE FORMATING ✦✦✦ */
.about-body-eighth-containt-image {
	position: relative;
	display: inline-block;
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

/* ✦✦✦ ABOUT BODY EIGHTH CONTAINT SECTION & IMAGE HOVER FORMATING ✦✦✦ */
.about-body-eighth-containt-section:hover {
	border: 2px solid #EAC349;
	cursor: pointer;
}

/* ✦✦✦ ABOUT BODY EIGHTH CONTAINT SECTION & HEADING HOVER FORMATING ✦✦✦ */
.about-body-eighth-containt-section:hover .about-body-eighth-containt-heading {
	color: #EAC349;
	cursor: pointer;
}

/* ✦✦✦ ABOUT BODY EIGHTH POPUP FORMATING ✦✦✦ */
.about-body-eighth-popup {
	position:fixed;
	inset:0;
	width: 100%;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:0px;
	background:rgba(0,0,0,.92);
	opacity:0;
	visibility:hidden;
	transition:.35s ease;
	z-index:99999;
}

/* ✦✦✦ ABOUT BODY EIGHTH POPUP ACTIVE FORMATING ✦✦✦ */
.about-body-eighth-popup.active {
	opacity:1;
	visibility:visible;
}

/* ✦✦✦ ABOUT BODY EIGHTH POPUP BOX FORMATING ✦✦✦ */
.about-body-eighth-popup-box {
	position:relative;
	width:90%;
	max-width:700px;
	background:#EAC349;
	border:2px solid #EAC349;
	border-radius:10px;
	text-align:center;
	overflow:hidden;
}

/* ✦✦✦ ABOUT BODY EIGHTH POPUP IMAGE FORMATING ✦✦✦ */
.about-body-eighth-popup-image {
	width:100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display:block;
}

/* ✦✦✦ ABOUT BODY EIGHTH POPUP HEADING FORMATING ✦✦✦ */
.about-body-eighth-popup-heading {
	margin-top:20px;
	margin-bottom: 20px;
	color:#000000;
	font-family: "Sansation", sans-serif;
	font-size:15px;
	font-weight:bold;
}

/* ✦✦✦ ABOUT BODY EIGHTH POPUP CLOSE FORMATING ✦✦✦ */
.about-body-eighth-popup-close {
	position:absolute;
	top:20px;
	right:20px;
	font-size:32px;
	color:#FFFFFF;
	cursor:pointer;
	transition:.3s;
}
.about-body-eighth-popup-close:hover {
	color:#EAC349;
	transform: rotate(90deg);
}

/* ✦✦✦ ABOUT BODY NINETH CONTAINT FORMATING ✦✦✦ */
.about-body-nineth-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 5px;
}

/* ✦✦✦ ABOUT BODY NINETH CONTAINT AREA FORMATING ✦✦✦ */
.about-body-nineth-containt-area {
	position: relative;
	display: inline-block;
	background-image: url("../images/lower_background_001.jpg");
	background-repeat:no-repeat;
	background-position:left;
	background-size: cover;
	justify-content: space-between;
	width: 80%;
	padding: 10px;
	margin: 10px;
	text-align: center;
	border: 1px solid #EAC349;
	border-radius: 10px;
}

/* ✦✦✦ ABOUT BODY NINETH CONTAINT HEADING FORMATING ✦✦✦ */
.about-body-nineth-containt-heading {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #C5C5C5;
	font-family: "Sansation", sans-serif;
	font-size: 18px;
	padding: 10px;
}

/* ✦✦✦ ABOUT BODY NINETH CONTAINT TEXT FORMATING ✦✦✦ */
.about-body-nineth-containt-text {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #FFFFFF;
	font-family: "Cormorant Garamond", serif;
	font-size: 50px;
	line-height: 50px;
	padding: 10px;
}

/* ✦✦✦ ABOUT BODY NINETH CONTAINT TEXT SPAN FORMATING ✦✦✦ */
.about-body-nineth-containt-text span {
	font-family: "Charm", cursive;
	font-size: 50px;
	font-style: italic;
	color: #EAC349;
}


/* ╔═══════════════════════════════════════════╗ */
/* ║             RESPONSIVE MEDIA              ║ */
/* ╚═══════════════════════════════════════════╝ */

/* ✦✦✦ RESPONSIVE MEDIA QUERIES MINIMUM 700PX ✦✦✦ */
@media(min-width:700px) {

	/* ✦✦✦ ABOUT BODY BANNER FORMATING ✦✦✦ */
	.about-body-banner {
		height:600px;
	}

	/* ✦✦✦ ABOUT BODY BANNER CONTAINT FORMATING ✦✦✦ */
	.about-body-banner-containt {
		padding-left:50px;
		padding-top:10px;
	}

	/* ✦✦✦ ABOUT BODY BANNER CONTAINT ITEM FORMATING ✦✦✦ */
	.about-body-banner-containt-item {
		display:inline-flex;
	}

	/* ✦✦✦ ABOUT BODY BANNER BUTTON SECTION FORMATING ✦✦✦ */
	.about-body-banner-button-section {
		width:250px;
		margin-top:20px;
	}

	/* ✦✦✦ ABOUT BODY BANNER CONTAINT H1 FORMATING ✦✦✦ */
	.about-body-banner-containt-h1 {
		font-size:12px;
	}

	/* ✦✦✦ ABOUT BODY BANNER CONTAINT BIG MID FORMATING ✦✦✦ */
	.about-body-banner-containt-big,
	.about-body-banner-containt-mid {
		font-size:80px;
	}

	/* ✦✦✦ ABOUT BODY BANNER CONTAINT SMALL FORMATING ✦✦✦ */
	.about-body-banner-containt-small {
		font-size:18px;
	}

	/* ✦✦✦ ABOUT BODY SIXTH CONTAINT SECTION FORMATING ✦✦✦ */
	.about-body-sixth-containt-section {
		width:250px;
	}

}

/* ✦✦✦ RESPONSIVE MEDIA QUERIES MINIMUM 768PX ✦✦✦ */
@media(min-width:768px) {

	/* ✦✦✦ ABOUT BODY SECOND CONTAINT BOX FORMATING ✦✦✦ */
	.about-body-second-containt-box {
		width: 250px;
	}

	/* ✦✦✦ ABOUT BODY FOURTH CONTAINT BOX FORMATING ✦✦✦ */
	.about-body-fourth-containt-box {
		width: 250px;
	}

	/* ✦✦✦ ABOUT BODY EIGHTH POPUP BOX FORMATING ✦✦✦ */
	.about-body-eighth-popup-box {
		max-width:500px;
	}

	/* ✦✦✦ ABOUT BODY EIGHTH POPUP HEADING FORMATING ✦✦✦ */
	.about-body-eighth-popup-heading {
		font-size:15px;
	}

	/* ✦✦✦ ABOUT BODY TEAM POPUP FORMATING ✦✦✦ */
	.about-body-team-popup {
		padding:20px;
	}

	/* ✦✦✦ ABOUT BODY TEAM POPUP CONTAINER FORMATING ✦✦✦ */
	.about-body-team-popup-container {
		max-width:900px;
	}

	/* ✦✦✦ ABOUT BODY TEAM POPUP IMAGE FORMATING ✦✦✦ */
	.about-body-team-popup-image {
		height:600px;
	}

	/* ✦✦✦ ABOUT BODY TEAM POPUP TITLE FORMATING ✦✦✦ */
	.about-body-team-popup-title {
		margin:20px 0 10px;
		font-size:20px;
	}

	/* ✦✦✦ ABOUT BODY TEAM POPUP COUNTER FORMATING ✦✦✦ */
	.about-body-team-popup-counter {
		margin-bottom:20px;
		font-size:16px;
	}

	/* ✦✦✦ ABOUT BODY TEAM POPUP CLOSE FORMATING ✦✦✦ */
	.about-body-team-popup-close {
		top:15px;
		right:20px;
		font-size:36px;
	}

	/* ✦✦✦ ABOUT BODY TEAM POPUP PREV NEXT FORMATING ✦✦✦ */
	.about-body-team-popup-prev,
	.about-body-team-popup-next {
		width:60px;
		height:60px;
		font-size:24px;
	}

	/* ✦✦✦ ABOUT BODY TEAM POPUP PREV FORMATING ✦✦✦ */
	.about-body-team-popup-prev {
		left:20px;
	}

	/* ✦✦✦ ABOUT BODY TEAM POPUP NEXT FORMATING ✦✦✦ */
	.about-body-team-popup-next {
		right:20px;
	}

	/* ✦✦✦ ABOUT BODY SECOND POPUP FORMATING ✦✦✦ */
	.about-body-second-popup {
		padding:20px;
	}

	/* ✦✦✦ ABOUT BODY SECOND POPUP BOX FORMATING ✦✦✦ */
	.about-body-second-popup-box {
		max-width:550px;
	}

	/* ✦✦✦ ABOUT BODY SECOND POPUP CONTENT FORMATING ✦✦✦ */
	.about-body-second-popup-content {
		padding:40px;
	}

	/* ✦✦✦ ABOUT BODY SECOND POPUP ICON FORMATING ✦✦✦ */
	.about-body-second-popup-icon {
		width:80px;
		height:80px;
		font-size:70px;
	}

	/* ✦✦✦ ABOUT BODY SECOND POPUP NUMBER FORMATING ✦✦✦ */
	.about-body-second-popup-number {
		font-size:60px;
	}

	/* ✦✦✦ ABOUT BODY SECOND POPUP HEADING FORMATING ✦✦✦ */
	.about-body-second-popup-heading {
		font-size:28px;
	}

	/* ✦✦✦ ABOUT BODY SECOND POPUP TEXT FORMATING ✦✦✦ */
	.about-body-second-popup-text {
		font-size:16px;
	}

	/* ✦✦✦ ABOUT BODY SECOND POPUP CLOSE FORMATING ✦✦✦ */
	.about-body-second-popup-close {
		top:15px;
		right:20px;
		font-size:36px;
	}

	/* ✦✦✦ ABOUT BODY FOURTH POPUP FORMATING ✦✦✦ */
	.about-body-fourth-popup {
		padding:20px;
	}

	/* ✦✦✦ ABOUT BODY FOURTH POPUP BOX FORMATING ✦✦✦ */
	.about-body-fourth-popup-box {
		max-width:550px;
	}

	/* ✦✦✦ ABOUT BODY FOURTH POPUP CONTENT FORMATING ✦✦✦ */
	.about-body-fourth-popup-content {
		padding:40px;
	}

	/* ✦✦✦ ABOUT BODY FOURTH POPUP ICON FORMATING ✦✦✦ */
	.about-body-fourth-popup-icon {
		width:80px;
		height:80px;
		font-size:70px;
	}

	/* ✦✦✦ ABOUT BODY FOURTH POPUP HEADING FORMATING ✦✦✦ */
	.about-body-fourth-popup-heading {
		font-size:30px;
	}

	/* ✦✦✦ ABOUT BODY FOURTH POPUP TEXT FORMATING ✦✦✦ */
	.about-body-fourth-popup-text {
		font-size:16px;
	}

	/* ✦✦✦ ABOUT BODY FOURTH POPUP CLOSE FORMATING ✦✦✦ */
	.about-body-fourth-popup-close {
		top:15px;
		right:20px;
		font-size:36px;
	}

	/* ✦✦✦ ABOUT BODY SIXTH CONTAINT BOX FORMATING ✦✦✦ */
	.about-body-sixth-containt-box {
		width: 250px;
	}

	/* ✦✦✦ ABOUT BODY SIXTH POPUP FORMATING ✦✦✦ */
	.about-body-sixth-popup {
		padding:20px;
	}

	/* ✦✦✦ ABOUT BODY SIXTH POPUP BOX FORMATING ✦✦✦ */
	.about-body-sixth-popup-box {
		max-width:550px;
	}

	/* ✦✦✦ ABOUT BODY SIXTH POPUP CONTENT FORMATING ✦✦✦ */
	.about-body-sixth-popup-content {
		padding:40px;
	}

	/* ✦✦✦ ABOUT BODY SIXTH POPUP ICON FORMATING ✦✦✦ */
	.about-body-sixth-popup-icon {
		width:80px;
		height:80px;
		font-size:70px;
	}

	/* ✦✦✦ ABOUT BODY SIXTH POPUP HEADING FORMATING ✦✦✦ */
	.about-body-sixth-popup-heading {
		font-size:30px;
	}

	/* ✦✦✦ ABOUT BODY SIXTH POPUP TEXT FORMATING ✦✦✦ */
	.about-body-sixth-popup-text {
		font-size:16px;
	}

	/* ✦✦✦ ABOUT BODY SIXTH POPUP CLOSE FORMATING ✦✦✦ */
	.about-body-sixth-popup-close {
		top:15px;
		right:20px;
		font-size:36px;
	}

}

/* ✦✦✦ RESPONSIVE MEDIA QUERIES MINIMUM 1200PX ✦✦✦ */
@media(min-width:1200px) {

	/* ✦✦✦ ABOUT BODY BANNER CONTAINT FORMATING ✦✦✦ */
	.about-body-banner-containt {
		width:45%;
		padding-left:150px;
		padding-top:20px;
	}

	/* ✦✦✦ ABOUT BODY FIRST CONTAINT AREA FORMATING ✦✦✦ */
	.about-body-first-containt-area {
		width:90%;
	}

}


/*==========EXTRA FORMATTING ============*/

/*table{
	border-style: solid;
	border-color: #FFF000;
	border-width: 1px;
}

tr, button{
	border-style: solid;
	border-color: #0006FF;
	border-width: 1px;
}

td{
	border-style: solid;
	border-color: #FF0000;
	border-width: 1px;
}

div, img{
	border-style: solid;
	border-color: #00FF0C;
	border-width: 1px;
}

big, small, h1, h2, h3, h4, h5, h6, p, label{
	border-style: solid;
	border-color: #FF00D2;
	border-width: 1px;
}

hr{
	border-style: solid;
	border-color: #FF9000;
	border-width: 1px;
}

button{
	border-style: solid;
	border-color: #c5c5c5;
	border-width: 1px;
}*/