* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
}
nav {
    background-color: #fff;
}
.navbar-brand {
    width: 13rem;
    height: 5rem;
}
.navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.nav-link {
    color: #4d94ff !important;
    border-bottom: 3px solid #ffffff;
    transition: all 0.1s;
    font-size: 1.1rem;
}
.nav-link:hover {
    border-bottom: 3px solid #4d94ff;
}
header {
    background-image: url("../Img/seven.jpg");
    background-size: cover;
    background-position: center;
    height: 80vh;
    width: 100%;
    color: #ffffff;
}
.testPage {
    position: fixed;
    display: inline;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    background-color: #032e69;
    text-align: center;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 12222;
    padding: 5px 5px 5px 5px;
}
.testPage:hover {
    font-size: 1.2rem;
    color: #fff;
}
.testPage {
    color: #fff;
    text-decoration: none;
}
.shadow {
    width: 100%;
    height: 100%;
    background: rgba(53, 53, 53, 0.746);
}
.shadow_2 {
    width: 100%;
    height: 100%;
    background: rgba(174, 232, 255, 0.746);
}

header .container-fluide > div {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    flex-direction: column;
}
.welcom_h1 {
    width: 100%;
    padding: 20px;
}
.welcom_p {
    width: 100%;
    padding: 20px;
}

@media only screen and (max-width: 900px) {
    header {
        height: 100%;
    }
    .welcom_h1 {
        width: 100%;
    }
    .welcom_p {
        width: 100%;
    }
    .shadow_section {
        padding: 10px;
    }
}
header h1,
header h3,
header p {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
header p {
    padding: 1rem;
    transition: all 0.7s;
}
header p:hover {
    transform: scale(1.1);
    box-shadow: 2px 2px 18px 2px #1a75ff;
}
.img_student .img {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_student .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.title {
    color: #032e69;
}
.carousel-item {
    min-height: 5rem;
    height: 20rem;
    color: #032e69;
}
.comunication {
    background-image: url("../Img/one.jpg");
    background-size: cover;
    background-position: center;
    /* height: 100vh; */
    width: 100%;
}
.comunication_info {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.596);
    transition: all 0.7s;
    color: rgb(0, 68, 255);
    width: 80%;
}
@media only screen and (max-width: 900px) {
    .carousel-item {
        min-height: 5rem;
        height: 25rem;
        color: #032e69;
    }
}
@media only screen and (max-width: 900px) {
    .comunication_info {
        width: 100%;
        margin: 10px;
    }
}
.comunication_info:hover {
    transform: scale(1.1);
    box-shadow: 2px 2px 18px 2px #1a75ff;
}
.skils {
    color: rgb(0, 68, 255);
}
.skils_text p {
    transition: all 0.3s;
    width: 90%;
    margin: 0.5rem auto;
}
.skils_text p:hover {
    transform: scale(1.1);
    box-shadow: 2px 2px 18px 2px #1a75ff;
}
video {
    width: 100%;
    height: 100%;
}
.video_section {
    position: relative;
    box-shadow: 2px 2px 18px 2px #1a75ff;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #1a75ff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2rem;
    padding-left: 0.3rem;
    box-shadow: 2px 2px 18px 2px #1a75ff;
}
.card-body {
    color: #1a75ff;
}
.team_person {
    position: relative;
}
.team_person {
    width: 100%;
    height: 100%;
    box-shadow: 2px 2px 18px 2px #1a75ff;
    cursor: pointer;
}
.team_person img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.person_name {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff4d;
    opacity: 0;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #002f75;
}
.person_name:hover {
    opacity: 1;
}
.contacts_card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px !important;
    background: transparent;
    border: none;
}
.contacts_main {
    width: 80%;
    height: 80%;
    background: #6ba2f5;
    transition: all 0.7s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-size: 22px;
}
.contacts_main i {
    font-size: 60px;
    transition: all 0.3s;
}
.contacts_main:hover i {
    font-size: 70px;
}
.contacts_main:hover {
    width: 100%;
    height: 100%;
    box-shadow: 2px 2px 18px 2px #1a75ff;
    font-size: 28px;
}
footer > div:nth-child(2) {
    background: rgba(174, 232, 255, 0.746);
    color: #1a75ff;
}
.footer_info {
    color: #1a75ff;
}
.footer_info > div {
    display: flex;
    justify-content: center;
}
.footer_info > div span {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(174, 232, 255, 0.746);
    border-radius: 50%;
    color: #fff;
    margin: 0 15px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 22px;
}
.footer_info > div span:hover {
    font-size: 30px;
    color: rgb(32, 34, 161);
}
