body {
	background: #fff;
	font-size: 16px;
	font-family: 'Muli';
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: #262626;
	letter-spacing: 0.02rem;
	line-height: 1.2;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat';
	font-weight: 700;
}
b, strong {
	font-weight: 700;
}
ul, li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
p {
	line-height: 1.6rem;
}
.container {
	max-width: 1200px;
}
.header {
	display: block;
	position: absolute;
	padding: 20px 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 105;
}
.icon-btn {
	font-size: 18px;
	color: #fff;
	border: none;
	padding: 0;
	letter-spacing: 0.02rem;
	font-family: 'Muli';
	font-weight: 700;
}
.icon-btn i {
	margin-right: 10px;
}
.icon-btn i img {
	width: 37px;
	height: 37px;
}
.btn-svg-icon {
}
.icon-btn span {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-family: 'Montserrat';
}
.icon-btn:hover {
	color: #ca9457
}
.section {
	display: block;
	position: relative;
}
.hero-banner-section {
}
.hero-banner-section .container {
	padding-top: 80px;
}
.hero-slider-caption-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	background-color: rgba(0,0,0,.55);
	padding-bottom:70px;
}
.banner-caption h1 {
	font-size: 47px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 115%;
	letter-spacing: 0.1rem;
	font-weight: 800;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
.banner-caption h4 {
	font-size: 30px;
	color: #ffffff;
	font-weight: 500;
	margin: 0;
	line-height: 2.4rem;
	font-family: 'Muli';
	letter-spacing: 0.03rem;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
.hero-image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	position: relative;
}
.contact-form {
	background: #003474;
	padding: 30px 40px;
}
.contact-form h4 {
	font-size: 38px;
	color: #FFF;
	text-align: center;
	font-family: 'Montserrat';
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}
.contact-form h4 span {
	font-weight: 800;
	font-size: 35px;
}
.contact-form .form-control {
	height: 52px;
	font-size: 18px;
}
.contact-form textarea {
	height: auto !important;
}
.banner_contact {
	background: #ca9457;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	padding: 15px 0;
	font-size: 26px;
	line-height: 100%;
	border-radius: 4px;
	animation-duration: 3s;
	letter-spacing: 0.1rem;
	font-family: 'Montserrat';
	text-align: center;
	display: block;
	width: 100%;
}
.banner_contact:hover {
	color: #003474;
	background-color: #fff;
}
.contact-form p {
	line-height: 1.2rem;
}
.welcome-section {
	padding: 50px 0;
}
.heading h2 {
	font-size: 35px;
	color: #292b31;
	font-weight: 800;
	text-align: center;
	letter-spacing: 0.02rem;
}
.contact-section {
	background: url(../images/contact-bg.jpg) no-repeat;
	background-size: auto;
	background-size: cover;
	height: 174px;
	font-size: 35px;
	color: #FFF;
}
.footer-colm {
	margin: 0 50px;
}
.icon-text a {
	font-size: 18px;
	color: #000000;
	font-family: 'Muli';
	text-decoration: none !important;
	font-weight: normal;
}
.icon-text.footer-colm a {
}
.copywrite {
  font-size: 17px;
  color: #000000;
  letter-spacing: 0;
}

.custom-modal-inner h6{
	font-size:30px;
	font-weight:600;
	font-family: 'Muli';
	letter-spacing: 0.04rem;
	line-height:2.4rem;
	margin:0 0 30px;
}
.custom-modal .modal-content{
	border-radius:0;
	border:none;
}
.custom-modal .modal-body{
	min-height:340px;
	padding:0 70px;
}
.pop-btn{
	border-radius:0;
	font-size:26px;
	text-transform:uppercase;
	letter-spacing:0.1rem;
	padding:10px 50px;
	text-align:center;
	line-height:100%;
	color:#fff;
	font-family: 'Montserrat';
	font-weight:400;
}
.scrollup {
  width: 50px;
  height: 50px;
  opacity: 1;
  position: fixed;
  bottom: 8px;
  right: 15px;
  display: none;
  text-indent: -9999px;
  background: url(../images/icons/circle-arrow.svg) no-repeat;
  z-index: 5;
  background-size: 100% auto;
}
