@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;
}

.top-nav {
    background-color: #00007e;
}

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

.circle {
    width: 35px;
    height: 35px;
    line-height: 11px;
    text-align: center;
}

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

}

.bg-blue {
    background-color: #00007e;
}

.color-red {
    color: #fd0503;
    font-weight: 600;
}

.nav-item a {
    font-size: 16px;
    font-weight: 600;
}

.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;
}

.relative {
    position: relative !important;
}

.tabs {
    display: flex;
    margin-bottom: 10px;
}

.tab-button {
    padding: 5px 25px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    margin-right: 5px;
    border-radius: 5px;
}

.tab-button:hover {
    background-color: #ddd;
}

.tab-button.active {
    background-color: #fd0503;
    /* Active button color */
    color: white;
    /* Change text color of active button */
}

.tab-content {
    display: flex;
    flex-direction: column;
}

.tab-panel {
    display: none;
    /* Hide all panels initially */
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    margin-top: 10px;
    border-radius: 5px;
}

.tab-panel.active {
    display: block;
    /* Only the active panel will be displayed */
}

.play-abs {
    position: absolute;
    top: 50%;
    left: 50%;
}

.play-abs i {
    font-size: 50px;
    background-color: #fd0503;
    color: white;
    padding: 21px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 30px;
}

.abs-video {
    position: absolute;
    bottom: -30px;
    left: 50%;
    background-color: #00007e;
    left: 40%;
    padding: 3px 30px;
    border-radius: 0px 0px 10px 10px;
    color: white;
    font-weight: 600;
}

footer h4 {
    color: #fd0503;
    font-size: 20px;
}

footer ul {
    padding: 0 !important;
}

a {
    text-decoration: none !important;
}

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

footer ul li a {
    color: white;
    font-size: 15px;
}

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


.footer-img img {
    object-fit: cover;
}

/* Responsive */
@media screen and (max-width: 1024px) {
    .nav-item a {
        font-size: 11px;
        font-weight: 600;
    }

    .home-banner img {
        height: auto;
        object-fit: cover;
    }

    .top-socail {
        justify-content: center;
        margin: 0 auto;
        margin-top: 10px;
    }

    .logo-right{
        margin: 0 auto;
    }
}


@media screen and(max-width:375px){
    .flexwrap{
        flex-wrap: wrap;
    }
    
    .text-size{
        font-size:15px;
    }
}

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

body{
    top: 0 !important;
}

.goog-te-gadget-simple{
    background-color: #fd0503 !important;
    color: white !important;
    border: none !important;
    margin-top: 7px;
    padding: 10px 20px;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed{
    color: white !important;
}


/* about us */
.banner-about{
    background:linear-gradient(#00000000, #00000000), url("../img/about-banner1.jpg");
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    padding: 120px 0px;
    object-fit: cover;
}

.text-blue{
    color: #00007e;
}