/* Navbars */
.nav-link {
    font-size: large;
    font-style: normal;
}

.dropdown-item {
    font-size: medium;
    font-style: normal;
}

/* Sliders buttons*/
.carousel-control-next-icon {
    border-radius: 200px;
    background-color: black;
}

.carousel-control-prev-icon {
    border-radius: 200px;
    background-color: black;
}


/* headings */
h1 {
    font-size: 40px;
    font-family: system-ui;
    text-align: center;
    color: black;
    margin-top: 5%;
    line-height: normal;
    font-weight: normal;
}

/* Card Section */
.Crd {
    width: 18rem;
}

/* leave contact card */
.section {
    background-image: url(../img/Img16.jpeg);
    background-size: cover;
}

.c1 {
    padding-top: 30px;
    border-radius: 5px 40px;
    box-shadow: 5px 6px 6px 6px #888888;
    height: 70vh;
}

.L1 {
    padding-top: 30px;
    height: 70vh;
    box-shadow: 5px 6px 6px 6px #888888;
}

span {
    font-size: 22px;
    color: rgba(31, 31, 31, 0.8) !important;
    margin-left: 2px;
    font-style: italic;
}

.col1 {
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.12);
    /* border-style: solid; */
    background-color: rgba(255, 255, 255, 0);
    padding: 10px;
    color: #999;
    font-size: 14px;
}

.btn1 {
    color: #FFFFFF;
    background-color: #00b1e1;
    display: inline-block;
    padding: 15px;
    letter-spacing: 2px;
    font-size: 20px;
    font-family: system-ui;
    text-transform: uppercase !important;
    cursor: pointer;
    border: solid 1px #00b1e1;
    border-radius: 30px;
    box-shadow: 4px 4px 4px 4px #93d8eb;
}


/* Icons */
.icon {
    font-size: 20px;
    color: black;
}

/* footer */
#dy-footer {
    border-top: solid 1px black;
    height: auto;
}

.fe1 {
    background-color: #908e8e;
    height: 12vh;
    color: white;
}

.PlayStrore {
    width: 9%;
    cursor: pointer;
}


/* footerlogoImage */
.img1 {
    text-align: left;
    margin-bottom: 3%;
    margin-top: 2%;
}


/* Paragraph */
.para_desc {
    text-align: justify;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}

/* Footer-menu */
.menu-col {
    text-align: left;
    margin-left: 5%;
    list-style-type: none;
    padding-top: 60px;

}

.footerNavLevel1 li a {
    text-decoration: none;
    color: black;

}

/* Board-Number */
.board-img {
    border-radius: 600px;
    box-shadow: 0px 0px 20px 0px rgb(15, 14, 14);
}

/* .board-title {
    padding: 10px 0px;
    text-align: center;
} */



/* About section */
.bread {
    background-image: url(../img/about_us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.bg-color {
    background-color: azure;
}

.about-para {
    text-align: justify;
    margin-top: 20px;
}

.about-title {
    margin-top: 50px;
}

.His-para {
    text-align: justify;
}


/* PresidentialDesk section */
.bno {
    background-color: azure;
}


/* ContactUs section */
.box {
    width: 500px;
    height: 350px;
    box-shadow: 10px 10px 10px 10px #aaaaaa;
    border-radius: 50px 9px;
}

.form-label {
    padding-left: 20px;
    font-style: italic;
}

.btn-lg {
    border-radius: 30px;
    box-shadow: 5px 7px rgb(235, 235, 242);
}

.form-control {
    font-style: italic;
    width: 360px;
    border-style: none;
    border-bottom: 1px solid;
}

/* PresidentialDesk section */
.our-team {
    padding: 30px 0 40px;
    margin-bottom: 30px;
    background-color: #f7f5ec;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.our-team .picture {
    display: inline-block;
    height: 130px;
    width: 130px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
    /* border-radius: 500px; */
    /* box-shadow: 0px 0px 20px 0px rgb(15, 14, 14); */
}

.our-team .picture::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #1369ce;
    position: absolute;
    bottom: 137%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
    height: 100%;
}

.our-team .picture::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1369ce;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.our-team .picture img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}

.our-team .title {
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform: capitalize;
}