@charset "UTF-8";
/*=====================================================================
@Default Styles

Table of Content:
01/ variables
02/ predefine
03/ button
04/ preloader
05/ header
06/ banner
07/ breadcrumb
08/ features
09/ service
10/ price
11/ about
12/ testimonial
13/ screenshot
14/ joblist
15/ faq
16/ portfolio
17/ contact
18/ error
19/ shop
20/ blog
21/ footer

=====================================================================*/
/*====================================================*/
/*=== fonts ====*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=M+PLUS+Rounded+1c:wght@800&display=swap');
/*===== color =====*/
/*====================================================*/
/*====================================================*/
a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

i:before {
  margin-left: 0px !important;
}

body {
  font: 400 15px/28px 'Noto Sans JP', sans-serif;
  letter-spacing: 0px;
  color: #535353;
  padding: 0px;
  overflow-x: hidden;
  z-index: 0;
}

.body_wrapper {
  z-index: 20;
  overflow: hidden;
}
#apps_craft_animation{
	background-image:url("../img/header_tb.jpg");
	background-repeat: repeat-x;
	background-position: top center;
    background-size: contain;
}

a, .btn, button {
  text-decoration: none;
  outline: none;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
  text-decoration: none;
  outline: none;
}

.left-text{
	text-align: left;
}

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

.seo_sec_title h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #263b5e;
  margin-bottom: 15px;
}
.seo_sec_title p {
  font-size: 16px;
  font-weight: 300;
  color: #535353;
  margin-bottom: 0;
}
.kounenki_box {
	 background-color: #fcfef4;
	display: block;
	width:92%;
	max-width:830px;
	margin: 0 auto 80px;
	padding: 40px 40px 10px 40px;
	box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.1);
	border: 10px solid;
	border-color: #FFFFFF;
	z-index: 500;
}
#norikoe {
	margin-top:100px; 
}
#minamiosaka {
	margin-top:100px; 
}
#charge {
	 background-color: #fcfef4;
	display: block;
	width:92%;
	max-width:830px;
	margin: 0 auto 80px;
	padding: 40px 40px 10px 40px;
	box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.1);
	border: 10px solid;
	border-color: #FFFFFF;
}

@media (min-width: 1250px) {
  .container {
    max-width: 1200px;
  }
#apps_craft_animation{
	background-image:url("../img/header_pc.jpg");
	background-repeat: repeat-x;
	background-position: top center;
    background-size: contain;
}
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
#apps_craft_animation{
	background-image:url("../img/header_sp.jpg");
	background-repeat: no-repeat;
	background-position: top center;
    background-size: contain;
}
.kounenki_box {
	 background-color: #fcfef4;
	display: block;
	width:92%;
	margin: 0 auto 80px;
	padding: 20px 20px 0px 20px;
	box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.1);
	border: 10px solid;
	border-color: #FFFFFF;
	z-index: 500;
}
}
.container.custom_container {
  max-width: 1520px;
}

.f_size_50 {
  font-size: 50px;
}

.f_size_40 {
  font-size: 40px;
}

.f_size_30 {
  font-size: 30px;
}

.f_size_28 {
  font-size: 28px;
}

.f_size_22 {
  font-size: 22px;
}

.f_size_24 {
  font-size: 24px;
}

.f_size_20 {
  font-size: 20px;
}

.f_size_18 {
  font-size: 18px;
}

.f_size_16 {
  font-size: 16px;
}

.f_size_15 {
  font-size: 15px;
}
.f_size_12 {
  font-size: 12px;
}
.l_height60 {
  line-height: 60px;
}

.l_height50 {
  line-height: 50px;
}

.l_height45 {
  line-height: 45px;
}

.l_height40 {
  line-height: 40px;
}

.l_height30 {
  line-height: 30px;
}

.l_height34 {
  line-height: 34px;
}

.l_height28 {
  line-height: 28px;
}

.f_p {
  font-family: 'Noto Sans JP', sans-serif;
}

/*=========== font-weight ==============*/
.f_300 {
  font-weight: 300;
}

.f_400 {
  font-weight: 400;
}

.f_500 {
  font-weight: 500;
}

.f_600 {
  font-weight: 600;
}

.f_700 {
  font-weight: 700;
}

.f_900 {
  font-weight: 900;
}

.t_color {
  color: #333333;
}

.w_color {
  color: #fff;
}
.t_color1 {
  color: #22ac38;
}	
.t_color2 {
  color: #3f4451;
}

.t_color3 {
  color: #222d39;
}
	
.d_p_color {
  color: #bdbed6;
}

.bg_color {
  background: #fbfbfd;
}

.dk_bg_one {
  background: #090a21;
}

.dk_bg_two {
  background: #0f1029;
}

.seo_title_color {
  color: #263b5e;
}

.mt_60 {
  margin-top: 60px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_75 {
  margin-top: 75px;
}

.mt_100 {
  margin-top: 100px;
}

.mt_130 {
  margin-top: 130px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_30 {
  margin-bottom: -30px;
}

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

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

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

.mb_60 {
  margin-bottom: 60px;
}

.mb_90 {
  margin-bottom: 90px;
}

.pl_20 {
  padding-left: 20px;
}

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

.pl_40 {
  padding-left: 40px;
}

.pl_50 {
  padding-left: 50px;
}

.pl_100 {
  padding-left: 100px;
}

.pl_70 {
  padding-left: 70px;
}

.pl_120 {
  padding-left: 120px;
}

.pr_100 {
  padding-right: 100px;
}

.pr_120 {
  padding-right: 120px;
}

.pr_70 {
  padding-right: 70px;
}

.pr_50 {
  padding-right: 50px;
}

.pr_20 {
  padding-right: 20px;
}

.pt_150 {
  padding-top: 150px;
}

.pt_120 {
  padding-top: 40px;
}

.sec_pad {
  padding: 120px 0px;
}

/*====================================================*/
/*====================================================*/
.btn_hover {
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s linear;
}
.btn_hover:hover {
  color: #fff;
}

.btn_get {
  font: 500 14px/47px 'Noto Sans JP', sans-serif;
  color: #22ac38;
  border: 2px solid #ccc5fa;
  border-radius: 4px;
  box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
  padding: 0px 23px;
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  transition: all 0.3s ease;
  min-width: 120px;
  text-align: center;
}
.btn_get:hover {
  color: #fff;
  background: #097c25;
  border-color: #097c25;
  box-shadow: none;
}

.btn_get_two {
  box-shadow: none;
  background: #22ac38;
  border-color: #22ac38;
  color: #fff;
}
.btn_get_two:hover {
  background: transparent;
  color: #fff;
}

.price_btn {
  font: 500 15px/53px 'Noto Sans JP', sans-serif;
  color: #22ac38;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding: 0px 25px;
  display: inline-block;
  transition: background 0.2s linear;
}
.price_btn:hover {
  color: #fff;
}

.slider_btn {
  font: 500 14px/20px 'Noto Sans JP', sans-serif;
  border-radius: 45px;
  padding: 15px 35px;
  background: #fff;
}
.slider_btn:hover {
  color: #fff;
}

.btn_three {
  font: 500 14px 'Noto Sans JP', sans-serif;
  color: #fff;
  background: #22ac38;
  border-radius: 3px;
  padding: 15px 30px;
  border: 1px solid #22ac38;
  margin-top: 50px;
  transition: all 0.3s linear;
  cursor: pointer;
  display: inline-block;
}
.btn_three:hover {
  color: #097c25;
  background: transparent;
}

.agency_banner_btn {
  font: 500 14px 'Noto Sans JP', sans-serif;
  color: #fff;
  background: #22ac38;
  box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
  border-radius: 3px;
  padding: 16px 38px;
  border: 1px solid #22ac38;
  transition: all 0.2s linear;
  cursor: pointer;
}
.agency_banner_btn:hover {
  color: #22ac38;
  box-shadow: none;
  background: transparent;
}

.agency_banner_btn_two {
  font: 500 14px 'Noto Sans JP', sans-serif;
  color: #222d39;
  position: relative;
  margin-left: 50px;
  transition: color 0.2s linear;
}
.agency_banner_btn_two:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #60656d;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: background 0.2s linear;
}
.agency_banner_btn_two:hover {
  color: #22ac38;
}
.agency_banner_btn_two:hover:before {
  background: #22ac38;
}

.software_banner_btn {
  font: 500 14px 'Noto Sans JP', sans-serif;
  color: #fff;
  background: #22ac38;
  box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
  display: inline-block;
  padding: 16px 42px;
  border-radius: 45px;
  border: 0px;
  transition: all 0.2s linear;
}
.software_banner_btn:hover {
  color: #097c25;
  background: #fff;
}

.video_btn {
  font: 500 14px 'Noto Sans JP', sans-serif;
  color: #fff;
  margin-left: 30px;
}
.video_btn .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  color: #22ac38;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  margin-right: 18px;
  vertical-align: middle;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.19);
}
.video_btn span {
  display: inline-block;
  position: relative;
}
.video_btn span:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #fff;
}
.video_btn:hover {
  color: #fff;
}

.btn_four {
  font: 500 14px 'Noto Sans JP', sans-serif;
  padding: 16px 40px;
  border-radius: 45px;
  color: #fff;
  border: 1px solid #22ac38;
  background: #22ac38;
  cursor: pointer;
}
.btn_four:hover {
  color: #22ac38;
  background: transparent;
}

.saas_banner_btn {
  padding: 16px 40px;
  background: #22ac38;
  border-radius: 4px;
  color: #fff;
}
.saas_banner_btn:hover {
  color: #097c25;
  background: #fff;
}

.btn_five {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 3px;
  padding: 12px 28px;
}
.btn_five:hover {
  background: #097c25;
  border-color: #097c25;
}

.app_btn {
  box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
  background-color: #22ac38;
  display: inline-block;
  padding: 14px 40px;
  color: #fff;
  border-radius: 45px;
  border: 1px solid #22ac38;
}
.app_btn:hover {
  color: #097c25;
  background: #fbfbfd;
  box-shadow: none;
}

.gr_btn {
  font: 500 14px 'Noto Sans JP', sans-serif;
  color: #23b1fe;
  display: inline-block;
  padding: 15px 31px;
  position: relative;
  min-width: 140px;
  border-radius: 4px;
  background-image: -moz-linear-gradient(-48deg, #237efd 0%, #24b0fe 46%, #24e2ff 100%);
  background-image: -webkit-linear-gradient(-48deg, #237efd 0%, #24b0fe 46%, #24e2ff 100%);
  background-image: -ms-linear-gradient(-48deg, #237efd 0%, #24b0fe 46%, #24e2ff 100%);
  z-index: 1;
  transition: color 0.2s linear;
}
.gr_btn:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  width: calc(100% - 2px);
  bottom: 1px;
  border-radius: 4px;
  background: #fff;
  z-index: 0;
  transition: opacity 0.2s linear;
  transform: translatex(-50%);
}
.gr_btn .text {
  position: relative;
  z-index: 1;
}
.gr_btn:hover {
  color: #fff;
}
.gr_btn:hover:before {
  opacity: 0;
}

.btn_six {
  font-size: 15px;
  border: 1px solid #17c7bd;
  padding: 13px 35px;
  transition: all 0.3s linear;
  display: inline-block;
}
.btn_six + .btn_six {
  background: #ebfaf9;
  color: #17c7bd;
  margin-left: 20px;
}
.btn_six + .btn_six i {
  padding-right: 5px;
}
.btn_six + .btn_six:hover {
  background: #17c7bd;
  color: #fff;
}

.seo_btn {
  display: inline-block;
  padding: 11px 40px;
  border-radius: 4px;
}

.seo_btn_one {
  color: #22ac38;
  background: #e8e1fc;
}
.seo_btn_one:hover {
  background: #097c25;
  color: #fff;
}

.seo_btn_two {
  color: #00c99c;
  background: #d4f6ee;
}
.seo_btn_two:hover {
  background: #00c99c;
  color: #fff;
}

.btn_1 {
  border: 1px solid #22ac38;
  border-radius: 25px;
  display: inline-block;
  padding: 10px 40px;
  background: #22ac38;
  color: #fff;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  transition: 0.5s;
  box-shadow: 0px 20px 50px 0px rgba(123, 78, 245, 0.3);
}
.btn_1:hover {
  color: #fff;
  box-shadow: none;
}

/*====================================================*/
/*====================================================*/
/*=========== Preloader ============*/
.ctn-preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}
.ctn-preloader .animation-preloader {
  z-index: 1000;
}
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000000;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
  user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #097c25;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.ctn-preloader.dark .animation-preloader .spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
}
.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.2);
}
.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
  color: #fff;
}
.ctn-preloader p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #3b3b3b;
}
.ctn-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.ctn-preloader .loader .row {
  height: 100%;
}
.ctn-preloader .loader .loader-section {
  padding: 0px;
}
.ctn-preloader .loader .loader-section .bg {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.ctn-preloader .loader.dark_bg .loader-section .bg {
  background: #111339;
}
.ctn-preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.ctn-preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 5em 'M PLUS Rounded 1c', sans-serif;
  }
}
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 5em 'M PLUS Rounded 1c', sans-serif;
  }
}
/*====================================================*/
/*====================================================*/
/*============== header_area css ==============*/
.header_area {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 20;
  top: 0;
}

.menu_one {
  padding: 0px;
}
.menu_one .btn_get {
  margin-left: 40px;
}

.sticky_logo img + img {
  display: none;
}

@media (min-width: 992px) {
  .mobile_btn {
    visibility: hidden;
    display: none;
  }
}

