.callText {
	color: #fff;
	font-weight: 600;
	margin-top: 50px;
}

img {
	height: auto;
}

.grad-list ul li {
	position: relative;
	padding-left: 2.2rem;
	margin-bottom: 0.9rem;
	line-height: 2rem;
}

.grad-list ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: rgb(241, 0, 215);
	background: radial-gradient(circle, rgba(241, 0, 215, 1) 0%, rgba(255, 31, 47, 1) 12%, rgba(242, 83, 73, 1) 24%, rgba(255, 169, 63, 1) 36%, rgba(179, 214, 118, 1) 48%, rgba(0, 0, 255, 1) 65%, rgba(0, 0, 255, 1) 100%);
}

.townhall-sec .img .img-fluid {
	max-width: 100%;
	height: auto;
}

.townhall-sec .row {
	align-items: center !important;
}

.townhall-sec .row:nth-child(even) {
  flex-direction: row-reverse;
}

.brand-sec.brand-sec-inner.text-center {
	background: transparent;
	padding: 0 0;
}


.banner-inner-page {
	padding-bottom: 100px;
}

.buttonGrp {
	margin-top: 30px;
	gap: 10px;
}

/* page-hero CSS */

.page-hero {
	padding: 100px 0 100px;
}

/*.inline-btn {
	display: flex;
	gap: 15px;
	justify-content: center;
}*/

.left-banner {
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
}

.left-banner h1 {
	margin-bottom: 15px;
/*	background: linear-gradient(90deg, rgba(247, 0, 208, 1) 0%, rgba(255, 31, 47, 1) 28%, rgba(242, 83, 73, 1) 55%, rgba(255, 169, 63, 1) 80%, rgba(172, 241, 183, 1) 100%);
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-background-clip: text;*/
}

.left-banner .h5 {
	line-height: 2rem;
	max-width: 900px;
	margin: 0 auto;
}

.left-banner .btn {
	margin-top: 30px;
}

.left-banner .grad-list {
	max-width: 800px;
	margin: 30px auto 20px;
}

.left-banner ul.grad-list li {
	position: relative;
	padding-left: 2.2rem;
	margin-bottom: 0.9rem;
	line-height: 2rem;
	margin-right: 1rem;
}


.left-banner li {
	display: inline-block;
}


/* End page-hero CSS */


.hybrid-platform-sec {
	padding: 100px 0px;

}

.hybrid-platform-sec h2 {
	max-width: 55vw;
	margin: 0 auto;
}

.hybrid-platform-sec p {
	max-width: 50vw;
	margin: 20px auto;
}


.hybrid-platform-nav {
	background-color: #fff;
	max-width: 950px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	padding: 5px 10px;
	border-radius: 3rem;
	margin-top: 30px;
}

.hybrid-platform-nav li {
	cursor: pointer;
	padding: 10px 10px;
	border-radius: 2rem;
	text-align: center;
	color: var(--dc-primary);
	font-size: 18px;
	font-weight: 500;
}

.hybrid-platform-nav .slick-current li {
	color: #fff;
	background: #3f2e88;
}

.hybrid-platform-sec .hybrid-platform-slider {
	margin-top: 50px;
}


.hybrid-platform-slider .item {
	transition: all 300ms ease;
	transform: scale(0.90);
	position: relative;
}

.hybrid-platform-slider .item img {
	width: 100%;
	border-radius: 20px;
}

.hybrid-platform-slider .dimension-img:before {
	padding-top: 56%;
}


.hybrid-platform-slider .dimension-img .lazy {
	width: auto !important;
}

.hybrid-platform-slider .dimension-img .lazy.loaded {
	width: 100% !important;
}


.hybrid-platform-slider .item:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(79, 77, 77, 0.70);
	border-radius: 10px;
}

.hybrid-platform-slider .slick-center .item {
	transform: scale(1);
}

.hybrid-platform-slider .slick-center .item:before {
	background-color: rgba(79, 77, 77, 0.10);
}


.hybrid-meeting-sec {
	padding-bottom: 100px;

}

