:root{
    --primary-color: rgb(31 32 35/1);
    --font-color: #f9f9f9;
}

body.dark{
    background-color: var(--primary-color) !important;
    color: var(--font-color);
}


.dark .search-toggler .fa-search {
    color: red !important;
}

.dark .about__card .about__card__icon{
    background-color: rgb(43, 43, 43);
}

.dark .about__card .about__card__content{
    background-color: rgb(43, 43, 43);
    color: #f9f9f9;
}


.dark .custom-img{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dark .custom-services , .dark .objectives{
    background-color: rgb(38 39 43 / 1);
    padding: 100px 0px;
}

.dark .blog_card , .dark .course__category__card_1 , .dark .blog_list_card , .dark .gallery_card{
    background-color: rgb(48 49 54/1) !important;
    border: 1px solid hsla(0,0%,100%,.07);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dark img{
    cursor: pointer;
}

.dark .blog_card_text_block{
    margin-top: -20px !important;
}

.dark .course__category__card_1 {
    padding-top: 30px;
}

.img-list {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.img-list img {
    max-width: 100%;
    height: auto;
}

.img-list .first {
    position: relative;
    transform: rotate(-15deg);
    border-radius: 20px;
    left: 200px;
    top: 50px;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}

.img-list .second {
    position: relative;
    bottom: 100px;
    left: 50px;
    transform: rotate(15deg);
    border-radius: 20px;
    border: 1px solid hsla(0, 13%, 88%, 0.859);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all 0.3s ease-in-out;
}

/* Tablet */
@media (max-width: 991px) {
    .img-list .first,
    .img-list .second {
        transform: rotate(0deg);
        bottom: 0;
        left: 0;
        width: 80%;
    }

    .img-list {
        flex-direction: column;
        gap: 10px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .img-list .first,
    .img-list .second {
        width: 100%;
        transform: rotate(0deg);
        position: relative;
    }

    .img-list {
        flex-direction: column;
        gap: 5px;
    }
}



.core-values ul li {
    color: #a4a5a5;
    margin-top: 10px;

}

.customers{
    padding: 100px 0px;
}

.img-square img {
    width: 100%;
    border-radius: 20px;
}



.page_title_banner .title{
    margin-top: 150px;
    border-bottom: 2px solid red;
    padding-bottom: 10px;
}


.blog_list_card {
    padding: 0px !important;
}


.blog_list_card img{
    margin: 30px 0px;
}

.gallery_card {
    height: 220px;
    text-align: center;
}

.gallery_card img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 2px dashed red;
}

.gallery_card span{
    display: block;
}


.disclaimer{
    background-color: var(--primary-color);
    padding: 100px 0px;
}

.disclaimer p{
    color: #f9f9f9 !important;
    text-align: justify;
    line-height: 30px;
}
