.showcasing {
    margin: 100px 0px 40px;
}
.casestudy-main {
    margin-left: 6%;
}
.showcasing .why_showcasingh1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 66px;
    text-align: center;
}
.showcasing .why_showcasingp {
    color: #0e0e0e;
    font-size: 18px;
    text-align: center;
}
.showcasing .item.project-casestudy {
    background-repeat: no-repeat;
    background-size: 100%;
    height: 635px;
    margin: 30px 9px 0px;
}


.showcasing .owl-nav{
	text-align: left;
	position: absolute;
    top: 0px;
	width: 100%;
	border-radius: 50px;
	top: 45%;
}
.showcasing .owl-prev{
	background: #fff !important;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    color: #000;
	margin-right: 10px;
	left:-14px;
	position: absolute;
	border: 2px solid #000 !important;
	
}
.showcasing .owl-next{
	background: #fff !important;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    color: #000;
	right: 0;
    position: absolute;
	border: 2px solid #000 !important;
}

.showcasing .owl-prev span, .showcasing .owl-next span{
	font-size: 37px;
    margin-right: 10px;
    color: #000;
    height: 50px;
    display: inline-block;
    top: -5px;
    position: relative;
    left: 5px;
}
.showcasing .owl-next span{
	margin-right: 5px;
	left: 3px;
}

.showcasing .owl-carousel .owl-item img {
    width: auto;
}


@media screen and (min-width:1200px) and (max-width:1500px){


.showcasing .owl-carousel .owl-item img {
    width: 100%;
}	
	
	
	
}