/**webbitech-start**/
.webbitech-content h1{
    font-size: 35px;
}
.webbitech-content p{
    padding-top: 20px
}
/**webbitech-end**/

/**Maestro-start**/

.Maestro-wrapper{
    background-image: url(../images/Service/mastero-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Maestro-content h2{
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
.Maestro-content p{
    padding-top: 10px;
    color: #fff;
}


/**Maestro-end**/

/**talk-start**/

.talk-wrapper{
    background-color: 
    #110F0F;
    border-radius: 30px;
    padding:20px
}

.talk-wrapper span{
    color: #fff;
}
.talk-wrapper h1{
    color: #fff;
    padding-top: 15px;
}
.talk-wrapper p{
    color: #E7E7E7;
    padding-top: 15px;
    font-weight: 300;
}
.message-box{
    padding-top: 15px;
}
.message-box .form-group{
    margin-bottom:inherit!important;
}

/**talk-end**/

.modal-title{
    font-size: 16px!important;
}