@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

.m-list { list-style-position: inside; padding-left: 20px; }
.m-list p { margin-left: 19px!important; margin-bottom: 10px!important; }
.m-list ul { padding-left: 35px!important; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
}

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

p {
  margin-top: 0;
}

a {
  color: #c10000;
}

a:hover {
  color: #a80000;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: roboto;
  color: #333;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #e22500;
  color: #fff;
  padding: 0.8em 0;
  text-align: center;
}

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  box-shadow: none;
  width: 100%;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus {
  outline: 0;
}

textarea,
select {
  width: 100%;
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

textarea {
  height: auto;
}

body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-family: "Maven Pro",sans-serif;
}

a {
  outline: none;
  color: #c10000;
  -webkit-transition: all ease 1s;
          transition: all ease 1s;
}

a:hover {
  outline: none;
}

* {
  outline: none;
}

img {
  border: none;
}

.clear {
  clear: both;
}

input, select, textarea {
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

a:active {
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

.header {
  margin: 0px;
  padding: 0px;
  width: 100%;
  position: fixed;
  z-index: 999;
  background: #fff;
  top: 0px;
}

.logo {
  height: auto;
  float: left;
  margin-top: 17px;
  width: 198px;
}

.logo img {
  width: 100%;
}

.top-right {
  float: right;
  padding: 20px 0 10px 0;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.top-sc {
  margin: 0px 0px 0px 0px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.top-social {
  padding: 0px 7px 0px 0px;
  float: right;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.top-social a {
  background: #6c6c6c;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  width: 26px;
  height: 26px;
  line-height: 25px;
  float: left;
  margin-right: 5px;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  font: 400 14px/25px "Open Sans", sans-serif!important;
}

.top-social a:hover {
  background: #c10000;
}

.tell {
  float: right;
  color: #a9a9a9;
  font: 400 25px/24px "Roboto Condensed", sans-serif;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  padding: 2px 0px 0px 0px;
  text-align: right;
}

.tell a {
  cursor: default;
  color: #a9a9a9;
  text-decoration: none;
}

.tell a:hover {
  text-decoration: none;
  color: #a9a9a9;
}

.top-menu {
  float: right;
  margin: 15px 7px 0 0;
  text-align: right;
  padding: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .top-menu{
 margin: 15px 11px 0 0;  
  }
}

.top-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.top-menu ul li {
  display: inline-block;
  padding: 0 8px;
  position: relative;
}

.top-menu ul li:last-child {
  padding-right: 0px;
}

.top-menu ul li a {
  color: #92908f;
  font: 13px "Maven Pro", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.top-menu ul li a:hover {
  color: #c10000;
}

.top-menu ul li ul {
  position: absolute;
  width: 210px;
  top: 21px;
  left: auto;
  right: -10px;
  text-align: left;
  padding: 6px 0px 0px 0px;
  display: none;
  -webkit-transition: all ease 1s;
          transition: all ease 1s;
  background: #fff;
  z-index: 200;
}

.top-menu ul li ul li {
  list-style: none;
  display: block;
  position: relative;
  padding: 0px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.top-menu ul li ul li a {
  text-decoration: none;
  font: 14px 'Maven Pro', sans-serif;
  color: #747474;
  padding: 7px 5px 5px 7px;
  display: block;
  line-height: 20px;
  background: #f6f7f7;
  -webkit-transition: all ease 1s;
          transition: all ease 1s;
}

.top-menu ul li ul li a:hover {
  color: #fff;
  background: #c10000;
}

.top-menu ul li ul li ul {
  left: 209px;
  top: 0px;
  padding-top: 0px;
}

.top-menu ul li ul li ul li ul li:first-child {
  border-top: 1px solid #89b6d9;
}

.top-menu li:hover > ul {
  display: block;
}

.top-menu ul li.submenu i {
  position: absolute;
  width: 9px;
  height: 8px;
  top: 0;
  right: 0;
}

.top-menu ul li.submenu i:after {
  content: "";
  height: 10px;
  width: 7px;
  background: url(../img/down.png) center top no-repeat;
  position: absolute;
  right: -10px;
  top: 9px;
  z-index: 10;
  margin-top: 0px;
}

.non-link {
  cursor: default;
}

.non-link > a {
  cursor: default;
  color: #92908f;
}

.top-menu ul li.current-menu-item a {
  color: #c10000;
}

.top-menu ul li.current-menu-ancestor > a {
  color: #c10000;
}

.top-menu ul li ul li.current-menu-item a {
  color: #fff;
  background: #c10000;
}

.mob-btn {
  display: none;
}

.main-wrp {
  width: 100%;
  padding-top: 98px;
}

.home-banner {
  width: 100%;
  padding: 0px 0 0 0;
  overflow: hidden;
  height: 424px;
}

.banner {
  width: 100%;
  background: url(../img/banner.jpg) center top no-repeat;
  background-size: cover;
  height: auto;
  display: block;
}

.banner01 {
  width: 100%;
  background: url(../img/banner02.jpg) center top no-repeat;
  background-size: cover;
  height: auto;
  display: block;
}

.banner02 {
  width: 100%;
  background: url(../img/banner03.jpg) center top no-repeat;
  background-size: cover;
  height: auto;
  display: block;
}

.banner-in {
  position: relative;
  height: 424px;
}

.hbnner-sf {
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #fff;
  background-color: rgba(47, 46, 46, 0.6);
  padding: 30px 10px 20px 25px;
  font: 400 30px/45px "Maven Pro", sans-serif;
  text-transform: uppercase;
}

.hbnner-sf span {
  font: 400 48px/37px "Maven Pro", sans-serif;
  display: inline-block;
  margin-left: -2px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.hbnner-sf ul {
  margin: 0px 0px 5px 0px;
  padding: 0px;
}

.hbnner-sf ul li {
  list-style-type: none;
  display: block;
  padding: 0px 0px 8px 20px;
  text-transform: none;
  font: 400 16px/18px "Maven Pro", sans-serif;
  position: relative;
}

.hbnner-sf ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0px;
  top: 6px;
  background: url(../img/bnr-li.png) 0px 0px no-repeat;
}

.bnner-bttn {
  background: #c10000;
  text-transform: uppercase;
  float: left;
  text-decoration: none;
  padding: 13px 40px;
  font: 400 22px/18px "Maven Pro", sans-serif;
  color: #fff !important;
  margin-top: 7px;
}

.bnner-bttn:hover {
  text-decoration: none;
  color: #fff !important;
  background: #000;
}

.rqst-wrp {
  width: 100%;
  background: #464646;
}

.rq {
  background: #636363;
  text-align: center;
  padding: 26px 10px;
  margin: 0px 6px 0px 0px;
  font: 400 25px/28px "Maven Pro", sans-serif;
  color: #fff;
  text-transform: uppercase;
  float: left;
}

.rq h3 {
  text-transform: uppercase;
  color: #fff;
  font: 400 25px/28px "Maven Pro", sans-serif;
  padding: 26px 7px;
}

.home-form {
  float: left;
  padding: 9px 0 2px;
  width: 57%;
}

@-moz-document url-prefix() {
  .home-form {
    width: 58%;
  }
}

.home-form input, textarea {
  width: 100%;
  height: 28px;
  color: #75706d;
  padding: 5px 5px 5px 6px;
  border: none;
  margin: 0px 0px 0px 0px;
  background: #e9e9e9;
  font: 300 14px "Maven Pro", sans-serif;
  height: 28px;
}

.input-holder.error input {
  border: #ff2529 1px solid;
}

.input-holder.error textarea {
  border: #ff2529 1px solid;
}

.hm-cap .wait-contactform-contact {
  width: 98px;
  float: right;
  margin-top: 6px;
}

.wait-contactform-contact {
  font-size: 12px;
  width: 100px;
}

.wait-contactform-contact {
  font-size: 12px;
  width: 100px;
  margin-top: 20px;
}

.inner-request .wait-contactform-contact {
  font-size: 12px;
  width: 97px;
  float: right;
  margin-top: 6px;
}

.inner-request span.error, .inner-request span.errors {
  padding: 2px;
}

.home-form ::-webkit-input-placeholder {
  color: #616262;
  opacity: 1;
}

.home-form :-moz-placeholder {
  /* Firefox 18- */
  color: #616262;
  opacity: 1;
}

.home-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #616262;
  opacity: 1;
}

.home-form :-ms-input-placeholder {
  color: #616262;
  opacity: 1;
}

.home-form textarea {
  resize: none;
  margin: 0px;
  width: 100%;
  background: #e9e9e9;
  height: 30px;
  padding: 5px;
  font: 300 14px "Maven Pro", sans-serif;
}

.home-form .input-holder.txta {
  width: 100%;
}

.home-form .input-holder {
  position: relative;
  width: 33.3%;
  float: left;
  padding: 8px;
}

.btn-grp {
  float: left;
  margin-left: 58px;
  margin-top: 1px;
}

.hm-cap {
  color: #fff;
  padding: 23px 0px 0px 0px;
  height: 93px;
  margin: 0px 0px 0px 0px;
  width: 345px;
  float: left;
}

.hm-sub {
  float: right;
  background: #c10000;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 12px;
}

.hm-sub:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}

.captcha-wrap p {
  font-size: 13px;
  margin-bottom: 14px;
}

.hm-cap .captcha-wrap p {
  text-align: right;
}

.pad-inpt {
  padding-right: 10px !important;
}

.submit-bttn1 {
  padding: 6px 14px !important;
  color: #fff !important;
  text-align: center !important;
  font: 500 15px/18px "Maven Pro", sans-serif !important;
  text-transform: uppercase !important;
  background: #c10000 !important;
  width: 83 !important;
  float: right !important;
  position: static !important;
  border: 0px !important;
  margin-top: 0px !important;
  font: 300 15px/18px "Maven Pro", sans-serif;
  border-radius: 0px;
  height: auto !important;
}

.submit-bttn1:hover {
  background: #000 !important;
  text-decoration: none !important;
  outline: none !important;
}

.inner-request input[type="submit"] {
  float: right;
  background: #c10000 !important;
  color: #00a3e2;
  text-transform: uppercase;
  outline: none;
  position: absolute !important;
  bottom: 2px;
  right: 0px;
  padding: 6px 12px !important;
  font: 500 15px/18px "Maven Pro", sans-serif !important;
  margin: 0px !important;
  width: 85px !important;
  border: 0px;
  border-radius: 0px;
}

.inner-request input[type="submit"]:hover {
  color: #fff;
  background: #000 !important;
  text-decoration: none;
  width: auto;
  border: 0px;
  outline: none;
}

.contact-form input[type="submit"] {
  float: right;
  background: #00a3e2;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 16px;
  font: 400 15px/18px "Oswald", sans-serif;
  position: absolute;
  width: auto;
  bottom: 17px;
  right: 0px;
  margin-bottom: 0px;
}

.contact-form input[type="submit"]:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
  width: auto;
}

.home-form .input-holder.textarea {
  width: 100%;
}

.home-form .input-holder:last-child {
  margin-right: 0px;
}

.modal-body .btn-grp {
  border-left: 0px;
  float: right;
}

.modal-body .btn-grp .ref-img {
  margin: 0px;
  border: none;
  padding: 0;
  fill: #d2d2d2;
  outline: none !important;
  border: none !important;
}

.modal-body .shapes-cap {
  width: 10px;
  height: 10px;
  padding: 0px;
  margin: 0px;
}

.modal-body .btn-grp .shapes-cap .shape-color {
  fill: #d2d2d2;
}

.modal-body .captcha_active {
  border: 1px solid #c10000 !important;
}

.modal-body .btn-grp a {
  margin: 0px 0px 0px 6px;
  border: 1px solid #d2d2d2;
  padding: 0px 5px 3px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

.grid-box-otr {
  width: 100%;
  background: #efefef;
  padding: 40px 0px;
}

.grid-box {
  width: 100%;
  position: relative;
}

.grid-box img {
  width: 100%;
}

.grid-box-cont {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  font: 300 18px/20px "Maven Pro", sans-serif;
  padding: 14px 10px 0px 20px;
}

.grid-box-cont h4 {
  color: #131313;
  font: 300 16px/22px "Maven Pro", sans-serif;
  margin: 0px 0px 25px 0px;
  text-transform: uppercase;
}

.grid-box-cont h4 a {
  text-decoration: none;
  color: #131313;
}

.grid-box-cont h4 a:hover {
  color: #c10000;
}

.grid-box-cont p {
  color: #131313;
  font: 300 15px/24px "Maven Pro", sans-serif;
}

.grd-1 {
  background: url(../img/rp.jpg) repeat;
  height: 280px;
  position: relative;
  background-size: cover;
}

.offer-btn {
  background: #464646;
  padding: 8px 20px;
  color: #fff;
  position: absolute;
  top: 0;
  text-transform: uppercase;
  font: 300 18px/22px "Maven Pro", sans-serif;
  float: left;
  left: 0px;
  display: inline-block;
}

.offer-btn:hover {
  text-decoration: none;
  background: #c10000;
  color: #fff;
}

.grd-1-txt {
  background-color: rgba(32, 31, 32, 0.8);
  position: absolute;
  bottom: 0px;
  padding: 15px 0px 0px 20px;
  color: #fff;
  width: 100%;
  left: 0;
  font: 15px "Maven Pro", sans-serif;
  height: 77px;
}

.get {
  background: #c10000;
  padding: 5px 10px 5px 8px;
  position: absolute;
  bottom: 0px;
  color: #fff;
  text-decoration: none;
  right: 0px;
  text-transform: uppercase;
  font: 300 14px/18px "Maven Pro", sans-serif;
}

.get:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}

.grid-box2 {
  position: relative;
}

.grid-box2 h2 {
  background: #464646;
  padding: 15px 10px 15px 20px;
  color: #fff;
  font: 300 18px/18px "Maven Pro", sans-serif;
  text-transform: uppercase;
}

.grid-box2 h2 a {
  text-decoration: none;
  color: #fff;
}

.grid-box2 h2 a:hover {
  color: #c10000;
}

.grid-box2 .grid-box2-cont {
  background: #d6d8d7;
  padding: 18px 10px 0px 21px;
  height: 208px;
}

.grid-box2 .grid-box2-cont p {
  font: 300 15px/24px "Maven Pro", sans-serif;
  color: #131313;
  margin-bottom: 5px;
}

.grid-box2 .grid-box2-cont ul {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
}

.grid-box2 .grid-box2-cont ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 18px;
  font: 300 15px/26px "Maven Pro", sans-serif;
}

.grid-box2 .grid-box2-cont ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 0px;
  background: url(../img/box-li.png) no-repeat;
}

.grid-box2 .grid-box2-cont h3 {
  font: 300 20px/22px "Maven Pro", sans-serif;
  margin-bottom: 10px;
}

.why-img {
  padding: 0px;
  margin: 0px;
  position: relative;
}

.why-img img {
  width: 100%;
}

.why-figcaption {
  text-align: left;
  width: 100%;
  background-color: rgba(70, 70, 70, 0.8);
  padding: 15px 10px 10px 15px;
  color: #fff;
  position: absolute;
  bottom: 0;
  font: 400 35px/35px "Maven Pro", sans-serif;
  text-transform: uppercase;
}

.why-figcaption a {
  color: #fff;
  -webkit-transition: none;
          transition: none;
}

.why-figcaption a span {
  color: #c10000;
}

.why-figcaption a:hover {
  text-decoration: none;
  color: #c10000;
}

.why-figcaption a:hover span {
  color: #fff;
}

.sldr-mn-ht {
  min-height: 196px;
}

.loader-img {
  margin-right: 5px;
}

.question {
  background: url(../img/question.png) top left no-repeat;
  width: 27px;
  height: 27px;
  right: 19px;
  top: 50%;
  margin-top: -13px;
  position: absolute;
  -webkit-transition: none;
          transition: none;
}

.question:hover {
  background: url(../img/question.png) bottom left no-repeat;
}

.mid-wrap {
  width: 100%;
  background: #fff;
  border-bottom: solid 1px #d4d5d4;
  padding: 40px 0px;
}

.readd {
  background: #559fd2;
  padding: 5px 15px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.readd:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}

.wy-txt h1 {
  text-transform: uppercase;
  color: #292b2a;
  text-decoration: none;
  font: 29px "Maven Pro", sans-serif;
  margin-bottom: 27px;
}

.wy-txt h1 a {
  color: #000;
  text-decoration: none;
}

.wy-txt h1 a:hover {
  color: #c10000;
  text-decoration: none;
}

.wy-txt h1 span {
  color: #559fd2;
}

.wy-txt h1 span :hover {
  color: #000;
  text-decoration: none;
}

.wy-txt p {
  font: 15px/22px "Maven Pro", sans-serif;
  color: #111111;
  padding: 0px 0px 20px 0px;
  margin-bottom: 0px;
}

.readmore-btn {
  background: #c10000;
  padding: 5px 20px 5px 10px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font: 300 14px/18px "Maven Pro", sans-serif;
  float: right;
  position: relative;
}

.readmore-btn:after {
  content: "";
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid;
  display: inline-block;
  height: 0;
  width: 0;
  position: absolute;
  top: 11px;
  right: 9px;
  color: #fff;
}

.readmore-btn:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}

.caret-right {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid;
  display: inline-block;
  height: 0;
  vertical-align: top;
  width: 0;
  color: #fff;
  margin: 5px 0 0 6px;
}

.home-slid-wrp {
  width: 100%;
  padding: 30px 0px 40px;
}

.home-slid-wrp h3 {
  text-transform: uppercase;
  color: #292b2a;
  padding: 10px 0px 15px;
  font: 500 28px/22px "Maven Pro", sans-serif;
}

.home-slid-wrp h3 a {
  color: #292b2a;
  text-decoration: none;
}

.home-slid-wrp h3 a:hover {
  color: #c10000;
}

.home-slid-wrp h4 {
  color: #292b2a;
  font: 500 17px "Maven Pro", sans-serif;
  padding: 5px 0px;
  margin-bottom: 5px;
  min-height: 45px;
}

.home-slid-wrp h4 a {
  color: #292b2a;
  font-style: normal;
  text-decoration: none;
}

.home-slid-wrp h4 a:hover {
  color: #c10000;
}

.slid-mnht {
  min-height: 165px;
}

.Blog-txt h4 {
  color: #292b2a;
  font: 500 17px "Maven Pro", sans-serif;
  padding: 5px 0px;
  margin-bottom: 5px;
  min-height: 45px;
}

.Blog-txt h4 a {
  color: #292b2a;
  font-style: normal;
}

.test-txt {
  width: 100%;
  padding: 10px 0px;
  margin: 0px;
  font: 400 15px/22px "Maven Pro", sans-serif;
  color: #111111;
  text-transform: capitalize;
}

.test-qt {
  float: left;
  background: url(../img/qt.jpg) center no-repeat;
  width: 17px;
  height: 15px;
  margin-right: 10px;
}

.bt-view {
  width: 100%;
}

.vieww {
  background: #c10000;
  padding: 2px 20px 2px 10px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  float: right;
  margin-top: 17px;
  position: relative;
}

.vieww:after {
  content: "";
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid;
  display: inline-block;
  height: 0;
  width: 0;
  position: absolute;
  top: 10px;
  right: 9px;
  color: #fff;
}

.vieww:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}

