:root {
	--main-bg-color: #EEF1F9;
	--white-color: #fff;
	--primary-color: #000000;
	--secondary-color: #DA2D25;
	--font-size: 18px;
	--border-color: #ededed;
	--grey-color: #737373;
	--heading-color: #000000;
	--text-color: #444;
	--footer-bg: #EFEFEF;
	--button-color: #000000;
	--secondary-button: #DA2D25;
	--radius-rounded: 0;
	--rounded-radius-style: 0;
	--grey-bg-color: #F3F5FA;
	--light-border-color: #ece9e9;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/*---------- CSS Styles ----------- */

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: "DM Sans";
	color: var(--text-color);
	font-size: 17px !important;
}

a,
object,
ol,
p,
ul {
	font-size: 100%;
	vertical-align: baseline;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	text-decoration: none;
	font-size: 17px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
	font-size: 15px;
}

figure {
	margin: 0;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	max-width: 100%;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button,
input {
	line-height: normal;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: button;
	border: none;
}

input[type=checkbox],
input[type=radio] {
	padding: 0;
}

input[type=search] {
	-webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2 {
	font-family: "DM Sans";
	font-weight: 600;
	color: var(--heading-color);
}

h3,
h4,
h5 {
	font-family: "DM Sans";
	font-weight: 600;
	color: var(--heading-color);
}

.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.mt-60 {
	margin-top: 60px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mt-40 {
	margin-top: 40px;
}

.pt-40 {
	padding-top: 40px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.ptb-10 {
	padding: 10px 0 !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.border-radius {
	border-radius: var(--radius-rounded);
	width: 100%;
}

.btn.btn-primary {
	background-color: var(--secondary-color);
	border-radius: var(--rounded-radius-style);
	padding: 10px 30px;
	font-size: 15px;
	border-radius: 100px;
	color: #fff;
	font-weight: 500;
	font-family: "DM Sans";
	border: none;
	transition: all 0.3s;
}

.btn.btn-primary:hover {
	background-color: var(--button-color);
	color: #fff;
}

.btn.btn-secondary {
	background-color: var(--button-color);
	border-radius: var(--rounded-radius-style);
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	font-family: "DM Sans";
	border: none;
	transition: all 0.3s;
}

.btn.btn-secondary:hover {
	background-color: var(--secondary-color);
	color: #000;
}

.container {
	max-width: 1150px;
}

.border-radius {
	border-radius: 20px;
}

/*==========================
 Header
==========================*/
header.main-header {
	position: relative;
	z-index: 9;
}

a.navbar-brand-logo img {
	width: 75px;
}

.top-bar {
	background: #fdcb19;
	padding: 5px;
	height: 38px;
}

.top-bar span {
	font-size: 15px;
	color: #000;
	margin-right: 20px;
	border-right: 1px solid #fff;
	padding-right: 20px;
}

.top-bar span:last-child {
	border: none;
}

.top-bar span a {
	margin-left: 5px;
	color: #d23122;
	font-size: 14px;
}

.top-bar span i.fa-solid.fa-circle-dot {
	font-size: 13px;
	color: #d23122;
}

ul.navbar-nav {
	flex-direction: row;
	gap: 20px;
	align-items: center;
}

header button.navbar-toggler {
	display: none;
}

.navbar-nav a.nav-link {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}

.navbar-nav a.nav-link:hover {
	color: var(--secondary-button);
}

a.nav-link-user {
	color: #fff;
	background: var(--secondary-button);
	padding: 8px 25px;
	font-size: 16px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	gap: 5px;
}

li.d-flex.btn-topheader {
	gap: 8px;
}

a.nav-link-user.register {
	background-color: #111;
}

/* Banner Slider */
.banner-slider .swiper-slide {
	position: relative;
}

.banner-slider .swiper-wrapper a:before {
	background: #000;
	content: "";
	background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0) 100%);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 9;
}

.banner-slider img {
	height: 600px;
	object-fit: cover;
	width: 100%;
}

.banner-slider .container {
	position: absolute;
	top: 60%;
	left: 50%;
	max-width: 750px;
	margin-left: -500px;
	z-index: 999;
	max-height: 190px;
	height: 100%;
	text-align: left;
	margin-top: -100px;
}

.banner-slider h2 {
	font-weight: 800;
	font-size: 50px;
	display: block;
	position: relative;
	color: var(--white-color);
	line-height: 1;
	padding-bottom: 20px;
}

.banner-slider h2:after {
	height: 5px;
	width: 120px;
	content: "";
	left: 0;
	bottom: 0;
	position: absolute;
	background-color: #fdcb19;
	border-radius: 100px;
}

.banner-slider small {
	color: var(--white-color);
	font-size: 20px;
	display: block;
	line-height: 1.1;
	margin: 20px 0 25px;
}

.banner-slider .btn.btn-primary {
	background-color: #fdcb19;
	color: #000;
	font-weight: 600;
	letter-spacing: -0.5px;
	font-size: 16px;
	padding: 12px 30px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 35px !important;
	height: 35px !important;
	background: rgba(225, 225, 225, 0.95);
	padding: 10px !important;
	align-items: center;
	justify-content: center;
	color: #000 !important;
	border-radius: 100px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 18px !important;
}


/* About Us */
h2.section-title {
	font-weight: 700;
	font-size: 40px;
}

.thumbnail-box img.border-radius {
	height: 250px;
	object-fit: cover;
}

.Objectives {
	margin-top: 30px;
}

.Objectives strong {
	font-size: 20px;
	color: #000;
}

.Objectives ul li {
	margin-top: 12px;
	font-size: 16px;
	line-height: 1.2;
}


.about-events-wrap {
	margin-top: 80px;
	text-align: center;
}

.about-events-wrap .d-flex {
	gap: 15px;
}

.about-event-card {
	margin-top: 30px;
	border-radius: 15px;
	width: 20%;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.45);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(0, 0, 0, 0.2);
	transition: all 0.3s;
}

.about-event-card:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.about-event-card img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}

.event-card-content {
	padding: 25px;
	text-align: left;
}

.event-card-content h4 {
	font-weight: bold;
	line-height: 1;
	margin-bottom: 12px;
	font-size: 19px;
}

.event-card-content p {
	margin: 0;
	display: block;
	color: #111;
	font-size: 13px;
	text-transform: capitalize;
	line-height: 1.2;
}

.about-details a.btn.btn-primary.color-black {
	margin-top: 15px;
	margin-bottom: 20px;
}

.registration-participation {
	background-image: url(../images/business_summit.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 150px 0;
}

.registration-participation .container {
	max-width: 800px;
}

.registration-participation p {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.registration-participation h2.section-title {
	color: #fff;
	font-size: 50px;
}

.registration-participation .btn.btn-primary {
	background-color: #fff;
	color: #000;
}

section.breadcumb-container-wrapper.sub-header h1 {
	margin: 0 !important;
	color: #fff !important;
}

section.breadcumb-container-wrapper.sub-header .links a,
section.breadcumb-container-wrapper.sub-header .links {
	color: #fff !important;
}


section#Events.awards-list {
	padding-top: 0;
	background: #fff;
}

section#Events.awards-list .d-flex {
	flex-wrap: wrap;
	gap: 1%;
}

section#Events.awards-list .about-event-card {
	width: 19%;
}

