#whychoseus{
	width: 100%;
	overflow: hidden;
}
.itemChoseUs{
	align-items: center;
}
.itemChoseUs .img_choseus img{
	max-height: 650px;
	object-fit: contain;
}
.itemChoseUs .item_content_choseus{
	display: none;
}
.itemChoseUs .item_content_choseus h2{
	font-family: sword;
	font-weight: 500;
	line-height: 0.9;
	font-size: 50px;
	letter-spacing: 2.5px;
	color: #8c1826;
	margin: 40px 0;

}
.itemChoseUs .item_content_choseus .excerpt {
	font-family: Raleway;
	font-size: 14px;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: -webkit-box;
}
.itemChoseUs .item_content_choseus .content {
	font-family: SanFranciscoDisplay;
	font-size: 14px;
}
.itemChoseUs .item_content_choseus .content img{
	width: 31px !important;
	height: 37px;
}
.owl-nav {
    display: block !important;
}
.left1{
	background-image: url(../images/left.svg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	position: absolute;
    left: -45px;
    top: 50%;
}
.left1:hover{
	background-image: url(../images/left_active.svg);
}
.right1 {
	background-image: url(../images/right.svg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 52px;
	height: 52px;
	position: absolute;
    right: -45px;
    top: 50%;
}
.right1:hover{
	background-image: url(../images/right_active.svg);
}


.nutbam  .elementor-swiper-button-prev{
    background-image: url(../images/left.svg);
  	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 60px;
	top:30%;
	outline: none;
	left: unset;
}
.nutbam  .elementor-swiper-button-prev i{
 opacity: 0;  
}
.nutbam  .elementor-swiper-button-prev:hover{
	background-image: url(../images/left_active.svg);
}
.nutbam  .elementor-swiper-button-next{
    background-image: url(../images/right.svg);
  	width: 52px;
	height: 52px;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 0px;
	top:31%;
	outline: none;
	left: unset;
}
.nutbam  .elementor-swiper-button-next:hover{
	background-image: url(../images/right_active.svg);
}
.nutbam  .elementor-swiper-button-next i{
 opacity: 0;  
}

