html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* body style**/


body {
	font-family: 'Roboto', sans-serif;
}

a {
	text-decoration:none;
}
.container {
	width:90%;
	margin:0px auto;
} 
.clearfix {
	clear:both;
}
.header {
	width:100%;
	height:71px;
}
.logo-part {
	text-align:center;
	width:100%;
}
.email_test {
	  color: #F85252;
}
/*.contact-part {
	float:right;
	width:50%;
}*/
/**.mail, .phone {
	background:url(../images/mail.png);
	width:32px;
	height:32px;
	float:left;
}
.phone {
	background:url(../images/phone.png);
}
.contact-part ul  {
	padding: 20px 99px 10px 10px;
	float: right;
}
.contact-part ul li {
	float: left;
}
.contact-part ul li a {
	float: left;
    padding: 7px 8px;
    color: #5f5d5d;
}
**/
.heading-center {
	text-align: center;
    padding: 50px 50px;
    line-height: 35px;
    font-size: 22px;
	color:#ffffff;
	font-weight: 300;
}
.main-part {
	background: url(../images/bg.jpg);
    margin: 0px auto;
    float: left;
    width: 100%;
	height:auto;
}
.content-box .left-box {
	width:38%;
	float:left;
    background: #fff;
	color:#fff;
	text-align:center;
	padding: 5px 0px 12px;
	border-radius: 23px;
}

.content-box .center-box  {
   float:left;
}
.content-box .center-box p {   
	color: #6E6B6B;
	font-size: 54px;
	margin: 188px 84px 18px 95px;
}
input[type="text"]:focus { 
    border: 1px solid #FFE819;
	outline:none;
}
input[type="submit"]:focus { 
    border: 1px solid #FFE819;
	outline:none;
}
textarea:focus { 
    border: 1px solid #FFE819;
	outline:none;
}
.right-box {
	float:left;
	width:35%;
	text-align:center;
}
input[type="text"] , textarea { 
    border: 1px solid #f2f2f2;
    width: 85%;
    height: 27px;
    background: #e7e7e7;
    font-size: 18px;
    padding: 5px 15px;
	color: #5d5959;
	margin-top: 15px;
	
}
input[type="submit"] {
	border-radius: 16px;
	margin: 20px 0px 24px 0px;
	padding: 10px 37px;
    background: #2ccc76;
    border: none;
    color: #fff;
    font-size: 17px;
	cursor: pointer;
    text-transform: uppercase;
    border-bottom: 3px solid #0d8846;
	 -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
input[type="submit"]:hover {
	background: #0d8846; 
	border-bottom: 3px solid #2ccc76;
}
input[type="button"] {
	border-radius: 16px;
	margin: 20px 0px 24px 0px;
	padding: 10px 37px;
    background: #2ccc76;
    border: none;
    color: #fff;
    font-size: 17px;
	cursor: pointer;
    text-transform: uppercase;
    border-bottom: 3px solid #0d8846;
	 -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
input[type="button"]:hover {
	background: #0d8846; 
	border-bottom: 3px solid #2ccc76;
}
textarea {
	height: 89px;
	font-family: 'Roboto', sans-serif !important;
	font-size:18px;
	
}
.email-txt-1 {
	    background:#e7e7e7; !important;
		padding: 7px 18px !important;
}

.phone-txt , .email-txt {
	width: 37% !important;
    float: left;
    margin-left: 24px;
}

 h6 {
	font-size: 25px;
    padding: 10px 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
	text-align: left;
	
 }
 h5{
	 font-size:31px;
	 color:#3a3a3a;
 }
 .error {
	font-size: 62px;
    color: #e74d4d;
	font-weight:400;
 }
 .big-small {
	 border-radius: 19px 19px 19px 19px;
	 padding:30px;
    float: left;
    clear: both;
 background: #fff;}
	
.single-line {
	font-size: 14px;
    line-height: 7px;
    margin: 5px 0px 17px;
	color:#fff;
	text-align: left;
    padding: 0px 13px;
}
.single-line-1 {
    font-size: 26px;
    line-height: 13px;
    margin: 5px 0px 17px;
    color: #6e6b6b;
}
.footer {
	color: #524747;
    font-size: 20px;
    text-align: center;
   padding: 15px 10px 10px 10px;
}
.small-di {
	padding: 8px 8px;
    background: #f85252;
    border-radius: 19px 19px 0px 0px;
    margin-top: -5px;
}
.form_small_box{
	background-color:#f2f2f2;
	border-radius: 0px 0px 19px 19px;
	-webkit-box-shadow: 2px 19px 38px -30px rgba(161,161,161,1);
	-moz-box-shadow: 2px 19px 38px -30px rgba(161,161,161,1);
	box-shadow: 2px 19px 38px -30px rgba(161,161,161,1);
	
}

.footer p {
	    margin-top: 30px;
}
::-webkit-input-placeholder {
   color: #5d5959;
}
:-moz-placeholder { /* Firefox 18- */
   color: #5d5959;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #5d5959;  
}
:-ms-input-placeholder {  
   color: #5d5959;  
}
/**
@media only screen and (max-width: 1440px) {
	.phone-txt, .email-txt {
    margin-left: 19px;
}
    
}
@media only screen and (max-width: 1280px) {
	.phone-txt, .email-txt {
    margin-left: 13px;
} 
}**/
@media only screen and (max-width: 1024px) {
		 .phone-txt, .email-txt {
			margin-left: 9px;
			width: 36% !important;
		}
		.single-line {
		line-height: 21px;}
		.content-box .center-box p {
			margin: 186px 62px 18px 72px;
		}
		.contact-part ul {
		padding: 20px 0px 10px 10px;}
		.single-line-1 {
    line-height: 28px;
}
}
@media only screen and (max-width: 768px) {
	.container {
    width: 100%;
}
.content-box .left-box {
    width: 97%;
    margin: 0px 10px 0px 10px;
}
.phone-txt, .email-txt {
    margin-left: 36px;
    width: 38% !important;
}
.content-box .center-box {
    float: left;
    width: 100%;
    text-align: center;
    padding: 22px 0px 18px;
}
.content-box .center-box p {
    width: 100%;
    clear: both;
	float: left;
    margin: 0;
}
.right-box {
    float: none;
    width: 100%;
    text-align: center;
}
	
}
@media only screen and (max-width: 767px) {
.phone-txt, .email-txt {
    margin-left:0;
    width: 85% !important;
	float:none;
}
.logo-part, .contact-part {
	width:100%;
	margin:0;
}
.contact-part ul {
    padding:0;
	text-align:center;
	float:none;
	margin:0px auto;
	width: 100%;
}

}












