/* ✦✦✦ 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 ✦✦✦ */
.services-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 ✦✦✦ */
.services-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(3) {
	color: #EAC349;
}

/* ✦✦✦ NAVBAR SIDEMENU ITEM ACTIVE BORDER FORMATING ✦✦✦ */
.navbar-sidemenu-item:nth-child(3) {
  background:rgba(234,195,73,.08);
  border-color:#EAC349;
}

/* ✦✦✦ NAVBAR SIDEMENU ITEM ACTIVE ICON BORDER FORMATING ✦✦✦ */
.navbar-sidemenu-nav .navbar-sidemenu-item:nth-child(3) .navbar-sidemenu-icon {
  border-color:#EAC349;
}

/* ✦✦✦ NAVBAR SIDEMENU ITEM ACTIVE ICON COLOR FORMATING ✦✦✦ */
.navbar-sidemenu-nav .navbar-sidemenu-item:nth-child(3) .navbar-sidemenu-icon i{
  color: #EAC349;
}

/* ✦✦✦ SERVICES BODY CONTAINER FORMATING ✦✦✦ */
.services-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;
}

/* ✦✦✦ SERVICES BODY BANNER FORMATING ✦✦✦ */
.services-body-banner {
	position: relative;
	display: inline-block;
	background-image: url("../images/services-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;
}

/* ✦✦✦ SERVICES BODY BANNER CONTAINT FORMATING ✦✦✦ */
.services-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;
}

/* ✦✦✦ SERVICES BODY BANNER CONTAINT H1 FORMATING ✦✦✦ */
.services-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;
}

/* ✦✦✦ SERVICES BODY BANNER CONTAINT BIG FORMATING ✦✦✦ */
.services-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;
}

/* ✦✦✦ SERVICES BODY BANNER CONTAINT MID FORMATING ✦✦✦ */
.services-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: 75px;
	padding-bottom: 40px;
}

/* ✦✦✦ SERVICES BODY BANNER CONTAINT SMALL FORMATING ✦✦✦ */
.services-body-banner-containt-small {
	position: relative;
	display: inline-block;
	width: 90%;
	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;
}

/* ✦✦✦ SERVICES BODY BANNER CONTAINT ITEM FORMATING ✦✦✦ */
.services-body-banner-containt-item {
  position: relative;
  display: inline-block;
  width: 90%;
  vertical-align: bottom;
  text-align: left;
  justify-content: left;
  padding: 10px 5px;
}

/* ✦✦✦ SERVICES BODY BANNER CONTAINT BUTTON SECTION FORMATING ✦✦✦ */
.services-body-banner-button-section {
  position: relative;
  display: inline-flex;
  width: 80%;
  padding: 10px 0px;
}

/* ✦✦✦ SERVICES BODY BANNER CONTAINT PRODUCTION BUTTON FORMATING ✦✦✦ */
.services-body-banner-production-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;
}

/* ✦✦✦ SERVICES BODY BANNER CONTAINT PRODUCTION BUTTON FORMATING ✦✦✦ */
.services-body-banner-production-button:hover {
  background-position: right center;
  color: #111;
  border: 1px solid #EAC349;
  letter-spacing: 1.2px;
}

/* ✦✦✦ SERVICES BODY BANNER CONTAINT PRODUCTION BUTTON ACTIVE FORMATING ✦✦✦ */
.services-body-banner-production-button:active {
  transform: scale(0.95);
}

/* ✦✦✦ SERVICES BODY BANNER CONTAINT PRODUCTION BUTTON AFTER FORMATING ✦✦✦ */
.services-body-banner-production-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;
}

/* ✦✦✦ SERVICES BODY BANNER CONTAINT PRODUCTION BUTTON HOVER AFTER FORMATING ✦✦✦ */
.services-body-banner-production-button:hover::after {
  left: 250px;
}

/* ✦✦✦ SERVICES BODY IMAGE POPUP FORMATING ✦✦✦ */
.services-image-popup{
	position:fixed;
	inset:0;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:20px;
	background:rgba(0,0,0,.92);
	backdrop-filter:blur(10px);
	opacity:0;
	visibility:hidden;
	transition:.35s;
	z-index:9999;
}

