.container {
}
@media (min-width: 568px) {
}
@media (min-width: 768px) {
  /* Small devices (tablets, 768px and up) */
  .container {
    width: 100%; /*width:768px;*/
  }
}
@media (min-width: 992px) {
  /* Medium devices (desktops, 992px and up) */
  .container {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  /* Large devices (large desktops, 1200px and up) */
  .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .container-fluid {
    width: 100%;
  }
  .wrapper-page .container {
    width: 950px;
  }
}

@media (min-width: 1400px) {
  /* Large devices (large desktops, 1200px and up) */
  .container {
    width: 1400px;
  }
  .wrapper-page .container {
    width: 950px;
  }
}

html body {
  /*    font:13px/18px system, -apple-system, BlinkMacSystemFont, 'Noto Sans TC', "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Microsoft Jhenghei", "Microsoft YaHei", "WenQuanYi Micro Hei", "Helvetica Neue", "sans-serif";*/
  font-weight: normal;
  color: #333;
  background-color: #fff;
  position: relative;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.42857143;
}

a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  /* Small devices (tablets, 768px and up) */
}
@media (min-width: 992px) {
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 1280px) {
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 1400px) {
  /* Large devices (large desktops, 1200px and up) */
}

*,
html {
}
body {
  color: #666;
  letter-spacing: 0.01em;
  font-size: 0.9rem;
  /*text-shadow: rgba(0,0,0,.01) 0 0 1px;*/
}
div.text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph; /*IE9*/
  -moz-text-align-last: justify; /*Firefox*/
  -webkit-text-align-last: justify; /*Chrome*/
}
div.text-justify:after {
  content: "";
  display: inline-block;
  width: 100%;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
  font-size: 1rem;
  line-height: 2rem;
}
.menu-icon-container {
  display: inline-block;
  cursor: pointer;
  margin-top: 20px;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 1px;
  background-color: #333;
  margin: 8px 0;
  transition: 0.4s;
}
/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

/* /menu-icon */

header ul.menu {
  margin: 25px 35px 25px 0;
}
header ul.menu li {
}
header ul.menu li a {
  /*letter-spacing: 0.01em;*/
  padding: 7px 9px 7px 9px;
  font-size: 0.93rem;
  color: #000;
}
.logo-text2 {
  white-space: normal;
  margin: 2px;
  width: 170px;
  display: block;
  color: #666;
  font-size: 0.833rem;
  letter-spacing: 0px;
  height: 14px;
}
.logo-text2:after {
  content: "";
  display: inline-block;
  width: 100%;
}
/* #section-banner */
#section-banner {
  position: relative;
  overflow: hidden;
  padding-top: 84px;
}
#section-banner img.banner-1 {
  position: absolute;
  margin-top: 0px;
}
#section-banner .bg {
  background: linear-gradient(
      rgba(111, 111, 111, 0.02),
      rgba(111, 111, 111, 0.01)
    ),
    url(../images/banner-1-1.jpg);
  /*    background:linear-gradient(
        rgba(111, 111, 111, 0.02), 
        rgba(111, 111, 111, 0.01)
        ), url(../images/banner-2.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  min-height: 450px;
}
@media (min-width: 768px) {
  #section-banner {
    height: 550px;
  }
  #section-banner .bg {
    width: 100%;
    min-height: 550px;
  }
}
@media (min-width: 992px) {
  #section-banner {
    height: 580px;
  }
  #section-banner .bg {
    width: 100%;
    min-height: 580px;
  }
}
@media (min-width: 1280px) {
  #section-banner {
    height: 650px;
  }
  #section-banner .bg {
    width: 100%;
    min-height: 650px;
  }
}
/* /#section-banner */

