.injk {
	margin-bottom: 50px;
}

.injk img {
	width: 100%;
	height: auto;
}

.injk2 {
	text-align: center;
	background-color: #151f2b;
	margin-bottom: 50px;
}

.injk2 img {
max-width: 100%;
height: auto;
width: auto;
}

.h3main {
	font-weight: bold;
	color: #333;
	margin-bottom: 0;
	text-align: center;
}

.rwed {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.owlk {
	max-width: 47%;
	width: 100%;
	position: relative;
}

.owlk  .owl-next{
	position: absolute !important;
right: 0 !important;
top: 50% !important;
margin-top: -22px !important;
background-color: none !important;
}

.owlk  .owl-prev{
	position: absolute !important;
left: 0 !important;
top: 50% !important;
margin-top: -22px !important;
background-color: none !important;
}

.owlk  .owl-prev span, .owlk  .owl-next span {
	font-size: 44px;
}

.txtsldf {
	line-height: 1.5;
color: #585858;
max-width: 47%;
	width: 100%;
}

.dsc {
	margin-bottom: 60px;
}

.txtsea {
	   /* font-size: 21px;*/
    line-height: 1.5;
    color: #585858;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wrapper-main h2{
	padding-bottom: 15px;
}
.strf {
	text-align: center;
	color: #000;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 35px;
}

.txtsea>div {
	max-width: 48%;
	width: 100%;
}

.headf {
	color: #e0082e;
	border-bottom: none;
	text-decoration: none;
	display: inline-block;
	margin-top: 20px;
	padding: 10px 15px;
	border: 2px solid #e0082e;
}

.headf:hover {
	text-decoration: none;
	background: #e0082e;
	color: #fff;
}


.h3main {
	margin-top: 30px;
}

.cam img {
	width: 60%;
}

@media screen and (max-width: 992px) {
.owlk {
	max-width: 100%;
	margin-bottom: 30px;
}

.txtsldf {
	max-width: 100%;
}	
}

@media screen and (max-width: 767px) {
	.cam img {
	width: 100%;
}

.txtsea > div {
	max-width: 100%;
	margin-bottom: 30px;
}
}