body {
	font-size: 17px;
	line-height: 24px;
	color: #333333;
	letter-spacing: 2px;
	background: #fff; /* Explicitly set to avoid gaps */
}
img {
	max-width: 100%;
}
h1 {
	font-size: 32px;
	color: #333;
	line-height: 44px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'PT Sans', sans-serif;
}
.navbar-wrapper {
	background: #1C1C1C;
	width: 100%;
}
.logo {
	float: left;
	padding: 20px 0 0 0;
}
.navbar-right {
	margin-top: 25px;
}
.navbar-nav li a {
	padding-top: 50px;
	font-size: 18px;
	color: #EBC32B;
	font-family: 'PT Sans', sans-serif;
}
.navbar-nav li a:hover {
	background: transparent;
	color: #FFC107;
}
.wraper_tab {
	float: left;
	width: 100%;
	display: table;
	height: 450px;
	background: #000000;
	background-image: url("../images/banner.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.box_tab {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.content_tab {
	display: inline-block;
	vertical-align: top;
}
.content_tab h1 {
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 1px;
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	margin: 0 0 30px 0;
}
.content_tab button {
	border-radius: 0px;
}
.btn_blue {
	font-size: 17px;
	color: #fff;
	letter-spacing: 2px;
	background-color: #E7C437;
	border: none;
	text-transform: uppercase;
	border-radius: 0px;
	font-family: 'PT Sans', sans-serif;
	padding: 15px 25px 15px 25px;
}
.btn_blue:hover {
	background: #FFC107;
}
.btn_white:hover {
	background: #eeeeee;
	color: #111;
}
.btn_white {
	font-size: 17px;
	color: #333;
	letter-spacing: 2px;
	background-color: #fff;
	border: none;
	text-transform: uppercase;
	border-radius: 0px;
	font-family: 'PT Sans', sans-serif;
	padding: 15px 25px 15px 25px;
}
.btn_black {
	font-size: 17px;
	color: #E7C437;
	letter-spacing: 2px;
	background-color: #000000;
	border: none;
	text-transform: uppercase;
	border-radius: 0px;
	font-family: 'PT Sans', sans-serif;
	padding: 15px 25px 15px 25px;
}
.btn_black:hover {
	background: #333333;
	color: #FFC107;
}
.mr_10 {
	margin-right: 10px;
}
.mb_10 {
	margin-bottom: 10px;
}
.text_contents {
	font-size: 17px;
	line-height: 24px;
	color: #333333;
}
.textbox {
	width: 100%;
	display: inline-block;
	padding: 0 15% 0 15%;
	margin: 7% 0 6% 0;
}
.wide_grey {
	float: left;
	width: 100%;
	background: #1C1C1C;
	color: #E7C437;
	padding: 50px 20px 50px 20px;
}
.wide_grey ul {
	margin: 40px 0 40px 0;
}
.wide_grey ul li {
	list-style-type: none;
	line-height: 26px;
	margin-bottom: 20px;
	font-family: 'PT Sans', sans-serif;
}
.wide_grey ul {
	padding-left: 0px;
}
.wide_grey h1 {
	color: #fff;
	font-size: 32px;
	line-height: 44px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'PT Sans', sans-serif;
}
.lead {
	margin-bottom: 60px;
}
.lead h4 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	font-family: 'PT Sans', sans-serif;
}
.lead span {
	color: #636363;
}
.sec_right {
	text-align: right;
	margin-bottom: 60px;
}
.sec_left {
	text-align: left;
	margin-bottom: 60px;
}
.mtb_60 {
	margin-bottom: 60px;
	margin-top: 60px;
}
.contact_det {
	width: 100%;
	font-size: 17px;
	color: #333;
}
.lead_text {
	padding: 4% 0 0 0%;
}
.lead_text {
	padding-top: 5%;
}
.wraper_blue {
	width: 100%;
	background: #E7C437;
	padding: 3%;
}
.insta {
	margin: 50px 0 40px 0;
}
.mb_30 {
	margin-bottom: 30px;
}
.contactbox h1 {
	margin-bottom: 40px;
}
.contactbox .form-group {
	width: 100%;
}
.contactbox input, textarea {
	width: 100% !important;
	background: #E7C437 !important;
	border: 0px !important;
	border-radius: 0px !important;
	margin-bottom: 15px;
}
.contactbox input {
	height: 50px;
	color: #1C1C1C;
}
.contactbox textarea {
	color: #1C1C1C;
}
.contactbox ::placeholder {
	color: #1C1C1C;
}
.contactbox h4 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'PT Serif', serif;
	margin-bottom: 30px;
}
footer {
	background: #1C1C1C !important;
	width: 100%;
	border-top: 3px solid #E7C437;
	padding: 20px 0;
}
.copyright {
	float: left;
	padding: 50px 0 0 0;
	color: #EBC32B;
	font-family: 'PT Sans', sans-serif;
}
.footer_logo {
	float: right;
}
.contactbox {
	display: block;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.logo {
		width: 80%;
		padding: 15px 0 10px 10px;
	}
	.logo img {
		width: auto;
	}
	.navbar-toggle {
		border-radius: 0px;
		background: #E7C437;
		margin-top: 26px;
	}
	.navbar-toggle .icon-bar {
		background: #fff;
	}
	.navbar-nav li a {
		padding: 20px;
	}
	.navbar-nav li a:hover {
		background: #FFC107;
	}
	.content_tab .mr_10 {
		margin-right: 0px;
	}
	.content_tab h1 {
		font-size: 7vw;
		line-height: 8vw;
	}
	.btns_ban button {
		margin-bottom: 10px;
	}
	.navbar-nav li:nth-child(4) {
		border-bottom: 0px;
	}
	.textbox {
		padding: 20px 0 20px 0;
	}
	.sec_right {
		float: left;
		text-align: left;
	}
	.sec_left {
		float: left;
		text-align: left;
	}
	.lead_text {
		padding-top: 6%;
	}
	.ig_mb_20 {
		margin: 0 0 20px 0;
	}
	.text_contact {
		text-align: center;
	}
	footer {
		background: #1C1C1C;
		width: 100%;
		border-top: 3px solid #E7C437;
		padding: 20px 0;
	}
	.copyright {
		float: left;
		padding: 20px 0 0 0;
		color: #EBC32B;
		font-family: 'PT Sans', sans-serif;
	}
	.footer_logo {
		float: right;
	}
	.rev {
		display: flex;
		flex-direction: column-reverse;
	}
	.lead {
		margin-bottom: 0px;
	}
}
@media (max-width: 992px) {
	.sec_right {
		float: left;
		text-align: left;
	}
	.sec_left {
		float: left;
		text-align: left;
	}
	.rev {
		display: flex;
		flex-direction: column-reverse;
	}
}