.blog-dat-otr {
  width: 100%;
  padding: 10px 0px 8px 0px;
  color: #838282;
}

.blog-dat-otr span {
  color: #c10000;
  font-style: italic;
}

.test-slide ul {
  padding: 0px;
  list-style: none;
}

.Blog-txt {
  padding: 0px;
  margin: 0px;
  color: #111111;
}

.Blog-txt a {
  color: #c10000;
  text-decoration: none;
  font-style: italic;
}

.Blog-txt a:hover {
  color: #595959;
  text-decoration: none;
}

.Blog-txt a span {
  color: #c10000;
  font-style: italic;
}

.Blog-txt p {
  font: 400 15px/22px "Maven Pro", sans-serif;
  color: #111111;
}

.bttm-strp-otr {
  width: 100%;
  background: #c10000;
}

.bttm-strp-otr h3 {
  background: #a30303;
  text-align: center;
  padding:12px;
  color: #fff;
  text-transform: uppercase;
  font: 400 20px/27px "Maven Pro", sans-serif;
}

.bttm-strp-otr h3 a {
  text-decoration: none;
  color: #fff;
}

.bttm-strp-otr h3 a:hover {
  color: #000;
}

.bttm-strp-otr p {
  font: 400 15px/20px "Maven Pro", sans-serif;
  color: #fff;
  margin: 0;
  padding-top: 20px;
}

.searc-bttn {
  background: #fff;
  padding: 3px 35px 3px 18px;
  color: #111111;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  float: right;
  margin-top: 26px;
  position: relative;
}

.searc-bttn:after {
  content: "";
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid;
  display: inline-block;
  height: 0;
  width: 0;
  position: absolute;
  top: 12px;
  right: 15px;
  color: #111111;
}

.searc-bttn:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}

.searc-bttn:hover:after {
  color: #fff;
}

.Blog-txt .blg-rd {
  font-style: normal;
}

.two-col {
  margin: 8px 0px;
}

.one-col-slide {
  width: 100%;
  text-align: center;
}

.one-col-slide h3 {
  text-align: center;
  padding: 20px;
}

.one-col-slide h4 {
  font: 25px Myriad Pro;
  padding: 10px;
}

.one-col-slide-txt {
  padding: 10px 0px;
}

.logo-slider {
  width: 100%;
  border-top: solid 1px #dddddd;
}

.logo-img {
  width: 100%;
  float: left;
  height: auto;
  padding: 20px 0px;
}

.logo-img ul {
  list-style: none;
}

.logo-img ul li {
  display: inline-block;
}

.logo-img ul li a {
  margin: 0 15px;
}

.footer-wrapper {
  background: #292b2a;
  padding: 15px 0px;
}

.footr-menu {
  padding: 8px 0px 20px;
  text-align: center;
}

