/* organising committee starts here*/

.f-committee .fGalleryItem {
    padding: 12px;
}

.f-committee .fGalleryItem .ItemfinnerGallery {
    padding: 3px;
    border: 1px solid #dedede;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 100%;
    padding-bottom: .8rem;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.f-committee .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
    border-radius: 15px;
    border: 1px solid #dedede84;
    margin-bottom: .4rem;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top center;
}

.f-committee .fGalleryItem .ItemfinnerGallery .fGalleryText h4 {
    font-size: 1.1rem;
    color: var(--brand-color-theme-2);
    font-weight: 600;
    margin: 10px 0 0 0;
}

.f-committee .fGalleryItem .ItemfinnerGallery .fGalleryText span {
    font-size: .9rem;
    color: var(--brand-color-theme-1);
    font-style: italic;
}

/* organising committee ends here*/

/*counter js starts here*/

.f-counter-numbers 
{
background-image:url("https://storage.unitedwebnetwork.com/files/1351/dd866e5f94adae5299a5320c82f33b56.jpg");
background-position:center;
background-size:cover;
background-repeat:no-repeat;
background-attachment: fixed;
text-shadow:1px 1px 1px #000;

a.fButton{text-shadow:none;display:inline-block;margin-top:2rem;}

.fModuleContent{position:relative;z-index:9}
}

.f-counter-numbers::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: #00000080;
}

/*counter js ends here*/


/*heighlight starts here */

.f-event-hightlights ul{margin:0;padding:0;}

.f-event-hightlights ul li{list-style:none;margin:0;position:relative;display:flex;margin-bottom:12px;div{width70%;padding-left:10px;}}

.f-event-hightlights ul li::before{
 content: "\f00c";
 font-family: "FontAwesome";
 width: 35px;
 height: 35px;
 display: inline-flex;
 justify-content: center;
 place-items: center;
 background-color: var(--brand-color-theme-1);
 color: white;
 border-radius: 3px;
 font-size: 1.1rem;           
}

.f-event-hightlights .fModuleTitle h3{text-align:start!important;}

/*heighlight ends here*/

/*welcome message starts here */

.f-welcome-message .fModuleTitle h3{margin-top:10px;}
.f-welcome-message .f-media-image{width:200px;float:left;margin-bottom:12px;margin-right:12px;border:2px solid var(--brand-color-theme-2);border-radius:5px;overflow:hidden;}

.f-welcome-message{
background-image:url("https://storage.unitedwebnetwork.com/files/1351/64d02f9947a5af32514e7eeaba0fae9a.jpg");
background-position:center;
background-size:cover;
background-repeat:no-repeat;
}

.f-all-logos .fGalleryItem{padding:12px;}

.f-all-logos .fGalleryItem .ItemfinnerGallery img{
height:100px;
object-fit:contain;
}
/*welcome message ends here*/


/* event highlights starts here */

.f-event-highlights-new
{
    background-color: #ffff031f;
}

.f-event-highlights-new .fModuleTitle h3 p{
font-size:1rem;
color:#666;
margin-top:0;
font-weight:600;
}

.f-event-highlights-new .fGalleryItem{padding:12px;}

.f-event-highlights-new .fGalleryItem .ItemfinnerGallery {
    height: 100%;
    background-color: white;
    padding: 12px;
    display: flex;
    border-radius: 10px;
    border:1px solid #dedede;
}

.f-event-highlights-new .fGalleryItem .ItemfinnerGallery .fGalleryText {
    flex: 1;
    padding: 10px;
    height: fit-content;
}

.f-event-highlights-new .fGalleryItem .ItemfinnerGallery .fGalleryText>p {
    margin: 0;
}

.f-event-highlights-new .fGalleryItem .ItemfinnerGallery a.fGalleryImage {
    flex: 0 0 70px;
    height: fit-content;
    padding: 10px;
    position:relative;
    top:3px;
}

.f-event-highlights-new .fGalleryItem .ItemfinnerGallery a.fGalleryImage img{
	background-color:var(--brand-color-theme-1);
    padding:10px;
    border-radius:5px;
}

@media(max-width:574.9px){
.f-event-highlights-new .fGalleryItem .ItemfinnerGallery{
text-align:center;
flex-wrap:wrap;
}
.f-event-highlights-new .fGalleryItem .ItemfinnerGallery a.fGalleryImage,
.f-event-highlights-new .fGalleryItem .ItemfinnerGallery fGalleryText{
flex:100%;
}

.f-event-highlights-new .fGalleryItem .ItemfinnerGallery a.fGalleryImage img{
width:50px;
}

}

/* event highlights ends here */


/* footer starts here */

#fFooter {
    background-color: #212529;
    padding-top: 1rem;
    border-top: 4px solid var(--brand-color-theme-1);
}
#fFooter div.logo{text-align:center;}
#fFooter div.logo img{
    width: 200px;
    max-width: 100%;
}

#fFooter .icons-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1.5rem auto 10px auto;
    >li {
        padding: 12px 6px;

        >a {
            display: block;
            width: 40px;
            height: 40px;
            color: white;
            border: 2px dotted #dedede;
            text-align: center;
            align-content: center;
            border-radius: 500px;
        }
    }

}

#fFooter .footer-nav .fMenu{
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

#fFooter .footer-nav .fMenu li{
    padding: 10px;
    position: relative;
}

#fFooter .footer-nav .fMenu li::after
{
    content: "|";
    position: absolute;
    right: -3px;
    top:50%;
    transform: translateY(-50%);
    color: white;
}

#fFooter .footer-nav .fMenu li:last-child::after{
    content: unset;
}

#fFooter .footer-nav .fMenu li a{
    color: white;
}

.f-copy{
    border-top: 1px solid #dedede;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .9rem;
}
/* footer ends here */
/*programme*/
.table-responsive{ width:100%; padding:0;}
.form-item.form-item-type-buttons.buttons {
    padding-left: 0 !important;
}

/*programme*/


@media(max-width:574.9px){
.f-countdown-btn .fModuleTitle h3{font-size:1.7rem;}
.f-welcome-message .fModuleTitle h3{text-align:center;}
.f-welcome-message .f-media-text{text-align:justify;}
.f-welcome-message .f-media-image{
margin:12px auto;
float:unset;
}

.f-counter-numbers .counter-label.fs-5{font-size:1rem!important;margin-bottom:10px;}


}