/* #section-overview*/
#section-overview div.container {
  padding: 0px 15px 10px 15px;
  width: 100%;
}
#section-overview h3 {
  margin-top: 0px;
  text-align: center;
}
#section-overview img {
  width: 100%;
  max-width: 105px;
  margin: 0 auto;
}
#section-overview h5 {
  color: #666;
  font-weight: normal;
  margin: 0 auto;
  padding: 0px 0px 0 0px;
  text-align: center;
}
#section-client .desc,
#section-contact-us-form .desc {
  /*font-size: 2.5vw;*/
  max-width: 590px;
  color: #525252;
  font-weight: normal;
  line-height: 140%;
  padding: 0px 20px 20px 20px;
  margin: 0 auto;
}
@media (min-width: 568px) {
  #section-overview {
    width: 95%;
    margin: 0 auto;
  }
  #section-overview h3 {
    margin-top: 8px;
  }
  #section-overview h3 {
    text-align: left;
  }
  #section-overview h5 {
    text-align: left;
  }
}
@media (min-width: 768px) {
  #section-overview h3 {
    margin: 15px 0 5px -5px;
    text-align: center;
  }
  #section-overview img {
    max-width: 115px;
  }
  #section-overview div.container {
    padding: 0 30px 0 30px;
    width: 100%;
  }
  #section-overview h5 {
    padding: 0px 0px 20px 0px;
    margin-left: -5px;
    text-align: center;
  }
  #section-client .desc,
  #section-contact-us-form .desc {
    padding: 0px 10px 20px 10px;
  }
}
@media (min-width: 1280px) {
  #section-overview img {
    max-width: 110px;
  }
  #section-overview h3 {
    margin: 0px 0 5px -20px;
    text-align: left;
  }
  #section-overview h5 {
    padding: 0px 0px 20px 0px;
    margin-left: -20px;
    text-align: left;
  }
}
/* /#section-overview*/

/* #section-key-features */
section#section-key-features {
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
section#section-key-features .fa-3x {
  color: gray;
}
section#section-key-features h3,
section#section-key-features h5 {
  text-align: center;
}
section#section-key-features h5 {
  color: #555;
}
#section-key-features sup {
  font-size: 0.6rem;
  vertical-align: super;
  color: #e67e22;
  font-weight: 400;
}
/* /#section-key-features */

/* #section-client */
.wrapper-client {
  padding: 5px;
  margin-bottom: 4px;
  background: #fff;
}
#section-client {
  background-color: #fafafa;
  /*border-top:1px solid #f1f1f1;
    border-bottom:1px solid #f1f1f1;*/
}
#section-client .container {
  padding-right: 20px;
  padding-left: 20px;
}
.wrapper-client-0 {
  padding: 7px 7px 7px 7px;
  margin: 0;
}
.wrapper-client .img {
}
/*h1{font-size:32px;}
h2,h3{font-size:22px;}
h5{font-size:13px;}*/

