.air-form-wrap , .air-form-overlay {
	position: absolute;
	z-index: 294;
	height: auto;
	left: 0;
	right: 0;
}
.air-form-wrap {
	display: none;
	overflow: auto;
}
.air-form-overlay {
	z-index: 1;
	background: rgba(0,0,0,0.3);
}
.air-form-container {
	position: relative;
	max-width: 650px;
	margin: 0 auto 0;
	top: 200px;
	z-index: 2;
}
.air-form-content {
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(150px);
    transition: all 0.3s ease-in-out;
}
.air-form-content:before {
	content: '';
	position: absolute;
	right: 50px;
	bottom: 50px;
	left: 60px;
	height: 1px;
	background: #eee;
}
.air-form-content:after {
	content: '';
	position: absolute;
	right: 50px;
	top: 50px;
	left: 60px;
	height: 1px;
	background: #eee;
}
.vis-airinfwrap {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);	
}
.air-form-header {
	padding: 20px 50px;
	margin-top: 14px;
	position: relative;
	z-index: 10;
}
.air-form-header h4 {
	text-align: left;
	font-weight: 600;
	font-size: 18px;
	background: #fff;
	float: left;
	padding-right: 50px;
}
.close-air-form {
	position: absolute;
	cursor: pointer;
	right: 50px;
	top: 12px;
	font-size: 12px;
	width: 46px;
	height: 46px;
	line-height: 46px;
	background: #272727;
	z-index: 20;
}
.close-air-form:hover {
	background: #333;
}
.custom-form-air {
	float: left;
	width: 100%;
	position: relative;
	padding: 30px 50px;
}
.custom-form-air textarea,
.custom-form-air input[type="text"],
.custom-form-air input[type=email]  {
	float: left;
	border: none;
	background: #f0f0f0;
	width: 100%;
	padding: 15px 30px;
	font-weight: 600;
	font-size: 12px;
	position: relative;
	color:#000;
	font-family: 'Mukta Vaani', sans-serif;
	-webkit-appearance: none;
}
.custom-form-air input::-webkit-input-placeholder,
.custom-form-air textarea::-webkit-input-placeholder  {
	color: #666;
	font-weight: 600;
	font-size: 10px;
	text-transform:uppercase;
	position: relative;
	letter-spacing: 1px;
	font-family: 'Mukta Vaani', sans-serif;
}
.custom-form-air input:-moz-placeholder,
.custom-form-air textarea:-moz-placeholder {
	color: #666;
	font-weight: 600;
	font-size: 10px;
	text-transform:uppercase;
	position: relative;
	letter-spacing: 2px;
	font-family: 'Mukta Vaani', sans-serif;
}
.custom-form-air textarea {
	height: 150px;
	resize: none;
	padding: 35px 30px 25px 30px;
	-webkit-appearance: none;
}
.custom-form-air input {
	margin-bottom: 20px;
}
.custom-form-air button {
	margin-top:25px;
	font-size:10px;
	outline: none;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	font-family: 'Mukta Vaani', sans-serif;
	border-radius:0;
	float: left;
}
.custom-form-air select {
	width: 100%;
	height: 50px;
	cursor: pointer;
	border-radius: 0;
	background: #f0f0f0;
	border: none;
	padding: 15px 30px;
	appearance: none;
	-webkit-appearance: none;
	color: #666;
	font-weight: 600;
	font-size: 10px;
	text-transform:uppercase;
	position: relative;
	letter-spacing: 2px;
	font-family: 'Mukta Vaani', sans-serif; 
    margin-bottom: 20px;
}
.select-holder:before {
    font-family: Font Awesome\ 5 Pro;
	content: "\f107";
    bottom:36px;
    right: 20px;
    position: absolute;
    color: #000;
    font-size: 12px;
	z-index: 20;
}
#message-air {
	text-align:left;
	float:left;
	width:100%;
	color:#000;
	padding-left: 50px;
}
#message-air h3 {
	font-size:12px;
	padding-bottom:5px;
	text-transform:uppercase;
}
#message-air p {
	color:#292929;
}
#message-air p strong {
	font-weight:800px;
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 25px;
    transition: all 0.15s ease-out 0s;
    background: #f0f0f0;
    border: none;
    color: #f0f0f0;
    cursor: pointer;
    display: inline-block;
    margin-left: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}
