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

/* page-hero CSS */

.page-hero {
	padding:2.54rem 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;
    border-radius: 20px;
    overflow: hidden;
}

.hybrid-platform-slider .item img{ width:100%;}

.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 .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;
}

/*
 .testimonial-sec{
    background:#fff5f4!important;
}


.testimonial-sec h4,
.testimonial-sec h2{ 
    color:var(--dc-primary)!important; 
}


.testimonial-sec .curve{ 
    display:none;
}




.testimonial-sec .user-info .brand .white{ 
    display:none;
}
.testimonial-sec .user-info .brand .black{
    display:block!important;
}

.testimonial-sec .descraption .quoto .white{ 
    display:none;
}
.testimonial-sec .descraption .quoto .fill{ 
    display:block!important;
}*/

.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  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;
    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: 1.54rem 0 50px;
}
    
 
.left-banner .grad-list {
	text-align: left;
}


.btn {
	font-size: 15px;
	padding: 15px 30px;
}
 
.hybrid-platform-nav{
 background-color:transparent;
}    

.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;
}
      

}