/* ✦✦✦ MAIN PAGE BACKGROUND FORMATING ✦✦✦ */
.contact-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 ✦✦✦ */
.contact-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(7) {
  color: #EAC349;
}

/* ✦✦✦ NAVBAR SIDEMENU ITEM ACTIVE BORDER FORMATING ✦✦✦ */
.navbar-sidemenu-item:nth-child(7) {
  background:rgba(234,195,73,.08);
  border-color:#EAC349;
}

/* ✦✦✦ NAVBAR SIDEMENU ITEM ACTIVE ICON BORDER FORMATING ✦✦✦ */
.navbar-sidemenu-nav .navbar-sidemenu-item:nth-child(7) .navbar-sidemenu-icon {
  border-color:#EAC349;
}

/* ✦✦✦ NAVBAR SIDEMENU ITEM ACTIVE ICON COLOR FORMATING ✦✦✦ */
.navbar-sidemenu-nav .navbar-sidemenu-item:nth-child(7) .navbar-sidemenu-icon i{
  color: #EAC349;
}

/* ✦✦✦ BLOGS BODY CONTAINER FORMATING ✦✦✦ */
.contact-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;
}

/* ✦✦✦ BLOGS BODY BANNER FORMATING ✦✦✦ */
.contact-body-banner {
  position: relative;
  display: inline-block;
  background-image: url("../images/contact-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;
	border-bottom: 1px solid #EAC349;
}

/* ✦✦✦ BLOGS BODY BANNER CONTAINT FORMATING ✦✦✦ */
.contact-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;
}

/* ✦✦✦ BLOGS BODY BANNER CONTAINT H1 FORMATING ✦✦✦ */
.contact-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;
}

/* ✦✦✦ BLOGS BODY BANNER CONTAINT BIG FORMATING ✦✦✦ */
.contact-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;
}

/* ✦✦✦ BLOGS BODY BANNER CONTAINT MID FORMATING ✦✦✦ */
.contact-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;
}

/* ✦✦✦ BLOGS BODY BANNER CONTAINT SMALL FORMATING ✦✦✦ */
.contact-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;
}

/* ✦✦✦ CONTACT BODY BANNER CONTAINT ITEM FORMATING ✦✦✦ */
.contact-body-banner-containt-item {
  position: relative;
  display: inline-block;
  width: 90%;
  vertical-align: bottom;
  text-align: left;
  justify-content: left;
  padding: 10px 5px;
}

/* ✦✦✦ CONTACT BODY BANNER CONTAINT BUTTON SECTION FORMATING ✦✦✦ */
.contact-body-banner-button-section {
  position: relative;
  display: inline-flex;
  width: 80%;
  padding: 10px 0px;
}

/* ✦✦✦ CONTACT BODY BANNER CONTAINT TEAM BUTTON FORMATING ✦✦✦ */
.contact-body-banner-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;
}

/* ✦✦✦ CONTACT BODY BANNER CONTAINT TEAM BUTTON FORMATING ✦✦✦ */
.contact-body-banner-button:hover {
  background-position: right center;
  color: #111;
  border: 1px solid #EAC349;
  letter-spacing: 1.2px;
}

/* ✦✦✦ CONTACT BODY BANNER CONTAINT TEAM BUTTON ACTIVE FORMATING ✦✦✦ */
.contact-body-banner-button:active {
  transform: scale(0.95);
}

/* ✦✦✦ CONTACT BODY BANNER CONTAINT TEAM BUTTON AFTER FORMATING ✦✦✦ */
.contact-body-banner-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;
}

/* ✦✦✦ CONTACT BODY BANNER CONTAINT TEAM BUTTON HOVER AFTER FORMATING ✦✦✦ */
.contact-body-banner-button:hover::after {
  left: 250px;
}

/* ✦✦✦ CONTACT BODY POPUP FORMATING ✦✦✦ */
.contact-body-popup {
  position: fixed;
  top: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: .35s;
  z-index: 99999;
}

/* ✦✦✦ CONTACT BODY POPUP ACTIVE FORMATING ✦✦✦ */
.contact-body-popup.active {
  opacity: 1;
  visibility: visible;
}

/* ✦✦✦ CONTACT BODY POPUP OVERLAY FORMATING ✦✦✦ */
.contact-body-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.75);
  cursor: pointer;
}

