@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&family=Work+Sans:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: "Montserrat", sans-serif;
}

.wooCommerceColor {
	color: #7F54B1;
}


h1{
	font-family: "Montserrat", sans-serif;
	font-size:48px;
	color:#000000;	
	font-weight:400;
}

h2{
	font-family: "Montserrat", sans-serif;
	font-size:36px;
	color:#000000;
	font-weight:700;
}

h3{
	font-family: "Montserrat", sans-serif;
	font-size:30px;
	color:#000000;
	font-weight:700;
}

h4{
	font-family: "Montserrat", sans-serif;
	font-size:24px;
	color:#000000;
	font-weight:700;
}

h5{
	font-family: "Montserrat", sans-serif;
	font-size:18px;
	color:#000000;
	font-weight:400;
}

h6{
	font-family: "Montserrat", sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:400;
}

p{
	font-family: "Montserrat", sans-serif;
	font-size:18px;
	color:#000;
	font-weight:400;
	line-height:26px;
	
}

strong{
	color:#000;
	
}


ul,ol
{
	padding:0;
	margin:0;
}

ul li,ol li
{
	list-style-type:none;
	font-family: "Montserrat", sans-serif;
	font-size:18px;
	color:#000;
	font-weight:400;
	line-height:30px;
}

ul
{
	margin-left: 20px;
}

ul li
{
	list-style-type: disc;
}

a {
    color: #F16223;
}

a:hover {
    color: #F16223;
}

.numberFont {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
.bannerHeader {
    padding: 20px 0 150px 0;
    background: url(../images/banner.jpg) top center no-repeat #111111;
    /* height: 100vh; */
    position: relative;
}

.bannerHeader-2 {
    padding: 20px 0 20px 0;
    background: url(../images/banner.jpg) top center no-repeat #111111;
    /* height: 100vh; */
    position: relative;
}

.form-check label
{
	color:#fff;
}

.gap15 {
	gap: 15px;
}

.gap13 {
	gap: 20px;
    margin-left: 30px;
}

.button {
    padding: 12px 45px;
    background-color: #7F54B1;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    margin-top: 25px;
}

.button:hover
{
	color: #fff;
}

.brack-wrapper
{
	 background-color: #7F54B1;
	 padding:40px 0px 40px 0px;
}

.brack-wrapper ul
{
	text-align:left;
	padding-left:0;
}

.brack-wrapper ul li
{
	float:left;
	list-style-type:none;
	margin-right:50px;	

}

.brack-wrapper ul li:last-child
{
	margin-right:0px;	
}

.brack-wrapper h2
{
	font-size:38px;
	color:#fff;
	padding-top: 15px;
	text-align:right;
}

.button-4 {
    padding: 12px 65px;
    background-color: #fff;
    color: #7F54B1;
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
	    font-weight: 500;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	 margin-top: 12px;
}

.button-4:hover
{
	background-color: #fff;
    color: #7F54B1;
}

.gap8 {
	gap: 8px;
}

.phoneWrapper img,
.emailWrapper img {
	padding-right: 8px;
}



.footer {
	background: #000000;
	color: #fff;
	font-size: 16px;
}

.footer p{
	color:#8b8b8b
}

.copyContent {
	padding: 20px 0;
}

.copyContent a {
	color: #fff !important;
	text-decoration: none;
}

#footerContactFormWrapper
{
	background-color: #00000073;
    border:1px solid #f1622354;
	padding: 25px;
	border-radius: 15px;
}

#footerContactFormWrapper .formLabel {
	color: #fff;
	font-size: 17px;
}

#footerContactFormWrapper #footerPageForm .form-control {
	background-color: transparent;
	box-shadow: none;
	border: 1px solid #9b9b9b73;
    background-color: #ededed;
	height:46px;
	color:#000;
	border-radius:80px;
	width: 100%;
}

#footerContactFormWrapper .formLabel {
	color: #fff;
	font-size: 17px;
	margin-bottom: 10px;
}

