/* Slider */
.home-banner
{
    background-size: cover;
    background-color: #002935;
    color: #fff;
    position: relative;
    height: 800px;
}

.banner-content
{
    height: 800px;
    position: relative;
    z-index: 1;
}
.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}

.banner-content .subtitle {
    font-size: 25px;
    font-weight: 600;
}

.banner-content .title {
    font-size: 60px;
    color: #fff;
    line-height: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bbtns {
    display: inline-block;
    margin-top: 25px;
}

.banner-content .sinfo {
    margin-left: 15px;
    display: inline-block;
    position: relative;
    top: -22px;
}
.banner-content .title span {
    color: #0D5FF9;
}

.banner-content .bg_btn {
    margin-right: 23px;
}
.bg_btn {
    background-color: #0D5FF9;
    border: 2px solid #0D5FF9;
    color: #fff;
    transition: .5s;
}
.bt {
    padding: 8px 35px;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bg_btn:before {
    background: #fff;
}
.white-btn:before, .wborder_btn:before, .bg_btn:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 15%;
    height: 30px;
    border-radius: 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
    transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}

.wborder_btn {
    border: 2px solid #fff;
    color: #fff;
}
.wborder_btn:before {
    background-color: #0D5FF9;
}

.banner_img {
    position: absolute;
    bottom: 0;
    right: 5%;
    z-index: 1;
}
.banner_img_inner {
    position: relative;
}
.banner_img img {
    width: 470px;
}
.total_students_badge {
    position: absolute;
    top: 20%;
    left: -70px;
}
.total_students_badge {
    display: inline-block;
    text-align: center;
    background-color: #fff;
    color: #444;
    padding: 22px 20px;
    border-radius: 8px;
    box-shadow: 0 9px 65px rgba(255, 255, 255, 0.25);
}
.total_students_badge .icon {
    width: 60px;
    height: 60px;
    background-color: #0D5FF9;
    border-radius: 50%;
    text-align: center;
    line-height: 57px;
    display: inline-block;
    margin-bottom: 15px;
}
.total_students_badge .icon svg {
    width: 30px;
    display: inline-block;
}
.total_students_badge h4 {
    font-size: 25px;
    margin-bottom: 0px;
}
.total_course_badge span, .total_students_badge span {
    font-size: 16px;
    font-weight: 600;
}
.total_course_badge {
    position: absolute;
    bottom: -54px;
    right: -45px;
}
.total_course_badge {
    background-color: #fff;
    color: #444;
    display: inline-block;
    padding: 22px 30px;
    border-radius: 8px;
}
.total_course_badge {
    box-shadow: 0 35px 65px rgba(0, 0, 0, 0.1);
}
.total_course_badge .icon {
    width: 60px;
    height: 60px;
    background-color: #0D5FF9;
    border-radius: 50%;
    text-align: center;
    line-height: 57px;
    float: left;
    margin-right: 16px;
}
.total_course_badge .icon svg {
    width: 30px;
    display: inline-block;
}
.tcourse_content {
    display: inline-block;
}

@media only screen and (max-width: 1366px)
.banner_img img {
    width: 440px;
}