/* ✦✦✦ CONTACT BODY POPUP CARD FORMATING ✦✦✦ */
.contact-body-popup-card {
  position: relative;
  display: inline-block;
  width: 90%;
  transform: scale(.9);
  transition: .35s;
  z-index: 2;
  border: 1px solid #555555;
  border-radius: 10px;
}

/* ✦✦✦ CONTACT BODY POPUP ACTIVE CARD FORMATING ✦✦✦ */
.contact-body-popup.active .contact-body-popup-card {
  transform: scale(1);
}

/* ✦✦✦ CONTACT BODY POPUP IMAGE FORMATING ✦✦✦ */
.contact-body-popup-image {
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 30px 80px rgba(0,0,0,.6);
  user-select: none;
  -webkit-user-drag: none;
}

/* ✦✦✦ CONTACT BODY POPUP CLOSE BUTTON FORMATING ✦✦✦ */
.contact-body-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #555555;
  border-radius: 50%;
  color: #555555;
  font-size: 20px;
  cursor: pointer;
  transition: .35s;
  z-index: 10;
}

/* ✦✦✦ CONTACT BODY POPUP CLOSE BUTTON HOVER FORMATING ✦✦✦ */
.contact-body-popup-close:hover {
  transform: rotate(90deg);
  background: #EAC349;
  color: #111111;
  border: 2px solid #EAC349;
}

/* ✦✦✦ CONTACT BODY FIRST CONTAINT FORMATING ✦✦✦ */
.contact-body-first-containt {
  display: inline-block;
  position: relative;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 5px;
}

/* ✦✦✦ CONTACT BODY FIRST CONTAINT AREA FORMATING ✦✦✦ */
.contact-body-first-containt-area {
  position: relative;
  display: inline-block;
  justify-content: space-between;
  width: 80%;
  padding: 5px;
}

/* ✦✦✦ CONTACT BODY FIRST CONTAINT BIG FORMATING ✦✦✦ */
.contact-body-first-containt-big {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #EAC349;
  font-family: "Sansation", sans-serif;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  padding: 5px;
  margin: 5px;
}

/* ✦✦✦ CONTACT BODY FIRST CONTAINT SMALL FORMATING ✦✦✦ */
.contact-body-first-containt-small {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #ffffff;
  font-family: "Sansation", sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding: 5px;
  margin: 5px;
}

/* ✦✦✦ CONTACT BODY SECOND CONTAINT FORMATING ✦✦✦ */
.contact-body-second-containt {
  position: relative;
  display: inline-block;
  width: 90%;
  text-align: center;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  padding: 10px 0;
  margin: 10px 0;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px;
}

/* ✦✦✦ CONTACT BODY ITEM ONE FORMATING ✦✦✦ */
.contact-body-item-one {
  position: relative;
  display: inline-block;
  padding: 10px;
  margin: 10px;
  width: 90%;
	text-align: center;
	background: rgba(12,12,12,.88);
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 10px;
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	box-shadow: 0 25px 70px rgba(0,0,0,.45);
	overflow: hidden;
	transition: .4s;
}

/* ✦✦✦ CONTACT BODY ITEM ONE BEFORE FORMATING ✦✦✦ */
.contact-body-item-one::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg,transparent,#EAC349,transparent);
}

/* ✦✦✦ CONTACT BODY ITEM ONE HOVER FORMATING ✦✦✦ */
.contact-body-item-one:hover {
	border-color: rgba(234,195,73,.35);
}

/* ✦✦✦ CONTACT FORM FORMATING ✦✦✦ */
.contact-form-box {
  position: relative;
  display: inline-block;
  width: 90%;
  padding: 5px;
  margin: 5px;
  vertical-align: middle;
  text-align: left;
}

