﻿
.swiper-slide .item img {
    width: auto;
    height: 80px;
}

@media screen and (min-width:1200px) {
    .swiper-slide .item img {
        width: 100%;
        height: auto;
    }
}


.font-normal {
    font-weight: 400 !important;
}

.font-900 {
    font-weight: 900 !important;
}


.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #14cf93;
    border-color: #14cf93;
}

.x-ico {
    height: 20px;
    width: auto;
}

.header-logo {
    height: 70px;
    width: auto;
}


.service-title{
    font-size:18px;
}
@media screen and (min-width:1200px) {
    .service-title {
        font-size: 25px;
    }
}




.course p {
    line-height: 1.8;
    font-size: 25px !important;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #14cf93;
    margin: 0;
    margin-bottom: 20px;
    padding-top: 20px;
}

.course p b {
    font-size: 25px !important;
    font-family: 'Poppins', sans-serif;
}


.course ul li {
    margin-top: 10px;
    font-size: 22px !important;
    opacity: .7;
    padding-left: 15px;
    position: relative;
    list-style: disc;
}

/*.bg-1 {*/
   /* background-image: url('../img/bg/bg-1.jpg');
    background-size: cover;*/
    /*background-color: transparent;
    background-image: radial-gradient(at center right, #0055961f 0%, #fbfbf3 80%);
}*/