.logo {
   
    color: #f93755;
}

.logo strong {
    color: #f93755;
}

a{
    color:#0000ff;
 }

a:hover,  a:active,  a:focus {
    color:#f93755;
 }

::selection {
    background:#f93755;
}

::-moz-selection{
    background:#f93755;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus{
    border-color:#f93755;
}


/*-----------------------------------------------------------------*/
/* Common Elements
/*-----------------------------------------------------------------*/

.btn-default {
    background:#000;
    border: 1px solid #000;
}

.btn-primary:hover,.btn-primary:active,.btn-primary:focus{
    background:#000;
    border-color:#000;
}

.scrollup {
    background-color: #000;
}

.scrollup:hover{
    background: #000;

}

.loader i{
    color: #f93755;
}

.overlay {
    background:rgba(33,42,52,0.6);
}

.small-400-hedaer-overlay {
    background: rgba(33,42,52,.6);
}


.flexsmall .fix-ul-mm li.header-bg {
    background-image: linear-gradient(to bottom, rgba(203, 203, 203, 0.57), rgba(203, 203, 203, 0.25)), url(../images/head/head.jpg);
}


#main-menu ul li a:hover {
    color: #fff;
}

#main-menu ul li.active > a, #main-menu ul li.active.has-child > a {
    color: #fff;
    background:#000
}

.navbar-toggle {
    color:#f93755;
}

.services-box .services-icon {
    color: #f93755;
}

.services-box:hover .services-icon {
    color: #f93755;
    border: 1px solid #f93755;
}


.filter.active:after{
    background:#f93755;
}

.work-item  .work-info .work-info-detail h4:after {
   /* background:#f93755;*/
}


.team-member .team-info:hover{
    background:#f93755;
}

.team-member .socials li a {
    color: #f93755;
} 

.team-member .team-info .socials li a:hover{
     color:#f93755;
}

.team-member:hover .team-info {
    background: #f93755;
}


.features-left .features-icon, .features-right .features-icon{
    color: #f93755;
}

.features-item:hover .features-icon{
    border-color:#f93755;
    color:#f93755;
}

#testimonials .owl-controls .owl-page.active span {
    background:#f93755 !important;
    border:1px solid #f93755;
} 
 
.clients-carousel  figure:hover{
    background: #000;
}

.contact-address i {
   border: 1px solid rgb(202, 200, 200);
}

.bg-white{
	background:#f9f9f9
}

.single-work-slider .owl-prev, .single-work-slider .owl-next{
    background:#f93755 !important;
}

.location-img  {
    background: rgba(70, 70, 70, 0.06);
}

.service-form input, .search-box input, .service-form textarea{
    color: #f93755;
}

.service-list ol .service-name a.service-reply {
    color:#f93755;
}

.service-list ol .service-detail {
    color: #f93755;
}

.post-categories a:hover{
    color:#000;
	font-weight:bold
}

.sidebar-widget a:hover{
    color:#f93755;
}

.sidebar-widget p.date{
    color: #f93755;
}

.tags a{
    background:#f93755;
}

footer ul.footer-social li a:hover {
    border: 2px solid #f93755;
    color:#f93755;

}

.featured-works .owl-prev, .featured-works .owl-next{
    background:#f93755 !important;
}

.featured-works .item .hover-link a {
    background:#f93755;
}

.post-meta a {
    color:#f93755;
}

blockquote{
    border-left: 5px solid #f93755;
}