﻿/*card*/

.profile-card-2 .card-img-block {
    float: left;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.profile-card-2 .card-body {
    position: relative;
}

.profile-card-2 .profile {
    border-radius: 50%;
    position: absolute;
    top: -42px;
    left: 15%;
    max-width: 75px;
    border: 3px solid rgba(255, 255, 255, 1);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.profile-card-2 h5 {
    font-weight: 600;
    color: #007bff;
}

.profile-card-2 .card-text {
    font-weight: 300;
    font-size: 15px;
}

.profile-card-2 .icon-block {
    float: left;
    width: 100%;
}

    .profile-card-2 .icon-block a {
        text-decoration: none;
    }

.profile-card-2 i {
    display: inline-block;
    font-size: 16px;
    color: #007bff;
    text-align: center;
    border: 1px solid #007bff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 5px;
}

    .profile-card-2 i:hover {
        background-color: #007bff;
        color: #fff;
    }

/*hhhhhhhhhhhh*/
.section .row {
    margin-top: 7%;
    margin-bottom: 10%;
}

    .section .row .col-md-6 {
        background: #f5f5f5;
        margin-right: -2%;
        padding: 5%;
    }

.section h3 {
    color: #3cc2cf;
}

.section p {
    margin-top: 10%;
    color: #545b62;
}

.section img {
    width: 100%;
}
/*gfygygygy*/
.single {
    padding: 30px 15px;
    margin-top: 40px;
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
}

    .single h3.side-title {
        margin: 0;
        margin-bottom: 10px;
        padding: 0;
        font-size: 20px;
        color: black;
        
    }

        .single h3.side-title:after {
            content: '';
            width: 60px;
            height: 1px;
            background: #3cc2cf;
            display: block;
            margin-top: 6px;
        }

    .single ul {
        margin-bottom: 0;
    }

    .single li a {
        color: #666;
        font-size: 14px;
        text-transform: uppercase;
        border-bottom: 1px solid #f0f0f0;
        line-height: 40px;
        display: block;
        text-decoration: none;
    }

        .single li a:hover {
            color: #3cc2cf;
        }

    .single li:last-child a {
        border-bottom: 0;
    }