﻿
ul.main_menu {
    display: inline-block;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    background-color: #0088c3;
 
    text-align: center !important;
}      

ul.main_menu > li {
  float: left;
  display: inline-block;
  padding :8px;
  padding-left : 20px;
  }

ul.main_menu li a:hover i.ico {
    background-color:#F7FB00;  
}

ul.main_menu li a {
  display: block;
  color: white;
  font-size : 12px;
  text-align: center;
  text-decoration: none;
  padding : 3px;
 

}

ul.sub_menu li a:hover {
    color: white;
    background-color: #01A0E2;
    border-left: 3px solid #00B5EF;
    /*background-color :#00B5EF;*/
    border-top: 1px solid #292075;
    border-bottom: 1px dotted gray;
    top: 0;
}

ul.sub_menu{
     display : none;
     z-index :-1;
     position :absolute;
     background-color: white ;
     width : 250px;
     box-shadow : 1px 4px 5px 1px gray;
     margin :0px auto;
     top : 500px;
}
ul.sub_menu, li a {
 list-style-type : none;
 padding :2px;
 text-align : left;
 
}

ul.sub_menu li a {
 padding :12px;
 border-bottom : 1px dotted gray;
 display : block;
 margin : 0px;
 color : black;
}


li.superm:hover .sub_menu {
 display : block;
 top: 95%;
 z-index :1;

}
.sub_menu > li {
    text-align: center;
    display : block;
    width : 100%;
    padding : 0px;  
  }


.sub_menu {
    background-color: #01A0E2;
    animation-name: example;
    animation-duration: 0.4s;
}

@keyframes example {
  from {top : 100px;}
  to {top :80px}
}

/*super menus  third levels*/

ul.sub_menu2, li a {
list-style-type : none;
padding :2px;
text-align : left;
}

ul.sub_menu2 li a {
padding: 12px;
border-bottom: 1px dotted gray;
display: block;
margin: 0px;
color: black;
}

ul.sub_menu2{
display : none;
z-index :-1;
background-color: white ;
width : 250px;
box-shadow : 1px 4px 5px 1px gray;
margin :0px auto;
  }
li.superm2:hover .sub_menu2 {
display :  block;  
position: absolute;
float: left;
left : 100%;
margin-top: -17%;
z-index :1;
}

.sub_menu2 {
    background-color: #01A0E2;
    animation-name: example2;
    animation-duration: 0.5s;
}
@keyframes example2 {
  from {left : 120px;}
  to {right :80px}
}


.heading {
    background-color: #0A5994;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    margin: 10px;
    font-weight: 600;
    font-family: 'FontAwesome';
    align-self: center;
    width: 1180px;
    margin-left: 10%
}

.maincontainer {
    margin: 0 0
}

.images-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 0 108px;
    padding: 0;
}

.images-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    justify-items: center;
    /*            justify-content: space-between;
            width: 100%;*/
}

.image-div {
    position: relative;
    overflow: hidden; /* Hide overflow */
    margin-right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 220px
}

    .image-div img {
        width: 100%;
        height: 180px;
    }

    .image-div h6,
    .image-div p {
        margin: 5px 0;
        text-align: center;
        font-size: smaller;
        margin-top: 15px;
    }

.maincontainer {
    display: flex;
    flex-direction: column;
}

.address {
    width: 800px;
    height: 200px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    border: 4px solid #0A5994;
    border-radius: 30px;
    margin: 10px;
    justify-content: space-evenly;
}
.address-container {
    background-color: #fece00;
    margin: 0px;
    color: #0088c3;
}
.right,
.left {
    align-content: center;
    justify-content: center;
}

.second {
    display: flex;
    justify-content: center
}

.left p {
    font-weight: 500;
    font-weight: bold;
    margin: 0;
}

h6, p {
    margin-top: 15px;
    font-weight: bold;
    color: #0A5994;
}

.images-wrapper p {
    font-size: 10px;
    margin-bottom: 0;
    margin-top: 2px;
    font-weight: bold;
}

h4 {
    font-weight: bold;
    color: #0A5994;
}
/*change over */

.bantext {
    color: #0088c3;
    font-size: 18px;
}
.bannerImg {
    background-color: #fece00;
    display: flex;
    justify-content: center
}
#newscel {
    background-color: #0A5994;
    animation-name: exa;
    animation-duration: 1.3s;
    transform: translate3d(0, 0, 0);
}

.ico {
    background-color: white;
    color: #0A5994;
    border-radius: 50%;
    padding: 13px;   
    font-size: 15px;
    
}

.fixed {
    position: fixed;
    top: 0;
    height: 78px;
    z-index: 1;
    width: 100%;
    animation: none !important;
    /*animation: exa;*/
    animation-duration: 0.5s;
    box-shadow: 1px 4px 4px 1px yellow;
    background-color: #0088c3;
    padding-left: 80px;
   


 
}
.icon-color {
    color: orangered;
    font-size: 25px;
}

@keyframes exa {
    from {
        top: -150px;
    }

    to {
        top: 0px
    }
}

.exa:-webkit-scrollbar-x {
    display: none;
}

