/*Static Page UI*/

/* @font-face {
    font-family: 'Airbnb Cereal App Medium';
    src: url('../assets/fonts/AirbnbCerealApp-Medium.woff2') format('woff2'),
        url('../assets/fonts/AirbnbCerealApp-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */
header ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

header .topbar {
    padding: 10px 30px;
}

header .bottombar {
    padding: 10px 30px;
    background: transparent;
    box-shadow: none;
    margin-bottom: 1px;
    width: 100%;
}

header.removeAbs .bottombar {
    background: #fff;
    border-top: 1px solid #fafafa73;
}

header.removeAbs {
    position: relative;
    top: 0px;
    border-top: 1px solid #fafafa96;
    /* box-shadow: 0px 5px 5px 0px #cccccc; */
}

header.removeAbs .bottombar .logoUI a:last-child,
header.removeAbs .bottombar ul li a {
    color: var(--primary);
}

header .topbar .container .right {
    justify-content: space-between;
}
header .bottombar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .bottombar .container ul {
    justify-content: flex-end;
}

header .topbar {
    justify-content: center;
    background: var(--primary);
}

header .topbar ul,
header .bottombar ul {
    display: flex;
    gap: 40px;
}

header .headUi ul li:last-child {
    display: flex;
    gap: 20px;
    justify-content: space-between;
} 
header .headUi ul li .top-img-icon:before {
    border-right: 1px solid #A6B8CD;
    content: "";
    position: relative;
    right: -34px;
}
header .headUi ul li .logreg:before {
    border-right: 1px solid #A6B8CD;
    content: "";
    position: relative;
    right:10px;
    font-weight: 300;
  
}
/* header .headUi ul li a.regis,
header .headUi ul li a.login{
color: var(--white);
opacity: 1;
font-family: 'Work Sans';
font-size: 14px;
font-weight: 300;
line-height: 30px;
} */

header .headUi ul li.marquee {
    white-space: nowrap;
    overflow: hidden;
}

header .headUi ul li.marquee a{
    display: inline-block;
    padding-left: 100%;
    animation: marquee 10s linear infinite;
    text-decoration: none;}


header .headUi ul li.marquee a {
    animation-delay: 2.5s;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

header .topbar .phn-img{
    color: var(--white);
    opacity: 0.6;
    height:25px;
    width:25px;
    padding: 3px;
}
header .topbar ul li a {
    color: var(--white);
    opacity: 0.6;
    font-family: 'Work Sans';
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
}

header .topbar ul li a:hover {
    opacity: 1;
}

header .bottombar img {
    width: 60px;
}

.homePageUI .heading .head-link {
    font-size: 14px;
    letter-spacing: 0.3px;
    margin-left: 5%;
    position: relative;
    color: var(--primary);
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
}

.homePageUI .heading .head-link:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: var(--secondary);
    bottom: -5px;
    left: 0;
    transition: width 0.4s;
}

.homePageUI .heading .head-link:hover:after {
    width: 100%;
}

.homePageUI .slick-slide img {
    animation-duration: 3s;
    transition: all 1s ease !important;
    filter: brightness(0.7);
    height: 650px;
    object-fit: cover;
}

.homePageUI .slick-slide {
    position: relative;
}

.homePageUI .slick-slide .slider_content {
    position: absolute;
    top: 35%;
    left: 25%;
    z-index: 9;
    width: 50%;
    color: #fff;
    text-align: center;
}

.homePageUI .slick-slide .slider_content p:first-child {
    /* opacity: 0;
    animation: slideDown ease 10s;
    animation-fill-mode: forwards; */
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Work Sans";
    opacity: 0;
    transform: translateY(20px);
   
}

.homePageUI .slick-slide.slick-active .slider_content p:first-child{
    animation: moveupFirst 10s;
}

@keyframes moveupFirst {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    15% {
        transform: translateY(0);
        opacity: 1;
    }

    90% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(20px);
        opacity: 0;
    }
}


.homePageUI .slick-slide .slider_content h1 {
    /* opacity: 0;
    animation: slideDown1 ease 10s;
    animation-fill-mode: forwards; */
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: 'Open Sans', sans-serif !important;
    margin: 25px auto;
    opacity: 0;
    transform: translateY(20px);
}

.homePageUI .slick-slide.slick-active .slider_content h1{
    animation: moveupSecond 10s;
}

@keyframes moveupSecond {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    15% {
        transform: translateY(20px);
        opacity: 0;
    }

    30% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(0);
        opacity: 1;
    }

    80% {
        transform: translateY(0);
        opacity: 1;
    }

    95% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        transform: translateY(20px);
        opacity: 0;
    }
}

.homePageUI .slick-slide .slider_content h5 {
    /* opacity: 0;
    animation: slideDown2 ease 10s;
    animation-fill-mode: forwards; */
    font-size: 16px;
    font-weight: 500;
    font-family: "Work Sans";
    margin: 30px auto;
    opacity: 0;
    transform: translateY(40px);
}

.homePageUI .slick-slide.slick-active .slider_content h5{
    animation: moveupThird 10s;
}

@keyframes moveupThird {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }

    30% {
        transform: translateY(40px);
        opacity: 0;
    }

    40% {
        transform: translateY(0);
        opacity: 1;
    }

    70% {
        transform: translateY(0);
        opacity: 1;
    }

    80% {
        transform: translateY(40px);
        opacity: 0;
    }


    100% {
        transform: translateY(40px);
        opacity: 0;
    }
}

.homePageUI .slick-slide .slider_content a {
    /* opacity: 0;
    animation: slideDown3 ease 10s;
    animation-fill-mode: forwards; */
    color: #fff !important;
    padding: 10px 15px;
    text-decoration: none;
    border: 2px solid #fff;
    display: block;
    width: 250px;
    margin: auto;
    font-size: 17px;
    font-weight: 500;
    font-family: "Work Sans";
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(10px);
}

.homePageUI .slick-slide.slick-active .slider_content a {
    animation: moveupFourth 10s;
}

@keyframes moveupFourth {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }

    20% {
        transform: translateY(10px);
        opacity: 0;
    }

    40% {
        transform: translateY(10px);
        opacity: 0;
    }

    50% {
        transform: translateY(0);
        opacity: 1;
    }

    60% {
        transform: translateY(0);
        opacity: 1;
    }

    75% {
        transform: translateY(20px);
        opacity: 0;
    }   

    100% {
        transform: translateY(10px);
        opacity: 0;
    }
}

.homePageUI .slick-slide .slider_content a:hover {
    background: #fff !important;
    color: var(--primary) !important;
}

@keyframes slideDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(40px);
        opacity: 1;
    }
}

@keyframes slideDown1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(60px);
        opacity: 1;
    }
}

@keyframes slideDown2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(80px);
        opacity: 1;
    }
}

@keyframes slideDown3 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(100px);
        opacity: 1;
    }
}

.homePageUI .appCertificate {
    background: var(--primary);
    border-radius: 5px;
}

.homePageUI .appCertificate .form-control.bg-transparent,
.homePageUI .appCertificate .form-control.bg-transparent:focus {
    background: #fff !important;
    color: var(--dark) !important;
    border: 1px solid #fff !important;
    font-family: 'Work Sans';
    letter-spacing: 0px;
}

.homePageUI .appCertificate .submitBtn {
    background: transparent;
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    padding: 8px 25px;
    border: 2px solid var(--white);
    border-radius: 5px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Work Sans';
    position: relative;
}

.homePageUI .appCertificate .submitBtn:hover {
    background: #fff;
}

.homePageUI .appCertificate .submitBtn:hover .button__text {
    color: var(--primary);
}

.homePageUI .eventsSection .heading .head-link {
    color: var(--white);
}

.homePageUI .eventsSection .heading .head-link:after {
    background: var(--white);
}

header .bottombar ul li a {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-family: 'Open Sans', sans-serif !important;
    transition: all 0.3s ease;
    position: relative;
}

header .bottombar ul li a:hover:after {
    content: '';
    border-bottom: 2px solid var(--secondary);
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: all .5s ease-in;
}

.homePageUI .heading {
    font-size: 36px;
    color: #000000;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.5px;
}

.homePageUI .item-ui {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    position: relative;
    background: #fff;
}

.homePageUI .item-ui .newsCont {
    padding: 2rem;
}