/* ✦✦✦ CONTACT FORM LABEL FORMATING ✦✦✦ */
.contact-form-label {
  position: relative;
  display: inline-block;
  width: 95%;
  color: #C5C5C5;
  text-align: left;
  padding: 5px 0;
  margin: 5px 0;
	font-family: "Sansation", sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* ✦✦✦ CONTACT FORM INPUT FORMATING ✦✦✦ */
.contact-form-input {
  position: relative;
  display: inline-block;
  width: 95%;
  height: 25px;
  border: none;
  border-radius: 5px;
  background: #C5C5C5;
  color: #444444;
  text-align: left;
  padding: 5px;
  margin: 5px 0;
	background: #111111;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 10px;
	font-family: "Sansation", sans-serif;
	font-size: 15px;
	outline: none;
	transition: .35s;
}

/* ✦✦✦ CONTACT FORM INPUT PLACEHOLDER FORMATING ✦✦✦ */
.contact-form-input::placeholder {
	color: #777777;
}

/* ✦✦✦ CONTACT FORM CONFIRMATION FORMATING ✦✦✦ */
.contact-form-confirmation {
  position: relative;
  display: inline-block;
  height: 15px;
  color: #C5C5C5;
  text-align: center;
  vertical-align: middle;
  padding: 2px 0px;
  margin: 2px 0px;
  font-size: 13px;
  align-items: center;
	font-family: "Sansation", sans-serif;
	font-size: 14px;
	cursor: pointer;
}

/* ✦✦✦ CONTACT FORM CONFIRMATION INPUT FORMATING ✦✦✦ */
.contact-form-confirmation input {
	width: 18px;
	height: 18px;
	margin-right: 10px;
	accent-color: #EAC349;
}

/* ✦✦✦ CONTACT FORM MESSAGE FORMATING ✦✦✦ */
.contact-form-message {
  position: relative;
  display: inline-block;
  width: 95%;
  height: 150px;
  border: none;
  border-radius: 5px;
  background: #C5C5C5;
  color: #444444;
  text-align: left;
  padding: 5px;
  margin: 5px 0;
  resize: none;
	background: #111111;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 10px;
	font-family: "Sansation", sans-serif;
	font-size: 15px;
	line-height: 20px;
	resize: none;
	outline: none;
	transition: .35s;
}

/* ✦✦✦ CONTACT FORM MESSAGE PLACEHOLDER FORMATING ✦✦✦ */
.contact-form-message::placeholder {
	color: #777777;
}

/* ✦✦✦ CONTACT FORM INPUT, MESSAGE FOCUS FORMATING ✦✦✦ */
.contact-form-input:focus, .contact-form-message:focus {
  background: #181818;
	border: 1px solid #EAC349;
	box-shadow: 0 0 18px rgba(234,195,73,.25);
  outline: none;
}

/* ✦✦✦ CONTACT FORM SUBMIT FORMATING ✦✦✦ */
.contact-form-submit {
  display: inline-block;
  font-family: sans-serif;
  width: 150px; 
  height: 40px;
  padding: 5px 5px;
  margin: 5px;
  font-size: 14px;
  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;
}

/* ✦✦✦ CONTACT FORM SUBMIT HOVER FORMATING ✦✦✦ */
.contact-form-submit:hover {
  background-position: right center;
  color: #111;
  border: 1px solid #EAC349;
  letter-spacing: 1.5px;
}

/* ✦✦✦ CONTACT FORM SUBMIT ACTIVE FORMATING ✦✦✦ */
.contact-form-submit:active {
  transform: scale(0.95);
}

/* ✦✦✦ CONTACT FORM SUBMIT AFTER FORMATING ✦✦✦ */
.contact-form-submit::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;
}

/* ✦✦✦ CONTACT FORM SUBMIT HOVER AFTER FORMATING ✦✦✦ */
.contact-form-submit:hover::after {
  left: 150px;
}

/* ✦✦✦ CONTACT FORM DISPLAY FORMATING ✦✦✦ */
.contact-form-display {
  position: relative;
  display: inline-block;
  color: orange;
  padding: 0 5px;
  margin: 5px;
	width: 95%;
	min-height: 20px;
	color: #EAC349;
	font-family: "Sansation", sans-serif;
	font-size: 15px;
	letter-spacing: .5px;
}

/* ✦✦✦ CONTACT BODY ITEM TWO FORMATING ✦✦✦ */
.contact-body-item-two {
  position: relative;
  display: inline-block;
  padding: 10px;
  margin: 10px;
  text-align: center;
  vertical-align: top;
  border: none;
  width: 90%;
  height: 90%;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px black;
  background: rgba(12,12,12,.88);
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 10px;
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	box-shadow: 0 25px 70px rgba(0,0,0,.45);
	overflow: hidden;
	transition: .4s;
}

/* ✦✦✦ CONTACT BODY ITEM TWO BEFORE FORMATING ✦✦✦ */
.contact-body-item-two::before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:2px;
	background:linear-gradient(90deg,transparent,#EAC349,transparent);
}

