@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("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");

:root {
    --brand-color-theme-1: #262261;
    --brand-color-theme-2: #f16624;
    --brand-color-theme-3: #f9ec40;
    /* --brand-font-family-heading: "Poppins", serif; */
    --brand-font-family-body: "Roboto", serif;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: 16px;
}

body {
    padding: 0;
    padding-top: 0 !important;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1rem;
    line-height: 1.5;
    color: #222;
    font-family: var(--brand-font-family-body);
}

.list-none {
    list-style: none !important;
}

.brand-color-theme-1-text {
    color: var(--brand-color-theme-1) !important;
}

.brand-color-theme-1-bg {
    background-color: var(--brand-color-theme-1) !important;
}

.brand-color-theme-2-text {
    color: var(--brand-color-theme-2) !important;
}

.brand-color-theme-2-bg {
    background-color: var(--brand-color-theme-2) !important;
}

p {}

a,
span {}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: var(--brand-font-family-heading); */
}

h1 {
    font-size: 2.25rem;
    font-weight: 600;
    margin: 1.25rem 0;
    line-height: 1.5;
}

h2 {
    font-size: 2rem;
    font-weight: 600;
    margin: 1.25rem 0;
    line-height: 1.5;
}

h3 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 1.25rem 0;
}

h4 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 1.25rem 0;
}

h5 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 1rem 0;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.no-spacing {
    padding: 0 !important;
    margin: 0 !important;
}

.bg-none {
    background: transparent !important;
}

.container {
    min-width: 320px;
}

body.width-full #fContent>.container {
    width: 100%;
    padding: 0;
    min-width: 100%;
}

body.width-full #fMatter {
    padding: 0;
}

#f-messages {
    margin: 0;
    background-color: var(--brand-color-theme-1);
    position: fixed;
    top: 0rem;
    width: 100% !important;
    left: 0;
    color: white;
    z-index: 9999999;
}

#f-messages .item {
    background-color: var(--brand-color-theme-1);
}

#fHeader .ItemfinnerGallery .fGalleryImage img {
    width: 75%;
}

@-webkit-keyframes fadeOutmessage {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        display: none;
    }
}

@keyframes fadeOutmessage {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        display: none;
    }
}

.fadeOutmessage {
    -webkit-animation-name: fadeOutmessage;
    animation-name: fadeOutmessage;
}

#fPageTitle {
    display: block;
}

#nav-up {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99999;
    font-size: 18px;
    background-color: var(--brand-color-theme-1);
    color: white;
    cursor: pointer;
    width: 48px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: var(--brand-color-theme-1);
    border-image: initial;
    padding: 10px 5px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgb(37 34 25);
    visibility: visible !important;
}

#nav-up:hover {
    background-color: rgb(255, 255, 255);
    color: var(--brand-color-theme-1);
}


/*Module*/

.fModule .fModuleTitle,
.fModule .fModuleContent {
    width: 100%;
}

.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
    margin: 0 auto;
}

#fMatter .fModule,
#fSidebarRight .fModule,
#fContentPre .fModule,
#fContentPost .fModule {
    padding-top: 0rem;
    padding-bottom: 3rem;
    overflow: hidden;
}

.fRegion.region-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.fRegion {
    display: inline-block;
    width: 100%;
}

