body {
    background-color: #3d5a9925;
}

.back {
    z-index: -1;
    background: url("../../img/3.jpg") top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 10rem;
}

.bkcolor {
    background: linear-gradient(90deg, #ffffff 0%, #3d5a99 20%, #3d5a99 100%);
}

.contact {
    background-color: #3d5a99;
    margin: auto;
    margin-top: 30px;
    color: #ffffff;
    max-width: 1000px;
    box-shadow: 10px 5px 5px gray;
    border-radius: 4px;
}

.center {
    text-align: center;
}

.contact-p {
    padding: 20px 40px;
    text-align: justify;
}

.hr {
    margin: 10px 20px 0px 20px;
    background-color: white;
}

.link {
    text-decoration: none;
    color: #ffffff;
}

.link:visited {
    text-decoration: none;
    color: #ffffff;
}

.link:hover {
    text-decoration: none;
    color: #cac8c8;
}

/*WORK*/
.method {
    margin: 30px;
}

.work {
    margin-top: 5rem;
    margin-bottom: 20px;
    padding: 3rem;
    background-color: #fff;
}

.work_header {
    text-align: center;
    margin-bottom: 30px;
    color: #555;
}

.work_header h3 {
    font-size: 2em;
    font-weight: #fff;
    margin-bottom: 20px;
}

.work_asks {
    justify-content: center;
}

.work_ask {
    margin: 20px;
    padding: 2rem;
    color: #555;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    background-color: #f5f2f2;
}

.work_ask:hover {
    border: 1px solid #cccccc;
    border-top: 3px solid #3d5a99;
}

.work_ask div {
    text-align: justify;
}

.work_ask h4 {
    font-size: 1.2rem;
    font-weight: bold;
}

.work_ask p {
    font-size: 3rem;
    color: #3d5a99;
}

.work_ask a {
    color: green;
    font-weight: bold;
    text-decoration: none;
}

.work_ask a:hover {
    text-decoration: underline;
}

.work_ask_coll {
    display: none;
    font-size: 1.1rem;
}

/*FAQ*/
.faq {
    margin: 30px;
}

.faq_header {
    text-align: center;
    margin-bottom: 30px;
    color: #555;
}

.faq_header h3 {
    font-size: 2em;
    font-weight: #fff;
    margin-bottom: 20px;
}

.faq_asks {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.faq_ask {
    cursor: pointer;
    padding: 20px;
    margin: 15px;
    border: 1px solid #cccccc;
    border-bottom: 3px solid #3d5a99;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f5f2f2;
}

.faq_ask h4 {
    font-size: 1.2rem;
    font-weight: bold;
}

.faq_ask p {
    font-size: 3rem;
}

.faq_ask div {
    text-align: justify;
}

.faq_ask a {
    color: green;
    font-weight: bold;
    text-decoration: none;
}

.faq_ask a:hover {
    text-decoration: underline;
}

.faq_ask_coll {
    display: none;
    font-size: 1.1rem;
}

.first-form-h2{
    margin-top: 50px;
    margin-bottom: 20px;
}

.btn-submit{
    background-color: #3d5a99;
    color: #fff;
    font-weight: 600;
    width: 10rem;
}

.btn-submit:hover{
    background-color: #3d5a99da;
    color: #fff;
}

.first-form-p{
    color: #555;
    font-size: 1.1rem;
}