#wdcmstopbanner {
    float: left;
    width: 100%;
    margin: 0 0 240px;
}
#wdcmstopbanner .topbanner1.banner {
	float: left;
	text-align: left;
	position:relative;
	padding:30px 15px;
}
#wdcmstopbanner .topcontent{
	float: right;
	padding: 35px 0;
	width: 44%;
}
div#wdcmstopbanner .container {
    padding: 0 100px;
}
#wdcmstopbanner .topbanner.banner {
	float: left;
    text-align: left;
    position: relative;
    width: 56%;
    padding: 0;
}
#wdcmstopbanner .top-content {
	float: right;
	width: 100%;
	text-align: left;
}
#wdcmstopbanner .top-content .box-desc {
    text-align: left;
    color: #111;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0 0 15px;
}
#wdcmstopbanner .box-heading {
    letter-spacing: 0.2px;
    text-transform: capitalize;
    font: 300 54px/57px var(--secondary-font);
    color: #111;
    margin: 0 0 60px;
}
#wdcmstopbanner .top-title::after{
	position:absolute;
	content:"";
	right:0;
	left:0;
	top:auto;
	bottom:0;
	margin:0 auto;
	height:2px;
	width:50px;
	background:#6b8e3c;
}
#wdcmstopbanner .top-title span {
	float: left;
	width: 100%;
	font-size: 28px;
}
#wdcmstopbanner .top-desc {
    float: none;
    width: 100%;
    font: 400 15px/27px 'Inter', sans-serif;
    text-align: left;
    color: #222;
    margin: 10px 0 60px 0;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    padding: 0 100px 0 45px;
    letter-spacing: 0.3px;
}
#wdcmstopbanner .banner img {
	max-width: 100%;
	position:relative;
	margin: 0;
	height: auto;
}
#wdcmstopbanner .banner .top-image {
	position: relative;
	float: left;
	width: 83%;
	text-align: center;
	height: auto;
	background: none;
}
#wdcmstopbanner .banner a {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
}
#wdcmstopbanner .banner a::after {
	background: rgba(255,255,255,.6) none repeat scroll 0 0;
	content: "";
	height: 0;
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 500ms ease-in-out 0s;
	width: 100%;
}
#wdcmstopbanner .banner a:hover::after {
	height: 85%;
	opacity: 0;
}
#wdcmstopbanner .banner .top-image.image2 {
	position: absolute;
    right: auto;
    left: 40%;
    bottom: -20%;
    top: auto;
	transition: all 600ms ease-in-out;
	width: 61%;
}
#wdcmstopbanner .banner:hover .top-image.image2 {
	left:38%;
}
#wdcmstopbanner .topbtn {
    padding-inline-start: 50px;
}
#wdcmstopbanner .topbtn a {
	color: #222;
    display: inline-block;
    float: none;
    font: 400 13px/22px var(--primary-font);
    vertical-align: top;
    width: auto;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
    text-decoration: underline;
}
#wdcmstopbanner .topbtn a:hover{
	color:#ff681a;
	text-decoration: none;
}
#wdcmstopbanner .top-content .top-sine {
	float: left;
	width: 100%;
	text-align: center;
	margin:40px 0 0;
}
#wdcmstopbanner .top-content .top-sine a {
	float: none;
	display: inline-block;
	width: auto;
	vertical-align: top;
}
.topbanner-btn.btn {
    padding: 10px 50px;
    color: #111;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
}
.topbanner-btn.btn a{
    color: #111;
	transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -khtml-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}
.topbanner-btn.btn:hover a{
    color: var(--primary-bg-color);
	transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -khtml-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}
@media(max-width:1399px){
	#wdcmstopbanner .box-heading {
		font-size: 46px;
		line-height: 52px;
		margin: 0 0 30px;
	}
	#wdcmstopbanner .top-desc {
		padding: 0 50px 0 40px;
		font-size: 14px;
	}
	#wdcmstopbanner {
        margin: 0 0 140px;
    }
}
@media(max-width:1199px){
	div#wdcmstopbanner .container {
		padding: 0 60px;
	}
	#wdcmstopbanner .top-desc {
		width:100%;
		padding: 0 20px 0 40px;
		font-size: 14px;
		margin: 20px 0 30px;
	}
	#wdcmstopbanner .banner .top-image.image2 {
		left: 30%;
	}
	#wdcmstopbanner .banner:hover .top-image.image2 {
		left: 26%;
	}
	#wdcmstopbanner .banner .top-image {
		width: 80%;
	}
	#wdcmstopbanner .topcontent {
		padding: 80px 0 50px;
	}
	#wdcmstopbanner .top-content .box-desc {
		font-size: 13px;
	}
	#wdcmstopbanner .box-heading {
		font-size: 36px;
		line-height: 44px;
		margin: 0 0 20px;
	}
	#wdcmstopbanner .topcontent {
		padding: 20px 0 0;
	}
}
@media(max-width:991px){
	
	#wdcmstopbanner .box-heading {
		font-size: 27px;
		line-height: 35px;
		margin: 0 0 0px;
	}
	#wdcmstopbanner .top-desc {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		font-size: 13px;
		padding: 0 20px 0;
	}
	.topbanner-btn.btn {
		padding: 10px 24px;
	}
	#wdcmstopbanner .topcontent {
		padding: 80px 0 130px;
	}
	#wdcmstopbanner {
		margin: 0 0 80px;
	}
	#wdcmstopbanner .topcontent {
		padding: 0;
	}
	#wdcmstopbanner .top-content .box-desc {
		font-size: 12px;
	}
}
@media(max-width:767px){
	div#wdcmstopbanner .container {
		padding: 0 30px;
	}
	#wdcmstopbanner {
		margin: 0 0 60px;
		overflow:hidden;
		text-align: center;
	}
	#wdcmstopbanner .topbanner.banner {
		float: none;
		width: auto;
		display: inline-block;
		vertical-align:top;
	}
	#wdcmstopbanner .topcontent {
		float: none;
		padding: 130px 0 0;
		width: 80%;
		display: inline-block;
		vertical-align: top;
	}
	#wdcmstopbanner .top-desc {
		padding: 0;
	}
	.topbanner-btn.btn {
		padding: 0 0 !important ;
	}
}

@media(max-width:543px){
	#wdcmstopbanner .banner:hover .top-image.image2 {
		left: 39%;
	}
	#wdcmstopbanner .banner .top-image.image2 {
		left: 39%;
	}
	#wdcmstopbanner .topcontent {
		padding: 100px 0 0;
	}
	#wdcmstopbanner .top-desc {
		width: 100%;
	}
	#wdcmstopbanner .topcontent {
		width:100%;
	}
	#wdcmstopbanner {
		margin: 0 0 40px;
	}
}
@media(max-width:480px){
	#wdcmstopbanner .topcontent {
		padding: 70px 0 0;
	}
	#wdcmstopbanner .topbanner.banner {
		width:100%;
	}
	#wdcmstopbanner .top-title {
		font: 400 30px/40px "Dancing Script", Helvetica, sans-serif;
		margin: 0 0 10px;
	}
	div#wdcmstopbanner .container {
		padding: 0 20px;
	}
	#wdcmstopbanner .top-desc {
		padding: 00;
		margin: 10px 0 20px;
	}

}