.fPageTitle {
    position: relative;
    color: white;
    padding: 3rem 10px;
    text-align: center;
    /* adding the background here */
    background-image: url("https://storage.unitedwebnetwork.com/files/1309/7046563014b0f27b0dc8580b2131ae8f.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fPageTitle h1 {
    text-shadow: 1px 1px 4px #000;
}

body.content-type-40403 .fPageTitle h1 {
    text-shadow: unset;
    font-size: 1.75rem;
    width: 700px;
    max-width: 100%;
    margin: 1rem auto;
}

body.content-type-39849 .fPageTitle h1 span {
    font-size: 1.4rem;
    display: block;
}

body.title-off .fPageTitle {
    display: none;
}

.not-home .fModuleTitle h3 {
    font-size: 2.1rem;
}

.fGalleryContainer h4,
.fModuleTitle h3 {
    color: var(--brand-color-theme-1);
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 1.1em;
}

.fModuleTitle h3 span,
.fGalleryContainer h4 span {
    font-weight: normal;
    color: var(--brand-color-theme-2);
}

.fModuleTitle h3 p,
.fGalleryContainer h4 p {
    font-size: 1.7rem;
    line-height: 1.3em;
    width: 700px;
    max-width: 100%;
    margin: auto;
    margin-top: 0.75rem;
    color: var(--brand-color-theme-2);
    font-weight: normal;
}

.fModuleTitle h3 label,
.fGalleryContainer h4 label {
    color: var(--brand-color-theme-2);
}

.f-photo-with-custom-text.title-center .fModuleContent .fModuleTitle {
    display: none;
}

.title-center .fModuleTitle h3,
.title-center .fGalleryContainer h4 {
    text-align: center !important;

    p {
        text-align: center !important;
    }
}

ul.fGalleryImages.fGalleryList {
    position: relative;
    margin: 0px;
    list-style: none;
    padding: 0px;
}

ul.fGalleryImages.fGalleryList li.fGalleryItem {
    margin: 0px;
    list-style: none;
}

.ItemfinnerGallery {
    position: relative;
}


/* Responsive Homepage */

.fModuleEnd .fModuleTitle {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
}

@media (min-width: 576px) {
    .fModuleEnd .fModuleTitle {
        width: 540px;
    }
}

@media (min-width: 768px) {
    .fModuleEnd .fModuleTitle {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .fModuleEnd .fModuleTitle {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .fModuleEnd .fModuleTitle {
        width: 1140px;
    }
}

@media (min-width: 1400px) {
    .fModuleEnd .fModuleTitle {
        width: 1320px;
    }
}

.collapse.show {
    display: block !important;
}

.collapse.in {
    display: block !important;
}

.navbar-header .navbar-toggler {
    display: none;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 1rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    position: absolute;
    right: 0;
    height: 3px;
    width: 26px;
    background: var(--brand-color-theme-1);
}

.navbar-toggle .icon-bar:nth-child(3) {
    opacity: 0;
}

.navbar-toggle .icon-bar:nth-child(2) {
    transform: rotate(-45deg);
    margin-bottom: 4px;
}

.navbar-toggle .icon-bar:nth-child(1) {
    transform: rotate(45deg);
}

.navbar-toggle.collapsed .icon-bar:nth-child(1),
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
    transform: none;
    /* margin: 0;
margin: 0; */
}

.navbar-toggle.collapsed .icon-bar:nth-child(1) {
    margin-top: -7px;
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
    margin-top: 7px;
}

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
    opacity: 1;
}

.navbar-toggle-container .navbar-toggle {
    z-index: 9999;
}


/* Header */

header .fModule.fLogo {
    padding-left: 0;
    padding-right: 0;
}

header .fModule {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.region-header,
.region-headertop {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.region-header .fModule,
.region-headertop .fModule {
    display: flex;
    align-items: center;
    align-self: center;
}

.region-headertop .fModule {
    padding: 0;
}

header ul,
ul.fMenu,
header ul li,
ul.fMenu li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.headertop ul li {
    display: inline-block;
    align-items: center;
    padding: 0 0.7em 0 0;
    position: relative;
}

.headertop ul li ul {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    display: none;
}

.headertop ul li ul li {
    border: none;
    display: block;
}

.Ftop-header-logo li.fGalleryItem {
    width: 42%;
}


/*** Footer ***/

footer#fFooter ul,
footer#fFooter ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}


/*** Button ***/

.fButton,
a.fButton,
.fForm .buttons input,
.fbutton-btn a,
.fForm .buttons a {
    background-color: var(--brand-color-theme-2);
    display: inline-block;
    padding: 7px 1rem;
    border-radius: 500px;
    color: white;
    border: 1px solid var(--brand-color-theme-2);
    font-weight: 600;
    outline: none;
}


/****--Form---****/

select {
    word-wrap: normal;
    padding: 0.3rem 10px;
}

.fForm label {
    float: left;
    text-align: left;
    font-size: 16px;
    width: 100%;
}

.fForm .buttons {
    padding: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.fForm .form-heading {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 0;
    padding: 0 0 7px;
}

.fForm input,
.fForm select,
.fForm textarea,
.fForm .date {
    padding: 0.85rem 10px;
    width: 100%;
}

.fForm .hint {
    color: #333;
    margin: 11px 0;
}

.fForm .hint a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.fForm .hint a:hover {
    color: var(--brand-color-theme-1);
}

input.form-control,
textarea.form-control {
    display: inline-block;
    margin: 10px 0px;
}

.fForm .form-item-type-checkbox .checkbox label,
.fForm .form-item-type-radio .checkbox label,
.fForm .form-item-type-boolean label {
    display: flex;
    align-items: center;
}

.user-register-group table tr:nth-child(odd) {
    background: #ddd;
}

.listing-header-item-currency {
    width: fit-content;
    display: flex;
    border: 1px solid var(--brand-color-theme-1);
    border-radius: 0.25rem;
    overflow: hidden;

    >* {
        border: 0;
        border-radius: 0;
    }

    input[type="submit"] {
        padding: 0.5rem 0.75rem;
        background: var(--brand-color-theme-1);
        color: #fff;
    }
}


/*----------iconset----------*/

.iconset .fMenu {
    justify-content: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.iconset .fMenu li {
    padding: 1rem;
}

.iconset .fMenu a {
    display: block;
    padding: 1rem;
    font-weight: bold;
    color: #000;
    height: 100%;
    background: #f5f5f5;
    transition: 0.3s all ease-in-out;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px -4px rgb(0 0 0 / 30%);
    position: relative;
}

.iconset .fMenu a:hover {
    background: #efefef;
    -webkit-box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 55%);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 15px -4px rgb(0 0 0 / 55%);
}

.iconset img {
    width: auto;
    max-width: 45px;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.menu-item-text .action:before {
    display: block;
    content: "";
    height: 1.04rem;
    width: 1.04rem;
    background: red;
    border-radius: 1rem;
    position: absolute;
    left: 10px;
    top: 19%;
    transform: translate(0, -50%);
    animation: blinking 2s infinite;
}


/*----------animation----------*/

@keyframes blinking {
    0% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* Common CSS */


/* contact page starts here */


/* .f-contact-main-page */

.f-contact-main-page .f-media-image-link {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.f-contact-main-page ul>li {
    margin: 10px 0px !important;
}

.f-contact-main-page i {
    margin-right: 10px !important;
}

.f-contact-main-page h3 {
    font-size: 1.3rem !important;
}

.f-contact-main-page .f-follow-us i {
    font-size: 25px;
}


/* contact page ends  here */


/* About page starts here */


/* f-about-page-main-container */


/*  history(f-history-container) */

.f-history-container .f-media {
    .f-media-image {
        .f-media-image-link img {
            height: 500px;
            object-fit: cover;
        }
    }

    .f-media-text {
        p {
            text-align: justify;
        }
    }
}


/* f-vision-mission-container */

.f-vision-mission-container .f-media {
    position: relative;

    .f-media-image-link img {
        height: 500px;
        object-fit: cover;
    }

    .f-media-text {
        position: absolute;
        inset: 0;
        align-content: center;
        width: 100%;
    }
}

.f-vision-mission-container .f-media .f-owl-carousel {
    position: absolute;
    right: 5.5%;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
}

.f-vision-mission-container .f-media .f-owl-carousel .item {
    background: #eeeeeed1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    min-height: 390px;

    img {
        width: 100px;
    }
}


/* ceo message */

.f-ceo-message {
    background-image: url("https://storage.unitedwebnetwork.com/files/1309/10acec7333d793011d2729a65c850fa3.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-origin: content-box;
}

.f-ceo-message .f-media-image {
    text-align: center;
}

.f-ceo-message .f-media-text {
    text-align: justify;
}

.f-ceo-message .f-media-image img {
    width: 250px;
    height: 250px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-fit: top center;
    border-radius: 15px;
    margin-bottom: 1rem;
}

.f-ceo-message .inner-message {
    background-color: #ffffffa8;
    border: 1px solid #dedede;
    border-radius: 15px;
    padding: 1rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


/* BOD members */

.f-bod-member .fGalleryItem {
    padding: 12px;
}

.f-bod-member .fGalleryItem .ItemfinnerGallery {
    height: 100%;
    border: 1px solid #dedede;
    background-color: rgb(255, 255, 255);
}

.f-bod-member .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
    max-height: 300px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: top center;
}

.f-bod-member .fGalleryItem .ItemfinnerGallery .fGalleryText {
    padding: 1rem 10px;
    text-align: center;
}

.f-bod-member .fGalleryItem .ItemfinnerGallery .fGalleryText h4 {
    margin-top: 0;
    margin-bottom: 0.3rem;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: var(--brand-font-family-heading);
    color: var(--brand-color-theme-2);
}

.f-bod-main {
    background-color: #f1652410;
}


/* directory */

.table-container-directory {
    max-width: 900px;
    margin: auto;
    background: white;
    overflow-x: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.table-container-directory table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
}

.table-container-directory thead {
    background-color: var(--brand-color-theme-1);
    color: #ffffff;
}

.table-container-directory th,
.table-container-directory td {
    padding: 14px 20px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.table-container-directory tbody tr:hover {
    background-color: #f9f9f9;
}


/* About page  ends  here  */


/* login page starts here */

body.view-login .fForm,
body.view-account-recover .fForm {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 2rem 1rem;
    width: 700px;
    max-width: 100%;
    margin: auto;
}

body.view-account-recover .fForm .form-item-type-fieldset {
    border: 0;
    padding: 0;
}

.fForm .error {
    margin: 0.5rem 0 0 0;
    font-size: 0.8rem;
}

.buttons {
    padding-left: 12px !important;
}

body.view-login .fForm .buttons,
body.view-account-recover .fForm .buttons {
    padding-left: 0 !important;
}


/* login page ends here */


/* Programme Table */

tr.session-row-hidden {
    display: none !important;
}

.session-heading {
    text-align: center;
    margin-top: 1.5rem;
    color: #4d4f53;
    font-weight: bold;
    line-height: 1.3;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--brand-color-theme-1);
}

.session-container {
    border-collapse: separate;
    border-spacing: 0 1rem;
}

body .session-container th {
    background: var(--brand-color-theme-1);
    color: #fff !important;
    font-weight: bold;
}

.session-container tr:last-child td {
    border-bottom: 0 none !important;
}

.session-container .session-details {
    vertical-align: top !important;
    position: relative;
}

.session-container td.session-details[colspan="2"] {
    text-align: center;
}

td.session-time,
th.session-time {
    padding: 1rem;
    width: 150px;
    min-width: 150px;
}

.session-time.session-time-show {
    font-size: 0.9rem;
}

td.session-time {
    border-right: 1px solid var(--brand-color-theme-1);
}

.session-time .session-time-start,
.session-time .session-time-end {
    display: inline-block;
    opacity: 1;
}

.session-time .session-time-start:after {
    display: inline-block;
    content: " - ";
    padding-left: 5px;
}

.session-time .session-time-zone {
    font-size: 0.9rem;
    color: #999;
}

.session-time .session-time-date {
    display: none;
}

.session-time .session-time-date.is-different {
    color: #fff;
    display: inline-block;
    background: #aaa;
    border-radius: 2rem;
    font-size: 0.8rem;
    padding: 0.25rem 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.session-container ul li {
    margin: 0.5em 0 0.5em 20px !important;
    list-style: square;
}

.session-sub {
    padding-left: 0;
    list-style: square;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.session-sub-title {
    font-weight: 600;
}

.session-sub .session-people {
    padding-top: 0;
    margin-top: 0;
}

.session-title.session-sub-title {
    font-weight: 600;
    font-size: 1rem;
    opacity: 0.75;
    display: inline;
}

.session-title>a {
    text-decoration: underline;
}

.session-venue {
    width: fit-content;
    background: var(--brand-color-theme-1);
    display: inline-block;
    margin-top: 0.2rem;
    color: #fff;
    font-size: 0.8rem;
    padding: 0.2rem 0.7rem;
}

.session-venue::before {
    content: "\f3c5";
    font-family: "FontAwesome";
    margin-right: 5px;
}

.session-venue a {
    font-size: 0.8rem;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
}

.session-venue a::before {
    display: block;
    content: "";
    height: 1.1rem;
    width: 1.1rem;
    background: #fff;
    border-radius: 2rem;
    position: absolute;
    left: 6px;
    line-height: 1rem;
    top: 50%;
    transform: translate(0, -50%);
    animation: blinking 1.2s infinite;
}

.session-status-3 .session-venue,
.session-status-2 .session-venue {
    margin-top: 0.5rem;
    padding-left: 1.25rem;
    background: url("https://img.icons8.com/fluency-systems-regular/48/000000/marker--v1.png") left center no-repeat;
    background-size: 1rem;
    font-size: 0.8rem;
    opacity: 0.75;
}

span.live {
    color: #cc0000 !important;
}

.session-status-3 .session-venue,
.session-status-2 .session-venue {
    background-color: #cc0000;
    display: inline-block;
    position: relative;
    margin-top: 2rem;
}

.session-status-3>.session-title:before,
.session-status-2>.session-title:before {
    position: relative;
    content: "LIVE";
    color: #cc0000;
    font-size: 1rem;
    font-weight: bold;
    display: block;
    animation: blinking 1.2s infinite;
}

.no-user .session-status-3 .session-venue {
    display: none;
}

.no-user .session-status-3>.session-title:before {
    display: none;
}

.session-status-2 .session-venue,
.session-status-2>.session-title:before {
    display: none;
}

.session-mine.session-status-2>.session-title:before,
.session-mine.session-status-2.session-full:before {
    content: "PRESENTER TO JOIN SESSION";
    color: #ffa500;
    display: block;
    margin-bottom: 0.5rem;
}

.session-mine.session-status-2 .session-venue {
    display: inline-block;
}

.session-people-item {
    display: flex;
    flex-wrap: wrap;
}

.session-people-name {
    font-weight: 600;
    color: var(--brand-color-theme-1);
}

.session-people-role {
    display: inline-block;
    color: var(--brand-color-theme-1);
    text-decoration: underline;
    order: -1;
    padding-right: 5px;
}

@keyframes blinking {
    0% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body.com-event.view-session-view .session-full {
    border: 1px solid #dedede;
}

body.com-event.view-session-view .session-full .session-time {
    background-color: var(--brand-color-theme-1);
    text-align: start;
    padding: 10px 12px;
    color: white;
}

body.com-event.view-session-view .session-full .session-item {
    padding: 10px 12px;
    border-bottom: 1px solid #dedede;
}

body.com-event.view-session-view .session-full .session-item:last-child {
    border-bottom: 0;
}

body.com-user.view-view .f-content-item-teaser-image img,
body.view-session-person .f-content-image {
    height: 18rem;
    width: 18rem;
    margin: 1rem auto;
    display: block;

    img {
        border-radius: 100%;
        object-fit: cover;
        border: 5px solid #aaa;
    }
}

body.com-user.view-view #fMatter .f-user-container,
body.event-session-person-hasphoto #fMatter .event-session-person {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

body.com-user.view-view #fMatter .f-user-container .f-content-item-teaser-image,
body.event-session-person-hasphoto #fMatter .event-session-person .event-session-image {
    width: 250px;
    height: 250px;
}

body.com-user.view-view #fMatter .f-user-container .f-content-item-teaser-image img,
body.event-session-person-hasphoto #fMatter .event-session-person .event-session-image img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 500px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 4px solid var(--brand-color-theme-1);
    object-fit: cover;
}

body.com-user.view-view #fMatter .f-user-container .f-list-item-content,
body.event-session-person-hasphoto #fMatter .event-session-person .f-content-text {
    background-color: #f7f7f7;
    text-align: justify;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem 1rem;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

body.com-user.view-view #fMatter .f-user-container .f-content-node.f-content-fields {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: var(--brand-color-theme-1);
    color: white;
    padding: 2rem 1rem;
    border-radius: 15px;
}

body.com-user.view-view #fMatter .f-user-container .f-module-event-session,
body.event-session-person-hasphoto #fMatter .event-session-person .event-session-person-session {
    width: 100%;
}


/*** Programme table end ***/


/*** Custom CSS ***/


/* registration starts here */

.f-registration-and-abstract .box {
    padding: 1rem;
    background-color: #f1f1f1;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}

.f-registration-and-abstract h4 {
    color: var(--brand-color-theme-1);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 1rem 0;
}

.f-registration-and-abstract .box ul li {
    list-style: none;
    margin-left: 1.5rem;
}

.f-registration-and-abstract .box ul li::before {
    content: "\f0a9";
    font-family: "FontAwesome";
    margin-left: -1.5rem;
    margin-right: 0.5rem;
}


/* registration ends here */


/* header starts here */

.fheaderToptwo {
    background-color: var(--brand-color-theme-1);
}

.fHeader {
    position: sticky;
    top: 0;
    z-index: 999999999999999;
    background-color: white;
}


/* header ends here */


/* banner starts here */

.f-banner .bx-wrapper {
    margin-bottom: 0;
}

.f-banner img {
    height: 500px;
    object-fit: cover;
}

.f-banner .fGalleryText {
    position: absolute;
    inset: 0;
    align-content: center;
}

.f-banner .fGalleryText>div {
    position: relative;
    z-index: 9;
}

.f-banner .fGalleryText::after {
    content: "";
    min-width: 600px;
    width: 47%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #26226184;
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
}

.f-banner .bx-wrapper .bx-pager.bx-default-pager a {
    border: 1px solid var(--brand-color-theme-2);
    background-color: var(--brand-color-theme-2);
    width: 15px;
    height: 15px;
    border-radius: 500px;
}

.f-banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.f-banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: var(--brand-color-theme-1);
    border-color: var(--brand-color-theme-1);
}

.f-banner .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 1rem;
    z-index: 999;
    width: 100%;
}

.f-banner .fGalleryText h3 {
    font-size: 2.8rem;
    font-weight: 700;
    color: white;
    margin-bottom: 4px;
    line-height: 1.3em;
}

.f-banner .fGalleryText h3>span {
    display: block;
    color: var(--brand-color-theme-2);
    font-size: 4rem;
    font-weight: 800;
}

.f-banner .fGalleryText h5 {
    width: 400px;
    max-width: 100%;
    color: white;
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.f-banner .fGalleryText .fButton {
    background-color: var(--brand-color-theme-3);
    color: var(--brand-color-theme-1);
    border-color: var(--brand-color-theme-3);
}


/* banner ends here */


/* about us starts here */

.f-our-unikop {
    background-image: url("https://storage.unitedwebnetwork.com/files/1309/9b701712469d6244dcc35e87b02376b5.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f7f7f7;
}


/* about us ends here */


/* three boxes starts here */

.f-three-boxes::after {
    content: "";
    background-color: var(--brand-color-theme-2);
    position: absolute;
    left: 0;
    top: 0;
    height: 50%;
    width: 100%;
}

.f-three-boxes .fModuleContent {
    border-bottom: 1px solid var(--brand-color-theme-1);
    position: relative;
    z-index: 9;
}

.f-three-boxes .menu-item {
    padding: 12px;
}

.f-three-boxes .menu-item img {
    width: 350px;
    max-width: 100%;
    border: 7px solid var(--brand-color-theme-1);
    border-radius: 500px;
    background-color: var(--brand-color-theme-1);
}

.f-three-boxes .menu-item span {
    display: block;
    text-align: center;
}

.f-three-boxes .menu-item .menu-item-text {
    font-size: 1.4rem;
    color: var(--brand-color-theme-1);
    font-weight: 600;
    margin: 1rem auto 1rem auto;
    max-width: 100%;
    width: 250px;
}


/* three boxes ends here */


/* testimonials starts here */

.f-testimonial-section .fGalleryItem .ItemfinnerGallery {
    display: flex;
    flex-wrap: wrap;
}

.f-testimonial-section .fGalleryItem .ItemfinnerGallery .fGalleryImage {
    display: block;
    width: 35%;
}

.f-testimonial-section .fGalleryItem .ItemfinnerGallery .fGalleryText {
    width: 65%;
    padding-left: 1rem;
}

.f-testimonial-section .fGalleryItem .ItemfinnerGallery .fGalleryText>div {
    align-content: center;
    height: 100%;
    background-color: #eff0f2;
    padding: 2rem;
}

.f-testimonial-section .fGalleryItem .ItemfinnerGallery .fGalleryText .quote {
    color: var(--brand-color-theme-2);
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.3em;
    position: relative;
}

.f-testimonial-section .fGalleryItem .ItemfinnerGallery .fGalleryText .quote::before {
    content: "\f10d";
    display: block;
    position: relative;
    font-family: "FontAwesome";
    color: var(--brand-color-theme-1);
    font-size: 6rem;
    margin-bottom: 1.2rem;
}

.f-testimonial-section .fGalleryItem .ItemfinnerGallery .fGalleryText h4 {
    font-size: 1rem;
    color: var(--brand-color-theme-1);

    em {
        display: block;
        color: #666;
    }
}

.f-testimonial-section .owl-nav {
    margin-top: 0 !important;
}

.f-testimonial-section .owl-nav button {
    border: 2px solid var(--brand-color-theme-1) !important;
    width: 50px;
    height: 50px;
    border-radius: 500px !important;
    background-color: white !important;
    justify-content: center;
    align-items: center;
    display: inline-flex !important;
    position: absolute;
    left: -7%;
    top: 50%;
    transform: translateY(-50%);
}

.f-testimonial-section .owl-nav button.owl-next {
    left: unset;
    right: -7%;
}

.f-testimonial-section .owl-nav button>span.prev-span {
    width: 24px;
    height: 30px;
    display: inline-block;
    background-color: var(--brand-color-theme-1);
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    margin-right: 5px;
}

.f-testimonial-section .owl-nav button>span.next-span {
    width: 24px;
    height: 30px;
    display: inline-block;
    background-color: var(--brand-color-theme-1);
    clip-path: polygon(100% 50%, 0 100%, 0 0);
    margin-left: 5px;
}


/* testimonials ends here */


/* campus essential starts here */

.f-gellery-carousel .item {
    padding: 18px;
}

.f-gellery-carousel .item img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.inset-full {
    inset: 0;
}

.fancybox-container {
    z-index: 99999999999999999999;
}


/* campus essential ends here */


/* why choose us starts here */

.f-students .fForm .form-item-option {
    margin: 0;
}

.f-students .fForm .form-item#form-item-field_id_30853 {
    display: flex;
    flex-wrap: wrap;
}

.f-students .fForm .form-item#form-item-field_id_30853 .form-item-option {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
}

.f-students .fForm .form-item#form-item-field_id_30853 .form-item-option>label {
    width: fit-content;
    margin-right: 10px;
}

.f-students .fForm .form-item#form-item-field_id_30853>label {
    width: fit-content;
}

.f-students .fForm .form-item {

    input[type="text"],
    input[type="email"] {
        border-radius: 50px;
        border: 2px solid #000;
        padding-top: 3px;
        padding-bottom: 3px;
    }
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent !important;
}


/* why choose us ends here */


/* get in touch with us starts here */

.f-get-in-touch-with-us .social-media li {
    padding-right: 10px;
}

.f-get-in-touch-with-us .social-media li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 1.2rem;
    color: var(--brand-color-theme-2);
    text-align: center;
    align-content: center;
    background-color: #efefef;
}

.f-get-in-touch-with-us .f-media-image .f-media-image-link img {
    height: 400px;
    object-fit: cover;
}


/* get in touch ends here */


/* footer starts here */

footer#fFooter {
    background-color: var(--brand-color-theme-1);
    padding-top: 2rem;
}

footer#fFooter .fModuleTitle h3,
footer#fFooter h4 {
    font-size: 1.3rem;
    margin-top: 0;
    color: var(--brand-color-theme-2);
}

footer#fFooter h4 {
    margin-top: 1rem;
}

