.img-slide {
    /*max-width:120%;*/
    padding-left: 10px;
}

.section {
    padding: 50px 0;
}

.section-top {
    padding: 5px 0;
}

.icons span {
    height: 65px;
    width: 65px;
    line-height: 65px;
    background-color: rgb(70 18 37 / 75%);
    border-radius: var(--bs-border-radius) !important;
}

.course-feature .full-img {
    font-size: 0px;
}

.service-ico {
    width: 160px;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.py-4-1 {
    padding-top: 1.1rem !important;
    padding-bottom: 1.5rem !important;
}

@media (min-width: 992px) {
    #topnav .navigation-menu {
        float: right;
    }
}

.avatar.avatar-small {
    height: 150px;
    width: 150px;
}

.bg-half {
    padding: 25px 0 90px;
}

.para-top {
    padding-top: 20px;
}

.title-pad {
    padding-top: 60px;
}

#tns1-iw {
    margin: 0px !important;
}

/* Image Animation */
.move-2 {
    -webkit-animation: move2 5s infinite;
    animation: move2 5s infinite;
}

@-webkit-keyframes move2 {
    0% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px);
    }

    50% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px);
    }

    100% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px);
    }
}

/* ----------------------------------------------------- */

.alert-pos {
    margin-top: 15px;
    text-align: center;
}

.pd {
    padding: 10px;
}

.text-primary {
    color: white !important;
}

.fa-stack-1x {
    --bs-text-opacity: 1;
    color: white !important;
}
