#wdcmstopbanner {
    float: left;
    width: 100%;
    margin: 0 0 180px;
	transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
	cursor: pointer;

}
#wdcmstopbanner .topbanner1.banner {
	float: left;
	text-align: left;
	position:relative;
	padding:30px 15px;
}

.top-image-bg {
    float: left;
    width: 79%;
    background: #f5f5f5;
    position: absolute;
    height: 120%;
    z-index: -1;
    margin: -50px 60px;
}

.top-wrapper {
    float: left;
    width: 100%;
    padding: 0 100px;
    display: flex;
    align-items: center;
}
#wdcmstopbanner .top-content {
	float: right;
	width: 100%;
	text-align: center;
}
#wdcmstopbanner .top-content .box-desc {
    text-align: left;
    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: capitalize;
    font: 500 54px/60px var(--secondary-font);
    color: #111;
    margin: 0 0 40px;
    padding: 0 0 0;
}
#wdcmstopbanner .top-title span {
	float: left;
	width: 100%;
	font-size: 28px;
}
#wdcmstopbanner .top-desc {
    float: none;
    width: 100%;
    font: 400 14px/24px var(--primary-font);
    color: #808080;
    margin: 0 0 30px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    letter-spacing: 0.4px;
}
#wdcmstopbanner .banner img {
	max-width: 100%;
	position:relative;
	margin: 0;
	height: auto;
}
#wdcmstopbanner .banner .top-image {
    position: relative;
    float: left;
    width: auto;
    text-align: center;
    height: auto;
    background: none;
	overflow: hidden;
	transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;

}
.top-image:hover:before, .top-image:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.top-image:before, .top-image:before {
    position: absolute;
    top: 0;
    left: -82%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
 @-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
	100% {
	left: 125%;
}
}

#wdcmstopbanner .banner a {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
}


#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: 13px 28px;
    color: #111;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    background: var(--primary-bg-color);
}
.topbanner-btn.btn a {
    color: #fff;
}
.topbanner-btn.btn:hover {
	background: var(--secondary-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;
}
.topbanner-btn.btn {
	color: #FFF;
	transition: all 0.5s;
	position: relative;
  }

@media(max-width:1399px){
	.topcontent.col-sm-6 {
		padding: 0 70px;
	}
	.top-image-bg {
		width: 89%;
		height: 117%;
		z-index: -1;
		margin: -40px 60px;
	}

	#wdcmstopbanner .box-heading {
		font-size: 46px;
		line-height: 52px;
		margin: 0 0 30px;
	}
	#wdcmstopbanner .top-desc {
		font-size: 14px;
	}
	#wdcmstopbanner {
		margin: 0 0 120px;
	}
}
@media(max-width:1199px){
	.top-image-bg {
		width: 93%;
		height: 122%;
		z-index: -1;
		margin: -41px 40px;
	}
	#wdcmstopbanner .top-desc {
		width: 100%;
		font-size: 13px;
		line-height: 22px;
	}
	#wdcmstopbanner .top-content {
		padding: 0 40px;
	}
	#wdcmstopbanner .box-heading {
		font-size: 36px;
		line-height: 44px;
		margin: 0 0 20px;
	}
	#wdcmstopbanner .top-content {
		padding: 0 0 0 40px;
	}
}
@media(max-width:991px){
	.top-wrapper {
		padding: 0 50px;
	}
	.top-image-bg {
		width: 92%;
		height: 117%;
		z-index: -1;
		margin: -25px 20px;
	}
	
	
	#wdcmstopbanner .banner .top-image.image2 {
		left: 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 30px;
	}
	.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){
	.top-wrapper {
		padding: 0 40px;
	}
	#wdcmstopbanner .box-heading {
		font-size: 25px;
		line-height: 30px;
		margin: 0 0 10px;
	}
	#wdcmstopbanner .top-desc {
		padding: 0;
		font-size: 12px;
		line-height: 20px;
		margin: 0 0 15px;
	}
	#wdcmstopbanner .top-content {
		padding: 0 0 0 30px;
	}
	.top-image-bg {
		width: 91%;
		height: 120%;
		z-index: -1;
		margin: -19px 20px;
	}
	.topbanner-btn.btn {
		padding: 7px 13px;
		font-size: 12px;
	}

	#wdcmstopbanner {
		margin: 0 0 60px;
		overflow: hidden;
		padding: 20px 0;
	}


	#wdcmstopbanner .top-desc {
		padding: 0;
	}
}
@media(max-width:600px){
	.top-image-bg {
		width: 87%;
	}
}
@media(max-width:543px){
	#wdcmstopbanner .top-content {
		padding: 0 30px;
	}
	#wdcmstopbanner .topcontent {
		padding: 0;
		float: left;
		width: 100%;
		margin: 20px 0 0;
	}
	
	.top-image-bg{
		display: none;
	}
	.top-wrapper {
		padding: 0 15px;
		display: inline-block;
	}
	#wdcmstopbanner .box-heading {
		font-size: 21px;
		line-height: 28px;
	}
	.top-wrapper {
		padding: 0 15px;
	}
	#wdcmstopbanner .top-desc {
		width: 100%;
	}
	#wdcmstopbanner .topcontent {
		width:100%;
	}
	#wdcmstopbanner {
		margin: 0 0 40px;
		padding: 0;
	}
}
@media(max-width:480px){

	#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;
	}

}