.homePageUI .NewsSection .newsSide {
    width: 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.homePageUI .NewsSection .newsSide .newsItems {
    padding: 0 2rem;
}

.homePageUI .NewsSection .emisCodeSide {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0;
}

.homePageUI .item-grid-ui {
    box-shadow: none;
    border-radius: 0;
    padding: 0 1rem 0 1rem;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.homePageUI .NewsSection .item-grid-ui .newsCont {
    border-bottom: 1px solid rgba(128, 128, 128, 0.25);
    width: calc(100% - 100px);
}

.homePageUI .NewsSection .item-grid-ui:last-child .newsCont {
    border-bottom: none;
}

.homePageUI .item-grid-ui .newsImage img {
    border-radius: 0;
    object-fit: cover;
}

.homePageUI .item-grid-ui .location,
.homePageUI .eventsSection .item-grid-ui .newsCont .date {
    font-size: 12px;
    color: var(--gray);
    font-weight: 400;
    margin-bottom: 0;
    line-height: 20px;
    font-family: 'Work Sans';
}

.homePageUI .NewsSection .item-grid-ui .location,
.homePageUI .NewsSection .item-ui .location {
    color: var(--secondary);
    text-transform: uppercase;
}

.homePageUI .featuredMedia .item-grid-ui {
    padding: 0 .5rem 0rem .5rem;
}

.homePageUI .eventsSection .item-grid-ui .newsCont .date,
.homePageUI .eventsSection .item-grid-ui .newsCont .location {
    display: flex;
    align-items: center;
    color: #595959 !important;
    font-size: 13px;
    font-weight: 400;
}
.homePageUI .eventsSection .item-grid-ui .newsCont .location{
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 150px;
    display: block;
    overflow: hidden;
}

.homePageUI .item-ui .title {
    font-size: 20px;
    color: var(--gray-dark);
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif !important;
}

.homePageUI .item-ui .location,
.homePageUI .item-ui .date {
    font-size: 12px;
    color: var(--gray);
    font-weight: 400;
    margin-bottom: 5px;
    font-family: 'Work Sans';
}

.homePageUI .projectSection .item-ui .insideCont .insideHiddenCont .location,
.homePageUI .projectSection .item-ui .insideCont .insideHiddenCont .date {
    font-size: 14px;
}

.homePageUI .item-ui .date {
    margin-bottom: 0;
}

.homePageUI .item-ui .description {
    font-size: 14px;
    color: #808080;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: justify;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-family: 'Work Sans';
}

.homePageUI .featuredMedia .item-ui .description {
    font-size: 15px;
    color: #808080;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: justify;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-family: 'Work Sans';
    line-height: 30px;
}

header .bottombar .logoUI,
.footer-content-col .logoUI {
    display: flex;
    align-items: center;
    gap: 15px;
}

.menuLinks .footer-content-col .logoUI {
    gap: 5px;
}

.menuLinks .footer-content-col .logoUI img {
    width: 50px !important;
}

header .bottombar .logoUI a:last-child {
    width: 100%;
    color: var(--white);
    font-size: 16px;
    letter-spacing: 0.3px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
}

.footer-content-col .logoUI a:last-child {
    font-size: 13px;
    font-family: "Work Sans", sans-serif;
    color: rgb(255 255 255 / 75%);
    font-weight: 300;
    letter-spacing: 1px;
}

.menuLinks .footer-content-col .logoUI a:last-child {
    width: calc(100% - 50px);
}

.homePageUI .projectSlider {
    position: relative;
}

.homePageUI .projectSlider .images {
    height: 250px;
    width: 100%;
}

.homePageUI .projectSlider .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homePageUI .projectSlider .slick-prearr.pull-left {
    position: absolute;
    background-color: transparent;
    color: #000;
    top: 50%;
    left: -10px;
    padding: 0;
    border: none;
}

.homePageUI .projectSlider .slick-nxtarr.pull-right {
    position: absolute;
    background-color: transparent;
    color: #000;
    top: 50%;
    right: -10px;
    padding: 0;
    border: none;
}

.bannerSlider,
.bannerSlider .bannerSliderImages {
    position: relative;
}

.bannerSlider .bannerThumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin-top: -60px;
    z-index: 2;
    position: relative;
}

.bannerSlider .bannerThumbnail .trigger-button {
    background: #fff;
    padding: 1.5rem 2rem;
    border-top: 3px solid var(--primary);
    cursor: pointer;
    width: 25%;
    position: relative;
    min-height: 115px;
}

.bannerSlider .bannerThumbnail .trigger-button:hover,
.bannerSlider .bannerThumbnail .trigger-button:hover h3,
.bannerSlider .bannerThumbnail .trigger-button:hover p,
.bannerSlider .bannerThumbnail .trigger-button.active h3,
.bannerSlider .bannerThumbnail .trigger-button.active p {
    /* background: var(--primary); */
    color: #fff;
}

.bannerSlider .bannerThumbnail .trigger-button h3 {
    font-size: 16px;
    margin: 5px 0;
    font-family: 'Work Sans';
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.3px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    color: #000;
}

.bannerSlider .bannerThumbnail .trigger-button p {
    color: var(--secondary);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
}

.bannerSlider .bannerThumbnail .trigger-button h3,
.bannerSlider .bannerThumbnail .trigger-button p {
    margin-bottom: 0;
    position: relative;
    z-index: 5;
}

.bannerSlider .bannerThumbnail .trigger-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #002147;
    transition: height 0.4s;
}

.bannerSlider .bannerThumbnail .trigger-button:hover:before,
.bannerSlider .bannerThumbnail .trigger-button.active:before {
    height: 100%;
}

.NewsSection {
    padding: 50px;
}

.NewsSection .newsCont .title {
    cursor: pointer;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    margin: 3px 0;
}

.NewsSection .newsCont .title a {
    color: #000;
}

.homePageUI .featuredMedia .item-ui {
    background: transparent;
}

.homePageUI .featuredMedia .item-ui .newsImage,
.homePageUI .featuredMedia .item-grid-ui .newsImage {
    display: block;
    overflow: hidden;
    position: relative;
}

.homePageUI .featuredMedia .item-ui .newsImage:before,
.homePageUI .featuredMedia .item-grid-ui .newsImage:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease;
}

.homePageUI .featuredMedia .heading {
    margin-top: 5rem !important;
    display: flex;
}

.homePageUI .featuredMedia .heading .head-link:after {
    bottom: 3px;
}

.homePageUI .featuredMedia .item-ui:hover .newsImage:before,
.homePageUI .featuredMedia .item-grid-ui:hover .newsImage:before {
    opacity: 0.5;
}

.homePageUI .featuredMedia .item-grid-ui .newsCont {
    width: calc(100% - 150px);
}

.homePageUI .featuredMedia .item-ui .newsCont {
    padding: 2rem 0;
}


.homePageUI .featuredMedia .item-ui .newsImage,
.homePageUI .featuredMedia .item-grid-ui .newsImage {
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.homePageUI .featuredMedia img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    cursor: pointer;
}

.homePageUI .featuredMedia .item-ui:hover img,
.homePageUI .featuredMedia .item-grid-ui:hover img {
    position: relative;
    width: 100%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.homePageUI .featuredMedia .item-ui:hover .newsImage a::before,
.homePageUI .featuredMedia .item-grid-ui:hover .newsImage a::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background: url('../assets/zoom.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.homePageUI .featuredMedia .item-ui:hover .newsImage a::before {
    left: 45%;
    top: 45%;
}

.homePageUI .featuredMedia .item-grid-ui:hover .newsImage a::before {
    left: 35%;
    top: 35%;
}

.featuredMedia .item-ui .newsCont .title {
    font-size: 18px;
}

.featuredMedia .item-ui .newsCont .title a,
.featuredMedia .newsCont .title a {
    color: #000;
}

.featuredMedia .newsCont .title {
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    color: #000;
}

.homePageUI .featuredMedia .item-grid-ui .newsImage img {
    border-radius: 0;
    object-fit: cover;
    width: 150px;
    height: 95px;
}

.homePageUI .NewsSection .item-grid-ui .newsImage img {
    width: 100px;
    height: 100px;
}

.NewsSection .newsCont p,
.homePageUI .NewsSection .item-ui p.date {
    font-size: 13px;
    line-height: 20px;
    font-family: 'Work Sans';
    color: #808080;
}

.NewsSection .newsCont .title:hover a,
.featuredMedia .newsCont .title:hover a {
    color: var(--secondary);
}

.eventsSection {
    background: url("../assets/events-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    color: #fff;
    padding: 5rem 1rem;
}

.eventsSection .heading {
    color: #fff;
    margin: 0 0px 20px 5px;
    display: flex;
}

.homePageUI .eventsSection .heading .head-link:after {
    height: 1.5px;
    bottom: 6px;
}

.homePageUI .eventsSection .row {
    gap: 0;
}

.homePageUI .eventsSection .item-grid-ui {
    background: #fff;
    color: var(--primary);
    padding: 2rem;
    width: 48%;
    flex: 0 0 48%;
    max-width: 48%;
    margin: 1%;
}

.homePageUI .eventsSection .item-grid-ui .newsImage {
    border: 2px solid var(--blue-dark);
    text-align: center;
    width: 90px;
    position: relative;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.homePageUI .eventsSection .item-grid-ui .newsImage:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 2px;
    left: 15px;
    background: var(--blue-dark);
    top: -7px;
}

.homePageUI .eventsSection .item-grid-ui .newsImage:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 2px;
    right: 15px;
    background: var(--blue-dark);
    top: -7px;
}

.homePageUI .eventsSection .item-grid-ui .newsImage h4 {
    font-size: 36px;
    font-weight: 600;
    margin: 5px 0;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 22px;
}

.homePageUI .eventsSection .item-grid-ui .newsImage p {
    font-size: 14px;
    font-weight: 400;
    color: #595959;
    margin-bottom: 0;
    font-family: 'Work Sans';
}

.homePageUI .eventsSection .item-grid-ui .newsCont {
    width: calc(100% - 90px);
}

.homePageUI .eventsSection .item-grid-ui .newsCont .topRow {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.homePageUI .eventsSection .item-grid-ui .newsCont .title {
    margin: 10px 0;
    color: var(--primary);
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-family: 'Open Sans', sans-serif !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    margin-bottom: 0;
}

.homePageUI .eventsSection .item-grid-ui .newsCont .title a {
    color: var(--primary);
}

.homePageUI .eventsSection .item-grid-ui .newsCont .title:hover a {
    color: var(--secondary);
}

.featuredMedia {
    padding: 0;
}

.featuredMedia .finalCol {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    bottom: 0;
    padding: 4rem 2rem;
    text-align: center;
}

.featuredMedia .finalCol ul {
    padding: 0;
    list-style: none;
}

.featuredMedia .finalCol .percentageColumn h4 {
    margin-bottom: 20px;
    font-size: 12px;
    position: relative;
    letter-spacing: 1px;
}

.featuredMedia .finalCol .percentageColumn h4:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background: var(--blue-dark);
    left: 40%;
    top: 35px;
}

.featuredMedia .finalCol .percentageColumn {
    height: 100%;
}

.featuredMedia .finalCol .percentageColumn ul {
    padding: 40px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.featuredMedia .finalCol .percentageColumn ul li {
    margin-bottom: 20px;
}

.featuredMedia .finalCol .percentageColumn ul h1 {
    font-size: 48px;
    font-weight: 600;
    color: var(--primary);
    font-family: 'Open Sans', sans-serif !important;
    line-height: 1;
}

.featuredMedia .finalCol .percentageColumn ul h3 {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary);
    font-family: 'Open Sans', sans-serif !important;
}

.featuredMedia .finalCol .percentageColumn ul p {
    font-size: 13px;
    font-weight: 400;
    color: #808080;
    font-family: 'Work Sans';
}

.homePageUI .projectSection {
    background: #e3e7ea;
    padding: 65px 0;
}

.homePageUI .projectSection .heading {
    padding-left: 10px;
}

.homePageUI .projectSection .row {
    gap: 0;
}

.homePageUI .projectSection .projectSlider {
    cursor: pointer;
}

.homePageUI .projectSection .item-ui {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    position: relative;
    background: #fff;
    width: 30%;
    flex: 0 0 30%;
    max-width: 30%;
    overflow: hidden;
    height: 250px;
    margin: 1%;
}

.homePageUI .projectSection .item-ui .insideCont {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: -50px;
    transition: all 0.3s ease;
    cursor: default;
}

.homePageUI .projectSection .item-ui .insideCont:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    opacity: 0.6;
}