h1 {
  font-size: 1.9rem;
  line-height: 2.8rem;
}
h2 {
  font-size: 1.7rem;
  line-height: 2.7rem;
}
h3 {
  font-size: 1.5rem;
  line-height: 2.2rem;
}
h4 {
  font-size: 1.1rem;
  line-height: 1.5rem;
}
h5 {
  font-size: 0.9rem;
  line-height: 1.3rem;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

.wrapper-client-00 {
  max-width: 430px;
  margin: 0 auto;
}

@media (min-width: 568px) {
  #section-client .container {
    padding-right: 1%;
    padding-left: 1%;
  }
  .wrapper-client-00 {
    max-width: 600px;
    margin: 0 auto;
  }
  .wrapper-client-0 {
    padding: 15px 10px 15px 10px;
    margin: 0;
  }
  .wrapper-client {
    padding: 7px;
    margin-bottom: 7px;
    background: #fff;
  }
  #section-client .title {
    font-size: 0.93rem;
  }
  h1 {
    font-size: 1.9rem;
    line-height: 2.8rem;
  }
  h2 {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }
  h3 {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  h4 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  h5 {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}
@media (min-width: 768px) {
  #section-client .container {
    padding-right: 100px;
    padding-left: 100px;
  }
  .wrapper-client-00 {
    max-width: 630px;
  }
  .wrapper-client-0 {
    padding: 15px 10px 15px 10px;
    margin: 0;
  }
  .wrapper-client {
    padding: 7px;
    margin-bottom: 7px;
    background: #fff;
  }
  #section-client .title {
    font-size: 13px;
  }

  h1 {
    font-size: 2.1rem;
    line-height: 3rem;
  }
  h2 {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  h3 {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
  h4 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  h5 {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
@media (min-width: 992px) {
  /* Medium devices (desktops, 992px and up) */
  #section-client .container {
    padding-right: 50px;
    padding-left: 50px;
  }
  .wrapper-client-00 {
    max-width: 1100px;
  }
  .wrapper-client-0 {
    padding: 15px 10px 15px 10px;
    margin: 0;
  }
  .wrapper-client {
    padding: 7px;
    margin-bottom: 7px;
    background: #fff;
  }
  #section-client .title {
    font-size: 13px;
  }
}
@media (min-width: 1280px) {
  /* Large devices (large desktops, 1200px and up) */
  #section-client .container {
    padding-right: 80px;
    padding-left: 80px;
  }
  .wrapper-client-00 {
    max-width: 1100px;
  }
  .wrapper-client-0 {
    padding: 15px 10px 15px 10px;
    margin: 0;
  }
  .wrapper-client {
    padding: 7px;
    margin-bottom: 7px;
    background: #fff;
  }
  #section-client .title {
    font-size: 13px;
  }
}
/* /#section-client */

footer {
  color: #f1f1f1;
  background-color: #333;
}
footer h6 {
  font-size: 0.93rem;
  padding-bottom: 10px;
  padding-top: 30px;
}
footer .container {
  max-width: 1240px;
}
footer ul.menu a:link,
footer ul.menu a:active,
footer ul.menu a:visited {
  color: #f1f1f1;
  font-weight: 500;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.paddingh5 {
  padding: 0 5px !important;
}

.navbar {
}
/** xx **/

.header {
  overflow: visible;
  position: fixed;
  height: 74px;
  width: 100%;
  transition: height 0.3s ease-out, background 0.3s ease-out,
    box-shadow 0.3s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1040;
}
@media (min-width: 992px) {
  .header {
    overflow: hidden;
  }
}

.header.header-small {
  height: 85px;
  box-shadow: 0 0 85px 0 rgba(0, 0, 0, 0.07);
}

.header .container-fluid {
  position: relative;
  height: 100%;
}

/*.inner-header::before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: -1px;
    content: "";
}*/

.inner-header {
  position: relative;
  height: 100%;
  float: left;
  z-index: 1;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .inner-header {
    margin-left: 0px;
  }
}

.extra-nav {
  position: relative;
  height: 100%;
  float: right;
  text-align: right;
}

.inner-navigation {
  height: 100%;
  text-align: center;
}

.inner-nav,
.extra-nav {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}

.inner-nav > ul {
  height: 100%;
  padding: 0;
  margin: 0;
}

.inner-nav > ul > li {
  position: relative;
  display: block;
  height: 100%;
  float: left;
  padding: 0 0.525rem;
  margin: 0;
}

.inner-nav > ul > li > a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 7px;
  letter-spacing: 0.05625rem;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.93rem;
}

.inner-nav > ul > li > a > .menu-item-span {
  position: relative;
}

.extra-nav > ul {
  height: 100%;
}

.extra-nav > ul > li {
  position: relative;
  display: block;
  height: 100%;
  float: left;
  margin: 0;
  transition: padding 0.3s ease-out;
}

.extra-nav > ul > li:first-child {
  border-left: 1px solid;
  padding: 0 0 0 15px;
}

.extra-nav > ul > li:only-child {
  padding-left: 5px;
}

.extra-nav > ul > li:last-child {
  padding-right: 0 !important;
}

.extra-nav > ul > li:last-child > a {
  padding-right: 0 !important;
}

