/*
* Sass Boilerplate v2.0
* Copyright 2015, Biju Michael
* https://github.com/Biju0119/sass-boilerplate-master
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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;
}

/**
 * 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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0px;
  overflow-y: scroll;
  text-size-adjust: 100%;
  font-size: 15px;
}

html {
  margin: 0;
  padding: 0px;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #000;
  transition: all ease 0.5s;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
}

input,
select,
textarea,
button {
  font: 15px/1 "Roboto", sans-serif;
}

input:hover,
input:focus,
input:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active,
button:hover, button:focus, button:active {
  outline: 0;
  text-decoration: none;
}

hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
}

hr:before {
  display: table;
  content: "";
}

hr:after {
  display: table;
  clear: both;
  content: "";
}

.browserupgrade {
  background: #f00;
  color: #fff;
  margin: 0;
  text-align: center;
  padding: 0.8em;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.browserupgrade a {
  font-weight: bold;
  color: #ff0;
}

.cf:before {
  display: table;
  content: "";
}

.cf:after {
  display: table;
  clear: both;
  content: "";
}

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  margin: 0;
  padding: 0;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.no-gutters {
  padding: 0px;
  margin: 0px;
}

a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0 0 0.5em;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 21px;
}

h3, .h3 {
  font-size: 16px;
}

h4, .h4 {
  font-size: 14px;
}

h5, .h5 {
  font-size: 12px;
}

h6, .h6 {
  font-size: 11px;
}

a {
  color: #cb1919;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: 0;
}

a:focus {
  text-decoration: none;
}

p {
  margin: 0 0 0.5em;
}

small {
  font-size: 90%;
}

blockquote {
  margin: 0;
}

ul,
ol {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ol {
  list-style-type: lower-roman;
}

ul ul ol,
ul ol ol,
ol ul ol,
ol ol ol {
  list-style-type: lower-alpha;
}

dd {
  margin-left: 0;
}

tt,
code {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
}

pre {
  margin-top: 0;
  margin-bottom: 0;
  font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

label {
  font-size: 13px;
  font-weight: bold;
}

.form-control {
  height: 38px;
  padding: 7px 8px;
  font-size: 13px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  display: block;
  width: 100%;
  transition: all ease 0.1s;
}

textarea {
  resize: none;
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.25em;
}

input.input-contrast,
.input-contrast {
  background-color: #fafafa;
}

input.input-contrast:focus,
.input-contrast:focus {
  background-color: #fff;
}

button:focus,
button.focus, input[type="submit"]:focus,
input[type="submit"].focus {
  outline: 0;
}

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;
  text-decoration: none;
  transition: all ease 0.5s;
}

textarea:focus, select:focus {
  text-decoration: none;
  transition: all ease 0.5s;
  outline: none;
  border: 1px solid #f00;
}

textarea {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  margin: 0.5em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 2px solid #ccc;
  font-weight: 600;
  padding: 0.5em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ccc;
  padding: 0.5em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #eee;
  background-image: linear-gradient(#fcfcfc, #eee);
  border-radius: 3px;
  user-select: none;
  -webkit-appearance: none;
}

.btn:focus {
  text-decoration: none;
  border: 0;
  outline: none;
}

.btn:hover,
.btn:active {
  text-decoration: none;
  background-color: #ddd;
  background-image: linear-gradient(#eee, #ddd);
  border-color: #ccc;
}

.btn:active {
  background-color: #dcdcdc;
  background-image: none;
  border-color: #b5b5b5;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}

.btn:disabled,
.btn:disabled:hover,
.btn.disabled,
.btn.disabled:hover {
  color: rgba(102, 102, 102, 0.5);
  cursor: default;
  background-color: rgba(229, 229, 229, 0.5);
  background-image: none;
  border-color: rgba(197, 197, 197, 0.5);
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  background: #098496;
}

.btn-primary:hover {
  color: #fff;
  background: #086f7e;
}

.btn-primary:active {
  background: #065a66;
}

.btn-primary:disabled,
.btn-primary:disabled:hover,
.btn-primary.disabled,
.btn-primary.disabled:hover {
  color: #fefefe;
  background: #add39f;
}

.btn-outline {
  color: #fff;
  background-color: #cb1919;
  background-image: none;
  font: 18px/18px "Montserrat", sans-serif;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.btn-outline:focus {
  border: 1px solid #e5e5e5;
}

.btn-outline:hover,
.btn-outline:active {
  color: #fff;
  background-color: #231f20;
  background-image: none;
  border-color: #231f20;
  outline: none;
}

.btn-outline:disabled,
.btn-outline:disabled:hover,
.btn-outline.disabled,
.btn-outline.disabled:hover {
  color: #767676;
  background-color: #fff;
  background-image: none;
  border-color: #e5e5e5;
}

.btn-sm {
  padding: 2px 10px;
}

.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

#engineering .exploded {
  position: absolute;
}

#engineering .linedash {
  border-right: 1px dashed #fff;
  height: 1010px;
  left: 194.8px;
  top: 0;
  z-index: 0;
}

@media (max-width: 1024px) {
  #engineering .linedash {
    left: 161.8px;
  }
}

@media (max-width: 991px) {
  #engineering .linedash {
    left: 124.8px;
  }
}

@media (max-width: 767px) {
  #engineering .linedash {
    left: 278.8px;
  }
}

@media (max-width: 320px) {
  #engineering .linedash {
    left: 157.8px;
  }
}

#engineering .scrollme .linedash {
  z-index: 0 !important;
}

#engineering .part1 {
  z-index: 1000;
  left: 107px;
  top: 119px;
}

#engineering .part1 img {
  width: 80%;
}

#engineering .part2 {
  top: 59px;
  z-index: 9;
  text-align: center;
  left: 100px;
}

#engineering .part2 img {
  width: 65%;
}

#engineering .part3 {
  top: -346px;
  z-index: 8;
  left: 154px;
}

#engineering .part3 img {
  width: 55%;
}

/*banner */
.banner {
  background: url(../img/banner.jpg) no-repeat center;
  height: 100vh;
  width: 100%;
  position: relative;
  background-size: cover;
  display: table;
  padding-top: 20%;
}

@media (max-width: 1360px) {
  .banner {
    padding-top: 16%;
  }
}

@media (max-width: 1024px) {
  .banner {
    height: 450px;
    padding-top: 17%;
  }
}

@media (max-width: 991px) {
  .banner {
    padding-top: 23%;
  }
}

@media (max-width: 767px) {
  .banner {
    padding-top: 10%;
    height: 260px;
  }
}

@media (max-width: 320px) {
  .banner {
    padding-top: 10%;
    height: 350px;
  }
}

.ban-txt {
  top: 0;
  margin-bottom: 200px;
  display: table-cell;
  bottom: 0;
  vertical-align: middle;
}

.banner h1 {
  margin: 0;
  font: 400 42px/40px "Lato", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 1024px) {
  .banner h1 {
    font-size: 27px;
  }
}

@media (max-width: 767px) {
  .banner h1 {
    font-size: 17px;
  }
}

.banner h2 {
  font: 900 60px/65px "Lato", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0px;
}