/* ✦✦✦ CONTACT BODY ITEM TWO HOVER FORMATING ✦✦✦ */
.contact-body-item-two:hover {
	border-color:rgba(234,195,73,.35);
	box-shadow:0 35px 90px rgba(0,0,0,.55);
}

/* ✦✦✦ CONTACT BODY LOCATION CONTAINER FORMATING ✦✦✦ */
.contact-body-location-container {
  position: relative;
  display: inline-block;
  width: 90%;
  height: 300px;
  padding: 10px;
  margin: 10px;
  text-align: center;
  vertical-align: middle;
  border-radius:10px;
	overflow:hidden;
	border:1px solid rgba(255,255,255,.08);
	box-shadow:0 20px 50px rgba(0,0,0,.35);
}

/* ✦✦✦ CONTACT BDOY LOCATION MAP FORMATING ✦✦✦ */
.contact-body-location-map {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
	width:100%;
	height:100%;
	filter:grayscale(100%) brightness(1);
	transition:.5s;
}

/* ✦✦✦ CONTACT BDOY LOCATION MAP HOVER FORMATING ✦✦✦ */
.contact-body-location-map:hover {
	filter:grayscale(0%);
}

/* ✦✦✦ CONTACT BODY LOCATION ADDRESS FORMATING ✦✦✦ */
.contact-body-location-address {
  position: relative;
  display: inline-block;
  width: 90%;
  padding: 10px;
  margin: 10px;
  text-align: center;
  vertical-align: middle;
}

