﻿


.slider-upper{
        height: 585px;
}
.service-img{
    height:300px !important;
    width:100%;
}
.fix-icon {
    display: inline-block;
    position: fixed;
    bottom: 100px;
    left: 30px;
    z-index: 999999;
}
.fix-icon-item img {
    width: 55px !important;
    height: 55px !important;
    background:#e7731c;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    padding: 10px;
}


@media screen and (max-width:900px){
    .slider-upper{
    height:230px;
}
    .fix-icon{
        bottom:30px;
        right:30px;
        left:auto
    }
}

.up-comming-intakes-main-div {
    display: flex;
    align-items: center;
}

.anoucment-lable {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #ab2626;
    padding: 8px 10px;
    width: 220px;
    float: left;
    position: relative;
}

.anoucment-lable::before {
    position: absolute;
    content: '';
    background: #ab2626;
    width: 9%;
    height: 32%;
    transform: skew(50deg, 0deg);
    left: 96%;
    top: 21%;
    z-index: 999;
}

.anoucment-lable p {
    position: relative;
    font-size: 15px;
}

.anoucment-lable::after {
    position: absolute;
    content: '';
    background: #ab2626;
    width: 9%;
    height: 32%;
    transform: skew(312deg, 0deg);
    left: 96%;
    top: 52%;
    z-index: 999;
}

.up-comming-intake-list {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
}

.up-comming-intake-list li {
    color: #fff;
    font-weight: 600;
}

.up-comming-intake-list li a {
    color: #fff;
}

.up-comming-intake-list .multicolor-text {
    text-align: center;
    color: #f9d955;
    font-weight: 800;
}

.upcoming-event{
    background: #063255;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
    padding:5px 0;
}