@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Roboto:400,500';
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
/*

TemplateMo 570 Chain App Dev

https://templatemo.com/tm-570-chain-app-dev

---------------------------------------------
font & reset css
--------------------------------------------- 


---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/* clear fix */
.grid:after {
	content: '';
	display: block;
	clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
	width: 50%;
}

.grid-item {
	float: left;
}

.grid-item img {
	display: block;
	max-width: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
	display: block;
}

* {
	box-sizing: border-box;
}

html, body {
	font-family: "UD Shin Go Regular", YuMincho, "Hiragino Mincho ProN", serif;
	font-weight: 400;
	background-color: #fff;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none !important;
	cplor: #18aace;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	margin-bottom: 0px;
}

h15 {
	font-size: 1.3em;
	padding-top: 100px;
}

p {
	font-size: 15px;
	line-height: 30px;
	font-weight: 300;
	color: #afafaf;
}

img {
	width: 100%;
	overflow: hidden;
}

h4 {
	font-family: "Gothic MB101 Bold", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3";
}

.blank {
    display: none;
}

mark {
	background: linear-gradient(transparent 80%, rgba(241,196,126,0.8) 60%);
}

* {
	background-repeat: no-repeat;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
	background: #fff;
	font-family: "UD Shin Go Regular", YuMincho, "Hiragino Mincho ProN", serif;
}

::selection {
	background: #4b8ef1;
	color: #fff !important;
}

::-moz-selection {
	background: #4b8ef1;
	color: #fff !important;
}

@media (max-width: 991px) {
	html, body {
	}
	
	.mobile-top-fix {
		margin-top: 30px;
		margin-bottom: 0px;
	}
	
	.mobile-bottom-fix {
		margin-bottom: 30px;
	}
	
	.mobile-bottom-fix-big {
		margin-bottom: 60px;
	}

}

.cien_bottom {
	width: 500px;
	text-align: center;
	margin: 0 auto;
	margin-top: 3.0rem;
}

.cien_bottom p {
	color: #000;
	border-bottom: solid 1px #18aacc;
}

.cien_bottom span {
	color: #AFAFAF;
	font-size: 0.8rem;
}

.section-heading {
	position: relative;
	z-index: 2;
}

.section-heading h4 {
	color: #2a2a2a;
	font-size: 1.7rem;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.section-heading h4 em {
	font-style: normal;
	color: #4b8ef1;
}

.section-heading img {
	width: 45px;
	height: 2px;
}

.section-heading p {
	margin-top: 10px;
}

.show-up {
	position: relative;
	z-index: 2;
}

.white-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #4b8ef1 !important;
  text-transform: capitalize;
  font-size: 15px;
  background-color: #fff;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.white-button a i {
  margin-left: 5px;
  font-size: 18px;
}

.white-button a:hover {
  background-color: #4b8ef1;
  color: #fff !important;
}

.text-button a {
  font-size: 15px;
}

.text-button a i {
  margin-left: 5px;
  font-size: 14px;
  transition: all .3s;
}

.text-button a:hover i {
  margin-left: 8px;
}

.gradient-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 15px;
  background: rgb(19,175,240);
  background: linear-gradient(105deg, rgba(91,104,235,1) 0%, rgba(40,225,253,1) 100%);
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.gradient-button a:hover {
  color: #fff !important;
  background: rgb(19,175,240);
  background: linear-gradient(105deg, rgba(91,104,235,1) 0%, rgba(40,225,253,1) 100%);
}

.border-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #4b8ef1 !important;
  border: 1px solid #4b8ef1;
  text-transform: capitalize;
  font-size: 15px;
  display: inline-block;
  background-color: #fff;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.border-button a:hover {
  background-color: #4b8ef1;
  color: #fff !important;
}


