/*------------------------------------------------------------------
Project:	Nantes - multi purpose one-page template
Version:	1.0
Last change:	18/02/2016 [...]
Designed by:	MOOZ Themes / www.MOOZthemes.com
Primary use:	One page
-------------------------------------------------------------------*/

/* main font for menu. */
 /* @import url(https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900); */

/*@import url(/css?family=Raleway:100,300,400,500,700,900);
*/
@import url(../fonts/raleway/raleway.css?family=Raleway:100,300,400,500,700,900);

/* font for headings, text, tags */
@import url(../fonts/open/open.css);

@import url(../fonts/earlyaccess/notosansjp/notosansjp.css);

@import url(../fonts/earlyaccess/roundedmplus1c/roundedmplus1c.css);

/*--------------------
Color customizations
change these colors to change overlays
--------------------*/

.mz-module:hover .ot-circle.color1 {
	color: #C54A4A;
}
.mz-module:hover .ot-circle.color2 {
	color: #6091DC;
}
.mz-module:hover .ot-circle.color3 {
	color: #6EB377;
}
.mz-module:hover .ot-circle.color4 {
	color: #FCBE03;
}

/*--------------------
1. General
--------------------*/

body {
	margin: 0px;
	font-family: Noto Sans JP, "Rounded Mplus 1c", "Open Sans", sans-serif;
	background-color: #f8f8f8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	letter-spacing: 0.4px;
	font-family: "Raleway", Sans-serif;
	color: #232323;
}

p {
	font-family: 'Rounded Mplus 1c';
	font-size: 14px;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 0.2px;
	color: #444444;
}

.dark-bg p {
color: #848383;
}

a:hover, a:focus, a:active, a.active {
	color: #a2c7f3;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 768px) {

	.middle-bg .middle-bg2 .light-bg .contact-bg {
	    padding: 190px 0;
	}
}

.middle-bg .middle-bg2 .light-bg .contact-bg {
    padding: 210px 0;
}

ul {
	padding-left: 0;
	padding-top: 10px;
}

ul li {
    list-style: none;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #000000;
}

section ul li:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f105";
	padding-right: 7px;
	color: #23AD21;
}

/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
    margin-left: -13px;
    margin-right: -13px;
}

.col-0-gutter {
	padding-left: 0;
	padding-right: 0;
}

/*--------------------
2. Navigation
--------------------*/

.navbar-default {
	background-color: #fff;
	border-color: transparent;
	background-color: rgba(255, 255, 255, 0.45);
}

.navbar-default.navbar-shrink {
    /* padding: 5px 0; */
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
}

.navbar-default .navbar-brand {
	color: #fff;
	font-family: "Open Sans",sans-serif;
	padding: 0px;
	margin-left: 10px;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #fec503
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02);
	/* margin-top: 1%; */
}
.navbar-default .navbar-toggle {
    margin: 13px 20px 0px 0px;
	padding: unset;
	border: unset;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: unset;
}
.navbar-default .nav li a {
	font-family: "Open Sans",sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #444448;
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color: #635959;
	outline: 0
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #fed136
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #fec503
}

@media (min-width:768px) {
	.navbar-default
	{
		background-color: rgba(255, 255, 255, 0.29);
		padding: 5px 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s;
	    margin-left: 10px;
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}
	.navbar-default.navbar-shrink {
		padding: 5px 0;

		background-color: rgb(255, 255, 255);
    		box-shadow:

    		rgba(0, 0, 0, 0.4) 0px 2px 3px;
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em;
		margin-top: 10px;
	}
}

/*--------------------
3. Header
--------------------*/
header {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: -1;
}

.intro-text {
	padding-top: 150px;
	padding-bottom: 50px;
	position: absolute;
	top: 50px;
    text-align: center;
	transform: translateX(-50%);
	left: 50%;
}

@media (min-width: 768px) {
	.intro-text {
		padding-top: 160px;
		padding-bottom: 200px;
    }
    .navbar-collapse .navbar-nav.navbar-right:last-child {
	    margin-top: 26px;
	}
}

