@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('../fonts/briem-hand/stylesheet.css');
/**/


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    color: #000;
}

* {
    text-decoration: none;
}

body {
    background: #ccc; 
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #525252;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.container-fluid {
    width: 1700px;
    max-width: 96%;
}

header {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
    background: none;
    border-top: 3px solid;
    border-image: linear-gradient(90deg, #264487, #FFC700) 1;
}

/* Header 2 */
.header-2 {
    background: #ffffff;
    color: #000000;
}

.header-2-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-2-right {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}
.header-3 {
    background: #365b97;
    box-shadow: 0 17px 26px -21px #000;
}

.header-3 .nav-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login-btn a.r-more-btn {
    margin-top: 0;
    padding: 4px 23px;
}
/* Styling for the header */
/* Home Page Slider */
section.home-page-slider {
    padding-top: 101px;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

section.home-page-slider .carousel-control-next, section.home-page-slider .carousel-control-prev {
    width: max-content;
    height: max-content;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #edbd0c;
    padding: 5px 0;
    transition: all ease-in-out 0.5s;
    opacity: 0;
}
section.home-page-slider:hover .carousel-control-next,
section.home-page-slider:hover .carousel-control-prev {
    opacity: 0.8;
}

div#homeBanner {
    max-height: 100%;
}

.carousel-img-home {
    height: 100vh;
    display: flex;
}

.carousel-img-home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.announcement-section {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background: #0D254DD1;
    overflow: hidden;
}

.announcement-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 0;
    padding-right: 86px;
}

a.view-all-announcements.r-more-btn {
    display: inline-flex;
    position: absolute;
    right: 0;
    padding: 3px 15px !important;
    font-size: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
}

.announcement-wrapper h3 {
    position: absolute;
    padding: 5px;
    left: 0px;
    top: 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
    background: #ecbb05;
    z-index: 1;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.marquee-wrapper .marquee-content a img {
    position: absolute;
    left: 0;
    top: 0;
}


.marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
}

/* Optional: pause on hover */
.marquee-wrapper:hover .marquee-content {
    animation-play-state: paused;
    /* only affects CSS animation if used */
}


.announcement-wrapper h3 {
    position: absolute;
    padding: 5px;
    left: 0px;
    top: 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
    background:  #ecbb05;
    z-index: 1;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.announcement-wrapper h3::before, .announcement-wrapper h3::after {
    content: '';
    position: absolute;
    width: 100000000000000px;
    background: #ecbb05;
    height: 100%;
    right: 99%;
}
.announcement-wrapper h3::after {
    width: 20px;
    right: -20px;
    clip-path: polygon(0% 0%, 100% 0%, 35% 100%, 0% 100%);
}

.marquee-wrapper .marquee-content a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    gap: 7px;
    padding-left: 27px;
    position: relative;
    line-height: 24px;
}


/* Home Page Slider End */
.header-2-right{
    text-align: right;
}
.header-2-right h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Briem Hand';
    font-weight: 700;
    background: linear-gradient(90deg, #264487, #FFC700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    overflow: hidden;
    white-space: nowrap;
}
.header-2-right h4 {
    font-family: 'Briem Hand';
    font-size: 17px;
}
.header-2-animated-text {
    position: relative;
    display: inline-block;
}
.logo {
    padding: 8px 0 8px;
    min-width: 415px;
}

.logo a {
    display: inline-flex;
    position: relative;
    min-height: 85px;
    position: relative;
    padding-left: 64px;
    text-decoration: none;
    align-items: center;
}
.logo a img {
    position: absolute;
    left: 0;
    max-width: 76px;
}

.logo a h2 {
    font-size: 18px;
    font-weight: 600;
    color: #365B97;
    margin-bottom: 0;
}

.logo a h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

.logo a h6 {
    font-size: 13px;
    color: #a1a1a1;
    margin-bottom: 0;
}
/* Header -2 End */

section.home-page-section {
    padding: 60px 0;
}



