.site_button {
	width: 213px;
	height: 61px;
	background-color: #fff !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: #000 !important;
	text-transform: capitalize;
	font-size: 16px !important;
	font-weight: 400 !important;
	transition: 1s !important;
	position: relative !important;
	cursor: pointer !important;
	border-radius: 0 !important;
	overflow: hidden;
	border: 1px solid #000 !important;
}

button#load-more-projects{
	    margin: auto;
    margin-top: 40px;
	width: 213px;
	height: 61px;
	background-color: #fff !important;
	display: flex ;
	align-items: center;
	justify-content: center;
	color: #000 !important;
	text-transform: capitalize;
	font-size: 16px !important;
	font-weight: 400 !important;
	transition: 1s !important;
	position: relative !important;
	cursor: pointer !important;
	border-radius: 0 !important;
	overflow: hidden;
	border: 1px solid #000 !important;
}

.site_button:hover {
	background-color: #DFFE00 !important;
}



.pdr {
	padding-right: 10px;
}

.pdt {
	padding-top: 20px;
}

.view_more_prod_btn .site_button {
	width: 192px;
}

.pd80.mt_verotti_sec {
	padding-top: 0 !important;
}

@media all and (min-width: 320px) and (max-width: 767px) {
	.site_button ,button#load-more-projects{
		width: 135px;
		height: 38px;
		font-size: 13px !important;
	}
}

@media all and (min-width: 768px) and (max-width: 980px) {
	.site_button,button#load-more-projects {
		width: 135px;
		height: 38px;
		font-size: 13px !important;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
	.site_button ,button#load-more-projects{
		width: 135px;
		height: 38px;
		font-size: 13px !important;
	}
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
	.site_button,button#load-more-projects {
		width: 135px;
		height: 38px;
		font-size: 13px !important;
	}
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
	.site_button,button#load-more-projects {
		width: 135px;
		height: 38px;
		font-size: 13px !important;
	}
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
	.site_button,button#load-more-projects {
		width: 145px;
		height: 40px;
		font-size: 14px !important;
	}
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
	.site_button,button#load-more-projects {
		width: 156px;
		height: 45px;
		font-size: 15px !important;
	}
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
	.site_button ,button#load-more-projects{
		width: 186px;
		height: 50px;
	}
}