.overlay--banner {
    z-index: -1;
    position: absolute;
    min-height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(45deg, #5cb74ead, #3b599999, #a7a9acab);
    background-size: 200% 200%;
    animation: gradientAnimation 10s ease infinite;
    top: 0;
    left: 0;
}

  @keyframes gradientAnimation {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .header-style-two .bd-sticky.bd-header-area {
        margin: 0px 0px;
        border-radius: 0px
    }
}

.bd-contact-form-thumb img {
    width: 630px !important;
    height: 766px !important;
}

.bd--footer {
    background-image: url(../images/custom/pattern-323-1.png);
    /* background-color: #385698; */
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-pattern {
    position: relative;
    overflow: hidden;
}

.bg-pattern::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/custom/pattern-323-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: -1;
    animation: panBackground 120s linear infinite;
}

.bd-why-choose-area.bg-pattern::before {
    z-index: 0;
}

@keyframes panBackground {
    0% {
      background-position: 0% 0%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 100%;
    }
}

.bd-footer-from-content .btn-switch-text {
    font-size: 14px;
}

.header-style-two .bd-header-area.bd-sticky {
    margin: 0 0;
    border-radius: 0;
}

.image-of-rpi {
    border-left: 5px solid #3B5999;
    border-bottom: 5px solid #3B5999;
    box-shadow: 20px -20px 0px -10px #5cb74e;
    padding: 0px 0px 4px 4px;
    background-color: #5cb74e;
    transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}

/* Media */
/* @media (max-width: 768px) {
} */

@media (max-width: 480px) {
    .bd-footer-widget {
        float: none !important;
    }

    .bd-footer-widget .bd-footer-from-content .btn-switch-text {
        font-size: 12px !important;
    }
}

.executive-director .bd-section-title {
    margin-bottom: 2rem;
}

.executive-director .bd-history-of-university p {
    font-size: 16px;
    line-height: 28px;
}

.our-values .bd-why-choose-title {
    font-size: 1.5rem;
}

.success-partners  .bd-brand-item {
    width: 333px !important;
    height: 150px;
    overflow: hidden;
    padding: 10PX;
}

.success-partners  .bd-brand-item img {
    width: 100% !important;
    height: 90%;
    object-fit: contain;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    height: 385px;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    width: 100%;
    height: 100%;
}

.bd-breadcrumb.style-two {
    min-height: 190px;
}

.bd-breadcrumb-title {
    font-size: 44px;
}

.bd-sidebar-cart-top-wrapper .custom-sidebar-contact{
    height: calc(80vh);
    overflow-y: scroll;
    overflow-x: hidden;
    overscroll-behavior-y: contain;
    scrollbar-width: thin;
}

.bd-instructor-wrapper.style-two {
    text-align: center;
    /* width: 270px; */
}

.bd-instructor-wrapper.style-two .bd-instructor-thumb {
    position: relative;
    height: 522px;
}

.bd-instructor-wrapper.style-two .bd-instructor-thumb img {
    width: 100%;
    height: 100%;
}

.bg-bd-testimonial-meta-thumb {
    background: #FFF;
}

.custom-history .bd-history-timeline-thumb img {
    width: 495px;
}

.bd-history-timeline-content .title::after,
.bd-history-timeline-content .title::before {
    border: 1px solid #5cb74e !important;
}

.bd-history-timeline-content .title::after {
    background-color: #5cb74e !important;
}

.bd-history-timeline-content .title {
    color: #3B5999;
}

.bd-core-values-bg {
    background-position: right;
}

.bd-course-wrapper.style-six .bd-course-thumb img {
    height: 298px;
}

#panorama {
    width: 100%;
    height: 500px;
    border-radius: 16px;
}

.bd-testimonial-area .down-mark-line::before {
    width: 30% !important;
}

.bd-campus-wrapper.style-one .bd-campus-thumb img {
    height: 257.14px;
}

.bd-breadcrumb-content {
    text-align: center;
}

.bd-custom-instructor .bd-instructor-info {
    height: 125px;
}

.bd-course-content-body p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hear-about-rpi .form-check {
    display: inline-block !important;
    margin-right: 40px;
    margin-top: 10px;
}

.hear-about-rpi input[type=radio] ~ label {
    font-size: 18px;
}

.bd-blog-wrapper.style-four .title {
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.theme-social ul li a {
    color: #3b5999 !important;
}

.bd-custom-instructor .bd-instructor-info .name a {
    font-size: 20px;
}

