/* SCRIPT : Inline Script */
header .email a {
	overflow-wrap: anywhere;
}
body.error404 section article {
	width: 1320px;
    max-width: 90%;
    margin: 50px auto;
}
iframe {
	max-width:100%;
}
	.winsrcCompletedWork ul {
		width:100% !important;
	}
body.single .mainContent article {
	width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
	padding-left:30px;
	padding-right:30px;
}
@media screen and (max-width:1199px) {
	footer .footerTwo {
		width:30%;
	}
	footer .footerThree {
		width:45%;
	}
}


@media screen and (max-width:768px) {

		footer .footerTwo {
		width:100%;
	}
	footer .footerThree {
		width:100%;
	}
}

@media screen and (max-width:767px) {
	body.single article p {
		padding-left:0 !important;
		padding-right:0 !important;
	}
}
@media screen and (max-width:500px) {
	.winsrcCompletedWork .slick-initialized .slick-slide {
		width:50% !important;
	}
}
