<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	padding-top: 4.3rem;
	color: #000;
	font-family: 'BwModelicaLTI';
}
.servicenow-knowledge-2023 #LTIMindtreeXServiceNow {
    background-color: #666666;
    color: #fff;
}

.scrn480 {
    display: none;
}
.big{
		display:block;
	}

h1 {
	font-weight: 700;
}

h2 {
	font-weight: bold;
}

.disable-element {
	display: none !important;
}

.section {
	padding: 90px 5rem 5rem 5rem;
}

.carousel-indicators .section {
	padding: 6rem 5rem 2rem 5rem;
	display:block;
}

.blue-txt {
	color: #009ddc;
}

.white-txt {
	color: #fff;
}

.navbar {
	background-color: #fff;
	font-family: 'BwModelica';
	font-weight: 300;
}

.nav-pd {
	padding: 0 5.75rem;
}

.nav-logo {
	width: 75px;
}
.nav-logo-new {
	width: 215px;
}


.nav-item {
	display: flex;
	color: #000;

}

.nav-link {
	font-weight: 500;
	color: #000;
}

.nav-link:hover {
	color: #000;
	font-weight: 600;
	opacity: 1;
	transform: scale(1.03);
}

.nav-link.active {
	font-weight: 700;
}

.nav-link.active:hover {
	color: #000;
	font-weight: 700;
	opacity: 1;
	transform: scale(1);
}

.navbar-nav li::after {
	display: inline;
	margin: auto 0;
	content: '|';
	opacity: 0.5;
	vertical-align: baseline;
}

.navbar-nav li:last-child::after {
	content: '';
}

.nav-link {
	color: #000;
}

.section-gray {
	background-color: #f2f2f2;
}

.dsp-md-block {
	display: block;
}

.sectionImg {
	background-size: 100%;
	background-position: center;
	background-color: transparent;
	background-repeat: no-repeat;
	/*min-height: 600px !important;*/
	position: relative;
}


.carousel-indicators {
	right: auto;
	margin-left: 0;
}

.carousel-indicators [data-bs-target] {
	width: 15px;
	height: 15px;
	border: none;
	opacity: 1;
	border-radius: 100%;
	border: 1px solid #fff;
	background-color: transparent;
}

.carousel-indicators [data-bs-target].active {
	background-color: #009ddc;
	border: 1px solid #009ddc;
}

#mainSlider .carousel-item {
	min-height: 430px;
}

.carousel-slides {
	color: #fff;
}

.carousel-slides h1 {
	font-size: 3rem;
}

.carousel-slides h2 {
	font-weight: bold;
}


.btn-blue {
	width: 180px;
	color: #fff;
	font-weight: 500;
	background-color: #009ddc;
	border-radius: 0;
}

.btn-blue:hover {
	color: #fff;
	font-weight: bold;
}

.blue-dash-line {
	width: 70px;
	height: 3px !important;
	background-color: #009ddc;
	opacity: 1;
}

/* Footer */

.footer {
	padding: 1rem 5rem;
}

.footer-nav {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: end;
	list-style: none;
	float: right;
	margin: 5px 0;
	padding-left: 0;
	margin-left: auto;
}

.footer-nav li {
	padding: 0 10px;
	width: min-content;
}

.footer-nav li a {
	color: #000;
	font-size: 0.9rem;
	font-weight: 500;
	text-decoration: none;
}

.footer-nav li a:hover {
	color: rgba(0, 0, 0, 0.6);
	transform: scale(2);
}

.social-link-icon {
	width: 1rem;
	height: 1rem;
}

.social-link-icon:hover {
	transform: scale(1.1);
}

.footer-logo {
	width: 170px;
	height: auto;
}

.copyright-txt {
	font-size: 0.9rem;
	padding: 10px 0;
	font-weight: 300;
}

/* footer end */

.info-board p {
	font-size: 1.2rem;
}

.logo-2 {
	position: relative;
}

.logo-2 img {
	position: absolute;
	right: 0;
	width: 75%;
}

.para-content {
	width: 100%;
	line-height: 1.7;
	font-size: 1.5rem;
	font-weight: normal;
	/*float:right;*/
}

.title-highlight {
	font-size: 2.5rem;
	font-weight: 300;
	color: #009ddc;
}