footer#fFooter>.container .region-footer .fModule {
    margin-bottom: 1rem;
}

footer#fFooter>.container .region-footer .fModule>*,
footer#fFooter>.container .region-footer .fModule a {
    color: white !important;
}


/* footer ends here */


/* program inner page starts here */

body.content-type-39849 .section {
    background-color: #f2f4f8;
}

body.content-type-39849 .section-box {
    background: #eff0f2;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

body.content-type-39849 .section-box img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    border: 1px solid #dedede;
    background-color: white;
    padding: 5px;
    border-radius: 500px;
}

body.content-type-39849 .program-card {
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

body.content-type-39849 .program-card h6 {
    font-weight: bold;
}

body.content-type-39849 .hero {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
}

body.content-type-39849 .hero-text {
    flex: 1;
    background: var(--brand-color-theme-1);
    color: white;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.content-type-39849 .hero-text h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    line-height: 1.3em;
}

body.content-type-39849 .hero-text p {
    font-size: 1.2rem;
    max-width: 500px;
}

body.content-type-39849 .hero-img {
    flex: 1;
    /* background: url("https://images.unsplash.com/photo-1591035897814-e3e79e4de155?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat; */
}

body.content-type-39849 .section {
    padding: 30px 0px;
}

body.content-type-39849 .section.dark {
    background: #ffffff;
}

body.content-type-39849 .section-title {
    font-size: 2rem;
    margin-bottom: 30px;
    color: var(--brand-color-theme-1);
    text-align: center;
}

body.content-type-39849 .features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

body.content-type-39849 .feature {
    background: #e9eff5;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s ease;
}

body.content-type-39849 .feature:hover {
    background: #d6e3ef;
}

body.content-type-39849 .feature img {
    width: 60px;
    margin-bottom: 15px;
}

body.content-type-39849 .programs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

body.content-type-39849 .program {
    background: white;
    border-left: 5px solid var(--brand-color-theme-2);
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

body.content-type-39849 .program:hover {
    transform: translateY(-4px);
}

body.content-type-39849 #fMatter ul {
    list-style: none;
    padding: 0;
}

body.content-type-39849 #fMatter ul li::before {
    content: "✔";
    color: #0b3c5d;
    margin-right: 10px;
}

