#section-contact:after{content:""}
#section-contact:before{content:""}
#section-contact{
    position: relative;
    background: url(../img/green-background-random-39415329-1920-1200.jpg);
    padding: 46px 0;
}
#section-contact .form-contact .small-title{
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #45be76;
    font-size: 30px;
}
#section-contact .form-contact{
    border: 10px solid #45be76;
    padding: 20px;
    background: #fff;
}
#section-contact .row > [class^="col-"] > div:after{
    position: absolute;
    top: 8px;
    left: 10px;
    opacity: 0.7;
}
#section-contact .row > [class^="col-"] > div {
    position: relative;
}
#section-contact form{}
#section-contact .content div:after{content:"\f15c";    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
#section-contact .name div:after{content:"\f0c0";    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
#section-contact .phone div:after{content: "\f095";    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
#section-contact .email div:after{content: "\f003";    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
#section-contact form input{
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-indent: 22px;
}
#section-contact form textarea{
    border: 1px solid #ccc;
    padding: 5px 10px;
    width: 100%;
    height: 100px;
    text-indent: 22px;
}
#section-contact form button{border: 0;padding: 6px 35px;border-radius: 30px;background: #37af68;font-weight: bold;color: #fff;background: rgb(35,127,154);background: -moz-linear-gradient(90deg, rgba(35,127,154,1) 0%, rgba(5,237,32,1) 100%);background: -webkit-linear-gradient(90deg, rgba(35,127,154,1) 0%, rgba(5,237,32,1) 100%);background: linear-gradient(90deg, rgba(35,127,154,1) 0%, rgba(5,237,32,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#237f9a",endColorstr="#05ed20",GradientType=1);}

.c10{margin-left:-10px;margin-right:-10px}
.c10 > [class^="col-"]{
    padding-left: 10px;
    padding-right: 10px;
}