.side-accordion {
	font-size: 1.2rem;
	width: 80%;
	list-style: url('../img/arrow-right-black.svg');
}

.side-accordion li.selected-accordion-item {
	list-style: url('../img/arrow-right-blue.svg');
	border-bottom: 0.1rem solid #009ddc;
}

.side-accordion * {
	background-color: transparent;
}

.accordion-item:last-of-type {
	border-radius: 0;
}

.side-accordion .accordion-body {
	padding-top: 0;
	padding-left: 0;
}

.side-accordion .accordion-header {
	position: relative;
}

.side-accordion .accordion-collapse.show {
	border-radius: 0px !important;
}

.side-accordion .accordion-item {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	margin-bottom: 10px;
}

.side-accordion .accordion-button {
	border-radius: none;
	padding-left: 0;
	padding-bottom: 0.5rem;
	border-radius: 0px !important;
}

.side-accordion .accordion-button.collapsed {
	padding-bottom: 1.2rem;
	padding-top: 1.2rem;
}

.side-accordion .accordion-button:not(.collapsed) {
	color: inherit;
	border-bottom: none;
	background-color: inherit;
	box-shadow: none;
}

.side-accordion .accordion-button:focus {
	z-index: 3;
	border-color: inherit;
	outline: 0px;
	box-shadow: none;
}

.side-accordion .accordion-button::after,
.side-accordion .accordion-button:not(.collapsed)::after {
	background-image: none;
}

.accordion-content {
	display: none;
	width: 80%;
	font-size: 1.2rem;
	line-height: 1.7;
}

.accordion-content.active {
	display: block;
}

.feature-list {
	display: block;
}

.feature-list p {
	font-weight: bold;
	margin: 0;
}

.feature-list ul {
	list-style: none;
	position: relative;
}

.feature-list li::before {
	content: url("../img/arrow-right-blue.svg");
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
}

.feature-list li {
	padding-bottom: 5px;
}

.mr-bottom-5 {
	padding-bottom: 5rem;
}

.mr-top-5 {
	padding-top: 5rem;
}

.ss-slider-1 {
	background-color: #282a75;
	padding: 2rem 3rem;
	min-height: 176px;
	max-height: max-content;
	position: absolute;
}

.ss-slider-1 .slick-prev {
	left: 10px;
}

.ss-slider-1 .slick-next {
	right: 10px;
}

.ss-slider-1 .slick-prev:before {
	content: url('../img/arrow-left-line-white.svg');
}

.ss-slider-1 .slick-next:before {
	content: url('../img/arrow-right-line-white.svg');
}

.ss-slider-1 .ss-slide {
	font-size: 1.1rem;
	font-weight: 300;
	padding-left: 1.5rem;
	padding-right: 0.5rem;
	height: 112px;
	position: relative;
	border-right: 1px solid transparent;
}

.ss-slide-border {
	border-right: 1px solid #fff !important;
}

/* .ss-slider-1 .ss-slide.slick-active{
  border-right: 1px solid #fff;
}

.ss-slider-1 .ss-slide.slick-active:nth-child(last){
  border-right: 1px solid transparent;
} */


.ss-slider-1 .ss-slide a {
	font-size: 1rem;
	color: #009ddc;
	font-weight: 500;
	text-decoration: none;
	position: absolute;
	bottom: 0;
}

.video-btn {
	width: fit-content;
	display: flex;
	padding: 8px 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 5px;

}

.video-btn .video-thumbnail {
	position: relative;
}

.video-btn .video-thumbnail {
	width: 90px;
	height: 70px;
	margin: 0 15px 0 0;
}

.video-thumbnail img {
	height: 100%;
	width: 100%;
}

.video-btn .video-thumbnail .play-video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #009ddc;
	height: 50px;
	width: 50px;
	border-radius: 50px;
	border: none;
}

.play-video-btn {
	animation-name: btn-ripple;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	/* animation-direction: alternate; */
}

@keyframes btn-ripple {
	0% {
		box-shadow: 0px 0px 0px 1px #009edcbd;
	}

	50% {
		box-shadow: 0px 0px 0px 5px #009edc93;
	}

	100% {
		box-shadow: 0px 0px 0px 10px #009edc5d;
	}
}

.video-thumbnail .play-video-btn img {
	height: 100%;
	width: 100%;
}

