*{
	font-family: Proxima Nova;
}
h1,h2,h3,h4 {
	font-family: Marcellus;
}
h5 {
	text-transform: uppercase;
	font-family: Marcellus;
}
input {
	width: -webkit-fill-available;
	height: 36px;
}
label {
	font-size:  12px;
    margin-bottom: 4px !important;
}
.topnav {
	overflow: hidden;
	background-color: #202154;
	justify-content: space-between;
  }
  .nav-cont {
	color: white;
	text-transform: uppercase;
  }
  .group34 {
	width: -webkit-fill-available;
  }
  .text-block {
	position: absolute;
	bottom: 20px;
	right: 20px;
	
	color: white;
	padding-left: 20px;
	padding-right: 20px;
  }
  
  
  .button {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 10px 25px;
	color: rgb(255, 255, 255);
	background-color: #A68C53;
	text-align: center;
	cursor: pointer;
  }
  .button-line {
	border: none;
	outline: 0;
	display: inline-block;
	width: 200px;
    height: 7px ;
	color: rgb(255, 255, 255);
	background-color: #A68C53;
	text-align: center;
	margin-bottom: 10px;
	
  }

  .button-sub {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 7px 25px;
	color: rgb(255, 255, 255);
	background-color: #202154;
	text-align: center;
	cursor: pointer;
  }
  .button-cl {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 7px 25px;
	color: #202154;
	/* background-color: #202154; */
	text-align: center;
	cursor: pointer;
	border: 1px solid #202154;
  }
  
  

  .maintxt {
    background-image: url(./Group\ 34.jpg);
    background-size: cover;
}
.second-p {
	padding: 3% 6% 2% 6%;
}
.third-banner {
	background-color: #202154;
	/* padding-left: 90px;
    padding-right: 90px;
	padding-top: 90px;
	padding-bottom: 30px; */
	padding: 2% 6%;
	color: white;
}
.section-contact {
	padding: 1% 6% 1% 6%;
	/* background-image: url(./Group46.png);
    background-size: cover;
color: #ffffff; */
}


.bg {  
	background-image:url('./Group11.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	padding: 10% 10% 10% 6%;
  }


.form-box {
	background-color: #F4F2ED;
	padding: 5%;
	color: rgb(0, 0, 0);
}
.vl {
	border-left: 1px solid white;
	height: 5px;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url(./menu.svg) !important;
}
  
  
  
  
 