.option-input:hover {
    background: #f0f0f0
}

.option-input:checked {
    background: #666
}

.option-input:checked::before {
    height: 40px;
    width: 40px;
    position: absolute;
    font-family: 'Mukta Vaani', sans-serif;
    display: inline-block;
    font-size: 26.66667px;
    text-align: center;
    line-height: 40px
}
.option-input:checked::after {
    -webkit-animation: click-wave 0.25s;
    -moz-animation: click-wave 0.25s;
    animation: click-wave 0.25s;
    background: #666;
    content: '';
    display: block;
    position: relative;
    z-index: 100
}

.success-msg {
	color: #270;
	background-color: #DFF2BF;
  }

/*************************************/
.road-form-wrap , .road-form-overlay {
	position: absolute;
	z-index: 294;
	height: auto;
	left: 0;
	right: 0;
}
.road-form-wrap {
	display: none;
	overflow: auto;
}
.road-form-overlay {
	z-index: 1;
	background: rgba(0,0,0,0.3);
}
.road-form-container {
	position: relative;
	max-width: 650px;
	margin: 0 auto 0;
	top: 200px;
	z-index: 2;
}
.road-form-content {
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(150px);
    transition: all 0.3s ease-in-out;
}
.road-form-content:before {
	content: '';
	position: absolute;
	right: 50px;
	bottom: 50px;
	left: 60px;
	height: 1px;
	background: #eee;
}
.road-form-content:after {
	content: '';
	position: absolute;
	right: 50px;
	top: 50px;
	left: 60px;
	height: 1px;
	background: #eee;
}
.vis-roadinfwrap {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);	
}
.road-form-header {
	padding: 20px 50px;
	margin-top: 14px;
	position: relative;
	z-index: 10;
}
.road-form-header h4 {
	text-align: left;
	font-weight: 600;
	font-size: 18px;
	background: #fff;
	float: left;
	padding-right: 50px;
}
.close-road-form {
	position: absolute;
	cursor: pointer;
	right: 50px;
	top: 12px;
	font-size: 12px;
	width: 46px;
	height: 46px;
	line-height: 46px;
	background: #272727;
	z-index: 20;
}
.close-road-form:hover {
	background: #333;
}
.custom-form-road {
	float: left;
	width: 100%;
	position: relative;
	padding: 30px 50px;
}
.custom-form-road textarea,
.custom-form-road input[type="text"],
.custom-form-road input[type=email]  {
	float: left;
	border: none;
	background: #f0f0f0;
	width: 100%;
	padding: 15px 30px;
	font-weight: 600;
	font-size: 12px;
	position: relative;
	color:#000;
	font-family: 'Mukta Vaani', sans-serif;
	-webkit-appearance: none;
}
.custom-form-road input::-webkit-input-placeholder,
.custom-form-road textarea::-webkit-input-placeholder  {
	color: #666;
	font-weight: 600;
	font-size: 10px;
	text-transform:uppercase;
	position: relative;
	letter-spacing: 1px;
	font-family: 'Mukta Vaani', sans-serif;
}
.custom-form-road input:-moz-placeholder,
.custom-form-road textarea:-moz-placeholder {
	color: #666;
	font-weight: 600;
	font-size: 10px;
	text-transform:uppercase;
	position: relative;
	letter-spacing: 2px;
	font-family: 'Mukta Vaani', sans-serif;
}
.custom-form-road textarea {
	height: 150px;
	resize: none;
	padding: 35px 30px 25px 30px;
	-webkit-appearance: none;
}
.custom-form-road input {
	margin-bottom: 20px;
}
.custom-form-road button {
	margin-top:25px;
	font-size:10px;
	outline: none;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	font-family: 'Mukta Vaani', sans-serif;
	border-radius:0;
	float: left;
}
.custom-form-road select {
	width: 100%;
	height: 50px;
	cursor: pointer;
	border-radius: 0;
	background: #f0f0f0;
	border: none;
	padding: 15px 30px;
	appearance: none;
	-webkit-appearance: none;
	color: #666;
	font-weight: 600;
	font-size: 10px;
	text-transform:uppercase;
	position: relative;
	letter-spacing: 2px;
	font-family: 'Mukta Vaani', sans-serif; 
    margin-bottom: 20px;
}
#message-road {
	text-align:left;
	float:left;
	width:100%;
	color:#000;
	padding-left: 50px;
}
#message-road h3 {
	font-size:12px;
	padding-bottom:5px;
	text-transform:uppercase;
}
#message-road p {
	color:#292929;
}
#message-road p strong {
	font-weight:800px;
}
/*************************************/
.sea-form-wrap , .sea-form-overlay {
	position: absolute;
	z-index: 294;
	height: auto;
	left: 0;
	right: 0;
}
.sea-form-wrap {
	display: none;
	overflow: auto;
}
.sea-form-overlay {
	z-index: 1;
	background: rgba(0,0,0,0.3);
}
.sea-form-container {
	position: relative;
	max-width: 650px;
	margin: 0 auto 0;
	top: 200px;
	z-index: 2;
}
.sea-form-content {
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(150px);
    transition: all 0.3s ease-in-out;
}
.sea-form-content:before {
	content: '';
	position: absolute;
	right: 50px;
	bottom: 50px;
	left: 60px;
	height: 1px;
	background: #eee;
}
.sea-form-content:after {
	content: '';
	position: absolute;
	right: 50px;
	top: 50px;
	left: 60px;
	height: 1px;
	background: #eee;
}
.vis-seainfwrap {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);	
}
.sea-form-header {
	padding: 20px 50px;
	margin-top: 14px;
	position: relative;
	z-index: 10;
}
.sea-form-header h4 {
	text-align: left;
	font-weight: 600;
	font-size: 18px;
	background: #fff;
	float: left;
	padding-right: 50px;
}
.close-sea-form {
	position: absolute;
	cursor: pointer;
	right: 50px;
	top: 12px;
	font-size: 12px;
	width: 46px;
	height: 46px;
	line-height: 46px;
	background: #272727;
	z-index: 20;
}
.close-sea-form:hover {
	background: #333;
}
.custom-form-sea {
	float: left;
	width: 100%;
	position: relative;
	padding: 30px 50px;
}
.custom-form-sea textarea,
.custom-form-sea input[type="text"],
.custom-form-sea input[type=email]  {
	float: left;
	border: none;
	background: #f0f0f0;
	width: 100%;
	padding: 15px 30px;
	font-weight: 600;
	font-size: 12px;
	position: relative;
	color:#000;
	font-family: 'Mukta Vaani', sans-serif;
	-webkit-appearance: none;
}
.custom-form-sea input::-webkit-input-placeholder,
.custom-form-sea textarea::-webkit-input-placeholder  {
	color: #666;
	font-weight: 600;
	font-size: 10px;
	text-transform:uppercase;
	position: relative;
	letter-spacing: 1px;
	font-family: 'Mukta Vaani', sans-serif;
}
.custom-form-sea input:-moz-placeholder,
.custom-form-sea textarea:-moz-placeholder {
	color: #666;
	font-weight: 600;
	font-size: 10px;
	text-transform:uppercase;
	position: relative;
	letter-spacing: 2px;
	font-family: 'Mukta Vaani', sans-serif;
}
.custom-form-sea textarea {
	height: 150px;
	resize: none;
	padding: 35px 30px 25px 30px;
	-webkit-appearance: none;
}
.custom-form-sea input {
	margin-bottom: 20px;
}
.custom-form-sea button {
	margin-top:25px;
	font-size:10px;
	outline: none;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	font-family: 'Mukta Vaani', sans-serif;
	border-radius:0;
	float: left;
}
.custom-form-sea select {
	width: 100%;
	height: 50px;
	cursor: pointer;
	border-radius: 0;
	background: #f0f0f0;
	border: none;
	padding: 15px 30px;
	appearance: none;
	-webkit-appearance: none;
	color: #666;
	font-weight: 600;
	font-size: 10px;
	text-transform:uppercase;
	position: relative;
	letter-spacing: 2px;
	font-family: 'Mukta Vaani', sans-serif; 
    margin-bottom: 20px;
}
#message-sea {
	text-align:left;
	float:left;
	width:100%;
	color:#000;
	padding-left: 50px;
}
#message-sea h3 {
	font-size:12px;
	padding-bottom:5px;
	text-transform:uppercase;
}
#message-sea p {
	color:#292929;
}
#message-sea p strong {
	font-weight:800px;
}
/* Zoom In */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}