.video-btn .watch-txt {
	display: flex;
	align-items: center;
	margin: 0 15px 0 30px;
}

.video-btn .watch-txt h3 {
	font-weight: 700;
}

.profile-card {
	width: fit-content;
}

.profile-card .profile-img {
	position: relative;
	margin: 0 25px;
	display: flex;
	justify-content: center;
}

.profile-card .profile-img img {
	height: 220px;
}

.profile-card .profile-img .profile-link {
	width: 2rem;
	height: 2rem;
	text-align: center;
	position: absolute;
	bottom: -16px;
	right: 0;
	background-color: #000;
	border: 0;
	border-radius: 50px;
	/* padding:; */
}

.profile-card .profile-img .profile-link img {
	width: 1rem;
	height: 1rem;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(-50%, -50%);
}

.profile-link:hover {
	transform: scale(1.1);
}

.profile-card .profile-info {
	max-width: 300px;
}

.ss-slider-2 .slick-prev:before {
	content: url('../img/arrow-left-s-line.svg');
}

.ss-slider-2 .slick-next:before {
	content: url('../img/arrow-right-s-line.svg');
}
.ss-slider-4 .slick-prev:before {
	content: url('../img/arrow-left-s-line.svg');
}

.ss-slider-4 .slick-next:before {
	content: url('../img/arrow-right-s-line.svg');
}

/* .ss-slider-3 .slick-prev:before {
	content: url('/wp-content/uploads/2022/09/left-arrow.svg');
}

.ss-slider-3 .slick-next:before {
	content: url('../img/arrow-right-s-line.svg');
}
.ss-slider-3 .svgShape{
	fill:#e5e5e5;
} */
.tabs-menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	width: fit-content;
	padding-left: 0;
	font-size: 1.2rem;
	color: #000;
}

.tabs-menu li {
	padding: 5px 0;
}

.tabs-menu li span {
	padding: 0 15px;
}

.tabs-menu li::after {
	content: '|';
}

.tabs-menu li:last-child::after {
	content: '';
}

.tabs-menu li {
	cursor: pointer;
	text-align: center;
}

.tabs-menu li span:hover {
	font-weight: bold;
}

.selected-tab span {
	font-weight: bold;
	transform: scale(1.1);
}

.cards-group {
	display: none;
	width: fit-content;
	justify-content: center;
	margin: 2rem auto;
}

.cards-group.active-group {
	display: flex;
}

.cards-group .card {
	margin: 12px;
	padding: 10px;
	width: min-content;
	height: fit-content;
}

.cards-group .card-img-top {
	margin: auto;
	width: calc(16rem * 1.2);
	height: calc(9rem * 1.2);
}

.cards-group .card-body {
	padding: 1rem 0 0;
	text-align: center;
	height: fit-content;
}

.cards-group .card-title {
	font-weight: bold;
}

.cards-group .card-link {
	font-size: 1rem;
	color: #009ddc;
	font-weight: bold;
	text-decoration: none;
}

.session-card {
	background-color: #fff;
	display: flex;
	padding: 25px;
	margin-top: 3rem;
}

.session-card .session-card-img {
	position: relative;
	width: fit-content;
}

.session-card-img .card-img-tag {
	position: absolute;
	right: 0;
	top: 10%;
	padding: 5px 15px;
	background-color: #009ddc;
	color: #fff;
	font-weight: 500;
}

.session-card h4 {
	font-weight: 700;
	/* width: 80%; */
}

.session-card p {
	font-size: 1.1rem;
	/* width: 70%; */
}

.session-card-profile {
	display: flex;
	align-items: center;
}

.session-card-profile img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin: 20px 20px 20px 0;
}

.session-card-profile .profile-title {
	font-size: 1.1rem;
	font-weight: bold;
	color: #009ddc;
}

.session-card-profile .profile-desc {
	line-height: 1.2rem;
}

.btn-purple {
	display: block;
	color: #fff;
	letter-spacing: 1px;
	background-color: #282a75;
	border-radius: 0;
	border: none;
	width: 180px;
	padding: 5px 20px;
}

.btn-purple:hover {
	color: #fff;
	font-weight: bold;
}

