.s-content .title {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.s-content ul {
	padding-left: 17px;
}

.s-content li {
	list-style: circle;
}

.s-content.half li {
	color: #b0c738 !important;
}

.s-content.half .row p {
	text-align: justify;
}

h5.s-last {
	font-weight: 500;
}

.list-component {
	margin: 10px 10%;
}

.list-component .item {
	text-align: center;
	margin-top: 10px;
}

.list-component .item span {
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background-color: #c7cb46 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #FFF;
	margin: auto;
	margin-bottom: 10px;
	;
}

.s-images-slider {
	overflow-x: auto;
	white-space: nowrap;
	text-align: center;
}

.s-images-slider img {
	display: inline-block;
	/* width: px; */
	height: 120px;
	margin-right: 10px;
}
.s-images-slider.partner img{
	height: 140px;
}
@media(max-width:700px){
	.s-images-slider.partner img{
		height: 120px;
	}
}

.other-item {
	clear: both;
}

.other-item .title {
	position: relative;
	padding-left: 15px;
	color: #12a0b1 !important;
	font-weight: 500;
}

.other-item .title::before {
	border: none;
	color: #12a0b1;
	content: "\f111";
	display: inline-block;
	font-family: fontawesome;
	font-size: 9px;
	margin-right: 10px;
	padding: 0;
	left: 0;
	position: absolute;
	top: 4px;
}

.y-list-style li::before{
	color: #b0c738 !important;

}
ul.list li{
	padding-left: 20px;
}
.other-item p {
	margin-left: 19px;
}

.list-imgs-4 .item {
	display: flex;
	margin-top: 10px;
	align-items: center;
}

.list-imgs-4 .item {
	font-size: 14px;
	line-height: 1.3;
}

.list-imgs-4 img {
	width: 40px;
	height: 100%;
	
	margin-right: 5px;
	
}
ul.no-style li {
	list-style: none !important;
	
}
.list-style-disc li{
	list-style: disc;
}
.y-colored {
	color: #b0c738;
}
@media(max-width: 700px){
	.image-scroll {
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
	  }
	
	  .image-scroll img {
		display: inline-block;
		height: 200px;
		max-width: 400px;
		margin-right: 10px;
	  }
}


.service-med .box{
	min-height: 210px;
	border: 2px solid #12a0b1;
	border-radius: 3px;
	padding: 10px;
	padding-top:20px;
	margin-bottom: 30px;
	text-align: center;
}
.service-med .box img{
	width: 50px;
	height: 50px;
	margin: auto;
	margin-bottom: 10px;;
}
.c-dropdown .item{
	position: relative;
	cursor: pointer;
}
.c-dropdown > .item ::after{
	border: none;
	color: #f8f8f8;
	content: "\f078";
	display: inline-block;
	font-family: fontawesome;
	font-size: 16px;
	margin-right: 10px;
	padding: 0;
	right: 0;
	position: absolute;
	top: 10px;
	transition: 0.3s ease;
}

.c-dropdown-items{
	display: none;
}
.c-dropdown.open .c-dropdown-items{
	display: block !important;
}
.c-dropdown:hover .item::before{
	content: "\f077" !important;
}
.c-dropdown:hover > .c-dropdown-items{
	display: block !important;
	transition: 0.3s ease;
}
.c-dropdown-items:hover{
	display: block !important;
}
.images-offshored > div{
	padding-right: 0;
	padding-left: 0;
}
.offshard.owl-carousel .owl-item img{
	height: 100%;
	
}
.c-link{
	color: #30a4dc;
	text-decoration: underline;
	text-align: center;
	margin-top: 30px;
}