#footerContactFormWrapper #footerPageForm .newCroFormSubmit {
	background-color: #F16223;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	border-radius: 30px;
	margin-top:15px;
	border: none;
	padding: 12px 25px;
	display: inline-block;
}

#footerContactFormWrapper .form-group {
	margin-bottom: 25px;
}

.banner-new #bannerPageForm .form-control {
	background-color: transparent;
	box-shadow: none;
	border: 1px solid #adadad73;
    background-color: #ebebeb;
	height:46px;
	color:#000;
	border-radius:80px;
	width: 100%;
}

.banner-new .formLabel {
	color: #222222;
	font-size: 17px;
	margin-bottom: 10px;
}

.banner-new .form-group {
	margin-bottom: 25px;
}


.popup-content .form-group {
	margin-bottom: 25px;
}

.banner-new #bannerPageForm .newCroFormSubmit {
	background-color: #F16223;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	border-radius: 30px;
	margin-top: 15px;
	border: none;
	padding: 12px 65px;
	display: inline-block;
}

.banner-new h3
{
	font-weight:600;
	margin-bottom:30px;
}

.banner-new small
{
	background-color: #F16223;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	border-radius: 30px;
	padding:8px 35px;
}


.jumper.button{
	padding: 12px 45px;
	background-color: #7F54B1;
	color: #fff;
	border-radius: 30px;
	display: inline-block;
	text-decoration: none;
	margin-top: 25px;
}

.help-block.with-errors {
    position: absolute;
    margin: 0;
    font-size: 12px;
    color: red;
    font-weight: bold;
    margin-top: 2px;
}

#footerContactFormWrapper #footerPageForm .form-group.has-error.has-danger .form-control {
    border-color: red !important;
}

.thankyouBanner{
	margin: 50px 0;
}

.jumper{
	cursor: pointer;
}

ul.banner-list
{
	text-align: right;
}

.highlights
{
	background-color: #000;
	background-size: cover;
}

.highlights-bg
{
	background-color: #000;
	border-top: 1px solid #cccccc40;
	border-bottom: 1px solid #cccccc40;
	padding: 50px 0px;
}

.highlights-bg h3
{
	font-size: 24px;
	font-weight: 500;
	color:#fff;
	text-align: center;
	margin-bottom: 30px;
}

.highlights-bg ul 
{
	text-align: center;
}

.highlights-bg ul li
{
	display: inline-block;
	margin-right:30px;
}

.highlights h2
{
	font-size:36px;
	font-weight:500;
	color:#fff;
	text-align: center;
	margin-bottom: 30px;
}

.highlights-list
{
	padding: 25px;
    background-color: #f3660e12;
    border: 1px solid #F16223;
    min-height:109px;
	display: grid;
    align-items: center;
}

.highlights-list p
{
	font-size: 20px;
	font-weight:400;
	text-align:center;
	color:#fff;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 29px;
}

.form-check-input:checked {
    background-color: #F16223;
    border-color: #F16223;
}

.workshop
{
	padding:60px 0px;
	background-color: #e7e7e7;
}

.workshop h2
{
	font-weight:700;
}


.workshop h4
{
	font-weight: 600;
}

.agenda-2
{
	padding:60px 0px 60px 0px;
	background:url(../asset/banner-bg-2.jpg) no-repeat top center #1a002f;
	background-size: cover;
}

.agenda-2 h2
{
	color:#fff;
}

.agenda-2 p
{
	color:#fff;
}

.agenda-2 ul li
{
	color:#fff;
}

.agenda-2 h4
{
	color:#fff;
}

.agenda
{
	padding:60px 0px;
}

.agenda h2
{
	color:#000;
}

.agenda h3
{
	margin-top: 30px;
	color:#000;
	font-size: 26px;
}

.agenda h5
{
	color:#000;
}

.agenda p
{
	color:#000;
	text-align: left;
}

.agenda h4
{
	font-size: 20px;
	color:#000;
	font-weight: 500;
	margin-top:20px;
}

