
.main_txt1{
	text-align: center;
	/* border:1px solid; */
	padding:0 100px;
	color:#fff;
	font-size: 40px;
	line-height:160%;
}

.main_img1{
	opacity: 0.2;
}

.main_video1{
	/* filter: blur(5px); */
	opacity: 0.2;
	position: fixed;
}

.main_div1{
	text-align: center;
}
.main_div1 p{
	color:#fff;
	font-size:30px;
	margin:40px 0 50px 0;
	font-weight: bolder;
}
.main_div1 h3{
	font-weight:lighter;
}

.main_div2 h2{
	font-size: 30px;
}
.main_div2 h4{
	font-size: 20px;
}

.main_div3{
	/* border:1px solid; */
	text-align: center;
}
.main_div3 img{
	width:100%;
}
.main_div3 h6{
	font-size: 20px;
}

.bg-color-green{
	background-color: #071739;
}
.bg-color-sitecolor{
	background-color: #9C7D9C;
}
.bg-color-red{
	background-color: #65707A;
}

.owl-item{
	width:300px;
	height:200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding:30px;
}
.item{
	width:80%;
}

@media screen and (max-width: 600px) {
	.owl-item{
		height:100px;
			padding:0;
	}
	
}