.intro-text .intro-lead-in {
	/* display: inline-block; */
	margin-bottom: 25px;
	padding: 4px 10px;
	font-family: "Open Sans",sans-serif;
	font-size: 19px;
	color: #fff;
	font-weight: 100;
	line-height: 40px;
	animation: fade-in 12.25s ease;
}

@media (min-width: 768px) {
	.intro-text .intro-lead-in {
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 45px;
	}
}

.intro-text .intro-heading {
	font-weight: 900;
	font-size: 60px;
	line-height: 78px;
	margin-bottom: 25px;
	letter-spacing: -3px;
	word-spacing: 10px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
	animation: fade-in 14.25s ease;

}

@media (min-width: 768px) {
	.intro-text .intro-heading {
		line-height: 95px;
		font-size: 77px;
		margin-bottom: 50px;
	}
}

/*--------------------
4. Sections
--------------------*/

.section-title h2 {
	font-size: 45px;
	color: rgba(85, 85, 85, 0.8509803921568627);
	font-weight: 900;
	letter-spacing: -0.6px;
	position: relative;
	margin: 0 0 50px 0;
	padding-bottom: 15px;
}

.section-title h2:after {
	right: 0.01%;
	z-index: 1;
	width: 100%;
	height: 2px;
	content: " ";
	bottom: -5px;
	text-align: center;
	position: absolute;
	background: rgba(153, 153, 153, 0.68);
}

.dark-bg .section-title h2 {
	color: #fff;
}

.section-title h3 {
	font-size: 35px;
	color: #555555a3;
	font-weight: 900;
	letter-spacing: -0.6px;
	position: relative;
	margin: 0 0 50px 0;
	padding-bottom: 15px;
}

.section-title h3:after {
	left: 50%;
	z-index: 1;
	width: 60px;
	height: 3px;
	content: " ";
	bottom: -5px;
	margin-left: -30px;
	text-align: center;
	position: absolute;
	background: #D4D4D4;
}

.dark-bg .section-title h3 {
	color: #fff;
}



.section-title p {
	font-size: 18px;
	font-weight: 300;
	line-height: 31px;
	margin: 20px 60px 60px 60px;
}

/*--------------------
4.1. CTA sectoin
--------------------*/

.section-cta {
	padding: 40px 0;
	color: #fff;
	background-color: #fcbe03;
}

.section-cta h2 {
	color: #fff;
	font-size: 23px;
	font-weight: 300;
	margin: 0 0 20px;
}

.button-cta {
	border: 2px solid #fff;
	padding: 10px 50px;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	display: inline-block;

	-webkit-transition: all .4s ease; /* Safari and Chrome */
	-moz-transition: all .5s ease; /* Firefox */
	-o-transition: all .5s ease; /* IE 9 */
	-ms-transition: all .5s ease; /* Opera */
	transition: all .5s ease;

}
.button-cta:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

/*--------------------
4.1. About
--------------------*/

.mz-module {
	position: relative;
	margin-bottom: 45px;
}

.mz-module-about {
    border: 1px solid #E6E6EA;
    min-height: 280px;
    padding: 20px;
    background-color: #EFEFF1;
}

.mz-module-about h3 {
	font-weight: 500;
	font-size: 19px;
	/* text-transform: uppercase; */
	color: #424242;
	/* letter-spacing: 2px; */
	margin-bottom: 20px;
}

.dark-bg .mz-module-about h3 {
	color: #FFFFFF;
}