section#Events.awards-list .event-card-content {
	padding: 20px;
}

section#Events.awards-list .event-card-content h4 {
	font-size: 18px;
	text-transform: capitalize;
}
	 

/* Events List */
section#Events {
	background-image: url(../images/Group-48098950-1.png);
	background-position: 0 540px;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0 80px;
	background-color: #FFFBF5;
}

div#Events {
	margin-top: 70px;
}

.events-item {
	background: #fff;
	border-radius: 18px;
	padding: 25px !important;
	overflow: hidden;
	margin-top: 25px;
	border: 1px solid #eee;
	box-shadow: 0px 20px 60px 0px rgba(6.000000000000001, 10.000000000000018, 20, 0.08);
	padding: 0px 0px 0px 0px;
}

.event-img img {
	height: 350px;
	width: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
}

.event-img {
	overflow: hidden;
	border-radius: 18px;
}

.event-details span {
	display: block;
	margin-bottom: 20px;
	font-weight: 500;
}

.events-item:hover .event-img img {
	transform: scale(1.1);
}

.event-details h3 a {
	font-size: 30px;
	line-height: 1;
	display: block;
	color: #000;
	margin: 15px 0;
	font-weight: 700;
}

.event-details h3 {
	margin: 0 0 10px;
}

.event-details p {
	font-size: 16px;
}

.etn-event-date {
	color: #da2d25;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.all-events .events-item {
	padding: 10px !important;
}

#Events .col-sm-4 .event-details {
	padding: 20px 0 5px;
}

#Events .col-sm-4 .event-details h3 a {
	font-size: 20px;
	line-height: 1;
	display: block;
	color: #000;
	margin: 10px 0;
	font-weight: 700;
}

#Events .col-sm-4 .event-details p {
	font-size: 15px;
	line-height: 20px;
}

