@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
    font-weight: 400;
    
}

h1,
h2,
h3,
h3,
h4,
h5,
h6 {
    font-weight: 600 !important;
    font-family: "Poppins", serif;
}

body {
    position: relative;
}
p {
    text-align: justify;
}

.color {
    color: #ff0000;
    background: #0000ff;
}

.bg-blue {
    /* background: #03032e; */
    background-color: #263eb8 !important;
}

.text-red {
    color: #ff0000;
}
.footer-sec {
    background: #263eb8;
}

.text-blue {
    color: #263eb8 !important;
}

.search button {
    background-color: #263eb8;
    color: white !important;
    border-radius: 0;
}

.nav-item a {
    font-weight: 500;
    color: rgb(26, 26, 26);
}

input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    outline: none;
}

.dropdown-menu li a {
    transition: background-color 0.5s ease;
}

.dropdown-menu li {
    border-bottom: 1px solid #ccc;
}


.dropdown-menu li a:hover {
    background-color: #ff0000;
    color: white;
}
.milestone img{
    width:100%;
    height:25rem;
    object-fit:cover;
}
        @media (min-width: 1600px) {
            .milestone img {
    width: 100%;
    height: 35rem;
    object-fit: cover;
}
}
.socail-media {
    position: fixed;
    top: 50%;
    z-index: 1;
}

.socail-media p {
    background-color: #263eb8;
    color: white;
    border-radius: 0px 10px 10px 0px;
    padding: 10px;
    font-size: 20px;
}

.carousel-inner img {
    width: 100%;
    height: 438px;
    object-fit: cover;
    background-position: top;
}

.bg-red-nav {
    background-color: #ff0000;
    overflow: hidden;
    clip-path: polygon(7% 0, 100% 0%, 100% 100%, 0% 100%);
}

.bg-red {
    background-color: #ff0000 !important;
}

.carousel-item {
    position: relative;
}

.carousel-caption {
    z-index: 1;
}

.drk:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000ad;
    opacity: 0.6;
}

.abs-text {
    position: absolute;
    top: 0;
    background-color: #fd0503;
    left: 40%;
    padding: 3px 30px;
    border-radius: 0px 0px 10px 10px;
    color: white;
    font-weight: 600;
    z-index:100;
}

.owl-theme .owl-dots .owl-dot span{
    width:6px !important;
    height:6px !important;
}
.relative {
    position: relative;
} 

a {
    text-decoration: none !important;
}

.same-btn {
    background: linear-gradient(40deg, #0000ff, #fd0503);
    padding: 6px 40px;
    border-radius: 50px;
    color: white; 
}

.events-banner {
    /*background: linear-gradient(45deg, #00000073, #00000073), url(../img/event-banner.jpg);*/
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    color: white;
}

.events-banner img{
    object-fit:cover;
    background-position: center;
}


.atten {
    /*background: linear-gradient(270deg, #4876BD, #5448BD, #8F48BD, #BD48B1);*/
   background-image: url("../img/same-banner.jpg");
}

.bg-white-light {
    /*background-color:rgb(20 20 20 / 30%);*/
}
.bg-white-light .same-btn{
   background: #FF0000 !important;
}

footer ul {
    padding: 0;
}

footer ul li {
    list-style: none;
    margin-top: 8px;
}

footer ul li a {
    color: #fff;
    font-weight: 500;

}
.footer-sec .ext-white p{
     color:#000 !important;
}
footer h5 {
    color: #fff;
}
.bg-banner-same{
    background-image: url(../img/same-banner.jpg);
    width: 100%;
    background-position: center;
    background-size: cover;
}
footer p{
color: #fff;
}
.footer-sec table td a{
    color: #fff;
}
.footer-sec table td {
    background: transparent;
    padding: 5px 0;
    color: #fff;
}


/* tabs */
.tab-content {
    display: none;
}

.activee {
    background-color: #4CAF50 !important;
    /* Active button color */
    color: white !important;
}

.active-tab {
    display: block;
    /* Show active tab content */
}

.tab-button {
    padding: 7px 20px;
    border: 1px solid #000 !important;

}


/* 2nd tabs */
.after-line {
    position: relative;
    width: 100%;
    overflow: auto;
}

.after-line::after {
    content: "";
    width: 92%;
    border-bottom: 2px dashed #A2A2A2;
    position: absolute;
    top: 15px;
    left: 50px;
}

.after-line button {
    z-index: 1;
    color: #636363;
    border: none !important;
    font-size: 18px;
    background-color: #f8f9fa;
    padding: 1px;
    width: 100px !important;
}

.after-line button:hover {
    background-color: #263eb8;
    color: white;
}



.tab-contentnews {
    display: none;
}

/* .activeenews::after {
    width: 20px;
    height: 20px;
    position: absolute;
    content: "";
    background-color: #4CAF50 !important;
    color: white !important;
    left: 26px;
    top: 7px;
    border-radius: 50%;
    border: 1px solid red;
} */

.activeenews {
    background-color: #263eb8 !important;
    color: white !important;
    border: 1px solid red;

}

.active-tabnews {
    display: block;
}

.tab-buttonnews {
    padding: 7px 20px;
    border: 1px solid #000 !important;
}
/* banner */

/* .tab-contentnews .col-xl-5{
    border-right: 2px solid #263eb8;
} */

/* responsive */
@media screen and (max-width: 1024px) {
    .nav-item a {
        font-size: 13px;
    }
}


@media screen and (max-width: 768px) {
    .nav-item a {
        font-size: 16px;
    }

    .small-text p,
    .small-text #lang {
        font-size: 13px;
        margin-top: 10px !important;
    }

    .ggole-top{
        font-size: 13px !important;
        margin-top: 10px !important;
        padding: 0 !important;
    } 
} 
 