wrapper {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/


.header{
	z-index: 100;
	position: fixed;
	top: 5%;
	width: 90%;
	margin-left: 5%;
	height: 60px;
	background-color: #18AACE;
	color: #fff;
	border-radius: 100vh;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 0.9rem;
	font-family: "Gothic MB101 Bold", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3";
}

.header_inner {
	margin: 0 auto;
}

nav ul li{
	position: relative;
	margin-left: 20px;
}

nav ul li:nth-child(1) {
	margin-left: 0px;
}

/*2階層目を持つliの矢印の設定*/
nav ul li.has-child::before {
	content:'';
	position: absolute;
	left: 5px;
	top: 25px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
}

/*3階層目を持つliの矢印の設定*/

nav ul ol li.has-child::before {
	content: '';
	position: absolute;
	left: 6px;
	top: 15px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

nav li.has-child ol {
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 4;
	background-color: #18AACE;
	width: 300px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	line-height: 2.0rem;
	text-align: left;
	padding: 25px 10px 25px 10px;
	font-size: 0.85rem;
	border-radius: 0 0 20px 20px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

nav li.has-child ol::before {
	content: "・ ・ ・";
	text-align: center;
	display: block;
	width: 80%;
	height: 2.0rem;
	color: #fff;
	position: absolute;
	top: 0;
	left: 10%;
	font-size: 1.0rem;
	line-height: 2.0rem;
}


nav li.has-child ol li {
	margin-left: 0px;
	color: #fff;
	width: 100%;
	text-align: left;
	display: list-item;
}

/*hoverしたら表示*/
nav li.has-child:hover > ol,
nav li.has-child ol li:hover > ol,
nav li.has-child:active > ol,
nav li.has-child ol li:active > ol {
	visibility: visible;
	opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ol li a {
	color: #fff;
	border-bottom: solid 1px rgba(255,255,255,0.6);
}

nav li.has-child ol li a:hover,
nav li.has-child ol li a:active {
	color: #81DAF0;
	border-bottom: solid 1px rgba(255,255,255,1);
}

/*==3階層目*/

/*3階層目の位置*/
nav li.has-child ol ol {
	top: 2.0rem;
	background-color: #18AACE;
	margin-left: -10px;
	width: 300px;
	padding-left: 50px;
	left: 0;
	font-size: 0.8rem;
}

nav li.has-child ol ol li {
	margin-left: 10px;
	width: 100%;
	text-align: left;
	list-style: decimal-leading-zero;
	padding: 0px;
}

nav li.has-child ol ol li a:hover,
nav li.has-child ol ol li a:active{
	color: #81DAF0;
	border-bottom: solid 1px rgba(255,255,255,1);
}



/* 
---------------------------------------------
header-smartphone
--------------------------------------------- 
*/


@media only screen and (max-width: 768px) {

	body.active {
		height: 100%;
		overflow: hidden;
	}
	
	.header {
		background: rgba(255,255,255,0);
		top: 0;
	}

	.nav {
		position: fixed;
		right: -100%;
		top: 0;
		width: 100%;
		height: 100vh;
		padding: 60px 10px 0 10px;
		background-color: #18AACE;
		transition: all 1.0s cubic-bezier(0.87, 0, 0.13, 1);
		z-index: 200;
		overflow-y: auto;
		color: #fff;
		text-align: center;
		font-size: 1.0rem;
		line-height: 2.2rem;
		-webkit-overflow-scrolling: touch;
	}

	.hamburger {
		position: absolute;
		right: 15px;
		top: 8px;
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 300;
	}

	.nav_list {
		padding: 0;
		list-style: none;
		margin: 0 auto;
	}
	
	.nav_list a {
		margin: 0;
		color: #fff;
	}

	.nav_item {
		text-align: center;
		padding: 0 0px;
	}

	.nav_item a {
		display: block;
		padding: 0;
		border-bottom: 1px solid #eee;
		text-decoration: none;
		color: #fff;
	}

	  .nav_item a:hover {
		background-color: #333;
	}

	.hamburger_border {
		position: absolute;
		left: 11px;
		width: 18px;
		height: 2px;
		background-color: #333;
		transition: all .6s;
	}

	.hamburger_border_top {
		top: 14px;
	}

	.hamburger_border_center {
		top: 20px;
	}

	.hamburger_border_bottom {
		top: 26px;
	}

	.black_bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 100;
		background-color: #333;
		opacity: 0;
		visibility: hidden;
		transition: all .6s;
		cursor: pointer;
	}

	/* 表示された時用のCSS */
	.nav-open .nav {
		right: 0;
	}

	.nav-open .black_bg {
		opacity: .8;
		visibility: visible;
	}

	.nav-open .hamburger_border_top {
		transform: rotate(45deg);
		top: 20px;
	}

	.nav-open .hamburger_border_center {
		width: 0;
		left: 50%;
	}

	.nav-open .hamburger_border_bottom {
		transform: rotate(-45deg);
		top: 20px;
	}
	
	nav ul li {
		position: relative;
		margin-left: 0px;
		margin-bottom: 1.0rem;
	}

	nav ul li:nth-child(1) {
		margin-left: 0px;
	}
	
	nav ul li a,
	nav li.has-child {
		color: #fff;
	}
	
	/*ナビゲーションaタグの形状*/
	nav li.has-child ol li a {
		color: #fff;
		border-bottom: solid 1px rgba(255,255,255,0.6);
	}

	nav li.has-child ol li a:hover,
	nav li.has-child ol li a:active {
		color: #81DAF0;
		border-bottom: solid 1px rgba(255,255,255,1);
	}
	
	/*2階層目を持つliの矢印の設定*/
	
	nav ul li.has-child::before {
		display: none;
	}
	
	nav ul li.has-child::after {
		content:'';
		position: absolute;
		right: calc( 50% - 3px );
		top: 2.2rem;
		width: 6px;
		height: 6px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(135deg);
	}

	/*3階層目を持つliの矢印の設定*/

	nav ul ol li.has-child::before {
		display: none;
	}
	
	nav ul ol li.has-child::after {
		content: '';
		position: absolute;
		right: 50;
		top: 2.2rem;
		width: 6px;
		height: 6px;
		border-top: 2px solid #18AACE;
		border-right: 2px solid #18AACE;
		transform: rotate(135deg);
	}
	
		
	nav li.has-child ol {
		left: calc( 50% - 150px );
		top: 60px;
		color: #18AACE;
		background-color: #fff;
		width: 300px;
		visibility: hidden;
		opacity: 0;
		transition: all .3s;
		line-height: 2.0rem;
		text-align: left;
		padding: 25px 20px 25px 20px;
		font-size: 0.85rem;
		border-radius: 0 0 20px 20px;
		box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
	}
	
	nav li.has-child ol li a {
		color: #18AACE;
	}
	
	nav li.has-child ol li ol li a {
		color: #fff;
	}
	
	nav li.has-child ol::before {
		content: "・ ・ ・";
		text-align: center;
		display: block;
		width: 100%;
		height: 2.0rem;
		color: #18AACE;
		position: absolute;
		top: 0;
		left: 0;
		font-size: 1.0rem;
		line-height: 2.0rem;
	}

	nav li.has-child ol li {
		margin-left: 0px;
		color: #18AACE;
		width: 100%;
		text-align: left;
		display: list-item;
	}
	
	nav li.has-child ol ol li {
		color: #fff;
	}
	
	/*3階層目の位置*/
	nav li.has-child ol ol {
		top: 2.0rem;
		background-color: #18AACE;
		margin-left: 0px;
		width: 300px;
		padding-left: 50px;
		left: calc( 50% - 150px );
		font-size: 0.8rem;
	}

	nav li.has-child ol ol li {
		margin-left: -10px;
		width: 100%;
		text-align: left;
		list-style: decimal-leading-zero;
		padding: 0px;
	}

	nav li.has-child ol ol li a:hover,
	nav li.has-child ol ol li a:active{
		color: #81DAF0;
		border-bottom: solid 1px rgba(255,255,255,1);
	}



}/* sp */

@media only screen and (min-width: 769px) {
  .header_inner{
	  line-height: 60px;
  }

  .nav_list{
    text-align: right;
  }

  .nav_list li{
    display: inline-block;
    text-align: right;
    padding-left: 20px;
  }

  .nav_list li a{
    color: #fff;
  }

}/* pc */


/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #4b8ef1;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #4b8ef1;
    border-radius: 50%;
}


/* 
---------------------------------------------
index top
--------------------------------------------- 
*/

.index_top {
	width: 100%;
	height: calc(100vh + 200px);
	position: relative;
	background-image: url("../images/smartphone.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	font-family: "Gothic MB101 Bold", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3";
}

.smartphone {
	width: 300px;
	height: 100%;
	position: absolute;
	z-index: 5;
	background-image: url("../images/smartphone2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	top: 0;
	left: calc( 50% - 150px );
}

.index_top::after {
	content: "";
	position: absolute;
	z-index: 2;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 20%);
}

.index_logo {
	position: absolute;
	width: 200px;
	height: 200px;
	background-image: url("../images/logo.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	left: 10%;
	top: 15%;
	z-index: 5;
}

.index_label {
	position: absolute;
	width: 450px;
	height: auto;
	bottom: calc( 15% + 200px );
	right: 10%;
	text-align: right;
	font-size: 1.0rem;
	font-weight: bold;
	padding: 10px;
	border-radius: 20px;
	z-index: 6;
}

.index_label span {
	font-size: 1.5rem;
}


/* 
---------------------------------------------
index slide in
--------------------------------------------- 
*/


.bgextend {
	animation-name: bgextendAnimeBase;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	position: relative;
	overflow: hidden;
	opacity:0;
}

@keyframes bgextendAnimeBase {
	
	from {
		opacity: 0;
	}

	to {
		opacity: 1;  
	}
	
}

.bgappear {
	animation-name: bgextendAnimeSecond;
	animation-duration: 1s;
	animation-delay: 1.0s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond {
	
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
	
}

.bgLRextend::before {
	animation-name: bgLRextendAnime;
	animation-duration: 1.5s;
	animation-delay: 0.0s;
	animation-fill-mode: forwards;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #4EA7D9;
	background: linear-gradient(300deg, rgba(3,52,130,1) 0%, rgba(24,170,206,1) 80%, rgba(78,167,217,1) 100%);
}

@keyframes bgLRextendAnime {
	
	0% {
		transform-origin: left;
		transform: scaleX(0);
	}
	
	50% {
		transform-origin: left;
		transform: scaleX(1);
	}
	
	50.001% {
	  transform-origin: right;
	}
	
	100% {
	  transform-origin: right;
	  transform: scaleX(0);
	}
	
}

.flex　{
	display: flex;
	flex-wrap: wrap;
}

.bgextend {
	box-sizing: border-box;
}

.index_label p {
	font-size: 0.8rem;
	color: #4E4E4E;
	text-decoration: none;
}

.delay {
	animation-name: fadeUpAnime;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	opacity: 0;
	transition: all 3.0s cubic-bezier(0.87, 0, 0.13, 1);
}

@keyframes fadeUpAnime {
	
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
	
}

.delay-time2 {
	animation-delay: 0.2s;
}

.delay-time3 {
	animation-delay: 0.4s;
}

.delay-time4 {
	animation-delay: 0.6s;
}


/* 
---------------------------------------------
kumo design
--------------------------------------------- 
*/

.top_kumo1 {
	position: absolute;
	width: 300px;
	height: auto;
	z-index: 3;
	top: 0;
	right: 5%;
}

.anime-fuwafuwa {
	animation: 10s fuwafuwa infinite;
	transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}

@keyframes fuwafuwa {
	
	0%, 100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-50px);
	}
	
}

.top_kumo2 {
	position: absolute;
	width: 300px;
	height: auto;
	z-index: 3;
	bottom: 0;
	left: 5%;
}

.anime-fuwafuwa2 {
	animation: 10s fuwafuwa2 infinite;
	transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}

@keyframes fuwafuwa2 {
	
	0%, 100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-40px);
	}
	
}

.top_kumo3 {
	position: absolute;
	width: 100px;
	height: auto;
	z-index: 4;
	bottom: 55%;
	right: 10%;
}

.anime-fuwafuwa3 {
	animation: 5s fuwafuwa3 infinite;
	transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}

@keyframes fuwafuwa3 {
	
	0%, 100% {
		transform: translateY(-30px);
	}

	50% {
		transform: translateY(0);
	}
	
}

.top_line {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 1;
	top: 30%;
}

.anime-fuwafuwa4 {
	animation: 8s fuwafuwa4 infinite;
	transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}

@keyframes fuwafuwa4 {
	
	0%, 100% {
		transform: translateY(-20px);
	}

	50% {
		transform: translateY(0);
	}
	
}

/* 
---------------------------------------------
kumo design smartphone
--------------------------------------------- 
*/


@media only screen and (max-width: 768px) {
	
	.top_kumo1 {
		position: absolute;
		width: 150px;
		height: auto;
		z-index: 3;
		top: 0;
		right: 5%;
	}
}


/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
	padding-top: 130px;
	position: relative;
}

.services .section-heading h4 {
	font-size: 1.4rem;
}

.services .section-heading em {
	color: #18aace;
	padding: 0 1% 0 1%;
}

.services .section-heading p {
	margin: 10px 10% 0 10%;
}

.services .section-heading a {
	color: #18aace;
}

.services .container-fluid {
	padding-left: 65px;
	padding-right: 65px;
}

