/*SECTION CONTACT CSS START*/
.ContactSec {
  padding: 90px 0px;
  padding-top: 40px;
}

.ContactSec .paragraph {
  font-weight: 300;
  width: 41%;
  line-height: 1.593rem;
}
.formcontact label {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 300;
}

#contactform input {
  background-color: transparent;
  border: 1px solid #fff;
  height: 50px;
  color: white;
}
#contactform textarea {
  background-color: transparent;
  border: 1px solid #fff;
  height: 200px;
  color: white;
}

.ContactSec .workbanner {
  padding-bottom: 3rem;
  text-align: center;
}
.white {
  margin-bottom: 20px;
  color: #fff;
}
.formcontact textarea#exampleFormControlTextarea1 {
  border: 1px solid #fff;
  height: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(136, 136, 136);
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0);
  font-weight: 500;
  font-size: 16px;
  padding: 14px 20px;
}

.buttonform {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}

.btn.btnNew {
  padding: 13px 37px;
  border-radius: 36px;
  color: #fff;
  border: 2px solid;
  border-color: #c79d44;
  border-bottom: transparent;
  transition: 0.5s ease;
}

.workbanner h2 {
  font-size: 55px;
  color: #fff;
  font-weight: 400;
}

.ContactSec .form-control {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(136, 136, 136);
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
}
.ContactSec .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

.ContactSec .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.ContactSec .form-control::placeholder {
  color: #fff;
}
.testsec-tree1 {
  position: absolute;
  left: 0;
  top: 0px;
  width: 603px;
}

.test-sec-tree2 {
  position: absolute;
  right: 0;
  width: 190px;
  top: -50px;
}

section.Sec-Jar {
  height: 420px;
  background: linear-gradient(190deg, #951c25, #eb0d10, transparent);
  display: flex;
  align-items: center;
}

section.Sec-Jar h1 {
  font-size: 60px;
  color: white;
  font-weight: 600;
}

section.contact_bg:before {
  background-image: url(../images/contactback.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -10;
  content: "";
  top: 150px;
  left: 0;
  width: 100%;
  height: 700px;
}

.findUs h5 {
  color: #3d434f;
  font-size: 24px;
  font-weight: 500;
}

.findUs p {
  width: 70%;
  color: #3d434f;
  font-size: 16px;
  font-weight: 400;
}

.contactUs h5 {
  color: #3d434f;
  font-size: 24px;
  font-weight: 500;
}

span.contactSpan {
  color: #3d434f;
  font-size: 16px;
  font-weight: 500;
}
.greyspana {
  font-weight: 400;
}

span.greyspan {
  color: #666d7a;
  position: relative;
  z-index: 0;
}

.followUs h5 {
  color: #3d434f;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 20px;
}

.icons span i {
  color: #aaabad;
  padding: 0px 20px 0px 0px;
}

span.greyspan:before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 85%;
  height: 8px;
  background-color: #e20f12;
  bottom: 0px;
  border-radius: 11px;
}

.contactForm_heading.text-center h1 {
  font-size: 45px;
  background: linear-gradient(40deg, #951c25, #eb0d10);
  font-weight: 500;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 60px;
  padding-top: 30px;
}

.contactForm_heading.text-center h1 span {
  display: block;
}

section.contact_bg {
  position: relative;
  z-index: 7;
  padding-bottom: 50px;
}

input#Firstinput {
  border: none;
}

input#Secondinput {
  border: none;
  color: #a0a9ba;
  height: 54px;
}

input#Thirdinput {
  border: none;
  color: #adb4c3;
}

input#Fourthinput {
  border: none;
  color: #adb4c3;
}

select#inputState {
  border: none;
}

input#FifthInput {
  border: none;
  color: #adb4c3 !important;
}

textarea#SixInput {
  border: none;
  height: unset !important;
}

button.btn.btn-custom {
  padding: 12px 10px;
  width: 100%;
  background: linear-gradient(40deg, #951c25, #eb0d10);
  color: white;
  border-radius: 7px;
  font-size: 16px;
}

.form-group.formDiv {
  padding: 15px 0px 19px 10px;
  border: 1px solid #f8f8f9;
  border-radius: 8px;
  box-shadow: 0px 4px 10px 6px #f8f8f9;
  font-size: 14px;
  background-color: white;
  /* height: 80px; */
}

label {
  padding-left: 10px;
  color: #a7afbf;
  font-size: 14px;
  margin: 0;
}

input#Secondinput::placeholder {
  color: #a0a9ba;
  opacity: 1; /* Firefox */
}

input#Secondinput::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #a0a9ba;
}

input#Thirdinput::placeholder {
  color: #a0a9ba;
  opacity: 1; /* Firefox */
}

input#Thirdinput::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #a0a9ba;
}

input#Fourthinput::placeholder {
  color: #a0a9ba;
  opacity: 1; /* Firefox */
}

input#Fourthinput::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #a0a9ba;
}

select#inputState::placeholder {
  color: #a0a9ba;
  opacity: 1; /* Firefox */
}

input#FifthInput::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #a0a9ba;
}

textarea#SixInput::placeholder {
  color: #a0a9ba;
  opacity: 1; /* Firefox */
}

textarea#SixInput::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #a0a9ba;
}

input#FifthInput::placeholder {
  color: #a0a9ba;
  opacity: 1; /* Firefox */
}

input#FifthInput::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #a0a9ba;
}

.about-inner {
  margin: 0 30px;
  padding: 100px 0;
  /* background: linear-gradient(180deg, #b2171e, white); */
  border-radius: 20px;
  margin-bottom: 20px;
}
.about-h h1 {
  color: #ffffff;
  font-size: 60px;
  font-family: FilsonProHeavyItalic;
}
/*SECTION CONTACT CSS END*/