.footr-menu ul {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

.footr-menu ul li {
  list-style-type: none;
  display: inline;
  padding: 0px 5px 0px 5px;
  position: relative;
}

.footr-menu ul li:after {
  content: "";
  height: 10px;
  width: 1px;
  position: absolute;
  right: 0px;
  top: 4px;
  background: url(../img/fl-dvdr.jpg) no-repeat;
}

.footr-menu ul li:last-child:after {
  display: none;
}

.footr-menu ul li a {
  text-decoration: none;
  color: #a0a5a3;
  font: 400 14px/20px "Maven Pro", sans-serif;
}

.footr-menu ul li a:hover {
  color: #c10000;
}

.footr-menu p {
  color: #a0a5a3;
  font: 400 14px/20px "Maven Pro", sans-serif;
  margin: 0px;
}

.footr-menu p .fmail {
  color: #a0a5a3;
  text-decoration: none;
}

.footr-menu p .fmail:hover {
  color: #c10000;
  text-decoration: none;
}

.footr-menu .ftll {
  text-decoration: none;
  color: #a0a5a3;
  cursor: default;
}

.footr-menu .ftll a {
  color: #a0a5a3 !important;
}

.footr-menu .ftll a:hover {
  color: #a0a5a3 !important;
}

.footer-social {
  background: #343635;
  padding: 20px 0px 20px 0px;
  width: 100%;
}

.ft-social p {
  color: #9fa5a2;
  font: 400 14px/18px "Maven Pro", sans-serif;
  margin: 0px;
}

.ft-social {
  display: table;
  vertical-align: middle;
  margin: 0 auto;
}

.ft-social a {
  background: #9fa5a2;
  border-radius: 50%;
  color: #343635;
  padding: 4px 2px;
  text-decoration: none;
  width: 26px;
  height: 26px;
  font: 400 16px/20px "Maven Pro", sans-serif;
}

.ft-social a:hover {
  background: #c10000;
}

.ft-social p {
  float: left;
  color: #c0c1c1;
  font: normal 13px/25px "Maven Pro", sans-serif;
}

.copyright-wrapper {
  background: #292b2a;
  padding: 5px 0px 20px 0px;
}

.copyright {
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  text-align: center;
}

.copyright p {
  color: #818482;
  text-align: center;
  font: 400 13px/18px "Maven Pro", sans-serif;
  padding: 0px;
  margin: 0px;
}

.copyright p a {
  color: #818482;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.copyright p a:hover {
  color: #fff;
  text-decoration: none;
}

.copyright .tw-logo {
  width: 33px;
  height: 33px;
  margin-top: 17px;
  display: inline-block;
  background: url(../img/tw-logo.png) left top no-repeat;
}

.copyright .tw-logo:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.inner-banner {
  padding: 0;
}

.in-banner {
  width: 100%;
  height: 311px;
  background: url(../img/inner-banner.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  padding: 86px 0px 28px;
}

.inn-banner-in {
  position: relative;
  height: 214px;
}

.inr-bnner-sf {
  position: absolute;
  left: 0px;
  top: 5px;
  color: #fff;
  background-color: rgba(47, 46, 46, 0.6);
  padding: 15px 10px 20px 18px;
  font: 400 30px/45px "Maven Pro", sans-serif;
  text-transform: uppercase;
}

.inr-bnner-sf span {
  font: 400 48px/37px "Maven Pro", sans-serif;
  display: inline-block;
  margin-left: -2px;
  letter-spacing: 2px;
  margin-bottom: 24px;
}

.inner-banner-txt {
  width: 35%;
  left: 30%;
  margin-top: 180px;
  position: absolute;
  bottom: 80px;
}

.inner-banner-txt ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.inner-banner-txt ul li {
  background: url(../img/txt.png) left center no-repeat;
  color: #fff;
  padding: 4px 0 4px 20px;
  font: 16px "Maven Pro", sans-serif;
}

.inner-content {
  width: 100%;
  padding: 25px 0px 30px;
}

.inner-side-bar {
  margin-bottom: 40px;
}

.inner-request {
  background: #555555;
  padding: 10px 17px 30px;
  color: #fff;
  margin: 0px 0 0 0;
}

.inner-request h3 {
  text-transform: uppercase;
  color: #fff;
  font: 400 24px "Maven Pro", sans-serif;
  padding: 0 0 15px 0;
}

.inner-request input, .inner-request textarea {
  background: #888888;
  color: #fff;
  font: 14px "Maven Pro",sans-serif;
  margin: 0 0 15px;
  padding: 5px 7px;
  width: 100%;
  border: solid 1px #6a6b6a;
  height: auto;
  border: none;
  border: 1px solid #888888;
}

.inner-request textarea {
  height: 115px;
  overflow: auto;
  resize: none;
  margin-bottom: 8px;
}

.inner-request ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.inner-request :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

.inner-request ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.inner-request :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.inn-cap {
  color: #fff;
}

.inn-cap-img {
  width: 70%;
  border: solid 1px #f00;
  height: 30px;
  float: left;
}

.inn-sub {
  background: #c10000 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font: 15px "Maven Pro", sans-serif;
  float: right;
  margin: 0;
  padding: 6px 15px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}

.inn-sub:hover {
  background: #af0e14;
  color: #fff;
  text-decoration: none;
}

.inner-side-box {
  background: #e5e9e8;
  padding: 20px 20px 15px 20px;
}

.inner-grd-1 {
  position: relative;
  margin: 0px 0px 30px 0px;
  height: 250px;
  background: url(../img/rp.jpg) no-repeat;
  background-size: cover;
}

.inner-serv {
  width: 100%;
  margin-bottom: 30px;
}

.inner-serv h2 {
  background: #c10000;
  padding: 15px 10px 15px 20px;
  color: #fff;
  font: 300 18px/18px "Maven Pro", sans-serif;
  text-transform: uppercase;
}

.inner-serv h2 a {
  text-decoration: none;
  color: #fff;
}

.inner-serv h2 a:hover {
  color: #292b2a;
}

.inner-serv .innr-lst {
  width: 100%;
  background: #fff;
  padding: 10px 18px 18px 13px;
}

.inner-serv .innr-lst ul {
  margin: 0px 0px 7px 0px;
  padding: 0px;
}

.inner-serv .innr-lst ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 18px;
  font: 300 15px/26px "Maven Pro", sans-serif;
}

.inner-serv .innr-lst ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 0px;
  background: url(../img/box-li.png) no-repeat;
}

.inner-serv .innr-lst h3 {
  font: 300 20px/22px "Maven Pro", sans-serif;
  margin-bottom: 10px;
}

.inr-more {
  background: #c10000;
  padding: 2px 12px 2px 12px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  float: right;
  margin-top: 5px;
  position: relative;
}

.inr-more:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}

.pdf-link{ 
  color: #464646!important;
  font: 300 18px/26px "Maven Pro", sans-serif;
  text-decoration: none;
  padding: 0px 0px 0px 28px;
  background: url(../img/pdf.png) no-repeat;}

.pdf-link:hover { color: #c10000!important ;}

.sid-faq {
  width: 100%;
}

.sid-faq h2 {
  color: #292b2a;
  font: 300 28px/26px "Maven Pro", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.sid-faq h2 a {
  text-decoration: none;
  color: #292b2a;
}

.sid-faq h2 a:hover {
  color: #c10000;
}

.sid-faq h3 {
  color: #4e4f4f;
  font: 500 18px/20px "Maven Pro", sans-serif;
  margin: 0px 0px 24px 0px;
}

.sid-faq p {
  color: #464646;
  font: 300 16px/21px "Maven Pro", sans-serif;
  margin: 0px 0px 15px 0px;
}

.sid-faq p a {
  color: #c10000;
  text-decoration: none;
}

.sid-faq p a:hover {
  color: #464646;
}

.inner-content-area {
  padding: 0px 0px;
}

.inner-content-area h1 {
  color: #292b2a;
  font: 29px/34px "Maven Pro", sans-serif;
  margin: 0 0 20px;
  padding: 0;
  text-transform: uppercase;
}

.inner-content-area h2 {
  color: #595654;
  font: 27px/32px "Maven Pro", sans-serif;
  margin: 0 0 15px;
  padding: 0;
}

.inner-content-area h3 {
  color: #595654;
  font: 600 18px/28px "Maven Pro", sans-serif;
  margin: 0 0 10px;
  padding: 0;
}

.inner-content-area h4 {
  color: #595654;
  font: 20px/22px "Maven Pro", sans-serif;
  margin: 0 0 15px;
  padding: 0;
}

.inner-content-area h5 {
  color: #595654;
  font: 600 17px/20px "Maven Pro", sans-serif;
  margin: 0 0 10px;
  padding: 0;
}

.inner-content-area p {
  color: #595654;
  font: 15px/24px "Maven Pro", sans-serif;
  margin: 0 0 20px;
  padding: 0;
}

.inner-content-area p a {
  color: #c10000;
  text-decoration: none;
}

.inner-content-area p a:hover {
  color: #595654;
}

.inner-content-area ol li {
  color: #595654;
}

.inner-content-area ul {
  margin: 0px 0px 18px 25px;
  padding: 0px;
}

.inner-content-area ul li {
  list-style-type: none;
  color: #595654;
  display: block;
  position: relative;
  padding-left: 18px;
  font: 300 15px/26px "Maven Pro", sans-serif;
}

.inner-content-area ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 0px;
  background: url(../img/box-li.png) no-repeat;
}

.blog-content-area {
  padding-bottom: 15px;
}

.blog-content-area ul {
  margin: 0px 0px 18px 25px;
  padding: 0px 0px 0px 0px;
  float: left;
  width: 100%;
}

.blog-content-area ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 18px;
  font: 300 15px/26px "Maven Pro", sans-serif;
}

.blog-content-area ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 9px;
  left: 0px;
  background: url(../img/box-li.png) no-repeat;
}

.blog-content-area ul li a {
  text-decoration: none;
  color: #c10000;
}

.blog-content-area ul li a:hover {
  color: #292b2a;
}

.testimonail-wrapper {
  background: #f2f2f2;
  border: 1px dashed #cdcece;
  margin: 0 0 25px;
  padding: 15px;
}

.p-strg {
  margin-bottom: 10px !important;
  font-weight: 600 !important;
}

.testimoni-box {
  width: 100%;
  border: solid 1px #ccc;
  padding: 20px;
}

.tesi-img {
  width: 50%;
  border-bottom: solid 1px #ccc;
  margin: 0 auto;
  margin-bottom: 10px;
}

.tesi-img img {
  margin: 0 auto;
  width: 100%;
  border-radius: 50%;
}

.tesi-img h4 {
  text-align: center;
  padding: 10px 0px;
}

.testimonials-txt {
  text-align: center;
  padding: 10px;
  position: relative;
}

.blog-main-wrp {
  padding: 170px 0px 30px;
}

.blog-content-area {
  margin: 0px;
}

.blog-sd-bar {
  margin-top: 0px;
}

.blog-sd-bar-box {
  background: #e1e1e1;
  margin: 0 0 30px;
  padding: 10px;
}

