﻿
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: rgba(129, 21, 255, 1);
    border-radius: 0px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 143, 42, 1);
    }


.section-padding-top {
    padding-top: 80px;
}

.section-padding-bottom {
    padding-bottom: 80px;
}

.special-srvc-img {
    height:auto;
    width: 100%;
    object-fit: cover;
}
@media screen and (min-width:1200px) {
    .special-srvc-img {
        height: 400px;
        width: 100%;
        object-fit: cover;
    }
}


    .course-title{
        font-size:25px;
    }


.caps-text {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.course-short-discription {
    font-size: 16px;
    line-height: 2;
}

.pl-20 {
    padding-left: 20px;
}

.bg-grey {
    background-color: #1a1a1a !important;
}


.bg-dark {
    background: #000000 !important;
}

.gradient-text {
    /* background: linear-gradient(90deg, rgba(129, 21, 255, 1) 0%, rgba(255, 143, 42, 1) 20%,rgba(255, 42, 208, 1) 100%);
    background: #FEE715;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;  For Firefox */
    font-weight: 800;
    color: #baff4f !important;
}


.primary-text-color {
    color: #baff4f !important;
    font-weight: 800;
}

.second-text-color {
    color: #8126ff !important;
    font-weight: 800;
}

.topnav {
    display: inline-block;
}
@media screen and (min-width:1200px) {
    .topnav {
       display:none;
    }
}



.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: #7620f5;
    border-color: #7620f5;
}

.x-ico {
    height: 20px;
    width: auto;
}

.header-logo {
    height: 65px;
    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: 300;
    font-family: 'Jost', sans-serif;
    color: #c6c8c9;
    margin: 0;
    margin-bottom: 20px;
    padding-top: 20px;
}

.course p b {
    font-size: 25px !important;
    font-family: 'Jost', 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%);
}*/