.main-color,
a,
.titlebar-inner h1{

	color: var(	--lqd-color-primary);

}

.bg-motm{
	background-color:var(--lqd-color-primary);
}



.menu-active-link{

	color: var(	--lqd-color-primary);

}

.titlebar-inner{
	background-position: center;
	background-size: cover;
	background-repeat: none;
	
}

/*
.services-list{
	list-style: none;
    padding: 0;
    background: #f0ebff;
    padding: 10px;
    font-size: 14px;
    border-radius: 10px;
    margin-top: 80px;
}

.services-list li{
	margin-bottom:10px;
}

.services-list li a{
	color: #000000;	
}*/

.services-item-active{
	color: var(--lqd-color-link)!important;
	background: #ffffff;
}


.clients .carousel-container .carousel-items {
    margin-inline-start:-4%;margin-inline-end:-4%}

.clients .carousel-container .carousel-item {
    width: 20%;
    padding-inline-start:4%;padding-inline-end:4%}

@media(max-width: 991px) {
    .clients .module-col {
        margin-bottom:35px
    }

    .clients .carousel-container .carousel-item {
        width: 25%
    }
}

.clients-page .row:first-child .border-1{
	border-top: 0!important;
}

.clients-page .row:last-child .border-1{
	border-bottom: 0!important;
}

.clients-page .row .col:first-child .border-1{
	border-left: 0!important;
}

.clients-page .row .col:last-child .border-1{
	border-right: 0!important;
}

.module-copyright a{
	color: #ffffff;
}

@media(max-width:768px){

	section.banner h1{
		line-height: 50px;
    	font-size: 45px;
	}

	.hide-mobile{
		display: none	;
	}

	.lqd-mobile-sec .menu-item-has-children.is-active-karim  .nav-item-children{
		display: block;
	}
}