.hybrid-meeting-sec h3 {
	padding-bottom: 10px;
}


.townhall-sec {
	padding-bottom: 120px;
	background-color: #fff;
	position: relative;
}

.townhall-sec:before {
	background: rgb(255, 245, 244);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 245, 244, 1) 100%);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	z-index: 1;
}

.townhall-sec .container {
	position: relative;
	z-index: 9;
}

.townhall-sec .row {
	padding-top: 120px;
	justify-content: space-between;
	align-items: flex-start;

}

.townhall-sec .img {
	max-width: 40%;
	flex: 0 0 40%;
	padding-left: 1rem;
	padding-right: 1rem;
}


/*
.townhall-sec .img .dimension-img:before {
	padding-top: 60%;
}
*/

  
.townhall-sec .content {
	max-width: 50%;
	flex: 0 0 50%;
	padding-left: 1rem;
	padding-right: 1rem;
}

.townhall-sec .content h3 {
	margin-bottom: 1rem;
}

.townhall-sec .img.order-2 {
	order: 2;
	text-align: right;
}


.townhall-sec .tag {
	background: rgb(247, 0, 208);
	background: linear-gradient(90deg, rgba(247, 0, 208, 1) 0%, rgba(255, 31, 47, 1) 28%, rgba(243, 91, 73, 1) 53%, rgba(248, 174, 69, 1) 76%, rgba(118, 185, 149, 1) 100%);
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 6px 15px;
	border-radius: 50px;
	margin-bottom: 1rem;
}

.townhall-sec ul.grad-list li strong {
	display: block;
}


.impact-stories {
	padding-top: 5rem;
	background: var(--dc-primary);
}


.impact-stories h2 {
	color: #fff;
}

.ExploreMore {
	color: #fff !important;
}

.ExploreMore .arrow-link::before {
	border-top-color: #ffff !important;
	border-left-color: #ffff !important;
}

.ExploreMore .arrow-link::after {
	background-color: #ffff !important;
}


/* Blog */

.blog-in-sec {
	padding-bottom: 100px;

}

.blog-in-area {
	gap: 30px;
	justify-content: space-between;
	margin-top: 50px;
}

.blog-in-box {
	height: 100%;
	border-radius: 1.5rem;
	box-shadow: 0px 2px 50px -20px rgba(0, 0, 0, 0.1);
	background: #ffff;
	position: relative;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	border: double 2px transparent;
	flex: 0 0 33.33%;
	max-width: calc(33.33% - 30px);
}

.blog-in-box:hover {
	background-image: linear-gradient(white, white), linear-gradient(90deg, rgba(241, 0, 215, 1) 0%, rgba(255, 31, 47, 1) 15%, rgba(242, 83, 73, 1) 33%, rgba(255, 169, 63, 1) 49%, rgba(179, 214, 118, 1) 63%, rgba(0, 134, 202, 1) 83%, rgba(0, 0, 255, 1) 100%);
	background-origin: border-box;
	background-clip: content-box, border-box;
}

.blog-in-box-space {
	padding: 40px 25px;
}

.blog-in-img {
	border-radius: 20px;
	margin: 0 0 20px;
	overflow: hidden;
}

.blog-in-img .dimension-img:before {
	padding-top: 60px;
}


.blog-in-img img {
	margin: 0 auto;
	display: block;
}

.blog-in-cnt h4 {
	margin-bottom: 20px;
	text-align: center;

}

.blog-in-cnt p {
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;

}


section.clutterbreakMain.gradientBg {
	padding-block: 0;
}