.extra-nav > ul > li > a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 11px;
  letter-spacing: 0.05625rem;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.93rem;
}

.extra-nav > ul > li > a > .menu-item-span {
  position: relative;
  display: block;
}

.top-bar-cart > span > span {
  position: absolute;
  background: #505cfd;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  left: -4px;
  top: 1px;
  text-align: center;
  letter-spacing: 0;
  line-height: 16px !important;
  font-size: 0.5rem;
  color: #fff;
}

.nav-toggle {
  display: block;
}

.header.header-transparent {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header.header-transparent .extra-nav > ul > li > a,
.header.header-transparent .inner-nav > ul > li > a {
  color: #fff;
}

.header.header-transparent .extra-nav > ul > li > a:hover,
.header.header-transparent .extra-nav > ul > li > a.active,
.header.header-transparent .inner-nav > ul > li > a:hover,
.header.header-transparent .inner-nav > ul > li > a.active {
  color: rgba(255, 255, 255, 0.7);
}

.header.header-transparent .extra-nav > ul > li:first-child {
  border-color: rgba(255, 255, 255, 0.1);
}

.header.header-transparent .inner-nav > ul > li > a:hover::after {
  background: #fff;
  margin-left: 0;
  width: 100%;
  left: 0;
}

.header.header-transparent .inner-nav > ul > li > a::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  display: block;
  height: 1px;
  width: 20px;
  bottom: -1px;
  left: 50%;
  margin-left: -10px;
  content: "";
  transition: all 0.3s ease-out;
}

.header,
.header.header-small {
  background: #fff;
  border-bottom: 1px solid rgba(240, 240, 240, 0.8);
}

.header .extra-nav > ul > li > a,
.header .inner-nav > ul > li > a,
.header.header-small .extra-nav > ul > li > a,
.header.header-small .inner-nav > ul > li > a {
  color: #222;
}

.header .extra-nav > ul > li > a:hover,
.header .extra-nav > ul > li > a.active,
.header .inner-nav > ul > li > a:hover,
.header .inner-nav > ul > li > a.active,
.header.header-small .extra-nav > ul > li > a:hover,
.header.header-small .extra-nav > ul > li > a.active,
.header.header-small .inner-nav > ul > li > a:hover,
.header.header-small .inner-nav > ul > li > a.active {
  color: rgba(34, 34, 34, 0.65);
}

.header .extra-nav > ul > li:first-child,
.header.header-small .extra-nav > ul > li:first-child {
  border-color: rgba(240, 240, 240, 0.8);
}

.header .inner-nav > ul > li > a::after,
.header.header-small .inner-nav > ul > li > a::after {
  display: none;
}