.menu > .nav-item {
  position: relative;
  padding-bottom: 35px;
  padding-top: 35px;
}
.menu > .nav-item > .nav-link {
  font: 500 13px 'Noto Sans JP', sans-serif;
  color: #333333;
  padding: 0px;
  transition: color 0.3s ease 0s;
  position: relative;
}
.menu > .nav-item > .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  background: #22ac38;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  transition: all 0.2s linear;
}
.menu > .nav-item > .nav-link:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu {
  margin: 0px;
  border: 0px;
  border-radius: 0px;
  left: -40px;
  min-width: 200px;
  padding: 0px;
  background: #fff;
  box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu {
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
  display: block;
  width: 100%;
  margin-right: 0px;
  padding: 0px 40px;
  position: relative;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
  padding: 0px;
  white-space: nowrap;
  font: 400 14px/34px 'Noto Sans JP', sans-serif;
  color: #333333;
  transition: color 0.2s linear;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link span.arrow_carrot-right {
  right: 20px;
  position: absolute;
  line-height: 30px;
  font-size: 18px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:first-child {
  padding-top: 25px;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item:first-child > .dropdown-menu {
    top: 0;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:last-child {
  padding-bottom: 30px;
  margin-bottom: -8px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
  transition: transform 0.3s ease-in;
  padding: 0px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu:before {
  display: none;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: -25px;
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item {
  padding: 0px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu {
  left: 0;
  position: relative;
  transform: translateY(0);
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item {
  padding: 20px 45px;
  border: 1px solid transparent;
  transition: all 0.15s linear;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link {
  display: flex;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_icon {
  margin-right: 25px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_icon img {
  max-width: 30px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_content h5 {
  font: 500 16px 'Noto Sans JP', sans-serif;
  color: #097c25;
  margin-bottom: 0px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_content p {
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 15px;
  line-height: 20px;
  color: #535353;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item.nav_download_btn {
  border-top-color: #f2f0f7;
  padding: 15px 45px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item.nav_download_btn .nav-link .navdropdown_link {
  align-items: center;
  justify-content: center;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item.nav_download_btn .nav-link .navdropdown_link .navdropdown_icon {
  margin-right: 10px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item:hover {
  transform: scale(1.05);
  border-color: #f2f0f7;
  background-color: white;
  box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1), 0px -1px 0px 0px rgba(243, 241, 248, 0.004);
}
.menu > .nav-item.submenu.mega_menu {
  position: static;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner {
  min-width: 200px;
  list-style: none;
  position: absolute;
  box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
  left: 0px;
  right: 0px;
  transition: all 300ms linear 0s;
  background: #fff;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu.mega_menu .mega_menu_inner {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  left: 0;
  background: transparent;
  box-shadow: none;
  padding: 0px;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
  }
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0px;
  width: 25%;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item > .nav-link {
  font: 500 18px 'Noto Sans JP', sans-serif;
  color: #097c25;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item .dropdown-menu {
  left: 0;
  position: relative;
  transform: translateY(0);
  box-shadow: none;
  padding: 0px;
  background: transparent;
  top: 0;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item .dropdown-menu > .nav-item {
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item .dropdown-menu > .nav-item:first-child {
  padding-top: 20px;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item .dropdown-menu > .nav-item:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item:hover > .nav-link {
  color: inherit !important;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu {
  left: 0;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu {
    padding: 20px 0px;
  }
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .mCSB_scrollTools {
  width: 0px;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .mCSB_container {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .mCustomScrollBox {
  width: 100%;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item {
  padding: 0px;
  margin-bottom: 0;
  width: 100%;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .dropdown-menu {
  left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  max-height: calc(100vh - 120px);
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .dropdown-menu .nav-item {
  width: 25%;
  padding: 15px 20px;
  margin-bottom: 0;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item {
  text-align: center;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .rebon_tap {
  font: 500 12px 'Noto Sans JP', sans-serif;
  color: #fff;
  background: red;
  display: block;
  position: absolute;
  top: -7px;
  left: -25px;
  padding: 15px 22px 5px;
  text-transform: uppercase;
  transform: rotate(-45deg);
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .img {
  box-shadow: 0px 4px 8px 0px rgba(12, 0, 46, 0.06);
  position: relative;
  margin-top: 0;
  display: block;
  overflow: hidden;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #097c25;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .img img {
  width: 100%;
  max-width: 100%;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .img.box_none {
  box-shadow: none;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .text {
  font: 500 16px/22px 'Noto Sans JP', sans-serif;
  color: #097c25;
  display: block;
  margin-top: 20px;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item:hover .img:before {
  opacity: 0.5;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu.mega_menu:hover .dropdown-menu > .nav-item > .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .menu > .nav-item.submenu.mega_menu:hover .mega_menu_inner {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.menu > .nav-item:nth-last-child(-n+2).submenu .dropdown-menu {
  left: auto;
  right: 0;
}
.menu > .nav-item:nth-last-child(-n+2).submenu .dropdown-menu .nav-item > .dropdown-menu {
  left: auto;
  right: 100%;
}
.menu > .nav-item:nth-last-child(-n+2).submenu.mega_menu .dropdown-menu {
  left: 0;
  right: auto;
}
.menu > .nav-item:nth-last-child(-n+2).submenu.mega_menu .dropdown-menu .nav-item > .dropdown-menu {
  left: 0;
  right: auto;
}
.menu > .nav-item + .nav-item {
  margin-left: 45px;
}
.menu > .nav-item.active .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
}
.menu > .nav-item:hover .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
}
@media (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .menu > .nav-item:hover .dropdown-menu.mega_menu_three .nav-item .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu > .nav-item:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}

.navbar .search_cart .search a,
.navbar .search_cart .shpping-cart a {
  font-size: 18px;
  line-height: 18px;
  color: #282835;
  margin-left: 16px;
}
.navbar .search_cart.w_menu .search a,
.navbar .search_cart.w_menu .shpping-cart a {
  color: #fff;
}
.navbar .search_cart.w_menu .search a.nav-link {
  margin-left: 0;
}
.navbar .search_cart.w_menu .search a.nav-link:before {
  display: none;
}
.navbar .search_cart .search {
  display: inline-block;
}
.navbar .search_cart .search a.nav-link {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  margin-left: 32px;
}
.navbar .search_cart .search a.nav-link:before {
  width: 1px !important;
  height: 12px;
  left: -14px;
  top: 3px;
  background: #097c25;
}
.navbar .search_cart .shpping-cart {
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
}
.navbar .search_cart .shpping-cart .num {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #22ac38;
  color: #fff;
  font-size: 11px;
  display: block;
  top: -8px;
  right: -9px;
  line-height: 16px;
  text-align: center;
}
.navbar .search_cart .shpping-cart .nav-link:before {
  display: none;
}
.navbar .search_cart .shpping-cart .dropdown-menu {
  padding: 0px;
  min-width: 350px;
  width: 100%;
  position: absolute;
}
.navbar .search_cart .shpping-cart .dropdown-menu li {
  background: #fff;
}
.navbar .search_cart .shpping-cart .dropdown-menu li:first-child {
  padding-bottom: 0px;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item a {
  color: #333;
  margin-left: 0;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-img {
  display: block;
  width: 30%;
  transition: all 0.3s linear;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content {
  width: 60%;
  padding-left: 15px;
  align-self: center;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content .cart-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 10px;
  transition: color 0.3s linear;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content p {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-weight: 300;
  margin-bottom: 0px;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content p del {
  color: #919191;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove {
  width: 10%;
  text-align: right;
  align-self: center;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove a {
  font-size: 14px;
  color: #333;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove a:hover {
  color: #22ac38;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item:hover .cart-img {
  opacity: 0.5;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item:hover .cart-title a {
  color: #22ac38;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f {
  padding: 25px 30px 30px;
  background: #f9f9f9;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .total {
  font-size: 14px;
  color: #676b75;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .total .p-total {
  float: right;
  font-size: 20px;
  color: #333333;
  font-weight: 500;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn {
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 4px;
  margin: 0px;
  line-height: 40px;
  padding: 0px 32px;
  background: #22ac38;
  border: 1px solid #22ac38;
  color: #fff;
  transition: all 0.3s linear;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn:hover {
  background: transparent;
  color: #22ac38;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn + .get_btn {
  margin-left: 10px;
  background: transparent;
  color: #22ac38;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn + .get_btn:hover {
  background: #22ac38;
  color: #fff;
}

.menu_two {
  padding: 0px;
}
.menu_two .w_menu > .nav-item .nav-link:before {
  background: #a5d5f5;
}
.menu_two .w_menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item > .nav-link {
  color: #097c25;
}
.menu_two .menu_toggle .hamburger-cross span,
.menu_two .menu_toggle .hamburger span {
  background: #fff;
}

.w_menu .nav-item .nav-link {
  color: #fff;
}
.w_menu .nav-item .nav-link:before {
  background: #fff;
}

#landing_page .w_menu .nav-item .nav-link.active, #landing_page .w_menu .nav-item .nav-link:hover {
  color: #fff;
}
#landing_page .w_menu .nav-item .nav-link.active:before, #landing_page .w_menu .nav-item .nav-link:hover:before {
  background: #fff;
  width: 100%;
  right: auto;
  left: 0;
}

.nav_right_btn .login_btn {
  font: 500 15px 'Noto Sans JP', sans-serif;
  padding: 13px 32px;
  min-width: 120px;
  display: inline-block;
  text-align: center;
  color: #fff;
  transition: all 0.2s linear;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
  border-top-right-radius: 45px;
  border: 1px solid transparent;
}
.nav_right_btn .login_btn:hover, .nav_right_btn .login_btn.active {
  background: #fff;
  box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
}
@media (max-width: 991px) {
  .nav_right_btn {
    display: none;
  }
}

.menu_four .btn_get {
  border-color: #fff;
  padding: 0px 30px;
  background: #fff;
  min-width: 120px;
  text-align: center;
}
.menu_four .btn_get:hover {
  background: #22ac38;
  border-color: #22ac38;
}
.menu_four .btn_get_radious {
  background: transparent;
}
.menu_four .btn_get_radious:hover {
  background: #fff;
}
.menu_four .menu_toggle .hamburger span,
.menu_four .menu_toggle .hamburger-cross span {
  background: #fff;
}
.menu_four .event_btn {
  border-color: #af8a90;
  background: transparent;
  padding: 7px 41px;
}
.menu_four .event_btn:hover {
  background: #fd475d;
  border-color: #fd475d;
}

.menu_five {
  border-radius: 0px;
}
.menu_five .menu > .nav-item .nav-link {
  color: #fff;
}
.menu_five .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu_five .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu_five .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #22ac38;
}
.menu_five .menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item > .nav-link {
  color: #333333;
}
.menu_five .btn_get {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  line-height: 44px;
  padding: 0px 28px;
  min-width: 120px;
  text-align: center;
}
.menu_five .btn_get:hover {
  background: #fff;
  color: #22ac38;
  border-color: #fff;
}
.menu_five .menu_toggle .hamburger span,
.menu_five .menu_toggle .hamburger-cross span {
  background: #fff;
}

.menu_six {
  padding: 0px;
}
.menu_six .menu > .nav-item .nav-link {
  color: #fff;
}
.menu_six .menu > .nav-item:hover .nav-link, .menu_six .menu > .nav-item.active .nav-link {
  color: #3d57f4;
}
.menu_six .menu > .nav-item:hover .nav-link:before, .menu_six .menu > .nav-item.active .nav-link:before {
  background: #3d57f4;
}
.menu_six .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu_six .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu_six .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #3d57f4;
}
.menu_six .menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item > .nav-link {
  color: #333333;
}
.menu_six .menu > .nav-item:nth-last-child(-n+2).submenu .dropdown-menu {
  left: -40px;
  right: auto;
}
.menu_six .menu_toggle .hamburger-cross span,
.menu_six .menu_toggle .hamburger span {
  background: #fff;
}
.menu_six .btn_get {
  border: 1px solid #fff;
  line-height: 43px;
  color: #fff;
}
.menu_six .btn_get:hover {
  background: #3d57f4;
  border-color: #3d57f4;
}

.menu_seven {
  padding: 0px;
}
.menu_seven .menu .nav-item .nav-link {
  color: #fff;
}
.menu_seven .menu .nav-item.active .nav-link:before, .menu_seven .menu .nav-item:hover .nav-link:before {
  background: #fff;
}
.menu_seven .menu .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu_seven .menu .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu_seven .menu .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #22ac38;
}
.menu_seven .menu .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item > .nav-link {
  color: #333333;
}
.menu_seven .menu_toggle .hamburger-cross span,
.menu_seven .menu_toggle .hamburger span {
  background: #fff;
}
.menu_seven .btn_get {
  background: transparent;
}
.menu_seven .btn_get:hover {
  background: #fff;
  color: #22ac38;
}

.menu_eight .menu .nav-item.active .nav-link:before, .menu_eight .menu .nav-item:hover .nav-link:before {
  background: #fff;
}
.menu_eight .menu .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu_eight .menu .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu_eight .menu .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #23b1fe;
}
.menu_eight .menu .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item > .nav-link {
  color: #333333;
}
.menu_eight .saas_btn {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #23b1fe;
}
.menu_eight .saas_btn.erp_btn_two {
  border-radius: 45px;
  color: #4e78f4;
}
.menu_eight .menu_toggle .hamburger-cross span,
.menu_eight .menu_toggle .hamburger span {
  background: #fff;
}

.menu_nine .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu_nine .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu_nine .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #097c25;
}
.menu_nine .menu_toggle .hamburger-cross span,
.menu_nine .menu_toggle .hamburger span {
  background: #fff;
}
.menu_nine .btn_get {
  border-radius: 45px;
  line-height: 40px;
  font-size: 15px;
  margin-left: 35px;
}

.btn_get_radious {
  border-radius: 45px;
  border-width: 1px;
  color: #fff;
  background: #fff;
  box-shadow: none;
  padding: 0px 28px;
  line-height: 45px;
}
.btn_get_radious:before {
  background: #5846ed;
}
.btn_get_radious:hover {
  color: #5846ed;
}

/*============== header_area css ==============*/
/*========= hamburger menu css ========*/
.navbar-toggler {
  padding: 0px;
  margin-left: 20px;
}
.navbar-toggler:focus {
  outline: none;
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}
.menu_toggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}
.menu_toggle .hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: #22ac38;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.2s;
}
.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  display: block;
}
.menu_toggle .hamburger-cross span {
  display: block;
  background: #22ac38;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}
.collapsed .menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0.3s;
}
.collapsed .menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.5s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0%;
  transition-delay: 0s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  width: 0%;
  transition-delay: 0.2s;
}

.header_area_two + section,
.header_area_three + section {
  margin-top: 93px;
}

.h_dark {
  background: #097c25;
}

.header_area_three {
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.1);
}
.header_area_three .menu_four .pl_30 {
  padding-left: 30px;
}
.header_area_three .menu_four .btn_get {
  border-color: #22ac38;
  background: #22ac38;
  color: #fff;
}
.header_area_three .menu_four .btn_get:hover {
  background: transparent;
  color: #22ac38;
}
.header_area_three.navbar_fixed .menu_four .btn_get {
  border-color: #22ac38 !important;
}

.header_area_four .header_top {
  background: #097c25;
}
.header_area_four .header_top a {
  transition: color 0.3s linear;
}
.header_area_four .header_top a:hover {
  color: #22ac38;
}
.header_area_four + section {
  margin-top: 144px;
}

.header_top {
  padding: 12px 0px;
}

.header_contact_info {
  margin-bottom: 0;
}
.header_contact_info li {
  display: inline-block;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}
.header_contact_info li:before {
  content: "";
  width: 1px;
  height: 12px;
  top: 1px;
  background: #5e5d76;
  display: inline-block;
  position: relative;
  margin: 0px 22px 0px 20px;
}
.header_contact_info li:first-child:before {
  display: none;
}
.header_contact_info li a {
  color: #c3c1da;
  font-weight: 300;
  padding-left: 5px;
}

.header_social_icon {
  text-align: right;
  margin-bottom: 0;
}
.header_social_icon li {
  display: inline-block;
  margin: 0px 0px 0px 15px;
}
.header_social_icon li a {
  font-size: 12px;
  color: #fff;
}

.header_area_five .menu_one {
  padding: 0px 50px;
}

.header_area_six .header_top {
  border-bottom: 1px solid #e5ddfc;
}
.header_area_six .header_top a:hover {
  color: #22ac38 !important;
}
.header_area_six .header_top .header_contact_info li {
  color: #282835;
}
.header_area_six .header_top .header_contact_info li a {
  color: #535353;
}
.header_area_six .header_top .header_social_icon li a {
  color: #282835;
}
.header_area_six + section {
  margin-top: 144px;
}

.header_area_seven .header_top {
  background: #22ac38;
  padding: 0px;
}
.header_area_seven .header_top a {
  line-height: 50px;
  opacity: 0.7;
  transition: opacity 0.2s linear;
}
.header_area_seven .header_top a:hover {
  opacity: 1;
}
.header_area_seven .header_top .header_contact_info li i {
  vertical-align: middle;
}
.header_area_seven .header_top .header_contact_info li a {
  color: #fff;
}
.header_area_seven .header_top .header_social_icon {
  border-left: 1px solid #7444ff;
  padding-left: 22px;
  margin-left: 40px;
}
.header_area_seven .header_top .header_top_menu {
  text-align: right;
  margin-bottom: 0px;
}
.header_area_seven .header_top .header_top_menu li {
  display: inline-block;
}
.header_area_seven .header_top .header_top_menu li:before {
  content: "";
  width: 1px;
  height: 11px;
  background: #8e6bf7;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 17px 0px 15px;
}
.header_area_seven .header_top .header_top_menu li a {
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #fff;
  transition: opacity 0.2s linear;
}
.header_area_seven .header_top .header_top_menu li:first-child:before {
  display: none;
}
.header_area_seven + section {
  margin-top: 118px;
}

.menu_poss .w_menu.search_cart .search a.nav-link {
  margin-left: 32px;
}

/*============ sticky menu css ==============*/
.header_area {
  transition: all 0.2s linear;
}
.header_area.navbar_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}
.header_area.navbar_fixed .menu_one {
  padding: 0px;
  transition: all 0.2s linear;
}
.header_area.navbar_fixed .menu_one .btn_get {
  box-shadow: none;
}
.header_area.navbar_fixed .sticky_logo img {
  display: none;
}
.header_area.navbar_fixed .sticky_logo img + img {
  display: block;
}
.header_area.navbar_fixed .w_menu .nav-item .nav-link {
  color: #333333;
}
.header_area.navbar_fixed .w_menu .nav-item .nav-link:before {
  background: #333333;
}
.header_area.navbar_fixed #landing_page .w_menu .nav-item .nav-link:before {
  background: #22ac38;
}
.header_area.navbar_fixed #landing_page .w_menu .nav-item .nav-link.active, .header_area.navbar_fixed #landing_page .w_menu .nav-item .nav-link:hover {
  color: #22ac38;
}
.header_area.navbar_fixed .menu_poss .w_menu .nav-item .nav-link:hover {
  color: #5e53fb;
}
.header_area.navbar_fixed .menu_poss .w_menu .nav-item .nav-link:hover:before {
  background: #5e53fb;
}
.header_area.navbar_fixed .menu_poss .w_menu .nav-item.active .nav-link {
  color: #5e53fb;
}
.header_area.navbar_fixed .menu_poss .w_menu .nav-item.active .nav-link:before {
  background: #5e53fb;
}
.header_area.navbar_fixed .menu_poss .w_menu.search_cart .search a.nav-link:before {
  background: #5e53fb;
}
.header_area.navbar_fixed .menu_two .menu_toggle .hamburger-cross span,
.header_area.navbar_fixed .menu_two .menu_toggle .hamburger span {
  background: #333333;
}
.header_area.navbar_fixed .menu_two .nav_right_btn .login_btn.active, .header_area.navbar_fixed .menu_two .nav_right_btn .login_btn:hover {
  box-shadow: none;
}
.header_area.navbar_fixed .menu_two .nav_right_btn .login_btn.active:hover {
  color: #fff;
}
.header_area.navbar_fixed .menu_four .btn_get {
  border: 2px solid #ccc5fa;
  box-shadow: none;
}
.header_area.navbar_fixed .menu_four .btn_get:hover {
  border-color: #22ac38;
}
.header_area.navbar_fixed .menu_four .btn_get_radious {
  border-color: #563bd1;
  color: #563bd1;
}
.header_area.navbar_fixed .menu_four .btn_get_radious:hover {
  background: #563bd1;
  color: #fff;
}
.header_area.navbar_fixed .menu_four .menu_toggle .hamburger span,
.header_area.navbar_fixed .menu_four .menu_toggle .hamburger-cross span {
  background: #22ac38;
}
.header_area.navbar_fixed .menu_four .event_btn {
  color: #333333;
  border-color: #333333;
}
.header_area.navbar_fixed .menu_four .event_btn:hover {
  border-color: #fd475d;
  color: #fff;
}
.header_area.navbar_fixed .nav_right_btn .login_btn {
  color: #333333;
}
.header_area.navbar_fixed .menu_five .btn_get {
  border-color: #22ac38;
  color: #22ac38;
  display: inline-block;
}
.header_area.navbar_fixed .menu_five .btn_get:hover {
  background: #22ac38;
  color: #fff;
}
.header_area.navbar_fixed .menu_five .menu_toggle .hamburger-cross span,
.header_area.navbar_fixed .menu_five .menu_toggle .hamburger span {
  background: #22ac38;
}
.header_area.navbar_fixed .menu_six .menu > .nav-item > .nav-link {
  color: #333333;
}
.header_area.navbar_fixed .menu_six .menu > .nav-item:hover > .nav-link, .header_area.navbar_fixed .menu_six .menu > .nav-item.active > .nav-link {
  color: #3d57f4;
}
.header_area.navbar_fixed .menu_six .menu > .nav-item:hover > .nav-link:before, .header_area.navbar_fixed .menu_six .menu > .nav-item.active > .nav-link:before {
  background: #3d57f4;
}
.header_area.navbar_fixed .menu_six .menu_toggle .hamburger-cross span,
.header_area.navbar_fixed .menu_six .menu_toggle .hamburger span {
  background: #3d57f4;
}
.header_area.navbar_fixed .menu_six .btn_get {
  border-color: #3d57f4;
  box-shadow: none;
  color: #3d57f4;
}
.header_area.navbar_fixed .menu_six .btn_get:hover {
  color: #fff;
}
.header_area.navbar_fixed .menu_seven .menu > .nav-item > .nav-link {
  color: #333333;
}
.header_area.navbar_fixed .menu_seven .menu > .nav-item:hover > .nav-link, .header_area.navbar_fixed .menu_seven .menu > .nav-item.active > .nav-link {
  color: #22ac38;
}
.header_area.navbar_fixed .menu_seven .menu > .nav-item:hover > .nav-link:before, .header_area.navbar_fixed .menu_seven .menu > .nav-item.active > .nav-link:before {
  background: #22ac38;
}
.header_area.navbar_fixed .menu_seven .btn_get {
  border-color: #22ac38;
  color: #22ac38;
}
.header_area.navbar_fixed .menu_seven .btn_get:hover {
  background: #22ac38;
  color: #fff;
}
.header_area.navbar_fixed .menu_seven .menu_toggle .hamburger-cross span,
.header_area.navbar_fixed .menu_seven .menu_toggle .hamburger span {
  background: #22ac38;
}
.header_area.navbar_fixed .menu_eight .saas_btn {
  border-color: #23b1fe;
  box-shadow: none;
}
.header_area.navbar_fixed .menu_eight .saas_btn:hover {
  background: #23b1fe;
  color: #fff;
}
.header_area.navbar_fixed .menu_eight .saas_btn.erp_btn_two {
  border-color: #4e78f4;
}
.header_area.navbar_fixed .menu_eight .saas_btn.erp_btn_two:hover {
  background: #4e78f4;
}
.header_area.navbar_fixed .menu_eight .menu_toggle .hamburger span,
.header_area.navbar_fixed .menu_eight .menu_toggle .hamburger-cross span {
  background: #23b1fe;
}
.header_area.navbar_fixed .security_btn {
  color: #0e79de;
}
.header_area.navbar_fixed .security_btn:hover {
  background: #0e79de;
  color: #fff;
}
.header_area.navbar_fixed .menu_nine .menu > .nav-item:hover > .nav-link, .header_area.navbar_fixed .menu_nine .menu > .nav-item.active > .nav-link {
  color: #097c25;
}
.header_area.navbar_fixed .menu_nine .menu > .nav-item:hover > .nav-link:before, .header_area.navbar_fixed .menu_nine .menu > .nav-item.active > .nav-link:before {
  background: #097c25;
}
.header_area.navbar_fixed .menu_nine .btn_get {
  border-color: #097c25;
  color: #097c25;
}
.header_area.navbar_fixed .menu_nine .btn_get:hover {
  background: #097c25;
  color: #fff;
}
.header_area.navbar_fixed .menu_nine .menu_toggle .hamburger-cross span,
.header_area.navbar_fixed .menu_nine .menu_toggle .hamburger span {
  background: #097c25;
}
.header_area.navbar_fixed.header_area_five .menu_one {
  padding: 0px 50px;
}
.header_area.navbar_fixed.header_area_six .header_top {
  display: none;
}

.security_btn {
  margin-top: 0;
  font-size: 14px;
  border: 2px solid #87bcef;
  padding: 7px 39px;
  border-radius: 45px;
  color: #fff;
}
.security_btn:hover {
  background: #fff;
  color: #0e79de;
  border-color: #0e79de;
}

.full_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}
.full_header .logo img {
  display: none;
}
.full_header .logo img + img {
  display: inline-block;
}
.full_header .bar_menu {
  cursor: pointer;
}
.full_header .bar_menu span {
  width: 36px;
  height: 2px;
  background: #fff;
  display: block;
}
.full_header .bar_menu span:not(:last-child) {
  margin-bottom: 7px;
}
.full_header .bar_menu span:nth-child(2) {
  width: 24px;
}
.full_header .bar_menu span:nth-child(3) {
  width: 30px;
}
.full_header.content-white .logo img {
  display: inline-block;
}
.full_header.content-white .logo img + img {
  display: none;
}

.hamburger-menu-wrepper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 108;
  padding: 55px 80px;
  transform: scaleY(0);
  transition: transform 0.8s ease 0.4s;
  transform-origin: 0% 100%;
  background: rgba(5, 20, 65, 0.98);
}
.hamburger-menu-wrepper .nav {
  position: relative;
  z-index: 108;
  transform: translateY(-15px);
  opacity: 0;
  visibility: hidden;
  -o-transition: all ease 0.3s 0s;
  transition: all ease 0.3s 0s;
}
.hamburger-menu-wrepper .nav .nav_logo img {
  opacity: 1 !important;
}
.hamburger-menu-wrepper .nav .close-menu {
  color: #fff;
}
.hamburger-menu-wrepper .animation-box {
  position: absolute;
  top: 5%;
  height: 100%;
  width: 100%;
  left: 0;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}
.hamburger-menu-wrepper .animation-box .menu-box {
  display: table;
  height: 100%;
  width: 62%;
  margin: 0 auto;
  opacity: 0;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
}
.hamburger-menu-wrepper.show-menu {
  z-index: 108;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  transform-origin: 50% 0%;
  transition: -webkit-transform 0.7s ease 0.2s;
  transition: transform 0.7s ease 0.2s;
  transition: transform 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
}
.hamburger-menu-wrepper.show-menu .nav {
  transform: translateY(0px);
  transition: transform ease 1.4s 0.7s, opacity ease 1.4s 0.7s;
  opacity: 1;
  visibility: visible;
}
.hamburger-menu-wrepper.show-menu .animation-box {
  top: 0;
  opacity: 1;
  transition-timing-function: linear;
  transition-duration: 0.7s;
}
.hamburger-menu-wrepper.show-menu .animation-box .menu-box {
  opacity: 1;
}
.hamburger-menu-wrepper.show-menu .animation-box .menu-box .offcanfas_menu > li a {
  transform: translateY(0px);
  transition: transform ease 1.4s 0.6s, opacity ease 1.4s 0.6s, color 0.3s;
  opacity: 1;
  visibility: visible;
}

.navbar .offcanfas_menu {
  margin: 0px;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.navbar .offcanfas_menu > .nav-item {
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}
.navbar .offcanfas_menu > .nav-item:not(:last-child) {
  margin-bottom: 18px;
}
.navbar .offcanfas_menu > .nav-item .nav-link {
  font-size: 2.1rem;
  line-height: 46px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  transform: translateY(45px);
  opacity: 0;
  visibility: hidden;
  -o-transition: all ease 0.3s 0s;
  transition: all ease 0.3s 0s;
}
.navbar .offcanfas_menu > .nav-item .nav-link:before {
  background: #5f28fb;
}
.navbar .offcanfas_menu > .nav-item.submenu .nav-link {
  padding-right: 20px;
}
.navbar .offcanfas_menu > .nav-item.submenu .nav-link:after {
  content: "3";
  font-family: eleganticons;
  position: absolute;
  right: 13px;
  top: 0;
  display: block;
  border: 0;
  line-height: 50px;
  margin-left: 20px;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu {
  position: relative !important;
  transform: translate3d(0px, 0px, 0px) !important;
  display: none;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: all 0s linear;
  z-index: 0;
  background: transparent;
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 0;
  max-height: none !important;
  left: 0;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item {
  background: transparent;
  padding: 0px;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item > .nav-link {
  color: #fff;
  font-size: 16px;
  line-height: 31px;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item:hover .nav-link, .navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item.active .nav-link {
  color: #5f28fb;
}
.navbar .offcanfas_menu > .nav-item.submenu.active .nav-link {
  color: #5f28fb;
}
.navbar .offcanfas_menu > .nav-item.submenu.active .nav-link:before {
  background: #5f28fb;
}
.navbar .offcanfas_menu > .nav-item.submenu.show .nav-link {
  color: #5f28fb;
}
.navbar .offcanfas_menu > .nav-item.submenu.show .nav-link:before {
  width: 100%;
  background: #5f28fb;
}
.navbar .offcanfas_menu > .nav-item.submenu.show .dropdown-menu {
  position: relative !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.header_footer {
  display: table-footer-group;
  padding-bottom: 80px;
}
.header_footer h5 {
  font-size: 16px;
  color: #fff;
}
.header_footer ul {
  margin-bottom: 40px;
}
.header_footer ul li {
  display: inline-block;
  margin-right: 6px;
}
.header_footer ul li a {
  width: 44px;
  height: 44px;
  border: 1px solid #656c82;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
  display: block;
  transition: all 0.3s linear;
}
.header_footer ul li a:hover {
  background: #fff;
  border-color: #fff;
  color: #5f28fb;
}
.header_footer p {
  font-size: 16px;
  color: #858faf;
  margin-bottom: 100px;
}

.close_icon {
  position: absolute;
  right: 60px;
  top: 40px;
  color: #7b84a2;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.close_icon:hover {
  color: #fff;
}

.burger_menu {
  width: 40px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  font-size: 25px;
  display: flex;
  align-items: center;
  color: #333333;
  margin-left: 25px;
}

.side_menu_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(5, 20, 65, 0.9);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.8s ease 0.4s;
  transition: -webkit-transform 0.8s ease 0.4s;
  -o-transition: transform 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.side_menu_wrapper .side_menu {
  max-width: 545px;
  height: 100%;
  margin-left: auto;
  background: #fff;
  position: relative;
  transition-duration: 0.4s;
  transform: translateX(100%);
  opacity: 0;
}
.side_menu_wrapper .side_menu ul {
  margin-bottom: 0;
}
.side_menu_wrapper .side_menu .menu_top {
  padding: 60px 70px 0px;
}
.side_menu_wrapper .side_menu .menu_top .close {
  font-size: 20px;
}
.side_menu_wrapper .side_menu .m_content {
  position: absolute;
  left: 0px;
  top: 10vh;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 55vh;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  font-weight: 600;
  width: 100%;
  display: block;
  letter-spacing: -0.025rem;
  list-style: none;
  margin: 0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: opacity 0.5s 0.6s ease, -webkit-transform 0.5s 0.6s ease;
  transition: opacity 0.5s 0.6s ease, -webkit-transform 0.5s 0.6s ease;
  -o-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease, -webkit-transform 0.5s 0.6s ease;
  list-style: none;
  padding-left: 18%;
  padding-right: 100px;
  margin-top: 5vh;
}
.side_menu_wrapper .side_menu .m_content h2 {
  font-size: 3.5vh;
  line-height: 4vh;
  font-weight: 700;
  color: #097c25;
  margin-bottom: 1vh;
}
.side_menu_wrapper .side_menu .m_content a {
  font-size: 2.5vh;
  font-weight: 500;
}
.side_menu_wrapper .side_menu .m_content p {
  font-size: 1.9vh;
  line-height: 2.9vh;
  color: #7e86a1;
  font-weight: 300;
  margin-top: 4vh;
  margin-bottom: 8.2vh;
}
.side_menu_wrapper .side_menu .get_info li .media img {
  margin-right: 20px;
  height: 5vh;
}
.side_menu_wrapper .side_menu .get_info li .media .media-body h4 {
  font-size: 2vh;
  font-weight: 600;
  margin-bottom: 0.5vh;
}
.side_menu_wrapper .side_menu .get_info li .media .media-body p {
  margin-bottom: 0vh;
  margin-top: 0.5vh;
  font-size: 1.8vh;
}
.side_menu_wrapper .side_menu .get_info li + li {
  margin-top: 2.9vh;
}
.side_menu_wrapper .side_menu .m_footer {
  position: absolute;
  left: 18%;
  bottom: 10%;
  display: flex;
  align-items: center;
}
.side_menu_wrapper .side_menu .m_footer li a {
  font-size: 20px;
  color: #959ebb;
  font-size: 16px;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #959ebb;
  display: inline-block;
  margin: 0px 5px;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.3s linear;
}
.side_menu_wrapper .side_menu .m_footer li a:hover {
  background: #5f28fb;
  border-color: #5f28fb;
  color: #fff;
  box-shadow: 0px 20px 20px 0px rgba(95, 40, 251, 0.3);
}

.menu-is-opened .side_menu_wrapper {
  z-index: 100;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  transition: -webkit-transform 0.7s ease 0.2s;
  -webkit-transition: -webkit-transform 0.7s ease 0.2s;
  -o-transition: transform 0.7s ease 0.2s;
  transition: transform 0.7s ease 0.2s;
  transition: transform 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
}
.menu-is-opened .side_menu_wrapper .side_menu {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.5s 0.6s linear;
}

.menu_one.navbar .search_cart .search a.nav-link:before {
  display: none;
}

/*================= menu_scroll css ================*/
.menu_one.menu_scroll .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

.menu_one .container-fluid {
  padding-left: 65px;
  padding-right: 100px;
}
.menu_one .tracking_btn {
  text-align: center;
  position: relative;
}
.menu_one .tracking_btn .er_btn {
  font-size: 14px;
  color: #fff;
  background: #22ac38;
  border: 0px;
  padding: 8px 50px;
  margin-top: 0;
  display: block;
  position: relative;
  overflow: visible;
}
.menu_one .tracking_btn .er_btn i {
  margin-right: 10px;
}
.menu_one .tracking_btn .er_btn:hover {
  background: #097c25;
}
.menu_one .tracking_btn h6 {
  font-size: 12px;
  color: #777777;
  margin-bottom: 0;
  line-height: 12px;
  position: relative;
  bottom: -7px;
}
.er_btn {
  border: 2px solid #22ac38;
	background: #22ac38;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  border-radius: 45px;
  line-height: 26px;
  padding: 8px 30px;
  display: inline-block;
  margin: 10px 20px 20px 0;
  transition: all 0.3s linear;
}
.er_btn:hover {
  background: #FFF;
  border-color: #22ac38;
	
  box-shadow: 0px 20px 30px 0px rgba(45, 93, 237, 0.1);
  color: #22ac38;
}

#landing_page ul li a.active {
  color: #22ac38;
}
#landing_page ul li a.active:before {
  width: 100%;
}

/*====================================================*/
/*====================================================*/
/*================= saas_home_area css ===============*/

.banner_top {
  padding-top: 210px;
}
.banner_top h2 {
  color: #097c25;
  margin-bottom: 25px;
}
.banner_top p {
  margin-bottom: 42px;
}
.banner_top .subcribes {
  max-width: 630px;
  margin: 0 auto;
}
.banner_top .subcribes .form-control {
  border: 1px solid #e9ebf4;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
  font: 400 15px/46px 'Noto Sans JP', sans-serif;
  padding-left: 30px;
  color: #333333;
  z-index: 0;
}
.banner_top .subcribes .form-control.placeholder {
  color: #b4b9c8;
}
.banner_top .subcribes .form-control:-moz-placeholder {
  color: #b4b9c8;
}
.banner_top .subcribes .form-control::-moz-placeholder {
  color: #b4b9c8;
}
.banner_top .subcribes .form-control::-webkit-input-placeholder {
  color: #b4b9c8;
}
.banner_top .subcribes .btn_submit {
  position: absolute;
  right: 8px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  padding: 11px 32px;
}


/*============== slider_area css ==============*/
.slider_area {
  background-image: -moz-linear-gradient(40deg, #1786d8 0%, #00aff0 100%);
  background-image: -webkit-linear-gradient(40deg, #1786d8 0%, #00aff0 100%);
  background-image: -ms-linear-gradient(40deg, #1786d8 0%, #00aff0 100%);
  height: 930px;
  background-size: cover;
  background-position: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.slider_area .bottom_shoape {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
  width: 100%;
}
.slider_area .middle_shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.leaf {
  position: absolute;
}
.leaf.l_left {
  top: 200px;
  left: 260px;
}
.leaf.l_right {
  right: 0;
  bottom: 100px;
}

.mobile_img {
  position: relative;
}
.mobile_img .img {
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-name: animateUpDown;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.mobile_img .mobile {
  z-index: -1;
  position: relative;
}
.mobile_img .women_img {
  top: 245px;
  right: 160px;
  z-index: 1;
}

.slider_content {
  padding-top: 200px;
}
.slider_content h2,
.slider_content p {
  color: #fff;
}

@keyframes animateUpDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}


/*=============== saas banner area ================*/


.dasboard_img img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

/*================ agency_banner_area_two css ===============*/
.agency_banner_area_two {
  background-image: -moz-linear-gradient(40deg, #22ac38 0%, #a485fd 100%);
  background-image: -webkit-linear-gradient(40deg, #22ac38 0%, #a485fd 100%);
  background-image: -ms-linear-gradient(40deg, #22ac38 0%, #a485fd 100%);
  padding: 230px 0px 140px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.dot_shap {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  z-index: -1;
}
.dot_shap.one {
  width: 740px;
  height: 740px;
  top: -280px;
}
.dot_shap.two {
  width: 640px;
  height: 640px;
  top: -150px;
  right: -80px;
}
.dot_shap.three {
  width: 640px;
  height: 640px;
  top: 50%;
  transform: translateY(-50%);
  right: -450px;
}

.agency_banner_img {
  margin-left: -100px;
}

.agency_content_two .agency_banner_btn {
  color: #22ac38;
  border-color: #fff;
  background: #fff;
}



.section_container {
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
  height: 100vh;
}
.section_container .intro {
  height: 53%;
  width: 100%;
  position: relative;
}
.section_container .intro_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0px 15px;
}
.section_container .intro_content h1 {
  font-size: 50px;
  letter-spacing: -0.2px;
  line-height: 70px;
  margin-bottom: 16px;
}
.section_container .intro_content p {
  line-height: 30px;
  margin-bottom: 60px;
}
.section_container .intro_content .subcribes {
  max-width: 570px;
  margin: 0 auto;
}
.section_container .intro_content .subcribes .form-control {
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0, 11, 40, 0.1);
  font: 300 16px/36px 'Noto Sans JP', sans-serif;
  border: 0px;
  color: #a1a8be;
  height: 60px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.section_container .intro_content .subcribes .form-control.placeholder {
  color: #a1a8be;
}
.section_container .intro_content .subcribes .form-control:-moz-placeholder {
  color: #a1a8be;
}
.section_container .intro_content .subcribes .form-control::-moz-placeholder {
  color: #a1a8be;
}
.section_container .intro_content .subcribes .form-control::-webkit-input-placeholder {
  color: #a1a8be;
}
.section_container .intro_content .subcribes .btn_submit {
  position: absolute;
  top: 0;
  right: 0;
  font: 400 14px/60px 'Noto Sans JP', sans-serif;
  color: #fff;
  background: #1c7ce7;
  border-radius: 4px;
  padding: 0px 25px;
  border: 0px;
  z-index: 2;
}

.animation_img {
  text-align: center;
  margin-top: -320px;
  z-index: 2;
  position: relative;
}

/*=============== saas_banner_area_two css ===============*/


.animation_img_two {
  width: 50%;
  height: 60%;
  float: right;
  text-align: right;
  position: absolute;
  bottom: 188px;
  right: 0;
  z-index: 0;
}
.animation_img_two img {
  max-width: 100%;
}

.svg_intro_bottom {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}


.company_banner_area {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background-image: -moz-linear-gradient(125deg, #097c25 0%, #ae59cb 64%, #fd609b 100%);
  background-image: -webkit-linear-gradient(125deg, #097c25 0%, #ae59cb 64%, #fd609b 100%);
  background-image: -ms-linear-gradient(125deg, #097c25 0%, #ae59cb 64%, #fd609b 100%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.company_banner_area .parallax-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  z-index: -1;
  opacity: 0.1;
}
.company_banner_area .company_banner_content h6 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 28px;
  color: #fff;
}
.company_banner_area .company_banner_content h2 {
  font-size: 50px;
  line-height: 66px;
  font-weight: 700;
  color: #fff;
}
.company_banner_area .company_banner_content .about_btn {
  color: #097c25;
  font-size: 15px;
  padding: 14px 35px;
  margin-top: 28px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.company_banner_area .company_banner_content .about_btn:hover {
  background: #fff;
  color: #097c25;
  box-shadow: none;
}

.new_startup_banner_area {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #563bd1;
  position: relative;
  z-index: 0;
}
.new_startup_banner_area:before {
  content: "";
  background: url("../img/new/startup_banner_bg.png") no-repeat scroll center bottom;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
  top: 0;
}
.new_startup_banner_area .new_startup_img {
  padding-right: 70px;
  position: relative;
  z-index: 1;
}
.new_startup_banner_area .new_startup_img .line {
  position: absolute;
  z-index: -1;
  height: 100%;
}
.new_startup_banner_area .new_startup_img .line.line_one {
  left: -40px;
  top: -95px;
}
.new_startup_banner_area .new_startup_img .line.line_two {
  left: 80px;
  bottom: -138px;
  opacity: 0.4;
}
.new_startup_banner_area .new_startup_img .line.line_three {
  right: 93px;
  top: -160px;
  opacity: 0.4;
}

.new_startup_content h2 {
  font: 300 50px 'Noto Sans JP', sans-serif;
  line-height: 58px;
}
.new_startup_content h2 span {
  font-weight: 700;
}
.new_startup_content .app_btn {
  background: #fff;
  border-color: #fff;
  color: #563bd1;
  box-shadow: 0px 20px 20px 0px rgba(0, 11, 40, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
}
.new_startup_content .app_btn i {
  padding-left: 8px;
}

.startup_banner_area_three {
  min-height: 100vh;
  background: #17c7bd;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.startup_banner_area_three:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: url("../img/new/startup_shap.png") no-repeat scroll center bottom/cover;
  z-index: -1;
}

.startup_content_three h2 {
  font-size: 50px;
  color: #333333;
  font-weight: 300;
  line-height: 60px;
  margin-bottom: 30px;
}
.startup_content_three h2 span {
  font-weight: 700;
}
.startup_content_three p {
  font-size: 18px;
  color: #3c4043;
  line-height: 30px;
  font-style: italic;
  margin-bottom: 50px;
}

.stratup_app_screen {
  position: absolute;
  width: 48%;
  height: 100%;
  right: 0;
  z-index: -1;
}
.stratup_app_screen .phone,
.stratup_app_screen .laptop {
  position: absolute;
  right: 0;
}
.stratup_app_screen .phone {
  bottom: -220px;
  left: 0;
}
.stratup_app_screen .laptop {
  right: -200px;
  bottom: -200px;
}



/*============ keyframes animation  =============*/
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
/*---------------------------------------------------- */
.n_hero_banner_area {
  min-height: 1010px;
  position: relative;
  z-index: 1;
  padding-top: 250px;
  background-image: linear-gradient(40deg, #22ac38 0%, #a485fd 100%);
  overflow: hidden;
}

.n_banner_content {
  font-family: 'Noto Sans JP', sans-serif;
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.n_banner_content h2 {
  font-size: 50px;
  line-height: 66px;
  font-weight: 700;
  color: #fff;
}
.n_banner_content p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding: 18px 55px 35px 0px;
  color: #fff;
}
.n_banner_content .n_banner_btn {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 3px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 29, 0.14);
  background: #fff;
  padding: 14px 37px;
  font-weight: 600;
  color: #414141;
  display: inline-block;
  transition: all 0.3s linear;
}
.n_banner_content .n_banner_btn:hover {
  box-shadow: none;
}

.n_banner_btn {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 3px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 29, 0.14) !important;
  background-image: linear-gradient(90deg, #a485fd 0%, #22ac38 100%);
  background-size: 200% auto;
  padding: 18px 33px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  transition: all 0.3s linear;
}
.n_banner_btn:hover {
  background-position: right center;
  color: #fff;
}

.n_hero_banner_area .mobile_img {
  position: relative;
  z-index: 2;
}

.n_hero_banner_area .mobile_img img {
  max-width: inherit;
  position: relative;
  z-index: 1;
  top: -120px;
}

.n_hero_banner_area svg {
  position: absolute;
  bottom: -29px;
  height: 350px;
  width: 100%;
  left: 0;
}

.shape_banners .img1 {
  position: absolute !important;
  right: 0;
  top: 0;
}
.shape_banners .img2 {
  bottom: -280px;
  position: absolute;
}

/*====================================================*/
/*====================================================*/
/*================= Start breadcrumb_area css =================*/
.breadcrumb_area {
  background-image: -moz-linear-gradient(180deg, #22ac38 0%, #a485fd 100%);
  background-image: -webkit-linear-gradient(180deg, #22ac38 0%, #a485fd 100%);
  background-image: -ms-linear-gradient(180deg, #22ac38 0%, #a485fd 100%);
  position: relative;
  z-index: 1;
  padding: 235px 0px 125px;
  overflow: hidden;
}
.breadcrumb_area .breadcrumb_shap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/*================= End breadcrumb_area css =================*/
/*================= Start breadcrumb_area_two css =================*/
.breadcrumb_area_two {
  background: #f8f6fe;
  position: relative;
  padding: 235px 0px 125px;
  z-index: 1;
}
.breadcrumb_area_two .breadcrumb_shap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.breadcrumb_area_two .bubble li {
  background: #22ac38;
  opacity: 0.1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
}
.breadcrumb_area_two .bubble li:nth-child(1) {
  left: 220px;
  bottom: 50px;
  animation: spin3 2s infinite alternate;
}
.breadcrumb_area_two .bubble li:nth-child(2) {
  left: 35%;
  top: 100px;
  animation: spin 2s infinite alternate;
}
.breadcrumb_area_two .bubble li:nth-child(3) {
  left: 40%;
  width: 51px;
  height: 51px;
  bottom: 50px;
  animation: spin1 3s infinite alternate;
}
.breadcrumb_area_two .bubble li:nth-child(4) {
  left: 42%;
  bottom: 50px;
  width: 20px;
  height: 20px;
}
.breadcrumb_area_two .bubble li:nth-child(5) {
  left: 76%;
  width: 51px;
  height: 51px;
  top: 160px;
  animation: spin1 3s infinite alternate;
}
.breadcrumb_area_two .bubble li:nth-child(6) {
  left: 75%;
  width: 30px;
  height: 30px;
  top: 186px;
}
.breadcrumb_area_two .bubble li:nth-child(7) {
  left: 52%;
  top: 150px;
  width: 20px;
  height: 20px;
  animation: spin2 2s infinite alternate;
}
.breadcrumb_area_two .bubble li:nth-child(8) {
  left: 90%;
  top: 250px;
  width: 20px;
  height: 20px;
  animation: spin2 2s infinite alternate;
}

.breadcrumb_content_two h1 {
  color: #222d39;
  margin-bottom: 12px;
}
.breadcrumb_content_two .breadcrumb {
  background: transparent;
  justify-content: center;
}
.breadcrumb_content_two .breadcrumb li {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  color: #525c7c;
}
.breadcrumb_content_two .breadcrumb li a {
  color: #333333;
}
.breadcrumb_content_two .breadcrumb li + li {
  padding-left: 32px;
}
.breadcrumb_content_two .breadcrumb li + li:after {
  content: "";
  font-family: "themify";
  position: absolute;
  left: 8px;
  top: 0;
  font-size: 14px;
}

@keyframes spin {
  0% {
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}
@keyframes spin1 {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes spin2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
@keyframes spin3 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(50px);
  }
}
/*================= End breadcrumb_area_two css =================*/

/*================= service_promo_area css =================*/
.service_promo_area {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.service_promo_area .shape {
  position: absolute;
  width: 100%;
  height: 1320px;
  z-index: -1;
}
.service_promo_area .shape.shape_one {
  opacity: 0.01;
  left: -25%;
  top: 350px;
}
.service_promo_area .shape.shape_two {
  opacity: 0.02;
  left: -15%;
  top: 400px;
}
.service_promo_area .shape.shape_three {
  right: -52%;
  bottom: -9%;
  opacity: 0.01;
}
.service_promo_area .shape.shape_four {
  right: -44%;
  bottom: -12%;
  opacity: 0.02;
}

.s_service_section {
  margin-top: 360px;
}

.s_service_item {
  background-image: -moz-linear-gradient(40deg, #22ac38 0%, #19cce6 100%);
  background-image: -webkit-linear-gradient(40deg, #22ac38 0%, #19cce6 100%);
  background-image: -ms-linear-gradient(40deg, #22ac38 0%, #19cce6 100%);
  box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
  padding: 50px 40px 40px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.s_service_item .icon {
  width: 82px;
  height: 82px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  line-height: 82px;
  font-size: 30px;
  text-align: center;
  margin-bottom: 34px;
  transition: all 0.3s linear;
}
.s_service_item .icon.icon_1 {
  background-color: rgba(10, 188, 123, 0.059);
  border-color: rgba(10, 188, 123, 0.3);
  color: #0abc7b;
}
.s_service_item .icon.icon_2 {
  border-color: rgba(231, 178, 18, 0.3);
  background-color: rgba(214, 167, 25, 0.059);
  color: #d6a719;
}
.s_service_item .icon.icon_3 {
  color: #22ac38;
  background-color: rgba(103, 84, 226, 0.059);
  border-color: rgba(103, 84, 226, 0.3);
}
.s_service_item .icon.icon_4 {
  color: #f91c60;
  background-color: rgba(248, 27, 95, 0.059);
  border-color: rgba(248, 27, 95, 0.3);
}
.s_service_item .solid_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  opacity: 1;
  transition: all 0.3s linear;
}
.s_service_item h5 {
  margin-bottom: 18px;
  transition: color 0.2s ease;
}
.s_service_item:hover .solid_overlay {
  opacity: 0;
}
.s_service_item:hover .learn_btn_two,
.s_service_item:hover h5,
.s_service_item:hover p {
  color: #fff;
}
.s_service_item:hover .icon {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.059);
  color: #fff;
}

.learn_btn_two {
  color: #333333;
  font-size: 15px;
  display: inline-block;
  margin-top: 7px;
  position: relative;
  transition: color 0.2s ease;
}
.learn_btn_two:before {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  background: #fff;
  bottom: 0;
  transition: width 0.2s ease;
}
.learn_btn_two i {
  font-size: 13px;
  padding-left: 5px;
  vertical-align: middle;
}
.learn_btn_two:hover {
  color: #fff;
}
.learn_btn_two:hover:before {
  width: 100%;
}
.learn_btn_two:hover i {
  padding-left: 10px;
  transition: all 0.2s ease;
}

.service_promo_area_two {
  margin-top: -140px;
  padding-bottom: 120px;
}
.service_promo_area_two .s_service_section {
  margin-top: 200px;
}
.service_promo_area_two .shape.shape_one {
  top: 150px;
}
.service_promo_area_two .shape.shape_two {
  top: 250px;
}
.service_promo_area_two .s_service_item {
  background: #097c25;
}

/*=============== s_features_section css ================*/
.s_features_section {
  margin-top: 190px;
  padding-bottom: 70px;
}

.s_features_item .s_features_content {
  max-width: 590px;
}
.s_features_item .s_features_content .icon_square {
  width: 72px;
  height: 72px;
  border-radius: 4px;
  border: 1px solid rgba(127, 203, 17, 0.3);
  background-color: rgba(127, 203, 17, 0.059);
  text-align: center;
  font-size: 30px;
  line-height: 72px;
  color: #7fcb11;
}
.s_features_item .s_features_content h2 {
  margin: 32px 0px 20px;
}
.s_features_item .ml_50 {
  margin-left: -50px;
}
.s_features_item .ml_25 {
  margin-left: -25px;
}
.s_features_item.s_features_item_two .s_features_content .icon_square {
  background-color: rgba(94, 44, 237, 0.059);
  border-color: rgba(94, 44, 237, 0.3);
  color: #22ac38;
}

.learn_btn {
  font: 500 16px/25px 'Noto Sans JP', sans-serif;
  color: #333333;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  margin-top: 30px;
  transition: all 0.1s linear;
}
.learn_btn i {
  padding-left: 8px;
  font-size: 14px;
  transition: all 0.2s ease 0s;
}
.learn_btn:before {
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #333333;
  position: absolute;
  transition: background 0.3s linear;
}
.learn_btn:hover {
  color: #7fcb11;
}
.learn_btn:hover:before {
  background: #7fcb11;
}
.learn_btn:hover i {
  padding-left: 15px;
}


.process_area .features_info {
  padding-bottom: 185px;
}

/*============== features_area css ==============*/
.features_area {
  background: #fbfbfd;
  overflow: hidden;
}

.feature_info .feature_img img {
  max-width: 100%;
}
.feature_info .feature_img.f_img_one {
  margin-left: -50px;
}
.feature_info .feature_img.f_img_one .one {
  bottom: 10px;
  left: 50px;
}
.feature_info .feature_img.f_img_one .three {
  bottom: 60px;
  left: 50px;
}
.feature_info .feature_img.f_img_two .one {
  right: 120px;
  bottom: 10px;
}
.feature_info .feature_img.f_img_two .three {
  right: 70px;
  bottom: 30px;
}
.feature_info .feature_img.f_img_two .four {
  top: 80px;
  left: 100px;
}
.feature_info .f_content .icon {
  position: relative;
  width: 105px;
  height: 105px;
  text-align: center;
  line-height: 105px;
  font-size: 20px;
  color: #fff;
  margin-left: -24px;
  z-index: 1;
}
.feature_info .f_content .icon img {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: -1;
}
.feature_info .f_content h2 {
  color: #097c25;
  line-height: 44px;
  padding-right: 50px;
  margin: 8px 0px 30px;
}
.feature_info .f_content p {
  color: #535353;
  line-height: 30px;
  margin-bottom: 0px;
}

/*============= prototype_featured_area css ===============*/
.prototype_featured_area {
  background: #f4f4f9;
  position: relative;
  z-index: 1;
}

.p_feature_item + .p_feature_item {
  margin-top: 170px;
}
.p_feature_item img {
  max-width: 100%;
}
.p_feature_item .p_feture_img_one {
  margin-right: -160px;
}
.p_feature_item .p_feture_img_two {
  margin-left: -160px;
}
.p_feature_item .prototype_content h2 {
  font-size: 26px;
  line-height: 36px;
  padding-right: 70px;
}
.p_feature_item .prototype_content .prototype_logo {
  background-color: #fbfbfd;
  box-shadow: 0px 2px 3px 0px rgba(12, 0, 46, 0.04);
  display: inline-block;
  padding: 7px 16px;
  margin: 35px 0px 45px;
}
.p_feature_item .prototype_content .prototype_logo a {
  display: inline-block;
  padding: 10px 12px;
}
.p_feature_item .prototype_content p {
  font-weight: 300;
}

/*============== agency_featured_area css =============*/
.agency_featured_area {
  padding-top: 160px;
}

.agency_featured_area_two {
  padding-bottom: 150px;
}

.features_info {
  position: relative;
  padding-bottom: 170px;
}
.features_info .dot_img {
  position: absolute;
  left: 0;
  top: 28px;
}
.features_info.feature_info_two {
  padding-bottom: 70px;
}

.dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255, 161, 39, 0.161);
  display: block;
  position: absolute;
  left: -9px;
  top: 15px;
  z-index: 1;
}
.dot .dot1 {
  position: absolute;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #feb85d;
}
.dot .dot2 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(254, 184, 93, 0.8);
  animation: pulsate 3s infinite;
  animation-delay: 1.5s;
  transform: translate(-50%, -50%);
  will-change: transform;
}
.dot.middle_dot {
  left: 54.8%;
  transform: translateX(-50%);
  bottom: 0;
  top: auto;
}

.agency_featured_item {
  margin-top: 130px;
}
.agency_featured_item .agency_featured_content {
  position: relative;
}
.agency_featured_item .agency_featured_content h3 {
  font: 500 26px/36px 'Noto Sans JP', sans-serif;
  color: #222d39;
  margin: 32px 0px 25px;
}
.agency_featured_item .agency_featured_content p {
  font-size: 15px;
}
.agency_featured_item .agency_featured_content .icon {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(40deg, #22ac38 0%, #a485fd 100%);
  background-image: -webkit-linear-gradient(40deg, #22ac38 0%, #a485fd 100%);
  background-image: -ms-linear-gradient(40deg, #22ac38 0%, #a485fd 100%);
  box-shadow: 0px 10px 20px 0px rgba(94, 44, 237, 0.2);
  font-size: 20px;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.agency_featured_item.agency_featured_item_two .agency_featured_content .dot {
  left: 30px;
}



.new_service {
  position: relative;
}
.new_service .col-lg-4:first-child .separator {
  display: none;
}
.new_service .number {
  width: 33px;
  height: 33px;
  text-align: center;
  font-size: 16px;
  color: #097c25;
  border: 1px solid #097c25;
  border-radius: 50%;
  margin: 0 auto;
  line-height: 32px;
  background: #fff;
  transition: all 0.2s linear;
  z-index: 1;
  position: relative;
}
.new_service .separator {
  position: absolute;
  top: 15px;
  width: 100%;
  background: #ededed;
  height: 1px;
  left: -51%;
  z-index: 0;
}
.new_service .separator:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 0;
  background: #097c25;
  height: 1px;
  left: 0;
  z-index: 0;
  transition: width 0.3s linear;
}
.new_service .new_service_content {
  margin-top: 50px;
  border-radius: 4px;
  padding: 50px;
  transition: all 0.2s linear;
}
.new_service .saas_features_item {
  padding: 0px;
  cursor: pointer;
}
.new_service .saas_features_item:hover .number {
  background: #097c25;
  box-shadow: 0px 10px 30px 0px rgba(95, 81, 251, 0.5);
  color: #fff;
}
.new_service .saas_features_item:hover .separator:before {
  width: 100%;
}
.new_service .saas_features_item:hover .new_service_content {
  background-color: white;
  box-shadow: 0px 50px 80px 0px rgba(0, 11, 40, 0.08);
}

.title-four h2 {
  font: 600 30px/45px 'Noto Sans JP', sans-serif;
  color: #097c25;
}
.title-four p {
  max-width: 670px;
  margin: 0 auto;
}





@keyframes pulsate {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4);
  }
}
/*================ prototype_service_area css =============*/
.prototype_service_area {
  background: #fbfbfd;
  padding-bottom: 130px;
  padding-top: 20px;
}

.service_carousel {
  padding-left: 155px;
  position: relative;
  z-index: 1;
}
.service_carousel:before {
  width: 100px;
  content: "";
  height: 100%;
  right: -25px;
  top: 0;
  position: absolute;
  background: #fbfbfb;
  filter: blur(12px);
  box-shadow: 0px 100px 40px 0px rgba(251, 251, 251, 0.1);
  z-index: 1;
}
.service_carousel .owl-stage {
  left: -100px;
  display: flex;
}
.service_carousel .owl-item {
  padding-left: 25px;
  padding-bottom: 55px;
}
.service_carousel .owl-item .service_item {
  box-shadow: 0px 30px 40px 0px rgba(12, 0, 46, 0.1);
}
.service_carousel .owl-item .service_item:hover {
  border-color: rgba(116, 68, 253, 0.2);
}
.service_carousel .owl-item .service_item img {
  width: auto;
}
.service_carousel .owl-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 20px 2px rgba(12, 0, 46, 0.06);
  font-size: 16px;
  color: #222d39;
  line-height: 56px;
  transition: all 0.2s linear;
}
.service_carousel .owl-next:hover {
  background: #7444fd !important;
  color: #fff !important;
}

.prototype_service_area_two {
  background: #f8f8fc;
  padding: 120px 0px 60px;
  position: relative;
  z-index: 1;
}

/*============= agency_service_area css =============*/
.agency_service_area {
  padding: 135px 0px 140px;
}

.agency_service_item {
  margin-bottom: 30px;
}
.agency_service_item .icon {
  width: auto;
  height: auto;
  display: inline-block;
}
.agency_service_item .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.agency_service_item a {
  font: 400 14px/26px 'Noto Sans JP', sans-serif;
  color: #222d39;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  transition: color 0.3s linear 0s;
}
.agency_service_item a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #222d39;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  transition: width 0.3s linear 0s;
}
.agency_service_item p {
  display: inline-block;
}
.agency_service_item p i {
  vertical-align: middle;
  padding-left: 8px;
  transition: all 0.3s linear 0s;
}
.agency_service_item p:hover a {
  color: #097c25;
}
.agency_service_item p:hover a:before {
  width: 132%;
  background: #097c25;
}
.agency_service_item p:hover i {
  color: #097c25;
  padding-left: 12px;
}

/*====================== design_developers_area css =================*/
.design_img img {
  border: 2px solid #e4ebf2;
  border-radius: 6px;
  background-color: #c3c9ce;
  box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
}

.design_img_two {
  margin-left: -100px;
}



.c_violet {
  color: #222d39;
}
.c_violet:before {
  background: #22ac38;
}
.c_violet:hover {
  color: #22ac38;
}

.d_product_content_two .develor_tab .nav-item .nav-link:before {
  background: #22ac38;
}
.d_product_content_two .develor_tab .nav-item .nav-link.active {
  color: #22ac38;
}

.tab_img_info {
  position: relative;
}
.tab_img_info .tab_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 6px;
  overflow: hidden;
  transition: opacity 0.3s linear;
}
.tab_img_info .tab_img.active {
  position: relative;
  opacity: 1;
}

/*============= app_service_area css ============*/
.app_service_area {
  padding-top: 120px;
  background: #fff;
}

.app_service_info {
  margin-bottom: -90px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.app_service_item {
  border: 1px solid #f4f4f9;
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  padding: 50px;
  transition: all 0.2s linear;
  margin-bottom: 30px;
  cursor: pointer;
}
.app_service_item .app_icon {
  font-size: 40px;
  line-height: 45px;
}
.app_service_item .app_icon.one {
  text-shadow: 0px 14px 30px rgba(44, 130, 237, 0.4);
  color: #535353;
  background-image: -moz-linear-gradient(0deg, #2171d4 0%, #2cc4f0 100%);
  background-image: -webkit-linear-gradient(0deg, #2171d4 0%, #2cc4f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app_service_item .app_icon.two {
  text-shadow: 0px 14px 30px rgba(224, 56, 39, 0.4);
  color: #e03827;
  background-image: -moz-linear-gradient(0deg, #e03827 0%, #f9a47a 100%);
  background-image: -webkit-linear-gradient(0deg, #e03827 0%, #f9a47a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app_service_item .app_icon.three {
  text-shadow: 0px 14px 30px rgba(94, 44, 237, 0.4);
  color: #e03827;
  background-image: -moz-linear-gradient(0deg, #22ac38 0%, #a485fd 100%);
  background-image: -webkit-linear-gradient(0deg, #22ac38 0%, #a485fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app_service_item .learn_btn_two {
  color: #222d39;
  font-size: 14px;
}
.app_service_item .learn_btn_two:before {
  background: #22ac38;
}
.app_service_item .learn_btn_two:hover {
  color: #22ac38;
}
.app_service_item .learn_btn_two.c_violet:hover {
  color: #22ac38;
}
.app_service_item .learn_btn_two.c_violet:hover:before {
  background: #22ac38;
}
.app_service_item:hover {
  box-shadow: 0px 20px 40px 0px rgba(12, 0, 46, 0.08);
}

.app_service_area_two {
  background: #f9f9fc;
  padding: 120px 0px;
}
.app_service_area_two .app_service_info {
  margin-bottom: -30px;
}

/*============== service_details_area css ==============*/
.service_details_img {
  margin-left: -80px;
}

.service_details ul {
  padding-left: 35px;
}
.service_details ul li {
  font: 400 16px 'Noto Sans JP', sans-serif;
  color: #535353;
  position: relative;
  padding-left: 35px;
  margin-bottom: 13px;
}
.service_details ul li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #22ac38;
}
.service_details ul li:last-child {
  margin-bottom: 0px;
}

.service_details_item + .service_details_item {
  margin-top: 200px;
}



.nav_container {
  position: relative;
  z-index: 1;
}
.nav_container .owl-prev, .nav_container .owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 3px 4px 0px rgba(12, 0, 46, 0.06);
  font-size: 20px;
  color: #222d39;
  border: 0px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s linear;
  cursor: pointer;
}
.nav_container .owl-prev:hover, .nav_container .owl-next:hover {
  background: #22ac38;
  color: #fff;
  box-shadow: none;
}
.nav_container .owl-prev {
  left: 15px;
}
.nav_container .owl-next {
  right: 15px;
}
.nav_container .owl-dots {
  margin-top: 30px;
}
.nav_container .owl-dots .owl-dot span {
  background: #cfcfe7;
  border: 0px;
}
.nav_container .owl-dots .owl-dot.active span {
  background: #653cee;
}

.shap {
  position: absolute;
  opacity: 0.02;
  transform: rotate(45deg);
  border-radius: 45px;
  left: 90px;
  z-index: -1;
}
.shap.one {
  background-image: -moz-linear-gradient(140deg, #7d0df0 0%, #0cb6e7 100%);
  background-image: -webkit-linear-gradient(140deg, #7d0df0 0%, #0cb6e7 100%);
  background-image: -ms-linear-gradient(140deg, #7d0df0 0%, #0cb6e7 100%);
  width: 650px;
  height: 510px;
  top: -155%;
}
.shap.two {
  background-image: -moz-linear-gradient(140deg, #7d0df0 0%, #0cb6e7 100%);
  background-image: -webkit-linear-gradient(140deg, #7d0df0 0%, #0cb6e7 100%);
  background-image: -ms-linear-gradient(140deg, #7d0df0 0%, #0cb6e7 100%);
  width: 666px;
  height: 330px;
  top: -145%;
  left: 290px;
}


/*===========experts_team_area css ==========*/
.experts_team_area .learn_btn:hover {
  color: #22ac38;
}
.experts_team_area .learn_btn:hover:before {
  background: #22ac38;
}

.ex_team_item {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  overflow: hidden;
  cursor: pointer;
}
.ex_team_item img {
  max-width: 100%;
}
.ex_team_item .hover_content, .ex_team_item .team_content {
  position: absolute;
  width: 100%;
}
.ex_team_item h3 {
  margin-bottom: 3px;
}
.ex_team_item h5 {
  font: 300 14px/24px 'Noto Sans JP', sans-serif;
  color: #535353;
  margin-bottom: 0px;
}
.ex_team_item .team_content {
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 17px 0px;
  transition: all 0.4s ease;
}
.ex_team_item .hover_content {
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 33px;
  background-image: -moz-linear-gradient(140deg, rgba(125, 13, 240, 0.9) 0%, rgba(58, 113, 235, 0.9) 100%);
  background-image: -webkit-linear-gradient(140deg, rgba(125, 13, 240, 0.9) 0%, rgba(58, 113, 235, 0.9) 100%);
  background-image: -ms-linear-gradient(140deg, rgba(125, 13, 240, 0.9) 0%, rgba(58, 113, 235, 0.9) 100%);
  opacity: 0;
  visibility: visible;
  z-index: -1;
  transition: all 0.4s ease;
  transform: scale(0.9);
}
.ex_team_item .hover_content .n_hover_content {
  width: 100%;
}
.ex_team_item .hover_content .n_hover_content ul {
  margin-bottom: 0px;
}
.ex_team_item .hover_content .n_hover_content ul li {
  display: inline-block;
}
.ex_team_item .hover_content .n_hover_content ul li a {
  font-size: 13px;
  color: #fff;
  margin: 0px 5px;
}
.ex_team_item .hover_content .n_hover_content ul li a:hover {
  color: #0cb6e7;
}
.ex_team_item .hover_content .n_hover_content .br {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  display: block;
  margin: 15px 0px 20px;
  transform: scale(0);
  transition: all 0.6s linear;
}
.ex_team_item .hover_content .n_hover_content h3 {
  transform: translateY(12px);
  transition: all 0.5s linear;
}
.ex_team_item .hover_content .n_hover_content h5 {
  color: #fff;
  transform: translateY(20px);
  transition: all 0.6s linear;
}
.ex_team_item:hover .hover_content {
  opacity: 1;
  visibility: visible;
  z-index: 0;
  transform: scale(1);
}
.ex_team_item:hover .hover_content .br {
  transform: scale(1);
}
.ex_team_item:hover .hover_content h3, .ex_team_item:hover .hover_content h5 {
  transform: translateY(0);
}
.ex_team_item:hover .team_content {
  opacity: 0;
  visibility: visible;
  transform: translateY(100%);
}



/*========== job_apply_area css =========*/
.apply_form .form-group {
  margin-bottom: 30px;
}
.apply_form input[type=text], .apply_form textarea, .apply_form .selectpickers {
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  font: 300 15px/60px 'Noto Sans JP', sans-serif;
  color: #9ca3b9;
  width: 100%;
  height: 60px;
  padding-left: 30px;
  border: 1px solid #fff;
}
.apply_form input[type=text]:focus, .apply_form textarea:focus, .apply_form .selectpickers:focus {
  box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
  border-color: #f2effc;
  outline: none;
}
.apply_form input[type=text].placeholder, .apply_form textarea.placeholder, .apply_form .selectpickers.placeholder {
  color: #9ca3b9;
}
.apply_form input[type=text]:-moz-placeholder, .apply_form textarea:-moz-placeholder, .apply_form .selectpickers:-moz-placeholder {
  color: #9ca3b9;
}
.apply_form input[type=text]::-moz-placeholder, .apply_form textarea::-moz-placeholder, .apply_form .selectpickers::-moz-placeholder {
  color: #9ca3b9;
}
.apply_form input[type=text]::-webkit-input-placeholder, .apply_form textarea::-webkit-input-placeholder, .apply_form .selectpickers::-webkit-input-placeholder {
  color: #9ca3b9;
}
.apply_form textarea {
  height: 180px;
}
.apply_form .selectpickers {
  width: 100%;
}
.apply_form .upload_box {
  width: 100%;
  border: 1px dotted #e7e3f2;
  font: 300 15px/26px 'Noto Sans JP', sans-serif;
  color: #9ca3b9;
  padding: 20px 50px;
}
.apply_form .upload_box input[type=file] {
  font: 300 15px/26px 'Noto Sans JP', sans-serif;
  color: #9ca3b9;
  display: block;
  margin-top: 45px;
}
.apply_form .upload_box input[type=file]:focus {
  outline: none;
}
.apply_form p {
  font: 300 15px/26px 'Noto Sans JP', sans-serif;
  color: #535353;
}
.apply_form p a {
  color: #222d39;
}
.apply_form .btn_three {
  font-size: 14px;
  font-weight: 500;
  background: #22ac38;
  padding: 14px 37px;
  border-radius: 3px;
  transition: all 0.3s linear;
  cursor: pointer;
  margin-top: 20px;
}
.apply_form .btn_three:hover {
  color: #fff;
  box-shadow: 0px 20px 30px 0px rgba(61, 100, 244, 0.16);
}

/*====================================================*/
/*====================================================*/

/*====================================================*/
/*============= portfolio area css ============*/
.portfolio_area {
  overflow: hidden;
}
.portfolio_area .price_btn {
  border-color: #097c25;
  color: #097c25;
  background: transparent;
  margin-top: 50px;
  line-height: 48px;
  padding: 0px 30px;
}
.portfolio_area .price_btn:hover {
  background: #097c25;
  color: #fff;
}

.portfolio_filter {
  display: flex;
  justify-content: center;
}
.portfolio_filter .work_portfolio_item {
  font: 400 16px/22px 'Noto Sans JP', sans-serif;
  color: #535353;
  display: inline-block;
  border-radius: 3px;
  transition: all 0.2s linear;
  position: relative;
  cursor: pointer;
}
.portfolio_filter .work_portfolio_item:before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  background: transparent;
  position: absolute;
  left: auto;
  right: 0;
  transition: width 0.3s linear;
}
.portfolio_filter .work_portfolio_item.active, .portfolio_filter .work_portfolio_item:hover {
  color: #22ac38;
}
.portfolio_filter .work_portfolio_item.active:before, .portfolio_filter .work_portfolio_item:hover:before {
  width: 100%;
  background: #22ac38;
  right: auto;
  left: 0;
}
.portfolio_filter .work_portfolio_item + .work_portfolio_item {
  margin-left: 60px;
}

.portfolio_filter_blue .work_portfolio_item.active, .portfolio_filter_blue .work_portfolio_item:hover {
  color: #26c4e5;
}
.portfolio_filter_blue .work_portfolio_item.active:before, .portfolio_filter_blue .work_portfolio_item:hover:before {
  width: 100%;
  background: #26c4e5;
}

.pr_btn {
  margin-top: 70px;
  background: transparent;
  color: #26c4e5;
  border-color: #26c4e5;
}
.pr_btn:hover {
  background: #26c4e5;
  color: #fff;
}


/*================= map_area  ====================*/
.map_area {
  height: 552px;
  position: relative;
}
.map_area iframe {
  height: 100%;
  width: 100%;
  border: 0px;
  pointer-events: none;
  margin: 0px;
  padding: 0px;
}

.app_contact_info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 600px;
  background-color: white;
  box-shadow: 0px 40px 50px 0px rgba(12, 0, 46, 0.2);
  padding: 45px 45px 15px;
}
.app_contact_info .triangle {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 55px;
  background: #fff;
  bottom: -7px;
  transform: rotate(45deg);
}
.app_contact_info .info_item {
  padding-left: 55px;
  position: relative;
  margin-bottom: 35px;
}
.app_contact_info .info_item i {
  position: absolute;
  left: 0;
  font-size: 30px;
  color: #22ac38;
  background-image: -moz-linear-gradient(0deg, #22ac38 0%, #a485fd 100%);
  background-image: -webkit-linear-gradient(0deg, #22ac38 0%, #a485fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 0px;
  left: 0;
}
.app_contact_info .info_item h6 {
  color: #333333;
  margin-bottom: 5px;
}
.app_contact_info .info_item p, .app_contact_info .info_item a {
  color: #535353;
  line-height: 24px;
  margin-bottom: 0px;
}
.app_contact_info .info_item a:hover {
  color: #22ac38;
}

/*================== contact_info_area css ================*/
.contact_info_item {
  border-bottom: 1px solid #eeebf6;
  padding-bottom: 25px;
	width: 350px;
}
.contact_info_item p {
  margin-bottom: 8px;
}
.contact_info_item a {
  color: #22ac38;
  padding-left: 3px;
  display: inline-block;
}
.contact_info_item a:hover {
  color: #097c25;
}
.contact_info_item + .contact_info_item {
  border: 0px;
  margin-top: 33px;
}

.mapbox {
  height: 400px;
  box-shadow: 0px 3px 4px 0px rgba(12, 0, 46, 0.05);
  border: 10px solid #fff;
}

#mapBox {
  height: 100% !important;
}

.text_box {
  margin-bottom: 30px;
}
.text_box input[type=text], .text_box textarea, .text_box input[type=password], .text_box input[type=email] {
  font: 400 15px/60px 'Noto Sans JP', sans-serif;
  color: #222d39;
  height: 60px;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  width: 100%;
  border: 1px solid #fff;
  padding-left: 30px;
}
.text_box input[type=text].placeholder, .text_box textarea.placeholder, .text_box input[type=password].placeholder, .text_box input[type=email].placeholder {
  color: #9ca3b9;
}
.text_box input[type=text]:-moz-placeholder, .text_box textarea:-moz-placeholder, .text_box input[type=password]:-moz-placeholder, .text_box input[type=email]:-moz-placeholder {
  color: #9ca3b9;
}
.text_box input[type=text]::-moz-placeholder, .text_box textarea::-moz-placeholder, .text_box input[type=password]::-moz-placeholder, .text_box input[type=email]::-moz-placeholder {
  color: #9ca3b9;
}
.text_box input[type=text]::-webkit-input-placeholder, .text_box textarea::-webkit-input-placeholder, .text_box input[type=password]::-webkit-input-placeholder, .text_box input[type=email]::-webkit-input-placeholder {
  color: #9ca3b9;
}
.text_box input[type=text]:focus, .text_box textarea:focus, .text_box input[type=password]:focus, .text_box input[type=email]:focus {
  border-color: #f2effc;
  box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
  outline: none;
}
.text_box textarea {
  height: 220px;
}

.contact_form_box .btn_three {
  min-width: 180px;
  text-align: center;
  background: #22ac38;
  border-color: #22ac38;
  margin-top: 0px;
}
.contact_form_box .btn_three:hover {
  background: transparent;
  color: #22ac38;
}

.mapbox2 {
  height: 440px;
  border-top: 10px solid #fff;
}

/*============= login_area css =============*/
.login_area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.login_area .login_info {
  padding: 160px 100px 160px 0px;
}
.login_area .login_info:before {
  content: "";
  position: absolute;
  width: 2500px;
  right: 0;
  height: 100%;
  background: #fbfbfb;
  top: 0;
  z-index: -1;
}
.login_area .login_info p a {
  color: #535353;
}

.login-form .text_box .text_c {
  color: #161341;
  font-size: 14px;
  margin-bottom: 15px;
}
.login-form .text_box input[type=password] {
  padding-top: 8px;
  line-height: 50px;
}
.login-form .text_box input[type=password]:focus {
  padding-top: 0px;
}
.login-form .extra {
  display: flex;
  justify-content: space-between;
  font: 400 14px/30px 'Noto Sans JP', sans-serif;
  margin-top: 45px;
}
.login-form .extra .checkbox label {
  margin-bottom: 0px;
  color: #161341;
}
.login-form .extra .checkbox input[type=checkbox] {
  position: relative;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.login-form .extra .checkbox input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  border: 1px solid #7348ef;
  border-radius: 2px;
  background-color: white;
}
.login-form .extra .checkbox input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  border: solid #7348ef;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  left: 3px;
}
.login-form .extra .forgotten-password a {
  color: #535353;
}
.login-form .btn_three {
  width: 100%;
  background: #22ac38;
  color: #fff;
  margin-top: 40px;
}
.login-form .btn_three:hover {
  box-shadow: 0px 20px 30px 0px rgba(61, 100, 244, 0.16);
}
.login-form .alter-login {
  font: 400 15px/26px 'Noto Sans JP', sans-serif;
  color: #9ca3b9;
}
.login-form .alter-login a {
  color: #22ac38;
  display: inline-block;
  margin-left: 6px;
}

.login_img {
  padding-left: 100px;
  margin-right: -250px;
}
.login_img img {
  max-width: 100%;
}


/*====================================================*/
.typography_breacrumb {
  background: #f9f9f9;
}
.typography_breacrumb h1 {
  color: #222d39;
  font-weight: 400;
}
.typography_breacrumb h1 span {
  font-weight: 700;
}
.typography_breacrumb p {
  color: #535353;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
}

p {
  font-size: 16px;
  color: #535353;
}
/*p span {
  padding: 3px 8px;
}*/

.bg-dark {
  background: #222d39 !important;
}

.bg-purpple {
  background: #6e3ef8;
}

.bg-blue {
  background: #2cabed;
}

.h_title {
  font-size: 24px;
  color: #535353;
  font-weight: 300;
  margin-bottom: 50px;
}
.h_green {
	font-size: 16px;
	color: #097c25;
}

.heading_style h1, .heading_style h2, .heading_style h3, .heading_style h4, .heading_style h5, .heading_style h6 {
  color: #333333;
  font-weight: 700;
}
.heading_style .h_title {
  font-size: 24px;
  color: #535353;
  font-weight: 300;
}
.heading_style h1 {
  font-size: 50px;
}
.heading_style h2 {
  font-size: 44px;
}
.heading_style h3 {
  font-size: 36px;
}
.heading_style h4 {
  font-size: 30px;
}
.heading_style h5 {
  font-size: 24px;
}
.heading_style h6 {
  font-size: 18px;
}
.heading_style.medium h1, .heading_style.medium h2, .heading_style.medium h3, .heading_style.medium h4, .heading_style.medium h5, .heading_style.medium h6 {
  font-weight: 500;
}
.heading_style.medium .h_title {
  font-weight: 300;
}
.heading_style.regular .h_title {
  font-weight: 300;
}
.heading_style.regular h1, .heading_style.regular h2, .heading_style.regular h3, .heading_style.regular h4, .heading_style.regular h5, .heading_style.regular h6 {
  font-weight: 400;
}

.tooltip_p .text-green {
  color: #49c10e;
}
.tooltip_p .text-red {
  color: #f0368d;
}

.tooltip > .tooltip-inner {
  background-color: #f00;
  color: #fff;
}
.tooltip > .tooltip-inner .arrow:before {
  border-bottom-color: red;
}

.drop_text span {
  float: left;
  font-size: 54px;
  color: #2cabed;
  font-weight: 700;
  line-height: 50px;
}

.nested {
  font-size: 16px;
  color: #627387;
  line-height: 36px;
  font-weight: 400;
}

.blockquote {
  border-left: 2px solid #4b505e;
  padding-left: 30px;
}
.blockquote p {
  font-size: 18px;
  color: #4b505e;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

.blockquote_two {
  background: #f9fafb;
  padding: 20px 20px 20px 40px;
  font-size: 22px;
  font-style: italic;
  color: #627387;
}
.blockquote_two img {
  margin-right: 40px;
}

.blockquote_three {
  background: #f9fafb;
  padding: 40px;
  font-size: 22px;
  color: #535353;
  font-style: italic;
  line-height: 40px;
}
.blockquote_three img {
  margin-right: 40px;
}


.alert {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
  margin-bottom: 30px;
}
.alert i {
  float: left;
  font-size: 20px;
  line-height: 32px;
  margin-right: 20px;
}
.alert .alert_close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
}
.alert .alert_close i {
  margin-right: 0;
}
.alert.notice {
  background: #f9f8fc;
  border-color: #e9e6f5;
  color: #535353;
}
.alert.error {
  background: #ffebeb;
  border-color: #f4bdbd;
  color: #eb4a4a;
}
.alert.warning {
  background: #fffaeb;
  border-color: #edd796;
  color: #e7b931;
}
.alert.info {
  background: #ebfcff;
  border-color: #aee9f3;
  color: #49cbe1;
}
.alert.success {
  background: #ecffeb;
  border-color: #b0efac;
  color: #4acc43;
}
.alert.message {
  background: #f5f1fd;
  border-color: #d7caf5;
  color: #8d62e3;
}

.big_alert {
  padding: 40px;
  font-size: 20px;
}
.big_alert i {
  font-size: 24px;
}

.box_alert {
  border: 1px solid #e9e6f5;
  padding: 40px;
  position: relative;
  margin-bottom: 30px;
}
.box_alert .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 20px;
  color: #535353;
  border: 1px solid #e9e6f5;
  background: #f9f8fc;
  border-radius: 50%;
  margin-right: 30px;
}
.box_alert .media-body h5 {
  font-size: 20px;
  line-height: 28px;
  color: #222d39;
  font-weight: 500;
  margin-bottom: 10px;
}
.box_alert .media-body p {
  font-size: 15px;
  line-height: 28px;
  color: #535353;
}
.box_alert .alert_close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #535353;
  font-size: 20px;
  cursor: pointer;
}
.box_alert.box_warning .icon {
  background: #fffaeb;
  border-color: #edd796;
  color: #e7b931;
}
.box_alert.box_success .icon {
  background: #ecffeb;
  border-color: #b0efac;
  color: #4acc43;
}
.box_alert.box_error .icon {
  background: #ffebeb;
  border-color: #f4bdbd;
  color: #eb4a4a;
}
.box_alert.box_info .icon {
  background: #ebfcff;
  border-color: #aee9f3;
  color: #49cbe1;
}
.box_alert.box_info_two .icon {
  background: #f5f1fd;
  border-color: #d7caf5;
  color: #8d62e3;
}

.button_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.button_item .btn_hover {
  margin-top: 0;
}
.button_item + .button_item {
  margin-top: 20px;
}

.btn_s {
  padding: 9px 44px;
}

.btn_m {
  padding: 16px 50px;
}

.btn_l {
  padding: 24px 86px;
}

.btn_c {
  padding: 16px 50px;
}

.btn_border {
  border-width: 1px;
  border-style: solid;
  border-color: #222d39;
  color: #222d39;
}
.btn_border:hover {
  background: #7444fd;
  border-color: #7444fd;
  color: #fff;
}

.border2 {
  border-width: 2px;
}

.border3 {
  border-width: 3px;
}

.border4 {
  border-width: 4px;
}

.btn_r {
  border-radius: 4px;
}

.btn_r_n {
  border-radius: 0px;
}

.btn_r_two {
  border-radius: 8px;
}

.btn_r_three {
  border-radius: 45px;
}

.box_s {
  background: #5f2eed;
  box-shadow: 0 6px #8057f8;
}
.box_s:hover {
  background: #5f2eed;
  color: #fff;
}
.box_s:hover:hover {
  box-shadow: 0 4px #8057f8;
}

.btn-style2 {
  position: relative;
  overflow: visible;
  z-index: auto;
  background: #5f2eed;
  transition: all 0.1s linear;
}
.btn-style2:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #dfd5fb;
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: -2;
  transition: all 0.3s linear;
}
.btn-style2:hover {
  background: #5f2eed;
  margin-right: 0;
  margin-bottom: 0;
  color: #fff;
}
.btn-style2:hover:before {
  right: 0;
  bottom: 0;
}

.btn-style3 {
  position: relative;
  background: transparent;
}
.btn-style3:before {
  content: "";
  left: 5px;
  right: 5px;
  bottom: 5px;
  top: 5px;
  background: #5f2eed;
  position: absolute;
  z-index: -1;
  transition: all 0.2s linear;
}
.btn-style3:hover {
  color: #fff;
}
.btn-style3:hover:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.btn-style4 {
  position: relative;
  background: #dfd5fb;
  border: 0px;
}
.btn-style4:before {
  content: "";
  left: 2px;
  right: 2px;
  bottom: 2px;
  top: 2px;
  background: #5f2eed;
  position: absolute;
  z-index: -1;
  transition: all 0.2s linear;
}
.btn-style4:hover {
  color: #fff;
}
.btn-style4:hover:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.i_btn_one {
  padding: 16px 50px;
}
.i_btn_one i {
  margin-right: 10px;
}

.i_btn_two {
  padding: 16px 50px;
}
.i_btn_two i {
  margin-left: 14px;
}

.i_btn_three {
  padding: 0 50px 0px 0px;
  display: flex;
  align-items: center;
}
.i_btn_three i {
  width: 50px;
  float: left;
  text-align: center;
  height: 100%;
  line-height: 53px;
  margin-right: 35px;
  border-right: 1.2px solid rgba(255, 255, 255, 0.2);
}
.i_btn_three:hover i {
  border-color: #7444fd;
}

.i_btn_four {
  padding: 0 0px 0px 50px;
  display: flex;
  align-items: center;
}
.i_btn_four i {
  width: 50px;
  float: left;
  text-align: center;
  height: 100%;
  line-height: 53px;
  margin-left: 35px;
  border-left: 1.2px solid rgba(255, 255, 255, 0.2);
}
.i_btn_four:hover i {
  border-color: #7444fd;
}

.btn_blue {
  background: #2e95ed;
  border-color: #2e95ed;
}
.btn_blue:hover {
  background: #2e95ed;
  color: #fff;
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  transform: translateY(-5px);
}

.btn_red {
  background: #db247f;
  border-color: #db247f;
}
.btn_red:hover {
  background: #db247f;
  color: #fff;
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  transform: translateY(-5px);
}

.btn_green {
  background: #62be09;
  border-color: #62be09;
  padding: 16px 64px;
}
.btn_green:hover {
  background: #62be09;
  color: #fff;
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  transform: translateY(-5px);
}

.btn_yellow {
  background: #e4a817;
  border-color: #e4a817;
  padding: 16px 64px;
}
.btn_yellow:hover {
  background: #e4a817;
  color: #fff;
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  transform: translateY(-5px);
}

.btn_purple {
  background: #b715f3;
  border-color: #b715f3;
}
.btn_purple:hover {
  background: #b715f3;
  color: #fff;
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  transform: translateY(-5px);
}

.btn_violte {
  background: #5f2eed;
  border-color: #5f2eed;
}
.btn_violte:hover {
  background: #5f2eed;
  color: #fff;
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  transform: translateY(-5px);
}

.btn_orange {
  background: #f05b2d;
  border-color: #f05b2d;
  padding: 16px 64px;
}
.btn_orange:hover {
  background: #f05b2d;
  color: #fff;
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  transform: translateY(-5px);
}

.btn_nill {
  background: #1bbbce;
  border-color: #1bbbce;
  padding: 16px 64px;
}
.btn_nill:hover {
  background: #1bbbce;
  color: #fff;
  box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
  transform: translateY(-5px);
}

/*====================================================*/




.hr {
  width: 100%;
  height: 1px;
  background: #e7e7f6;
  margin-bottom: 40px;
}


/*================== check list css ======================*/
.return_customer {
  font: 400 15px/25px 'Noto Sans JP', sans-serif;
  color: #3d3f45;
  padding-bottom: 20px;
}
.return_customer i {
  color: #22ac38;
  padding-right: 8px;
  font-size: 14px;
}
.return_customer a {
  color: #22ac38;
  font-weight: 300;
}
.return_customer a.collapsed {
  color: #9ca3b9;
}


/* Css keyframes css
============================================================================================ */
@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
    transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
    transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
/* End Css keyframes css
============================================================================================ */
/*====================================================*/
/*====================================================*/
.ms-section.section_1 {
  background-image: -moz-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
  background-image: -webkit-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
  background-image: -ms-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
}
.ms-section.section_2 {
  background-image: -moz-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
  background-image: -webkit-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
  background-image: -ms-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
}
.ms-section.section_4 {
  background-image: -moz-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
  background-image: -webkit-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
  background-image: -ms-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
}
.ms-section.section_6 {
  background-image: -webkit-linear-gradient(310deg, #6712a8 0%, #5f28fb 100%);
  background-image: -o-linear-gradient(310deg, #6712a8 0%, #5f28fb 100%);
  background-image: linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
}
.ms-section.section_8 {
  position: relative;
}
.ms-section.section_8 .split_banner {
  background: url("../img/new/home-split/mobile_bg.jpg") no-repeat center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.height {
  height: 100%;
}

.split_banner, .split_banner_content {
  display: flex;
  align-items: center;
  position: relative;
}



.intro {
  width: 70%;
  margin-left: auto;
  margin-right: 100px;
  position: relative;
}

.split_slider_content {
  color: #fff;
  padding: 70px 0px 70px 120px;
  position: relative;
  z-index: 0;
}
.split_slider_content .br_shap {
  position: absolute;
  left: 0;
  top: 0;
  width: 330px;
  border: 10px solid #8429c9;
  height: 100%;
  z-index: -1;
}
.split_slider_content h2 {
  font-size: 50px;
  line-height: 66px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
  transform: translateX(-100%);
  transition: all 1s linear;
  color: #fff;
}
.split_slider_content h2:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
  position: absolute;
  z-index: 0;
  transition: all 1s linear;
}
.split_slider_content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 45px;
  transform: translateY(10px);
  opacity: 0;
  color: #fff;
}
.split_slider_content .btn_get {
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  padding: 3px 33px;
  font-size: 15px;
  box-shadow: none;
  transform: translateY(10px);
  opacity: 0;
}
.split_slider_content .btn_get:hover {
  background: #fff;
  color: #5f28fb;
}
.split_slider_content .content {
  overflow: hidden;
}

.spliet_slider_img .phone_one {
  position: absolute;
  top: -23%;
  z-index: 0;
  left: 111px;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-name: animateUpDown;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.spliet_slider_img .phone_two {
  position: relative;
  left: 40px;
  top: 112px;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-name: animateUpDown;
  animation-duration: 3.3s;
  animation-iteration-count: infinite;
}

.border_shap {
  position: absolute;
  width: 400px;
  height: 700px;
  background: rgba(255, 255, 255, 0.05);
  top: 0;
  left: 100px;
  transform: translateY(-100%);
  transition: all 0.4s linear;
  opacity: 0;
  visibility: hidden;
}
.border_shap.two {
  left: 36%;
  top: -20%;
}


.active .border_shap {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: 1.5s ease-in-out;
}
.active .border_shap.two {
  transition: transform 2.5s linear;
}
.active .split_slider_content h2 {
  transform: translateX(0);
  transition: all 1.5s linear;
}
.active .split_slider_content h2:before {
  right: 0;
  left: auto;
  width: 0;
  transition: all 2s linear;
}
.active .split_slider_content p {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s 1.5s linear, opacity 1s 1.5s linear;
}
.active .split_slider_content .btn_get {
  transform: translateY(0);
  transition: transform 1s 1.8s linear, opacity 1s 1.7s linear, background 0.2s linear;
  opacity: 1;
}

.split_app_content h2 {
  margin-bottom: 38px;
}
.split_app_content p {
  font-size: 18px;
  line-height: 30px;
  color: #7e86a1;
  margin-bottom: 0;
}
.split_app_content .btn_three {
  font-size: 15px;
  padding: 15px 33px;
}
.split_app_content .s_app_btn {
  background: #5f28fb;
  border-color: #5f28fb;
  align-items: center;
  display: inline-flex;
}
.split_app_content .s_app_btn i {
  margin-right: 10px;
  font-size: 22px;
}
.split_app_content .s_app_btn + .s_app_btn {
  background: transparent;
  color: #5f28fb;
  margin-left: 16px;
}
.split_app_content .s_app_btn + .s_app_btn:hover {
  background: #5f28fb;
  color: #fff;
}
.split_app_content .s_app_btn:hover {
  background: transparent;
  color: #5f28fb;
}

.split_title {
  font-size: 40px;
  line-height: 50px;
  color: #333333;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
}
.split_title span {
  font-weight: 400;
}

.web_skill_content {
  max-width: 540px;
}
.web_skill_content .split_title {
  margin-bottom: 45px;
}
.web_skill_content .skillbar-bg {
  width: 100%;
  height: 5px;
  background: #e7e9f0;
  position: relative;
}
.web_skill_content .skillbar-bg .custom-skillbar {
  background: #7a4cfa;
  height: 100%;
  position: absolute;
  left: 0;
  width: 0;
}
.web_skill_content .custom-skillbar-title {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  padding-bottom: 8px;
}
.web_skill_content .skillbar-box {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0;
}
.web_skill_content .skillbar-box li {
  margin-bottom: 25px;
}
.web_skill_content .skillbar-box li:nth-child(1) .custom-skillbar-title .skill-bar-percent {
  color: #7a4cfa;
}
.web_skill_content .skillbar-box li:nth-child(1) .skillbar-bg .custom-skillbar {
  background: #7a4cfa;
}
.web_skill_content .skillbar-box li:nth-child(2) .custom-skillbar-title .skill-bar-percent {
  color: #00d8e6;
}
.web_skill_content .skillbar-box li:nth-child(2) .skillbar-bg .custom-skillbar {
  background: #00d8e6;
}
.web_skill_content .skillbar-box li:nth-child(3) .custom-skillbar-title .skill-bar-percent {
  color: #e6c300;
}
.web_skill_content .skillbar-box li:nth-child(3) .skillbar-bg .custom-skillbar {
  background: #e6c300;
}
.web_skill_content .btn_three {
  margin-top: 35px;
  background: transparent;
  color: #7a4cfa;
}
.web_skill_content .btn_three:hover {
  background: #7a4cfa;
  color: #fff;
}

.split_banner .contact_bg {
  position: absolute;
  top: 0;
  background: url("../img/new/home-split/contact.png");
  width: 100%;
  height: 100%;
  background-size: cover;
}
.split_banner .app_img {
  margin-left: 118px;
}

.split_content .contact_form_box {
  padding-top: 45px;
}
.split_content .contact_form_box .text_box input[type=text], .split_content .contact_form_box .text_box textarea, .split_content .contact_form_box .text_box input[type=password] {
  background: #f7f8fb;
  box-shadow: none;
  transition: all 0.2s linear;
}
.split_content .contact_form_box .text_box input[type=text]:focus, .split_content .contact_form_box .text_box textarea:focus, .split_content .contact_form_box .text_box input[type=password]:focus {
  box-shadow: 0px 20px 20px 0px rgba(0, 11, 40, 0.1);
  background: #fff;
  border-color: rgba(95, 40, 251, 0.4);
}
.split_content .contact_form_box .text_box {
  margin-bottom: 20px;
}

#multiscroll-nav ul li a span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e6e7ec;
  border: 0px;
  transition: all 0.2s linear;
}
#multiscroll-nav ul li a.active span {
  background: #5f28fb;
  transition: all 0.2s linear;
}
#multiscroll-nav.white ul li a span {
  background: #8051f1;
}
#multiscroll-nav.white ul li a.active span {
  background: #fff;
}

/*====================================================*/
/

.b_line li {
  position: absolute;
}
.b_line li:nth-child(1) {
  bottom: 200px;
  right: 500px;
}
.b_line li:nth-child(2) {
  top: 100px;
  left: 135px;
}
.b_line li:nth-child(3) {
  top: 85%;
  left: 100px;
}
.b_line li:nth-child(4) {
  bottom: 120px;
  right: 750px;
}
.b_line li:nth-child(7) {
  top: 50%;
  right: 200px;
}
.b_line li:nth-child(6) {
  top: 55%;
  left: 195px;
}
.b_line li:nth-child(5) {
  bottom: 150px;
  right: 895px;
}
.b_line li:nth-child(8) {
  top: 220px;
  right: 995px;
}


.map_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/hosting/map.png") no-repeat scroll center 0/cover;
  z-index: -1;
}

.domain_box_info {
  max-width: 1030px;
  margin: 0 auto;
  text-align: center;
}
.domain_box_info h3 {
  font-size: 30px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 40px;
}

.domain_form_inner {
  display: flex;
  justify-content: center;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1);
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
  border-left: 8px solid #f8636b;
}
.domain_form_inner input {
  width: 64%;
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: 300;
  padding-left: 40px;
}
.domain_form_inner input.placeholder {
  color: #9d9db0;
}
.domain_form_inner input:-moz-placeholder {
  color: #9d9db0;
}
.domain_form_inner input::-moz-placeholder {
  color: #9d9db0;
}
.domain_form_inner input::-webkit-input-placeholder {
  color: #9d9db0;
}
.domain_form_inner input:focus {
  outline: none;
  box-shadow: none;
}
.domain_form_inner .domain_select {
  width: 15%;
}
.domain_form_inner .domain_select .selectpickers {
  border: 0px;
  width: 100%;
  padding: 0px;
  text-align: center !important;
  border-left: 1px solid #d8dcea;
  border-radius: 0px;
  font-size: 20px;
  color: #9d9db0;
  font-weight: 300;
  background: transparent;
}
.domain_form_inner .domain_select .selectpickers:after {
  border-bottom: 1px solid #9d9db0;
  border-right: 1px solid #9d9db0;
  right: 35px;
  width: 6px;
  height: 6px;
}
.domain_form_inner .domain_select .selectpickers ul {
  width: 100%;
}
.domain_form_inner .domain_select .selectpickers ul li {
  color: #9d9db0;
}
.domain_form_inner .domain_select .selectpickers:focus {
  outline: none;
  box-shadow: none;
}
.domain_form_inner button {
  width: 21%;
  border: 0px;
  padding: 25px 32px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s linear;
}
.domain_form_inner button:before {
  content: "U";
  font-family: eleganticons;
  transform: rotate(-90deg);
  display: inline-block;
  margin-right: 10px;
}

.domain_price {
  display: inline-flex;
  margin-top: 45px;
}
.domain_price li {
  font-size: 18px;
  font-weight: 500;
  color: #7b7b93;
}
.domain_price li + li {
  margin-left: 50px;
}
.domain_price li span {
  font-weight: 400;
  font-size: 16px;
  margin-left: 8px;
}


.h_head {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
  transition: all 0.3s linear;
}

a .h_head:hover {
  color: #f6626a;
}





@keyframes cloud {
  0% {
    left: 14%;
    top: 200px;
    opacity: 0;
  }
  20% {
    left: 44%;
    top: 100px;
    opacity: 1;
  }
  40% {
    left: 65%;
    top: 50px;
    opacity: 1;
  }
  60% {
    left: 80%;
    top: 130px;
    opacity: 1;
  }
  80% {
    left: 90%;
    top: 180px;
    opacity: 0.5;
  }
  100% {
    left: 100%;
    top: 230px;
    opacity: 0;
  }
}
@keyframes animateCloud {
  0% {
    left: -20%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 1;
  }
}
@keyframes jurk {
  0% {
    transform: translate3d(-10px, -10px, 0);
    opacity: 1;
  }
  50% {
    transform: translate3d(-20px, 20px, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(30px, 0px, 0);
    opacity: 1;
  }
}


.h_leaf {
  position: absolute;
  z-index: -1;
}
.h_leaf.one {
  left: 0;
  bottom: 0;
}
.h_leaf.two {
  right: 0;
  bottom: 0;
}

.support_menu.navbar .search_cart .search a.nav-link:before {
  display: none;
}

/*====================================================*/
/*====================================================*/
.banner_top .subcribes .btn_submit, .s_features_item.s_features_item_two .s_features_content .learn_btn:hover:before, .price_btn:hover, .testimonial_title .owl-prev:hover, .testimonial_title .owl-next:hover {
  background: #097c25;
}

.banner_top .subcribes .form-control:focus, .price_btn, .s_subcribes .form-control, .f_widget.about-widget .f_list li a:before {
  border-color: #22ac38;
}

.s_features_item.s_features_item_two .s_features_content .learn_btn:hover, .price_btn, .s_subcribes .btn-submit, .f_widget.about-widget .f_list li a:hover, .f_widget .widget-wrap p a:hover, .footer_bottom a, .menu > .nav-item:hover .nav-link, .menu > .nav-item.active .nav-link, .menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .text:hover, .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link, .footer_bottom a:hover {
  color: #22ac38;
}

.w_menu .nav-item:hover .nav-link, .w_menu .nav-item.active .nav-link {
  color: #fff;
}

.menu_two .w_menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu_two .w_menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu_two .w_menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link, .nav_right_btn .login_btn.active, .header_area.navbar_fixed .menu_two .nav_right_btn .login_btn.active, .header_area.navbar_fixed .menu_two .nav_right_btn .login_btn:hover, .slider_btn {
  color: #00aff0;
}

.header_area.navbar_fixed .menu_two .nav_right_btn .login_btn.active, .header_area.navbar_fixed .menu_two .nav_right_btn .login_btn:hover {
  border-color: #00aff0;
}

.header_area.navbar_fixed .menu_two .nav_right_btn .login_btn.active:hover, .slider_btn:hover, .price_tab .hover_bg, .f_widget.about-widget .f_list li a:before {
  background: #00aff0;
}

.btn_six {
  color: #fff;
  background: #17c7bd;
}
.btn_six:hover {
  background: #ebfaf9;
  color: #17c7bd;
}

/*====================================================*/
/*====================================================*/
#pp-nav {
  right: 45px;
}
#pp-nav li {
  margin: 4px;
}
#pp-nav li a span {
  background: #decbfe;
  border: 0px;
  width: 6px;
  height: 6px;
  transition: all 0.3s linear;
}
#pp-nav li a.active span {
  background: #fff;
  transform: scale(1.8);
}

.pagepiling .scroll-wrap {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
}
.pagepiling .scroll-wrap .scrollable-content {
  width: 100%;
}
.p-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
}

.pp-scrollable.section {
  overflow-x: hidden;
}

.section-1 .pp_triangle {
  top: 150px;
  left: 52%;
  transform: translateX(-50%);
}
.section-1 .pp_snak {
  bottom: 50px;
  right: 100px;
  animation: slideInnew3 4s both alternate infinite;
}
.section-1.active .section_one_img img {
  animation: fadeInLeft 1s both 0.8s;
}
.section-1.active .section_one_img .dots {
  animation: fadeInUp 1s both 1s;
}

.pp_triangle {
  animation: spinnerRotateone 6s both alternate infinite;
}

.p_absoulte {
  position: absolute;
}

.round_line {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  opacity: 0.2;
  z-index: 0;
}
.round_line.one {
  top: -230px;
  right: -50px;
}
.round_line.two {
  top: -430px;
  right: -500px;
}
.round_line.three {
  bottom: -188px;
  left: -50px;
}
.round_line.four {
  bottom: -450px;
  left: -80px;
}
.round_line.two, .round_line.four {
  width: 800px;
  height: 800px;
}

.active .round {
  animation: zoomIn 0.7s both 0.4s;
}
.active .round_line.two {
  animation: fadeInDown2 1s both 1.4s;
}
.active .round_line.one {
  animation: fadeInDown2 1s both 1s;
}
.active .round_line.three {
  animation: fadeInUp2 1s both 1.4s;
}
.active .round_line.four {
  animation: fadeInUp2 1s both 1s;
}
.active .pp_sec_title h3 {
  animation: fadeInUp 0.9s both 0.6s;
}
.active .pp_sec_title h2 {
  animation: fadeInUp 0.9s both 0.8s;
}

.pp_block {
  right: 0;
  top: 177px;
}

.section_one_img {
  margin-left: -180px;
  position: relative;
  z-index: 1;
}
.section_one_img img {
  animation: fade 0.9s both;
}
.section_one_img .round {
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-140deg, #fae679 0%, #6ce987 100%);
  background-image: -webkit-linear-gradient(-140deg, #fae679 0%, #6ce987 100%);
  background-image: -ms-linear-gradient(-140deg, #fae679 0%, #6ce987 100%);
  box-shadow: 0px 20px 60px 0px rgba(10, 5, 75, 0.06);
  position: absolute;
  top: -60px;
  z-index: -2;
}
.section_one_img .dots {
  position: absolute;
  bottom: 0;
  right: 35px;
  z-index: -1;
}

.section_one-content {
  padding-right: 100px;
}
.section_one-content h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 40px;
}
.section_one-content h2 span {
  font-weight: 700;
}

.btn_scroll {
  font-size: 16px;
  color: #fff;
  border: 2px solid #c8c1fc;
  padding: 9px 32px;
  border-radius: 4px;
  display: inline-block;
}
.btn_scroll:hover {
  background: #5f54fd;
  border-color: #5f54fd;
  box-shadow: 0px 20px 50px 0px rgba(14, 6, 134, 0.2);
  color: #fff;
}

/*=========== section-2 css ============*/
.section-2 .pp_block {
  left: 0;
  right: auto;
}
.section-2.active .pp_mackbook_img .one {
  animation: slideInnew3 0.9s both 1s;
}
.section-2.active .pp_mackbook_img .two {
  animation: slideInnew3 0.9s both 1.2s;
}
.section-2.active .pp_mackbook_img .three {
  animation: slideInnew3 0.9s both 1.4s;
}
.section-2.active .pp_mackbook_img .four {
  animation: slideInnew3 0.9s both 1.4s;
}
.section-2.active .pp_work_content h3 {
  animation: fadeInUp 0.9s both 1.4s;
}
.section-2.active .pp_work_content h2 {
  animation: fadeInUp 0.9s both 1.6s;
}
.section-2.active .pp_work_content p {
  animation: fadeInUp 0.9s both 1.75s;
}
.section-2.active .pp_work_content a {
  animation: fadeInUp 0.9s both 1.95s;
}

.pp_mackbook_img {
  height: 100%;
  position: relative;
}
.pp_mackbook_img .round {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(50deg, #fae679 0%, #f364eb 100%);
  background-image: -webkit-linear-gradient(50deg, #fae679 0%, #f364eb 100%);
  background-image: -ms-linear-gradient(50deg, #fae679 0%, #f364eb 100%);
  box-shadow: 0px 20px 60px 0px rgba(10, 5, 75, 0.06);
  position: absolute;
  top: -20px;
  right: -161px;
}
.pp_mackbook_img .one {
  top: -211px;
  left: 0px;
}
.pp_mackbook_img .three {
  top: -103px;
  right: -360px;
}
.pp_mackbook_img .two {
  top: 230px;
  left: -30px;
}
.pp_mackbook_img .four {
  top: 222px;
  left: -178px;
}

.pp_work_content .pp_sec_title {
  margin-bottom: 20px;
}
.pp_work_content h3, .pp_work_content h2 {
  animation: fade 0.9s both;
}
.pp_work_content p {
  color: #fff;
  margin-bottom: 40px;
  animation: fade 0.9s both;
}
.pp_work_content .btn_scroll {
  background: #5f54fd;
  border-color: #5f54fd;
  box-shadow: 0px 20px 50px 0px rgba(14, 6, 134, 0.2);
}
.pp_work_content .btn_scroll:hover {
  background: #5f54fd;
  border-color: #5f54fd;
  box-shadow: 0px 20px 50px 0px rgba(14, 6, 134, 0.2);
  transform: translateY(-10px);
}

/*=========== section-3 css ============*/
.section-3 .section_one_img {
  margin-left: 0;
  padding-top: 30px;
}
.section-3 .section_one_img .round {
  top: 45%;
  margin-top: -250px;
  background-image: -moz-linear-gradient(-120deg, #a679fa 0%, #ff6bb8 100%);
  background-image: -webkit-linear-gradient(-120deg, #a679fa 0%, #ff6bb8 100%);
  background-image: -ms-linear-gradient(-120deg, #a679fa 0%, #ff6bb8 100%);
  box-shadow: 0px 20px 60px 0px rgba(10, 5, 75, 0.06);
  width: 500px;
  height: 500px;
}
.section-3 .section_one_img .dots {
  right: -70px;
  bottom: 200px;
}
.section-3.active .pp_features_item {
  animation: fadeInUp 0.9s both 0.9s;
}
.section-3.active .section_one_img .round {
  animation: zoomIn 0.9s both 1s;
}
.section-3.active .section_one_img img {
  animation: fadeInUp 0.9s both 1.5s;
}

.pp_sec_title h3, .pp_sec_title h2 {
  color: #fff;
}
.pp_sec_title h3 {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 5px;
}
.pp_features_info .row {
  margin-top: -70px;
}

.pp_features_item {
  padding-right: 80px;
  margin-top: 70px;
}
.pp_features_item .icon {
  width: 70px;
  height: 60px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-bottom: 38px;
  box-shadow: 0px 20px 50px 0px rgba(10, 5, 75, 0.12);
}
.pp_features_item h4 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
}
.pp_features_item p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

/*============ section-4 css===========*/
.section-4 .pp_block {
  right: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-4 .pp_triangle {
  bottom: 50px;
  right: 80px;
  left: auto;
}
.section-4 .round_line.three {
  left: auto;
  right: 70px;
  bottom: -350px;
}
.section-4 .round_line.four {
  left: auto;
  right: -150px;
  bottom: -600px;
}
.section-4 .section_one_img .round {
  top: 50%;
  margin-top: -250px;
  width: 500px;
  height: 500px;
  left: -15px;
  background-image: -moz-linear-gradient(-120deg, #fae679 0%, #f364eb 100%);
  background-image: -webkit-linear-gradient(-120deg, #fae679 0%, #f364eb 100%);
  background-image: -ms-linear-gradient(-120deg, #fae679 0%, #f364eb 100%);
}
.section-4 .section_one_img .phon_img {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.section-4.active .section_one_img img {
  animation: fadeInUp 0.9s both 1s;
}
.section-4.active .section_one_img .phon_img {
  animation: fadeIn 0.9s both 1.5s;
}

.pp_testimonial_info .pp_testimonial_slider {
  margin-bottom: -35px;
}
.pp_testimonial_info .pp_testimonial_slider .item {
  margin-bottom: 35px;
  padding-left: 12px;
}
.pp_testimonial_info .pp_testimonial_slider .item .media .img {
  border-radius: 50%;
  background-color: #efeaf1;
  box-shadow: 0px 10px 20px 0px rgba(10, 5, 75, 0.14);
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 30px;
}
.pp_testimonial_info .pp_testimonial_slider .item .media .media-body h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
}
.pp_testimonial_info .pp_testimonial_slider .item .media .media-body .author_ratting h5 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.pp_testimonial_info .pp_testimonial_slider .item .media .media-body .author_ratting .rating i {
  font-size: 16px;
  color: #fcf925;
}
.pp_testimonial_info .pp_testimonial_slider .item:focus {
  outline: none;
}
.pp_testimonial_info .slider_nav {
  padding-left: 80px;
  padding-top: 40px;
}
.pp_testimonial_info .slider_nav i {
  font-size: 34px;
  color: #fff;
  opacity: 0.7;
  transition: opacity 0.2s linear;
  cursor: pointer;
}
.pp_testimonial_info .slider_nav i:hover {
  opacity: 1;
}

.t_left {
  left: 60px;
  bottom: 120px;
}

/*============ section-5 css===========*/
.section-5 .pp_block {
  left: 0;
  right: auto;
  top: 400px;
}
.pp_contact_info .pp_contact_item {
  padding-right: 100px;
  margin-bottom: 30px;
}
.pp_contact_info .pp_contact_item .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 26px;
  color: #5f54fd;
  background: #fff;
  border-radius: 3px;
  display: block;
  margin-right: 40px;
}
.pp_contact_info .pp_contact_item .mmedia-body {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
}
.pp_contact_info .pp_contact_item .mmedia-body a {
  color: #fff;
  display: block;
}

.pp_contact_form .text_box {
  margin-bottom: 20px;
}
.pp_contact_form .text_box input, .pp_contact_form .text_box textarea {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  transition: all 0.3s linear;
}
.pp_contact_form .text_box input.placeholder, .pp_contact_form .text_box textarea.placeholder {
  color: #fff;
}
.pp_contact_form .text_box input:-moz-placeholder, .pp_contact_form .text_box textarea:-moz-placeholder {
  color: #fff;
}
.pp_contact_form .text_box input::-moz-placeholder, .pp_contact_form .text_box textarea::-moz-placeholder {
  color: #fff;
}
.pp_contact_form .text_box input::-webkit-input-placeholder, .pp_contact_form .text_box textarea::-webkit-input-placeholder {
  color: #fff;
}
.pp_contact_form .text_box input:focus, .pp_contact_form .text_box textarea:focus {
  background: #fff;
  color: #101010;
}
.pp_contact_form .text_box input:focus.placeholder, .pp_contact_form .text_box textarea:focus.placeholder {
  color: #a6a4bf;
}
.pp_contact_form .text_box input:focus:-moz-placeholder, .pp_contact_form .text_box textarea:focus:-moz-placeholder {
  color: #a6a4bf;
}
.pp_contact_form .text_box input:focus::-moz-placeholder, .pp_contact_form .text_box textarea:focus::-moz-placeholder {
  color: #a6a4bf;
}
.pp_contact_form .text_box input:focus::-webkit-input-placeholder, .pp_contact_form .text_box textarea:focus::-webkit-input-placeholder {
  color: #a6a4bf;
}
.pp_contact_form .text_box textarea {
  height: 150px;
  padding-top: 0px;
}
.pp_contact_form .btn_scroll {
  background: transparent;
}
.pp_contact_form .btn_scroll:hover {
  background: #5f54fd;
  border-color: #5f54fd;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(14, 6, 134, 0.2);
  box-shadow: 0px 20px 50px 0px rgba(14, 6, 134, 0.2);
}



.setup_inner {
  max-width: 830px;
  margin: -30px auto 0px;
}
.setup_inner .setup_item {
  align-items: center;
  padding: 30px 0px;
  position: relative;
}
.setup_inner .setup_item.flex-row-reverse .setup_content {
  text-align: right;
  padding-right: 30px;
  padding-left: 0;
}
.setup_inner .setup_item .setup_img {
  text-align: center;
}
.setup_inner .setup_item .round {
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 10px 30px 0px rgba(1, 1, 64, 0.08);
  width: 80px;
  height: 80px;
  text-align: center;
  margin: 0 auto;
  font-size: 30px;
  color: #4e78f4;
  font-weight: 500;
  line-height: 80px;
}
.setup_inner .setup_item .line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  border-right: 2px dashed #94a2ce;
  opacity: 0.3;
  margin-left: -1px;
  z-index: -1;
}
.setup_inner .setup_item:first-child .line {
  top: 50%;
  height: 50%;
}
.setup_inner .setup_item:last-child .line {
  top: 0;
  height: 50%;
}
.setup_inner .setup_content {
  padding-left: 30px;
}
.setup_inner .setup_content h5 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  margin-bottom: 15px;
}
.setup_inner .setup_content p {
  font-size: 16px;
  color: #7b7b93;
  font-weight: 400;
  margin-bottom: 0;
}


/*=========== tracking_banner_area css =============*/
.tracking_banner_area {
  background: #efeec9;
  padding-top: 175px;
}

.tracking_banner_content h3 {
  font-size: 48px;
  color: #333333;
  font-weight: 400;
  line-height: 60px;
}
.tracking_banner_content p {
  color: #666666;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 50px;
}

.tracking_software_logo {
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 60px;
  padding-bottom: 50px;
  align-items: center;
}
.tracking_software_logo img {
  filter: grayscale(100%);
  opacity: 0.25;
}

/*============ tracking_activity_area css ==============*/
.tracking_activity_area {
  padding-top: 115px;
  background: #f6f6f6;
}

.tracking_item img {
  margin-right: 10px;
}
.tracking_item .media-body h3 {
  font-weight: 600;
  margin-bottom: 10px;
}
.tracking_item .media-body h3:hover {
  color: #22ac38;
}
.tracking_item .media-body p {
  margin-bottom: 0;
}

/*=========== tracking_product_area css ==============*/
.tracking_product_area {
  background: #f6f6f6;
}

.tracking_pr_item {
  padding: 60px;
}
.tracking_pr_item .tracking_bg {
  text-align: center;
}
.tracking_pr_item .tracking_content {
  padding: 45px 55px;
  border: 1px solid #ffc2c2;
}
.tracking_pr_item .tracking_content h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  margin-bottom: 18px;
}
.tracking_pr_item .tracking_content p {
  color: #fff;
  margin-bottom: 32px;
}
.tracking_pr_item .tracking_content .seo_btn {
  border-radius: 45px;
  background: #fff;
  border: 1px solid #ffffff;
  color: #000000;
  padding: 7px 44px;
}
.tracking_pr_item .tracking_content .seo_btn:hover {
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
}
.tracking_pr_item .tracking_content .seo_btn_one {
  border: 1px solid #9472cd;
  color: #8964c7;
  background: #eee9f7;
}
.tracking_pr_item .tracking_content .seo_btn_one:hover {
  background: #8964c7;
}
.tracking_pr_item + .tracking_pr_item {
  margin-top: 120px;
}

.tracking_pr_two .tracking_content {
  border-color: #fff;
}

/*=========== tracking_price_area css ==============*/
.tracking_price_area {
  background: #f8ad5d;
}

.tracking_price_inner {
  max-width: 760px;
  margin: 0 auto;
}
.tracking_price_inner h2 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
}
.tracking_price_inner .track_price {
  padding-right: 70px;
}
.tracking_price_inner .track_price h3 {
  font-size: 120px;
  color: #fff;
  font-weight: 700;
  line-height: 90px;
  margin-bottom: 10px;
}
.tracking_price_inner .track_price h6 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-align: right;
  margin-bottom: 0;
}
.tracking_price_inner .track_body {
  padding: 80px 0px;
}
.tracking_price_inner .track_text {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 72px;
}
.tracking_price_inner .track_text h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 18px;
}
.tracking_price_inner .track_text ul {
  margin-bottom: 0;
}
.tracking_price_inner .track_text ul li {
  font-size: 18px;
  color: #fff;
}
.tracking_price_inner .track_text ul li i {
  font-size: 16px;
  margin-right: 7px;
}
.tracking_price_inner .software_banner_btn {
  font-size: 16px;
  background-color: #22ac38;
  box-shadow: none;
}
.tracking_price_inner .software_banner_btn:hover {
  box-shadow: 0px 17px 35px 0px rgba(103, 84, 226, 0.27);
  color: #fff;
}
.tracking_price_inner h6 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 20px;
}

.tracking_getting_area {
  text-align: center;
  background: url("../img/home-tracking/cta_pattern_bg.jpg") no-repeat scroll center 0/cover;
}
.tracking_getting_area h2 {
  font-weight: 700;
  font-size: 36px;
  color: #222;
}
.tracking_getting_area .software_banner_btn {
  background-color: #22ac38;
  font-size: 16px;
  box-shadow: 0px 17px 35px 0px rgba(103, 84, 226, 0.27);
  padding: 17px 60px;
  margin-top: 10px;
}
.tracking_getting_area .software_banner_btn:hover {
  box-shadow: none;
  color: #fff;
}

/*============= chat_banner_area css ============*/
.chat_banner_area {
  height: 100vh;
  min-height: 700px;
  background: #fafafe;
  position: relative;
  padding: 150px 0px 120px;
  overflow: hidden;
}
.chat_banner_area .cloud {
  top: 190px;
  left: 0px;
  width: 100%;
}
.chat_banner_area .left {
  left: 0;
  bottom: 30px;
}
.chat_banner_area .right {
  right: 0;
  bottom: 30px;
}

.chat_banner_content {
  padding-top: 128px;
}
.chat_banner_content .c_tag {
  border-radius: 4px;
  background: #e2f4e8;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  color: #0ec123;
  padding: 4px 15px;
  margin-bottom: 25px;
}
.chat_banner_content .c_tag img {
  margin-right: 6px;
}
.chat_banner_content h2 {
  font-size: 48px;
  line-height: 72px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 30px;
}
.chat_banner_content .chat_btn {
  width: 100%;
}
.chat_banner_content span {
  font-size: 14px;
  color: #999999;
}

.chat_img {
  position: relative;
}
.chat_img .round {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  opacity: 0.7;
}
.chat_img .round.one {
  background: #deeef1;
  left: 0;
  bottom: 120px;
}
.chat_img .round.two {
  background: #f5eae3;
  right: -20px;
  top: 120px;
}
.chat_img .round.three {
  background: #f9f5e8;
  right: -50px;
  top: 70px;
  width: 60px;
  height: 60px;
}
.chat_img .p_one {
  right: -250px;
  bottom: 300px;
  animation: fadeInUp3 2.5s 1s both alternate infinite;
  z-index: 1;
}
.chat_img .p_two {
  left: -140px;
  bottom: 300px;
  z-index: 1;
  animation: fadeInUp3 2.5s 3s both alternate infinite;
}
.chat_img .p_three {
  right: -70px;
  bottom: 180px;
  z-index: 1;
  animation: fadeInUp3 1.5s 5s both alternate infinite;
}

/*=========== chat_core_features_area css ============*/
.chat_title {
  margin-bottom: 75px;
}
.chat_title h2 {
  color: #222;
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
}
.chat_title h2 span {
  font-weight: 700;
}
.chat_title p {
  max-width: 730px;
  margin: 0px auto;
  color: #535353;
}

.chat_features_item {
  text-align: center;
  padding: 0px 30px;
}
.chat_features_item .round {
  height: 270px;
  line-height: 324px;
  position: relative;
}
.chat_features_item .round .top_img {
  top: -6px;
  right: 8px;
  transition: all 0.3s linear;
}
.chat_features_item .round_circle {
  background-image: -moz-linear-gradient(-140deg, #f483a3 0%, #c670fe 100%);
  background-image: -webkit-linear-gradient(-140deg, #f483a3 0%, #c670fe 100%);
  background-image: -ms-linear-gradient(-140deg, #f483a3 0%, #c670fe 100%);
  width: 220px;
  height: 220px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  left: 58%;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
  top: 0;
}
.chat_features_item .round_circle.two {
  background-image: -moz-linear-gradient(-140deg, #83f3f4 0%, #70b6fe 100%);
  background-image: -webkit-linear-gradient(-140deg, #83f3f4 0%, #70b6fe 100%);
  background-image: -ms-linear-gradient(-140deg, #83f3f4 0%, #70b6fe 100%);
}
.chat_features_item .round_circle.three {
  background-image: -moz-linear-gradient(-140deg, #f0f483 0%, #fec070 100%);
  background-image: -webkit-linear-gradient(-140deg, #f0f483 0%, #fec070 100%);
  background-image: -ms-linear-gradient(-140deg, #f0f483 0%, #fec070 100%);
}
.chat_features_item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.chat_features_item p {
  color: #666666;
  line-height: 24px;
}
.chat_features_item:hover .round .top_img {
  transform: rotate(90deg);
}

/*============= chat_features_area css ===========*/
.chat_features_area {
  padding: 120px 0px;
}

.chat_features_img {
  background-image: -moz-linear-gradient(-140deg, #83e0f4 0%, #7094fe 100%);
  background-image: -webkit-linear-gradient(-140deg, #83e0f4 0%, #7094fe 100%);
  background-image: -ms-linear-gradient(-140deg, #83e0f4 0%, #7094fe 100%);
  width: 100%;
  height: 475px;
  position: relative;
  padding-left: 60px;
}
.chat_features_img .chat_features_img_bg_one {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}
.chat_features_img .chat_one, .chat_features_img .chat_two {
  box-shadow: 0px 5px 20px 0px rgba(12, 0, 46, 0.15);
}
.chat_features_img .chat_one {
  top: 0px;
  position: relative;
}
.chat_features_img .chat_two {
  left: 46%;
  bottom: -35px;
}
.chat_features_img .dot_bg {
  left: -30px;
  bottom: 40px;
}
.chat_features_content img {
  margin-bottom: 28px;
}
.chat_features_content h2 {
  font-size: 36px;
  font-weight: 400;
  color: #222;
  margin-bottom: 16px;
}
.chat_features_content h2 span {
  font-weight: 700;
}
.chat_features_content p {
  line-height: 30px;
  color: #666666;
}
.chat_features_content a {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
}
.chat_features_content a:hover {
  color: #22ac38;
}

.chat_features_img_two {
  background-image: -moz-linear-gradient(-140deg, #f7b05c 0%, #f08260 100%);
  background-image: -webkit-linear-gradient(-140deg, #f7b05c 0%, #f08260 100%);
  background-image: -ms-linear-gradient(-140deg, #f7b05c 0%, #f08260 100%);
  margin-left: 30px;
}
.chat_features_img_two .chat_two {
  bottom: 50px;
  left: -30px;
}
.chat_features_img_two .chat_one {
  top: -30px;
}

.chat_features_img_three {
  background-image: -moz-linear-gradient(-140deg, #5cf77d 0%, #70c7fe 100%);
  background-image: -webkit-linear-gradient(-140deg, #5cf77d 0%, #70c7fe 100%);
  background-image: -ms-linear-gradient(-140deg, #5cf77d 0%, #70c7fe 100%);
}
.chat_features_img_three .chat_two {
  left: 60px;
  bottom: 50px;
}

.chat_integration_area {
  padding-bottom: 120px;
}
.chat_integration_area .border-bottom {
  margin-bottom: 110px;
}

/*============= chat_features_area css ===========*/
/*============= chat_clients_area css ===========*/
.chat_clients_feedback {
  background-image: -moz-linear-gradient(-140deg, #5ce3f7 -100%, #70a5fe 100%);
  background-image: -webkit-linear-gradient(-140deg, #5ce3f7 -100%, #70a5fe 100%);
  background-image: -ms-linear-gradient(-140deg, #5ce3f7 -100%, #70a5fe 100%);
  display: flex;
  align-items: flex-end;
}
.chat_clients_feedback.feedback_two {
  background-image: -moz-linear-gradient(-140deg, #b473fe 0%, #ad65ff 100%);
  background-image: -webkit-linear-gradient(-140deg, #b473fe 0%, #ad65ff 100%);
  background-image: -ms-linear-gradient(-140deg, #b473fe 0%, #ad65ff 100%);
}
.chat_clients_feedback.feedback_two .clients_feedback_item .feedback_body {
  padding-right: 0;
}

.clients_feedback_item {
  display: flex;
  align-items: flex-start;
  align-items: center;
  padding-top: 40px;
}
.clients_feedback_item .feedback_body {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  flex: 1;
}
.clients_feedback_item .feedback_body p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 25px;
}
.clients_feedback_item .feedback_body .ratting {
  padding-bottom: 10px;
}
.clients_feedback_item .feedback_body .ratting i {
  font-size: 16px;
  color: #ffc859;
}
.clients_feedback_item .feedback_body .f_name {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
.clients_feedback_item .feedback_body a {
  font-size: 14px;
  color: #fff;
}

.chat_get_started_area {
  background: url("../img/home-chat/get_started_bg.png") no-repeat scroll center bottom;
  height: 712px;
  padding-top: 120px;
}

.chat_get_started_content h2 {
  font-weight: 700;
  color: #222;
  font-size: 36px;
}
.chat_get_started_content p {
  font-size: 18px;
  line-height: 30px;
  max-width: 550px;
  margin: 0 auto 40px;
}

.chat_btn {
  background: #22ac38;
  color: #fff;
  padding: 9px 95px;
  border-radius: 4px;
}
.chat_btn:hover {
  box-shadow: 0px 10px 40px 0px rgba(103, 84, 226, 0.3);
}

.h_footer_track {
  padding-bottom: 100px;
}
.h_footer_track:before, .h_footer_track:after {
  display: none;
}

/*============= chat_clients_area css ===========*/
/*====================================================*/
/*====================================================*/
/*============== banner_area css =============*/

.banner_area {
  min-height: 650px;
	max-height: 850px;
    height: 100vw;
    overflow: hidden;
    position: relative;
    z-index: -500;
	margin-bottom: -170px;
}

.banner_text h2 {
  font-size: 44px;
  color: #333333;
  line-height: 54px;
  font-weight: 600;
  margin-bottom: 20px;
}
.banner_text p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 45px;
}

.image_mockup .one_img {
  position: absolute;
  z-index: -1;
}
.image_mockup .one_img .layer {
  position: relative !important;
}
.image_mockup .one_img:nth-child(1) {
  right: -29px;
  top: 400px;
}
.image_mockup .one_img:nth-child(2) {
  right: 0px;
  top: 0px;
}
.image_mockup .one_img:nth-child(3) {
  bottom: 100px;
  right: 200px;
}
.image_mockup .one_img:nth-child(4) {
  bottom: -433px;
  right: -665px;
}
.image_mockup .one_img:nth-child(5) {
  bottom: -433px;
  right: -185px;
}
.image_mockup .one_img:nth-child(6) {
  bottom: -323px;
  right: 76px;
}
.image_mockup .one_img:nth-child(7) {
  bottom: 450px;
  right: 90px;
  z-index: -2;
}
.image_mockup .one_img:nth-child(8) {
  top: 100px;
  left: -150px;
  z-index: -2;
}
.image_mockup .one_img:nth-child(9) {
   top: 900px;
  left: 150px;
  z-index: -2;
}
.image_mockup .one_img:nth-child(10) {
  top: 210px;
  left: 30%;
  z-index: -2;
}
.image_mockup .one_img:nth-child(11) {
      top: 80px;
    left: -100px;
  z-index: -2;
}
.image_mockup .one_img:nth-child(12) {
  top: 42%;
  left: 160px;
  z-index: -2;
}
.image_mockup .one_img:nth-child(13) {
  top: 220px;
  right: 30%;
  z-index: -2;
}
.image_mockup .one_img:nth-child(14) {
  top: 80px;
  right: 40%;
  z-index: -2;
  animation: zoomIn 3s linear infinite alternate;
}
.image_mockup .one_img:nth-child(15) {
  bottom: 180px;
  left: 600px;
  z-index: -2;
}
.image_mockup .one_img:nth-child(16) {
  top: 460px;
  right: 414px;
  z-index: -2;
}

.dmeo_banner_btn {
  font-size: 16px;
  color: #fff;
  background-color: #22ac38;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  font-weight: 500;
  padding: 11px 41px;
  display: inline-block;
  transition: all 0.3s linear;
}
.dmeo_banner_btn:hover {
  box-shadow: none;
  color: #fff;
}

/*============== banner_area css =============*/
@media (min-width: 1450px) {
  .custom_container_two {
    max-width: 1400px;
  }
}
@media (min-width: 1700px) {
  .custom_container_two {
    max-width: 1660px;
  }
}

.demo_features_area {
  position: relative;
	background-color: #f4fdf0;
}
.demo_features_area .section_title h2 {
  font-size: 28px;
  line-height: 44px;
}
.demo_features_area .row {
  padding-bottom: 0px;
}

.section_title {
  margin-bottom: 70px;
}
.section_title .number {
  font-size: 70px;
  line-height: 60px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  background-image: -moz-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
  background-image: -webkit-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
  background-image: -ms-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
}
.section_title .number sup {
  font-weight: 500;
  background-image: -moz-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
  background-image: -webkit-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
  background-image: -ms-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: -0.4em;
}
.section_title h2 {
  font-size: 28px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #097c25;
}
.section_title h2 span {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #22ac38;
  letter-spacing: 2px;
}
.section_title p {
  font-size: 18px;
  line-height: 30px;
  color: #535353;
  font-weight: 400;
  max-width: 900px;
  margin: 0 auto;
}
.section_title2 {
	background-color: bisque;
	padding: 100px auto;
	display: block;
}
.section_title2 h2 {
  font-size: 28px;
  line-height: 50px;
  font-weight: 600;
  margin: 50px 0 15px 0;
  padding:  50px 0 0 0;
  color: #097c25;
}
.section_title2 h2 span {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #22ac38;
  letter-spacing: 2px;
}
.section_title2 p {
  font-size: 18px;
  line-height: 30px;
  color: #535353;
  font-weight: 400;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 50px 0;
}

.banner_text mark {
  position: relative;
  z-index: 1;
  background-color: transparent;
  padding: 0;
}
.banner_text mark:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  height: 10px;
  background-color: #fff799;
  z-index: -1;
  width: 100%;
}
.banner_text .typed {
  font-weight: 800;
	color: #097c25;
}
.banner_text .typed-cursor {
  font-weight: 500;
}

.demo_features_area .features_item {
  text-align: center;
  margin-bottom: 100px;
}
.demo_features_area .features_item .content {
  padding-top: 44px;
}
.demo_features_area .features_item .content h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #333333;
  font-weight: 600;
}
.demo_features_area .features_item .content p {
  margin-bottom: 0;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.filtering_demos {
  margin-bottom: 0px;
}
.filtering_demos .nav-tabs {
  border: 0px;
  align-items: center;
  justify-content: center;
}
.filtering_demos .nav-tabs .nav-item {
  border: 0px;
  padding: 0px;
  font-weight: 500;
  font-size: 17px;
  color: #333333;
  position: relative;
}
.filtering_demos .nav-tabs .nav-item span {
  background-image: -moz-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
  background-image: -webkit-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
  background-image: -ms-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0px;
  border-radius: 25px;
  position: absolute;
  font-weight: 600;
  top: -12px;
  right: -18px;
  font-size: 14px;
  text-align: center;
}
.filtering_demos .nav-tabs .nav-item.active {
  color: #22ac38;
  background: transparent;
}
.filtering_demos .nav-tabs .nav-item.active span {
  color: #22ac38;
}
.filtering_demos .nav-tabs .nav-item + .nav-item {
  margin-left: 75px;
}

.demo_area {
  position: relative;
  background-color: #f9fafe;
}

.portfolio-image {
  text-align: center;
}
.portfolio-image h3 {
  font-size: 21px;
  color: #333333;
  width: 100%;
  font-weight: 800;
}

.portfolio-image .img img {
  width: 100%;
  max-width: 100%;
}

.elemator_area {
  background: #f9fafe;
  text-align: center;
}

.elemator_inner {
  position: relative;
}

.elemetor_img {
  position: absolute;
  z-index: 1;
}
.elemetor_img img {
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 20px 50px 0px rgba(1, 1, 64, 0.08);
  z-index: 1;
}
.elemetor_img.one {
  left: 155px;
  top: 65px;
}
.elemetor_img.two {
  left: 315px;
  top: 135px;
}
.elemetor_img.three {
  left: 235px;
  top: 308px;
}
.elemetor_img.four {
  bottom: 109px;
  left: 150px;
}
.elemetor_img.five {
  left: 185px;
  top: 195px;
}
.elemetor_img.six {
  bottom: 153px;
  left: 350px;
}
.elemetor_img.seven {
  top: 42%;
  left: 0px;
}
.elemetor_img.eight {
  right: 155px;
  top: 65px;
}
.elemetor_img.nine {
  right: 315px;
  top: 135px;
}
.elemetor_img.ten {
  right: 209px;
  top: 325px;
}
.elemetor_img.eleven {
  bottom: 109px;
  right: 95px;
}
.elemetor_img.r_one {
  right: 132px;
  top: 195px;
}
.elemetor_img.r_two {
  bottom: 153px;
  right: 350px;
}
.elemetor_img.r_three {
  top: 42%;
  right: 0px;
}

.elemator_img {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.elemator_img .e_log {
  position: absolute;
  top: -50px;
  right: -50px;
}

.slider_demos_area {
  background: #f9fafe;
  padding: 120px 0px 80px;
}
.slider_demos_area .section_title {
  margin-bottom: 50px;
}
.slider_demos_area .slick-slide .inner {
  margin: 32px 15px 65px;
}
.slider_demos_area .slick-slide .inner img {
  box-shadow: 0px 10px 50px 0px rgba(1, 1, 64, 0.1);
  background: #f9fafe;
  margin-bottom: 30px;
}
.slider_demos_area .section_title .number {
  font-size: 70px;
  line-height: 60px;
  margin-bottom: 30px;
}

.demo_feature_area {
	margin: 0 auto 100px;
  position: relative;
}
.demo_feature_area .row {
  /*padding-left: 120px;*/
}
.demo_feature_area .f_shap {
  position: absolute;
}
.demo_feature_area .f_shap.f_shap_one {
	margin-top: 100px;
  right: -60px;
  top: -150px;
}
.demo_feature_area .f_shap.f_shap_two {
  left: -60px;
  bottom: -80px;	
}

.demo_feature_area2 {
	margin: 0 auto 100px;
  position: relative;
	background-color: bisque;
}
.demo_feature_area2 .row {
}
.demo_feature_area2 .f_shap {
  position: absolute;
}
.demo_feature_area2 .f_shap.f_shap_one {
	margin-top: 100px;
  right: -60px;
  top: -150px;
}
.demo_feature_area2 .f_shap.f_shap_two {
  left: -60px;
  bottom: -80px;	
}
/*.demo_feature_area2 {
  padding: 120px 0px 80px;
  position: relative;
	background-color: bisque;
}

.demo_feature_area2 .row {
  padding-left: 120px;
}
.demo_feature_area2 .f_shap {
  position: absolute;
}
.demo_feature_area2 .f_shap.f_shap_three {
  right: 0;
  top: 20px;
}
.demo_feature_area2 .f_shap.f_shap_four {
  left: 0;
  bottom: 20px;
}*/

.f_content {
  /*max-width: 600px;*/
  margin: 0 20px;
}
.f_content h2 {
  font-size: 30px;
  line-height: 44px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
}
.f_content p {
  font-size: 18px;
  line-height: 32px;
}
.f_content .g_logo {
  border-radius: 50%;
  margin-bottom: 35px;
  background-image: -moz-linear-gradient(60deg, #22ac38 0%, #8359f8 100%);
  background-image: -webkit-linear-gradient(60deg, #22ac38 0%, #8359f8 100%);
  background-image: -ms-linear-gradient(60deg, #22ac38 0%, #8359f8 100%);
  box-shadow: 0px 20px 30px 0px rgba(18, 1, 64, 0.1);
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
}

.f_btn {
  font-size: 16px;
  line-height: 25px;
  color: #22ac38;
  font-weight: 500;
  border: 2px solid #b196fa;
  border-radius: 45px;
  padding: 10px 39px;
  display: inline-block;
  transition: all 0.3s linear;
}
.f_btn:hover {
  background: #22ac38;
  box-shadow: 0px 20px 50px 0px rgba(123, 78, 245, 0.3);
  color: #fff;
  border-color: #22ac38;
}

.f_two {
  margin-top: 190px;
}
.f_two .f_img {
  margin-left: -50px;
}
.f_two .f_content {
  margin-left: 62px;
}
.f_three {
  margin-top: 0px;
}
.f_three .f_img {
  margin-left: -50px;
}
.f_three .f_content {
  margin: 50px 50px 0 0;
}

.utility_area {
  display: flex;
  padding: 100px 0px 100px;
  position: relative;
  flex-direction: row-reverse;
  z-index: 2;
}
.utility_area .u_round {
  position: absolute;
  right: 0;
  top: -40px;
  z-index: -1;
}
.utility_area .utility_left {
  width: 40%;
}
.utility_area .utility_right {
  width: 60%;
}
.utility_area .utility_right .slick-list {
  padding-left: 0 !important;
}
.utility_area .utility_right .slick-list .slick-slide {
  padding: 20px;
  padding-bottom: 50px;
}
.utility_area .utility_right .slick-list .slick-slide:focus {
  outline: none !important;
}
.utility_area .utility_right .slick-list img {
  box-shadow: 0px 20px 20px 0px rgba(18, 1, 64, 0.08);
  border-radius: 10px;
}

.slick-dots {
  text-align: left;
  padding-left: 20px;
  margin-top: -10px;
  bottom: 0;
}
.slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}
.slick-dots li button {
  padding: 0px;
  margin-right: 10px;
  width: 8px;
  height: 8px;
}
.slick-dots li button:before {
  color: #dedef1;
  opacity: 1;
  font-size: 8px;
  width: auto;
  height: auto;
  line-height: 8px;
}
.slick-dots li.slick-active button:before {
  color: #5e2cec;
}

.u_content {
  max-width: 592px;
  margin-right: 0;
  margin-left: auto;
  padding-right: 100px;
}
.u_content h3 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
  color: #22ac38;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.u_content h2 {
  font-size: 34px;
  margin-bottom: 25px;
  line-height: 44px;
  color: #333333;
  font-weight: 600;
}
.u_content p {
  margin-bottom: 40px;
}
.u_content .dmeo_banner_btn {
  padding: 8px 30px;
  box-shadow: none;
  border-radius: 45px;
  border: 2px solid transparent;
}
.u_content .dmeo_banner_btn:hover {
  border-color: #22ac38;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.3) 0px 20px 50px 0px;
  color: #fff;
}

.plugin_area {
  text-align: center;
  padding: 110px 0px 10px;
  position: relative;
  z-index: 1;
}
.plugin_area h6 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
  color: #22ac38;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.plugin_area h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 35px;
}
.plugin_area h2 a {
  color: #22ac38;
  position: relative;
}
.plugin_area .plugin_sub_title {
  color: #333333;
  font-size: 30px;
  font-weight: 500;
  line-height: 54px;
  margin-bottom: 55px;
}
.plugin_area .plugin_sub_title span {
  color: #22ac38;
}

.plugin_item {
  margin-bottom: 75px;
}
.plugin_item img {
  margin-bottom: -30px;
}
.plugin_item .img {
  position: relative;
}
.plugin_item .save {
  position: absolute;
  top: -14px;
  right: 22px;
}
.plugin_item h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.plugin_item p {
  font-size: 14px;
  color: #22ac38;
  font-weight: 500;
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.2s linear;
}
.plugin_item p.orange {
  color: #ff754b;
}

@media (min-width: 1400px) {
  .blog_area .container,
.shop_area .container {
    max-width: 1200px;
  }
}

.slick-slide:focus {
  outline: none !important;
}

.shop_area {
  padding: 40px 0px 120px;
  position: relative;
  z-index: 0;
}
.shop_area:before {
  content: "";
  width: 752px;
  background: url("../img/demo/circle-3.png") no-repeat center left;
  height: 1000px;
  left: 0;
  position: absolute;
  bottom: 50px;
  z-index: -1;
}
.shop_area .shop_slider {
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 0;
}
.shop_area .shop_slider .slick-slide {
  padding: 40px;
}
.shop_area .shop_slider .slick-slide img {
  box-shadow: 0px 20px 20px 0px rgba(18, 1, 64, 0.08);
  border-radius: 10px;
}
.shop_area .u_content {
  padding-right: 0;
  padding-left: 80px;
}
.shop_area .u_content ul {
  margin-bottom: 35px;
}
.shop_area .u_content ul li {
  font-size: 16px;
  color: #7b7b93;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
}
.shop_area .u_content ul li:before {
  background: url("../img/demo/arrow.png") no-repeat scroll center 0;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 5px;
  display: initial;
  vertical-align: middle;
}
.shop_area .u_content ul li + li {
  margin-top: 10px;
}
.shop_area .slick-dots {
  bottom: 0;
  padding-left: 0;
  left: 0;
  text-align: center;
  position: relative;
}

.blog_area {
  overflow: hidden;
  background: #f9fafe;
  padding-top: 100px;
}
.blog_area .u_content {
  padding-right: 0;
}
.blog_area .u_content h2 {
  line-height: 50px;
}

.arrow i {
  border-width: 1px;
  border-color: #f3f5f8;
  border-style: solid;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 18px;
  color: #4e5761;
  line-height: 47px;
  text-align: center;
  transition: all 0.3s linear;
  cursor: pointer;
}
.arrow i:hover {
  background: #22ac38;
  color: #fff;
}
.arrow i + i {
  margin-left: 12px;
}

.blog_slider {
  margin-right: -200px;
  margin-bottom: -28px;
  right: -90px;
  position: relative;
}
.blog_slider.slick-initialized .slick-slide {
  display: block;
  padding-right: 90px;
}
.blog_slider .blog_item {
  position: relative;
  padding-left: 10px;
  padding-right: 150px;
}
.blog_slider .blog_item .round {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #08c31a;
  box-shadow: 10.856px 10.321px 20px 0px rgba(33, 108, 184, 0.12);
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -66px;
  top: 109px;
  z-index: 1;
  animation: fadeOut 0.2s both 0.9s;
}
.blog_slider .blog_item .round .text {
  position: relative;
  padding-right: 7px;
}
.blog_slider .blog_item .round sup {
  font-weight: 400;
  font-size: 32px;
  position: absolute;
  top: 11px;
}
.blog_slider .blog_item .round span {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  display: block;
}
.blog_slider .blog_item img {
  position: relative;
  bottom: 0px;
}
.blog_slider .blog_item .img {
  animation: fadeOutLeft 0.2s both 0.3s;
  box-shadow: 5px 8.66px 20px 0px rgba(1, 1, 64, 0.06);
}
.blog_slider .blog_item .img_two {
  position: absolute;
  right: -21px;
  bottom: 0px;
  animation: fadeOut 0.5s both;
  box-shadow: -46.985px -17.101px 80px 0px rgba(1, 1, 64, 0.2);
}
.blog_slider .slick-active.item .round {
  animation: zoomIn 0.2s both 1.3s;
}
.blog_slider .slick-active.item .img {
  animation: fadeInLeft 0.7s both 0.8s;
}
.blog_slider .slick-active.item .img_two {
  animation: fadeInRight 0.7s both 1s;
}

.correct_features_area {
  padding-top: 110px;
}
.correct_features_area .col-lg-2 {
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center;
}

.c_features_item {
  margin-bottom: 94px;
}
.c_features_item .img {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c_features_item .img img {
  display: inline-block;
}
.c_features_item h6 {
  margin-bottom: 0;
  font-size: 16px;
  color: #7b7b93;
  font-weight: 400;
  margin-top: 25px;
}

.portfolio_area {
  padding: 140px 0px;
  position: relative;
  z-index: 1;
}
.portfolio_area .portfolio_slider {
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: auto;
  padding-bottom: 30px;
  margin-top: -30px;
}
.portfolio_area .portfolio_slider .slick-slide {
  padding: 30px 100px;
}
.portfolio_area .portfolio_slider .p_item {
  display: inline-block;
  text-align: right;
  width: 900px;
}
.portfolio_area .portfolio_slider .p_item img {
  display: inline-block;
  max-width: 100%;
  box-shadow: 0px 10px 30px 0px rgba(18, 1, 64, 0.08);
  border-radius: 10px;
  opacity: 0.2;
}
.portfolio_area .portfolio_slider .slick-active .p_item {
  text-align: center;
}
.portfolio_area .portfolio_slider .slick-active .p_item img {
  opacity: 1;
}
.portfolio_area .p_slider_inner {
  position: relative;
}
.portfolio_area .p_slider_inner .arrow i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio_area .p_slider_inner .arrow i.prevs {
  left: 370px;
}
.portfolio_area .p_slider_inner .arrow i.nexts {
  right: 370px;
}
.portfolio_area .p_slider_inner .slick-dots {
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}

.portfolio_area_two {
  background: #8e81fc;
  padding: 100px 0px 80px;
  position: relative;
  z-index: 1;
}
.portfolio_area_two h2 {
  color: #fff;
  line-height: 50px;
}
.portfolio_area_two .slick-slide {
  padding: 30px 78px 55px;
}
.portfolio_area_two .slick-slide .item img {
  box-shadow: 0px 30px 50px 0px rgba(18, 1, 64, 0.1);
}

.c_features_area_two {
  padding: 80px 0px 0px;
}
@media (min-width: 1500px) {
  .c_features_area_two .custom_container {
    max-width: 1410px;
  }
}
.c_features_area_two .section_title {
  margin-bottom: 88px;
}
.c_features_area_two .c_features_item {
  text-align: center;
  padding: 0px 22px;
}
.c_features_area_two .c_features_item img {
  margin-bottom: 32px;
}
.c_features_area_two .c_features_item h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.testimonial_area {
  background: #f9fafe;
  padding: 82px 0px 70px;
}

.test_inner {
  position: relative;
}
.test_inner .arrow .tprevs,
.test_inner .arrow .tnexts {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}
.test_inner .arrow .tprevs {
  left: 380px;
}
.test_inner .arrow .tnexts {
  right: 380px;
}

.testimonial_slider_demo .slick-track {
  display: flex;
	 text-align: center;
}
.testimonial_slider_demo .slick-slide {
	margin:0 auto;
 width: 100%;
max-width: 600px;
}
.testimonial_slider_demo .slick-slide .item {
	  box-shadow: 0px 30px 50px 0px rgba(18, 1, 64, 0.08);
  justify-content: space-between;
  align-items: center;
}
.testimonial_slider_demo .slick-slide .item img {
  box-shadow: 0px 30px 50px 0px rgba(18, 1, 64, 0.08);
  opacity: 0.6;
  transition: opacity 0.4s linear;
	 width: 100%;
}

.testimonial_slider_demo h6 {
   text-align: center;
  color: #333333;
  margin-top: 30px;
  font-size: 20px;
  display: inline-block;
  transition: color 0.2s linear;
}

/*============= typography_part css =================*/
.mark_text {
  color: #22ac38;
  background-color: transparent;
  padding: 0;
}

.typography_part {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 140px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .typography_part {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .typography_part {
    padding: 70px 0;
  }
}
@media (min-width: 1200px) {
  .typography_part .custom_container {
    max-width: 1440px;
  }
}
@media (min-width: 1200px) {
  .typography_part .typgraphy_content {
    margin-left: -17px;
  }
  .typography_part .typgraphy_content br {
    display: none;
  }
}
.typography_part .typgraphy_content h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: #22ac38;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .typography_part .typgraphy_content h5 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .typography_part .typgraphy_content h5 {
    margin-bottom: 10px;
  }
}
.typography_part .typgraphy_content h2 {
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 19px;
  font-weight: 600;
  color: #333333;
}
@media (max-width: 991px) and (min-width: 768px) {
  .typography_part .typgraphy_content h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .typography_part .typgraphy_content h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.typography_part .typgraphy_content .btn_1 {
  box-shadow: 0px 20px 50px 0px rgba(123, 78, 245, 0.3);
  margin-top: 25px;
  padding: 10px 40px;
}
.typography_part .typgraphy_content .btn_1:hover {
  box-shadow: none;
}
.typography_part .typgraphy_img {
  position: relative;
  right: -67px;
  text-align: right;
}
.typography_part .typgraphy_img img {
  box-shadow: 30px 10px 70px rgba(18, 1, 64, 0.1);
}
@media (max-width: 991px) and (min-width: 768px) {
  .typography_part .typgraphy_img {
    right: 0;
  }
}
@media (max-width: 768px) {
  .typography_part .typgraphy_img {
    right: 0;
    margin-top: 40px;
  }
}
.typography_part .circle_shape_1 {
  border-radius: 50%;
  background: #fef5f3;
  position: absolute;
  right: 47px;
  width: 400px;
  height: 400px;
  animation: circleAnimation 7s linear infinite;
  z-index: -1;
  bottom: 70px;
}


/*============= responsive_area css =================*/
.responsive_area {
  padding: 150px 0px 50px;
  position: relative;
  z-index: 1;
}
.responsive_area .r_shap {
  position: absolute;
  left: 0;
  top: 250px;
  z-index: -1;
}
.responsive_area .responsive_device {
  display: flex;
  align-items: flex-end;
}
.responsive_area .responsive_device img {
  max-width: 100%;
  margin-left: -20px;
}
.responsive_content .u_content {
  padding-right: 0;
  margin-left: 0;
}
.responsive_content .u_content .item {
  padding-right: 10px;
  padding-top: 25px;
}
.responsive_content .u_content .item img {
  margin-bottom: 30px;
}
.responsive_content .u_content .item h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.responsive_content .u_content .item p {
  font-size: 15px;
  margin-bottom: 0;
}

/*============= footer css =================*/
.footer_part {
  background-color: #22ac38;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  padding: 140px 0px 150px;
}
.footer_part .footer_shap_1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer_part .footer_shap_2 {
  position: absolute;
  right: 0;
  top: 0;
}
.footer_part .footer_shap_3 {
  position: absolute;
  left: 30%;
  top: 40%;
}
.footer_part .circle_shape_1 {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0.1;
  position: absolute;
  right: -150px;
  top: 40%;
  width: 300px;
  height: 300px;
  -webkit-animation: circleAnimation 7s linear infinite;
  animation: circleAnimation 7s linear infinite;
  z-index: -1;
}
.footer_part .footer_shap_3 {
  backface-visibility: hidden;
  animation: jumping_animation 3s ease-in-out 0.5s infinite alternate;
  animation-delay: 0.5s;
  transition: all 0.5s ease 5s;
  user-select: none;
  z-index: -1;
}
.footer_part h2 {
  color: #fff;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 50px;
}
.footer_part a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: 2px solid #dfd5fb;
  padding: 8px 36px;
  display: inline-block;
  border-radius: 25px;
  transition: all 0.3s linear;
}
.footer_part a i {
  padding-right: 15px;
  font-size: 22px;
  position: relative;
  top: 2px;
}
.footer_part a:hover {
  background: #fff;
  border-color: #fff;
  color: #22ac38;
}
.footer_part .f_logo {
  background: transparent;
  padding: 0px;
  border: 0px;
  margin-bottom: 40px;
}
.footer_part .f_logo:hover {
  background: transparent;
}

/*====================================================*/
/*====================================================*/
/*============== footer_area css ==============*/
.f_bg {
  background: #ebfeeb;
  box-shadow: 0px -1px 0px 0px rgba(231, 236, 246, 0.004);
}

.footer_top {
  border-bottom: 1px solid #e0e3ef;
  padding: 115px 0px 100px;
}

.f_widget .widget-wrap {
  margin-top: 35px;
}
.f_widget .widget-wrap p span {
  color: #333333;
}
.f_widget .widget-wrap p a {
  color: #535353;
  transition: color 0.2s linear;
}
.f_widget.company_widget .mchimp-errmessage, .f_widget.company_widget .mchimp-sucmessage {
  position: absolute;
}
.f_widget.about-widget .f_list {
  margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
  margin-bottom: 15px;
}
.f_widget.about-widget .f_list li a {
  font: 300 16px/20px 'Noto Sans JP', sans-serif;
  color: #535353;
  position: relative;
  transition: color 0.2s linear;
  display: inline-block;
}
.f_widget.about-widget .f_list li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #22ac38;
  right: 0;
  left: auto;
  bottom: 0;
  position: absolute;
  transition: width 0.2s linear;
}
.f_widget.about-widget .f_list li a:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.f_widget.about-widget .f_list li:last-child {
  margin-bottom: 0px;
}

.f_subscribe {
  position: relative;
  margin-top: 40px;
}
.f_subscribe .form-control {
  font: 300 14px 'Noto Sans JP', sans-serif;
  color: #333;
  border: 1px solid #e2e7f3;
  border-radius: 3px;
  background: #e9ecf3;
  padding-left: 25px;
  height: 54px;
  box-shadow: none;
}
.f_subscribe .form-control.placeholder {
  color: #9ba2b5;
}
.f_subscribe .form-control:-moz-placeholder {
  color: #9ba2b5;
}
.f_subscribe .form-control::-moz-placeholder {
  color: #9ba2b5;
}
.f_subscribe .form-control::-webkit-input-placeholder {
  color: #9ba2b5;
}
.f_subscribe .form-control:focus {
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}
.f_subscribe button {
  position: absolute;
  right: 25px;
  background: transparent;
  padding: 0;
  color: #222d39;
  font-size: 16px;
  top: 52%;
  transform: translateY(-50%);
}

.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #535353;
  padding: 27px 0px;
}
.footer_bottom p a {
  transition: color 0.2s linear;
}
.footer_bottom .f_menu {
  margin-bottom: 0px;
}
.footer_bottom .f_menu li {
  display: inline-block;
  position: relative;
}
.footer_bottom .f_menu li a {
  color: #535353;
  transition: color 0.2s linear;
}
.footer_bottom .f_menu li a:hover {
  color: #22ac38;
}
.footer_bottom .f_menu li + li {
  margin-left: 16px;
}
.footer_bottom .f_menu li + li:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #b1b7ca;
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle;
}
.footer_bottom a:hover {
  color: #22ac38;
}
#copyright {
	margin: 0 auto;
	font-size: 11px;
}

.f_social_icon_two a {
  font-size: 14px;
  color: #969db4;
  margin: 0px 8px;
}

/*================ footer area two css ==============*/
.footer_area_two {
  background: #fbfbfd;
}
.footer_area_two .footer_top_two {
  border-bottom: 1px solid #e9ecf3;
  padding: 120px 0px 70px;
}
.footer_area_two .footer_top_two .f_widget.about-widget .f_list li a:before {
  background: #00aff0;
}
.footer_area_two .footer_top_two .f_widget.about-widget .f_list li a:hover {
  color: #00aff0;
}
.footer_area_two .footer_top_two .f_widget .widget-wrap p a:hover {
  color: #00aff0;
}
.footer_area_two .footer_bottom {
  position: relative;
}
.footer_area_two .footer_bottom p a {
  color: #00aff0;
}
.footer_area_two .footer_bottom .f_menu li a:hover {
  color: #00aff0;
}
.footer_area_two .footer_bottom .f_menu li + li:before {
  background: #535353;
}

.f_social_icon a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 45px;
  color: #858da8;
  display: inline-block;
  background: #ebeef5;
  text-align: center;
  transition: all 0.2s linear;
}
.f_social_icon a:hover {
  background: #00aff0;
  color: #fff;
}
.f_social_icon a + a {
  margin-left: 10px;
}

.pagescroll_btn {
  width: 44px;
  height: 44px;
  border: 1px solid #1d1d42;
  font-size: 16px;
  color: #00aff0;
  text-align: center;
  line-height: 44px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -22px;
  background: #121233;
}

.footer_three {
  background: #097c25;
}
.footer_three .footer_top {
  border-color: #252130;
  color: #b2b6c4;
}
.footer_three .footer_top p {
  color: #b2b6c4;
}
.footer_three .footer_top .f-title {
  color: #fff;
}
.footer_three .footer_top .f_widget.about-widget .f_list li a {
  color: #b2b6c4;
}
.footer_three .footer_top .f_widget.about-widget .f_list li a:before {
  background: #a8a9ab;
}
.footer_three .footer_top .f_widget.about-widget .f_list li a:hover {
  color: #fff;
}
.footer_three .footer_top .social_icon {
  margin-top: 42px;
}
.footer_three .footer_top .social_icon a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #8a8e9b;
  font-size: 14px;
  line-height: 45px;
  background: #282b38;
  text-align: center;
  display: inline-block;
  margin-right: 12px;
  transition: all 0.2s linear;
}
.footer_three .footer_top .social_icon a:hover {
  background: #7444fd;
  color: #fff;
}
.footer_three .footer_bottom {
  color: #b2b6c4;
}
.footer_three .footer_bottom .f_menu li a {
  color: #b2b6c4;
}
.footer_three .footer_bottom .f_menu li a:hover {
  color: #fff;
}

/*=============== footer_area_four css =============*/
.footer_area_four .footer_top {
  border-bottom: 1px solid #FFFFFF;
  padding: 120px 0px 70px;
}
.footer_area_four .footer_top .f_widget.about-widget .f_list li a:hover {
  color: #097c25;
}
.footer_area_four .footer_top .f_widget.about-widget .f_list li a:hover:before {
  background: #22ac38;
}
.footer_area_four .footer_top .f_widget .widget-wrap p a:hover {
  color: #097c25;
}
.footer_area_four .footer_bottom p a {
  color: #22ac38;
}
.footer_area_four .footer_bottom a:hover {
  color: #097c25;
}

/*======= footer_area_five css ========*/
.footer_area_five .footer_top .f_widget.about-widget .f_list li a:hover {
  color: #097c25;
}
.footer_area_five .footer_top .f_widget.about-widget .f_list li a:hover:before {
  background: #22ac38;
}
.footer_area_five .footer_top .f_widget .widget-wrap p a:hover {
  color: #097c25;
}
.footer_area_five .footer_bottom p a {
  color: #22ac38;
}
.footer_area_five .footer_bottom a:hover {
  color: #097c25;
}

.footer_area_six {
  background-image: -moz-linear-gradient(0deg, #1c143b 0%, #111339 100%);
  background-image: -webkit-linear-gradient(0deg, #1c143b 0%, #111339 100%);
  background-image: -ms-linear-gradient(0deg, #1c143b 0%, #111339 100%);
  border-top: 2px solid #192161;
}

.footer_top_six .company_widget a {
  color: #22ac38;
}
.footer_top_six .f_widget.about-widget .f_list li a:before {
  background: #fff;
}
.footer_top_six .f_widget.about-widget .f_list li a:hover {
  color: #fff;
}
.footer_top_six .social-widget {
  margin-right: -15px;
}
.footer_top_six .social-widget .f_social_icon {
  padding-top: 4px;
}
.footer_top_six .social-widget .f_social_icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #232453;
  transition: all 0.3s linear;
}
.footer_top_six .social-widget .f_social_icon a + a {
  margin-left: 2px;
}
.footer_top_six .social-widget .f_social_icon a:hover {
  background: #097c25;
}

/*============ footer_seven css==============*/
.footer_seven {
  border-top: 1px solid #d9e1fb;
}
.footer_seven .f_social_icon {
  padding-top: 14px;
}
.footer_seven .f_social_icon a {
  width: auto;
  height: auto;
  font-size: 14px;
  color: #969db4;
  background: transparent;
}
.footer_seven .f_social_icon a:hover {
  color: #22ac38;
}
.footer_seven .f_social_icon a + a {
  margin-left: 16px;
}
.footer_seven .f_widget .widget-wrap p a:hover {
  color: #22ac38;
}
.footer_seven .f_widget.about-widget .f_list li {
  margin-bottom: 13px;
}
.footer_seven .f_widget.about-widget .f_list li a {
  font-size: 14px;
}
.footer_seven .f_widget.about-widget .f_list li a:before {
  background: #22ac38;
}
.footer_seven .f_widget.about-widget .f_list li a:hover {
  color: #22ac38;
}
.footer_seven .footer_bottom {
  padding: 20px 0px;
}
.footer_seven .footer_bottom a:hover {
  color: #097c25;
}
.footer_seven .footer_bottom p a {
  color: #22ac38;
}

/*============= error_footer css ===========*/
.error_footer {
  background: #eff2f9;
  padding: 40px 0px;
}
.error_footer a:hover {
  color: #22ac38;
}
.error_footer .f_menu li a {
  position: relative;
}
.error_footer .f_menu li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #22ac38;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s linear;
}
.error_footer .f_menu li a:hover {
  color: #22ac38;
}
.error_footer .f_menu li a:hover:before {
  width: 100%;
}
.error_footer .f_menu li + li:before {
  display: none;
}

/*============== footer_dark_one css =============*/
.footer_dark_one {
  background: #15133a;
}
.footer_dark_one .footer_top {
  border-color: #1f1d48;
}
.footer_dark_one .f_widget.about-widget .f_list li a, .footer_dark_one .f_widget .widget-wrap p a, .footer_dark_one .f_social_icon_two a {
  color: #9ca5c1;
}

.dark_f_bottom a {
  transition: color 0.2s linear;
}
.dark_f_bottom a:hover {
  color: #22ac38;
}
.dark_f_bottom p {
  color: #9ca5c1;
}
.dark_f_bottom p a {
  color: #22ac38;
}
.dark_f_bottom .f_menu li a {
  color: #9ca5c1;
}
.dark_f_bottom .f_menu li a:hover {
  color: #22ac38;
}
.dark_f_bottom .f_menu li + li:before {
  background: #5e6482;
}

.dark_widget .f-title {
  color: #fff;
}
.dark_widget.company_widget .f_social_icon_two {
  margin-top: 25px;
}
.dark_widget.company_widget .f_social_icon_two a:first-child {
  margin-left: 0px;
}
.dark_widget.company_widget .f_social_icon_two a:hover {
  color: #097c25;
}
.dark_widget .widget-wrap p span {
  color: #fff;
}
.dark_widget .widget-wrap p a:hover {
  color: #22ac38;
}
.dark_widget.about-widget .f_list li a:before {
  background: #22ac38;
}
.dark_widget.about-widget .f_list li a:hover {
  color: #22ac38;
}
.dark_widget .f_subscribe .form-control {
  background: transparent;
  border-color: #097c25;
}
.dark_widget .f_subscribe button {
  color: #fff;
}

/*============ footer_dark_two css ===========*/
.footer_dark_two {
  background: #097c25;
}
.footer_dark_two .footer_top {
  border-color: #097c25;
}
.footer_dark_two .dark_widget.company_widget .f_social_icon_two a:hover {
  color: #22ac38;
}
.footer_dark_two .dark_widget .widget-wrap p a:hover {
  color: #22ac38;
}
.footer_dark_two .dark_widget.about-widget .f_list li a:before {
  background: #22ac38;
}
.footer_dark_two .dark_widget.about-widget .f_list li a:hover {
  color: #22ac38;
}
.footer_dark_two .dark_f_bottom a {
  transition: color 0.2s linear;
}
.footer_dark_two .dark_f_bottom a:hover {
  color: #22ac38;
}
.footer_dark_two .dark_f_bottom p a {
  color: #22ac38;
}
.footer_dark_two .dark_f_bottom .f_menu li a:hover {
  color: #22ac38;
}

.footer_dark_three {
  background: #097c25;
}
.footer_dark_three .footer_top {
  border-color: #212532;
}
.footer_dark_three .dark_widget .widget-wrap p a {
  color: #6d738c;
  transition: color 0.2s linear;
}
.footer_dark_three .dark_widget .widget-wrap p a:hover {
  color: #22ac38;
}
.footer_dark_three .dark_widget.about-widget .f_list li a {
  color: #6d738c;
}
.footer_dark_three .dark_widget.about-widget .f_list li a:before {
  background: #22ac38;
}
.footer_dark_three .dark_widget.about-widget .f_list li a:hover {
  color: #22ac38;
}
.footer_dark_three .dark_f_bottom a {
  color: #6d738c;
}
.footer_dark_three .dark_f_bottom a:hover {
  color: #22ac38;
}
.footer_dark_three .dark_f_bottom p {
  color: #6d738c;
}
.footer_dark_three .dark_f_bottom p a {
  color: #22ac38;
}
.footer_dark_three .dark_f_bottom .f_menu li a {
  color: #6d738c;
}
.footer_dark_three .dark_f_bottom .f_menu li a:hover {
  color: #22ac38;
}

.footer_dark_four {
  background: #097c25;
}

.footer_dark_five {
  background: #121233;
}
.footer_dark_five .footer_top_two {
  border-color: #1d1d42;
}
.footer_dark_five .f_widget .widget-wrap p span {
  color: #fff;
}
.footer_dark_five .f_widget .f_social_icon a {
  background: #1c1c42;
}
.footer_dark_five .f_widget .f_social_icon a:hover {
  background: #00aff0;
}

/*=========== footer_nine_area css ============*/
.footer_nine_area {
  position: relative;
}
.footer_nine_area .footer_shap {
  position: absolute;
  background: url("../img/home9/footer.png") no-repeat scroll center;
  left: 0;
  width: 100%;
  background-size: cover;
  top: 0px;
  height: 100%;
}

.footer_nine_top {
  padding-bottom: 170px;
  position: relative;
  padding-top: 150px;
}
.footer_nine_top .f_widget .f-title {
  color: #333333;
  text-transform: uppercase;
}
.footer_nine_top .f_widget .f-title:after {
  content: "";
  width: 100px;
  height: 1px;
  display: block;
  background: #ebeefa;
  margin-top: 15px;
}
.footer_nine_top .f_widget.about-widget .f_list li a:before {
  background: #0479f7;
}
.footer_nine_top .f_widget.about-widget .f_list li a:hover {
  color: #0479f7;
}
.footer_nine_top .company_widget .f_social_icon_two a:first-child {
  margin-left: 0;
}
.footer_nine_top .company_widget .f_social_icon_two a:hover {
  color: #0479f7;
}

.footer_nine_bottom {
  background: #333333;
  padding: 27px 0px;
}
.footer_nine_bottom p {
  font: 300 14px 'Noto Sans JP', sans-serif;
  color: #535353;
}
.footer_nine_bottom p a {
  color: #fff;
}
.footer_nine_bottom .flag_selector {
  float: right;
}
.footer_nine_bottom .flag_selector .dropdown-toggle {
  background-color: transparent !important;
  border: 0px !important;
  border-radius: 0px;
  padding: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font: 400 14px 'Noto Sans JP', sans-serif;
  color: #535353;
}
.footer_nine_bottom .flag_selector .dropdown-toggle:after {
  display: none;
}
.footer_nine_bottom .flag_selector .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
}
.footer_nine_bottom .flag_selector .text {
  display: flex !important;
}
.footer_nine_bottom .flag_selector .text .flag-icon {
  margin-left: 0px;
  margin-right: 20px;
  float: none;
  align-self: center;
}
.footer_nine_bottom .flag_selector .flag-icon {
  position: relative;
  display: inline-block;
  width: 39px;
  line-height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  height: 22px;
  margin-left: 27px;
  float: right;
}
.footer_nine_bottom .flag_selector .flag-icon:before {
  content: "";
  width: 1px;
  height: 100%;
  position: relative;
  display: inline-block;
  background: #18295c;
  left: -15px;
}
.footer_nine_bottom .flag_selector .flag-icon.flag-icon-us {
  background-image: url(../img/home9/flag.png);
}
.footer_nine_bottom .flag_selector .flag-icon.flag-icon-mx {
  background-image: url(../img/home9/flag.png);
}
.footer_nine_bottom .flag_selector .dropdown-menu {
  padding: 0px;
  border-radius: 0px;
  border: 0px;
}
.footer_nine_bottom .flag_selector .dropdown-menu .flag-icon:before {
  display: none;
}
.footer_nine_bottom .flag_selector .dropdown-menu li .dropdown-item {
  transition: all 0.2s linear;
}
.footer_nine_bottom .flag_selector .dropdown-menu li .dropdown-item:hover {
  background: #21d4fd;
  color: #fff;
}

/*===========footer_dark_ten css ===========*/
.footer_dark_ten .f_widget .widget-wrap p a:hover {
  color: #23b1fe;
}
.footer_dark_ten .f_widget.about-widget .f_list li a:before {
  background: #23b1fe;
}
.footer_dark_ten .f_widget.about-widget .f_list li a:hover {
  color: #23b1fe;
}
.footer_dark_ten .dark_f_bottom .f_menu li a:hover, .footer_dark_ten .dark_f_bottom a {
  color: #23b1fe;
}



/*============ new_footer_area css ===========*/
.new_footer_area {
  background: #fbfbfd;
}
.new_footer_area .footer_bottom {
  padding-top: 5px;
  padding-bottom: 50px;
}
.new_footer_area .footer_bottom p {
  font-size: 16px;
  color: #535353;
  line-height: 28px;
  margin-bottom: 0;
}
.new_footer_area .footer_bottom p i {
  color: #fd2f51;
}

.new_footer_top {
  padding: 120px 0px 270px;
  position: relative;
}
.new_footer_top .f-title {
  margin-bottom: 30px;
  color: #263b5e;
}
.new_footer_top .company_widget p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #535353;
  margin-bottom: 20px;
}
.new_footer_top .company_widget .f_subscribe_two .form-control {
  border: 1px solid #e2e2eb;
  border-radius: 4px;
  height: 55px;
  background: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 55px;
  padding-left: 30px;
}
.new_footer_top .company_widget .f_subscribe_two .btn_get {
  border-width: 1px;
  margin-top: 20px;
}
.new_footer_top .f_widget.about-widget .f_list li {
  margin-bottom: 11px;
}
.new_footer_top .f_widget.about-widget .f_list li a {
  color: #535353;
}
.new_footer_top .f_widget.about-widget .f_list li a:before {
  display: none;
}
.new_footer_top .f_widget.about-widget .f_list li a:hover {
  color: #22ac38;
}
.new_footer_top .f_social_icon a {
  width: 44px;
  height: 44px;
  line-height: 43px;
  background: transparent;
  border: 1px solid #e2e2eb;
  font-size: 12px;
}
.new_footer_top .f_social_icon a:hover {
  background: #22ac38;
  border-color: #22ac38;
}
.new_footer_top .f_social_icon a + a {
  margin-left: 4px;
}


@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
/*====================================================*/

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