#contact-top-sec {
	background-color: #153f56;
	height: 282px;
	position: absolute;
	top: 0;
	width: 100%
}

#contactDiv {
	margin: 140px auto;
	text-align: center
}

#contactDiv p {
	font-family: "AlmostAHero-Ult";
	color: #ffce82;
	font-size: 50px;
	line-height: 1.34
}

#contact-sec {
  position: absolute;
  background-color: #251913;
  top: 282px;
  width: 100%
}

.DVContactUs {
  background-color: #ffffff;
  max-width: 751px;
  margin: auto;
  border-radius: 6px;
  box-shadow: 0 0 45px 0 rgba(141, 151, 158, 0.2)
}

.ContactUsFrm {
    max-width: 751px;
    margin: 0px auto 0px auto;
    border-radius: 6px;
    box-shadow: 0 0 45px 0 rgba(141, 151, 158, 0.2);
    background-color: white;
    padding-top: 43px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.ContactUsHolder {
    width: 100%;
    max-width: 570px;
    position: relative;
    display: inline-block;
    text-align: left;
}

.frmrw {
    padding-bottom: 10px;
    font-family: "TitilliumWebRegular";
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.CUTextBox {
    border: 1px solid #909090 !important;
    max-width: 570px !important;
    width: 100% !important;
    height: 54px !important;
    border-radius: 3px !important;
    padding: 10px !important;
    font-family: "TitilliumWebRegular" !important;
    font-size: 15px !important;
    color: #494949 !important;
    outline: none !important;
    padding: 10px 0px 10px 15px !important;
}

.file-upload {
    position: relative;
    border-radius: 4px;
    border: 1px solid #dedede!important;
    height: 100%;
    min-height: 54px;
    width: 100%;
    padding: 3px 0 0 10px;
    max-width: 570px;
}

.file-upload label {
    font-size: 16px;
    color: #d6d6d6;
    width: 160px;
    position: relative;
    cursor: pointer;
    display: block;
    height: 39px;
    margin: 0;
    overflow: hidden;
    padding: 0 20px 0 120px;
}

.contactBtnImg {
    width: 157px !important;
    height: 44px !important;
    background-image: url(../image/add-files-btn.png) !important;
    background-repeat: no-repeat !important;
    background-position: top 5px left;
}

.captchaSection {
    position: relative;
    display: flex;
}

.CaptchaTextBox {
    border: 1px solid #bababa !important;
    width: 100% !important;
    max-width: 364px !important;
    height: 54px !important;
    border-radius: 3px !important;
    padding: 10px !important;
    font-family: "TitilliumWebRegular" !important;
    font-size: 15px !important;
    color: #272525 !important;
    outline: none !important;
    padding: 10px 0px 10px 15px !important;
}

.CaptchaLbl {
    width: 100%;
    max-width: 196px;
    height: 54px;
    border-radius: 3px;
    border: solid 1px #dedede;
    background-color: white;
    padding: 5px 0px 0px 10px;
}