.homePageUI .projectSection .item-ui .insideCont .title {
    position: relative;
    padding: 9px 30px 11px;
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
}

.homePageUI .projectSection .item-ui:hover .insideCont .hideHover {
    display: none;
}

.homePageUI .projectSection .item-ui:hover .insideCont .title {
    padding: 0;
}

.homePageUI .projectSection .item-ui .insideCont .title {
    position: relative;
    z-index: 2;
    color: #fff;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.homePageUI .projectSection .item-ui .insideCont .title a {
    color: #fff !important;
}

.homePageUI .projectSection .item-ui .insideCont .insideHiddenCont {
    position: relative;
    padding: 50px 30px;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 26px;
    display: none;
}

.homePageUI .projectSection .item-ui .insideCont .insideHiddenCont .readMoreLink {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif !important;
    padding: 5px 0;
}

.homePageUI .projectSection .item-ui .insideCont .insideHiddenCont .readMoreLink:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
    left: 0;
    bottom: 0;
}

.homePageUI .projectSection .item-ui:hover .insideCont {
    top: 0;
    margin-top: 0;
    padding: 0px 0;
    height: 100%;
}

.homePageUI .projectSection .item-ui:hover .insideCont .insideHiddenCont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    gap: 20px;
}

.homePageUI .projectSection .item-ui:hover .insideCont .insideHiddenCont p,
.homePageUI .projectSection .item-ui:hover .insideCont .insideHiddenCont .location,
.homePageUI .projectSection .item-ui:hover .insideCont .insideHiddenCont .date,
.homePageUI .projectSection .item-ui:hover .insideCont .insideHiddenCont .description {
    color: #fff;
    padding: 0;
    line-height: 20px;
    margin-bottom: 5px;
}

.homePageUI .projectSection .item-ui:hover .insideCont .insideHiddenCont p {
    text-align: left;
}

.homePageUI .projectSection .item-ui:hover .insideCont .insideHiddenCont .description {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.homePageUI .projectSection .item-ui:hover .insideCont .insideHiddenCont .description p {
    line-height: 26px;
    font-size: 14px;
}

.forAdmissionSection {
    background: #3277ae;
    padding: 40px;
    color: #fff;
}

.newsletterSection {
    background: #fff;
    padding: 40px;
    color: var(--primary);
}

.forAdmissionSection ul,
.newsletterSection ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    margin-bottom: 0;
}

.newsletterSection ul {
    flex-direction: column;
    gap: 30px;
}

.forAdmissionSection ul h3,
.newsletterSection ul h3 {
    font-size: 25px;
    font-family: 'Open Sans', sans-serif !important;
    letter-spacing: 0.5px;
}

.forAdmissionSection .form-control {
    margin-bottom: 15px;
    border-radius: 0px !important;
    height: 45px !important;
    width: 250px !important;
    border: none !important;
    outline: none !important;
    color: var(--primary) !important;
}

.forAdmissionSection .newsForm {
    text-align: center;
}

.forAdmissionSection .callToAction,
.newsletterSection .callToAction {
    background: transparent;
    border: 2px solid #fff;
    padding: 10px 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Work Sans';
    transition: all 0.3s ease;
    font-weight: 600;
    width: 100%;
}

.forAdmissionSection .callToAction:hover {
    background: #fff;
    color: var(--primary);
}

.forAdmissionSection .callToAction i {
    color: #fff;
    padding-left: 5px;
}

.forAdmissionSection .callToAction:hover i {
    color: var(--primary);
}

.newsletterSection .callToAction.getCertificates {
    border: 2px solid var(--primary);
}

.homePageUI .eventsSection .item-grid-ui .location span svg,
.homePageUI .eventsSection .item-grid-ui .newsCont .date span svg {
    color: var(--secondary);
    padding-right: 5px;
}

.homePageUI .featuredMedia .heading .head-link {
    color: #002147;
}

.homePageUI .featuredMedia .heading .head-link:after {
    background: var(--secondary);
}

footer .menuLinks {
    background: var(--primary);
    color: #fff;
    font-size: 14px;
}

footer .menuLinks .row {
    padding: 65px 0 30px 0;
}

footer .menuLinks ul {
    padding: 0;
    list-style: none;
}

/* footer #kt_footer a,
footer .nav-light a {
    color: #fff !important;
    font-family: "Work Sans", sans-serif !important;
    font-weight: 300 !important;
} */

footer .menuLinks .footer-col p {
    font-size: 12px;
    margin-bottom: 1.5rem;
    font-family: "Work Sans", sans-serif;
    color: rgb(255 255 255 / 75%);
    font-weight: 300;
    letter-spacing: 1px;
}

footer .menuLinks .footer-col ul li {
    position: relative;
    padding-left: 20px;
}

footer .menuLinks .footer-col ul li a {
    color: rgba(225, 225, 225, 0.5);
    text-decoration: none;
    font-size: 13px;
    line-height: 35px;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
}

footer .menuLinks .footer-col ul li a:hover {
    text-decoration: underline !important;
    color: #fff;
}

footer .menuLinks .footer-col ul li::before {
    content: "\f111";
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0px;
    top: 9px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

footer .menuLinks .footer-content-col ul li p {
    margin-bottom: 0;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
    color: rgb(178, 178, 178);
    line-height: 20px;
}

footer .menuLinks .footer-content-col ul {
    padding: 20px 0 0 0;
}

footer .menuLinks .footer-content-col ul li,
.contactus .contact-details ul li {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    position: relative;
}

footer .menuLinks .footer-content-col ul li::before {
    color: rgb(178, 178, 178);
}

footer .menuLinks .footer-content-col ul li:nth-child(1):before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
    font-weight: 900;
}

footer .menuLinks .footer-content-col ul li:nth-child(2):before {
    content: "\f3cd";
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
    font-weight: 900;
}

footer .menuLinks .footer-content-col ul li:nth-child(3):before {
    content: "\f1ac";
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
    font-weight: 900;
}

footer .menuLinks .footer-content-col ul li:nth-child(4):before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
    font-weight: 900;
}

footer .menuLinks .footer-content-col ul li:nth-child(5):before {
    content: "\f017";
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
    font-weight: 900;
}

footer #kt_footer .font-weight-bold,
footer #kt_footer .text-light-75 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: rgb(128, 128, 128) !important;
}

/* footer #kt_footer .text-light-75:last-child {
    color: #fff !important;
} */

