/* ------------------------------------------ */
.header-main .topbbar .left-sec ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	font-size: 12px;
}

.header-main .topbbar .left-sec ul li + li {
	margin-left: 0;
}

.header-main .logo-bar .left-sec .logo-sec .logo img {
	max-width: 100%;
}

.header-main .logo-bar .rightSec {
	text-align: right;
}
.header-main .logo-bar .rightSec a {
	display: inline-block;
    font-size: 1.4em;
    font-weight: 900;
    padding: 20px 40px;
    background-size: 100% 100%;
    background-position: center;
    color: #fff;
}
.header-main .logo-bar .rightSec a img {
	max-width: 100%;
	max-height: 100px;
}

.home-slider-one .hero-item-one {
	background-position: top center;
}

.home-message-one .img-sec img {
	max-height: 400px;
	object-fit: cover;
	object-position: top;
}

.home-about-two .aboutSlider .owl-dots {
	justify-content: center;
}

.home-about-two .aboutSlider .owl-dots .owl-dot span {
	background-color: #a2a2a2;
}

.home-about-two .aboutSlider .owl-dots .owl-dot.active span {
	background-color: #2f855a;
}

.inner-pg-banner {
	background-position: top center;
	background-attachment: unset;
}

.newAboutOne .img-sec {
	display: inline-block;
    float: right;
    margin: 0 0 10px 10px;
}

.newAboutOne .img-sec img {
	max-width: 100%;
	max-height: 270px;
    object-fit: cover;
    object-position: top;
}

@media (max-width:767.98px) {
	.header-main .topbbar .left-sec ul {
		justify-content: center;
	}

	.header-main .topbbar .right-sec ul {
		justify-content: center;
	}

	.home-message-one .img-sec img {
		max-height: 250px;
	}

	.newAboutOne .img-sec {
		margin: 0;
	}

}