.register-form {
	background-size: 100%;
	background-position: bottom;
	background-image: url('../img/contact.png');
	background-repeat: no-repeat;
	background-color: #000;
	color: #fff;
	padding: 3.5rem 3rem;
}


.register-form p {
	margin-bottom: 0.1rem;
}
.register-form h3 span {
	font-weight:600;
}

.register-form .policy-link {
	text-decoration: none;
	color: #009ddc;
	font-family: bold;
	font-family: inherit;
}

.register-form .button-arr {
	padding: 10px 0;
	margin: 10px 0;
}

.register-form .button-arr a {
	display: inline-block;
	padding: 7px 15px;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	margin: 10px 10px 10px 0;
	text-decoration: none;
	width: fit-content;
}

.register-form .button-arr a:hover {
	background-color: #009ddc;
	border: 1px solid #009ddc;
}

.section-divide {
	padding: 1rem 10rem;
	background: linear-gradient(0deg, rgba(242, 242, 242, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

.video-modal .modal-body {
	padding: 5px;
}

.video-modal .modal-header {
	border-bottom: none;
}

.navbar-light .navbar-nav .nav-link.active {
	color: rgb(0 0 140);
}


/* OCW Page Css */
.ocw-main-page .navbar-nav .nav-link.active {
	color: #000;
}

.ocw-main-page .register-btn {
	background: #ee8022;
	padding: 0px 20px 0px 0px !important;
	color: #fff !important;
	font-weight: 600;
	margin-left: 10px;
	display: inline-flex;
	text-decoration: none;
	align-items: center;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.ocw-main-page .register-btn.grey-black-btn {
	background: #666;
}

.ocw-main-page .register-btn span {
	margin-right: 10px;
	width: 40px;
	height: 40px;
	display: inline-flex;
	background: #000;
}

.ocw-main-page .register-btn span.bg-grey-black {
	background: #666
}

.ocw-main-page .register-btn span img {
	max-width: 26px;
	margin: auto;
}

.ocw-main-page .carousel-slides h1 span {
	display: block;
}

.ocw-main-page .carousel-indicators [data-bs-target].active {
	background-color: #ee8022;
	border: 1px solid #ee8022;
}

#LTIXOracle,
#LTIMindtreeXOracle {
	background: #666666;
	color: #fff;
}

.ocw-main-page .info-board p {
	line-height: 2rem;
}

.ocw-main-page .video-btn {
	border: 1px solid #fff;
}

.ocw-main-page .video-btn .video-thumbnail {
	width: 220px;
	height: 120px;
	margin: 0px;
}

.ocw-main-page .watch-txt {
	display: flex;
}

.ocw-main-page .watch-txt h3 {
	position: relative;
	padding-right: 25px;
}

.ocw-main-page .watch-txt h3::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0px;
	width: 20px;
	height: 1px;
	background-color: #fff;
}

.ocw-main-page .video-thumbnail .play-video-btn img {
	width: 28px;
	height: 28px;
}

.ocw-main-page .video-btn .video-thumbnail .play-video-btn {
	background-color: #ee8022;
	height: 50px;
	width: 50px;
	border-radius: 50px;
	border: none;
}

.ocw-main-page .video-thumbnail img {
	object-fit: cover;
}


.ocw-main-page .play-video-btn {
	animation-name: btn-ripple-bg;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	/* animation-direction: alternate; */
}

@keyframes btn-ripple-bg {
	0% {
		box-shadow: 0px 0px 0px 1px #ee812269;
	}

	50% {
		box-shadow: 0px 0px 0px 5px #ee812269;
	}

	100% {
		box-shadow: 0px 0px 0px 10px #ee812269;
	}
}

.how-can-help-img {
	background-size: 100%;
	background-position: bottom;
/* 	background-image: url('../img/banner-2.png'); */
/* 	background-image: url('/wp-content/uploads/2023/03/1596x849_How-We-Can-Help-section_option1-1.png'); */
	background-image: url('/wp-content/uploads/2023/03/ExCeL-London.png');
	background-repeat: no-repeat;
	height: 700px;
}

.gala-evening-img {
	background-size: cover;
	background-image: url('../img/gala-evening-banner.png');
	background-repeat: no-repeat;
}

.help-box {
	background: #e5e5e5;
	color: #000;
	padding: 25px;
	min-height: 557px;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 60px!important;
}

.orange-bg {
	background: #ee8022 !important;
	color: #fff !important;
}

.orange-bg a {
	color: #fff;
}


.help-box h2 {
	font-size: 1.6rem;
	min-height: 60px;
/* 	word-break: break-all; */
}

.help-box h4 {
	padding: 20px 70px 20px 25px;
	background: #666;
	color: #fff;
	margin-left: -25px;
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1.6rem;
	min-height: 118px;
}

.orange-bg.help-box h4 {
	background: #fff;
	color: #666;
}
.servicenow-knowledge-2023  .orange-bg.help-box h4{
	background: #ee8022;
}
.servicenow-knowledge-2023 section#Howcanwehelp {
    padding-bottom: 0px!important;
}


.help-box h4:after {
	content: ''
}

.help-box p {
	line-height: 1.8rem;
	font-size: 18px;
}

.help-box a {

	text-decoration: none;

	color: #ee8022;

	font-weight: 600;

	position: absolute;

	bottom: 50px;

	left: 25px;
}

.orange-bg a {
	color: #fff;
}

.orange-dash-line {
	width: 70px;
	height: 3px !important;
	background-color: #ee8022;
	opacity: 1;
}

.pt-15 {
	padding-top: 15rem;
}

.pb-25 {
	padding-bottom: 25rem;
}

.light-black-box {
	background-color: #666666;
	padding: 5rem;
	position: relative;
	top: 160px;
}

.padding-box {
	padding: 4rem 3rem 3rem 3rem;
}
.padding-box-green {
	padding: 7rem 3rem 7rem 3rem;
}

.point-list {
	margin: 0px;
	padding: 20px 0px 20px 0px;
}

.point-list li {
	position: relative;
	padding-left: 15px;
	list-style: none;
	margin-bottom: 7px;
}

.point-list li:before {
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #ee8022;
	position: absolute;
	top: 8px;
	left: 0px;
	transform: rotate(90deg);
}

.servicenow-knowledge-2023 .how-can-help-img {
    background-size: 100% 60% !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
   height: 100% !important;
}
.servicenow-knowledge-2023 .help-box h2{
	background: #e5e5e5;
	color: #000;
}
.servicenow-knowledge-2023 .help-box {
    background: #666;
    color: #fff;
    padding: 0px;
    min-height: 770px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.servicenow-knowledge-2023  .help-box h4 {
    padding: 25px;
    
    color: #fff;
    margin-left: 0px;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.6rem;
    min-height: 118px;
}
.servicenow-knowledge-2023 .help-box a{
	bottom:30px !important;
}
.servicenow-knowledge-2023  .d-type{
list-style: disc !important;
	padding: 0px 40px;
	margin: 0px !important;
}
.servicenow-knowledge-2023 .help-box h2{
	 padding: 25px;
}
.servicenow-knowledge-2023 .marginBottomHelp {
    margin-bottom: 0rem; 
}

.text-box-bg {
	background: #666;
	padding: 4rem;
	color: #fff;
}

.section-divide-bg {
	background: linear-gradient(180deg, rgba(242, 242, 242, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

.section-divide-bg-orange {
	background: linear-gradient(180deg, rgb(238 128 34) 50%, rgba(242, 242, 242, 1) 50%);
}
.servicenow-knowledge-2023 .section-divide-bg-orange{
	background: linear-gradient(180deg, #ee8022 100%, rgba(242, 242, 242, 1) 0%);

}

.pb-5 {
	padding-bottom: 5rem !important;
}

.ocw-main-page .register-form {
/* 	background-image: url('../img/schdule-img.jpg'); */
	background-image: url('/wp-content/uploads/2023/03/Exciting-Offer.png');
	background-position: center;
	background-size: cover;
}

.greener-planet-banner {
	background-image: url('../img/greener-planet.png');
	background-position: center;
}

.pr-0 {
	padding-right: 0px !important;
}

.padding-lr-5 {
	padding-right: 5rem;
	padding-left: 5rem;
}

.padding-tb-5 {
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.servicenow-knowledge-2023 .padding-tb-5 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.ml-5 {
	margin-left: 5rem;
}

.section-divide-bg-orange .light-black-box {
	top: 120px;
}

.bottom-right-fix-btn {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 2;
}
.bottom-right-fix-btn .register-btn{
	opacity:0.8;
/* 	margin-right: -15px; */
	transition:all 0.3s;
}
.bottom-right-fix-btn .register-btn:hover{
	margin-right:0px;
	
}

#GreenPlanet .padding-box p {
	font-size: 17px;
}

#GreenPlanet .light-black-box p {
	font-size: 17px;
}

#GreenPlanet .light-black-box p {
	font-size: 17px;
}

#GreenPlanet .light-black-box p {
	font-size: 17px;
}

#GreenPlanet .light-black-box p {
	font-size: 17px;
}

.font-orange {
	color: #ee8022;
}

.navbar-nav li:last-child:after {
	display: none;
}

#heroBannerCarousel .carousel-indicators {

	justify-content: left;
}

.custom-slide-dots{
	top:72%;
	bottom: auto;
	width: 100%;
}


.navbar-nav li.border-right-none::after {
	display: none;
}


.ss-slider-3 {
	color: #fff;
}

.slick-dots li button:before {
	content: '';
	color: transparent;
	border: 1px solid #000;
	border-radius: 100%;
}

.slick-dots li.slick-active button:before {
	background: #ee8022;
	border: 1px solid #ee8022;
}

.servicenow-knowledge-2023 #spotlightsessions {
	display: none !important;
}

