
.logo img {
    width: 210px;
}

/* Home page slider */
#main-slide .slider-content {
    position: unset;
    transform: none;
}
#main-slide .item {
    min-height: 480px;
    display: flex;
    align-items: center;
}
.event-date-location {
    position: absolute;
    top: 70px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.slide-sub-title-1 {
    background: -webkit-linear-gradient(180deg, rgba(65, 184, 25, 1) 0%, rgba(0, 119, 183, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: normal;
    font-weight: 700;
    font-size: 52px;
    margin: 0px;
}
.slide-sub-title-2 {
    margin: 0px;
    color:#095C83;
    font-size: 27px;
    font-weight: 400;
}
.slider-description-1 {
    margin: 0px;
    color: #006499;
    font-size: 24px;
    font-weight: 600;
}
.slider-description-2 {
    margin: 0px;
    color: #1C1C1C;
    font-size: 24px;
    font-weight: 600;
}
.animated6 {
    margin: 16px auto;
    display: flex;
    gap: 4px;
    justify-content: center;
    width: 80%;
    flex-wrap: wrap;
}
.animated6 a {
    margin: 0px!important;
}

.button-29 {
    background-color: #006499;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 20px;
    border: 1px solid #313131;
}

.button-29:focus {
  
}

.button-29:hover {
  
}

.button-29:active {
  
}

/* Home page slider ends */

/* Rachit's CSS */
.country-partner {
	display: flex!important;
    justify-content: center;
    margin-bottom: 28px;
}
.speaker-flex-row {
    margin-top: 42px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/* .speaker-flex-row img {
    margin-top: 48px;
} */

/* .loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
} */

.spinner {
    width: 50px;
    height: 50px;
    border: 6px solid #ddd;
    border-top: 6px solid #0078b7;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.role-label {
    position: absolute;
    top: -35px;
    color: #fff;
    font-weight: bold;
    background: #0078b7;
    border-radius: 25px;
    width: 65%;
    text-align: center;
}

.video-player-lng {
    display: flex;
    justify-content: center;
}
.video-player-lng .video h4 {
    font-family: "Open Sans", sans-serif;
    text-align: center;
}
.video-player-lng iframe {
    margin-bottom: 48px;
}
.flex-row {
    display: flex;
    flex-direction: row;
}

#partner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.partner-title {
    text-align: center;
    margin: 0px;
}
.partner-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.partner-logo {
    margin: 0px 0px 24px;
    padding: 8px 20px 16px;
    border: none;
}
#partner-container .full {
    width: 100%;
    max-width: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#partner-container .full img {
    width: 320px;
}
.partner-logo img {
    filter: none;
    opacity: 1;
    width: 280px;
}

/* Homepage Carousel */

/* .carousel-rc {
    padding-top: 45px;
} */
.section-title-rc {
	margin: 48px 0px;
}
.section-title-rc h4 {
	font-size: 40px;
	text-align: left!important;
	text-transform: uppercase;
}
/* #partnersCarousel .carousel-item-rc {
	width: 280px!important;
} */
#partnersCarousel .group-items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#partnersCarousel .professional-details {
	width: 180px;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#partnersCarousel img {
    width: 280px;
}

/* End Homepage Carousel */

/* Footer (includes) */

.contact-details {
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.contact-details a,
.contact-details a:visited {
    color: #117ca2;
}

.contact-details .section-title h1 {
    margin: 64px 0px 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 52px;
    color: #000;
}
.contact-depart {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.contact-depart h3 {
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: #303030;
}
.contact-person-flex {
    display: flex;
}
.contact-person {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.contact-person h4{
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #303030;
}
.contact-person .contact-links {
    display: flex;
    flex-direction: column;
}
.contact-person a {
    line-height: 30px;
}

.footer-band .wrapper {
    padding: 60px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
}
.footer-band {
    background-color: #F3F3F3;
    margin-bottom: 4px;
}

.footer-band .wrapper h3 {
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    line-height: 48px;
    font-weight: 400;
    font-size: 32px;
    color: #303030;
}
.footer-band .wrapper .secondary-btn {
    padding: 12px 20px;
    color: #117ca2;
    border: 1px solid #117ca2;
    background: none;
    transition: .2s ease;
}
.messe-brand {
    background-color: #fff;
}
.messe-brand .wrapper {
    padding: 32px 0px;
}
.messe-brand .extra-links,
.messe-brand .copyright-row {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
}
.messe-brand .extra-links {
    padding: 12px 0px;
}
.messe-brand .copyright-row {
    margin-bottom: 24px;
}
.messe-brand .extra-links a {
    text-transform: capitalize;
    color: #8D8F95;
}
.messe-brand .extra-links a p {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    font-size: 14px;
}
.messe-brand .copyright-row p {
    margin: 0px;
    color: #303030;
}
.messe-brand .copyright-row a:hover {
    color: #101010;
}
.speaker-flex-row .guest-speaker {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.guest-info {
    background-color: #1d5f8e;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    width: 60%;
}
.guest-info p {
    font-family: 'Roboto';
    font-size: 18px;
    color: #fff;
    margin: 0px;
}
.highlight-profile {
    border-radius: 12px;
    background: rgb(211, 211, 211, 0.5);
    padding: 16px 32px;
    flex: 1;
}

.gradient-background .ts-speaker-designation {
    color: #F3F3F3;
}

.gradient-background .ts-speaker-info,
.gradient-background .ts-speaker-name {
    color: #F3F3F3;
}

.gradient-background {
    background: linear-gradient(-45deg, #093861, #3877ad, #14abb6, #1bcc88);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


/* Footer ends (includes) */

/* Media Query */

@media (max-width : 479px) {
    .event-date-location {
        top: 0px;
    }
    .slider-description-1 {
        font-size: 21px;
    }
    .slider-description-2 {
        font-size: 21px;
    }
    .slide-sub-title-1 {
        font-size: 36px;
    }
    .slide-sub-title-2 {
        font-size: 18px;
    }
    .animated6 {
        width: 100%;
        flex-wrap: wrap;
    }
    .contact-person-flex {
		flex-direction: column;
		gap: 32px;
	}
    .subscription-band .wrapper {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
}

/* Media Query Ends */