.cursor:hover {cursor:pointer;}

.relative {
    position: relative; 
}

/*.relative h4::before {*/
/*    content: "";*/ 
/*    width: 57%;*/
/*    height: 2px;*/
/*    background-color: red;*/
/*    position: absolute;*/
/*    top: 60%;*/
/*    left: 22%;*/
/*}*/

/*.relative h4::after {*/
/*    content: "";*/
/*    border: 1px solid #ff0000;*/
/*    position: absolute;*/
/*    padding: 9px;*/
/*    top: 55%;*/
/*    left: 48%;*/
/*    border-radius: 50%;*/
/*    background: white;*/
/*}*/



.bef-aft{
    position:relative;
    height:3rem;
    margin:1rem;
}

.relative h4::before {
    content: "";
    width: 57%;
    height: 2px;
    background-color: red;
    position: absolute;
    top: 75%;
    left: 22%;
}

.relative h4::after {
    content: "";
    border: 1px solid #ff0000;
    position: absolute;
    padding: 9px;
    top: 56%;
    left: 48%;
    border-radius: 50%;
    background: white;
}

.nextTab,
.prevTab {
    cursor: pointer;
    transition: background-color 0.5s ease;
}

.nextTab:hover,
.prevTab:hover {
    background-color: #263eb8;
    color: white !important;
}




.cursor-pointer {
    cursor: pointer;
}


.goog-te-gadget-simple {
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 10px;
    color: white !important;

}

.VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    color: white !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd,
.goog-te-gadget img {
    display: none;
}

body {
    top: 0 !important;
}

#google_translate_element span {
    border-left: none !important;
}


/* Ensure Google Translate widget does not inherit global Bootstrap styles */
#google_translate_element {
    all: unset !important;
}

/* Specific targeting for Google Translate elements */
#google_translate_element .goog-te-gadget {
    all: unset !important;
}

/* Remove any Bootstrap-specific margin or padding from the translate widget */
#google_translate_element .goog-te-gadget-simple {
    margin: 0 !important;
    padding: 0 !important;
}

/* Prevent text color, font size, or style changes */
#google_translate_element .goog-te-combo {
    font-size: initial !important;
    color: inherit !important;
    
}

font{
    font-weight: inherit  !important;
}


div#goog-gt-tt {
    display: none !important;
}


::selection{
    background-color: #ff0000;
    color: white;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc{
    display: none !important;
}





.hover-polices{
    transition: background-color 0.5s ease;
}

.hover-polices:hover{
    background-color: #263eb8;
    color: white;
}

.hover-polices p{
    font-size: 14px;
    font-weight: 600;
}

.profile-card img{
    width: 220px;
    /*border-radius: 50%;*/
    height: 220px;
    object-fit: cover;
    background-position: center;
    padding: 5px;
    box-shadow: 0px 0px 5px #4CAF50;
}

.profile-card{
    background: linear-gradient(#b3abab, #d0caca75);
}

table:where(th, td){
    text-wrap: nowrap;
}

table th, table td{
    text-wrap: nowrap;
}


/*odomiter counter*/
.visitor-counter h4{
    color:#fff;
    font-size:1.2rem;
}

#activity-slider .owl-nav {
    display: block !important;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    font-size: 20px;
    border-radius: 50%;
    
}
.owl-next span , .owl-prev span{
    font-size:4.5rem;
    color:#fff;
}
/* Positioning left and right buttons */
.owl-carousel .owl-nav button.owl-prev { left: 0; }
.owl-carousel .owl-nav button.owl-next { right: 0; }



/* Styling for dots */
.owl-carousel button.owl-dot {
    background: #ccc;
    width: 12px;
    height: 12px;
    margin: 5px;
    border-radius: 50%;
    border: none;
    transition: background 0.3s ease;
}

.owl-carousel button.owl-dot.active {
    background: #333;
}
.news-main-card h4, .activity-card h4 {
      text-transform: uppercase;
    font-size: 16px;
}
.news-main-card, .activity-card {
    min-height: 330px;
    height: 100%;
}
