.hidden-web {
    display: none !important;
}


/*top navigation*/

.profile-header .dark-div {
    padding-top: 0;
}

.profile-header .dark-div .container {
    padding-top: 70px;
}

.home-profile-img img {
    width: 35%;
    border-radius: 10px;
    border: solid 3px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    margin-top: 10px;
}

.wrap-dark-color {
    margin-bottom: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.wrap-dark-color .row {
    height: 30px;
}

.feature-icon h4 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
}

a.feature-icon {
    padding: 7px 0 0;
}

a.feature-icon {
    border-right: 2px solid #eee;
}

a.feature-icon:first-child {
    border-left: 2px solid #eee;
}

.profile-header-btn .btn {
    padding: 0 20px;
}


/*hide contact details for print*/

.contact-details-print {
    display: none;
}

.contact-details-print .fa {
    padding-left: 25px;
    padding-right: 5px;
}


/*career highlights*/

.section-title {
    margin-bottom: 40px;
}

.career-highlights .alert {
    margin-top: 0 !important;
}

.timeline-2 li .timeline-time {
    font-size: 1.2rem;
}

.timeline-2 li .timeline-time span {
    font-size: 1.2rem;
}


/*clients section*/

.clients .bx-wrapper {
    margin-bottom: 0;
}

.clients .col-md-3,
.clients .col-sm-3,
.clients .col-xs-6 {
    padding-bottom: 15px;
}

blockquote .small::before,
blockquote footer::before,
blockquote small::before {
    content: "";
}


/*sections icons*/

.section-title i,
.feature-icon h4 i {
    color: #2366f0;
    display: inline-block;
    width: auto;
    font-size: 80%;
    margin-right: 1rem;
}

.feature-icon h4 i {
    color: white
}

.panel.panel-card .panel-figure {
    overflow: hidden;
}


/*footer*/

#footer {
    padding: 8px 0;
}

#footer p {
    font-size: 1.2rem;
}

@media only screen and (max-width: 1000px) {
    .feature-icon h4 span {
        display: none;
    }
    a.feature-icon {
        width: 20%;
        min-width: auto;
    }
}