section#contact .contact-text{
    text-decoration: none;
    color:white;
}

section#contact{
    background-color:#212529;
    background-repeat:no-repeat;
    background-position:center;
    padding-bottom:65px;
    padding-top:20px;
}
section#contact .section-heading{
    color:#fff;
    font-style: italic;
    margin-bottom: 20px;
    
}
section#contact .section-subheading{
    font-size: 20px;
}
section#contact .form-group{
    margin-bottom:25px
}
section#contact .form-group input,section#contact .form-group textarea{
    padding:20px
}
section#contact .form-group input.form-control{
    height:auto
}
section#contact .form-group textarea.form-control{
    height:248px
}
section#contact .form-control:focus{
    border-color:#c21c1c;
    -webkit-box-shadow:none;
    box-shadow:none
}
section#contact ::-webkit-input-placeholder{
    font-weight:700;
    color:#ced4da;
    font-family:Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'
}
section#contact :-moz-placeholder{
    font-weight:700;
    color:#ced4da;
    font-family:Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'
}
section#contact ::-moz-placeholder{
    font-weight:700;
    color:#ced4da;
    font-family:Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'
}
section#contact :-ms-input-placeholder{
    font-weight:700;
    color:#ced4da;
    font-family:Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'
}
.title p {
    color: #fff;
    font-family: sans-serif;
    font-size: 25px;
}
.title h1 {
    color: #fff;
    font-size: 200%;
    font-family: cursive;
}
.text-primary {
    color: #c21c1c!important;
}
.title a {
    color: #fff;
    font-family: sans-serif;
    font-size: 90%;
}
.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 35.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.service-element-img{
    height: 100%;
    margin-bottom: 20%;
}
.contact-title {
    font-size: 25px;
    color: wheat;
}
.fas{
    color:red;
}

@media (max-width: 773px)
{
    .contact-title{
        font-size: 5vw;
    }
}