@import url(./common.css);
@import url(./nav.css);
@import url(./banner.css);
@import url(./productlist.css);
@import url(./contact.css);
@import url(./footer.css);

.slider_area {
	position: relative;
	z-index: 0;
}
.slider_area .single_slider {
	justify-content: center;
	align-items: center;
	height: 650px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.slider_area .single_slider .slider_text h3 {
	color: rgb(255, 255, 255);
	margin: 0px;
	font-size: 48px;
	font-weight: 700;
	text-shadow: -1px 1px 3px rgba(0, 0, 0, 1);
	text-align: center;
}
.slider_area .single_slider .slider_text p {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	animation-delay: 0.4s;
	color: rgb(255, 255, 255);
	margin-top: 18px;
	font-size: 22px;
	line-height: 1.7;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.7) 1px 0px 3px;
}
.slider_area .owl-nav > div {
	position: absolute;
	text-align: center;
	top: 50%;
	height: 120px;
	left: 0px;
	width: 50px;
	color: #fff;
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	left: 50px;
	font-size: 14px;
	border: none;
	left: 150px;
	line-height: 120px;
	background: rgba(255, 255, 255, 0.2);
	left: 0;
	border: none !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.slider_area .owl-nav > div i {
	font-size: 26px;
	vertical-align: middle;
}
.slider_area .owl-nav > div.owl-prev i {
	position: relative;
	top: 0px;
}
.slider_area .owl-nav > div.owl-next {
	right: 0;
	left: auto;
}
.slider_area .owl-nav > div.owl-next i {
	position: relative;
	right: 0;
}
.about {
	overflow: hidden;
	padding: 60px 0;
	background: url(../img/bg_about.jpg) no-repeat;
	color: #fff;
	margin-top: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 90px;
	margin-bottom: 0px;
	min-height: 0px;
	padding-top: 0px;
	background-attachment: fixed;
}
.about .section-title h2 {
	color: #fff;
}
.about .about-content {
	margin-top: 46px;
	background-color: rgb(3 9 20 / 46%);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255, 255, 255, 0.2);
}
.about .about-content .left {
	padding-top: 58px;
	padding-bottom: 58px;
	padding-left: 58px;
	padding-right: 58px;
}
.about .btn {
	position: relative;
	width: 200px;
	margin-left: 0px;
	height: 56px;
	line-height: 56px;
	padding: 0 20px;
	overflow: hidden;
	text-align: left;
	box-sizing: border-box;
	background-image: linear-gradient(to right, #0a64bb, #032b8d);
	transition: all 0.6s;
	margin-top: 35px;
	border-style: none;
	border-width: 1px;
	border-color: rgba(64, 158, 255, 1);
	color: #fff;
}
.about .btn::before {
	content: '';
	position: absolute;
	background: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2021120112000475386/cms/image/c7c3f0b2-c38a-49b3-ab83-f7770953ab41.png)
		no-repeat;
	width: 30px;
	height: 8px;
	top: 25px;
	right: 20px;
}
.about .btn::after {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	transition: all 0.3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px;
}
.about .btn:hover {
	border-style: none;
	border-color: rgba(51, 143, 238, 1);
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
.about .btn:hover::after {
	opacity: 1;
}
.about h3 {
	color: #fff;
	position: relative;
	font-size: 42px;
	line-height: 2;
	margin: 0;
	margin-bottom: 10px;
}
.about h4 {
	color: #fff;
	margin: 30px;
	font-size: 20px;
	line-height: 2;
	margin: 10px 0;
	font-weight: 300;
}
.about h3::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 2px;
	background-color: rgba(10, 100, 187, 1);
}
.about p {
	margin: 30px 0 20px;
	font-size: 15px;
	line-height: 2;
	text-align: justify;
}
.about .right {
	min-height: 100%;
}
.about .right [class^='col'] {
	text-align: center;
	min-height: 50%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.about .d-flex {
		display: block;
	}
}