.services:after {
	content: '';
	background-image: url(../images/services-left-dec.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: -300px;
	width: 261px;
	height: 368px;
	z-index: 0;
}

.services .section-heading {
	text-align: center;
	margin-bottom: 80px;
}

.services .section-heading .line-dec {
	margin: 0 auto;
}

.service-item {
	position: relative;
	z-index: 1;
	padding: 30px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	background-color: #fff;
	border-radius: 10px;
	border-top-right-radius: 50px;
	transition: all .3s;
	height: 500px;
}

.service-item .icon {
	margin-left: 0px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	transition: all .3s;
}

.service-item h4 {
	transition: all .3s;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}

.service-item p {
	transition: all .3s;
	font-size: 15px;
	margin-bottom: 20px;
}

.service-item:hover h4,
.service-item:hover p,
.service-item:hover .text-button a {
	color: #fff;
}

.first-service .icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%200%200%2024%2024%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224px%22%20fill%3D%22%23A274E8%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C0h24v24H0V0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M19.14%2C12.94c0.04-0.3%2C0.06-0.61%2C0.06-0.94c0-0.32-0.02-0.64-0.07-0.94l2.03-1.58c0.18-0.14%2C0.23-0.41%2C0.12-0.61%20l-1.92-3.32c-0.12-0.22-0.37-0.29-0.59-0.22l-2.39%2C0.96c-0.5-0.38-1.03-0.7-1.62-0.94L14.4%2C2.81c-0.04-0.24-0.24-0.41-0.48-0.41%20h-3.84c-0.24%2C0-0.43%2C0.17-0.47%2C0.41L9.25%2C5.35C8.66%2C5.59%2C8.12%2C5.92%2C7.63%2C6.29L5.24%2C5.33c-0.22-0.08-0.47%2C0-0.59%2C0.22L2.74%2C8.87%20C2.62%2C9.08%2C2.66%2C9.34%2C2.86%2C9.48l2.03%2C1.58C4.84%2C11.36%2C4.8%2C11.69%2C4.8%2C12s0.02%2C0.64%2C0.07%2C0.94l-2.03%2C1.58%20c-0.18%2C0.14-0.23%2C0.41-0.12%2C0.61l1.92%2C3.32c0.12%2C0.22%2C0.37%2C0.29%2C0.59%2C0.22l2.39-0.96c0.5%2C0.38%2C1.03%2C0.7%2C1.62%2C0.94l0.36%2C2.54%20c0.05%2C0.24%2C0.24%2C0.41%2C0.48%2C0.41h3.84c0.24%2C0%2C0.44-0.17%2C0.47-0.41l0.36-2.54c0.59-0.24%2C1.13-0.56%2C1.62-0.94l2.39%2C0.96%20c0.22%2C0.08%2C0.47%2C0%2C0.59-0.22l1.92-3.32c0.12-0.22%2C0.07-0.47-0.12-0.61L19.14%2C12.94z%20M12%2C15.6c-1.98%2C0-3.6-1.62-3.6-3.6%20s1.62-3.6%2C3.6-3.6s3.6%2C1.62%2C3.6%2C3.6S13.98%2C15.6%2C12%2C15.6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-size: contain;
}

.first-service:hover .icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%200%200%2024%2024%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224px%22%20fill%3D%22%23fff%22%3E%3Cg%3E%3Cpath%20d%3D%22M0%2C0h24v24H0V0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M19.14%2C12.94c0.04-0.3%2C0.06-0.61%2C0.06-0.94c0-0.32-0.02-0.64-0.07-0.94l2.03-1.58c0.18-0.14%2C0.23-0.41%2C0.12-0.61%20l-1.92-3.32c-0.12-0.22-0.37-0.29-0.59-0.22l-2.39%2C0.96c-0.5-0.38-1.03-0.7-1.62-0.94L14.4%2C2.81c-0.04-0.24-0.24-0.41-0.48-0.41%20h-3.84c-0.24%2C0-0.43%2C0.17-0.47%2C0.41L9.25%2C5.35C8.66%2C5.59%2C8.12%2C5.92%2C7.63%2C6.29L5.24%2C5.33c-0.22-0.08-0.47%2C0-0.59%2C0.22L2.74%2C8.87%20C2.62%2C9.08%2C2.66%2C9.34%2C2.86%2C9.48l2.03%2C1.58C4.84%2C11.36%2C4.8%2C11.69%2C4.8%2C12s0.02%2C0.64%2C0.07%2C0.94l-2.03%2C1.58%20c-0.18%2C0.14-0.23%2C0.41-0.12%2C0.61l1.92%2C3.32c0.12%2C0.22%2C0.37%2C0.29%2C0.59%2C0.22l2.39-0.96c0.5%2C0.38%2C1.03%2C0.7%2C1.62%2C0.94l0.36%2C2.54%20c0.05%2C0.24%2C0.24%2C0.41%2C0.48%2C0.41h3.84c0.24%2C0%2C0.44-0.17%2C0.47-0.41l0.36-2.54c0.59-0.24%2C1.13-0.56%2C1.62-0.94l2.39%2C0.96%20c0.22%2C0.08%2C0.47%2C0%2C0.59-0.22l1.92-3.32c0.12-0.22%2C0.07-0.47-0.12-0.61L19.14%2C12.94z%20M12%2C15.6c-1.98%2C0-3.6-1.62-3.6-3.6%20s1.62-3.6%2C3.6-3.6s3.6%2C1.62%2C3.6%2C3.6S13.98%2C15.6%2C12%2C15.6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	transform: scale(1.2);
}



.second-service .icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%200%200%2024%2024%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224px%22%20fill%3D%22%239DD134%22%3E%3Crect%20fill%3D%22none%22%20height%3D%2224%22%20width%3D%2224%22%2F%3E%3Cpath%20d%3D%22M10.5%2C13H8v-3h2.5V7.5h3V10H16v3h-2.5v2.5h-3V13z%20M12%2C2L4%2C5v6.09c0%2C5.05%2C3.41%2C9.76%2C8%2C10.91c4.59-1.15%2C8-5.86%2C8-10.91V5L12%2C2%20z%22%2F%3E%3C%2Fsvg%3E");
	background-size: contain;
}

.second-service:hover .icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%200%200%2024%2024%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224px%22%20fill%3D%22%23fff%22%3E%3Crect%20fill%3D%22none%22%20height%3D%2224%22%20width%3D%2224%22%2F%3E%3Cpath%20d%3D%22M10.5%2C13H8v-3h2.5V7.5h3V10H16v3h-2.5v2.5h-3V13z%20M12%2C2L4%2C5v6.09c0%2C5.05%2C3.41%2C9.76%2C8%2C10.91c4.59-1.15%2C8-5.86%2C8-10.91V5L12%2C2%20z%22%2F%3E%3C%2Fsvg%3E");
	transform: scale(1.2);
}


.third-service .icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%200%200%2024%2024%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224px%22%20fill%3D%22%23E80D32%22%3E%3Crect%20fill%3D%22none%22%20height%3D%2224%22%20width%3D%2224%22%2F%3E%3Cpath%20d%3D%22M18%2C9V7h-2V2.84C14.77%2C2.3%2C13.42%2C2%2C11.99%2C2C6.47%2C2%2C2%2C6.48%2C2%2C12s4.47%2C10%2C9.99%2C10C17.52%2C22%2C22%2C17.52%2C22%2C12%20c0-1.05-0.17-2.05-0.47-3H18z%20M15.5%2C8C16.33%2C8%2C17%2C8.67%2C17%2C9.5S16.33%2C11%2C15.5%2C11S14%2C10.33%2C14%2C9.5S14.67%2C8%2C15.5%2C8z%20M8.5%2C8%20C9.33%2C8%2C10%2C8.67%2C10%2C9.5S9.33%2C11%2C8.5%2C11S7%2C10.33%2C7%2C9.5S7.67%2C8%2C8.5%2C8z%20M12%2C17.5c-2.33%2C0-4.31-1.46-5.11-3.5h10.22%20C16.31%2C16.04%2C14.33%2C17.5%2C12%2C17.5z%20M22%2C3h2v2h-2v2h-2V5h-2V3h2V1h2V3z%22%2F%3E%3C%2Fsvg%3E");
	background-size: contain;}

.third-service:hover .icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%200%200%2024%2024%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224px%22%20fill%3D%22%23fff%22%3E%3Crect%20fill%3D%22none%22%20height%3D%2224%22%20width%3D%2224%22%2F%3E%3Cpath%20d%3D%22M18%2C9V7h-2V2.84C14.77%2C2.3%2C13.42%2C2%2C11.99%2C2C6.47%2C2%2C2%2C6.48%2C2%2C12s4.47%2C10%2C9.99%2C10C17.52%2C22%2C22%2C17.52%2C22%2C12%20c0-1.05-0.17-2.05-0.47-3H18z%20M15.5%2C8C16.33%2C8%2C17%2C8.67%2C17%2C9.5S16.33%2C11%2C15.5%2C11S14%2C10.33%2C14%2C9.5S14.67%2C8%2C15.5%2C8z%20M8.5%2C8%20C9.33%2C8%2C10%2C8.67%2C10%2C9.5S9.33%2C11%2C8.5%2C11S7%2C10.33%2C7%2C9.5S7.67%2C8%2C8.5%2C8z%20M12%2C17.5c-2.33%2C0-4.31-1.46-5.11-3.5h10.22%20C16.31%2C16.04%2C14.33%2C17.5%2C12%2C17.5z%20M22%2C3h2v2h-2v2h-2V5h-2V3h2V1h2V3z%22%2F%3E%3C%2Fsvg%3E");
	transform: scale(1.2);
}

.fourth-service .icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%200%200%2024%2024%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224px%22%20fill%3D%22%23FFDA45%22%3E%3Crect%20fill%3D%22none%22%20height%3D%2224%22%20width%3D%2224%22%20y%3D%220%22%2F%3E%3Cpath%20d%3D%22M7%2C20h4c0%2C1.1-0.9%2C2-2%2C2S7%2C21.1%2C7%2C20z%20M5%2C19h8v-2H5V19z%20M16.5%2C9.5c0%2C3.82-2.66%2C5.86-3.77%2C6.5H5.27%20C4.16%2C15.36%2C1.5%2C13.32%2C1.5%2C9.5C1.5%2C5.36%2C4.86%2C2%2C9%2C2S16.5%2C5.36%2C16.5%2C9.5z%20M21.37%2C7.37L20%2C8l1.37%2C0.63L22%2C10l0.63-1.37L24%2C8%20l-1.37-0.63L22%2C6L21.37%2C7.37z%20M19%2C6l0.94-2.06L22%2C3l-2.06-0.94L19%2C0l-0.94%2C2.06L16%2C3l2.06%2C0.94L19%2C6z%22%2F%3E%3C%2Fsvg%3E");
	background-size: contain;
}

