/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider
6. Masonry Gallery Section
7. Main Footer
8. Gallery Section
9. Fullwidth Block Section
10. About Section
11. About Section Two
12. Portfolio Singles Section
13. Team Section
14. Clients Section
15. Blog Grid Secrion
16. Blog List Section
17. Blog Single
18. Comment Form
19. Contact Form
20. Map Section
21. Our Services

**********************************************/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese');
/*font-family: 'Poppins', sans-serif;*/
@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('project.css');
@import url('style-2.css');
@import url('hover.css');
/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
/*** 

====================================================================
	Global Settings
====================================================================

 ***/
body {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  letter-spacing: 0.05em;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #555;
}
a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}
h1, h2, h3, h4, h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h1 {
  font-weight: 200 !important;
}
h3 {
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
h5 {
  font-size: 15px;
  letter-spacing: 0.05em;
  opacity: 0.65;
  text-transform: uppercase;
}
button, select {
  font-family: 'Poppins', sans-serif;
}
input, textarea {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
textarea {
  overflow: hidden;
}
p {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.strike-through {
  text-decoration: line-through;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}
.medium-container {
  max-width: 850px;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}
ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.theme-btn {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-top: 15px;
  max-width: 80%;
}
.centered {
  text-align: center;
}
/*List Style One*/
.list-style-one {
  position: relative;
}
.list-style-one li {
  position: relative;
  margin-bottom: 30px;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  padding-left: 48px;
  line-height: 2em;
}
.list-style-one li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #999;
  font-size: 26px;
  line-height: 1em;
}
.list-style-one li:last-child .icon {
  /*top: 10px;*/
}
/*List Style Two*/
.list-style-two {
  position: relative;
}
.list-style-two li {
  position: relative;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.60);
  font-size: 14px;
  font-weight: 400;
  padding-left: 30px;
  line-height: 2em;
}
.list-style-two li .icon {
  position: absolute;
  left: 0px;
  top: 4px;
  color: rgba(255, 255, 255, 0.60);
  font-size: 18px;
  line-height: 1.2em;
}
.list-style-two li:last-child .icon {}
/*Btn Style One*/
.btn-style-one {
  position: relative;
  padding: 9px 19px;
  line-height: 25px;
  text-transform: capitalize;
  background: #1d1d1d;
  color: #ffffff;
  border: 2px solid #1d1d1d;
  font-size: 15px;
  font-weight: 600;
}
.btn-style-one:hover {
  background: none;
  color: #1d1d1d;
}
/*Btn Style Two*/
.btn-style-two {
  position: relative;
  padding: 9px 19px;
  line-height: 25px;
  text-transform: capitalize;
  background: #ffffff;
  color: #222222;
  border: 2px solid #ffffff;
  font-size: 15px;
  font-weight: 600;
}
.btn-style-two:hover {
  background: none;
  color: #ffffff;
}
/*Social Icon One*/
.social-icon-one {
  position: relative;
}
.social-icon-one li {
  position: relative;
  margin-left: 10px;
  display: inline-block;
}
.social-icon-one li a {
  font-size: 14px;
  color: #111111;
}
.social-icon-one li a:hover {
  color: #1d1d1d;
}
/*Social Icon Two*/
.social-icon-two {
  position: relative;
}
.social-icon-two li {
  position: relative;
  margin-bottom: 20px;
}
.social-icon-two li .name {
  opacity: 0;
  color: #ffffff;
  margin-left: 20px;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-two li:hover .name {
  opacity: 1;
}
.social-icon-two li a {
  font-size: 23px;
  font-weight: 300;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  color: rgba(255, 255, 255, 0.30);
}
.social-icon-two li a:hover {
  color: #ffffff;
}
.theme_color {
  color: #1d1d1d;
}
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.svg);
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
/*** 

====================================================================
	Scroll To Top style
====================================================================

***/
.scroll-to-top {
  position: fixed;
  bottom: 65px;
  right: 15px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 36px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  background: #a0f;
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.scroll-to-top:hover {
  color: #ffffff;
  background: #a0f;
}
/*** 

====================================================================
	Main Header style
====================================================================

***/
.header-span {
  position: relative;
  height: 80px;
}
.main-header {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  background: #fff;
}
.main-header .auto-container {
  position: relative;
}
.main-header .main-box {
  position: relative;
}
.main-header .main-box .outer-container {
  position: relative;
  padding: 0px 50px;
}
.main-header .main-box .logo-box {
  position: relative;
  float: left;
  left: 0px;
  z-index: 13;
  padding: 15px 0px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.fixed-header .main-box .logo-box {
  padding: 10px 0px;
}
.main-header .main-box .logo-box .logo img {
  display: inline-block;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .btn-outer {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -17px;
}
.main-header .nav-toggler {
  position: relative;
}
.main-header .nav-toggler button {
  position: relative;
  display: block;
  color: #444444;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
  background: none;
}
.main-header .nav-outer {
  position: relative;
  float: right;
  padding-right: 20px;
}
.main-menu {
  position: relative;
  float: left;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navbar-collapse {
  padding: 0px;
}
.main-menu .navigation {
  position: relative;
  margin: 0px;
}
.main-menu .navigation > li {
  position: relative;
  display: inline-block;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left: 45px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.fixed-header .main-menu .navigation > li {
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  color: #777;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0px;
  opacity: 0.75;
  font-weight: 600;
  font-size: 15px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a, .main-header.light-version .main-menu .navigation > li:hover > a, .main-header.light-version .main-menu .navigation > li.current > a {
  color: #1d1d1d;
  opacity: 1;
}
.main-menu .navigation > li:hover > a:before, .main-menu .navigation > li.current > a:before {
  width: 100%;
}
.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 200px;
  padding: 4px 0px;
  margin-top: 4px;
  z-index: 100;
  display: none;
  background: #222;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  border: 1px rgba(255, 255, 255, 0.05) solid;
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 8px 20px;
  line-height: 24px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #AAA;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: #fff;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 12px;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  right: 100%;
  top: 0px;
  width: 240px;
  padding: 11px 0px;
  z-index: 100;
  display: none;
  background: #2c2c2c;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 8px 25px;
  line-height: 24px;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: #999;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #fff;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 12px;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
  color: #ffffff;
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #ffffff;
  line-height: 28px;
  border: 1px solid #ffffff;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
}
/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/
.hidden-bar {
  position: fixed;
  top: 0;
  width: 320px;
  height: 100%;
  background: #252525;
  z-index: 9999;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
}
.hidden-bar .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}
.hidden-bar.right-align {
  right: -400px;
}
.hidden-bar.right-align.visible-sidebar {
  right: 0px;
}
.hidden-bar.right-align {
  right: -400px;
}
.hidden-bar.right-align.visible-sidebar {
  right: 0px;
}
.hidden-bar .hidden-bar-closer {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  color: #ffffff;
  border-radius: 0px;
  text-align: center;
  line-height: 40px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  z-index: 999999;
}
.hidden-bar .hidden-bar-closer button {
  background: none;
  display: block;
  font-size: 16px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.hidden-bar .hidden-bar-closer:hover button {
  color: #ffffff;
}
.hidden-bar-wrapper {
  height: 100%;
  padding: 30px 5px 30px 30px;
}
.hidden-bar .logo {
  padding: 0px 0px 30px;
}
.hidden-bar .logo img {
  display: inline-block;
  max-width: 100%;
}
.hidden-bar .content-box {
  position: relative;
  padding-right: 32px;
}
.hidden-bar .content-box h2 {
  position: relative;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
}
.hidden-bar .content-box .text {
  position: relative;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.60);
  margin-bottom: 25px;
}
.hidden-bar .contact-info {
  position: relative;
  margin-top: 60px;
}
.hidden-bar .contact-info h2 {
  position: relative;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
}
/*** 

====================================================================
	Main Slider style
====================================================================

***/
.main-slider {
  position: relative;
  z-index: 10;
}
.main-slider .tp-caption {
  z-index: 5 !important;
}
.main-slider .tp-dottedoverlay {
  background: rgba(0, 0, 0, 0.40) !important;
  display: none !important;
}
.main-slider .title {
  position: relative;
  font-size: 30px;
  font-weight: 300;
  color: #000000;
  line-height: 1.7em;
  letter-spacing: 4px;
}
.main-slider h1 {
  position: relative;
  color: #000000;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2em;
  font-family: 'Lato', sans-serif;
}
.main-slider .text {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 1.2em;
  letter-spacing: 4px;
  padding: 6px 24px 8px;
  display: inline-block;
  background-color: #ffffff;
  text-transform: uppercase;
}
.main-slider .title.light, .main-slider h1.light {
  color: #ffffff;
}
.main-slider .tp-bannertimer, .main-slider .tp-bullets {
  display: none !important;
}
/*** 

====================================================================
	Portfolio Section
====================================================================

***/
.portfolio-section {
  position: relative;
  padding: 90px 0px 0px;
}
.portfolio-section .outer-section {
  padding: 0px 12px;
}
.portfolio-section h2 {
  position: relative;
  color: #111111;
  font-size: 55px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 90px;
  text-transform: capitalize;
}
.portfolio-section .row {
  margin: 0px -30px;
}
.portfolio-section .gallery-block {
  padding: 0px 5px;
}
/*Gallery Block*/
.gallery-block {
  position: relative;
  margin-bottom: 10px;
}
.gallery-block .inner-box {
  position: relative;
}
.gallery-block .inner-box .image {
  position: relative;
}
.gallery-block .inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.90);
}
.gallery-block .inner-box:hover .image .overlay-box {
  opacity: 1;
}
.gallery-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}
.gallery-block .inner-box .image .lower-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 20px 25px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.gallery-block .inner-box .image .lower-box .designation {
  position: relative;
  color: #a9a9a9;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}
.gallery-block .inner-box .image .lower-box h3 {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4em;
}
.gallery-block .inner-box .image .lower-box h3 a {
  position: relative;
  color: #ffffff;
}
.gallery-block.style-two {
  margin-bottom: 30px;
}
.gallery-block.style-two .inner-box .image .lower-box h3 {
  font-size: 16px;
}
/*** 

====================================================================
	Main Footer
====================================================================

***/
.main-footer {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #222;
}
.main-footer .inner-container {
  position: relative;
  padding: 0px 50px;
}
.main-footer .logo {
  position: relative;
}
.main-footer .mail-info {
  position: relative;
  color: #888;
  font-size: 14px;
  line-height: 2.5em;
  margin-bottom: 25px;
}
.main-footer .social-icon-one {
  text-align: right;
  margin-right: 190px;
}
.main-footer .copyright {
  position: relative;
  color: #888;
  font-size: 14px;
  text-align: left;
  margin-top: 35px;
}
.main-footer .copyright a {
  margin-left: 3px;
  color: #888;
  text-decoration: none;
}
.main-footer.style-two {
  background-color: #1d1d1d;
}
.main-footer.style-two .mail-info, .main-footer.style-two .copyright, .main-footer.style-two .social-icon-one li a {
  color: #ffffff;
}
.four-carousel-section {
  position: relative;
}
.four-carousel-section .gallery-block {
  position: relative;
  margin-bottom: 5px;
}
.four-carousel-section .owl-dots {
  display: none;
}
.four-carousel-section .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  margin-top: -45px;
}
.four-carousel-section .owl-nav .owl-prev {
  position: absolute;
  left: 25px;
  top: 0px;
  width: 35px;
  height: 95px;
  color: #ffffff;
  line-height: 95px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.20);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.four-carousel-section .owl-nav .owl-next {
  position: absolute;
  right: 25px;
  top: 0px;
  width: 35px;
  height: 95px;
  color: #ffffff;
  line-height: 95px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.20);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.four-carousel-section .owl-nav .owl-prev:hover, .four-carousel-section .owl-nav .owl-next:hover {
  color: #ffffff;
  background-color: #272727;
}
.portfolio-section .gallery-block-two {
  padding: 0px;
}
/*Gallery Item*/
.gallery-block-two {
  position: relative;
}
.gallery-block-two .inner-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.gallery-block-two .image-box {
  position: relative;
  display: block;
}
.gallery-block-two .image-box img {
  position: relative;
  display: block;
  width: 100%;
}
.gallery-block-two .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #ffffff;
  text-align: center;
  background: rgba(0, 0, 0, 0.80);
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  -o-transform: translate(0%, -100%);
  -moz-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}
.gallery-block-two .inner-box:hover .overlay-box {
  opacity: 1;
  -webkit-transform: translate(0%);
  -ms-transform: translate(0%);
  -o-transform: translate(0%);
  -moz-transform: translate(0%);
  transform: translate(0%);
}
.gallery-block-two .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 10px;
}
.gallery-block-two .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.gallery-block-two .overlay-inner h3 {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4em;
}
.gallery-block-two .inner-box h3 a {
  position: relative;
  color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.gallery-block-two .inner-box .designation {
  position: relative;
  color: #a9a9a9;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}
/*** 

====================================================================
	Work Banner
====================================================================

***/
.work-banner {
  position: relative;
  padding: 300px 0px;
  text-align: center;
}
.work-banner .title {
  position: relative;
  color: #aaaaaa;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
}
.work-banner h2 {
  position: relative;
  color: #111111;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.1em;
}
.work-banner h2 span {
  font-weight: 300;
}
/*** 

====================================================================
	FullWidth Banner
====================================================================

***/
.fullwidth-block-section {
  position: relative;
}
.fullwidth-block-section .outer-box {
  position: relative;
  background-color: #fcfbfb;
}
.fullwidth-block-section .outer-box .content-column {
  position: absolute;
  width: 50%;
  float: left;
  left: 0px;
  top: 0px;
  height: 100%;
}
.fullwidth-block-section .outer-box .content-column .inner-column {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 15px 15px;
}
.fullwidth-block-section .outer-box .content-column .inner-column .content {
  position: relative;
  max-width: 710px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.fullwidth-block-section .outer-box .content-column .inner-column .content h2 {
  position: relative;
  color: #111111;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.fullwidth-block-section .outer-box .content-column .inner-column .content h2 a {
  color: #111111;
}
.fullwidth-block-section .outer-box .content-column .inner-column .content .content-inner {
  max-width: 550px;
  margin: 0 auto;
}
.fullwidth-block-section .outer-box .content-column .inner-column .sub-title {
  position: relative;
  color: #aaaaaa;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
}
.fullwidth-block-section .outer-box .image-column {
  position: relative;
  width: 50%;
  float: right;
}
.fullwidth-block-section .outer-box .image-column img, .fullwidth-block-section-two .outer-box .image-column img {
  display: block;
  width: 100%;
}
/*** 

====================================================================
	FullWidth Banner
====================================================================

***/
.fullwidth-block-section-two {
  position: relative;
}
.fullwidth-block-section-two .outer-box {
  position: relative;
  background-color: #fcfbfb;
}
.fullwidth-block-section-two .outer-box .content-column {
  position: absolute;
  width: 50%;
  float: left;
  right: 0px;
  top: 0px;
  height: 100%;
}
.fullwidth-block-section-two .outer-box .content-column .inner-column {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 15px 15px;
}
.fullwidth-block-section-two .outer-box .content-column .inner-column .content {
  position: relative;
  max-width: 710px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.fullwidth-block-section-two .outer-box .content-column .inner-column .content .content-inner {
  max-width: 550px;
  margin: 0 auto;
}
.fullwidth-block-section-two .outer-box .content-column .inner-column .content h2 {
  position: relative;
  color: #111111;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.fullwidth-block-section-two .outer-box .content-column .inner-column .content h2 a {
  color: #111111;
}
.fullwidth-block-section-two .outer-box .content-column .inner-column .sub-title {
  position: relative;
  color: #aaaaaa;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
}
.fullwidth-block-section-two .outer-box .image-column {
  position: relative;
  width: 50%;
  float: left;
}
/*** 

====================================================================
	Portfolio Single Section
====================================================================

***/
.portfolio-single-section {
  position: relative;
  padding: 100px 0px 50px;
}
.portfolio-single-section .images-column {
  position: relative;
}
.portfolio-single-section.right-sidebar .images-column .inner-column {
  position: relative;
  padding-right: 30px;
}
.portfolio-single-section.left-sidebar .images-column .inner-column {
  position: relative;
  padding-left: 30px;
}
.portfolio-single-section .images-column.style-two .image {
  margin-bottom: 30px;
}
.portfolio-single-section .images-column .image {
  position: relative;
  margin-bottom: 50px;
}
.portfolio-single-section .images-column .image img {
  position: relative;
  width: 100%;
  display: block;
}
.portfolio-single-section .content-column {
  position: relative;
  margin-bottom: 40px;
}
.portfolio-single-section .content-column h2 {
  position: relative;
  color: #1d1d1d;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 15px;
}
.portfolio-single-section .content-column .text {
  position: relative;
  color: #777777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.9em;
  margin-bottom: 25px;
}
.portfolio-single-section .content-column .social-icon-one li {
  margin-left: 0px;
  margin-right: 12px;
}
/*Info List*/
.info-list {
  position: relative;
  margin-bottom: 25px;
}
.info-list li {
  position: relative;
  color: #777777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8em;
  margin-bottom: 16px;
}
.info-list li span {
  font-weight: 500;
  color: #333333;
  display: block;
  font-size: 15px;
}
/*New Posts*/
.new-posts {
  position: relative;
  padding: 35px 55px;
  border-top: 1px solid #f2f2f2;
}
.new-posts a {
  position: relative;
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.new-posts a:hover {
  color: #222222;
}
.new-posts .grid-btn {
  position: absolute;
  left: 50%;
  color: #cfcfcf;
  font-size: 24px;
  margin-top: 2px;
  margin-left: -13px;
}
/*** 

====================================================================
	Portfolio Center Section
====================================================================

***/
.portfolio-center-section {
  position: relative;
  padding: 100px 0px 60px;
}
.portfolio-center-section .image {
  position: relative;
  margin-bottom: 40px;
}
.portfolio-center-section .content-column {
  position: relative;
}
.portfolio-center-section .content-column h2 {
  position: relative;
  color: #1d1d1d;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 16px;
}
.portfolio-center-section .content-column .text {
  position: relative;
}
.portfolio-center-section .content-column .text p {
  position: relative;
  color: #777777;
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 20px;
}
.portfolio-center-section .info-column {
  position: relative;
}
.portfolio-center-section .info-column .inner-column {
  position: relative;
  padding-left: 60px;
  padding-top: 20px;
  margin-top: 45px;
  border-left: 1px solid #f1f1f1;
}
.portfolio-center-section .info-column .inner-column .social-icon-one li {
  margin-left: 0px;
  margin-right: 15px;
}
.portfolio-center-section.style-two {
  padding-bottom: 30px;
}
.portfolio-gallery-section {
  position: relative;
  padding-bottom: 70px;
}
/*** 

====================================================================
	Portfolio FullWidth Section
====================================================================

***/
.portfolio-fullwidth-section {
  position: relative;
  padding: 100px 0px 50px;
}
.portfolio-fullwidth-section .images-column {
  position: relative;
  width: 50%;
}
.portfolio-fullwidth-section .images-column.left-image-bar .inner-column {
  position: relative;
  padding-right: 30px;
}
.portfolio-fullwidth-section .images-column .image {
  position: relative;
  margin-bottom: 50px;
}
.portfolio-fullwidth-section .images-column .image img {
  position: relative;
  width: 100%;
  display: block;
}
.portfolio-fullwidth-section .content-column {
  position: relative;
  width: 50%;
}
.portfolio-fullwidth-section .content-column .inner-column {
  position: relative;
  padding-left: 30px;
  max-width: 600px;
  padding-right: 15px;
}
.portfolio-fullwidth-section .content-column h2 {
  position: relative;
  color: #1d1d1d;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 15px;
}
.portfolio-fullwidth-section .content-column .text {
  position: relative;
  color: #777777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.9em;
  margin-bottom: 25px;
}
.portfolio-fullwidth-section .content-column .social-icon-one li {
  margin-left: 0px;
  margin-right: 12px;
}
.portfolio-fullwidth-section.style-two .content-column .inner-column {
  max-width: 600px;
  float: right;
  width: 100%;
  padding-left: 15px;
  padding-right: 60px;
}
/*** 

====================================================================
	About Section
====================================================================

***/
.about-section {
  position: relative;
  padding-top: 80px;
  padding-right: 0px;
  padding-bottom: 65px;
  padding-left: 0px;
}
.about-section .image {
  position: relative;
  margin-bottom: 50px;
}
.about-section .image img {
  position: relative;
  width: 100%;
  display: block;
}
.about-section .title-column {
  position: relative;
  margin-bottom: 40px;
}
.about-section .title-column h2 {
  position: relative;
  font-size: 36px;
  font-weight: 500;
  color: #555;
  line-height: 1.4em;
  margin-bottom: 40px;
}
.about-section .title-column .sub-title {
  position: relative;
  color: #777777;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
}
.sub-title a {
  color: #777777;
}
.sub-title a:hover {
  color: #555555;
}
.about-section .content-column {
  position: relative;
}
.about-section .content-column .text {
  position: relative;
  margin-bottom: 20px;
}
.about-section .content-column .text p {
  position: relative;
  color: #333;
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 20px;
  letter-spacing: 0.4px;
}
/*Blockquote*/
.about-section blockquote {
  position: relative;
  border: none;
  padding: 0px;
}
.about-section blockquote:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 99px;
  height: 100%;
  display: inline-block;
  background: #f1f1f1 url(../images/icons/quote-icon.png) center center no-repeat;
}
.about-section .blockquote-text {
  position: relative;
  padding: 68px 80px;
  color: #333333;
  font-size: 18px;
  line-height: 1.6em;
  margin-left: 110px;
  display: inline-block;
  background-color: #f1f1f1;
}
/*** 

====================================================================
	Area Section
====================================================================

***/
.area-section {
  position: relative;
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
}
.area-section .image {
  position: relative;
  margin-bottom: 50px;
}
.area-section .image img {
  position: relative;
  width: 100%;
  display: block;
}
.area-section .title-column {
  position: relative;
  margin-bottom: 40px;
}
.area-section .title-column h2 {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  color: #555;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.area-section .title-column h3 {
  position: relative;
  font-size: 18px;
  color: #666;
}
.area-section .title-column .sub-title {
  position: relative;
  color: #777777;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
}
.area-section .content-column {
  position: relative;
}
.area-section .content-column .text {
  position: relative;
  margin-bottom: 40px;
}
.area-section .content-column .text p {
  position: relative;
  color: #777777;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 20px;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 767px) {
  .area-section .title-column h2 {
    font-size: 22px;
  }
  .area-section .title-column h3 {
    font-size: 17px;
  }
}
/*Blockquote*/
.area-section blockquote {
  position: relative;
  border: none;
  padding: 0px;
}
.area-section blockquote:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 99px;
  height: 100%;
  display: inline-block;
  background: #f1f1f1 url(../images/icons/quote-icon.png) center center no-repeat;
}
.area-section .blockquote-text {
  position: relative;
  padding: 68px 80px;
  color: #333333;
  font-size: 18px;
  line-height: 1.6em;
  margin-left: 110px;
  display: inline-block;
  background-color: #f1f1f1;
}
.area-group h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .area-group h3 {
    font-size: 22px;
  }
}
/*** 

====================================================================
	Services Section
====================================================================

***/
.services-section {
  position: relative;
  padding-bottom: 60px;
}
.services-section .image {
  position: relative;
  margin-bottom: 40px;
}
.services-section .image img {
  position: relative;
  width: 100%;
  display: block;
}
.services-section .content-column {
  position: relative;
}
.services-section .content-column h2 {
  position: relative;
  color: #18191d;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 30px;
}
.services-section .content-column h3 {
  position: relative;
  color: #18191d;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.services-section .content-column .text {
  position: relative;
}
.services-section .content-column .text p {
  position: relative;
  color: #333;
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 20px;
  font-weight: 300;
}
.services-section .blocks-column {
  position: relative;
}
.services-section .blocks-column .inner-column {
  position: relative;
  padding-right: 60px;
  margin-top: 65px;
}
.services-block {
  position: relative;
  margin-bottom: 30px;
}
.services-block .inner {
  position: relative;
  padding: 26px 35px 28px;
  border-radius: 4px;
  min-height: 104px;
  border: 1px solid #f5f5f5;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.services-block .inner .content {
  position: relative;
  padding-left: 65px;
}
.services-block .inner .content .icon-box {
  position: absolute;
  left: 0px;
  top: 5px;
  color: #333333;
  font-size: 40px;
  line-height: 1em;
}
.services-block .inner .content h3 {
  position: relative;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
}
.services-block .inner .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  display: block;
  height: 100%;
}
.services-block .inner:hover {
  border-color: #f5f4f4;
  background-color: #f5f4f4;
}
/*Services Block Two*/
.services-block-two {
  position: relative;
}
.services-block-two .inner-box {
  position: relative;
  background-color: #1b1b1b;
}
.services-block-two .inner-box .image-column {
  position: relative;
  padding: 0px;
}
.services-block-two .inner-box .image-column .image {
  position: relative;
}
.services-block-two .inner-box .image-column .image img {
  position: relative;
  width: 100%;
}
.services-block-two .inner-box .content-column {
  position: relative;
  padding: 0px;
}
.services-block-two .inner-box .content-column .inner-column {
  position: relative;
  padding: 80px 85px 80px 80px;
}
.services-block-two .inner-box .content-column .inner-column h2 {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 15px;
}
.services-block-two .inner-box .content-column .inner-column .text {
  position: relative;
  color: #8d8d8d;
  font-size: 14px;
  line-height: 1.9em;
  font-weight: 300;
}
/*Services Block Three*/
.services-block-three {
  position: relative;
}
.services-block-three .inner-box {
  position: relative;
}
.services-block-three .inner-box .image-column {
  position: relative;
  padding: 0px;
}
.services-block-three .inner-box .image-column .image {
  position: relative;
}
.services-block-three .inner-box .image-column .image img {
  position: relative;
  width: 100%;
}
.services-block-three .inner-box .content-column {
  position: relative;
  padding: 0px;
}
.services-block-three .inner-box .content-column .inner-column {
  position: relative;
  padding: 80px 85px 80px 80px;
}
.services-block-three .inner-box .content-column .inner-column h2 {
  position: relative;
  color: #111111;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 15px;
}
.services-block-three .inner-box .content-column .inner-column .text {
  position: relative;
  color: #777777;
  font-size: 14px;
  line-height: 1.9em;
  font-weight: 300;
}
/*Services Block four*/
.services-block-four {
  position: relative;
  margin-bottom: 40px;
  z-index: 99;
}
.services-block-four .inner-box {
  position: relative;
  padding: 50px 30px 60px;
  text-align: center;
  background: #f7f8f9;
}
.services-block-four .inner-box .icon-box {
  position: relative;
  color: #0a0a0a;
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.services-block-four .inner-box h3 {
  position: relative;
  font-size: 20px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 10px;
}
.services-block-four .inner-box .text {
  position: relative;
  color: #848484;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
}
.services-block-four .inner-box .read-more {
  position: relative;
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
}
/*** 

====================================================================
	Team Section
====================================================================

***/
.team-section {
  position: relative;
  padding: 100px 0px 50px;
}
.team-section h2 {
  position: relative;
  color: #111111;
  font-size: 39px;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 42px;
  text-align: center;
}
/*Team Block*/
.team-block {
  position: relative;
  padding: 0px;
  margin-bottom: 40px;
}
.team-block .inner-box {
  position: relative;
  overflow: hidden;
}
.team-block .inner-box .image {
  position: relative;
}
.team-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}
.team-block .inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  bottom: -120px;
  width: 100%;
  text-align: center;
  padding: 15px 0px 15px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.team-block .inner-box .image .overlay-box h3 {
  position: relative;
  color: #080f0f;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.team-block .inner-box .image .overlay-box .designation {
  position: relative;
  color: #777777;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 6px;
}
.team-block .inner-box .image .overlay-box .social-icon-one li {
  margin: 0px 8px;
}
.team-block .inner-box:hover .image .overlay-box {
  bottom: 0px;
}
/*** 

====================================================================
	Clients Section
====================================================================

***/
.clients-section {
  position: relative;
  padding-bottom: 80px;
}
.clients-section .title-column {
  position: relative;
  margin-bottom: 40px;
}
.clients-section .title-column h2 {
  position: relative;
  color: #111111;
  font-size: 39px;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 12px;
}
.clients-section .title-column .text {
  position: relative;
  color: #777777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8em;
}
.clients-section .clients-column {
  position: relative;
}
.clients-section .clients-column .owl-dots, .clients-section .clients-column .owl-nav {
  position: relative;
  display: none;
}
.clients-section .clients-column .image-box {
  position: relative;
  border-radius: 4px;
  border: 2px solid #f1f1f1;
}
/*** 

====================================================================
	Full Screen Section
====================================================================

***/
.fullscreen-about-section {
  position: fixed;
  left: 0px;
  top: 120px;
  bottom: 0px;
  right: 0px;
  overflow-y: auto;
  background-size: cover;
}
.fullscreen-about-section .content-container {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  padding: 150px 15px 150px;
}
.fullscreen-about-section .content-container .content {
  position: relative;
  max-width: 430px;
  width: 100%;
  float: left;
}
.fullscreen-about-section .content-container .content h2 {
  position: relative;
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.fullscreen-about-section .content-container .content h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.fullscreen-about-section .content-container .content .big-text {
  position: relative;
  color: #bfbfbf;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 22px;
}
.fullscreen-about-section .content-container .content .text {
  position: relative;
  color: #777777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.9em;
}
.fullscreen-about-section .content-container .social-column {
  position: relative;
  right: 0px;
  top: 0px;
  float: right;
}
/*** 

====================================================================
	News Section
====================================================================

***/
.news-section {
  position: relative;
  padding: 0px 0px 40px;
}
.news-section.with-pt {
  padding-top: 80px;
}
.news-section .title-box {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 32px;
  text-align: center;
}
.news-section .title-box:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -25px;
  width: 50px;
  border-bottom: 2px solid #333333;
}
.news-section .title-box .subtitle {
  position: relative;
  display: inline-block;
  padding: 0px 70px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #dddddd;
  margin-bottom: 15px;
}
.news-section .title-box .subtitle:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: 1px;
  width: 50px;
  border-bottom: 1px solid #dddddd;
}
.news-section .title-box .subtitle:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: 1px;
  width: 50px;
  border-bottom: 1px solid #dddddd;
}
.news-section .title-box h2 {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.news-section .title-box h4 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #888888;
  line-height: 1.4em;
  text-transform: uppercase;
}
.news-block {
  position: relative;
  margin-bottom: 30px;
}
.news-block .inner-box {
  position: relative;
}
.news-block .inner-box .image {
  position: relative;
}
.news-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}
.news-block .inner-box .image .overlay-box {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: rgba(27, 27, 27, 0.62);
}
.news-block .inner-box .image .overlay-box .overlay-content {
  position: relative;
  padding: 20px 20px;
  width: 100%;
  height: 100%;
}
.news-block .inner-box .date {
  position: relative;
  margin-bottom: 20px;
  font-weight: 400;
}
.news-block .inner-box .image .overlay-box .overlay-content .link-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  line-height: 66px;
  margin: 0 auto;
  display: block;
  margin-left: -38px;
  margin-top: -38px;
  background-color: rgba(255, 255, 255, 0.22);
}
.news-block .inner-box:hover .image .overlay-box {
  opacity: 1;
}
.news-block .inner-box .lower-box {
  position: relative;
  padding: 40px 2px 15px;
  /* background-color:#f6f6f6; */
  /* border-top:10px solid #ffffff; */
}
.news-block .inner-box .lower-box h3 {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  min-height: 64px;
  margin-bottom: 30px;
}
.news-block .inner-box .lower-box h3 a {
  position: relative;
  color: #111111;
}
.news-block .inner-box .lower-box .post-meta {
  position: relative;
}
.news-block .inner-box .lower-box .post-meta li {
  position: relative;
}
.news-block .inner-box .lower-box .post-meta li a {
  position: relative;
  color: #aaaaaa;
  font-size: 13px;
}
.news-block .inner-box .lower-box .post-meta li a .icon {
  margin-right: 10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.news-block .inner-box:hover .lower-box .post-meta li a .icon {
  color: #222222;
}
/*** 

====================================================================
	News List Section
====================================================================

***/
.news-list-section {
  position: relative;
  padding: 100px 0px;
}
.news-block-two {
  position: relative;
  margin-bottom: 50px;
}
.news-block-two .inner-box {
  position: relative;
  background-color: #f6f6f6;
}
.news-block-two .inner-box .image-column {
  position: relative;
}
.news-block-two .inner-box .image-column .image {
  position: relative;
  border-right: 10px solid #ffffff;
}
.news-block-two .inner-box .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
}
.news-block-two .inner-box .image-column .image .overlay-box {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: rgba(27, 27, 27, 0.90);
}
.news-block-two .inner-box .image-column .image .overlay-box .link-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  line-height: 66px;
  margin: 0 auto;
  display: block;
  margin-left: -38px;
  margin-top: -38px;
  background-color: rgba(255, 255, 255, 0.22);
}
.news-block-two .inner-box:hover .image-column .image .overlay-box {
  opacity: 1;
}
.news-block-two .inner-box .content-column {
  position: relative;
}
.news-block-two .inner-box .content-column .inner-column {
  position: relative;
  padding: 55px 50px;
}
.news-block-two .inner-box .content-column .inner-column .post-info {
  position: relative;
  color: #aaaaaa;
  font-size: 13px;
  margin-bottom: 5px;
}
.news-block-two .inner-box .content-column .inner-column h3 {
  position: relative;
  color: #111111;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
}
.news-block-two .inner-box .content-column .inner-column h3 a {
  position: relative;
  color: #111111;
}
.news-block-two .inner-box .content-column .inner-column .text {
  position: relative;
  color: #777777;
  font-size: 14px;
  line-height: 1.9em;
  font-weight: 300;
  margin-bottom: 20px;
}
.news-block-two .inner-box .content-column .inner-column .post-meta {
  position: relative;
}
.news-block-two .inner-box .content-column .inner-column .post-meta li {
  position: relative;
}
.news-block-two .inner-box .content-column .inner-column .post-meta li a {
  position: relative;
  color: #aaaaaa;
  font-size: 13px;
}
.news-block-two .inner-box .content-column .inner-column .post-meta li a .icon {
  margin-right: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.news-block-two .inner-box:hover .content-column .inner-column .post-meta li a .icon {
  color: #222222;
}
.news-list-section .load-btn {
  padding: 9px 27px;
}
/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/
.sidebar-page-container {
  position: relative;
  padding: 100px 0px 60px;
}
.sidebar-page-container .content-side, .sidebar-page-container .sidebar-side {
  margin-bottom: 40px;
}
/*Blog Single*/
.blog-single {
  position: relative;
}
.blog-single .inner-box {
  position: relative;
}
.blog-single .inner-box .image {
  position: relative;
  margin-bottom: 22px;
}
.blog-single .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}
.blog-single .inner-box .lower-content {
  position: relative;
}
.blog-single .inner-box .lower-content .post-info {
  position: relative;
  color: #aaaaaa;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 6px;
}
.blog-single .inner-box .lower-content h2 {
  position: relative;
  font-size: 25px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 15px;
}
.blog-single .inner-box .lower-content .text {
  position: relative;
}
.blog-single .inner-box .lower-content .text p {
  position: relative;
  color: #777777;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}
.blog-single .inner-box .lower-content .text p a {
  color: #222222;
  text-decoration: underline;
}
.blog-single .inner-box .lower-content .text blockquote {
  position: relative;
  color: #111111;
  font-size: 18px;
  border: none;
  font-weight: 300;
  margin-left: 55px;
  padding-left: 100px;
  padding-top: 16px;
  padding-bottom: 20px;
  line-height: 1.8em;
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-single .inner-box .lower-content .text blockquote:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 73px;
  height: 93px;
  text-align: center;
  background: #333333 url(../images/icons/quote-icon-2.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.post-share-options {
  position: relative;
  padding-top: 15px;
  margin-top: 50px;
  border-top: 1px solid #e7e7e7;
}
.post-share-options .share {
  position: relative;
  color: #111111;
  font-size: 14px;
  font-weight: 400;
}
/*** 

====================================================================
	Comments Area
====================================================================

 ***/
.sidebar-page-container .comments-area {
  position: relative;
  margin-top: 80px;
  margin-bottom: 70px;
}
.sidebar-page-container .group-title {
  position: relative;
  margin-bottom: 38px;
}
.sidebar-page-container .group-title h2 {
  position: relative;
  font-size: 25px;
  color: #111111;
  font-weight: 500;
  padding-bottom: 0px;
}
.sidebar-page-container .comments-area .comment-box {
  position: relative;
  padding: 0px 0px 0px;
  margin-bottom: 45px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sidebar-page-container .comments-area .comment-box.reply-comment {
  margin-left: 100px;
}
.sidebar-page-container .comments-area .comment-box:last-child .comment .comment-inner {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: 0px;
}
.sidebar-page-container .comments-area .comment-box:hover {
  border-color: #222222;
}
.sidebar-page-container .comments-area .comment {
  position: relative;
  font-size: 14px;
  padding: 0px 0px 40px 110px;
  border-bottom: 1px solid #ebebeb;
}
.sidebar-page-container .comments-area .comment .comment-inner {
  position: relative;
}
.sidebar-page-container .comments-area .comment .comment-reply {
  position: relative;
  color: #111111;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sidebar-page-container .comments-area .comment .comment-reply .icon {
  font-size: 13px;
  margin-right: 8px;
}
.sidebar-page-container .comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 86px;
  overflow: hidden;
  margin-bottom: 20px;
}
.sidebar-page-container .comments-area .comment-box .author-thumb img {
  display: block;
}
.sidebar-page-container .comments-area .comment-info {
  color: #3e5773;
  line-height: 24px;
  font-size: 13px;
}
.sidebar-page-container .comments-area .comment-box strong {
  font-size: 20px;
  font-weight: 500;
  color: #111111;
  line-height: 16px;
  text-transform: capitalize;
}
.sidebar-page-container .comments-area .comment-box .text {
  color: #777777;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.8em;
  font-weight: 300;
  max-width: 510px;
}
.sidebar-page-container .comments-area .comment-info .comment-time {
  position: relative;
  font-size: 13px;
  color: #777777;
  font-weight: 300;
}
.sidebar-page-container .comments-area .comment-box .theme-btn {
  padding: 5px 30px;
  font-size: 12px;
  border: 1px solid #fbca00;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*** 

====================================================================
	Comment Form
====================================================================

 ***/
.comment-form {
  position: relative;
}
.comment-form .row {
  margin: 0px -50px;
}
.comment-form .form-group {
  position: relative;
  margin-bottom: 20px;
  padding: 0px 50px;
}
.comment-form .form-group input[type="text"], .comment-form .form-group input[type="password"], .comment-form .form-group input[type="tel"], .comment-form .form-group input[type="email"], .comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 18px;
  padding: 10px 0px;
  height: 48px;
  font-size: 15px;
  font-weight: 300;
  color: #777777;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.comment-form .form-group input[type="text"]:focus, .comment-form .form-group input[type="password"]:focus, .comment-form .form-group input[type="tel"]:focus, .comment-form .form-group input[type="email"]:focus, .comment-form .form-group select:focus, .comment-form .form-group textarea:focus {
  border-color: #111111;
}
.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 10px 0px;
  color: #777777;
  height: 100px;
  font-size: 15px;
  resize: none;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.comment-form button {
  margin-top: 18px;
  padding: 9px 48px 9px;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}
.sidebar-widget {
  position: relative;
  margin-bottom: 32px;
}
.sidebar-title {
  position: relative;
  margin-bottom: 25px;
}
.sidebar-title h2 {
  position: relative;
  color: #111111;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}
/*Search Box Widget*/
.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}
.sidebar .search-box .form-group input[type="text"], .sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 35px;
  padding: 10px 50px 10px 20px;
  border: 1px solid #ebebeb;
  background: none;
  display: block;
  font-size: 14px;
  width: 100%;
  height: 55px;
  color: #000000;
  font-weight: 300;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 57px;
  display: block;
  font-size: 22px;
  color: #ebebeb;
  line-height: 100%;
  background: none;
}
.categories-blog .inner-box {
  position: relative;
}
.categories-blog .inner-box ul {
  position: relative;
}
.categories-blog .inner-box ul li {
  position: relative;
  padding: 18px 0px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-top: 1px solid #e7e7e7;
}
.categories-blog .inner-box ul li:last-child {
  border-bottom: 1px solid #e7e7e7;
}
.categories-blog .inner-box ul li a {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  padding-left: 12px;
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.categories-blog .inner-box ul li a:before {
  position: absolute;
  content: '\f0da';
  left: 0px;
  top: 0px;
  color: #111111;
  font-size: 13px;
  font-family: 'FontAwesome';
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
/*Tweet Widget*/
.recent-news .news-widget {
  position: relative;
  padding: 22px 0px;
  border-top: 1px solid #e7e7e7;
}
.recent-news .news-widget:last-child {
  border-bottom: 1px solid #e7e7e7;
}
.recent-news .news-widget .text {
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}
.recent-news .news-widget .text a {
  color: #111111;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.recent-news .news-widget p {
  margin-bottom: 0px;
  color: #9799a9;
  font-size: 17px;
  line-height: 1.6em;
}
.recent-news .news-widget .days {
  color: #777777;
  font-size: 13px;
}
/*Popular Tags*/
.sidebar .popular-tags a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 23px 8px;
  margin: 0px 3px 6px 0px;
  color: #777777;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #d9d9d9;
  text-transform: capitalize;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
.sidebar .popular-tags a:hover {
  background-color: #111111;
  border-color: #111111;
  color: #ffffff;
}
.contact-banner-section {
  position: relative;
  padding: 290px 0px;
  background-size: cover;
  background-position: center center;
}
.contact-banner-section:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.70);
}
.contact-banner-section h1 {
  position: relative;
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
}
/*Contact Section*/
.contact-section {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  padding-top: 60px;
  padding-right: 0px;
  padding-bottom: 60px;
  padding-left: 0px;
}
.contact-section .info-column {
  position: relative;
  padding-right: 35px;
  padding-left: 20px;
  margin-bottom: 40px;
}
.contact-section .info-column h2 {
  position: relative;
  color: #777;
  font-size: 25px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 35px !important;
}
.contact-section .info-column .text {
  position: relative;
  color: #777777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8em;
  margin-bottom: 30px;
}
.contact-section .form-column {
  position: relative;
}
.contact-section .form-column h2 {
  position: relative;
  color: #777;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 18px;
}
/*** 

====================================================================
	contact Form
====================================================================

 ***/
