/* CSS Document */
@font-face {
    font-family: 'trajanproregular';
    src: url('../fonts/trajanproregular.eot');
    src: url('../fonts/trajanproregular.eot') format('embedded-opentype'),
         url('../fonts/trajanproregular.woff2') format('woff2'),
         url('../fonts/trajanproregular.woff') format('woff'),
         url('../fonts/trajanproregular.ttf') format('truetype'),
         url('../fonts/trajanproregular.svg#trajanproregular') format('svg');
}
@font-face {
    font-family: 'centurygothic';
    src: url('../fonts/centurygothic.eot');
    src: url('../fonts/centurygothic.eot') format('embedded-opentype'),
         url('../fonts/centurygothic.woff2') format('woff2'),
         url('../fonts/centurygothic.woff') format('woff'),
         url('../fonts/centurygothic.ttf') format('truetype'),
         url('../fonts/centurygothic.svg#centurygothic') format('svg');
}
@font-face {
    font-family: 'centurygothicbold';
    src: url('../fonts/ufonts_com_centurygothicbold.eot');
    src: url('../fonts/ufonts_com_centurygothicbold.eot') format('embedded-opentype'),
         url('../fonts/ufonts_com_centurygothicbold.woff2') format('woff2'),
         url('../fonts/ufonts_com_centurygothicbold.woff') format('woff'),
         url('../fonts/ufonts_com_centurygothicbold.ttf') format('truetype'),
         url('../fonts/ufonts_com_centurygothicbold.svg#ufonts_com_centurygothicbold') format('svg');
}


* {
	padding:0;
	margin:0;
	list-style:none;
}
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* remember to define focus styles! */
*:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	font-family: 'Lato', sans-serif;
	background:#fff;
	font-size:100%;
	color:#000;
	line-height:100%;
	font-style:normal;
	font-weight:normal;
}
input { background:none; border:0 none; outline:none; }
table {
	border:0 none;
	border-collapse:collapse;
	border-spacing:0;
}
td { vertical-align:top; }
img	{ border:0 none; max-width:100%; max-height:100%;height:auto;width:auto;display:block;margin:0 auto;}
a	{ outline:none; cursor:pointer;text-decoration:none;display:block; }
.left	{ float:left; }
.right	{ float:right; }
.clear { clear:both; }
.text_right { text-align:right; }
.text_left { text-align:left; }
.text_center { text-align:center; }
.text-justify { text-align:justify; }
.clearfix {
	clear:both;
	/*content:" "; never use this property error in opera*/
	display:block;
	font-size:inherit;
	height:0;
	line-height:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display:block;
}
*:before, *:after {
  clear: both;
  display: block;
  content: "";
}
*, *:before, *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*responsive menu*/
/*.menu {color: #333333; cursor: pointer; float: left; font-family: 'Lato',sans-serif; font-size: 22px; line-height: 31px; display:none;}
.menu .menu-trigger { float: left; margin: 8px 20px 0 25px;}
.menu .line:nth-child(1):after { transition: all 0.6s linear 0.1s;}
.menu .line:after { background: #FFFFFF; content: ""; display: block; height: 3px; width: 0;}
.menu .line { background: #333333; display: block; height: 3px; margin-bottom: 5px; width: 33px;}
.header-sec .menu-wrap .menu:hover .line:after { transform: rotate(360deg); width: 100%;}
.show-menu .side-menu { transition: all 1.4s ease 0s; z-index: 1;}
.side-menu {display:none; background:#333333; height: 100%; overflow: hidden; padding: 69px 50px 0; position: fixed; right: 0; top: 0; transition: all 0.4s ease 0s; width: 80%; z-index: -1;}
#wrapper {transition: all 0.3s ease 0s;}
.slider,.bx-wrapper,.bx-wrapper .bx-viewport,.slidermain,.slidermain li,.images-slider{height:100% !important;}*/
/*responsive menu end */
.side-menu, .menu {
  display: none;
}




/**************** Header ****************/
.container{
	width: 1170px;
	max-width: 100%;
	margin:0 auto;
}
.header-top {
  border-top: 3px solid #4c4c4c;
}
.social ul li a {
  width: 37px;
  height: 37px;
  display: block;
  background-color: red;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}