/* ✦✦✦ SERVICES BODY IMAGE POPUP ACTIVE FORMATING ✦✦✦ */
.services-image-popup.active {
	opacity:1;
	visibility:visible;
}

/* ✦✦✦ SERVICES BODY IMAGE POPUP CONTAINER FORMATING ✦✦✦ */
.services-image-popup-container {
	position:relative;
	width:100%;
	height: 500px;
	max-width:600px;
	max-height: 80%;
	background:#090909;
	border:1px solid #EAC349;
	border-radius:10px;
	/*padding:20px;*/
	text-align:center;
	box-shadow:0 0 40px rgba(234,195,73,.15);
}

/* ✦✦✦ SERVICES BODY IMAGE POPUP IMAGE FORMATING ✦✦✦ */
.services-image-popup-image {
	width:100%;
	height:250px;
	object-fit:cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display:block;
}

/* ✦✦✦ SERVICES BODY IMAGE POPUP CONTENT FORMATING ✦✦✦ */
.services-image-popup-content {
	display:flex;
	flex-direction:column;
	align-items:center;
	margin-top:10px;
}

/* ✦✦✦ SERVICES BODY IMAGE POPUP ICON FORMATING ✦✦✦ */
.services-image-popup-icon {
	font-size:42px;
	color:#EAC349;
	display:block;
	padding: 5px;
	margin: 5px;
}

/* ✦✦✦ SERVICES BODY IMAGE POPUP TITLE FORMATING ✦✦✦ */
.services-image-popup-title {
	margin:0;
	font-size:24px;
	font-weight:700;
	color:#fff;
	padding: 5px;
	margin: 5px;
}

/* ✦✦✦ SERVICES BODY IMAGE POPUP DESCRIPTION FORMATING ✦✦✦ */
.services-image-popup-description {
	width: 90%;
	height: 70px;
	font-size:15px;
	line-height:1.2;
	color:#cfcfcf;
	padding: 10px;
}

/* ✦✦✦ SERVICES BODY IMAGE POPUP COUNTER FORMATING ✦✦✦ */
.services-image-popup-counter {
	margin:0;
	font-size:15px;
	color:#EAC349;
	letter-spacing:1px;
	padding: 10px;
}

/* ✦✦✦ SERVICES BODY IMAGE POPUP CLOSE FORMATING ✦✦✦ */
.services-image-popup-close {
	position:absolute;
	top:15px;
	right:15px;
	width:42px;
	height:42px;
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px solid #EAC349;
	border-radius:50%;
	background:#111;
	color:#EAC349;
	cursor:pointer;
	transition:.3s;
	z-index:2;
}

/* ✦✦✦ SERVICES BODY IMAGE POPUP CLOSE HOVER FORMATING ✦✦✦ */
.services-image-popup-close:hover {
	background:#EAC349;
	color:#000;
	transform: rotate(90deg);
}

/* ✦✦✦ SERVICES BODY IMAGE POPUP PREVIOUS AND NEXT FORMATING ✦✦✦ */
.services-image-popup-prev,
.services-image-popup-next {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:45px;
	height:45px;
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px solid #EAC349;
	border-radius:50%;
	background:#111;
	color:#EAC349;
	cursor:pointer;
	font-size:18px;
	transition:.3s;
}

/* ✦✦✦ SERVICES BODY IMAGE POPUP PREVIOUS FORMATING ✦✦✦ */
.services-image-popup-prev {
	left:-24px;
}

/* ✦✦✦ SERVICES BODY IMAGE POPUP NEXT FORMATING ✦✦✦ */
.services-image-popup-next {
	right:-24px;
}

/* ✦✦✦ SERVICES BODY IMAGE POPUP PREVIOUS AND NEXT HOVER FORMATING ✦✦✦ */
.services-image-popup-prev:hover,
.services-image-popup-next:hover {
	background:#EAC349;
	color:#000;
}

/* ✦✦✦ SERVICES BODY FIRST CONTAINT FORMATING ✦✦✦ */
.services-body-first-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	height: auto;
	border-top: 1px solid #EAC349;
	padding: 5px;
}