.f-programs-list .f-list-item {
    padding: 12px;
}

.f-programs-list .f-list .f-list-item-container {
    height: 100%;
    border: 1px solid #e7e7e7;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.f-programs-list .f-list .f-list-item-container .f-list-item-body {
    padding: 1rem 10px;
}

.f-programs-list .f-list .f-list-item-container .f-list-item-teaser-image img {
    height: 200px;
    object-fit: cover;
}

.f-programs-list .f-list .f-list-item-container .f-list-item-body .f-list-item-title {
    font-weight: 500;
    font-size: 1.05rem;
    line-height: 1.3em;
    margin-bottom: .4rem;
}

.f-programs-list .f-list .f-list-item-container .f-list-item-body .f-list-item-subtitle {
    font-size: .9rem;
}

.f-programs-list .f-list .f-list-item-container .f-list-item-body .f-list-item-title a {
    color: var(--brand-color-theme-1);
}

.f-programs-list .f-list .f-list-item-container .f-list-item-body .f-list-item-button {
    margin-top: 1rem;
}

.f-programs-list .f-list .f-list-item-container .f-list-item-body .f-list-item-button a {
    background-color: #f16524b1;
    color: white;
    font-size: .9rem;
    padding: .3rem 1rem;
    border-radius: 500px;
    transition: all .4s;

    &:hover {
        background-color: var(--brand-color-theme-2);
    }
}


