.footer-list.lsts ul li ul {
	width: 50%;
}

.footer-list.lsts ul li:nth-child(1) {
	display: flex;
	flex-wrap: wrap;
}
.footer-list.lsts ul li ul {
	width: 50%;
}
.footer-list.lsts ul li ul:nth-child(1) li:nth-child(1) a {
	color: #ff9700 !important;
}
.footer-list.lsts ul li ul:nth-child(2) li:nth-child(1) a {
	color: #ff9700 !important;
	line-height: 20px;
	margin-bottom: 5px;
}

.info__box:nth-child(1) {
	margin-bottom: 20px;
}
.fotter-info ul li a {
	font-size: 8px;
}  
.desk_image {
	position: relative;
}
.contact_button_tab {
	position: absolute;
	top: 75%;
	transform: translateY(-50%);
	left: 9.1%;
}
.contact_button_tab a:hover {
	background: #ee9b11;
	color: #ffffff;
}
.contact_button_tab a {
	background: transparent;
	border: 1px solid #ed9b13;
	color: #ee9b11;
}
.whatsap_icon a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.whatsap_icon a {
	position: fixed;
	z-index: 99999;
	bottom: 20px;
	right: 20px;
	background: #0bd561;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}
.whatsap_icon a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


section.testimonial {
	overflow: hidden;
}
.testimonial .owl-nav.disabled {
	display: none;
}

.top_logos a img {
	width: 100%;
}
.top_logos a:hover {
	width: 170px;
}
.top_logos a {
	width: 150px;
	display:block;
	transition: 0.7s all;
}

.top_logos.active a:hover {
	opacity: 1 !important;
}
.top_logos {
	display: flex;
	align-items: center;
	gap: 30px;
	width: 26%;
	transition: 0.7s all;
	height: 54px;
}
.top_logos:hover a {
	opacity: 0.5;
}
@media (max-width: 991px){
	.top_logos {
		gap: 20px;
		width: 70%;
	}
}

@media (max-width: 767px){
	.top_logos {
		gap: 20px;
		width: 100%;
	}
}

.top_logos a.active {
	opacity: 1;
}
.border_bottom {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
	height: 54px;
}

.border_bottom .container-fluid {
	padding: 0 50px;
}

.whatsapp_icon img {
	width: 100%;
}
/* .whatsapp_icon {
	position: fixed;
	width: 60px;
	bottom: 4%;
	right: 4%;
} */

.support_field input {
	width: 100%;
	padding: 10px;
}

.inner__contact .support_field p {
	padding: 0;
}

.support_field textarea {
	height: 120px;
	resize: none;
	border-radius: 0;
}

.single-news_sidebar > h3 {
	border-bottom: 1px solid var(--yellow);
	padding-bottom: 9px;
	font-size: 25px;
	font-weight: 500;
}
.single-news_sidebar_box {
	padding: 10px 20px;
}
.dark {
	padding: 15px 0px 15px 0px;
}
li.dark .col-sm-4 {
	padding: 0px;
}
.single-news_sidebar {
	padding: 20px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
	border-radius: 5px;
	position: sticky;
	top: 19%;
}
span.sidebar_date {
	font-size: 15px;
}
li.dark h6 {
	margin-bottom: 5px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.single_news_image {
	border-radius: 5px;
	overflow: hidden;
}
section.p_100.single_news_main h1 {
	font-weight: 600;
	margin-bottom: 29px;
}
h4.news_date i {
	font-size: 15px;
	color: #7d7d7d;
}
h4.news_date {
	font-size: 16px;
	color: #7d7d7d;
	margin-bottom: 20px;
}
li.dark.name h6 {
	color: #000;
}
span.sidebar_date {
	color: #999999;
	font-weight: 600;
	font-size: 14px;
}
header.header_area {
	box-shadow: 0px -26px 30px 7px;
}



.script_line a {
	display: block;
}
.script_line {
	background: #015197;
	padding: 10px 0;
	text-align: center;
}

.script_line h4 {
	font-size: 15px;
	color: #ffffff;
	line-height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
}

.script_line h4 span {
	font-size: 14px;
}
header.header_area {
    box-shadow: none !important;
    border-bottom: 1px solid #b5b5b5 !important;
}