@media (min-width: 992px) {
  .nav-toggle {
    display: none !important;
  }

  .inner-navigation.collapse {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .wrapper {
    padding-top: 74px;
  }

  .header,
  .header.header-small,
  .header.header-transparent {
    background: #fff;
    border-bottom: 1px solid rgba(240, 240, 240, 0.8);
  }

  .header .inner-nav > ul > li > a,
  .header.header-small .inner-nav > ul > li > a,
  .header.header-transparent .inner-nav > ul > li > a {
    color: #fff;
  }

  .header .inner-nav > ul > li > a:hover,
  .header.header-small .inner-nav > ul > li > a:hover,
  .header.header-transparent .inner-nav > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.7);
  }

  .header .extra-nav > ul > li:first-child,
  .header.header-small .extra-nav > ul > li:first-child,
  .header.header-transparent .extra-nav > ul > li:first-child {
    border-color: rgba(240, 240, 240, 0.8);
  }

  .header .extra-nav > ul > li > a,
  .header.header-small .extra-nav > ul > li > a,
  .header.header-transparent .extra-nav > ul > li > a {
    color: #222;
  }

  .header .extra-nav > ul > li > a:hover,
  .header.header-small .extra-nav > ul > li > a:hover,
  .header.header-transparent .extra-nav > ul > li > a:hover {
    color: rgba(34, 34, 34, 0.65);
  }

  .header .extra-nav > ul > li > a.off-canvas-open,
  .header.header-small .extra-nav > ul > li > a.off-canvas-open,
  .header.header-transparent .extra-nav > ul > li > a.off-canvas-open {
    display: none;
  }

  .header .inner-nav > ul > li > a::after,
  .header.header-small .inner-nav > ul > li > a::after,
  .header.header-transparent .inner-nav > ul > li > a::after {
    display: none;
  }

  .inner-navigation {
    background: #222;
    text-align: left !important;
    max-height: 340px;
    height: auto;
    top: 100%;
    right: 0;
    left: 0;
  }

  .inner-navigation.show {
    overflow-y: auto;
  }

  .inner-navigation.collapse {
    display: none;
  }

  .inner-navigation.collapse.show {
    display: block;
  }

  .inner-navigation.collapsing {
    height: 0;
    transition: height 0.35s ease;
  }

  .inner-nav {
    display: block;
    padding: 20px 0;
  }

  .inner-nav > ul {
    height: auto;
  }

  .inner-nav > ul > li {
    float: none;
  }

  .inner-nav > ul > li > a {
    padding: 10px 0;
  }

  .inner-nav > ul > li > a > .menu-item-span {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: 0;
  }
}

.inner-nav .sub-menu,
.inner-nav .mega-menu {
  position: absolute;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 14px 32px 4px rgba(0, 0, 0, 0.1);
  min-width: 180px;
  left: 10px;
  margin-top: 5px;
  visibility: hidden;
  text-align: left;
  padding: 15px 0;
  opacity: 0;
}

.inner-nav .sub-menu:not(.mega-menu-row) {
  list-style: none;
}

.inner-nav .sub-menu:not(.mega-menu-row) .sub-menu {
  top: -15px;
  left: 100%;
  margin: 0 4px;
}

.inner-nav .sub-menu:not(.mega-menu-row) li {
  position: relative;
  padding: 0;
  margin: 0;
}

.inner-nav .sub-menu:not(.mega-menu-row) li.menu-item-has-children > a::after {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 0.5rem;
  content: "\e649";
  transition: all 0.3s ease-in-out;
}

.inner-nav .mega-menu {
  white-space: nowrap;
  padding: 0;
}

.inner-nav .mega-menu .sub-menu {
  position: relative;
  background: transparent;
  box-shadow: none;
  padding: 0;
  left: 0;
}

.inner-nav .mega-menu .sub-menu .sub-menu {
  left: auto;
}

.inner-nav .mega-menu .sub-menu + .sub-menu {
  padding-top: 0;
}

.inner-nav .mega-menu .sub-menu .mega-menu-col {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}

.inner-nav .mega-menu .sub-menu .mega-menu-col .sub-menu {
  min-width: 180px;
}

.inner-nav .mega-menu .sub-menu .mega-menu-col + .mega-menu-col {
  padding-left: 0;
}

.inner-nav .mega-menu .sub-menu .mega-menu-col > a {
  pointer-events: none;
  cursor: default;
}

.inner-nav .mega-menu .mega-menu-row {
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 30px 20px;
}

.inner-nav .sub-menu li > a {
  position: relative;
  padding: 8px 20px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-weight: 500;
  font-size: 0.75rem;
  color: #9d9d9d;
}

.inner-nav .sub-menu li > a > i,
.inner-nav .sub-menu li > a > span {
  margin-right: 10px;
}

.inner-nav .sub-menu.mega-menu-row li > a {
  padding-right: 0;
  padding-left: 0;
}

.inner-nav .sub-menu li > a:hover,
.inner-nav .sub-menu li.sub-menu-open,
.inner-nav .sub-menu li.sub-menu-open > a {
  color: rgba(157, 157, 157, 0.65);
}

.inner-nav .mega-menu .sub-menu .mega-menu-col > a {
  font-weight: 600;
  color: #222;
}

