/* Sea Power Section */
.contactpage-section {
    padding-top: 60px;
    padding-bottom: 110px;
    background: linear-gradient(to bottom, #fcfcfc 40%, #f0f0f0 40%);
}

.contactpage-section h1 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin-bottom: 5px;
    text-align: left;
    color: #1f3671;
}

.contactpage-section .subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #fdbf50;
    margin-bottom: 40px;
    position: relative;
}

.contactpage-section .subtitle:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 80px;
    height: 1px;
    background-color: #e6e6e7;
}


#contactpage-contactform {
    background-color: #ffffff;
    border: 1px solid #9999993b;
    margin-top: 64px;
    padding: 10px 32px 32px 32px;
}

#contactpage-info {
    padding: 30px;
    margin-top: 64px;
}

.contact-info-logo {
    text-align: left;
    margin-bottom: 30px;
}

.contact-info-logo img {
    /* max-width: 200px; */
}

.office-location {
    margin-bottom: 25px;
}

.office-title {
    font-size: 15px;
    font-weight: 600;
    color: #e8ac3f;
    margin-bottom: 10px;
}

.contact-address p {
    font-size: 16px;
    margin-bottom: 8px;
    color: #333333;
}

.contact-address a {
    color: #666666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-address a:hover {
    color: #1f3671;
}


.contact-container .input-group {
    
    width: 100%;
}


label {
   
	font-size:18px;
    font-weight: normal;
}

.form-control::-moz-placeholder {
  color: #333333;
}
.form-control:-ms-input-placeholder {
  color: #333333;
}
.form-control::-webkit-input-placeholder {
  color: #333333;
}



#contact-form .form-control {
	/*height: 50px;*/
    margin-bottom: 25px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
   /* -webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;*/
	/*box-shadow: 0px 8px 16px #0000001A;*/
	border-bottom: 1px solid #52535645;
	position: relative;
	padding-left: 12px;
	}
#contact-form .form-control:focus {
    color: #333333;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #52535663;
    border-radius: 0;
    outline: 0;
}
#contact-form .form-control-feedback {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
	font-size: 16px;
    color: #333333;
}
#contact-form textarea.form-control {
    height: 201px;
	background-color: #fff;
    color: #333333;
}
#contact-form #btn_submit {
	background-color: #1f3671;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 0.6px;
    height: 58px;
    width: 100%;
    /* -webkit-box-shadow: 0px 3px 6px #00000029; */
    /* box-shadow: 0px 3px 6px #00000029; */
    line-height: 22px;
	box-shadow: 0px 8px 16px #0000001A;
}
#contact-form #btn_submit:hover {
	font-weight: 500;
	letter-spacing: 0.9px;
}
#contact-form #contact-text  {	
	align-items: center;
    display: flex;
}
#contact-form #contact-text p {
	font-size: 21px;
    letter-spacing: 6px;
    color: #333333;
	margin-bottom: 0;
}
#contact-form #contact-text span {
	font-size: 21px;
    letter-spacing: normal;
    color: #333333;
}

.form-floating>label {
	font-size: 15px;
    font-weight: 400;
    color: #333333;
    position: absolute;
    top: -3px;
    left: 0px;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
.form-control:focus {
    box-shadow: none;
}