.mz-module-about p {
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	color: #848484;
}
.mz-module-button {
	background-color: #B6B6C3;
	padding: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	opacity: 0;
	color: #fff;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}
.mz-module:hover .mz-module-button {
	bottom: -65px;
	opacity: 1;
}
.mz-module-button:hover {
	background-color: #1a1a1a;
	color: #fff;
	text-decoration: none;
}

.mz-module-button {
	color: #fff;
}

.ot-circle {
	height: 95px;
	width: 95px;
	text-align: center;
	line-height: 98px;
	color: #FFFFFF;
	margin: 0 2px 4px;
	font-size: 75px;

	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;

}

/*--------------------
4.2. Featured
--------------------*/

.featured-item {
	margin-bottom: 30px;
	height: 110px;
}

.featured-icon {
	float: left;
	font-size: 22px;
	border-radius: 5px;
	width: 55px;
	height: 55px;
	background-color: #F8F8F8;
	line-height: 50px;
	text-align: center;
}
.featured-text {
	text-align: left;
	margin-left: 85px;
}
.featured-text h4 {
	color: #47474C;
	font-size: 17px;
	font-weight: 700;
}
.featured-text p {
	color: #747377b5;
	margin-top: 7px;
	font-size: 12px;
	line-height: 21px;
	font-weight: 500;
}

/*--------------------
4.2. Skills
--------------------*/

.section-text h3 {
	margin: 0 0 30px;
	font-weight: 800;
	color: #5D5D5D;
}

.section-text h4 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 17px;
}

.dark-bg .section-text h3 {
	color: #dfdfdf;
}

.dark-bg .section-text h4 {
	color: #75a8bdd9;
	margin: 20px 0px 10px 15px;
    font-weight: 700;
    font-size: 17px;
}

/*--------------------
4.3. Portfolio
--------------------*/

