.nav-logo {
    padding-top: 10px;
    width: 110px;
}

.footer_logo {
    width: 155px;
}

.footer_logo img {
    width: 100%;
}

.bg-sec {
    background-color: rgba(199, 219, 247, 0.699);
}

.p-20 {
    padding: 20px;
}

.rev_slider img:after {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .75);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/* collaboration contact form  */
.contact-container {
    max-width: 600px;
    margin: 0 auto;
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


.accent-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(to right, #CC0000, #0052CC);
    margin: 15px auto 40px;
    border-radius: 2px;
}

.contact-title {
    text-align: center;
    color: #1a1a1a;
    font-size: 28px;
    margin: 0 0 20px 0;
    font-weight: 700;
    color: #194643;
}


.contact-description {
    text-align: center;
    color: #666;
    font-size: 15px;
    margin-bottom: 30px;
}

.form-group-1 {
    margin-bottom: 20px;
}

.form-label-1 {
    display: block;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.form-label-1 .required {
    color: #CC0000;
}


.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.form-label .required {
    color: #CC0000;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    font-size: 14px;
    font-family: inherit;
    transition: all 0.3s ease;
    outline: none;
}

.form-input:focus,
.form-textarea:focus {
    outline: 2px solid #194643;
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #194643, #0c2322);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 82, 204, 0.3);
}

.footer-note {
    text-align: center;
    color: #999;
    font-size: 12px;
    margin-top: 20px;
}

.form_sidebar {
    background-color: #01308A;
    padding: 30px;
    margin-bottom: 20px;
}

.form_sidebar #footer-1-send-name,
.form_sidebar #footer-1-send-mail,
.form_sidebar #footer-1-send-message {
    background: #f9fafa;

}

.progress-2-right .progress-2-right-content {
    height: 586px;
    width: 100%;
}

.progress-2-right .progress-2-right-content img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.events-single-programs-img {
    height: 360px;
}

.events-single-programs img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.politicians-img-wrapper-1.collab,
.politicians-img-wrapper-2.collab,
.politicians-img-wrapper-3.collab {
    height: 210px;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 2px solid #0052a5;
}

.politicians-img-wrapper-1.collab img,
.politicians-img-wrapper-2.collab img,
.politicians-img-wrapper-3.collab img {
    height: 100%;
}

.politicians-img-wrapper-1.collab .politicians-img-overlay-1,
.politicians-img-wrapper-2.collab .politicians-img-overlay-1,
.politicians-img-wrapper-3.collab .politicians-img-overlay-1 {
    height: 100%;
}

.collab-studynepal .politicians-img-overlay-1 {

    left: 0px;
}

/* institutions  */
.blog-1-news-wrapper.internship {
    /* padding-left: 20px; */
    border-left: 5px solid #6292f6;
    box-shadow: 10px 15px 6px #22438b54;
    transition: 0.3s all ease-in-out;
}

.blog-1-news-wrapper.internship:hover {

    box-shadow: 10px -15px 6px #22438b54;
    transition: 0.3s all ease-in-out;
}

.blog-1-news-wrapper.internship .news-content-img {

    height: 210px;
}

.blog-1-news-wrapper.internship .news-content-img img {

    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.blog-1-news-wrapper.internship .news-header {
    padding-left: 20px;

}

.instits .mix-img-wrapper img {
    width: 100%;
    border-radius: 5px;
}