@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: 'Raleway', sans-serif;
    background: #f1f1f1;
}
/* 
.form-part{
  background-image: url("../images/img-1.png");
  height: 500px;
  background-position: center; 
  background-repeat: no-repeat;
} */
.body{
    background: #f1f1f1;
}
.default-form input[type="text"], .default-form input[type="email"], .default-form input[type="password"], .default-form input[type="tel"], .default-form input[type="url"], .default-form select, .default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 46px;
    font-size: 14px;
    border: 1px solid #777777;
    padding: 10px 20px;
    color: #222222;
    background: none;
    border-radius: 2px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    outline-color: #e31e25;
}
.contact-section-one .info-list a {
    color: #777777;
}
.default-form textarea {
    height: 130px;
    resize: none;
    margin-bottom: 15px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
    padding: 8px 20px;
    width: 100%;
    border: 1px solid #777777;
    border-radius: 2px;
    background: transparent;
    outline-color: #e31e25;
}
.contact-button {
    background: #e31e25;
    padding: 8px 30px;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #e31e25;
    letter-spacing: 1px;
    transition-duration: 0.5s;
}
.contact-button:hover {
    border: 2px solid #e31e25;
    background: #ffffff;
    color: #e31e25;
    padding: 7px 29px;
    
}
span.theme_color {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 16px;
}
.separator{
    background-color: #ee3a42;
    display: block;
    height: 2px;
    margin: 8px 0px 0px 0px;
    width: 90px;
}
.shadows {
    box-shadow: -4px 4px 20px -5px rgb(0 0 0 / 57%);
}
.form-group > input::placeholder, .form-group > textarea::placeholder {
    color: #808080;
    font-weight: 600;
}