@media (max-width: 768px) {

 
  
    header {
        position: relative !important;
    }
    footer .menuLinks .footer-col p {
        margin-bottom: 0.5rem;
    }
    .applicantprof .accordion .accordion-button {
        padding: 12px 10px;
        font-size: 13px;
    }

    .header-mobile-fixed header .topbar {
        position: relative;
        background-color: var(--primary) !important;
        height: auto !important;
    }

    header .topbar ul {
       display: block;
    }

    header .topbar .container,
    header .bottombar .container {
        padding: 0;
    }

    header .bottombar {
        padding: 10px 20px;
        background: var(--primary);
        box-shadow: none;
        margin-bottom: 1px;
        position: relative;
        top: 0;
        z-index: 9;
        width: 100%;
        border-top: 1px solid #eeeeee8a;
    }

    header .bottombar ul {
        display: none;
    }

    header .bottombar ul.showMenu {
        display: block;
        position: absolute;
        right: 0;
        background: var(--white);
        padding: 1rem 2rem;
        top: 70px;
        left: 0;
    }

    header .bottombar ul li a {
        color: var(--primary);
        font-size: 15px;
        font-weight: 500;
        font-family: 'Open Sans', sans-serif !important;
        line-height: 35px;
        display: block;
    }

    header .bottombar .logoUI a:last-child,
    .footer-content-col .logoUI a:last-child {
        font-size: 13px;
        font-family: "Work Sans", sans-serif;
        color: rgb(255 255 255 / 75%);
        font-weight: 300;
        letter-spacing: 1px;
    }

    header .bottombar .logoUI {
        gap: 5px;
        width: 85%;
        max-width: 85%;
        flex: 0 0 85%;
    }

    header .bottombar .togglebar-ui {
        background: url("../assets/togglebar.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 25px;
        width: 25px;
        background-position: center;
        border: none;
        outline: none;
    }

    header.removeAbs .bottombar .togglebar-ui {
        background: url("../assets/vio-menu.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .homePageUI .slick-slide img {
        height: 500px;
        object-fit: cover;
    }
    .homePageUI .eventsSection .item-grid-ui .newsCont .topRow {
        gap: 7px;
        flex-direction: column;
        align-items: baseline;
        padding-left: 10rem;
        padding-top: -4rem;
        margin-top: -7rem;
    }
    .homePageUI .eventsSection .item-grid-ui .newsImage {
        right: 43%;
    }
    .homePageUI .eventsSection .item-grid-ui .newsCont .title{
        margin-top: 35px;
    }

    .homePageUI .eventsSection .item-grid-ui {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .homePageUI .eventsSection .item-grid-ui .newsCont {
        width: 100%;
    }

    .homePageUI .eventsSection .item-grid-ui .newsCont .title {
    margin-top: 30px;
    }
    .homePageUI .slick-slide .slider_content {
        top: 15%;
        left: 0%;
        width: 100%;
        padding: 1rem;
    }

    header .headUi ul li .top-img-icon:before {
        border-right: 1px solid #A6B8CD;
        content: "";
        position: relative;
        left: 45px;
    }

    header .headUi ul li .logreg:before {
        border-right: 1px solid #A6B8CD;
        content: "";
        position: relative;
        right:25px;
        font-weight: 300;
      
    }

 

    @keyframes slideDown {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(20px);
            opacity: 1;
        }
    }

    @keyframes slideDown1 {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(30px);
            opacity: 1;
        }
    }

    @keyframes slideDown2 {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(40px);
            opacity: 1;
        }
    }

    @keyframes slideDown3 {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(50px);
            opacity: 1;
        }
    }

    .bannerUI .page-banner img {
        min-height: 150px;
        object-fit: cover;
        width: 100%;
    }

    .homePageUI .NewsSection .newsSide,
    .homePageUI .NewsSection .emisCodeSide {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .homePageUI .bannerSlider .bannerThumbnail {
        display: none;
    }

    .homePageUI .NewsSection {
        padding: 0 !important;
        margin: 0 !important;
    }

    .homePageUI .heading .head-link {
        margin-left: 0;
        display: block;
        margin-top: 10px;
    }

    .homePageUI .NewsSection .col-sm-4 {
        margin-top: 20px;
    }

    .homePageUI .NewsSection .col-sm-6,
    .homePageUI .NewsSection .col-sm-3 {
        padding: 0 !important;
    }

    .homePageUI .NewsSection .col-sm-6 {
        margin-bottom: 20px;
    }

    .homePageUI .item-grid-ui .newsImage img {
        width: 75px !important;
        height: 75px !important;
    }

    .homePageUI .NewsSection .newsCont .title,
    .homePageUI .featuredMedia .newsCont .title {
        font-size: 13px;
        line-height: 20px;
    }

    .homePageUI .eventsSection {
        height: auto;
        padding: 1rem;
    }

    .homePageUI .featuredMedia .heading {
        margin-top: 2rem !important;
    }

    .homePageUI .eventsSection .container,
    .homePageUI .projectSection .container,
    footer .menuLinks .container {
        padding: 0;
    }

    .homePageUI .eventsSection .heading,
    .homePageUI .featuredMedia .heading {
        flex-direction: column;
    }

    .homePageUI .eventsSection .heading .head-link,
    .homePageUI .featuredMedia .heading .head-link {
        margin-top: 0;
    }

    .homePageUI .eventsSection .item-grid-ui {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .homePageUI .eventsSection .item-grid-ui .newsCont {
        width: 100%;
    }

    .homePageUI .featuredMedia .finalCol {
        position: relative;
        top: auto;
        right: auto;
        bottom: 0;
        padding: 2rem 2rem 0 2rem;
        margin-bottom: 20px;
    }

    .homePageUI .projectSection {
        padding: 20px 0;
    }

    .homePageUI .projectSection .row {
        gap: 15px;
        padding: 0 15px !important;
        margin: 0 !important;
    }

    .homePageUI .projectSection .item-ui {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: auto !important;
    }

    .homePageUI .forAdmissionSection {
        padding: 20px;
    }

    .homePageUI .forAdmissionSection ul {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .homePageUI .forAdmissionSection ul,
    .homePageUI .forAdmissionSection ul li {
        width: 100%;
    }

    .homePageUI .forAdmissionSection .form-control {
        width: 100% !important;
    }

    footer .menuLinks .row {
        padding: 20px 0 0px 0;
        flex-direction: column-reverse;
    }

    .admin-foot {
        background-color: var(--primary) !important;
        border-top: 1px solid #fafafa80;
        padding: 10px 0 !important;
    }

    *::-webkit-scrollbar {
        width: 0px !important;
    }

    .institution-ui.list-screen-padd #table_data {
        padding: 0;
        margin: 10px 0;
    }

    .institution-ui.list-screen-padd #filter_div {
        width: 100% !important;
        padding: 10px !important;
    }

    .mapui .border-fix .col-sm-12.col-lg-12 {
        margin-bottom: 10px !important;
    }

    .institutionListUI .galleryRow .galleryItem {
        width: 100% !important;
        margin: 10px 0 0 0 !important;
    }

    .institutionListUI .galleryRow .galleryItem .viewdetails {
        position: relative !important;
        bottom: 0 !important;
        width: 100% !important;
        display: block !important;
        border-radius: 0.42rem !important;
    }

    .homePageUI .heading {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    .homePageUI .eventsSection .heading .head-link:after {
        bottom: 0px !important;
    }

    .mapsec .map-mob-row.col-sm-12 {
        padding: 0 !important;
    }

    .mapsec .map-mob-row .col-sm-3.col-lg-3.col-xs-12.mt-8 {
        padding: 0 10px !important;
    }

    .mapsec .map-mob-row .col-sm-9.col-lg-9.col-xs-12 {
        padding: 10px !important;
    }
}
@media(max-width:480px){
    header .headUi ul li .top-img-icon:before {
        border-right: 1px solid #A6B8CD;
        content: "";
        position: relative;
        left: 34px;
    }

    header .headUi ul li .logreg:before {
        border-right: 1px solid #A6B8CD;
        content: "";
        position: relative;
        right:13px;
        font-weight: 300;
      
    }
    .homePageUI .eventsSection .item-grid-ui .newsCont .topRow {
        gap: 7px;
        flex-direction: column;
        align-items: baseline;
        padding-left: 9rem;
        padding-top: -4rem;
        margin-top: -7rem;
    }
    .homePageUI .eventsSection .item-grid-ui .newsImage {
              right: 36%;
    }
    .homePageUI .eventsSection .item-grid-ui .newsCont .title{
        margin-top: 35px;
    }
	
	 .homePageUI .eventsSection .item-grid-ui {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
      
    }
    .homePageUI .eventsSection .item-grid-ui .newsCont .date, .homePageUI .eventsSection .item-grid-ui .newsCont .location {
        font-size: 12px;
        
    }
    .homePageUI .eventsSection .item-grid-ui .newsCont {
        width: 100%;
    }
	
	.homePageUI .eventsSection .item-grid-ui .newsCont .title {
        margin-top: 30px;
    }
    footer .menuLinks .row {
        padding: 20px 0 0px 0;
        flex-direction: column-reverse;
    }

}
@media(max-width:400px){
    .homePageUI .eventsSection .item-grid-ui .newsCont .topRow {
      
        padding-left: 8rem;
      
    }
}
@media(max-width:1024px) and (min-width:991px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 100% !important;
    }

    header .bottombar .logoUI a:last-child {
        font-size: 13px !important;
    }

    header .topbar ul,
    header .bottombar ul {
        display: flex;
        gap: 30px;
    }

    

    @keyframes slideDown {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(10px);
            opacity: 1;
        }
    }

    @keyframes slideDown1 {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(20px);
            opacity: 1;
        }
    }

    @keyframes slideDown2 {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(30px);
            opacity: 1;
        }
    }

    @keyframes slideDown3 {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(40px);
            opacity: 1;
        }
    }

    .NewsSection {
        padding: 25px;
    }
}

@media(max-width:991px) and (min-width:767px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 100% !important;
    }

    header .bottombar .logoUI a:last-child {
        font-size: 12px !important;
    }

    header .topbar ul,
    header .bottombar ul {
        display: flex;
        gap: 25px;
    }

    header .bottombar {
        padding: 10px;
    }

    @keyframes slideDown {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(10px);
            opacity: 1;
        }
    }

    @keyframes slideDown1 {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(20px);
            opacity: 1;
        }
    }

    @keyframes slideDown2 {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(30px);
            opacity: 1;
        }
    }

    @keyframes slideDown3 {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(40px);
            opacity: 1;
        }
    }

    .NewsSection {
        padding: 25px;
    }

    .homePageUI .NewsSection .newsSide,
    .homePageUI .NewsSection .emisCodeSide,
    .homePageUI .eventsSection .item-grid-ui {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .homePageUI .featuredMedia .item-ui,
    .homePageUI .featuredMedia .col-sm-4 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .featuredMedia .finalCol {
        display: none;
    }
}

