@charset "UTF-8";
/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */
body {
  font-family: Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  background: #fafafa; }
  @media screen and (max-width: 992px) {
    body {
      font-size: 16px; } }

a {
  color: #1f65b5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a:active, a:focus {
    color: #3f90ff;
    outline: none;
    text-decoration: none !important; }

p {
  margin-bottom: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-family: Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.3; }

figure {
  margin-bottom: 2.5em;
  float: left;
  width: 100%; }
  figure figcaption {
    font-size: 16px;
    width: 80%;
    margin: 20px auto 0px auto;
    color: #b3b3b3;
    font-style: italic;
    font-family: Arial, sans-serif; }
    @media screen and (max-width: 480px) {
      figure figcaption {
        width: 100%; } }

.nobreak span {
  display: inline-block;
  white-space: nowrap; }

::-webkit-selection {
  color: #fff;
  background: #3f90ff; }

::-moz-selection {
  color: #fff;
  background: #3f90ff; }

::selection {
  color: #fff;
  background: #3f90ff; }

#kd-page {
  width: 100%;
  overflow: hidden;
  position: relative; }

#kd-aside {
  padding-top: 60px;
  padding-bottom: 40px;
  width: 20%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  background: #f2f2f2;
  z-index: 1001;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-height: 600px) {
    #kd-aside {
      overflow-y: scroll; } }
  @media screen and (max-width: 1200px) {
    #kd-aside {
      width: 30%;
      padding-top: 20px; } }
  @media screen and (max-width: 768px) {
    #kd-aside {
      width: 270px;
      -moz-transform: translateX(-270px);
      -webkit-transform: translateX(-270px);
      -ms-transform: translateX(-270px);
      -o-transform: translateX(-270px);
      transform: translateX(-270px); } }
  #kd-aside #kd-logo {
    text-align: center;
    margin-bottom: 1.5em; }
    @media screen and (max-width: 1200px) {
      #kd-aside #kd-logo {
        margin-bottom: 1em; } }
    #kd-aside #kd-logo a {
      color: #000; }
      #kd-aside #kd-logo a span {
        font-weight: 300;
        color: rgba(0, 0, 0, 0.5); }
  #kd-aside #kd-main-menu ul {
    text-align: center;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 768px) {
      #kd-aside #kd-main-menu ul {
        margin: 0 0 2em 0; } }
    #kd-aside #kd-main-menu ul li {
      margin: 0 0 20px 0;
      padding: 0;
      list-style: none; }
      @media screen and (max-width: 1200px) {
        #kd-aside #kd-main-menu ul li {
          margin: 0 0 10px 0; } }
      #kd-aside #kd-main-menu ul li a {
        color: rgba(0, 0, 0, 0.9);
        text-decoration: none;
        letter-spacing: .1em;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        position: relative;
        padding: 10px 10px;
        letter-spacing: .05em;
        font-family: Arial, sans-serif;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        #kd-aside #kd-main-menu ul li a:after {
          content: "";
          position: absolute;
          height: 2px;
          bottom: 7px;
          left: 10px;
          right: 10px;
          background-color: #3f90ff;
          visibility: hidden;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          -o-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        #kd-aside #kd-main-menu ul li a:hover {
          text-decoration: none;
          color: black; }
          #kd-aside #kd-main-menu ul li a:hover:after {
            visibility: visible;
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1); }
      #kd-aside #kd-main-menu ul li.kd-active a {
        color: black; }
        #kd-aside #kd-main-menu ul li.kd-active a:after {
          visibility: visible;
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1); }
  #kd-aside .kd-footer {
    position: absolute;
    bottom: 40px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    padding: 0 20px; }
    @media screen and (max-width: 768px) {
      #kd-aside .kd-footer {
        position: relative;
        bottom: 0; } }
    #kd-aside .kd-footer span {
      display: block; }
    #kd-aside .kd-footer ul {
      padding: 0;
      margin: 0;
      text-align: center; }
      #kd-aside .kd-footer ul li {
        padding: 0;
        margin: 0;
        display: inline;
        list-style: none; }
        #kd-aside .kd-footer ul li a {
          color: rgba(0, 0, 0, 0.7);
          padding: 4px; }
          #kd-aside .kd-footer ul li a:hover, #kd-aside .kd-footer ul li a:active, #kd-aside .kd-footer ul li a:focus {
            text-decoration: none;
            outline: none;
            color: #3f90ff; }

