@charset "UTF-8";
/*
* 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 {
  transition: all ease 0.2s;
}

a:hover {
  text-decoration: none;
}

a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
}

input,
select,
textarea,
button {
  font: 1.063rem/1.4 "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;
}

.clearfix:before {
  display: table;
  content: "";
}

.clearfix: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.7em;
  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:#0000EE;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: 0;
  color: #E49020 ;
}

a:focus {
  text-decoration: none;
}

p {
  margin: 0 0 0.7em;
}

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;
}

.form-control.focus,
.form-control:focus {
  border-color: #098496;
  box-shadow: 0 0 5px rgba(81, 167, 232, 0.5);
}

textarea {
  resize: none;
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.35em;
}

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.7em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  font-weight: 600;
  padding: 0.7em 0;
  text-align: left;
}

td {
  padding: 0.7em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

/** Proxima Nova **/
@font-face {
  font-family: 'proxima_nova_altblack';
  src: url("../font/Mark Simonson - Proxima Nova Alt Black-webfont.eot");
  src: url("../font/Mark Simonson - Proxima Nova Alt Black-webfont.eot?#iefix") format("embedded-opentype"), url("../font/Mark Simonson - Proxima Nova Alt Black-webfont.woff2") format("woff2"), url("../font/Mark Simonson - Proxima Nova Alt Black-webfont.woff") format("woff"), url("../font/Mark Simonson - Proxima Nova Alt Black-webfont.ttf") format("truetype"), url("../font/Mark Simonson - Proxima Nova Alt Black-webfont.svg#proxima_nova_altblack") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_nova_altbold';
  src: url("../font/Mark Simonson - Proxima Nova Alt Bold-webfont.eot");
  src: url("../font/Mark Simonson - Proxima Nova Alt Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/Mark Simonson - Proxima Nova Alt Bold-webfont.woff2") format("woff2"), url("../font/Mark Simonson - Proxima Nova Alt Bold-webfont.woff") format("woff"), url("../font/Mark Simonson - Proxima Nova Alt Bold-webfont.ttf") format("truetype"), url("../font/Mark Simonson - Proxima Nova Alt Bold-webfont.svg#proxima_nova_altbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../font/Mark Simonson - Proxima Nova Alt Regular-webfont.eot");
  src: url("../font/Mark Simonson - Proxima Nova Alt Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/Mark Simonson - Proxima Nova Alt Regular-webfont.woff") format("woff"), url("../font/Mark Simonson - Proxima Nova Alt Regular-webfont.woff") format("woff"), url("../font/Mark Simonson - Proxima Nova Alt Regular-webfont.ttf") format("truetype"), url("../font/Mark Simonson - Proxima Nova Alt Regular-webfont.svg#proxima_nova_altregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 4, 2015 */
@font-face {
  font-family: 'proxima_nova_scosfthin';
  src: url("../font/Mark Simonson - Proxima Nova ScOsf Thin-webfont.eot");
  src: url("../font/Mark Simonson - Proxima Nova ScOsf Thin-webfont.eot?#iefix") format("embedded-opentype"), url("../font/Mark Simonson - Proxima Nova ScOsf Thin-webfont.woff2") format("woff2"), url("../font/Mark Simonson - Proxima Nova ScOsf Thin-webfont.woff") format("woff"), url("../font/Mark Simonson - Proxima Nova ScOsf Thin-webfont.ttf") format("truetype"), url("../font/Mark Simonson - Proxima Nova ScOsf Thin-webfont.svg#proxima_nova_scosfthin") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_nova_ltsemibold';
  src: url("../font/Mark Simonson - Proxima Nova Semibold-webfont.eot");
  src: url("../font/Mark Simonson - Proxima Nova Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/Mark Simonson - Proxima Nova Semibold-webfont.woff2") format("woff2"), url("../font/Mark Simonson - Proxima Nova Semibold-webfont.woff") format("woff"), url("../font/Mark Simonson - Proxima Nova Semibold-webfont.ttf") format("truetype"), url("../font/Mark Simonson - Proxima Nova Semibold-webfont.svg#proxima_nova_ltsemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_nova_ltthin';
  src: url("../font/Mark Simonson - Proxima Nova Thin-webfont.eot");
  src: url("../font/Mark Simonson - Proxima Nova Thin-webfont.eot?#iefix") format("embedded-opentype"), url("../font/Mark Simonson - Proxima Nova Thin-webfont.woff2") format("woff2"), url("../font/Mark Simonson - Proxima Nova Thin-webfont.woff") format("woff"), url("../font/Mark Simonson - Proxima Nova Thin-webfont.ttf") format("truetype"), url("../font/Mark Simonson - Proxima Nova Thin-webfont.svg#proxima_nova_ltthin") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'hi-lite-electronics';
  src: url("../font/hi-lite-electronics.eot?18774929");
  src: url("../font/hi-lite-electronics.eot?18774929#iefix") format("embedded-opentype"), url("../font/hi-lite-electronics.woff2?18774929") format("woff2"), url("../font/hi-lite-electronics.woff?18774929") format("woff"), url("../font/hi-lite-electronics.ttf?18774929") format("truetype"), url("../font/hi-lite-electronics.svg?18774929#hi-lite-electronics") 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: 'hi-lite-electronics';
    src: url('../font/hi-lite-electronics.svg?18774929#hi-lite-electronics') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "hi-lite-electronics";
  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-username:before {
  content: '\e800';
}

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

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

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

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

/* '' */
.icon-google-plus:before {
  content: '\e805';
}

/* '' */
.icon-name:before {
  content: '\e806';
}

/* '' */
.icon-phone:before {
  content: '\e807';
}

/* '' */
.icon-company:before {
  content: '\e808';
}

/* '' */
.icon-dashboard:before {
  content: '\e809';
}

/* '' */
.icon-call-logs:before {
  content: '\e80a';
}

/* '' */
.icon-reports:before {
  content: '\e80b';
}

/* '' */
.icon-timeline:before {
  content: '\e80c';
}

/* '' */
.icon-accounts:before {
  content: '\e80d';
}

/* '' */
.icon-lead-centre:before {
  content: '\e80e';
}

/* '' */
.icon-add:before {
  content: '\e80f';
}

/* '' */
.icon-number:before {
  content: '\e810';
}

/* '' */
.icon-left:before {
  content: '\e811';
}

/* '' */
.icon-login:before {
  content: '\e812';
}

/* '' */
.icon-tick:before {
  content: '\e813';
}

/* '' */
.icon-cross:before {
  content: '\e814';
}

/* '' */
.icon-edit:before {
  content: '\e815';
}

/* '' */
.icon-right-line:before {
  content: '\e816';
}

/* '' */
.icon-left-line:before {
  content: '\e817';
}

/* '' */
.icon-delete:before {
  content: '\e818';
}

/* '' */
.icon-up-dir:before {
  content: '\e819';
}

/* '' */
.icon-down-dir:before {
  content: '\e81a';
}

/* '' */
.icon-right-dir:before {
  content: '\e81b';
}

/* '' */
.icon-cog:before {
  content: '\e81c';
}

/* '' */
.icon-clock:before {
  content: '\e81d';
}

/* '' */
.icon-play:before {
  content: '\e81e';
}

/* '' */
.icon-signal:before {
  content: '\e81f';
}

/* '' */
.icon-phone-1:before {
  content: '\e820';
}

/* '' */
.icon-ok:before {
  content: '\e821';
}

/* '' */
.icon-location:before {
  content: '\f031';
}

/* '' */
.icon-facebook-1:before {
  content: '\f30c';
}

/* '' */
.icon-pinterest:before {
  content: '\f312';
}

/* '' */
.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:focus:hover {
  border-color: #51a7e8;
}

.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: #098496;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e5e5;
}

.btn-outline:focus {
  border: 1px solid #e5e5e5;
}

.btn-outline:hover,
.btn-outline:active {
  color: #fff;
  background-color: #098496;
  background-image: none;
  border-color: #098496;
}

.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;
}

body {
  background: #F2F5FA;
}

.parallax-window {
  min-height: 600px;
  background: url(../images/banner.jpg) no-repeat top center;
  background-size: contain;
  background-attachment: fixed;
  background-position-y: 45px;


}

@media (min-width: 1920px) and (max-width: 2560px) {
  .parallax-window {
    min-height: 700px;
    background-size: contain;
    background-position-y: inherit;
  }
}
@media (min-width: 2500px){
  .parallax-window {
    background-position-y: -188px;
  }
}

@media (min-width: 1600px) and (max-width: 1919px) {
  .parallax-window {
    top: 30px;
    min-height: 550px;
  }
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .parallax-window {
    min-height: 550px;
  }
}
@media (max-width: 1199px) {
 .parallax-window {
  background-size: cover; 
 } 
}

.main {
  display: block;
  width: 100%;
  background: #fff;
}

.header {
  padding: 2% 4%;
  background: #F2F5FA;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

@media (max-width: 767px) {
  .header {
    position: relative;
  }
}

.header .logo {
  width: 422px;
  height: 83px;
  float: left;
}

.header .logo img {
  max-width: 100%;
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .header .logo {
    width: 250px;
    height: 50px;
  }
}

@media (max-width: 1199px) {
  .header .logo {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .header .logo {
    margin: 10px auto;
    display: block;
    width: 250px;
    height: 50px;
    float: none;
  }
}

.header .top-right {
  float: right;
}

.header .top-right h3,.header .top-right .span-spn-h3 {
  font: 400 25px/20px "Roboto", sans-serif;
  text-transform: uppercase;
  margin: 0 30px 0 0;
  float: right;
}

.header .top-right h3 span,.header .top-right .span-spn-h3 span {
  color: #E59D42;
  margin: 0 5px 0 0;
}

.header .top-right h3 a,.header .top-right .span-spn-h3 a {
  color: #272729;
}

.header .top-right h3:first-child,.header .top-right .span-spn-h3:first-child {
  margin-right: 0;
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .header .top-right h3,.header .top-right .span-spn-h3 {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .header .top-right h3,.header .top-right .span-spn-h3 {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .header .top-right h3,.header .top-right .span-spn-h3 {
    display: block;
    float: none;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .header .top-right h3,.header .top-right .span-spn-h3 {
    font-size: 16px;
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .header .top-right {
    margin: 30px 20px 0 0;
  }
}

@media (max-width: 1023px) {
  .header .top-right {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .header .top-right {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}

.banner {
  padding: 2% 4%;
  margin: 145px 0 0 0;
  height: 640px;
  position: relative;
}

.banner:before {
  display: table;
  content: "";
}

.banner:after {
  display: table;
  clear: both;
  content: "";
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .banner {
    margin: 0;
    height: 585px;
  }
  
  .banner .ban-right-box .logo-box:first-child {
    height: 79px;}

}

@media (min-width: 1600px) and (max-width: 1919px) {
  .banner {
    height: 550px;
  }
}

@media (max-width: 1199px) {
  .banner {
    margin: 120px 0 0 0;
  }
}

@media (max-width: 1023px) {
  .banner {
    margin: 110px 0 0 0;
  }
}

@media (max-width: 767px) {
  .banner {
    margin: 0px;
    background-position: 20%;
    height: 600px;
  }
}

.banner .hm-banner-text {
  padding: 2% 3%;
}

.banner .hm-banner-text h2,.banner .hm-banner-text .span-spn-h2 {
  font: 600 45px/45px "Roboto", sans-serif;
  color: #1F458E;
  text-transform: uppercase;
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .banner .hm-banner-text h2,.banner .hm-banner-text .span-spn-h2 {
    font: 600 35px/35px "Roboto", sans-serif;
    padding: 9% 3% 0;
  }
}

@media (max-width: 1199px) {
  .banner .hm-banner-text h2,.banner .hm-banner-text .span-spn-h2 {
    font: 600 25px/25px "Roboto", sans-serif;
  }
}

@media (max-width: 767px) {
  .banner .hm-banner-text h2,.banner .hm-banner-text .span-spn-h2 {
    font: 600 20px/25px "Roboto", sans-serif;
    padding-top: 20px;
  }
}

.banner .hm-banner-text .hm-btn {
  padding: 0 0 0 150px;
}

@media (max-width: 1199px) {
  .banner .hm-banner-text .hm-btn {
    padding: 0 0 0 100px;
  }
}

@media (max-width: 767px) {
  .banner .hm-banner-text .hm-btn {
    padding: 0px;
  }
}

.banner .hm-banner-text .hm-btn .button {
  padding: 12px 30px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font: 400 20px/30px "Roboto", sans-serif;
  border-radius: 30px;
  background: #1F458E;
  padding: 17px 40px;
  display: inline-block;
  font: 400 25px/20px "Roboto", sans-serif;
}

.banner .hm-banner-text .hm-btn .button:hover {
  background: #E49020;
}
.lvebtn{
      padding: 12px 30px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font: 400 20px/30px "Roboto", sans-serif;
    border-radius: 30px;
    background: #1F458E;
    padding: 14px 22px;
    display: inline-block;
    font: 400 12px/0px "Roboto", sans-serif;
    margin-top: -3px;
    margin-right: 2px;
    position: absolute;
    margin-left: -147px;
}
.lvebtn:hover{
background: #E49020;
color: #fff;
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .banner .hm-banner-text .hm-btn .button {
    font: 400 18px/20px "Roboto", sans-serif;
    padding: 15px 30px;
  }

}

@media (max-width: 1199px) {
  .banner .hm-banner-text .hm-btn .button {
    padding: 8px 20px;
    font-size: 16px;
  }
  .lvebtn{
    margin-left: 0px;
    margin-top: 22px;
  }
}
@media (max-width: 991px) {
  .lvebtn{
  margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .banner .hm-banner-text .hm-btn .button {
    padding: 5px 15px;
    font-size: 12px;
  }
  .lvebtn {
    margin-left: -67px;
  }
}

.banner .hm-banner-text .hm-btn .button1 {
  padding: 12px 30px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font: 400 20px/30px "Roboto", sans-serif;
  border-radius: 30px;
  background: #E49020;
  padding: 17px 60px;
  margin: 0 25px 0 0;
  display: inline-block;
  font: 400 25px/20px "Roboto", sans-serif;
}

.banner .hm-banner-text .hm-btn .button1:hover {
  background: #1F458E;
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .banner .hm-banner-text .hm-btn .button1 {
    font: 400 18px/20px "Roboto", sans-serif;
    padding: 15px 30px;
  }
}

@media (max-width: 1199px) {
  .banner .hm-banner-text .hm-btn .button1 {
    padding: 8px 20px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .banner .hm-banner-text .hm-btn .button1 {
    padding: 5px 15px;
    font-size: 12px;
    margin: 0 5px 0 0;
  }
}

@media (min-width: 1920px) and (max-width: 2560px) {
  .banner .hm-banner-text {
    padding: 2% 3% 2% 15%;
  }
}

@media (min-width: 1201px) and (max-width: 1359px) {
  .banner .hm-banner-text {
    padding: 3%;
  }
}

.banner ul {
  margin: 30px 0 0 0;
  padding: 0px;
}

.banner ul li {
  list-style: none;
  position: relative;
  display: inline-block;
  color: #262729;
  font: 400 20px/20px "Roboto", sans-serif;
  padding: 0 20px 0 30px;
}

.banner ul li:after {
  content: "";
  background: #E49020;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1px;
}

.banner ul li:before {
  content: "​‌\e821";
  color: #fff;
  position: absolute;
  left: 6px;
  top: -18px;
  width: 5px;
  height: 5px;
  font-size: 12px;
  z-index: 99;
  font-family: 'hi-lite-electronics';
}
.banner .bullets{
  margin-left: 150px;
  background: rgba(241, 245, 248, .5);
  display: inline-block;
  padding: 10px;
  margin-top: 10px;
}
.banner .bullets ul{
  margin-top: 0;
}
.banner .bullets ul+ul{
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .banner .bullets{
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
.banner .bullets ul+ul{
  margin-top: 0;
}
}
/*@media (min-width: 1201px) and (max-width: 1919px) {
  .banner .bullets{
    background: rgba(241, 245, 248, .6);
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
  }
  .banner .bullets ul{
    margin-top: 0;
  }
  .banner .bullets ul+ul{
    margin-top: 20px;
  }
}*/
@media (max-width: 1199px) {
  .banner ul li:before {
    top: -18px;
  }
}

@media (max-width: 767px) {
  .banner ul li:before {
    top: -18px;
  }
}

@media (max-width: 1199px) {
  .banner ul li {
    font: 400 16px/20px "Roboto", sans-serif;
  }
}

@media (max-width: 1023px) {
  .banner ul li {
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  .banner ul li {
    display: block;
  }
  .banner ul+ul{
    margin-top: 0;
  }
}

.banner .man {
  background: url(../images/man.png) no-repeat;
  width: 508px;
  height: 622px;
  position: absolute;
  right: 200px;
  bottom: 0;
  background-size: cover;
  z-index: 0;
}

@media (min-width: 1920px) and (max-width: 2560px) {
  .banner .man {
    bottom: -61px;
    right: 300px;
  }
}

@media (min-width: 1600px) and (max-width: 1919px) {
  .banner .man {
    width: 425px;
    height: 622px;
    bottom: 0px;
    background-size: 100%;
    background-position: bottom;
  }
}

@media (min-width: 1360px) and (max-width: 1599px) {
  .banner .man {
    width: 320px;
    height: 622px;
    background-size: 100%;
    background-position: bottom;
    right: 160px;
  }
}

@media (min-width: 1201px) and (max-width: 1359px) {
  .banner .man {
    width: 425px;
    height: 475px;
    bottom: 0px;
    right: 170px;
  }
}

@media (max-width: 1199px) {
  .banner .man {
    width: 380px;
    height: 450px;
  }
}

@media (max-width: 767px) {
  .banner .man {
    width: 280px;
    height: 300px;
    right: 0;
  }
}

.banner .ban-right-box {
  position: absolute;
  right: 40px;
  width: 150px;
  top: 5px;
}

.banner .ban-right-box .logo-box {
  width: 157px;
  height: 60px;
  margin: 0 0 20px 0;
}

.banner .ban-right-box .logo-box:first-child { height: 94px;   margin: 0 0 20px 0;}

@media (min-width: 1201px) and (max-width: 1599px) {
  .banner .ban-right-box .logo-box {
    width: 137px;
    height: 40px;
  }
}

.banner .ban-right-box .logo-box img {
  border: solid 1px #1F458E;
  border-radius: 10px;
  background: #fff;
  float: left;
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .banner .ban-right-box .logo-box img {
    margin: 0 0 10px 0;
  }
}

.banner .ban-right-box .logo-box img.br {
  border: none;
}

.banner .ban-right-box .logo-box img.bg {
  background: none;
  width: 67px;
  height: 67px;
  margin: 0 7px 0 0;
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .banner .ban-right-box .logo-box img.bg {
    width: 57px;
    height: 57px;
  }
}

@media (min-width: 1920px) and (max-width: 2560px) {
  .banner .ban-right-box {
    top: 50px;
  }
}

@media (min-width: 1600px) and (max-width: 1919px) {
  .banner .ban-right-box {
    top: 30px;
  }
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .banner .ban-right-box {
    top: 140px;
    right: 0;
  }
}

@media (max-width: 1199px) {
  .banner .ban-right-box {
    top: 20px;
  }
}

@media (max-width: 1023px) {
  .banner .ban-right-box {
    top: 100px;
  }
}

@media (max-width: 767px) {
  .banner .ban-right-box {
    display: none;
  }
}

.banner.inner-banner {
  padding: 2% 4%;
  margin: 145px 0 0 0;
  background: url(../images/inner-banner.png) center top no-repeat #F2F5FA;
  background: cover;
  height: 380px;
  position: relative;
  overflow: hidden;
}

.banner.inner-banner:before {
  display: table;
  content: "";
}

.banner.inner-banner:after {
  display: table;
  clear: both;
  content: "";
}

.banner.inner-banner .man-in {
  background: url(../images/man-in.png) no-repeat;
  width: 423px;
  height: 399px;
  position: absolute;
  right: 50px;
  bottom: -5px;
  background-size: cover;
}

@media (min-width: 1600px) and (max-width: 1919px) {
  .banner.inner-banner .man-in {
    width: 348px;
    height: 331px;
  }
}

@media (min-width: 1360px) and (max-width: 1599px) {
  .banner.inner-banner .man-in {
    width: 394px;
    background-position: bottom;
    background-size: 100%;
  }
}

@media (min-width: 1920px) and (max-width: 3000px) {
  .banner.inner-banner .man-in {
    width: 360px;
    height: 340px;
  }
}

@media (max-width: 1199px) {
  .banner.inner-banner .man-in {
    width: 350px;
    height: 300px;
  }
}

@media (max-width: 1023px) {
  .banner.inner-banner .man-in {
    width: 210px;
    height: 200px;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .banner.inner-banner .man-in {
    width: 160px;
    height: 150px;
    right: 10px;
  }
}

.banner.inner-banner .hm-banner-text {
  padding: 0px;
}

@media (min-width: 1360px) and (max-width: 1599px) {
  .banner.inner-banner .hm-banner-text h2 {
    padding-top: 2%;
  }
}

@media (min-width: 1920px) and (max-width: 2560px) {
  .banner.inner-banner {
    padding: 2% 0 2% 20%;
  }
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .banner.inner-banner {
    margin: 132px 0 0 0;
  }
}

@media (max-width: 1199px) {
  .banner.inner-banner {
    margin: 123px 0 0 0;
    height: 350px;
  }
}

@media (max-width: 1023px) {
  .banner.inner-banner {
    margin: 113px 0 0 0;
    height: 350px;
    background-position: 20%;
  }
}

@media (max-width: 767px) {
  .banner.inner-banner {
    margin: 0;
    height: 400px;
    background-position: 30%;
  }
}

.mid-box {
  padding: 4% 4%;
  position: relative;
  border-top: solid 1px #E58E24;
}

.mid-box:before {
  display: table;
  content: "";
}

.mid-box:after {
  display: table;
  clear: both;
  content: "";
}

@media (max-width: 767px) {
  .mid-box {
    margin: 0 0 50px;
  }
}

@media (min-width: 1600px) and (max-width: 1919px) {
  .mid-box {
    padding-top: 2%;
  }
}

@media (min-width: 1360px) and (max-width: 1599px) {
  .mid-box {
    padding-top: 2%;
  }
}

.mid-box ul {
  margin: 0px;
  padding: 0 0 0 6%;
 
}
@media (min-width: 1920px) and (max-width: 3000px) {
.mid-box ul {
  padding: 0 0 0 19%;
}

}
@media (min-width: 1360px) and (max-width: 1599px) {
.mid-box ul {
  padding: 0 0 0 10%;
}

}

.mid-box ul li {
  padding: 0 0 0 30px;
  margin: 0 40px 0 0;
  list-style: none;
  position: relative;
  display: inline-block;
  vertical-align: text-top;
}

.mid-box ul li:after {
  content: "";
  background: #E49020;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  left: -1px;
  top: 2px;
}

@media (max-width: 1199px) {
  .mid-box ul  {
    text-align: left;
    padding: 0;
  }
  .mid-box ul li:after {
    left: -5px;
  }
}

@media (max-width: 767px) {
  .mid-box ul li:after {
    left: -20px;
  }
}

.mid-box ul li:before {
  content: "​‌\e821";
  color: #fff;
  position: absolute;
  left: 4px;
  top: -5px;
  width: 5px;
  height: 5px;
  font-size: 12px;
  z-index: 99;
  font-family: 'hi-lite-electronics';
}

@media (max-width: 1199px) {
  .mid-box ul li:before {
    left: 0px;
    top: -5px;
  }
}

@media (max-width: 767px) {
  .mid-box ul li:before {
    left: -15px;
    top: -5px;
  }
}

.mid-box ul li a {
  color: #0E275D;
  font: 300 22px/25px "Roboto", sans-serif;
  cursor: default;
}

@media (min-width: 1360px) and (max-width: 1599px) {
  .mid-box ul li a {
    font: 400 17px/25px "Roboto", sans-serif;
  }
}

@media (min-width: 1201px) and (max-width: 1359px) {
  .mid-box ul li a {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .mid-box ul li a {
    font: 400 15px/25px "Roboto", sans-serif;
  }
}

@media (max-width: 767px) {
  .mid-box ul li a {
    font: 400 14px/25px "Roboto", sans-serif;
  }
}

.mid-box ul li a:hover {
  color: #0E275D;
}

.mid-box ul li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.mid-box ul li span {
  display: block;
}

@media (max-width: 1199px) {
  .mid-box ul li span {
    display: inline;
  }
}

@media (min-width: 1920px) and (max-width: 2560px) {
  .mid-box ul li {
    width: 14%;
  }
}

@media (max-width: 1199px) {
  .mid-box ul li {
    width: 32%;
    padding: 0 0 0 30px;
    margin: 5px 0;
  }
}

@media (max-width: 1023px) {
  .mid-box ul li {
    width: 48%;
    padding: 0 0 0 25px;
  }
}

@media (max-width: 767px) {
  .mid-box ul li {
    width: 100%;
    padding: 0 0 0 10px;
  }
}

@media (max-width: 1023px) {
  .mid-box ul {
    margin: 5px 0 20px 20px;
  }
}

.mid-box .amb-bg {
  background: url(../images/bg.jpg) no-repeat center top;
  background-size: cover;
  height: 410px;
}

@media (max-width: 1199px) {
  .mid-box .amb-bg {
    height: 350px;
  }
}

@media (max-width: 1023px) {
  .mid-box .amb-bg {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .mid-box .amb-bg {
    height: 150px;
  }
}

.mid-box .van {
  background: url(../images/Van.png) no-repeat;
  width: 850px;
  height: 394px;
  position: absolute;
  bottom: -20px;
  left: 22.5%;
  background-size: cover;
}

@media (min-width: 1920px) and (max-width: 2560px) {
  .mid-box .van {
    left: 35%;
  }
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .mid-box .van {
    left: 19%;
  }
}

@media (max-width: 1199px) {
  .mid-box .van {
    width: 650px;
    height: 300px;
    left: 17%;
  }
}

@media (max-width: 1023px) {
  .mid-box .van {
    width: 450px;
    height: 200px;
    left: 19%;
  }
}

@media (max-width: 767px) {
  .mid-box .van {
    width: 230px;
    height: 100px;
    left: 30%;
  }
}

@media (max-width: 375px) {
  .mid-box .van {
    width: 230px;
    height: 100px;
    left: 19%;
  }
}

.hm-service-box {
  padding: 4% 4% 4%;
}

.hm-service-box:before {
  display: table;
  content: "";
}

.hm-service-box:after {
  display: table;
  clear: both;
  content: "";
}

.hm-service-box h2 {
  font: 600 35px/25px "Roboto", sans-serif;
}

.hm-service-box h2 a {
  color: #2151A3;
  text-transform: uppercase;
}

.hm-service-box h2 a:hover {
  color: #E49020;
}

@media (max-width: 1199px) {
  .hm-service-box h2 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .hm-service-box h2 {
    margin: 20px 0;
  }
}

.hm-service-box .hm-serv-img {
  position: relative;
  height: 174px;
  border: solid 2px #979798;
  margin: 0 0 10px;
}

.hm-service-box .hm-serv-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .hm-service-box .hm-serv-img {
    height: 147px;
  }
}

@media (max-width: 1199px) {
  .hm-service-box .hm-serv-img {
    background: #f1f1f1;
    height: 160px;
  }
}

@media (max-width: 1023px) {
  .hm-service-box .hm-serv-img {
    height: 190px;
  }
}

@media (max-width: 767px) {
  .hm-service-box .hm-serv-img {
    height: 110px;
  }
}

.hm-service-box p {
  font: 300 17px/22px "Roboto", sans-serif;
  padding: 10px 0;
  margin: 0px;
}

.hm-service-box ul {
  padding: 0px;
  margin: 5px 10px;
}

.hm-service-box ul li {
  position: relative;
  list-style: none;
  padding: 2px 10px 6px 40px;
  font: 300 17px/22px "Roboto", sans-serif;
}

.hm-service-box ul li:after {
  content: "";
  background: #E49020;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}

@media (max-width: 1199px) {
  .hm-service-box ul li:after {
    top: 8px;
  }
}

.hm-service-box ul li:before {
  content: "​‌\e821";
  color: #fff;
  position: absolute;
  left: 5px;
  top: -19px;
  width: 5px;
  height: 5px;
  font-size: 10px;
  z-index: 99;
  font-family: 'hi-lite-electronics';
}

@media (max-width: 1199px) {
  .hm-service-box ul li:before {
    top: -16px;
  }
}

@media (max-width: 1199px) {
  .hm-service-box ul li {
    padding: 6px 10px 6px 40px;
  }
}

.hm-service-box .rd {
  color: #254FA5;
  float: right;
  font: 600 20px/22px "Roboto", sans-serif;
  margin: 10px 50px 0 0;
}

.hm-service-box .rd:hover {
  color: #E49020;
}

@media (max-width: 1199px) {
  .hm-service-box .rd {
    font-size: 17px;
  }
}

.bottom-box {
  padding: 2% 4% 4%;
  background: url(../images/bg1.jpg) no-repeat center top;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bottom-box:before {
  display: table;
  content: "";
}

.bottom-box:after {
  display: table;
  clear: both;
  content: "";
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .bottom-box {
    padding: 0 4% 3%;
  }
}

.bottom-box .hm-blog {
  min-height: 540px;
}

@media (max-width: 1199px) {
  .bottom-box .hm-blog {
    min-height: 0px;
    margin: 0 0 20px;
  }
}

.bottom-box .hm-testy {
  min-height: 353px;
}

@media (max-width: 1199px) {
  .bottom-box .hm-testy {
    min-height: 0px;
    margin: 50px 0 20px;
  }
}

.bottom-box .hm-blg-img {
  position: relative;
  height: 235px;
  background: #f1f1f1;
  margin: 0 0 20px;
}

.bottom-box .hm-blg-img img {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .bottom-box .hm-blg-img {
    height: 195px;
  }
}

@media (max-width: 1199px) {
  .bottom-box .hm-blg-img {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .bottom-box .hm-blg-img {
    height: 150px;
  }
}

.bottom-box .span-h3-test {
  text-transform: uppercase;
  font: 600 35px/25px "Roboto", sans-serif;
  margin: 40px 0;
  padding: 0px;
}

.bottom-box .span-h3-test a {
  color: #fff;
}

.bottom-box .span-h3-test a:hover {
  color: #E49020;
}

@media (max-width: 1199px) {
  .bottom-box .span-h3-test {
    font-size: 25px;
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .bottom-box .span-h3-test {
    font-size: 25px;
  }
}

.bottom-box .button1 {
  padding: 12px 30px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font: 400 20px/30px "Roboto", sans-serif;
  border-radius: 30px;
  background: #E49020;
  display: inline-block;
  float: right;
  padding: 7px 45px;
}

.bottom-box .button1:hover {
  background: #000;
}

@media (max-width: 767px) {
  .bottom-box .button1 {
    margin: 20px 0 30px;
  }
}

.bottom-box .h5 {
  font: 400 17px/24px "Roboto", sans-serif;
  margin: 10px 0;
  color: #fff;
}

.bottom-box .h5 a {
  color: #fff;
}

.bottom-box .h5 a:hover {
  color: #E49020;
}

.bottom-box .h5 span {
  display: block;
}

.bottom-box p {
  color: #fff;
}

.bottom-box p span {
  color: #78A2EB;
  text-transform: uppercase;
}

.bottom-box p a {
  color: #78A2EB;
  text-transform: uppercase;
}

.bottom-box .text {
  color: #fff;
  font: 300 17px/26px "Roboto", sans-serif;
  margin: 20px 0;
  padding: 0px;
  position: relative;
}

.bottom-box .text a {
  color: #fff;
  font-weight: 500;
}

.bottom-box .text a:hover {
  color: #E49020;
}

.bottom-box .text i {
  color: #fff;
  text-transform: uppercase;
  font-size: 45px;
  line-height: -18px !important;
  font-family: 'Proxima Nova', Georgia, sans-serif;
  float: left;
  padding: 0 10px 0 0;
  margin: 0px;
  font-style: normal;
}

.bottom-box .text i.qt {
  float: none;
  padding: 20px 0 0 0;
  position: absolute;
}

.bottom-box .bulb {
  background: url(../images/Bulb.gif) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 1px;
  left: 73%;
  width: 370px;
  height: 550px;
}

@media (min-width: 1920px) and (max-width: 2560px) {
  .bottom-box .bulb {
    left: 68%;
  }
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .bottom-box .bulb {
    bottom: 1px;
  }
}

@media (max-width: 1199px) {
  .bottom-box .bulb {
    width: 200px;
    height: 300px;
    display: none;
  }
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .bottom-box .bulb {
    width: 310px;
    height: 450px;
    left: 71%;
  }
}

.footer {
  background: #182640;
  padding: 2% 4%;
}

.footer:before {
  display: table;
  content: "";
}

.footer:after {
  display: table;
  clear: both;
  content: "";
}

.footer img {
  margin: 10px 0;
}

.footer ul {
  margin: 15px 50px 0 0;
  padding: 0px;
  float: right;
}

.footer ul li {
  list-style: none;
  position: relative;
  padding: 7px 0;
  margin: 0px;
  text-transform: uppercase;
}

.footer ul li a {
  color: #fff;
}

.footer ul li a:hover {
  color: #E49020;
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .footer ul li {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .footer ul li {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .footer ul li {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer ul {
    display: block;
    margin: 0 auto;
    float: none;
  }
}

.footer .working-hrs {
  color: #fff;
  font: 300 17px/28px "Roboto", sans-serif;
  margin: 20px 0;
  display: block;
}

.footer .working-hrs:before {
  display: table;
  content: "";
}

.footer .working-hrs:after {
  display: table;
  clear: both;
  content: "";
}

.footer .working-hrs .tle {
  float: left;
  width: 25%;
}

.footer .working-hrs .tl-text {
  float: right;
  width: 75%;
}

.footer .working-hrs a {
  color: #fff;
  font-weight: 400;
  font-size: 19px;
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .footer .working-hrs a {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .footer .working-hrs a {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .footer .working-hrs a {
    font-size: 14px;
  }
}

.footer .working-hrs .social {
  margin: 0 0 0 80px;
}

.footer .working-hrs .social a {
  background: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  color: #18273C;
  margin: 0 10px 0 0;
}

.footer .working-hrs .social a:hover {
  background: #E49020;
}

.footer .working-hrs .social a:hover svg {
  fill: #fff;
}

.footer .working-hrs .social a svg {
  fill: #182640;
  width: 20px;
  height: 20px;
  margin: 7px 0 0 7px;
}

@media (min-width: 1201px) and (max-width: 1359px) {
  .footer .working-hrs .social a {
    margin: 0 5px 0 0;
  }
}

@media (min-width: 1920px) and (max-width: 2560px) {
  .footer .working-hrs .social {
    margin: 20px 0 20px 140px;
  }
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .footer .working-hrs .social {
    margin: 0 0 0 60px;
  }
}

@media (max-width: 767px) {
  .footer .working-hrs .social {
    margin: 0 auto;
    width: 195px;
  }
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .footer .working-hrs {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .footer .working-hrs {
    font-size: 13px;
  }
}

.footer .foot-logo {
  margin: 20px 0 20px 80px;
}

.footer .foot-logo:before {
  display: table;
  content: "";
}

.footer .foot-logo:after {
  display: table;
  clear: both;
  content: "";
}

.footer .foot-logo img {
  margin: 0 20px 20px 0;
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .footer .foot-logo img {
    margin: 0 10px 15px 0;
  }
}

@media (max-width: 767px) {
  .footer .foot-logo img {
    margin: 20px  auto;
    display: block;
  }
}

@media (max-width: 767px) {
  .footer .foot-logo {
    margin: 0px;
  }
}

@media (max-width: 767px) {
  .footer .foot-logo br {
    display: none;
  }
}

@media (min-width: 1920px) and (max-width: 2560px) {
  .footer .foot-logo {
    margin: 20px 0 20px 140px;
  }
}

@media (max-width: 1199px) {
  .footer .foot-logo {
    text-align: center;
  }
}

.footer .hm-form {
  width: 100%;
  margin: 55px 0 0 50px;
}

.footer .hm-form h3,.footer .hm-form .span-spn-h3 {
  text-transform: uppercase;
  font: 600 35px/25px "Roboto", sans-serif;
  margin: 40px 0;
  padding: 0px;
  color: #fff;
}

.footer .hm-form ::-webkit-input-placeholder {
  color: #fff;
}

.footer .hm-form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

.footer .hm-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.footer .hm-form :-ms-input-placeholder {
  color: #fff;
}

.footer .hm-form input[type="text"], .footer .hm-form input[type="email"], .footer .hm-form
input[type="tel"] {
  font: 300 17px/22px "Roboto", sans-serif;
  color: #fff;
  width: 100%;
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid 1px #fff;
  padding: 20px 0;
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .footer .hm-form input[type="text"], .footer .hm-form input[type="email"], .footer .hm-form
input[type="tel"] {
    font-size: 14px;
  }
}

.footer .hm-form
textarea {
  font: 300 17px/22px "Roboto", sans-serif;
  color: #fff;
  width: 100%;
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid 1px #fff;
  padding: 20px 0;
  height: 120px;
  overflow: auto;
  resize: none;
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .footer .hm-form
textarea {
    font-size: 14px;
  }
}

.footer .hm-form .hm-cap {
  margin: 30px 0;
  position: relative;
  height: 100px;
}

.footer .hm-form .hm-cap:before {
  display: table;
  content: "";
}

.footer .hm-form .hm-cap:after {
  display: table;
  clear: both;
  content: "";
}

.footer .hm-form .hm-cap p {
  color: #fff;
  padding: 10px 0;
}

.footer .hm-form .hm-cap p span {
  text-transform: uppercase;
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .footer .hm-form .hm-cap p {
    font-size: 14px;
  }
}

.footer .hm-form .hm-cap input[type="Submit"] {
  border: none;
  background: #1F458E;
  padding: 12px 30px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font: 400 20px/30px "Roboto", sans-serif;
  border-radius: 30px;
  float: right;
  padding: 9px 65px;
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 99;
}

.footer .hm-form .hm-cap input[type="Submit"]:hover {
  background: #E49020;
}

@media (max-width: 767px) {
  .footer .hm-form .hm-cap input[type="Submit"] {
    float: none;
    right: 20px;
  }
}

.footer .hm-form .hm-cap .plz {
  position: absolute;
  bottom: 35px;
  right: 38px;
  width: 110px;
  color: #fff;
  font-size: 12px;
}

.footer .hm-form .hm-cap .plz img {
  margin: 0px;
}

@media (max-width: 767px) {
  .footer .hm-form .hm-cap .plz {
    right: 60px;
  }
}

@media (max-width: 767px) {
  .footer .hm-form .hm-cap {
    height: 180px;
    width: 240px;
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  .footer .hm-form {
    margin: 20px 0px;
  }
}

.footer ul li.current-footer-item > a, .footer ul li.current_page_item a,
.footer ul li.current-page-ancestor > a, .footer ul li.current_page_parent > a, .footer ul li.current-menu-parent > a {
  color: #E49020 !important;
  font-weight: 600;
}

.tw-wrap {
  background: #11182A;
  text-align: center;
  padding: 20px 0;
  width: 100%;
}

.tw-wrap:before {
  display: table;
  content: "";
}

.tw-wrap:after {
  display: table;
  clear: both;
  content: "";
}

.tw-wrap p {
  color: #A1A6A7;
  font: 300 15px/20px "Roboto", sans-serif;
  padding: 2px 0;
  margin: 0px;
}

.tw-wrap p a {
  color: #A1A6A7;
}

.tw-wrap p a:hover {
  opacity: .5;
}

.tw-wrap p img {
  margin: 5px 0 0 0;
}

.tw-wrap p img:hover {
  opacity: .7;
}

.inner-wrapper {
  padding: 2% 4%;
  background: #fff;
}

.inner-wrapper:before {
  display: table;
  content: "";
}

.inner-wrapper:after {
  display: table;
  clear: both;
  content: "";
}

.inner-wrapper .bread-crump {
  margin: 0 0 40px;
  padding: 0px;
  color: #2151A3;
}

.inner-wrapper .bread-crump li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: inline-block;
  font: 400 17px/20px "Roboto", sans-serif;
}

.inner-wrapper .bread-crump li a {
  color: #646464;
  font: 300 17px/20px "Roboto", sans-serif;
}

.inner-wrapper .bread-crump li a:hover {
  color: #2151A3;
}

@media (max-width: 1199px) {
  .inner-wrapper .bread-crump {
    margin: 20px 0;
  }
}

.inner-wrapper .inner-left .divid-ul {
  width: 45%;
  float: left;
}

@media (max-width: 767px) {
  .inner-wrapper .inner-left .divid-ul {
    width: 100%;
  }
}

.inner-wrapper .inner-left .inner-img {
  border: solid 1px #EAEAEA;
  margin: 0 0 30px;
  height: 300px;
  position: relative;
}

.inner-wrapper .inner-left .inner-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 767px) {
  .inner-wrapper .inner-left .inner-img {
    height: 180px;
  }
}

.inner-wrapper .inner-left h1 {
  font: 600 35px/37px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #2151A3;
  margin: 0 0 30px;
  padding: 0px;
}

@media (max-width: 1199px) {
  .inner-wrapper .inner-left h1 {
    font: 600 30px/32px "Roboto", sans-serif;
  }
}

@media (max-width: 1023px) {
  .inner-wrapper .inner-left h1 {
    font: 600 27px/28px "Roboto", sans-serif;
  }
}

@media (max-width: 767px) {
  .inner-wrapper .inner-left h1 {
    font: 600 25px/28px "Roboto", sans-serif;
    margin: 0 0 20px;
  }
}

.inner-wrapper .inner-left h2 {
  font: 600 32px/25px "Roboto", sans-serif;
  color: #2151A3;
  margin: 0 0 30px;
  padding: 0px;
}

@media (max-width: 1199px) {
  .inner-wrapper .inner-left h2 {
    font: 600 28px/28px "Roboto", sans-serif;
  }
}

@media (max-width: 1023px) {
  .inner-wrapper .inner-left h2 {
    font: 600 25px/28px "Roboto", sans-serif;
  }
}

@media (max-width: 767px) {
  .inner-wrapper .inner-left h2 {
    font: 600 23px/28px "Roboto", sans-serif;
    margin: 0 0 20px;
  }
}

.inner-wrapper .inner-left h3 {
  font: 400 27px/28px "Roboto", sans-serif;
  color: #282828;
  margin: 30px 0 20px;
  padding: 0px;
}

@media (max-width: 1023px) {
  .inner-wrapper .inner-left h3 {
    font: 600 22px/28px "Roboto", sans-serif;
  }
}

@media (max-width: 767px) {
  .inner-wrapper .inner-left h3 {
    font: 600 20px/28px "Roboto", sans-serif;
  }
}

.inner-wrapper .inner-left h4 {
  font: 600 23px/25px "Roboto", sans-serif;
  color: #282828;
  margin: 0 0 20px;
  padding: 0px;
}

@media (max-width: 1023px) {
  .inner-wrapper .inner-left h4 {
    font: 600 20px/25px "Roboto", sans-serif;
  }
}

@media (max-width: 767px) {
  .inner-wrapper .inner-left h4 {
    font: 600 18px/25px "Roboto", sans-serif;
  }
}

.inner-wrapper .inner-left h5,.inner-wrapper .inner-left .span-spn-h5 {
  font: 300 21px/25px "Roboto", sans-serif;
  color: #E49020;
  margin: 0 0 20px;
  padding: 0px;
}

@media (max-width: 1023px) {
  .inner-wrapper .inner-left h5,.inner-wrapper .inner-left .span-spn-h5 {
    font: 600 18px/25px "Roboto", sans-serif;
  }
}

@media (max-width: 767px) {
  .inner-wrapper .inner-left h5,.inner-wrapper .inner-left .span-spn-h5 {
    font: 600 18px/25px "Roboto", sans-serif;
  }
}

.inner-wrapper .inner-left h6 {
  font: 600 18px/25px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #282828;
  margin: 0 0 20px;
  padding: 0px;
}

@media (max-width: 1023px) {
  .inner-wrapper .inner-left h6 {
    font: 600 18px/25px "Roboto", sans-serif;
  }
}

@media (max-width: 767px) {
  .inner-wrapper .inner-left h6 {
    font: 600 18px/25px "Roboto", sans-serif;
  }
}

.inner-wrapper .inner-left p {
  color: #4F4F4F;
  font: 300 18px/25px "Roboto", sans-serif;
  margin: 15px 0;
  padding: 0px;
}

.inner-wrapper .inner-left ul {
  padding: 0px;
  margin: 5px 10px;
}

.inner-wrapper .inner-left ul li {
  position: relative;
  list-style: none;
  padding: 6px 10px 6px 30px;
  font: 300 18px/25px "Roboto", sans-serif;
  color: #4F4F4F;
}

.inner-wrapper .inner-left ul li:after {
  content: "";
  background: #E49020;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

@media (max-width: 1199px) {
  .inner-wrapper .inner-left ul li:after {
    top: 8px;
  }
}

.inner-wrapper .inner-left ul li:before {
  content: "​‌\e821";
  color: #fff;
  position: absolute;
  left: 4px;
  top: -18px;
  width: 5px;
  height: 5px;
  font-size: 11px;
  z-index: 99;
  font-family: 'hi-lite-electronics';
}

@media (max-width: 1199px) {
  .inner-wrapper .inner-left ul li:before {
    top: -20px;
  }
}

.inner-wrapper .inner-left .working-hrs {
  font: 300 18px/25px "Roboto", sans-serif;
}

@media (max-width: 1199px) {
  .inner-wrapper .inner-left .working-hrs {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .inner-wrapper .inner-left .working-hrs {
    font-size: 17px;
  }
}

.inner-wrapper .aside.asdiepro {
  margin: 65px 0 0 0;
}

@media (max-width: 1023px) {
  .inner-wrapper .aside.asdiepro {
    margin: 0px;
  }
}

@media (max-width: 1023px) {
  .inner-wrapper .aside {
    margin: 20px 0;
  }
}

.inner-wrapper .aside .link-box {
  padding: 20px 20px 10px;
  border: solid 1px #EBEBEB;
  -webkit-box-shadow: 0 0 5px 2px #F0F0F0;
  -moz-box-shadow: 0 0 5px 2px #F0F0F0;
  box-shadow: 0 0 5px 2px #F0F0F0;
}

.inner-wrapper .aside .link-box ul {
  margin: 0px 15px;
  padding: 0;
}

.inner-wrapper .aside .link-box ul li {
  list-style: none;
  margin: 0px;
  padding: 35px 0;
  border-bottom: solid 1px #E5EEFB;
  position: relative;
}

.inner-wrapper .aside .link-box ul li a {
  color: #002460;
  font: 600 17px/25px "Roboto", sans-serif;
}

.inner-wrapper .aside .link-box ul li a:hover {
  color: #E49020;
}

.inner-wrapper .aside .link-box ul li a.active {
  color: #E49020;
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .inner-wrapper .aside .link-box ul li a {
    font: 600 16px/25px "Roboto", sans-serif;
  }
}

@media (max-width: 1199px) {
  .inner-wrapper .aside .link-box ul li a {
    font: 600 16px/22px "Roboto", sans-serif;
  }
}

.inner-wrapper .aside .link-box ul li .ico {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../images/hand.png) right top no-repeat;
  width: 54px;
  height: 60px;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  background-size: cover;
}

.inner-wrapper .aside .link-box ul li .ico1 {
  position: absolute;
  right: 10px;
  top: 20px;
  background: url(../images/pump.png) right top no-repeat;
  width: 53px;
  height: 53px;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  background-size: cover;
}

.inner-wrapper .aside .link-box ul li .ico2 {
  position: absolute;
  right: 10px;
  top: 20px;
  background: url(../images/mann.png) right top no-repeat;
  width: 41px;
  height: 59px;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  background-size: cover;
}

.inner-wrapper .aside .link-box ul li:last-child {
  border-bottom: none;
}

.inner-wrapper .aside .link-box ul li:hover .ico {
  right: 20px;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

.inner-wrapper .aside .link-box ul li:hover .ico1 {
  right: 20px;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

.inner-wrapper .aside .link-box ul li:hover .ico2 {
  right: 20px;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .inner-wrapper .aside .link-box {
    padding: 10px;
  }
}

@media (max-width: 1199px) {
  .inner-wrapper .aside .link-box {
    padding: 5px;
  }
}

.inner-wrapper .aside .link-box1 {
  background: #E49020;
  margin: 20px 0 0 0;
}

.inner-wrapper .aside .link-box1 .sd-link {
  list-style: none;
  margin: 0px;
  text-transform: uppercase;
  border-bottom: solid #EBAD5D 1px;
  color: #fff;
  font: 500 20px/25px "Roboto", sans-serif;
  padding: 25px 25px;
  position: relative;
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .inner-wrapper .aside .link-box1 .sd-link {
    font: 500 17px/25px "Roboto", sans-serif;
  }
}

@media (max-width: 1199px) {
  .inner-wrapper .aside .link-box1 .sd-link {
    font: 500 16px/25px "Roboto", sans-serif;
  }
}

.inner-wrapper .aside .link-box1 .sd-link a {
  color: #fff;
}

.inner-wrapper .aside .link-box1 .sd-link a:hover {
  color: #1F458E;
}

.inner-wrapper .aside .link-box1 .sd-link .ico3 {
  width: 80px;
  height: 75px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/setting.png) #C87203 25px 20px no-repeat;
}

.inner-wrapper .aside .link-box1 .sd-link .ico3:before {
  content: "";
  background: #C87203;
  width: 15px;
  height: 25px;
  border-radius: 50%;
  left: -6px;
  top: 25px;
  position: absolute;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

@media (max-width: 1199px) {
  .inner-wrapper .aside .link-box1 .sd-link .ico3:before {
    top: 25px;
  }
}

.inner-wrapper .aside .link-box1 .sd-link .ico3:hover:before {
  left: 0;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

.inner-wrapper .aside .link-box1 .sd-link .ico4 {
  width: 80px;
  height: 75px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/pensil.png) #C87203 25px 20px no-repeat;
}

.inner-wrapper .aside .link-box1 .sd-link .ico4:before {
  content: "";
  background: #C87203;
  width: 15px;
  height: 25px;
  border-radius: 50%;
  left: -6px;
  top: 25px;
  position: absolute;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

@media (max-width: 1199px) {
  .inner-wrapper .aside .link-box1 .sd-link .ico4:before {
    top: 25px;
  }
}

.inner-wrapper .aside .link-box1 .sd-link .ico4:hover:before {
  left: 0;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

.product-landing .product-box {
  border: solid 1px #EFEFEF;
  margin: 0 0 30px 0;
}

.product-landing .product-box .img-box {
  width: 100%;
  height: 280px;
  position: relative;
  background: #f1f1f1;
}

.product-landing .product-box .img-box img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 767px) {
  .product-landing .product-box .img-box {
    height: 180px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .product-landing .product-box .img-box {
    height: 240px;
  }
}

.product-landing .product-box .text-box {
  padding: 20px 25px;
  border-top: solid 1px #EFEFEF;
}

.product-landing .product-box .text-box h3 {
  text-transform: uppercase;
  margin: 20px 0 0;
}

.product-landing .product-box .text-box h3 a {
  color: #282828;
  font: 600 20px/25px "Roboto", sans-serif;
}

.product-landing .product-box .text-box h3 a:hover {
  color: #E49020;
}

.product-landing .product-box .text-box p {
  font: 300 18px/24px "Roboto", sans-serif;
  color: #3E3E3E;
}

.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;
}

.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%);
  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: 9999;
}

.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: 15px;
  border-bottom: 1px solid #e5e5e5;
  color: #1F458E;
  text-align: center;
}

.modal-header h4,.modal-header .span-spn-h4 {
  font: 400 22px/20px "Roboto", sans-serif;
}

@media (max-width: 767px) {
  .modal-header {
    font-size: 14px;
    padding: 10px 0;
  }
}

.modal-header .close {
  opacity: 1;
  padding: 3px 10px 2px 10px;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  border-radius: 5px;
  border: none;
  background: #1F458E;
}

.modal-header .close:hover, .modal-header .close:focus, .modal-header .close:active {
  background: #E49020;
  outline: none;
}

@media (max-width: 767px) {
  .modal-header .close {
    top: 8px;
  }
}

.modal-title {
  margin: 0;
}

.modal-body {
  position: relative;
  padding: 25px 15px 25px 15px;
}

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

.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;
}

.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;
}

::-webkit-input-placeholder {
  color: #646464;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #646464;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #646464;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #646464;
}

.modal-body input[type="text"], input[type="email"], input[type="tel"] {
  border: none;
  color: #646464;
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px solid #d5d5d5;
  border-right: none;
  border-left: none;
  border-top: none;
  font: 300 14px/18px "Roboto", sans-serif;
}

.modal-body input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
  transition: all 0.5s ease;
}

.modal-body textarea {
  border: none;
  margin: 5px 0px;
  resize: none;
  color: #646464;
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px solid #d5d5d5;
  border-right: none;
  border-left: none;
  border-top: none;
  height: 80px;
  font: 300 14px/18px "Roboto", sans-serif;
  margin-bottom: 10px;
}

.modal-body textarea:focus {
  transition: all 0.5s ease;
}

.modal-body input[type="submit"] {
  padding: 7px 15px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  color: #fff;
  margin: 10px auto 0;
  width: 120px;
  background: #1F458E;
  float: right;
  border-radius: 30px;
  z-index: 99;
}

.modal-body input[type="submit"]:hover {
  background: #E49020;
}

.pop-cap {
  height: 100px;
  position: relative;
}

.pop-cap p {
  text-align: right;
  color: #666666;
  font: 300 14px/18px "Roboto", sans-serif;
}

.pop-cap p span {
  color: #E49020;
}

.pop-cap .btn-grp {
  float: right;
}

.pop-cap .plz {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 100px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .pop-cap .plz {
    bottom: 0;
  }
}

.input-holder.error select {
  border-bottom: #f00 1px solid !important;
  box-shadow: none;
}

.input-holder.error input {
  border-bottom: #f00 1px solid !important;
}

.input-holder.error textarea {
  border-bottom: #f00 1px solid !important;
}

input {
  box-shadow: none;
}

textarea {
  box-shadow: none;
}

select {
  box-shadow: 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;
  left: auto;
  padding: 4px;
  font-size: 11px;
  background: #f00;
  color: #fff;
  text-align: center;
  top: -5px;
  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: #f00 transparent #f00;
  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: #E49020;
  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: #1F458E;
}

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

.btn-grp a {
  margin: 0px 0px 0px 6px;
  border: 1px solid #1F458E;
  padding: 5px 6px 2px 6px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
#referral_form .btn-grp a{
  border: none;
  padding: 0;
}
#referral_form .btn-grp a img{
  border: 1px solid #d3d3d3;
}

#referral_form .btn-grp .refresh .refresh-home{
  border: none;
}
#referral_form .coupon-form .coupon-cap .plz{
  bottom: 26px;
}
@media (max-width: 991px) {
  #referral_form .coupon-form .coupon-cap .plz{
    bottom: -9px;
  }
}
.hm-cap .btn-grp .shapes-cap .shape-color {
  fill: #fff;
}

.hm-cap .btn-grp .ref-img {
  fill: #fff;
  outline: none !important;
  border: none;
}

.hm-cap .btn-grp a {
  border: 1px solid #fff;
}

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

.hm-form .hm-cap .errors {
  right: auto;
  left: 0;
}

.request-cap .error {
  right: 0;
  left: auto;
}

.service-call-form .date-wrap .input-box .error {
  right: auto;
  left: -150px;
}

@media (max-width: 1199px) {
  .service-call-form .date-wrap .input-box .error {
    right: -150px;
    left: auto;
  }
}

@media (max-width: 767px) {
  .service-call-form .date-wrap .input-box .error {
    right: auto;
    left: 0;
  }
}

.service-request-wrap {
  -webkit-box-shadow: 0 0 5px 4px #F0F0F0;
  -moz-box-shadow: 0 0 5px 4px #F0F0F0;
  box-shadow: 0 0 5px 4px #F0F0F0;
  margin: 0;
}

@media (max-width: 1199px) {
  .service-request-wrap {
    margin: 0 0 20px;
  }
}

.service-request-wrap .request-left {
  width: 30%;
  float: left;
  background: url(../images/bgg.jpg) #1F458E;
  padding: 40px 25px;
  color: #fff;
  min-height: 620px;
  background-size: cover;
}

@media (max-width: 2560px) {
  .service-request-wrap .request-left {
    min-height: 680px;
  }
}

@media (min-width: 1360px) and (max-width: 1599px) {
  .service-request-wrap .request-left {
    min-height: 630px;
  }
}

@media (min-width: 1600px) and (max-width: 1919px) {
  .service-request-wrap .request-left {
    min-height: 630px;
  }
}

@media (max-width: 1199px) {
  .service-request-wrap .request-left {
    width: 100%;
    min-height: 0px;
    margin: 0;
    padding: 10px 25px;
  }
}

.service-request-wrap .request-left h3 {
  text-transform: uppercase;
  font-size: 25px;
  margin: 20px 0 0 0;
  color: #fff;
}

.service-request-wrap .request-left .req-box {
  margin: 25px 0 15px 40px;
  position: relative;
}

.service-request-wrap .request-left .req-box .span {
  display: block;
  font: 300 17px/20px "Roboto", sans-serif;
  margin: 5px 0;
}

.service-request-wrap .request-left .req-box a {
  font: 400 20px/20px "Roboto", sans-serif;
  color: #fff;
}

.service-request-wrap .request-left .req-box:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  content: "";
  border-radius: 50%;
  left: -40px;
  top: 0;
  background: #fff;
}

.service-request-wrap .request-left .req-box:after {
  content: "\e820";
  position: absolute;
  left: -33px;
  top: 5px;
  font-size: 13px;
  color: #1E4EB0;
  font-family: "hi-lite-electronics";
}

.service-request-wrap .request-left .req-box p {
  margin: 5px 0;
}

.service-request-wrap .request-form {
  padding: 60px 40px 40px 40px;
  min-height: 620px;
  width: 70%;
  float: left;
}

@media (max-width: 2560px) {
  .service-request-wrap .request-form {
    min-height: 680px;
  }
}

@media (min-width: 1600px) and (max-width: 1919px) {
  .service-request-wrap .request-form {
    min-height: 630px;
  }
}

@media (min-width: 1360px) and (max-width: 1599px) {
  .service-request-wrap .request-form {
    min-height: 620px;
  }
}

@media (max-width: 1199px) {
  .service-request-wrap .request-form {
    width: 100%;
    min-height: 0px;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .service-request-wrap .request-form {
    padding: 10px;
  }
}

.service-request-wrap .request-form h3 {
  font: 500 25px/20px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #1F458E;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .service-request-wrap .request-form h3 {
    margin: 20px 0;
  }
}

.service-request-wrap .request-form input[type="text"], .service-request-wrap .request-form input[type="email"], .service-request-wrap .request-form input[type="tel"] {
  border-bottom: solid 1px #666;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 20px 0;
  width: 100%;
  font: 300 17px/20px "Roboto", sans-serif;
  color: #4F4F4F;
}

.service-request-wrap .request-form textarea.address {
  border-bottom: solid 1px #666;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 20px 0;
  width: 100%;
  font: 300 17px/20px "Roboto", sans-serif;
  height: 62px;
  resize: none;
  color: #4F4F4F;
}

.service-request-wrap .request-form select {
  border: solid 1px #666;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 20px 0;
  width: 100%;
  font: 300 17px/20px "Roboto", sans-serif;
  text-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.service-request-wrap .request-form select.sel {
  background: url(../images/arrow.png) right 25px no-repeat;
  width: 100%;
}

.service-request-wrap .request-form textarea {
  border-bottom: solid 1px #666;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 20px 0;
  width: 100%;
  font: 300 17px/20px "Roboto", sans-serif;
  height: 120px;
  color: #4F4F4F;
}

.service-request-wrap .request-form .request-cap {
  height: 100px;
  margin: 50px 0 20px;
}

.service-request-wrap .request-form .request-cap .submit-box {
  position: relative;
}

.service-request-wrap .request-form .request-cap .submit-box:before {
  display: table;
  content: "";
}

.service-request-wrap .request-form .request-cap .submit-box:after {
  display: table;
  clear: both;
  content: "";
}

.service-request-wrap .request-form .request-cap .submit-box input[type="submit"] {
  border: none;
  background: #E49020;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  color: #fff;
  padding: 13px 30px;
  font-size: 18px;
  font: 400 17px/20px "Roboto", sans-serif;
  margin: 25px 0 0 0;
}

.service-request-wrap .request-form .request-cap .submit-box input[type="submit"]:hover {
  background: #1F458E;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .service-request-wrap .request-form .request-cap .submit-box input[type="submit"] {
    padding: 13px 20px;
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .service-request-wrap .request-form .request-cap .submit-box input[type="submit"] {
    margin: 15px 0 0 0;
    float: right;
    font: 400 15px/20px "Roboto", sans-serif;
    padding: 13px 20px;
  }
}

.service-request-wrap .request-form .request-cap .submit-box .plz {
  position: absolute;
  right: 0px;
  bottom: -50px;
  font-size: 12px;
  width: 100px;
}

@media (max-width: 767px) {
  .service-request-wrap .request-form .request-cap .submit-box .plz {
    right: 0px;
  }
}

.service-request-wrap .request-form .request-cap p {
  font: 400 15px/20px "Roboto", sans-serif;
  text-align: right;
}

.service-request-wrap .request-form .request-cap p span {
  color: #1F458E;
  text-transform: uppercase;
  font-weight: 400;
}

.service-request-wrap .request-form .request-cap p span.cap {
  color: #646464;
}

.service-request-wrap .request-form .request-cap .btn-grp {
  float: right;
}

@media (max-width: 1199px) {
  .service-request-wrap .request-form .request-cap {
    height: 160px;
    margin: 10px 0 20px;
  }
}

@media (max-width: 767px) {
  .service-request-wrap .request-form .request-cap {
    height: 180px;
    margin: 10px 0 20px;
  }
}

.service-request-wrap .request-form ::-webkit-input-placeholder {
  color: #333;
}

.service-request-wrap .request-form :-moz-placeholder {
  /* Firefox 18- */
  color: #333;
  opacity: 1;
}

.service-request-wrap .request-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  opacity: 1;
}

.service-request-wrap .request-form :-ms-input-placeholder {
  color: #333;
}

.inner-left .site-map ul li a {
  color: #313131;
}

.inner-left .site-map ul li a:hover {
  color: #E49020;
}

.testimonials-wrap:before {
  display: table;
  content: "";
}

.testimonials-wrap:after {
  display: table;
  clear: both;
  content: "";
}

.testimonials-wrap .testy {
  border-bottom: solid 1px #ccc;
  margin: 20px 0;
  font: 300 17px/24px "Roboto", sans-serif;
}

.testimonials-wrap .testy h4,.testimonials-wrap .testy .span-spn-h4 {
  font: 400 19px/24px "Roboto", sans-serif;
  margin: 15px 0 10px 0;
  text-transform: none;
}

.testimonials-wrap .testy h5,.testimonials-wrap .testy .span-spn-h5 {
  font: 400 17px/24px "Roboto", sans-serif;
  text-transform: none;
}

.testimonials-wrap .testy .text-boxx {
  position: relative;
}

.testimonials-wrap .testy .text-boxx:before {
  display: table;
  content: "";
}

.testimonials-wrap .testy .text-boxx:after {
  display: table;
  clear: both;
  content: "";
}

.testimonials-wrap .testy .text-boxx i {
  font-size: 40px;
  line-height: 18px;
  position: absolute;
  left: -10px;
  color: #646464;
}

.testimonials-wrap .testy .text-boxx i.qt {
  left: auto;
  right: 20px;
  bottom: 0;
}

@media (max-width: 767px) {
  .testimonials-wrap .testy .text-boxx i.qt {
    bottom: -20px;
  }
}

.wp-paginate {
  padding: 0;
  margin: 20px 0 !important;
  text-align: right;
}

.wp-paginate li {
  display: inline;
  list-style: none;
  font: 400 15px/20px "Roboto", sans-serif;
  padding: 0px !important;
}

.wp-paginate a {
  background: none !important;
  text-align: center;
  display: inline-block;
  color: #E49020 !important;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
  font: 400 15px/22px "Roboto", sans-serif;
  border-right: solid 1px #fff;
  border: none !important;
}

.wp-paginate a:hover, .wp-paginate a:active {
  background: none !important;
  color: #666 !important;
}

.wp-paginate .title {
  color: #555;
}

.wp-paginate .gap {
  color: #999;
}

.wp-paginate .current {
  color: #666 !important;
  background: none !important;
  display: inline-block;
  padding: 1px 10px !important;
  font: 400 15px/28px "Roboto", sans-serif;
  border-right: solid 1px #fff;
  border: none !important;
}

.wp-paginate .prev, .wp-paginate .next {
  background: none !important;
  text-decoration: underline !important;
}

.wp-paginate .prev:hover, .wp-paginate .prev:active, .wp-paginate .prev:focus, .wp-paginate .next:hover, .wp-paginate .next:active, .wp-paginate .next:focus {
  background: none !important;
  color: #E49020 !important;
}

.wp-paginate .prev:hover, .wp-paginate .next:hover {
  color: #666 !important;
}

.contact-wrap {
  width: 100%;
}

.contact-wrap:before {
  display: table;
  content: "";
}

.contact-wrap:after {
  display: table;
  clear: both;
  content: "";
}

.contact-wrap .con-top {
  margin: 0 0 20px;
}

.contact-wrap .con-top:before {
  display: table;
  content: "";
}

.contact-wrap .con-top:after {
  display: table;
  clear: both;
  content: "";
}

.contact-wrap .cnct-mail {
  margin: 20px 0;
}

.contact-wrap .cnct-mail p {
  font: 300 18px/25px "Roboto", sans-serif;
}

@media (max-width: 767px) {
  .contact-wrap .cnct-mail p a {
    display: block;
  }
}

.contact-wrap .contact-map {
  margin: 40px 0 20px;
  height: 450px;
}

@media (max-width: 767px) {
  .contact-wrap .contact-map {
    height: 200px;
  }
}

.contact-wrap .cnt-form {
  width: 100%;
}

.contact-wrap .cnt-form:before {
  display: table;
  content: "";
}

.contact-wrap .cnt-form:after {
  display: table;
  clear: both;
  content: "";
}

.contact-wrap .cnt-form h5 {
  margin: 20px 0;
}

.contact-wrap .cnt-form input[type="text"], .contact-wrap .cnt-form input[type="email"], .contact-wrap .cnt-form
input[type="tel"] {
  font: 300 18px/22px "Roboto", sans-serif;
  color: #666;
  width: 100%;
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid 1px #ccc;
  padding: 20px 0;
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .contact-wrap .cnt-form input[type="text"], .contact-wrap .cnt-form input[type="email"], .contact-wrap .cnt-form
input[type="tel"] {
    font-size: 14px;
  }
}

.contact-wrap .cnt-form
textarea {
  font: 300 18px/22px "Roboto", sans-serif;
  color: #666;
  width: 100%;
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid 1px #ccc;
  padding: 20px 0;
  height: 120px;
  overflow: auto;
  resize: none;
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .contact-wrap .cnt-form
textarea {
    font-size: 14px;
  }
}

.contact-wrap .cnt-form .cont-cap {
  position: relative;
  height: 150px;
}

.contact-wrap .cnt-form .cont-cap:before {
  display: table;
  content: "";
}

.contact-wrap .cnt-form .cont-cap:after {
  display: table;
  clear: both;
  content: "";
}

.contact-wrap .cnt-form .cont-cap p {
  text-align: right;
  font: 300 18px/22px "Roboto", sans-serif;
}

.contact-wrap .cnt-form .cont-cap p span {
  color: #1F458E;
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .contact-wrap .cnt-form .cont-cap p {
    font-size: 14px;
  }
}

.contact-wrap .cnt-form .cont-cap .btn-grp {
  float: right;
  margin: 0 0 15px;
}

.contact-wrap .cnt-form .cont-cap input[type="Submit"] {
  border: none;
  background: #1F458E;
  padding: 12px 30px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font: 400 20px/30px "Roboto", sans-serif;
  border-radius: 30px;
  float: right;
  padding: 9px 65px;
}

.contact-wrap .cnt-form .cont-cap input[type="Submit"]:hover {
  background: #E49020;
}

.contact-wrap .cnt-form .cont-cap .plz {
  position: absolute;
  bottom: 15px;
  right: 38px;
  width: 110px;
  color: #666;
  font-size: 12px;
}

@media (max-width: 767px) {
  .contact-wrap .cnt-form .cont-cap .plz {
    bottom: 20;
  }
}

@media (max-width: 1199px) {
  .contact-wrap .cnt-form .cont-cap span.error, .contact-wrap .cnt-form .cont-cap span.errors {
    right: 0;
    left: auto;
  }
}

@media (max-width: 767px) {
  .contact-wrap .cnt-form .cont-cap {
    height: 180px;
  }
}

@media (max-width: 1023px) {
  .contact-wrap {
    margin: 0 0 50px;
  }
}

.gallery-wrap {
  text-align: center;
  margin: 0 0 15px;
}

.gallery-wrap:before {
  display: table;
  content: "";
}

.gallery-wrap:after {
  display: table;
  clear: both;
  content: "";
}

.gallery-wrap .juxtapose {
  overflow: hidden;
  margin: 0 auto 20px;
  width: 500px !important;
  height: 350px !important;
}

@media (min-width: 1920px) and (max-width: 2560px) {
  .gallery-wrap .juxtapose {
    width: 800px !important;
    height: 450px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .gallery-wrap .juxtapose {
    width: 410px !important;
    height: 300px !important;
  }
}

@media (max-width: 1199px) {
  .gallery-wrap .juxtapose {
    width: 260px !important;
    height: 200px !important;
  }
}

@media (max-width: 1023px) {
  .gallery-wrap .juxtapose {
    width: 300px !important;
    height: 220px !important;
  }
}

@media (max-width: 767px) {
  .gallery-wrap .juxtapose {
    margin: 0 auto 30px;
    text-align: center;
    width: 240px !important;
    height: 200px !important;
  }
}

@media (max-width: 767px) {
  .gallery-wrap {
    margin: 0 auto;
    text-align: center;
  }
}

.service-call-form {
  padding: 30px 0;
  width: 100%;
}

.service-call-form h3 {
  font: 500 25px/20px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #1F458E;
}

.service-call-form input[type="text"], .service-call-form input[type="email"], .service-call-form input[type="tel"] {
  border-bottom: solid 1px #666;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 22px 0;
  width: 100%;
  font: 300 17px/20px "Roboto", sans-serif;
}

.service-call-form .date-wrap {
  border-bottom: solid 1px #666;
  padding: 20px 0;
  font: 300 17px/20px "Roboto", sans-serif;
}

.service-call-form .date-wrap:before {
  display: table;
  content: "";
}

.service-call-form .date-wrap:after {
  display: table;
  clear: both;
  content: "";
}

.service-call-form .date-wrap .input-box {
  width: 70px;
  float: left;
  margin: 0 50px 0 0;
  position: relative;
}

.service-call-form .date-wrap .input-box input {
  border: none;
  background: #f1f1f1;
  padding: 10px;
  width: 100%;
}

.service-call-form .date-wrap .input-box input.rad {
  margin: 0 10px 0 10px;
}

.service-call-form .date-wrap .input-box span {
  display: block;
  font: 300 12px/18px "Roboto", sans-serif;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .service-call-form .date-wrap .input-box {
    margin: 0 20px 0 0;
  }
}

@media (max-width: 1199px) {
  .service-call-form .date-wrap .input-box {
    margin: 10px 20px 10px 0;
  }
}

@media (max-width: 1023px) {
  .service-call-form .date-wrap .input-box {
    margin: 10px 30px 10px 0;
  }
}

@media (max-width: 767px) {
  .service-call-form .date-wrap .input-box {
    margin: 10px 0;
    width: 100%;
  }
}

.service-call-form .date-wrap .input-box select.sell {
  background: url(../images/arrow.png) #f1f1f1 right 18px no-repeat;
  width: 100%;
  border: none;
  padding: 10px;
}

@media (max-width: 767px) {
  .service-call-form .date-wrap .input-box select.sell {
    background: url(../images/arrow.png) #f1f1f1 right 18px no-repeat;
  }
}

.service-call-form select {
  border: solid 1px #666;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 22px 0;
  width: 100%;
  font: 300 17px/20px "Roboto", sans-serif;
  text-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.service-call-form select.sel {
  background: url(../images/arrow.png) right 25px no-repeat;
  width: 100%;
}

@media (max-width: 767px) {
  .service-call-form select.sel {
    padding: 22px 30px 22px 0;
  }
}

.service-call-form label {
  font: 300 17px/20px "Roboto", sans-serif;
  float: left;
  margin: 0;
  min-width: 300px;
}

@media (max-width: 1199px) {
  .service-call-form label {
    display: block;
    margin: 0 0 20px;
    float: none;
  }
}

.service-call-form textarea {
  border-bottom: solid 1px #666;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 20px 0;
  width: 100%;
  font: 300 17px/20px "Roboto", sans-serif;
  height: 66px;
}

.service-call-form .service-call-cap {
  height: 150px;
  margin: 20px 0;
  position: relative;
}

.service-call-form .service-call-cap:before {
  display: table;
  content: "";
}

.service-call-form .service-call-cap:after {
  display: table;
  clear: both;
  content: "";
}

.service-call-form .service-call-cap input[type="submit"] {
  border: none;
  background: #E49020;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  color: #fff;
  padding: 13px 30px;
  font-size: 18px;
  font: 400 17px/20px "Roboto", sans-serif;
  margin: 15px 0 0 0;
  float: right;
}

.service-call-form .service-call-cap input[type="submit"]:hover {
  background: #1F458E;
}

.service-call-form .service-call-cap .plz {
  position: absolute;
  right: 0px;
  bottom: 15px;
  font-size: 12px;
  width: 100px;
}

.service-call-form .service-call-cap .plz .pls-wait-text-contact {
  float: right;
}

@media (max-width: 1199px) {
  .service-call-form .service-call-cap .plz {
    bottom: 25px;
  }
}

.service-call-form .service-call-cap p {
  font: 400 17px/20px "Roboto", sans-serif;
  text-align: right;
}

.service-call-form .service-call-cap p span {
  color: #1F458E;
  text-transform: uppercase;
  font-weight: 400;
}

.service-call-form .service-call-cap p span.cap {
  color: #646464;
}

.service-call-form .service-call-cap .quote-cap-img {
  float: right;
}

@media (max-width: 1199px) {
  .service-call-form .service-call-cap {
    height: 160px;
    margin: 10px 0 20px;
  }
}

@media (max-width: 767px) {
  .service-call-form .service-call-cap {
    height: 180px;
    margin: 10px 0 20px;
  }
}

.service-call-form ::-webkit-input-placeholder {
  color: #333;
}

.service-call-form :-moz-placeholder {
  /* Firefox 18- */
  color: #333;
  opacity: 1;
}

.service-call-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  opacity: 1;
}

.service-call-form :-ms-input-placeholder {
  color: #333;
}

.img-in {
  float: right;
  margin: 10px 0 10px 10px;
  border: solid 1px #ccc;
  padding: 10px;
}

.img-in img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 767px) {
  .img-in {
    float: none;
    width: 265px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

.coupon-form {
  padding: 20px 0;
  width: 100%;
}

.coupon-form h3 {
  font: 500 25px/20px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #1F458E;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .coupon-form h3 {
    margin: 20px 0;
  }
}

.coupon-form input[type="text"], .coupon-form input[type="email"], .coupon-form input[type="tel"] {
  border-bottom: solid 1px #666;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 20px 0;
  width: 100%;
  font: 300 17px/20px "Roboto", sans-serif;
}

.coupon-form textarea.address {
  border-bottom: solid 1px #666;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 20px 0;
  width: 100%;
  font: 300 17px/20px "Roboto", sans-serif;
  height: 62px;
  resize: none;
}

.coupon-form select {
  border: solid 1px #666;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 20px 0;
  width: 100%;
  font: 300 17px/20px "Roboto", sans-serif;
  text-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.coupon-form select.sel {
  background: url(../images/arrow.png) right 25px no-repeat;
  width: 100%;
}

.coupon-form textarea {
  border-bottom: solid 1px #666;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 20px 0;
  width: 100%;
  font: 300 17px/20px "Roboto", sans-serif;
  height: 120px;
}

.coupon-form .coupon-cap {
  height: 150px;
  margin: 50px 0 20px;
  position: relative;
}

.coupon-form .coupon-cap:before {
  display: table;
  content: "";
}

.coupon-form .coupon-cap:after {
  display: table;
  clear: both;
  content: "";
}

.coupon-form .coupon-cap input[type="submit"] {
  border: none;
  background: #E49020;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  color: #fff;
  padding: 13px 30px;
  font-size: 18px;
  font: 400 17px/20px "Roboto", sans-serif;
  margin: 15px 0 0 0;
  float: right;
}

.coupon-form .coupon-cap input[type="submit"]:hover {
  background: #1F458E;
}

@media (max-width: 1199px) {
  .coupon-form .coupon-cap input[type="submit"] {
    margin: 15px 0 0 0;
    float: right;
    font: 400 15px/20px "Roboto", sans-serif;
    padding: 13px 20px;
  }
}

.coupon-form .coupon-cap .plz {
  position: absolute;
  right: 0px;
  bottom: -50px;
  font-size: 12px;
  width: 100px;
}

@media (max-width: 767px) {
  .coupon-form .coupon-cap .plz {
    right: 0px;
  }
}

.coupon-form .coupon-cap p {
  font: 400 15px/20px "Roboto", sans-serif;
  text-align: right;
}

.coupon-form .coupon-cap p span {
  color: #1F458E;
  text-transform: uppercase;
  font-weight: 400;
}

.coupon-form .coupon-cap p span.cap {
  color: #646464;
}

.coupon-form .coupon-cap .btn-grp {
  float: right;
}

@media (max-width: 1199px) {
  .coupon-form .coupon-cap {
    height: 160px;
    margin: 10px 0 20px;
  }
}

@media (max-width: 767px) {
  .coupon-form .coupon-cap {
    height: 180px;
    margin: 10px 0 20px;
  }
}

.coupon-form ::-webkit-input-placeholder {
  color: #333;
}

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

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

.coupon-form :-ms-input-placeholder {
  color: #333;
}

.rd-clr {
  color: #E49020;
}

.tel-clr:hover {
  color: #1F458E;
}

/*===== MOZ Hack ======*/
@-moz-document url-prefix() {
  .banner ul li::before {
    top: 0;
  }
  .mid-box ul li::before {
    top: 3px;
  }
  .hm-service-box ul li::before {
    top: 3px;
  }
  .inner-wrapper .inner-left ul li::before {
    top: 6px;
  }
  .header {
    padding: 2% 4% 0;
  }
}

/*===== MOZ Hack ======*/
/*===== IE Hack ======*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* ie10, ie11+ */
  .sel {
    background-image: none !important;
  }
  .sell {
    background-image: none !important;
  }
}

/* IE8/9 */
@media screen\0 {
  .sel {
    background-image: none !important;
  }
  .sell {
    background-image: none !important;
  }
}

@media (max-width: 767px) {
  ul.in-list {
    margin: 0px !important;
  }
}

@media (min-width: 1200px) {
  .menu ul li.current-menu-item > a, .menu ul li.current_page_item > a,
  .menu ul li.current-page-ancestor > a, .menu ul li.current_page_parent > a, .menu ul li.current-menu-parent > a {
    color: #1F459A;
    font-weight: 600;
  }
  .menu ul {
    padding: 0px;
    margin: 20px 0;
  }
  .menu ul li {
    list-style: none;
    position: relative;
    display: inline;
    text-transform: uppercase;
    font: 400 16px/20px "Roboto", sans-serif;
    padding: 10px 30px;
  }
  .menu ul li.last-menu ul li {
    left: -110px;
  }
  .menu ul li.last-menu ul li ul li {
    left: -400px;
    width: 150px;
  }
  .menu ul li a {
    color: #262729;
    transition: none !important;
  }
  .menu ul li a:hover {
    color: #1F458E;
    transition: none !important;
  }
  .menu ul li:last-child {
    padding-right: 0px;
  }
  .menu ul li ul {
    visibility: hidden;
    position: absolute;
    top: 30px;
    opacity: 0;
  }
  .menu ul li:hover ul {
    visibility: visible;
    top: 15px;
    left: 0px;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    opacity: 1;
  }
  .menu ul li:hover ul li {
    display: block;
    width: 210px;
    background: #1F458E;
    border-bottom: solid 1px #F2F5FA;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
  }
  .menu ul li:hover ul li a {
    color: #fff;
    display: block;
  }
  .menu ul li:hover ul li:hover {
    background: #E49020;
  }
  .menu ul li:hover ul li ul {
    left: 252px;
    visibility: hidden;
    top: -20px;
  }
  .menu ul li:hover ul li:hover ul {
    visibility: visible;
  }
  .menu ul li:hover ul li.submenu:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #fff;
    right: 10px;
    top: 15px;
    pointer-events: none;
    -ms-transform: rotate(150deg);
    /* IE 9 */
    -webkit-transform: rotate(150deg);
    /* Chrome, Safari, Opera */
    transform: rotate(150deg);
  }
  .top-btn {
    bottom: 100px;
    position: fixed;
    right: 20px;
    z-index: 99;
    text-align: center;
    background: #1F458E;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 44px;
    text-transform: uppercase;
    font-size: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
  .top-btn:hover {
    background: #E49020;
    color: #fff;
  }
}

@media (min-width: 1200px) and (max-width: 1199px) {
  .top-btn {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .top-btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 10px;
    top: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff;
  }
  .back {
    background: #E49020;
    color: #fff !important;
    padding: 10px 34px;
    float: right;
    margin: 20px 0;
    border-radius: 30px;
    font-size: 18px;
    text-transform: uppercase;
  }
  .back:hover {
    color: #fff !important;
    background: #1F458E;
  }
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .menu ul li {
    font-size: 12px;
  }
}

@media (min-width: 1199px) {
  .header.slim-header {
    padding: 1% 4%;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }
}

@media (max-width: 1199px) {
  input {
    border-radius: 0px;
  }
  select {
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  textarea {
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .top-btn {
    display: noe;
  }
  .back {
    display: none;
  }
  /*==== Menu ====*/
  .menu {
    position: fixed;
    width: 260px;
    top: 0;
    right: -260px;
    background: #333;
    height: 100%;
    transition: all ease 0.2s;
    z-index: 1005;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.7);
    overflow-y: auto;
  }
  .menu ul {
    margin: 150px 0 0 0;
    padding: 0;
    display: block;
    margin-top: 0px;
  }
  .menu ul li {
    display: block;
    border-bottom: 1px solid #656b74;
    position: relative;
    font-size: 13px;
  }
  .menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    display: block;
    padding: 10px;
    padding-right: 40px;
  }
  .menu ul li a:hover {
    background: #2D2D2D;
  }
  .menu ul li.submenu i {
    position: absolute;
    width: 43px;
    height: 39px;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .menu ul li.submenu i:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #b3b3b3;
    position: absolute;
    right: 17px;
    top: 18px;
    z-index: 10;
  }
  .menu ul ul {
    margin: 0;
    display: none;
  }
  .menu ul ul li:last-child {
    border-bottom: 0;
  }
  .menu ul ul li:first-child {
    border-top: 1px solid #656b74;
  }
  .menu ul ul li a {
    padding-left: 20px;
  }
  .menu ul ul li ul a {
    padding-left: 30px;
  }
  .show-menu .menu {
    right: 0;
  }
  .show-menu .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1001;
  }
  .mob-btn {
    position: absolute;
    float: right;
    padding: 5px 7px;
    margin: 0px;
    background-color: transparent;
    cursor: pointer;
    right: 15px;
    top: 43px;
  }
  .mob-btn span {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background: #767676;
  }
  .mob-btn span + span {
    margin-top: 5px;
  }
  /*==== Menu End ====*/
}

@media (max-width: 1023px) {
  .mob-btn {
    top: 20px;
  }
  .header.slim-header {
    padding: 1% 4% 4% 4%;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }
  .top-btn {
    display: none;
  }
  .back {
    display: none;
  }
}

@media (max-width: 767px) {
  .mob-btn {
    top: 80px;
  }
  .menu ul li a {
    text-align: left;
  }
}

.blog-wraper {
  /* default style blog and content img */
}

.blog-wraper.blog-second {
  padding: 45px 0 0;
}

.blog-wraper .blog-box {
  padding: 0 0 45px;
  border-bottom: 1px solid #E9ECF0;
}

@media (max-width: 1199px) {
  .blog-wraper .blog-box {
    padding: 20px 0;
  }
}

.blog-wraper p {
  font: 300 18px/25px "Roboto", sans-serif;
  color: #222222;
}

.blog-wraper h2 {
  color: #222222 !important;
  font: 400 27px/30px "Roboto", sans-serif !important;
  text-transform: none !important;
}

.blog-wraper h2 a {
  color: #222222 !important;
}

.blog-wraper h2 a:hover {
  color: #E49020 !important;
}

@media (max-width: 1199px) {
  .blog-wraper h2 {
    margin: 20px 0  !important;
  }
}

.blog-wraper .read-more {
  color: #E59D42;
  font-weight: 400;
}

.blog-wraper .read-more:hover {
  color: #214FA5;
}

span.dt {
  margin-right: 10px;
  color: #707070;
}

span.usr a {
  color: #E59D42;
  font: 400 17px/20px "Roboto", sans-serif;
}

span.usr a:hover {
  color: #214FA5;
}

span.cmnt {
  color: #E59D42;
  font: 400 17px/20px "Roboto", sans-serif;
}

span.cmnt img {
  margin: 0 10px 0 0;
}

.blog-sidebar {
  margin: 0 0 45px;
}

@media (max-width: 1199px) {
  .blog-sidebar {
    margin: 20px 0;
  }
}

.blog-sidebar .box {
  background-color: #F2F5FA;
  font: 400 17px/20px "Roboto", sans-serif;
  color: #222;
  padding-top: 0;
  margin-bottom: 50px;
}

.blog-sidebar .box h2,.blog-sidebar .box .span-spn-h2 {
  background-color: #E8EBF0;
  color: #222222;
  font: 400 25px/30px "Roboto", sans-serif;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.blog-sidebar .box ul {
  list-style-type: none;
}

.blog-sidebar .box ul li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E9ECF0;
  padding-left: 20px;
  padding-right: 20px;
}

.blog-sidebar .box ul li:last-child {
  border-bottom: 0;
}

.blog-sidebar .box ul li a {
  font: 400 17px/20px "Roboto", sans-serif;
  color: #222;
}

.blog-sidebar .box ul li a:hover {
  color: #214FA5;
}

.blog-sidebar .box ul li a.active {
  color: #214FA5 !important;
}

.blog-sidebar .box ul li.active a {
  color: #214FA5;
  font: 300 17px/20px "Roboto", sans-serif;
}

.blog-img {
  position: relative;
  width: 100%;
  background-color: #F2F5FA;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-img img {
  max-width: 100%;
}

.blog-ftr-img {
  position: relative;
  width: 100% !important;
  background-color: #F2F5FA;
  height: 292px;
  width: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-ftr-img img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .blog-ftr-img {
    height: inherit;
    width: 100%;
  }
}

.blog-article {
  border-bottom: 1px solid #F1F1F1;
}

.blog-article .blog-ftr-img {
  float: left;
  margin-right: 50px;
  margin-bottom: 35px;
  margin-top: 23px;
  width: 50% !important;
}

@media (max-width: 1199px) {
  .blog-article .blog-ftr-img {
    width: 100% !important;
  }
}

.blog-social-icon a:hover svg {
  fill: #EA9E4E;
}

.blog-social-icon svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.blog-social-icon svg.fb {
  fill: #5B81CA;
}

.blog-social-icon svg.tw {
  fill: #369CEA;
}

.blog-social-icon svg.gp {
  fill: #EE4042;
}

.blog-social-icon svg.yt {
  fill: #FF1D16;
}

.leave-comment {
  margin: 35px 0;
}

.leave-comment h2,.leave-comment .span-spn-h2 {
  color: #222222;
  font: 400 25px/30px "Roboto", sans-serif;
}

.leave-comment .form-control {
  height: 50px;
  border-radius: 0;
  border-color: #7E7E7E;
  font: 400 17px/25px "Roboto", sans-serif;
}

.leave-comment .form-control ::-webkit-input-placeholder {
  color: #7E7E7E;
}

.leave-comment .form-control :-moz-placeholder {
  /* Firefox 18- */
  color: #7E7E7E;
  opacity: 1;
}

.leave-comment .form-control ::-moz-placeholder {
  /* Firefox 19+ */
  color: #7E7E7E;
  opacity: 1;
}

.leave-comment .form-control :-ms-input-placeholder {
  color: #7E7E7E;
}

.leave-comment .form-control.txt-area {
  height: 100px;
}

.leave-comment .input-holder {
  margin-bottom: 15px;
}

.leave-comment .normal-btn {
  border: none;
  background: #214FA5;
  padding: 12px 30px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font: 400 20px/30px "Roboto", sans-serif;
  border-radius: 30px;
  float: right;
  padding: 7px 45px;
}

.leave-comment .normal-btn:hover {
  background: #E49020;
}

.cmnts-wrap h2 {
  color: #222222;
  font: 400 25px/30px "Roboto", sans-serif;
}

@media (max-width: 1023px) {
  .cmnts-wrap {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .avr-img {
    margin-bottom: 15px;
  }
}

.date-auther span {
  font: 400 17px/20px "Roboto", sans-serif;
}

@media (max-width: 767px) {
  .date-auther span {
    display: block;
    margin-bottom: 10px;
  }
  .date-auther span.usr {
    margin-bottom: 0;
  }
}

.date-auther img {
  margin: -5px 10px 0 0;
}

.avatar-post-wrp {
  list-style-type: none;
}

.avatar-post-wrp:before {
  display: table;
  content: "";
}

.avatar-post-wrp:after {
  display: table;
  clear: both;
  content: "";
}

.avatar-post-wrp .avt {
  float: left;
  width: 10%;
}

@media (max-width: 767px) {
  .avatar-post-wrp .avt {
    width: 100%;
    margin: 0 0 30px;
  }
}

.avatar-post-wrp .date-auther {
  float: right;
  width: 90%;
  margin-bottom: 15px;
  font: 400 17px/20px "Roboto", sans-serif;
}

.avatar-post-wrp .date-auther img {
  margin: 0 10px 0 0;
}

.avatar-post-wrp .date-auther span {
  color: #717171;
  padding-right: 10px;
}

.avatar-post-wrp .date-auther a {
  color: #1F4DA5;
}

.avatar-post-wrp .date-auther .comments {
  margin: 20px 0;
  font: 300 18px/24px "Roboto", sans-serif;
}

@media (max-width: 1199px) {
  .avatar-post-wrp .date-auther {
    width: 85%;
  }
}

@media (max-width: 767px) {
  .avatar-post-wrp .date-auther {
    width: 100%;
  }
}

.avatar-post-wrp .usr {
  color: #707070;
}

.avatar-post-wrp .usr a {
  color: #214FA5;
}

.avatar-post-wrp .usr a:hover {
  color: #E59D42;
}

.blog-article h2 {
  text-transform: none !important;
  color: #222222 !important;
  font: 400 20px "Roboto", sans-serif !important;
  cursor: default;
  margin-bottom: 0!important;
}

.blog-article .date-auther {
  font: 400 17px/20px "Roboto", sans-serif;
}

.blog-article .date-auther a {
  color: #E49020;
}

.blog-article .date-auther a:hover {
  color: #1F458E;
}

.blog-article .date-auther img {
  margin: -5px 10px 0 0;
}

.blog-article .alignleft {
  width: auto;
  max-width: 100%;
  float: left;
  margin: 10px 15px 10px 0px;
}

.blog-article .alignnone {
  width: auto;
  max-width: 100%;
  float: none;
  margin: auto;
  display: block;
  margin: 10px auto;
}

.blog-article .alignright {
  width: auto;
  max-width: 100%;
  float: right;
  margin: 10px 0px 10px 15px;
}

.blog-article .aligncenter {
  width: auto;
  max-width: 100%;
  float: none;
  margin: auto;
  display: block;
  margin: 10px auto;
}

@media (max-width: 767px) {
  .blog-article .alignright,
  .blog-article .alignleft,
  .blog-article .alignnone,
  .blog-article .aligncenter {
    float: none !important;
    display: block !important;
    margin: 10px auto !important;
  }
}

.blog-article img {
  margin: 15px 0;
}

.blog-article p a {
  color: #E59D42;
  text-decoration: underline;
}

.blog-article p a:hover {
  color: #214FA5;
  text-decoration: none;
}

.blog-article h1,
.blog-article h2,
.blog-article h3,
.blog-article h4,
.blog-article h5,
.blog-article h6 {
  margin: 0 0 15px;
}

.blog-article h1 a,
.blog-article h2 a,
.blog-article h3 a,
.blog-article h4 a,
.blog-article h5 a,
.blog-article h6 a {
  color: #E59D42;
}

.blog-article h1 a:hover,
.blog-article h2 a:hover,
.blog-article h3 a:hover,
.blog-article h4 a:hover,
.blog-article h5 a:hover,
.blog-article h6 a:hover {
  color: #214FA5;
  text-decoration: none;
}

.blog-article h1 {
  font: 400 30px/35px "Roboto", sans-serif;
}

.blog-article h2 {
  font: 400 25px/30px "Roboto", sans-serif;
}

.blog-article h3 {
  font: 400 23px/35px "Roboto", sans-serif;
}

.blog-article h4 {
  font: 400 21px/30px "Roboto", sans-serif;
}

.blog-article h5 {
  font: 400 19px/30px "Roboto", sans-serif;
}

.blog-article h6 {
  font: 400 18px/30px "Roboto", sans-serif;
}

.blog-article ul {
  padding: 0px 20px 10px 35px;
  list-style: none;
}

.blog-article ul li {
  position: relative;
  margin-bottom: 5px;
  list-style: none;
}

.blog-article ul li a {
  color: #E59D42;
  text-decoration: underline;
}

.blog-article ul li a:hover {
  color: #214FA5;
  text-decoration: none;
}

.blog-article ol {
  padding: 0px 20px 15px 35px;
  list-style: decimal !important;
}

.blog-article ol li {
  position: relative;
  font: 300 18px/26px "Roboto", sans-serif;
  margin-bottom: 0px;
  padding: 6px 10px 6px 20px;
}

.blog-article ol li a {
  color: #E59D42;
  text-decoration: underline;
}

.blog-article ol li a:hover {
  color: #214FA5;
  text-decoration: none;
}

.inner-left .errorr {
  text-align: center;
}

.inner-left .errorr h2 {
  font: 400 46px/46px "Roboto", sans-serif;
  color: #313131;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .inner-left .errorr h2 {
    font: 400 30px/30px "Roboto", sans-serif;
  }
}

.inner-left .errorr p {
  font: 300 20px/27px "Roboto", sans-serif;
  color: #313131;
}

@media (max-width: 767px) {
  .inner-left .errorr p {
    font: 300 16px/25px "Roboto", sans-serif;
  }
}

.inner-left .errorr p a {
  text-decoration: underline;
}

.inner-left .errorr p span {
  display: block;
}

@media (max-width: 1199px) {
  .inner-left .errorr p span {
    display: inline;
  }
}

.inner-left .thanks {
  text-align: center;
}

.inner-left .thanks h2 {
  font: 500 110px/120px "Roboto", sans-serif;
  color: #182640;
  text-transform: none;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .inner-left .thanks h2 {
    font: 400 65px/65px "Roboto", sans-serif;
  }
}

@media (max-width: 767px) {
  .inner-left .thanks h2 {
    font: 400 50px/50px "Roboto", sans-serif;
  }
}

.inner-left .thanks p {
  font: 400 20px/25px "Roboto", sans-serif;
  color: #313131;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .inner-left .thanks p {
    font: 400 16px/21px "Roboto", sans-serif;
  }
}

.inner-left .working-hrs {
  color: #313131;
  font: 300 17px/24px "Roboto", sans-serif;
  margin: 20px 0;
  display: block;
}

.inner-left .working-hrs:before {
  display: table;
  content: "";
}

.inner-left .working-hrs:after {
  display: table;
  clear: both;
  content: "";
}

.inner-left .working-hrs .tle {
  display: block;
  font-weight: 500;
  margin: 0 0 10px;
}

.inner-left .working-hrs a {
  color: #313131;
  font-weight: 400;
  font-size: 20px;
}

@media (max-width: 1199px) {
  .inner-left .working-hrs a {
    font-size: 14px;
  }
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .inner-left .working-hrs a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .inner-left .working-hrs a {
    font-size: 14px;
  }
}

@media (min-width: 1201px) and (max-width: 1599px) {
  .inner-left .working-hrs {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .inner-left .working-hrs {
    font-size: 14px;
  }
}



.top-h1 { font: 600 40px/27px "Roboto", sans-serif; color: #2151A3; margin: 10px 0 40px;
    text-transform: uppercase;  text-align: center;}
@media (max-width: 1199px){

.top-h1 { font: 600 30px/35px "Roboto", sans-serif; }

    }
    @media (max-width: 1023px){

    }
    @media (max-width: 767px){

    }

.request-quote-btn{
  text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    border-radius: 30px;
    background: #1f458e;
    padding: 17px 40px;
    display: inline-block;
    font: 400 25px/20px "Roboto",sans-serif;
}

.request-quote-btn:hover{
  background: #e49020;
  color: #fff;
}

.inner-wrapper .inner-left.blog-wraper ol h3,
.inner-wrapper .inner-left.blog-wraper ul h3{
	font:400 18px/24px "Roboto", sans-serif;
	margin:0px 0 8px;
}
.inner-wrapper .inner-left.blog-wraper ol,
.inner-wrapper .inner-left.blog-wraper ul {
	padding-top:15px;
}

h3.faq {
  color: #666!important;
  font-size: 18px!important;
  margin: 0!important;
  font-weight: 600 !important;
  padding: 0 !important;
}




.gmb-wrap {

}

 @media (max-width:991px){

.gmb-wrap .container {
width: 100% !important;
}

    }

 @media (max-width:767px){

.gmb-wrap .container {
width: 100% !important;
padding: 20px 50px;
}

    }


.inner-left.blog-wraper.col-md-4 {
    margin: 20px;
    width: 30%;
    box-shadow: 0px 0px 10px #0000003b;
    min-height: 550px;
        padding: 20px 30px;
}

.inner-left.blog-wraper.col-md-4  .blog-img{
min-height: auto;
margin-bottom: 20px;

}

.container-fluid.blog-session h2{
text-align: center;
    font: 600 32px/25px "Roboto", sans-serif;
    color: #2151A3;
    margin: 0 0 30px;
}

.container-fluid.blog-session .normal-btn.button1 {
    background: #E49020;
    color: #fff !important;
    padding: 10px 34px;
    margin: 20px 0;
    border-radius: 30px;
    font-size: 18px;
    text-transform: uppercase;
}
.container-fluid.blog-session .normal-btn.button1:hover{
      background: #1F458E;
}

p.centr-btn {
    text-align: center;
    display: block;
    width: 100%;
    float: left;
    margin-top: 20px;
}
@media (min-width: 1920px){
  .inner-left.blog-wraper.col-md-4{
    min-height: 600px;
  }
}

@media (max-width: 1024px){
.blog-flex-box{
  display: flex;
  flex-wrap: wrap;
}

.inner-left.blog-wraper.col-md-4{
  margin: 15px;
}
}
@media (max-width: 768px){

.inner-left.blog-wraper.col-md-4{
  width: 100%;
  margin: 10px 0;
}
.container-fluid.blog-session h2{
  font-size: 25px;
}

}

h3.mail_h {
    font: 600 32px/25px "Roboto", sans-serif !important;
    margin: 0 0 30px !important;
    padding: 0px !important;
    text-transform: capitalize !important;
}

h3.phone-head {
    font: 600 32px/25px "Roboto", sans-serif !important;
    text-transform: capitalize !important;
    margin-top: 0 !important;}