body {
	font-family: 'Open Sans', sans-serif;
	margin: 0px; 
	font-size: 13px;
	background: url('../images/bg.jpg');
	padding: 0px;
}

.topMenus a, .searchBar button, .mainCate li h2, .subCate li a, .stepBtn, input:focus {
	transition:400ms; -webkit-transition:400ms; 
}

.wrapperNew {
	max-width: 1024px;
	width: 90%;
	height: 115px;
	margin: 0 auto;
}

.wrapperNew .logo {
	background: #c4de18;
	width: 300px;
	padding: 15px;
	display: inline-block;
}

.wrapperNew .searchBar {
	width: calc(100% - 334px);
	text-align: center;
	padding: 24px 0;
    vertical-align: top;
	background: #000;
	display: inline-block;
}

.searchBar .region {
	background:#0a6f8b url('../images/searchArrow.png') right no-repeat;
	color: white;
	text-transform: uppercase;
	display: inline-block;
	width: 109px;
    padding: 9px 0px 9px 14px;
    background-position-x: 108px;
    text-align: left;
    vertical-align: top;
}

.searchBar .searchField {
	display: inline-block;
    padding: 10px;
    vertical-align: top;
    width: calc(100% - 61px);

}

.searchBar button {
	display: inline-block;
	cursor: pointer;
	background:#0a6f8b url('../images/searchIcon.png') no-repeat;
	height: 39px;
	width: 43px;
	background-position: 10px 9px;
	border: 0px;
}

.searchBar button:hover {
	background: #c4de18 url('../images/searchIcon-hover.png') no-repeat;	
	background-position: 10px 9px;
}

.topMenus {
	display: inline-block;
	background: #0a6f8b;
	text-align: center;
	width: 188px;
    vertical-align: top;
    padding: 20px 0;

}

.topMenus a {
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	color: white;
	padding: 0 11px;
	text-decoration: none;
}
.topMenus a:hover {
	color: #c4de18;
}

.topMenus a img {
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
}


.servicesDiv {
	background: #5E6A0F;
	position: relative;
	padding: 35px 20px 20px 20px;
}
.servicesDiv p {
	color: white;
	text-align: center;
}
.titles {
	position: absolute;
    top: -20px;
    left: 9px;
}

.servicesDiv h1 {
	background: #e58c0d;
    color: black;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    position: relative;
    height: 35px;
    margin-right: 25px;
    font-size: 15px;
    padding-top: 13px;
    padding-left: 20px;
    padding-right: 21px;
    font-weight: normal;
    overflow: hidden;

    font-weight: normal;
}
.servicesDiv h1:nth-child(2), .servicesDiv h1:nth-child(3) {
	background:none;
	padding: 0px !important;
	margin: 0px;
}

.servicesDiv h1:nth-child(2):before, .servicesDiv h1:nth-child(2):after {
	display:none;
}
.servicesDiv h1:nth-child(3):before, .servicesDiv h1:nth-child(3):after {
	display:none;
}

.servicesDiv h1.active {
	color: white;
	text-shadow:2px 2px 3px #603007;
}

.servicesDiv h1:nth-child(2):before, .servicesDiv h1:nth-child(3):before, .servicesDiv h1:nth-child(4):before {
	content: "";
    background: url('../images/title-left-before.png');
    height: 48px;
    width: 31px;
    top: 0px;
    left: -31px;
    position: absolute;	
}
.servicesDiv h1:after {
	content: "";
    background: url('../images/title-left-after.png');
    height: 48px;
    width: 46px;
    top: 0px;
    right: -46px;
    position: absolute;	
}

.mainCate {
	color: white;
	margin: 50px 0 0px 0;
	padding: 0px;
	width: 103%;
}

.mainCate li {
	list-style: none;
    display: inline-block;
    background-color: #023C4C;
    width:calc(46% - 7px);
    border:4px solid #E58C0D;
    margin-right: 22px;
    text-align: center;
    margin-bottom: 25px;   
}


.mainCate li a {
	height: 100px;
    padding: 33px 0;
    color: white;
    text-decoration: none;
    display: block;
}
.mainCate li a:hover h2 {
	color:#E58C0D !important;
}

