.copyright {
    display: none !important;
}
.entry-title a{color:red;}

.nav-button:hover {
    background: #00C8BD !important;
    color: #fff !important;
}
.terms-sec{
    padding-top: 10rem;
	padding-bottom: 2rem;
}
.terms-txt {
    color: #333;
    font-size: 20px;
    line-height: 1.3;
}
@media screen and (min-width: 768px){ 

	.our-drive-head h1 {
		font-weight:500;
		
	}
}
.news_img{
	background-size: cover;
	min-height: 410px;
}
.news_imgs {
    height: 120px;
    overflow: hidden;
/*     background: red; */
    margin-bottom: 25px;
}
.post_img1 img {
    width: 90%;
    height: 100%!important;
    text-align: right;
    object-fit: cover;
    object-position: top;
}
.owl-carousel.article-slider .owl-item .card-image{
	height: 250px;
	overflow: hidden;
}
.owl-carousel.article-slider .owl-item .card-image img{
	width: 100%!important;
	height: 100%!important;
	object-fit: cover;
	object-position: top;
}
.article-slider.owl-carousel .owl-nav{
	opacity: 1;
}
.article-slider.owl-carousel .owl-nav div.nav-button{
	position: absolute;
    margin-top: -75px;
    z-index: 99;
    line-height: 48px;
    text-align: center;
    width: 46px;
    height: 46px;
    background: #fff;
    border: 1px solid #000;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    color: #1b1f2e;
    -webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
    border-radius: 29px;
    font-size: 35px;
    color: #00C8BD;
    text-align: center;
    line-height: 39px;
    left: 5rem;
}
.article-slider.owl-carousel .owl-nav .owl-prev,.article-slider.owl-carousel .owl-nav .owl-next{
	box-shadow: none!important;
	border: none!important;
	background: transparent!important;
}
.article-slider.owl-carousel .owl-nav .owl-prev{
	left: 82%;
    top: 40px;
}
.article-slider.owl-carousel .owl-nav .owl-next{
	right: 9%;
    top: 40px;
}
@media all and (min-width: 768px) and (max-width: 991px){
	.custom_news{
		padding: 0 15px;
	}
	
	.article-slider.owl-carousel .owl-nav .owl-prev {
		left: 73%;
		top: 40px;
	}
	.article-slider.owl-carousel .owl-nav .owl-next {
		right: 14%;
		top: 40px;
	}
	.post-heading{
		font-size: 14px;
	}
}
@media all and (max-width: 767px){
	.custom_news{
		padding: 0 15px;
	}
	.article-slider.owl-carousel .owl-nav .owl-prev {
		left: 46%;
		top: 50px;
	}
	.article-slider.owl-carousel .owl-nav .owl-next {
		right: 29%;
		top: 50px;
	}
	.article-slider.owl-carousel .owl-nav div.nav-button{
		width: 36px;
		height: 36px;
		background: #fff;
		border: 1px solid #000;
		-webkit-transition: all 0.35s;
		transition: all 0.35s;
		-moz-transition: all 0.35s;
		-ms-transition: all 0.35s;
		color: #1b1f2e;
		-webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
		box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
		border-radius: 29px;
		font-size: 26px;
		color: #00C8BD;
		text-align: center;
		line-height: 30px;
	}
	.sidebar_txt{
		margin-bottom: 20px;
	}
	.news_imgs{
		margin-bottom: 0;
	}
}


.anger_campaign .elementor-container{
	display:flex;
	gap:30px;
	justify-content:space-between;
}
.campaigning{
    min-height: 260px!important;
    padding: 37px 37px 37px 45px;
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.campaigning:after{
	content: url('../assets/images/arrow.png');
	position:absolute;
	right:-65px;
	top:50%;
	transform:translatey(-50%);
	z-index:99;
}
.campaigning:before{
	content:'';
	border:8px solid #a6a6a6;
	border-radius:30px;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	position:absolute;
	width:100%;
	height:100%;
	z-index: 9;
}
.campaigning:hover:before{
	border:8px solid #26d7c7;
}
.campaigning:hover:after{
	content: url('../assets/images/arrow_right.png');
}
.campaigning:last-child:after{
	display:none;
}
.anger-campaigning p{
	padding-left:0px!important;
	margin:0px;
	line-height:25px;
}
.anger-campaigning img{
	display:none;
}
.tgl-agr  .elementor-tabs-wrapper{
	padding-right:40px;
}
.tgl-agr .elementor-tab-title{
	border-bottom: 1px solid #979797!important;
    position: relative;
    padding: 30px!important;
}
.tgl-agr .elementor-tab-title.elementor-active:before{
	background:#00c7bc;
}
.tgl-agr .elementor-tab-title:before{
	content: '';
    top: 50%!important;
    position: absolute;
    width: 8px!important;
    height: 8px!important;
    background: #000;
    transform: translateY(-50%)!important;
    left: 0;
    border-radius: 50%;
}
@media all and (max-width: 1024px){
	.campaigning {
		min-height: 206px!important;
		padding: 37px 37px 37px 45px;
		display: flex!important;
		justify-content: center;
		align-items: center;
		width: 48%!important;
	}
	.campaigning:nth-child(2):after{
		display:none;
	}
}
@media all and (max-width: 767px){
	.campaigning:after {
		top: auto;
		left: auto;
		right:auto;
		bottom: -113.4px;
		transform: rotate(90deg) translatex(-50%) translateY(0);
	}
	.campaigning{
		min-height: 150px!important;
		padding: 30px;
		width:100%!important;
	}
	.campaigning:nth-child(2):after{
		display:block;
	}
}