#wdcmsbottombanner {
    float: left;
    width: 100%;
    margin: 0 0 160px;
	transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
	cursor: pointer;

}
#wdcmsbottombanner .bottombanner1.banner {
	float: left;
	text-align: left;
	position:relative;
	padding:30px 15px;
}
.bottom-image-bg {
	float: left;
    width: 79%;
    background: #f5f5f5;
    position: absolute;
    height: 120%;
    z-index: -1;
    margin: -50px 60px;
}

.bottom-wrapper {
    float: left;
    width: 100%;
    padding: 0 100px;
    display: flex;
    align-items: center;
}
#wdcmsbottombanner .bottom-content {
	float: right;
	width: 100%;
	text-align: center;
}
#wdcmsbottombanner .bottom-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;
}
#wdcmsbottombanner .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;
}
#wdcmsbottombanner .bottom-title span {
	float: left;
	width: 100%;
	font-size: 28px;
}
#wdcmsbottombanner .bottom-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: bottom;
    padding: 0;
    letter-spacing: 0.4px;
}
#wdcmsbottombanner .banner img {
	max-width: 100%;
	position:relative;
	margin: 0;
	height: auto;
}
#wdcmsbottombanner .banner .bottom-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;

}
.bottom-image:hover:before, .bottom-image:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.bottom-image:before, .bottom-image:before {
    position: absolute;
    bottom: 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%;
}
}

#wdcmsbottombanner .banner a {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
}


#wdcmsbottombanner .bottombtn {
    padding-inline-start: 50px;
}
#wdcmsbottombanner .bottombtn a {
	color: #222;
    display: inline-block;
    float: none;
    font: 400 13px/22px var(--primary-font);
    vertical-align: bottom;
    width: auto;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
    text-decoration: underline;
}
#wdcmsbottombanner .bottombtn a:hover{
	color:#ff681a;
	text-decoration: none;
}
#wdcmsbottombanner .bottom-content .bottom-sine {
	float: left;
	width: 100%;
	text-align: center;
	margin:40px 0 0;
}
#wdcmsbottombanner .bottom-content .bottom-sine a {
	float: none;
	display: inline-block;
	width: auto;
	vertical-align: bottom;
}
.bottombanner-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);
}
.bottombanner-btn.btn a {
    color: #fff;
}
.bottombanner-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;
}
.bottombanner-btn.btn {
	color: #FFF;
	transition: all 0.5s;
	position: relative;
  }

@media(max-width:1399px){
	#wdcmsbottombanner {
		margin: 0 0 80px;
	}
	.bottomcontent.col-sm-6 {
		padding: 0 70px;
	}
	.bottom-image-bg{
		width: 89%;
		height: 117%;
		z-index: -1;
		margin: -40px 60px;
	}
	#wdcmsbottombanner .box-heading {
		font-size: 42px;
		line-height: 46px;
		margin: 0 0 30px;
	}
	#wdcmsbottombanner .bottom-desc {
		font-size: 14px;
	}
	#wdcmsbottombanner {
		margin: 0 0 100px;
	}
}
@media(max-width:1199px){
	#wdcmsbottombanner .bottom-content {
		padding: 0 20px 0 0;
	}
	#wdcmsbottombanner .bottom-desc {
		font-size: 13px;
		line-height: 22px;
	}
	.bottom-image-bg {
		width: 93%;
		height: 122%;
		z-index: -1;
		margin: -41px 40px;
	}
	#wdcmsbottombanner .bottom-desc {
		width:100%;
		font-size: 14px;
	}
	
	#wdcmsbottombanner .bottom-content .box-desc {
		font-size: 13px;
	}
	#wdcmsbottombanner .box-heading {
		font-size: 36px;
		line-height: 44px;
		margin: 0 0 20px;
	}
	#wdcmsbottombanner .bottomcontent {
		padding: 20px 0 0;
	}
}
@media(max-width:991px){

	.bottom-wrapper {
		padding: 0 50px;
	}
	.bottom-image-bg {
     	width: 92%;
		height: 117%;
		z-index: -1;
		margin: -25px 20px;
	}
	#wdcmsbottombanner .box-heading {
		font-size: 29px;
		line-height: 33px;
	}
	#wdcmsbottombanner .bottom-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;
	}
	.bottombanner-btn.btn {
		padding: 10px 24px;
	}
	#wdcmsbottombanner .bottomcontent {
		padding: 80px 0 130px;
	}
	#wdcmsbottombanner {
		margin: 0 0 110px;
	}
	#wdcmsbottombanner .bottomcontent {
		padding: 20px 0 0;
	}
	#wdcmsbottombanner .bottom-content .box-desc {
		font-size: 12px;
		margin: 0 0 20px;
	}
}
@media(max-width:767px){
	.bottom-image-bg {
		width: 91%;
		height: 118%;
		z-index: -1;
		margin: -17px 18px;
	}
	#wdcmsbottombanner .bottomcontent {
		padding:0 0;
	}
	#wdcmsbottombanner .box-heading {
		font-size: 25px;
		line-height: 30px;
		margin: 0 0 10px;
	}
	#wdcmsbottombanner .bottom-desc {
		padding: 0;
		font-size: 12px;
		line-height: 20px;
		margin: 0 0 15px;
	}
	.bottombanner-btn.btn {
		padding: 7px 13px;
		font-size: 12px;
	}
	#wdcmsbottombanner {
		margin: 0 0 60px;
		overflow: hidden;
		text-align: center;
		padding: 20px 0;
	}
	#wdcmsbottombanner .bottom-desc {
		padding: 0;
	}
}
@media(max-width:600px){
	.bottom-image-bg {
		width: 87%;
		height: 118%;
		z-index: -1;
		margin: -17px 18px;
	}
}
@media(max-width:543px){
	#wdcmsbottombanner .bottom-content {
		padding: 0 30px 20px;
	}
	#wdcmsbottombanner .bottomcontent {
		padding: 0;
		float: left;
		width: 100%;
		margin: 20px 0 0;
	}
	
	.bottom-image-bg{
		display: none;
	}
	.bottom-wrapper {
		padding: 0 15px;
		display: inline-block;
	}
	#wdcmsbottombanner .box-heading {
		font-size: 21px;
		line-height: 28px;
	}
	.bottom-wrapper {
		padding: 0 15px;
	}
	#wdcmsbottombanner .bottom-desc {
		width: 100%;
	}
	#wdcmsbottombanner .bottomcontent {
		width:100%;
	}
	#wdcmsbottombanner {
		margin: 0 0 40px;
		padding: 0;
	}
}
@media(max-width:480px){
	
	#wdcmsbottombanner .bottombanner.banner {
		width:100%;
	}
	#wdcmsbottombanner .bottom-title {
		font: 400 30px/40px var(--primary-font);
		margin: 0 0 10px;
	}
	#wdcmsbottombanner .bottomcontent {
		padding: 0;
		margin: 0 0 20px;
	}

}