@charset "utf-8";
/* CSS Document */
/*

	@Author: Marketify
	@URL: http://themeforest.net/user/marketify
	Version: 1.0
	
*/

/*Base*/
.cons_w_wrapper{
	position: relative;
	clear: both;
	width: 100%;
	min-height: 1px;
	z-index: 1;
	transform: translateZ(0);
}
.cons_w_wrapper,
.cons_w_wrapper *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.cons_w_wrapper:after{
	content: '';
	clear: both;
	display: table;
}
.cons_w_wrapper p{
	letter-spacing: 0px;
}
.cons_w_wrapper a{
	text-decoration: none;
}
.cons_w_wrapper a:hover{
	text-decoration: none;
}
.kioto_w_fn_svg{
	width: 20px;
	height: 20px;
	fill: currentcolor;
}
.fn_cs_sticky_section{
	position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    overflow: visible;
    top: 150px;
}
.fn_cs_sticky_section:after{
	clear: both;
	display: table;
	content: '';
}
.fn_clearfix:after{
	clear: both;
	display: table;
	content: '';
}

/* Animated Text */
.fn_cs_animated_text h3{
	font-size: 25px;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
.fn_cs_animated_text span{
	color: #7d7789;
}
.fn_cs_animated_text .cd-words-wrapper{
	margin-left: 5px;
}
.fn_cs_animated_text b{
	color: #7d7789;
	font-weight: inherit;
}
.fn_cs_animated_text .cd-headline.clip .cd-words-wrapper::after{
	height: 70%;
	top: 50%;
	width: 2px;
	transform: translateY(-50%);
	background-color: #999;
}
.fn_cs_animated_text .cd-headline.loading-bar .cd-words-wrapper::after{
	background: #333;
	height: 2px;
}
.cd-headline.clip span{
	padding: 0px !important;
	display: inline;
}

.cd-headline .blc:after{
	content: ' ';
}
.cd-headline.clip .cd-words-wrapper{
	margin-left: 0;
}

/*Partners*/

/*divided*/
.fn_divided_partners{
	width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
    border-radius: 10px;
}
.fn_divided_partners ul{
	padding: 0px;
	margin: 0px;
	margin: -2px -10px -2px -2px;
    list-style-type: none;
    padding-top: 2px;
    float: left;
    padding-left: 2px;
    min-width: calc(100% + 12px);
} 
.fn_divided_partners ul li{
	padding: 0px;
	margin: 0px;
    float: left;
    width: 25%;
    border: 2px solid #e7e7e7;
    text-align: center;
    height: 180px;
    line-height: 180px;
    position: relative;
    margin-top: -2px;
    margin-left: -2px;
    overflow: hidden;
} 
.fn_divided_partners ul li img{
	max-width: 88%;
    max-height: 100px;
} 
.fn_divided_partners ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	opacity: .8;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.fn_divided_partners ul li .list_inner:hover{
	opacity: 1;
}

/*boxed*/
.fn_boxed_partners{
	width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
    border: 2px solid #e7e7e7;
}
.fn_boxed_partners ul{
	padding: 0px;
	margin: -2px -10px -2px -2px;
    list-style-type: none;
    padding-top: 2px;
    float: left;
    padding-left: 2px;
    min-width: calc(100% + 12px);
} 
.fn_boxed_partners ul li{
	padding: 0px;
	margin: 0px;
    float: left;
    width: 25%;
    border: 2px solid #e7e7e7;
    text-align: center;
    height: 180px;
    line-height: 180px;
    position: relative;
    margin-top: -2px;
    margin-left: -2px;
    overflow: hidden;
} 
.fn_boxed_partners ul li img{
	max-width: 88%;
    max-height: 100px;
} 
.fn_boxed_partners ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	opacity: .5;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.fn_boxed_partners ul li .list_inner:hover{
	opacity: 1;
}

@media(max-width:768px){
	.fn_divided_partners ul li{width: 50%;}
	.fn_boxed_partners ul li{width: 50%;}
}

/*marquee partners*/
.fn_marquee_partners{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.fn_marquee_partners ul{
	margin: 0px;
	padding: 0px;
	display: flex;
}
.fn_marquee_partners ul li{
	margin: 0px 30px 0px 0px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fn_marquee_partners .list_inner{
	height: 100%;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 32px 50px;
    display: flex;
    align-items: center;
}
.fn_marquee_partners ul li img{
	max-width: 200px;
	max-height: 100px;
}
.fn_marquee_partners ul li:last-child{
	margin-right: 0px;
}

/*Image Ratio*/
.fn__image_ratio{
	position: relative;
	padding-bottom: 100%;
	
	
	z-index: 2;
}
.fn__image_ratio img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/*-----------------------*/

/*Button*/
.kioto_tm_button{
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.kioto_tm_button:before{
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #000;
	transform: translateY(100%);
	pointer-events: none;
	transition: all .3s ease;
}
.kioto_tm_button:hover:before{
	transform: translateY(0);
}
.kioto_tm_button span{
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
}
.kioto_tm_button a{
	display: block;
	padding: 15px 35px;
	background-color: #666;
}

/*Hero Header*/
.kioto_tm_home{
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.kioto_tm_home .kioto_tm_button{
	margin-top: 35px;
}
.kioto_tm_home h3{
	font-size: 45px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.kioto_tm_home .name{
	position: relative;
	font-size: 17px;
	margin-bottom: 12px;
	text-transform: uppercase;
	display: inline-block;
}
.kioto_tm_home .left{
	width: 50%;
}
.kioto_tm_home .right{
	width: 50%;
	padding-left: 40px;
	-webkit-perspective: 400px;
    perspective: 400px;;
}
.kioto_tm_home .abs_image{
	-webkit-transform: rotateY(-10deg);
    transform: rotateY(-10deg);
	max-width: 80%;
}
.kioto_tm_home .abs_image:before{
	position: absolute;
	content: "";
	top: -15px;
	left: 15px;
	bottom: 15px;
	right: -15px;
	border: 1px solid rgba(0,0,0,.1);
	z-index: -1;
	transition: all .3s ease;
}
.kioto_tm_home .particle_wrapper{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
#particles-js {
	width: 100%;
	height: 100%;
  	position: relative;
  	z-index: 2;
}
.kioto_tm_home video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cd-headline.clip .cd-words-wrapper::after{
	width: 4px;
	height: 60%;
	top: 50%;
	transform: translateY(-50%);
	background-color: #000;
	opacity: 1;
    animation: point 0.8s infinite;
}
@keyframes point{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/*Personal Informations*/

.kioto_fn_personal_informations{
	width: 100%;
}
.kioto_fn_personal_informations ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.kioto_fn_personal_informations ul li{
	width: 100%;
	margin: 0px;
	margin-bottom: 6px;
}
.kioto_fn_personal_informations ul li:last-child{
	margin-bottom: 0px;
}
.kioto_fn_personal_informations ul li span{
	display: inline-block;
	color: var(--bc);
}
.kioto_fn_personal_informations ul li span:first-child{
	min-width: 140px;
	font-weight: 500;
	color: #000;
	padding-right: 20px;
}
@media(max-width:768px){
	.kioto_fn_personal_informations ul li span:first-child{
		min-width: auto;
		padding-right: 20px;
	}
}
.kioto_fn_personal_informations ul li a{
	color: var(--bc);
}

/*Progress*/
.tm_progress_list_classic .kioto_progress{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.tm_progress_list_classic .progress_inner{
	width:100%;
	margin-bottom:20px;
}
.tm_progress_list_classic .progress_inner:last-child{margin-bottom: 0px;}
.tm_progress_list_classic .progress_inner > span{
	margin:0px 0px 5px 0px;
	width:100%;
	display:block;
	text-align:left;
	color: var(--bc);
}
.tm_progress_list_classic .progress_inner span.number{float: right;}
.tm_progress_list_classic .progress_inner .background{
	background:rgba(0,0,0,.1);
	width:100%;
	min-width:100%;
	position:relative;
	height:2px;
}
.tm_progress_list_classic .progress_inner .background .bar_in{
	height:100%;
	background:var(--bc);
	width:0px;
	overflow:hidden;
}
.tm_progress_list_classic .progress_inner .background .bar{
	width:0px;
	height:100%;
}
.tm_progress_list_classic .progress_inner .background .bar.open{
	-webkit-animation: wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Safari 4+ */
	-moz-animation:    wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Fx 5+ */
	animation:         wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* IE 10+ */
	width:100%;	
}

@-webkit-keyframes wow {0%{ width:0%; } 100%{ width:100%; }}
@-moz-keyframes wow {0%{ width:0%; } 100%{ width:100%; }}
@keyframes wow {0%{ width:0%; } 100%{ width:100%; }}


/*Features List*/
.kioto_fn_list_features{
	width: 100%;
}
.kioto_fn_list_features ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.kioto_fn_list_features li{
	padding: 0px;
	margin: 0px;
	margin-bottom: 6px;
}
.kioto_fn_list_features li:last-child{
	margin-bottom: 0px;
}
.kioto_fn_list_features label{
	padding-right: 7px;
}

/*Timeline*/
.kioto_fn_timeline ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.kioto_fn_timeline li{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.kioto_fn_timeline li:last-child{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.kioto_fn_timeline li .list_inner{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.kioto_fn_timeline li .year span{
	display: inline-block;
	border: 1px solid rgba(0,0,0,.1);
	padding: 5px 20px;
}
.kioto_fn_timeline li .info{
	padding-right: 30px;
}
.kioto_fn_timeline li .info h3{
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}


/*Counter*/
.fn_cs_counter_wrapper{
	width: 100%;
}
.fn_cs_counter_wrapper ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.fn_cs_counter_wrapper li{
	margin: 0;
	padding: 0;
	width: 25%;
	float: left;
	padding-left: 30px;
	margin-bottom: 30px;
}
.fn_cs_counter_wrapper .item{
	width: 100%;
	border: 1px solid rgba(0,0,0,.1);
	padding: 20px;
	text-align: center;
}
.fn_cs_counter_wrapper h3{
	margin: 0;
	padding: 0;
    font-size: 25px;
    margin-bottom: 2px;
}
.fn_cs_counter_wrapper p{
	margin: 0;
	padding: 0;
}
@media(max-width: 768px){.fn_cs_counter_wrapper li{width: 100%;}}


/*Members*/

.kioto_fn_members{
	width: 100%;
	position: relative;
	border: 1px solid rgba(0,0,0,.1);
	padding: 10px;
}
.kioto_fn_members .abs_image{
	margin-bottom: 10px;
	overflow: hidden;
}
.kioto_fn_members .abs_image:before{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(3.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(3.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.kioto_fn_members .abs_image:hover:before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(3.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.kioto_fn_members .details{
	border-top: 1px solid rgba(0,0,0,.1);
	padding: 20px 20px 10px 20px;
}
.kioto_fn_members .name{
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
.kioto_fn_members .job{
	display: inline-block;
	margin-bottom: 12px;
}
.kioto_tm_social ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.kioto_tm_social ul li{
	display: inline-block;
	margin: 0px;
	margin-right: 5px;
	padding: 0px;
}
.kioto_tm_social ul li:last-child{
	margin-right: 0px;
}
.kioto_tm_social ul li a{
	display: inline-block;
	width: 25px;
	height: 25px;
	position: relative;
	border: 1px solid rgba(0,0,0,.1);
	color: var(--bc);
	transition: all .3s ease;
}
.kioto_tm_social ul li .e-font-icon-svg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 12px;
	height: 12px;
}
.kioto_tm_social ul li a:hover{
	color: #000;
	border-color: #000;
}

/*Testimonials*/
.fn_cs_testimonials{
	width: 100%;
}
.fn_cs_testimonials .item{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	border: 1px solid rgba(0,0,0,.1);
	padding: 40px;
}
.fn_cs_testimonials .text{
	width: 100%;
	position: relative;	
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.fn_cs_testimonials .details{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: center;
}
.fn_cs_testimonials .details .image{
	position: relative;
	width: 60px;
	height: 60px;
}
.fn_cs_testimonials .details .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 100%;
}
.fn_cs_testimonials .details .info{
	padding-left: 20px;
}
.fn_cs_testimonials .details .info h3{
	font-size: 18px;
    font-weight: 600;
	margin: 0px;
	padding: 0px;
}
.fn_cs_testimonials .details .info span{
	font-size: 14px;
}
.fn_cs_testimonials .owl-carousel .owl-stage-outer{
	overflow: hidden;
}
/* .fn_cs_testimonials .owl-carousel .owl-stage-outer{
	overflow: visible;
} */
.fn_cs_testimonials .owl-item.active{
	opacity: 1;
}
.fn_cs_testimonials .owl-item{
	opacity: 0;
}

/*Service*/

.kioto_tm_service{
	width: 100%;
	height: 100%;
	position: relative;
	padding: 45px 50px 42px 50px;
	border: 1px solid rgba(0,0,0,.1);
}
.kioto_tm_service .fn__svg,
.kioto_tm_service .e-font-icon-svg{
	width: 40px;
	height: 40px;
	color: #999;
	margin-bottom: 17px;
}
.kioto_tm_service .title{
	font-size: 18px;
}
.kioto_tm_service .list{
	width: 100%;
	border-top: 1px solid rgba(0,0,0,.1);
	margin-top: 29px;
	padding-top: 25px;
}
.kioto_tm_service .list ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.kioto_tm_service .list li{
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	position: relative;
	padding-left: 18px;
}
.kioto_tm_service .list li:last-child{
	margin-bottom: 0px;
}
.kioto_tm_service .list li:before{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: rgba(0,0,0,.1);
	border-radius: 100%;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 1600px) {
	.kioto_tm_home h3{font-size: 31px;}
	.kioto_tm_home .abs_image{max-width: 75%;}
	.kioto_tm_news .news_list .title h3{font-size: 21px;}
	.hover_image{width: 300px;right: 75px;}
}
@media (max-width: 1024px) {
	.kioto_tm_home{flex-direction: column-reverse;}
	.kioto_tm_home .right{width: 100%;padding-left: 0px;margin-bottom: 50px;}
	.kioto_tm_home .abs_image{max-width: 300px;}
	.kioto_tm_home .left{width: 100%;}
	.kioto_tm_home .name{font-size: 14px;}
	.kioto_tm_home h3{font-size: 35px;}
	.kioto_tm_home .abs_image{transform: rotate(0deg) !important;}
}
@media (max-width: 768px) {
	.kioto_tm_home h3{font-size: 25px;}	
	.kioto_tm_home .right{margin-bottom: 35px;}
	.kioto_tm_home .kioto_tm_button{margin-top: 25px;}
	.kioto_tm_home .abs_image{max-width: 220px;}
}

/*Quotebox*/
.kioto_fn_quotebox{
	width: 100%;
	background-color: #f1f1f1;
	position: relative;
	padding: 50px 40px;
}
.kioto_fn_quotebox p{
	margin: 0px;
	font-size: 18px;
	font-style: italic;
}
.kioto_fn_quotebox .quote_author{
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 25px;
}
.kioto_fn_quotebox .quote_author .image{
	position: relative;
	width: 65px;
	height: 65px;
	border-radius: 100%;
}
.kioto_fn_quotebox .quote_author .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 100%;
}
.kioto_fn_quotebox .quote_author h3{
	font-size: 17px;
	margin: 0px;
	padding: 0px;
}
.kioto_fn_quotebox .quote_author .details{
	padding-left: 15px;
}
.kioto_fn_quotebox .fn__svg{
	position: absolute;
	width: 200px;
	height: 200px;
	bottom: -20px;
	right: 50px;
	opacity: .07;
}