.indx {
    z-index: 2;
}

.thimg {
    width: 100%;
    height: 300px;
    /* border: 2px solid black;
    border-radius: 5px; */
}

/* .imgpoddiv{
    width: 200;
    height: 250px;
}  */
.imgpod {
    float: right;
    width: 200px;
    height: 250px;
}

.navbarfont {
    font-size: 20px;

}

.navbar1 {
    background-color: #175190;

}

.opacity-40 {
    opacity: .4
}

.brightness-75 {
    --tw-brightness: brightness(.75);
    filter: var(--tw-filter)
}

.drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))
}

.drop-shadow-md,
.filter {
    filter: var(--tw-filter)
}

.bg-\[\#000C56\] {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 12, 86, var(--tw-bg-opacity));
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

.font-medium {
    font-weight: 500;
}

.font-medium {
    font-weight: 500;
}

.top-60 {
    top: 15rem;
}

element.style {
    left: 5%;
}

.absolute {
    position: absolute;
}


/* #################footer############# */

/* ********************Partners******************************** */
.napino-Partnership-Banner {
    background-image: url(./img/partnership-banner.png);
    padding: 20% 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-top: 10%; */
    width: 100%;
}

.napino-Partnership-Block-Outer {
    width: 76%;
    margin: auto;
    background-color: #efefef;
    position: relative;
    top: -65px;
    margin-bottom: -65px;
}

.text-partnership {
    text-align: center;
    color: white;
}

.container2 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    /* border: 2px solid black; */
    /* height: 200px; */
}

.img-size {
    padding: 1rem;
    width: 300px;
    height: 150px;
}
.container2  img:hover{
    /* border: 2px solid red;
    border-radius: 5px; */
    width: 105%;
    height: 150px;
    /* z-index: 1; */
    /* background-color:blue ;
    color: white;*/
} 