@media (max-width: 1024px) {
  .banner h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .banner h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

.banner h2 span {
  display: block;
}

.banner a {
  text-decoration: none;
  outline: none;
  color: #fff;
  font: 700 22px/22px "Lato", sans-serif;
  text-transform: uppercase;
  float: left;
}

@media (max-width: 1024px) {
  .banner a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .banner a {
    font-size: 10px;
    float: left;
  }
}

@media (max-width: 320px) {
  .banner a {
    font-size: 13px;
    float: none;
  }
}

.banner .bnr-btn-1 {
  margin: 35px 0 0 0;
  position: relative;
  background: #a90817;
  padding: 17px 60px 19px 65px;
  display: inline-block;
  z-index: 60;
  position: relative;
  transition: none;
}

@media (max-width: 1024px) {
  .banner .bnr-btn-1 {
    padding: 10px 30px 10px 30px;
  }
}

@media (max-width: 767px) {
  .banner .bnr-btn-1 {
    padding: 5px 20px;
    margin-top: 10px;
  }
}

@media (max-width: 320px) {
  .banner .bnr-btn-1 {
    padding: 5px 20px;
    margin-top: 20px;
  }
}

.banner .bnr-btn-1:hover {
  background: #231f20;
}

.banner .bnr-btn-1:hover:after {
  border-bottom: 29px solid transparent;
  border-left: 28px solid #231f20;
  border-top: 29px solid transparent;
}

@media (max-width: 1024px) {
  .banner .bnr-btn-1:hover:after {
    border-bottom: 21px solid transparent;
    border-left: 22px solid #231f20;
    border-top: 21px solid transparent;
    right: -47px;
  }
}

@media (max-width: 767px) {
  .banner .bnr-btn-1:hover:after {
    border-bottom: 16px solid transparent;
    border-left: 17px solid #231f20;
    border-top: 17px solid transparent;
    right: -42px;
  }
}

.banner .bnr-btn-1:after {
  border-bottom: 29px solid transparent;
  border-left: 28px solid #a90817;
  border-top: 29px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -53px;
  top: 0;
  width: 25px;
  z-index: 10;
}

@media (max-width: 1024px) {
  .banner .bnr-btn-1:after {
    border-bottom: 21px solid transparent;
    border-left: 22px solid #a90817;
    border-top: 21px solid transparent;
    right: -47px;
  }
}

@media (max-width: 767px) {
  .banner .bnr-btn-1:after {
    border-bottom: 16px solid transparent;
    border-left: 17px solid #a90817;
    border-top: 17px solid transparent;
    right: -42px;
  }
}

.banner .bnr-btn-2 {
  color: #fff;
  margin: 35px 0 0 0;
  transition: none;
  position: relative;
  background: #d93712;
  padding: 18px 85px 18px 85px;
  display: inline-block;
  z-index: 50;
}

@media (max-width: 1024px) {
  .banner .bnr-btn-2 {
    padding: 10px 30px 10px 30px;
  }
}

@media (max-width: 767px) {
  .banner .bnr-btn-2 {
    padding: 5px 20px;
    margin-top: 10px;
  }
}

.banner .bnr-btn-2:hover {
  background: #231f20;
}

.banner .bnr-btn-2:after {
  border-bottom: 29px solid transparent;
  border-left: 28px solid #d93712;
  border-top: 29px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -53px;
  top: 0;
  width: 25px;
  z-index: 10;
}

@media (max-width: 1024px) {
  .banner .bnr-btn-2:after {
    border-bottom: 21px solid transparent;
    border-left: 22px solid #d93712;
    border-top: 21px solid transparent;
    right: -47px;
  }
}

@media (max-width: 767px) {
  .banner .bnr-btn-2:after {
    border-bottom: 16px solid transparent;
    border-left: 17px solid #d93712;
    border-top: 17px solid transparent;
    right: -42px;
  }
}

.banner .bnr-btn-2:hover:after {
  border-bottom: 29px solid transparent;
  border-left: 28px solid #231f20;
  border-top: 29px solid transparent;
}

@media (max-width: 1024px) {
  .banner .bnr-btn-2:hover:after {
    border-bottom: 21px solid transparent;
    border-left: 22px solid #231f20;
    border-top: 21px solid transparent;
    right: -47px;
  }
}

@media (max-width: 767px) {
  .banner .bnr-btn-2:hover:after {
    border-bottom: 16px solid transparent;
    border-left: 17px solid #231f20;
    border-top: 17px solid transparent;
    right: -42px;
  }
}

.banner .bnr-btn-3 {
  margin: 35px 0 0 0;
  transition: none;
  position: relative;
  background: #ee4d28;
  padding: 17px 35px 19px 65px;
  display: inline-block;
}

@media (max-width: 1024px) {
  .banner .bnr-btn-3 {
    padding: 10px 30px 10px 30px;
  }
}

@media (max-width: 767px) {
  .banner .bnr-btn-3 {
    padding: 5px 20px;
    margin-top: 10px;
  }
}

.banner .bnr-btn-3:hover {
  background: #231f20;
}

.banner .bnr-btn-3:after {
  border-bottom: 29px solid transparent;
  border-left: 28px solid #ee4d28;
  border-top: 29px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -53px;
  top: 0;
  width: 25px;
  z-index: 10;
}

@media (max-width: 1024px) {
  .banner .bnr-btn-3:after {
    border-bottom: 21px solid transparent;
    border-left: 22px solid #ee4d28;
    border-top: 21px solid transparent;
    right: -47px;
  }
}

@media (max-width: 767px) {
  .banner .bnr-btn-3:after {
    border-bottom: 16px solid transparent;
    border-left: 17px solid #ee4d28;
    border-top: 17px solid transparent;
    right: -42px;
  }
}

.banner .bnr-btn-3:hover:after {
  border-bottom: 29px solid transparent;
  border-left: 28px solid #231f20;
  border-top: 29px solid transparent;
}

@media (max-width: 1024px) {
  .banner .bnr-btn-3:hover:after {
    border-bottom: 21px solid transparent;
    border-left: 22px solid #231f20;
    border-top: 21px solid transparent;
    right: -47px;
  }
}

@media (max-width: 767px) {
  .banner .bnr-btn-3:hover:after {
    border-bottom: 16px solid transparent;
    border-left: 17px solid #231f20;
    border-top: 17px solid transparent;
    right: -42px;
  }
}

.roll-btn-home {
  width: 100%;
  height: 100px;
  text-align: center;
  position: absolute;
  bottom: 0px;
}

@media (max-width: 1024px) {
  .roll-btn-home {
    display: none;
  }
}

.roll-btn-home a {
  display: inline-block;
  height: 65px;
  width: 45px;
  background: url(../img/roll-img2.png) no-repeat;
  background-position: 20px 15px;
  height: 60px;
  width: 45px;
  float: none;
}

.roll-btn-home a:hover {
  background-position: 20px 35px;
  transition: all 0.3s ease 0s;
}

.roll-btn-home p {
  font: 400 14px/15px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #b7b7b7;
  display: block;
  margin: 15px 0 0;
}

/*about */
.about {
  background: #cb1919;
  padding: 70px 0 70px 0;
  height: 1150px;
  position: relative;
}

@media (max-width: 1024px) {
  .about {
    padding: 40px 0;
    height: auto;
  }
}

.about .about-img {
  padding: 0 0 0 70px;
}

.about .about-img .ntc-img2 {
  margin: 0 0 0 15px;
}

.about .about-img .ntc-img3 {
  margin: 0 0 0 36px;
}

.about .about-content {
  margin-top: 110px;
}

@media (max-width: 767px) {
  .about .about-content {
    margin-top: 50px;
  }
}

.about .about-content h2 a {
  color: #fff;
}

.about .about-content h2 a:hover {
  color: #231f20;
}

.about .about-content h2 {
  font: 900 40px/40px "Lato", sans-serif;
  text-transform: uppercase;
  display: inline-block;
}

@media (max-width: 1024px) {
  .about .about-content h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .about .about-content h2 {
    font-size: 20px;
  }
}

.about .about-content h2 span {
  display: block;
}

@media (max-width: 1024px) {
  .about .about-content h2 span {
    display: inline-block;
  }
}

.about .about-content .line {
  height: 4px;
  width: 20%;
  background: #fff;
  margin: 0 0 60px 0;
}

@media (max-width: 1024px) {
  .about .about-content .line {
    margin-bottom: 30px;
  }
}

.about .about-content p {
  font: 300 18px/22px "Lato", sans-serif;
  color: #fff;
  padding-bottom: 30px;
}

@media (max-width: 1024px) {
  .about .about-content p {
    padding-bottom: 15px;
  }
}

.about .about-content hr {
  background-color: #de6f6f;
  border: medium none;
  height: 1px;
  margin: 15px 0 45px 0;
}

.click1-btn {
  color: #fff;
  text-transform: uppercase;
  font: 700 16px "Lato", sans-serif;
  padding: 10px 40px;
  border-left: solid 2px #fff;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: relative;
  float: right;
  margin-top: 70px;
  transition: none;
}

@media (max-width: 991px) {
  .click1-btn {
    margin-right: 10px;
  }
}

.click1-btn:after {
  position: absolute;
  content: "";
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  right: -15px;
  top: 5px;
  width: 28px;
  height: 28px;
  transform: rotate(135deg);
  ms-transform: rotate(135deg);
}

@media (max-width: 767px) {
  .click1-btn:after {
    width: 26px;
    height: 26px;
    right: -14px;
  }
}

.click1-btn:hover {
  color: #000;
  background: #fff;
  transition: none;
}

.click1-btn:hover:after {
  background: #fff;
  transition: none;
}

@media (max-width: 767px) {
  .click1-btn {
    margin: 20px 20px 0 0;
    font-size: 13px;
  }
}

.about
.scrollme {
  perspective: 600px;
  z-index: 3;
}

.about
.scrollme
.animateme {
  width: 100%;
  height: 290px;
  transform-origin: center center center;
  text-align: center;
  z-index: 1;
  text-align: center;
}

.about
.scrollme .position {
  position: relative;
  z-index: 1000;
  text-align: center;
  margin-left: .5px;
}

.about
.scrollme .position2 {
  z-index: 10;
  margin-left: 2.2px;
  text-align: center;
}

.about .text-align-center {
  text-align: center;
  height: 300px;
  z-index: 1000;
  position: relative;
  margin-top: -2px;
}

.about .text-align-center2 {
  text-align: center;
  height: 145px;
  z-index: 4;
  position: relative;
  background-color: #CA1919;
  vertical-align: bottom;
  text-align: center;
  margin-top: -35px;
  padding-top: 60px;
}

/* design*/
.design {
  background: url(../img/dsgn-bg.jpg) top center no-repeat;
  padding: 115px 0 100px 0;
  height: auto;
  width: 100%;
  background-size: cover;
}

@media (max-width: 1024px) {
  .design {
    padding: 20px 0;
  }
}

.design h2 {
  font: 900 60px/70px "Lato", sans-serif;
  text-transform: uppercase;
  color: #cb1919;
  padding: 0 0 35px 0;
  margin: 120px 0 0 0;
}

@media (max-width: 1024px) {
  .design h2 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    margin: 100px 0 0 0;
  }
}

@media (max-width: 991px) {
  .design h2 {
    font-size: 27px;
    margin: 20px 0 0 0;
  }
}

@media (max-width: 767px) {
  .design h2 {
    font-size: 20px;
    margin: 0;
  }
}

.design h2 span {
  display: block;
  color: #231f20;
}

@media (max-width: 1024px) {
  .design h2 span {
    display: inline-block;
  }
}

.design .line {
  height: 4px;
  width: 25%;
  background: #cb1919;
  margin: 0 0 70px 0;
}

@media (max-width: 1024px) {
  .design .line {
    margin: 0 0 20px 0;
  }
}

.design p {
  font: 300 18px/24px "Lato", sans-serif;
  color: #000;
}

.design hr {
  background-color: #a4a3a4;
  border: medium none;
  height: 1px;
  margin: 45px 0 45px 0;
}

.click-btn {
  color: #231f20;
  text-transform: uppercase;
  font: 700 16px "Lato", sans-serif;
  padding: 10px 20px;
  border-left: solid 2px #231f20;
  border-top: solid 2px #231f20;
  border-bottom: solid 2px #231f20;
  position: relative;
  float: right;
  margin-top: 70px;
  text-align: center;
  transition: none;
}

.click-btn:after {
  position: absolute;
  content: "";
  border-top: solid 2px #231f20;
  border-left: solid 2px #231f20;
  right: -15px;
  top: 5px;
  width: 28px;
  height: 28px;
  transform: rotate(135deg);
}

