#portfoliolist .portfolio {
	
	display:none;
	position: relative;
}
.gridEvents{
    display:grid;
    grid-template-columns: auto auto auto;
}

.flexEvents{
    display: flex;
}

.horizontal{
	overflow-x: scroll;overflow-y: hidden; -webkit-overflow-scrolling: touch;
}


.flexShrinkNone{
    flex-shrink: 0;
	margin-left:10px;
	margin-right:10px;
}

.et_pb_column{
    z-index: unset;
}

.leftRighBtn{
    position: absolute;
    display: flex;
    top:0px;
    align-items: center;
}
.leftBtn{
    left:0px;
}

.righBtn{
    right:0px;
}
.mrgt-5{
    margin-top: 5px;
}

@media  (max-width:1025px){
    .gridEvents{
        display:grid;
        grid-template-columns: auto auto;
    }
}
@media (max-width:768px){
    .gridEvents{
        display:grid;
        grid-template-columns: auto;
    }
}

.evntimg {
    display: inline-block;
    width: 320px;
    margin-bottom: -15px;
    height: 220px;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}

.evntimg img {
    width: 100%;

    border-radius: 10px;
}
.evntimg.pop_open {
    margin: 0;
    width: 95%;
    height: 160px;
}

.horizontal::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.txt-cnt{
    text-align: center;
}


.t3-horizontal{
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.t3-horizontal::-webkit-scrollbar { 
	display: none; 
}

.t3-ms-events-box-t3{    
	box-sizing: border-box;
	width: 320px;
	background: #fff;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 30px;
	padding: 10px;
	border: 1px solid #f2f2f2;
	position: relative;
}

.t3-sliderHeader{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.t3-sliderCategoryMain{
	height:40px;
	border:1px solid green;
	border-radius:40px;
	display:flex;
	padding:10px;
	justify-content:space-between;
	align-items:center;
	color: black;
}
.t3-sliderCategory{
	padding:6px;
	padding-left:20px;
	padding-right:20px;
	margin:5px;
	border-radius:15px;
	animation-timing-function: ease-in-out;
}
.t3-selectedbackground{
	background:green;
	color:white;
}
.t3-sliderMainDiv{
	width:100%;
	height:390px;
	border:0px solid red;
	display: flex;
	margin-top:20px;
}
.t3-sliderArrow{
	width:35px;
	height:391px;
	border:0px solid red;
	display: flex;
	align-items: center;
}
.t3-sliderArea{
	width: calc(100% - 90px);
	height: 431px;
	border: 0px solid red;
	display:flex;
	overflow-x:scroll;  
	margin-left:5px;
	margin-right: 10px;
	scroll-behavior:smooth;
}
.t3-sliderArea::-webkit-scrollbar {
	display: none;
}
.t3-events{
	width:270px;
	height:380px;
	border:0px solid black;
	margin-left:10px;
	flex-shrink: 0;
	margin-right:10px;
	margin-top: 5px;
	padding:10px;
	font-size:13px;
	box-sizing: border-box;
	border-radius:10px;
	position:relative;
	overflow:hidden;
	box-shadow: 0px 0px 5px 2px #c0c0c0;
}
.t3-imageDiv{
	margin:auto;
	height:130px;
	background-color: #ddd;
	border:0px solid red;
	border-radius:10px;
	overflow: hidden;
}
.t3-sliderHeading{
	font-size: 22px;
	font-weight: bold;
	line-height:1.15em;
	max-lines:3;
	margin-top: 10px;
}
.t3-sliderCategoryDiv{}
.t3-sliderDetailsDiv{
	font-size:1em;
	line-height:1.6;
}
.t3-sliderCategorySpan{
	background-color: #777;
	color: #fff;
	padding:5px;
	font-size: 13px;
	border-radius:5px;
}
.t3-sliderDescDiv{
	height:38px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	display: -webkit-box;
	font-size:1.2em;
	line-height:1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.t3-sliderCategoryknowmoreBtn{
	padding:9px 13px;
	background-color: green;
	margin-top:15px;
	border: 0px;
	color:#fff;
	border-radius:7px;
	font-size: 14px;
}
.t3-mrgt-20{
	margin-top:20px;
}
.t3-sliderarrowImg{
	width: 45px;
	height: 35px;
	border-radius:25px;
	border:0px solid red;
	padding:5px;
}
.t3-sliderarrowImg:hover{
	background-color: white;
	box-shadow: 0px 3px 5px 1px #444;
}
.t3-sliderImg{
	width:100%;
}
.t3-sliderHeaderTitle{
	margin-left:50px;
	font-weight: bold;
	font-size: 30px;
}
.t3-filter_cat li{
	border:0px;
	border-radius:30px;
	font-size:14px;
	min-width:55px;
	text-align:center;
}
.t3-slider_category_class{
	border:1px solid '.$color.';
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 50px;
}
.t3-eventdiv{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.t3-showmorebtn{
	margin:auto;
}

@media (max-width:1200px){
	.t3-eventdiv{
		display:grid;
		grid-template-columns: 1fr 1fr 1fr; 
	}
}

@media (max-width:992px){
	.t3-eventdiv{
		display:grid;
		grid-template-columns: 1fr 1fr; 
	}
}

@media (max-width:768px) {
	.t3-sliderHeader{
		display: unset;
		text-align:center;
	}
	.t3-sliderCategoryMain{
		display: unset;
		border:0px;
		text-align: center;
	}    
	.t3-sliderHeaderTitle{
		text-align: center;
	}
	.t3-slider_category_class{
		border:0px;
	}
	.t3-eventdiv{
		display:grid;
		grid-template-columns: 1fr;
	}
}

.t4-events-wrapper{
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
	background: #eee;
	padding: 10px;
}
.t4-slide{
	display:none;
}
.t4-slide.active{
	display:block;
}
.t4-image-wrap{
	background:#fff;
	border:1px solid #e8e8e8;
	padding:14px;
	border-radius:4px;
}
.t4-image{
	width:100%;
	height:auto;
	display:block;
	border-radius:2px;
}
.t4-title{
	margin-top:22px;
	color:'.$accentcolor.';
	font-size:56px;
	font-weight:700;
	line-height:1.06;
}
.t4-category{
	margin-top:14px;
	font-size:22px;
	color:#222;
	font-weight:500;
}
.t4-date,.t4-time{
	margin-top:10px;
	font-size:20px;
	color:#111;
	font-weight:500;
}
.t4-nav{
	margin-top:20px;
	display:flex;
	justify-content:center;
	gap:16px;
}
.t4-nav-btn{
	width:20px;
	height:20px;
	border-radius:50%;
	border:0;
	font-size:28px;
	line-height:1;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	position:relative !important;
}
.t4-nav-btn.prev{
	background:#f3f3f3;
	color:#202020;
	top: 0px !important;
	margin-top: 0px !important;
}
.t4-nav-btn.next{
	background:#202020;
	color:#fff;
	top: 0px !important;
	margin-top: 0px !important;

}
@media (max-width:768px){
	.t4-title{font-size:42px;}
	.t4-category{font-size:18px;}
	.t4-date,.t4-time{font-size:18px;}
}

 