/* ✦✦✦ SERVICES BODY FIRST CONTAINT AREA FORMATING ✦✦✦ */
.services-body-first-containt-area {
	position: relative;
	display: inline-block;
	justify-content: space-between;
	width: 90%;
	padding: 5px;
}

/* ✦✦✦ SERVICES BODY FIRST CONTAINT HEADING FORMATING ✦✦✦ */
.services-body-first-containt-heading {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #EAC349;
	font-family: "Sansation", sans-serif;
	font-size: 20px;
	padding: 10px;
}

/* ✦✦✦ SERVICES BODY FIRST CONTAINT TEXT FORMATING ✦✦✦ */
.services-body-first-containt-text {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #FFFFFF;
	font-family: "Cormorant Garamond", serif;
	font-size: 40px;
	line-height: 45px;
	padding: 10px;
}

/* ✦✦✦ SERVICES BODY FIRST CONTAINT TEXT SPAN FORMATING ✦✦✦ */
.services-body-first-containt-text span {
	color: #EAC349;
	font-family: "Charm", cursive;
	font-style: italic;
	font-size: 40px;
}

/* ✦✦✦ SERVICES BODY FIRST CONTAINT BODY FORMATING ✦✦✦ */
.services-body-first-containt-body {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #C5C5C5;
	font-family: "Sansation", sans-serif;
	font-size: 18px;
	padding: 10px;
}

/* ✦✦✦ SERVICES BODY SECOND CONTAINT FORMATING ✦✦✦ */
.services-body-second-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 10px;
	vertical-align: top;
}

/* ✦✦✦ SERVICES BODY SECOND CONTAINT AREA FORMATING ✦✦✦ */
.services-body-second-containt-area {
	position: relative;
	display: inline-block;
	justify-content: space-between;
	width: 90%;
	padding: 5px;
	vertical-align: top;
}

/* ✦✦✦ SERVICES BODY SECOND CONTAINT SECTION FORMATING ✦✦✦ */
.services-body-second-containt-section {
	position: relative;
	display: inline-block;
	width: 90%;
	height: auto;
	border: 1px solid #555555;
	border-radius: 10px;
	margin: 10px;
	vertical-align: top;
}

/* ✦✦✦ SERVICES BODY SECOND CONTAINT SECTION FORMATING ✦✦✦ */
.services-body-second-containt-section:hover {
	border: 1px solid #EAC349;
}

/* ✦✦✦ SERVICES BODY SECOND CONTAINT IMAGE FORMATING ✦✦✦ */
.services-body-second-containt-image {
	position: relative;
	display: inline-block;
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	vertical-align: middle;
}

/* ✦✦✦ SERVICES BODY SECOND CONTAINT HEADER FORMATING ✦✦✦ */
.services-body-second-containt-header {
	position: relative;
	display: inline-block;
	width: 90%;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}

/* ✦✦✦ SERVICES BODY SECOND CONTAINT ICON FORMATING ✦✦✦ */
.services-body-second-containt-icon {
	position: relative;
	display: inline-block;
	color: #EAC349;
	width: 30px;
	height: 30px;
	font-size: 30px;
	padding: 10px;
	border: 1px solid #EAC349;
	border-radius: 100%;
	margin-top: 10px;
}

/* ✦✦✦ SERVICES BODY SECOND CONTAINT HEADING FORMATING ✦✦✦ */
.services-body-second-containt-heading {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #ffffff;
	font-family: "Sansation", sans-serif;
	font-size: 20px;
	padding: 5px;
	margin-top: 10px;
}

/* ✦✦✦ SERVICES BODY SECOND CONTAINT TEXT FORMATING ✦✦✦ */
.services-body-second-containt-text {
	position: relative;
	display: inline-block;
	width: 90%;
	height: 60px;
	color: #C5C5C5;
	font-family: "Sansation", sans-serif;
	font-size: 15px;
	padding: 5px;
}

/* ✦✦✦ SERVICES BODY SECOND CONTAINT BUTTON FORMATING ✦✦✦ */
.services-body-second-containt-button {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #EAC349;
	font-family: "Sansation", sans-serif;
	font-size: 15px;
	padding: 5px;
	margin-top: 20px;
	transition: all .3s ease;
}

