#owl-demo {
    width: 100%;
    height:490px;
    min-width:95%;
}
#owl-demo .item {
    display: block;
    width:100%;
    height:490px;
}

.bannerItem{
	width:100%;
	height:490px;
}
.bannercontent{
    width:95%;
    max-width: 1200px;
    margin:auto;
    position: relative;
    height:490px;
}
.bannerconarea{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    text-align: left;
}
.bannertitle{
	border-bottom: 2px solid #FF3C00;
    display: inline-block;;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    color:black;
}
.bannersubject{
	font-size: 60px;
    margin-bottom: 0;
    color:black;
}
.bannerdesc{
    text-align: left;
    margin: 35px 0 40px;
    font-size: 20px;
    width:60%;
    color:black;
}
.bannerbutton{
    color: #fff;
    font-size: 17px;
    background: #FF3C00;
    padding: 14px 31px;
    border: 1px solid #FF3C00;
    border-radius: 5px;
    transition: .3s;
    text-transform: capitalize;
    margin-top: 190px;
}
.bannerbutton:hover{
    background:white;
    color:#FF3C00;
    border: 1px solid white;
}

@media screen and (max-width:765px) {
	#owl-demo {
	    width: 100%;
	    height:320px;
	    min-width:95%;
	}
	#owl-demo .item {
	    display: block;
	    width:100%;
	    height:320px;
	}
	
	.bannerItem{
		width:100%;
		height:320px;
		background-size: cover;
	}
	.owl-theme .owl-nav{
		margin-top: -239px;
	}
	.owl-theme .owl-dots{
		margin-top: 217px;
	}
    .bannertitle {
        font-size:16px;
        margin-bottom: 8px;
    }
    .bannersubject {
        font-size:30px;
    }
    .bannerdesc {
        margin: 8px 0 15px;
        font-size: 14px;
        width: 90%;
    }
    .bannerconarea{
        top: 31%;
        transform: translateY(-50%);
    }
    .bannerbutton{
        font-size: 14px;
        padding: 9px 22px;
    }
}
