.head_logo {
    margin-right: 1rem;
}

.head_logo img {
    width: 11rem;
    image-rendering: pixelated;
}

.bg-light {
    background-color: #ffffff!important;
}

.nav-link {
    text-transform: uppercase;
    color: solid black;
    font-family: 'Roboto';
    font-style: bold;
}

.carousel-item_custom img {
    height: 25rem;
    object-fit: cover !important;
    image-rendering: pixelated !important;
}

.nav_head_align {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}


/* For counter */

.countup {
    text-align: left;
}

.count_timer {
    margin-right: 1.5rem;
}

.count_timer h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0px;
}

.days {
    color: rgb(175, 175, 42);
}

.hours {
    color: rgb(170, 123, 35);
}

.minutes {
    color: rgb(46, 46, 163);
}

.seconds {
    color: rgb(43, 167, 43);
}

.count_timer h6 {
    text-align: center;
    font-size: 1.15rem;
    color: #656565;
}

.acm_logo {
    width: 12rem;
    height: auto;
    /* image-rendering: pixelated; */
    object-fit: contain;
}

.aiub_logo {
    width: 8rem;
}

.short_carousel {
    height: 8rem;
    width: auto;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
}

.right_block {
    border-radius: 10px;
    background: #6a80a2;
    padding: 2rem;
    color: white;
}

.item-1 {
    position: relative;
    display: block;
    top: 0em;
    width: 100%;
    /* font-size: 2rem; */
    animation-duration: 2s;
    animation-timing-function: ease-in;
    animation-iteration-count: inherit;
}

.item-1 {
    animation-name: anim-1;
}

@keyframes anim-1 {
    0%,
    25% {
        left: -100%;
        opacity: 0;
    }
    25%,
    75% {
        left: 75%;
        opacity: 0.5;
    }
    75%,
    100% {
        left: 100%;
        opacity: 1;
    }
}

.commettee_img {
    width: 8rem;
    height: 8rem;
    object-fit: scale-down;
    image-rendering: pixelated;
    margin-right: 2rem;
}

.sponsor_bloc {
    display: grid;
    justify-content: center;
}

.gold_sponsor {
    display: flex;
    align-items: center;
}

.gold_sponsor img {
    width: 17rem;
}

.g_s_img {
    justify-content: flex-end;
}

.general_sponsor {
    display: flex;
    justify-content: center;
}

.border_radius {
    border-radius: 5px;
}

.media_partner_img {
    width: 95%;
    height: 95%;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
}

.p_custom {
    padding: 1rem 0rem 1rem 1.45rem;
}
.nav-bar{
	position:sticky !important;
	z-index:999;
	top:0;
}
footer#footer {
    padding: 40px 0px !important;
}
footer {
    background-color: #000000;
}
footer {
    color: #fff;
    padding: 70px 0;
    text-align: center;
    border-top: 1px solid #303841;
	font-family: Roboto;
	font-weight: 300;
    font-style: normal;
}
.map-aiub{
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.w-100.right_block.shadow-sm {
    text-align: justify;
}

/* CSS */
.button-15 {
	background-image: linear-gradient(#42A1EC, #0070C9);
	border: 1px solid #0077CC;
	border-radius: 4px;
	box-sizing: border-box;
	color: #FFFFFF;
	cursor: pointer;
	direction: ltr;
	display: block;
	font-family: "SF Pro Text","SF Pro Icons","AOS Icons","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: -.022em;
	line-height: 1.47059;
	min-width: 30px;
	overflow: visible;
	padding: 4px 15px;
	text-align: center;
	vertical-align: baseline;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	}

	.button-15:disabled {
	cursor: default;
	opacity: .3;
	}

	.button-15:hover {
	background-image: linear-gradient(#51A9EE, #147BCD);
	border-color: #1482D0;
	text-decoration: none;
	}

	.button-15:active {
	background-image: linear-gradient(#3D94D9, #0067B9);
	border-color: #006DBC;
	outline: none;
	}

	.button-15:focus {
	box-shadow: rgba(131, 192, 253, 0.5) 0 0 0 3px;
	outline: none;
	}