/*-----------------------------------------------------------------------------------

	Theme Name : LeSigma
	Theme URI  : http://themeforest.net/user/zytheme
	Description: LeSigma is a pixel perfect creative html5 marketing landing page based on designed with great attention to details, flexibility and performance. It is ultra professional, smooth and sleek, with a clean modern layout.
	Author     : zytheme
	Author URI : http://themeforest.net/user/zytheme
	Version    : 1.0

-----------------------------------------------------------------------------------*/
/*!
// Contents
// ------------------------------------------------>

1.  Global Styles
2.  Typography
3.	Color
4.	Align
5.	Grid
6.	Background
7.	Breadcrumbs
8.	Buttons
9.  Forms
10. Heading
11. Loading
12. Header
13. Menu
14. Hero
15. Clients
16. Video
17. Services
18. Testimonial
19. Feature
20. Call To Action
21. Pricing Tables
22. Footer
23. Farousel
24. Landing
25. Skills
26. Footer
27. Counters
28. Contact
29. Thank

/*------------------------------------*\
    #GLOBAL STYLES
\*------------------------------------*/
/*
WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)
*/
body,
html {
  overflow-x: hidden;
}

html {
  font-size: 16px;
}

body {
  background-color: #ffffff;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  margin: 0;
}

.wrapper {
  background-color: #ffffff;
}

* {
  outline: none;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  background-color: #1e2088;
  color: #ffffff;
  text-shadow: none;
}

a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #1e2088;
}

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

a:focus {
  color: #15165e;
  outline: none;
  text-decoration: none;
}

a:active {
  color: #15165e;
  outline: none;
  text-decoration: none;
}

hr {
  margin: 0;
  border-color: #FBEBEB;
}

textarea {
  resize: none;
}

button.btn {
  margin-bottom: 0;
}

.modal-backdrop {
  z-index: 1020;
  background-color: rgba(34, 34, 34, 0.95);
}

.fullscreen {
  height: 100vh !important;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .fullscreen {
    height: auto !important;
  }
}

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-weight: 700;
  margin: 0 0 28px;
  line-height: 1;
}

.h1,
h1 {
  font-size: 52px;
}

.h2,
h2 {
  font-size: 42px;
}

.h3,
h3 {
  font-size: 38px;
}

.h4,
h4 {
  font-size: 32px;
}

.h5,
h5 {
  font-size: 24px;
}

.h6,
h6 {
  font-size: 18px;
}

p {
  color: #000000;
  font-weight: 400;
  line-height: 1.55;
}

.lead {
  font-size: 1.1em;
  line-height: 1.8;
}

/* Aligning Text */
.text--left {
  text-align: left !important;
}

.text--right {
  text-align: right !important;
}

.text--center {
  text-align: center !important;
}

.text--just {
  text-align: justify !important;
}

.align--top {
  vertical-align: top;
}

.align--bottom {
  vertical-align: bottom;
}

.align--middle {
  vertical-align: middle;
}

.align--baseline {
  vertical-align: baseline;
}

/* Weight Text */
.bold {
  font-weight: bold;
}

