@charset "utf-8";
/* CSS Document */


.border-style-1,
.border-style-2,
.border-style-3 {
    float: right;
}


.border-style-1:before {
    top: 1px;
    content: "";
    height: 1px;
    right: 2px;
    margin: auto;
    position: absolute;
    width: 120px;
    background: #f8f8f8;
}
.border-style-1:after{
    top: 0;
    content: "";
    height: 3px;
    right: 2px;
    margin: auto;
    position: absolute;
    width: 40px;
    background: #2780e3;
}


.border-center:after,
.border-center:before {
    left: 0;
    right: 0;
    margin: auto;
}

.border-style-2:after{
    top: 0;
    content: "";
    height: 3px;
    right: 2px;
    margin: auto;
    position: absolute;
    width: 50px;
    background: #2780e3;
}

.border-style-3:before {
    top: -45px;
    content: "";
    height: 3px;
    right: 2px;
    margin: auto;
    position: absolute;
    width: 70px;
    background: #2780e3;
}
.border-style-3:after{
    top: 0;
    content: "";
    height: 3px;
    right: 2px;
    margin: auto;
    position: absolute;
    width: 40px;
    background: #2780e3;
}
.team-details address ul li i {
    color: #FFF;
    background: #2780e3;
    padding: 10px;
    margin-left: 10px;
    font-size: 17px;
} 
