
.txt-slider p {
    font-size: 18px;
}

.top-header .container-top-head {
    max-width: 1200px;
    margin: 0 auto;
}


.form input, select {
    border: 1px solid #eaeaea;
    height: 40px;
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
}
.form input:focus, select:focus {
    background: #92c910;
    color: #FFF;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    min-width: 100%;
}

input.wpcf7-form-control.wpcf7-submit {
    width: 150px;
    background: #92c910;
    border: none;
    height: 50px;
    border-radius: 5px;
    color: #FFF;
}

#masthead .top-header .container-top-head .meta-tophead{

    width: 88%;

}
.textwidget {
    text-align: center;
}

#masthead.header_v2 {
    padding-bottom: 0;
}

.contact.panel-widget-style .textwidget {
    text-align: left;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    min-width: 100%;
    padding: 5px;
    border: 1px solid #eaeaea;
}
textarea.wpcf7-form-control.wpcf7-textarea:focus{
	background: #92c910;
    color: #FFF;
}
