.header {
    background: #2D3E50;
    border-bottom: 2px solid #1BBC9B;
}
.top-call h3 {
    color: #fff;
}
.top-call h2 {
    color: #1BBC9B;
}
.form-section h1 {
    color: #fff;
}
.form-section h2 {
    color: #fff;
}
.quote-holder {
    background: #1BBC9B;
}
.quote-holder h4 {
    color: #2D3E50;
}
.quote-holder p {
    color: #000;
}
input[type="text"],textarea {
    border: 1px solid #fff;
    background: #fdfdd0;
}
::-webkit-input-placeholder {
    color: #838383;
}
::-moz-placeholder {
    color: #838383;
}
:-ms-input-placeholder {
    color: #838383;
}
:-moz-placeholder {
    color: #838383;
}
input:focus:not([type]):not([readonly]), input[type="text"]:focus:not([readonly]), input[type="password"]:focus:not([readonly]), input[type="email"]:focus:not([readonly]), input[type="url"]:focus:not([readonly]), input[type="time"]:focus:not([readonly]), input[type="date"]:focus:not([readonly]), input[type="datetime-local"]:focus:not([readonly]), input[type="tel"]:focus:not([readonly]), input[type="number"]:focus:not([readonly]), input[type="search"]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #000;
}
.btn, .btn-large {
    background-color: #2D3E50;
}
.btn:hover, .btn-large:hover {
    background-color: #000;
}
button:focus {
    background-color: #2D3E50;
}
.about-section h2 {
    color: #2D3E50;
}
.testimonial-section {
    background: #1BBC9B;
}
.testimonial-section h2 {
    color: #2D3E50;
}
.testi-holder {
    background: #FAFAFA;
}
.testi-content h5 {
    color: #2D3E50;
}
.image-section {
    background: #EDEDED;
}
footer {
    background: #000;
}
.foot-social li {
    color: #BABABA;
    border: 1px solid #BABABA;
}
.foot-social li.fb:hover {
    background: #4867AA;
    border-color: #4867AA;
    color: #fff;
}
.foot-social li.tw:hover {
    background: #1DA1F2;
    border-color: #1DA1F2;
    color: #fff;
}
.foot-social li.gp:hover {
    background: #DA4F43;
    border-color: #DA4F43;
    color: #fff;
}
.foot-social li.in:hover {
    background: #0077B5;
    border-color: #0077B5;
    color: #fff;
}
.foot-text {
    color: #BABABA;
}