.blog-sd-bar-box h3 {
  background: url("../img/recent-post-icon.jpg") no-repeat;
  color: #292b2a;
  text-transform: uppercase;
  font: 300 28px/26px "Maven Pro", sans-serif;
  padding: 13px 0 25px 57px;
}

.blog-sd-bar-box ul {
  list-style: none;
  padding: 0px;
  margin: 0 0 0 0px;
}

.blog-sd-bar-box ul li {
  color: #292b2a;
  background: transparent url("../img/blog-li.png") 6px 16px no-repeat;
  border-bottom: 1px dotted #c8c5c4;
  font: 15px/22px "Maven Pro", sans-serif;
  margin: 0px;
  padding: 10px 0 10px 25px;
}

.blog-sd-bar-box ul li:last-child {
  border-bottom: none;
}

.blog-sd-bar-box ul li a {
  color: #292b2a;
  text-decoration: none;
}

.blog-sd-bar-box ul li a:hover {
  color: #e80e0e;
}

.blog-sd-bar-boxx {
  background: #e1e1e1 none repeat scroll 0 0;
  margin: 0 0 30px;
  padding: 10px;
}

.blog-sd-bar-boxx h3 {
  background: url("../img/blog-category-icon.jpg") no-repeat;
  color: #292b2a;
  text-transform: uppercase;
  font: 400 28px/26px "Maven Pro", sans-serif;
  padding: 13px 0 25px 57px;
}

.blog-sd-bar-boxx ul {
  list-style: none;
  padding: 0px;
  margin: 0 0 0 px;
}

.blog-sd-bar-boxx ul li {
  color: #292b2a;
  background: url("../img/category-icon.png") 5px 20px no-repeat;
  border-bottom: 1px dotted #c8c5c4;
  font: 15px/22px "Maven Pro", sans-serif;
  margin: 0px;
  padding: 10px 0 10px 25px;
}

.blog-sd-bar-boxx ul li:last-child {
  border-bottom: none;
}

.blog-sd-bar-boxx ul li a {
  color: #292b2a;
  text-decoration: none;
}

.blog-sd-bar-boxx ul li a:hover {
  color: #e80e0e;
}

.blog-sd-bar-boxxx {
  background: #e1e1e1 none repeat scroll 0 0;
  margin: 0 0 30px;
  padding: 10px;
}

.blog-sd-bar-boxxx h3 {
  background: url("../img/archive-icon.jpg") no-repeat;
  color: #292b2a;
  text-transform: uppercase;
  font: 400 28px/26px "Maven Pro", sans-serif;
  padding: 13px 0 25px 57px;
}

.blog-sd-bar-boxxx ul {
  list-style: none;
  padding: 0px;
  margin: 0 0 0 0px;
}

.blog-sd-bar-boxxx ul li {
  color: #292b2a;
  background: url("../img/category-icon.png") 5px 20px no-repeat;
  font: 15px/22px "Maven Pro", sans-serif;
  margin: 0px;
  padding: 10px 0 10px 25px;
}

.blog-sd-bar-boxxx ul li:last-child {
  border-bottom: none;
}

.blog-sd-bar-boxxx ul li a {
  color: #292b2a;
  text-decoration: none;
}

.blog-sd-bar-boxxx ul li a:hover {
  color: #e80e0e;
}

.subscribe-feed {
  background: #464646;
  margin: 0 0 30px;
  color: #fff;
  font: 18px "Maven Pro", sans-serif;
  padding: 14px 0 14px 65px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  width: 100%;
  display: inline-block;
}

.subscribe-feed:before {
  background: url("../img/rss-feed-icon.png") no-repeat;
  width: 28px;
  height: 28px;
  content: "";
  position: absolute;
  top: 11px;
  left: 28px;
}

.subscribe-feed:hover {
  background: #e80e0e;
  text-decoration: none;
  color: #fff;
}

.blog-post-box {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  margin: 0 0 25px;
  padding: 20px 25px;
}

.blog-post-box a {
  text-decoration: none;
  color: #c10000;
}

.blog-post-box a:hover {
  text-decoration: none;
  color: #292b2a;
}

.blog-post-box ul {
  margin: 0px 0px 15px 20px;
  padding: 0px;
}

.blog-post-box ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding: 0px 0px 0px 20px;
}