.social ul li a i {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.header-top .social, 
.header-top .social ul li, 
.header-top .header-right,
.header-right span,
.contact-us span, .contact-us .tall-free {
  display: inline-block;
  vertical-align: middle;
}
.header-top .top-sec {
  text-align: right;
  padding: 7px 0;
}
.social ul li a {
  background-color: red;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  height: 37px;
  line-height: 33px;
  position: relative;
  text-align: center;
  width: 37px;
  z-index: 1;
}
.social ul li a:before,
.get-in-touch .right a:before,
.footer-block form .submit-btn:before  {
  background-color: #FDD209;
  border-radius: 50%;
  content: "";
  height: 100%;
  position: absolute;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  width: 100%;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  top: 0;
  left: 0;
  z-index: -1;
}
.social ul li a:hover {
  border: 2px solid #333;
}
.social ul li a:hover i {
  color: #333;
}
.social ul li a:hover:before,
.get-in-touch .right a:hover:before,
.footer-block form .submit-btn:hover:before   {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.footer-block form .submit-btn:before {
  border-radius: 18px;
}
.get-in-touch .right a:before {
  border-radius: 35px;
}
.social ul li:nth-of-type(1) a {
  background-color: #3b5998;
}
.social ul li:nth-of-type(2) a {
  background-color: #0177b5;
}
.social ul li:nth-of-type(3) a {
  background-color: #28a9e0;
}
.social ul li:nth-of-type(4) a {
  background-color: #cc3300;
}
.header-right span {
  color: #4c4c4c;
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  line-height: 26px;
}
.header-right span:before,
.tall-free span:before,
.bottom-sec .contact-us:before,
.header-bottom .address-info:before {
  background: url("../images/header-icon.png") no-repeat;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}
.header-right span:nth-of-type(1):before {
  height: 26px;
  width: 20px;
}
.header-right span:nth-of-type(2):before {
  background-position: left -32px;
  height: 23px;
  width: 37px;
}
.header-right span:nth-of-type(2) {
  padding-left: 45px;
  margin-left: 5px;
}
.header-right span:nth-of-type(1) {
  padding-left: 30px;
}
.header-right {
  margin-left: 10px;
}
.bottom-sec .logo {
  float: left;
}
.bottom-sec .contact-us {
  float: right;
  padding-top: 37px;
  position: relative;
}
.contact-us .tall-free span {
  background-color: #fff;
  color: #ff1000;
  display: block;
  font-family: 'Coda',cursive;
  font-size: 16px;
  font-weight: normal;
  padding-left: 20px;
  padding-right: 5px;
  position: absolute;
  top: -11px;
}
.tall-free span:before {
  background-position: left -90px;
  height: 13px;
  top: 3px;
  width: 9px;
  left: 5px;
}
.contact-us .tall-free {
  border: 2px solid #ccc;
  border-radius: 20px;
  color: #0455a3;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  padding: 10px 20px;
  position: relative;
}
.contact-us span {
  color: #ec1f27;
  font-size: 24px;
  font-family: 'centurygothic';
  font-weight: bold;
  margin-right: 16px;
}
/*
.top-sec {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.19);
}
*/
.bottom-sec .contact-us:before {
  background-position: left -105px;
  height: 37px;
  left: 75px;
  top: 13px;
  width: 71px;
}
.header-bottom .main-menu {
  background-color: #0455a3;
  float: left;
}
.header-bottom .address-info {
  background-color: #ec1f27;
  color: #fff;
  float: right;
  font-size: 17px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  position: relative;
  padding: 20px 0 20px 40px;
  z-index: 1;
}
.main-menu ul li {
  float: left;
  margin-right: 50px;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li a {
  color: #fff;
  font-family: 'trajanproregular';
  font-size: 19px;
  font-weight: bold;
  padding: 20px 12px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}
.header-bottom {
  background-color: #0455a3;
  position: relative;
}
.header-bottom .address-info:before {
  background-position: left -58px;
  height: 24px;
  width: 19px;
  top: 15px;
  left: 5px;
}
/*
.header-bottom .address-info:after {
  border-right: 32px solid #ec1f27;
  border-top: 56px solid transparent;
  content: "";
  left: -34px;
  position: absolute;
  top: 0;
  z-index: -1;
}
*/
.header-bottom .address-info:after {
  background: url("../images/header-seperator.jpg") no-repeat;
  position: absolute;
  content: "";
  width: 33px;
  height: 56px;
  background-size: 33px 100%;
  left: -33px;
  top: 0;
}
.header-bottom span.right-color {
  background-color: #ec1f27;
  height: 56px;
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.main-menu ul li a:before {
  background-color: #EC1F27;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: -1;
}
.main-menu ul li a:hover:before,
.main-menu ul li.active a:before {
  height: 100%;
}
.main-slider {
  position: relative;
}
.cation {
  background: url("../images/caption-bg.png") repeat-y;
  background-position: center top;
  bottom: 83px;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}
.cation h1 {
  color: #fff;
  font-size: 47px;
  font-family: 'trajanproregular';
  font-weight: bold;
  line-height: 100px;
  text-transform: uppercase;
}

.slider-logo {
  bottom: -30px;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 73px;
}
/**************** Header Close ****************/

/**************** Content ****************/
.gapping {
  padding: 57px 0;
}
h2.page-title-h2 {
  background: url("../images/title-border.png") no-repeat center bottom;
  color: #000;
  font-size: 40px;
  font-family: 'Coda', cursive;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 48px;
  margin-bottom: 16px;
}
h2.page-title-h2 span {
  color: #ff1000;
  display: inline-block;
  vertical-align: top;
}
span.welcome-txt {
  color: #0455a3;
  display: block;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 26px;
}
.section-1.gapping p {
  text-align: center;
  margin-bottom: 0;
}
.welcome-block .blocks {
  width: 50%;
}
.blocks .img-wrap {
  float: left;
  width: 23%;
}
.blocks .desc {
  float: left;
  width: 77%;
  padding-left: 14px;
}
.blocks .desc p {
  font-size: 15px;
  text-align: left;
}
.welcome-block {
  width: 770px;
  margin: 50px auto 0;
  display: block;
}
.desc h3 {
  margin-bottom: 8px;
}
.section-2 {
  background: url(../images/proj-mang-bg.jpg) no-repeat;
  background-size: cover;
}
.project-management {
  position: relative;
}
.dragatsi-logo {
  bottom: 0;
  left: 0;
  margin: 90px auto 0;
  max-width: 514px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.dragatsi-logo a {
  display: inline-block;
  max-width: 514px;
  vertical-align: top;
}
.project-management ul li {
  margin: 0 auto;
  width: 275px;
}
.project-management ul li:nth-of-type(2), .project-management ul li:nth-of-type(4) {
  float: left;
}
.project-management ul li:nth-of-type(3), .project-management ul li:nth-of-type(5) {
  float: right;
}
.project-management ul li:nth-child(3n+1) {
  clear: both;
}
.project-management ul li span {
  color: #333;
  font-size: 20px;
  font-family: 'centurygothicbold';
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  width: 80%;
}
.project-management ul li:first-child span {
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.project-management ul li:first-child a img {
	display: block;
}
.project-management ul li a img {
  display: inline-block;
  vertical-align: middle;
}
.project-management ul li:nth-of-type(2), .project-management ul li:nth-of-type(3) {
  margin-bottom: 143px;
}
.project-management ul li:first-child {
  margin-bottom: 55px;
}
.project-management ul {
  margin: 0 auto;
  width: 1075px;
  min-height: 412px;
}
.project-management ul li:nth-of-type(2) span, .project-management ul li:nth-of-type(4) span {
  padding-right: 10px;
  text-align: right;
}
.project-management ul li:nth-of-type(3) span, .project-management ul li:nth-of-type(5) span {
  text-align: left;
  padding-left: 10px;
}
.project-management ul li a:hover span {
  color: #ff1000;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.section-3 {
  background-color: #ec1f27;
}
.get-in-touch .left {
  width: 60%;
}
.get-in-touch .left h3 {
  color: #fff;
  font-size: 27px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.get-in-touch .left p {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.get-in-touch .right a {
  background-color: #0455a3;
  border: 4px solid #fff;
  border-radius: 40px;
  color: #fff;
  font-family: 'trajanproregular';
  font-size: 28px;
  font-weight: bold;
  line-height: 13px;
  padding: 24px 25px 15px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.get-in-touch .right a:hover {
  border-color: #333;
  color: #333;
}
.get-in-touch .right a span {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
}
.section-4 {
  background: url(../images/customer-revier-bg.jpg) no-repeat;
  background-position: right bottom;
}
.customer-review {
  float: left;
  width: 50%;
}
.customer-review p {
  line-height: 180%;
  text-align: justify;
}
.section-4 h2.page-title-h2 {
  background-image: none;
  margin-bottom: 36px;
  padding-bottom: 0;
  text-align: left;
}
.customer-review p span {
   background: url(../images/quote-icon.png) no-repeat;
  display: inline-block;
  height: 27px;
  vertical-align: top;
  width: 38px;
}
.customer-review p span:last-child {
  background-position: left bottom;
  margin-left: 10px;
}
.customer-review p span:first-child {
  background-position: left top;
  margin-right: 10px;
}
.footer {
  background-color: #1b1b1b;
}
.footer .footer-block {
  float: left;
}
.footer .footer-block.footer-area-1 {
  width: 31%;
}
.footer .footer-block.footer-area-2 {
  margin: 0 4.5%;
  width: 28.5%;
}
.footer .footer-block.footer-area-3 {
  width: 31.5%;
}
.footer-block h4 {
  background: url(../images/footer-title-border.png) no-repeat;
  background-position: left bottom;
  color: #fff;
  font-size: 25px;
  font-family: 'centurygothic';
  font-weight: bold;
  text-transform: capitalize;
  padding-bottom: 24px;
  margin-bottom: 20px;
}
.quick-links ul li a {
  color: #ccc;
  display: inline-block;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  text-transform: capitalize;
  vertical-align: top;
}
.quick-links ul li.active a,
.quick-links ul li a:hover,
.copyright-text p a:hover,
.contact-info span a:hover {
  color: #fdd308;
}
.quick-links ul li a i {
  font-weight: bold;
  margin-right: 12px;
}
.quick-links ul li {
  margin-bottom: 12px;
}
.footer-block .quick-links {
  border-bottom: 1px solid #333;
  padding-bottom: 12px;
  margin-bottom: 23px;
}
.social ul li {
  margin-right: 5px;
}
.social ul li:last-child {
  margin-right: 0;
}
.footer-block .social ul li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.copyright-text p, .copyright-text p a {
  color: #999;
}
.copyright-text p a {
  display: inline-block;
  vertical-align: top;
}
.footer-block .social {
  margin-bottom: 15px;
}
.footer-block .address p {
  color: #ccc;
  display: inline-block;
  vertical-align: top;
  width: 75%;
}
.address i {
  color: #fdd308;
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
}
.contact-info span, .contact-info span a {
  color: #ccc;
  display: inline-block;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  vertical-align: top;
}
.contact-info span i {
  color: #fdd308;
  margin-right: 10px;
  vertical-align: top;
}
.contact-info span:first-child {
  margin-right: 17px;
}
.footer-block .address p span {
  color: #fdd308;
  font-weight: bold;
  margin-bottom: 7px;
}
.footer-block .address {
  margin-bottom: 19px;
}
.footer-block .working-hour h4 {
  font-size: 20px;
  margin-bottom: 8px;
}
.working-hour p {
  color: #ccc;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
.footer-block .contact-info {
  margin-bottom: 27px;
}
.footer-block form input, .footer-block form textarea {
  background-color: #333;
  border-radius: 3px;
  color: #999;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  height: 40px;
  line-height: 100%;
  padding: 0 15px;
  width: 100%;
}
.footer-block form p {
  width: 48%;
}
.footer-block form p:nth-of-type(1), .footer-block form p:nth-of-type(3) {
  float: left;
}
.footer-block form p:nth-of-type(2), .footer-block form p:nth-of-type(4) {
  float: right;
}
.footer-block form p:nth-of-type(5) {
  clear: both;
  width: 100%;
}
.footer-block form input, .footer-block form textarea {
  background-color: #333;
  border-radius: 3px;
  color: #999;
  font-size: 15px;
  height: 40px;
  line-height: 100%;
  padding: 0 10px;
  width: 100%;
}
.footer-block form textarea {
  border: 0 none;
  height: 90px;
  padding: 10px;
  resize: none;
}
.footer-block form .submit-btn {
  display: inline-block;
  vertical-align: top;
}
.footer-block form .submit-btn {
  background-color: #1053fe;
  border: 2px solid #fff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.footer-block form .submit-btn input[type="submit"]{
  color: #fff;
  cursor: pointer;
  font-family: 'trajanproregular';
  font-size: 16.71px;
  font-weight: bold;
  padding: 8px 12px 7px;
  text-transform: uppercase;
  background-color: transparent;
}
.footer-block form label.error {
  display: none !important;
}
.footer-block form input.error, .footer-block form textarea.error {
  border: 1px solid #f00;
}
.footer-block form .submit-btn input[type="submit"]:hover {
  color: #333;
}
.header-top .bottom-sec {
  min-height: 115px;
  position: relative;
}
.header-top .bottom-sec:after {
  background-color: #CFCFCF;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.bottom-sec .container {
  border-top: 2px solid #CFCFCF;
  position: relative;
}
.bottom-sec .logo {
  left: 0;
  position: absolute;
  top: -28px;
}
.stick .header-bottom {
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  right: 0;
  margin: auto;
}
.error_text {
  text-align: center;
}
.error_text h3 {
  margin: 20px 0;
}
.error_text p a {
  color: #0455a3;
  display: inline-block;
  vertical-align: top;
}
.error_text p a:hover {
	color: #000;
}
form#quick-enquiry-form {
  position: relative;
}
#ajaxLoader {
  bottom: 11px;
  position: absolute;
  left: 130px;
}
#quick-enquiry-form > div#result {
  position: absolute;
  bottom: -20px;
}
/**************** Content close ****************/


h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
  font-family: 'trajanproregular';
}
span {
  line-height: 100%;
}
p {
  color: #000;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 150%;
  margin-bottom: 14px;
}
p:last-child{
	margin-bottom:0;
}
h3{
	font-family: 'centurygothic';
	color: #000;
    font-size: 22px;
    font-weight: bold;
}
a {
  color: #333;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
input,
input:focus,
input::-moz-focus-inner,
button,
button:focus,
button::-moz-focus-inner{
	outline: 0 none;
	border: 0 none;
}

/*
	font-family: 'Open Sans', sans-serif;
	font-family: 'Lato', sans-serif;
	font-family: 'Coda', cursive;
	font-family: 'trajanproregular';
	font-family: 'centurygothic';
*/

/* Placeholder css */
::-webkit-input-placeholder {color: #999;opacity: 1;}
:-moz-placeholder {color: #999;opacity: 1;}
::-moz-placeholder {color: #999;opacity: 1;}
:-ms-input-placeholder {color: #999;opacity: 1;}









/**************** Footer ****************/

.success {
  color: green;
  padding-top: 10px;
}
.success {
  width: 100% !important;
}
#loaderr > img {
  margin-right: 207px;
  margin-top: -30px;
}
/**************** Close ****************/


/**************innerpage****************/
.copyright-text.mob-copyright {
  display: none;
}
.main-menu ul li a:after {
  background-image: url("../images/menu-hover-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  height: 48px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  transition: 0.5s;
}
.main-menu ul li a:hover:after , .main-menu ul li.active a:after {
  opacity: 0.2;
}
.abt-sec2 {
  background: #EEEEEE;
  text-align: center;
}
.abt-sec2 p a {
  display: inline-block;
  color: #0455A3;
}
.abt-sec2 p a:hover {
  color: #333;
}
.abt_quoat p {
  color: #0455a3;
  font-size: 22px;
  position: relative;
  text-indent: 23px;
  margin: 10px 0 0;
}
.abt_quoat p:before {
 content:"";
 background:url(../images/left-quoat.jpg) no-repeat left 0;
 left:0;
 top:4px;
 position:absolute;
 width:27px;
 height:24px;
}
.abt_quoat p:after {
 content:"";
 background:url(../images/right-quoat.jpg) no-repeat 0 0;
 left:auto;
 bottom:-2px;
 position: relative;
 width:27px;
 height:24px;
 display: inline-block;
 margin-left: 10px;
 }
.abt_quoat .quoat_own {
  color: #ec1f27;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  font-family: 'Lato', sans-serif;
}
.aboutus .welcome-block {
  width: 77%;
}
.aboutus .welcome-block .blocks {
  width: 48%;
}
.cont_left input[type="text"] {
  border: 1px solid #ccc;
  height: 50px;
  padding: 0 13px;
  width: 100%;
  font-size: 16px;
  color: #808080;
   font-family: 'Lato', sans-serif;
}
.cont_left textarea {
  border: 1px solid #ccc;
  height: 160px;
  padding:13px;
  width: 100%;
  font-size: 16px;
  color: #808080;
  resize:none;
   font-family: 'Lato', sans-serif;
}
.contact_wrap .cont_left {
  padding-right: 4.3%;
  width: 46.4%;
  background:url(../images/contact-divider.png) no-repeat right top;
}
.contact_wrap .cont_right {
  width: 49.6%;
}
.contact_wrap .cont_right .map {
  border: 1px solid #999;
  height: 220px;
  width: 100%;
}
.contact_wrap .cont_right .map iframe {
  width: 100%;
  height: 100%;
}
.contact_wrap .cont_left .consubmit {
  background: #0455a3;
  border-bottom: 3px solid #02386f;
  color: #fff;
  font-size: 22px;
  line-height: 100%;
  padding: 8px 19px;
  font-weight: bold;
  font-family: 'centurygothic';
  cursor: pointer;
}
.contact_wrap .cont_left .consubmit:hover{
	background: #02386f;
}
.contact_wrap .cont_left .conreset {
  background:#EC1F27;
  border-bottom: 3px solid #850C12;
  color: #fff;
  font-size: 22px;
  line-height: 100%;
  padding: 8px 19px;
  font-weight: bold;
  font-family: 'centurygothic';
  max-width:120px;
  width:100%;
  margin-left:8px;
  cursor: pointer;
}
.contact_wrap .cont_left .conreset:hover{
	background:#850C12;
}
.contact_wrap .cont_right .con_add_det p.title {
  color: #0455a3;
  font-family: "centurygothic";
  font-weight: bold;
  margin: 0;
}
.contact_wrap .cont_right .con_add_det a:hover{
	color:#0455a3;
}
.contact_wrap .cont_right .con_add_det p {
  color: #333;
  line-height: 21px;
}
.contact_wrap .cont_right .con_add_det  .con_tollfree p {
  font-weight: bold;
}
.contact_wrap .cont_right .con_add{
	background:url(../images/contact-add-icon.png) no-repeat 0 0;
	padding-left: 53px;
	margin: 22px 0 0;
}
.contact_wrap .cont_right .con_tollfree{
	background:url(../images/contact-add-icon.png) no-repeat 0 -173px;
	padding-left: 53px;
	margin: 22px 0;
}
.contact_wrap .cont_right .con_email{
	background:url(../images/contact-add-icon.png) no-repeat 0 -269px;
	padding-left: 53px;
}
.ourservices .services_wrap h3 {
  color: #0455a3;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-size: 25px;
  margin-bottom: 23px;
  text-align: center;
}
.ourservices .services_box .service_img {
  width: 20.8%;
  border: 1px solid #ccc;
}
.ourservices .services_box .service_desc h4 {
  color: #333;
   font-family: 'centurygothicbold';
  font-size: 20px;
  line-height: 100%;
  font-weight: normal;
  margin-bottom: 10px;
}
.ourservices .services_box .service_desc {
  width: 77.4%;
}
.ourservices .services_box .service_part {
  margin-bottom: 45px;
}
.ourservices .services_box .service_part:last-child {
  margin-bottom: 0px;
}
.ourservices .services_box .service_desc.left {
  text-align: right;
}
.ourservices .services_box .service_desc h4 span {
  display: inline-block;
  margin-right: 9px;
  vertical-align: middle;
}
.contactus .cont_left #quick-enquiry-form-con {
  position: relative;
}
.contactus .cont_left #quick-enquiry-form-con #ajaxLoadercon {
  position: absolute;
  left: 260px;
  bottom: 10px;
}
.contactus .cont_left #quick-enquiry-form-con #resultcontact {
  position: absolute;
  bottom: -23px;
}
/*  Crome  */

@media screen and (-webkit-min-device-pixel-ratio:0) { /* hacked for chrome and safari */
.header-bottom span.right-color {
  width: 35%;
}
}