.fourth-service:hover .icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%200%200%2024%2024%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224px%22%20fill%3D%22%23fff%22%3E%3Crect%20fill%3D%22none%22%20height%3D%2224%22%20width%3D%2224%22%20y%3D%220%22%2F%3E%3Cpath%20d%3D%22M7%2C20h4c0%2C1.1-0.9%2C2-2%2C2S7%2C21.1%2C7%2C20z%20M5%2C19h8v-2H5V19z%20M16.5%2C9.5c0%2C3.82-2.66%2C5.86-3.77%2C6.5H5.27%20C4.16%2C15.36%2C1.5%2C13.32%2C1.5%2C9.5C1.5%2C5.36%2C4.86%2C2%2C9%2C2S16.5%2C5.36%2C16.5%2C9.5z%20M21.37%2C7.37L20%2C8l1.37%2C0.63L22%2C10l0.63-1.37L24%2C8%20l-1.37-0.63L22%2C6L21.37%2C7.37z%20M19%2C6l0.94-2.06L22%2C3l-2.06-0.94L19%2C0l-0.94%2C2.06L16%2C3l2.06%2C0.94L19%2C6z%22%2F%3E%3C%2Fsvg%3E");
	transform: scale(1.2);
}

.service-item:hover {
	background-image: url(../images/service-bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}



/*
---------------------------------------------
About Us
---------------------------------------------
*/

.about-us {
	padding-top: 130px;
	position: relative;
}

.about-us .section-heading {
	margin-bottom: 45px;
	z-index: 10;
}

.about-us .section-heading,
.about-us .box-item,
.about-us p,
.about-us .box-item .gradient-button,
.about-us .box-item span {
	position: relative;
	z-index: 1;
}

.about-us .section-heading h4 {
	font-size: 1.4rem;
}

.about-us .section-heading em {
	color: #18aace;
}

.about-us .section-heading p {
	margin: 10px 2% 0 2%;
}

.about-us .section-heading a {
	color: #18aace;
}


.about-us .box-item {
	box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
	padding: 10px 30px;
	background-color: #fff;
	border-radius: 40px;
	margin-bottom: 30px;
	z-index: 6;
}

.about-us .box-item h4 a {
}

.about-us .box-item h4 a {
	margin-top: 8px;
	color: #18aace;
	font-size: 1.2rem;
	font-weight: 700;
	transition: all .3s;
}

.about-us .box-item p {
	margin-bottom: 0px;
}

.about-us .box-item:hover h4 a {
	color: #4b8ef1;
}

.about-us .gradient-button {
	margin-top: 30px;
	margin-bottom: 10px;
}

.about-us span {
	font-size: 14px;
	color: #7a7a7a;
	z-index: 6;
}

.about-us .right-image {
	width: 50%;
	overflow: hidden;
	z-index: 0;
}

.about-us .right-image img {
	position: absolute;
	max-width: 30%;
}

.about-us .right-image img:nth-child(1) {
	right: 20%;
	top: 15%;
	z-index: 0;
}

.about-us .right-image img:nth-child(2) {
	right: 0%;
	top: 5%;
	z-index: 0;
	width: 20%;
}

.right-image img:nth-child(3) {
	right: 15%;
	bottom: 2%;
	z-index: 0;
}

.about-us .right-image img:nth-child(4) {
	right: 5%;
	bottom: 25%;
	z-index: 0;
}

.about-us .right-image img:nth-child(5) {
	left: 2%;
	bottom: 20%;
	z-index: 0;
}

.about-us .right-image img:nth-child(6) {
	right: 30%;
	bottom: 15%;
	z-index: 0;
	width: 25%;
}

.about-us .right-image img:nth-child(7) {
	right: 25%;
	bottom: 45%;
	z-index: 0;
}

/* 
---------------------------------------------
The Clients
---------------------------------------------
*/

.the-clients {
	margin-top: 130px;
}

.the-clients  .section-heading {
	text-align: center;
	margin-bottom: 80px;
}

.the-clients .section-heading h4 {
	font-size: 1.4rem;
}

.the-clients .section-heading em {
	color: #18aace;
}

.the-clients .section-heading p {
	margin: 10px 2% 0 2%;
}

.the-clients .section-heading a {
	color: #18aace;
}


.the-clients .naccs {
	position: relative;
}

.menu .thumb h4 {
	margin-bottom: 0px;
	font-size: 1.0rem;
	color: #2a2a2a;
}

.menu .thumb span.date {
	display: inline-block;
	margin-top: 0px;
	color: #afafaf;
}

.menu .thumb span.category,
.menu .thumb span.rating {
	font-weight: 700;
	color: #afafaf;
}

.menu .thumb i {
	color: #afafaf;
}

.the-clients .naccs .menu div {
	color: #fff;
	font-size: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: left;
	padding: 0px 15px;
	cursor: pointer;
	position: relative;
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.the-clients ul.nacc li::before {
	content: '';
	width: 150px;
	position: absolute;
	height: auto;
	top: 0;
	left: 0;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%2318aace%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M140%2C128a12%2C12%2C0%2C1%2C1-12-12A12%2C12%2C0%2C0%2C1%2C140%2C128ZM84%2C116a12%2C12%2C0%2C1%2C0%2C12%2C12A12%2C12%2C0%2C0%2C0%2C84%2C116Zm88%2C0a12%2C12%2C0%2C1%2C0%2C12%2C12A12%2C12%2C0%2C0%2C0%2C172%2C116Zm60%2C12A104%2C104%2C0%2C0%2C1%2C79.12%2C219.82L45.07%2C231.17a16%2C16%2C0%2C0%2C1-20.24-20.24l11.35-34.05A104%2C104%2C0%2C1%2C1%2C232%2C128Zm-16%2C0A88%2C88%2C0%2C1%2C0%2C51.81%2C172.06a8%2C8%2C0%2C0%2C1%2C.66%2C6.54L40%2C216%2C77.4%2C203.53a7.85%2C7.85%2C0%2C0%2C1%2C2.53-.42%2C8%2C8%2C0%2C0%2C1%2C4%2C1.08A88%2C88%2C0%2C0%2C0%2C216%2C128Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	background-size: contain;
}

.the-clients .naccs .menu div.active h4,
.the-clients .naccs .menu div.active i,
.the-clients .naccs .menu div.active span.rating,
.the-clients .naccs .menu div.active .thumb {
	color: #4b8ef1;
	font-size: 1.1rem;
}

.the-clients ul.nacc {
	position: relative;
	min-height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.the-clients ul.nacc li {
	opacity: 0;
	transform: translateX(-50px);
	position: absolute;
	list-style: none;
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.the-clients ul.nacc li.active {
	transition-delay: 0.3s;
	position: relative;
	z-index: 2;
	opacity: 1;
	transform: translateX(0px);
}

.the-clients ul.nacc li {
	width: 100%;
}

.the-clients .nacc .thumb .client-content img {
	width: 76px;
	height: 62px;
}

.the-clients .nacc .thumb .client-content {
	padding: 30px;
	background-image: url(../images/client-bg.png);
	background-size: cover;
	border-radius: 50px;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
}

.the-clients .nacc .thumb .client-content p {
	color: #fff;
	font-size: 0.9rem;
	font-style: italic;
	line-height: 1.8rem;
}

.the-clients .nacc .thumb .client-content p span {
	font-style: normal;
	border-bottom: solid 1px; 
}

/* 
---------------------------------------------
The Clients
---------------------------------------------
*/

.pricing-tables {
	padding-top: 130px;
}

.pricing-tables .section-heading {
	text-align: center;
	margin-bottom: 80px;
}

.pricing-tables .section-heading h4 {
	font-size: 1.4rem;
}

.pricing-tables .section-heading h4 em {
	color: #18aacc;
}

.pricing-tables .section-heading p {
	margin: 10px 2% 0 2%;
}

.pricing-item-regular {
	margin-top: 30px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
	border-radius: 50px;
	padding: 90px 30px;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.pricing-item-regular:before {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/regular-table-top.png);
	z-index: 0;
	content: '';
	width: 274px;
	height: 221px;
}

.pricing-item-regular:after {
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(../images/regular-table-bottom.png);
	z-index: 0;
	content: '';
	width: 370px;
	height: 171px;
}

.pricing-item-regular span.price {
	font-size: 40px;
	color: #fff;
	position: absolute;
	font-weight: 700;
	z-index: 1;
	left: 30px;
	top: 30px;
}

.pricing-item-regular h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
}

.pricing-item-regular .icon img {
	width: 120px;
	height: 106px;
	margin-bottom: 30px;
}

.pricing-item-regular ul li {
	color: #4b8ef1;
	font-size: 15px;
	margin-bottom: 15px;
}

.pricing-item-regular ul li:last-child {
	margin-bottom: 0px;
}

.pricing-item-regular ul li.non-function {
	color: #afafaf;
	text-decoration: line-through;
}

.pricing-item-regular .border-button {
	position: relative;
	z-index: 1;
	margin-top: 40px;
}

.pricing-item-pro {
	box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
	border-radius: 50px;
	padding: 120px 30px;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.pricing-item-pro:before {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/pro-table-top.png);
	z-index: 0;
	content: '';
	width: 281px;
	height: 251px;
}

.pricing-item-pro:after {
	position: absolute;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/pro-table-bottom.png);
	z-index: 0;
	content: '';
	width: 100%;
	height: 201px;
}

.pricing-item-pro span.price {
	font-size: 40px;
	color: #fff;
	position: absolute;
	font-weight: 700;
	z-index: 1;
	left: 30px;
	top: 30px;
}

.pricing-item-pro h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
}

.pricing-item-pro .icon img {
	width: 120px;
	height: 106px;
	margin-bottom: 30px;
}

.pricing-item-pro ul li {
	color: #4b8ef1;
	font-size: 15px;
	margin-bottom: 15px;
}

.pricing-item-pro ul li:last-child {
	margin-bottom: 0px;
}

.pricing-item-pro ul li.non-function {
	color: #afafaf;
	text-decoration: line-through;
}

.pricing-item-pro .border-button {
	position: relative;
	z-index: 1;
	margin-top: 40px;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer {
	padding-top: 200px;
	width: 100%;
	overflow-x: hidden;
	margin: 0;
}

.footer_container {
	width: 100%;
	padding: 0px;
	padding-bottom: 30px;
	margin: 0px;
	background-color: #4EA7D9;
	background: linear-gradient(0deg, rgba(3,52,130,1) 0%, rgba(24,170,206,1) 80%, rgba(78,167,217,1) 100%);
}

footer .section-heading {
	margin-bottom: 45px;
}

footer .section-heading h4 {
	line-height: 45px;
	color: #fff;
	text-align: center;
}

.footer-widget .logo img {
	max-width: 96px;
	margin-bottom: 30px;
}

.footer-widget h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 30px;
}

.footer-widget p {
	margin-bottom: 15px;
}

.footer-widget p,
.footer-widget p a {
	color: #fff;
}

.footer-widget ul {
	display: inline;
	max-width: 40%;
	float: left;
	margin-right: 10%;
}

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

.footer-widget ul li:last-child {
	margin-bottom: 0px;
}

.footer-widget ul li a {
	font-size: 15px;
	color: #fff;
	transition: all .3s;;
}

.footer-widget a:hover {
	opacity: 0.75;
}

.footer-widget a {
	color: #18272F;
	position: relative;
	text-decoration: none;
}

.footer-widget a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	border-radius: 4px;
	background-color: #fff;
	bottom: 0;
	left: 0;
	transform-origin: right;
	transform: scaleX(0);
	transition: transform .3s ease-in-out;
}