.contact-form {
  position: relative;
}
.contact-form .row {
  margin: 0px -50px;
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 30px;
  padding: 0px 50px;
}
.contact-form .form-group input[type="text"], .contact-form .form-group input[type="password"], .contact-form .form-group input[type="digits"], .contact-form .form-group input[type="email"], .contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 18px;
  padding: 10px 0px;
  height: 48px;
  font-size: 15px;
  font-weight: 300;
  color: #333;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form .form-group input[type="text"]:focus, .contact-form .form-group input[type="password"]:focus, .contact-form .form-group input[type="tel"]:focus, .contact-form .form-group input[type="email"]:focus, .contact-form .form-group select:focus, .contact-form .form-group textarea:focus {
  border-color: #111111;
}
.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 10px 0px;
  color: #333;
  height: 160px;
  font-size: 15px;
  font-weight: 300;
  resize: none;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form button {
  margin-top: 10px;
  padding: 9px 48px 9px;
  font-size: 15.5px;
  font-weight: 600;
  text-transform: capitalize;
}
.contact-form input.error, .contact-form select.error, .contact-form textarea.error {
  border-color: #ff0000 !important;
}
.contact-form label.error {
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 11px;
  color: #ff0000;
  font-weight: 500;
}
/*** 

====================================================================
	Map Section Style
====================================================================

***/
.map-section {
  position: relative;
}
.map-data {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
}
.map-data h6 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  color: #121212;
}
.map-canvas {
  height: 525px;
}
/*** 

====================================================================
	Services Section
====================================================================

***/
.services-section {
  position: relative;
  padding: 50px 0px;
}
.services-section .title-box {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 32px;
  text-align: center;
}
.services-section .title-box:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -25px;
  width: 50px;
  border-bottom: 2px solid #333333;
}
.services-section .title-box .subtitle {
  position: relative;
  display: inline-block;
  padding: 0px 70px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #dddddd;
  margin-bottom: 15px;
}
.services-section .title-box .subtitle:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: 1px;
  width: 50px;
  border-bottom: 1px solid #dddddd;
}
.services-section .title-box .subtitle:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: 1px;
  width: 50px;
  border-bottom: 1px solid #dddddd;
}
.services-section .title-box h2 {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.services-section .title-box h4 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #888888;
  line-height: 1.4em;
  text-transform: uppercase;
}
.service-style-one {
  position: relative;
  margin-bottom: 50px;
}
.service-style-one .inner-box {
  position: relative;
  display: block;
  padding-left: 60px;
}
.service-style-one .inner-box .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 1.1em;
  font-size: 38px;
  color: #333333;
}
.service-style-one .inner-box h3 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4em;
  color: #333333;
  margin-bottom: 12px;
}
.service-style-one .inner-box h3 a {
  color: #333333;
}
.service-style-one .inner-box .text {
  position: relative;
  line-height: 1.7em;
  margin-bottom: 25px;
}
.service-style-one .inner-box .more-link {
  position: relative;
  font-size: 12px;
}
.service-style-one .inner-box .more-link a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  border-bottom: 1px solid;
}
.service-style-one .inner-box .more-link a:hover, .service-style-one .inner-box h3 a:hover {
  color: #0074D9;
}
/*** 

====================================================================
	Projects Section
====================================================================

***/
.projects-section {
  position: relative;
  padding: 50px 0px;
}
.smaller {
  line-height: 1.6 !important;
}
@media only screen and (max-width: 767px) {
  .smaller {
    font-size: 20px !important;
    margin-bottom: 10px !important;
  }
}
.head {
  font-size: 28px !important;
  margin-bottom: 25px !important;
}
@media only screen and (max-width: 767px) {
  .head {
    font-size: 24px !important;
    margin-bottom: 20px !important;
  }
}
.current {
  color: #000;
}
.current-sub a {
  color: #F59 !important;
}
.title-text {
  font-family: "Cinzel Decorative", cursive;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize !important;
}
.opa {
  opacity: 0.9;
}
.logo {
  vertical-align: middle;
  width: 140px;
  height: 70px;
}
@media only screen and (max-width: 767px) {
  .logo {
    vertical-align: middle;
    width: 100px;
    height: 50px;
  }
}
object {
  pointer-events: none;
}
h1 span {
  font-family: 'Poppins', sans-serif;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.5px;
  color: #fff;
  opacity: 0.65;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  h1 span {
    font-size: 15px !important;
  }
}
.small-sub h1 {
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 1.8;
  opacity: 0.95;
}
h2 span {
  font-family: 'Poppins', sans-serif;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.5px;
  color: #999;
  opacity: 0.65;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.gensai {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  opacity: 0.9;
  margin-top: 5px;
  margin-bottom: 5px;
}
@-webkit-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@-o-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@-webkit-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
@-o-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
@keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
.aboutme {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABnSURBVHja7M5RDYAwDEXRDgmvEocnlrQS2SwUFST9uEfBGWs9c97nbGtDcquqiKhOImLs/UpuzVzWEi1atGjRokWLFi1atGjRokWLFi1atGjRokWLFi1af7Ukz8xWp8z8AAAA//8DAJ4LoEAAlL1nAAAAAElFTkSuQmCC") repeat 0 0;
  -webkit-animation: bg-scrolling-reverse 2s infinite;
  /* Safari 4+ */
  -moz-animation: bg-scrolling-reverse 2s infinite;
  /* Fx 5+ */
  -o-animation: bg-scrolling-reverse 2s infinite;
  /* Opera 12+ */
  animation: bg-scrolling-reverse 2s infinite;
  /* IE 10+ */
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
.aboutme h1 {
  color: #333;
  opacity: 0.8;
}
.aboutme .page-info .bread-crumb li {
  color: #333;
  opacity: 0.8;
}
.aboutme .page-info .bread-crumb li a {
  color: #333;
  opacity: 0.8;
}
.aboutme .page-info .bread-crumb li::after {
  color: #333;
  opacity: 0.8;
}
.aboutme::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #BBB;
  position: absolute;
  bottom: 0;
}
.lines .main-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #BBB;
  position: absolute;
  bottom: 0;
}
.title-column {
  max-width: 90%;
  margin: 0 auto;
  text-align: left;
}
.title-column h3 {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .title-column h3 {
    font-size: 17px;
  }
}
.text {
  margin-bottom: 50px;
}
.fixed-header {
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
}
.gensaisha-title h1 {
  line-height: 1.5;
}
.gensaisha-title h5 {
  font-size: 17px;
}
.top-title {
  position: relative;
  margin-bottom: 5px;
  text-align: center;
}
.top-title h2 {
  text-transform: capitalize;
  font-weight: 300;
  color: #18191d;
  line-height: 1.2;
  max-width: 650px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.top-title p {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}
.main-title {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
.main-title h2 {
  text-transform: capitalize;
  font-weight: 300;
  color: #18191d;
  line-height: 1.2;
  max-width: 650px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.main-title h2 a {
  color: inherit;
  text-decoration: none;
}
.main-title p {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}
.price-title p {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}
.btn-style-three {
  position: relative;
  padding: 9px 19px;
  line-height: 25px;
  text-transform: capitalize;
  background: #fff;
  color: #555;
  border: 2px solid #777;
  font-size: 15px;
  font-weight: 600;
}
.btn-style-three:hover {
  background: #777;
  color: #ffffff;
}
.btn-adjust {
  font-family: 'Poppins', sans-serif;
  min-width: 200px;
  margin: 0 auto;
  padding-right: 25px !important;
}
.bg-gray {
  background: #f5f5f5;
}
.space {
  padding-top: 35px !important;
  padding-right: 0px !important;
  padding-bottom: 50px !important;
  padding-left: 0px !important;
}
.bottom-space {
  padding-bottom: 80px !important;
}
.line-space {
  padding-top: 60px !important;
  padding-right: 0px !important;
  padding-bottom: 35px !important;
  padding-left: 0px !important;
}
.main-title h5 {
  color: #999;
}
h5 span {
  text-transform: lowercase;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.95;
}
.poppins {
  font-family: 'Poppins', sans-serif;
  font-weight: 400 !important;
}
.gray {
  color: #777;
  opacity: 0.65;
}
.adjustright {
  padding-left: 5px;
}
.adjustsmall {
  font-size: 23px !important;
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 30px;
  }
  .info-column {
    padding: 0 5%;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 28px;
  }
  .col-lg-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 21px;
  }
  h2 {
    font-size: 20px !important;
  }
  h3 {
    font-size: 17px !important;
  }
  h5 {
    font-size: 14px !important
  }
  .btn-style-three {
    font-size: 13px;
  }
  .top-title p {
    max-width: 90%;
  }
  .main-title p {
    max-width: 90%;
  }
  .title-column {
    max-width: 90%;
  }
}
.inner-column {
  border-radius: 4px;
  border: 1px solid #f5f5f5;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.fancybox-button--share {
  display: none;
}
.price-section {
  position: relative;
  padding-top: 80px;
  padding-right: 0px;
  padding-bottom: 60px;
  padding-left: 0px;
}
.price-section-2 {
  position: relative;
  padding-top: 60px;
  padding-right: 0px;
  padding-bottom: 60px;
  padding-left: 0px;
}
.works-section {
  position: relative;
  padding-top: 60px;
  padding-right: 0px;
  padding-bottom: 60px;
  padding-left: 0px;
}
.faq-section {
  position: relative;
  padding-top: 80px;
  padding-right: 0px;
  padding-bottom: 65px;
  padding-left: 0px;
}
.policy-section {
  position: relative;
  padding-top: 80px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
}
.policy-section-2 {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 80px;
  padding-left: 0px;
}
.policy-section h2 {
  margin-bottom: 30px;
}
.policy-section-2 h3 {
  font-size: 18px;
  margin-top: 35px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .policy-section-2 h3 {
    font-size: 17px;
  }
}
.price-section h2 {
  margin-bottom: 30px;
}
.price-section-2 h2 {
  margin-bottom: 30px;
}
.faq-section h2 {
  margin-bottom: 30px;
}
.price-title {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}
.faq-title {
  padding-top: 35px;
  padding-bottom: 20px;
  color: #555;
  font-size: 20px;
  margin-bottom: 0;
}
.menu-box {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 35px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  width: 80%;
  max-width: 1200px;
  border: 1px solid #aaa;
  text-align: center;
  line-height: 1.6;
}
.menu-block:last-child {
  border-right: none;
  border-bottom: none;
}
.menu-block {
  display: inline-block;
  width: 32.5%;
  border-right: 1px solid #aaa;
  padding: 30px 0;
  font-size: 14px;
}
.price {
  font-size: 20px;
  font-weight: 600;
  margin-right: 5px;
}
.menu-text {
  width: 85%;
  margin: 50px auto 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: left;
}
.menu-title {
  background: #aaa;
  padding: 15px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;
}
.dist-box {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 35px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  width: 80%;
  max-width: 1200px;
  border: 1px solid #aaa;
  text-align: center;
  line-height: 1.6;
  display: flex;
}
.dist-block {
  display: inline-block;
  width: calc(100% / 4);
  border-right: 1px solid #aaa;
  padding: 0;
  font-size: 14px;
}
.dist-block:last-child {
  border-right: none;
  border-bottom: none;
}
.dist {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 5px 20px 0px;
}
.dist-center {
  font-size: 20px;
  font-weight: 600;
  padding-top: 14px;
}
.dist-text {
  width: 85%;
  margin: 50px auto 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: left;
}
.dist-title {
  background: #bbb;
  padding: 15px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;
}
.tri-box {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 35px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  max-width: 80%;
  border: 1px solid #aaa;
  text-align: center;
  line-height: 1.6;
  display: flex;
}
.tri-block {
  display: inline-block;
  width: calc(100% / 3);
  border-right: 1px solid #aaa;
  padding: 0;
  font-size: 14px;
}
.tri-block:last-child {
  border-right: none;
}
.tri-text {
  width: 85%;
  margin: 50px auto 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: left;
}
.tri-title {
  background: #bbb;
  padding: 15px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;
}
.accordian-column {
  float: none;
  max-width: 90%;
  margin: 0 auto;
}
.pt20 {
  padding-top: 20px;
}
.pt35 {
  padding-top: 35px;
}
.pt50 {
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  .bottom-space {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-box {
    max-width: 80%;
  }
  .menu-block {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #aaa;
    padding: 35px 0;
    font-size: 14px;
  }
  .dist-box {
    max-width: 80%;
    display: block;
  }
  .dist-block {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #aaa;
    padding: 0;
    font-size: 14px;
  }
  .tri-box {
    max-width: 80%;
    display: block;
  }
  .tri-block {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #aaa;
    padding: 0;
    font-size: 14px;
  }
  .accordian-column {
    float: none;
    max-width: 100%;
    margin: 0 auto;
  }
  .policy-section-2 h3 {
    font-size: 14px;
  }
  .policy-section-2 p {
    font-size: 13px;
  }
}
.notice p {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7;
}
.notice p + p {
  margin-top: 10px;
}
.add p {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7;
  margin-top: 15px;
}
.add p + p {
  margin-top: 6px;
}
.projects-block-one .caption-title span {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.list li {
  text-indent: -1em;
  padding-left: 1em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  line-height: 1.85;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.price-title ul {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 15px;
}
.page-works {
  background-image: url(../images/resource/gensaisha-title_z_1920.png);
}
.page-arc {
  background-image: url(../images/resource/gensaisha-title_m_1920.png);
}
.page-faq {
  background-image: url(../images/resource/gensaisha-title_u_1920.png);
}
.page-price {
  background-image: url(../images/resource/gensaisha-title_s_1920.png);
}
.page-contact {
  background-image: url(../images/resource/gensaisha-title_v_1920.png);
}
.page-flow {
  background-image: url(../images/resource/gensaisha-title_d_1920.png);
}
.page-insights {
  background-image: url(../images/resource/gensaisha-title_x_1920.png);
}
.page-blog {
  background-image: url(../images/resource/gensaisha-title_e_1920.jpg);
}
.page-policy {
  background-image: url(../images/resource/gensaisha-title_t_1920.png);
}
.page-terms {
  background-image: url(../images/resource/gensaisha-title_p_1920.png);
}
.page-information {
  background-image: url(../images/resource/gensaisha-title_o_1920.png);
}
.page-thanks {
  background-image: url(../images/resource/gensaisha-title_w_1920.png);
}
.page-fail {
  background-image: url(../images/resource/gensaisha-title_c_1920.png);
}
/*** 

====================================================================
	Timeline Section
====================================================================

***/
.timeline-item {
  padding: 3em 2em 2em;
  position: relative;
  color: #555;
  border-left: 2px solid rgba(0, 0, 0, 0.3);
}
.timeline-item h3 {
  font-size: 17px;
}
.timeline-item p {
  font-size: 14px;
}
.timeline-item::before {
  content: attr(date-is);
  position: absolute;
  left: 2em;
  font-weight: bold;
  top: 1em;
  display: block;
  color: #777;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}
.timeline-item::after {
  width: 11px;
  height: 11px;
  display: block;
  top: 1em;
  position: absolute;
  left: -7px;
  border-radius: 10px;
  content: "";
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
}
.timeline-item:last-child {
  -o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0)) 1 100%;
  border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0)) 1 100%;
}
.page-wrapper {
  height: 100%;
}
.mailbutton {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  color: #a0f;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 35px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 0px;
  border: 2px solid #a0f;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background: rgba(255, 255, 255, .1);
}
.mailbutton a {
  z-index: 200;
  color: #a0f !important;
}
.mailbutton:hover {
  background: #a0f !important;
  color: #fff !important;
}
.telbutton {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  color: #a0f;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 0px;
  border: 2px solid #a0f;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background: rgba(255, 255, 255, .1);
}
.telbutton a {
  z-index: 200;
  color: #a0f !important;
}
.telbutton:hover {
  background: #a0f !important;
  color: #fff !important;
}
.shadow {
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.15);
}
.datanotice {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
}
.contactcap {
  margin-bottom: 20px !important;
}
@media only screen and (min-width: 768px) {
  .mailbutton {
    right: 20px;
    left: initial;
  }
  .scroll-to-top {
    display: none !important;
  }
  .telbutton {
    display: none;
  }
}
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  color: #a0f;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 34px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 0px;
  border: 2px solid #a0f;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background: rgba(255, 255, 255, .1);
}
@media only screen and (max-width: 767px) {
  .flexbox {
    display: flex;
    flex-direction: column;
  }
  .firstbox {
    order: 1;
  }
  .secondbox {
    order: 2;
  }
  .mobilespace {
    margin-top: 60px;
  }
  .mobileshadow {
    -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .contact-form {
    margin-bottom: 60px;
  }
  .mobilecenter {
    text-align: center;
  }
}
.aboutdata a {
  color: #444;
}
table {
  border-collapse: collapse;
  width: 80%;
  margin: 0 auto;
}
.information {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #555;
  margin-top: 60px;
}
.information th, .information td {
  padding: 15px;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
.information td {
  text-align: left;
  padding-left: 20px;
}
.information th {
  width: 30%;
  text-align: center;
  background: #f3f3f3;
  color: #555;
}
@media screen and (max-width: 767px) {
  .information {
    width: 80%;
  }
  table.information th, table.information td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .information tr:last-child {
    border-bottom: solid 1px #ccc;
  }
  .toptitle h1 {
    font-size: 19px !important;
  }
  .toptitle h2 {
    font-size: 24px !important;
  }
  .toptitle h5 {
    font-size: 13px !important;
  }
  .page-info .bread-crumb {
    padding: 15px 5px 14px;
  }
  .page-info .bread-crumb li {
    font-size: 13.5px;
  }
  .accordion-box .block .icon-outer .icon {
    right: -7px;
  }
}
@media only screen and (max-width: 1140px) {
  .main-menu .navigation > li > a {
    font-size: 14px;
  }
  .main-menu .navigation > li > ul {
    width: 180px;
  }
  .main-menu .navigation > li > ul > li > a {
    padding: 8px 15px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .main-menu .navigation > li > ul > li > a {
    background: #577 !important;
  }
}
.btn_arrow {
  display: inline-block;
  padding-right: 40px;
  position: relative;
}
.btn_arrow::after {
  display: block;
  position: absolute;
  top: 10px;
  right: 18px;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: 200;
  animation: move-arrow 1.8s linear infinite;
}
@keyframes move-arrow {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
.btn_arrow:hover {
  color: #fff;
}
.btn_arrow:hover::after {
  color: #fff;
  right: 18px;
}
.small-sub h1 span + span {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
}
.separator {
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.divider {
  max-width: 90%;
  height: 1px;
  margin: 0 auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}
.owner::after {
  content: "栗本 昌和";
}
.antispam {
  display: none;
}
.textred {
  color: #EE5555
}
.contact-form .form-group {
  padding-left: 0;
}
/* Checkbox style */
.container_check {
  display: block;
  position: relative;
  font-size: 14px;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #999;
}
.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container_check input:checked ~ .checkmark {
  background-color: #f69;
  border: 1px solid transparent;
}
.container_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #aaa;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.container_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container_check:hover .checkmark {
  border: 1px solid #f69;
}
.container_check.version_2 {
  padding: 6px 0 0 45px;
  min-height: 30px;
}
.container_check.version_2 .checkmark {
  height: 30px;
  width: 30px;
}
.container_check.version_2 .checkmark:after {
  left: 12px;
  top: 8px;
  width: 5px;
  height: 10px;
}
.container_check input:checked ~ .checkmark:after {
  display: block;
}
.full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  padding: 0px 20px;
}
.contact_btn {
  padding: 12px 25px;
  font-weight: 600;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.fl-form.fl-style-1 input.fl-input, .fl-form.fl-style-1 select.fl-select, .fl-form.fl-style-1 textarea.fl-textarea {
  padding: 8px 16px;
}
.fl-form.fl-style-1 label.fl-label::before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  z-index: -1;
}
.fl-form.fl-style-1 label.fl-label {
  top: 1px;
  left: 13px;
  background-color: transparent;
  padding: 16px 4px;
}
.fl-form label.fl-label {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: -11px;
  left: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  color: #999;
  border-top-left-radius: 3px;
  transition: all .3s ease-in-out;
  z-index: 1;
}
.terms {
  line-height: 1.6;
}
.button-space {
  width: 90%;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 25px;
  padding-left: 40px;
  margin: 0 auto;
}
.button-single {
  padding-top: 45px;
  padding-right: 40px;
  padding-bottom: 5px;
  padding-left: 40px;
  margin: 0 auto;
}
.button-double {
  font-family: 'Poppins', sans-serif;
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 25px;
  padding-left: 40px;
  margin: 0 auto;
}
.button-price {
  min-width: 200px;
  padding-top: 35px;
  padding-right: 40px;
  padding-bottom: 35px;
  padding-left: 40px;
  margin: 0 auto;
}
a.btn_line, .btn_line {
  font-family: 'Poppins', sans-serif;
  border: none;
  color: #fff;
  background: #00B900;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 8px 25px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.5px;
  line-height: 25px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 15.5px;
}
a.btn_line:hover, .btn_line:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
a.btn_line.full-width, .btn_line.full-width {
  display: block;
  width: 50%;
  text-align: center;
  margin-bottom: 5px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  a.btn_line.full-width, .btn_line.full-width {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .main-menu .navbar-collapse > .navigation > li > ul, .main-menu .navbar-collapse > .navigation > li > ul > li > ul {
    border-top: 0px solid rgba(255, 255, 255, 1) !important;
  }
}
.gensaisha-title {
  background-attachment: inherit;
}
.page-info {
  backdrop-filter: blur(2px);
}
.page-darken {
  border-top: 1px solid #fbfbfb;
  background-color: rgba(250, 250, 250, 0.2) !important;
  filter: grayscale(0.1);
  box-shadow: 0 1px 5px -4px rgba(20, 0, 10, 0.2) inset;
}
.container_check {
  font-weight: 400;
  color: #555;
}
#success {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 300px;
  height: 190px;
  margin-top: -85px;
  margin-left: -150px;
  text-align: center;
}
#success h4 {
  margin-top: 10px;
  font-size: 16px;
}
#success h4 span {
  display: block;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
}
.separate-section h3 {
  padding-top: 5px;
}
@media only screen and (min-width: 1141px) {
  .separate-section {
    padding: 0px 50px;
  }
}
.catch {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  font-size: 32px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.5;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .catch {
    font-size: 21px !important;
  }
}
.area-list {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  list-style: none;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.8;
}
.area-list li {
  display: inline;
}
.area-list li:not(:last-child)::after {
  content: " / ";
}
.break {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .produce {
    display: none;
  }
}
.projects {
  padding-top: 20px;
}
.projects::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .main-menu .collapse {
    overflow: hidden; /* auto → hidden */
  }
}
h2 span.english {
  display: inline;
  font-family: 'Poppins', sans-serif;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: 2px;
  color: inherit;
  opacity: 0.6;
  margin-right: 2px;
}
.blogtitle-wrap {
  display: block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  font-size: 30px;
  font-weight: 200;
  color: #ffffff;
  line-height: 1.5em;
  text-transform: capitalize;
}
.blogtitle::before {
  content: "BLOG";
  font-family: 'Poppins', sans-serif;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.5px;
  color: #fff;
  opacity: 0.65;
  margin-top: 10px;
  margin-bottom: 10px;
}
.profile h3 {
  margin-bottom: 20px;
}
.profile p {
  color: #555;
  margin: 0;
}
.profile p + p {
  margin-top: 0.8em;
}
@media only screen and (max-width: 767px) {
  .blogtitle-wrap {
    font-size: 23px !important;
  }
  .blogtitle::before {
    font-size: 15px;
  }
}
header.mobile-menu-open {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
}
.flow {
  max-width: 80%;
  margin: 0 auto;
  padding-top: 50px;
  text-align: left;
}
.flow p {
  margin: 0;
}
.flow-box {
  border-left: 3px solid #ccc;
  padding: 1em 1.5em;
  margin-bottom: 2em;
  background: #fafafa;
}
.flow-box h3 {
  margin: 0 0 .4em 0;
  font-size: 1.05em;
}
.timeline-item {
  position: relative;
  padding-left: 2.5em; /* 数字と丸印の分の余白 */
}
/* 丸印は h3 の高さに合わせて中央揃え */
.timeline-item::after {
  content: "";
  position: absolute;
  left: -7px;
  top: calc(0.6em + 4px); /* h3の行の中央に調整 */
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
}
/* 数字も h3 の高さに相対的に配置 */
.timeline-item.shoot-step::before {
  content: attr(date-is);
  position: absolute;
  left: 1.7em;
  top: calc(0.6em + 3px);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #777;
}
.insights {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
.insights h2 {
  font-size: 26px;
  color: #222;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.insights h2:not(:first-of-type) {
  margin-top: 6rem;
}
.insights h3 {
  color: #222;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}
.insights h4 {
  color: #222;
  font-size: 17px;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.chunk {
  display: inline-block;
  padding: 0 .15em;
}
.chunk-tight-left {
  padding-left: 0;
}
.chunk-tight-right {
  padding-right: 0;
}
.chunk-wide {
  display: inline-block;
  padding: 0 .2em;
}
.timeline-table {
  max-width: 1200px;
}
@media only screen and (max-width: 767px) {
  .timeline-table {
    padding-left: 20px;
  }
}