/* program inner page ends here */


/* campus lifestyle starts here */

.cva-pages-module-46624 {
    background-color: #f8f9fc;
}

.section-campus-life-style .main,
.section-campus-life-style-module .main {
    background: white;
    border-radius: 1rem;
    padding: 2.4rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin-top: 3rem;
}

.section-campus-life-style-module .image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}

.section-campus-life-style-module .image-grid img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
}

.section-campus-life-style-module ul.club-list,
.section-campus-life-style-module ul.activity-list,
.f-bottom-text ul.club-list {
    list-style: none;
    padding-left: 0;
    columns: 3;
}

.section-campus-life-style-module ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    margin-left: 0;
}

.section-campus-life-style-module .club-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: var(--brand-color-theme-2);
    font-size: 1rem;
}

.section-campus-life-style-module .f-why-join-us-list {
    list-style-type: none;
}

.section-campus-life-style-module .f-why-join-us-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: white;
    font-size: 1rem;
}

.section-campus-life-style-module .highlight-box {
    background: var(--brand-color-theme-2);
    color: white;
    padding: 16px 24px;
    border-radius: 12px;
    margin-top: 20px;
    font-weight: 600;
}

.f-campus-gallery {
    overflow: visible !important;
}

.f-campus-gallery .ItemfinnerGallery .fGalleryImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.f-campus-gallery .fGalleryImages.row {
    margin-right: calc(-.55 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    overflow: visible;
}

.f-campus-gallery .fGalleryItem {
    padding: 12px;
}

.f-campus-gallery .fGalleryItem .ItemfinnerGallery .fGalleryText h3 {
    font-size: .9rem;
    margin: 1rem 0 0 0;
}


/* STUDENT REPRESENTATIVE COUNCIL (SRC) */

.f-bottom-text {
    margin: auto;
}

.f-bottom-text h6 {
    font-size: 1.25rem;
    color: #262261;
    margin-bottom: 15px;
}

.f-bottom-text .club-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.f-bottom-text .club-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 1rem;
    margin-left: 0;
}

