.sep {
    padding: 40px 0;
    text-align: center;
}
.sep img {
    background: #ffffff;
    margin: 0 auto;
    padding: 0 20px;
}
.sep:before {
    content: "";
    background: #ddd;
    display: block;
    height: 1px;
    left: 0;
    margin-top: 15px;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.sep:after {
    content: "";
    background: #ddd;
    display: block;
    height: 1px;
    left: 0;
    margin-top: -12px;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.sep1 {
    padding: 20px 0;
    text-align: center;
}
.sep1 img {
    background: #ffffff;
    margin: 0 auto;
    padding: 0 20px;
}
.sep1:before {
    content: "";
    background: #ddd;
    display: block;
    height: 1px;
    left: 0;
    margin-top: 15px;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.sep1:after {
    content: "";
    background: #ddd;
    display: block;
    height: 1px;
    left: 0;
    margin-top: -12px;
    position: absolute;
    width: 100%;
    z-index: -1;
}



.team{
    padding: 0 0 20px;
}
ul.team li.item-team{
    margin: 0 10px;
    float: left;
}
.item-team{
    position: relative;
    overflow: hidden;
}
.item-team:hover .info-team{
    top: 30%;
     -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}
.info-team{
    position: absolute;
    top: 67%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}
.info-team h3 a,
.info-team h4,
.info-team h4 span{
    color: #fff;
}
.info-team h3 a{
    padding: 15px;
}
.info-team h3{
    padding: 5px;
}
.info-team h4 span{
    background: rgba(0,0,0,0.7);
    padding: 5px 20px 5px 20px;
    display: inline;
    text-transform: capitalize;
}
.overlay-team{
    background-color: #232323;
    background: rgba(0,0,0,0.9);
    width: 100%;
    height: 100%;
    padding: 10px 5%;
    margin-top: 10px;
}
.overlay-team p{
    color: #fff;
    font-size: 12px;
    line-height: 22px;
}
.overlay-team .social_icon li{
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
}
.overlay-team .social_icon li i{    
    padding-top: 10px;
    font-size: 16px;
}
.border_img img {
    padding: 5px;
    border: solid 1px #cdcdcd;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.team-social-icon {
    margin-top: 20px;
    padding: 0;
    margin: 0;
}
.team-social-icon li {
    display: inline-block;
    border: 2px solid #D6D7D6;
    border-radius: 100%;
    line-height: 30px;
    width: 50px;
    height: 50px;
    margin-right: 5px;
}
.team-social-icon li:hover {
    border: 2px solid #8a0010;
}
.overlay-team .team-social-icon li {
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
}
.overlay-team .team-social-icon li i {
    padding-top: 10px;
    font-size: 16px;
}

/*cbp timeline*/
.cbp_tmtimeline {
    padding: 0;
    list-style: none;
    position: relative;
}
.cbp_tmtime {
    width: 14%;
}
.cbp_tmtime:hover {
    cursor: pointer;
}
.cbp_tmtime h2 {
    text-align: left;
}
/* The line */

.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #ddd;
    left: 22%;
    margin-left: -50px;
}
/* The date/time */

.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    position: absolute;
}
.cbp_tmtimeline > li .cbp_tmtime span {
    display: block;
    font-style: italic;
}
/* Right content */

.cbp_tmlabel img {
    width: 100%;
}
.cbp_tmlabel h3 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 25px;
}
.cbp_tmlabel .institute {
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
}
.cbp_tmlabel .year, .cbp_tmlabel p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 23px;
}
.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0px 0 15px 25%;
    padding: 2em;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
}
.cbp_tmlabel.skills i {
    font-size: 80px;
}
.awards i {
    color: #DCDDDF;
    font-size: 90px;
}
.cbp_tmlabel .fa-star {
    color: #f7e828;
}
/* The triangle */

.cbp_tmtimeline > li .cbp_tmlabel:after, .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    top: -12px;
}
/* The icons */

.cbp_tmtimeline > li .cbp_tmicon {
    width: 40px;
    height: 40px;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin: 0 0 0 -66px;
    left: 22%;
}
.cbp_tmtimeline > li .cbp_tmicon i {
    margin-left: 4px;
}
.cbp_tmtimeline > li .cbp_tmicon:hover {
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .cbp_tmlabel img {
        max-width: 40%;
    }
    .cbp_tmtimeline > li .cbp_tmlabel:after, .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
        top: -22px;
    }
    .cbp_tmtimeline > li .cbp_tmicon {
        margin: -80px 5px 0 0px;
    }
    .cbp_tmtimeline:before {
        display: none;
    }
    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 0 73px;
    }
    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }
    .cbp_tmtimeline > li .cbp_tmlabel:after {
        right: auto;
        left: 20px;
        top: -20px;
    }
    .cbp_tmtimeline > li .cbp_tmicon {
        position: relative;
        float: left;
        left: auto;
    }
}
@media handheld, only screen and (max-width: 380px) {
    .cbp_tmtimeline > li .cbp_tmicon {
        margin: -105px 5px 0 0px;
    }
}
@media handheld, only screen and (max-width: 320px) {
    .cbp_tmtimeline > li .cbp_tmicon {
        margin: -132px 5px 0 0px;
    }
}
.main_name {
    border-top: 4px solid #6f010e;
}
.cbp_tmtimeline > li .cbp_tmlabel:after, .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: #708A6C; /*itan #6F010E;*/
}
@media screen and (max-width: 768px) {
    .cbp_tmtimeline > li .cbp_tmlabel:after, .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
        border-bottom-color: #8a0010;
        border-right-color: transparent;
    }
}