figure {
	position: relative;
	overflow: hidden;
	margin: 0 1px 1px 0;
	background: #726FB9;
	text-align: center;
	cursor: pointer;
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ot-portfolio-item figure figcaption > a {
	z-index: 10;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-bubba {
	background: #000;
	margin-bottom: 1px;
}

figure.effect-bubba img {
	opacity: 0.90;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	height: 258px;
	width: 387px;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	opacity: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.number-plate-bg {
	background: linear-gradient(-135deg, #ccc, #555);
	color: #fff;
}

.light-bg {
	background-color: #f8f8f8;
	padding: 210px 0;
}




.middle-bg {
    background-color: #efefef;
    padding: 210px 0;
}
.middle-bg2 {
    background-color: #f1f1f1;
    padding: 210px 0;
}


.contact-bg {
	background: linear-gradient(-135deg, #f9f9f9, #6a7375);
	color: #fff;
	padding: 210px 0;
}

.short-section {
	border-top: 1px solid #5D5D5F;
	border-bottom: 1px solid #5D5D5F;
	padding-top: 70px;
	padding-bottom: 70px;
}

.counter-item h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 900;
}

.counter-item h6 {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

/*--------------------
4.5. Solutions Slider
--------------------*/

.owl-portfolio .owl-controls {
	position: absolute;
	left: 0;
	top: 38%;
	width: 100%;
}

.owl-portfolio .owl-controls .owl-nav [class*=owl-] {
	padding: 8px 17px;
	background: rgba(0, 0, 0, 0.18);
	border-radius: 0;
	margin: 0;
	font-size: 20px;
	z-index:1000;
}

.owl-portfolio .owl-controls .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.owl-portfolio .owl-controls .owl-prev {
	float: left;
}

.owl-portfolio .owl-controls .owl-next {
	float: right;
}

.owl-portfolio-item {
	text-align: center;
	display: inline-block;
}

.solutions-logo {
	height: 110px;
	text-align: center;
	display: inline-block;
	color: #778899;
}

.solutions-logo img {
	height: 100%;
	width: auto !important;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FCBE03;
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    margin: 15px 7px 0 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #428bca;
}
/*--------------------
4.6. Team
--------------------*/

.team-item {
	text-align: center;
	background-color: #fff;
	margin-bottom: 30px;
    height: 360px;
	padding: 30px 10px 20px 10px;
}

.team-item h3 {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	color: #2D2D2D;
}

.team-item .team-position {
	color: #989898;
	font-size: 12px;
	margin: 15px 0 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
}

.team-item p {
    font-size: 13px;
    font-weight: 400;
    color: #292929;
    padding: 5px 10px 20px 10px;
}

/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
	margin-top: 45px;
}
section#contact.form-group {
margin-bottom: 25px;
}

section#contact .form-group input, section#contact .form-group textarea {
	padding: 15px;
	border: 1px solid #fff;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	font-size: 13px;
	border-radius: 22px;
}

.contact h3 {
	margin-bottom: 30px;
}

.contact p {
	font-size: 13px;
}

.contact .day {
	display: inline-block;
	width: 80px;
}

.contact i {
	margin-right: 5px;
}

/*--------------------
5. Footer
--------------------*/
footer {
    padding: 60px 0 20px 0;
    width: 100%;
    height: 330px;
    background: gray;
    position: sticky;
}

footer .logo-img>img {
	height: 50px;
	width: 108px;
}

footer .menu {
	font-weight: bold;
	list-style: none;
	padding: 0 25px 0 25px;
}
footer .menu>ul{

list-style: none;
}

footer .menu>ul>li {
	display: inline-block;
    color: #9999997d;
}

footer .menu>ul>li>a {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	color: #efefef !important;
	font-size: 13px;
}

footer .menu>ul>li>p>a {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	color: #efefef !important;
	font-size: 13px;
}

.copyright {
	color: #aba8a8 !important;
	font-size: 12px !important;
	margin: 50px auto 10px;

}

.social-icons-footer {
	text-align: right;
	margin: 30px 0 0 0;

}

.social-icons-footer>a {
	width: 55px;
	display: inline-block;
	color: #f5f5f5;
}

.social-icons-footer>a:hover {
	color: #ccc;
}

.social-icons-footer>a>i {
	color: #eee;
}


footer p {
	color: #B7B7B7;
	margin: 0;
	font-size: 8px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.6px;
}

footer p a {
	color: #eee;
}

footer p a:hover {
	color: #ccc;
}

footer p a span {
	color: #FCBE03;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 700;
}

/*--------------------
6. Modal
--------------------*/

.modal-content {
	border-radius: 0;
}
.modal-header .close {
	font-size: 30px;
}
.modal-title {
	text-transform: uppercase;
	font-weight: unset;
	font-size: 23px;
}

.modal-body {
	padding: 0;
}

.modal-body p {
	margin: 30px 20px;
	color: #2D2D2D;
}

.modal-works {
font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	margin: 25px 20px;
}

.modal-works span {
	background-color: #FED136;
	margin-right: 15px;
	padding: 5px 10px;
}

.img-responsive {
    width: 100%;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	color: #fff;
	background-color: #dfdfdf;
	border-color: #dfdfdf;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
	color: #fff;
	border-color: #dfdfdf;
	box-shadow: none;
}

.btn-xl {
color: #fff;
    background-color: #FCBE03;
    font-family: "Open Sans",sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 17px 45px;
}

/* Back to top button
---------------------------------- */
#back-top {
	position: fixed;
	z-index: 100;
	right: 60px;
	bottom: 40px;
	font-size: 67%;
}
#back-top a {
	width: 8em;
	height: 7em;
	display: block;
	font: 10px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	-moz-transition: 1s;
	transition: 1s;
	background-color: #666;
	text-decoration: none;
	color: #fff;
	padding: 50px 0px 35px 0px;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-image: url(../img/page_top_btn.png);
	background-repeat: no-repeat;
	background-position: top center; */
	-moz-background-size: cover;
	background-position-y: 14px;
	background-size: 40px;
}
#back-top a:hover {
	background: #999999e0;
	text-decoration: none;
	background: #999;
	background-image: url(../img/page_top_btn.png);
	background-repeat: no-repeat;
	background-position: top center;
	-moz-background-size: cover;
	background-position-y: 10px;
	background-size: 40px;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {

}

.small-logo>img {
	height: 4.8em;
}

/* 問い合わせフォーム */
.contact-title p {
	font-size: 18px;
	font-weight: 300;
	line-height: 31px;
	margin: 20px 60px 60px 60px;
}

/*= input focus effects css
=========================== */
:focus {
  outline: none;
}
.col-3 {
  float: left;
  width: 40%;
  margin: 40px 3%;
  position: relative;
}

.col-md-6 {
	width: 40%;
	margin: 40px 3%;
	padding-right: unset;
    padding-left: unset;
    z-index: 2;
}