.attend
{
	background: url(../images/attend-bg.jpg) no-repeat top center #111111;
	padding:60px 0px;
}


.attend h2
{
	color:#fff;
}

.attend h4
{
	color:#fff;
	font-weight: 300;
}

.speakers
{
	padding:60px 0px 60px 0px;
}


.speakers h2
{
	font-size:36px;
	font-weight:700;
	color:#000;
	text-align: center;
	margin-bottom: 30px;
}

.speakers h4
{
	font-size: 20px;
	color:#000;
}

.speakers-list
{
	border: 1px solid #F16223;
	border-radius: 10px;
	padding:18px;
	margin-bottom: 30px;
	min-height: 563px;
}

.exceptional-event
{
	background: url(../images/exceptional-event.jpg) no-repeat;
	background-size: cover;
	padding:60px 0px 60px 0px;
}

.exceptional-event h3
{
	font-weight: 500;
	color:#fff;
}

.ctaorange, .ctaorange:hover {

	background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-top: 15px;
    text-decoration: none;
    display: inline-block;
}

.ctaorange-2, .ctaorange-2:hover {

	background: #F16223 0% 0% no-repeat padding-box;
    border-radius:8px;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-top: 15px;
    text-decoration: none;
    display: inline-block;
}

.speakers h4
{
	font-weight:700;
}

p.speak-2 i
{
	color:#000;
}

p.speak
{
	color:#000;
}

ul.learn li
{
	background: url(../assets/arrow.svg) top 8px left no-repeat;
	font-size: 16px;
	color:#D8D8D8;
	padding-left:20px;
	margin-bottom: 10px;
}

ul.audience li
{
	background: url(../assets/arrow.svg) top 8px left no-repeat;
	font-size: 16px;
	color:#D8D8D8;
	padding-left:20px;
	margin-bottom: 10px;
}

ul.transform li
{
	background: url(../assets/arrow.svg) top 8px left no-repeat;
	font-size: 16px;
	color:#D8D8D8;
	padding-left:20px;
	margin-bottom: 10px;
}

.table>:not(caption)>*>* {
    padding: 1.5rem 1.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>:not(caption)>*>* {
    padding: 1.5rem 1.5rem;
    background-color: #111111;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: #35150227;
    color: var(--bs-table-hover-color);
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #ffffff26;
}


@media (min-width: 576px) {
	
	.footerInnerLink {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr 1fr;
	}

	
}

@media (min-width: 768px) {

		.footerInnerLink {
		grid-template-columns: repeat(2, auto);
		grid-template-rows: 1fr 1fr 1fr;
		margin: 0;
	}

	.footerRightSideWrap {
		margin-top: 0;
	}

	.footerFormSection h2 {
		font-size: 29px;
	}
}

@media (min-width: 992px) {

	

	.footerFormSection h2 {
		font-size: 36px;
	}

	.defaultContainer {
		max-width: 960px
	}

	.footLogoImage {
		/*width: 120px;*/
		margin-right: 10px;
	}

	.footerInnerLink {
		grid-template-columns: repeat(3, auto);
		grid-template-rows: 1fr 1fr;
	}

	.tcsAdvantageCotentWrapper {
		margin-top: 0;
	}

	.exceptional-event
	{
		background: url(../images/exceptional-event.jpg) no-repeat;
		background-size: cover;
		padding:60px 0px 20px 0px;
	}

}

@media (min-width: 1200px) {


}





@media (min-width: 991px) and (max-width: 1366px) {

	.highlights-list {
		padding: 12px;
		background-color: #f3660e12;
		border: 1px solid #F16223;
		min-height: 90px;
	}

	.highlights-list p {
		font-size: 16px;
		font-weight: 400;
		text-align: center;
		color: #fff;
		padding-bottom: 0;
		margin-bottom: 0;
		line-height: 29px;
	}
	
	
}

@media (max-width:991px) {	

.highlights-list {
    padding: 25px;
    background-color: #f3660e12;
    border: 1px solid #F16223;
    min-height: 84px;
    margin-bottom: 25px;
}

.highlights-bg ul li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 20px;
}

}