@media (max-width: 767px) {
  .click-btn:after {
    width: 26px;
    height: 26px;
    right: -14px;
  }
}

.click-btn:hover {
  background: #231f20;
  transition: none;
  color: #fff;
}

.click-btn:hover:after {
  background: #231f20;
  transition: none;
}

@media (max-width: 767px) {
  .click-btn {
    margin: 20px 20px 0 0;
    font-size: 13px;
  }
}

/* design*/
/* testing */
.testing {
  background: url(../img/t%26c-bg.jpg) top center no-repeat;
  padding: 80px 0 0 0;
  height: 1080px !important;
  width: 100%;
  position: relative;
  background-size: cover;
}

@media (max-width: 1024px) {
  .testing {
    height: 542px !important;
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .testing {
    height: auto !important;
  }
}

.testing .tst-text {
  float: right;
  width: 655px;
}

@media (max-width: 1024px) {
  .testing .tst-text {
    float: left;
  }
}

@media (max-width: 767px) {
  .testing .tst-text {
    width: auto;
    float: none;
  }
}

.testing .tst-text h2 {
  font: 900 60px/70px "Lato", sans-serif;
  text-transform: uppercase;
  color: #e01616;
  padding: 0 0 35px 0;
  margin: 45px 0 0 0;
}

@media (max-width: 1024px) {
  .testing .tst-text h2 {
    font-size: 30px;
    line-height: 30px;
    padding: 0 0 10px 0;
    margin: 15px 0 0 0;
  }
}

@media (max-width: 767px) {
  .testing .tst-text h2 {
    font-size: 20px;
  }
}

.testing .tst-text h2 span {
  display: block;
  color: #fff;
}

@media (max-width: 1024px) {
  .testing .tst-text h2 span {
    display: inline-block;
  }
}

.testing .tst-text .line {
  height: 4px;
  width: 21%;
  background: #fff;
  margin: 0 0 70px 0;
}

@media (max-width: 1024px) {
  .testing .tst-text .line {
    margin: 0 0 20px 0;
  }
}

.testing .tst-text p {
  font: 300 18px/24px "Lato", sans-serif;
  margin: 70px 0 0 0;
  color: #fff;
}

@media (max-width: 1024px) {
  .testing .tst-text p {
    margin: 0px;
  }
}

.testing .tst-img {
  position: absolute;
  height: 685px;
  width: 990px;
  top: -75px;
  left: -280px;
}

@media (max-width: 1024px) {
  .testing .tst-img {
    top: 0;
    left: 0;
    width: 500px;
  }
}

@media (max-width: 767px) {
  .testing .tst-img {
    display: none;
  }
}

/* testing */
#section4 {
  width: 100%;
  overflow: hidden;
}

#section3 {
  width: 100%;
}

#section1 {
  width: 100%;
}

#section2 {
  width: 100%;
}

#section5 {
  width: 100%;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/* markets */
.markets {
  background: url(../img/market-bg.jpg) top center no-repeat;
  padding: 70px 0 90px 0;
  height: 1080px;
  width: 100%;
  position: relative;
  background-size: cover;
}

@media (max-width: 1024px) {
  .markets {
    height: auto;
    padding: 20px 0;
  }
}

.markets h2 {
  font: 900 60px/60px "Lato", sans-serif;
  text-transform: uppercase;
  color: #cb1919;
  padding: 0 0 35px 0;
  margin: 20px 0 0 0;
}

@media (max-width: 1024px) {
  .markets h2 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .markets h2 {
    font-size: 27px;
    margin-top: 0;
  }
}

.markets .line {
  height: 4px;
  width: 21%;
  background: #cb1919;
  margin: 0;
}

@media (max-width: 1024px) {
  .markets .line {
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .markets .line {
    margin: 10px 0;
  }
}

.markets h3 {
  font: 900 22px/22px "Lato", sans-serif;
  text-transform: uppercase;
  color: #231f20;
  padding: 30px 0 0 0;
}

@media (max-width: 1024px) {
  .markets h3 {
    font-size: 18px;
    padding-top: 10px;
  }
}

.markets h3 a {
  color: #231f20;
}

.markets h3 a:hover {
  color: #cb1919;
}

.markets p {
  font: 300 18px/23px "Lato", sans-serif;
  margin: 20px 0 0 0;
  color: #000;
}

.markets hr {
  background-color: #231f20;
  border: medium none;
  height: 1px;
  margin: 35px 0 0px 0;
}

.markets .ul-left {
  float: left;
  padding: 20px 0 0 25px;
  list-style: none;
}

.markets ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #231f20;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 12px;
}

.markets .ul-right {
  float: right;
  padding: 20px 0 0 0px;
  list-style: none;
}

@media (max-width: 1024px) {
  .markets .ul-right {
    float: left;
    padding: 20px 0 0 25px;
  }
}

.markets ul li {
  font: 300 18px/30px "Lato", sans-serif;
  color: #000;
  position: relative;
}

.clk {
  padding: 10px 70px;
}

.markets .markets-img {
  position: absolute;
  height: 565px;
  width: 560px;
  right: -75px;
  top: 205px;
}

@media (max-width: 1024px) {
  .markets .markets-img {
    width: 350px;
    height: 400px;
    right: 0;
  }
}

/* markets */
/* contact */
/* contact */
.contact {
  width: 100%;
  position: relative;
}

.contact .address {
  position: relative;
  width: 42%;
  float: left;
  background: #222020;
  height: 1080px;
}

@media (max-width: 1024px) {
  .contact .address {
    height: auto;
  }
}

@media (max-width: 767px) {
  .contact .address {
    width: 100%;
    float: none;
    display: block;
    background: #222020;
  }
}

.contact .address .contact-text {
  position: relative;
  width: 450px;
  height: 980px;
  float: right;
  margin: 100px 0 0 0;
}

@media (max-width: 1024px) {
  .contact .address .contact-text {
    height: auto;
    width: auto;
    margin-top: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .contact .address .contact-text {
    float: none;
    margin-top: 0px;
  }
}

.contact .address .contact-text::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -450px;
  width: 420px;
  height: 554px;
  background-size: cover;
  background: url(../img/cnct-img1.png) no-repeat;
}

@media (max-width: 1024px) {
  .contact .address .contact-text::before {
    height: auto;
    width: auto;
    margin-top: 20px;
    padding-left: 20px;
  }
}

.contact .address .contact-text h2 {
  font: 900 60px/70px "Lato", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 25px;
}

.contact .address .contact-text h2 a {
  color: #fff;
}

@media (max-width: 1024px) {
  .contact .address .contact-text h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .contact .address .contact-text h2 {
    padding-top: 20px;
  }
}

.contact .address .contact-text .line {
  height: 3px;
  width: 30%;
  background: #fff;
}

.contact .address .contact-text h3 {
  font: 900 23px/23px "Roboto", sans-serif;
  text-transform: capitalize;
  color: #cb1919;
  padding: 45px 0 0 0;
}

@media (max-width: 1024px) {
  .contact .address .contact-text h3 {
    font-size: 18px;
    padding-top: 20px;
  }
}

.contact .address .contact-text p {
  font: 300 14px/22px "Roboto", sans-serif;
  color: #eceaeb;
}

.contact .address .contact-text .cnct-img {
  margin: 200px 30px 0 0;
}

@media (max-width: 1024px) {
  .contact .address .contact-text .cnct-img {
    margin: 20px;
  }
}

@media (max-width: 767px) {
  .contact .address .contact-text .cnct-img {
    margin: 20px 20px 0 20px;
  }
}

@media (max-width: 1024px) {
  .contact .address .contact-text .cnct-img img {
    width: 100%;
  }
}

.contact .address .contact-text a {
  color: #eceaeb;
}

.contact .address .contact-text a:hover {
  color: #cb1919;
}

.contact .address .contact-text .tel-clr:hover {
  color: #c4c4c4;
}

.contact .map-wrap {
  width: 58%;
  float: right;
}

@media (max-width: 767px) {
  .contact .map-wrap {
    float: none;
    width: 100%;
  }
}

.contact .map-wrap .location-map {
  height: 1080px;
}

@media (max-width: 1024px) {
  .contact .map-wrap .location-map {
    height: 629px;
  }
}

@media (max-width: 991px) {
  .contact .map-wrap .location-map {
    height: 605px;
  }
}

@media (max-width: 767px) {
  .contact .map-wrap .location-map {
    height: 180px;
  }
}

@media (max-width: 991px) {
  .pa {
    border-bottom: solid 1px #231f20 !important;
  }
}

.footer {
  background: #cb1919;
  padding: 10px 0 30px 0;
  text-align: center;
}

.footer .ft-menu {
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
  border-bottom: solid 1px #d54747;
}

.footer .ft-menu li {
  padding: 10px;
  text-transform: uppercase;
  display: inline-block;
}

.footer .ft-menu li a {
  color: #fff;
  font: 600 13px/18px "Lato", sans-serif;
  transition: none;
}

.footer .ft-menu li a:hover {
  border-bottom: solid 2px #fff;
  padding-bottom: 3px;
}

@media (max-width: 767px) {
  .footer .ft-menu li {
    display: block;
  }
}

.footer .ft-menu li.current-menu-item > a, .footer .ft-menu li.current-cat > a, .footer .ft-menu li.current_page_item > a, .footer .ft-menu li.current-page-ancestor > a, .footer .ft-menu li.current_page_parent > a, .footer .ft-menu li.current-menu-parent > a {
  border-bottom: solid 2px #fff;
  padding-bottom: 3px;
}

.footer p {
  font: 300 13px/18px "Roboto", sans-serif;
  color: #d67270;
  display: block;
}

.footer p span {
  display: block;
}

.footer p span a {
  text-decoration: none;
  outline: none;
  color: #d67270;
}

.footer p a:hover {
  color: #fff;
}

.footer p a {
  text-decoration: none;
  outline: none;
}

.footer img:hover {
  opacity: 0.5;
}