/* ✦✦✦ SERVICES BODY SECOND CONTAINT BUTTON HOVER FORMATING ✦✦✦ */
.services-body-second-containt-button:hover {
	color: #EAC349;
	padding-left: 15px;
	letter-spacing: 1.1px;
	cursor: pointer;
}

/* ✦✦✦ SERVICES BODY SECOND POPUP FORMATING ✦✦✦ */
.services-body-second-popup {
	position:fixed;
	inset:0;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:20px;
	background:rgba(0,0,0,.92);
	opacity:0;
	visibility:hidden;
	transition:.35s ease;
	z-index:99999;
}

/* ✦✦✦ SERVICES BODY SECOND POPUP ACTIVE FORMATING ✦✦✦ */
.services-body-second-popup.active {
	opacity:1;
	visibility:visible;
}

/* ✦✦✦ SERVICES BODY SECOND POPUP BOX FORMATING ✦✦✦ */
.services-body-second-popup-box {
	position:relative;
	width:100%;
	max-width:800px;
	background:#111111;
	border:2px solid #252525;
	border-radius:10px;
	overflow:hidden;
}

/* ✦✦✦ SERVICES BODY SECOND POPUP IMAGE FORMATING ✦✦✦ */
.services-body-second-popup-image {
	display:block;
	width:100%;
	height:350px;
	object-fit:cover;
}

/* ✦✦✦ SERVICES BODY SECOND POPUP CONTENT FORMATING ✦✦✦ */
.services-body-second-popup-content {
	padding:30px;
	text-align:center;
}

/* ✦✦✦ SERVICES BODY SECOND POPUP ICON WRAPPER FORMATING ✦✦✦ */
.services-body-second-popup-icon-wrapper {
	display:flex;
	justify-content:center;
	margin-bottom:20px;
}

/* ✦✦✦ SERVICES BODY SECOND POPUP ICON FORMATING ✦✦✦ */
.services-body-second-popup-icon {
	display:flex;
	justify-content:center;
	align-items:center;
	width:70px;
	height:70px;
	border-radius:50%;
	color:#EAC349;
	font-size:60px;
	vertical-align: middle;
}

/* ✦✦✦ SERVICES BODY SECOND POPUP HEADING FORMATING ✦✦✦ */
.services-body-second-popup-heading {
	color:#FFFFFF;
	font-family:"Sansation",sans-serif;
	font-size:32px;
	margin-bottom:15px;
}

/* ✦✦✦ SERVICES BODY SECOND POPUP TEXT FORMATING ✦✦✦ */
.services-body-second-popup-text {
	color:#C5C5C5;
	font-family:"Sansation",sans-serif;
	font-size:16px;
	line-height:1.8;
}

/* ✦✦✦ SERVICES BODY SECOND POPUP CLOSE FORMATING ✦✦✦ */
.services-body-second-popup-close {
	position:absolute;
	width: 40px;
	height: 40px;
	top:20px;
	right:20px;
	color:#FFFFFF;
	font-size:34px;
	cursor:pointer;
	z-index:2;
	transition:.3s ease;
}

/* ✦✦✦ SERVICES BODY SECOND POPUP CLOSE HOVER FORMATING ✦✦✦ */
.services-body-second-popup-close:hover {
	color:#EAC349;
	transform: rotate(90deg);
}

/* ✦✦✦ SERVICES BODY THIRD CONTAINT FORMATING ✦✦✦ */
.services-body-third-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 5px;
}

/* ✦✦✦ SERVICES BODY THIRD CONTAINT AREA FORMATING ✦✦✦ */
.services-body-third-containt-area {
	position: relative;
	display: inline-block;
	justify-content: space-between;
	width: 90%;
	padding: 5px;
}

/* ✦✦✦ SERVICES BODY THIRD CONTAINT HEADING FORMATING ✦✦✦ */
.services-body-third-containt-heading {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #EAC349;
	font-family: "Sansation", sans-serif;
	font-size: 20px;
	padding: 10px;
}

/* ✦✦✦ SERVICES BODY THIRD CONTAINT TEXT FORMATING ✦✦✦ */
.services-body-third-containt-text {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #FFFFFF;
	font-family: "Cormorant Garamond", serif;
	font-size: 40px;
	line-height: 40px;
	padding: 10px;
}

