/*
* 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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  margin: 0;
  padding: 0px;
  overflow-y: scroll;
  text-size-adjust: 100%;
  font-size: 15px;
}

html {
  margin: 0;
  padding: 0px;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #000;
  transition: all ease .5s;
}

a:hover {
  color: #000;
  text-decoration: none;
}

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

input,
select,
textarea,
button {
  font: 14px/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;
}

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

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

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  margin: 0;
  padding: 0;
}

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

.no-gutters {
  padding: 0px;
  margin: 0px;
}

a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

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: #2c4094;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  outline: 0;
}

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

.form-control.focus, .form-control:focus {
  border-color: #2c4094;
  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 .5s;
}

textarea:focus, select:focus {
  text-decoration: none;
  transition: all ease .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;
}

.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: #2c4094;
}

.btn-primary:hover {
  color: #fff;
  background: #263880;
}

.btn-primary:active {
  background: #202f6d;
}

.btn-primary:disabled, .btn-primary:disabled:hover, .btn-primary.disabled, .btn-primary.disabled:hover {
  color: #fefefe;
  background: #add39f;
}

.btn-outline {
  color: #2c4094;
  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: #2c4094;
  background-image: none;
  border-color: #2c4094;
}

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

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {
  background: #f00;
  padding: 5px;
  width: 200px;
  height: 150px;
  margin-top: 10px;
  line-height: 150px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}

.blog-wrp ::-webkit-input-placeholder {
  color: #f00;
}

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

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

.blog-wrp :-ms-input-placeholder {
  color: #f00;
}

.input-holder.error input, .input-holder.error textarea {
  border-color: #000;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 1000;
}

.top-head {
  background:#233561;
  color: #fff;
  height: 40px;
}

@media (max-width: 767px) {
  .top-head {
    height: auto;
    text-align: center;
  }
}

.top-mail {
  font: 500 16px "Muli", sans-serif;
  padding: 0 0 0 35px;
  margin-top: 9px;
  float: left;
  background: url(../img/mail-icon.jpg) left 2px no-repeat;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 767px) {
  .top-mail {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 15px;
  }
}

.top-mail:hover {
  color: #fff;
}

.top-call {
  font: 600 28px "Muli", sans-serif;
  padding: 0 0 0 28px;
  float: right;
  margin-top: 3px;
  background: url(../img/phn-icon.png) left 6px no-repeat;
}

@media (max-width: 767px) {
  .top-call {
    float: none;
    display: inline-block;
    font: 500 24px "Muli", sans-serif;
    margin-bottom: 10px;
    background: url(../img/phn-icon.png) left 4px no-repeat;
  }
}

.main-head {
  padding: 15px 0;
  background: #fff;
}

@media (max-width: 767px) {
  .main-head {
    text-align: center;
    padding: 7px 0;
  }
}

.logo {
  width: 226px;
  height: 82px;
  float: left;
}

@media (max-width: 767px) {
  .logo {
    display: inline-block;
    width: 130px;
    height: 47px;
  }
}

.slim-header {
  box-shadow: 0 0 8px rgba(204, 204, 204, 0.5);
}

@media (min-width: 1200px) {
  .nav {
    float: right;
    font: 600 14px "Muli", sans-serif;
    text-transform: uppercase;
    padding-top: 35px;
    position: relative;
    z-index: 10;
  }
  .nav a {
    text-decoration: none;
    color: #233561;
    padding: 0 0 20px;
  }
  .nav a:hover {
    color: #30914a !important;
  }
  .nav a:hover.submenu:after:hover {
    border-top: 5px solid #e4a417;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  .nav > ul {
    margin: 0;
    padding: 0;
  }
  .nav > ul > li {
    display: inline-block;
    position: relative;
    padding: 0 13px;
  }
  .nav > ul > li:last-child {
    padding-right: 0;
  }
  > .nav > ul > li:first-child a {
    padding-left: 0;
  }
  .nav > ul > li.current-page-ancestor > a, .nav > ul > li.current-menu-ancestor > a, .nav > ul > li.current_page_ancestor > a, .nav > ul > li.current-menu-item > a, .nav > ul > li.current-page-parent > a, .nav > ul > li.current_page_parent > a, .nav > ul > li:hover > a {
    color: #2c4094;
  }
  .nav > ul > li.current-page-ancestor > ul, .nav > ul > li.current-menu-ancestor > ul, .nav > ul > li.current_page_ancestor > ul, .nav > ul > li.current-menu-item > ul, .nav > ul > li.current-page-parent > ul, .nav > ul > li.current_page_parent > ul, .nav > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .nav > ul > li.current-page-ancestor.submenu:after, .nav > ul > li.current-menu-ancestor.submenu:after, .nav > ul > li.current_page_ancestor.submenu:after, .nav > ul > li.current-menu-item.submenu:after, .nav > ul > li.current-page-parent.submenu:after, .nav > ul > li.current_page_parent.submenu:after, .nav > ul > li:hover.submenu:after {
    color: #13b9a5;
  }
  .nav > ul > li.submenu:after {
    content: "";
    position: absolute;
    right: -2px;
    top: 7px;
    font-size: 9px;
    width: 0;
    height: 0;
    border-top: 5px solid #2c4094;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  .nav > ul > li.submenu:after:hover {
    border-top: 5px solid #e4a417;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  .nav > ul ul {
    position: absolute;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #e6e6e6;
    margin: 0;
    padding: 10px 0;
    min-width: 200px;
    border-radius: 4px;
    top: 37px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all ease .3s;
    box-shadow: 0 0 5px rgba(204, 204, 204, 0.3);
  }
  .nav > ul ul:after {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 8px solid #d9d9d9;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -9px;
    left: 20px;
  }
  .nav > ul ul:before {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 8px solid white;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -8px;
    left: 20px;
    z-index: 1;
  }
  .nav > ul ul li {
    display: block;
    text-transform: uppercase;
  }
  .nav > ul ul li a {
    padding: 7px 10px;
    display: block;
  }
  .nav > ul ul li a:hover {
    background: #233561;
    color: #fff;
  }
}

.main-wrap {
  width: 100%;
  padding: 152px 0 0 0;
}

@media (max-width: 767px) {
  .main-wrap {
    padding: 104px 0 0 0;
  }
}

@media (max-width: 479px) {
  .main-wrap {
    padding: 143px 0 0 0;
  }
}

.hm-banner {
  width: 100%;
  height: 684px;
  background: url(../img/home-banner.jpg);
  position: relative;
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover; 
}

@media (max-width: 991px) {
  .hm-banner {
    height: 400px;
    background-size: cover;
  }
}

.hm-banner-in {
  padding: 174px 15px 0;
}

@media (max-width: 1199px) {
  .hm-banner-in {
    padding: 124px 15px 0;
  }
}

@media (max-width: 991px) {
  .hm-banner-in {
    padding: 96px 15px 0;
  }
}

@media (max-width: 767px) {
  .hm-banner-in {
    padding: 48px 15px 0;
  }
}

.sf {
 padding: 15px 20px 55px;
    color: #233561;
    text-align: center;
    position: relative;
    text-shadow: 1px 0 #c4c7cf;
}

@media (max-width: 767px) {
  .sf {
    text-align: left;
    padding: 15px 15px 55px;
  }
}

.sf h2 {
  font: 700 52px "Philosopher", sans-serif;
  margin: 0 0 5px;
  padding: 0;
}

@media (max-width: 1199px) {
  .sf h2 {
    font: 700 42px "Philosopher", sans-serif;
  }
}

@media (max-width: 991px) {
  .sf h2 {
    font: 600 32px "Philosopher", sans-serif;
  }
}

@media (max-width: 767px) {
  .sf h2 {
    font: 600 22px "Philosopher", sans-serif;
  }
}

.sf h3 {
  font: 300 34px "Muli", sans-serif;
  margin: 0 0 10px;
  padding: 0;
}

@media (max-width: 1199px) {
  .sf h3 {
    font: 700 28px "Philosopher", sans-serif;
  }
}

@media (max-width: 991px) {
  .sf h3 {
    font: 600 23px "Philosopher", sans-serif;
  }
}

@media (max-width: 767px) {
  .sf h3 {
    font: 600 17px "Philosopher", sans-serif;
  }
}

.sf ul {
  margin: 0;
  padding: 0;
}

.sf ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 25px;
  background: url(../img/banner icon.png) 0 6px no-repeat;
}

@media (max-width: 1199px) {
  .sf ul li {
    background: url(../img/banner icon.png) 0 4px no-repeat;
  }
}

@media (max-width: 991px) {
  .sf ul li {
    margin-bottom: 8px;
  }
}

.sf ul li a {
  text-decoration: none;
  font: 400 18px "Muli", sans-serif;
  color: #233561;
  display: block;
}

@media (max-width: 1199px) {
  .sf ul li a {
    font: 400 16px "Muli", sans-serif;
  }
}

.sf ul li a:hover {
  color: #d31418;
}

.baannr-bttn {
  background: #d31418;
  padding: 15px 45px 15px 25px;
  font: 400 26px "Muli", sans-serif;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}

@media (max-width: 991px) {
  .baannr-bttn {
    font: 400 22px "Muli", sans-serif;
    padding: 10px 35px 10px 15px;
    bottom: -22px;
  }
}

@media (max-width: 767px) {
  .baannr-bttn {
    padding: 10px 26px 10px 10px;
    font: 400 17px "Muli", sans-serif;
    width: 230px;
  }
}

.baannr-bttn:hover {
  background: #233561;
  color: #fff;
}

.baannr-bttn:after {
  content: "";
  width: 18px;
  height: 19px;
  background: url(../img/arrow01.png) no-repeat;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .baannr-bttn:after {
    right: 10px;
  }
}

.side-sm-wrp {
  position: fixed;
  right: -4px;
  top: 250px;
  width: 65px;
  height: 220px;
  z-index: 999;
}

.side-sm-wrp a {
  background: #30914a;
  border-radius: 35px 0 0 35px;
  display: inline-block;
  height: 55px;
  width: 240px;
  line-height: 55px;
  padding: 0 0 0 10px;
  margin-bottom: 5px;
  transition: all ease 0.3s;
  transform: translateX(0);
  box-shadow: 1px 10px 12px 0px rgba(50, 50, 50, 0.27);
}

.side-sm-wrp a i {
  width: 44px;
  height: 46px;
  float: left;
}

.side-sm-wrp a .txt {
  font: 600 20px "Muli", sans-serif;
  color: #fff;
  float: left;
  padding: 14px 0 0 15px;
}

.side-sm-wrp a:hover {
  width: 247px;
  transform: translateX(-186px);
}

.bannr-cards {
  margin-top: -75px;
  width: 100%;
}

@media (max-width: 991px) {
  .bannr-cards {
    margin-top: -44px;
  }
}

@media (max-width: 991px) {
  .bannr-cards {
    margin-top: 70px;
  }
}

.bannr-cards .b-card {
  background: #233561;
  position: relative;
  padding: 75px 0;
  color: #fff;
  min-height: 390px;
  margin-bottom: 1px;
}

@media (max-width: 1199px) {
  .bannr-cards .b-card {
    padding: 70px 0 45px;
  }
}

@media (max-width: 991px) {
  .bannr-cards .b-card {
    min-height: auto;
    padding: 50px 0 35px;
    margin-bottom: 60px;
  }
}

.bannr-cards .b-card .icon-crv {
  border-radius: 50%;
  background: #fff;
  width: 112px;
  height: 112px;
  line-height: 112px;
  position: absolute;
  top: -56px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  box-shadow: 1px 10px 12px 0px rgba(50, 50, 50, 0.27);
}

@media (max-width: 1199px) {
  .bannr-cards .b-card .icon-crv {
    width: 84px;
    height: 84px;
    line-height: 84px;
    top: -46px;
  }
}

@media (max-width: 991px) {
  .bannr-cards .b-card .icon-crv {
    border: 2px solid #e4a417;
  }
}

.bannr-cards .b-card h3 {
  font: 600 24px "Philosopher", sans-serif;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
  text-align: center;
}

@media (max-width: 1199px) {
  .bannr-cards .b-card h3 {
    font: 600 20px "Philosopher", sans-serif;
  }
}

.bannr-cards .b-card h3:after {
  content: "";
  width: 119px;
  height: 1px;
  background: #6280fe;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.bannr-cards .b-card p {
  font: 400 16px/26px "Muli", sans-serif;
  margin: 0;
  padding: 0 25px;
}

@media (max-width: 1199px) {
  .bannr-cards .b-card p {
    padding: 0 15px;
  }
}

.section02 {
  background: url(../img/bg02.jpg) top center no-repeat;
  width: 100%;
  height: 600px;
}

@media (max-width: 1199px) {
  .section02 {
    height: 450px;
    background-size: cover;
  }
}

@media (max-width: 991px) {
  .section02 {
    height: 360px;
  }
}

@media (max-width: 767px) {
  .section02 {
    height: 300px;
  }
}

.section02 .banner-02 {
  text-align: center;
  position: relative;
  height: 600px;
}

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

@media (max-width: 991px) {
  .section02 .banner-02 {
    height: 360px;
  }
}

@media (max-width: 767px) {
  .section02 .banner-02 {
    height: 300px;
  }
}

.section02 .banner-02 .banner-02-in {
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.section02 .banner-02 h3 {
  font: 600 60px "Philosopher", sans-serif;
  margin: 0 0 20px;
}

@media (max-width: 1199px) {
  .section02 .banner-02 h3 {
    font: 600 50px "Philosopher", sans-serif;
  }
}

@media (max-width: 991px) {
  .section02 .banner-02 h3 {
    font: 600 40px "Philosopher", sans-serif;
  }
}

@media (max-width: 767px) {
  .section02 .banner-02 h3 {
    font: 600 28px "Philosopher", sans-serif;
  }
}

.bttn02 {
  text-align: center;
  background: rgb(48 145 74);
  padding: 20px 40px;
  color: #fff;
  display: inline-block;
  font: 600 22px "Muli", sans-serif;
}

.bttn02:hover {
  color: #fff;
  background: #2c4094;
}

.section03 {
  padding: 65px 0 0 0;
}

@media (max-width: 767px) {
  .section03 {
    padding: 35px 0 0 0;
  }
}

.section03 h3 {
  background: url(../img/h3-line.jpg) top left repeat-x;
  text-align: center;
  font: 600 34px/22px "Philosopher", sans-serif;
  margin: 0 0 45px;
  padding: 0 20px;
}

@media (max-width: 991px) {
  .section03 h3 {
    font: 600 28px/22px "Philosopher", sans-serif;
  }
}

.section03 h3 span {
  background: #fff;
  padding: 0 15px;
}

.img-wrp {
  margin-bottom: 20px;
}

.hm-contain-wrp {
  width: 100%;
  color: #000;
  margin-bottom: 30px;
}

.hm-contain-wrp h2 {
  font: 600 34px "Philosopher", sans-serif;
  margin: 0 0 15px;
  padding: 0;
}

@media (max-width: 991px) {
  .hm-contain-wrp h2 {
    font: 600 24px "Philosopher", sans-serif;
  }
}

.hm-contain-wrp p {
  font: 500 16px/24px "Muli", sans-serif;
  margin-bottom: 20px;
}

.rdmore-bttn {
  background: #e4a417;
  padding: 14px 30px;
  font: 600 17px "Muli", sans-serif;
  text-align: center;
  float: right;
  color: #fff;
}

.rdmore-bttn:hover {
  background: #2c4094;
  color: #fff;
}

@media (max-width: 767px) {
  .servs-card {
    margin-bottom: 25px;
  }
}

.servs-card .card-img {
  height: 219px;
  width: 100%;
}

@media (max-width: 1199px) {
  .servs-card .card-img {
    height: 175px;
  }
}

@media (max-width: 991px) {
  .servs-card .card-img {
    height: 134px;
  }
}

@media (max-width: 767px) {
  .servs-card .card-img {
    height: auto;
  }
}

@media (max-width: 767px) {
  .servs-card .card-img img {
    width: 100%;
  }
}

.servs-card .card-cont {
  padding: 35px 35px 15px 35px;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  min-height: 416px;
}

@media (max-width: 1199px) {
  .servs-card .card-cont {
    padding: 35px 17px 15px 17px;
    min-height: 440px;
  }
}

@media (max-width: 991px) {
  .servs-card .card-cont {
    padding: 25px 15px 15px 15px;
    min-height: 548px;
  }
}

@media (max-width: 767px) {
  .servs-card .card-cont {
    min-height: auto;
  }
}

.servs-card .card-cont h4 {
  font: 600 24px "Philosopher", sans-serif;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
  text-align: center;
}

@media (max-width: 991px) {
  .servs-card .card-cont h4 {
    font: 600 22px "Philosopher", sans-serif;
  }
}

.servs-card .card-cont h4:after {
  content: "";
  width: 119px;
  height: 2px;
  background: #6280fe;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.section04 {
  background: url(../img/picture7.jpg) ;
   background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
  width: 100%;
  height: 772px;
  padding-top: 80px;
}

@media (max-width: 1199px) {
  .section04 {
    background-size: cover;
    height: auto;
  }
}

@media (max-width: 991px) {
  .section04 {
    padding-top: 50px;
  }
}

.sub-box-otr {
  padding-left: 70px;
}

@media (max-width: 1199px) {
  .sub-box-otr {
    padding-left: 0px;
  }
}

.sub-box {
  width: 100%;
  color: #fff;
  text-align: left;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .sub-box {
    margin-bottom: 40px;
  }
}

.sub-box .box-iocn {
  display: inline-block;
  width: 60px;
  float: left;
}

.sub-box .box-cont {
  display: inline-block;
  width: 255px;
  padding-left: 19px;
}

@media (max-width: 1199px) {
  .sub-box .box-cont {
    width: 215px;
  }
}

@media (max-width: 767px) {
  .sub-box .box-cont {
    width: 85%;
  }
}

@media (max-width: 479px) {
  .sub-box .box-cont {
    width: 75%;
  }
}

.sub-box .box-cont h4 {
  font: 600 18px "Philosopher", sans-serif;
  margin: 0 0 20px;
  position: relative;
}

.sub-box .box-cont h4:after {
  content: "";
  width: 120px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 0px;
}

.sub-box .box-cont p {
  font: 500 16px/24px "Muli", sans-serif;
  margin: 0;
}

.sub-box .box-cont p a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

.sub-box .box-cont p a:hover {
  color: #2c4094;
}

.hm-form {
  width: 100%;
  height: 518px;
  padding-top: 60px;
  background: url(../img/form-wrp.jpg) top center no-repeat;
}

@media (max-width: 1199px) {
  .hm-form {
    padding: 40px 0;
    height: auto;
  }
}

.hm-form h2 {
  font: 600 34px "Philosopher", sans-serif;
  margin: 0 0 25px;
  color: #fff;
}

@media (max-width: 1199px) {
  .hm-form h2 {
    font: 600 28px "Philosopher", sans-serif;
  }
}

.hm-form input[type="text"],
.hm-form input[type="password"],
.hm-form input[type="email"],
.hm-form input[type="number"],
.hm-form input[type="tel"],
.hm-form input[type="url"] {
  width: 100%;
  height: 42px;
  padding: 7px 15px;
  margin-bottom: 15px;
  color: #2c2c2c;
  font: 300 16px/24px "Muli", sans-serif;
  border: 0;
  outline: none;
}

.hm-form textarea {
  height: 100px;
  width: 100%;
  padding: 7px 15px;
  margin-bottom: 15px;
  color: #2c2c2c;
  font: 300 16px/24px "Muli", sans-serif;
  border: 0;
  outline: none;
  resize: none;
}

.hm-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2c2c2c;
  opacity: 1;
}

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

.hm-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #2c2c2c;
  opacity: 1;
}

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

input[type="submit"] {
  background: #30914a;
  padding: 14px 60px;
  font: 600 18px "Muli", sans-serif;
  text-align: center;
  float: right;
  color: #fff;
  border: none;
}

input[type="submit"]:hover {
  background: #0e7429;
  color: #fff;
}

.detail-wrp {
  background: #233561;
  width: 100%;
  padding: 60px 0;
  color: #fff;
}

@media (max-width: 1199px) {
  .detail-wrp {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .detail-wrp {
    padding: 40px 0;
  }
}

.detail-wrp h4 {
  font: 600 20px "Philosopher", sans-serif;
  margin: 0 0 25px;
  position: relative;
}

.detail-wrp h4:after {
  content: "";
  width: 120px;
  height: 2px;
  background: #6280fe;
  position: absolute;
  bottom: -10px;
  left: 0px;
}

.detail-wrp ul {
  margin: 0;
  padding: 0;
}

.detail-wrp ul li {
  list-style-type: none;
  display: block;
  margin: 0 0 5px;
  font: 300 15px/26px "Muli", sans-serif;
}

.detail-wrp p {
  font: 300 15px/26px "Muli", sans-serif;
  margin: 0;
}

.dvdr-rt {
  position: relative;
}

.dvdr-rt:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: 25px;
  background: #6d7aad;
}

@media (max-width: 767px) {
  .dvdr-rt:after {
    content: none;
  }
}

@media (max-width: 767px) {
  .mgn-top {
    margin-top: 30px;
  }
}

.google-map {
  width: 100%;
  height: 500px;
}

@media (max-width: 1199px) {
  .google-map {
    height: 300px;
    background-size: cover;
  }
}

@media (max-width: 991px) {
  .google-map {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .google-map {
    height: 150px;
  }
}

.footer {
  width: 100%;
  color: #fff;
  padding: 25px 0 0;
  background: #233561;
}

.footer-nav-wrp {
  padding-bottom: 30px;
}

.footer-nav-wrp .border {
  position: relative;
}

.footer-nav-wrp .border:after {
  content: "";
  position: absolute;
  width: 1px;
  background: #4b5671;
  right: 40px;
  top: 0;
  height: 100%;
}

@media (max-width: 767px) {
  .footer-nav-wrp .border:after {
    content: none;
  }
}

.footer-nav-wrp .borderr {
  position: relative;
}

.footer-nav-wrp .borderr:after {
  content: "";
  position: absolute;
  width: 1px;
  background: #4b5671;
  left: -20px;
  top: 0;
  height: 100%;
}

@media (max-width: 767px) {
  .footer-nav-wrp .borderr:after {
    content: none;
  }
}

.footer-nav-wrp .h-link {
  text-decoration: underline;
  font-style: italic;
}

.footer-nav-wrp ul {
  margin: 0 0 15px;
  padding: 0;
}

.footer-nav-wrp ul li {
  list-style-type: none;
  display: block;
  width: 100%;
}

.footer-nav-wrp ul li span {
  width: 100%;
  display: inline-block;
}

.footer-nav-wrp ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font: 300 15px "Muli", sans-serif;
  margin-bottom: 10px;
  display: inline-block;
}

.footer-nav-wrp ul li a:hover {
  color: #2bb550;
}

.footer-nav-wrp ul li ul {
  margin: 0;
  padding: 0;
  width: 220px;
  display: inline-block;
}

.footer-nav-wrp ul li ul li {
  list-style-type: none;
  display: block;
  padding: 4px 0;
  position: relative;
  padding-left: 20px;
}

.footer-nav-wrp ul li ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 1px;
  background: #fff;
}

.footer-nav-wrp ul li ul li a {
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  font: 300 14px "Muli", sans-serif;
}

.footer-nav-wrp ul li ul li a:hover {
  color: #2bb550;
}

.footer-add {
  background:#1e2e56;
  padding: 10px 0;
  text-align: center;
  font: 300 14px "Muli", sans-serif;
}

.bttm-mail {
  background: url(../img/mail-icon.jpg) no-repeat 0 10px;
  padding: 10px 0 10px 40px;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 0px !important;
  text-transform: none !important;
}

.bttm-call {
  background: url(../img/phn-icon.png) no-repeat 0 0;
  padding: 4px 0 10px 30px;
  font-size: 22px !important;
  font-weight: 600 !important;
}

.in-banner {
  width: 100%;
  height: 353px;
  background: url(../img/service-banner.jpeg) ;
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover; 
}

@media (max-width: 991px) {
  .in-banner {
    height: 300px;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .in-banner {
    height: 250px;
  }
}

.in-banner-in {
  padding: 90px 15px 0;
}

@media (max-width: 1199px) {
  .in-banner-in {
    padding: 124px 15px 0;
  }
}

@media (max-width: 991px) {
  .in-banner-in {
    padding: 64px 15px 0;
  }
}

@media (max-width: 767px) {
  .in-banner-in {
    padding: 48px 15px 0;
  }
}

.inner-wrapper {
  width: 100%;
  padding: 70px 0 0 0;
}

@media (max-width: 767px) {
  .inner-wrapper {
    padding: 20px 0 0 0;
  }
}

.inner-wrapper .sdbar {
  width: 100%;
  margin: 0 0 20px 0;
}

.inner-wrapper .sdbar .sd-from {
  background: url(../img/side-form-bg.jpg) top no-repeat;
  background-size: cover;
  padding: 15px;
}

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

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

.inner-wrapper .sdbar .sd-from input[type="tel"], .inner-wrapper .sdbar .sd-from input[type="text"], .inner-wrapper .sdbar .sd-from input[type="email"] {
  padding: 10px;
  border: none;
  margin-bottom: 10px;
  width: 100%;
}

.inner-wrapper .sdbar .sd-from textarea {
  padding: 10px;
  border: none;
  margin-bottom: 10px;
  width: 100%;
  height: 70px;
}

.inner-wrapper .sdbar .sd-from input[type="submit"] {
  padding: 10px;
  border: none;
  margin-bottom: 10px;
  width: 100%;
  background-color: #30914a ;
  color: #fff;
  font-size: 20px;
  padding: 7px 10px;
}

.inner-wrapper .sdbar .sd-from input[type="submit"]:hover {
  background: #0e7429;
}

.inner-wrapper .sdbar .sd-from h2 {
  color: #fff;
  font: 600 30px "Philosopher", sans-serif;
}

.inner-wrapper .sdbar .sdlinks {
  margin: 30px 0 0 0;
}

.inner-wrapper .sdbar .sdlinks h3 {
  font: 600 22px "Philosopher", sans-serif;
  margin: 0 0 25px;
  position: relative;
  color: #000;
}

.inner-wrapper .sdbar .sdlinks h3:after {
  content: "";
  width: 120px;
  height: 2px;
  background: #6280fe;
  position: absolute;
  bottom: -10px;
  left: 0px;
}

.inner-wrapper .sdbar .sdlinks ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.inner-wrapper .sdbar .sdlinks ul li {
  border-bottom: solid 1px #e5e5e5;
}

.inner-wrapper .sdbar .sdlinks ul li a {
  color: #000;
  width: 100%;
  padding: 10px 10px;
  display: block;
}

.inner-wrapper .sdbar .sdlinks ul li a:hover {
  background: #2c4094;
  color: #fff;
}

.inner-wrapper .inner-content .brd-crump ul {
  padding: 0px;
  margin: 0 0 10px 0 !important;
}

.inner-wrapper .inner-content .brd-crump ul li {
  display: inline-block;
  position: relative;
}

.inner-wrapper .inner-content .brd-crump ul li a {
  color: #272727;
}

.inner-wrapper .inner-content .brd-crump ul li a:hover {
  color: #e8b24d;
}

.inner-wrapper .inner-content .brd-crump ul li:before {
  content: ">";
  position: absolute;
  left: 2px;
  top: 5px;
  color: #000;
  border: none;
}

.inner-wrapper .inner-content .brd-crump ul li:first-child {
  padding-left: 0px;
}

.inner-wrapper .inner-content .brd-crump ul li:first-child:before {
  content: none;
}

.inner-wrapper .inner-content p {
  font: 300 14px/24px "Muli", sans-serif;
  margin-bottom: 20px;
}

.inner-wrapper .inner-content h1 {
  font: 600 30px/20px "Philosopher", sans-serif;
  margin-bottom: 20px;
  color: #272727;
}

.inner-wrapper .inner-content h2 {
  font: 500 25px/20px "Philosopher", sans-serif;
  margin-bottom: 10px;
}

.inner-wrapper .inner-content h3 {
  font: 500 22px/20px "Philosopher", sans-serif;
  margin-bottom: 10px;
}

.inner-wrapper .inner-content h4 {
  font: 500 18px/20px "Philosopher", sans-serif;
  margin-bottom: 10px;
}

.inner-wrapper .inner-content h5 {
  font: 500 17px/20px "Philosopher", sans-serif;
}

.inner-wrapper .inner-content h6 {
  font: 500 16px/20px "Philosopher", sans-serif;
}

.inner-wrapper .inner-content ul {
  padding: 0px;
  margin: 0 0 15px 20px;
}

.inner-wrapper .inner-content ul li {
  padding: 5px 0 5px 20px;
  list-style: none;
  position: relative;
  font: 300 14px/24px "Muli", sans-serif;
  color: #272727;
}

.inner-wrapper .inner-content ul li:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #2c4094;
  position: absolute;
  left: 0;
  top: 10px;
}

.inner-wrapper .inner-content ul li a {
  color: #272727;
  text-decoration: none;
}

.inner-wrapper .inner-content ul li a:hover {
  color: #2c4094;
}

.inner-wrapper .inner-content .contact-wrap {
  margin-bottom: 100px;
}

@media (min-width: 1200px) {
  .mob-menu, .mob-btn {
    display: none;
  }
}

@media (max-width: 1199px) {
  .nav-display {
    display: none;
  }
  .mob-menu {
    position: fixed;
    right: -240px;
    top: 0;
    height: 100%;
    background: #fff;
    width: 240px;
    z-index: 99;
    overflow-y: auto;
    transition: all ease .4s;
  }
  .mob-menu .mwrap {
    margin-top: 10px;
  }
  .mob-menu ul {
    margin: 0;
    padding: 0;
  }
  .mob-menu ul li {
    display: block;
    position: relative;
    text-align: left;
  }
  .mob-menu ul li.open > a {
    color: #2c4094;
  }
  .mob-menu ul li a {
    color: #666666;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #f2f2f2;
    font: 600 14px "Muli", sans-serif;
    color: #2c4094;
  }
  .mob-menu ul li a:hover {
    background: #e4a417;
    color: #fff;
  }
  .mob-menu ul li.submenu i {
    font-style: normal;
    position: absolute;
    width: 45px;
    height: 38px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
  }
  .mob-menu ul li.submenu i:after {
    content: "+";
  }
  .mob-menu ul li.submenu.open > i:after {
    content: "-";
    line-height: 34px;
    height: 34px;
  }
  .mob-menu ul ul {
    display: none;
  }
  .mob-menu ul ul li {
    font-size: 14px;
  }
  .mob-menu ul ul li a {
    padding-left: 25px;
  }
  .show-menu .mob-menu {
    right: 0;
  }
  .show-menu .overlay {
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  .show-menu .mob-top {
    transform: translateY(-3px);
  }
  .show-menu .mob-bottom {
    transform: translateY(3px);
  }
  .overlay {
    transition: all ease .4s;
  }
  .mob-btn {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    padding: 9px 10px;
    margin-top: 3px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .mob-btn span {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background: #2c4094;
    transition: all ease .4s;
  }
  .mob-btn span + span {
    margin-top: 7px;
  }
}
.hm-form {
    width: 100%;
    height: 518px;
    padding-top: 13px;
    background: url(//nextlevelelectrical.ca/wp-content/themes/raj-electrical/css/../img/form-wrp.jpg) top center no-repeat;
}