#Events.all-events .col-sm-4 .event-img img {
	height: 230px;
}


/* Gallery */
section#Gallery .col-md-6.col-lg-6,
section#Gallery .col-md-6.item {
	padding: 5px;
	line-height: 1;
}

section#Gallery img.img-fluid.image {
	height: 250px;
	object-fit: cover;
	width: 100%;
	border-radius: 12px;
}

.moments {
	background-image: url(../images/bg-gallery.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	height: 250px;
	padding: 10px 50px;
	display: flex;
	gap: 10px;
	flex-direction: column;
	justify-content: center;
	border-radius: 12px;
}

.moments h3 {
	color: #000;
	margin: 0;
	font-size: 40px;
}

.moments span {
	font-size: 20px;
	color: #000;
	line-height: 1;
}

.moments .btn.btn-primary {
	width: 180px;
	margin: 10px auto;
	background: #fff;
	color: #000;
}

section#Gallery iframe {
	border-radius: 12px;
	overflow: hidden;
	height: 250px;
}

section#Photos a.lightbox img.img-fluid.image.scale-on-hover {
	border-radius: 15px;
	height: 280px;
	object-fit: cover;
	margin-top: 30px;
	width: 100%;
}

section#Video iframe {
	margin-top: 20px;
	border-radius: 15px;
	overflow: hidden;
}

/* Sponsors Logo */
.sponsors-logo {
	background-color: #F6F6F6;
}

.d-flex.logo-sponsors-list {
	align-items: center;
	flex-wrap: wrap;
}

.logo-sponsors {
	width: 15.77%;
	background: #fff;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	border-radius: 10px;
	margin: 5px;
}

.memers-list .d-flex {
	justify-content: space-between;
}

.memers-list .user-members {
	border-radius: 12px;
	background: #111;
	overflow: hidden;
	padding: 3px 3px 15px;
	width: 19%;
	color: #fff;
	text-align: center;
	margin-top: 15px;
	line-height: 1.1;
}

.memers-list .user-members img {
	height: 200px;
	width: 100%;
	border-radius: 12px;
	object-fit: cover;
}

.memers-list .user-members h5 {
	color: #fff;
	font-size: 20px;
	margin: 15px 0 0;
	list-style: 1;
}

.memers-list .user-members span {
	font-size: 14px;
	margin: 0;
}

.Western-India .d-flex {
	justify-content: center;
	flex-wrap: wrap;
	gap: 1%;
}

/* Contact Us */
.contact-info-heading h2 {
	font-weight: 700;
	font-size: 45px;
	margin: 0;
}

form.contact-form {
	padding: 15px 30px 15px;
	border: 1px solid #e9e9e9;
	border-radius: 20px;
	margin-top: 30px;
	box-shadow: rgba(0, 0, 0, 0.05) -10px -10px 0px;
}

form.contact-form .form-group.col-md-12,
form.contact-form .form-group.col-md-6 {
	padding: 10px;
}

form.contact-form .form-group label {
	font-size: 15px;
}

form.contact-form button.btn.btn-primary {
	margin: 20px 0 15px;
}

form.contact-form span {
	font-size: 25px;
	letter-spacing: -1px;
	color: #000;
	font-weight: 700;
}

#Contact img {
	height: 450px;
	width: 100%;
	object-fit: cover;
	margin-top: 30px;
	border-radius: 20px;
}


/* Footer */
footer.footer {
	padding: 50px 0 0;
	background: #111;
	font-size: 15px;
}

footer.footer p {
	color: #fff;
	font-size: 15px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}

footer.footer p a {
	color: #fff;
	font-size: 15px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}

footer.footer h3 {
	font-size: 22px;
	margin-bottom: 20px;
	display: block;
	color: #fff;
	padding-bottom: 10px;
	position: relative;
}

footer.footer h3:after {
	position: absolute;
	content: "";
	background-color: #ffec00;
	height: 3px;
	width: 50px;
	left: 0;
	bottom: 0;
	border-radius: 100px;
}

ul.social-media {
	margin: 0 0;
	display: flex;
	gap: 10px;
	justify-content: flex-start;
}

ul.social-media li a {
	font-size: 30px;
	color: #fff;
	display: block;
	margin-right: 10px;
	text-align: center;
}

.footer img {
	margin-bottom: 10px;
}

.footer.footer .col-md-5 {
	padding-right: 100px;
}

footer.footer .Newsletter p {
	font-size: 14px;
	line-height: 1.2;
}

footer.footer .Newsletter form {
	display: flex;
	margin-top: 20px;
}