.col-md-10 {
  width: 85%;
  margin: 50px 3%;
  padding-right: unset;
  padding-left: unset;
  z-index: 2;
}

.col-6 {
  float: left;
  width: 85%;
  margin: 70px 3%;
  position: relative;
}

/* necessary to give position: relative to parent. */
input[type="number"] {
  font: 28px/37px Noto Sans JP, Arial, sans-serif;
  color: rgba(85, 85, 85, 0.91);
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
}
input[type="email"] {
  font: 28px/37px Noto Sans JP, Arial, sans-serif;
  color: rgba(85, 85, 85, 0.91);
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
}
input[type="text"] {
  font: 28px/37px Noto Sans JP, Arial, sans-serif;
  color: rgba(85, 85, 85, 0.91);
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
}
textarea[type="textarea"] {
  font: 18px/29px Noto Sans JP, Arial, sans-serif;
  color: rgba(85, 85, 85, 0.91);
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  letter-spacing: 1px;
}
.effect-16,
.effect-17,
.effect-18 {
  border: 0;
  padding: 2px 0;
  border-bottom: 1px solid #eee;
  background-color: transparent;
}
.effect-16 ~ label,
.effect-17 ~ label,
.effect-18 ~ label {
  position: absolute;
  left: 5px;
  width: 100%;
  top: 5px;
  color: #ddd;
  transition: 0.3s;
  z-index: -1;
  letter-spacing: 3.0px;
  font-weight: unset;
}
.effect-16 ~ label b,
.effect-17 ~ label b,
.effect-18 ~ label b {
    color: rgba(255, 56, 56, 0.67);
    padding-left: 5px;
    transition: 0.1s;
}
.effect-16:focus ~ label,
.effect-17:focus ~ label,
.effect-18:focus ~ label,
.has-content.effect-16 ~ label,
.has-content.effect-17 ~ label,
.has-content.effect-18 ~ label {
  top: -22px;
  font-size: 13px;
  color: #2b3946;
  transition: 0.4s;
  font-weight: 380;
}
.effect-16:focus ~ label b,
.effect-17:focus ~ label b,
.effect-18:focus ~ label b,
.has-content.effect-16 ~ label b,
.has-content.effect-17 ~ label b,
.has-content.effect-18 ~ label b {
	font: 14px Arial, sans-serif;
    color: #39444ce0;
    padding-left: 5px;
    transition: 0.4s;
}
.effect-16 ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(-135deg, #d1e6ea, #657584);
  transition: 0.6s;
}
.effect-16:focus ~ .focus-border,
.has-content.effect-16 ~ .focus-border {
  width: 100%;
  transition: 0.8s;
}
.effect-17 ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: linear-gradient(-135deg, #d1e6ea, #86a9c7);
  transition: 0.6s;
}
.effect-18 ~ .focus-border {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(-135deg, #d1e6ea, #657584);
  transition: 0.6s;
}

.effect-17:focus ~ .focus-border,
.has-content.effect-17 ~ .focus-border {
  width: 100%;
  transition: 0.8s;
  left: 0;
}
.effect-18:focus ~ .focus-border,
.has-content.effect-18 ~ .focus-border {
  width: 100%;
  transition: 0.8s;
  /* left: 0; */
}
/*= input focus effects css End
=============================== */


/* scroll fit background */
#scroll-animate
{
  overflow: hidden;
}

#scroll-animate-main
{
  width: 100%;
  left: 0;
  position: fixed;
}

#heightPage,
#heightScroll
{
  width: 10px;
  top: 0;
  position: absolute;
  z-index: 99;
}

#heightPage
{
  left: 0;
}

#heightScroll
{
  right: 0;
}

.content {
	min-height: 800px;
	position: relative;
	z-index: 1;
	/* bottom: 300px; */
}

.wrapper-parallax {
  /* margin-top: 100%; */
  /* margin-bottom: 300px; */
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}


header,
footer,
#scroll-animate-main
{
  -webkit-transition-property: all;
     -moz-transition-property: all;
      transition-property: all;

  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
      transition-duration: 0.4s;

  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
      transition-timing-function: cubic-bezier(0, 0, 0, 1);
}




/* new slider */
.opacFull {
  opacity: 1 !important;
}

.slider-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #000;
}