.in-banner {
  background: url(/wp-content/images/in-banner.jpg) no-repeat center;
  height: 549px;
  width: 100%;
  position: relative;
  background-size: cover;
  display: table;
  padding-top: 12%;
}

@media (max-width: 1024px) {
  .in-banner {
    height: 450px;
    padding-top: 17%;
  }
}

@media (max-width: 991px) {
  .in-banner {
    padding-top: 23%;
  }
}

@media (max-width: 767px) {
  .in-banner {
    padding-top: 10%;
    height: 260px;
  }
}

@media (max-width: 320px) {
  .in-banner {
    padding-top: 10%;
    height: 350px;
  }
}

.in-banner .ban-txt {
  top: 0;
  margin-bottom: 100px;
  display: table-cell;
  bottom: 0;
  vertical-align: middle;
}

.in-banner h1 {
  margin: 0;
  font: 400 32px/40px "Lato", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 1024px) {
  .in-banner h1 {
    font-size: 27px;
  }
}

@media (max-width: 767px) {
  .in-banner h1 {
    font-size: 17px;
  }
}

.in-banner h2 {
  font: 900 50px/55px "Lato", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 1024px) {
  .in-banner h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .in-banner h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

.in-banner h2 span {
  display: block;
}

.in-banner a {
  text-decoration: none;
  outline: none;
  color: #fff;
  font: 700 18px/22px "Lato", sans-serif;
  text-transform: uppercase;
  float: left;
}

@media (max-width: 1024px) {
  .in-banner a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .in-banner a {
    font-size: 10px;
    float: left;
  }
}

@media (max-width: 320px) {
  .in-banner a {
    font-size: 13px;
    float: none;
  }
}

.in-banner a:hover {
  color: #fff;
}

.in-banner .bnr-btn-1 {
  margin: 15px 0 0 0;
  position: relative;
  background: #a90817;
  padding: 12px 55px 14px 60px;
  display: inline-block;
  z-index: 60;
  position: relative;
  transition: none;
}

@media (max-width: 1024px) {
  .in-banner .bnr-btn-1 {
    padding: 10px 30px 10px 30px;
  }
}

@media (max-width: 767px) {
  .in-banner .bnr-btn-1 {
    padding: 5px 20px;
    margin-top: 10px;
  }
}

@media (max-width: 320px) {
  .in-banner .bnr-btn-1 {
    padding: 5px 20px;
    margin-top: 20px;
  }
}

.in-banner .bnr-btn-1:hover {
  background: #231f20;
}

.in-banner .bnr-btn-1:after {
  border-bottom: 25px solid transparent;
  border-left: 20px solid #a90817;
  border-top: 24px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -45px;
  top: 0;
  width: 25px;
  z-index: 10;
}

@media (max-width: 1024px) {
  .in-banner .bnr-btn-1:after {
    border-bottom: 22px solid transparent;
    border-left: 22px solid #a90817;
    border-top: 21px solid transparent;
    right: -47px;
  }
}

@media (max-width: 767px) {
  .in-banner .bnr-btn-1:after {
    border-bottom: 16px solid transparent;
    border-left: 17px solid #a90817;
    border-top: 17px solid transparent;
    right: -42px;
  }
}

.in-banner .bnr-btn-1:hover:after {
  border-bottom: 25px solid transparent;
  border-left: 20px solid #231f20;
  border-top: 24px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -45px;
  top: 0;
  width: 25px;
  z-index: 10;
}

@media (max-width: 1024px) {
  .in-banner .bnr-btn-1:hover:after {
    border-bottom: 22px solid transparent;
    border-left: 22px solid #231f20;
    border-top: 21px solid transparent;
    right: -47px;
  }
}

@media (max-width: 767px) {
  .in-banner .bnr-btn-1:hover:after {
    border-bottom: 16px solid transparent;
    border-left: 17px solid #231f20;
    border-top: 17px solid transparent;
    right: -42px;
  }
}

.in-banner .bnr-btn-2 {
  color: #fff;
  margin: 15px 0 0 0;
  position: relative;
  background: #d93712;
  padding: 12px 55px 14px 60px;
  display: inline-block;
  transition: none;
  z-index: 50;
}

@media (max-width: 1024px) {
  .in-banner .bnr-btn-2 {
    padding: 10px 30px 10px 30px;
  }
}

@media (max-width: 767px) {
  .in-banner .bnr-btn-2 {
    padding: 5px 20px;
    margin-top: 10px;
  }
}

.in-banner .bnr-btn-2:hover {
  background: #231f20;
}

.in-banner .bnr-btn-2:after {
  border-bottom: 25px solid transparent;
  border-left: 20px solid #d93712;
  border-top: 24px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -45px;
  top: 0;
  width: 25px;
  z-index: 10;
}

@media (max-width: 1024px) {
  .in-banner .bnr-btn-2:after {
    border-bottom: 22px solid transparent;
    border-left: 22px solid #d93712;
    border-top: 21px solid transparent;
    right: -47px;
  }
}

@media (max-width: 767px) {
  .in-banner .bnr-btn-2:after {
    border-bottom: 16px solid transparent;
    border-left: 17px solid #d93712;
    border-top: 17px solid transparent;
    right: -42px;
  }
}

.in-banner .bnr-btn-2:hover:after {
  border-bottom: 25px solid transparent;
  border-left: 20px solid #231f20;
  border-top: 24px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -45px;
  top: 0;
  width: 25px;
  z-index: 10;
}

@media (max-width: 1024px) {
  .in-banner .bnr-btn-2:hover:after {
    border-bottom: 22px solid transparent;
    border-left: 22px solid #231f20;
    border-top: 21px solid transparent;
    right: -47px;
  }
}

@media (max-width: 767px) {
  .in-banner .bnr-btn-2:hover:after {
    border-bottom: 16px solid transparent;
    border-left: 17px solid #231f20;
    border-top: 17px solid transparent;
    right: -42px;
  }
}

.in-banner .bnr-btn-3 {
  margin: 15px 0 0 0;
  position: relative;
  background: #ee4d28;
  padding: 12px 55px 14px 60px;
  display: inline-block;
  transition: none;
}

@media (max-width: 1024px) {
  .in-banner .bnr-btn-3 {
    padding: 10px 30px 10px 30px;
  }
}

@media (max-width: 767px) {
  .in-banner .bnr-btn-3 {
    padding: 5px 20px;
    margin-top: 10px;
  }
}

.in-banner .bnr-btn-3:hover {
  background: #231f20;
}

.in-banner .bnr-btn-3:after {
  border-bottom: 25px solid transparent;
  border-left: 20px solid #ee4d28;
  border-top: 24px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -45px;
  top: 0;
  width: 25px;
  z-index: 10;
}

@media (max-width: 1024px) {
  .in-banner .bnr-btn-3:after {
    border-bottom: 22px solid transparent;
    border-left: 22px solid #ee4d28;
    border-top: 21px solid transparent;
    right: -47px;
  }
}

@media (max-width: 767px) {
  .in-banner .bnr-btn-3:after {
    border-bottom: 16px solid transparent;
    border-left: 17px solid #ee4d28;
    border-top: 17px solid transparent;
    right: -42px;
  }
}

.in-banner .bnr-btn-3:hover:after {
  border-bottom: 25px solid transparent;
  border-left: 20px solid #231f20;
  border-top: 24px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -45px;
  top: 0;
  width: 25px;
  z-index: 10;
}

@media (max-width: 1024px) {
  .in-banner .bnr-btn-3:hover:after {
    border-bottom: 22px solid transparent;
    border-left: 22px solid #231f20;
    border-top: 21px solid transparent;
    right: -47px;
  }
}

@media (max-width: 767px) {
  .in-banner .bnr-btn-3:hover:after {
    border-bottom: 16px solid transparent;
    border-left: 17px solid #231f20;
    border-top: 17px solid transparent;
    right: -42px;
  }
}

.clr {
  color: #231f20;
}

.inner-content-area {
  background: url(../img/in-bg.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: auto;

}

.inner-content-area .roll-btn {
  width: 100%;
  height: 100px;
  text-align: center;
  top: -100px;
  position: absolute;
  bottom: 0;
}

@media (max-width: 1024px) {
  .inner-content-area .roll-btn {
    display: none;
  }
}

.inner-content-area .roll-btn a {
  display: inline-block;
  height: 65px;
  width: 45px;
  background: url(../img/roll-img2.png) no-repeat;
  background-position: 20px 15px;
  height: 60px;
  width: 45px;
  float: none;
}

.inner-content-area .roll-btn a:hover {
  background-position: 20px 35px;
  transition: all 0.3s ease 0s;
}

.inner-content-area .roll-btn p {
  font: 400 14px/15px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #b7b7b7;
  display: block;
  margin: 15px 0 0;
}

.inner-content-area .site-map ul {
  padding: 0px;
  margin: 0px;
}

.inner-content-area .site-map ul li {
  padding: 5px 0 5px 10px !important;
  list-style: none;
  position: relative;
  display: block;
}

.inner-content-area .site-map ul li a {
  color: #231f20;
  font: 400 15px/26px "Lato", sans-serif !important;
  text-decoration: none;
}

.inner-content-area .site-map ul li a:hover {
  color: #cb1919;
}

.inner-content-area .site-map ul li ul {
  padding: 7px 0 0 20px;
}

.inner-content-area .site-map ul li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #cb1919;
  left: -9px;
  top: 15px;
}

@media (max-width: 767px) {
  .inner-content-area .site-map ul li:before {
    top: 15px;
  }
}

@media (max-width: 767px) {
  .inner-content-area .site-map {
    margin-left: 15px;
    margin-bottom: 10px;
  }
}

.inner-content-area .brd-crmp {
  padding: 20px 0 0 0;
  margin: 0px;
}

.inner-content-area .brd-crmp li {
  font: 400 20px/40px "Lato", sans-serif;
  list-style: none;
  color: #cb1919;
  display: inline-block;
  position: relative;
  padding: 5px 15px;
}

.inner-content-area .brd-crmp li a {
  color: #231f20;
  text-decoration: none;
  font: 400 20px/40px "Lato", sans-serif;
}

.inner-content-area .brd-crmp li a:hover {
  color: #cb1919;
}

@media (max-width: 767px) {
  .inner-content-area .brd-crmp li a {
    font: 400 15px/20px "Lato", sans-serif;
  }
}

.inner-content-area .brd-crmp li:after {
  position: absolute;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 7px;
  height: 7px;
  right: 0;
  top: 25px;
  transform: rotate(45deg);
  ms-transform: rotate(135deg);
}

@media (max-width: 767px) {
  .inner-content-area .brd-crmp li:after {
    top: 12px;
  }
}

.inner-content-area .brd-crmp li:last-child:after {
  border: none;
}

.inner-content-area .brd-crmp li:first-child {
  padding-left: 0;
}

@media (max-width: 767px) {
  .inner-content-area .brd-crmp li {
    font: 400 15px/20px "Lato", sans-serif;
  }
}

.inner-content-area h1 {
  color: #cb1919;
  font: 900 50px/50px "Lato", sans-serif;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
}

@media (max-width: 1024px) {
  .inner-content-area h1 {
    font: 900 30px/40px "Lato", sans-serif;
  }
}

@media (max-width: 767px) {
  .inner-content-area h1 {
    font: 900 25px/30px "Lato", sans-serif;
  }
}

.inner-content-area ul {
  padding: 0 0 0 40px;
  margin: 0px;
}

.inner-content-area ul li {
  padding: 10px 0;
}

.inner-content-area ul li a {
  color: #231f20;
  font: bold 22px/26px "Lato", sans-serif;
  text-decoration: underline;
}

.inner-content-area ul li a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .inner-content-area ul li a {
    font-size: 18px;
  }
}