footer.footer .Newsletter form input[type="email"] {
	height: 48px;
	width: 100%;
	padding: 12px;
	border-radius: 10px 0px 0px 10px;
	border: none;
}

input#btnupdate {
	color: #fff;
	background: #000;
	padding: 10px 20px;
	border-radius: 0 10px 10px 0px;
	background: var(--secondary-button);
}

.copyright {
	margin-top: 50px;
	background: #222;
	padding: 20px 0;
}

.copyright p {
	margin: 0 !important;
}

.copyright a {
	font-size: 15px;
	color: #fff;
	margin-left: 15px;
}

/* Registration for participation */
.breadcumb-section.fix {}

.fix {
	overflow: hidden;
}

.breadcumb-container-wrapper {
	padding: 60px 0 100px;
	background-color: #faf8ff;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
}

.breadcumb-container-wrapper .shape1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.breadcumb-container-wrapper .shape2 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.breadcumb-container-wrapper .breadcumb-wrapper {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
}

.breadcumb-container-wrapper .breadcumb-wrapper .page-heading h1 {
	color: #090a0c;
	text-align: center;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.5px;
	margin-bottom: 10px;
}

.breadcumb-container-wrapper .breadcumb-wrapper .page-heading .links {
	color: #000;
	font-size: 14px;
	font-style: normal;
	line-height: 28px;
	letter-spacing: -0.2px;
	display: flex;
	gap: 5px;
	justify-content: center;
}

.breadcumb-container-wrapper .breadcumb-wrapper .page-heading .links a {
	color: #333;
}

.registration-form form.contact-form {
	margin: 0;
	background: #fff;
	z-index: 99;
	position: relative;
	text-align: left;
}

.registration-form img.border-radius {
	height: 510px;
	object-fit: cover;
}

.registration-form {
	margin-top: 70px;
	z-index: 99;
	position: relative;
	border-top: 1px solid #ededed;
}

.registration-form h3 {
	text-align: left;
	letter-spacing: -1px;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 30px;
}

form.contact-form input.form-control {
	height: 48px;
	font-size: 15px;
	border-radius: 10px;
}

.registration-form textarea.form-control {
	height: 100px;
}

.login-form {
	border: none;
	margin: 0;
	padding: 0;
}

.login-form .row.align-items-center {
	justify-content: center;
	z-index: 99;
}

.login-form form.contact-form {
	padding: 30px;
	background: #fff;
	text-align: left;
	position: relative;
	z-index: 99;
}

.login-form form.contact-form h3 {
	margin: 0;
}

.login-form form.contact-form span {
	font-size: 15px;
	font-weight: 500;
	color: #444;
}

.login-form form.contact-form button.btn.btn-primary {
	width: 100%;
	border-radius: 12px;
	font-size: 17px;
	margin: 0px;
	padding: 12px;
}

/*Entrepreneur Form*/
.form-step {
	display: none;
}

.form-step.active {
	display: block;
}

.form-container {
	max-width: 1000px;
	margin: 0 auto;
	border: 1px solid #eee;
	padding: 30px;
	background: #f7f7f8;
	border-radius: 20px;
}

.form-container h3 {
	font-size: 25px;
	letter-spacing: -1px;
}

.form-container .form-group {
	margin-top: 12px;
	font-size: 15px;
}

.form-container .form-group label {
	display: block;
	margin-bottom: 5px;
}

.form-container .form-group select,
.form-container .form-group .form-control {
	height: 45px;
	display: block;
	border-radius: 10px;
	width: 100%;
	padding: .375rem .75rem;
	border-color: #ddd;
}

.form-container .buttons {
	margin-top: 20px;
	text-align: center;
}

.form-container button#prevBtn,
.form-container button#nextBtn {
	background: #000;
	color: #fff;
	padding: 14px 30px;
	border-radius: 100px;
	line-height: 1;
	margin-right: 10px;
	display: inline-flex;
}

.form-container button#nextBtn {
	background: #d12a2b;
}

textarea.form-control {
	height: 150px !important;
	margin-top: 5px;
}

a.news-media {
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin: 10px 0;
}
.fee-details {
    max-width: 1000px;
    margin: 0 auto;
}
.bank-details {
    background: #f7f7f8;
    padding: 30px;
    border-radius: 20px;
}
.bank-details p {
    margin-bottom: 10px;
    display: block;
}
p.login-link a {
    margin: 0  !important;
}
p.login-link {
    margin-top: 15px;
}
.websitelink strong {
    font-size: 15px;
    color: #fff;
}
.websitelink ul  a {
    font-size: 14px;
    color: #fff;
}