@import url('../fonts/dsdigital.css');
@import url('../Fonts/jost/stylesheet.css');
@import url('../Fonts/open-sans/stylesheet.css');
/*font-family: 'DS-Digital';*/
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat: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&family=Playfair+Display&family=Poppins:ital,wght@1,100&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Playfair Display', serif;*/
@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');
/*font-family: 'Poppins', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*font-family: 'Bebas Neue', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap');
/*font-family: "Antonio", sans-serif;*/
@import url(aos.css);
@import url(jquery.fancybox.min.css);
@import url(bootstrap.min.css);
@import url(owl.carousel.min.css);
@import url(fontawesome/css/fontawesome.min.css);
@import url(nav-menu.css);
@import url(fontawesome/css/all.min.css);

* {
    list-style: none;
}

img {
    max-width: 100%;
}

figure {
    margin: 0;
}

body {

    color: #888888;
    font-size: 16px;
    margin: 0;
    font-family: 'Open Sans Condensed';
    font-style: normal;
}

.h3 {
    font-family: 'Jost';
}

section {
    width: 100%;
    float: left;
}

/* .container {
    max-width: 96%;
} */
/*
 *  Custom Scrollbar
 */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f7f7f7;
}

::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
    background-color: #f7f7f7;
}

::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: #9f162f;
}

/*
 *  Custom Scrollbar End
 */
/* header */
header {
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1111;
}

.container-fluid {
    max-width: 96%;
}