.inner-content-area h3 {
  color: #231f20;
  font: 900 22px/24px "Lato", sans-serif;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  margin: 0px;
}

.inner-content-area .h3pad {
  margin-top: 15px;
}

.inner-content-area p {
  font: 300 17px/26px "Lato", sans-serif;
  padding: 0 0 20px 0;
  margin: 0px;
}

.inner-content-area .content-wrp {
  display: block;
}

.inner-content-area .pad-p {
  padding-top: 70px;
}

@media (max-width: 1204px) {
  .inner-content-area .pad-p {
    padding-top: 0px;
  }
}

.inner-content-area .pad-img {
  margin-top: -70px;
}

@media (max-width: 1204px) {
  .inner-content-area .pad-img {
    margin: 0 auto;
    text-align: center;
  }
}

.inner-content-area .red {
  background: #cb1919;
  height: 3px;
  margin: 25px 0 60px;
  width: 12%;
}

@media (max-width: 1204px) {
  .inner-content-area .red {
    margin-bottom: 20px;
  }
}

.inner-content-area .serice-boxes ul {
  padding: 0 0 0 60px;
  margin: 0px;
}

.inner-content-area .serice-boxes ul li {
  padding: 10px 0;
}

.inner-content-area .serice-boxes ul li a {
  color: #231f20;
  font: bold 22px/26px "Lato", sans-serif;
  text-decoration: underline;
}

.inner-content-area .serice-boxes ul li a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .inner-content-area .serice-boxes ul li a {
    font-size: 18px;
  }
}

.inner-content-area .serice-boxes .ser-tle {
  padding: 0 0 20px 0;
}

.inner-content-area .serice-boxes .ser-tle h3 {
  padding-top: 115px;
  margin: 0px;
  float: left;
}

.inner-content-area .serice-boxes .ser-tle .img {
  float: left;
  margin-right: 20px;
}

.inner-content-area .serice-boxes .ser-tle .pad-h3 {
  padding-top: 85px;
}

.inner-content-area .serice-boxes .ser-tle .pad-h31 {
  padding-top: 85px;
}

@media (max-width: 767px) {
  .inner-content-area .serice-boxes .ser-tle .pad-h31 {
  
  }
}

.inner-content-area .serice-boxes .ser-box {
  margin-bottom: 20px;
  padding: 30px 30px 30px 0;
  min-height: 445px;
  position: relative;
}

@media (max-width: 1024px) {
  .inner-content-area .serice-boxes .ser-box {
    min-height: 500px;
  }
}

@media (max-width: 991px) {
  .inner-content-area .serice-boxes .ser-box {
    min-height: 0px;
    padding-right: 0;
  }
}

.inner-content-area .serice-boxes .ser-box:after {
  content: "";
  position: absolute;
  top: 0px;
  width: 1px;
  height: 85%;
  border-left: solid 1px #555152;
  right: 0;
}

@media (max-width: 1024px) {
  .inner-content-area .serice-boxes .ser-box:after {
    border-left: none;
  }
}

.inner-content-area .serice-boxes .ser-box:before {
  content: "";
  position: absolute;
  bottom: 20px;
  width: 95%;
  height: 1px;
  border-bottom: solid 1px #555152;
  left: 0;
}

@media (max-width: 767px) {
  .inner-content-area .serice-boxes .ser-box {
    margin-bottom: 5px;
    padding: 10px 10px 20px 0;
  }
}

.inner-content-area .serice-boxes .ser-boxx {
  margin-bottom: 20px;
  padding: 30px 0 30px 20px;
  min-height: 445px;
  position: relative;
}

@media (max-width: 1024px) {
  .inner-content-area .serice-boxes .ser-boxx {
    min-height: 500px;
  }
}

@media (max-width: 991px) {
  .inner-content-area .serice-boxes .ser-boxx {
    min-height: 0px;
    padding-left: 0px;
  }
}

.inner-content-area .serice-boxes .ser-boxx:before {
  content: "";
  position: absolute;
  bottom: 20px;
  width: 95%;
  height: 1px;
  border-bottom: solid 1px #555152;
  left: 0;
}

@media (max-width: 767px) {
  .inner-content-area .serice-boxes .ser-boxx {
    margin-bottom: 5px;
    padding: 10px 0 20px 0px;
  }
}

.inner-content-area .serice-boxes .bor:before {
  border-bottom: none;
}

.input-holder.error input {
  border-bottom: #cb1919 1px solid !important;
}

.input-holder.error textarea {
  border-bottom: #cb1919 1px solid !important;
}

input {
  box-shadow: none;
}

textarea {
  box-shadow: none;
}

.input-holder.error input {
  border-bottom: #cb1919 1px solid !important;
  border-right: none;
  border-left: none;
  border-top: none;
}

.input-holder.error textarea {
  border-bottom: #cb1919 1px solid !important;
  border-right: none;
  border-left: none;
  border-top: none;
}

.input-holder {
  position: relative;
  width: 100%;
  float: left;
}

.input-holder.error span.error {
  display: block;
}

span.error, span.errors {
  position: absolute;
  z-index: 9;
  display: none;
  right: 0;
  padding: 4px;
  font-size: 11px;
  background: #cb1919;
  color: #fff;
  text-align: center;
  top: -33px;
  line-height: 12px;
  font-family: "Roboto", sans-serif;
}

span.error:after, span.errors:after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 10px;
  display: block;
  border: solid;
  border-color: #cb1919 transparent #cb1919;
  border-width: 10px 10px 0;
  font-family: "Roboto", sans-serif;
}

.btn-grp .ref-img:active,
.btn-grp .ref-img:hover,
.btn-grp .ref-img:focus {
  outline: none !important;
}

.btn-grp .ref-img {
  margin: 0;
  padding: 0;
  fill: #f6383a;
  outline: none !important;
  width: 20px !important;
  height: 20px !important;
  border: none;
}

.shapes-cap {
  width: 15px !important;
  height: 15px !important;
  padding: 0px;
  margin: 0px;
}

.btn-grp .shapes-cap .shape-color {
  fill: #c1c1c1;
}

.captcha_active {
  border: 1px solid #cb1919 !important;
}