.oracle-cloud-world-2023 #spotlightsessions {
	display: block !important;
	padding-top: 20px;
}

@media screen and (min-width:768px){
	#GreenPlanet{
		padding-top: 8rem;
	}
}
.marginTop{
	margin-top:9rem;
}
.nav-item.active a {
    font-weight: 700;
	color:#000!important;
}
#Letsmeet a {
	color:white;
}
.carousel-item span{
	display:block;
} 

.fw-lighter-org{
	color:#ee8022;
	font-weight:600;
}
@media only screen and (min-width: 1250px) {
.carousel-item img{
		max-width:100%!important;
	}
}
.marginBottomHelp{
	margin-bottom:18rem;
}
.BannerTerms a{
	color:#fff;
	font-size:10px;
	text-decoration:none;
	border-bottom:1px solid white;
}

#net_dine{
display:contents;
}
.TopText{
	/* background-color: white;*/
    color: #fff;
    width: fit-content;
    padding: 5px 0px;
	margin:5px;
    font-weight: bold;
	/*display:none;*/
}


.desktopImg {
	display: block;
}
.mobileImg {
	display: none;
}
html {
    min-width: 100%;
}
.info-board p,
	.info-board {
    	font-size: 1.2rem;
	}
@media (max-width: 767px) {
	#mainSlider .carousel-item &gt; img {
	    min-width: 100%;
	}
	#mainSlider .carousel-item {
		min-height: auto;
		height: auto;
	}
	.desktopImg {
		display: none;
	}
	.mobileImg {
		display: block;
	}
	main {
		width: 100%;
	}
	.section {
		padding: 0;
	}
	.how-can-help-img {
		height: 600px;
		padding-top: 40px;
		background-size: cover;
	}
	.profile-slider {
		padding: 30px 0 0 0;
	}
	.carousel-item {
		width: 100% !important;
	}
	.slick-next	{
		right: 25px;
		z-index: 1;
	}
	.slick-prev	{
		left: 25px;
		z-index: 1;
	}
	.section-divide-bg-orange {
		background: linear-gradient(180deg, rgb(238 128 34) 80%, rgba(242, 242, 242, 1) 80%)
	}
	#Letsmeet .gala-evening-img {
		margin: 0;
	}
	#Letsmeet .padding-box-green {
		padding: 0;
	}
	#Letsmeet .light-black-box{
		padding: 30px;
	}
	.gala-evening-img {
		padding-top: 40px;
		background-size: cover;
	}
	.footer-nav {
		justify-content: space-evenly;
	}
	#Letsmeet .padding-lr-5 {
		padding: 0;
	}
	.carousel-indicators .section {
		padding: 20px;
	}
	.custom-slide-dots {
		top: 90%;
	}
	.text-box-bg {
		padding: 2rem !important;
	}
	.register-form {
		padding: 2rem;
	}
	h6.speaker-type {
		margin-top: 9px;
		margin-bottom: 20px;
	}
}

</pre></body></html>