.blog-post-box ul li:before {
  content: "";
  width: 11px;
  height: 12px;
  background: url(../img//blog-li.png) no-repeat;
  position: absolute;
  top: 7px;
  left: 0px;
}

.blog-post-box ul li a {
  text-decoration: none;
  color: #c10000;
}

.blog-post-box ul li a:hover {
  color: #292b2a;
}

.blog-post-box p {
  color: #292b2a;
  font: 300 15px/25px "Open Sans", sans-serif;
  margin: 0px 0px 25px 0px;
}

.blog-post-box h1 {
  color: #292b2a;
  display: block;
  font: 400 20px/26px "Maven Pro", sans-serif;
  letter-spacing: -.5px;
  margin: 15px 0;
}

.blog-post-box h1 a {
  color: #292b2a;
  display: block;
  margin: 15px 0;
}

.blog-post-box h1 a:hover {
  color: #e80e0e;
}

.blog-top-wrp-otr {
  margin-top: 7px;
  float: left;
}

.blog-top-wrp {
  padding: 5px 0px;
  color: #292b2a;
  font: 15px "Maven Pro", sans-serif;
}

.blog-top-wrp a {
  color: #e80e0e;
}

.blog-top-wrp a:hover {
  color: #292b2a;
}

.date {
  background: #535353;
  color: #fff;
  float: right;
  font: 15px/18px "Maven Pro", sans-serif;
  padding: 7px 10px 5px 10px;
}

.date span {
  font-size: 25px;
}

.blog-bot-wrp {
  width: 100%;
  padding: 22px 0 0 0;
  display: inline-block;
}

.blog-social {
  float: left;
  margin: 0px 10px 0px 0px;
  display: inline-block;
}

.blog-social span {
  color: #292b2a;
  font: 400 13px/23px "Maven Pro", sans-serif;
  display: inline-block;
  float: left;
}

.blog-social a {
  border-radius: 50%;
  margin-right: 5px;
  line-height: 25px;
  background: #999999;
  float: left;
  color: #fff !important;
  width: 25px;
  height: 25px;
  text-align: center;
  display: inline-block;
}

.blog-social a:hover {
  background: #292b2a;
  color: #fff !important;
}

.blog-frtd-wrap {
  width: 100%;
  height: 358px;
  position: relative;
  overflow: hidden;
  margin: 0px 0px 25px 0px;
  background: #e6e6e6;
}

.blog-frtd-wrap img {
  position: absolute;
  margin: auto;
  overflow: auto;
  max-width: auto;
  max-width: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.align-left {
  width: 258px;
  height: 228px;
  margin: 5px 20px 5px 0px;
  float: left;
  position: relative;
  overflow: hidden;
  background: #e6e6e6;
}

.align-left img {
  position: absolute;
  margin: auto;
  overflow: auto;
  max-width: auto;
  max-width: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.alignnone {
  max-width: 300px;
  height: auto;
  margin: 5px 20px 5px 0px;
  float: left;
}

.alignleft {
  max-width: 300px;
  height: auto;
  margin: 5px 20px 5px 0px;
  float: left;
}

.alignright {
  max-width: 300px;
  height: auto;
  margin: 5px 0px 5px 20px;
  float: right;
}

.aligncenter {
  max-width: 300px;
  height: auto;
  margin: 0px auto 15px;
  float: none;
}

.blog-smfb {
  background: #292b2a !important;
  margin-left: 9px;
}

.blog-smfb:hover {
  background: #999999 !important;
}

.cmts {
  background: url("../img/cmnts.png") no-repeat;
  float: left;
  height: 26px;
  padding: 0 0 0 33px;
  line-height: 26px;
}

.blog-rd {
  background: #e80e0e;
  padding: 3px 20px;
  color: #fff !important;
  text-decoration: none;
  float: right;
  text-transform: uppercase;
  font: 400 14px/23px "Maven Pro", sans-serif;
}

.blog-rd:hover {
  color: #fff !important;
  background: #000;
}

.blog-post-box-btm {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  margin: 0 0 25px;
  padding: 20px 25px;
}

.blog-post-box-btm a {
  color: #e80e0e;
}

.blog-post-box-btm a:hover {
  color: #292b2a;
  text-decoration: none;
}

.blog-post-box-btm p {
  color: #696a69;
  font: 15px/25px "Maven Pro", sans-serif;
}

.blog-post-box-btm h1 {
  color: #292b2a;
  display: block;
  font: 400 20px/23px "Maven Pro", sans-serif;
  margin: 15px 0;
}

.blog-post-box-btm h1 a {
  color: #292b2a;
  display: block;
  font: 400 20px/23px "Maven Pro", sans-serif;
  margin: 15px 0;
}

.blog-post-box-btm h1 a:hover {
  color: #c10000;
}

.blog-rpy-wrp {
  background: #f4f3f2;
  padding: 15px;
  border: solid 1px #e8e7e7;
}

.blog-rpy-wrp h3 {
  color: #656665;
  background: url(../img/leave-comment-btn.jpg) no-repeat;
  height: 70px;
  padding: 15px 0px 0px 65px;
  font: 400 27px/23px "Maven Pro", sans-serif;
}

.blog-rpy-wrp a {
  text-decoration: none;
  color: #e80e0e;
}

.blog-rpy-wrp a:hover {
  color: #333;
}

.blog-rpy-wrp textarea {
  border: solid 1px #d2d2d2;
  background: #fff;
  padding: 10px;
  font: 400 14px/23px "Maven Pro", sans-serif;
  color: #696a69;
  resize: none;
  overflow: hidden;
  height: 100px;
  margin: 0px 0px 15px 0px;
}

.blog-rpy-wrp input {
  border: solid 1px #d2d2d2;
  height: 45px;
  background: #fff;
  padding: 10px;
  font: 400 14px/23px "Maven Pro", sans-serif;
  color: #696a69;
  margin-bottom: 13px;
}

.blog-rpy-wrp ::-webkit-input-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

.blog-rpy-wrp :-moz-placeholder {
  /* Firefox 18- */
  color: #6a6a6a;
  opacity: 1;
}

.blog-rpy-wrp ::-moz-placeholder {
  /* Firefox 19+ */
  color: #6a6a6a;
  opacity: 1;
}

.blog-rpy-wrp :-ms-input-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

.blg-sub {
  background: #e80e0e !important;
  color: #fff !important;
  padding: 4px 18px !important;
  float: right;
  font: 300 18px/23px "Maven Pro", sans-serif !important;
  border: 0px;
  text-transform: uppercase;
  display: inline-block;
  height: auto !important;
  margin-bottom: 0px !important;
}

.blg-sub:hover {
  color: #fff;
  text-decoration: none;
  background: #000 !important;
}

.auther-post-wrp {
  width: 100%;
  margin: 20px 0px 20px 0px;
}

.auther-post-wrp ul {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  border-bottom: 1px solid #ababab;
}

.auther-post-wrp ul:last-child {
  border-bottom: none;
}

.auther-post-wrp h2 {
  color: #3c3c3c;
  font-size: 26px;
  font: 400 26px/26px "Open Sans", sans-serif;
  margin: 0px 0px 0px 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ababab;
  width: 100%;
}

.auther-post-wrp .avtr-wrp {
  background: url(../img/avatar.jpg) left top no-repeat;
  padding: 14px 0px 15px 70px;
  margin: 15px 0px 15px;
  font: 400 15px/26px "Open Sans", sans-serif;
  color: #9a9a9a;
  width: 100%;
  list-style: none;
  line-height: 18px;
}

.auther-post-wrp .avtr-wrp span {
  color: #e80e0e;
}

.auther-post-wrp .avtr-wrp a {
  color: #e80e0e;
}

.auther-post-wrp .avtr-wrp a:hover {
  color: #9a9a9a;
}

.auther-post-wrp p {
  font: 400 15px/22px "Open Sans", sans-serif;
  color: #414141;
  margin: 0px 0px 25px 0px;
}

.auther-post-wrp .post-loop {
  width: 100%;
  border-bottom: 1px solid #ababab;
  margin-bottom: 15px;
}

.auther-post-wrp .post-loop:last-child {
  border-bottom: none;
}

.pgntn {
  float: right;
}

.wp-paginate {
  padding: 0;
  margin: 0px 0px 25px 0px;
  float: right;
}

.next {
  margin-top: 0px;
}

.wp-paginate li {
  display: inline;
  list-style: none;
}

.wp-paginate a {
  margin-right: 1px;
  text-align: center;
  text-decoration: none;
  float: left;
  background: #c5bebb;
  padding: 4px 12px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
}

.wp-paginate a:hover, .wp-paginate a:active {
  background: #e80e0e;
  color: #fff;
  padding: 4px 12px;
  font-size: 17px;
  text-align: center;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  float: left;
}

.wp-paginate a:active {
  padding: 4px 12px;
}

.wp-paginate .title {
  color: #555;
  margin-right: 1px;
}

.wp-paginate .current {
  color: #fff;
  background: #e80e0e;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  margin-right: 1px;
  text-align: center;
  text-decoration: none;
  padding: 4px 12px;
  float: left;
  font-weight: 500;
}

.blog-cmnt-box h3 {
  color: #3c3c3c;
  font: 25px "Maven Pro", sans-serif;
}

.contact-form {
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-top: 10px;
}

.contact-form h3 {
  padding: 10px 0px 20px 10px;
}

.contact-form input {
  padding: 7px;
  margin-bottom: 10px;
}

.contact-form textarea {
  padding: 7px;
  margin-bottom: 5px;
  resize: none;
  overflow: auto;
}

.sbt-con {
  float: right;
  background: #c10000;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
}

.sbt-con:hover {
  background: #04714f;
  text-decoration: none;
}

.cont-mapp {
  margin-top: 20px;
  height: 300px;
  float: left;
  width: 100%;
}

.view-map {
  background: #04a56e;
  color: #fff;
  height: 50px;
  left: 45%;
  padding: 20px 15px 15px 15px;
  top: -36px;
  position: relative;
  text-align: center;
  width: 90px;
  text-decoration: none;
  bottom: 5px;
  border-radius: 50px 50px 0px 0px;
}

.view-map:hover {
  color: #fff;
  text-decoration: underline;
}

.view-mapp {
  background: #04a56e;
  color: #fff;
  height: 50px;
  left: 40%;
  padding: 20px 15px 15px 15px;
  top: -36px;
  position: relative;
  text-align: center;
  width: 90px;
  text-decoration: none;
  bottom: 5px;
  border-radius: 50px 50px 0px 0px;
}

.view-mapp:hover {
  color: #fff;
  text-decoration: underline;
}

/************Bootstrap pop up*********/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}

.collapse.in {
  display: block;
  visibility: visible;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

body .modal-open {
  overflow: hidden;
  padding-right: 0px !important;
  overflow: auto;
}

.modal-open {
  overflow: auto;
  padding-right: 0px !important;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.fade .modal-dialog {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1041;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #ecaf2c;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}

.modal-body td {
  border: 0px;
  padding: 0px;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 20px 15px 20px;
  min-height: 16.42857143px;
  margin-bottom: 20px;
}

.modal-header .close {
  margin-top: 0px;
  background: #a4a4a4;
  opacity: 1;
  padding: 0px 10px 3px;
  position: absolute;
  font-size: 20px;
  right: 15px;
  top: 20px;
  color: #fff;
  display: inline-block;
  font: 400 20px/26px "Maven Pro", sans-serif;
  border-radius: 5px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #ff2529;
}

.modal-body {
  position: relative;
  padding: 0px 15px 15px;
  background: #fff;
}

.modal-body option {
  padding-left: 12px;
}

.modal-body ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}

.modal-body :-moz-placeholder {
  /* Firefox 18- */
  color: #737373;
  opacity: 1;
}

.modal-body ::-moz-placeholder {
  /* Firefox 19+ */
  color: #737373;
  opacity: 1;
}

.modal-body :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}

.modal-footer {
  padding: 4px;
  text-align: right;
  border-top: 0px;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {




  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {









  .modal-lg {
    width: 900px;
  }
}

.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

.modal-header h4 {
  color: #ff2529;
  font: 500 28px/18px "Maven Pro", sans-serif;
  text-align: center;
}

.modal-body {
  background-color: #fff;
}

.modal-body input, textarea {
  margin: 5px 0px;
  font: 300 15px/18px "Maven Pro", sans-serif;
  color: #343434;
  width: 100%;
  height: 40px;
  padding: 5px 12px;
  border: 1px solid #d7d7d7;
  background: #fff;
  box-shadow: none;
}

.modal-body select {
  margin: 5px 0px;
  font: 300 15px/18px "Maven Pro", sans-serif;
  color: #343434;
  width: 100%;
  height: 40px;
  padding: 5px 12px 5px 9px;
  border: 1px solid #d7d7d7;
  background: #fff;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/select-arrow.png) right center no-repeat;
}

.modal-body textarea {
  height: 80px;
  resize: none;
  padding-top: 10px;
}

.modal-body input[type="submit"] {
  padding: 6px 14px !important;
  color: #fff !important;
  text-align: center !important;
  font: 500 15px/18px "Maven Pro", sans-serif !important;
  text-transform: uppercase !important;
  background: #c10000 !important;
  width: 83px !important;
  float: right !important;
  position: static !important;
  border: 0px !important;
  margin-top: 10px !important;
  font: 300 15px/18px "Maven Pro", sans-serif;
  border-radius: 0px;
  height: auto !important;
}

.modal-body input[type="submit"]:hover {
  background: #000 !important;
  text-decoration: none !important;
  outline: none !important;
}

.modal-body .wait-contactform-contact {
  margin-bottom: 6px;
  width: 95px;
}

@-moz-document url-prefix() {
  .modal-body .wait-contactform-contact {
    margin-bottom: 5px;
    width: 95px;
  }
}

.submit-bttn, .submit-bttn3 {
  padding: 7px 8px !important;
  color: #fff !important;
  margin-top: 15px !important;
  text-align: center !important;
  font: 400 18px/18px "Maven Pro", sans-serif !important;
  text-transform: uppercase !important;
  background: #ff2529 !important;
  float: right !important;
  position: static !important;
}

.submit-bttn:hover, .submit-bttn3:hover {
  background: #000;
  text-decoration: none;
}

.submit-bttn2 {
  padding: 6px 14px !important;
  color: #fff !important;
  text-align: center !important;
  font: 500 15px/18px "Maven Pro", sans-serif !important;
  text-transform: uppercase !important;
  background: #c10000 !important;
  width: 83px !important;
  float: right !important;
  position: static !important;
  border: 0px !important;
  margin-top: 0px !important;
  font: 300 15px/18px "Maven Pro", sans-serif;
  border-radius: 0px;
}

.submit-bttn2:hover {
  background: #000 !important;
  text-decoration: none !important;
  outline: none !important;
}

.submit-bttn1:focus {
  outline: none !important;
}

.submit-bttn2:focus {
  outline: none !important;
}

.submit-bttn3:focus {
  outline: none !important;
}

.modal-body .captcha-wrap p {
  margin-bottom: 10px;
}

.inner-request .captcha-wrap span {
  color: #f10505;
}

.contactus-wrp {
  width: 100%;
  padding-bottom: 30px;
}

.contactus-wrp input[type="text"],
.contactus-wrp input[type="password"],
.contactus-wrp input[type="email"],
.contactus-wrp input[type="number"],
.contactus-wrp input[type="tel"],
.contactus-wrp input[type="url"],
.contactus-wrp select,
.contactus-wrp textarea {
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #b8b8b8;
  padding: 8px 20px;
  color: #737373;
  font: 300 15px/18px "Maven Pro", sans-serif;
  width: 100%;
  margin-bottom: 13px;
  border-radius: 20px;
  box-shadow: none;
}

.contactus-wrp textarea {
  height: 85px;
  resize: none;
  outline: none;
  margin-bottom: 15px;
  margin-top: 0px;
}

.contactus-wrp .input-holder.error input, .contactus-wrp .input-holder.error textarea {
  border-color: #7caed5;
}

.contactus-wrp ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}

.contactus-wrp :-moz-placeholder {
  /* Firefox 18- */
  color: #737373;
  opacity: 1;
}

.contactus-wrp ::-moz-placeholder {
  /* Firefox 19+ */
  color: #737373;
  opacity: 1;
}

.contactus-wrp :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}

.contactus-wrp h4 {
  font: 600 15px/28px "Maven Pro", sans-serif;
  color: #9a9a9a;
  margin: 0px 0px 25px 0px;
  text-transform: uppercase;
}

.contactus-wrp h4 a {
  color: #9a9a9a;
}

.contactus-wrp h4 a:hover {
  color: #7caed5;
}

.contactus-wrp .ctel {
  cursor: default;
}

.contactus-wrp .ctel:hover {
  color: #9a9a9a;
}

.contactus-wrp .mailto {
  text-transform: none;
}

.cntnt-dvdr {
  height: 1px;
  background: #b8b8b8;
  width: 100%;
  margin: 5px 0 25px;
}

.mob-btn {
  display: none;
}

.error-wrap, .thank-you {
  text-align: center;
  margin-top: 25px;
}

.error-wrap img, .thank-you img {
  max-width: 100%;
}

.error-wrap h4, .thank-you h4 {
  line-height: 26px;
}

.error-wrap p, .thank-you p {
  font-size: 18px;
}

.faq-box .faq-hd {
  cursor: pointer;
  font: 400 17px/24px "Roboto", sans-serif;
  color: #695E55;
  margin: 0px 0px 4px 0px;
  padding: 9px 50px 9px 33px;
  position: relative;
  text-align: left;
  border-bottom: solid 1px #ccc;
  background: url(../img/qstn-icon.jpg) 0px 7px no-repeat;
}

.faq-box .faq-hd:hover {
  color: #c10000;
}

.faq-box .openlanguage:before {
  content: '-';
  top: 7px;
  right: 0px;
  position: absolute;
  font-size: 25px;
  width: 24px;
  height: 24px;
  z-index: 2;
  color: #fff;
  background: #535353;
  text-align: center;
  line-height: 24px;
}

.faq-box .closedlanguage:before {
  content: '+';
  top: 7px;
  right: 0px;
  position: absolute;
  font-size: 20px;
  width: 24px;
  height: 24px;
  z-index: 2;
  color: #fff;
  background: #535353;
  text-align: center;
  line-height: 24px;
}

.faq-box .ftr-cnt {
  font: 400 15px/24px "Roboto", sans-serif;
  padding: 7px 30px 7px 0px;
  color: #595654;
  margin-bottom: 4px;
  text-align: left;
  border-bottom: solid 1px #ccc;
}

.faq-box .ftr-cnt p {
  margin-bottom: 15px;
}

.input-holder {
  position: relative;
  width: 100%;
}

.input-holder.error span.error {
  display: block;
}

span.error, span.errors {
  position: absolute;
  z-index: 100;
  display: none;
  right: 0;
  padding: 4px;
  font-size: 11px;
  background: #c10000;
  color: #fff;
  text-align: center;
  top: -33px;
}

span.error:after, span.errors:after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 10px;
  display: block;
  border: solid;
  border-color: #c10000 transparent #c10000;
  border-width: 10px 10px 0;
}

.btn-grp .ref-img:active,
.btn-grp .ref-img:hover,
.btn-grp .ref-img:focus {
  outline: none !important;
}

.btn-grp .ref-img {
  margin: 0px;
  border: none;
  padding: 0;
  fill: #fff;
  outline: none !important;
  border: none !important;
}

.shapes-cap {
  width: 10px;
  height: 10px;
  padding: 0px;
  margin: 0px;
}

.btn-grp .shapes-cap .shape-color {
  fill: #fff;
}

.captcha_active {
  border: 1px solid #c10000 !important;
}

.btn-grp a {
  margin: 0px 0px 0px 6px;
  border: 1px solid #fff;
  padding: 0px 5px 3px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

.inner-request .btn-grp {
  margin: 0;
}

.inner-request .btn-grp .ref-img {
  margin: 0px;
  border: none;
  padding: 0;
  fill: #c10000;
  outline: none !important;
  border: none !important;
}

.f-crsr-n {
  cursor: default;
}

.inner-request .captcha-wrap01 p {
  font: 400 14px/17px "Maven Pro", sans-serif;
}

.footr-menu ul li.current-menu-item > a {
  color: #c10000;
}

.footr-menu ul li.current_page_parent a {
  color: #c10000;
}

.footr-menu ul li ul li.current_page_item > a {
  color: #c10000;
}

.footr-menu ul li ul li.current-menu-parent > a {
  color: #c10000;
}

.footr-menu ul li ul li.current-menu-ancestor > a {
  color: #c10000;
}

.footr-menu ul li.current-page-ancestor > a {
  color: #c10000;
}

.footr-menu ul li.f-crsr-n.current-menu-item > a {
  color: #c10000;
}

.footr-menu ul li ul li.f-crsr-n.current-menu-parent > a {
  color: #c10000;
}

.site-map {
  width: 100%;
  padding: 0px 0px 20px 0px;
}

.site-map ul {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

.site-map ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 18px;
  font: 300 15px/30px "Maven Pro", sans-serif;
}

.site-map ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 11px;
  left: 0px;
  background: url(../img/box-li.png) no-repeat;
}

.site-map ul li a {
  color: #747474;
  text-decoration: none;
}

.site-map ul li a:hover {
  color: #c10000;
}

.site-map ul li ul {
  margin-left: 5px;
}

.br {
  display: none;
}

.captcha-wrap01 {
  height: 80px;
  margin-bottom: 0px;
  position: relative;
  width: 100%;
}

.sm-crsr-non {
  cursor: default;
}

.logoslider { text-align: center; padding: 0px; margin: 0px;  }

.logoslider img{
  filter :grayscale(1);
  -webkit-filter:grayscale(1);
  }

.logoslider img:hover{
  filter :grayscale(0);
  -webkit-filter:grayscale(0);
  }

@media (min-width: 1200px) {
  .main-navotr {
    width: 100%;
    background: #f6f7f7;
    height: 40px;
    border-bottom: 2px solid #c10000;
  }
  .main-nav {
    margin: 7px 0px 0px 0px;
  }
  .main-nav ul {
    margin: 0px;
    padding: 0px;
  }
  .main-nav ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0px 25px;
    position: relative;
  }


/*=== Chrome Hack ====*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .main-nav ul li{
 padding: 0px 24px;
  }
}
/*=== Chrome Hack end ====*/

  .main-nav ul li:last-child {
    padding-right: 0px;
  }
  .main-nav ul li a {
    font: 16px 'Maven Pro', sans-serif;
    color: #747474;
    margin: 0px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all ease 1s;
            transition: all ease 1s;
    letter-spacing: -.5px;
  }
  .main-nav ul li a:hover {
    color: #c10000;
  }
  .main-nav ul li ul {
    position: absolute;
    width: 210px;
    top: 22px;
    left: 0px;
    text-align: left;
    padding: 9px 0px 0px 0px;
    display: none;
    -webkit-transition: all ease 1s;
            transition: all ease 1s;
    background: #f6f7f7;
  }
  .main-nav ul li ul li {
    list-style: none;
    display: block;
    position: relative;
    padding: 0px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .main-nav ul li ul li a {
    text-decoration: none;
    font: 16px 'Maven Pro', sans-serif;
    color: #747474;
    padding: 10px 5px 7px 7px;
    display: block;
    line-height: 20px;
    background: #e7e7e7;
    -webkit-transition: all ease 1s;
            transition: all ease 1s;
  }
  .main-nav ul li ul li a:hover {
    color: #fff;
    background: #c10000;
  }
  .main-nav ul li ul li ul {
    left: 209px;
    top: 0px;
    padding-top: 0px;
  }
  .main-nav ul li ul li ul li ul li:first-child {
    border-top: 1px solid #89b6d9;
  }
  .main-nav ul li:first-child {
    padding-left: 0px;
  }
  .main-nav ul li:hover > ul {
    display: block;
  }
  .main-nav ul li.non-link.current-menu-ancestor > a {
    color: #c10000;
  }
  .main-nav ul li ul li.non-link.current-menu-parent > a {
    color: #fff;
    background: #c10000;
  }
  .main-nav ul li.current-menu-item > a {
    color: #c10000;
  }
  .main-nav ul li.current_page_parent > a {
    color: #c10000;
  }
  .main-nav ul li ul li.current_page_item > a {
    color: #fff;
    background: #c10000;
  }
  .main-nav ul li ul li.current-menu-parent > a {
    color: #fff;
    background: #c10000;
  }
  .main-nav ul li ul li.current-menu-ancestor > a {
    color: #fff;
    background: #c10000;
  }
  .main-nav ul li.current-page-ancestor > a {
    color: #c10000;
  }
  .main-nav .prpend {
    display: none;
  }
  .main-nav .sub-menu {
    display: none;
  }
  .main-nav ul li.submenu i {
    position: absolute;
    width: 9px;
    height: 8px;
    top: 0;
    right: 0;
  }
  .main-nav ul li.submenu i:after {
    content: "";
    height: 10px;
    width: 7px;
    background: url(../img/down.png) center top no-repeat;
    position: absolute;
    right: 13px;
    top: 9px;
    z-index: 10;
    margin-top: 0px;
  }
  .main-nav ul li ul li.submenu i:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #000;
    background: none;
    position: absolute;
    right: 6px;
    top: 18px;
    z-index: 10;
    margin-top: -2px;
  }
  .header.slim-header {
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
  }
  .header.slim-header .logo img {
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
    width: 100%;
  }
  .header.slim-header .logo {
    margin-top: 10px;
    width: 130px;
  }
  .header.slim-header .top-right {
    height: auto;
    padding: 0px;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
  }
  .header.slim-header .top-sc {
    margin-top: 10px;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
  }
  .header.slim-header .mob-btn {
    top: 50px;
  }
  .slim-header .top-menu {
    margin: 5px 7px 5px;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
  }
  .slim-header .top-menu ul li ul {
    top: 21px;
  }
  .back-bttn {
    background: #c10000;
    padding: 2px 25px 2px 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    float: right;
    margin-top: 17px;
    position: relative;
  }
  .back-bttn:after {
    content: "";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    display: inline-block;
    height: 0;
    width: 0;
    position: absolute;
    top: 10px;
    right: 11px;
    color: #fff;
  }
  .back-bttn:hover {
    color: #fff;
    text-decoration: none;
    background: #000;
  }
  #back-top {
    bottom: 30px;
    display: block;
    position: fixed;
    right: 30px;
    z-index: 999;
  }
  #back-top a {
    float: right;
    height: 26px;
    -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
    z-index: 999;
    position: relative;
    font: 14px/22px "Maven Pro", sans-serif;
    color: #7b7f7d;
    padding-right: 32px;
    background: url(../img/top-arrow.png) top right no-repeat;
  }
  #back-top a:hover {
    color: #c10000;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    text-decoration: none;
    background: url(../img/top-arrow.png) bottom right no-repeat;
  }
}