@media (max-width: 576px) {	

	ul.banner-list
	{
		margin-top: 20px;
		text-align: center;
	}

}

/* Banner Start */

.col-lg-12.flex-use {
    display: flex;
    flex-direction: column;
    position: relative;
}
.col-contents.left-bot {
    width: 31%;
    position: absolute;
    bottom: -12%;
    left: 0;
    top: unset !important;
}

.col-contents.top-right
{
	text-align: left;
}

.col-contents.top-right h3
{
	font-size: 16px;
	color:#fff;
	margin-top: 5px;
}

.col-contents.left-bot h1
{
	font-weight: 700;
	font-size:62px;
	color:#fff;
}

.col-contents.left-bot p
{
	color:#fff;
}

.col-contents.left-bot h6
{
	color:#F16223;
}

.col-img {
	text-align: center;
}
.col-img img {
    margin-top: -82px;
}
.col-contents.bot-right {
	position: absolute;
    right: 12%;
    bottom: -108px;
}

.bot-right h2 {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
}

.colin-img {
	position: absolute;
    right: 102px;
    top: 62%;
}
.top-con {
	position: absolute;
    right: 14%;
    top: 25%;
}

.col-contents.top-right img {
    margin-top: 0px;
}
.colin-img img {
    margin-top: 0px;
}

/* Banner End */

@media (min-width: 1400px) {

	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }

	img.banner-img 
	{
		width: 950px;
		
	}

	.col-contents.bot-right {
        position: absolute;
        right: 14%;
        bottom: -94px;
    }

}



@media (min-width: 1600px) {

	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    }

	.col-img img {
		margin-top: -82px;
	}

	.col-contents.left-bot h1 {
		font-weight: 700;
		font-size: 70px;
		color: #fff;
	}

	img.banner-img 
	{
		width:1125px;
	}

	.col-contents.bot-right {
		position: absolute;
		right: 12%;
		bottom: -95px;
	}

	.col-contents.left-bot h1 {
		font-weight: 700;
		font-size: 56px;
		color: #fff;
	}

	.colin-img {
		position: absolute;
		right: 102px;
		top: 72%;
	}

	.col-contents.left-bot {
		width: 31%;
		position: absolute;
		bottom: 5%;
		left: 0;
		top: unset !important;
	}
	

}

@media (min-width: 1800px) {

	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    }


}


@media (min-width:1400px) and (max-width: 1599px) {

.col-img img {
	margin-top: -82px;
}

.col-contents.left-bot h1 {
	font-weight: 700;
	font-size: 48px;
	color: #fff;
}

.colin-img {
	position: absolute;
	right: 106px;
	top: 71%;
}

.col-contents.top-right img {
    margin-top: 0px;
    width: 90px;
}

.top-con {
	position: absolute;
	right: 13%;
	top: 19%;
}

}


@media (min-width:1200px) and (max-width: 1399px) {

	img.banner-img
	{
		width: 800px;
	}

	.col-img img {
		margin-top: -82px;
	}

	.col-contents.left-bot h1 {
		font-weight:700;
		font-size: 40px;
		color: #fff;
	}

	.colin-img {
        position: absolute;
        right: 92px;
        top: 72%;
    }

	.col-contents.top-right img {
		margin-top: 0px;
		width: 82px;
	}

	.top-con {
        position: absolute;
        right: 10%;
        top: 11%;
    }

	.table>:not(caption)>*>* {
		padding: 1.5rem 0.5rem;
		background-color: #111111;
		border-bottom-width: 1px;
		box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
	}

}