.mainCate li h2 {
	font-size: 18px;
    color: white;
    /* background: rgba(0, 0, 0, 0.6); */
    padding: 10px 10px 14px 10px;
    text-shadow: 0px 0px 20px #0a6f8b, 
	0px 0px 20px #0a6f8b, 0px 0px 20px #0a6f8b, 
	0px 0px 20px #0a6f8b, 0px 0px 20px #0a6f8b, 
	0px 0px 20px #0a6f8b, 0px 0px 20px #0a6f8b;
}
.mainCate li img {
	width: 100%;
}
.mainCate li h3 {
	font-size: 12px;
}

.mainCate li.service1 {
	background-image: url('../images/cate1.jpg');
	background-size: cover;
	background-position: center;
}
.mainCate li.service2 {
	background-image: url('../images/cate2.jpg');
	background-size: cover;
	background-position: center;
}
.mainCate li.service3 {
	background-image: url('../images/cate3.jpg');
	background-size: cover;
	background-position: center;
}

.mainCate li.service4 {
	background-image: url('../images/cate4.jpg');
	background-size: cover;
	background-position: center;
}


.footer {
	background:#E58C0D;
	width: 94%;
	margin-top: 40px;
	overflow: hidden;
	padding:2% 3%;
}
.footer .copyright {
	color: black;
	display: inline-block;
	vertical-align: top;
	width: 49%;
	text-align: left;
}
.footer .footerLinks {
	display: inline-block;
	width: 49%;
	text-align: right;
}
.footer .footerLinks a {
	color: black;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 10px;
    margin-bottom: 10px;
}
.footer .footerLinks a:hover {
	color: #fff;
}
.socials {
	display: block;
	color: black;
}
.socials a {
  background: url('../images/socials.png');
  height: 28px;
  width: 28px;
  text-indent: 20000px;
  display: inline-block;
  margin-left:0px;
  background-repeat: no-repeat;
}
.socials a:first-child {margin-left: 10px;}
.socials a.tw {background-position: 0px 0px}
.socials a.fb {background-position: -43px 0px}
.socials a.pin {background-position: -93px 0px}

.socials a.tw:hover {background-position: 0px -38px}
.socials a.fb:hover {background-position:-43px -38px}
.socials a.pin:hover {background-position: -93px -38px}



.greyBg {
	background: #cccccc;
	padding: 4px;
}
.appIcon {
	display: block;
	margin-top: 5px;
}
.appIcon img {
	width: 90px;
	margin-bottom: -9px;
}

.subCate {
	margin: 0px;
	padding: 0px;
	width: 102%;
	list-style: none;
	margin-top: 40px;
}
.subCate li {
	width: calc(25% - 21px);
    text-align: center;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    margin-right: 18px;
    vertical-align: top;
    margin-bottom: 20px;
}
.subCate li a {
	height: 97px;
	padding: 19px 0;
	display: block;
    background: #023C4C;
    text-decoration: none;

}
.subCate li a:hover {
	background: #545454;
	text-decoration: none;
}
.subCate li h2 {
	font-size: 16px;
	font-weight: normal;
	padding-top: 10px;
	text-decoration: none;
	color: white;
}
.subCate li img {
	height: 50px;
}


h4.stepTitle {
	font-size: 25px;
	margin:0 -4px 5px 0px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #7D7D7D;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
	border-bottom: 1px dotted #7D7D7D;
}
h5 {
	font-size: 13px;
	font-weight: normal;
}	

.step1 {
    padding: 40px 20px 40px 20px;
    margin-top: 40px;
    background: #eee;
}
.step1 label {
	display: block;
	
	font-size: 19px;
	padding: 10px 0;
	color: #0a6f8b;
	font-family: 'Oswald', sans-serif;
}

.step1 input[type="radio"] {
	margin-right: 15px;
}

.stepBtn {
	cursor: pointer;
	background: #e58c0d;
	border: 0px;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    margin: 40px 0 0 0px;
    padding: 10px 30px;
    font-size: 20px;
    text-transform: uppercase;
    color: white;
}
.stepBtn:hover {
	background: #0a6f8b;
}
.step2 {
	padding: 40px 20px 40px 20px;
    margin-top: 40px;
    background: #eee;
}

.title1 {
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	color: #0a6f8b;
}

.list1 {

}