/* ✦✦✦ SERVICES BODY THIRD CONTAINT TEXT SPAN FORMATING ✦✦✦ */
.services-body-third-containt-text span {
	color: #EAC349;
	font-family: "Charm", cursive;
	font-style: italic;
	font-size: 40px;
}

/* ✦✦✦ SERVICES BODY THIRD CONTAINT BODY FORMATING ✦✦✦ */
.services-body-third-containt-body {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #C5C5C5;
	font-family: "Sansation", sans-serif;
	font-size: 18px;
	padding: 10px;
}

/* ✦✦✦ SERVICES BODY FOURTH CONTAINT FORMATING ✦✦✦ */
.services-body-fourth-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 10px;
	vertical-align: top;
}

/* ✦✦✦ SERVICES BODY FOURTH CONTAINT AREA FORMATING ✦✦✦ */
.services-body-fourth-containt-area {
	position: relative;
	display: inline-block;
	justify-content: space-between;
	width: 90%;
	padding: 5px;
	vertical-align: top;
}

/* ✦✦✦ SERVICES BODY FOURTH CONTAINT SECTION FORMATING ✦✦✦ */
.services-body-fourth-containt-section {
	position: relative;
	display: inline-block;
	width: 90%;
	height: auto;
	border: 1px solid #555555;
	border-radius: 10px;
	margin: 10px;
	vertical-align: top;
}

/* ✦✦✦ SERVICES BODY FOURTH CONTAINT SECTION FORMATING ✦✦✦ */
.services-body-fourth-containt-section:hover {
	border: 1px solid #EAC349;
}

/* ✦✦✦ SERVICES BODY FOURTH CONTAINT IMAGE FORMATING ✦✦✦ */
.services-body-fourth-containt-image {
	position: relative;
	display: inline-block;
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	vertical-align: middle;
}

/* ✦✦✦ SERVICES BODY FOURTH CONTAINT HEADER FORMATING ✦✦✦ */
.services-body-fourth-containt-header {
	position: relative;
	display: inline-block;
	width: 90%;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}

/* ✦✦✦ SERVICES BODY FOURTH CONTAINT ICON FORMATING ✦✦✦ */
.services-body-fourth-containt-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #EAC349;
	width: 30px;
	height: 30px;
	font-size: 30px;
	padding: 10px;
	border: 1px solid #EAC349;
	border-radius: 100%;
	margin-top: 10px;
}

/* ✦✦✦ SERVICES BODY FOURTH CONTAINT HEADING FORMATING ✦✦✦ */
.services-body-fourth-containt-heading {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #ffffff;
	font-family: "Sansation", sans-serif;
	font-size: 20px;
	padding: 5px;
	margin-top: 10px;
}

/* ✦✦✦ SERVICES BODY FOURTH CONTAINT TEXT FORMATING ✦✦✦ */
.services-body-fourth-containt-text {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #C5C5C5;
	font-family: "Sansation", sans-serif;
	font-size: 15px;
	padding: 5px;
}

/* ✦✦✦ SERVICES BODY FOURTH CONTAINT BUTTON FORMATING ✦✦✦ */
.services-body-fourth-containt-button {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #EAC349;
	font-family: "Sansation", sans-serif;
	font-size: 15px;
	padding: 5px;
	margin-top: 20px;
	transition: all .3s ease;
}

/* ✦✦✦ SERVICES BODY FOURTH CONTAINT BUTTON HOVER FORMATING ✦✦✦ */
.services-body-fourth-containt-button:hover {
	color: #EAC349;
	padding-left: 15px;
	letter-spacing: 1.1px;
	cursor: pointer;
}

/* ✦✦✦ SERVICES BODY FOURTH POPUP FORMATING ✦✦✦ */
.services-body-fourth-popup {
	position:fixed;
	inset:0;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:20px;
	background:rgba(0,0,0,.92);
	opacity:0;
	visibility:hidden;
	transition:.35s ease;
	z-index:99999;
}

/* ✦✦✦ SERVICES BODY FOURTH POPUP ACTIVE FORMATING ✦✦✦ */
.services-body-fourth-popup.active {
	opacity:1;
	visibility:visible;
}