.btn-grp a {
  margin: 0px 0px 0px 6px;
  border: 1px solid #c3c3c3;
  padding: 5px 6px 1px 6px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-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;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.modal-open {
  overflow-y: scroll;
  padding-right: 0px !important;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-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;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 5px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
  background: #cb1919;
  color: #fff;
}

.modal-header .close button {
  color: #fff !important;
}

.modal-header .close {
  margin-top: 0px;
  background: #231f20;
  opacity: 1;
  padding: 3px 10px 4px 10px;
  position: absolute;
  right: 15px;
  top: 12px;
  border-radius: 5px;
  color: #fff !important;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 25px 15px 25px 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    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;
}

.modal-header h4 {
  color: #fff;
  font: 20px/20px "Roboto", sans-serif;
  padding: 10px 0;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 767px) {
  .modal-header h4 {
    font-size: 14px;
    padding: 10px 0;
  }
}

.modal-body input {
  border: none;
  margin: 5px 0px;
  color: #231f20;
  width: 100%;
  padding: 7px 7px;
  border-bottom: 1px solid #d5d5d5;
  font: 14px/20px "Roboto", sans-serif;
}

.modal-body input:focus {
  border-bottom: 1px solid #cb1919;
  transition: all 0.5s ease;
}

.modal-body textarea {
  border: none;
  margin: 5px 0px;
  resize: none;
  color: #231f20;
  width: 100%;
  padding: 7px;
  border-bottom: 1px solid #d5d5d5;
  height: 40px;
  font: 14px/20px "Roboto", sans-serif;
  margin-bottom: 10px;
}

.modal-body textarea:focus {
  border-bottom: 1px solid #cb1919;
  transition: all 0.5s ease;
}

@media (max-width: 767px) {
  .modal-body textarea {
    margin-bottom: 40px;
  }
}

.modal-body .submit-bttn {
  background: #231f20;
  color: #fff;
  float: right;
  padding: 10px 15px 8px 15px;
  text-transform: uppercase;
  border: none;
  font: 14px/20px "Roboto", sans-serif;
  transition: all 0.5s ease;
  border-radius: 25px;
  width: 120px;
}

.modal-body .submit-bttn:hover {
  background: #cb1919;
  transition: all 0.5s ease;
  border: none;
  opacity: .5;
}

.close {
  color: #fff !important;
  border-radius: 5px;
  border: none;
}

.close:hover, .close:focus, .close:active {
  outline: none;
}

.pop-cap {
  position: relative;
  height: 120px;
}

.pop-cap p {
  color: #88868a;
  text-align: right;
  font: 14px/18px "Roboto", sans-serif;
}

.pop-cap p span {
  color: #cb1919;
  text-transform: uppercase;
}

.pop-cap .btn-grp {
  float: right;
  margin: 3px 0 10px 0;
}

.pop-cap .submit-bttn {
  width: 100px;
  text-align: center;
}

.pop-cap .submit-bttn:hover {
  background: #cb1919;
  opacity: 1;
}

.pop-cap .submit-bttn:focus {
  outline: none;
  border: none;
}

.pop-cap .plz {
  position: absolute;
  bottom: 20px;
  right: 0;
  font: 12px/18px "Roboto", sans-serif;
  color: #88868a;
}

@media (max-width: 767px) {
  .pop-cap .plz {
    bottom: 25px;
  }
}

@media (max-width: 767px) {
  .pop-cap {
    height: 150px;
  }
}

.captcha-div {
  float: right;
  margin-bottom: 5px;
}

.form-control.focus, .form-control:focus {
  border-bottom: 1px solid #cb1919;
}

.pad-zero {
  padding-top: 0px !important;
}

.red-btn {
  text-align: center;
  padding: 5px 15px 7px 15px;
  margin: 30px 0 40px 0;
  float: right;
  width: 120px !important;
  background: #cb1919;
  color: #fff;
  border: none;
  border-radius: 30px;
}

.red-btn:hover {
  background: #231f20;
  color: #fff;
}

@media (max-width: 767px) {
  .red-btn {
    margin-bottom: 10px;
  }
  .red-btn:before {
    display: table;
    content: "";
  }
  .red-btn:after {
    display: table;
    clear: both;
    content: "";
  }
}

.inner-content-area .contact-wrap {
  width: 100%;
}

.inner-content-area .contact-wrap:before {
  display: table;
  content: "";
}

.inner-content-area .contact-wrap:after {
  display: table;
  clear: both;
  content: "";
}

.inner-content-area .contact-wrap .contact-text h3 {
  padding: 15px 0 10px 0;
  font: 900 16px/24px "Roboto", sans-serif;
}

.inner-content-area .contact-wrap .contact-text p {
  font: 300 15px/16px "Roboto", sans-serif;
  padding: 0 0 10px 0;
  margin: 0px;
}

.inner-content-area .contact-wrap .cont-frm {
  float: left;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
}

.inner-content-area .contact-wrap .cont-frm input[type="text"], .inner-content-area .contact-wrap .cont-frm [type="email"], .inner-content-area .contact-wrap .cont-frm [type="tel"] {
  width: 100%;
  padding: 10px;
  color: #231f20;
  border-bottom: solid 1px #ccc;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  margin-bottom: 10px;
  line-height: 25px;
}

.inner-content-area .contact-wrap .cont-frm textarea {
  width: 100%;
  padding: 10px;
  color: #231f20;
  border-bottom: solid 1px #ccc;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  height: 120px;
}

.inner-content-area .contact-wrap .cont-frm input[type="submit"] {
  text-align: center;
  padding: 5px 15px;
  float: right;
  width: 120px !important;
  background: #231f20;
  color: #fff;
  border: none;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 20px;
}

.inner-content-area .contact-wrap .cont-frm input[type="submit"]:hover {
  background: #cb1919;
}

.inner-content-area .contact-wrap .cont-frm .cnt-cap {
  float: right;
  width: 100%;
  text-align: right;
  position: relative;
  height: 130px;
}

.inner-content-area .contact-wrap .cont-frm .cnt-cap p {
  font: 400 15px/18px "Roboto", sans-serif;
  color: #88868a;
  padding: 10px 0;
}

.inner-content-area .contact-wrap .cont-frm .cnt-cap p span {
  color: #cb1919;
  text-transform: uppercase;
}

.inner-content-area .contact-wrap .cont-frm .cnt-cap .plz {
  position: absolute;
  right: 0;
  bottom: 20px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .inner-content-area .contact-wrap .cont-frm .cnt-cap .plz {
    bottom: 10px;
  }
}

.inner-content-area .contact-wrap .map-wrap {
  margin-top: 20px;
}

.feature.map {
  height: 100%;
}

.feature.map iframe {
  height: 100%;
  width: 100%;
  border: 0;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}

.hd {
  background: #fff !important;
}

.error-wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 231px;
  padding-bottom: 10px;
  min-height: 603px;
}
.error-wrap h6 {
  color: #cb1919;
  font-size: 105px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 5px;
  line-height: 56px;
}
.error-wrap h6 span { font-size: 38px; }

.error-wrap img {
  margin: 0 auto;
}

.error-wrap p {
  font-weight: 500;
}

@media (max-width: 767px) {
  .error-wrap {
    padding-top: 15px;
  }
}

.thank-you-wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.thank-you-wrap img {
  margin: 0 auto;
}

.thank-you-wrap p {
  font-weight: 500;
}

@media (max-width: 767px) {
  .thank-you-wrap {
    padding-top: 15px;
  }
}

.thank-you-wrap h3 {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .thank-you-wrap h3 {
    font-size: 15px;
  }
}

.brd-thank {
  padding-top: 150px;
}

@media (max-width: 1024px) {
  .brd-thank {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .brd-thank {
    padding-top: 0px;
  }
}

.box .ser-box {
  min-height: 350px !important;
}

@media (max-width: 991px) {
  .box .ser-box {
    min-height: 200px !important;
  }
}

.box .ser-boxx {
  min-height: 350px !important;
}

@media (max-width: 991px) {
  .box .ser-boxx {
    min-height: 200px !important;
  }
}

@media (max-width: 991px) {
  .ser-box:before {
    width: 100% !important;
  }
  .ser-boxx:before {
    width: 100% !important;
  }
}

.blog-wrap {
  padding-top: 10%;
}

@media (max-width: 1024px) {
  .blog-wrap {
    padding-top: 12%;
  }
}

@media (max-width: 767px) {
  .blog-wrap {
    padding-top: 2%;
  }
}

.blog {
  padding-bottom: 50px;
}

.blog-pic {
  position: relative;
}

.blog-pic:before {
  display: table;
  content: "";
}

.blog-pic:after {
  display: table;
  clear: both;
  content: "";
}

.blog-pic .main-img {
  background: #ccc;
  width: 60%;
  float: right;
  height: 490px;
  position: relative;
}

.blog-pic .main-img:before {
  display: table;
  content: "";
}

.blog-pic .main-img:after {
  display: table;
  clear: both;
  content: "";
}

.blog-pic .main-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 991px) {
  .blog-pic .main-img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .blog-pic .main-img {
    width: 100%;
    height: 300px;
  }
}

.blog-pic .blog-box {
  position: absolute;
  background: #edeaea;
  width: 503px;
  padding: 40px;
  top: 30px;
}

