/* --------------------------------------
=========================================
COLOR : TOLETTA

PINK COLOR CODE: #d595bc

BLUE COLOR CODE: #2d7cc5
=========================================
----------------------------------------- */

.color-overlay {
    background: rgba(215, 151, 191, 0.9);
}

.color2-overlay {
    background: rgba(45, 124, 197, 0.9);
}

.grey-overlay {
    background: rgba(240, 242, 245, 0.9);
}

.yellow {color:yellow;}


.standard-button {
    background: #d595bc;
}

.standard-button2 {
    background: #2d7cc5;
}

.standard-button2:hover {
    background: #d595bc;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background: #d595bc;
    border-color: inherit;
}

.colored-line,
.colored-line-left {
    background: #555555;
}

.colored-line-two,
.colored-line-two-left {
    background: #555555;
}

.main-color {
    color: #d595bc;
}

.second-color {
    color: #2d7cc5;
}
.color-bg {
	background: #d595bc;
	color: #FFFFFF;
}

.color2-bg {
	background: #2d7cc5;
	color: #FFFFFF;
}

.color2-bg .callout {
    color: #FFF;
}

.color2-bg a {
    color: #EFF1F5;
}

.color2-bg a:hover {
    color: #313131;
}

.features .feature:hover .icon-container .icon {
    background: #d595bc;
    color: #ffffff;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 0px 0px 2px #d595bc;
            box-shadow: 0px 0px 0px 2px #d595bc;
}

.features .feature .icon-container .icon {
    border: 1px solid #d595bc;
    color: #d595bc;
}

.feature-list li i {
    color: #f25454;
}

.media-coverage .single-service h3 {
    color: #d595bc;
}

.press-releases .owl-theme .owl-controls .owl-page span {
    background: #d595bc;
}

footer .contact-button {
    border: 2px solid #d595bc;
    color: #d595bc;
}

footer .contact-button:hover {
    background: #d595bc;
}

footer .contact-box .expanded-contact-form .input-box:active,
footer .contact-box .expanded-contact-form .textarea-box:active,
footer .contact-box .expanded-contact-form .input-box:focus,
footer .contact-box .expanded-contact-form .textarea-box:focus {
    border: 1px solid #d595bc;
}

footer .social-icons li a:hover {
    color: #d595bc;
}