.services-box-title {
    line-height: 25px;
    padding-bottom: 20px;
}

.serivces-box-content {
    padding: 10px;
}

.no-text-transform h1,
.no-text-transform h2,
.no-text-transform h3,
.no-text-transform h4,
.no-text-transform h5,
.no-text-transform h6,
.no-text-transform p {
    text-transform: none !important;
}

.no-line-height {
    line-height: normal;
}

/***** OUR TEAM MANAGEMENT *****/
.poftolio-content h6 {
    text-transform: none;
}
.poftolio-content p {
    margin-top: -10px !important;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}
.color-green {
    color: #27ae60;
}
.color-blue {
    color: #012068;
}

/***** PAGE HEADER *****/
.header-about-us {
    background: url(../../assets/images/header-about-us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 200px 0 200px;
    position: relative;
}
.header-services {
    background: url(../../assets/images/header-services.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 200px 0 200px;
    position: relative;
}
.header-downloads {
    background: url(../../assets/images/header-downloads.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 200px 0 200px;
    position: relative;
}
.header-contact-us {
    background: url(../../assets/images/header-contact-us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 200px 0 200px;
    position: relative;
}
.header-legal-and-privacy {
    background: url(../../assets/images/header-legal-and-privacy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 200px 0 200px;
    position: relative;
}

/***** Google Translate *****/
.skiptranslate {
    display: none !important;
    visibility: hidden !important;
}
font {
    box-shadow: none!important;
    background: none!important;
}

/***** BUTTON REVERSE *****/
.reverse-button a {
    display: inline-block;
    background: #fff;
    color: #27ae60;
    padding: 13px 36px;
    border-radius: 5px;
    margin-top: 12px;
    position: relative;
    z-index: 1;
}
.reverse-button a:hover {
    color: #fff;
    border: none;
}
.reverse-button a:before{  
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #fff;
    transform: scale(0.0, 1);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.reverse-button a:hover:before{
    transform: scale(1, 1);
    opacity: 1;
    border: 1px solid #fff;
    background: #27ae60;
    color: #fff;
}

/***** TEXTS  CSS *****/
.color-white {
    color: #fff;
}
.serivces-box-content h4 {
    line-height: 30px;
}