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

body{
    position: relative;
}


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

.bg-blue {
    /* background: #03032e; */
    background-color: #810202;
}

.text-red{
    color: #ff0000;
}

.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 a:hover{
    background-color: #ff0000;
    color: white;
}

.socail-media{
    position: fixed;
    top: 50%;
    z-index: 1;
}

.socail-media p {
    background-color: #810202;
    color: white;
    border-radius: 0px 10px 10px 0px;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 5px;
}
.carousel-inner img{
    width: 100%;
    height: 438px;
    object-fit: cover;
    background-position: top;
}
.vacancies-listing marquee {
    height: 400px;
}
.vacancies-hed {
    padding: 12px 25px;
    border-radius: 8px;
    color: #fff;
    background-color: #661B16;
    text-align: center;
}
.vacancies-list {
    overflow: hidden;
    position: relative;
    background: #ebebeb;
    color: #000000;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.counter-sec {
    text-align: -webkit-center;
    min-height: 142px;
    background: #fff;
    border-radius: 4px;
    margin: 5px;
    box-shadow: 0 0 4px 2px lightgrey;
    padding: 8px;
    width: 100%;
    position: relative;
    padding-top: 15px;
}

.counter-sec h2.count {
    font-size: 1.1875em;
    margin-bottom: 4px !important;
    margin: 0px;
    padding-top: 10px;
    color: #162F6A;
    font-weight: 600;
}

.daily-updates{
background: #fff;
padding: 20px;
border-radius: 10px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color:#9b8154 !important;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #810202!important;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}


.nav-link:focus, .nav-link:hover {
    color: #810202!important;
}

.vacancy-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-bottom: 2px solid #9B8154;
    animation: scrollUp 6s infinite linear;
}

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

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

.carousel-item{
    position: relative;
}

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


.as_lgo{
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.as_po{
    font-size: 19px;
    padding-left: 60px;
    padding-top: 22px;  
}

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

.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(./iimg/ks1.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    color: white;
}
.contact-box {
    background: #9b815459;
    padding: 15px;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.atten {
    background: linear-gradient(270deg, #810202, #681717, #a53434, #ff7570);
}
.bg-white-light{
    background-color: rgb(20 20 20 / 30%);
}

footer ul{
    padding: 0;
}

footer ul li{
    list-style: none;
    margin-top: 8px;
}
footer ul li a{
    color: #010620;
    font-weight: 500;
    
}

footer h5{
    color:#000;
}