.inner-nav > ul li.menu-item-has-children .sub-menu,
.inner-nav > ul li.menu-item-has-children .mega-menu {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  transition: opacity 0.3s 0.1s, visibility 0.3s 0.1s,
    -webkit-transform 0.3s 0.1s;
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s, visibility 0.3s 0.1s;
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s, visibility 0.3s 0.1s,
    -webkit-transform 0.3s 0.1s;
}

.inner-nav > ul > li.menu-item-has-children.sub-menu-open > .sub-menu,
.inner-nav
  > ul
  > li.menu-item-has-children.sub-menu-open
  > .sub-menu
  > .sub-menu-open
  > .sub-menu,
.inner-nav > ul > li.menu-item-has-children.sub-menu-open > .mega-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.inner-nav .sub-menu-open > .sub-menu,
.inner-nav .sub-menu-open > .mega-menu,
.inner-nav .sub-menu-open > .mega-menu .sub-menu {
  visibility: visible;
  opacity: 1;
}

.inner-nav > ul li.menu-item-has-children .mega-menu .sub-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  margin: 0;
}

@media (max-width: 991px) {
  .inner-nav .sub-menu,
  .inner-nav .mega-menu {
    background: #222;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }

  .inner-nav .sub-menu-open > .sub-menu,
  .inner-nav .sub-menu-open > .mega-menu,
  .inner-nav .sub-menu-open > .mega-menu .sub-menu,
  .inner-nav .mega-menu .sub-menu .mega-menu-col {
    position: static;
    display: block !important;
  }

  .inner-nav .sub-menu,
  .inner-nav .mega-menu,
  .inner-nav .sub-menu .sub-menu {
    display: none;
  }

  .inner-nav .mega-menu .sub-menu .mega-menu-col {
    padding: 0;
  }

  .inner-nav .mega-menu .mega-menu-row {
    background-image: none !important;
  }

  .inner-nav .sub-menu,
  .inner-nav .sub-menu.mega-menu-row {
    padding: 0 0.525rem;
  }

  .inner-nav .sub-menu .sub-menu,
  .inner-nav .sub-menu.mega-menu-row .sub-menu {
    padding: 0 0.525rem;
  }

  .inner-nav .sub-menu li > a {
    padding: 0.525rem 0;
  }

  .inner-nav .sub-menu,
  .inner-nav .sub-menu li > a,
  .inner-nav .mega-menu .sub-menu .mega-menu-col > a {
    color: #fff;
  }

  .inner-nav .sub-menu li > a:hover,
  .inner-nav .sub-menu li.sub-menu-open,
  .inner-nav .sub-menu li.sub-menu-open > a {
    color: rgba(255, 255, 255, 0.7);
  }
}

.header + .wrapper .module:first-child {
  padding-top: 194px;
}

.header + .wrapper section.maps-container:first-child {
  padding-top: 74px;
}

/* all */

/* http://themes.2the.me/Boomerang/index.html */
.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 1rem 1.875rem;
  font-size: 0.875rem;
  line-height: 1.25;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn {
  text-transform: uppercase;
  letter-spacing: 0.1125rem;
  font-size: 1rem;
}
.btn.btn-circle {
  border-radius: 1.8rem;
}

.btn-brand {
  color: #fff;
  background-color: #629ed0;
  border-color: #6896bd;
}

.btn-brand:hover {
  color: #fff;
  background-color: #496f90;
  border-color: #496f90;
}

.btn-brand:focus,
.btn-brand.focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 92, 253, 0.5);
}

.btn-brand.disabled,
.btn-brand:disabled {
  background-color: #505cfd;
  border-color: #505cfd;
}

.btn-brand:not([disabled]):not(.disabled):active,
.btn-brand:not([disabled]):not(.disabled).active,
.show > .btn-brand.dropdown-toggle {
  color: #fff;
  background-color: #1e2dfc;
  border-color: #1121fc;
  box-shadow: 0 0 0 0.2rem rgba(80, 92, 253, 0.5);
}