@media(max-width:767px) and (min-width:450px) {
    .featuredMedia .finalCol .percentageColumn ul {
        flex-direction: row;
        gap: 5px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .featuredMedia .finalCol .percentageColumn ul li {
        margin-bottom: 20px;
        width: 49%;
    }

    .homePageUI .featuredMedia .finalCol {
        padding: 10px !important;
    }
}
.detail .GalleryViewUI .gallry-view-det {
    /* gap:15rem; */
    gap: 35px;
    margin-bottom: 32px;
    border: 2px solid #8c1515;
    padding: 20px 25px 20px 25px;
    align-items: baseline;
    width: 100%;
    margin-top: 10px;
}
.detail .GalleryViewUI .gallry-view-det .event-head{
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 26px;
    color: #595959;
    padding-left: 0px;
    font-weight: 500;
}
.detail .GalleryViewUI .gallry-view-det .box{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.detail .GalleryViewUI .gallry-view-det .content{
   width: 100%;
   padding: 0px;
   max-width: 100%;
}
.detail .GalleryViewUI .gallry-view-det .sec{
    max-width: 100%;
 }
.detail .GalleryViewUI .gallry-view-det .sec1{
    max-width: 100%;
   display: flex;
   flex-direction: column;
    line-height: 30px;
    align-items: baseline;
 }
.GalleryUI.GalleryListUI .galleryRow .galleryItem h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 0;
}
.listUI .newseventUI .galleryRow .galleryItem h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0;
    max-height: 24px;
}
.GalleryUI.GalleryListUI .galleryRow .galleryItem h3:hover a {
    color: var(--secondary);
}
.GalleryUI.GalleryListUI .galleryRow .galleryItem .gallery-content p.location-text{
    display: flex;
    align-items: center;
    gap: 5px;
}
.GalleryUI.GalleryListUI .galleryRow .galleryItem .desc-text{
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    height: 83px;
    padding-top: 5px;
}
.GalleryUI.GalleryListUI .galleryRow .galleryItem .desc-text p,
.GalleryUI.GalleryListUI .galleryRow .galleryItem .desc-text span,
.GalleryUI.GalleryListUI .galleryRow .galleryItem .desc-text  h6,
.GalleryUI.GalleryListUI .galleryRow .galleryItem .desc-text h5,
.GalleryUI.GalleryListUI .galleryRow .galleryItem .desc-text h4,
.GalleryUI.GalleryListUI .galleryRow .galleryItem .desc-text h3,
.GalleryUI.GalleryListUI .galleryRow .galleryItem .desc-text h2,
.GalleryUI.GalleryListUI .galleryRow .galleryItem .desc-text h1,
.GalleryUI.GalleryListUI .galleryRow .galleryItem .desc-text a,
.GalleryUI.GalleryListUI .galleryRow .galleryItem .desc-text strong,
.GalleryUI.GalleryListUI .galleryRow .galleryItem div.detail {
    font-size: 14px;
    color: var(--gray);
    font-weight: 400;
    line-height: 20px!important;
    margin: 0;
    font-family: 'Work Sans';
}
.listUI .newseventUI .galleryRow .galleryItem p{
    font-size: 12px;
    color: var(--gray);
    font-weight: 500;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* margin-bottom: 5px; */
    font-family: 'Work Sans';
    max-height: 5.3rem;
}
.listUI .newseventUI .galleryRow .galleryItem .gallery-content p.location-text.text1 {
   display: flex;
   align-items: center;
}
.listUI .newseventUI .gallry-view-det{
    gap:6rem;
    margin-bottom: 15px;
    border: 2px solid #8c1515;
    padding: 25px 50px 25px 50px;
    align-items: baseline;
    width: 100%;
    margin-top: 10px;
}
.GalleryUI.GalleryListUI .galleryRow .galleryItem p.loc-ico {
    display: flex;
    align-items: center;
    gap: 3px;
}
.date_mt{
    margin-bottom: 3px;  
}
.listUI .newseventUI .date_mt{
    margin-bottom: 0px;  
}
.location_mt{
 height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width:150px; 
}

.GalleryUI.GalleryListUI .galleryRow .galleryItem div.detail, .grid-box-ui .galleryItem .desc-text {
    height: 85px;
}
.GalleryUI.GalleryListUI .galleryRow .galleryItem div.detail{
height: 82px;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 20px!important;
}
.listUI .newseventUI .galleryRow .galleryItem {
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
    background:transparent;
    box-shadow:none;
}
.GalleryUI.GalleryListUI .galleryRow .galleryItem {
    width: 32%;
    margin: 0 0 20px 0;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.GalleryUI.GalleryListUI .galleryRow .galleryItem:hover .slick-slide.slick-active img {
    transition: all 0.3s ease 0s;
    transform: scale(1.1);
}

.GalleryUI.GalleryListUI .galleryRow .galleryItem:hover .gallery-slider::before {
    opacity: 0.4;
}
.GalleryUI.GalleryListUI .galleryRow .galleryItem .gallery-slider::before {
    background: #000000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 999;
}

.GalleryUI.GalleryListUI .galleryRow .galleryItem .gallery-content {
    padding: 15px;
    height: 230px;
}
 .listUI .newseventUI .galleryRow .galleryItem .gallery-content {
    vertical-align: middle;
    position: absolute;
    height: auto;
    top: 50%;
   right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    width: 100%;
    max-width: 61%;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px;
    
} 
.listUI .newseventUI .galleryRow .galleryItem .gallery-content:hover {
    background-color: #8c1515;
  
}
.listUI .newseventUI .newUI.galleryItem .gallery-content:hover .icon{
    color: #fff!important;
    font-weight: 900;
}

    .listUI .newseventUI .col-md-7.col-sm-7.col-xs-12.gallery-content h3 a:hover{
    margin-bottom: 10px;
    text-decoration: underline!important;
    text-underline-offset: 2px;        
}
.listUI .newseventUI .galleryRow  .newUI.galleryItem  .gallery-content:hover .desc-text strong,
.listUI .newseventUI .galleryRow  .newUI.galleryItem  .gallery-content:hover .desc-text span,
.listUI .newseventUI .galleryRow  .newUI.galleryItem  .gallery-content:hover .desc-text  p,
.listUI .newseventUI .galleryRow  .newUI.galleryItem  .gallery-content:hover .desc-text h6,
.listUI .newseventUI .galleryRow  .newUI.galleryItem  .gallery-content:hover .desc-text h5,
.listUI .newseventUI .galleryRow  .newUI.galleryItem  .gallery-content:hover .desc-text h4,
.listUI .newseventUI .galleryRow  .newUI.galleryItem  .gallery-content:hover .desc-text h3 a, 
.listUI .newseventUI .galleryRow  .newUI.galleryItem  .gallery-content:hover .desc-text h2,
.listUI .newseventUI .galleryRow  .newUI.galleryItem  .gallery-content:hover .desc-text h1,
.listUI .newseventUI .galleryRow  .newUI.galleryItem  .gallery-content:hover .desc-text a,
.listUI .newseventUI .galleryRow  .newUI.galleryItem  .gallery-content:hover .desc-text span{
    color: #fff!important;
    font-weight: 300;
}




.listUI .newseventUI .col-md-7.col-sm-7.col-xs-12.gallery-content:hover h3,
.listUI .newseventUI .col-md-7.col-sm-7.col-xs-12.gallery-content:hover h3 a,
.listUI .newseventUI .col-md-7.col-sm-7.col-xs-12.gallery-content:hover p,
.listUI .newseventUI .col-md-7.col-sm-7.col-xs-12.gallery-content:hover .text1{
    color: #fff !important;
    font-weight: 300;
}

.listUI .newseventUI .gallry-view-det {
    gap: 20px;
    margin-bottom: 15px;
    max-height: 204px;
    height: auto;
    vertical-align: middle;
    position: absolute;
    top: 50%;
   right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    width: 100%;
    max-width: 61%;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.GalleryViewUI .gallry-view-det p {
    line-height: 20px;
    display: flex !important;
    align-items: center;
    gap: 5px;
   
}
.listUI .newseventUI .gallry-view-det p.contact{
    display: block !important;
    line-height: 30px;
}
.project-slider,
.project-slider .images {
    position: relative;
    width: 100%;
}

.project-slider .slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 35px;
}

.project-slider .slick-next.slick-arrow {
    position: absolute;
    top: 52%;
    z-index: 1;
    right: 35px;
    width: 35px;
    height: 35px;
}

.project-slider .slick-prev.slick-arrow::before,
.project-slider .slick-next.slick-arrow::before {
    font-size: 35px;
}

.newseventUI.GalleryViewUI h3.title {
    cursor: pointer;
}

.newseventUI.GalleryViewUI h3.title:hover {
    color: var(--secondary);
}

.GalleryViewUI  .fileitems-name .fileitem-img {
    width: 135px;
    height: 135px;
    margin: auto;
}

.GalleryViewUI .fileitems-name .fileitem-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fileitems-name:hover .fileitem-img img{
    transform: scale(1.1);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
} 
.emisCodeSideCommon .emisCodeSide {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
    border-radius: 0.625rem;
    padding: 0;
}

.emisCodeSideCommon .emisCodeSide .applicantprof .accordion #kt_accordion_1_header_1 .accordion-button {
    border-radius: 0.625rem 0 0 0;
}

.emisCodeSideCommon .emisCodeSide .applicantprof .accordion #kt_accordion_1_header_2 .accordion-button {
    border-radius: 0 0.625rem 0 0;
}

.emisCodeSideCommon .emisCodeSide .applicantprof .accordion .accordion-button:not(.collapsed) {
    background: var(--primary);
    color: #fff;
}

.emisCodeSideCommon .emisCodeSide {
    background: var(--primary);
}

.emisCodeSideCommon .emisCodeSide .submitBtn {
    background: transparent;
    padding: 8px 15px;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border: 2px solid;
    letter-spacing: 1px;
    border-radius: 0.475rem !important;
}

.emisCodeSideCommon .emisCodeSide .submitBtn:hover {
    background: #fff;
}

.emisCodeSideCommon .emisCodeSide .submitBtn:hover .button__text {
    color: var(--primary) !important;
}




.grid-box-ui {
    display: flex;
    flex-wrap: wrap;
}

.grid-box-ui .galleryItem h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.grid-box-ui .galleryItem h3:hover a {
    color: var(--secondary);
}

