
.header .logo h1:focus-visible, .header .logo:focus-visible {
    border: none !important;
    outline: none !important;
}

.header .logo img {
    max-width: 100px;
    max-height: 100%;
}

.header .logo h1 {
    font-size: 25px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

    .header .logo h1 small {
        font-size: 18px;
        font-weight: 400;
    }

.hero h1 {
    font-weight: 500;
    color: #fff;
}

    .hero h1 span {
        font-weight: 700;
    }

.hero p {
    color: #fff;
}

.common-h2-heading h2 {
    font-size: 37px;
    font-weight: 600;
    color: #444;
    padding-bottom: 30px;
}

.about-us p {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    padding-bottom: 20px;
    text-align: center;
    line-height: 23px;
    width: 90%;
    margin: auto;
}

    .about-us p strong {
        font-size: 18px;
        line-height: 30px;
    }

.team .member .pic, .team .member .member-info {
    border-radius: 10px;
    box-shadow: #bdbaba 0 0 10px;
}

.team .member .pic {
    min-height: 200px;
    display: flex;
    height: 100%;
}

.team .member {
    text-align: center;
}

    .team .member h4 {
        text-align: left;
    }

        .team .member h4::after {
            left: 0;
        }

.com-btn {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    background: #10058c;
    color: #fff;
    border-radius: 10px;
}

.team .member h4 {
    margin-bottom: 10px;
    font-size: 19px;
}

.com-btn:hover {
    color: #10058c;
    border: #10058c solid 2px;
    background: #fff;
}

.team .member .member-info p {
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    min-height: 113px;
}

#header {
    position: absolute;
    left: 0;
    right: 0;
}

#contact {
    position: relative;
    overflow: visible;
}

.embed-map-fixed {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 900px;
}

.copyright p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.team .member .member-info {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 230px;
}

.team .member .pic {
    margin-bottom: 0;
}

.bg-login {
    background: linear-gradient(135deg, #270076, #410dab);
    position: relative !important;
}

    .bg-login.bg-map .logo img {
        max-width: 60px;
    }

    .bg-login.bg-map {
        padding: 5px 0;
    }

        .bg-login.bg-map .logo h1 {
            font-size: 15px;
        }

            .bg-login.bg-map .logo h1 small {
                font-size: 13px;
            }

.bg-theme, #popup-header.bg-theme {
    background: #280179 !important;
}

.form-control:focus {
    border-color: #dee2e6;
    box-shadow: 0px 2px 3px #b4b6b7;
    border-radius: 20px;
}

@media screen and (max-width:1600px) {
    .embed-map-fixed {
        width: 800px;
    }
}

@media screen and (max-width:1499px) {
    .header .logo h1 small {
        font-size: 15px;
    }

    .header .logo h1 {
        font-size: 20px;
    }
}

@media screen and (max-width:1400px) {
    .embed-map-fixed {
        width: 600px;
    }
}

@media screen and (max-width:1199px) {
    .hero h1 {
        font-size: 38px;
    }
}

@media screen and (max-width:991px) {
    .hero h1 {
        font-size: 28px;
    }

    .common-h2-heading h2 {
        font-size: 27px;
        padding-bottom: 0px;
    }

    .about-us p strong {
        font-size: 16px;
        line-height: 26px;
    }

    .embed-map-fixed {
        width: 100%;
        position: relative;
    }
}

@media screen and (max-width:767px) {
    .about-us img {
        max-width: 400px;
        width: 100%;
    }

    #team h2 {
        margin-bottom: 20px;
    }

    .team .member .pic img {
        width: 100%;
    }

    .team .member .member-info, .team .member .member-info p {
        min-height: auto;
    }

    .team .member .pic {
        border-radius: 10px 10px 0 0px;
    }

    .team .member .member-info {
        border-radius: 0 0 10px 10px;
    }

    .hero-img img {
        max-width: 400px;
        width: 100%;
    }
}

@media screen and (max-width:575px) {
    .hero-img img {
        max-width: 300px;
        width: 100%;
    }

    .header .logo img {
        max-width: 70px;
    }

    .header .logo h1 {
        font-size: 15px;
    }

        .header .logo h1 small {
            font-size: 13px;
        }
}