.btn-new-gray {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-new-gray:hover {
  color: #212529;
  background-color: #c5c5c5;
  border-color: #c5c5c5;
}

.btn-new-gray:focus,
.btn-new-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 216, 216, 0.5);
}

.btn-new-gray.disabled,
.btn-new-gray:disabled {
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-new-gray:not([disabled]):not(.disabled):active,
.btn-new-gray:not([disabled]):not(.disabled).active,
.show > .btn-new-gray.dropdown-toggle {
  color: #212529;
  background-color: #bfbfbf;
  border-color: #b8b8b8;
  box-shadow: 0 0 0 0.2rem rgba(216, 216, 216, 0.5);
}
.btn-outline-new-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
.btn-outline-new-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-new-white:focus,
.btn-outline-new-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-new-white.disabled,
.btn-outline-new-white:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-new-white:not(:disabled):not(.disabled):active,
.btn-outline-new-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-new-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-new-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-new-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-new-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.5);
}

/* pricing */
.section-pricing {
  background-color: #cddcdc;
  background-image: radial-gradient(
      at 50% 100%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.25) 0%,
      rgba(0, 0, 0, 0.25) 100%
    );
  background-blend-mode: screen, overlay;
}
.section-pricing .card-body ul li sub {
  vertical-align: sub;
  color: #929d9e;
  font-style: italic;
}
.feature-bar {
  position: absolute;
  top: 21px;
  right: -37px;
  transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -webkit-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  background-color: #7ca6ad;
  color: white;
}
.setup-fee {
  color: #7ca6ad;
  line-height: 170%;
}
.setup-fee span {
  white-space: nowrap;
}
.pricing-note {
  font-style: italic;
  color: #999;
}
.list-group-item-include {
  color: #ffffff;
  background-color: #6d6d6d;
}
/*.included-message{margin-left:-16px;}*/
/* pricing */
/* footer */

.twitter-feed-widget ul > li {
  border: 0;
  margin: 0 0 20px;
}

.twitter-feed-widget ul > li:last-child {
  padding: 0;
  margin: 0;
}

.twitter-feed-widget .timePosted {
  font-size: 0.6875rem;
  margin: 4px 0 0;
}

.twitter-feed-widget .tweet {
  word-wrap: break-word;
  margin: 0;
}

.twitter-feed-widget .user,
.twitter-feed-widget .interact {
  display: none;
}

.widget-recent-works > ul {
  margin: 0 -4px;
}

.widget-recent-works > ul::after {
  display: block;
  clear: both;
  content: "";
}

.widget-recent-works > ul > li {
  border: 0 !important;
  float: left;
  width: 33.333%;
  padding: 4px;
  margin: 0;
}

.widget-recent-works > ul > li > a:hover {
  opacity: 0.5;
}
.footer {
  background: #222;
}

.footer h1,
.footer .h1,
.footer h2,
.footer .h2,
.footer h3,
.footer .h3,
.footer h4,
.footer .h4,
.footer h5,
.footer .h5,
.footer h6,
.footer .h6 {
  color: #fff;
}

.footer a,
.footer .social-icons > li > a {
  color: #cecece;
}

.footer a:hover,
.footer a:focus,
.footer .social-icons > li > a:hover,
.footer .social-icons > li > a:focus {
  color: #f4f4f4;
}

.footer .widget-categories ul li,
.footer .widget-recent-entries ul li,
.footer .widget-recent-entries-custom ul li {
  border-color: #2f2f2f;
}

.footer .form-control {
  background: #1d1d1d;
  border-color: #1c1c1c;
}

.footer-widgets {
  padding: 40px 0 50px;
}

.footer-widgets + .footer-bar {
  border-top: 1px solid #2c2c2c;
}

.footer-bar {
  text-align: center;
  font-size: 0.75rem;
  padding: 22px 0;
}

.footer-bar p {
  margin-bottom: 0;
}