.grid-box-ui .galleryItem div.detail {
    height: 75px;
}

.grid-box-ui .galleryItem p {
    font-size: 12px;
    color: var(--gray);
    font-weight: 500;
    margin-bottom: 5px;
}

.grid-box-ui .galleryItem {
    width: calc(33.33% - 30px);
    margin: 15px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
}
.listUI .newseventUI .grid-box-ui .galleryItem {
    margin: 15px;
    position: relative;
}
.grid-box-ui .galleryItem .gallery-content {
    padding: 15px;
    height: 230px;
}

.grid-box-ui .galleryItem .location-text,
.grid-box-ui .galleryItem .date-text {
    display: flex;
    align-items: flex-start;
    margin-left: -5px;
    font-family: Work Sans;
}

.grid-box-ui .galleryItem .location-text span,
.grid-box-ui .galleryItem .date-text span, .loc-ico span, 
.institutionListUI .location-text span {
    margin-right: 7px;
}
.newUI.galleryItem .location-text span,
.newUI.galleryItem .date-text span{
    margin-right: 0px;
}
.grid-box-ui .galleryItem .desc-text {
    font-size: 12px;
    color: var(--gray);
    font-weight: 500;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    font-family: Work Sans;
}
.newUI.galleryItem  .desc-text {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp:3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    font-family: Work Sans;
    height: 61px;
}
.listUI .newseventUI .galleryRow  .newUI.galleryItem  .gallery-content .desc-text strong,
.listUI .newseventUI .galleryRow  .newUI.galleryItem  .gallery-content .desc-text span,
.listUI .newseventUI .galleryRow  .newUI.galleryItem  .gallery-content .desc-text p,
.listUI .newseventUI .galleryRow  .newUI.galleryItem  .gallery-content .desc-text h6,
.listUI .newseventUI .galleryRow  .newUI.galleryItem  .gallery-content .desc-text h5,
.listUI .newseventUI .galleryRow  .newUI.galleryItem  .gallery-content .desc-text h4,
.listUI .newseventUI .galleryRow  .newUI.galleryItem  .gallery-content .desc-text h3,
.listUI .newseventUI .galleryRow  .newUI.galleryItem  .gallery-content .desc-text h2,
.listUI .newseventUI .galleryRow  .newUI.galleryItem  .gallery-content .desc-text h1,
.listUI .newseventUI .galleryRow  .newUI.galleryItem  .gallery-content .desc-text a,
.listUI .newseventUI .galleryRow  .newUI.galleryItem  .gallery-content .desc-text span{
    width: 100%;
    line-height: 20px!important;
    color: var(--gray) !important;
    font-family: Lato, sans-serif!important;
    font-size: 14px!important;
    font-weight: 400!important;
    -webkit-font-smoothing: antialiased!important;
    letter-spacing: 0.2px;
}
.grid-box-ui .galleryItem .desc-text *{
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--gray) !important;
}

.grid-box-ui .galleryItem .create-text{
    position: absolute;
    left: 15px;
    bottom: 8px;
}

.grid-box-ui .galleryItem .gal-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.3s ease 0s;
}

.grid-box-ui .galleryItem .event-date,
.galleryRow .galleryItem .event-date {
    background-color: var(--primary);
    color: #fff;
    position: relative;
    top: -15px;
    left: -25px;
    padding: 5px 26px;
    font-size: 13px;
    font-weight: 500;
    width: max-content;
    font-family: Work Sans;
}

.grid-box-ui .galleryItem .event-date::after,
.galleryRow .galleryItem .event-date::after {
    position: absolute;
    content: '';
    width: 17px;
    height: 10px;
    background: var(--primary);
    left: -1px;
    bottom: 2px;
    transform: rotate(289deg);
}

.grid-box-ui .galleryItem:hover .gal-img{
    transform: scale(1.1);
}

.grid-box-ui .galleryItem .gallery-slider::before {
    background: #000000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 999;
}

.grid-box-ui .galleryItem:hover .gallery-slider::before{
    opacity: 0.4;
}

.grid-box-ui .flexItem{
    align-items: flex-start;
}

.countSection{    
    background-color: #3277ae;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.countSection::before{
    background: url(../assets/events-bg.jpg);
    background-position: center;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 110%;
    position: absolute;
    width: 110%;
    top: -5%;
    left: -5%;
  }

  .countSection::after{
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }

.countSection .count-boxes-flex{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.countSection .count-boxes-flex .count-box{
    width: calc(20% - 30px);
    text-align: center;
    padding: 30px 7px;
    margin: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
}


.countSection .count-boxes-flex .count-box .count-txt {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 1;
    margin-bottom: 10px;
}

.countSection .count-boxes-flex .count-box .ttl {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    font-family: 'Open Sans', sans-serif !important;
}

.countSection .count-boxes-flex .count-box  img{
    height: 50px;
    margin-bottom: 15px;
}

@media (min-width: 1400px){
    .container.container-2{
        width: 1300px;
    }
    .container.container-3{
        width: 1300px;
    }
}

@media (max-width: 1250px) and (min-width: 767px){
    header .bottombar ul li a {
        font-size: 12px;
    }

    header .bottombar .logoUI a:last-child {
        font-size: 14px;
    }
.listUI .newseventUI .col-md-7.col-sm-7.col-xs-12.gallery-content:hover h3,
.listUI .newseventUI .col-md-7.col-sm-7.col-xs-12.gallery-content:hover h3,
.listUI .newseventUI .col-md-7.col-sm-7.col-xs-12.gallery-content:hover h3 a,
.listUI .newseventUI .col-md-7.col-sm-7.col-xs-12.gallery-content:hover p,
.listUI .newseventUI .col-md-7.col-sm-7.col-xs-12.gallery-content:hover .text1{
    color: #fff !important;
    font-weight: 300;
}
}

@media (max-width: 1200px) {
    .countSection .count-boxes-flex .count-box {
        width: calc(33.33% - 20px)
    }
}

@media(max-width: 991px){
   

 
    .grid-box-ui .galleryItem {
        width: calc(50% - 30px);
    }
    .listUI .newseventUI .galleryRow .galleryItem .gallery-content:hover {
        background-color: #8c1515;
      
    }
    .listUI .newseventUI .col-md-7.col-sm-7.col-xs-12.gallery-content:hover h3,
    .listUI .newseventUI .col-md-7.col-sm-7.col-xs-12.gallery-content:hover h3 a,
    .listUI .newseventUI .col-md-7.col-sm-7.col-xs-12.gallery-content:hover p,
    .listUI .newseventUI .col-md-7.col-sm-7.col-xs-12.gallery-content:hover .text1{
        color: #fff !important;
        font-weight: 300;
    }
    
}

@media(max-width: 768px) {
    .fa:hover + .tool-text {
        display: none;
    }
    .countSection {
        padding: 25px 0;
    }    
    .countSection .count-boxes-flex .count-box {
        width: 100%;
        text-align: center;
        padding: 15px;
    }
    .countSection .count-boxes-flex .count-box .ttl {
        min-height: unset;
    }
    .countSection .count-boxes-flex .count-box .count-txt {
        font-size: 35px;
    }
    .grid-box-ui .galleryItem {
        width: 100%;
    }

    .grid-box-ui .galleryItem {
        margin: 7px 0;
    }

    .grid-box-ui {
        margin: 0;
    }

    .bannerUI .page-head h2 {
        font-size: 20px !important;
        margin: 10px 0;
    }

    .bannerUI .banner-back-button {
        font-size: 12px !important;
        padding: 8px 15px !important;
        width: 150px !important;
    }
    .listUI .newseventUI .date_mt{
        margin-bottom: 0px;
        width: 85px;  
    }
    .GalleryViewUI .fileitems-name .fileitem-img {
        width: 125px !important;
        height: 125px !important;
    }
    .GalleryViewUI .gallry-view-det .event-head {
        margin-bottom: 0px;
    }
    .GalleryViewUI .gallry-view-det .sec1 {
        line-height: 20px;
    }
    .GalleryViewUI .gallry-view-det {
        gap: 10px !important;
        margin-bottom: 15px !important;
        flex-direction: column!important;
    }
     .detail .GalleryViewUI .gallry-view-det {
        padding: 20px 20px 20px 20px;
        
    } 
    .GalleryViewUI .loc-date {
        padding:0px;
        
    } 
    .project-slider .slick-prev.slick-arrow::before,
    .project-slider .slick-next.slick-arrow::before {
        font-size: 25px !important;
    }

    .project-slider .slick-prev.slick-arrow {
        left: 20px !important;
    }

    .project-slider .slick-next.slick-arrow {
        right: 20px !important;
    }

    .gallery-content .flexItem {
        display: flex;
        align-items: flex-start;
        gap: 0px;
    }
    .listUI .newseventUI .flexItem .location-text {
        width: 100%;
    }
    .listUI .newseventUI .gallery-content .flexItem {
    display: flex;
    align-items: center;
   gap: 0px;
}
.projectListUI .location_mt{
    width: 250px;
}
.press
.listUI .newseventUI .flexItem .location-text {
  
    width: 100% !important;
}
    .gallery-content .flexItem .location-text,
    .gallery-content .flexItem .date-text {
        width: 100%;
    }

    .gallery-content .flexItem .date-text {
        text-align: left !important;
    }

    .contactus .contact-form {
        padding: 1rem !important;
    }

    .contactus .contact-form .col-sm-6 {
        padding: 0 !important;
    }

    .contactus .contact-form h2.contact-head {
        margin-bottom: 10px !important;
    }

    .publicationUI .fileitems-name .fileitem-img {
        width: 100% !important;
    }

    .faqPageUI h1.faq-head {
        font-size: 22px !important;
    }
    .faqPageUI .node::before {
        display: none !important;
    }
    .faqPageUI .timeline-wrapper {
        border-left: 0 !important;
    }
    header .topbar {
        padding: 5px 15px;
    }
    footer #kt_footer .font-weight-bold, footer #kt_footer .text-light-75 {
        font-size: 12px;
    }
    footer .menuLinks .footer-col ul li a {
        font-size: 13px;
    }
    .card.card-custom.m-t-10-list > .card-body {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .institutionListUI .galleryRow {
        gap: 10px;
    }
}

.flexItem {
    display: flex;
    align-items: center;
    gap: 10px;
}

.flexItem .location-text {
    width: 60%;
}


.listUI .newseventUI .flexItem .location-text {
    padding: 0px 15px;
    color: var(--gray) !important;
   
}
.flexItem .date-text {
    width: 40%;
}

.listUI .newseventUI .flexItem .date-text {
    padding: 0px 15px;
    color: var(--gray) !important;
}
.listUI .newseventUI .flexItem .text1{
    color: var(--gray) !important; 
    height: 22px; 
}
.bannerUI .page-banner::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary);
    opacity: 0.6;
}