@media (min-width:991px) and (max-width: 1199px) {
.table>:not(caption)>*>* {
    padding: 1.5rem 0.5rem;
    background-color: #111111;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.test
{
	width: 19%;
}
}


@media (max-width: 1199px) {
	
	.col-contents.left-bot {
		width:40%;
		position: absolute;
		bottom: 0%;
		left: 0;
		top: unset !important;
	}

	img.banner-img 
	{
		opacity: 0;
	}

}

h3.oct-2
{
	display: none !important;
}


.popup-overlay {

    display: none;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.5);

}

.popup {

font-family: Arial, sans-serif;

    position: absolute;

	width: 1000px;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    background: #fff;

    padding: 20px;

    border-radius: 8px;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

}

.popup-content {


}

.popup-content p
{
	color:#000;
}


.popup .close {

    position: absolute;

    top: 10px;

    right: 10px;

    font-size: 20px;

    cursor: pointer;

    color: #333;

}

.popup #emailInput {

    width: 80%;

    padding: 10px;

    margin: 10px 0;

    border: 1px solid #ddd;

    border-radius: 4px;

}

.popup button {

    background-color: #F16223;

    color: #fff;

    padding: 10px 20px;

    border: none;

    border-radius: 4px;

    cursor: pointer;

    font-size: 16px;

}

.banner-new
{
	padding-top: 20px;
	padding-bottom: 80px;
	background:url(../asset/banner-bg.webp) no-repeat top left #000;
	background-size: cover;
}

.banner-new h1
{
	font-weight: 700;
	color:#fff;
	margin-top: 30px;
	margin-bottom:30px;
}

.banner-new h4
{
	font-weight:500;
	color:#fff;
}

.banner-new p
{
	border:1px solid #063552;
    background-color: #00000073;
	display: inline-block;
	padding: 10px 30px;
	margin-top: 20px;
	border-radius:25px;
	font-weight:500;
	color:#fff;
	line-height: 40px;
}

.banner-new ul
{
	margin-top: 20px;
	margin-left: 40px;
}

.banner-new ul li
{width: 80%;
	
	margin-bottom:15px;
	list-style-type:square;
	color:#fff;
}

@media (max-width:991px) {

	


	h3.oct-2
	{
		
		display: block !important;
	}

	.bot-right h2 {
		font-weight:700;
		font-size: 40px;
		color: #fff;
		margin-top: 30px;
		display: ruby;
	}

	.col-contents.left-bot {
        width: 100%;
        position: absolute;
        bottom: 0%;
        left: 0;
        top: unset !important;
    }

	.colin-img
	{
		display: none;
	}

	.top-con
	{
		display: none;
	}

	.table-dark {
		width: 1120px;
	}

	.speakers-list
{
	border: 1px solid #F16223;
	border-radius: 10px;
	padding:30px;
	margin-bottom: 30px;
	min-height:auto;
}


}

@media (max-width:767px) {

	.col-img img {
		margin-top:40px;
	}

	
	.bot-right h2 {
		font-weight: 700;
		font-size: 35px;
		color: #fff;
	}

	.col-contents.left-bot h1 {
		font-weight: 700;
		font-size: 50px;
		color: #fff;
	}

}


@media (max-width:581px) {

	.col-contents.left-bot {
        width: 96%;
        position: absolute;
        bottom: inherit;
        left: inherit;
        top: unset !important;
    }

	    .bot-right h2 {
        font-weight: 700;
		font-size: 40px;
        color: #fff;
        text-align: right;
    }

	.col-contents.bot-right {
		position: initial;
		margin-top: 14px;
		right: 16%;
		bottom: inherit;
	}

	.col-contents.left-bot h1 {
		font-weight: 700;
		font-size: 48px;
		margin-top: 35px;
		color: #fff;
	}

	.bot-right h2 {
        font-weight: 700;
        font-size: 24px;
        color: #fff;
        text-align: left;
        margin-top: 70px;
        display: block;
    }

	h3.oct-2 {
        display: block !important;
        margin-top: 35px;
    }

	

}