/* ✦✦✦ SERVICES BODY FOURTH POPUP BOX FORMATING ✦✦✦ */
.services-body-fourth-popup-box {
	position:relative;
	width:100%;
	max-width:800px;
	background:#111111;
	border:1px solid #252525;
	border-radius:10px;
	overflow:hidden;
}

/* ✦✦✦ SERVICES BODY FOURTH POPUP IMAGE FORMATING ✦✦✦ */
.services-body-fourth-popup-image {
	display:block;
	width:100%;
	height:350px;
	object-fit:cover;
}

/* ✦✦✦ SERVICES BODY FOURTH POPUP CONTENT FORMATING ✦✦✦ */
.services-body-fourth-popup-content {
	padding:30px;
	text-align:center;
}

/* ✦✦✦ SERVICES BODY FOURTH POPUP ICON WRAPPER FORMATING ✦✦✦ */
.services-body-fourth-popup-icon-wrapper {
	display:flex;
	justify-content:center;
	margin-bottom:20px;
}

/* ✦✦✦ SERVICES BODY FOURTH POPUP ICON FORMATING ✦✦✦ */
.services-body-fourth-popup-icon {
	display:flex;
	justify-content:center;
	align-items:center;
	width:70px;
	height:70px;
	border-radius:50%;
	color:#EAC349;
	font-size:60px;
}

/* ✦✦✦ SERVICES BODY FOURTH POPUP HEADING FORMATING ✦✦✦ */
.services-body-fourth-popup-heading {
	color:#FFFFFF;
	font-family:"Sansation",sans-serif;
	font-size:32px;
	margin-bottom:15px;
}

/* ✦✦✦ SERVICES BODY FOURTH POPUP TEXT FORMATING ✦✦✦ */
.services-body-fourth-popup-text {
	color:#C5C5C5;
	font-family:"Sansation",sans-serif;
	font-size:16px;
	line-height:1.8;
}

/* ✦✦✦ SERVICES BODY FOURTH POPUP CLOSE FORMATING ✦✦✦ */
.services-body-fourth-popup-close {
	position:absolute;
	width: 40px;
	height: 40px;
	top:20px;
	right:20px;
	color:#FFFFFF;
	font-size:34px;
	cursor:pointer;
	z-index:2;
	transition:.3s ease;
}

/* ✦✦✦ SERVICES BODY FOURTH POPUP CLOSE HOVER FORMATING ✦✦✦ */
.services-body-fourth-popup-close:hover {
	color:#EAC349;
	transform: rotate(90deg);
}

/* ✦✦✦ SERVICES BODY FIFTH CONTAINT FORMATING ✦✦✦ */
.services-body-fifth-containt {
	display: inline-block;
	position: relative;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 5px;
}

/* ✦✦✦ SERVICES BODY FIFTH CONTAINT AREA FORMATING ✦✦✦ */
.services-body-fifth-containt-area {
	position: relative;
	display: inline-block;
	justify-content: space-between;
	background-image: url("../images/lower_background_002.jpg");
	background-repeat:no-repeat;
	background-position:left;
	background-size: cover;
	width: 80%;
	padding: 10px;
	margin: 10px;
	text-align: center;
	border: 1px solid #EAC349;
	border-radius: 10px;
}

/* ✦✦✦ SERVICES BODY FIFTH CONTAINT HEADING FORMATING ✦✦✦ */
.services-body-fifth-containt-heading {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #C5C5C5;
	font-family: "Sansation", sans-serif;
	font-size: 18px;
	padding: 10px;
}

/* ✦✦✦ SERVICES BODY FIFTH CONTAINT TEXT FORMATING ✦✦✦ */
.services-body-fifth-containt-text {
	position: relative;
	display: inline-block;
	width: 90%;
	color: #FFFFFF;
	font-family: "Cormorant Garamond", serif;
	font-size: 50px;
	line-height: 50px;
	padding: 10px;
}

/* ✦✦✦ SERVICES BODY FIFTH CONTAINT TEXT SPAN FORMATING ✦✦✦ */
.services-body-fifth-containt-text span {
	font-family: "Charm", cursive;
	font-size: 50px;
	font-style: italic;
	color: #EAC349;
}