#kd-main {
  width: 80%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 1200px) {
    #kd-main {
      width: 70%; } }
  @media screen and (max-width: 768px) {
    #kd-main {
      width: 100%; } }
  #kd-main .kd-narrow-content {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 4em 0;
    clear: both; }
    #kd-main .kd-narrow-content.fst {
      padding-top: 6em; }
      @media screen and (max-width: 1200px) {
        #kd-main .kd-narrow-content.fst {
          padding: 3em 0 0; } }
      @media screen and (max-width: 768px) {
        #kd-main .kd-narrow-content.fst {
          padding: 3em 1.5em 0; } }
    @media screen and (max-width: 1200px) {
      #kd-main .kd-narrow-content {
        padding: 0; } }
    @media screen and (max-width: 768px) {
      #kd-main .kd-narrow-content {
        width: 100%;
        padding: 0 1em; } }
    #kd-main .kd-narrow-content p#name {
      font-weight: bold;
      font-size: 18px;
      text-align: center; }

#kd-hero {
  min-height: 500px;
  background: #fff url(../images/loader.gif) no-repeat center center;
  width: 100%;
  float: left;
  clear: both; }
  #kd-hero .btn {
    font-size: 24px; }
    #kd-hero .btn.btn-primary {
      padding: 14px 30px !important; }
  #kd-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0; }
    #kd-hero .flexslider .slides {
      position: relative;
      overflow: hidden; }
      #kd-hero .flexslider .slides .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        background: rgba(0, 0, 0, 0.3); }
      #kd-hero .flexslider .slides li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        min-height: 500px;
        position: relative; }
    #kd-hero .flexslider .flex-control-nav {
      bottom: 20px;
      z-index: 1000;
      right: 20px;
      float: right;
      width: auto; }
      #kd-hero .flexslider .flex-control-nav li {
        display: block;
        margin-bottom: 10px; }
        #kd-hero .flexslider .flex-control-nav li a {
          background: rgba(255, 255, 255, 0.2);
          -webkit-box-shadow: none;
          box-shadow: none;
          width: 12px;
          height: 12px;
          cursor: pointer; }
          #kd-hero .flexslider .flex-control-nav li a.flex-active {
            cursor: pointer;
            background: transparent;
            border: 2px solid #3f90ff; }
    #kd-hero .flexslider .flex-direction-nav {
      display: none; }
    #kd-hero .flexslider .slider-text {
      display: table;
      opacity: 0;
      min-height: 500px;
      z-index: 9; }
      #kd-hero .flexslider .slider-text > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        min-height: 700px;
        padding: 2em; }
        @media screen and (max-width: 768px) {
          #kd-hero .flexslider .slider-text > .slider-text-inner {
            text-align: left; } }
        #kd-hero .flexslider .slider-text > .slider-text-inner h1, #kd-hero .flexslider .slider-text > .slider-text-inner h2 {
          margin: 0;
          padding: 0;
          color: white;
          font-family: Arial, sans-serif; }
        #kd-hero .flexslider .slider-text > .slider-text-inner h1 {
          margin-bottom: 20px;
          font-size: 45px;
          line-height: 1.3;
          font-weight: 100;
          font-family: Arial, sans-serif; }
          @media screen and (max-width: 768px) {
            #kd-hero .flexslider .slider-text > .slider-text-inner h1 {
              font-size: 28px;
              margin-top: 30px; } }
        #kd-hero .flexslider .slider-text > .slider-text-inner h2 {
          font-size: 18px;
          line-height: 1.5;
          margin-bottom: 30px;
          font-weight: 300; }
          @media screen and (max-width: 768px) {
            #kd-hero .flexslider .slider-text > .slider-text-inner h2 {
              font-size: 16px; } }
          #kd-hero .flexslider .slider-text > .slider-text-inner h2 a {
            color: rgba(63, 144, 255, 0.8);
            border-bottom: 1px solid rgba(63, 144, 255, 0.7); }
        #kd-hero .flexslider .slider-text > .slider-text-inner .heading-section {
          font-size: 50px; }
          @media screen and (max-width: 768px) {
            #kd-hero .flexslider .slider-text > .slider-text-inner .heading-section {
              font-size: 30px; } }
        #kd-hero .flexslider .slider-text > .slider-text-inner .kd-lead {
          font-size: 20px;
          color: #fff; }
          #kd-hero .flexslider .slider-text > .slider-text-inner .kd-lead .icon-heart {
            color: #d9534f; }
        #kd-hero .flexslider .slider-text > .slider-text-inner .btn {
          font-size: 14px;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: #fff;
          padding: 8px 14px !important;
          border: none;
          font-weight: 500; }
          #kd-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn {
            background: #fff;
            color: #000; }
            #kd-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn:hover {
              background: #1f65b5;
              color: #fff; }
          @media screen and (max-width: 768px) {
            #kd-hero .flexslider .slider-text > .slider-text-inner .btn {
              width: 100%; } }

