body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

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

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Open Sans', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: normal;
  font-size: 14px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  max-width: 100%;
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

a {
  outline: none;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

html,
button,
input,
select,
textarea {
  color: #222;
}

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

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

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

footer {
  background: #434343;
  color: #fff;
}

footer a {
  color: #fff;
}

.top-footer {
  text-align: center;
  padding: 15px 0;
  background: #333333;
  font-size: 17px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-footer label {
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: 300;
}

.top-footer a {
  margin: 0 2px;
}

.top-footer span {
  margin-left: 10px;
}

.flex-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px solid #707070;
}

.flex-footer article {
  width: 33%;
  padding: 10px 30px;
  border-right: 1px solid #707070;
}

.flex-footer article label {
  font-size: 22px;
  padding-left: 15px;
}

.flex-footer article span {
  font-weight: 600;
  font-size: 18px;
}

.flex-footer article span img {
  margin-right: 10px;
}

.flex-footer article p {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.flex-footer article:last-child {
  border: none;
  padding-right: 0px;
}

.flex-footer article:first-child {
  padding-left: 0px;
}

.flex-footer .social a {
  margin-right: 5px;
  display: inline-block;
}

.quick-links span {
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}

.quick-links ul li {
  display: inline-block;
}

.quick-links ul li a {
  display: block;
  margin-bottom: 5px;
  font-weight: 300;
}

.flex-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0px;
  border-bottom: 1px solid #707070;
}

.flex-links ul {
  display: block;
  text-align: center;
}

.flex-links ul li {
  padding-top: 10px;
  line-height: 25px;
}

.flex-links article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55%;
}

.footer-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
}