.regular {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.break-word {
  word-wrap: break-word;
}

.no-wrap {
  white-space: nowrap;
}

/* Text Color */
.text-white {
  color: #ffffff !important;
}

.text-gray {
  color: #fef6f6 !important;
}

.text-black {
  color: #000000;
}

.text-theme {
  color: #1e2088;
}

.text--capitalize {
  text-transform: capitalize !important;
}

.text--uppercase {
  text-transform: uppercase !important;
}

.font-heading {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
}

.font-body {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
}

.font-18 {
  font-size: 24px;
}

.font-16 {
  font-size: 16px;
}

.font-20 {
  font-size: 20px;
}

.font-40 {
  font-size: 40px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  text-center-xs {
    text-align: center !important;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  text-center-sm {
    text-align: center !important;
  }
}

.higlighted-style1 {
  background-color: #1e2088;
  color: #fff;
  padding: 5px 0;
}

.higlighted-style2 {
  background-color: #000000;
  color: #fff;
  padding: 5px 0;
}

.higlighted-style3 {
  background-color: #fef6f6;
  color: #1e2088;
  padding: 5px 0;
}

/*------------------------------------*\
    #COLORS
\*------------------------------------*/
.color-heading {
  color: #000000 !important;
}

.color-theme {
  color: #1e2088 !important;
}

.color-white {
  color: #ffffff !important;
}

.color-gray {
  color: #fef6f6 !important;
}

/*------------------------------------*\
    #Align
\*------------------------------------*/
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 20px;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* All margin */
.m-0 {
  margin: 0 !important;
}

.m-xs {
  margin: 10px;
}

.m-sm {
  margin: 20px;
}

.m-md {
  margin: 40px;
}

.m-lg {
  margin: 80px;
}

/* top margin */
.mt-0 {
  margin-top: 0;
}

.mt-xs {
  margin-top: 10px;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-150 {
  margin-top: 150px;
}

/* bottom margin */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

/* right margin */
.mr-0 {
  margin-right: 0;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-150 {
  margin-right: 150px;
}

/* left margin */
.ml-0 {
  margin-left: 0;
}

.ml-xs {
  margin-left: 10px;
}

.ml-sm {
  margin-left: 20px;
}

.ml-md {
  margin-left: 40px;
}

.ml-lg {
  margin-left: 80px;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-150 {
  margin-left: 150px;
}

/* All padding */
.p-0 {
  padding: 0 !important;
}

.p-xs {
  padding: 10px;
}

.p-sm {
  padding: 20px;
}

.p-md {
  padding: 40px;
}

.p-lg {
  padding: 80px;
}

/* top padding */
.pt-0 {
  padding-top: 0 !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

/* bottom padding */
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px !important;
}

/* right padding */
.pr-0 {
  padding-right: 0;
}

.pr-xs {
  padding-right: 10px;
}

.pr-sm {
  padding-right: 20px;
}

.pr-md {
  padding-right: 40px;
}

.pr-lg {
  padding-right: 80px;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-150 {
  padding-right: 150px;
}

/* left padding */
.pl-0 {
  padding-left: 0 !important;
}

.pl-30 {
  padding-left: 30px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-150 {
  padding-left: 150px;
}

/* Postions */
.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

/* Zindex*/
.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-3 {
  z-index: 3;
}

/* Borders */
.border-all {
  border: 1px solid #1e2088;
}

.border-top {
  border-top: 1px solid #1e2088;
}

.border-bottom {
  border-bottom: 1px solid #1e2088;
}

.border-right {
  border-right: 1px solid #1e2088;
}

.border-left {
  border-left: 1px solid #1e2088;
}

/* Display */
.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.hide {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
  .pull-none-xs {
    float: none !important;
    text-align: center !important;
  }
  .mb-15-xs {
    margin-bottom: 15px;
  }
  .mb-30-xs {
    margin-bottom: 30px !important;
  }
  .mb-50-xs {
    margin-bottom: 50px;
  }
  .mb-60-xs {
    margin-bottom: 60px !important;
  }
  .p-none-xs {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center !important;
  }
  .mb-0-sm {
    margin-bottom: 0;
  }
  .mb-15-sm {
    margin-bottom: 15px;
  }
  .mb-30-sm {
    margin-bottom: 30px !important;
  }
  .mb-50-sm {
    margin-bottom: 50px;
  }
  .mb-60-sm {
    margin-bottom: 60px;
  }
  .pb-15-sm {
    padding-bottom: 15px;
  }
  .pb-30-sm {
    padding-bottom: 30px;
  }
  .pb-50-sm {
    padding-bottom: 50px;
  }
  .pb-60-sm {
    padding-bottom: 60px;
  }
  .p-none-sm {
    padding-right: 0;
    padding-left: 0;
  }
  .pull-none-sm {
    float: none !important;
    text-align: center !important;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
}

/*------------------------------------*\
    #Grid
\*------------------------------------*/
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

/* Postion Helpers */
.pos-fixed {
  position: fixed;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.pos-static {
  position: static;
}

.pos-top {
  top: 0;
}

.pos-bottom {
  bottom: 0;
}

.pos-right {
  right: 0;
}

.pos-left {
  left: 0;
}

.pos-vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
}

.height-700 {
  height: 700px !important;
}

.height-500 {
  height: 500px !important;
}

.height-800 {
  height: 800px !important;
}

@media only screen and (min-width: 992px) {
  .hidden-lg,
  .hidden-md {
    display: none;
  }
}

/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
.bg-theme {
  background-color: #1e2088 !important;
}

.bg-gray {
  background-color: #fef6f6 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-dark {
  background-color: #000000 !important;
}

.bg-gradient {
  background: bottom center #ffffff;
}

.bg-pink {
  background-color: #fff4f0 !important;
}

/* Background Image */
.bg-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.bg-overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-light:before {
  background-color: #ffffff;
  opacity: 0.8;
}

.bg-overlay-dark:before {
  background-color: #222222;
  opacity: 0.9;
}

.bg-overlay-theme:before {
  background-color: #1e2088;
  opacity: 0.7;
}

.bg-parallex {
  background-attachment: fixed;
}

.bg-ytvideo.bg-overlay:before {
  z-index: 1;
  opacity: .7;
}

/* Background Color Palettes */
.bg-purple {
  color: #ffffff;
  background-color: #cc66cc !important;
}

.bg-sun-flower {
  color: #ffffff;
  background-color: #f1c40f !important;
}

.bg-orange {
  color: #ffffff;
  background-color: #f39c12 !important;
}

.bg-carrot {
  color: #ffffff;
  background-color: #e67e22 !important;
}

.bg-pumpkin {
  color: #ffffff;
  background-color: #d35400 !important;
}

.bg-alizarin {
  color: #ffffff;
  background-color: #e74c3c !important;
}

.bg-pomegranate {
  color: #ffffff;
  background-color: #c0392b !important;
}

.bg-turquoise {
  color: #ffffff;
  background-color: #1abc9c !important;
}

.bg-green-sea {
  color: #ffffff;
  background-color: #16a085 !important;
}

.bg-emerald {
  color: #ffffff;
  background-color: #2ecc71 !important;
}

.bg-nephritis {
  color: #ffffff;
  background-color: #27ae60 !important;
}

.bg-peter-river {
  color: #ffffff;
  background-color: #3498db !important;
}

.bg-belize-hole {
  color: #ffffff;
  background-color: #2980b9 !important;
}

.bg-amethyst {
  color: #ffffff;
  background-color: #9b59b6 !important;
}

.bg-wisteria {
  color: #ffffff;
  background-color: #8e44ad !important;
}

.bg-wet-asphalt {
  color: #ffffff;
  background-color: #34495e !important;
}

.bg-wet-asphalt {
  color: #ffffff;
  background-color: #34495e !important;
}

.bg-midnight-blue {
  color: #ffffff;
  background-color: #2c3e50 !important;
}

.bg-silver {
  color: #ffffff;
  background-color: #bdc3c7 !important;
}

.bg-concrete {
  color: #ffffff;
  background-color: #859596 !important;
}

.bg-asbestos {
  color: #ffffff;
  background-color: #7f8c8d !important;
}

.bg-asbestos {
  color: #ffffff;
  background-color: #7f8c8d !important;
}

.bg-graphite {
  color: #ffffff;
  background-color: #454545 !important;
}

.bg-gray-0 {
  background-color: #EEEEEE !important;
  color: #454545;
}

.bg-gray-1 {
  background-color: #ECECEC !important;
  color: #454545;
}

.bg-gray-2 {
  background-color: #BDC3C7 !important;
  color: #454545;
}

.bg-gray-3 {
  background-color: #DADFE1 !important;
  color: #454545;
}

.bg-gray-5 {
  background-color: #ECF0F1 !important;
  color: #454545;
}

.bg-gray-4 {
  background-color: #F2F1EF !important;
  color: #454545;
}

.bg-gray-6 {
  background-color: #D2D7D3 !important;
  color: #454545;
}

.bg-gray-7 {
  background-color: #E6E6E6 !important;
  color: #454545;
}

.bg-orange-1 {
  background-color: #F9690E !important;
  color: #ffffff;
}

.bg-orange-2 {
  background-color: #D35400 !important;
  color: #ffffff;
}

.bg-orange-3 {
  background-color: #F89406 !important;
  color: #ffffff;
}

.divider-1 {
  height: 1px;
  background-color: #fce5e6;
}

.divider-2 {
  height: 1px;
  width: 100%;
  background-color: #fdedee;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  border-radius: 4px;
  padding: 10px 0px;
  width: 100%;
  max-width: 400px;
  height: auto;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  border-bottom: #9a9a9a 3px solid;
}

.btn.active, .btn:active, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: none;
}

.btn:hover {
  color: #fff;
}

.btn-video {
  width: 80px;
  height: 80px;
  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;
  background-color: #ffffff;
  border-radius: 50%;
}

.btn-video i {
  font-size: 16px;
  color: #1e2088;
}

a.back {
  position: absolute;
  top: 54px;
  left: 70px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.14;
  text-transform: capitalize;
  color: #ffffff;
}

a.back:hover span {
  -webkit-transform: rotate(-180deg) translateX(10px);
          transform: rotate(-180deg) translateX(10px);
}

a.back.dark {
  color: #000000;
}

a.back span {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-right: 15px;
}

/* Button Primary */
.btn--primary {
  background-color: #1e2088;
  color: #ffffff;
}

.btn--primary:active, .btn--primary:focus, .btn--primary:hover {
  background-color: #000000;
  color: #ffffff;
}

.bg-dark .btn--primary:active, .bg-dark .btn--primary:focus, .bg-dark .btn--primary:hover {
  background-color: #ffffff;
  color: #1e2088;
}

/* Button Secondary*/
.btn--secondary {
  background-color: #99cc66;
  color: #ffffff;
}

.btn--secondary:active, .btn--secondary:focus, .btn--secondary:hover {
  background-color: #99cc66;
  color: #ffffff;
}

/* Button White */
.btn--white {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  border-radius: 4px;
}

.btn--white:active, .btn--white:focus, .btn--white:hover {
  background-color: #1e2088;
  color: #ffffff;
  border-color: #1e2088;
}

/* Button Block */
.btn--block {
  width: 100%;
}

.btn--auto {
  width: auto;
}

/* Button Rounded */
.btn--rounded {
  border-radius: 50px;
}

/* Button Bordered */
.btn--bordered {
  background-color: transparent;
}

.btn--bordered.btn--primary {
  color: #1e2088;
  border-color: #1e2088;
}

.btn--bordered.btn--primary:active, .btn--bordered.btn--primary:focus, .btn--bordered.btn--primary:hover {
  color: #ffffff;
  background-color: #1e2088;
  border-color: #1e2088;
}

.btn--bordered.btn--secondary {
  color: #000000;
  border-color: #000000;
}

.btn--bordered.btn--secondary:active, .btn--bordered.btn--secondary:focus, .btn--bordered.btn--secondary:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

.btn--bordered.btn--white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn--bordered.btn--white:active, .btn--bordered.btn--white:focus, .btn--bordered.btn--white:hover {
  color: #1e2088;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn--white.btn--secondary {
  color: #000000;
  border-color: #ffffff;
  background-color: #ffffff;
}

.btn--white.btn--secondary:active, .btn--white.btn--secondary:focus, .btn--white.btn--secondary:hover {
  color: #ffffff;
  background-color: #1e2088;
  border-color: #1e2088;
}

/* Btn Arrows */
.btn--arrows {
  position: relative;
}

.btn--arrows:before {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 26px;
  line-height: 51px;
  font-family: 'icomoon';
  content: "\e901";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn--arrows span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  height: 100%;
  width: 100%;
}

.btn--arrows span i {
  margin-left: 7px;
}

.btn--arrows:hover span {
  -webkit-transform: translateY(300%);
          transform: translateY(300%);
}

.btn--arrows:hover:before {
  top: 0;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
.form-control {
  color: #000000;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 57px;
  height: 57px;
  text-transform: capitalize;
  border: 0;
  border-bottom: 1px solid #DEE2E6;
  background: transparent;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  border-color: #1e2088;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.form-control::-webkit-input-placeholder {
  color: #000000;
}

.form-control:-moz-placeholder {
  color: #000000;
}

.form-control::-moz-placeholder {
  color: #000000;
}

.form-control:-ms-input-placeholder {
  color: #000000;
}

/* Placeholder */
.input-group {
  border-radius: 0;
  border: 1px solid grey;
  background-color: transparent;
  overflow: hidden;
  padding: 3px;
}

.input-group .btn {
  width: 160px;
}

.input-group .input-group-btn {
  border-radius: 50px;
  overflow: hidden;
}

.subscribe-alert {
  margin-top: 1.5rem;
  font-weight: 400;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.subscribe-alert .alert {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  border-radius: 50px;
}

.form-inline .form-control {
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  width: 221px;
  height: 51px;
  border-radius: 50px;
  margin-right: 30px;
  padding-left: 20px;
  border-bottom: none;
  margin-bottom: 0;
}

/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading .heading-title {
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  color: #000000;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.heading .heading-desc {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  color: #000000;
  margin-bottom: 0;
  padding: 0;
}

.heading .heading-desc img {
  display: inline-block;
  width: 20%;
}

.heading .heading-desc div {
  display: inline-block;
}

.heading.heading-light .heading-title {
  color: #ffffff;
}

.heading.heading-light .heading-desc {
  color: #ffffff;
}

.heading-1 {
  margin-bottom: 78px;
}

.heading-2 {
  margin-bottom: 35px;
}

.heading-3 {
  margin-bottom: 48px;
}

.heading-3 .heading-title {
  font-size: 45px;
}

.heading-3 .heading-desc {
  font-size: 18px;
  line-height: 1.5;
}

.heading-4 {
  margin-bottom: 80px;
  padding-right: 45px;
}

@media screen and (max-width: 767px) {
  .heading-4 {
    padding-right: 0;
  }
}

.heading-4 .heading-title {
  margin-bottom: 15px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .heading .heading-title {
    font-size: 24px;
  }
  .heading .heading-title br {
    display: none;
  }
}

/*------------------------------------*\
    #LOADING-SECTION
\*------------------------------------*/
.preloader {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  background-color: #ffffff;
  overflow: hidden;
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header.header-transparent {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}

@media screen and (min-width: 992px) {
  .header-2 .navbar-expand-lg > .container,
  .header-2 .navbar-expand-lg > .container-fluid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 70px;
  }
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .navbar {
  margin-bottom: 0;
  border-radius: 0;
  min-height: 100px;
  border: none;
  padding: 0;
}

.header .navbar .navbar-brand {
  margin-right: 0;
}

.header .navbar .navbar-brand .logo-dark {
  display: none;
}

.header .navbar .navbar-brand .logo-light {
  display: inline-block;
}

.header .navbar .navbar-nav > li {
  margin-right: 30px;
  position: relative;
}

.header .navbar .navbar-nav > li:last-child {
  margin-right: 0;
}

.header .navbar .navbar-nav > li > a {
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 139px;
  color: #000000;
  padding: 0;
  position: relative;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header .navbar .navbar-nav > li.active > a,
.header .navbar .navbar-nav > li > a:focus,
.header .navbar .navbar-nav > li > a:hover {
  color: #1e2088;
}

@media screen and (max-width: 991px) {
  .header .navbar .navbar-nav > li {
    margin-right: 0;
  }
  .header .navbar .navbar-nav > li a {
    margin-right: 0;
    padding: 15px 10px;
    color: #000000;
    line-height: 1;
  }
  .header .navbar .navbar-nav > li.active {
    background-color: #1e2088;
  }
  .header .navbar .navbar-nav > li.active a {
    color: #ffffff;
  }
}

.header .navbar.navbar-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-animation: navbarFixed 0.8s;
          animation: navbarFixed 0.8s;
}

.header .navbar.navbar-fixed .navbar-brand .logo-dark {
  display: inline-block;
}

.header .navbar.navbar-fixed .navbar-brand .logo-light {
  display: none;
}

.header .navbar.navbar-fixed .navbar-nav > li a {
  color: #000000;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .header .navbar.navbar-fixed .navbar-nav > li a:hover {
    background-color: #1e2088;
    color: #ffffff;
  }
}

.header .navbar.navbar-fixed .navbar-nav > li.active a {
  color: #1e2088;
}

@media screen and (max-width: 991px) {
  .header .navbar.navbar-fixed .navbar-nav > li.active {
    background-color: #1e2088;
  }
  .header .navbar.navbar-fixed .navbar-nav > li.active a {
    color: #ffffff;
  }
}

@-webkit-keyframes navbarFixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes navbarFixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
  .navbar .navbar-brand {
    height: 100px;
    line-height: 100px;
    max-width: 120px;
  }
  .navbar .navbar-brand img {
    max-width: 100%;
    height: auto;
  }
  .navbar .navbar-toggler {
    width: 30px;
    height: 30px;
    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;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    outline: none;
    padding: 0;
  }
}

@media only screen and (max-width: 991px) and (min-width: 992px) {
  .navbar .navbar-toggler {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-color: transparent;
  }
  .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before, .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
    top: 0;
  }
  .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .navbar .navbar-toggler .navbar-toggler-icon {
    width: 100%;
    height: 2px;
    background-color: #1e2088;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .navbar .navbar-toggler .navbar-toggler-icon:before, .navbar .navbar-toggler .navbar-toggler-icon:after {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #1e2088;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .navbar .navbar-toggler .navbar-toggler-icon:before {
    top: -10px;
  }
  .navbar .navbar-toggler .navbar-toggler-icon:after {
    top: 10px;
  }
  .navbar .navbar-collapse {
    background-color: #ffffff;
    padding: 15px;
  }
  .navbar.navbar-fixed .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-color: transparent;
  }
  .navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon {
    background-color: #1e2088;
  }
  .navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon:before, .navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon:after {
    background-color: #1e2088;
  }
}

@media only screen and (max-width: 575px) {
  .navbar .navbar-brand {
    margin-left: 15px;
  }
  .navbar .navbar-toggler {
    margin-right: 15px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav > li {
    margin-right: 16px;
  }
  .module .module-icon,
  .module-consultation .btn {
    margin-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .module-container {
  padding-left: 25px;
}

@media screen and (max-width: 991px) {
  .header .module-container {
    padding-left: 0;
    margin-top: 15px;
    padding-right: 15px;
  }
}

.header .module-container .module-cta .btn {
  width: 182px;
  height: 53px;
  padding: 0 17px;
  display: block;
  cursor: pointer;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  background-color: #1e2088;
  border: 0;
  border-radius: 50px;
  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;
  z-index: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}

@media screen and (max-width: 991px) {
  .header .module-container .module-cta .btn {
    width: 170px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #1e2088;
    font-size: 13px;
  }
  .header .module-container .module-cta .btn:before {
    line-height: 40px;
  }
}

.header .module-container .module-cta .btn:hover {
  background-color: #000000;
}

.header .module-container .module-social {
  line-height: 139px;
}

.header .module-container .module-social ul {
  padding-left: 30px;
  border-left: 1px solid rgba(30, 32, 136, 0.4);
  list-style: none;
  line-height: 18px;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .header .module-container .module-social ul {
    border-left: none;
    padding-left: 0;
  }
}

.header .module-container .module-social ul li {
  display: inline-block;
  margin-right: 25px;
}

.header .module-container .module-social ul li:last-child {
  margin-right: 0;
}

.header .module-container .module-social ul li a {
  color: #000000;
  font-size: 16px;
}

.header .module-container .module-social ul li a:hover {
  color: #1e2088;
}

.header .navbar-fixed .module-container .module-cta .btn {
  background-color: #1e2088;
  color: #ffffff;
}

/*------------------------------------*\
    #Hero
\*------------------------------------*/
.hero {
  padding-top: 270px;
  padding-bottom: 270px;
  background-color: #ffffff;
  background-image: url("../images/background/bg-1.jpg");
  overflow: visible;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}

@media screen and (max-width: 991px) {
  .hero {
    padding-top: 170px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: unset;
    background-position-y: 67px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero {
    padding-top: 190px;
  }
}

.hero .hero-cotainer {
  position: relative;
  z-index: 1;
}

.hero .hero-cotainer .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.hero .hero-cotainer .hero-content .hero-erabareru {
  display: inline-block;
  margin: 0 auto 11px;
  font-size: 2em;
  font-weight: 700;
  color: #fff;
  background-color: #1e2088;
  padding: 5px 30px;
}

@media screen and (max-width: 767px) {
  .hero .hero-cotainer .hero-content .hero-erabareru {
    font-size: 21px;
  }
}

.hero .hero-cotainer .hero-content .hero-headline {
  color: #000000;
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .hero .hero-cotainer .hero-content .hero-headline {
    font-size: 20px;
  }
}

.hero .hero-cotainer .hero-content .hero-headline span {
  font-size: 1.5em;
  display: inline-block;
  margin-top: 15px;
}

.hero .hero-cotainer .hero-content .hero-taiken-kakomi {
  font-size: 1.7em;
  font-weight: 600;
  border: 3px solid;
  display: inline-block;
  margin: auto;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .hero .hero-cotainer .hero-content .hero-taiken-kakomi {
    font-size: 1.2em;
  }
}

.hero .hero-cotainer .hero-content .hero-taiken-kakomi span {
  color: #99cc66;
}

.hero .hero-cotainer .hero-content .hero-bio {
  color: #000000;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 33px;
}

.hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm {
  position: relative;
}

.hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm .form-control {
  margin-bottom: 0;
  background-color: #ffffff;
  border-radius: 50px;
  padding-left: 40px;
  padding-right: 250px;
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm .form-control {
    padding-left: 25px;
    padding-right: 178px;
  }
}

.hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm .btn {
  position: absolute;
  top: 3px;
  right: 3px;
}

@media screen and (max-width: 767px) {
  .hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm .btn {
    width: 170px;
  }
}

.hero .hero-cotainer .hero-content .hero-action .form-action {
  position: relative;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.hero .hero-cotainer .hero-content .hero-action .form-action .input-group {
  border: none;
  padding: 0;
}

.hero .hero-cotainer .hero-content .hero-action .form-action .input-group .btn {
  width: 220px;
}

@media screen and (max-width: 767px) {
  .hero .hero-cotainer .hero-content .hero-action .form-action .input-group .btn {
    width: 170px;
  }
}

.hero .hero-cotainer .hero-content .hero-action .form-action .form-control {
  margin-bottom: 0;
  background-color: #ffffff;
  border-radius: 0;
  padding-left: 40px;
  padding-right: 250px;
  border-bottom: 0;
  width: calc(100% - 230px);
}

@media screen and (max-width: 767px) {
  .hero .hero-cotainer .hero-content .hero-action .form-action .form-control {
    padding-left: 25px;
    padding-right: 178px;
  }
}

.hero .hero-cotainer .hero-content .hero-action .form-action .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 60;
  height: 57px;
  line-height: 57px;
}

@media screen and (max-width: 767px) {
  .hero .hero-cotainer .hero-content .hero-action .form-action .btn {
    width: 170px;
  }
}

.hero .scroll-to i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  color: #1e2088;
  font-size: 42px;
  cursor: pointer;
  -webkit-animation: 1s Up-Down ease-in-out infinite;
          animation: 1s Up-Down ease-in-out infinite;
}

.hero.hero-lead {
  padding-top: 40px;
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .hero.hero-lead {
    padding-top: 200px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .hero.hero-lead {
    text-align: center;
  }
}

.hero.hero-lead .contact-form {
  background-color: #ffffff;
  padding: 30px 50px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(30, 32, 136, 0.16);
          box-shadow: 0 3px 6px rgba(30, 32, 136, 0.16);
  position: relative;
  border: #000 1px solid;
}

@media screen and (max-width: 991px) {
  .hero.hero-lead .contact-form {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
  }
}

@media screen and (max-width: 991px) {
  .hero.hero-lead .contact-form {
    margin-top: 50px;
    text-align: left;
  }
}

.hero.hero-lead .contact-form .ribbon {
  position: absolute;
  right: -8px;
  top: 27px;
  width: 108px;
  height: 57px;
  background: url("../images/background/ribbon.svg") no-repeat center;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .hero.hero-lead .contact-form .ribbon {
    top: 12px;
  }
}

.hero.hero-lead .contact-form .ribbon span {
  font-size: 22px;
  line-height: 57px;
  text-transform: uppercase;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .hero.hero-lead .contact-form .heading {
    text-align: left;
    margin-top: 30px;
  }
}

.hero.hero-lead .contact-form .heading .heading-title {
  font-weight: 700;
}

.hero.hero-lead .contact-form .form-group {
  position: relative;
  height: 57px;
  text-align: left;
  margin-bottom: 30px;
  padding-top: 7px;
}

.hero.hero-lead .contact-form .form-group label {
  position: absolute;
  left: 10px;
  top: 0;
  padding: 0 8px;
  background-color: #ffffff;
  font-size: 12px;
  text-transform: capitalize;
  margin-bottom: 0;
  z-index: 1;
}

.hero.hero-lead .contact-form .form-group .form-control {
  border: 1px solid #DEE2E6;
  border-radius: 2px;
  line-height: 50px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 17px;
}

.hero.hero-lead .hero-cotainer {
  padding-bottom: 78px;
}

@media screen and (max-width: 991px) {
  .hero.hero-lead .hero-cotainer {
    padding: 20px 5px 78px;
    background-color: #ffffffab;
  }
}

@media screen and (min-width: 992px) {
  .hero.hero-lead .hero-cotainer .hero-content {
    margin-top: 170px;
  }
}

.shape-bottom {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.shape-top {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}

.divider-brushe {
  position: relative;
  max-width: 670px;
}

.divider-brushe:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/background/brushe.svg") no-repeat center center;
}

.clients {
  padding-bottom: 0;
  background-color: #fff;
  background-size: cover;
}

.clients .owl-carousel {
  padding-bottom: 42px;
}

.clients .client {
  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;
  height: 80px;
}

.clients .client:hover img {
  opacity: 1;
}

.clients .client img {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.5;
  width: auto;
  max-width: 100%;
}

/*------------------------------------*\
    #Video
\*------------------------------------*/
.video {
  height: 390px;
  background-size: cover;
  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;
  margin-bottom: 30px;
}

.video-section {
  padding-top: 110px;
  padding-bottom: 120px;
}

.video-section .video {
  height: 500px;
}

/*------------------------------------*\
#Services
\*------------------------------------*/
.services {
  padding: 120px 0;
}

.services dl {
  padding: 30px;
  margin: 0;
}

.services dl dd {
  font-size: 14px;
}

.services a {
  display: block;
  margin-top: 30px;
  text-align: center;
}

.services .service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.services .service-content .service-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
  margin-bottom: 8px;
}

.services .service-content .service-list li:last-child {
  margin-bottom: 0;
}

.services .service-content .service-list li span {
  margin-top: 4px;
  color: #1e2088;
  margin-right: 15px;
}

.services .service-card {
  position: relative;
  width: 528px;
  height: 450px;
  margin: 0 auto;
}

@media screen and (max-width: 467px) {
  .services .service-card {
    width: 320px;
  }
}

@media screen and (min-width: 468px) and (max-width: 767px) {
  .services .service-card {
    width: 460px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .services .service-card {
    width: 450px;
  }
}

@media screen and (max-width: 991px) {
  .services .service-card {
    margin-bottom: 50px;
  }
}

.services .service-card .service-card-top {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 152px;
  height: 152px;
  border-radius: 4px;
  z-index: 0;
}

.services .service-card .service-card-middle {
  position: relative;
  padding: 30px 80px 0 30px;
}

@media screen and (max-width: 991px) {
  .services .service-card .service-card-middle {
    max-width: 470px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .services .service-card .service-card-middle {
    padding: 30px 30px 0 30px;
  }
}

.services .service-card .service-card-middle img {
  position: relative;
  z-index: 1;
}

.services .service-card .service-card-bottom {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 157px;
  height: 180px;
  border-radius: 4px;
  z-index: 3;
  padding: 33px 29px;
  cursor: pointer;
}

/*------------------------------------*\
    #Testimonial
\*------------------------------------*/
.testimonials {
  padding: 120px 0;
  background-color: #1e20881a;
}

@media screen and (max-width: 767px) {
  .testimonials {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.testimonials .owl-carousel:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../images/background/bg-map.svg") center center no-repeat;
  background-size: contain;
}

.testimonials .testimonial-panel {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  margin-bottom: 43px;
}

@media screen and (max-width: 991px) {
  .testimonials .testimonial-panel {
    padding: 0 20px;
  }
}

.testimonials .testimonial-panel .testimonial-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonials .testimonial-panel .testimonial-body .testimonial-icon {
  width: 58px;
  height: 40px;
  margin: 0 auto 50px auto;
  background: url("../images/background/quote-icon.svg") no-repeat center center;
}

.testimonials .testimonial-panel .testimonial-body p {
  text-align: left;
}

.testimonials .testimonial-panel .testimonial-body .testimonial-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.testimonials .testimonial-panel .testimonial-body .testimonial-author p {
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 0;
  color: #000000;
  text-transform: capitalize;
}

.testimonials .testimonial-panel .testimonial-body .testimonial-author p span {
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #1e2088;
  margin-bottom: 0;
}

.testimonials .testimonial-panel .testimonial-body .testimonial-author p span::before {
  content: '-';
  font-size: 12px;
  margin-right: 5px;
}

.testimonials .owl-thumbs {
  width: 370px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .testimonials .owl-thumbs {
    width: auto;
  }
}

.testimonials .owl-thumbs .testimonial-img {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  margin-right: 7px;
  margin-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.testimonials .owl-thumbs .testimonial-img img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}

.testimonials .owl-thumbs .testimonial-img.active {
  position: relative;
}

.testimonials .owl-thumbs .testimonial-img.active:before {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  content: '';
  background-color: #1e2088;
  -webkit-box-shadow: 0 5px 10px rgba(33, 37, 41, 0.3);
          box-shadow: 0 5px 10px rgba(33, 37, 41, 0.3);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

/*------------------------------------*\
    #Features
\*------------------------------------*/
.features {
  padding-top: 110px;
  padding-bottom: 65px;
}

@media screen and (max-width: 991px) {
  .features {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}

.features .feature-panel {
  position: relative;
  margin-bottom: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 991px) {
  .features .feature-panel {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 370px;
    margin: 0 auto 50px auto;
  }
}

.features .feature-panel .feature-fig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.features .feature-panel .feature-fig img {
  padding: 30px;
  margin-top: -85px;
}

.features .feature-panel .feature-fig p {
  position: relative;
  margin-left: 0px;
  margin-right: 20px;
  padding: 0 20px 0 15px;
  font-size: 12px;
  color: #fff;
  background: #1e2088;
}

.features .feature-panel .feature-fig p::after {
  display: block;
  position: absolute;
  content: "";
  bottom: -18px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 9px solid #1e208852;
  border-right: 15px solid #1e208852;
  border-bottom: 9px solid transparent;
  border-left: 15px solid transparent;
}

.features .feature-panel .feature-fig p span {
  display: inline-block;
  padding-left: 5px;
  margin-top: -2px;
  vertical-align: middle;
  font-weight: 700;
  font-size: 24px;
}

.features .feature-panel .feature-icon {
  color: #1e2088;
  font-size: 31px;
  line-height: 70px;
  margin-right: 0px;
  position: relative;
  margin-bottom: 33px;
  width: 70px;
  height: 70px;
  text-align: center;
}

.features .feature-panel .feature-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background-image: url("../images/background/bg-icon.svg");
  background-size: cover;
}

.features .feature-panel .feature-icon i {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
}

.features .feature-panel .feature-icon:hover i {
  -webkit-animation: pulse 0.9s infinite;
          animation: pulse 0.9s infinite;
}

.features .feature-panel .feature-content h3 {
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 9px;
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {
  .features .feature-panel .feature-content h3 {
    text-align: center;
  }
}

.features .feature-panel .feature-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  color: #000000;
}

.features-2 {
  padding-top: 95px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .features-2 {
    padding-top: 45px;
    padding-bottom: 35px;
  }
}

.features-2 .shien img {
  display: block;
  margin: auto;
}

.features-2 .shien dl {
  padding: 0 5px;
}

.features-2 .shien dl dt {
  margin: 10px 0;
  font-size: 14px;
}

.features-2 .shien dl dd {
  font-size: 13px;
}

.features-2 .feature-panel {
  margin-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 991px) {
  .features-2 .feature-panel {
    max-width: none;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .features-2 .feature-panel {
    margin-right: 100px;
  }
}

.features-2 .feature-panel .feature-icon {
  margin-right: 30px;
  text-align: center;
}

.features-2 .feature-panel .feature-icon i {
  width: 70px;
}

.feature-left .feature-panel {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 18px;
}

.feature-left .feature-panel:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.feature-left .feature-panel .feature-icon {
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 0;
}

.feature-left .feature-panel .feature-content {
  padding-left: 68px;
}

/* feature left circle  */
.feature-left-circle .feature-content h3 {
  font-size: 22px;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 15px;
}

.feature-left-circle .feature-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  padding: 0;
}

.feature-left-circle .feature-icon {
  width: 45px;
  height: 45px;
  line-height: 42px;
  border-radius: 50%;
  color: #1e2088;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-size: 24px;
  border: 2px solid #1e2088;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.feature-left-circle:hover .feature-icon {
  background: #1e2088;
  border-color: #1e2088;
  color: #ffffff;
}

.feature-divider {
  margin-top: 0;
  margin-bottom: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .feature-panel {
    margin-bottom: 20px;
  }
  .feature-panel .feature-icon {
    margin-bottom: 10px;
  }
  .feature img {
    max-width: 100%;
    height: auto;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-panel {
    margin-bottom: 20px;
  }
}

/*------------------------------------*\
    #Call To Action
\*------------------------------------*/
.cta {
  padding: 100px 0;
}

.cta .contact-form {
  padding: 20px 2vw 0;
  border: #efefef 1px solid;
  font-size: 13px;
  line-height: 1;
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 5px #ccc;
          box-shadow: 2px 2px 5px #ccc;
  margin: 20px auto 100px;
}

.cta h3 {
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  color: #000000;
  font-size: 3em;
  line-height: 1.3;
  margin-bottom: 80px;
  padding: 0 30px;
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {
  .cta h3 {
    font-size: 26px;
    padding: 0;
    line-height: 35px;
  }
}

.cta h3.divider-brushe {
  max-width: 690px;
}

.cta p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 38px;
}

/*------------------------------------*\
    #PRICING-SECTION
\*------------------------------------*/
.pricing {
  padding-top: 110px;
  padding-bottom: 122px;
  position: relative;
}

.pricing .pricing-switcher {
  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;
  margin-top: 25px;
  margin-bottom: 50px;
}

.pricing .pricing-switcher input {
  display: none;
}

.pricing .pricing-switcher label {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  color: #000000;
}

.pricing .pricing-switcher label:hover, .pricing .pricing-switcher label.active {
  color: #1e2088;
}

.pricing .pricing-switcher .indicator {
  width: 53px;
  height: 23px;
  background-color: #1e2088;
  border-radius: 20px;
  margin: 0 20px;
  position: relative;
  cursor: pointer;
}

.pricing .pricing-switcher .indicator .ball {
  display: inline-block;
  width: 24px;
  height: 23px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #1e2088;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.pricing .pricing-switcher .indicator .ball.yearly {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.pricing .pricing-switcher .indicator .ball.monthly {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.pricing .pricing-panel {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 30px 50px 0 rgba(232, 80, 91, 0.1);
          box-shadow: 0px 30px 50px 0 rgba(232, 80, 91, 0.1);
  padding-bottom: 30px;
  margin-bottom: 35px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 991px) {
  .pricing .pricing-panel {
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
}

.pricing .pricing-panel.visible {
  position: relative;
  z-index: 5;
}

.pricing .pricing-panel.hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.pricing .pricing-panel .pricing-head {
  border-radius: 4px 4px 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
  overflow: hidden;
}

.pricing .pricing-panel .pricing-head .best-banner {
  position: absolute;
  top: 20px;
  right: 0;
  -webkit-transform: rotate(45deg) translate(35px, -30px);
          transform: rotate(45deg) translate(35px, -30px);
  padding: 15px;
  width: 190px;
  text-align: center;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  background-color: #1e2088;
}

.pricing .pricing-panel .pricing-head::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.pricing .pricing-panel .pricing-head .pricing-type {
  margin-bottom: 10px;
}

.pricing .pricing-panel .pricing-head .pricing-type .type {
  font-size: 60px;
  line-height: 1.17;
  text-transform: capitalize;
  font-weight: 500;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .pricing .pricing-panel .pricing-head .pricing-type .type {
    font-size: 32px;
  }
}

.pricing .pricing-panel .pricing-head .pricing-type .currency {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-right: 5px;
  color: #ffffff;
}

.pricing .pricing-panel .pricing-head .pricing-type .price {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.17;
  color: #ffffff;
}

.pricing .pricing-panel .pricing-head .pricing-type .per {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
}

.pricing .pricing-panel .pricing-head .pricing-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  color: #ffffff;
}

.pricing .pricing-panel .pricing-body {
  text-align: center;
}

.pricing .pricing-panel .pricing-body .pricing-list {
  margin-bottom: 30px;
}

.pricing .pricing-panel .pricing-body .pricing-list li {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
  text-align: center;
  padding: 18px;
}

.pricing .pricing-panel .pricing-body .pricing-list li:nth-child(even) {
  background-color: #fef6f6;
}

.pricing .pricing-panel .pricing-body .pricing-list li.disabled {
  text-decoration: line-through;
  color: #adb5bd;
}

.pricing .pricing-panel .pricing-body .btn {
  width: 186px;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .pricing .pricing-panel .pricing-body .btn {
    width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
  }
}

.pricing .pricing-panel .pricing-body .pricing-desc {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .pricing .pricing-panel .pricing-body .pricing-desc {
    padding: 0 15px;
  }
}

/*------------------------------------*\
    #Footer
\*------------------------------------*/
.footer .footer-widgets-container {
  padding-top: 70px;
  padding-bottom: 45px;
}

.footer .list-unstyled {
  margin-bottom: 0;
}

.footer .navbar-brand {
  margin-right: 0;
  margin-bottom: 7px;
  max-width: 45px;
}

.footer .navbar-brand img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .footer .navbar-brand {
    margin-bottom: 25px;
  }
}

.footer .navigation {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .footer .navigation {
    text-align: center;
  }
}

.footer .navigation li {
  display: inline-block;
}

.footer .navigation li .nav-link {
  font-size: 16px;
  line-height: 1.19;
  color: #000000;
  font-weight: 400;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-transform: capitalize;
}

.footer .navigation li .nav-link:hover {
  color: #1e2088;
}

.footer .footer-contact {
  margin-bottom: 25px;
}

.footer .footer-contact li,
.footer .footer-contact a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
}

.footer .footer-contact li {
  margin-bottom: 10px;
}

.footer .footer-contact li:last-child {
  margin-bottom: 0;
}

.footer .footer-contact a:hover {
  color: #1e2088;
}

@media screen and (max-width: 991px) {
  .footer .footer-phone {
    margin-bottom: 25px;
  }
}

.footer .footer-phone a {
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  color: #1e2088;
}

@media screen and (max-width: 767px) {
  .footer .footer-phone a {
    font-size: 18px;
    line-height: 1.5;
  }
}

.footer .footer-phone a i {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
}

.footer .footer-phone a i:before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 30px;
  height: 30px;
  content: '';
  background: url("../images/background/call-icon.svg") no-repeat center center;
}

.footer .footer-phone a:hover {
  color: #000000;
}

.footer-copyright-mini {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #999999;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
  color: #000000;
}

.footer-copyright-mini a {
  color: #1e2088;
}

.footer-copyright {
  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;
  padding-top: 33px;
  padding-bottom: 33px;
  color: #999999;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
  color: #000000;
}

@media screen and (max-width: 991px) {
  .footer-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-copyright a {
  color: #1e2088;
}

.footer-copyright a:hover {
  color: #000000;
}

.footer-social li {
  display: inline-block;
  margin-right: 24px;
}

.footer-social li:last-child {
  margin-right: 0;
}

.footer-social li a {
  font-size: 21px;
  color: #000000;
}

.footer-social li a:hover {
  color: #1e2088;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .footer-copyright {
    font-size: 12px;
  }
}

/*------------------------------------*\
    #Carousel
\*------------------------------------*/
.carousel-dots .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.carousel-dots .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border: solid 1px #1e2088;
  background-color: #1e2088;
  border-radius: 50%;
  margin-right: 13px;
}

.carousel-dots .owl-dots .owl-dot.active {
  background-color: #ffffff;
  border: 2px solid #1e2088;
}

.carousel-dots .owl-dots .owl-dot:hover, .carousel-dots .owl-dots .owl-dot:focus {
  outline: none;
}

.carousel-navs .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
}

.carousel-navs .owl-nav [class*="owl-"] span {
  display: none;
}

.carousel-navs .owl-nav [class*="owl-"]::before {
  font-family: 'icomoon';
  font-size: 30px;
  color: #1e2088;
}

@media screen and (max-width: 991px) {
  .carousel-navs .owl-nav [class*="owl-"]::before {
    display: none;
  }
}

.carousel-navs .owl-nav [class*="owl-"]:hover:before {
  color: #000000;
}

.carousel-navs .owl-nav .owl-prev {
  left: -40px;
  -webkit-transform: rotate(-180deg) translateY(50%);
          transform: rotate(-180deg) translateY(50%);
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .carousel-navs .owl-nav .owl-prev {
    left: 0;
  }
}

.carousel-navs .owl-nav .owl-prev::before {
  content: '\e901';
}

.carousel-navs .owl-nav .owl-next {
  right: -40px;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .carousel-navs .owl-nav .owl-next {
    right: 0;
  }
}

.carousel-navs .owl-nav .owl-next::before {
  content: '\e901';
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .carousel-dots .owl-controls {
    margin-top: 20px;
  }
}

/*------------------------------------*\
    #Promo Page
\*------------------------------------*/
.landing-hero {
  padding: 125px 0;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .landing-hero {
    height: auto;
    padding-top: 160px;
  }
}

.landing-hero .landing-content {
  padding-top: 100px;
}

@media screen and (max-width: 991px) {
  .landing-hero .landing-content {
    padding-top: 50px;
    margin-bottom: 50px;
    text-align: center;
  }
}

.landing-hero .landing-content h1 {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 33px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .landing-hero .landing-content h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .landing-hero .landing-content h1 {
    font-size: 34px;
    line-height: 50px;
  }
}

@media screen and (max-width: 991px) {
  .landing-hero .landing-content {
    font-size: 50px;
    line-height: 55px;
  }
}

.landing-hero .landing-content p {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.landing-hero .landing-content .scroll-to i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  color: #1e2088;
  font-size: 42px;
  cursor: pointer;
  -webkit-animation: 1s Up-Down ease-in-out infinite;
          animation: 1s Up-Down ease-in-out infinite;
}

.landing-demos {
  padding: 120px 0 40px 0;
}

.landing-demos .showcase-card {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  margin: 0 auto 80px auto;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {
  .landing-demos .showcase-card {
    max-width: 500px;
  }
}

.landing-demos .showcase-card .showcase-card-img {
  -webkit-box-shadow: 0px 30px 50px rgba(33, 37, 40, 0.1);
          box-shadow: 0px 30px 50px rgba(33, 37, 40, 0.1);
  margin-bottom: 30px;
}

.landing-demos .showcase-card .showcase-card-img img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.landing-demos .showcase-card a {
  color: #000000;
  text-align: center;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.landing-demos .showcase-card a:hover {
  color: #1e2088;
}

.landing-demos .showcase-card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.landing-action {
  background-position: 0% 0%;
  padding: 120px 0;
}

.landing-action h3 {
  color: #000000;
  font-size: 45px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .landing-action h3 {
    font-size: 28px;
    line-height: 35px;
  }
}

.landing-action p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 5px;
}

.landing-featues {
  padding-bottom: 50px;
}

.landing-featues .feature-box {
  margin-bottom: 50px;
}

@-webkit-keyframes Up-Down {
  0% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(90deg);
            transform: translateY(20px) rotate(90deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
}

@keyframes Up-Down {
  0% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(90deg);
            transform: translateY(20px) rotate(90deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
}

/*------------------------------------*\
    #Skills
\*------------------------------------*/
.skills {
  background-color: #1e20881a;
}

.skills .progressbar {
  margin-bottom: 43px;
}

.skills .progressbar:last-of-type {
  margin-bottom: 0;
}

.skills .progress {
  height: 8px;
  background-color: #FFE4D9;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
}

.skills .progress-bar {
  height: 8px;
  background-color: #1e2088;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 0;
}

.skills .progress-title {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  line-height: 1;
}

.skills .progress-title .title {
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 2px;
}

.skills .progress-title .value {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  line-height: inherit;
  padding-top: 0;
  position: absolute;
  margin-left: -27px;
  /* opacity: 0;
            transition: opacity 500ms 300ms linear; */
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .skills .heading {
    margin-bottom: 30px;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skills .heading {
    margin-bottom: 30px;
  }
}

.counters-card {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .counters-card {
    padding-top: 45px;
    padding-bottom: 35px;
  }
}

.counters-card .counters {
  background-color: #FFF4F0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 42px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .counters-card .counters {
    margin: 25px auto;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .counters-card .counters {
    padding: 15px 20px;
  }
}

.counters-card .counters img {
  margin-right: 20px;
}

.counters-card .counters i {
  margin-right: 30px;
  color: #1e2088;
  font-size: 70px;
}

.counters-card .counters .counters-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.counters-card .counters .counters-content .counting {
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  width: 80px;
  display: block;
  text-align: center;
}

.counters-card .counters .counters-content .type {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  text-transform: capitalize;
}

/*------------------------------------*\
    #Contact Form
\*------------------------------------*/
@media screen and (max-width: 767px) {
  .modal-dialog {
    max-width: 310px;
    border-radius: 4px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    max-width: 470px;
    border-radius: 4px;
  }
}

.popup-contact-form {
  background-color: #ffffff;
  text-align: center;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .popup-contact-form {
    padding: 10px;
  }
}

.popup-contact-form .heading .heading-title {
  font-size: 30px;
  margin-bottom: 4px;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .popup-contact-form .heading .heading-title {
    font-size: 26px;
  }
}

.popup-contact-form .heading .heading-desc {
  line-height: 1.31;
}

.popup-contact-form p.notice {
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .popup-contact-form p.notice {
    padding: 0 45px;
  }
}

.connect {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
}

.connect .connect-link {
  display: inline-block;
}

.connect .connect-link a {
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #000000;
  text-transform: capitalize;
  position: relative;
}

.connect .connect-link a span {
  display: inline-block;
  position: relative;
}

.connect .connect-link a span:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #000000;
}

.connect .connect-link a i {
  margin-left: 8px;
}

.connect .connect-link a:hover {
  color: #1e2088;
}

.connect .connect-link a:hover span:before {
  background-color: #1e2088;
}

.connect.connect-light {
  color: #ffffff;
}

.connect.connect-light .connect-link a {
  color: #000000;
}

.connect.connect-light .connect-link a span:before {
  background-color: #000000;
}

.connect.connect-light .connect-link a:hover {
  color: #ffffff;
}

.connect.connect-light .connect-link a:hover span:before {
  background-color: #ffffff;
}

/*------------------------------------*\
    #Thanks
\*------------------------------------*/
.thank-you {
  padding: 150px 0;
}

.thank-you .slogan {
  width: 85px;
  height: 85px;
  margin-bottom: 50px;
}

.thank-you .slogan img {
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
}

.btn-shiryo {
  color: #000;
  background-color: #fff;
  border: #656565 1px solid;
  -webkit-box-shadow: 0px 2px 0px #9a9a9a;
          box-shadow: 0px 2px 0px #9a9a9a;
}

.btn-shiryo:hover {
  color: unset;
}

.badge-success {
  background-color: #99cc66;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.hero::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #fff), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, #fff 60%, rgba(0, 0, 0, 0));
}

@media screen and (max-width: 767px) {
  .hero::before {
    width: 45%;
  }
}

@media screen and (min-width: 992px) {
  .hero .hero-action {
    margin-top: -150px;
  }
}

.hero .hero-action .table {
  font-size: 13px;
}

.lp_lead {
  position: relative;
  padding: 1em 3em;
  text-align: center;
  font-weight: 700;
  max-width: 600px;
  margin: 0 auto 60px;
  font-size: 1rem;
}

.lp_lead::before, .lp_lead::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
}

.lp_lead::before {
  right: 0;
  bottom: 0;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.lp_lead::after {
  top: 0;
  left: 0;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.message {
  position: relative;
  padding: 90px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/add/message.jpg);
  z-index: 0;
}

.message p {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}

.message::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
}
/*# sourceMappingURL=style.css.map */