.f-bottom-text .club-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #f16624;
    font-weight: bold;
    font-size: 1.1rem;
}

.f-bottom-text .f-Purpose-and-Role,
.f-bottom-text>div:not(.highlight-box):not(.f-Purpose-and-Role) {
    margin-bottom: 25px;
}

.f-bottom-text .f-Purpose-and-Role p,
.f-bottom-text>div:not(.highlight-box):not(.f-Purpose-and-Role) p {
    margin-top: 10px;
    line-height: 1.6;
}

.f-bottom-text .highlight-box {
    background-color: #f16624;
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: bold;
    color: white;
    text-align: center;
}


/* campus lifestyle ends here */


/* Admission page start from here */


/* Admision Requirments */


/* Admission Box Styles */

.f-ar-admission-box {
    border-left: 6px solid #f16624;
    background: #fff;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.f-ar-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #262261;
    margin-bottom: 20px;
}

.f-ar-content-box {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.f-ar-content-box strong {
    color: #262261;
}


/* International / Local Students */

.f-international-local-Students .card-custom {
    border-left: 6px solid #f16624;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.f-international-local-Students .tick-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.f-international-local-Students .tick-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
    margin-left: 0px !important;
}

.f-international-local-Students .tick-list li .fa-check-circle {
    position: absolute;
    left: 0;
    top: 2px;
    color: #f16624;
    font-size: 18px;
    margin-left: 0;
}

.f-international-local-Students .f-module-title h3 {
    font-size: 24px;
    font-weight: 700;
    color: #262261;
    margin-bottom: 20px;
}

.f-international-local-Students .text-primary {
    color: #262261 !important;
}


/* container fixing */

.f-international-student .f-media-image-link img,
.f-local-students .f-media-image-link img,
.f-program-intake .f-media-image-link img,
.f-download-resoueces .f-media-image-link img {
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}


/* contact details */

.f-contact-details .card-custom {
    background-color: #f8f9fa;
}


/* download resourse */

.f-download-section .card-custom {
    border-left: 6px solid #f16624;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}

.f-download-section .download-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.f-download-section .download-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
    margin-left: 0px !important;
}

.f-download-section .download-list li a {
    color: #000;

    &:hover {
        text-decoration: underline;
        color: var(--brand-color-theme-1);
    }
}

.f-download-section .download-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #f16624;
    font-size: 18px;
}

.f-download-section h4 {
    font-size: 24px;
    font-weight: 700;
    color: #262261;
}

.f-download-section h6 {
    font-weight: 600;
    color: #262261;
    margin-top: 20px;
}


/* Admission page ends from here */


/* upcoming event starts here */

.f-event-sections .fGalleryItem {
    padding: 12px;
}

.f-event-sections .fGalleryItem .ItemfinnerGallery {
    height: 100%;
    background: #ffffff;
    border: 2px solid #f3f3f8;
    border-radius: 18px;
    padding: 1.8rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

    &:hover {
        transform: translateY(-6px);
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
    }
}

.f-event-sections .fGalleryItem .ItemfinnerGallery .fGalleryImage {
    width: 50px;
    height: 50px;
    background: #262261;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 15px;
    padding: 10px;
}

.f-event-sections .fGalleryItem .ItemfinnerGallery h3 {
    display: flex;
    flex-wrap: wrap;
    color: var(--brand-color-theme-1);
    font-size: 1.4rem;
    font-weight: 700;
    color: #262261;
    margin-bottom: 10px;
}

.f-event-sections .fGalleryItem .ItemfinnerGallery h3 div.date {
    order: -1;
    font-size: 1rem;
    color: var(--brand-color-theme-2);
    width: 100%;
    font-weight: 500;
    margin-bottom: .5rem;
}

.f-event-sections .fGalleryItem .ItemfinnerGallery p {
    font-size: .9rem;
}

.f-event-sections .fGalleryItem .ItemfinnerGallery .month {
    position: absolute;
    top: 40px;
    right: 20px;
    background: #f16624;
    color: white;
    font-size: 0.75rem;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}


/* upcoming event ends here */


/* ranking section starts here */

.ranking-section {
    background: linear-gradient(135deg, #262261 60%, #f16624);
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.ranking-section::after {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0);
    }
}

