.btn:not(.rounded-pill){
    border-radius: 0 !important;
}
.btn-primary{
    background-color: #095180 !important;
}
.text-primary{
    color: #095180 !important;
}
.nav-link{
    color: #095180 !important;
    font-size: 18px;
}
.bg-img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
header h2 span.line{
    width: 64px;
    height: 5.56px;
    margin-right: 12px;
    background-color: #095180;
}
p.text{
    letter-spacing: 1px;
    font-size: 19px;
    text-transform: capitalize;
}

.counter .png{
    background: url('Star\ 2.png') no-repeat center;
}
img.vector1{
    position: absolute;
    left: 0;
}
img.vector2{
    position: absolute;
    right: 0;
}
.about .teacher1{
    position: absolute;
    top: 40px;
    z-index: 1;
}
.about .teacher2{
    position: absolute;
    top: 38%;
    left: 41%;
    z-index: 1;
}
.about .group1{
    position: relative;
    top: -1px;
    left: 46%;
    z-index: 0;
}
.about .group2{
    position: relative;
    top: 64%;
    left: 19%;
    z-index: 0;
}
.course .img{
    position: relative;
}
.course .img .img-inside{
    position: absolute;
    top: 15px;
    left: 15px;
}
.course .divide{
    position: relative;
    left: 25px;
    top: 20px;
}
.course .divide .text-center:hover{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.course .divide .node{
    border-bottom: 8px solid #095180;
}