/* Enter Your Custom CSS Here */

.navbar-brand > img {
    max-height: 100%;
    display: none;
}
  
.hidden-xs {
    display: block !important;
    margin: 0px auto;
}

.feedback-box .client-image {
    float: left;
    width: 153px;
    height: 173px;
    border-radius: 0%;
    overflow: hidden;
    border: 3px solid #f6f6f6;
    
}

.zerif-copyright {
    color: #fc5f45 !important;
    display: none;
  
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
    padding: 3px;
    background: antiquewhite;
}

input[type="text"] { text-indent: -12px; }
.skill-count { position: relative; }
.skill-count div::before {  position: absolute; content: "%"; left: 36px; top: 19px; opacity: 0.5; font-size: 1.2em;}

/* fix for the one with 1 digit */
.skill-count .skill4 { text-indent: -7px; }

}

.copyright {
    padding-top: 102px !important;
    padding-bottom: 68px;
}

.col-lg-3 {
  width:100%;
}  

.focus-box p {
  text-align:center;
  display:inline;
  
} 


#client-feedbacks .feedback-box {
min-height: 450px;
  vertical-align:middle;

}

.section-header {
 padding-bottom: 7px;
}