#popDiv {
    /*background-color: rgba(255, 102, 0,0.3);
    height: 500%;
    width: 100%;
    top: 0%;
    text-align: center;
    border: 1px solid red;
    position: absolute;
    z-index: 100000 !important;*/
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,.7);
}

#close1 {
    cursor: pointer;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 3000;
}

div.pop {
    width: 100%;
    position: fixed;
    left: 0%;
    right: 20%;
    top: 0%;
    z-index: 100000;
    border: 5px solid silver;
    background-color: White;
    border-radius: 15px; /*animation-name: example;*/
    animation-duration: 1s;
    height: 100vh;
    overflow: scroll;
}

/*making changes for popup one 13-04-24*/
.popup {
    display: none;
    position: fixed; /* Fixed positioning */
    z-index: 9999; /* Higher z-index */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 80%; /* Adjusted width */
    position: relative;
}

.ibaposterimg {
    width: inherit;
    height: 520px
}

.btn-crs2 {
    height: 50%;
    align-self: center
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
    }

    .height-img{
        height:150px;
        width:100%;
    }
.scroll-behavior: smooth;
/*pop up style*/
.popup {
    display: none;
    position: fixed; /* Fixed positioning */
    z-index: 9999; /* Higher z-index */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 80%; /* Adjusted width */
    position: relative;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
    }



 

        .new p {
            font-size: 14px; /* Increased font size */
            margin-bottom: 10px; /* Added space between items */
            opacity: 1;
            transition: opacity 0.5s ease-in-out;
        }

             .new p:hover {
                background-color: #cce7ff;
            }

@keyframes scroll {
    0% {
        top: 100%;
    }

    100% {
        top: -100%;
    }
}

/*.scrolling-links .new p.vanish {
    opacity: 0;
    z-index: 0;
}*/

.zoomable {
    transition: transform 0.3s ease-in-out;
}

.zoomed {
    transform: scale(2);
}

.custom-div {
    margin: 10px 10px; /* 10px margin on top and bottom */
    flex: 1;
    border: 2px solid #0088c3;
    border-radius: 20px;
}

.custom-header {
    background-color: white;
    color: #0088c3;
    border: 2px solid #0088c3;
    border-radius: 40px;
    text-align: center;
    position: sticky;
    top: 0;
    /*z-index: 1;*/
    background-color: white; 
    border-top:0px;
    /* Ensure background color covers content behind */
}

    .custom-header > h2 {
        font-size: 20px;
    }




.pop {
    position: relative;
    margin: auto;
    padding: 20px;
    width: 80%; /* 80% of the page width */
    max-width: 800px; /* Max width */
    background-color: white; /* White background */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow */
}

#close {
    cursor: pointer; /* Pointer cursor on hover */
    position: absolute;
    top: 10px;
    right: 10px;
}

#poster13 {
    display: flex;
    justify-content: center; /* Center the image */
    align-items: center; /* Center the image vertically */
    height: 100%; /* Full height */
}

img {
    max-width: 100%; /* Responsive image */
    /*height: auto;*/ /* Maintain aspect ratio */
}

/* ===== Header ===== */
.bg-yellow-center {
    background-color: #fece00;
    display: flex;
    justify-content: center;
}

.bg-yellow {
    background-color: #fece00;
    margin: 0;
    color: #0088c3;
}

.header-img {
    width: 100%;
    height: 150px;
}

.header-text-wrap {
    padding: 5px;
    color: #0088c3;
    margin: 10px 0 0 27px;
}

.right-address {
    font-size: 13px;
    text-align: right;
}

.hr-yellow {
    height: 1px;
    background-color: #fece00;
    margin: 0;
}

/* ===== Navbar ===== */
.navbar-main {
    background-color: #0088c3;
    width: 100%;
    padding-left: 80px;
    z-index: 1;
}

.main-menu-full {
    width: 100%;
    text-align: center;
}

/* ===== Footer ===== */
.footer-main {
    background-color: #0088c3;
    color: white;
    width: 100%;
    font-family: Tahoma;
    font-size: 11px;
    padding: 5px;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.center-text {
    flex: 1;
    text-align: center;
}

/* ===== News Popup ===== */
.news-box {
    background-image: linear-gradient(75deg, white, #E7B20F);
    width: 300px;
    height: 200px;
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 2000;
    visibility: hidden;
    border: 3px solid gray;
    border-radius: 8px;
}

/* ===== Modal ===== */
.popDiv-hidden {
    display: none;
    z-index: 3;
}

.pop-title {
    color: white;
    background-color: #0A5994;
    margin: 10px;
    padding: 10px;
    font-family: FontAwesome;
    border-radius: 6px;
}

.rounded-img {
    border: 3px solid #0A5994;
    border-radius: 25px;
}
ul {
    width: 100%;
    /*text-align: center !important;*/
}
.menu-bg {
    background-color: #0088c3;
    padding-left:74px;
}
.span-arrow {
    float: right;
    color: yellow;
}
.important-links-footer {
    background-color: rgb(0, 136, 195);
    color: white;
    width: 100%;
    font-family: Tahoma;
    font-size: 11px;
    padding: 5px;
    text-align:center;
}
.normaltxt{
    text-align:justify;
}
.address-right{
    text-align:right;
}
.address-left {
    height: 115px;
    margin-top: 5px;
}