@media (max-width: 991px) {
  .blog-pic .blog-box {
    position: static;
    width: 100%;
    float: left;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .blog-pic .blog-box {
    padding: 10px;
  }
}

.blog-pic .blog-box .posted-wrp {
  color: #7a7777;
}

.blog-pic .blog-box .posted-wrp .posted {
  float: left;
}

.blog-pic .blog-box .posted-wrp .posted p {
  font: 300 17px/18px "Lato", sans-serif;
}

.blog-pic .blog-box .posted-wrp .posted p img {
  float: left;
  margin-right: 9px;
}

.blog-pic .blog-box .posted-wrp .posted p a {
  text-decoration: none;
}

.blog-pic .blog-box .posted-wrp .posted p a:hover {
  color: #231f20;
}

@media (max-width: 767px) {
  .blog-pic .blog-box .posted-wrp .posted {
    width: 100%;
  }
}

.blog-pic .blog-box .posted-wrp .date {
  float: right;
}

.blog-pic .blog-box .posted-wrp .date p {
  font: 300 12px/13px "Lato", sans-serif;
  text-transform: uppercase;
}

.blog-pic .blog-box .posted-wrp .date p img {
  float: left;
  margin-right: 9px;
}

@media (max-width: 767px) {
  .blog-pic .blog-box .posted-wrp .date {
    float: left;
  }
}

.blog-pic .blog-box h1 {
  text-transform: none !important;
  margin-bottom: 20px;
  line-height: 20px;
}

.blog-pic .blog-box h1 a {
  display: block;
  color: #434343;
  font: 400 24px/22px "Lato", sans-serif;
}

.blog-pic .blog-box h1 a:hover {
  color: #cb1919;
}

.blog-pic .blog-box p {
  color: #000000;
  font: 300 18px/27px "Lato", sans-serif;
}

.blog-pic .blog-box p a {
  color: #cb1919;
  text-decoration: underline #d88181;
}

.blog-pic .blog-box p a:hover {
  text-decoration: none;
}

.blog-pic .blog-box .cmt-line {
  background: #cb1919 none repeat scroll 0 0;
  height: 3px;
  margin: 26px 0 14px;
  width: 34%;
}

.blog-pic .blog-box h4 {
  color: #7a7777;
  font: 300 13px/17px "Lato", sans-serif;
  text-transform: uppercase;
}

.blog-pic img {
  float: right;
}

@media (max-width: 767px) {
  .blog-pic img {
    float: none;
  }
}

.blog-small {
  margin-bottom: 22px;
  min-height: 440px;
}

.blog-small .small-pic {
  height: 300px;
  position: relative;
  background: #f1f1f1;
}

.blog-small .small-pic img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.blog-small .blog-small-cont {
  background: #ffffff;
  min-height: 100px;
  padding: 31px 30px 23px;
}

@media (max-width: 767px) {
  .blog-small .blog-small-cont {
    padding: 10px;
  }
}

.blog-small .blog-small-cont h2 {
  min-height: 52px;
}

.blog-small .blog-small-cont h2 a {
  color: #434343;
  font: 400 18px/23px "Lato", sans-serif;
}

.blog-small .blog-small-cont h2 a:hover {
  color: #cb1919;
}

@media (max-width: 767px) {
  .blog-small .blog-small-cont h2 {
    min-height: 0px;
  }
}

.blog-small .blog-small-cont .small-posted-wrap {
  color: #7a7777;
}

.blog-small .blog-small-cont .small-posted-wrap .post-box-l {
  float: left;
}

.blog-small .blog-small-cont .small-posted-wrap .post-box-l p {
  font: 300 14px/18px "Lato", sans-serif;
}

.blog-small .blog-small-cont .small-posted-wrap .post-box-l p img {
  float: left;
  margin-right: 9px;
}

@media (max-width: 991px) {
  .blog-small .blog-small-cont .small-posted-wrap .post-box-l {
    width: 100%;
  }
}

.blog-small .blog-small-cont .small-posted-wrap .post-box-r {
  float: right;
}

.blog-small .blog-small-cont .small-posted-wrap .post-box-r p {
  font: 300 12px/18px "Lato", sans-serif;
  text-transform: uppercase;
}

.blog-small .blog-small-cont .small-posted-wrap .post-box-r p img {
  float: left;
  margin-right: 9px;
}

@media (max-width: 1024px) {
  .blog-small .blog-small-cont .small-posted-wrap .post-box-r {
    float: left;
  }
}

.pdg-rgt {
  padding-right: 0;
}

@media (max-width: 991px) {
  .pdg-rgt {
    padding-right: 15px;
  }
}

.blog-side-bar {
  background: #ffffff;
  width: 100%;
  padding: 36px 38px 8px;
  margin-bottom: 23px;
}

.blog-side-bar h2 {
  color: #434343;
  font: 600 24px/31px "Lato", sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .blog-side-bar h2 {
    font-size: 15px;
  }
}

.blog-side-bar h3 {
  background: url(../img/rss.png) no-repeat;
  padding-left: 35px;
}

.blog-side-bar h3 a {
  color: #434343;
  font: 600 17px/31px "Lato", sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .blog-side-bar h3 a {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .blog-side-bar h3 a {
    font-size: 12px;
  }
}

.blog-side-bar h3 a:hover {
  color: #cb1919;
}

.blog-side-bar ul {
  padding-top: 24px;
  padding-left: 17px;
}

.blog-side-bar ul li {
  list-style: none;
  margin-bottom: 17px;
  position: relative;
}

.blog-side-bar ul li::before {
  border-radius: 50%;
  content: "";
  height: 11px;
  left: -25px;
  position: absolute;
  top: 15px;
  width: 11px;
  background: #b8b8b8;
}

.blog-side-bar ul li a {
  color: #000;
  font: 300 17px/22px "Lato", sans-serif;
  text-decoration: none;
}

.blog-side-bar ul li a:hover {
  color: #cb1919;
}

.side-line {
  background: #cb1919 none repeat scroll 0 0;
  height: 3px;
  width: 39%;
}

.leave-wrp {
  background: #fff;
  padding: 20px;
  margin: 25px 0 15px 0;
}

.leave-wrp input[type="text"], .leave-wrp [type="email"], .leave-wrp [type="tel"] {
  width: 100%;
  padding: 10px;
  color: #231f20;
  border-bottom: solid 1px #ccc;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  margin-bottom: 10px;
}

.leave-wrp textarea {
  width: 100%;
  padding: 10px;
  color: #231f20;
  border-bottom: solid 1px #ccc;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  height: 120px;
}

.leave-wrp input[type="submit"] {
  text-align: center;
  padding: 5px 15px;
  float: right;
  width: 120px !important;
  background: #cb1919;
  color: #fff;
  border: none;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 20px;
}

.leave-wrp input[type="submit"]:hover {
  background: #231f20;
}

.comment-wrap {
  padding: 20px;
  margin: 20px 0;
  border-bottom: solid 1px #ccc;
}

.blog-single {
  width: 100%;
}

.blog-single .blog-in-img {
  width: 100%;
  position: relative;
  height: 400px;
  display: block;
  background: #ccc;
}

.blog-single .blog-in-img img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  display: block;
}

.blog-single .blog-box {
  background: #fff;
  padding: 20px;
}

.blog-single h1 {
  text-transform: none !important;
  margin-bottom: 20px;
  line-height: 20px;
  color: #434343 !important;
  font: 400 24px/26px "Lato", sans-serif !important;
}

.blog-single ol {
  padding: 0 0 0 40px;
  margin: 0px;
}

.blog-single ol li {
  padding: 10px 0;
}

.blog-single ol li a {
  color: #231f20;
  font: bold 22px/26px "Lato", sans-serif;
  text-decoration: underline;
}

.blog-single ol li a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .blog-single ol li a {
    font-size: 18px;
  }
}

.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  max-width: 50%;
}

@media (max-width: 767px) {
  .alignright {
    max-width: 100%;
    margin: 5px auto;
    float: none;
    display: block;
  }
}

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  max-width: 50%;
}

@media (max-width: 767px) {
  .alignleft {
    max-width: 100%;
    margin: 5px auto;
    float: none;
    display: block;
  }
}

.alignnone {
  float: none;
  margin: 5px auto;
  display: block;
}

.aligncenter {
  float: none;
  margin: 5px auto;
  display: block;
}

.land-wrp {
  width: 100%;
}

.land-wrp .box {
  width: 100%;
}

.land-wrp .box .cnt {
  height: 150px;
}

@media (max-width: 1024px) {
  .land-wrp .box .cnt {
    height: 200px;
  }
}

@media (max-width: 991px) {
  .land-wrp .box .cnt {
    height: auto;
  }
}

@media (max-width: 1024px) {
  .land-wrp {
    padding: 10px 0 20px 0;
  }
}

@media (max-width: 1024px) {
  .land-wrp h3 {
    font-size: 17px;
  }
}

.map-wrap {
  position: relative;
}

.map-wrap a {
  background: #fff;
  color: #adadad;
  font-size: 12px;
  font-weight: 400;
  left: 10px;
  padding: 8px 14px;
  position: absolute;
  top: 7px;
  z-index: 2;
  font-weight: 700;
}

.map-wrap a:hover {
  text-decoration: underline;
}

.map-wrap.link {
  position: relative;
}

.map-wrap.link a {
  background: #fff;
  color: #adadad;
  font-size: 12px;
  font-weight: 400;
  left: 10px;
  padding: 8px 14px;
  position: absolute;
  top: 80px;
  z-index: 2;
  font-weight: 700;
}

.map-wrap.link a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {


.error-wrap {
  min-height: 276px;
}
.error-wrap h6 {

  font-size: 58px;
  line-height: 40px;
}
.error-wrap h6 span { font-size: 24px; }


  .map-wrap.link a {
    top: 10px;
  }
}

@media only screen and (min-width: 1601px) {
  .in-banner {
    padding-top: 8%;
  }
}

@media only screen and (min-width: 2401px) {
  .in-banner {
    padding-top: 8%;
  }
}

@media (min-width: 1025px) {
  .main-menu li.current-menu-item > a, .main-menu li.current-cat > a, .main-menu li.current_page_item > a,
  .main-menu li.current-page-ancestor > a, .main-menu li.current_page_parent > a, .main-menu li.current-menu-parent > a {
    color: #cb1919;
    border-bottom: solid 2px #cb1919;
    padding-bottom: 2px;
  }
  .main-menu li li.current-menu-item > a, .main-menu li li.current-cat > a, .main-menu li li.current_page_item > a,
  .main-menu li li.current-page-ancestor > a, .main-menu li li.current_page_parent > a, .main-menu li li.current-menu-parent > a {
    color: #fff;
    border-bottom: none;
  }
  a.back-to-top {
    display: none;
    width: 39px;
    height: 53px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: url("../img/top.png") no-repeat;
    transition: transform;
  }
  .back-btn {
    margin: 10px 0;
  }
  .back-btn .back {
    float: right;
    padding: 6px 15px;
    background: #cb1919;
    position: relative;
    color: #fff;
    text-align: center;
    line-height: 17px;
    border-radius: 30px;
  }
/*  .back-btn .back:before {
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 15px solid #000;
    width: 0;
    height: 0;
    position: absolute;
    left: -15px;
    top: 0;
  }*/
  .back-btn .back:hover {
    background: #000;
  }
  .mob-btn {
    display: none;
  }
  .main-menu {
    margin: 10px 0 0 0;
    float: right;
  }
  .main-menu:before {
    display: table;
    content: "";
  }
  .main-menu:after {
    display: table;
    clear: both;
    content: "";
  }
  .main-menu li {
    list-style: none;
    padding: 10px;
    margin: 0px;
    font: 100 14px "Montserrat", sans-serif;
    display: inline-block;
    position: relative !important;
  }
  .main-menu li a {
    color: #000;
    text-transform: uppercase;
    transition: none;
  }
  .main-menu li a:hover {
    color: #cb1919;
    border-bottom: solid 2px #cb1919;
  }
  .main-menu li:last-child {
    padding-right: 0px !important;
  }
  .main-menu ul {
    visibility: hidden;
    position: absolute;
  }
  .main-menu li:hover > ul {
    visibility: visible;
  }
  .main-menu ul {
    width: 250px;
    left: -20%;
    top: 35px;
  }
  .main-menu ul li {
    display: block;
    padding: 7px 10px;
    background: #840b17;
    position: relative;
    border-bottom: solid 1px #b8c6d1;
  }
  .main-menu ul li a {
    transition: all ease 0s;
    display: block;
    color: white;
  }
  .main-menu ul li:hover {
    background: #b21a1a;
  }
  .main-menu ul li a:hover {
    border-bottom: none !important;
    color: #fff;
  }
  .main-menu ul li:last-child {
    border-bottom: none;
  }
  .main-menu li.submenu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #cb1919;
    position: absolute;
    bottom: 2px;
    right: -5px;
    display: none;
  }
  .main-menu li.submenu:hover:before {
    display: block;
  }
  .main-menu li.submenu:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    bottom: 15px;
    right: -3px;
  }
  .main-menu li.submenu:hover:after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #f00;
  }
  .main-menu li li.submenu:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 5px;
    top: 16px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #fff;
  }
}