.footer-widget a:hover::before {
	transform-origin: left;
	transform: scaleX(1);
}


footer .copyright-text p {
	text-align: center;
	margin-bottom: 0px;
	color: #fff;
	font-size: 0.7em;
	line-height: 0.9rem;
}

footer .copyright-text p:nth-child(1) {
	margin-top: 4em;
}

footer p a {
	color: #fff;
	transition: all .5s;
}

footer p a:hover {
	opacity: 0.75;
	color: #fff;
}

h10 {
	font-size: 1.5em;
	font-family: "Midashi Go MB31";
	color: #fff;
	font-style: italic;
}


/*
---------------------------------------------
wave
---------------------------------------------
*/

.wave{
	position: relative;
	height: 200px;
}

canvas{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}


/* 
---------------------------------------------
feauture
--------------------------------------------- 
*/

.feauture-index {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background-color: rgba(255,255,255,0);
	position: relative;
	z-index: 2;
}

.index-list {
	display: flex;
}

.feauture-index .index-list .wrap {
	width: 35%;
	z-index: 2;
}

.feauture-index .index-list .wrap ul {
	padding: 0 0 0 5px;
    top: 0;
	position: -webkit-sticky;
	position:         sticky;
}

.feauture-index .index-list .wrap ul li {
	list-style: decimal-leading-zero;
	color: #5771EC;
	padding-left: 15%;
}

.feauture-index .index-list .wrap ul li:first-child {
}

.feauture-wright {
	margin-top: 0px;
	padding-bottom: 200px;
	width: 100%;
	min-height: 100vh;
	white-space: pre-wrap;
	line-break: normal;
	padding: 0 5% 5% 5%;
	border-top: solid 80px;
	border-color: #04002A;
	display: inline-block;
	text-align: left;
	font-size: 1.0rem;
}

.feauture-wright:first-child {
	border-top: solid 15vw;
}

.feauture-index .index-list .feauture-wright h6 {
	font-size: 1.5rem;
	position: relative;
	font-weight: 800;
	padding-left: 0px;
	padding-top: 0px;
	text-align: center;
	margin-top: 80px;
}

.feauture-index .index-list .feauture-wright h6::before {
	content: attr(data-number);
	position: absolute;
	top: -150%;
	left: calc( 50% - 3.5rem);
	transform: translateY(-50%);
	font-size: 6.0rem;
	font-family: 'Russo One', sans-serif;
	font-weight: 400;
	padding: 40px 0;
	color: rgba(0, 0, 0, 0);
	text-shadow: 5px 5px 0 #fff;
	-webkit-text-stroke: 2px #000;
	text-stroke: 2px #000;
}

.feauture-index .index-list .feauture-wright h6::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FFA72A;
}

.feauture-index .index-list .feauture-wright h7 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 600;
	
}

.feauture-index .index-list .feauture-wright table {
	margin: -20px auto;
	text-align: center;
	width: 100%;
}
	
.feauture-index .index-list .feauture-wright tr {
	width: 20%;
	text-align: center;
	padding: 5px;
}

.feauture-index .index-list .feauture-wright td {
	width: 20%;
	border: none;
	padding: 5px;
}

.feauture-index .index-list .feauture-wright tr:nth-child(odd) {
	background: rgba(24,170,206,.3);
}

.feauture-index .index-list .feauture-wright li {
	margin-left: 5px;
}

.feauture-index .index-list .feauture-wright li:nth-child(1) {
	margin-top: 15px;
}

.feauture-index .index-list .feauture-wright li {
	list-style: none;
	padding: 5px 0 5px 0;
}

.guideline {
	white-space: normal;
	margin-left: 0.2rem;
}

.guideline li {
	display: flex;
	align-items: center;
	color: #333333;
}

.guideline li a {
	white-space: normal;
	margin-left: 0.2rem;
}

.guideline li::before {
	width: 30px;
    height: 30px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22%23000000%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M128%2C96a32%2C32%2C0%2C1%2C0%2C32%2C32A32%2C32%2C0%2C0%2C0%2C128%2C96Zm0%2C48a16%2C16%2C0%2C1%2C1%2C16-16A16%2C16%2C0%2C0%2C1%2C128%2C144Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    content: '';
	display: inline-block;
	vertical-align: middle;
	padding-right: 1.0rem;
}


.guideline2 {
	margin: 0 1em 1em 1.0em;
}

.guideline2 li {
	display: flex;
    align-items: center;
    gap: 0 7px;
    color: #333333;
}

.guideline2 li::before {
	width: 25px;
    height: 20px;
	background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2220%22%20fill%3D%22%23fcd755%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M128%2C24A104%2C104%2C0%2C1%2C0%2C232%2C128%2C104.11%2C104.11%2C0%2C0%2C0%2C128%2C24Zm0%2C192a88%2C88%2C0%2C1%2C1%2C88-88A88.1%2C88.1%2C0%2C0%2C1%2C128%2C216Zm-8-80V80a8%2C8%2C0%2C0%2C1%2C16%2C0v56a8%2C8%2C0%2C0%2C1-16%2C0Zm20%2C36a12%2C12%2C0%2C1%2C1-12-12A12%2C12%2C0%2C0%2C1%2C140%2C172Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    content: '';
	display: inline-block;
	vertical-align: middle;
	padding-right: 1.0rem;
}

.guideline2 li:nth-child(1) {
	margin-top: 0px;
}

.guideline3 {
	margin: 0 1em 1em 1em;
	border: none;
}

.guideline3 li {
    align-items: center;
    gap: 0 7px;
    color: #333333;
}

.guideline3 li::before {
	width: 15px;
    height: 15px;
	background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cpath%20fill%3D%22%2318aacc%22%20d%3D%22M8.2%2C20.6l-7.8-7.8c-0.5-0.5-0.5-1.2%2C0-1.7L2%2C9.4c0.5-0.5%2C1.2-0.5%2C1.7%2C0L9%2C14.7L20.3%2C3.4c0.5-0.5%2C1.2-0.5%2C1.7%2C0l1.7%2C1.7%20c0.5%2C0.5%2C0.5%2C1.2%2C0%2C1.7L9.8%2C20.6C9.4%2C21.1%2C8.6%2C21.1%2C8.2%2C20.6L8.2%2C20.6z%22%2F%3E%3C%2Fsvg%3E');
    content: '';
	display: inline-block;
	vertical-align: middle;
	padding-right: 1.0rem;
}