@media (max-width: 1199px) {
  .header {
    border-bottom: 2px solid #c10000;
  }
  .main-wrp {
    padding-top: 50px;
  }
  .main-nav {
    display: block;
    top: 0;
    width: 250px;
    position: fixed;
    background: #f6f7f7;
    list-style: none;
    padding: 0px;
    margin: 0px;
    right: -250px;
    overflow-y: scroll;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    display: block;
    z-index: 2000;
    text-align: left;
    color: #fff;
  }
  .main-nav ul {
    margin: 0px 0px 0px 0px;
    padding: 0px;
  }
  .main-nav ul li {
    color: #fff;
    list-style: none;
    position: relative;
    padding: 0px;
    display: block;
    border-bottom: 1px solid #bfbfbf;
  }
  .main-nav ul li a {
    color: #fff;
    display: block;
    padding: 7px 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
    color: #747474;
    font: 500 13px "Roboto", sans-serif;
    text-transform: uppercase;
  }
  .main-nav ul li a:hover {
    background: #fff;
    color: #c10000;
    text-decoration: none;
  }
  .main-nav li ul {
    display: none;
    overflow: hidden;
  }
  .main-nav li.open > ul {
    display: list-item;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    padding: 0px;
    margin: 0px 0px 0px 0px;
  }
  .main-nav li.open > ul li a {
    padding-left: 15px;
    padding-bottom: 5px;
  }
  .main-nav li.open > ul li ul li a {
    padding-left: 22px;
    padding-right: 20px;
    padding-bottom: 5px;
  }
  .main-nav li.open > ul li ul li ul li a {
    padding-left: 28px;
    padding-bottom: 5px;
  }
  .main-nav li li {
    position: relative;
    display: block;
  }
  .main-nav li li:first-child {
    border-top: 1px solid #bfbfbf;
  }
  .main-nav li li:last-child {
    border-bottom: none;
  }
  .main-nav li li a {
    display: block;
  }
  .main-nav ul li.submenu i {
    position: absolute;
    width: 35px;
    height: 30px;
    top: 0;
    right: 0;
    cursor: pointer;
    border-left: solid 1px #bfbfbf;
  }
  .main-nav ul li.submenu i:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #636363;
    position: absolute;
    right: 13px;
    top: 50%;
    z-index: 10;
    margin-top: -3px;
  }
  .mob-btn {
    border-radius: 5px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 5px 5px 5px;
    margin: 5px 0px 0px 0px;
    float: right;
    background-color: #c10000;
    display: block;
    z-index: 999;
  }
  .mob-btn .icon-bar {
    background: none repeat #fff;
    border-radius: 1px;
    display: block;
    height: 2px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
    width: 28px;
    margin-top: 5px;
  }
  .open .main-nav {
    right: 0px;
  }
  .open .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
  }
  .menu {
    top: 100px;
    overflow-x: scroll;
  }
  .prpend {
    display: none;
  }
  .top-menu {
    display: none;
  }
  .main-nav .prpend {
    display: block;
  }
  .main-nav .sub-menu {
    display: none;
  }
  .logo {
    margin-top: 18px;
    width: 160px;
  }
  .blog-main-wrp {
    padding-top: 110px;
  }
  .top-right {
    padding-top: 15px;
    width: auto;
  }
  .hm-cap {
    width: 37%;
  }
  .top-social {
    margin-top: 0px;
  }
  .main-nav .top-menu {
    display: none;
  }
  .rq {
    font-size: 22px;
  }
  .home-form {
    width: 50%;
  }
  .grid-box2 h2 {
    padding: 10px;
  }
  .grid-box2 .grid-box2-cont {
    padding: 10px 10px 15px;
    height: 170px;
  }
  .grid-box2 .grid-box2-cont p {
    font-size: 13px;
  }
  .grid-box2 .grid-box2-cont ul li {
    font-size: 13px;
  }
  .grid-box-cont p {
    font-size: 13px;
  }
  .grd-1-txt {
    font-size: 14px;
  }
  .wy-txt p {
    font: 15px/19px "Maven Pro", sans-serif;
  }
  .footr-menu ul li a {
    font-size: 13px;
  }
  .footr-menu {
    padding: 8px 0 15px;
  }
  .footr-menu p {
    margin-top: 5px;
  }
  .in-banner-in {
    height: 400px;
    border: solid 1px;
  }
  .inner-banner-txt p {
    font-size: 30px;
    line-height: 45px;
  }
  .inner-banner-txt p span {
    font-size: 20px;
  }
  .inner-banner-txt {
    margin-top: 150px;
    width: 80%;
  }
  .blog-banner {
    height: 130px;
  }
  .home-slid-wrp h3 a {
    font-size: 20px;
  }
  .test-txt {
    height: 180px;
    line-height: 22px;
  }
  .Blog-txt {
    height: 180px;
    line-height: 22px;
  }
  .testimonail-wrapper {
    padding: 15px 4px;
  }
  .back-bttn {
    display: none;
  }
  #back-top {
    display: none;
  }
  #back-top a {
    display: none;
  }
  .inner-request {
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .inner-request .btn-grp {
    float: right;
    margin-bottom: 11px;
  }
  .captcha-wrap01 {
    height: 122px;
  }
  .home-form {
    width: 49%;
  }
  .site-map {
    width: 100%;
  }
  .site-map ul {
    margin: 0px 0px 0px 0px;
    padding: 0px;
  }
  .site-map ul li {
    list-style-type: none;
    display: block;
    position: relative;
    padding-left: 18px;
    font: 300 15px/30px "Maven Pro", sans-serif;
  }
  .site-map ul li:before {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    top: 11px;
    left: 0px;
    background: url(../img/box-li.png) no-repeat;
  }
  .site-map ul li a {
    color: #747474;
    text-decoration: none;
  }
  .site-map ul li a:hover {
    color: #c10000;
  }
  .site-map ul li ul {
    margin-left: 5px;
  }
  .inner-request .captcha-wrap01 p {
    text-align: right;
  }
  .grid-box2 .grid-box2-cont p {
    line-height: 20px;
  }
  .grid-box-cont p {
    line-height: 20px;
  }
  .grid-box-cont h4 {
    margin-bottom: 1px;
  }
}