.kd-bg-color {
  width: 100%;
  float: left;
  background: #fff; }

body.offcanvas {
  overflow-x: hidden; }
  body.offcanvas #kd-aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 270px;
    background: #fff;
    z-index: 999;
    position: fixed; }
  body.offcanvas #kd-main, body.offcanvas .kd-nav-toggle {
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px); }

.kd-services {
  margin-top: 5px; }
  .kd-services ul {
    list-style: none;
    padding: 0;
    margin: 0; }

.blog-entry {
  width: 100%;
  float: left;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .blog-entry {
      margin-bottom: 30px; } }
  .blog-entry .blog-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 25px; }
    .blog-entry .blog-img img {
      position: relative;
      max-width: 100%;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-transition: 0.9s;
      -o-transition: 0.9s;
      transition: 0.9s; }
  .blog-entry .desc {
    padding: 25px; }
    .blog-entry .desc h3 {
      font-size: 21px;
      text-transform: uppercase;
      margin-bottom: 22px;
      letter-spacing: 1px;
      line-height: auto; }
      .blog-entry .desc h3 a {
        color: #000;
        text-decoration: none; }
    .blog-entry .desc h4 {
      color: #1f65b5;
      margin-bottom: 8px;
      margin-top: 20px; }
    .blog-entry .desc span {
      display: block;
      margin-bottom: 20px;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #3f90ff; }
      .blog-entry .desc span small i {
        color: #e6e6e6; }
    .blog-entry .desc ul {
      margin: -10px 0 0 0;
      padding: 0; }
      .blog-entry .desc ul li {
        list-style: none;
        margin-right: 10px;
        margin-top: 10px;
        display: inline-block;
        padding: 8px 20px;
        background: #dddddd; }
      .blog-entry .desc ul.btn-list li {
        margin: 0;
        padding: 0;
        background: #FFF; }
        .blog-entry .desc ul.btn-list li a {
          color: #000;
          background: #FFF;
          border: 1px solid #3f90ff; }
          .blog-entry .desc ul.btn-list li a:hover {
            background: #3f90ff;
            color: #FFF; }
    .blog-entry .desc .lead {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #000; }
  .blog-entry:hover .blog-img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

.work {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 270px;
  width: 100%;
  display: table; }
  .work p {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    color: #000;
    font-size: 14px; }
    .work p.two {
      bottom: -70px; }
    @media screen and (max-width: 1200px) {
      .work p.md-two {
        bottom: -70px; } }
    @media screen and (max-width: 992px) {
      .work p.md-two {
        bottom: -50px; } }
    @media screen and (max-width: 768px) {
      .work p.md-two, .work p.two {
        bottom: -70px; } }
  @media screen and (max-width: 768px) {
    .work {
      height: 400px; } }
  @media screen and (max-width: 480px) {
    .work {
      height: 270px; } }
  .work .desc {
    display: table-cell;
    vertical-align: middle;
    height: 270px;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .work .desc h3 {
      font-size: 14px;
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      -o-transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0); }
    .work .desc span {
      display: block;
      color: #999999;
      font-size: 12px;
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      -o-transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      -webkit-transform: translate3d(0, 15px, 0);
      transform: translate3d(0, 15px, 0); }
    @media screen and (max-width: 768px) {
      .work .desc {
        opacity: 1;
        background: transparent !important; }
        .work .desc h3 {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          color: #fff; }
        .work .desc span {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
        .work .desc img {
          opacity: 0; } }
  .work:hover .desc {
    opacity: 1; }
    .work:hover .desc h3 {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .work:hover .desc span {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

.kd-lead {
  font-size: 18px;
  line-height: 1.5; }

.kd-heading-colored {
  color: #3f90ff;
  font-size: 30px; }

.kd-cards {
  padding: 1em 0;
  background: #e6e6e6; }
  @media screen and (max-width: 768px) {
    .kd-cards {
      padding: 1em 0; } }
  .kd-cards .kd-flex-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap; }
    .kd-cards .kd-flex-wrap > div {
      width: 49.5%;
      margin-right: 1%;
      background: #fff;
      padding: 30px;
      margin-bottom: 10px; }
      .kd-cards .kd-flex-wrap > div:nth-of-type(1) {
        float: left; }
      .kd-cards .kd-flex-wrap > div:nth-of-type(2) {
        float: right;
        margin-right: 0%; }
      @media screen and (max-width: 992px) {
        .kd-cards .kd-flex-wrap > div {
          width: 100%;
          margin-right: 0; } }
    .kd-cards .kd-flex-wrap .kd-card p:last-child {
      margin-bottom: 0; }
    .kd-cards .kd-flex-wrap .kd-card h5 {
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: .2em;
      padding: 4px 8px;
      background: #ebebeb;
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline; }

.kd-counter .kd-number {
  font-size: 100px;
  color: #3f90ff;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: .7; }
  .kd-counter .kd-number.kd-left {
    float: left;
    width: 30%; }
    @media screen and (max-width: 768px) {
      .kd-counter .kd-number.kd-left {
        width: 100%;
        line-height: 1.2; } }

.kd-counter .kd-text {
  float: right;
  text-align: left;
  width: 70%; }
  @media screen and (max-width: 768px) {
    .kd-counter .kd-text {
      width: 100%;
      text-align: center; } }
  .kd-counter .kd-text h3 {
    margin: 0;
    padding: 0;
    position: relative; }
    .kd-counter .kd-text h3.border-bottom:after {
      content: "";
      width: 50px; }

.kd-social {
  padding: 0;
  margin: 0;
  text-align: center; }
  .kd-social li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .kd-social li a {
      font-size: 22px;
      color: #000;
      padding: 10px;
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      border-radius: 7px; }
      @media screen and (max-width: 768px) {
        .kd-social li a {
          padding: 10px 8px; } }
      .kd-social li a:hover {
        color: #3f90ff; }
      .kd-social li a:hover, .kd-social li a:active, .kd-social li a:focus {
        outline: none;
        text-decoration: none;
        color: #3f90ff; }

#map {
  width: 100%;
  height: 700px; }
  @media screen and (max-width: 768px) {
    #map {
      height: 200px; } }

.kd-more-contact {
  background: #fafafa; }

.kd-feature {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative; }
  .kd-feature .kd-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    display: table;
    text-align: center;
    background: rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .kd-feature .kd-icon i {
      display: table-cell;
      vertical-align: middle;
      color: #3f90ff;
      font-size: 40px;
      height: 100px; }
      @media screen and (max-width: 1200px) {
        .kd-feature .kd-icon i {
          font-size: 40px; } }
  .kd-feature .kd-text {
    padding-left: 120px;
    width: 100%; }
    .kd-feature .kd-text h2, .kd-feature .kd-text h3 {
      margin: 0;
      padding: 0; }
    .kd-feature .kd-text h3 {
      font-weight: 500;
      margin-bottom: 20px;
      color: rgba(0, 0, 0, 0.8);
      font-size: 14px;
      letter-spacing: .2em;
      text-transform: uppercase; }
  .kd-feature.kd-feature-sm .kd-text {
    margin-top: 30px; }
  .kd-feature.kd-feature-sm .kd-icon i {
    color: #3f90ff;
    font-size: 40px; }
    @media screen and (max-width: 1200px) {
      .kd-feature.kd-feature-sm .kd-icon i {
        font-size: 28px; } }

.kd-heading {
  font-size: 18px;
  margin-bottom: 2em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .kd-heading.kd-light {
    color: #fff; }
  .kd-heading span {
    display: block; }
  @media screen and (max-width: 1200px) {
    .kd-heading {
      margin-top: 2em; } }
  @media screen and (max-width: 768px) {
    .kd-heading {
      margin-bottom: 1em; } }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px !important; }
  .btn.btn-sm {
    padding: 4px 15px !important; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #3f90ff;
  color: #fff;
  border: 1px solid #3f90ff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #fff;
    color: #3f90ff;
    border: 1px solid #3f90ff; }
  .btn-primary.btn-outline {
    background: transparent;
    color: #3f90ff;
    border: 2px solid #3f90ff; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #3f90ff;
      color: #fff; }

.btn-success {
  background: #1f65b5;
  color: #fff;
  border: 1px solid #1f65b5; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #fff;
    color: #1f65b5;
    border: 1px solid #1f65b5; }
  .btn-success.btn-outline {
    background: transparent;
    color: #1f65b5;
    border: 2px solid #1f65b5; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #1f65b5;
      color: #fff; }

.btn-info {
  background: #fff;
  color: #1f65b5;
  border: 1px solid #dddddd; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #1f65b5 !important;
    border-color: #d0d0d0 !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #dddddd;
    border: 2px solid #dddddd; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #dddddd;
      color: #fff; }

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fff; }

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fff; }

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #3f90ff; }

#message {
  height: 130px; }

.kd-nav-toggle {
  cursor: pointer;
  text-decoration: none; }
  .kd-nav-toggle.active i::before, .kd-nav-toggle.active i::after {
    background: #000; }
  .kd-nav-toggle.dark.active i::before, .kd-nav-toggle.dark.active i::after {
    background: #000; }
  .kd-nav-toggle:hover, .kd-nav-toggle:focus, .kd-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .kd-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30px;
    height: 2px;
    color: #000;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .kd-nav-toggle i::before, .kd-nav-toggle i::after {
      content: '';
      width: 30px;
      height: 2px;
      background: #000;
      position: absolute;
      left: 0;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
  .kd-nav-toggle.dark i {
    position: relative;
    color: #000;
    background: #000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .kd-nav-toggle.dark i::before, .kd-nav-toggle.dark i::after {
      background: #000;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }

.kd-nav-toggle i::before {
  top: -7px; }

.kd-nav-toggle i::after {
  bottom: -7px; }

.kd-nav-toggle:hover i::before {
  top: -10px; }

.kd-nav-toggle:hover i::after {
  bottom: -10px; }

.kd-nav-toggle.active i {
  background: transparent; }

.kd-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.kd-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.kd-nav-toggle {
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 4px 10px 16px 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 768px) {
    .kd-nav-toggle {
      opacity: 1;
      visibility: visible; } }

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%; } }

.row-bottom-padded-lg {
  padding-bottom: 7em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
      padding-bottom: 1em; } }

.row-bottom-padded-md {
  padding-bottom: 4em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-md {
      padding-bottom: 1em; } }

.row-bottom-padded-sm {
  padding-bottom: 1em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
      padding-bottom: 1em; } }

.col-padding {
  padding: 10px 10px 50px 10px !important; }

.js .animate-box {
  opacity: 0; }

#get-in-touch {
  background: #232629;
  color: #fff; }
  #get-in-touch h2, #get-in-touch h3, #get-in-touch h4, #get-in-touch h3 a {
    color: #fff; }
  #get-in-touch .kd-heading-colored {
    color: #fff;
    font-size: 30px; }
  #get-in-touch .col-lg-4 a {
    color: #FFF;
    text-decoration: underline; }

.gmap {
  background: #fff; }

.gmap iframe {
  width: 100%;
  padding: 10px; }

.table {
  background: #fff; }

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  padding: 14px; }
  @media screen and (max-width: 768px) {
    .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
      display: block;
      width: 100%;
      padding: 10px;
      font-size: 14px; } }

@media screen and (max-width: 768px) {
  .table th {
    background: #f2f2f2; }
  .table.table-border th {
    background: #4e4e4e;
    color: #fff;
    padding: 8px;
    font-size: 12px; } }

#logo-sp {
  position: fixed;
  z-index: 2;
  top: 0px;
  right: 0px;
  padding: 8px 4px 4px 0;
  width: 180px;
  height: auto;
  background: #1f65b5;
  width: 100%;
  text-align: right;
  height: 46px;
  display: none; }
  @media screen and (max-width: 768px) {
    #logo-sp {
      display: block; } }

@media screen and (max-width: 768px) {
  .bg-head {
    background: #3f90ff;
    padding-bottom: 1em !important;
    padding-top: 5em !important; }
    .bg-head h2 {
      color: #fff; } }

.info, .info a {
  color: #333333; }

.fclt-head {
  padding: 0 15px !important; }

.fclt-body {
  padding: 0 5px !important; }
  .fclt-body h4 {
    border-top: #3f90ff 2px solid;
    padding: 10px 8px;
    margin: 30px -5px 10px -5px; }
  .fclt-body table.list-table03 thead td:nth-child(1) {
    width: 55%; }
  .fclt-body table.list-table03 thead td:nth-child(2),
  .fclt-body table.list-table03 thead td:nth-child(3) {
    width: 22.5%; }
  @media screen and (max-width: 768px) {
    .fclt-body table.list-table thead,
    .fclt-body table.list-table02 thead,
    .fclt-body table.list-table03 thead {
      display: none; }
    .fclt-body table.list-table tr td:nth-child(1),
    .fclt-body table.list-table02 tr td:nth-child(1),
    .fclt-body table.list-table03 tr td:nth-child(1) {
      background: #a9d4ff; }
    .fclt-body table.list-table tr td:nth-child(2)::before,
    .fclt-body table.list-table02 tr td:nth-child(2)::before {
      content: "台数";
      font-size: 11px;
      margin-right: 15px; }
    .fclt-body table.list-table tr td:nth-child(3)::before {
      content: "メーカー";
      font-size: 11px;
      margin-right: 15px; }
    .fclt-body table.list-table tr td:nth-child(4)::before {
      content: "導入日";
      font-size: 11px;
      margin-right: 15px; }
    .fclt-body table.list-table03 tr td:nth-child(2)::before {
      content: "最大荷重";
      font-size: 11px;
      margin-right: 15px; }
    .fclt-body table.list-table03 tr td:nth-child(3)::before {
      content: "ワークサイズ";
      font-size: 11px;
      margin-right: 15px; }
    .fclt-body .accordion .accordion-trigger {
      background: #1f65b5;
      padding: 5px;
      color: #FFF;
      cursor: pointer; }
      .fclt-body .accordion .accordion-trigger:before {
        content: url("../images/accordion-arrow-down.png");
        margin-right: 5px; }
    .fclt-body .accordion .accordion-box {
      display: none; }
    .fclt-body .accordion.active .accordion-trigger:before {
      content: url("../images/accordion-arrow-up.png");
      margin-right: 5px; }
    .fclt-body .accordion.active .accordion-box {
      display: block; } }

#integrated-system #services-image02 {
  margin-top: 50px; }

@media screen and (max-width: 1200px) {
  #integrated-system .txt {
    margin-bottom: 30px; } }

#nc-box {
  background: #e3f0f5;
  overflow: hidden;
  padding-top: 15px; }
  #nc-box .desc {
    height: 400px; }
  @media screen and (max-width: 1199px) {
    #nc-box {
      min-height: 830px;
      padding-bottom: 10px; } }
  @media screen and (max-width: 992px) {
    #nc-box {
      min-height: auto;
      padding-top: 5px;
      padding-bottom: 5px; }
      #nc-box .desc {
        height: 240px; } }

.bp {
  color: #1f65b5; }

.form-paper {
  background: #fff;
  padding: 40px;
  border: 6px solid #dddddd; }

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1200px) {
    .display-flex {
      display: block; } }
  .display-flex .flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center; }
    @media screen and (max-width: 1200px) {
      .display-flex .flex-1 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        display: none; } }
  .display-flex .flex-2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2; }
    @media screen and (max-width: 1200px) {
      .display-flex .flex-2 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none; } }

.form-group label span {
  background: #3f90ff;
  color: #FFF;
  padding: 2px 5px;
  margin-right: 5px; }

.ERR {
  color: #C00;
  font-weight: bold; }

@media screen and (max-height: 900px) {
  .kd-aside {
    overflow: auto;
    min-height: 900px; }
  #kd-aside .kd-footer {
    position: static; } }