.title-top {
	width: 100%;
	height: 160px;
	display: block;
	text-align: center;
	position: relative;
	z-index: 10;
	background-color: #18AACe;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}

.motto_back {
	background-image: url("../images/motto_back.png");
}

.emoji_back {
	background-image: url("../images/emoji_back.png");
	background-position: 0 10%;
}

.privacy_back {
	background-image: url("../images/privacy_back.jpg");
	background-position: 0 30%;
}

.rule_back {
	background-image: url("../images/rule_back.png");
	background-position: 0 75%;
}

.guide_back {
	background-image: url("../images/guideline_back.png");
	background-position: 0 75%;
	background-size: 100% auto;
}

h5 {
	position: absolute;
	bottom: -10.0vw;
	right: 0;
	font-size: 10.0vw;
	line-height: 10.0vw;
	color: #fff;
	font-family: "GSanSerif-B";
	font-weight: bold;
	font-style: italic;
}

mark {
}

.feauture-index img {
	width: 10%;
	height: auto;
}

.footer-widget {
	text-align: center;
}

.footer-widget p {
	height: 0.8em;
	font-size: 0.8em;
}

.bottom-title {
	color: #fff;
	font-size: 1.5em;
	text-align: center;
	margin: 2em;
}

.prof {
	width: 100%;
	height: 500px;
	background-image: url("../images/eskey_purofile.png");
	background-size: contain;
	background-repeat: no-repeat;
}

@keyframes fade-in-stagger {
  to {
	opacity: 1;
	transform: translateY(0); 
  }
}

@media (max-width: 767px) {

}



/* 
---------------------------------------------
･｢･ｳ｡ｼ･ﾇ･｣･ｪ･・
--------------------------------------------- 
*/

.accordion-area {
	list-style: none;
	margin-left: 20px;
	line-height: 1.2;
	width: 50%;
}

.accordion-area li {
	list-style: decimal-leading-zero;
}

.accordion-area section {
}

.title {
	position: relative;
	cursor: pointer;
	padding: 0 0 0 50px;
	transition: all .5s ease;
	margin: 0;
}

.title::before,
.title::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 2px;
	background-color: #333;
}

.title::before {
	top: 48%;
	left: 15px;
	transform: rotate(0deg);
}

.title::after {    
	top: 48%;
	left: 15px;
	transform: rotate(90deg);
}

.title.close::before {
	transform: rotate(45deg);
}

.title.close::after {
	transform: rotate(-45deg);
}

.box {
	display: none;
	margin-left: 15%;
}

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

.twitter {
	width: 100%;
	height: auto;
	margin: 100px auto;
}

.twitter-timeline {
	height: 300px;
	width: 50%;
	margin: 0px auto;
	display: inline-block;
}


@media (max-width: 1200px) {
  
  .main-banner .left-content h2 {
    z-index: 2;
    position: relative;
    font-weight: 700;
    line-height: 70px;
    font-size: 50px;
    margin-bottom: 20px;
  }

  .main-banner .left-content p {
    margin-bottom: 45px;
  }
	
		/* 
	---------------------------------------------
	Footer Style
	--------------------------------------------- 
	*/

	footer {
	}

	.footer_container {
	}

	footer .section-heading {
	}

	footer .section-heading h4 {
	}
	
	.bottom-title {
	}

	.footer-widget .logo img {
	}

	.footer-widget h4 {
	}

	.footer-widget p {
	}

	.footer-widget p,
	.footer-widget p a {
	}

	.footer-widget ul {
	}

	.footer-widget ul li {
	}

	.footer-widget ul li:last-child {
	}

	.footer-widget ul li a {
	}

	.footer-widget a:hover {
	}

	.footer-widget a {
	}

	footer .copyright-text p {
	}

	footer .copyright-text p:nth-child(1) {
	}

	h10 {
	}


	/*
	---------------------------------------------
	wave
	---------------------------------------------
	*/

	.wave{
	}

	canvas{
		mrgin-top: 100px;
		padding-top: 100px;
		height: 200px;
		overflow-x: hidden;
	}
	
	
}

@media (max-width: 992px) {
	
	.blank {
		display: block;
	}
	
	.features-item {
	margin-bottom: 45px;
	}
	
	.last-features-item,
	.last-skill-item {
	margin-bottom: 0px !important;
	}
	
	.skill-item {
	margin-bottom: 30px;
	}
	.about-left-image img {
	margin-right: 0px;
	margin-bottom: 45px;;
	}
	
	.services .naccs .menu div {
	font-size: 15px;
	font-weight: 500;
	}
	
	.service-item {
	text-align: center;
	margin-bottom: 30px;
	height: auto;
	}
	
	.about-us .box-item {
	text-align: center;
	}
	
	.about-us:after {
	display: none;
	}
	
	.about-us .gradient-button,
	.about-us span {
	text-align: center;
	display: block;
	}
	
	.about-us .right-image {
	margin-top: 30px;
	}
	
	.service-item .icon {
	margin: 0 auto 30px auto;
	}
	
	.about-us .section-heading {
	text-align: center;
	}
	
	.about-us .left-image {
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 45px;
	}
	
	.blog-posts {
	margin-left: 0px;
	margin-top: 30px;
	}
	
	.post-item {
	margin-bottom: 70px;
	}
	
	.pricing-item-regular {
	margin-bottom: 30px;
	}
	
	.our-portfolio .owl-nav {
	display: none !important;
	}
	
	.contact-info {
	margin-top: 60px;
	}	
	
	.about-us .right-image img:nth-child(1) {
		left: 2%;
		top: 15%;
		width: 25%;
		z-index: 0;
	}

	.about-us .right-image img:nth-child(2) {
		right: 0%;
		top: 20%;
		z-index: 1;
		width: 20%;
	}

	.right-image img:nth-child(3) {
		left: 5%;
		bottom: -3%;
		z-index: 5;
	}

	.about-us .right-image img:nth-child(4) {
		right: 0;
		bottom: 40%;
		z-index: 5;
	}

	.about-us .right-image img:nth-child(5) {
		left: 2%;
		bottom: 20%;
	}

	.about-us .right-image img:nth-child(6) {
		right: 5%;
		bottom: 15%;
	}

	.about-us .right-image img:nth-child(7) {
		left: 1%;
		bottom: 50%;
	}
	
	.the-clients .section-heading {
		margin-bottom: 1.0rem;
	}
	
	.pricing-tables .section-heading {
		margin-bottom: 1.0rem;
	}

}

@media (max-width: 767px) {
	
	
	  .the-clients .naccs .menu div {
		text-align: center;
	  }

	  .menu .thumb span.date {
		margin-bottom: -20px;
		display: block;
	  }

	  .service-item {
		text-align: center;
		padding: 30px;
	  }

	  .menu .thumb span.category {
		display: none;
	  }

	  .about-us .right-image {
		margin-top: 30px;
	  }

	  .service-item .icon {
		float: none;
		margin-right: 0px;
		margin-bottom: 15px;
	  }

	  .service-item .right-content {
		display: inline-block;
	  }

	  .services .naccs .menu div .thumb {
		padding: 5px;
	  }

	  .services .icon img {
		margin: 0px;
	  }

	  .the-clients .nacc .thumb .down-content .right-content {
		margin-left: 0px;
		margin-top: 15px;
	  }

	  .services ul.nacc li.active {
		padding: 45px;
	  }

	  .services .naccs .menu div  {
		font-size: 0px;
	  }

	  .the-clients .nacc .thumb .down-content {
		text-align: center;
	  }

	  .services ul.nacc li .right-image img {
		float: none;
	  }

	  .our-portfolio .section-heading,
	  .about-us .section-heading,
	  .about-us .about-item,
	  .about-us p,
	  .about-us .main-green-button {
		text-align: center;
	  }

	  .our-portfolio .section-heading .line-dec {
		margin: 0 auto;
	  }

	  .our-services .section-heading {
		margin-left: 15px;
		margin-right: 15px;
	  }

	  .free-quoteform input {
		margin-left: 0px;
		padding: 0px 30px;
	  }

	  .free-quote form button {
		margin-left: 0px;
		border-bottom-left-radius: 40px;
		border-top-right-radius: 0px;
	  }

	  .blog-posts {
		margin-left: 0px;
		margin-top: 30px;
	  }

	  .post-item {
		margin-bottom: 30px;
	  }

	  .post-item .thumb img {
		max-width: 140px;
	  }

	  .post-item .right-content p {
		display: none;
	  }

	  .about-us .about-item {
		margin-top: 15px;
	  }

	footer {
		padding-top: 200px;
		width: 100%;
		overflow-x: hidden;
	}

	.footer_container {
		width: 100%;
		padding: 0px;
		padding-bottom: 30px;
		margin: 0px;
	}

	footer .section-heading {
		margin-bottom: 45px;
	}

	footer .section-heading h4 {
		color: #fff;
		text-align: center;
	}
	
	.bottom-title {
		font-size: 1.2rem;
	}

	.footer-widget .logo img {
		max-width: 76.8px;
		margin-bottom: 20px;
	}

	.footer-widget h4 {
		font-size: 2rem;
		margin-bottom: 20px;
	}

	.footer-widget p {
		margin-bottom: 5px;
	}

	.footer-widget p,
	.footer-widget p a {
		font-size: 0.75rem;
	}

	.footer-widget ul {
	}

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

	.footer-widget ul li:last-child {
		margin-bottom: 0px;
	}

	.footer-widget ul li a {
	}

	.footer-widget a:hover {
		opacity: 0.75;
	}

	.footer-widget a {
	}

	footer .copyright-text p {
	}

	footer .copyright-text p:nth-child(1) {
		margin-top: 3em;
	}

	h10 {
		font-size: 1.5em;
	}


	/*
	---------------------------------------------
	wave
	---------------------------------------------
	*/

	.wave{
	}

	canvas{
	}
	
}