/*  */
.LatestInformations {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 17.8px 0 #0000001c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 15px 10px;
    position: relative;
}

.LatestInformations .r-more-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 15px 0;
}
.LatestInformationsContent ul {
    padding: 0;
    margin: 0;
    height: 192px;
    overflow: auto;
}
.LatestInformationsContent ul li {
    padding: 0 0 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 2px dashed #a8c1d27d;
    transition: all 0.3s;
}
.LatestInformationsContent ul li  a {
    color: inherit;
    text-decoration: none;
}
/* Announcement & Initiatives Start ========== */

section.home-page-section.announcement-Initiatives {
    background: #EAEAEA url(../images/announcement-Initiatives-background.png);
    padding-bottom: 0;
}

.announcement-Initiatives-wrapper {
    background-color: white;
    border-radius: 20px;
    background-image: url(../images/announcement-more-btn-bg.svg);
    background-repeat: no-repeat;
    background-position: right -3px bottom -3px;
    background-size: 155px;
    padding-bottom: 35px;
}

.announcement-Initiatives-wrapper ul.nav.nav-pills {
    padding: 0 40px;
}

.announcement-Initiatives-wrapper ul.nav.nav-pills li {
    padding: 0;
}

.announcement-Initiatives-wrapper ul.nav.nav-pills .nav-link {
    border-radius: 0 0 20px 20px;
    padding: 0 5px 7px;
    color: #912630;
    position: relative;
}


.announcement-Initiatives-wrapper ul.nav.nav-pills .nav-link span {
    display: inline-flex;
}



.announcement-Initiatives-wrapper ul.nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #eaeaea;
}


