#home{
    background: url("https://cdn.pixabay.com/photo/2015/06/24/15/45/ipad-820272_1280.jpg");
    background-attachment: no-repeat;
    background-size: cover;
}
#Professionalism{
    position: relative;
    z-index: 1;
    padding:50px 0px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

}

.contactusform{

}
.contactusform label{float: left;width: 100%;text-align: left;}
.contactusform input{width: 100%;border-radius: 5px;border: 1px solid lightgrey;}
.contactusform textarea{
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 10px;
    height: 220px; 
}
.contactusform .form-group{
    padding: 10px 5%;
}
.contactusform .submitform{background:#2ed3ae;outline: none;/* float: right; *//* width: 50%; */border: 1px solid #eee;margin-top: 2%;border-radius: 10px;cursor: pointer;float: right;margin-right: 2%;}
.contact_result{
    font-size: 200%;
    margin-top: 10%;
}
.contact_result i{
    
}
.contact_info{
   
}
.phones{
    text-align: right;
}
.mails{
    text-align: left;
}

.page-footer {
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #fff;
    font-size: 14px;
    background: #2ed3ae;
}

.page-footer a{
color:white;
}