.bannerUI .page-banner p {
    margin-bottom: 0;
}

.bannerUI .page-head {
    position: absolute;
    z-index: 1;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    width: 100%;
    height: 100%;
}

.bannerUI .page-head h2 {
    color: #fff;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    font-size: 3.5rem;
    letter-spacing: 2px;
    /* text-align: center; */
    margin-bottom: 4%;
}

.bannerUI .banner-back-button {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: 'Work Sans';
    font-weight: 500;
    border: 2px solid;
    padding: 10px 20px;
    width: 200px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 15px auto;
}

.bannerUI .banner-back-button:hover {
    background: #fff;
    color: var(--primary) !important;

}

.swal_0 .swal2-icon.swal2-success {
    border-color: #60ce80;
    color: #60ce80;
    background-color: #60ce80;
    bottom: 55px;
}

.swal_0 .swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #fff;
}

.swal_0 .swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #fff;
}

.swal_0 .success-mail {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-top: -45px;
    font-family: 'Work Sans';
    letter-spacing: -0.5px;
}

.swal_0.common_success_popup .swal2-html-container {
    text-align: center;
    font-size: 15px;
    margin-top: 0px;
}

.swal_0.common_success_popup .swal2-html-container {
    font-weight: 400;
    font-size: 1.1rem;
    margin-top: 1.5rem;
    letter-spacing: -0.5px;
    font-size: 16px;
    font-family: 'Work Sans';
}

.swal_0 .swal2-popup .swal2-actions {
    margin: 1rem auto 0rem auto;
}

.swal_0 .swal2-actions .btn,
.swal_0 .swal2-actions .btn:hover {
    width: 100%;
    padding: 12px 15px;
    text-transform: uppercase;
    background-color: #60ce80 !important;
    border-color: #60ce80 !important;
    font-size: 15px !important;
    font-family: 'Work Sans';
    outline: none !important;
    color: #fff !important;
}

