﻿/* =========================
   Default Styles (Desktop First)
========================= */
@keyframes blinkAlert {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.new-alert {
    display: inline-block;
    background: red;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    animation: blinkAlert 1s infinite;
    box-shadow: 0 0 10px rgba(255,0,0,0.6);
}

.home-page .links {
    background: linear-gradient(358deg, #03a5d8, #015a76);
    padding: 18px;
}
    .home-page .links h1.section-heading a {
        color: #fff !important;
    }
.footerulli li:before {
}

.footerulli li {
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
    list-style: none;
}

    .footerulli li a {
        color: #ffffff;
        font-size: 16px;
        font-weight: 200;
    }


.header .header-main {
    background-image: url('../../partnerweb/images/header_center.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    /* flex-direction: column; */
    align-items: center;
}

.btndiv {
    text-align: right;
    padding: 30px;
}

.logoimg {
    width: 320px;
    height: 125px;
    max-width: 100%;
    object-fit: contain;
}

/* =========================
   Extra Large Devices
   (Large Desktop >1400px)
========================= */
@media (min-width: 1400px) {
    .logoimg {
        width: 380px;
        height: 140px;
    }
}

/* =========================
   Large Devices
   (Laptop/Desktop)
========================= */
@media (max-width: 1200px) {
    .logoimg {
        width: 300px;
        height: 115px;
    }
}

/* =========================
   Medium Devices
   (Tablet)
========================= */
@media (max-width: 992px) {


    .btndiv {
        text-align: center;
    }

    .logoimg {
        width: 243px;
        height: 100px;
        margin-left: -20px;
    }
}

/* =========================
   Small Devices
   (Mobile Landscape)
========================= */
@media (max-width: 768px) {
    .header .header-main {
        background-image: url('../../partnerweb/images/header_center.png');
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        align-items: center;
        display: contents;
    }

    .btndiv {
        text-align: center;
    }

    .logoimg {
        width: 100%;
        height: 100px;
    }
}

/* =========================
   Extra Small Devices
   (Mobile Portrait)
========================= */
@media (max-width: 576px) {



    .logoimg {
        width: 100%;
        height: 100px;
    }
}

/* =========================
   Very Small Devices
   (375px and below)
========================= */
@media (max-width: 375px) {

    .logoimg {
        width: 100%;
        height: 100px;
    }
}

/* =========================
   Ultra Small Devices
   (320px phones)
========================= */
@media (max-width: 320px) {

    .logoimg {
        width: 100%;
        height: 100px;
    }
}

.news-block-two {
    position: relative;
    margin-bottom: 30px;
    height: 411px;
    max-height: 415px;
}

    .news-block-two .inner-box {
        position: relative;
        display: block;
    }
    .news-block-two .image, .news-block-two .image img {
        display: block;
        width: 100%;
    }
        .news-block-two .image img {
            display: block;
            width: 100%;
        }
    .news-block-two .lower-box {
        position: relative;
        display: block;
        padding: 9px 15px 10px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-top: none;
        font-family: Arial, sans-serif;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
        background: #ffffff;
    }
.service-details h3 {
    position: relative;
    display: block;
    /* padding-bottom: 7px; */
    font-weight: 700;
    color: #222222;
    font-size: 19px;
    text-transform: uppercase;
    /* margin-bottom: 30px; */
}
h1, h2, .font-weight-bold {
    font-weight: 700 !important;
    font-size: 14px;
}

.section-title {
    text-align: center;
    margin-bottom: 15px;
    padding: 15px;
   /* display: flex;*/
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #dee2e6;
    border: 1px solid #264568;
    text-transform: uppercase;
    color: #006699 !important;
}


.student-desc h4 {
    margin-top: 2px;
    margin-bottom: 2px;
}