.EventGoingContentSection ol li::before {
	content: "";
	position: absolute;
	left: 9px;
	top: 5px;
	width: 8px;
	height: 15px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.EventGoingContentSection ol li {
	font-size: 18px;
	color: var(--white);
	font-weight: 300;
	line-height: 30px;
	position: relative;
	padding-left: 35px;
}

.EventGoingContentSection ol {
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 3;
	margin-top: 30px;
}

.EventGoingContentSection {
	color: #fff;
	padding: 120px 0;
}

.EventGoingContentSection h3.font-normal {
	margin: 20px 0;
}

.EventGoingContentSection .readmore {
	display: inline-block;
	/* padding: 20px 0px 10px; */
	cursor: pointer;
	/*	color: var(--dc-primary);*/
	/*
	font-weight: 600;
    font-size: 12px; 
*/
}


footer:before {
	display: none;
}

.opening-popup-inner:after {
	border: double 5px transparent;
	background-image: linear-gradient(white, white), linear-gradient(90deg, rgba(241, 0, 215, 1) 0%, rgba(255, 31, 47, 1) 15%, rgba(242, 83, 73, 1) 33%, rgba(255, 169, 63, 1) 49%, rgba(179, 214, 118, 1) 63%, rgba(0, 134, 202, 1) 83%, rgba(0, 0, 255, 1) 100%);
	background-origin: border-box;
	background-clip: content-box, border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
}

.modal-content {
	padding: 0 0 3rem !important;
}

.modal-content .popup-content h2,
.modal-content .popup-content h3,
.modal-content .popup-content h4,
.modal-content .popup-content h5 {
	margin-bottom: 10px;
}

.modal-content .popup-content ul li {
	line-height: 26px;
}

/* End Power Sec CSS */


@media (max-width:1199px) {
	.townhall-sec .img {
		max-width: 48%;
		flex: 0 0 48%;
	}


}


@media (max-width:991px) {

	.page-hero {
		padding: 2rem 0 50px;
	}

	.townhall-sec {
		padding-bottom: 80px;

	}

	.townhall-sec .row {
		padding-top: 80px;

	}

	.banner-inner-page {
		padding-bottom: 50px;
	}


	.banner-inner-page .banner-content {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.banner-inner-page .banner-img {
		display: none;
	}


	.hybrid-platform-sec {
		padding: 50px 0px;
	}


	.hybrid-platform-sec .hybrid-platform-slider {
		margin-top: 50px;
	}


	.hybrid-platform-sec .hybrid-platform-slider .slick-prev {
		left: 9%;
	}

	.hybrid-platform-sec .hybrid-platform-slider .slick-next {
		right: 9%;
	}


	.EventGoingContentSection ol li {
		font-size: 16px;
	}

	.hybrid-platform-nav li {
		font-size: 16px;
		padding: 10px 5px;
	}


	.EventGoingContentSection {
		padding: 80px 0;
	}


	.blog-in-area {
		gap: 10px;

	}

	.blog-in-box-space {
		padding: 30px 15px;
	}

	.blog-in-box {
		max-width: calc(33.33% - 5px);
	}


}


@media(max-width:767px) {

	.page-hero {
		padding: 70px 0px 70px;
	}


	.left-banner .grad-list {
		text-align: left;
	}


	.btn {
		font-size: 15px;
		padding: 15px 30px;
	}

	.hybrid-platform-nav {
		background-color: transparent;
		padding: 0 40px;
	}

	.hybrid-platform-sec h2 {
		max-width: 100%;
	}

	.hybrid-platform-sec p {
		padding-top: 20px;
	}

	.hybrid-platform-sec .hybrid-platform-slider .img-box {
		border-radius: 15px;
	}


	.hybrid-platform-sec {
		padding: 50px 0px;
	}

	.hybrid-platform-sec .slick-prev,
	.hybrid-platform-sec .slick-next {
		margin: 0.5rem;
		top: 110%;
	}


	.hybrid-platform-sec .hybrid-platform-slider .slick-prev {
		right: calc(100% - 50%);
		left: inherit;
	}

	.hybrid-platform-sec .hybrid-platform-slider .slick-next {
		left: calc(100% - 50%);
		right: inherit;
	}


	.townhall-sec {
		padding-bottom: 50px;
	}

	.townhall-sec .row {
		padding-top: 20px;
	}

	.townhall-sec .img,
	.townhall-sec .content {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.townhall-sec .content {
		order: 2;
		padding-top: 20px;
	}

	.townhall-sec .img.order-2 {
		order: 1;

	}

	.townhall-sec h2 br {
		display: none;
	}

	.blog-in-area {
		flex-wrap: wrap;
	}

	.blog-in-box {
		flex: 0 0 100%;
		max-width: calc(100% - 0px);
	}

	.blog-in-sec {
		padding-bottom: 50px;
	}

	.blog-in-box-space {
		padding: 25px 15px;
	}


	.EventGoingContentSection {
		color: #fff;
		padding: 50px 0;
	}

	.EventGoingContentSection h3.font-normal {
		margin: 10px 0;
	}

	.EventGoingContentSection ol {
		column-count: 1;
		margin-top: 15px;
	}

	.EventGoingContentSection ol li {
		font-size: 16px;
	}


}


.connect-with-us{ 
    background: rgb(243,91,73);
	background: linear-gradient(0deg, rgba(243,91,73,1) 0%, rgba(248,174,69,1) 50%, rgba(118,185,149,1) 100%);
    padding:120px 0px;
    margin-top:100px;
}


.connect-with-us .heading{ 
    max-width:35%; 
    flex:0 0 35%; 
    position:relative;
}


.connect-with-us .heading span{
    display:block;
}

.connect-with-us .heading p{ 
    padding-top:10px;
}

.connect-with-us .row{ 

    justify-content:space-between;
}



.connect-with-us .demo-form {
	padding: 0;
	max-width:60%;
	flex:0 0 60%;
	position: relative;
	z-index:8;
}


.connect-with-us .enquiry-form {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
	justify-content: space-between;
}


.connect-with-us .enquiry-form .form-group.half{
    margin-left:0px;
    margin-right:8px;
    flex: 0 0 calc(33.33% - 19px);
		max-width: calc(33.33% - 19px);
}

.enquiry-form .form-group + p {
	display: inline-block;
	width: 0;
	height: 0;
}

.connect-with-us .enquiry-form .form-group.full{
    margin-left:0px;
    margin-right:8px;
    flex:100%;
}


.connect-with-us .enquiry-form .privacy {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: -8px !important;
	color: #fff;
}

.connect-with-us .enquiry-form .privacy .form-group{ 
    margin-left:auto;
    margin-bottom:0;
}



select.form-control {
	appearance: none;
	background-image: url(../images/new/drope-arrow.png);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: calc(100% - 15px);
} 



.form-group {
	margin-bottom: 0.9rem;
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ddd;
	border-radius: 0.6rem;
	font-family: var(--primary-font-family);
	font-size: 14px;
	height: calc(1.25rem + 30px);
}

textarea.form-control {
	height: 80px;
}
  
.submit-btn {
	background: rgb(247,0,208);
	background: linear-gradient(0deg, rgba(247,0,208,1) 0%, rgba(255,31,47,1) 29%, rgba(242,83,73,1) 48%, rgba(255,169,63,1) 75%, rgba(172,241,183,1) 100%);
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight:500;
	padding: 15px 20px;
	font-size: 1.1rem;
    border-radius: 10px;
	
    cursor:pointer; 
    border:0;
}




@media(max-width:991px){
.connect-with-us .row {
	justify-content: space-between;
	flex-direction: column;
	gap: 25px;
}
.connect-with-us .heading {
	max-width: 100%;
	flex: 0 0 100%;
	text-align: center;
}
.connect-with-us .demo-form {
	max-width: 100%;
	flex: 0 0 100%;
}
.connect-with-us {
	padding: 60px 0px;
}

}

@media(max-width:767px){
.connect-with-us {
	margin-top: 50px;
}
.connect-with-us .enquiry-form .form-group.half {
	flex: 100%;
	max-width: 100%;
}
.connect-with-us .enquiry-form .form-group.full {
	flex-direction: column;
	gap: 40px;
}
.connect-with-us .enquiry-form .privacy .form-group {
	margin-left: 0;
}

}

.readmorePopupContact {
	color: var(--dc-secondary);
}

.readmorePopupContact a {
	color: var(--dc-primary);
	font-weight: 500;
}

.form-group .btn + .ajax-loader {
	display: none;
}

.form-group.full.privacy p {
	display: none;
}