@media ( max-width: 766px) {

	.index_logo {
		width: 150px;
		height: 150px;
		left: 10%;
		top: 5%;
	}
	
	.index_label {
		width: 350px;
		height: auto;
		bottom: calc( 15% + 250px );
		right: 5%;
		font-size: 0.9rem;
		padding: 5px;
	}

	.index_label span {
		font-size: 1.2rem;
		background-color: #0c195d;
		color: #fff;
		padding: 0 10px;
	}
	
	.index_label p {
		background-color: rgba(0,0,0,0.3);
		color: #fff;
		padding: 0 10px;
		width: 80%;
		height: 1.7rem;
		text-align: center;
		right: 0;
		position: absolute;
	}
	
	.smartphone {
		position: absolute;
		top: -10px;
		left: calc( 50% - 120px );
	}

	
	.feauture-wright {
		padding-bottom: 200px;
		padding: 10% 5%;
		border-top: solid 80px;
		border-bottom: 0;
	}

	.feauture-index .index-list .feauture-wright h6 {
		font-size: 1.3rem;
		margin-top: 30px;
	}

	.feauture-index .index-list .feauture-wright h6::before {
		top: -180%;
		font-size: 6.0rem;
	}

	.feauture-index .index-list .feauture-wright h6::after {
		bottom: -3px;
		width: 100%;
		height: 2px;
	}

	.feauture-index .index-list .feauture-wright h7 {
		font-size: 1.1rem;
	}

	.feauture-index .index-list .feauture-wright table {
		font-size: 0.8rem;
	}
	
	.feauture-index .index-list .feauture-wright li {
		margin-left: 0px;
	}

	.guideline {
		margin-left: 1.0em;
		text-indent: 0em;
	}

	.guideline li {
		gap: 0 3px;
	}

	.guideline2 {
		margin: 0 1em 1em 1.0em;
	}

	.guideline2 li {
		gap: 0 7px;
	}

	.guideline2 li:nth-child(1) {
		margin-top: 0px;
	}

	.guideline3 {
		margin: 0 1em 1em 1em;
	}

	.guideline3 li {
		gap: 0 7px;
	}

	.title-top {
		height: 110px;
	}

	.motto_back {
	}

	.emoji_back {
		background-position: 0 10%;
	}

	.privacy_back {
		background-position: 0 30%;
	}

	.rule_back {
		background-position: 0 75%;
	}

	.guide_back {
		background-position: 0 75%;
		background-size: 100% auto;
	}

	mark {
	}

	.feauture-index img {
		width: 10%;
		height: auto;
	}

	.footer-widget {
		text-align: center;
	}

	.footer-widget p {
		height: 0.8em;
		font-size: 0.8em;
	}

	.bottom-title {
		color: #fff;
		font-size: 1.5em;
		text-align: center;
		margin: 2em;
	}

	.prof {
		width: 100%;
		height: 500px;
		background-image: url("../images/eskey_purofile.png");
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	#contact {
		font-size: 1.2rem;
	}

	.twitter {
		margin: 80px auto;
	}

	.twitter-timeline {
		width: 80%;
		margin-bottom: 50px;
	}

}

@media ( max-width:549px) {
	
	.index_logo {
		width: 150px;
		height: 150px;
		left: 10%;
		top: 5%;
	}
	
	.index_label {
		width: 350px;
		height: auto;
		bottom: calc( 15% + 250px );
		right: 5%;
		font-size: 0.9rem;
		padding: 5px;
	}

	.index_label span {
		font-size: 1.2rem;
		background-color: #0c195d;
		color: #fff;
		padding: 0 10px;
	}
	
	.index_label p {
		background-color: rgba(0,0,0,0.3);
		color: #fff;
		padding: 0 10px;
		width: 80%;
		height: 1.7rem;
		text-align: center;
		right: 0;
		position: absolute;
	}
	
	.smartphone {
		position: absolute;
		top: -40px;
		left: calc( 50% - 120px );
	}

	.feauture-wright {
		border-top: solid 70px;
		font-size: 0.85rem;
		padding: 5%;
		padding-top: 0px;
}

	.feauture-index .index-list .feauture-wright h6 {
		font-size: 1.3rem;
		margin-top: 30px;
	}

	.feauture-index .index-list .feauture-wright h6::before {
		top: -100%;
		left: calc( 50% - 1.7rem);
		font-size: 3.0rem;
		text-shadow: 0px 0px 0 #fff;
		-webkit-text-stroke: 1px #000;
		text-stroke: 1px #000;
	}

	.feauture-index .index-list .feauture-wright h6::after {
		height: 1px;
	}
	
	.feauture-index .index-list .feauture-wright h7 {
		font-size: 0.9rem;
	}

	.feauture-index .index-list .feauture-wright table {
		font-size: 0.8rem;
	}
	
	.feauture-index .index-list .feauture-wright li {
		margin-left: 0px;
	}
	
	.feauture-index .index-list .feauture-wright p {
		font-size: 0.8rem;
		line-height: 1.2rem;
		margin: 10px;
	}

	.guideline {
		margin-left: 0.5em;
		text-indent: 0.5em;
	}

	.guideline li {
		gap: 0 5px;
	}

	.guideline2 {
		margin: 0 0.5em 0.5em 1.0em;
	}

	.guideline2 li {
		gap: 0 5px;
	}

	.guideline2 li:nth-child(1) {
		margin-top: 0px;
	}

	.guideline3 {
		margin: 0 0.5em 0em 1.0em;
	}

	.guideline3 li {
		gap: 0 7px;
	}

	.title-top {
		height: 110px;
	}

	.motto_back {
	}

	.emoji_back {
		background-position: 0 10%;
	}

	.privacy_back {
		background-position: 0 30%;
	}

	.rule_back {
		background-position: 0 75%;
	}

	.guide_back {
		background-position: 0 75%;
		background-size: 100% auto;
	}

	mark {
	}

	.feauture-index img {
		width: 10%;
		height: auto;
	}

	.footer-widget {
		text-align: center;
	}

	.footer-widget p {
		height: 0.8em;
		font-size: 0.8em;
	}

	.bottom-title {
		color: #fff;
		font-size: 1.5em;
		text-align: center;
		margin: 2em;
	}

	.prof {
		height: 250px;
	}
	
	.services .container .section-heading h4,
	.about-us .container .section-heading h4,
	.the-clients .container .row .col-lg-8 .section-heading h4,
	.pricing-tables .container .row .col-lg-8 .section-heading h4 {
		font-size: 1.4rem;
	}
	
	.services .container .section-heading p,
	.about-us .container .section-heading p,
	.the-clients .container .row .col-lg-8 .section-heading p,
	.pricing-tables .container .row .col-lg-8 .section-heading p {
		margin: 5px;
		font-size: 0.8rem;
	}
	
	.services .container .row .col-lg-3 .service-item h4 {
		font-size: 1.1rem;
	}
	
	.services .container .row .col-lg-3 .service-item p {
		font-size: 0.8rem;
	}
	
	.about-us .container .row .col-lg-6 .box-item h4 a {
		font-size: 1.1rem;
	}
	
	.about-us .container .row .col-lg-6 .box-item p {
		font-size: 0.9rem;
	}
	
	.the-clients .container .row .col-lg-12 .naccs .grid .row .col-lg-7 .menu .thumb .row {
		padding: 0px;
		margin: 0 auto;
	}
	
	.the-clients {
		width: 100%;
		margin: 0 auto;
	}
	
	.the-clients .container .row .col-lg-12 .naccs .grid .row .col-lg-7 .menu .thumb .row .col-lg-12 h4 {
		font-size: 0.85rem;
		width: 100%;
	}
	
	.pricing-tables .container .row .section-heading span {
		color: #555;
		font-size: 0.7rem;
	}
}