.slider-container img {
	opacity: 0.7;
}

.slider-container ul {
  padding-top: unset;
}
.slider-container .owl-theme .owl-dots .owl-dot {
    display: flex;
    zoom: 1;
}
.site-slider {
  position: relative;
}
.site-slider li {
  line-height: 0;
  list-style: none;
}

.slider-img {
  width: 100%;
  height: 100%;
}

.slider-text {
  position: absolute;
  top: 520px;
  left: 100px;
  line-height: normal;
  color: #fff;
  transform: translateY(-50%);
}
.slider-text h3 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 10px;
  opacity: 0;
  color: #f5f5f5;
}
.slider-text p {
  font-size: 18px;
  opacity: 0;
  color: rgba(204, 204, 204, 0.8705882352941177);
}

.slider-container .owl-dots {
  position: absolute;
  top: 360px;
  right: 20px;
  transform: translateY(-50%);
}
.slider-container .owl-dots .owl-dot {
  width: 11px;
  height: 10px;
  background: #fff;
  display: block;
  margin: 10px 0;
  border-radius: 50%;
}
.slider-container .owl-dots .owl-dot.active {
  background: rgba(142, 204, 222, 0.5803921568627451);
  transform: scale(1.4);
}

.animate-in-fast {
  animation: in-fast 1400ms ease-in-out forwards;
}

