.section-padding {
    padding: 60px 0 80px;
}
.choose-course .choose-course-wrapper .col-md-3 {
    margin-bottom: 70px;
}
.choose-course .icon-circle {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
}
.choose-course .icon-circle .icon-background {
    position: absolute;
    bottom: 10px;
    width: 129px;
    left: 50%;
    margin-left: -64px;
    height: 129px;
    border-radius: 50%;
    background-color: #0163ae;
    color: #fff;
    z-index: 11;
    display: table;
    transition: all .5s ease-in-out;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.choose-course .icon-circle .icon-background .icons-img {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 70px;
    line-height: 1;
    transition: all 0.4s ease;
}
.choose-course .icon-circle .icon-background:after {
    position: absolute;
    content: '';
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.4s ease;
}
.choose-course .icon-circle .info {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    backface-visibility: hidden;
    border-radius: 50%;
}
.choose-course .icon-circle .info .info-back {
    opacity: 1;
    background-color: rgb(2, 100, 174)!important;
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.choose-course .icon-circle .info .info-back::before {
    position: absolute;
    z-index: 20;
    content: "";
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border-width: 12px;
    border-style: solid;
    border-color: rgb(43, 141, 216)!important;
    border-image: initial;
    border-radius: 50%;
}
.choose-course .icon-circle .info .info-back a {
    color: rgb(255, 255, 255);
    vertical-align: middle;
    display: table-cell;
    position: relative;
    z-index: 2;
    font-size: 13px;
    padding: 20px;
    transition: all 0.7s ease;
}
.choose-course .name-course {
    margin-top: 25px;
    color: rgb(73, 87, 95);
    text-align: center;
    font-size: 16px;
}
.choose-course .name-course a, .choose-course .name-course p, .choose-course .name-course span {
    color: rgb(73, 87, 95);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.2s linear;
}
.choose-course .name-course i {
    margin-left: 5px;
    transition: all 0.2s linear;
}


.fa-long-arrow-right:before {
    content: "\f178";
}
/*a:hover, a:active, a:focus {
    text-decoration: none;
}
a:hover {
    outline: 0;
}*/
.choose-course .icon-circle:hover .icon-background {
    background-color: #86bc42;
    bottom: 90%
}
.choose-course .icon-circle:hover .icon-background:after {
    border: 2px solid #fff
}
.choose-course .icon-circle:hover .info .info-back:before {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6)
}
.choose-course .icon-circle:hover .info .info-back a {
    transition-delay: 1s;
    z-index: 21
}