.slider-form-wrap-col {
	position: absolute;
	background-color: #44b1d2;
	/*height: 700px;*/
	width: 100%;
	right: 0;
	width: 50%;
	z-index: 99;
	top: 0;
	bottom: 0;
}
.slider-form-wrap {
	z-index: 999;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    height: 660px;
    width: 100%;
    object-fit: cover;
}
.carousel-caption {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translate(0%,0%);
	z-index: 999;
}
.top-menu {
	padding: 15px 0;
}
.top-menu .col-xs-8 img {
	height: 45px;
}
.top-menu .col-xs-8 p {
	color: #012d6a !important;
	text-transform: uppercase;
	font-size: 17px;
}
.top-menu .col-xs-8 p span {
	display: inline-block;
	padding-right: 20px;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #44b1d2;
	line-height: 1;
	color: #012d6a !important;
}
.top-menu .col-xs-4 img {
	height: 85px;
}
#homepage-carousel {
	margin-top: 115px;
}

.slider-form-wrap h2 {
	text-align: center;
	text-shadow: none;
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 1px;
}
.slider-form-wrap h3 {
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold !important;
    margin: 0;
    line-height: 50px;
    color: #012d6a;
    text-shadow: none;
    letter-spacing: 1.2px;
    margin-top: 3px;
}
.slider-form-wrap form {
    display: block;
    background-color: transparent;
    padding: 30px 20px;
    border: 0px solid #dde0e6;
}
.form-control {
    display: block;
    width: 100%;
    height: 38px;
    color: #555;
    border-radius:0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.slider-form-button {
    color: #fff;
    font-weight: 700;
    background-color: #012d6a;
    border: 1px solid #012d6a !important;
}
.form-notice {
	text-align: center;
	font-size: 15px;
	color: #fff;
}