/*  Theme Name: Jaman - Responsive Bootstrap 4 One Page Portfolio Template
Author: Saptavarana
Version: 1.0.0
Created:Saptember 2018
File Description:Main css file of the template
*/

/***************

1.BASIC
2.HELPER
3.NAVBAR
4.HOME
5.ABOUT US
6.SERVICES
7.EDU & EXP 
8.CTA
9.TESTIMONIAL
10.PORTFOLIO
11.BLOG
12.TRUSTED PEOPLE
13.CONTACT US
14.FOOTER
15.RESPONSIVE
*****************/

@import url('https://fonts.googleapis.com/css?family=Lato|Poppins:400,600');

/*=================
    01.BASIC
===================*/

body {
    overflow-x: hidden;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
main{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
dl, ol, ul,p{
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Poppins', sans-serif;*/
}

h1.font-weight-bold,
h2.font-weight-bold,
h3.font-weight-bold,
h4.font-weight-bold,
h5.font-weight-bold,
h6.font-weight-bold {
    font-weight: 600 !important;
}
.h2, h2,h3,h4,h5,h6 {
    font-size: 2rem;
}
a,
a:hover,
a:focus,
button {
    text-decoration: none !important;
    outline: none !important;
	color: #333;
}

.back_top_angle_up {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    background-color: rgba(0,90,8,1);;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 35px;
    transition: all 0.5s;
}

.back_top_angle_up i {
    color: #fff;
    line-height: 35px;
    font-size: 28px;
    display: block;
}
@media (max-width: 768px) {
	.h3-ajust{
		font-size: 18px;
	}
}
/*==================
    02.HELPER
====================*/

.bg_overlay_cover_on {
    background-color: rgba(0,90,8,1);;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.text_custom {
    color: #F9D302 !important;
}

.btn {
    font-size: 14px;
    font-weight: 700;
    transition: all 0.5s;
    letter-spacing: 0.6px;
    box-shadow: none !important;
    text-transform: uppercase;
    outline: none !important;
}

.btn_custom {
    border: 1px solid rgba(0,90,8,1);
    color: #fff;
    background-color: rgba(0,90,8,1);
	height: auto;
}

.btn_custom:hover,
.btn_custom:focus,
.btn_custom:active,
.btn_custom.active,
.btn_custom.focus,
.btn_custom:active,
.btn_custom:focus,
.btn_custom:hover,
.open > .dropdown-toggle.btn_custom {
    color: #f1f1f1;
    background-color: #000;
    border-color: #000;
}

.btn_outline_custom {
    border: 2px solid #f5f5f5;
    color: #ffffff;
	background-color: rgba(0,90,8,1);
	height: auto;
}

.btn_outline_custom:hover,
.btn_outline_custom:focus,
.btn_outline_custom:active,
.btn_outline_custom.active,
.btn_outline_custom.focus,
.btn_outline_custom:active,
.btn_outline_custom:focus,
.btn_outline_custom:hover,
.open > .dropdown-toggle.btn_outline_custom {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.full_height_100vh {
    height: 100vh;
}

.vertical_content_manage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.section_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;

}

.section_title span{
    font-size: 30px;
}

/*======================
    03  NAVBAR
=======================*/

.custom-nav {
    position: absolute;
    z-index: 9998;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-bottom: 0;
    padding: 25px 0px;
    background: transparent;
    -webkit-backface-visibility: hidden;
    transition: all 0.5s ease-in-out;
}


/* Logo */

.custom-nav .logo {
    position: relative;
    float: left;
}


/* Menu button open */

.open-lightbox {
    position: absolute;
    right: 0px;
    display: block;
    width: 24px;
    height: 16px;
    line-height: 1px;
    margin: 7px 0 0 0;
    color: #fff !important;
}

.open-lightbox span {
    display: block;
    position: absolute;
    width: 100%;
    height: 0px;
    color: inherit;
    border: 1px solid;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.open-lightbox .line1 {
    top: 0;
}

.open-lightbox .line2 {
    top: 7px;
}

.open-lightbox .line3 {
    bottom: 0;
}


/* Menu button close */

.close-lightbox span {
    display: block;
    position: absolute;
    width: 100%;
    height: 0px;
    top: 40%;
    color: inherit;
    border: 1px solid;
    transform: translateZ(0);
    transition: all 0.6s;
}

.close-lightbox {
    position: absolute;
    right: 0px;
    display: block;
    width: 24px;
    height: 24px;
    margin: 7px 0 0 0;
    top: 23px;
    color: #000 !important;
}

.close-lightbox .line1 {
    transform: translateY(-6px);
}

.close-lightbox .line2 {
    transform: translateY(6px);
}

.close-lightbox.loaded .line1 {
    transform: rotate(45deg);
}

.close-lightbox.loaded .line2 {
    transform: rotate(-45deg);
}


/* Menu lightbox */

.nav-bg-box {
    position: fixed;
    top: 0%;
    right: 0;
    left: 0%;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.96);
    z-index: 9998;
    color: #fff;
    display: none;
}

.nav-bg-box .navbar-nav-jaman {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    list-style: none;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.nav-bg-box .navbar-nav-jaman li {
    padding: 0 0 0px 0;
    margin: 0 0 21px 0;
    overflow: hidden;
    text-align: center;
}

.nav-bg-box .navbar-nav-jaman li a {
    color: #7b7b7b;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    position: relative;
    display: inline-block;
    padding-right: 30px;
    font-weight: 500;
    transform: translate(0, 30px);
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}

.nav-bg-box .navbar-nav-jaman li a:hover,
.nav-bg-box .navbar-nav-jaman li a:active,
.nav-bg-box .navbar-nav-jaman li a.active {
    color: #F9D302;
}

.nav-bg-box.active .navbar-nav-jaman li a {
    opacity: 1;
    transform: translate(0, 0px);
}

.stickyadd.custom-nav {
    margin-top: 0px;
    padding: 20px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

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

.stickyadd .logo .logo-dark {
    display: inline-block;
}

.stickyadd .logo .logo-light {
    display: none;
}

.logo .logo-dark {
    display: none;
}

.custom-nav .logo img {
    height: 30px;
}


/*================
    04.HOME
==================*/

.bg_home_personal_img {
    background-image: url('/img/yufumori/img1.jpg');
    position: relative;
    background-position: center center;
	background-position: 16% 25%;
    background-size: cover;
    /*background-attachment: fixed;*/
}
.curv-overlay {
    background-image: url('/img/yufumori/topbg.png');
    position: absolute;
    background-size: cover;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
	background-position: center center;
}

.text_title_home_top {
    color: #000;
}

.home_title {
    font-size: 64px;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 41px;
	text-shadow:1px 1px 1px #000000;
}

.home_title span {
	margin-top: 50px;
    font-size: 23px;
    text-transform: capitalize;
    border-bottom: 1px dotted #fff;
	padding-bottom: 5px;
}

.home_text_business {
    max-width: 800px;
}

.home_subtitle {
    color: #fff;
    max-width: 370px;
    line-height: 1.8;
	text-shadow:1px 1px 1px #000000;
}
@media screen and (max-width: 599px){

}
.home_small_title_border {
    height: 2px;
    width: 70px;
    background-color: #F9D302;
    margin-bottom: 14px;
}

.home_table_cell_center {
    display: table-cell;
    vertical-align: middle;
}

.home_table_cell {
    display: table;
    width: 100%;
    height: 100%;
	table-layout: fixed;
}

.full_height_100vh_home {
    height: 100vh;
}

.scroll_down {
    position: absolute;
    bottom: 13vh;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    z-index: 8;
}
@media (max-width: 768px){
	.scroll_down {
		bottom: 1vh;
	}
}

.scroll_down i {
    position: relative;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    height: 50px;
    width: 50px;
    background-color: #000;
    line-height: 50px;
    border-radius: 30px;
    border: 2px solid #060606;
    display: inline-block;
    color: #fff;
    font-size: 28px;
}

.scroll_down i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    transition: all .2s;
}

/*------------------
    HOME DEMO -2
-------------------*/

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

/*====================
   05. ABOUT US
====================*/

.about_social_icons ul li a {
    font-size: 19px;
    color: #212529;
    padding-right: 16px;
}

.personal_about_details p {
    line-height: 1.6;
    max-width: 500px;
}

.personal_about_details h5 {
	margin: 30px 0 30px 0;
	font-weight: bold;
    line-height: 1.4;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: rgba(0,90,8,1);
}

.img_about img {
    border: 15px solid #f9f8f8;
}


/*====================
   0.6  SERVICES
======================*/

.bg_services_img {
    background-image: url(/img/yufumori/bg_services.jpg);
    position: relative;
    position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.ser_box_devision .service_icon i {
    font-size: 34px;
    background-color: #F9D302;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
}

.ser_box_devision:hover .service_icon i {
    transition: all 0.5s;
    color: #F9D302;
    background: #fff;
    font-weight: 700;
    box-shadow: 0 0 1px #F9D302;
}

.ser_box_devision p,
.all_testi_content p,
.all_testi_content span {
    color: #e1e1e1;
}


/*=====================
   0.7  EDU & EXP
======================*/

.edu_content {
    padding: 16px;
}

.edu_detail h5 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}

/*================
   0.8 CTA
==================*/

.cta_details_mx {
    max-width: 635px;
}

.bg_cta_image {
	background-color: #000;
    position: relative;
    position: center center;
    background-size: cover;
    background-attachment: fixed;
}


/*====================
  0.9  TESTIMONIAL
=====================*/

.bg_testimonial_cover {
    background-image: url("/img/yufumori/img3.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
	height: 650px;
}
@media (max-width: 768px) {
	.bg_testimonial_cover {
   		background-position: 75% 80%;
	}
}
.all_testi_content {
    max-width: 650px;
}

.all_testi_content .all_testi_details {
    font-size: 16px;
    line-height: 1.6;
}

.all_testi_content span {
    font-size: 12px;
    text-transform: capitalize;
}

.testi_content_img img {
    max-width: 120px;
    border: 5px solid #ffffff;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 6px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    background: #F9D302;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 20px;
}


/*====================
  10.  PORTFOLIO
=====================*/

.work_menu li a {
    padding: 8px 16px;
    letter-spacing: 0.03em;
    cursor: pointer;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
    transition: all 0.5s;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5) !important;
    margin-top: 5px;
}

.work_menu li {
    margin-right: 0px !important;
}

.work_menu li:after {
    content: "-";
    color: #757575;
    margin: 0px 16px;
    position: relative;
    display: inline-block;
    top: 1px;
}

.work_menu li:last-child:after {
    content: "";
    display: none;
}

.work_menu a.active,
.work_menu a:hover {
    font-weight: 700;
    color: #F9D302 !important;
    background-color: #000;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 5px;
}

.work_box .work_detail h4 {
    font-size: 18px;
    color: #000;
}

.work_box .work_detail p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.work_item {
    padding: 15px;
    position: relative;
}

.work_item .work_box {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.work_item .work_box .work_img {
    transition: all 0.3s ease 0s;
}

.work_item .work_box img {
    top: 0;
    position: relative;
}

.work_item .work_box img {
    cursor: pointer;
    display: block;
    opacity: 1;
    width: 100%;
    transition: all 0.3s ease 0s;
}

.work_item .work_box:hover img {
    cursor: pointer;
    opacity: 1;
    transform: scale(1, 1);
    top: -88px;
}

.work_item .work_detail {
    height: auto;
    position: absolute;
    background-color: #fbfbfb;
    opacity: 0;
    bottom: -101px;
    width: 100%;
    padding: 20px 0px;
}

.work_box:hover .work_detail {
    bottom: 0;
}

.work_box:hover .work_detail {
    opacity: 1;
    transition: all 0.3s ease 0s;
}

/*=====================
     11.  BLOG
=====================*/

.blog_box_detail h5 a {
    line-height: 1.6;
    color: #53585d;
    text-transform: capitalize;
}

.blog_box_detail .blog_detail_badge {
    padding: 5px 15px;
    display: inline-block;
    font-size: 12px;
    background: rgba(0,90,8,0.2);
    color: rgba(0,90,8,1);
    border-radius: 30px;
    letter-spacing: 2px;
	font-weight: bold;
}
@media (max-width: 768px) {
	.blog_detail_price {
		display: block;
		margin-top: 5px;
	}
}
.blog_box_detail .blog_detail_devider {
    border-top: 1px solid #cecccc;
}

/*====================
  12 Trusted People
=====================*/

.bg_trusted_client_cover {
    background-image: url("/img/yufumori/img4.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

/*======================
  13. CONTACT US
========================*/

.contact_form_custom .form-control {
    height: 50px;
    font-size: 16px;
    border-color: #eae7e7;
}

.contact_form_custom .form-control:focus {
    border-color: #F9D302 !important;
    box-shadow: none;
    outline: 0;
}

textarea.form-control {
    height: auto !important;
}

.contact_detail p {
    overflow: hidden;
}

.contact_details_content .contact_icon i {
    font-size: 36px;
}


/*=====================
    14.  yufmori original FOOTER
=====================*/

.bg_footer_clr {
    background-color: rgba(0,90,8,1);
}

.footer_alt_all_cls p {
    font-size: 14px;
}

.footer_social_icons li a {
    border: 2px solid #bfc0c1;
    color: #fff;
    border-radius: 50%;
    transition: all 0.5s;
    width: 45px;
    height: 45px;
    line-height: 42px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
}

.footer_alt_all_cls ul li a:hover {
    color: #fff;
    background-color: #F9D302;
    border: 2px solid #F9D302;
}


/*=====================
    15. RESPONSIVE
=======================*/

@media (max-width: 768px) {
    .stickyadd.custom-nav,
    .custom-nav {
        padding: 14px 0px;
        background-color: #fff;
        box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
    }
    .custom-nav .logo img {
        height: 26px;
    }
    .stickyadd .logo .logo-dark {
        display: inline-block;
    }
    .logo .logo-dark {
        display: inline-block;
    }
    .curv-overlay {
        display: none;
    }
    .text_title_home_top span {
        /*color: #F9D302 !important;*/
		font-size: 18px;
		line-height: 5px;
    }
    .home-top-title,
    .text_title_home_top,
    .home_subtitle {
        color: #ffffff;
		text-align: center;
		max-width: 100%;
    }
    .home-top-title {
        margin-right: 0px !important;
    }
    .vertical_content_manage {
        display: inherit;
    }
    .home_title {
        font-size: 32px;
    }
    .custom-nav .logo .logo-light {
        display: none;
    }
    .custom-nav>.container {
        width: 90%;
    }
    .home-bg,
    .h-100vh.jarallax,
    .h-100vh.bg-dark,
    .full_height_100vh_home {
        padding: 70px 0;
    }
    .h-100vh,
    .full_height_100vh_home {
        height: auto;
		table-layout: fixed;
    }
}

.fixed-top {
    position: initial;
}
.title-border{
	border-bottom: rgba(0,90,8,1) 3px solid;
}
.rec-copyright{
	text-align: right;
	font-size: 80%;
}
#education img{
	width: 100%;
}
.btn-timeschedule{
	text-align: center;
}
.home-st-place{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #fff;
	/*margin-right: 70px;*/
	display: inline-block;
    padding: 0 8px 0 8px;
}
@media (max-width: 768px) {
	.home-st-place{
		margin: 0 auto;
		text-align: center !important;
		width: 90px;
		display: block;
		margin-bottom: 20px;
	}
}
.replacement-img-pc{
	display: block;
}
.replacement-img-sp{
	display: none;
}
@media (max-width: 768px) {
	.replacement-img-pc{
		display: none;
	}
	.replacement-img-sp{
		display: block;
}
	
}