.header .socal_icon {
	position: absolute;
	right: 0;
}
.header .socal_icon div {
	display: table-cell;
}

.header .socal_icon div a {
	background: #09509f;
	margin: 5px;
	padding: 3.5px;
	border-radius: 100%;
	color: white;
	font-size: 25px;
}

.header_menu nav {
	background-color: rgb(8, 79, 160) !important;
}
.header_menu .nav-item {
	padding: 5px 5px;
}
.header_menu .nav_01 a {
	color: white !important;
	border-bottom-style: solid;
	border-width: 2px;
	border-color: rgb(8, 79, 160);
}
.header_menu .nav_01 a:hover {
	border-bottom-style: solid;
	border-width: 2px;
	border-color: white;
	
}
.header_menu .reachus a {
	color: #0950a0 !important;
	background: white;
	border-radius: 20px;
}


.home_slider .slider_text {
	position: absolute;
	top: 30%;
	left: 20%;
	max-width: 45%;
	color: white;
	font-weight: 600;
}
.home_slider .slider_text h2 {
	background-color: rgba(0, 0, 0, 0.21);
	padding: 20px;
	border-radius: 10px;
}
.home_slider .owl-prev {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(-50%, -50%); /* Combines horizontal and vertical centering */
	font-size: 60px !important;
	color: white !important;
}
.home_slider .owl-next {
	font-size: 60px !important;
	color: white !important;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(-50%, -50%); /* Combines horizontal and vertical centering */
	text-align: center;
}



.home_quality_sec .head {
	font-size: 62px;
	font-weight: 700;
	color: rgb(64, 69, 150);
	text-align: center;
}
.home_quality_sec p {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
}


.home_05 {
	background-image: url("../../uploads/home_slider/2.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 50%;
	background-position-y: 50%;
	filter: opacity(80%);
}
.home_05::before {
	content: "";
	background-color: rgb(8, 79, 160);
	width: 100%;
	position: absolute;
	opacity: 0.75;
	height: 100%;
}
.home_05 .container {
	position: relative;
}
.home_05 .head {
	font-size: 50px;
	font-weight: 700;
	color: white;
	text-align: center;
}
.home_05 p {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	color: white;
}



.home_our_strength .head {
	text-align: center;
}



.products .head {
	justify-content: center;
	display: grid;
}

.products .product_item {
	justify-content: center;
	display: grid;
	padding: 20px;
}
.products .product_img {
	display: grid;
	justify-content: center;
}
.products .product_img img {
	height: 200px;
	padding: 5px;
}
.products .product_text {
	text-align: center;
}


.about_us .head {
	text-align: center;
	padding: 20px 0;
}


.news .head {
	text-align: center;
	padding: 20px 0;
}
.news .card-img-top:hover {
	transform: rotate(-3deg);
}
.news .card-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

footer {
	border-top: beige;
	border-top-style: none;
	border-top-style: dashed;
	margin-top: 30px;
}
footer .item {
	display: grid;
}