/* ╔═══════════════════════════════════════════╗ */
/* ║             RESPONSIVE MEDIA              ║ */
/* ╚═══════════════════════════════════════════╝ */

/* ✦✦✦ RESPONSIVE MEDIA QUERIES MINIMUM 700PX ✦✦✦ */
@media only screen and (min-width:700px) {

	/* ✦✦✦ SERVICES BODY BANNER FORMATING ✦✦✦ */
	.services-body-banner {
		height:600px;
	}

	/* ✦✦✦ SERVICES BODY BANNER CONTAINT FORMATING ✦✦✦ */
	.services-body-banner-containt {
		padding-left:50px;
		padding-top:10px;
	}

	/* ✦✦✦ SERVICES BODY BANNER CONTAINT ITEM FORMATING ✦✦✦ */
	.services-body-banner-containt-item {
		display:inline-flex;
	}

	/* ✦✦✦ SERVICES BODY BANNER BUTTON SECTION FORMATING ✦✦✦ */
	.services-body-banner-button-section {
		width:250px;
		margin-top:20px;
	}

	/* ✦✦✦ SERVICES BODY BANNER CONTAINT H1 FORMATING ✦✦✦ */
	.services-body-banner-containt-h1 {
		font-size:12px;
	}

	/* ✦✦✦ SERVICES BODY BANNER CONTAINT BIG FORMATING ✦✦✦ */
	.services-body-banner-containt-big {
		font-size:80px;
	}

	/* ✦✦✦ SERVICES BODY BANNER CONTAINT MID FORMATING ✦✦✦ */
	.services-body-banner-containt-mid {
		font-size:80px;
	}

	/* ✦✦✦ SERVICES BODY BANNER CONTAINT SMALL FORMATING ✦✦✦ */
	.services-body-banner-containt-small {
		font-size:18px;
	}

	/* ✦✦✦ SERVICES BODY SECOND CONTAINT SECTION FORMATING ✦✦✦ */
	.services-body-second-containt-section {
		width:400px;
	}

	/* ✦✦✦ SERVICES BODY FOURTH CONTAINT SECTION FORMATING ✦✦✦ */
	.services-body-fourth-containt-section {
		width:400px;
	}

	/* ✦✦✦ SERVICES BODY SIXTH CONTAINT SECTION FORMATING ✦✦✦ */
	.services-body-sixth-containt-section {
		width:250px;
	}

}