.ranking-badge {
    display: inline-block;
    background: #fff;
    color: #262261;
    padding: 12px 25px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.ranking-badge:hover {
    transform: scale(1.05);
}

.ranking-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.ranking-desc {
    font-size: 1.2rem;
    font-weight: 400;
}

@media (max-width: 576px) {
    .ranking-title {
        font-size: 1.8rem;
    }

    .ranking-desc {
        font-size: 1rem;
    }
}


/* ranking section ends here */


/* mileston starts here */

.f-about-tabs-navigation .nav-tabs .nav-link.active {
    background-color: var(--brand-color-theme-2);
    color: #fff !important;
    border-color: #dee2e6 #dee2e6 #fff;
}

.f-about-tabs-navigation .nav-tabs .nav-link {
    color: var(--brand-color-theme-1);
}

.f-about-tabs-navigation .tab-content {
    background: #fff;
    border: 1px solid #dee2e6;
    padding: 2rem;
    border-top: none;
    border-radius: 0 0 .5rem .5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.f-about-tabs-navigation .tab-pane h5 {
    color: var(--brand-color-theme-1);
}


/* mileston ends here */

/* gallery starts here */
.f-gallery-image .fGalleryItem {
    padding: 12px;
}

.f-gallery-image .ItemfinnerGallery {
    height: 100%;
}

.f-gallery-image .ItemfinnerGallery img {
    max-height: 200px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.f-gallery-navigation .fMenu {
    justify-content: center;
}

.f-gallery-navigation .fMenu li {
    padding: 5px;
}

.f-gallery-navigation .fMenu li a{
    display: inline-block;
    padding: 10px 2rem;
    background-color: white;
    border: 1px solid var(--brand-color-theme-2);
    color: var(--brand-color-theme-2);
}

.f-gallery-navigation .fMenu li.selected a
{
    background-color: var(--brand-color-theme-2);
    color: white;
}

/* gallery ends here */
/***************************************************************************
                    RESPONSIVE MEDIA QUERY
****************************************************************************/


/*xl*/

@media (min-width: 991.9px) {
    .f-photo-with-custom-text .fModuleTitle {
        display: none;
    }

    .f-photo-with-custom-text.title-center .fModuleContent .fModuleTitle {
        display: block;

        >h3 {
            text-align: start !important;
            margin-bottom: 0;
        }
    }

    .main-menu .fMenu {
        display: flex;
        justify-content: end;
    }

    .main-menu .fMenu>li {
        padding: 15px 10px;
        position: relative;
    }

    .main-menu .fMenu>li:last-child {
        padding-right: 0;
        position: relative;
        margin-left: 10px;
    }

    .main-menu .fMenu>li>a {
        display: inline-block;
        font-weight: 500;
        color: var(--brand-color-theme-1);
    }

    .main-menu .fMenu>li:last-child>a {
        padding: 0 1.4rem 0 0.8rem;
        color: white;
    }

    .main-menu .fMenu>li:last-child>a::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
        background-color: var(--brand-color-theme-2);
        width: 100%;
        height: 5.37rem;
    }

    .main-menu .fMenu>li>a>span {
        position: relative;
        z-index: 9;
    }

    .main-menu .fMenu>li>ul {
        position: absolute;
        text-align: left;
        top: 4rem;
        left: 10px;
        background-color: white;
        visibility: hidden;
        min-width: 230px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        opacity: 0;
        z-index: -1;
        box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        padding: 0;
    }

    .main-menu .fMenu>li.has-submenu>a {
        position: static;
    }

    .main-menu .fMenu>li.has-submenu>a::before {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        right: -5px;
        top: 50%;
        transform: translateY(-50%);
        font-size: .9rem;
    }

    .main-menu .fMenu>li>ul::before {
        content: "";
        position: absolute;
        left: 0;
        height: 2.5rem;
        width: 100%;
        top: -2rem;
        background-color: transparent;
    }

    .main-menu .fMenu>li:hover>ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        z-index: 9;
    }

    .main-menu .fMenu>li>ul>li>a {
        font-size: 1rem;
        line-height: 1.2em;
        color: var(--brand-color-theme-1);
        padding: .7rem 1rem;
        display: block;
        border-bottom: 1px solid #dedede;
    }

    .main-menu .fMenu>li>ul>li>a:hover {
        background-color: var(--brand-color-theme-1);
        color: white;
    }

    body.content-type-39849 .hero-img img {
        height: 100% !important;
        object-fit: cover !important;
    }
}

@media (max-width: 1399px) {
    html {
        font-size: 16px;
    }

    .f-history-container .f-media-image-link img {
        height: 580px !important;
    }
}


/*lg*/

@media (max-width: 1199px) {
    html {
        font-size: 16px;
    }

    .f-contact-main-page .f-media-image-link img {
        height: 700px !important;
    }

    .f-about-page-main-container .f-history-container .f-media {
        .f-media-image {
            width: 50%;

            .f-media-image-link img {
                height: 850px !important;
            }
        }

        .f-media-text {
            width: 50%;
        }
    }

    .f-get-in-touch-with-us .f-media-image-link img {
        height: 450px !important;
        object-fit: cover;
    }

    .f-testimonial-section .ItemfinnerGallery .fGalleryImage img {
        height: 500px !important;
    }

    .f-history-container .f-media .f-media-image-link img {
        height: 650px !important;
    }
}

@media (max-width: 991.9px) {
    html {
        font-size: 15px;
    }

    .row.w-100 {
        --bs-gutter-x: 0;
    }

    .fHeader .navbar-header {
        margin: 0;
    }

    .fHeader .navbar-header .row.row-0 {
        margin: 0 15px;
    }

    .navbar-header .navbar-toggler {
        display: block;
    }

    .navbar-collapse.collapse.show {
        display: block;
    }

    .region-header,
    .region-headertop {
        display: inline-block;
        width: 100%;
    }

    .region-header .fModule,
    .region-headertop .fModule {
        display: block;
    }

    .row.w-100 {
        --bs-gutter-x: 0;
    }

    /*** Programme ***/
    .session-container th {
        font-size: 0px;
    }

    .session-container th select {
        font-size: 1rem;
    }

    tr.session-row {
        border: 1px solid var(--brand-color-theme-1);
        margin-top: 1.5rem;
    }

    tr.session-row-hidden {
        border: 0 none;
        margin-top: 0;
    }

    .session-time-zone {
        display: inline-block;
        padding-left: 0.5rem;
    }

    .session-time-zone::before,
    .session-time-zone::after {
        position: relative;
        content: " ";
        display: inline;
    }

    .session-time-zone::before {
        content: "(";
    }

    .session-time-zone::after {
        content: ")";
    }

    tr.session-row,
    tr.session-row td,
    td.session-time {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    tr.session-row td {
        border: 0px none;
    }

    th.session-time {
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .session-time .session-time-date.is-different {
        margin-left: 0;
    }

    .session-container tr:hover td.session-time,
    table.fTable tr:nth-child(odd) td.session-time,
    table.fTable tr:nth-child(even) td.session-time {
        display: block;
        text-align: left;
        background: var(--brand-color-theme-1);
        color: #fff;
    }

    .session-container th:last-child {
        display: none;
    }

    .session-container {
        border: 0;
    }

    body .session-container th {
        display: none;
    }

    .f-contact-main-page .f-media {
        display: block !important;
    }

    .f-contact-main-page .f-media-image,
    .f-media-text {
        width: 100% !important;
    }

    .f-contact-main-page .f-media-image .f-media-image-link img {
        height: 450px !important;
        object-fit: cover;
    }

    .f-about-page-main-container .f-history-container .f-media {
        display: block;

        .f-media-image {
            width: 100%;

            .f-media-image-link img {
                height: auto !important;
            }
        }

        .f-media-text {
            width: 100%;
        }
    }

    .f-media-text {
        right: 0% !important;
        padding: 10px;
    }

    .section-campus-life-style-module ul.club-list,
    .section-campus-life-style-module ul.activity-list,
    .f-bottom-text ul.club-list,
    .bottom-text ul.club-list {
        columns: 2 !important;
    }

    .f-get-in-touch-with-us .f-media-image-link img {
        height: 350px !important;
    }

    .f-testimonial-section .owl-nav button {
        position: static;
        transform: unset;
    }

    .f-testimonial-section .owl-nav button {
        width: 40px !important;
        height: 40px !important;
    }

    .f-testimonial-section .owl-nav {
        margin-top: 20px !important;
    }

    .fModuleTitle h3,
    .fGalleryContainer h4 {
        text-align: center !important;
        font-size: 2.5rem !important;
    }

    #fFooter h3 {
        font-size: 1.2rem !important;
        text-align: left !important;
    }

    .f-testimonial-section .fGalleryItem .ItemfinnerGallery .fGalleryText .quote::before {
        font-size: 2.5rem !important;
    }

    body.content-type-39849 .hero {
        position: relative !important;
        height: auto !important;
    }

    body.content-type-39849 .hero-text {
        height: 100% !important;
        width: 100%;
        background-color: #262261b0 !important;
        position: absolute !important;
    }

    /* header */
    .f-logo-header img {
        width: 150px !important;
        max-width: 100%;
    }

    .main-menu {
        position: static !important;
    }

    .main-menu nav {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 3.1em;
        height: fit-content;
        width: 100%;
        background-color: var(--brand-color-theme-2);
        width: 95%;
        padding: 0;
        z-index: 9999999;
    }

    .main-menu nav ul {
        margin: 0;
    }

    .main-menu nav ul.fMenu>li>a {
        display: block;
        padding: .6rem 1rem;
        color: white;
        border-bottom: 1px solid #dedede4e;
        position: relative;
        background-color: var(--brand-color-theme-2);
    }

    .main-menu nav ul.fMenu>li:last-child>a {
        border-bottom: 0;
    }

    .main-menu nav ul.fMenu>li.has-submenu>a::after {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        color: white;
    }

    .main-menu nav ul.fMenu>li.has-submenu>ul {
        position: relative;
        padding: 7px;
        background-color: var(--brand-color-theme-1);
        display: none;
    }

    .main-menu nav ul.fMenu>li.has-submenu>ul>li>a {
        padding: .6rem 1rem;
        color: white;
        border-bottom: 1px solid #dedede4e;
        position: relative;
        background-color: var(--brand-color-theme-2);
        display: block;
    }

    /* footer */
    .f-logo-footer img {
        width: 150px !important;
    }

    .f-history-container .f-media-image .f-media-image-link img {
        height: 100% !important;
    }
}


/*sm*/

@media (max-width: 767.9px) {
    html {
        font-size: 14px;
    }

    .table-container-directory {
        padding: 1rem;
        box-shadow: none;
    }

    .table-container-directory tbody {
        border-top: 0 !important;
        border-bottom: 0 !important;
    }

    .table-container-directory table,
    .table-container-directory thead,
    .table-container-directory tbody,
    .table-container-directory th,
    .table-container-directory td,
    .table-container-directory tr {
        display: block;
    }

    .table-container-directory thead {
        display: none;
    }

    .table-container-directory tr {
        margin-bottom: 15px;
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .table-container-directory td {
        padding: 12px;
        text-align: right;
        position: relative;
        border: none;
        border-bottom: 1px solid #ddd;
    }

    .table-container-directory td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        top: 12px;
        font-weight: bold;
        text-align: left;
        color: #333;
    }

    .section-campus-life-style-module ul.club-list,
    .section-campus-life-style-module ul.activity-list,
    .f-bottom-text ul.club-list,
    .bottom-text ul.club-list {
        columns: 1 !important;
    }

    .f-testimonial-section .ItemfinnerGallery .fGalleryImage img {
        height: 600px !important;
    }

    .f-testimonial-section .fGalleryItem .ItemfinnerGallery {
        display: block !important;
    }

    .f-testimonial-section .fGalleryItem .ItemfinnerGallery .fGalleryImage {
        width: 100%;
    }

    .f-testimonial-section .fGalleryItem .ItemfinnerGallery .fGalleryText {
        width: 100%;
        padding-left: 0;
    }

    .f-testimonial-section .ItemfinnerGallery .fGalleryImage img {
        height: 450px !important;
        object-fit: cover;
        object-position: top;
    }

    .f-vision-mission-container .f-media .f-owl-carousel {
        right: -15% !important;
    }

    .f-vision-mission-container .f-media .f-owl-carousel {
        position: absolute;
        right: unset;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .f-history-container .f-media .f-media-image-link img {
        height: 450px !important;
        background-position: top;
    }

    .f-testimonial-section .fGalleryItem .ItemfinnerGallery .fGalleryText .quote::before {
        font-size: 4rem !important;
    }

    .f-testimonial-section .fGalleryItem .ItemfinnerGallery .fGalleryText .quote {
        font-size: 1.2 rem !important;
    }

    .fModuleTitle h3,
    .fGalleryContainer h4 {
        text-align: center !important;
        font-size: 3rem !important;
    }

    #fFooter h3 {
        font-size: 1.5rem !important;
        text-align: left !important;
    }
}


/*xs*/

@media (max-width: 575px) {
    html {
        font-size: 14px;
    }

    footer#fFooter>.container .region-footer .fModule {
        margin-bottom: 1rem;
    }

    .f-logo-footer {
        text-align: left !important;

        img {
            width: 50%;
        }
    }

    .fModuleTitle h3,
    .fGalleryContainer h4 {
        text-align: center !important;
        font-size: 2rem !important;
    }

    .f-banner .fGalleryText h3 {
        font-size: 2rem !important;
    }

    .f-banner .fGalleryText h3>span {
        font-size: 2.5rem !important;
    }

    .f-testimonial-section .fGalleryItem .ItemfinnerGallery .fGalleryText .quote {
        font-size: 1.2rem;
    }

    .f-testimonial-section .fGalleryItem .ItemfinnerGallery .fGalleryText .quote::before {
        font-size: 3rem !important;
    }

    .fModuleTitle h3 p,
    .fGalleryContainer h4 p {
        font-size: 1rem !important;
    }

    #fMatter .fModule {
        padding-bottom: 0px !important;
    }

    #fFooter h3 {
        font-size: 1.5rem !important;
        text-align: left !important;
    }

    body.content-type-39849 .hero-text {
        padding: 20px !important;
    }

    body.content-type-39849 .hero-text h1 {
        font-size: 2.5rem;
    }

    body.content-type-39849 .section-title {
        font-size: 1.5rem !important;
    }

    h4 {
        font-size: 1.2rem;
    }
}

@media (max-width: 400px) {
    .f-contact-main-page .f-media-image-link img {
        height: 350px !important;
        object-fit: cover;
    }

    body.content-type-39849 .hero-text h1 {
        font-size: 1.5rem;
    }

    body.content-type-39849 .hero-img img {
        height: 550px !important;
    }
}

body.content-type-39849 .feature {
    h4 {
        font-size: 1.2rem;
    }

    p {
        font-size: .85rem;
    }
}