@media (max-width: 1023px) {


#formcontact_4 .wait-contactform-contact {
    right: 0 !important;
    position: relative;
    color: black;
    top:-40px;
}





  .rqst-wrp {
    padding: 0px 0px 20px 0px;
  }
  .rq {
    width: 100%;
    background: none;
    padding: 15px 0px 0px 5px;
    text-align: left;
  }
  .rq br {
    display: none;
  }
  .home-form {
    width: 100%;
  }
  .grid-box2 {
    margin-top: 25px;
  }
  .grid-box2 .grid-box2-cont {
    height: auto;
    padding-bottom: 20px;
  }
  .grid-box2 .grid-box2-cont p {
    font-size: 15px;
  }
  .grid-box2 .grid-box2-cont ul li {
    font-size: 15px;
  }
  .grid-box-cont p {
    font-size: 15px;
  }
  .wy-txt h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .why-figcaption {
    font-size: 24px;
    line-height: 28px;
    padding: 10px;
  }
  .blog-slide {
    margin-top: 20px;
  }
  .test-txt {
    height: auto;
  }
  .slid-mnht {
    max-height: auto;
  }
  .bttm-strp-otr h3 {
    padding: 5px 0px 15px;
    background: none;
  }
  .bttm-strp-otr p {
    padding-top: 0px;
  }
  .bttm-strp-otr {
    padding: 15px 0px;
  }
  .ft-social {
    width: auto;
  }
  .hm-cap {
    width: 49%;
    float: right;
    padding-top: 5px;
    margin-right: 8px;
    height: 72px;
  }
  .captcha-wrap p {
    text-align: right;
  }
  .captcha-wrap01 {
    height: 105px;
  }
  .sldr-mn-ht {
    min-height: auto;
  }
  .vieww {
    margin-top: 0px;
  }
  .br {
    display: block;
  }
  .banner {
    background: url(../img/banner.jpg) right top no-repeat;
  }
  .banner01 {
    background: url(../img/banner02.jpg) right top no-repeat;
  }
  .banner02 {
    background: url(../img/banner03.jpg) right top no-repeat;
  }
  .inner-content-area {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {


.captcha-wrap04 input[type="submit"] {
    bottom: 17px !important;}

#formcontact_4 .wait-contactform-contact {
    right: 0 !important;
    position: relative;
    color: black;
}




  .logo {
    display: table;
    vertical-align: middle;
    width: 150px;
    margin: 10px auto 0;
    float: none;
  }
  .top-right {
    float: none;
    width: 100%;
    padding: 0px 0px 10px 0px;
    height: auto;
  }
  .mob-btn {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .main-wrp {
    padding-top: 80px;
  }
  .top-sc {
    margin: 0px auto;
    float: none;
    display: table;
    vertical-align: middle;
    width: auto;
  }
  .pay-wrp {
    width: auto;
    float: none;
    margin: 30px 0 0 0;
    display: table;
    vertical-align: middle;
  }
  .top-menu {
    text-align: center;
  }
  .top-menu a {
    padding: 0 3px;
    font-size: 13px;
  }
  .home-banner {
    height: 319px;
  }
  .hbnner-sf {
    padding: 15px 15px 20px;
    font-size: 22px;
    line-height: 24px;
  }
  .hbnner-sf span {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .banner-in {
    height: 319px;
    bottom: 0px;
  }
  .bnner-bttn {
    padding: 10px 20px;
    font-size: 14px;
  }
  .banner-txt {
    width: 100%;
    margin: 50px auto;
    float: none;
    left: 0;
    text-align: center;
  }
  .banner-txt p {
    font-size: 30px;
    line-height: 25px;
  }
  .banner-txt p span {
    font-size: 20px;
  }
  .aply {
    padding: 10px 20px;
  }
  .footr-menu ul li:after {
    display: none;
  }
  .rq {
    background: none;
    text-align: left;
    padding: 15px 0px 0px 0px;
    margin: 0px 0px 0px 5px;
  }
  .rq br {
    display: none;
  }
  .hm-cap {
    float: right;
    padding: 0px;
    width: 65%;
    height: 83px;
  }
  .hm-cap .captcha-wrap p {
    margin-bottom: 10px;
  }
  .pad-inpt {
    padding-right: 0px !important;
  }
  .home-form {
    padding-left: 0px;
    width: 100%;
  }
  .home-form input {
    width: 100%;
    margin-right: 0px;
  }
  .home-form textarea {
    height: 80px;
  }
  .home-form .input-holder {
    width: 100%;
  }
  .grid-box-otr {
    padding: 20px 0px;
  }
  .rq {
    margin-left: 0px;
  }
  .grid-box, .grid-box2 {
    margin-top: 15px;
  }
  .grid-box2 .grid-box2-cont {
    padding-bottom: 40px;
  }
  .wy-img-txt {
    font-size: 27px;
  }
  .wy-txt h1 {
    font-size: 20px;
  }
  .wy-txt {
    padding: 20px 0px;
  }
  .footer-wrapper {
    padding-bottom: 5px;
  }
  .footr-menu {
    padding: 8px 15px 15px;
  }
  .footr-menu ul li {
    padding: 0px;
    width: 100%;
    border-right: none;
    display: block;
    margin-bottom: 2px;
  }
  .footr-menu ul li a {
    background: #343635;
    width: 100%;
    padding: 7px 0px;
    display: block;
  }
  .footer-address {
    width: 100%;
    float: none;
    padding: 0px;
    text-align: center;
    padding: 15px 0 15px 0;
  }
  .footr-menu ul li a:hover {
    background: #c10000;
    color: #fff;
  }
  .footr-menu p {
    margin-top: 15px;
  }
  .footer-social-bar {
    width: 100%;
    margin: 0 auto;
  }
  .copyright {
    width: 100%;
    margin: 0 auto;
  }
  .home-slid-wrp h3 {
    font-size: 25px;
  }
  .bx-wrapper img {
    margin: 0 auto;
  }
  .logo-img ul {
    margin: 0 auto;
  }
  .grd-2 p {
    font-size: 14px;
    line-height: 22px;
  }
  .ft-social {
    width: auto;
  }
  .cont-map {
    height: 200px;
  }
  .inner-banner {
    background-size: cover;
    height: 100%;
    text-align: center;
  }
  .inner-banner-txt p {
    font-size: 22px;
    line-height: 25px;
  }
  .inner-banner-txt p span {
    font-size: 11px;
  }
  .inner-banner-txt {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .inr-bnner-sf {
    padding: 15px;
    font-size: 22px;
    line-height: 24px;
  }
  .inr-bnner-sf span {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .error-wrap p, .thank-you p {
    font-size: 15px;
  }
  .error-wrap h4, .thank-you h4 {
    font-size: 15px;
    line-height: 20px;
  }
  .home-form .input-holder {
    padding: 8px 0px;
  }
  .btn-grp {
    margin-left: 0px;
  }
  .captcha-wrap p {
    margin-bottom: 10px;
  }
  .captcha-wrap01 {
    height: 100px;
  }
  .blog-bot-wrp {
    padding-top: 5px;
  }
  .blog-social {
    margin-bottom: 10px;
  }
  .blog-post-box {
    padding: 15px;
  }
  .blog-rd {
    padding: 4px 12px;
  }
  .align-left {
    float: none;
    margin: 0px 0px 15px 0px;
    width: 100%;
  }
  .grid-box2 .grid-box2-cont p {
    font-size: 14px;
    line-height: 21px;
  }
  .grid-box2 h2 {
    font-size: 16px;
  }
  .sldr-mn-ht {
    margin-bottom: 15px;
  }
  .modal-header h4 {
    font-size: 22px;
  }
  .align-left {
    width: 100%;
    margin: 0px auto 10px;
    display: block;
  }
  .blog-main-wrp {
    padding-top: 125px;
  }
  .alignnone, .alignright, .aligncenter, .alignleft {
    float: none;
    max-width: 100%;
    margin: 10px auto 15px;
    display: block;
  }
}

@media (max-width: 479px) {


#formcontact_4 .wait-contactform-contact {
    right: 0 !important;
    position: relative;
    color: black;
    top:0px;
}






.captcha-wrap04 input[type="submit"] {
    bottom:-47px !important;
}
.captcha-wrap04 .btn-grp{ right: 0 !important;}


  .banner-txt {
    left: 0px;
  }
  .open .main-menu {
    left: 10px;
  }
  .banner-txt {
    width: 100%;
    margin: 50px auto;
    float: none;
  }
  .banner-txt p {
    font-size: 30px;
    line-height: 25px;
  }
  .banner-txt p span {
    font-size: 20px;
  }
  .aply {
    padding: 10px 20px;
  }
  .grd-1-txt {
    font-size: 13px;
  }
  .car-view-btn {
    left: 110px;
  }
  .career-btn {
    width: 100%;
  }
  .banner-txt {
    height: auto;
  }
  .view-map {
    left: 34%;
  }
  .view-mapp {
    left: 34%;
  }
  .inner-side-box {
    padding: 20px 10px 15px 10px;
  }
  .inn-sub {
    float: none;
    width: 50%;
  }
  .inn-cap-img {
    width: 100%;
    float: none;
  }
  .home-slid-wrp h3 a {
    font-size: 20px;
  }
  .inner-side-bar {
    margin-top: 0px;
    padding: 0px;
  }
  .hm-cap {
    height: 83px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 8px;
    width: 100%;
  }
  .btn-grp {
    margin-left: 6px;
  }
  .testimoni-box {
    margin-bottom: 10px;
  }
  .testi-box-img {
    float: none;
    width: 100%;
  }
  .testimonial-txt {
    width: 100%;
    padding: 10px 0px;
  }
  .captcha-wrap01 {
    height: 117px;
  }
  .grid-box img {
    height: 240px;
  }
  .grid-box-cont {
    padding: 14px 13px 0;
  }
  .grid-box-cont h4 {
    margin-bottom: 9px;
  }
  .grid-box-cont p {
    font-size: 14px;
    line-height: 21px;
  }
  .blog-post-box-btm {
    padding: 15px;
  }
  .date {
    float: left;
    margin-top: 10px;
  }
  .blog-sd-bar-box h3 {
    background: url("../img/recent-post-icon.jpg") no-repeat;
    background-size: 35px 40px;
    padding: 9px 0 11px 44px;
    font-size: 20px;
  }
  .blog-sd-bar-boxx h3 {
    background: url("../img/blog-category-icon.jpg") no-repeat;
    background-size: 35px 40px;
    padding: 9px 0 11px 44px;
    font-size: 20px;
  }
  .blog-sd-bar-boxxx h3 {
    background: url("../img/archive-icon.jpg") no-repeat;
    background-size: 35px 40px;
    padding: 9px 0 11px 44px;
    font-size: 20px;
  }
  .blog-rpy-wrp h3 {
    font-size: 20px;
    background: url(../img/leave-comment-btn.jpg) no-repeat;
    background-size: 35px 36px;
    padding: 9px 0 11px 44px;
    height: 55px;
  }
  .blog-frtd-wrap {
    width: 100%;
    height: 261px;
  }
  .blog-frtd-wrap img {
    width: 100%;
    height: auto;
  }
}

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?55913612");
  src: url("../fonts/fontello.eot?55913612#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?55913612") format("woff"), url("../fonts/fontello.ttf?55913612") format("truetype"), url("../fonts/fontello.svg?55913612#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?55913612#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-facebook:before {
  content: '\e800';
}

/* '' */
.icon-twitter:before {
  content: '\e801';
}

/* '' */
.icon-gplus:before {
  content: '\e802';
}

/* '' */
.icon-linkedin:before {
  content: '\e803';
}

/* '' */
.icon-youtube-play:before {
  content: '\e804';
}

/* '' */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  left: 0px;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  right: 35px;
  background: url(../img/arow.jpg) top left no-repeat;
}

.bx-wrapper .bx-next {
  right: 15px;
  background: url(../img/aroww.jpg) top left no-repeat;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
  background: url(../img/arow.jpg) bottom left no-repeat;
}

.bx-wrapper .bx-next:hover {
  background-position: 0 0;
  background: url(../img/aroww.jpg) bottom left no-repeat;
}

.bx-controls-direction {
  position: absolute;
  right: -15px;
  top: 5px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: -38px;
  outline: 0;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  z-index: 99;
  -webkit-transition: none;
          transition: none;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.faq-main-wrap p {
  font: 400 15px/20px "Maven Pro", sans-serif;
  color: #fff;
  padding-bottom: 20px;
}

.faq-main-wrap select {
  padding: 8px 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  width: 100%;
  font: 300 15px/18px open sans;
  color: #000;
  border: 1px solid #ccc;
  height: auto;
}

.faq-wrap {
  /*header of 2nd demo*/
  cursor: hand;
  cursor: pointer;
  font: 400 18px/20px "Maven Pro", sans-serif;
  color: #04a56e !important;
  margin: 10px 0px 0px 0px;
  border-bottom: solid 1px #eaeaea;
  padding: 10px;
  position: relative;
}

.faq-main-wrap .openlanguage {
  /*class added to contents of 2nd demo when they are open*/
  color: #04a56e;
  border-radius: 15px 15px 0px 0px;
}

.faq-main-wrap .openlanguage:before {
  /*header of 2nd demo*/
  content: '-';
  top: 10px;
  right: 38px;
  position: absolute;
  font-size: 35px;
  width: 0;
  height: 0;
  z-index: 2;
}

.faq-main-wrap .closedlanguage {
  /*class added to contents of 2nd demo when they are closed*/
  border-radius: 15px;
  border: solid 1px #ccc;
  padding: 10px;
}

.faq-main-wrap .closedlanguage:before {
  /*header of 2nd demo*/
  content: '+';
  top: 10px;
  right: 40px;
  position: absolute;
  font-size: 25px;
  width: 0;
  height: 0;
  z-index: 2;
}

.answer-wrap {
  padding: 20px 20px 5px 20px;
  background: #04a56e;
  color: #000 !important;
  border-radius: 0px 0px 15px 15px;
}

/*
  Slideshow style
*/
#slides {
  margin: 0px;
  padding: 0px;
}

/*
  Slides container
  Important:
  Set the width of your slides container
  If height not specified height will be set by the slide content
  Set to display none, prevents content flash
*/
.slides_container {
  width: 800px;
  height: 280px;
  overflow: hidden;
  position: relative;
  display: none;
  float: left;
  border: solid 1px #f00;
}

.slides_container p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  color: #4d4d4d;
}

.slides_container h6 {
  font-size: 15px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #575757;
  text-decoration: none;
  padding: 15px 0px 0px 60px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
  min-height: 50px;
}

.slides_container h6 span {
  padding: 0px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
  text-transform: none !important;
  font-weight: normal;
}

#slides .slide {
  background: url(../images/testimonial-quote.png) left 10px no-repeat;
  width: 200px;
}

