@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'helveticaneuebold';
    src: url('../fonts/helvetica_neu_bold-webfont.woff2') format('woff2'),
         url('../fonts/helvetica_neu_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaneuelight';
    src: url('../fonts/helveticaneue_light-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneue_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaneuemedium';
    src: url('../fonts/helveticaneue_medium-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneue_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaneuethin';
    src: url('../fonts/helveticaneue_thin-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneue_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaneueitalic';
    src: url('../fonts/helveticaneueit-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneueit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaneueheavy';
    src: url('../fonts/helveticaneuehv-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneuehv-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url(../fonts/montserrat-bold-webfont.woff2) format('woff2'),
         url(../fonts/montserrat-bold-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratlight';
    src: url(../fonts/montserrat-light-webfont.woff2) format('woff2'),
         url(../fonts/montserrat-light-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url(../fonts/montserrat-regular-webfont.woff2) format('woff2'),
         url(../fonts/montserrat-regular-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratitalic';
    src: url(../fonts/montserrat-italic-webfont.woff2) format('woff2'),
         url(../fonts/montserrat-italic-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}



*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	background-color: #fff;
    color: #282828;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
}



.request {
	width: 90%;
	margin: 0px auto;
	border-bottom:  0.7px solid rgba(201,201,201,0.5);
	padding-top: 60px;
}

.request  h1 {
	font-family: 'helveticaneueheavy';
	line-height: 1.5;
	font-size: 2em;
	color: #F47A20;
	text-align: left;
}

.request p {
	font-family: 'helveticaneuethin';
	letter-spacing: 0.03em;
	line-height: 1.6;
	font-size: 1em;
	color: #282828;
	margin-top: 20px;
	text-align: left;
}

.request h2 {
	font-family: 'helveticaneuemedium';
	line-height: 1.6;
	font-size: 1em;
	color: #282828;
	margin-top: 20px;
	text-align: left;
}

.request a {
	color: #F47A20;
	text-decoration: underline;
}

.request a:hover {
	color: #282828;
}

.request span {
	font-family: 'helveticaneuemedium';
}

.contactinformation {
	width: 100%;
	margin: 30px auto;
	background-color: #F6F6F6;
	padding-bottom: 50px;
}

.contactinformation p {
	width: 100%;
	font-family: 'helveticaneuethin';
	line-height: 2;
	font-size: 1em;
	color: #282828;
	margin-top: 10px;
	text-align: center;
}

.contactinformation a:hover{
	color: #F47A20;
}

fieldset {
	width: 100%;
	margin: 0 auto;
	padding: 0px 20px 30px 20px;
	border: none;
	border-style: none;
}

legend {
	font-family: 'helveticaneueheavy';
	line-height: 1.5;
	font-size: 1.6em;
	color: #333333;
	padding-top: 40px;
	text-align: left;
}

label {
	width: 100%;
	font-size: 1em;
	margin: 20px 0 0 0;
	display: inline-block;
	color: #3D3D3D;
}

input[type="text"], input[type="email"] {
	width: 100%;
	border: 1px solid #BBBBBB;
	border-radius: 5px;
	height: 40px;
	margin: 5px 0 0 0;
	padding-left: 5px;
	font-family: 'helveticaneuethin';
	letter-spacing: 0.06em;
	font-size: .8em;
}

input[type="file"] {
	width: 100%;
	border: 1px solid #BBBBBB;
	border-radius: 5px;
	background-color: #fff;
	height: 40px;
	margin: 5px 0 0 0;
	padding-top: 10px;
	padding-left: 5px;
	font-family: 'helveticaneuethin';
	letter-spacing: 0.06em;
	font-size: .8em;
}

textarea {
	width: 100%;
	border: 1px solid #BBBBBB;
	height: 120px;
	font-family: 'helveticaneuethin';
	border-radius: 5px;
	margin: 20px 0 0 0;
	padding-left: 5px;
	letter-spacing: 0.06em;
	font-size: .8em;
}

input[type="submit"] {
	margin: 50px auto 20px;
	display: block;
	border: 1px solid #F47A20;
	background-color: #F47A20;
	border-radius: 5px;
	font-family: 'helveticaneueheavy';
	line-height: 1.4;
	color: #fff;
	font-size:  1.2em;
	text-align: center;
	padding: 10px 25px;
}

input[type="submit"]:hover {
	color: #282828;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #333333;
}

input[type="radio"] {
    margin-right: 10px;
}


/************contact page***************/

.contactus {
	margin: 0px auto;
	width: 100%;
	height: 550px;
	padding-top: 50px;
	padding-left: 20px;
	background-image: url("../images/contactus.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	background-attachment: scroll;
}

.contactusbg {
	width: 50%;
	min-width: 300px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px 0px rgba(33,33,33,0.60);
	padding: 20px;
}


.contactusbg hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0.7px solid #C9C9C9;
	opacity: 0.5;
}

.contactusbg ul {
	list-style-type: none;
    padding: 0;
	margin: 0px auto;
    display: flex;
	text-align: left;
    flex-flow: column;
    justify-content: space-between;
}


.contactusbg li {
	font-size: 1em;
	font-family: 'helveticaneuethin';
	line-height: 2.1;
	color: #333;
	text-align: left;
	display:inline-flex ;
	text-decoration: none;
	margin-bottom: 10px;
	letter-spacing: 0.04em;
}

.contactusinfo {
	font-family: 'helveticaneueheavy';
	font-size: 2em;
	line-height: 1;
	color: #333333;
}

#email{
	width: 20px;
    height: 20px;
    margin: 6px 15px 0px 0px;
	opacity: 0.9;
    background-image: url("../images/emailadrs.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#contact {
	width: 20px;
    height: 20px;
    margin: 6px 15px 0px 0px;
	opacity: 0.9;
    background-image: url("../images/call.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#address {
	width: 20px;
    height: 20px;
    margin: 8px 15px 0px 0px;
	opacity: 0.9;
    background-image: url("../images/addrss.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#fax {
	width: 20px;
    height: 20px;
    margin: 6px 15px 0px 0px;
	opacity: 0.9;
    background-image: url("../images/fax.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#workcall {
	width: 20px;
    height: 20px;
    margin: 6px 15px 0px 0px;
	opacity: 0.9;
    background-image: url("../images/whatsappcall.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.messagenow {
	width: 90%;
	margin: 50px auto;
	background-color: #FEF2E9;
}

.maplocation {
	width: 100%;
	margin: 0 auto;
}



/*************preepresstips***************/


.prepress {
	width: 90%;
	margin: 0 auto;
	padding-top: 60px;
}

.prepress h1 {
	font-family: 'helveticaneueheavy';
	line-height: 1.5;
	font-size: 1.5em;
	letter-spacing: 0.03em;
	color: #F47A20;
	text-align: left;
}

.prepress h2 {
	font-family: 'helveticaneuebold';
	line-height: 1.4;
	letter-spacing: 0.03em;
	font-size: 1.1em;
	color: #F47A20;
	margin-top: 40px;
	text-align: left;
}

.prepress h3 {
	font-family: 'helveticaneuemedium';
	line-height: 1.4;
	letter-spacing: 0.03em;
	font-size: 0.9em;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 5px;
	text-align: left;
}

.prepress p {
	font-family: 'helveticaneuelight';
	letter-spacing: 0.03em;
	line-height: 1.5;
	font-size: 0.9em;
	color: #333333;
	text-align: left;
	margin-top: 0px;
}

.predivide {
	display: block;
	margin: 30px auto;
}

.preleft {
	width: 100%;
	margin: 0 auto;
}

.preright {
	width: 100%;
	margin: 0 auto;
}




/************************************************/
/*******************tablet*****************************/


@media (min-width: 720px) {
	


	
.request hr {
	margin-top: 70px;
	border: 0.4px solid #C9C9C9;
	opacity: 0.5;
}
	
 
.firstlast {
	width: 40%;
	float: left;
	margin-right: 60px;
	
}
	
	label {
	margin: 40px 0 0 0;
}
	
	.contactus {
	background-attachment: fixed;
}
	
}
	
	

/************************************************/
/*******************Desxtop*****************************/


@media (min-width: 1024px) {
	
	
.request p {
	width: 90%;
}

.request h2 {
	margin-top: 20px;
}
	
.contactinformation p {
	width: 100%;
	}
	
fieldset {
	padding: 0px 20px 30px 40px;
}
	
label {
	width: 90%;
}

input[type="text"], input[type="email"] {
	width: 90%;

}
	
input[type="file"] {
	width: 90%;

}

textarea {
	width: 90%;
}
	
.contactus {
	height: 600px;
	padding-top: 80px;
	padding-left: 80px;
	background-attachment: fixed;
}

.contactusbg {
	width: 45%;
	padding: 30px 40px 20px;
}


.contactusbg hr {
	margin-top: 30px;
	margin-bottom: 20px;
}


.contactusbg li {
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bolder;
	margin-bottom: 20px;
}

.contactusinfo {
	font-size: 2.2em;
}

.messagenow {
	width: 60%;
	margin: 100px auto 50px;
}
	
.prepress h1 {
	font-size: 2em;
}
	
.predivide {
		display: inline-flex;
	}
	
.preleft {
	width: 48%;
	margin-left: 0px;
}

.preright {
	width: 48%;
	margin-right: 0px;
}
	
}


@media (min-width: 1440px) {
	
.contactus {
	padding-left: 250px;
}

.contactusbg {
	width: 30%;
}
	
	
}
	