@keyframes in-fast {
  0% {
    opacity: 0;
    transform: translateX(-4em);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animate-in-slow {
  animation: in-slow 1300ms linear forwards;
}

@keyframes in-slow {
  0% {
    opacity: 0;
    transform: translateX(4em);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


@media ( max-width : 991px) {
	.small-logo>img {
	    height: 4em;
	    margin-left: 25px;
	}

	.mz-module:hover .mz-module-button {
		bottom: -5px;
		opacity: 1;
	}

	footer .menu>ul>li {
    		display: block;
	}

	.mz-module:hover .mz-module-button {
		bottom: -24px;
	}

	figure.effect-bubba img {
		height: 100%;
		width: 100%;
	}

	#back-top {
		right: 13px;
		bottom: 2px;
	}

	#back-top a {
		width: 5em;
		height: 6.2em;
		background-size: 30px;
		padding: 34px 1px 9px 1px;
		background-position-y: 8px;
	}

	#back-top a:hover {
		background-size: 35px;
	}

	.contact-title p {
		margin: 0px 5px 30px 5px;
		font-size: 15px;
	}

	.row:before, .row:after {
    		display: none;
	}

	.col-md-6 {
		width: unset;
		margin: 45px 3%;
	    padding-right: unset;
	    padding-left: unset;
	}
	.col-md-10 {
		width: unset;
	    margin: 50px 3%;
	    padding-right: unset;
	    padding-left: unset;
	}

	footer {
	    height: 560px;
	    padding: 50px 0 20px 0;
	}

	.social-icons-footer {
	    text-align: center;
	    margin: 25px 0 0 0;
	}

	.middle-bg .middle-bg2 .light-bg .contact-bg {
	    padding: 205px 0;
	}

	.navbar-default .nav li a {
	    font-size: 10px;
	    letter-spacing: 1px;
	}

	.owl-slider .owl-controls {
	    top: 45%;
	}

	.container-smooth {
	  margin: 100px auto 50px;
	  width: 100%;
	  max-width: 900px;

	}
	.container-smooth h1 {
	  font-size: 40px;
	  color: #eee;
	}
	.container-smooth p {
	  font-size: 26px;
	  line-height: 3.5;
	  color: #e5e5e5;
	}

	.container>.navbar-header, .container>.navbar-collapse {
		margin-left: -10px;
	}

	.slider-text {
	    top: 270px;
	    left: 20px;
	    margin-right: 30px;
	}
	.slider-text h3 {
	    font-size: 28px;
	}
	.slider-text p {
	    font-size: 14px;
	}

	.navbar-default {
		background-color: #fff;
		border-color: transparent;
	}

}

@media ( max-width : 510px) {
	.mz-module:hover .mz-module-button {
		bottom: -30px;
	}

	footer {
	    height: 550px;
	    padding: 60px 0 20px 0;
	}

	.intro-text .intro-heading {
		font-size: 40px;
		line-height: 58px;
	}

	.small-logo>img {
		height: 4em;
		margin-left: unset;
	}

}

.privacy ul li {
	list-style: circle;
	line-height: 4px;
	font-size: 11px;
	margin-left: 7%;
}

pre {
    margin: 0 0 0 0;
    font-size: 12px;
    background-color: unset;
    border: none;
}


@media ( min-width : 991px) {

	/* top menu underbar */
	.link.anim-middleout.active>a:after {
		content: '';
		display: block;
		width: 0;
		height: 3px;
		background: black;
		margin: auto;
		transition: all .5s ease;
	}
	.link.anim-middleout:after {
		content: '';
		display: block;
		width: 0;
		height: 3px;
		background: black;
		margin: auto;
		transition: all .5s ease;
	}
	.link.anim-middleout:hover:after {
		width: 100%;
	}
	.link.anim-middleout:hover:after {
		width: 100%;
	}

}

/* nav Icon */
#nav-icon3 {
  width: 55px;
  /* height: 45px; */
  position: relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 90%;
  background: linear-gradient(-135deg, #aec6da, #dcdcdc);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 14px;
}
#nav-icon3 span:nth-child(4) {
  top: 28px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* animate button */

body .btn-bg.bg-2 .btn-2 button {
  color: #ecfaff;
  background: #bbc4c5c2;
  border: 3px solid #d9e1e4;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
body .btn-bg.bg-2 .btn-2 button a {
  color: #c7f8f9;
}
body .btn-bg.bg-2 .btn-2 button:hover {
  background: #dcefff;
  color: #a5b1b3;
  border: 3px solid #bacbd2;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body .btn-bg.bg-2 .btn-2 button:hover >a {
  color: #6ab1c9;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body .btn-bg.bg-2 .btn-2 button:active {
  -webkit-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
}

button {
  cursor: pointer;
  overflow: hidden;
  outline: none;
  color: #fff;
  position: relative;
  letter-spacing: 0.2em;
  font-weight: 400;
  padding: 0.4rem 2rem 0.4rem 2rem;
  text-transform: uppercase;
  font-family: "Rounded Mplus 1c", "Open Sans";
  font-size: 1.4em;
}
button a {
  text-decoration: none;
}
@-moz-keyframes cloud-animation {
  100% {
    background-position: 0px 2em;
  }
}
@-webkit-keyframes cloud-animation {
  100% {
    background-position: 0px 2em;
  }
}
@-o-keyframes cloud-animation {
  100% {
    background-position: 0px 2em;
  }
}
@keyframes cloud-animation {
  100% {
    background-position: 0px 2em;
  }
}
@-moz-keyframes witch-word-color {
  0% {
    color: #d3b7f7;
  }
  50% {
    color: #50514f;
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes witch-word-color {
  0% {
    color: #d3b7f7;
  }
  50% {
    color: #50514f;
  }
  100% {
    color: #fff;
  }
}
@-o-keyframes witch-word-color {
  0% {
    color: #d3b7f7;
  }
  50% {
    color: #50514f;
  }
  100% {
    color: #fff;
  }
}
@keyframes witch-word-color {
  0% {
    color: #d3b7f7;
  }
  50% {
    color: #50514f;
  }
  100% {
    color: #fff;
  }
}



.headline {
  margin: 20px;
  color: white;
  font-size: 32px;
  text-align: center;
}
.headline h1 {
  letter-spacing: 1.6px;
  font-weight: 300;
}

.twitterLink {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 10px 15px;
  z-index: 3;
}
.twitterLink svg {
  width: 25px;
}