@media (max-width: 1024px) {
  a.back-to-top {
    display: none;
  }
  .back-btn {
    display: none;
  }
  input {
    border-radius: 0px;
    -webkit-appearance: none;
  }
  textarea {
    border-radius: 0px;
    -webkit-appearance: none;
  }
  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  .main-menu {
    position: fixed;
    background: #231f20;
    width: 250px;
    right: -250px;
    top: 0;
    height: 100%;
    z-index: 9999;
    transition: all 0.3s;
    padding: 0px;
    margin: 0px;
    overflow-y: scroll;
  }
  .main-menu li {
    list-style: none;
    margin: 0px;
    display: block;
    text-align: left;
    position: relative;
  }
  .main-menu li a {
    color: #fff;
    text-transform: uppercase;
    transition: none;
    font-size: 12px;
    display: block;
    padding: 7px 10px;
    border-bottom: solid 1px #231f20;
    border-bottom: dotted 1px #7d7e82;
  }
  .main-menu li a:hover {
    color: #cb1919;
  }
  .main-menu li ul {
    display: none;
    overflow: hidden;
  }
  .main-menu li ul li a {
    padding-left: 20px;
    font-size: 11px;
  }
  .main-menu li.show-menu > ul {
    display: list-item;
    transition: all ease 0.5s;
    padding: 0px;
    margin: 0px;
  }
  .main-menu li li {
    position: relative;
    display: block;
  }
  .main-menu li li a {
    display: block;
    padding-left: 30px !important;
  }
  .main-menu li li li a {
    display: block;
    padding-left: 50px;
  }
  .mob-btn {
    border: none;
    padding: 1px 5px 5px 5px;
    transition: all ease 0.5s;
    top: 60px;
    right: 30px;
    position: fixed;
    display: block;
    z-index: 9;
    display: block;
    width: 50px;
    cursor: pointer;
  }
  .mob-btn .icon-bar {
    background: #cb1919;
    border-radius: 1px;
    display: block;
    height: 4px;
    position: relative;
    transition: all ease 0.5s;
    width: 35px;
    margin-top: 6px;
  }
  .show-menu .header .left-hdr .main-menu {
    right: 0px;
  }
  .show-menu .header .left-hdr .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
  }
  .main-menu li.submenu i {
    position: absolute;
    width: 43px;
    height: 32px;
    top: 0px;
    right: 0;
    cursor: pointer;
    transition: all ease 0.5s;
  }
  .main-menu li.submenu i:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    right: 17px;
    top: 12px;
    z-index: 10;
    transition: all ease 0.5s;
  }
}

@media (min-width: 768px) {
  /*headder*/
  .header {
    background: rgba(35, 31, 32, 0.5);
    display: block;
    position: fixed;
    padding: 30px 0 10px 0;
    top: 0;
    width: 100%;
    z-index: 2000;
    border-bottom: 1px solid #7d7e82;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .header .logo {
    margin-left: 0px;
    /*background: url(../img/logo.png) no-repeat center;*/
    width: 300px;
    height: 62px;
    float: left;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .header .left-hdr {
    margin-right: 0px;
    float: right;
    padding-right: 20px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    width: 100%;
  }
  .header .left-hdr img {
    margin-top: -10px;
  }
  .header .left-hdr h3 {
    font: 300 25px/20px "Montserrat", sans-serif;
    color: #fff;
    margin: 0 0 0 10px;
    padding-left: 30px;
    padding-top: 5px;
    text-transform: uppercase;
    height: 30px;
    text-align: right;
    float: right;
    background: url(../img/ph.png) 0 0 no-repeat;
  }
  .header .left-hdr h3:before {
    display: table;
    content: "";
  }
  .header .left-hdr h3:after {
    display: table;
    clear: both;
    content: "";
  }
  .header .left-hdr h3 a {
    color: #000;
  }
  .slim-header {
    background: #232425;
    padding: 30px 0 10px 0;
    border: 0;
  }
  .slim-header .logo img {
    height: auto;
    width: 270px;
  }
  .m1 {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }
  .light-menu {
    width: 100%;
    background-color: #232425;
    position: fixed;
    transition: all 0.2s ease-out 0s;
  }
  .light-menu .logo {
    /*background: url(../img/logo.png) no-repeat center;*/
  }
  .light-menu .left-hdr .ph-img {
    background: url(../img/ph-img03.png) no-repeat center;
  }
  .light-menu1 {
    width: 100%;
    background-color: #222020;
    position: fixed;
    transition: all 0.2s ease-out 0s;
  }
  .light-menu1 .logo {
    /*background: url(../img/logo2.png) no-repeat center;*/
  }
  .light-menu1 .left-hdr {
    margin-right: 0px;
    float: right;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .light-menu1 .left-hdr img {
    margin-top: -10px;
  }
  .light-menu1 .left-hdr .ph-img {
    background: url(../img/ph-img.png) no-repeat;
  }
  .light-menu1 .left-hdr span {
    display: block;
    font: 400 26px/20px "Montserrat", sans-serif;
    color: #000;
    float: right;
    padding: 15px 0 0;
  }
  .light-menu2 {
    width: 100%;
    background-color: #222020;
    position: fixed;
    transition: all 0.2s ease-out 0s;
  }
  .light-menu2 .logo {
    /*background: url(../img/logo.png) no-repeat center;*/
  }
  .light-menu2 .left-hdr .ph-img {
    background: url(../img/ph-img.png) no-repeat center;
  }
  .light-menu2 .left-hdr span {
    color: #fff;
  }
  .light-menu3 {
    width: 100%;
    background-color: #222020;
    position: fixed;
    transition: all 0.2s ease-out 0s;
  }
  .light-menu3 .logo {
    /*background: url(../img/logo2.png) no-repeat center;*/
  }
  .light-menu3 .left-hdr a {
    color: #000;
  }
  .light-menu3 .left-hdr .ph-img {
    background: url(../img/ph-img.png) no-repeat center;
  }
  .light-menu3 .left-hdr span {
    color: #000;
  }
  .light-menu4 {
    width: 100%;
    background-color: #222020;
    position: fixed;
    transition: all 0.2s ease-out 0s;
  }
  .light-menu4 .logo {
    /*background: url(../img/logo.png) no-repeat center;*/
  }
  .light-menu4 .left-hdr a {
    color: #fff;
  }
  .light-menu4 .left-hdr .ph-img {
    background: url(../img/ph-img.png) no-repeat center;
  }
  .light-menu4 .left-hdr span {
    color: #fff;
  }
  .light-menu1 .left-hdr h3 li a {
    background: transparent url("../img/phh.png") no-repeat scroll 0 0;
  }
  .light-menu2 .main-menu li a {
    color: #000;
  }
  .light-menu2 .left-hdr h3 a {
    color: #000;
  }
  .light-menu4 .main-menu li a {
    color: #000;
  }
  .light-menu4 .left-hdr h3 a {
    color: #000;
  }
}

@media (max-width: 991px) {
  .header .left-hdr h3 {
    font-size: 20px;
    width: 340px;
  }
}

@media (max-width: 767px) {
  a.back-to-top {
    display: none;
  }
  .back-btn {
    display: none;
  }
  .btn-outline {
    font-size: 11px;
  }
  .mob-btn {
    right: 5px;
    top: -37px;
    position: absolute;
  }
  .header {
    background: url(../img/hdr-bg.png) #232425;
    display: block;
    position: static;
    padding: 20px 0 10px 0;
    width: 100%;
    z-index: 2000;
    border-bottom: 1px solid #7d7e82;
  }
  .header .logo {
    margin: 0 auto;
    /*background: url(../img/logo.png) no-repeat center top;*/
    width: 290px;
    background-size: 70%;
    height: 50px;
    display: block;
  }
  .header .left-hdr {
    margin: 0 auto;
    float: none;
    padding: 0px;
    width: 100%;
  }
  .header .left-hdr img {
    margin-top: -10px;
  }
  .header .left-hdr h3 {
    font: 300 12px/20px "Montserrat", sans-serif;
    color: #fff;
    margin: 0 auto;
    padding: 0px;
    height: 30px;
    text-align: right;
    width: 210px;
    float: none;
    background: url(../img/ph.png) 0 0 no-repeat;
  }
  .header .left-hdr h3 a {
    color: #fff;
  }
  #engineering .linedash {
    left: 50%;
  }
}
.img.mgn{
  margin-top: 21px;
}
.sub-menu a{
  font-size: 13px;
}
@media (max-width:991px){
  .ser-boxx.cre{
    margin-top: -20px;
}
.ser-boxx.rlt{
  margin-top: -68px;
}
}
.inner-content-area .serice-boxes ul li:first-child{
  padding-top: 0px;
}
.content-wrp .news-content {
  text-align: center;
}
.inner-content-area .content-wrp ul{
  padding-bottom: 20px;
}
.inner-content-area .content-wrp ul li{
  font: 300 17px/26px "Lato",sans-serif;
   display: block;
    list-style: outside none none;
    padding: 5px 0 5px 10px !important;
    position: relative;
}

 .inner-content-area .content-wrp ul li::before{
background: #cb1919 none repeat scroll 0 0;
    content: "";
    height: 7px;
    left: -9px;
    position: absolute;
    top: 15px;
    width: 7px;
}