#wdcmstopbanner {
    float: right;
    width: 100%;
    margin: 0 0 150px;
}
#wdcmstopbanner .topbanner1.banner {
	float: right;
	text-align: right;
	position:relative;
	padding:30px 15px;
}
#wdcmstopbanner .topcontent {
    float: left;
    padding: 130px 0;
    width: 42%;
}

#wdcmstopbanner .topbanner.banner {
	float: right;
    text-align: right;
    position: relative;
    width: 54%;
    padding: 0;
}
#wdcmstopbanner .top-content {
	float: left;
	width: 100%;
	text-align: right;
}
#wdcmstopbanner .top-content .box-desc {
    text-align: right;
    color: var(--secondary-bg-color);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0 0 30px;
}
#wdcmstopbanner .box-heading {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font: 500 60px/60px var(--secondary-font);
    color: #fff;
    margin: 0 0 40px;
    padding: 0 0 0;
}
#wdcmstopbanner .top-title::after{
	position:absolute;
	content:"";
	left:0;
	right:0;
	top:auto;
	bottom:0;
	margin:0 auto;
	height:2px;
	width:50px;
	background:#6b8e3c;
}
#wdcmstopbanner .top-title span {
	float: right;
	width: 100%;
	font-size: 28px;
}
#wdcmstopbanner .top-desc {
    float: none;
    width: 100%;
    font: 400 14px/27px var(--primary-font);
    text-align: right;
    color: #ccc;
    margin: 0 0 50px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    letter-spacing: 0.6px;
}
#wdcmstopbanner .banner img {
	max-width: 100%;
	position:relative;
	margin: 0;
	height: auto;
}
#wdcmstopbanner .banner .top-image {
    position: relative;
    float: right;
    width: auto;
    text-align: center;
    height: auto;
    background: none;
    padding: 9px;
    border: 1px solid #3e3e3e;
}
#wdcmstopbanner .banner a {
	position: relative;
	display: block;
	overflow: hidden;
	float: right;
}
#wdcmstopbanner .banner a::after {
	background: rgba(255,255,255,.6) none repeat scroll 0 0;
	content: "";
	height: 0;
	right: 0;
	opacity: 1;
	position: absolute;
	left: 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;
    left: auto;
    right: 38%;
    bottom: -20%;
    top: auto;
    transition: all 600ms ease-in-out;
    width: 59%;
}
#wdcmstopbanner .banner:hover .top-image.image2 {
	right:40%;
}
#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: right;
	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: 14px 32px;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    background: var(--secondary-bg-color);
}
.topbanner-btn.btn a {
    color: #111;
}
.topbanner-btn.btn:hover {
	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 {
	color: #FFF;
	transition: all 0.5s;
	position: relative;
  }
  .topbanner-btn.btn::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.3s;
  }
  .topbanner-btn.btn:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
  }
  .topbanner-btn.btn::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border: 1px solid var(--secondary-bg-color);
	transform: scale(1.2,1.4);
  }
  .topbanner-btn.btn:hover::after {
	opacity: 1;
	transform: scale(1,1);
  }
@media(max-width:1399px){
	#wdcmstopbanner .box-heading {
		font-size: 46px;
		line-height: 52px;
		margin: 0 0 30px;
	}
	#wdcmstopbanner .top-desc {
		font-size: 14px;
	}
	#wdcmstopbanner {
		margin: 0 0 180px;
	}
}
@media(max-width:1199px){
	#wdcmstopbanner .top-desc {
		width:100%;
		font-size: 14px;
	}
	#wdcmstopbanner .banner .top-image.image2 {
		right: 32%;
	}
	#wdcmstopbanner .banner:hover .top-image.image2 {
		right: 30%;
	}
	#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 .banner .top-image.image2 {
		right: 38%;
		bottom: -10%;
	}
	#wdcmstopbanner .box-heading {
		font-size: 29px;
		line-height: 33px;
	}
	#wdcmstopbanner .top-desc {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		font-size: 13px;
		line-height: 22px;
		margin: 0 0 40px;
	}
	.topbanner-btn.btn {
		padding: 10px 24px;
	}
	#wdcmstopbanner .topcontent {
		padding: 80px 0 130px;
	}
	#wdcmstopbanner {
		margin: 0 0 110px;
	}
	#wdcmstopbanner .topcontent {
		padding: 20px 0 0;
	}
	#wdcmstopbanner .top-content .box-desc {
		font-size: 12px;
		margin: 0 0 20px;
	}
}
@media(max-width:767px){
	.topbanner-btn.btn {
		padding: 8px 16px;
		font-size: 13px;
	}
	#wdcmstopbanner .banner .top-image {
		padding: 5px;
	}
	#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: 90px 0 0;
		width: 80%;
		display: inline-block;
		vertical-align: top;
	}
	#wdcmstopbanner .top-desc {
		padding: 0;
	}
}

@media(max-width:543px){
	#wdcmstopbanner .box-heading {
		font-size: 21px;
		line-height: 28px;
	}
	.top-wrapper {
		padding: 0 15px;
	}
	#wdcmstopbanner .banner:hover .top-image.image2 {
		right: 39%;
	}
	#wdcmstopbanner .banner .top-image.image2 {
		right: 39%;
	}
	#wdcmstopbanner .topcontent {
		padding: 70px 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 10px;
	}
	#wdcmstopbanner .topbanner.banner {
		width:100%;
	}
	#wdcmstopbanner .top-title {
		font: 400 30px/40px "Dancing Script", Helvetica, sans-serif;
		margin: 0 0 10px;
	}

	#wdcmstopbanner .top-desc {
		padding: 00;
		margin: 10px 0 20px;
	}

}




#wdcmstopbanner .wdtopbanner .wdtopbanner-content {
    text-align: left;
    position: absolute;
    right: auto;
    width: 36%;
    left: 30px;
}