/*--------import style for feature-section--------*/

@import "owl.min.css";

/*----------------end------------------*/

.logo-section .title-line {
    top: -170px;
    margin-bottom: -140px;
}
.max-width-667 {
	max-width: 667px;
	margin-left: auto;
	margin-right: auto;
}
.logo-two-col {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 30px;
}
.logo-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0px;
  	background-color: rgb(255, 255, 255);
  	height: 164px;
  	width: 100%;
  	padding: 10px;
	border: 1px solid #dfdfdf;
}
.logo-slider.owl-carousel .logo-item {
	height: 125px;
}
.logo-slider.owl-carousel .owl-item img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.logo-slider.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 40px;
}
.logo-slider.owl-carousel .owl-dots .owl-dot {
	width: 10px;
  	height: 10px;
  	padding: 0;
  	border: 2px solid rgba(5, 10, 91,0.471);
  	border-radius: 50%;
  	background-color: transparent;
  	margin: 3px;
}
.logo-slider.owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--sk-parrot);
	border-color: var(--sk-parrot);
}
.logo-slider.owl-carousel .owl-nav {
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.logo-slider.owl-carousel .owl-nav .owl-prev,
.logo-slider.owl-carousel .owl-nav .owl-next {
	position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 35px;
}
.logo-slider.owl-carousel .owl-nav .owl-next {
	right: -35px;
	left: auto;
}
.logo-slider.owl-carousel .owl-nav .owl-prev svg,
.logo-slider.owl-carousel .owl-nav .owl-next svg {
	width: 100%;
	height: 100%;
}
@media (max-width: 767px) {
	.logo-two-col {
		gap: 15px;
	}
	.logo-slider.owl-carousel .owl-dots {
	    margin-top: 20px;
	}
	.logo-section .title-line {
        top: -85px;
        margin-bottom: -70px;
    }
	.logo-section .title-line img {
        height: 100px;
    }
	.logo-slider.owl-carousel .owl-nav .owl-prev,
	.logo-slider.owl-carousel .owl-nav .owl-next {
		left: -30px;
		width: 30px;
		height: 30px;
		font-size: 30px;
	}
	.logo-slider.owl-carousel .owl-nav .owl-next {
		right: -30px;
		left: auto;
	}
}