.footer-call small {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.footer-call p {
  margin-left: 15px;
  font-size: 30px;
  font-weight: 100;
}

.footer-ratings {
  width: 300px;
  font-weight: 300;
  line-height: 24px;
  color: #c2c2c2;
}

.footer-ratings i {
  display: block;
  margin-bottom: 5px;
}

.footer-ratings img {
  margin-right: 3px;
}

.client-bottom {
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.client-bottom p {
  font-weight: 300;
  font-size: 14px;
  margin-top: 10px;
  text-transform: capitalize;
}

.scrollToTop {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  z-index: 91;
  background-color: #0090CB;
  display: none;
  height: 40px;
  width: 40px;
  color: #fff;
  font-size: 16pt;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  position: fixed;
  bottom: 80px;
  right: 80px;
}

.copyright-text {
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
}

.fixed-footer {
  display: none;
}

@media only screen and (max-width: 1099px) {
  .flex-links article {
    width: 65%;
  }
}

@media only screen and (max-width: 768px) {
  .footer-call {
    width: 240px;
  }
  .footer-call p {
    font-size: 23px;
  }
  .flex-links article {
    width: 62%;
  }
  .footer-ratings {
    width: 200px;
  }
  .flex-footer article {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .top-footer {
    display: block;
    padding: 20px 0;
  }
  .top-footer label {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 800;
    margin-right: 0px;
  }
  .top-footer span {
    display: block;
    margin-top: 10px;
  }
  .flex-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 0px;
    padding: 0px;
  }
  .flex-footer article {
    width: 100%;
    border-right: 0px;
    padding: 20px 0px !important;
    border-bottom: 1px solid #707070 !important;
  }
  .quick-links {
    width: 100%;
    padding-bottom: 20px;
  }
  .flex-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-links article {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-links .footer-call {
    width: 100%;
    margin: 15px 0;
  }
  .flex-links .footer-ratings {
    width: 100%;
  }
  .client-bottom p {
    line-height: 22px;
  }
  .reelslide {
    display: none;
  }
  header.sticky {
    top: -40px;
  }
  .fixed-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 9;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0 5px;
    -webkit-box-shadow: 0 13px 9px 12px rgba(0, 0, 0, 0.5);
            box-shadow: 0 13px 9px 12px rgba(0, 0, 0, 0.5);
  }
  .fixed-footer img {
    width: 20px;
    display: block;
    margin: 0 auto 3px;
  }
  .fixed-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fixed-footer li {
    padding: 0 10px;
  }
  .fixed-footer a {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
  }
}

header {
  position: fixed;
  top: 0px;
  left: space0;
  right: space0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header.sticky {
  top: -57px;
  background: #fff;
  -webkit-box-shadow: 0 4px 7.28px 0.72px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 7.28px 0.72px rgba(0, 0, 0, 0.2);
}

header.sticky .header-bottom {
  padding: 0px;
}

header.sticky .header-bottom .MyMenu > li > a {
  padding: 25px 10px;
  color: #000;
}

.top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0px;
  border-bottom: 1px solid #737373;
}

.top-header label {
  background: #F8DB6F;
  color: #000;
  display: inline-block;
  padding: 3px 15px;
  text-transform: uppercase;
  margin-right: 10px;
  position: relative;
}

.top-header label:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #F8DB6F;
  position: absolute;
  top: 1px;
  right: -8px;
}

.top-header .left {
  color: #fff;
}

.top-header .left a {
  color: #F36C4B;
}

.top-header .right img {
  margin-right: 5px;
  height: 14px;
}

.top-header .right a {
  color: #fff;
  margin-left: 15px;
  display: inline-block;
}

.top-header .right a * {
  vertical-align: middle;
}

.header-bottom {
  padding: 20px 0px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

nav a {
  color: #fff;
  display: block;
  padding: 5px 10px;
  margin: 0px 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

nav a:hover {
  color: #F48A40;
}

nav a:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.MyMenu li {
  display: inline-block;
}

.MyMenu > li > a {
  padding: 25px 10px;
}

@media only screen and (min-width: 768px) {
  .mobile-menu-append, .menu-overlay, .mobile-header {
    display: none;
  }
  .menu ul li .services_menu {
    width: 70%;
    height: auto;
    right: 0;
    position: absolute;
    display: none;
    -webkit-box-shadow: 0 4px 7.28px 0.72px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 7.28px 0.72px rgba(0, 0, 0, 0.2);
  }
  .menu ul li:hover .sm {
    display: block;
  }
  .menu ul li ul a {
    color: #000;
  }
  .menu ul li .drop_service_menu {
    float: left;
    width: 250px;
    background: #f1f2f4;
    padding: 0;
    height: 300px;
  }
  .menu ul li .inner_menu li {
    display: block;
    padding: 0;
  }
  .menu .sm li {
    border-bottom: 1px solid #dadada;
  }
  .menu .selected {
    background: #fff;
  }
  .menu ul li .inner_menu {
    background: #fff;
    z-index: 99;
    width: auto;
    right: 0;
    top: 0;
    left: 250px;
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    overflow: auto;
    display: none;
  }
  .menu ul li .service-dropedown ul {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
  }
  .menu ul li .service-dropedown ul li {
    border: none;
  }
  .menu ul li .toggle_sm {
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
  }
  .menu ul li .drop_service_menu li {
    display: block;
    padding: 0;
  }
  .menu ul li .drop_service_menu li ul li {
    width: 45%;
    display: inline-block;
    border-bottom: 1px solid #E6E6E6;
    margin-left: 10px;
  }
  .menu ul li .service-dropedown ul li a {
    font-size: .8125rem;
    line-height: 15px;
    padding: 8px;
    border: none;
  }
  .menu ul li .service-dropedown ul li a:hover {
    border: none;
    color: #236B99;
  }
  .menu .selected .inner_menu {
    display: block !important;
  }
  .back_menu {
    display: none;
  }
}

.mobile-logo {
  display: none;
}

.whats-fix {
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 9;
}

.requst-fix {
  position: fixed;
  top: 195px;
  right: -4px;
  z-index: 9;
}

.msg-fix {
  position: fixed;
  left: 0;
  top: 500px;
  background: #fff;
  width: 60px;
  height: 70px;
  text-align: center;
  padding: 5px 0;
  font-size: 13px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border-radius: 0px 5px 5px 0px;
}

.mobile-header {
  display: none;
}

.overlay-desktop.active, .menu-overlay.active {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.overlay-desktop.active {
  z-index: 99;
}

.no-scroll {
  overflow: hidden !important;
  position: fixed !important;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1099px) {
  nav a {
    padding: 5px;
  }
  .header-bottom {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 768px) {
  .msg-fix {
    top: 410px;
  }
  .top-header {
    display: none;
  }
  .header-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  nav a {
    font-size: 13px;
  }
  .MyMenu > li > a {
    padding: 15px 7px;
  }
  header.sticky {
    top: -45px;
  }
  header.sticky .header-bottom .MyMenu > li > a {
    padding: 20px 7px;
  }
}

@media only screen and (max-width: 767px) {
  .whats-fix, .requst-fix, .msg-fix {
    display: none;
  }
  header.sticky {
    top: -40px;
    -webkit-box-shadow: 0 4px 7.28px 0.72px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 7.28px 0.72px rgba(0, 0, 0, 0.2);
  }
  .top-header {
    display: block;
    padding: 0px;
    width: 100% !important;
    position: fixed;
    border: none;
    background: #383838;
    -webkit-box-shadow: 0 4px 7.28px 0.72px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 7.28px 0.72px rgba(0, 0, 0, 0.2);
  }
  .top-header .left {
    font-size: 12px;
    padding: 10px;
  }
  .top-header .right {
    display: none;
  }
  .top-header .mobile-logo {
    display: inline-block;
    width: 140px;
  }
  .top-header label {
    padding: 2px 4px;
  }
  .top-header label:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #F8DB6F;
    position: absolute;
    top: 4px;
    right: -5px;
  }
  .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    padding: 10px;
  }
  .header-bottom {
    display: none;
  }
  .h-social a {
    margin-left: 15px;
  }
  .menu-toggle {
    margin-right: 10px;
    cursor: pointer;
  }
  .mobile-menu-append nav {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 70%;
    z-index: 99;
  }
  .mobile-menu-append nav a {
    color: #000;
  }
  .MyMenu li {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
  }
  .menu ul li a {
    color: #000;
    display: block;
    padding: 12px 15px;
    font-size: 13px;
  }
  .sm-slide, .inner_menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 70%;
    overflow: auto;
    left: -100%;
    z-index: 9;
  }
  .menu ul li .drop_service_menu {
    float: none;
    width: 100%;
  }
  .menu ul li ul a {
    margin: 0px;
  }
  .back_menu {
    display: block;
    color: #000;
    padding: 8px 10px;
    border-bottom: 1px solid #d6dfe8;
    font-size: 17px;
  }
  .back_menu:before {
    content: '';
    width: 15px;
    height: 10px;
    margin-right: 5px;
    background: url("../images/common/down-arrow.svg") no-repeat;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .menu ul li .toggle, .toggle_sm {
    position: relative;
  }
  .menu ul li .toggle:after, .toggle_sm:after {
    content: '';
    width: 15px;
    height: 10px;
    background: url("../images/common/down-arrow.svg") no-repeat;
    position: absolute;
    top: 48%;
    right: 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

@media only screen and (max-width: 320px) {
  .menu-toggle {
    width: 25px;
  }
  .top-header .mobile-logo {
    width: 120px;
  }
}

.hide {
  display: none;
}

.full-blog {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  display: none;
}

.sign-up {
  width: 960px;
  height: 480px;
  background: url(../images/common/login-bg.jpg) no-repeat 0 #fff;
  margin: 0 auto;
  position: fixed;
  top: 20%;
  right: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.sign-up .close {
  position: absolute;
  top: 15px;
  right: 10px;
  background: url(../images/common/close.png) no-repeat;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.sign-up .heading {
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  color: #282828;
  position: relative;
}

.sign-up .heading p {
  color: #6a6a6a;
  font-size: .75rem;
  padding-top: 12px;
  position: relative;
}

.sign-up .heading:after {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 95px;
  height: 2px;
  content: "";
  background: #0da0d2;
  margin: 10px auto 0;
}

.sign-up .heading #register_message {
  text-transform: lowercase;
}

.sign-up .heading #register_message:first-letter {
  text-transform: uppercase;
}

.sign-up .box {
  margin-top: 10px;
  position: relative;
}

.sign-up .box span {
  font-weight: 600;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #e57200;
  background: #fbfbfb;
  padding-left: 5px;
  font-size: .75rem;
  cursor: pointer;
}

.sign-up .box label.error {
  display: none !important;
}

.sign-up .one-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sign-up .one-half .box {
  width: 48%;
}

.sign-up .right {
  width: 480px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  position: relative;
}

.sign-up .right form {
  padding: 45px 55px 0;
}

.sign-up .signup-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.sign-up .signup-block p {
  display: inline-block;
  font-size: .8125rem;
}

.sign-up .signup-block p a {
  color: #e57200;
  font-weight: 600;
}

.sign-up .signup-block .sign-btn {
  background: #e57200;
  color: #fff;
  font-size: .9375rem;
  display: inline-block;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 10px 40px;
  cursor: pointer;
  border: none;
}

.sign-up .social-wrap {
  text-align: center;
  color: #6a6a6a;
  border-top: 1px solid #e5e5e5;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.sign-up .social-wrap p {
  display: inline-block;
  font-weight: 400;
}

.sign-up .social-wrap a {
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 8px 10px;
}

.sign-up .social-wrap img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.sign-up .social-wrap .facebook {
  margin: 0 5px;
}

.sign-up .error {
  display: none;
}

.sign-up .cart_error .warning {
  color: red;
}

.sign-up .cart_error .close {
  background: 0 0;
}

.thanku-success-msg p a {
  color: #e57200;
  text-transform: none;
  background: 0 0;
  font-size: 14px;
  padding: 0;
  display: inline-block;
  margin-top: 0;
  border-radius: 0;
}

.field__input {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  color: #4b4a4a;
  font-size: .8125rem;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 100%;
  height: 40px;
  padding: 0 10px;
}

.field__label {
  color: #4b4a4a;
  font-size: 13px;
  line-height: 1;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  padding: 0 5px;
  text-overflow: ellipsis;
  top: -5px;
  left: 10px;
  display: inline-block;
  text-align: left;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  background: #fff;
  z-index: 1;
}

@media only screen and (max-width: 992px) {
  .sign-up {
    width: 750px;
    background-size: 50% 100%;
  }
  .sign-up .right {
    width: 50%;
  }
  .sign-up .right form {
    padding: 30px 15px 0;
  }
  .sign-up .signup-block {
    margin-bottom: 45px;
  }
}

.container {
  width: 1200px;
  margin: 0px auto;
}

figure.lazy {
  position: relative;
}

figure.lazy img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

figure.lazy:before {
  content: '';
  display: block;
  padding-top: 100%;
}


/*# sourceMappingURL=common.css.map */