/*
  Pagination
*/
.pagination {
  width: 210px;
  padding: 10px 0px 0px 0px;
  margin: 20px 0px 0px 0px;
  float: left;
  border-top: 1px solid #d6d6d6;
}

.pagination li {
  float: left;
  margin: 0 1px;
  list-style: none;
}

.pagination li a {
  display: block;
  width: 10px;
  height: 0;
  padding-top: 12px;
  background-image: url(../images/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

.pagination li.current a {
  background-position: 0 -12px;
}

/*
  Footer
*/
#slides .link {
  display: block;
  margin-top: 10px;
  font-weight: 800 !important;
}

.locatn {
  position: relative;
  margin: 0px 0px 30px 0px;
  height: auto;
  background-color : #fff;
  padding-bottom: 5px;
}

.locatn ul li a.active{text-decoration: underline;color:#c10000;}

.captcha-wrap04  {
    height: 85px;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    text-align: right;
    color:red;

}

#formcontact_4 ::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: black;
}


#formcontact_4 :-moz-placeholder { /* Firefox 18- */
  color: black;
}

#formcontact_4 ::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
#formcontact_4 :-ms-input-placeholder { /* IE 10+ */
  color: black;
}

#formcontact_4 ::-ms-input-placeholder { /* Edge */
  color: black;
}
#formcontact_4 :-ms-input-placeholder { /* IE 10+ */
  color: black;
}

#formcontact_4 .wait-contactform-contact{    right: -187px; position: relative;    color: black;}

.cnt-otr input { background: #fff;border: 1px solid #C5C3C3; color: black; }

.cnt-otr textarea { background: #fff;border: 1px solid #C5C3C3;color: black;}

.captcha-wrap04 .btn-grp{
    position: relative;
    right: 106px;
    float: right;
}

  .captcha-wrap04 .btn-grp a{  border: 1px solid #9C9B9B;}

  .captcha-wrap04 .btn-grp .shapes-cap .shape-color {
    fill: #747978;
}

  .captcha-wrap04  input[type="submit"]{  bottom: 10px;}



.cnt-otr { background:#e5e9e8;    padding: 18px 17px 0px;}

@media (max-width: 479px) { 
.cnt-otr { 
  padding: 18px 17px 30px;}
  }

.locatn h2 {
    background: #c10000 none repeat scroll 0 0;
    color: #fff;
    font: 300 18px/18px "Maven Pro",sans-serif;
    padding: 15px 10px 15px 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.locatn h2 a {
    color: #fff;
    text-decoration: none;
}

.locatn h2 a:hover {
  color: #292b2a;
}

.locatn ul {
  list-style: none;
}

.locatn ul li{
    font: 300 16px/22px "Maven Pro",sans-serif;
    position: relative;
    padding: 5px 0;
}

.locatn ul li a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.locatn ul li a:hover {
  color: #c10000;
}

.locatn ul li a:active {
  color: #c10000;
}

.locatn ul li::before {
    background: rgba(0, 0, 0, 0) url("../img/box-li.png") no-repeat scroll 0 0;
    content: "";
    height: 9px;
    left: -20px;
    position: absolute;
    top: 13px;
    width: 9px;
}

.contact-phone {
  color: #595654 !important;
  text-decoration: none !important;
}

.contact-phone :hover {
  text-decoration: none !important;
}

.contact-email {

}