.announcement-Initiatives-wrapper ul.nav.nav-pills .nav-link.active::before,
.announcement-Initiatives-wrapper ul.nav.nav-pills .nav-link.active::after {
    content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    left: -19px;
    background-image: url(../images/announcement-btn-active.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.announcement-Initiatives-wrapper ul.nav.nav-pills .nav-link.active span,
.announcement-Initiatives-wrapper ul.nav.nav-pills .nav-link:hover span {
    background: #90181b;
}

.announcement-Initiatives-wrapper ul.nav.nav-pills .nav-link:hover {
    color: #fff;
}

.announcement-Initiatives-wrapper ul.nav.nav-pills .nav-link.active::after {
    left: unset;
    right: -19px;
    background-image: url(../images/announcement-btn-right.svg);
}

.announcement-Initiatives-wrapper ul.nav.nav-pills .nav-link span {
    display: inline-flex;
    padding: 6px 10px;
    background: none;
    border-radius: 30px;
    font-size: 14px;
    min-width: 70px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.nav-pills-1 {
    background-color: #e8e8e8;
    padding: 15px 20px;
    border-radius: 10px;
    display: inline-flex;
    gap: 8px;
}

.nav-pills-1 .nav-link {
    border-radius: 30px;
    padding: 10px 28px;
    color: #333;
    background-color: transparent;
    border: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s;
}

.nav-pills-1 .nav-link.active {
    background-color: #8b4444;
    color: white;
}

.nav-pills-1 .nav-link:hover:not(.active) {
    background-color: #d0d0d0;
}

section.home-page-section.home-page-section-2 {
    background: #d3e1f7;
    background-image: url(../images/Background-2.png);
    position: relative;
    background-size: 320px;
}
section.home-page-section.home-page-section-2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #d3e1f7b3, #d3e1f7);
    top: 0;
    left: 0;
}
.content-card {
    padding: 20px 30px;
    position: relative;
}

.content-card-wrapper {
    height: 283px;
    overflow: auto;
}

.circular-item {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    transition: all ease-in-out 0.5s;
    color: inherit;
    text-decoration: none;
    position: relative;
}

.circular-item::before {
    content: '';
    width: 0;
    position: absolute;
    height: 1px;
    background: #90181b;
    bottom: 0;
    transition: all ease-in-out 1s;
}

.circular-item:hover::before {
    width: 100%;
}

.circular-item:hover {
    transform: translateY(-3px);
    border-radius: 3px;
}

.circular-item:first-child {
    padding-top: 15px;
}

.circular-item:last-child {
    border-bottom: none;
    padding-bottom: 15px;
}

.date-box {
    background-color: #f0f0f0;
    border-radius: 8px;
    padding: 7px;
    text-align: center;
    margin-right: 12px;
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.date-number {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #222;
}

.date-month {
    font-size: 13px;
    color: #666;
    margin-top: 2px;
}

.circular-content {
    flex: 1;
    padding-top: 5px;
}

.circular-title {
    font-weight: 600;
    margin-bottom: 0;
    color: #1a1a1a;
    line-height: 1.4;
}

.circular-description {
    color: #5a5a5a;
    line-height: 1.6;
}

.read-all-section {
    text-align: right;
    padding: 20px 0 10px;
}

.read-all-section {
    color: #8b4444;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.3px;
    position: absolute;
    right: 25px;
    bottom: -31px;
}

.read-all-section a.read-all-link {
    color: #90181b;
    text-decoration: none;
}

.read-all-link:hover {
    color: #6b3434;
    text-decoration: underline;
}

.heading-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.heading-group * {
    margin: 0;
}

.section-wrapper {
    margin-bottom: 30px;
}

.heading-group h2 {
    color: #19335c;
}

/*  Announcement & Initiatives End========== */
/* RIGHT FORM */

section.home-page-section.section-1 {
    background: url(../images/Background.png);
    position: relative;
    background-attachment: fixed;
    background-size: cover;
}
.section-1-left-content {
    text-align: justify;
}
section.home-page-section.section-1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #f1f1f1, #ffffffc9);
    top: 0;
    left: 0;
}
.form-title {
    background: #ecbb05;
    color: #ffffff;
    text-align: center;
    padding: 6px;
    border-radius: 0px 0px 30px 30px;
    max-width: 280px;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 21px;
}
.form-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 20px;
    height: 100%;
    background: url('../images/left-tab-active.png') no-repeat;
    background-size: unset;
}

.form-title::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 100%;
    background: url('../images/right-tab-active.png') no-repeat;
    background-size: unset;
}



.Course-Details-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    
    max-height: 365px;  
    overflow-y: auto;
    padding-right: 8px; 
}

.Course-Details-card {
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 1%);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    padding-right: 171px;
}

.Course-Details-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.Course-Details-date {
  color: #dedede;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 4px;
  display: flex;
  gap: 10px;
}

.Course-Details-date span {
  color: #787878;
  position: relative;
}

.Course-Details-title a {
    color: #af8a00;
    text-decoration: none;
    display: inline-flex;
    overflow: hidden;
    font-size: 18px;
    margin-bottom: 4px;
}

/* Read More Button */
.r-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding: 10px 23px;
    background: #ecbb05;
    color: #000000;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    width: max-content;
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease,
        box-shadow 0.35s ease,
        background 0.35s ease;
    border: none;
    text-transform: uppercase;
}
/* Light sweep effect */
.r-more-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 120%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.25),
            transparent);
    transition: all 0.6s ease;
}

/* Hover Effect */
.r-more-btn:hover {
    background: #faac40;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    color: #000000;
}
/* Sweep animation */
.r-more-btn:hover::before {
    left: 100%;
}

/* Click feedback */
.r-more-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}
.Course-Details-card .r-more-btn {
    position: absolute;
    top: 16px;
    right: 15px;
    margin-top: 0;
}
/*  */
section.home-page-section.home-page-section-3 {
    background: #f2f2f2;
}
section.home-page-section.home-page-section-3 .col-md-9 .row {
    row-gap: 20px;
}