@media ( max-width : 480px) {
	
	.index_logo {
		width: 150px;
		height: 150px;
		left: 10%;
		top: 5%;
	}
	
	.index_label {
		width: 350px;
		height: auto;
		right: 5%;
		font-size: 0.9rem;
		padding: 5px;
	}

	.index_label span {
		font-size: 1.2rem;
		background-color: #0c195d;
		color: #fff;
		padding: 0 10px;
	}
	
	.index_label p {
		background-color: rgba(0,0,0,0.3);
		color: #fff;
		padding: 0 10px;
		width: 80%;
		height: 1.7rem;
		text-align: center;
		right: 0;
		position: absolute;
	}
	
	.smartphone {
		position: absolute;
		left: calc( 50% - 120px );
	}

	
	.feauture-wright {
		font-size: 0.9rem;
	}
	
	.feauture-index .index-list .feauture-wright h6 {
		font-size: 1.3rem;
		margin-top: 30px;
	}

	.feauture-index .index-list .feauture-wright h6::before {
		top: -100%;
		left: calc( 50% - 1.7rem);
		font-size: 3.0rem;
		text-shadow: 0px 0px 0 #fff;
		-webkit-text-stroke: 1px #000;
		text-stroke: 1px #000;
	}

	.feauture-index .index-list .feauture-wright h6::after {
		height: 1px;
	}
	
	.guideline {
		white-space: normal;
		margin-left: 1.4em;
		text-indent: -1.4em;
		flex-wrap: wrap;
	}

	.guideline li {
		display: flex;
		align-items: center;
		gap: 0 7px;
		color: #333333;
	}

	.guideline li::before {
		width: 30px;
		height: 30px;
		content: '';
	}


	.guideline2 {
		margin: 0 1em 1em 1.0em;
	}

	.guideline2 li {
		display: flex;
		align-items: center;
		gap: 0 7px;
		color: #333333;
	}

	.guideline2 li::before {
		width: 30px;
		height: 30px;
		content: '';
	}

	.guideline2 li:nth-child(1) {
		margin-top: 0px;
	}

	.guideline3 {
		margin: 0 1em 1em 1em;
		border: none;
	}

	.guideline3 li {
		display: flex;
		align-items: center;
		gap: 0 7px;
		color: #333333;
	}

	.guideline3 li::before {
		width: 10px;
		height: 20px;
		content: '';
	}

	#contact {
		font-size: 1.0rem;
	}
	
}

@media ( max-width : 430px) {

		
	.feauture-wright {
		font-size: 0.9rem;
	}
	
	.feauture-index .index-list .feauture-wright h6 {
		font-size: 1.3rem;
		margin-top: 30px;
	}

	.feauture-index .index-list .feauture-wright h6::before {
		top: -100%;
		left: calc( 50% - 1.7rem);
		font-size: 3.0rem;
		text-shadow: 0px 0px 0 #fff;
		-webkit-text-stroke: 1px #000;
		text-stroke: 1px #000;
	}

	.feauture-index .index-list .feauture-wright h6::after {
		height: 1px;
	}
}

@media ( max-width : 414px) {
		
	.index_logo {
		width: 150px;
		height: 150px;
		left: 10%;
		top: 5%;
	}
	
	.index_label {
		width: 350px;
		height: auto;
		right: 5%;
		font-size: 0.9rem;
		padding: 5px;
	}

	.index_label span {
		font-size: 1.2rem;
		background-color: #0c195d;
		color: #fff;
		padding: 0 10px;
	}
	
	.index_label p {
		background-color: rgba(0,0,0,0.3);
		color: #fff;
		padding: 0 10px;
		width: 80%;
		height: 1.7rem;
		text-align: center;
		right: 0;
		position: absolute;
	}
	
	.smartphone {
		position: absolute;
		left: calc( 50% - 120px );
	}


	
	.feauture-wright {
		font-size: 0.9rem;
	}
	
	.feauture-index .index-list .feauture-wright h6 {
		font-size: 1.2rem;
		margin-top: 30px;
	}

	.feauture-index .index-list .feauture-wright h6::before {
		top: -100%;
		left: calc( 50% - 1.7rem);
		font-size: 3.0rem;
		text-shadow: 0px 0px 0 #fff;
		-webkit-text-stroke: 1px #000;
		text-stroke: 1px #000;
	}

	.feauture-index .index-list .feauture-wright h6::after {
		height: 1px;
	}
	
	#contact {
		font-size: 0.9rem;
		margin: 0 auto;
	}
}

@media ( max-width : 390px) {
	
	.index_logo {
		width: 150px;
		height: 150px;
		left: 10%;
		top: 5%;
	}
	
	.index_label {
		width: 350px;
		height: auto;
		right: 5%;
		font-size: 0.9rem;
		padding: 5px;
	}

	.index_label span {
		font-size: 1.2rem;
		background-color: #0c195d;
		color: #fff;
		padding: 0 10px;
	}
	
	.index_label p {
		background-color: rgba(0,0,0,0.3);
		color: #fff;
		padding: 0 10px;
		width: 80%;
		height: 1.7rem;
		text-align: center;
		right: 0;
		position: absolute;
	}
	
	.smartphone {
		position: absolute;
		left: calc( 50% - 120px );
	}

	
	.feauture-wright {
		font-size: 0.9rem;
	}
	
	.guideline2 li::before {
		width: 25px;
		height: 25px;
		content: '';
		padding-left: 10px;
	}
	
	.guideline3 li::before {
		width: 12px;
		height: 12px;
		content: '';
		margin-left: 10px;
		padding-left: 5px;
	}
	
	.feauture-index .index-list .feauture-wright h6 {
		font-size: 1.1rem;
		margin-top: 30px;
	}

	.feauture-index .index-list .feauture-wright h6::before {
		top: -100%;
		left: calc( 50% - 1.7rem);
		font-size: 3.0rem;
		text-shadow: 0px 0px 0 #fff;
		-webkit-text-stroke: 1px #000;
		text-stroke: 1px #000;
	}

	.feauture-index .index-list .feauture-wright h6::after {
		height: 1px;
	}
	
	#contact {
		font-size: 0.85rem;
	}

}

@media ( max-width : 375px) {
	
	.index_logo {
		width: 150px;
		height: 150px;
		left: 10%;
		top: 5%;
	}
	
	.index_label {
		width: 350px;
		height: auto;
		right: 5%;
		font-size: 0.9rem;
		padding: 5px;
	}

	.index_label span {
		font-size: 1.2rem;
		background-color: #0c195d;
		color: #fff;
		padding: 0 10px;
	}
	
	.index_label p {
		background-color: rgba(0,0,0,0.3);
		color: #fff;
		padding: 0 10px;
		width: 80%;
		height: 1.7rem;
		text-align: center;
		right: 0;
		position: absolute;
	}
	
	.smartphone {
		position: absolute;
		left: calc( 50% - 120px );
	}

	.feauture-wright {
		font-size: 0.9rem;
	}
	
	.guideline,
	.guideline2,
	.guideline3 {
		margin-left: 0.5em;
		text-indent: -0.5em;
		list-style-position: inside;
	}
	
	.guideline2 li::before {
		width: 30px;
		height: 20px;
		content: '';
		margin-left: 0.0rem;
		padding-right: 2.0rem;
	}
	
	.guideline3 li::before {
		width: 20px;
		height: 15px;
		content: '';
		margin-left: 15px;
		padding-right: 1.0rem;
	}
	
	.feauture-index .index-list .feauture-wright h6 {
		font-size: 1.1rem;
		margin-top: 30px;
	}

	.feauture-index .index-list .feauture-wright h6::before {
		top: -100%;
		left: calc( 50% - 1.7rem);
		font-size: 3.0rem;
		text-shadow: 0px 0px 0 #fff;
		-webkit-text-stroke: 1px #000;
		text-stroke: 1px #000;
	}

	.feauture-index .index-list .feauture-wright h6::after {
		height: 1px;
	}
	
	#contact {
		font-size: 0.80rem;
	}

	
}

@media ( max-width : 360px) {
	
	.index_logo {
		width: 150px;
		height: 150px;
		left: 10%;
		top: 5%;
	}
	
	.index_label {
		width: 350px;
		height: auto;
		right: 5%;
		font-size: 0.9rem;
		padding: 5px;
	}

	.index_label span {
		font-size: 1.2rem;
		background-color: #0c195d;
		color: #fff;
		padding: 0 10px;
	}
	
	.index_label p {
		background-color: rgba(0,0,0,0.3);
		color: #fff;
		padding: 0 10px;
		width: 80%;
		height: 1.7rem;
		text-align: center;
		right: 0;
		position: absolute;
	}
	
	.smartphone {
		position: absolute;
		left: calc( 50% - 120px );
	}


	
	.feauture-wright {
		font-size: 0.9rem;
	}
	
	.guideline,
	.guideline2,
	.guideline3 {
		margin-left: 0.5em;
		text-indent: -0.5em;
		list-style-position: inside;
	}
	
	.guideline li::before {
		width: 20px;
		height: 20px;
		content: '';
		padding-left: 10px;
	}
	
	.guideline2 li::before {
		width: 20px;
		height: 20px;
		content: '';
		padding-left: 0px;
	}
	
	.guideline3 li::before {
		width: 15px;
		height: 12px;
		content: '';
	}
	
	.feauture-index .index-list .feauture-wright h6 {
		font-size: 1.1rem;
		margin-top: 30px;
	}

	.feauture-index .index-list .feauture-wright h6::before {
		top: -100%;
		left: calc( 50% - 1.7rem);
		font-size: 3.0rem;
		text-shadow: 0px 0px 0 #fff;
		-webkit-text-stroke: 1px #000;
		text-stroke: 1px #000;
	}

	.feauture-index .index-list .feauture-wright h6::after {
		height: 1px;
	}
}