/* ✦✦✦ CONTACT BODY ADDRESS ITEM FORMATING ✦✦✦ */
.contact-body-address-item {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* ✦✦✦ CONTACT BODY ADDRESS H1 FORMATING ✦✦✦ */
.contact-body-address-h1 {
  position: relative;
  display: inline-block;
  width: 95%;
  color: #EAC349;
  font-family: "Poiret One", sans-serif;
  font-weight: bold;
  font-size: 30px;
  text-align: left;
  padding: 2px;
  margin: 2px;
  line-height:120%;
	letter-spacing:1px;
}

/* ✦✦✦ CONTACT BODY ADDRESS BIG FORMATING ✦✦✦ */
.contact-body-address-big {
  position: relative;
  display: inline-block;
  width: 95%;
  color: #c5c5c5;
  font-family: "Sansation", sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  padding: 2px;
  margin: 2px;
	line-height:20px;
}

/* ✦✦✦ CONTACT BODY ADDRESS SMALL FORMATING ✦✦✦ */
.contact-body-address-small {
  position: relative;
  display: inline-block;
  width: 95%;
  color: #c5c5c5;
  font-family: "Sansation", sans-serif;
  font-size: 18px;
  text-align: left;
  padding: 2px;
  margin: 2px;
	line-height:30px;
	border-bottom:1px solid rgba(255,255,255,.06);
	transition:.35s;
	cursor:pointer;
}

/* ✦✦✦ CONTACT BODY ADDRESS SMALL HOVER FORMATING ✦✦✦ */
.contact-body-address-small:hover {
	border-color:rgba(234,195,73,.35);
	color:#FFFFFF;
}

/* ✦✦✦ CONTACT BODY ADDRESS SMALL FORMATING ✦✦✦ */
.contact-body-address-small ion-icon {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #EAC349;
  vertical-align: middle;
  padding: 2px;
  margin: 2px;
  margin-right: 5px;
}

/* ✦✦✦ CONTACT BODY THIRD CONTAINT FORMATING ✦✦✦ */
.contact-body-third-containt {
  display: inline-block;
  position: relative;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 5px;
}

/* ✦✦✦ CONTACT BODY THIRD CONTAINT AREA FORMATING ✦✦✦ */
.contact-body-third-containt-area {
  position: relative;
  display: inline-block;
  justify-content: space-between;
  background-image: url("../images/lower_background_005.jpg");
  background-repeat:no-repeat;
  background-position:left;
  background-size: cover;
  width: 80%;
  padding: 5px;
  margin: 5px;
  text-align: center;
  border: 1px solid #EAC349;
  border-radius: 10px;
}

/* ✦✦✦ CONTACT BODY THIRD CONTAINT HEADING FORMATING ✦✦✦ */
.contact-body-third-containt-heading {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #C5C5C5;
  font-family: "Sansation", sans-serif;
  font-size: 18px;
  padding: 10px;
}

/* ✦✦✦ CONTACT BODY THIRD CONTAINT TEXT FORMATING ✦✦✦ */
.contact-body-third-containt-text {
  position: relative;
  display: inline-block;
  width: 90%;
  color: #FFFFFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  line-height: 50px;
  padding: 10px;
}

/* ✦✦✦ CONTACT BODY THIRD CONTAINT TEXT SPAN FORMATING ✦✦✦ */
.contact-body-third-containt-text span {
  font-family: "Charm", cursive;
  font-size: 50px;
  font-style: italic;
  color: #EAC349;
}


/* ╔═══════════════════════════════════════════╗ */
/* ║             RESPONSIVE MEDIA              ║ */
/* ╚═══════════════════════════════════════════╝ */

/* ✦✦✦ RESPONSIVE MEDIA QUERIES 700PX ✦✦✦ */
@media only screen and (min-width: 700px) {

  /* ✦✦✦ CONTACT BANNER ✦✦✦ */
  .contact-body-banner {
    height: 600px;
  }

  /* ✦✦✦ CONTACT BANNER CONTAINT ✦✦✦ */
  .contact-body-banner-containt {
    padding-left: 50px;
    padding-top: 10px;
  }

  /* ✦✦✦ CONTACT BANNER ITEM ✦✦✦ */
  .contact-body-banner-containt-item {
    display: inline-flex;
  }

  /* ✦✦✦ CONTACT BANNER BUTTON ✦✦✦ */
  .contact-body-banner-button-section {
    width: 250px;
    margin-top: 20px;
  }

  /* ✦✦✦ CONTACT BANNER HEADING ✦✦✦ */
  .contact-body-banner-containt-h1 {
    font-size: 12px;
  }

  /* ✦✦✦ CONTACT BANNER BIG TEXT ✦✦✦ */
  .contact-body-banner-containt-big {
    font-size: 80px;
  }

  /* ✦✦✦ CONTACT BANNER MID TEXT ✦✦✦ */
  .contact-body-banner-containt-mid {
    font-size: 80px;
  }

  /* ✦✦✦ CONTACT BANNER SMALL TEXT ✦✦✦ */
  .contact-body-banner-containt-small {
    font-size: 18px;
  }

  /* ✦✦✦ CONTACT SIXTH SECTION ✦✦✦ */
  .contact-body-sixth-containt-section {
    width: 250px;
  }

  /* ✦✦✦ CONTACT LEFT SECTION ✦✦✦ */
  .contact-body-item-one {
    width: 80%;
  }

  /* ✦✦✦ CONTACT RIGHT SECTION ✦✦✦ */
  .contact-body-item-two {
    width: 80%;
  }

}

/* ✦✦✦ RESPONSIVE MEDIA QUERIES 1000PX ✦✦✦ */
@media only screen and (min-width: 1000px) {

  /* ✦✦✦ CONTACT SECOND CONTAINT ✦✦✦ */
  .contact-body-second-containt {
    vertical-align: middle;
    height: 700px;
  }

  /* ✦✦✦ CONTACT LEFT SECTION ✦✦✦ */
  .contact-body-item-one {
    width: 45%;
    height: 700px;
  }

  /* ✦✦✦ CONTACT RIGHT SECTION ✦✦✦ */
  .contact-body-item-two {
    width: 45%;
    height: 700px;
  }

  /* ✦✦✦ CONTACT BODY POPUP CARD SECTION ✦✦✦ */
  .contact-body-popup-card {
    width: 60%;
  }

}

/* ✦✦✦ RESPONSIVE MEDIA QUERIES 1200PX ✦✦✦ */
@media only screen and (min-width: 1200px) {

  /* ✦✦✦ CONTACT BANNER CONTAINT ✦✦✦ */
  .contact-body-banner-containt {
    width: 45%;
    padding-left: 150px;
    padding-top: 20px;
  }

  /* ✦✦✦ CONTACT FIRST CONTAINT AREA ✦✦✦ */
  .contact-body-first-containt-area {
    width: 90%;
  }

  /* ✦✦✦ CONTACT FIRST CONTAINT ✦✦✦ */
  .contact-body-first-containt {
    width: 70%;
  }

  /* ✦✦✦ CONTACT SECOND CONTAINT ✦✦✦ */
  .contact-body-second-containt {
    width: 70%;
  }

}



/*==========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;
}*/