* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

::selection {
    color: white;
    background-color: #454545;
}

.bg-for-courses {
    background-color: #032776cf;
    opacity: 1;
    font-weight: bold;
    border-radius: 10px;
    border: none;
    background-size: 25px 25px;
    /* background-image: repeating-linear-gradient(0deg, #fff, #fff 1px, #1D1D1D 1px, #1D1D1D); */
}

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* .nav-color{
    background-color: rgba(103, 103, 103, 0.81);
} */

.carousel-caption {
    bottom: 270px;
}

.gif-shadow {
    box-shadow: 0px 0px 8px 2px grey;

}

.carousel-caption h5 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
    text-shadow: 2px 2px 4px rgb(75, 75, 75);
}

.time-line {
    clip-path: polygon(100% 0, 97% 51%, 100% 100%, 0 100%, 3% 51%, 0 0);
    background-color: #220d38f2;

    color: #fff;
}

.font-small {
    font-size: 12px;

}

.courses_box {
    background-color: #343a40;
}

.bg-for-courses-body {
    /* background-color: #e5e5f7; */
    opacity: 1;
    background-image: url('../images/circle-scatter-haikei.svg');
    /* background-color: #bfbcc7; */
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.carousel-caption p {
    width: 75%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
}

.navbar-light .navbar-brand {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
   
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}



.navbar-toggler {
    background: #fff;
}

.navbar-nav {
    text-align: center;
}

.nav-link {
    padding: .2rem 1.5rem;
}

.nav-link.active, .nav-link:focus {
    color: #fff;
}

.navbar-toggler {
    padding: 1px 5px;
    font-size: 18px;
    line-height: 0.3;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(1, 11, 25);
    font-weight: 500;
}


#overview p {
    font-size: 17px;
    letter-spacing: 1px;
}




.not-div {
    box-shadow: 1px 1px 6px 2px #a29c9d;
    margin: 10px 20px;
    padding: 10px 0px;
}




.notification h5 {
    font-size: 20px;
    text-transform: uppercase;
    color: #0814b2;
}

.notification .notification-btn {
    outline: none;
    color: #fff;
    float: right;
}


/* testimonial */




@media (max-width: 1440px) {
    .main-wrapper {
        width: 100vw;
    }
}

.back-text {
    position: relative;
    z-index: -2000;
}


.reviews {
    overflow: hidden;
    background-color: #343a40;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 3px 3px 6px 3px rgb(191, 186, 186);
}

.reviews-title {
    text-align: center;
    margin-bottom: 7rem;
}

.reviews-title p {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: white;
}

.reviews-card {
    display: grid;
    grid-template-columns: 1fr 480px;
    width: 781px;
}

@media (max-width: 425px) {
    .reviews-card {
        grid-template-columns: 1fr;
        width: fit-content;
    }
}

.card-img {
    width: fit-content;
    height: fit-content;
}

.card-text {
    background-color: white;
    padding: 2rem 4rem;
    height: 359px;
    overflow: hidden;
}

@media (max-width: 425px) {
    .card-text {
        padding: 1rem 2rem;
        width: 70vw;
        height: fit-content;
    }
}

.card-title p {
    font-weight: 800;
    color: #072e98;
    font-size: 1rem;
    line-height: 105.52%;
}

.card-para {
    margin-top: 1rem;
    margin-bottom: 0.8rem;
}

.card-author {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}


.reviews-row {
    display: flex;
    gap: 2rem;
}

@media (max-width: 425px) {
    .card-title p {
        font-weight: 700;
        color: #0b18a9;

        font-size: 1rem;
    }

    .card-para p {
        font-size: 0.7rem;
    }

    .card-author p {
        font-size: 0.7rem;
    }

    .reviews-row {
        flex-direction: column;
        margin: 0 auto;
        width: fit-content;
    }

    .reviews img {
        width: 70vw;
    }
}

.row-first, .row-third {
    animation: move-first 20s linear infinite;
    margin-bottom: 2rem;
}



@media (max-width: 425px) {

    .row-first {
        animation: none;
    }
}

