﻿.event_home {
    position: relative;
    z-index: 99;
    margin-bottom: -50px;
    margin-top: 5px;
}
.mission:hover {
    background-color:aquamarine;
}

.adjust {
    max-height: 142px;
}

@media only screen and (max-width: 320px) {
    .adjust {
        max-height: 247px;
    }
}

@media (min-width: 321px) and (max-width: 425px) {
    .adjust {
        max-height: 177px;
    }
}

@media (min-width: 426px) and (max-width: 770px) {
    .adjust {
        max-height: 224px;
    }
}

@media (min-width: 771px) and (max-width: 840px) {
    .adjust {
        max-height: 224px;
    }
}
@media (min-width: 320px) and (max-width: 425px) {
    img_1 {
        left: -37px;
        position: relative;
    }
}
.abc{
    margin-top:10%;
}
@media (min-width: 771px) and (max-width: 840px) {
    .abc {
        margin-top:19%
    }
}


.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 400px 400px;
    background-image: url('../my_image/Gray Animated Motivation Inspiration and Quate Video (5).gif');
}

@media only screen and (max-width: 320px) {
    .single-contact-card {
        max-height: 227px !important;
    }
}

@media (min-width: 426px) and (max-width: 770px) {
    .single-contact-card {
        max-height: 235px !important;
    }
}

@media (min-width: 771px) and (max-width: 840px) {
    .single-contact-card {
        max-height: 245px !important;
    }
}

@media (min-width: 841px) and (max-width: 1024px) {
    .single-contact-card {
        max-height: 255px !important;
    }
    .def {
        padding: 12px 22px;
    }
}

@media (min-width: 771px) and (max-width: 840px) {
    .service-card-items {
        max-height: 446px;
        overflow: auto;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .service-card-items {
        max-height: 455px;
        overflow: auto;
    }
}