/* ✦✦✦ RESPONSIVE MEDIA QUERIES MAXIMUM 768PX ✦✦✦ */
@media(max-width:768px) {

	/* ✦✦✦ SERVICES IMAGE POPUP CONTAINER FORMATING ✦✦✦ */
	.services-image-popup-container {
		width:90%;
		max-width:90%;
	}

	/* ✦✦✦ SERVICES IMAGE POPUP IMAGE FORMATING ✦✦✦ */
	.services-image-popup-image {
		height:200px;
	}

	/* ✦✦✦ SERVICES IMAGE POPUP ICON FORMATING ✦✦✦ */
	.services-image-popup-icon {
		font-size:45px;
	}

	/* ✦✦✦ SERVICES IMAGE POPUP TITLE FORMATING ✦✦✦ */
	.services-image-popup-title {
		font-size:25px;
	}

	/* ✦✦✦ SERVICES IMAGE POPUP DESCRIPTION FORMATING ✦✦✦ */
	.services-image-popup-description {
		font-size:15px;
		max-width:90%;
	}

	/* ✦✦✦ SERVICES IMAGE POPUP COUNTER FORMATING ✦✦✦ */
	.services-image-popup-counter {
		font-size:15px;
	}

	/* ✦✦✦ SERVICES IMAGE POPUP PREV NEXT FORMATING ✦✦✦ */
	.services-image-popup-prev,
	.services-image-popup-next {
		width:50px;
		height:50px;
		font-size:20px;
	}

	/* ✦✦✦ SERVICES IMAGE POPUP PREV FORMATING ✦✦✦ */
	.services-image-popup-prev {
		left:-28px;
	}

	/* ✦✦✦ SERVICES IMAGE POPUP NEXT FORMATING ✦✦✦ */
	.services-image-popup-next {
		right:-28px;
	}

	/* ✦✦✦ SERVICES BODY SECOND POPUP FORMATING ✦✦✦ */
	.services-body-second-popup {
		padding:10px;
	}

	/* ✦✦✦ SERVICES BODY SECOND POPUP BOX FORMATING ✦✦✦ */
	.services-body-second-popup-box {
		max-width:340px;
	}

	/* ✦✦✦ SERVICES BODY SECOND POPUP IMAGE FORMATING ✦✦✦ */
	.services-body-second-popup-image {
		height:180px;
	}

	/* ✦✦✦ SERVICES BODY SECOND POPUP CONTENT FORMATING ✦✦✦ */
	.services-body-second-popup-content {
		padding:20px;
	}

	/* ✦✦✦ SERVICES BODY SECOND POPUP ICON WRAPPER FORMATING ✦✦✦ */
	.services-body-second-popup-icon-wrapper {
		margin-bottom:15px;
	}

	/* ✦✦✦ SERVICES BODY SECOND POPUP ICON FORMATING ✦✦✦ */
	.services-body-second-popup-icon {
		width:55px;
		height:55px;
		font-size:22px;
	}

	/* ✦✦✦ SERVICES BODY SECOND POPUP HEADING FORMATING ✦✦✦ */
	.services-body-second-popup-heading {
		font-size:22px;
	}

	/* ✦✦✦ SERVICES BODY SECOND POPUP TEXT FORMATING ✦✦✦ */
	.services-body-second-popup-text {
		font-size:14px;
	}

	/* ✦✦✦ SERVICES BODY SECOND POPUP CLOSE FORMATING ✦✦✦ */
	.services-body-second-popup-close {
		top:10px;
		right:15px;
		font-size:28px;
	}

	/* ✦✦✦ SERVICES BODY FOURTH POPUP FORMATING ✦✦✦ */
	.services-body-fourth-popup {
		padding:10px;
	}

	/* ✦✦✦ SERVICES BODY FOURTH POPUP BOX FORMATING ✦✦✦ */
	.services-body-fourth-popup-box {
		max-width:340px;
	}

	/* ✦✦✦ SERVICES BODY FOURTH POPUP IMAGE FORMATING ✦✦✦ */
	.services-body-fourth-popup-image {
		height:180px;
	}

	/* ✦✦✦ SERVICES BODY FOURTH POPUP CONTENT FORMATING ✦✦✦ */
	.services-body-fourth-popup-content {
		padding:20px;
	}

	/* ✦✦✦ SERVICES BODY FOURTH POPUP ICON WRAPPER FORMATING ✦✦✦ */
	.services-body-fourth-popup-icon-wrapper {
		margin-bottom:15px;
	}

	/* ✦✦✦ SERVICES BODY FOURTH POPUP ICON FORMATING ✦✦✦ */
	.services-body-fourth-popup-icon {
		width:55px;
		height:55px;
		font-size:22px;
	}

	/* ✦✦✦ SERVICES BODY FOURTH POPUP HEADING FORMATING ✦✦✦ */
	.services-body-fourth-popup-heading {
		font-size:22px;
	}

	/* ✦✦✦ SERVICES BODY FOURTH POPUP TEXT FORMATING ✦✦✦ */
	.services-body-fourth-popup-text {
		font-size:14px;
	}

	/* ✦✦✦ SERVICES BODY FOURTH POPUP CLOSE FORMATING ✦✦✦ */
	.services-body-fourth-popup-close {
		top:10px;
		right:15px;
		font-size:28px;
	}

}

/* ✦✦✦ RESPONSIVE MEDIA QUERIES MINIMUM 1200PX ✦✦✦ */
@media only screen and (min-width:1200px) {

	/* ✦✦✦ SERVICES BODY BANNER CONTAINT FORMATING ✦✦✦ */
	.services-body-banner-containt {
		width:45%;
		padding-left:150px;
		padding-top:20px;
	}

	/* ✦✦✦ SERVICES BODY FIRST CONTAINT AREA FORMATING ✦✦✦ */
	.services-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;
}*/