#fh5co-footer {
    background: #efefef;
    background-image: url(../images/favicon.jpg);
    background-size: 550px;
    background-repeat: no-repeat;
    background-position: top right;
    background-blend-mode: soft-light;
    background-position-y: 20px;
}

nav.fh5co-nav {
    background-color: white;
    color: black;
}

p.num {
    color: black !important;
    font-style: oblique;
    width: 60% !important;
}

.fh5co-nav ul li.active > a {
    color: #e8932e !important;
}

.fh5co-nav ul li.has-dropdown a{
    /*color: #e8932e !important;*/
}
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active,
.fh5co-nav ul li.has-dropdown a:hover, .fh5co-nav ul li.has-dropdown a:focus {
    color: #e8932e;
}

.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus {
    color: #e8932ec2;
}

.fh5co-nav .top {
    border-bottom: 1px solid rgba(8, 7, 7, 0.1);
}


li.has-dropdown:hover > a {
    color: #e8932ec2 !important;
}

#fh5co-logo {
  background-image: url(../images/android-icon-96x96.png);
  height: 96px;
    width: 96px;
}

 #fh5co-footer {
    background-color: #efefef;
}


.fh5co-nav-toggle{
    right: 20px;
    top: 140px;
}

.fh5co-nav-toggle > a{
    color: white;
}

.top-contact-info{
    text-align: right;
}


@media screen and (max-width: 480px) {
        .top-contact-info{
            text-align: center; 
        }
        p.num {
            width: 100% !important;
        }
         
}

.btn-cta > a:hover {
    color: white !important;
}

.project-content .col-forth {
    /*width: 33% !important;*/
}

.project-content .project-card {
    width: 33% !important;
}





/*services css*/
.service-name {
  background-color: #e9932f;
    border-radius: 9px;
    padding: 10px 35px 10px 10px;
    text-align: center;
    color: white;
    box-shadow: 6px 4px 6px grey;
}

.services-inner-full .card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    position: relative;
    opacity: 0.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    padding: 32px 15px;
    max-height: 150px;
    overflow: hidden;
}

.services-inner-full .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    
}

.card-data-content {
      background-color: white;
}

.card-data-content .service-title {
    color: #E9932E;
}

.service-image {
    height: 50%;
    width: 21%;
    border-radius: 100%;
    position: fixed;
    top: -51px;
    left: 40%;
    z-index: 10;
}

.bg-guy-image {
    padding-bottom: 0px;
    background-image: url('../images/guy4.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.services-inner-full > div {
  margin-bottom : 15px;
}

.page_image_right_top {
    margin-top:25%;
}