section {
    width: 100%;
    float: left;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.section-head h3 {
    font-size: 40px;
    color: #000000;
}

.top-1 {
    width: 100%;
    float: left;
}

.top-1-left {
    float: left;
}

.logo {
    float: left;
    padding-top: 20px;
    position: relative;
    z-index: 100;
}

.top-2-right {
    float: right;
}

.top-2-right h5 {
    display: inline-block;
    margin-right: 25px;
    padding: 10px 10px;
    font-size: 18px;
    color: #fff;
}

.top-2-right a {
    display: inline-block;
    line-height: 26px;
    color: #fff;
    margin-right: 6px;
}

.top-2-right a .fa-brands {
    font-size: 30px;
    padding: 10px 10px;
}

.top-1-right {
    float: right;
    width: 100%;
}

.menu-sec {

    margin-top: 0px;
}

.menu-sec ul.navbar-nav {
    flex-direction: row;
}

.menu-sec ul.navbar-nav li.nav-item a {
    font-size: 16px;
    padding: 10px;
    color: #ffffff;
    text-transform: capitalize;
    text-decoration: none;
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
    color: #000 !important;
}

.nav-menu>li>a {
    padding: 0px 15px;
}

.slider {
    position: relative;
}

.slider-image {
    height: 100vh;
    display: flex;
}

.slider-image img {
    height: 100%;
    min-width: 100%;
    width: auto;
}

.slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.slider-caption figure {
    width: auto;
    max-width: 100%;
    display: inline-block;
}

section.dignitaries-section {
    padding: 60px 0;
    background-image: url(../images/sec-bg1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

section.dignitaries-section:before {
    position: absolute;
    content: '';
    background: #ffffff9e;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

section.dignitaries-section .section-head h3 {
    text-align: center;
    margin-bottom: 30px;
    color: #010101;
    position: relative;
}

section.dignitaries-section .col-md-2 {
    margin-bottom: 25px;
}

section.dignitaries-section .col-md-2 {
    width: 20%;
}

.dignitaries-box-wrapper {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    height: 100%;
}

.dignitaries-box-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

.dignitaries-box-wrapper figure {
    background: linear-gradient(135deg, #030a3c 0%, #f58000 100%);
    padding: 20px 20px 60px;
    position: relative;
    text-align: center;
    margin: 0;
}

.dignitaries-box-wrapper figure::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: white;
    border-radius: 50% 50% 0 0;
}

.dignitaries-box-wrapper figure img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    padding: 5px;
    background: linear-gradient(135deg, #f9a243 0%, #f9a243 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    object-fit: cover;
    border: 5px solid white;
    display: block;
}

.dignitaries-text {
    padding: 5px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 140px;
}

.dignitaries-text h4 {
    display: inline-block;
    background: linear-gradient(135deg, #871328 0%, #d06e09 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.dignitaries-text p {
    font-size: 14px;
    color: #718096;
    line-height: 1.6;
    margin-bottom: auto;
    font-weight: 500;
    flex-grow: 1;
}

.dignitaries-text::after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #d16713 0%, #d16910 100%);
    margin: 10px auto 10px;
    border-radius: 2px;
}

section.medal-awards .section-head h3 {
    text-align: center;
    margin-bottom: 30px;
    color: #000000;
}

section.medal-awards {
    padding: 60px 0 80px;
    background-image: url(../images/medal-bg.png);
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    height: 100%;
    background-color: #f7f5e9;
}

.carousel-indicators button.active {
    background-color: #ff931e;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: -30px;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #030a3c;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-item .col-md-3 {
    margin-bottom: 25px;
}
/* Premium Award Card Design */
.medal-card-premium {
    background: linear-gradient(180deg, #000033 40%, #a23d00 100%);
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.medal-card-premium:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 15px rgba(0, 0, 0, 0.6);
}

.medal-card-premium a figure {
    width: 150px;
    max-width: 100%;
    margin: auto;
    height: 150px;
    position: relative;
    z-index: 1;
}

.medal-card-premium a figure img.d-block.w-100 {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 3px solid #f9a243;
    transition: transform 0.3s ease;
}

.medal-card-premium:hover a figure img {
    transform: scale(1.05);
}

.medal-card-premium a figure:before {
    display: none;
}

.medal-card-premium .medal-title {
    text-align: center;
    padding-top: 15px;
}

.medal-card-premium .medal-title a {
    text-decoration: none;
    color: #000;
}

.medal-card-premium .medal-title a h3 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}

.divider-line {
    width: 100px;
    height: 2px;
    background: #ffffff;
    margin: 0 auto 25px;
    box-shadow: 0 1px 3px rgba(255, 255, 255, 0.5);
}

.medal-card-premium .medal-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 20px;
}

.medal-card-premium .info-row {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.medal-card-premium .info-row:hover {
    background: rgba(0, 0, 0, 0.5);
    transform: translateX(5px);
}

.medal-card-premium .info-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.medal-card-premium .info-icon {
    width: 20px;
    height: 20px;
    color: #ffffff;
    filter: drop-shadow(0 2px 4px rgba(255, 215, 0, 0.5));
}
.medal-card-premium .info-label {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.medal-card-premium .info-value {
    font-size: 15px;
    color: #e0e0e0;
    font-weight: 500;
    letter-spacing: 0.5px;
}

section.picture-gallery {
    padding: 60px 0;
    background-image: url(../images/photo-bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 50%;
}

.convo-text h6 {
    font-size: 16px;
    color: #000;
    margin: 3px 0;
}

.convo-text p {
    margin: 0;
}

.convocation-left {
    display: inline-flex;
    align-items: center;
    padding: 10px;
    box-shadow: 0px 2px 4px 0px #adadad;
    margin: 1px 0;
    border-radius: 5px;
}

.convo-text {
    padding: 0 6px;
}

.convocation-left figure {
    width: 50px;
    height: 50px;
}

.convocation-left figure img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.picture-gallery-wrapper figure {
    padding: 6px 0;
}

.picture-gallery-wrapper figure img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

footer.footer-sec {
    width: 100%;
    float: left;
    padding: 60px 0;
    background-image: url(../images/footer-left-bg.png), url(../images/footer-right-bg.png);
    background-position: left, right;
    background-size: 40%;
    background-repeat: no-repeat;
    background-color: #0d1a7a;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
}

.footer-logo a img {
    width: 60px;
}

.footer-logo-text {
    padding: 0px 5px;
}

.footer-logo-text h4 {
    font-size: 23px;
    margin-top: 5px;
    color: #fff;
}

.sec-heading {
    border-bottom: 3px solid #646386;
    position: relative;
}

.sec-heading:before {
    position: absolute;
    content: '';
    background: #ff7350;
    left: 5px;
    width: 45px;
    height: 3px;
    bottom: -3px;
}

.sec-heading h4 {
    color: #fff;
}

.logo-content {
    margin-top: 35px;
}

.logo-content p {
    color: #fff;
    font-size: 16px;
}

.social {
    padding: 5px 25px;
}

.social a i {
    font-size: 24px;
    padding: 0 10px;
}

.social ul {
    display: inline-flex;
    margin-top: 30px;
    padding: 0;
}

.social ul li {
    font-size: 14px;
    margin-right: 5px;
}

.social ul li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #272c3f;
    text-align: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 12px;
    line-height: 26px;
    color: #004094 !important;
    margin-right: 6px;
}

.row.pt-3 ul {
    padding: 0;
}

.row.pt-3 ul li {
    padding: 10px 0;
}

.row.pt-3 ul li a {
    color: #bce3f2;
    font-size: 15px;
    position: relative;
    padding-left: 15px;
    text-decoration: none;
}

.row.pt-3 ul li a:before {
    position: absolute;
    content: '';
    background-image: url(../images/footer-arrow.png);
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px;
    background-repeat: no-repeat;
}

.icon-text {
    display: inline-flex;
    align-items: center;
    padding: 4px 0;
}

.footer-icon {
    width: 28px;
    height: 26px;
    padding: 2px 6px;
    margin: 6px 0px;
    border-radius: 24px;
    background: #ff7350;
}

.footer-icon i {
    font-size: 16px;
    padding: 0px 1px;
}

.contact-text p {
    color: #ffffff;
    padding: 0px 6px;
    font-size: 15px;
    margin: 3px;
}

.map iframe {
    width: 100%;
}

.footer-end {
    border-top: 3px solid #044863;
    padding-top: 20px;
}

.footer-end p {
    text-align: center;
    margin: 0;
    font-size: 16px;
    color: #bce3f2;
}


/* INNER PAGE START */


.breadcrumb-banner {
    position: relative;
    width: 100%;
    float: left;
}

.breadcrumb-banner figure {
    margin: 0;
    position: relative;
    display: flex;
    width: 100%;
    min-height: 252px;
}

.breadcrumb-banner figure img {
    object-fit: cover;
    width: 100%;
    display: flex;
}

.breadcrumb-banner figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-height: 200px;
    background: linear-gradient(179deg, black, transparent);
    width: 100%;
}

.breadcrumb-banner figure:after {
    content: '';
    /*background: #0000007d;*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.breadcrumb-banner .content {
    position: absolute;
    top: 0;
    bottom: 0;
    height: max-content;
    margin: auto;
    left: 0;
    right: 0;
    padding-top: 87px;
}

.breadcrumb-banner .content .title {
    font-weight: 300;
    color: #FFFFFF;
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    max-width: 361px;
    margin-bottom: 4px;
}

.breadcrumb-banner ul {
    padding: 0;
    margin: 0;
    margin-top: 0;
}

.breadcrumb-banner ul li {
    display: inline-block;
    color: #ebebebe6;
    font-size: 12px;
}

.breadcrumb-banner ul li a {
    color: #ebebebe6;
    text-transform: uppercase;
    text-decoration: none;
}

.mid-content {
    width: 100%;
    float: left;
}

.entry-content {
    width: 100%;
    float: left;
    padding: 60px 0px;
}

.page-heading h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 0.5px;
    font-family: 'Bebas Neue', sans-serif;
}

.page-heading h2:after {
    content: '';
    Position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 67px;
    height: 3px;
    background: #ce481c;
    border-radius: 18px 20px 0px 0px;
}

/* .page-heading h2:before {
    content: '';
    Position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ff7d4acc;
} */
.page-heading {
    margin-bottom: 2rem;
}

.table-title h4 {
    background: #dadada;
    padding: 8px 8px;
    color: #5d0c1a;
    margin: 0;
    border-bottom: 2px dotted #5d0c1a;
    text-align: center;
    font-size: 20px;
}

/* INNER PAGE END */

/* TABLE START */

.table-hover>tbody>tr:hover {
    background-color: #ccffff;
}

thead {
    background: #5d0c1a;
    color: #fff;
    font-size: 14px;
}

.table td:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.highlight {
    background: #ffff99;
}


/* TABLE END */


/* TAB DEGREE START */

.Degree {
    box-shadow: 0px 0px 6px #ddd;
    padding: 20px;
}

.Degree button.nav-link {
    background: #531313 !important;
    padding: 5px 20px;
    font-size: 14px;
    color: #fff;
    margin-right: 4px;
}

.Degree .nav-tabs .nav-link:focus,
.Degree .nav-tabs .nav-link:hover {
    border-color: #531313;
}

.Degree div#nav-tab {
    border-bottom: 3px solid #531313;
}

.Degree button.nav-link.active {
    color: #ffffff !important;
    border: none !important;
    background: #f9a243 !important;
}

.Degree .tab-infor {
    text-align: right;
    color: #000;
}

.Degree div#nav-tabContent {
    padding: 20px 0px;
}

.tab-infor h5 {
    font-size: 16px;
}

/* TAB DEGREE END */

/* CONTACT START */

.pos-rel {
    Position: relative
}

.contact-page {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    width: 100%;
    padding-left: 15%;
}

.contact-page h1 {
    font-size: 60px;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
    color: #000;
    font-family: 'Playfair Display', serif;
}

.contact-page h1:after {
    content: '';
    Position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 80px;
    background: #151515;
}

.contact-page h5 {
    color: #65865c;
    letter-spacing: 0.5px;
    font-size: 22px;
}

.contact-page p {
    margin-bottom: 30px;
    font-size: 16px;
    color: #000;
}

/* CONTACT END */

/* BOTTOM TO TOP SCROLL START */

section.copy-right {
    width: 100%;
    float: left;
    background: #444;
    color: #fff;
    padding: 15px 0px;
}

section.copy-right p {
    margin: 0;
}

.bototop a {
    text-decoration: none;
}

.bototop #button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.bototop #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

.bototop #button:hover {
    cursor: pointer;
    background-color: #333;
}

.bototop #button:active {
    background-color: #555;
}

.bototop #button.show {
    opacity: 1;
    visibility: visible;
}