@media (max-width:460px) {

	.col-contents.bot-right {
        position: initial;
        margin-top:70px;
        right: 16%;
        bottom: inherit;
    }

	.bot-right h2 {
		font-weight: 700;
		font-size: 24px;
		color: #fff;
		text-align: left;
		margin-top: 24px;
		display: block;
	}

	.col-contents.left-bot h1 {
        font-weight: 700;
        font-size: 38px;
        margin-top: 15px;
        color: #fff;
    }

}

@media (max-width:420px) {

	.col-contents.bot-right {
        position: initial;
        margin-top:70px;
        right: 16%;
        bottom: inherit;
    }

	.bot-right h2 {
		font-weight: 700;
		font-size: 24px;
		color: #fff;
		text-align: left;
		margin-top: 24px;
		display: block;
	}

	.col-contents.left-bot h1 {
        font-weight: 700;
        font-size: 38px;
		margin-top: 59px;
        color: #fff;
    }

}

@media (max-width:419px) {

	.col-contents.bot-right {
        position: initial;
        margin-top: 200px;
        right: 16%;
        bottom: inherit;
    }

	.bot-right h2 {
        font-weight: 700;
        font-size: 24px;
        color: #fff;
        text-align: left;
        margin-top: 15px;
        display: block;
    }

	.col-contents.left-bot h1 {
        font-weight: 700;
        font-size: 38px;
        margin-top: 35px;
        color: #fff;
    }

}


.thankyouBanner {
    background-color: #000000;
	border-top:1px solid #cccccc45;
	border-bottom:1px solid #cccccc45;
	margin: 0px;
    padding:80px 0px;
}

.thankyouBanner h1
{
	color:#fff;
}

.thank-table p
{
	text-align: left;
	color:#d8d8d8;
	
}

.thank-table h5
{
	font-size: 20px;
	text-align: left;
	color:#fff;
	
}

.thankyouBanner h3
{
	font-size:36px;
	text-align:center;
	color:#ffffff;
	margin-top: 30px;
	margin-bottom: 40px;
	
}

@media (min-width: 768px){

    .phoneWrapper {
        padding-right: 15px;
        border-right: 1px solid #fff;
    }
    .topStripRight {
        gap: 15px;
    }

}


@media (min-width: 576px) {
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
}


@media (min-width: 1320px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1300px;
    }
}

.banner-new h3
{
	color:#fff;
}

@media (min-width: 1400px){
.banner-new h1 {
    font-weight: 700;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size:48px;
}

}


.workshop h1 {
    font-size: 120px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    color: #f3f3f3;
    text-transform: uppercase;
}

.workshop span {
    width: 180px;
    font-size: 21px;
    border: 2px solid #0163d4;
    text-transform: uppercase;
    padding: 5px 10px;
    color: #0163d4;
}

.about-border {
    margin-top: -82px;
    margin-bottom: 48px;
}

.agenda h1 {
    font-size: 120px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    color: #f3f3f3;
}

.agenda h2 {
    font-size: 38px;
    margin-top: -40px;
    margin-bottom: 20px;
    font-weight: 700;
}

.agenda ul li {
    min-height: 42px;
    list-style: none;
    background: url(../asset/bullet-points.webp) top 8px left;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
}

.agenda .boxShadow {
    background-color: #f3f3f3;
    padding: 22px;
    margin-top: 30px;
    border-radius: 8px;
    min-height: 450px !important;
}

@media (max-width: 1320px) {

	.agenda .boxShadow {
    background-color: #f3f3f3;
    padding: 22px;
    margin-top: 30px;
    border-radius: 8px;
    min-height:520px !important;
}
}

@media (max-width: 1200px) {

	.agenda .boxShadow {
    background-color: #f3f3f3;
    padding: 22px;
    margin-top: 30px;
    border-radius: 8px;
    min-height:608px !important;
}
}


@media (max-width:991px) {

	.agenda .boxShadow {
    background-color: #f3f3f3;
    padding: 22px;
    margin-top: 30px;
    border-radius: 8px;
    min-height:auto !important;
}
}