.list1 li {
	padding: 5px 0;
}

.mt30 {
	margin-top: 30px;
}

.step3 {
   padding: 40px 20px 39px 19px;
    margin-top: 40px;
    background: #eee;
}
.step3 label {
	display: block;
	width: 100%;
	padding-bottom: 5px;
}
.step3 select {
	width: 100%;
	padding: 10px;

}
.step3 input[type="text"], .step3 input[type="email"], .step3 input[type="tel"], .step3 input[type="password"] {
	width: 100%;
	padding: 10px;
}

@media screen and (max-width: 580px) {
	.step3 .fieldBox {
		width: 95% !important;
	}
}

.step3 .fieldBox {
	display: inline-block;
	width: 45%;
	vertical-align: top;
	padding: 0px 10px;
	margin-top: 30px;
}
.step3 .fieldFul {
	display: block;
	width: 100%;
	padding: 0px 30px;
	margin-top: 30px;	
}
.step3 textarea {
	width: 100%;
	height: 80px;
	padding: 10px;
}
.dis-block {
	display: block;
}
.specifyField {
	display: block;
    margin-left: 30px;
    padding: 10px;
    margin-top: 10px;
    width: 350px;
}
a {
	color: #fff;
	text-decoration: underline;
}

.servicesDiv h1:nth-child(2) {
	padding-right: 20px !important;
	font-size: 14px;
	padding-top: 10px;
}
.content {
	color: white;
}
.content table {
	color: white;
	font-size: 13px;
}
.content p, .content h1, .content h4, .content h2 {
	text-align: left;
	color: white;
}
.content span {
	display: block;
}
.content h2 {
	text-align: center;
}
.align {
	background: #83902D;
    padding: 20px;
}
.stanPic {
	width: 80px;
	height: 80px;
	margin-top: 10px
}

.formTable {
	padding: 20px;
}

.inTable label {
	padding-bottom: 10px;
	display: block;
}
.inTable input {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
}
.inTable textarea {
	width: 100%;
	height: 80px;
	padding: 10px;
}

.inTable button {
	background: #E58C0D;
	color: black;
	text-transform: uppercase;
	padding:  10px 20px ;
	border: 0px;
	width: 100%;
}

.inTable {
	width: 350px;
	margin: 0 auto;
}

.title5 {
	display: block;
	background: #000;
	color: white;
	padding: 10px 0;
	margin-top: 40px;
}
.title5 {
	display: block;
	color: white;
	padding: 10px 0;
	margin-top: 10px;
}

.input_container {
	height: 30px;
	float: left;
	width: 100%;
}

.input_container ul {
	border: 1px solid #eaeaea;
	position: absolute;
	z-index: 9;
	background: #f3f3f3;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}
.input_container ul li {
	padding: 2px;
	text-align: left;
    padding: 7px 20px;
}
.input_container ul li:hover {
	background: #eaeaea;
}
#country_list_id {
	display: none;
}

.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
	text-indent: 7777px;
}

@media screen and (max-width: 520px) {
	.input_container ul {
		margin-left: 12px;
		width: calc(100% - 120px);
	}
}
.align{
	
}
.fix31 {
	text-align: center;
	margin-top: 40px;
}
@media screen and (max-width:650px) {
	.subCate li {
		width:45%;
	}
}

@media screen and (max-width:520px) {
	.subCate li {
		width:96%;
	}
}

.left40 {
	margin-left: -40px;
}

@media screen and (max-width: 800px) {
	.topMenus {
	    display: none;
	}
}
@media screen and (max-width: 960px) {
	.searchBar .searchField {
	    width: calc(100% - 47px);
	}
}
@media screen and (max-width: 520px) {
	.wrapperNew .logo {
	    width: 100%;
	    text-align: center;
	    padding: 0px;
	}
	.wrapperNew .searchBar {
		width: 100%;
	}
	.footer .copyright, .footer .footerLinks {
		width: 100%;
		text-align: center;
	}
	.socials {
		margin-top: 20px;
	}
}

@media screen and (max-width: 960px) {
	.searchBar .searchField {
	    width: calc(100% - 47px);
	}
}

@media screen and (min-width: 801px) {
	.wrapperNew .searchBar {
	    width: calc(100% - 527px);
	}
}


