.logo,
.footer-logo {
    position: relative;
    padding-left: 80px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
}

.logo img,
.footer-logo img {
    position: absolute;
    left: 0;
    top: -16px;
}

.footer-logo {
    margin-bottom: 20px;
    color: #ffffff;
}

.no-menu-border::after {
    content: none !important;
}

footer {
    background-color: #001B53;
}

.recent-blog-footer iframe {
    width: 100%;
}

.sticky-menu .logo {
    line-height: 20px !important;
}

.swiper-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center center;
}

.custom-abtbox {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #001B53;
    margin-top: 3px;
}

.custom-abtbox i {
    color: #fff;
    font-size: 16px;
}

.home-about-us img {
    width: 100% !important;
}

.home-services {
    width: 100%;
    background-image: url('../images/services-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    position: relative;
}

.home-services::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 27, 83, 0.9);
}

.whybox img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center center;
    margin: 20px 0 15px 0;
    border-radius: 10px;
}

.home-pmsg {
    background-color: #FBF7ED;
}

.home-pmsg .pmsg-content {
    background-color: #fff;
}

.event-detail .image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center center;
}

.gallery-container .blog-thumb2 {
    position: relative;
}

.gallery-container .blog-thumb2 .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(359.58deg, #002133 0.39%, rgba(0, 33, 51, 0) 51.47%);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .4s ease-in
}

.gallery-container .blog-thumb2:hover .overlay {
    transform: scaleX(1);
    transform-origin: top;
}

.team-info h4 {
    width: 98%;
}

.modal {
    z-index: 10000;
}

.modal .modal-content {
    width: 526px;
    border-radius: 0;
}

.pop-wrapper {
    position: relative;
}

.pop-wrapper button {
    position: absolute;
    top: -5px;
    right: -2px;
    padding: 0;
    margin: 0;
}

.pop-up-image {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.page-loader.home-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 9999999;
}

.home-loader {
    background-color: #fff;
    color: #0037AA;
}

.home-loader .mascot {
    width: 330px;
    margin: 0 auto 10px auto;
}

.home-loader p span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0037AA;
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.inner-loader {
    text-align: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home-loader p span:nth-child(2) {
    animation-delay: .2s;
}

.home-loader p span:nth-child(3) {
    animation-delay: .4s;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.contact-img2 img {
    width: 100% !important;
}

.choose-quick-link {
    background-color: white !important;
}