.courses-criteria-container {
    background: #2F5D9F;
    border-radius: 15px;
    padding: 15px;
    max-width: 550px;
    position: relative;
    overflow: hidden;
    height: 100%;
    color: #fff;
    margin: auto;
}
section.home-page-section.home-page-section-3 .col-md-9 .row .col-md-4:nth-child(2) .courses-criteria-container {
    background: #2E8B57;
}
section.home-page-section.home-page-section-3 .col-md-9 .row .col-md-4:nth-child(3) .courses-criteria-container {
    background: #d15600;
}
.courses-criteria-container.projects-list {
  background: linear-gradient(45deg, #e6e0d7, #e9ddb2, #f0cdba);
}

.courses-criteria-container::before {
  content: '';
}

.courses-criteria-container::before {
  content: '';
  background: url(../images/courses-criteria-curv.png);
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: right top;
  top: 0;
  left: 0;
  background-size: 199px;
}

.courses-criteria-container .courses-criteria-header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.courses-criteria-container .title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}

.courses-criteria-header-section .title h5 {
    margin-bottom: 0;
    display: inline-flex;
    gap: 10px;
    font-size: 18px;
    color: #fff;
    align-items: start;
}
.courses-criteria-header-section .title h5 img {
    height: 22px;
    filter: brightness(0) invert(1);
}
.courses-criteria-container .scholar-icon {
  font-size: 2rem;
}

.view-more-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #ef6e00;
  color: #fff;
  padding: 5px 7px;
  border-radius: 30px;
  position: relative;
}

.view-more-btn span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #ef6e00;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.view-more-btn:hover {
  background-color: #e67a2e;
  color: white;
}

.courses-criteria-container .view-more-btn {
  margin-top: -10px;
}

.courses-criteria-list {
    position: relative;
    overflow-y: auto;
    padding-right: 10px;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #ecbb05;
  border-radius: 10px;
}

.courses-criteria-link {
  padding: 0 0 10px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 2px dashed #a8c1d27d;
  transition: all 0.3s;
}

.courses-criteria-link:hover {
  transform: translateX(5px);
}

.courses-criteria-link a {
    color: inherit;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
}
.courses-criteria-link a::before {
    content: '';
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background: #ffffff;
    width: 8px;
    position: absolute;
    height: 10px;
    top: 5px;
    left: 2px;
}
/*  */
.publications-container {
    background: #591bc4;
    border-radius: 15px;
    padding: 20px;
    max-width: 550px;
    position: relative;
    overflow: hidden;
    height: 100%;
    margin: auto;
}
.book-content {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    height: 160px;
    overflow: auto;
}
.book-title {
    padding: 0 0 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 2px dashed #a8c1d27d;
    transition: all 0.3s;
}
.book-title:hover {
    transform: translateX(5px);
}
.book-title a {
    color: inherit;
    text-decoration: none;
}



/* Footer Start==========  */
.ppa-footer {
    background: #274580;
    font-size: 12px;
    padding: 0 !important;
}
.footer-location-map iframe {
    width: 100%;
    height: 116px;
    border-radius: 10px;
}
.ppa-footer a,
.ppa-footer {
    color: #E7EFFF;
}

.footer-1 {
    padding: 50px 0;
}
.col-lg-3.col-md-6 {
    margin-bottom: 20px;
}

.footer-title {
    color: #FFC700;
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 30px;
    border-bottom: 1px solid #ffffff3d;
    padding-bottom: 7px;
}


.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links li {
    margin-bottom: 0;
    transition: all ease-in-out 0.5s;
}

.footer-links li:hover {
    padding-left: 5px;
    opacity: 1;
}

.footer-links a {
    text-decoration: none;
    position: relative;
    background: url(../images/footer-bpoint.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 19px;
}

.footer-links a:hover {
    text-decoration: none;
    color: #fff;
}

.footer-address p {
    position: relative;
    padding-left: 23px;
}

.footer-address p img {
    position: absolute;
    left: 0;
    top: 3px;
    height: 14px;
}


.qr-box {
    background: #fff;
    border: 4px solid #fff;
    padding: 0;
    border-radius: 6px;
    max-width: 106px;
}


.social-icons-n a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #4B69B1;
    border-radius: 50%;
    margin: 5px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
}