/* BOTTOM TO TOP SCROLL END */

ul.dropdown-menu.show li a.dropdown-item {
    color: #000;
    background: none;
}

ul.dropdown-menu.show li a.dropdown-item:hover {
    color: #d3750f;
}

.menu-sec ul.navbar-nav li.nav-item a:hover {
    color: #fa8a10;
}


@media (max-width: 1400px) {
    .slider-caption figure {
        max-width: 50%;
    }
}

@media (max-width: 1365px) {
    .logo a img {
        width: 200px;
    }

    .slider-caption figure {
        max-width: 50%;
    }
}

@media (max-width: 1200px) {
    .logo a img {
        width: 150px;
    }

    .menu-sec ul.navbar-nav li.nav-item a {
        font-size: 12px;
    }

    .menu-sec {
        float: right;
        margin-top: 20px;
    }

    .slider-caption figure {
        max-width: 85%;
    }

    .row.pt-3 ul li a {
        font-size: 14px;
    }

    .contact-text p {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .menu-sec ul.navbar-nav {
        flex-direction: column;
        margin-top: 60px;
        padding: 0 10px;
        font-size: 18px;
    }

    .nav-toggle {
        top: -20px;
    }

    .nav-toggle {
        width: 35px;
        height: 30px;
        padding: 6px 5px;
        position: absolute;
        top: 50%;
        margin-top: -14px;
        right: 15px;
        display: none;
        cursor: pointer;
    }

    .nav-toggle:before {
        content: "";
        position: absolute;
        width: 25px;
        height: 4px;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 0.5em 0 0 #ffffff, 0 1em 0 0 #ffffff;
    }

    .menu-sec ul.navbar-nav li.nav-item a {
        font-size: 14px;
        color: #000;
    }

    .top-2-right h5 {
        margin-right: 0px;
        font-size: 14px;
    }

    .top-2-right a .fa-brands {
        font-size: 22px;
        padding: 10px 5px;
    }

    .section-head h3 {
        font-size: 28px;
        color: #000000;
    }

    section.medal-awards a figure {
        width: 100px;
        height: 100px;
    }

    section.dignitaries-section .col-md-2 {
        width: 50%;
    }

    .medal-title a h3 {
        font-size: 16px;
        color: #55131f;
    }

    .medal-title {
        font-size: 14px;
    }

    .row.pt-3 ul li {
        font-size: 12px;
    }

    .row.pt-3 ul li:before {
        top: 12px;
    }

    .contact-text p {
        font-size: 12px;
    }

    .slider-caption figure {
        max-width: 60%;
    }
}

@media (max-width: 768px) {

    section.medal-awards {
        background-image: none;
    }

    .contact-page {
        position: inherit;
    }

    section.slider a img {
        padding: 10px 0;
    }

    .nav-toggle {
        top: -15px;
    }
}

@media (max-width: 576px) {
    .slider-image {
        height: 80vh;
        display: flex;
    }

    section.dignitaries-section {
        padding: 40px 0;
    }

    section.medal-awards {
        padding: 40px 0 50px;
    }

    section.picture-gallery {
        padding: 40px 0;
    }

    .section-head h3 {
        font-size: 24px;
        color: #000000;
    }

    footer.footer-sec {
        padding: 40px 0;
        background-image: none;
    }

    .social {
        padding: 5px 0px;
    }

    .social a i {
        font-size: 18px;
        padding: 0 5px;
    }

    .top-2-right {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: max-content;
    }

    .logo {
        padding-top: 40px;
    }

    .top-2-right a .fa-brands {
        font-size: 18px;
        padding: 10px 0px;
    }

    .nav-toggle {
        top: -30px;
    }

    .slider-caption figure {
        max-width: 80%;
    }
}

@media (max-width: 420px) {
    .menu-sec {
        margin-top: 10px;
    }

    .dignitaries-text h4 {
        font-size: 14px;
    }

    .dignitaries-text p {
        font-size: 12px;
    }

    .convo-text h6 {
        font-size: 14px;
        color: #000;
        margin: 3px 0;
    }

    .convo-text p {
        margin: 0;
        font-size: 12px;
    }

    section.dignitaries-section .col-md-2 {
        width: 100%;
    }
}