.publicationUI .fileitems-name .fileitem-img {
    height: 130px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* FAQ Page UI */

.faqPageUI .container {  
    margin-top: 30px;
    width: 95%;
}

.faqPageUI h1.faq-head, .termsConditionUI h1.terms-head, .privaypolicyUI h1.policy-head {
    font-size: 32px;
    font-family: 'Open Sans', sans-serif !important;
    text-align: center;
    margin: 0 0 2rem 0;
    font-weight: 600;
    color: var(--primary);
    letter-spacing: 0.5px;
}
.faqPageUI .dnone {display: none;}
.faqPageUI .panel-heading {
    display: flex;
    gap: 20px;
    border: none !important;
    background-color: transparent;
    padding: 20px 0;
    cursor: pointer;
}
.faqPageUI .panel-default {
    border-bottom: 1px solid #cccccc !important;
    border-radius: 0px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.faqPageUI .panel-default .panel-body {
    border: none !important;
    padding: 0 0 0 38px;
    margin-bottom: 20px;
}
.faqPageUI .panel-heading .btn-tabs .plus{
    width: 17px;
}
.faqPageUI .panel-heading .btn-tabs .minus{
    width: 15px;
}
.faqPageUI .panel-heading .panel-title{
    font-size: 20px;
}

/* Vertical tab to accordion */
.faqPageUI div[data-father] {
    display: none;
    text-align: justify;
    padding: 0px 8px 20px 8px;
}

.faqPageUI .tab-cat {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.faqPageUI .tab-cat>div[data-viewresult] {
    width: 100%;
    height: 50px;
    color: #878c9f;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    position: relative;
    flex-direction: column;
    display: flex;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.1);
    cursor: pointer;
    font-family: 'Work Sans';
}

.faqPageUI .tab-title {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Work Sans';
}

.faqPageUI .show-result {
    display: block !important;
}

.highlights-button {
    color: var(--secondary) !important;
}

.faqPageUI .timeline-wrapper {
    border-left: 2px solid #ddd;
}

.faqPageUI .node {
    padding-left: 0.5rem;
    padding-bottom: 1.5rem;
    position: relative;
}

.faqPageUI .node::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: absolute;
    top: 0.9rem;
    left: -20px;
}

.faqPageUI .nodecolor::before {
    background: var(--secondary);
}

.faqPageUI .panel-default .panel-heading a {
    display: block;
    color: var(--primary);
    font-family: 'Work Sans';
}

.faqPageUI .panel-default .panel-heading .sec-clr {
    color: var(--secondary);
}

.faqPageUI .panel-default .panel-body {
    font-family: 'Work Sans';
    font-size: 14px;
}
.termsConditionUI h2.welcome-text {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif !important;
    text-align: center;
    margin: 0 0 2rem 0;
    font-weight: 700;
    color: var(--secondary);
    letter-spacing: -0.3px;
}
.termsConditionUI h3 {
    font-size: 18px;
    font-family: 'Work Sans';
    font-weight: 500;
    color: #000;
    margin: 2rem 0 1rem 0;
}
.termsConditionUI p, .termsConditionUI ul li{
    font-size: 15px;
    font-family: 'Work Sans';
    font-weight: 500;
    color: var(--gray-dark);
    text-align: justify;
}
.termsConditionUI ul {
    list-style-type: disc;
}
/* donation */
.donations{
    margin-top: 25px;
}
.donations .view-grid {
    margin-bottom: 25px;
}

.donations .view-grid .img-sec {
    position: relative;
    z-index: 1;
}

.donations .view-grid .img-sec img {
    display: block;
    max-width: 100%;
    height: auto;
     width: 100%; 
}
.donations .view-grid .body-content{
    position: relative;
    background: #fff;
    height: 233px;
    left: 18px;
    top: -25px;
    margin-top: -27px;
    margin-left: 5%;
    margin-right: 5%;
    max-width: 80%;
    margin-bottom: 36px;
    z-index: 2;
    padding: 30px;
}
.donations .view-grid .body-content .donation__title {
    margin-bottom: 5px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #011b3a;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: ellipsis;
    max-height: 4.3rem;
}
.donations .view-grid .body-content .donation__title:hover {
    color: #0af;
    text-decoration: none;
}
.donations .view-grid .body-content .donation__donated {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    color: gray;
    text-transform: uppercase;
    line-height: 30px;
}
.donations .view-grid .body-content .donation__progress {
    height: 4px;
    background: #f0f0f0;
}
.donations .view-grid .body-content .donation__progress-bar {
    height: 4px;
    background: #81ca00;
    position: relative;
}
.donations .view-grid .body-content .donation__progress-bar:after {
    content: "";
    position: absolute;
    right: -4px;
    top: 50%; 
    height: 16px;
    width: 4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #0af;
}
.donations .view-grid .body-content .donation__time {
    font-size: 13px;
    line-height: 30px;
    color: #999;
    margin-top: 17px;
}
.donations .view-grid .body-content .donation__action {
    -webkit-transform: translateY(50%);
   display: flex;
   align-items: center;
   justify-content: center;
   border: 2px solid #d9d9d9;
   background: #fff; 
}
.donations button.btn{
    color: #999;
    font-size: 15px;
    background: 0 0;
    cursor: not-allowed !important;
    white-space: nowrap;
    text-align: center;
    vertical-align: top;
    padding: 0.85rem 1rem !important;
    transition: all .3s ease;
}
  .donar-sec {
    background-image: url(../assets/transport.jpg);
    background-repeat: no-repeat;
    height:auto;
    background-size: cover;
    padding: 3em 10em;
    color: #fff;
    overflow: hidden;
    margin: 0;
    width: 100%;
  }
.donar-sec ul.list1{
    color: #f4f4f4;
    line-height: 33px;
    list-style-type: none;
  
}
.donar-sec .donar__p{
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.3px; 
}
.donar-sec .list1 li{
    padding: 5px;
    font-size: 15px;
    color: #f4f4f4;
    list-style-image:  url('../assets/arro.png'); 
    line-height: 33px;
}

    ::marker {
        unicode-bidi: isolate;
        font-variant-numeric: tabular-nums;
        text-transform: none;
        text-indent: 0px !important;
        text-align: start !important;
        text-align-last: start !important;
    }

  .donar-sec h4 {
    padding-left: 17px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
}
.donar-sec p.donar__title{
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 30px;
    letter-spacing: 0.3px;
}
.donar-sec .box{
    padding: 1em 0em;
}

/* Privacy Policy Page UI */

.privaypolicyUI .policy-pg p{
    margin-left: 30px;
    font-size: 15px;
    font-family: 'Work Sans';
    font-weight: 500;
    color: var(--gray-dark);
    text-align: justify;
}
.privaypolicyUI .policy-pg h6{
    font-size: 15px;
    font-family: 'Work Sans';
    font-weight: 500;
    line-height: 22px;
    word-spacing: 1.5px;
    color: var(--gray-dark);
    text-align: justify;
}
.privaypolicyUI .policy-pg p::before{
    content: "\2726";
    display: inline-block;
    color: #22567B;
    font-size: 16px;
    position: absolute;
    left: 10px;
}
.privaypolicyUI .policy-pg h3{
    color: var(--primary);
    font-size: 24px;
    font-weight: 500;
    font-family: 'Work Sans';
    margin: 2rem 0 1rem 0;
}
.privaypolicyUI .policy-pg h4{
    color: var(--secondary);
    font-size: 21px;
    font-weight: 500;
    font-family: 'Work Sans';
    margin: 2rem 0 1rem 0;
}
@media(max-width:768px){
    .detail .GalleryViewUI .gallry-view-det .sec1 {
        line-height: 20px;
    }
    .donar-sec .list1 li {
        font-size: 14px;
        line-height: 25px;
    }
    
   
    .donation .card.card-custom {
        margin-bottom: 0px;
    }
    .donations{
        margin-top: 0px;
    }
  
}
@media(max-width:1200px){
    .donations .view-grid .body-content .donation__time {
        font-size: 12px;
        line-height: 20px;
        color: #999;
        margin-top: 17px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
        text-overflow: ellipsis;
        max-height: 2.3rem;
    }
    .donations .view-grid .body-content {
        height: 251px;
        left: 15px;
    }
 
}
@media(max-width:992px){
    .donations .view-grid .body-content .donation__time {
        font-size: 12px;
    }
    .donations .view-grid .body-content {
        height: 215px;
        left: 16px;
    }
    .donations .view-grid {
        margin-bottom: 30px;
         margin-left: 0px; 
         margin-right: 0px; 
    }
    .donar-sec {
        padding: 3em 3em;
    }
    .donar-sec h4 {
        font-size: 22px;
    }
  
}
@media(max-width:767px){
    .donar-sec {
        padding: 2em 0em;
    }
    .donar-sec .donar__p {
        font-size: 16px;
       text-align: start;
    }
    .donar-sec h4 {
        font-size: 15px;
    }
    .donar-sec p.donar__title {
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 14px;
    }
    .donation .card.card-custom {
        margin-bottom: 0px;
    }
    .donations{
        margin-top: 0px;
    }
    .listUI .newseventUI .galleryRow .galleryItem .gallery-content {
   position: relative;
    transform: unset;
    left: 0;
    top: 0;
    margin-top: -27px;
    margin-bottom: 15px;
    margin-left: 5%;
    margin-right: 5%;
    max-width: 90%;  
    }
   
    .listUI .newseventUI .galleryRow .galleryItem img {
        margin-top: 15px;
    }
    .listUI .newseventUI .galleryRow .galleryItem .desc-text p {
        max-height: 7.4rem;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        margin-top: 0;
        padding: 0px!important;
    }
     .listUI.gallery-content .flexItem .location-text,
    .gallery-content .flexItem .date-text {
        width: 100%;
    }
    .listUI .newseventUI .galleryItem .desc-text {
        height: 92px;
        margin-bottom: 10px;
    }
    .listUI .newseventUI .galleryRow .galleryItem {
      
        margin: 0px!important;
    }
    .listUI .newseventUI .galleryRow .galleryItem .gallery-content:hover {
        background-color: #8c1515;
      
    }
    .listUI .newseventUI .col-md-7.col-sm-7.col-xs-12.gallery-content:hover h3,
    .listUI .newseventUI .col-md-7.col-sm-7.col-xs-12.gallery-content:hover h3 a,
    .listUI .newseventUI .col-md-7.col-sm-7.col-xs-12.gallery-content:hover p,
    .listUI .newseventUI .col-md-7.col-sm-7.col-xs-12.gallery-content:hover .text1{
        color: #fff !important;
        font-weight: 300;
    }
    .countSection .count-boxes-flex .count-box {
        width: 40%;
        text-align: center;
        padding: 10px;
    }
    .faqPageUI .container {  
        margin-top: 6px;
        margin-bottom:12px;
        width: 95%;
    }
    .homePageUI .eventsSection .item-grid-ui .newsCont .title {
        font-size: 17px;
    }
    .donations .view-grid .body-content .donation__title {
        font-size: 15px;
    }
    .donations .view-grid {
        margin-bottom: 15px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .donations .view-grid .body-content .donation__time {
        font-size: 12px;
    }
	.donations .view-grid .body-content .donation__donated {
        font-size: 12px;
    }
}
@media(max-width:320px){
    .donar-sec {
        padding: 1em 0em;
    }
    .donar-sec .donar__p {
        font-size: 15px;
    }
    .donar-sec p.donar__title {
        font-size: 15px;
    }
    .donar-sec h4 {
        font-size: 15px;
    }
    .donar-sec .list1 li {
        font-size: 14px;
    }
    .donations .view-grid .body-content {
        height: 195px !important;
        left: 12px;
    }
    .donations button.btn {
        font-size: 10px;
    }
    .donations .view-grid .body-content .donation__donated {
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: 700;
        color: gray;
        text-transform: uppercase;
        line-height: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
        text-overflow: ellipsis;
        max-height: 2.3rem;
    }
    .pressUI .location_mt {
        width: 105px;
    }
    .listUI .newseventUI .gallery-content .flexItem {
       
        flex-direction: column;
        gap: 5px;
    }
    .homePageUI .eventsSection .item-grid-ui .newsCont .topRow {
         padding-left: 0rem; 
        margin-top: 0rem;
        align-items: baseline;
    }
    .homePageUI .eventsSection .item-grid-ui .newsImage {
        right: 5%;
    }
    .homePageUI .eventsSection .item-grid-ui .newsCont .title {
        margin-top: 7px;
    }
    .homePageUI .eventsSection .item-grid-ui .newsCont .location {
        width: 188px;
}
.homePageUI .eventsSection .item-grid-ui .newsCont .title {
    font-size: 16px;
}

}
@media(max-width:480px){
    .donations .view-grid .body-content {
        height: 215px;
        left: 16px;
    }
    .donations .col-xs-12{
        padding: 0px !important;
    }
    .listUI .newseventUI .galleryRow .galleryItem .gallery-content {
        position: relative;
        transform: unset;
        left: 0;
        top: 0;
        margin-top: -27px;
        margin-left: 5%;
        margin-right: 5%;
        max-width: 91%;
        margin-bottom: 15px;
    }
    .listUI .newseventUI .galleryRow .galleryItem img {
        margin-top: 15px;
    }
    .newUI.galleryItem .date-text p {
        padding: 0px!important;
    }
    .newUI.galleryItem .location-text p {
        padding: 0px!important;
    }
    .listUI .newseventUI .galleryRow .galleryItem .desc-text p {
        max-height: 7.4rem;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        margin-top: 0;
        padding: 0px!important;
    }
    .detail .GalleryViewUI .gallry-view-det {
        padding: 20px 20px 20px 20px;
        
    }
   
    .listUI .newseventUI .galleryItem .desc-text {
        height: 93px;
        margin-bottom: 10px!important;
    }
    .listUI .newseventUI .galleryRow .galleryItem {
       
        margin: 0px!important;
    }
    .listUI .newseventUI .flexItem .location-text {
       
        width: 100%;
    }
    .listUI .newseventUI .galleryRow .galleryItem .gallery-content:hover {
        background-color: #8c1515;
      
    }
    .listUI .newseventUI .col-md-7.col-sm-7.col-xs-12.gallery-content:hover h3,
    .listUI .newseventUI .col-md-7.col-sm-7.col-xs-12.gallery-content:hover h3 a,
    .listUI .newseventUI .col-md-7.col-sm-7.col-xs-12.gallery-content:hover p,
    .listUI .newseventUI .col-md-7.col-sm-7.col-xs-12.gallery-content:hover .text1{
        color: #fff !important;
        font-weight: 300;
    }
    #kt_footer .year-section {
    margin:8px 0px;
    }
    .countSection .count-boxes-flex .count-box {
        width: 40%;
        text-align: center;
        padding: 10px;
    }
    .faqPageUI .container {  
        margin-top: 6px;
        margin-bottom:12px;
        width: 95%;
    }
    .detail .GalleryViewUI .gallry-view-det .sec1 {
        line-height: 20px;
    }
    .homePageUI .eventsSection .item-grid-ui .newsCont .title {
        font-size: 16px;
    }
    
}
.bann_cont{
    position: relative;
    top: 50%;
}

.head__separator-line {
    width: 75px;
    height: 2px;
    background: #ffffff;
    margin-left: 48px;
}
.bann_back_btn{
    color: #ffffff;
}

.tool-text {
    position: absolute;
    top: -42%;
    left: 2%;
    visibility: hidden;
    width: fit-content;
    white-space: nowrap;
    color: #ffff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 10px !important;
    z-index: 99;
    transition: opacity 0.3s;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #ffff;
    transform: translateX(-50%);

}
.fa:hover + .tool-text {
    visibility: visible;
}
.tool-text::after {
    border-color: #ffff rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 8px 8px 0;
    bottom: -30%;
    content: "";
    display: block;
    left: 45%;
    position: absolute;
    width: 0;
}
.fa-arrow-left,#left_arrow{
    font-weight: 900;
    font-size: 30px;
    color:#fff;
}

@media(max-width: 768px){
.head__separator-line {
    margin-left: 21px;
    width: 58px;
}
.head__separator-line_news{
    margin-left: 21px;
    width: 33px;
}
.fa-arrow-left {

    font-size: 15px;
    color: #fff;
}
#left_arrow{
    font-size: 15px;
    color: #fff; 
}
}