@keyframes move-first {
    50% {
        transform: translateX(-1000px);
    }

    100% {
        transform: translateX(0);
    }
}




/* footer */

.footer-heading {
    border-bottom: 4px solid rgb(9, 21, 188);
    width: 50%;
    text-align: left;
    padding: 10px 10px;
}

#footer ul {
    list-style: none;
}

#footer ul li {
    display: block;
    padding: 10px 0;
    color: white;
}


.show-board {
    background-color: #2F4858;
    opacity: 0.9;
    font-family: emoji;
}

/* team */

.team-grid {
    color: #313437;
    background-color: #fff;
}

.team-grid p {
    color: #7d8285;
}

.team-grid h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width:767px) {
    .team-grid h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.team-grid .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;

}

.team-grid .intro p {
    margin-bottom: 0;
}

.team-grid .people {
    padding: 50px 0 0 0;
}

.team-grid .item {
    margin-bottom: 30px;
}

.team-grid .item .box {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 280px;
    position: relative;
    border-radius: 10px;

    overflow: hidden;
}

.team-grid .item .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    transition: opacity 0.15s ease-in;
    opacity: 0;
    padding-top: 80px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.team-grid .item:hover .cover {
    opacity: 1;
}

.team-grid .item .name {
    font-weight: bold;
    margin-bottom: 8px;
}

.team-grid .item .title {
    text-transform: uppercase;
    font-weight: bold;
    color: #bbd8fb;
    letter-spacing: 2px;
    font-size: 13px;
    margin-bottom: 20px;
}

.team-grid .social {
    font-size: 18px;
}

.team-grid .social a {
    color: inherit;
    margin: 0 10px;
    display: inline-block;
    opacity: 0.7;
}

.team-grid .social a:hover {
    opacity: 1;
}


/* gallery */

.gallery-bg {
    background-image: url('../images/bg-gallery.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.thumb {
    margin-bottom: 15px;
}

.thumb:last-child {
    margin-bottom: 0;
}

.thumb figure img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.thumb figure:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.modal-bg {
    background-color: #1d1d1da0;
}

#courses {
    position: relative;
}

#courses::before {
    content: "";
    position: absolute;
    background-image: url('../images/b1.jpg');
    top: 0;
    left: 0;
    width: 100%;
    height: 305px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

#courses::after {
    content: "";
  
    position: absolute;
    top: 300px;
    left: 0;
    width: 100%;
    height: 310px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;

}

#contact .fa {
    padding: 6px 6px;
    font-size: 40px;
    border-radius: 10px;

}

#contact-div {
    box-shadow: 2px 2px 5px 2px gray;
    border-radius: 5px;
}

#contact .fa-brands {
    transition: all 0.5s linear;
    color: #292121;

}

.bg-red {
    background-color: #093e94;
}

.text-darkblue {
    color: #220d38;
}

#contact .fa-brands:hover {
    /* background: rgb(77, 129, 201); */
    background-color: #d83c3c;
    font-size: 36px;
    color: white;
    transform: rotate(360deg);
}

.courses {
    margin-top: 3rem;

}

.courses-container {
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    /* background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #ffffff 10px), repeating-linear-gradient(#3e3e4255, #3e3e42); */
    background-image: url('../images/book2.jpg');
    background-position: center;
    background-size: cover;
    opacity: 0.7;
}

#courses_module .bg-for-courses .preMain:hover {
    background-color: rgb(35, 35, 35);
    color: white;
    text-decoration: none;
}

.responsive-map {

    position: relative;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.responsive-map iframe {
    left: 0;
    top: 0;
    height: 350px;
    width: 100%;
    position: absolute;
}


@media screen and (max-width: 768px) {

    .carousel-item {
        height: 40vh;
        min-height: 225px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .notification-time {
        font-size: 10px;
        display: block;
        padding: 11px 0px;
    }

    .toast-body {
        font-size: 14px;
    }

    .responsive-map {
        overflow: hidden;
        padding-bottom: 56.25%;
        margin: 20px 10px;
    }

    .responsive-map iframe {
        border: none;

    }
}