.social-icons-n a:nth-child(2) {
    background: linear-gradient(90deg, #734E9C, #F48D4F);
}

.social-icons-n a:nth-child(3) {
    background: #0678B6;
}

.social-icons-n a:nth-child(4) {
    background: #37B1E2;
}

.social-icons-n a:nth-child(5) {
    background: #FF0000;
}

.social-icons-n a:hover {
    transform: rotate(360deg);
}

.footer-bottom {
    font-size: 13px;
    padding: 30px 0 20px;
    background: #1D3C80;
}

.footer-bottom-left.d-flex {
    gap: 25px;
}

.footer-bottom-left.d-flex img {
    height: 35px;
}
.footer-bottom .service-carousel {
    padding: 0 30px;
}
.footer-bottom .owl-carousel .owl-nav button.owl-next,
.footer-bottom .owl-carousel .owl-nav button.owl-next, .footer-bottom .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    /* height: max-content; */
    width: 25px;
    height: 25px;
    font-size: 26px;
    left: 0;
    background: #2D55AA;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
}

.footer-bottom .owl-carousel .owl-nav button.owl-next {
    left: unset;
    right: 0px;
}

/* .footer-bottom .owl-carousel .owl-nav button.owl-next span,
.footer-bottom .owl-carousel .owl-nav button.owl-prev span {
    top: -8px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
} */

/* .f-logo {
    background: #fff;
    border-radius: 3px !important;
    overflow: hidden;
    padding: 8px;
}

.f-logo img {
    height: 39px;
    width: auto;
    max-width: 100%;
} */

aside#polylang-3 ul {
    padding: 0;
    list-style-type: none;
}

/* ============Footer End */
/*  */
@media (max-width: 1100px) {
.header-3 .nav-con {
    align-items: flex-start;
    position: relative;
}
.login-btn {
    position: absolute;
    right: 0;
    top: 10px;
}
}
@media (max-width: 992px) {
 .header-2-right h2 {
      font-size: 14px; 
      white-space: normal;
}

.header-2-right h4 {
    font-size: 12px;
}
.logo a h2 {
    font-size: 14px;

}
.logo a h4 {
    font-size: 12px;
  
}
}

@media (max-width: 768px) {
.logo a img {
    max-width: 37px;
}
.header-2-right h2 {
    font-size: 12px;
}
.logo a {

    padding-left: 45px;
   
}
.header-2-right h4 {
    font-size: 10px;
}
.logo a h2 {
    font-size: 12px;
}
.logo a h4 {
    font-size: 10px;
}
.publications-container {
    margin-top: 30px;
}
.LatestInformations {
    margin-top: 30px;
}
section.home-page-section.home-page-section-2 .row {
    row-gap: 30px;
}
.header-2-wrapper {
      flex-direction: column;
}
.logo a {
 
    min-height: 56px;
   
}
.logo {
    min-width: unset;
}
.header-2-right {
    text-align: center;
}
.logo a img {
    max-width: 29px;
}
.logo a {
    padding-left: 33px;
}
.logo {
    padding: 2px 0;
}
}


@media (max-width: 576px) {
    .header-2-right h2 {
    font-size: 10px;
}
.header-2-right h4 {
    font-size: 9px;
}
.Course-Details-card {
    padding-right: 0;
}
.Course-Details-card .r-more-btn {
    position: relative;
    padding: 5px 19px;
    margin-left: 15px;
    margin-bottom: 15px;
}
.content-card {
    padding: 15px 15px;
}
.date-box {
  
    width: 60px;
    height: 60px;
   
}
.form-title {

    max-width: 243px;
    font-size: 18px;
}
.heading-group  h5 {
    font-size: 14px;
}
}