html,
body {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

.bg-gray{
    background-color: #f2f2f2 !important;
    color:rgb(5, 5, 59) !important;
}
.bg-gray h1{
    
    color:rgb(5, 5, 59) !important;
}



/* ::-webkit-scrollbar{
width: 5px;
}
::-webkit-scrollbar-track{
background-color: #19e9c6;

}
::-webkit-scrollbar-thumb{
    background:linear-gradient(to bottom, #265e3d, red);
    border-radius: 5px;
} */

#scrollbtn {
    display: none;
    position: fixed;
    right: 5px;
    bottom: 20px;
    border: none;
    border-radius: 100px;
    z-index: 99;
    cursor: pointer;
    color: white;
}

#scrollbtn i {
    background-color: white;
    color: #e6bd35;
    font-size: 30px;
}

#scrollbtn i:hover {
    transform: scale(1.1);
    background-color: none !important;
}
button{
    cursor: pointer;
}

.space{
    margin-top:-50px !important;
}
.space-2{
    position: relative;
    top:80px !important;
}

/* h1 Tag Gradient Color CSS Start */

@keyframes effect {
    0% {
        background: linear-gradient(to left, rgb(240, 157, 3), #000FFF);
        -webkit-background-clip: text;
    }

    100% {
        background: linear-gradient(to right, rgb(240, 157, 3), #000FFF);
        -webkit-background-clip: text;
    }
}

/* h1 Tag Gradient Color CSS End */


i {
    color: white;
    font-weight: bolder;
    border-radius: 40px;
    font-size: 20px;
    margin-left: 5px;
    padding: 9px;
    margin-right: 5px;
    transition: all ease 0.5s;
}

.fa-instagram {
    color: red;
    font-weight: bolder;

}

.fa-twitter {
    color: rgb(8, 185, 23);
}

.fa-facebook {
    color: rgb(8, 126, 223);
}

i:hover {
    background-color: #ed3238;
    transition: all ease 0.2s;
    cursor: pointer;
    color: white
}


.container-2 {
    position: relative;
    display: flex;
    margin-top: 70px;
    margin-left: 0px;
    width: 100%;
    background-color: none;
    object-fit: contain;
    justify-content: center;

}

.container-2 .content {
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    width: 50%;
    object-fit: contain;
    text-align: center;
    justify-content: center;
    object-position: center;
}

.container-2 .content p {
    
    padding: 5px 0px;
    line-height: 20px;
    text-align: justify;
}

.container-2 .content figure img {
    margin-left: 0px;
    margin-bottom: 10px;
    box-shadow: 0 4px 8px 0 #265e3d;
    max-width: 100%;
    width: 100%;

}

.container-2 .content .name {
    height: 80px;
    position: relative;
    margin-top: 10px;
    color: #265e3d;
    text-align: center;
}

.container-2 .content h2 {
    margin-left: 10px;
    color: #e6bd35;
}

.container-2 .content img:hover {
    box-shadow: 0 4px 8px 0 #e6bd35;
}


.container-2 .heading {
    display: flex;
    justify-content: center;
    text-align: center;

}

.container-2 .heading p {
    font-family: Arial;
    color: #265e3d;
}

.container-2 .heading h1 {
    font-weight: bolder;
    color: transparent;
    animation: effect 3s linear infinite;
}
.main-heading{
   position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top:50px;
    
}

.main-heading h1 {
    font-weight: bolder;
    color: transparent;
    animation: effect 3s linear infinite;
}


.text-container {
    width: 100%;
    padding: 30px;
    margin-top: 50px;
    background: none;
}

.text-container h1 {
    text-align: center;
    font-weight: bolder;
    padding: 0px;
    color: transparent;
    animation: effect 3s linear infinite;
}

.text-container h3 {
    margin-top: 30px;
    padding: 5px 10px;
    background-color: #014e94;
    color: white;
    width: 100%;

}

.text-container p {
    justify-content: justify;
    padding:0px 10px;
    margin-left: 25px;
    margin-top:10px;
    flex-wrap: wrap;
    flex-direction: column;
    color: black;
    border: 1px solid #f0a212;
    line-height: 25px;
    z-index: 5;
}
.text-container p {
    justify-content: justify;
    padding:5px 10px;
    margin-left: 25px;
    margin-top:0px;
    flex-wrap: wrap;
    flex-direction: column;
    color: black;
    line-height: 25px;
    z-index: 5;
}
.text-container p:hover {
background-color:#055096c0 ;
    color: white;
    cursor: pointer;
  
}
.text-container p::before{
    content: '';
    margin-left:0px !important;
    font-weight: bolder;
    font-size: 50px;
    color:#265e3d;
}
.item-center{
    text-align: center;
}
table{
    width:100%; 
    border:0.75pt solid #ffffff; 
    border-collapse:collapse;
}


.table-heading{
    color:white;
    background-color:#5f9ea0;
    font-weight: 650;
    border:1px solid white;

}
.table-data{
    color:black;
    background-color:#dddddd;;
    font-size: 15px;
    border:1px solid white;

}

.show-big-container {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0%;
    left: 0%;
    align-items: center;
    justify-content: center;
    content: '';
    display: none;
    overflow: hidden;
    z-index: 5;

}

.show-big-container .big-image {
    display: flex;
    width: 80%;
    max-height: 80vh;
    cursor: zoom-out;
    border: 3px solid salmon;
}

.show-big-container:hover .big-image {
    transform: scale(1.2);
    transition: all 2s ease-in;
}


img {
    vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.gallery-container {
    position: relative;
    margin-top: 130px;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}


/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}